From 2729eb998c8f18c2445269009b18048e0b2f4742 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 16 Sep 2015 15:34:46 -0400 Subject: [PATCH] #1646 and other minor fixes --- conf/locale/locale_de-DE.ini | 43 +- conf/locale/locale_en-US.ini | 2 +- conf/locale/locale_pt-BR.ini | 125 +- config.codekit | 9742 +++++++++++++++++++++++++++++ modules/base/template.go | 11 +- modules/bindata/bindata.go | 440 +- public/css/gogs.min.css | 2 +- public/less/_home.less | 16 +- routers/repo/setting.go | 2 +- templates/base/head.tmpl | 4 +- templates/home.tmpl | 3 +- templates/user/auth/activate.tmpl | 2 +- 12 files changed, 10071 insertions(+), 321 deletions(-) diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index f268cfa57..4b7a51d09 100755 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -14,7 +14,7 @@ version=Version page=Seite template=Vorlage language=Sprache -create_new=Create... +create_new=Erstellen... user_profile_and_more=Benutzerprofil und mehr signed_in_as=Eingeloggt als @@ -54,7 +54,7 @@ code=Code [install] install=Installation title=Installation für erstmaligen Start -requite_db_desc=Gogs erfordert MySQL, PostgreSQL oder SQLite 3, aber SQLite3 ist in der offiziellen binären Version akiviert. +requite_db_desc=Gogs benötigt MySQL, PostgreSQL, SQLite3 oder TiDB. db_title=Datenbankeinstellungen db_type=Datenbanktyp host=Host @@ -64,8 +64,11 @@ db_name=Datenbankname db_helper=Bitte verwenden InnoDB-Engine mit utf8_general_ci Zeichensatz für MySQL. ssl_mode=SSL-Modus path=Pfad -sqlite_helper=Der Dateipfad des SQLite3 Datenbank. -err_empty_sqlite_path=Pfad zur SQLite3-Datenbank darf nicht leer sein. +sqlite_helper=Der Dateipfad für zur SQLite3 oder TiDB Datenbank. +err_empty_db_path=SQLite3 oder TiDB Datenbankpfad darf nicht leer sein. +err_invalid_tidb_name=Der TiDB Datenbankname darf kein "." und kein "-" enthalten. +no_admin_and_disable_registration=Du kannst die Registrierung nicht deaktivieren, ohne ein Administratorkonto zu erstellen. +err_empty_admin_password=Administrator-Passwort darf nicht leer sein. general_title=Allgemeine Einstellungen von Gogs app_name=Anwendungsname @@ -256,7 +259,7 @@ update_avatar_success=Deine Avatar-Einstellung wurde aktualisiert. change_password=Passwort ändern old_password=Aktuelles Passwort new_password=Neues Passwort -retype_new_password=Retype New Password +retype_new_password=Neues Passwort erneut eingeben password_incorrect=Aktuelles Passwort ist nicht korrekt. change_password_success=Passwort geändert. Du kannst dich jetzt mit dem neuen Passwort anmelden. @@ -266,9 +269,9 @@ email_desc=Deine primäre E-Mail-Adresse wird für Benachrichtigungen und andere primary=Primär primary_email=Als primäre Adresse verwenden delete_email=Löschen -email_deletion=E-mail Deletion -email_deletion_desc=Delete this e-mail address will remove related information from your account. Do you want to continue? -email_deletion_success=E-mail has been deleted successfully! +email_deletion=E-Mail löschen +email_deletion_desc=Das Löschen dieser E-Mail Adresse wird alle Informationen entfernen, die mit dieser E-Mail Adresse verknüpft sind. Willst du fortfahren? +email_deletion_success=E-Mail-Adresse wurde erfolgreich gelöscht! add_new_email=Neue E-Mail-Adresse hinzufügen add_email=E-Mail-Adresse hinzufügen add_email_confirmation_sent=Eine neue Bestätigungsmail wurde an %s gesendet, bitte überprüfen Sie Ihren Posteingang innerhalb von %d Stunden um die Bestätigung abzuschließen. @@ -716,8 +719,8 @@ authentication=Authentifizierung config=Konfiguration notices=System-Mitteilungen monitor=Monitoring -prev=zurück -next=vor +first_page=Erste +last_page=Letzte total=Total: %d dashboard.statistic=Statistik @@ -777,10 +780,12 @@ users.activated=Aktiviert users.admin=Admin users.repos=Repositorys users.created=Erzeugt +users.new_success=Der neue Account '%s' wurde erfolgreich erstellt. users.edit=Bearbeiten users.auth_source=Authentifizierungsquelle users.local=Lokal users.auth_login_name=Authentifizierung-Loginnname +users.password_helper=Leer lassen um es unverändert zu lassen. users.update_profile_success=Kontoprofil aktualisiert users.edit_account=Konto bearbeiten users.is_activated=Dieses Konto ist aktiviert @@ -805,7 +810,7 @@ repos.stars=Markierungen repos.issues=Issues auths.auth_manage_panel=Verwaltungspanel für die Authentifizierung -auths.new=Add New Source +auths.new=Neue Quelle hinzufügen auths.name=Name auths.type=Typ auths.enabled=aktiviert @@ -817,9 +822,9 @@ auths.host=Host auths.port=Port auths.bind_dn=DN binden auths.bind_password=Passwort binden -auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account. +auths.bind_password_helper=Warnung: Das Passwort wird im Plaintext gespeichert. Benutze keinen Account mit hohen Zugriffsrechten. auths.user_base=Benutzer-Such-Basis -auths.user_dn=User DN +auths.user_dn=Benutzer DN auths.attribute_name=Vorname Attribut auths.attribute_surname=Nachname Attribut auths.attribute_mail=E-Mail Attribut @@ -829,6 +834,8 @@ auths.ms_ad_sa=Ms Ad SA auths.smtp_auth=SMTP Authentifizierungstyp auths.smtphost=SMTP-Host auths.smtpport=SMTP-Port +auths.allowed_domains=Erlaubte Domains +auths.allowed_domains_helper=Leer lassen für keine Einschränkungen. Mehrere Domains können durch Komma "," getrennt werden. auths.enable_tls=TLS-Verschlüsselung aktivieren auths.skip_tls_verify=TLS-Prüfung überspringen auths.pam_service_name=PAM Dienstname @@ -836,13 +843,13 @@ auths.enable_auto_register=Automatische Registrierung aktivieren auths.tips=Tipps auths.edit=Authentifizierungseinstellungen bearbeiten auths.activated=Diese Authentifizierung ist aktiviert -auths.new_success=New authentication '%s' has been added successfully. +auths.new_success=Neue Authentifizierung '%s' wurde erfolgreich hinzugefügt. auths.update_success=Die Authentifizierungseinstellungen wurden erfolgreich aktualisiert. auths.update=Authentifizierungseinstellungen aktualisieren auths.delete=Diese Authentifizierung löschen auths.delete_auth_title=Löschen der Authentifizierung auths.delete_auth_desc=Diese Authentifizierung wird gelöscht, möchtest du fortfahren? -auths.deletion_success=Authentication has been deleted successfully! +auths.deletion_success=Authentifizierung wurde erfolgreich entfernt! config.server_config=Server-Konfiguration config.app_name=Anwendungsname @@ -866,14 +873,16 @@ config.db_user=Benutzer config.db_ssl_mode=SSL-Modus config.db_ssl_mode_helper=(nur für "postgres") config.db_path=Verzeichnis -config.db_path_helper=(nur für "sqlite3") +config.db_path_helper=(für "sqlite3" und "tidb") config.service_config=Service-Einstellungen config.register_email_confirm=E-Mail-Bestätigung bei Registrierung config.disable_register=Registrierung deaktivieren config.show_registration_button=Zeige die Schaltfläche Registrieren config.require_sign_in_view=Ansehen erfordert Registrierung -config.mail_notify=E-Mail-Benachrichtigung config.enable_cache_avatar=Avatar-Cache aktivieren +config.mail_notify=E-Mail-Benachrichtigung +config.disable_key_size_check=Prüfung der Mindestschlüssellänge deaktiveren +config.enable_captcha=Captcha aktivieren config.active_code_lives=Aktivierungscode Lebensdauer config.reset_password_code_lives=Passwortcode Lebensdauer config.webhook_config=Webhook-Einstellungen diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 5eb426a19..2e1ed24cf 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -148,7 +148,7 @@ forgot_password= Forgot Password forget_password = Forgot password? sign_up_now = Need an account? Sign up now. confirmation_mail_sent_prompt = A new confirmation e-mail has been sent to %s, please check your inbox within the next %d hours to complete the registration process. -sign_in_email = Sign in to your e-mail +sign_in_to_account = Sign in to your account active_your_account = Activate Your Account resent_limit_prompt = Sorry, you already requested an activation email recently. Please wait 3 minutes then try again. has_unconfirmed_mail = Hi %s, you have an unconfirmed e-mail address (%s). If you haven't received a confirmation e-mail or need to resend a new one, please click on the button below. diff --git a/conf/locale/locale_pt-BR.ini b/conf/locale/locale_pt-BR.ini index f963ba992..f81133da2 100755 --- a/conf/locale/locale_pt-BR.ini +++ b/conf/locale/locale_pt-BR.ini @@ -14,7 +14,7 @@ version=Versão page=Página template=Modelo language=Idioma -create_new=Create... +create_new=Criar... user_profile_and_more=Perfil do usuário e configurações signed_in_as=Você é @@ -54,7 +54,7 @@ code=Código [install] install=Instalação title=Etapas de instalação para Primeira Execução -requite_db_desc=Gogs requer MySQL, PostgreSQL ou SQLite3. +requite_db_desc=Gogs requer MySQL, PostgreSQL, SQLite3 ou TiDB. db_title=Configurações de Banco de Dados db_type=Tipo do Banco de Dados host=Host @@ -64,8 +64,11 @@ db_name=Nome do Banco de Dados db_helper=Por favor, use o mecanismo INNODB com o conjunto de caracteres utf8_general_ci para MySQL. ssl_mode=Modo SSL path=Caminho -sqlite_helper=O caminho do arquivo do banco de dados do SQLite3. -err_empty_sqlite_path=O caminho do arquivo de banco de dados SQLite3 não pode estar em branco. +sqlite_helper=O caminho do arquivo do banco de dados SQLite3 ou TiDB. +err_empty_db_path=O Caminho do banco de dados SQLite3 ou TiDB não pode ser vazio. +err_invalid_tidb_name=Nome do banco de dados TiDB não permite os caracteres "." e "-". +no_admin_and_disable_registration=Você não pode desabilitar o registro sem criar uma conta de administrador. +err_empty_admin_password=A senha de administrador não pode ser vazia. general_title=Configurações Gerais do Gogs app_name=Nome do Aplicativo @@ -96,7 +99,7 @@ server_service_title=Configurações de Servidor e Outros Serviços offline_mode=Ativar Modo Offline offline_mode_popup=Desative o CDN mesmo em modo de produção, todos os recursos serão disponibilizados localmente. disable_gravatar=Desativar Serviço Gravatar -disable_gravatar_popup=Disable Gravatar and custom sources, all avatars are uploaded by users or default. +disable_gravatar_popup=Desabilitar o Gravatar e fontes personalizadas, todos os avatares são enviados por usuários ou padrão. disable_registration=Desativar auto-registro disable_registration_popup=Desativar o auto-registro de usuário, para que somente o administrador possa criar contas. require_sign_in_view=Requerer autenticação para a visualização de páginas @@ -125,9 +128,9 @@ my_repos=Meus Repositórios collaborative_repos=Repositórios Colaborativos my_orgs=Minhas Organizações my_mirrors=Meus Espelhos -view_home=View %s +view_home=Ver %s -issues.in_your_repos=In your repositories +issues.in_your_repos=Em seus repositórios [explore] repos=Repositórios @@ -241,7 +244,7 @@ location=Localização update_profile=Atualizar o Perfil update_profile_success=O seu perfil foi atualizado com sucesso. change_username=Nome de Usuário Alterado -change_username_prompt=This change will affect the way how links relate to your account. +change_username_prompt=Essa alteração afetará o modo como ligações referem-se à sua conta. continue=Continuar cancel=Cancelar @@ -256,7 +259,7 @@ update_avatar_success=Sua configuração de avatar foi atualizada com sucesso. change_password=Mudança de senha old_password=Senha Atual new_password=Nova Senha -retype_new_password=Retype New Password +retype_new_password=Digite novamente a nova senha password_incorrect=A senha atual não está correta. change_password_success=A senha está alterada com sucesso. Você pode agora entrar com a senha nova. @@ -266,9 +269,9 @@ email_desc=Seu endereço de email principal será usado para notificações e ou primary=Principal primary_email=Definir como principal delete_email=Deletar -email_deletion=E-mail Deletion -email_deletion_desc=Delete this e-mail address will remove related information from your account. Do you want to continue? -email_deletion_success=E-mail has been deleted successfully! +email_deletion=Exclusão do email +email_deletion_desc=Ao Excluir este endereço de e-mail será removido informações relacionadas com a sua conta. Você deseja continuar? +email_deletion_success=O E-mail foi excluído com sucesso! add_new_email=Adicionar novo endereço de e-mail add_email=Adicionar e-mail add_email_confirmation_sent=Um novo e-mail de confirmação foi enviado para %s. Por favor, verifique sua Caixa de Entrada dentro das próximas %d horas, para concluir o processo de confirmação. @@ -285,14 +288,14 @@ key_name=Nome da Chave key_content=Conteúdo add_key_success=A nova chave pública '%s' foi adicionada com sucesso! delete_key=Deletar -ssh_key_deletion=SSH Key Deletion -ssh_key_deletion_desc=Delete this SSH key will remove all related accesses for your account. Do you want to continue? -ssh_key_deletion_success=SSH key has been deleted successfully! +ssh_key_deletion=Exclusão da chave de SSH +ssh_key_deletion_desc=Ao Excluir esta chave de SSH será removido todos os acessos para sua conta. Você deseja continuar? +ssh_key_deletion_success=A chave de SSH foi excluída com sucesso! add_on=Adicionado em last_used=Última vez usado em no_activity=Nenhuma atividade recente key_state_desc=Usada a pelo menos 7 dias -token_state_desc=This token is used in last 7 days +token_state_desc=Este token é usado em pelo menos 7 dias manage_social=Gerenciar Contas Sociais Associadas social_desc=Esta é uma lista de contas sociais. Remova qualquer ligação que você não reconheça. @@ -301,15 +304,15 @@ unbind_success=A conta social foi desvinculada. manage_access_token=Gerenciar Tokens de Acesso Pessoal generate_new_token=Gerar novo Token -tokens_desc=Tokens you have generated that can be used to access the Gogs APIs. +tokens_desc=Tokens gerados por você que podem ser usados para acessar a API do Gogs. new_token_desc=Por enquanto, todo token terá acesso completo à sua conta. token_name=Nome do Token generate_token=Gerar Token generate_token_succees=Novo token de acesso gerado com sucesso! Certifique-se de copiar seu novo token de acesso pessoal agora. Você não poderá vê-lo novamente! delete_token=Excluir -access_token_deletion=Personal Access Token Deletion -access_token_deletion_desc=Delete this personal access token will remove all related accesses of application. Do you want to continue? -delete_token_success=Personal access token has been removed successfully! Don't forget to update your application as well. +access_token_deletion=Exclusão do Token de acesso pessoal +access_token_deletion_desc=Ao Excluir este token de acesso pessoal será removido todos os acessos do aplicativo. Você deseja continuar? +delete_token_success=O Token de acesso pessoal foi removido com sucesso! Não se esqueça de atualizar seus aplicativos também. delete_account=Deletar Sua Conta delete_prompt=A operação deletará sua conta permanentemente, e NÃO PODERÁ ser desfeita! @@ -323,7 +326,7 @@ repo_name=Nome do Repositório repo_name_helper=Nomes de repositórios bons são pequenos, memorizáveis e únicos. visibility=Visibilidade visiblity_helper=Este é um repositório privado -visiblity_fork_helper=(Change of this value will affect all forks) +visiblity_fork_helper=(A alteração desse valor irá afetar todos os forks) fork_repo=Fork o Repositório fork_from=Fork de fork_visiblity_helper=Não é possível alterar a visibilidade de um repositório bifurcado @@ -333,8 +336,8 @@ repo_lang_helper=Selecione arquivos .gitignore license=Licença license_helper=Selecione um arquivo de licença readme=Leia-me -readme_helper=Select a readme template -auto_init=Initialize this repository with selected files and template +readme_helper=Selecione um modelo de leiame +auto_init=Inicializar este repositório com os arquivos selecionados e modelo create_repo=Criar Repositório default_branch=Ramo padrão mirror_interval=Intervalo de Espelho (hora) @@ -429,7 +432,7 @@ issues.filter_sort.recentupdate=Mais recentemente atualizados issues.filter_sort.leastupdate=Menos recentemente atualizados issues.filter_sort.mostcomment=Mais comentados issues.filter_sort.leastcomment=Menos comentados -issues.opened_by=opened %[1]s by %[3]s +issues.opened_by=%[1]s foi aberto por %[3]s issues.opened_by_fake=aberto %[1]s por %[2]s issues.previous=Página anterior issues.next=Próxima página @@ -469,18 +472,18 @@ pulls.compare_changes=Comparar mudanças pulls.compare_changes_desc=Comparar dois ramos e criar solicitação de pull com as mudanças. pulls.compare_base=base pulls.compare_compare=comparar -pulls.filter_branch=Filter branch +pulls.filter_branch=Filtrar branch pulls.no_results=Nada encontrado. pulls.nothing_to_compare=There is nothing to compare because base and head branches are even. pulls.has_pull_request=`There is already a pull request between these two targets: %[2]s#%[3]d` -pulls.create=Create Pull Request +pulls.create=Criar Pull Request pulls.title_desc=wants to merge %[1]d commits from %[2]s into %[3]s pulls.merged_title_desc=merged %[1]d commits from %[2]s into %[3]s %[4]s pulls.tab_conversation=Conversação pulls.tab_commits=Commits -pulls.tab_files=Files changed -pulls.reopen_to_merge=Please reopen this pull request to perform merge operation. -pulls.merged=Merged +pulls.tab_files=Arquivos alterados +pulls.reopen_to_merge=Por favor reabra esse pull request para executar a operação de merge. +pulls.merged=Merge realizado pulls.has_merged=This pull request has been merged successfully! pulls.data_broken=Data of this pull request has been broken due to deletion of fork information. pulls.can_auto_merge_desc=You can perform auto-merge operation on this pull request. @@ -529,9 +532,9 @@ settings.delete=Deletar Este Repositório settings.delete_desc=Uma vez que você deleta um repositório, não tem volta. Por favor, tenha certeza. settings.transfer_notices_1=- You will lose access if new owner is a individual user. settings.transfer_notices_2=- You will conserve access if new owner is an organization and if you're one of the owners. -settings.transfer_form_title=Please enter following information to confirm your operation: -settings.delete_notices_1=- This operation CANNOT be undone. -settings.delete_notices_2=- This operation will permanently delete the everything of this repository, including Git data, issues, comments and accesses of collaborators. +settings.transfer_form_title=Informe a seguinte informação para confirmar a sua operação: +settings.delete_notices_1=-Esta operação NÃO PODERÁ ser desfeita. +settings.delete_notices_2=- Esta operação irá apagar permanentemente o tudo deste repositório, incluindo os dados do Git, problemas, comentários e acessos dos colaboradores. settings.delete_notices_fork_1=- If this repository is public, all forks will be became independent after deletion. settings.delete_notices_fork_2=- If this repository is private, all forks will be removed at the same time. settings.delete_notices_fork_3=- If you want to keep all forks after deletion, please change visibility of this repository to public first. @@ -549,7 +552,7 @@ settings.hooks_desc=Hooks da web ou Webhooks permitem serviços externos serem n settings.webhook_deletion=Delete Webhook settings.webhook_deletion_desc=Delete this webhook will remove its information and all delivery history. Do you want to continue? settings.webhook_deletion_success=Webhook has been deleted successfully! -settings.webhook.request=Request +settings.webhook.request=Solicitação settings.webhook.response=Resposta settings.webhook.headers=Cabeçalhos settings.webhook.payload=Payload @@ -563,17 +566,17 @@ settings.add_webhook_desc=Enviaremos uma solicitação POST para o settings.payload_url=URL de carga settings.content_type=Tipo de Conteúdo settings.secret=Secreto -settings.slack_username=Username -settings.slack_icon_url=Icon URL +settings.slack_username=Usuário +settings.slack_icon_url=URL do ícone settings.slack_color=Cor settings.event_desc=Quais eventos você gostaria de acionar a esse hook da web? settings.event_push_only=Apenas o evento push. -settings.event_send_everything=I need everything. -settings.event_choose=Let me choose what I need. +settings.event_send_everything=Preciso de tudo. +settings.event_choose=Deixe-me escolher o que eu preciso. settings.event_create=Criar -settings.event_create_desc=Branch, or tag created +settings.event_create_desc=Branch ou Tag criado settings.event_push=Push -settings.event_push_desc=Git push to a repository +settings.event_push_desc=Git push para o repositório settings.active=Ativar settings.active_helper=Enviaremos detalhes do evento quando este hook for acionado. settings.add_hook_success=Novos hooks de web foram adicionados. @@ -716,8 +719,8 @@ authentication=Autenticações config=Configuração notices=Sistema de notificações monitor=Monitoramento -prev=Anterior -next=Próximo +first_page=Primeira +last_page=Última total=Total: %d dashboard.statistic=Estatística @@ -777,10 +780,12 @@ users.activated=Ativado users.admin=Administrador users.repos=Repos users.created=Criado +users.new_success=Nova conta '%s' foi criada com sucesso. users.edit=Editar -users.auth_source=Authentication Source +users.auth_source=Fonte da autenticação users.local=Local -users.auth_login_name=Authentication Login Name +users.auth_login_name=Nome de login da autenticação +users.password_helper=Leave it empty to remain unchanged. users.update_profile_success=O perfil da conta foi atualizado com sucesso. users.edit_account=Editar Conta users.is_activated=Esta conta está ativada @@ -804,21 +809,21 @@ repos.watches=Observadores repos.stars=Estrelas repos.issues=Problemas -auths.auth_manage_panel=Authentication Manage Panel -auths.new=Add New Source +auths.auth_manage_panel=Painel de gerenciamento da autenticação +auths.new=Adicionar nova fonte auths.name=Nome auths.type=Tipo auths.enabled=Habilitado auths.updated=Atualizado -auths.auth_type=Authentication Type -auths.auth_name=Authentication Name +auths.auth_type=Tipo de autenticação +auths.auth_name=Nome da autenticação auths.domain=Domínio auths.host=Host auths.port=Porta auths.bind_dn=Bind DN auths.bind_password=Bind Password -auths.bind_password_helper=Warning: This password is stored in plain text. Do not use a high privileged account. -auths.user_base=User Search Base +auths.bind_password_helper=Atenção: Esta senha é armazenada em texto plano. Não use uma conta com muitos privilégios. +auths.user_base=Base de pesquisa do usuário auths.user_dn=User DN auths.attribute_name=Atributo primeiro nome auths.attribute_surname=Atributo sobrenome @@ -826,21 +831,23 @@ auths.attribute_mail=Atributo e-mail auths.filter=User Filter auths.admin_filter=Admin Filter auths.ms_ad_sa=Ms Ad SA -auths.smtp_auth=SMTP Authentication Type +auths.smtp_auth=Tipo de autenticação SMTP auths.smtphost=Host SMTP auths.smtpport=Porta SMTP +auths.allowed_domains=Domínios autorizados +auths.allowed_domains_helper=Deixe em branco para permitir qualquer domínio do host SMTP. Vários domínios devem ser separados por vírgula ','. auths.enable_tls=Habilitar Criptografia TLS -auths.skip_tls_verify=Skip TLS Verify +auths.skip_tls_verify=Ignorar verificação de TLS auths.pam_service_name=Nome de Serviço PAM auths.enable_auto_register=Habilitar Registro Automático auths.tips=Dicas -auths.edit=Edit Authentication Setting +auths.edit=Editar a configuração de autenticação auths.activated=Esta autenticação foi ativada auths.new_success=New authentication '%s' has been added successfully. -auths.update_success=Authentication setting has been updated successfully. -auths.update=Update Authentication Setting -auths.delete=Delete This Authentication -auths.delete_auth_title=Authentication Deletion +auths.update_success=A configuração da autenticação foi atualizada com sucesso. +auths.update=Atualizar a configuração da autenticação +auths.delete=Excluir esta autenticação +auths.delete_auth_title=Exclusão da autenticação auths.delete_auth_desc=This authentication is going to be deleted, do you want to continue? auths.deletion_success=Authentication has been deleted successfully! @@ -866,14 +873,16 @@ config.db_user=Usuário config.db_ssl_mode=Modo SSL config.db_ssl_mode_helper=(apenas para "postgres") config.db_path=Caminho -config.db_path_helper=(apenas para "sqlite3") +config.db_path_helper=(para "sqlite3" e "tidb") config.service_config=Configuração do Serviço config.register_email_confirm=Requerer Confirmação de E-mail config.disable_register=Desabilitar Registro config.show_registration_button=Mostrar Botão de Registo config.require_sign_in_view=Requerer Entrar no Gogs para Ver -config.mail_notify=Notificação de Correio config.enable_cache_avatar=Habilitar Cache de Avatar +config.mail_notify=Notificação de Correio +config.disable_key_size_check=Disable Minimum Key Size Check +config.enable_captcha=Habilitar o Captcha config.active_code_lives=Ativar Code Lives config.reset_password_code_lives=Redefinir Senha de Code Lives config.webhook_config=Configuração de Hook da Web diff --git a/config.codekit b/config.codekit index 174605379..e3a9edccc 100644 --- a/config.codekit +++ b/config.codekit @@ -151,6 +151,9697 @@ "outputPathIsSetByUser": 0, "processed": 1 }, + "\/public\/img\/emoji\/+1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5075, + "inputAbbreviatedPath": "\/public\/img\/emoji\/+1.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/+1.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/-1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5070, + "inputAbbreviatedPath": "\/public\/img\/emoji\/-1.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/-1.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/100.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3251, + "inputAbbreviatedPath": "\/public\/img\/emoji\/100.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/100.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/1234.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4751, + "inputAbbreviatedPath": "\/public\/img\/emoji\/1234.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/1234.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/8ball.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4141, + "inputAbbreviatedPath": "\/public\/img\/emoji\/8ball.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/8ball.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/a.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3154, + "inputAbbreviatedPath": "\/public\/img\/emoji\/a.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/a.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ab.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3859, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ab.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ab.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/abc.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4247, + "inputAbbreviatedPath": "\/public\/img\/emoji\/abc.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/abc.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/abcd.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4471, + "inputAbbreviatedPath": "\/public\/img\/emoji\/abcd.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/abcd.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/accept.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4729, + "inputAbbreviatedPath": "\/public\/img\/emoji\/accept.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/accept.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/aerial_tramway.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3489, + "inputAbbreviatedPath": "\/public\/img\/emoji\/aerial_tramway.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/aerial_tramway.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/airplane.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4740, + "inputAbbreviatedPath": "\/public\/img\/emoji\/airplane.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/airplane.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/alarm_clock.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7062, + "inputAbbreviatedPath": "\/public\/img\/emoji\/alarm_clock.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/alarm_clock.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/alien.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5457, + "inputAbbreviatedPath": "\/public\/img\/emoji\/alien.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/alien.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ambulance.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3708, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ambulance.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ambulance.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/anchor.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4479, + "inputAbbreviatedPath": "\/public\/img\/emoji\/anchor.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/anchor.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/angel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6672, + "inputAbbreviatedPath": "\/public\/img\/emoji\/angel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/angel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/anger.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3079, + "inputAbbreviatedPath": "\/public\/img\/emoji\/anger.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/anger.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/angry.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5037, + "inputAbbreviatedPath": "\/public\/img\/emoji\/angry.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/angry.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/anguished.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5091, + "inputAbbreviatedPath": "\/public\/img\/emoji\/anguished.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/anguished.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ant.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2851, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ant.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ant.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/apple.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5630, + "inputAbbreviatedPath": "\/public\/img\/emoji\/apple.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/apple.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/aquarius.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5096, + "inputAbbreviatedPath": "\/public\/img\/emoji\/aquarius.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/aquarius.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/aries.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4343, + "inputAbbreviatedPath": "\/public\/img\/emoji\/aries.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/aries.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_backward.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3180, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_backward.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_backward.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_double_down.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3179, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_double_down.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_double_down.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_double_up.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3611, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_double_up.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_double_up.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_down.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3006, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_down.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_down.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_down_small.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2889, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_down_small.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_down_small.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_forward.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3201, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_forward.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_forward.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_heading_down.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3521, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_heading_down.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_heading_down.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_heading_up.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3520, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_heading_up.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_heading_up.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_left.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3041, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_left.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_left.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_lower_left.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3342, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_lower_left.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_lower_left.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_lower_right.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3334, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_lower_right.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_lower_right.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_right.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3022, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_right.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_right.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_right_hook.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3712, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_right_hook.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_right_hook.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_up.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3073, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_up.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_up.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_up_down.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3542, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_up_down.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_up_down.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_up_small.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3185, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_up_small.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_up_small.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_upper_left.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3227, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_upper_left.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_upper_left.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrow_upper_right.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3235, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrow_upper_right.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrow_upper_right.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrows_clockwise.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1399, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrows_clockwise.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrows_clockwise.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/arrows_counterclockwise.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4816, + "inputAbbreviatedPath": "\/public\/img\/emoji\/arrows_counterclockwise.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/arrows_counterclockwise.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/art.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6744, + "inputAbbreviatedPath": "\/public\/img\/emoji\/art.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/art.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/articulated_lorry.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2938, + "inputAbbreviatedPath": "\/public\/img\/emoji\/articulated_lorry.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/articulated_lorry.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/astonished.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6043, + "inputAbbreviatedPath": "\/public\/img\/emoji\/astonished.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/astonished.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/atm.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4072, + "inputAbbreviatedPath": "\/public\/img\/emoji\/atm.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/atm.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/b.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3025, + "inputAbbreviatedPath": "\/public\/img\/emoji\/b.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/b.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/baby.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5921, + "inputAbbreviatedPath": "\/public\/img\/emoji\/baby.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/baby.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/baby_bottle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4461, + "inputAbbreviatedPath": "\/public\/img\/emoji\/baby_bottle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/baby_bottle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/baby_chick.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3961, + "inputAbbreviatedPath": "\/public\/img\/emoji\/baby_chick.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/baby_chick.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/baby_symbol.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2967, + "inputAbbreviatedPath": "\/public\/img\/emoji\/baby_symbol.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/baby_symbol.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/back.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5434, + "inputAbbreviatedPath": "\/public\/img\/emoji\/back.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/back.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/baggage_claim.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3502, + "inputAbbreviatedPath": "\/public\/img\/emoji\/baggage_claim.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/baggage_claim.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/balloon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2300, + "inputAbbreviatedPath": "\/public\/img\/emoji\/balloon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/balloon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ballot_box_with_check.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1829, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ballot_box_with_check.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ballot_box_with_check.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bamboo.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4672, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bamboo.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bamboo.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/banana.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3915, + "inputAbbreviatedPath": "\/public\/img\/emoji\/banana.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/banana.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bangbang.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1387, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bangbang.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bangbang.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bank.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5583, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bank.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bank.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bar_chart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2449, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bar_chart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bar_chart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/barber.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4252, + "inputAbbreviatedPath": "\/public\/img\/emoji\/barber.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/barber.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/baseball.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6032, + "inputAbbreviatedPath": "\/public\/img\/emoji\/baseball.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/baseball.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/basketball.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6386, + "inputAbbreviatedPath": "\/public\/img\/emoji\/basketball.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/basketball.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bath.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3210, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bath.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bath.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bathtub.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2784, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bathtub.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bathtub.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/battery.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3812, + "inputAbbreviatedPath": "\/public\/img\/emoji\/battery.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/battery.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bear.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5561, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bear.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bear.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bee.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5851, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bee.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bee.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/beer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6097, + "inputAbbreviatedPath": "\/public\/img\/emoji\/beer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/beer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/beers.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6591, + "inputAbbreviatedPath": "\/public\/img\/emoji\/beers.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/beers.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/beetle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5255, + "inputAbbreviatedPath": "\/public\/img\/emoji\/beetle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/beetle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/beginner.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2761, + "inputAbbreviatedPath": "\/public\/img\/emoji\/beginner.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/beginner.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bell.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4859, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bell.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bell.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bento.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5730, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bento.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bento.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bicyclist.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6472, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bicyclist.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bicyclist.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bike.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4722, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bike.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bike.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bikini.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3890, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bikini.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bikini.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bird.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4878, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bird.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bird.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/birthday.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5404, + "inputAbbreviatedPath": "\/public\/img\/emoji\/birthday.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/birthday.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_circle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2369, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_circle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_circle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_joker.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3877, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_joker.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_joker.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_medium_small_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3495, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_medium_small_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_medium_small_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_medium_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4035, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_medium_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_medium_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_nib.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2352, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_nib.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_nib.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_small_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3061, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_small_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_small_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1332, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/black_square_button.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1337, + "inputAbbreviatedPath": "\/public\/img\/emoji\/black_square_button.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/black_square_button.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/blossom.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4232, + "inputAbbreviatedPath": "\/public\/img\/emoji\/blossom.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/blossom.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/blowfish.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3737, + "inputAbbreviatedPath": "\/public\/img\/emoji\/blowfish.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/blowfish.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/blue_book.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5092, + "inputAbbreviatedPath": "\/public\/img\/emoji\/blue_book.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/blue_book.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/blue_car.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4081, + "inputAbbreviatedPath": "\/public\/img\/emoji\/blue_car.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/blue_car.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/blue_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4094, + "inputAbbreviatedPath": "\/public\/img\/emoji\/blue_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/blue_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/blush.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5188, + "inputAbbreviatedPath": "\/public\/img\/emoji\/blush.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/blush.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/boar.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4840, + "inputAbbreviatedPath": "\/public\/img\/emoji\/boar.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/boar.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/boat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3833, + "inputAbbreviatedPath": "\/public\/img\/emoji\/boat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/boat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bomb.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5208, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bomb.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bomb.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/book.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6050, + "inputAbbreviatedPath": "\/public\/img\/emoji\/book.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/book.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bookmark.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4649, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bookmark.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bookmark.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bookmark_tabs.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3150, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bookmark_tabs.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bookmark_tabs.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/books.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6539, + "inputAbbreviatedPath": "\/public\/img\/emoji\/books.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/books.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/boom.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3772, + "inputAbbreviatedPath": "\/public\/img\/emoji\/boom.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/boom.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/boot.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3327, + "inputAbbreviatedPath": "\/public\/img\/emoji\/boot.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/boot.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bouquet.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6915, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bouquet.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bouquet.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bow.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5143, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bow.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bow.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bowling.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4184, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bowling.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bowling.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bowtie.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6478, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bowtie.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bowtie.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/boy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5946, + "inputAbbreviatedPath": "\/public\/img\/emoji\/boy.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/boy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bread.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6214, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bread.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bread.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bride_with_veil.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8515, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bride_with_veil.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bride_with_veil.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bridge_at_night.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5137, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bridge_at_night.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bridge_at_night.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/briefcase.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2698, + "inputAbbreviatedPath": "\/public\/img\/emoji\/briefcase.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/briefcase.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/broken_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4118, + "inputAbbreviatedPath": "\/public\/img\/emoji\/broken_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/broken_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bug.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5945, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bug.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bug.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bulb.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4490, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bulb.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bulb.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bullettrain_front.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4992, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bullettrain_front.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bullettrain_front.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bullettrain_side.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3842, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bullettrain_side.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bullettrain_side.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4065, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/busstop.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1676, + "inputAbbreviatedPath": "\/public\/img\/emoji\/busstop.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/busstop.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/bust_in_silhouette.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2005, + "inputAbbreviatedPath": "\/public\/img\/emoji\/bust_in_silhouette.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/bust_in_silhouette.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/busts_in_silhouette.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3021, + "inputAbbreviatedPath": "\/public\/img\/emoji\/busts_in_silhouette.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/busts_in_silhouette.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cactus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4509, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cactus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cactus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cake.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6129, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cake.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cake.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/calendar.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2920, + "inputAbbreviatedPath": "\/public\/img\/emoji\/calendar.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/calendar.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/calling.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4037, + "inputAbbreviatedPath": "\/public\/img\/emoji\/calling.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/calling.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/camel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4485, + "inputAbbreviatedPath": "\/public\/img\/emoji\/camel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/camel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/camera.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4661, + "inputAbbreviatedPath": "\/public\/img\/emoji\/camera.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/camera.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cancer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5384, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cancer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cancer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/candy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4502, + "inputAbbreviatedPath": "\/public\/img\/emoji\/candy.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/candy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/capital_abcd.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5136, + "inputAbbreviatedPath": "\/public\/img\/emoji\/capital_abcd.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/capital_abcd.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/capricorn.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4670, + "inputAbbreviatedPath": "\/public\/img\/emoji\/capricorn.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/capricorn.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/car.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4278, + "inputAbbreviatedPath": "\/public\/img\/emoji\/car.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/car.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/card_index.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3749, + "inputAbbreviatedPath": "\/public\/img\/emoji\/card_index.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/card_index.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/carousel_horse.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5893, + "inputAbbreviatedPath": "\/public\/img\/emoji\/carousel_horse.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/carousel_horse.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5987, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cat2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5644, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cat2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cat2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cd.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6718, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cd.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cd.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/chart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4331, + "inputAbbreviatedPath": "\/public\/img\/emoji\/chart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/chart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/chart_with_downwards_trend.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2897, + "inputAbbreviatedPath": "\/public\/img\/emoji\/chart_with_downwards_trend.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/chart_with_downwards_trend.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/chart_with_upwards_trend.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2930, + "inputAbbreviatedPath": "\/public\/img\/emoji\/chart_with_upwards_trend.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/chart_with_upwards_trend.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/checkered_flag.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1675, + "inputAbbreviatedPath": "\/public\/img\/emoji\/checkered_flag.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/checkered_flag.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cherries.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5604, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cherries.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cherries.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cherry_blossom.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7174, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cherry_blossom.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cherry_blossom.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/chestnut.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5875, + "inputAbbreviatedPath": "\/public\/img\/emoji\/chestnut.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/chestnut.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/chicken.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3988, + "inputAbbreviatedPath": "\/public\/img\/emoji\/chicken.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/chicken.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/children_crossing.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3460, + "inputAbbreviatedPath": "\/public\/img\/emoji\/children_crossing.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/children_crossing.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/chocolate_bar.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5249, + "inputAbbreviatedPath": "\/public\/img\/emoji\/chocolate_bar.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/chocolate_bar.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/christmas_tree.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4721, + "inputAbbreviatedPath": "\/public\/img\/emoji\/christmas_tree.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/christmas_tree.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/church.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4653, + "inputAbbreviatedPath": "\/public\/img\/emoji\/church.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/church.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cinema.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3573, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cinema.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cinema.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/circus_tent.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4683, + "inputAbbreviatedPath": "\/public\/img\/emoji\/circus_tent.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/circus_tent.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/city_sunrise.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4312, + "inputAbbreviatedPath": "\/public\/img\/emoji\/city_sunrise.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/city_sunrise.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/city_sunset.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3841, + "inputAbbreviatedPath": "\/public\/img\/emoji\/city_sunset.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/city_sunset.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cl.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3493, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cl.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cl.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clap.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7110, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clap.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clap.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clapper.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4192, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clapper.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clapper.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clipboard.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4663, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clipboard.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clipboard.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2590, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock1.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock1.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock10.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2590, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock10.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock10.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock1030.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2817, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock1030.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock1030.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock11.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2587, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock11.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock11.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock1130.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2854, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock1130.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock1130.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock12.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2504, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock12.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock12.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock1230.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2797, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock1230.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock1230.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock130.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2837, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock130.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock130.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2595, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock230.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2853, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock230.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock230.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock3.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2492, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock3.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock3.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock330.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2739, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock330.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock330.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock4.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2619, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock4.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock4.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock430.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2803, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock430.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock430.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock5.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2624, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock5.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock5.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock530.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2832, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock530.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock530.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock6.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2577, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock6.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock6.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock630.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2730, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock630.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock630.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock7.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2615, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock7.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock7.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock730.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2794, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock730.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock730.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock8.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2603, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock8.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock8.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock830.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2792, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock830.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock830.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock9.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2486, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock9.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock9.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clock930.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2746, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clock930.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clock930.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/closed_book.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4847, + "inputAbbreviatedPath": "\/public\/img\/emoji\/closed_book.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/closed_book.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/closed_lock_with_key.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5701, + "inputAbbreviatedPath": "\/public\/img\/emoji\/closed_lock_with_key.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/closed_lock_with_key.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/closed_umbrella.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3868, + "inputAbbreviatedPath": "\/public\/img\/emoji\/closed_umbrella.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/closed_umbrella.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cloud.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3860, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cloud.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cloud.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/clubs.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1685, + "inputAbbreviatedPath": "\/public\/img\/emoji\/clubs.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/clubs.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cn.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3634, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cn.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cn.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cocktail.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2949, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cocktail.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cocktail.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/coffee.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4306, + "inputAbbreviatedPath": "\/public\/img\/emoji\/coffee.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/coffee.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cold_sweat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5972, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cold_sweat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cold_sweat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/collision.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3772, + "inputAbbreviatedPath": "\/public\/img\/emoji\/collision.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/collision.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/computer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1705, + "inputAbbreviatedPath": "\/public\/img\/emoji\/computer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/computer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/confetti_ball.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5521, + "inputAbbreviatedPath": "\/public\/img\/emoji\/confetti_ball.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/confetti_ball.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/confounded.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5857, + "inputAbbreviatedPath": "\/public\/img\/emoji\/confounded.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/confounded.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/confused.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4633, + "inputAbbreviatedPath": "\/public\/img\/emoji\/confused.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/confused.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/congratulations.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4881, + "inputAbbreviatedPath": "\/public\/img\/emoji\/congratulations.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/congratulations.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/construction.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3700, + "inputAbbreviatedPath": "\/public\/img\/emoji\/construction.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/construction.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/construction_worker.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6193, + "inputAbbreviatedPath": "\/public\/img\/emoji\/construction_worker.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/construction_worker.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/convenience_store.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4073, + "inputAbbreviatedPath": "\/public\/img\/emoji\/convenience_store.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/convenience_store.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cookie.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8149, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cookie.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cookie.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cool.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4182, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cool.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cool.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cop.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7141, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cop.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cop.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/copyright.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1579, + "inputAbbreviatedPath": "\/public\/img\/emoji\/copyright.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/copyright.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/corn.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6694, + "inputAbbreviatedPath": "\/public\/img\/emoji\/corn.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/corn.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/couple.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7615, + "inputAbbreviatedPath": "\/public\/img\/emoji\/couple.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/couple.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/couple_with_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7370, + "inputAbbreviatedPath": "\/public\/img\/emoji\/couple_with_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/couple_with_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/couplekiss.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7219, + "inputAbbreviatedPath": "\/public\/img\/emoji\/couplekiss.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/couplekiss.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cow.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5745, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cow.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cow.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cow2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5303, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cow2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cow2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/credit_card.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2648, + "inputAbbreviatedPath": "\/public\/img\/emoji\/credit_card.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/credit_card.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/crescent_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3541, + "inputAbbreviatedPath": "\/public\/img\/emoji\/crescent_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/crescent_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/crocodile.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6125, + "inputAbbreviatedPath": "\/public\/img\/emoji\/crocodile.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/crocodile.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/crossed_flags.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4015, + "inputAbbreviatedPath": "\/public\/img\/emoji\/crossed_flags.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/crossed_flags.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/crown.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5655, + "inputAbbreviatedPath": "\/public\/img\/emoji\/crown.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/crown.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cry.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5699, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cry.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cry.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/crying_cat_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6682, + "inputAbbreviatedPath": "\/public\/img\/emoji\/crying_cat_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/crying_cat_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/crystal_ball.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6236, + "inputAbbreviatedPath": "\/public\/img\/emoji\/crystal_ball.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/crystal_ball.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cupid.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5413, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cupid.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cupid.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/curly_loop.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1129, + "inputAbbreviatedPath": "\/public\/img\/emoji\/curly_loop.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/curly_loop.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/currency_exchange.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1959, + "inputAbbreviatedPath": "\/public\/img\/emoji\/currency_exchange.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/currency_exchange.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/curry.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5336, + "inputAbbreviatedPath": "\/public\/img\/emoji\/curry.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/curry.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/custard.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5810, + "inputAbbreviatedPath": "\/public\/img\/emoji\/custard.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/custard.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/customs.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3899, + "inputAbbreviatedPath": "\/public\/img\/emoji\/customs.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/customs.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/cyclone.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4890, + "inputAbbreviatedPath": "\/public\/img\/emoji\/cyclone.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/cyclone.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dancer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3726, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dancer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dancer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dancers.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7918, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dancers.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dancers.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dango.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4449, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dango.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dango.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5437, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dash.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5448, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dash.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dash.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/date.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2977, + "inputAbbreviatedPath": "\/public\/img\/emoji\/date.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/date.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/de.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2640, + "inputAbbreviatedPath": "\/public\/img\/emoji\/de.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/de.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/deciduous_tree.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7263, + "inputAbbreviatedPath": "\/public\/img\/emoji\/deciduous_tree.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/deciduous_tree.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/department_store.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5159, + "inputAbbreviatedPath": "\/public\/img\/emoji\/department_store.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/department_store.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/diamond_shape_with_a_dot_inside.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5698, + "inputAbbreviatedPath": "\/public\/img\/emoji\/diamond_shape_with_a_dot_inside.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/diamond_shape_with_a_dot_inside.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/diamonds.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2785, + "inputAbbreviatedPath": "\/public\/img\/emoji\/diamonds.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/diamonds.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/disappointed.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4764, + "inputAbbreviatedPath": "\/public\/img\/emoji\/disappointed.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/disappointed.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/disappointed_relieved.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5648, + "inputAbbreviatedPath": "\/public\/img\/emoji\/disappointed_relieved.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/disappointed_relieved.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dizzy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2990, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dizzy.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dizzy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dizzy_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6278, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dizzy_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dizzy_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/do_not_litter.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5277, + "inputAbbreviatedPath": "\/public\/img\/emoji\/do_not_litter.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/do_not_litter.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dog.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5945, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dog.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dog.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dog2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5931, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dog2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dog2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dollar.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4622, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dollar.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dollar.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dolls.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7138, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dolls.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dolls.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dolphin.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4343, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dolphin.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dolphin.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/donut.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5209, + "inputAbbreviatedPath": "\/public\/img\/emoji\/donut.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/donut.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/door.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3310, + "inputAbbreviatedPath": "\/public\/img\/emoji\/door.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/door.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/doughnut.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5209, + "inputAbbreviatedPath": "\/public\/img\/emoji\/doughnut.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/doughnut.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dragon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7749, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dragon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dragon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dragon_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6737, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dragon_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dragon_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dress.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3631, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dress.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dress.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dromedary_camel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5139, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dromedary_camel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dromedary_camel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/droplet.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3139, + "inputAbbreviatedPath": "\/public\/img\/emoji\/droplet.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/droplet.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/dvd.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6993, + "inputAbbreviatedPath": "\/public\/img\/emoji\/dvd.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/dvd.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/e-mail.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2128, + "inputAbbreviatedPath": "\/public\/img\/emoji\/e-mail.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/e-mail.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ear.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4335, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ear.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ear.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ear_of_rice.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4758, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ear_of_rice.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ear_of_rice.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/earth_africa.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7164, + "inputAbbreviatedPath": "\/public\/img\/emoji\/earth_africa.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/earth_africa.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/earth_americas.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7039, + "inputAbbreviatedPath": "\/public\/img\/emoji\/earth_americas.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/earth_americas.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/earth_asia.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7303, + "inputAbbreviatedPath": "\/public\/img\/emoji\/earth_asia.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/earth_asia.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/egg.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5211, + "inputAbbreviatedPath": "\/public\/img\/emoji\/egg.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/egg.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/eggplant.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4672, + "inputAbbreviatedPath": "\/public\/img\/emoji\/eggplant.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/eggplant.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/eight.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3844, + "inputAbbreviatedPath": "\/public\/img\/emoji\/eight.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/eight.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/eight_pointed_black_star.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3271, + "inputAbbreviatedPath": "\/public\/img\/emoji\/eight_pointed_black_star.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/eight_pointed_black_star.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/eight_spoked_asterisk.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4012, + "inputAbbreviatedPath": "\/public\/img\/emoji\/eight_spoked_asterisk.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/eight_spoked_asterisk.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/electric_plug.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2758, + "inputAbbreviatedPath": "\/public\/img\/emoji\/electric_plug.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/electric_plug.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/elephant.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5086, + "inputAbbreviatedPath": "\/public\/img\/emoji\/elephant.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/elephant.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/email.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2697, + "inputAbbreviatedPath": "\/public\/img\/emoji\/email.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/email.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/end.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1134, + "inputAbbreviatedPath": "\/public\/img\/emoji\/end.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/end.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/envelope.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1655, + "inputAbbreviatedPath": "\/public\/img\/emoji\/envelope.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/envelope.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/es.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4302, + "inputAbbreviatedPath": "\/public\/img\/emoji\/es.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/es.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/euro.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3942, + "inputAbbreviatedPath": "\/public\/img\/emoji\/euro.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/euro.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/european_castle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5427, + "inputAbbreviatedPath": "\/public\/img\/emoji\/european_castle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/european_castle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/european_post_office.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4816, + "inputAbbreviatedPath": "\/public\/img\/emoji\/european_post_office.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/european_post_office.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/evergreen_tree.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4924, + "inputAbbreviatedPath": "\/public\/img\/emoji\/evergreen_tree.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/evergreen_tree.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/exclamation.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1175, + "inputAbbreviatedPath": "\/public\/img\/emoji\/exclamation.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/exclamation.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/expressionless.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4022, + "inputAbbreviatedPath": "\/public\/img\/emoji\/expressionless.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/expressionless.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/eyeglasses.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4929, + "inputAbbreviatedPath": "\/public\/img\/emoji\/eyeglasses.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/eyeglasses.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/eyes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4367, + "inputAbbreviatedPath": "\/public\/img\/emoji\/eyes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/eyes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/facepunch.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4833, + "inputAbbreviatedPath": "\/public\/img\/emoji\/facepunch.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/facepunch.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/factory.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5558, + "inputAbbreviatedPath": "\/public\/img\/emoji\/factory.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/factory.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fallen_leaf.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4890, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fallen_leaf.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fallen_leaf.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/family.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7211, + "inputAbbreviatedPath": "\/public\/img\/emoji\/family.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/family.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fast_forward.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3105, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fast_forward.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fast_forward.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fax.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4650, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fax.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fax.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fearful.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5600, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fearful.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fearful.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/feelsgood.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1150, + "inputAbbreviatedPath": "\/public\/img\/emoji\/feelsgood.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/feelsgood.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/feet.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1529, + "inputAbbreviatedPath": "\/public\/img\/emoji\/feet.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/feet.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ferris_wheel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6213, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ferris_wheel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ferris_wheel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/file_folder.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4013, + "inputAbbreviatedPath": "\/public\/img\/emoji\/file_folder.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/file_folder.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/finnadie.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1186, + "inputAbbreviatedPath": "\/public\/img\/emoji\/finnadie.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/finnadie.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fire.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3886, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fire.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fire.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fire_engine.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4862, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fire_engine.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fire_engine.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fireworks.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6269, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fireworks.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fireworks.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/first_quarter_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5967, + "inputAbbreviatedPath": "\/public\/img\/emoji\/first_quarter_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/first_quarter_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/first_quarter_moon_with_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4280, + "inputAbbreviatedPath": "\/public\/img\/emoji\/first_quarter_moon_with_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/first_quarter_moon_with_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fish.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4721, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fish.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fish.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fish_cake.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5818, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fish_cake.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fish_cake.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fishing_pole_and_fish.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4470, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fishing_pole_and_fish.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fishing_pole_and_fish.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fist.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5880, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fist.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fist.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/five.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3593, + "inputAbbreviatedPath": "\/public\/img\/emoji\/five.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/five.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/flags.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6124, + "inputAbbreviatedPath": "\/public\/img\/emoji\/flags.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/flags.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/flashlight.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5024, + "inputAbbreviatedPath": "\/public\/img\/emoji\/flashlight.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/flashlight.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/floppy_disk.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3215, + "inputAbbreviatedPath": "\/public\/img\/emoji\/floppy_disk.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/floppy_disk.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/flower_playing_cards.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3434, + "inputAbbreviatedPath": "\/public\/img\/emoji\/flower_playing_cards.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/flower_playing_cards.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/flushed.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5845, + "inputAbbreviatedPath": "\/public\/img\/emoji\/flushed.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/flushed.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/foggy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4623, + "inputAbbreviatedPath": "\/public\/img\/emoji\/foggy.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/foggy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/football.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6712, + "inputAbbreviatedPath": "\/public\/img\/emoji\/football.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/football.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fork_and_knife.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3608, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fork_and_knife.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fork_and_knife.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fountain.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5087, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fountain.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fountain.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/four.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3176, + "inputAbbreviatedPath": "\/public\/img\/emoji\/four.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/four.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/four_leaf_clover.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5995, + "inputAbbreviatedPath": "\/public\/img\/emoji\/four_leaf_clover.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/four_leaf_clover.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fr.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3398, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fr.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fr.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/free.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3605, + "inputAbbreviatedPath": "\/public\/img\/emoji\/free.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/free.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fried_shrimp.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7550, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fried_shrimp.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fried_shrimp.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fries.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6405, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fries.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fries.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/frog.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4823, + "inputAbbreviatedPath": "\/public\/img\/emoji\/frog.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/frog.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/frowning.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4733, + "inputAbbreviatedPath": "\/public\/img\/emoji\/frowning.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/frowning.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fu.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4687, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fu.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fu.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/fuelpump.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4296, + "inputAbbreviatedPath": "\/public\/img\/emoji\/fuelpump.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/fuelpump.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/full_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6458, + "inputAbbreviatedPath": "\/public\/img\/emoji\/full_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/full_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/full_moon_with_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7165, + "inputAbbreviatedPath": "\/public\/img\/emoji\/full_moon_with_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/full_moon_with_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/game_die.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2956, + "inputAbbreviatedPath": "\/public\/img\/emoji\/game_die.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/game_die.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/gb.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5894, + "inputAbbreviatedPath": "\/public\/img\/emoji\/gb.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/gb.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/gem.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4855, + "inputAbbreviatedPath": "\/public\/img\/emoji\/gem.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/gem.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/gemini.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4296, + "inputAbbreviatedPath": "\/public\/img\/emoji\/gemini.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/gemini.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ghost.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4513, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ghost.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ghost.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/gift.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6712, + "inputAbbreviatedPath": "\/public\/img\/emoji\/gift.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/gift.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/gift_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6013, + "inputAbbreviatedPath": "\/public\/img\/emoji\/gift_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/gift_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/girl.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6314, + "inputAbbreviatedPath": "\/public\/img\/emoji\/girl.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/girl.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/globe_with_meridians.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5837, + "inputAbbreviatedPath": "\/public\/img\/emoji\/globe_with_meridians.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/globe_with_meridians.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/goat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4889, + "inputAbbreviatedPath": "\/public\/img\/emoji\/goat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/goat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/goberserk.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1334, + "inputAbbreviatedPath": "\/public\/img\/emoji\/goberserk.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/goberserk.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/godmode.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1042, + "inputAbbreviatedPath": "\/public\/img\/emoji\/godmode.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/godmode.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/golf.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3548, + "inputAbbreviatedPath": "\/public\/img\/emoji\/golf.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/golf.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/grapes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5423, + "inputAbbreviatedPath": "\/public\/img\/emoji\/grapes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/grapes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/green_apple.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6205, + "inputAbbreviatedPath": "\/public\/img\/emoji\/green_apple.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/green_apple.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/green_book.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5090, + "inputAbbreviatedPath": "\/public\/img\/emoji\/green_book.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/green_book.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/green_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4432, + "inputAbbreviatedPath": "\/public\/img\/emoji\/green_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/green_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/grey_exclamation.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 790, + "inputAbbreviatedPath": "\/public\/img\/emoji\/grey_exclamation.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/grey_exclamation.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/grey_question.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1057, + "inputAbbreviatedPath": "\/public\/img\/emoji\/grey_question.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/grey_question.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/grimacing.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5327, + "inputAbbreviatedPath": "\/public\/img\/emoji\/grimacing.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/grimacing.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/grin.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5721, + "inputAbbreviatedPath": "\/public\/img\/emoji\/grin.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/grin.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/grinning.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5550, + "inputAbbreviatedPath": "\/public\/img\/emoji\/grinning.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/grinning.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/guardsman.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3587, + "inputAbbreviatedPath": "\/public\/img\/emoji\/guardsman.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/guardsman.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/guitar.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4382, + "inputAbbreviatedPath": "\/public\/img\/emoji\/guitar.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/guitar.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/gun.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3161, + "inputAbbreviatedPath": "\/public\/img\/emoji\/gun.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/gun.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/haircut.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7100, + "inputAbbreviatedPath": "\/public\/img\/emoji\/haircut.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/haircut.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hamburger.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5706, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hamburger.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hamburger.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hammer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3670, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hammer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hammer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hamster.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7221, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hamster.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hamster.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hand.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4161, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hand.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hand.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/handbag.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5449, + "inputAbbreviatedPath": "\/public\/img\/emoji\/handbag.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/handbag.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hankey.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4754, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hankey.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hankey.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hash.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3742, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hash.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hash.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hatched_chick.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5646, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hatched_chick.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hatched_chick.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hatching_chick.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5928, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hatching_chick.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hatching_chick.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/headphones.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1910, + "inputAbbreviatedPath": "\/public\/img\/emoji\/headphones.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/headphones.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hear_no_evil.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6550, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hear_no_evil.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hear_no_evil.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3302, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heart_decoration.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3507, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heart_decoration.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heart_decoration.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heart_eyes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5758, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heart_eyes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heart_eyes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heart_eyes_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6176, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heart_eyes_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heart_eyes_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heartbeat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4052, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heartbeat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heartbeat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heartpulse.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6269, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heartpulse.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heartpulse.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hearts.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2925, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hearts.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hearts.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heavy_check_mark.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 924, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heavy_check_mark.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heavy_check_mark.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heavy_division_sign.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 264, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heavy_division_sign.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heavy_division_sign.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heavy_dollar_sign.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1150, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heavy_dollar_sign.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heavy_dollar_sign.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heavy_exclamation_mark.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1315, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heavy_exclamation_mark.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heavy_exclamation_mark.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heavy_minus_sign.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 176, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heavy_minus_sign.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heavy_minus_sign.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heavy_multiplication_x.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 591, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heavy_multiplication_x.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heavy_multiplication_x.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/heavy_plus_sign.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 264, + "inputAbbreviatedPath": "\/public\/img\/emoji\/heavy_plus_sign.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/heavy_plus_sign.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/helicopter.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4100, + "inputAbbreviatedPath": "\/public\/img\/emoji\/helicopter.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/helicopter.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/herb.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5889, + "inputAbbreviatedPath": "\/public\/img\/emoji\/herb.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/herb.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hibiscus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8322, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hibiscus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hibiscus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/high_brightness.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4060, + "inputAbbreviatedPath": "\/public\/img\/emoji\/high_brightness.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/high_brightness.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/high_heel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4557, + "inputAbbreviatedPath": "\/public\/img\/emoji\/high_heel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/high_heel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hocho.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2455, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hocho.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hocho.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/honey_pot.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5830, + "inputAbbreviatedPath": "\/public\/img\/emoji\/honey_pot.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/honey_pot.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/honeybee.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5851, + "inputAbbreviatedPath": "\/public\/img\/emoji\/honeybee.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/honeybee.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/horse.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4582, + "inputAbbreviatedPath": "\/public\/img\/emoji\/horse.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/horse.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/horse_racing.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5905, + "inputAbbreviatedPath": "\/public\/img\/emoji\/horse_racing.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/horse_racing.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hospital.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4887, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hospital.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hospital.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hotel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5123, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hotel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hotel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hotsprings.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3538, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hotsprings.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hotsprings.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hourglass.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4492, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hourglass.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hourglass.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hourglass_flowing_sand.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4291, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hourglass_flowing_sand.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hourglass_flowing_sand.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/house.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3510, + "inputAbbreviatedPath": "\/public\/img\/emoji\/house.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/house.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/house_with_garden.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6089, + "inputAbbreviatedPath": "\/public\/img\/emoji\/house_with_garden.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/house_with_garden.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hurtrealbad.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1456, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hurtrealbad.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hurtrealbad.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/hushed.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4941, + "inputAbbreviatedPath": "\/public\/img\/emoji\/hushed.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/hushed.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ice_cream.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5469, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ice_cream.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ice_cream.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/icecream.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4603, + "inputAbbreviatedPath": "\/public\/img\/emoji\/icecream.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/icecream.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/id.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3905, + "inputAbbreviatedPath": "\/public\/img\/emoji\/id.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/id.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ideograph_advantage.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3088, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ideograph_advantage.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ideograph_advantage.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/imp.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6621, + "inputAbbreviatedPath": "\/public\/img\/emoji\/imp.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/imp.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/inbox_tray.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3700, + "inputAbbreviatedPath": "\/public\/img\/emoji\/inbox_tray.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/inbox_tray.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/incoming_envelope.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2206, + "inputAbbreviatedPath": "\/public\/img\/emoji\/incoming_envelope.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/incoming_envelope.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/information_desk_person.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6605, + "inputAbbreviatedPath": "\/public\/img\/emoji\/information_desk_person.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/information_desk_person.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/information_source.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3670, + "inputAbbreviatedPath": "\/public\/img\/emoji\/information_source.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/information_source.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/innocent.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7000, + "inputAbbreviatedPath": "\/public\/img\/emoji\/innocent.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/innocent.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/interrobang.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2875, + "inputAbbreviatedPath": "\/public\/img\/emoji\/interrobang.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/interrobang.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/iphone.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3499, + "inputAbbreviatedPath": "\/public\/img\/emoji\/iphone.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/iphone.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/it.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3495, + "inputAbbreviatedPath": "\/public\/img\/emoji\/it.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/it.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/izakaya_lantern.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4064, + "inputAbbreviatedPath": "\/public\/img\/emoji\/izakaya_lantern.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/izakaya_lantern.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/jack_o_lantern.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5633, + "inputAbbreviatedPath": "\/public\/img\/emoji\/jack_o_lantern.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/jack_o_lantern.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/japan.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4085, + "inputAbbreviatedPath": "\/public\/img\/emoji\/japan.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/japan.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/japanese_castle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4939, + "inputAbbreviatedPath": "\/public\/img\/emoji\/japanese_castle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/japanese_castle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/japanese_goblin.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5159, + "inputAbbreviatedPath": "\/public\/img\/emoji\/japanese_goblin.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/japanese_goblin.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/japanese_ogre.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7147, + "inputAbbreviatedPath": "\/public\/img\/emoji\/japanese_ogre.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/japanese_ogre.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/jeans.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3470, + "inputAbbreviatedPath": "\/public\/img\/emoji\/jeans.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/jeans.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/joy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6339, + "inputAbbreviatedPath": "\/public\/img\/emoji\/joy.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/joy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/joy_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7190, + "inputAbbreviatedPath": "\/public\/img\/emoji\/joy_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/joy_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/jp.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2827, + "inputAbbreviatedPath": "\/public\/img\/emoji\/jp.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/jp.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/key.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3452, + "inputAbbreviatedPath": "\/public\/img\/emoji\/key.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/key.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/keycap_ten.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4095, + "inputAbbreviatedPath": "\/public\/img\/emoji\/keycap_ten.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/keycap_ten.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kimono.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4938, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kimono.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kimono.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kiss.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6276, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kiss.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kiss.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kissing.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4790, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kissing.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kissing.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kissing_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6801, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kissing_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kissing_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kissing_closed_eyes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5563, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kissing_closed_eyes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kissing_closed_eyes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kissing_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5563, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kissing_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kissing_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kissing_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5767, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kissing_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kissing_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kissing_smiling_eyes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4999, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kissing_smiling_eyes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kissing_smiling_eyes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/koala.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5687, + "inputAbbreviatedPath": "\/public\/img\/emoji\/koala.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/koala.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/koko.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2854, + "inputAbbreviatedPath": "\/public\/img\/emoji\/koko.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/koko.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/kr.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5105, + "inputAbbreviatedPath": "\/public\/img\/emoji\/kr.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/kr.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/large_blue_circle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4637, + "inputAbbreviatedPath": "\/public\/img\/emoji\/large_blue_circle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/large_blue_circle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/large_blue_diamond.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3790, + "inputAbbreviatedPath": "\/public\/img\/emoji\/large_blue_diamond.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/large_blue_diamond.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/large_orange_diamond.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3849, + "inputAbbreviatedPath": "\/public\/img\/emoji\/large_orange_diamond.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/large_orange_diamond.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/last_quarter_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6149, + "inputAbbreviatedPath": "\/public\/img\/emoji\/last_quarter_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/last_quarter_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/last_quarter_moon_with_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4328, + "inputAbbreviatedPath": "\/public\/img\/emoji\/last_quarter_moon_with_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/last_quarter_moon_with_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/laughing.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6347, + "inputAbbreviatedPath": "\/public\/img\/emoji\/laughing.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/laughing.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/leaves.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5571, + "inputAbbreviatedPath": "\/public\/img\/emoji\/leaves.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/leaves.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ledger.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5921, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ledger.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ledger.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/left_luggage.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4025, + "inputAbbreviatedPath": "\/public\/img\/emoji\/left_luggage.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/left_luggage.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/left_right_arrow.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3413, + "inputAbbreviatedPath": "\/public\/img\/emoji\/left_right_arrow.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/left_right_arrow.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/leftwards_arrow_with_hook.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3775, + "inputAbbreviatedPath": "\/public\/img\/emoji\/leftwards_arrow_with_hook.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/leftwards_arrow_with_hook.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/lemon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6055, + "inputAbbreviatedPath": "\/public\/img\/emoji\/lemon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/lemon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/leo.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4913, + "inputAbbreviatedPath": "\/public\/img\/emoji\/leo.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/leo.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/leopard.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5348, + "inputAbbreviatedPath": "\/public\/img\/emoji\/leopard.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/leopard.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/libra.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4218, + "inputAbbreviatedPath": "\/public\/img\/emoji\/libra.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/libra.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/light_rail.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3792, + "inputAbbreviatedPath": "\/public\/img\/emoji\/light_rail.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/light_rail.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/link.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2619, + "inputAbbreviatedPath": "\/public\/img\/emoji\/link.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/link.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/lips.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3738, + "inputAbbreviatedPath": "\/public\/img\/emoji\/lips.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/lips.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/lipstick.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3384, + "inputAbbreviatedPath": "\/public\/img\/emoji\/lipstick.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/lipstick.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/lock.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3676, + "inputAbbreviatedPath": "\/public\/img\/emoji\/lock.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/lock.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/lock_with_ink_pen.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4967, + "inputAbbreviatedPath": "\/public\/img\/emoji\/lock_with_ink_pen.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/lock_with_ink_pen.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/lollipop.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5771, + "inputAbbreviatedPath": "\/public\/img\/emoji\/lollipop.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/lollipop.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/loop.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3417, + "inputAbbreviatedPath": "\/public\/img\/emoji\/loop.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/loop.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/loudspeaker.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6001, + "inputAbbreviatedPath": "\/public\/img\/emoji\/loudspeaker.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/loudspeaker.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/love_hotel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5941, + "inputAbbreviatedPath": "\/public\/img\/emoji\/love_hotel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/love_hotel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/love_letter.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2467, + "inputAbbreviatedPath": "\/public\/img\/emoji\/love_letter.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/love_letter.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/low_brightness.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2498, + "inputAbbreviatedPath": "\/public\/img\/emoji\/low_brightness.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/low_brightness.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/m.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4734, + "inputAbbreviatedPath": "\/public\/img\/emoji\/m.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/m.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mag.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3040, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mag.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mag.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mag_right.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3629, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mag_right.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mag_right.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mahjong.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3309, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mahjong.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mahjong.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mailbox.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4196, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mailbox.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mailbox.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mailbox_closed.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4360, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mailbox_closed.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mailbox_closed.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mailbox_with_mail.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4581, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mailbox_with_mail.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mailbox_with_mail.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mailbox_with_no_mail.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3101, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mailbox_with_no_mail.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mailbox_with_no_mail.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/man.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6023, + "inputAbbreviatedPath": "\/public\/img\/emoji\/man.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/man.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/man_with_gua_pi_mao.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5324, + "inputAbbreviatedPath": "\/public\/img\/emoji\/man_with_gua_pi_mao.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/man_with_gua_pi_mao.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/man_with_turban.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6528, + "inputAbbreviatedPath": "\/public\/img\/emoji\/man_with_turban.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/man_with_turban.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mans_shoe.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4749, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mans_shoe.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mans_shoe.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/maple_leaf.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4450, + "inputAbbreviatedPath": "\/public\/img\/emoji\/maple_leaf.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/maple_leaf.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mask.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5235, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mask.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mask.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/massage.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6036, + "inputAbbreviatedPath": "\/public\/img\/emoji\/massage.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/massage.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/meat_on_bone.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5425, + "inputAbbreviatedPath": "\/public\/img\/emoji\/meat_on_bone.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/meat_on_bone.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mega.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4680, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mega.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mega.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/melon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8233, + "inputAbbreviatedPath": "\/public\/img\/emoji\/melon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/melon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/memo.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4945, + "inputAbbreviatedPath": "\/public\/img\/emoji\/memo.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/memo.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mens.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3368, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mens.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mens.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/metal.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3098, + "inputAbbreviatedPath": "\/public\/img\/emoji\/metal.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/metal.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/metro.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3402, + "inputAbbreviatedPath": "\/public\/img\/emoji\/metro.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/metro.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/microphone.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3680, + "inputAbbreviatedPath": "\/public\/img\/emoji\/microphone.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/microphone.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/microscope.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4130, + "inputAbbreviatedPath": "\/public\/img\/emoji\/microscope.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/microscope.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/milky_way.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5878, + "inputAbbreviatedPath": "\/public\/img\/emoji\/milky_way.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/milky_way.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/minibus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3113, + "inputAbbreviatedPath": "\/public\/img\/emoji\/minibus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/minibus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/minidisc.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5594, + "inputAbbreviatedPath": "\/public\/img\/emoji\/minidisc.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/minidisc.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mobile_phone_off.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3521, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mobile_phone_off.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mobile_phone_off.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/money_with_wings.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7584, + "inputAbbreviatedPath": "\/public\/img\/emoji\/money_with_wings.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/money_with_wings.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/moneybag.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5500, + "inputAbbreviatedPath": "\/public\/img\/emoji\/moneybag.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/moneybag.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/monkey.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4973, + "inputAbbreviatedPath": "\/public\/img\/emoji\/monkey.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/monkey.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/monkey_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5348, + "inputAbbreviatedPath": "\/public\/img\/emoji\/monkey_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/monkey_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/monorail.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4311, + "inputAbbreviatedPath": "\/public\/img\/emoji\/monorail.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/monorail.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mortar_board.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4164, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mortar_board.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mortar_board.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mount_fuji.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5004, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mount_fuji.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mount_fuji.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mountain_bicyclist.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 9511, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mountain_bicyclist.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mountain_bicyclist.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mountain_cableway.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4405, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mountain_cableway.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mountain_cableway.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mountain_railway.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7448, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mountain_railway.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mountain_railway.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mouse.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6625, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mouse.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mouse.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mouse2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4087, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mouse2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mouse2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/movie_camera.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4081, + "inputAbbreviatedPath": "\/public\/img\/emoji\/movie_camera.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/movie_camera.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/moyai.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2166, + "inputAbbreviatedPath": "\/public\/img\/emoji\/moyai.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/moyai.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/muscle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4672, + "inputAbbreviatedPath": "\/public\/img\/emoji\/muscle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/muscle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mushroom.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4887, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mushroom.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mushroom.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/musical_keyboard.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1944, + "inputAbbreviatedPath": "\/public\/img\/emoji\/musical_keyboard.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/musical_keyboard.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/musical_note.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3188, + "inputAbbreviatedPath": "\/public\/img\/emoji\/musical_note.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/musical_note.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/musical_score.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1497, + "inputAbbreviatedPath": "\/public\/img\/emoji\/musical_score.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/musical_score.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/mute.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6635, + "inputAbbreviatedPath": "\/public\/img\/emoji\/mute.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/mute.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/nail_care.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5814, + "inputAbbreviatedPath": "\/public\/img\/emoji\/nail_care.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/nail_care.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/name_badge.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3985, + "inputAbbreviatedPath": "\/public\/img\/emoji\/name_badge.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/name_badge.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/neckbeard.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6247, + "inputAbbreviatedPath": "\/public\/img\/emoji\/neckbeard.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/neckbeard.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/necktie.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6116, + "inputAbbreviatedPath": "\/public\/img\/emoji\/necktie.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/necktie.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/negative_squared_cross_mark.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3853, + "inputAbbreviatedPath": "\/public\/img\/emoji\/negative_squared_cross_mark.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/negative_squared_cross_mark.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/neutral_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4843, + "inputAbbreviatedPath": "\/public\/img\/emoji\/neutral_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/neutral_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/new.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3927, + "inputAbbreviatedPath": "\/public\/img\/emoji\/new.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/new.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/new_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5276, + "inputAbbreviatedPath": "\/public\/img\/emoji\/new_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/new_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/new_moon_with_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6708, + "inputAbbreviatedPath": "\/public\/img\/emoji\/new_moon_with_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/new_moon_with_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/newspaper.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5180, + "inputAbbreviatedPath": "\/public\/img\/emoji\/newspaper.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/newspaper.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ng.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4201, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ng.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ng.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/nine.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3776, + "inputAbbreviatedPath": "\/public\/img\/emoji\/nine.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/nine.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_bell.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5944, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_bell.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_bell.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_bicycles.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5661, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_bicycles.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_bicycles.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_entry.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3514, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_entry.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_entry.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_entry_sign.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3287, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_entry_sign.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_entry_sign.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_good.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7034, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_good.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_good.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_mobile_phones.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5083, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_mobile_phones.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_mobile_phones.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_mouth.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4632, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_mouth.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_mouth.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_pedestrians.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5485, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_pedestrians.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_pedestrians.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/no_smoking.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4212, + "inputAbbreviatedPath": "\/public\/img\/emoji\/no_smoking.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/no_smoking.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/non-potable_water.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5202, + "inputAbbreviatedPath": "\/public\/img\/emoji\/non-potable_water.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/non-potable_water.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/nose.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3703, + "inputAbbreviatedPath": "\/public\/img\/emoji\/nose.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/nose.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/notebook.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6001, + "inputAbbreviatedPath": "\/public\/img\/emoji\/notebook.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/notebook.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/notebook_with_decorative_cover.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5329, + "inputAbbreviatedPath": "\/public\/img\/emoji\/notebook_with_decorative_cover.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/notebook_with_decorative_cover.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/notes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1536, + "inputAbbreviatedPath": "\/public\/img\/emoji\/notes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/notes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/nut_and_bolt.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2169, + "inputAbbreviatedPath": "\/public\/img\/emoji\/nut_and_bolt.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/nut_and_bolt.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/o.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2538, + "inputAbbreviatedPath": "\/public\/img\/emoji\/o.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/o.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/o2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3498, + "inputAbbreviatedPath": "\/public\/img\/emoji\/o2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/o2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ocean.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5777, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ocean.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ocean.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/octocat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3738, + "inputAbbreviatedPath": "\/public\/img\/emoji\/octocat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/octocat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/octopus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5779, + "inputAbbreviatedPath": "\/public\/img\/emoji\/octopus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/octopus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/oden.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5543, + "inputAbbreviatedPath": "\/public\/img\/emoji\/oden.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/oden.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/office.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5156, + "inputAbbreviatedPath": "\/public\/img\/emoji\/office.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/office.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ok.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4158, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ok.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ok.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ok_hand.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4598, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ok_hand.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ok_hand.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ok_woman.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7527, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ok_woman.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ok_woman.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/older_man.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6733, + "inputAbbreviatedPath": "\/public\/img\/emoji\/older_man.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/older_man.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/older_woman.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5977, + "inputAbbreviatedPath": "\/public\/img\/emoji\/older_woman.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/older_woman.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/on.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1472, + "inputAbbreviatedPath": "\/public\/img\/emoji\/on.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/on.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/oncoming_automobile.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7469, + "inputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_automobile.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_automobile.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/oncoming_bus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5305, + "inputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_bus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_bus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/oncoming_police_car.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5683, + "inputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_police_car.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_police_car.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/oncoming_taxi.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6287, + "inputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_taxi.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/oncoming_taxi.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/one.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2825, + "inputAbbreviatedPath": "\/public\/img\/emoji\/one.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/one.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/open_file_folder.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4292, + "inputAbbreviatedPath": "\/public\/img\/emoji\/open_file_folder.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/open_file_folder.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/open_hands.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4950, + "inputAbbreviatedPath": "\/public\/img\/emoji\/open_hands.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/open_hands.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/open_mouth.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4519, + "inputAbbreviatedPath": "\/public\/img\/emoji\/open_mouth.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/open_mouth.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ophiuchus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4434, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ophiuchus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ophiuchus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/orange_book.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5085, + "inputAbbreviatedPath": "\/public\/img\/emoji\/orange_book.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/orange_book.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/outbox_tray.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3683, + "inputAbbreviatedPath": "\/public\/img\/emoji\/outbox_tray.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/outbox_tray.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ox.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5935, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ox.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ox.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/package.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8449, + "inputAbbreviatedPath": "\/public\/img\/emoji\/package.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/package.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/page_facing_up.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2178, + "inputAbbreviatedPath": "\/public\/img\/emoji\/page_facing_up.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/page_facing_up.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/page_with_curl.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3715, + "inputAbbreviatedPath": "\/public\/img\/emoji\/page_with_curl.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/page_with_curl.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pager.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4022, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pager.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pager.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/palm_tree.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3663, + "inputAbbreviatedPath": "\/public\/img\/emoji\/palm_tree.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/palm_tree.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/panda_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4814, + "inputAbbreviatedPath": "\/public\/img\/emoji\/panda_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/panda_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/paperclip.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2478, + "inputAbbreviatedPath": "\/public\/img\/emoji\/paperclip.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/paperclip.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/parking.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3083, + "inputAbbreviatedPath": "\/public\/img\/emoji\/parking.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/parking.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/part_alternation_mark.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2681, + "inputAbbreviatedPath": "\/public\/img\/emoji\/part_alternation_mark.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/part_alternation_mark.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/partly_sunny.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5169, + "inputAbbreviatedPath": "\/public\/img\/emoji\/partly_sunny.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/partly_sunny.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/passport_control.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4018, + "inputAbbreviatedPath": "\/public\/img\/emoji\/passport_control.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/passport_control.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/paw_prints.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2471, + "inputAbbreviatedPath": "\/public\/img\/emoji\/paw_prints.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/paw_prints.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/peach.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5920, + "inputAbbreviatedPath": "\/public\/img\/emoji\/peach.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/peach.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pear.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6936, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pear.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pear.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pencil.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4945, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pencil.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pencil.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pencil2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4348, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pencil2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pencil2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/penguin.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4746, + "inputAbbreviatedPath": "\/public\/img\/emoji\/penguin.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/penguin.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pensive.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5062, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pensive.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pensive.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/performing_arts.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6287, + "inputAbbreviatedPath": "\/public\/img\/emoji\/performing_arts.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/performing_arts.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/persevere.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5519, + "inputAbbreviatedPath": "\/public\/img\/emoji\/persevere.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/persevere.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/person_frowning.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4826, + "inputAbbreviatedPath": "\/public\/img\/emoji\/person_frowning.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/person_frowning.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/person_with_blond_hair.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6622, + "inputAbbreviatedPath": "\/public\/img\/emoji\/person_with_blond_hair.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/person_with_blond_hair.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/person_with_pouting_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5428, + "inputAbbreviatedPath": "\/public\/img\/emoji\/person_with_pouting_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/person_with_pouting_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/phone.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5495, + "inputAbbreviatedPath": "\/public\/img\/emoji\/phone.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/phone.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pig.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5996, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pig.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pig.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pig2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4797, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pig2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pig2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pig_nose.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4761, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pig_nose.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pig_nose.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pill.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5022, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pill.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pill.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pineapple.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5634, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pineapple.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pineapple.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pisces.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4441, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pisces.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pisces.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pizza.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5273, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pizza.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pizza.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/plus1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5075, + "inputAbbreviatedPath": "\/public\/img\/emoji\/plus1.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/plus1.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/point_down.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3225, + "inputAbbreviatedPath": "\/public\/img\/emoji\/point_down.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/point_down.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/point_left.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3085, + "inputAbbreviatedPath": "\/public\/img\/emoji\/point_left.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/point_left.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/point_right.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3079, + "inputAbbreviatedPath": "\/public\/img\/emoji\/point_right.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/point_right.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/point_up.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3431, + "inputAbbreviatedPath": "\/public\/img\/emoji\/point_up.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/point_up.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/point_up_2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3181, + "inputAbbreviatedPath": "\/public\/img\/emoji\/point_up_2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/point_up_2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/police_car.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3349, + "inputAbbreviatedPath": "\/public\/img\/emoji\/police_car.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/police_car.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/poodle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6852, + "inputAbbreviatedPath": "\/public\/img\/emoji\/poodle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/poodle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/poop.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4754, + "inputAbbreviatedPath": "\/public\/img\/emoji\/poop.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/poop.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/post_office.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5136, + "inputAbbreviatedPath": "\/public\/img\/emoji\/post_office.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/post_office.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/postal_horn.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4735, + "inputAbbreviatedPath": "\/public\/img\/emoji\/postal_horn.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/postal_horn.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/postbox.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3388, + "inputAbbreviatedPath": "\/public\/img\/emoji\/postbox.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/postbox.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/potable_water.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3934, + "inputAbbreviatedPath": "\/public\/img\/emoji\/potable_water.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/potable_water.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pouch.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4642, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pouch.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pouch.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/poultry_leg.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4200, + "inputAbbreviatedPath": "\/public\/img\/emoji\/poultry_leg.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/poultry_leg.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pound.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4235, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pound.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pound.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pouting_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4918, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pouting_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pouting_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pray.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6203, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pray.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pray.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/princess.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7920, + "inputAbbreviatedPath": "\/public\/img\/emoji\/princess.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/princess.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/punch.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4833, + "inputAbbreviatedPath": "\/public\/img\/emoji\/punch.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/punch.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/purple_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4295, + "inputAbbreviatedPath": "\/public\/img\/emoji\/purple_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/purple_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/purse.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5033, + "inputAbbreviatedPath": "\/public\/img\/emoji\/purse.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/purse.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/pushpin.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3793, + "inputAbbreviatedPath": "\/public\/img\/emoji\/pushpin.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/pushpin.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/put_litter_in_its_place.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4091, + "inputAbbreviatedPath": "\/public\/img\/emoji\/put_litter_in_its_place.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/put_litter_in_its_place.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/question.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1711, + "inputAbbreviatedPath": "\/public\/img\/emoji\/question.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/question.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rabbit.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5677, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rabbit.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rabbit.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rabbit2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4425, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rabbit2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rabbit2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/racehorse.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4735, + "inputAbbreviatedPath": "\/public\/img\/emoji\/racehorse.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/racehorse.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/radio.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6150, + "inputAbbreviatedPath": "\/public\/img\/emoji\/radio.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/radio.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/radio_button.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2198, + "inputAbbreviatedPath": "\/public\/img\/emoji\/radio_button.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/radio_button.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rage.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5410, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rage.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rage.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rage1.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1086, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rage1.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rage1.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rage2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1098, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rage2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rage2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rage3.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1119, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rage3.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rage3.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rage4.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1270, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rage4.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rage4.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/railway_car.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3648, + "inputAbbreviatedPath": "\/public\/img\/emoji\/railway_car.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/railway_car.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rainbow.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5314, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rainbow.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rainbow.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/raised_hand.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4161, + "inputAbbreviatedPath": "\/public\/img\/emoji\/raised_hand.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/raised_hand.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/raised_hands.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5375, + "inputAbbreviatedPath": "\/public\/img\/emoji\/raised_hands.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/raised_hands.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/raising_hand.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6177, + "inputAbbreviatedPath": "\/public\/img\/emoji\/raising_hand.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/raising_hand.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ram.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6531, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ram.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ram.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ramen.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6574, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ramen.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ramen.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5434, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/recycle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3704, + "inputAbbreviatedPath": "\/public\/img\/emoji\/recycle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/recycle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/red_car.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4278, + "inputAbbreviatedPath": "\/public\/img\/emoji\/red_car.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/red_car.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/red_circle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3946, + "inputAbbreviatedPath": "\/public\/img\/emoji\/red_circle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/red_circle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/registered.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1613, + "inputAbbreviatedPath": "\/public\/img\/emoji\/registered.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/registered.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/relaxed.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5455, + "inputAbbreviatedPath": "\/public\/img\/emoji\/relaxed.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/relaxed.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/relieved.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5364, + "inputAbbreviatedPath": "\/public\/img\/emoji\/relieved.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/relieved.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/repeat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4009, + "inputAbbreviatedPath": "\/public\/img\/emoji\/repeat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/repeat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/repeat_one.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4287, + "inputAbbreviatedPath": "\/public\/img\/emoji\/repeat_one.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/repeat_one.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/restroom.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4142, + "inputAbbreviatedPath": "\/public\/img\/emoji\/restroom.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/restroom.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/revolving_hearts.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5472, + "inputAbbreviatedPath": "\/public\/img\/emoji\/revolving_hearts.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/revolving_hearts.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rewind.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3056, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rewind.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rewind.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ribbon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5581, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ribbon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ribbon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rice.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4645, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rice.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rice.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rice_ball.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5371, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rice_ball.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rice_ball.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rice_cracker.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7787, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rice_cracker.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rice_cracker.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rice_scene.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6261, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rice_scene.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rice_scene.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ring.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5232, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ring.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ring.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rocket.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5388, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rocket.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rocket.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/roller_coaster.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5148, + "inputAbbreviatedPath": "\/public\/img\/emoji\/roller_coaster.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/roller_coaster.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rooster.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6168, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rooster.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rooster.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rose.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4202, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rose.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rose.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rotating_light.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6620, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rotating_light.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rotating_light.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/round_pushpin.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1936, + "inputAbbreviatedPath": "\/public\/img\/emoji\/round_pushpin.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/round_pushpin.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rowboat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5357, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rowboat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rowboat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ru.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3920, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ru.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ru.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/rugby_football.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7781, + "inputAbbreviatedPath": "\/public\/img\/emoji\/rugby_football.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/rugby_football.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/runner.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3137, + "inputAbbreviatedPath": "\/public\/img\/emoji\/runner.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/runner.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/running.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3137, + "inputAbbreviatedPath": "\/public\/img\/emoji\/running.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/running.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/running_shirt_with_sash.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5701, + "inputAbbreviatedPath": "\/public\/img\/emoji\/running_shirt_with_sash.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/running_shirt_with_sash.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sa.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3556, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sa.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sa.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sagittarius.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4505, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sagittarius.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sagittarius.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sailboat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3833, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sailboat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sailboat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sake.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5073, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sake.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sake.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sandal.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3974, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sandal.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sandal.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/santa.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6271, + "inputAbbreviatedPath": "\/public\/img\/emoji\/santa.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/santa.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/satellite.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4867, + "inputAbbreviatedPath": "\/public\/img\/emoji\/satellite.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/satellite.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/satisfied.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6347, + "inputAbbreviatedPath": "\/public\/img\/emoji\/satisfied.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/satisfied.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/saxophone.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4252, + "inputAbbreviatedPath": "\/public\/img\/emoji\/saxophone.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/saxophone.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/school.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5446, + "inputAbbreviatedPath": "\/public\/img\/emoji\/school.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/school.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/school_satchel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5741, + "inputAbbreviatedPath": "\/public\/img\/emoji\/school_satchel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/school_satchel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/scissors.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3837, + "inputAbbreviatedPath": "\/public\/img\/emoji\/scissors.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/scissors.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/scorpius.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4566, + "inputAbbreviatedPath": "\/public\/img\/emoji\/scorpius.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/scorpius.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/scream.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6482, + "inputAbbreviatedPath": "\/public\/img\/emoji\/scream.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/scream.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/scream_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6844, + "inputAbbreviatedPath": "\/public\/img\/emoji\/scream_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/scream_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/scroll.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6749, + "inputAbbreviatedPath": "\/public\/img\/emoji\/scroll.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/scroll.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/seat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6059, + "inputAbbreviatedPath": "\/public\/img\/emoji\/seat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/seat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/secret.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5364, + "inputAbbreviatedPath": "\/public\/img\/emoji\/secret.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/secret.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/see_no_evil.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6828, + "inputAbbreviatedPath": "\/public\/img\/emoji\/see_no_evil.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/see_no_evil.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/seedling.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2190, + "inputAbbreviatedPath": "\/public\/img\/emoji\/seedling.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/seedling.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/seven.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3055, + "inputAbbreviatedPath": "\/public\/img\/emoji\/seven.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/seven.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/shaved_ice.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5908, + "inputAbbreviatedPath": "\/public\/img\/emoji\/shaved_ice.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/shaved_ice.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sheep.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4732, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sheep.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sheep.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/shell.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5115, + "inputAbbreviatedPath": "\/public\/img\/emoji\/shell.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/shell.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ship.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4233, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ship.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ship.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/shipit.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 9351, + "inputAbbreviatedPath": "\/public\/img\/emoji\/shipit.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/shipit.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/shirt.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4676, + "inputAbbreviatedPath": "\/public\/img\/emoji\/shirt.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/shirt.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/shit.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4754, + "inputAbbreviatedPath": "\/public\/img\/emoji\/shit.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/shit.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/shoe.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4799, + "inputAbbreviatedPath": "\/public\/img\/emoji\/shoe.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/shoe.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/shower.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7520, + "inputAbbreviatedPath": "\/public\/img\/emoji\/shower.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/shower.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/signal_strength.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3231, + "inputAbbreviatedPath": "\/public\/img\/emoji\/signal_strength.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/signal_strength.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/six.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3791, + "inputAbbreviatedPath": "\/public\/img\/emoji\/six.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/six.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/six_pointed_star.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4854, + "inputAbbreviatedPath": "\/public\/img\/emoji\/six_pointed_star.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/six_pointed_star.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ski.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4167, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ski.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ski.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/skull.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2428, + "inputAbbreviatedPath": "\/public\/img\/emoji\/skull.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/skull.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sleeping.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5409, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sleeping.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sleeping.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sleepy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5837, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sleepy.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sleepy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/slot_machine.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4605, + "inputAbbreviatedPath": "\/public\/img\/emoji\/slot_machine.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/slot_machine.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/small_blue_diamond.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1817, + "inputAbbreviatedPath": "\/public\/img\/emoji\/small_blue_diamond.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/small_blue_diamond.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/small_orange_diamond.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1944, + "inputAbbreviatedPath": "\/public\/img\/emoji\/small_orange_diamond.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/small_orange_diamond.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/small_red_triangle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2054, + "inputAbbreviatedPath": "\/public\/img\/emoji\/small_red_triangle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/small_red_triangle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/small_red_triangle_down.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2157, + "inputAbbreviatedPath": "\/public\/img\/emoji\/small_red_triangle_down.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/small_red_triangle_down.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smile.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5890, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smile.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smile.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smile_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6117, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smile_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smile_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smiley.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5794, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smiley.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smiley.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smiley_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6083, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smiley_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smiley_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smiling_imp.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7189, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smiling_imp.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smiling_imp.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smirk.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5307, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smirk.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smirk.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smirk_cat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6062, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smirk_cat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smirk_cat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/smoking.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2875, + "inputAbbreviatedPath": "\/public\/img\/emoji\/smoking.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/smoking.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/snail.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6657, + "inputAbbreviatedPath": "\/public\/img\/emoji\/snail.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/snail.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/snake.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4069, + "inputAbbreviatedPath": "\/public\/img\/emoji\/snake.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/snake.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/snowboarder.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5356, + "inputAbbreviatedPath": "\/public\/img\/emoji\/snowboarder.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/snowboarder.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/snowflake.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5637, + "inputAbbreviatedPath": "\/public\/img\/emoji\/snowflake.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/snowflake.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/snowman.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4658, + "inputAbbreviatedPath": "\/public\/img\/emoji\/snowman.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/snowman.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sob.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5709, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sob.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sob.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/soccer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4878, + "inputAbbreviatedPath": "\/public\/img\/emoji\/soccer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/soccer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/soon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1551, + "inputAbbreviatedPath": "\/public\/img\/emoji\/soon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/soon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sos.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4262, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sos.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sos.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sound.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5024, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sound.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sound.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/space_invader.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4353, + "inputAbbreviatedPath": "\/public\/img\/emoji\/space_invader.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/space_invader.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/spades.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1719, + "inputAbbreviatedPath": "\/public\/img\/emoji\/spades.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/spades.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/spaghetti.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6955, + "inputAbbreviatedPath": "\/public\/img\/emoji\/spaghetti.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/spaghetti.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sparkle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8904, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sparkle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sparkle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sparkler.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5696, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sparkler.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sparkler.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sparkles.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2209, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sparkles.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sparkles.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sparkling_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5357, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sparkling_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sparkling_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/speak_no_evil.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5977, + "inputAbbreviatedPath": "\/public\/img\/emoji\/speak_no_evil.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/speak_no_evil.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/speaker.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5173, + "inputAbbreviatedPath": "\/public\/img\/emoji\/speaker.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/speaker.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/speech_balloon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2130, + "inputAbbreviatedPath": "\/public\/img\/emoji\/speech_balloon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/speech_balloon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/speedboat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3512, + "inputAbbreviatedPath": "\/public\/img\/emoji\/speedboat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/speedboat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/squirrel.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 9351, + "inputAbbreviatedPath": "\/public\/img\/emoji\/squirrel.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/squirrel.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/star.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3628, + "inputAbbreviatedPath": "\/public\/img\/emoji\/star.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/star.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/star2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4068, + "inputAbbreviatedPath": "\/public\/img\/emoji\/star2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/star2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/stars.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4366, + "inputAbbreviatedPath": "\/public\/img\/emoji\/stars.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/stars.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/station.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4836, + "inputAbbreviatedPath": "\/public\/img\/emoji\/station.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/station.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/statue_of_liberty.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6075, + "inputAbbreviatedPath": "\/public\/img\/emoji\/statue_of_liberty.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/statue_of_liberty.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/steam_locomotive.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5159, + "inputAbbreviatedPath": "\/public\/img\/emoji\/steam_locomotive.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/steam_locomotive.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/stew.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5365, + "inputAbbreviatedPath": "\/public\/img\/emoji\/stew.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/stew.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/straight_ruler.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3797, + "inputAbbreviatedPath": "\/public\/img\/emoji\/straight_ruler.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/straight_ruler.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/strawberry.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5477, + "inputAbbreviatedPath": "\/public\/img\/emoji\/strawberry.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/strawberry.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/stuck_out_tongue.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5215, + "inputAbbreviatedPath": "\/public\/img\/emoji\/stuck_out_tongue.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/stuck_out_tongue.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/stuck_out_tongue_closed_eyes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5785, + "inputAbbreviatedPath": "\/public\/img\/emoji\/stuck_out_tongue_closed_eyes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/stuck_out_tongue_closed_eyes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/stuck_out_tongue_winking_eye.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6007, + "inputAbbreviatedPath": "\/public\/img\/emoji\/stuck_out_tongue_winking_eye.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/stuck_out_tongue_winking_eye.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sun_with_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7958, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sun_with_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sun_with_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sunflower.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6567, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sunflower.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sunflower.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sunglasses.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5730, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sunglasses.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sunglasses.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sunny.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3802, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sunny.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sunny.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sunrise.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3914, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sunrise.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sunrise.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sunrise_over_mountains.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6594, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sunrise_over_mountains.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sunrise_over_mountains.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/surfer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6259, + "inputAbbreviatedPath": "\/public\/img\/emoji\/surfer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/surfer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sushi.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5257, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sushi.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sushi.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/suspect.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1016, + "inputAbbreviatedPath": "\/public\/img\/emoji\/suspect.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/suspect.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/suspension_railway.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3937, + "inputAbbreviatedPath": "\/public\/img\/emoji\/suspension_railway.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/suspension_railway.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sweat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5576, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sweat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sweat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sweat_drops.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4782, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sweat_drops.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sweat_drops.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sweat_smile.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6519, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sweat_smile.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sweat_smile.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/sweet_potato.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5551, + "inputAbbreviatedPath": "\/public\/img\/emoji\/sweet_potato.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/sweet_potato.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/swimmer.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4378, + "inputAbbreviatedPath": "\/public\/img\/emoji\/swimmer.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/swimmer.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/symbols.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5434, + "inputAbbreviatedPath": "\/public\/img\/emoji\/symbols.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/symbols.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/syringe.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3027, + "inputAbbreviatedPath": "\/public\/img\/emoji\/syringe.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/syringe.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tada.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5945, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tada.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tada.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tanabata_tree.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4296, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tanabata_tree.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tanabata_tree.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tangerine.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6645, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tangerine.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tangerine.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/taurus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4733, + "inputAbbreviatedPath": "\/public\/img\/emoji\/taurus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/taurus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/taxi.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3744, + "inputAbbreviatedPath": "\/public\/img\/emoji\/taxi.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/taxi.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tea.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5954, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tea.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tea.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/telephone.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5495, + "inputAbbreviatedPath": "\/public\/img\/emoji\/telephone.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/telephone.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/telephone_receiver.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2001, + "inputAbbreviatedPath": "\/public\/img\/emoji\/telephone_receiver.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/telephone_receiver.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/telescope.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3252, + "inputAbbreviatedPath": "\/public\/img\/emoji\/telescope.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/telescope.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tennis.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5976, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tennis.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tennis.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tent.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4482, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tent.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tent.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/thought_balloon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2521, + "inputAbbreviatedPath": "\/public\/img\/emoji\/thought_balloon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/thought_balloon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/three.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3758, + "inputAbbreviatedPath": "\/public\/img\/emoji\/three.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/three.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/thumbsdown.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5070, + "inputAbbreviatedPath": "\/public\/img\/emoji\/thumbsdown.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/thumbsdown.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/thumbsup.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5075, + "inputAbbreviatedPath": "\/public\/img\/emoji\/thumbsup.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/thumbsup.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/ticket.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3091, + "inputAbbreviatedPath": "\/public\/img\/emoji\/ticket.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/ticket.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tiger.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6051, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tiger.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tiger.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tiger2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5744, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tiger2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tiger2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tired_face.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6174, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tired_face.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tired_face.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tm.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 842, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tm.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tm.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/toilet.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1733, + "inputAbbreviatedPath": "\/public\/img\/emoji\/toilet.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/toilet.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tokyo_tower.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4802, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tokyo_tower.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tokyo_tower.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tomato.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5748, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tomato.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tomato.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tongue.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3662, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tongue.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tongue.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/top.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3785, + "inputAbbreviatedPath": "\/public\/img\/emoji\/top.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/top.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tophat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3009, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tophat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tophat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tractor.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5671, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tractor.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tractor.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/traffic_light.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3535, + "inputAbbreviatedPath": "\/public\/img\/emoji\/traffic_light.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/traffic_light.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/train.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3905, + "inputAbbreviatedPath": "\/public\/img\/emoji\/train.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/train.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/train2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4817, + "inputAbbreviatedPath": "\/public\/img\/emoji\/train2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/train2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tram.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4869, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tram.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tram.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/triangular_flag_on_post.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1399, + "inputAbbreviatedPath": "\/public\/img\/emoji\/triangular_flag_on_post.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/triangular_flag_on_post.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/triangular_ruler.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2706, + "inputAbbreviatedPath": "\/public\/img\/emoji\/triangular_ruler.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/triangular_ruler.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/trident.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4833, + "inputAbbreviatedPath": "\/public\/img\/emoji\/trident.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/trident.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/triumph.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6164, + "inputAbbreviatedPath": "\/public\/img\/emoji\/triumph.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/triumph.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/trolleybus.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4431, + "inputAbbreviatedPath": "\/public\/img\/emoji\/trolleybus.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/trolleybus.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/trollface.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4901, + "inputAbbreviatedPath": "\/public\/img\/emoji\/trollface.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/trollface.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/trophy.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5520, + "inputAbbreviatedPath": "\/public\/img\/emoji\/trophy.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/trophy.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tropical_drink.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4189, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tropical_drink.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tropical_drink.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tropical_fish.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5846, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tropical_fish.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tropical_fish.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/truck.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3721, + "inputAbbreviatedPath": "\/public\/img\/emoji\/truck.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/truck.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/trumpet.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4373, + "inputAbbreviatedPath": "\/public\/img\/emoji\/trumpet.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/trumpet.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tshirt.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4676, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tshirt.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tshirt.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tulip.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6065, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tulip.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tulip.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/turtle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5336, + "inputAbbreviatedPath": "\/public\/img\/emoji\/turtle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/turtle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/tv.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5242, + "inputAbbreviatedPath": "\/public\/img\/emoji\/tv.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/tv.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/twisted_rightwards_arrows.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4313, + "inputAbbreviatedPath": "\/public\/img\/emoji\/twisted_rightwards_arrows.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/twisted_rightwards_arrows.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/two.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3518, + "inputAbbreviatedPath": "\/public\/img\/emoji\/two.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/two.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/two_hearts.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3565, + "inputAbbreviatedPath": "\/public\/img\/emoji\/two_hearts.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/two_hearts.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/two_men_holding_hands.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6994, + "inputAbbreviatedPath": "\/public\/img\/emoji\/two_men_holding_hands.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/two_men_holding_hands.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/two_women_holding_hands.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 7633, + "inputAbbreviatedPath": "\/public\/img\/emoji\/two_women_holding_hands.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/two_women_holding_hands.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u5272.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4533, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u5272.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u5272.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u5408.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3890, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u5408.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u5408.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u55b6.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3411, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u55b6.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u55b6.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u6307.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4103, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u6307.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u6307.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u6708.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3011, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u6708.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u6708.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u6709.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3198, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u6709.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u6709.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u6e80.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4419, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u6e80.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u6e80.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u7121.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3942, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u7121.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u7121.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u7533.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3048, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u7533.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u7533.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u7981.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5175, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u7981.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u7981.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/u7a7a.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4180, + "inputAbbreviatedPath": "\/public\/img\/emoji\/u7a7a.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/u7a7a.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/uk.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5894, + "inputAbbreviatedPath": "\/public\/img\/emoji\/uk.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/uk.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/umbrella.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4745, + "inputAbbreviatedPath": "\/public\/img\/emoji\/umbrella.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/umbrella.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/unamused.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5315, + "inputAbbreviatedPath": "\/public\/img\/emoji\/unamused.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/unamused.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/underage.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5722, + "inputAbbreviatedPath": "\/public\/img\/emoji\/underage.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/underage.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/unlock.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3551, + "inputAbbreviatedPath": "\/public\/img\/emoji\/unlock.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/unlock.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/up.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3721, + "inputAbbreviatedPath": "\/public\/img\/emoji\/up.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/up.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/us.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6285, + "inputAbbreviatedPath": "\/public\/img\/emoji\/us.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/us.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/v.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4669, + "inputAbbreviatedPath": "\/public\/img\/emoji\/v.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/v.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/vertical_traffic_light.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3422, + "inputAbbreviatedPath": "\/public\/img\/emoji\/vertical_traffic_light.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/vertical_traffic_light.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/vhs.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3145, + "inputAbbreviatedPath": "\/public\/img\/emoji\/vhs.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/vhs.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/vibration_mode.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3906, + "inputAbbreviatedPath": "\/public\/img\/emoji\/vibration_mode.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/vibration_mode.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/video_camera.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5090, + "inputAbbreviatedPath": "\/public\/img\/emoji\/video_camera.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/video_camera.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/video_game.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4947, + "inputAbbreviatedPath": "\/public\/img\/emoji\/video_game.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/video_game.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/violin.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4915, + "inputAbbreviatedPath": "\/public\/img\/emoji\/violin.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/violin.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/virgo.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4869, + "inputAbbreviatedPath": "\/public\/img\/emoji\/virgo.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/virgo.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/volcano.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6167, + "inputAbbreviatedPath": "\/public\/img\/emoji\/volcano.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/volcano.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/vs.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3424, + "inputAbbreviatedPath": "\/public\/img\/emoji\/vs.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/vs.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/walking.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2468, + "inputAbbreviatedPath": "\/public\/img\/emoji\/walking.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/walking.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/waning_crescent_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5885, + "inputAbbreviatedPath": "\/public\/img\/emoji\/waning_crescent_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/waning_crescent_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/waning_gibbous_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6443, + "inputAbbreviatedPath": "\/public\/img\/emoji\/waning_gibbous_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/waning_gibbous_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/warning.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3173, + "inputAbbreviatedPath": "\/public\/img\/emoji\/warning.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/warning.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/watch.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5189, + "inputAbbreviatedPath": "\/public\/img\/emoji\/watch.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/watch.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/water_buffalo.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4774, + "inputAbbreviatedPath": "\/public\/img\/emoji\/water_buffalo.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/water_buffalo.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/watermelon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5501, + "inputAbbreviatedPath": "\/public\/img\/emoji\/watermelon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/watermelon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wave.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5046, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wave.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wave.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wavy_dash.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 696, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wavy_dash.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wavy_dash.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/waxing_crescent_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6198, + "inputAbbreviatedPath": "\/public\/img\/emoji\/waxing_crescent_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/waxing_crescent_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/waxing_gibbous_moon.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6357, + "inputAbbreviatedPath": "\/public\/img\/emoji\/waxing_gibbous_moon.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/waxing_gibbous_moon.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wc.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4088, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wc.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wc.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/weary.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6279, + "inputAbbreviatedPath": "\/public\/img\/emoji\/weary.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/weary.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wedding.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5847, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wedding.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wedding.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/whale.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4940, + "inputAbbreviatedPath": "\/public\/img\/emoji\/whale.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/whale.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/whale2.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5944, + "inputAbbreviatedPath": "\/public\/img\/emoji\/whale2.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/whale2.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wheelchair.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4224, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wheelchair.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wheelchair.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_check_mark.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3445, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_check_mark.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_check_mark.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_circle.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2477, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_circle.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_circle.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_flower.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4391, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_flower.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_flower.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_large_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1411, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_large_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_large_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_medium_small_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3598, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_medium_small_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_medium_small_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_medium_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4192, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_medium_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_medium_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_small_square.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3068, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_small_square.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_small_square.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/white_square_button.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 1725, + "inputAbbreviatedPath": "\/public\/img\/emoji\/white_square_button.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/white_square_button.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wind_chime.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3487, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wind_chime.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wind_chime.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wine_glass.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3151, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wine_glass.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wine_glass.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wink.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5253, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wink.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wink.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wolf.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4845, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wolf.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wolf.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/woman.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 6895, + "inputAbbreviatedPath": "\/public\/img\/emoji\/woman.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/woman.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/womans_clothes.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4075, + "inputAbbreviatedPath": "\/public\/img\/emoji\/womans_clothes.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/womans_clothes.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/womans_hat.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 8101, + "inputAbbreviatedPath": "\/public\/img\/emoji\/womans_hat.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/womans_hat.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/womens.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3892, + "inputAbbreviatedPath": "\/public\/img\/emoji\/womens.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/womens.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/worried.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5152, + "inputAbbreviatedPath": "\/public\/img\/emoji\/worried.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/worried.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/wrench.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2775, + "inputAbbreviatedPath": "\/public\/img\/emoji\/wrench.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/wrench.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/x.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2044, + "inputAbbreviatedPath": "\/public\/img\/emoji\/x.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/x.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/yellow_heart.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4414, + "inputAbbreviatedPath": "\/public\/img\/emoji\/yellow_heart.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/yellow_heart.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/yen.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 4989, + "inputAbbreviatedPath": "\/public\/img\/emoji\/yen.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/yen.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/yum.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 5886, + "inputAbbreviatedPath": "\/public\/img\/emoji\/yum.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/yum.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/zap.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2233, + "inputAbbreviatedPath": "\/public\/img\/emoji\/zap.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/zap.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/zero.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 3590, + "inputAbbreviatedPath": "\/public\/img\/emoji\/zero.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/zero.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, + "\/public\/img\/emoji\/zzz.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 2027, + "inputAbbreviatedPath": "\/public\/img\/emoji\/zzz.png", + "outputAbbreviatedPath": "\/public\/img\/emoji\/zzz.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, "\/public\/img\/favicon.png": { "fileType": 32768, "ignore": 0, @@ -162,6 +9853,17 @@ "outputPathIsSetByUser": 0, "processed": 1 }, + "\/public\/img\/gogs-large-resize.png": { + "fileType": 32768, + "ignore": 0, + "ignoreWasSetByUser": 0, + "initialSize": 54978, + "inputAbbreviatedPath": "\/public\/img\/gogs-large-resize.png", + "outputAbbreviatedPath": "\/public\/img\/gogs-large-resize.png", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "processed": 0 + }, "\/public\/img\/gogs-lg.png": { "fileType": 32768, "ignore": 0, @@ -244,6 +9946,46 @@ "strictMath": 0, "strictUnits": 0 }, + "\/public\/less\/_emojify.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/public\/less\/_emojify.less", + "outputAbbreviatedPath": "\/public\/css\/_emojify.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, + "\/public\/less\/_explore.less": { + "allowInsecureImports": 0, + "createSourceMap": 0, + "disableJavascript": 0, + "fileType": 1, + "ieCompatibility": 1, + "ignore": 1, + "ignoreWasSetByUser": 0, + "inputAbbreviatedPath": "\/public\/less\/_explore.less", + "outputAbbreviatedPath": "\/public\/css\/_explore.css", + "outputPathIsOutsideProject": 0, + "outputPathIsSetByUser": 0, + "outputStyle": 0, + "relativeURLS": 0, + "shouldRunAutoprefixer": 0, + "shouldRunBless": 0, + "strictImports": 0, + "strictMath": 0, + "strictUnits": 0 + }, "\/public\/less\/_form.less": { "allowInsecureImports": 0, "createSourceMap": 0, diff --git a/modules/base/template.go b/modules/base/template.go index 6fc449a6a..2571e7d24 100644 --- a/modules/base/template.go +++ b/modules/base/template.go @@ -101,10 +101,6 @@ func RenderCommitMessage(msg, urlPrefix string) template.HTML { return template.HTML(string(RenderIssueIndexPattern([]byte(template.HTMLEscapeString(msg)), urlPrefix))) } -var mailDomains = map[string]string{ - "gmail.com": "gmail.com", -} - var TemplateFuncs template.FuncMap = map[string]interface{}{ "GoVer": func() string { return strings.Title(runtime.Version()) @@ -150,12 +146,7 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{ return "try.gogs.io" } - suffix := strings.SplitN(mail, "@", 2)[1] - domain, ok := mailDomains[suffix] - if !ok { - return "mail." + suffix - } - return domain + return strings.SplitN(mail, "@", 2)[1] }, "SubStr": func(str string, start, length int) string { if len(str) == 0 { diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go index 305767b5a..d33ec7a38 100644 --- a/modules/bindata/bindata.go +++ b/modules/bindata/bindata.go @@ -299,7 +299,7 @@ func confAppIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/app.ini", size: 9882, mode: os.FileMode(420), modTime: time.Unix(1442156680, 0)} + info := bindataFileInfo{name: "conf/app.ini", size: 9882, mode: os.FileMode(420), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -319,7 +319,7 @@ func confGitignoreActionscript() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Actionscript", size: 300, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Actionscript", size: 300, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -339,7 +339,7 @@ func confGitignoreAda() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Ada", size: 51, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Ada", size: 51, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -359,7 +359,7 @@ func confGitignoreAgda() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Agda", size: 8, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Agda", size: 8, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -379,7 +379,7 @@ func confGitignoreAndroid() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Android", size: 394, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Android", size: 394, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -399,7 +399,7 @@ func confGitignoreAnjuta() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Anjuta", size: 78, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Anjuta", size: 78, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -419,7 +419,7 @@ func confGitignoreAppengine() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/AppEngine", size: 58, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/AppEngine", size: 58, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -439,7 +439,7 @@ func confGitignoreAppceleratortitanium() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/AppceleratorTitanium", size: 45, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/AppceleratorTitanium", size: 45, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -459,7 +459,7 @@ func confGitignoreArchlinuxpackages() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ArchLinuxPackages", size: 75, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ArchLinuxPackages", size: 75, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -479,7 +479,7 @@ func confGitignoreArchives() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Archives", size: 295, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Archives", size: 295, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -499,7 +499,7 @@ func confGitignoreAutotools() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Autotools", size: 181, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Autotools", size: 181, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -519,7 +519,7 @@ func confGitignoreBricxcc() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/BricxCC", size: 72, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/BricxCC", size: 72, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -539,7 +539,7 @@ func confGitignoreC() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C", size: 246, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/C", size: 246, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -559,7 +559,7 @@ func confGitignoreCSharp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C Sharp", size: 1521, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/C Sharp", size: 1521, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -579,7 +579,7 @@ func confGitignoreC2() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/C++", size: 242, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/C++", size: 242, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -599,7 +599,7 @@ func confGitignoreCfwheels() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CFWheels", size: 205, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CFWheels", size: 205, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -619,7 +619,7 @@ func confGitignoreCmake() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CMake", size: 89, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CMake", size: 89, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -639,7 +639,7 @@ func confGitignoreCuda() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CUDA", size: 38, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CUDA", size: 38, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -659,7 +659,7 @@ func confGitignoreCvs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CVS", size: 39, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CVS", size: 39, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -679,7 +679,7 @@ func confGitignoreCakephp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CakePHP", size: 136, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CakePHP", size: 136, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -699,7 +699,7 @@ func confGitignoreChefcookbook() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ChefCookbook", size: 77, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ChefCookbook", size: 77, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -719,7 +719,7 @@ func confGitignoreCloud9() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Cloud9", size: 45, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Cloud9", size: 45, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -739,7 +739,7 @@ func confGitignoreCodeigniter() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CodeIgniter", size: 106, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CodeIgniter", size: 106, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -759,7 +759,7 @@ func confGitignoreCodekit() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CodeKit", size: 54, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CodeKit", size: 54, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -779,7 +779,7 @@ func confGitignoreCommonlisp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CommonLisp", size: 26, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CommonLisp", size: 26, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -799,7 +799,7 @@ func confGitignoreComposer() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Composer", size: 250, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Composer", size: 250, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -819,7 +819,7 @@ func confGitignoreConcrete5() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Concrete5", size: 42, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Concrete5", size: 42, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -839,7 +839,7 @@ func confGitignoreCoq() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Coq", size: 18, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Coq", size: 18, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -859,7 +859,7 @@ func confGitignoreCraftcms() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/CraftCMS", size: 120, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/CraftCMS", size: 120, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -879,7 +879,7 @@ func confGitignoreDm() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/DM", size: 29, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/DM", size: 29, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -899,7 +899,7 @@ func confGitignoreDart() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Dart", size: 234, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Dart", size: 234, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -919,7 +919,7 @@ func confGitignoreDarteditor() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/DartEditor", size: 19, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/DartEditor", size: 19, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -939,7 +939,7 @@ func confGitignoreDelphi() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Delphi", size: 1347, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Delphi", size: 1347, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -959,7 +959,7 @@ func confGitignoreDreamweaver() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Dreamweaver", size: 47, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Dreamweaver", size: 47, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -979,7 +979,7 @@ func confGitignoreDrupal() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Drupal", size: 605, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Drupal", size: 605, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -999,7 +999,7 @@ func confGitignoreEpiserver() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/EPiServer", size: 81, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/EPiServer", size: 81, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1019,7 +1019,7 @@ func confGitignoreEagle() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Eagle", size: 401, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Eagle", size: 401, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1039,7 +1039,7 @@ func confGitignoreEclipse() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Eclipse", size: 458, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Eclipse", size: 458, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1059,7 +1059,7 @@ func confGitignoreEiffelstudio() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/EiffelStudio", size: 35, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/EiffelStudio", size: 35, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1079,7 +1079,7 @@ func confGitignoreElisp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Elisp", size: 36, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Elisp", size: 36, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1099,7 +1099,7 @@ func confGitignoreElixir() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Elixir", size: 34, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Elixir", size: 34, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1119,7 +1119,7 @@ func confGitignoreEmacs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Emacs", size: 320, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Emacs", size: 320, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1139,7 +1139,7 @@ func confGitignoreEnsime() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Ensime", size: 57, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Ensime", size: 57, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1159,7 +1159,7 @@ func confGitignoreErlang() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Erlang", size: 95, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Erlang", size: 95, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1179,7 +1179,7 @@ func confGitignoreEspresso() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Espresso", size: 9, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Espresso", size: 9, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1199,7 +1199,7 @@ func confGitignoreExpressionengine() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ExpressionEngine", size: 342, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ExpressionEngine", size: 342, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1219,7 +1219,7 @@ func confGitignoreExtjs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ExtJs", size: 38, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ExtJs", size: 38, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1239,7 +1239,7 @@ func confGitignoreFancy() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Fancy", size: 12, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Fancy", size: 12, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1259,7 +1259,7 @@ func confGitignoreFinale() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Finale", size: 184, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Finale", size: 184, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1279,7 +1279,7 @@ func confGitignoreFlexbuilder() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/FlexBuilder", size: 29, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/FlexBuilder", size: 29, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1299,7 +1299,7 @@ func confGitignoreForcedotcom() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ForceDotCom", size: 57, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ForceDotCom", size: 57, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1319,7 +1319,7 @@ func confGitignoreFuelphp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/FuelPHP", size: 39, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/FuelPHP", size: 39, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1339,7 +1339,7 @@ func confGitignoreGwt() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/GWT", size: 395, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/GWT", size: 395, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1359,7 +1359,7 @@ func confGitignoreGcov() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Gcov", size: 56, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Gcov", size: 56, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1379,7 +1379,7 @@ func confGitignoreGitbook() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/GitBook", size: 353, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/GitBook", size: 353, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1399,7 +1399,7 @@ func confGitignoreGo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Go", size: 266, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Go", size: 266, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1419,7 +1419,7 @@ func confGitignoreGradle() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Gradle", size: 157, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Gradle", size: 157, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1439,7 +1439,7 @@ func confGitignoreGrails() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Grails", size: 583, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Grails", size: 583, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1459,7 +1459,7 @@ func confGitignoreHaskell() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Haskell", size: 135, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Haskell", size: 135, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1479,7 +1479,7 @@ func confGitignoreIgorpro() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/IGORPro", size: 121, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/IGORPro", size: 121, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1499,7 +1499,7 @@ func confGitignoreIpythonnotebook() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/IPythonNotebook", size: 37, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/IPythonNotebook", size: 37, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1519,7 +1519,7 @@ func confGitignoreIdris() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Idris", size: 10, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Idris", size: 10, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1539,7 +1539,7 @@ func confGitignoreJdeveloper() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/JDeveloper", size: 255, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/JDeveloper", size: 255, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1559,7 +1559,7 @@ func confGitignoreJava() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Java", size: 189, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Java", size: 189, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1579,7 +1579,7 @@ func confGitignoreJboss() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Jboss", size: 509, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Jboss", size: 509, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1599,7 +1599,7 @@ func confGitignoreJekyll() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Jekyll", size: 37, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Jekyll", size: 37, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1619,7 +1619,7 @@ func confGitignoreJetbrains() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/JetBrains", size: 860, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/JetBrains", size: 860, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1639,7 +1639,7 @@ func confGitignoreJoomla() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Joomla", size: 22387, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Joomla", size: 22387, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1659,7 +1659,7 @@ func confGitignoreKdevelop4() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/KDevelop4", size: 16, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/KDevelop4", size: 16, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1679,7 +1679,7 @@ func confGitignoreKate() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Kate", size: 34, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Kate", size: 34, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1699,7 +1699,7 @@ func confGitignoreKicad() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/KiCAD", size: 208, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/KiCAD", size: 208, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1719,7 +1719,7 @@ func confGitignoreKohana() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Kohana", size: 39, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Kohana", size: 39, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1739,7 +1739,7 @@ func confGitignoreLabview() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/LabVIEW", size: 142, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/LabVIEW", size: 142, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1759,7 +1759,7 @@ func confGitignoreLaravel() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Laravel", size: 49, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Laravel", size: 49, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1779,7 +1779,7 @@ func confGitignoreLazarus() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Lazarus", size: 407, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Lazarus", size: 407, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1799,7 +1799,7 @@ func confGitignoreLeiningen() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Leiningen", size: 138, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Leiningen", size: 138, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1819,7 +1819,7 @@ func confGitignoreLemonstand() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/LemonStand", size: 348, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/LemonStand", size: 348, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1839,7 +1839,7 @@ func confGitignoreLibreoffice() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/LibreOffice", size: 30, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/LibreOffice", size: 30, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1859,7 +1859,7 @@ func confGitignoreLilypond() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Lilypond", size: 33, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Lilypond", size: 33, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1879,7 +1879,7 @@ func confGitignoreLinux() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Linux", size: 118, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Linux", size: 118, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1899,7 +1899,7 @@ func confGitignoreLithium() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Lithium", size: 28, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Lithium", size: 28, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1919,7 +1919,7 @@ func confGitignoreLua() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Lua", size: 324, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Lua", size: 324, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1939,7 +1939,7 @@ func confGitignoreLyx() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/LyX", size: 75, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/LyX", size: 75, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1959,7 +1959,7 @@ func confGitignoreMagento() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Magento", size: 2599, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Magento", size: 2599, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1979,7 +1979,7 @@ func confGitignoreMatlab() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Matlab", size: 360, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Matlab", size: 360, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -1999,7 +1999,7 @@ func confGitignoreMaven() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Maven", size: 170, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Maven", size: 170, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2019,7 +2019,7 @@ func confGitignoreMercurial() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Mercurial", size: 50, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Mercurial", size: 50, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2039,7 +2039,7 @@ func confGitignoreMercury() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Mercury", size: 93, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Mercury", size: 93, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2059,7 +2059,7 @@ func confGitignoreMetaprogrammingsystem() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/MetaProgrammingSystem", size: 391, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/MetaProgrammingSystem", size: 391, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2079,7 +2079,7 @@ func confGitignoreMicrosoftoffice() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/MicrosoftOffice", size: 88, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/MicrosoftOffice", size: 88, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2099,7 +2099,7 @@ func confGitignoreModelsim() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ModelSim", size: 282, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ModelSim", size: 282, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2119,7 +2119,7 @@ func confGitignoreMomentics() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Momentics", size: 76, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Momentics", size: 76, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2139,7 +2139,7 @@ func confGitignoreMonodevelop() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/MonoDevelop", size: 93, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/MonoDevelop", size: 93, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2159,7 +2159,7 @@ func confGitignoreNanoc() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Nanoc", size: 197, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Nanoc", size: 197, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2179,7 +2179,7 @@ func confGitignoreNetbeans() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/NetBeans", size: 96, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/NetBeans", size: 96, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2199,7 +2199,7 @@ func confGitignoreNim() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Nim", size: 10, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Nim", size: 10, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2219,7 +2219,7 @@ func confGitignoreNinja() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Ninja", size: 23, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Ninja", size: 23, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2239,7 +2239,7 @@ func confGitignoreNode() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Node", size: 529, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Node", size: 529, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2259,7 +2259,7 @@ func confGitignoreNotepadpp() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/NotepadPP", size: 30, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/NotepadPP", size: 30, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2279,7 +2279,7 @@ func confGitignoreOcaml() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/OCaml", size: 178, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/OCaml", size: 178, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2299,7 +2299,7 @@ func confGitignoreOsx() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/OSX", size: 356, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/OSX", size: 356, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2319,7 +2319,7 @@ func confGitignoreObjectiveC() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Objective-C", size: 837, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Objective-C", size: 837, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2339,7 +2339,7 @@ func confGitignoreOpa() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Opa", size: 90, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Opa", size: 90, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2359,7 +2359,7 @@ func confGitignoreOpencart() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/OpenCart", size: 115, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/OpenCart", size: 115, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2379,7 +2379,7 @@ func confGitignoreOracleforms() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/OracleForms", size: 100, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/OracleForms", size: 100, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2399,7 +2399,7 @@ func confGitignorePacker() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Packer", size: 55, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Packer", size: 55, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2419,7 +2419,7 @@ func confGitignorePerl() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Perl", size: 191, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Perl", size: 191, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2439,7 +2439,7 @@ func confGitignorePhalcon() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Phalcon", size: 29, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Phalcon", size: 29, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2459,7 +2459,7 @@ func confGitignorePlayframework() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/PlayFramework", size: 170, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/PlayFramework", size: 170, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2479,7 +2479,7 @@ func confGitignorePlone() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Plone", size: 137, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Plone", size: 137, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2499,7 +2499,7 @@ func confGitignorePrestashop() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Prestashop", size: 483, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Prestashop", size: 483, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2519,7 +2519,7 @@ func confGitignoreProcessing() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Processing", size: 120, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Processing", size: 120, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2539,7 +2539,7 @@ func confGitignorePython() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Python", size: 713, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Python", size: 713, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2559,7 +2559,7 @@ func confGitignoreQooxdoo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Qooxdoo", size: 58, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Qooxdoo", size: 58, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2579,7 +2579,7 @@ func confGitignoreQt() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Qt", size: 292, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Qt", size: 292, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2599,7 +2599,7 @@ func confGitignoreR() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/R", size: 255, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/R", size: 255, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2619,7 +2619,7 @@ func confGitignoreRos() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ROS", size: 493, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ROS", size: 493, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2639,7 +2639,7 @@ func confGitignoreRails() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Rails", size: 707, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Rails", size: 707, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2659,7 +2659,7 @@ func confGitignoreRedcar() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Redcar", size: 8, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Redcar", size: 8, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2679,7 +2679,7 @@ func confGitignoreRedis() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Redis", size: 51, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Redis", size: 51, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2699,7 +2699,7 @@ func confGitignoreRhodesrhomobile() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/RhodesRhomobile", size: 77, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/RhodesRhomobile", size: 77, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2719,7 +2719,7 @@ func confGitignoreRuby() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Ruby", size: 607, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Ruby", size: 607, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2739,7 +2739,7 @@ func confGitignoreRust() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Rust", size: 91, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Rust", size: 91, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2759,7 +2759,7 @@ func confGitignoreSbt() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SBT", size: 186, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SBT", size: 186, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2779,7 +2779,7 @@ func confGitignoreScons() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SCons", size: 90, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SCons", size: 90, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2799,7 +2799,7 @@ func confGitignoreSvn() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SVN", size: 6, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SVN", size: 6, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2819,7 +2819,7 @@ func confGitignoreSass() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Sass", size: 23, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Sass", size: 23, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2839,7 +2839,7 @@ func confGitignoreScala() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Scala", size: 185, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Scala", size: 185, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2859,7 +2859,7 @@ func confGitignoreScrivener() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Scrivener", size: 140, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Scrivener", size: 140, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2879,7 +2879,7 @@ func confGitignoreSdcc() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Sdcc", size: 55, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Sdcc", size: 55, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2899,7 +2899,7 @@ func confGitignoreSeamgen() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SeamGen", size: 961, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SeamGen", size: 961, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2919,7 +2919,7 @@ func confGitignoreSketchup() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SketchUp", size: 6, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SketchUp", size: 6, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2939,7 +2939,7 @@ func confGitignoreSlickedit() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SlickEdit", size: 323, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SlickEdit", size: 323, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2959,7 +2959,7 @@ func confGitignoreStella() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Stella", size: 207, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Stella", size: 207, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2979,7 +2979,7 @@ func confGitignoreSublimetext() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SublimeText", size: 354, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SublimeText", size: 354, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -2999,7 +2999,7 @@ func confGitignoreSugarcrm() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SugarCRM", size: 734, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SugarCRM", size: 734, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3019,7 +3019,7 @@ func confGitignoreSwift() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Swift", size: 837, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Swift", size: 837, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3039,7 +3039,7 @@ func confGitignoreSymfony() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Symfony", size: 531, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Symfony", size: 531, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3059,7 +3059,7 @@ func confGitignoreSymphonycms() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SymphonyCMS", size: 90, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SymphonyCMS", size: 90, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3079,7 +3079,7 @@ func confGitignoreSynopsysvcs() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/SynopsysVCS", size: 971, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/SynopsysVCS", size: 971, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3099,7 +3099,7 @@ func confGitignoreTags() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Tags", size: 177, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Tags", size: 177, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3119,7 +3119,7 @@ func confGitignoreTex() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/TeX", size: 1328, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/TeX", size: 1328, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3139,7 +3139,7 @@ func confGitignoreTextmate() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/TextMate", size: 28, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/TextMate", size: 28, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3159,7 +3159,7 @@ func confGitignoreTextpattern() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Textpattern", size: 177, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Textpattern", size: 177, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3179,7 +3179,7 @@ func confGitignoreTortoisegit() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/TortoiseGit", size: 38, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/TortoiseGit", size: 38, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3199,7 +3199,7 @@ func confGitignoreTurbogears2() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/TurboGears2", size: 202, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/TurboGears2", size: 202, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3219,7 +3219,7 @@ func confGitignoreTypo3() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Typo3", size: 466, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Typo3", size: 466, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3239,7 +3239,7 @@ func confGitignoreUmbraco() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Umbraco", size: 536, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Umbraco", size: 536, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3259,7 +3259,7 @@ func confGitignoreUnity() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Unity", size: 267, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Unity", size: 267, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3279,7 +3279,7 @@ func confGitignoreVvvv() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/VVVV", size: 57, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/VVVV", size: 57, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3299,7 +3299,7 @@ func confGitignoreVagrant() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Vagrant", size: 10, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Vagrant", size: 10, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3319,7 +3319,7 @@ func confGitignoreVim() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Vim", size: 66, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Vim", size: 66, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3339,7 +3339,7 @@ func confGitignoreVirtualenv() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/VirtualEnv", size: 151, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/VirtualEnv", size: 151, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3359,7 +3359,7 @@ func confGitignoreVisualstudio() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/VisualStudio", size: 3412, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/VisualStudio", size: 3412, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3379,7 +3379,7 @@ func confGitignoreVisualstudiocode() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/VisualStudioCode", size: 11, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/VisualStudioCode", size: 11, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3399,7 +3399,7 @@ func confGitignoreWaf() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Waf", size: 87, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Waf", size: 87, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3419,7 +3419,7 @@ func confGitignoreWebmethods() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/WebMethods", size: 424, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/WebMethods", size: 424, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3439,7 +3439,7 @@ func confGitignoreWindows() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Windows", size: 211, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Windows", size: 211, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3459,7 +3459,7 @@ func confGitignoreWordpress() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/WordPress", size: 297, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/WordPress", size: 297, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3479,7 +3479,7 @@ func confGitignoreXcode() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Xcode", size: 361, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Xcode", size: 361, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3499,7 +3499,7 @@ func confGitignoreXilinxise() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/XilinxISE", size: 566, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/XilinxISE", size: 566, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3519,7 +3519,7 @@ func confGitignoreXojo() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Xojo", size: 160, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Xojo", size: 160, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3539,7 +3539,7 @@ func confGitignoreYeoman() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Yeoman", size: 52, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Yeoman", size: 52, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3559,7 +3559,7 @@ func confGitignoreYii() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Yii", size: 120, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Yii", size: 120, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3579,7 +3579,7 @@ func confGitignoreZendframework() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/ZendFramework", size: 217, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/ZendFramework", size: 217, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3599,7 +3599,7 @@ func confGitignoreZephir() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/gitignore/Zephir", size: 387, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/gitignore/Zephir", size: 387, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3619,7 +3619,7 @@ func confLicenseAbstylesLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Abstyles License", size: 730, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Abstyles License", size: 730, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3639,7 +3639,7 @@ func confLicenseAcademicFreeLicenseV11() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Academic Free License v1.1", size: 4660, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Academic Free License v1.1", size: 4660, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3659,7 +3659,7 @@ func confLicenseAcademicFreeLicenseV12() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Academic Free License v1.2", size: 4949, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Academic Free License v1.2", size: 4949, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3679,7 +3679,7 @@ func confLicenseAcademicFreeLicenseV20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Academic Free License v2.0", size: 8937, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Academic Free License v2.0", size: 8937, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3699,7 +3699,7 @@ func confLicenseAcademicFreeLicenseV21() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Academic Free License v2.1", size: 8922, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Academic Free License v2.1", size: 8922, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3719,7 +3719,7 @@ func confLicenseAcademicFreeLicenseV30() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Academic Free License v3.0", size: 10306, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Academic Free License v3.0", size: 10306, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3739,7 +3739,7 @@ func confLicenseAfferoGeneralPublicLicenseV10() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Affero General Public License v1.0", size: 15837, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Affero General Public License v1.0", size: 15837, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3759,7 +3759,7 @@ func confLicenseApacheLicense10() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Apache License 1.0", size: 2475, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Apache License 1.0", size: 2475, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3779,7 +3779,7 @@ func confLicenseApacheLicense11() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Apache License 1.1", size: 2508, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Apache License 1.1", size: 2508, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3799,7 +3799,7 @@ func confLicenseApacheLicense20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Apache License 2.0", size: 10261, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Apache License 2.0", size: 10261, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3819,7 +3819,7 @@ func confLicenseArtisticLicense10() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Artistic License 1.0", size: 4789, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Artistic License 1.0", size: 4789, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3839,7 +3839,7 @@ func confLicenseArtisticLicense20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Artistic License 2.0", size: 8661, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Artistic License 2.0", size: 8661, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3859,7 +3859,7 @@ func confLicenseBsd2ClauseLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/BSD 2-clause License", size: 1286, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/BSD 2-clause License", size: 1286, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3879,7 +3879,7 @@ func confLicenseBsd3ClauseLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/BSD 3-clause License", size: 1480, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/BSD 3-clause License", size: 1480, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3899,7 +3899,7 @@ func confLicenseBsd4ClauseLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/BSD 4-clause License", size: 1624, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/BSD 4-clause License", size: 1624, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3919,7 +3919,7 @@ func confLicenseCreativeCommonsCc010Universal() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Creative Commons CC0 1.0 Universal", size: 6894, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Creative Commons CC0 1.0 Universal", size: 6894, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3939,7 +3939,7 @@ func confLicenseCreativeCommonsZeroV10Universal() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Creative Commons Zero v1.0 Universal", size: 6894, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Creative Commons Zero v1.0 Universal", size: 6894, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3959,7 +3959,7 @@ func confLicenseEclipsePublicLicense10() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Eclipse Public License 1.0", size: 11248, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Eclipse Public License 1.0", size: 11248, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3979,7 +3979,7 @@ func confLicenseEducationalCommunityLicenseV10() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Educational Community License v1.0", size: 2394, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Educational Community License v1.0", size: 2394, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -3999,7 +3999,7 @@ func confLicenseEducationalCommunityLicenseV20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Educational Community License v2.0", size: 11085, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Educational Community License v2.0", size: 11085, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4019,7 +4019,7 @@ func confLicenseGnuAfferoGeneralPublicLicenseV30() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU Affero General Public License v3.0", size: 33818, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU Affero General Public License v3.0", size: 33818, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4039,7 +4039,7 @@ func confLicenseGnuFreeDocumentationLicenseV11() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.1", size: 17912, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.1", size: 17912, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4059,7 +4059,7 @@ func confLicenseGnuFreeDocumentationLicenseV12() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.2", size: 20209, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.2", size: 20209, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4079,7 +4079,7 @@ func confLicenseGnuFreeDocumentationLicenseV13() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.3", size: 22732, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU Free Documentation License v1.3", size: 22732, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4099,7 +4099,7 @@ func confLicenseGnuGeneralPublicLicenseV10() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU General Public License v1.0", size: 12165, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU General Public License v1.0", size: 12165, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4119,7 +4119,7 @@ func confLicenseGnuGeneralPublicLicenseV20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU General Public License v2.0", size: 17277, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU General Public License v2.0", size: 17277, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4139,7 +4139,7 @@ func confLicenseGnuGeneralPublicLicenseV30() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU General Public License v3.0", size: 34570, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU General Public License v3.0", size: 34570, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4159,7 +4159,7 @@ func confLicenseGnuLesserGeneralPublicLicenseV21() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU Lesser General Public License v2.1", size: 25885, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU Lesser General Public License v2.1", size: 25885, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4179,7 +4179,7 @@ func confLicenseGnuLesserGeneralPublicLicenseV30() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU Lesser General Public License v3.0", size: 7355, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU Lesser General Public License v3.0", size: 7355, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4199,7 +4199,7 @@ func confLicenseGnuLibraryGeneralPublicLicenseV20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/GNU Library General Public License v2.0", size: 24758, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/GNU Library General Public License v2.0", size: 24758, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4219,7 +4219,7 @@ func confLicenseIscLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/ISC license", size: 823, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/ISC license", size: 823, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4239,7 +4239,7 @@ func confLicenseMitLicense() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/MIT License", size: 1077, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/MIT License", size: 1077, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4259,7 +4259,7 @@ func confLicenseMozillaPublicLicense10() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Mozilla Public License 1.0", size: 18026, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Mozilla Public License 1.0", size: 18026, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4279,7 +4279,7 @@ func confLicenseMozillaPublicLicense11() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Mozilla Public License 1.1", size: 23361, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Mozilla Public License 1.1", size: 23361, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4299,7 +4299,7 @@ func confLicenseMozillaPublicLicense20() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/license/Mozilla Public License 2.0", size: 14827, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/license/Mozilla Public License 2.0", size: 14827, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4319,7 +4319,7 @@ func confLocaleTranslators() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/TRANSLATORS", size: 762, mode: os.FileMode(420), modTime: time.Unix(1441373556, 0)} + info := bindataFileInfo{name: "conf/locale/TRANSLATORS", size: 762, mode: os.FileMode(420), modTime: time.Unix(1441658714, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4339,12 +4339,12 @@ func confLocaleLocale_bgBgIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 65777, mode: os.FileMode(493), modTime: time.Unix(1442001498, 0)} + info := bindataFileInfo{name: "conf/locale/locale_bg-BG.ini", size: 65777, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_deDeIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\xdb\x8e\x1b\xc7\xb2\x26\x7c\x2f\x40\xef\x50\xd6\x86\x7e\xdb\x40\x93\x82\x97\xff\x39\xc0\x30\xe5\x69\x9d\xb5\xac\x96\xb4\xdd\xb2\x0d\xd8\x30\xe8\x22\x2b\x49\xd6\x66\xb1\x8a\xab\xb2\xd8\xad\xee\x8d\x0d\xcc\xc5\x7e\x86\xb9\x1a\x60\xdf\x18\xf3\x08\xbe\xf2\x5d\xbf\xc9\x3c\xc9\xc4\x17\x11\x79\xaa\x2a\xb6\xb4\x96\x67\x2e\x6c\x35\x2b\x23\x4f\x91\x99\x91\x71\xce\x7c\xbf\x9f\x17\xc6\x2e\x67\x4f\xcb\x3a\xb3\xcb\xcd\xce\xb4\xd7\x55\x63\x4d\x7b\x92\x59\x53\x2d\x6c\x97\xad\xcd\xa6\xb1\x9d\xe9\x4c\x9b\x3d\x2f\xbb\xc9\xb9\x69\x2f\xca\xa5\x39\xa1\xef\x04\xde\x96\x66\x61\xea\x8c\xea\x3e\x6f\xee\xde\xb9\x7b\x67\xd3\xec\xcc\xec\x05\xfd\xef\xee\x9d\x22\xb7\x9b\x45\x93\xb7\xc5\xec\xe6\x7f\x2e\x4c\x6b\xcb\xe5\xa6\xbb\x7b\xc7\xbc\xdf\x57\x4d\x6b\x66\x4f\xdb\xed\xa1\x2e\x4c\x4d\x55\x4c\xb5\x9f\xbd\x28\xab\x15\xd5\xb1\xe5\xba\x9e\x97\xf5\xec\xb4\xde\x99\x8a\x4b\x6d\xb3\x2c\xf3\x6a\x9e\x16\x1c\xea\x75\x76\xf3\x07\x35\x9a\xd9\xe6\x9a\x8a\x8d\xcd\xbe\x6d\xea\xae\xf9\x2a\xbb\xbe\x34\x25\x46\x7a\x8e\xa1\x75\x5d\xf6\xb5\xdd\xe5\x55\xf5\x90\x4b\xb3\x0b\xd3\x6e\xeb\x9b\x3f\xf6\x2b\x53\x7f\xfd\x40\x0a\xb4\xcb\xe6\xd0\xcd\x4e\x17\xbe\x4f\x7c\x3a\xec\x67\xdf\x99\x75\x69\x3b\x9a\x62\x8b\xaf\x2d\xff\x32\x6d\xef\xf3\xa5\x59\x58\xea\x72\xf6\x23\xfd\x8b\xbe\xef\xde\xb9\xc0\x64\x9b\x7a\xf6\x83\xfc\x7b\xf7\xce\x3e\x5f\x9b\xd9\xb9\x14\x76\x66\xb7\xaf\x72\x82\xff\xa1\x69\x2b\xfa\x7e\xf7\x4e\x95\xd7\xeb\x03\x43\xec\xdb\x7c\xb9\xa1\x2f\xcb\xd6\x10\xc4\xbc\x36\x97\xb3\xc7\xfc\xe7\x74\x3a\xbd\x7b\xe7\x40\x8b\x32\xdf\xb7\xcd\xaa\xac\xcc\x3c\xaf\x8b\xf9\x0e\x78\x7c\x64\xea\x43\x77\x6d\x5a\x29\xc8\x08\xa7\xd9\xce\x6c\x5a\x99\x84\x29\x08\x67\xf3\xdc\x62\x71\xd7\xa6\x6a\xd6\xeb\x2e\xcb\x2b\x8b\x85\x42\x6b\x75\xbe\x0b\x0d\xe0\x07\x2d\xcf\x2e\x2f\xab\xd9\xd3\xc9\x19\xfd\x83\x81\x5b\x7b\xd9\xd0\x0a\xbe\x95\x3f\x3a\x60\x61\xde\x5d\xed\x8d\xff\x92\x2d\x8c\xed\x6e\x7e\xeb\xca\x35\x90\xb1\xcc\xf7\xdd\x72\x93\xcf\x1e\xcb\xbf\xe8\xa8\x35\xfb\x86\x10\xd4\xb4\x57\x84\x38\xf7\xe7\xdd\x3b\x4d\xbb\xce\xeb\xf2\x3a\xef\x80\xa9\x37\xfc\xc3\xf2\x8f\xbb\x77\x76\x65\xdb\x36\x2d\xa1\xa3\x34\x34\xe8\xbb\x77\x08\x0f\x73\xb4\x32\x7b\x6d\x0e\xb4\xd2\x71\x2b\x28\xda\x95\xeb\x16\x08\x45\x69\x76\xc6\x3f\xb8\x19\x94\xad\x9a\x76\xab\xd5\xf2\x05\x6d\xd8\x7d\x5e\x61\x27\x0f\x1b\xa1\xe1\x48\x03\xbd\xa1\xe4\x35\xad\x0c\x97\xc6\x05\xb4\xe3\x69\x91\x2f\xd1\x18\x01\xe5\xc5\x8e\xb0\xbc\xcf\x6b\x53\xcd\x4e\xf1\xf7\xe4\x2d\xfe\xa6\x82\xe5\xb2\x39\xd4\xdd\xdc\x9a\xae\xa3\x05\xb0\x33\xde\x86\xa6\xac\x69\x1b\x55\x15\x6d\x62\xde\x6c\xae\xf0\x69\xfa\xfd\xaa\x39\xf8\xe5\x9e\x3d\xa1\x4a\xd9\x5b\xfe\xa1\x25\xbe\x1a\x8a\x4c\xd6\xab\xcc\x93\xb2\xf3\x95\x31\x05\x4d\xeb\xd2\x66\xcf\xe8\x2f\x5a\xcf\x43\x55\x11\x2a\xff\x46\xf8\xe8\xec\xec\x2d\xfd\x22\x44\xc8\xaf\xbb\x77\x4a\x6b\xe9\xaf\xd9\x4b\xfe\x07\x4d\x2c\xf3\x7a\x89\x29\x2d\x16\xad\xa1\x7d\xc9\xcd\xfe\x6c\x4d\xde\x2e\x37\xbf\x60\xdc\xf8\x63\x76\x7e\x40\x11\x6f\xd0\x23\x2b\x8d\x9d\xe6\x77\x99\x76\x33\xa3\xb9\x2c\x2a\xb3\xa3\x4e\x9a\xc2\xcc\x1e\xd3\xff\xb8\x75\xcc\x82\x8e\x25\x35\xaf\x7f\xcd\x5e\xca\xbf\xba\x1e\x5d\xd9\x11\x36\xe2\x6f\xd9\xea\xe6\x8f\x36\xa3\x93\xd6\xd1\x79\xc6\x26\xcc\xce\xbb\x5c\x36\xea\xdf\x0e\x74\xe2\xe6\xc5\x42\xe8\xdb\xf3\x66\x6d\x09\x8e\x76\x44\x61\x68\xdb\x9e\x5d\x9d\xff\xf3\xab\x93\xec\x2d\x91\xb6\x75\x6b\xe8\xef\x8c\xc6\x40\x74\xe3\x9f\x5f\x51\xa5\xec\xcb\x13\xda\x2f\xfe\xe7\x97\x19\x9d\x77\xd0\x38\x40\x34\xab\x55\x79\x5d\x12\xaa\xa9\xab\x45\x59\xdf\xfc\x46\x54\x20\xd3\xa3\x9e\xe5\xdb\xf2\x82\xe8\x42\x47\xd8\xa0\x7e\x65\xb4\x4f\x68\x73\xd6\x8b\xbc\xde\xf6\x16\x1e\x00\x38\x49\xbe\x9c\x7e\x81\x80\xda\x8e\x08\xa8\xed\x06\x88\x1b\x39\x8c\xd4\x04\x9f\x61\xdf\x84\x1c\x62\xfa\x0c\xa2\x8a\xda\x44\x03\x0d\xef\x55\x03\x62\x9b\xbd\xac\xeb\xe6\xc9\xa3\xc9\xd3\x7a\x8d\x4d\xb3\x2b\xbb\xec\xd0\xad\xfe\xeb\x9c\xc6\x63\x5a\xa2\xb2\xcb\x32\xfb\xc9\x94\x58\x50\xda\xe7\xd7\x82\x5a\x46\x14\xcd\xc7\xda\x8a\x28\x0e\x2d\xd6\xf9\xf9\xab\xc9\x59\x53\x1c\x2c\x86\xd4\x6d\x66\x6f\x57\x39\x6d\x2d\xfb\xb7\x0a\xd8\xd6\x7e\x9f\x10\xa2\x30\xa8\x72\x4f\x85\x84\x36\xeb\x31\xe9\x87\x4a\x4d\x9a\xb6\x9d\x13\x39\xec\xae\xe6\x5a\xdb\xb7\x97\x5d\x1f\x3c\xf2\x27\xbe\x4a\x56\xe4\xed\x2a\xab\x71\x91\x64\x95\x01\xf5\x27\x94\x4e\xb1\x71\xdc\x04\x04\xe3\xa7\x55\xb5\x36\xbb\xe1\xb9\xc8\x2e\x1a\xdc\x53\x6b\x1a\x39\xae\x3d\x46\xdd\x69\x0d\xd4\x50\xb1\x15\xdc\xb9\x02\x37\x93\x17\xb4\x9c\x19\x50\x17\x9f\x7f\x86\xad\x33\xea\x81\x50\x44\x0d\xeb\xe6\x97\xf1\x87\xbd\x9f\x7d\xd7\x34\xdd\x84\xf6\xc6\x35\x90\x4a\x95\xf7\x8c\x2a\x0f\xea\xfa\xa0\xf1\x1a\xbe\x5b\x43\x55\x9b\x5d\x9a\xb6\x90\x9b\xb5\x28\x8d\x35\xbb\x2c\x6a\x07\x77\xef\x9e\x17\x8a\xb7\x5a\x7b\xa0\xeb\x0a\x9b\xe5\xf4\x60\x69\x40\x9b\x16\x8b\xdd\x66\x61\xeb\x38\x80\x78\x79\x5c\x69\xb6\x3b\x58\x8b\x3e\xb2\x9f\x0e\xeb\xb6\x5c\xad\x2c\x6d\x7c\x3a\xef\x44\xd1\x71\xcd\xf2\x1e\xa0\xab\x3c\xbb\x65\x5a\xd9\x26\x07\x13\x80\xbb\x07\xfd\xe6\xd1\x28\x42\x37\x0e\xf7\x6e\xd1\x8a\x86\xae\x9a\x7a\xf6\x84\xff\x71\x3f\xfd\x00\x69\xca\xd4\x6a\x97\xd1\x8c\x2e\x4b\xb0\x0a\x6b\x6a\x76\xc5\xc3\x3c\x3f\x7f\x91\x2d\x2b\x22\xc2\xd9\xf7\xdf\xbd\xb2\xbc\x33\x37\xf3\x3d\x9d\x87\x19\x4a\xde\xf2\xc1\x70\x9f\xa2\xf6\xb8\xa4\x3e\xec\x76\xbc\x9e\xb4\x37\x2c\x5a\x62\x76\x86\x0e\xef\x49\x56\xe5\x82\x06\x6b\x40\x2d\xab\x82\x77\xd8\x09\x2d\x43\x4d\x2b\x70\xe0\x5e\x0b\x93\x6f\x3b\x3e\xe0\x34\xdb\xdd\xcd\xef\x84\x24\x22\x9d\x34\x82\x4d\xd7\xed\x65\x08\x2f\xde\xbd\x7b\xab\x63\xf0\x1f\xfd\x32\xcb\x04\x68\x1d\x18\x22\x7b\x2d\x83\x01\x6d\xc1\xbc\x4e\xf7\x55\x55\x6e\x85\xa8\xd1\xc9\x00\x6e\x17\x79\x3b\x95\x2d\x79\x68\xab\x68\xab\x4e\x68\xe6\xfe\xfb\xc7\xe0\x0c\xc3\x7a\x80\xff\x9d\x47\xa8\xe3\x05\x93\xf5\x25\x10\xb9\xf3\x2d\x1f\xa7\x66\x8f\x51\xf8\xf3\xf4\x46\x7f\x0e\xae\x19\xe6\x16\x14\x48\xea\x3b\xf6\xb0\x0f\x69\x77\x84\x0c\xa6\x6d\xe7\x67\x84\x21\x21\x70\xfc\x71\xd5\x36\x3b\x62\x86\xea\xe8\xa7\x47\x18\x71\x54\xd8\xc9\x93\xd3\xa2\x35\xd6\x9a\xac\x26\xfe\x28\xfb\xee\xd9\xe3\xec\x3f\x7d\xf9\x97\xbf\x4c\xb3\xa7\x75\x77\x69\xb0\xe3\x6a\xa2\x16\x72\xdc\x79\x10\x99\x83\x67\x92\x5e\xee\xb2\x55\x43\x04\x81\x09\xe0\xb3\xa6\xdd\xe5\xdd\x57\xd9\xbd\xd7\x74\x82\xef\x65\x5f\xf3\x0c\xfe\x9b\x79\x9f\x13\x57\x66\xa6\xcb\x66\xf7\x70\x8a\x5b\x9f\xee\xdc\x56\x8e\xd4\xb9\x9c\xa5\xa7\x93\x1d\x73\x44\x5a\xe4\x69\xb1\x16\xc7\xfc\x91\x70\x89\xf3\x65\x53\xaf\xca\x76\x17\x71\x8b\x58\x39\xcf\x2d\xf1\xea\x6c\xbb\x0b\xe5\x22\x19\x91\x75\xd3\x95\xab\x2b\x87\x49\x3a\x39\x39\xb8\x58\xda\x65\x0e\xba\x74\xe0\x96\x77\xed\xdc\x0a\xb2\x75\x05\x64\x2b\x4f\x78\x59\x2d\x11\x29\xf0\x64\x19\xed\x0a\x2c\x44\xba\x1a\x74\x87\x55\x84\x2e\xa1\xe7\x6f\xe4\x87\xd0\xf4\xa4\x97\x18\x8c\x76\xf2\x9e\x58\xe2\x27\xe1\x08\x30\x55\x78\xfc\xe4\x35\x6d\x32\x5a\x15\xc2\x32\xdd\xe9\xc5\x61\xcb\xf4\x71\x87\xb6\xe8\x0e\x05\x61\xe3\x7b\x80\x50\xaf\x04\x0d\x74\x40\x29\x9a\x0c\x18\xf4\x82\xf8\xbc\xd2\xac\xf4\xe2\x24\x22\x4b\xbc\xc1\x9c\x18\xb9\x8b\x9c\xee\xf2\xd9\x73\xfd\x63\x22\x73\x49\x8e\xe1\x10\x5c\x07\xea\x2a\x31\x36\x16\x4a\x84\x0a\xb3\x2a\x6b\xdc\xcf\x26\xfb\xe7\x83\x5c\xe1\x71\x63\x3a\xe0\x53\xae\x68\xdc\x80\x89\xd7\xa8\xe9\xe2\x29\x76\x37\xbf\xdd\xfc\x47\xb9\xa6\x09\xec\xe8\xe8\x32\x4d\xdb\x34\xcb\x0d\x0d\x3d\x07\x18\xef\x35\x5b\x52\x6f\xe7\x5a\x41\x06\x60\xa2\x29\xc9\xe6\x10\x06\xd5\xdf\xec\x6d\xbc\x41\x8e\x4c\x2e\xae\x38\xb6\x12\x65\x20\xb4\x49\x73\x27\x7c\x34\x98\x29\x95\xfa\x0d\x48\xd7\xf6\xe6\xf7\x1a\x3c\xac\xab\xb2\x25\xb6\x94\x7e\xe6\x75\x65\xdc\x65\x46\xbc\x13\x71\xfa\x2a\x75\xcd\xa9\x97\x4b\x92\xd8\x84\x77\x22\x04\x39\x21\xec\x24\x3b\xec\x88\xa7\xd8\x80\x11\xa6\xea\xd7\x74\x62\x36\x22\x2a\x0d\xeb\xeb\xb0\x5f\x99\xa2\x5c\x57\xb4\xa9\x09\x1e\x97\x34\x49\x5c\x5d\x74\x4b\xb8\xa1\xb9\x46\x17\xa6\x83\x50\xd4\x61\x71\x9e\xdf\xfc\x46\x9b\x38\xe3\x3e\x78\x5e\x4c\x35\x55\x52\x7c\x10\x4b\x65\x19\x0b\x5b\x53\xc7\x9a\x2b\xaf\x2c\x7c\xe0\x39\x55\xda\xdd\xfc\x41\xe4\xa1\xce\xfe\xc5\x74\xd7\x5d\x56\xd3\x2a\x66\xe0\xce\xe8\x4b\x82\xaa\xc9\xa9\x30\xf0\x1e\x33\x19\x2e\x4e\xf0\x9a\xd1\x88\x3f\xbb\xf7\xf2\xc9\xec\x8b\x7b\x9f\xd3\xf7\xcd\xcd\x6f\x15\x01\x1f\x3a\xba\xcb\xba\x92\xa4\xe3\xb8\x39\x1c\x0b\xbe\x57\xc3\xb8\xe4\xd8\xb2\x50\x30\x49\x19\x15\xa1\xca\xfd\xf1\xb8\x7a\x23\x72\x9b\x93\x41\x06\x2c\xa2\x92\xa1\x61\x51\x2a\xb8\x49\xfd\x54\xfa\x53\x16\x7c\xbe\xa6\x5b\x5b\xd8\x67\xfd\xa2\x9b\x13\x97\xdf\x7c\x5d\x76\xf3\x15\x88\x62\x31\x7b\x66\x36\x44\x1b\xa9\x5d\xa2\x05\xef\x0c\x1f\x54\x9b\x7d\x4a\x00\x9f\x92\x74\xbe\x23\x51\xaa\x68\xec\x57\xd9\xfd\x0b\xc7\x2c\x7e\x09\x82\x37\xa7\x53\x52\x56\xd8\xe4\x2a\xc9\x38\x56\x9a\xf0\x0e\x4c\xdf\xfc\x81\x25\x72\xdc\x23\xf3\x7e\x27\xc4\x77\x83\xad\xc5\xb9\xa3\x3d\x20\xfb\x20\xb0\xe5\x8e\x2b\xf7\x2d\x81\xe2\xdc\xa7\xab\x11\x27\xa2\xc3\x9d\xfe\xfa\xe5\xe3\x17\xef\xb8\xd6\xba\x59\x1c\xca\xaa\x98\x28\xe8\x14\x93\xbe\x20\x39\xa2\x80\xd8\xa0\xdb\x26\x70\xd7\xbd\x45\xe2\xc3\x2e\xdc\xe8\xb6\xa1\x73\xb7\xed\x64\x76\xae\x89\x8f\x62\x09\xf9\xfa\xa7\xf6\x6e\xfe\xa8\x68\x29\xa4\x01\xcf\xae\x01\x3f\xb4\x95\x48\xcc\x7a\x72\x94\xaf\x42\x7d\x19\x04\xf3\x5e\xdb\x8e\x09\x9b\x2f\xff\x0a\x53\x9f\x3c\xa4\xff\x13\xda\xf3\x0b\x23\xf7\xd2\xda\xad\x19\x26\x0e\x09\x8e\xb1\xf1\x2d\x17\x1d\x64\xb3\x12\x0b\x9e\x39\x26\xb3\xe6\x5e\x56\xb4\xbe\xac\xf4\x81\xde\xa2\x4e\xe7\x9a\x1c\x34\x95\x82\x45\xe9\x32\x82\xb3\xde\x74\xdd\x3e\xa3\x81\x2c\xe9\xda\x9e\xbd\x80\x0a\x0a\x14\xe2\xc7\xb2\xaa\xb6\xb4\x73\x4c\xfd\x09\xfd\xad\xd4\x95\x18\x84\xcd\x09\xee\x1e\x0b\xb6\xac\x00\x1c\x9f\x16\x91\xef\xea\x8e\xc6\x57\x1a\x1c\x9d\x4d\x4e\xbc\x19\xd7\xbb\xbc\xf9\xa3\xb6\x90\x6a\x32\x22\x44\x15\xf6\xc5\xba\x66\xbe\x9d\x9a\x21\x19\x88\x59\x9e\x9f\xa1\xb9\x22\xb9\xf3\x20\xcc\x7f\x43\x34\xa5\x4d\xce\x98\x10\xf8\xbe\x66\xc4\x41\x86\x03\x47\xbc\x17\x2d\xd8\xdc\x6b\xbf\x80\xf0\xce\xbc\xef\x68\x1b\xe9\x17\xd6\x55\xd1\x17\xba\x60\x96\x1b\x6b\x2a\x5c\xff\x57\xbc\x5b\xec\xec\x8c\xcf\x40\x24\x07\xe0\x04\x93\xa8\xbb\x68\xb0\x2a\x17\x46\xc1\x9e\xb3\x78\x43\x73\xca\x57\x1d\x50\xd5\xab\x42\xcd\x35\xed\xda\xb5\x96\x6a\x2e\xb8\x54\x54\x2c\x0e\xc0\x6b\x5a\x98\x4e\xb3\x0a\x8f\x36\x4d\x20\xbd\xc0\x8f\x68\x07\xa6\xb4\xc8\xac\x7e\x90\x61\xbc\xac\x85\x95\xae\x43\xf7\xa5\xe8\x0e\x7e\x56\x3d\xdf\x2f\xaa\x16\x98\x25\xe3\xa3\x72\xa2\x92\xd0\x22\x04\x55\xd7\x5c\xb5\x25\xaa\xae\x91\xcd\xc3\xb4\x16\xf7\x74\xc4\x58\x6d\xcc\x1e\x2c\xd8\xce\xd2\xc9\x3c\xf0\x2a\x43\x6f\xd9\xb0\x38\x26\xd5\xbe\xc9\xfe\xca\x84\x3d\xd7\xbb\xe1\x13\xaf\x46\xfc\xb8\x46\x52\xa5\xa2\x6b\x2d\xd2\x1e\x7e\xd2\xbf\x99\x45\x33\x47\xa2\xec\xec\xa9\xcd\xba\x03\x4e\xb4\x25\x01\xa2\x2c\x4e\xf8\x60\x25\x3c\x60\x76\x79\x68\x41\xb8\xfc\xfd\x4d\xbb\x54\xe4\x74\x16\xd2\x65\x4b\xe7\xf5\x90\xfc\x0f\x18\x09\x4c\x80\x09\xf6\x58\x9f\x8f\x62\x4e\x13\x5b\x37\x65\x44\x27\xca\x2a\x0f\x07\x03\x54\xef\xcc\x6e\x81\xd6\xcd\x2c\xdc\xd2\x19\x75\x5c\x2e\xb0\x14\xc4\x07\xac\x89\x32\x0d\xaf\x14\x42\xd1\x1a\x8c\xb7\xc2\x98\x5b\x61\xbe\xf1\x8a\x56\xa2\x73\x97\x58\x86\x4b\x3a\xef\xb4\x10\x83\x75\x6c\xa3\xab\xfd\x13\x7f\xa5\x09\x33\xc4\x8c\x33\xb5\xd6\xf9\x05\xc0\x8e\xae\xa1\xca\x8b\x31\xd0\x9b\x2f\xa1\xf7\xeb\xc5\xc3\xfb\xf6\xeb\x07\x8b\x87\x10\xa6\x81\x78\x5a\x06\xf4\xda\x36\x72\xc1\xf1\xce\x66\xfd\xd0\x0a\x52\x47\x49\x6c\x49\x4b\x3c\xc9\x82\x71\x49\x17\x0c\x1d\x5d\x30\x4d\xf7\xc1\xef\xb1\x26\x9b\x99\xa1\xe1\x6a\xe7\x0b\x62\x8b\x88\x66\x96\xe6\xe6\x3f\x98\xb9\x72\x4c\x91\x5c\xb6\x67\xc0\xad\xac\x39\xd4\x31\x7c\x9c\x1c\x99\xf1\x72\x4f\x8e\x1b\x7a\xc9\xe7\x9f\x4f\x9f\x3b\x2a\xa7\x81\x03\xf4\x48\xc3\xf2\x31\x3e\xaa\x92\x1a\x3c\xbe\x2d\x89\xba\x63\xd6\x84\x6f\x22\xf4\xc4\xb9\x1c\x88\xf4\x67\xae\xc1\x08\x63\xd6\xef\xce\x1c\x7c\xf3\x97\xd9\x59\x49\x44\x91\x67\x42\xc7\x66\x7e\xa8\x75\x39\x4c\x21\x9b\xf1\x05\x91\xf2\x86\xae\x1b\xee\x82\x0f\x16\xd3\x98\x43\xed\xf9\x8d\xce\xf4\xe7\xf7\x99\x5f\x8c\xcf\x89\x62\xab\xc4\xcd\x1c\xd9\xf8\x22\xf2\x4a\x74\x4a\xe3\x85\x30\x1b\xbf\xec\xb4\x45\x6f\x7e\x47\x37\x96\x38\x85\x2d\x51\xc7\xad\x51\x86\x81\xa5\x61\x70\x57\x5e\x1c\x7c\x74\xe8\xba\x46\x38\x5e\x60\x43\x67\x00\x95\x8f\x54\xd4\x45\xe5\xc6\x47\x70\x43\x03\xa1\x2e\x19\x83\x50\x22\x18\x31\x68\x18\x27\xcc\xcd\x69\xcf\x83\xee\x74\x86\x85\xf3\xc1\xb4\x71\xa9\x62\xd1\x79\xa6\xbb\xac\x67\xa4\xc0\x49\xe4\x41\x61\x6c\xdd\xb1\xa1\x79\xc9\x9d\x06\xb1\xf3\x72\xe8\xe4\xfa\xd0\xde\xfc\xb1\xdc\x52\xc5\x6b\x28\xaa\xc6\x86\x29\xcd\x0e\x0f\x68\x52\x35\xdc\xf0\xac\xa8\x1d\x6e\x23\xd6\x24\x45\x4b\x04\x30\x9e\x18\xf4\xed\x15\x61\xdc\x89\x46\xfe\xd2\x9f\xf6\xbb\x4e\x54\x6d\xc9\xe4\x48\xc0\xec\x0f\x0b\x32\x86\x0c\xcc\x57\xef\x9a\x66\x6e\x37\xd0\xbe\x3c\x89\x2b\xb0\x5e\x8b\xc8\x67\xc1\x02\x30\x8d\xf8\x3f\x3b\xe5\x66\x06\x93\x0b\xeb\xa1\xf8\x2a\x22\x61\x35\x87\xca\xf9\xca\xd8\xd9\x5f\xf3\xbb\x77\x6a\x58\x1a\x50\x46\x05\x90\xc7\x6f\xfe\x1d\x32\xbe\xc0\x12\x59\xdb\x11\xe8\xf7\xc4\x9d\xbd\x1e\x72\xe1\xb8\xe4\xf8\x73\xb8\xed\x26\xaf\xb9\xe4\x69\xc4\x59\xbb\xf5\xbf\x7b\xe7\xed\x90\x5f\xff\xce\xdc\x62\x5e\x39\x3f\x7f\xf1\x4e\x44\x7d\x68\xae\x88\xa8\xb0\x1c\x53\x49\xe7\x2f\xba\x6e\x6f\xbf\x6f\x2b\xd6\x41\x9d\x8b\x8a\xe8\x6d\x7e\x55\x35\x79\x81\xaf\xfa\xa7\x7c\x7f\x67\xf2\x1d\x0f\x14\x7f\x48\xf5\x53\xba\x90\xf9\x13\xfe\x20\xfa\x51\x32\x3f\xdd\x06\xcd\x28\xdf\x45\x32\x0f\xfe\xd3\xeb\x44\x82\xbc\x67\xd8\x70\xf3\xeb\xb8\x9e\xf6\x57\xa2\x61\xd5\x7e\x93\x33\x6b\xe4\x41\xb7\x39\x9d\x76\xe2\x6c\x1d\x89\x14\xd1\x10\x70\xf5\x61\x67\x5a\x48\x51\xc6\xaf\x1b\x64\xf9\x7b\x93\xf9\x3d\xf0\x79\x42\x01\x7a\xad\x16\x74\xe8\xfe\xf1\x96\xa7\x83\xa6\x6d\x79\x1d\x66\xe5\x15\xa5\xcf\xdb\x9b\xdf\x89\x98\xb3\x50\x01\xcd\x27\x20\x99\xfd\x1d\x40\xf3\xf6\x93\xdd\x47\xc0\xae\xb3\xa4\x8b\x5d\xfe\x3e\xad\xc8\xc8\xdb\x40\xbb\x78\x7b\x45\x21\x33\xae\x16\x8e\x9c\x50\x4c\x3d\x66\x7d\x6a\x83\x2a\xd0\x16\xde\x52\x81\xb6\x06\x43\xd5\x5b\xba\x90\x6b\x85\xfc\x9e\x08\x37\x50\x09\xab\xaa\x48\x78\x5f\x79\x3b\x1f\x5d\x63\x4b\x48\x3e\xcb\xce\x59\xfc\x32\xdb\x95\xbb\x9d\x93\x48\xd8\x46\x2b\xea\x5e\x7f\x5a\x23\x99\x06\x4a\x59\x7c\xbe\xf9\xbd\x45\xeb\x5c\x15\xa2\x7d\xbf\x6e\xb0\x56\xce\x17\xc6\x90\xdc\x9c\x13\x85\x48\x99\x73\xcc\x86\xe1\x3b\x2b\x1c\xc6\x22\x68\xe5\xfb\x15\x7b\x87\xf3\x58\x5d\x62\x60\x06\x55\x07\x46\x80\x63\x95\x3b\x3a\x57\x83\xda\xee\xb0\x1d\xab\x24\x2b\xca\x15\x68\xc2\x45\x8f\x5c\x10\x7b\xd4\x16\x71\xb5\x4b\xe1\x5a\x88\x44\x13\x87\xbc\x86\xb6\xd6\x75\x1a\x7a\xc2\x8e\x61\xad\x84\x27\xbf\x7e\xcf\x4f\x23\xb4\xfa\xd5\x09\x0b\x3a\x94\x7d\x3c\x4d\x0a\x22\xa7\xca\xbd\x18\x3b\x36\x48\xcb\x06\xe7\x48\xfa\x15\x4d\x05\x5f\xbe\xc2\xc8\x67\x96\x05\x4a\x27\xc0\xc9\xc5\xbd\x36\x8c\x81\x58\x88\x91\x95\x61\xe5\x27\xb1\x25\xa5\x1d\xed\x82\x36\x29\x84\xe4\xbf\xaf\x0f\xba\xad\x4a\x3f\xaf\x0f\x74\xe0\x2f\xc7\x5b\x9a\xa7\x2b\x27\x6e\xde\x23\x29\x6d\xda\x8b\xf3\xe6\x3d\x7d\x98\x9d\xfa\x0a\x91\x21\x86\x8b\xc0\x82\x0b\x72\xa7\x70\x0d\xb0\x1d\x24\x39\x99\x29\x2b\x01\xe8\x0e\xa7\x61\xae\x70\xa3\x0f\xd4\x00\x98\x6a\x05\x8e\x39\xcc\x32\x13\x7e\x32\xde\xb7\xd3\x4c\x98\x11\xa7\x04\xbb\x3e\x40\xca\x22\x2e\xb8\xba\xf9\xdd\x62\x51\x79\xb1\xf9\xf8\x91\xdc\xb1\xf6\x9a\x5b\x3e\x88\x0e\x33\x30\xb0\x6c\xcd\xd5\xec\x15\x71\x01\x4e\xef\x49\xfb\x53\xb7\x85\x9a\x4a\x5f\x51\xed\x13\x27\x21\xa6\x57\x16\xe6\xc1\x5d\xec\xe9\x56\x5f\xb1\x36\xc1\xb2\xf0\x0d\xe9\x86\xf6\x36\xdd\xbb\xbe\x0f\x96\xec\x99\x9a\x8f\x37\x25\x7d\x72\x25\xbe\xb2\xc0\x3d\xd4\x4c\x85\xd8\x86\x9b\xd7\xba\x54\xf4\xb7\x9e\x01\x5e\x94\x2c\x59\x54\xa8\xa4\x9d\xc7\x8b\x2c\x30\xd4\x74\x74\x15\x3a\x4d\xc9\xe0\x5a\x1c\xd5\x87\xd0\x95\xd1\xd1\x71\xc4\x82\x89\xcf\xc2\x13\xcf\x98\xe3\x2a\x2f\xbd\xbe\x31\x16\x98\xff\xc4\x8a\x48\x6f\x60\xc4\xe1\xa3\x40\x32\xd4\x82\x0f\x27\x7a\x38\x2b\xbb\x35\x5d\x7c\xc5\xc8\x16\xf0\x1a\x34\x6e\xdf\x50\x87\x2a\xd0\x88\x66\xde\x57\x15\x05\x83\xd2\xc2\xfe\xc4\x18\x32\x6e\xf5\xc8\x04\xaf\xfe\xcc\xfc\x62\x7c\xb2\x3d\x46\x5a\x1a\x2e\x06\x13\x47\xee\xf8\x42\xa4\x78\xf6\x05\xf0\x44\x8c\x3a\xc3\x5f\xdd\x89\xce\xf0\xf6\xa1\x14\xac\x44\x1e\x76\xb2\x36\x37\xbf\xd5\xec\x3e\x10\x0d\xb0\xcb\x59\xd2\x5d\xb4\x79\xbd\xdc\x44\x67\xfc\xa7\xd2\x54\x93\x47\xfc\xb5\x7f\xb4\x99\x95\xc4\x74\xa0\x01\xd9\x40\xc4\x9e\xab\xad\x43\x78\x4d\x27\x7c\xb2\xc3\xc7\xa2\xac\x0a\x16\x5d\x9c\x85\x03\x66\x2a\x5f\x6f\x79\xb0\x5d\xb3\x1b\xab\x8e\x19\x88\x09\xa4\x14\x65\x42\xcf\x24\xf7\x2f\x0d\xb1\x2c\x4d\x1d\x19\xa8\xba\xc8\x87\x83\xb0\x94\xea\x6c\x58\xfe\x2c\x3b\x62\x87\xff\xc7\x8a\x0e\xac\xaa\x9d\x44\x28\x02\x87\x0a\x91\x9f\x24\x3f\x42\x8c\x9d\x3d\x63\x01\x0b\x6b\x97\x83\x9e\xce\xce\xf2\x76\x2b\xed\x0b\x0c\x74\x84\x80\x61\x44\x80\xa5\x9e\xf2\x2d\x04\xb1\xa0\xbd\x20\xf8\xd8\x3e\xcd\x74\xfa\xd3\xfb\xf6\x53\x26\x71\x02\xa2\x7a\x8a\x50\x73\x9f\xd3\x76\x6e\x6b\x11\xba\x78\x14\x45\x72\x81\xd5\x76\x72\x76\x80\xc2\x24\xbb\x77\xdf\xde\x8b\x2e\xb0\xeb\x43\x75\xf3\x9b\xb5\x2c\x95\xb0\x77\x8b\x78\xd5\xd0\xba\x38\xd7\x1b\xe7\x75\x33\xa2\x5b\x57\x02\x65\x7b\xec\xb8\xd3\x36\xcd\xce\x45\x8f\x24\xfa\xbe\x9a\x0d\xb6\x84\x35\x61\x1e\x82\x35\x97\x2d\x6d\xd0\xd6\xf5\xf5\x74\x85\x21\x62\xae\xf6\x01\x77\x54\xe9\xf3\xa1\x2c\x66\xdf\x97\x05\xc6\xbb\x3f\x2c\xa8\x41\xef\x25\x14\xaf\x8c\xf5\xee\x42\xce\x65\x8c\xad\x1f\x4f\x22\x33\x69\x22\x87\xde\xfc\xee\xeb\xe2\xf4\x58\x03\xe3\x33\xb3\xc5\x7c\xb2\x58\xc5\xaa\x6a\x07\xbb\x37\xd7\x74\x28\x98\x72\x44\x46\x4a\x96\xff\xd4\x33\x8a\x39\x93\x93\xcc\xd2\x52\x1b\xad\x0b\x22\x7b\x69\x16\x93\x45\x6e\xd9\x02\x57\x67\xcf\x88\xd1\x94\xb9\x8a\xc6\x4a\x3c\xfa\xd8\xc4\x0f\xf3\x0d\x9d\xb6\x1d\xf4\x8f\xe1\xac\xad\xe0\xbe\xc4\xd7\xfd\x0f\x0d\x34\x45\x38\x8c\x74\xcc\xdb\x4c\x64\xac\xa1\x27\x5e\xd5\x08\xb6\x67\x6c\x92\xe3\x35\x3b\xec\x0b\x28\x1c\xd3\xd5\x65\xb5\x39\xdd\x6b\x56\x2d\x1b\x29\x90\x57\x4c\x0f\x81\x3b\x7f\x0e\x47\xfd\xe9\x02\xc1\x18\xc0\x39\xc5\x8c\xd0\x33\x39\xb7\x9e\x8e\x59\x16\x55\xd4\x76\xff\xaa\xac\xb7\x0b\x73\x0d\x85\x35\x6e\xcd\x42\x94\x05\xde\x34\x25\xc6\x7e\xc6\x0f\x34\xcd\x65\x7d\x00\x06\xe0\x04\x39\xee\xc1\x65\xe4\x8e\x4d\xe9\x46\x50\x24\xc1\x54\x7a\x9d\xda\x4a\x1d\x1d\x19\xaf\xeb\x8d\xf5\xb1\x35\xd2\x06\xbd\x89\xa7\x42\x7a\x4d\xc3\x0d\xc4\xd9\x66\x69\x3a\x6c\x3c\x05\x76\x9a\xc6\xaa\x1e\x58\x86\x04\x35\xb0\xaf\x8b\x59\xde\xfc\xb6\xa9\xa2\xc5\x71\x23\x17\xd3\x70\x44\xdb\x86\x8b\x09\xb9\x97\xb8\x3a\x1d\x2f\xd3\x88\x79\xb9\x83\xcb\x25\x44\x90\xc8\x88\xab\xc6\x6a\x2f\x1b\x11\x8b\x50\x15\x53\x68\x04\x7a\x73\x0e\x46\xab\x6f\x01\x36\xb4\x2f\xb7\x6e\xe4\x74\x1a\xe0\x23\x44\x87\xe9\x24\xd6\x20\x45\x24\x68\x77\xf3\x3b\x1b\x44\xa7\xbd\xa9\xf9\x6d\x27\x67\x76\x64\xa2\xaa\xcb\x8c\xb6\x23\x53\x31\xdd\x69\x43\xcd\x8e\xec\x45\x90\x9b\x2a\xe2\x6d\x4f\xd5\x64\x64\x23\x2f\x06\xac\x83\x07\x10\x85\x7c\xec\xe2\x00\x15\xc5\x3c\x81\x11\xb5\x45\xf6\xda\x5c\x3a\xc0\x22\x92\xf9\x82\x54\x31\xec\x6c\x54\x9a\xe8\x4d\x21\x9c\x40\x57\xc9\x1f\x2c\xe2\x2d\x0e\xcc\x1c\x32\xf3\x42\xc7\x46\x6c\xba\xa2\x4b\xdd\xb1\x46\xb0\x0e\x7d\x39\x8b\x00\xe3\x89\xc5\x2d\xdb\x93\xb2\x82\xd3\xe7\x78\x71\xec\xf8\x29\xf2\x5a\x44\x57\xf7\x6d\xb9\x63\xd3\xe3\x98\xe4\xc6\x64\x70\x84\x5e\x82\xc6\xe6\x72\x6d\x07\x8a\x98\xc8\x77\x68\x36\x6f\xaf\x88\xfe\x70\xf3\xfe\x83\xaa\x90\x4f\x2b\x1b\x7a\x76\x5d\x7a\x9f\x3f\x77\x8f\x28\xf0\x2b\x7f\x8f\xb8\xd1\x53\x21\x48\xa4\x68\x73\xb2\x27\xfa\xbb\x5f\xee\xa6\x89\xa6\xb2\x6e\x53\x12\x3b\x2d\x15\xf2\x82\x7b\x64\xe5\x3d\x5d\xcf\xbb\xe6\x82\xc4\x2a\x03\x17\xe7\x82\x18\x8f\x55\xa3\x8a\x7a\xd8\xed\x76\x19\xb4\xd7\xee\x1a\xa1\x95\x6b\xf0\x21\xbb\xcc\x89\x8e\xd1\x15\xe7\xc8\xd7\x37\x83\xbe\xdd\xf2\xeb\x18\x89\xdd\xcd\x20\x25\x67\x32\x33\xa2\x97\x52\x8e\xfb\xe1\xea\x13\x18\xb3\x0b\xde\x9d\x32\x63\x76\xeb\xed\x2d\xc8\xa6\xac\xaf\x0f\xe2\xbb\x27\xe0\x66\x44\x3f\x77\x04\x6a\x9e\xd8\x1f\xa0\x6a\x3f\x66\x73\xd8\x7d\xc0\xe0\xe0\xd8\xf0\x58\x10\xca\xe0\x9f\xf0\x12\x46\x5e\xb6\x3d\x40\xb4\x84\xb2\x32\x98\x1f\xd8\x9a\xed\x8d\x0e\x4e\x07\x9c\x58\x7b\x06\x26\x87\x30\xf6\x94\xa6\xd4\x23\xa8\x91\xf1\xc2\x51\xb6\x5a\xb3\x13\x9a\xa0\x61\x6d\x80\x08\x21\x30\x7a\x40\x8e\xb0\x3f\xa9\x6b\x74\xc1\x22\x5c\x0f\x22\x41\x2c\x9a\x91\xcd\x05\x11\xac\x74\x06\x83\x57\x30\x70\x31\xdb\xd0\xf6\x04\x3e\xe1\x16\xbc\xb5\x64\xa8\x38\x67\x71\x94\xdd\xc3\x58\x4e\x16\xde\xa3\x5f\xbf\x38\x38\xaa\x63\x40\x3c\xd4\x8f\x50\x2f\xb3\xaf\x89\x21\x6e\xea\xf5\x43\x08\x54\x2d\xfc\x9b\x68\x54\x1c\xa2\xf0\xcd\xd7\x0f\xb4\x28\x63\x75\xb5\x1f\xee\x69\x5d\xd1\xa5\x0b\xec\x43\x0f\xff\x75\x9e\xd1\x12\xae\x66\xe0\x36\x1f\x3e\x6d\xaf\xcd\xc1\xb9\x9f\xf6\x34\xb7\x5f\x3f\xc8\x1f\x8a\xcc\x91\x54\x51\xf7\x68\x30\x7d\xea\x67\x8a\xc8\x00\x41\x84\x96\x19\x54\x9d\x86\xcd\xfe\x31\x68\x26\x98\x48\xbd\x24\x3e\x36\xec\xa5\x11\x71\x7f\xd8\x82\xbe\x09\xab\xdb\x21\xa6\x46\xae\x21\xe6\x62\x44\x4f\x45\x57\x60\xdc\x42\x1b\xb5\xe0\x29\x31\x64\x6b\x6a\xfb\xb5\x78\xce\x7a\x79\x48\xf5\x59\xd4\xae\x6b\x73\xd6\x57\x6c\xa3\x80\x8d\xe8\x74\xd2\x64\xcc\x7e\x63\xf9\xfd\x8c\x43\xde\xdf\x27\x22\x35\xdc\xbe\x9f\x3f\xf1\xe4\x71\x04\x7f\x81\xe7\x76\x73\xf6\xd4\xb2\x07\xe9\x55\x32\x43\x50\xdd\xdb\x44\xb2\x1c\xe9\x75\x5e\xa6\x69\x1b\x56\x6e\x09\xde\xab\x18\xde\xe6\xe6\xf7\x96\x65\xd8\x31\xb7\x5c\x78\x6b\xb1\x31\x4b\x18\x2c\xe5\x05\xfd\x28\xa6\xd9\x99\xf3\x4e\xc5\x3e\x27\x22\xdc\xad\x72\xd0\x94\x6f\x46\xc6\xe7\x50\xd8\x9b\xd2\x10\x6f\x5e\x48\x56\x12\x4b\x68\x78\x11\xa1\x32\xcb\x77\xaa\xb1\xe2\x4d\xf1\xd3\xa1\x72\x66\x73\xd9\x3a\x18\x31\xb3\x52\x5e\x92\xfc\xd6\x13\xa1\x3a\x12\x24\x81\x44\x5e\xda\x0e\xbc\x90\xa7\x0c\xe9\xae\x92\xd1\xa9\x60\x2b\x3a\xaf\x3a\xfb\x2f\xd9\xbb\x3c\x91\x40\x48\x38\x6f\xe8\x78\x0f\x9a\xb2\xd9\x3b\x7c\xbf\xbd\x15\x61\xea\xba\x98\xe0\x89\x58\xf7\x83\x27\x34\xc6\xb9\x0a\xa8\x88\x17\x93\x3e\xf5\x38\x38\x4a\xd9\x02\xb9\x0a\x61\x4c\xad\xb6\xd3\xa7\x5d\xbe\x47\x5e\xfa\x63\xf4\xeb\x50\x2f\x88\xee\xcd\x62\xe0\x78\x63\x4a\x71\xb8\x01\xca\xb4\x5d\xa6\x5b\x3a\x0e\xa7\xb1\xd2\x3d\x20\x6d\x24\xb4\x3f\xe7\x46\xe6\x8c\x5e\xf4\x88\x59\xa3\x11\x22\x9e\xf6\xe6\xf7\x5a\xc9\x00\x6d\xdd\x1c\xd6\x52\xc6\xb6\x75\x6e\xfa\xea\xef\x21\x75\x85\xb9\x94\xe5\x30\x4a\x28\x75\xd9\xac\x20\xef\x07\x76\x18\x6d\x33\xae\x2c\xce\x9b\xd2\x9e\x77\x16\xd4\x95\x52\x41\x91\x45\x0f\x27\x3c\xb1\xee\xf0\xf4\xed\x4b\x4b\xd3\xa3\x9d\x4a\x1b\x79\xc5\x37\xa2\x1f\x80\xf4\x71\xd6\x10\x55\x22\x19\x91\x86\x50\xe5\x87\x45\x47\x5c\x64\xe1\x87\x75\xd1\xb0\xa7\xa8\x9e\x43\x7f\xf0\x04\x47\x53\xb7\xc7\x44\xef\x8e\x3f\xd5\xe4\xe7\x27\x2b\x13\xed\x4f\x31\x2d\x96\x65\x31\x56\xf1\x91\x20\xce\x1f\x45\x66\xfc\xbb\x4f\x54\x71\xb9\x6d\xf6\xc1\xf4\x1f\xe3\xbd\x5f\x9d\x39\x62\xe6\x93\x89\xc2\x60\x13\xda\xcc\xee\x71\xd0\x9c\x4c\x86\x80\x31\xb8\x6f\x1a\xa6\x37\x8a\xd5\x40\x19\x65\xfc\x81\x71\x8c\xd7\x3e\xe2\x1f\x65\x97\x60\x13\xe0\x9e\x8b\x07\x54\x0b\x22\x8f\xd4\x3c\x4e\x20\x47\xda\xf8\x10\x95\x34\xac\x78\xf6\xba\x95\x8f\x23\x89\xf1\x3c\x83\xa8\xd1\xc7\x28\x13\xe1\xde\x8a\x04\xe2\xe8\x0e\xc9\x27\xec\x5e\x56\x12\x43\xec\x9c\xf2\x84\x3b\x70\x03\x22\x91\x37\x91\x4f\xf9\x50\xe9\x00\x9c\x5b\x47\x5f\xe3\xa3\xc5\x89\xc6\xe0\x94\x05\x05\xc1\x46\xd8\x8d\x59\x91\x1f\xc0\x27\x12\x0f\xe4\xaa\xb3\x7c\xc1\xda\x73\xc7\xd4\xb0\xfb\x63\xe0\x63\xd8\xac\xbe\x26\x71\x6a\x5d\xae\x7b\x3a\x97\xe0\x6c\x33\xef\x0d\xf1\x55\x7f\x70\x2e\xd6\x4d\x23\x70\xf4\x46\x1a\xcc\xc1\x81\xc9\x9a\xab\xba\xba\xc8\x17\x24\x74\xeb\xa2\xf7\xe7\x01\x1d\x81\xb6\x72\xe2\x3c\x84\xfa\x0b\x78\xf7\xce\xcf\x50\x5c\xfe\x42\x92\x2d\x1b\x4a\x9c\xf5\x23\x32\x00\x0e\x4d\xf2\xc1\x36\xa8\x4c\xdf\xf3\x43\x37\x30\x41\xa9\xc7\xe2\xf6\xd0\x5e\x9f\x80\x7a\x13\x97\xfe\xdb\xda\xe6\x3b\xc6\xaa\x43\x28\x7d\xbf\x2e\xd7\x79\x4b\x77\xb3\x47\xeb\x14\xde\x74\xb6\x5c\x94\x15\x6e\xba\x73\xec\x85\x45\xde\x6e\x89\xd7\xd1\x02\x7c\x0f\xec\xe6\x9e\x68\xcf\x12\x21\x28\xb3\x7b\x87\x92\xe4\xa7\x22\x83\x87\x20\x18\xc1\x92\xe4\x7e\x43\x72\x03\x40\x1e\x26\x71\x8b\xa1\x19\x84\x39\xba\xb6\x3e\x63\x61\x24\x28\x94\x14\xad\x3f\x82\x70\xf2\xe9\xd9\x06\xf5\x12\x1f\xa3\x67\x54\xd9\x42\xc3\xf2\x39\x6b\x54\xb7\xa2\xde\x8f\x5c\x56\xf3\x85\xc4\x4d\xd6\x5a\xce\x11\x1b\xa7\xf2\x51\x8f\xbb\x96\x0c\x26\x16\xcf\x9b\xc9\x42\x1c\x85\x99\x7a\x0d\x46\x7a\x00\xba\x1a\x45\xba\x5f\xe4\x6e\x09\x79\xbf\x3c\xe2\x88\x63\x53\x2e\xa8\x57\xfd\x0e\x4f\x8e\x10\x38\xeb\x3f\xb9\xfe\xa7\xeb\x92\x16\xa5\x6e\xda\x10\x86\x10\xab\x92\xe8\x70\x13\x49\x31\xb3\x57\xe5\xb5\xa9\xaf\xfd\x6f\x57\xfb\x47\x86\x73\x97\x36\x40\x50\x1b\xdd\xe4\x05\xef\x28\xfc\xe3\x7e\xba\x4a\xf2\x35\xd3\xf0\xde\xa4\x3b\x78\x86\xcf\xcb\xba\xec\x62\xec\x82\x3f\xe6\x08\x08\x06\x03\x56\xdc\x48\xb1\xc5\xb4\x19\xc4\x81\xd1\x4c\x22\xad\x96\x3a\x4e\xf6\xd7\x2a\x72\x98\x2c\xcc\x2a\x3f\x54\xce\x30\x31\x73\x51\x09\x6a\x92\x70\x61\xb6\x34\x1e\xba\x08\x2e\xa0\xad\x16\x2f\xd0\xc9\x4b\xfd\x50\x65\x9f\x95\xb5\x93\x33\x3f\x3f\xa2\xa9\xef\x5b\x6c\xbd\xa2\x7e\xc4\xbc\x7d\xbb\xba\xbe\xd7\x92\xdd\x89\xbe\xde\x37\x38\xa6\xaf\xaf\x0d\xd4\x7a\x87\x6e\xc3\xd6\x39\xda\x46\x56\xb5\x6b\xde\x07\x0c\xd3\x5c\xcb\x35\x0b\xb7\x1a\x1f\x1e\x6c\x39\xd8\x32\x2e\x8b\xc3\xa8\xe2\x00\xe1\x52\xd5\x37\xa0\xb1\xc9\x39\x65\x17\xde\x45\x75\x30\xf7\x1e\x2a\xea\xd8\xcf\x45\x4f\x6a\x68\xbc\xbf\x44\xf8\xee\xa2\x7e\x04\x64\xca\x31\x59\x73\xd5\xa4\xcc\x9c\x24\xae\x17\xfc\x31\xb8\x70\x6f\x32\x75\xe7\x5d\x1a\xe2\xbc\x1e\x3c\x7f\xf9\x0e\x0e\x1d\xde\x3b\x2e\xab\x9a\x2d\xb3\x98\x12\x75\xc3\x81\x99\x1a\x8a\xe7\x9a\x77\xc6\x5d\xa8\xcd\x2b\xf1\x5c\x7f\xa5\x95\x38\x28\x33\x71\x55\x3f\xc9\x86\x26\x6b\x0d\xb8\x72\xda\xd3\x37\x6d\x51\xb3\x1d\x55\xc8\x03\xad\x15\x93\x8e\xe7\x06\xbf\xba\x88\x6e\x70\xd0\x17\xb1\xf5\xab\xd9\xf9\x4b\xe3\xd9\x3a\x6e\x23\x42\x1c\xb7\x21\xc6\xdc\xac\xdc\x00\x42\xee\xff\x8e\xaf\xa9\xfd\xd5\xbc\x2a\xeb\x2d\x5d\x9e\x0e\x6b\x4b\xb8\x92\xd1\xad\x3e\x47\x21\x7c\x95\x7f\xba\x64\xa3\x05\x94\xd8\x38\x9a\x01\xbf\x4b\xfc\x55\x68\xd5\x2e\x7b\xf3\x2d\x2a\x03\xd5\x6e\x4f\xf4\xd5\x00\x12\xe4\xf0\x2d\x60\xea\x6f\x44\x13\xb0\x2e\x17\xcc\x5a\x91\x1c\x2f\x16\xc1\xd9\xbd\x39\xf5\x53\x6f\xef\x45\x72\x3d\x57\x86\xe0\xfe\x09\xf8\xf1\x4b\x76\x83\x79\x64\x9a\x05\xee\x5c\xd9\xb7\xaa\xb3\x4b\x8b\x84\x7d\x87\x35\xcd\x99\xd2\x34\xb8\x6f\x63\x16\xce\xce\x16\x95\x08\x56\x23\x12\xcd\x67\x45\x89\xe8\xb7\xce\xad\x32\x22\xa5\x7f\x3b\x00\x53\xeb\x43\x59\x98\xd9\xb7\x74\xd5\xe5\x4e\x99\xe1\xf0\x00\x85\x5f\x64\xf6\x4d\xa2\x41\xb7\x95\x98\xab\x22\x57\x6e\xa6\xc3\x4b\x89\xf9\x98\x3d\x55\x92\xc4\x9b\xb0\xee\x85\xf0\x83\xfc\x75\x10\x7e\x0b\x16\x7e\x24\x4a\x84\x18\xd1\xca\xc0\xba\x05\x3f\x31\xec\x30\xe9\x9a\xd3\x48\xb0\x81\x98\x9b\x72\x7b\x8f\xbd\x58\xe3\x26\x39\xc2\x6c\xd8\xdc\xdd\x3b\x4a\x09\x1d\x01\xec\x5a\x63\x88\x2c\xb6\x07\xe2\xc7\x5a\x57\xca\x99\x15\xba\x7c\x6d\x15\x8c\x9a\xfe\xff\x20\x10\x5a\x07\x60\x42\x09\x6c\xbf\xf0\xb2\xf7\x88\x67\x7f\xc9\x34\x8c\x1e\x21\xf7\x12\x6a\x3f\x39\xad\x25\x80\x8a\xf1\x5a\x11\xcf\x43\x05\xaf\xf0\x0f\x4e\x60\x45\x8c\x29\xe1\x91\x5d\xf2\x2b\x0d\xd9\x43\x2a\x08\x9a\x03\x91\xd1\xd9\x63\xf9\x17\x97\x4d\x65\x72\x5a\x01\x08\x5d\x91\xce\x45\x3b\x67\x73\x55\x9b\x5f\xce\xbe\x6b\x36\xfa\x8b\x56\x8e\x43\xf2\x7f\x60\xd1\x66\xa5\x5f\xd9\xd3\x1f\x80\xa7\x35\x27\xe6\xc8\x42\x05\xda\xf0\x08\xa5\xa7\xa3\xf4\xd6\xfd\xc5\x56\x05\x19\xc1\x74\x30\x22\x57\xa0\x09\x01\x9e\x1c\xe8\xff\x12\x53\x32\x00\x59\x41\x3e\x7d\x56\xca\x16\x77\x1f\x73\x26\xdd\x4a\xc1\xc3\x67\xba\x02\x2c\x4c\x34\x67\xd8\x20\x65\x25\x9b\x51\xcb\x0a\x76\xa9\xcd\xbb\xc3\x2e\x7c\x93\x38\x8c\x9b\x7f\xaf\xc4\xf2\xa5\x5f\x69\x37\x1a\xb1\x25\xb5\x51\x14\x03\x32\x6b\xa8\x55\xc3\xe5\x21\x08\x25\xd3\x78\x69\x6c\x52\x52\x83\xbb\xa0\xaf\x62\xf5\xd1\xb5\x8b\xca\x97\xb4\x36\xed\x3c\xa9\x1f\x4b\xe0\x11\xa4\x5f\xf0\x78\xbd\xfb\x7d\x05\x20\xee\xef\x18\xa4\xf4\x3a\xda\xe2\x91\xde\x9b\x3d\x09\x3a\xa1\xc2\x1b\x6c\x23\x93\xa5\x3b\x2f\xe9\xa0\xb1\x70\xef\xf6\x15\x9e\xb3\xd7\x4b\x03\x7b\xc8\x2d\xd5\x72\xcb\x39\x48\xcc\xec\xa7\x43\xb0\xd5\x8e\x8c\x7c\x0c\xee\xd8\xc8\xa1\x3e\x72\xe0\x8c\x94\xd1\xb6\x85\x14\xc9\x19\x8c\x59\xa2\xd0\x90\xae\xa3\x6c\x82\xc1\x42\x4a\xe9\x7c\x5f\xe5\x4b\xa3\x01\x3e\x0c\xc3\x9c\x09\xe7\xba\x48\x3a\xd2\xc6\x18\x64\xa4\x3b\xc6\x76\x97\x2f\x66\xf7\x0b\x84\xa9\x45\x25\x8c\x58\x57\xb4\x0e\x48\xf5\x00\x74\x20\x11\xe5\x11\xb5\x3f\x5a\x44\x8c\x14\xae\x4f\x18\xd8\xc2\xce\xcc\x1c\x4b\xd9\xaf\x72\xfb\xde\xeb\x03\xf5\xdb\x8e\x79\xd5\x76\x74\x4f\x6a\x0b\x7e\x9d\x1e\x19\xa2\x3b\xa0\xdb\x5d\xb4\x44\x01\x08\xa9\x28\x46\x7b\xf1\x9d\x8c\xae\xb1\x36\xc0\x6c\xdd\x3b\x30\x73\xc3\xef\x53\x44\x95\x29\x3d\xe6\x1c\x0b\x4e\x75\x3e\x0e\x6c\x35\x65\x0e\x71\x0c\x57\xcd\x81\x6e\xba\x96\x55\x0c\x97\xb8\xf1\x06\xb3\xe3\x2a\xb2\xfc\xc5\x7c\x71\xc5\x35\xf4\xa6\xeb\x34\xc6\x79\x74\xac\x53\x28\x9a\x88\x01\x45\x3c\xaa\xd4\xc1\x34\x6b\x56\x7a\xe0\x52\x4a\x6b\x58\x4e\x6b\x40\xff\x53\x46\x65\x58\x3a\x85\xa5\xcd\x6a\xd4\x54\x37\x98\x19\x83\x60\x07\x13\x08\xd3\xc6\x63\x30\xad\x21\xd1\xa7\x13\x03\xb4\xd7\xdd\xa6\x9e\x0e\x63\x9d\xd3\x5d\xe4\x2a\x9d\xee\x48\x50\xff\xad\x5e\x73\x58\x8c\xb0\x83\x1f\xac\xbf\x6b\x6c\xb7\xe4\x08\xbf\x0e\xf5\x77\xa6\xe4\xda\x12\xf4\xd7\xdd\xde\x6d\x54\xef\xd2\xd4\xe5\xfa\x68\x4d\x9c\x3f\x5e\xa4\xd9\xfd\x9f\xbf\xf8\x05\xc9\x33\x70\x71\xd6\x46\xd6\x29\xd8\x5d\x7e\xfe\xcb\x2f\xc4\xa2\xdd\xff\xf9\xcb\x5f\x2c\x58\xb4\x61\xfd\xf9\x2a\xdf\x9a\x99\xdc\xbb\xa8\x2e\xcd\xb1\x41\x0e\x75\x7d\x85\x7d\x6b\x2e\xca\xe6\x60\x91\xe3\x69\x63\xa0\x9f\xca\x34\xfb\x93\x27\x31\xef\x69\xc5\x34\x86\xa8\x57\x26\xd4\x42\xf2\x2e\x0c\x89\x45\xa1\x45\xcf\x47\x88\x45\x7d\xd8\xcd\x15\x29\x16\x04\xe5\x5b\xf9\x3b\x6f\x43\xe3\x5a\x0c\xa9\xa9\x9b\xfd\x1a\x21\x0b\x4a\x70\xc2\x44\x59\x00\x0f\x34\x2b\xc7\xb4\xfe\x93\xfc\x7a\xc8\x13\x04\x56\x7e\x0d\xdd\x35\xde\x2a\x93\x30\xc0\x8b\xd2\x8e\x04\x56\x8b\xe1\x66\xda\x23\x7d\x92\x0c\xe8\xdc\xdb\x2a\x7b\xc5\x3a\xdc\x01\x98\xe8\xb4\xfc\xe8\xa3\x7a\xad\x61\xfc\x49\x85\x1f\x11\x08\xda\xba\xf5\x1a\x00\xa5\xad\xf7\x80\x8f\x77\xa1\x34\xdf\x6d\xbf\x6f\x47\x61\x64\xad\x80\xe4\x88\xac\xff\x03\x48\x96\xa1\x6a\x53\x97\xc9\x10\xff\x91\x35\x13\xb6\x88\xd8\xe9\x15\x37\xd8\x22\xe7\x82\xa9\xaf\x79\x07\xa8\xa2\x48\x2e\x4d\xa2\xbf\x99\x18\x57\x85\x89\xfb\x7b\x3b\xda\x37\x9c\x2a\xcd\xf1\xfe\x81\x14\x72\xa0\xb0\x04\x90\x84\x2d\xdf\x53\xda\xe9\x67\x17\x1d\x48\x5c\x33\x49\x88\xb8\xf0\xd1\x68\x4d\xb8\xf4\x7e\x1c\x29\x6c\x59\xcf\x5d\x24\x0a\x8b\x3a\x62\x1b\xb7\x62\x56\x41\xe4\x93\x7a\xa9\x96\xd7\x07\xe2\xfd\xd9\xce\xf2\x22\x17\x75\xa2\x53\x57\x24\x06\xb5\x6f\x52\xa3\xac\x4b\x35\xc0\x96\x92\x78\x6b\x24\xd4\xc2\x14\x25\x9c\xe7\xf3\x76\x81\x63\x1d\x6d\x89\x81\x2f\x96\x1b\x7a\x7e\x81\xdc\x6f\x1a\x69\xed\x3f\xcb\xc5\x2e\xa7\x5d\xee\x73\x51\x5b\x26\xc5\xcb\xa6\x6a\x94\x37\xc9\x9e\xa1\xcb\x41\x39\x94\xb5\x44\x0b\x7a\xcc\xac\x94\x86\xa3\x62\x3d\x6f\x32\x72\x49\x0a\xf0\xb1\x79\x49\xa9\xfa\x2a\x06\xb5\x70\x52\xaa\x81\x54\x32\x4e\xaf\x9a\x1c\x6b\x02\x96\x04\x01\x93\xa6\x8e\x83\x8d\x98\x0d\x24\xab\x4f\xca\x77\x33\x49\x62\xcd\x23\x1b\x71\x22\xab\x5b\x2d\x5b\xdd\xde\x66\x19\x18\xef\xd9\x99\x08\x64\xa0\xb7\x1b\x4a\x55\x02\xc4\xc9\xdb\x13\x25\x9e\x8b\x67\x93\x9d\x79\x2c\xc8\xa0\xd6\x95\x04\x65\x1c\x01\x57\x4b\x98\x87\xe3\x3c\x87\x99\x97\x50\x41\xab\x4c\x24\x66\xc3\x79\x24\x4a\xee\x16\x92\xfc\x44\xbd\x4e\xfb\x5d\x2d\x48\xac\x9c\x3d\xca\xad\x19\x8c\x41\xfe\x9d\x8d\x0c\x53\x2f\x65\x15\xac\x9f\xf1\xaf\xcc\xc9\xd7\x02\x42\xd7\x44\x6b\xec\xa1\xa2\x3b\x49\x54\x0f\x4f\xa1\x10\xac\x4b\x75\x52\x52\xe7\xb8\x69\x00\xef\x36\xe0\x8d\x58\x6d\x23\xfd\x3e\x8d\x74\xc3\x56\x83\x18\xdd\x40\xa0\x0d\xca\x30\x68\x49\x7b\xf3\xc2\xe4\x4e\xc1\x99\x09\x88\xf8\x82\xb8\xd6\xe1\x28\x1f\x27\xc1\x9b\xfd\x4a\x8d\x0f\x9c\x11\x44\x97\xd6\x97\xd9\x09\xe7\x65\x64\x9e\x62\x42\x02\x6a\x00\x3f\x6f\xb8\xff\x47\x8c\x04\x51\xc5\x07\xdc\xe1\x03\x70\x13\x85\x52\xc8\x7f\xe2\x1f\x4a\x27\x15\xc5\x22\xa8\x24\x8b\x15\x09\x10\x02\xc4\x34\x40\x76\x80\x26\x9d\x62\xce\xa3\x70\xf2\xb5\xb0\x31\x08\xbc\x74\x94\x98\xff\x96\x6c\x49\xee\xfb\x97\xe1\xfb\xf5\xc1\xe6\x20\x5e\x9a\x4c\xc2\x75\xb3\x83\xa6\x56\xf9\x0b\xe9\xed\x4f\xf5\x72\xff\xe7\xff\xff\x17\xeb\xfb\x62\x1f\x81\x0d\x98\x32\x9d\x53\xbe\x00\xf7\x00\xa2\x2c\x1e\xba\xdf\x43\xeb\xbc\x71\xea\xaa\x18\xa8\xa7\x6e\x08\x45\xd0\x56\xd8\x99\xd3\x96\x47\xae\xb6\x02\xa2\xb7\x3c\x6d\x24\x9e\x99\xc6\xf0\x88\xfb\xff\x60\x6d\xd3\xab\x35\xc4\xd6\x9e\xa1\xea\xe4\xcd\xde\x68\x52\x0c\xba\x17\xd9\xa5\x66\xd3\x46\x27\x48\x30\x07\xf1\x75\x74\xae\xd8\x74\x0a\xa2\x8e\x0c\xdc\xbd\x5b\xef\x21\xfd\xe8\x23\xed\x13\xd7\x12\xf1\xd9\x39\x1d\x36\xb6\xc7\xc2\x7e\xcf\x99\x49\x7c\x4e\xb1\xfe\x9c\xd8\x72\x55\xd0\x15\xbf\x65\xdf\x8b\x75\x2b\x09\xda\x02\xc1\x94\x35\x85\xfd\x67\xf2\x32\x78\xea\xc5\xa4\x21\xaf\xe7\x6c\xb4\xe0\xe1\x7b\xa3\x9d\xba\x5b\x8a\x65\x93\x8a\x27\x8c\xa5\x2c\xc6\xd2\xea\x18\xa2\x0b\xa8\x87\xfa\x08\xa4\x7e\xd8\x14\xd0\xeb\xea\xa9\xaa\xb6\xb7\xc7\x7b\xe2\xe6\x1c\x9e\xbc\x03\x00\xd1\x04\xb1\x24\xae\xaa\x72\xdb\x99\xe8\xe4\xd2\x7f\x6e\x3f\x83\x5f\xbd\x65\x04\x49\x06\x45\x75\xf0\xd5\xd4\x04\x91\x5a\xb1\xee\x9a\xa6\x52\x67\xe7\xda\xf7\xe8\x8c\x96\xfd\x3d\x92\xd2\x9e\x64\x17\x0c\x0e\x65\xac\x14\xf4\x0a\xab\x9e\xc0\x1d\x41\x8c\x28\x19\xa2\xd2\xe3\x8a\x86\x3e\x50\x11\x8b\x16\x1c\x94\x15\x0f\xa3\x99\x17\x07\x5a\x1c\xd0\x2c\x16\xd3\x9f\xdd\xfc\x56\x55\xe5\x1a\xe6\x3d\x5b\x88\x3e\xae\x37\x26\x27\xc4\xf4\xfb\x49\x25\x98\x74\xaa\x74\xc1\x2e\x36\x44\xc9\x23\x06\x32\x9e\x37\xf3\x5f\x1a\x2c\x21\xe9\x9e\xa0\xed\xd5\xcb\x3c\xed\x49\xc8\x6b\xa2\x10\x0b\xd4\x35\x02\x14\x36\xeb\x1d\x31\x36\x89\x32\x76\x3a\x62\x76\x8c\x4b\x1d\x2e\x06\x68\xc8\x3e\x73\x29\xf4\x3e\xef\x4d\x9d\x18\x28\x6a\xb0\xd5\x00\xa5\xa4\xd0\xa7\x1e\xd2\x66\xe7\x72\x24\x67\x92\xb3\x8e\x4f\xee\xa0\xa3\x5e\xfe\xa0\x69\x46\x67\x46\xe2\x94\x89\x31\xd2\x8a\x9f\xfe\x95\xd8\x99\xc9\x6e\x37\x29\x8a\x4f\x35\x60\x79\x04\x4b\x9e\xab\x89\xb1\x75\xc4\x83\xce\xbb\xa2\x24\xed\x30\x87\x18\xd7\x5e\x44\xdc\x62\x0f\x2e\x5a\xe2\x47\xe1\x6c\xe1\xa0\xd1\x86\x68\x53\xfb\x44\x60\x5f\x62\x55\x63\x44\xa2\x35\xb9\x8f\xb3\x10\xb2\x17\x56\xd9\xb6\x83\x79\x0e\x38\xf0\xa8\x50\x59\xd4\x78\xf8\xde\x5d\x7e\x38\x76\xc1\x54\xcc\xc3\x61\x75\xa2\xca\x36\x42\x5d\xdd\x63\x0e\x7d\xea\xce\x4f\x7a\x7b\x4d\xf9\xdf\x78\x0c\xc1\x81\x62\x04\x52\xa8\x64\xdf\x6b\x26\x19\xc5\x11\x6f\x99\x84\xdc\x43\x8e\x14\xee\x58\xce\x50\xec\x34\x73\xde\x10\x67\x02\x96\x98\x68\x2c\x33\xc5\x4a\x63\xbf\x19\x1f\xd0\xd8\x1e\x3a\xce\x19\x1f\x4b\x7d\xec\xbe\x4f\xe5\x10\x59\x4d\x40\x99\x14\x45\x59\x91\x08\x65\xee\xea\x95\xfd\x16\x81\x6d\x9a\x66\x6b\x11\x11\xc4\x7f\x44\x05\xeb\xb2\x93\x32\xe4\x5d\x7d\xd1\x2b\x44\x8c\xd2\x32\xa4\x58\x7e\x8e\x9b\xd3\x1c\x19\x63\x01\x06\xbd\x9d\x5f\x8b\x5e\x5c\x90\x84\x1f\x11\x08\x47\x25\xbd\x09\x09\xca\x42\x80\x92\x07\xd1\xc8\x8f\x71\x8c\x84\x3c\x5c\x31\x02\x24\x44\x02\x96\xb1\x0f\xc4\x13\x6d\x25\xa2\x15\x89\x05\xd8\xe9\x03\x99\x19\x11\x97\xc5\x1f\x11\x5d\x64\xe5\xc2\x4e\x93\xbc\x2e\x0c\x8d\x56\xc2\xc4\x7d\x9f\x1d\x71\xd6\x76\xe5\x65\xf5\x38\x64\x73\x04\x4a\xb6\x67\x64\xb5\x2b\x06\xb6\x43\x51\x31\x48\xf4\x43\x88\xd6\x0c\x19\x5d\xd2\xb0\x55\x17\x57\x4c\x52\x9a\x64\x18\xfb\x8e\xf3\xe9\x49\xa6\xaf\x68\x00\x9c\xd0\x9b\x63\xc3\xc1\x7a\x59\x71\x58\xd0\xfc\xe1\x6d\xf6\x14\x27\xa0\xbb\xf9\x03\xb9\x57\x91\x2e\x35\x62\xfa\x7b\x86\x49\xf6\x5b\x76\x92\x86\x78\x2e\xc7\xdd\xa8\xcc\x1b\xd5\x89\x1c\x86\x53\x20\x41\x85\x64\xb6\x19\x20\x21\x04\x9f\x96\x48\x59\xe3\xf4\x68\xaa\x38\xfb\xd1\xac\x5d\xee\x93\x29\x54\x85\xec\x0b\x29\x11\xca\x9f\x8c\x21\x1d\x49\x44\xe9\x0c\xce\xbf\x98\x4d\x82\xcb\x5f\x21\x1e\x72\x88\x24\x20\xe2\x58\x69\x90\xb4\xe4\xb6\x85\x1b\xa0\x86\x2e\xf8\x90\x71\xc2\x74\x51\x5e\x94\x05\xc7\xea\xb4\x49\x94\xf9\xd8\x7e\xf0\x9d\xfe\xe5\x48\xa7\x0b\x23\x79\x2b\x6e\xeb\xb3\x17\x4c\x2c\xf7\x5a\x81\xc5\x96\x9d\xa0\xa9\x66\x04\x7e\x71\x6c\x24\xa0\x6b\xaa\x35\x11\xd6\x8d\xd0\xc9\xd7\x44\x48\xfa\x93\x12\x3f\x6a\xdc\x5f\x25\x81\xaf\xbc\x3e\xc4\x99\x57\xbe\x1a\x2e\x68\x82\x66\x09\x85\xf6\x95\xff\x41\x6f\xbb\xe1\xde\x4a\xf1\x9a\x0c\xd0\x13\x76\x1c\xe6\xdc\xca\x76\x95\xb4\xaa\x69\x26\x69\x2c\xf8\x42\x62\x45\x78\x7b\x0d\x3d\x04\x4f\x68\xb5\xb7\xd5\xc1\x96\x17\xe2\x3d\xc9\x52\xc5\x89\x5e\x06\x27\x91\x1a\x99\xd7\xc3\x79\x42\x4a\x2e\x4b\x96\x20\xce\xca\x4e\x2f\xfa\xf6\xb6\x49\xb0\xab\x07\xf0\xe5\xcf\x01\x6f\xb5\x38\x72\x20\x39\x17\x3c\x5c\x4d\xc2\x1a\x79\xaa\x21\x49\xc0\x46\x11\xc8\xc2\x27\x4e\x69\xb8\x04\x93\x36\xec\x87\x86\xf3\x97\xc1\x70\xf6\xea\x71\x37\x18\x49\x81\x55\xd5\xe1\x08\x51\x20\x09\x00\xc9\x04\xa2\xb1\x45\xae\xd2\xb7\x76\xfb\xa5\xd0\x82\xa8\xe6\x07\x67\x12\x92\x5e\x69\x1e\xb6\xcc\xb2\x5f\xb2\x0e\x8c\x99\x3e\x8d\x66\xe7\x10\xda\xd8\xf3\xae\xdf\x14\xc8\x7d\x1c\xf0\x8b\x80\xa4\xe0\x40\x3d\x3d\x7e\x2f\xf9\x0b\x3e\xf2\xd6\x72\x97\x73\xcf\xda\x33\x3c\x9a\xa2\xe6\x15\x22\x1c\x94\xbd\x1e\x6e\x97\x6f\x49\x44\x71\x37\xcc\x07\xae\x16\x71\x97\x4e\xbc\xc6\x84\xae\xd3\x49\x1e\xf2\xab\x51\x63\xd3\x84\x87\x88\x7d\x5b\x23\xe5\xa5\x87\x40\x98\x43\xe0\x34\x9a\x76\x16\x6d\xf5\x5e\x78\xcd\xb1\x2a\x81\x27\xea\x57\xd5\xb8\x89\xa8\xae\x84\xcf\x7d\xb8\xba\xdb\x66\xf1\x42\x21\xc1\x48\xc9\x69\x20\xe6\x92\xbd\x6f\x96\xe4\x06\x11\x7f\xac\x28\x7b\xcd\xce\xa5\x87\xf0\xfe\xc1\x6a\xb3\xab\x6c\x76\x6c\xa8\x23\x1b\x04\xd3\xbd\x14\xf6\xca\xb1\x59\x47\x10\xc3\xec\x96\xbb\x08\x85\x1f\x53\x77\x7b\x50\x61\x64\x56\x6a\x4f\x32\xf3\xbe\xe3\xb0\x07\x4d\x5b\x0d\x3a\x2c\x41\x84\xf1\x95\x65\xba\x4b\x8e\x00\x94\x5c\x43\x70\x1d\xad\x5d\x28\x58\x74\x68\x11\x3c\x2a\xd9\x15\x35\xed\x3c\x07\xa1\x14\xce\x57\xae\xce\xde\xbe\x39\x7f\xe7\xe5\xef\x5c\x4f\x63\xee\x33\xb3\xd4\x92\x5f\x3e\x7b\xda\x32\x53\x27\x5e\xf2\x25\x0c\x43\x90\x50\x76\xb7\x3b\x7a\xf9\x19\x3e\x87\x53\x95\x86\x6a\x79\x54\x28\xc2\x82\xca\xdb\x61\x2e\x8e\x23\x3a\x06\x3c\xce\xf5\xfb\x0e\x3f\x8a\xe3\x17\x4d\x10\xd1\x5e\xc7\x9c\x21\x5c\xf1\x42\x3c\x84\x3e\x92\xfd\x3f\x3e\x3e\xb7\x63\xdd\xa4\x6e\x71\x96\x1f\x36\x33\x75\xda\x91\xd3\x7a\xd5\xf2\xfb\x38\x23\x10\x96\x78\x5e\x4b\x9c\x17\xee\x52\x4d\x45\x3d\x02\x27\xf2\x25\x5e\x5d\xd9\xaf\x44\x59\x33\x02\xb4\x97\xb4\x68\x33\x64\xf4\x06\xa9\x1b\x83\x59\x34\xc5\x95\x8f\x3c\x1b\x48\x10\xfa\xbc\x88\x13\x23\xe2\x3c\xe7\xf4\xd1\xe5\x94\x11\x2e\x73\x6d\x44\x70\x4e\xa3\x96\x83\x73\xb2\x24\xca\x0b\x89\x8f\xe9\x93\x34\xea\x32\xea\x70\xe8\xd0\x81\x63\x8d\x82\x74\xcd\xfc\x0b\x07\x6f\x44\x1c\x82\xb0\x36\xd7\x87\x05\xbb\x5b\x4d\x87\x03\x67\x8b\x4e\xc4\x98\x82\x42\xa0\xb3\x60\xbb\x2f\x2f\xf4\x0e\x96\x20\x83\xd6\x67\x36\x2f\x25\x72\x50\xe3\x6e\xa6\xd9\xab\x1c\xda\xfc\xc2\x9b\x79\xf5\xed\x04\xd5\x8a\x71\xa3\x9c\xb9\x20\xa4\x36\x1f\x1b\x0f\xbb\xe9\x03\x58\x1d\xf4\x07\x00\xde\xdc\x0c\x98\xc1\x7a\xe8\x55\xa5\xc0\x1c\x69\xee\xfc\xa5\x79\x08\xe3\x44\x2b\x7a\x1c\x46\x29\x84\x10\x07\xd1\x68\x83\x44\xa8\x42\x3b\xa6\x14\x58\x32\x59\x04\x5a\x8e\x0d\x27\x62\x82\xab\x2d\x78\xb0\x27\xa6\x43\xd8\xb8\x06\xae\x12\x15\xaf\x5d\x12\x85\xa7\xb4\x01\xd6\x6c\xf7\x88\x57\x9f\x93\xe7\x83\xe8\x2c\x84\xbc\x55\xcc\x05\x31\x0b\xb6\x52\xbd\xcf\x21\x5c\xfd\x1a\xff\xf0\xd9\x5f\xcf\xdf\xbc\x3e\xd1\x31\xbe\x9f\x5c\x5e\x5e\x4e\x00\x3c\x39\xb4\xb4\xc9\xf1\xb1\xd0\x41\x9f\xe0\x85\x83\x87\xa6\x5b\x7e\xfd\x80\xfe\xfd\x7c\x9a\x9d\x81\x88\xa5\xb4\x60\x25\x39\xea\xd0\x4f\xf9\xa7\xa8\x9a\x1e\x25\x7e\xab\x22\xc9\x36\x18\x5f\xb8\x58\x40\x71\xda\x91\x05\x14\x47\xec\x20\x2a\x9b\x65\x4b\x7d\x9f\xf3\x3f\xf1\xf7\x2a\x5f\x6e\xc7\x93\x6c\x0c\xa0\x4a\xea\x86\x07\xf1\x92\xfe\xc8\xd2\x11\x08\x84\x98\x4d\xd5\x60\xea\xcb\xcc\x85\xa9\xfd\x81\xc0\x3a\x44\x4b\xa6\xcc\x96\x33\xfd\x38\xd2\x46\xb2\xb4\xe8\x79\xbf\x19\xb4\xc3\xde\xab\x4d\x5d\x5d\x11\x69\x91\x17\x54\x64\xb9\xf0\xdd\x6d\x29\xd7\xfe\x74\x50\x9b\x13\x7f\xd2\x9f\xed\x15\x9b\xc3\x68\x2a\x1b\x75\x41\x36\x5e\xb2\x60\xee\x3f\x0e\x38\xe9\xb5\x21\x39\x35\x66\x38\x9c\xb4\x35\x39\xe4\xc3\xc5\x22\x88\xcc\x50\x86\x46\x47\x6a\x8b\xee\xf4\x69\xd0\x97\x8e\x02\x68\x64\x06\x9b\xdc\x1e\xbc\xcb\xd7\x5e\x37\x38\x8a\x90\xd9\x5b\xfa\xdf\x38\xaa\x1c\x15\xcd\xf0\x8b\x39\xd4\x54\x20\x8f\x8f\x2f\xa7\xc2\x95\x8c\x23\x83\xcf\x4e\x71\xef\x70\x5b\xe8\x81\x74\x82\x44\xf4\xd8\x84\x93\x46\xc5\x7e\x12\xad\xa9\x48\xe4\x1d\x13\xbe\x3e\xb3\xc3\x44\xa3\x7f\xc5\x1d\xe1\xe7\x94\x24\xf5\xf9\xa3\x5e\x82\x92\x3e\xf8\x68\x0f\x47\x98\x6b\x15\x2e\xfa\x3d\x8c\x28\x22\xc4\xc1\x0b\xb7\x74\x89\x54\x69\xc6\xce\x34\x55\x1c\xbc\xeb\x46\xf4\x5a\x3c\x0a\x3e\xa8\x4c\xbf\xdf\x25\xc7\x14\x88\x90\xa3\x14\x68\xe8\x33\xce\x50\x93\x78\x4c\x9c\x03\x04\x64\x82\x83\x4a\xd6\x41\xb6\x1e\x72\x6b\x8c\xc1\xe9\xe0\xa4\x46\xb1\x93\x83\xb2\xde\x0b\x42\xfd\x33\xbe\x21\x02\x0b\x57\xdd\xbc\xce\xab\x04\x63\xfb\xaa\xb9\x92\xc4\x05\x4f\xf8\xef\xc9\xb7\xe6\xca\xf6\x26\x17\xa0\x1c\xd0\xd1\xb8\x7a\xaf\x75\x6a\xe6\x49\xdb\x9a\xfd\x38\x38\x41\x65\x47\x5a\x0a\xa9\x15\x82\x9c\x13\xdb\x23\x46\x86\x3e\x88\x87\xf7\x30\x69\x88\xff\xb0\xc7\x91\x78\xfe\xb8\x6a\x08\xea\x1f\x56\x8d\x54\x0c\xc7\xa3\xf8\x13\x2c\xc6\x11\xfa\xfc\x24\xd8\xa0\xcd\x8f\x0b\xd1\x1f\xc3\x80\xe7\x9d\x87\x8d\x8e\xaa\xe1\x06\x15\x65\xd7\xbe\x16\xb9\xbb\x0d\xfe\x26\x8e\xa3\x1e\xb4\xeb\x69\x48\xc4\x58\x87\xb8\xd3\x11\x15\x6a\x14\x5d\xeb\x92\xfc\x48\xc8\xcd\x6d\xe1\xf9\xb7\x8d\x38\xe0\x72\x7c\x59\x8f\xab\xda\x0b\x1a\xe3\x74\xd1\x36\x97\x16\x61\xec\x87\x76\x69\x66\xfc\x02\x0e\xa7\x6b\x2e\xbc\xcb\x7e\xad\x90\xf0\xbb\xa0\xdd\xf5\x7d\x6b\xf7\xe2\xa9\xc3\x5f\xc5\x16\xaf\xa6\x78\xfd\xc6\x26\xe9\xf4\x1d\x0f\x71\xf3\x78\x42\xa5\xf2\x74\x5b\xea\xe6\xc1\xb5\xec\xa6\xb9\x9c\xe3\x2f\x0e\xcd\x47\x30\x3a\x01\x13\x77\xd9\x61\x43\x6d\x7d\x2c\xb2\x83\x06\x8c\x2c\x97\xbb\xfb\x32\xb6\x63\xaa\xc5\xdf\xf3\xcf\x41\xcd\xc6\x2e\x6b\xfa\x83\x40\x25\xc7\xc0\x4f\x2c\x04\x04\xa0\x38\x86\x93\xdb\x53\x8c\x0d\x41\x1d\x02\x89\xdc\x3c\x7a\xf9\x5a\x7f\x71\x0c\x85\x3c\xcf\xc8\x59\xa3\xc2\xa8\x7d\x98\xc6\xd4\x87\x6b\x7c\xa7\x7f\x84\x22\x09\x94\xe1\xbf\xfd\xcb\x96\xfc\x2b\x80\x14\x6d\xbe\xea\x10\x59\x4d\xcb\xbb\x0a\x9f\xf7\xad\x71\x15\xdf\xb6\x66\x32\xa8\x46\xf8\xc2\x3a\x3c\xad\x8b\x0b\xf7\x04\xa9\x2b\x62\x1b\x5d\x6c\x97\x73\x05\x39\xa4\xa5\x59\xc0\x46\xc0\x92\xb3\x97\x13\xd9\xbe\xcf\xaf\xb7\x79\x2a\x30\xec\x98\x77\x96\xa4\x0a\xe7\xed\x85\x18\xb9\x50\xdc\xe5\x6b\x0d\x93\xcf\xd7\x3e\x08\xd7\x15\x31\xcf\x09\x5f\x9a\x14\x7e\x10\x8a\xa9\x21\x44\x60\x35\xc4\x4c\x10\x87\x17\xe1\x2b\x87\x66\xa5\xd1\x31\x9a\x0b\x38\x59\x12\x55\x12\xeb\x1c\x26\x4a\x6b\x1d\x90\xe3\x54\x2f\x49\x9a\x98\xef\x7c\xae\x14\xf5\x84\x0c\x37\x1c\x62\x7f\x8a\xe6\x52\x5d\x00\x5d\xed\xcb\x16\x16\x9f\x73\xb1\x60\xc6\x58\x66\xcf\x60\x73\x09\xc7\x60\xe4\xd6\x3c\x0c\x3b\x8c\x63\x0e\x5c\x03\x44\x0e\x31\x51\x68\x3d\x42\x05\xb0\xd7\xe0\x0c\x5f\x21\x71\xd9\xff\xfe\xef\xff\x6b\x6c\x7b\x8c\x65\x9f\x88\x76\xcc\xe4\x87\xfe\xf6\x88\xaa\x3a\xc4\x97\xad\x7b\xea\xae\x76\x16\x24\xa2\xce\x97\xa6\xb4\xc6\x25\x56\xf5\x26\x0d\xae\xa9\x64\xcf\x3f\x61\xb4\xd7\x67\xc1\x2e\x8c\xa4\xa0\xc4\xcb\x92\x6b\x53\xe4\x6a\xf0\x88\x56\x86\xd3\x19\xda\x8d\x5b\x13\x8e\x03\x8e\x17\x31\xda\x68\x78\xc9\x26\x39\x1d\xb1\x8d\x2c\xde\xec\xfe\x88\xb9\x46\xc7\x36\xbf\xdb\x98\xf3\xbc\x42\x30\xef\x95\x66\xf0\x7c\xca\x0c\xa8\x54\x8b\x2e\x3f\xe6\x72\x47\xae\xbe\xbb\x77\x7e\x6e\xda\xf5\x2f\x51\xe6\x68\x5d\x47\x8e\x8c\x2d\x7a\xc6\xac\x18\x2c\x8a\x3f\x97\x9b\x15\xca\x83\xde\x83\xb3\x3e\x0e\x5d\xbc\xfd\x42\x28\xfa\xd4\x87\xde\xf5\x9f\xa9\x4d\x9f\x4f\xd9\x37\x73\x61\x30\x8b\x58\x36\x86\x97\x92\x69\xf6\x48\x85\x48\xd0\x62\x64\x2d\xeb\x0b\xbc\xc6\x69\x9b\x9d\x81\x55\x33\x24\x28\x2e\x6b\x4d\xd7\x87\x4c\xd3\x96\xb3\x4c\x5b\x64\x59\xbc\xe4\xb7\x42\xa0\x74\x64\x3d\x25\xeb\x15\xa1\xdb\x95\x92\xe3\x39\x45\xa3\x90\x41\xb4\xe8\x92\x81\xd0\x9f\xf1\xd0\x81\xa7\x11\x47\x8c\x61\xb6\x6b\xfd\x76\x1b\xac\xc3\xf5\x0f\xca\x00\x39\x81\x8e\xd1\xae\x76\xa0\x90\x7b\xd1\xba\xd1\xb0\x39\xc8\xdb\x43\x7d\x2f\xfe\x90\xe4\xf2\xf2\xa2\x49\xec\x30\x5c\x13\x2d\xc1\x5a\xf7\x8d\x56\x43\x74\x1d\x09\x94\x9e\xff\x50\x49\xf3\x51\x94\xdc\xc7\xda\xee\xb0\x12\x89\x93\x39\x0a\x6e\x87\xfd\x36\xbe\x39\x12\x85\x3d\x4c\x4b\xfe\x8f\xc7\x61\x27\x6d\x49\x0e\x84\x8f\x8a\xc5\xfe\x33\xc6\xfc\x0f\x24\xf6\x8c\x15\x72\xbd\x0c\x9f\xbe\x68\x24\xd5\xe7\x9f\x30\xae\xa7\x35\x3c\xdf\x95\xe0\x26\x71\x08\x38\x26\x9f\xa9\x95\x9e\xb6\xf0\x9f\x49\xfa\xd9\x33\x83\xc7\x39\x3f\xfb\x43\xee\xe5\x8e\xd4\xb7\x0c\xa3\xa4\x91\xde\x99\x26\x69\x72\xc8\x3f\xf6\xd2\x4a\xf6\xad\xde\x49\xed\xe3\x76\x6f\x97\x2f\x64\x24\x5b\xf4\xf1\x4a\x01\x4b\xbd\x41\xb2\x1e\xd2\xdb\x2f\x3d\xbf\x26\xf9\xa5\xff\x44\x92\x93\x23\x16\xa1\x91\x6c\x27\xfd\xa1\x82\x36\x69\xb0\xce\xc7\xcd\xcd\x13\xb3\x11\x8c\x1c\x9b\xdf\x49\x78\x6c\xf6\xb8\xbc\x10\xe9\xa2\x45\x12\xf7\xca\x3a\x16\xa6\x24\x69\x14\x2f\x7e\xac\x3f\x0a\x18\x8a\xed\x83\xaa\x11\xe9\x6f\x3a\xaf\x16\x09\xc9\xaf\x95\xea\xcb\xd5\xbd\x8c\x33\x10\xf7\xcb\x1c\xad\x94\x8c\x26\x19\x56\x80\xdd\x9a\x1c\x90\x98\x5d\xb5\x78\xf0\xdd\xd5\x8e\x3a\x18\x34\xd1\x0f\x23\x71\xdf\xd5\x1c\xe6\x2e\xa6\x50\x40\xab\xbd\x34\x92\xd0\x6b\x01\xf2\x18\xb5\x25\x96\x38\x97\xd4\x28\x2e\x21\x76\x80\x0a\x38\x9a\x5a\x7d\x17\xb5\x40\x6f\x4d\xbd\x7d\xa2\xdc\xd3\xf2\x3e\xc0\x42\xef\x97\x72\x53\xb3\x8d\x4d\xd8\x58\x9f\xa4\xbd\xe4\x37\x0a\x59\x63\xcf\x77\xec\x57\x83\x86\xf1\x48\x96\xbc\x87\x15\xee\x61\xbd\x89\xa7\xc8\xe5\x4d\x9d\x96\x12\xd6\xe2\xbe\x0e\x86\x2a\x9f\xc1\xe2\x68\x02\xaf\xd9\x2b\x5a\xe8\x6b\x11\x61\x47\x8a\x7b\x39\x31\xf8\x22\xe2\x4d\x9a\xd8\xa5\x39\x5b\xb4\x8b\x98\xe2\x64\x00\x2e\x85\xc3\xd4\xb5\xc9\x0c\xb1\xeb\x53\xd9\xda\x5e\xb7\x31\xc8\xd1\x7e\xe5\x79\xad\x23\x7d\xe3\xe5\xb6\x92\xb3\x76\xb2\x1d\xff\x60\x37\x23\x23\x91\x87\x0a\x75\x24\xec\x45\xd4\x1b\x47\x0c\x70\x74\x1c\xf0\xe3\x95\x88\x03\x74\xe3\xfc\x90\x3c\x69\x8d\x87\x18\xde\xc6\x4e\x2c\xb8\xba\x84\x83\xf1\xb9\x34\x0d\x71\x97\x60\x2d\xb6\x23\x69\x1b\xa4\xc6\xb1\x8b\x57\x4a\xf9\x50\xd8\x01\xdb\xe1\x1d\x69\x64\x78\x23\x29\xce\x62\x2a\x11\x4f\x68\x5c\x7c\x96\x17\x81\x04\x0f\x01\xc2\x21\xa4\x47\xe8\xfc\x64\x1d\xcf\x88\x59\xee\x22\xbe\x51\x4a\x6f\xbf\xb6\x7b\x4a\x54\xa9\xe2\x32\x79\x81\x99\x8c\x31\x18\xe8\xb1\x5b\xe4\x42\x5e\x4b\x51\xda\x10\x0f\x20\x55\xef\x0d\xda\x55\x72\x3f\xda\x6c\x0c\x36\x58\x45\xde\x38\x1f\x41\xd3\xb3\xc0\x41\xc7\x3c\xa8\x0d\x9e\x5b\x5e\x9b\x04\x26\xb6\x44\x02\x77\x36\xcd\xaa\xaf\xd5\xf5\xc1\x3f\x7f\x90\x3c\x32\x31\x36\x48\xc7\x26\xf0\x00\xfd\xd8\x12\x4a\xd0\xdf\x39\xfd\x8d\xe9\x76\x40\x44\x49\xfc\x06\xf8\x2a\x9e\x8b\x4b\xeb\x82\x9a\x93\x24\xf3\xd3\x08\x05\xe9\x51\x8e\xdb\x06\xe1\x52\xf6\xb9\x81\xa4\xe4\xe5\xef\x19\x4b\x9f\xa0\x24\x94\xa4\x47\x41\x46\x47\x34\x3e\xa0\x98\xca\x8c\x0f\x27\x59\x66\x37\x36\xd0\x18\xdc\x19\x4a\xc8\xc4\x64\xaf\x52\xc5\x11\x37\x94\x69\x58\xb9\x48\xe4\xea\x4f\x72\x70\x08\x3c\xf4\x55\x1f\x76\xec\x2c\xa8\x93\x0a\x7b\x54\x46\xf7\x63\x68\xb3\xa6\x05\x7c\xcf\x81\xdc\x9a\xb8\xe5\x49\xa2\x16\x95\x04\x3e\x78\x1c\x30\xb4\xad\x86\xcd\x93\xc1\x1b\x38\x9a\xeb\x30\x28\x79\x9c\x93\x93\xc8\xdb\xbc\x16\x24\x71\xfb\xd7\x56\xc3\x2b\xab\xf2\xe6\x8e\xf5\x57\x31\xcb\x91\x44\x82\xae\xf5\xfd\x85\xfe\x6b\x0b\xb7\xbc\x7c\xa1\xef\x80\xa8\x80\x31\x78\x16\x44\x93\xe4\xad\x67\xc9\xfb\xb9\xc8\xb8\xc3\x1e\x5f\xb3\xf3\x2b\x1a\xfc\x6e\x12\x12\x99\x30\xd7\xd0\xd4\x25\x3b\x14\xc9\xbf\x25\x47\x3d\xb5\xe6\x62\xa6\xbe\x9e\x48\x6e\xf5\xbe\x9b\x5d\x20\x25\x4a\xd7\x74\xc4\xa5\xbc\xc3\xff\xbf\xca\xee\xf3\xcb\x0f\x7e\xc2\xac\x1c\x05\xce\x96\x33\xaf\x3f\x8d\x8b\x1b\xe7\x0f\x00\xc1\xcb\xbb\x06\x24\x0d\xf0\xf0\x58\x11\x7b\x08\x83\x95\x61\xb1\x4e\x16\x29\xcf\x46\xfa\x9b\xc3\x31\x67\xf6\xbc\x79\x7e\x9e\xf9\x17\x92\x85\x22\x2c\x58\x7f\xb8\x78\xe8\xfd\x46\x4f\xa2\x6f\x29\xde\xe3\x92\x58\xd7\x93\xa4\x6b\x0e\x20\xd1\xba\x9c\x24\xfd\xf8\x14\x4a\x69\x93\x71\x6a\x9e\xf8\xfb\xe9\x76\xd8\xbd\xd3\xe4\xc7\xdf\x9c\x0f\x64\xf8\x12\xbc\x21\xe3\xaf\x69\x1a\xd8\xb8\xe4\x99\xba\x9d\xc6\xdf\x34\x5d\x58\x3a\x31\x51\x0f\xc7\xdf\x5e\x35\xeb\xb2\x9e\xe8\x43\xf5\x71\x81\xe3\xec\x93\x99\x7a\x6f\xfc\xa4\x09\x8e\x85\x8d\xbf\xb0\xef\xc4\xbb\xdc\xa6\xb5\x99\xf2\xf4\x10\xe4\x6e\x57\x7e\xef\x72\x50\xe3\xb4\x66\x1f\x4c\x7e\xdd\x7e\xb8\xd9\x44\x98\x0f\x7a\x2f\xf7\x7d\x1c\x58\x9e\x4c\x9e\x9d\xf3\x3f\xe3\x20\x34\x0a\x3a\x78\xd6\x47\x47\x05\x18\x84\xd4\xd4\x73\x4d\x6e\xdb\x70\x32\x38\x2c\xb7\xb8\xbc\x12\xdf\x81\xe3\x6a\x45\x0d\xa2\x21\x37\xb7\xd5\x0d\x82\x33\xa8\x4d\xd4\x50\x2d\x2d\x4d\x5c\x16\x52\x09\xec\x08\x22\x68\xdc\xac\xde\xb0\x65\xcd\x16\xe9\x3c\x08\x92\x76\x46\xdf\x58\x15\xea\x12\x06\x47\x09\x32\x3f\xa2\x7a\x3a\x3a\xd7\x56\xed\x1a\x1b\x8d\x36\xb9\x65\x80\xac\x13\x44\xd2\x26\x6a\x44\xdb\x8c\xfc\x29\x4f\xa5\xe0\xb6\x21\x26\x0d\xa4\x83\x0b\x17\x7c\x68\xe9\x56\xa4\xe1\x21\xf9\xf5\x52\x1f\x96\x7e\xc6\xeb\x9c\x3d\xa7\x4b\x0e\x81\x03\x8f\xc1\x9e\x2e\x7d\x68\x61\xc2\x3c\xe4\x29\x79\x8a\x9b\xf1\x23\x1a\x69\x47\xd3\xf2\x6b\x12\xcc\x5e\x2a\xca\x44\x0f\x02\xb9\x57\xe2\x0b\x93\xf1\xb6\xc6\x5e\xd5\xcb\x39\x3f\x5c\x6e\x37\x6c\xf2\x65\x6f\x3a\xeb\x94\xf6\x9f\x4e\xe9\xfb\x03\xc9\x6e\x55\x5e\x1b\xb6\x86\xda\x4f\xf5\x85\x91\xcf\x7e\xcc\x39\x57\xee\x57\x19\x8c\xcf\x22\x9c\xfb\xf8\x25\xf6\x46\x12\x13\xa3\xf7\xb8\x63\xee\xaf\x69\x25\xe9\x1d\xe7\x63\xbc\x6d\x28\xe9\x5a\xa4\xd9\xdd\xd1\xa1\x68\x93\xe3\x69\x92\x38\x2a\x81\x81\x84\x00\x48\x04\x78\x76\x83\x19\x8a\xd1\x6e\x22\x4f\x85\xfe\xb4\x59\x5e\x10\xa7\x35\x79\x75\x3a\xc2\xeb\x67\x3e\x2f\xa3\xba\x5e\x48\x5c\x8a\xcf\x2f\xe8\xf2\xb6\xc5\xcf\xd0\xab\x8d\xef\xd8\x84\xe3\x91\x24\xb9\xad\x65\x08\xe2\x86\x95\x0c\xe2\xe3\xa7\x9e\x5c\x7b\x9c\x35\x91\xba\xeb\x4a\xa4\xa8\xe7\x5f\x93\xef\xf9\x57\x42\x51\x0e\x88\x3b\xa3\x2d\xd8\xb4\xcd\x81\xc4\x16\xe3\x5f\x3c\xa1\x55\xd5\x4f\x76\xac\x02\x09\x22\x74\xe8\xe6\x07\xce\x79\xe6\xeb\xf8\xb4\x10\x74\x8d\x8a\x1d\xd6\x57\x64\xa6\xc0\x55\x83\xf2\x76\xc9\xaa\x7d\xba\xc5\x0c\xd8\x0c\x70\x86\xcf\x8d\xcd\x77\x9d\xd3\x6f\xc6\x95\xb5\x5a\xb3\xe8\x72\x1a\x10\x72\xf4\x89\x83\x19\x7c\xfc\x46\xc0\xf7\x0d\x67\x09\x9d\x57\x84\xd3\xc3\x7e\x8e\x49\xdb\xd9\x5b\xf9\x48\xd7\x14\x3e\x66\xef\xf0\x71\xa4\x0f\x37\x34\xad\x75\xc6\x5f\xb3\x53\xfd\x7a\xb4\x1a\x12\x7e\xa4\x55\x9e\xd1\x97\x21\xb8\xc3\xdf\xc6\xe4\xfb\x3e\xf6\x5e\xd0\xb7\x09\xdd\x1a\x48\x4a\xdf\xc3\x1e\x83\xf7\xb1\x60\x02\x16\xb8\xaa\x74\x7c\xac\x5a\x59\x90\x18\x88\x67\xad\xd9\x09\xf2\x23\xeb\xb0\x5f\xc6\xec\xef\xaa\xa3\x46\xaa\x62\xb6\x82\x47\x93\x7f\x36\xf2\xb6\x9a\xcd\xe2\x5f\x88\xcc\xd9\x19\xc3\xbc\xa1\x1f\xdb\x2e\xd9\xa5\x8b\xa6\xe9\xf0\xa8\xfc\x1e\x5c\x1f\xfb\xd5\x01\x6f\x8f\xdc\x57\x70\x7d\xcb\xed\x11\xcc\x49\x8d\x5b\x50\x27\x95\x87\x23\xdb\x21\x2f\x2a\x75\xd8\x1e\x96\xdd\x81\x4e\xb0\xf6\x7a\x76\x4e\x9f\x27\xe7\xfe\xf3\x91\x6e\x07\xb5\x87\x5d\x67\xfd\xa6\x92\xfa\x4b\x68\x0b\x47\xba\x7f\x8c\xef\x1f\xd1\xff\xa0\xfe\xd8\x00\xfa\x8d\x25\x87\x88\x5f\x0f\x83\x39\x61\x71\x58\x6e\x4d\x87\xe0\xb4\xcd\x9c\x4d\xf5\xa1\xad\xb7\x0e\x28\x7b\xc4\x40\x48\x50\xb3\xc9\xde\x01\x28\x7b\xa3\x40\xc9\x75\xb7\xa4\xa5\xe8\x72\xf6\xc2\x18\x19\xd0\xf3\xc7\xb4\x10\x52\x9c\xf0\x55\x24\xc1\xb4\x73\x65\xfc\xf5\x80\x82\xcb\xf2\x2d\xe8\x7b\x44\xa1\x21\x15\x0b\x70\x6c\xb7\x08\x4b\x48\xd9\x01\x88\x2a\x72\xeb\x2e\xaf\x88\xa7\x9a\xb9\xe7\xf1\x5b\x0c\xe0\xa7\x2b\x04\x17\xc5\xe0\xfc\x48\x04\x81\x33\x29\x65\x87\x02\x71\x45\xdb\x8d\x83\x0b\xa5\x73\xf0\x6b\x10\xb5\x5d\xc7\x73\xfb\x89\x83\x3d\x47\x20\xf7\x39\x8e\x59\x0c\xfa\x16\x5f\xc6\x06\x21\xa0\xea\x0b\x37\x06\xa8\x1d\x13\x17\xf1\x98\xd8\xe0\x6d\xe7\xde\x23\xd6\x98\x0b\x7d\x10\x81\x76\x9e\xa9\x22\x61\x53\x20\xf8\x3d\x33\x35\x22\x88\x71\x53\xd2\x9b\x47\xd6\x4d\x05\x74\xfc\xb2\xfb\xe0\x78\xbf\xc2\x3f\xac\xd6\xf9\xa2\x38\x85\x92\x7c\x12\xae\x29\x91\x5a\xa5\x40\x33\xd4\xcd\xe4\x0d\x1a\xdf\xc4\x20\x99\x8f\xb6\xcc\x1c\xb0\xb8\x07\x0d\x9f\x01\xff\x1b\x53\x55\x07\xcb\x49\x82\x25\x3f\x70\x52\xbd\x82\xd4\x22\xfc\xff\xa0\x89\x09\x8b\x34\x75\x1d\xcd\xf3\xc8\x53\x7b\x8c\xa6\xfd\xd8\x7b\x7b\x61\x02\xbd\x7c\xf9\x8b\xc1\x74\x4a\x3b\x0f\x68\x7c\x12\xa7\x97\xe7\x07\xea\xfb\x78\x05\x38\xa3\x36\x01\x85\x44\xcb\xb8\xc6\x23\x99\xd8\xfa\x12\xf8\xe6\xe7\x0c\xb3\x29\x9c\xce\x99\x05\x19\xf6\xe2\x5f\x6d\x21\x96\x27\xc4\x08\x40\x47\xd7\xdf\x02\xbd\x97\x09\x8f\x60\x20\xc0\x8f\x59\xd8\x5c\xcf\xd1\x6b\x91\x0c\x3b\xf6\x76\xab\xfd\x7f\xf8\x2c\x6d\xdc\xab\x7f\x9c\xb6\x8f\x9a\x8f\x7d\xa5\xd6\xc5\xa3\x8c\x3e\x4e\x1b\xab\x83\xf0\x8a\xe6\x94\x03\xa0\xe2\x33\x99\x2a\x1c\x2e\xfc\x5b\x25\x0a\x1f\x9d\x3c\xfe\x9d\xb8\x36\xf0\x97\x31\xcf\x06\xd5\x17\xf1\xc1\x4b\xbb\x4b\x0e\xa1\x00\x8d\x3d\x4a\x90\x74\x2c\x1f\xfa\x26\x30\xf9\xca\x99\xa0\x91\x74\x38\xd6\x71\xb8\x42\x24\x7e\xee\x27\x20\x96\x92\x5e\x1a\x62\xd1\x62\xe9\x11\x4d\xc6\x1b\x1e\x6f\xb1\xfc\x21\x58\x31\x46\x14\x5d\xd2\x08\xb2\x91\x9c\x16\x05\xbf\xf6\x77\xce\xd4\xc2\x97\x84\x39\xc9\x87\x90\x9e\x53\x7e\xcb\x0b\x92\x74\xc1\x84\xc3\x27\x05\xce\x35\x25\x3d\xec\xd1\xa0\xb9\xa5\x21\x51\xea\x42\xdb\x0c\x36\x4e\x78\x6c\x1d\x8d\xa9\xe7\x37\x2c\x1f\x37\x8d\x45\x60\x89\xf5\x9d\xee\x91\x7a\xf3\x6d\x13\x46\xc1\x4a\x82\x82\xea\xbd\xce\x16\x9a\xc2\x38\x2a\x18\xbe\xb6\x78\x0b\x50\xf0\x1b\x69\x91\x08\xf4\xab\xec\x1d\x1e\xd4\x73\xa5\x74\x38\x32\xe4\x6c\x16\xab\xe0\xbe\xa2\x51\xf2\x6b\x10\xfc\x60\x5e\xdd\x74\x19\x9d\xae\x2c\xcf\x36\xe5\x7a\xc3\xd1\xaa\x44\x2d\xd6\x04\xeb\x9e\xd5\xf3\x18\xc5\xed\x24\x49\xbd\xf4\x56\x9a\x9c\x1f\x96\x9b\xc9\xa3\xdc\x96\x36\x01\xa2\x49\x7d\x0f\x7b\xef\x93\xd7\x1e\x95\x5d\xd7\x96\x8b\x03\xac\x8e\xe2\x95\x21\xcf\x99\x9e\xea\xe7\x21\x98\x3d\xb4\xba\xf6\xcb\xcd\x07\x40\xa3\x97\xf6\x06\x50\x92\x4f\xac\x67\x3e\x95\xb4\x62\xbe\x21\x56\xbf\x2b\xa0\x98\x9d\x52\x80\x1d\xc8\xf8\xdc\xe6\xb3\x33\x4b\x84\x3b\x3b\x3f\x75\x05\x76\xd7\xed\xe5\xb5\x80\xf3\xb3\x77\x6f\x87\xdb\x3b\xde\x4b\x80\xe5\x2d\x01\xd0\x49\xbc\x2f\x50\xc2\x7b\x83\x4b\xe2\x0d\xa2\xaf\xa3\x76\x15\x91\x8f\x57\xe7\xec\x5c\xe7\x95\x98\xfa\x2e\xa9\x46\x3f\xf9\xb6\xb6\xe5\x1e\xf0\xfa\xe2\x39\x57\x7b\x8b\x77\x00\x01\xce\x84\xd5\xee\xa1\x1a\x0e\x35\xf6\x30\xda\xe0\x05\xe4\xa5\x2e\xcd\xdb\xd3\x33\x0d\x96\x8c\xb7\xb8\x0e\x85\xd3\x19\xb5\xfc\xbe\xb3\xe1\x0c\xdb\x0d\xa2\x7e\xf8\xe1\xde\xf0\xea\xf3\xf8\xd0\xba\x72\x4f\xd3\x28\xf7\x7b\xbf\x55\x98\x67\x18\x22\x2d\x75\x83\x89\x2f\x61\x5d\xaf\xf4\x06\x1e\x79\x55\xbb\x77\x19\x7b\x1a\x13\x3d\xee\x76\x99\xa5\x4a\x78\x71\x45\xf2\xef\x40\xe6\x45\xd1\x7b\x05\x72\x9a\xd2\x95\x44\x33\xf0\xa1\x39\x8c\xa8\xd1\x7a\xce\x30\x71\xd3\x1f\x44\x49\xef\xf2\x56\x1a\x24\x5e\x34\xc7\x50\x12\xee\xef\x18\x7c\x2e\x84\x50\x52\x42\x86\x30\xf1\xf6\x38\xa5\x8e\xeb\x45\x66\xaa\x23\xcf\xa7\x7f\x94\xc3\x49\xd4\x70\xec\x92\x7e\x9a\xae\xcf\x87\x9e\xe8\x74\x36\x13\xa7\x57\x51\x0b\x8a\xea\x55\x7a\x86\x14\x05\xcd\xf7\x7b\x25\xef\xee\x35\x25\x25\xeb\x51\xf9\x05\xf6\xb9\x2f\xf6\xee\xcf\x11\x04\x02\xc3\x02\x84\x04\xa8\x69\x71\xef\x62\xd0\xaf\xcd\x6a\x45\x02\x99\x41\x12\x4b\xce\xe2\x82\x1f\x93\xb3\xa6\x38\xd8\x50\x91\xd8\x0b\x9c\x37\x28\x78\x58\x4d\xb2\x9e\x7d\xc7\x7f\x82\xe1\x4d\xe2\x1e\x7d\x15\xc2\xba\x3c\x68\xff\x2a\x3f\x20\x3a\xb5\x9b\x04\xd9\x21\x02\xe1\x4e\x3d\x48\xda\x2b\xf3\x1e\x2d\x09\xed\xf2\x54\x47\xa4\xba\xfd\x01\xcf\x8c\xd1\xbe\xad\xcb\x00\xcd\x76\x9b\xe5\x5c\x5e\x08\xf0\x95\x22\x48\xb9\xf8\xc5\xbc\x03\x0a\xa1\x3e\xf5\xbe\x01\x9a\x55\xbf\x36\xcd\x6e\xbc\xaf\x65\x5b\xee\x35\xcc\xef\x7c\x8b\xbf\x27\xcc\x03\xf8\x81\x63\x61\x74\x5b\x32\x12\x5e\x8b\x83\x29\x9e\x81\xfa\x4e\x0a\x27\x47\xcd\x6c\xd3\x62\xe1\xb6\x8b\xb7\x3b\x6d\x47\x37\x0c\x01\x06\xfe\x23\x7c\x8b\xae\xfa\xf0\x31\xe2\x5c\xc2\x47\x1e\xdb\x60\x5d\xa8\xc0\xda\x4a\x96\xe6\xfc\xfc\x55\x7f\x2f\x84\x52\xff\x24\x53\x7d\x68\x05\xbb\xf7\x90\x17\x97\x68\x8a\xbd\xf7\x79\x5c\xa1\xbf\x14\xfd\xb2\x91\x86\xec\xdf\x2a\xa2\xb2\x5f\x46\xed\xb8\x6b\x21\x3a\x4a\xf4\x73\xd2\xf3\x0a\xf1\x4b\x20\x97\x42\xfa\xa4\xad\x7b\x00\x37\x79\x4d\x56\x16\x25\xba\x2d\x86\xdb\xde\xdd\x30\xe9\xa5\x32\xba\xef\x39\xf2\x43\x2a\xa8\x69\x87\xae\xff\x0e\x29\x9c\xa0\xdc\x92\xd4\x15\x4b\x68\x1d\x56\x15\x94\x08\xf1\x45\x95\x0c\x5f\xd2\xfc\xba\xb4\xbf\xec\x54\x7f\xaa\xa6\x7b\x10\x6e\xa4\x1b\xec\x8e\x0c\x9b\x67\x0c\xe3\x2c\xdd\xb8\x7e\xc2\xe9\xb3\xcc\x1e\xd6\xbd\x78\xce\xca\x9f\xf4\xc9\x71\xd6\xf5\x64\x23\x53\xd4\x38\x44\x44\x41\xcc\x2b\x31\xad\x84\x87\xbf\x2d\x47\xdc\xbc\x82\x12\xcf\xb2\xab\x5f\x34\x27\x6b\xba\xc0\x22\x46\xd5\x1d\x4b\x79\xb4\xaa\x8b\x65\xd6\xa5\x57\xfb\xe0\x91\xa5\x27\x31\xfe\x40\x2d\x9b\x7a\x4d\x9b\x8e\x38\xd0\x8e\x13\xf1\xc1\x4d\xb5\xe6\xfc\xed\xd1\x09\x90\x58\x41\x56\x7f\x10\x39\xc3\x12\x75\x55\x09\x0f\x67\xde\x83\x21\x70\x30\xac\xee\x90\xa1\xc9\xf8\xcf\x72\xab\xda\xfc\x94\xa9\x89\x56\x24\x5c\x02\x67\xfc\xeb\xc8\xe8\x15\xd4\xc9\x11\x91\x72\x24\x05\x70\x7b\x93\x4e\x4e\x33\x7b\xf1\xf4\xd5\x9b\xec\xc9\xd8\x76\x54\xe8\xe1\xe9\xd7\x82\x21\xad\xd0\x82\x71\xd2\x20\x36\x44\x9d\x87\x18\x0c\xc7\xa7\x21\x80\xc7\x67\x21\x1b\x4e\x1b\x12\xad\xe2\x78\x43\xba\x33\x8b\x7c\x8f\x03\x28\x90\xa7\xf2\xab\x07\xe3\x1f\xfa\x12\x20\xff\xcc\xd7\xb0\xcf\xda\xb5\xc3\x86\xd1\x64\x7d\x8d\xb8\xbc\x78\x1a\xc3\x3f\x8f\x0c\xcd\x01\xef\xdb\xe6\xa2\xe4\x78\x16\x05\x7f\xab\x1f\x3c\xa4\x83\x70\xed\x3a\x80\x63\x73\xa6\xcd\x5d\x2a\xff\xfb\x98\xff\x9e\x24\x6b\xa7\x87\x16\xc7\x49\x40\x15\x4a\xdc\x7b\x96\x1b\x7d\xcc\x4e\xa1\xd7\x4b\x8f\x1a\xd1\x30\x3e\x7f\x1c\x90\x73\xcd\x1a\xc6\xde\x84\xaa\x72\x25\xb6\x09\x3f\xa3\xb1\x43\xb9\xe9\xba\xbd\x95\x08\x70\x90\x6d\x7e\x95\xab\x3f\x85\xd0\x92\xce\x63\xac\xa1\x7d\xc9\xca\x64\x87\x9c\x47\x65\xd5\x4f\x46\xd7\x03\xd4\x9b\x80\x21\xf5\xef\x01\xcd\x5e\xb7\x4a\xcd\x9e\xeb\x1f\xe3\xe4\x1a\x97\xbe\xf6\x8b\xcb\x7e\x7c\x3d\x00\x24\x8c\x0a\x81\xe8\x6d\xe8\x3d\x5c\xa6\xcb\x96\xa8\xfb\x63\xfa\x9f\x38\x11\x84\x82\xe8\xd0\xb9\x4f\x60\x3c\x8a\x03\xb1\xb7\x20\x35\x24\xf9\xd6\x11\x34\xdc\x61\x9c\x62\x39\x73\xbe\x00\x92\x92\x53\x41\xfc\xbb\x0b\xaa\xcd\x1d\x05\x32\xef\xcd\xf2\xe0\xcd\x51\xa7\xf5\x75\xbe\xa9\x62\xc8\xc8\x39\x07\xfb\x52\x13\x7d\x1f\x56\x1c\x2d\x42\x1b\xf3\x1a\x19\x2a\x03\xc8\x58\x86\x50\x37\x19\xc2\x6a\x07\xaf\x9c\xb6\x93\x6d\x34\x36\x84\x59\xd4\xb5\x15\x30\xef\x39\xe4\x5c\x73\xe4\x27\x6d\x16\xc8\xa3\x63\xce\x44\x0e\x3e\x70\x3b\xf1\x97\xf9\x17\xb3\x38\x8c\xde\x15\x8d\x8c\xdc\x15\x35\xfb\xd9\x9b\xfd\x34\x06\x65\x31\xc2\xbf\x14\xdd\x1f\xc3\x51\x97\x03\xb8\x68\xb1\xbd\xfd\x97\xf4\xc5\x42\x28\x55\x23\x2f\xb3\x24\xa4\xee\x3e\x3f\x25\x10\xe5\x11\xa0\xfd\xe8\x53\xf8\xf5\x22\x6c\xc5\x8a\x7f\xd8\xd1\xa1\xc9\xeb\xba\x4b\x72\x54\x7f\x11\x67\xbc\xbe\xed\x99\x0f\xff\x28\x82\x0e\x4c\x32\x5a\x87\x21\x3d\xb0\xed\xf2\xc1\xfd\xf8\x9d\x03\x7d\x79\x21\x4a\xf7\x1d\x35\x48\x08\x80\xcb\x5e\xe7\x67\x2c\xef\x4b\xfc\x8a\xa6\xe5\x71\x85\xb8\x6d\xd1\xd3\x49\xf3\xc8\x10\xee\x7a\xf0\xaf\x3c\xfc\xea\xdb\x49\x13\x97\x0f\x32\x2b\x3b\x84\x25\xcd\x6b\x16\xf2\x5e\xeb\xbf\xca\xa4\xc3\xe3\x17\x7f\xe7\xe0\xa2\x87\x43\x7e\x85\x9f\xfa\x20\xb5\xf1\xaf\x49\x6e\xe3\x0f\x0f\x88\x56\x28\xc9\x78\xfd\x2b\x5e\x67\xd3\x54\x5f\xa3\x1b\x46\xd6\xd8\x2f\xb0\x03\x66\xcf\xc1\xbc\x1e\xdb\x50\xfa\x9e\x5c\x97\xaf\xff\x2f\x2f\xb2\x66\xc9\xff\x8b\x4f\x55\x2e\x9c\xac\x4f\xd6\xef\xa2\x29\xfe\x12\xde\x43\xa3\x63\x81\xbc\xd1\x74\x28\xf2\x75\x23\x3e\x7e\xfc\x04\x22\x5c\xfc\xf3\x45\x66\x9b\x15\xab\x95\xbc\xc7\xff\xdd\x3b\x5f\xd8\xd9\x7d\x9b\x7d\x91\x9d\x9b\x2d\xfc\x91\xe8\xc3\x4e\x3e\x9c\x95\xc4\x82\xe0\xf7\x46\x01\x3a\x2d\x2f\xe4\xf7\xbb\x9c\xce\xf5\x17\x97\xf2\xe3\xc7\x86\x9f\x49\xfd\x82\x08\x91\xd6\x6e\x6a\x68\x9a\xbf\xb8\x92\x9f\x48\x14\x8c\x90\x12\xa2\xeb\x05\x75\x08\x4c\x68\xaa\x79\xed\x17\xb4\x91\x3b\x4c\x4b\x65\x10\x54\xb8\x69\x0e\x6d\xaf\x62\xa7\xf5\x8a\xfc\x2a\x2d\x79\x27\xb9\xdd\x2e\x8d\xd9\xa6\x05\x3c\x4a\xa1\xc2\xdd\xa6\xd7\x11\xc6\x8b\xb2\x2b\x93\xf7\x3a\xfa\x6b\x2e\x9e\x61\x6d\x7e\x39\x77\x33\x08\xa3\xc6\x57\x37\x72\x3f\x5a\x5a\x86\xa2\x6d\xf6\xc8\xd6\xfa\x4b\x78\x2f\xd5\x3d\x3c\xf7\xcc\x05\xb0\x7e\xbf\x47\xac\x6d\xb6\xc5\x73\x92\xf4\xb3\x51\x8f\x5d\xf5\xe4\xe1\xd8\x5c\x5c\xa9\xe2\x7f\xeb\x92\x38\x97\xf5\xfe\xa0\x12\xb0\x4f\xee\xa4\x79\x05\xf0\x93\x0a\x82\xa7\xaf\x38\xfe\x6c\x1a\x64\x32\x97\xa8\x00\x6f\x48\x61\x81\x9b\xf6\xca\x7c\xa1\xe2\x6e\xb9\x26\xc2\x70\xf3\x1f\x26\xfb\xec\x5f\xff\x95\x13\xe0\x97\xd7\xe6\xdf\xfe\x2d\x3b\x7b\xf4\xb9\xf2\xd6\x4c\xce\x3b\x23\x79\xa5\xce\xf2\xf7\xe5\x2e\xaf\xa2\x3a\xbb\xfc\xfd\xb3\xa4\x1a\xc7\xdf\xb2\x47\x6f\x14\xca\x1e\xe5\x21\xbb\x7b\xe7\xff\x04\x00\x00\xff\xff\x0a\xdc\x91\x1f\x23\xb4\x00\x00") +var _confLocaleLocale_deDeIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xb4\xbd\xcb\x8e\x1b\x47\xb3\x27\xbe\x17\xa0\x77\x28\xeb\x40\x7f\xdb\x40\x93\x82\xed\xff\x5c\x60\x98\xf6\xb4\xee\xfa\xac\x96\x74\xdc\xb2\x0d\xd8\x30\xe8\x22\x2b\x49\xd6\x61\xb1\x8a\xae\x2c\x76\xab\xfb\xe0\x00\xb3\x38\xcf\x30\xab\x01\xce\xc6\x98\x47\xf0\xca\xbb\x7e\x93\x79\x92\x89\x5f\x44\xe4\xad\xaa\xd8\xd2\xf7\x79\x66\x61\xab\x59\x19\x79\x8b\xcc\x8c\x8c\x7b\xe6\xfb\xfd\xbc\x30\x76\x39\x7b\x52\xd6\x99\x5d\x6e\x76\xa6\xbd\xae\x1a\x6b\xda\x93\xcc\x9a\x6a\x61\xbb\x6c\x6d\x36\x8d\xed\x4c\x67\xda\xec\x59\xd9\x4d\xce\x4d\x7b\x51\x2e\xcd\x09\x7d\x27\xf0\xb6\x34\x0b\x53\x67\x54\xf7\x59\x73\xf7\xce\xdd\x3b\x9b\x66\x67\x66\xcf\xe9\x7f\x77\xef\x14\xb9\xdd\x2c\x9a\xbc\x2d\x66\x37\xff\x73\x61\x5a\x5b\x2e\x37\xdd\xdd\x3b\xe6\xdd\xbe\x6a\x5a\x33\x7b\xd2\x6e\x0f\x75\x61\x6a\xaa\x62\xaa\xfd\xec\x79\x59\xad\xa8\x8e\x2d\xd7\xf5\xbc\xac\x67\xa7\xf5\xce\x54\x5c\x6a\x9b\x65\x99\x57\xf3\xb4\xe0\x50\xaf\xb3\x9b\x3f\xa9\xd1\xcc\x36\xd7\x54\x6c\x6c\xf6\x6d\x53\x77\xcd\x97\xd9\xf5\xa5\x29\x31\xd2\x73\x0c\xad\xeb\xb2\xaf\xec\x2e\xaf\xaa\xaf\xb9\x34\xbb\x30\xed\xb6\xbe\xf9\x73\xbf\x32\xf5\x57\x0f\xa4\x40\xbb\x6c\x0e\xdd\xec\x74\xe1\xfb\xc4\xa7\xc3\x7e\xf6\x9d\x59\x97\xb6\xa3\x29\xb6\xf8\xda\xf2\x2f\xd3\xf6\x3e\x5f\x9a\x85\xa5\x2e\x67\x3f\xd2\xbf\xe8\xfb\xee\x9d\x0b\x4c\xb6\xa9\x67\x3f\xc8\xbf\x77\xef\xec\xf3\xb5\x99\x9d\x4b\x61\x67\x76\xfb\x2a\x27\xf8\x1f\x9a\xb6\xa2\xef\x77\xef\x54\x79\xbd\x3e\x30\xc4\xbe\xcd\x97\x1b\xfa\xb2\x6c\x0d\x41\xcc\x6b\x73\x49\x68\xa2\x2e\xab\xca\xd4\xd3\xe9\xf4\xee\x9d\x03\xad\xcb\x7c\xdf\x36\xab\xb2\x32\xf3\xbc\x2e\xe6\x3b\xa0\xf2\xa1\xa9\x0f\xdd\xb5\x69\xa5\x20\x23\xb4\x66\x3b\xb3\x69\x65\x1e\xa6\x20\xb4\xcd\x73\x8b\xf5\x5d\x9b\xaa\x59\xaf\xbb\x2c\xaf\x2c\xd6\x0a\xad\xd5\xf9\x2e\x34\x80\x1f\xb4\x42\xbb\xbc\xac\x66\x4f\x26\x67\xf4\x0f\xc6\x6e\xed\x65\x43\x8b\xf8\x46\xfe\xe8\x80\x88\x79\x77\xb5\x37\xfe\x4b\xb6\x30\xb6\xbb\xf9\xbd\x2b\xd7\xc0\xc7\x32\xdf\x77\xcb\x4d\x3e\x7b\x24\xff\xa2\xa3\xd6\xec\x1b\xc2\x51\xd3\x5e\x11\xee\xdc\x9f\x77\xef\x34\xed\x3a\xaf\xcb\xeb\xbc\x03\xb2\x5e\xf3\x0f\xcb\x3f\xee\xde\xd9\x95\x6d\xdb\xb4\x84\x91\xd2\xd0\xa0\xef\xde\x21\x54\xcc\xd1\xca\xec\x95\x39\xd0\x62\xc7\xad\xa0\x68\x57\xae\x5b\xe0\x14\xa5\xd9\x19\xff\xe0\x66\x50\xb6\x6a\xda\xad\x56\xcb\x17\xb4\x67\xf7\x79\x85\xcd\x3c\x6c\x84\x86\x23\x0d\xf4\x86\x92\xd7\xb4\x38\x5c\x1a\x17\xd0\xa6\xa7\x75\xbe\x44\x63\x04\x94\x17\x3b\xc2\xf2\x3e\xaf\x4d\x35\x3b\xc5\xdf\x93\x37\xf8\x9b\x0a\x96\xcb\xe6\x50\x77\x73\x6b\xba\x8e\x16\xc0\xce\x78\x27\x9a\xb2\xe6\x65\xa5\x7d\xcc\xfb\xcd\x15\x3e\x49\xbf\x5f\x35\x07\xbf\xdc\xb3\xc7\x54\x29\x7b\xc3\x3f\xb4\xc4\x57\x43\x91\xc9\x7a\x95\x79\x52\x76\xbe\x32\xa6\xa0\x69\x5d\xda\xec\x29\xfd\x45\xeb\x79\xa8\x2a\x42\xe5\x6f\x84\x8f\xce\xce\xde\xd0\x2f\x42\x84\xfc\xba\x7b\xa7\xb4\x96\xfe\x9a\xbd\xe0\x7f\xd0\xc4\x32\xaf\x97\x98\xd2\x62\xd1\x1a\xda\x9a\xdc\xec\xcf\xd6\xe4\xed\x72\xf3\x0b\xc6\x8d\x3f\x66\xe7\x07\x14\xf1\x06\x3d\xb2\xd2\xd8\x69\x7e\x97\x69\x37\x33\x9a\xcb\xa2\x32\x3b\xea\xa4\x29\xcc\xec\x11\xfd\x8f\x5b\xc7\x2c\xe8\x64\x52\xf3\xfa\xd7\xec\x85\xfc\xab\xeb\xd1\x95\x1d\x61\x23\xfe\x96\xad\x6e\xfe\x6c\x33\x3a\x6c\x1d\x1d\x69\x6c\xc2\xec\xbc\xcb\x65\xa3\xfe\x76\xa0\x43\x37\x2f\x16\x42\xe2\x9e\x35\x6b\x4b\x9b\xb5\xbe\xf9\x83\xf6\x6a\x97\x9d\x5d\x9d\xff\xf3\xcb\x93\xec\x0d\x51\xb7\x75\x6b\xf8\x6f\xfa\x1f\x55\xf8\x22\xa3\xc1\xb4\xd9\xdb\xf2\xf1\x43\x9a\x13\xd5\x96\x3e\x1f\xd3\x16\xab\x17\x79\xbd\xed\x2d\x1f\x00\x70\x1e\x7c\x39\xfd\x02\x25\xb4\x1d\x51\x42\xdb\x0d\xa6\x3f\x72\xa4\xa8\x09\x3e\x89\xbe\x09\x39\x8a\xf4\x19\xd4\x11\xb5\x89\x98\x19\xde\x71\x06\x54\x33\x7b\x51\xd7\xcd\xe3\x87\x93\x27\xf5\x1a\x4b\xbf\x2b\xbb\xec\xd0\xad\xfe\xeb\x9c\xc6\x63\x5a\x22\x97\xcb\x32\xfb\xc9\x94\x58\x16\xda\xad\xd7\x82\x20\x9e\x2e\xcd\xc7\xda\x8a\xe8\x06\xa1\xfc\xfc\xfc\xe5\xe4\xac\x29\x0e\x16\x43\xea\x36\xb3\x37\xab\x9c\x36\x88\xfd\xad\x02\xce\xb4\xdf\xc7\x84\x07\x0c\xaa\xdc\x53\xa1\xb4\x73\x7d\x68\x87\x78\xca\xfc\xc8\xa9\x07\xd3\xb6\x73\x22\x73\xdd\x15\x30\xcf\x4d\xdf\x02\xcf\x0d\x17\x79\xbb\xca\x6a\xdc\x10\x59\x65\x40\xd6\x09\xc5\xda\x50\x59\x5f\xd0\xaa\x16\xb4\x06\x1e\x49\x83\x36\xf0\x59\xda\xc0\xda\x64\xf7\xa6\xf7\x98\x0a\xca\x8f\xc9\xbd\xcc\xd4\xdd\x86\x4f\x2a\xb5\x59\x37\x73\x39\xad\xa0\x9f\x05\x9d\x66\xda\x84\x73\xa1\xed\x42\x36\x66\x8f\x0f\xd9\x36\xaf\x69\x89\xb3\xa2\x34\x59\xa0\xf6\xb8\x75\x64\x8c\x85\xc9\xb7\x5d\x79\xc1\x37\xc0\x49\xd6\x6c\x68\x09\xd0\x15\x9f\x7c\x69\x87\x88\x0e\x5f\x39\xd7\x07\xde\x98\x42\xc2\x63\xcc\x38\x8a\xa1\x5b\x21\xa9\x3a\xf1\x94\xf5\x08\x5e\xee\xde\x71\x0b\x2d\x3b\xf3\xb4\xaa\xd6\x66\x37\xa4\x02\xd9\x45\x83\x8b\x79\x4d\x2b\x8c\x7b\x9e\xb1\x77\x5a\x63\x0b\x51\xb1\x95\x3d\xe6\x0a\xdc\x8a\x3f\xa7\x59\x65\xd8\x62\x31\xb5\x63\xd8\x1a\x93\xa4\x2d\xb0\xe6\xa9\xe0\xa8\xcb\xe2\x86\x93\x9e\x7d\xd7\x34\xdd\x84\xee\xbd\x6b\x6c\x3e\xaa\xbc\xe7\x2d\xe5\x41\x5d\x1f\x34\x5e\xc3\xcc\x44\xa8\x6a\xb3\x4b\xd3\x16\xc2\x4a\x10\xda\xad\xd9\x65\x51\x3b\x60\x36\xf6\xbc\xa1\xdb\x0e\x7d\x1f\xe8\x7e\xc6\xa1\x3a\x3d\x58\x1a\xd0\xa6\xc5\xa1\x68\xb3\x70\xc4\x1c\x40\xbc\x8d\x5d\x69\xb6\x3b\x58\xcb\x4b\xfb\xd3\x61\xdd\x96\xab\x95\x25\x46\x82\xa8\x1b\xd1\x04\xac\x30\xef\x71\xe2\x5d\xb2\x5b\xa6\x95\x6d\x72\x70\x3d\xd8\x63\xe8\x37\x8f\x46\x11\xba\x71\xb8\x77\x8b\x56\x34\x74\xb1\xd2\xee\xe2\x7f\xdc\x4f\x3f\x40\x9a\x32\xb5\xda\x65\x34\xa3\xcb\x12\xbc\xd1\x9a\x9a\x5d\xf1\x30\xcf\xcf\x9f\x67\xcb\x8a\xae\x9c\xec\xfb\xef\x5e\x5a\x3e\xc1\x9b\xf9\x9e\xb6\xc7\x0c\x25\x6f\x98\x80\xb8\x4f\x51\x7b\x5c\x52\x1f\x76\x3b\x5e\x4f\xda\x1b\x16\x2d\x31\xff\x46\x5b\xf2\x24\xab\x72\x41\x83\x35\xb8\x1b\xaa\x82\x77\xd8\x09\x2d\x43\x4d\x2b\x70\xe0\x5e\xe3\x7d\x9e\xed\x6e\xfe\x20\x24\xd1\x45\x41\x23\xd8\x74\xdd\x5e\x86\xf0\xfc\xed\xdb\x37\x3a\x06\xff\xd1\x2f\xb3\x4c\x80\xd6\x81\x21\xb2\x57\x32\x98\x52\x4f\xd6\xe9\xbe\xaa\xca\xad\x90\x70\x3a\x18\xc0\xed\x22\x6f\xa7\xb2\x25\x0f\x6d\x15\x6d\xd5\x09\xcd\xdc\x7f\xff\x10\x9c\x61\x58\x0f\xf0\xbf\xf3\x08\x75\xbc\x60\xb2\xbe\x04\x22\x1c\x8e\xe5\xe3\xd4\xec\x31\x0a\x7f\x9e\x5e\xeb\xcf\xc1\xa5\xca\xbc\x91\x02\x49\x7d\xc7\x0f\xf7\x21\xed\x8e\x90\xc1\x77\xc0\xf9\x19\x61\x48\x2e\x02\xfe\xb8\x6a\x9b\x1d\x71\x7f\x75\xf4\xd3\x23\x8c\x58\x48\xec\xe4\xc9\x69\xd1\x1a\x6b\x4d\x56\x13\x43\x98\x7d\xf7\xf4\x51\xf6\x9f\xbe\xf8\xfc\xf3\x69\xf6\xa4\xee\x2e\x0d\x76\x5c\x4d\x34\x58\x8e\x3b\x0f\x22\x73\xf0\x4c\x5f\xcb\x5d\xb6\x6a\x88\x20\xf0\x45\xf1\xb4\x69\x77\x79\xf7\x65\x76\xef\x15\x9d\xe0\x7b\xd9\x57\x3c\x83\xff\x66\xde\xe5\xc4\x86\x9a\xe9\xb2\xd9\x7d\x3d\x05\x8f\x43\x1c\x46\x2b\x47\xea\x5c\xce\xd2\x93\xc9\x8e\xf9\x3f\x2d\xf2\x84\x4a\x8b\x63\x6e\x50\xd8\xe2\xf9\xb2\xa9\x57\x65\xbb\x9b\x25\x04\xd3\x7a\xde\x90\x57\x67\xdb\x5d\x28\xdb\xcc\x88\xac\x9b\xae\x5c\x5d\x39\x4c\xd2\xc9\xc9\xc1\xb6\xd3\x2e\x73\xd0\xa5\x03\xb7\xbc\x6b\xe7\x56\x90\xad\x2b\x20\x5b\x79\xc2\xcb\x6a\x89\x48\x81\x03\xcd\x68\x57\x60\x21\xd2\xd5\x68\x56\xab\x8a\xd0\x25\xf7\xde\x6b\xf9\x21\x77\x5f\xd2\x4b\x0c\x46\x3b\x79\x4f\x32\xc0\xe3\x70\x04\x98\x2a\x3c\x7a\xfc\x8a\x36\x19\xad\x0a\x61\x99\x38\x98\xe2\xb0\x65\xfa\xb8\x43\x5b\x27\xc4\x59\xd3\x9e\xe1\xfb\x92\x50\xaf\x04\x0d\x74\x40\x29\x9a\x0c\x18\xf4\x82\xb8\xda\xd2\xac\x84\x9a\xb9\x4b\x88\xd8\xd6\x8b\x9c\x38\x97\xd9\x33\xfd\x63\x22\x73\x49\x8e\xe1\x10\x5c\x07\xea\x2a\x31\x36\x16\x4a\x84\x0a\xb3\xa2\x6b\x85\xba\x31\xd9\x3f\x1f\xf8\x12\xea\xdd\x5d\x3c\xe0\x53\xae\x68\xdc\x80\x89\xb3\xaa\xe9\xe2\x29\x76\x37\xbf\xdf\xfc\x47\xb9\xa6\x09\xec\xe8\xe8\x32\x4d\xdb\x34\xcb\x0d\x0d\x3d\x07\x18\xef\x35\x5b\x52\x6f\xe7\x5a\x41\x06\x60\xa2\x29\x25\xf7\xaa\xa3\x8c\x6d\x72\xa3\x8e\x4f\x2e\xae\x38\xb6\x12\x65\x20\xb4\x49\x73\x27\x7c\x34\x92\xdb\x94\x86\xba\xbd\xf9\xa3\x06\xc7\xee\xaa\xe0\x6e\xa6\x9f\x79\x5d\x19\x77\x99\x11\xa7\x48\x72\x8d\x8a\x99\x73\xea\x05\xb2\x17\xc9\x0e\x05\xba\xf3\x52\xe7\x49\x76\xd8\x11\xef\xc5\xcc\x04\x55\xbf\xa6\x13\xb3\x11\xd9\x70\x58\x5f\x87\xfd\xd2\x14\xe5\xba\xa2\x4d\x4d\xf0\xb8\xa4\x49\xc4\xec\xa2\x5b\xc2\x0d\xcd\x35\xba\x30\x1d\xa4\xc0\x0e\x8b\xf3\xec\xe6\x77\xda\xc4\x19\xf7\xc1\xf3\x62\xaa\xa9\xa2\xf1\x83\x58\x0c\xcd\x58\xba\x9c\x3a\x41\x44\x25\x03\xe1\x7a\xcf\xa9\xd2\xee\xe6\x4f\x22\x0f\x75\xf6\x2f\xa6\xbb\xee\xb2\x9a\x56\x91\x99\x23\xd3\xe3\x59\x26\xa7\x22\xae\x78\xcc\x64\xb8\x38\x99\x81\x09\x23\xfe\xe4\xde\x8b\xc7\xb3\xcf\xee\x7d\x4a\xdf\x37\x37\xbf\x57\x04\x7c\xe8\xe8\x2e\xeb\x4a\x4b\xad\x46\xcd\xe1\x58\xf0\xbd\x1a\xc6\x25\xc7\x96\x45\xa0\x49\xca\xa8\x08\x55\xee\x8f\xc7\xd5\x1b\x91\x52\x7b\xfc\x53\xa0\x47\x4a\x86\x86\x45\xa9\x98\x2a\xf5\x53\x59\x57\x05\x8e\xf9\x9a\x6e\x6d\x11\x16\xf4\x8b\x6e\x4e\x5c\x7e\xf3\x75\xd9\xcd\x57\x20\x8a\xc5\xec\xa9\xd9\x10\x6d\xa4\x76\x89\x16\xbc\x35\x7c\x50\x6d\xf6\x31\x01\x7c\x9c\x7d\xdb\xec\x48\x70\x2c\x1a\xfb\x65\x76\xff\xc2\x31\xd5\x5f\x80\xe0\xcd\xe9\x94\x94\x15\x36\xb9\xca\x6d\xaa\x26\xa0\x73\xdb\x01\xd3\x37\x7f\x62\x89\x1c\xc3\xcc\xbc\xdf\x49\xb6\x60\xf6\x1f\xe7\x8e\xf6\x80\xec\x03\xa2\x55\xe5\x75\x89\x33\x4d\xa5\xf5\xcd\xef\x6d\x68\x09\x14\xe7\x3e\x5d\x8d\x38\x11\x1d\xee\xf4\x57\x2f\x1e\x3d\x7f\xcb\xb5\xd6\xcd\xe2\x50\x56\xc5\x44\x41\xa7\x98\xb4\xf0\xd7\xc4\x5d\xeb\xb6\x09\x52\x48\x6f\x91\xf8\xb0\x0b\x37\xba\x6d\xe8\xdc\x6d\x3b\x99\x9d\x6b\xe2\x83\x58\x42\xbe\xfe\xa9\xbd\x9b\x3f\x2b\x5a\x0a\x69\xc0\xb3\x6b\xc0\x0f\x6d\x25\x12\x2a\x1f\x1f\xe5\xab\x50\xdf\xb1\xe1\x2d\xc8\x37\x13\x36\x5f\xfe\x25\xa6\x3e\xf9\x9a\xfe\x4f\x68\xcf\x2f\x8c\xdc\x4b\x6b\xb7\x66\x98\x38\xe4\x55\xc6\xc6\xb7\x5c\x74\x90\xcd\x0a\x5e\xdd\x31\x99\x35\xf7\xb2\xa2\xf5\x65\x2d\x17\x14\x35\x75\x3a\xd7\xe4\xa0\xa9\xcc\x2f\x5a\xa6\x11\x9c\xf5\xa6\xeb\xf6\x19\x0d\x64\x49\xd7\xf6\xec\x39\x74\x6e\xa0\x10\x3f\x96\x55\xb5\xa5\x9d\x63\xea\x8f\xe8\x6f\xa5\xae\xc4\x20\x6c\x4e\x70\xf7\x58\xb0\x65\x05\xe0\xf8\xb4\xf0\x06\x25\xc9\x86\xc6\x57\x1a\x1c\x9d\x4d\x4e\xbc\x19\xd7\xbb\xbc\xf9\xb3\xb6\x90\xfe\x32\x22\x44\x15\xf6\xc5\xba\x66\xbe\x9d\x9a\x21\x59\x91\x59\x9e\x9f\xa1\xaa\x23\x29\xfb\x20\xcc\x7f\x43\x34\xa5\x4d\xce\x98\x10\xf8\xbe\x1e\xc8\x41\x86\x03\x47\xbc\x17\x2d\xd8\xdc\xab\xfb\x80\xf0\xce\xbc\xeb\x68\x1b\xe9\x17\x56\xce\xd1\x17\xba\x60\x96\x1b\x6b\x2a\x5c\xff\x57\xbc\x5b\xec\xec\x8c\xcf\x40\x24\x07\xe0\x04\x93\x60\xbf\x68\xb0\x2a\x17\x46\xc1\x9e\xb1\x78\x43\x73\xca\x57\x1d\x50\xd5\xab\x42\xcd\x35\xed\xda\xb5\x96\xea\x69\xb8\x54\x14\x4a\x0e\xc0\xeb\x95\x98\x4e\xb3\xce\xf2\xbe\x8d\x48\x2f\xf0\x23\xba\x90\x29\x2d\x32\x2b\x5b\x64\x18\x2f\x6a\x61\xa5\xeb\xd0\x7d\x29\x9a\x92\x9f\x55\xb1\xf9\x8b\x2a\x41\x66\xc9\xf8\xa8\x9c\xa8\x24\x74\x26\x41\xb7\x37\x57\xdd\x90\x2a\xa7\x64\xf3\x78\x61\x31\x62\xac\x36\x66\x0f\x16\x6c\x67\xd7\x10\x4d\xb1\xca\x50\xd4\x36\x2c\x8e\x49\xb5\x6f\xb2\xbf\x31\x61\xcf\xf5\x6e\xf8\xc8\xeb\x4d\x3f\xac\x91\x54\x8b\xea\x5a\x8b\xd4\xa5\x1f\xf5\x6f\x66\xd1\x43\x92\x24\x3b\x7b\x62\xb3\xee\x80\x13\x6d\x49\x80\x28\x8b\x93\x11\xa1\xf9\xf2\xd0\x82\x70\xf9\xfb\x9b\x76\xa9\xe8\x33\x58\x99\x21\x5b\x3a\xaf\x87\xe4\x7f\xc0\x48\x60\x02\x4c\xb0\xc7\xfa\x7c\x18\x73\x9a\xd8\xba\x29\x23\x3a\x51\x56\x79\x38\x18\xa0\x7a\x67\x76\x0b\xb4\x6e\x66\xe1\x96\xce\xa8\xe3\x72\x81\xa5\x20\x3e\x60\x4d\x94\x69\x78\xa5\x10\x8a\xd6\x60\xbc\x15\xc6\xdc\x0a\xf3\x8d\xd7\x2c\x13\x9d\xbb\xc4\x32\x5c\xd2\x79\xa7\x85\x18\xac\x63\x1b\x5d\xed\x1f\xf9\x2b\x4d\x98\x21\x66\x9c\xa9\xb5\xce\x2f\x00\x76\x74\x0d\xc5\x65\x8c\x81\xde\x7c\x09\xbd\x5f\x2d\xbe\xbe\x6f\xbf\x7a\xb0\xf8\x1a\xc2\x34\x10\x4f\xcb\x80\x5e\xdb\x46\x2e\x38\xde\xd9\xac\x0d\x5b\x41\xea\x28\x89\x2d\x69\x89\x27\x59\x30\x2e\xe9\x82\xa1\xa3\x0b\xa6\xe9\x3e\xf8\x3d\x56\xdd\x33\x33\x34\x5c\xed\x7c\x41\x6c\x11\xd1\xcc\xd2\xdc\xfc\x07\x33\x57\x8e\x29\x92\xcb\xf6\x0c\xb8\x95\x35\x87\xda\x8a\x8f\x93\x23\x33\x5e\xee\xc9\x71\x43\x2f\xf9\xfc\xf3\xe9\x73\x47\xe5\x34\x70\x80\x1e\x69\x58\x3e\xc6\x47\x55\x52\x83\xc7\xb7\x25\x51\x77\xcc\x9a\xf0\x4d\x84\x9e\x38\x97\x03\x91\xfe\xcc\x35\x18\x61\xcc\xfa\xdd\x99\x83\x6f\xfe\x22\x3b\x2b\x89\x28\xf2\x4c\xe8\xd8\xcc\x0f\xb5\x2e\x87\x29\x64\x33\x3e\x27\x52\xde\xd0\x75\xc3\x5d\xf0\xc1\x62\x1a\x73\xa8\x3d\xbf\xd1\x99\xfe\xfc\x3e\xf1\x8b\xf1\x29\x51\x6c\x95\xb8\x99\x23\x1b\x5f\x44\x5e\x89\x4e\x69\xbc\x10\x66\xe3\x97\xdd\x6b\x34\x2d\x71\x0a\x5b\xa2\x8e\x5b\xa3\x0c\x03\x4b\xc3\xe0\xae\xbc\x38\xf8\xf0\xd0\x75\x8d\x70\xbc\xc0\x86\xce\x00\x2a\x1f\xa9\xa8\x8b\xca\x8d\x8f\xe0\x86\x06\x42\x5d\x32\x06\xa1\x44\x30\x62\xc1\x31\x4e\x98\x9b\xd3\x9e\x07\xdd\xe9\x0c\x0b\xe7\x83\x69\xe3\x52\xc5\xa2\xf3\x4c\x77\x59\xcf\x2a\x83\x93\xc8\x83\xc2\xd8\xba\x63\x43\xf3\x92\x3b\x0d\x62\xe7\xe5\xd0\xc9\xf5\xa1\xbd\xf9\x73\xb9\xa5\x8a\xd7\x50\x54\x8d\x0d\x53\x9a\x1d\x1e\xd0\xa4\x6a\xb8\xe1\x59\x2d\x3d\xdc\x46\xac\x49\x8a\x96\x08\x60\x3c\x31\x58\x17\x2a\xc2\xb8\x13\x8d\xfc\xa5\x3f\xed\x77\x9d\xa8\xda\x92\xc9\x91\x80\xd9\x1f\x16\x64\x0c\x19\x98\xaf\xde\x35\xcd\xdc\x6e\xa0\x7d\x79\x1c\x57\x60\xbd\x16\x91\xcf\x82\x05\x60\x1a\xf1\x7f\x76\x4a\xe0\x0c\x36\x26\xd6\x43\xf1\x55\x44\xc2\x6a\x0e\x05\xfb\x95\xb1\xb3\xbf\xe5\x50\x89\xd2\x1d\x84\x32\x2a\x80\x3c\x7e\xf3\xef\x90\xf1\x05\x96\xc8\xda\x8e\x40\xbf\x27\xee\xec\xd5\x90\x0b\xc7\x25\xc7\x9f\xc3\x6d\x37\x79\xc5\x25\x4f\x22\xce\xda\xad\xff\xdd\x3b\x6f\x86\xfc\xfa\x77\xe6\x16\x63\xd2\xf9\xf9\xf3\xb7\x22\xea\x43\x73\x45\x44\x85\xe5\x98\x4a\x3a\x7f\xde\x75\x7b\xfb\x7d\x5b\xb1\x0e\xea\x5c\x54\x44\x6f\xf2\xab\xaa\xc9\x0b\x7c\xd5\x3f\xe5\xfb\x5b\x93\xef\x78\xa0\xf8\x43\xaa\x9f\xd2\x85\xcc\x9f\xf0\x07\xd1\x8f\x92\xf9\xe9\x36\x68\x46\xf9\x2e\x92\x79\xf0\x9f\x5e\x27\x12\xe4\x3d\xc3\x66\xaa\x5f\xc7\xf5\xb4\xbf\x12\x0d\xab\xf6\x9b\x9c\x59\x23\x0f\x0a\xd5\x32\x38\x5b\x47\x22\x45\x34\x04\x5c\x7d\xd8\x99\x16\x52\x94\xf1\xeb\x06\x59\xfe\xde\x64\x1e\x6b\xb0\xd3\x56\x0b\x3a\x74\xff\x78\xcb\xd3\x41\xd3\xb6\xbc\x0e\xb3\xf2\x8a\xd2\x67\xed\xcd\x1f\x44\xcc\x59\xa8\x80\xe6\x13\x90\xcc\xfe\x0e\xa0\x79\xfb\xc9\xee\x23\x60\xd7\x59\xd2\xc5\x2e\x7f\x97\x56\x64\xe4\x6d\xa0\x5d\xbc\xbd\xa2\x90\x19\x57\x0b\x47\x4e\x28\xa6\x1e\xb3\x3e\xb5\x41\x15\x68\x0b\x6f\xa9\x40\x5b\x83\xa1\xea\x2d\x5d\xc8\xb5\x42\x7e\x4f\x84\x1b\xa8\x84\x19\x59\x24\xbc\x2f\xbd\x55\x93\xae\xb1\x25\x24\x9f\x65\xe7\xec\x9b\x99\xed\xca\xdd\xce\x49\x24\x6c\x94\x16\x75\xaf\x3f\xad\x91\x4c\x03\xa5\x2c\x3e\xdf\xfc\xd1\xa2\x75\xae\x0a\xd1\xbe\x5f\x37\xd8\x66\xe7\x0b\x63\x48\x6e\xce\x89\x42\xa4\xcc\x39\x66\xc3\xf0\x9d\x15\x0e\x63\x11\xb4\xf2\xfd\x8a\xbd\xc3\x79\xac\x2e\x31\x30\x83\xaa\x03\x23\xc0\xb1\xca\x1d\x9d\xab\x41\x6d\x77\xd8\x8e\x55\x92\x15\xe5\x0a\x34\xe1\xa2\x47\x2e\x88\x3d\x6a\x8b\xb8\xda\xa5\x70\x2d\x44\xa2\x89\x43\x5e\x43\x5b\xeb\x3a\x0d\x3d\x61\xc7\xb0\x56\xc2\x93\x5f\xbf\xe7\xa7\x11\x5a\xfd\xea\x84\x05\x1d\xca\x3e\x9e\x26\x05\x91\x53\xe5\x5e\x8c\x1d\x1b\xa4\x65\xf3\x7a\x24\xfd\x8a\xa6\x82\x2f\x5f\x61\xe4\x33\xcb\x02\xa5\x13\xe0\xe4\xe2\x5e\x1b\xc6\x40\x2c\xc4\xc8\xca\xb0\xf2\x93\xd8\x92\xd2\x8e\x76\x41\x9b\x14\x42\xf2\xdf\xd7\x07\xdd\x56\xa5\x9f\xd7\x7b\x3a\xf0\x97\xe3\x2d\xcd\xd3\x95\x13\x37\xef\x91\x94\x36\xed\xc5\x79\xf3\x8e\x3e\xcc\x4e\x7d\x85\xc8\x10\xc3\x45\x60\xc1\x05\xb9\x53\xf8\x42\xd8\x0e\x92\x9c\xcc\x94\x95\x00\xb0\xa0\xd5\xdd\x0a\x37\xfa\x40\x0d\x80\xa9\x56\xe0\x98\xc3\x2c\x33\xe1\x27\xe3\x7d\x3b\xcd\x84\x19\x71\x4a\xb0\xeb\x03\xa4\x2c\xe2\x82\xab\x9b\x3f\x2c\x16\x95\x17\x9b\x8f\x1f\xc9\x1d\x6b\xaf\xb9\xe5\x83\xe8\x30\x03\x03\xcb\xd6\x5c\xcd\x5e\x12\x17\xe0\xf4\x9e\xb4\x3f\x75\x5b\xc0\x68\x45\x5f\x5f\x52\xed\x13\x27\x21\xa6\x57\x16\xe6\xc1\x5d\xec\xe9\x56\x5f\xb1\x36\xc1\xb2\xf0\x0d\xe9\x86\xf6\x36\xdd\xbb\xbe\x0f\x96\xec\x99\x9a\x8f\x37\x25\x7d\x72\x25\xbe\xb2\xc0\x3d\xd4\x4c\x85\x72\xf8\xc4\xe4\xb5\x2e\x15\xfd\xad\x67\x80\x17\x25\x4b\x16\x15\x2a\x69\xe7\xe2\x23\x0b\x0c\x35\x1d\x5d\x85\x4e\x53\x32\xb8\x16\x47\xf5\x21\x74\x65\x74\x74\x1c\xb1\x60\xe2\xa1\xf1\xd8\x33\xe6\xb8\xca\x4b\xaf\x6f\x8c\x05\xe6\xbf\xb0\x22\xd2\x1b\x18\x71\x78\x64\x90\x0c\xb5\xe0\xc3\x89\x1e\xce\xca\x6e\x4d\x17\x5f\x31\xb2\x05\xbc\x06\x8d\xdb\x37\xd4\xa1\x0a\x34\xa2\x99\xf7\x55\x45\xc1\xa0\xb4\xb0\x3f\x31\x86\x8c\x5b\x3d\x32\xc1\xab\xbf\x32\xbf\x18\x9f\x6c\x8f\x91\x96\x86\x8b\xc1\xc4\x91\x3b\xbe\x10\x29\x9e\x3d\x1f\x3c\x11\xa3\xce\xf0\x57\x77\xa2\x33\xbc\x7d\x28\x05\x2b\x91\x87\x9d\xac\xcd\xcd\xef\xe0\x05\xbb\x78\x80\x5d\xce\x92\xee\xa2\xcd\xeb\xe5\x26\x3a\xe3\x3f\x95\xa6\x9a\x3c\xe4\xaf\xfd\xa3\xcd\xac\x24\xa6\x03\x0d\xc8\x06\x22\xf6\x5c\x6d\x1d\xc2\x6b\x3a\xe1\x93\xdd\x5b\x16\x65\x55\xb0\xe8\xe2\x2c\x1c\x30\x53\xf9\x7a\xcb\x83\xed\x9a\xdd\x58\x75\xcc\x40\x4c\x20\xa5\x28\x13\x7a\x26\xb9\x7f\x69\x88\x65\x69\xea\xc8\x40\xd5\x45\x1e\x2b\x84\xa5\x54\x67\xc3\xf2\x67\xd9\x11\x3b\xfc\x3f\x56\x74\x60\x55\xed\x24\x42\x11\x38\x54\x88\xfc\x24\xf9\x11\x62\xec\xec\x29\x0b\x58\x58\xbb\x1c\xf4\x74\x76\x96\xb7\x5b\x69\x5f\x60\xa0\x23\x04\x0c\x23\x02\x2c\xf5\x94\x6f\x21\x88\x05\xed\x05\xc1\xc7\xf6\x69\xa6\xd3\x1f\xdf\xb7\x1f\x33\x89\x13\x10\xd5\x53\x84\x9a\xfb\x9c\xb6\x73\x5b\x8b\xd0\xc5\xa3\x28\x92\x0b\xac\xb6\x93\xb3\x03\x14\x26\xd9\xbd\xfb\xf6\x5e\x74\x81\x5d\x1f\xaa\x9b\xdf\xad\x65\xa9\x84\x7d\x79\xc4\x87\x88\xd6\xc5\x39\x1a\x39\x1f\xa3\x11\xdd\xba\x12\x28\xdb\x63\xc7\x9d\xb6\x69\x76\x2e\x7a\x24\xd1\xf7\xd5\x6c\xb0\x25\xac\x09\xf3\x10\xac\xb9\x6c\x69\x83\xb6\xae\xaf\xa7\x2b\x0c\x11\x73\xb5\x0f\xb8\xa3\x4a\x9f\x0f\x65\x31\xfb\xbe\x2c\x30\xde\xfd\x61\x41\x0d\x7a\x9f\xa8\x78\x65\xac\x77\x8e\x72\x0e\x72\x6c\xfd\x78\x1c\x99\x49\x13\x39\xf4\xe6\x0f\x5f\x17\xa7\xc7\x1a\x18\x9f\x99\x2d\xe6\x93\xc5\x2a\x56\x55\x3b\xd8\xbd\xb9\xa6\x43\xc1\x94\x23\x32\x52\xb2\xfc\xa7\x7e\x60\xcc\x99\x9c\x64\x96\x96\xda\x68\x5d\x10\xd9\x4b\xb3\x98\x2c\x72\xcb\x16\xb8\x3a\x7b\x4a\x8c\xa6\xcc\x55\x34\x56\xe2\xc2\xc8\x26\x7e\x98\x6f\xe8\xb4\xed\xa0\x7f\x0c\x67\x6d\x05\x67\x2d\xbe\xee\x7f\x68\xa0\x29\xc2\x61\xa4\x63\xde\x66\x22\x63\x0d\x5d\x0f\xab\x46\xb0\x3d\x63\x93\x1c\xaf\xd9\x61\x5f\x40\xe1\x98\xae\x2e\xab\xcd\xe9\x5e\xb3\x6a\xd9\x48\x81\xbc\x62\x7a\x08\xdc\xf9\x73\x38\xea\x3d\x18\x08\xc6\x00\xce\x29\x66\x84\x9e\xc9\xb9\xf5\x74\xcc\xb2\xa8\xa2\xb6\xfb\x97\x65\xbd\x5d\x98\x6b\x28\xac\x71\x6b\x16\xa2\x2c\xf0\xa6\x29\x31\xf6\x33\x7e\xa0\x69\x2e\xeb\x03\x30\x00\xaf\xcf\x71\x7f\x35\x23\x77\x6c\x4a\x37\x82\x22\x09\xa6\xd2\xeb\xd4\x56\xea\xe8\xc8\x78\x5d\x6f\xac\x8f\xad\x91\x36\xe8\x4d\x3c\x15\xd2\x6b\x1a\x6e\x20\xce\x36\x4b\xd3\x61\xe3\x29\xb0\xd3\x34\x56\xf5\xc0\x32\x24\xa8\x81\x7d\x5d\xcc\xf2\xe6\xf7\x4d\x15\x2d\x8e\x1b\xb9\x98\x86\x23\xda\x36\x5c\x4c\xc8\xbd\xc4\xd5\xe9\x78\x99\x46\xcc\xcb\x1d\x7c\x4c\x21\x82\x44\x46\x5c\x35\x56\x7b\xd9\x88\x58\x84\xaa\x10\x27\xa9\x74\xce\xc1\x68\xf5\x2d\xc0\x86\xf6\xe5\xd6\x8d\x9c\x4e\x03\x7c\x84\xe8\x30\x9d\xc4\x1a\xa4\x88\x04\xed\x6e\xfe\x60\x83\xe8\xb4\x37\x35\xbf\xed\xe4\xcc\x8e\x4c\x54\x75\x99\xd1\x76\x64\x2a\xa6\x3b\x6d\xa8\xd9\x91\xbd\x08\x72\x53\x45\xbc\xed\xa9\x9a\x8c\x6c\xe4\xc5\x80\x75\xf0\x00\xa2\x90\x8f\x5d\x1c\xa0\xa2\x98\xdf\x02\xe3\x14\x4e\xcc\x18\x2f\x12\x65\x4d\x10\x30\x86\xfd\x8e\x0a\x16\xbd\xd9\x84\xc3\xe8\x2a\xf9\x33\x46\x6c\x46\xe4\xaa\x46\x27\x48\xcc\xbb\xa2\x56\xdd\xb1\x72\xb0\x0e\x7d\x39\xe3\x00\xa3\x8c\x25\x2f\xdb\x13\xb8\x82\xb7\xeb\x78\x71\xec\xf1\x2a\xa2\x5b\x44\x62\xf7\x6d\xb9\x63\x2b\xe4\x98\x10\xc7\x14\x71\x84\x74\x82\xdc\xe6\x72\x83\x07\xe2\x98\x88\x7a\x68\x36\x6f\xaf\x88\x14\x71\xf3\xfe\x83\x6a\x93\x4f\x2b\x1b\x7a\x76\x5d\x7a\x37\x49\x77\xa5\x28\xf0\x4b\x7f\xa5\xb8\xd1\x53\x21\xa8\xa5\x2a\x14\xab\x23\xe5\x3a\x4d\x12\x7c\x5c\x0b\xce\xad\xa9\xe7\x7e\xc3\x73\x65\xc2\xff\xa2\x5e\x35\xaa\xb1\x17\x35\x86\x08\x30\x42\xf7\x79\x81\x46\x1b\x08\xba\x50\x96\x30\xa6\x6c\x11\xc4\xea\x1e\x32\x6a\xaf\x5b\xe5\x30\x86\x7e\x33\x18\x9f\xdb\x22\x7d\xd4\xf3\x71\xa1\xf3\x48\x9c\x07\xbb\x57\x05\xb6\xef\x23\x58\xc0\x0b\xde\xd2\x82\x1b\xf6\x7c\xee\xd5\xdf\x94\xf5\xf5\x41\x1c\xfe\x04\xdc\x8c\x28\xf5\x8e\x40\xcd\x13\xa3\x05\xf4\xf3\xc7\x0c\x15\xbb\xf7\x58\x29\x1c\xef\x1e\x4b\x4f\x19\x9c\x1a\x5e\x00\x19\x6c\xb0\xc0\xb1\x83\x86\x33\xd8\x2c\xd8\x04\xee\x2d\x15\x4e\x71\x9c\x98\x88\x06\x76\x8a\x30\xf6\x94\x10\xd5\x23\xa8\x19\xa2\x96\xd1\xb0\x36\x40\x84\x50\x25\x3d\x4a\x47\x78\xa6\xd4\x7b\xbc\x60\xb9\xaf\x07\x91\x20\x16\xcd\xc8\x36\x84\xdc\x56\x3a\x2b\xc3\x4b\x58\xc5\x78\xcb\xb5\x3d\x29\x31\xda\x6a\xe3\xda\x76\xdd\x61\x4f\x74\x6f\xca\xbe\xed\xd7\xa7\x8d\xa7\xf4\xc9\x80\xcc\xa8\xf3\xa1\xde\x80\x5f\x11\x17\xdd\xd4\xeb\xaf\x21\x85\xb5\x70\x8a\xa2\x51\x71\x20\xc7\x37\x5f\x3d\xd0\xa2\x8c\x75\xdc\x7e\xb8\xa7\x75\x45\x37\x35\xb0\x0f\xe5\xfd\x57\x79\x46\x4b\xb8\x9a\x81\x45\xfd\xfa\x49\x7b\x6d\x0e\xce\x67\xb5\xa7\xee\xfd\xea\x41\xfe\xb5\x08\x2a\x49\x15\xf5\x20\xc7\x96\x56\xe7\x54\xc4\x4f\x08\x22\xb4\xcc\xa0\xea\x34\x6c\xf6\x0f\x41\x33\xc1\x44\x3a\x29\x71\xcc\x61\xd7\x8e\x88\x65\xc4\x16\xf4\x4d\x58\xdd\x0e\x31\xdd\x72\x0d\x31\xeb\x23\xca\x2d\xba\x37\xe3\x16\xda\xa8\x05\x4f\xb3\x21\x90\x53\xdb\xaf\xc4\xdd\xd6\x0b\x51\xaa\x04\xa3\x76\x5d\x9b\xb3\xbe\x36\x1c\x05\x6c\x79\xa7\x93\x26\x63\xf6\x1b\xcb\xef\x67\x1c\xf2\xfe\x3e\x11\x51\xe3\xf6\xfd\xfc\x91\x27\xa4\x23\xf8\x0b\x54\xd3\xcd\xd9\xd3\xd5\x1e\xa4\x27\x83\x43\xd0\x63\x24\xd6\xf6\x46\x6b\x23\x1a\x8b\xe1\x6d\x6e\xfe\x68\x59\xf0\x1d\xf3\xe5\x85\x8b\x17\x5b\xc0\x84\x2b\x53\x06\xd2\x8f\x62\x9a\x9d\x39\x97\xd6\x01\x81\x1d\x8c\xcf\xa1\xb0\x37\xa5\xf7\x93\x58\x42\xc3\xf3\x08\x95\x59\xbe\x53\x35\x17\x6f\x8a\x9f\x0e\x95\xb3\xb5\xcb\xd6\xc1\x88\xc5\x49\xdd\x89\x9f\xdf\x7a\x22\x54\x47\xd2\x27\x90\xc8\x4b\xdb\x81\x81\xf2\x94\x21\xdd\x55\x32\x3a\x95\x86\x45\x51\x56\x67\xff\x25\x7b\x9b\x27\x62\x0b\x49\xf4\x0d\x1d\xef\x41\x53\x36\x7b\x8b\xef\xb7\xb7\x22\x9c\x60\x17\x13\x3c\x91\x05\x7f\xf0\x84\xc6\x38\xff\x02\x95\x0b\x63\xd2\xa7\x6e\x0a\x47\x29\x5b\x20\x57\x21\xd8\xab\xd5\x76\xfa\xb4\xcb\xf7\xc8\x4b\x7f\x8c\x7e\x1d\xea\x05\xd1\xbd\x59\x0c\x1c\x6f\x4c\x29\x0e\x37\x40\x99\xb6\xcb\x74\x4b\xc7\xe1\xd4\x5c\xba\x07\xa4\x8d\x84\xf6\xe7\xdc\xc8\x9c\xd1\x8b\x1e\x31\x6b\x34\x42\xc4\xd3\xde\xfc\x51\x2b\x19\xa0\xad\x9b\xc3\xc4\xca\xd8\xb6\xce\xb7\x5f\x9d\x44\xa4\xae\x70\x9b\xb2\x1c\x46\x09\xa5\x2e\x9b\x15\xe4\xfd\xc0\x5e\xa6\x6d\xc6\x95\xc5\xe3\x53\xda\xf3\x1e\x86\xba\x52\x2a\x5d\xb2\xbc\xe2\x24\x2e\x56\x38\x9e\xbe\x79\x61\x69\x7a\xb4\x53\x69\x23\xaf\x24\x56\xc2\x0d\x40\xfa\x38\x6b\x88\x2a\x91\x60\x49\x43\xa8\xf2\xc3\xa2\x23\x7e\xb3\xf0\xc3\xba\x68\xd8\xbd\x54\xcf\xa1\x3f\x78\x82\xa3\xa9\xdb\x63\xa2\xac\xc7\x9f\x6a\x27\xf4\x93\x95\x89\xf6\xa7\x98\x16\xcb\xb2\x18\xab\xf8\x48\x10\xe7\x8f\x22\x4b\x0b\xdd\x47\xaa\xed\xdc\x36\xfb\xe0\x2f\x10\xe3\xbd\x5f\x9d\x79\x67\xe6\xa8\x89\xc2\x60\x13\xda\xcc\xee\x71\xd0\x9c\x20\x87\x98\x3a\xf8\x7c\x1a\xa6\x37\x8a\xd5\x40\x19\x65\xfc\x81\xc5\x8c\xd7\x3e\xe2\x34\x65\x97\x60\x13\xe0\x9e\x8b\x07\x54\x0b\x22\x8f\xd4\x3c\x4e\x20\x47\xda\x78\x1f\x95\x34\xac\xad\xf6\x0a\x99\x0f\x23\x89\xf1\x3c\x83\x50\xd2\xc7\x28\x13\xe1\xde\x8a\x04\xe2\xe8\x0e\xc9\x47\xec\x93\x56\x5a\xeb\x3d\xf9\x84\x3b\x70\x03\x22\x39\x39\x11\x6a\xf9\x50\xe9\x00\x9c\x2f\x48\x5f\x4d\xa4\xc5\x89\x9a\xe1\x94\x45\x0a\xc1\x46\xd8\x8d\x59\x91\x1f\xc0\x27\x12\x0f\xe4\xaa\x4b\xbc\x10\x54\xee\x8e\xa9\x61\x9f\xc9\xc0\xc7\xb0\x2d\x7e\x4d\x82\xd7\xba\x5c\xf7\x14\x35\xc1\x43\x67\xde\x1b\xe2\xcb\xfe\xe0\x5c\x38\xa0\x86\xed\xe8\x8d\x34\x98\x83\x03\x93\x35\x57\x1d\x77\x91\x2f\x48\x52\xd7\x45\xef\xcf\x03\x8a\x05\x6d\xe5\xc4\xb9\x15\xf5\x17\xf0\xee\x9d\x9f\xa1\xed\xfc\x85\xc4\x61\xb6\xae\x38\x93\x49\x64\x35\x1c\xda\xf1\x83\x41\x51\x99\xbe\x67\x87\x6e\x60\xb7\x52\x37\xc7\xed\xa1\xbd\x3e\x01\xf5\x26\x2e\xfd\xf7\xb5\xcd\x77\x8c\x55\x87\x50\xfa\x7e\x5d\xae\xf3\x96\xee\x66\x8f\xd6\x29\x5c\xf0\x6c\xb9\x28\x2b\xdc\x74\xe7\xd8\x0b\x8b\xbc\xdd\x12\xaf\xa3\x05\xf8\x1e\xd8\xcd\x3d\xd1\x9e\x25\xe2\x56\x66\xf7\x0e\x65\xd6\x9a\x22\x83\x5b\x21\x18\xc1\xf2\x82\x88\x04\xc9\x0d\x00\xf9\x3a\x09\xed\x0c\xcd\x20\x12\xd4\xb5\xf5\x09\x0b\x23\x41\x0b\xa5\x68\xfd\x11\x84\x93\x4f\xcf\x36\xe8\xa4\xf8\x18\x3d\xa5\xca\x16\x6a\x99\x4f\x59\x0d\xbb\x15\x9b\x40\xe4\xe7\x9a\x2f\x24\xb4\xb4\xd6\x72\x0e\xf3\x38\x95\x8f\x7a\xdc\xb5\x64\x30\xb1\x78\xde\x4c\x16\xe2\x40\xd5\xd4\xd5\x30\xd2\x18\xd0\xd5\x28\x7a\x80\x45\xee\x96\x90\xf7\xcb\x43\x8e\xcb\x36\xe5\x82\x7a\xd5\xef\x70\xff\x08\xe1\xc5\xfe\x93\xeb\x7f\xba\x2e\x69\x51\xea\xa6\x0d\xb1\x0b\xb1\xfe\x89\x0e\x37\x91\x14\x33\x7b\x59\x5e\x9b\xfa\xda\xff\x76\xb5\x7f\x64\x38\x77\x69\x03\x04\xb5\xd1\x4d\x5e\xf0\x8e\xc2\x3f\xee\xa7\xab\x24\x5f\x33\x0d\x82\x4e\xba\x83\x3b\xf9\xbc\xac\xcb\x2e\xc6\x2e\xf8\x63\x0e\x9b\x60\x30\x60\xc5\x8d\x14\x5b\x4c\x9b\x41\xf0\x18\xcd\x24\x52\x85\xa9\xb7\x65\x7f\xad\x22\x2f\xcb\xc2\xac\xf2\x43\xe5\xac\x19\x33\x17\xca\xa0\x76\x0c\x17\x89\x4c\xe3\xa1\x8b\xe0\x02\x2a\x6e\x71\x1d\x9d\xbc\xd0\x0f\x55\xf6\x49\x59\x3b\x39\xf3\xd3\x23\xea\xfd\xbe\x99\xd7\x6b\xf7\x47\x6c\xe2\xb7\xeb\xf8\x7b\x2d\xd9\x9d\x28\xf9\x7d\x83\x63\x4a\xfe\xda\x40\x17\x78\xe8\x36\x6c\xd2\xa3\x6d\x64\x55\x25\xe7\x1d\xc7\x30\xcd\xb5\x5c\xb3\xf0\xc5\xf1\x11\xd4\x96\x23\x59\xe3\xb2\x38\xf6\x2a\x8e\xa1\x2e\x55\xf9\x01\x1a\x9b\x9c\x53\xf6\xfb\x5d\x54\x07\x73\xef\x6b\x45\x1d\x3b\xc7\xe8\x49\x0d\x8d\xf7\x97\x08\xdf\x5d\xa8\x90\x80\x4c\x39\x90\x6b\x4e\x3c\x35\x44\xf0\x99\x93\xc4\xf5\x82\x3f\x06\x17\xee\x4d\xa6\xee\xbc\x4b\x43\x70\xd8\x83\x67\x2f\xde\xc2\x0b\xc4\xbb\xd4\x65\x55\xb3\x65\x16\x53\x42\x75\x38\x38\x55\xe3\xf7\x5c\xf3\xce\x22\x0c\x5d\x7b\x25\xee\xee\x2f\xb5\x12\x22\x68\x53\xff\xf6\x93\x6c\x68\xe7\xd6\x28\x2d\xa7\x72\x7d\xdd\x16\x35\x1b\x5f\x85\x3c\xd0\x5a\x31\xe9\x78\x66\xf0\xab\x8b\xe8\x06\x47\x8a\x11\x5b\xbf\x9a\x9d\xbf\x30\x9e\xad\xe3\x36\x22\xc4\x71\x1b\x62\x01\xce\xca\x0d\x20\xe4\xfe\xef\xf8\x9a\xda\x5f\xcd\xab\xb2\xde\xd2\xe5\xe9\xb0\xb6\x84\xff\x19\xdd\xea\x73\x14\xc2\xc1\xf9\xa7\x4b\xb6\x74\x40\xf3\x8d\xa3\x19\xf0\xbb\xc4\x5f\x85\x56\xed\xb2\xd7\xdf\xa2\x32\x50\xed\xf6\x44\x5f\x0d\x20\x91\x11\xdf\x02\xa6\xfe\x46\x34\x01\xeb\x72\xc1\xac\x15\xc9\xf1\x62\x46\x9c\xdd\x9b\x53\x3f\xf5\xf6\x5e\x24\xd7\x73\x65\x08\xee\x1f\x81\x1f\xbf\x64\xdf\x99\x87\xa6\x59\xe0\xce\x95\x7d\xab\xda\xbd\xb4\x48\xd8\x77\x98\xe0\x9c\xfd\x4d\x23\x02\x37\xa2\x92\xed\x95\x08\x56\x23\x12\xcd\x67\x45\x89\xe8\xb7\xce\x17\x33\x22\xa5\xbf\x1d\x80\xa9\xf5\xa1\x2c\xcc\xec\x5b\xba\xea\x72\xa7\xcc\x70\x78\xe8\x36\xa5\x8d\x6c\xc5\x49\x08\xe9\xb6\x12\x1b\x57\xe4\xff\xcd\x74\x78\x29\x81\x22\x3e\xd1\x03\x6f\xc2\xba\x97\xe5\x00\xe4\xaf\x83\xf0\x5b\xb0\xf0\x23\xa1\x25\xc4\x88\x56\x06\x26\x31\x38\x97\x61\x87\x49\xd7\x9c\x6c\x83\xad\xca\xdc\x94\xdb\x7b\xec\xfa\x1a\x37\xc9\x61\x69\xc3\xe6\xee\xde\x51\x4a\xe8\x08\x60\xd7\x1a\x43\x64\xb1\x3d\x10\x3f\xd6\xba\x52\x0e\x9e\xee\xf2\xb5\x55\x30\x6a\xfa\xff\x83\x40\x68\x1d\x80\x09\x25\x30\x18\xc3\x35\xdf\x23\x9e\x9d\x2c\xd3\x4c\x03\xc8\x4a\x20\xd9\x08\x26\xa7\xb5\x44\x5d\x31\x5e\x2b\xe2\x79\xa8\xe0\x25\xfe\xc1\x09\xac\x88\x31\x25\x3c\xb2\x1f\x7f\xa5\x71\x7e\x48\x98\x41\x73\x20\x32\x3a\x7b\x24\xff\xe2\xb2\xa9\x4c\x4e\x2b\x00\xa1\x2b\xd2\xb9\x68\xe7\x6c\xe3\x6a\xf3\xcb\xd9\x77\xcd\x46\x7f\xd1\xca\x71\xd6\x82\x1f\x58\xb4\x59\xe9\x57\x0e\x0f\x00\xe0\x69\xcd\xe9\x4b\xb2\x50\x81\x36\x3c\xb2\x0d\xd0\x51\x7a\xe3\xfe\x62\x53\x84\x8c\x60\x3a\x18\x91\x2b\xd0\x9c\x09\x8f\x0f\xf4\x7f\x09\x44\x19\x80\xac\x20\x9f\x3e\x2d\x65\x8b\xbb\x8f\x39\x93\x6e\xa5\xe0\xe1\x33\x5d\x01\x16\x76\x9d\x33\x6c\x90\xb2\x92\xcd\xa8\x65\x05\xfb\xe1\xe6\xdd\x61\x17\xbe\x49\xf0\xc6\xcd\xbf\x57\x62\x2e\xd3\xaf\xb4\x1b\x8d\x18\xa0\xda\x28\xf4\x01\xf9\x47\xd4\xcc\xe1\x52\x35\x84\x92\x69\xbc\x34\x36\x29\xa9\xc1\x5d\xd0\x57\x31\x15\xe9\xda\x45\xe5\x4b\x5a\x9b\x76\x9e\xd4\x8f\x25\xf0\x08\xd2\x2f\x78\xbc\xde\xfd\xbe\x02\x10\xf7\x77\x0c\x52\x7a\x1d\x6d\xf1\x48\xef\xcd\x9e\x04\x9d\x50\xe1\x35\xb6\x91\xc9\xd2\x9d\x97\x74\xd0\x58\xf8\x84\xfb\x0a\xcf\xd8\x55\xa6\x81\xe5\xe4\x96\x6a\xb9\xe5\x34\x2d\x66\xf6\xd3\x21\x18\x78\x47\x46\x3e\x06\x77\x6c\xe4\x50\x1f\x39\x70\x46\xca\x68\xdb\x42\x8a\xe4\x0c\xc6\x2c\x51\x68\x48\xd7\x51\x36\xc1\x60\x21\xa5\x74\xbe\xaf\xf2\xa5\xd1\xa8\x20\x86\x61\xce\x84\xd3\x81\x24\x1d\x69\x63\x0c\x32\xd2\x1d\x63\xbb\xcb\x17\xb3\xfb\x05\x62\xdb\xa2\x12\x46\xac\x2b\x5a\x07\xa4\x7a\x00\x3a\x90\x08\x0d\x89\xda\x1f\x2d\x22\x46\x0a\xd7\x27\x4c\x71\x61\x67\x66\x8e\xa5\xec\x57\xb9\x7d\xef\xf5\x81\xfa\x6d\xc7\xbc\x6a\x3b\xba\x27\xb5\x05\xbf\x4e\x0f\x0d\xd1\x1d\xd0\xed\x2e\x5a\xa2\x00\x84\x3c\x1f\xa3\xbd\xf8\x4e\x46\xd7\x58\x1b\x60\xb6\xee\x2d\x98\xb9\xe1\xf7\x29\x42\xd1\x94\x1e\x73\x62\x06\xa7\x3a\x1f\x07\xb6\x9a\x55\x88\x38\x86\xab\xe6\x40\x37\x5d\xcb\x2a\x86\x4b\xdc\x78\x83\xd9\x71\x15\x59\xfe\x62\xbe\xb8\xe2\x1a\x7a\xd3\x75\x1a\x18\x3d\x3a\xd6\x29\x14\x4d\xc4\x80\x22\x88\x55\xea\x60\x9a\x35\x2b\x3d\x70\x29\xa5\x35\x2c\xe7\x42\xa0\xff\x29\xa3\x32\x2c\x9d\x22\xe5\x92\xd5\x50\xab\x6e\x30\x33\x06\xc1\x0e\x26\x10\xa6\x8d\xc7\x60\x5a\x43\xa2\x4f\x27\x56\x6b\xaf\xbb\x4d\xdd\x23\xc6\x3a\xa7\xbb\xc8\x55\x3a\xdd\x91\xa0\xfe\x7b\xbd\xe6\x58\x1a\x61\x07\xdf\x5b\x7f\xd7\xd8\x6e\xc9\x61\x81\x1d\xea\xef\x4c\xc9\xb5\x25\x52\xb0\xbb\xbd\xdb\xa8\xde\xa5\xa9\xcb\xf5\xd1\x9a\x38\x7f\xbc\x48\xb3\xfb\x3f\x7f\xf6\x0b\x32\x6e\xe0\xe2\xac\x8d\xac\x53\xb0\xbb\xfc\xfc\xf9\x2f\xc4\xa2\xdd\xff\xf9\x8b\x5f\x2c\x58\xb4\x61\xfd\xf9\x2a\xdf\x9a\x99\xdc\xbb\xa8\x2e\xcd\xb1\x41\x0e\x75\x7d\x85\x7d\x6b\x2e\xca\xe6\x60\x91\x09\x6b\x63\xa0\x9f\xca\x34\x47\x96\x27\x31\xef\x68\xc5\x34\xf0\xa8\x57\x26\xd4\x42\x92\x35\x0c\x89\x45\xa1\x45\xcf\x46\x88\x45\x7d\xd8\xcd\x15\x29\x16\x04\xe5\x5b\xf9\x3b\x6f\x43\xe3\x5a\x0c\xa9\xa9\x9b\xfd\x1a\x21\x0b\x4a\x70\xc2\x44\x59\x00\x0f\x34\x2b\xc7\xb4\xfe\x93\xfc\xfa\x9a\x27\x08\xac\xfc\x1a\xba\x6b\xbc\x55\x26\x61\x80\x17\xa5\x1d\x89\xc6\x16\xc3\xcd\xb4\x47\xfa\x24\x5f\xd2\xb9\xb7\x55\xf6\x8a\x75\xb8\x03\x30\xd1\x69\xf9\xd1\x47\xf5\x5a\xc3\xf8\x93\x0a\x3f\x22\x7a\xb4\x75\xeb\x35\x00\x4a\x5b\xef\x01\x1f\xef\x42\x69\xbe\xdb\x7e\xdf\x8e\xc2\xc8\x5a\x01\xc9\x11\x59\xff\x07\x90\x2c\x43\xd5\xa6\x2e\x93\x21\xfe\x23\x6b\x26\x6c\x11\xb1\xd3\x2b\x6e\xb0\x45\xa2\x06\x53\x5f\xf3\x0e\x50\x45\x91\x5c\x9a\x44\x7f\x33\x31\xae\x0a\x13\xf7\xf7\x76\xb4\x6f\x38\xa1\x9c\xe3\xfd\x03\x29\xe4\xe8\x62\x89\x3a\x09\x5b\xbe\xa7\xb4\xd3\xcf\x2e\xa4\x90\xb8\x66\x92\x10\x71\xe1\xa3\xd1\x9a\x70\xe9\x3d\x3e\x52\xd8\xb2\x9e\xbb\xf0\x15\x16\x75\xc4\x36\x6e\xc5\xac\x82\x70\x29\x75\x6d\x2d\xaf\x0f\xc4\xfb\xb3\x9d\xe5\x79\x2e\xea\x44\xa7\xae\x48\x0c\x6a\xdf\xa4\x46\x59\x97\x9f\x80\x2d\x25\xf1\xd6\x48\xa8\x85\x29\x4a\x78\xdc\xe7\xed\x02\xc7\x3a\xda\x12\x03\x07\x2e\x37\xf4\xfc\x02\x19\xf2\x34\x3c\xdb\x7f\x96\x8b\x5d\x4e\xbb\xdc\xe7\xa2\xb6\x4c\x8a\x97\x4d\xd5\x28\x6f\x92\x3d\x45\x97\x83\x72\x28\x6b\x89\x16\xf4\x98\x59\x29\x0d\x47\xc5\x7a\xde\x64\xe4\x92\x14\xe0\x63\xf3\x92\x52\x75\x70\x0c\x6a\xe1\xa4\x54\xa3\xaf\x64\x9c\x5e\x35\x39\xd6\x04\x2c\x09\x02\x26\x4d\x1d\x07\x1b\x31\x1b\x48\x2a\xa0\x94\xef\x66\x92\xc4\x9a\x47\x36\xe2\x44\x56\xb7\x5a\xb6\xba\xbd\xcd\x32\x30\xde\xb3\x33\x11\xc8\x40\x6f\x37\x94\xaa\x04\x88\x93\xb7\x27\x4a\x3c\x17\x1f\x28\x3b\xf3\x58\x90\x41\xad\x2b\x89\xe4\x38\x02\xae\x96\x30\x0f\xc7\xd9\x20\x33\x2f\xa1\x82\x56\x99\x48\xcc\x86\xf3\x48\x94\xff\x2e\x64\x06\x8a\x7a\x9d\xf6\xbb\x5a\x90\x58\x39\x7b\x98\x5b\x33\x18\x83\xfc\x3b\x1b\x19\xa6\x5e\xca\x2a\x58\x3f\xe5\x5f\x99\x93\xaf\x05\x84\xae\x89\xd6\xd8\x43\x45\x77\x92\xa8\x1e\x9e\x40\x21\x58\x97\xea\x14\xa4\x1e\x75\xd3\x00\xde\x6d\xc0\x1b\xb1\xda\x46\xfa\x7d\x12\xe9\x86\xad\x46\x3e\xba\x81\x40\x1b\x94\x61\xd0\x92\x2b\xe7\xb9\xc9\x9d\x82\x33\x13\x10\xf1\x05\x71\xad\xc3\xbb\x3e\xce\x13\x38\xfb\x95\x1a\x1f\x38\x23\x88\x2e\xad\x2f\xb3\x13\xce\xcb\xc8\x3c\xc5\x84\x04\xd4\x00\xce\xe1\x88\x19\x88\x18\x09\xa2\x8a\x0f\xb8\xc3\x07\xe0\x26\x0a\xa5\x90\xff\xc4\x3f\x94\x4e\x2a\x8a\x45\x50\x49\x16\x2b\x12\x20\x04\x88\x69\x80\xec\x00\xcd\x54\xc5\x9c\x47\xe1\xe4\x6b\x61\x63\x10\xad\xe9\x28\x31\xff\x2d\x29\x96\xdc\xf7\x2f\xc2\xf7\xeb\x83\xcd\x41\xbc\x34\x03\x85\xeb\x66\x07\x4d\xad\xf2\x17\xd2\xdb\x5f\xea\xe5\xfe\xcf\xff\xff\x2f\xd6\xf7\xc5\x3e\x02\x1b\x30\x65\x3a\xa7\x7c\x01\xee\x01\x44\x59\xdc\x7a\xbf\x87\xd6\x79\xe3\xd4\x55\x31\x50\x4f\xdd\x10\x8a\xa0\xad\xb0\x33\xa7\x2d\x8f\xfc\x73\x05\x44\x6f\x79\xda\x48\x3c\x33\x0d\xfc\x91\x98\x81\xc1\xda\xa6\x57\x6b\x08\xc8\x3d\x43\xd5\xc9\xeb\xbd\xd1\x4c\x1a\x74\x2f\xb2\x4b\xcd\xa6\x8d\x4e\x90\x60\x0e\xe2\xeb\xe8\x5c\xb1\xe9\x14\x44\x1d\x19\xb8\x7b\xb7\xde\x43\xfa\xd1\x47\xda\x47\xae\x25\xe2\xb3\x73\x3a\x6c\x6c\x8f\x85\xfd\x9e\xd3\x99\xf8\x44\x64\xfd\x39\xb1\xe5\xaa\xa0\x2b\x7e\xcb\xbe\x17\xeb\x56\xb2\xba\x05\x82\x29\x6b\x0a\xfb\xcf\x24\xf1\xea\x0b\xa4\x21\xaf\xe7\x6c\xb4\xe0\xe1\x7b\xa3\x9d\x3a\x66\x8a\x65\x93\x8a\x27\x8c\xa5\x2c\xc6\xd2\xea\x18\xa2\x0b\xa8\x87\xfa\x08\xa4\x7e\xd8\x14\xd0\xeb\xea\x89\xaa\xb6\xb7\xc7\x7b\xe2\xe6\x1c\x9e\xbc\x03\x00\xd1\x04\xb1\x24\xae\xaa\x72\xdb\x99\xe8\xe4\xd2\x7f\x6e\x3f\x83\x5f\xbd\x65\x04\x49\x7a\x4a\xf5\x0a\xd6\x7c\x06\x91\x5a\xb1\xee\x9a\xa6\x52\x0f\xe9\xda\xf7\xe8\x8c\x96\xfd\x3d\x92\xd2\x9e\x64\x17\x0c\x0e\x65\xac\x14\xf4\x0a\xab\x9e\xc0\x1d\x41\x8c\x28\x19\xa2\xd2\xe3\x8a\x86\x3e\x50\x11\x8b\x16\x1c\xc9\x15\x0f\xa3\x99\x17\x07\x5a\x1c\xd0\x2c\x16\xd3\x9f\xde\xfc\x5e\x55\xe5\x1a\xe6\x3d\x5b\x88\x3e\xae\x37\x26\x27\xc4\xf4\xfb\x49\x25\x98\x74\xaa\x74\xc1\x2e\x36\x44\xc9\x23\x06\x32\x9e\x37\xf3\x5f\x1a\x61\x21\x39\xa2\xa0\xed\xd5\xcb\x3c\xed\x49\xc8\x6b\xa2\x10\x0b\xd4\x35\x02\x14\x36\xeb\x2d\x31\x36\x89\x32\x76\x3a\x62\x76\x8c\x4b\x1d\x2e\x06\x68\xc8\x3e\x71\x79\xf7\x3e\xed\x4d\x9d\x18\x28\x6a\xb0\xd5\xa8\xa6\xa4\xd0\xe7\x2b\xd2\x66\xe7\x72\x24\x67\x92\xe8\x8e\x4f\xee\xa0\xa3\x5e\xd2\xa1\x69\x46\x67\x46\x82\x9b\x89\x31\xd2\x8a\x1f\xff\x8d\xd8\x99\xc9\x6e\x37\x29\x8a\x8f\x35\xca\x79\x04\x4b\x9e\xab\x89\xb1\x75\xc4\x83\xce\xbb\xa2\x24\xed\x30\x87\x18\xd7\x5e\x44\xdc\x62\x0f\x2e\x5a\xe2\x87\xe1\x6c\xe1\xa0\xd1\x86\x68\x53\xfb\x44\x60\x5f\x62\x55\x63\x44\xa2\x35\x23\x90\xb3\x10\xb2\x17\x56\xd9\xb6\x83\x79\x0e\x38\xf0\xa8\x50\x59\xd4\x78\xf8\xde\xc7\x7e\x38\x76\xc1\x54\xcc\xc3\x61\x75\xa2\xca\x36\x42\x5d\xdd\x63\x0e\x7d\xbe\xcf\x8f\x7a\x7b\x4d\xf9\xdf\x78\x0c\xc1\x81\x62\x04\x52\xa8\x64\xdf\x6b\x26\x19\xc5\x11\x6f\x99\xd4\x89\xbb\x74\xdc\xb1\x9c\xa1\xd8\x69\xe6\xbc\x21\xce\x04\x2c\x31\xd1\x58\x66\x8a\x95\xc6\x7e\x33\x3e\xa0\xb1\x3d\x74\x9c\x33\x3e\x96\x1d\xda\x7d\x9f\xca\x21\xb2\x9a\xb5\x32\x29\x8a\x52\x29\x11\xca\xdc\xd5\x2b\xfb\x2d\x02\xdb\x34\xcd\xd6\x22\x8c\x88\xff\x88\x0a\xd6\x65\x27\x65\x48\xd6\xfa\xbc\x57\x88\xc0\xa6\x65\xc8\x42\xfd\x0c\x37\xa7\x39\x32\xc6\x02\x0c\x7a\x3b\xbf\x16\xbd\xb8\x20\x09\x3f\x22\x10\x0e\x65\x7a\x1d\xb2\x9a\x85\xa8\x26\x0f\xa2\xe1\x22\xe3\x18\x09\xc9\xbb\x62\x04\x48\x30\x05\x2c\x63\xef\x09\x42\xda\x4a\x18\x2c\xb2\x11\xb0\xd3\x07\xd2\x39\x22\x98\x8b\x3f\x22\x24\xc9\xca\x85\x9d\x66\x86\x5d\x18\x1a\xad\xc4\x96\xfb\x3e\x3b\xe2\xac\xed\xca\xcb\xea\x71\x9c\xe7\x08\x94\x6c\xcf\xc8\x6a\x57\x0c\x6c\x87\xa2\x62\x90\x38\x89\x10\xe2\x19\xd2\xc0\xa4\xb1\xae\x2e\x18\x99\xa4\x34\x49\x4b\xf6\x1d\x27\xe1\x93\xf4\x60\xd1\x00\x38\xe7\x39\x07\x94\x83\xf5\xb2\xe2\xb0\xa0\x29\xd6\xdb\xec\x09\x4e\x40\x77\xf3\x27\x12\xb6\x22\xc7\x6a\xc4\xf4\xf7\x0c\x93\xec\xb7\xec\x24\x0d\xf1\x5c\x8e\xbb\x51\x99\x37\xaa\x13\x39\x0c\xa7\x40\x82\x0a\x49\x87\x33\x40\x42\x88\x58\x2d\x91\xe7\xc6\xe9\xd1\x54\x71\xf6\xa3\x59\xbb\x84\x29\x53\xa8\x0a\xd9\x17\x52\xc2\x9a\x3f\x1a\x43\x3a\x32\x8f\xd2\x19\x9c\x7f\x36\x9b\x04\x97\xbf\x42\x3c\xe4\x10\x49\x40\xc4\xb1\xd2\xc8\x6a\x49\x88\x0b\x37\x40\x0d\x5d\xf0\x71\xe6\x84\xe9\xa2\xbc\x28\x0b\x8e\xea\x69\x93\xd0\xf4\xb1\xfd\xe0\x3b\xfd\xfc\x48\xa7\x0b\x23\xc9\x2e\x6e\xeb\xb3\x17\x81\x2c\xf7\x5a\x81\xc5\x96\x9d\xa0\xf9\x69\x04\x7e\x71\x6c\x24\xa0\x6b\xaa\x35\x11\xd6\x8d\xd0\xc9\xd7\x44\xc8\x14\xd4\x8b\x60\x29\x03\xb7\x1f\xf8\xca\xeb\x43\x9c\xae\xe5\xcb\xe1\x82\x26\x68\x96\xf8\x69\x5f\xf9\x1f\xf4\xb6\x1b\xee\xad\x14\xaf\xc9\x00\x3d\x61\xc7\x61\xce\x6d\x88\xbc\xd9\xf5\xd2\x4f\x63\xc1\x17\x12\x2b\xc2\xdb\x6b\xe8\x21\x78\x42\xab\xbd\xad\x0e\xb6\xbc\x10\xef\x49\x96\x2a\x4e\xf4\x32\x38\x89\xd4\xc8\xbc\x1e\xce\x13\x52\x12\x60\xb2\x04\x71\x56\x76\x7a\xd1\xb7\xb7\x4d\x82\x5d\x3d\x80\x2f\x7f\x0e\x78\xab\xc5\x91\x03\xc9\xb9\xe0\xe1\x6a\xe6\xd6\xc8\x53\x0d\x99\x05\x36\x8a\x40\x16\x3e\x71\x4a\xc3\x25\x98\xb4\x61\xdf\x37\x9c\xcf\x07\xc3\xd9\xab\xc7\xdd\x60\x24\x05\x56\x55\x87\x23\x44\x81\x24\x00\x64\x20\x88\xc6\x16\xb9\x4a\xdf\xda\xed\x17\x42\x0b\xa2\x9a\xef\x9d\x49\xc8\x94\xa5\xc9\xdb\x32\xcb\x7e\xc9\x3a\x30\x66\xfa\x34\x04\x9e\xe3\x6e\x63\xcf\xbb\x7e\x53\x20\xf7\x71\x94\x30\x02\x92\x82\x03\xf5\xf4\xf8\xbd\xe4\x2f\xf8\xc8\x5b\xcb\x5d\xce\x3d\x6b\xcf\xf0\x68\x8a\x9a\x57\x88\x70\x50\xf6\x7a\xb8\x5d\xbe\x25\x11\xc5\xdd\x30\xef\xb9\x5a\xc4\x5d\x3a\xf1\x1a\x13\xba\x4e\x27\x79\xc8\xaf\x46\x8d\x4d\x13\x1e\x22\xf6\x6d\x8d\x94\x97\x1e\x02\x61\x0e\x81\xd3\x68\xda\x59\xb4\xd5\x7b\xe1\x35\xc7\xaa\x04\x9e\xa8\x5f\x55\xe3\x26\xa2\xba\xad\xd9\x35\x9c\xd7\xf3\x3d\xd5\xdd\x36\x8b\x17\x0a\x59\x49\x4a\xce\x1d\x31\x97\x94\x7f\xb3\x24\xa1\x88\xf8\x63\x45\x29\x6f\x76\x2e\xa7\x84\xf7\x0f\x56\x9b\x5d\x65\xb3\x63\x43\x1d\xd9\x20\x98\xee\xa5\xb0\x57\x8e\xcd\x3a\x82\x18\x66\xb7\xdc\x45\x28\xfc\x98\xba\xdb\x83\x0a\x23\x1d\x53\x7b\x92\x99\x77\x1d\x87\x3d\x68\xae\x6b\xd0\xe1\x92\xc9\x75\x7c\x65\x99\x0e\x14\x0f\xf4\x19\xa9\x41\xe0\x3a\x5a\xbb\x50\xb0\xe8\xd0\x22\xcc\x54\x52\x32\x6a\xae\x7a\x0e\x42\x29\x9c\xaf\x5c\x9d\xbd\x79\x7d\xfe\xd6\xcb\xdf\xb9\x9e\xc6\xdc\xa7\x73\xa9\x25\x29\x7d\xf6\xa4\x65\xa6\x4e\xbc\xe4\x4b\x18\x86\x20\xa1\xec\x6e\x77\xf4\xf2\x33\x7c\x06\xa7\x2a\x0d\xd5\xf2\xa8\x50\x84\x05\x95\xb7\xc3\x5c\x1c\x47\x74\x0c\x78\x9c\xeb\xf7\x1d\x7e\x10\xc7\x2f\x9a\x20\xa2\xbd\x8e\x39\x43\xb8\xe2\x85\x78\x08\x7d\x20\xfb\x7f\x7c\x7c\x6e\xc7\xba\x49\xdd\xe2\x2c\x3f\x6c\x66\xea\xb4\x23\xa7\xf5\xaa\xe5\x57\x84\x46\x20\x2c\xf1\xbc\x96\x38\x2f\xdc\xa5\x9a\xbf\x7a\x04\x4e\xe4\x4b\x3c\x4c\xb3\x5f\x89\xb2\x66\x04\x68\x2f\xb9\xd4\x66\x48\x03\x0e\x52\x37\x06\xb3\x68\x8a\x2b\x1f\x79\x36\x90\x20\xf4\x05\x16\x27\x46\xc4\xc9\xd1\xe9\xa3\x4b\x44\x23\x5c\xe6\xda\x88\xe0\x9c\xc6\x37\x07\xe7\x64\xc9\xae\x17\xb2\x25\xd3\x27\x69\xd4\xa5\xe1\xe1\xd0\xa1\x03\xc7\x1a\x05\xe9\x9a\xf9\x17\x0e\xde\x88\x38\x04\x61\x6d\xae\x0f\x0b\x76\xb7\x9a\x0e\x07\xce\x16\x9d\x88\x31\x05\x85\x40\x67\xc1\x76\x5f\x5e\xe8\x1d\x2c\x41\x06\xad\x4f\x87\x5e\x4a\xe4\xa0\xc6\xdd\x4c\xb3\x97\x39\xb4\xf9\x85\x37\xf3\xea\x83\x0b\xaa\x15\xe3\x46\x39\xdd\x41\xc8\x87\x3e\x36\x1e\x76\xd3\x07\xb0\x3a\xe8\x0f\x00\xbc\xb9\x19\x30\x83\xf5\xd0\xab\x4a\x81\x39\x26\xdd\xf9\x4b\xf3\x10\xc6\x89\x56\xf4\x7e\x8e\x52\x08\x21\x0e\xa2\xd1\x06\x89\x50\x85\x76\x4c\x29\xb0\x64\xb2\x08\xb4\x1c\x1b\xce\xde\x04\x57\x5b\xf0\x60\x8f\x4d\x87\x00\x73\x0d\x5c\x25\x2a\x5e\xbb\xcc\x0b\x4f\x68\x03\xac\xd9\xee\x11\xaf\x3e\x67\xdc\xcf\x25\xb6\x1e\xe4\xad\x62\x2e\x88\x59\xb0\x95\xea\x7d\x0e\xe1\xea\xd7\xf8\x87\x4f\xfe\x76\xfe\xfa\xd5\x89\x8e\xf1\xdd\xe4\xf2\xf2\x72\x02\xe0\xc9\xa1\xa5\x4d\x8e\x8f\x85\x0e\xfa\x04\xcf\x22\x7c\x6d\xba\xe5\x57\x0f\xe8\xdf\x4f\xa7\xd9\x19\x88\x58\x4a\x0b\x56\x92\xd8\x0e\xfd\x94\x7f\x89\xaa\xe9\x51\xe2\x07\x2e\x92\x14\x85\xf1\x85\x8b\x05\x14\xa7\x1d\x59\x40\x71\xc4\x0e\xa2\xb2\x59\xb6\xd4\xf7\x39\xff\x13\x7f\xaf\xf2\xe5\x76\x3c\x33\xc7\x00\xaa\xa4\x6e\x78\x10\x2f\xe8\x8f\x2c\x1d\x81\x40\x88\xd9\x54\x0d\xa6\xbe\xcc\x5c\x98\xda\x1f\x08\xac\x43\xb4\x64\xca\x6c\x39\xd3\x8f\x23\x6d\x24\x4b\x8b\x9e\xf7\x9b\x41\x3b\xec\xbd\xda\xd4\xd5\x15\x91\x16\x79\x76\x45\x96\x0b\xdf\xdd\x96\x72\xed\x4f\x07\xb5\x39\x5b\x28\xfd\xd9\x5e\xb1\x39\x8c\xa6\xb2\x51\x17\x64\xe3\x25\x0b\xe6\xfe\xe3\x80\x93\x5e\x1b\x92\x88\x63\x86\xc3\x49\x5b\x93\x43\x3e\x5c\x2c\x82\xc8\x0c\x65\x68\x74\xa4\xb6\xe8\x4e\x9f\x04\x7d\xe9\x28\x80\x46\x66\xb0\xc9\xed\xc1\xdb\x7c\xed\x75\x83\xa3\x08\x99\xbd\xa1\xff\x8d\xa3\xca\x51\xd1\x0c\xbf\x98\x43\x4d\x05\xf2\xf8\xf8\x72\xfe\x5c\x49\x53\x32\xf8\xec\x14\xf7\x0e\xb7\x85\x1e\x48\x27\x48\x44\x2f\x54\x38\x69\x54\xec\x27\xd1\x9a\x8a\x44\xde\x31\xe1\xeb\x33\x3b\x4c\x34\xfa\x57\xdc\x11\x7e\x4e\x49\x52\x9f\x3f\xea\x65\x35\xe9\x83\x8f\xf6\x70\x84\xb9\x56\xe1\xa2\xdf\xc3\x88\x22\x42\x1c\xbc\x70\x4b\x97\xc8\xaf\x66\xec\x4c\xf3\xcb\xc1\xbb\x6e\x44\xaf\xc5\xa3\xe0\x83\xca\xf4\xfb\x6d\x72\x4c\x81\x08\x39\x4a\x81\x86\x3e\xe5\xb4\x36\x89\xc7\xc4\x39\x40\x40\x26\x38\xa8\x64\x1d\x64\xeb\x21\xb7\xc6\x18\x9c\x0e\x4e\x6a\x14\x3b\x39\x28\xeb\x3d\x3b\xd4\x3f\xe3\x1b\x22\xb0\x70\xd5\xcd\xeb\xbc\x4a\x30\xb6\xaf\x9a\x2b\x49\x5c\xf0\x98\xff\x9e\x7c\x6b\xae\x6c\x6f\x72\x01\xca\x01\x1d\x8d\xab\xf7\x5a\xa7\x66\x9e\xb4\xad\x29\x93\x83\x13\x54\x76\xa4\xa5\x90\x5a\x21\xc8\x39\xb1\x3d\x62\x64\xe8\x83\x78\x78\x0f\x93\x86\xf8\x0f\x7b\x1c\x89\xe7\x8f\xab\x86\xa0\xfe\x61\xd5\x48\xc5\x70\x3c\x8a\x3f\xc1\x62\x1c\xa1\xcf\xef\xad\x0d\xda\xfc\xb0\x10\xfd\x31\x0c\x78\xde\x79\xd8\xe8\xa8\x1a\x6e\x50\x51\x76\xed\x2b\x91\xbb\xdb\xe0\x6f\xe2\x38\xea\x41\xbb\x9e\x86\x44\x8c\x75\x88\x3b\x1d\x51\xa1\x46\xd1\xb5\x2e\x33\x90\x84\xdc\xdc\x16\x9e\x7f\xdb\x88\x03\x2e\xc7\x97\xf5\xb8\xaa\xbd\xa0\x31\x4e\x17\x6d\x73\x69\x11\xc6\x7e\x68\x97\x66\xc6\xcf\xe6\x70\x8e\xe7\xc2\xbb\xec\xd7\x0a\x09\xbf\x0b\xda\x5d\xdf\xb7\x76\x2f\x9e\x3a\xfc\x55\x6c\xf1\x6a\x8a\xd7\x6f\x6c\x92\x4e\x1f\xff\x10\x37\x8f\xc7\x54\x3a\x11\x03\x75\xe2\xe6\xc1\xb5\xec\xa6\xb9\x9c\xe3\x2f\x0e\xcd\x47\x30\x3a\x01\x13\x77\xd9\x61\x43\x6d\x7d\x2c\xb2\x83\x06\x8c\x2c\x97\xbb\xfb\x32\xb6\x63\xaa\xc5\xdf\xf3\xcf\x41\xcd\xc6\x2e\x6b\xfa\x83\x40\x25\xc7\xc0\x4f\x2c\x04\x04\xa0\x38\x86\x93\xdb\x53\x8c\x0d\x41\x1d\x02\x89\xdc\x3c\x7c\xf1\x4a\x7f\x71\x0c\x85\xbc\x60\xc9\xa9\xa6\xc2\xa8\x7d\x98\xc6\xd4\x87\x6b\x7c\xa7\x7f\x84\x22\x09\x94\xe1\xbf\xfd\xe3\x9f\xfc\x2b\x80\x14\x6d\xbe\xea\x10\x59\x4d\xcb\xbb\x0a\x9f\xf7\xad\x71\x15\xdf\xb4\x66\x32\xa8\x46\xf8\xc2\x3a\x3c\xa9\x8b\x0b\xf7\x50\xab\x2b\x62\x1b\x5d\x6c\x97\x73\x05\x39\xa4\xa5\x59\xc0\x46\xc0\x92\xb3\x97\x13\xd9\xbe\xcf\x4f\xbe\x79\x2a\x30\xec\x98\x77\x96\xe4\x17\xe7\xed\x85\x18\xb9\x50\xdc\xe5\x6b\x0d\x93\xcf\xd7\x3e\x08\xd7\x15\x31\xcf\x09\x5f\x9a\x14\x7e\x10\x8a\xa9\x21\x44\x60\x35\xc4\x4c\x10\x87\x17\xe1\x2b\x87\x66\xa5\xd1\x31\x9a\x40\x38\x59\x12\x55\x12\xeb\x1c\x26\x4a\x6b\x1d\x90\xe3\x54\x2f\x49\x9a\x98\xef\x7c\xae\x14\xf5\x84\x0c\x37\x1c\x62\x7f\x8a\xe6\x52\x5d\x00\x5d\xed\xcb\x16\x16\x9f\x73\xb1\x60\xc6\x58\x66\xcf\x60\x73\x09\xc7\x60\x24\xe4\x3c\x0c\x3b\x8c\x63\x0e\x5c\x03\x44\x0e\x31\x51\x68\x3d\x42\x05\xb0\xd7\xe0\x0c\x5f\x22\xdb\xd9\xff\xfe\xef\xff\x6b\x6c\x7b\x8c\x65\x9f\x88\x76\xcc\xe4\x87\xfe\xf6\x88\xaa\x3a\xc4\x97\xad\x7b\x1f\xaf\x76\x16\x24\xa2\xce\x97\xa6\xb4\xc6\x65\x63\xf5\x26\x0d\xae\xa9\x64\xcf\xbf\x7b\xb4\xd7\xb7\xc4\x2e\x8c\xe4\xad\xc4\xb3\x9d\x6b\x53\xe4\x6a\xf0\x88\x56\x86\x73\x20\xda\x8d\x5b\x13\x8e\x03\x8e\x17\x31\xda\x68\x78\xfe\x26\x39\x1d\xb1\x8d\x2c\xde\xec\xfe\x88\xb9\x46\xc7\x36\xbf\xdb\x98\xf3\xbc\x42\x30\xef\x95\xa6\xfd\x7c\xc2\x0c\xa8\x54\x8b\x2e\x3f\xe6\x72\x47\xae\xbe\xbb\x77\x7e\x6e\xda\xf5\x2f\x51\xba\x69\x5d\x47\x8e\x8c\x2d\x7a\xc6\xac\x18\x2c\x8a\x3f\x97\x9b\x15\xca\x83\xde\x9b\xbc\x3e\x0e\x5d\xbc\xfd\x42\x28\xfa\xd4\x87\xde\xf5\x5f\xf2\x4d\xdf\x5c\xd9\x37\x73\x61\x30\x8b\x58\x36\x86\x97\x92\x69\xf6\xc8\x9f\x48\xd0\x62\x64\x2d\xeb\x0b\x3c\x94\x6a\x9b\x9d\x81\x55\x33\x64\x35\x2e\x6b\xcd\xf1\x87\xf4\xd4\x96\x53\x53\x5b\xa4\x66\xbc\xe4\x07\x46\xa0\x74\x64\x3d\x25\xeb\x15\xa1\xdb\x95\x92\xe3\x89\x48\xa3\x90\x41\xb4\xe8\x92\x81\xd0\x9f\xf1\xd0\x81\xa7\x11\x47\x8c\x61\x8a\x6c\xfd\x76\x1b\xac\xc3\xf5\x0f\xca\x00\x39\x81\x8e\xd1\xae\x76\xa0\x90\xb0\xd1\xba\xd1\xb0\x39\xc8\xdb\x43\x7d\x2f\xfe\x90\xe4\xf2\x5c\xa3\x49\xec\x30\x5c\x13\x2d\xc1\x5a\xf7\x8d\x56\x43\x74\x1d\x09\x94\x9e\xff\x50\x49\xf3\x61\x94\xdc\xc7\xda\xee\xb0\x12\x89\x93\x39\x0a\x6e\x87\xfd\x36\xbe\x39\x12\x85\x3d\xcc\x65\xfe\x8f\xc7\x61\x27\x6d\x49\x0e\x84\x0f\x8a\xc5\xfe\x2b\xc6\xfc\xf7\x64\x03\x8d\x15\x72\xbd\xb4\xa0\xbe\x68\x24\x3f\xe8\x5f\x30\xae\xa7\x35\x3c\xdf\x95\xe0\x26\x71\x08\x38\x26\x9f\xa9\x95\x9e\xb6\xf0\x5f\xc9\x14\xda\x33\x83\xc7\x89\x42\xfb\x43\xee\x25\x9c\xd4\x07\x10\xa3\x4c\x93\xde\x99\x26\x69\x72\xc8\x3f\xf6\x72\x51\xf6\xad\xde\x49\xed\xe3\x76\x6f\x97\x2f\x64\x24\xc5\xf4\xf1\x4a\x01\x4b\xbd\x41\xb2\x1e\xd2\xdb\x2f\x3d\xbf\x26\x49\xa9\xff\x42\x92\x93\x23\x16\xa1\x91\x6c\x27\xfd\xa1\x82\x36\x69\xb0\xce\x87\xcd\xcd\x13\xb3\x11\x8c\x1c\x9b\xdf\x49\x78\xa1\xf6\xb8\xbc\x10\xe9\xa2\x45\x12\xf7\xca\x3a\x16\xa6\x24\x69\x14\x2f\x7e\xac\x3f\x0a\x18\x8a\xed\x83\xaa\x11\xe9\x6f\x3a\xaf\x16\x09\x19\xb3\x95\xea\xcb\xd5\xbd\x8c\xd3\x16\xf7\xcb\x1c\xad\x94\x8c\x26\x19\x56\x80\xdd\x9a\x1c\x90\x98\x5d\xb5\x78\xf0\xdd\xd5\x8e\x3a\x18\x34\xd1\x0f\x23\x71\xdf\xd5\x1c\xe6\x2e\xa6\x50\x40\xab\xbd\x34\x92\xd0\x6b\x01\xf2\x18\xb5\x25\x96\x38\x97\xd4\x28\x2e\x21\x76\x80\x0a\x38\x9a\x5a\x7d\x17\xb5\x40\x6f\x4d\xbd\x7d\xa2\x84\xd5\x3e\x77\x2a\xdf\x2f\xe5\xa6\x66\x1b\x9b\xb0\xb1\x3e\xb3\x7b\xc9\x0f\x1b\xb2\xc6\x9e\xef\xd8\x2f\x07\x0d\xe3\x65\x2d\x79\x44\x2b\xdc\xc3\x7a\x13\x4f\x91\x00\x9c\x3a\x2d\x25\xac\xc5\x7d\x1d\x0c\x55\x3e\x83\xc5\xd1\x04\x5e\xb3\x97\xb4\xd0\xd7\x22\xc2\x8e\x14\xf7\x72\x62\xf0\x45\xc4\x9b\x34\xb1\x4b\x73\x8a\x69\x17\x31\xc5\xc9\x00\x5c\x0a\x87\xa9\x6b\x93\x19\x62\xd7\xa7\xb2\xb5\xbd\x6e\x63\x90\xa3\xfd\xca\x9b\x5c\x47\xfa\xc6\x73\x6f\x25\x67\xed\x64\x3b\xfe\xc1\x6e\x46\x46\xa2\x2f\xa4\x2b\x75\xc4\x8f\xde\x38\x62\x80\xa3\xe3\x80\x1f\xaf\x44\x1c\xa0\x1b\xe7\x87\xe4\x49\x6b\x3c\xc4\xf0\xa0\x76\x62\xc1\xd5\x25\x1c\x8c\xcf\xa5\x69\x88\xbb\x04\x6b\xb1\x1d\x49\xdb\x20\x35\x8e\x5d\xbc\x52\xca\x87\xc2\x0e\xd8\x0e\xef\x48\x23\xc3\x1b\x49\x71\x16\x53\x89\x78\x42\xe3\xe2\xb3\x3c\x23\x24\x78\x08\x10\x0e\x21\x3d\x42\xe7\x27\xeb\x78\x46\xcc\x72\x17\xf1\x8d\x52\x7a\xfb\xb5\xdd\x53\xa2\x4a\x15\x97\xc9\x0b\xcc\x64\x8c\xc1\x40\x8f\xdd\x22\x17\xf2\xc4\x8a\xd2\x86\x78\x00\xa9\x7a\x6f\xd0\xae\x92\xfb\xd1\x66\x63\xb0\xc1\x2a\xf2\xc6\xf9\x00\x9a\x9e\x05\x0e\x3a\xe6\x41\x6d\xf0\xdc\xf2\xda\x24\x30\xb1\x25\xb2\xbe\xb3\x69\x56\x7d\xad\xae\x0f\xfe\xcd\x84\xe4\x65\x8a\xb1\x41\x3a\x36\x81\x07\xe8\xc7\x96\x50\x82\xfe\xce\xe9\x6f\x4c\xb7\x03\x22\x4a\xe2\x37\xc0\x97\xf1\x5c\x5c\x5a\x17\xd4\x9c\x24\x99\x9f\x46\x28\x48\x8f\x72\xdc\x36\x08\x97\xb2\xcf\x0d\x24\x25\x2f\x7f\xcf\x58\xfa\x04\x25\xa1\x24\x3d\x0a\x32\x3a\xa2\xf1\x01\xc5\x54\x66\x7c\x38\xc9\x32\xbb\xb1\x81\xc6\xe0\xce\x50\x42\x26\x26\x7b\x95\x2a\x8e\xb8\xa1\x4c\xc3\xca\x45\x22\x57\x7f\x92\x83\x43\xe0\xa1\xaf\xfa\xb0\x63\x67\x41\x9d\x54\xd8\xa3\x32\xba\x1f\x43\x9b\x35\x2d\xe0\x3b\x0e\xe4\xd6\xc4\x2d\x8f\x13\xb5\xa8\x24\xf0\xc1\x8b\x82\xa1\x6d\x35\x6c\x9e\x0c\x1e\xce\xd1\x5c\x87\x41\xc9\xe3\x9c\x9c\x44\xde\xe6\xb5\x20\x89\xdb\x3f\xd1\x1a\x9e\x66\x95\x87\x7a\xac\xbf\x8a\x59\x8e\x24\x12\x74\xad\x8f\x36\xf4\x9f\x68\xb8\xe5\xb9\x0c\x7d\x3c\x44\x05\x8c\xc1\x5b\x22\x9a\x24\x6f\x3d\x4b\x1e\xdd\x45\xc6\x1d\xf6\xf8\x9a\x9d\x5f\xd1\xe0\x77\x93\x90\xc8\x84\xb9\x86\xa6\x2e\xd9\xa1\x48\xfe\x2d\x39\x6b\x0f\xdc\x26\x49\x28\x5b\xab\xd9\x4d\xd3\xa9\xf2\x87\x97\x6c\xac\x41\xb2\xc9\x8e\x38\x96\xb7\xf8\xff\x97\xd9\x7d\x7e\x3a\xc2\x4f\x9e\x15\xa5\xc0\xdf\x72\xe6\x75\xa9\x71\x71\xe3\x7c\x03\x20\x84\x79\x37\x81\xa4\x01\x1e\x2a\x2b\x65\x0f\x61\xe0\x32\x44\xd6\xcf\x22\xfd\xd9\x48\x7f\x73\x38\xe9\xcc\x9e\x35\xcf\xce\x33\xff\xc4\xb2\x50\x87\x05\xeb\x12\x17\x5f\x7b\x1f\xd2\x93\xe8\x5b\xba\x06\x71\x49\xac\xf7\x49\x52\x37\x07\x90\x68\x8d\x4e\x92\x7e\x7c\x3a\xa5\xb4\xc9\x38\x4d\x4f\xfc\xfd\x74\x3b\xec\xde\x69\xf5\xe3\x6f\xce\x1f\x32\x7c\x09\x9e\x91\xf1\xd7\x34\x25\x6c\x5c\xf2\x54\x5d\x50\xe3\x6f\x9a\x3a\x2c\x9d\x98\xa8\x8a\xe3\x6f\x2f\x9b\x75\x59\x4f\xf4\xa5\xfb\xb8\xc0\x71\xf9\xc9\x4c\xbd\x67\x7e\xd2\x04\xc7\xc5\xc6\x5f\xd8\x8f\xe2\x6d\x6e\xd3\xda\x4c\x85\x7a\x08\x72\x37\x2d\x3f\x98\x39\xa8\x71\x5a\xb3\x3f\x26\x3f\x8f\x3f\xdc\x6c\x22\xd8\x07\x1d\x98\xfb\x3e\x0e\x2c\x6f\x2e\xcf\xce\xf9\x9f\x71\x10\x1a\x05\x1d\x42\xeb\x23\xa5\x02\x0c\xc2\x6b\xea\xb9\x26\xba\x6d\x38\x31\x1c\x96\x5b\xdc\x5f\x89\x07\xc1\xd1\xb5\xa2\x12\xd1\xf0\x9b\xdb\xea\x06\x21\x1a\x94\x27\x6a\xa8\x96\x96\x26\x2e\x23\xa9\x04\x79\x04\x71\x34\x6e\x56\x6f\xdb\xb2\x66\xeb\x74\x1e\x84\x4a\x3b\xa3\x6f\xac\x16\x75\xc9\x83\xa3\x64\x99\x1f\x50\x3d\x1d\x9d\x6b\xab\x76\x8d\x8d\x46\x9e\xdc\x32\x40\xd6\x0f\x22\x81\x13\x35\xa2\x6d\x46\xbe\x95\xa7\x52\x70\xdb\x10\x93\x06\xd2\xc1\x85\xcb\x3e\xb4\x74\x2b\xd2\xf0\x12\xfd\x7a\xa9\x2f\x53\x3f\xe5\x75\xce\x9e\xd1\x85\x87\x20\x82\x47\x60\x55\x97\x3e\xcc\x30\x61\x24\xf2\x94\x3c\xc5\xcd\xf8\x11\x8d\xb4\xa3\x29\xfa\x35\x21\x66\x2f\x2d\x65\xa2\x13\x81\x0c\x2c\xb1\x86\xc9\x78\x5b\x63\xaf\xea\xe5\x9c\x5f\x3e\xb7\x1b\x36\xff\xb2\x67\x9d\x75\x0a\xfc\x8f\xa7\xf4\xfd\x81\x64\xba\x2a\xaf\x0d\x5b\x46\xed\xc7\xfa\x44\xc9\x27\x3f\xe6\x9c\x37\xf7\xcb\x0c\x86\x68\x11\xd4\x7d\x2c\x13\x7b\x26\x89\xb9\xd1\x7b\xdf\x31\x27\xd8\xb4\x92\x00\x8f\x73\x33\xde\x36\x94\x74\x2d\xd2\x4c\xef\xe8\x50\x34\xcb\xf1\x34\x49\x34\x95\x20\x41\x42\x00\xa4\x03\x3c\xd6\xc1\xcc\xc5\x68\x37\x91\xd7\x42\x7f\xda\x2c\x3b\x88\x03\x9b\x3c\x5b\x1d\xe1\xf5\x13\x9f\xa3\x51\xdd\x30\x24\x46\xc5\xe7\x1a\x74\x39\xdc\xe2\x77\xec\xd5\xde\x77\x6c\xc2\xf1\x48\x92\x3c\xd7\x32\x04\x71\xc9\x4a\x06\xf1\xe1\x53\x4f\xae\x3d\xce\xa0\x48\xdd\x75\x25\xd2\xd5\xf3\xaf\xc9\xf7\xfc\x2b\xa1\x28\x07\xc4\xa0\xd1\x16\x6c\xda\xe6\x40\x22\x8c\xf1\xef\xa4\xd0\xaa\xea\x27\x3b\x56\x81\x84\x12\x3a\x74\xf3\x03\xe7\x3f\xf3\x75\x7c\x8a\x08\xba\x46\xc5\x26\xeb\x2b\x32\x53\xe0\xaa\x41\x91\xbb\x64\x35\x3f\xdd\x62\x06\x2c\x07\xb8\xc4\x67\xc6\xe6\xbb\xce\xe9\x3a\xe3\xca\x5a\xad\x59\x74\x39\x0d\x08\xf9\xfa\xc4\xd9\x0c\xfe\x7e\x23\xe0\xfb\x86\x33\x86\xce\x2b\xc2\xe9\x61\x3f\xc7\xa4\xed\xec\x8d\x7c\xa4\x6b\x0a\x1f\xb3\xb7\xf8\x38\xd2\x87\x1b\x9a\xd6\x3a\xe3\xaf\xd9\xa9\x7e\x3d\x5a\x0d\xc9\x3f\xd2\x2a\x4f\xe9\xcb\x10\xdc\xe1\x6f\x63\xf2\x7d\x1f\x7b\xcf\xe9\xdb\x84\x6e\x0d\x70\x54\x3d\xec\x31\x78\x1f\x0b\x26\x60\x81\xab\x4a\xc7\xc7\xaa\x95\x05\x89\x84\x78\x17\x9b\x1d\x22\x3f\xb0\x0e\xfb\x68\xcc\xfe\xae\x3a\x6a\xb0\x2a\x66\x2b\x78\x37\xf9\x77\x27\x6f\xab\xd9\x2c\xfe\x85\xc8\x9c\x9d\x31\xcc\x6b\xfa\xb1\xed\x92\x5d\xba\x68\x9a\x0e\xaf\xd2\xef\xc1\xf5\xb1\x8f\x1d\xf0\xf6\xd0\x7d\x05\xd7\xb7\xdc\x1e\xc1\x9c\xd4\xb8\x05\x75\x52\x79\x38\xb2\x1d\x72\xa4\x52\x87\xed\x61\xd9\x1d\xe8\x04\x6b\xaf\x67\xe7\xf4\x79\x72\xee\x3f\x1f\xe9\x76\x50\x7b\xd8\x75\xd6\x6f\x2a\xa9\xbf\x84\xe6\x70\xa4\xfb\x47\xf8\xfe\x01\xfd\x0f\xea\x8f\x0d\xa0\xdf\x58\x72\x88\xf8\xf9\x31\x98\x16\x16\x87\xe5\xd6\x74\x08\x54\xdb\xcc\xd9\x6c\x1f\xda\x7a\xe3\x80\xb2\x87\x0c\x84\x64\x35\x9b\xec\x2d\x80\xb2\xd7\x0a\x94\x5c\x77\x4b\x5a\x8a\x2e\x67\x8f\x8c\x91\x01\x3d\x7b\x44\x0b\x21\xc5\x09\x5f\x45\xd2\x4c\x3b\x57\xc6\x5f\x0f\x28\xb8\x2c\xdf\x82\xbe\x62\x14\x1a\x52\xb1\x00\xc7\x76\x8b\x10\x85\x94\x1d\x40\x6e\x2b\xb9\x75\x97\x57\xc4\x53\xcd\xdc\xfb\xfa\x2d\x06\xf0\xd3\x15\x02\x8d\x62\x70\x96\x70\x08\x9c\x49\x29\x3b\x17\x88\x5b\xda\x6e\x1c\x5c\x28\x9d\x83\x5f\x83\xa8\xed\x3a\x9e\xdb\x4f\x1c\xf8\x39\x02\xb9\xcf\x71\xcc\x62\xd0\x37\xf8\x32\x36\x08\x01\x55\xbf\xb8\x31\x40\xed\x98\xb8\x88\x47\xc4\x06\x6f\x3b\xf7\xa0\xb1\xc6\x5f\xe8\xe3\x08\xb4\xf3\x4c\x15\x09\x9e\x02\xc1\x0f\xa2\xa9\x41\x41\x0c\x9d\x92\xea\x3c\xb2\x74\x2a\xa0\xe3\x97\xdd\x07\xc7\xfb\x15\xfe\x65\xb6\xce\x17\xc5\xe9\x94\xe4\x93\x70\x4d\x89\x04\x2b\x05\x9a\xad\x6e\x26\xef\xd1\x74\xf1\xb8\x62\x27\x2d\x0e\xcc\x73\x09\xdc\xdf\x13\x00\x3e\x75\x8d\x0c\xb2\x03\xe9\xf0\x98\x8d\x16\x7f\xa3\xe1\x63\xe4\xbf\x31\x69\x76\xb0\x9c\x75\x58\x12\x0e\x27\xd5\x2b\x88\x3e\x22\x44\x0c\x9a\x98\xb0\x5c\x54\xd7\x11\xb2\xfa\x4f\xd1\xbf\xc4\xab\xe5\xa2\x00\x67\x37\x79\x04\x90\xf9\x04\xe3\x92\xa9\x81\x0b\xfd\x54\x8e\xbc\x18\xc8\x8b\xb5\x1f\x7b\x36\x30\x60\xa0\x97\xc1\x7f\x31\xc0\x47\x69\xe7\x61\x31\x1f\xc7\x09\xef\xf9\x9d\xfd\xfe\xea\x02\x9c\x17\x38\x01\x85\x5c\xcd\x2b\x8e\xb7\x3e\x71\x00\x25\x14\xcf\x23\x0d\x86\x5c\xb8\xc1\x33\x23\x34\xec\xc5\xbf\x23\x43\x8c\x57\x88\x5a\x80\xd6\xb0\xbf\x11\x7b\x0f\x2c\x1e\xc1\x40\x80\x1f\xb3\xf9\xb9\x9e\xa3\x47\x2f\x19\x76\xec\x09\x5a\xfb\xff\xf0\x75\xdd\xb8\x57\xff\xc6\x6e\x1f\x35\x1f\xfa\xd8\xae\x8b\x90\x19\x7d\x63\x37\x56\x50\xe1\x31\xd0\x29\x87\x64\xc5\x94\x21\x55\x7b\x5c\xf8\xd7\x53\x14\x3e\x3a\xff\xfc\x3b\x71\xb6\xe0\x2f\x63\xbe\x16\xaa\xc1\xe2\xe3\x9f\x76\x97\x90\x02\x01\x1a\x7b\x26\x21\xe9\x58\x3e\xf4\x8d\x72\xf2\x95\x73\x53\x23\x0d\x72\xac\x69\x71\x85\x48\x45\xdd\x4f\x89\x2c\x25\xbd\xc4\xc8\xa2\x57\xd3\x33\x9e\x8c\x37\x3c\x27\x63\xf9\x43\xb0\xab\x8c\xa8\xde\xa4\x11\x97\x1f\x25\x13\x0d\x49\xef\xe5\x36\x01\x09\x93\x93\x0f\x21\x73\xa8\xfc\x96\x17\x31\xe9\xbe\x0b\xa7\x50\x0a\x9c\xd7\x4c\x7a\xea\xa3\xd1\x73\x4b\x43\xf2\xd6\x85\xb6\x19\x6c\x9c\x84\xd9\x3a\x1a\x53\xcf\xa5\x59\x3e\x6e\x1a\x8b\x98\x17\xeb\x3b\xdd\x23\x2b\xe8\x9b\x26\x8c\x82\x75\x16\x05\xd5\x7b\x95\x2d\x34\xbb\x72\x54\x30\x7c\x3d\xf2\x16\xa0\xe0\xd2\xa2\x32\x29\x94\xb7\xbe\x22\xdb\x30\xca\x5d\xf6\xa6\xca\xc1\xf0\xbf\xeb\xe2\x74\x16\x53\xa7\xe3\x73\xa1\xeb\xee\x12\x81\x4f\xcc\xa6\xd9\x04\x03\x93\x06\x0f\xf3\xd3\x74\x82\x62\xdc\x9e\x92\x80\x4c\x6f\xcd\xc9\xf9\x61\xb9\x99\x3c\xcc\x6d\x69\x13\xa0\xa2\x0e\xfe\x48\x8f\x5f\x79\xfc\x76\x5d\x5b\x2e\x0e\xb0\x92\x8a\x17\x89\xbc\xd9\x7a\xaa\x9f\x87\x60\xf6\xd0\xea\x86\x58\x6e\xde\x03\x1a\xbd\x0c\x38\x80\x92\xfc\x67\x3d\x73\xaf\xa4\x41\xf3\x0d\xb1\xb9\x40\x01\xc5\x4c\x96\x02\xec\x40\xe4\xe7\x36\x9f\x9d\x59\x22\xeb\xd9\xf9\xa9\x2b\xb0\xbb\x6e\x2f\xaf\x1b\x9c\x9f\xbd\x7d\x33\xdc\xfc\xf1\x06\x03\x2c\xef\x13\x80\x4e\xe2\xcd\x82\x12\xde\x30\x5c\x12\xef\x1a\xf5\xf8\x51\x3f\x7a\x4b\x7c\x01\xdb\x2d\x4c\x26\xdb\xcf\x1e\x81\x1b\xbb\x58\xf9\x84\x8a\x89\x12\x56\x3a\x12\x9f\xe9\x7e\xdd\x4a\x9e\x39\x8e\x39\x02\x07\xa9\xcd\x7a\x03\x07\xbb\x1d\x4b\x3a\xa5\xec\xde\xc9\x3d\xda\x4a\x1d\x5d\x26\x75\xe4\x5f\x10\x1f\xcc\x79\x57\x11\x11\x7c\x79\xce\x4e\x8b\x5e\x21\xac\x8f\xc4\x6a\x54\x99\x9f\xf3\xb6\xdc\x03\x5e\x9f\x9f\xe7\x6a\x6f\xf0\xbe\x22\xc0\xf9\x7a\xb0\x7b\xa8\xdc\x43\x8d\x3d\x8c\x61\x78\x8e\x7a\xa9\x5b\xe8\xcd\xe9\x99\x06\xa1\xc6\xe7\x53\x87\xc2\x69\xa2\x5a\x7e\x6c\xdb\x70\xe6\xf2\x06\xd1\x54\xfc\x8a\x72\x78\x82\x7b\x7c\x68\x5d\xb9\xa7\x69\x94\xfb\xbd\x47\x2f\xb3\x4e\xc3\xc5\x4d\xdd\x8b\x62\x56\x42\x57\x25\xe5\x23\x46\x9e\x38\xef\xb1\x14\x9e\x52\x26\x8f\xe6\x8d\xd4\xfb\x00\x9f\xfc\x69\x4a\x1b\x13\x65\xcb\xfb\xa6\x32\xa2\x99\xec\xf9\x1a\xc5\x4d\xbf\x17\x33\x3d\x4e\x44\xe9\xa8\x38\x29\x1d\xc3\x4c\x60\x46\x62\xf0\xb9\x10\x73\xc9\xb8\x19\xa2\xf0\xdb\xe3\xd7\x4e\x5c\x2f\xb2\x02\x1e\x79\xd2\xfe\x83\xfc\x79\xa2\x86\x63\x8f\xff\x91\x26\x6f\x8b\xaa\x75\x26\x29\xa7\xaa\x52\x03\x95\xaa\xaa\x7a\x76\x2a\x05\xcd\xf7\x7b\xbd\xa2\xdc\x63\x55\x7a\x35\x45\xe5\x17\xd8\xee\xbe\xd8\x7b\x97\x47\x10\x88\xbb\x0b\x10\x12\xff\xa7\xc5\xbd\xcb\x4d\xbf\x36\xab\x15\xc9\xb8\x06\x39\x42\x39\x49\x0e\x7e\x4c\xce\x9a\xe2\x60\x43\x45\xe2\x95\x70\xec\xa0\x33\x63\xcd\xd3\x7a\xf6\x1d\xff\x09\xf6\x3f\x09\x2b\xf5\x55\x08\x45\x1c\x2d\x38\x7b\x99\x1f\x10\xfc\xdb\x4d\x82\x38\x16\x81\x70\xa7\x1e\x24\xed\x95\x19\xa9\xb6\x69\x3a\x79\x09\x25\xd2\x86\xff\x80\x57\xdc\x08\xe3\x75\x19\xa0\xd9\x14\xb6\x9c\xcb\x03\x0c\xbe\x52\x04\x29\x34\x52\x2c\x66\x20\x14\x1a\xb2\xe0\x1b\xa0\x59\xf5\x6b\xd3\xec\xc6\xfb\x5a\xb6\xe5\x5e\xa3\x28\xcf\xb7\xf8\x7b\xc2\x7c\x8c\x1f\x38\x16\x46\xb7\x25\x23\xe1\x95\xdc\x97\x78\x65\xeb\x3b\x29\x9c\x1c\xb5\x62\x4e\x8b\x85\xdb\x2e\xde\x94\xb7\x1d\xdd\x30\x04\x18\x78\xa8\xf0\x2d\x62\x57\xc2\xc7\x88\xfb\x0a\x1f\x79\x6c\x83\x75\xa1\x02\x6b\x2b\x59\x9a\xf3\xf3\x97\xfd\xbd\x10\x4a\xfd\x8b\x57\xf5\xa1\x15\xec\xde\x43\xda\x61\x3a\x0d\xf6\xde\xa7\x71\x85\xfe\x52\xf4\xcb\x7c\x43\xd2\x88\xfd\xad\x22\x42\xfb\xc5\x3d\x36\xb9\xdf\xeb\xca\x62\x11\x35\xe7\x2e\x89\xe8\x44\xd1\xcf\x49\xcf\xf7\xc6\xaf\x84\x5c\x11\xe9\xc3\xc1\xee\x99\xe1\xe4\xcd\x5e\x59\x9b\xe8\xee\x18\xee\x7e\x77\xdf\xa4\x57\xcc\xe8\xf6\xe7\xf8\x1a\xa9\xa0\x46\x33\x62\x5a\x3a\x24\xca\x82\xda\x50\x12\x84\x2c\xa1\xcf\x59\x55\x50\xcf\xc4\xd7\x56\x32\x7c\x49\xa6\xec\x92\x2b\x73\xe8\xc2\xa9\x3a\x48\x80\xf2\xb4\x2c\x42\x8f\x0f\xdb\x3d\x30\xcf\xaa\xb2\xf4\x85\x77\xd6\x8c\x65\x23\xc3\x66\x2c\xc1\x6c\x4e\x77\xb6\x47\x52\xfa\xb4\xf6\x00\x2d\x1c\x63\x56\x5e\x23\x55\xae\x59\x6e\x67\xfe\x9a\x07\xe1\x3e\x93\xd0\xe6\xc0\x2e\x70\x82\x7a\xe3\x70\x96\xf4\xed\xc7\xbb\x27\xe9\x26\x9f\x3d\x92\x7f\xc7\x46\xa9\x71\xa6\x88\x72\x99\x57\x62\x2e\x0b\xaf\xc1\x5b\x8e\xa8\x7a\x09\xc5\xac\x65\x57\xce\x08\x9b\xd6\x74\x81\xcf\x8e\xaa\x3b\xf6\xfa\x68\x55\x17\xab\xae\x9b\x4e\x6d\xbe\x47\x36\xdd\x6f\x07\xba\xd6\xe7\x24\xc6\xaf\x69\xd7\x13\x1b\xdf\x71\xa2\x45\xb8\x21\xd7\x32\xfd\x80\x42\x89\x05\x65\x95\x16\xd1\x53\x6c\x8e\xae\x2a\xc1\xad\xf3\x41\x08\x81\xa1\x61\x5f\x0d\x19\xab\x8c\xff\x2c\xb7\x6a\xa1\x49\x99\xab\x68\x5d\xc3\x2d\x74\xc6\xbf\x8e\x8c\x5e\x41\x9d\x30\x16\x29\xbc\x52\x00\xb7\xfc\x74\x74\x9b\xd9\xf3\x27\x2f\x5f\x67\x8f\xc7\x0e\x82\x42\x0f\xc9\x8f\x16\x0c\x89\x95\x16\x8c\xd3\x26\xb1\x0b\xeb\x3c\xc4\x08\x3c\x3e\x0d\x01\x3c\x3e\x0b\x39\x16\xda\x90\x68\x8a\xc7\x1b\xd2\xf3\x53\xd0\x76\xa4\x01\x09\xe4\xa9\xfc\xea\xc1\xf8\x87\xdc\x04\xc8\x3f\xe3\x36\xec\xb3\x76\xed\xb0\xb1\x3b\x59\x5f\x23\x2e\x4d\x9e\xba\xf1\xcf\x23\x43\x73\xc0\xfb\xb6\xb9\x28\x39\x5e\x49\xc1\xdf\xe8\x07\x0f\xe9\x20\x5c\xbb\x0e\xe0\xd8\x9c\x69\x73\x97\xca\x87\x3f\xe2\xbf\x27\xc9\xda\xe9\x51\xc5\x71\x12\x50\x85\x12\xf7\xad\xe5\x46\x1f\x2b\x54\xe8\xf5\xd2\xa3\x46\xb4\xc6\xcf\x1e\x05\xe4\x5c\xb3\xd6\xb8\x37\xa1\xaa\x5c\x89\xbd\xc9\xcf\x68\xec\x50\x6e\xba\x6e\x6f\x25\xc2\x1f\x17\x10\xbf\xba\xd6\x9f\x42\x68\x49\xe7\x31\xd6\xd0\xbe\x64\x03\x81\x43\xce\xc3\xb2\xea\x27\x1b\xec\x01\xea\x1d\xc4\x90\xfa\xf7\x80\x2c\xae\x5b\xa5\xb9\xcf\xf4\x8f\xf1\x8b\x02\x5c\x87\xf6\x0b\x6e\x63\x7c\x3d\x00\x24\x9c\x12\x81\xe8\x75\xec\x3d\x98\xa6\xcb\x96\xee\x95\x47\xf4\x3f\x71\x0c\x09\x05\xd1\xa1\x73\x9f\xc0\xf9\x14\x07\xe2\xaf\x41\x6a\xf6\x44\x94\x22\x68\xbc\x89\xe1\x8c\x05\x99\xf3\xef\x90\x94\xab\x0a\xe2\xdf\xd5\x50\x0d\xfd\x28\x90\x79\x67\x96\x07\x6f\x62\x3c\xad\xaf\xf3\x4d\x15\x43\x46\xce\x57\xd8\x97\x9a\xc8\xfd\xb0\xe2\x68\x20\xda\x98\xd7\xc8\x40\x1a\x40\xc6\x32\xc0\xba\xc9\x10\x56\x3b\x78\x5a\xb5\x9d\x6c\xa3\xb1\x21\xcc\xa2\xae\xad\x80\x79\xcf\x30\xe7\x6e\x25\x3f\x69\xb3\x40\x7e\x1f\x73\x16\x73\xf0\x81\xdd\x8a\xbf\xcc\x3f\x9b\xc5\x69\x12\x5c\xd1\xc8\xc8\x5d\x51\xb3\x9f\xbd\xde\x4f\x63\x50\x96\x63\xfc\x4b\xe0\xfd\x31\x1c\x75\x23\x81\x0b\x1e\xfb\x50\xfc\x92\xbe\x48\x09\x15\x75\xe4\x45\x98\x84\x4c\xde\xe7\xa7\x22\xa2\x3c\x11\xb4\x1f\x7d\x8a\xc6\x5e\x04\xb5\x08\x39\x87\x1d\x1d\x9a\x1c\x9a\x81\x38\x07\xf9\x67\x71\x46\xf3\xdb\x9e\x71\xf1\x8f\x5e\xe8\xc0\x24\x63\x79\x18\xd2\x03\xdb\x2e\x1f\xdc\x8f\xdf\xb1\xd0\x97\x35\xa2\x74\xee\x51\x83\x84\x00\xb8\x64\x76\x7e\xc6\xf2\x7e\xc8\xaf\x68\x5a\x1e\xcf\x88\xdb\x16\xad\xa7\x34\x8f\x0c\xf0\xae\x07\xff\x8a\xc7\xaf\xbe\x9d\x34\x31\xfd\x20\x73\xb6\x43\x58\xd2\xbc\x66\x99\xef\xb5\xfe\xab\x4c\x3a\x3c\x6e\xf2\x77\x0e\x2e\x7a\x18\xe6\x57\xc4\x21\x0c\x52\x57\xff\x9a\xe4\xae\x7e\xff\x80\x68\x85\x92\x8c\xe6\xbf\xe2\xf5\x3d\x4d\xe5\x36\xba\x61\x64\x8d\xfd\x02\x3b\x60\xf6\x0c\xcd\xeb\xb1\x0d\xa5\xef\x05\x76\xf9\xfa\xff\xf2\x22\xeb\x2b\x08\x9f\xfb\x54\xf4\xc2\x43\xfb\xc7\x18\x5c\xb4\xcc\xe7\xe1\xbd\x3b\x3a\x16\xc8\x0b\x4e\x87\x22\x5f\x37\xb3\x0b\x3c\x6b\xc7\x4f\x5c\x22\x84\x23\x5f\x64\xb6\x59\xb1\x1a\xce\x47\x74\xdc\xbd\xf3\x99\x9d\xdd\xb7\xd9\x67\xd9\xb9\xd9\xc2\xc7\x8c\x3e\xec\xe4\x03\xb1\xb0\x07\xd8\x76\x3e\xdb\x28\x40\xa7\xe5\x85\xfc\x7e\x9b\xd3\xb9\xfe\xec\x52\x7e\xfc\xd8\xf0\x33\xb8\x9f\x11\x21\xd2\xda\x4d\x0d\xbd\xfd\x67\x57\xf2\x13\x89\xa0\x11\x32\x44\x74\xbd\xa0\x0e\x81\x09\x7d\x4a\x40\xfb\x05\x6d\xe4\x0e\xd3\x52\x19\x04\x15\x6e\x9a\x43\xdb\xab\xd8\x69\xbd\x22\xbf\x4a\x4b\xde\x4a\xee\xbe\x4b\x63\xb6\x69\x01\x8f\x52\xa8\x70\xb7\xe9\x75\x84\xf1\xa2\xec\xca\xe4\xbd\x8e\xfe\x96\x8b\xb7\x5f\x9b\x5f\xce\xdd\x0c\xc2\xa8\xf1\xd5\x8d\xdc\x8f\x96\x96\xa1\x68\x9b\x3d\xb2\xf1\xfe\x12\xde\xc3\x75\x0f\x0b\x3e\x75\x01\xca\xdf\xef\x11\x4b\x9d\x6d\xf1\x5c\x28\xfd\x6c\xd4\x23\x5b\xbd\xb3\x38\xf6\x1a\x57\xaa\xf8\x57\xbb\x24\xdd\x65\xbd\x3f\xa8\x08\xee\x93\x77\x69\xde\x08\xfc\xa4\x82\xa0\xe8\x14\x67\xae\x4d\x83\x4c\xf5\x12\xf5\xe1\x35\x9c\x2c\xf1\xd3\x5e\x99\x2f\x54\xde\x2e\xd7\x44\x18\x6e\xfe\xc3\x64\x9f\xfc\xeb\xbf\xf2\x03\x07\x24\xda\xfc\xdb\xbf\x65\x67\x0f\x3f\x55\xde\x9a\xc9\x79\x67\x24\x6f\xd8\x59\xfe\xae\xdc\xe5\x55\x54\x67\x97\xbf\x7b\x9a\x54\x9b\x82\xc0\xb2\xc7\x76\x94\xaa\x20\xca\x33\x77\xf7\xce\xff\x09\x00\x00\xff\xff\x37\xe5\xba\x08\x29\xb7\x00\x00") func confLocaleLocale_deDeIniBytes() ([]byte, error) { return bindataRead( @@ -4359,12 +4359,12 @@ func confLocaleLocale_deDeIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 46115, mode: os.FileMode(493), modTime: time.Unix(1442001498, 0)} + info := bindataFileInfo{name: "conf/locale/locale_de-DE.ini", size: 46889, mode: os.FileMode(493), modTime: time.Unix(1442446146, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\xbd\xeb\x72\xdc\xc8\x8e\x27\xfe\x9d\x4f\xc1\xf6\x84\xff\xee\x8e\x90\xcb\xd1\xdd\xff\xbd\x44\x47\xdb\xbd\xb2\xd4\xbe\xcc\x58\x96\xc6\x52\x9f\xb3\x67\x1d\x8e\x6a\x56\x91\xaa\xe2\x71\x15\x59\x4d\xb2\x2c\xeb\x4c\x4c\xc4\xbe\xc6\xbe\xde\x3e\xc9\x02\x3f\x00\x79\x23\x4b\xb2\xcf\x99\xd8\xfd\x22\xb1\x32\x91\x37\x24\x12\x09\x20\x91\xc8\x62\xb7\x9b\x97\x55\xbf\xcc\x9f\xe6\xc7\xf9\xae\xa8\x9b\x4d\xd5\xf7\x79\x5f\x6d\xae\x1f\xaf\xdb\x7e\xa8\xca\xfc\x65\x3d\xd0\xef\xee\x53\xbd\xac\xb2\x6c\xdd\x6e\x2b\x02\x7d\x45\xff\xb2\xb2\xe8\xd7\x8b\xb6\xe8\x4a\x4a\x38\xb5\xef\xac\xfa\xbc\xdb\xb4\x1d\x03\xfd\x2a\x5f\xd9\xba\xda\xec\xb8\x0c\xfd\xcb\xfa\x7a\xd5\xcc\xeb\x86\x7e\x5e\xd2\x57\xfe\xba\xc9\xfa\x76\x59\x17\x9b\x79\x90\x81\x04\xcb\xff\x29\xff\xa1\x29\xf3\xcb\xa1\xda\xe5\x3f\xf7\xdb\x62\xb3\x79\x56\xf4\x28\x32\x54\x79\xb1\x5c\xb6\xfb\x66\xf8\xf9\x89\x64\x48\xe5\xed\x7e\xb0\xda\xcf\xf7\x83\xa4\xed\x77\x96\xf4\xdb\x2e\xeb\xaa\x55\x4d\x03\xeb\x28\xe9\x9d\x7e\x66\x37\xd5\xa2\xaf\x07\xee\xf4\x9f\xe5\x2b\xfb\x54\x75\x7d\xdd\x72\x7f\xfe\x24\x5f\xd9\xae\x58\x31\xc0\x05\xfd\xcb\x86\x6a\xbb\xdb\x14\x28\x70\xa5\x9f\xd9\xa6\x68\x56\x7b\x81\x79\xa3\x9f\xd9\xb2\xab\x28\x6b\xde\x54\x37\x94\x7a\x82\x1f\xb3\xd9\x2c\xdb\x13\x3e\xe7\xbb\xae\xbd\xae\x37\xd5\xbc\x68\xca\xf9\x56\x30\xf6\x1b\xa5\xe7\x9a\x9e\x53\x7a\xce\xe9\x18\x42\x55\x12\x72\xe6\x45\xaf\xe3\xa0\x69\x21\x5c\x15\x7d\x86\xaa\x9a\x62\x6b\xa5\xf9\x33\xab\xb6\x45\xbd\xe1\x09\x78\xcc\x1f\xd4\xf1\xbe\xbf\x69\x31\x4d\x17\xfa\x49\x48\x98\x0f\xb7\xbb\x0a\x38\x78\x7c\x45\x5f\xd9\xb2\xd8\x0d\xcb\x75\xc1\xfd\x94\xaf\x8c\x80\x76\x2d\x21\xa3\xed\x6e\x01\x67\x3f\xb2\xb6\x5b\x15\x4d\xfd\xb7\x62\x10\x04\x9d\x07\x3f\xb3\x6d\xdd\x75\x2d\xe3\xf6\x0c\x1f\x19\x0d\x7d\xce\xf5\x50\xca\x5b\xc2\x42\x50\x0b\xe7\x6c\xeb\x55\x27\x68\xe4\xcc\x33\xfc\xe2\x5a\x38\xef\xba\xed\x3e\x6a\xc6\x0b\xfe\x4c\x8a\x52\x27\x34\x37\x6e\xbf\x68\x08\xf1\x9a\x7b\x86\x1f\x11\x40\x9f\x15\xe5\x96\x50\xb9\x2b\x9a\x8a\x71\x74\xcc\xbf\x08\x2f\xf4\x2b\x53\x7a\x9a\xf7\xd5\x30\xd4\xcd\x8a\x91\x7d\x2c\x49\xf9\xa5\x26\x65\x41\x9e\x4b\xbb\x6d\xf7\x6e\x3a\x29\xfd\x2f\xf4\x33\xbf\x90\x9f\x92\x17\x14\x42\xa6\x2b\xc9\x23\xe9\xe7\xd7\x55\x55\xca\x58\xfa\xfc\x05\x7d\x67\xbb\xfd\x66\x43\x58\xfb\x63\x5f\xf5\x03\x17\xba\xa0\xdf\x34\x7e\xf9\x9d\xd5\x7d\x4f\x1f\x94\xfc\x1a\x1f\x19\x4d\x5d\xb3\xc4\x60\x4e\xf0\x91\x65\xef\xfb\xaa\xe8\x96\xeb\x0f\x99\xfc\x47\x5f\xf9\x83\x69\xef\xd0\xa4\x32\x21\x29\x11\x49\x0b\xd6\x40\xb6\x6c\x4b\xfe\x71\x42\xff\xa8\xea\xba\xe9\x07\x5a\x6d\x1f\x32\xfd\x60\x30\xf9\x92\x09\x18\xea\x01\x58\xd0\x44\x2c\xdd\x9e\x67\x30\x7f\x51\x77\xfd\xf0\x78\xa8\x89\x58\xdf\xed\x9b\x8c\xc7\x47\x2b\x6d\x5e\x2e\x8c\x01\xbd\x6c\x09\x45\x48\xee\x68\x7c\x67\xb7\x97\xff\xfa\xe6\x28\xbf\x20\x2e\xb4\xea\x2a\x7c\xd3\x1f\x2a\xf1\x63\x4e\x95\x5d\xd5\xa7\xcf\x67\x19\x95\xb5\xf6\x4e\x8b\xa1\x58\x14\x7d\xe5\x91\xcb\x99\x42\xe3\x2e\x0f\x94\xce\x7c\x0d\x3c\xac\x1f\xa2\x51\x4f\xad\x13\xaa\x43\x57\x97\xab\xe3\x2d\x2f\x31\x4a\x67\xb6\x86\xc2\x17\x9b\x8a\xd3\xa9\xaa\xfc\xf5\xdb\xb7\xe7\xa7\xcf\xf3\xaa\x59\xd5\x4d\x95\xdf\xd4\xc3\x3a\xdf\x0f\xd7\xff\x75\xbe\xaa\x9a\xaa\x23\x2e\xb7\xac\x73\x5a\x59\x1d\xd1\x43\x4e\xe4\x2d\x43\x9c\x65\x7d\xbf\x21\x0e\x00\x24\x5f\x5e\xbe\xc9\xcf\x18\xd1\xbb\x62\x58\xa3\x23\xc3\x3a\xeb\xff\xd8\x30\xa2\x5c\x83\x57\xeb\x2a\x07\xad\x01\xa8\xbd\x4e\xf1\x92\x97\xda\xd7\x59\x56\x75\xdd\x9c\x18\xd4\x70\xcb\x68\xd6\x3a\x0f\x41\x4b\x75\x44\x4c\x4d\x3b\xe4\x8b\x2a\x47\x39\xa9\xa2\x6e\x3e\x15\x9b\xba\x24\x64\x7b\x84\xc4\x65\x91\x58\xb6\x34\x6f\x5c\x9a\x26\xbe\xbd\xc1\x50\x8b\x25\xf1\xd7\x3e\x7f\x30\x7b\x00\x86\xf6\xe0\xf1\x83\x59\xd6\xb4\x73\x59\x84\xcc\xfa\xca\xba\x2f\x16\xc4\x06\x85\x2d\x77\xc6\x54\x68\x9d\x58\x57\x14\x22\x8f\x20\x18\xb7\xcc\xea\xc1\x61\x69\xba\xa9\xf6\x1c\x95\xda\xae\x10\x8e\xdd\x96\xbc\x9b\x5f\x59\xf5\x2e\x61\x34\xe6\xcc\x26\xcc\xa8\xeb\x78\xb7\xdb\xd4\x4b\x69\xfa\xa5\xe4\x79\x42\xe3\x3d\x54\x91\x12\xc2\x81\x50\x2c\x2f\x20\x17\xea\x35\x73\x85\x3c\x62\xa3\x28\xbf\xae\x68\x1b\x58\xef\x57\xc2\xfc\x37\xed\xbe\xfc\x06\xeb\xd5\x66\xce\x2f\xd7\xfc\x5d\x4b\x1d\x06\x75\x38\x00\xdf\xc4\x31\xad\x3b\xde\xb6\xbb\x6a\xdb\x0e\x8c\x38\x2d\x56\xd3\xf4\xdc\xd4\x94\x49\x23\xed\x8b\x4f\xc4\x75\x86\x36\x1f\xd6\x75\x4f\x38\xee\xaa\x25\x57\x4c\x0c\x62\x4f\x1b\xa6\x2c\x0b\x5a\xa6\xb2\x34\x2c\x2d\xa6\x41\x40\x6d\xf7\xb4\x9a\xd6\x54\x19\x23\x9e\x65\x07\xaa\x72\xaa\x9f\x18\x12\xd5\x83\x55\x4e\x2b\xb7\xa5\xbd\x89\x27\xfa\x14\x1f\xfa\x3b\xac\x9f\x7a\x55\x5c\x5f\x53\xaf\x7a\x5a\x15\xaf\xf2\xe5\xa6\xa5\x25\xf5\xdb\xbb\x37\x3d\x2f\x98\xf5\x7c\xd7\x76\xd8\xe8\x29\xeb\x82\x3e\x5d\x5a\x80\x68\x86\x68\xf6\xdb\x05\xfd\xba\x59\xd7\xc4\x07\x81\x76\x2e\xc1\xf2\x0c\xa5\x52\x13\xfb\x9e\xa6\xf0\x28\xa7\x25\x4c\x23\x20\x94\x81\x00\x78\x0c\x46\x75\x0c\x7e\x4d\x34\xb6\xef\x68\x39\xad\x87\x61\x67\x2d\xbf\xba\xba\xba\x90\xa6\x5d\xea\x5d\x6d\x17\x01\x65\x60\x0e\x36\x2c\x7a\x34\x79\xdb\xcc\x40\x24\xfb\x6e\x93\xd0\x0f\x8d\xd5\x72\x0e\xe0\x85\xbb\xf0\x84\xff\x5c\x7a\xf4\x00\xcf\x3d\xc9\x67\x37\xa0\x26\xc2\x71\x05\x31\x80\x88\xba\xdd\x71\xbd\x01\x55\x9f\x6b\x82\x27\x65\x88\x0e\x2e\x5f\x04\x08\xca\x85\xf4\x17\x6c\x82\x5b\x1a\xb0\xb2\xd1\xcb\x33\x42\x03\x78\x29\x52\xaf\xbb\x76\x4b\xa9\x2f\xe8\x9f\x4f\xf0\xdd\x3f\xe3\xfa\x00\x53\x94\x25\x71\xf9\xfe\x28\x7f\xf7\xe2\x24\xff\x4f\x3f\xfe\xf0\xc3\x2c\x7f\x3d\xf0\x4a\x64\xe2\xfc\x2b\x13\x15\x7d\x8a\x24\xe3\x40\x89\x63\x0d\x44\x77\x0f\x78\x65\x3d\xc8\x7f\x46\xee\x7f\xab\x3e\x17\x24\x81\x55\xb3\x65\xbb\x7d\xc6\x5c\x75\x5b\xd0\xda\xe7\x1c\x22\x57\xa5\xe3\xcb\xaa\x29\xe9\x43\xe5\x21\xcd\x0b\xd8\x81\xe6\x07\xd2\x91\xc8\x85\xf3\x65\xdb\x5c\xd7\x1d\x0f\xe8\xd7\x06\xd4\x60\x12\x23\xed\x86\xc8\x31\xa1\x83\x90\x46\x1c\xa4\xbe\xbe\xf5\xa0\x18\xea\x5b\x4e\xd4\x09\xcd\x84\xea\xe6\x2a\x4c\x3b\x2c\x5f\x0a\x31\xf2\xbc\x9d\xd3\xf0\x3a\xc3\x77\xef\x11\xde\x5e\x5f\x6f\x68\x47\xb1\x5d\x42\x5b\x38\x97\x54\xd9\x30\x42\x10\x22\xc6\x1d\x64\xde\x53\x25\xe2\x93\xd3\xb7\x79\xf5\x89\xa8\x8d\xb9\x5e\xd7\x96\xfb\x25\x28\x8c\x61\x8f\x98\x59\x13\x8b\xe8\x69\x6d\x2c\x65\x5f\x09\x98\x04\x77\x8d\x39\xd1\x92\x80\x88\x37\x18\xb3\x26\x39\xed\x13\x71\xfe\x2e\x68\xe2\xa5\x25\x69\xef\x47\xb0\xa3\x4e\xb9\x12\x3c\xf2\x25\xcd\x38\x51\x85\xf4\xa2\x97\x4e\x49\x36\x91\x3b\xd1\xf1\x9e\x74\x89\xa2\xa4\xbe\x2c\x6e\xc1\x77\x7a\x26\x86\xb2\xba\x2e\xf6\x9b\xc1\xf7\x2b\xd9\x44\xac\xa5\x4b\x56\x67\xc2\xbc\xc9\x02\xa3\x0e\x82\x7a\xfa\xb4\x2c\x91\x61\xb3\xb9\xd5\xcd\x86\xe9\x55\x84\x7c\xdb\x77\x88\x3d\x55\x98\x9e\xb9\x97\xa8\x75\xbe\x4c\xb0\x8e\xf3\x5d\xb3\xef\x44\xf2\xc9\xb1\xd5\x72\x8d\x56\x01\x8b\x0a\xd3\x7d\x99\x65\x2a\x2e\x99\xfe\x34\xff\x54\x43\xd7\x70\xe4\x2a\x55\xaa\x32\xc5\x7c\xed\x4f\x0c\xc0\x4a\x4c\x3f\x59\xd6\xf5\xe6\x9c\x07\xd9\x3b\x5d\x43\x70\xce\xc3\x45\x0b\xac\x0c\xd1\x2c\x7d\xaa\xc1\xe6\x95\x60\x80\x17\xa2\x1a\x34\x4d\x4d\xf5\x55\x85\x1a\xa8\xfc\x13\xaa\x13\x65\x66\x2a\x7f\xab\x48\x6c\xa2\x1f\x6f\xf7\x65\x0b\xd9\x01\x7b\x09\x95\x36\xb4\x26\xfb\x7a\xde\xd5\xab\x35\xf1\xd6\xf6\xe6\x48\x90\x72\xb3\x6e\x2b\x5e\x3f\xaf\x4f\x9f\x7e\x2f\xfd\x58\xf1\xce\xe2\x0a\xf1\x9e\x54\xec\x89\xb8\x08\x63\x4a\xc6\xd2\x05\xb7\xb7\x03\x72\x24\xe9\x0b\x50\xaa\x5b\x8d\x44\x09\xc7\x34\x94\x57\x84\x79\xca\x24\x3c\x8c\x94\x4e\xf4\x33\x15\xa4\xe7\xab\x16\x1a\x82\x09\xce\xbc\x4f\x92\xa2\xd9\x0f\xf3\x55\x3d\xcc\xaf\x99\x69\x71\x9d\x2f\xb8\x2c\x6f\xdb\x94\x93\x3f\xa2\xac\x47\x39\x71\x3e\x52\x7b\xca\x9f\xf2\x87\x9f\x54\x56\xfc\x91\xb9\xd1\x9c\xd6\x4f\xbd\xc1\x64\xa8\xde\xd1\x55\x22\xaa\x9a\x72\xeb\xe4\xb5\x7e\xbf\xc3\xae\xa6\xa2\xe1\x51\xbe\x13\xc0\xb2\xbd\x69\x78\xdd\x81\xed\x12\x87\xa9\xa1\x9a\x2f\xea\xa6\xa0\xad\xdd\x6a\x01\x3b\x7f\x48\xd4\xf0\xf6\xfc\x0a\x80\xab\x76\xb1\xaf\x37\xa5\x01\xcc\x32\x13\x1f\x49\x78\xd4\x79\x0f\x05\x6a\x4b\xaa\xa5\x2f\xcb\xb6\x63\x59\x04\xa3\xb1\x82\x07\x84\xa0\x8e\x85\x0b\x24\x53\x59\x85\x45\x39\x27\xaf\x30\x1a\x68\xe2\xa1\x03\xb1\x34\x03\x8a\xa9\xfb\xe6\xd1\x80\x9e\x2e\xf7\xd4\x16\x4d\x3a\x27\x53\xc1\x3e\x7f\xfc\x8c\xfe\x66\x2c\x1b\x09\xef\x5f\x8d\x11\xcf\x99\xb9\x64\xee\x65\x15\x46\x5d\x8d\xc8\xdb\x51\x97\x11\x6f\x30\xd6\xb0\xbf\x46\x02\xfd\x5e\xe8\x95\xed\x10\x1b\x9a\xd6\xea\x1b\xfa\x78\x44\x0b\x78\xb5\xc1\x24\x14\x10\x1d\x49\xb0\x6e\x09\x6f\x4c\x20\x47\xb2\x5c\xae\x69\x68\xcc\x45\x87\xe2\x23\xb3\x0d\x16\x55\xb2\xf7\x6c\xab\xf9\x90\xed\x45\xfa\x6c\x37\xa5\xd3\x74\x40\xd3\x6d\x97\xda\x07\x3c\x90\xa3\xd7\x9e\xc4\xec\xe5\x7a\xee\x2c\x3d\x8c\x94\xa1\xfa\x8c\x7d\x1f\x59\xde\xf0\xc3\xc4\xce\x59\xd9\xf6\x16\xd3\xc5\x83\x38\xbb\xf5\xb3\x45\xb2\x27\x2d\x11\xd2\x12\x17\x2d\x63\xed\x53\xe5\xa0\x4e\xc2\xd4\xb8\x00\xd5\x45\x52\xb2\x56\x15\xab\xf1\x94\x25\xb6\x06\xcd\x15\x7b\x43\x9f\x81\x89\xa9\x99\x0a\xbc\x8e\xe6\x53\x55\xe6\x19\x4d\x0c\xf4\x71\x6b\x99\x38\xe2\xad\xac\x8b\xa0\xcd\xec\xbd\x9a\xb0\x3e\x64\x06\xf7\x2e\xce\x27\x6e\x42\xba\xb5\xb7\xed\xcc\x6d\x76\xcd\xc6\x03\xb3\x84\x32\x14\x2f\x4c\xac\xab\x1d\xcb\x1d\xdb\x1e\x64\xb1\x21\xc8\xf2\x56\x25\x67\x47\x20\xbf\x08\xab\x26\x8a\x21\x06\xf7\x8d\x19\xc7\xbe\xb2\x8a\xe7\x35\x91\x02\xca\xc7\xdb\x9c\x18\x9d\x48\xc0\x85\x95\xad\xeb\x6e\x8f\x62\x9d\x6a\x5d\xf4\xc4\xbe\x49\x4a\xd0\x62\xe5\xcc\x74\x5b\x9e\x76\xd2\xe4\xb0\x66\x60\x28\x03\x95\x4b\xc9\xb6\x4b\xf7\x5f\xee\xa1\x70\x38\x6d\xc5\x49\x4d\x90\x89\x42\xd1\x69\xa2\x4d\x42\xd8\xb6\x62\xc1\x79\xbe\x15\xfb\x94\xfc\xca\xcf\xaa\x8c\x36\xc2\x15\x2d\x68\x23\xd8\xa7\x6c\x56\x58\x41\xbf\x50\x7a\x65\x80\x6a\x08\x59\xb0\x42\x58\xca\x2f\x66\x10\x24\xce\x70\x03\x9b\x0b\xad\xed\x11\xfa\x69\xb3\xa2\xec\x99\xb1\x74\x91\x0e\x20\xe4\xf5\xc4\x2d\x3c\x12\x8f\x73\xb6\xec\x85\x50\x2a\x6c\xfb\x61\x71\x01\xe6\x1a\x3f\x2f\x9e\x3d\xec\x7f\x7e\xb2\x78\xe6\x78\xeb\x72\x5d\x2d\x3f\x0a\xfd\xd5\xcd\xa2\xfd\x0c\x95\x96\x26\x9e\x71\xdc\xf0\x1a\x7b\x58\xe6\xa4\xe2\x76\xd0\xa8\x88\x17\x50\x31\x42\x3c\xe7\x46\x93\x46\x9d\x61\x96\x31\x33\xd3\xaa\xdb\x5d\x8c\x90\xa8\x34\x1a\x91\x9e\x65\x34\x8d\xbc\xf8\xb0\x0e\x3c\xdd\x1e\x73\x2a\x53\x2e\xf6\x09\x4f\xba\x18\xef\xa6\xde\xd6\xc3\x88\x74\x98\x11\x15\x4a\x82\x6a\xab\x32\x5c\xa2\x2e\x60\x03\x7d\x21\x76\x4e\xd5\xd0\xc6\x6b\xe4\x74\x53\x90\xa6\xf5\x63\x4e\x24\xb4\xa7\x6d\x8c\xc7\x44\xdd\x24\x7e\x5e\xf0\xce\x4d\x5a\x56\xd1\xcf\xf7\x8d\xa2\xb5\x2a\x8d\x98\x5e\xd5\xd8\x65\xb8\x5d\x23\xf9\x00\xca\x30\xaf\xca\x42\xfe\xad\xc3\xf8\x77\xa4\x59\x5c\xbb\x62\xcc\xfa\xb9\x43\x35\x0b\xb6\xc5\xe4\xe4\x11\x6b\x6c\x2a\x51\x8e\x81\x01\x86\xe3\x89\x26\x0d\xcb\xcf\x1e\xa9\x69\x1f\x29\x05\x13\xb2\xd8\x0f\x43\xcb\x8a\xcb\x86\xa9\x46\xca\x58\xaf\x4f\x00\x08\x5d\xcc\xd7\x87\x09\x09\xf1\x24\x73\x53\x99\x22\x31\xf7\x46\x6e\x55\xf9\x92\xd1\xe9\x5e\xe9\xc0\x4a\x31\x36\x15\xcd\xad\xb7\x7f\xa0\x17\xdc\xe0\x30\xdd\x97\x6f\xbb\xea\x3b\xdf\x1b\xb7\x66\x50\xc2\x7a\x24\xc5\x83\xf5\xf4\x0e\xb9\x62\xe2\xb4\x55\x67\x5b\x9f\x1a\x0a\x3d\x7d\x74\x31\x7a\x91\xcf\x2b\x83\x18\x2c\xc9\x9d\x25\x10\x4d\xa3\x40\xe9\x59\xd2\x96\xd7\x19\xc7\x18\x1c\xe2\x2e\xfb\x1d\x6c\x68\xdb\x79\xbf\x16\xfd\xdc\xba\x47\xba\x7d\xb3\x8a\x0c\x5b\x38\xe2\x00\xd1\xfd\x67\xde\x27\x49\x0b\x2a\x36\x1f\xb2\x5b\xd8\x54\xff\x42\x1c\xbe\x81\xb5\xba\xcd\x28\x43\x34\xba\x33\x7c\x10\x28\xab\x97\x1f\x32\xde\x43\xdf\x26\x72\x21\x6f\x11\x9a\x16\x08\x28\xc8\xfa\x35\x12\xf7\x6c\x0a\xb3\x8b\x09\x19\xf2\x5d\xe5\xad\xf2\xf8\x72\x43\xbc\xbc\x7c\x75\x65\xfa\xe2\xe5\xab\xfc\x63\xa5\x95\xbf\x1a\x86\x5d\xff\x1b\x6c\x07\x62\x08\x60\xab\xc1\x45\x71\xcb\x52\x9b\x24\xeb\x0f\x64\x5c\x55\xc5\x56\x7b\xc9\x9f\x52\xc5\x31\x6d\x67\x9a\xc8\x9f\xb4\xcb\x05\x36\xa9\x0c\xf2\x8b\x0d\x41\x84\x19\x95\x1b\x9c\xfe\x50\xa9\xc9\xff\xf7\x91\x21\xed\xf7\xac\xd8\xec\x48\xc5\x61\x01\x22\x00\x83\xcd\x68\xa1\x9a\x4e\x0e\x10\xd0\xc2\x7e\x5b\x75\xf5\x12\x9a\x1d\x15\xf8\xf6\xf1\xfc\xbb\xc0\x86\x18\x57\x56\xd2\x22\xf9\xbb\x2a\xe4\x6f\x96\x32\xc3\x7a\xfb\xfa\x6f\x36\x8a\xa8\x3a\x4e\x27\x9e\x43\x10\x90\xe9\x3c\x94\x03\xc2\xc6\xc8\xf2\xdd\xc0\x26\x24\x4a\x20\x19\x32\xaa\x7a\x5b\x7c\xbe\xaf\xe0\xb6\x9d\x28\x27\xac\xc0\x17\xb2\x05\xaf\x43\x8c\xd9\x01\xc1\xb3\x91\xe8\x20\x34\x4d\x3d\x83\x34\x1f\x69\x57\x6b\x1c\xd8\x6f\xf2\x3b\xc7\xef\x9f\xec\x00\x88\xb6\x10\x95\xc0\x73\x77\x14\x44\x9b\x73\xc9\x7c\x13\x92\xf4\xcc\x2f\xb7\x50\xba\x76\xe4\x0c\x6d\x5e\x15\x1f\xc7\x38\x58\x85\x87\xa2\x41\x24\x35\xf3\xa7\x56\x73\xde\x23\xe7\x2c\xb5\x36\xa1\x6c\xea\x76\x4f\xdb\x5f\x00\x21\x67\x17\xf3\x71\xb9\x64\xc1\x1d\x2c\x4e\xa2\xc0\x44\xe9\xf3\xb1\x19\xf6\x40\xf9\x81\x96\xcc\x44\x05\x6e\x25\x1d\x2c\x28\x93\x89\x42\x34\xf2\x72\xc4\x0b\xc6\x05\x19\x8c\xf4\xa6\xcd\xa6\x5a\xb1\xbd\xce\x1a\x8e\x5a\x53\x12\xa2\xcd\x40\xc0\x42\x02\xf2\x18\x76\x93\x15\xce\x6b\xa8\x05\xb8\x39\x8a\xf5\x2f\x36\x63\x50\x55\x1d\x4e\x1e\x03\x2d\x4c\xbb\xa1\x3b\xf9\x96\x15\x8e\x7e\xcf\xac\x99\x95\x13\x91\x4e\xe2\xd9\xe0\x8d\x17\x55\x55\x68\xe2\x70\xf5\x44\x8b\xac\xb1\xdd\x57\x3f\xc0\xbe\xb2\xea\x50\x5f\x1f\x57\xac\x95\x3b\xa0\x43\xd5\x3a\x8d\xb2\xfa\x5c\xc3\xf6\xf9\xb2\x66\x9b\x1a\x74\x4a\xa7\x4a\x23\x6f\x96\x6d\x88\x19\xb0\xee\x22\xa3\x12\x39\xb6\xfd\xc4\xaa\x1f\xb7\xc7\xb9\x52\x4e\x6c\xa1\x3a\x28\x9e\x67\xd5\x4e\x71\x82\x52\x95\x47\xb4\xc5\x73\x09\xea\x27\xd8\x46\xb1\xb9\x29\x6e\x7b\x18\x59\x8c\xe3\xb0\xdd\x57\x8a\x33\x3b\x21\x01\x60\x85\x5e\x85\xa7\x0b\xb4\xe2\x0c\x13\x6c\x26\xe7\xcd\xc3\x6d\xd3\x37\xd0\x2f\xc1\x2d\xd4\x6c\x43\x6a\x3b\x6f\x7b\xce\x58\x4e\xe0\xac\x1b\xb3\x26\xc9\x32\xbe\x64\x07\x15\xe1\xd8\x4e\x39\xff\x44\xd9\x23\x16\x8f\xa8\x19\x16\x56\x88\x1f\x0b\xae\x49\xfe\x23\xcc\xa2\x4b\x81\xb1\x61\x4f\xf5\x3f\x16\xb9\xb8\x26\x1c\xb2\x9e\xe5\xf5\x6f\xde\x9b\x68\x56\xcc\x3a\x2e\xe9\xd0\x9e\xb3\x7e\xa0\x25\xc0\x98\xb6\xa3\xe6\xbf\x88\x7c\xa5\x3a\x37\xe7\x62\x89\x01\x4d\xfd\xba\xde\xe5\x2d\x2c\xae\x21\x0a\x3d\xd9\x06\x22\x26\x9f\x03\x54\x90\xbb\xd9\xf4\xdc\x15\x4d\x7f\x5d\xc1\x06\xbd\xcd\xaf\xf9\x34\x73\xa6\x4d\xb3\xc4\x2a\x47\xce\x07\x5a\x16\x1d\x06\x4d\x87\xbb\x05\xe6\x2e\x98\xa8\xb8\x69\x39\x94\x80\x9d\x13\x7d\x00\x56\x7d\x4d\xbd\xf5\x81\xc9\x6c\x84\x02\x48\x8d\xd1\x11\x93\xf5\xe6\x53\x15\x22\xe2\xfa\xef\x1d\x79\x80\x75\x35\xb3\xcb\xd9\x44\x3c\x4d\xd2\x28\xcc\x1d\x38\x21\x5d\xdc\xc6\xa3\xe7\xa2\x8e\x02\xf8\xbc\xea\x53\xa5\xad\xf0\xc2\xe0\xb5\x92\x54\x08\x33\x87\xd7\x15\xb2\xa1\x80\xca\xb7\xa0\x2e\x2e\xd7\xd1\xea\xbc\x42\x4e\x2e\x39\xa3\x05\x9a\xbd\xe7\xa6\x49\x8d\x5f\x17\xcd\xaa\x9a\x3b\x7b\xf6\x09\x7e\xab\x84\xae\xf6\xe9\x21\x37\x23\x36\x9f\x32\x58\x11\x31\x59\xdf\x59\xb2\x6e\xcc\xe2\xd3\x67\x7f\x6d\x49\x86\x80\x59\xfa\x9f\xe9\x8b\xa5\xdf\x26\x8b\x4e\xe6\x12\x3b\x03\xd4\x83\x7a\xb8\xc5\x91\xe1\x82\x64\x60\x51\xd2\x28\x85\xd4\x5c\x70\x07\x98\x3e\x5e\xd8\x37\xcd\x47\xc1\x4c\x8f\x97\xb6\x7c\x29\x9c\xd8\xa1\x5e\xd8\x77\xc6\x5a\xf2\x76\x86\xcd\x81\x85\x69\x58\xf8\x83\x2d\xe1\xd1\xc3\xfe\x11\x4f\x98\xe5\xcd\x02\xf8\x5d\x31\x10\x5b\x6c\x44\x45\x11\x0e\x15\x16\xd5\x6c\x57\x85\x3b\x0a\xe6\x5a\xd8\x2b\x41\x50\xf1\x21\xf3\xce\x12\xe6\x27\x31\x65\x51\x55\x16\xd3\xab\xcc\xfb\x2f\xf4\xa9\x16\x91\xdc\xb9\x09\xa9\xaa\x8a\x43\x58\x3b\x39\xeb\xe3\x83\xb4\x3e\x53\x1b\x52\x6c\x40\x52\xf2\x7e\x9a\x9f\xca\x87\x29\xbd\xfb\x1a\x63\xaa\xcb\x2c\xdb\x01\xef\x81\x6b\x87\x4e\x84\xeb\xb4\xba\xf0\x78\x23\x76\x97\xee\xec\x84\x05\xa9\x05\x84\x6b\xe7\x2a\x90\x02\xd8\xac\x1f\x28\x6c\x6c\x9d\x85\x26\xd7\x04\x67\x46\x7c\x12\xc2\xfa\x27\x81\xdd\x54\x8b\x9c\xed\xa5\x44\x38\xa4\x17\xe9\x40\xb7\x05\xa9\x54\x9f\xea\xc2\x59\x66\x68\xb6\xd8\x79\x44\x77\xd1\x17\xec\x38\x82\x73\xe8\xb1\x87\x13\x1f\xea\xe8\x39\xc9\x1b\xfd\xcc\xf6\x3b\x3e\x78\x08\x06\xfc\x1b\x12\xdc\x80\xe3\xfc\xc0\x5c\x89\xa1\x5b\x31\x27\xcd\x08\x78\x99\x2b\x1c\xf7\xec\x76\x66\xcb\x67\xc2\x73\x49\x97\x50\x99\x82\x78\xdb\x03\x58\x8c\xe4\x0a\x32\xe5\x28\x14\xc3\xa7\x9d\x31\x5f\xb7\x37\xf9\xa6\x6e\x3e\xf6\x8a\x4d\x67\xfd\x70\x5a\x31\x4b\x4d\x75\xb3\x17\x8f\x16\xf9\x1c\x3b\xd0\xd8\x09\x4d\xb2\xc2\xed\x1c\x47\xce\xaa\x8e\x91\x3c\x09\xeb\x95\x57\x2d\x82\x43\xf6\xe0\x54\xf9\xba\x62\xa9\x19\x3c\xce\x8e\xc1\x68\xd0\x6d\xdb\xab\x41\xd1\xf3\x14\x4e\x83\xf5\x41\xa1\x74\x0a\x1c\x84\xce\xd0\xb1\x1d\xbe\x61\x89\x65\x76\x5c\x66\xfd\xc1\x82\x9d\xd7\x5b\xf1\x4f\xfb\xcd\x0e\xd3\x30\x5d\x4e\x59\x40\x36\xdc\x33\xe2\xc1\x84\xe7\x08\x6f\x5b\x3b\xaa\x33\xe6\x68\x99\x47\x26\x03\x08\x42\xb0\x83\x47\x9d\x4d\xc9\x45\x2b\x30\x93\xf8\x3d\x54\x63\x34\x11\x1e\xaf\x08\x1d\x38\x7e\xd1\x6e\x22\x49\xef\x44\x8d\xfb\x2e\x9f\x31\x1b\xe4\xbf\xc5\x41\x98\x3b\xf2\x65\x7d\x7b\x9e\x80\xa8\x3e\x1e\x41\x4e\x0a\xd4\xd6\xd6\x41\x61\x3a\xe9\xfd\x68\xe9\x58\xb9\x1b\xc2\x42\x38\x70\x25\xf6\x72\x66\x1e\x31\x6c\x99\x94\x53\x35\xb8\x2e\x08\x65\x35\x38\x92\x93\x2a\x08\x55\xd0\x37\x7a\xaf\x66\x1c\x0b\x33\x62\x83\xba\xb8\xc7\x39\x00\xf5\x90\x8b\xd5\xc9\xca\xfc\x00\x42\xbe\xb6\xeb\x88\x3c\x68\xdf\x4d\x0c\x51\x23\x8e\x16\x71\x2f\x30\xaf\x16\x87\xda\x9e\x69\x91\x02\xa9\x75\x31\xfb\xc7\x97\xa5\x78\xe3\x65\xc5\xc6\x2d\x6b\x54\x79\xb5\xcb\x15\x8e\xed\x3a\x49\x3f\x84\x8f\xe9\x70\x4f\x35\x25\x01\xb0\xe1\x28\xbf\x1f\x26\xcc\x6a\x18\x8d\x4a\x21\xc6\x8e\xeb\x46\x9c\x0a\xdc\x51\x57\xc4\x4f\xf2\x53\x30\x18\x9a\x37\xb1\xf3\x1a\x7b\xf9\x25\x6d\xdc\x4f\xf8\xaf\x89\x89\x58\x06\x17\xd3\xfb\x37\x19\x75\x09\xd4\x58\x39\xd3\x4b\x89\x69\x8e\x7b\x0c\xb0\x10\xc4\xac\xbc\x96\x3c\x8f\x6c\xd8\xb0\x46\xff\x3f\xb3\x5b\x47\x0d\x3a\xbb\xb5\xef\x6a\xb2\x26\xb8\x8f\xc9\x6e\x3a\x5a\x1d\x94\x01\xd9\x42\xe9\x3a\x90\x18\x94\xb2\x9d\xe0\xc0\xcd\x88\xbe\xc2\x68\xa2\x24\x88\x17\x4a\x12\xd8\x56\x58\x78\x85\x57\x0e\x5c\xea\x44\x79\xe9\x47\x26\xd6\x78\xf6\x8f\xa1\x9d\x11\x56\x04\x16\x6e\x6f\xb4\x59\x8b\x64\xab\xda\xde\x96\x11\x21\x67\xd2\xce\x43\x6a\x74\xec\x74\xa4\x2a\xd1\xba\x5e\xad\x69\x5c\xf5\x96\xcf\x63\x41\x53\x76\xe8\xe7\x35\x56\xfe\x45\x5c\xa5\x5d\x35\x6c\x9f\xe2\x16\xc4\x25\xca\x6d\x3a\x3f\xf7\x43\xd7\x36\xab\x67\xa7\x2d\xab\x92\x6c\xe5\xe1\x8d\xf1\x97\x9f\x9f\x68\x3a\x71\x4e\x9e\x43\xf6\x9f\x7b\x59\x0f\xaf\xf6\x8b\x47\x7d\xbe\x22\xb9\x07\xdb\xe5\xcf\x45\xbe\xee\xaa\xeb\xa7\x0f\x1e\xf6\x0f\x9e\xe9\x21\xbc\xf8\xab\xdd\x34\x0e\x2d\x3f\x3f\x29\x9e\xb1\x66\xd0\xb7\x1b\x5a\x2a\x71\x91\x76\xbb\x95\xf9\xa5\x5d\x60\x2b\x90\xe8\x3f\xce\xed\xab\x06\x98\xab\x3a\xc5\x0f\x55\x38\x73\xb4\xee\xe7\x47\xa7\xcd\x44\xc0\xc8\x76\xa2\x42\x18\x03\xe3\x38\xb2\x19\x82\xbd\x83\xed\x26\xb9\x2b\x06\xe1\x61\x5c\x0c\x13\xc9\xa6\x28\x6f\xb6\x31\xc3\x0b\xb4\x03\xd4\x61\xe5\xa9\x28\xf5\x44\xa4\x28\x4e\xb3\x36\x45\x7e\xa0\x2f\x23\xad\x80\x7e\x79\xc3\x30\x33\x2d\x84\x61\x6f\xe0\x61\x82\x4d\x96\xba\x72\x37\x19\xbd\xf2\x36\x1b\x41\xc0\xdd\x14\x27\x9e\xbd\xa5\x30\x53\x0c\xce\x7a\x11\x72\x36\x71\xf8\x11\xee\x26\x24\x49\xda\x07\xf3\xee\x2f\xe4\x6c\xa3\x76\xfd\xc0\xad\xb9\x2f\x60\x6e\x18\xd3\x31\xd0\x41\x63\x81\xbd\x44\x67\xea\x8d\x5a\x47\x90\xc1\xce\xa2\x5e\x13\x7a\xdb\xea\x69\x52\x6e\x89\x98\x13\x52\x7d\x86\x2a\x5a\xcc\xdc\x09\xb8\xf7\x89\xfb\x0a\x0c\x2e\xff\x25\x2f\x0b\xe2\x04\x43\xfb\x91\x88\x69\x5c\x04\xe9\x87\x0a\x39\x0e\x63\xfa\x87\xf2\x97\x63\xcf\x1e\x52\x8d\x44\x0f\x6f\x0f\xb2\x98\x80\xb3\x68\xad\xce\x85\x48\xac\x45\x15\xe4\xfe\x45\xdd\x94\xc2\x49\x94\x11\xa8\x9f\x8c\xe3\x00\x24\x66\x35\x0c\x04\x93\x2e\x7f\xe8\xef\x70\x5a\xa2\xfa\x83\xe5\x42\x0c\x7c\xdf\x04\x0c\x54\xc8\x61\x2e\xa8\x70\x83\xbc\x20\xf5\x12\x7e\x82\xc7\x52\xe1\x15\x67\xf7\xea\x24\xab\x67\xe0\x56\xe4\xa5\x26\x62\x0d\x00\x50\x10\xde\x3b\x44\xe0\x97\xb7\x34\x58\x2d\xea\xdf\xa0\x1e\x80\x98\x03\xa2\x3a\x63\x99\x6b\xf1\x77\xc8\x8f\x2f\x5e\xd3\x9e\xe1\x1a\xb4\x4a\x7f\x2d\x48\x9c\x96\x2e\xdc\x38\x2b\x07\x13\x5b\xca\x73\x9d\x1e\x20\xc5\xcd\xa8\x8a\x92\x58\xe2\x6e\x50\xa3\x01\xc9\x60\xe2\x7c\xc1\x71\xd5\x07\x96\x1f\x69\x0d\x3d\x49\x77\x2b\x37\xd4\x6f\x08\xb3\xce\xfe\xc8\x4b\x6b\x77\xcb\xfc\x3f\x70\x6d\x2a\x04\x43\x37\xe0\xe0\x89\x4f\x15\x41\xc2\xfa\x91\xf3\x12\xee\x1c\xff\xb0\x0e\x2b\x07\x09\xa7\x32\x64\x23\x93\x93\xe9\x99\xca\x64\xb1\x29\xce\xb2\xb3\x7a\xe2\x31\xdf\xc7\x67\x98\xf0\xbd\x6e\x7e\x07\x97\x09\x47\x15\x90\xf2\xc5\x64\xb3\x8e\xa2\xa5\xe9\x84\xdf\xe4\xb2\x11\x8a\x77\x00\xb7\x22\x2a\x86\x52\x44\xe0\x72\x4b\xb5\xdc\x54\x1b\xf6\x95\xd5\xd6\xfd\x09\xb9\x0e\x3d\x3a\x1f\x57\xa0\x40\x3b\xad\xbc\x9c\x2b\xa8\x08\x4d\x77\x56\x19\x41\xd0\x72\xc3\x91\xb8\xa8\xf7\xb6\x5f\x9f\x1c\xbf\x7d\x7b\x7e\xe5\xb7\x69\x5e\x07\x4d\x49\xc2\xc4\x37\xce\xbb\x6c\xd4\x2f\xf3\x31\x73\x13\x18\x43\x78\x2f\x37\x2d\x71\x08\x2e\x64\x53\x56\x3b\x7d\xae\x5a\xf0\x9e\x96\xfb\x62\xbc\x3c\xea\x7f\x79\x68\xfe\xb2\xf7\x2c\xdf\x7c\xc8\xcc\x00\x7e\xce\xff\xb3\xf0\x0c\x21\x38\xb7\xc1\xd2\xf3\xc7\x3b\xde\x93\x9d\x3a\xd0\x96\xa3\x33\x05\x30\xe9\x7d\x01\xfd\x88\x70\xdf\x62\xaf\xb8\xce\x71\xf4\x7b\xc4\x26\xd2\xb6\xc3\x82\x61\xe4\xee\x9b\xfa\x8f\x3d\x04\x34\xd6\x8e\x88\x79\xb0\xd3\xe2\xa2\xde\xc8\x86\xf2\x27\xf7\x43\xd2\xf9\x2b\xf1\xb6\x0e\x1a\xa7\x5f\x3f\xf7\x3b\xf6\xf9\xa4\xbd\xa1\x7f\xfa\x60\x5f\xe7\x6c\x71\x63\xbf\xa7\x07\xcf\x48\x97\x61\x17\x0a\x9a\x3e\x82\x78\x16\x54\xc7\x37\x99\x7c\x9d\xdf\xaa\xda\x4a\xfd\xc5\x3a\xfa\x54\x6c\xf6\xb1\x31\x83\xd7\x0d\x97\xe9\xbf\xcb\x50\x54\x2d\xba\xe9\x2d\x28\xe4\x99\xbf\x35\xe7\xc1\xe9\x1a\xa9\x13\x43\x09\x2e\x54\x14\x9b\x41\x6c\xb9\x79\x80\x0a\x5e\x97\x68\xb5\x0a\xd1\xad\x67\x6e\x6e\xf9\xf7\xcb\xae\x86\xd3\xb8\xa4\xf3\x9d\xb7\x3c\xb8\xef\xe6\x12\x7d\xbb\x97\x44\x34\x34\xa6\xd9\xaa\x1e\x48\x69\xe5\x7b\x6e\x70\x31\xce\x68\xcd\xd1\x36\x80\xdb\x72\xf2\x65\x29\xa3\xa2\xbc\x63\x0a\x2c\x6c\x50\x2c\xa7\x29\xf9\xf0\x87\xfe\x9e\x28\xa5\x80\x76\x57\x8f\x8f\x13\x5a\x52\xda\x6b\x5e\x35\xaf\xe9\x1f\xed\x88\x22\x3f\xc7\x73\x2c\xc2\x21\x2a\x51\x0b\x89\xa8\xb1\xae\x1e\x75\xfc\xd2\x59\x51\x8f\xaf\x60\x5e\xd4\x2b\x59\x4d\xd2\x40\x1b\x12\xf2\xe7\x48\xd0\x2b\x72\xd4\x13\x9a\x85\x4f\x22\x4b\xc8\xa5\xb9\xd7\x96\xf2\x2d\xeb\x4f\xdf\x1d\x30\xd4\xa6\xa7\x9d\x5f\x6f\xaf\x4d\x6b\xb8\xdb\x6c\xcb\xae\x30\x73\x36\xc2\xe7\xea\x2e\x15\x39\x09\x64\x7a\x85\xcf\xae\x5a\xb9\x3b\x7c\x72\xd7\x2a\xcc\x3d\xbc\xac\xcc\x88\x50\xc4\xab\x0b\x9e\x86\x0b\x5a\x1d\x0f\x9e\x09\xce\x6c\x69\x59\xad\x3a\x05\x67\x7a\x8b\x30\x98\x03\x85\x98\xe1\x5a\xc4\xdc\xd4\x47\xf6\x25\x61\xd5\x4c\xed\x21\xd3\x50\x11\x27\x54\x69\xa4\x08\xae\x5a\x3c\x79\xf9\xfa\x0a\x17\x2d\x68\xc6\xe0\x18\x6f\xb7\x49\xd8\x11\x75\xe6\xea\xb4\x03\x37\x80\x98\xef\xea\x6b\x49\xd4\x72\x9c\x08\xbd\x2f\x3e\x9b\x30\xb7\x98\x22\xbc\x95\x93\xc9\xd2\xb4\xf5\xae\x0b\xf5\xda\xad\x78\x5c\xb3\x60\xff\xf0\x78\xa9\xe3\x12\x65\x80\xe9\xd0\x69\x8b\x19\x73\xc9\x3b\xcb\xee\x76\xce\x36\x53\x6c\x26\xbb\xdb\x0c\xae\x4d\xb4\xef\xce\x21\x96\x48\x22\x58\xfb\xa6\xde\xc9\x1d\x5f\xca\xa8\x2b\x71\x70\xc6\xc7\xf9\xbf\x64\x82\x42\x37\xc3\x20\x14\x5c\xfc\xe5\x0c\xda\x42\x7e\x01\xa7\x1d\x58\x55\x94\x13\x9b\xa7\x0f\xe6\x0b\xe2\x14\x1f\x1f\x04\xaa\x23\x5f\x11\x66\x7d\xf1\x1b\x92\x60\x6f\xd4\xaf\xe0\x37\xf9\xca\xec\xf7\x9f\xf1\x6b\xcf\x0e\xb3\xe2\xc4\xc0\x1f\x99\xfe\xe2\x83\x8f\x4c\x2f\x8e\x32\x4b\xcc\x58\x7d\xd0\xf9\x24\xd5\x21\xe4\x5f\x7f\xec\x79\x94\xa2\xf5\x3e\xcd\xff\x95\x7f\xe5\x2f\xf9\x97\x0e\x85\xd9\x82\x5b\xe3\xa0\x9a\x84\x51\x84\x0e\xa0\xe0\x7b\xea\x86\xed\x79\x82\x78\x8d\x05\xd8\x57\x77\x31\x03\xe4\xfb\x1a\xd9\x6e\xcf\xae\x31\x3c\xef\xd6\xda\x05\xa5\xe0\xf2\x0b\x27\xf2\xee\x1b\xd4\xe0\x4e\xc5\xa2\x3a\x32\xc7\x6a\x94\xc5\x0c\x5d\x05\xb1\x96\xfe\x69\x1e\xee\xda\x0d\x05\xce\x41\x04\x88\x48\xee\xff\xcb\xaf\x28\x45\x21\xaa\x30\x2b\x53\x50\xe4\xa7\x17\x4e\xf9\x7a\xea\xf8\x5a\xea\xa6\x58\x54\x48\x7e\x83\x0f\x5a\x08\xc4\x39\x07\x42\x1c\xac\x31\xee\x47\xc6\x3d\xaf\x07\x71\xfc\xc5\x57\xa6\x6e\xe9\x72\x02\x26\x9f\x19\xce\x17\xba\x82\x7d\x34\xdf\x15\x37\xf2\x93\xf0\xaf\xf7\x56\x5f\xc9\x97\x24\xc3\xe3\x57\x40\xe1\xf0\xeb\xe0\x21\xa7\x28\x65\x5f\xd8\x77\x66\x1d\x98\x8d\x3b\x62\x39\xc9\xb5\xd9\x7c\x99\xe4\x5f\x8b\xb6\xf5\x82\x75\x2d\x4b\x2b\xc0\x15\x73\xf3\xa1\x72\xe9\x5b\x62\x29\x62\x75\x3f\x93\x2f\x97\x53\x8a\x7b\xdf\x29\xf6\x14\x4d\x33\x0f\xec\x73\xfe\xef\x52\x89\x8c\x74\x55\xd1\x7f\xe7\xcd\x2c\xb7\xca\x59\xcd\x92\x7b\xba\x3e\x79\x96\xce\x45\x90\xd5\xf0\x06\xbd\xc0\x69\x07\xad\x08\xe4\x87\xd9\x4b\xc2\x7f\x37\x77\xe5\x4f\xf8\x67\xbe\x19\xd5\xe2\x26\x37\x9c\xdb\xa4\x99\x10\x86\x9a\x9a\x04\x93\xe6\x42\x48\x69\x71\x3b\x05\x4c\xa2\x75\x13\xc1\x9e\x53\x42\x48\x5a\x51\xc5\x2c\x14\x26\x35\x43\x4e\x9c\x86\xa7\x0d\x87\xef\xba\x40\x52\xd6\xcf\x71\x3f\x03\x20\xe9\x66\x31\x01\xca\x06\x0b\x0f\x47\x03\x4f\x81\xd4\xa6\xe6\xd8\x44\x3a\x7b\x7e\x7e\x68\x6a\xd3\x09\x92\xcc\x39\x49\x22\xcb\xca\xf9\xeb\x03\x08\x7b\x39\xdf\xf0\x8e\x9a\x71\x95\x69\x63\x51\x7d\x40\xe8\x50\x2c\x28\xfb\x61\x09\x6c\xba\xc2\x8c\x2b\x9f\x25\xa8\xb3\x4c\x5a\x5c\xec\xe3\x6d\x35\x47\x55\x86\x79\x24\x76\xcc\x45\x90\x12\x44\x38\xa1\x6a\x33\x51\xe2\x4e\x8a\x4a\x61\x0e\xd6\x3c\xa2\x1b\x2d\x79\xc7\xf4\x7a\x08\xbe\xb4\x7d\xb8\xea\x03\xe5\x54\xee\x81\xb4\x33\xce\x99\xf1\xad\x0e\xc7\x3f\x8f\xe1\x0a\x01\x1e\x3a\x05\xda\x6b\xa4\x07\xda\x7a\x79\x9f\x76\x5d\x2d\xd5\x7a\x31\x55\x48\x66\xb9\x9c\x2f\x6e\xb5\x8c\xcc\x33\xee\xc9\x1d\x28\xb2\x65\x6f\x0a\x6c\xca\x5a\xe4\xcc\x25\x4c\x14\xe9\xf5\x9e\x2d\x5f\x74\x1d\xe7\xcc\x58\x22\x86\xb7\x05\xf3\xa6\x7e\x12\x84\xa9\x14\x20\xe7\xf8\x98\x02\x11\x9b\x9e\x6a\xe5\xbc\x0b\x88\xc3\xb8\x1d\x05\x4e\x36\xcc\x2e\x24\xae\xc4\x1b\x38\x94\x74\x5f\x50\x8e\xbd\x2d\x99\xaf\x8a\x09\xf7\xac\x85\x2f\x26\x7e\xde\xd1\x8e\x2f\x20\x0d\x8d\x4a\xf0\x4a\xc2\x2c\x10\x88\x7c\xe7\x0f\xdf\x7f\xff\xa1\xe7\x69\xf0\xd6\xf1\xf7\x3f\x7c\x20\x29\xe7\xe1\xfb\x1f\x3f\xc0\x2c\x3e\x2a\x3c\xbf\x66\xab\xd0\xb8\x06\x14\x34\xe8\x5d\x57\x7d\xaa\xdb\x3d\x36\x60\xfd\xf4\xfc\xe1\xb3\x4c\xc5\xe7\x21\x5e\xe2\xee\xbe\x6f\xb2\xc2\x4b\x97\x15\xaf\xf0\x66\xbf\x9d\xeb\x18\x7b\xe1\x00\xf6\xcb\x15\x37\x0c\xcc\x0b\x6e\xf2\x77\xf7\x9b\x87\x5b\x97\x3c\x58\xea\xbc\x09\x77\xff\x24\xbf\x9e\x61\x20\x3c\xf4\xdf\x5d\x4b\x6d\x60\x50\xbf\x92\x2b\xcb\x2c\x0b\x3b\xd3\xfe\x6d\x35\xcc\x62\xae\x64\xd1\x29\xd0\xe5\x38\x4b\x7b\x11\x83\xa8\x47\x2a\x72\x0c\xbc\xab\x80\x18\x83\x7b\x87\x9f\x49\x66\x5a\x99\x00\x4d\xd5\xa6\xac\xd6\x53\xc9\x49\x92\x2f\xb8\x56\x4c\xc9\x36\xf4\x75\x68\x92\x2e\xb9\x3a\xec\xe7\x57\xd6\x22\xf2\x04\xc9\x99\xd7\xae\x9e\x6b\xc2\x78\xb3\x84\xf1\x15\xf6\x69\x1e\xaa\xfa\x24\x0a\xf4\x57\x36\xb1\x6b\x35\xb6\xce\x05\x3e\x2c\x59\x6e\x63\xaa\x03\xb9\xa3\xcd\xc8\x32\xa4\x89\x76\x3f\x87\xa4\x78\x52\x6a\xc0\xb1\xed\x4e\x0e\x1f\x51\x70\x52\x04\x5a\x37\x73\xf3\x43\x57\x41\x9f\x98\x25\xfb\x5a\xc9\x88\x88\x8c\xf8\x1a\xa2\x1a\x1b\x0f\x5e\x99\x8a\x4e\xb0\x82\x9b\x33\x3a\xa5\xe1\x6a\xad\x4a\x58\x10\x7e\xa5\x7f\x0e\xaf\x89\xff\x88\xf5\x8f\x5b\xa1\xee\xd3\x3f\x4b\x92\x7d\xd1\x16\x9d\xdf\xb7\xe3\xfc\x65\xbb\x69\xfd\xbe\x8e\x5f\x29\x80\x18\xff\x1e\x96\x89\x6c\x26\xd9\x9e\xb6\x75\xf5\x82\x70\xe3\x9d\x47\x20\x27\x06\x23\x19\x89\x77\x54\x9c\xe9\x2e\x46\x48\x07\x71\x3d\xc2\x2e\xb9\x8f\x6b\x51\x1f\x23\x80\x3a\xeb\xe3\x24\xd8\x94\x99\x59\xa4\x8c\xd0\xac\xcc\x32\x7b\x78\x28\xcf\x07\xab\x81\xa5\x59\x6b\x3e\x6c\x58\x9e\x6e\xda\x5b\x98\xa5\xa7\xf7\x9c\x60\x89\x12\xc4\x2b\x6a\x57\x10\xe9\x89\x97\x86\xea\x12\x9c\xa2\xce\x29\xfd\x34\x9c\x0d\xd4\x80\x87\x9b\x36\x77\x5a\x18\x02\x3f\xf1\x46\x50\xe4\x5c\xd8\x2e\x57\x81\xfc\xb5\xfc\x2c\xa9\x16\xf7\x68\x9f\xc2\x3d\x2c\x6d\x50\x5b\x78\x9a\xeb\x97\xe6\xeb\x16\xe7\x14\xc7\x17\xf8\xad\x9d\x50\x18\xe2\xcd\x5d\xd5\xef\x37\xd8\x03\x70\xf2\x26\x3f\xae\xe5\xcc\xc8\x80\xf8\xf4\x7f\x25\xf6\x02\x6b\x2b\x60\xe4\xc8\x35\x57\x00\xce\x5d\x54\xcb\x02\x9e\xa0\x85\xb2\xe6\x35\x2d\xc9\x60\xf4\x04\xc2\xa1\x0a\xac\x7e\x76\xad\x0d\xe3\x21\x31\xdb\x72\xd5\x9b\x29\x23\xc1\xd4\xa2\x1a\x6e\x78\xea\xe4\x68\x9e\x91\x2b\x36\x87\xfe\xa7\x70\x33\x26\x0e\xf6\x04\x6d\x3c\xe1\x1d\xb9\x54\x6e\xf6\x4f\xf8\x21\x3c\x4d\x51\x99\xc8\xeb\xa1\xda\xab\x20\x58\xd0\x36\xa9\x4c\x71\x38\x70\xda\x56\xd4\x28\x76\xf1\xd2\x54\x48\xe1\xad\x3f\xf3\x4d\x28\x63\x9e\xf8\x26\x22\xe6\xa3\x77\x4d\xff\xd1\xa5\x6b\xfd\xa8\x49\x37\x6b\x6b\x46\xd2\xfe\xb1\xea\xa9\xf4\xff\xff\xc1\x68\x94\xa4\xfd\x79\xc8\x2e\x41\x9f\xfe\x67\x04\x95\x6a\xce\x3e\x4f\x0c\xa6\x20\xa8\xca\x5c\xf5\x4a\xcd\xd7\x8d\x95\x48\x45\x50\xe3\xbc\xf1\x25\x43\xcf\x95\xc2\x99\xa4\x5e\x93\x16\xcf\x6b\x5d\xb1\xe9\x8e\x57\x66\x11\x6a\x20\xc5\x76\xbe\x25\xa6\x1a\x97\x73\x35\xaa\xd6\x2d\x6e\x85\x89\xd7\xb6\x54\xc1\xa1\x8d\x68\x7d\xd8\xa1\x1a\xfd\x72\x26\xfb\xe9\xba\x14\xb6\xdc\x7b\xef\x69\xc6\x22\x15\x82\x45\x2a\x60\x59\x6e\xf9\x16\xcd\x1c\x56\x69\x74\x23\x8c\x85\xc0\x76\x47\x1b\x38\x43\x3c\x4e\x46\x2f\xa6\xa4\xa4\x2b\x41\xb5\x30\xf8\x1e\xaa\xf9\xd1\x70\x77\xdd\xb6\x42\xe5\xde\x01\x2f\x48\x3e\x7d\xda\xd4\x1c\x72\xc6\x96\x96\x99\x26\x0e\x36\x39\x15\x1e\x2b\x34\x5a\x11\x8e\x5a\xb9\x4f\x0f\x17\x92\x7a\x88\x26\x34\x5d\xf2\x98\xdc\x78\xe5\x05\x06\xa6\xc0\x14\xe2\x55\xc7\x20\x7b\x42\xcf\x0d\x72\xa7\x75\xdd\x14\xa0\xf4\x16\x84\x87\x7d\xd4\x76\x3b\xa7\x29\x9f\xab\x22\x42\x6c\x92\x09\x00\xbf\xd2\x2e\x98\x04\x9e\x56\xed\x64\xd9\x78\x44\xb4\x25\x2d\x98\x37\xca\x25\x48\xe1\x3d\x81\x51\x8d\x50\xa7\xee\xfd\x7a\xbc\xa8\xfb\x5a\x54\x7d\xc2\xba\x26\xb1\x63\xd2\x08\xee\x17\x86\x19\x13\xa7\x3e\x61\xae\x1f\xf4\x29\x8d\x98\xcd\x58\xf9\xb7\x16\x62\xe8\xbb\x78\x90\x95\x38\xb3\xf2\xff\x30\xc3\xc5\x85\xd0\xaa\xe6\xb2\x42\xb4\x46\x54\xae\x29\x3e\x5e\xc2\x91\xbb\x9d\xf7\xe8\x96\xaa\x7b\xbc\xdd\x3e\x2e\xcb\x47\x13\xa3\x0e\x76\x74\x37\xec\xc4\x19\x47\x95\xe7\x64\xf9\x07\x35\x05\xe2\xd1\x34\xee\x18\x20\x9a\xa7\xdf\x78\x67\xab\xf8\x3c\x25\x2f\x3d\xde\xb0\x77\x07\x73\xd7\x33\x5b\x6b\x77\x84\x76\x77\xc0\xcf\x4b\x4c\x6e\x7d\x85\x23\x49\x04\xcb\x20\x2b\xb9\x9c\x7a\x67\xf7\x0c\x0f\x2a\x93\x30\x4b\xda\x1e\x40\x89\x84\x05\x3b\x88\x90\x40\xa0\xf3\x48\x75\x42\xdd\x04\xe0\x94\x48\xe7\xdb\xfe\x8f\x14\xeb\xa6\x1a\x9f\x22\x81\xfb\x04\xbb\xa9\x08\x8f\x96\x36\x13\xfa\xc6\x65\x02\xf9\xf2\x59\x41\x70\x0b\xdd\x3b\x83\xdf\x1e\x6c\xdd\xb6\x1f\x25\xc0\xc7\x02\x9f\x3e\x67\xc5\x21\xed\x24\x93\x83\xb7\xbd\x8a\x73\x49\x5c\xaa\x97\x61\x24\xc9\xe7\x9c\x30\xd1\xc5\x92\xe7\xb8\x9b\xff\x4d\x4c\x69\xa7\xf8\x95\xff\x0f\x26\x0c\x07\xa2\x37\x01\xce\x2d\xa0\xcb\x25\xdf\x07\x70\xb9\xea\xb4\x1d\x34\xa5\x3e\xe6\xe3\xb6\xd4\xab\x99\x0f\x28\xbe\xcc\x4f\x7f\xca\x3f\x3f\xbe\x34\x38\xf3\xb5\xbb\x6b\x47\x7c\x92\xa1\x9f\xe7\x76\x73\x69\x0c\xe6\x0e\xee\xfc\x6d\xa5\xf8\x98\x91\xdd\x89\x1a\xf1\x46\xc6\x8d\x25\xbe\xd9\xc4\x49\xf1\x35\x29\xa2\x3b\x17\x2d\x4e\x15\x45\x28\xaf\x70\xce\xe9\x83\xee\x21\x0a\x29\xee\x2c\xb2\xb4\xd1\xcb\x31\xad\xde\xbd\x12\x97\x7d\x51\x70\x0b\xa7\x74\xf6\x38\x95\x4e\x4e\x9a\xcd\x0d\xd1\x07\xdb\x10\x9f\x7f\xeb\x2a\xf2\x82\xe9\x4d\xae\xad\x00\xd3\xc1\xc9\x67\x02\x68\x48\x39\x27\xfe\x21\xde\x63\x52\xac\x88\xae\x7d\x0d\x81\xe1\x45\x3c\x3e\x16\xc5\xf2\xa3\xeb\x11\xb3\xa7\xaa\x1b\x70\xe1\x6a\x8c\x76\xf6\xf8\xa6\x05\x34\xff\x9e\x9a\x79\x0c\x19\x43\xe2\xdb\x61\x10\xb2\xfe\xea\xeb\x00\x1f\x70\x82\x63\xa7\xb6\x4f\x75\xb9\x27\xea\xe3\xb9\xb8\xab\xde\x1f\xe2\x7a\x69\xc5\xe3\xc0\xf5\x60\xdd\xc9\x7c\xb2\xc0\x51\x23\xfe\x03\x5f\x74\xc4\x8d\xbb\x6b\x7f\x91\xb4\x9f\x6a\x99\x99\x90\x53\xd2\x15\x07\xb8\x10\x9a\xfb\x1b\x55\x21\xab\x12\x3e\x04\x37\x1c\xf1\x94\x35\x51\xea\xa7\x7c\x34\x1f\x31\xb6\xe4\x96\x9e\x93\xbc\xee\x75\x04\x1a\x11\x42\x82\xa5\xa4\x3e\x20\x2c\x70\xd7\xb1\xd9\xe7\xe1\x73\xd0\xac\x5b\xd1\xce\x4c\xae\x0d\x49\xa2\x6e\x96\x9b\x3d\x1c\x0f\x99\x19\xb1\x30\x7c\xa4\x3c\xf8\xc8\x19\x03\xe5\x6e\x52\xe0\xd9\xe5\x79\x60\x1b\x61\x36\xe9\x2b\x4e\xac\x05\x01\xaf\x47\x4d\xfb\x2b\x53\x47\xde\x13\xc6\xb9\x08\xb0\x6c\xca\x0e\x40\x4d\x59\xed\x38\x6a\x1f\x7b\x82\x5e\xcb\x6e\x2b\x3c\xff\x9e\x56\x7f\xb8\xab\x55\x71\xe0\x99\x6a\xd6\xdc\xca\xf4\x0e\x32\x16\x2d\x47\xb2\xbd\xa7\xb5\x1f\xad\xb5\x70\xcb\xfa\x58\x55\xbb\xa0\x89\xb8\xfb\x81\x9b\x3d\x98\x67\xec\xa1\x33\xc1\xd1\xf4\x76\x99\x5d\x47\x3d\xc0\xc4\x83\x9d\x30\xf0\xfe\xb0\xdd\xec\x9e\xab\x37\xe3\x05\x62\x96\x3b\x84\x5f\x86\xf5\xce\xc1\xb0\xe5\x62\x1e\x70\x6e\x38\x3a\x1a\x4b\x9e\xa8\x4a\x1c\x28\x13\xb7\x14\x7f\x3f\xd5\x75\xcd\x0a\x74\x87\xbb\x17\xfb\xc8\xe5\x13\xbe\x71\x0e\x94\x1d\x90\x43\x62\xcd\xc5\xed\x9c\xc7\x73\x12\x24\x1f\x2e\x90\x38\x7b\x47\x75\xc5\xce\xde\x41\x07\x85\x8a\x0e\xd5\x73\x32\x59\x87\x52\x5e\x38\xb5\x7c\x0d\xbd\xc6\x85\xe3\xb9\xc6\x46\xd2\xd0\xe1\xe9\x8d\x5f\xcd\xbd\x59\xb7\x41\x64\x0e\xf1\x40\xc7\x5e\x14\x76\x64\x16\x8f\xf5\x46\xc4\x13\xc5\x8b\x0a\x2b\x89\x14\x63\x7b\x8b\x89\x32\x50\x15\xb7\x7b\xda\x3a\x37\xf5\x47\x18\x78\x88\x30\x25\x4c\xea\xf9\xe5\x15\xac\x3a\xb4\x00\x68\x1f\x5d\x31\xdf\xcd\xff\xbc\xae\x1a\x44\xee\xe3\x68\xa5\xca\x88\x96\x4b\xbe\x38\x52\x37\x1a\xdc\xec\xa6\x32\x77\xde\xa6\xdc\x08\xdb\x0a\xef\x17\x99\xf4\x20\xd6\x9d\x1c\x11\x49\x79\xa5\xf5\xbb\x6a\x49\x32\xf1\x8c\x4f\x6b\xba\x06\x51\xd4\x73\x33\x08\xdf\xe9\x80\xe2\x46\x02\x4f\x10\x36\x02\x05\x68\x51\x94\x84\x46\x4d\xdd\x83\x47\xe8\x49\x41\xa7\xa4\x60\xc3\xf0\x5d\x32\x30\xf8\xab\x78\x91\xd6\xcc\xae\x73\x75\x81\xb8\xcb\x39\xff\x60\x1f\xc2\xe0\x72\xd2\xf4\x3d\xa2\x70\x5a\xd5\xcc\xeb\xe3\xa6\x84\x4f\x80\xf4\xbb\x56\xfc\xfa\xde\xe9\xe7\x18\x48\xb4\x25\xee\xc9\x2b\xf9\x1a\x83\xec\x34\x6a\x8d\x8b\x5f\x33\x06\x59\xb4\x25\xeb\x3f\xcf\xe9\xdf\x58\x88\x76\x31\xc5\x4d\x92\x06\x71\xee\xf8\xa6\xb4\x1c\x8e\x72\x06\xa1\xbb\xda\x5c\xcb\xad\x77\xb6\xb8\x40\xdd\x13\x03\x16\x7b\x93\x4a\x50\x44\x76\x64\x42\x05\x7a\xc7\x09\xee\xfb\x08\xf5\x14\x5a\xa7\xf4\x52\x64\x78\xcb\x2d\xed\x13\x8c\xed\xd6\xaf\xd7\x22\x83\x60\x1a\xa0\xdc\x4a\x5c\xae\x23\xde\x5a\x58\x2f\xb4\xe3\x2f\xdb\x80\x76\x12\x8b\x8b\x6f\xa6\x10\x51\x23\x90\x84\x81\x88\x0c\x2b\x81\x8b\x03\x67\x52\xbb\x6a\x0a\x62\x03\xc2\xc6\x3d\x52\x47\x5c\x46\x90\xb8\xe0\x8e\x20\xfc\xe1\x1c\x80\xec\xca\x4b\xba\xcf\x28\xb8\xd7\x15\x5e\x45\xeb\x21\xe0\x28\x51\xb0\x77\x74\x54\x23\x6c\x89\x75\x92\x39\x85\x19\x27\x03\x23\x20\xe3\x8a\x7d\xee\x82\xd5\xcd\xdb\x34\x09\x47\x22\x45\x77\xd5\xaa\xe8\x4a\x0b\xaf\xa1\x9c\x86\xaf\x13\x80\xa3\x84\xd7\x27\x8b\x0d\x29\xdf\x5a\x05\x71\x46\x02\xf9\xc8\xde\x3c\x34\xdf\x2c\xe3\x98\xbd\x81\xa5\xc5\x52\xd8\x18\x5f\xde\x22\xe6\xb2\xdf\x31\xbf\x11\xe6\x65\xed\x60\xc8\xdf\xfe\xf3\xe5\xf9\xdb\xa3\xfc\xf3\xe3\x9b\x9b\x9b\xc7\x5c\xfc\xf1\xbe\xdb\xf0\x35\xa7\x92\xc3\x77\xfc\xf7\xb3\x37\x47\x79\x35\x2c\xbf\x9b\x91\xa2\x0e\x36\xe4\x57\xb7\x3a\x17\xc2\x9c\xce\xd4\xc5\xa2\xe3\xdf\xcf\x9e\x74\xc5\x68\x20\xe9\x30\xea\x53\xb8\x41\xf2\xec\x99\xcf\x82\x4e\xa6\xf8\x2e\x78\xe5\xb0\x5a\x76\x15\x8e\xfc\xf1\x11\x64\x6c\x48\x27\x98\xba\xb6\x9d\x82\xd4\xd4\x8e\x76\xe3\xf5\x52\x03\x59\x27\x20\x76\xc2\x75\x82\xb3\x2d\x97\x89\x89\x73\xdb\x0a\x47\xe8\xea\xd7\xed\x7e\x53\xc6\x1c\x93\x70\xa6\x13\x51\x95\xbf\xa4\x85\xe1\x4f\x87\x48\xb4\x4f\xf3\x7f\x66\x4b\x11\x4f\x94\xd0\x16\x67\x19\x6d\x01\x78\x96\x16\x46\xc8\xb4\x40\x30\xa6\x01\x48\x28\x38\x13\xcc\x7d\x9e\x13\xce\x47\x95\xa8\xfe\xc6\xbe\x02\x43\xbe\x75\xfa\x1c\x68\x4d\xaa\x1b\x17\x89\xed\x74\xd3\xd9\x86\x17\xf1\xd1\x93\x68\xd8\xc5\xca\x8c\x58\x53\x78\xc8\xc5\x99\x70\x12\x45\x01\x7f\x04\x28\x73\x91\xd0\xbb\xd1\xaf\x5d\x30\xa6\x5c\x63\x04\x56\x69\x86\x37\xf4\x9e\x56\x03\x6e\x15\x4f\xad\x45\xd1\xa8\xdd\xac\xf9\xd5\x63\xfc\x4d\x77\x38\x91\x4c\xe4\x0e\x46\xc4\x3d\xc0\x3a\x62\x99\xeb\x26\xdd\xc5\x52\x71\x4b\x79\x93\x17\x65\x94\x37\x8d\xb6\x6b\x05\x4c\xda\x18\xed\x92\x2a\x1d\x8f\x65\x7e\xdf\xc2\x21\x81\x40\x3c\x53\xe6\x3a\x4a\x8b\xf6\x81\x8b\x6c\xa7\x2e\x2d\x16\xaf\x6c\x95\x82\xef\xc6\x4b\x94\x11\x22\xeb\x28\xe4\xa8\x2c\xa8\xc5\xe7\xd8\x0c\x82\xfb\x97\xec\x6b\x6e\x7e\xd9\xa3\xdb\xa7\xa1\x08\x2d\xb5\xda\x4d\x22\xb9\xf1\x94\x64\xa6\x91\xfb\xd3\x95\x4d\xb2\x9a\x3c\xad\x72\x22\x5f\x21\xb6\x76\x9b\xf6\xd6\x2e\xe8\x9e\xe2\x97\x46\xf5\x08\x47\xe6\xc1\x74\x50\x1e\x32\x30\xbe\xb4\xf3\xb8\xba\xbf\x04\xf1\x1d\x55\xc4\x6d\x58\xdf\x45\x51\x82\x09\xd5\x98\xc8\xe0\x3d\xd1\xbd\x89\x3b\x9e\x0e\x2a\xbd\x8d\x7a\xea\x5a\x38\x70\x1b\x35\x2e\x1a\xde\x48\x0d\x8a\x7e\xc1\x8d\xd4\x18\x49\xe3\xfb\xa6\x7e\xa8\x5f\x70\xe5\x74\x6a\xd0\x63\xb9\x76\x0a\xf1\x13\x05\xa6\xa4\xdb\x32\x1c\xdb\x17\x5c\x3d\x4d\x34\xdb\x2f\x11\x70\xa7\x7a\xe2\x51\x12\x20\xf7\x3e\x8b\x6f\x59\x5f\x5f\xcf\x16\x5d\x7b\xd3\xf3\xfd\x4e\x84\xc1\x67\x2e\xcb\xbf\xf3\x4b\xfc\x16\x10\x3e\xbe\x06\x51\xc8\x87\x24\xaa\x97\xcc\x53\x3d\x11\x93\x44\x9c\x1d\xa6\x21\xb8\x4f\x29\x47\xce\x11\xdf\x92\x26\x76\x6c\x39\x33\x29\x42\x1b\xdd\xcd\x9c\xbf\x70\x33\x15\xd6\x67\x36\x96\xa2\xd0\x25\xa7\x28\x18\x7f\x1a\xc2\x6d\x57\x82\x83\x96\x9c\xb4\x8a\xf8\xea\x2d\x47\x20\x2c\x83\x23\x30\x22\x86\x1a\xf2\xa9\x07\x09\x6f\xa0\x11\x84\xe1\xd2\x43\x28\x82\xb0\xe8\x9f\xbf\x7e\x2b\x3f\xe1\x75\xad\x51\x62\xe0\x76\xcd\x07\xbe\x99\xf9\x72\xcf\xa6\x7c\xba\x2d\x4f\x3c\xe6\xc5\xcc\x61\xcf\x42\xe1\x97\x83\x28\xbb\xe2\x1a\xc7\x40\xfc\xdf\xa5\x92\x0c\xec\x8b\x5d\x74\xd5\xe3\xb4\x18\x21\x47\x50\x7d\x89\x0f\x97\xae\xc7\x38\xfc\xcf\xa5\x15\x70\x3b\x78\x1a\x8c\xdc\x63\xc4\xce\xb7\x89\xee\x1e\xf6\x79\x5f\xb3\xed\x54\x09\x34\x69\x10\xd4\xe1\x03\x9f\x82\x76\xf0\x50\x92\x41\xd0\x0e\xed\x2e\x99\xd2\x66\xdd\xc8\x3d\x37\xcb\x83\xda\x6a\x91\xaa\xa2\x32\x3e\xfa\xa9\x59\x83\xfd\x7d\x00\xca\xc7\xee\xbf\x0c\xaf\x19\xb0\x28\xc0\xd7\xee\xd9\x1c\xd4\xaf\x67\xe9\x44\x38\x73\xa6\xe2\x2c\xc7\x6f\x07\x65\x92\x21\x93\xcb\x7c\x5b\x06\xc2\xa1\x10\x50\xb8\xad\x9c\x15\xdd\x47\x0e\x0c\x0f\xa7\x28\xab\xe0\xa6\xd3\xe8\x42\xfc\x3f\x9c\x31\x7d\x90\xe0\x42\xbe\x46\x0d\xc6\x8e\xcc\x28\x0d\x7b\x80\x31\x53\x57\x80\xa5\x59\x11\xc9\xde\xc8\x97\x3c\x66\x95\x52\xc6\xf8\xba\x35\xe5\x3d\x4e\xe7\x2d\x80\x77\x88\xfe\x73\xf5\xbf\xff\xe7\xff\x62\x73\x69\x4b\xbb\x25\x62\x23\x68\xc8\x41\x3f\xef\x76\x39\xca\x3f\xa1\xf1\x18\x3c\x3a\xe8\x88\xa0\x3f\xd7\x70\x03\xf4\x35\xa2\x51\x8e\x2d\x6f\xf4\xcd\xae\x61\x09\x91\x43\x49\xf4\x64\x8e\xa3\xc7\xb4\x0e\x23\xaa\xb9\xee\x11\x2e\xe4\x99\x4d\x2e\x26\x4d\x62\x0e\x29\xd1\x4d\x6f\x29\xd9\xfb\xb6\x5b\x7d\xf0\x81\x31\xdd\x44\x44\x41\x31\xa1\x19\x7a\x18\x43\xd8\x4b\x26\xbf\xf1\x2b\x46\xa2\x69\x4b\x14\x5e\xb8\x32\xd9\x6d\xcc\x99\xdd\x98\x91\x48\x79\x7a\x24\x1d\xbd\xde\x86\x7b\x34\x66\x84\x34\x79\xad\xcc\xf4\xac\x94\x6f\x71\xf0\x07\x07\x33\xe4\x07\xb1\x98\x4e\xe4\x94\xeb\x35\x12\x68\x01\x22\x01\x81\x3a\x71\x7b\x85\xff\x67\x08\x8f\xa6\x96\x32\x4e\xd5\x2f\x4d\x4f\x42\xb0\x45\xa1\xe0\x83\x1b\x3e\x08\xcd\x18\xc5\x77\xe7\xca\x81\x95\x89\x63\xf2\x51\xc0\x4e\xa0\x10\xa9\x77\x41\x47\xb7\x35\x1f\x6d\x70\x34\xa2\x01\x7e\x60\x70\x66\x97\xa2\x46\x84\x38\xcc\x2d\xc2\x45\x36\x91\x8f\x63\x3f\xf3\xcd\x04\xb4\xbd\x96\x33\x74\x5f\x0c\xef\xab\x2c\x88\xca\x7f\x11\x78\x3e\x24\xa8\xfb\x3e\xd8\xcd\x51\xc6\x27\xe7\x1b\x92\xe4\x37\x91\x3e\x86\x8a\x58\xe6\xfa\xe5\xc0\x55\xc5\x71\x68\xd5\xaf\xbf\xac\x38\xae\xe3\xee\xeb\x8a\x7f\xef\xf1\xed\x74\xd8\xb4\xd0\xe8\x94\xc4\x4f\x73\x59\x53\x81\xd4\xfe\x9e\xc3\xd4\x18\x34\x10\x65\x22\x14\xb8\x9a\xbe\xd4\x68\xaf\x67\xb4\x44\xa9\xff\xd8\x11\x6d\x1c\x50\x34\xed\xf5\x28\xc4\x57\xd4\xe9\xaf\x0b\xf5\x75\xf0\xac\x33\xe2\x15\xa9\x12\x36\xba\xaa\x8f\x01\xde\x59\x24\xbe\xb8\x1f\x76\xd8\x99\xdd\x82\xb3\x33\xb5\xc4\xcb\x95\x7d\xb1\x25\xdf\x7f\x6f\xff\xc0\xe1\xc4\x5d\x17\xf8\xd3\x5e\x32\x8f\x71\x1e\xfc\x61\x27\xef\x2c\x11\xee\x83\xf1\xf9\xf6\x3f\x72\xa9\x7f\xfa\x00\x80\x95\xb4\x1b\xb3\x4d\x61\xd7\x34\xfc\x79\x8d\x9f\x85\x7c\xc3\x97\x68\x01\x9e\xd1\x7a\xcc\xed\xf1\x10\xd7\x90\x76\x9a\x03\x94\x08\xd7\x9e\xe9\x79\x97\xc5\xf3\x49\xd2\x3d\xcb\x83\x07\xad\x9e\xe8\x79\x20\xf9\x0d\x79\x64\x32\x27\x2d\x1f\xb7\x11\x3b\xac\x5b\xaa\x3b\x83\x39\xc3\x87\x4b\x27\xac\x2d\x2b\xdc\xef\x3e\x91\x2f\x97\xa3\xca\x90\x06\x05\xf6\x9d\x90\x80\xaf\xb8\x64\x12\xa4\xea\x6e\xa7\xb8\xe6\x2b\xae\x34\x29\xb7\x3b\x9e\xc2\x22\x77\xe6\x38\x9a\x26\x01\x54\x79\x50\x7b\x05\x11\xf6\xa7\xb4\x2e\x79\xfc\x42\x77\xcd\xb7\xed\x4d\x26\x5b\xe6\x0c\x7e\xf3\x12\xa0\x54\x53\xe2\x2e\x49\x1a\x0b\x11\x1a\x29\x26\x97\x6b\xf8\x1a\x4b\x64\x9c\x9f\xdc\xf9\xc6\x8e\xe1\x6e\x7b\x5b\xbc\x61\x96\x10\x71\xab\x02\xd7\x6c\x59\xf0\x0e\x89\x63\xa6\xb5\x42\xc2\xf4\xcd\x8a\xa8\x18\xb5\x1b\x42\x7c\x49\xc3\xdc\xcf\x51\x73\x47\x66\x80\x42\xfc\x39\xb5\x8c\x49\x8c\x2d\x69\x45\x9f\xae\xb4\x7e\xb8\xd7\xa3\x7c\x3f\x42\x88\x2f\xe9\x07\xb7\x02\x4f\x64\x4c\xe2\x5d\xfd\x21\xed\x4d\xc3\xe9\x45\x27\xed\x69\x17\xfd\xa5\xe7\xab\x60\x9f\x86\x77\x47\x99\xc8\x1d\x6c\xef\x1d\x6f\x98\x92\x23\xa7\xb0\x13\xa2\x81\x38\xe1\x4c\x06\xd9\xb9\x7f\x89\xc3\xe5\x9b\x4b\x3a\xd0\xc0\xbd\xc6\x83\x4d\xee\x3a\xd2\x2f\x2f\xca\x41\xb6\x3a\x53\x79\x4e\x32\xef\xdf\x70\x05\xce\xc2\xcb\x88\x5c\x17\x6e\x19\x10\xec\x6c\x26\x4b\x09\xbe\xee\xd6\x38\xb3\xba\xa0\xd5\x71\x65\x8e\x55\x03\xca\xb1\xe8\x31\x9c\xf1\xce\x50\x2a\x0b\xac\xa1\xcc\x94\x8f\x4c\x56\x75\x67\xff\x80\xda\x16\xb7\x91\x77\x0d\x9c\x68\xb7\xf1\x3b\x9f\x77\x18\x50\xc6\x5d\xf1\xbb\xb6\x44\x34\x77\x04\x73\xd0\x6a\x32\x0b\x97\xfa\x98\x40\x3c\xd9\xad\x3a\x78\xc3\xdb\x5c\x33\xb3\x08\x48\x01\x15\xfe\xe4\x46\xe9\x9e\x97\xf3\xdc\x00\xc7\xbb\x54\xd1\xa3\xbb\x98\xc2\x57\x74\x00\x6c\xe3\xee\x1e\x80\x2d\xc8\x1d\x28\xea\x46\xc0\x02\xee\xea\x88\xbe\x0b\xf7\xe5\x1d\x01\xdf\xf8\xc2\x8e\x1c\x59\x2f\x34\x1a\x70\x59\x4e\xae\xff\xbb\xfa\x97\xa8\x39\x20\xce\x28\xdc\x74\x42\xf0\xd1\x33\xd1\x8e\xe8\x03\x3f\x33\xab\x16\x1e\x0d\xea\xf7\xa6\xdb\x99\xaf\xaa\xa1\x29\x84\xae\xd9\x0c\xa1\x6f\x5c\x1c\x90\x82\xdd\xb2\x86\xee\x56\x45\x12\x1e\x5c\x1c\x0f\xc3\xbb\xc4\x88\xf2\x85\x33\x5a\x09\x41\xfe\x1e\x68\xff\x70\xe0\x29\x7a\x79\xb3\x50\xce\xa9\xfa\xe8\xd5\xf2\x71\x34\xe8\x3b\x23\x71\xc7\x11\xc8\xd3\x50\xf4\xbd\x04\x67\x5a\x99\x2c\x67\xcf\xc2\x65\xea\x0a\xc4\x8c\xf5\x96\x70\xb0\xc5\x6b\xa0\x4b\x8e\xc2\xda\x36\xb5\x38\x9d\x9c\xc9\x17\x8d\x3d\xc3\x98\xe6\xfa\xca\x3c\xde\xca\x96\xa0\x78\x3b\x7b\x53\x9e\x12\x86\x76\x80\x40\x71\xc5\xff\x7f\xca\x1f\x96\x99\x1f\x3a\x4c\x83\x6c\x21\x52\x29\x41\xbe\x83\xfc\x20\x6c\x34\x1c\xd1\x3b\x0b\x84\xed\x6b\x40\x37\x61\x80\xdc\x07\xdd\xd6\x4e\xa2\xd2\x7d\x3f\xd5\xe2\x9c\x8f\x35\x73\x3d\xd4\x75\x6f\x42\x33\x07\xe1\xf8\xa1\x25\xc7\x0f\x95\x17\x24\x8f\x82\x84\x68\x42\xc2\x8c\x9d\x8b\xd4\x18\x25\xc7\xbb\xa2\x4f\x47\x64\x90\x38\x89\xc3\x81\x44\x09\xc5\x72\xd4\x8a\x99\x9f\xc3\x34\x73\x70\xf3\x29\xe6\xea\x16\xd5\x1e\x47\xeb\x0b\xb3\xc4\x3f\x30\x4a\xd2\x57\xea\xe2\x91\x88\x45\x34\x4c\xdb\xb4\x2b\x8e\x16\x6f\xef\x9f\x06\xc3\x53\xc1\x3a\xae\xd3\x7c\x9d\xa3\x2a\x70\x15\x30\x4c\xc1\xa9\xd4\x50\xf4\x71\x69\xac\xcf\x30\x41\xaf\x51\x8f\x00\x49\xd1\x2e\x96\x6b\x8c\x7f\x36\x45\x48\xa6\x2f\x3b\x62\xd2\xc7\xd1\x27\x20\xe5\x25\xc1\xdc\xde\x0d\x9c\x84\xe1\xd7\xa1\xf1\x4c\x63\x90\xcb\x77\x07\x9a\xb9\x06\x34\x6c\x35\x0c\x11\x5f\x24\x70\xc1\x0b\xf3\x73\x2c\xc7\xfe\xce\x42\xc1\x16\xc7\x97\xf0\x35\x60\xa2\x96\x14\x71\xe4\x8e\xbd\xce\xd7\xac\xbb\xa6\xba\x6b\x14\x5e\x91\xeb\xbd\x10\xc1\xa2\x8f\xf9\x73\x38\x22\xf9\xa2\x3a\x92\x5e\x7a\x08\x57\xcd\xd7\x77\x15\x26\x35\x8e\x62\x42\xbd\x49\x3a\x19\xf1\x3c\x03\xb9\xa7\x86\xa4\x8b\x93\x55\x7c\x45\x27\xf9\x69\xd3\xd5\xd2\x3d\xc8\x78\xca\x81\x72\xbb\x05\x73\x3c\xde\xe0\xaa\xa5\xdd\x75\x8a\xcc\x72\xd3\xc5\xef\xea\x19\x3a\xc4\x0a\xf9\x54\xf5\x87\xfa\xd6\x55\xfd\x6d\xb3\x9c\xe3\x5d\xce\x7e\xad\xc7\x8c\xef\x2a\xb1\x74\x3f\x9a\x51\xda\x93\x42\x43\x61\x55\x38\x90\xeb\x1f\x49\x40\xf5\x6f\x97\x94\x0e\xef\x5f\xda\xff\x1e\x83\x27\xa2\xb4\x49\x77\x24\xbb\x0d\xdf\xdd\xd9\x50\x32\x96\x80\x21\x06\xb8\xed\xd0\x15\x7e\x43\xfc\x0b\x46\x10\x1c\x71\x87\xc3\x60\x32\xd0\xd5\x0f\x5e\x11\x3e\x07\xc2\x88\xfb\x96\xdd\x15\x38\xf4\x31\xfb\x62\xa8\x8f\x93\xee\x76\xf6\xee\xaa\x1e\x3c\x1d\x18\x50\xd8\xee\x1d\x33\xf4\x28\xea\xc5\xfd\x63\x0c\x37\x21\x79\x55\x7b\xbf\x63\x7f\xdc\xdc\x3d\xa7\xfd\x1b\x7e\x87\x4c\x41\x42\xb4\xcf\x57\x6d\xd7\xd2\xf4\x48\x48\x18\x0d\xdb\xfe\xd2\xd2\xfa\x89\x02\x30\x60\xdf\xce\xf7\x1a\xc6\xc7\xca\x9c\x21\x99\x84\x0b\x8e\xe9\xe3\x4b\x61\x8b\xb6\x32\x6c\x96\x5c\xaa\x31\x1b\x7b\xb6\x95\x3a\xb6\x8c\xa0\xa4\x96\x69\x17\xec\x68\xaf\x57\x1a\x01\x7c\xae\x29\x01\x2c\x0e\x29\x38\xce\x0a\xa1\x6b\xbf\x9b\xf3\x50\x11\x10\x42\x92\xf3\x37\x48\xce\xaf\x38\x79\xdc\x82\xf5\xca\x15\x4b\x3a\x75\xa8\x1c\xdf\xbd\x4f\xcb\xbc\xe0\x2b\xfa\x29\xbc\x61\x6e\x5d\x15\xbb\x11\xde\x5e\x51\xe2\x08\x6b\x80\x1c\x23\x00\xb0\x87\xb1\x10\x96\xaa\x4b\x68\x5d\x61\x89\xd7\x94\x74\x08\x1a\xe7\xf7\x29\x7c\xc3\xa2\xe2\x81\x12\xba\x67\xa7\xbd\xd2\x13\x97\x51\xaf\xda\xc5\x5f\xf1\x44\xbf\x42\x9f\xcb\xcf\x00\x6a\xd1\xb6\x03\x3f\xe2\xb9\x63\x71\x0b\x7e\x55\x82\xa6\xe7\x96\xce\xe2\xd6\xf2\xe3\x08\x53\x02\x3d\x46\x95\x40\x1f\xc6\xd5\x96\x43\xe7\x51\x5b\xdd\x7e\x39\xec\x69\x81\xba\x06\xcf\x2e\x39\xe4\xde\xa5\xcb\x18\xb5\x38\x2a\x19\x52\x68\x5a\x78\xaa\xe5\x25\x09\x11\xd5\x64\xd3\x27\x9c\x73\x67\xdb\xa3\xb2\x61\xe3\xa3\xe2\x53\x2b\x05\x8f\x92\xb0\x41\x7d\xb1\x5f\x7e\xac\x06\xbe\xac\xb3\x9e\xe3\x7c\x38\xac\xeb\xc2\xc0\xf2\xe7\x00\xcb\x5f\x11\x58\x7e\x25\xef\xec\x8f\x6b\xa5\x4d\x67\x5b\x0d\x05\xce\xf9\x83\x5a\x5e\x9e\xd0\x0c\x70\x72\x59\x4c\x95\x82\xe9\x66\xae\x52\xb6\xae\x42\x16\x7c\x82\x1a\xce\x61\xdd\x51\xc1\xfb\xd8\x81\x4c\xd5\xc6\xd1\x5e\x64\xf7\x5b\xde\x2e\xe5\x71\x0e\x8e\xff\x42\x7d\x78\x27\x29\x01\x2c\x34\x09\x82\x35\x1e\x89\x23\x6d\xc4\xd9\x26\xf0\xab\x98\x51\x0a\x07\xf3\xc0\xc2\xb8\x08\xee\x82\x6f\x05\x4f\x01\xee\x0a\x59\x4c\x07\x21\xad\x79\x03\xb4\x96\x53\x38\x6d\xb4\x17\x54\x0a\x5b\x11\x35\x4e\xbc\xde\x35\x4a\x35\xd1\x1c\x3c\x8c\xe0\xf4\x6e\x31\xaa\x39\x4d\x61\xef\x7d\x93\x59\xc1\x44\x7a\x85\xcc\x2a\x29\x26\x6f\xe1\xbd\x31\xfb\xb6\xbc\x28\x84\x89\xa4\x45\x0f\x44\x6b\x9a\x5d\x2a\x75\xa1\x98\x82\x4e\xc5\x1e\x3b\xd6\xc5\xfb\x2f\xa5\xce\xb4\x8e\x30\x5c\x87\xf6\x0a\xc2\xad\x39\xad\x24\x6f\xa4\xa9\xf3\x8a\x40\x4a\xcc\x49\x39\xa3\xda\x84\xa5\xa1\x79\x98\x28\x9f\xd4\xf0\x06\x5a\x49\x80\xa1\xf1\xf3\xac\xb0\x0c\xb3\x52\x2e\x1e\xc8\xb0\xab\xc2\x43\x6c\xdf\xd8\xdb\x25\x36\x85\x87\x5e\x0f\xb2\xd8\xc4\x5f\xf8\x80\x90\xc7\x45\x30\xcb\x38\x28\x8f\xe7\xb7\xee\xe7\xe1\x84\xa6\xa1\x8d\x8b\x64\x82\x19\x5c\xe7\x38\x02\xc5\xc9\x79\xf8\xde\x75\x70\x2a\x6a\x93\x8e\xf3\x47\x3c\xd4\xaf\x8e\x80\xa3\x1a\x82\x32\x30\xc7\x09\x51\xb2\xfb\xa5\x5c\x03\x9d\x42\x91\x37\x5e\x1a\x86\xdc\x43\x4c\x80\xbe\xf3\xe4\x2b\xc6\xc5\xf4\xfb\x70\xff\x57\x9e\xc8\x0b\x3b\xe0\x1f\xca\x3b\xd0\xfe\x7f\xc8\x43\x79\xa9\xe1\xb8\x8f\xbb\x32\xe1\x2d\x76\x9c\x46\xc6\x3f\xe0\x2a\xc6\x2f\x89\xcd\x70\xf1\x26\xe6\x44\xd1\xb9\x5c\xc4\x91\x50\x22\xe4\x34\x48\x88\x3d\x14\x90\xe4\xad\xda\x66\xd0\x16\xa3\x14\x98\x4c\xda\x5e\x70\x57\x2a\x6a\x4d\x4a\x8c\x43\x6e\xc7\x5d\x90\x94\xf1\x61\x98\xa4\xab\x3d\x25\xd7\x58\xab\x95\x1a\xc7\x66\x30\xaa\xe8\x09\x94\xa5\xa5\xa1\x41\x61\x2b\x53\xbe\x92\x74\x39\xe1\x2c\x51\xb7\xa5\x94\x44\x71\xb0\x7b\x58\xca\xbc\x34\x2b\xe8\xbd\xa4\x84\x71\xf7\x24\x45\xde\x9d\xc2\xeb\xaa\xf2\xa5\xe9\x63\x7f\x92\xa0\x93\x5a\x4d\xd2\xb9\xa0\x56\x40\x4d\x33\xc7\xa0\x37\xa9\x53\xac\xa4\xe2\x42\x12\x7b\xf0\xf6\x83\xa6\xec\xf4\x6d\x6a\x8e\xa6\x27\x29\xb0\x51\x94\x70\xad\x63\x93\xc4\xe9\xdb\x30\x3d\x78\x8a\x0a\xb9\xee\x11\xaa\x09\x98\xc0\xdb\xa3\xe8\x38\x98\xdf\x4f\x1a\xf8\x24\x78\x92\x8a\x2f\x0f\xc9\xdb\x16\xbb\x0d\xf7\x97\x23\x2c\xe3\xa4\x80\x8d\xad\xbc\x35\x17\x78\x80\x06\xe7\xa6\xc4\x66\x56\xe2\xa5\x29\x0f\x26\x28\x32\x79\x1b\xd6\x70\x43\xd8\x7e\x35\x44\xea\x73\xf6\x4f\x0a\x40\x4a\x7b\xd0\xd7\x8f\xa8\x18\x86\xae\x5e\xec\xf9\xf8\x51\xdd\x2c\x78\x51\x8a\x4f\x87\xcb\x1b\xc1\xf6\x7b\xbb\x6e\x70\xa9\x5f\x87\x61\x93\x87\xb6\x13\x38\x09\x79\x64\xdd\x92\x80\x47\x56\x05\xac\xf7\x0e\x40\xce\xf4\x22\x88\x2d\x6f\x0e\xf3\xbe\xe0\xe5\x49\xbc\xb5\xcc\x2f\x8f\x35\xa7\xdf\x0e\x3b\x8b\x8f\x7d\x79\x76\x75\x71\x07\x2d\x31\xa8\xd2\x04\x20\x03\xc2\xe0\x2c\x25\x0e\x64\x05\x14\xa2\xbe\x2d\xea\x78\xad\xda\x33\xbc\x63\x84\xd8\xfa\x69\xb8\xbb\x76\x68\x79\x3f\x84\xb6\xb3\x9a\x23\xa5\xb3\x9f\xb4\x94\x99\xe5\x67\xfb\xcd\x50\xb3\xb3\x95\xb5\xa6\x0e\x3f\xfc\x1a\x76\xb5\x2b\x3a\x8b\x2d\x89\x50\x2e\xf9\xa3\xa3\x47\xb3\x68\xf5\xcd\x07\x79\x77\x4c\x9e\x80\xbb\x7a\x73\x49\x9f\xcb\xee\x56\xce\x1b\x75\xa4\x1f\xeb\x1d\x83\xe9\x43\xb2\x3c\x60\x4a\x01\xec\x9f\x90\x62\x4b\x85\x0f\xa6\x48\x97\xaf\x97\x8e\x60\x2e\x8e\xcf\xa0\xde\x53\x52\xb8\xf8\xb4\x69\x04\x9f\xe9\xaa\x55\xad\x11\xe8\xb4\x13\x34\x1d\x2d\xf1\xcb\x95\xec\xde\xbe\x1f\x03\xbf\xa0\xca\x4e\xe0\x3b\x43\x60\x18\xed\x23\x95\xa4\xf4\x5d\x3d\xc5\xf4\x48\xaa\x88\xa1\x03\xe1\xc2\xb3\xb6\x54\xf8\x8b\x8b\xdc\xe7\xb2\x3d\x8b\x98\x59\xb8\x73\x25\xef\xad\x7e\x99\x8b\x4d\x58\x59\x20\x65\xdc\x35\xe8\xc9\xc0\x03\x71\x89\x08\x72\x2e\xfc\xd5\x9e\x9f\x88\xab\xf6\xcf\x8d\x8c\x4a\x44\x0f\x51\x8c\xf0\x3a\xe1\xba\x72\x87\xbb\x4a\x50\x7b\xb2\xdf\xc7\x15\xdf\xb7\xed\x8b\xc9\xcb\x4c\x4d\xee\xb8\x47\x4d\x4d\xf1\xa9\x8f\xc2\x16\xbb\x9d\xdb\x36\x82\x17\x46\x40\xb6\x01\xc8\x27\x61\x38\x01\x04\x2d\x82\x3e\xa9\x47\xee\x52\x85\x40\x7c\xa5\x4a\x01\xd2\xad\x47\x93\xdb\xeb\x6b\x0e\xb3\xc4\xb1\xfa\x34\xd6\x07\xa2\x2e\x9d\xb1\x73\xb2\x95\x94\x1b\x82\x73\xb6\x7d\xc1\x96\xc4\x63\x3a\xd5\x6b\x83\xef\x90\xc8\x0a\x80\x81\x77\x7b\xf7\xd2\xef\xbb\x3d\x4c\x25\x5d\x98\xa5\x0d\x71\x56\xd8\x08\xa4\x97\xae\x6d\x07\x8b\x81\x1f\x88\x2e\xef\x28\x99\xf6\xb4\x61\xed\x10\xcc\x07\x4a\xcb\xb9\x04\xff\x0e\xca\xe0\x38\x6b\x09\x17\xf3\x71\x21\xea\xf7\xb8\x04\xf5\xfb\x00\xb8\xf8\x3f\xd8\xc6\x7f\x89\x5f\xc2\xa4\x5d\x8f\xd9\x9b\x52\xa9\xd1\x06\x2c\x69\x29\xdd\x84\x38\x28\x17\x9e\x30\x4e\xed\x08\x6c\x92\x34\x08\x32\x94\x5e\x7c\x6a\x28\x2f\xf8\xd4\x50\xf6\xf1\xa9\xda\xb1\xa4\x07\x7d\xbf\xb1\x89\xb8\xbc\x7c\x13\xcf\xb6\xcf\x0d\x1e\x23\x61\xb7\xac\x07\x1c\xb4\x73\x45\xfb\xc1\x83\x9c\x2f\xce\x7d\x17\x94\x50\x6c\x86\xf8\xd3\xd4\xb4\x8e\xfe\x8f\x4d\x3d\x54\x3f\x3e\xc0\x09\xf5\x83\xa1\x2e\x17\x0f\xbe\x0b\xd7\x4d\x0d\x3f\xf9\x60\xe1\xd4\xcb\x03\xe8\x31\x16\x1e\x3f\x60\x98\xcb\xa5\xe3\xba\xab\x6c\x7f\x3f\x09\x9e\x13\x1c\x91\xb4\xdf\x06\x1c\x41\x87\x5b\x80\x75\x8c\x2f\x5d\x74\x41\xc6\x9c\xe4\x85\x41\x5e\x5b\x63\x3f\xc8\x77\x56\xcd\x73\x24\xfb\x1e\x4a\xc0\x51\x0b\x40\xaa\x3e\xee\xd6\x3f\xc4\x0f\x7d\xdd\xe0\x5a\x84\x15\xb1\x57\x62\x61\xce\x1a\x3d\x28\x0b\x3b\x96\xbe\x27\xab\x05\x30\x76\x5c\x76\x47\x90\x27\x1e\xf0\xdb\xe0\xea\x7b\x3a\x60\xdc\x07\xaa\xff\xc6\x11\x26\xf9\x69\x3f\x3f\xec\x33\xd2\x5b\xb7\xfb\x2d\x5e\x8e\xbb\xe4\x58\x61\x78\xfb\x6f\xd4\xad\x1d\x49\xfa\x45\xd8\x23\x24\x38\x26\x24\x57\xfd\xf8\x9e\xc3\x7c\xa3\x07\x49\x72\x1d\x10\xb7\x1d\xf2\x37\x38\x39\x72\xd8\xa1\x4d\xc8\x8b\xa5\x51\xa1\x77\x9c\xe7\xc4\xd8\x89\xc2\x76\x4b\xd8\x91\x8a\xdd\xc2\x9b\x24\x95\x3f\xf6\xd5\x9e\x2a\xaf\x9a\x15\xc8\xf4\x5f\xf9\x27\x89\x3b\xfc\xd3\x21\x48\xae\xd7\xc1\xae\xc4\x4e\xfd\x4f\xed\xc2\x1d\xcc\x4b\x94\xe2\x68\xe1\x5e\xb9\x24\x98\x99\x70\x17\x38\xc3\xef\xe9\x0e\x2a\xec\x58\x35\x89\xf3\x6d\x16\x69\x4d\xb5\xc1\xdc\xbd\xfa\xf5\xcd\x79\x02\x39\xc1\x0c\x34\x67\x82\x79\x68\xce\x04\xab\x90\x43\x51\x37\x04\x1c\x84\x4e\x8f\x40\x20\x0f\x0e\x40\x08\xda\x3b\x40\x80\x92\x27\x2b\x52\xd2\x2f\x89\xb2\xe4\x62\x8b\x10\xbd\xfc\x8e\x81\x82\xa7\x71\x04\xca\x5e\xc6\x19\xb5\xda\x84\x6d\x36\x72\xa0\xe7\xb9\x8e\x78\xe2\x04\x5c\x47\x3c\xd9\x27\xbb\x67\xd0\xbb\xae\xfd\x54\x97\xfa\x92\x90\xc0\x5f\x68\x92\x81\x1a\x88\xaf\xd9\x20\xb4\x6a\xd7\x4d\x22\xdc\xda\x49\xaf\x27\xf8\x15\x4d\x9d\x2e\x3f\x5e\x2f\x02\xeb\x57\x20\xbf\x80\x2b\x25\x0c\x78\xb5\x74\x88\x31\xd3\xec\xcb\x13\xff\x68\x10\xac\xb8\xc9\x60\x36\xf5\x75\xe5\x6c\xbe\x3a\x9a\x37\x94\x16\x01\xaf\x87\x61\xd7\xdb\x95\x69\x3c\x71\x93\x9f\xd3\x8f\x64\x10\x61\x55\x3a\x92\x51\x4d\xbb\x1a\x76\xf8\x00\x2f\x92\x30\x8d\x71\x83\xd6\xdd\x21\x00\xd7\xed\x21\xe5\x71\xf6\x08\x7f\xb0\x42\xfc\xe3\xd9\x5e\x16\x70\xad\xb3\x0c\x30\xd9\x32\x43\xe9\x2e\xc9\x30\xd8\x25\xcd\x29\x67\xb6\xec\x24\x7c\x1b\xff\xbb\x62\x8f\x08\x97\x13\xae\x3d\x4b\xeb\x89\xf6\xca\xbd\x5c\x3a\xd3\x4f\x0f\xef\xc3\xb1\x0b\x9a\x2c\x63\x22\x84\x7b\x0c\x50\x7d\xae\x96\xfb\xe0\x80\xee\x57\xf9\xad\x16\x71\x5f\x4d\x6b\x3e\xb8\xfb\x06\xe1\xfb\x2f\x24\x25\x80\x99\x8a\xe1\x68\x5d\x87\x27\xb1\x79\x14\x1f\x6c\xdf\x35\x0f\x65\x96\xa1\xcc\xb1\xc9\xfc\x85\xe4\xe7\x7c\x23\x77\x90\x12\x5f\x27\x83\x0d\x25\x9e\x30\x0d\x71\xa0\x02\xbf\x32\xcb\x9b\xe8\xb8\x65\xb5\x3b\x66\x59\xbb\x59\x00\x0b\xf5\x21\x78\xef\x52\xfa\x20\xf9\xf7\x79\x32\x66\xef\xc5\x3b\xe8\x43\xf2\xb2\x97\x19\xe2\x03\x6f\xb5\xe8\x1e\xdc\xc3\x5e\x6f\xc0\x35\x41\xe8\x37\xf9\x55\x8e\xde\xec\xb1\xd8\xbb\xdf\xfb\xd8\xbb\xd1\x5b\xbb\xe9\xd3\x00\x2e\x54\x3b\x6a\x65\xf7\x3f\x79\x06\x22\xe8\xc1\x93\xbe\x5b\x3e\x79\x18\x46\x61\x67\x7b\x69\x1c\xe0\x38\xaa\x52\x46\x67\xe1\xec\x7f\xd7\x10\xf2\xf2\x3b\xac\x57\x8c\x7a\x52\x35\xc7\x43\x76\x31\xde\xb5\x86\x34\x1c\xb3\x21\x2a\x0a\x8b\x1b\x56\xa8\x51\x96\xc7\xf5\x25\x11\xf6\x83\x57\x04\xda\xe6\x6b\x3a\x36\x19\x33\xf6\x77\x0d\xee\xfb\xd5\xdd\x72\xb1\xa9\x14\xfb\xf6\x3b\xa1\x05\x99\xd1\xe9\xe9\xf4\xe4\x81\x60\x0b\x7c\x0b\xcf\xcf\x22\xfd\xb8\x7b\x1a\x63\xca\x48\xa7\x51\x23\x7b\xff\x10\x84\x61\xc6\x05\x5c\xc9\xa8\x7b\x0d\x37\x2a\xc1\xaf\x7f\x70\x8f\x17\x65\xef\x39\xe2\xee\x87\xac\x58\xf1\x98\xe8\x6f\x86\x37\xc3\xe4\x2a\x00\x68\x94\x3e\x33\xf9\xc9\x5f\xdf\x73\xc5\xdf\xe7\x7d\x45\x4c\x13\x31\x6f\xbf\xdf\x22\x61\x4b\xaa\x35\xb1\x22\x4e\x58\x23\x81\x1f\xab\xc3\xcf\x12\x3f\xcb\xe2\x16\xbf\x6e\xf0\xeb\xa6\xaa\x3e\x4a\x61\x70\x55\x2a\x4e\xca\xf9\x1a\x29\xb7\xf8\xcd\x41\x5c\xf9\xa7\xb4\xa3\xf1\xea\xed\x07\x22\xed\x72\x73\x9a\x6e\x3f\x28\x5d\x9e\x18\x7f\xea\x5f\x1b\x7f\xc8\xa7\xeb\xb7\x9a\x84\x2f\x4a\xe1\xe6\x35\x49\x3e\x1f\x82\x35\x0e\x6b\xab\x50\xbe\x29\x95\xfb\xa1\x89\xf2\x49\x69\x5d\x71\x33\xf7\xfd\xd2\x2f\xa4\xfa\x5e\xe9\x17\xa1\xb7\xec\xda\x1d\x47\xdd\xfc\xe0\x5e\x00\xf4\x6f\x3f\x9d\x52\x9e\x46\x16\x42\xa8\x45\xbe\xbd\xcb\xcf\xac\xc9\x63\xa4\x7c\xb7\x75\x96\x59\x34\xdc\xba\xd9\xed\x9d\x7e\xea\x43\x36\x0b\x98\x0f\x4f\x24\xfe\xe0\xfc\xa0\x8b\xbc\x76\x45\xb3\x3b\x5f\x60\xdf\x83\xde\xcb\xca\xc0\xb7\xff\xf6\x6f\x00\xa7\xcf\x7f\xff\xf7\xfc\xec\xf9\x77\x79\xf5\x99\x83\xad\xf5\xf9\xb6\xf8\x0c\xad\x40\xa1\xe8\xe7\x8b\x08\x90\x6f\xb4\xc2\xb3\x57\x8f\xa1\xf4\x3d\x62\x9c\x3d\xfd\x9f\x00\x00\x00\xff\xff\x16\xdd\x93\xab\x33\xaa\x00\x00") +var _confLocaleLocale_enUsIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xc4\xbd\xeb\x72\xdc\xc8\x8e\x27\xfe\x9d\x4f\xc1\xf6\x84\xff\xee\x8e\x90\xcb\xd1\xdd\xff\xbd\x44\x47\xdb\xbd\xb2\xd4\xbe\xcc\x58\x96\xc6\x52\x9f\xb3\x67\x1d\x8e\x6a\x56\x91\xaa\xe2\x71\x15\x59\x4d\xb2\x2c\xeb\x4c\x4c\xc4\xbe\xc6\xbe\xde\x3e\xc9\x02\x3f\x00\x79\x23\x4b\xb2\xcf\x99\xd8\xfd\x22\xb1\x32\x91\x37\x24\x12\x09\x20\x91\xc8\x62\xb7\x9b\x97\x55\xbf\xcc\x9f\xe6\xc7\xf9\xae\xa8\x9b\x4d\xd5\xf7\x79\x5f\x6d\xae\x1f\xaf\xdb\x7e\xa8\xca\xfc\x65\x3d\xd0\xef\xee\x53\xbd\xac\xb2\x6c\xdd\x6e\x2b\x02\x7d\x45\xff\xb2\xb2\xe8\xd7\x8b\xb6\xe8\x4a\x4a\x38\xb5\xef\xac\xfa\xbc\xdb\xb4\x1d\x03\xfd\x2a\x5f\xd9\xba\xda\xec\xb8\x0c\xfd\xcb\xfa\x7a\xd5\xcc\xeb\x86\x7e\x5e\xd2\x57\xfe\xba\xc9\xfa\x76\x59\x17\x9b\x79\x90\x81\x04\xcb\xff\x29\xff\xa1\x29\xf3\xcb\xa1\xda\xe5\x3f\xf7\xdb\x62\xb3\x79\x56\xf4\x28\x32\x54\x79\xb1\x5c\xb6\xfb\x66\xf8\xf9\x89\x64\x48\xe5\xed\x7e\xb0\xda\xcf\xf7\x83\xa4\xed\x77\x96\xf4\xdb\x2e\xeb\xaa\x55\x4d\x03\xeb\x28\xe9\x9d\x7e\x66\x37\xd5\xa2\xaf\x07\xee\xf4\x9f\xe5\x2b\xfb\x54\x75\x7d\xdd\x72\x7f\xfe\x24\x5f\xd9\xae\x58\x31\xc0\x05\xfd\xcb\x86\x6a\xbb\xdb\x14\x28\x70\xa5\x9f\xd9\xa6\x68\x56\x7b\x81\x79\xa3\x9f\xd9\xb2\xab\x28\x6b\xde\x54\x37\x94\x7a\x82\x1f\xb3\xd9\x2c\xdb\x13\x3e\xe7\xbb\xae\xbd\xae\x37\xd5\xbc\x68\xca\xf9\x56\x30\xf6\x1b\xa5\xe7\x9a\x9e\x53\x7a\xce\xe9\x18\x42\x55\x12\x72\xe6\x45\xaf\xe3\xa0\x69\x21\x5c\x15\x7d\x86\xaa\x9a\x62\x6b\xa5\xf9\x33\xab\xb6\x45\xbd\xe1\x09\x78\xcc\x1f\xd4\xf1\xbe\xbf\x69\x31\x4d\x17\xfa\x49\x48\x98\x0f\xb7\xbb\x0a\x38\x78\x7c\x45\x5f\xd9\xb2\xd8\x0d\xcb\x75\xc1\xfd\x94\xaf\x8c\x80\x76\x2d\x21\xa3\xed\x6e\x01\x67\x3f\xb2\xb6\x5b\x15\x4d\xfd\xb7\x62\x10\x04\x9d\x07\x3f\xb3\x6d\xdd\x75\x2d\xe3\xf6\x0c\x1f\x19\x0d\x7d\xce\xf5\x50\xca\x5b\xc2\x42\x50\x0b\xe7\x6c\xeb\x55\x27\x68\xe4\xcc\x33\xfc\xe2\x5a\x38\xef\xba\xed\x3e\x6a\xc6\x0b\xfe\x4c\x8a\x52\x27\x34\x37\x6e\xbf\x68\x08\xf1\x9a\x7b\x86\x1f\x11\x40\x9f\x15\xe5\x96\x50\xb9\x2b\x9a\x8a\x71\x74\xcc\xbf\x08\x2f\xf4\x2b\x53\x7a\x9a\xf7\xd5\x30\xd4\xcd\x8a\x91\x7d\x2c\x49\xf9\xa5\x26\x65\x41\x9e\x4b\xbb\x6d\xf7\x6e\x3a\x29\xfd\x2f\xf4\x33\xbf\x90\x9f\x92\x17\x14\x42\xa6\x2b\xc9\x23\xe9\xe7\xd7\x55\x55\xca\x58\xfa\xfc\x05\x7d\x67\xbb\xfd\x66\x43\x58\xfb\x63\x5f\xf5\x03\x17\xba\xa0\xdf\x34\x7e\xf9\x9d\xd5\x7d\x4f\x1f\x94\xfc\x1a\x1f\x19\x4d\x5d\xb3\xc4\x60\x4e\xf0\x91\x65\xef\xfb\xaa\xe8\x96\xeb\x0f\x99\xfc\x47\x5f\xf9\x83\x69\xef\xd0\xa4\x32\x21\x29\x11\x49\x0b\xd6\x40\xb6\x6c\x4b\xfe\x71\x42\xff\xa8\xea\xba\xe9\x07\x5a\x6d\x1f\x32\xfd\x60\x30\xf9\x92\x09\x18\xea\x01\x58\xd0\x44\x2c\xdd\x9e\x67\x30\x7f\x51\x77\xfd\xf0\x78\xa8\x89\x58\xdf\xed\x9b\x8c\xc7\x47\x2b\x6d\x5e\x2e\x8c\x01\xbd\x6c\x09\x45\x48\xee\x68\x7c\x67\xb7\x97\xff\xfa\xe6\x28\xbf\x20\x2e\xb4\xea\x2a\x7c\xd3\x1f\x2a\xf1\x63\x4e\x95\x5d\xd5\xa7\xcf\x67\x19\x95\xb5\xf6\x4e\x8b\xa1\x58\x14\x7d\xe5\x91\xcb\x99\x42\xe3\x2e\x0f\x94\xce\x7c\x0d\x3c\xac\x1f\xa2\x51\x4f\xad\x13\xaa\x43\x57\x97\xab\xe3\x2d\x2f\x31\x4a\x67\xb6\x86\xc2\x17\x9b\x8a\xd3\xa9\xaa\xfc\xf5\xdb\xb7\xe7\xa7\xcf\xf3\xaa\x59\xd5\x4d\x95\xdf\xd4\xc3\x3a\xdf\x0f\xd7\xff\x75\xbe\xaa\x9a\xaa\x23\x2e\xb7\xac\x73\x5a\x59\x1d\xd1\x43\x4e\xe4\x2d\x43\x9c\x65\x7d\xbf\x21\x0e\x00\x24\x5f\x5e\xbe\xc9\xcf\x18\xd1\xbb\x62\x58\xa3\x23\xc3\x3a\xeb\xff\xd8\x30\xa2\x5c\x83\x57\xeb\x2a\x07\xad\x01\xa8\xbd\x4e\xf1\x92\x97\xda\xd7\x59\x56\x75\xdd\x9c\x18\xd4\x70\xcb\x68\xd6\x3a\x0f\x41\x4b\x75\x44\x4c\x4d\x3b\xe4\x8b\x2a\x47\x39\xa9\xa2\x6e\x3e\x15\x9b\xba\x24\x64\x7b\x84\xc4\x65\x91\x58\xb6\x34\x6f\x5c\x9a\x26\xbe\xbd\xc1\x50\x8b\x25\xf1\xd7\x3e\x7f\x30\x7b\x00\x86\xf6\xe0\xf1\x83\x59\xd6\xb4\x73\x59\x84\xcc\xfa\xca\xba\x2f\x16\xc4\x06\x85\x2d\x77\xc6\x54\x68\x9d\x58\x57\x14\x22\x8f\x20\x18\xb7\xcc\xea\xc1\x61\x69\xba\xa9\xf6\x1c\x95\xda\xae\x10\x8e\xdd\x96\xbc\x9b\x5f\x59\xf5\x2e\x61\x34\xe6\xcc\x26\xcc\xa8\xeb\x78\xb7\xdb\xd4\x4b\x69\xfa\xa5\xe4\x79\x42\xe3\x3d\x54\x91\x12\xc2\x81\x50\x2c\x2f\x20\x17\xea\x35\x73\x85\x3c\x62\xa3\x28\xbf\xae\x68\x1b\x58\xef\x57\xc2\xfc\x37\xed\xbe\xfc\x06\xeb\xd5\x66\xce\x2f\xd7\xfc\x5d\x4b\x1d\x06\x75\x38\x00\xdf\xc4\x31\xad\x3b\xde\xb6\xbb\x6a\xdb\x0e\x8c\x38\x2d\x56\xd3\xf4\xdc\xd4\x94\x49\x23\xed\x8b\x4f\xc4\x75\x86\x36\x1f\xd6\x75\x4f\x38\xee\xaa\x25\x57\x4c\x0c\x62\x4f\x1b\xa6\x2c\x0b\x5a\xa6\xb2\x34\x2c\x2d\xa6\x41\x40\x6d\xf7\xb4\x9a\xd6\x54\x19\x23\x9e\x65\x07\xaa\x72\xaa\x9f\x18\x12\xd5\x83\x55\x4e\x2b\xb7\xa5\xbd\x89\x27\xfa\x14\x1f\xfa\x3b\xac\x9f\x7a\x55\x5c\x5f\x53\xaf\x7a\x5a\x15\xaf\xf2\xe5\xa6\xa5\x25\xf5\xdb\xbb\x37\x3d\x2f\x98\xf5\x7c\xd7\x76\xd8\xe8\x29\xeb\x82\x3e\x5d\x5a\x80\x68\x86\x68\xf6\xdb\x05\xfd\xba\x59\xd7\xc4\x07\x81\x76\x2e\xc1\xf2\x0c\xa5\x52\x13\xfb\x9e\xa6\xf0\x28\xa7\x25\x4c\x23\x20\x94\x81\x00\x78\x0c\x46\x75\x0c\x7e\x4d\x34\xb6\xef\x68\x39\xad\x87\x61\x67\x2d\xbf\xba\xba\xba\x90\xa6\x5d\xea\x5d\x6d\x17\x01\x65\x60\x0e\x36\x2c\x7a\x34\x79\xdb\xcc\x40\x24\xfb\x6e\x93\xd0\x0f\x8d\xd5\x72\x0e\xe0\x85\xbb\xf0\x84\xff\x5c\x7a\xf4\x00\xcf\x3d\xc9\x67\x37\xa0\x26\xc2\x71\x05\x31\x80\x88\xba\xdd\x71\xbd\x01\x55\x9f\x6b\x82\x27\x65\x88\x0e\x2e\x5f\x04\x08\xca\x85\xf4\x17\x6c\x82\x5b\x1a\xb0\xb2\xd1\xcb\x33\x42\x03\x78\x29\x52\xaf\xbb\x76\x4b\xa9\x2f\xe8\x9f\x4f\xf0\xdd\x3f\xe3\xfa\x00\x53\x94\x25\x71\xf9\xfe\x28\x7f\xf7\xe2\x24\xff\x4f\x3f\xfe\xf0\xc3\x2c\x7f\x3d\xf0\x4a\x64\xe2\xfc\x2b\x13\x15\x7d\x8a\x24\xe3\x40\x89\x63\x0d\x44\x77\x0f\x78\x65\x3d\xc8\x7f\x46\xee\x7f\xab\x3e\x17\x24\x81\x55\xb3\x65\xbb\x7d\xc6\x5c\x75\x5b\xd0\xda\xe7\x1c\x22\x57\xa5\xe3\xcb\xaa\x29\xe9\x43\xe5\x21\xcd\x0b\xd8\x81\xe6\x07\xd2\x91\xc8\x85\xf3\x65\xdb\x5c\xd7\x1d\x0f\xe8\xd7\x06\xd4\x60\x12\x23\xed\x86\xc8\x31\xa1\x83\x90\x46\x1c\xa4\xbe\xbe\xf5\xa0\x18\xea\x5b\x4e\xd4\x09\xcd\x84\xea\xe6\x2a\x4c\x3b\x2c\x5f\x0a\x31\xf2\xbc\x9d\xd3\xf0\x3a\xc3\x77\xef\x11\xde\x5e\x5f\x6f\x68\x47\xb1\x5d\x42\x5b\x38\x97\x54\xd9\x30\x42\x10\x22\xc6\x1d\x64\xde\x53\x25\xe2\x93\xd3\xb7\x79\xf5\x89\xa8\x8d\xb9\x5e\xd7\x96\xfb\x25\x28\x8c\x61\x8f\x98\x59\x13\x8b\xe8\x69\x6d\x2c\x65\x5f\x09\x98\x04\x77\x8d\x39\xd1\x92\x80\x88\x37\x18\xb3\x26\x39\xed\x13\x71\xfe\x2e\x68\xe2\xa5\x25\x69\xef\x47\xb0\xa3\x4e\xb9\x12\x3c\xf2\x25\xcd\x38\x51\x85\xf4\xa2\x97\x4e\x49\x36\x91\x3b\xd1\xf1\x9e\x74\x89\xa2\xa4\xbe\x2c\x6e\xc1\x77\x7a\x26\x86\xb2\xba\x2e\xf6\x9b\xc1\xf7\x2b\xd9\x44\xac\xa5\x4b\x56\x67\xc2\xbc\xc9\x02\xa3\x0e\x82\x7a\xfa\xb4\x2c\x91\x61\xb3\xb9\xd5\xcd\x86\xe9\x55\x84\x7c\xdb\x77\x88\x3d\x55\x98\x9e\xb9\x97\xa8\x75\xbe\x4c\xb0\x8e\xf3\x5d\xb3\xef\x44\xf2\xc9\xb1\xd5\x72\x8d\x56\x01\x8b\x0a\xd3\x7d\x99\x65\x2a\x2e\x99\xfe\x34\xff\x54\x43\xd7\x70\xe4\x2a\x55\xaa\x32\xc5\x7c\xed\x4f\x0c\xc0\x4a\x4c\x3f\x59\xd6\xf5\xe6\x9c\x07\xd9\x3b\x5d\x43\x70\xce\xc3\x45\x0b\xac\x0c\xd1\x2c\x7d\xaa\xc1\xe6\x95\x60\x80\x17\xa2\x1a\x34\x4d\x4d\xf5\x55\x85\x1a\xa8\xfc\x13\xaa\x13\x65\x66\x2a\x7f\xab\x48\x6c\xa2\x1f\x6f\xf7\x65\x0b\xd9\x01\x7b\x09\x95\x36\xb4\x26\xfb\x7a\xde\xd5\xab\x35\xf1\xd6\xf6\xe6\x48\x90\x72\xb3\x6e\x2b\x5e\x3f\xaf\x4f\x9f\x7e\x2f\xfd\x58\xf1\xce\xe2\x0a\xf1\x9e\x54\xec\x89\xb8\x08\x63\x4a\xc6\xd2\x05\xb7\xb7\x03\x72\x24\xe9\x0b\x50\xaa\x5b\x8d\x44\x09\xc7\x34\x94\x57\x84\x79\xca\x24\x3c\x8c\x94\x4e\xf4\x33\x15\xa4\xe7\xab\x16\x1a\x82\x09\xce\xbc\x4f\x92\xa2\xd9\x0f\xf3\x55\x3d\xcc\xaf\x99\x69\x71\x9d\x2f\xb8\x2c\x6f\xdb\x94\x93\x3f\xa2\xac\x47\x39\x71\x3e\x52\x7b\xca\x9f\xf2\x87\x9f\x54\x56\xfc\x91\xb9\xd1\x9c\xd6\x4f\xbd\xc1\x64\xa8\xde\xd1\x55\x22\xaa\x9a\x72\xeb\xe4\xb5\x7e\xbf\xc3\xae\xa6\xa2\xe1\x51\xbe\x13\xc0\xb2\xbd\x69\x78\xdd\x81\xed\x12\x87\xa9\xa1\x9a\x2f\xea\xa6\xa0\xad\xdd\x6a\x01\x3b\x7f\x48\xd4\xf0\xf6\xfc\x0a\x80\xab\x76\xb1\xaf\x37\xa5\x01\xcc\x32\x13\x1f\x49\x78\xd4\x79\x0f\x05\x6a\x4b\xaa\xa5\x2f\xcb\xb6\x63\x59\x04\xa3\xb1\x82\x07\x84\xa0\x8e\x85\x0b\x24\x53\x59\x85\x45\x39\x27\xaf\x30\x1a\x68\xe2\xa1\x03\xb1\x34\x03\x8a\xa9\xfb\xe6\xd1\x80\x9e\x2e\xf7\xd4\x16\x4d\x3a\x27\x53\xc1\x3e\x7f\xfc\x8c\xfe\x66\x2c\x1b\x09\xef\x5f\x8d\x11\xcf\x99\xb9\x64\xee\x65\x15\x46\x5d\x8d\xc8\xdb\x51\x97\x11\x6f\x30\xd6\xb0\xbf\x46\x02\xfd\x5e\xe8\x95\xed\x10\x1b\x9a\xd6\xea\x1b\xfa\x78\x44\x0b\x78\xb5\xc1\x24\x14\x10\x1d\x49\xb0\x6e\x09\x6f\x4c\x20\x47\xb2\x5c\xae\x69\x68\xcc\x45\x87\xe2\x23\xb3\x0d\x16\x55\xb2\xf7\x6c\xab\xf9\x90\xed\x45\xfa\x6c\x37\xa5\xd3\x74\x40\xd3\x6d\x97\xda\x07\x3c\x90\xa3\xd7\x9e\xc4\xec\xe5\x7a\xee\x2c\x3d\x8c\x94\xa1\xfa\x8c\x7d\x1f\x59\xde\xf0\xc3\xc4\xce\x59\xd9\xf6\x16\xd3\xc5\x83\x38\xbb\xf5\xb3\x45\xb2\x27\x2d\x11\xd2\x12\x17\x2d\x63\xed\x53\xe5\xa0\x4e\xc2\xd4\xb8\x00\xd5\x45\x52\xb2\x56\x15\xab\xf1\x94\x25\xb6\x06\xcd\x15\x7b\x43\x9f\x81\x89\xa9\x99\x0a\xbc\x8e\xe6\x53\x55\xe6\x19\x4d\x0c\xf4\x71\x6b\x99\x38\xe2\xad\xac\x8b\xa0\xcd\xec\xbd\x9a\xb0\x3e\x64\x06\xf7\x2e\xce\x27\x6e\x42\xba\xb5\xb7\xed\xcc\x6d\x76\xcd\xc6\x03\xb3\x84\x32\x14\x2f\x4c\xac\xab\x1d\xcb\x1d\xdb\x1e\x64\xb1\x21\xc8\xf2\x56\x25\x67\x47\x20\xbf\x08\xab\x26\x8a\x21\x06\xf7\x8d\x19\xc7\xbe\xb2\x8a\xe7\x35\x91\x02\xca\xc7\xdb\x9c\x18\x9d\x48\xc0\x85\x95\xad\xeb\x6e\x8f\x62\x9d\x6a\x5d\xf4\xc4\xbe\x49\x4a\xd0\x62\xe5\xcc\x74\x5b\x9e\x76\xd2\xe4\xb0\x66\x60\x28\x03\x95\x4b\xc9\xb6\x4b\xf7\x5f\xee\xa1\x70\x38\x6d\xc5\x49\x4d\x90\x89\x42\xd1\x69\xa2\x4d\x42\xd8\xb6\x62\xc1\x79\xbe\x15\xfb\x94\xfc\xca\xcf\xaa\x8c\x36\xc2\x15\x2d\x68\x23\xd8\xa7\x6c\x56\x58\x41\xbf\x50\x7a\x65\x80\x6a\x08\x59\xb0\x42\x58\xca\x2f\x66\x10\x24\xce\x70\x03\x9b\x0b\xad\xed\x11\xfa\x69\xb3\xa2\xec\x99\xb1\x74\x91\x0e\x20\xe4\xf5\xc4\x2d\x3c\x12\x8f\x73\xb6\xec\x85\x50\x2a\x6c\xfb\x61\x71\x01\xe6\x1a\x3f\x2f\x9e\x3d\xec\x7f\x7e\xb2\x78\xe6\x78\xeb\x72\x5d\x2d\x3f\x0a\xfd\xd5\xcd\xa2\xfd\x0c\x95\x96\x26\x9e\x71\xdc\xf0\x1a\x7b\x58\xe6\xa4\xe2\x76\xd0\xa8\x88\x17\x50\x31\x42\x3c\xe7\x46\x93\x46\x9d\x61\x96\x31\x33\xd3\xea\x7c\x68\x03\x7a\x34\x6a\xa2\x2a\xd0\x92\xe6\x64\x34\x99\xbc\x04\xb1\x1a\x3c\xf4\x31\xa7\x32\xfd\x62\xb7\xf0\x04\x8c\x51\x6f\xea\x6d\x3d\x8c\x08\x88\xd9\x51\xa1\x84\xa8\x16\x2b\xc3\x28\xea\x02\x4e\x80\x12\x62\xea\x54\x0d\x6d\xbf\x46\x54\x37\x05\xe9\x5b\x3f\xe6\x44\x48\x7b\xda\xcc\x78\x64\xd4\x4f\xe2\xea\x05\xef\xdf\xa4\x6b\x15\xfd\x7c\xdf\x28\x72\xab\xd2\x48\xea\x55\x8d\xbd\x86\xdb\x35\xc2\x0f\xa0\x0c\xff\xaa\x32\xe4\xdf\x3a\xbc\x7f\x47\xfa\xc5\xb5\x2b\xc6\x1b\x00\x77\xa8\x66\xf1\xb6\x98\x9c\x42\x62\x90\x4d\x25\x2a\x32\x30\xc0\x70\x3c\xdd\xa4\x67\xf9\x39\x24\x65\xed\x23\xa5\x60\x5a\x16\xfb\x61\x68\x59\x7d\xd9\x30\xed\x48\x19\xeb\xf5\x09\x00\xa1\x91\xf9\xfa\x74\x46\x3c\x9e\x84\x1f\x57\xa6\x4e\xcc\xbd\xa9\x5b\x15\xbf\x64\x74\xba\x63\x3a\xb0\x52\x4c\x4e\x45\x73\xeb\xad\x20\xe8\x05\x37\x38\x4c\xf7\xe5\xdb\xae\xfa\xce\xf7\xc6\xad\x1c\x94\xb0\x1e\x49\xf1\x60\x55\xbd\x43\xae\x18\x3a\x6d\xed\xd9\x06\xa8\xe6\x42\x4f\x1f\x5d\x8c\x5e\xe4\xf3\xfa\x20\x36\x4b\xd2\x67\x09\x44\xd3\x28\x50\x7a\x96\xb4\xe5\x35\xc7\x31\x06\x87\xb8\xcb\x7e\x1f\x1b\xda\x76\xde\xaf\x45\x4b\xb7\xee\x91\x86\xdf\xac\x22\xf3\x16\x0e\x3a\x40\x74\xff\x99\x77\x4b\xd2\x85\x8a\xcd\x87\xec\x16\x96\xd5\xbf\x10\x9f\x6f\x60\xb3\x6e\x33\xca\x10\xbd\xee\x0c\x1f\x04\xca\x4a\xe6\x87\x8c\x77\xd2\xb7\x89\x74\xc8\x1b\x85\xa6\x05\x62\x0a\xb2\x7e\x8d\x84\x3e\x9b\xc2\xec\x62\x42\x92\x7c\x57\x79\xdb\x3c\xbe\xdc\x10\x2f\x2f\x5f\x5d\x99\xd6\x78\xf9\x2a\xff\x58\x69\xe5\xaf\x86\x61\xd7\xff\x06\x0b\x82\x98\x03\xd8\x76\x70\x51\xdc\xb2\xec\x26\xc9\xfa\x03\x19\x57\x55\xb1\xd5\x5e\xf2\xa7\x54\x71\x4c\x9b\x9a\x26\xf2\x27\xed\x75\x81\x65\x2a\x83\x14\x63\x43\x10\x91\x46\xa5\x07\xa7\x45\x54\x6a\xf8\xff\x7d\x64\x4e\xfb\x3d\x2b\x36\x3b\x52\x74\x58\x8c\x08\xc0\x60\x39\x5a\xa8\xbe\x93\x03\x04\xb4\xb0\xdf\x56\x5d\xbd\x84\x7e\x47\x05\xbe\x7d\x3c\xff\x2e\xb0\x24\xc6\x95\x95\xb4\x48\xfe\xae\x0a\xf9\x9b\x65\xcd\xb0\xde\xbe\xfe\x9b\x8d\x22\xaa\x8e\xd3\x89\xe7\x10\x04\x24\x3b\x0f\xe5\x80\xb0\x3d\xb2\x94\x37\xb0\x21\x89\x12\x48\x92\x8c\xaa\xde\x16\x9f\xef\x2b\xb8\x6d\x27\xca\x09\x2b\xf0\x85\x6c\xc1\xeb\x10\x63\x76\x40\xf0\x6c\x2a\x3a\x08\x4d\x53\xcf\x20\xcd\x47\xda\xdb\x1a\x07\xf6\x9b\xfc\xce\xf1\xfb\x27\x3b\x06\xa2\x8d\x44\xe5\xf0\xdc\x1d\x08\xd1\x16\x5d\x32\xdf\x84\x3c\x3d\xf3\xcb\x2d\x94\xb1\x1d\x39\x43\xa7\x57\xf5\xc7\x31\x0e\x56\xe4\xa1\x6e\x10\x49\xcd\xfc\xd9\xd5\x9c\x77\xca\x39\xcb\xae\x4d\x28\xa1\xba\x3d\xd4\xf6\x17\x40\xc8\x09\xc6\x7c\x5c\x2e\x59\x70\x07\x8b\x93\x40\x30\x51\xfa\x7c\x6c\x8c\x3d\x50\x7e\xa0\x25\x33\x51\x81\x5b\x49\x07\x0b\xca\x64\xa2\x10\x8d\xbc\x1c\xf1\x82\x71\x41\x06\x23\xed\x69\xb3\xa9\x56\x6c\xb5\xb3\x86\xa3\xd6\x94\x84\x68\x33\x10\xb0\x90\x80\x3c\x86\xdd\x64\x85\xf3\x1a\xea\x02\x6e\x8e\x62\x2d\x8c\x8d\x19\x54\x55\x87\xf3\xc7\x40\x17\xd3\x6e\xe8\x4e\xbe\x65\xb5\xa3\xdf\x33\x6b\x66\x15\x45\x64\x94\x78\x36\x78\xe3\x45\x55\x15\x9a\x38\x5c\x3d\xd1\x22\xeb\x6d\xf7\xd5\x0f\xb0\xaf\xac\x3a\xd4\xda\xc7\x15\x6b\xe5\x0e\xe8\x50\xb5\x4e\xaf\xac\x3e\xd7\xb0\x80\xbe\xac\xd9\xb2\x06\xcd\xd2\x29\xd4\xc8\x9b\x65\x1b\x62\x06\xac\xc1\xc8\xa8\x44\x9a\x6d\x3f\xb1\x02\xc8\xed\x71\xae\x94\x13\x8b\xa8\x0e\x8a\xe7\x59\x75\x54\x9c\xa3\x54\xe5\x11\x6d\xf1\x5c\x82\xfa\x09\xb6\x51\x6c\x6e\x8a\xdb\x1e\xa6\x16\xe3\x38\x6c\xfd\x95\xe2\xcc\x4e\x48\x00\x58\xa1\x57\xe1\x19\x03\xad\x38\xc3\x04\x1b\xcb\x79\xf3\x70\xdb\xf4\x0d\xb4\x4c\x70\x0b\x35\xde\x90\xf2\xce\xdb\x9e\x33\x99\x13\x38\x6b\xc8\xac\x4f\xb2\xa4\x2f\xd9\x41\x45\x38\xbc\x53\xce\x3f\x51\xf6\x88\xc5\x23\x6a\x86\x85\x15\xe2\xc7\x82\x6b\x92\xff\x08\xb3\xe8\x52\x60\x72\xd8\x53\xfd\x8f\x45\x3a\xae\x09\x87\xac\x6d\x79\x2d\x9c\xf7\x26\x9a\x15\xb3\x91\x4b\x3a\x74\xe8\xac\x1f\x68\x09\x30\xa6\xed\xc0\xf9\x2f\x81\xc4\x9b\x23\x17\x4b\x0c\x68\xea\xd7\xf5\x2e\x6f\x61\x77\x0d\x51\xe8\xc9\x36\x10\x31\xf9\x34\xa0\x82\xf4\xcd\x06\xe8\xae\x68\xfa\xeb\x0a\x96\xe8\x6d\x7e\xcd\x67\x9a\x33\x6d\x9a\x25\x56\x39\x78\x3e\xd0\xb2\x68\x32\x68\x3a\xdc\x2d\x30\x77\xc1\x44\xc5\x4d\xcb\xd1\x04\xac\x9d\xe8\x03\xb0\xea\x6b\xea\xad\x0f\x4c\x66\x23\x14\x40\x6a\x8c\x0e\x9a\xac\x37\x9f\xaa\x10\x11\xd7\x7f\xef\xc8\x03\xac\xab\xb1\x5d\x4e\x28\xe2\x69\x92\x46\x61\xf4\xc0\x39\xe9\xe2\x36\x1e\x3d\x17\x75\x14\xc0\xa7\x56\x9f\x2a\x6d\x85\x17\x06\xaf\x95\xa4\x42\x18\x3b\xbc\xae\x90\x0d\x05\x14\xbf\x05\x75\x71\xb9\x8e\x56\xe7\x15\x72\x72\xc9\x19\x2d\xd0\xec\x3d\x37\x4d\xca\xfc\xba\x68\x56\xd5\xdc\x59\xb5\x4f\xf0\x5b\x25\x74\xb5\x52\x0f\xb9\x99\xb2\xf9\xac\xc1\x8a\x88\xe1\xfa\xce\x92\x75\x63\x76\x9f\x3e\xfb\x6b\x4b\x32\x04\x8c\xd3\xff\x4c\x5f\x2c\xfd\x36\x59\x74\x3e\x97\x58\x1b\xa0\x1e\xd4\xc3\x2d\x0e\x0e\x17\x24\x03\x8b\x92\x46\x29\xa4\xec\x82\x3b\xc0\x00\xf2\xc2\xbe\x69\x3e\x0a\x66\x7a\xbc\xb4\xe5\x4b\xe1\xc4\x1a\xf5\xc2\xbe\x33\xd6\x95\xb7\x33\x6c\x0e\x2c\x4c\xc3\xce\x1f\x6c\x09\x8f\x1e\xf6\x8f\x78\xc2\x2c\x6f\x16\xc0\xef\x8a\x81\xd8\x62\x23\x2a\x8a\x70\xa8\xb0\xa8\x66\xbb\x2a\xdc\x81\x30\xd7\xc2\xbe\x09\x82\x8a\x0f\x99\x77\x99\x30\x6f\x89\x29\xbb\xaa\xb2\x98\x5e\x65\xde\x7f\xa1\x4f\xb5\x8b\xe4\xce\x59\x48\x55\x55\x1c\xc5\xda\xf9\x59\x1f\x1f\xa7\xf5\x99\x5a\x92\x62\x33\x92\x92\xf7\xd3\xfc\x54\x3e\x4c\xe9\xdd\xd7\x18\x53\x5d\x66\xd9\x0e\x78\x0f\x1c\x3c\x74\x22\x5c\xa7\xd5\x91\xc7\x9b\xb2\xbb\x74\x67\x27\x2c\x48\x2d\x20\x5c\x3b\x5d\x81\x14\xc0\xc6\xfd\x40\x61\x63\x1b\x2d\x34\xb9\x26\x38\x39\xe2\xf3\x10\xd6\x3f\x09\xec\xa6\x5a\xe4\x6c\x35\x25\xc2\x21\xbd\x48\x07\xba\x2d\x48\xa5\xfa\x54\x17\xce\x3e\x43\xb3\xc5\x2e\x24\xba\x8b\xbe\x60\xf7\x11\x9c\x46\x8f\xfd\x9c\xf8\x68\x47\x4f\x4b\xde\xe8\x67\xb6\xdf\xf1\xf1\x43\x30\xe0\xdf\x90\xe0\x06\x1c\xe7\x07\x46\x4b\x0c\xdd\x8a\x39\x69\x46\xc0\xcb\x5c\xe1\xb8\x67\xb7\x33\x5b\x3e\x13\xfe\x4b\xba\x84\xca\x14\xc4\xdb\x1e\xc0\x62\x24\x57\x90\x29\x07\xa2\x18\x3e\xed\x8c\xf9\xba\xbd\xc9\x37\x75\xf3\xb1\x57\x6c\xa6\xe6\x0f\x58\x76\x88\x08\xf7\xe2\xd7\x22\x9f\x63\x37\x1a\x3b\xa7\x49\x56\xb8\x9d\xe6\xc8\x89\xd5\x31\x92\x27\x61\xbd\xf2\xaa\x45\x70\xd4\x1e\x9c\x2d\x5f\x57\x2c\x35\x83\xc7\xd9\x61\x18\x0d\xba\x6d\x7b\x35\x2b\x7a\x9e\xc2\x69\xb0\x3e\x28\x94\x4e\x81\x83\xd0\x19\x3a\xb6\x23\x38\x2c\xb1\xcc\x0e\xcd\xac\x3f\x58\xb0\xf3\x7a\x2b\x5e\x6a\xbf\xd9\x91\x1a\xa6\xcb\x29\x0b\xc8\x86\x93\x46\x3c\x98\xf0\x34\xe1\x6d\x6b\x07\x76\xc6\x1c\x2d\xf3\xc8\x64\x00\x41\x08\x76\xf0\xa8\xb3\x29\xb9\x68\x05\x66\x18\xbf\x87\x6a\x8c\x26\xc2\x43\x16\xa1\x03\xc7\x2f\xda\x4d\x24\xe9\x9d\xa8\x89\xdf\xe5\x33\x66\x83\xfc\xb7\x38\x0e\x73\x07\xbf\xac\x6f\xcf\x13\x10\xd5\xc7\x23\xc8\x49\x81\xda\xda\x3a\x28\x4c\x27\xbd\x1f\x2d\x1d\x2b\x77\x43\x58\x08\x07\xae\xc4\x5e\xce\xcc\x2f\x86\xed\x93\x72\xb6\x06\x07\x06\xa1\xac\x06\x07\x73\x52\x05\xa1\x0a\xfa\x46\xef\xd5\x8c\x63\x61\x46\x6c\x56\x17\x27\x39\x07\xa0\x7e\x72\xb1\x3a\x59\x99\x37\x40\xc8\xd7\x76\x1d\x91\x07\xed\xbb\x89\x21\x6a\xc4\xd1\x22\xee\x05\xe6\xd5\xe2\x68\xdb\x33\x2d\x52\x20\xb5\x2e\x66\xff\xf8\xb2\x14\x77\x40\x46\x74\xcc\x92\xaf\x26\x2b\xaf\x76\xb9\xc2\xb1\x5d\x27\xe9\x87\xf0\x31\x1d\xee\xa9\xa6\x24\x00\x36\x1c\xe5\xf7\xc3\x84\x59\x0d\xa3\x51\x29\xc4\xd8\x71\xdd\x88\x6b\x81\x3b\xf0\x8a\xf8\x49\x7e\x0a\x06\x43\xf3\x26\xd6\x5e\x63\x2f\xbf\xa4\x8d\xfb\x09\xff\x35\x31\x14\xcb\xe0\x62\x7a\xff\x26\xa3\x2e\x81\x1a\x2b\x67\x7a\x29\x31\xcd\x71\x8f\x01\x16\x82\xa8\xdd\xce\x25\xcf\x23\x4b\x36\x6c\xd2\xff\xcf\xac\xd7\x51\x83\xce\x7a\xed\xbb\x9a\xac\x09\xee\x63\xb2\x9b\x8e\x56\x07\x65\x40\xb6\x50\xba\x0e\x24\x06\xa5\x6c\x27\x38\x70\x33\xa2\xaf\x30\x9a\x28\x09\xe2\x85\x92\x04\xb6\x15\x16\x5e\xe1\x9b\x03\xc7\x3a\x51\x5e\xfa\x91\x89\x35\x9e\xfd\x63\x68\x67\x84\x15\x81\x85\xf3\x1b\x6d\xd6\x22\xd9\xaa\xb6\xb7\x65\x44\xc8\xc9\xb4\xf3\x93\x1a\x1d\x3e\x1d\xa9\x4a\xb4\xae\x57\x6b\x1a\x57\xbd\xe5\x53\x59\xd0\x94\x1d\xfd\x79\x8d\x95\x7f\x11\x57\x69\x57\x0d\xdb\xa7\xb8\x05\x71\x8c\x72\x9b\xce\xcf\xfd\xd0\xb5\xcd\xea\xd9\x69\xcb\xaa\x24\x5b\x79\x78\x63\xfc\xe5\xe7\x27\x9a\x4e\x9c\x93\xe7\x90\xbd\xe8\x5e\xd6\xc3\xab\xfd\xe2\x51\x9f\xaf\x48\xee\xc1\x76\xf9\x73\x91\xaf\xbb\xea\xfa\xe9\x83\x87\xfd\x83\x67\x7a\x14\x2f\x5e\x6b\x37\x8d\x43\xcb\xcf\x4f\x8a\x67\xac\x19\xf4\xed\x86\x96\x4a\x5c\xa4\xdd\x6e\x65\x7e\x69\x17\xd8\x0a\x24\xfa\x8f\xd3\xfb\xaa\x01\xe6\xaa\x4e\xf1\x43\x15\xce\x1c\xad\xfb\xf9\xd1\x69\x33\x11\x30\xb2\x9d\xa8\x10\xc6\xc0\x38\x94\x6c\x86\x60\xef\x60\xbb\x49\xee\x8a\x41\x78\x18\x17\xc3\x44\xb2\x29\xca\x9b\x6d\xcc\xf0\x02\xed\x00\x75\x58\x79\x2a\x4a\x3d\x11\x29\x8a\xd3\xac\x4d\x91\x1f\x2a\x3e\x52\x11\xd2\x0a\xe8\x97\x37\x0c\x33\xd3\x42\x18\xf6\x06\x1e\x26\xd8\x64\xa9\x2b\x77\x93\xd1\x2b\x6f\xb3\x11\x04\xdc\x4d\x71\xe2\xd9\x5b\x0a\x33\xc5\xe0\xac\x17\x21\x67\x13\xb7\x1f\xe1\x6e\x42\x92\xa4\x7d\x30\xef\xfe\x42\xce\x36\x6a\xd7\x0f\xdc\x9a\xfb\x02\xe6\x86\x31\x1d\x03\x1d\x34\x16\xd8\x4b\x74\xa6\xde\xa8\x75\x04\x19\xec\x32\xea\x35\xa1\xb7\xad\x9e\x26\xe5\x96\x88\x39\x21\xd5\x67\xa8\xa2\xc5\xcc\x9d\x80\x93\x9f\x38\xb1\xc0\xe0\xf2\x5f\xf2\xb2\x20\x4e\x30\xb4\x1f\x89\x98\xc6\x45\x90\x7e\xa8\x90\xe3\x30\xa6\x7f\x28\x7f\x39\xf6\xec\x21\xd5\x48\xf4\x08\xf7\x20\x8b\x09\x38\x8b\xd6\xea\x1c\x89\xc4\x5a\x54\x41\xee\x5f\xd4\x4d\x29\x9c\x44\x19\x81\x7a\xcb\x38\x0e\x40\x62\x56\xc3\x40\x30\xe9\xf2\x87\xfe\x0e\xa7\x25\xaa\x3f\x58\x2e\xc4\xc0\xf7\x4d\xc0\x40\x85\x1c\xe6\x82\x0a\x37\xc8\x0b\x52\x2f\xe1\x2d\x78\x2c\x15\x5e\x71\x76\xaf\xae\xb2\x7a\x12\x6e\x45\x5e\x6a\x22\xd6\x00\x00\x05\xe1\xbd\x43\x04\x7e\x79\x4b\x83\xd5\xa2\x5e\x0e\xea\x07\x88\x39\x20\xaa\x33\x96\xb9\x16\xaf\x87\xfc\xf8\xe2\x35\xed\x19\xae\x41\xab\xf4\xd7\x82\xc4\x69\xe9\xc2\x8d\xb3\x72\x30\xb1\xa5\x3c\xd7\xe9\x01\x52\xdc\x8c\xaa\x28\x89\x25\xee\x06\x35\x1a\x90\x0c\x26\xce\x17\x1c\x57\x7d\x60\xf9\x91\xd6\xd0\x93\x74\xb7\x72\x43\xfd\x86\x30\xeb\xec\x8f\xbc\xb4\x76\xb7\xcc\xff\x03\x07\xa7\x42\x30\x74\x03\x0e\x9e\x78\x56\x11\x24\xac\x1f\x39\x2f\xe1\xce\xf1\x0f\xeb\xb0\x72\x90\x70\x2a\x43\x36\x32\x39\x99\x9e\xa9\x4c\x16\x9b\xe2\x2c\x3b\xab\x27\x1e\xf3\x7d\x7c\x86\x09\xdf\xeb\xe6\x77\x70\x99\x70\x54\x01\x29\x5f\x4c\x36\xeb\x28\x5a\x9a\x4e\xf8\x4d\x2e\x1b\xa1\xf8\x08\x70\x2b\xa2\x62\x28\x45\x04\x8e\xb7\x54\xcb\x4d\xb5\x61\x8f\x59\x6d\xdd\x9f\x90\xeb\xd0\xa3\xf3\x71\x05\x0a\xb4\xd3\xca\xcb\xb9\x82\x8a\xd0\x74\x67\x95\x11\x04\x2d\x37\x1c\x89\x8b\x7a\x6f\xfb\xf5\xc9\xf1\xdb\xb7\xe7\x57\x7e\x9b\xe6\x75\xd0\x94\x24\x4c\x7c\xe3\x7c\xcc\x46\xfd\x32\x4f\x33\x37\x81\x31\x84\xf7\x75\xd3\x12\x87\xe0\x42\x36\x65\xb5\xd3\xe7\xaa\x05\xef\x69\xb9\x2f\xc6\xcb\xa3\xfe\x97\x87\xe6\x2f\x7b\xcf\xf2\xcd\x87\xcc\x0c\xe0\xe7\xfc\x3f\x0b\xcf\x10\x82\x73\x1b\x2c\x3d\x7f\xbc\xe3\xfd\xd9\xa9\x03\x6d\x39\x3a\x53\x00\x93\xde\x17\xd0\x8f\x08\xf7\x2d\xf6\x8a\xeb\x1c\x47\xbf\x47\x6c\x22\x6d\x3b\x2c\x18\x46\xee\xbe\xa9\xff\xd8\x43\x40\x63\xed\x88\x98\x07\xbb\x2e\x2e\xea\x8d\x6c\x28\x7f\x72\x3f\x24\x9d\xbf\x12\x9f\xeb\xa0\x71\xfa\xf5\x73\xbf\x63\xcf\x4f\xda\x1b\xfa\xa7\x0f\xf6\x75\xce\x16\x37\xf6\x7e\x7a\xf0\x8c\x74\x19\x76\xa1\xa0\xe9\x23\x88\x67\x41\x75\x7c\x9f\xc9\xd7\xf9\xad\xaa\xad\xd4\x5f\xac\xa3\x4f\xc5\x66\x1f\x1b\x33\x78\xdd\x70\x99\xfe\xbb\x0c\x45\xd5\xa2\x9b\xde\x85\x42\x9e\x79\x5d\x73\x1e\x5c\xaf\x91\x3a\x31\x94\xe0\x5a\x45\xb1\x19\xc4\x96\x9b\x07\xa8\xe0\x75\x89\x56\xab\x10\xdd\x7a\xe6\xe6\x96\x7f\xbf\xec\x6a\xb8\x8e\x4b\x3a\xdf\x7c\xcb\x83\x5b\x6f\x2e\xd1\xb7\x7b\x49\x44\x43\x63\x9a\xad\xea\x81\x94\x56\xbe\xed\x06\x47\xe3\x8c\xd6\x1c\x6d\x03\xb8\x33\x27\x5f\x96\x32\x2a\xca\x3b\xa6\xc0\xc2\x06\xc5\x72\x9a\x92\x0f\x7f\xe8\xef\x89\x52\x0a\x68\x37\xf6\xf8\x38\xa1\x25\xa5\xbd\xe6\x55\xf3\x9a\xfe\xd1\x8e\x28\xf2\x73\x3c\xc7\x22\x1c\xa2\x12\xb5\x90\x88\x1a\xeb\xea\x51\xf7\x2f\x9d\x15\xf5\xfb\x0a\xe6\x45\x7d\x93\xd5\x24\x0d\xb4\x21\x21\x7f\x8e\x04\xbd\x28\x47\x3d\xa1\x59\xf8\x24\xb2\x84\x5c\x9d\x7b\x6d\x29\xdf\xb2\xfe\xf4\xdd\x01\x43\x6d\x7a\xda\xf9\xf5\xf6\xda\xb4\x86\xbb\xcd\xb6\xec\x0a\x33\x67\x23\x7c\xae\x4e\x53\x91\x93\x40\xa6\x17\xf9\xec\xc2\x95\xbb\xc9\x27\x37\xae\xc2\xdc\xc3\xcb\xca\x8c\x08\x45\xbc\xba\xe0\x6f\xb8\xa0\xd5\xf1\xe0\x99\xe0\xcc\x96\x96\xd5\xaa\x53\x70\xa6\x77\x09\x83\x39\x50\x88\x19\x2e\x47\xcc\x4d\x7d\x64\x5f\x12\x56\xcd\xd4\x1e\x32\x0d\x15\x71\x42\x95\x46\x8a\xe0\xc2\xc5\x93\x97\xaf\xaf\x70\xdd\x82\x66\x0c\xee\xf1\x76\xa7\x84\xdd\x51\x67\xae\x4e\x3b\x70\x03\x88\x79\xb0\xbe\x96\x44\x2d\xc7\x89\xd0\xfb\xe2\xb3\x09\x73\x8b\x29\xc2\xbb\x39\x99\x2c\x4d\x5b\xef\xba\x50\xaf\xdd\x8a\xc7\x65\x0b\xf6\x12\x8f\x97\x3a\xae\x52\x06\x98\x0e\x9d\xb6\x98\x31\x97\xbc\xb3\xec\x6e\xe7\x6c\x33\xc5\x66\xb2\xbb\xcd\xe0\xda\xc4\xce\x64\x10\x4b\x24\x11\xac\x7d\x53\xef\xe4\xa6\x2f\x65\xd4\x95\xb8\x39\xe3\xe3\xfc\x5f\x32\x41\xa1\x9b\x61\x10\x0a\xae\xff\x72\x06\x6d\x21\xbf\x80\xd3\x0e\xac\x2a\xca\x89\xcd\xd3\x07\xf3\x05\x71\x8a\x8f\x0f\x02\xd5\x91\x2f\x0a\xb3\xbe\xf8\x0d\x49\xb0\x37\xea\x57\xf0\x9b\x7c\x65\xf6\xfb\xcf\xf8\xb5\x67\xb7\x59\x71\x62\xe0\x8f\x4c\x7f\xf1\xc1\x47\xa6\xd7\x47\x99\x25\x66\xac\x3e\xe8\x7c\x92\xea\x10\xf2\xaf\x3f\xf6\x3c\x4a\xd1\x7a\x9f\xe6\xff\xca\xbf\xf2\x97\xfc\x4b\x87\xc2\x6c\xc1\xad\x71\x50\x4d\xc2\x28\x42\x37\x50\xf0\x3d\x75\xc6\xf6\x3c\x41\xbc\xc6\x02\xec\xab\xbb\x98\x01\xf2\xad\x8d\x6c\xb7\x67\xd7\x18\x9e\x77\x6b\xed\x82\x52\x70\x05\x86\x13\x79\xf7\x0d\x6a\x70\xa7\x62\x51\x1d\x99\x63\x35\xca\x62\x86\xae\x82\x58\x4b\xff\x34\x0f\x37\xee\x86\x02\xe7\x20\x02\x44\x24\xf7\xff\xe5\x57\x94\xa2\x10\x55\x98\x95\x29\x28\xf2\xd3\x6b\xa7\x7c\x49\x75\x7c\x39\x75\x53\x2c\x2a\x24\xbf\xc1\x07\x2d\x04\xe2\x9c\x03\x21\x0e\xd6\x18\xf7\x23\xe3\x9e\xd7\x83\xb8\xff\xe2\x2b\x53\xe7\x74\x39\x01\x93\xcf\x0c\xe7\x0b\x5d\xc1\x9e\x9a\xef\x8a\x1b\xf9\x49\xf8\xd7\xdb\xab\xaf\xe4\x4b\x92\xe1\xf7\x2b\xa0\x70\xfb\x75\xf0\x90\x53\x94\xb2\x2f\xec\x3b\xb3\x0e\xcc\xc6\x1d\xb1\x9c\xe4\xf2\x6c\xbe\x4c\xf2\xaf\x45\xdb\x7a\xc1\xba\x96\xa5\x15\xe0\x8a\xb9\xf9\x50\xb9\xf4\x2d\xb1\x14\xb1\xba\x9f\xc9\x97\xcb\x29\xc5\xbd\xef\x14\x7b\x8a\xa6\x99\x1f\xf6\x39\xff\x77\xa9\x44\x46\xba\xaa\xe8\xbf\xf3\x69\x96\xbb\xe5\xac\x66\xc9\x6d\x5d\x9f\x3c\x4b\xe7\x22\xc8\x6a\x78\x83\x5e\xe0\xb4\x83\x56\x04\xf2\xc3\xec\x25\xe1\xbf\x9b\xbb\xf2\x27\xfc\x33\xdf\x8c\x6a\x71\x93\x1b\xce\x6d\xd2\x4c\x08\x43\x4d\x4d\x82\x49\x73\x21\xa4\xb4\xb8\x9d\x02\x26\xd1\xba\x89\x60\xcf\x29\x21\x24\xad\xa8\x62\x16\x0a\x93\x9a\x21\x27\x4e\xc3\xd3\x86\xc3\x37\x5e\x20\x29\xeb\xe7\xb8\x9f\x01\x90\x74\xb3\x98\x00\x65\x83\x85\x87\xa3\x81\xa7\x40\x6a\x53\x73\x6c\x22\x9d\x3d\x3f\x3f\x34\xb5\xe9\x04\x49\xe6\x9c\x24\x91\x65\xe5\xbc\xf6\x01\x84\xbd\x9c\xef\x79\x47\xcd\xb8\xca\xb4\xb1\xa8\x3e\x20\x74\x28\x16\x94\xfd\xb0\x04\x36\x5d\x61\xc6\x95\xcf\x12\xd4\x59\x26\x2d\x2e\xf6\xf4\xb6\x9a\xa3\x2a\xc3\x3c\x12\x3b\xe6\x22\x48\x09\x22\x9c\x50\xb5\x99\x28\x71\x27\x45\xa5\x30\x07\x6b\x1e\xd1\x8d\x96\xbc\x63\x7a\x3d\x04\x5f\xdd\x3e\x5c\xf5\x81\x72\x2a\xf7\x40\xda\x19\xe7\xcc\xf8\x6e\x87\xe3\x9f\xc7\x70\x85\x00\x0f\x9d\x02\xed\x35\xde\x03\x6d\xbd\xbc\x4f\xbb\xae\x96\x6a\xbd\x98\x2a\x24\xb3\x5c\xce\x17\xb7\x5a\x46\xe6\x19\xb7\xe5\x0e\x14\xd9\xb2\x37\x05\x36\x65\x2d\x72\xe6\x12\x26\x8a\xf4\x7a\xdb\x96\xaf\xbb\x8e\x73\x66\x2c\x11\xc3\xdb\x82\x79\x53\x3f\x09\xc2\x54\x0a\x90\x73\x7c\x4c\x81\x88\x4d\x4f\xb5\x72\xde\x05\xc4\x61\xdc\x8e\x02\x27\x1b\x66\x17\x12\x57\xe2\x0d\x1c\x4a\xba\x2f\x28\xc7\xde\x96\xcc\x57\xc5\x84\x7b\xd6\xc2\x17\x13\x3f\xef\x68\xc7\x17\x90\x86\x46\x25\x78\x25\x61\x16\x08\x44\xbe\xf3\x87\xef\xbf\xff\xd0\xf3\x34\x78\xeb\xf8\xfb\x1f\x3e\x90\x94\xf3\xf0\xfd\x8f\x1f\x60\x16\x1f\x15\x9e\x5f\xb3\x55\x68\x5c\x03\x0a\x1a\xf4\xae\xab\x3e\xd5\xed\x1e\x1b\xb0\x7e\x7a\xfe\xf0\x59\xa6\xe2\xf3\x10\x2f\x71\x77\xeb\x37\x59\xe1\xa5\xcb\x8a\x57\x78\xb3\xdf\xce\x75\x8c\xbd\x70\x00\xfb\xe5\x8a\x1b\x06\xe6\x05\x37\xf9\xbb\xfb\xcd\xc3\xad\x4b\x1e\x2c\x75\xde\x84\xbb\x7f\x92\x5f\xcf\x30\x10\x1e\xfa\xef\xae\xa5\x36\x30\xa8\x5f\xc9\xc5\x65\x96\x85\x9d\x69\xff\xb6\x1a\x66\x31\x57\xb2\x18\x15\xe8\x72\x9c\xa5\xbd\x88\x41\xd4\x23\x15\x39\x06\xde\x55\x40\x8c\xc1\xbd\xc3\xcf\x24\x33\xad\x4c\x80\xa6\x6a\x53\x56\xeb\xa9\xe4\x24\xc9\x17\x5c\x2b\xa6\x64\x1b\xfa\x3a\x34\x49\x97\x5c\x1d\xf6\xf3\x2b\x6b\x11\x79\x82\xe4\xcc\x6b\x57\xcf\x35\x61\xbc\x59\xc2\xf8\x0a\xfb\x34\x0f\x55\x7d\x12\x05\xfa\x2b\x9b\xd8\xb5\x1a\x61\xe7\x02\x1f\x96\x2c\x77\x32\xd5\x81\xdc\xd1\x66\x64\x19\xd2\x44\xbb\xa5\x43\x52\x3c\x29\x35\xe0\xd8\x76\x33\x87\x8f\x28\x38\x29\x02\xad\x9b\xb9\xf9\xa1\xab\xa0\x4f\xcc\x92\x7d\xad\x64\x44\x44\x46\x7c\x19\x51\x8d\x8d\x07\x2f\x4e\x45\x27\x58\xc1\xd5\x19\x9d\xd2\x70\xb5\x56\x25\x2c\x08\xbf\xd2\x3f\x87\xd7\xc4\x7f\xc4\xfa\xc7\xad\x50\xf7\xe9\x9f\x25\xc9\xbe\x68\x8b\xce\xef\xdb\x71\xfe\xb2\xdd\xb4\x7e\x5f\xc7\xaf\x14\x40\x8c\x7f\x0f\xcb\x44\x36\x93\x6c\x4f\xdb\xba\x7a\x41\xb8\xf1\xce\x23\x90\x13\x83\x91\x8c\xc4\x3b\x2a\xce\x74\x17\x23\xa4\x83\xb8\x1e\x61\x57\xdd\xc7\xb5\xa8\x8f\x11\x40\x9d\xf5\x71\x12\x6c\xca\xcc\x2c\x52\x46\x68\x56\x66\x99\x3d\x3c\x94\xe7\x83\xd5\xc0\xd2\xac\x35\x1f\x36\x2c\x4f\x37\xed\x2d\xcc\xd2\xd3\x7b\x4e\xb0\x44\x09\xe2\x15\xb5\x2b\x88\xf4\xc4\x4b\x43\x75\x09\x4e\x51\xe7\x94\x7e\x1a\xce\x06\x6a\xc0\xc3\x4d\x9b\x3b\x2d\x0c\xe1\x9f\x78\x23\x28\x72\x2e\x6c\x97\xab\x40\xfe\x5a\x7e\x96\x54\x8b\xdb\xb4\x4f\xe1\x1e\x96\x36\xa8\x2d\x3c\xcd\xf5\x4b\xf3\x75\x8b\x73\x8a\xe3\x0b\xfc\xd6\x4e\x28\x0c\xf1\xe6\xae\xea\xf7\x1b\xec\x01\x38\x79\x93\x1f\xd7\x72\x66\x64\x40\x7c\xfa\xbf\x12\x7b\x81\xb5\x15\x30\x72\xe4\x9a\x2b\x00\xe7\x2e\xaa\x65\x01\x4f\xd0\x42\x59\xf3\x9a\x96\x64\x30\x7a\x02\xe1\x80\x05\x56\x3f\xbb\xd6\x86\x51\x91\x98\x6d\xb9\xea\xcd\x94\x91\x60\x6a\x51\x0d\x37\x3c\x75\x72\x34\xcf\xc8\x15\x9b\x43\xff\x53\xb8\x19\x13\x07\x7b\x82\x36\x9e\xf0\x8e\x5c\x2a\x37\xfb\x27\xfc\x10\x9e\xa6\xa8\x4c\xe4\xf5\x50\xed\x55\x10\x2c\x68\x9b\x54\xa6\x38\x1c\x38\x6d\x2b\x6a\x14\xbb\x78\x69\x2a\xa4\xf0\xd6\x9f\xf9\x26\x94\x31\x4f\x7c\x13\x11\xf3\xd1\xbb\xa6\xff\xe8\xd2\xb5\x7e\xd4\xa4\x9b\xb5\x35\x23\x69\xff\x58\xf5\x54\xfa\xff\xff\x60\x34\x4a\xd2\xfe\x3c\x64\x97\xa0\x4f\xff\x33\x82\x4a\x35\x67\x9f\x27\x06\x53\x10\x54\x65\xae\x7a\xa5\xe6\xeb\xc6\x4a\xa4\x22\xa8\x71\xde\xf8\x92\xa1\xe7\x4a\xe1\x4c\x52\xaf\x49\x8b\xe7\xb5\xae\xd8\x74\xc7\x2b\xb3\x08\x35\x90\x62\x3b\xdf\x12\x53\x8d\xcb\xb9\x1a\x55\xeb\x16\xb7\xc2\xc4\x6b\x5b\xaa\xe0\x00\x47\xb4\x3e\xec\x50\x8d\x7e\x39\x93\xfd\x74\x5d\x0a\x5b\xee\xbd\xf7\x34\x63\x91\x0a\xc1\x22\x15\xb0\x2c\xb7\x7c\x8b\x66\x0e\xab\x34\xba\x11\x46\x44\x60\xbb\xa3\x0d\x9c\x21\x1e\x27\xa3\x17\x53\x52\xd2\x95\xa0\x5a\x18\x7c\x0f\xd5\xfc\x68\xb8\xbb\x6e\x5b\xa1\x72\xef\x80\x17\x24\x9f\x3e\x6d\x6a\x0e\x3c\x63\x4b\xcb\x4c\x13\x07\x9b\x9c\x0a\x92\x15\x1a\xad\x08\x47\xad\xdc\xaa\x87\x0b\x49\x3d\x44\x13\x9a\x2e\x79\x4c\x6e\xbc\xf2\x02\x03\x53\x60\x0a\xf1\xaa\x63\x90\x3d\xa1\xe7\x06\xb9\xd3\xba\x6e\x0a\x50\x7a\x0b\xc2\xc3\x3e\x6a\xbb\x9d\xd3\x94\xcf\x55\x11\x21\x36\xc9\x04\x80\x5f\x69\x17\x4c\x02\x4f\xab\x76\xb2\x6c\x3c\x22\xda\x92\x16\xcc\x1b\xe5\x12\xa4\xf0\x9e\xc0\xa8\x46\xa8\x53\xf7\x7e\x3d\x5e\xd4\x7d\x2d\xaa\x3e\x61\x5d\x93\xd8\x31\x69\x04\xf7\x0b\xc3\x8c\x89\x53\x9f\x30\xd7\x0f\xfa\x94\x46\xcc\x66\xac\xfc\x5b\x0b\x34\xf4\x5d\x3c\xc8\x4a\x9c\x59\xf9\x7f\x98\xe1\xa2\x43\x68\x55\x73\x59\x21\x5a\x23\x2a\xd7\x14\x1f\x35\xe1\xc8\xdd\xce\x7b\x74\x4b\xd5\x3d\xde\x6e\x1f\x97\xe5\xa3\x89\x51\x07\x3b\xba\x1b\x76\xe2\x8c\xa3\xca\x73\xb2\xfc\x83\x9a\x02\xf1\x68\x1a\x77\x0c\x10\xcd\xd3\x6f\xbc\xb3\x55\x7c\x9e\x92\x97\x1e\x6f\xd8\xbb\x83\xb9\xeb\x99\xad\xb5\x3b\x42\xbb\x3b\xe0\xe7\x25\x26\xb7\xbe\xc2\x91\x24\x82\x65\x90\x95\x5c\x4e\xbd\xb3\x7b\x86\x07\x95\x49\x98\x25\x6d\x0f\xa0\x44\x82\x83\x1d\x44\x48\x20\xd0\x79\xa4\x3a\xa1\x6e\x02\x70\x4a\xa4\xf3\x6d\xff\x47\x8a\x75\x53\x8d\x4f\x91\xc0\x7d\x82\xdd\x54\x9c\x47\x4b\x9b\x09\x7d\xe3\x32\x81\x7c\xf9\xac\x20\xc4\x85\xee\x9d\xc1\x6f\x0f\xb6\x6e\xdb\x8f\x12\xe6\x63\x81\x4f\x9f\xb3\xe2\xc0\x76\x92\xc9\x21\xdc\x5e\xc5\xb9\x24\x2e\xd5\xcb\x30\x9e\xe4\x73\x4e\x98\xe8\x62\xc9\x73\xdc\xcd\xff\x26\xa6\xb4\x53\xfc\xca\xff\x07\x13\x86\x03\xd1\x9b\x00\xe7\x16\xd6\xe5\x92\xef\x03\xb8\x5c\x75\xda\x0e\x9a\x52\x1f\xf3\x71\x5b\xea\xd5\xcc\x07\x14\x5f\xe6\xa7\x3f\xe5\x9f\x1f\x5f\x1a\x9c\xf9\xda\xdd\xb5\x23\x3e\xc9\xd0\xcf\x73\xbb\xb9\x34\x06\x73\x07\x77\xfe\xb6\x52\x7c\xcc\xc8\xee\x44\x8d\x78\x23\xe3\xc6\x12\xdf\x6c\xe2\xa4\xf8\x9a\x14\xd1\x9d\x8b\x19\xa7\x8a\x22\x94\x57\x38\xe7\xf4\x41\xf7\x10\x8b\x14\x77\x16\x59\xda\xe8\xe5\x98\x56\xef\x5e\x89\xcb\xbe\x28\xb8\x85\x53\x3a\x7b\x9c\x4a\x27\x27\xcd\xe6\x86\xe8\x43\x6e\x88\xcf\xbf\x75\x15\x79\xc1\xf4\x26\xd7\x56\x80\xe9\xe0\xe4\x33\x01\x34\xa4\x9c\x13\xff\x10\xef\x31\x29\x56\x44\xd7\xbe\x86\xc0\xf0\x22\x1e\x1f\x8b\x62\xf9\xd1\xf5\x88\xd9\x53\xd5\x0d\xb8\x70\x35\x46\x3b\x7b\x7c\xd3\x02\x9a\x7f\x4f\xcd\x3c\x86\x8c\x21\x51\xee\x30\x08\x59\x7f\xf5\x75\x80\x0f\x38\xc1\xb1\x53\xdb\xa7\xba\xdc\x13\xf5\xf1\x5c\xdc\x55\xef\x0f\x71\xbd\xb4\xe2\x71\xe0\x7a\xb0\xee\x64\x3e\x59\xe0\xa8\x11\xff\x81\x2f\x3a\xe2\xc6\xdd\xb5\xbf\x48\xda\x4f\xb5\xcc\x4c\xc8\x29\xe9\x8a\x03\x5c\x08\xcd\xfd\x8d\xaa\x90\x55\x09\x1f\x82\x1b\x8e\x78\xca\x9a\x28\xf5\x53\x3e\x9a\x8f\x18\x5b\x72\x4b\xcf\x49\x5e\xf7\x3a\x02\x8d\x08\x21\xc1\x52\x52\x1f\x10\x16\xb8\xeb\xd8\xec\xf3\xf0\x39\x74\xd6\xad\x68\x67\x26\xd7\x86\x24\x51\x37\xcb\xcd\x1e\x8e\x87\xcc\x8c\x58\x18\x3e\x52\x1e\x7c\xe4\x8c\x81\x72\x37\x29\xf0\xec\xf2\x3c\xb0\x8d\x30\x9b\xf4\x15\x27\xd6\x82\x80\xd7\xa3\xa6\xfd\x95\xa9\x23\xef\x09\xe3\x5c\x04\x58\x36\x65\x07\xa0\xa6\xac\x76\x1c\xbb\x8f\x3d\x41\xaf\x65\xb7\x15\x9e\x7f\x4f\xab\x3f\xdc\xd5\xaa\x38\xf0\x4c\x35\x6b\x6e\x65\x7a\x07\x19\x8b\x96\xe3\xd9\xde\xd3\xda\x8f\xd6\x5a\xb8\x65\x7d\xac\xaa\x5d\xd0\x44\xdc\xfd\xc0\xcd\x1e\xcc\x33\xf6\xd0\x99\xe0\x68\x7a\xbb\xcc\xae\xa3\x1e\x60\xe2\xc1\x4e\x18\x78\x7f\xd8\x6e\x76\xcf\xd5\x9b\xf1\x02\x31\xcb\x1d\x82\x30\xc3\x7a\xe7\x60\xd8\x72\x31\x0f\x38\x37\x1c\x1d\x8d\x25\x4f\x54\x25\x0e\x94\x89\x5b\x8a\xbf\x9f\xea\xba\x66\x05\xba\xc3\xdd\x8b\x7d\xe4\xf2\x09\xdf\x38\x07\xca\x0e\xc8\x21\xb1\xe6\xe2\x76\xce\xe3\x39\x09\x92\x0f\x17\x48\x9c\xbd\xa3\xba\x62\x67\xef\xa0\x83\x42\x45\x87\xea\x39\x99\xac\x43\x29\x2f\x9c\x5a\xbe\x86\x5e\xe3\xc2\xf1\x5c\x23\x24\x69\x00\xf1\xf4\xc6\xaf\xe6\xde\xac\xdb\x20\x32\x87\x78\xa0\x63\x2f\x0a\x3b\x32\x8b\xc7\x7a\x23\xe2\x89\xe2\x45\x85\x95\x44\x8a\xb1\xbd\xc5\x44\x19\xa8\x8a\xdb\x3d\x6d\x9d\x9b\xfa\x23\x0c\x3c\x44\x98\x12\x2c\xf5\xfc\xf2\x0a\x56\x1d\x5a\x00\xb4\x8f\xae\x98\xef\xe6\x7f\x5e\x57\x0d\xe2\xf7\x71\xcc\x52\x65\x44\xcb\x25\x5f\x1c\xa9\x1b\x0d\x71\x76\x53\x99\x3b\x6f\x53\x6e\x84\x6d\x85\xf7\x8b\x4c\x7a\x10\xeb\x4e\x8e\xb8\xa4\xbc\xd2\xfa\x5d\xb5\x24\x99\x78\xc6\xa7\x35\x5d\x83\x58\xea\xb9\x19\x84\xef\x74\x40\x71\x23\x81\x27\x08\x1b\x81\x02\xb4\x28\x4a\x42\xa3\xa6\xee\xc1\x23\xf4\xa4\xa0\x53\x52\xb0\x61\xf8\x2e\x19\x18\xfc\x55\xbc\x48\x6b\x66\xd7\xb9\xba\x40\xdc\xe5\x9c\x7f\xb0\x0f\x61\x88\x39\x69\xfa\x1e\x51\x38\xad\x6a\xe6\xf5\x71\x53\xc2\x27\x40\xfa\x5d\x2b\x7e\x7d\xef\xf4\x73\x0c\x24\xda\x12\xf7\xe4\x95\x7c\x8d\x41\x76\x1a\xb5\xc6\xc5\xaf\x19\x83\x2c\xda\x92\xf5\x9f\xe7\xf4\x6f\x2c\x44\xbb\xc8\xe2\x26\x49\x83\x38\x77\x7c\x53\x5a\x0e\x47\x39\x83\xd0\x5d\x6d\xae\xe5\xd6\x3b\x5b\x5c\xa0\xee\x89\x01\x8b\xbd\x49\x25\x34\x22\x3b\x32\xa1\x02\xbd\xe3\x04\xf7\x7d\x84\x7a\x0a\xad\x53\x7a\x29\x32\xbc\xe5\x96\xf6\x09\xc6\x76\xeb\xd7\x6b\x91\x41\x30\x0d\x50\x6e\x25\x2e\xd7\x11\x6f\x2d\xac\x17\xda\xf1\x97\x6d\x40\x3b\x89\xc5\xc5\x37\x53\x88\xa8\x11\x48\xc2\x40\x44\x86\x95\xf0\xc5\x81\x33\xa9\x5d\x35\x05\xb1\x01\x61\xe3\x1e\xa9\x23\x2e\x23\x48\x5c\x70\x47\x10\xfe\x70\x0e\x40\x76\xe5\x25\xdd\x67\x14\xdc\xeb\x0a\xaf\xa2\xf5\x10\x70\x94\x28\xe4\x3b\x3a\xaa\x11\xb6\xc4\x3a\xc9\x9c\xc2\x8c\x93\x81\x11\x90\x71\xc5\x3e\x77\xc1\xea\xe6\x6d\x9a\x84\x23\x91\xa2\xbb\x6a\x55\x74\xa5\x85\xd7\x50\x4e\xc3\xd7\x09\xc0\x51\xc2\xeb\x93\xc5\x86\x94\x6f\xad\x82\x38\x23\x81\x7c\x64\x6f\x1e\x9a\x6f\x96\x71\xcc\xde\xc0\xd2\x62\x29\x6c\x8c\x2f\x6f\x11\x73\xd9\xef\x98\xdf\x08\xf3\xb2\x76\x30\xe4\x6f\xff\xf9\xf2\xfc\xed\x51\xfe\xf9\xf1\xcd\xcd\xcd\x63\x2e\xfe\x78\xdf\x6d\xf8\x9a\x53\xc9\xe1\x3b\xfe\xfb\xd9\x9b\xa3\xbc\x1a\x96\xdf\xcd\x48\x51\x07\x1b\xf2\xab\x5b\x9d\x0b\x61\x4e\x67\xea\x62\xd1\xf1\xef\x67\x4f\xba\x62\x34\x9c\x74\x18\xf5\x29\xdc\x20\x79\xf6\xcc\x67\x41\x27\x53\x7c\x17\xbc\x72\x58\x2d\xbb\x0a\x47\xfe\xf8\x08\x32\x36\xa4\x13\x4c\x5d\xdb\x4e\x41\x6a\x6a\x47\xbb\xf1\x7a\xa9\xe1\xac\x13\x10\x3b\xe1\x3a\xc1\xd9\x96\xcb\xc4\xc4\xb9\x6d\x85\x23\x74\xf5\xeb\x76\xbf\x29\x63\x8e\x49\x38\xd3\x89\xa8\xca\x5f\xd2\xc2\xf0\xa7\x43\x3c\xda\xa7\xf9\x3f\xb3\xa5\x88\x27\x4a\x68\x8b\xb3\x8c\xb6\x00\x3c\x4b\x0b\x23\x64\x5a\x20\x18\xd3\x00\x24\x14\x9c\x09\xe6\x3e\xcf\x09\xe7\xa3\x4a\x54\x7f\x63\x5f\x81\x21\xdf\x3a\x7d\x0e\xb4\x26\xd5\x8d\x8b\xc4\x76\xba\xe9\x6c\xc3\x8b\xf8\xe8\x49\x4c\xec\x62\x65\x46\xac\x29\x3c\xe4\xe2\x4c\x38\x89\xa2\x80\x3f\x02\x94\xb9\x48\xe8\xdd\xe8\xd7\x2e\x18\x53\xae\x31\x02\xab\x34\xc3\x1b\x7a\x4f\xab\x01\xb7\x8a\xa7\xd6\xa2\x68\xd4\x6e\xd6\xfc\xea\x31\xfe\xa6\x3b\x9c\x48\x26\x72\x07\x23\xe2\x1e\x60\x1d\xb1\xcc\x75\x93\xee\x62\xa9\xb8\xa5\xbc\xc9\x8b\x32\xca\x9b\x46\xdb\xb5\x02\x26\x6d\x8c\x76\x49\x95\x8e\xc7\x32\xbf\x6f\xe1\x90\x40\x20\x9e\x29\x73\x1d\xa5\x45\xfb\xc0\x45\xb6\x53\x97\x16\x8b\x57\xb6\x4a\xc1\x77\xe3\x25\xca\x08\x91\x75\x14\x72\x54\x16\xd4\xe2\x73\x6c\x06\xc1\xfd\x4b\xf6\x35\x37\xbf\xec\xd1\xed\xd3\x50\x84\x96\x5a\xed\x26\x91\xdc\x78\x4a\x32\xd3\xf8\xfd\xe9\xca\x26\x59\x4d\x1e\x58\x39\x91\xaf\x10\x5b\xbb\x4d\x7b\x6b\x17\x74\x4f\xf1\x4b\xa3\x7a\x84\x23\xf3\x60\x3a\x28\x0f\x19\x18\x5f\xda\x79\x5c\xdd\x5f\x82\xf8\x8e\x2a\xe2\x36\xac\xef\xa2\x28\xc1\x84\x6a\x4c\x64\xf0\x9e\xe8\xde\xc4\x1d\x4f\x07\x95\xde\x46\x3d\x75\x2d\x1c\xb8\x8d\x1a\x17\x0d\x6f\xa4\x06\x45\xbf\xe0\x46\x6a\x8c\xa4\xf1\x7d\x53\x3f\xd4\x2f\xb8\x72\x3a\x35\xe8\xb1\x5c\x3b\x85\xf8\x89\x02\x53\xd2\x6d\x19\x8e\xed\x0b\xae\x9e\x26\x9a\xed\x97\x08\xb8\x53\x3d\xf1\x28\x09\x90\x7b\x9f\xc5\xb7\xac\xaf\xaf\x67\x8b\xae\xbd\xe9\xf9\x7e\x27\x82\xe1\x33\x97\xe5\xdf\xf9\x25\x7e\x0b\x08\x1f\x5f\x83\x28\xe4\x43\x12\xd5\x4b\xe6\xa9\x9e\x88\x49\x22\xce\x0e\xd3\x40\xdc\xa7\x94\x23\xe7\x88\x6f\x49\x13\x3b\xb6\x9c\x99\x14\xa1\x8d\xee\x66\xce\x5f\xb8\x99\x0a\xeb\x33\x1b\x4b\x51\xe8\x92\x53\x14\x8c\x3f\x0d\xe1\xb6\x2b\xc1\x41\x4b\x4e\x5a\x45\x7c\xf5\x96\x23\x10\x96\xc1\x11\x18\x11\x43\x0d\xf9\xd4\x83\x84\x37\xd0\x08\xc2\x70\xe9\x21\x14\x41\x58\xf4\xcf\x5f\xbf\x95\x9f\xf0\xba\xd6\x28\x31\x70\xbb\xe6\x03\xdf\xcc\x7c\xb9\x67\x53\x3e\xdd\x96\x27\x1e\xf3\x62\xe6\xb0\xc7\xa1\xf0\xcb\x41\x94\x5d\x71\x8d\x63\x20\xfe\xef\x52\x49\x06\xf6\xc5\x2e\xba\xea\x71\x5a\x8c\x90\x23\xa8\xbe\xc4\x87\x4b\xd7\x63\x1c\xfe\xe7\xd2\x0a\xb8\x1d\x3c\x0d\x46\xee\x31\x62\xe7\xdb\x44\x77\x0f\xfb\xbc\xaf\xd9\x76\xaa\x04\x9a\x34\x08\xea\xf0\x81\x4f\x41\x3b\x78\x2e\xc9\x20\x68\x87\x76\x97\x4c\x69\xb3\x6e\xe4\x9e\x9b\xe5\x41\x6d\xb5\x48\x55\x51\x19\x1f\xfd\xd4\xac\xc1\xfe\x3e\x00\xe5\x63\xf7\x5f\x86\xd7\x0c\x58\x14\xe0\x6b\xf7\x6c\x0e\xea\xd7\xb3\x74\x22\x9c\x39\x53\x71\x96\xe3\xb7\x83\x32\xc9\x90\xc9\x65\xbe\x2d\x03\xe1\x50\x08\x28\xdc\x56\xce\x8a\xee\x23\x87\x87\x87\x53\x94\x55\x70\xd3\x69\x74\x21\xfe\x1f\xce\x98\x3e\x4b\x70\x21\x5f\xa3\x06\x63\x47\x66\x94\x86\x3d\xc0\x98\xa9\x2b\xc0\xd2\xac\x88\x64\x6f\xe4\x4b\x9e\xb4\x4a\x29\x63\x7c\xdd\x9a\xf2\x1e\xa7\xf3\x16\xc0\x3b\x44\xff\xb9\xfa\xdf\xff\xf3\x7f\xb1\xb9\xb4\xa5\xdd\x12\xb1\x11\x34\xe4\xa0\x9f\x77\xbb\x1c\xe5\x1f\xd2\x78\x0c\x1e\x1d\x74\x44\xd0\x9f\x6b\xb8\x01\xfa\x1a\xd1\x28\x47\x98\x37\xfa\x66\xd7\xb0\x84\xc8\xa1\x24\x7a\x32\xc7\xd1\x63\x5a\x87\x11\xd5\x5c\xf7\x08\x17\xf2\xcc\x26\x17\x93\x26\x31\x87\x94\xe8\xa6\xb7\x94\xec\x7d\xdb\xad\x3e\xf8\xc0\x98\x6e\x22\xa2\xa0\x98\xd0\x0c\x3d\x8c\x21\xec\x25\x93\xdf\xf8\x2d\x23\xd1\xb4\x25\x0a\x2f\x5c\x99\xec\x36\xe6\xcc\x6e\xcc\x48\xa4\x3c\x3d\x92\x8e\xde\x70\xc3\x3d\x1a\x33\x42\x9a\xbc\x56\x66\x7a\x56\xca\xb7\x38\xf8\x83\x83\x19\xf2\xb3\x58\x4c\x27\x72\xca\xf5\x1a\x09\xb4\x00\x91\x80\x40\x9d\xb8\xbd\xc2\xff\x33\x84\x47\x53\x4b\x19\xa7\xea\x97\xa6\x27\x21\xd8\xa2\x80\xf0\xc1\x0d\x1f\x84\x66\x8c\xa2\xbc\x73\xe5\xc0\xca\xc4\x31\xf9\x28\x60\x27\x50\x88\xd4\xbb\xa0\xa3\xdb\x9a\x8f\x36\x38\x1a\xd1\x00\x3f\x30\x38\xb3\x4b\x51\x23\x42\x1c\xe6\x16\xe1\x22\x9b\xc8\xc7\xb1\x9f\xf9\x66\x02\xda\x5e\xcb\x19\xba\x2f\x86\x57\x56\x16\x44\xe5\xbf\x08\x3c\x1f\x12\xd4\x7d\x1f\xec\xe6\x28\xe3\x93\xf3\x0d\x49\xf2\x9b\x48\x1f\x43\x45\x2c\x73\xfd\x72\xe0\xaa\xe2\x38\xb4\xea\xd7\x5f\x56\x1c\xd7\x71\xf7\x75\xc5\xbf\xf7\xf8\x76\x3a\x6c\x5a\x68\x74\x4a\xe2\xa7\xb9\xac\xa9\x40\x6a\x7f\xcf\x61\x6a\x0c\x1a\x88\x32\x11\x0a\x5c\x4d\x5f\x6a\xb4\xd7\x33\x5a\xa2\xd4\x7f\xec\x88\x36\x0e\x28\x9a\xf6\x7a\x14\xe2\x2b\xea\xf4\xd7\x85\xfa\x3a\x78\xd6\x19\xf1\x8a\x54\x09\x1b\x5d\xd5\xc7\x00\xef\x2c\x12\x5f\xdc\x0f\x3b\xec\xcc\x6e\xc1\xd9\x99\x5a\xe2\xe5\xca\xbe\xd8\x92\xef\xbf\xb7\x7f\xe0\x70\xe2\xae\x0b\xfc\x69\x2f\x99\xc7\x38\x0f\xfe\xb0\x93\x77\x96\x08\xf7\xc1\xf8\x7c\xfb\x1f\xb9\xd4\x3f\x7d\x00\xc0\x4a\xda\x8d\xd9\xa6\xb0\x6b\x1a\xfe\xbc\xc6\xcf\x42\xbe\xe1\x4b\xb4\x00\xcf\x68\x3d\xe6\xf6\x78\x8e\x6b\x48\x3b\xcd\x01\x4a\x84\x6b\xcf\xf4\xbc\xcb\xe2\xf9\x24\xe9\x9e\xe5\xc1\x83\x56\x4f\xf4\x3c\x90\xfc\x86\x3c\x32\x99\x93\x96\x8f\xdb\x88\x1d\xd6\x2d\xd5\x9d\xc1\x9c\xe1\xc3\xa5\x13\xd6\x96\x15\xee\x77\x9f\xc8\x97\xcb\x51\x65\x48\x83\x02\xfb\x4e\x48\xc0\x57\x5c\x32\x09\x52\x75\xb7\x53\x5c\xf3\x15\x57\x9a\x94\xdb\x1d\x4f\x61\x91\x3b\x73\x1c\x4d\x93\x00\xaa\x3c\xa8\xbd\x82\x08\xfb\x53\x5a\x97\x3c\x81\xa1\xbb\xe6\xdb\xf6\x26\x93\x2d\x73\x06\xbf\x79\x09\x50\xaa\x29\x71\x97\x24\x8d\x85\x08\x8d\x14\x93\xcb\x35\x7c\x8d\x25\x32\xce\x4f\xee\x7c\x63\xc7\x70\xb7\xbd\x2d\xde\x30\x4b\x88\xb8\x55\x81\x6b\xb6\x2c\x78\x87\xc4\x31\xd3\x5a\x21\x61\xfa\x66\x45\x54\x8c\xda\x0d\x21\xbe\xa4\x61\xee\xe7\xa8\xb9\x23\x33\x40\x21\xfe\x9c\x5a\xc6\x24\xc6\x96\xb4\xa2\x0f\x58\x5a\x3f\xdc\x1b\x52\xbe\x1f\x21\xc4\x97\xf4\x83\x5b\x81\x27\x32\x26\xf1\xae\xfe\x90\xf6\xa6\xe1\xf4\xa2\x93\xf6\xb4\x8b\xfe\xd2\xf3\x55\xb0\x4f\xc3\xbb\xa3\x4c\xe4\x0e\xb6\xf7\x8e\x37\x4c\xc9\x91\x53\xd8\x09\xd1\x40\x9c\x70\x26\x83\xec\xdc\xbf\xc4\xe1\xf2\xcd\x25\x1d\x68\xe0\x5e\xe3\xc1\x26\x77\x1d\xe9\x97\x17\xe5\x20\x5b\x9d\xa9\x3c\x27\x99\xf7\x6f\xb8\x02\x67\xe1\x65\x44\xae\x0b\xb7\x0c\x08\x76\x36\x93\xa5\x04\x5f\x77\x6b\x9c\x59\x5d\xd0\xea\xb8\x32\xc7\xaa\x01\xe5\x58\xf4\x18\xce\x78\x67\x28\x95\x05\xd6\x50\x66\xca\x47\x26\xab\xba\xb3\x7f\x40\x6d\x8b\xdb\xc8\xbb\x06\x4e\xb4\xdb\xf8\xb5\xcf\x3b\x0c\x28\xe3\xae\xf8\x5d\x5b\x22\x9a\x3b\x82\x39\x68\x35\x99\x85\x4b\x7d\x4c\x20\x9e\xec\x56\x1d\xbc\xe1\x6d\xae\x99\x59\x04\xa4\x80\x0a\x7f\x72\xa3\x74\x8f\xcc\x79\x6e\x80\xe3\x5d\xaa\xe8\xd1\x5d\x4c\xe1\x2b\x3a\x00\xb6\x71\x77\x0f\xc0\x16\xe4\x0e\x14\x75\x23\x60\x01\x77\x75\x44\x5f\x87\xfb\xf2\x8e\x80\x6f\x7c\x61\x47\x8e\xac\x17\x1a\x0d\xb8\x2c\x27\xd7\xff\x5d\xfd\x4b\xd4\x1c\x10\x67\x14\x6e\x3a\x21\xf8\xe8\xb1\x68\x47\xf4\x81\x9f\x99\x55\x0b\x8f\x06\xf5\x7b\xd3\xed\xcc\x57\xd5\xd0\x14\x42\xd7\x6c\x86\xd0\x37\x2e\x0e\x48\xc1\x6e\x59\x43\x77\xab\x22\x09\x0f\x2e\x8e\x87\xe1\x5d\x62\x44\xf9\xc2\x19\xad\x84\x20\x7f\x0f\xb4\x7f\x38\xf0\x20\xbd\xbc\x5c\x28\xe7\x54\x7d\xf4\x76\xf9\x38\x1a\xf4\x9d\x91\xb8\xe3\x08\xe4\x69\x28\xfa\x5e\x82\x33\xad\x4c\x96\xb3\xc7\xe1\x32\x75\x05\x62\xc6\x7a\x4b\x38\xd8\xe2\x4d\xd0\x25\x47\x61\x6d\x9b\x5a\x9c\x4e\xce\xe4\x8b\xc6\x9e\x61\x4c\x73\x7d\x6b\x1e\x2f\x66\x4b\x50\xbc\x9d\xbd\x2c\x4f\x09\x43\x3b\x40\xa0\xb8\xe2\xff\x3f\xe5\x0f\xcb\xcc\x0f\x1d\xa6\x41\xb6\x10\xa9\x94\x20\xdf\x41\x7e\x10\x36\x1a\x8e\xe8\x9d\x05\xc2\xf6\x35\xa0\x9b\x30\x40\xee\x83\x6e\x6b\x27\x51\xe9\xbe\x9f\x6a\x71\xce\xc7\x9a\xb9\x1e\xea\xba\x97\xa1\x99\x83\x70\xfc\xd0\x92\xe3\x87\xca\x3b\x92\x47\x41\x42\x34\x21\x61\xc6\xce\x45\x6a\x8c\x92\xe3\x5d\xd1\xa7\x23\x32\x48\x9c\xc4\xe1\x40\xa2\x84\x62\x39\x6a\xc5\xcc\xcf\x61\x9a\x39\xb8\xf9\x14\x73\x75\x8b\x6a\x8f\xa3\xf5\x85\x59\xe2\x1f\x18\x25\xe9\x5b\x75\xf1\x48\xc4\x22\x1a\xa6\x6d\xda\x15\x47\x8b\xb7\x57\x50\x83\xe1\xa9\x60\x1d\xd7\x69\xbe\xce\x51\x15\xb8\x0a\x18\xa6\xe0\x54\x6a\x28\xfa\xb8\x34\xd6\x67\x98\xa0\xd7\xa8\x47\x80\xa4\x68\x17\xcb\x35\xc6\x3f\x9b\x22\x24\xd3\x97\x1d\x31\xe9\x13\xe9\x13\x90\xf2\x9e\x60\x6e\xaf\x07\x4e\xc2\xf0\x1b\xd1\x78\xac\x31\xc8\xe5\xbb\x03\xcd\x5c\x03\x1a\xb6\x1a\x86\x88\x2f\x12\xb8\xe0\x85\xf9\x39\x96\x63\x7f\x67\xa1\x60\x8b\xe3\x4b\xf8\x1a\x30\x51\x4b\x8a\x38\x72\xc7\x5e\xe7\x6b\xd6\x5d\x53\xdd\x35\x0a\xaf\xc8\xf5\x5e\x88\x60\xd1\xc7\xfc\x39\x1c\x91\x7c\x51\x1d\x49\x2f\x3d\x84\xab\xe6\xeb\xbb\x0a\x93\x1a\x47\x31\xa1\xde\x24\x9d\x8c\x78\x9e\x81\xdc\x53\x43\xd2\xc5\xc9\x2a\xbe\xa2\x93\xfc\xc0\xe9\x6a\xe9\x9e\x65\x3c\xe5\x40\xb9\xdd\x82\x39\x1e\x6f\x70\xd5\xd2\xee\x3a\x45\x66\xb9\xe9\xe2\x77\xf5\x0c\x1d\x62\x85\x7c\xaa\xfa\x43\x7d\xeb\xaa\xfe\xb6\x59\xce\xf1\x3a\x67\xbf\xd6\x63\xc6\x77\x95\x58\xba\x1f\xcd\x28\xed\x49\xa1\xa1\xb0\x2a\x1c\xc8\xf5\x8f\x24\xa0\xfa\xb7\x4b\x4a\x87\xf7\x2f\xed\x7f\x8f\xc1\x13\x51\xda\xa4\x3b\x92\xdd\x86\xef\xee\x6c\x28\x19\x4b\xc0\x10\x03\xdc\x76\xe8\x0a\xbf\x24\xfe\x05\x23\x08\x8e\xb8\xc3\x61\x30\x19\xe8\xea\x07\xaf\x08\x9f\x03\x61\xc4\x7d\xcb\xee\x0a\x1c\xfa\x98\x7d\x31\xd4\xc7\x49\x77\x3b\x7b\x7d\x55\x0f\x9e\x0e\x0c\x28\x6c\xf7\x8e\x19\x7a\x14\xf5\xe2\xfe\x31\x86\x9b\x90\xbc\xad\xbd\xdf\xb1\x3f\x6e\xee\x1e\xd5\xfe\x0d\xbf\x43\xa6\x20\x21\xda\xe7\xab\xb6\x6b\x69\x7a\x24\x24\x8c\x86\x6d\x7f\x69\x69\xfd\x44\x01\x18\xb0\x6f\xe7\x7b\x0d\xe3\x63\x65\xce\x90\x4c\xc2\x05\xc7\xf4\xf1\xa5\xb0\x45\x5b\x19\x36\x4b\x2e\xd5\x98\x8d\x3d\xdb\x4a\x1d\x5b\x46\x50\x52\xcb\xb4\x0b\x76\xb4\xd7\x2b\x8d\x00\x3e\xd7\x94\x00\x16\x87\x14\x1c\x67\x85\xd0\xb5\xdf\xcd\x79\xa8\x08\x08\x21\xc9\xf9\x1b\x24\xe7\x57\x9c\x3c\x6e\xc1\x7a\xe5\x8a\x25\x9d\x3a\x54\x8e\xef\xde\xa7\x65\x5e\xf0\x15\xfd\x14\xde\x30\xb7\xae\x8a\xdd\x08\x6f\xaf\x28\x71\x84\x35\x40\x8e\x11\x00\xd8\xc3\x58\x08\x4b\xd5\x25\xb4\xae\xb0\xc4\x6b\x4a\x3a\x04\x8d\xf3\xfb\x14\xbe\x61\x51\xf1\x40\x09\xdd\xb3\xd3\x5e\xe9\x89\xcb\xa8\x57\xed\xe2\xaf\x78\xa8\x5f\xa1\xcf\xe5\x67\x00\xb5\x68\xdb\x81\x9f\xf2\xdc\xb1\xb8\x05\xbf\x2a\x41\xd3\x73\x4b\x67\x71\x6b\xf9\x71\x84\x29\x81\x1e\xa3\x4a\xa0\x0f\xe3\x6a\xcb\xa1\xf3\xa8\xad\x6e\xbf\x1c\xf6\xb4\x40\x5d\x83\x67\x97\x1c\x72\xef\xd2\x65\x8c\x5a\x1c\x95\x0c\x29\x34\x2d\x3c\xd5\xf2\x92\x84\x88\x6a\xb2\xe9\x13\xce\xb9\xb3\xed\x51\xd9\xb0\xf1\x51\xf1\xa9\x95\x82\x47\x49\xd8\xa0\xbe\xd8\x2f\x3f\x56\x03\x5f\xd6\x59\xcf\x71\x3e\x1c\xd6\x75\x61\x60\xf9\x73\x80\xe5\xaf\x08\x2c\xbf\x92\xd7\xf6\xc7\xb5\xd2\xa6\xb3\xad\x86\x02\xe7\xfc\x41\x2d\x2f\x4f\x68\x06\x38\xb9\x2c\xa6\x4a\xc1\x74\x33\x57\x29\x5b\x57\x21\x0b\x3e\x41\x0d\xe7\xb0\xee\xa8\xe0\x7d\xec\x40\xa6\x6a\xe3\x68\x2f\xb2\xfb\x2d\x6f\x97\xf2\x38\x07\xc7\x7f\xa1\x3e\xbc\x93\x94\x00\x16\x9a\x04\xc1\x1a\x8f\xc4\x91\x36\xe2\x6c\x13\xf8\x55\xcc\x28\x85\x83\x79\x60\x61\x5c\x04\x77\xc1\xb7\x82\xa7\x00\x77\x85\x2c\xa6\x83\x90\xd6\xbc\x01\x5a\xcb\x29\x9c\x36\xda\x0b\x2a\x85\xad\x88\x1a\x27\x5e\xef\x1a\xa5\x9a\x68\x0e\x1e\x46\x70\x7a\xb7\x18\xd5\x9c\xa6\xb0\xf7\xbe\xcc\xac\x60\x22\xbd\x42\x66\x95\x14\x93\xb7\xf0\xde\x98\x7d\x5b\x5e\x14\xc2\x44\xd2\xa2\x67\xa2\x35\xcd\x2e\x95\xba\x50\x4c\x41\xa7\x62\x8f\x1d\xeb\xe2\xfd\x97\x52\x67\x5a\x47\x18\xae\x43\x7b\x05\xe1\xd6\x9c\x56\x92\x37\xd2\xd4\x79\x45\x20\x25\xe6\xa4\x9c\x51\x6d\xc2\xd2\xd0\x3c\x4c\x94\x4f\x6a\x78\x03\xad\x24\xc0\xd0\xf8\x79\x56\x58\x86\x59\x29\x17\x0f\x64\xd8\x55\xe1\x21\xb6\x6f\xec\xed\x12\x9b\xc2\x43\xaf\x07\x59\x6c\xe2\x2f\x7c\x40\xc8\xe3\x22\x98\x65\x1c\x94\xc7\xf3\x5b\xf7\xf3\x70\x42\xd3\xd0\xc6\x45\x32\xc1\x0c\xae\x73\x1c\x81\xe2\xe4\x3c\x7c\xf5\x3a\x38\x15\xb5\x49\xc7\xf9\x23\x9e\xeb\x57\x47\xc0\x51\x0d\x41\x19\x98\xe3\x84\x28\xd9\xfd\x52\xae\x81\x4e\xa1\xc8\x1b\x2f\x0d\x43\xee\x21\x26\x40\xdf\x79\xf2\x15\xe3\x62\xfa\x7d\xb8\xff\x2b\x4f\xe4\x85\x1d\xf0\x0f\xe5\x1d\x68\xff\x3f\xe4\xa1\xbc\xd4\x70\xdc\xc7\x5d\x99\xf0\x16\x3b\x4e\x23\xe3\x1f\x70\x15\xe3\x97\xc4\x66\xb8\x78\x13\x73\xa2\xe8\x5c\x2e\xe2\x48\x28\x11\x72\x1a\x24\xc4\x1e\x0a\x48\xf2\x56\x6d\x33\x68\x8b\x51\x0a\x4c\x26\x6d\x2f\xb8\x2b\x15\xb5\x26\x25\xc6\x21\xb7\xe3\x2e\x48\xca\xf8\x30\x4c\xd2\xd5\x9e\x92\x6b\xac\xd5\x4a\x8d\x63\x33\x18\x55\xf4\x04\xca\xd2\xd2\xd0\xa0\xb0\x95\x29\x5f\x49\xba\x9c\x70\x96\xa8\xdb\x52\x4a\xa2\x38\xd8\x3d\x2c\x65\x5e\x9a\x15\xf4\x5e\x52\xc2\xb8\x7b\x92\x22\xef\x4e\xe1\x75\x55\xf9\xd2\xf4\xb1\x3f\x49\xd0\x49\xad\x26\xe9\x5c\x50\x2b\xa0\xa6\x99\x63\xd0\x9b\xd4\x29\x56\x52\x71\x21\x89\x3d\x78\xfb\x41\x53\x76\xfa\x36\x35\x47\xd3\x93\x14\xd8\x28\x4a\xb8\xd6\xb1\x49\xe2\xf4\x6d\x98\x1e\x3c\x45\x85\x5c\xf7\x08\xd5\x04\x4c\xe0\xed\x51\x74\x1c\xcc\xef\x27\x0d\x7c\x12\x3c\x49\xc5\x97\x87\xe4\x6d\x8b\xdd\x86\xfb\xcb\x11\x96\x71\x52\xc0\xc6\x56\xde\x9a\x0b\x3c\x40\x83\x73\x53\x62\x33\x2b\xf1\xd2\x94\x07\x13\x14\x99\xbc\x0d\x6b\xb8\x21\x6c\xbf\x1a\x22\xf5\x39\xfb\x27\x05\x20\xa5\x3d\xe8\xeb\x47\x54\x0c\x43\x57\x2f\xf6\x7c\xfc\xa8\x6e\x16\xbc\x28\xc5\xa7\xc3\xe5\x8d\x60\xfb\xbd\x5d\x37\xb8\xd4\xaf\xc3\xb0\xc9\x43\xdb\x09\x9c\x84\x3c\xb2\x6e\x49\xc0\x23\xab\x02\xd6\x7b\x07\x20\x67\x7a\x11\xc4\x96\x37\x87\x79\x5f\xf0\xf2\x24\xde\x5a\xe6\x97\xc7\x9a\xd3\x6f\x87\x9d\xc5\xc7\xbe\x3c\xbb\xba\xb8\x83\x96\x18\x54\x69\x02\x90\x01\x61\x70\x96\x12\x07\xb2\x02\x0a\x51\xdf\x16\x75\xbc\x56\xed\x19\xde\x31\x42\x6c\xfd\x34\xdc\x5d\x3b\xb4\xbc\x1f\x42\xdb\x59\xcd\x91\xd2\xd9\x4f\x5a\xca\xcc\xf2\xb3\xfd\x66\xa8\xd9\xd9\xca\x5a\x53\x87\x1f\x7e\x0d\xbb\xda\x15\x9d\xc5\x96\x44\x28\x97\xfc\xd1\xd1\xa3\x59\xb4\xfa\xe6\x83\xbc\x3b\x26\x4f\xc0\x5d\xbd\xb9\xa4\xcf\x65\x77\x2b\xe7\x8d\x3a\xd2\x8f\xf5\x8e\xc1\xf4\x21\x59\x1e\x30\xa5\x00\xf6\x4f\x48\xb1\xa5\xc2\x07\x53\xa4\xcb\xd7\x4b\x47\x30\x17\xc7\x67\x50\xef\x29\x29\x5c\x7c\xda\x34\x82\xcf\x74\xd5\xaa\xd6\x08\x74\xda\x09\x9a\x8e\x96\xf8\xe5\x4a\x76\x6f\xdf\x8f\x81\x5f\x50\x65\x27\xf0\x9d\x21\x30\x8c\xf6\x91\x4a\x52\xfa\xae\x9e\x62\x7a\x24\x55\xc4\xd0\x81\x70\xe1\x59\x5b\x2a\xfc\xc5\x45\xee\x73\xd9\x9e\x45\xcc\x2c\xdc\xb9\x92\xf7\x56\xbf\xcc\xc5\x26\xac\x2c\x90\x32\xee\x1a\xf4\x64\xe0\x81\xb8\x44\x04\x39\x17\xfe\x6a\xcf\x4f\xc4\x55\xfb\xe7\x46\x46\x25\xa2\x87\x28\x46\x78\x9d\x70\x5d\xb9\xc3\x5d\x25\xa8\x3d\xd9\xef\xe3\x8a\xef\xdb\xf6\xc5\xe4\x65\xa6\x26\x77\xdc\xa3\xa6\xa6\xf8\xd4\x47\x61\x8b\xdd\xce\x6d\x1b\xc1\x0b\x23\x20\xdb\x00\xe4\x93\x30\x9c\x00\x82\x16\x41\x9f\xd4\x23\x77\xa9\x42\x20\xbe\x52\xa5\x00\xe9\xd6\xa3\xc9\xed\xf5\x35\x87\x59\xe2\x58\x7d\x1a\xeb\x03\x51\x97\xce\xd8\x39\xd9\x4a\xca\x0d\xc1\x39\xdb\xbe\x60\x4b\xe2\x31\x9d\xea\xb5\xc1\x77\x48\x64\x05\xc0\xc0\xbb\xbd\x7b\xe9\xf7\xdd\x1e\xa6\x92\x2e\xcc\xd2\x86\x38\x2b\x6c\x04\xd2\x4b\xd7\xb6\x83\xc5\xc0\x0f\x44\x97\x77\x94\x4c\x7b\xda\xb0\x76\x08\xe6\x03\xa5\xe5\x5c\x82\x7f\x07\x65\x70\x9c\xb5\x84\x8b\xf9\xb8\x10\xf5\x7b\x5c\x82\xfa\x7d\x00\x5c\xfc\x1f\x6c\xe3\xbf\xc4\x2f\x61\xd2\xae\xc7\xec\x4d\xa9\xd4\x68\x03\x96\xb4\x94\x6e\x42\x1c\x94\x0b\x4f\x18\xa7\x76\x04\x36\x49\x1a\x04\x19\x4a\x2f\x3e\x35\x94\x17\x7c\x6a\x28\xfb\xf8\x54\xed\x58\xd2\x83\xbe\xdf\xd8\x44\x5c\x5e\xbe\x89\x67\xdb\xe7\x06\x8f\x91\xb0\x5b\xd6\x03\x0e\xda\xb9\xa2\xfd\xe0\x41\xce\x17\xe7\xbe\x0b\x4a\x28\x36\x43\xfc\x69\x6a\x5a\x47\xff\xc7\xa6\x1e\xaa\x1f\x1f\xe0\x84\xfa\xc1\x50\x97\x8b\x07\xdf\x85\xeb\xa6\x86\x9f\x7c\xb0\x70\xea\xe5\x01\xf4\x18\x0b\x8f\x1f\x30\xcc\xe5\xd2\x71\xdd\x55\xb6\xbf\x9f\x04\xcf\x09\x8e\x48\xda\x6f\x03\x8e\xa0\xc3\x2d\xc0\x3a\xc6\x97\x2e\xba\x20\x63\x4e\xf2\xc2\x20\xaf\xad\xb1\x1f\xe4\x3b\xab\xe6\x39\x92\x7d\x0f\x25\xe0\xa8\x05\x20\x55\x1f\x77\xeb\x1f\xe2\x87\xbe\x6e\x70\x2d\xc2\x8a\xd8\x2b\xb1\x30\x67\x8d\x1e\x94\x85\x1d\x4b\xdf\x93\xd5\x02\x18\x3b\x2e\xbb\x23\xc8\x13\x0f\xf8\x6d\x70\xf5\x3d\x1d\x30\xee\x03\xd5\x7f\xe3\x08\x93\xfc\xb4\x9f\x1f\xf6\x19\xe9\xad\xdb\xfd\x16\x2f\xc7\x5d\x72\xac\x30\xbc\xfd\x37\xea\xd6\x8e\x24\xfd\x22\xec\x11\x12\x1c\x13\x92\xab\x7e\x7c\xcf\x61\xbe\xd1\x83\x24\xb9\x0e\x88\xdb\x0e\xf9\x1b\x9c\x1c\x39\xec\xd0\x26\xe4\xc5\xd2\xa8\xd0\x3b\xce\x73\x62\xec\x44\x61\xbb\x25\xec\x48\xc5\x6e\xe1\x4d\x92\xca\x1f\xfb\x6a\x4f\x95\x57\xcd\x0a\x64\xfa\xaf\xfc\x93\xc4\x1d\xfe\xe9\x10\x24\xd7\xeb\x60\x57\x62\xa7\xfe\xa7\x76\xe1\x0e\xe6\x25\x4a\x71\xb4\x70\xaf\x5c\x12\xcc\x4c\xb8\x0b\x9c\xe1\xf7\x74\x07\x15\x76\xac\x9a\xc4\xf9\x36\x8b\xb4\xa6\xda\x60\xee\x5e\xfd\xfa\xe6\x3c\x81\x9c\x60\x06\x9a\x33\xc1\x3c\x34\x67\x82\x55\xc8\xa1\xa8\x1b\x02\x0e\x42\xa7\x47\x20\x90\x07\x07\x20\x04\xed\x1d\x20\x40\xc9\x93\x15\x29\xe9\x97\x44\x59\x72\xb1\x45\x88\x5e\x7e\xc7\x40\xc1\xd3\x38\x02\x65\x2f\xe3\x8c\x5a\x6d\xc2\x36\x1b\x39\xd0\xf3\x5c\x47\x3c\x71\x02\xae\x23\x9e\xec\x93\xdd\x33\xe8\x5d\xd7\x7e\xaa\x4b\x7d\x49\x48\xe0\x2f\x34\xc9\x40\x0d\xc4\xd7\x6c\x10\x5a\xb5\xeb\x26\x11\x6e\xed\xa4\xd7\x13\xfc\x8a\xa6\x4e\x97\x1f\xaf\x17\x81\xf5\x2b\x90\x5f\xc0\x95\x12\x06\xbc\x5a\x3a\xc4\x98\x69\xf6\xe5\x89\x7f\x34\x08\x56\xdc\x64\x30\x9b\xfa\xba\x72\x36\x5f\x1d\xcd\x1b\x4a\x8b\x80\xd7\xc3\xb0\xeb\xed\xca\x34\x9e\xb8\xc9\xcf\xe9\x47\x32\x88\xb0\x2a\x1d\xc9\xa8\xa6\x5d\x0d\x3b\x7c\x80\x17\x49\x98\xc6\xb8\x41\xeb\xee\x10\x80\xeb\xf6\x90\xf2\x38\x7b\x84\x3f\x58\x21\xfe\xf1\x6c\x2f\x0b\xb8\xd6\x59\x06\x98\x6c\x99\xa1\x74\x97\x64\x18\xec\x92\xe6\x94\x33\x5b\x76\x12\xbe\x8d\xff\x5d\xb1\x47\x84\xcb\x09\xd7\x9e\xa5\xf5\x44\x7b\xe5\x5e\x2e\x9d\xe9\xa7\x87\xf7\xe1\xd8\x05\x4d\x96\x31\x11\xc2\x3d\x06\xa8\x3e\x57\xcb\x7d\x70\x40\xf7\xab\xfc\x56\x8b\xb8\xaf\xa6\x35\x1f\xdc\x7d\x83\xf0\xfd\x17\x92\x12\xc0\x4c\xc5\x70\xb4\xae\xc3\x93\xd8\x3c\x8a\x0f\xb6\xef\x9a\x87\x32\xcb\x50\xe6\xd8\x64\xfe\x42\xf2\x73\xbe\x91\x3b\x48\x89\xaf\x93\xc1\x86\x12\x4f\x98\x86\x38\x50\x81\x5f\x99\xe5\x4d\x74\xdc\xb2\xda\x1d\xb3\xac\xdd\x2c\x80\x85\xfa\x10\xbc\x77\x29\x7d\x90\xfc\xfb\x3c\x19\xb3\xf7\xe2\x1d\xf4\x21\x79\xd9\xcb\x0c\xf1\x81\xb7\x5a\x74\x0f\xee\x61\xaf\x37\xe0\x9a\x20\xf4\x9b\xfc\x2a\x47\x6f\xf6\x58\xec\xdd\xef\x7d\xec\xdd\xe8\xad\xdd\xf4\x69\x00\x17\xaa\x1d\xb5\xb2\xfb\x9f\x3c\x03\x11\xf4\xe0\x49\xdf\x2d\x9f\x3c\x0c\xa3\xb0\xb3\xbd\x34\x0e\x70\x1c\x55\x29\xa3\xb3\x70\xf6\xbf\x6b\x08\x79\xf9\x1d\xd6\x2b\x46\x3d\xa9\x9a\xe3\x21\xbb\x18\xef\x5a\x43\x1a\x8e\xd9\x10\x15\x85\xc5\x0d\x2b\xd4\x28\xcb\xe3\xfa\x92\x08\xfb\xc1\x2b\x02\x6d\xf3\x35\x1d\x9b\x8c\x19\xfb\xbb\x06\xf7\xfd\xea\x6e\xb9\xd8\x54\x8a\x7d\xfb\x9d\xd0\x82\xcc\xe8\xf4\x74\x7a\xf2\x40\xb0\x05\xbe\x85\xe7\x67\x91\x7e\xdc\x3d\x8d\x31\x65\xa4\xd3\xa8\x91\xbd\x7f\x08\xc2\x30\xe3\x02\xae\x64\xd4\xbd\x86\x1b\x95\xe0\xd7\x3f\xb8\xc7\x8b\xb2\xf7\x1c\x71\xf7\x43\x56\xac\x78\x4c\xf4\x37\xc3\x9b\x61\x72\x15\x00\x34\x4a\x9f\x99\xfc\xe4\xaf\xef\xb9\xe2\xef\xf3\xbe\x22\xa6\x89\x98\xb7\xdf\x6f\x91\xb0\x25\xd5\x9a\x58\x11\x27\xac\x91\xc0\x8f\xd5\xe1\x67\x89\x9f\x65\x71\x8b\x5f\x37\xf8\x75\x53\x55\x1f\xa5\x30\xb8\x2a\x15\x27\xe5\x7c\x8d\x94\x5b\xfc\xe6\x20\xae\xfc\x53\xda\xd1\x78\xf5\xf6\x03\x91\x76\xb9\x39\x4d\xb7\x1f\x94\x2e\x4f\x8c\x3f\xf5\xaf\x8d\x3f\xe4\xd3\xf5\x5b\x4d\xc2\x17\xa5\x70\xf3\x9a\x24\x9f\x0f\xc1\x1a\x87\xb5\x55\x28\xdf\x94\xca\xfd\xd0\x44\xf9\xa4\xb4\xae\xb8\x99\xfb\x7e\xe9\x17\x52\x7d\xaf\xf4\x8b\xd0\x5b\x76\xed\x8e\xa3\x6e\x7e\x70\x2f\x00\xfa\xb7\x9f\x4e\x29\x4f\x23\x0b\x21\xd4\x22\xdf\xde\xe5\x67\xd6\xe4\x31\x52\xbe\xdb\x3a\xcb\x2c\x1a\x6e\xdd\xec\xf6\x4e\x3f\xf5\x21\x9b\x05\xcc\x87\x27\x12\x7f\x70\x7e\xd0\x45\x5e\xbb\xa2\xd9\x9d\x2f\xb0\xef\x41\xef\x65\x65\xe0\xdb\x7f\xfb\x37\x80\xd3\xe7\xbf\xff\x7b\x7e\xf6\xfc\xbb\xbc\xfa\xcc\xc1\xd6\xfa\x7c\x5b\x7c\x86\x56\xa0\x50\xf4\xf3\x45\x04\xc8\x37\x5a\xe1\xd9\xab\xc7\x50\xfa\x1e\x31\xce\x9e\xfe\x4f\x00\x00\x00\xff\xff\xfb\x60\x92\x65\x39\xaa\x00\x00") func confLocaleLocale_enUsIniBytes() ([]byte, error) { return bindataRead( @@ -4379,7 +4379,7 @@ func confLocaleLocale_enUsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 43571, mode: os.FileMode(420), modTime: time.Unix(1442164663, 0)} + info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 43577, mode: os.FileMode(420), modTime: time.Unix(1442432061, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4399,7 +4399,7 @@ func confLocaleLocale_esEsIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 47149, mode: os.FileMode(493), modTime: time.Unix(1442001496, 0)} + info := bindataFileInfo{name: "conf/locale/locale_es-ES.ini", size: 47149, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4419,7 +4419,7 @@ func confLocaleLocale_frFrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 46314, mode: os.FileMode(493), modTime: time.Unix(1442001496, 0)} + info := bindataFileInfo{name: "conf/locale/locale_fr-FR.ini", size: 46314, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4439,7 +4439,7 @@ func confLocaleLocale_itItIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 44651, mode: os.FileMode(493), modTime: time.Unix(1442001498, 0)} + info := bindataFileInfo{name: "conf/locale/locale_it-IT.ini", size: 44651, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4459,7 +4459,7 @@ func confLocaleLocale_jaJpIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 50703, mode: os.FileMode(493), modTime: time.Unix(1442001500, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ja-JP.ini", size: 50703, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4479,7 +4479,7 @@ func confLocaleLocale_lvLvIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 45946, mode: os.FileMode(493), modTime: time.Unix(1442001506, 0)} + info := bindataFileInfo{name: "conf/locale/locale_lv-LV.ini", size: 45946, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4499,7 +4499,7 @@ func confLocaleLocale_nlNlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 44336, mode: os.FileMode(493), modTime: time.Unix(1442001500, 0)} + info := bindataFileInfo{name: "conf/locale/locale_nl-NL.ini", size: 44336, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4519,12 +4519,12 @@ func confLocaleLocale_plPlIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 44722, mode: os.FileMode(493), modTime: time.Unix(1442001500, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pl-PL.ini", size: 44722, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _confLocaleLocale_ptBrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\xbd\x5b\x6f\x1c\x47\x96\x27\xfe\xfc\x17\xa0\xef\x90\xf6\x40\x7f\xd9\x00\x55\x86\xed\xbd\xc1\x70\xd9\x4b\x51\xb2\xa5\x5e\x89\x64\x8b\xb4\x1b\xbb\x86\x51\x8e\xaa\x0c\x16\xb3\x95\x95\x59\x9d\x91\x45\x8a\x1a\xcc\xc3\x60\xbf\xc5\x3e\x8d\xd0\x0f\x03\x37\xe0\xa7\xc1\xbe\xf4\xe3\xf0\x8b\xed\xf9\x9d\x73\xe2\x96\x99\x45\xcb\xd3\xbb\xd3\x68\x58\xac\x8c\x13\xb7\x13\x11\x27\xce\x3d\xcc\x76\xbb\x28\xad\x5b\xcd\xbf\xdb\x14\xce\x76\x57\xd5\xed\x3f\xb7\x45\x69\x8b\x6f\xab\xbe\x30\xbb\xbe\x7d\x74\xd9\xba\xad\x2d\x4d\xd9\x16\xb6\x30\x9b\x6a\x7d\xfb\xee\xca\xd6\x05\xd5\xe8\xaa\x9e\xbe\x6d\x8a\x6f\xdb\xfb\xf7\xee\xdf\xbb\x6c\x37\x76\x7e\x7a\xfb\x6e\x5d\x35\xa6\x78\xde\x54\xab\xca\xd4\xf7\xef\x95\xc6\x5d\x2e\x5b\xd3\x95\xf3\x53\x53\x35\x54\x8f\x5a\x5e\xb5\x4d\xdf\xb5\xb5\xbd\x7f\xcf\xbe\xd9\xd6\x6d\x67\xe7\x4f\xf9\x5f\xd3\x51\x2b\xb6\xde\xce\x0f\xff\xb8\x2b\xcd\xfd\x7b\xae\x5a\x37\x8b\xaa\x99\x3f\x25\x70\x94\xb9\x16\x6d\x2e\xb2\xcf\xa5\x29\xce\xf8\xf3\x17\xc5\x67\xff\xfa\x97\xc2\xf6\x66\x6b\x8a\x2f\xdd\xc6\xd4\xf5\x57\xc6\x71\x8d\xae\xd8\x6d\x0c\x77\x6a\xbe\xfc\x44\x4a\xb4\xed\x76\xd7\xcf\xcf\x4c\xd5\xe9\xcf\xdd\x76\x7e\x44\x0d\x3a\xe9\xad\xb3\xeb\xca\xf5\xb6\x9b\xbf\xe2\x3f\xf8\xdb\xb5\x5d\xba\xaa\xb7\xf3\x33\xfa\xcf\xfd\x7b\x57\xb6\x73\x55\xdb\xcc\xbf\xa7\x7f\x6f\xff\x4c\x48\xd8\x9a\x75\x40\xc1\xfd\x7b\xbd\xdd\x6c\x6b\x43\xd0\x2f\xdb\xd2\xd6\x54\x5c\x9b\x66\xbd\x03\xc8\xf3\xb2\x6a\x37\x04\xb1\xea\x2c\x95\x2f\x1a\x7b\x3d\x3f\xe2\x3f\x67\xb3\xd9\xfd\x7b\x3b\x5a\x85\xc5\xb6\x6b\x2f\xaa\xda\x2e\x4c\x53\x2e\x36\x40\xd1\xa9\xed\xe8\x43\x41\xab\xb0\x73\xbb\xdb\x77\x5d\x85\xe5\xa0\x49\x5d\x54\xeb\x5d\x67\x6e\xff\xf9\xf6\x7f\x5b\x27\xf3\xb0\x25\x61\x67\x61\xdc\xfc\xfb\x76\x75\xfb\x97\xe2\xf6\x67\xac\x0e\x1a\x6d\x0c\xad\xd0\x77\x5a\x9b\x90\xbf\x31\x55\x3d\x7f\xfa\x08\xff\x60\xec\xce\x5d\xb7\xb4\x4e\x67\xb6\xb9\x34\x98\xfe\xa2\xbf\xd9\x5a\x9a\x7d\x59\xad\x79\xba\x2b\xb3\xed\x57\x97\x86\x70\xc4\xff\xa2\xd5\xce\x6e\x5b\x42\x48\xdb\xdd\x10\x1c\xff\x79\xfb\x2f\xdc\x76\xdb\xad\x4d\x53\xbd\x35\x3d\xf0\x73\xa2\x3f\x68\x90\xc0\xd2\xa6\xea\xba\xb6\x9b\x3f\xa5\x5d\x55\x5f\xd2\x6f\x9a\xfe\x02\x0d\xcd\x8f\xdb\xab\xb6\xc8\xdb\x41\x19\x6d\xb9\x0e\x68\xa4\x62\x53\xbc\xc4\x0f\x6d\x08\x85\x17\x6d\xf7\x5a\x2a\x7e\x43\x7f\x61\x77\x8d\x1b\xa0\xc1\x48\xe5\xe1\x40\x4c\x43\xab\xc1\xc5\xdf\xda\xce\x36\xbc\x57\x12\x18\xc6\xa8\x29\x37\x84\xcd\xad\xa1\xbd\x1b\xb6\x70\x5b\x1c\xe2\x2b\xef\x8a\xb2\xa5\x7d\x61\x56\xab\x76\xd7\xf4\x0b\x67\xfb\xbe\x6a\xd6\x6e\x7e\x94\x2f\x4c\x41\xdb\xf4\x08\x1b\x90\x56\x68\x0f\xc8\xfd\x7b\x37\xed\x2e\xac\x3b\xad\xc2\xae\xd8\xf2\x92\x6b\x41\xa8\x77\xb6\x33\x6e\xbc\xf0\x3c\x53\xb7\xb8\xb0\xb6\x9c\x7f\x43\xff\x01\x26\x8e\xdb\xfe\xf6\x17\x9a\x14\x15\x6f\x77\x75\x4d\x48\xfe\xd3\xce\xba\x9e\x9a\x68\x6b\x3a\x9e\x7d\x18\x9c\x2d\x4e\xa9\xfc\xfe\xbd\xca\x39\x02\x98\x9f\x76\xed\xb2\xa6\xdd\xc1\xcd\xae\x4c\xb3\xa2\xa9\x1f\xf1\x3f\x38\x03\xf7\xef\xfd\xe0\xac\xe9\x56\x97\x3f\x62\x32\xf8\x83\xf6\xa6\xfb\xd3\xae\x72\xa6\xe3\xfd\xbb\x77\x53\x60\x0f\x26\xfb\x8f\x7b\x0b\x9d\x51\x4f\x74\x4c\xe6\x47\xb7\xff\x42\xfb\x8d\x09\xca\x0f\x55\xe3\x7a\x3a\xad\xd4\x8f\xfe\x35\x7f\xce\xff\xfa\xf5\xeb\xab\x9e\x30\xf5\x14\x47\x9e\x27\x51\x25\xa5\xc5\xd6\x74\xa6\x38\xed\xaa\x8d\xad\xe8\x8f\xa7\x6f\xec\x6a\xa7\xd5\x80\x06\xda\xd0\x8b\x72\x29\x74\xef\xdb\x76\xed\x0a\xc6\x4d\x57\xbc\xbc\x39\xfb\xfd\x8b\x83\xe2\xb4\x75\xfd\xba\xb3\xf4\x77\xd1\xee\x0a\xfa\x87\xe0\x3f\xa7\xa9\x51\x15\xe9\x74\xb4\xbe\xb6\x78\x4c\x18\x62\xc2\xf9\x84\xf6\x84\x13\x58\x1c\xa0\xf3\x6a\xdb\x62\xcb\x0c\xcb\x89\xac\xf6\xf3\x67\xf4\x9f\x11\x62\x86\x47\x91\x5a\xe2\xa3\x7b\x4c\x14\x76\xaa\x25\x2a\x07\xd9\xa4\x36\x4e\xdb\xae\xb8\x30\x57\x6d\x77\x40\x54\xc2\x16\x6d\xb1\xb1\xb4\x7e\x95\xdb\xb4\xc5\xf3\xe3\xe3\x93\x27\x8f\x69\xe3\x6c\xe8\x33\x6d\x9f\x3f\xd2\x7e\xe5\x46\x56\x84\xa8\x15\xd1\x39\x9a\xc5\xae\xbf\xf8\x2f\x8b\xb5\x6d\x6c\x47\x64\x76\x55\x09\x0e\x19\x25\x34\x77\xe7\x6a\xa2\x44\x25\x93\xb3\xb6\x38\x3b\x7b\x81\x81\xf6\x97\xb4\x33\xe8\x28\xe0\x1c\xbb\x3f\xd5\x40\xab\x0e\xe5\x84\x1a\xe6\x02\x8c\xd8\x74\x84\xf2\x2b\xfe\x73\xe9\x07\x8f\x1b\xc5\xe1\x4b\x44\xaf\xed\xba\x05\x11\xcd\xfe\x66\xa1\x6d\x71\x07\xd3\x2d\xd9\x61\x4b\xda\x4c\xd1\xf0\xea\xd3\x40\xe9\x8a\xea\xe9\x40\xd3\x05\xb5\xec\x00\x3a\xc3\xa6\xf2\xb3\x9b\x5e\x46\x22\x03\xa6\xe2\x41\x61\x53\xd0\xb9\xa6\xbb\x31\x43\xfd\xe1\x96\x4e\x0e\x51\xb5\xab\x36\x16\xfa\x19\x1f\xb5\x75\x4b\x9b\x88\xd0\xdb\x30\xb4\x29\xdc\xce\x14\x6d\x4a\x73\x0a\x43\xa3\xff\x40\x8e\xc8\x22\xc5\x1e\xa0\x5f\x99\xea\x2d\xfa\xc8\x0f\x4d\x00\xf5\xdd\x9c\xb7\x98\x6d\x8b\x2d\x1b\xe1\xf0\x6b\xd3\xf6\x82\x50\xdc\xdc\xb4\xa3\xd0\x9f\x33\xf5\x15\x7d\x6c\x08\x15\x34\xa2\xaa\xb3\x02\x8e\x53\xba\xa3\x0b\x0f\xfb\x8e\x8f\x06\x10\x15\x37\xa0\x2f\x8b\x6b\x19\xee\x9c\xd2\x5e\xd9\x82\x76\x4b\x61\x56\x96\xae\xd7\xc2\xb4\x61\x75\x3a\x1d\x7f\x3a\x2e\xba\xa3\xac\x6f\xdf\x23\xb5\xa4\xbb\x8f\xae\xef\x27\xed\xe6\xf6\x97\x06\xdd\xc9\x07\xdf\xd9\x73\x47\xfb\xd2\x5c\xd0\x4d\x5e\x7c\xf7\xea\x85\x93\x4d\xb8\xaa\x5b\xd0\xea\x4d\x71\x55\xd1\x85\x7f\xf6\x8c\xf7\xe3\xe5\x62\xdb\x76\x3d\x36\x7d\xcf\x1f\xe3\x37\xdf\xd6\xf1\xed\x5f\x37\xb6\x63\xec\x6e\x19\x0a\xeb\xe3\x88\xb4\x32\xa3\x43\xa4\x1b\xd5\xb0\x4f\x6e\xdf\xd1\x14\xe9\xae\x6d\x0f\x68\x86\xd5\x1b\x5b\x5c\x99\xb7\x95\x12\x11\x22\x12\x58\x71\x9e\x41\x47\x73\xe9\x5c\xab\x43\xb8\xec\xfb\x6d\x3a\x86\x67\xe7\xe7\xa7\xc9\xd7\xbd\xa3\xa0\x79\x60\x20\xa6\x30\xbc\x9d\x64\x6b\x54\x1d\x0d\xc2\x23\x6b\x26\xdb\x6b\xd7\xd5\x73\x42\xc2\xd4\xce\xa3\xa2\x09\x8c\x31\xce\xf8\x54\xa7\x08\xc3\xb8\x3e\xc1\x7f\x1c\xad\x47\x6f\x36\xcb\xdb\x9f\x41\x05\x98\x01\xe0\x53\xd1\x6e\x71\x51\xef\x3d\x16\x27\xdb\x15\x8a\x2b\xa7\x4c\xc3\x3e\x22\x48\x78\x49\x18\x48\xcf\x59\xb8\x0d\xe1\x23\x50\xbb\xe2\xec\x25\x90\xc4\x1f\x2f\xba\x76\x33\x7f\x62\xff\xbf\xe4\x67\xdc\x72\xb6\x29\x89\x28\x69\x5b\xdc\xad\x6c\x3e\x62\x05\x50\x42\x53\xb5\xc4\x41\xac\xaa\x8b\x80\xc1\x57\xdf\x1c\x15\xff\xf1\xf3\xcf\x3e\x9b\x15\x27\x05\xf1\x05\x1b\xd3\xeb\x7e\xa5\xd5\x26\x1e\x50\x1b\x21\x82\x5e\x7c\x88\xf3\xfc\x61\xf1\x25\x7f\xf9\xaf\xf6\x8d\x21\x4e\xcd\xce\x88\x36\x7e\x35\x03\x5b\x40\x17\x70\xa7\x87\xe3\x91\x74\x8c\x53\xb9\xb1\xd4\x33\x18\x21\x05\xc8\xc9\xf4\x00\xc6\x73\x8f\x0b\xbe\xa9\xbb\xcd\xfc\x99\x59\x56\x44\xd3\x68\x17\x1d\xc9\x17\x1d\x34\x73\x2c\xcc\x60\xb6\xd2\xf2\xa2\x69\xfb\xea\xe2\x26\xa9\x70\x8c\x0f\x61\x96\x54\xe1\xa8\xed\x3a\x8b\x93\x83\x6d\x6c\xc1\x1b\x10\xd6\x57\x76\xff\xdd\x74\xe6\xb7\xbb\x2d\x4e\x76\xd4\x93\x0b\x0b\x45\x4b\xda\x5e\x5c\xd4\xc4\xd7\x08\x71\x3f\x94\x9d\xce\x34\xfe\x44\x0a\x72\x08\xda\xd9\x5b\x62\x94\x9f\xc8\xa1\x00\xb5\x3b\x7a\x72\x4c\xf7\x0c\xee\x18\xda\x6e\x1b\x54\xa4\x1e\x89\x8f\x29\xe5\xc2\x3d\x28\xfa\x48\xb1\xf8\xf4\x38\x4f\x9d\xca\xca\x6d\xdb\xa6\xc2\x3c\xdf\x32\x0d\xaf\xdb\x95\xa9\x37\xc0\x20\x2e\x5b\xe2\x28\x88\x35\x58\x10\xc3\x77\x65\x08\x0f\xbe\x4f\x1a\x5e\xd8\x66\xdf\x6a\xd9\x18\xda\x8f\x53\x3e\x07\xc0\x82\x0e\x79\xb1\xda\xd1\x89\x21\x69\x87\xf8\x2a\xa2\x62\x07\x05\xb1\x16\x85\x14\x3b\xba\x60\x6c\xb1\x23\x69\xc4\x94\xc4\x44\x2d\x6f\x70\x8f\xd2\x57\x42\x5d\x69\x2f\xcc\xae\xee\x93\x81\x75\x2a\x18\x30\x93\x1b\x07\xc7\x42\x53\x17\xd6\x74\x0a\x3a\x47\x22\x53\x96\xac\x16\x30\xe8\x49\xee\x81\x50\x21\xa6\x5c\x2d\xe3\x06\xd0\x29\xff\x49\x54\xc5\x39\xa2\x91\x1d\xf8\x57\x96\x73\xdc\x4c\xd9\x1c\xe2\xe2\x55\x5c\x5a\x5c\x55\x24\x66\xbc\x62\x36\xc7\xf2\x20\xa9\xa9\xb0\xa9\xb8\x0b\x43\xc4\x82\xae\xac\x3a\xdc\x56\x58\x47\x91\x66\xdc\x74\x7b\x3a\x8f\x33\x1d\x97\x1f\xb2\x8b\xcd\x63\x55\x71\x19\x13\x21\xa2\x5e\x69\x27\x10\xab\x46\xff\xf7\xcd\x1e\xa0\x4b\xda\xe4\x54\xdb\x85\xe9\x09\xbc\x65\xa9\x0f\xc7\xd5\x81\x49\x51\xb9\x6c\xe6\x39\x72\xe5\x87\x85\x85\x13\x49\x47\x6e\x7e\xda\x64\x55\xc0\x46\x90\xfc\x30\x97\x1c\x69\x66\x4d\x12\xe7\x01\xdd\xd5\xe8\xc9\x80\x19\x42\x65\xe6\x17\x13\x19\xeb\xa3\xe7\x4f\xe6\x9f\x7e\xcc\xab\x43\xf4\x84\x26\x24\x43\xa4\x93\x4d\xd4\x5a\xef\xc0\x61\xd3\x61\x8c\x7b\xce\xa3\xca\x02\xa8\x37\x94\x23\xb8\x5a\xc2\x71\xd8\xe4\x56\xf6\x92\x48\xce\x1c\x2a\x7d\x89\xdf\x3d\x79\xc1\x29\x61\x08\xa9\x97\x4b\x7b\xca\x50\x2f\xd6\x74\x23\x7b\xae\xba\xd3\xfb\x99\x96\xa2\x5f\x90\xc8\xb7\xb8\x00\x9d\x23\x71\xc2\xd4\x44\xde\xe8\xa2\xef\x85\xa1\x02\xfb\xb8\xc1\x5d\x59\x3c\x24\xa8\x87\x5f\x14\x0f\xae\x3c\xf3\xf7\x39\x88\xd7\x82\x8e\x52\x55\x63\xcf\x43\x56\xc1\xba\x43\x3a\x96\xd5\x71\x3b\xb9\x01\x95\x59\x3b\xc0\x85\x28\x1c\x2b\xfd\xf7\xf6\x9f\x89\x5d\x22\x3a\x7a\xdd\xe0\xf8\x01\x4f\xbe\xee\xb2\x6a\x80\x04\x2a\xbe\x60\xbd\x02\x28\xcd\x03\xda\x3c\xc7\xb7\xff\xf3\x24\x85\x5b\xb7\xcb\x5d\x55\x97\x33\x4c\xf0\x8a\x36\x72\x09\x26\x5f\x77\x4a\xb6\x0e\x7f\x9e\xe2\x45\x79\x84\xc2\x0c\xac\x40\x61\x7b\x23\x73\xf3\x6d\x45\xae\xed\x70\x9a\xd9\xb9\xfd\x99\x64\x90\xab\xdb\x77\x04\xac\x55\x03\x27\x05\xbc\xd0\x06\x5a\x5d\x66\xcc\x94\x91\x0b\x5f\x06\xc4\xdd\x53\x13\xc9\xee\x33\xfd\x0e\x9a\x8d\x07\xae\x78\xf4\x15\xfd\x97\xd0\x6c\xae\xac\x5c\x29\xeb\xd1\xf2\x80\xd7\x03\xf9\xc9\x84\xc3\x3f\xb7\xf9\x1c\xb2\xc3\x33\x42\xc9\xde\xc3\x22\x58\x19\x4c\xce\x6f\x22\xb7\x5b\xe1\x20\xcc\x1f\xdb\xcd\xa3\xab\x8a\x36\xc6\x07\xc5\x53\x2a\xd9\xb4\x2c\xa7\xf2\x85\xe8\x98\x7e\x5d\xf1\x31\xa5\x03\xdb\xd6\x97\xc4\x84\x09\x43\x48\x1c\x57\x75\x55\xd1\xa6\x78\x44\xe7\x1c\x27\x0b\x97\xe9\x6a\x57\x61\x4d\x98\x39\xf9\x01\x9a\x25\x12\x02\x77\xc2\x6c\xb7\x75\x09\x9e\x6a\x70\x3c\x40\x27\x86\xaa\x0c\x0f\xab\xe7\xc0\x5d\x57\x84\xff\x45\xd0\x48\x2d\x78\x70\x6f\xfa\xf9\x79\x47\xd7\x0e\xdf\xcb\xf8\xc9\x3b\x23\x2a\xab\x8e\x82\xb2\x6a\x73\xc3\x3b\xc0\xcd\x5f\xda\x9d\xcb\xb8\x74\x87\x63\x58\xd3\x96\x6f\x3b\xbe\x14\x15\x2e\x03\xa1\x86\x02\x00\x2a\x50\x6b\x24\x1a\x50\x63\xc4\x3b\x13\x41\x1c\xaa\x1d\xa8\x58\xf4\x24\xda\x9d\x6a\x4b\xa8\x84\xe9\x2e\x2b\xdb\xbe\xa7\xbf\x78\x57\x78\xc9\x7d\x46\x4b\xcb\xca\x02\xe9\xff\x79\x53\xe0\x57\x11\x04\xf2\x4a\x34\x05\x3f\xa8\xda\xed\x47\x95\xd5\xe7\x83\xb9\x10\x04\xd1\x3b\xc8\xf7\x51\x41\xb5\x50\x15\xc7\xfc\x88\xe9\x2a\xab\x53\x54\xa3\x11\x58\x9d\x4b\xbb\x05\x5f\xb4\x71\xeb\xf9\xef\x68\xb7\xf4\x74\x48\x03\xfd\xfd\xba\x80\xba\xce\x0a\xd5\xfd\x20\xe8\xf2\xde\xb3\xee\xef\xa8\x67\x8b\xfd\xe1\xab\xe7\x97\xaa\xe8\xcb\x48\x70\xc4\x8d\xba\xda\x11\x03\x09\xba\x7e\xc5\x1c\x87\x5c\xa8\x8e\x77\x30\x5f\x69\x4e\xf9\x2a\x3a\xf1\xb3\x22\x08\xcc\x7c\xdd\x80\xcf\x94\x2e\xfb\x56\x25\xe5\xfc\x18\xd0\xce\x80\xfe\x6f\xc4\x03\x60\xe4\x20\xaf\xb1\x7b\x3d\x85\x29\x9b\x17\x2e\x77\xd0\x3c\xe1\x45\x2f\xda\x2a\x1d\x91\xe1\x6b\x7b\x63\x37\x4b\x34\x68\xe7\x2f\xe8\x2f\xdc\x81\x54\xf9\x65\xb5\xb9\x7f\x8f\x98\xda\x35\xd1\x91\x40\xea\x9f\x3a\x3a\x55\x24\xa7\x1b\x4f\xea\x01\x60\x47\x00\x74\xd4\x48\x16\x05\xc4\xd7\x41\xd3\x49\x04\xe9\x7a\x7e\xaa\x77\x25\xb8\x8d\x88\x6c\xd5\x81\x46\x7c\xcf\xc2\x2d\x23\xcc\x0b\x73\xa9\xd4\x5e\xef\xb1\xfe\xdd\x86\xd1\x5d\x58\xe5\x96\xed\x60\xf2\x98\xa6\x6d\x48\x12\x29\x95\xd3\xf8\x72\xf9\xd5\x03\xf7\xe5\x27\xcb\xaf\x92\x0b\xe0\x00\x54\x9c\xf8\x5c\x66\x74\xe8\xde\x58\x99\xea\x0d\x0f\xcd\xaa\x9e\xb7\x01\xdf\xd0\xdd\xfe\xcb\x9b\x6a\x43\x7f\x3d\x28\x8b\x4b\x1a\x9b\x97\x0f\x5b\x70\xf0\xb8\x9d\x20\xdd\x79\x4c\xcf\x82\x0e\xd9\x5f\x7f\xbc\xc8\x58\x59\x80\x59\xa5\x17\x66\xc5\x87\x96\x4f\x8e\xdf\xe6\xca\x07\xe3\x02\x0b\xdb\x9c\xa7\x5c\x57\x9b\xaa\x1f\x6f\x37\x4f\xda\x40\x26\x79\xaa\xb8\x1f\x21\x73\x04\x94\x30\xa7\x27\xf8\xc0\x00\x36\x3b\x5a\xf1\xe2\x02\x5c\xd5\xed\x5f\xa0\x7a\x4c\x36\x23\x6d\x9f\xf5\x8e\x28\x94\x2d\x3e\x2f\x68\xfb\x11\xef\x01\x86\x8e\xc8\xc4\x62\xd7\x28\x66\x6d\x29\x3b\xee\xa4\xe2\x8b\x50\xba\x07\x1f\xb8\xab\xb8\xdb\x4c\x78\x92\x31\x34\xd2\xb5\x2c\x0c\x8d\xee\xa3\xb0\x0a\x1f\xcf\x68\x03\x69\x1b\x0c\x45\xfb\xc2\x2e\x09\x43\xd9\x04\xf2\x35\x25\x7a\xeb\x59\xad\xce\xf2\x8c\x59\xc6\xc2\x3e\x38\x20\xe9\x93\x97\x91\x78\xab\x65\xcb\xc7\xce\x2c\x69\x35\x59\xed\x00\x2c\xea\xd8\x8f\x04\x0a\x3a\x11\x59\xc5\xd0\x50\x5c\x9d\x1c\x73\x5e\xfe\x64\x2e\x43\xb4\xfb\xbd\xa5\x5d\xde\xdb\xfd\x33\xa6\x1b\x55\x41\x69\xce\xb7\xff\x54\x34\x74\x10\xc2\x6e\xc7\x0e\xc1\x78\x30\xac\x7e\xcf\xa8\x3e\xea\xec\xc7\x93\xe3\xea\x2c\xc9\x04\x44\x1d\xc2\xe5\xe9\xbc\xea\xdc\xa5\x87\xf0\x95\x82\xc9\x6e\xd2\x93\xea\xef\x63\x56\x7a\xc6\x6d\x84\x0e\x56\xa2\x02\x1d\xa3\x9c\xc8\x36\xf1\xa6\x3b\xa0\xde\xcf\x4c\xee\x63\x8f\xd8\xd8\x69\xd0\x49\x8d\x51\xec\x07\x83\x33\xa6\x03\x0e\xb5\xfa\xb6\x5d\xb8\x4b\x28\x34\x4e\xf8\x48\x81\x1d\x66\x35\xa1\x82\x26\xca\x35\xc8\xd4\x54\x48\x5b\x16\x1d\xfc\x27\xb9\xa9\x49\xfa\x33\xd0\xd7\xde\x58\x37\x3f\x03\xc5\x6a\xda\xf9\xb1\xe8\xda\xdb\x12\x42\xed\x61\x4d\xb4\x52\xb5\xc8\x10\xd1\x09\xf6\x3b\x6a\xe9\x38\xe5\x78\x77\x81\xe3\xc5\xbd\x74\x9c\xaa\xdf\xba\x4c\x35\xf6\x54\xcf\xf4\x68\xe1\xef\xdf\x3b\x1d\x70\xc9\xaf\x6c\x66\xcc\x28\xc2\xd4\xcf\xce\x9e\x9d\x33\x97\x7e\xac\x3a\xbb\xd5\x25\xb1\x58\xa2\x4d\x7a\xd6\xf7\x5b\xf7\x9d\xaa\x60\xa0\x3e\x39\x43\xc3\x37\x60\x4e\xfd\x57\xd1\x9f\xae\xa9\xa1\x73\x6b\x36\xc9\x58\x89\xb3\x23\x9c\x6f\x89\x6d\x38\xa4\xab\x34\x9b\x1f\x64\x89\x2e\x5a\x21\x58\x04\x78\x9a\x70\xe7\x13\xf6\x85\x28\x7d\x59\xb6\x9d\xfc\x34\xd2\x72\xb2\xbe\x6a\xf6\x13\x11\xb3\x7a\x7b\x69\x98\xc9\x09\xb0\xd0\x81\xb0\x6d\x2f\xd5\xf5\x9a\xfa\xc2\x34\xbb\xcd\xed\xcf\x5d\xb5\x82\x74\xbe\x2b\x2e\x6f\x7f\xb9\xb0\x4d\xf1\xd1\xa3\x8f\x59\xe8\xda\x2d\x6b\xb0\x26\x20\x14\x8b\x8f\x07\x2d\x97\x74\xfe\xfe\x2f\xb7\xee\xaa\xb7\x36\x6b\x93\xb5\x8c\x0f\x1c\xca\x98\x65\x1d\x95\x33\xfb\x46\xc2\xaf\xad\x5b\xde\x89\x0e\x7c\x72\x1c\x03\x57\x34\x6f\xf6\x57\x24\xea\xb4\xb9\x7d\x47\xb7\x49\x3b\xae\x28\x64\x26\x43\x36\x9d\xb6\x3d\x84\xd5\x1f\x42\xaa\x07\xad\x9c\xd6\x8a\x95\x44\x29\xa7\xac\x33\x43\x35\xaf\xe9\xfa\x6d\x14\xf2\x69\xc7\x02\x3f\x71\xc5\xcd\x25\x11\xd4\xb2\xfd\x22\xd8\xda\xe8\xe6\x62\x49\x64\xc5\x07\x52\xbe\x79\x3a\x4e\x9f\xa1\x3d\x29\xed\x6e\x96\x9c\xe0\x28\x67\x88\x56\x2a\xd2\x90\x2e\x3d\xc2\x2c\x2d\xd1\xe5\x09\xbd\x0d\x6b\x0b\xa2\x85\x70\xb1\x24\x2a\xbc\xe8\xcd\x6b\xdb\x8c\x8e\x64\xf1\x47\xba\xde\x70\x9b\x43\x1a\x56\xb2\x43\x32\xd1\x74\xb5\x81\x70\x34\xaa\x4a\xbc\xca\x9e\x9a\x43\xad\xf9\xa8\x6a\x4f\x87\x6d\x6f\x5d\x39\x78\xe3\x4a\xb2\xa6\x5c\x81\xe6\x5a\x4e\x11\x8e\x50\x69\xe7\xa4\x4e\x55\xd7\x76\x0d\xbd\xa8\xef\x90\xd6\xa1\xc9\xfb\xc1\x6e\x82\x3e\x35\xd9\xfd\x15\x2a\x55\x6e\x96\x20\x35\x2c\x50\x5c\xd1\x54\x74\x91\xa5\xd1\x32\xb9\xee\x21\x36\xd1\x0f\xd4\x48\xc4\x4f\x1e\x43\xe4\x5a\x57\xb6\xeb\x85\x67\x02\xb7\x06\x4a\x5c\x35\xa0\xab\xb8\x25\x74\xa0\x83\x65\x50\xc9\xd6\x2b\xd9\x46\xbd\xd0\xbe\x84\xb8\x9a\x75\x93\xb1\x66\x36\x69\x99\xd8\x20\xba\x23\x6c\xaf\xf6\xe8\x44\x74\x6e\xa7\xda\x0e\x57\xe2\xbe\x96\xfd\x35\x13\x85\x45\xa6\xd7\x34\x9b\x4c\x2c\xf7\x46\x72\x6c\x76\xfb\x86\xc8\x64\x2e\x54\x97\x2a\x4b\x73\x11\x26\x59\x13\x3f\x0b\x69\x4b\x26\x97\x02\x1b\x26\x5c\xb0\x9d\x40\x3f\x2a\xd2\xf7\xed\x5f\xeb\x1e\x44\x01\x7c\x38\x9d\xcc\x26\xac\xb4\xa8\x35\xe3\x84\x49\x7e\x78\x02\x7a\x82\x1b\x83\x99\x9f\x76\xc7\xec\x7d\x0a\xc3\x47\xcb\xcf\x1f\xe6\x89\xd7\xf6\x26\x95\x52\x94\x27\x73\x76\xbd\xab\x20\x30\x0b\x3a\x56\x2c\xc7\x33\x17\xec\xaf\xa3\x2f\x58\xd2\x23\x19\x18\x52\x07\x43\xdd\x84\xf6\xd8\x82\x19\x6f\x84\xd8\x46\xd6\xc2\x41\xb1\x61\xe5\x9b\xdb\x6d\xb8\x2b\x20\x39\xb0\x10\x66\x0f\x27\xee\xeb\x6f\xa1\xe9\x8a\xba\x59\xc8\x87\x5e\x01\x71\x38\x54\x26\x5e\x18\x92\x54\x77\xa2\x23\x20\xc2\xde\xd3\x21\x02\xe6\xc5\xc8\x0f\x1e\x48\x94\x0c\x24\x62\xd3\x29\x82\xa4\xa7\x18\xa3\x95\x1b\xed\x57\xcf\xda\xf6\x6a\x33\xb1\x6f\x56\x35\x5d\x84\x38\x33\x74\x39\x36\xee\xc2\x76\xb7\xbf\x3c\xaa\x4d\x50\xdd\xcd\x7c\x8f\x60\x97\x61\xda\x1f\x76\x78\x61\xde\x82\x15\xea\xc7\x74\xc6\xf7\x25\x36\x03\x23\xbd\x70\x87\xa3\x2e\xb0\x99\x06\x13\x83\xca\x63\x68\xed\x0b\x33\x34\xef\x33\x47\xee\xf7\x7d\x26\x98\x22\x55\xcc\x14\xe8\x7b\xb0\x0a\xd2\x39\x2e\x20\x67\xc4\xf2\x44\xb7\xf2\x7a\xd7\xb8\xa8\xa6\xcd\x3a\xa6\x23\x70\xfb\x97\x47\x35\x44\x65\xfa\xb0\x6d\x2b\xda\x2b\x5b\xb3\x36\xb8\x28\xaf\x02\xbd\x20\xda\x6b\x58\xc6\x64\x9b\xea\x65\x76\x04\x3b\xb3\x11\x6d\x1a\x1d\xd6\xaa\x19\x1e\x42\xe2\xf8\x30\x56\x68\x15\x2e\x4d\xb3\xb6\x0b\xd5\xea\x33\x4b\x08\xa2\x02\xde\x57\x95\xf4\x84\x31\xaf\xc7\x87\x55\x26\x54\x11\xc5\xfd\xa0\x66\x52\xaf\x99\x72\x8d\xf8\x63\x4b\xec\x43\xdb\x40\xcd\xb9\xea\x68\xa6\x3b\x56\x34\x6d\x12\x47\x85\xca\x8e\x74\x20\x2c\x13\x56\xfd\x0d\x0b\x82\x15\xaf\xda\xe9\xed\x5f\x97\xb0\xc1\x41\xcc\xae\xeb\xf6\xda\x76\xc4\xe4\xe2\xdc\x12\x8b\xc6\xbe\x37\x34\x02\xa2\x76\xf3\x97\xa6\x83\xde\xdb\x83\x41\xcf\xc6\x60\x4d\xc9\x6e\x0d\x20\xcf\x33\xbe\x13\xc0\xb2\x77\x57\x54\xc3\xdf\x29\xc9\x45\xfb\xf0\x81\x7b\x38\xe0\xb6\xfd\x9d\x14\x1b\xd8\x9a\x9e\x30\xd0\x88\x38\xc4\x43\x2a\x99\xdd\xc6\xaa\x13\xf7\x4f\x82\x6a\xc5\xfe\x42\xac\xb4\xdd\x9a\x92\x8d\x2e\xdc\x32\xcb\x02\xed\xa8\xdb\x99\xba\x77\x88\xab\x09\x2d\x95\x77\x47\x39\x55\x57\x94\xa1\xf6\x59\x29\x90\x9b\x1f\x81\x4a\x38\xb5\xc2\xb2\x6e\x67\xce\x72\xb3\x13\xf7\xac\x4a\x8c\xe9\x62\xc2\x24\x72\x37\x8f\xe6\x4c\xc7\xa7\xc9\xcd\x87\x1a\xb0\xd2\x92\x40\x0f\xd9\x48\xe4\x7a\x95\xc2\x09\xdb\xf3\xef\xaa\x12\xe3\xdc\x82\x87\x5c\x2d\xf2\x21\xfa\x55\x6a\xc3\xd8\xc5\x42\x00\x7f\x9a\x8c\x77\x53\x5e\x1b\x98\xe2\x76\x60\xaa\x76\xac\xd5\x67\x3c\x7b\xa3\x8b\xa9\xd9\x2f\xa4\xc9\x4c\x70\x9d\xad\x0d\x5b\x44\x71\xc0\xfe\x49\xa8\xcb\x41\x61\x23\x78\x4b\xd8\x57\x58\xba\x3e\xae\xed\xb2\xb8\xb0\x10\xf7\x0d\x1d\xe9\xab\xdb\x9f\x5d\xa2\x48\xba\x80\x67\x4e\xd4\xf8\x1f\x89\x22\xa3\x1d\xfa\x9a\xc1\x32\xc6\x76\xa6\x17\x30\x91\x45\xe9\x61\xb7\x2d\xa1\xa1\xf3\x48\x38\xec\xc5\x7e\x83\x05\xf7\x6b\x96\x83\x04\x6d\xed\x09\x1f\x1c\xf1\x31\x62\x9e\xc7\x68\xdd\x52\x14\x14\x04\x07\x9a\x3f\x0b\x87\x2f\xb8\x90\x8d\x74\xaf\x22\xd5\x61\x7b\x0f\x40\xbd\x9e\xe4\xfc\x92\xa8\x89\x94\x15\xd7\x15\xac\x6d\x17\x17\xc4\x02\x15\xfd\x25\xfd\x36\x37\xc5\x65\x7b\x5d\x90\x3c\xf0\xda\x31\x6a\x61\x5f\x69\x45\x75\xa9\xea\x18\xd1\x40\xd1\xa6\xdc\xb1\x39\x05\x7f\x40\x88\x9c\xf0\x4d\xb2\x72\x41\xe6\x84\x22\x9a\x52\x0f\x85\x4e\x1c\x71\x31\xcf\x75\xba\x8a\x97\x9f\xb5\xa6\x1d\x7a\x02\x98\x62\xb9\x73\x2b\x03\x19\x22\x9a\x20\x57\x97\x6d\xeb\x54\x5b\x2a\x1d\x3f\x65\x55\xb7\xf1\x8a\x91\xc2\x43\xea\x92\x78\x3a\x16\x16\x6d\x35\xd0\xc7\x5b\x1d\x30\x6a\x88\x49\xd2\x8f\x8f\x8f\xfc\xa2\xda\xc0\x9d\xf0\x24\x78\xc5\x78\x25\x5b\x2a\x7b\x30\xcc\x66\x06\x59\x7c\x30\xc7\x68\xa7\x39\x66\x9d\x88\xa7\xa2\x34\x71\x07\x6f\x00\xd9\x0b\x62\xa4\xbd\xfd\xe5\xca\xd6\x07\x09\x45\xba\x14\xcc\xdc\xbe\xa3\x2b\x63\x36\x98\x51\xd8\x63\x7a\xf7\x0e\xe6\xa4\xdd\x64\x7b\xce\x0c\xf6\x5c\xd8\x4a\x81\xe2\xbc\xdc\x95\xa6\x81\x89\x88\xc9\x21\x53\x9f\xb6\x2e\x87\x56\x78\xc6\xa5\xb8\xfd\x85\x12\x56\x56\x07\xb7\x46\x28\x02\x16\x59\xb9\x28\x07\x8a\x63\x7b\x5d\x78\xbd\x41\x22\x51\x45\x86\xfd\x50\xb9\x53\x1e\xf4\x84\xb5\x68\x36\x1a\x74\x40\x84\xaf\x2a\xf0\x46\xce\x4b\x3e\xe7\xe2\x7b\xd5\xe1\x95\xaa\x76\xf5\x16\x50\x00\x05\xfd\x0b\x4d\x85\xb1\xc3\xc2\x8c\x8b\x32\x8c\x4b\x3d\x2e\xd4\xb1\x51\x61\xa2\x6f\xa3\xcd\xa0\xbd\xae\x44\xe4\xa2\x69\x2a\x29\x6a\x6a\x62\x3d\xa8\x81\x2d\x4d\x7a\x44\x21\x13\xc2\x08\xdb\xa6\x65\x1e\x98\xa8\xbe\xa7\x80\xf4\x11\xe2\x29\xf1\x2e\xa6\xbb\x99\x9f\xfa\x86\xc2\x27\x55\xcc\x3e\x51\xa5\x14\xcd\xb5\x8d\xdd\xf9\x4b\x20\x00\xf1\x55\x10\x47\x4c\x3f\x41\x12\x95\x94\x3f\xd1\xdf\xc3\x72\x99\x1a\x97\x12\x61\x01\x25\x52\x61\xcf\x94\x25\x5d\xc1\x4e\x28\x12\xcb\x00\x56\xe9\x4f\xa9\x62\x14\x93\xdc\x02\x7e\x29\x39\x39\x2a\x9e\x30\x7d\x22\xda\xd5\xf4\x05\xdb\x0a\x84\x38\x7d\x3d\xea\xdb\x6f\x00\x1d\x23\x4c\x3d\x90\x40\x0b\x99\x58\x59\x68\x39\x6e\x81\x9b\x0f\x60\xab\x2d\x79\x6f\xca\x84\x0f\xcb\x8a\xaf\x99\x4e\xd5\xeb\x53\x9a\x2e\xd4\x18\x42\x8f\xca\x16\x99\xfe\x1e\x7a\xec\xbf\x41\x67\x9f\x29\xaa\x73\x9d\xfd\x91\xd7\xd9\x7b\xdf\xec\x12\x7b\x18\x32\xd9\x94\xea\xfe\xc0\xeb\xee\x1b\x65\x79\xc1\x24\x07\x93\x7a\x36\x9c\x59\x3a\x99\x40\x5d\x68\xb7\x8e\x11\xa3\x98\x66\xea\xa2\x18\x19\xdd\x68\xe1\x88\x04\xfe\x25\x1e\x92\x94\x93\x41\x9f\x10\xb0\x22\x6a\x59\x1a\x12\xbe\x87\xb7\x15\x73\xde\x4a\x69\xeb\xca\x89\xed\x74\x15\x9a\x08\xaa\x67\x66\x4c\x37\x5e\xa8\x63\xd5\x33\xdc\x85\x40\x99\x88\x6b\xa8\x1c\xb3\x0d\x5a\x2f\x4a\xbf\x5e\x19\x0f\xcd\x10\x91\x3e\xf5\x7a\xd3\xbb\xe9\x4b\x98\x38\x9a\xf5\x57\x89\x15\xc7\xc0\x71\xfe\xeb\x2f\x3f\xd1\x12\x75\x35\xc2\x29\x05\x52\x89\x07\x35\xba\x96\xa6\xb8\xec\xec\xc5\xfc\xc3\x07\xee\xc3\xaf\xd6\xb6\x33\x5d\x32\xe6\x2f\x3f\x31\x5f\xb1\x4e\xa2\xad\x77\x3a\xeb\x0c\x7e\xeb\xdd\x83\x31\x23\xc8\x13\x98\x98\xd6\x9b\xc5\x2d\x9c\xe3\xed\x28\xaa\x55\x15\xe7\x89\x26\xe6\xbb\x4d\x10\x33\x95\xc7\xe6\x36\x69\xb1\xac\x7a\x16\xb1\xca\xee\xf6\xaf\xa5\xe8\x82\xd4\xcc\xb2\x21\x42\xd4\xce\x62\x83\xcc\x71\x84\x06\x99\x10\x0d\x9b\xe5\xda\x2c\x91\x0c\x7b\x00\x2b\x4c\x6d\xf9\x76\x82\x36\xe9\x48\x16\x1c\xdf\xd5\x98\xcd\x1c\x08\x0f\x26\x6c\x90\x84\xce\x83\x42\x0f\x7b\x65\x96\x3b\xdb\x90\x19\xe9\xff\x20\xd0\x39\x51\x0e\x28\x95\xf3\xd3\x0a\x74\x0e\xfb\xe9\xbf\xd9\x9b\x84\xd0\x0d\x41\xc6\xa4\x0e\x75\x08\x22\xa3\x71\x86\xff\x14\x3a\x67\x78\xdc\xb4\xf0\x44\xee\xde\x9b\xc6\x8d\xba\x0d\x27\x52\x7b\x7b\x1f\x32\x47\x13\x3a\x8c\xe7\x13\xf2\x18\xab\x69\x78\xfd\x6e\xff\x17\x54\x30\xf0\xeb\x78\xab\x97\x8d\x65\x63\xc2\x22\x88\x65\xc7\x6a\xc5\x31\x41\x3c\x83\xcd\x8a\x5d\xef\x78\x3d\x7a\x70\x23\x12\xd6\xc2\xe2\xaf\x49\xf5\xc4\xff\x99\x98\x1a\xb8\x34\xf5\xed\x6b\xda\x82\x09\x2c\xf3\xa9\xfc\xb5\xa8\x20\x27\xf3\x45\x50\x60\x5c\xa8\x63\x6e\x5c\x4a\x3a\x44\xca\x49\x08\x47\x26\xef\x14\x87\xe1\xe4\x07\x6b\xf7\x1d\x14\x43\xea\x3a\xa9\x9b\x92\x06\x11\x28\xea\x6a\xad\x74\xf9\x2e\xe2\xb0\x6b\x96\x24\x65\x42\xbd\x74\x45\x37\xe8\x8e\x59\x62\xf9\x96\x6c\x50\xd1\x85\xc8\x88\xbc\x01\x5a\xc1\x4b\x93\xd2\x46\xd9\x1a\x0b\x46\x47\x32\xcd\x73\xfc\x66\x06\xe2\x50\x68\xf5\xa9\xa8\x86\xbc\x6f\xb5\xfa\x0b\x84\x6a\xfe\xf6\xe2\x7a\x8a\x73\xa7\xe8\x96\xa6\xb0\xcb\xf8\xc0\xf8\x06\x4a\xda\xbb\xa6\x2f\x88\xbd\xa7\x5d\x24\xcb\x00\x0f\x57\x1e\x0f\xcb\x0c\xac\xf0\x3a\x3c\x7d\x0e\xde\x22\x74\x26\x6d\x9e\xb2\x2d\x9f\x10\xd7\xf4\xea\x7a\xa8\x0b\x9a\xb9\x6c\xa9\xbd\x98\x0d\x82\x91\x22\xfb\x1d\x91\xb9\x7c\xeb\xb8\xc3\xe4\xd2\x89\x4d\x96\x09\xae\xad\x93\xb0\x14\xe9\x1c\xb4\x59\x7a\x5e\xb3\xa4\x94\x1d\xff\xe2\x28\xd3\xe2\xf2\x76\xd8\x7a\x73\x63\x33\xd5\x88\x6a\xe3\xd4\x3c\x5f\xa4\xee\x6f\xc4\x3e\x62\x9e\xa2\xcb\x89\xaa\x9b\x48\x63\x64\xfc\x4f\x45\xcd\xc4\xa1\x2b\x61\x95\x23\xa9\x39\x55\x11\x80\xd6\x98\x91\xce\x13\x4d\x08\xcf\x64\xad\x31\xf5\xf1\x92\x44\x58\x3b\x6e\xe6\x57\x69\x51\x7b\x51\x24\xca\x82\xbb\x28\x51\x3a\xa7\xb0\xc7\x4f\x27\x7b\x0d\x34\x49\x7a\x1e\xd0\x24\xea\xa3\x79\xd8\x17\xe2\x40\x81\x4e\x44\xa0\x51\x92\x18\x07\x03\xa3\xc9\xb5\xad\xc5\x6d\x5a\x7b\xf7\x3e\x03\x5e\x55\x91\x38\x0d\x28\x84\x8a\xc1\x87\xa9\x62\xa0\x14\x68\x5a\xab\xb0\x01\x59\x69\x63\x1a\xac\x17\x2f\x1a\x74\x0a\xfe\x96\x67\x57\xb7\xd3\x93\x27\x4f\x5f\xdd\xfe\x63\xbc\xe0\xa1\x17\x22\xac\xb3\x76\xe1\x83\xe8\x0c\x38\x18\x58\x74\x09\xc4\x10\x55\x73\x90\xc3\xa8\xaf\x62\x28\x4f\x22\x96\x06\x80\x91\x88\x29\x25\xe1\xfd\x26\xb3\x29\x27\xa6\x20\xc4\x4a\xf8\x1b\x2f\xba\x7f\xcd\x7a\x26\xe8\xdf\x7e\x24\x29\x8e\x95\xf2\x84\xff\x36\x31\x27\x85\xe3\x37\x11\x0d\x91\x06\x5d\x00\xcc\x89\x31\x3e\x75\xb6\x5a\xb6\x44\x57\xd8\xc8\xb5\x85\xc7\x6b\x03\x5d\xe7\x86\xd6\xbd\xab\xde\x22\x7c\x11\x32\x40\xc0\xec\xed\x5f\x1b\x18\x29\x03\x52\x67\xf0\xb1\x72\xec\x95\x4c\x17\xcd\xf7\xfa\x27\xee\x18\x2d\xc0\x77\xdf\x3f\xfb\x1e\x88\x69\x30\x33\xb3\x7c\xe9\xb6\x44\xbd\x56\x74\x75\xb8\xf9\x87\xbb\x0a\x76\xf7\x02\xde\x65\x1f\x7e\x05\xf1\xe6\x8a\x48\x00\xf5\x47\x20\x5f\xa5\x6d\x22\x98\xcd\x37\xfc\xd1\x91\xa8\x4b\xe8\x2c\xf0\x51\xba\x32\xf5\x2e\x57\x9e\xe0\xe8\xa0\x86\xfb\x98\x75\x82\xaf\x45\x0d\xcd\x61\x70\x43\xb4\x71\x31\x7b\xdb\x6b\x94\x9c\x7e\x1a\x4d\x27\x68\x0f\x89\x61\x64\x91\x5f\x65\xd5\x4e\x9c\x83\x03\x26\xc4\x65\x28\x9f\xf2\xb2\xba\xd8\xa9\xe6\x93\x97\x49\xa9\x01\xe2\x44\x43\xe4\x15\x7d\x46\x14\x64\x88\x80\x0c\x5f\xfc\x00\xce\x68\x1f\x81\x27\xb0\x5e\xa7\xe1\x8a\xd9\xba\xea\xab\x75\xd3\x76\x50\x83\x55\x74\xc9\x3b\x3b\x7f\x81\x7f\xe9\xd2\x0b\x5f\xc6\xf5\xa1\xcf\x88\xc1\x42\x75\xa8\xd0\x59\x53\xb2\x6f\x55\x65\x1e\x6d\xac\xff\x9d\xd5\x27\xdc\x16\xf2\xb9\xf0\x41\x9c\x6c\xf2\x68\x17\x24\xa4\xf6\xf3\xe7\xf4\x9f\x0a\x6a\x0b\xa5\x72\x31\xe0\x8d\xd6\xa7\xbf\xa4\x13\x81\x36\x68\xc1\xa1\x6f\x73\xec\x71\x1e\x9b\x51\x97\x3a\x5e\x2b\xf1\xa5\xcb\x97\x4a\xdd\xcc\x55\xbf\x3e\x7f\x05\x9d\xba\xaa\x6e\x7d\xe8\x24\x8d\x82\xd6\x84\x36\x04\x8d\x44\xfe\x10\xc1\x47\x5c\x04\x8b\x8f\x20\x5c\x7d\xfc\xab\xaa\xe6\x6c\xed\xfe\x7d\xd5\xcd\x69\xd7\x33\x89\x5d\x84\x66\x6b\xd7\x5f\xa6\x2e\x69\x87\xb9\x9f\x84\x86\x81\xa6\x41\x75\x36\x0b\x07\x4d\x01\xb2\xe3\x99\xcd\x54\x35\x18\x9b\xfc\x84\xe2\x68\x16\x4b\x3a\x61\x74\x3e\xad\xe0\x31\x9c\x4f\xdf\x2e\x2f\x19\x77\x38\x5c\x33\x85\x98\x21\xe8\x86\x08\xa5\xa8\x15\x72\xfb\xf2\x11\x8a\xf6\x40\xca\x49\xe1\x28\x9e\x88\xfd\x4d\x08\xe5\x09\xd1\x3b\x67\x9f\x7c\xfb\xfc\x1c\x92\xd9\x6e\x13\x43\xe2\xd2\xb0\x2e\x89\x9f\x98\xc5\x6e\xbc\xe1\x91\xbf\xe7\x01\x67\xfc\x29\x78\xf4\xb6\x07\xa9\xb5\x26\xf5\x30\xa2\xbe\xb2\xb8\x31\xa1\x1c\xb4\x5c\x4c\x4e\xf4\xcc\xfb\x1b\x2d\xa1\x34\x0b\x3a\x05\x17\xf3\x01\x67\xa2\x5e\xf9\x17\x1a\xaa\x3b\xa4\x20\xe0\x6d\x21\xa1\x51\xb7\xc4\xfa\xf0\x7d\xb6\xbd\x59\x40\x31\x4c\x57\x18\x38\x22\xfa\x42\x07\xf9\x35\xdd\xf7\x0b\x14\xe9\x57\x1f\xbd\x70\xfb\x8e\xce\x16\xda\x0d\x86\x33\x76\xac\xe3\x66\x2a\x5b\x0a\x74\xce\x7b\xa1\x41\xac\x84\x8f\x9f\x1c\x88\xd2\x2a\xb3\xfb\x60\xaa\xaf\x0b\xdc\x06\xec\x3e\x44\x12\xb1\x18\xc2\xe6\x1f\x2e\x96\x44\xc0\x5e\x7f\x98\x48\xc8\x1c\xbf\x0e\x71\xf8\x03\xf0\xdf\xd7\xec\x8e\xf1\xc4\x56\x6f\xc4\x95\xf3\x64\x89\xb3\xc8\xe1\xe4\xe2\x10\x1e\x7e\xef\xe0\x50\x8d\x80\x73\x30\x28\xaa\x62\xa9\x60\x0b\xe0\xcf\xdf\x84\x9f\x1c\xf4\x0c\x4a\xce\x67\x47\x29\xad\x97\x88\x32\x8a\x4b\xf4\x8f\xd0\x05\x1b\x95\x9d\x7f\x0b\xf1\xff\xd5\xed\xbb\x6d\x55\x86\x79\x83\x7e\x29\x2d\xaa\x45\x75\x34\x3c\x30\x99\x13\x30\x93\x6b\xc2\x09\xdc\xff\x95\x7a\x79\xd5\x76\xb6\x90\x0d\x44\x1b\x0e\x8a\xb2\x3e\x58\x00\xf6\x1a\xf8\x24\x61\x83\x49\x8f\xa7\xf4\x7b\xb4\x05\x64\x03\x22\xc4\x62\xb2\x8d\xfb\xf7\x12\xba\x48\xec\x7a\x67\xed\xfc\xf6\x1f\xbb\x2b\xbe\x1c\xd4\x24\x89\x90\xf9\xde\xac\x1d\xc3\xb8\xe2\xff\x2f\xce\x0d\xc2\x1a\xa4\xd4\xea\x67\xd8\x31\x09\x44\x8a\xc6\x71\xcf\x88\x97\xa6\x0f\xf4\xdf\xe2\x95\x46\x4d\x43\x3e\x5d\x5a\xe8\x5c\x7b\x70\xea\x3d\xc0\x36\x20\xf0\x3d\x21\xd2\xb1\xd5\x4f\x1c\xc1\x37\x44\x08\x11\xde\xcd\xff\xe2\x7e\xa9\xad\x21\xae\x76\xfe\x82\xd5\xd7\xec\x50\x47\x9f\xd9\x16\xd3\x19\x44\xfe\xef\xf4\x17\xad\x05\x47\x4d\x3f\xa3\x7f\x81\x0d\x18\xb1\xb8\x80\x5d\xbe\x01\xfb\x3d\x98\xa8\x00\xcf\xac\x16\x9f\x8e\x17\xf4\x9f\x84\xf3\x62\xf5\xb9\xf4\x3f\x1b\x8d\xc7\x17\x0c\x63\xb7\x8b\xd5\x10\xe2\x02\xc2\xe4\x63\xd8\x39\xba\xf8\x11\x54\xba\xed\xe6\x4c\x9c\xe3\x57\x62\xc2\x1c\x4c\x11\x2f\xe9\x2e\xc6\x49\x89\x25\xe0\xa2\xe7\x4f\x4c\x6f\xe2\x27\xf1\xca\x7f\xc9\x42\x32\x31\x84\x88\xf6\xf6\x45\xb4\xc9\x7c\x11\xa4\xa7\xc4\xb5\x1d\x49\x12\x58\xa0\xda\x86\x80\xf1\x58\x32\x1b\x2f\x4d\x52\xd8\x80\xc5\xa0\x72\xba\xdc\x37\x85\x55\x90\x0c\x62\x45\x4b\xd4\x2d\xb4\x91\x17\xd5\x66\x8b\x19\x27\xe5\x61\x9d\x89\xfe\xeb\x5f\xc3\x1e\x22\x08\x7a\xd9\x60\x37\x4c\x74\x11\xa1\x26\x7a\x21\xe1\xa0\x49\x20\x64\x47\x15\x34\xa8\x8e\x77\x4c\xd6\x58\xeb\xe0\x01\x3c\x84\x25\xbe\xf0\x52\x62\xc2\x13\x60\xba\xe0\x90\x15\x02\xde\x8f\xb0\xe4\x38\xce\xdf\x31\x31\xb6\x00\x37\x31\x34\xa8\x5e\x7c\x31\x5f\xf9\xa6\xef\xaa\xe5\xee\xf6\x97\x32\x22\x52\xe8\xc4\xfc\x8c\xc3\x50\xd2\xda\x8a\x7d\x36\xc3\x4c\xa1\x5f\xca\x17\xc4\x20\xad\xec\x20\xbc\xc3\x83\x73\x62\x81\xac\x1f\xbf\xa4\x79\x6f\x8c\xc2\xde\x2c\xe7\x0f\x4a\x45\x5c\xac\x06\x9c\xf9\xb2\x11\xa2\xe8\x40\xc1\x8b\x5f\x1a\x7d\x3a\x1c\x64\x5a\x4a\xec\xcf\x42\x38\xbc\x40\x72\xfd\x28\x85\xf3\x13\x05\xdf\xb0\xee\x60\xad\xf6\x16\x8f\x9a\x97\xbd\x94\x34\x3d\xaa\x1b\x56\xe6\xd0\x2f\xca\x14\xc8\xba\x22\x90\xa4\x75\x6c\x53\x59\x45\x7f\x59\xe4\x55\x02\x9f\x35\x55\x30\x43\xdc\x8f\x92\xcd\x10\x90\xbe\x8d\xf4\x73\xaa\x86\xd3\xe4\x24\x74\x79\x93\x54\x9d\x0c\xd6\x41\xb8\x00\xa3\x30\x59\x4f\x96\xbb\x5c\x2c\x6f\xb8\x1a\x6e\x1d\x09\x2a\xec\xee\xa8\x04\x2a\x4b\xc8\x42\x80\x20\x2a\xbd\x84\xee\x8a\x70\x07\xa7\xfc\xc9\x4a\x8e\x7d\x9e\xbb\xd2\x36\x66\x12\x19\x28\x9f\x81\x81\x77\xbd\x50\x27\x0e\x2f\x99\x84\xc2\x06\xf6\x50\x86\xc9\xdb\x34\x9c\xe8\x2b\x45\xcd\x20\xd0\xaa\xc1\x94\x08\xc3\x68\x8d\x9f\xae\x8e\x4b\x25\xd4\x66\xad\xe6\x6f\xaa\x4e\x57\x60\x0f\xa2\x0b\x7d\x36\x77\xbe\xe2\xe0\xcb\xbb\xbb\x0b\x15\xb8\xbf\x89\x1a\x38\x7e\xbc\x54\x73\xf9\xab\x78\xf0\xc3\xa7\x3f\x3a\x84\xd1\x46\x0b\xc2\x0f\x9f\xfd\x48\x2c\xd2\x83\x1f\x3e\xff\xd1\x81\x45\x1a\xd7\x5d\x5c\x98\xd7\x76\x2e\xa7\x57\x1b\xc0\x62\x73\xc5\x00\xbd\xed\xec\x55\xd5\xee\x5c\xc8\x38\x84\x10\x52\x62\x20\x52\xc2\xf3\xa6\xa7\x2b\x5d\x8c\x4e\x3e\xe0\x74\x40\x28\x58\xe7\x31\x45\x27\x4a\x2d\x53\x3a\x11\x1b\xdd\x6d\x16\x8a\x05\x07\x3a\x22\x38\x10\x6f\xaa\xd8\x82\x00\x40\xa4\xe9\xe7\x3f\x05\x34\x01\x07\x55\x09\x0c\xd0\x94\x3c\xbb\xf8\x77\xf2\xeb\x2b\x9e\x1d\xf0\xf1\x53\xec\xab\x0d\x16\x07\xa5\x04\xd1\x0a\x02\x79\x65\xc7\xac\x7e\x46\xdd\x24\xa5\xca\x37\x18\x74\x37\x28\xd2\x41\x29\xc8\x91\x0c\x0a\x01\xe1\x17\x39\x74\x67\x19\x35\x02\xf6\xca\x9a\x65\x57\x8d\x0a\xf3\xb6\x14\x88\x5d\x8d\xa5\xd5\x21\xa9\xf6\xfb\xe6\x68\x54\x2e\xb8\x06\x9a\x14\xd3\xb0\xea\xfc\x46\x3c\xc9\xa0\xb4\x19\xea\x50\x36\xce\x6f\x6f\x47\x78\x10\xe2\x4d\x2f\xb4\xa5\x0b\xd6\x79\xb3\x36\x9a\x0e\x08\x43\x89\x2d\xd8\x28\xaf\xf4\x5b\x7b\x20\x3e\x17\x09\xa5\x9e\x6f\x84\x45\xd2\xaf\x1c\x62\x36\x1f\x78\xfc\xfb\x6d\xca\xba\xb1\xd3\xd4\xa3\x34\x94\xf9\x48\x2e\x92\x06\x48\xe2\x22\xf2\x9f\x06\x6e\x41\xfe\x43\x84\xd1\x46\xf8\xc1\xb4\x4a\xd5\x2c\x7c\x34\x01\x0b\x0e\x2c\x3d\xc1\x23\xb2\x82\xd1\xbd\xe3\x64\x21\xac\xdc\x43\x54\xad\x99\x15\x13\xf1\x78\x99\x3d\xf0\x1b\x0e\xdc\xad\x5b\x3a\x5f\x21\x18\x8b\x97\x39\x3b\xde\xb6\xac\xfa\xf9\xd3\xb2\xca\x96\x7f\xe8\xbf\xe3\x87\x69\xae\x46\x7c\x84\xdc\xbd\x7d\x16\xab\x31\x62\x26\x04\x68\xd5\xd6\x2d\xd2\xb1\x74\x77\xc2\x40\x31\x4a\x27\xd8\x8e\x58\x46\x01\x88\xa7\x80\x0f\x7a\x34\x7a\x0e\xf9\x31\x01\x9f\x9a\x9e\x94\xa8\x1f\x5b\x50\xb8\x67\x85\x59\x58\x4c\x70\x90\xd9\x33\xe6\xe8\xf0\x80\xb6\xdc\xfb\x01\xab\xbe\x56\xbd\x4a\x33\x6e\x05\x4a\xae\xbe\xea\x8c\xe8\x6f\x63\x9a\x86\x38\x57\xf6\xb8\xad\xd9\x6d\xa5\x82\x44\x0a\x56\x04\x97\xe8\xac\xf8\xfd\x8e\xe3\x7f\xbc\x6d\xd6\x6b\x75\xa7\x87\x10\x8d\x4f\xa1\x6f\x76\x2f\x10\xd7\xda\x91\x31\x54\xc5\x2f\x1c\x48\xda\x4f\x44\x3e\x58\x13\xca\x22\x0c\xf6\x17\xf5\xab\xae\x40\x6e\x0f\xa4\xcc\x39\x80\x97\xf0\x65\xed\x58\x18\xf4\x1a\x08\x17\x33\x60\x69\x9e\x03\x88\x7a\x2c\xed\xbb\xd8\xfc\x6c\xd8\xfe\x92\x04\xb9\x39\xfe\x33\xea\x58\xfe\x9d\xaf\xb4\x4f\x5f\xae\x57\xa8\x0a\xad\xdf\xf0\x2f\x49\x47\x74\xe9\x41\x88\xcc\x77\xd6\xed\x6a\xba\x50\x8e\xa1\x40\xb7\x0d\xe7\xc7\x13\xe5\x9b\x07\x21\x0a\x44\xac\x0c\xab\x3d\xa4\xa3\xf3\x4b\xb8\xbe\x32\x23\xc2\x65\x62\x17\xe1\xb2\x62\x69\x57\x06\xe9\x9f\x30\x50\xd6\x3e\x5e\x5a\x53\x16\x5e\xfe\xe5\x0c\x17\xf6\xca\x36\xa1\x79\x78\x4a\xa7\x09\xc2\xe6\x3f\x85\xd6\x4d\x0d\x3d\xe8\x0d\xcc\xa7\x3b\xb6\xd4\x30\x00\xf5\xd0\x5f\xc3\x94\xd2\x53\x7b\xb4\x71\xae\x5b\x55\x86\xb8\x2f\xd2\x8b\x9e\xc8\xe0\x27\xdc\xc3\x27\xb8\xed\x4b\x25\x89\x7f\xc7\x3f\x94\x30\x2a\x16\x45\x72\x90\x1c\x78\x45\x2a\x75\x7b\x08\x3e\xf7\xb2\xac\xb0\x02\xc1\xa6\x43\xbb\x8f\xba\x64\x06\xa1\xf4\xb2\xab\x90\xe7\x2f\x11\x54\xe7\xe9\x2f\xff\x5d\x54\x88\x62\xf3\xdf\x3f\x0f\xdf\x7d\xf3\xdc\x94\xde\xf9\xd2\x8b\x7c\xf9\xdb\x5a\xa7\xda\xff\xe1\xc7\xb0\x47\x49\xf2\x58\x78\xa2\xca\xa7\xf8\x48\x7f\x28\xc3\x99\x42\x0d\x44\xf6\x58\xc4\x1a\x65\xec\x23\xeb\xfd\x29\x4b\x5f\xac\x77\x33\xed\x11\x1e\xfb\xfc\x94\xd5\x0e\x85\x7c\x56\x73\x5c\xba\x86\xd0\x36\xda\x0e\xda\x5d\xc5\x24\xdb\xa6\xd8\xe0\x96\xa3\x85\xd8\xbd\x2e\xe9\x07\xbb\x45\x0b\xce\x47\x8d\x06\x23\x9b\xe2\x6f\x60\xf7\x97\x16\x88\x67\x35\x74\x24\xd8\x0e\x09\xcd\x40\xb0\x71\x4c\x37\x25\x90\x45\xb9\x63\xb7\x50\x4f\x54\x50\x89\xf5\x88\x89\xa7\x56\x3c\xaf\xa6\x59\xb0\xbe\x9e\x87\x21\x2b\xfa\xdf\xdb\x1d\x5b\x94\xfd\xa4\x39\xe1\xca\x60\xe6\x45\x3b\x81\xa9\xb4\x55\x56\x7d\x4f\x37\xfc\xb0\xbf\xbb\x69\x7f\x2a\x7b\x3e\x5b\xa6\x13\x0f\x27\x22\x43\xbd\x0b\xe7\xc9\xab\x41\xf6\xf7\xe8\x15\x95\xb2\xb8\x68\x4f\xd5\x71\x50\x96\x01\x41\x6d\x0d\x2c\x11\x7d\xbb\xa2\x03\xdc\xe7\x4b\x99\x9f\x72\x5e\xd6\xc1\x69\x4b\x55\x5a\x51\xe5\xa2\xda\x8c\xa4\x68\x2c\x67\x67\xda\xb0\x7d\xc2\xf6\x10\xa2\x14\x5e\xb5\x6c\x39\xb8\x25\xed\xba\x5d\xd0\x7a\x2f\x58\xba\x39\xe3\x08\x11\xf3\x76\x3c\x82\xc8\x9f\x0e\x1b\x0e\x3c\x70\x3e\x1d\xba\x89\x96\x20\x86\x88\x8c\x25\x86\x4a\x26\xa6\x21\xe4\xeb\xe0\xe1\xe0\x90\x70\x21\x5c\x82\xb3\xbc\xf5\x54\xc9\x31\x81\x18\x61\x50\xce\x6f\x7f\xe9\x77\x75\x5e\x32\x36\x87\xa5\x85\x7e\xb2\xa7\x98\x68\xf1\x51\x2b\x19\xb7\xea\x8f\x07\x53\xb3\xa6\x0b\xea\x99\xa4\x20\x64\x3b\xd1\x66\x16\x72\x24\xa0\x23\xe6\x2c\x58\x41\xcd\x8f\xd4\x58\xb0\x17\x75\x92\xf5\x84\x9d\x4f\x34\x41\x96\xa9\xd7\xad\xf8\x5f\x3e\x34\xf4\xbf\x47\x9b\xcd\xa3\xb2\x7c\x38\x35\xfb\xc4\x85\x5c\x74\x13\xc1\xbf\x29\xf8\xfa\x0e\x3c\x1c\xb2\x46\x3c\xab\x14\xee\xde\x31\x16\x01\x92\xac\x15\x63\xcd\x5e\x19\x3a\x27\x3e\x94\xa6\x65\xc7\x19\xdd\x9a\x07\x70\xb3\xab\xf8\xee\x16\xcf\x08\x8d\x86\xe2\x20\x28\x1f\xf5\xbe\x73\xa3\xb5\x1c\xb2\x9f\x49\x99\x32\x66\xba\xce\xc6\xf3\x67\x92\x9b\x63\x34\xd0\x3d\xe8\x50\x3f\xdf\x3b\x70\x31\xcd\xd2\x8d\x11\x32\xcd\xcd\xb1\xb2\x5e\xfa\x14\xa7\x06\xf6\x70\xf1\x14\x31\xba\x19\x40\x18\x9a\xe0\xee\x0c\x07\x81\x41\xf8\xf7\xfc\x5d\x08\x94\xf7\x3e\x25\x7f\x9a\x66\xf3\xa6\x46\xe6\xb1\xc0\xea\xad\xc0\xdb\x0d\xe7\x7e\x57\x02\x54\x5f\x32\x93\x74\x74\x84\xd0\xed\xa8\x28\xc9\xb3\xc2\x57\xa8\xfc\xd0\x03\x15\xa0\x2e\xdb\xf6\xb5\x9b\x3f\xc3\x7f\x21\x03\x5c\xdb\x65\x52\xb8\xae\xfa\xac\x9c\x13\x26\x26\xe5\xc4\x36\x55\xab\xfd\xa9\x5c\x1f\xdf\xbe\xa3\x72\x93\x0e\xaa\xc4\x45\xdc\x2d\xde\x42\xbb\xf7\x3f\xe8\xd8\x72\x46\x55\xdb\xb1\x66\x3b\x00\x85\x60\x8e\xe2\xe4\x42\x93\x23\x87\x32\xf5\x9e\xdf\x9f\x3e\xd6\x16\x3e\x48\x60\x38\x55\xf5\x38\x87\x11\xe5\x7d\x22\x2e\xa6\x22\x2d\xe0\x51\x15\x6d\xd8\xb3\xa4\x71\x6f\x48\x9b\x9f\xeb\x1f\xb4\xe9\x4e\x63\x20\xdb\x04\xa4\x3a\x76\x45\xf0\x91\x41\x49\x8d\xc1\x1c\x2a\xb9\x4b\x42\x60\xf9\x33\xe4\x93\x3c\x86\x0e\x11\xce\x49\x0c\x20\x6c\x91\x55\x2f\x0e\xec\xc3\xa4\x5b\x61\x30\x9c\xf4\x97\xe3\x58\xc1\xac\x38\x31\x80\x6f\x5b\x36\x7e\x73\x16\xd2\x46\xfc\x48\x45\xaa\x1d\xc6\xc7\x6e\x38\x6f\x6a\xe2\x13\x1a\xd7\x39\x0f\x49\x62\xe3\x72\x6e\x09\x1e\x80\xfa\xc4\xda\xe2\xc9\x98\x44\xb5\x72\x0b\xc3\xbe\xd5\x06\x8b\x51\x5d\xb5\x75\x9f\x67\x04\xd1\xbc\x48\x74\xd5\xda\xb7\x66\x6a\x8d\x38\x6f\x20\x1d\xb3\xc5\xa7\xf3\x47\x05\x78\x12\x5e\x76\x5c\x86\xde\x0f\xaa\xba\x20\xd9\xfe\xba\x60\xcc\x30\x73\x4f\x94\x02\xb9\x97\x4a\x84\x33\x20\x64\xe7\xce\x66\x3f\x4b\x9b\xe5\x90\xd5\xee\x6a\x7f\xd3\x4d\x91\xa6\x80\x66\x29\x84\x60\x6e\xda\xdd\x43\xc4\xfa\x35\xea\xd7\x62\xa5\x86\x9b\xec\x18\x44\x4c\x05\x7e\x65\x77\x38\xa0\xb8\x08\x61\x75\x99\x93\x7e\x1f\x72\x9b\x88\xcf\x56\x60\xbc\xbe\x18\xaf\x4a\x8a\x29\x3e\x28\x91\x4b\xf3\x4e\x41\x47\x87\xc7\xc7\x27\xe7\xd1\xd1\x0a\x7e\x88\x24\xf8\x36\x13\xfb\x21\xc3\xd0\xa0\x39\x46\x56\x30\xcc\xd5\x37\xea\x10\xcb\x53\xa7\x8b\xb7\xbb\x11\xe1\xcd\x33\xc0\xf1\x14\x1e\x20\x18\xbc\xde\x95\x28\x45\x3e\x57\xdc\xd5\x07\xa2\x83\x72\x07\x85\x57\x41\x32\x5e\x53\xb7\xb9\x48\x1e\xdb\x1c\xab\x83\xa1\xb2\x99\x1e\xd3\x7f\x3e\xea\xb9\x60\xf6\x17\x8e\xcb\x07\xd1\xc5\x48\x26\xb2\x14\xd9\x72\x83\x28\xf3\xd2\x6e\xe1\x76\xdf\xf4\x44\x59\x7a\xf6\x42\x93\x7b\xe0\xd7\x3a\xfd\x6c\x7f\xa7\xf0\x8b\x82\xc7\xd8\xb8\x57\xef\xb2\x67\x24\x64\x0c\x27\xba\xe8\xab\xa9\xc3\x99\x77\xf6\xb9\x74\x96\x3a\x0f\xbe\xb6\x76\x9b\xf4\x90\x0f\xfe\xa0\xd8\xca\x4e\x53\xca\x19\xfd\xc0\x26\x96\x88\x25\x28\x46\x14\x31\x1a\x1d\xcb\x09\xfb\x08\x7a\xd4\x80\x60\x73\xc4\x74\xa9\x19\xe5\xa1\x01\x99\x4d\x12\x11\xe5\x06\x41\x0b\xe3\x13\x22\xda\x41\x66\xd1\xc5\x7d\x2e\x80\x6c\xcc\x6b\x62\xbf\x3d\xf5\xfe\xc6\xbc\xa5\x49\x9e\x0f\xbc\x22\xc6\xed\x89\xe3\x2a\x22\xba\xe1\xff\x35\xce\x1d\xc0\xe9\x14\x3c\x69\x1f\x05\x55\x24\x77\x74\xea\x85\x38\xed\x7d\x18\x80\xe1\x0a\x9e\xee\xda\x24\x66\x80\xc8\x23\xcf\xcd\xdf\xf2\xac\x18\xdd\x5b\x31\x61\xc3\x98\xca\xaf\x62\xad\x41\x30\x48\x3a\x56\xd9\x59\xfb\x1a\x1a\xb6\xe1\x13\x05\x64\x4b\x8d\x4c\x04\x15\xc7\x9a\x2f\x24\x75\x57\x9a\x60\x40\x3c\x68\x34\x95\xc0\x28\xb1\x05\x27\x49\xca\xbc\xae\xf2\x90\x15\x4e\x21\x95\x0c\x62\x36\x98\x3f\x31\x36\x60\x65\x12\x9c\xfd\x41\xbe\x0c\x79\x21\xb9\x88\x52\x86\x08\x57\xae\x02\x3b\xf5\xde\xb2\xf1\x01\x08\x62\x09\xdf\xc0\xd7\x4b\x72\xb5\xda\x4d\x88\xf3\x2a\x85\x67\x84\x21\x6d\xc5\x62\x1f\xab\x92\xf0\xaf\x61\xeb\xc4\x8a\x61\xd9\x41\x1b\x4a\x42\x06\x8c\x25\x09\x78\x4c\xde\x5b\xc2\x39\x53\x12\x2c\x59\xe8\xe8\xc0\x03\xe4\xfa\xb9\xd3\x93\xb3\x73\x55\x2d\x43\x43\x06\x00\x1c\x0f\x4e\x0f\x1d\x2f\x55\x3a\x3f\x0d\xf5\xd2\xcd\x8a\x33\x53\x2d\x0d\x31\xc6\xac\x1e\xd3\xe0\x97\x3b\x1d\x76\x0a\xf6\x8d\xa1\x25\xf0\x18\xd1\x58\x96\x80\x44\x45\x74\x54\xc1\xaa\x97\xf3\x18\xdd\x43\xc8\xb1\x53\xb4\x42\x64\x6e\xd0\xd0\x2e\xa5\xb7\x19\xd3\xf5\x1a\x61\x59\x35\x18\xf3\x9b\x42\x7d\x43\xee\x8c\xca\xd8\x3b\x04\xbf\xa1\x75\xb4\xbf\x1a\x9e\x31\x6c\x69\xe6\x55\x06\x41\x4f\x30\x01\xc1\xbe\x05\xea\x64\xe0\xd2\x97\x0e\x02\x8c\x48\x73\xc4\xdd\x9a\x25\x02\x16\x24\x9d\xe1\x08\x6a\x2b\x19\x96\xe6\x9a\x69\x69\x02\x62\xd9\x96\x37\xf3\x73\xa4\x6a\x9c\xe0\xea\xb3\x9d\xae\xb9\xd0\x99\x8f\x24\x9a\xd5\x8b\xe5\x18\x81\x20\x88\x46\xdb\xe2\x80\x12\x40\x4c\x9f\x06\x75\x3a\xeb\xf0\xa3\xf7\x29\x42\x5d\xb9\x31\x4d\x5d\xca\x89\x42\x7d\xe4\x86\xa4\x35\x53\xff\x33\xf6\x11\xef\xd2\xc8\xc7\x2c\x92\xd6\x64\xf7\xb1\x0e\x97\xed\x06\x3e\xf6\x92\xf8\x4e\x5e\x1e\x1f\x59\x2a\x22\x19\x62\xe4\x0f\x8a\x34\x04\xaa\xe4\xa4\xea\x9b\x6d\xed\xbd\x19\xcd\x56\x92\xd3\xb1\xe0\xa6\x8e\x66\x69\x85\x90\x02\x5f\x92\x8c\xc7\x30\x66\x8e\x7f\x62\x9c\x4e\x0c\x2d\x73\xc3\x7e\x96\xef\x72\x0f\x33\x0a\x89\x9a\x80\xd5\xbb\x50\xab\x24\xd1\xce\x03\xb8\x84\xa0\xa9\x98\x7b\x17\x4d\x10\x75\x2b\x28\x83\xd7\xb6\xaa\x93\x29\xbc\x26\x75\x5d\x70\x3f\x95\xc4\x68\xd7\x97\x22\x43\xc5\x48\x3b\x4f\x85\xaa\x46\x9e\xb1\x71\x59\xf8\xad\x4f\x91\x1e\x69\x54\xc7\xa1\x38\x49\x56\x71\x4d\x19\x2b\x1b\x67\x8d\x0d\xdf\x09\x05\x91\xd4\x79\x5d\xf1\xd1\xef\xce\x4e\x8e\x0f\x74\x98\x6f\x1e\x5d\x5f\x5f\x3f\x42\xed\x47\xbb\xae\x86\x86\xbf\xb4\xa5\x8e\xfb\x00\x69\xc8\xbf\xb2\xfd\xea\xcb\x4f\xe8\xdf\x8f\x67\x05\x9b\xe3\x33\x19\x3e\xdc\x0e\xc1\x36\x60\xd4\xbe\xb9\x9f\xa4\x05\xda\xfe\x2d\x9c\xff\x86\xf4\x4c\x0f\x59\x4c\x30\x1f\xf2\x98\xa5\xb7\x38\x96\x36\xf7\xb7\x4d\x42\xdf\xa2\x60\x6b\x57\x9d\x85\x3f\x09\xfe\xc9\x0a\x6a\xb3\x7a\xbd\x48\x5e\x9e\x91\x3f\x46\x10\x15\x75\xc5\x23\x79\x4e\x7f\x60\xfd\x46\x10\xc1\xa2\x97\x94\xf0\x12\xca\x46\xf9\xbd\x28\x31\x74\x4d\xc7\x6b\x62\xf4\x72\x34\x71\xc3\xeb\x2d\xf8\xf5\xa8\x41\xf6\x52\x6c\x9b\xfa\x66\x7e\x48\x0c\x2e\x22\x99\xb5\x61\x5d\x4a\x94\xeb\xca\xcd\x46\x95\x39\x97\x60\xe4\xeb\xe7\xcf\x0b\x78\x36\x07\xa1\x22\x96\xa4\xc1\x06\x83\x36\x24\x8b\xc0\xfc\x85\xed\x89\x6d\x28\xe4\x57\x71\x8d\x78\x28\x69\x6d\xa2\x86\x37\x9f\xb0\x87\xec\x64\xa1\xe0\xe9\x31\x9b\x80\x0e\x90\xcd\xbc\x37\xeb\x42\x3d\x6b\x26\x51\xc0\xde\x99\xd3\xc8\x91\x47\x53\x88\xae\xe2\x17\x07\x66\x25\x4c\x71\x7a\x9e\x39\xad\xa6\x66\xd2\x1c\x7d\x0f\x1e\xda\xf1\x90\xc7\xa3\x1a\x70\xae\xac\x06\x2b\x11\x78\xd9\x10\xa6\x68\x26\xf8\x38\x10\x0f\xa6\x1c\xfe\xae\x3b\xe6\xfc\xaf\x72\x04\x68\x0b\x70\x0e\x0e\x61\xb0\x03\x87\xe5\x26\x38\xf6\xc0\x51\x65\x54\x0a\xbb\xe5\x0f\x99\x12\x49\xc1\xb3\x2e\x9f\xc5\x7d\x95\xf8\xdf\x4c\xc8\x28\xbe\x13\xaf\xc7\x9b\xee\x42\xfc\x79\x16\xca\x02\x20\x47\x0d\xa7\x2f\x5d\x1b\x24\x1f\x66\x57\x1f\x37\x60\xf3\xf2\xb3\x3a\x41\x5e\xe5\x34\x45\x0a\x1b\xf9\xc6\xcc\xa2\x7f\x06\x30\x0e\x03\x2e\x21\xea\xf5\xd6\x3b\xd9\x7b\x1a\x2b\x49\x56\x33\x27\xfe\xc1\x89\x95\x28\x33\x8d\x8f\x1b\x94\x8d\x1e\x00\x19\x9e\x76\x12\xbe\x1a\x51\xcc\x66\x5a\x32\x12\x39\xeb\xf6\x26\xcb\x37\x83\x47\x70\xf8\xeb\x60\xa2\x11\x54\xdc\x0e\x7d\xd8\x76\xd0\x10\xb5\x8b\xb4\x35\xa1\xfd\x92\x31\x89\x6f\x5f\xdd\x24\xb0\xec\x48\x47\x3c\xf1\x0a\x41\x1c\x4d\x62\x35\x76\xed\x45\x7f\x4d\xbb\x37\x93\xce\x72\x0b\xc0\xc4\xe8\xa7\x6e\xcd\xf1\x10\xf7\x85\x48\x63\x49\xb2\x71\xfc\xa6\x50\xe9\xb4\xf5\x3c\x5e\x7a\x4f\xeb\x53\x11\xd3\x9c\xbf\x76\x52\x43\x76\x67\x3c\xf4\xa8\xed\x5f\x8f\x8b\x9e\xc2\xde\xb4\xce\x3c\x74\x51\x0e\xf7\xc3\x44\xd5\x91\x1a\x7d\xef\x10\xa3\x5e\x9d\x65\x24\xe7\xbc\x3e\xd6\xbf\x7f\x33\x56\x70\xee\x75\x8e\xb8\x73\x44\x1e\x63\x47\xd3\xe3\xd8\xef\x2b\x51\x56\x17\x17\x33\x92\x2e\xaf\x1d\x62\x92\xf1\xa2\x05\xbb\x89\x7f\xd3\x0a\x81\xe0\x62\xb8\x05\xd0\x7e\xdb\x9a\x4a\x3f\x88\xa1\x71\x2e\xff\xe8\x37\x36\xcb\xe6\xf9\xfb\xf9\x81\xa9\xe2\x09\x95\xca\xb1\x88\xb9\x60\x38\xbb\x21\x57\x73\x97\xed\xf5\x02\x7f\x71\x20\xb5\x9b\xbf\x6c\xf9\xa1\x06\xc6\x6a\x7f\xfb\x8b\x43\x46\x32\x26\xe9\x68\xc6\xd7\x01\xa4\x2c\x82\xbf\x1b\x91\x15\x22\x30\xdd\xde\x70\x12\x83\xf2\x78\xda\x1e\x16\xa0\x6c\x3f\xa2\xb5\x88\x10\x36\x2d\xb7\xb2\x37\x52\x00\x8f\x2a\x22\x3d\x8f\x9f\x1f\xeb\x2f\x76\xad\xe7\xd4\x49\x40\xda\xa1\x0c\x40\x12\xae\xb2\x26\x68\xb6\xc7\x7d\xdf\x17\x4b\x54\x04\xff\x2d\x8a\x98\x04\x2c\x42\x95\x9d\xb9\x20\xe9\xc9\xb8\xd5\x8e\x9f\xca\xf2\xdf\x89\x6f\xf7\x95\x4f\xbb\xdb\x9f\x1f\x4d\x56\x26\x64\x61\x2d\x9e\xe2\x24\xb3\xe7\xb6\x2f\x60\x43\x9a\x55\x9f\x23\xff\xd1\x40\xca\x9a\x47\x4c\x64\x18\x64\x2f\x06\x26\x65\x0f\x9c\x4f\xf2\x56\xf2\xf6\xbf\xf2\x6f\x18\x86\x5e\x79\x2b\x2d\xd2\x47\xd9\x88\x81\xd5\xb7\x6d\x04\x84\x78\x88\x3c\x57\x02\x7d\x48\x4b\x99\x35\x7d\x22\xc9\xe0\xf2\x5a\x21\x3a\xcb\xa7\x47\xe2\xba\x31\xf8\xe3\x00\xda\x89\x15\x2c\xb4\x28\x62\x12\xc2\xe5\x1b\x55\xb8\xf1\x3b\x20\x83\x15\x5a\x64\x84\x17\xc3\xf9\x7e\x38\x27\xcf\xd2\x22\x4a\x6f\xb1\x29\x13\xfa\xcb\xbb\x2b\xbd\x02\x5f\x9a\xee\x35\x5e\xa2\x10\x1f\x36\xdf\xc0\x75\x57\x71\xbe\x69\xce\x23\xd7\x65\xeb\xc8\xcf\xab\x7c\xef\xdf\x4f\xe9\xc6\x9d\xa6\xee\xed\x4f\xd5\x9e\x89\x84\x7c\x89\x5b\x67\xac\x04\xe6\x9c\x1f\x68\x40\x4a\xb9\x35\xbb\x5c\xcd\x66\x53\xfb\x66\x9c\x53\xc0\xbf\x85\x41\x12\xee\xcf\x57\x95\x99\xac\xa4\xf8\xff\x1e\x59\x3e\x68\xbc\xe2\x0a\xca\xce\x5e\xc9\x5e\xe0\xe7\x2c\xa0\xe1\x15\x2d\x8d\x11\x85\x94\x3e\xb2\x22\xe1\xca\xec\x39\x18\x5e\xfa\x49\x07\x88\x65\x62\x2e\x52\x96\x6b\xbc\x16\xfc\x92\x85\x9c\x0b\x35\xb2\x8e\x8f\x07\x0b\xc7\xfe\x80\x88\x73\xdd\xb8\x21\xbf\x0b\x17\xea\xab\xa4\xe9\x08\x7f\xe7\xef\xad\x6a\x17\x26\x14\x2e\x30\x1f\x88\x48\x75\x25\xe5\x5d\xdb\xad\x7f\x4c\x32\xd2\x66\x51\x08\xa3\x77\x23\x23\xd8\x20\x06\x99\xd8\xa4\xa6\x84\x22\x3e\x4b\x65\x27\xfa\x87\xd5\x4e\xb4\x65\x12\x86\x2c\x41\xc8\xb3\x10\x5c\x85\x44\x95\x12\x4f\x35\xe8\x8b\x23\xae\x84\xd9\x2c\x03\x53\xca\xd1\x54\xb6\xdd\x72\xd6\x3b\xb6\x77\x73\x8e\x51\xbc\x98\x87\x37\x74\x60\x86\x84\x73\x51\x55\x22\xe3\x19\x6d\x31\x92\x65\x25\x67\x2e\xb1\x90\x9c\xca\x14\xc1\x4c\x48\x60\xa8\x0a\x4b\x37\x17\x05\x65\xf8\x9c\x65\x46\xec\x06\x2f\x5d\xc4\x70\x30\x34\x99\x3e\x08\xf1\x54\x53\x5e\x03\x41\x63\x77\x87\x98\x43\xd7\xe3\xd5\xc3\x73\xc9\x1d\x15\xe2\x7e\x05\x9b\x86\x00\x53\xe1\x6c\x74\x21\x79\x1b\x6e\xd4\xc5\x5f\xaf\x73\x4d\xd9\x2a\xef\x39\xb0\x9b\x95\x9b\x25\x1d\xf9\x16\x9f\x88\x0e\x16\xcf\x32\xb1\x70\xe8\x2b\x7e\xad\xb0\x7a\xe9\x07\x96\xe1\xf7\xac\xb0\xe5\xc0\x68\x38\x0d\x2a\x4b\x20\xea\x9a\x24\x4f\xac\x64\xaf\xfe\xfa\x57\x63\x70\x73\x6d\xf0\xbf\x6f\x10\x6e\xd6\xf7\xec\x6f\xb7\xcc\xef\x4d\x64\x98\xea\xef\x92\x8c\x86\xe1\xf3\xbe\xd4\x86\x7b\xad\xe3\x51\x36\xdb\x3f\xd0\xbc\x4e\xe4\xae\x46\x0f\xde\x0c\x32\xb6\xee\xcb\x47\x37\xb4\xb7\x53\xb5\xbf\xc5\xdc\x9e\x1a\x47\x27\xa4\xd0\x41\x1a\xbd\x93\xcc\x94\x2a\xd9\xf3\xb4\x4a\xd4\xe5\x2a\x91\xc8\x74\xb9\x77\x18\xaf\x07\x74\x66\x28\xa2\x0e\x73\x5a\xf0\x0d\xf3\x2b\x75\xee\xce\x72\x61\xc7\xf9\x71\xff\xd6\x74\x17\x7b\x2c\x4e\x77\xe7\xbd\x18\x8e\x1a\xc4\x6a\x22\xf9\xc5\xaf\xcc\x35\x90\xb8\x89\xb4\xbf\xff\xc6\x8c\x18\x53\x16\x9b\x28\xa0\x07\xdb\xcd\x1f\xec\x52\x9f\xb1\xe4\xa3\xed\x95\x21\xca\xd7\x05\x04\xf6\x93\xcf\x84\x46\x54\x02\x8f\xce\x4c\x50\x01\xbd\x12\xe4\x0a\x5f\xcd\x63\x3e\xd5\xbc\xc0\x53\x50\xba\x24\x30\x3c\x4d\x6a\x91\x40\x89\x35\x17\x29\xff\x26\x0b\x92\xfa\xa8\x3e\xea\x25\xcd\x0a\xe2\xbf\xa9\x79\xed\x25\x5f\x56\xf1\x33\x12\xc8\x59\x53\xcf\x4f\x56\xbb\x9a\x79\x61\x5f\x20\xc2\x9b\x8f\xa7\x8e\xdf\x89\x71\xe0\x00\x83\x2a\xf9\xa6\xf7\xa7\xf7\x1c\xb7\x2b\x2b\xb9\xc7\xfd\x43\x2e\xa3\x0c\xbd\x3e\x77\x1d\x5d\xb3\x9c\x04\x53\xd9\x23\xf6\x97\x14\x73\x9f\x32\xda\x5f\x8c\x3a\xc1\xdb\x3b\xf1\x82\x46\x0e\x1f\x4e\xac\x8c\x0b\x7a\x86\x6c\xc5\x73\xbc\x77\x64\xba\x47\xce\xfa\xaf\x32\x62\x51\xed\xfb\x6f\xe0\x76\x34\x49\xd3\xfc\x30\xa4\xcd\x7b\x41\x67\x63\xd7\x99\x09\xa0\x24\x27\x42\xb8\xaa\x42\xba\x20\xcb\xf1\x3b\x12\x03\x3e\x7a\x5b\x96\xb6\xb2\x99\xf9\x16\x99\x07\x1e\xf7\xfb\x94\x15\xe9\x66\x0a\x6a\xdc\xb1\xcf\x1a\xb3\x32\x5b\xf3\x96\xd3\x73\x58\xee\x96\x3d\x2f\xb3\xbe\x0f\xd8\xe7\x8f\x51\x7b\xc1\x56\x6c\x56\x3a\x32\x66\xe9\x7c\xb9\x30\x2a\x79\xd7\x6c\x30\xaa\xd1\x3b\x1a\x63\xd8\x29\xa4\x0c\xc6\x16\xfb\x65\x6f\xf6\x82\xcd\xa4\x77\x8c\xd3\x2b\x33\xba\x47\xac\xcc\x6c\xe5\xc1\xcd\xc4\x8a\x9b\x0c\xdb\x07\xef\xa7\xdd\x07\x27\xa0\x72\xc8\x0c\x41\xd7\xbe\xef\x8a\x96\x72\x71\xa7\x19\xb1\x2d\x38\x46\x4e\x12\x91\x0b\x6a\xfa\xb6\x47\x7e\xa4\x01\xb5\xd8\x43\x2a\xa2\x41\xc4\x83\xef\xf5\xc2\x8a\x95\x34\x27\xc3\x90\xbe\xc8\x30\x3d\xdb\x29\x27\xd9\x0d\x79\xc1\xdf\x74\xe5\x4b\x05\x9f\x08\x0a\x1c\x69\x76\x67\xe5\xed\x42\x3f\xc5\x8c\x9d\x92\x92\x48\x5f\x5f\x06\x13\x7d\x5e\x23\x69\x78\xea\x9a\xd8\x0f\xec\xd7\xd5\xe6\xdb\xca\x5f\x0b\x7b\xae\x81\x22\xa0\xc4\x8e\x8e\xa9\xdc\x98\x65\xf2\xf8\xb2\xcf\xe8\x9e\x2d\xdc\x6c\x6a\x34\x49\x08\x8e\x32\xa9\xb8\x9a\x24\xfd\x9b\xde\x53\x39\xc3\x93\x90\x8f\xe1\x6e\x7a\x1a\xf9\x64\x4e\xde\x69\x93\xc4\x64\x9c\x5d\x52\xf7\x80\x92\xa2\xb0\x27\xbe\x50\xc2\x98\xbe\x08\x7a\x07\xd1\xf1\x7d\x0c\x28\xcf\x78\x34\xfd\x7b\x8d\xc6\x0a\x81\x4a\x46\xf3\x32\x1b\x4d\xcd\xa3\x19\x12\x99\xf7\x18\x96\xbe\xcb\xf9\xfe\xc3\x2a\x23\x9b\x73\x38\x79\x78\x26\x86\x76\x90\x8e\xcc\x46\x1a\x33\x49\x5e\xde\x7b\xe8\xfb\x33\xe0\x8f\xf7\x76\x38\x3a\xc9\xfb\xfe\xf1\xf8\xa4\x95\xc7\x75\xd5\xcb\x86\x9d\x30\xc3\x6d\x1c\x9b\x6d\x48\x62\x55\xd5\x8f\x77\xd4\x1c\xe5\x85\x49\x1f\x58\xeb\xf9\xc5\xd6\x32\x21\xb5\x69\xf6\x9a\xec\x25\x0b\x28\x91\x1e\xb5\xf9\xe3\x09\x3f\xf0\x8a\x91\xbc\x1f\x9e\x82\x9c\xc7\xf7\x1e\x57\xe1\xbd\x47\x7e\xf9\x37\xbc\xd2\x22\x69\xea\x03\x1b\x3e\xce\x57\x7f\xe7\x6b\x02\x3b\x62\xfa\xf9\x6d\x06\x16\x74\x0e\x93\x97\x1a\xb8\xae\xf8\xcd\x0f\xa4\x13\xa4\x76\x61\x5f\x36\x12\x98\x68\x5a\x1b\x36\x65\xe6\xf9\x96\xf1\xae\x56\x83\x3e\xe7\x2f\xe5\x5f\xaf\x3b\x84\x42\x6a\x7e\x18\x42\xa2\xd3\x58\x68\xdc\x25\xa0\xfe\xf3\x73\xfc\xf7\x8b\xe2\x01\x27\xd3\x0f\xa8\x60\xdd\x2c\xd4\x26\xb2\x85\xbd\x06\x37\x85\x08\xee\x8d\x90\x03\x13\xbf\xf8\xa4\x8d\x1b\x0c\x98\x15\xc2\x3b\x1a\x3e\xff\x83\xeb\x58\x47\x89\x89\xe8\x9c\x26\x7b\x5e\xc0\xfa\x4d\x9b\x60\xf0\x3e\xab\x3e\xcb\x1f\x5e\xdc\x41\x46\xe2\x12\x19\x89\xd3\x17\x2d\xe2\xc7\x5c\x0b\x93\x96\x78\x9b\x8e\xe6\x67\xcd\xca\x06\xb7\x7a\xd2\x9c\xa4\xe9\xe1\x03\x96\x7e\xb7\x08\xb9\xad\xf3\x46\x26\xfa\x94\xb3\x9f\x7d\x62\x5f\x9a\xd1\xd8\x92\x88\xf2\xfc\x7b\x9a\x21\x34\x2d\x71\xe1\x0d\x8a\x7c\x58\xf2\x60\x68\xfa\x8d\xf5\x60\x83\xfe\x08\x4d\xd5\x5a\x13\x7a\x72\x0c\x6f\x5a\x98\x0a\x1d\xe9\xf7\xe8\xff\x9f\x7e\x95\xfc\x29\xe9\x17\xba\x85\xed\x85\x11\x33\x6c\x36\x38\xd1\x42\x4d\x81\x96\x31\x77\x81\x3e\xca\x92\xe0\x90\xf6\x31\xdf\x6f\x13\x7b\x31\xd7\x2c\x9d\x04\x09\x74\x1a\x58\xde\x82\xd5\x97\x5f\xa7\x41\xba\x1d\x2c\x4c\xf2\x1c\x7f\x0a\x81\x20\x9c\x66\xa1\x69\x55\x5b\x4e\x5a\x26\x11\x39\xc5\x09\x9e\x7a\xb3\x1a\x7b\x62\x56\xed\xb6\x96\xa8\xa7\xbb\xea\x86\x8b\x59\xb2\x68\xf8\x26\x92\x9c\xac\xad\x53\xc3\x75\x08\xa9\x18\x3a\x86\xc6\xf6\xf5\xc6\xaf\x1a\xb6\xb1\x9b\x28\x0a\xbb\x60\xec\x0a\x4f\x70\xeb\x86\x22\x58\x80\xba\xf7\x6b\x26\x1d\xee\x64\x33\x83\xb1\x8e\x9c\x58\x47\x9d\xb0\x82\x13\x99\x88\xaa\x2b\x9b\x8d\x52\xa4\xd7\xe8\x87\x35\xbc\xce\x7e\xad\xad\x01\x66\xef\x6c\xeb\xfd\x31\x8c\x77\xb1\xd7\x2b\x7d\x60\x57\xfc\x6a\xe9\xea\xb5\x92\xc5\xb7\x86\xd3\x51\x73\xd7\x40\xd3\xea\x31\x37\xbc\x8f\xce\x19\xd0\x1e\x33\x6c\x5a\x5c\x50\xa7\x15\x54\xb1\x0f\x22\x04\x37\xcd\x6a\xc1\x2f\x33\xbb\x4b\xb6\x6f\xbf\xb2\x56\x6d\x16\x78\xd2\x56\xb3\x22\x3e\x9c\x51\xf1\x27\x92\xcf\xa9\x7a\x6b\xd9\x70\xeb\x1e\x16\x1f\xd1\x7a\x37\xfa\x72\x74\x92\x90\x5c\x9e\x8d\xb3\x7f\x24\x34\x79\x3a\xec\x22\x4f\x4a\x92\x2c\xd2\x50\xde\x35\x88\x89\xad\x33\x20\xc3\xba\x0a\x9d\x55\x56\x6d\xff\x2a\x24\xad\x27\x8e\x18\xd9\x3c\xc3\x0e\x0a\x2e\x20\x19\x59\x99\xd8\x03\x1f\xc1\x7b\xd4\x39\x91\xee\xd5\xf1\xa4\x4d\x13\xed\x0d\x5e\xb2\x58\xc5\x47\x44\xf8\x91\x51\xb5\x59\xee\x43\x43\x3a\xd0\xa8\xd9\xdb\x3f\xbe\x24\x20\x7f\x6a\xaf\x7a\x2c\x8d\xf6\x6a\x76\xa3\x42\xe1\xdc\x51\xd7\x70\x96\x9f\x9f\xc1\xb9\x17\xae\xcc\x2f\xaa\x35\xab\x64\x12\xc2\xb4\xeb\x60\x21\x5e\xac\xdb\x8e\x18\x4a\xe2\x85\xe6\xdf\xfa\xbf\x1c\x87\x1e\x55\x6e\x0a\x9c\x6d\x19\x37\x8b\x1d\xe7\xfe\xfa\x4e\x58\x5b\x62\x5d\x31\xd0\xf0\x14\x47\xac\xc5\x6c\x87\xaf\x03\xdd\xf5\x8a\xad\x1a\xcc\x87\xe4\x35\x51\x54\x66\xbc\x81\xd6\x6a\x97\x3d\x38\x35\xc4\x24\x2b\xec\xc9\xb2\xaf\x72\xd0\x6d\xcb\xf9\x31\x17\x35\x21\x76\xb7\x5d\x60\xea\x6e\x7e\xfc\xaf\x7f\x55\xff\x35\x84\xda\x63\xff\x15\xa7\x30\xbb\x55\x5d\x7e\x40\x07\xa3\xcb\x6b\xf3\xb8\x62\x48\x96\x1f\xc3\x44\x7d\xe4\xe3\xc8\xeb\xbe\xa8\x96\xb6\xfb\x95\xca\x1e\xad\x97\xd6\x6c\x13\xa4\x32\x22\x71\xab\x3d\xa3\xef\x29\x3c\xc3\xed\xc5\x0c\x5c\x80\x08\x60\x02\x43\x69\xbd\xaa\xac\x6d\x52\xc7\x68\x1d\x62\xab\xdd\xfe\x3a\xec\x94\x32\xae\x45\xa2\xca\x77\xae\xdd\x57\x4b\x0d\x76\xe5\xb8\x9e\xe0\x66\x62\x8c\xed\xf2\x8f\x76\x45\x97\xd7\x09\xfd\xdb\x8b\xe3\xed\x10\x07\xcb\xb6\xed\x21\x3f\x6d\xc1\x6d\xb2\xbb\x61\xb2\x17\x4f\x2b\x98\x97\x1f\x7b\x90\x01\xb3\x49\xd0\x77\x21\x4f\x2a\x8f\xb1\xb7\x41\x5e\x50\xea\xad\xdb\xad\x48\xbc\xa5\x8b\x26\xeb\xf2\x29\x0a\x20\xf6\xca\x2a\x9f\x11\xec\x9d\x95\x43\xd7\x13\x15\xb5\xf3\x7c\x83\xae\xcc\xea\xd2\xbe\x6f\xf7\x47\x00\xbe\xbb\xfa\xbe\x01\x70\xd5\xa9\x11\xc8\x43\x52\xb0\xaa\x2c\x77\xab\xd7\xb6\x47\x90\xdd\xe5\x82\x9d\x14\x62\x63\xfa\x1a\x17\x57\x67\x81\xf0\x31\xc3\x16\xcf\x08\xb6\x38\x07\x6c\x76\x2d\xae\x68\x25\xa0\x84\xe8\x4d\xba\x16\xf8\xe2\x19\xff\x23\x6d\x2b\x1b\x4a\x8b\x60\xfa\x85\x4a\x1b\x7a\x66\xc1\xbb\x85\x36\x4e\xf8\x11\x08\x7f\x6e\x85\xac\x7a\x69\x6a\xbc\xb2\x10\x93\xe4\x7a\x5e\xdd\xac\x6a\x1b\xb3\x47\xbd\xb2\xab\x6a\x55\x23\x6b\x8f\x8c\x25\xad\xc4\xaf\x16\x50\x25\x26\xb1\x4f\xac\x63\x71\xa5\xf0\x2f\x18\x7c\x6f\xdf\x8e\xab\x08\x21\xf4\x75\x4e\x0d\xad\x60\xa1\x54\x70\x2f\xe8\x16\xc9\x03\xee\x86\xf5\x23\x11\x50\x3f\x02\xa9\x32\x02\xd6\xde\x85\x3e\x31\x9f\x1b\xc3\x92\x00\xa9\xf2\xaf\x84\xb7\xe8\x8b\x00\xb4\x25\x6d\x9d\xc8\xca\xfe\x51\x00\x7d\x24\xba\x0d\x2f\x82\xf9\xca\xfc\x14\x96\x37\xc6\x44\x3b\xb1\x7f\xcb\x4d\x60\x3c\xdf\xee\x3f\x78\xa6\xb3\x14\xd7\xd1\x32\xb4\x36\x99\x28\x49\x8a\x84\x1f\x63\xa9\xdb\x7f\x52\xef\x56\x4d\x18\xe7\xbf\x66\x79\x7a\xb4\x59\x66\xc3\xc5\x73\xea\x30\x13\xd4\x8b\x33\xfe\xea\x01\x39\x65\xae\x58\x29\xb3\xba\x2c\x36\x89\xfc\x31\xa8\xff\x82\x93\x22\x1d\x9b\x38\xb9\xbd\x8f\xb1\xe9\x43\x6c\xa5\x4f\xab\x7e\xe7\x8b\x6c\x71\x2e\x01\xbd\xea\x1e\x91\xa1\xb6\x72\x8b\x88\xcc\x24\x65\xbb\xbe\x42\xc5\xd8\xcd\x80\x19\xc1\x09\x20\x3f\xce\x39\xf0\x7b\x9b\x42\x3f\x1b\xa2\xe1\xe1\xbf\x10\xbf\xd6\xfd\x2d\x88\xd5\x84\xb7\xc2\x1a\xce\xc8\x74\xba\x39\xfa\x7a\x0a\x3b\x89\xd6\xf7\x34\x60\x27\x9b\xe0\x5d\xc6\xca\x0c\xf0\x57\x1e\x21\x85\xed\x3c\xc9\xb1\x65\xfe\x0d\xaf\x90\x56\x8f\xea\x4c\xcd\x94\xf6\xfb\xff\xf4\x29\x52\x79\x3e\x71\xc6\xe1\x67\xef\x75\x4c\xa7\xfc\x59\xb2\x63\xc8\xbf\x07\xee\x22\xfc\x6d\xa0\xb6\x17\x37\x39\xc2\x12\x1f\xbf\xf7\x26\x12\xe3\x8c\xfe\xb9\xb5\x4f\xbe\x24\xe3\x91\x0f\x23\x83\xa2\x7c\xe6\x1c\xca\xd6\xf9\x2c\xca\xfa\x16\xa7\x94\x21\x02\xc0\xf1\xbd\x06\x05\x8d\xff\x3a\xce\xf6\x2b\x0a\x3a\x3d\xcd\xd9\x34\x06\xe7\xf9\x25\x97\x11\x49\x6d\xe0\x87\x27\x95\x90\x25\xe5\xb0\x2c\xf9\xf9\x38\x4f\x2f\xb4\x24\x4e\x41\x3e\x24\x29\x35\xe5\x83\x3c\x3d\x58\x86\x07\x0a\xcb\x50\x32\xe5\xf2\x93\x0c\x92\x5b\x1a\x0c\xee\xfc\x66\x6b\x33\xa0\x29\x8a\x24\xb4\x48\x80\x46\x7e\xd8\xf2\x99\xce\x64\x3f\x7f\xd6\x22\xcc\x4b\x3e\x20\xee\x09\xef\xaa\xe0\x38\xc9\x17\xd6\x5f\x94\xcd\xfc\x31\xfd\x5b\x3c\x39\xce\x3e\x87\x67\xf5\xb8\x30\x3e\xa8\x37\x01\xe2\x8d\x6f\x7f\x30\x1d\x52\x75\x7e\x21\xd1\xd3\xbe\x14\x31\xc1\x08\x7a\x93\x47\x78\xb6\x35\x8d\x95\xf3\x1e\x72\x0c\x5c\xd3\xf6\x9c\xfd\xc6\x14\x97\xd5\xfa\x92\xcd\xcf\x78\x75\x5b\x5e\x11\xd1\x27\x23\x15\x93\xb8\xc0\x38\x71\x17\x02\x50\x8a\x33\x4e\x7b\x5c\x3c\xe6\x24\x5e\x09\x04\xcd\x86\xcb\xe3\x6c\x4c\xcf\x19\x4a\x61\xaf\x65\x44\xca\xaf\x78\xc8\xd9\x24\x3c\x06\x76\xbb\x2e\x87\x77\xed\x92\x4e\xc0\x24\xac\xbc\xdb\xe6\x01\xc3\xb3\x6d\x0c\x25\xa9\xc3\x64\x50\x92\x38\x2c\xd4\x67\x83\x83\x96\xf3\x75\x38\x00\xd8\x80\x94\x2f\x9c\x99\xbf\x24\xe1\xad\x2c\xce\x0e\x7d\x81\xdb\xf4\x5b\xc9\xb3\x7f\xf6\xf2\xfc\xb4\xb8\x63\x03\x01\x32\x6c\x84\x02\xd0\x69\x49\xdc\x11\x59\x91\xbe\xa4\xd9\xd7\x2e\x79\x72\x93\xee\xdf\x6d\xdf\xae\x3b\x73\x41\x74\xf5\xfc\xc5\x59\x68\xe7\x75\xb5\x05\xa8\x3e\x66\x3d\x3f\xa3\xdf\x28\x87\x87\x1f\xfd\x0e\x9b\x0f\xc6\x2b\x08\xae\x2b\xbb\xc8\x5e\x1f\x3d\xd3\x50\xd5\xe2\xf4\xf0\xe5\x60\x00\x9c\x2f\xa9\xb3\xeb\x8a\xd3\x2d\xc6\xa1\xbc\xe2\x4f\xb4\x72\xc8\x5e\xbd\xb9\x7d\xd7\xb3\xc7\x81\x9e\xcd\x6a\xeb\xe6\x4f\x24\xb1\x87\x36\xe6\x59\x85\x21\x9e\xce\xc4\x2a\x19\x96\x23\xbf\x62\x87\x8f\x61\xf3\x3d\xae\x37\x6d\xa0\x18\x31\x4c\x85\xa8\x46\x6e\x1d\x10\x67\xad\xe0\xd6\x63\xca\x72\xec\xd4\x93\xd2\x88\x68\xda\xcb\x9b\x79\x5f\x07\xa1\xb4\xad\xf9\x77\xf2\xea\xcd\xdd\x13\x4e\x3d\x89\xac\x9c\xd9\xbc\x42\x0e\xb8\x10\x8a\xc5\xb6\xd3\x41\xc3\xc9\x83\x42\xa3\x0a\xf1\x41\xae\x01\x7e\xe8\xcb\xba\xd5\x94\x77\x4b\xeb\x63\x58\x0f\x70\xb5\xec\x89\x8c\x4d\x1a\xcf\xd2\x11\xe6\xed\xfe\x5a\x54\xac\x37\xd3\x78\xad\xca\xa4\xd1\x06\xa3\xf0\x7a\x96\x50\xc1\x6c\xb7\x79\x34\x65\x7c\xfd\x38\x83\xb9\x82\x8f\xa3\xfa\xaa\xee\x87\x0a\x31\x7b\x93\x10\x23\xa2\xae\xdf\xdb\x8b\x0b\x64\x08\x43\xc6\x49\x92\xdc\xf1\x2c\xd6\x89\x7c\x89\x35\x2b\xc7\xa7\x07\x7a\x1f\x56\x9f\xac\x21\xce\x84\xc3\xd3\x82\x9b\xe5\xfb\xbb\x25\xde\x20\x9d\x5e\xb7\xd3\x67\xc8\xc3\x83\xc0\x10\x44\x55\xa4\xf8\x73\x9b\xc1\xc5\xee\xf7\xc0\x80\x93\xe8\x48\x60\xcf\x5f\xab\x78\x65\xaa\xb7\x63\xde\xc1\xaf\x07\xec\x46\xab\x85\x64\xd4\x9f\xae\xca\x6c\xa7\x7a\xf7\x17\xec\x49\x2f\x67\x5f\x5b\xa0\xb9\xbe\x7f\x75\x28\x73\xda\x75\xec\x7d\x05\x02\x97\x87\x5e\x9d\xf1\xb7\x64\x52\xb0\xbc\xe8\xbe\x1e\x61\xea\x30\x27\x18\xaf\x18\xd8\xc4\x65\x59\xee\xdf\x69\x8f\xbd\x81\xec\x89\x58\x1a\x62\x95\x84\xd5\x88\x1f\x93\x9b\x3d\x7e\x4c\xb8\x94\xf8\x31\x1b\x64\x5a\xe0\x5c\x9d\xac\xe1\xd9\xd9\x8b\xa9\xc2\xf0\x86\x91\x91\x10\x4a\x46\xdf\x87\x08\x0b\x5f\x13\x77\xf6\xe1\xc7\x69\x9d\x14\xd9\xc3\xef\xd3\xed\xb8\x3f\xe1\x45\xe6\xcf\x93\x66\xfc\xfd\x70\xf7\x89\xa4\xbb\x22\x59\x11\xb9\x1c\xf2\xe7\x51\x25\xbe\xbd\xb3\xea\x65\x92\xe4\xd0\x0a\x4f\xeb\x0e\xcf\x8a\xbf\x64\xd2\x93\xe2\xaf\x99\x38\x3e\x84\xc8\x08\xa8\x1a\x97\xe8\xbe\xef\xdb\x26\xc4\xca\x3c\x6e\x7b\xed\x47\xea\xa6\x03\x95\x4c\xbd\x3e\x73\x2f\x87\x19\x84\x61\x3e\x95\x17\x82\x35\xe1\x82\xe0\xe7\x7b\x1b\x4f\x26\x4f\x8e\x4d\xc6\x88\x83\x4b\x9f\x30\x67\x5d\x68\xd7\xd9\x64\x75\xfd\x3b\xd8\xac\x20\x1a\xbd\x9c\x2d\xea\xa0\x32\xbe\x48\xed\x29\x92\x44\x73\x22\x4e\x64\x51\xb3\x0d\x47\x02\x3e\xa9\x79\xd6\x7a\x5e\x45\xfb\x36\xb4\xe1\xb6\x8f\xdc\x5f\x52\xe7\x95\x2d\xf5\x05\x60\x79\xc6\x99\x87\x37\xaa\xef\xa3\xc3\xf7\xac\xb3\xcd\x03\x29\xb5\x12\xa1\x6a\x47\xdd\xd8\x66\x4d\x1b\xed\xdc\x10\x7b\x7f\xc9\x42\x10\x9d\xf7\xe4\x90\x49\x90\x25\xab\x44\x88\xfc\x0d\x1e\x56\x92\xb0\xcb\xb8\x9c\x03\xce\xe5\x14\x2f\x2d\x0a\xdb\xc2\xb1\x0e\xcc\xe4\x24\x2b\xb0\xff\xae\x18\x2f\x82\xc2\x4f\x09\x06\x39\x84\xdf\x81\x74\x44\xda\x6c\xf7\x3d\x7b\xfa\xe2\x64\x08\x3c\x3e\xe3\x5a\x30\xa6\x08\x5a\x30\x4d\x00\xc4\x64\xb9\xf7\x98\xb1\xf5\x72\x00\x7c\xc7\x4c\x64\xa7\xed\x47\x8d\xe8\x2e\x33\x60\xe2\xa2\xb6\xc2\xf5\xd2\xbf\x9c\x96\x65\x0f\xe0\xf4\x13\x59\x53\x90\xf4\x83\x73\xb1\xda\x37\x93\xfd\x3a\x2b\x4e\x3d\x7b\x86\x89\x87\xc5\x9d\x4b\x6f\x30\x5f\x61\xdb\x21\x55\x8c\x64\xef\xbe\xb2\xa5\x64\xa3\x1e\x02\x7b\xa0\xfd\x38\xf5\xb5\xe3\xa8\x69\x8f\x57\x36\xe7\x27\x8e\xf8\xdb\xf0\x24\xe3\xb0\x09\x74\x72\x8e\x55\x4f\x3c\xa8\xb1\x5e\x05\x8c\x89\x52\xf2\xdc\x6e\xe4\x2a\x4b\xf0\x27\x8a\xc1\xc1\x34\xeb\xea\xc2\x0e\xaa\x7c\x5f\x95\x66\x6a\xb2\x97\x7d\xbf\x75\x59\x6c\x3d\xbf\x6a\x35\x9c\xd9\xde\x16\x47\xf3\xdc\x56\xac\xc3\xde\xbf\x36\x3e\xd3\xfa\x00\x5e\xef\x8b\x79\x10\x21\x30\x4f\x80\x36\x6e\x44\xe1\xd7\xfa\xbc\x3f\x9f\x31\xa1\x6c\xc9\x8b\xff\x91\x7d\xd8\xbb\x8d\x53\x5e\x01\x80\x09\x07\xd4\x4a\x61\xf0\xe2\x99\xad\x3a\xba\x14\xce\xd5\x13\xe2\xa8\x03\x63\xec\x8b\x92\x23\xec\x3f\x39\xda\xa7\xe5\xae\x46\xe4\x7f\xdb\x40\xc2\x82\x3b\x4d\x80\xcf\x9e\x3f\xf8\xde\xbe\x8d\x45\xe1\xed\x84\x44\x49\x1d\x4b\x2d\xfb\x3c\x0c\xac\x57\x89\x82\x38\x6d\xa7\x95\xf7\x36\xf5\xd5\x6e\x07\x03\x50\xca\xd3\x79\xc0\x89\xd4\xa7\x7e\x0a\x84\x46\x10\xa0\xce\xc8\x5e\xbb\xfd\x65\x55\xb5\xd3\x63\x89\xbb\x21\xed\x22\x38\x49\x79\x9f\x23\xf9\xb9\x40\x7e\x96\xd4\x6f\xea\x78\xe0\x37\xe5\x6b\x25\x7c\x52\xfa\x69\xf1\xe9\x3c\x67\x35\x7d\xe1\x78\x2a\xbe\xa4\xdd\xce\x4f\xb6\xb3\x14\x92\x65\x99\x20\x6c\x5c\x55\xe2\x92\xec\x74\x50\x89\xef\xe5\xf8\x79\xf2\x1f\x70\xad\xb6\xf0\x51\x4b\xdf\x0b\xcc\x13\x15\xb2\x5e\x3b\x8f\x5a\x2c\x1e\x38\x1f\xb0\xd8\x84\xac\x87\xf2\x77\x99\x66\x2e\xcb\x12\x59\x7f\x1a\x13\x56\xf7\xed\x5d\x0f\x75\x84\x07\x12\xa8\x51\xf8\x21\x52\x9b\xc3\xd7\xc4\x3f\x71\xdd\xea\x93\x07\xe9\xeb\x07\x9a\xa8\x24\xc9\x09\x9e\xb7\x29\xd3\x93\x97\x24\x1e\x8a\x47\x14\xbc\x67\x90\x53\x38\x6f\x59\xd4\x76\xd2\x38\x92\x88\x6b\xfb\x0f\x43\x1b\x79\x0a\x73\x55\xff\xe7\x39\xa5\xd3\xf6\x34\x33\xf9\xa0\xb9\x9f\x64\x9a\xf1\x75\x8b\x87\xe2\x90\xc5\xef\xa1\x2f\x91\xb8\xb9\x08\x83\x7c\xbf\xd1\x4d\x64\x5e\xfe\x49\xb3\x63\xff\xf6\xb1\x85\x54\x6d\xe3\xfd\x90\x26\x66\x83\x87\xa9\xac\xae\xcb\xb2\xe3\x64\x9b\xc5\xef\x15\x4e\xea\xd1\x9b\xf5\xfc\x1b\xda\x91\x08\xad\x69\xc5\xcb\xb4\x91\xa0\xdb\xbb\x57\x77\xd0\xec\x78\x7d\x35\x41\xfe\x67\x21\xab\x39\xbf\x61\x26\x69\xf2\x3d\x8d\xe4\xec\x85\x9f\xc5\x07\xc8\x68\xff\x23\x91\x35\xed\x7e\xb3\x6e\xe7\xa6\xef\x6e\xdf\xe1\xc5\x34\xbc\x2a\x88\xd0\x09\x7d\xad\x82\xef\x7e\x23\xd1\x13\xfc\x59\xfe\xfc\xd4\xcd\x3f\x65\x9f\xb8\x46\xd3\x4a\x7f\xba\xa1\x0f\x24\x5f\x40\xc5\xc6\xbf\x2f\xe9\x37\xde\xc8\x94\x5f\x25\xfd\x2a\x2b\xfd\x71\xcd\x75\xa1\x02\xd6\xaa\x44\x8f\xa9\xf2\xed\x5f\x9c\xfc\xbe\xa1\x5f\xa6\x91\x76\x1c\x9e\xde\x2e\xf9\x75\x08\xed\xce\x69\x1a\x6b\xea\x4a\x5e\x8d\x90\x5e\xe5\xf3\x65\xbb\xeb\xf8\x23\xba\x96\x4f\x78\x51\x1c\x5f\xf0\x1a\x39\x7f\xb8\xb6\xf6\xb5\x36\x88\x31\x68\x7b\x6d\xd3\x5f\x4a\x73\x16\x88\xc2\xb7\x1b\x6b\xa4\x31\xd3\x68\xf3\x9d\xb9\x5e\xf8\x11\xf9\xe1\xc8\x57\x3f\x1e\x1d\x0c\xa3\xb7\xec\xda\x2d\xd2\xd5\xfe\x18\x1f\x1c\xf5\x4f\xb8\x1d\x76\x34\x3c\x78\xad\x23\xe1\x52\x9f\xbc\xc3\x6a\xe8\x5f\x09\xcc\xae\xf1\x88\x83\x2c\xbd\x7f\x96\x8a\x43\x60\xe0\x9a\xe7\x53\x51\x57\xcd\x76\xa7\x52\xf1\xf0\x11\x48\xc9\xf5\x96\xa6\xd8\x42\x7f\x3d\x11\xe1\x99\xbe\x6c\x47\xab\xbf\x58\xd2\x6d\x7a\x82\xc8\x03\x61\xd8\xa3\xdf\xd2\x47\x7f\xff\xf7\x9c\x06\xbf\x7a\x6b\xff\xe1\x1f\x8a\x97\x8f\x3f\x86\x61\x04\xee\xd5\x6d\x51\x57\x48\x63\x47\xeb\xf5\x0e\x8e\xae\x80\xdc\x98\x37\xdf\x64\xc0\x1c\xa4\xcc\xde\xc8\x6c\x62\x0a\xde\xc8\xf7\xef\xfd\x9f\x00\x00\x00\xff\xff\x97\xe7\x88\x0c\x09\xb1\x00\x00") +var _confLocaleLocale_ptBrIni = []byte("\x1f\x8b\x08\x00\x00\x09\x6e\x88\x00\xff\xbc\x7d\x4b\x8f\x1c\x47\x92\xe6\x79\x09\xf0\x3f\x44\x73\xc0\xa5\x04\x14\x93\x90\xb4\x2f\x08\x4a\x69\x8b\xc5\x92\xc8\x5e\x92\x55\xcd\x2a\x71\xb0\x2b\x08\x29\xcf\x0c\xaf\xac\x10\x23\x23\xb2\xe3\x51\xc5\xe2\x60\x0e\x83\xfd\x17\x7b\x1a\xa2\x0f\x03\x35\xa0\xd3\x60\x2e\x7d\x9c\xfc\x63\x6b\x9f\x99\xf9\x2b\x22\xb2\x48\x4d\xef\x4e\xa3\x21\x56\x86\x9b\xbf\xcc\xdd\xed\xe5\x66\xe6\x66\xbb\x5d\xe4\xb6\x5d\xcd\xbf\xdf\x64\xad\x6d\xae\x8a\xdd\x3f\xd5\x59\x6e\xb3\xef\x8a\x2e\x33\x7d\x57\x3f\xbc\xac\xdb\xad\xcd\x4d\x5e\x67\x36\x33\x9b\x62\xbd\x7b\x7f\x65\xcb\x8c\x6a\x34\x45\x47\xdf\x36\xd9\x77\xf5\xdd\x3b\x77\xef\x5c\xd6\x1b\x3b\x3f\xdd\xbd\x5f\x17\x95\xc9\x9e\x55\xc5\xaa\x30\xe5\xdd\x3b\xb9\x69\x2f\x97\xb5\x69\xf2\xf9\xa9\x29\x2a\xaa\x47\x2d\xaf\xea\xaa\x6b\xea\xd2\xde\xbd\x63\xdf\x6e\xcb\xba\xb1\xf3\x63\xfe\xd7\x34\xd4\x8a\x2d\xb7\xf3\xc3\x9f\xfb\xdc\xdc\xbd\xd3\x16\xeb\x6a\x51\x54\xf3\x63\x02\x47\x59\x5b\xa3\xcd\x45\xf2\x39\x37\xd9\x19\x7f\xfe\x32\xfb\xfc\x5f\xff\x9c\xd9\xce\x6c\x4d\xf6\x55\xbb\x31\x65\xf9\xb5\x69\xb9\x46\x93\xf5\x1b\xc3\x9d\x9a\xaf\x1e\x49\x89\xb6\x5d\xf7\xdd\xfc\xcc\x14\x8d\xfe\xec\xb7\xf3\x23\x6a\xb0\x95\xde\x1a\xbb\x2e\xda\xce\x36\xf3\x57\xfc\x07\x7f\xbb\xb6\xcb\xb6\xe8\xec\xfc\x8c\xfe\x73\xf7\xce\x95\x6d\xda\xa2\xae\xe6\xaf\xe9\xdf\xdd\x9f\x08\x09\x5b\xb3\xf6\x28\xb8\x7b\xa7\xb3\x9b\x6d\x69\x08\xfa\x45\x9d\xdb\x92\x8a\x4b\x53\xad\x7b\x80\x3c\xcb\x8b\x7a\x43\x10\xab\xc6\x52\xf9\xa2\xb2\xd7\xf3\xa3\x86\x06\x3a\x9b\xcd\xee\xde\xe9\x69\x11\x16\xdb\xa6\xbe\x28\x4a\xbb\x30\x55\xbe\xd8\x00\x43\xa7\xb6\xa1\x0f\x19\x2d\x42\xdf\xf6\xbb\xf7\x4d\x81\xd5\xa0\x39\x5d\x14\xeb\xbe\x31\xbb\x7f\xda\xfd\x8b\x6d\x65\x1a\x36\x27\xe4\x2c\x4c\x3b\x7f\x5d\xaf\x76\x7f\xce\x76\xbf\x60\x71\xd0\x68\x65\x68\x81\xbe\xd7\xda\x84\xfb\x8d\x29\xca\xf9\xf1\x43\xfc\x83\xa1\xb7\xed\x75\x4d\xcb\x74\x66\xab\x4b\x83\xd9\x2f\xba\x9b\xad\xa5\xc9\xe7\xc5\x9a\x67\xbb\x32\xdb\x6e\x75\x69\x08\x45\xfc\x2f\x5a\x6d\xec\xb6\x26\x7c\xd4\xcd\x0d\xc1\xf1\x9f\xbb\x7f\xe6\xb6\xeb\x66\x6d\xaa\xe2\x9d\xe9\x80\x9e\x13\xfd\x41\x83\x04\x92\x36\x45\xd3\xd4\xcd\xfc\x98\x36\x55\x79\x49\xbf\x69\xf6\x0b\x34\x34\x7f\x59\x5f\xd5\x59\xda\x0e\xca\x68\xc7\x35\xc0\x22\x15\x9b\xec\x05\x7e\x68\x43\x28\xbc\xa8\x9b\x37\x52\xf1\x5b\xfa\x0b\x9b\x6b\xdc\x00\x0d\x46\x2a\x0f\x07\x62\x2a\x5a\x0c\x2e\xfe\xce\x36\xb6\xe2\xad\x12\xc1\x30\x46\x4d\xbe\x21\x6c\x6e\x0d\x6d\x5d\xbf\x83\xeb\xec\x10\x5f\x79\x53\xe4\x35\x6d\x0b\xb3\x5a\xd5\x7d\xd5\x2d\x5a\xdb\x75\x45\xb5\x6e\xe7\x47\xe9\xc2\x64\xb4\x4b\x8f\xb0\xff\x68\x85\xf6\x80\xdc\xbd\x73\x53\xf7\x7e\xdd\x69\x15\xfa\x6c\xcb\x4b\xae\x05\xbe\xde\x59\x6f\xda\xf1\xc2\xf3\x4c\xdb\xc5\x85\xb5\xf9\xfc\x5b\xfa\x0f\x30\xf1\xb2\xee\x76\xbf\xd2\xa4\xa8\x78\xdb\x97\x25\x21\xf9\x8f\xbd\x6d\x3b\x6a\xa2\x2e\xe9\x74\x76\x7e\x70\x36\x3b\xa5\xf2\xbb\x77\x8a\xb6\x25\x80\xf9\x69\x53\x2f\x4b\xda\x1d\xdc\xec\xca\x54\x2b\x9a\xfa\x11\xff\x83\x23\x70\xf7\xce\x0f\xad\x35\xcd\xea\xf2\x47\x4c\x06\x7f\xd0\xde\x6c\xff\xd8\x17\xad\xee\xdf\xbd\x9b\x02\x7b\x30\xda\x7f\xdc\x9b\xef\x8c\x7a\xa2\x53\x32\x3f\xda\xfd\x33\xed\x37\xa6\x27\x3f\x14\x55\xdb\xd1\x61\xa5\x7e\xf4\xaf\xf9\x33\xfe\xd7\xad\x5f\x57\x74\x84\xa9\x63\x9c\x78\x9e\x44\x11\x95\x66\x5b\xd3\x98\xec\xb4\x29\x36\xb6\xa0\x3f\x8e\xdf\xda\x55\xaf\xd5\x80\x06\xda\xd0\x8b\x7c\x29\x64\xef\xbb\x7a\xdd\x66\x8c\x9b\x26\x7b\x71\x73\xf6\x87\xe7\x07\xd9\x69\xdd\x76\xeb\xc6\xf2\xdf\xf4\x1f\x82\xfe\x22\xab\xfb\xec\xbc\x78\xf2\x98\x26\x48\x15\xa5\xeb\xd1\x2a\xdb\xec\x31\xe1\x89\xa9\xe7\x13\xda\x19\xad\xc0\xe2\x18\x9d\x17\xdb\x1a\x1b\x67\x58\x4e\xb4\xb5\x9b\x3f\xa5\xff\x8c\xd0\x33\x3c\x90\xd4\x12\x1f\xe0\x97\x44\x66\xa7\x5a\xa2\x72\xd0\x4e\x6a\xe3\xb4\x6e\xb2\x0b\x73\x55\x37\x07\x44\x2b\x6c\x56\x67\x1b\x4b\xab\x58\xb4\x9b\x3a\x7b\xf6\xf2\xe5\xc9\x93\xc7\xb4\x7d\x36\xf4\x99\x36\xd1\xcf\xb4\x6b\xb9\x91\x15\xa1\x6b\x45\xc4\x8e\x66\xd1\x77\x17\xff\x6d\xb1\xb6\x95\x6d\x88\xd6\xae\x0a\xc1\x24\x23\x86\xe6\xde\xb6\x25\xd1\xa3\x9c\x69\x5a\x9d\x9d\x9d\x3d\xc7\x40\xbb\x4b\xda\x1f\x74\x20\x70\x9a\xdb\x3f\x96\x40\xae\x0e\xe5\x84\x1a\xe6\x02\x8c\xd8\x34\x84\xf8\x2b\xfe\x73\xe9\x06\x0f\xb6\xd2\x4e\xe0\xd8\x36\xcd\x82\xc8\x67\x77\x83\x65\xe2\x1e\x4e\xb2\xa3\xd0\xd4\xed\xf5\xb3\x8a\x77\x00\x0d\x13\x0c\x2d\xbb\x32\xef\x8a\x5a\xdb\x2c\xaa\x2b\x53\x16\x39\x2d\xe0\x10\x9f\x83\x26\xa3\x76\x6c\xb3\xa1\xd6\x33\xfa\x18\x61\xe9\xde\xec\x1e\x11\xe0\x7b\x0f\xef\x51\xc3\x55\xbd\x10\x32\x01\x6a\x9d\xd3\x41\xa0\x1d\xbd\x68\x94\x6b\x30\x09\x14\x52\x1c\x86\x45\x1b\xcf\x2c\x0b\xc2\x14\x51\x9c\x3a\x53\xd0\x9a\x46\xbb\xc9\x56\x4d\xc2\xb1\x30\x22\x13\x53\x9b\x04\x39\x8e\x3a\xe9\x56\x39\xa4\x16\x68\xb3\x8c\xea\x4c\x20\xc4\xcc\x70\xc6\xdc\x32\x4f\xef\x67\xa2\x8a\xa6\x68\x81\x1c\x9c\x11\x22\x73\x24\x29\x24\x38\x3b\xdc\x12\x21\xa1\x19\x5e\xd5\xa1\xd0\x2d\xfd\x51\x5d\xd6\x74\xa6\x68\x7a\x15\x43\x9b\xac\xed\x4d\x56\xc7\x24\x38\x33\xb4\x21\x7e\x27\x14\x63\x11\x6f\x23\x40\xbf\x32\xc5\x3b\xf4\x91\xd2\x10\x0f\xea\xba\x39\xaf\xb1\x5a\x35\x4e\x70\x80\xc3\xaf\x4d\xdd\xd5\x32\x76\x92\x63\x68\xd6\xe8\xaf\x35\xe5\x15\x7d\xac\x88\x0a\xd2\x88\x8a\xc6\x0a\x38\x88\x56\x4f\xec\x1f\x07\x90\x29\x05\x96\x25\x9c\x44\x57\x16\x36\xb5\x67\xc1\xb9\xbd\xb2\x19\x6d\x88\xcc\xac\x2c\x09\x1b\x99\xa9\xfd\x86\x6f\x74\xfc\xf1\xb8\x68\xc7\x58\xd7\xbe\x43\x6a\x4e\x92\x00\x09\x33\x4f\xea\xcd\xee\xd7\x0a\xdd\xc9\x07\xd7\xd9\xb3\x96\x0e\xa8\xb9\x20\xb9\x26\xfb\xfe\xd5\xf3\x56\x4e\xe3\xaa\xac\xc1\xba\x36\xd9\x55\x41\xe2\xcf\xd9\x53\x3e\x98\x97\x8b\x6d\xdd\x74\x38\xfd\x1d\x7f\x0c\xdf\x5c\x5b\x2f\x77\x7f\xd9\xd8\x86\xb1\xbb\x65\x28\xac\x4f\x4b\x9c\x86\xc5\x3e\xec\x13\xaa\x46\x82\x5d\xb7\x7b\x4f\x53\xa4\xcd\x5c\x1f\xd0\x0c\x8b\xb7\x56\x8e\x90\xf4\x8d\xad\x4b\x2b\xae\x1b\x77\xd5\x37\x6d\xad\x43\xb8\xec\xba\x6d\x3c\x86\xa7\xe7\xe7\xa7\xd1\xd7\xbd\xa3\xa0\x79\x60\x20\x26\x33\xbc\x9d\x64\x6b\x14\x0d\x0d\xc2\x21\x6b\x26\xdb\xab\x6f\xca\x39\x21\x61\x6a\xe7\x51\xd1\x04\xc6\x18\x67\x4c\xde\x62\x84\x61\x5c\x8f\xf0\x9f\x96\xd6\xa3\x33\x9b\xe5\xee\x17\x90\x43\x96\x87\xf8\x54\xd4\x5b\x1c\xda\xbd\xc7\xe2\x64\xbb\x42\x71\xd1\xaa\x0c\xb5\x8f\x1b\x10\x5e\x22\x71\xda\x09\x5a\xed\x86\xf0\xe1\xc9\x7e\x76\xf6\x02\x48\xe2\x8f\x17\x4d\xbd\x99\x3f\xb1\xff\x21\xfa\x19\xb6\x9c\xad\x72\xa2\x3b\xda\x16\x77\x2b\x9b\x8f\x24\x23\x94\xd0\x54\x2d\x09\x54\xab\xe2\xc2\x63\xf0\xd5\xb7\x47\xd9\x7f\xfe\xe2\xf3\xcf\x67\xd9\x49\x46\x62\xd2\xc6\x74\xba\x5f\x41\x02\xfa\x8d\x36\x42\x24\x33\xbb\x87\xf3\x7c\x2f\xfb\x8a\xbf\xfc\x77\xfb\xd6\x90\xdc\x6a\x67\xc4\x24\xbe\x9e\x41\x4a\x22\x79\xa4\xd1\xc3\xf1\x50\x3a\xc6\xa9\xdc\x58\xea\x19\x72\xa1\x02\xa4\xfc\x6a\x00\xe3\x64\xe9\x05\x0b\x2e\xcd\x66\xfe\xd4\x93\xbf\x23\xf9\xa2\x83\x66\x01\x4e\xa8\xa1\xb4\xbc\xa8\xea\xae\xb8\xb8\x89\x2a\xbc\xc4\x07\x3f\x4b\xaa\x70\x54\x37\x8d\xc5\xc9\xc1\x36\xb6\x10\x95\x08\xeb\x2b\xbb\x9f\x49\x9f\xb9\xed\x6e\xb3\x93\x9e\x7a\x6a\xfd\x42\xd1\x92\xd6\x17\x17\x25\x89\x79\xc2\xe5\x0e\x65\xa7\x33\xb3\x3b\x91\x82\x14\x82\x76\xf6\x96\xd4\x86\x27\x72\x28\x40\xed\x8e\x9e\xbc\x24\x86\x0b\x66\x4b\xdb\x6d\x83\x8a\xd4\x23\x89\x75\xb9\xc8\x1f\x07\x59\x17\x28\x16\x9f\x9e\xd6\x51\x27\xe2\x1c\xdb\xba\x2a\x30\xcf\x77\xcc\x83\xca\x7a\x65\xca\x0d\x30\x08\xa9\x43\xf9\x0a\xc9\xbf\x57\x86\xf0\xe0\xfa\xa4\xe1\xf9\x6d\xf6\x9d\x96\x8d\xa1\xa3\x71\x06\xbe\xe3\xc0\x09\x0f\x17\xc4\x6b\x08\x39\xb4\xd7\x5a\xec\x7c\x0c\xc0\xb4\xd1\x58\x05\x90\x20\xa0\xe8\xd0\x66\xa4\x73\x84\x12\x3a\xc0\x9e\x18\xb6\xd8\x4b\x5b\x93\x63\x2e\xd1\x78\x13\x3e\x18\xc6\xcc\x9a\x65\xe3\x97\x7a\x0a\x3a\xc5\x2d\x8f\x38\xa9\x05\xc4\xba\xce\x0f\x84\x38\x31\x41\xab\x19\x65\x80\x4e\x78\x20\x91\xe1\xd6\x28\x7b\x65\xd6\xda\xce\x54\x18\x24\x5d\x47\x75\xca\xc5\x55\x41\xba\xd8\x2b\x16\x06\x2d\x0f\x92\x9a\xf2\x7b\x8d\xbb\x30\x44\x43\x88\x93\x95\x9e\x89\x61\x79\x45\xe5\x6b\xa7\xdb\xd3\x79\x9c\xe9\xb8\x02\xbe\x7c\xf3\x82\xca\x1c\xf4\x89\x7a\x25\xa4\x93\x40\x4b\xff\x77\xcd\x1e\xa0\x4b\x5a\x33\x5e\x22\x37\x3d\x81\xb7\xac\x1a\x03\xf3\x2d\x84\x38\x55\x5e\x67\x4e\x6f\x51\xad\x41\x04\xdd\x58\x08\xa1\xbd\x57\x78\x6c\xec\x17\x36\x32\xb3\x26\xb5\xfc\x80\x58\x38\x7a\x32\x10\x16\x51\x99\xa5\xea\x48\x13\xfd\xe4\xd9\x93\xf9\x67\x9f\xf2\xea\x10\x99\xa1\x09\xc9\x10\xe9\xc0\x13\x11\x57\xd6\x38\x21\xc7\xc8\x18\xf7\x1c\x53\xd5\x98\x50\x6f\xa8\x6d\x71\xb5\x48\x10\xb1\x11\xb3\x1e\x48\x44\x2a\x3c\x2b\xd9\x09\xdf\x1d\xd5\xc1\xe1\x61\x08\xa9\x97\xea\xc4\xaa\x76\x2c\xd6\xc4\xa8\x9d\xee\xd1\x28\xdb\xa6\xa5\xe8\x16\xa4\x18\x2f\x2e\x40\xfe\x48\xe9\x32\x25\x51\x3d\xe2\xff\x28\xe0\xbd\x4a\xf4\x13\x2c\x34\x7b\x40\x50\x0f\xbe\xcc\xee\x5f\x39\xe1\xf8\x0b\xd0\xb4\x05\x9d\xa8\xa2\xc4\x9e\x87\x46\x87\x75\xe7\x93\xc5\xab\xd3\xf6\xc2\x18\x55\xac\x3d\xe0\x63\xc6\x12\x3d\xfd\x77\xf7\x4f\x24\x45\x11\x79\xbd\xae\xca\xda\xe4\xc0\x93\xab\xbb\x2c\x2a\x20\x81\x8a\x2f\xd8\xf8\x02\x02\x74\x9f\x36\xcf\xcb\xdd\xff\x3e\x89\xe1\xd6\xf5\xb2\x2f\xca\x7c\x86\x09\x8a\x34\x4c\xb2\xb0\xee\x94\x64\x1d\xfe\x34\x25\x6b\xf3\x08\x45\x46\x58\x81\xf0\x76\x46\xe6\xe6\xda\x0a\xc2\xdc\xe1\xb4\x0c\xb4\xfb\x85\x34\xb5\xab\xdd\x7b\x02\xd6\xaa\x5e\xc0\x02\x5e\x68\x03\xad\x2e\x13\x19\xcb\x88\x1c\x20\x03\xe2\xee\xa9\x89\x68\xf7\x99\xae\x87\xf9\xe7\x7e\x9b\x3d\xfc\x9a\xfe\x4b\x68\x36\x57\x56\x38\xcd\x7a\xb4\x3c\x10\x01\x41\x7e\x12\x15\xfa\x4f\x75\x3a\x87\xe4\xf0\x8c\x50\xb2\xf7\xb0\x08\x56\x06\x93\x73\x9b\xa8\xed\x57\x38\x08\xf3\xc7\x76\xf3\xf0\xaa\xa0\x8d\xf1\xbb\xec\x98\x4a\x36\x35\x6b\xf3\xcc\x27\x5b\xa6\x5f\x57\x7c\x4c\xe9\xc0\xd6\xe5\x25\xc9\x66\x22\x27\x92\x20\x56\x5c\x15\xb4\x29\x1e\xd2\x39\xc7\xc9\x02\x8f\x5d\xf5\x05\xd6\x84\x65\x96\x1f\x60\x7e\x23\x55\xb9\x17\x19\xbc\x2e\x73\x88\x5a\x83\xe3\x01\x3a\x31\x34\xf8\x38\x58\x3d\x07\xed\x75\x41\xf8\x5f\x78\xb3\xdd\x82\x07\xf7\xb6\x9b\x9f\x37\xc4\x8d\x98\x5d\xe3\x27\xef\x8c\x60\xd1\x3b\xf2\x16\xbd\xcd\x0d\xef\x80\x76\xfe\xc2\xf6\x6d\x22\xbc\xb7\x38\x86\x25\x6d\xf9\xba\x61\x5e\xa9\x70\x09\x08\x35\xe4\x01\x50\x81\x5a\x23\x8d\x81\x1a\x23\x91\x9a\x08\xe2\xd0\x38\x43\xc5\x62\x4d\xd2\xee\xd4\xa6\x44\x25\x4c\x77\xd9\x22\xf9\x9a\x28\xea\x7d\x36\x65\x88\x79\x63\x46\x2b\xcb\x16\x15\xe9\xfe\x18\x46\xcf\x7e\xa0\x3e\x30\x42\xd5\x36\xf9\xa3\x5a\x34\xe6\xaf\x46\x10\x44\xef\x60\x05\x09\x56\xbc\x85\x1a\x82\xc4\x9a\x97\xb1\xd1\x49\xed\x3e\x5e\x02\xba\xb4\x5b\x88\x4b\x9b\x76\x3d\xff\x3d\xed\x96\x8e\x0e\xa9\xa7\xbf\xdf\x64\xb0\x69\x5a\xa1\xba\xbf\xf3\x06\xcf\x8f\xac\xfb\x7b\xea\xd9\x62\x7f\xb8\xea\x29\x53\x15\xab\x22\xa9\x8d\xe0\xa8\xab\x9e\xe4\x4a\xd0\xf5\x2b\x16\x44\x84\xa1\xb6\xbc\x83\x99\xa5\x39\x31\x81\x4e\xfc\x2c\xf3\x06\x05\x66\x37\x10\x3f\xa5\xcb\xae\x56\x4b\x42\x7a\x0c\x68\x67\xc0\x48\x3a\x92\x01\x30\x72\x90\xd7\xd0\xbd\x9e\xc2\x58\xfa\xf3\xcc\x1d\x34\x4f\x44\xd4\x8b\xba\x88\x47\x64\x98\x6d\x6f\xec\x66\x89\x06\xed\xfc\x39\xfd\x05\x1e\x48\x95\x5f\x14\x9b\xbb\x77\x48\xd6\x5d\x13\x1d\xf1\xa4\xfe\xb8\xa5\x53\xb5\x2a\xa8\x33\xdd\xe2\x00\xb0\x23\x00\x3a\x6a\x46\xd4\xe7\x6f\xbc\x39\x98\x08\xd2\xf5\xfc\x54\x79\x25\xa4\x8d\x80\x6c\x35\x14\x07\x7c\xcf\x3c\x97\x11\xe1\x85\x85\x57\x6a\xaf\x73\x58\xff\x7e\xc3\xe8\xce\xac\x0a\xd1\x76\x30\x79\x4c\x53\x05\x2b\x91\x34\xbe\x5a\x7e\x7d\xbf\xfd\xea\xd1\xf2\xeb\x88\x01\x1c\x80\x8a\x93\xf8\xcb\x82\x0e\xf1\x8d\x95\x29\xde\xf2\xd0\xac\x1a\xc3\x2b\xc8\x0d\xcd\xee\x9f\xdf\x16\x1b\xfa\xeb\x7e\x9e\x5d\xd2\xd8\x9c\xda\x58\x43\xb0\x07\x77\x82\xd2\xe7\x30\x3d\xf3\x86\x76\xc7\xfe\x78\x91\xb1\xb2\x00\xb3\x4a\x2f\xcc\x8a\x0f\x2d\x1f\x1d\xb7\xcd\x55\x3c\x06\x03\xf3\xdb\x9c\xa7\x5c\x16\x9b\xa2\x1b\x6f\x37\x47\xda\x40\x26\x79\xaa\xe0\x8f\x50\x45\x3c\x4a\x58\xd2\x13\x7c\x60\x00\x9b\x9e\x56\x3c\xbb\x80\x54\xb5\xfb\x33\x0c\xb4\xd1\x66\xa4\xed\xb3\xee\x89\x42\xd9\xec\x8b\x8c\xb6\x1f\xc9\x1e\x10\xe8\x88\x4c\x2c\xfa\x4a\x31\x6b\x73\xd9\x71\x27\x05\x33\x42\xe9\x1e\x72\x60\x5f\x70\xb7\x89\x4e\x25\x63\xa8\xa4\x6b\x59\x18\x1a\xdd\x27\x7e\x15\x3e\x9d\xd1\x06\xd2\x36\x18\x8a\xf6\x85\x5d\x12\x86\x92\x09\xa4\x6b\x0a\x89\x58\xb7\x4f\x63\x79\xc6\xac\x7a\x61\x1f\x1c\x90\x52\xca\xcb\x48\xb2\xd5\xb2\xe6\x63\x67\x96\xb4\x9a\x6c\x8d\x00\x16\x75\xec\x47\x02\x05\x53\x89\xac\xa2\x6f\x28\xac\x4e\x8a\x39\xa7\x96\xb2\x94\x21\x57\x20\x9d\xa5\x5d\xde\xd9\xfd\x33\x26\x8e\xaa\xa0\x34\xe7\xdd\x3f\x66\x15\x1d\x04\xbf\xdb\xb1\x43\x30\x1e\x0c\xab\xdb\x33\xaa\x4f\x1a\xfb\xe9\xe4\xb8\x1a\x9b\xdb\x0b\xa2\x0e\x9e\x79\xb6\xee\x82\xa1\x8d\x0f\xe1\x2b\x05\x93\xdd\xa4\x27\xd5\xf1\x63\x36\x0d\x87\x6d\x84\x0e\x56\x62\x28\x1e\xa3\x9c\xc8\x36\xc9\xa6\x3d\x50\xef\x66\x26\xfc\xd8\x21\x36\x74\xea\x4d\x55\x63\x14\xbb\xc1\xe0\x8c\xe9\x80\x7d\xad\xae\xae\x17\xed\x25\xec\x1c\x27\x7c\xa4\x20\x0e\xb3\x19\x55\x41\x07\xd6\x36\x2a\xa4\x2d\x8b\x0e\xfe\x8b\x70\x6a\x52\x0a\x0d\xac\xda\x37\xb6\x9d\x9f\x81\x62\x55\xf5\xfc\xa5\xdc\x48\xd4\x39\x74\xdd\xc3\x92\x68\xa5\xda\xda\xa1\xb9\x13\xec\xf7\xd4\xd2\xcb\x58\xe2\xed\xbd\xc4\x0b\xbe\xf4\x32\xb6\xca\x35\x89\xc5\xec\x58\xcf\xf4\x68\xe1\xef\xde\x39\x1d\x48\xc9\xaf\x6c\x72\xe5\x93\xf9\xa9\x9f\x9d\x3d\x3d\x67\x29\xfd\xa5\x9a\xf2\x56\x97\x24\x62\x89\x91\xe9\x69\xd7\x6d\xdb\xef\xd5\x32\x03\xab\xca\x19\x1a\xbe\x81\x70\xea\xbe\x8a\x7d\x79\x4d\x0d\x9d\x5b\xb3\x89\xc6\x4a\x92\x1d\xe1\x7c\x4b\x62\xc3\x21\xb1\xd2\x64\x7e\xd0\x25\x9a\x70\x57\xc3\x2a\xc0\x71\x24\x9d\x4f\xdc\xc2\x04\xed\xcb\xf2\x0d\xd3\x4f\xd1\x42\x88\x50\x2e\x96\xe0\x9f\x88\x98\x95\xdb\x4b\xc3\x42\x8e\x87\x85\x69\x84\x2f\x40\x63\x2b\xaf\x29\x2f\x4c\xd5\x6f\x76\xbf\x34\xc5\x4a\x14\xdc\xcb\xdd\xaf\x17\xb6\xca\x3e\x79\xf8\x29\x2b\x5d\xfd\xb2\x84\x68\x02\x42\xb1\xf8\x74\xd0\x72\x4e\xe7\xef\xff\x71\xeb\x6d\xf1\xce\x26\x6d\xb2\xf1\xf1\x7e\x8b\x32\x16\x59\x47\xe5\x2c\xbe\x91\xf2\x6b\xcb\x9a\x77\x62\x0b\x39\x39\x8c\x81\x2b\x9a\xb7\xfb\x2b\x12\x75\xda\xec\xde\x13\x37\xa9\xc7\x15\x85\xcc\x24\xc8\xa6\xd3\xb6\x87\xb0\xba\x43\x48\xf5\x60\xac\xd3\x5a\xa1\x92\xd8\xea\x54\x74\x66\xa8\xea\x0d\xb1\xdf\x4a\x21\x8f\x1b\x56\xf8\x49\x2a\xae\x2e\x89\xa0\xe6\xf5\x97\xfe\x46\x92\x38\x17\x6b\x22\x2b\x3e\x90\xf2\xcd\xd1\x71\xfa\x0c\xa3\x4a\x6e\xfb\x59\x74\x82\x83\x9e\x21\xc6\xaa\x40\x43\x9a\xf8\x08\xb3\xb6\x44\xcc\x13\xe6\x1c\xb6\x16\x84\x7b\xd4\xc5\x92\xa8\xf0\xa2\x33\x6f\x6c\x35\x3a\x92\xd9\xcf\xc4\xde\xc0\xcd\xa1\x0d\x2b\xd9\x21\x9d\x68\xba\xda\x40\x39\x1a\x55\x25\x59\x65\x4f\xcd\xa1\x31\x7d\x54\xb5\xa3\xc3\xb6\xb7\xae\x1c\xbc\x71\x25\x59\x53\xae\x40\x73\xcd\xa7\x08\x87\xaf\xd4\xb7\x52\xa7\x28\x4b\xbb\x86\xb9\xd4\x75\x48\xeb\x50\xa5\xfd\x60\x37\xc1\xcc\x1a\xed\xfe\x02\x95\x8a\x76\x16\x21\xd5\x2f\x50\x58\xd1\x58\x75\x91\xa5\xd1\x32\x61\xf7\x50\x9b\xe8\x47\xbe\x48\xd4\x4f\x1e\x43\x90\x5a\x57\xb6\xe9\x44\x66\x82\xb4\x06\x4a\x5c\x54\xa0\xab\xe0\x12\x3a\xd0\xc1\x32\xa8\x66\xeb\x6c\x6f\xa3\x5e\x68\x5f\x42\x5d\x4d\xba\x49\x44\x33\x1b\xb5\x4c\x62\x10\xf1\x08\xdb\xe9\xad\x7d\xa4\x3a\xd7\x53\x6d\x7b\x96\xb8\xaf\x65\xc7\x66\x82\xb2\xc8\xf4\x9a\x66\x93\xa8\xe5\xce\x95\x00\x9b\xdd\xbe\x25\x32\x99\x2a\xd5\xb9\xea\xd2\x5c\x84\x49\x96\x24\xcf\x42\xdb\x92\xc9\xc5\xc0\x86\x09\x17\xae\x54\x60\x36\x15\xed\x7b\xf7\x97\xb2\x03\x51\x80\x1c\x4e\x27\xb3\xf2\x2b\x2d\xd6\xce\x30\x61\xd2\x1f\x9e\x80\x9e\x80\x63\xb0\xf0\x53\xf7\x2c\xde\xc7\x30\x7c\xb4\xdc\xfc\x71\x6b\xf1\xc6\xde\xc4\x5a\x8a\xca\x64\xad\x5d\xf7\x05\x14\x66\x41\xc7\x8a\xf5\x78\x96\x82\x1d\x3b\xfa\x92\x55\x3d\xd2\x81\xa1\x75\x30\xd4\x8d\x6f\x8f\xef\x79\x03\x47\x08\x6d\x24\x2d\x1c\x64\x1b\x36\xbe\xb5\xfd\x86\xbb\x02\x92\xbd\x08\x61\xf6\x48\xe2\xae\xfe\x16\x96\xae\x60\xb2\x85\x7e\xe8\x0c\x10\x87\x43\x63\xe2\x85\x21\x4d\xb5\x17\x1b\x01\x11\xf6\x8e\x0e\x11\x30\x2f\xae\x10\x90\x81\xc4\xc8\x40\x2a\x36\x9d\x22\x68\x7a\x8a\x31\x5a\xb9\xd1\x7e\x75\xa2\x6d\xa7\x57\x29\xf6\xed\xaa\x24\x46\x88\x33\x43\xcc\xb1\x6a\x2f\x6c\xb3\xfb\xf5\x61\x69\xbc\xe9\x6e\xe6\x7a\x84\xb8\x0c\x07\x88\x61\x87\x17\xe6\x1d\x44\xa1\x6e\x4c\x67\x5c\x5f\x72\x95\x60\xa4\x17\xee\x70\xd4\x05\x36\xd3\x60\x62\x30\x79\x0c\x2f\x01\xfd\x0c\xcd\xc7\xcc\x91\xfb\xfd\x98\x09\xc6\x48\x95\xdb\x0b\xf4\x3d\x58\x05\xe9\x1c\x0c\xa8\x35\x72\x21\x45\x5c\x79\xdd\x57\x6d\x30\xd3\x26\x1d\xd3\x11\xd8\xfd\xf9\x61\x09\x55\x99\x3e\x6c\xeb\x82\xf6\xca\xd6\xac\x0d\x18\xe5\x95\xa7\x17\x44\x7b\x0d\xeb\x98\xa4\x98\x56\xab\xcb\xe4\x08\x36\x66\x23\xd6\x34\x3a\xac\x45\x35\x3c\x84\x24\xf1\x61\xac\xb0\x2a\x5c\x9a\x6a\x6d\x17\x6a\xec\x67\x91\x10\x44\x05\xb2\xaf\xb3\xda\x6f\x32\x67\xde\xc7\x65\x8d\xaf\xb2\xea\x5b\x22\xe7\x83\x9a\x51\xbd\x6a\xca\x81\xe4\xe7\x9a\xc4\x87\xba\x82\x99\x73\xd5\xd0\x4c\x7b\x36\x34\x6d\x22\x77\x8e\xc2\x8e\x6c\x20\xac\x13\x16\xdd\x0d\x2b\x82\x05\xaf\xda\xe9\xee\x2f\x4b\x5c\xcd\x41\xcd\x2e\xcb\xfa\xda\x36\x24\xe4\xe2\xdc\x92\x88\xc6\x1e\x4a\x34\x02\xa2\x76\xf3\x17\xa6\x81\xdd\xdb\x81\xc1\xce\xc6\x60\x55\xce\xce\x1f\x20\xcf\x33\xe6\x09\x10\xd9\x9b\x2b\xaa\xe1\x78\x4a\xc4\x68\x1f\xdc\x6f\x1f\x0c\xa4\x6d\xc7\x93\x42\x03\x5b\xd3\x11\x06\x2a\x51\x87\x78\x48\x39\x8b\xdb\x58\x75\xb9\xdb\x2f\xd8\xab\x8a\x8d\xb6\x7a\x7f\x21\x2d\xb3\x2e\x50\x8f\xba\x9d\xa9\x13\x8c\x38\xe4\xd0\x52\x39\xa7\x9d\x53\x75\xd8\x19\x5a\x9f\x95\x02\xb5\xf3\x23\x50\x89\x56\x2f\x67\xd9\xb6\x33\x67\xbd\xb9\x15\x1f\xb6\x42\xee\xd8\xe5\x66\x93\xc8\xdd\x3c\xdc\x72\xb6\x7c\x9a\xda\xf9\xd0\x02\x96\x5b\x52\xe8\xa1\x1b\x89\x5e\xaf\x5a\x38\x61\x7b\xfe\x7d\x91\x63\x9c\x5b\xc8\x90\xab\x45\x3a\x44\xb7\x4a\xb5\x1f\xbb\xdc\x10\xc0\xeb\x28\x91\xdd\x54\xd6\x06\xa6\xb8\x1d\xdc\x60\xb7\x6c\xd5\x67\x3c\xbb\x4b\x17\x53\xb2\xf7\x4c\x95\xdc\xcc\x35\xb6\x34\x7c\x51\x8a\x03\xf6\x8f\x42\x5d\x0e\x32\x1b\xc0\x6b\xc2\xbe\xc2\x12\xfb\xb8\xb6\xcb\xec\xc2\x42\xdd\x37\x74\xa4\xaf\x76\xbf\xb4\x91\x21\xe9\x02\xfe\x4b\xc1\xe2\x7f\x24\x86\x8c\x7a\xe8\x90\x87\x0b\x33\xbe\x67\x7a\x8e\x9b\xb3\xa0\x3d\xf4\xdb\x1c\x16\x3a\x87\x84\xc3\x4e\xee\x6f\xb0\xe0\x6e\xcd\x52\x10\x6f\xad\x3d\xe1\x83\x23\x9e\x58\x2c\xf3\x18\xad\x9b\x8b\x81\x82\xe0\x40\xf3\x67\xfe\xf0\x79\x47\xbb\x91\xed\x55\xb4\x3a\x6c\xef\x01\xa8\xb3\x93\x1c\xe3\x7e\xca\x30\x94\x12\x27\x5c\x62\x03\xd9\xb5\x5c\x24\x52\x87\x75\x56\x16\x6b\x77\x47\xd2\x58\xa2\x7b\x76\x83\x93\x4a\x08\x6e\xfb\xa0\xae\xe3\xdf\xa2\xea\xf9\x5a\x05\x7f\x40\x99\x9c\xf0\xe4\xb2\xc2\x28\x53\x82\x11\x6e\x5a\x0f\x85\x5e\x1c\x71\x31\xcf\x79\xba\x8a\xd3\xa3\xb5\xa6\x1d\x3a\x0a\x98\x6c\xd9\xb7\x2b\x03\x5d\x22\xdc\x50\xae\x2e\xeb\xba\x55\xab\xa9\x74\x7c\xcc\x26\x6f\xe3\x0c\x24\x99\x83\xd4\xa5\x71\xf4\xcc\x2f\xde\x6a\x60\x97\xb7\x3a\x60\xd4\x80\xfa\x49\x32\x95\x8e\x8f\x8f\xfe\xa2\xd8\xc0\xf7\xf2\xc4\xfb\x21\x39\x63\x5b\xac\x83\x30\xcc\x46\x7c\x7a\xd2\x39\x86\xfb\x9a\x97\x6c\x1b\x71\xd4\x34\xbe\x32\x75\x77\xb8\xbb\x5f\xaf\x6c\x79\x10\x51\xa6\x4b\xc1\xcc\xee\x3d\xb1\x8e\xd9\x60\x46\x7e\xaf\x29\x0f\x1e\xcc\x49\xbb\x49\xf6\x9e\x19\xec\x3d\xbf\xa5\x3c\xe5\x79\xd1\xe7\xa6\xc2\x55\x11\x93\x45\xa6\x42\x75\x99\x0f\x2f\xe9\x19\x97\xe2\x24\xe9\x4b\xd8\x68\xed\x9d\x40\x61\x10\x58\x24\xe5\x4f\xc4\x36\xe0\xd9\x5d\x66\xf8\xef\x91\x95\x24\x88\xf0\xce\x2b\x89\x87\x3f\x71\x7f\x34\x1b\x0d\xdf\xa3\xc4\x55\x15\x78\x39\x1b\x83\xd9\x67\xaf\xd5\xaa\x97\xab\x21\xd6\xdd\x89\x02\xc8\x5b\x64\x68\x84\x8c\x27\x56\x6f\xda\xa0\xd5\xb4\xb1\x6b\x86\x3a\x84\x2a\x4c\xf0\x09\xb5\x09\xb4\xb3\x9e\x88\xa6\x34\x4d\x37\xc5\x70\x4d\xc2\x08\x35\xb0\xa5\x49\x8f\x68\x66\x44\x2a\x71\x92\x2d\x4b\xc5\xc4\x07\x1c\x4d\xa4\x8f\x50\x58\x49\x9a\x31\xcd\xcd\xfc\xd4\x35\xe4\x3f\xa9\xa9\xf6\x89\x9a\xa9\x98\x32\x6c\x03\x94\xb0\x05\x0f\xc4\xcc\x21\x8c\x98\x7e\x82\x48\x1e\x43\x88\x6a\xf5\x96\xcf\xa6\x93\x12\x10\x99\xdd\x61\x9d\x1d\xab\xbc\x65\xf7\x19\x11\x65\x82\x5e\x45\x10\xfd\x2a\xd0\x29\xcf\x09\x5a\xb7\x2c\x9e\x58\xe9\xfa\x51\x4f\xf6\x67\xf9\xc6\xf4\xea\x9b\xd1\x58\x02\x49\x56\xae\xc4\x06\x73\x11\x3c\x53\x6a\xfc\x3b\x5c\xe7\xe6\xbc\x6d\x05\x03\x87\x79\xc1\xfd\x37\x6a\x81\x9f\x32\x86\xa1\xc6\x10\x7a\x54\xb6\x48\x4c\xfc\x30\x75\xff\x15\x66\xfd\xc4\x96\x9d\x9a\xf5\x8f\x9c\x59\xdf\xf9\xb8\xe7\xd8\xd4\x50\xdb\xa6\xac\xfb\x07\xce\xbc\x5f\xa9\x54\x0c\x39\xda\xdf\xba\x27\xc3\x99\xc5\x93\xf1\x84\x87\xb6\xef\x18\x31\x11\x96\x8d\x62\x64\xc4\xf4\xfc\x99\xf1\x22\x4e\x38\x35\xb1\xb0\x83\x3e\xa1\x83\x05\xd4\xb2\xc2\x24\xa2\x11\x6f\x32\x16\xce\x95\x08\x97\x45\x2b\xd7\xab\x2b\xdf\x84\xb7\x4e\x4f\xed\xa0\x57\xd8\x76\x2c\x87\x14\x2d\x4b\x16\x5a\x2f\x28\xc8\xce\x5e\x0f\xe3\x11\x51\x45\xf5\x97\x53\xb6\xf5\x15\x6e\x41\xaa\xf5\xd7\xd1\x45\x8f\x41\x00\xc2\x37\x5f\x3d\xd2\x12\x75\x52\xc2\xb1\x05\x52\x49\x4c\x35\xba\x96\x26\xbb\x24\x2e\x3c\xbf\x77\xbf\xbd\xf7\xf5\xda\x36\xa6\x89\xc6\xfc\xd5\x23\xf3\x35\x9b\x2d\xea\xb2\xd7\x59\x27\xf0\x5b\xe7\x67\x8d\x19\x41\xe5\xc0\xc4\xb4\xde\x2c\x6c\xe1\x14\x6f\x47\xc1\xf2\xaa\x38\x8f\x8c\x35\xdf\x6f\xbc\x26\xaa\x62\x38\xb7\x49\x8b\x65\xd5\x27\x89\xad\x7a\xbb\xbf\xe4\x62\x2e\xd2\x9b\x98\x0d\x51\xa6\x7a\x16\x1a\x64\xa1\xc4\x37\xc8\x94\x69\xd8\x2c\xd7\x66\xa5\x65\xd8\x03\xa4\x65\x6a\xcb\xb5\xe3\x0d\x4e\x47\xb2\xe0\xf8\xae\xf7\xdd\x2c\x9c\xf0\x60\xfc\x06\x89\x08\x3f\x33\x95\x41\xaf\x2c\x95\x27\x1b\xd2\x0c\xce\xbd\x12\x3e\xb1\x1f\x28\xd9\x73\xd3\x9a\x22\x7c\xae\x8b\x7c\x80\xd3\xdb\x28\x60\x5a\x67\x48\xfa\x82\xcb\x14\x8f\x49\xaf\xde\x3e\x86\xde\x8d\xfa\x0e\xc8\x48\x3a\x8c\xe9\xde\x70\xfe\xc0\x23\xcd\xf0\x30\x1c\x58\xe8\x70\x6c\xda\xe1\x05\xdd\xfd\x1f\x98\x6d\xe0\x0b\xf2\x4e\xd9\x91\xdd\x88\x03\xb3\x53\xe5\x5e\xea\xcd\x8f\xf1\x2a\x1d\xee\xb9\xd8\x8b\x8f\x17\xa8\x83\xe4\x22\xf1\x42\xac\x32\x9b\xd8\xb6\xfc\x5f\x49\x00\x82\x1b\x54\x57\xbf\xa1\x3d\x19\xc1\xf2\xed\x13\x7f\x75\xca\x36\xfb\xc7\x4d\x54\x0d\x24\x45\x14\xa4\x88\xa0\x24\xaa\x52\x76\xe8\x29\x82\xbf\x28\xbf\x85\x92\x48\xdd\x56\xea\xc6\x24\x43\x74\x11\x95\xaa\x69\x4b\xdc\x46\x34\xfa\x6a\x49\x0a\x2a\x2c\x53\x57\xc4\x6a\x7b\x96\xa2\xe5\x5b\xbc\x56\x6c\x46\x91\x11\xb9\xbb\x6b\x05\xcf\x4d\x4c\x33\x0d\xd7\x58\x30\x56\xa2\x69\x9e\xe3\x37\x4b\x1a\x87\x42\xc3\x4f\xc5\xaa\xe4\xbc\xb5\xd5\xd5\xc0\x57\x73\x5c\x8d\xeb\x29\xea\x5b\x41\x85\x36\xb5\x66\xbd\x43\xbc\xf5\x64\x6a\x98\xa4\x38\x90\x79\x9d\x59\x37\x2a\xef\x5a\x96\xd9\x0f\x4f\x9f\x39\xd7\xef\x99\xc8\x88\xb2\xaa\xdc\xf2\x29\x3b\x03\x10\xfa\xaa\x4e\x5d\x1a\x75\x75\x13\x9f\x2f\xbd\x70\xae\x87\xea\x89\x34\x94\xb8\x92\xeb\xe8\xfd\x14\xe3\xe9\x4d\x96\x09\xc6\x6d\x2b\xd1\x3f\xd2\x39\x28\xb7\xf4\x2c\x53\x4e\x0e\x47\x76\x94\x98\x81\x79\x53\x6c\xdd\x7d\x65\x35\xd5\x88\x9a\xf3\xf4\x7e\x3f\x1b\x38\xf1\x63\x9e\x62\x0c\x0a\xc2\x70\xa0\x40\x32\x7e\xa5\x1a\x1c\x21\xe4\xd7\x7a\x8f\x04\x76\x3e\xdd\xfb\x9e\xba\xd3\xa2\xd9\xbe\x19\x7c\x88\x46\x21\x3a\xc3\xdb\x1a\x6e\x21\x51\xf1\xe4\x22\x81\x6c\xcf\xd0\x79\xf7\xfb\x4e\x93\xb5\x60\x03\x0c\x2c\x4c\x60\xd8\xaa\xa7\x18\xaf\xd9\xb1\x47\x4e\x18\x50\xeb\xbc\xb4\xf9\xf4\xe8\x18\x9c\x0f\x82\x33\x7d\x44\x4e\x08\x0a\xa1\x6a\xf5\x61\x6c\x68\xc8\x05\x9a\x90\xe1\xf7\x23\x1b\x81\x4c\x85\xe5\xe3\x35\x84\x8d\xc2\x89\x04\xec\x3a\x77\x7a\xf2\xe4\xf8\xd5\xee\x1f\x82\x34\x80\x33\x43\xc8\x61\x6b\xc5\xef\x82\x73\xe1\x60\x60\xc1\xc5\x10\x43\x54\x4b\x44\x0a\xa3\xbe\x8f\xbe\x3c\x8a\x13\x1b\x00\x06\xca\xa6\xe4\x85\x17\x54\x66\x93\x4f\x4c\xc1\x1f\xf3\x26\x59\xbf\xbb\x77\x7e\x80\x3d\xef\x47\xd2\x06\xd9\xc8\xff\xa4\xae\xea\xe8\x7a\xca\x9f\xc6\x89\xa0\x8b\x38\xb6\x03\x60\xad\x5c\xee\xc7\xce\x5b\xcb\xba\x52\x07\xe1\x2d\x3c\x68\x2b\xd8\x4e\x37\xb4\xfc\x4d\xf1\x0e\x31\xa3\x45\x1b\x61\x76\xf7\x97\x0a\x97\x9e\x1e\xa9\x33\xf8\x6c\xb5\xec\xfc\x4c\x4c\xe8\xb5\xfe\x09\xfe\xa3\x05\xf8\xee\xfa\x67\x6e\x22\x57\x8d\xc9\xb5\xcd\x57\xed\xd6\x54\xd9\x8a\xd8\x5d\x3b\xbf\xd7\x63\xef\xe5\x19\xbc\xd5\xee\x7d\x0d\xe5\xe8\x8a\x28\x02\xf5\x47\x20\x5f\xc7\x6d\x22\x84\xd0\x35\xfc\xc9\x61\x62\x80\xc9\x59\xae\xb9\x32\x25\x51\x3b\x0e\x48\x10\x8b\x4c\x38\x3f\xa8\xdb\x7e\xca\xd6\xc6\x37\x62\xe0\xe6\x30\xc4\x21\x02\xb9\x98\xdd\xfb\x35\x4a\x51\x3f\x8d\x26\xe6\xed\x92\x24\x67\xb2\x11\x41\x87\xd3\x88\xdb\xb1\xc7\x89\x38\x23\xa5\x93\x5f\x16\x17\xbd\xda\x54\x79\xc1\x78\xcb\x3c\xe1\x30\x5d\x1f\xf9\x46\x9f\x11\x84\xea\x03\x50\xfd\x17\x37\x80\x33\xda\x51\x90\x1c\xac\xb3\x92\xb4\xd9\x8c\xf4\xfd\x62\x5d\xd5\x0d\x0c\x6c\x05\x89\x02\xad\x9d\x3f\xc7\xbf\x74\x6c\xfd\x97\x71\x7d\x58\x48\x5c\xc0\x97\xcd\x4a\x5f\xa1\xb1\x26\x67\xaf\xad\xc2\x3c\xdc\x58\xf7\x7b\xb2\xfe\x86\xe3\x66\xb9\x3a\x41\x03\x18\x5e\x01\x0b\xd2\x78\xbb\xb9\x06\x18\x33\xb9\x60\xd2\x37\xb8\xbf\xdb\x30\x79\x73\x73\x68\xb5\x59\xe6\x73\x56\x1b\xf6\x9e\x7b\xbc\x70\xe2\xb2\x97\xae\x5b\x6e\x2f\x4c\x5f\x3a\x33\xfe\xfc\x15\x4c\xf7\x6a\x21\x76\x71\xac\x34\x1a\x5a\x20\xda\x22\x34\x22\xf9\x43\x94\x27\xf1\x44\xcc\x3e\x81\x82\xf6\xe9\x07\x2d\xda\xc9\xe0\xff\x7d\xad\xda\x71\xd7\x33\x09\x24\x85\xe1\xac\xef\x2e\x63\xcf\xb7\xc3\xd4\x1d\x43\x63\x72\xe3\xd8\x46\x9b\xc4\xe6\xc6\x00\xc9\xa9\x4d\x66\xaa\x66\x91\x4d\x7a\x70\x71\x62\xb3\x65\xd9\x5b\x3a\xb6\x56\xf0\xe8\x8f\xad\x6b\x97\x97\x8c\x3b\x1c\xae\x99\x42\xcc\x10\xf2\x43\xf4\x33\xcf\x1b\xf0\xa8\xe4\x1a\xfb\x08\x45\x7b\x20\xe5\xd8\x70\x0c\x51\xc0\xfe\xc6\x07\x12\xf9\xd8\xa1\xb3\x47\xdf\x3d\x3b\x87\x76\xd7\x6f\x42\x8c\x63\x1c\x54\x26\xd1\x1b\xb3\xd0\x8d\xbb\xdf\xe4\xef\x69\xb8\x1b\x7f\xf2\x8e\xc3\xf5\x41\x7c\x29\x14\x3b\x32\x51\x5f\x49\xd4\x9a\x90\x11\x5a\x2e\xa6\x2d\x4a\x00\x1c\xe9\x8a\xc8\xce\x82\xf6\xff\xc5\x28\x08\x51\x9c\xff\x2f\x34\x6e\x7a\x48\x4e\x20\x22\x42\xcb\xa3\x6e\x89\x1d\x33\x9b\xdb\xde\x2c\xca\xa2\x7a\x43\x9c\x0d\x72\x13\x7d\xa1\x53\xfd\x86\x84\x81\x05\x8a\xf4\xab\x0b\x92\xd8\xbd\xa7\xb3\x85\x76\xfd\xfd\x1c\xfb\xef\x71\x33\x85\xcd\x05\x3a\x95\x0a\xd0\x20\x56\xc2\x85\xb1\x0e\xd4\x71\xd5\xfb\x5d\x28\xd7\x37\x19\x98\x04\xdb\x1f\x49\xab\x96\xfb\xb6\xf9\xbd\xc5\x92\xa8\xd9\x9b\x7b\x91\x96\xcd\xb9\x04\xa0\x52\xff\x0e\xb2\xfa\x35\x7b\x7d\x3c\xb1\xc5\x5b\xf1\x18\x3d\x59\xe2\x2c\x72\x68\xbf\xf8\x9d\xfb\xdf\x3d\xfc\xb6\x11\xfc\x4f\xe2\x8b\x55\x33\x4d\x81\x2b\x07\xfe\xfc\xad\xff\xc9\x11\xe8\x20\xeb\x7c\x76\x94\xec\x3a\x25\x2a\x21\xbf\x44\x8b\x08\x5d\xb8\x0a\xb3\xf3\xef\x60\x42\x78\xb5\x7b\xbf\x2d\x72\x3f\xef\xee\xb2\x68\x95\x16\x95\x62\x7e\x1a\x1e\x98\xc4\xd7\x98\x69\x37\xe1\x04\x51\x06\x4a\xbd\x9c\xe5\x3c\x59\xc8\x0a\x6a\x90\x46\x85\x6a\x4c\x02\xae\x85\xe0\xfa\x84\x0d\x26\x3d\x9e\xd2\xef\xd1\x16\x90\x0d\x08\x1b\xef\x64\x1b\x77\xef\x44\x74\x91\x84\xfa\xc6\xda\xf9\xee\x1f\x9a\x2b\xe6\x14\x7a\xf3\x89\x88\xd8\xce\xac\x5b\x86\x69\xb3\xff\x98\x9d\x1b\x44\x4f\x48\xa9\xd5\xcf\xb8\x2e\x25\x10\x29\x1a\x07\xa1\x23\x78\x9d\x3e\xd0\x7f\xb3\x57\x1a\xc2\x0e\x95\x76\x69\x61\xc8\xed\x20\xcf\x77\x00\xdb\x14\x25\x15\x11\x22\x5b\xbe\x5c\x14\x7f\xf3\x0d\x11\x42\xc4\xda\xf3\xbf\x60\x36\xa5\x35\x2d\x41\x3c\x67\xeb\x38\xfb\xed\xd1\x67\xbe\xf2\x69\x0c\xb2\x30\xf4\xfa\x8b\xd6\x82\x43\xd8\x9f\xd2\xbf\xc0\x06\xee\xca\xb8\x80\x3d\xcb\x01\x0b\xc7\xf2\x95\x87\x67\x09\x8c\x4f\xc7\x73\xfa\x4f\x24\x90\xb1\x75\x5e\xfa\x9f\x8d\xc6\xe3\x0a\x86\x81\xf4\xd9\x6a\x08\x71\x01\xc5\xf3\x31\xae\x51\x9a\xf0\x11\x54\xba\x6e\xe6\x4c\x9c\xc3\xd7\x0d\x34\xb8\xb5\x9d\xbf\x20\xc6\x8c\x93\x12\x4a\x70\xeb\x30\x7f\x62\x3a\x13\x3e\x89\xf3\xff\x0b\x56\xa8\x49\x4e\x44\xe8\xbd\x2b\xa2\x4d\xe6\x8a\xa0\x63\x45\x2e\xf4\x48\x58\xc1\x6a\xd7\xd6\x47\xef\x87\x92\xd9\x78\x69\xa2\xc2\x0a\xf2\x06\x95\x13\xa7\xdf\x64\x56\x41\x12\x88\x15\x2d\x51\xb3\xd0\x46\x9e\x17\x9b\x2d\x66\x1c\x95\xfb\x75\x26\xfa\xaf\x7f\x0d\x7b\x08\x20\xe8\x65\x83\xdd\x30\xd1\x45\x80\x9a\xe8\x85\x74\x86\x2a\x82\x90\x1d\x95\xd1\xa0\x1a\xde\x31\x49\x63\x75\x0b\x47\xe3\x21\xec\x85\x5d\x5d\x4a\x68\x7e\x04\x4c\x0c\x0e\x29\x3a\xe0\x64\x89\x8b\xa2\x96\x73\xa9\x4c\x8c\xcd\xc3\x4d\x0c\x0d\xd6\x1a\x57\xcc\x2c\xdf\x74\x4d\xb1\x64\x6b\x90\x87\x13\x3a\x31\x3f\xe3\x68\x97\xb8\xb6\x62\x9f\x6f\x79\xa6\xd0\x2f\xe5\x8b\x6d\x49\xaa\xdc\x20\x8a\xc4\x81\x73\x96\x87\xa4\x1f\xb7\xa4\x69\x6f\x8c\xc2\xce\x2c\xe7\xf7\x73\x45\x5c\xa8\x06\x9c\xb9\xb2\x11\xa2\xe8\x40\x21\x58\x40\x1a\x3d\x1e\x0e\x32\x2e\x25\xf1\x67\xc1\xb2\x5d\xe7\x49\xae\x1b\x65\x24\xf3\x8d\xea\x0e\xd6\x6a\x6f\xf1\xa8\x79\xd9\x4b\xb1\x38\x39\xac\xeb\x57\xe6\xd0\x2d\xca\x14\xc8\xba\x20\x90\xa8\x75\x6c\x53\x59\x45\xc7\x2c\xd2\x2a\x5e\xce\x9a\x2a\x98\x21\xbc\x48\xc9\xa6\x0f\x87\xdf\x06\xfa\x39\x55\xa3\xd5\x4c\x31\xc4\xbc\x6f\xea\x3e\x1a\x6c\x0b\x4d\x03\x82\xc2\x64\x3d\x59\xee\x7c\xb1\xbc\xe1\x6a\xe0\x3a\x89\x61\x69\xb2\x12\xa8\x2c\x21\x0b\x71\x88\xa8\xf4\x02\x76\x2e\xc2\x1d\x7c\xff\x27\x2b\xb5\xec\x5a\xdd\xe4\xb6\x32\x93\xc8\x40\xf9\x0c\x89\x75\xda\x4e\xa8\x13\x47\xb1\x4c\x42\x61\x03\x3b\x28\xc3\xe4\x6d\x1a\x4e\x4c\x9c\x72\x2d\x2b\xd0\x6a\xf4\xd4\x2b\x4e\x7f\xe9\x3f\x5d\x1d\x4c\xc5\xd7\x66\x6b\xe6\x6f\xaa\x4e\x2c\xb0\x03\xd1\x85\x4d\x9c\x3b\x5f\x71\x8c\xe7\xed\xdd\xf9\x0a\xdc\xdf\x44\x0d\x1c\x3f\x5e\xaa\xf9\xfd\x1f\x3e\xfb\xb1\x15\xbb\x39\x1f\x43\x5e\x2f\x7f\x15\xf1\xe8\xfe\x0f\x9f\xff\x48\x82\xd2\xfd\x1f\xbe\xf8\xb1\x85\xa0\x34\x6e\x61\x71\x61\xde\xd8\xb9\x56\x96\xd6\xd0\x04\x57\xf4\xd0\xdb\xc6\x5e\x15\x75\xdf\xfa\x1c\x50\x88\x57\x25\x31\x22\x26\x3f\x6f\x3b\x62\xec\x72\x7d\xe5\xa2\x5b\x07\xe4\x82\x0d\x22\x53\xd4\x22\xd7\x32\xa5\x16\xa1\xd1\x7e\xb3\x50\x5c\xb4\xa0\x26\x82\x09\x71\xdd\x0a\x2d\x08\x00\x14\x9b\x6e\xfe\x93\x47\x16\x90\x50\xe4\x24\x27\x62\x4a\x4e\x68\xfc\x1b\xf9\xf5\x35\xcf\x0e\xf8\xf8\x29\xf4\x55\xfb\xbb\x0b\xa5\x07\xe1\x3e\x05\x5a\x4b\xcf\x02\x7f\x42\xe3\x24\xcb\xcd\xb7\x18\x74\x33\x28\xd2\x41\x29\xc8\x91\x0c\x8a\x83\xb1\x53\xe8\xc6\x32\x6a\x04\xec\x95\x35\xcb\xa6\x18\x15\xa6\x6d\x29\x10\xfb\x35\x4b\xab\x43\x82\xed\x76\xcf\xd1\xa8\x5c\x70\x0d\x34\x29\xa6\x61\xa7\xff\x8d\x78\x92\x41\x69\x33\xd4\xa1\x6c\x9c\xdf\xde\x8e\x48\x22\x24\xa1\x5e\x68\x4b\x17\x6c\x25\x87\x55\x87\xe4\xb3\x8c\xa1\x32\x28\x38\x1c\x49\x06\xd8\xdf\xda\x03\x49\xbb\x48\xf1\xf5\x6c\x23\x82\x92\x7e\xe5\x78\xb6\xf9\x20\xbc\xc0\x6d\x53\x36\x9c\x9d\xc6\xee\xab\xbe\xcc\x85\x8d\x91\x4e\x40\x7a\x17\x31\x81\x38\x4a\x0c\x5a\x20\xc2\x99\x36\x22\x15\xc6\x55\x8a\x6a\xe1\x42\x17\x58\x7d\x60\x1d\x0a\xee\x97\x05\xee\xf3\x1b\x4e\x58\xc2\x96\x3f\x84\xf0\x9a\x59\x36\x11\xfc\x97\xdc\x2c\x7e\xcb\x51\xc2\x65\x4d\xe7\xcb\x47\x7e\xf1\x32\x27\xc7\xdb\xe6\x45\x37\x3f\xce\x8b\x64\xf9\x87\x4e\x42\x6e\x98\xe6\x6a\x24\x4d\x08\x07\xee\x92\xc0\x90\x91\x48\x21\x40\xab\xba\xac\x91\x12\xa6\xb9\x15\x06\x56\x53\x3a\xc1\x76\x24\x38\x0a\x40\x38\x05\x7c\xd0\xc3\xf5\xe9\x50\x2a\x13\xf0\xa9\xe9\x49\x89\x3a\xcd\x79\xe3\x7c\x52\x98\xc4\xe0\x78\x2f\x9c\x3d\x63\x9e\xb2\xe4\x7f\x10\x58\x8d\xb9\x6a\xb7\x4f\x64\x16\x84\x1e\x75\x45\x63\xc4\xb8\x1b\xec\x8c\x61\xae\xec\xde\x5b\xb2\x47\x4c\x01\xbd\x14\x02\x09\x58\xe9\x2c\xfb\x43\xcf\xc1\x46\xee\x96\xd7\x99\x7c\xa7\x87\x10\xae\xab\x7c\xdf\xb7\x5d\x2b\xaa\x12\x86\x03\x49\xfb\x89\xc8\x07\xfb\xeb\xb0\x22\x83\xfd\x45\xfd\xaa\xbf\x51\xbb\x07\x52\xe6\xec\xc1\x73\x38\xce\x36\xac\x12\x3a\x3b\x44\x1b\x92\x92\x69\x52\x05\x28\x7c\xac\xf3\xb7\xa1\xf9\xd9\xb0\xfd\x25\xa9\x73\x73\xfc\x67\xd4\xb1\xfc\x3b\x5f\x69\x9f\xae\x5c\x19\xa9\xaa\xae\xdf\xd2\x2f\x0c\x48\x7e\x3a\x18\xa2\xf3\x8d\x6d\xfb\x92\x38\xca\x4b\x98\xd7\x6d\xc5\x29\x0b\xc5\x06\xe7\x40\x88\x04\x91\x44\xc3\xd6\x0f\xe9\xe9\xfc\x12\x8e\xb6\x2c\x8f\x70\x59\x26\xf1\xb1\x28\xcb\x96\x76\x65\x90\x8c\x0b\x23\x25\xc6\x98\x67\x97\xd6\xe4\x99\x53\x83\x33\x80\xd8\x2b\x5b\xf9\xe6\xe1\x97\x1d\x27\x6d\x9b\xff\xe4\x5b\x37\x25\x4c\xa6\x37\xb8\x78\x05\x86\x14\x80\x7a\xe8\xae\x2d\x2e\xe0\xa8\x3d\xda\x39\xd7\xb5\xda\x44\xda\x2f\x23\xda\x00\x3a\xf8\x88\x7b\x78\x04\x76\x9f\x2b\x4d\xfc\x1b\xfe\xa1\x94\x51\xd1\x28\x0a\x84\xd8\x15\x62\xdd\xdb\x01\xf0\xb9\x97\x65\xbd\x26\x4e\xdf\x62\xb6\x1b\x4b\x3d\xb2\x80\x90\x3b\x0d\x56\xc8\xf3\x57\x88\xe0\x73\xf4\x97\xff\xce\x0a\x84\xcc\xb9\xef\x5f\xf8\xef\xae\x79\x6e\x4a\x79\xbe\xf4\x22\x5f\xfe\xba\xd6\xa9\xf6\x7f\xfa\xd1\xef\x51\xd2\x3f\x16\x8e\xa8\xf2\x29\x3e\xd2\x1f\x2a\x76\xc6\x50\x03\xc5\x3d\x14\x41\xfb\xa7\x73\xe4\x2c\xcd\xea\xa3\x56\x7b\x18\x65\xd0\xb4\x4f\x78\x02\x51\x58\x0a\x18\x23\xdc\xd5\x70\xc7\x90\x2c\x25\x93\x6c\x9f\x28\xca\xa4\xf7\x57\x82\xe4\x59\x8a\x27\x92\x02\x81\x79\x6a\xb1\x54\x3f\xcd\xb0\x8d\x14\xe2\x1c\x1c\x33\xe9\x06\x11\xf5\xf0\x1d\xc9\x14\xb3\x4a\x13\xe0\x6b\x7b\xf3\x3b\xd7\x02\xc9\xb4\x86\x0e\x0b\xdf\x66\xc2\x72\x90\xd5\x17\xc2\x7c\xa7\x9b\x12\xc8\x2c\xef\x41\xbc\x32\x47\x6e\x50\x89\xed\x8c\xea\x17\x86\x6f\xe1\x24\x9b\x6a\xc1\x76\x7d\x1e\x86\xac\xf5\xff\xac\xfb\x8c\xbe\xb3\xe3\x2d\x55\x90\xbc\x2f\xb2\xbb\x18\x19\xd2\x68\x35\x1e\x49\xdc\x2a\x9b\xc6\xa7\x1b\x7e\xd0\xdd\xde\xb4\x3b\xae\x1d\x1f\x3a\xd3\x88\x17\x15\x11\xa8\xae\xf5\x07\xcd\x99\x49\xf6\xf7\xe8\x0c\x99\x6c\x73\xe2\x5c\x7c\x6a\xae\x83\x31\x0d\x08\xaa\x4b\x60\x89\x28\xdf\x15\x9d\xec\x2e\x5d\xd3\xf4\xf8\xcb\xfa\xa6\xe7\x30\x36\x79\x05\x93\x8c\x5a\x3b\xa2\xa2\xb1\x1e\x9e\x58\xcb\xf6\x29\xe3\x43\x88\x5c\xa4\xd8\xbc\xe6\x18\x9b\xb8\xeb\x7a\x41\xeb\xbd\x60\xed\xe7\x8c\x03\x55\xcc\xbb\xf1\x08\x82\xe4\x3a\x6c\xd8\x4b\xc7\xe9\x74\x88\x47\x2d\x41\x25\x11\xa0\x4b\xa2\x96\x4c\x4c\xbd\x14\xd6\xde\x5b\x82\xaf\x8a\x3d\x7b\x9c\xa5\xad\xc7\x46\x90\x09\xc4\x88\xe8\x72\xbe\xfb\xb5\xeb\xcb\xb4\x64\x7c\x77\x16\x17\xba\xc9\x9e\x62\xa2\xd9\x27\xb5\xe4\x03\x2b\x3f\x1d\x4c\xcd\x9a\xc6\x9b\x6f\xa2\x02\x9f\x74\x45\x9b\x59\xc8\x91\x80\x0d\x99\x73\x74\xf9\x6b\x00\x24\xee\x92\xbb\x47\x4e\xbe\xc2\x8e\x2c\x9a\xbe\xcb\x94\x6b\x75\x07\x7f\x60\xe8\x7f\x0f\x37\x9b\x87\x79\xfe\x60\x6a\xf6\xd1\x2d\xbd\xd8\x2e\xbc\x0f\x95\x77\x35\x1e\x39\x4f\x46\x8d\x38\x21\x2a\x50\x9f\x11\x16\x01\x12\xad\x15\x63\xcd\x5e\x19\x3a\x27\x2e\xa2\xa7\x66\x27\x1c\xdd\x9a\x07\x70\xe5\x2b\x98\xab\x8b\x9b\x80\x06\x65\x71\x2c\x96\x0b\xbe\xef\xdb\xd1\x5a\x0e\x05\xd3\xa8\x4c\x45\x36\x5d\x67\x7f\x81\x2b\x29\x42\x46\x03\xdd\x83\x0e\x47\xb8\xf7\xe3\x62\x5a\xd8\x1b\x23\x64\x5a\xce\x63\x63\xbe\xf4\xd9\xc8\x9d\x02\xee\x93\x23\x4f\x59\xf5\x4e\x80\x9a\x34\x21\xf7\x19\x8e\x45\x83\x71\xc0\x49\x7e\x3e\x5e\xdf\xf9\x6b\xfc\x71\x5a\x00\x9c\x1a\x99\xc3\x02\x9b\xbf\xf6\x3a\xd1\xde\x96\xad\xd6\x95\xcc\x24\x59\x1e\x21\x74\x3b\x2a\x8a\xd2\xbd\x30\x73\x95\x1f\x7a\xa0\x3c\xd4\x65\x5d\xbf\x69\xe7\x4f\xf1\x5f\x68\x07\xd7\x76\x19\x15\xae\x8b\x2e\x29\xe7\x74\x8e\x51\x39\xc9\x53\xc5\x6a\x7f\xde\xdd\xc7\xbb\xf7\x54\x6e\xe2\x41\xe5\x90\x47\x9b\xc5\x3b\x58\xff\xfe\x17\x1d\x5b\xac\xe1\xa9\x6d\xd8\xf2\xed\x81\x7c\x4c\x49\x76\x72\xa1\x89\xac\x7d\x99\x3a\xef\xef\xcf\xf5\x6b\x33\x17\xa3\x30\x9c\xaa\xba\xb9\xe3\x92\x25\x0e\xfc\x60\xd6\x2c\x65\xd9\x75\x41\x24\xde\x5c\x10\x19\x26\xae\x5a\x5f\x83\x53\xbc\x11\x0f\x6a\x76\xef\x01\x47\xca\x42\x86\xdd\x59\xd4\xb8\xbb\x68\x9b\x9f\xeb\x1f\xb4\xe9\x4e\x43\x3c\xdd\x04\xa4\x3a\x89\x05\xf0\xf1\x45\xba\x5c\x16\x73\xc4\x66\x1f\x45\xe2\xf2\x67\x68\x2e\x69\x28\x1f\x02\xad\xa3\x50\x44\xdc\x55\x16\x9d\x78\xcd\x0f\x73\x7f\xf9\xc1\x70\x86\x66\x0e\xa7\x85\xb0\xd2\xca\x05\xf9\xb6\xe6\xcb\x71\x4e\x16\x5b\x89\xaf\xaa\xe8\xbb\x13\xd7\xfc\xa9\xdf\x69\x58\xe7\x34\x32\x8a\x2f\x9f\xd3\x9b\xe2\x01\xa8\x4b\x82\x2e\xce\x91\x51\x70\x2d\xb7\x30\xec\x5b\xef\x68\x31\xaa\xab\xba\xec\xd2\xc4\x24\x9a\x9e\x89\x58\xad\x7d\x67\xa6\xd6\x88\xb3\x1a\xd2\x31\x5b\x7c\x36\x7f\x98\x41\x26\xe1\x65\x07\x33\xcc\xc4\xdb\x2b\x2b\x2e\x48\xeb\xbf\xce\x18\x33\x2c\xf5\x13\xa5\x40\x0a\xa8\x1c\x31\x14\x88\x1c\xba\xb5\xd9\xcf\xe3\x66\x39\x72\xb6\xb9\xda\xdf\x74\x95\xc5\xf9\xba\x59\x3d\x21\x98\x9b\xba\x7f\x80\x90\x43\x92\x54\x58\xe6\xb3\x52\xa3\x9d\xec\x18\x44\x4c\x4d\x01\xcf\x98\xa2\x49\x98\x32\x02\xfa\x3a\x9b\x12\x39\xe7\xab\xae\xce\x51\x9a\x17\xd6\x8b\xb8\x5f\x8e\x17\x26\x42\x96\xc4\x8f\x06\x79\xf8\xe3\x1d\xb5\xc6\x7b\x23\xc1\xd6\xb0\x61\x71\xf7\x91\xd0\xce\x81\x77\x15\x6d\xb9\xae\xe7\xbc\x8e\xc3\xe3\x72\x80\xe0\xf4\x92\x83\x18\x41\xbd\x25\x61\x9a\xd0\xac\x83\x40\xcb\x0f\x12\x1b\x65\x66\x23\x2f\x3c\x18\x72\x85\x4a\x72\xb8\xe4\x2d\x63\xe6\xbb\x7d\xec\x9e\x67\x2a\x8f\x07\xa2\x90\xb1\x4c\x0c\x8f\x69\xe2\xb5\x65\x29\x4e\x4a\xb2\x15\x96\xa2\x89\x6e\xb0\x24\xb9\xdd\xc2\xdf\xbf\xea\x88\xdc\x74\x8c\x28\x61\x0e\x1f\xea\xf4\xf3\xfd\x9d\xc2\xc7\x0a\xde\x67\xe3\x5e\x85\xe5\x91\xfc\xd9\xf1\x4e\xc2\x31\xcf\xba\x62\xea\xc4\xa6\x9d\x7d\x21\x9d\xdd\x60\x2f\x93\x96\x09\x0a\xf8\xc6\xda\x6d\xd4\x43\x3a\x78\x42\xb3\x48\xdb\x4a\x4e\x83\x4f\x99\x57\x5c\xa2\x31\xc3\x14\xce\x88\x22\xe9\xa3\x61\xe5\x61\x1f\x95\x0f\x06\x13\xc4\xe8\x84\x0c\xaf\x09\x39\xa2\x01\x99\x4d\x14\xa5\xd5\x0e\xa2\x25\xc6\xc7\x46\x8c\x89\x2c\xb7\x8b\x2b\x9e\x07\xd9\x98\x37\x24\x93\x3b\x92\xfe\xad\x79\x47\x93\x3c\x1f\xb8\x52\x8c\xdb\x13\x9f\x58\x44\x9b\xc3\x83\x6c\x9c\xd7\x80\x53\x3d\x38\x7a\x3f\x8a\xe6\x88\x18\x77\xec\xd1\x38\xed\xc9\xe8\x81\xe1\x72\x1e\x38\x3d\xae\xa3\x7d\xb0\x02\xd1\x4c\x9e\xdb\x51\xd8\xd4\xb7\x54\x8c\x64\x33\x26\xfd\xd1\x51\x18\x44\xa1\xc4\x63\x95\x9d\xb5\xaf\xa1\x61\x1b\xce\x1b\x35\x59\x6a\x64\x49\x28\x38\x0e\x7e\x21\x69\xc5\xe2\xe4\x07\xe2\x76\xa3\x69\x0e\x46\x49\x37\x38\x81\x53\xe2\xaa\x95\xc6\xca\x70\x7a\xab\x68\x10\xb3\xc1\xfc\x49\xda\x81\x7c\x13\xe1\xec\x6f\xe5\xcb\x50\x40\x12\xee\x14\x4b\x49\xe0\xc3\x0a\xdc\xba\x24\xe5\xe1\x05\x0f\xa2\x2b\x6f\xe1\x20\x26\xe9\x65\xed\xc6\x47\x9c\xe5\x22\x48\x82\x44\xad\x58\x17\x64\xc3\x53\xc7\xce\xc0\xb8\xcc\x58\x31\xac\xb8\x7d\x67\x7f\x10\xc0\x50\x12\x81\x87\x7c\xc3\x39\x1c\x3d\x25\xf9\x93\x85\x49\x0f\x82\x41\x6a\xce\x3b\x3d\x39\x3b\x57\xc2\x0f\x7b\x1a\x00\x70\x3c\x38\xa3\x75\xe0\xb4\x74\x7e\x2a\xea\xa5\x99\x65\x67\xa6\x58\x1a\x92\x96\xd9\x98\xa6\x51\x37\xb7\x7a\xf9\x64\xec\x50\x43\x4b\xe0\x30\xa2\x41\x34\x1e\x89\x8a\xe8\x60\xb1\x65\xc1\xc0\x4e\xa0\x7b\x08\xe9\x1c\x29\x19\x9c\x29\x88\x42\x08\x71\x93\xfd\x97\xc1\x18\x15\x59\x37\x98\x89\x82\x48\x51\x2b\x90\xd6\x6f\x32\x75\x28\x99\xd1\x41\x4f\xc8\x99\x0b\xd5\xfd\xe6\xb6\x21\xb8\x0d\xad\xa3\x0d\xf6\x16\x39\xa1\x23\xdb\xcd\xb0\xa5\x99\xb3\x23\x9c\xc5\xcb\x32\x09\xc7\x6e\x09\xea\x9f\xd0\xc6\x2f\x56\x78\x18\x51\xf4\x48\xf0\x35\x4b\xb8\x6e\x4b\xc2\xc5\x11\xd4\x56\x72\x40\xcd\x35\x17\xd4\x04\xc4\xb2\xce\x6f\xe6\xe7\x48\x26\x39\x21\xf0\x27\xfb\x5d\x93\xb8\xb3\x88\x49\x94\xab\x93\x4b\x67\xf8\x86\x22\x18\x6e\x8b\x63\xca\x2c\xf6\x2a\x84\x82\x5a\x36\xfc\x07\x0f\x50\x04\xe1\x72\x63\x9a\x5c\x95\x53\x99\xba\x00\x11\x49\xbc\xa6\xae\x6b\xec\x76\xde\xc4\x91\x98\x83\xb4\xc8\xb3\xf1\x70\xf9\xb2\xc1\xc5\x82\x92\x7c\xc0\x8b\xe4\x22\x5d\x45\x5b\x83\x23\xfb\x41\x16\x47\x60\xe5\x9c\x0d\x7e\xb3\x2d\x9d\x23\xa4\xd9\x4a\xfa\x3c\xd6\xe9\xd4\x47\x2d\xae\x40\xe7\x8f\x2d\xc6\x2a\x9d\x84\x00\x6b\x36\x21\x32\x4e\x27\x86\x96\x38\x76\x3f\x4d\xf7\xba\x83\x19\x45\x64\x4d\xc0\x2a\x47\xd4\x2a\x51\x1c\xf6\x00\x2e\x22\x6b\xaa\x01\xdf\x46\x19\xc4\x46\x0b\xfa\xe0\x4c\xb4\xea\x9f\x0a\x87\x4b\x5d\x17\x70\xa9\x9c\x64\xf0\xf2\x52\xd4\xab\x10\xe8\xe7\x68\x51\x51\xc9\x6b\x44\x6d\x12\x0e\xec\x72\xbb\x07\x4a\xd5\x70\xc4\x4f\x94\x0e\x5d\x65\x34\xd9\x38\x6b\x6c\xf8\x46\xe8\x88\x24\xf7\x6b\xb2\x4f\x7e\x7f\x76\xf2\xf2\x40\x87\xf9\xf6\xe1\xf5\xf5\xf5\x43\xd4\x7e\xd8\x37\x25\x6e\x05\x72\x9b\xeb\xb8\x0f\x90\x3f\xfd\x6b\xdb\xad\xbe\x7a\x44\xff\x7e\x3a\xcb\xf8\x26\x3f\x95\x7c\x1d\x8f\xf0\xf7\x09\x46\x2f\x45\xf7\x13\x36\x4f\xe1\xbf\x83\xdf\xe0\x90\xaa\xe9\x21\x0b\x99\xf1\x7d\xa6\xb5\x98\x97\x63\x69\x53\x57\xdd\x28\xf2\x2e\xe8\xbc\x76\xd5\x58\xb8\xa2\xe0\x9f\xa4\xa0\x34\xab\x37\x8b\x89\x17\x84\x06\x10\x05\x75\x15\xe7\xe8\xdf\xfd\xba\x62\xdf\xac\x01\x98\xbf\x0b\x8c\x4a\x78\x1d\x65\xb7\xfc\x41\x8c\x1c\xba\xb0\xe3\x85\x31\xca\x27\x4d\xd8\xf5\xca\x10\xbf\x19\x35\xc8\x5e\x8e\x75\x55\xde\xcc\x0f\x49\xd6\x45\x78\xb5\x36\xac\xeb\x89\x72\x5d\xbe\xd9\xa8\x32\xa7\x3c\xb4\xa0\xdd\x7c\x9b\xa3\xfe\xa8\x8c\x3e\xa7\x75\x40\x0d\x88\x23\x18\x06\x2d\x48\x8a\x03\xf6\x36\xb5\x0f\x37\xd6\xe5\xf4\xc5\xa1\xe6\x6b\x3c\x97\x1c\xb2\x9e\xa8\x1a\x5d\xbf\xec\x29\x14\x74\x3d\xe6\x2b\x24\x7e\xf9\xc4\xac\xf9\x2a\x2d\x59\xd4\x80\x07\x76\xf1\x9c\xc6\x90\x3c\x83\x43\x14\x16\xbf\xdc\xf9\x6b\xa6\x75\x65\x49\x03\xaa\x99\x3f\x47\xdf\xbd\xab\x77\x38\xf2\xe1\xe0\x7a\xe4\xab\xf8\xc1\xea\x13\xaf\xdf\x05\xd2\xee\x4c\xc8\x76\x20\x25\x4c\x47\x1c\xff\x7b\xc9\xf9\x6a\xe5\x40\xd0\x3a\x70\xce\x10\x11\xba\xbd\xd4\xd5\x4e\x48\xf1\x5e\xca\x4a\x68\x16\xb6\xcd\xdf\x26\xd6\x26\x05\x4f\xba\x7c\x1a\x36\x58\xe4\xc8\x33\xa1\xb7\xb8\x4e\x9c\xc1\x6f\xba\x0b\x71\x0c\x5a\xa8\x58\x80\x9c\x3a\x9c\x6e\x75\x6d\x90\x2c\x99\x7d\x86\xda\x81\xe8\x97\x9e\xdc\x09\x62\x2b\xc7\x2a\xd0\xdb\x20\x4b\x26\x4e\x01\x67\x00\xe3\x98\xe4\x1c\xea\x5f\x67\x9d\xb7\xbe\x5b\x71\x49\x0a\x9b\x44\x03\x0c\x8e\xae\x04\xb5\x69\x38\xde\xa0\x6c\xf4\x8e\xc9\xf0\xd8\x93\x42\x56\x89\x05\x37\x31\xa7\x91\x1a\x5a\xd6\x37\x49\x7e\x1c\x1a\xdf\x13\xfe\x3a\x98\x68\x00\x15\xff\x45\x17\x43\xee\x4d\x49\xf5\x22\x6e\x4d\x38\x81\x64\x78\x62\x5e\xac\x9b\x04\x57\x40\xd2\x11\x4f\xbc\xc0\x2b\x6d\x55\x74\xf1\xdc\xd6\x17\xdd\x35\xed\xde\x44\x63\x4b\xaf\x0a\x26\x46\x3f\xc5\x43\xc7\x43\xdc\x17\xaf\x8d\x25\x49\xc6\xf1\x9b\xe2\xb6\xe3\xd6\xd3\xe0\xed\x3d\xad\x4f\x85\x6f\x73\xbe\xdd\x49\x53\xda\xad\xc1\xd9\xa3\xb6\x3f\x1c\xa4\x3d\x85\xbd\x69\xe3\xba\xef\x22\x1f\xee\x87\x89\xaa\x23\x7b\xfb\xde\x21\x06\x03\x3c\xeb\x4d\x6d\xeb\x0c\xb7\xee\x19\x9f\xb1\x25\x74\xaf\x7f\xc5\xad\x23\x72\x18\x3b\x9a\x1e\xc7\x7e\x77\x8b\xbc\xb8\xb8\x98\x91\xc6\x79\xdd\x22\x10\xba\x6f\x56\x92\xc8\xfc\xdb\x5a\x08\x04\x17\xc3\xb1\x80\xf6\xdb\xd6\x14\xfa\x41\x6e\x24\xe7\xf2\x8f\x7e\xe3\xfb\xdb\xf4\xbd\x01\x7e\x30\x2c\x7b\x42\xa5\x72\x2c\x42\xce\x1a\xce\xc6\xc8\xd5\xda\xcb\xfa\x7a\x81\xbf\x38\x88\xbb\x9d\xbf\xa8\xf9\x61\x09\xc6\x6a\xb7\xfb\xb5\x45\x06\x35\x26\xe9\x68\xc6\xd5\x01\xa4\x2c\x82\x63\x90\x48\x51\x61\x46\x57\xe3\xc1\x40\x87\x69\x3b\x58\x80\xf2\x45\x13\xad\x45\x80\xb0\x71\xb9\x95\xbd\x11\x03\x38\x54\x11\xe9\x79\xfc\xec\xa5\xfe\x62\x1f\x7d\x4e\xf5\x04\xa4\xe9\xdd\xbc\x24\x88\x65\xeb\xd0\x6c\x4f\x1c\x80\x2b\x96\xf0\x0a\xfe\x5b\x8c\x33\x11\x58\x80\xca\x1b\x73\xd1\xcd\x5f\x99\x76\xd5\xf3\xd3\x67\xee\x3b\x31\x75\x57\xf9\xb4\xd9\xfd\xf2\x70\xb2\x32\x21\x0b\x6b\x71\x8c\x93\xcc\x2e\xe0\xae\x80\x6f\xdc\xac\xba\x2d\xb9\x8f\x06\x3a\xd7\x3c\x60\x22\xc1\x20\x3b\x42\x30\x29\xbb\xdf\xba\xa4\x74\x39\x6f\xff\x2b\xf7\x30\xa5\xef\x95\xb7\xd2\x22\x7e\x6a\xef\x21\x3f\xfd\x12\x40\x3a\xb3\x4e\x13\x37\xd0\x87\xb8\x94\x05\xd5\x27\x92\xbc\x2e\xad\xe5\xc3\xbc\x5c\x1a\x27\xae\x1b\xa2\x48\x0e\x20\xa5\xac\x70\x95\x8b\x22\x26\x21\x5c\xbe\x51\x23\x1c\xbf\x5b\x32\x58\xa1\x45\x42\x78\x31\x9c\xd7\xc3\x39\x39\x01\xf7\x9a\x14\x93\xc5\x26\x8f\xe8\x2f\xef\xae\x98\x05\xbe\x30\xcd\x1b\xbc\x9c\x21\x6e\x70\xae\x81\xeb\xa6\xe0\xfc\xd8\x9c\xf7\xae\x49\xd6\x91\x9f\x83\x79\xed\xde\x7b\x69\xc6\x9d\xc6\x7e\xf2\xc7\x7a\xf1\x89\x04\x82\x91\x67\x68\xa8\x04\x51\x9d\x1f\x94\x40\x0a\xbc\x35\x7b\x6d\xcd\x66\x53\xfb\x66\x9c\xc8\xc0\xbd\xdd\x41\xfa\xee\x2f\x57\x85\x99\xac\xa4\xf8\x7f\x8d\x94\x23\x34\x5e\xf1\x26\x65\x41\x33\xda\x0b\xfc\xfc\x06\xac\xbe\x62\xb9\x31\x62\xa4\xd2\x47\x61\x24\x1c\x9a\x9d\x0f\xfd\x83\x45\xf1\x00\xb1\x4c\x2c\x49\xca\x72\x8d\xd7\x82\x5f\xde\x90\x73\xa1\xb7\xb1\xe3\xe3\xc1\xaa\xb2\x3b\x20\xe2\x9f\x37\x6e\xc8\xed\xc2\x85\x7a\x3b\x69\xfa\xc4\xdf\x3b\xbe\x55\xf4\x7e\x42\x9e\x81\xb9\x88\x46\xaa\x2b\x29\xfa\xea\x66\xfd\x63\x94\x41\x37\x09\x67\x18\xbd\x06\x1a\xc0\x06\x31\xce\x24\x26\x55\xb4\x1e\xb1\xe1\xef\x5f\xdc\x43\x48\xab\x5e\x2c\x68\x12\xe6\x2c\x41\xce\x33\x1f\xa5\x85\xc4\x9a\xe2\x40\x35\xe8\x8b\x43\xb7\x44\xd8\xcc\xbd\x50\xca\x5e\x3b\xb6\xde\x72\x96\x3e\xbe\x18\xe7\x9c\xa8\x78\x4d\x11\x6f\xfe\xe0\xbe\x12\xfe\x49\x45\x8e\xcc\x6c\xb4\xc5\x48\xb3\x95\x1c\xbf\x24\x42\x72\xea\x55\x44\x45\x21\xe1\xa2\x1a\x31\xdb\xb9\x18\x2d\xfd\xe7\x24\x93\xe3\xe0\xbd\x8b\x28\xae\x0c\x4d\xc6\x0f\x58\x1c\x6b\x8a\x6e\x20\x68\xec\x17\x11\x72\xfe\x3a\xbc\x3a\x78\x2e\xb9\xa5\x42\xd8\xaf\x10\xd3\x10\xa9\x2a\x92\x8d\x2e\x24\x6f\xc3\x8d\xc6\x0a\x28\x3b\xd7\x14\xb3\xf2\xfe\x04\x7b\x6a\xb5\xb3\xa8\x23\xd7\xe2\x13\xd1\xaf\xf0\x8c\x14\x6b\x89\xae\xe2\x37\x0a\xab\x4c\xdf\x8b\x0c\x7f\x60\x23\x2e\x87\x5b\xc3\xef\x50\x45\x02\x31\xde\x44\x79\x6d\x25\xdb\xf6\x37\x1f\x0c\xe6\x4d\x2d\xc4\xff\xbe\xd1\xbc\x49\xdf\xb3\xbf\xfe\x0a\x7f\x6f\xe2\xc5\xd8\x9a\x17\x65\x60\xf4\x9f\xf7\xa5\x62\xdc\x7b\x8d\x1e\x74\xb3\xfd\x03\x4d\xeb\x04\xe9\x6a\xf4\x40\xcf\x20\xc3\xec\xbe\xbc\x79\xc3\x8b\x79\xaa\xf6\xd7\xdc\xcb\xc7\xb7\xa8\x13\x5a\xe8\x20\xdd\xdf\x49\x72\xe7\x2a\x59\xfe\xb4\x4a\xb0\xef\x2a\x91\x48\xec\xbb\xb7\xdc\x72\x0f\xe8\xcc\x50\x45\x1d\xe6\xcc\x60\x0e\xf3\x81\x3a\xb7\x67\xd1\xb0\xe3\x7c\xbe\x7f\x6d\x3a\x8d\x3d\xb7\x50\xb7\xe7\xd5\x18\x8e\x1a\xc4\x6a\x22\xb9\xc6\x07\xe6\xea\x49\xdc\x44\x9a\xe2\x7f\x63\xc6\x8d\xa9\x5b\x9c\xa0\xa0\xfb\xfb\x9c\xbf\xb5\x4b\x7d\x8d\x93\x8f\xb6\xf1\xc9\x0a\xf8\x7c\x07\x83\xd3\xe4\x6b\xa7\x01\x95\x9c\xb1\xc2\x4c\x50\x01\x65\x09\xc2\xc2\x57\xf3\x90\xff\x35\x2d\x70\x14\x94\x98\x04\x86\xa7\x49\x33\x22\x28\xb9\xe1\x45\x42\xc2\xc9\x82\xa8\x3e\xaa\x8f\x7a\x89\xb3\x8e\xb8\x6f\x7a\xe5\xf6\x82\x99\x55\xf8\x8c\x6c\x76\xd6\x94\xf3\x93\x55\x5f\xb2\x2c\xec\x0a\x44\x79\x73\x81\xd9\xe1\x3b\x09\x0e\x1c\xa3\x50\x44\xdf\x94\x7f\x3a\xe7\x73\xbb\xb2\x92\x2b\xdd\x3d\x3c\x33\xca\x28\xec\x9c\x13\x88\xcd\x72\xb2\x4e\x15\x8f\xd8\xb1\x52\xae\x00\x55\xd0\xfe\x72\xd4\x09\xde\x0a\x0a\x0c\x1a\x29\x83\x38\x11\x34\x18\xf4\x0c\xd9\x95\xe7\x78\x9f\xc9\x34\x0f\x5b\xeb\xbe\xca\x88\xc5\xd0\xef\xbe\x41\xda\xd1\xcc\x50\xf3\x43\x9f\xc3\xef\x39\x9d\x8d\xbe\x31\x13\x40\x51\x72\x05\xcf\xaa\x7c\x76\x22\xcb\x21\x40\x12\x4c\x3e\x7a\x22\x97\xb6\xb2\x99\xb9\x16\x59\x06\x1e\xf7\x7b\xcc\x66\x75\x33\x05\x35\xee\xd8\x65\xa5\x59\x99\xad\x79\x27\x59\x3b\xb8\xdb\xf1\xfb\x5a\x07\xec\x1c\xc8\xa8\xbd\xe0\x9b\xed\x60\x78\xa4\xf3\xd5\xfa\x51\xe9\xab\xca\xe9\xa8\x46\xef\x7e\x8c\x61\xa7\x90\x32\x18\x5b\xe8\x97\xfd\xe1\x33\x3b\xf5\x0e\x58\x34\x4e\x67\xcc\x68\x1e\xb2\x31\xb3\x96\x77\x43\x87\xde\x1a\x32\x14\x97\x05\x20\xee\xde\x7b\x0b\xe5\x43\x61\x08\x96\xf7\x7d\x2c\x5a\xca\xc5\xef\x66\x24\xb6\xe0\x18\xb5\x92\x38\x5d\x50\xd3\xd5\x1d\xb2\x55\x0d\xa8\xc5\x1e\x52\x11\xae\x47\x1c\xf8\x5e\x77\xad\x50\x49\x93\x3b\x0c\xe9\x8b\x0c\xd3\x89\x9d\x72\x92\xdb\xa1\x2c\xf8\x9b\x58\xbe\x54\x70\xe9\xa6\x20\x91\x26\x3c\x2b\x6d\x17\xf6\x29\x16\xec\x94\x94\x04\xfa\xfa\xc2\x5f\xdb\xa7\x35\xa2\x86\xa7\xd8\xc4\x7e\xe0\x90\xcc\x2e\xd9\x56\x8e\x2d\xec\x61\x03\x99\x47\x89\x1d\x1d\x53\xe1\x98\x79\xf4\x86\xb4\xcb\x40\x9f\x2c\xdc\x6c\x6a\x34\x51\x14\x8f\x0a\xa9\x60\x4d\x92\x73\x4e\xf9\x54\x2a\xf0\x44\xe4\x63\xb8\x9b\x8e\x83\x9c\xcc\x99\x44\x6d\x94\xce\x8b\x53\x5d\xea\x1e\x50\x52\xe4\xf7\xc4\x97\x4a\x18\xe3\x17\x4c\x6f\x21\x3a\xae\x8f\x01\xe5\x19\x8f\xa6\xfb\xa8\xd1\x58\x21\x50\xd1\x68\x5e\x24\xa3\x29\x79\x34\x43\x22\xf3\x11\xc3\xd2\x77\x44\x3f\x7e\x58\xd1\xb5\xd0\xe1\xe4\xe1\x99\x18\xda\x41\x3c\x32\x1b\x68\xcc\x24\x79\xf9\xe8\xa1\xef\xcf\xd8\x3f\xde\xdb\xfe\xe8\x04\xaf\xa8\xe8\xf8\xc4\x95\xc7\x75\xd5\xf3\x86\xbd\x35\x3d\x37\x0e\xcd\x56\xa4\xb1\xaa\xe9\xc7\x79\x74\x8e\x12\xcc\xc4\x0f\xc2\x75\xfc\xc2\x6c\x1e\x91\xda\x38\x0d\x4e\xf2\xf2\x06\x8c\x48\x0f\xeb\xf4\xb1\x87\x1f\x78\xc5\x48\xdf\xf7\x4f\x57\xce\xc3\xfb\x94\x2b\xff\x3e\x25\xae\x31\x5b\x7f\x87\x29\x69\xf5\xbd\x18\x3e\xce\xaf\x7f\xeb\xeb\x07\x3d\x09\xfd\xfc\x96\x04\x2b\x3a\x87\xd1\xcb\x12\x5c\x57\x1c\xec\x07\xda\x09\x72\xc4\xb0\x7f\x1b\x29\x4c\x34\xad\x0d\xdf\x69\xa6\xd9\xa0\xf1\x0e\x58\x85\x3e\xe7\x2f\xe4\x5f\x67\x3b\x64\x27\x35\xd2\x15\xd7\x2c\x80\x61\xea\x46\x73\x7b\xf2\x37\xcd\xed\x89\xf4\x8a\xc4\x07\xe6\xe7\xf8\xef\x97\xd9\x7d\x7e\x06\xc0\x23\x85\xad\xb4\x30\xa0\xc8\x66\x76\xb6\xdc\x18\xc2\x87\xc1\x40\x23\x8c\x5c\xe9\xa3\x36\x6e\x30\x74\x36\x0d\xf7\x34\x11\xfe\x07\x8c\x59\xc7\xcb\x89\x4a\x65\x76\x93\x3d\x2f\x70\x2b\x4e\xdb\x61\xf0\xb2\xac\x26\x9b\xf4\x6f\x05\x21\x51\x72\x8e\x44\xc9\xf1\x5b\x1c\xe1\x63\x6a\x8f\x89\x4b\xdc\xed\x8e\xa6\x8d\x4d\xca\x06\xfc\x3d\x6a\x4e\x32\xff\xf0\x51\x8b\xbf\x5b\xc4\xef\x96\x69\x23\x13\x7d\xaa\x0f\x67\xfc\x89\x3d\x6e\x46\x63\x8b\x5c\x3f\xd3\xef\x71\x82\xd2\xb8\xa4\xf5\xaf\x67\xa4\xc3\x92\xa7\x4e\xe3\x6f\x6c\x11\x1b\xf4\x47\x68\x2a\xd6\x9a\x4f\x94\x03\x82\xe3\xc2\x58\xfd\x88\xbf\x87\x90\x81\xf8\xab\xa4\x64\x89\xbf\xe0\x49\xf0\x0b\x23\x17\xb2\xc9\xe0\xc4\x1e\x35\x05\x1a\xe5\x79\xd4\xe7\x64\x22\x1c\x12\xc1\x60\x4e\x37\xb1\x17\x53\x1b\xd3\x89\xd7\x45\xa7\x81\xe5\x15\x5b\x7d\xb3\x76\x1a\xa4\xe9\x71\xd7\x24\x31\x76\x31\x04\xe2\x76\xaa\x85\x66\x75\xad\x39\x0f\x9a\x04\xf1\x64\x27\x78\xa4\xce\x6a\xb8\x8a\x59\xd5\xdb\x52\x02\xa5\x6e\xab\xeb\x59\xb4\x24\xe6\x70\x4d\x44\x29\x61\x25\x8b\xa0\xd9\x84\x28\x8c\xa1\xdb\x68\x68\x5f\x79\x7f\x51\xf1\x6d\xbb\x09\x4a\x71\xeb\xaf\xbd\xfc\xe3\xe1\xba\xa1\x08\x16\xa0\xed\xc7\x35\x13\x0f\x77\xb2\x99\xc1\x58\x47\x2e\xae\xa3\x4e\xd8\xd4\x89\xe4\x46\xc5\x95\x4d\x46\xa9\x09\x48\xbd\x7f\xd6\x90\xb1\x7d\xa8\xad\x01\x66\x6f\x6d\xeb\xe3\x31\x8c\x17\xbd\xd7\x2b\x7d\x1b\x58\xbc\x6e\x89\x09\x5b\x49\x22\x5c\xc2\x19\xa9\xba\x6d\xa0\x71\x75\x3f\xc0\x63\x17\xd0\x33\xa0\x3d\x66\xd8\xb4\x38\xa8\x4e\x9b\xaa\x42\x1f\x44\x08\x6e\xaa\xd5\x82\xdf\x94\x6e\x2f\xf9\xa6\xfb\x95\xb5\x7a\x7b\x81\xc7\x78\x35\xeb\xe2\x83\x19\x15\x3f\x92\x14\x51\xc5\x3b\xcb\x57\xb8\xed\x83\xec\x13\x5a\xef\x4a\xdf\xbc\x8e\xf2\xa4\xcb\x83\x77\xf6\x67\x42\x93\xa3\xc3\x6d\x90\x4e\x49\xa7\x45\x9a\xcb\xdb\x06\x31\xb1\x75\x06\x64\x58\x57\xa1\xb1\x2a\xb4\xed\x5f\x85\xa8\xf5\xc8\x25\x23\x99\xa7\xdf\x41\xde\x19\x24\x21\x2b\x13\x7b\xe0\x13\xf8\x96\xb6\xad\xe8\xf9\xea\x82\x52\xc7\xb9\xfb\x06\x6f\x6f\xac\xc2\xb3\x27\xfc\x3c\xaa\xde\x5e\xee\x43\x43\x3c\xd0\x60\xe3\xdb\x3f\xbe\x28\xba\x7f\x6a\xaf\x3a\x2c\x8d\xf6\x6a\xc2\x51\x61\x7a\x6e\xa8\x6b\xb8\xd2\xcf\xcf\xe0\xfa\x0b\x47\xe7\xe7\xc5\x9a\x8d\x33\x11\x61\xea\x1b\xdc\x15\x2f\xd6\x75\x43\xa2\x25\x49\x45\xf3\xef\xdc\x5f\x2d\x47\x2b\x15\xed\x14\x38\xdf\x6a\xdc\x2c\x7a\x4e\x27\xf6\xbd\x08\xb9\x24\xc4\x62\xa0\xfe\xf1\x90\x50\x8b\xc5\x0e\x57\x07\x56\xec\x15\xdf\x6f\xb0\x1c\x92\xd6\x44\x51\x9e\xc8\x06\x5a\xab\x5e\x76\x90\xd9\x10\xcf\xac\xb0\x27\xcb\xae\x48\x41\xb7\x35\xa7\xdc\x5c\x94\x84\xd8\x7e\xbb\xc0\xd4\xdb\xf9\xcb\x7f\xfd\x8b\xfa\xb5\x21\x6c\x1f\xfb\x2f\x3b\xc5\x05\x5c\xd1\xa4\x07\x74\x30\xba\xb4\x36\x8f\x2b\x44\x71\xb9\x31\x4c\xd4\x47\x72\x8f\xb4\xee\xf3\x62\x69\x9b\x0f\x54\x76\x68\xbd\xb4\x66\x1b\x21\x95\x11\x09\xae\xf6\x94\xbe\xc7\xf0\x0c\xb7\x17\x33\x70\x06\x22\x80\x09\x0c\xc5\xf5\x8a\xbc\xb4\x51\x1d\xa3\x75\x48\xc0\x6e\xf7\xd7\x61\xf7\x94\x71\x2d\x52\x5a\xbe\x6f\xeb\x7d\xb5\xf4\xea\x2e\x1f\xd7\x13\xdc\x4c\x8c\xb1\x5e\xfe\x6c\x57\xc4\xbc\x4e\xe8\xdf\x4e\x1c\x72\x87\x38\x58\xd6\x75\x07\x4d\x6a\x0b\x69\x93\xdd\x10\xa3\xbd\x78\x5a\xe0\xa2\xf9\xb1\x03\x19\x08\x9b\x04\x7d\x1b\xf2\xa4\xf2\x18\x7b\x1b\xa4\x1a\xa5\xde\x9a\x7e\x45\x8a\x2e\x31\x9a\xa4\xcb\x63\x14\x40\x01\x96\x55\x3e\x23\xd8\x5b\x2b\xfb\xae\x27\x2a\x6a\xe7\xe9\x06\x5d\x99\xd5\xa5\xfd\xd8\xee\x8f\x00\x7c\x7b\xf5\x7d\x03\xe0\xaa\x53\x23\x90\x27\xb0\x70\xbf\xb2\xec\x57\x6f\x6c\x87\xb8\xbc\xcb\x05\xbb\x2b\x84\xc6\xf4\x1d\x31\xae\xce\xaa\xe1\x63\x86\xcd\x9e\x12\x6c\x76\x0e\xd8\x84\x2d\xae\x68\x25\x60\x8e\xe8\x4c\xbc\x16\xf8\xe2\x04\xff\x23\x6d\x2b\x19\x4a\x8d\xf8\xfb\x85\x6a\x1b\x7a\x66\x21\xbb\xf9\x36\x4e\xf8\x6d\x0a\x77\x6e\x85\xac\x3a\xbd\x6a\xbc\xb2\xc8\x3f\x25\xec\x79\x75\xb3\x2a\x6d\x48\x45\xf5\xca\xae\x8a\x55\x89\x14\x40\x32\x96\xb8\x12\xeb\x57\x54\x89\x49\xec\x13\xdb\xb2\xba\x92\xb9\x77\x14\x5e\xdb\x77\xe3\x2a\x42\x08\x5d\x9d\x53\x43\x2b\x98\x29\x15\xdc\x0b\xba\x45\xbe\x81\xdb\x61\xdd\x48\x04\xd4\x8d\x40\xaa\x8c\x80\xb5\x77\xa1\x4f\x2c\xe7\x86\xa0\x25\x40\xaa\x26\x2c\xc1\x2f\xfa\x20\x01\x6d\x49\x5b\x46\x5a\xb3\x7b\x93\x40\x9f\xb7\xae\xb3\xe0\xfa\x2b\x95\xf9\xf1\x2e\x77\x2d\x13\x6e\x8c\xdd\x2b\x74\x02\xe3\xe4\x76\xf7\xc1\x09\x9d\xb9\x38\x91\xe6\xbe\xb5\xc9\xac\x4b\x52\x24\xf2\x18\xeb\xdf\xee\x93\xa6\xa2\xd3\x1c\x74\xf1\x88\x22\x67\x51\x97\x2e\x3d\x04\xbd\x03\x7a\x28\x5b\x49\xd5\x24\x5f\x90\x8e\x88\x25\x78\x71\xbf\x62\xd7\x2b\x2c\x7d\xfa\x82\xa4\x03\xe5\x14\xbe\x72\xd9\x99\xd4\x66\x9d\x6b\x91\xbc\x08\x27\x79\x99\xf6\xb6\x34\x7c\x9d\xfc\x39\x6e\x09\xb2\xa2\x23\xf2\xbb\xed\x38\x66\xad\xc1\xf3\x3d\x55\xd6\x57\x72\x37\x99\xfb\x29\xec\x7d\xc4\x4e\x1f\xb0\xcb\x1d\x3e\x6e\x7d\xc9\x2e\xa0\xc3\x2f\xae\xba\x69\x24\x0b\x5b\xb4\x8b\xb0\x94\x51\x6a\x7a\x7d\xab\x8b\xd7\x36\x01\xe6\xe5\x8d\x00\xf9\x51\xd3\x81\xff\xdd\xd4\xe2\xf3\x85\x38\xe2\x0e\x16\xe2\x5f\xbb\xbf\x05\xb9\xbd\xe1\x8d\xb8\x86\x5b\x34\xd1\x16\x0e\x17\x9f\xc2\x4e\x64\x7d\x3e\xf5\xd8\x49\x26\x78\xdb\xa5\x69\x02\xf8\x81\xc7\x5b\x71\x87\x1f\xa5\x0b\x33\xff\x86\xd7\x5b\x8b\x87\x65\x62\xee\x8a\xfb\xfd\xff\xfa\x84\xab\x3c\x3b\x39\xe3\xd0\xb8\x8f\x22\x12\x53\x7e\x35\x09\x11\xe0\xdf\x03\xb7\x15\xfe\x36\xb8\x3e\x10\x77\x3d\xc2\x12\x1f\xfe\x8f\x26\x51\xe3\x97\x0b\xd2\x5b\x47\xf9\x12\x8d\x47\x3e\x8c\x2e\x36\xe5\x33\x27\x85\xb6\xad\x4b\x0b\xad\x6f\x98\x4a\x19\x42\x12\x5a\xe6\xaa\x30\x0f\xb9\xaf\xe3\xf4\xc5\x62\x28\x54\x72\xb0\x67\x1a\xeb\x21\x12\x87\xa4\x41\x9a\x40\x92\x97\xe4\x2d\x33\x9c\x64\xf6\xde\xd3\xf2\x30\x2d\xf9\x10\xe5\x0d\x95\x0f\xf2\x7c\x63\xee\x1f\x79\xcc\x7d\xc9\x94\x3b\x52\x34\xf0\xc4\x09\x7d\x7a\x74\x0c\x97\x98\x69\xa6\xe1\x46\x9e\xe2\xf2\x99\x4e\x6b\x37\x7f\x5a\x23\xb3\x8d\x7c\x40\x9c\x16\xd2\x25\xe1\xa0\xc9\x17\xb6\xab\xe4\xd5\xfc\x31\xfd\x9b\x3d\x79\x99\x7c\xf6\x0f\x14\x72\xe1\xa9\xfe\x9a\x04\x71\x94\xf5\x30\x68\xc2\x7c\xa8\xe5\xad\x40\xe8\x7a\xcd\x86\x54\xff\x4a\xe3\x73\x90\xd9\x91\x4e\x5f\x69\xaa\x7a\x26\x0f\x97\x20\x95\x8f\xcf\xbd\x27\x8e\xd3\x3d\xab\x6a\xd8\x46\x45\xb9\xfb\x65\x2d\x37\x36\x8a\x59\xb0\x58\xce\x53\xf6\xd8\xc8\xc3\x33\x5b\xcd\xf3\x9c\xe5\x21\xad\x42\x02\x4d\x73\xfc\x1e\x6e\x11\x61\x8e\xa6\xe3\x14\xad\xb8\x67\x06\x86\x25\x61\x6b\x17\x88\x02\x5f\x65\x8f\x81\xdb\xbe\x49\xe1\xdb\x7a\x49\x5b\x6d\x12\x56\x1e\xbf\x73\x80\xfe\xed\x3b\x86\x92\xac\x69\x32\xa8\x6f\xf9\x6f\x5f\x9f\x2f\x4a\xb4\x9c\x99\xf7\x00\x60\x03\xd2\xbf\x68\xcd\xfc\x05\xa9\x9a\x79\x76\x76\xe8\x0a\xda\x4d\xb7\x95\x87\x06\xa6\xf7\x55\x76\xf6\xe2\xfc\x34\x06\xf6\x3b\x64\x54\x12\xb6\x4a\x52\xa4\xae\x54\x1a\x9b\xd0\xfa\x2d\xd7\x72\xd6\xa7\xc6\xa5\x64\x9d\x04\xf6\xce\x64\x88\xde\x89\x42\xef\xc4\x3d\x52\x7c\xb2\x9a\xf0\x80\x54\xae\x4d\x63\x49\x2f\xdd\x10\x67\xd9\x6b\x0d\xf2\xcf\x7d\xcf\x20\xba\xf2\xec\x52\x6b\xd1\x96\xcf\x9f\xbb\xfb\xb5\x59\xf7\x44\x7d\x1f\x1c\x3c\x98\xa5\xc7\x75\xd1\x95\x6d\xf4\x2c\x2b\x49\x3c\xdb\xae\x5e\x37\xe6\x82\x78\xc9\xf9\xf3\x33\x8f\x88\x37\xc5\x16\xa0\xfa\xf0\xf9\xfc\x19\x1e\xed\x20\x78\xf7\xd2\xb9\x97\x90\xa3\x3a\x5b\xdc\x22\xc2\x6e\xb0\xb2\xa9\x90\x72\xa6\x71\xc4\xd9\xe9\xe1\x8b\xc1\x68\x38\xc3\x55\x63\xd7\x05\xa7\xce\x0c\xe3\x7a\xc5\x9f\x68\x2b\x22\x1f\xf9\x66\xf7\xbe\x63\xd7\x0f\x25\x44\xc5\x96\xd0\x2f\xa9\x58\xb4\xb1\x20\x6e\x65\x93\xef\x9e\x4e\xd3\x98\x54\xe2\x18\xbe\xa9\xce\x62\x8d\x0a\x1e\x9e\x64\x06\x81\xd0\x5e\x67\xe9\xa5\x8d\x08\x86\xde\xdb\xca\xe4\xf9\xd8\xd7\x2a\x26\x8f\xe9\x33\x5f\x03\xa7\xb3\xc9\xc1\xec\xf1\x3c\x8b\x1b\x8d\x24\x91\x31\x22\xf6\x12\xd1\x24\x87\xa5\xf8\x61\xdd\x06\xb9\x10\x2a\xce\x77\xdd\xc9\xfb\x77\x1f\xae\x24\x59\x62\xe0\x0b\x37\x40\x1e\x7d\x59\xd7\x9a\xe8\x70\x69\x5d\x2c\xf2\x01\x8e\xc0\x9e\x08\xe7\xa8\xf1\x24\x0b\x65\xda\xee\x87\xa2\x9b\xdd\xd5\x9a\xb3\x7f\x4d\x5e\xb4\x61\x14\xce\x22\xe6\x2b\x98\xed\x36\x8d\x87\x0d\x2f\x6c\x27\x30\x57\xf0\x4b\x55\xff\xe2\xfd\x50\x51\xac\xe3\x04\xc4\x88\xcd\xe9\xf7\xfa\xe2\x02\xe9\xdf\x90\x68\xd4\xce\x5f\xe0\xe5\xb4\x13\xf9\x12\x6a\x12\x6b\xc0\x41\x83\x85\x8e\x0d\x5d\x6b\x28\x9e\xfe\x9c\xd5\xd9\xf3\x7a\xcd\xb2\x4e\x4d\x72\x54\x3c\xbd\xa6\xd7\xa7\xee\xfd\xa3\xd3\x30\x19\xa8\xf2\xf7\xa7\x3a\x81\x0b\xdd\xef\x81\x81\xd4\xd5\xd4\x75\x97\x3e\x55\xf2\xca\x14\xef\xc6\x72\x96\x5b\x0f\xdc\xf0\xad\x16\xf2\x9c\xc2\x74\x55\x26\x9f\x1a\x91\x91\x71\xf4\x83\x90\x09\x6d\x81\xe6\xfa\xf1\xd5\x61\x76\xab\xd7\xa1\xf7\x15\x08\x63\x2a\xa9\x9c\xf1\xb7\x68\x52\xb8\x23\xd3\x7d\x3d\xc2\xd4\x61\x7a\x80\x5f\x31\xb0\x09\xcb\xb2\xdc\xbf\xd3\x1e\xbb\xab\xcc\x27\xc2\x52\x42\x95\x48\x04\x0b\x1f\x23\x59\x27\x7c\x8c\xa4\xb7\xf0\x31\x19\x64\x5c\xd0\xb6\x65\xb4\x86\x67\x67\xcf\xa7\x0a\xfd\xbb\x56\x46\xe2\x5f\x19\x7d\xf7\x10\xd8\xbf\x26\x49\xf6\xde\xa7\x71\x9d\x18\xd9\xc3\xef\xbe\x1d\x69\xa0\xfd\x23\x9e\xf9\xfe\xe2\x5e\x66\xb3\x7b\x5d\x91\x2f\xa3\x86\x1c\x33\xb9\xfd\x4c\x12\x63\x89\xd6\x44\x38\x49\xfa\xc2\xee\x9c\xd3\x1c\x36\x56\x7d\x83\xa2\x14\x69\xfe\xb9\xe6\xe1\x69\x71\x1c\x29\x3e\x2b\x8e\x27\x85\xf1\x21\xb0\x49\x40\xf5\x22\x90\xa4\x9d\xae\xae\x7c\x84\xd3\xe3\xba\xd3\x7e\xa4\x6e\x3c\x50\x49\xd1\xec\x52\x36\x73\x70\x88\x1f\xe6\xb1\xbc\x3a\xad\xa9\x33\x04\xd3\xaf\x6d\x38\x9b\xee\xe1\x74\xb6\xcf\x8d\x9e\x5a\x17\x6b\x5c\x1e\x9e\x30\xd7\x5a\x8c\x12\x76\x0f\x40\xcc\x63\x97\xf2\xf1\x23\xbc\x9f\x1d\xef\x0a\xc5\x04\xc7\xea\x15\xef\x90\x7c\xd7\xae\xde\x10\xdb\xe5\xcf\xd9\x0b\x52\xad\x37\xfd\x26\xfb\x1f\xf6\x26\x3b\xa3\xe2\xec\x08\xc5\xe3\x01\x6e\x49\xe7\x31\xd1\xd8\x6a\x1a\x1d\x7f\x0b\xc4\x4f\x82\x7d\x11\x46\xb4\x28\xf9\x62\x4f\xe2\x81\x69\x44\x6c\x0a\xbf\x0a\xee\x0f\xb8\x22\xb1\x5d\x10\xbd\xa3\x3a\xaf\x6c\xae\xcf\x57\xcb\x6b\xe4\x3c\xa3\x51\x7d\x97\x4a\x60\xcf\x86\xb2\x69\x9c\xad\x56\xa2\x35\xe9\xa9\x1b\x5b\xad\x21\x5d\x1a\xd2\xba\x2e\x99\xd9\x11\x69\x89\xce\xb3\xc4\xe0\xb2\x9d\x8c\x28\xed\xe0\x01\x2f\x89\xca\x0d\xfb\x66\x20\x5c\x9d\xe2\xf5\x4f\x2c\xb0\xe6\x15\x60\x99\x2a\x5a\xb4\xfd\x6c\x69\xbc\x6e\x0a\x3f\xa5\x9b\xa5\x10\x6e\x81\xe9\x34\xd6\xc9\x36\x7f\x7a\xfc\xfc\x64\x08\x3c\x26\x27\x5a\x30\x26\x3e\x5a\x30\x4d\x6b\xe4\x1e\x7b\xef\x79\xe6\x2b\xed\x01\xf0\x2d\x33\x91\xfd\xbf\x1f\x35\x62\xd0\x4e\x80\x49\x7a\xda\x8a\x72\x41\xff\x72\x26\x9f\x3d\x80\xd3\x4f\xb1\x4d\x41\xd2\x0f\xce\xf6\x6b\xdf\x4e\xf6\xdb\x5a\xf1\xf9\xda\x33\x4c\xbc\x8f\xdf\xb6\x31\xb3\x74\x15\xb6\x0d\xb2\x0b\x49\x7e\xf8\x2b\x9b\x4b\xbe\xf3\x21\xb0\x03\xda\x8f\x53\x57\x3b\x8c\x9a\xf6\x78\x61\x53\xd1\xe5\x88\xbf\x0d\x8f\x2f\x0e\x9b\x40\x47\x27\x58\x2f\x0f\x06\x35\xd6\x2b\x8f\x31\xb1\x54\x9f\xdb\x8d\x70\xcd\x08\x7f\x62\x2d\x1e\x4c\xb3\x2c\x2e\xec\xa0\xca\xeb\x22\x37\x53\x93\xbd\xec\xba\x6d\x9b\xe4\x60\xe0\xd7\xd3\x86\x33\xdb\xdb\xe2\x68\x9e\xdb\x82\x2f\x36\xf6\xaf\x8d\xcb\xe5\x3f\x80\x57\xc6\x34\xf7\x8a\x0d\xe6\x09\xd0\xaa\x1d\x11\x50\xd2\xad\x84\x40\x3f\xf1\x29\x56\xbe\xd3\x4f\x89\xa4\xb2\x77\x1b\xc7\x62\x09\x00\x23\x61\xab\x96\x42\xef\xe4\x35\x5b\x35\xc4\x7d\xce\xd5\x3d\xe6\x88\x7e\x84\xa2\xe8\x08\xbb\x4f\x2d\xed\xd3\xbc\x2f\x91\x1a\xa2\xae\xa0\x04\xc2\xc7\xca\xc3\x27\x0f\x6c\xbc\xb6\xef\x42\x91\x7f\x9d\x23\xba\xb9\x08\xa5\x92\x6c\x7a\x70\xa5\x19\xdd\x1a\xc4\xed\xf0\xcb\xf2\xd8\xe0\x9a\xb5\x8e\xb4\xd9\x58\x7c\x74\x80\x13\x29\x74\xdd\x14\x08\x8d\x20\x40\x8d\x91\xbd\xb6\xfb\x75\x55\xd4\xd3\x63\x09\xbb\x21\xee\xc2\xfb\xd0\x39\x47\x34\xf9\xb9\x40\x32\x9f\xd8\xad\xee\xe5\xc0\xad\xce\xd5\x8a\x44\xb2\xf8\xd3\xe2\xb3\x79\x2a\xd5\xba\xc2\xf1\x54\x5c\x49\xbd\x9d\x9f\x6c\x67\x31\x24\xab\x4d\x5e\xaf\xb9\x2a\xc4\x63\xbd\xd5\x41\x45\xae\xb9\xe3\xa7\xf4\x7f\x00\x5b\xad\xe1\xc2\x18\xbf\x4b\x99\x26\xbc\xe4\xcb\x8e\x34\xa8\x35\xbb\xdf\xba\x78\xd6\xca\x67\xcf\x94\xbf\xf3\x38\xd9\x5d\x92\x2a\xfd\xb3\x90\x12\xbd\x8b\xdb\x1b\x3d\x05\xe3\x9f\xe0\xa0\x46\xe1\xa6\x4a\x6d\x0e\x5f\xbe\x7f\xd4\x36\xab\x47\xf7\xe3\xf7\x35\x34\xab\x4d\x94\x74\x3e\x6d\x53\xa6\x27\x6f\x95\x3c\x10\x37\x39\xb8\x54\x21\x37\x75\xda\xb2\x58\x53\xa5\x71\x64\xa9\xd7\xf6\x1f\xf8\x36\xd2\x1c\xf9\x7a\x27\x94\xe6\x26\x8f\xdb\xd3\xd4\xf7\x83\xe6\x7e\x92\x69\x86\xf7\x53\x1e\x88\x97\x1e\xbf\xdd\xbf\x44\x02\xf0\xcc\x0f\xf2\xe3\x46\x37\x91\xc1\xfb\x27\xcd\xb2\xfe\xdb\xc7\xe6\xb3\xfb\x8d\xf7\x43\x9c\xcb\x0f\x0e\xc8\xb2\xba\x6d\x92\x4a\x29\xd9\x2c\x6e\xaf\x70\xde\x97\xce\xac\xe7\xdf\xd2\x8e\x44\xe4\x55\x2d\x4e\xc8\x95\xc4\x64\xdf\xbe\xba\x83\x66\xc7\xeb\xab\x4f\x30\x7c\xee\xf3\xe6\xf3\x5b\x79\xf2\x10\xc3\x2e\xbc\xac\xdb\x66\x9f\x87\x87\xee\x68\xff\x23\x21\x3a\xed\x7e\xb3\xae\xe7\xa6\x6b\x76\xef\xf1\x32\x1f\x5e\xaf\x44\x64\x8d\xbe\x87\xc2\xbc\xdf\x48\x70\x0d\x7f\x96\x3f\x3f\x6b\xe7\x9f\xb1\xa3\x64\xa5\xe9\xc9\x3f\xdb\xd0\x07\x52\x65\x60\xc9\xe4\xdf\x97\xf4\x1b\x6f\xb1\xca\xaf\x9c\x7e\xe5\x85\xfe\xb8\xe6\xba\xb0\xcc\x6b\x55\xa2\xc7\x54\x79\xf7\xe7\x56\x7e\xdf\xd0\x2f\x53\x49\x3b\x2d\x9e\x83\xcf\xf9\xfd\x11\xed\xae\xd5\x74\xe8\xd4\x95\xbc\x4b\x22\xbd\xca\xe7\xcb\xba\x6f\xf8\x23\xba\x96\x4f\xb9\xb9\xe1\x2f\x78\xed\x9e\x3f\x5c\x5b\xfb\x46\x1b\xc4\x18\xb4\xbd\xba\xea\x2e\xa5\x39\x0b\x44\xe1\xdb\x8d\x35\xd2\x98\xa9\xb4\xf9\xc6\x5c\x2f\xdc\x88\xdc\x70\xe4\xab\x1b\x8f\x0e\x86\xd1\x9b\x37\xf5\x16\x69\x8f\x7f\x0c\x0f\xdb\xba\xa7\x02\x0f\x1b\x1a\x1e\x82\x1a\x90\x9d\xab\x8b\x1e\xff\x35\xf4\xaf\xc4\xed\x97\x05\x3f\x1a\x8f\xa5\x77\xcf\x9f\x71\x84\x14\xec\xdc\x2e\xa5\x79\x51\x6d\x7b\x55\xc0\x87\x8f\x8d\x4a\x7a\xc0\x38\x1f\x1b\xbf\x57\x4e\x44\x78\xa6\x2f\x28\xd2\xea\x2f\x96\xc4\x4d\x4f\x10\x98\x22\x02\x7b\x70\x66\xfb\xe4\xef\xfe\x8e\x1f\x5a\x20\xb5\xe5\xef\xff\x3e\x7b\xf1\xf8\x53\xdc\x57\xc1\xfb\xbe\xce\xca\x02\x99\x0f\x69\xbd\xde\x13\xd7\x63\xc8\x8d\x79\xfb\x6d\x02\xcc\x31\xec\xec\xac\xce\x37\x7f\xde\x59\xfd\xee\x9d\xff\x1b\x00\x00\xff\xff\x8b\x24\xae\xeb\xfd\xb4\x00\x00") func confLocaleLocale_ptBrIniBytes() ([]byte, error) { return bindataRead( @@ -4539,7 +4539,7 @@ func confLocaleLocale_ptBrIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 45321, mode: os.FileMode(493), modTime: time.Unix(1442001506, 0)} + info := bindataFileInfo{name: "conf/locale/locale_pt-BR.ini", size: 46333, mode: os.FileMode(493), modTime: time.Unix(1442446148, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4559,7 +4559,7 @@ func confLocaleLocale_ruRuIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 58925, mode: os.FileMode(493), modTime: time.Unix(1442001502, 0)} + info := bindataFileInfo{name: "conf/locale/locale_ru-RU.ini", size: 58925, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4579,7 +4579,7 @@ func confLocaleLocale_zhCnIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 42605, mode: os.FileMode(493), modTime: time.Unix(1442174946, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-CN.ini", size: 42605, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4599,7 +4599,7 @@ func confLocaleLocale_zhHkIni() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 42343, mode: os.FileMode(493), modTime: time.Unix(1442001504, 0)} + info := bindataFileInfo{name: "conf/locale/locale_zh-HK.ini", size: 42343, mode: os.FileMode(493), modTime: time.Unix(1442248360, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -4619,7 +4619,7 @@ func confReadmeDefault() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "conf/readme/Default", size: 23, mode: os.FileMode(420), modTime: time.Unix(1441064597, 0)} + info := bindataFileInfo{name: "conf/readme/Default", size: 23, mode: os.FileMode(420), modTime: time.Unix(1441006036, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/public/css/gogs.min.css b/public/css/gogs.min.css index ba769a66c..023bc2f17 100644 --- a/public/css/gogs.min.css +++ b/public/css/gogs.min.css @@ -1 +1 @@ -@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('embedded-opentype'),url(../fonts/octicons.woff?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('woff'),url(../fonts/octicons.ttf?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('truetype'),url(../fonts/octicons.svg?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d#octicons) format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beaker:before,.octicon-microscope:before{content:'\f0dd'}.octicon-bell:before{content:'\f0de'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-clone:before,.octicon-desktop-download:before{content:'\f0dc'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-shield:before{content:'\f0e1'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-watch:before{content:'\f0e0'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}.emoji{width:1.5em;height:1.5em;display:inline-block;background-size:contain}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}pre{font:12px Consolas,"Liberation Mono",Menlo,Courier,monospace}pre.raw{padding:7px 12px;margin:10px 0;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;font-size:13px;line-height:1.5;overflow:auto}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .top.menu .menu{z-index:900}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .text .octicon{width:16px;text-align:center}.following.bar .right.menu .menu{left:auto;right:0}.following.bar .right.menu .dropdown .menu{margin-top:0}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.red a{color:#d95c5c!important}.ui .text.red a:hover{color:#E67777!important}.ui .text.blue{color:#428bca!important}.ui .text.blue a{color:#15c!important}.ui .text.blue a:hover{color:#428bca!important}.ui .text.grey{color:#767676!important}.ui .text.grey a{color:#444!important}.ui .text.grey a:hover{color:#000!important}.ui .text.green{color:#6cc644!important}.ui .text.purple{color:#6e5494!important}.ui .text.left{text-align:left!important}.ui .text.right{text-align:right!important}.ui .text.small{font-size:.75em}.ui .text.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ui .text.thin{font-weight:400}.ui .text.middle{vertical-align:middle}.ui .message{text-align:center}.ui .header>i+.content{padding-left:.75rem;vertical-align:middle}.ui .warning.header{background-color:#F9EDBE!important;border-color:#F0C36D}.ui .warning.segment{border-color:#F0C36D}.ui .info.header{background-color:#d9edf7!important;border-color:#85c5e5}.ui .info.segment{border-color:#85c5e5}.ui .normal.header{font-weight:400}.ui .avatar.image{border-radius:3px}.ui .form .fake{display:none!important}.ui.status.buttons .octicon{margin-right:4px}.overflow.menu .items{max-height:300px;overflow-y:auto}.overflow.menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.overflow.menu .items .item.active{font-weight:700}.overflow.menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}.scrolling.menu .item.selected{font-weight:700!important}footer{margin-top:54px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.mega-octicon.icon,.octicon.icon{font-family:octicons;opacity:1!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@media only screen and (max-width:991px) and (min-width:768px){.ui.container{width:95%}}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:80px}.home .logo{max-width:250px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif}.home .hero h1{font-size:7em}.home .hero h2{font-size:4em}.home .hero .octicon{color:#d9453d;font-size:60px;margin-right:10px}.home .hero.header{font-size:24px}.home p.large{font-size:20px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.signup{padding-top:15px;padding-bottom:80px}.install{padding-top:45px;padding-bottom:80px}.install form label{text-align:right;width:320px!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:335px!important}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-5px}.ui.attached.header .right .button{padding:8px 10px;font-weight:400}#create-page-form form{margin:auto;width:800px!important}#create-page-form form .ui.message{text-align:center}#create-page-form form .header{padding-left:280px!important}#create-page-form form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}#create-page-form form .help{margin-left:265px!important}#create-page-form form .optional .title{margin-left:250px!important}#create-page-form form input,#create-page-form form textarea{width:50%!important}.signin form,.signup form{margin:auto;width:800px!important}.signin form .ui.message,.signup form .ui.message{text-align:center}.signin form .header,.signup form .header{padding-left:280px!important}.signin form .inline.field>label,.signup form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.signin form .help,.signup form .help{margin-left:265px!important}.signin form .optional .title,.signup form .optional .title{margin-left:250px!important}.signin form input,.signin form textarea,.signup form input,.signup form textarea{width:50%!important}.signin form,.signup form{width:700px!important}.signin form .header,.signup form .header{padding-left:230px!important}.signin form .inline.field>label,.signup form .inline.field>label{width:200px!important}.repository.new.fork form,.repository.new.migrate form,.repository.new.repo form{margin:auto;width:800px!important}.repository.new.fork form .ui.message,.repository.new.migrate form .ui.message,.repository.new.repo form .ui.message{text-align:center}.repository.new.fork form .header,.repository.new.migrate form .header,.repository.new.repo form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label,.repository.new.migrate form .inline.field>label,.repository.new.repo form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help,.repository.new.migrate form .help,.repository.new.repo form .help{margin-left:265px!important}.repository.new.fork form .optional .title,.repository.new.migrate form .optional .title,.repository.new.repo form .optional .title{margin-left:250px!important}.repository.new.fork form input,.repository.new.fork form textarea,.repository.new.migrate form input,.repository.new.migrate form textarea,.repository.new.repo form input,.repository.new.repo form textarea{width:50%!important}.repository.new.fork form .dropdown .dropdown.icon,.repository.new.migrate form .dropdown .dropdown.icon,.repository.new.repo form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text,.repository.new.migrate form .dropdown .text,.repository.new.repo form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i,.repository.new.migrate form .dropdown .text i,.repository.new.repo form .dropdown .text i{margin-right:0!important}.repository.new.repo .ui.form .selection.dropdown:not(.owner){width:50%!important}.repository.new.repo .ui.form #auto-init{margin-left:265px!important}.new.webhook form .help{margin-left:25px}.new.webhook .events.fields .column{padding-left:40px}.repository{padding-top:15px;padding-bottom:80px}.repository .head .column{padding-top:5px!important;padding-bottom:5px!important}.repository .head .ui.compact.menu{margin-left:1rem}.repository .head .ui.header{margin-top:0}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .ui.huge.breadcrumb{font-weight:300;font-size:1.7rem}.repository .head .fork-flag{margin-left:38px;display:block;font-size:12px;line-height:10px;white-space:nowrap}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .dropdown.item{margin:1px;padding-right:0}.repository.options #interval{width:100px!important;min-width:100px}.repository.options .danger .item{padding:20px 15px}.repository.options .danger .ui.divider{margin:0}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title h1 .ui.input{font-size:.5em;vertical-align:top;width:50%;min-width:600px}.repository.view.issue .title h1 .ui.input input{font-size:1.5em;padding:6px 10px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .title .edit-zone{margin-top:10px}.repository.view.issue .pull-desc code{color:#0166E6}.repository.view.issue .pull.tabular.menu{margin-bottom:10px}.repository.view.issue .pull.tabular.menu .octicon{margin-right:5px}.repository.view.issue .pull.tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none;background-color:inherit}.repository.view.issue .pull .merge.box .avatar{margin-left:10px;margin-top:10px}.repository.view.issue .comment-list:before{display:block;content:"";position:absolute;margin-top:12px;margin-bottom:14px;top:0;bottom:0;left:96px;width:2px;background-color:#f3f3f3;z-index:-1}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .tag{color:#767676;margin-top:3px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.repository.view.issue .comment-list .comment .actions .item{float:left}.repository.view.issue .comment-list .comment .actions a.item{margin-top:6px;margin-left:10px}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .comment-list .comment .edit.buttons{margin-top:10px}.repository.view.issue .comment-list .event{position:relative;margin:15px 0 15px 79px;padding-left:25px}.repository.view.issue .comment-list .event .octicon{width:30px;float:left;margin-left:-36px;text-align:center}.repository.view.issue .comment-list .event .octicon.octicon-circle-slash{margin-top:5px;font-size:20px;color:#bd2c00}.repository.view.issue .comment-list .event .octicon.octicon-primitive-dot{font-size:30px;color:#6cc644}.repository.view.issue .comment-list .event .octicon.octicon-bookmark{margin-top:3px;font-size:25px}.repository.view.issue .comment-list .event .detail{font-size:.9rem;margin-top:5px;margin-left:35px}.repository.view.issue .comment-list .event .detail .octicon.octicon-git-commit{margin-top:2px}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository.commits .header .ui.right .search input{font-weight:400;padding:5px 10px}.repository.commits .header .ui.right .button{float:right;margin-left:5px;margin-top:1px}.repository .commits.table{font-size:13px}.repository .commits.table td:first-child,.repository .commits.table th:first-child{padding-left:15px}.repository .commits.table td{line-height:15px}.repository .commits.table .author{min-width:180px}.repository .commits.table .message span{max-width:500px}.repository .commits.table .date{width:120px}.repository .sha.label{font-family:Consolas,Menlo,Monaco,"Lucida Console",monospace;font-size:14px;padding:6px 10px 4px 10px;font-weight:400}.repository .diff-detail-box{margin:15px 0;line-height:30px}.repository .diff-detail-box ol{clear:both;padding-left:0;margin-top:5px;margin-bottom:28px}.repository .diff-detail-box ol li{list-style:none;padding-bottom:4px;margin-bottom:4px;border-bottom:1px dashed #DDD;padding-left:6px}.repository .diff-detail-box span.status{display:inline-block;width:12px;height:12px;margin-right:8px;vertical-align:middle}.repository .diff-detail-box span.status.modify{background-color:#f0db88}.repository .diff-detail-box span.status.add{background-color:#b4e2b4}.repository .diff-detail-box span.status.del{background-color:#e9aeae}.repository .diff-detail-box span.status.rename{background-color:#dad8ff}.repository .diff-box .count{margin-right:12px}.repository .diff-box .count .bar{background-color:#e75316;height:12px;width:40px;display:inline-block;margin:2px 4px 0 4px;vertical-align:text-top}.repository .diff-box .count .bar .add{background-color:#77c64a;height:12px}.repository .diff-box .file{color:#888}.repository .diff-file-box .header{border-bottom:1px solid #d4d4d5!important}.repository .diff-file-box .file-body.file-code .lines-num{text-align:right;color:#999;background:#fafafa;width:1%}.repository .diff-file-box .file-body.file-code .lines-num-old{border-right:1px solid #DDD}.repository .diff-file-box .code-diff{font-size:13px}.repository .diff-file-box .code-diff td{padding:0;border-top:none}.repository .diff-file-box .code-diff pre{margin:0}.repository .diff-file-box .code-diff .lines-num{border-right:1px solid #d4d4d5;padding:0 5px}.repository .diff-file-box .code-diff tbody tr.tag-code pre,.repository .diff-file-box .code-diff tbody tr.tag-code td{background-color:#E0E0E0!important;border-color:#ADADAD!important}.repository .diff-file-box .code-diff tbody tr.del-code pre,.repository .diff-file-box .code-diff tbody tr.del-code td{background-color:#ffe2dd!important;border-color:#e9aeae!important}.repository .diff-file-box .code-diff tbody tr.add-code pre,.repository .diff-file-box .code-diff tbody tr.add-code td{background-color:#d1ffd6!important;border-color:#b4e2b4!important}.repository .diff-file-box .code-diff tbody tr:hover td{background-color:#FFF8D2!important;border-color:#F0DB88!important}.repository .diff-file-box .code-diff tbody tr:hover pre{background-color:transparent!important}.repository .code-view{overflow:auto;overflow-x:auto;overflow-y:hidden}.issue.list{list-style:none;padding-top:15px}.issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.issue.list>.item .title:hover{color:#000}.issue.list>.item .comment{padding-right:10px;color:#666}.issue.list>.item .desc{padding-top:5px;color:#999}.issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.issue.list>.item .desc a.milestone:hover{color:#000!important}.issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}.page.buttons{padding-top:15px}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .content{margin-top:2px}.settings .content .header,.settings .content .segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.settings .hook.list>.item:not(:first-child){border-top:1px solid #eaeaea}.settings .hook.list .item{padding:10px 20px}.settings .hook.list .item .fa,.settings .hook.list .item .octicon{width:20px;text-align:center}.settings .hook.history.list .item{padding-left:13px}.settings .hook.history.list .item .meta .ui.right{margin-top:5px}.settings .hook.history.list .item .meta .ui.right .time{font-size:12px}.settings .hook.history.list .item .info{margin-top:10px}.settings .hook.history.list .item .info .tabular.menu .item{font-weight:500}.settings .hook.history.list .item .info .tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none}.settings .hook.history.list .item .info .tab.segment>*{color:#666}.settings .hook.history.list .item .info .tab.segment pre{word-wrap:break-word}.settings .hook.history.list .item .info .tab.segment pre .hljs{padding:0;background-color:inherit}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px}#delete-repo-modal .ui.message,#transfer-repo-modal .ui.message{width:100%!important}.organization{padding-top:15px;padding-bottom:80px}.organization .head .ui.header .text{vertical-align:middle;font-size:1.6rem;margin-left:15px}.organization .head .ui.header .ui.right{margin-top:5px}.organization.new.org form{margin:auto;width:800px!important}.organization.new.org form .ui.message{text-align:center}.organization.new.org form .header{padding-left:280px!important}.organization.new.org form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.organization.new.org form .help{margin-left:265px!important}.organization.new.org form .optional .title{margin-left:250px!important}.organization.new.org form input,.organization.new.org form textarea{width:50%!important}.organization.options input{width:50%!important;min-width:300px}.user{padding-top:15px;padding-bottom:80px}.user.settings .list .item.ui.grid{margin-top:15px}.user.settings .email.list .item:not(:first-child){border-top:1px solid #eaeaea;height:50px}.user.settings .email.list .item:not(:first-child) .button{margin-top:-10px}.dashboard{padding-top:15px;padding-bottom:80px}.dashboard.issues .context.user.menu{z-index:101;min-width:200px}.dashboard.issues .context.user.menu .ui.header{font-size:1rem;text-transform:none}.dashboard.issues .filter.menu .item{text-align:left}.dashboard.issues .filter.menu .item .text{height:16px;vertical-align:middle}.dashboard.issues .filter.menu .item .floating.label{top:7px;left:90%;width:15%}.dashboard.issues .filter.menu .item.active{background-color:#4183c4;color:#FFF}.dashboard.issues .filter.menu .item .text{width:85%}.dashboard.issues .ui.right .head.menu{margin-top:-5px}.dashboard.issues .ui.right .head.menu .item.active{color:#d9453d}.dashboard.issues .head.menu .octicon{margin-right:5px}.admin{padding-top:15px;padding-bottom:80px}.admin .table.segment{padding:0;font-size:13px}.admin .table.segment th{padding-top:5px;padding-bottom:5px}.admin .table.segment td:first-child,.admin .table.segment th:first-child{padding-left:15px}.admin .ui.header,.admin .ui.segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.admin.user .email{max-width:200px}.explore{padding-top:15px;padding-bottom:80px}.explore.repositories .ui.repository.list .item{border-top:1px solid #eee;padding-top:25px;padding-bottom:25px}.explore.repositories .ui.repository.list .item .ui.header{font-size:1.5rem;padding-bottom:10px}.explore.repositories .ui.repository.list .item .ui.header .metas{color:#888;font-size:13px;font-weight:400}.explore.repositories .ui.repository.list .item .ui.header .metas span:not(:last-child){margin-right:5px}.explore.repositories .ui.repository.list .item .time{font-size:12px;color:grey} \ No newline at end of file +@font-face{font-family:octicons;src:url(../fonts/octicons.eot?#iefix&v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('embedded-opentype'),url(../fonts/octicons.woff?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('woff'),url(../fonts/octicons.ttf?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d) format('truetype'),url(../fonts/octicons.svg?v=396334ee3da78f4302d25c758ae3e3ce5dc3c97d#octicons) format('svg');font-weight:400;font-style:normal}.mega-octicon,.octicon{font:normal normal normal 16px/1 octicons;display:inline-block;text-decoration:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mega-octicon{font-size:32px}.octicon-alert:before{content:'\f02d'}.octicon-arrow-down:before{content:'\f03f'}.octicon-arrow-left:before{content:'\f040'}.octicon-arrow-right:before{content:'\f03e'}.octicon-arrow-small-down:before{content:'\f0a0'}.octicon-arrow-small-left:before{content:'\f0a1'}.octicon-arrow-small-right:before{content:'\f071'}.octicon-arrow-small-up:before{content:'\f09f'}.octicon-arrow-up:before{content:'\f03d'}.octicon-beaker:before,.octicon-microscope:before{content:'\f0dd'}.octicon-bell:before{content:'\f0de'}.octicon-book:before{content:'\f007'}.octicon-bookmark:before{content:'\f07b'}.octicon-briefcase:before{content:'\f0d3'}.octicon-broadcast:before{content:'\f048'}.octicon-browser:before{content:'\f0c5'}.octicon-bug:before{content:'\f091'}.octicon-calendar:before{content:'\f068'}.octicon-check:before{content:'\f03a'}.octicon-checklist:before{content:'\f076'}.octicon-chevron-down:before{content:'\f0a3'}.octicon-chevron-left:before{content:'\f0a4'}.octicon-chevron-right:before{content:'\f078'}.octicon-chevron-up:before{content:'\f0a2'}.octicon-circle-slash:before{content:'\f084'}.octicon-circuit-board:before{content:'\f0d6'}.octicon-clippy:before{content:'\f035'}.octicon-clock:before{content:'\f046'}.octicon-cloud-download:before{content:'\f00b'}.octicon-cloud-upload:before{content:'\f00c'}.octicon-code:before{content:'\f05f'}.octicon-color-mode:before{content:'\f065'}.octicon-comment-add:before,.octicon-comment:before{content:'\f02b'}.octicon-comment-discussion:before{content:'\f04f'}.octicon-credit-card:before{content:'\f045'}.octicon-dash:before{content:'\f0ca'}.octicon-dashboard:before{content:'\f07d'}.octicon-database:before{content:'\f096'}.octicon-clone:before,.octicon-desktop-download:before{content:'\f0dc'}.octicon-device-camera:before{content:'\f056'}.octicon-device-camera-video:before{content:'\f057'}.octicon-device-desktop:before{content:'\f27c'}.octicon-device-mobile:before{content:'\f038'}.octicon-diff:before{content:'\f04d'}.octicon-diff-added:before{content:'\f06b'}.octicon-diff-ignored:before{content:'\f099'}.octicon-diff-modified:before{content:'\f06d'}.octicon-diff-removed:before{content:'\f06c'}.octicon-diff-renamed:before{content:'\f06e'}.octicon-ellipsis:before{content:'\f09a'}.octicon-eye-unwatch:before,.octicon-eye-watch:before,.octicon-eye:before{content:'\f04e'}.octicon-file-binary:before{content:'\f094'}.octicon-file-code:before{content:'\f010'}.octicon-file-directory:before{content:'\f016'}.octicon-file-media:before{content:'\f012'}.octicon-file-pdf:before{content:'\f014'}.octicon-file-submodule:before{content:'\f017'}.octicon-file-symlink-directory:before{content:'\f0b1'}.octicon-file-symlink-file:before{content:'\f0b0'}.octicon-file-text:before{content:'\f011'}.octicon-file-zip:before{content:'\f013'}.octicon-flame:before{content:'\f0d2'}.octicon-fold:before{content:'\f0cc'}.octicon-gear:before{content:'\f02f'}.octicon-gift:before{content:'\f042'}.octicon-gist:before{content:'\f00e'}.octicon-gist-secret:before{content:'\f08c'}.octicon-git-branch-create:before,.octicon-git-branch-delete:before,.octicon-git-branch:before{content:'\f020'}.octicon-git-commit:before{content:'\f01f'}.octicon-git-compare:before{content:'\f0ac'}.octicon-git-merge:before{content:'\f023'}.octicon-git-pull-request-abandoned:before,.octicon-git-pull-request:before{content:'\f009'}.octicon-globe:before{content:'\f0b6'}.octicon-graph:before{content:'\f043'}.octicon-heart:before{content:'\2665'}.octicon-history:before{content:'\f07e'}.octicon-home:before{content:'\f08d'}.octicon-horizontal-rule:before{content:'\f070'}.octicon-hubot:before{content:'\f09d'}.octicon-inbox:before{content:'\f0cf'}.octicon-info:before{content:'\f059'}.octicon-issue-closed:before{content:'\f028'}.octicon-issue-opened:before{content:'\f026'}.octicon-issue-reopened:before{content:'\f027'}.octicon-jersey:before{content:'\f019'}.octicon-key:before{content:'\f049'}.octicon-keyboard:before{content:'\f00d'}.octicon-law:before{content:'\f0d8'}.octicon-light-bulb:before{content:'\f000'}.octicon-link:before{content:'\f05c'}.octicon-link-external:before{content:'\f07f'}.octicon-list-ordered:before{content:'\f062'}.octicon-list-unordered:before{content:'\f061'}.octicon-location:before{content:'\f060'}.octicon-gist-private:before,.octicon-git-fork-private:before,.octicon-lock:before,.octicon-mirror-private:before{content:'\f06a'}.octicon-logo-github:before{content:'\f092'}.octicon-mail:before{content:'\f03b'}.octicon-mail-read:before{content:'\f03c'}.octicon-mail-reply:before{content:'\f051'}.octicon-mark-github:before{content:'\f00a'}.octicon-markdown:before{content:'\f0c9'}.octicon-megaphone:before{content:'\f077'}.octicon-mention:before{content:'\f0be'}.octicon-milestone:before{content:'\f075'}.octicon-mirror-public:before,.octicon-mirror:before{content:'\f024'}.octicon-mortar-board:before{content:'\f0d7'}.octicon-mute:before{content:'\f080'}.octicon-no-newline:before{content:'\f09c'}.octicon-octoface:before{content:'\f008'}.octicon-organization:before{content:'\f037'}.octicon-package:before{content:'\f0c4'}.octicon-paintcan:before{content:'\f0d1'}.octicon-pencil:before{content:'\f058'}.octicon-person-add:before,.octicon-person-follow:before,.octicon-person:before{content:'\f018'}.octicon-pin:before{content:'\f041'}.octicon-plug:before{content:'\f0d4'}.octicon-file-add:before,.octicon-file-directory-create:before,.octicon-gist-new:before,.octicon-plus:before,.octicon-repo-create:before{content:'\f05d'}.octicon-primitive-dot:before{content:'\f052'}.octicon-primitive-square:before{content:'\f053'}.octicon-pulse:before{content:'\f085'}.octicon-question:before{content:'\f02c'}.octicon-quote:before{content:'\f063'}.octicon-radio-tower:before{content:'\f030'}.octicon-repo-delete:before,.octicon-repo:before{content:'\f001'}.octicon-repo-clone:before{content:'\f04c'}.octicon-repo-force-push:before{content:'\f04a'}.octicon-gist-fork:before,.octicon-repo-forked:before{content:'\f002'}.octicon-repo-pull:before{content:'\f006'}.octicon-repo-push:before{content:'\f005'}.octicon-rocket:before{content:'\f033'}.octicon-rss:before{content:'\f034'}.octicon-ruby:before{content:'\f047'}.octicon-screen-full:before{content:'\f066'}.octicon-screen-normal:before{content:'\f067'}.octicon-search-save:before,.octicon-search:before{content:'\f02e'}.octicon-server:before{content:'\f097'}.octicon-settings:before{content:'\f07c'}.octicon-shield:before{content:'\f0e1'}.octicon-log-in:before,.octicon-sign-in:before{content:'\f036'}.octicon-log-out:before,.octicon-sign-out:before{content:'\f032'}.octicon-squirrel:before{content:'\f0b2'}.octicon-star-add:before,.octicon-star-delete:before,.octicon-star:before{content:'\f02a'}.octicon-stop:before{content:'\f08f'}.octicon-repo-sync:before,.octicon-sync:before{content:'\f087'}.octicon-tag-add:before,.octicon-tag-remove:before,.octicon-tag:before{content:'\f015'}.octicon-telescope:before{content:'\f088'}.octicon-terminal:before{content:'\f0c8'}.octicon-three-bars:before{content:'\f05e'}.octicon-thumbsdown:before{content:'\f0db'}.octicon-thumbsup:before{content:'\f0da'}.octicon-tools:before{content:'\f031'}.octicon-trashcan:before{content:'\f0d0'}.octicon-triangle-down:before{content:'\f05b'}.octicon-triangle-left:before{content:'\f044'}.octicon-triangle-right:before{content:'\f05a'}.octicon-triangle-up:before{content:'\f0aa'}.octicon-unfold:before{content:'\f039'}.octicon-unmute:before{content:'\f0ba'}.octicon-versions:before{content:'\f064'}.octicon-watch:before{content:'\f0e0'}.octicon-remove-close:before,.octicon-x:before{content:'\f081'}.octicon-zap:before{content:'\26A1'}.emoji{width:1.5em;height:1.5em;display:inline-block;background-size:contain}body{font-family:'Helvetica Neue',Arial,Helvetica,sans-serif,'微软雅黑';background-color:#FAFAFA}img{border-radius:3px}pre{font:12px Consolas,"Liberation Mono",Menlo,Courier,monospace}pre.raw{padding:7px 12px;margin:10px 0;background-color:#f8f8f8;border:1px solid #ddd;border-radius:3px;font-size:13px;line-height:1.5;overflow:auto}.full.height{padding:0;margin:0 0 -80px 0;min-height:100%}.following.bar{z-index:900;left:0;width:100%}.following.bar.light{background-color:#fff;border-bottom:1px solid #DDD;box-shadow:0 2px 3px rgba(0,0,0,.04)}.following.bar .column .menu{margin-top:0}.following.bar .top.menu a.item.brand{padding-left:0}.following.bar .brand .ui.mini.image{width:30px}.following.bar .top.menu .dropdown.item.active,.following.bar .top.menu .dropdown.item:hover,.following.bar .top.menu a.item:hover{background-color:transparent}.following.bar .top.menu a.item:hover{color:rgba(0,0,0,.45)}.following.bar .top.menu .menu{z-index:900}.following.bar .head.link.item{padding-right:0!important}.following.bar .head.link.item .dropdown.icon,.following.bar .head.link.item .menu .octicon{margin-right:5px}.following.bar .avatar>.ui.image{margin-right:0}.following.bar .searchbox{background-color:#f4f4f4!important}.following.bar .searchbox:focus{background-color:#e9e9e9!important}.following.bar .text .octicon{width:16px;text-align:center}.following.bar .right.menu .menu{left:auto;right:0}.following.bar .right.menu .dropdown .menu{margin-top:0}.ui.left{float:left}.ui.right{float:right}.ui .text.red{color:#d95c5c!important}.ui .text.red a{color:#d95c5c!important}.ui .text.red a:hover{color:#E67777!important}.ui .text.blue{color:#428bca!important}.ui .text.blue a{color:#15c!important}.ui .text.blue a:hover{color:#428bca!important}.ui .text.grey{color:#767676!important}.ui .text.grey a{color:#444!important}.ui .text.grey a:hover{color:#000!important}.ui .text.green{color:#6cc644!important}.ui .text.purple{color:#6e5494!important}.ui .text.left{text-align:left!important}.ui .text.right{text-align:right!important}.ui .text.small{font-size:.75em}.ui .text.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}.ui .text.thin{font-weight:400}.ui .text.middle{vertical-align:middle}.ui .message{text-align:center}.ui .header>i+.content{padding-left:.75rem;vertical-align:middle}.ui .warning.header{background-color:#F9EDBE!important;border-color:#F0C36D}.ui .warning.segment{border-color:#F0C36D}.ui .info.header{background-color:#d9edf7!important;border-color:#85c5e5}.ui .info.segment{border-color:#85c5e5}.ui .normal.header{font-weight:400}.ui .avatar.image{border-radius:3px}.ui .form .fake{display:none!important}.ui.status.buttons .octicon{margin-right:4px}.overflow.menu .items{max-height:300px;overflow-y:auto}.overflow.menu .items .item{position:relative;cursor:pointer;display:block;border:none;height:auto;border-top:none;line-height:1em;color:rgba(0,0,0,.8);padding:.71428571em 1.14285714em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.overflow.menu .items .item.active{font-weight:700}.overflow.menu .items .item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8);z-index:13}.scrolling.menu .item.selected{font-weight:700!important}footer{margin-top:54px!important;height:40px;background-color:#fff;border-top:1px solid #d6d6d6;clear:both;width:100%;color:#888}footer .container{padding-top:10px}footer .container .fa{width:16px;text-align:center;color:#428bca}footer .container .links>*{border-left:1px solid #d6d6d6;padding-left:8px;margin-left:5px}footer .container .links>:first-child{border-left:none}.hide{display:none}.center{text-align:center}.img-1{width:2px!important;height:2px!important}.img-2{width:4px!important;height:4px!important}.img-3{width:6px!important;height:6px!important}.img-4{width:8px!important;height:8px!important}.img-5{width:10px!important;height:10px!important}.img-6{width:12px!important;height:12px!important}.img-7{width:14px!important;height:14px!important}.img-8{width:16px!important;height:16px!important}.img-9{width:18px!important;height:18px!important}.img-10{width:20px!important;height:20px!important}.img-11{width:22px!important;height:22px!important}.img-12{width:24px!important;height:24px!important}.img-13{width:26px!important;height:26px!important}.img-14{width:28px!important;height:28px!important}.img-15{width:30px!important;height:30px!important}.img-16{width:32px!important;height:32px!important}.mega-octicon.icon,.octicon.icon{font-family:octicons;opacity:1!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@media only screen and (max-width:991px) and (min-width:768px){.ui.container{width:95%}}.markdown{overflow:hidden;font-family:"Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif;font-size:16px;line-height:1.6;word-wrap:break-word}.markdown>:first-child{margin-top:0!important}.markdown>:last-child{margin-bottom:0!important}.markdown a:not([href]){color:inherit;text-decoration:none}.markdown .absent{color:#c00}.markdown .anchor{position:absolute;top:0;left:0;display:block;padding-right:6px;padding-left:30px;margin-left:-30px}.markdown .anchor:focus{outline:0}.markdown h1,.markdown h2,.markdown h3,.markdown h4,.markdown h5,.markdown h6{position:relative;margin-top:1em;margin-bottom:16px;font-weight:700;line-height:1.4}.markdown h1 .octicon-link,.markdown h2 .octicon-link,.markdown h3 .octicon-link,.markdown h4 .octicon-link,.markdown h5 .octicon-link,.markdown h6 .octicon-link{display:none;color:#000;vertical-align:middle}.markdown h1:hover .anchor,.markdown h2:hover .anchor,.markdown h3:hover .anchor,.markdown h4:hover .anchor,.markdown h5:hover .anchor,.markdown h6:hover .anchor{padding-left:8px;margin-left:-30px;text-decoration:none}.markdown h1:hover .anchor .octicon-link,.markdown h2:hover .anchor .octicon-link,.markdown h3:hover .anchor .octicon-link,.markdown h4:hover .anchor .octicon-link,.markdown h5:hover .anchor .octicon-link,.markdown h6:hover .anchor .octicon-link{display:inline-block}.markdown h1 code,.markdown h1 tt,.markdown h2 code,.markdown h2 tt,.markdown h3 code,.markdown h3 tt,.markdown h4 code,.markdown h4 tt,.markdown h5 code,.markdown h5 tt,.markdown h6 code,.markdown h6 tt{font-size:inherit}.markdown h1{padding-bottom:.3em;font-size:2.25em;line-height:1.2;border-bottom:1px solid #eee}.markdown h1 .anchor{line-height:1}.markdown h2{padding-bottom:.3em;font-size:1.75em;line-height:1.225;border-bottom:1px solid #eee}.markdown h2 .anchor{line-height:1}.markdown h3{font-size:1.5em;line-height:1.43}.markdown h3 .anchor{line-height:1.2}.markdown h4{font-size:1.25em}.markdown h4 .anchor{line-height:1.2}.markdown h5{font-size:1em}.markdown h5 .anchor{line-height:1.1}.markdown h6{font-size:1em;color:#777}.markdown h6 .anchor{line-height:1.1}.markdown blockquote,.markdown dl,.markdown ol,.markdown p,.markdown pre,.markdown table,.markdown ul{margin-top:0;margin-bottom:16px}.markdown hr{height:4px;padding:0;margin:16px 0;background-color:#e7e7e7;border:0 none}.markdown ol,.markdown ul{padding-left:2em}.markdown ol.no-list,.markdown ul.no-list{padding:0;list-style-type:none}.markdown ol ol,.markdown ol ul,.markdown ul ol,.markdown ul ul{margin-top:0;margin-bottom:0}.markdown ol ol,.markdown ul ol{list-style-type:lower-roman}.markdown li>p{margin-top:16px}.markdown dl{padding:0}.markdown dl dt{padding:0;margin-top:16px;font-size:1em;font-style:italic;font-weight:700}.markdown dl dd{padding:0 16px;margin-bottom:16px}.markdown blockquote{padding:0 15px;color:#777;border-left:4px solid #ddd}.markdown blockquote>:first-child{margin-top:0}.markdown blockquote>:last-child{margin-bottom:0}.markdown table{display:block;width:100%;overflow:auto;word-break:normal;word-break:keep-all}.markdown table th{font-weight:700}.markdown table td,.markdown table th{padding:6px 13px!important;border:1px solid #ddd}.markdown table tr{background-color:#fff;border-top:1px solid #ccc}.markdown table tr:nth-child(2n){background-color:#f8f8f8}.markdown img{max-width:100%;box-sizing:border-box}.markdown .emoji{max-width:none}.markdown span.frame{display:block;overflow:hidden}.markdown span.frame>span{display:block;float:left;width:auto;padding:7px;margin:13px 0 0;overflow:hidden;border:1px solid #ddd}.markdown span.frame span img{display:block;float:left}.markdown span.frame span span{display:block;padding:5px 0 0;clear:both;color:#333}.markdown span.align-center{display:block;overflow:hidden;clear:both}.markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.markdown span.align-center span img{margin:0 auto;text-align:center}.markdown span.align-right{display:block;overflow:hidden;clear:both}.markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.markdown span.align-right span img{margin:0;text-align:right}.markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.markdown span.float-left span{margin:13px 0 0}.markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.markdown code,.markdown tt{padding:0;padding-top:.2em;padding-bottom:.2em;margin:0;font-size:85%;background-color:rgba(0,0,0,.04);border-radius:3px}.markdown code:after,.markdown code:before,.markdown tt:after,.markdown tt:before{letter-spacing:-.2em;content:"\00a0"}.markdown code br,.markdown tt br{display:none}.markdown del code{text-decoration:inherit}.markdown pre>code{padding:0;margin:0;font-size:100%;word-break:normal;white-space:pre;background:0 0;border:0}.markdown .highlight{margin-bottom:16px}.markdown .highlight pre,.markdown pre{padding:16px;overflow:auto;font-size:85%;line-height:1.45;background-color:#f7f7f7;border-radius:3px}.markdown .highlight pre{margin-bottom:0;word-break:normal}.markdown pre{word-wrap:normal}.markdown pre code,.markdown pre tt{display:inline;max-width:initial;padding:0;margin:0;overflow:initial;line-height:inherit;word-wrap:normal;background-color:transparent;border:0}.markdown pre code:after,.markdown pre code:before,.markdown pre tt:after,.markdown pre tt:before{content:normal}.markdown kbd{display:inline-block;padding:3px 5px;font-size:11px;line-height:10px;color:#555;vertical-align:middle;background-color:#fcfcfc;border:solid 1px #ccc;border-bottom-color:#bbb;border-radius:3px;box-shadow:inset 0 -1px 0 #bbb}.markdown .csv-data td,.markdown .csv-data th{padding:5px;overflow:hidden;font-size:12px;line-height:1;text-align:left;white-space:nowrap}.markdown .csv-data .blob-num{padding:10px 8px 9px;text-align:right;background:#fff;border:0}.markdown .csv-data tr{border-top:0}.markdown .csv-data th{font-weight:700;background:#f8f8f8;border-top:0}.pln{color:#333}@media screen{.str{color:#d14}.kwd{color:#333}.com{color:#998;font-style:italic}.typ{color:#458}.lit{color:#458}.pun{color:#333}.opn{color:#333}.clo{color:#333}.tag{color:navy}.atn{color:teal}.atv{color:#d14}.dec{color:#333}.var{color:teal}.fun{color:#900}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:700}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:700}.lit{color:#044}.clo,.opn,.pun{color:#440}.tag{color:#006;font-weight:700}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}.home{padding-bottom:80px}.home .logo{max-width:220px}.home .hero h1,.home .hero h2{font-family:'PT Sans Narrow',sans-serif,'Microsoft YaHei'}.home .hero h1{font-size:5.5em}.home .hero h2{font-size:3em}.home .hero .octicon{color:#d9453d;font-size:40px;width:50px}.home .hero.header{font-size:20px}.home p.large{font-size:16px}.home .stackable{padding-top:30px}.home a{color:#d9453d}.signup{padding-top:15px;padding-bottom:80px}.install{padding-top:45px;padding-bottom:80px}.install form label{text-align:right;width:320px!important}.install form input{width:35%!important}.install form .field{text-align:left}.install form .field .help{margin-left:335px!important}.install form .field.optional .title{margin-left:38%}.install .ui .checkbox{margin-left:40%!important}.install .ui .checkbox label{width:auto!important}.form .help{color:#999;padding-top:.6em;padding-bottom:.6em;display:inline-block}.ui.attached.header{background:#f0f0f0}.ui.attached.header .right{margin-top:-5px}.ui.attached.header .right .button{padding:8px 10px;font-weight:400}#create-page-form form{margin:auto;width:800px!important}#create-page-form form .ui.message{text-align:center}#create-page-form form .header{padding-left:280px!important}#create-page-form form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}#create-page-form form .help{margin-left:265px!important}#create-page-form form .optional .title{margin-left:250px!important}#create-page-form form input,#create-page-form form textarea{width:50%!important}.signin form,.signup form{margin:auto;width:800px!important}.signin form .ui.message,.signup form .ui.message{text-align:center}.signin form .header,.signup form .header{padding-left:280px!important}.signin form .inline.field>label,.signup form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.signin form .help,.signup form .help{margin-left:265px!important}.signin form .optional .title,.signup form .optional .title{margin-left:250px!important}.signin form input,.signin form textarea,.signup form input,.signup form textarea{width:50%!important}.signin form,.signup form{width:700px!important}.signin form .header,.signup form .header{padding-left:230px!important}.signin form .inline.field>label,.signup form .inline.field>label{width:200px!important}.repository.new.fork form,.repository.new.migrate form,.repository.new.repo form{margin:auto;width:800px!important}.repository.new.fork form .ui.message,.repository.new.migrate form .ui.message,.repository.new.repo form .ui.message{text-align:center}.repository.new.fork form .header,.repository.new.migrate form .header,.repository.new.repo form .header{padding-left:280px!important}.repository.new.fork form .inline.field>label,.repository.new.migrate form .inline.field>label,.repository.new.repo form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.repository.new.fork form .help,.repository.new.migrate form .help,.repository.new.repo form .help{margin-left:265px!important}.repository.new.fork form .optional .title,.repository.new.migrate form .optional .title,.repository.new.repo form .optional .title{margin-left:250px!important}.repository.new.fork form input,.repository.new.fork form textarea,.repository.new.migrate form input,.repository.new.migrate form textarea,.repository.new.repo form input,.repository.new.repo form textarea{width:50%!important}.repository.new.fork form .dropdown .dropdown.icon,.repository.new.migrate form .dropdown .dropdown.icon,.repository.new.repo form .dropdown .dropdown.icon{margin-top:-7px!important}.repository.new.fork form .dropdown .text,.repository.new.migrate form .dropdown .text,.repository.new.repo form .dropdown .text{margin-right:0!important}.repository.new.fork form .dropdown .text i,.repository.new.migrate form .dropdown .text i,.repository.new.repo form .dropdown .text i{margin-right:0!important}.repository.new.repo .ui.form .selection.dropdown:not(.owner){width:50%!important}.repository.new.repo .ui.form #auto-init{margin-left:265px!important}.new.webhook form .help{margin-left:25px}.new.webhook .events.fields .column{padding-left:40px}.repository{padding-top:15px;padding-bottom:80px}.repository .head .column{padding-top:5px!important;padding-bottom:5px!important}.repository .head .ui.compact.menu{margin-left:1rem}.repository .head .ui.header{margin-top:0}.repository .head .mega-octicon{width:30px;font-size:30px}.repository .head .ui.huge.breadcrumb{font-weight:300;font-size:1.7rem}.repository .head .fork-flag{margin-left:38px;display:block;font-size:12px;line-height:10px;white-space:nowrap}.repository .metas .menu{max-height:300px;overflow-x:auto}.repository .metas .ui.list .hide{display:none!important}.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}.repository .metas .ui.list a{padding-top:5px;padding-right:10px}.repository .metas .ui.list a .text{color:#444}.repository .metas .ui.list a .text:hover{color:#000}.repository .filter.menu .label.color{margin-left:15px;padding:0 8px}.repository .filter.menu .octicon{float:left;margin-left:-5px;margin-right:-7px}.repository .filter.menu .menu{max-height:300px;overflow-x:auto;right:0!important;left:auto!important}.repository .filter.menu .dropdown.item{margin:1px;padding-right:0}.repository.options #interval{width:100px!important;min-width:100px}.repository.options .danger .item{padding:20px 15px}.repository.options .danger .ui.divider{margin:0}.repository.new.issue .comment.form .comment .avatar{width:3em}.repository.new.issue .comment.form .content{margin-left:4em}.repository.new.issue .comment.form .content .markdown{font-size:14px}.repository.new.issue .comment.form .metas{min-width:220px}.repository.new.issue .comment.form .metas .filter.menu{max-height:300px;overflow-x:auto}.repository.view.issue .title{padding-bottom:0!important}.repository.view.issue .title h1{font-weight:300;font-size:3rem;margin-bottom:5px}.repository.view.issue .title h1 .ui.input{font-size:.5em;vertical-align:top;width:50%;min-width:600px}.repository.view.issue .title h1 .ui.input input{font-size:1.5em;padding:6px 10px}.repository.view.issue .title .index{font-weight:300;color:#aaa;letter-spacing:-1px}.repository.view.issue .title .label{margin-right:10px}.repository.view.issue .title .edit-zone{margin-top:10px}.repository.view.issue .pull-desc code{color:#0166E6}.repository.view.issue .pull.tabular.menu{margin-bottom:10px}.repository.view.issue .pull.tabular.menu .octicon{margin-right:5px}.repository.view.issue .pull.tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none;background-color:inherit}.repository.view.issue .pull .merge.box .avatar{margin-left:10px;margin-top:10px}.repository.view.issue .comment-list:before{display:block;content:"";position:absolute;margin-top:12px;margin-bottom:14px;top:0;bottom:0;left:96px;width:2px;background-color:#f3f3f3;z-index:-1}.repository.view.issue .comment-list .comment .avatar{width:3em}.repository.view.issue .comment-list .comment .tag{color:#767676;margin-top:3px;padding:2px 5px;font-size:12px;border:1px solid rgba(0,0,0,.1);border-radius:3px}.repository.view.issue .comment-list .comment .actions .item{float:left}.repository.view.issue .comment-list .comment .actions a.item{margin-top:6px;margin-left:10px}.repository.view.issue .comment-list .comment .content{margin-left:4em}.repository.view.issue .comment-list .comment .content .header{font-weight:400;padding:auto 15px;color:#767676;background-color:#f7f7f7;border-bottom:1px solid #eee;border-top-left-radius:3px;border-top-right-radius:3px}.repository.view.issue .comment-list .comment .content .header .text{max-width:78%;padding-top:10px;padding-bottom:10px}.repository.view.issue .comment-list .comment .content .markdown{font-size:14px}.repository.view.issue .comment-list .comment .content .no-content{color:#767676;font-style:italic}.repository.view.issue .comment-list .comment .content>.bottom.segment{background:#f3f4f5}.repository.view.issue .comment-list .comment .content>.bottom.segment .ui.image{max-height:150px}.repository.view.issue .comment-list .comment .ui.form .field:first-child{clear:none}.repository.view.issue .comment-list .comment .ui.form .tab.segment{border:none;padding:0;padding-top:10px}.repository.view.issue .comment-list .comment .ui.form textarea{height:200px}.repository.view.issue .comment-list .comment .edit.buttons{margin-top:10px}.repository.view.issue .comment-list .event{position:relative;margin:15px 0 15px 79px;padding-left:25px}.repository.view.issue .comment-list .event .octicon{width:30px;float:left;margin-left:-36px;text-align:center}.repository.view.issue .comment-list .event .octicon.octicon-circle-slash{margin-top:5px;font-size:20px;color:#bd2c00}.repository.view.issue .comment-list .event .octicon.octicon-primitive-dot{font-size:30px;color:#6cc644}.repository.view.issue .comment-list .event .octicon.octicon-bookmark{margin-top:3px;font-size:25px}.repository.view.issue .comment-list .event .detail{font-size:.9rem;margin-top:5px;margin-left:35px}.repository.view.issue .comment-list .event .detail .octicon.octicon-git-commit{margin-top:2px}.repository.view.issue .ui.segment.metas{margin-top:-3px}.repository .comment.form .ui.comments{margin-top:-12px;max-width:100%}.repository .comment.form .content .field:first-child{clear:none}.repository .comment.form .content .tab.segment{border:none;padding:0;padding-top:10px}.repository .comment.form .content textarea{height:200px}.repository .label.list{list-style:none;padding-top:15px}.repository .label.list .item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .label.list .item a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .label.list .item a:hover{color:#000}.repository .label.list .item a.open-issues{margin-right:30px}.repository .milestone.list{list-style:none;padding-top:15px}.repository .milestone.list>.item{padding-top:10px;padding-bottom:10px;border-bottom:1px dashed #AAA}.repository .milestone.list>.item>a{padding-top:5px;padding-right:10px;color:#000}.repository .milestone.list>.item>a:hover{color:#4078c0}.repository .milestone.list>.item .ui.progress{width:40%;padding:0;border:0;margin:0}.repository .milestone.list>.item .ui.progress .bar{height:20px}.repository .milestone.list>.item .meta{color:#999;padding-top:5px}.repository .milestone.list>.item .meta .issue-stats .octicon{padding-left:5px}.repository .milestone.list>.item .meta .overdue{color:red}.repository .milestone.list>.item .operate{margin-top:-15px}.repository .milestone.list>.item .operate>a{font-size:15px;padding-top:5px;padding-right:10px;color:#666}.repository .milestone.list>.item .operate>a:hover{color:#000}.repository .milestone.list>.item .content{padding-top:10px}.repository.new.milestone textarea{height:200px}.repository.new.milestone #deadline{width:150px}.repository.compare.pull .choose.branch .octicon{padding-right:10px}.repository .filter.dropdown .menu{margin-top:1px!important}.repository.commits .header .ui.right .search input{font-weight:400;padding:5px 10px}.repository.commits .header .ui.right .button{float:right;margin-left:5px;margin-top:1px}.repository .commits.table{font-size:13px}.repository .commits.table td:first-child,.repository .commits.table th:first-child{padding-left:15px}.repository .commits.table td{line-height:15px}.repository .commits.table .author{min-width:180px}.repository .commits.table .message span{max-width:500px}.repository .commits.table .date{width:120px}.repository .sha.label{font-family:Consolas,Menlo,Monaco,"Lucida Console",monospace;font-size:14px;padding:6px 10px 4px 10px;font-weight:400}.repository .diff-detail-box{margin:15px 0;line-height:30px}.repository .diff-detail-box ol{clear:both;padding-left:0;margin-top:5px;margin-bottom:28px}.repository .diff-detail-box ol li{list-style:none;padding-bottom:4px;margin-bottom:4px;border-bottom:1px dashed #DDD;padding-left:6px}.repository .diff-detail-box span.status{display:inline-block;width:12px;height:12px;margin-right:8px;vertical-align:middle}.repository .diff-detail-box span.status.modify{background-color:#f0db88}.repository .diff-detail-box span.status.add{background-color:#b4e2b4}.repository .diff-detail-box span.status.del{background-color:#e9aeae}.repository .diff-detail-box span.status.rename{background-color:#dad8ff}.repository .diff-box .count{margin-right:12px}.repository .diff-box .count .bar{background-color:#e75316;height:12px;width:40px;display:inline-block;margin:2px 4px 0 4px;vertical-align:text-top}.repository .diff-box .count .bar .add{background-color:#77c64a;height:12px}.repository .diff-box .file{color:#888}.repository .diff-file-box .header{border-bottom:1px solid #d4d4d5!important}.repository .diff-file-box .file-body.file-code .lines-num{text-align:right;color:#999;background:#fafafa;width:1%}.repository .diff-file-box .file-body.file-code .lines-num-old{border-right:1px solid #DDD}.repository .diff-file-box .code-diff{font-size:13px}.repository .diff-file-box .code-diff td{padding:0;border-top:none}.repository .diff-file-box .code-diff pre{margin:0}.repository .diff-file-box .code-diff .lines-num{border-right:1px solid #d4d4d5;padding:0 5px}.repository .diff-file-box .code-diff tbody tr.tag-code pre,.repository .diff-file-box .code-diff tbody tr.tag-code td{background-color:#E0E0E0!important;border-color:#ADADAD!important}.repository .diff-file-box .code-diff tbody tr.del-code pre,.repository .diff-file-box .code-diff tbody tr.del-code td{background-color:#ffe2dd!important;border-color:#e9aeae!important}.repository .diff-file-box .code-diff tbody tr.add-code pre,.repository .diff-file-box .code-diff tbody tr.add-code td{background-color:#d1ffd6!important;border-color:#b4e2b4!important}.repository .diff-file-box .code-diff tbody tr:hover td{background-color:#FFF8D2!important;border-color:#F0DB88!important}.repository .diff-file-box .code-diff tbody tr:hover pre{background-color:transparent!important}.repository .code-view{overflow:auto;overflow-x:auto;overflow-y:hidden}.issue.list{list-style:none;padding-top:15px}.issue.list>.item{padding-top:15px;padding-bottom:10px;border-bottom:1px dashed #AAA}.issue.list>.item .title{color:#444;font-size:15px;font-weight:700;margin:0 6px}.issue.list>.item .title:hover{color:#000}.issue.list>.item .comment{padding-right:10px;color:#666}.issue.list>.item .desc{padding-top:5px;color:#999}.issue.list>.item .desc a.milestone{padding-left:5px;color:#999!important}.issue.list>.item .desc a.milestone:hover{color:#000!important}.issue.list>.item .desc .assignee{margin-top:-5px;margin-right:5px}.page.buttons{padding-top:15px}.ui.comments .dropzone{width:100%;margin-bottom:10px;border:2px dashed #0087F7;box-shadow:none!important}.ui.comments .dropzone .dz-error-message{top:140px}.settings .content{margin-top:2px}.settings .content .header,.settings .content .segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.settings .key.list .item:not(:first-child){border-top:1px solid #eaeaea}.settings .key.list .ssh-key-state-indicator{float:left;color:gray;padding-left:10px;padding-top:10px}.settings .key.list .ssh-key-state-indicator.active{color:#6cc644}.settings .key.list .meta{padding-top:5px}.settings .key.list .print{color:#767676}.settings .key.list .activity{color:#666}.settings .hook.list>.item:not(:first-child){border-top:1px solid #eaeaea}.settings .hook.list .item{padding:10px 20px}.settings .hook.list .item .fa,.settings .hook.list .item .octicon{width:20px;text-align:center}.settings .hook.history.list .item{padding-left:13px}.settings .hook.history.list .item .meta .ui.right{margin-top:5px}.settings .hook.history.list .item .meta .ui.right .time{font-size:12px}.settings .hook.history.list .item .info{margin-top:10px}.settings .hook.history.list .item .info .tabular.menu .item{font-weight:500}.settings .hook.history.list .item .info .tab.segment{border:none;padding:0;padding-top:10px;box-shadow:none}.settings .hook.history.list .item .info .tab.segment>*{color:#666}.settings .hook.history.list .item .info .tab.segment pre{word-wrap:break-word}.settings .hook.history.list .item .info .tab.segment pre .hljs{padding:0;background-color:inherit}.ui.vertical.menu .header.item{font-size:1.1em;background:#f0f0f0}.edit-label.modal .form .column,.new-label.segment .form .column{padding-right:0}.edit-label.modal .form .buttons,.new-label.segment .form .buttons{margin-left:auto;padding-top:15px}.edit-label.modal .form .color.picker.column,.new-label.segment .form .color.picker.column{width:auto}.edit-label.modal .form .color.picker.column .color-picker,.new-label.segment .form .color.picker.column .color-picker{height:35px;width:auto;padding-left:30px}.edit-label.modal .form .minicolors-swatch.minicolors-sprite,.new-label.segment .form .minicolors-swatch.minicolors-sprite{top:10px;left:10px;width:15px;height:15px}.edit-label.modal .form .precolors,.new-label.segment .form .precolors{padding-left:0;padding-right:0;margin:3px 10px auto 10px;width:120px}.edit-label.modal .form .precolors .color,.new-label.segment .form .precolors .color{float:left;width:15px;height:15px}#delete-repo-modal .ui.message,#transfer-repo-modal .ui.message{width:100%!important}.organization{padding-top:15px;padding-bottom:80px}.organization .head .ui.header .text{vertical-align:middle;font-size:1.6rem;margin-left:15px}.organization .head .ui.header .ui.right{margin-top:5px}.organization.new.org form{margin:auto;width:800px!important}.organization.new.org form .ui.message{text-align:center}.organization.new.org form .header{padding-left:280px!important}.organization.new.org form .inline.field>label{text-align:right;width:250px!important;word-wrap:break-word}.organization.new.org form .help{margin-left:265px!important}.organization.new.org form .optional .title{margin-left:250px!important}.organization.new.org form input,.organization.new.org form textarea{width:50%!important}.organization.options input{width:50%!important;min-width:300px}.user{padding-top:15px;padding-bottom:80px}.user.settings .list .item.ui.grid{margin-top:15px}.user.settings .email.list .item:not(:first-child){border-top:1px solid #eaeaea;height:50px}.user.settings .email.list .item:not(:first-child) .button{margin-top:-10px}.dashboard{padding-top:15px;padding-bottom:80px}.dashboard.issues .context.user.menu{z-index:101;min-width:200px}.dashboard.issues .context.user.menu .ui.header{font-size:1rem;text-transform:none}.dashboard.issues .filter.menu .item{text-align:left}.dashboard.issues .filter.menu .item .text{height:16px;vertical-align:middle}.dashboard.issues .filter.menu .item .floating.label{top:7px;left:90%;width:15%}.dashboard.issues .filter.menu .item.active{background-color:#4183c4;color:#FFF}.dashboard.issues .filter.menu .item .text{width:85%}.dashboard.issues .ui.right .head.menu{margin-top:-5px}.dashboard.issues .ui.right .head.menu .item.active{color:#d9453d}.dashboard.issues .head.menu .octicon{margin-right:5px}.admin{padding-top:15px;padding-bottom:80px}.admin .table.segment{padding:0;font-size:13px}.admin .table.segment th{padding-top:5px;padding-bottom:5px}.admin .table.segment td:first-child,.admin .table.segment th:first-child{padding-left:15px}.admin .ui.header,.admin .ui.segment{box-shadow:0 1px 2px 0 rgba(34,36,38,.15)}.admin.user .email{max-width:200px}.explore{padding-top:15px;padding-bottom:80px}.explore.repositories .ui.repository.list .item{border-top:1px solid #eee;padding-top:25px;padding-bottom:25px}.explore.repositories .ui.repository.list .item .ui.header{font-size:1.5rem;padding-bottom:10px}.explore.repositories .ui.repository.list .item .ui.header .metas{color:#888;font-size:13px;font-weight:400}.explore.repositories .ui.repository.list .item .ui.header .metas span:not(:last-child){margin-right:5px}.explore.repositories .ui.repository.list .item .time{font-size:12px;color:grey} \ No newline at end of file diff --git a/public/less/_home.less b/public/less/_home.less index 90d74ad3e..2a105ceb1 100644 --- a/public/less/_home.less +++ b/public/less/_home.less @@ -1,29 +1,29 @@ .home { padding-bottom: @footer-margin * 2; .logo { - max-width: 250px; + max-width: 220px; } .hero { h1, h2 { - font-family: 'PT Sans Narrow', sans-serif; + font-family: 'PT Sans Narrow', sans-serif, 'Microsoft YaHei'; } h1 { - font-size: 7em; + font-size: 5.5em; } h2 { - font-size: 4em; + font-size: 3em; } .octicon { color: #d9453d; - font-size: 60px; - margin-right: 10px; + font-size: 40px; + width: 50px; } &.header { - font-size: 24px; + font-size: 20px; } } p.large { - font-size: 20px + font-size: 16px } .stackable { padding-top: 30px; diff --git a/routers/repo/setting.go b/routers/repo/setting.go index 1d88a128e..a9930e784 100644 --- a/routers/repo/setting.go +++ b/routers/repo/setting.go @@ -244,7 +244,7 @@ func Webhooks(ctx *middleware.Context) { ctx.Data["Title"] = ctx.Tr("repo.settings.hooks") ctx.Data["PageIsSettingsHooks"] = true ctx.Data["BaseLink"] = ctx.Repo.RepoLink - ctx.Data["Description"] = ctx.Tr("repo.settings.hooks_desc", "http://gogs.io/docs/features/webhook.html") + ctx.Data["Description"] = ctx.Tr("repo.settings.hooks_desc", "https://github.com/gogits/go-gogs-client/wiki/Repositories---Webhooks") ws, err := models.GetWebhooksByRepoId(ctx.Repo.Repository.ID) if err != nil { diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 80f771ebc..d18a15424 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -125,11 +125,11 @@ diff --git a/templates/home.tmpl b/templates/home.tmpl index 18b430d1f..77dcebeec 100644 --- a/templates/home.tmpl +++ b/templates/home.tmpl @@ -3,7 +3,7 @@
- +

@@ -12,7 +12,6 @@

{{.i18n.Tr "app_desc"}}

-
{{if eq .Lang "de-DE"}}
diff --git a/templates/user/auth/activate.tmpl b/templates/user/auth/activate.tmpl index b4dbb2e20..724f6b507 100644 --- a/templates/user/auth/activate.tmpl +++ b/templates/user/auth/activate.tmpl @@ -23,7 +23,7 @@

{{.i18n.Tr "auth.confirmation_mail_sent_prompt" .Email .Hours | Str2html}}


- {{.i18n.Tr "auth.sign_in_email"}} + {{.i18n.Tr "auth.sign_in_to_account"}} {{else if .IsActivateFailed}}

{{.i18n.Tr "auth.invalid_code"}}

{{else}}