Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux arm64 #35

Merged
merged 24 commits into from
Aug 21, 2020
Merged

Linux arm64 #35

merged 24 commits into from
Aug 21, 2020

Conversation

jonmmease
Copy link
Collaborator

@jonmmease jonmmease commented Aug 17, 2020

Add support for arm64 Linux build. Includes substantial refactoring of build and CI scripts, but this should make it easier to eventually support other Linux architectures as well.

@jonmmease
Copy link
Collaborator Author

Hi @Bibo-Joshi, I attempted an arm64 build. Can you try it out?

Install with

$ pip install https://github.com/plotly/Kaleido/releases/download/v0.0.3.dev6/kaleido-0.0.3.dev5+gce7600b-py2.py3-none-manylinux2014_aarch64.whl

Then try it out from the same python environment with

from kaleido.scopes.plotly import PlotlyScope
import plotly.graph_objects as go
scope = PlotlyScope()
scope.transform(go.Figure())

If successful (which would be a little surprising if it works on the first try 🙂), it will print out a large bytes object. If not successful, please copy any error text that is displayed.

Either way, I'd also like to see what shared objects the compiled executable depends on. For x64, we bundle some of these shared libraries but I disabled this for this build because there's no point including the x64 libraries for use on arm. We'll have to decide if there are arm shared libraries that should be bundled along as well.

First, run this from Python to print out the path to the native kaleido executable:

import os
import kaleido
print(os.path.join(os.path.dirname(kaleido.__file__), "executable", "kaleido"))
/path/to/site-packages/kaleido/executable/kaleido/bin/kaleido

Then, run ldd on the executable to print out the shared library dependencies (at least I'm hoping this works the same way on arm as on x86/x64)

$ ldd /path/to/site-packages/kaleido/executable/kaleido/bin/kaleido

Please include the output of this command. Thanks!

@Bibo-Joshi
Copy link

Bibo-Joshi commented Aug 17, 2020

Hi! That was quick, thanks :)
Install works fine, the code doesn't :D. Here is the traceback:

>>> from kaleido.scopes.plotly import PlotlyScope
>>> import plotly.graph_objects as go
>>> scope = PlotlyScope()
>>> scope.transform(go.Figure())
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/ubuntu/twitter-status-bot/venv/lib/python3.8/site-packages/kaleido/scopes/plotly.py", line 102, in transform
    response = self._perform_transform(
  File "/home/ubuntu/twitter-status-bot/venv/lib/python3.8/site-packages/kaleido/scopes/base.py", line 201, in _perform_transform
    self._ensure_kaleido()
  File "/home/ubuntu/twitter-status-bot/venv/lib/python3.8/site-packages/kaleido/scopes/base.py", line 120, in _ensure_kaleido
    raise ValueError(message)
ValueError: Failed to start Kaleido subprocess. Error stream:

./bin/kaleido: error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory

Running sudo apt install libnss3 solved the issue and the output then is

>>> from kaleido.scopes.plotly import PlotlyScope
>>> import plotly.graph_objects as go
>>> scope = PlotlyScope()
>>> scope.transform(go.Figure())
b'\x89PNG\r\n\x1a\n\x00\x00\x00\rIHDR\x00\x00\x02\xbc\x00\x00\x01\xf4\x08\x06\x00\x00\x00\xdfY\xfe\xdf\x00\x00 \x00IDATx^\xed\xddy\x98\xe5U}\xe7\xf1S\xdd]MWw#\x02\n\x01Mb\x8cq\x99\x88\x8a\x1a2\x13M\xc2C\x8c>qT\x8cQ3\xa3QF\xe3\x8a\x1b\x12\x15DA\x92H\\\x10T\x96\xe0\x82@\xf0\x11\xd1\xa8\x80\x8a\xa2\xa2q!q\x88\x86\xd1\xb8\xc4\xe0@\x88\x0b\xe0\x02H\xba\xa1\x1a\xaa\xaak\x9e[`\x07&@\xdd\xcf\xf7\xc0\x13\xef\xaf^\xf5\x17\x7f\x9cs\xebw^\xe7\xdc\xe6]\xb7~\xf7\xd6\xd4\xe2\xe2\xe2b\xf3E\x80\x00\x01\x02\x04\x08\x10 @`\xa0\x02S\x82w\xa0;kY\x04\x08\x10 @\x80\x00\x01\x02K\x02\x82\xd7A @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xdeAo\xaf\xc5\x11 @\x80\x00\x01\x02\x04\x08\x08^g\x80\x00\x01\x02\x04\x08\x10 @`\xd0\x02\x82w\xd0\xdbkq\x04\x08\x10 @\x80\x00\x01\x02\x82\xd7\x19 @\x80\x00\x01\x02\x04\x08\x10\x18\xb4\x80\xe0\x1d\xf4\xf6Z\x1c\x01\x02\x04\x08\x10 @\x80\x80\xe0u\x06\x08\x10 @\x80\x00\x01\x02\x04\x06- x\x07\xbd\xbd\x16G\x80\x00\x01\x02\x04\x08\x10  x\x9d\x01\x02\x04\x08\x10 @\x80\x00\x81A\x0b\x08\xde1\xb7w~a\xa1=\xf1Y\xafi\x97|\xef\xf2\xf6\x95O\x9d8\xe6,\xc3\x08\x10 @\x80\x00\x01\x02\x04\xfe\xb3\x05\x04\xef\x98;p\xca\xfb\xcei\x9f>\xef\x82\xf6\xb5o],x\xc743\x8c\x00\x01\x02\x04\x08\x10 \xf0\xb3  x\xc7\xd8\x85\xcb\x7fte{\xe6K\xdf\xd0^}\xc0\xd3\xda\xfe\xaf|\x8b\xe0\x1d\xc3\xcc\x10\x02\x04\x08\x10 @\x80\xc0\xcf\x8a\x80\xe0\x1dc\'^r\xe8\xb1\xed\x91{\xffZ\xbb\xfbnwm\xfb\xbd\xe4u\x82w\x0c3C\x08\x10 @\x80\x00\x01\x02?+\x02\x82w\x99\x9d\xf8\xc2\xf9\xff\xd8\xde\xf5\xde\x8f\xb5S\xderp\xfb\xea7/\x12\xbc?+\'\xd7u\x10 @\x80\x00\x01\x02\x04\xc6\x14\x10\xbc\xb7\x01u\xdd\xf5s\xed\t\x7f|h{\xeb\x9f\xbd\xa8\xdd\xeb\x97\xeev\x8b\xc1{\xe9\x15\xb3cR\x1b6\x12\xd8u\xc7um\xf5\xaa\xa9\xf6\x83\xab\xb6\xb4\x85\xad\x8bP\xc6\x10\x98^\xb3\xaa\xddy\xc3t\xfb\xd1\xd5\xd7\x8d1\xda\x90\x91\xc0\xaa\xa9\xd6v\xd9q\xa6]~\xa5\xe7gr"v\xdbi\xa6]~\xd5l[\xf4\xd4\x1c\x9b\xed\xae;l\xd7~r\xcd\\\x9b\x9b\xdf:\xf6\x9c\x95>p\xc7\x8dk\xdb\x96\xb9\x856{\xdd\xc2J\xa7\x88\xd6\xbf\xfb\xce3\xd1x\x83o. xo\xe3D\\\xfc\x9d\xcb\xda\xe3\x9f\xf1\xaav\xe7;m\\\x1a5?\xbf\xd0\xae\xdetM\xdby\xc7;\xb5\xb7\xbd\xe1\xc0\xf6_\xee}\x8f&x\xb3\xa7\x94\xe0\xcd\xbcF\xa3\x05on&xs\xb3\xd1\x0c\xc1\x9b\xbb\t\xde\xdcL\xf0\xe6f\xa3\x19\x82\xb7\xe6\xf6\xd3Y\x82\xf76\xfc\x16\x16\xb6\xb6\xab\xae\xde\xb4m\xc47/\xbc\xa4\xbd\xf8\xd0c\xdb\xb9\xef;\xaa\xedp\xa7\x8dmz\xcdj\xc1\x1b\x9e?\xc1\x1b\x82\t\xde\x1c\xcc+\xbc%3\xc1[c\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcd\xec\xa6\xb3\x04o`xK\xf7\xf0z\x857\x00tKC\x86u\xe3h\xaf\xf0\xe6l^\xe1\xcd\xcd\x04o\xcdL\xf0\xe6n\x8277\x13\xbc53\xc1\xdb\xef\xb6\xed\x11\x04o\x86\xe9\x15\xde\xcck4Z\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1cN\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xe0\xf6\xc1\xb3?\xdfN~\xdf\xc7\xdb\xa5\x97\xff\xb8mX\xbf\xae\xed\xf3\xf0\x07\xb7\x83_\xf8\xd46\xb3n\xed\xd2\xa3\\z\xc5l\xf0h\x86\n\xde\xfc\x0c\x08\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\r\xdc\xfe\xf9\xa2\xef\xb65kV\xb7\xbb\xec\xb4C\xbb\xea\'\x9b\xda\xe1G\x9d\xd2\x1e\xf4\xab\xf7j\x07<\xfb\x89\x827p\xfc\xe9P\xc1\x9b\xa3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0-\xba]\x7f\xfd\\;\xf8/\xde\xb14\xfb\xe8\xc3_ x\x0b\x8e\x827G\x13\xbc\xb9\x99\xe0\xcd\xcd\x04o\xcdL\xf0\xe6n\x8277\x13\xbc53\xc1\x1b\xba}\xf6\xef\xbe\xd2\x0e;\xf2\xa4\xf6o\x9b\xaei\xd3\xd3\xd3\xedmo8\xb0=\xe4\x01\xf7\x16\xbc\xa1\xe3h\xb8\xe0\xcd\xd1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\x86n\xa3Wv\xaf\xdetM\xbb\xf8;\x97\xb5s>s~{\xf6S\x1f\xd3v\xff\xb9\xbb,=\xca\xa6\xd9\xf9\xf0\xd1V\xf6\xf0\x8d\xeb\xd6\xb4\xa9\xa9\xd66o\x99o\x8b\x8b+\xdbb\xdc\xd5\xaf^5\xd5\xd6M\xafj\xd7\\\xb70\xee\x94\x15?n\xaa\xb5\xb6afM\xdb\xec\xf9\x19\x9d\x85\xedo4\xf3\xd4\x1c\x9fm\xc3v\xab\xdb\x96\xb9\xadma+\xb5q\xd5f\xd6\xaen\xf3\x0b[\xdb\xdc\x02\xb3q\xcdF\xe3F\xcfO_u\x81\xa9\xc5E\xd9\x91\xf0}\xfc3\xe7\xb7\x0f\x9c\xfd\xb9\xf6\xae\xa3^qC\xf0^;\x97L_\xf1c7\xceL\xdf\x10\xbc\xb3s\x82w\xcc\xd3\xb0j\x14\xbckW\xb7k\xb7\xf8\xe1jL\xb2\xa53\xb6a\xdd\xf4\xd29\xf35\xbe\xc0\xe8\xf9\xb9y\xcb\\k:dl\xb4\xf5\xeb\xd6\xb4-\xd7/\xb4\xad\x82wl\xb3\xd1\xbfg\xf3[\x17\xdb\xfc\xfc\xd6\xb1\xe7\x18\xd8\xda\xf6\xeb\xa71t\x08\x08\xde\x10\xefc\x9f>\xbf\xbd\xf5\xc4\x0f\xb4O\xbc\xf7\xc8\xa5\x99>\xa5!\x03tKC\xe65\x1a\xed\x96\x86\xdc\xcc-\r\xb9\xd9h\xc6n;\xcd\xb4\xcb\xaf\x9a\xf5\xc3h\xc0\xe7\x96\x86\x00\xeb\xc6\xa1ni\xc8\xcdF3v\xdfy\xa66\xd1\xac%\x01\xc1\xbb\xccA8\xed\x8cO\xb7_{\xd0}\xda\xaew\xdd\xa9]\xfc\xaf\x97\xb6W\xbf\xe1]K\xf7\xef\xfe\xe9\xcb\x9e!x\x0bO"\xc1\x9b\xa3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\xd9Mg\t\xdee\x0c\xdfx\xfc{\xdb\xc7\xff\xe6\xfc\xa5\x8f$\x1b}4\xd9>\x0f\x7fH;\xe0\xd9\x7f\xd0\xd6\xcf\xac\x13\xbc\x85\xf3\'xs4\xc1\x9b\x9b\t\xde\xdcL\xf0\xd6\xcc\x04o\xee&xs3\xc1[3\x13\xbc\xfdn\xdb\x1e\xc1-\r\x19\xa6\xe0\xcd\xbcF\xa3\x05on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\x06n\xef\xf9\xd0\xa7\xda\x07\xcf\xfe|\xfb\xd7\xef\xfd\xa0\xedx\xe7\xed\xdb\x93\x1f\xbbw{\xce\x1f=V\xf0\x06\x867\x1d*xs8\xc1\x9b\x9b\t\xde\xdcL\xf0\xd6\xcc\x04o\xee&xs3\xc1[3\x13\xbc\x81\xdb[\xde\xf9\x81\xb6\xd7\x9e\xf7m\xf7\xbe\xe7\xcf\xb7\x8b\xff\xf5\xb2v\xc0k\x8em\x07\xbd\xe0)m\xdfG=l\xe9Q.\xbdb6x4C\x05o~\x06\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0v\xb8\xbd\xe6M\'\xb7\xd5\xabW\xb7\xc3^\xfat\xc1[p\x14\xbc9\x9a\xe0\xcd\xcd\x04on&xkf\x827w\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xa2\xdb\xe2\xe2b{\xc2\x1f\x1f\xda\xfep\xdf}\xda\xff\xd8w\x1f\xc1[p\x14\xbc9\x9a\xe0\xcd\xcd\x04on&xkf\x827w\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xa2\xdb\xe8\xf6\x86\xf3\xfe\xfek\xed\xb4\xe3_\xdd\xd6\xae\x9d^z\x94M\xb3\xf3\xc5G[\x99\xd36\xae[\xd3\xa6\xa6Z\xdb\xbce\xbe-.\xaeL\x83t\xd5\xabWM\xb5u\xd3\xab\xda5\xd7-\xa4SW\xec\xf8\xa9\xd6\xda\x86\x995m\xb3\xe7gt\x06\xb6\xbf\xd1\xccSs|\xb6\r\xdb\xadn[\xe6\xb6\xb6\x85\xad\xd4\xc6U\x9bY\xbb\xba\xcd/lms\x0b\xcc\xc65\x1b\x8d\x1b=?}\xd5\x05\xa6\x16G/[\xfaZV\xe0\xc4\xd3\xceng\x9es^\xfb\xab\xb7\xbe\xb2\xed\xbc\xe3\x9d\xb6\x8d\xdft\xed\xdc\xb2s\r\xf8w\x81\x8d3\xd37\x04\xef\xec\x9c\xe0\x1d\xf3`\xac\x1a\x05\xef\xda\xd5\xed\xda-~\xb8\x1a\x93l\xe9\x8cmX7\xbdt\xce|\x8d/0z~n\xde2\xd7\x9a\xff+\x8c\x8d\xb6~\xdd\x9a\xb6\xe5\xfa\x85\xb6U\xf0\x8em6\xfa\xf7l~\xebb\x9b\x9f\xdf:\xf6\x1c\x03[\xdb~\xfd\r/\xb4\xf9\xaa\t\x08\xde1\xdcNy\xff9\xed\xf43?\xd3N=\xe6\x90\xb6\xcb]\xee|\xb3\x19\xde\xb46\x06\xe0M\x86\xb8\xa5!\xf3\x1a\x8dvKCn\xe6\x96\x86\xdcl4c\xb7\x9df\xda\xe5W\xcd\xfaa4\xe0sKC\x80u\xe3P\xb74\xe4f\xa3\x19\xbb\xef<S\x9bh\xd6\x92\x80\xe0]\xe6 \xbc\xe7C\xe7\xb6\x13O\xfbh;\xf9\xcd\x07\xb7\xddv\xddyi\xf4\xaaU\xab\xda\xf4\x9a\xd5K\xff-x\xb3g\x92\xe0\xcd\xbc\x04o\xee\xb5\xf4\x1c\x9djm\x97\x1dg\xda\xe5W\xfa\x14\x95DP\xf0&Z7\x8c\x15\xbc\xb9\x99\xe0\xcd\xcd\x04o\xcd\xec\xa6\xb3\x04\xef2\x86\x8f\xf8\xc3?i\x97\xfd\xe0\x8a\x9b\x8d\xda\xe7a{\xb6c\x8fx\x89\xe0-\x9c?\xc1\x9b\xa3y\x8577\x13\xbc\xb9\xd9h\x86\xe0\xcd\xdd\x04on&xs3\xc1[3\x13\xbc\xfdn\xdb\x1e\xc1+\xbc\x19\xa6\xe0\xcd\xbc\xbc\xc2\x9b{y\x85\xb7f&xkn\x827w\x13\xbc\xb9\x99\xe0\xad\x99\t\xde~7\xc1[4\x14\xbc9\x9cWxs3\xaf\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\xba\xf83\xa2\x00\x00\x1f/IDAT\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\r\xdc\xbe\xf8\xe5o\xb4\x13N=\xab}\xf3\xc2K\xda\xaew\xdd\xa9\x9d\xfd\xee\xd7\xdfl\xf6\xa5W\xcc\x06\x8ff\xa8\xe0\xcd\xcf\x80\xe0\xcd\xcd\x04on&xkf\x827w\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xc0\xed\xab\xdf\xbc\xa8}\xf7\xd2\x1f\xb6\x1f_yu\xfb\xeb\x8f|V\xf0\x06v\xb74T\xf0\xe6\x80\x8277\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xdcM\xf0\xe6f\x82\xb7f&x\x0bn\x9f\xf8\xec\x97\xda1\xef\xfa\xa0\xe0-\xd8\xddt\x8a\xe0\xcd\x01\x05on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\x16\xdc\x04o\x01\xed\x16\xa6\x08\xde\xdcQ\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xc1\xed\xd6\x82w\xd3\xec|\xe1\xd1V\xee\x94\x8d\xeb\xd6\xb4\xa9\xa9\xd66o\x99o\x8b\x8b+\xd7!Y\xf9\xeaUSm\xdd\xf4\xaav\xcdu\x0b\xc9\xb4\x15=v\xaa\xb5\xb6afM\xdb\xec\xf9\x19\x9d\x83\xedo4\xf3\xd4\x1c\x9fm\xc3v\xab\xdb\x96\xb9\xadma+\xb5q\xd5f\xd6\xaen\xf3\x0b[\xdb\xdc\x02\xb3q\xcdF\xe3F\xcfO_u\x81\xa9\xc5E\xd91\x0e\xdf\xad\x06\xef\xb5s\xe3L7\xe6F\x81\x8d3\xd37\x04\xef\xec\x9c\xe0\x1d\xf3T\xac\x1a\x05\xef\xda\xd5\xed\xda-~\xb8\x1a\x93l\xe9\x8cmX7\xbdt\xce|\x8d/0z~n\xde2\xd7\x9a\x0e\x19\x1bm\xfd\xba5m\xcb\xf5\x0bm\xab\xe0\x1d\xdbl\xf4\xef\xd9\xfc\xd6\xc56?\xbfu\xec9\x06\xb6\xb6\xfd\xfai\x0c\x1d\x02\x82wL<\xb74\x8c\t\xb5\xcc0\xb74\xe4\x8eni\xc8\xcd\xdc\xd2\x90\x9b\x8df\xec\xb6\xd3L\xbb\xfc\xaaY?\x8c\x06|ni\x08\xb0n\x1c\xea\x96\x86\xdcl4c\xf7\x9dgj\x13\xcdZ\x12\x10\xbc\xcb\x1c\x84\xd1O\xeds\xf3\xf3\xed\xdc/\xfcC;\xfe\xe43\xda\x19\'\xbd\xb6\xad\x9a\x9aj\xd3\xd37\xfcj\xc1\xc7\x92e\xcf$\xc1\x9by\x8dF\x0b\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\xd9Mg\t\xdee\x0cG\x9f\xc3\xfb\xac\x97\x1dy\xb3Q{\xdc\xef\x9e\xed\xf4\x13\x0e\x13\xbc\x85\xf3\'xs4\xc1\x9b\x9b\t\xde\xdcL\xf0\xd6\xcc\x04o\xee&xs3\xc1[3\x13\xbc\xfdn\xdb\x1e\xc1+\xbc\x19\xa6\xe0\xcd\xbc\xbc\xc2\x9b{\x8df\x08\xde\x9a\x9b[\x1ar7\xc1\x9b\x9b\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\x9b\xe0-\x1a\n\xde\x1c\xce+\xbc\xb9\x99\xe0\xcd\xcd\xbc\xc2[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xf6\xbb\t\xde\xa2\xa1\xe0\xcd\xe1\x04on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\x86n\xc7\x9f|F{\xcf\x19\xe7\xb6\xf9\xf9\x85\xf6\x98\xdf\xfd\x8dv\xc8\x8b\x9f\xda\xd6\xac^\xbd\xf4(\x97^1\x1b>\xda\xca\x1e.x\xf3\xfd\x17\xbc\xb9\x99\xe0\xcd\xcd\x04o\xcdL\xf0\xe6n\x8277\x13\xbc53\xc1\x1b\xb8}\xf4S_lG\x9epz;\xf1\xa8\x97\xb7\x8d\x1b\xd6\xb7\xe7\xbe\xe2\xa8\xf6\xe8}~\xbd=\xef\xe9\x8f\x13\xbc\x81\xe3O\x87\n\xde\x1cM\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xe0\xf6\xac\x97\x1d\xd9\x1e\xbc\xc7\xbd\xdb\xfe\xfb\xed\xbb4\xeb#\x9f\xfc\xbbv\xfc)g\xb6sN{\xa3\xe0\r\x1c\x05o\x01\xeb\xc6)\x827\xb7\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xdcM\xf0\xe6f\x82\xb7f&x\x03\xb7\xbd\xff\xe0\x80v\xd8\x81\xfb\xb5}\x1e\xb6\xe7\xd2\xaco\xff\xcb\xf7\xda\xe3\x9f\xf1\xeav\xc1\'\xdf\xd9\xb6[;\xed\x96\x86\xc0r4\xd4+\xbc!XkM\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xe0\xb6\xd7\xa3\x9f\xd7\x8e;\xe2\x80\xb6\xd7\x9e\xf7]\x9au\xd9\x0f\xafl\x8fx\xf2\x81\xed\xbc\xb3\x8em;\xee\xb0}\xf0H\x86\x12 @\x80\x00\x01\x02\x04\x08\xfcg\x08L-...\xfeg|\xe3I\xf9\x9e\xcb\xbd\xc2;)\xebp\x9d\x04\x08\x10 @\x80\x00\x81\x95* x\x97\xd9\xf9\xd1=\xbc\x0f}\xc0}\xb6\xbdIm\xf4&\xb6\xe3N>\xc3=\xbc\xc5g\x8c[\x1ar8\xb74\xe4fni\xc8\xcdF3v\xdbi\xa6]~\xd5l\xf32\xc8\xf8~ni\x18\xdf\xea\xa7#\xdd\xd2\x90\x9b\x8df\xec\xbe\xf3Lm\xa2YK\x02\x82w\x99\x830z\x93\xda\xd1\xefx\x7f;\xe9\xe8\x83\xda\xc6\r3\xed9/\x7fS{\xd4\xde{\xf9\x94\x86\xe2\x13H\xf0\xe6p\x8277\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xdcM\xf0\xe6f\x82\xb7fv\xd3Y\x82w\x0c\xc3\xe3N:\xa3\x9dv\xa6\xcf\xe1\x1d\x83j\xd9!\x82wY\xa2\xff0@\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04o\xbf\xdb\xb6G\xf0\x87\'2L\xc1\x9by\x8dF\x0b\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\xedw\x13\xbcEC\xc1\x9b\xc3\t\xde\xdcL\xf0\xe6f\x82\xb7f&xs7\xc1\x9b\x9b\t\xde\x9a\x99\xe0\r\xdc\xbe\xf8\xe5o\xb4\x13N=\xab}\xf3\xc2K\xda\xaew\xdd\xa9\x9d\xfd\xee\xd7\xdfl\xf6\xa5W\xcc\x06\x8ff\xa8\xe0\xcd\xcf\x80\xe0\xcd\xcd\x04on&xkf\x827w\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xc0\xed\xab\xdf\xbc\xa8}\xf7\xd2\x1f\xb6\x1f_yu\xfb\xeb\x8f|V\xf0\x06v\xb74T\xf0\xe6\x80\x8277\x13\xbc\xb9\x99\xe0\xad\x99\t\xde\xdcM\xf0\xe6f\x82\xb7f&x\x0bn\x9f\xf8\xec\x97\xda1\xef\xfa\xa0\xe0-\xd8\xddt\x8a\xe0\xcd\x01\x05on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\x16\xdc\x04o\x01\xed\x16\xa6\x08\xde\xdcQ\xf0\xe6f\x8277\x13\xbc53\xc1\x9b\xbb\t\xde\xdcL\xf0\xd6\xcc\x04okm~a\xa1]\x7f\xfd\xdc\xad\n\xae\xdbn\xbb\xb6j\xf4\x7f\xcd\x1b\xbf\x04o\xffa\x1b=\x82\xe0\xcd\x1d\x05on&xs3\xc1[3\x13\xbc\xb9\x9b\xe0\xcd\xcd\x04o\xcdL\xf0\xb6\xd6>\xf9\xb9/\xb7C^\xf7\x8e[\x15|\xdf\xdb\x0fo\xbf\xfc\x8b\xbb/\x1b\xbc\xfd[\xe0\x11\x08\x10 @\x80\x00\x01\x02\x04\xeeH\x81\xa9\xc5\xc5\xc5\xc5;\xf2\x1b\x0c\xe5\xb1o\xed\x15\xde\xa1\xac\xcf:\x08\x10 @\x80\x00\x01\x02C\x15\x10\xbc\xcb\xec\xec\xd6\xad\x8bmn~\xbe\x9d\xfb\x85\x7fh\xc7\x9f|F;\xe3\xa4\xd7\xb6USSmzz\xcdP\xcf\x84u\x11 @\x80\x00\x01\x02\x04\x06% x\x97\xd9\xce\xd1\xe7\xf0>\xebeG\xdel\xd4\x1e\xf7\xbbg;\xfd\x84\xc3\x06u\x10,\x86\x00\x01\x02\x04\x08\x10 0T\x01\xc1{;\xed\xecr\x7f\xa0\xe2v\xfa6\x13\xfd0\xa3W\xc8\xdfs\xc6\xb9m~~\xa1=\xe6w\x7f\xa3\x1d\xf2\xe2\xa7\xb65\xabWO\xf4\x9a\xee\xc8\x8b\xff\xc1\x8f\xaej\x87\x1fuJ\xfb\xfa\xb7.nW\xfedS\xfb\xdc\x87\xde\xda\xee\xb2\xd3\x0ew\xe4\xb7\x9c\xf8\xc7\xfe\xdb/}\xbd\xbd\xf3=\x1f]\xfaC1k\xa7\xa7\xdbo\xff\xb7\x07\xb6\x83^\xf8\x94v\xa7\x8d\xeb\'~mw\xd4\x02\xae\x9d\xdd\xd2^\xf4\xaac\xda\xb7.\xfaN\x9b\x9d\xbd\xae\xdd\xf3\x17wo\x07<\xfb\x89\xed\xe1{\xedqG}\xcbA=\xee\xf7/\xffq{\xec\xd3_\xd9\x1e\xfa\xc0\xfb\xb4w\x1c\xf9\xb2A\xad\xed\xf6^\xcc\xf3\x0f~s\xfb\xfc\xff\xfe\xea\xb6\x87\xdd\xb8a\xa6\x9d\x7f\xf6\t\xb7\xf7\xb7\x19\xdc\xe3}\xed\x9f.n\xaf?\xee\xb4\xf6\x8d\x0b/i;l\xbf\xa1\xbd\xf0\x99\xbf\xdf\x9e\xf4\x98\xbd\x07\xb7\xce;zA\x82\xf7v\x12^\xee\x0fT\xdcN\xdffb\x1f\xe6\xa3\x9f\xfab;\xf2\x84\xd3\xdb\x89G\xbd\xbcm\xdc\xb0\xbe=\xf7\x15G\xb5G\xef\xf3\xeb\xedyO\x7f\xdc\xc4\xae\xe9\x8e\xbe\xf0\x1f]\xf1\x93\xf6\x99\xf3.h\xbfp\xb7]\x97~\xcb x\x97\x17\xff\xc0G?\xd7\xd6m\xb7\xb6=\xe4\x81\xf7i\xa3\x90{\xd5\xebOl\xf7\xba\xc7\xdd\xdak\x0f\xfa\xe3\xe5\'\xaf\xd0\x11\xa3O\xab\xb9\xe0\xeb\xdf^z\x93\xee\xf4\x9a5\xed\xbc/}\xad\x1d\xf6\xc6\x93\xdag?\xf4V?(\x8cq&\xf6\x7f\xe5\x9b\xdb\xa6\xcd\xd7\xb6\x99u\xdb\t\xdee\xbcF\xc1\xbb\xcf\xc3\xf7l\x8f{\xe4\xc3\x96F\x8e>\x07i\xed\xda\xe91\x94W\xee\x90\xd1\xff\x07\x1e\xb7\xdf!\xed\x05\xcf\xf8\xfd\xf6\xbb\xbf\xf5\xd06\xbb\xe5\xba\xb6\xf9\xda\xd9v\xff\xfb\xfc\xd2\xcaE)\xae\\\xf0\x16\xe1nm\x9a7\xb7\xdd\xb2\xcc(\xd8\x1e\xbc\xc7\xbd\xdb\xfe\xfb\xed\xbb4\xe0#\x9f\xfc\xbbv\xfc)g\xb6sN{\xe3\xed\xbc\x03\xc3{\xb8\xab\xae\xde\xd4\x1e\xbe\xef\x8b\x04oak?z\xee\x17\xdb\xdbO\xfdp\xfb\xc8\xa9\xaf+\xcc^\x99S\xbe\xf1\xcf\x97\xb4\'?\xf7\xf0\xf6\xe1S\x8eh\xbf|\x8f\xbb\xadL\x841W\xfd\xe9/\\\xd0>\xf4\xf1\xcf\xb7\x07\xfd\xea\xbd\xda\x97\xbe\xf2-\xc1;F\xf0>\xf2\xb7\x1f\xda~\xff\xf7~sLa\xc3\xdep\xfc{\xdb\xd5\xff\xb6\xb9\xfd\xc5+\x9f\r\xa3S@\xf0v\x02\xfe\xff\xd3\x05\xef-\x83\xee\xfd\x07\x07\xb4\xc3\x0e\xdc\xaf\xed\xf3\xb0=\x97\x06|\xfb_\xbe\xd7\x1e\xff\x8cW\xb7\x0b>\xf9\xce\xb6\x9d\x9f\xf0o\xf3\x14\n\xde\xfa\x93\xf4\x88\xb7\xbe\xbb]q\xd5\xa6v\xf4\xe1\xfb\xd7\x1fd\x85\xcc\xdc\xef%\xafk\x17^\xf4\xdd\xf6o\x9b\xafm\xbf\xf3\x9b\x0fn\xc7\xfc\xf9\x8bW\xc8\xcak\xcb\xbcv\xf6\xba\xf6\xc4g\x1f\xd6\xde\xfe\xc6?i\xe7\xfc\xcd\xdf\x0b\xde1\x18G\xaf\xf0\x8e\xce\xd8\xe8\xeb\x1e?\xffs\xed9O{l\xfb\xf5=\xef7\xc6\xcc\x95;\xe4)\xfb\xffy\xdb\xf3\xfe\xbf\xb2\xf4\x9b\x97\x1f\xfe\xe8\xaa\xb6\xe7\x1e\xbf\xd2\x0e}\xe9~m\xb7]vZ\xb9(\xc5\x95\x0b\xdee\xe0n\xaf?PQ\xdc\x9f\xc1L\xdb\xeb\xd1\xcfk\xc7\x1dq@\xdbk\xcf\xfb.\xad\xe9\xb2\x1f^\xd9\x1e\xf1\xe4\x03\xdbyg\x1d\xdbv\xdca\xfb\xc1\xac\xf3\x8eX\x88\xe0\xad\xa9~\xe1\xfc\x7fl\x07\x1d\xf1\xf6\xa57\x98\x8en\x0b\xf1u\xdb\x02?\xb9z\xf3R\xec~\xea\xf3_^\xba-\xe4\xa9Ox\x04\xb2\xdb\x108\xeam\xefo3\xeb\xd6\xb6\xfd\xff\xd7\xe3\x97\xee\x1b\xf7\n\xef\xf2\xc7et\xff\xee\xe8}\x08\xeb\xd6m\xd7>=\xfa\xe4\xa3S\xcel\xef\x7f\xfb\xe1\xed\xde\xf7\xbc\xfb\xf2\x93W\xe8\x88\xdfy\xd2\x81\xed\xfa\xb9\xb9\xa5\xdf\x1e\xfc\xe2\xddwm\x7fz\xf4_\xb5\xcb~pE;\xf5\x98CV\xa8H}\xd9\x82w\x19;\x7f\xa0\xa2~\xb8n:\xd3+\xbcuG\xc1\x9b\xdb\x9d\xff\x7f\xfe\xa9\xfd\xc9\xe1\x7f\xd9\x8e=\xe2\xc5K\xaf\x8e\xf8\xca\x04\x1e\xf3\xf4W\xb6?{\xf93\xdb\x83\xf7`wKr\x17]\xf2\xfd\xf6\xa2W\x1f\xb3\xf41\x95\xa3\xdfP\t\xde\xec|\xfdt\xf4\xf3\x0e:\xba=\xe0~\xf7\\\xfa\xa1\xc1\xd7-\x0b<\xfa\x8f\x0ej\xbf\xf5_\x1f\xd8\x0e~\xe1S\x96\x06|\xe7\xfb?l\xbf\xf7\xd4W\xb4/}\xfcmm\xfd\xcc:l\x81\x80\xe0\r\xb0\xc6\x19\xea\x96\x86[V\x1a\xdd\xc3\xfb\xd0\x07\xdcg\xdb\x9b\xd4Fob;\xee\xe43\xdc\xc3;\xc6\xa1\x12\xbcc \xddd\xc8?\xfc\xe3\x85\xed\xc5\x87\x1e\xd3\xde|\xf8\x0b\xb7\xfdF!{\x04\xa3\xff\xfb\xd3\x0en\xcf}\xdac\xb7\xbd\xb9\x88\xc8\xcd\x05\xdew\xd6g\xda\x1b\xff\xf2\xf4\xb6a\xfd\r\xc11z#\xd1\xdc\xdc|\xbb\xcb\xcewn\xe7\xbe\xef(\\c\n\x8c~h\x18\xbd\xba\xfb\xa2g>a\xcc\x19+o\xd8K_s\\\xfb\xb9]vn\x07\xbd\xe0\x7f\n\xde\xce\xed\x17\xbc\x9d\x80?\x9d\xee\x0fT\xdc6\xe4\xe8MjG\xbf\xe3\xfd\xed\xa4\xa3\x0fj\xa3\x8f\xa2y\xce\xcb\xdf\xd4\x1e\xb5\xf7^>\xa5a\x99\xf3w\xdd\xf5sm\xf4\xab\xe6}\x9e\xf4\xd2\xf6\xa9\xd3\xdf\xd4v\xdei\x07\xf7<\xdf\x86\xd9\xe8\xd3R\x9e\x7f\xd0\xd1K\x9f\xca\xf0\xb0\x1b?V\xcb;\xc1o\xfb\x90}\xfd\x9f\xffe\xe9W\xa4\xa3W\xc2G\x7fx\xf3\xfd\x1f\xfe\x9bv\xe2{?\xd6\xce:\xf9\x88\xf6\x0bw\xdb\xe5v\xfa\x17rX\x0f\xb3\xe5\xba\xeb\xdb\xe6kf\xb7-\xea=\x1f:\xb7}\xe5\x1b\xdfnG\x1e\xfa|\x1f\x1dx+[=\xba\xe7\xf93\x7f{A\xdb\xebA\xf7kk\xa7\xd7,\xfd1\xa7\xd7\xbe\xe5\xd4\xf6\xeec_\xd5F\x9fm\xef\xeb\x96\x05F\xb7\x81\x8c>m\xe6\xa47\x1f\xd4~~\xf7]\xda\x9f\x1d\xfdW\xed\xd2\x1f\\\xd1Ny\xcb\xc1\xc8B\x01\xc1\x1b\x82\xdd\xdap\x7f\xa0by\xc8\xe3N:\xa3\x9dv\xa6\xcf\xe1]^\xea\x86\x11\xa3\xfb\xc7\x1f\xf8;\xff\xf1\xe3\xb4\xbc\xd1\xef\xd6\x05\x0fy\xdd;\xdbY\x9f\xf8\xdb\x9b\r\xf0Y\x9f\xb7}\xe2F\x9fY<\xfa\x9f\xe8\xff\xbd\xe4\xfbm\xd5\xaaU\xedW~\xe9\xee\xed\x05\xcfx|\xfb\x8d\x87\xde\x7f\xdc\xa3\xba\xe2\xc7\xb9\xa5a\xf9#0\xfa\x98\xc0\xe7\xbe\xe2\xe8v\xe1\xc5\xdf]\xfa,\xf6\xd1\x9b\xd6\x9e\xbf\xdf\xbe\xed\x11\xbf\xf9\x90\xe5\'\xaf\xf0\x11\xef\xfe\xc0\'\xdb\x89\xa7\x9d\xddF?h\xfd\xda\x03\xef\xdb\x0e}\xe9\xd3\xdb\xaew\xddq\x85\xab\xe4\xcb\x17\xbc\xb9\x99\x19\x04\x08\x10 @\x80\x00\x01\x02\x13$ x\'h\xb3\\*\x01\x02\x04\x08\x10 @\x80@. xs33\x08\x10 @\x80\x00\x01\x02\x04&H@\xf0N\xd0f\xb9T\x02\x04\x08\x10 @\x80\x00\x81\\@\xf0\xe6ff\x10 @\x80\x00\x01\x02\x04\x08L\x90\x80\xe0\x9d\xa0\xcdr\xa9\x04\x08\x10 @\x80\x00\x01\x02\xb9\x80\xe0\xcd\xcd\xcc @\x80\x00\x01\x02\x04\x08\x10\x98 \x01\xc1;A\x9b\xe5R\t\x10 @\x80\x00\x01\x02\x04r\x01\xc1\x9b\x9b\x99A\x80\x00\x01\x02\x04\x08\x10 0A\x02\x82w\x826\xcb\xa5\x12 @\x80\x00\x01\x02\x04\x08\xe4\x02\x82773\x83\x00\x01\x02\x04\x08\x10 @`\x82\x04\x04\xef\x04m\x96K%@\x80\x00\x01\x02\x04\x08\x10\xc8\x05\x04onf\x06\x01\x02\x04\x08\x10 @\x80\xc0\x04\t\x08\xde\t\xda,\x97J\x80\x00\x01\x02\x04\x08\x10 \x90\x0b\x08\xde\xdc\xcc\x0c\x02\x04\x08\x10 @\x80\x00\x81\t\x12\x10\xbc\x13\xb4Y.\x95\x00\x01\x02\x04\x08\x10 @ \x17\x10\xbc\xb9\x99\x19\x04\x08\x10 @\x80\x00\x01\x02\x13$ x\'h\xb3\\*\x01\x02\x04\x08\x10 @\x80@. xs33\x08\x10 @\x80\x00\x01\x02\x04&H@\xf0N\xd0f\xb9T\x02\x04\x08\x10 @\x80\x00\x81\\@\xf0\xe6ff\x10 @\x80\x00\x01\x02\x04\x08L\x90\x80\xe0\x9d\xa0\xcdr\xa9\x04\x08\x10 @\x80\x00\x01\x02\xb9\x80\xe0\xcd\xcd\xcc @\x80\x00\x01\x02\x04\x08\x10\x98 \x01\xc1;A\x9b\xe5R\t\x10 @\x80\x00\x01\x02\x04r\x01\xc1\x9b\x9b\x99A\x80\x00\x01\x02\x04\x08\x10 0A\x02\x82w\x826\xcb\xa5\x12 @\x80\x00\x01\x02\x04\x08\xe4\x02\x82773\x83\x00\x01\x02\x04\x08\x10 @`\x82\x04\x04\xef\x04m\x96K%@\x80\x00\x01\x02\x04\x08\x10\xc8\x05\x04onf\x06\x01\x02\x04\x08\x10 @\x80\xc0\x04\t\x08\xde\t\xda,\x97J\x80\x00\x01\x02\x04\x08\x10 \x90\x0b\x08\xde\xdc\xcc\x0c\x02\x04\x08\x10 @\x80\x00\x81\t\x12\x10\xbc\x13\xb4Y.\x95\x00\x01\x02\x04\x08\x10 @ \x17\x10\xbc\xb9\x99\x19\x04\x08\x10 @\x80\x00\x01\x02\x13$ x\'h\xb3\\*\x01\x02\x04\x08\x10 @\x80@. xs33\x08\x10 @\x80\x00\x01\x02\x04&H@\xf0N\xd0f\xb9T\x02\x04\x08\x10 @\x80\x00\x81\\@\xf0\xe6ff\x10 @\x80\x00\x01\x02\x04\x08L\x90\x80\xe0\x9d\xa0\xcdr\xa9\x04\x08\x10 @\x80\x00\x01\x02\xb9\x80\xe0\xcd\xcd\xcc @\x80\x00\x01\x02\x04\x08\x10\x98 \x01\xc1;A\x9b\xe5R\t\x10 @\x80\x00\x01\x02\x04r\x01\xc1\x9b\x9b\x99A\x80\x00\x01\x02\x04\x08\x10 0A\x02\x82w\x826\xcb\xa5\x12 @\x80\x00\x01\x02\x04\x08\xe4\x02\x82773\x83\x00\x01\x02\x04\x08\x10 @`\x82\x04\x04\xef\x04m\x96K%@\x80\x00\x01\x02\x04\x08\x10\xc8\x05\x04onf\x06\x01\x02\x04\x08\x10 @\x80\xc0\x04\t\x08\xde\t\xda,\x97J\x80\x00\x01\x02\x04\x08\x10 \x90\x0b\x08\xde\xdc\xcc\x0c\x02\x04\x08\x10 @\x80\x00\x81\t\x12\x10\xbc\x13\xb4Y.\x95\x00\x01\x02\x04\x08\x10 @ \x17\x10\xbc\xb9\x99\x19\x04\x08\x10 @\x80\x00\x01\x02\x13$ x\'h\xb3\\*\x01\x02\x04\x08\x10 @\x80@. xs33\x08\x10 @\x80\x00\x01\x02\x04&H@\xf0N\xd0f\xb9T\x02\x04\x08\x10 @\x80\x00\x81\\@\xf0\xe6ff\x10 @\x80\x00\x01\x02\x04\x08L\x90\x80\xe0\x9d\xa0\xcdr\xa9\x04\x08\x10 @\x80\x00\x01\x02\xb9\x80\xe0\xcd\xcd\xcc @\x80\x00\x01\x02\x04\x08\x10\x98 \x01\xc1;A\x9b\xe5R\t\x10 @\x80\x00\x01\x02\x04r\x01\xc1\x9b\x9b\x99A\x80\x00\x01\x02\x04\x08\x10 0A\x02\x82w\x826\xcb\xa5\x12 @\x80\x00\x01\x02\x04\x08\xe4\x02\x82773\x83\x00\x01\x02\x04\x08\x10 @`\x82\x04\x04\xef\x04m\x96K%@\x80\x00\x01\x02\x04\x08\x10\xc8\x05\x04onf\x06\x01\x02\x04\x08\x10 @\x80\xc0\x04\t\x08\xde\t\xda,\x97J\x80\x00\x01\x02\x04\x08\x10 \x90\x0b\x08\xde\xdc\xcc\x0c\x02\x04\x08\x10 @\x80\x00\x81\t\x12\x10\xbc\x13\xb4Y.\x95\x00\x01\x02\x04\x08\x10 @ \x17\x10\xbc\xb9\x99\x19\x04\x08\x10 @\x80\x00\x01\x02\x13$ x\'h\xb3\\*\x01\x02\x04\x08\x10 @\x80@. xs33\x08\x10 @\x80\x00\x01\x02\x04&H\xe0\xff\x01\xa5\x92\x95"I\xff\xf7]\x00\x00\x00\x00IEND\xaeB`\x82'

As to the shared library dependencies:

ldd /home/ubuntu/twitter-status-bot/venv/lib/python3.8/site-packages/kaleido/executable/bin/kaleido
        linux-vdso.so.1 (0x0000ffff9f85c000)
        libdl.so.2 => /lib/aarch64-linux-gnu/libdl.so.2 (0x0000ffff981ad000)
        libpthread.so.0 => /lib/aarch64-linux-gnu/libpthread.so.0 (0x0000ffff9817d000)
        libnss3.so => /lib/aarch64-linux-gnu/libnss3.so (0x0000ffff9803d000)
        libnssutil3.so => /lib/aarch64-linux-gnu/libnssutil3.so (0x0000ffff97ffd000)
        libnspr4.so => /lib/aarch64-linux-gnu/libnspr4.so (0x0000ffff97fae000)
        libexpat.so.1 => /lib/aarch64-linux-gnu/libexpat.so.1 (0x0000ffff97f77000)
        libm.so.6 => /lib/aarch64-linux-gnu/libm.so.6 (0x0000ffff97ecc000)
        libgcc_s.so.1 => /lib/aarch64-linux-gnu/libgcc_s.so.1 (0x0000ffff97ea7000)
        libc.so.6 => /lib/aarch64-linux-gnu/libc.so.6 (0x0000ffff97d36000)
        /lib/ld-linux-aarch64.so.1 (0x0000ffff9f82c000)
        libplc4.so => /lib/aarch64-linux-gnu/libplc4.so (0x0000ffff97d21000)
        libplds4.so => /lib/aarch64-linux-gnu/libplds4.so (0x0000ffff97d0d000)

Hope this helps :)

PS: I also tried running my program that uses plotly and it works fine :)

@jonmmease
Copy link
Collaborator Author

Ok, great! For the x64 build, we copy shared libraries like libnss3 from the docker image that we use to build the image. For arm, we'll need to get them from somewhere else. They might be available in the sysroot (https://chromium.googlesource.com/chromium/src.git/+/master/docs/linux/chromium_arm.md#installing-the-sysroot) that the chromium build process downloads to cross-compile for arm.

@jonmmease jonmmease marked this pull request as ready for review August 21, 2020 09:14
@jonmmease
Copy link
Collaborator Author

Hi @Bibo-Joshi, I think I have the arm64 build set up in CI, and including the required shared library dependencies.

Can you remove the libnss3 package that you installed to get the prior dev-build working, and then try this package?

$ pip install https://github.com/plotly/Kaleido/releases/download/v0.0.3.dev6/kaleido-0.0.3.dev25+g6259bee-py2.py3-none-manylinux2014_aarch64.whl

This package should include the required external dependencies, so it shouldn't be necesary to install any additional packages. Thanks!

@Bibo-Joshi
Copy link

Works like a charm :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants