diff --git a/ansible/api-manager.yml b/ansible/api-manager.yml deleted file mode 100644 index 8413d24952c14bf875a617ebd48c34d1cf2e976c..0000000000000000000000000000000000000000 --- a/ansible/api-manager.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Kong API - become: yes - hosts: "{{groups['swarm-manager-1'][0]}}" - roles: - - {role: kong-api, tags: ['kong-api']} - - {role: kong-consumer, tags: ['kong-consumer']} diff --git a/ansible/artifacts-download.yml b/ansible/artifacts-download.yml deleted file mode 100644 index a58a6f62de454fbd13a70e61932622cd5944db99..0000000000000000000000000000000000000000 --- a/ansible/artifacts-download.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- hosts: local - become: yes - vars_files: - - "{{inventory_dir}}/secrets.yml" - environment: - AZURE_STORAGE_ACCOUNT: "{{ artifact_azure_account_name }}" - AZURE_STORAGE_KEY: "{{ artifact_azure_account_key }}" - roles: - - artifacts-download-azure diff --git a/ansible/artifacts-upload.yml b/ansible/artifacts-upload.yml deleted file mode 100644 index 4071e51325b6af3d86d6ba695d672c9b6dc62a97..0000000000000000000000000000000000000000 --- a/ansible/artifacts-upload.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- hosts: localhost - become: yes - vars_files: - - "{{inventory_dir}}/secrets.yml" - environment: - AZURE_STORAGE_ACCOUNT: "{{ artifact_azure_account_name }}" - AZURE_STORAGE_KEY: "{{ artifact_azure_account_key }}" - roles: - - artifacts-upload-azure diff --git a/ansible/artifacts/sunbird/email/html/email-test.ftl b/ansible/artifacts/sunbird/email/html/email-test.ftl deleted file mode 100644 index 604415d22afc96aa935158e6e4a42381cb7b07a3..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/email-test.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("emailTestBodyHtml",realmName)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/html/email-verification.ftl b/ansible/artifacts/sunbird/email/html/email-verification.ftl deleted file mode 100644 index eb7682a27205a5fe5c2c7bf97f6aed8aa31d6bac..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/email-verification.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("emailVerificationBodyHtml",link, linkExpiration, realmName)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/html/event-login_error.ftl b/ansible/artifacts/sunbird/email/html/event-login_error.ftl deleted file mode 100644 index d31410307c0052113705ab3504f8d666aa591440..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/event-login_error.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("eventLoginErrorBodyHtml",event.date,event.ipAddress)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/html/event-remove_totp.ftl b/ansible/artifacts/sunbird/email/html/event-remove_totp.ftl deleted file mode 100644 index 91699ea3492dc0ebded38b6a544d00c09b575a4c..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/event-remove_totp.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("eventRemoveTotpBodyHtml",event.date, event.ipAddress)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/html/event-update_password.ftl b/ansible/artifacts/sunbird/email/html/event-update_password.ftl deleted file mode 100644 index 8a6da60a5053652a941d7bfe8b60866fccffa7fe..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/event-update_password.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("eventUpdatePasswordBodyHtml",event.date, event.ipAddress)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/html/event-update_totp.ftl b/ansible/artifacts/sunbird/email/html/event-update_totp.ftl deleted file mode 100644 index c0190c7278b35da36675019458ddeefa8b6a82af..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/event-update_totp.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("eventUpdateTotpBodyHtml",event.date, event.ipAddress)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/html/executeActions.ftl b/ansible/artifacts/sunbird/email/html/executeActions.ftl deleted file mode 100644 index f75e10fa2e292990acc127cda02c2dfad59eafe0..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/executeActions.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("executeActionsBodyHtml",link, linkExpiration, realmName)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/html/identity-provider-link.ftl b/ansible/artifacts/sunbird/email/html/identity-provider-link.ftl deleted file mode 100644 index 9c2db808b20d025feff99fdccf3fd06788f00398..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/identity-provider-link.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("identityProviderLinkBodyHtml", identityProviderAlias, realmName, identityProviderContext.username, link, linkExpiration)} -</body> -</html> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/html/password-reset.ftl b/ansible/artifacts/sunbird/email/html/password-reset.ftl deleted file mode 100644 index 88088d3d1600f39c4e3c68b153bb579a1ec454e7..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/html/password-reset.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<html> -<body> -${msg("passwordResetBodyHtml",link,(linkExpiration/60)?string["0"],realmName)} -</body> -</html> diff --git a/ansible/artifacts/sunbird/email/messages/messages_ca.properties b/ansible/artifacts/sunbird/email/messages/messages_ca.properties deleted file mode 100644 index 7f8504ae08ef628b115e72d8380cad9a1c6b3384..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_ca.properties +++ /dev/null @@ -1,21 +0,0 @@ -emailVerificationSubject=Verificaci\u00F3 d''email -emailVerificationBody=Alg\u00FA ha creat un compte de {2} amb aquesta adre\u00E7a de correu electr\u00F2nic. Si has estat tu, fes clic a l''enlla\u00E7 seg\u00FCent per verificar la teva adre\u00E7a de correu electr\u00F2nic.\n\n{0}\n\nAquest enlla\u00E7 expirar\u00E0 en {1} minuts.\n\nSi tu no has creat aquest compte, simplement ignora aquest missatge. -emailVerificationBodyHtml=<p>Alg\u00FA ha creat un compte de {2} amb aquesta adre\u00E7a de correu electr\u00F2nic. Si has estat tu, fes clic a l''enlla\u00E7 seg\u00FCent per verificar la teva adre\u00E7a de correu electr\u00F2nic.</p><p><a href=\"{0}\">{0}</a></p><p> Aquest enlla\u00E7 expirar\u00E0 en {1} minuts.</p><p> Si tu no has creat aquest compte, simplement ignora aquest missatge.</p> -passwordResetSubject=Reinicia contrasenya -passwordResetBody=Alg\u00FA ha demanat de canviar les credencials del teu compte de {2}. Si has estat tu, fes clic a l''enlla\u00E7 seg\u00FCent per a reiniciar-les.\n\n{0}\n\nAquest enlla\u00E7 expirar\u00E0 en {1} minuts.\n\nSi no vols reiniciar les teves credencials, simplement ignora aquest missatge i no es realitzar\u00E0 cap canvi. -passwordResetBodyHtml=<p>Alg\u00FA ha demanat de canviar les credencials del teu compte de {2}. Si has estat tu, fes clic a l''enlla\u00E7 seg\u00FCent per a reiniciar-les.</p><p><a href=\"{0}\">{0}</a></p><p>Aquest enlla\u00E7 expirar\u00E0 en {1} minuts.</p><p>Si no vols reiniciar les teves credencials, simplement ignora aquest missatge i no es realitzar\u00E0 cap canvi.</p> -executeActionsSubject=Actualitza el teu compte -executeActionsBody=L''administrador ha sol\u00B7licitat que actualitzis el teu compte de {2}. Fes clic a l''enlla\u00E7 inferior per iniciar aquest proc\u00E9s.\n\n{0}\n\nAquest enlla\u00E7 expirar\u00E0 en {1} minutes.\n\nSi no est\u00E0s al tant que l''administrador hagi sol\u00B7licitat aix\u00F2, simplement ignora aquest missatge i no es realitzar\u00E0 cap canvi. -executeActionsBodyHtml=<p>L''administrador ha sol\u00B7licitat que actualitzis el teu compte de {2}. Fes clic a l''enlla\u00E7 inferior per iniciar aquest proc\u00E9s.</p><p><a href=\"{0}\">{0}</a></p><p>Aquest enlla\u00E7 expirar\u00E0 en {1} minutes.</p><p>Si no est\u00E0s al tant que l''administrador hagi sol\u00B7licitat aix\u00F2, simplement ignora aquest missatge i no es realitzar\u00E0 cap canvi.</p> -eventLoginErrorSubject=Fallada en l''inici de sessi\u00F3 -eventLoginErrorBody=S''ha detectat un intent d''acc\u00E9s fallit al teu compte el {0} des de {1}. Si no has estat tu, si us plau contacta amb l''administrador. -eventLoginErrorBodyHtml=<p>S''ha detectat un intent d''acc\u00E9s fallit al teu compte el {0} des de {1}. Si no has estat tu, si us plau contacta amb l''administrador.</p> -eventRemoveTotpSubject=Esborrat TOTP -eventRemoveTotpBody=TOTP s''ha eliminat del teu compte el {0} des de {1}. Si no has estat tu, per favor contacta amb l''administrador. -eventRemoveTotpBodyHtml=<p>TOTP s''ha eliminat del teu compte el {0} des de {1}. Si no has estat tu, si us plau contacta amb l''administrador. </ P> -eventUpdatePasswordSubject=Actualitzaci\u00F3 de contrasenya -eventUpdatePasswordBody=La teva contrasenya s''ha actualitzat el {0} des de {1}. Si no has estat tu, si us plau contacta amb l''administrador. -eventUpdatePasswordBodyHtml=<p>La teva contrasenya s''ha actualitzat el {0} des de {1}. Si no has estat tu, si us plau contacta amb l''administrador.</p> -eventUpdateTotpSubject=Actualitzaci\u00F3 de TOTP -eventUpdateTotpBody=TOTP s''ha actualitzat al teu compte el {0} des de {1}. Si no has estat tu, si us plau contacta amb l''administrador. -eventUpdateTotpBodyHtml=<p>TOTP s''ha actualitzat al teu compte el {0} des de {1}. Si no has estat tu, si us plau contacta amb l''administrador.</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_de.properties b/ansible/artifacts/sunbird/email/messages/messages_de.properties deleted file mode 100644 index 9068321b7bd8411de939f202dd1da6977d16c0c2..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_de.properties +++ /dev/null @@ -1,24 +0,0 @@ -emailVerificationSubject=E-Mail verifizieren -emailVerificationBody=Jemand hat ein {2} Konto mit dieser E-Mail Adresse erstellt. Falls Sie das waren, dann klicken Sie auf den Link, um die E-Mail Adresse zu verifizieren.\n\n{0}\n\nDieser Link wird in {1} Minuten ablaufen.\n\nFalls Sie dieses Konto nicht erstellt haben, dann k\u00F6nnen sie diese Nachricht ignorieren. -emailVerificationBodyHtml=<p>Jemand hat ein {2} Konto mit dieser E-Mail Adresse erstellt. Falls das Sie waren, klicken Sie auf den Link, um die E-Mail Adresse zu verifizieren.</p><p><a href="{0}">{0}</a></p><p>Dieser Link wird in {1} Minuten ablaufen.</p><p>Falls Sie dieses Konto nicht erstellt haben, dann k\u00F6nnen sie diese Nachricht ignorieren.</p> -identityProviderLinkSubject=Link {0} -identityProviderLinkBody=Es wurde beantragt Ihren Account {1} mit dem Account {0} von Benutzer {2} zu verlinken. Sollten Sie dies beantragt haben, klicken Sie auf den unten stehenden Link.\n\n{3}\n\n Die G\u00FCltigkeit des Links wird in {4} Minuten verfallen.\n\nSollten Sie Ihren Account nicht verlinken wollen, ignorieren Sie diese Nachricht. Wenn Sie die Accounts verlinken wird ein Login auf {1} \u00FCber {0} erm\u00F6glicht. -identityProviderLinkBodyHtml=<p>Es wurde beantragt Ihren Account {1} mit dem Account {0} von Benutzer {2} zu verlinken. Sollten Sie dies beantragt haben, klicken Sie auf den unten stehenden Link.</p><p><a href="{3}">Link zur Best\u00E4tigung der Kontoverkn\u00FCpfung</a></p><p>Die G\u00FCltigkeit des Links wird in {4} Minuten verfallen.</p><p>Sollten Sie Ihren Account nicht verlinken wollen, ignorieren Sie diese Nachricht. Wenn Sie die Accounts verlinken wird ein Login auf {1} \u00FCber {0} erm\u00F6glicht.</p> -passwordResetSubject=Passwort zur\u00FCcksetzen -passwordResetBody=Es wurde eine \u00C4nderung der Anmeldeinformationen f\u00FCr Ihren Account {2} angefordert. Wenn Sie diese \u00C4nderung beantragt haben, klicken Sie auf den unten stehenden Link.\n\n{0}\n\nDie G\u00FCltigkeit des Links wird in {1} Minuten verfallen.\n\nSollten Sie keine \u00C4nderung vollziehen wollen k\u00F6nnen Sie diese Nachricht ignorieren und an Ihrem Account wird nichts ge\u00E4ndert. -passwordResetBodyHtml=<p>Es wurde eine \u00C4nderung der Anmeldeinformationen f\u00FCr Ihren Account {2} angefordert. Wenn Sie diese \u00C4nderung beantragt haben, klicken Sie auf den unten stehenden Link.</p><p><a href="{0}">Link zum Zur\u00FCcksetzen von Anmeldeinformationen</a></p><p>Die G\u00FCltigkeit des Links wird in {1} Minuten verfallen.</p><p>Sollten Sie keine \u00C4nderung vollziehen wollen k\u00F6nnen Sie diese Nachricht ignorieren und an Ihrem Account wird nichts ge\u00E4ndert.</p> -executeActionsSubject=Aktualisieren Sie Ihr Konto -executeActionsBody=Ihr Administrator hat Sie aufgefordert Ihren Account {2} zu aktualisieren. Klicken Sie auf den unten stehenden Link um den Prozess zu starten.\n\n{0}\n\nDie G\u00FCltigkeit des Links wird in {1} Minuten verfallen.\n\nSollten Sie sich dieser Aufforderung nicht bewusst sein, ignorieren Sie diese Nachricht und Ihr Account bleibt unver\u00E4ndert. -executeActionsBodyHtml=<p>Ihr Administrator hat Sie aufgefordert Ihren Account {2} zu aktualisieren. Klicken Sie auf den unten stehenden Link um den Prozess zu starten.</p><p><a href="{0}">Link zum Account-Update</a></p><p>Die G\u00FCltigkeit des Links wird in {1} Minuten verfallen.</p><p>Sollten Sie sich dieser Aufforderung nicht bewusst sein, ignorieren Sie diese Nachricht und Ihr Account bleibt unver\u00E4ndert.</p> -eventLoginErrorSubject=Fehlgeschlagene Anmeldung -eventLoginErrorBody=Jemand hat um {0} von {1} versucht, sich mit ihrem Konto anzumelden. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin. -eventLoginErrorBodyHtml=<p>Jemand hat um {0} von {1} versucht, sich mit ihrem Konto anzumelden. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin.</p> -eventRemoveTotpSubject=TOTP Entfernt -eventRemoveTotpBody=TOTP wurde von ihrem Konto am {0} von {1} entfernt. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin. -eventRemoveTotpBodyHtml=<p>TOTP wurde von ihrem Konto am {0} von {1} entfernt. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin.</p> -eventUpdatePasswordSubject=Passwort Aktualisiert -eventUpdatePasswordBody=Ihr Passwort wurde am {0} von {1} ge\u00E4ndert. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin. -eventUpdatePasswordBodyHtml=<p>Ihr Passwort wurde am {0} von {1} ge\u00E4ndert. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin.</p> -eventUpdateTotpSubject=TOTP Aktualisiert -eventUpdateTotpBody=TOTP wurde am {0} von {1} ge\u00E4ndert. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin. -eventUpdateTotpBodyHtml=<p>TOTP wurde am {0} von {1} ge\u00E4ndert. Falls das nicht Sie waren, dann kontaktieren Sie bitte Ihren Admin.</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_en.properties b/ansible/artifacts/sunbird/email/messages/messages_en.properties deleted file mode 100644 index c2085ec559c57a2567324c299d22b773475b0be9..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_en.properties +++ /dev/null @@ -1,27 +0,0 @@ -emailVerificationSubject=Verify email -emailVerificationBody=Someone has created a {2} account with this email address. If this was you, click the link below to verify your email address\n\n{0}\n\nThis link will expire within {1} minutes.\n\nIf you didn''t create this account, just ignore this message. -emailVerificationBodyHtml=<p>Someone has created a {2} account with this email address. If this was you, click the link below to verify your email address</p><p><a href="{0}">Link to e-mail address verification</a></p><p>This link will expire within {1} minutes.</p><p>If you didn''t create this account, just ignore this message.</p> -emailTestSubject=[KEYCLOAK] - SMTP test message -emailTestBody=This is a test message -emailTestBodyHtml=<p>This is a test message</p> -identityProviderLinkSubject=Link {0} -identityProviderLinkBody=Someone wants to link your "{1}" account with "{0}" account of user {2} . If this was you, click the link below to link accounts\n\n{3}\n\nThis link will expire within {4} minutes.\n\nIf you don''t want to link account, just ignore this message. If you link accounts, you will be able to login to {1} through {0}. -identityProviderLinkBodyHtml=<p>Someone wants to link your <b>{1}</b> account with <b>{0}</b> account of user {2} . If this was you, click the link below to link accounts</p><p><a href="{3}">Link to confirm account linking</a></p><p>This link will expire within {4} minutes.</p><p>If you don''t want to link account, just ignore this message. If you link accounts, you will be able to login to {1} through {0}.</p> -passwordResetSubject=Reset password -passwordResetBody=Someone just requested to change your {2} account''s credentials. If this was you, click on the link below to reset them.\n\n{0}\n\nThis link and code will expire within {1} minutes.\n\nIf you don''t want to reset your credentials, just ignore this message and nothing will be changed. -passwordResetBodyHtml=<p>Someone just requested to change your {2} account''s credentials. If this was you, click on the link below to reset them.</p><p><a href=''{0}''>Link to reset credentials</a></p><p>This link will expire within {1} Hours.</p><p>If you don''t want to reset your credentials, just ignore this message and nothing will be changed.</p> -executeActionsSubject=Update Your Account -executeActionsBody=Your administrator has just requested that you update your {2} account. Click on the link below to start this process.\n\n{0}\n\nThis link will expire within {1} minutes.\n\nIf you are unaware that your admin has requested this, just ignore this message and nothing will be changed. -executeActionsBodyHtml=<p>Your administrator has just requested that you update your {2} account. Click on the link below to start this process.</p><p><a href="{0}">Link to account update</a></p><p>This link will expire within {1} minutes.</p><p>If you are unaware that your admin has requested this, just ignore this message and nothing will be changed.</p> -eventLoginErrorSubject=Login error -eventLoginErrorBody=A failed login attempt was detected to your account on {0} from {1}. If this was not you, please contact an admin. -eventLoginErrorBodyHtml=<p>A failed login attempt was detected to your account on {0} from {1}. If this was not you, please contact an admin.</p> -eventRemoveTotpSubject=Remove TOTP -eventRemoveTotpBody=TOTP was removed from your account on {0} from {1}. If this was not you, please contact an admin. -eventRemoveTotpBodyHtml=<p>TOTP was removed from your account on {0} from {1}. If this was not you, please contact an admin.</p> -eventUpdatePasswordSubject=Update password -eventUpdatePasswordBody=Your password was changed on {0} from {1}. If this was not you, please contact an admin. -eventUpdatePasswordBodyHtml=<p>Your password was changed on {0} from {1}. If this was not you, please contact an admin.</p> -eventUpdateTotpSubject=Update TOTP -eventUpdateTotpBody=TOTP was updated for your account on {0} from {1}. If this was not you, please contact an admin. -eventUpdateTotpBodyHtml=<p>TOTP was updated for your account on {0} from {1}. If this was not you, please contact an admin.</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_es.properties b/ansible/artifacts/sunbird/email/messages/messages_es.properties deleted file mode 100644 index 16160143c7a0526ce5febd64d916eefcaec8f51b..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_es.properties +++ /dev/null @@ -1,21 +0,0 @@ -emailVerificationSubject=Verificaci\u00F3n de email -emailVerificationBody=Alguien ha creado una cuenta de {2} con esta direcci\u00F3n de email. Si has sido t\u00FA, haz click en el enlace siguiente para verificar tu direcci\u00F3n de email.\n\n{0}\n\nEste enlace expirar\u00E1 en {1} minutos.\n\nSi t\u00FA no has creado esta cuenta, simplemente ignora este mensaje. -emailVerificationBodyHtml=<p>Alguien ha creado una cuenta de {2} con esta direcci\u00F3n de email. Si has sido t\u00FA, haz click en el enlace siguiente para verificar tu direcci\u00F3n de email.</p><p><a href=\"{0}\">{0}</a></p><p>Este enlace expirar\u00E1 en {1} minutos.</p><p>Si t\u00FA no has creado esta cuenta, simplemente ignora este mensaje.</p> -passwordResetSubject=Reiniciar contrase\u00F1a -passwordResetBody=Alguien ha solicitado cambiar las credenciales de tu cuenta de {2}. Si has sido t\u00FA, haz clic en el enlace siguiente para reiniciarlas.\n\n{0}\n\nEste enlace expirar\u00E1 en {1} minutos.\n\nSi no quieres reiniciar tus credenciales, simplemente ignora este mensaje y no se realizar\u00E1 ning\u00FAn cambio. -passwordResetBodyHtml=<p>Alguien ha solicitado cambiar las credenciales de tu cuenta de {2}. Si has sido t\u00FA, haz clic en el enlace siguiente para reiniciarlas.</p><p><a href=\"{0}\">{0}</a></p><p>Este enlace expirar\u00E1 en {1} minutos.</p><p>Si no quieres reiniciar tus credenciales, simplemente ignora este mensaje y no se realizar\u00E1 ning\u00FAn cambio.</p> -executeActionsSubject=Actualiza tu cuenta -executeActionsBody=El administrador ha solicitado que actualices tu cuenta de {2}. Haz clic en el enlace inferior para iniciar este proceso.\n\n{0}\n\nEste enlace expirar\u00E1 en {1} minutes.\n\nSi no est\u00E1s al tanto de que el administrador haya solicitado esto, simplemente ignora este mensaje y no se realizar\u00E1 ning\u00FAn cambio. -executeActionsBodyHtml=<p>El administrador ha solicitado que actualices tu cuenta de {2}. Haz clic en el enlace inferior para iniciar este proceso.</p><p><a href=\"{0}\">{0}</a></p><p>Este enlace expirar\u00E1 en {1} minutes.</p><p>Si no est\u00E1s al tanto de que el administrador haya solicitado esto, simplemente ignora este mensaje y no se realizar\u00E1 ning\u00FAn cambio.</p> -eventLoginErrorSubject=Fallo en el inicio de sesi\u00F3n -eventLoginErrorBody=Se ha detectado un intento de acceso fallido a tu cuenta el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador. -eventLoginErrorBodyHtml=<p>Se ha detectado un intento de acceso fallido a tu cuenta el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador.</p> -eventRemoveTotpSubject=Borrado TOTP -eventRemoveTotpBody=TOTP fue eliminado de tu cuenta el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador. -eventRemoveTotpBodyHtml=<p>TOTP fue eliminado de tu cuenta el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador.</p> -eventUpdatePasswordSubject=Actualizaci\u00F3n de contrase\u00F1a -eventUpdatePasswordBody=Tu contrase\u00F1a se ha actualizado el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador. -eventUpdatePasswordBodyHtml=<p>Tu contrase\u00F1a se ha actualizado el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador.</p> -eventUpdateTotpSubject=Actualizaci\u00F3n de TOTP -eventUpdateTotpBody=TOTP se ha actualizado en tu cuenta el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador. -eventUpdateTotpBodyHtml=<p>TOTP se ha actualizado en tu cuenta el {0} desde {1}. Si no has sido t\u00FA, por favor contacta con el administrador.</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_fr.properties b/ansible/artifacts/sunbird/email/messages/messages_fr.properties deleted file mode 100644 index 3467dec80c3ee36d9c06503f0c52738eb5fc6051..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_fr.properties +++ /dev/null @@ -1,21 +0,0 @@ -emailVerificationSubject=V\u00e9rification du courriel -emailVerificationBody=Quelqu''un vient de cr\u00e9er un compte "{2}" avec votre courriel. Si vous \u00eates \u00e0 l''origine de cette requ\u00eate, veuillez cliquer sur le lien ci-dessous afin de v\u00e9rifier votre adresse de courriel\n\n{0}\n\nCe lien expire dans {1} minute(s).\n\nSinon, veuillez ignorer ce message. -emailVerificationBodyHtml=<p>Quelqu''un vient de cr\u00e9er un compte "{2}" avec votre courriel. Si vous \u00eates \u00e0 l''origine de cette requ\u00eate, veuillez cliquer sur le lien ci-dessous afin de v\u00e9rifier votre adresse de courriel</p><p><a href="{0}">{0}</a></p><p>Ce lien expire dans {1} minute(s).</p><p>Sinon, veuillez ignorer ce message.</p> -passwordResetSubject=R\u00e9initialiser le mot de passe -passwordResetBody=Quelqu''un vient de demander une r\u00e9initialisation de mot de passe pour votre compte {2}. Si vous \u00eates \u00e0 l''origine de cette requ\u00eate, veuillez cliquer sur le lien ci-dessous pour le mettre \u00e0 jour.\n\n{0}\n\nCe lien expire dans {1} minute(s).\n\nSinon, veuillez ignorer ce message ; aucun changement ne sera effectu\u00e9 sur votre compte. -passwordResetBodyHtml=<p>Quelqu''un vient de demander une r\u00e9initialisation de mot de passe pour votre compte {2}. Si vous \u00eates \u00e0 l''origine de cette requ\u00eate, veuillez cliquer sur le lien ci-dessous pour le mettre \u00e0 jour.</p><p><a href="{0}">{0}</a></p><p>Ce lien expire dans {1} minute(s).</p><p>Sinon, veuillez ignorer ce message ; aucun changement ne sera effectu\u00e9 sur votre compte.</p> -executeActionsSubject=Mettre \u00e0 jour votre compte -executeActionsBody=Votre administrateur vient de demander une mise \u00e0 jour de votre compte {2}. Veuillez cliquer sur le lien ci-dessous afin de commencer le processus.\n\n{0}\n\nCe lien expire dans {1} minute(s).\n\nSi vous n''\u00eates pas \u00e0 l''origine de cette requ\u00eate, veuillez ignorer ce message ; aucun changement ne sera effectu\u00e9 sur votre compte. -executeActionsBodyHtml=<p>Votre administrateur vient de demander une mise \u00e0 jour de votre compte {2}. Veuillez cliquer sur le lien ci-dessous afin de commencer le processus.</p><p><a href="{0}">{0}</a></p><p>Ce lien expire dans {1} minute(s).</p><p>Si vous n''\u00eates pas \u00e0 l''origine de cette requ\u00eate, veuillez ignorer ce message ; aucun changement ne sera effectu\u00e9 sur votre compte.</p> -eventLoginErrorSubject=Erreur de connexion -eventLoginErrorBody=Une tentative de connexion a \u00e9t\u00e9 d\u00e9tect\u00e9e sur votre compte {0} depuis {1}. Si vous n''\u00eates pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur. -eventLoginErrorBodyHtml=<p>Une tentative de connexion a \u00e9t\u00e9 d\u00e9tect\u00e9e sur votre compte {0} depuis {1}. Si vous n''\u00eates pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur.</p> -eventRemoveTotpSubject=Suppression du TOTP -eventRemoveTotpBody=Le TOTP a \u00e9t\u00e9 supprim\u00e9 de votre compte {0} depuis {1}. Si vous n''\u00e9tiez pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur. -eventRemoveTotpBodyHtml=<p>Le TOTP a \u00e9t\u00e9 supprim\u00e9 de votre compte {0} depuis {1}. Si vous n''\u00e9tiez pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur.</p> -eventUpdatePasswordSubject=Mise \u00e0 jour du mot de passe -eventUpdatePasswordBody=Votre mot de passe pour votre compte {0} a \u00e9t\u00e9 modifi\u00e9 depuis {1}. Si vous n''\u00e9tiez pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur. -eventUpdatePasswordBodyHtml=<p>Votre mot de passe pour votre compte {0} a \u00e9t\u00e9 modifi\u00e9 depuis {1}. Si vous n''\u00e9tiez pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur.</p> -eventUpdateTotpSubject=Mise \u00e0 jour du TOTP -eventUpdateTotpBody=Le TOTP a \u00e9t\u00e9 mis \u00e0 jour pour votre compte {0} depuis {1}. Si vous n''\u00e9tiez pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur. -eventUpdateTotpBodyHtml=<p>Le TOTP a \u00e9t\u00e9 mis \u00e0 jour pour votre compte {0} depuis {1}. Si vous n''\u00e9tiez pas \u00e0 l''origine de cette requ\u00eate, veuillez contacter votre administrateur.</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_it.properties b/ansible/artifacts/sunbird/email/messages/messages_it.properties deleted file mode 100644 index b877b91ab5bc1634b91765f864304ee636e8bf1a..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_it.properties +++ /dev/null @@ -1,24 +0,0 @@ -emailVerificationSubject=Verifica l''email -emailVerificationBody=Qualcuno ha creato un {2} account con questo indirizzo email. Se sei stato tu, fai clic sul pulsante seguente per verificare il tuo indirizzo email\n\n{0}\n\nQuesto link scadr\u00e0 in {1} minuti.\n\nSe non sei stato tu a creare questo account, ignora questo messaggio. -emailVerificationBodyHtml=<p> Qualcuno ha creato un {2} account con questo indirizzo email. Se sei stato tu, fai clic sul pulsante seguente per verificare il tuo indirizzo email</p><p><a href="{0}">{0}</a></p><p>Questo link scadr\u00e0 in {1} minuti.</p><p>Se non sei stato tu a creare questo account, ignora questo messaggio.</p> -identityProviderLinkSubject=Link {0} -identityProviderLinkBody=Qualcuno vuole associare il tuo "{1}" account con "{0}" l''account dell''utente {2} . Se sei stato tu, fai clic sul pulsante seguente per associare gli account\n\n{3}\n\nQuesto link scadr\u00e0 in {4} minuti.\n\nSe non vuoi associare l''account, ignora questo messaggio. Se associ gli account, potrai accedere a {1} attraverso {0}. -identityProviderLinkBodyHtml=<p>Qualcuno vuole associare il tuo <b>{1}</b> account con <b>{0}</b> l''account dell''utente {2} . Se sei stato tu, fai clic sul pulsante seguente per associare gli account</p><p><a href="{3}">{3}</a></p><p>Questo link scadr\u00e0 in {4} minuti.</p><p>Se non vuoi associare l''account, ignora questo messaggio. Se associ gli account, potrai accedere a {1} attraverso {0}.</p> -passwordResetSubject=Reimposta la password -passwordResetBody= Qualcuno ha appena richiesto di cambiare le {2} credenziali di accesso al tuo account. Se sei stato tu, fai clic sul pulsante seguente reimpostarle.\n\n{0}\n\nQuesto link e codice scadranno in {1} minuti.\n\nSe non vuoi reimpostare le tue credenziali di accesso, ignora questo messaggio e non verr\u00e0 effettuato nessun cambio. -passwordResetBodyHtml=<p>Qualcuno ha appena richiesto di cambiare le {2} credenziali di accesso al tuo account. Se sei stato tu, fai clic sul pulsante seguente reimpostarle.</p><p><a href="{0}">{0}</a></p><p>Questo link scadr\u00e0 in {1} minuti.</p><p>Se non vuoi reimpostare le tue credenziali di accesso, ignora questo messaggio e non verr\u00e0 effettuato nessun cambio.</p> -executeActionsSubject=Aggiorna il tuo account -executeActionsBody=Il tuo amministratore ha appena richiesto un aggiornamento del tuo {2} account. Fai clic sul pulsante seguente per iniziare questo processo.\n\n{0}\n\nQuesto link scadr\u00e0 in {1} minuti.\n\nSe non sei a conoscenza della richiesta del tuo amministratore, ignora questo messaggio e non verr\u00e0 effettuato nessun cambio. -executeActionsBodyHtml=<p>Il tuo amministratore ha appena richiesto un aggiornamento del tuo {2} account. Fai clic sul pulsante seguente per iniziare questo processo.</p><p><a href="{0}">{0}</a></p><p>Questo link scadr\u00e0 in {1} minuti.</p><p>Se non sei a conoscenza della richiesta del tuo amministratore, ignora questo messaggio e non verr\u00e0 effettuato nessun cambio.</p> -eventLoginErrorSubject=Errore di accesso -eventLoginErrorBody=\u00c8 stato rilevato un tentativo fallito di accesso al tuo account il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore. -eventLoginErrorBodyHtml=<p>\u00c8 stato rilevato un tentativo fallito di accesso al tuo account il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore.</p> -eventRemoveTotpSubject=Rimuovi TOTP (Password temporanea valida una volta sola) -eventRemoveTotpBody=TOTP (Password temporanea valida una volta sola) \u00e8 stata rimossa dal tuo account il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore. -eventRemoveTotpBodyHtml=<p>TOTP (Password temporanea valida una volta sola) \u00e8 stata rimossa dal tuo account il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore.</p> -eventUpdatePasswordSubject=Aggiornamento password -eventUpdatePasswordBody=La tua password \u00e8 stata cambiata il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore. -eventUpdatePasswordBodyHtml=<p> La tua password \u00e8 stata cambiata il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore.</p> -eventUpdateTotpSubject=Aggiornamento TOTP (Password temporanea valida una volta sola) -eventUpdateTotpBody=TOTP (Password temporanea valida una volta sola) \u00e8 stata aggiornata per il tuo account il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore. -eventUpdateTotpBodyHtml=<p>TOTP (Password temporanea valida una volta sola) \u00e8 stata aggiornata per il tuo account il {0} da {1}. Se non sei stato tu, per favore contatta l''amministratore.</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_ja.properties b/ansible/artifacts/sunbird/email/messages/messages_ja.properties deleted file mode 100644 index a60ffe3d2b000c999b0f38b0c087be79256accd1..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_ja.properties +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: utf-8 -emailVerificationSubject=Eメールã®ç¢ºèª -emailVerificationBody=ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã§ {2} アカウントãŒä½œæˆã•れãŸã¾ã—ãŸã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã®ç¢ºèªã‚’完了ã—ã¦ãã ã•ã„。\n\n{0}\n\nã“ã®ãƒªãƒ³ã‚¯ã¯ {1} 分間ã ã‘æœ‰åйã§ã™ã€‚\n\nã‚‚ã—ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ä½œæˆã«å¿ƒå½“ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚’無視ã—ã¦ãã ã•ã„。 -emailVerificationBodyHtml=<p>ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã§ {2} アカウントãŒä½œæˆã•れã¾ã—ãŸã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã®ç¢ºèªã‚’完了ã—ã¦ãã ã•ã„。</p><p><a href="{0}">メールアドレスã®ç¢ºèª</a></p><p>ã“ã®ãƒªãƒ³ã‚¯ã¯ {1} 分間ã ã‘æœ‰åйã§ã™ã€‚</p><p>ã‚‚ã—ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ä½œæˆã«å¿ƒå½“ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚’無視ã—ã¦ãã ã•ã„。</p> -identityProviderLinkSubject=リンク {0} -identityProviderLinkBody=ã‚ãªãŸã® "{1}" アカウント㨠{2} ユーザー㮠"{0}" アカウントã®ãƒªãƒ³ã‚¯ãŒè¦æ±‚ã•れã¾ã—ãŸã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ãƒªãƒ³ã‚¯ã‚’行ã£ã¦ãã ã•ã„。\n\n{3}\n\nã“ã®ãƒªãƒ³ã‚¯ã¯ {4} 分間ã ã‘æœ‰åйã§ã™ã€‚\n\nã‚‚ã—アカウントã®ãƒªãƒ³ã‚¯ã‚’行ã‚ãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ãã ã•ã„。アカウントã®ãƒªãƒ³ã‚¯ã‚’行ã†ã“ã¨ã§ã€{0} 経由㧠{1} ã«ãƒã‚°ã‚¤ãƒ³ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚ -identityProviderLinkBodyHtml=<p>ã‚ãªãŸã® <b>{1}</b> アカウント㨠{2} ユーザー㮠<b>{0}</b> アカウントã®ãƒªãƒ³ã‚¯ãŒè¦æ±‚ã•れã¾ã—ãŸã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ãƒªãƒ³ã‚¯ã‚’行ã£ã¦ãã ã•ã„。</p><p><a href="{3}">アカウントリンクã®ç¢ºèª</a></p><p>ã“ã®ãƒªãƒ³ã‚¯ã¯ {4} 分間ã ã‘æœ‰åйã§ã™ã€‚</p><p>ã‚‚ã—アカウントã®ãƒªãƒ³ã‚¯ã‚’行ã‚ãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ãã ã•ã„。アカウントã®ãƒªãƒ³ã‚¯ã‚’行ã†ã“ã¨ã§ã€{0} 経由㧠{1} ã«ãƒã‚°ã‚¤ãƒ³ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚</p> -passwordResetSubject=パスワードã®ãƒªã‚»ãƒƒãƒˆ -passwordResetBody=ã‚ãªãŸã® {2} アカウントã®ãƒ‘スワードã®å¤‰æ›´ãŒè¦æ±‚ã•れã¦ã„ã¾ã™ã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ãƒ‘スワードã®ãƒªã‚»ãƒƒãƒˆã‚’行ã£ã¦ãã ã•ã„。\n\n{0}\n\nã“ã®ãƒªãƒ³ã‚¯ã¯ {1} 分間ã ã‘æœ‰åйã§ã™ã€‚\n\nã‚‚ã—パスワードã®ãƒªã‚»ãƒƒãƒˆã‚’行ã‚ãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ãã ã•ã„。何も変更ã•れã¾ã›ã‚“。 -passwordResetBodyHtml=<p>ã‚ãªãŸã® {2} アカウントã®ãƒ‘スワードã®å¤‰æ›´ãŒè¦æ±‚ã•れã¦ã„ã¾ã™ã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ãƒ‘スワードã®ãƒªã‚»ãƒƒãƒˆã‚’行ã£ã¦ãã ã•ã„。</p><p><a href="{0}">パスワードã®ãƒªã‚»ãƒƒãƒˆ</a></p><p>ã“ã®ãƒªãƒ³ã‚¯ã¯ {1} 分間ã ã‘æœ‰åйã§ã™ã€‚</p><p>ã‚‚ã—パスワードã®ãƒªã‚»ãƒƒãƒˆã‚’行ã‚ãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ãã ã•ã„。何も変更ã•れã¾ã›ã‚“。</p> -executeActionsSubject=ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®æ›´æ–° -executeActionsBody=管ç†è€…よりã‚ãªãŸã® {2} ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®æ›´æ–°ãŒè¦æ±‚ã•れã¦ã„ã¾ã™ã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ã“ã®ãƒ—ãƒã‚»ã‚¹ã‚’é–‹å§‹ã—ã¦ãã ã•ã„。\n\n{0}\n\nã“ã®ãƒªãƒ³ã‚¯ã¯ {1} 分間ã ã‘æœ‰åйã§ã™ã€‚\n\n管ç†è€…ã‹ã‚‰ã®ã“ã®å¤‰æ›´è¦æ±‚ã«ã¤ã„ã¦ã”å˜çŸ¥ãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ãã ã•ã„。何も変更ã•れã¾ã›ã‚“。 -executeActionsBodyHtml=<p>管ç†è€…よりã‚ãªãŸã® {2} ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®æ›´æ–°ãŒè¦æ±‚ã•れã¦ã„ã¾ã™ã€‚以下ã®ãƒªãƒ³ã‚¯ã‚’クリックã—ã¦ã“ã®ãƒ—ãƒã‚»ã‚¹ã‚’é–‹å§‹ã—ã¦ãã ã•ã„。</p><p><a href="{0}">ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®æ›´æ–°</a></p><p>ã“ã®ãƒªãƒ³ã‚¯ã¯ {1} 分間ã ã‘æœ‰åйã§ã™ã€‚</p><p>管ç†è€…ã‹ã‚‰ã®ã“ã®å¤‰æ›´è¦æ±‚ã«ã¤ã„ã¦ã”å˜çŸ¥ãªã„å ´åˆã¯ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦ãã ã•ã„。何も変更ã•れã¾ã›ã‚“。</p> -eventLoginErrorSubject=ãƒã‚°ã‚¤ãƒ³ã‚¨ãƒ©ãƒ¼ -eventLoginErrorBody={0} ã« {1} ã‹ã‚‰ã®ãƒã‚°ã‚¤ãƒ³å¤±æ•—ãŒã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã§æ¤œå‡ºã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。 -eventLoginErrorBodyHtml=<p>{0} ã« {1} ã‹ã‚‰ã®ãƒã‚°ã‚¤ãƒ³å¤±æ•—ãŒã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã§æ¤œå‡ºã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。</p> -eventRemoveTotpSubject=TOTPã®å‰Šé™¤ -eventRemoveTotpBody={0} ã« {1} ã‹ã‚‰ã®æ“作㧠TOTP ãŒå‰Šé™¤ã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。 -eventRemoveTotpBodyHtml=<p>{0} ã« {1} ã‹ã‚‰ã®æ“作㧠TOTP ãŒå‰Šé™¤ã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。</p> -eventUpdatePasswordSubject=ãƒ‘ã‚¹ãƒ¯ãƒ¼ãƒ‰ã®æ›´æ–° -eventUpdatePasswordBody={0} ã« {1} ã‹ã‚‰ã®æ“作ã§ã‚ãªãŸã®ãƒ‘スワードãŒå¤‰æ›´ã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。 -eventUpdatePasswordBodyHtml=<p>{0} ã« {1} ã‹ã‚‰ã®æ“作ã§ã‚ãªãŸã®ãƒ‘スワードãŒå¤‰æ›´ã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。</p> -eventUpdateTotpSubject=TOTPã®æ›´æ–° -eventUpdateTotpBody={0} ã« {1} ã‹ã‚‰ã®æ“作㧠TOTP ãŒæ›´æ–°ã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。 -eventUpdateTotpBodyHtml=<p>{0} ã« {1} ã‹ã‚‰ã®æ“作㧠TOTP ãŒæ›´æ–°ã•れã¾ã—ãŸã€‚心当ãŸã‚ŠãŒãªã„å ´åˆã¯ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_lt.properties b/ansible/artifacts/sunbird/email/messages/messages_lt.properties deleted file mode 100644 index a1b59ade937495552e5c71fab9f79dd432230a4a..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_lt.properties +++ /dev/null @@ -1,24 +0,0 @@ -emailVerificationSubject=El. pa\u0161to patvirtinimas -emailVerificationBody=Paskyra {2} sukurta naudojant \u0161\u012F el. pa\u0161to adres\u0105. Jei tai buvote J\u016Bs, tuomet paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105\n\n{0}\n\n\u0160i nuoroda galioja {1} min.\n\nJei paskyros nek\u016Br\u0117te, tuomet ignuoruokite \u0161\u012F lai\u0161k\u0105. -emailVerificationBodyHtml=<p>Paskyra {2} sukurta naudojant \u0161\u012F el. pa\u0161to adres\u0105. Jei tao buvote J\u016Bs, tuomet paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105</p><p><a href=LT"{0}">{0}</a></p><p>\u0160i nuoroda galioja {1} min.</p><p>nJei paskyros nek\u016Br\u0117te, tuomet ignuoruokite \u0161\u012F lai\u0161k\u0105.</p> -identityProviderLinkSubject=S\u0105saja {0} -identityProviderLinkBody=Ka\u017Eas pageidauja susieti J\u016Bs\u0173 "{1}" paskyr\u0105 su "{0}" {2} naudotojo paskyr\u0105. Jei tai buvote J\u016Bs, tuomet paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105 nor\u0117dami susieti paskyras\n\n{3}\n\n\u0160i nuoroda galioja {4} min.\n\nJei paskyr\u0173 susieti nenorite, tuomet ignoruokite \u0161\u012F lai\u0161k\u0105. Jei paskyras susiesite, tuomet prie {1} gal\u0117siste prisijungti per {0}. -identityProviderLinkBodyHtml=<p>\u017Eas pageidauja susieti J\u016Bs\u0173 <b>{1}</b> paskyr\u0105 su <b>{0}</b> {2} naudotojo paskyr\u0105. Jei tai buvote J\u016Bs, tuomet paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105 nor\u0117dami susieti paskyras</p><p><a href=LT"{3}">{3}</a></p><p>\u0160i nuoroda galioja {4} min.</p><p>Jei paskyr\u0173 susieti nenorite, tuomet ignoruokite \u0161\u012F lai\u0161k\u0105. Jei paskyras susiesite, tuomet prie {1} gal\u0117siste prisijungti per {0}.</p> -passwordResetSubject=Slapta\u017Eod\u017Eio atk\u016Brimas -passwordResetBody=Ka\u017Ekas pageidauja pakeisti J\u016Bs\u0173 paskyros {2} slapta\u017Eod\u012F. Jei tai buvote J\u016Bs, tuomet paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105 slapta\u017Eod\u017Eio pakeitimui.\n\n{0}\n\n\u0160i nuoroda ir kodas galioja {1} min.\n\nJei nepageidajate keisti slapta\u017Eod\u017Eio, tuomet ignoruokite \u0161\u012F lai\u0161k\u0105 ir niekas nebus pakeista. -passwordResetBodyHtml=<p>Ka\u017Ekas pageidauja pakeisti J\u016Bs\u0173 paskyros {2} slapta\u017Eod\u012F. Jei tai buvote J\u016Bs, tuomet paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105 slapta\u017Eod\u017Eio pakeitimui.</p><p><a href=LT"{0}">{0}</a></p><p>\u0160i nuoroda ir kodas galioja {1} min.</p><p>Jei nepageidajate keisti slapta\u017Eod\u017Eio, tuomet ignoruokite \u0161\u012F lai\u0161k\u0105 ir niekas nebus pakeista.</p> -executeActionsSubject=Atnaujinkite savo paskyr\u0105 -executeActionsBody=Sistemos administratorius pageidauja, kad J\u016Bs atnaujintum\u0117te savo {2} paskyr\u0105. Paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105 paskyros duomen\u0173 atnaujinimui.\n\n{0}\n\n\u0160i nuoroda galioja {1} min.\n\nJei J\u016Bs neasate tikri, kad tai administratoriaus pageidavimas, tuomet ignoruokite \u0161\u012F lai\u0161k\u0105 ir niekas nebus pakeista. -executeActionsBodyHtml=<p>Sistemos administratorius pageidauja, kad J\u016Bs atnaujintum\u0117te savo {2} paskyr\u0105. Paspauskite \u017Eemiau esan\u010Di\u0105 nuorod\u0105 paskyros duomen\u0173 atnaujinimui.</p><p><a href=LT"{0}">{0}</a></p><p>\u0160i nuoroda galioja {1} min.</p><p>Jei J\u016Bs neasate tikri, kad tai administratoriaus pageidavimas, tuomet ignoruokite \u0161\u012F lai\u0161k\u0105 ir niekas nebus pakeista.</p> -eventLoginErrorSubject=Nes\u0117kmingas bandymas prisijungti prie j\u016Bs\u0173 paskyros -eventLoginErrorBody=Bandymas prisijungti prie j\u016Bs\u0173 paskyros {0} i\u0161 {1} nes\u0117kmingas. Jei tai nebuvote j\u016Bs, tuomet susisiekite su administratoriumi -eventLoginErrorBodyHtml=<p>Bandymas prisijungti prie j\u016Bs\u0173 paskyros {0} i\u0161 {1} nes\u0117kmingas. Jei tai nebuvote j\u016Bs, tuomet susisiekite su administratoriumi</p> -eventRemoveTotpSubject=TOTP pa\u0161alinimas -eventRemoveTotpBody=Ka\u017Ekas pageidauja atsieti TOPT J\u016Bs\u0173 {1} paskyroje su {0}. Jei tai nebuvote J\u016Bs, tuomet susisiekite su administratoriumi -eventRemoveTotpBodyHtml=<p>Ka\u017Ekas pageidauja atsieti TOPT J\u016Bs\u0173 <b>{1}</b> paskyroje su <b>{0}</b>. Jei tai nebuvote J\u016Bs, tuomet susisiekite su administratoriumi</p> -eventUpdatePasswordSubject=Slapta\u017Eod\u017Eio atnaujinimas -eventUpdatePasswordBody={1} paskyroje {0} pakeisas j\u016Bs\u0173 slapta\u017Eodis. Jei J\u016Bs nekeit\u0117te, tuomet susisiekite su administratoriumi -eventUpdatePasswordBodyHtml=<p>{1} paskyroje {0} pakeisas j\u016Bs\u0173 slapta\u017Eodis. Jei J\u016Bs nekeit\u0117te, tuomet susisiekite su administratoriumi</p> -eventUpdateTotpSubject=TOTP atnaujinimas -eventUpdateTotpBody=TOTP J\u016Bs\u0173 {1} paskyroje su {0} buvo atnaujintas. Jei tai nebuvote J\u016Bs, tuomet susisiekite su administratoriumi -eventUpdateTotpBodyHtml=<p>TOTP J\u016Bs\u0173 {1} paskyroje su {0} buvo atnaujintas. Jei tai nebuvote J\u016Bs, tuomet susisiekite su administratoriumi</p> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/messages/messages_no.properties b/ansible/artifacts/sunbird/email/messages/messages_no.properties deleted file mode 100644 index 32334e9d8d09a30890786ccf16b18653f783c060..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_no.properties +++ /dev/null @@ -1,24 +0,0 @@ -emailVerificationSubject=Bekreft e-postadresse -emailVerificationBody=Noen har opprettet en {2} konto med denne e-postadressen. Hvis dette var deg, klikk p\u00E5 lenken nedenfor for \u00E5 bekrefte e-postadressen din\n\n{0}\n\nDenne lenken vil utl\u00F8pe om {1} minutter.\n\nHvis du ikke opprettet denne kontoen, vennligst ignorer denne meldingen. -emailVerificationBodyHtml=<p>Noen har opprettet en {2} konto med denne e-postadressen. Hvis dette var deg, klikk p\u00E5 lenken nedenfor for \u00E5 bekrefte e-postadressen din</p><p><a href="{0}">{0}</a></p><p>Denne lenken vil utl\u00F8pe om {1} minutter.</p><p>Hvis du ikke opprettet denne kontoen, vennligst ignorer denne meldingen.</p> -identityProviderLinkSubject=Lenke {0} -identityProviderLinkBody=Noen vil koble din <b>{1}</b> konto med <b>{0}</b> konto til bruker {2}. Hvis dette var deg, klikk p\u00E5 lenken nedenfor for \u00E5 koble kontoene\n\n{3}\n\nDenne lenken vil utl\u00F8pe om {4} minutter\n\nHvis du ikke vil koble kontoene, vennligst ignorer denne meldingen. Hvis du kobler kontoene sammen vil du kunne logge inn til {1} gjennom {0}. -identityProviderLinkBodyHtml=<p>Noen vil koble din <b>{1}</b> konto med <b>{0}</b> konto til bruker {2}. Hvis dette var deg, klikk p\u00E5 lenken nedenfor for \u00E5 koble kontoene.</p><p><a href="{3}">{3}</a></p><p>Denne lenken vil utl\u00F8pe om {4} minutter.</p><p>Hvis du ikke vil koble kontoene, vennligst ignorer denne meldingen. Hvis du kobler kontoene sammen vil du kunne logge inn til {1} gjennom {0}.</p> -passwordResetSubject=Tilbakestill passord -passwordResetBody=Noen har bedt om \u00E5 endre innloggingsdetaljene til din konto {2}. Hvis dette var deg, klikk p\u00E5 lenken nedenfor for \u00E5 tilbakestille dem.\n\n{0}\n\nDenne lenken vil utl\u00F8pe om {1} minutter.\n\nHvis du ikke vil tilbakestille din innloggingsdata, vennligst ignorer denne meldingen og ingenting vil bli endret. -passwordResetBodyHtml=<p>Noen har bedt om \u00E5 endre innloggingsdetaljene til din konto {2}. Hvis dette var deg, klikk p\u00E5 lenken nedenfor for \u00E5 tilbakestille dem.</p><p><a href="{0}">{0}</a></p><p>Denne lenken vil utl\u00F8pe om {1} minutter.</p><p>Hvis du ikke vil tilbakestille din innloggingsdata, vennligst ignorer denne meldingen og ingenting vil bli endret.</p> -executeActionsSubject=Oppdater kontoen din -executeActionsBody=Administrator har anmodet at du oppdaterer din {2} konto. Klikk p\u00E5 lenken nedenfor for \u00E5 starte denne prosessen\n\n{0}\n\nDenne lenken vil utl\u00F8pe om {1} minutter.\n\nHvis du ikke var klar over at administrator har bedt om dette, vennligst ignorer denne meldingen og ingenting vil bli endret. -executeActionsBodyHtml=<p>Administrator har anmodet at du oppdaterer din {2} konto. Klikk p\u00E5 linken nedenfor for \u00E5 starte denne prosessen.</p><p><a href="{0}">{0}</a></p><p>Denne lenken vil utl\u00F8pe om {1} minutter.</p><p>Hvis du ikke var klar over at administrator har bedt om dette, ignorer denne meldingen og ingenting vil bli endret. </p> -eventLoginErrorSubject=Innlogging feilet -eventLoginErrorBody=Et mislykket innloggingsfors\u00F8k ble oppdaget p\u00E5 din konto p\u00E5 {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator. -eventLoginErrorBodyHtml=<p>Et mislykket innloggingsfors\u00F8k ble oppdaget p\u00E5 din konto p\u00E5 {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator.</p> -eventRemoveTotpSubject=Fjern engangskode -eventRemoveTotpBody=Engangskode ble fjernet fra kontoen din p\u00E5 {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator. -eventRemoveTotpBodyHtml=<p>Engangskode ble fjernet fra kontoen din p\u00E5 {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator.</p> -eventUpdatePasswordSubject=Oppdater passord -eventUpdatePasswordBody=Ditt passord ble endret i {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator. -eventUpdatePasswordBodyHtml=<p>Ditt passord ble endret i {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator. </p> -eventUpdateTotpSubject=Oppdater engangskode -eventUpdateTotpBody=Engangskode ble oppdatert for kontoen din p\u00E5 {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator. -eventUpdateTotpBodyHtml=<p>Engangskode ble oppdatert for kontoen din p\u00E5 {0} fra {1}. Hvis dette ikke var deg, vennligst kontakt administrator. </p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_pt_BR.properties b/ansible/artifacts/sunbird/email/messages/messages_pt_BR.properties deleted file mode 100644 index cfe973767d0110ff1def5512592f8384e2bd3c31..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_pt_BR.properties +++ /dev/null @@ -1,19 +0,0 @@ -emailVerificationSubject=Verifica\u00E7\u00E3o de e-mail -emailVerificationBody=Algu\u00E9m criou uma conta {2} com este endere\u00E7o de e-mail. Se foi voc\u00EA, clique no link abaixo para verificar o seu endere\u00E7o de email\n\n{0}\n\nEste link ir\u00E1 expirar dentro de {1} minutos.\n\nSe n\u00E3o foi voc\u00EA que criou esta conta, basta ignorar esta mensagem. -emailVerificationBodyHtml=<p>Algu\u00E9m criou uma conta {2} com este endere\u00E7o de e-mail. Se foi voc\u00EA, clique no link abaixo para verificar o seu endere\u00E7o de email</p><p><a href="{0}">{0}</a></p><p>Este link ir\u00E1 expirar dentro de {1} minutos.</p><p>Se n\u00E3o foi voc\u00EA que criou esta conta, basta ignorar esta mensagem.</p> -identityProviderLinkSubject=Vincular {0} -identityProviderLinkBody=Algu\u00E9m quer vincular sua conta "{1}" com a conta "{0}" do usu\u00E1rio {2} . Se foi voc\u00EA, clique no link abaixo para vincular as contas.\n\n{3}\n\nEste link ir\u00E1 expirar em {4} minutos.\n\nSe voc\u00EA n\u00E3o quer vincular a conta, apenas ignore esta mensagem. Se voc\u00EA vincular as contas, voc\u00EA ser\u00E1 capaz de logar em {1} atr\u00E1v\u00E9s de {0}. -identityProviderLinkBodyHtml=<p>Algu\u00E9m quer vincular sua conta <b>{1}</b> com a conta <b>{0}</b> do usu\u00E1rio {2} . Se foi voc\u00EA, clique no link abaixo para vincular as contas.</p><p><a href="{3}">{3}</a></p><p>Este link ir\u00E1 expirar em {4} minutos.</p><p>Se voc\u00EA n\u00E3o quer vincular a conta, apenas ignore esta mensagem. Se voc\u00EA vincular as contas, voc\u00EA ser\u00E1 capaz de logar em {1} atr\u00E1v\u00E9s de {0}.</p> -passwordResetSubject=Redefini\u00E7\u00E3o de senha -eventLoginErrorSubject=Erro de login -eventLoginErrorBody=Uma tentativa de login mal sucedida para a sua conta foi detectada em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador. -eventLoginErrorBodyHtml=<p>Uma tentativa de login mal sucedida para a sua conta foi detectada em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador.</p> -eventRemoveTotpSubject=Remover TOTP -eventRemoveTotpBody=TOTP foi removido da sua conta em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador. -eventRemoveTotpBodyHtml=<p>TOTP foi removido da sua conta em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador.</p> -eventUpdatePasswordSubject=Atualiza\u00E7\u00E3o de senha -eventUpdatePasswordBody=Sua senha foi alterada em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador. -eventUpdatePasswordBodyHtml=<p>Sua senha foi alterada em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador.</p> -eventUpdateTotpSubject=Atualiza\u00E7\u00E3o TOTP -eventUpdateTotpBody=TOTP foi atualizado para a sua conta em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador. -eventUpdateTotpBodyHtml=<p>TOTP foi atualizado para a sua conta em {0} de {1}. Se n\u00E3o foi voc\u00EA, por favor, entre em contato com um administrador.</p> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/messages/messages_ru.properties b/ansible/artifacts/sunbird/email/messages/messages_ru.properties deleted file mode 100644 index 135578863bd3c70644659b0ddf8210f09ac60d1f..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_ru.properties +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: utf-8 -emailVerificationSubject=Подтверждение E-mail -emailVerificationBody=Кто-то Ñоздал учетную запиÑÑŒ {2} Ñ Ñтим E-mail. ЕÑли Ñто были Ð’Ñ‹, нажмите на Ñледующую ÑÑылку Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ email\n\n{0}\n\nÐта ÑÑылка уÑтареет через {1} минут.\n\nЕÑли Ð’Ñ‹ не Ñоздавали учетную запиÑÑŒ, проÑто проигнорируйте Ñто пиÑьмо. -emailVerificationBodyHtml=<p>Кто-то Ñоздал учетную запиÑÑŒ {2} Ñ Ñтим E-mail. ЕÑли Ñто были Ð’Ñ‹, нажмите по ÑÑылке Ð´Ð»Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ E-mail</p><p><a href="{0}">{0}</a></p><p>Ðта ÑÑылка уÑтареет через {1} минут.</p><p>ЕÑли Ð’Ñ‹ не Ñоздавали учетную запиÑÑŒ, проÑто проигнорируйте Ñто пиÑьмо.</p> -identityProviderLinkSubject=СÑылка {0} -identityProviderLinkBody=Кто-то хочет ÑвÑзать вашу учетную запиÑÑŒ "{1}" Ñ "{0}" учетной запиÑью Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ {2} . ЕÑли Ñто были Ð’Ñ‹, нажмите по Ñледующей ÑÑылке, чтобы ÑвÑзать учетные запиÑи\n\n{3}\n\nÐта ÑÑылка уÑтареет через {4} минут.\n\nЕÑли Ñто не хотите объединÑть учетные запиÑи, проÑто проигнориуйте Ñто пиÑьмо. ПоÑле Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ñ‹Ñ… запиÑей Ð’Ñ‹ можете войти в {1} через {0}. -identityProviderLinkBodyHtml=<p>Кто-то хочет ÑвÑзать вашу учетную запиÑÑŒ <b>{1}</b> Ñ <b>{0}</b> учетной запиÑью Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ {2} . ЕÑли Ñто были Ð’Ñ‹, нажмите по Ñледующей ÑÑылке, чтобы ÑвÑзать учетные запиÑи</p><p><a href="{3}">{3}</a></p><p>Ðта ÑÑылка уÑтареет через {4} минут.</p><p>ЕÑли Ñто не хотите объединÑть учетные запиÑи, проÑто проигнориуйте Ñто пиÑьмо. ПоÑле Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ ÑƒÑ‡ÐµÑ‚Ð½Ñ‹Ñ… запиÑей Ð’Ñ‹ можете войти в {1} через {0}.</p> -passwordResetSubject=Ð¡Ð±Ñ€Ð¾Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ -passwordResetBody=Кто-то только что запроÑил изменение Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¾Ñ‚ Вашей учетной запиÑи {2}. ЕÑли Ñто были Ð’Ñ‹, нажмите на Ñледующую ÑÑылку, чтобы ÑброÑить его.\n\n{0}\n\nÐта ÑÑылка уÑтареет через {1} минут.\n\nЕÑли Ð’Ñ‹ не хотите ÑбраÑывать пароль, проÑто проигнорируйте Ñто пиÑьмо. -passwordResetBodyHtml=<p>Кто-то только что запроÑил изменение Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð¾Ñ‚ Вашей учетной запиÑи {2}. ЕÑли Ñто были Ð’Ñ‹, нажмите на Ñледующую ÑÑылку, чтобы ÑброÑить его.</p><p><a href="{0}">{0}</a></p><p>Ðта ÑÑылка уÑтареет через {1} минут.</p><p>ЕÑли Ð’Ñ‹ не хотите ÑбраÑывать пароль, проÑто проигнорируйте Ñто пиÑьмо и ничего не изменитÑÑ.</p> -executeActionsSubject=Обновление Вашей учетной запиÑи -executeActionsBody=ÐдминиÑтратор проÑит Ð’Ð°Ñ Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ данные Вашей учетной запиÑи {2}. Ðажмите по Ñледующей ÑÑылке чтобы начать Ñтот процеÑÑ.\n\n{0}\n\nÐта ÑÑылка уÑтареет через {1} минут.\n\nЕÑли у Ð²Ð°Ñ ÐµÑть подозрениÑ, что админиÑтратор не мог Ñделать такой запроÑ, проÑто проигнорируйте Ñто пиÑьмо. -executeActionsBodyHtml=<p>ÐдминиÑтратор проÑит Ð’Ð°Ñ Ð¾Ð±Ð½Ð¾Ð²Ð¸Ñ‚ÑŒ данные Вашей учетной запиÑи {2}. Ðажмите по Ñледующей ÑÑылке чтобы начать Ñтот процеÑÑ.</p><p><a href="{0}">{0}</a></p><p>Ðта ÑÑылка уÑтареет через {1} минут.</p><p>ЕÑли у Ð²Ð°Ñ ÐµÑть подозрениÑ, что админиÑтратор не мог Ñделать такой запроÑ, проÑто проигнорируйте Ñто пиÑьмо.</p> -eventLoginErrorSubject=Ошибка входа -eventLoginErrorBody=Была зафикÑирована Ð½ÐµÑƒÐ´Ð°Ñ‡Ð½Ð°Ñ Ð¿Ð¾Ð¿Ñ‹Ñ‚ÐºÐ° входа в Вашу учетную запиÑÑŒ {0} Ñ {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором. -eventLoginErrorBodyHtml=<p>Была зафикÑирована Ð½ÐµÑƒÐ´Ð°Ñ‡Ð½Ð°Ñ Ð¿Ð¾Ð¿Ñ‹Ñ‚ÐºÐ° входа в Вашу учетную запиÑÑŒ {0} Ñ {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором.</p> -eventRemoveTotpSubject=Удалить TOTP -eventRemoveTotpBody=TOTP был удален из вашей учетной запиÑи {0} c {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором. -eventRemoveTotpBodyHtml=<p>TOTP был удален из вашей учетной запиÑи {0} c {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором.</p> -eventUpdatePasswordSubject=Обновление Ð¿Ð°Ñ€Ð¾Ð»Ñ -eventUpdatePasswordBody=Ваш пароль был изменен в {0} Ñ {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором. -eventUpdatePasswordBodyHtml=<p>Ваш пароль был изменен в {0} Ñ {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором.</p> -eventUpdateTotpSubject=Обновление TOTP -eventUpdateTotpBody=TOTP был обновлен в вашей учетной запиÑи {0} Ñ {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором. -eventUpdateTotpBodyHtml=<p>TOTP был обновлен в вашей учетной запиÑи {0} Ñ {1}. ЕÑли Ñто были не Ð’Ñ‹, пожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором.</p> diff --git a/ansible/artifacts/sunbird/email/messages/messages_sv.properties b/ansible/artifacts/sunbird/email/messages/messages_sv.properties deleted file mode 100644 index 5b5ac6d582c49628c639178d4255b593f2699fb8..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/messages/messages_sv.properties +++ /dev/null @@ -1,25 +0,0 @@ -# encoding: utf-8 -emailVerificationSubject=Verifiera e-post -emailVerificationBody=NÃ¥gon har skapat ett {2} konto med den här e-postadressen. Om det var du, klicka dÃ¥ pÃ¥ länken nedan för att verifiera din e-postadress\n\n{0}\n\nDen här länken kommer att upphöra inom {1} minuter.\n\nOm det inte var du som skapade det här kontot, ignorera i sÃ¥ fall det här meddelandet. -emailVerificationBodyHtml=<p>NÃ¥gon har skapat ett {2} konto med den här e-postadressen. Om det var du, klicka dÃ¥ pÃ¥ länken nedan för att verifiera din e-postadress</p><p><a href="{0}">{0}</a></p><p>Den här länken kommer att upphöra inom {1} minuter.</p><p>Om det inte var du som skapade det här kontot, ignorera i sÃ¥ fall det här meddelandet.</p> -identityProviderLinkSubject=Länk {0} -identityProviderLinkBody=NÃ¥gon vill länka ditt "{1}" konto med "{0}" kontot tillhörande användaren {2} . Om det var du, klicka dÃ¥ pÃ¥ länken nedan för att länka kontona\n\n{3}\n\nDen här länken kommer att upphöra inom {4} minuter.\n\nOm du inte vill länka kontot, ignorera i sÃ¥ fall det här meddelandet. Om du länkar kontona, sÃ¥ kan du logga in till {1} genom {0}. -identityProviderLinkBodyHtml=<p>NÃ¥gon vill länka ditt <b>{1}</b> konto med <b>{0}</b> kontot tillhörande användaren {2} . Om det var du, klicka dÃ¥ pÃ¥ länken nedan för att länka kontona</p><p><a href="{3}">{3}</a></p><p>Den här länken kommer att upphöra inom {4} minuter.</p><p>Om du inte vill länka kontot, ignorera i sÃ¥ fall det här meddelandet. Om du länkar kontona, sÃ¥ kan du logga in till {1} genom {0}.</p> -passwordResetSubject=Ã…terställ lösenord -passwordResetBody=NÃ¥gon har precis bett om att ändra ditt {2} kontos användaruppgifter. Om det var du, klicka dÃ¥ pÃ¥ länken nedan för att Ã¥terställa dem.\n\n{0}\n\nDen här länken och koden kommer att upphöra inom {1} minuter.\n\nOm du inte vill Ã¥terställa dina kontouppgifter, ignorera i sÃ¥ fall det här meddelandet sÃ¥ kommer inget att ändras. -passwordResetBodyHtml=<p>NÃ¥gon har precis bett om att ändra ditt {2} kontos användaruppgifter. Om det var du, klicka dÃ¥ pÃ¥ länken nedan för att Ã¥terställa dem.</p><p><a href="{0}">{0}</a></p><p>Den här länken och koden kommer att upphöra inom {1} minuter.</p><p>Om du inte vill Ã¥terställa dina kontouppgifter, ignorera i sÃ¥ fall det här meddelandet sÃ¥ kommer inget att ändras.</p> -executeActionsSubject=Uppdatera Ditt Konto -executeActionsBody=Din administratör har precis bett om att du skall uppdatera ditt {2} konto. Klicka pÃ¥ länken för att pÃ¥börja processen.\n\n{0}\n\nDen här länken kommer att upphöra inom {1} minuter.\n\nOm du är omedveten om att din administratör har bett om detta, ignorera i sÃ¥ fall det här meddelandet sÃ¥ kommer inget att ändras. -executeActionsBodyHtml=<p>Din administratör har precis bett om att du skall uppdatera ditt {2} konto. Klicka pÃ¥ länken för att pÃ¥börja processen.</p><p><a href="{0}">{0}</a></p><p>Den här länken kommer att upphöra inom {1} minuter.</p><p>Om du är omedveten om att din administratör har bett om detta, ignorera i sÃ¥ fall det här meddelandet sÃ¥ kommer inget att ändras.</p> -eventLoginErrorSubject=Inloggningsfel -eventLoginErrorBody=Ett misslyckat inloggningsförsök har upptäckts pÃ¥ ditt konto pÃ¥ {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör. -eventLoginErrorBodyHtml=<p>Ett misslyckat inloggningsförsök har upptäckts pÃ¥ ditt konto den {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör.</p> -eventRemoveTotpSubject=Ta bort TOTP -eventRemoveTotpBody=TOTP togs bort frÃ¥n ditt konto den {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör. -eventRemoveTotpBodyHtml=<p>TOTP togs bort frÃ¥n ditt konto den {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör.</p> -eventUpdatePasswordSubject=Uppdatera lösenord -eventUpdatePasswordBody=Ditt lösenord ändrades den {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör. -eventUpdatePasswordBodyHtml=<p>Ditt lösenord ändrades den {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör.</p> -eventUpdateTotpSubject=Uppdatera TOTP -eventUpdateTotpBody=TOTP uppdaterades för ditt konto den {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör. -eventUpdateTotpBodyHtml=<p>TOTP uppdaterades för ditt konto den {0} frÃ¥n {1}. Om det inte var du, vänligen kontakta i sÃ¥ fall en administratör.</p> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/email-test.ftl b/ansible/artifacts/sunbird/email/text/email-test.ftl deleted file mode 100644 index 19942c791f337babae6cc59520ae4a8be37d8be6..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/email-test.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("emailTestBody", realmName)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/email-verification.ftl b/ansible/artifacts/sunbird/email/text/email-verification.ftl deleted file mode 100644 index 0ae601f723dc9ba135957d705d5ead48afc3b04f..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/email-verification.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("emailVerificationBody",link, linkExpiration, realmName)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/event-login_error.ftl b/ansible/artifacts/sunbird/email/text/event-login_error.ftl deleted file mode 100644 index 7835c914646e277079d57dd88859df0173916adb..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/event-login_error.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("eventLoginErrorBody",event.date,event.ipAddress)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/event-remove_totp.ftl b/ansible/artifacts/sunbird/email/text/event-remove_totp.ftl deleted file mode 100644 index 8930b64d5723a8d5d2b3c36ecb9be24f9755bc49..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/event-remove_totp.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("eventRemoveTotpBody",event.date, event.ipAddress)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/event-update_password.ftl b/ansible/artifacts/sunbird/email/text/event-update_password.ftl deleted file mode 100644 index 754daac5c33a64e40ae2e87ad5eaaca3d2fd4660..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/event-update_password.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("eventUpdatePasswordBody",event.date, event.ipAddress)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/event-update_totp.ftl b/ansible/artifacts/sunbird/email/text/event-update_totp.ftl deleted file mode 100644 index 3a7b0f71237415a432788ab6d2c670ce4d740728..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/event-update_totp.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("eventUpdateTotpBody",event.date, event.ipAddress)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/executeActions.ftl b/ansible/artifacts/sunbird/email/text/executeActions.ftl deleted file mode 100644 index a33758f1526012fbd6b795bd559d761091d20262..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/executeActions.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("executeActionsBody",link, linkExpiration, realmName)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/identity-provider-link.ftl b/ansible/artifacts/sunbird/email/text/identity-provider-link.ftl deleted file mode 100644 index a8c0d54e92b99be6453dcd865139f764775f43cc..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/identity-provider-link.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("identityProviderLinkBody", identityProviderAlias, realmName, identityProviderContext.username, link, linkExpiration)} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/email/text/password-reset.ftl b/ansible/artifacts/sunbird/email/text/password-reset.ftl deleted file mode 100644 index 3520c418e3b399c983c86c58a4ffbac86cd04dd6..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/text/password-reset.ftl +++ /dev/null @@ -1 +0,0 @@ -${msg("passwordResetBodyHtml",link,(linkExpiration/60)?string["0"],realmName)} diff --git a/ansible/artifacts/sunbird/email/theme.properties b/ansible/artifacts/sunbird/email/theme.properties deleted file mode 100644 index 6b2b6e8fac09da2e0ca67439e7628502d1b8344c..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/email/theme.properties +++ /dev/null @@ -1 +0,0 @@ -locales=ca,de,en,es,fr,it,ja,lt,no,pt-BR,ru,sv \ No newline at end of file diff --git a/ansible/artifacts/sunbird/login/info.ftl b/ansible/artifacts/sunbird/login/info.ftl deleted file mode 100755 index f151cfde5bfa6d8e7914d74767ac33d3d77bb31a..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/info.ftl +++ /dev/null @@ -1,26 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayMessage=false; section> - <#if section = "title"> - ${message.summary} - <#elseif section = "form"> - <div class="ui raised shadow container segment fullpage-background-image"> - <div class="ui three column grid stackable"> - <div class="ui column tablet only computer only"></div> - <div class="ui column height-fix"> - <div id="kc-info-message"> - <p class="instruction">${message.summary}</p> - <#if skipLink??> - <#else> - <#if pageRedirectUri??> - <p><a href="${pageRedirectUri}">${msg("backToApplication")}</a></p> - <#elseif client.baseUrl??> - <p><a href="${client.baseUrl}">${msg("backToApplication")}</a></p> - </#if> - </#if> - </div> - </div> - <div class="ui column tablet only computer only"></div> - </div> - </div> - </#if> -</@layout.registrationLayout> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/login/login-page-expired.ftl b/ansible/artifacts/sunbird/login/login-page-expired.ftl deleted file mode 100644 index b2666144205b7f9640ee8c03e6c6ebb29085a27d..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/login-page-expired.ftl +++ /dev/null @@ -1,18 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout; section> - <#if section = "title"> - ${msg("pageExpiredTitle")} - <#elseif section = "form"> - <div class="ui raised shadow container segment fullpage-background-image"> - <div class="ui three column grid stackable"> - <div class="ui column tablet only computer only"></div> - <div class="ui column mt-127 height-fix"> - <p id="instruction1" class="instruction"> - ${msg("pageExpiredMsg1")} <a id="loginRestartLink" href="${url.loginRestartFlowUrl}">${msg("doClickHere")}</a>. - ${msg("pageExpiredMsg2")} <a id="loginContinueLink" href="${url.loginAction}">${msg("doClickHere")}</a>. - </p> - </div> - <div class="ui column tablet only computer only"></div> - </div> - </#if> -</@layout.registrationLayout> diff --git a/ansible/artifacts/sunbird/login/login-reset-password.ftl b/ansible/artifacts/sunbird/login/login-reset-password.ftl deleted file mode 100644 index 5d81b0c7ad21d96d60b09067d506b2f2250e7f28..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/login-reset-password.ftl +++ /dev/null @@ -1,58 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayInfo=true; section> - <#if section = "title"> - ${msg("emailForgotTitle")} - <#elseif section = "form"> - <meta content="width=device-width, initial-scale=1" name="viewport" /> - <div class="ui raised shadow container segment fullpage-background-image"> - <div class="ui three column grid stackable"> - <div class="ui column tablet only computer only"></div> - <div class="ui column height-fix"> - <div class="ui header centered"> - <img onerror="" alt=""> - <div class="signInHead mt-27">${msg("emailForgotTitle")}</div> - </div> - <div class="ui content center justfy textCenter"> - ${msg("enterEmailPhonenumberToGetCode")} - </div> - <div class="ui content center justfy textCenter mt-8 mb-28"> - <#if message?has_content> - <div class="ui text ${message.type}"> - ${message.summary} - </div> - </#if> - </div> - <form id="kc-reset-password-form" class="ui form" method="POST" action="${url.loginAction}"> - <div class="field mb-36"> - <label id="usernameLabel" for="username" class=""> - <#if !realm.loginWithEmailAllowed> - ${msg("username")} - <#elseif !realm.registrationEmailAsUsername> - ${msg("emailOrPhone")} - <#else>${msg("email")} - </#if> - </label> - <label id="usernameLabelPlaceholder" for="username" class="activeLabelColor hide"> - <#if !realm.loginWithEmailAllowed>${msg("username")} - <#elseif !realm.registrationEmailAsUsername>${msg("placeholderForEmailOrPhone")} - <#else>${msg("email")} - </#if> - </label> - <input type="text" id="username" class="mt-8" name="username" onfocusin="inputBoxFocusIn(this)" onfocusout="inputBoxFocusOut(this)" autofocus/> - </div> - <div class="field"> - <button id="login" class="ui fluid submit button"> - ${msg("doReset")} - </button> - </div> - </form> - <div class="${properties.kcFormOptionsWrapperClass!} signUpMsg mb-56 mt-45 textCenter"> - <span><a id="versionLink" class="backToLogin" onclick="javascript:makeDivUnclickable()" href="${url.loginUrl}"><span class="fs-14"><< </span> ${msg("backToLogin")}</a></span> - </div> - </div> - <div class="ui column tablet only computer only"></div> - </div> - </div> - <#elseif section = "info" > - </#if> -</@layout.registrationLayout> diff --git a/ansible/artifacts/sunbird/login/login-update-password.ftl b/ansible/artifacts/sunbird/login/login-update-password.ftl deleted file mode 100644 index 434a2698588baf9234bba3d0ebb0b657cce9e877..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/login-update-password.ftl +++ /dev/null @@ -1,64 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayInfo=true; section> - <#if section = "title"> - ${msg("updatePasswordTitle")} - <#elseif section = "form"> - <div class="ui raised shadow container segment fullpage-background-image"> - <div class="ui three column grid stackable"> - <div class="ui column tablet only computer only"></div> - <div class="ui column height-fix"> - <div class="ui header centered mb-18"> - <img onerror="" alt=""> - <div class="signInHead mt-27">${msg("newPasswordTitle")}</div> - </div> - <div class="ui content center justfy textCenter mb-36 loginupdate"> - <#if message?has_content> - <div class="ui text ${message.type}"> - ${message.summary} - </div> - </#if> - </div> - <form id="kc-passwd-update-form" class="ui form" action="${url.loginAction}" method="post"> - <div class="field"> - <label id="password-newLabel" for="password-new" class=""> - ${msg("passwordNew")} - </label> - <label id="password-newLabelPlaceholder" for="password-new" class="activeLabelColor hide"> - ${msg("passwordNew")} - </label> - <div class="ui search"> - <div class="ui mt-8 icon input"> - <input class="" type="password" id="password-new" onfocusin="inputBoxFocusIn(this)" onfocusout="inputBoxFocusOut(this)" name="password-new" autocomplete="off" /> - <i class="eye icon link" onclick="viewPassword(this)"></i> - <!--i id="preview-hide" class="eye slash icon hide link"></i--> - </div> - </div> - </div> - <div class="field"> - <label id="password-confirmLabel" class="" for="password-confirm"> - ${msg("passwordConfirm")} - </label> - <label id="password-confirmLabelPlaceholder" class="activeLabelColor hide" for="password-confirm"> - ${msg("passwordConfirm")} - </label> - <input type="password" class="mt-8" onfocusin="inputBoxFocusIn(this)" onfocusout="inputBoxFocusOut(this)" id="password-confirm" name="password-confirm" autocomplete="off" /> - </div> - <div class="field"> - <button id="login" class="ui fluid button submit mt-36" onclick="javascript:makeDivUnclickable()"> - ${msg("doReset")} - </button> - </div> - </form> - <!--div class="${properties.kcFormOptionsWrapperClass!} signUpMsg mb-56 mt-45 textCenter"> - <span> - <a class="backToLogin" onclick="javascript:makeDivUnclickable()" href="${url.loginUrl}"> - <span class="fs-14"><< </span> ${msg("backToLogin")} - </a> - </span> - </div--> - </div> - <div class="ui column tablet only computer only"></div> - </div> - </div> - </#if> -</@layout.registrationLayout> diff --git a/ansible/artifacts/sunbird/login/login.ftl b/ansible/artifacts/sunbird/login/login.ftl deleted file mode 100644 index 5a537fe4ded9fbb5ffe418b2bd67c0df56424590..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/login.ftl +++ /dev/null @@ -1,98 +0,0 @@ -<#import "template.ftl" as layout> -<@layout.registrationLayout displayInfo=social.displayInfo; section> -<#if section = "title"> - ${msg("loginTitle",(realm.displayName!''))} - <#elseif section = "header"> - <#elseif section = "form"> - <#if realm.password> - <div class="ui raised shadow container segment fullpage-background-image"> - <div class="ui three column grid stackable"> - <div class="ui column tablet only computer only"></div> - <div class="ui column height-fix"> - <div class="ui header centered"> - <img onerror="" alt=""> - <div class="signInHead mt-27">${msg("doSignIn")}</div> - </div> - <div class="formMsg mb-28 textCenter"> - <#if message?has_content> - <div class="ui text ${message.type}"> - ${message.summary} - </div> - </#if> - <div id="success-msg" class="ui text success hide">suceess</div> - <div id="error-msg" class="ui text error hide">error</div> - </div> - <form id="kc-form-login" onsubmit="login.disabled = true; return true;" class="ui form" method="POST" action="${url.loginAction}"> - <div class="field"> - <label id="usernameLabel" for="username" class=""> - <#if !realm.loginWithEmailAllowed>${msg("username")} - <#elseif !realm.registrationEmailAsUsername>${msg("emailOrPhone")} - <#else>${msg("email")} - </#if> - </label> - <label id="usernameLabelPlaceholder" for="username" class="activeLabelColor hide"> - <#if !realm.loginWithEmailAllowed>${msg("username")} - <#elseif !realm.registrationEmailAsUsername>${msg("placeholderForEmailOrPhone")} - <#else>${msg("email")} - </#if> - </label> - <#if usernameEditDisabled??> - <input class="mt-8" id="username" name="username" value="${(login.username!'')?html}" type="text" disabled /> - <#else> - <input class="mt-8" id="username" name="username" onfocusin="inputBoxFocusIn(this)" onfocusout="inputBoxFocusOut(this)" value="${(login.username!'')?html}" type="text" autofocus autocomplete="off" /> - </#if> - </div> - <div class="field"> - <div> - <label id="passwordLabel" for="password" class=""> - ${msg("password")} - </label> - <#if realm.resetPasswordAllowed> - <a id="versionLink" class="ui right floated forgetPasswordLink" tabindex="1" onclick="javascript:storeLocation(); javascript:makeDivUnclickable()" href="${url.loginResetCredentialsUrl}">${msg("doForgotPassword")}</a> - </#if> - <label id="passwordLabelPlaceholder" for="password" class="activeLabelColor hide"> - ${msg("placeholderForPassword")} - </label> - </div> - <input class=" mt-8" id="password" onfocusin="inputBoxFocusIn(this)" onfocusout="inputBoxFocusOut(this)" name="password" type="password" autocomplete="off" /> - </div> - <div class="field"> - <button id="login" class="mt-36 ui fluid button">${msg("doSignIn")}</button> - </div> - - <div id="selfSingUp" class="hide"> - <p class="or mb-30 mt-30 textCenter">OR</p> - <div class="field"> - <#if realm.password && social.providers??> - <!--div id="kc-social-providers"> - <#list social.providers as p> - <a href="${p.loginUrl}" id="zocial-${p.alias}" class="zocial ${p.providerId} ui fluid blue basic button textCenter"> - <i class="icon signInWithGoogle"></i>${msg("doSignIn")} ${msg("doSignWithGoogle")} - </a> - </#list> - </div--> - </#if> - <button type="button" class="ui fluid blue basic button googleButton" onclick="navigate('google')"> - <img class="signInWithGoogle" src="${url.resourcesPath}/img/google.png"> - ${msg("doSignIn")} ${msg("doSignWithGoogle")} - </button> - <button type="button" id="stateButton" class="ui fluid blue basic button googleButton stateButton hide" onclick="navigate('state')"> - ${msg("doSignWithState")} - </button> - </div> - <#if realm.password && realm.registrationAllowed && !usernameEditDisabled??> - <div id="kc-registration" class="field"> - <div class="ui content signUpMsg"> - ${msg("noAccount")} <span id="signup" tabindex="0" class="registerLink" onclick=navigate('self')>${msg("doRegister")}</span> to access relevant learning material and enroll for courses. - </div> - </div> - </#if> - </div> - </form> - </div> - <div class="ui column tablet only computer only"></div> - </div> - </div> - </#if> -</#if> -</@layout.registrationLayout> diff --git a/ansible/artifacts/sunbird/login/messages/messages_en.properties b/ansible/artifacts/sunbird/login/messages/messages_en.properties deleted file mode 100644 index d90aaa5317e3304f45a5c27e0b8493ee1db90c7b..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/messages/messages_en.properties +++ /dev/null @@ -1,266 +0,0 @@ -doLogIn=Log In -doRegister=Sign Up -doSignIn=Sign In -doSignWithGoogle=with Google -doSignWithState=Sign In with State System -doCancel=Cancel -doSubmit=Submit -doReset=Reset -doYes=Yes -doNo=No -doContinue=Continue -doAccept=Accept -doDecline=Decline -doForgotPassword=Forgot? -doClickHere=Click here -doImpersonate=Impersonate -kerberosNotConfigured=Kerberos Not Configured -kerberosNotConfiguredTitle=Kerberos Not Configured -bypassKerberosDetail=Either you are not logged in via Kerberos or your browser is not set up for Kerberos login. Please click continue to login in through other means -kerberosNotSetUp=Kerberos is not set up. You cannot login. -registerWithTitle=Register with {0} -registerWithTitleHtml={0} -loginTitle=Log in to {0} -loginTitleHtml={0} -impersonateTitle={0} Impersonate User -impersonateTitleHtml=<strong>{0}</strong> Impersonate User</strong> -realmChoice=Realm -unknownUser=Unknown user -loginTotpTitle=Mobile Authenticator Setup -loginProfileTitle=Update Account Information -enterCode=Enter the code we sent to you -loginTimeout=You took too long to sign in. Sign in process starting from beginning. -oauthGrantTitle=Grant Access -oauthGrantTitleHtml={0} -errorTitle=We''re sorry... -errorTitleHtml=We''re <strong>sorry</strong> ... -emailVerifyTitle=Email verification -emailForgotTitle=Forgot Your Password? -updatePasswordTitle=Update Password -newPasswordTitle=Create New Password -enterEmailPhonenumberToGetCode=Enter your Email ID/ Mobile number and we will send you instructions on how to reset your password -codeSuccessTitle=Success code -codeErrorTitle=Error code\: {0} - -termsTitle=Terms and Conditions -termsTitleHtml=Terms and Conditions -termsText=<p>Terms and conditions to be defined</p> - -recaptchaFailed=Invalid Recaptcha -recaptchaNotConfigured=Recaptcha is required, but not configured -consentDenied=Consent denied. - -noAccount=Don''t have an account? -username=Username or Mobile number -emailOrPhone=Mobile number / Email ID -placeholderForEmailOrPhone=Enter Mobile number / Email ID -firstName=First name -givenName=Given name -fullName=Full name -lastName=Last name -familyName=Family name -email=Email -password=Password -placeholderForPassword=Enter Password -passwordConfirm=Confirm Password -passwordNew=New Password -passwordNewConfirm=New Password confirmation -rememberMe=Remember me -authenticatorCode=One-time code -address=Address -street=Street -locality=City or Locality -region=State, Province, or Region -postal_code=Zip or Postal code -country=Country -emailVerified=Email verified -gssDelegationCredential=GSS Delegation Credential - -loginTotpStep1=Install <a href="https://freeotp.github.io/" target="_blank">FreeOTP</a> or Google Authenticator on your mobile. Both applications are available in <a href="https://play.google.com">Google Play</a> and Apple App Store. -loginTotpStep2=Open the application and scan the barcode or enter the key -loginTotpStep3=Enter the one-time code provided by the application and click Submit to finish the setup -loginTotpOneTime=One-time code - -oauthGrantRequest=Do you grant these access privileges? -inResource=in - -emailVerifyInstruction1=An email with instructions to verify your email address has been sent to you. -emailVerifyInstruction2=Haven''t received a verification code in your email? -emailVerifyInstruction3=to re-send the email. - -emailLinkIdpTitle=Link {0} -emailLinkIdp1=An email with instructions to link {0} account {1} with your {2} account has been sent to you. -emailLinkIdp2=Haven''t received a verification code in your email? -emailLinkIdp3=to re-send the email. -emailLinkIdp4=If you already verified the email in different browser -emailLinkIdp5=to continue. - -backToLogin= Back to Sign In - -copyCodeInstruction=Please copy this code and paste it into your application: - -pageExpiredTitle=Page has expired -pageExpiredMsg1=To restart the sign in process -pageExpiredMsg2=To continue the sign in process - -personalInfo=Personal Info: -role_admin=Admin -role_realm-admin=Realm Admin -role_create-realm=Create realm -role_create-client=Create client -role_view-realm=View realm -role_view-users=View users -role_view-applications=View applications -role_view-clients=View clients -role_view-events=View events -role_view-identity-providers=View identity providers -role_manage-realm=Manage realm -role_manage-users=Manage users -role_manage-applications=Manage applications -role_manage-identity-providers=Manage identity providers -role_manage-clients=Manage clients -role_manage-events=Manage events -role_view-profile=View profile -role_manage-account=Manage account -role_manage-account-links=Manage account links -role_read-token=Read token -role_offline-access=Offline access -client_account=Account -client_security-admin-console=Security Admin Console -client_admin-cli=Admin CLI -client_realm-management=Realm Management -client_broker=Broker - -invalidUserMessage=Invalid email ID/Mobile number or password. Please try again with valid credentials. -invalidEmailMessage=Invalid email address. -accountDisabledMessage=Account is disabled, contact admin. -accountTemporarilyDisabledMessage=Your account has been locked due to too many incorrect login attempts. You can re-attempt to login after 24 hours. Please get in touch with the help desk team for support -expiredCodeMessage=Sign in timeout. Please Sign In again. -expiredActionMessage=Action expired. Please continue with Sign In now. -expiredActionTokenNoSessionMessage=Action expired. -expiredActionTokenSessionExistsMessage=Action expired. Please start again. - -missingFirstNameMessage=Please specify first name. -missingLastNameMessage=Please specify last name. -missingEmailMessage=Please specify email. -missingUsernameMessage=Please specify Email or Mobile number. -missingPasswordMessage=Please specify password. -missingTotpMessage=Please specify authenticator code. -notMatchPasswordMessage=Passwords don''t match. - -invalidPasswordExistingMessage=Invalid existing password. -invalidPasswordConfirmMessage=Password confirmation doesn''t match. -invalidTotpMessage=Invalid authenticator code. - -usernameExistsMessage=Username already exists. -emailExistsMessage=Email already exists. - -federatedIdentityExistsMessage=User with {0} {1} already exists. Please Sign In to account management to link the account. - -confirmLinkIdpTitle=Account already exists -federatedIdentityConfirmLinkMessage=User with {0} {1} already exists. How do you want to continue? -federatedIdentityConfirmReauthenticateMessage=Authenticate as {0} to link your account with {1} -confirmLinkIdpReviewProfile=Review profile -confirmLinkIdpContinue=Add to existing account - -configureTotpMessage=You need to set up Mobile Authenticator to activate your account. -updateProfileMessage=You need to update your user profile to activate your account. -updatePasswordMessage=Enter the new password you would like to use to Sign In. -verifyEmailMessage=You need to verify your email address to activate your account. -linkIdpMessage=You need to verify your email address to link your account with {0}. - -emailSentMessage=You should receive an email shortly with further instructions. -emailSendErrorMessage=Failed to send email, please try again later. - -accountUpdatedMessage=Your account has been updated. -accountPasswordUpdatedMessage=Your password has been updated. - -noAccessMessage=No access - -invalidPasswordMinLengthMessage=Invalid password: minimum length {0}. -invalidPasswordMinDigitsMessage=Invalid password: must contain at least {0} numerical digits. -invalidPasswordMinLowerCaseCharsMessage=Invalid password: must contain at least {0} lower case characters. -invalidPasswordMinUpperCaseCharsMessage=Invalid password: must contain at least {0} upper case characters. -invalidPasswordMinSpecialCharsMessage=Invalid password: must contain at least {0} special characters. -invalidPasswordNotUsernameMessage=Invalid password: must not be equal to the username. -invalidPasswordRegexPatternMessage=Invalid password: fails to match regex pattern(s). -invalidPasswordHistoryMessage=Invalid password: must not be equal to any of last {0} passwords. -invalidPasswordGenericMessage=Invalid password: new password doesn''t match password policies. - -failedToProcessResponseMessage=Failed to process response -httpsRequiredMessage=HTTPS required -realmNotEnabledMessage=Realm not enabled -invalidRequestMessage=Invalid Request -failedLogout=Sign out failed -unknownLoginRequesterMessage=Unknown login requester -loginRequesterNotEnabledMessage=Login requester not enabled -bearerOnlyMessage=Bearer-only applications are not allowed to initiate browser login -standardFlowDisabledMessage=Client is not allowed to initiate browser login with given response_type. Standard flow is disabled for the client. -implicitFlowDisabledMessage=Client is not allowed to initiate browser login with given response_type. Implicit flow is disabled for the client. -invalidRedirectUriMessage=Invalid redirect uri -unsupportedNameIdFormatMessage=Unsupported NameIDFormat -invalidRequesterMessage=Invalid requester -registrationNotAllowedMessage=Registration not allowed -resetCredentialNotAllowedMessage=Reset Credential not allowed - -permissionNotApprovedMessage=Permission not approved. -noRelayStateInResponseMessage=No relay state in response from identity provider. -insufficientPermissionMessage=Insufficient permissions to link identities. -couldNotProceedWithAuthenticationRequestMessage=Could not proceed with authentication request to identity provider. -couldNotObtainTokenMessage=Could not obtain token from identity provider. -unexpectedErrorRetrievingTokenMessage=Unexpected error when retrieving token from identity provider. -unexpectedErrorHandlingResponseMessage=Unexpected error when handling response from identity provider. -identityProviderAuthenticationFailedMessage=Authentication failed. Could not authenticate with identity provider. -identityProviderDifferentUserMessage=Authenticated as {0}, but expected to be authenticated as {1} -couldNotSendAuthenticationRequestMessage=Could not send authentication request to identity provider. -unexpectedErrorHandlingRequestMessage=Unexpected error when handling authentication request to identity provider. -invalidAccessCodeMessage=Invalid access code. -sessionNotActiveMessage=Session not active. -invalidCodeMessage=An error occurred, please sign in again through your application. -identityProviderUnexpectedErrorMessage=Unexpected error when authenticating with identity provider -identityProviderNotFoundMessage=Could not find an identity provider with the identifier. -identityProviderLinkSuccess=You successfully verified your email. Please go back to your original browser and continue there with the login. -staleCodeMessage=This page is no longer valid, please go back to your application and login again -realmSupportsNoCredentialsMessage=Realm does not support any credential type. -identityProviderNotUniqueMessage=Realm supports multiple identity providers. Could not determine which identity provider should be used to authenticate with. -emailVerifiedMessage=Your email address has been verified. -staleEmailVerificationLink=The link you clicked is a old stale link and is no longer valid. Maybe you have already verified your email? -identityProviderAlreadyLinkedMessage=Federated identity returned by {0} is already linked to another user. -confirmAccountLinking=Confirm linking the account {0} of identity provider {1} with your account. -confirmEmailAddressVerification=Confirm validity of e-mail address {0}. -confirmExecutionOfActions=Perform the following action(s) - -locale_ca=Catal\u00E0 -locale_de=Deutsch -locale_en=English -locale_es=Espa\u00F1ol -locale_fr=Fran\u00e7ais -locale_it=Italian -locale_ja=\u65E5\u672C\u8A9E -locale_nl=Nederlands -locale_no=Norsk -locale_pt_BR=Portugu\u00EAs (Brasil) -locale_pt-BR=Portugu\u00EAs (Brasil) -locale_ru=\u0420\u0443\u0441\u0441\u043A\u0438\u0439 -locale_lt=Lietuvi\u0173 -locale_zh-CN=\u4e2d\u6587\u7b80\u4f53 -locale_sv=Svenska - -backToApplication=« Back to Application -missingParameterMessage=Missing parameters\: {0} -clientNotFoundMessage=Client not found. -clientDisabledMessage=Client disabled. -invalidParameterMessage=Invalid parameter\: {0} -alreadyLoggedIn=You are already logged in. -differentUserAuthenticated=You are already authenticated as different user ''{0}'' in this session. Please logout first. -brokerLinkingSessionExpired=Requested broker account linking, but current session is no longer valid. -proceedWithAction=» Click here to proceed - -requiredAction.CONFIGURE_TOTP=Configure OTP -requiredAction.terms_and_conditions=Terms and Conditions -requiredAction.UPDATE_PASSWORD=Update Password -requiredAction.UPDATE_PROFILE=Update Profile -requiredAction.VERIFY_EMAIL=Verify Email -user_not_found=This email ID/mobile number doesn''t belong to a valid user -p3pPolicy=CP="This is not a P3P policy!" - diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/cyrillic-ext.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/cyrillic-ext.woff2 deleted file mode 100644 index 1d76abd4cda38c17a67f5173eb9ad648cab61c8c..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/cyrillic-ext.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/cyrillic.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/cyrillic.woff2 deleted file mode 100644 index 1809b57742e823b2e10ccc3b575f6c314f0ebb4a..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/cyrillic.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/devanagari.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/devanagari.woff2 deleted file mode 100644 index f228192f296147f3df3b60aca44a812819631e34..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/devanagari.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/greek-ext.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/greek-ext.woff2 deleted file mode 100644 index c0ed67f8e69c51f913880ecb6cddfea6eaaef503..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/greek-ext.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/greek.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/greek.woff2 deleted file mode 100644 index ae50fdd36e6ed769ad22e03ba34e9085ee2d2906..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/greek.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/latin-ext.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/latin-ext.woff2 deleted file mode 100644 index f330caf6dadef7ee58c8341d2812312af1e770e2..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/latin-ext.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/latin.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/latin.woff2 deleted file mode 100644 index 22818e7d4c3314490e1566fe3b3dfeb8ab0b174a..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/latin.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/notosans.css b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/notosans.css deleted file mode 100644 index f8c30bf428365bb938ac0788bfd1aad24e987f7f..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/notosans.css +++ /dev/null @@ -1,64 +0,0 @@ -/* cyrillic-ext */ -@font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./cyrillic-ext.woff2) format('woff2'); - unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; - } - /* cyrillic */ - @font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./cyrillic.woff2) format('woff2'); - unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; - } - /* devanagari */ - @font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./devanagari.woff2) format('woff2'); - unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB; - } - /* greek-ext */ - @font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./greek-ext.woff2) format('woff2'); - unicode-range: U+1F00-1FFF; - } - /* greek */ - @font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./greek.woff2) format('woff2'); - unicode-range: U+0370-03FF; - } - /* vietnamese */ - @font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./vietnamese.woff2) format('woff2'); - unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; - } - /* latin-ext */ - @font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./latin-ext.woff2) format('woff2'); - unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; - } - /* latin */ - @font-face { - font-family: 'Noto Sans'; - font-style: normal; - font-weight: 400; - src: local('Noto Sans'), local('NotoSans'), url(./latin.woff2) format('woff2'); - unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; - } \ No newline at end of file diff --git a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/vietnamese.woff2 b/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/vietnamese.woff2 deleted file mode 100644 index b28836f20376c17636d8fa3fa2fca8e43d5d9fff..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/fonts/notosans/vietnamese.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/login.css b/ansible/artifacts/sunbird/login/resources/css/login.css deleted file mode 100644 index a88d3aebbe5aab97546bc66192cc3b4e763e30f7..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/css/login.css +++ /dev/null @@ -1,280 +0,0 @@ -@import "./fonts/notosans/notosans.css"; -body{ - font-family: "Noto Sans"; - position: relative; - letter-spacing: 0.2px; -} -.ui.container.fullpage-background-image{ - max-width: 320px !important; - margin: 0 auto !important; - box-shadow: none !important; - border: 0 !important; - border-radius: 0 !important; -} -.fs-14{ - font-size: 14px !important; -} -@media screen and (min-width: 768px) { - body{ - background-size: cover; - background-repeat: no-repeat; - min-height: 100vh; - background: url(../img/bg.svg) no-repeat center center fixed; - background-size: cover; - - } - .ui.container.fullpage-background-image{ - max-width: 944px !important; - padding: 20px 0 !important; - margin: 30px auto!important; - box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2) !important; - border-radius: 4px !important; - border: 1px solid #d8dee2 !important; - } -} -.ui.button:focus{ - box-shadow: 0 2px 8px 0 rgba(0,0,0,.16) !important; -} -.w-100 { - width: 100px !important; -} -.w-95 { - width: 95px !important; -} -.activeLabelColor{ - color:#024f9d !important; -} -input{ - border: 1px solid #9B9B9B !important; -} -input:focus{ - border: 1px solid #024f9d !important; -} -.signInWithGoogle{ - vertical-align: bottom; - height: 18px !important; - margin-right: 5px; - -} -.ui.basic.blue.button.googleButton{ - color: #333 !important; - vertical-align: middle; - line-height: 18px; -} -.ui.basic.blue.button.googleButton:hover, -.ui.basic.blue.button.googleButton:focus{ - color: #024f9d !important; -} -.ui.basic.blue.button.stateButton{ - margin-top: 10px !important; - box-shadow: 0 0 0 1px #2CA58D inset!important; -} -.ui.basic.blue.button.stateButton:hover, -.ui.basic.blue.button.stateButton:focus{ - color: #2CA58D !important; -} -.ui.fluid.large.submit.button { - color: #F9F9F9; -} -.or{ - color: #9B9B9B; - background-image:linear-gradient(#979797,#979797),linear-gradient(#979797,#979797); - background-size:45% 1px; - background-position:center left,center right; - background-repeat:no-repeat; -} -.signUpMsg{ - font-size: 12px; - line-height: 17px; - text-align: center; - /*margin-top: auto !important;*/ - margin-bottom: 10px !important; -} -.formMsg{ - font-size: 16px; - line-height: 22px; -} -.signInHead{ - font-size: 14px; - font-weight: bold; -} -.ui.form .field>label { - font-size: 1.05em; - font-weight: 500; -} -.forgetPasswordLink{ - color: #9B9B9B !important; - font-size: 12px; - line-height: 17px; - float: right; -} -.forgetPasswordLink:hover, -.forgetPasswordLink:focus{ - color:#024f9d !important; - outline: none; - font-weight:bold; -} -.textCenter { - text-align: center !important; -} -.mb-28{ - margin-bottom: 28px !important; -} -.mt-46{ - margin-top: 46px; -} -.mt-40{ - margin-top: 40px; -} -.mt-8 { - margin-top: 8px !important; -} -.mb-18 { - margin-bottom: 18px !important; -} -.mt-90{ - margin-top: 90px; -} -.mt-65{ - margin-top: 65px !important; -} -.mt-127{ - margin-top: 127px; -} -.mt-27{ - margin-top: 27px; -} -.mb-36 { - margin-bottom: 36px !important; -} -.mt-36{ - margin-top: 36px !important; -} -.mb-30 { - margin-bottom: 30px !important; -} -.mt-30{ - margin-top: 30px !important; -} -.mb-56{ - margin-bottom: 56px; -} -.mt-76{ - margin-top: 76px; -} -.backToLogin { - color: #E76026 !important; - font-size: 14px; - line-height: 19px; - margin-top: 10px; - display: block; -} -.logo-image{ - max-width: 100% !important; - width: auto !important; - max-height: 56px !important; - margin-top: 20px!important; -} -.button{ - color: #F9F9F9 !important; - font-size: 14px; - line-height: 19px; - background-color:#2CA58D !important; -} - -.ui.text.success{ - color: #33B17B; -} -.ui.text.warning{ - color: #794b02; -} -.ui.text.error{ - color:#9f3a38; -} -.ui.text.info{ - color:#276f86; -} -.hide{ - display: none !important; -} -i.icon.eye.slash:before { - content: "\f070"; -} -.mt-45{ - margin-top: 45px; -} -a{ - color: #024f9d !important; -} -.registerLink{ - color: #024f9d !important; - font-weight: bold; -} -.registerLink:hover, -.registerLink:focus{ - font-weight: bold; - outline:none; - cursor: pointer; -} -.ui.blue.button{ - box-shadow: 0 0 0 1px #024f9d inset!important; -} -.smsinput{ - letter-spacing: 3px; -} -.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url]{ - font-family: inherit !important; -} -.loginupdate .ui.text.warning { - color: #333; -} -button,input,textarea,optgroup,select, -h1, h2, h3, h4, h5, -.ui.header, -.ui.text.container, -.ui.input input, -.ui.list .list>.item .header, -.ui.list>.item .header, -.ui.steps .step .title, -.ui.ordered.steps .step:before, -.ui.ordered.steps .step.completed:before, -.ui.message .header, -.ui.sortable.table thead th:after, -.ui.card>.content>.header, -.ui.cards>.card>.content>.header, -.ui.items>.item>.content>.header, -.ui.statistic>.value, -.ui.statistics .statistic>.value, -.ui.statistic>.label, -.ui.statistics .statistic>.label, -.ui.accordion .title:not(.ui), -.ui.checkbox label, -.ui.modal>.header, -.ui.popup>.header, -.ui.search>.results .result .title, -.ui.search>.results>.message .header, -.ui.button, -.ui.form input:not([type]), -.ui.form input[type=date], -.ui.form input[type=datetime-local], -.ui.form input[type=email], -.ui.form input[type=file], -.ui.form input[type=number], -.ui.form input[type=password], -.ui.form input[type=search], -.ui.form input[type=tel], -.ui.form input[type=text], -.ui.form input[type=time], -.ui.form input[type=url], -.ui.menu, -.ui.dropdown, -.ui.category.search>.results .category>.name -{ - font-family: inherit; -} -.height-fix{ - min-height:90vh; - display: flex !important; - flex-direction: column; - justify-content: center; -} diff --git a/ansible/artifacts/sunbird/login/resources/css/semantic.min.css b/ansible/artifacts/sunbird/login/resources/css/semantic.min.css deleted file mode 100644 index 3c9982667bcb83113e132b99ca8c9359cf49ec36..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/css/semantic.min.css +++ /dev/null @@ -1,364 +0,0 @@ - /* - * # Semantic UI - 2.2.10 - * https://github.com/Semantic-Org/Semantic-UI - * http://www.semantic-ui.com/ - * - * Copyright 2014 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */ -/*! - * # Semantic UI 2.2.10 - Reset - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */*,:after,:before{box-sizing:inherit}html{box-sizing:border-box}input[type=email],input[type=password],input[type=search],input[type=text]{-webkit-appearance:none;-moz-appearance:none}/*! normalize.css v3.0.1 | MIT License | git.io/normalize *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! - * # Semantic UI 2.2.10 - Site - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */body,html{height:100%}html{font-size:14px}body{margin:0;padding:0;overflow-x:hidden;min-width:320px;background:#f9f9f9;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:13px;line-height:1.33;color:#212121;font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;line-height:1.33em;margin:calc(2rem - .165em) 0 1rem;font-weight:400;padding:0}h1{min-height:1rem;font-size:2.25rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}p{margin:0 0 1.53em;line-height:1.7em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}a{color:#009fda;text-decoration:none}a:hover{color:#00b2f3;text-decoration:none}::-webkit-selection{background-color:#009fda;color:#fff}::-moz-selection{background-color:#009fda;color:#fff}::selection{background-color:#009fda;color:#fff}input::-webkit-selection,textarea::-webkit-selection{background-color:rgba(100,100,100,.4);color:#212121}input::-moz-selection,textarea::-moz-selection{background-color:rgba(100,100,100,.4);color:#212121}input::selection,textarea::selection{background-color:rgba(100,100,100,.4);color:#212121}/*! - * # Semantic UI 2.2.10 - Button - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.button{cursor:pointer;display:inline-block;min-height:1em;outline:0;border:none;vertical-align:baseline;background:#e0e1e2 none;color:rgba(0,0,0,.6);font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;margin:0 .25em 0 0;padding:.78571429em 1.5em .78571429em;text-transform:none;text-shadow:none;font-weight:700;line-height:1em;font-style:normal;text-align:center;text-decoration:none;border-radius:.28571429rem;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;transition:opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;will-change:'';-webkit-tap-highlight-color:transparent}.ui.button:hover{background-color:#cacbcd;background-image:none;box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset;color:rgba(0,0,0,.8)}.ui.button:hover .icon{opacity:.85}.ui.button:focus{background-color:#cacbcd;color:rgba(0,0,0,.8);background-image:''!important;box-shadow:''!important}.ui.button:focus .icon{opacity:.85}.ui.active.button:active,.ui.button:active{background-color:#babbbc;background-image:'';color:rgba(0,0,0,.9);box-shadow:0 0 0 1px transparent inset,none}.ui.active.button{background-color:#c0c1c2;background-image:none;box-shadow:0 0 0 1px transparent inset;color:rgba(0,0,0,.95)}.ui.active.button:hover{background-color:#c0c1c2;background-image:none;color:rgba(0,0,0,.95)}.ui.active.button:active{background-color:#c0c1c2;background-image:none}.ui.loading.loading.loading.loading.loading.loading.button{position:relative;cursor:default;text-shadow:none!important;color:transparent!important;opacity:1;pointer-events:auto;-webkit-transition:all 0s linear,opacity .1s ease;transition:all 0s linear,opacity .1s ease}.ui.loading.button:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.15)}.ui.loading.button:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#fff transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.labeled.icon.loading.button .icon{background-color:transparent;box-shadow:none}@-webkit-keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes button-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.loading.button:not(.inverted):before{border-color:rgba(0,0,0,.1)}.ui.basic.loading.button:not(.inverted):after{border-top-color:#767676}.ui.button:disabled,.ui.buttons .disabled.button,.ui.disabled.active.button,.ui.disabled.button,.ui.disabled.button:hover{cursor:default;opacity:.45!important;background-image:none!important;box-shadow:none!important;pointer-events:none!important}.ui.basic.buttons .ui.disabled.button{border-color:rgba(34,36,38,.5)}.ui.animated.button{position:relative;overflow:hidden;padding-right:0!important;vertical-align:middle;z-index:1}.ui.animated.button .content{will-change:transform,opacity}.ui.animated.button .visible.content{position:relative;margin-right:1.5em}.ui.animated.button .hidden.content{position:absolute;width:100%}.ui.animated.button .hidden.content,.ui.animated.button .visible.content{-webkit-transition:right .3s ease 0s;transition:right .3s ease 0s}.ui.animated.button .visible.content{left:auto;right:0}.ui.animated.button .hidden.content{top:50%;left:auto;right:-100%;margin-top:-.5em}.ui.animated.button:focus .visible.content,.ui.animated.button:hover .visible.content{left:auto;right:200%}.ui.animated.button:focus .hidden.content,.ui.animated.button:hover .hidden.content{left:auto;right:0}.ui.vertical.animated.button .hidden.content,.ui.vertical.animated.button .visible.content{-webkit-transition:top .3s ease,-webkit-transform .3s ease;transition:top .3s ease,transform .3s ease}.ui.vertical.animated.button .visible.content{-webkit-transform:translateY(0);transform:translateY(0);right:auto}.ui.vertical.animated.button .hidden.content{top:-50%;left:0;right:auto}.ui.vertical.animated.button:focus .visible.content,.ui.vertical.animated.button:hover .visible.content{-webkit-transform:translateY(200%);transform:translateY(200%);right:auto}.ui.vertical.animated.button:focus .hidden.content,.ui.vertical.animated.button:hover .hidden.content{top:50%;right:auto}.ui.fade.animated.button .hidden.content,.ui.fade.animated.button .visible.content{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease}.ui.fade.animated.button .visible.content{left:auto;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.fade.animated.button .hidden.content{opacity:0;left:0;right:auto;-webkit-transform:scale(1.5);transform:scale(1.5)}.ui.fade.animated.button:focus .visible.content,.ui.fade.animated.button:hover .visible.content{left:auto;right:auto;opacity:0;-webkit-transform:scale(.75);transform:scale(.75)}.ui.fade.animated.button:focus .hidden.content,.ui.fade.animated.button:hover .hidden.content{left:0;right:auto;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.ui.inverted.button{box-shadow:0 0 0 2px #fff inset!important;background:transparent none;color:#fff;text-shadow:none!important}.ui.inverted.buttons .button{margin:0 0 0 -2px}.ui.inverted.buttons .button:first-child{margin-left:0}.ui.inverted.vertical.buttons .button{margin:0 0 -2px 0}.ui.inverted.vertical.buttons .button:first-child{margin-top:0}.ui.inverted.button:hover{background:#fff;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active,.ui.inverted.button:focus{background:#fff;box-shadow:0 0 0 2px #fff inset!important;color:rgba(0,0,0,.8)}.ui.inverted.button.active:focus{background:#dcddde;box-shadow:0 0 0 2px #dcddde inset!important;color:rgba(0,0,0,.8)}.ui.labeled.button:not(.icon){display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0 0!important;padding:0!important;border:none!important;box-shadow:none!important}.ui.labeled.button>.button{margin:0}.ui.labeled.button>.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 -1px!important;padding:'';font-size:1em;border-color:rgba(34,36,38,.15)}.ui.labeled.button>.tag.label:before{width:1.85em;height:1.85em}.ui.labeled.button:not([class*="left labeled"])>.button{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.button:not([class*="left labeled"])>.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.button{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="left labeled"].button>.label{border-top-right-radius:0;border-bottom-right-radius:0}.ui.facebook.button{background-color:#3b5998;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.facebook.button:hover{background-color:#304d8a;color:#fff;text-shadow:none}.ui.facebook.button:active{background-color:#2d4373;color:#fff;text-shadow:none}.ui.twitter.button{background-color:#55acee;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.twitter.button:hover{background-color:#35a2f4;color:#fff;text-shadow:none}.ui.twitter.button:active{background-color:#2795e9;color:#fff;text-shadow:none}.ui.google.plus.button{background-color:#dd4b39;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.google.plus.button:hover{background-color:#e0321c;color:#fff;text-shadow:none}.ui.google.plus.button:active{background-color:#c23321;color:#fff;text-shadow:none}.ui.linkedin.button{background-color:#1f88be;color:#fff;text-shadow:none}.ui.linkedin.button:hover{background-color:#147baf;color:#fff;text-shadow:none}.ui.linkedin.button:active{background-color:#186992;color:#fff;text-shadow:none}.ui.youtube.button{background-color:#cc181e;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.youtube.button:hover{background-color:#bd0d13;color:#fff;text-shadow:none}.ui.youtube.button:active{background-color:#9e1317;color:#fff;text-shadow:none}.ui.instagram.button{background-color:#49769c;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.instagram.button:hover{background-color:#3d698e;color:#fff;text-shadow:none}.ui.instagram.button:active{background-color:#395c79;color:#fff;text-shadow:none}.ui.pinterest.button{background-color:#bd081c;color:#fff;text-shadow:none;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pinterest.button:hover{background-color:#ac0013;color:#fff;text-shadow:none}.ui.pinterest.button:active{background-color:#8c0615;color:#fff;text-shadow:none}.ui.vk.button{background-color:#4d7198;color:#fff;background-image:none;box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.vk.button:hover{background-color:#41648a;color:#fff}.ui.vk.button:active{background-color:#3c5876;color:#fff}.ui.button>.icon:not(.button){height:.85714286em;opacity:.8;margin:0 .42857143em 0 -.21428571em;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;vertical-align:'';color:''}.ui.button:not(.icon)>.icon:not(.button):not(.dropdown){margin:0 .42857143em 0 -.21428571em}.ui.button:not(.icon)>.right.icon:not(.button):not(.dropdown){margin:0 -.21428571em 0 .42857143em}.ui[class*="left floated"].button,.ui[class*="left floated"].buttons{float:left;margin-left:0;margin-right:.25em}.ui[class*="right floated"].button,.ui[class*="right floated"].buttons{float:right;margin-right:0;margin-left:.25em}.ui.compact.button,.ui.compact.buttons .button{padding:.58928571em 1.125em .58928571em}.ui.compact.icon.button,.ui.compact.icon.buttons .button{padding:.58928571em .58928571em .58928571em}.ui.compact.labeled.icon.button,.ui.compact.labeled.icon.buttons .button{padding:.58928571em 3.69642857em .58928571em}.ui.mini.button,.ui.mini.buttons .button,.ui.mini.buttons .or{font-size:.78571429rem}.ui.tiny.button,.ui.tiny.buttons .button,.ui.tiny.buttons .or{font-size:.85714286rem}.ui.small.button,.ui.small.buttons .button,.ui.small.buttons .or{font-size:.92857143rem}.ui.button,.ui.buttons .button,.ui.buttons .or{font-size:1rem}.ui.large.button,.ui.large.buttons .button,.ui.large.buttons .or{font-size:1.14285714rem}.ui.big.button,.ui.big.buttons .button,.ui.big.buttons .or{font-size:1.28571429rem}.ui.huge.button,.ui.huge.buttons .button,.ui.huge.buttons .or{font-size:1.42857143rem}.ui.massive.button,.ui.massive.buttons .button,.ui.massive.buttons .or{font-size:1.71428571rem}.ui.icon.button,.ui.icon.buttons .button{padding:.78571429em .78571429em .78571429em}.ui.icon.button>.icon,.ui.icon.buttons .button>.icon{opacity:.9;margin:0!important;vertical-align:top}.ui.basic.button,.ui.basic.buttons .button{background:transparent none!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset}.ui.basic.buttons{box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem}.ui.basic.buttons .button{border-radius:0}.ui.basic.button:hover,.ui.basic.buttons .button:hover{background:#fff!important;color:rgba(0,0,0,.8)!important;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:focus,.ui.basic.buttons .button:focus{background:#fff!important;color:rgba(0,0,0,.8)!important;box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.basic.button:active,.ui.basic.buttons .button:active{background:#f8f8f8!important;color:rgba(0,0,0,.9)!important;box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset}.ui.basic.active.button,.ui.basic.buttons .active.button{background:rgba(0,0,0,.05)!important;box-shadow:''!important;color:rgba(0,0,0,.95)}.ui.basic.active.button:hover,.ui.basic.buttons .active.button:hover{background-color:rgba(0,0,0,.05)}.ui.basic.buttons .button:hover{box-shadow:0 0 0 1px rgba(34,36,38,.35) inset,0 0 0 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 1px 4px 0 rgba(34,36,38,.15) inset inset}.ui.basic.buttons .active.button{box-shadow:''!important}.ui.basic.inverted.button,.ui.basic.inverted.buttons .button{background-color:transparent!important;color:#f9fafb!important;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important}.ui.basic.inverted.button:hover,.ui.basic.inverted.buttons .button:hover{color:#fff!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:focus,.ui.basic.inverted.buttons .button:focus{color:#fff!important;box-shadow:0 0 0 2px #fff inset!important}.ui.basic.inverted.button:active,.ui.basic.inverted.buttons .button:active{background-color:rgba(255,255,255,.08)!important;color:#fff!important;box-shadow:0 0 0 2px rgba(255,255,255,.9) inset!important}.ui.basic.inverted.active.button,.ui.basic.inverted.buttons .active.button{background-color:rgba(255,255,255,.08);color:#fff;text-shadow:none;box-shadow:0 0 0 2px rgba(255,255,255,.7) inset}.ui.basic.inverted.active.button:hover,.ui.basic.inverted.buttons .active.button:hover{background-color:rgba(255,255,255,.15);box-shadow:0 0 0 2px #fff inset!important}.ui.basic.buttons .button{border-left:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.vertical.buttons .button{border-left:none}.ui.basic.vertical.buttons .button{border-left-width:0;border-top:1px solid rgba(34,36,38,.15)}.ui.basic.vertical.buttons .button:first-child{border-top-width:0}.ui.labeled.icon.button,.ui.labeled.icon.buttons .button{position:relative;padding-left:4.07142857em!important;padding-right:1.5em!important}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{position:absolute;height:100%;line-height:1;border-radius:0;border-top-left-radius:inherit;border-bottom-left-radius:inherit;text-align:center;margin:0;width:2.57142857em;background-color:rgba(0,0,0,.05);color:'';box-shadow:-1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon,.ui.labeled.icon.buttons>.button>.icon{top:0;left:0}.ui[class*="right labeled"].icon.button{padding-right:4.07142857em!important;padding-left:1.5em!important}.ui[class*="right labeled"].icon.button>.icon{left:auto;right:0;border-radius:0;border-top-right-radius:inherit;border-bottom-right-radius:inherit;box-shadow:1px 0 0 0 transparent inset}.ui.labeled.icon.button>.icon:after,.ui.labeled.icon.button>.icon:before,.ui.labeled.icon.buttons>.button>.icon:after,.ui.labeled.icon.buttons>.button>.icon:before{display:block;position:absolute;width:100%;top:50%;text-align:center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.ui.labeled.icon.buttons .button>.icon{border-radius:0}.ui.labeled.icon.buttons .button:first-child>.icon{border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.labeled.icon.buttons .button:last-child>.icon{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:first-child>.icon{border-radius:0;border-top-left-radius:.28571429rem}.ui.vertical.labeled.icon.buttons .button:last-child>.icon{border-radius:0;border-bottom-left-radius:.28571429rem}.ui.fluid[class*="left labeled"].icon.button,.ui.fluid[class*="right labeled"].icon.button{padding-left:1.5em!important;padding-right:1.5em!important}.ui.button.toggle.active,.ui.buttons .button.toggle.active,.ui.toggle.buttons .active.button{background-color:#21ba45!important;box-shadow:none!important;text-shadow:none;color:#fff!important}.ui.button.toggle.active:hover{background-color:#16ab39!important;text-shadow:none;color:#fff!important}.ui.circular.button{border-radius:10em}.ui.circular.button>.icon{width:1em;vertical-align:baseline}.ui.buttons .or{position:relative;width:.3em;height:2.57142857em;z-index:3}.ui.buttons .or:before{position:absolute;text-align:center;border-radius:500rem;content:'or';top:50%;left:50%;background-color:#fff;text-shadow:none;margin-top:-.89285714em;margin-left:-.89285714em;width:1.78571429em;height:1.78571429em;line-height:1.78571429em;color:rgba(0,0,0,.4);font-style:normal;font-weight:700;box-shadow:0 0 0 1px transparent inset}.ui.buttons .or[data-text]:before{content:attr(data-text)}.ui.fluid.buttons .or{width:0!important}.ui.fluid.buttons .or:after{display:none}.ui.attached.button{position:relative;display:block;margin:0;border-radius:0;box-shadow:0 0 0 1px rgba(34,36,38,.15)!important}.ui.attached.top.button{border-radius:.28571429rem .28571429rem 0 0}.ui.attached.bottom.button{border-radius:0 0 .28571429rem .28571429rem}.ui.left.attached.button{display:inline-block;border-left:none;text-align:right;padding-right:.75em;border-radius:.28571429rem 0 0 .28571429rem}.ui.right.attached.button{display:inline-block;text-align:left;padding-left:.75em;border-radius:0 .28571429rem .28571429rem 0}.ui.attached.buttons{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0;width:auto!important;z-index:2;margin-left:-1px;margin-right:-1px}.ui.attached.buttons .button{margin:0}.ui.attached.buttons .button:first-child{border-radius:0}.ui.attached.buttons .button:last-child{border-radius:0}.ui[class*="top attached"].buttons{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="top attached"].buttons .button:first-child{border-radius:.28571429rem 0 0 0}.ui[class*="top attached"].buttons .button:last-child{border-radius:0 .28571429rem 0 0}.ui[class*="bottom attached"].buttons{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].buttons .button:first-child{border-radius:0 0 0 .28571429rem}.ui[class*="bottom attached"].buttons .button:last-child{border-radius:0 0 .28571429rem 0}.ui[class*="left attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:0;margin-left:-1px;border-radius:0 .28571429rem .28571429rem 0}.ui[class*="left attached"].buttons .button:first-child{margin-left:-1px;border-radius:0 .28571429rem 0 0}.ui[class*="left attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 .28571429rem 0}.ui[class*="right attached"].buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:0;margin-right:-1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right attached"].buttons .button:first-child{margin-left:-1px;border-radius:.28571429rem 0 0 0}.ui[class*="right attached"].buttons .button:last-child{margin-left:-1px;border-radius:0 0 0 .28571429rem}.ui.fluid.button,.ui.fluid.buttons{width:100%}.ui.fluid.button{display:block}.ui.two.buttons{width:100%}.ui.two.buttons>.button{width:50%}.ui.three.buttons{width:100%}.ui.three.buttons>.button{width:33.333%}.ui.four.buttons{width:100%}.ui.four.buttons>.button{width:25%}.ui.five.buttons{width:100%}.ui.five.buttons>.button{width:20%}.ui.six.buttons{width:100%}.ui.six.buttons>.button{width:16.666%}.ui.seven.buttons{width:100%}.ui.seven.buttons>.button{width:14.285%}.ui.eight.buttons{width:100%}.ui.eight.buttons>.button{width:12.5%}.ui.nine.buttons{width:100%}.ui.nine.buttons>.button{width:11.11%}.ui.ten.buttons{width:100%}.ui.ten.buttons>.button{width:10%}.ui.eleven.buttons{width:100%}.ui.eleven.buttons>.button{width:9.09%}.ui.twelve.buttons{width:100%}.ui.twelve.buttons>.button{width:8.3333%}.ui.fluid.vertical.buttons,.ui.fluid.vertical.buttons>.button{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.ui.two.vertical.buttons>.button{height:50%}.ui.three.vertical.buttons>.button{height:33.333%}.ui.four.vertical.buttons>.button{height:25%}.ui.five.vertical.buttons>.button{height:20%}.ui.six.vertical.buttons>.button{height:16.666%}.ui.seven.vertical.buttons>.button{height:14.285%}.ui.eight.vertical.buttons>.button{height:12.5%}.ui.nine.vertical.buttons>.button{height:11.11%}.ui.ten.vertical.buttons>.button{height:10%}.ui.eleven.vertical.buttons>.button{height:9.09%}.ui.twelve.vertical.buttons>.button{height:8.3333%}.ui.black.button,.ui.black.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.black.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.black.button:hover,.ui.black.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.black.button:focus,.ui.black.buttons .button:focus{background-color:#2f3032;color:#fff;text-shadow:none}.ui.black.button:active,.ui.black.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.black.active.button,.ui.black.button .active.button:active,.ui.black.buttons .active.button,.ui.black.buttons .active.button:active{background-color:#0f0f10;color:#fff;text-shadow:none}.ui.basic.black.button,.ui.basic.black.buttons .button{box-shadow:0 0 0 1px #1b1c1d inset!important;color:#1b1c1d!important}.ui.basic.black.button:hover,.ui.basic.black.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.black.button:focus,.ui.basic.black.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #2f3032 inset!important;color:#27292a!important}.ui.basic.black.active.button,.ui.basic.black.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #0f0f10 inset!important;color:#343637!important}.ui.basic.black.button:active,.ui.basic.black.buttons .button:active{box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.black.button:not(:first-child){margin-left:-1px}.ui.inverted.black.button,.ui.inverted.black.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.black.button.active,.ui.inverted.black.button:active,.ui.inverted.black.button:focus,.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button.active,.ui.inverted.black.buttons .button:active,.ui.inverted.black.buttons .button:focus,.ui.inverted.black.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.black.button:hover,.ui.inverted.black.buttons .button:hover{background-color:#000}.ui.inverted.black.button:focus,.ui.inverted.black.buttons .button:focus{background-color:#000}.ui.inverted.black.active.button,.ui.inverted.black.buttons .active.button{background-color:#000}.ui.inverted.black.button:active,.ui.inverted.black.buttons .button:active{background-color:#000}.ui.inverted.black.basic.button,.ui.inverted.black.basic.buttons .button,.ui.inverted.black.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.black.basic.button:hover,.ui.inverted.black.basic.buttons .button:hover,.ui.inverted.black.buttons .basic.button:hover{box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.inverted.black.basic.button:focus,.ui.inverted.black.basic.buttons .button:focus{box-shadow:0 0 0 2px #000 inset!important;color:#545454!important}.ui.inverted.black.basic.active.button,.ui.inverted.black.basic.buttons .active.button,.ui.inverted.black.buttons .basic.active.button{box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.inverted.black.basic.button:active,.ui.inverted.black.basic.buttons .button:active,.ui.inverted.black.buttons .basic.button:active{box-shadow:0 0 0 2px #000 inset!important;color:#fff!important}.ui.grey.button,.ui.grey.buttons .button{background-color:#767676;color:#fff;text-shadow:none;background-image:none}.ui.grey.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.grey.button:hover,.ui.grey.buttons .button:hover{background-color:#838383;color:#fff;text-shadow:none}.ui.grey.button:focus,.ui.grey.buttons .button:focus{background-color:#8a8a8a;color:#fff;text-shadow:none}.ui.grey.button:active,.ui.grey.buttons .button:active{background-color:#909090;color:#fff;text-shadow:none}.ui.grey.active.button,.ui.grey.button .active.button:active,.ui.grey.buttons .active.button,.ui.grey.buttons .active.button:active{background-color:#696969;color:#fff;text-shadow:none}.ui.basic.grey.button,.ui.basic.grey.buttons .button{box-shadow:0 0 0 1px #767676 inset!important;color:#767676!important}.ui.basic.grey.button:hover,.ui.basic.grey.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #838383 inset!important;color:#838383!important}.ui.basic.grey.button:focus,.ui.basic.grey.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8a8a8a inset!important;color:#838383!important}.ui.basic.grey.active.button,.ui.basic.grey.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #696969 inset!important;color:#909090!important}.ui.basic.grey.button:active,.ui.basic.grey.buttons .button:active{box-shadow:0 0 0 1px #909090 inset!important;color:#909090!important}.ui.buttons:not(.vertical)>.basic.grey.button:not(:first-child){margin-left:-1px}.ui.inverted.grey.button,.ui.inverted.grey.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d4d4d5 inset!important;color:#fff}.ui.inverted.grey.button.active,.ui.inverted.grey.button:active,.ui.inverted.grey.button:focus,.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button.active,.ui.inverted.grey.buttons .button:active,.ui.inverted.grey.buttons .button:focus,.ui.inverted.grey.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.grey.button:hover,.ui.inverted.grey.buttons .button:hover{background-color:#cfd0d2}.ui.inverted.grey.button:focus,.ui.inverted.grey.buttons .button:focus{background-color:#c7c9cb}.ui.inverted.grey.active.button,.ui.inverted.grey.buttons .active.button{background-color:#cfd0d2}.ui.inverted.grey.button:active,.ui.inverted.grey.buttons .button:active{background-color:#c2c4c5}.ui.inverted.grey.basic.button,.ui.inverted.grey.basic.buttons .button,.ui.inverted.grey.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.grey.basic.button:hover,.ui.inverted.grey.basic.buttons .button:hover,.ui.inverted.grey.buttons .basic.button:hover{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:focus,.ui.inverted.grey.basic.buttons .button:focus{box-shadow:0 0 0 2px #c7c9cb inset!important;color:#dcddde!important}.ui.inverted.grey.basic.active.button,.ui.inverted.grey.basic.buttons .active.button,.ui.inverted.grey.buttons .basic.active.button{box-shadow:0 0 0 2px #cfd0d2 inset!important;color:#fff!important}.ui.inverted.grey.basic.button:active,.ui.inverted.grey.basic.buttons .button:active,.ui.inverted.grey.buttons .basic.button:active{box-shadow:0 0 0 2px #c2c4c5 inset!important;color:#fff!important}.ui.brown.button,.ui.brown.buttons .button{background-color:#a5673f;color:#fff;text-shadow:none;background-image:none}.ui.brown.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.brown.button:hover,.ui.brown.buttons .button:hover{background-color:#975b33;color:#fff;text-shadow:none}.ui.brown.button:focus,.ui.brown.buttons .button:focus{background-color:#90532b;color:#fff;text-shadow:none}.ui.brown.button:active,.ui.brown.buttons .button:active{background-color:#805031;color:#fff;text-shadow:none}.ui.brown.active.button,.ui.brown.button .active.button:active,.ui.brown.buttons .active.button,.ui.brown.buttons .active.button:active{background-color:#995a31;color:#fff;text-shadow:none}.ui.basic.brown.button,.ui.basic.brown.buttons .button{box-shadow:0 0 0 1px #a5673f inset!important;color:#a5673f!important}.ui.basic.brown.button:hover,.ui.basic.brown.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #975b33 inset!important;color:#975b33!important}.ui.basic.brown.button:focus,.ui.basic.brown.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #90532b inset!important;color:#975b33!important}.ui.basic.brown.active.button,.ui.basic.brown.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #995a31 inset!important;color:#805031!important}.ui.basic.brown.button:active,.ui.basic.brown.buttons .button:active{box-shadow:0 0 0 1px #805031 inset!important;color:#805031!important}.ui.buttons:not(.vertical)>.basic.brown.button:not(:first-child){margin-left:-1px}.ui.inverted.brown.button,.ui.inverted.brown.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d67c1c inset!important;color:#d67c1c}.ui.inverted.brown.button.active,.ui.inverted.brown.button:active,.ui.inverted.brown.button:focus,.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button.active,.ui.inverted.brown.buttons .button:active,.ui.inverted.brown.buttons .button:focus,.ui.inverted.brown.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.brown.button:hover,.ui.inverted.brown.buttons .button:hover{background-color:#c86f11}.ui.inverted.brown.button:focus,.ui.inverted.brown.buttons .button:focus{background-color:#c16808}.ui.inverted.brown.active.button,.ui.inverted.brown.buttons .active.button{background-color:#cc6f0d}.ui.inverted.brown.button:active,.ui.inverted.brown.buttons .button:active{background-color:#a96216}.ui.inverted.brown.basic.button,.ui.inverted.brown.basic.buttons .button,.ui.inverted.brown.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.brown.basic.button:hover,.ui.inverted.brown.basic.buttons .button:hover,.ui.inverted.brown.buttons .basic.button:hover{box-shadow:0 0 0 2px #c86f11 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:focus,.ui.inverted.brown.basic.buttons .button:focus{box-shadow:0 0 0 2px #c16808 inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.active.button,.ui.inverted.brown.basic.buttons .active.button,.ui.inverted.brown.buttons .basic.active.button{box-shadow:0 0 0 2px #cc6f0d inset!important;color:#d67c1c!important}.ui.inverted.brown.basic.button:active,.ui.inverted.brown.basic.buttons .button:active,.ui.inverted.brown.buttons .basic.button:active{box-shadow:0 0 0 2px #a96216 inset!important;color:#d67c1c!important}.ui.blue.button,.ui.blue.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.blue.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.blue.button:hover,.ui.blue.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.blue.button:focus,.ui.blue.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.blue.button:active,.ui.blue.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.blue.active.button,.ui.blue.button .active.button:active,.ui.blue.buttons .active.button,.ui.blue.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.blue.button,.ui.basic.blue.buttons .button{box-shadow:0 0 0 1px #2185d0 inset!important;color:#2185d0!important}.ui.basic.blue.button:hover,.ui.basic.blue.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.blue.button:focus,.ui.basic.blue.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.blue.active.button,.ui.basic.blue.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.blue.button:active,.ui.basic.blue.buttons .button:active{box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.blue.button:not(:first-child){margin-left:-1px}.ui.inverted.blue.button,.ui.inverted.blue.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #54c8ff inset!important;color:#54c8ff}.ui.inverted.blue.button.active,.ui.inverted.blue.button:active,.ui.inverted.blue.button:focus,.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button.active,.ui.inverted.blue.buttons .button:active,.ui.inverted.blue.buttons .button:focus,.ui.inverted.blue.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.blue.button:hover,.ui.inverted.blue.buttons .button:hover{background-color:#3ac0ff}.ui.inverted.blue.button:focus,.ui.inverted.blue.buttons .button:focus{background-color:#2bbbff}.ui.inverted.blue.active.button,.ui.inverted.blue.buttons .active.button{background-color:#3ac0ff}.ui.inverted.blue.button:active,.ui.inverted.blue.buttons .button:active{background-color:#21b8ff}.ui.inverted.blue.basic.button,.ui.inverted.blue.basic.buttons .button,.ui.inverted.blue.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.blue.basic.button:hover,.ui.inverted.blue.basic.buttons .button:hover,.ui.inverted.blue.buttons .basic.button:hover{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:focus,.ui.inverted.blue.basic.buttons .button:focus{box-shadow:0 0 0 2px #2bbbff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.active.button,.ui.inverted.blue.basic.buttons .active.button,.ui.inverted.blue.buttons .basic.active.button{box-shadow:0 0 0 2px #3ac0ff inset!important;color:#54c8ff!important}.ui.inverted.blue.basic.button:active,.ui.inverted.blue.basic.buttons .button:active,.ui.inverted.blue.buttons .basic.button:active{box-shadow:0 0 0 2px #21b8ff inset!important;color:#54c8ff!important}.ui.green.button,.ui.green.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.green.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.green.button:hover,.ui.green.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.green.button:focus,.ui.green.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.green.button:active,.ui.green.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.green.active.button,.ui.green.button .active.button:active,.ui.green.buttons .active.button,.ui.green.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.green.button,.ui.basic.green.buttons .button{box-shadow:0 0 0 1px #21ba45 inset!important;color:#21ba45!important}.ui.basic.green.button:hover,.ui.basic.green.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.green.button:focus,.ui.basic.green.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.green.active.button,.ui.basic.green.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.green.button:active,.ui.basic.green.buttons .button:active{box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.green.button:not(:first-child){margin-left:-1px}.ui.inverted.green.button,.ui.inverted.green.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #2ecc40 inset!important;color:#2ecc40}.ui.inverted.green.button.active,.ui.inverted.green.button:active,.ui.inverted.green.button:focus,.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button.active,.ui.inverted.green.buttons .button:active,.ui.inverted.green.buttons .button:focus,.ui.inverted.green.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.green.button:hover,.ui.inverted.green.buttons .button:hover{background-color:#22be34}.ui.inverted.green.button:focus,.ui.inverted.green.buttons .button:focus{background-color:#19b82b}.ui.inverted.green.active.button,.ui.inverted.green.buttons .active.button{background-color:#1fc231}.ui.inverted.green.button:active,.ui.inverted.green.buttons .button:active{background-color:#25a233}.ui.inverted.green.basic.button,.ui.inverted.green.basic.buttons .button,.ui.inverted.green.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.green.basic.button:hover,.ui.inverted.green.basic.buttons .button:hover,.ui.inverted.green.buttons .basic.button:hover{box-shadow:0 0 0 2px #22be34 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:focus,.ui.inverted.green.basic.buttons .button:focus{box-shadow:0 0 0 2px #19b82b inset!important;color:#2ecc40!important}.ui.inverted.green.basic.active.button,.ui.inverted.green.basic.buttons .active.button,.ui.inverted.green.buttons .basic.active.button{box-shadow:0 0 0 2px #1fc231 inset!important;color:#2ecc40!important}.ui.inverted.green.basic.button:active,.ui.inverted.green.basic.buttons .button:active,.ui.inverted.green.buttons .basic.button:active{box-shadow:0 0 0 2px #25a233 inset!important;color:#2ecc40!important}.ui.orange.button,.ui.orange.buttons .button{background-color:#f2711c;color:#fff;text-shadow:none;background-image:none}.ui.orange.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.orange.button:hover,.ui.orange.buttons .button:hover{background-color:#f26202;color:#fff;text-shadow:none}.ui.orange.button:focus,.ui.orange.buttons .button:focus{background-color:#e55b00;color:#fff;text-shadow:none}.ui.orange.button:active,.ui.orange.buttons .button:active{background-color:#cf590c;color:#fff;text-shadow:none}.ui.orange.active.button,.ui.orange.button .active.button:active,.ui.orange.buttons .active.button,.ui.orange.buttons .active.button:active{background-color:#f56100;color:#fff;text-shadow:none}.ui.basic.orange.button,.ui.basic.orange.buttons .button{box-shadow:0 0 0 1px #f2711c inset!important;color:#f2711c!important}.ui.basic.orange.button:hover,.ui.basic.orange.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #f26202 inset!important;color:#f26202!important}.ui.basic.orange.button:focus,.ui.basic.orange.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e55b00 inset!important;color:#f26202!important}.ui.basic.orange.active.button,.ui.basic.orange.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #f56100 inset!important;color:#cf590c!important}.ui.basic.orange.button:active,.ui.basic.orange.buttons .button:active{box-shadow:0 0 0 1px #cf590c inset!important;color:#cf590c!important}.ui.buttons:not(.vertical)>.basic.orange.button:not(:first-child){margin-left:-1px}.ui.inverted.orange.button,.ui.inverted.orange.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ff851b inset!important;color:#ff851b}.ui.inverted.orange.button.active,.ui.inverted.orange.button:active,.ui.inverted.orange.button:focus,.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button.active,.ui.inverted.orange.buttons .button:active,.ui.inverted.orange.buttons .button:focus,.ui.inverted.orange.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.orange.button:hover,.ui.inverted.orange.buttons .button:hover{background-color:#ff7701}.ui.inverted.orange.button:focus,.ui.inverted.orange.buttons .button:focus{background-color:#f17000}.ui.inverted.orange.active.button,.ui.inverted.orange.buttons .active.button{background-color:#ff7701}.ui.inverted.orange.button:active,.ui.inverted.orange.buttons .button:active{background-color:#e76b00}.ui.inverted.orange.basic.button,.ui.inverted.orange.basic.buttons .button,.ui.inverted.orange.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.orange.basic.button:hover,.ui.inverted.orange.basic.buttons .button:hover,.ui.inverted.orange.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:focus,.ui.inverted.orange.basic.buttons .button:focus{box-shadow:0 0 0 2px #f17000 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.active.button,.ui.inverted.orange.basic.buttons .active.button,.ui.inverted.orange.buttons .basic.active.button{box-shadow:0 0 0 2px #ff7701 inset!important;color:#ff851b!important}.ui.inverted.orange.basic.button:active,.ui.inverted.orange.basic.buttons .button:active,.ui.inverted.orange.buttons .basic.button:active{box-shadow:0 0 0 2px #e76b00 inset!important;color:#ff851b!important}.ui.pink.button,.ui.pink.buttons .button{background-color:#e03997;color:#fff;text-shadow:none;background-image:none}.ui.pink.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.pink.button:hover,.ui.pink.buttons .button:hover{background-color:#e61a8d;color:#fff;text-shadow:none}.ui.pink.button:focus,.ui.pink.buttons .button:focus{background-color:#e10f85;color:#fff;text-shadow:none}.ui.pink.button:active,.ui.pink.buttons .button:active{background-color:#c71f7e;color:#fff;text-shadow:none}.ui.pink.active.button,.ui.pink.button .active.button:active,.ui.pink.buttons .active.button,.ui.pink.buttons .active.button:active{background-color:#ea158d;color:#fff;text-shadow:none}.ui.basic.pink.button,.ui.basic.pink.buttons .button{box-shadow:0 0 0 1px #e03997 inset!important;color:#e03997!important}.ui.basic.pink.button:hover,.ui.basic.pink.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #e61a8d inset!important;color:#e61a8d!important}.ui.basic.pink.button:focus,.ui.basic.pink.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #e10f85 inset!important;color:#e61a8d!important}.ui.basic.pink.active.button,.ui.basic.pink.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #ea158d inset!important;color:#c71f7e!important}.ui.basic.pink.button:active,.ui.basic.pink.buttons .button:active{box-shadow:0 0 0 1px #c71f7e inset!important;color:#c71f7e!important}.ui.buttons:not(.vertical)>.basic.pink.button:not(:first-child){margin-left:-1px}.ui.inverted.pink.button,.ui.inverted.pink.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ff8edf inset!important;color:#ff8edf}.ui.inverted.pink.button.active,.ui.inverted.pink.button:active,.ui.inverted.pink.button:focus,.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button.active,.ui.inverted.pink.buttons .button:active,.ui.inverted.pink.buttons .button:focus,.ui.inverted.pink.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.pink.button:hover,.ui.inverted.pink.buttons .button:hover{background-color:#ff74d8}.ui.inverted.pink.button:focus,.ui.inverted.pink.buttons .button:focus{background-color:#ff65d3}.ui.inverted.pink.active.button,.ui.inverted.pink.buttons .active.button{background-color:#ff74d8}.ui.inverted.pink.button:active,.ui.inverted.pink.buttons .button:active{background-color:#ff5bd1}.ui.inverted.pink.basic.button,.ui.inverted.pink.basic.buttons .button,.ui.inverted.pink.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.pink.basic.button:hover,.ui.inverted.pink.basic.buttons .button:hover,.ui.inverted.pink.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:focus,.ui.inverted.pink.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff65d3 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.active.button,.ui.inverted.pink.basic.buttons .active.button,.ui.inverted.pink.buttons .basic.active.button{box-shadow:0 0 0 2px #ff74d8 inset!important;color:#ff8edf!important}.ui.inverted.pink.basic.button:active,.ui.inverted.pink.basic.buttons .button:active,.ui.inverted.pink.buttons .basic.button:active{box-shadow:0 0 0 2px #ff5bd1 inset!important;color:#ff8edf!important}.ui.violet.button,.ui.violet.buttons .button{background-color:#6435c9;color:#fff;text-shadow:none;background-image:none}.ui.violet.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.violet.button:hover,.ui.violet.buttons .button:hover{background-color:#5829bb;color:#fff;text-shadow:none}.ui.violet.button:focus,.ui.violet.buttons .button:focus{background-color:#4f20b5;color:#fff;text-shadow:none}.ui.violet.button:active,.ui.violet.buttons .button:active{background-color:#502aa1;color:#fff;text-shadow:none}.ui.violet.active.button,.ui.violet.button .active.button:active,.ui.violet.buttons .active.button,.ui.violet.buttons .active.button:active{background-color:#5626bf;color:#fff;text-shadow:none}.ui.basic.violet.button,.ui.basic.violet.buttons .button{box-shadow:0 0 0 1px #6435c9 inset!important;color:#6435c9!important}.ui.basic.violet.button:hover,.ui.basic.violet.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #5829bb inset!important;color:#5829bb!important}.ui.basic.violet.button:focus,.ui.basic.violet.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #4f20b5 inset!important;color:#5829bb!important}.ui.basic.violet.active.button,.ui.basic.violet.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #5626bf inset!important;color:#502aa1!important}.ui.basic.violet.button:active,.ui.basic.violet.buttons .button:active{box-shadow:0 0 0 1px #502aa1 inset!important;color:#502aa1!important}.ui.buttons:not(.vertical)>.basic.violet.button:not(:first-child){margin-left:-1px}.ui.inverted.violet.button,.ui.inverted.violet.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #a291fb inset!important;color:#a291fb}.ui.inverted.violet.button.active,.ui.inverted.violet.button:active,.ui.inverted.violet.button:focus,.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button.active,.ui.inverted.violet.buttons .button:active,.ui.inverted.violet.buttons .button:focus,.ui.inverted.violet.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.violet.button:hover,.ui.inverted.violet.buttons .button:hover{background-color:#8a73ff}.ui.inverted.violet.button:focus,.ui.inverted.violet.buttons .button:focus{background-color:#7d64ff}.ui.inverted.violet.active.button,.ui.inverted.violet.buttons .active.button{background-color:#8a73ff}.ui.inverted.violet.button:active,.ui.inverted.violet.buttons .button:active{background-color:#7860f9}.ui.inverted.violet.basic.button,.ui.inverted.violet.basic.buttons .button,.ui.inverted.violet.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.violet.basic.button:hover,.ui.inverted.violet.basic.buttons .button:hover,.ui.inverted.violet.buttons .basic.button:hover{box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:focus,.ui.inverted.violet.basic.buttons .button:focus{box-shadow:0 0 0 2px #7d64ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.active.button,.ui.inverted.violet.basic.buttons .active.button,.ui.inverted.violet.buttons .basic.active.button{box-shadow:0 0 0 2px #8a73ff inset!important;color:#a291fb!important}.ui.inverted.violet.basic.button:active,.ui.inverted.violet.basic.buttons .button:active,.ui.inverted.violet.buttons .basic.button:active{box-shadow:0 0 0 2px #7860f9 inset!important;color:#a291fb!important}.ui.purple.button,.ui.purple.buttons .button{background-color:#a333c8;color:#fff;text-shadow:none;background-image:none}.ui.purple.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.purple.button:hover,.ui.purple.buttons .button:hover{background-color:#9627ba;color:#fff;text-shadow:none}.ui.purple.button:focus,.ui.purple.buttons .button:focus{background-color:#8f1eb4;color:#fff;text-shadow:none}.ui.purple.button:active,.ui.purple.buttons .button:active{background-color:#82299f;color:#fff;text-shadow:none}.ui.purple.active.button,.ui.purple.button .active.button:active,.ui.purple.buttons .active.button,.ui.purple.buttons .active.button:active{background-color:#9724be;color:#fff;text-shadow:none}.ui.basic.purple.button,.ui.basic.purple.buttons .button{box-shadow:0 0 0 1px #a333c8 inset!important;color:#a333c8!important}.ui.basic.purple.button:hover,.ui.basic.purple.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #9627ba inset!important;color:#9627ba!important}.ui.basic.purple.button:focus,.ui.basic.purple.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #8f1eb4 inset!important;color:#9627ba!important}.ui.basic.purple.active.button,.ui.basic.purple.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #9724be inset!important;color:#82299f!important}.ui.basic.purple.button:active,.ui.basic.purple.buttons .button:active{box-shadow:0 0 0 1px #82299f inset!important;color:#82299f!important}.ui.buttons:not(.vertical)>.basic.purple.button:not(:first-child){margin-left:-1px}.ui.inverted.purple.button,.ui.inverted.purple.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #dc73ff inset!important;color:#dc73ff}.ui.inverted.purple.button.active,.ui.inverted.purple.button:active,.ui.inverted.purple.button:focus,.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button.active,.ui.inverted.purple.buttons .button:active,.ui.inverted.purple.buttons .button:focus,.ui.inverted.purple.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.purple.button:hover,.ui.inverted.purple.buttons .button:hover{background-color:#d65aff}.ui.inverted.purple.button:focus,.ui.inverted.purple.buttons .button:focus{background-color:#d24aff}.ui.inverted.purple.active.button,.ui.inverted.purple.buttons .active.button{background-color:#d65aff}.ui.inverted.purple.button:active,.ui.inverted.purple.buttons .button:active{background-color:#cf40ff}.ui.inverted.purple.basic.button,.ui.inverted.purple.basic.buttons .button,.ui.inverted.purple.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.purple.basic.button:hover,.ui.inverted.purple.basic.buttons .button:hover,.ui.inverted.purple.buttons .basic.button:hover{box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:focus,.ui.inverted.purple.basic.buttons .button:focus{box-shadow:0 0 0 2px #d24aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.active.button,.ui.inverted.purple.basic.buttons .active.button,.ui.inverted.purple.buttons .basic.active.button{box-shadow:0 0 0 2px #d65aff inset!important;color:#dc73ff!important}.ui.inverted.purple.basic.button:active,.ui.inverted.purple.basic.buttons .button:active,.ui.inverted.purple.buttons .basic.button:active{box-shadow:0 0 0 2px #cf40ff inset!important;color:#dc73ff!important}.ui.red.button,.ui.red.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.red.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.red.button:hover,.ui.red.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.red.button:focus,.ui.red.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.red.button:active,.ui.red.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.red.active.button,.ui.red.button .active.button:active,.ui.red.buttons .active.button,.ui.red.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.red.button,.ui.basic.red.buttons .button{box-shadow:0 0 0 1px #db2828 inset!important;color:#db2828!important}.ui.basic.red.button:hover,.ui.basic.red.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.red.button:focus,.ui.basic.red.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.red.active.button,.ui.basic.red.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.red.button:active,.ui.basic.red.buttons .button:active{box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.red.button:not(:first-child){margin-left:-1px}.ui.inverted.red.button,.ui.inverted.red.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ff695e inset!important;color:#ff695e}.ui.inverted.red.button.active,.ui.inverted.red.button:active,.ui.inverted.red.button:focus,.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button.active,.ui.inverted.red.buttons .button:active,.ui.inverted.red.buttons .button:focus,.ui.inverted.red.buttons .button:hover{box-shadow:none!important;color:#fff}.ui.inverted.red.button:hover,.ui.inverted.red.buttons .button:hover{background-color:#ff5144}.ui.inverted.red.button:focus,.ui.inverted.red.buttons .button:focus{background-color:#ff4335}.ui.inverted.red.active.button,.ui.inverted.red.buttons .active.button{background-color:#ff5144}.ui.inverted.red.button:active,.ui.inverted.red.buttons .button:active{background-color:#ff392b}.ui.inverted.red.basic.button,.ui.inverted.red.basic.buttons .button,.ui.inverted.red.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.red.basic.button:hover,.ui.inverted.red.basic.buttons .button:hover,.ui.inverted.red.buttons .basic.button:hover{box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:focus,.ui.inverted.red.basic.buttons .button:focus{box-shadow:0 0 0 2px #ff4335 inset!important;color:#ff695e!important}.ui.inverted.red.basic.active.button,.ui.inverted.red.basic.buttons .active.button,.ui.inverted.red.buttons .basic.active.button{box-shadow:0 0 0 2px #ff5144 inset!important;color:#ff695e!important}.ui.inverted.red.basic.button:active,.ui.inverted.red.basic.buttons .button:active,.ui.inverted.red.buttons .basic.button:active{box-shadow:0 0 0 2px #ff392b inset!important;color:#ff695e!important}.ui.teal.button,.ui.teal.buttons .button{background-color:#00b5ad;color:#fff;text-shadow:none;background-image:none}.ui.teal.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.teal.button:hover,.ui.teal.buttons .button:hover{background-color:#009c95;color:#fff;text-shadow:none}.ui.teal.button:focus,.ui.teal.buttons .button:focus{background-color:#008c86;color:#fff;text-shadow:none}.ui.teal.button:active,.ui.teal.buttons .button:active{background-color:#00827c;color:#fff;text-shadow:none}.ui.teal.active.button,.ui.teal.button .active.button:active,.ui.teal.buttons .active.button,.ui.teal.buttons .active.button:active{background-color:#009c95;color:#fff;text-shadow:none}.ui.basic.teal.button,.ui.basic.teal.buttons .button{box-shadow:0 0 0 1px #00b5ad inset!important;color:#00b5ad!important}.ui.basic.teal.button:hover,.ui.basic.teal.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#009c95!important}.ui.basic.teal.button:focus,.ui.basic.teal.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #008c86 inset!important;color:#009c95!important}.ui.basic.teal.active.button,.ui.basic.teal.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #009c95 inset!important;color:#00827c!important}.ui.basic.teal.button:active,.ui.basic.teal.buttons .button:active{box-shadow:0 0 0 1px #00827c inset!important;color:#00827c!important}.ui.buttons:not(.vertical)>.basic.teal.button:not(:first-child){margin-left:-1px}.ui.inverted.teal.button,.ui.inverted.teal.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #6dffff inset!important;color:#6dffff}.ui.inverted.teal.button.active,.ui.inverted.teal.button:active,.ui.inverted.teal.button:focus,.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button.active,.ui.inverted.teal.buttons .button:active,.ui.inverted.teal.buttons .button:focus,.ui.inverted.teal.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.teal.button:hover,.ui.inverted.teal.buttons .button:hover{background-color:#54ffff}.ui.inverted.teal.button:focus,.ui.inverted.teal.buttons .button:focus{background-color:#4ff}.ui.inverted.teal.active.button,.ui.inverted.teal.buttons .active.button{background-color:#54ffff}.ui.inverted.teal.button:active,.ui.inverted.teal.buttons .button:active{background-color:#3affff}.ui.inverted.teal.basic.button,.ui.inverted.teal.basic.buttons .button,.ui.inverted.teal.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.teal.basic.button:hover,.ui.inverted.teal.basic.buttons .button:hover,.ui.inverted.teal.buttons .basic.button:hover{box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:focus,.ui.inverted.teal.basic.buttons .button:focus{box-shadow:0 0 0 2px #4ff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.active.button,.ui.inverted.teal.basic.buttons .active.button,.ui.inverted.teal.buttons .basic.active.button{box-shadow:0 0 0 2px #54ffff inset!important;color:#6dffff!important}.ui.inverted.teal.basic.button:active,.ui.inverted.teal.basic.buttons .button:active,.ui.inverted.teal.buttons .basic.button:active{box-shadow:0 0 0 2px #3affff inset!important;color:#6dffff!important}.ui.olive.button,.ui.olive.buttons .button{background-color:#b5cc18;color:#fff;text-shadow:none;background-image:none}.ui.olive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.olive.button:hover,.ui.olive.buttons .button:hover{background-color:#a7bd0d;color:#fff;text-shadow:none}.ui.olive.button:focus,.ui.olive.buttons .button:focus{background-color:#a0b605;color:#fff;text-shadow:none}.ui.olive.button:active,.ui.olive.buttons .button:active{background-color:#8d9e13;color:#fff;text-shadow:none}.ui.olive.active.button,.ui.olive.button .active.button:active,.ui.olive.buttons .active.button,.ui.olive.buttons .active.button:active{background-color:#aac109;color:#fff;text-shadow:none}.ui.basic.olive.button,.ui.basic.olive.buttons .button{box-shadow:0 0 0 1px #b5cc18 inset!important;color:#b5cc18!important}.ui.basic.olive.button:hover,.ui.basic.olive.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #a7bd0d inset!important;color:#a7bd0d!important}.ui.basic.olive.button:focus,.ui.basic.olive.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #a0b605 inset!important;color:#a7bd0d!important}.ui.basic.olive.active.button,.ui.basic.olive.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #aac109 inset!important;color:#8d9e13!important}.ui.basic.olive.button:active,.ui.basic.olive.buttons .button:active{box-shadow:0 0 0 1px #8d9e13 inset!important;color:#8d9e13!important}.ui.buttons:not(.vertical)>.basic.olive.button:not(:first-child){margin-left:-1px}.ui.inverted.olive.button,.ui.inverted.olive.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #d9e778 inset!important;color:#d9e778}.ui.inverted.olive.button.active,.ui.inverted.olive.button:active,.ui.inverted.olive.button:focus,.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button.active,.ui.inverted.olive.buttons .button:active,.ui.inverted.olive.buttons .button:focus,.ui.inverted.olive.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.olive.button:hover,.ui.inverted.olive.buttons .button:hover{background-color:#d8ea5c}.ui.inverted.olive.button:focus,.ui.inverted.olive.buttons .button:focus{background-color:#daef47}.ui.inverted.olive.active.button,.ui.inverted.olive.buttons .active.button{background-color:#daed59}.ui.inverted.olive.button:active,.ui.inverted.olive.buttons .button:active{background-color:#cddf4d}.ui.inverted.olive.basic.button,.ui.inverted.olive.basic.buttons .button,.ui.inverted.olive.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.olive.basic.button:hover,.ui.inverted.olive.basic.buttons .button:hover,.ui.inverted.olive.buttons .basic.button:hover{box-shadow:0 0 0 2px #d8ea5c inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:focus,.ui.inverted.olive.basic.buttons .button:focus{box-shadow:0 0 0 2px #daef47 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.active.button,.ui.inverted.olive.basic.buttons .active.button,.ui.inverted.olive.buttons .basic.active.button{box-shadow:0 0 0 2px #daed59 inset!important;color:#d9e778!important}.ui.inverted.olive.basic.button:active,.ui.inverted.olive.basic.buttons .button:active,.ui.inverted.olive.buttons .basic.button:active{box-shadow:0 0 0 2px #cddf4d inset!important;color:#d9e778!important}.ui.yellow.button,.ui.yellow.buttons .button{background-color:#fbbd08;color:#fff;text-shadow:none;background-image:none}.ui.yellow.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.yellow.button:hover,.ui.yellow.buttons .button:hover{background-color:#eaae00;color:#fff;text-shadow:none}.ui.yellow.button:focus,.ui.yellow.buttons .button:focus{background-color:#daa300;color:#fff;text-shadow:none}.ui.yellow.button:active,.ui.yellow.buttons .button:active{background-color:#cd9903;color:#fff;text-shadow:none}.ui.yellow.active.button,.ui.yellow.button .active.button:active,.ui.yellow.buttons .active.button,.ui.yellow.buttons .active.button:active{background-color:#eaae00;color:#fff;text-shadow:none}.ui.basic.yellow.button,.ui.basic.yellow.buttons .button{box-shadow:0 0 0 1px #fbbd08 inset!important;color:#fbbd08!important}.ui.basic.yellow.button:hover,.ui.basic.yellow.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#eaae00!important}.ui.basic.yellow.button:focus,.ui.basic.yellow.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #daa300 inset!important;color:#eaae00!important}.ui.basic.yellow.active.button,.ui.basic.yellow.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #eaae00 inset!important;color:#cd9903!important}.ui.basic.yellow.button:active,.ui.basic.yellow.buttons .button:active{box-shadow:0 0 0 1px #cd9903 inset!important;color:#cd9903!important}.ui.buttons:not(.vertical)>.basic.yellow.button:not(:first-child){margin-left:-1px}.ui.inverted.yellow.button,.ui.inverted.yellow.buttons .button{background-color:transparent;box-shadow:0 0 0 2px #ffe21f inset!important;color:#ffe21f}.ui.inverted.yellow.button.active,.ui.inverted.yellow.button:active,.ui.inverted.yellow.button:focus,.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button.active,.ui.inverted.yellow.buttons .button:active,.ui.inverted.yellow.buttons .button:focus,.ui.inverted.yellow.buttons .button:hover{box-shadow:none!important;color:rgba(0,0,0,.6)}.ui.inverted.yellow.button:hover,.ui.inverted.yellow.buttons .button:hover{background-color:#ffdf05}.ui.inverted.yellow.button:focus,.ui.inverted.yellow.buttons .button:focus{background-color:#f5d500}.ui.inverted.yellow.active.button,.ui.inverted.yellow.buttons .active.button{background-color:#ffdf05}.ui.inverted.yellow.button:active,.ui.inverted.yellow.buttons .button:active{background-color:#ebcd00}.ui.inverted.yellow.basic.button,.ui.inverted.yellow.basic.buttons .button,.ui.inverted.yellow.buttons .basic.button{background-color:transparent;box-shadow:0 0 0 2px rgba(255,255,255,.5) inset!important;color:#fff!important}.ui.inverted.yellow.basic.button:hover,.ui.inverted.yellow.basic.buttons .button:hover,.ui.inverted.yellow.buttons .basic.button:hover{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:focus,.ui.inverted.yellow.basic.buttons .button:focus{box-shadow:0 0 0 2px #f5d500 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.active.button,.ui.inverted.yellow.basic.buttons .active.button,.ui.inverted.yellow.buttons .basic.active.button{box-shadow:0 0 0 2px #ffdf05 inset!important;color:#ffe21f!important}.ui.inverted.yellow.basic.button:active,.ui.inverted.yellow.basic.buttons .button:active,.ui.inverted.yellow.buttons .basic.button:active{box-shadow:0 0 0 2px #ebcd00 inset!important;color:#ffe21f!important}.ui.primary.button,.ui.primary.buttons .button{background-color:#2185d0;color:#fff;text-shadow:none;background-image:none}.ui.primary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.primary.button:hover,.ui.primary.buttons .button:hover{background-color:#1678c2;color:#fff;text-shadow:none}.ui.primary.button:focus,.ui.primary.buttons .button:focus{background-color:#0d71bb;color:#fff;text-shadow:none}.ui.primary.button:active,.ui.primary.buttons .button:active{background-color:#1a69a4;color:#fff;text-shadow:none}.ui.primary.active.button,.ui.primary.button .active.button:active,.ui.primary.buttons .active.button,.ui.primary.buttons .active.button:active{background-color:#1279c6;color:#fff;text-shadow:none}.ui.basic.primary.button,.ui.basic.primary.buttons .button{box-shadow:0 0 0 1px #2185d0 inset!important;color:#2185d0!important}.ui.basic.primary.button:hover,.ui.basic.primary.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #1678c2 inset!important;color:#1678c2!important}.ui.basic.primary.button:focus,.ui.basic.primary.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0d71bb inset!important;color:#1678c2!important}.ui.basic.primary.active.button,.ui.basic.primary.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #1279c6 inset!important;color:#1a69a4!important}.ui.basic.primary.button:active,.ui.basic.primary.buttons .button:active{box-shadow:0 0 0 1px #1a69a4 inset!important;color:#1a69a4!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.secondary.button,.ui.secondary.buttons .button{background-color:#1b1c1d;color:#fff;text-shadow:none;background-image:none}.ui.secondary.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.secondary.button:hover,.ui.secondary.buttons .button:hover{background-color:#27292a;color:#fff;text-shadow:none}.ui.secondary.button:focus,.ui.secondary.buttons .button:focus{background-color:#2e3032;color:#fff;text-shadow:none}.ui.secondary.button:active,.ui.secondary.buttons .button:active{background-color:#343637;color:#fff;text-shadow:none}.ui.secondary.active.button,.ui.secondary.button .active.button:active,.ui.secondary.buttons .active.button,.ui.secondary.buttons .active.button:active{background-color:#27292a;color:#fff;text-shadow:none}.ui.basic.secondary.button,.ui.basic.secondary.buttons .button{box-shadow:0 0 0 1px #1b1c1d inset!important;color:#1b1c1d!important}.ui.basic.secondary.button:hover,.ui.basic.secondary.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#27292a!important}.ui.basic.secondary.button:focus,.ui.basic.secondary.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #2e3032 inset!important;color:#27292a!important}.ui.basic.secondary.active.button,.ui.basic.secondary.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #27292a inset!important;color:#343637!important}.ui.basic.secondary.button:active,.ui.basic.secondary.buttons .button:active{box-shadow:0 0 0 1px #343637 inset!important;color:#343637!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.positive.button,.ui.positive.buttons .button{background-color:#21ba45;color:#fff;text-shadow:none;background-image:none}.ui.positive.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.positive.button:hover,.ui.positive.buttons .button:hover{background-color:#16ab39;color:#fff;text-shadow:none}.ui.positive.button:focus,.ui.positive.buttons .button:focus{background-color:#0ea432;color:#fff;text-shadow:none}.ui.positive.button:active,.ui.positive.buttons .button:active{background-color:#198f35;color:#fff;text-shadow:none}.ui.positive.active.button,.ui.positive.button .active.button:active,.ui.positive.buttons .active.button,.ui.positive.buttons .active.button:active{background-color:#13ae38;color:#fff;text-shadow:none}.ui.basic.positive.button,.ui.basic.positive.buttons .button{box-shadow:0 0 0 1px #21ba45 inset!important;color:#21ba45!important}.ui.basic.positive.button:hover,.ui.basic.positive.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #16ab39 inset!important;color:#16ab39!important}.ui.basic.positive.button:focus,.ui.basic.positive.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #0ea432 inset!important;color:#16ab39!important}.ui.basic.positive.active.button,.ui.basic.positive.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #13ae38 inset!important;color:#198f35!important}.ui.basic.positive.button:active,.ui.basic.positive.buttons .button:active{box-shadow:0 0 0 1px #198f35 inset!important;color:#198f35!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.negative.button,.ui.negative.buttons .button{background-color:#db2828;color:#fff;text-shadow:none;background-image:none}.ui.negative.button{box-shadow:0 0 0 0 rgba(34,36,38,.15) inset}.ui.negative.button:hover,.ui.negative.buttons .button:hover{background-color:#d01919;color:#fff;text-shadow:none}.ui.negative.button:focus,.ui.negative.buttons .button:focus{background-color:#ca1010;color:#fff;text-shadow:none}.ui.negative.button:active,.ui.negative.buttons .button:active{background-color:#b21e1e;color:#fff;text-shadow:none}.ui.negative.active.button,.ui.negative.button .active.button:active,.ui.negative.buttons .active.button,.ui.negative.buttons .active.button:active{background-color:#d41515;color:#fff;text-shadow:none}.ui.basic.negative.button,.ui.basic.negative.buttons .button{box-shadow:0 0 0 1px #db2828 inset!important;color:#db2828!important}.ui.basic.negative.button:hover,.ui.basic.negative.buttons .button:hover{background:0 0!important;box-shadow:0 0 0 1px #d01919 inset!important;color:#d01919!important}.ui.basic.negative.button:focus,.ui.basic.negative.buttons .button:focus{background:0 0!important;box-shadow:0 0 0 1px #ca1010 inset!important;color:#d01919!important}.ui.basic.negative.active.button,.ui.basic.negative.buttons .active.button{background:0 0!important;box-shadow:0 0 0 1px #d41515 inset!important;color:#b21e1e!important}.ui.basic.negative.button:active,.ui.basic.negative.buttons .button:active{box-shadow:0 0 0 1px #b21e1e inset!important;color:#b21e1e!important}.ui.buttons:not(.vertical)>.basic.primary.button:not(:first-child){margin-left:-1px}.ui.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;font-size:0;vertical-align:baseline;margin:0 .25em 0 0}.ui.buttons:not(.basic):not(.inverted){box-shadow:none}.ui.buttons:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.buttons .button{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin:0;border-radius:0;margin:0}.ui.buttons:not(.basic):not(.inverted)>.button,.ui.buttons>.ui.button:not(.basic):not(.inverted){box-shadow:0 0 0 1px transparent inset,0 0 0 0 rgba(34,36,38,.15) inset}.ui.buttons .button:first-child{border-left:none;margin-left:0;border-top-left-radius:.28571429rem;border-bottom-left-radius:.28571429rem}.ui.buttons .button:last-child{border-top-right-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.vertical.buttons .button{display:block;float:none;width:100%;margin:0;box-shadow:none;border-radius:0}.ui.vertical.buttons .button:first-child{border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.vertical.buttons .button:last-child{margin-bottom:0;border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.vertical.buttons .button:only-child{border-radius:.28571429rem}/*! - * # Semantic UI 2.2.10 - Container - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.container{display:block;max-width:100%!important}@media only screen and (max-width:767px){.ui.container{width:auto!important;margin-left:1em!important;margin-right:1em!important}.ui.grid.container{width:auto!important}.ui.relaxed.grid.container{width:auto!important}.ui.very.relaxed.grid.container{width:auto!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.container{width:723px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(723px + 2rem)!important}.ui.relaxed.grid.container{width:calc(723px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(723px + 5rem)!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.container{width:933px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(933px + 2rem)!important}.ui.relaxed.grid.container{width:calc(933px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(933px + 5rem)!important}}@media only screen and (min-width:1200px){.ui.container{width:1127px;margin-left:auto!important;margin-right:auto!important}.ui.grid.container{width:calc(1127px + 2rem)!important}.ui.relaxed.grid.container{width:calc(1127px + 3rem)!important}.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)!important}}.ui.text.container{font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;max-width:700px!important;line-height:1.5}.ui.text.container{font-size:1.14285714rem}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}/*! - * # Semantic UI 2.2.10 - Divider - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(255,255,255,.1)}.ui.grid>.column+.divider,.ui.grid>.row>.column+.divider{left:auto}.ui.horizontal.divider{display:table;white-space:nowrap;height:auto;margin:'';line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.horizontal.divider:before{background-position:right 1em top 50%}.ui.horizontal.divider:after{background-position:left 1em top 50%}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(255,255,255,.1);width:0;height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{display:table;white-space:nowrap;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center;position:static;top:0;left:0;-webkit-transform:none;transform:none}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{position:static;left:0;border-left:none;border-right:none;content:'';display:table-cell;position:relative;top:50%;width:50%;background-repeat:no-repeat}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{background-position:right 1em top 50%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{background-position:left 1em top 50%}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.hidden.divider:after,.ui.hidden.divider:before{display:none}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(34,36,38,.15)!important;border-left-color:rgba(34,36,38,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}.ui.divider{font-size:1rem}.ui.horizontal.divider:after,.ui.horizontal.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC)}}/*! - * # Semantic UI 2.2.10 - Flag - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */i.flag:not(.icon){display:inline-block;width:16px;height:11px;line-height:11px;vertical-align:baseline;margin:0 .5em 0 0;text-decoration:inherit;speak:none;font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:not(.icon):before{display:inline-block;content:'';background:url(themes/default/assets/images/flags.png) no-repeat -108px -1976px;width:16px;height:11px}i.flag.ad:before,i.flag.andorra:before{background-position:0 0}i.flag.ae:before,i.flag.uae:before,i.flag.united.arab.emirates:before{background-position:0 -26px}i.flag.af:before,i.flag.afghanistan:before{background-position:0 -52px}i.flag.ag:before,i.flag.antigua:before{background-position:0 -78px}i.flag.ai:before,i.flag.anguilla:before{background-position:0 -104px}i.flag.al:before,i.flag.albania:before{background-position:0 -130px}i.flag.am:before,i.flag.armenia:before{background-position:0 -156px}i.flag.an:before,i.flag.netherlands.antilles:before{background-position:0 -182px}i.flag.angola:before,i.flag.ao:before{background-position:0 -208px}i.flag.ar:before,i.flag.argentina:before{background-position:0 -234px}i.flag.american.samoa:before,i.flag.as:before{background-position:0 -260px}i.flag.at:before,i.flag.austria:before{background-position:0 -286px}i.flag.au:before,i.flag.australia:before{background-position:0 -312px}i.flag.aruba:before,i.flag.aw:before{background-position:0 -338px}i.flag.aland.islands:before,i.flag.ax:before{background-position:0 -364px}i.flag.az:before,i.flag.azerbaijan:before{background-position:0 -390px}i.flag.ba:before,i.flag.bosnia:before{background-position:0 -416px}i.flag.barbados:before,i.flag.bb:before{background-position:0 -442px}i.flag.bangladesh:before,i.flag.bd:before{background-position:0 -468px}i.flag.be:before,i.flag.belgium:before{background-position:0 -494px}i.flag.bf:before,i.flag.burkina.faso:before{background-position:0 -520px}i.flag.bg:before,i.flag.bulgaria:before{background-position:0 -546px}i.flag.bahrain:before,i.flag.bh:before{background-position:0 -572px}i.flag.bi:before,i.flag.burundi:before{background-position:0 -598px}i.flag.benin:before,i.flag.bj:before{background-position:0 -624px}i.flag.bermuda:before,i.flag.bm:before{background-position:0 -650px}i.flag.bn:before,i.flag.brunei:before{background-position:0 -676px}i.flag.bo:before,i.flag.bolivia:before{background-position:0 -702px}i.flag.br:before,i.flag.brazil:before{background-position:0 -728px}i.flag.bahamas:before,i.flag.bs:before{background-position:0 -754px}i.flag.bhutan:before,i.flag.bt:before{background-position:0 -780px}i.flag.bouvet.island:before,i.flag.bv:before{background-position:0 -806px}i.flag.botswana:before,i.flag.bw:before{background-position:0 -832px}i.flag.belarus:before,i.flag.by:before{background-position:0 -858px}i.flag.belize:before,i.flag.bz:before{background-position:0 -884px}i.flag.ca:before,i.flag.canada:before{background-position:0 -910px}i.flag.cc:before,i.flag.cocos.islands:before{background-position:0 -962px}i.flag.cd:before,i.flag.congo:before{background-position:0 -988px}i.flag.central.african.republic:before,i.flag.cf:before{background-position:0 -1014px}i.flag.cg:before,i.flag.congo.brazzaville:before{background-position:0 -1040px}i.flag.ch:before,i.flag.switzerland:before{background-position:0 -1066px}i.flag.ci:before,i.flag.cote.divoire:before{background-position:0 -1092px}i.flag.ck:before,i.flag.cook.islands:before{background-position:0 -1118px}i.flag.chile:before,i.flag.cl:before{background-position:0 -1144px}i.flag.cameroon:before,i.flag.cm:before{background-position:0 -1170px}i.flag.china:before,i.flag.cn:before{background-position:0 -1196px}i.flag.co:before,i.flag.colombia:before{background-position:0 -1222px}i.flag.costa.rica:before,i.flag.cr:before{background-position:0 -1248px}i.flag.cs:before,i.flag.serbia:before{background-position:0 -1274px}i.flag.cu:before,i.flag.cuba:before{background-position:0 -1300px}i.flag.cape.verde:before,i.flag.cv:before{background-position:0 -1326px}i.flag.christmas.island:before,i.flag.cx:before{background-position:0 -1352px}i.flag.cy:before,i.flag.cyprus:before{background-position:0 -1378px}i.flag.cz:before,i.flag.czech.republic:before{background-position:0 -1404px}i.flag.de:before,i.flag.germany:before{background-position:0 -1430px}i.flag.dj:before,i.flag.djibouti:before{background-position:0 -1456px}i.flag.denmark:before,i.flag.dk:before{background-position:0 -1482px}i.flag.dm:before,i.flag.dominica:before{background-position:0 -1508px}i.flag.do:before,i.flag.dominican.republic:before{background-position:0 -1534px}i.flag.algeria:before,i.flag.dz:before{background-position:0 -1560px}i.flag.ec:before,i.flag.ecuador:before{background-position:0 -1586px}i.flag.ee:before,i.flag.estonia:before{background-position:0 -1612px}i.flag.eg:before,i.flag.egypt:before{background-position:0 -1638px}i.flag.eh:before,i.flag.western.sahara:before{background-position:0 -1664px}i.flag.er:before,i.flag.eritrea:before{background-position:0 -1716px}i.flag.es:before,i.flag.spain:before{background-position:0 -1742px}i.flag.et:before,i.flag.ethiopia:before{background-position:0 -1768px}i.flag.eu:before,i.flag.european.union:before{background-position:0 -1794px}i.flag.fi:before,i.flag.finland:before{background-position:0 -1846px}i.flag.fiji:before,i.flag.fj:before{background-position:0 -1872px}i.flag.falkland.islands:before,i.flag.fk:before{background-position:0 -1898px}i.flag.fm:before,i.flag.micronesia:before{background-position:0 -1924px}i.flag.faroe.islands:before,i.flag.fo:before{background-position:0 -1950px}i.flag.fr:before,i.flag.france:before{background-position:0 -1976px}i.flag.ga:before,i.flag.gabon:before{background-position:-36px 0}i.flag.gb:before,i.flag.united.kingdom:before{background-position:-36px -26px}i.flag.gd:before,i.flag.grenada:before{background-position:-36px -52px}i.flag.ge:before,i.flag.georgia:before{background-position:-36px -78px}i.flag.french.guiana:before,i.flag.gf:before{background-position:-36px -104px}i.flag.gh:before,i.flag.ghana:before{background-position:-36px -130px}i.flag.gi:before,i.flag.gibraltar:before{background-position:-36px -156px}i.flag.gl:before,i.flag.greenland:before{background-position:-36px -182px}i.flag.gambia:before,i.flag.gm:before{background-position:-36px -208px}i.flag.gn:before,i.flag.guinea:before{background-position:-36px -234px}i.flag.gp:before,i.flag.guadeloupe:before{background-position:-36px -260px}i.flag.equatorial.guinea:before,i.flag.gq:before{background-position:-36px -286px}i.flag.gr:before,i.flag.greece:before{background-position:-36px -312px}i.flag.gs:before,i.flag.sandwich.islands:before{background-position:-36px -338px}i.flag.gt:before,i.flag.guatemala:before{background-position:-36px -364px}i.flag.gu:before,i.flag.guam:before{background-position:-36px -390px}i.flag.guinea-bissau:before,i.flag.gw:before{background-position:-36px -416px}i.flag.guyana:before,i.flag.gy:before{background-position:-36px -442px}i.flag.hk:before,i.flag.hong.kong:before{background-position:-36px -468px}i.flag.heard.island:before,i.flag.hm:before{background-position:-36px -494px}i.flag.hn:before,i.flag.honduras:before{background-position:-36px -520px}i.flag.croatia:before,i.flag.hr:before{background-position:-36px -546px}i.flag.haiti:before,i.flag.ht:before{background-position:-36px -572px}i.flag.hu:before,i.flag.hungary:before{background-position:-36px -598px}i.flag.id:before,i.flag.indonesia:before{background-position:-36px -624px}i.flag.ie:before,i.flag.ireland:before{background-position:-36px -650px}i.flag.il:before,i.flag.israel:before{background-position:-36px -676px}i.flag.in:before,i.flag.india:before{background-position:-36px -702px}i.flag.indian.ocean.territory:before,i.flag.io:before{background-position:-36px -728px}i.flag.iq:before,i.flag.iraq:before{background-position:-36px -754px}i.flag.ir:before,i.flag.iran:before{background-position:-36px -780px}i.flag.iceland:before,i.flag.is:before{background-position:-36px -806px}i.flag.it:before,i.flag.italy:before{background-position:-36px -832px}i.flag.jamaica:before,i.flag.jm:before{background-position:-36px -858px}i.flag.jo:before,i.flag.jordan:before{background-position:-36px -884px}i.flag.japan:before,i.flag.jp:before{background-position:-36px -910px}i.flag.ke:before,i.flag.kenya:before{background-position:-36px -936px}i.flag.kg:before,i.flag.kyrgyzstan:before{background-position:-36px -962px}i.flag.cambodia:before,i.flag.kh:before{background-position:-36px -988px}i.flag.ki:before,i.flag.kiribati:before{background-position:-36px -1014px}i.flag.comoros:before,i.flag.km:before{background-position:-36px -1040px}i.flag.kn:before,i.flag.saint.kitts.and.nevis:before{background-position:-36px -1066px}i.flag.kp:before,i.flag.north.korea:before{background-position:-36px -1092px}i.flag.kr:before,i.flag.south.korea:before{background-position:-36px -1118px}i.flag.kuwait:before,i.flag.kw:before{background-position:-36px -1144px}i.flag.cayman.islands:before,i.flag.ky:before{background-position:-36px -1170px}i.flag.kazakhstan:before,i.flag.kz:before{background-position:-36px -1196px}i.flag.la:before,i.flag.laos:before{background-position:-36px -1222px}i.flag.lb:before,i.flag.lebanon:before{background-position:-36px -1248px}i.flag.lc:before,i.flag.saint.lucia:before{background-position:-36px -1274px}i.flag.li:before,i.flag.liechtenstein:before{background-position:-36px -1300px}i.flag.lk:before,i.flag.sri.lanka:before{background-position:-36px -1326px}i.flag.liberia:before,i.flag.lr:before{background-position:-36px -1352px}i.flag.lesotho:before,i.flag.ls:before{background-position:-36px -1378px}i.flag.lithuania:before,i.flag.lt:before{background-position:-36px -1404px}i.flag.lu:before,i.flag.luxembourg:before{background-position:-36px -1430px}i.flag.latvia:before,i.flag.lv:before{background-position:-36px -1456px}i.flag.libya:before,i.flag.ly:before{background-position:-36px -1482px}i.flag.ma:before,i.flag.morocco:before{background-position:-36px -1508px}i.flag.mc:before,i.flag.monaco:before{background-position:-36px -1534px}i.flag.md:before,i.flag.moldova:before{background-position:-36px -1560px}i.flag.me:before,i.flag.montenegro:before{background-position:-36px -1586px}i.flag.madagascar:before,i.flag.mg:before{background-position:-36px -1613px}i.flag.marshall.islands:before,i.flag.mh:before{background-position:-36px -1639px}i.flag.macedonia:before,i.flag.mk:before{background-position:-36px -1665px}i.flag.mali:before,i.flag.ml:before{background-position:-36px -1691px}i.flag.burma:before,i.flag.mm:before,i.flag.myanmar:before{background-position:-73px -1821px}i.flag.mn:before,i.flag.mongolia:before{background-position:-36px -1743px}i.flag.macau:before,i.flag.mo:before{background-position:-36px -1769px}i.flag.mp:before,i.flag.northern.mariana.islands:before{background-position:-36px -1795px}i.flag.martinique:before,i.flag.mq:before{background-position:-36px -1821px}i.flag.mauritania:before,i.flag.mr:before{background-position:-36px -1847px}i.flag.montserrat:before,i.flag.ms:before{background-position:-36px -1873px}i.flag.malta:before,i.flag.mt:before{background-position:-36px -1899px}i.flag.mauritius:before,i.flag.mu:before{background-position:-36px -1925px}i.flag.maldives:before,i.flag.mv:before{background-position:-36px -1951px}i.flag.malawi:before,i.flag.mw:before{background-position:-36px -1977px}i.flag.mexico:before,i.flag.mx:before{background-position:-72px 0}i.flag.malaysia:before,i.flag.my:before{background-position:-72px -26px}i.flag.mozambique:before,i.flag.mz:before{background-position:-72px -52px}i.flag.na:before,i.flag.namibia:before{background-position:-72px -78px}i.flag.nc:before,i.flag.new.caledonia:before{background-position:-72px -104px}i.flag.ne:before,i.flag.niger:before{background-position:-72px -130px}i.flag.nf:before,i.flag.norfolk.island:before{background-position:-72px -156px}i.flag.ng:before,i.flag.nigeria:before{background-position:-72px -182px}i.flag.ni:before,i.flag.nicaragua:before{background-position:-72px -208px}i.flag.netherlands:before,i.flag.nl:before{background-position:-72px -234px}i.flag.no:before,i.flag.norway:before{background-position:-72px -260px}i.flag.nepal:before,i.flag.np:before{background-position:-72px -286px}i.flag.nauru:before,i.flag.nr:before{background-position:-72px -312px}i.flag.niue:before,i.flag.nu:before{background-position:-72px -338px}i.flag.new.zealand:before,i.flag.nz:before{background-position:-72px -364px}i.flag.om:before,i.flag.oman:before{background-position:-72px -390px}i.flag.pa:before,i.flag.panama:before{background-position:-72px -416px}i.flag.pe:before,i.flag.peru:before{background-position:-72px -442px}i.flag.french.polynesia:before,i.flag.pf:before{background-position:-72px -468px}i.flag.new.guinea:before,i.flag.pg:before{background-position:-72px -494px}i.flag.ph:before,i.flag.philippines:before{background-position:-72px -520px}i.flag.pakistan:before,i.flag.pk:before{background-position:-72px -546px}i.flag.pl:before,i.flag.poland:before{background-position:-72px -572px}i.flag.pm:before,i.flag.saint.pierre:before{background-position:-72px -598px}i.flag.pitcairn.islands:before,i.flag.pn:before{background-position:-72px -624px}i.flag.pr:before,i.flag.puerto.rico:before{background-position:-72px -650px}i.flag.palestine:before,i.flag.ps:before{background-position:-72px -676px}i.flag.portugal:before,i.flag.pt:before{background-position:-72px -702px}i.flag.palau:before,i.flag.pw:before{background-position:-72px -728px}i.flag.paraguay:before,i.flag.py:before{background-position:-72px -754px}i.flag.qa:before,i.flag.qatar:before{background-position:-72px -780px}i.flag.re:before,i.flag.reunion:before{background-position:-72px -806px}i.flag.ro:before,i.flag.romania:before{background-position:-72px -832px}i.flag.rs:before,i.flag.serbia:before{background-position:-72px -858px}i.flag.ru:before,i.flag.russia:before{background-position:-72px -884px}i.flag.rw:before,i.flag.rwanda:before{background-position:-72px -910px}i.flag.sa:before,i.flag.saudi.arabia:before{background-position:-72px -936px}i.flag.sb:before,i.flag.solomon.islands:before{background-position:-72px -962px}i.flag.sc:before,i.flag.seychelles:before{background-position:-72px -988px}i.flag.gb.sct:before,i.flag.scotland:before{background-position:-72px -1014px}i.flag.sd:before,i.flag.sudan:before{background-position:-72px -1040px}i.flag.se:before,i.flag.sweden:before{background-position:-72px -1066px}i.flag.sg:before,i.flag.singapore:before{background-position:-72px -1092px}i.flag.saint.helena:before,i.flag.sh:before{background-position:-72px -1118px}i.flag.si:before,i.flag.slovenia:before{background-position:-72px -1144px}i.flag.jan.mayen:before,i.flag.sj:before,i.flag.svalbard:before{background-position:-72px -1170px}i.flag.sk:before,i.flag.slovakia:before{background-position:-72px -1196px}i.flag.sierra.leone:before,i.flag.sl:before{background-position:-72px -1222px}i.flag.san.marino:before,i.flag.sm:before{background-position:-72px -1248px}i.flag.senegal:before,i.flag.sn:before{background-position:-72px -1274px}i.flag.so:before,i.flag.somalia:before{background-position:-72px -1300px}i.flag.sr:before,i.flag.suriname:before{background-position:-72px -1326px}i.flag.sao.tome:before,i.flag.st:before{background-position:-72px -1352px}i.flag.el.salvador:before,i.flag.sv:before{background-position:-72px -1378px}i.flag.sy:before,i.flag.syria:before{background-position:-72px -1404px}i.flag.swaziland:before,i.flag.sz:before{background-position:-72px -1430px}i.flag.caicos.islands:before,i.flag.tc:before{background-position:-72px -1456px}i.flag.chad:before,i.flag.td:before{background-position:-72px -1482px}i.flag.french.territories:before,i.flag.tf:before{background-position:-72px -1508px}i.flag.tg:before,i.flag.togo:before{background-position:-72px -1534px}i.flag.th:before,i.flag.thailand:before{background-position:-72px -1560px}i.flag.tajikistan:before,i.flag.tj:before{background-position:-72px -1586px}i.flag.tk:before,i.flag.tokelau:before{background-position:-72px -1612px}i.flag.timorleste:before,i.flag.tl:before{background-position:-72px -1638px}i.flag.tm:before,i.flag.turkmenistan:before{background-position:-72px -1664px}i.flag.tn:before,i.flag.tunisia:before{background-position:-72px -1690px}i.flag.to:before,i.flag.tonga:before{background-position:-72px -1716px}i.flag.tr:before,i.flag.turkey:before{background-position:-72px -1742px}i.flag.trinidad:before,i.flag.tt:before{background-position:-72px -1768px}i.flag.tuvalu:before,i.flag.tv:before{background-position:-72px -1794px}i.flag.taiwan:before,i.flag.tw:before{background-position:-72px -1820px}i.flag.tanzania:before,i.flag.tz:before{background-position:-72px -1846px}i.flag.ua:before,i.flag.ukraine:before{background-position:-72px -1872px}i.flag.ug:before,i.flag.uganda:before{background-position:-72px -1898px}i.flag.um:before,i.flag.us.minor.islands:before{background-position:-72px -1924px}i.flag.america:before,i.flag.united.states:before,i.flag.us:before{background-position:-72px -1950px}i.flag.uruguay:before,i.flag.uy:before{background-position:-72px -1976px}i.flag.uz:before,i.flag.uzbekistan:before{background-position:-108px 0}i.flag.va:before,i.flag.vatican.city:before{background-position:-108px -26px}i.flag.saint.vincent:before,i.flag.vc:before{background-position:-108px -52px}i.flag.ve:before,i.flag.venezuela:before{background-position:-108px -78px}i.flag.british.virgin.islands:before,i.flag.vg:before{background-position:-108px -104px}i.flag.us.virgin.islands:before,i.flag.vi:before{background-position:-108px -130px}i.flag.vietnam:before,i.flag.vn:before{background-position:-108px -156px}i.flag.vanuatu:before,i.flag.vu:before{background-position:-108px -182px}i.flag.gb.wls:before,i.flag.wales:before{background-position:-108px -208px}i.flag.wallis.and.futuna:before,i.flag.wf:before{background-position:-108px -234px}i.flag.samoa:before,i.flag.ws:before{background-position:-108px -260px}i.flag.ye:before,i.flag.yemen:before{background-position:-108px -286px}i.flag.mayotte:before,i.flag.yt:before{background-position:-108px -312px}i.flag.south.africa:before,i.flag.za:before{background-position:-108px -338px}i.flag.zambia:before,i.flag.zm:before{background-position:-108px -364px}i.flag.zimbabwe:before,i.flag.zw:before{background-position:-108px -390px}/*! - * # Semantic UI 2.2.10 - Header - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.header{border:none;margin:calc(2rem - .165em) 0 1rem;padding:0 0;font-family:'Open Sans',Arial,sans-serif;font-weight:400;line-height:1.33em;text-transform:none;color:#212121}.ui.header:first-child{margin-top:-.165em}.ui.header:last-child{margin-bottom:0}.ui.header .sub.header{display:block;font-weight:400;padding:0;margin:0;font-size:1rem;line-height:1.2em;color:rgba(0,0,0,.6)}.ui.header>.icon{display:table-cell;opacity:1;font-size:1.5em;padding-top:.165em;vertical-align:middle}.ui.header .icon:only-child{display:inline-block;padding:0;margin-right:.75rem}.ui.header>.image:not(.icon),.ui.header>img{display:inline-block;margin-top:.165em;width:2.5em;height:auto;vertical-align:middle}.ui.header>.image:not(.icon):only-child,.ui.header>img:only-child{margin-right:.75rem}.ui.header .content{display:inline-block;vertical-align:top}.ui.header>.image+.content,.ui.header>img+.content{padding-left:.75rem;vertical-align:middle}.ui.header>.icon+.content{padding-left:.75rem;display:table-cell;vertical-align:middle}.ui.header .ui.label{font-size:'';margin-left:.5rem;vertical-align:middle}.ui.header+p{margin-top:0}h1.ui.header{font-size:2.25rem}h2.ui.header{font-size:2rem}h3.ui.header{font-size:1.75rem}h4.ui.header{font-size:1.5rem}h5.ui.header{font-size:1.25rem}h1.ui.header .sub.header{font-size:1.14285714rem}h2.ui.header .sub.header{font-size:1.14285714rem}h3.ui.header .sub.header{font-size:1rem}h4.ui.header .sub.header{font-size:1rem}h5.ui.header .sub.header{font-size:.92857143rem}.ui.huge.header{min-height:1em;font-size:2.25em}.ui.large.header{font-size:2em}.ui.medium.header{font-size:1.75em}.ui.small.header{font-size:1.5em}.ui.tiny.header{font-size:1.25em}.ui.huge.header .sub.header{font-size:1.14285714rem}.ui.large.header .sub.header{font-size:1.14285714rem}.ui.header .sub.header{font-size:1rem}.ui.small.header .sub.header{font-size:1rem}.ui.tiny.header .sub.header{font-size:.92857143rem}.ui.sub.header{padding:0;margin-bottom:.14285714rem;font-weight:700;font-size:.85714286em;text-transform:uppercase;color:''}.ui.small.sub.header{font-size:.78571429em}.ui.sub.header{font-size:.85714286em}.ui.large.sub.header{font-size:.92857143em}.ui.huge.sub.header{font-size:1em}.ui.icon.header{display:inline-block;text-align:center;margin:2rem 0 1rem}.ui.icon.header:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.icon.header:first-child{margin-top:0}.ui.icon.header .icon{float:none;display:block;width:auto;height:auto;line-height:1;padding:0;font-size:3em;margin:0 auto .5rem;opacity:1}.ui.icon.header .content{display:block;padding:0}.ui.icon.header .circular.icon{font-size:2em}.ui.icon.header .square.icon{font-size:2em}.ui.block.icon.header .icon{margin-bottom:0}.ui.icon.header.aligned{margin-left:auto;margin-right:auto;display:block}.ui.disabled.header{opacity:.45}.ui.inverted.header{color:#fff}.ui.inverted.header .sub.header{color:rgba(255,255,255,.8)}.ui.inverted.attached.header{background:#333 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#333 linear-gradient(transparent,rgba(0,0,0,.05));box-shadow:none;border-color:transparent}.ui.inverted.block.header{background:#333 -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#333 linear-gradient(transparent,rgba(0,0,0,.05));box-shadow:none}.ui.inverted.block.header{border-bottom:none}.ui.red.header{color:#f44336!important}a.ui.red.header:hover{color:#fd2313!important}.ui.red.dividing.header{border-bottom:2px solid #f44336}.ui.inverted.red.header{color:#ff1744!important}a.ui.inverted.red.header:hover{color:#fc0031!important}.ui.orange.header{color:#ff9800!important}a.ui.orange.header:hover{color:#e68900!important}.ui.orange.dividing.header{border-bottom:2px solid #ff9800}.ui.inverted.orange.header{color:#ff9100!important}a.ui.inverted.orange.header:hover{color:#e68300!important}.ui.olive.header{color:#b5cc18!important}a.ui.olive.header:hover{color:#a7bd0d!important}.ui.olive.dividing.header{border-bottom:2px solid #b5cc18}.ui.inverted.olive.header{color:#d9e778!important}a.ui.inverted.olive.header:hover{color:#d8ea5c!important}.ui.yellow.header{color:#ffeb3b!important}a.ui.yellow.header:hover{color:#ffe821!important}.ui.yellow.dividing.header{border-bottom:2px solid #ffeb3b}.ui.inverted.yellow.header{color:#ffea00!important}a.ui.inverted.yellow.header:hover{color:#e6d300!important}.ui.green.header{color:#4caf50!important}a.ui.green.header:hover{color:#40a244!important}.ui.green.dividing.header{border-bottom:2px solid #4caf50}.ui.inverted.green.header{color:#00e676!important}a.ui.inverted.green.header:hover{color:#00cd69!important}.ui.teal.header{color:#1de9b6!important}a.ui.teal.header:hover{color:#0be1ac!important}.ui.teal.dividing.header{border-bottom:2px solid #1de9b6}.ui.inverted.teal.header{color:#1de9b6!important}a.ui.inverted.teal.header:hover{color:#0be1ac!important}.ui.blue.header{color:#2196f3!important}a.ui.blue.header:hover{color:#028bf9!important}.ui.blue.dividing.header{border-bottom:2px solid #2196f3}.ui.inverted.blue.header{color:#2979ff!important}a.ui.inverted.blue.header:hover{color:#1069ff!important}.ui.violet.header{color:#6435c9!important}a.ui.violet.header:hover{color:#5829bb!important}.ui.violet.dividing.header{border-bottom:2px solid #6435c9}.ui.inverted.violet.header{color:#a291fb!important}a.ui.inverted.violet.header:hover{color:#8a73ff!important}.ui.purple.header{color:#9c27b0!important}a.ui.purple.header:hover{color:#8e1ca1!important}.ui.purple.dividing.header{border-bottom:2px solid #9c27b0}.ui.inverted.purple.header{color:#d500f9!important}a.ui.inverted.purple.header:hover{color:#bf00e0!important}.ui.pink.header{color:#e91e63!important}a.ui.pink.header:hover{color:#e20b54!important}.ui.pink.dividing.header{border-bottom:2px solid #e91e63}.ui.inverted.pink.header{color:#f50057!important}a.ui.inverted.pink.header:hover{color:#dc004e!important}.ui.brown.header{color:#a5673f!important}a.ui.brown.header:hover{color:#975b33!important}.ui.brown.dividing.header{border-bottom:2px solid #a5673f}.ui.inverted.brown.header{color:#d67c1c!important}a.ui.inverted.brown.header:hover{color:#c86f11!important}.ui.grey.header{color:#9e9e9e!important}a.ui.grey.header:hover{color:#ababab!important}.ui.grey.dividing.header{border-bottom:2px solid #9e9e9e}.ui.inverted.grey.header{color:#dcddde!important}a.ui.inverted.grey.header:hover{color:#cfd0d2!important}.ui.left.aligned.header{text-align:left}.ui.right.aligned.header{text-align:right}.ui.center.aligned.header,.ui.centered.header{text-align:center}.ui.justified.header{text-align:justify}.ui.justified.header:after{display:inline-block;content:'';width:100%}.ui.floated.header,.ui[class*="left floated"].header{float:left;margin-top:0;margin-right:.5em}.ui[class*="right floated"].header{float:right;margin-top:0;margin-left:.5em}.ui.fitted.header{padding:0}.ui.dividing.header{padding-bottom:.21428571rem;border-bottom:1px solid rgba(34,36,38,.15)}.ui.dividing.header .sub.header{padding-bottom:.21428571rem}.ui.dividing.header .icon{margin-bottom:0}.ui.inverted.dividing.header{border-bottom-color:rgba(255,255,255,.1)}.ui.block.header{background:#fafafa -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fafafa linear-gradient(transparent,rgba(0,0,0,.05));padding:.78571429rem 1rem;box-shadow:0 1px 2px 0 rgba(34,36,38,.15);border:1px solid #d4d4d5;border-radius:4px}.ui.tiny.block.header{font-size:.85714286rem}.ui.small.block.header{font-size:.92857143rem}.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1rem}.ui.large.block.header{font-size:1.14285714rem}.ui.huge.block.header{font-size:1.42857143rem}.ui.attached.header{background:#fff;padding:.78571429rem 1rem;margin-left:-1px;margin-right:-1px;box-shadow:none;border:1px solid #d4d4d5}.ui.attached.block.header{background:#fafafa -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fafafa linear-gradient(transparent,rgba(0,0,0,.05))}.ui.attached:not(.top):not(.bottom).header{margin-top:0;margin-bottom:0;border-top:none;border-radius:0}.ui.top.attached.header{margin-bottom:0;border-radius:4px 4px 0 0}.ui.bottom.attached.header{margin-top:0;border-top:none;border-radius:0 0 4px 4px}.ui.tiny.attached.header{font-size:.85714286em}.ui.small.attached.header{font-size:.92857143em}.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1em}.ui.large.attached.header{font-size:1.14285714em}.ui.huge.attached.header{font-size:1.42857143em}.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6){font-size:1.75em}/*! - * # Semantic UI 2.2.10 - Icon - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */@font-face{font-family:Icons;src:url(themes/default/assets/fonts/icons.eot);src:url(themes/default/assets/fonts/icons.eot?#iefix) format('embedded-opentype'),url(themes/default/assets/fonts/icons.woff2) format('woff2'),url(themes/default/assets/fonts/icons.woff) format('woff'),url(themes/default/assets/fonts/icons.ttf) format('truetype'),url(themes/default/assets/fonts/icons.svg#icons) format('svg');font-style:normal;font-weight:400;font-variant:normal;text-decoration:inherit;text-transform:none}i.icon{display:inline-block;opacity:1;margin:0 .25rem 0 0;width:1.18em;height:1em;font-family:Icons;font-style:normal;font-weight:400;text-decoration:inherit;text-align:center;speak:none;font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.icon:before{background:0 0!important}i.icon.loading{height:1em;line-height:1;-webkit-animation:icon-loading 2s linear infinite;animation:icon-loading 2s linear infinite}@-webkit-keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-loading{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}i.icon.hover{opacity:1!important}i.icon.active{opacity:1!important}i.emphasized.icon{opacity:1!important}i.disabled.icon{opacity:.45!important}i.fitted.icon{width:auto;margin:0}i.link.icon,i.link.icons{cursor:pointer;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}i.link.icon:hover,i.link.icons:hover{opacity:1!important}i.circular.icon{border-radius:500em!important;line-height:1!important;padding:.5em .5em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset;width:2em!important;height:2em!important}i.circular.inverted.icon{border:none;box-shadow:none}i.flipped.icon,i.horizontally.flipped.icon{-webkit-transform:scale(-1,1);transform:scale(-1,1)}i.vertically.flipped.icon{-webkit-transform:scale(1,-1);transform:scale(1,-1)}i.clockwise.rotated.icon,i.right.rotated.icon,i.rotated.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}i.counterclockwise.rotated.icon,i.left.rotated.icon{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}i.bordered.icon{line-height:1;vertical-align:baseline;width:2em;height:2em;padding:.5em .41em!important;box-shadow:0 0 0 .1em rgba(0,0,0,.1) inset}i.bordered.inverted.icon{border:none;box-shadow:none}i.inverted.bordered.icon,i.inverted.circular.icon{background-color:#1b1c1d!important;color:#fff!important}i.inverted.icon{color:#fff}i.red.icon{color:#db2828!important}i.inverted.red.icon{color:#ff695e!important}i.inverted.bordered.red.icon,i.inverted.circular.red.icon{background-color:#db2828!important;color:#fff!important}i.orange.icon{color:#f2711c!important}i.inverted.orange.icon{color:#ff851b!important}i.inverted.bordered.orange.icon,i.inverted.circular.orange.icon{background-color:#f2711c!important;color:#fff!important}i.yellow.icon{color:#fbbd08!important}i.inverted.yellow.icon{color:#ffe21f!important}i.inverted.bordered.yellow.icon,i.inverted.circular.yellow.icon{background-color:#fbbd08!important;color:#fff!important}i.olive.icon{color:#b5cc18!important}i.inverted.olive.icon{color:#d9e778!important}i.inverted.bordered.olive.icon,i.inverted.circular.olive.icon{background-color:#b5cc18!important;color:#fff!important}i.green.icon{color:#21ba45!important}i.inverted.green.icon{color:#2ecc40!important}i.inverted.bordered.green.icon,i.inverted.circular.green.icon{background-color:#21ba45!important;color:#fff!important}i.teal.icon{color:#00b5ad!important}i.inverted.teal.icon{color:#6dffff!important}i.inverted.bordered.teal.icon,i.inverted.circular.teal.icon{background-color:#00b5ad!important;color:#fff!important}i.blue.icon{color:#2185d0!important}i.inverted.blue.icon{color:#54c8ff!important}i.inverted.bordered.blue.icon,i.inverted.circular.blue.icon{background-color:#2185d0!important;color:#fff!important}i.violet.icon{color:#6435c9!important}i.inverted.violet.icon{color:#a291fb!important}i.inverted.bordered.violet.icon,i.inverted.circular.violet.icon{background-color:#6435c9!important;color:#fff!important}i.purple.icon{color:#a333c8!important}i.inverted.purple.icon{color:#dc73ff!important}i.inverted.bordered.purple.icon,i.inverted.circular.purple.icon{background-color:#a333c8!important;color:#fff!important}i.pink.icon{color:#e03997!important}i.inverted.pink.icon{color:#ff8edf!important}i.inverted.bordered.pink.icon,i.inverted.circular.pink.icon{background-color:#e03997!important;color:#fff!important}i.brown.icon{color:#a5673f!important}i.inverted.brown.icon{color:#d67c1c!important}i.inverted.bordered.brown.icon,i.inverted.circular.brown.icon{background-color:#a5673f!important;color:#fff!important}i.grey.icon{color:#767676!important}i.inverted.grey.icon{color:#dcddde!important}i.inverted.bordered.grey.icon,i.inverted.circular.grey.icon{background-color:#767676!important;color:#fff!important}i.black.icon{color:#1b1c1d!important}i.inverted.black.icon{color:#545454!important}i.inverted.bordered.black.icon,i.inverted.circular.black.icon{background-color:#1b1c1d!important;color:#fff!important}i.mini.icon,i.mini.icons{line-height:1;font-size:.4em}i.tiny.icon,i.tiny.icons{line-height:1;font-size:.5em}i.small.icon,i.small.icons{line-height:1;font-size:.75em}i.icon,i.icons{font-size:1em}i.large.icon,i.large.icons{line-height:1;vertical-align:middle;font-size:1.5em}i.big.icon,i.big.icons{line-height:1;vertical-align:middle;font-size:2em}i.huge.icon,i.huge.icons{line-height:1;vertical-align:middle;font-size:4em}i.massive.icon,i.massive.icons{line-height:1;vertical-align:middle;font-size:8em}i.icons{display:inline-block;position:relative;line-height:1}i.icons .icon{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;margin:0}i.icons .icon:first-child{position:static;width:auto;height:auto;vertical-align:top;-webkit-transform:none;transform:none;margin-right:.25rem}i.icons .corner.icon{top:auto;left:auto;right:0;bottom:0;-webkit-transform:none;transform:none;font-size:.45em;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff}i.icons .inverted.corner.icon{text-shadow:-1px -1px 0 #1b1c1d,1px -1px 0 #1b1c1d,-1px 1px 0 #1b1c1d,1px 1px 0 #1b1c1d}i.icon.search:before{content:"\f002"}i.icon.mail.outline:before{content:"\f003"}i.icon.signal:before{content:"\f012"}i.icon.setting:before{content:"\f013"}i.icon.home:before{content:"\f015"}i.icon.inbox:before{content:"\f01c"}i.icon.browser:before{content:"\f022"}i.icon.tag:before{content:"\f02b"}i.icon.tags:before{content:"\f02c"}i.icon.image:before{content:"\f03e"}i.icon.calendar:before{content:"\f073"}i.icon.comment:before{content:"\f075"}i.icon.shop:before{content:"\f07a"}i.icon.comments:before{content:"\f086"}i.icon.external:before{content:"\f08e"}i.icon.privacy:before{content:"\f084"}i.icon.settings:before{content:"\f085"}i.icon.comments:before{content:"\f086"}i.icon.external:before{content:"\f08e"}i.icon.trophy:before{content:"\f091"}i.icon.payment:before{content:"\f09d"}i.icon.feed:before{content:"\f09e"}i.icon.alarm.outline:before{content:"\f0a2"}i.icon.tasks:before{content:"\f0ae"}i.icon.cloud:before{content:"\f0c2"}i.icon.lab:before{content:"\f0c3"}i.icon.mail:before{content:"\f0e0"}i.icon.dashboard:before{content:"\f0e4"}i.icon.comment.outline:before{content:"\f0e5"}i.icon.comments.outline:before{content:"\f0e6"}i.icon.sitemap:before{content:"\f0e8"}i.icon.idea:before{content:"\f0eb"}i.icon.alarm:before{content:"\f0f3"}i.icon.terminal:before{content:"\f120"}i.icon.code:before{content:"\f121"}i.icon.protect:before{content:"\f132"}i.icon.calendar.outline:before{content:"\f133"}i.icon.ticket:before{content:"\f145"}i.icon.external.square:before{content:"\f14c"}i.icon.bug:before{content:"\f188"}i.icon.mail.square:before{content:"\f199"}i.icon.history:before{content:"\f1da"}i.icon.options:before{content:"\f1de"}i.icon.text.telephone:before{content:"\f1e4"}i.icon.find:before{content:"\f1e5"}i.icon.alarm.mute:before{content:"\f1f6"}i.icon.alarm.mute.outline:before{content:"\f1f7"}i.icon.copyright:before{content:"\f1f9"}i.icon.at:before{content:"\f1fa"}i.icon.eyedropper:before{content:"\f1fb"}i.icon.paint.brush:before{content:"\f1fc"}i.icon.heartbeat:before{content:"\f21e"}i.icon.mouse.pointer:before{content:"\f245"}i.icon.hourglass.empty:before{content:"\f250"}i.icon.hourglass.start:before{content:"\f251"}i.icon.hourglass.half:before{content:"\f252"}i.icon.hourglass.end:before{content:"\f253"}i.icon.hourglass.full:before{content:"\f254"}i.icon.hand.pointer:before{content:"\f25a"}i.icon.trademark:before{content:"\f25c"}i.icon.registered:before{content:"\f25d"}i.icon.creative.commons:before{content:"\f25e"}i.icon.add.to.calendar:before{content:"\f271"}i.icon.remove.from.calendar:before{content:"\f272"}i.icon.delete.calendar:before{content:"\f273"}i.icon.checked.calendar:before{content:"\f274"}i.icon.industry:before{content:"\f275"}i.icon.shopping.bag:before{content:"\f290"}i.icon.shopping.basket:before{content:"\f291"}i.icon.hashtag:before{content:"\f292"}i.icon.percent:before{content:"\f295"}i.icon.handshake:before{content:"\f2b5"}i.icon.open.envelope:before{content:"\f2b6"}i.icon.open.envelope.outline:before{content:"\f2b7"}i.icon.address.book:before{content:"\f2b9"}i.icon.address.book.outline:before{content:"\f2ba"}i.icon.address.card:before{content:"\f2bb"}i.icon.address.card.outline:before{content:"\f2bc"}i.icon.id.badge:before{content:"\f2c1"}i.icon.id.card:before{content:"\f2c2"}i.icon.id.card.outline:before{content:"\f2c3"}i.icon.podcast:before{content:"\f2ce"}i.icon.window.maximize:before{content:"\f2d0"}i.icon.window.minimize:before{content:"\f2d1"}i.icon.window.restore:before{content:"\f2d2"}i.icon.window.close:before{content:"\f2d3"}i.icon.window.close.outline:before{content:"\f2d4"}i.icon.wait:before{content:"\f017"}i.icon.download:before{content:"\f019"}i.icon.repeat:before{content:"\f01e"}i.icon.refresh:before{content:"\f021"}i.icon.lock:before{content:"\f023"}i.icon.bookmark:before{content:"\f02e"}i.icon.print:before{content:"\f02f"}i.icon.write:before{content:"\f040"}i.icon.adjust:before{content:"\f042"}i.icon.theme:before{content:"\f043"}i.icon.edit:before{content:"\f044"}i.icon.external.share:before{content:"\f045"}i.icon.ban:before{content:"\f05e"}i.icon.mail.forward:before{content:"\f064"}i.icon.share:before{content:"\f064"}i.icon.expand:before{content:"\f065"}i.icon.compress:before{content:"\f066"}i.icon.unhide:before{content:"\f06e"}i.icon.hide:before{content:"\f070"}i.icon.random:before{content:"\f074"}i.icon.retweet:before{content:"\f079"}i.icon.sign.out:before{content:"\f08b"}i.icon.pin:before{content:"\f08d"}i.icon.sign.in:before{content:"\f090"}i.icon.upload:before{content:"\f093"}i.icon.call:before{content:"\f095"}i.icon.remove.bookmark:before{content:"\f097"}i.icon.call.square:before{content:"\f098"}i.icon.unlock:before{content:"\f09c"}i.icon.configure:before{content:"\f0ad"}i.icon.filter:before{content:"\f0b0"}i.icon.wizard:before{content:"\f0d0"}i.icon.undo:before{content:"\f0e2"}i.icon.exchange:before{content:"\f0ec"}i.icon.cloud.download:before{content:"\f0ed"}i.icon.cloud.upload:before{content:"\f0ee"}i.icon.reply:before{content:"\f112"}i.icon.reply.all:before{content:"\f122"}i.icon.erase:before{content:"\f12d"}i.icon.unlock.alternate:before{content:"\f13e"}i.icon.write.square:before{content:"\f14b"}i.icon.share.square:before{content:"\f14d"}i.icon.archive:before{content:"\f187"}i.icon.translate:before{content:"\f1ab"}i.icon.recycle:before{content:"\f1b8"}i.icon.send:before{content:"\f1d8"}i.icon.send.outline:before{content:"\f1d9"}i.icon.share.alternate:before{content:"\f1e0"}i.icon.share.alternate.square:before{content:"\f1e1"}i.icon.add.to.cart:before{content:"\f217"}i.icon.in.cart:before{content:"\f218"}i.icon.add.user:before{content:"\f234"}i.icon.remove.user:before{content:"\f235"}i.icon.object.group:before{content:"\f247"}i.icon.object.ungroup:before{content:"\f248"}i.icon.clone:before{content:"\f24d"}i.icon.talk:before{content:"\f27a"}i.icon.talk.outline:before{content:"\f27b"}i.icon.help.circle:before{content:"\f059"}i.icon.info.circle:before{content:"\f05a"}i.icon.warning.circle:before{content:"\f06a"}i.icon.warning.sign:before{content:"\f071"}i.icon.announcement:before{content:"\f0a1"}i.icon.help:before{content:"\f128"}i.icon.info:before{content:"\f129"}i.icon.warning:before{content:"\f12a"}i.icon.birthday:before{content:"\f1fd"}i.icon.help.circle.outline:before{content:"\f29c"}i.icon.user:before{content:"\f007"}i.icon.users:before{content:"\f0c0"}i.icon.doctor:before{content:"\f0f0"}i.icon.handicap:before{content:"\f193"}i.icon.student:before{content:"\f19d"}i.icon.child:before{content:"\f1ae"}i.icon.spy:before{content:"\f21b"}i.icon.user.circle:before{content:"\f2bd"}i.icon.user.circle.outline:before{content:"\f2be"}i.icon.user.outline:before{content:"\f2c0"}i.icon.female:before{content:"\f182"}i.icon.male:before{content:"\f183"}i.icon.woman:before{content:"\f221"}i.icon.man:before{content:"\f222"}i.icon.non.binary.transgender:before{content:"\f223"}i.icon.intergender:before{content:"\f224"}i.icon.transgender:before{content:"\f225"}i.icon.lesbian:before{content:"\f226"}i.icon.gay:before{content:"\f227"}i.icon.heterosexual:before{content:"\f228"}i.icon.other.gender:before{content:"\f229"}i.icon.other.gender.vertical:before{content:"\f22a"}i.icon.other.gender.horizontal:before{content:"\f22b"}i.icon.neuter:before{content:"\f22c"}i.icon.genderless:before{content:"\f22d"}i.icon.universal.access:before{content:"\f29a"}i.icon.wheelchair:before{content:"\f29b"}i.icon.blind:before{content:"\f29d"}i.icon.audio.description:before{content:"\f29e"}i.icon.volume.control.phone:before{content:"\f2a0"}i.icon.braille:before{content:"\f2a1"}i.icon.asl:before{content:"\f2a3"}i.icon.assistive.listening.systems:before{content:"\f2a2"}i.icon.deafness:before{content:"\f2a4"}i.icon.sign.language:before{content:"\f2a7"}i.icon.low.vision:before{content:"\f2a8"}i.icon.block.layout:before{content:"\f009"}i.icon.grid.layout:before{content:"\f00a"}i.icon.list.layout:before{content:"\f00b"}i.icon.zoom:before{content:"\f00e"}i.icon.zoom.out:before{content:"\f010"}i.icon.resize.vertical:before{content:"\f07d"}i.icon.resize.horizontal:before{content:"\f07e"}i.icon.maximize:before{content:"\f0b2"}i.icon.crop:before{content:"\f125"}i.icon.cocktail:before{content:"\f000"}i.icon.road:before{content:"\f018"}i.icon.flag:before{content:"\f024"}i.icon.book:before{content:"\f02d"}i.icon.gift:before{content:"\f06b"}i.icon.leaf:before{content:"\f06c"}i.icon.fire:before{content:"\f06d"}i.icon.plane:before{content:"\f072"}i.icon.magnet:before{content:"\f076"}i.icon.lemon:before{content:"\f094"}i.icon.world:before{content:"\f0ac"}i.icon.travel:before{content:"\f0b1"}i.icon.shipping:before{content:"\f0d1"}i.icon.money:before{content:"\f0d6"}i.icon.legal:before{content:"\f0e3"}i.icon.lightning:before{content:"\f0e7"}i.icon.umbrella:before{content:"\f0e9"}i.icon.treatment:before{content:"\f0f1"}i.icon.suitcase:before{content:"\f0f2"}i.icon.bar:before{content:"\f0fc"}i.icon.flag.outline:before{content:"\f11d"}i.icon.flag.checkered:before{content:"\f11e"}i.icon.puzzle:before{content:"\f12e"}i.icon.fire.extinguisher:before{content:"\f134"}i.icon.rocket:before{content:"\f135"}i.icon.anchor:before{content:"\f13d"}i.icon.bullseye:before{content:"\f140"}i.icon.sun:before{content:"\f185"}i.icon.moon:before{content:"\f186"}i.icon.fax:before{content:"\f1ac"}i.icon.life.ring:before{content:"\f1cd"}i.icon.bomb:before{content:"\f1e2"}i.icon.soccer:before{content:"\f1e3"}i.icon.calculator:before{content:"\f1ec"}i.icon.diamond:before{content:"\f219"}i.icon.sticky.note:before{content:"\f249"}i.icon.sticky.note.outline:before{content:"\f24a"}i.icon.law:before{content:"\f24e"}i.icon.hand.peace:before{content:"\f25b"}i.icon.hand.rock:before{content:"\f255"}i.icon.hand.paper:before{content:"\f256"}i.icon.hand.scissors:before{content:"\f257"}i.icon.hand.lizard:before{content:"\f258"}i.icon.hand.spock:before{content:"\f259"}i.icon.tv:before{content:"\f26c"}i.icon.thermometer.full:before{content:"\f2c7"}i.icon.thermometer.three.quarters:before{content:"\f2c8"}i.icon.thermometer.half:before{content:"\f2c9"}i.icon.thermometer.quarter:before{content:"\f2ca"}i.icon.thermometer.empty:before{content:"\f2cb"}i.icon.shower:before{content:"\f2cc"}i.icon.bathtub:before{content:"\f2cd"}i.icon.snowflake:before{content:"\f2dc"}i.icon.crosshairs:before{content:"\f05b"}i.icon.asterisk:before{content:"\f069"}i.icon.square.outline:before{content:"\f096"}i.icon.certificate:before{content:"\f0a3"}i.icon.square:before{content:"\f0c8"}i.icon.quote.left:before{content:"\f10d"}i.icon.quote.right:before{content:"\f10e"}i.icon.spinner:before{content:"\f110"}i.icon.circle:before{content:"\f111"}i.icon.ellipsis.horizontal:before{content:"\f141"}i.icon.ellipsis.vertical:before{content:"\f142"}i.icon.cube:before{content:"\f1b2"}i.icon.cubes:before{content:"\f1b3"}i.icon.circle.notched:before{content:"\f1ce"}i.icon.circle.thin:before{content:"\f1db"}i.icon.checkmark:before{content:"\f00c"}i.icon.remove:before{content:"\f00d"}i.icon.checkmark.box:before{content:"\f046"}i.icon.move:before{content:"\f047"}i.icon.add.circle:before{content:"\f055"}i.icon.minus.circle:before{content:"\f056"}i.icon.remove.circle:before{content:"\f057"}i.icon.check.circle:before{content:"\f058"}i.icon.remove.circle.outline:before{content:"\f05c"}i.icon.check.circle.outline:before{content:"\f05d"}i.icon.plus:before{content:"\f067"}i.icon.minus:before{content:"\f068"}i.icon.add.square:before{content:"\f0fe"}i.icon.radio:before{content:"\f10c"}i.icon.minus.square:before{content:"\f146"}i.icon.minus.square.outline:before{content:"\f147"}i.icon.check.square:before{content:"\f14a"}i.icon.selected.radio:before{content:"\f192"}i.icon.plus.square.outline:before{content:"\f196"}i.icon.toggle.off:before{content:"\f204"}i.icon.toggle.on:before{content:"\f205"}i.icon.film:before{content:"\f008"}i.icon.sound:before{content:"\f025"}i.icon.photo:before{content:"\f030"}i.icon.bar.chart:before{content:"\f080"}i.icon.camera.retro:before{content:"\f083"}i.icon.newspaper:before{content:"\f1ea"}i.icon.area.chart:before{content:"\f1fe"}i.icon.pie.chart:before{content:"\f200"}i.icon.line.chart:before{content:"\f201"}i.icon.arrow.circle.outline.down:before{content:"\f01a"}i.icon.arrow.circle.outline.up:before{content:"\f01b"}i.icon.chevron.left:before{content:"\f053"}i.icon.chevron.right:before{content:"\f054"}i.icon.arrow.left:before{content:"\f060"}i.icon.arrow.right:before{content:"\f061"}i.icon.arrow.up:before{content:"\f062"}i.icon.arrow.down:before{content:"\f063"}i.icon.chevron.up:before{content:"\f077"}i.icon.chevron.down:before{content:"\f078"}i.icon.pointing.right:before{content:"\f0a4"}i.icon.pointing.left:before{content:"\f0a5"}i.icon.pointing.up:before{content:"\f0a6"}i.icon.pointing.down:before{content:"\f0a7"}i.icon.arrow.circle.left:before{content:"\f0a8"}i.icon.arrow.circle.right:before{content:"\f0a9"}i.icon.arrow.circle.up:before{content:"\f0aa"}i.icon.arrow.circle.down:before{content:"\f0ab"}i.icon.caret.down:before{content:"\f0d7"}i.icon.caret.up:before{content:"\f0d8"}i.icon.caret.left:before{content:"\f0d9"}i.icon.caret.right:before{content:"\f0da"}i.icon.angle.double.left:before{content:"\f100"}i.icon.angle.double.right:before{content:"\f101"}i.icon.angle.double.up:before{content:"\f102"}i.icon.angle.double.down:before{content:"\f103"}i.icon.angle.left:before{content:"\f104"}i.icon.angle.right:before{content:"\f105"}i.icon.angle.up:before{content:"\f106"}i.icon.angle.down:before{content:"\f107"}i.icon.chevron.circle.left:before{content:"\f137"}i.icon.chevron.circle.right:before{content:"\f138"}i.icon.chevron.circle.up:before{content:"\f139"}i.icon.chevron.circle.down:before{content:"\f13a"}i.icon.toggle.down:before{content:"\f150"}i.icon.toggle.up:before{content:"\f151"}i.icon.toggle.right:before{content:"\f152"}i.icon.long.arrow.down:before{content:"\f175"}i.icon.long.arrow.up:before{content:"\f176"}i.icon.long.arrow.left:before{content:"\f177"}i.icon.long.arrow.right:before{content:"\f178"}i.icon.arrow.circle.outline.right:before{content:"\f18e"}i.icon.arrow.circle.outline.left:before{content:"\f190"}i.icon.toggle.left:before{content:"\f191"}i.icon.tablet:before{content:"\f10a"}i.icon.mobile:before{content:"\f10b"}i.icon.battery.full:before{content:"\f240"}i.icon.battery.high:before{content:"\f241"}i.icon.battery.medium:before{content:"\f242"}i.icon.battery.low:before{content:"\f243"}i.icon.battery.empty:before{content:"\f244"}i.icon.power:before{content:"\f011"}i.icon.trash.outline:before{content:"\f014"}i.icon.disk.outline:before{content:"\f0a0"}i.icon.desktop:before{content:"\f108"}i.icon.laptop:before{content:"\f109"}i.icon.game:before{content:"\f11b"}i.icon.keyboard:before{content:"\f11c"}i.icon.plug:before{content:"\f1e6"}i.icon.trash:before{content:"\f1f8"}i.icon.file.outline:before{content:"\f016"}i.icon.folder:before{content:"\f07b"}i.icon.folder.open:before{content:"\f07c"}i.icon.file.text.outline:before{content:"\f0f6"}i.icon.folder.outline:before{content:"\f114"}i.icon.folder.open.outline:before{content:"\f115"}i.icon.level.up:before{content:"\f148"}i.icon.level.down:before{content:"\f149"}i.icon.file:before{content:"\f15b"}i.icon.file.text:before{content:"\f15c"}i.icon.file.pdf.outline:before{content:"\f1c1"}i.icon.file.word.outline:before{content:"\f1c2"}i.icon.file.excel.outline:before{content:"\f1c3"}i.icon.file.powerpoint.outline:before{content:"\f1c4"}i.icon.file.image.outline:before{content:"\f1c5"}i.icon.file.archive.outline:before{content:"\f1c6"}i.icon.file.audio.outline:before{content:"\f1c7"}i.icon.file.video.outline:before{content:"\f1c8"}i.icon.file.code.outline:before{content:"\f1c9"}i.icon.qrcode:before{content:"\f029"}i.icon.barcode:before{content:"\f02a"}i.icon.rss:before{content:"\f09e"}i.icon.fork:before{content:"\f126"}i.icon.html5:before{content:"\f13b"}i.icon.css3:before{content:"\f13c"}i.icon.rss.square:before{content:"\f143"}i.icon.openid:before{content:"\f19b"}i.icon.database:before{content:"\f1c0"}i.icon.wifi:before{content:"\f1eb"}i.icon.server:before{content:"\f233"}i.icon.usb:before{content:"\f287"}i.icon.bluetooth:before{content:"\f293"}i.icon.bluetooth.alternative:before{content:"\f294"}i.icon.microchip:before{content:"\f2db"}i.icon.heart:before{content:"\f004"}i.icon.star:before{content:"\f005"}i.icon.empty.star:before{content:"\f006"}i.icon.thumbs.outline.up:before{content:"\f087"}i.icon.thumbs.outline.down:before{content:"\f088"}i.icon.star.half:before{content:"\f089"}i.icon.empty.heart:before{content:"\f08a"}i.icon.smile:before{content:"\f118"}i.icon.frown:before{content:"\f119"}i.icon.meh:before{content:"\f11a"}i.icon.star.half.empty:before{content:"\f123"}i.icon.thumbs.up:before{content:"\f164"}i.icon.thumbs.down:before{content:"\f165"}i.icon.music:before{content:"\f001"}i.icon.video.play.outline:before{content:"\f01d"}i.icon.volume.off:before{content:"\f026"}i.icon.volume.down:before{content:"\f027"}i.icon.volume.up:before{content:"\f028"}i.icon.record:before{content:"\f03d"}i.icon.step.backward:before{content:"\f048"}i.icon.fast.backward:before{content:"\f049"}i.icon.backward:before{content:"\f04a"}i.icon.play:before{content:"\f04b"}i.icon.pause:before{content:"\f04c"}i.icon.stop:before{content:"\f04d"}i.icon.forward:before{content:"\f04e"}i.icon.fast.forward:before{content:"\f050"}i.icon.step.forward:before{content:"\f051"}i.icon.eject:before{content:"\f052"}i.icon.unmute:before{content:"\f130"}i.icon.mute:before{content:"\f131"}i.icon.video.play:before{content:"\f144"}i.icon.closed.captioning:before{content:"\f20a"}i.icon.pause.circle:before{content:"\f28b"}i.icon.pause.circle.outline:before{content:"\f28c"}i.icon.stop.circle:before{content:"\f28d"}i.icon.stop.circle.outline:before{content:"\f28e"}i.icon.marker:before{content:"\f041"}i.icon.coffee:before{content:"\f0f4"}i.icon.food:before{content:"\f0f5"}i.icon.building.outline:before{content:"\f0f7"}i.icon.hospital:before{content:"\f0f8"}i.icon.emergency:before{content:"\f0f9"}i.icon.first.aid:before{content:"\f0fa"}i.icon.military:before{content:"\f0fb"}i.icon.h:before{content:"\f0fd"}i.icon.location.arrow:before{content:"\f124"}i.icon.compass:before{content:"\f14e"}i.icon.space.shuttle:before{content:"\f197"}i.icon.university:before{content:"\f19c"}i.icon.building:before{content:"\f1ad"}i.icon.paw:before{content:"\f1b0"}i.icon.spoon:before{content:"\f1b1"}i.icon.car:before{content:"\f1b9"}i.icon.taxi:before{content:"\f1ba"}i.icon.tree:before{content:"\f1bb"}i.icon.bicycle:before{content:"\f206"}i.icon.bus:before{content:"\f207"}i.icon.ship:before{content:"\f21a"}i.icon.motorcycle:before{content:"\f21c"}i.icon.street.view:before{content:"\f21d"}i.icon.hotel:before{content:"\f236"}i.icon.train:before{content:"\f238"}i.icon.subway:before{content:"\f239"}i.icon.map.pin:before{content:"\f276"}i.icon.map.signs:before{content:"\f277"}i.icon.map.outline:before{content:"\f278"}i.icon.map:before{content:"\f279"}i.icon.table:before{content:"\f0ce"}i.icon.columns:before{content:"\f0db"}i.icon.sort:before{content:"\f0dc"}i.icon.sort.descending:before{content:"\f0dd"}i.icon.sort.ascending:before{content:"\f0de"}i.icon.sort.alphabet.ascending:before{content:"\f15d"}i.icon.sort.alphabet.descending:before{content:"\f15e"}i.icon.sort.content.ascending:before{content:"\f160"}i.icon.sort.content.descending:before{content:"\f161"}i.icon.sort.numeric.ascending:before{content:"\f162"}i.icon.sort.numeric.descending:before{content:"\f163"}i.icon.font:before{content:"\f031"}i.icon.bold:before{content:"\f032"}i.icon.italic:before{content:"\f033"}i.icon.text.height:before{content:"\f034"}i.icon.text.width:before{content:"\f035"}i.icon.align.left:before{content:"\f036"}i.icon.align.center:before{content:"\f037"}i.icon.align.right:before{content:"\f038"}i.icon.align.justify:before{content:"\f039"}i.icon.list:before{content:"\f03a"}i.icon.outdent:before{content:"\f03b"}i.icon.indent:before{content:"\f03c"}i.icon.linkify:before{content:"\f0c1"}i.icon.cut:before{content:"\f0c4"}i.icon.copy:before{content:"\f0c5"}i.icon.attach:before{content:"\f0c6"}i.icon.save:before{content:"\f0c7"}i.icon.content:before{content:"\f0c9"}i.icon.unordered.list:before{content:"\f0ca"}i.icon.ordered.list:before{content:"\f0cb"}i.icon.strikethrough:before{content:"\f0cc"}i.icon.underline:before{content:"\f0cd"}i.icon.paste:before{content:"\f0ea"}i.icon.unlinkify:before{content:"\f127"}i.icon.superscript:before{content:"\f12b"}i.icon.subscript:before{content:"\f12c"}i.icon.header:before{content:"\f1dc"}i.icon.paragraph:before{content:"\f1dd"}i.icon.text.cursor:before{content:"\f246"}i.icon.euro:before{content:"\f153"}i.icon.pound:before{content:"\f154"}i.icon.dollar:before{content:"\f155"}i.icon.rupee:before{content:"\f156"}i.icon.yen:before{content:"\f157"}i.icon.ruble:before{content:"\f158"}i.icon.won:before{content:"\f159"}i.icon.bitcoin:before{content:"\f15a"}i.icon.lira:before{content:"\f195"}i.icon.shekel:before{content:"\f20b"}i.icon.paypal:before{content:"\f1ed"}i.icon.google.wallet:before{content:"\f1ee"}i.icon.visa:before{content:"\f1f0"}i.icon.mastercard:before{content:"\f1f1"}i.icon.discover:before{content:"\f1f2"}i.icon.american.express:before{content:"\f1f3"}i.icon.paypal.card:before{content:"\f1f4"}i.icon.stripe:before{content:"\f1f5"}i.icon.japan.credit.bureau:before{content:"\f24b"}i.icon.diners.club:before{content:"\f24c"}i.icon.credit.card.alternative:before{content:"\f283"}i.icon.twitter.square:before{content:"\f081"}i.icon.facebook.square:before{content:"\f082"}i.icon.linkedin.square:before{content:"\f08c"}i.icon.github.square:before{content:"\f092"}i.icon.twitter:before{content:"\f099"}i.icon.facebook.f:before{content:"\f09a"}i.icon.github:before{content:"\f09b"}i.icon.pinterest:before{content:"\f0d2"}i.icon.pinterest.square:before{content:"\f0d3"}i.icon.google.plus.square:before{content:"\f0d4"}i.icon.google.plus:before{content:"\f0d5"}i.icon.linkedin:before{content:"\f0e1"}i.icon.github.alternate:before{content:"\f113"}i.icon.maxcdn:before{content:"\f136"}i.icon.youtube.square:before{content:"\f166"}i.icon.youtube:before{content:"\f167"}i.icon.xing:before{content:"\f168"}i.icon.xing.square:before{content:"\f169"}i.icon.youtube.play:before{content:"\f16a"}i.icon.dropbox:before{content:"\f16b"}i.icon.stack.overflow:before{content:"\f16c"}i.icon.instagram:before{content:"\f16d"}i.icon.flickr:before{content:"\f16e"}i.icon.adn:before{content:"\f170"}i.icon.bitbucket:before{content:"\f171"}i.icon.bitbucket.square:before{content:"\f172"}i.icon.tumblr:before{content:"\f173"}i.icon.tumblr.square:before{content:"\f174"}i.icon.apple:before{content:"\f179"}i.icon.windows:before{content:"\f17a"}i.icon.android:before{content:"\f17b"}i.icon.linux:before{content:"\f17c"}i.icon.dribble:before{content:"\f17d"}i.icon.skype:before{content:"\f17e"}i.icon.foursquare:before{content:"\f180"}i.icon.trello:before{content:"\f181"}i.icon.gittip:before{content:"\f184"}i.icon.vk:before{content:"\f189"}i.icon.weibo:before{content:"\f18a"}i.icon.renren:before{content:"\f18b"}i.icon.pagelines:before{content:"\f18c"}i.icon.stack.exchange:before{content:"\f18d"}i.icon.vimeo.square:before{content:"\f194"}i.icon.slack:before{content:"\f198"}i.icon.wordpress:before{content:"\f19a"}i.icon.yahoo:before{content:"\f19e"}i.icon.google:before{content:"\f1a0"}i.icon.reddit:before{content:"\f1a1"}i.icon.reddit.square:before{content:"\f1a2"}i.icon.stumbleupon.circle:before{content:"\f1a3"}i.icon.stumbleupon:before{content:"\f1a4"}i.icon.delicious:before{content:"\f1a5"}i.icon.digg:before{content:"\f1a6"}i.icon.pied.piper:before{content:"\f1a7"}i.icon.pied.piper.alternate:before{content:"\f1a8"}i.icon.drupal:before{content:"\f1a9"}i.icon.joomla:before{content:"\f1aa"}i.icon.behance:before{content:"\f1b4"}i.icon.behance.square:before{content:"\f1b5"}i.icon.steam:before{content:"\f1b6"}i.icon.steam.square:before{content:"\f1b7"}i.icon.spotify:before{content:"\f1bc"}i.icon.deviantart:before{content:"\f1bd"}i.icon.soundcloud:before{content:"\f1be"}i.icon.vine:before{content:"\f1ca"}i.icon.codepen:before{content:"\f1cb"}i.icon.jsfiddle:before{content:"\f1cc"}i.icon.rebel:before{content:"\f1d0"}i.icon.empire:before{content:"\f1d1"}i.icon.git.square:before{content:"\f1d2"}i.icon.git:before{content:"\f1d3"}i.icon.hacker.news:before{content:"\f1d4"}i.icon.tencent.weibo:before{content:"\f1d5"}i.icon.qq:before{content:"\f1d6"}i.icon.wechat:before{content:"\f1d7"}i.icon.slideshare:before{content:"\f1e7"}i.icon.twitch:before{content:"\f1e8"}i.icon.yelp:before{content:"\f1e9"}i.icon.lastfm:before{content:"\f202"}i.icon.lastfm.square:before{content:"\f203"}i.icon.ioxhost:before{content:"\f208"}i.icon.angellist:before{content:"\f209"}i.icon.meanpath:before{content:"\f20c"}i.icon.buysellads:before{content:"\f20d"}i.icon.connectdevelop:before{content:"\f20e"}i.icon.dashcube:before{content:"\f210"}i.icon.forumbee:before{content:"\f211"}i.icon.leanpub:before{content:"\f212"}i.icon.sellsy:before{content:"\f213"}i.icon.shirtsinbulk:before{content:"\f214"}i.icon.simplybuilt:before{content:"\f215"}i.icon.skyatlas:before{content:"\f216"}i.icon.facebook:before{content:"\f230"}i.icon.pinterest:before{content:"\f231"}i.icon.whatsapp:before{content:"\f232"}i.icon.viacoin:before{content:"\f237"}i.icon.medium:before{content:"\f23a"}i.icon.y.combinator:before{content:"\f23b"}i.icon.optinmonster:before{content:"\f23c"}i.icon.opencart:before{content:"\f23d"}i.icon.expeditedssl:before{content:"\f23e"}i.icon.gg:before{content:"\f260"}i.icon.gg.circle:before{content:"\f261"}i.icon.tripadvisor:before{content:"\f262"}i.icon.odnoklassniki:before{content:"\f263"}i.icon.odnoklassniki.square:before{content:"\f264"}i.icon.pocket:before{content:"\f265"}i.icon.wikipedia:before{content:"\f266"}i.icon.safari:before{content:"\f267"}i.icon.chrome:before{content:"\f268"}i.icon.firefox:before{content:"\f269"}i.icon.opera:before{content:"\f26a"}i.icon.internet.explorer:before{content:"\f26b"}i.icon.contao:before{content:"\f26d"}i.icon.\35 00px:before{content:"\f26e"}i.icon.amazon:before{content:"\f270"}i.icon.houzz:before{content:"\f27c"}i.icon.vimeo:before{content:"\f27d"}i.icon.black.tie:before{content:"\f27e"}i.icon.fonticons:before{content:"\f280"}i.icon.reddit.alien:before{content:"\f281"}i.icon.microsoft.edge:before{content:"\f282"}i.icon.codiepie:before{content:"\f284"}i.icon.modx:before{content:"\f285"}i.icon.fort.awesome:before{content:"\f286"}i.icon.product.hunt:before{content:"\f288"}i.icon.mixcloud:before{content:"\f289"}i.icon.scribd:before{content:"\f28a"}i.icon.gitlab:before{content:"\f296"}i.icon.wpbeginner:before{content:"\f297"}i.icon.wpforms:before{content:"\f298"}i.icon.envira.gallery:before{content:"\f299"}i.icon.glide:before{content:"\f2a5"}i.icon.glide.g:before{content:"\f2a6"}i.icon.viadeo:before{content:"\f2a9"}i.icon.viadeo.square:before{content:"\f2aa"}i.icon.snapchat:before{content:"\f2ab"}i.icon.snapchat.ghost:before{content:"\f2ac"}i.icon.snapchat.square:before{content:"\f2ad"}i.icon.pied.piper.hat:before{content:"\f2ae"}i.icon.first.order:before{content:"\f2b0"}i.icon.yoast:before{content:"\f2b1"}i.icon.themeisle:before{content:"\f2b2"}i.icon.google.plus.circle:before{content:"\f2b3"}i.icon.font.awesome:before{content:"\f2b4"}i.icon.linode:before{content:"\f2b8"}i.icon.quora:before{content:"\f2c4"}i.icon.free.code.camp:before{content:"\f2c5"}i.icon.telegram:before{content:"\f2c6"}i.icon.bandcamp:before{content:"\f2d5"}i.icon.grav:before{content:"\f2d6"}i.icon.etsy:before{content:"\f2d7"}i.icon.imdb:before{content:"\f2d8"}i.icon.ravelry:before{content:"\f2d9"}i.icon.eercast:before{content:"\f2da"}i.icon.superpowers:before{content:"\f2dd"}i.icon.wpexplorer:before{content:"\f2de"}i.icon.meetup:before{content:"\f2e0"}i.icon.like:before{content:"\f004"}i.icon.favorite:before{content:"\f005"}i.icon.video:before{content:"\f008"}i.icon.check:before{content:"\f00c"}i.icon.close:before{content:"\f00d"}i.icon.cancel:before{content:"\f00d"}i.icon.delete:before{content:"\f00d"}i.icon.x:before{content:"\f00d"}i.icon.zoom.in:before{content:"\f00e"}i.icon.magnify:before{content:"\f00e"}i.icon.shutdown:before{content:"\f011"}i.icon.clock:before{content:"\f017"}i.icon.time:before{content:"\f017"}i.icon.play.circle.outline:before{content:"\f01d"}i.icon.headphone:before{content:"\f025"}i.icon.camera:before{content:"\f030"}i.icon.video.camera:before{content:"\f03d"}i.icon.picture:before{content:"\f03e"}i.icon.pencil:before{content:"\f040"}i.icon.compose:before{content:"\f040"}i.icon.point:before{content:"\f041"}i.icon.tint:before{content:"\f043"}i.icon.signup:before{content:"\f044"}i.icon.plus.circle:before{content:"\f055"}i.icon.question.circle:before{content:"\f059"}i.icon.dont:before{content:"\f05e"}i.icon.minimize:before{content:"\f066"}i.icon.add:before{content:"\f067"}i.icon.exclamation.circle:before{content:"\f06a"}i.icon.attention:before{content:"\f06a"}i.icon.eye:before{content:"\f06e"}i.icon.exclamation.triangle:before{content:"\f071"}i.icon.shuffle:before{content:"\f074"}i.icon.chat:before{content:"\f075"}i.icon.cart:before{content:"\f07a"}i.icon.shopping.cart:before{content:"\f07a"}i.icon.bar.graph:before{content:"\f080"}i.icon.key:before{content:"\f084"}i.icon.cogs:before{content:"\f085"}i.icon.discussions:before{content:"\f086"}i.icon.like.outline:before{content:"\f087"}i.icon.dislike.outline:before{content:"\f088"}i.icon.heart.outline:before{content:"\f08a"}i.icon.log.out:before{content:"\f08b"}i.icon.thumb.tack:before{content:"\f08d"}i.icon.winner:before{content:"\f091"}i.icon.phone:before{content:"\f095"}i.icon.bookmark.outline:before{content:"\f097"}i.icon.phone.square:before{content:"\f098"}i.icon.credit.card:before{content:"\f09d"}i.icon.hdd.outline:before{content:"\f0a0"}i.icon.bullhorn:before{content:"\f0a1"}i.icon.bell.outline:before{content:"\f0a2"}i.icon.hand.outline.right:before{content:"\f0a4"}i.icon.hand.outline.left:before{content:"\f0a5"}i.icon.hand.outline.up:before{content:"\f0a6"}i.icon.hand.outline.down:before{content:"\f0a7"}i.icon.globe:before{content:"\f0ac"}i.icon.wrench:before{content:"\f0ad"}i.icon.briefcase:before{content:"\f0b1"}i.icon.group:before{content:"\f0c0"}i.icon.linkify:before{content:"\f0c1"}i.icon.chain:before{content:"\f0c1"}i.icon.flask:before{content:"\f0c3"}i.icon.sidebar:before{content:"\f0c9"}i.icon.bars:before{content:"\f0c9"}i.icon.list.ul:before{content:"\f0ca"}i.icon.list.ol:before{content:"\f0cb"}i.icon.numbered.list:before{content:"\f0cb"}i.icon.magic:before{content:"\f0d0"}i.icon.truck:before{content:"\f0d1"}i.icon.currency:before{content:"\f0d6"}i.icon.triangle.down:before{content:"\f0d7"}i.icon.dropdown:before{content:"\f0d7"}i.icon.triangle.up:before{content:"\f0d8"}i.icon.triangle.left:before{content:"\f0d9"}i.icon.triangle.right:before{content:"\f0da"}i.icon.envelope:before{content:"\f0e0"}i.icon.conversation:before{content:"\f0e6"}i.icon.rain:before{content:"\f0e9"}i.icon.clipboard:before{content:"\f0ea"}i.icon.lightbulb:before{content:"\f0eb"}i.icon.bell:before{content:"\f0f3"}i.icon.ambulance:before{content:"\f0f9"}i.icon.medkit:before{content:"\f0fa"}i.icon.fighter.jet:before{content:"\f0fb"}i.icon.beer:before{content:"\f0fc"}i.icon.plus.square:before{content:"\f0fe"}i.icon.computer:before{content:"\f108"}i.icon.circle.outline:before{content:"\f10c"}i.icon.gamepad:before{content:"\f11b"}i.icon.star.half.full:before{content:"\f123"}i.icon.broken.chain:before{content:"\f127"}i.icon.question:before{content:"\f128"}i.icon.exclamation:before{content:"\f12a"}i.icon.eraser:before{content:"\f12d"}i.icon.microphone:before{content:"\f130"}i.icon.microphone.slash:before{content:"\f131"}i.icon.shield:before{content:"\f132"}i.icon.target:before{content:"\f140"}i.icon.play.circle:before{content:"\f144"}i.icon.pencil.square:before{content:"\f14b"}i.icon.eur:before{content:"\f153"}i.icon.gbp:before{content:"\f154"}i.icon.usd:before{content:"\f155"}i.icon.inr:before{content:"\f156"}i.icon.cny:before{content:"\f157"}i.icon.rmb:before{content:"\f157"}i.icon.jpy:before{content:"\f157"}i.icon.rouble:before{content:"\f158"}i.icon.rub:before{content:"\f158"}i.icon.krw:before{content:"\f159"}i.icon.btc:before{content:"\f15a"}i.icon.gratipay:before{content:"\f184"}i.icon.zip:before{content:"\f187"}i.icon.dot.circle.outline:before{content:"\f192"}i.icon.try:before{content:"\f195"}i.icon.graduation:before{content:"\f19d"}i.icon.circle.outline:before{content:"\f1db"}i.icon.sliders:before{content:"\f1de"}i.icon.weixin:before{content:"\f1d7"}i.icon.tty:before{content:"\f1e4"}i.icon.teletype:before{content:"\f1e4"}i.icon.binoculars:before{content:"\f1e5"}i.icon.power.cord:before{content:"\f1e6"}i.icon.wi-fi:before{content:"\f1eb"}i.icon.visa.card:before{content:"\f1f0"}i.icon.mastercard.card:before{content:"\f1f1"}i.icon.discover.card:before{content:"\f1f2"}i.icon.amex:before{content:"\f1f3"}i.icon.american.express.card:before{content:"\f1f3"}i.icon.stripe.card:before{content:"\f1f5"}i.icon.bell.slash:before{content:"\f1f6"}i.icon.bell.slash.outline:before{content:"\f1f7"}i.icon.area.graph:before{content:"\f1fe"}i.icon.pie.graph:before{content:"\f200"}i.icon.line.graph:before{content:"\f201"}i.icon.cc:before{content:"\f20a"}i.icon.sheqel:before{content:"\f20b"}i.icon.ils:before{content:"\f20b"}i.icon.plus.cart:before{content:"\f217"}i.icon.arrow.down.cart:before{content:"\f218"}i.icon.detective:before{content:"\f21b"}i.icon.venus:before{content:"\f221"}i.icon.mars:before{content:"\f222"}i.icon.mercury:before{content:"\f223"}i.icon.intersex:before{content:"\f224"}i.icon.venus.double:before{content:"\f226"}i.icon.female.homosexual:before{content:"\f226"}i.icon.mars.double:before{content:"\f227"}i.icon.male.homosexual:before{content:"\f227"}i.icon.venus.mars:before{content:"\f228"}i.icon.mars.stroke:before{content:"\f229"}i.icon.mars.alternate:before{content:"\f229"}i.icon.mars.vertical:before{content:"\f22a"}i.icon.mars.stroke.vertical:before{content:"\f22a"}i.icon.mars.horizontal:before{content:"\f22b"}i.icon.mars.stroke.horizontal:before{content:"\f22b"}i.icon.asexual:before{content:"\f22d"}i.icon.facebook.official:before{content:"\f230"}i.icon.user.plus:before{content:"\f234"}i.icon.user.times:before{content:"\f235"}i.icon.user.close:before{content:"\f235"}i.icon.user.cancel:before{content:"\f235"}i.icon.user.delete:before{content:"\f235"}i.icon.user.x:before{content:"\f235"}i.icon.bed:before{content:"\f236"}i.icon.yc:before{content:"\f23b"}i.icon.ycombinator:before{content:"\f23b"}i.icon.battery.four:before{content:"\f240"}i.icon.battery.three:before{content:"\f241"}i.icon.battery.three.quarters:before{content:"\f241"}i.icon.battery.two:before{content:"\f242"}i.icon.battery.half:before{content:"\f242"}i.icon.battery.one:before{content:"\f243"}i.icon.battery.quarter:before{content:"\f243"}i.icon.battery.zero:before{content:"\f244"}i.icon.i.cursor:before{content:"\f246"}i.icon.jcb:before{content:"\f24b"}i.icon.japan.credit.bureau.card:before{content:"\f24b"}i.icon.diners.club.card:before{content:"\f24c"}i.icon.balance:before{content:"\f24e"}i.icon.hourglass.outline:before{content:"\f250"}i.icon.hourglass.zero:before{content:"\f250"}i.icon.hourglass.one:before{content:"\f251"}i.icon.hourglass.two:before{content:"\f252"}i.icon.hourglass.three:before{content:"\f253"}i.icon.hourglass.four:before{content:"\f254"}i.icon.grab:before{content:"\f255"}i.icon.hand.victory:before{content:"\f25b"}i.icon.tm:before{content:"\f25c"}i.icon.r.circle:before{content:"\f25d"}i.icon.television:before{content:"\f26c"}i.icon.five.hundred.pixels:before{content:"\f26e"}i.icon.calendar.plus:before{content:"\f271"}i.icon.calendar.minus:before{content:"\f272"}i.icon.calendar.times:before{content:"\f273"}i.icon.calendar.check:before{content:"\f274"}i.icon.factory:before{content:"\f275"}i.icon.commenting:before{content:"\f27a"}i.icon.commenting.outline:before{content:"\f27b"}i.icon.edge:before{content:"\f282"}i.icon.ms.edge:before{content:"\f282"}i.icon.wordpress.beginner:before{content:"\f297"}i.icon.wordpress.forms:before{content:"\f298"}i.icon.envira:before{content:"\f299"}i.icon.question.circle.outline:before{content:"\f29c"}i.icon.assistive.listening.devices:before{content:"\f2a2"}i.icon.als:before{content:"\f2a2"}i.icon.ald:before{content:"\f2a2"}i.icon.asl.interpreting:before{content:"\f2a3"}i.icon.deaf:before{content:"\f2a4"}i.icon.american.sign.language.interpreting:before{content:"\f2a3"}i.icon.hard.of.hearing:before{content:"\f2a4"}i.icon.signing:before{content:"\f2a7"}i.icon.new.pied.piper:before{content:"\f2ae"}i.icon.theme.isle:before{content:"\f2b2"}i.icon.google.plus.official:before{content:"\f2b3"}i.icon.fa:before{content:"\f2b4"}i.icon.vcard:before{content:"\f2bb"}i.icon.vcard.outline:before{content:"\f2bc"}i.icon.drivers.license:before{content:"\f2c2"}i.icon.drivers.license.outline:before{content:"\f2c3"}i.icon.thermometer:before{content:"\f2c7"}i.icon.s15:before{content:"\f2cd"}i.icon.bath:before{content:"\f2cd"}i.icon.times.rectangle:before{content:"\f2d3"}i.icon.times.rectangle.outline:before{content:"\f2d4"}/*! - * # Semantic UI 2.2.10 - Image - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.image{position:relative;display:inline-block;vertical-align:middle;max-width:100%;background-color:transparent}img.ui.image{display:block}.ui.image img,.ui.image svg{display:block;max-width:100%;height:auto}.ui.hidden.image,.ui.hidden.images{display:none}.ui.hidden.transition.image,.ui.hidden.transition.images{display:block;visibility:hidden}.ui.disabled.image,.ui.disabled.images{cursor:default;opacity:.45}.ui.inline.image,.ui.inline.image img,.ui.inline.image svg{display:inline-block}.ui.top.aligned.image,.ui.top.aligned.image img,.ui.top.aligned.image svg,.ui.top.aligned.images .image{display:inline-block;vertical-align:top}.ui.middle.aligned.image,.ui.middle.aligned.image img,.ui.middle.aligned.image svg,.ui.middle.aligned.images .image{display:inline-block;vertical-align:middle}.ui.bottom.aligned.image,.ui.bottom.aligned.image img,.ui.bottom.aligned.image svg,.ui.bottom.aligned.images .image{display:inline-block;vertical-align:bottom}.ui.rounded.image,.ui.rounded.image>*,.ui.rounded.images .image,.ui.rounded.images .image>*{border-radius:.3125em}.ui.bordered.image img,.ui.bordered.image svg,.ui.bordered.images .image,.ui.bordered.images img,.ui.bordered.images svg,img.ui.bordered.image{border:1px solid rgba(0,0,0,.1)}.ui.circular.image,.ui.circular.images{overflow:hidden}.ui.circular.image,.ui.circular.image>*,.ui.circular.images .image,.ui.circular.images .image>*{border-radius:500rem}.ui.fluid.image,.ui.fluid.image img,.ui.fluid.image svg,.ui.fluid.images,.ui.fluid.images img,.ui.fluid.images svg{display:block;width:100%;height:auto}.ui.avatar.image,.ui.avatar.image img,.ui.avatar.image svg,.ui.avatar.images .image,.ui.avatar.images img,.ui.avatar.images svg{margin-right:.25em;display:inline-block;width:2em;height:2em;border-radius:500rem}.ui.spaced.image{display:inline-block!important;margin-left:.5em;margin-right:.5em}.ui[class*="left spaced"].image{margin-left:.5em;margin-right:0}.ui[class*="right spaced"].image{margin-left:0;margin-right:.5em}.ui.floated.image,.ui.floated.images{float:left;margin-right:1em;margin-bottom:1em}.ui.right.floated.image,.ui.right.floated.images{float:right;margin-right:0;margin-bottom:1em;margin-left:1em}.ui.floated.image:last-child,.ui.floated.images:last-child{margin-bottom:0}.ui.centered.image,.ui.centered.images{margin-left:auto;margin-right:auto}.ui.mini.image,.ui.mini.images .image,.ui.mini.images img,.ui.mini.images svg{width:35px;height:auto;font-size:.78571429rem}.ui.tiny.image,.ui.tiny.images .image,.ui.tiny.images img,.ui.tiny.images svg{width:80px;height:auto;font-size:.85714286rem}.ui.small.image,.ui.small.images .image,.ui.small.images img,.ui.small.images svg{width:150px;height:auto;font-size:.92857143rem}.ui.medium.image,.ui.medium.images .image,.ui.medium.images img,.ui.medium.images svg{width:300px;height:auto;font-size:1rem}.ui.large.image,.ui.large.images .image,.ui.large.images img,.ui.large.images svg{width:450px;height:auto;font-size:1.14285714rem}.ui.big.image,.ui.big.images .image,.ui.big.images img,.ui.big.images svg{width:600px;height:auto;font-size:1.28571429rem}.ui.huge.image,.ui.huge.images .image,.ui.huge.images img,.ui.huge.images svg{width:800px;height:auto;font-size:1.42857143rem}.ui.massive.image,.ui.massive.images .image,.ui.massive.images img,.ui.massive.images svg{width:960px;height:auto;font-size:1.71428571rem}.ui.images{font-size:0;margin:0 -.25rem 0}.ui.images .image,.ui.images img,.ui.images svg{display:inline-block;margin:0 .25rem .5rem}/*! - * # Semantic UI 2.2.10 - Input - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.input{position:relative;font-weight:400;font-style:normal;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:rgba(0,0,0,.87)}.ui.input input{margin:0;max-width:100%;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);text-align:left;line-height:1.21428571em;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;padding:.67857143em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;-webkit-transition:box-shadow .1s ease,border-color .1s ease;transition:box-shadow .1s ease,border-color .1s ease;box-shadow:none}.ui.input input::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.input input::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.input input:-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.disabled.input,.ui.input input[disabled]{opacity:.45}.ui.disabled.input input,.ui.input input[disabled]{pointer-events:none}.ui.input input:active,.ui.input.down input{border-color:rgba(0,0,0,.3);background:#fafafa;color:rgba(0,0,0,.87);box-shadow:none}.ui.loading.loading.input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.loading.input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.input input:focus,.ui.input.focus input{border-color:#85b7d9;background:#fff;color:rgba(0,0,0,.8);box-shadow:none}.ui.input input:focus::-webkit-input-placeholder,.ui.input.focus input::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.input input:focus::-moz-placeholder,.ui.input.focus input::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.input input:focus:-ms-input-placeholder,.ui.input.focus input:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.input.error input{background-color:#fff6f6;border-color:#e0b4b4;color:#9f3a38;box-shadow:none}.ui.input.error input::-webkit-input-placeholder{color:#e7bdbc}.ui.input.error input::-moz-placeholder{color:#e7bdbc}.ui.input.error input:-ms-input-placeholder{color:#e7bdbc!important}.ui.input.error input:focus::-webkit-input-placeholder{color:#da9796}.ui.input.error input:focus::-moz-placeholder{color:#da9796}.ui.input.error input:focus:-ms-input-placeholder{color:#da9796!important}.ui.transparent.input input{border-color:transparent!important;background-color:transparent!important;padding:0!important;box-shadow:none!important}.ui.transparent.icon.input>i.icon{width:1.1em}.ui.transparent.icon.input>input{padding-left:0!important;padding-right:2em!important}.ui.transparent[class*="left icon"].input>input{padding-left:2em!important;padding-right:0!important}.ui.transparent.inverted.input{color:#fff}.ui.transparent.inverted.input input{color:inherit}.ui.transparent.inverted.input input::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input input::-moz-placeholder{color:rgba(255,255,255,.5)}.ui.transparent.inverted.input input:-ms-input-placeholder{color:rgba(255,255,255,.5)}.ui.icon.input>i.icon{cursor:default;position:absolute;line-height:1;text-align:center;top:0;right:0;margin:0;height:100%;width:2.67142857em;opacity:.5;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.ui.icon.input>i.icon:not(.link){pointer-events:none}.ui.icon.input input{padding-right:2.67142857em!important}.ui.icon.input>i.icon:after,.ui.icon.input>i.icon:before{left:0;position:absolute;text-align:center;top:50%;width:100%;margin-top:-.5em}.ui.icon.input>i.link.icon{cursor:pointer}.ui.icon.input>i.circular.icon{top:.35em;right:.5em}.ui[class*="left icon"].input>i.icon{right:auto;left:1px;border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left icon"].input>i.circular.icon{right:auto;left:.5em}.ui[class*="left icon"].input>input{padding-left:2.67142857em!important;padding-right:1em!important}.ui.icon.input>input:focus~i.icon{opacity:1}.ui.labeled.input>.label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0;font-size:1em}.ui.labeled.input>.label:not(.corner){padding-top:.78571429em;padding-bottom:.78571429em}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input{border-top-left-radius:0;border-bottom-left-radius:0;border-left-color:transparent}.ui.labeled.input:not([class*="corner labeled"]) .label:first-child+input:focus{border-left-color:#85b7d9}.ui[class*="right labeled"].input input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui[class*="right labeled"].input input+.label{border-top-left-radius:0;border-bottom-left-radius:0}.ui[class*="right labeled"].input input:focus{border-right-color:#85b7d9!important}.ui.labeled.input .corner.label{top:1px;right:1px;font-size:.64285714em;border-radius:0 .28571429rem 0 0}.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input input{padding-right:2.5em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>input{padding-right:3.25em!important}.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"])>.icon{margin-right:1.25em}.ui[class*="left corner labeled"].labeled.input input{padding-left:2.5em!important}.ui[class*="left corner labeled"].icon.input>input{padding-left:3.25em!important}.ui[class*="left corner labeled"].icon.input>.icon{margin-left:1.25em}.ui.input>.ui.corner.label{top:1px;right:1px}.ui.input>.ui.left.corner.label{right:auto;left:1px}.ui.action.input>.button,.ui.action.input>.buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.ui.action.input>.button,.ui.action.input>.buttons>.button{padding-top:.78571429em;padding-bottom:.78571429em;margin:0}.ui.action.input:not([class*="left action"])>input{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-right-color:transparent!important}.ui.action.input:not([class*="left action"])>.button:not(:first-child),.ui.action.input:not([class*="left action"])>.buttons:not(:first-child)>.button,.ui.action.input:not([class*="left action"])>.dropdown:not(:first-child){border-radius:0}.ui.action.input:not([class*="left action"])>.button:last-child,.ui.action.input:not([class*="left action"])>.buttons:last-child>.button,.ui.action.input:not([class*="left action"])>.dropdown:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.action.input:not([class*="left action"]) input:focus{border-right-color:#85b7d9!important}.ui[class*="left action"].input>input{border-top-left-radius:0!important;border-bottom-left-radius:0!important;border-left-color:transparent!important}.ui[class*="left action"].input>.button,.ui[class*="left action"].input>.buttons>.button,.ui[class*="left action"].input>.dropdown{border-radius:0}.ui[class*="left action"].input>.button:first-child,.ui[class*="left action"].input>.buttons:first-child>.button,.ui[class*="left action"].input>.dropdown:first-child{border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="left action"].input>input:focus{border-left-color:#85b7d9!important}.ui.inverted.input input{border:none}.ui.fluid.input{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.fluid.input>input{width:0!important}.ui.mini.input{font-size:.78571429em}.ui.small.input{font-size:.92857143em}.ui.input{font-size:1em}.ui.large.input{font-size:1.14285714em}.ui.big.input{font-size:1.28571429em}.ui.huge.input{font-size:1.42857143em}.ui.massive.input{font-size:1.71428571em}/*! - * # Semantic UI 2.2.10 - Label - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.label{display:inline-block;line-height:1;vertical-align:baseline;margin:0 .14285714em;background-color:#e8e8e8;background-image:none;padding:.5833em .833em;color:rgba(0,0,0,.6);text-transform:none;font-weight:700;border:0 solid transparent;border-radius:.28571429rem;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label:first-child{margin-left:0}.ui.label:last-child{margin-right:0}a.ui.label{cursor:pointer}.ui.label>a{cursor:pointer;color:inherit;opacity:.5;-webkit-transition:.1s opacity ease;transition:.1s opacity ease}.ui.label>a:hover{opacity:1}.ui.label>img{width:auto!important;vertical-align:middle;height:2.1666em!important}.ui.label>.icon{width:auto;margin:0 .75em 0 0}.ui.label>.detail{display:inline-block;vertical-align:top;font-weight:700;margin-left:1em;opacity:.8}.ui.label>.detail .icon{margin:0 .25em 0 0}.ui.label>.close.icon,.ui.label>.delete.icon{cursor:pointer;margin-right:0;margin-left:.5em;font-size:.92857143em;opacity:.5;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.label>.delete.icon:hover{opacity:1}.ui.labels>.label{margin:0 .5em .5em 0}.ui.header>.ui.label{margin-top:-.29165em}.ui.attached.segment>.ui.top.left.attached.label,.ui.bottom.attached.segment>.ui.top.left.attached.label{border-top-left-radius:0}.ui.attached.segment>.ui.top.right.attached.label,.ui.bottom.attached.segment>.ui.top.right.attached.label{border-top-right-radius:0}.ui.top.attached.segment>.ui.bottom.left.attached.label{border-bottom-left-radius:0}.ui.top.attached.segment>.ui.bottom.right.attached.label{border-bottom-right-radius:0}.ui.top.attached.label+[class*="right floated"]+*,.ui.top.attached.label:first-child+:not(.attached){margin-top:2rem!important}.ui.bottom.attached.label:first-child~:last-child:not(.attached){margin-top:0;margin-bottom:2rem!important}.ui.image.label{width:auto!important;margin-top:0;margin-bottom:0;max-width:9999px;vertical-align:baseline;text-transform:none;background:#e8e8e8;padding:.5833em .833em .5833em .5em;border-radius:.28571429rem;box-shadow:none}.ui.image.label img{display:inline-block;vertical-align:top;height:2.1666em;margin:-.5833em .5em -.5833em -.5em;border-radius:.28571429rem 0 0 .28571429rem}.ui.image.label .detail{background:rgba(0,0,0,.1);margin:-.5833em -.833em -.5833em .5em;padding:.5833em .833em;border-radius:0 .28571429rem .28571429rem 0}.ui.tag.label,.ui.tag.labels .label{margin-left:1em;position:relative;padding-left:1.5em;padding-right:1.5em;border-radius:0 .28571429rem .28571429rem 0;-webkit-transition:none;transition:none}.ui.tag.label:before,.ui.tag.labels .label:before{position:absolute;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg);top:50%;right:100%;content:'';background-color:inherit;background-image:none;width:1.56em;height:1.56em;-webkit-transition:none;transition:none}.ui.tag.label:after,.ui.tag.labels .label:after{position:absolute;content:'';top:50%;left:-.25em;margin-top:-.25em;background-color:#fff!important;width:.5em;height:.5em;box-shadow:0 -1px 1px 0 rgba(0,0,0,.3);border-radius:500rem}.ui.corner.label{position:absolute;top:0;right:0;margin:0;padding:0;text-align:center;border-color:#e8e8e8;width:4em;height:4em;z-index:1;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label{background-color:transparent!important}.ui.corner.label:after{position:absolute;content:"";right:0;top:0;z-index:-1;width:0;height:0;background-color:transparent!important;border-top:0 solid transparent;border-right:4em solid transparent;border-bottom:4em solid transparent;border-left:0 solid transparent;border-right-color:inherit;-webkit-transition:border-color .1s ease;transition:border-color .1s ease}.ui.corner.label .icon{cursor:default;position:relative;top:.64285714em;left:.78571429em;font-size:1.14285714em;margin:0}.ui.left.corner.label,.ui.left.corner.label:after{right:auto;left:0}.ui.left.corner.label:after{border-top:4em solid transparent;border-right:4em solid transparent;border-bottom:0 solid transparent;border-left:0 solid transparent;border-top-color:inherit}.ui.left.corner.label .icon{left:-.78571429em}.ui.segment>.ui.corner.label{top:-1px;right:-1px}.ui.segment>.ui.left.corner.label{right:auto;left:-1px}.ui.ribbon.label{position:relative;margin:0;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;border-radius:0 .28571429rem .28571429rem 0;border-color:rgba(0,0,0,.15)}.ui.ribbon.label:after{position:absolute;content:'';top:100%;left:0;background-color:transparent!important;border-style:solid;border-width:0 1.2em 1.2em 0;border-color:transparent;border-right-color:inherit;width:0;height:0}.ui.ribbon.label{left:calc(-1rem - 1.2em);margin-right:-1.2em;padding-left:calc(1rem + 1.2em);padding-right:1.2em}.ui[class*="right ribbon"].label{left:calc(100% + 1rem + 1.2em);padding-left:1.2em;padding-right:calc(1rem + 1.2em)}.ui[class*="right ribbon"].label{text-align:left;-webkit-transform:translateX(-100%);transform:translateX(-100%);border-radius:.28571429rem 0 0 .28571429rem}.ui[class*="right ribbon"].label:after{left:auto;right:0;border-style:solid;border-width:1.2em 1.2em 0 0;border-color:transparent;border-top-color:inherit}.ui.card .image>.ribbon.label,.ui.image>.ribbon.label{position:absolute;top:1rem}.ui.card .image>.ui.ribbon.label,.ui.image>.ui.ribbon.label{left:calc(.05rem - 1.2em)}.ui.card .image>.ui[class*="right ribbon"].label,.ui.image>.ui[class*="right ribbon"].label{left:calc(100% + -.05rem + 1.2em);padding-left:.833em}.ui.table td>.ui.ribbon.label{left:calc(-.78571429em - 1.2em)}.ui.table td>.ui[class*="right ribbon"].label{left:calc(100% + .78571429em + 1.2em);padding-left:.833em}.ui.attached.label,.ui[class*="top attached"].label{width:100%;position:absolute;margin:0;top:0;left:0;padding:.75em 1em;border-radius:.21428571rem .21428571rem 0 0}.ui[class*="bottom attached"].label{top:auto;bottom:0;border-radius:0 0 .21428571rem .21428571rem}.ui[class*="top left attached"].label{width:auto;margin-top:0!important;border-radius:.21428571rem 0 .28571429rem 0}.ui[class*="top right attached"].label{width:auto;left:auto;right:0;border-radius:0 .21428571rem 0 .28571429rem}.ui[class*="bottom left attached"].label{width:auto;top:auto;bottom:0;border-radius:0 .28571429rem 0 .21428571rem}.ui[class*="bottom right attached"].label{top:auto;bottom:0;left:auto;right:0;width:auto;border-radius:.28571429rem 0 .21428571rem 0}.ui.label.disabled{opacity:.5}a.ui.label:hover,a.ui.labels .label:hover{background-color:#e0e0e0;border-color:#e0e0e0;background-image:none;color:rgba(0,0,0,.8)}.ui.labels a.label:hover:before,a.ui.label:hover:before{color:rgba(0,0,0,.8)}.ui.active.label{background-color:#d0d0d0;border-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}.ui.active.label:before{background-color:#d0d0d0;background-image:none;color:rgba(0,0,0,.95)}a.ui.active.label:hover,a.ui.labels .active.label:hover{background-color:#c8c8c8;border-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.labels a.active.label:ActiveHover:before,a.ui.active.label:ActiveHover:before{background-color:#c8c8c8;background-image:none;color:rgba(0,0,0,.95)}.ui.label.visible:not(.dropdown),.ui.labels.visible .label{display:inline-block!important}.ui.label.hidden,.ui.labels.hidden .label{display:none!important}.ui.red.label,.ui.red.labels .label{background-color:#db2828!important;border-color:#db2828!important;color:#fff!important}.ui.red.labels .label:hover,a.ui.red.label:hover{background-color:#d01919!important;border-color:#d01919!important;color:#fff!important}.ui.red.corner.label,.ui.red.corner.label:hover{background-color:transparent!important}.ui.red.ribbon.label{border-color:#b21e1e!important}.ui.basic.red.label{background-color:#fff!important;color:#db2828!important;border-color:#db2828!important}.ui.basic.red.labels a.label:hover,a.ui.basic.red.label:hover{background-color:#fff!important;color:#d01919!important;border-color:#d01919!important}.ui.orange.label,.ui.orange.labels .label{background-color:#f2711c!important;border-color:#f2711c!important;color:#fff!important}.ui.orange.labels .label:hover,a.ui.orange.label:hover{background-color:#f26202!important;border-color:#f26202!important;color:#fff!important}.ui.orange.corner.label,.ui.orange.corner.label:hover{background-color:transparent!important}.ui.orange.ribbon.label{border-color:#cf590c!important}.ui.basic.orange.label{background-color:#fff!important;color:#f2711c!important;border-color:#f2711c!important}.ui.basic.orange.labels a.label:hover,a.ui.basic.orange.label:hover{background-color:#fff!important;color:#f26202!important;border-color:#f26202!important}.ui.yellow.label,.ui.yellow.labels .label{background-color:#fbbd08!important;border-color:#fbbd08!important;color:#fff!important}.ui.yellow.labels .label:hover,a.ui.yellow.label:hover{background-color:#eaae00!important;border-color:#eaae00!important;color:#fff!important}.ui.yellow.corner.label,.ui.yellow.corner.label:hover{background-color:transparent!important}.ui.yellow.ribbon.label{border-color:#cd9903!important}.ui.basic.yellow.label{background-color:#fff!important;color:#fbbd08!important;border-color:#fbbd08!important}.ui.basic.yellow.labels a.label:hover,a.ui.basic.yellow.label:hover{background-color:#fff!important;color:#eaae00!important;border-color:#eaae00!important}.ui.olive.label,.ui.olive.labels .label{background-color:#b5cc18!important;border-color:#b5cc18!important;color:#fff!important}.ui.olive.labels .label:hover,a.ui.olive.label:hover{background-color:#a7bd0d!important;border-color:#a7bd0d!important;color:#fff!important}.ui.olive.corner.label,.ui.olive.corner.label:hover{background-color:transparent!important}.ui.olive.ribbon.label{border-color:#198f35!important}.ui.basic.olive.label{background-color:#fff!important;color:#b5cc18!important;border-color:#b5cc18!important}.ui.basic.olive.labels a.label:hover,a.ui.basic.olive.label:hover{background-color:#fff!important;color:#a7bd0d!important;border-color:#a7bd0d!important}.ui.green.label,.ui.green.labels .label{background-color:#21ba45!important;border-color:#21ba45!important;color:#fff!important}.ui.green.labels .label:hover,a.ui.green.label:hover{background-color:#16ab39!important;border-color:#16ab39!important;color:#fff!important}.ui.green.corner.label,.ui.green.corner.label:hover{background-color:transparent!important}.ui.green.ribbon.label{border-color:#198f35!important}.ui.basic.green.label{background-color:#fff!important;color:#21ba45!important;border-color:#21ba45!important}.ui.basic.green.labels a.label:hover,a.ui.basic.green.label:hover{background-color:#fff!important;color:#16ab39!important;border-color:#16ab39!important}.ui.teal.label,.ui.teal.labels .label{background-color:#00b5ad!important;border-color:#00b5ad!important;color:#fff!important}.ui.teal.labels .label:hover,a.ui.teal.label:hover{background-color:#009c95!important;border-color:#009c95!important;color:#fff!important}.ui.teal.corner.label,.ui.teal.corner.label:hover{background-color:transparent!important}.ui.teal.ribbon.label{border-color:#00827c!important}.ui.basic.teal.label{background-color:#fff!important;color:#00b5ad!important;border-color:#00b5ad!important}.ui.basic.teal.labels a.label:hover,a.ui.basic.teal.label:hover{background-color:#fff!important;color:#009c95!important;border-color:#009c95!important}.ui.blue.label,.ui.blue.labels .label{background-color:#2185d0!important;border-color:#2185d0!important;color:#fff!important}.ui.blue.labels .label:hover,a.ui.blue.label:hover{background-color:#1678c2!important;border-color:#1678c2!important;color:#fff!important}.ui.blue.corner.label,.ui.blue.corner.label:hover{background-color:transparent!important}.ui.blue.ribbon.label{border-color:#1a69a4!important}.ui.basic.blue.label{background-color:#fff!important;color:#2185d0!important;border-color:#2185d0!important}.ui.basic.blue.labels a.label:hover,a.ui.basic.blue.label:hover{background-color:#fff!important;color:#1678c2!important;border-color:#1678c2!important}.ui.violet.label,.ui.violet.labels .label{background-color:#6435c9!important;border-color:#6435c9!important;color:#fff!important}.ui.violet.labels .label:hover,a.ui.violet.label:hover{background-color:#5829bb!important;border-color:#5829bb!important;color:#fff!important}.ui.violet.corner.label,.ui.violet.corner.label:hover{background-color:transparent!important}.ui.violet.ribbon.label{border-color:#502aa1!important}.ui.basic.violet.label{background-color:#fff!important;color:#6435c9!important;border-color:#6435c9!important}.ui.basic.violet.labels a.label:hover,a.ui.basic.violet.label:hover{background-color:#fff!important;color:#5829bb!important;border-color:#5829bb!important}.ui.purple.label,.ui.purple.labels .label{background-color:#a333c8!important;border-color:#a333c8!important;color:#fff!important}.ui.purple.labels .label:hover,a.ui.purple.label:hover{background-color:#9627ba!important;border-color:#9627ba!important;color:#fff!important}.ui.purple.corner.label,.ui.purple.corner.label:hover{background-color:transparent!important}.ui.purple.ribbon.label{border-color:#82299f!important}.ui.basic.purple.label{background-color:#fff!important;color:#a333c8!important;border-color:#a333c8!important}.ui.basic.purple.labels a.label:hover,a.ui.basic.purple.label:hover{background-color:#fff!important;color:#9627ba!important;border-color:#9627ba!important}.ui.pink.label,.ui.pink.labels .label{background-color:#e03997!important;border-color:#e03997!important;color:#fff!important}.ui.pink.labels .label:hover,a.ui.pink.label:hover{background-color:#e61a8d!important;border-color:#e61a8d!important;color:#fff!important}.ui.pink.corner.label,.ui.pink.corner.label:hover{background-color:transparent!important}.ui.pink.ribbon.label{border-color:#c71f7e!important}.ui.basic.pink.label{background-color:#fff!important;color:#e03997!important;border-color:#e03997!important}.ui.basic.pink.labels a.label:hover,a.ui.basic.pink.label:hover{background-color:#fff!important;color:#e61a8d!important;border-color:#e61a8d!important}.ui.brown.label,.ui.brown.labels .label{background-color:#a5673f!important;border-color:#a5673f!important;color:#fff!important}.ui.brown.labels .label:hover,a.ui.brown.label:hover{background-color:#975b33!important;border-color:#975b33!important;color:#fff!important}.ui.brown.corner.label,.ui.brown.corner.label:hover{background-color:transparent!important}.ui.brown.ribbon.label{border-color:#805031!important}.ui.basic.brown.label{background-color:#fff!important;color:#a5673f!important;border-color:#a5673f!important}.ui.basic.brown.labels a.label:hover,a.ui.basic.brown.label:hover{background-color:#fff!important;color:#975b33!important;border-color:#975b33!important}.ui.grey.label,.ui.grey.labels .label{background-color:#767676!important;border-color:#767676!important;color:#fff!important}.ui.grey.labels .label:hover,a.ui.grey.label:hover{background-color:#838383!important;border-color:#838383!important;color:#fff!important}.ui.grey.corner.label,.ui.grey.corner.label:hover{background-color:transparent!important}.ui.grey.ribbon.label{border-color:#805031!important}.ui.basic.grey.label{background-color:#fff!important;color:#767676!important;border-color:#767676!important}.ui.basic.grey.labels a.label:hover,a.ui.basic.grey.label:hover{background-color:#fff!important;color:#838383!important;border-color:#838383!important}.ui.black.label,.ui.black.labels .label{background-color:#1b1c1d!important;border-color:#1b1c1d!important;color:#fff!important}.ui.black.labels .label:hover,a.ui.black.label:hover{background-color:#27292a!important;border-color:#27292a!important;color:#fff!important}.ui.black.corner.label,.ui.black.corner.label:hover{background-color:transparent!important}.ui.black.ribbon.label{border-color:#805031!important}.ui.basic.black.label{background-color:#fff!important;color:#1b1c1d!important;border-color:#1b1c1d!important}.ui.basic.black.labels a.label:hover,a.ui.basic.black.label:hover{background-color:#fff!important;color:#27292a!important;border-color:#27292a!important}.ui.basic.label{background:none #fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:none}a.ui.basic.label:hover{text-decoration:none;background:none #fff;color:#1e70bf;box-shadow:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.pointing.label:before{border-color:inherit}.ui.fluid.labels>.label,.ui.label.fluid{width:100%;box-sizing:border-box}.ui.inverted.label,.ui.inverted.labels .label{color:rgba(255,255,255,.9)!important}.ui.horizontal.label,.ui.horizontal.labels .label{margin:0 .5em 0 0;padding:.4em .833em;min-width:3em;text-align:center}.ui.circular.label,.ui.circular.labels .label{min-width:2em;min-height:2em;padding:.5em!important;line-height:1em;text-align:center;border-radius:500rem}.ui.empty.circular.label,.ui.empty.circular.labels .label{min-width:0;min-height:0;overflow:hidden;width:.5em;height:.5em;vertical-align:baseline}.ui.pointing.label{position:relative}.ui.attached.pointing.label{position:absolute}.ui.pointing.label:before{background-color:inherit;background-image:inherit;border-width:none;border-style:solid;border-color:inherit}.ui.pointing.label:before{position:absolute;content:'';-webkit-transform:rotate(45deg);transform:rotate(45deg);background-image:none;z-index:2;width:.6666em;height:.6666em;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.pointing.label,.ui[class*="pointing above"].label{margin-top:1em}.ui.pointing.label:before,.ui[class*="pointing above"].label:before{border-width:1px 0 0 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:0;left:50%}.ui[class*="bottom pointing"].label,.ui[class*="pointing below"].label{margin-top:0;margin-bottom:1em}.ui[class*="bottom pointing"].label:before,.ui[class*="pointing below"].label:before{border-width:0 1px 1px 0;top:auto;right:auto;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);top:100%;left:50%}.ui[class*="left pointing"].label{margin-top:0;margin-left:.6666em}.ui[class*="left pointing"].label:before{border-width:0 0 1px 1px;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);bottom:auto;right:auto;top:50%;left:0}.ui[class*="right pointing"].label{margin-top:0;margin-right:.6666em}.ui[class*="right pointing"].label:before{border-width:1px 1px 0 0;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);top:50%;right:0;bottom:auto;left:auto}.ui.basic.pointing.label:before,.ui.basic[class*="pointing above"].label:before{margin-top:-1px}.ui.basic[class*="bottom pointing"].label:before,.ui.basic[class*="pointing below"].label:before{bottom:auto;top:100%;margin-top:1px}.ui.basic[class*="left pointing"].label:before{top:50%;left:-1px}.ui.basic[class*="right pointing"].label:before{top:50%;right:-1px}.ui.floating.label{position:absolute;z-index:100;top:-1em;left:100%;margin:0 0 0 -1.5em!important}.ui.mini.label,.ui.mini.labels .label{font-size:.64285714rem}.ui.tiny.label,.ui.tiny.labels .label{font-size:.71428571rem}.ui.small.label,.ui.small.labels .label{font-size:.78571429rem}.ui.label,.ui.labels .label{font-size:.85714286rem}.ui.large.label,.ui.large.labels .label{font-size:1rem}.ui.big.label,.ui.big.labels .label{font-size:1.28571429rem}.ui.huge.label,.ui.huge.labels .label{font-size:1.42857143rem}.ui.massive.label,.ui.massive.labels .label{font-size:1.71428571rem}/*! - * # Semantic UI 2.2.10 - List - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.list,ol.ui.list,ul.ui.list{list-style-type:none;margin:1em 0;padding:0 0}.ui.list:first-child,ol.ui.list:first-child,ul.ui.list:first-child{margin-top:0;padding-top:0}.ui.list:last-child,ol.ui.list:last-child,ul.ui.list:last-child{margin-bottom:0;padding-bottom:0}.ui.list .list>.item,.ui.list>.item,ol.ui.list li,ul.ui.list li{display:list-item;table-layout:fixed;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.list>.item:after,.ui.list>.list>.item,ol.ui.list>li:first-child:after,ul.ui.list>li:first-child:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.list .list>.item:first-child,.ui.list>.item:first-child,ol.ui.list li:first-child,ul.ui.list li:first-child{padding-top:0}.ui.list .list>.item:last-child,.ui.list>.item:last-child,ol.ui.list li:last-child,ul.ui.list li:last-child{padding-bottom:0}.ui.list .list,ol.ui.list ol,ul.ui.list ul{clear:both;margin:0;padding:.75em 0 .25em .5em}.ui.list .list>.item,ol.ui.list ol li,ul.ui.list ul li{padding:.14285714em 0;line-height:inherit}.ui.list .list>.item>i.icon,.ui.list>.item>i.icon{display:table-cell;margin:0;padding-top:.07142857em;padding-right:.28571429em;vertical-align:top;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.list .list>.item>i.icon:only-child,.ui.list>.item>i.icon:only-child{display:inline-block;vertical-align:top}.ui.list .list>.item>.image,.ui.list>.item>.image{display:table-cell;background-color:transparent;margin:0;vertical-align:top}.ui.list .list>.item>.image:not(:only-child):not(img),.ui.list>.item>.image:not(:only-child):not(img){padding-right:.5em}.ui.list .list>.item>.image img,.ui.list>.item>.image img{vertical-align:top}.ui.list .list>.item>.image:only-child,.ui.list .list>.item>img.image,.ui.list>.item>.image:only-child,.ui.list>.item>img.image{display:inline-block}.ui.list .list>.item>.content,.ui.list>.item>.content{line-height:1.14285714em}.ui.list .list>.item>.icon+.content,.ui.list .list>.item>.image+.content,.ui.list>.item>.icon+.content,.ui.list>.item>.image+.content{display:table-cell;padding:0 0 0 .5em;vertical-align:top}.ui.list .list>.item>img.image+.content,.ui.list>.item>img.image+.content{display:inline-block}.ui.list .list>.item>.content>.list,.ui.list>.item>.content>.list{margin-left:0;padding-left:0}.ui.list .list>.item .header,.ui.list>.item .header{display:block;margin:0;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-weight:700;color:rgba(0,0,0,.87)}.ui.list .list>.item .description,.ui.list>.item .description{display:block;color:rgba(0,0,0,.7)}.ui.list .list>.item a,.ui.list>.item a{cursor:pointer}.ui.list .list>a.item,.ui.list>a.item{cursor:pointer;color:#4183c4}.ui.list .list>a.item:hover,.ui.list>a.item:hover{color:#1e70bf}.ui.list .list>a.item i.icon,.ui.list>a.item i.icon{color:rgba(0,0,0,.4)}.ui.list .list>.item a.header,.ui.list>.item a.header{cursor:pointer;color:#4183c4!important}.ui.list .list>.item a.header:hover,.ui.list>.item a.header:hover{color:#1e70bf!important}.ui[class*="left floated"].list{float:left}.ui[class*="right floated"].list{float:right}.ui.list .list>.item [class*="left floated"],.ui.list>.item [class*="left floated"]{float:left;margin:0 1em 0 0}.ui.list .list>.item [class*="right floated"],.ui.list>.item [class*="right floated"]{float:right;margin:0 0 0 1em}.ui.menu .ui.list .list>.item,.ui.menu .ui.list>.item{display:list-item;table-layout:fixed;background-color:transparent;list-style-type:none;list-style-position:outside;padding:.21428571em 0;line-height:1.14285714em}.ui.menu .ui.list .list>.item:before,.ui.menu .ui.list>.item:before{border:none;background:0 0}.ui.menu .ui.list .list>.item:first-child,.ui.menu .ui.list>.item:first-child{padding-top:0}.ui.menu .ui.list .list>.item:last-child,.ui.menu .ui.list>.item:last-child{padding-bottom:0}.ui.horizontal.list{display:inline-block;font-size:0}.ui.horizontal.list>.item{display:inline-block;margin-left:1em;font-size:1rem}.ui.horizontal.list:not(.celled)>.item:first-child{margin-left:0!important;padding-left:0!important}.ui.horizontal.list .list{padding-left:0;padding-bottom:0}.ui.horizontal.list .list>.item>.content,.ui.horizontal.list .list>.item>.icon,.ui.horizontal.list .list>.item>.image,.ui.horizontal.list>.item>.content,.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.image{vertical-align:middle}.ui.horizontal.list>.item:first-child,.ui.horizontal.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.horizontal.list>.item>i.icon{margin:0;padding:0 .25em 0 0}.ui.horizontal.list>.item>.icon,.ui.horizontal.list>.item>.icon+.content{float:none;display:inline-block}.ui.list .list>.disabled.item,.ui.list>.disabled.item{pointer-events:none;color:rgba(40,40,40,.3)!important}.ui.inverted.list .list>.disabled.item,.ui.inverted.list>.disabled.item{color:rgba(225,225,225,.3)!important}.ui.list .list>a.item:hover .icon,.ui.list>a.item:hover .icon{color:rgba(0,0,0,.87)}.ui.inverted.list .list>a.item>.icon,.ui.inverted.list>a.item>.icon{color:rgba(255,255,255,.7)}.ui.inverted.list .list>.item .header,.ui.inverted.list>.item .header{color:rgba(255,255,255,.9)}.ui.inverted.list .list>.item .description,.ui.inverted.list>.item .description{color:rgba(255,255,255,.7)}.ui.inverted.list .list>a.item,.ui.inverted.list>a.item{cursor:pointer;color:rgba(255,255,255,.9)}.ui.inverted.list .list>a.item:hover,.ui.inverted.list>a.item:hover{color:#1e70bf}.ui.inverted.list .item a:not(.ui){color:rgba(255,255,255,.9)!important}.ui.inverted.list .item a:not(.ui):hover{color:#1e70bf!important}.ui.list [class*="top aligned"],.ui.list[class*="top aligned"] .content,.ui.list[class*="top aligned"] .image{vertical-align:top!important}.ui.list [class*="middle aligned"],.ui.list[class*="middle aligned"] .content,.ui.list[class*="middle aligned"] .image{vertical-align:middle!important}.ui.list [class*="bottom aligned"],.ui.list[class*="bottom aligned"] .content,.ui.list[class*="bottom aligned"] .image{vertical-align:bottom!important}.ui.link.list .item,.ui.link.list .item a:not(.ui),.ui.link.list a.item{color:rgba(0,0,0,.4);-webkit-transition:.1s color ease;transition:.1s color ease}.ui.link.list .item a:not(.ui):hover,.ui.link.list a.item:hover{color:rgba(0,0,0,.8)}.ui.link.list .item a:not(.ui):active,.ui.link.list a.item:active{color:rgba(0,0,0,.9)}.ui.link.list .active.item,.ui.link.list .active.item a:not(.ui){color:rgba(0,0,0,.95)}.ui.inverted.link.list .item,.ui.inverted.link.list .item a:not(.ui),.ui.inverted.link.list a.item{color:rgba(255,255,255,.5)}.ui.inverted.link.list .item a:not(.ui):hover,.ui.inverted.link.list a.item:hover{color:#fff}.ui.inverted.link.list .item a:not(.ui):active,.ui.inverted.link.list a.item:active{color:#fff}.ui.inverted.link.list .active.item a:not(.ui),.ui.inverted.link.list a.active.item{color:#fff}.ui.selection.list .list>.item,.ui.selection.list>.item{cursor:pointer;background:0 0;padding:.5em .5em;margin:0;color:rgba(0,0,0,.4);border-radius:.5em;-webkit-transition:.1s color ease,.1s padding-left ease,.1s background-color ease;transition:.1s color ease,.1s padding-left ease,.1s background-color ease}.ui.selection.list .list>.item:last-child,.ui.selection.list>.item:last-child{margin-bottom:0}.ui.selection.list.list>.item:hover,.ui.selection.list>.item:hover{background:rgba(0,0,0,.03);color:rgba(0,0,0,.8)}.ui.selection.list .list>.item:active,.ui.selection.list>.item:active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.9)}.ui.selection.list .list>.item.active,.ui.selection.list>.item.active{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.selection.list>.item{background:0 0;color:rgba(255,255,255,.5)}.ui.inverted.selection.list>.item:hover{background:rgba(255,255,255,.02);color:#fff}.ui.inverted.selection.list>.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.selection.list>.item.active{background:rgba(255,255,255,.08);color:#fff}.ui.celled.selection.list .list>.item,.ui.celled.selection.list>.item,.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{border-radius:0}.ui.animated.list>.item{-webkit-transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s;transition:.25s color ease .1s,.25s padding-left ease .1s,.25s background-color ease .1s}.ui.animated.list:not(.horizontal)>.item:hover{padding-left:1em}.ui.fitted.list:not(.selection) .list>.item,.ui.fitted.list:not(.selection)>.item{padding-left:0;padding-right:0}.ui.fitted.selection.list .list>.item,.ui.fitted.selection.list>.item{margin-left:-.5em;margin-right:-.5em}.ui.bulleted.list,ul.ui.list{margin-left:1.25rem}.ui.bulleted.list .list>.item,.ui.bulleted.list>.item,ul.ui.list li{position:relative}.ui.bulleted.list .list>.item:before,.ui.bulleted.list>.item:before,ul.ui.list li:before{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;position:absolute;top:auto;left:auto;font-weight:400;margin-left:-1.25rem;content:'•';opacity:1;color:inherit;vertical-align:top}.ui.bulleted.list .list>a.item:before,.ui.bulleted.list>a.item:before,ul.ui.list li:before{color:rgba(0,0,0,.87)}.ui.bulleted.list .list,ul.ui.list ul{padding-left:1.25rem}.ui.horizontal.bulleted.list,ul.ui.horizontal.bulleted.list{margin-left:0}.ui.horizontal.bulleted.list>.item,ul.ui.horizontal.bulleted.list li{margin-left:1.75rem}.ui.horizontal.bulleted.list>.item:first-child,ul.ui.horizontal.bulleted.list li:first-child{margin-left:0}.ui.horizontal.bulleted.list>.item::before,ul.ui.horizontal.bulleted.list li::before{color:rgba(0,0,0,.87)}.ui.horizontal.bulleted.list>.item:first-child::before,ul.ui.horizontal.bulleted.list li:first-child::before{display:none}.ui.ordered.list,.ui.ordered.list .list,ol.ui.list,ol.ui.list ol{counter-reset:ordered;margin-left:1.25rem;list-style-type:none}.ui.ordered.list .list>.item,.ui.ordered.list>.item,ol.ui.list li{list-style-type:none;position:relative}.ui.ordered.list .list>.item:before,.ui.ordered.list>.item:before,ol.ui.list li:before{position:absolute;top:auto;left:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;margin-left:-1.25rem;counter-increment:ordered;content:counters(ordered, ".") " ";text-align:right;color:rgba(0,0,0,.87);vertical-align:middle;opacity:.8}.ui.ordered.inverted.list .list>.item:before,.ui.ordered.inverted.list>.item:before,ol.ui.inverted.list li:before{color:rgba(255,255,255,.7)}.ui.ordered.list>.item[data-value],.ui.ordered.list>.list>.item[data-value]{content:attr(data-value)}ol.ui.list li[value]:before{content:attr(value)}.ui.ordered.list .list,ol.ui.list ol{margin-left:1em}.ui.ordered.list .list>.item:before,ol.ui.list ol li:before{margin-left:-2em}.ui.ordered.horizontal.list,ol.ui.horizontal.list{margin-left:0}.ui.ordered.horizontal.list .list>.item:before,.ui.ordered.horizontal.list>.item:before,ol.ui.horizontal.list li:before{position:static;margin:0 .5em 0 0}.ui.divided.list>.item{border-top:1px solid rgba(34,36,38,.15)}.ui.divided.list .list>.item{border-top:none}.ui.divided.list .item .list>.item{border-top:none}.ui.divided.list .list>.item:first-child,.ui.divided.list>.item:first-child{border-top:none}.ui.divided.list:not(.horizontal) .list>.item:first-child{border-top-width:1px}.ui.divided.bulleted.list .list,.ui.divided.bulleted.list:not(.horizontal){margin-left:0;padding-left:0}.ui.divided.bulleted.list>.item:not(.horizontal){padding-left:1.25rem}.ui.divided.ordered.list{margin-left:0}.ui.divided.ordered.list .list>.item,.ui.divided.ordered.list>.item{padding-left:1.25rem}.ui.divided.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.divided.ordered.list .item .list>.item{padding-left:1em}.ui.divided.selection.list .list>.item,.ui.divided.selection.list>.item{margin:0;border-radius:0}.ui.divided.horizontal.list{margin-left:0}.ui.divided.horizontal.list>.item:not(:first-child){padding-left:.5em}.ui.divided.horizontal.list>.item:not(:last-child){padding-right:.5em}.ui.divided.horizontal.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;line-height:.6}.ui.horizontal.divided.list>.item:first-child{border-left:none}.ui.divided.inverted.horizontal.list>.item,.ui.divided.inverted.list>.item,.ui.divided.inverted.list>.list{border-color:rgba(255,255,255,.1)}.ui.celled.list>.item,.ui.celled.list>.list{border-top:1px solid rgba(34,36,38,.15);padding-left:.5em;padding-right:.5em}.ui.celled.list>.item:last-child{border-bottom:1px solid rgba(34,36,38,.15)}.ui.celled.list>.item:first-child,.ui.celled.list>.item:last-child{padding-top:.21428571em;padding-bottom:.21428571em}.ui.celled.list .item .list>.item{border-width:0}.ui.celled.list .list>.item:first-child{border-top-width:0}.ui.celled.bulleted.list{margin-left:0}.ui.celled.bulleted.list .list>.item,.ui.celled.bulleted.list>.item{padding-left:1.25rem}.ui.celled.bulleted.list .item .list{margin-left:-1.25rem;margin-right:-1.25rem;padding-bottom:.21428571em}.ui.celled.ordered.list{margin-left:0}.ui.celled.ordered.list .list>.item,.ui.celled.ordered.list>.item{padding-left:1.25rem}.ui.celled.ordered.list .item .list{margin-left:0;margin-right:0;padding-bottom:.21428571em}.ui.celled.ordered.list .list>.item{padding-left:1em}.ui.horizontal.celled.list{margin-left:0}.ui.horizontal.celled.list .list>.item,.ui.horizontal.celled.list>.item{border-top:none;border-left:1px solid rgba(34,36,38,.15);margin:0;padding-left:.5em;padding-right:.5em;line-height:.6}.ui.horizontal.celled.list .list>.item:last-child,.ui.horizontal.celled.list>.item:last-child{border-bottom:none;border-right:1px solid rgba(34,36,38,.15)}.ui.celled.inverted.list>.item,.ui.celled.inverted.list>.list{border-color:1px solid rgba(255,255,255,.1)}.ui.celled.inverted.horizontal.list .list>.item,.ui.celled.inverted.horizontal.list>.item{border-color:1px solid rgba(255,255,255,.1)}.ui.relaxed.list:not(.horizontal)>.item:not(:first-child){padding-top:.42857143em}.ui.relaxed.list:not(.horizontal)>.item:not(:last-child){padding-bottom:.42857143em}.ui.horizontal.relaxed.list .list>.item:not(:first-child),.ui.horizontal.relaxed.list>.item:not(:first-child){padding-left:1rem}.ui.horizontal.relaxed.list .list>.item:not(:last-child),.ui.horizontal.relaxed.list>.item:not(:last-child){padding-right:1rem}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:first-child){padding-top:.85714286em}.ui[class*="very relaxed"].list:not(.horizontal)>.item:not(:last-child){padding-bottom:.85714286em}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:first-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:first-child){padding-left:1.5rem}.ui.horizontal[class*="very relaxed"].list .list>.item:not(:last-child),.ui.horizontal[class*="very relaxed"].list>.item:not(:last-child){padding-right:1.5rem}.ui.mini.list{font-size:.78571429em}.ui.tiny.list{font-size:.85714286em}.ui.small.list{font-size:.92857143em}.ui.list{font-size:1em}.ui.large.list{font-size:1.14285714em}.ui.big.list{font-size:1.28571429em}.ui.huge.list{font-size:1.42857143em}.ui.massive.list{font-size:1.71428571em}.ui.mini.horizontal.list .list>.item,.ui.mini.horizontal.list>.item{font-size:.78571429rem}.ui.tiny.horizontal.list .list>.item,.ui.tiny.horizontal.list>.item{font-size:.85714286rem}.ui.small.horizontal.list .list>.item,.ui.small.horizontal.list>.item{font-size:.92857143rem}.ui.horizontal.list .list>.item,.ui.horizontal.list>.item{font-size:1rem}.ui.large.horizontal.list .list>.item,.ui.large.horizontal.list>.item{font-size:1.14285714rem}.ui.big.horizontal.list .list>.item,.ui.big.horizontal.list>.item{font-size:1.28571429rem}.ui.huge.horizontal.list .list>.item,.ui.huge.horizontal.list>.item{font-size:1.42857143rem}.ui.massive.horizontal.list .list>.item,.ui.massive.horizontal.list>.item{font-size:1.71428571rem}/*! - * # Semantic UI 2.2.10 - Loader - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.loader{display:none;position:absolute;top:50%;left:50%;margin:0;text-align:center;z-index:1000;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.ui.loader:before{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loader:after{position:absolute;content:'';top:0;left:50%;width:100%;height:100%;-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.mini.loader:after,.ui.mini.loader:before{width:1rem;height:1rem;margin:0 0 0 -.5rem}.ui.tiny.loader:after,.ui.tiny.loader:before{width:1.14285714rem;height:1.14285714rem;margin:0 0 0 -.57142857rem}.ui.small.loader:after,.ui.small.loader:before{width:1.71428571rem;height:1.71428571rem;margin:0 0 0 -.85714286rem}.ui.loader:after,.ui.loader:before{width:2.28571429rem;height:2.28571429rem;margin:0 0 0 -1.14285714rem}.ui.large.loader:after,.ui.large.loader:before{width:3.42857143rem;height:3.42857143rem;margin:0 0 0 -1.71428571rem}.ui.big.loader:after,.ui.big.loader:before{width:3.71428571rem;height:3.71428571rem;margin:0 0 0 -1.85714286rem}.ui.huge.loader:after,.ui.huge.loader:before{width:4.14285714rem;height:4.14285714rem;margin:0 0 0 -2.07142857rem}.ui.massive.loader:after,.ui.massive.loader:before{width:4.57142857rem;height:4.57142857rem;margin:0 0 0 -2.28571429rem}.ui.dimmer .loader{display:block}.ui.dimmer .ui.loader{color:rgba(255,255,255,.9)}.ui.dimmer .ui.loader:before{border-color:rgba(255,255,255,.15)}.ui.dimmer .ui.loader:after{border-color:#fff transparent transparent}.ui.inverted.dimmer .ui.loader{color:rgba(0,0,0,.87)}.ui.inverted.dimmer .ui.loader:before{border-color:rgba(0,0,0,.1)}.ui.inverted.dimmer .ui.loader:after{border-color:#767676 transparent transparent}.ui.text.loader{width:auto!important;height:auto!important;text-align:center;font-style:normal}.ui.indeterminate.loader:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}.ui.loader.active,.ui.loader.visible{display:block}.ui.loader.disabled,.ui.loader.hidden{display:none}.ui.inverted.dimmer .ui.mini.loader,.ui.mini.loader{width:1rem;height:1rem;font-size:.78571429em}.ui.inverted.dimmer .ui.tiny.loader,.ui.tiny.loader{width:1.14285714rem;height:1.14285714rem;font-size:.85714286em}.ui.inverted.dimmer .ui.small.loader,.ui.small.loader{width:1.71428571rem;height:1.71428571rem;font-size:.92857143em}.ui.inverted.dimmer .ui.loader,.ui.loader{width:2.28571429rem;height:2.28571429rem;font-size:1em}.ui.inverted.dimmer .ui.large.loader,.ui.large.loader{width:3.42857143rem;height:3.42857143rem;font-size:1.14285714em}.ui.big.loader,.ui.inverted.dimmer .ui.big.loader{width:3.71428571rem;height:3.71428571rem;font-size:1.28571429em}.ui.huge.loader,.ui.inverted.dimmer .ui.huge.loader{width:4.14285714rem;height:4.14285714rem;font-size:1.42857143em}.ui.inverted.dimmer .ui.massive.loader,.ui.massive.loader{width:4.57142857rem;height:4.57142857rem;font-size:1.71428571em}.ui.mini.text.loader{min-width:1rem;padding-top:1.78571429rem}.ui.tiny.text.loader{min-width:1.14285714rem;padding-top:1.92857143rem}.ui.small.text.loader{min-width:1.71428571rem;padding-top:2.5rem}.ui.text.loader{min-width:2.28571429rem;padding-top:3.07142857rem}.ui.large.text.loader{min-width:3.42857143rem;padding-top:4.21428571rem}.ui.big.text.loader{min-width:3.71428571rem;padding-top:4.5rem}.ui.huge.text.loader{min-width:4.14285714rem;padding-top:4.92857143rem}.ui.massive.text.loader{min-width:4.57142857rem;padding-top:5.35714286rem}.ui.inverted.loader{color:rgba(255,255,255,.9)}.ui.inverted.loader:before{border-color:rgba(255,255,255,.15)}.ui.inverted.loader:after{border-top-color:#fff}.ui.inline.loader{position:relative;vertical-align:middle;margin:0;left:0;top:0;-webkit-transform:none;transform:none}.ui.inline.loader.active,.ui.inline.loader.visible{display:inline-block}.ui.centered.inline.loader.active,.ui.centered.inline.loader.visible{display:block;margin-left:auto;margin-right:auto}/*! - * # Semantic UI 2.2.10 - Rail - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.rail{position:absolute;top:0;width:300px;height:100%}.ui.left.rail{left:auto;right:100%;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.right.rail{left:100%;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.left.internal.rail{left:0;right:auto;padding:0 0 0 2rem;margin:0 0 0 2rem}.ui.right.internal.rail{left:auto;right:0;padding:0 2rem 0 0;margin:0 2rem 0 0}.ui.dividing.rail{width:302.5px}.ui.left.dividing.rail{padding:0 2.5rem 0 0;margin:0 2.5rem 0 0;border-right:1px solid rgba(34,36,38,.15)}.ui.right.dividing.rail{border-left:1px solid rgba(34,36,38,.15);padding:0 0 0 2.5rem;margin:0 0 0 2.5rem}.ui.close.rail{width:calc(300px + 1em)}.ui.close.left.rail{padding:0 1em 0 0;margin:0 1em 0 0}.ui.close.right.rail{padding:0 0 0 1em;margin:0 0 0 1em}.ui.very.close.rail{width:calc(300px + .5em)}.ui.very.close.left.rail{padding:0 .5em 0 0;margin:0 .5em 0 0}.ui.very.close.right.rail{padding:0 0 0 .5em;margin:0 0 0 .5em}.ui.attached.left.rail,.ui.attached.right.rail{padding:0;margin:0}.ui.mini.rail{font-size:.78571429rem}.ui.tiny.rail{font-size:.85714286rem}.ui.small.rail{font-size:.92857143rem}.ui.rail{font-size:1rem}.ui.large.rail{font-size:1.14285714rem}.ui.big.rail{font-size:1.28571429rem}.ui.huge.rail{font-size:1.42857143rem}.ui.massive.rail{font-size:1.71428571rem}/*! - * # Semantic UI 2.2.10 - Reveal - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.reveal{display:inherit;position:relative!important;font-size:0!important}.ui.reveal>.visible.content{position:absolute!important;top:0!important;left:0!important;z-index:3!important;-webkit-transition:all .5s ease .1s;transition:all .5s ease .1s}.ui.reveal>.hidden.content{position:relative!important;z-index:2!important}.ui.active.reveal .visible.content,.ui.reveal:hover .visible.content{z-index:4!important}.ui.slide.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.slide.reveal>.content{display:block;width:100%;float:left;margin:0;-webkit-transition:-webkit-transform .5s ease .1s;transition:transform .5s ease .1s}.ui.slide.reveal>.visible.content{position:relative!important}.ui.slide.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important;-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.active.reveal>.visible.content,.ui.slide.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.active.reveal>.hidden.content,.ui.slide.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.visible.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.right.reveal>.hidden.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.slide.right.active.reveal>.visible.content,.ui.slide.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.slide.right.active.reveal>.hidden.content,.ui.slide.right.reveal:hover>.hidden.content{-webkit-transform:translateX(0)!important;transform:translateX(0)!important}.ui.slide.up.reveal>.hidden.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.up.active.reveal>.visible.content,.ui.slide.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.up.active.reveal>.hidden.content,.ui.slide.up.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.slide.down.reveal>.hidden.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.slide.down.active.reveal>.visible.content,.ui.slide.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.slide.down.active.reveal>.hidden.content,.ui.slide.down.reveal:hover>.hidden.content{-webkit-transform:translateY(0)!important;transform:translateY(0)!important}.ui.fade.reveal>.visible.content{opacity:1}.ui.fade.active.reveal>.visible.content,.ui.fade.reveal:hover>.visible.content{opacity:0}.ui.move.reveal{position:relative!important;overflow:hidden!important;white-space:nowrap}.ui.move.reveal>.content{display:block;float:left;margin:0;-webkit-transition:-webkit-transform .5s cubic-bezier(.175,.885,.32,1) .1s;transition:transform .5s cubic-bezier(.175,.885,.32,1) .1s}.ui.move.reveal>.visible.content{position:relative!important}.ui.move.reveal>.hidden.content{position:absolute!important;left:0!important;width:100%!important}.ui.move.active.reveal>.visible.content,.ui.move.reveal:hover>.visible.content{-webkit-transform:translateX(-100%)!important;transform:translateX(-100%)!important}.ui.move.right.active.reveal>.visible.content,.ui.move.right.reveal:hover>.visible.content{-webkit-transform:translateX(100%)!important;transform:translateX(100%)!important}.ui.move.up.active.reveal>.visible.content,.ui.move.up.reveal:hover>.visible.content{-webkit-transform:translateY(-100%)!important;transform:translateY(-100%)!important}.ui.move.down.active.reveal>.visible.content,.ui.move.down.reveal:hover>.visible.content{-webkit-transform:translateY(100%)!important;transform:translateY(100%)!important}.ui.rotate.reveal>.visible.content{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:rotate(0);transform:rotate(0)}.ui.rotate.reveal>.visible.content,.ui.rotate.right.reveal>.visible.content{-webkit-transform-origin:bottom right;transform-origin:bottom right}.ui.rotate.active.reveal>.visible.content,.ui.rotate.reveal:hover>.visible.content,.ui.rotate.right.active.reveal>.visible.content,.ui.rotate.right.reveal:hover>.visible.content{-webkit-transform:rotate(110deg);transform:rotate(110deg)}.ui.rotate.left.reveal>.visible.content{-webkit-transform-origin:bottom left;transform-origin:bottom left}.ui.rotate.left.active.reveal>.visible.content,.ui.rotate.left.reveal:hover>.visible.content{-webkit-transform:rotate(-110deg);transform:rotate(-110deg)}.ui.disabled.reveal:hover>.visible.visible.content{position:static!important;display:block!important;opacity:1!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;-webkit-transform:none!important;transform:none!important}.ui.disabled.reveal:hover>.hidden.hidden.content{display:none!important}.ui.visible.reveal{overflow:visible}.ui.instant.reveal>.content{-webkit-transition-delay:0s!important;transition-delay:0s!important}.ui.reveal>.content{font-size:1rem!important}/*! - * # Semantic UI 2.2.10 - Segment - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.segment{position:relative;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.075);margin:1rem 0;padding:20px 20px;border-radius:4px;border:1px solid #d8dee2}.ui.segment:first-child{margin-top:0}.ui.segment:last-child{margin-bottom:0}.ui.vertical.segment{margin:0;padding-left:0;padding-right:0;background:none transparent;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid rgba(0,0,0,.13)}.ui.vertical.segment:last-child{border-bottom:none}.ui.inverted.segment>.ui.header{color:#fff}.ui[class*="bottom attached"].segment>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="top attached"].segment>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="top attached"].label{border-top-left-radius:0;border-top-right-radius:0}.ui.attached.segment:not(.top):not(.bottom)>[class*="bottom attached"].label{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.grid>.row>.ui.segment.column,.ui.grid>.ui.segment.column,.ui.page.grid.segment{padding-top:40px;padding-bottom:40px}.ui.grid.segment{margin:1rem 0;border-radius:4px}.ui.basic.table.segment{background:#fff;border:1px solid #d8dee2;box-shadow:0 1px 3px rgba(0,0,0,.075)}.ui[class*="very basic"].table.segment{padding:20px 20px}.ui.piled.segment,.ui.piled.segments{margin:3em 0;box-shadow:'';z-index:auto}.ui.piled.segment:first-child{margin-top:0}.ui.piled.segment:last-child{margin-bottom:0}.ui.piled.segment:after,.ui.piled.segment:before,.ui.piled.segments:after,.ui.piled.segments:before{background-color:#fff;visibility:visible;content:'';display:block;height:100%;left:0;position:absolute;width:100%;border:1px solid #d8dee2;box-shadow:''}.ui.piled.segment:before,.ui.piled.segments:before{-webkit-transform:rotate(-1.2deg);transform:rotate(-1.2deg);top:0;z-index:-2}.ui.piled.segment:after,.ui.piled.segments:after{-webkit-transform:rotate(1.2deg);transform:rotate(1.2deg);top:0;z-index:-1}.ui[class*="top attached"].piled.segment{margin-top:3em;margin-bottom:0}.ui.piled.segment[class*="top attached"]:first-child{margin-top:0}.ui.piled.segment[class*="bottom attached"]{margin-top:0;margin-bottom:3em}.ui.piled.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.stacked.segment{padding-bottom:20.4px}.ui.stacked.segment:after,.ui.stacked.segment:before,.ui.stacked.segments:after,.ui.stacked.segments:before{content:'';position:absolute;bottom:-3px;left:0;border-top:1px solid rgba(0,0,0,.13);background:rgba(0,0,0,.03);width:100%;height:6px;visibility:visible}.ui.stacked.segment:before,.ui.stacked.segments:before{display:none}.ui.tall.stacked.segment:before,.ui.tall.stacked.segments:before{display:block;bottom:0}.ui.stacked.inverted.segment:after,.ui.stacked.inverted.segment:before,.ui.stacked.inverted.segments:after,.ui.stacked.inverted.segments:before{background-color:rgba(0,0,0,.03);border-top:1px solid #51a7e8}.ui.padded.segment{padding:1.5em}.ui[class*="very padded"].segment{padding:3em}.ui.padded.segment.vertical.segment,.ui[class*="very padded"].vertical.segment{padding-left:0;padding-right:0}.ui.compact.segment{display:table}.ui.compact.segments{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.ui.compact.segments .segment,.ui.segments .compact.segment{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.ui.circular.segment{display:table-cell;padding:2em;text-align:center;vertical-align:middle;border-radius:500em}.ui.raised.segment,.ui.raised.segments{box-shadow:0 1px 3px rgba(0,0,0,.075)}.ui.segments{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;margin:1rem 0;border:1px solid #d8dee2;box-shadow:0 1px 3px rgba(0,0,0,.075);border-radius:4px}.ui.segments:first-child{margin-top:0}.ui.segments:last-child{margin-bottom:0}.ui.segments>.segment{top:0;bottom:0;border-radius:0;margin:0;width:auto;box-shadow:none;border:none;border-top:1px solid #d8dee2}.ui.segments:not(.horizontal)>.segment:first-child{border-top:none;margin-top:0;bottom:0;margin-bottom:0;top:0;border-radius:4px 4px 0 0}.ui.segments:not(.horizontal)>.segment:last-child{top:0;bottom:0;margin-top:0;margin-bottom:0;box-shadow:0 1px 3px rgba(0,0,0,.075),none;border-radius:0 0 4px 4px}.ui.segments:not(.horizontal)>.segment:only-child{border-radius:4px}.ui.segments>.ui.segments{border-top:1px solid #d8dee2;margin:1rem 1rem}.ui.segments>.segments:first-child{border-top:none}.ui.segments>.segment+.segments:not(.horizontal){margin-top:0}.ui.horizontal.segments{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:transparent;border-radius:0;padding:0;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.075);margin:1rem 0;border-radius:4px;border:1px solid #d8dee2}.ui.segments>.horizontal.segments{margin:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-top:1px solid #d8dee2}.ui.horizontal.segments>.segment{-webkit-box-flex:1;flex:1 1 auto;-ms-flex:1 1 0px;margin:0;min-width:0;background-color:transparent;border-radius:0;border:none;box-shadow:none;border-left:1px solid rgba(0,0,0,.13)}.ui.segments>.horizontal.segments:first-child{border-top:none}.ui.horizontal.segments>.segment:first-child{border-left:none}.ui.disabled.segment{opacity:.3;color:rgba(40,40,40,.3)}.ui.loading.segment{position:relative;cursor:default;pointer-events:none;text-shadow:none!important;color:transparent!important;-webkit-transition:all 0s linear;transition:all 0s linear}.ui.loading.segment:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;border-radius:4px;z-index:100}.ui.loading.segment:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:segment-spin .6s linear;animation:segment-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#9e9e9e rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes segment-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.basic.segment{background:none transparent;box-shadow:none;border:none;border-radius:0}.ui.clearing.segment:after{content:".";display:block;height:0;clear:both;visibility:hidden}.ui.red.segment:not(.inverted){border-top:.5em solid #f44336}.ui.inverted.red.segment{background-color:#f44336!important;color:#fff!important}.ui.orange.segment:not(.inverted){border-top:.5em solid #d26911}.ui.inverted.orange.segment{background-color:#d26911!important;color:#fff!important}.ui.yellow.segment:not(.inverted){border-top:.5em solid #ffeb3b}.ui.inverted.yellow.segment{background-color:#ffeb3b!important;color:#fff!important}.ui.olive.segment:not(.inverted){border-top:.5em solid #b5cc18}.ui.inverted.olive.segment{background-color:#b5cc18!important;color:#fff!important}.ui.green.segment:not(.inverted){border-top:.5em solid #78cb5b}.ui.inverted.green.segment{background-color:#78cb5b!important;color:#fff!important}.ui.teal.segment:not(.inverted){border-top:.5em solid #1de9b6}.ui.inverted.teal.segment{background-color:#1de9b6!important;color:#fff!important}.ui.blue.segment:not(.inverted){border-top:.5em solid #80a6cd}.ui.inverted.blue.segment{background-color:#80a6cd!important;color:#fff!important}.ui.violet.segment:not(.inverted){border-top:.5em solid #6435c9}.ui.inverted.violet.segment{background-color:#6435c9!important;color:#fff!important}.ui.purple.segment:not(.inverted){border-top:.5em solid #9c27b0}.ui.inverted.purple.segment{background-color:#9c27b0!important;color:#fff!important}.ui.pink.segment:not(.inverted){border-top:.5em solid #e91e63}.ui.inverted.pink.segment{background-color:#e91e63!important;color:#fff!important}.ui.brown.segment:not(.inverted){border-top:.5em solid #a5673f}.ui.inverted.brown.segment{background-color:#a5673f!important;color:#fff!important}.ui.grey.segment:not(.inverted){border-top:.5em solid #9e9e9e}.ui.inverted.grey.segment{background-color:#9e9e9e!important;color:#fff!important}.ui.black.segment:not(.inverted){border-top:.5em solid #333}.ui.inverted.black.segment{background-color:#333!important;color:#fff!important}.ui[class*="left aligned"].segment{text-align:left}.ui[class*="right aligned"].segment{text-align:right}.ui[class*="center aligned"].segment{text-align:center}.ui.floated.segment,.ui[class*="left floated"].segment{float:left;margin-right:1em}.ui[class*="right floated"].segment{float:right;margin-left:1em}.ui.inverted.segment{border:none;box-shadow:none}.ui.inverted.segment,.ui.primary.inverted.segment{background:#333;color:rgba(255,255,255,.9)}.ui.inverted.segment .segment{color:#212121}.ui.inverted.segment .inverted.segment{color:rgba(255,255,255,.9)}.ui.inverted.attached.segment{border-color:#555}.ui.secondary.segment{background:#f9f9f9;color:#212121}.ui.secondary.inverted.segment{background:#555;color:#212121}.ui.tertiary.segment{background:#f0f0f0;color:#212121}.ui.tertiary.inverted.segment{background:#333;color:#212121}.ui.attached.segment{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #ddd}.ui.attached:not(.message)+.ui.attached.segment:not(.top){border-top:none}.ui[class*="top attached"].segment{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:4px 4px 0 0}.ui.segment[class*="top attached"]:first-child{margin-top:0}.ui.segment[class*="bottom attached"]{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.075),none;border-radius:0 0 4px 4px}.ui.segment[class*="bottom attached"]:last-child{margin-bottom:0}.ui.mini.segment,.ui.mini.segments .segment{font-size:.76923077rem}.ui.tiny.segment,.ui.tiny.segments .segment{font-size:.84615385rem}.ui.small.segment,.ui.small.segments .segment{font-size:.92307692rem}.ui.segment,.ui.segments .segment{font-size:1rem}.ui.large.segment,.ui.large.segments .segment{font-size:1.15384615rem}.ui.big.segment,.ui.big.segments .segment{font-size:1.30769231rem}.ui.huge.segment,.ui.huge.segments .segment{font-size:1.46153846rem}.ui.massive.segment,.ui.massive.segments .segment{font-size:1.69230769rem}/*! - * # Semantic UI 2.2.10 - Step - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:1em 0;background:'';box-shadow:none;line-height:1.14285714em;border-radius:.28571429rem;border:1px solid rgba(34,36,38,.15)}.ui.steps:first-child{margin-top:0}.ui.steps:last-child{margin-bottom:0}.ui.steps .step{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0;padding:1.14285714em 2em;background:#fff;color:rgba(0,0,0,.87);box-shadow:none;border-radius:0;border:none;border-right:1px solid rgba(34,36,38,.15);-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease}.ui.steps .step:after{display:none;position:absolute;z-index:2;content:'';top:50%;right:0;border:medium none;background-color:#fff;width:1.14285714em;height:1.14285714em;border-style:solid;border-color:rgba(34,36,38,.15);border-width:0 1px 1px 0;-webkit-transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;transition:background-color .1s ease,opacity .1s ease,color .1s ease,box-shadow .1s ease;-webkit-transform:translateY(-50%) translateX(50%) rotate(-45deg);transform:translateY(-50%) translateX(50%) rotate(-45deg)}.ui.steps .step:first-child{padding-left:2em;border-radius:.28571429rem 0 0 .28571429rem}.ui.steps .step:last-child{border-radius:0 .28571429rem .28571429rem 0}.ui.steps .step:last-child{border-right:none;margin-right:0}.ui.steps .step:only-child{border-radius:.28571429rem}.ui.steps .step .title{font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:1.14285714em;font-weight:700}.ui.steps .step>.title{width:100%}.ui.steps .step .description{font-weight:400;font-size:.92857143em;color:rgba(0,0,0,.87)}.ui.steps .step>.description{width:100%}.ui.steps .step .title~.description{margin-top:.25em}.ui.steps .step>.icon{line-height:1;font-size:2.5em;margin:0 1rem 0 0}.ui.steps .step>.icon,.ui.steps .step>.icon~.content{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-item-align:middle;align-self:middle}.ui.steps .step>.icon~.content{-webkit-box-flex:1 0 auto;-ms-flex-positive:1 0 auto;flex-grow:1 0 auto}.ui.steps:not(.vertical) .step>.icon{width:auto}.ui.steps .link.step,.ui.steps a.step{cursor:pointer}.ui.ordered.steps{counter-reset:ordered}.ui.ordered.steps .step:before{display:block;position:static;text-align:center;content:counters(ordered, ".");-ms-flex-item-align:middle;align-self:middle;margin-right:1rem;font-size:2.5em;counter-increment:ordered;font-family:inherit;font-weight:700}.ui.ordered.steps .step>*{display:block;-ms-flex-item-align:middle;align-self:middle}.ui.vertical.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:visible}.ui.vertical.steps .step{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:0;padding:1.14285714em 2em;border-right:none;border-bottom:1px solid rgba(34,36,38,.15)}.ui.vertical.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.vertical.steps .step:last-child{border-bottom:none;border-radius:0 0 .28571429rem .28571429rem}.ui.vertical.steps .step:only-child{border-radius:.28571429rem}.ui.vertical.steps .step:after{display:none}.ui.vertical.steps .step:after{top:50%;right:0;border-width:0 1px 1px 0}.ui.vertical.steps .step:after{display:none}.ui.vertical.steps .active.step:after{display:block}.ui.vertical.steps .step:last-child:after{display:none}.ui.vertical.steps .active.step:last-child:after{display:block}@media only screen and (max-width:767px){.ui.steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.steps .step{width:100%!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui.steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui.steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.steps .step:after{display:none!important}.ui.steps .step .content{text-align:center}.ui.ordered.steps .step:before,.ui.steps .step>.icon{margin:0 0 1rem 0}}.ui.steps .link.step:hover,.ui.steps .link.step:hover::after,.ui.steps a.step:hover,.ui.steps a.step:hover::after{background:#f9fafb;color:rgba(0,0,0,.8)}.ui.steps .link.step:active,.ui.steps .link.step:active::after,.ui.steps a.step:active,.ui.steps a.step:active::after{background:#f3f4f5;color:rgba(0,0,0,.9)}.ui.steps .step.active{cursor:auto;background:#f3f4f5}.ui.steps .step.active:after{background:#f3f4f5}.ui.steps .step.active .title{color:#4183c4}.ui.ordered.steps .step.active:before,.ui.steps .active.step .icon{color:rgba(0,0,0,.85)}.ui.steps .step:after{display:block}.ui.steps .active.step:after{display:block}.ui.steps .step:last-child:after{display:none}.ui.steps .active.step:last-child:after{display:none}.ui.steps .link.active.step:hover,.ui.steps .link.active.step:hover::after,.ui.steps a.active.step:hover,.ui.steps a.active.step:hover::after{cursor:pointer;background:#dcddde;color:rgba(0,0,0,.87)}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{color:#21ba45}.ui.steps .disabled.step{cursor:auto;background:#fff;pointer-events:none}.ui.steps .disabled.step,.ui.steps .disabled.step .description,.ui.steps .disabled.step .title{color:rgba(40,40,40,.3)}.ui.steps .disabled.step:after{background:#fff}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].steps{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;overflow:visible;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui[class*="tablet stackable"].steps .step{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;padding:1.14285714em 2em}.ui[class*="tablet stackable"].steps .step:first-child{padding:1.14285714em 2em;border-radius:.28571429rem .28571429rem 0 0}.ui[class*="tablet stackable"].steps .step:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui[class*="tablet stackable"].steps .step:after{display:none!important}.ui[class*="tablet stackable"].steps .step .content{text-align:center}.ui[class*="tablet stackable"].ordered.steps .step:before,.ui[class*="tablet stackable"].steps .step>.icon{margin:0 0 1rem 0}}.ui.fluid.steps{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.ui.attached.steps{width:calc(100% + 2px)!important;margin:0 -1px 0;max-width:calc(100% + 2px);border-radius:.28571429rem .28571429rem 0 0}.ui.attached.steps .step:first-child{border-radius:.28571429rem 0 0 0}.ui.attached.steps .step:last-child{border-radius:0 .28571429rem 0 0}.ui.bottom.attached.steps{margin:0 -1px 0;border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.attached.steps .step:first-child{border-radius:0 0 0 .28571429rem}.ui.bottom.attached.steps .step:last-child{border-radius:0 0 .28571429rem 0}.ui.eight.steps,.ui.five.steps,.ui.four.steps,.ui.one.steps,.ui.seven.steps,.ui.six.steps,.ui.three.steps,.ui.two.steps{width:100%}.ui.eight.steps>.step,.ui.five.steps>.step,.ui.four.steps>.step,.ui.one.steps>.step,.ui.seven.steps>.step,.ui.six.steps>.step,.ui.three.steps>.step,.ui.two.steps>.step{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.ui.one.steps>.step{width:100%}.ui.two.steps>.step{width:50%}.ui.three.steps>.step{width:33.333%}.ui.four.steps>.step{width:25%}.ui.five.steps>.step{width:20%}.ui.six.steps>.step{width:16.666%}.ui.seven.steps>.step{width:14.285%}.ui.eight.steps>.step{width:12.5%}.ui.mini.step,.ui.mini.steps .step{font-size:.78571429rem}.ui.tiny.step,.ui.tiny.steps .step{font-size:.85714286rem}.ui.small.step,.ui.small.steps .step{font-size:.92857143rem}.ui.step,.ui.steps .step{font-size:1rem}.ui.large.step,.ui.large.steps .step{font-size:1.14285714rem}.ui.big.step,.ui.big.steps .step{font-size:1.28571429rem}.ui.huge.step,.ui.huge.steps .step{font-size:1.42857143rem}.ui.massive.step,.ui.massive.steps .step{font-size:1.71428571rem}@font-face{font-family:Step;src:url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff')}.ui.ordered.steps .step.completed:before,.ui.steps .step.completed>.icon:before{font-family:Step;content:'\e800'}/*! - * # Semantic UI 2.2.10 - Breadcrumb - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.breadcrumb{line-height:1;display:inline-block;margin:0 0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem 0;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.breadcrumb .active.section{font-weight:700}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.breadcrumb{font-size:1rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}/*! - * # Semantic UI 2.2.10 - Form - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.form{position:relative;max-width:100%}.ui.form>p{margin:1em 0}.ui.form .field{clear:both;margin:0 0 1em}.ui.form .field:last-child,.ui.form .fields:last-child .field{margin-bottom:0}.ui.form .fields .field{clear:both;margin:0}.ui.form .field>label{display:block;margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url],.ui.form textarea{width:100%;vertical-align:top}.ui.form ::-webkit-datetime-edit,.ui.form ::-webkit-inner-spin-button{height:1.21428571em}.ui.form input:not([type]),.ui.form input[type=date],.ui.form input[type=datetime-local],.ui.form input[type=email],.ui.form input[type=file],.ui.form input[type=number],.ui.form input[type=password],.ui.form input[type=search],.ui.form input[type=tel],.ui.form input[type=text],.ui.form input[type=time],.ui.form input[type=url]{font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;margin:0;outline:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form textarea{margin:0;-webkit-appearance:none;tap-highlight-color:rgba(255,255,255,0);padding:.78571429em 1em;background:#fff;border:1px solid rgba(34,36,38,.15);outline:0;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease;font-size:1em;line-height:1.2857;resize:vertical}.ui.form textarea:not([rows]){height:12em;min-height:8em;max-height:24em}.ui.form input[type=checkbox],.ui.form textarea{vertical-align:top}.ui.form input.attached{width:auto}.ui.form select{display:block;height:auto;width:100%;background:#fff;border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;box-shadow:0 0 0 0 transparent inset;padding:.62em 1em;color:rgba(0,0,0,.87);-webkit-transition:color .1s ease,border-color .1s ease;transition:color .1s ease,border-color .1s ease}.ui.form .field>.selection.dropdown{width:100%}.ui.form .field>.selection.dropdown>.dropdown.icon{float:right}.ui.form .inline.field>.selection.dropdown,.ui.form .inline.fields .field>.selection.dropdown{width:auto}.ui.form .inline.field>.selection.dropdown>.dropdown.icon,.ui.form .inline.fields .field>.selection.dropdown>.dropdown.icon{float:none}.ui.form .field .ui.input,.ui.form .fields .field .ui.input,.ui.form .wide.field .ui.input{width:100%}.ui.form .inline.field:not(.wide) .ui.input,.ui.form .inline.fields .field:not(.wide) .ui.input{width:auto;vertical-align:middle}.ui.form .field .ui.input input,.ui.form .fields .field .ui.input input{width:auto}.ui.form .eight.fields .ui.input input,.ui.form .five.fields .ui.input input,.ui.form .four.fields .ui.input input,.ui.form .nine.fields .ui.input input,.ui.form .seven.fields .ui.input input,.ui.form .six.fields .ui.input input,.ui.form .ten.fields .ui.input input,.ui.form .three.fields .ui.input input,.ui.form .two.fields .ui.input input,.ui.form .wide.field .ui.input input{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:0}.ui.form .error.message,.ui.form .success.message,.ui.form .warning.message{display:none}.ui.form .message:first-child{margin-top:0}.ui.form .field .prompt.label{white-space:normal;background:#fff!important;border:1px solid #e0b4b4!important;color:#9f3a38!important}.ui.form .inline.field .prompt,.ui.form .inline.fields .field .prompt{vertical-align:top;margin:-.25em 0 -.5em .5em}.ui.form .inline.field .prompt:before,.ui.form .inline.fields .field .prompt:before{border-width:0 0 1px 1px;bottom:auto;right:auto;top:50%;left:0}.ui.form .field.field input:-webkit-autofill{box-shadow:0 0 0 100px ivory inset!important;border-color:#e5dfa1!important}.ui.form .field.field input:-webkit-autofill:focus{box-shadow:0 0 0 100px ivory inset!important;border-color:#d5c315!important}.ui.form .error.error input:-webkit-autofill{box-shadow:0 0 0 100px #fffaf0 inset!important;border-color:#e0b4b4!important}.ui.form ::-webkit-input-placeholder{color:rgba(191,191,191,.87)}.ui.form :-ms-input-placeholder{color:rgba(191,191,191,.87)}.ui.form ::-moz-placeholder{color:rgba(191,191,191,.87)}.ui.form :focus::-webkit-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus:-ms-input-placeholder{color:rgba(115,115,115,.87)}.ui.form :focus::-moz-placeholder{color:rgba(115,115,115,.87)}.ui.form .error ::-webkit-input-placeholder{color:#e7bdbc}.ui.form .error :-ms-input-placeholder{color:#e7bdbc!important}.ui.form .error ::-moz-placeholder{color:#e7bdbc}.ui.form .error :focus::-webkit-input-placeholder{color:#da9796}.ui.form .error :focus:-ms-input-placeholder{color:#da9796!important}.ui.form .error :focus::-moz-placeholder{color:#da9796}.ui.form input:not([type]):focus,.ui.form input[type=date]:focus,.ui.form input[type=datetime-local]:focus,.ui.form input[type=email]:focus,.ui.form input[type=file]:focus,.ui.form input[type=number]:focus,.ui.form input[type=password]:focus,.ui.form input[type=search]:focus,.ui.form input[type=tel]:focus,.ui.form input[type=text]:focus,.ui.form input[type=time]:focus,.ui.form input[type=url]:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset}.ui.form textarea:focus{color:rgba(0,0,0,.95);border-color:#85b7d9;border-radius:.28571429rem;background:#fff;box-shadow:0 0 0 0 rgba(34,36,38,.35) inset;-webkit-appearance:none}.ui.form.success .success.message:not(:empty){display:block}.ui.form.success .compact.success.message:not(:empty){display:inline-block}.ui.form.success .icon.success.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form.warning .warning.message:not(:empty){display:block}.ui.form.warning .compact.warning.message:not(:empty){display:inline-block}.ui.form.warning .icon.warning.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form.error .error.message:not(:empty){display:block}.ui.form.error .compact.error.message:not(:empty){display:inline-block}.ui.form.error .icon.error.message:not(:empty){display:-webkit-box;display:-ms-flexbox;display:flex}.ui.form .field.error .input,.ui.form .field.error label,.ui.form .fields.error .field .input,.ui.form .fields.error .field label{color:#9f3a38}.ui.form .field.error .corner.label,.ui.form .fields.error .field .corner.label{border-color:#9f3a38;color:#fff}.ui.form .field.error input:not([type]),.ui.form .field.error input[type=date],.ui.form .field.error input[type=datetime-local],.ui.form .field.error input[type=email],.ui.form .field.error input[type=file],.ui.form .field.error input[type=number],.ui.form .field.error input[type=password],.ui.form .field.error input[type=search],.ui.form .field.error input[type=tel],.ui.form .field.error input[type=text],.ui.form .field.error input[type=time],.ui.form .field.error input[type=url],.ui.form .field.error select,.ui.form .field.error textarea,.ui.form .fields.error .field input:not([type]),.ui.form .fields.error .field input[type=date],.ui.form .fields.error .field input[type=datetime-local],.ui.form .fields.error .field input[type=email],.ui.form .fields.error .field input[type=file],.ui.form .fields.error .field input[type=number],.ui.form .fields.error .field input[type=password],.ui.form .fields.error .field input[type=search],.ui.form .fields.error .field input[type=tel],.ui.form .fields.error .field input[type=text],.ui.form .fields.error .field input[type=time],.ui.form .fields.error .field input[type=url],.ui.form .fields.error .field select,.ui.form .fields.error .field textarea{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;border-radius:'';box-shadow:none}.ui.form .field.error input:not([type]):focus,.ui.form .field.error input[type=date]:focus,.ui.form .field.error input[type=datetime-local]:focus,.ui.form .field.error input[type=email]:focus,.ui.form .field.error input[type=file]:focus,.ui.form .field.error input[type=number]:focus,.ui.form .field.error input[type=password]:focus,.ui.form .field.error input[type=search]:focus,.ui.form .field.error input[type=tel]:focus,.ui.form .field.error input[type=text]:focus,.ui.form .field.error input[type=time]:focus,.ui.form .field.error input[type=url]:focus,.ui.form .field.error select:focus,.ui.form .field.error textarea:focus{background:#fff6f6;border-color:#e0b4b4;color:#9f3a38;-webkit-appearance:none;box-shadow:none}.ui.form .field.error select{-webkit-appearance:menulist-button}.ui.form .field.error .ui.dropdown,.ui.form .field.error .ui.dropdown .item,.ui.form .field.error .ui.dropdown .text,.ui.form .fields.error .field .ui.dropdown,.ui.form .fields.error .field .ui.dropdown .item{background:#fff6f6;color:#9f3a38}.ui.form .field.error .ui.dropdown,.ui.form .fields.error .field .ui.dropdown{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover,.ui.form .fields.error .field .ui.dropdown:hover{border-color:#e0b4b4!important}.ui.form .field.error .ui.dropdown:hover .menu,.ui.form .fields.error .field .ui.dropdown:hover .menu{border-color:#e0b4b4}.ui.form .field.error .ui.multiple.selection.dropdown>.label,.ui.form .fields.error .field .ui.multiple.selection.dropdown>.label{background-color:#eacbcb;color:#9f3a38}.ui.form .field.error .ui.dropdown .menu .item:hover,.ui.form .fields.error .field .ui.dropdown .menu .item:hover{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .selected.item,.ui.form .fields.error .field .ui.dropdown .menu .selected.item{background-color:#fbe7e7}.ui.form .field.error .ui.dropdown .menu .active.item,.ui.form .fields.error .field .ui.dropdown .menu .active.item{background-color:#fdcfcf!important}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label{color:#9f3a38}.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before{background:#fff6f6;border-color:#e0b4b4}.ui.form .field.error .checkbox .box:after,.ui.form .field.error .checkbox label:after,.ui.form .fields.error .field .checkbox .box:after,.ui.form .fields.error .field .checkbox label:after{color:#9f3a38}.ui.form .disabled.field,.ui.form .disabled.fields .field,.ui.form .field :disabled{pointer-events:none;opacity:.45}.ui.form .field.disabled>label,.ui.form .fields.disabled>label{opacity:.45}.ui.form .field.disabled :disabled{opacity:1}.ui.loading.form{position:relative;cursor:default;pointer-events:none}.ui.loading.form:before{position:absolute;content:'';top:0;left:0;background:rgba(255,255,255,.8);width:100%;height:100%;z-index:100}.ui.loading.form:after{position:absolute;content:'';top:50%;left:50%;margin:-1.5em 0 0 -1.5em;width:3em;height:3em;-webkit-animation:form-spin .6s linear;animation:form-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.1);border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent;visibility:visible;z-index:101}@-webkit-keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes form-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.form .required.field>.checkbox:after,.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>label:after{margin:-.2em 0 0 .2em;content:'*';color:#db2828}.ui.form .required.field>label:after,.ui.form .required.fields.grouped>label:after,.ui.form .required.fields:not(.grouped)>.field>label:after{display:inline-block;vertical-align:top}.ui.form .required.field>.checkbox:after,.ui.form .required.fields:not(.grouped)>.field>.checkbox:after{position:absolute;top:0;left:100%}.ui.form .inverted.segment .ui.checkbox .box,.ui.form .inverted.segment .ui.checkbox label,.ui.form .inverted.segment label,.ui.inverted.form .inline.field>label,.ui.inverted.form .inline.field>p,.ui.inverted.form .inline.fields .field>label,.ui.inverted.form .inline.fields .field>p,.ui.inverted.form .inline.fields>label,.ui.inverted.form .ui.checkbox .box,.ui.inverted.form .ui.checkbox label,.ui.inverted.form label{color:rgba(255,255,255,.9)}.ui.inverted.form input:not([type]),.ui.inverted.form input[type=date],.ui.inverted.form input[type=datetime-local],.ui.inverted.form input[type=email],.ui.inverted.form input[type=file],.ui.inverted.form input[type=number],.ui.inverted.form input[type=password],.ui.inverted.form input[type=search],.ui.inverted.form input[type=tel],.ui.inverted.form input[type=text],.ui.inverted.form input[type=time],.ui.inverted.form input[type=url]{background:#fff;border-color:rgba(255,255,255,.1);color:rgba(0,0,0,.87);box-shadow:none}.ui.form .grouped.fields{display:block;margin:0 0 1em}.ui.form .grouped.fields:last-child{margin-bottom:0}.ui.form .grouped.fields>label{margin:0 0 .28571429rem 0;color:rgba(0,0,0,.87);font-size:.92857143em;font-weight:700;text-transform:none}.ui.form .grouped.fields .field,.ui.form .grouped.inline.fields .field{display:block;margin:.5em 0;padding:0}.ui.form .fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:0 -.5em 1em}.ui.form .fields>.field{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;padding-left:.5em;padding-right:.5em}.ui.form .fields>.field:first-child{border-left:none;box-shadow:none}.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:50%}.ui.form .three.fields>.field,.ui.form .three.fields>.fields{width:33.33333333%}.ui.form .four.fields>.field,.ui.form .four.fields>.fields{width:25%}.ui.form .five.fields>.field,.ui.form .five.fields>.fields{width:20%}.ui.form .six.fields>.field,.ui.form .six.fields>.fields{width:16.66666667%}.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields{width:14.28571429%}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields{width:12.5%}.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields{width:11.11111111%}.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields{width:10%}@media only screen and (max-width:767px){.ui.form .fields{-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.form .eight.fields>.field,.ui.form .eight.fields>.fields,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .nine.fields>.field,.ui.form .nine.fields>.fields,.ui.form .seven.fields>.field,.ui.form .seven.fields>.fields,.ui.form .six.fields>.field,.ui.form .six.fields>.fields,.ui.form .ten.fields>.field,.ui.form .ten.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields,.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%!important;margin:0 0 1em}}.ui.form .fields .wide.field{width:8.33333333%;padding-left:.5em;padding-right:.5em}.ui.form .one.wide.field{width:8.33333333%!important}.ui.form .two.wide.field{width:16.66666667%!important}.ui.form .three.wide.field{width:25%!important}.ui.form .four.wide.field{width:33.33333333%!important}.ui.form .five.wide.field{width:41.66666667%!important}.ui.form .six.wide.field{width:50%!important}.ui.form .seven.wide.field{width:58.33333333%!important}.ui.form .eight.wide.field{width:66.66666667%!important}.ui.form .nine.wide.field{width:75%!important}.ui.form .ten.wide.field{width:83.33333333%!important}.ui.form .eleven.wide.field{width:91.66666667%!important}.ui.form .twelve.wide.field{width:100%!important}.ui.form .thirteen.wide.field{width:108.33333333%!important}.ui.form .fourteen.wide.field{width:116.66666667%!important}.ui.form .fifteen.wide.field{width:125%!important}.ui.form .sixteen.wide.field{width:133.33333333%!important}@media only screen and (max-width:767px){.ui.form .fields>.eight.wide.field,.ui.form .fields>.eleven.wide.field,.ui.form .fields>.fifteen.wide.field,.ui.form .fields>.five.wide.field,.ui.form .fields>.four.wide.field,.ui.form .fields>.fourteen.wide.field,.ui.form .fields>.nine.wide.field,.ui.form .fields>.seven.wide.field,.ui.form .fields>.six.wide.field,.ui.form .fields>.sixteen.wide.field,.ui.form .fields>.ten.wide.field,.ui.form .fields>.thirteen.wide.field,.ui.form .fields>.three.wide.field,.ui.form .fields>.twelve.wide.field,.ui.form .fields>.two.wide.field,.ui.form .five.fields>.field,.ui.form .five.fields>.fields,.ui.form .four.fields>.field,.ui.form .four.fields>.fields,.ui.form .three.fields>.field,.ui.form .three.fields>.fields,.ui.form .two.fields>.field,.ui.form .two.fields>.fields{width:100%!important}.ui.form .fields{margin-bottom:0}}.ui.form [class*="equal width"].fields>.field,.ui[class*="equal width"].form .fields>.field{width:100%;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ui.form .inline.fields{margin:0 0 1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .field{margin:0;padding:0 1em 0 0}.ui.form .inline.field>label,.ui.form .inline.field>p,.ui.form .inline.fields .field>label,.ui.form .inline.fields .field>p,.ui.form .inline.fields>label{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:baseline;font-size:.92857143em;font-weight:700;color:rgba(0,0,0,.87);text-transform:none}.ui.form .inline.fields>label{margin:.035714em 1em 0 0}.ui.form .inline.field>input,.ui.form .inline.field>select,.ui.form .inline.fields .field>input,.ui.form .inline.fields .field>select{display:inline-block;width:auto;margin-top:0;margin-bottom:0;vertical-align:middle;font-size:1em}.ui.form .inline.field>:first-child,.ui.form .inline.fields .field>:first-child{margin:0 .85714286em 0 0}.ui.form .inline.field>:only-child,.ui.form .inline.fields .field>:only-child{margin:0}.ui.form .inline.fields .wide.field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.form .inline.fields .wide.field>input,.ui.form .inline.fields .wide.field>select{width:100%}.ui.mini.form{font-size:.78571429rem}.ui.tiny.form{font-size:.85714286rem}.ui.small.form{font-size:.92857143rem}.ui.form{font-size:1rem}.ui.large.form{font-size:1.14285714rem}.ui.big.form{font-size:1.28571429rem}.ui.huge.form{font-size:1.42857143rem}.ui.massive.form{font-size:1.71428571rem}/*! - * # Semantic UI 2.2.10 - Grid - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0}.ui.grid{margin-top:-1rem;margin-bottom:-1rem;margin-left:-1rem;margin-right:-1rem}.ui.relaxed.grid{margin-left:-1.5rem;margin-right:-1.5rem}.ui[class*="very relaxed"].grid{margin-left:-2.5rem;margin-right:-2.5rem}.ui.grid+.grid{margin-top:1rem}.ui.grid>.column:not(.row),.ui.grid>.row>.column{position:relative;display:inline-block;width:8.33333333%;padding-left:1rem;padding-right:1rem;vertical-align:top}.ui.grid>*{padding-left:1rem;padding-right:1rem}.ui.grid>.row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%!important;padding:0;padding-top:1rem;padding-bottom:1rem}.ui.grid>.column:not(.row){padding-top:1rem;padding-bottom:1rem}.ui.grid>.row>.column{margin-top:0;margin-bottom:0}.ui.grid>.row>.column>img,.ui.grid>.row>img{max-width:100%}.ui.grid>.ui.grid:first-child{margin-top:0}.ui.grid>.ui.grid:last-child{margin-bottom:0}.ui.aligned.grid .column>.segment:not(.compact):not(.attached),.ui.grid .aligned.row>.column>.segment:not(.compact):not(.attached){width:100%}.ui.grid .row+.ui.divider{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:1rem 1rem}.ui.grid .column+.ui.vertical.divider{height:calc(50% - 1rem)}.ui.grid>.column:last-child>.horizontal.segment,.ui.grid>.row>.column:last-child>.horizontal.segment{box-shadow:none}@media only screen and (max-width:767px){.ui.page.grid{width:auto;padding-left:0;padding-right:0;margin-left:0;margin-right:0}}@media only screen and (min-width:768px) and (max-width:991px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:2em;padding-right:2em}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:3%;padding-right:3%}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:15%;padding-right:15%}}@media only screen and (min-width:1920px){.ui.page.grid{width:auto;margin-left:0;margin-right:0;padding-left:23%;padding-right:23%}}.ui.grid>.column:only-child,.ui.grid>.row>.column:only-child{width:100%}.ui[class*="one column"].grid>.column:not(.row),.ui[class*="one column"].grid>.row>.column{width:100%}.ui[class*="two column"].grid>.column:not(.row),.ui[class*="two column"].grid>.row>.column{width:50%}.ui[class*="three column"].grid>.column:not(.row),.ui[class*="three column"].grid>.row>.column{width:33.33333333%}.ui[class*="four column"].grid>.column:not(.row),.ui[class*="four column"].grid>.row>.column{width:25%}.ui[class*="five column"].grid>.column:not(.row),.ui[class*="five column"].grid>.row>.column{width:20%}.ui[class*="six column"].grid>.column:not(.row),.ui[class*="six column"].grid>.row>.column{width:16.66666667%}.ui[class*="seven column"].grid>.column:not(.row),.ui[class*="seven column"].grid>.row>.column{width:14.28571429%}.ui[class*="eight column"].grid>.column:not(.row),.ui[class*="eight column"].grid>.row>.column{width:12.5%}.ui[class*="nine column"].grid>.column:not(.row),.ui[class*="nine column"].grid>.row>.column{width:11.11111111%}.ui[class*="ten column"].grid>.column:not(.row),.ui[class*="ten column"].grid>.row>.column{width:10%}.ui[class*="eleven column"].grid>.column:not(.row),.ui[class*="eleven column"].grid>.row>.column{width:9.09090909%}.ui[class*="twelve column"].grid>.column:not(.row),.ui[class*="twelve column"].grid>.row>.column{width:8.33333333%}.ui[class*="thirteen column"].grid>.column:not(.row),.ui[class*="thirteen column"].grid>.row>.column{width:7.69230769%}.ui[class*="fourteen column"].grid>.column:not(.row),.ui[class*="fourteen column"].grid>.row>.column{width:7.14285714%}.ui[class*="fifteen column"].grid>.column:not(.row),.ui[class*="fifteen column"].grid>.row>.column{width:6.66666667%}.ui[class*="sixteen column"].grid>.column:not(.row),.ui[class*="sixteen column"].grid>.row>.column{width:6.25%}.ui.grid>[class*="one column"].row>.column{width:100%!important}.ui.grid>[class*="two column"].row>.column{width:50%!important}.ui.grid>[class*="three column"].row>.column{width:33.33333333%!important}.ui.grid>[class*="four column"].row>.column{width:25%!important}.ui.grid>[class*="five column"].row>.column{width:20%!important}.ui.grid>[class*="six column"].row>.column{width:16.66666667%!important}.ui.grid>[class*="seven column"].row>.column{width:14.28571429%!important}.ui.grid>[class*="eight column"].row>.column{width:12.5%!important}.ui.grid>[class*="nine column"].row>.column{width:11.11111111%!important}.ui.grid>[class*="ten column"].row>.column{width:10%!important}.ui.grid>[class*="eleven column"].row>.column{width:9.09090909%!important}.ui.grid>[class*="twelve column"].row>.column{width:8.33333333%!important}.ui.grid>[class*="thirteen column"].row>.column{width:7.69230769%!important}.ui.grid>[class*="fourteen column"].row>.column{width:7.14285714%!important}.ui.grid>[class*="fifteen column"].row>.column{width:6.66666667%!important}.ui.grid>[class*="sixteen column"].row>.column{width:6.25%!important}.ui.celled.page.grid{box-shadow:none}.ui.column.grid>[class*="one wide"].column,.ui.grid>.column.row>[class*="one wide"].column,.ui.grid>.row>[class*="one wide"].column,.ui.grid>[class*="one wide"].column{width:8.33333333%!important}.ui.column.grid>[class*="two wide"].column,.ui.grid>.column.row>[class*="two wide"].column,.ui.grid>.row>[class*="two wide"].column,.ui.grid>[class*="two wide"].column{width:16.66666667%!important}.ui.column.grid>[class*="three wide"].column,.ui.grid>.column.row>[class*="three wide"].column,.ui.grid>.row>[class*="three wide"].column,.ui.grid>[class*="three wide"].column{width:25%!important}.ui.column.grid>[class*="four wide"].column,.ui.grid>.column.row>[class*="four wide"].column,.ui.grid>.row>[class*="four wide"].column,.ui.grid>[class*="four wide"].column{width:33.33333333%!important}.ui.column.grid>[class*="five wide"].column,.ui.grid>.column.row>[class*="five wide"].column,.ui.grid>.row>[class*="five wide"].column,.ui.grid>[class*="five wide"].column{width:41.66666667%!important}.ui.column.grid>[class*="six wide"].column,.ui.grid>.column.row>[class*="six wide"].column,.ui.grid>.row>[class*="six wide"].column,.ui.grid>[class*="six wide"].column{width:50%!important}.ui.column.grid>[class*="seven wide"].column,.ui.grid>.column.row>[class*="seven wide"].column,.ui.grid>.row>[class*="seven wide"].column,.ui.grid>[class*="seven wide"].column{width:58.33333333%!important}.ui.column.grid>[class*="eight wide"].column,.ui.grid>.column.row>[class*="eight wide"].column,.ui.grid>.row>[class*="eight wide"].column,.ui.grid>[class*="eight wide"].column{width:66.66666667%!important}.ui.column.grid>[class*="nine wide"].column,.ui.grid>.column.row>[class*="nine wide"].column,.ui.grid>.row>[class*="nine wide"].column,.ui.grid>[class*="nine wide"].column{width:75%!important}.ui.column.grid>[class*="ten wide"].column,.ui.grid>.column.row>[class*="ten wide"].column,.ui.grid>.row>[class*="ten wide"].column,.ui.grid>[class*="ten wide"].column{width:83.33333333%!important}.ui.column.grid>[class*="eleven wide"].column,.ui.grid>.column.row>[class*="eleven wide"].column,.ui.grid>.row>[class*="eleven wide"].column,.ui.grid>[class*="eleven wide"].column{width:91.66666667%!important}.ui.column.grid>[class*="twelve wide"].column,.ui.grid>.column.row>[class*="twelve wide"].column,.ui.grid>.row>[class*="twelve wide"].column,.ui.grid>[class*="twelve wide"].column{width:100%!important}.ui.column.grid>[class*="thirteen wide"].column,.ui.grid>.column.row>[class*="thirteen wide"].column,.ui.grid>.row>[class*="thirteen wide"].column,.ui.grid>[class*="thirteen wide"].column{width:108.33333333%!important}.ui.column.grid>[class*="fourteen wide"].column,.ui.grid>.column.row>[class*="fourteen wide"].column,.ui.grid>.row>[class*="fourteen wide"].column,.ui.grid>[class*="fourteen wide"].column{width:116.66666667%!important}.ui.column.grid>[class*="fifteen wide"].column,.ui.grid>.column.row>[class*="fifteen wide"].column,.ui.grid>.row>[class*="fifteen wide"].column,.ui.grid>[class*="fifteen wide"].column{width:125%!important}.ui.column.grid>[class*="sixteen wide"].column,.ui.grid>.column.row>[class*="sixteen wide"].column,.ui.grid>.row>[class*="sixteen wide"].column,.ui.grid>[class*="sixteen wide"].column{width:133.33333333%!important}@media only screen and (min-width:320px) and (max-width:767px){.ui.column.grid>[class*="one wide mobile"].column,.ui.grid>.column.row>[class*="one wide mobile"].column,.ui.grid>.row>[class*="one wide mobile"].column,.ui.grid>[class*="one wide mobile"].column{width:8.33333333%!important}.ui.column.grid>[class*="two wide mobile"].column,.ui.grid>.column.row>[class*="two wide mobile"].column,.ui.grid>.row>[class*="two wide mobile"].column,.ui.grid>[class*="two wide mobile"].column{width:16.66666667%!important}.ui.column.grid>[class*="three wide mobile"].column,.ui.grid>.column.row>[class*="three wide mobile"].column,.ui.grid>.row>[class*="three wide mobile"].column,.ui.grid>[class*="three wide mobile"].column{width:25%!important}.ui.column.grid>[class*="four wide mobile"].column,.ui.grid>.column.row>[class*="four wide mobile"].column,.ui.grid>.row>[class*="four wide mobile"].column,.ui.grid>[class*="four wide mobile"].column{width:33.33333333%!important}.ui.column.grid>[class*="five wide mobile"].column,.ui.grid>.column.row>[class*="five wide mobile"].column,.ui.grid>.row>[class*="five wide mobile"].column,.ui.grid>[class*="five wide mobile"].column{width:41.66666667%!important}.ui.column.grid>[class*="six wide mobile"].column,.ui.grid>.column.row>[class*="six wide mobile"].column,.ui.grid>.row>[class*="six wide mobile"].column,.ui.grid>[class*="six wide mobile"].column{width:50%!important}.ui.column.grid>[class*="seven wide mobile"].column,.ui.grid>.column.row>[class*="seven wide mobile"].column,.ui.grid>.row>[class*="seven wide mobile"].column,.ui.grid>[class*="seven wide mobile"].column{width:58.33333333%!important}.ui.column.grid>[class*="eight wide mobile"].column,.ui.grid>.column.row>[class*="eight wide mobile"].column,.ui.grid>.row>[class*="eight wide mobile"].column,.ui.grid>[class*="eight wide mobile"].column{width:66.66666667%!important}.ui.column.grid>[class*="nine wide mobile"].column,.ui.grid>.column.row>[class*="nine wide mobile"].column,.ui.grid>.row>[class*="nine wide mobile"].column,.ui.grid>[class*="nine wide mobile"].column{width:75%!important}.ui.column.grid>[class*="ten wide mobile"].column,.ui.grid>.column.row>[class*="ten wide mobile"].column,.ui.grid>.row>[class*="ten wide mobile"].column,.ui.grid>[class*="ten wide mobile"].column{width:83.33333333%!important}.ui.column.grid>[class*="eleven wide mobile"].column,.ui.grid>.column.row>[class*="eleven wide mobile"].column,.ui.grid>.row>[class*="eleven wide mobile"].column,.ui.grid>[class*="eleven wide mobile"].column{width:91.66666667%!important}.ui.column.grid>[class*="twelve wide mobile"].column,.ui.grid>.column.row>[class*="twelve wide mobile"].column,.ui.grid>.row>[class*="twelve wide mobile"].column,.ui.grid>[class*="twelve wide mobile"].column{width:100%!important}.ui.column.grid>[class*="thirteen wide mobile"].column,.ui.grid>.column.row>[class*="thirteen wide mobile"].column,.ui.grid>.row>[class*="thirteen wide mobile"].column,.ui.grid>[class*="thirteen wide mobile"].column{width:108.33333333%!important}.ui.column.grid>[class*="fourteen wide mobile"].column,.ui.grid>.column.row>[class*="fourteen wide mobile"].column,.ui.grid>.row>[class*="fourteen wide mobile"].column,.ui.grid>[class*="fourteen wide mobile"].column{width:116.66666667%!important}.ui.column.grid>[class*="fifteen wide mobile"].column,.ui.grid>.column.row>[class*="fifteen wide mobile"].column,.ui.grid>.row>[class*="fifteen wide mobile"].column,.ui.grid>[class*="fifteen wide mobile"].column{width:125%!important}.ui.column.grid>[class*="sixteen wide mobile"].column,.ui.grid>.column.row>[class*="sixteen wide mobile"].column,.ui.grid>.row>[class*="sixteen wide mobile"].column,.ui.grid>[class*="sixteen wide mobile"].column{width:133.33333333%!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.column.grid>[class*="one wide tablet"].column,.ui.grid>.column.row>[class*="one wide tablet"].column,.ui.grid>.row>[class*="one wide tablet"].column,.ui.grid>[class*="one wide tablet"].column{width:8.33333333%!important}.ui.column.grid>[class*="two wide tablet"].column,.ui.grid>.column.row>[class*="two wide tablet"].column,.ui.grid>.row>[class*="two wide tablet"].column,.ui.grid>[class*="two wide tablet"].column{width:16.66666667%!important}.ui.column.grid>[class*="three wide tablet"].column,.ui.grid>.column.row>[class*="three wide tablet"].column,.ui.grid>.row>[class*="three wide tablet"].column,.ui.grid>[class*="three wide tablet"].column{width:25%!important}.ui.column.grid>[class*="four wide tablet"].column,.ui.grid>.column.row>[class*="four wide tablet"].column,.ui.grid>.row>[class*="four wide tablet"].column,.ui.grid>[class*="four wide tablet"].column{width:33.33333333%!important}.ui.column.grid>[class*="five wide tablet"].column,.ui.grid>.column.row>[class*="five wide tablet"].column,.ui.grid>.row>[class*="five wide tablet"].column,.ui.grid>[class*="five wide tablet"].column{width:41.66666667%!important}.ui.column.grid>[class*="six wide tablet"].column,.ui.grid>.column.row>[class*="six wide tablet"].column,.ui.grid>.row>[class*="six wide tablet"].column,.ui.grid>[class*="six wide tablet"].column{width:50%!important}.ui.column.grid>[class*="seven wide tablet"].column,.ui.grid>.column.row>[class*="seven wide tablet"].column,.ui.grid>.row>[class*="seven wide tablet"].column,.ui.grid>[class*="seven wide tablet"].column{width:58.33333333%!important}.ui.column.grid>[class*="eight wide tablet"].column,.ui.grid>.column.row>[class*="eight wide tablet"].column,.ui.grid>.row>[class*="eight wide tablet"].column,.ui.grid>[class*="eight wide tablet"].column{width:66.66666667%!important}.ui.column.grid>[class*="nine wide tablet"].column,.ui.grid>.column.row>[class*="nine wide tablet"].column,.ui.grid>.row>[class*="nine wide tablet"].column,.ui.grid>[class*="nine wide tablet"].column{width:75%!important}.ui.column.grid>[class*="ten wide tablet"].column,.ui.grid>.column.row>[class*="ten wide tablet"].column,.ui.grid>.row>[class*="ten wide tablet"].column,.ui.grid>[class*="ten wide tablet"].column{width:83.33333333%!important}.ui.column.grid>[class*="eleven wide tablet"].column,.ui.grid>.column.row>[class*="eleven wide tablet"].column,.ui.grid>.row>[class*="eleven wide tablet"].column,.ui.grid>[class*="eleven wide tablet"].column{width:91.66666667%!important}.ui.column.grid>[class*="twelve wide tablet"].column,.ui.grid>.column.row>[class*="twelve wide tablet"].column,.ui.grid>.row>[class*="twelve wide tablet"].column,.ui.grid>[class*="twelve wide tablet"].column{width:100%!important}.ui.column.grid>[class*="thirteen wide tablet"].column,.ui.grid>.column.row>[class*="thirteen wide tablet"].column,.ui.grid>.row>[class*="thirteen wide tablet"].column,.ui.grid>[class*="thirteen wide tablet"].column{width:108.33333333%!important}.ui.column.grid>[class*="fourteen wide tablet"].column,.ui.grid>.column.row>[class*="fourteen wide tablet"].column,.ui.grid>.row>[class*="fourteen wide tablet"].column,.ui.grid>[class*="fourteen wide tablet"].column{width:116.66666667%!important}.ui.column.grid>[class*="fifteen wide tablet"].column,.ui.grid>.column.row>[class*="fifteen wide tablet"].column,.ui.grid>.row>[class*="fifteen wide tablet"].column,.ui.grid>[class*="fifteen wide tablet"].column{width:125%!important}.ui.column.grid>[class*="sixteen wide tablet"].column,.ui.grid>.column.row>[class*="sixteen wide tablet"].column,.ui.grid>.row>[class*="sixteen wide tablet"].column,.ui.grid>[class*="sixteen wide tablet"].column{width:133.33333333%!important}}@media only screen and (min-width:992px){.ui.column.grid>[class*="one wide computer"].column,.ui.grid>.column.row>[class*="one wide computer"].column,.ui.grid>.row>[class*="one wide computer"].column,.ui.grid>[class*="one wide computer"].column{width:8.33333333%!important}.ui.column.grid>[class*="two wide computer"].column,.ui.grid>.column.row>[class*="two wide computer"].column,.ui.grid>.row>[class*="two wide computer"].column,.ui.grid>[class*="two wide computer"].column{width:16.66666667%!important}.ui.column.grid>[class*="three wide computer"].column,.ui.grid>.column.row>[class*="three wide computer"].column,.ui.grid>.row>[class*="three wide computer"].column,.ui.grid>[class*="three wide computer"].column{width:25%!important}.ui.column.grid>[class*="four wide computer"].column,.ui.grid>.column.row>[class*="four wide computer"].column,.ui.grid>.row>[class*="four wide computer"].column,.ui.grid>[class*="four wide computer"].column{width:33.33333333%!important}.ui.column.grid>[class*="five wide computer"].column,.ui.grid>.column.row>[class*="five wide computer"].column,.ui.grid>.row>[class*="five wide computer"].column,.ui.grid>[class*="five wide computer"].column{width:41.66666667%!important}.ui.column.grid>[class*="six wide computer"].column,.ui.grid>.column.row>[class*="six wide computer"].column,.ui.grid>.row>[class*="six wide computer"].column,.ui.grid>[class*="six wide computer"].column{width:50%!important}.ui.column.grid>[class*="seven wide computer"].column,.ui.grid>.column.row>[class*="seven wide computer"].column,.ui.grid>.row>[class*="seven wide computer"].column,.ui.grid>[class*="seven wide computer"].column{width:58.33333333%!important}.ui.column.grid>[class*="eight wide computer"].column,.ui.grid>.column.row>[class*="eight wide computer"].column,.ui.grid>.row>[class*="eight wide computer"].column,.ui.grid>[class*="eight wide computer"].column{width:66.66666667%!important}.ui.column.grid>[class*="nine wide computer"].column,.ui.grid>.column.row>[class*="nine wide computer"].column,.ui.grid>.row>[class*="nine wide computer"].column,.ui.grid>[class*="nine wide computer"].column{width:75%!important}.ui.column.grid>[class*="ten wide computer"].column,.ui.grid>.column.row>[class*="ten wide computer"].column,.ui.grid>.row>[class*="ten wide computer"].column,.ui.grid>[class*="ten wide computer"].column{width:83.33333333%!important}.ui.column.grid>[class*="eleven wide computer"].column,.ui.grid>.column.row>[class*="eleven wide computer"].column,.ui.grid>.row>[class*="eleven wide computer"].column,.ui.grid>[class*="eleven wide computer"].column{width:91.66666667%!important}.ui.column.grid>[class*="twelve wide computer"].column,.ui.grid>.column.row>[class*="twelve wide computer"].column,.ui.grid>.row>[class*="twelve wide computer"].column,.ui.grid>[class*="twelve wide computer"].column{width:100%!important}.ui.column.grid>[class*="thirteen wide computer"].column,.ui.grid>.column.row>[class*="thirteen wide computer"].column,.ui.grid>.row>[class*="thirteen wide computer"].column,.ui.grid>[class*="thirteen wide computer"].column{width:108.33333333%!important}.ui.column.grid>[class*="fourteen wide computer"].column,.ui.grid>.column.row>[class*="fourteen wide computer"].column,.ui.grid>.row>[class*="fourteen wide computer"].column,.ui.grid>[class*="fourteen wide computer"].column{width:116.66666667%!important}.ui.column.grid>[class*="fifteen wide computer"].column,.ui.grid>.column.row>[class*="fifteen wide computer"].column,.ui.grid>.row>[class*="fifteen wide computer"].column,.ui.grid>[class*="fifteen wide computer"].column{width:125%!important}.ui.column.grid>[class*="sixteen wide computer"].column,.ui.grid>.column.row>[class*="sixteen wide computer"].column,.ui.grid>.row>[class*="sixteen wide computer"].column,.ui.grid>[class*="sixteen wide computer"].column{width:133.33333333%!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.column.grid>[class*="one wide large screen"].column,.ui.grid>.column.row>[class*="one wide large screen"].column,.ui.grid>.row>[class*="one wide large screen"].column,.ui.grid>[class*="one wide large screen"].column{width:8.33333333%!important}.ui.column.grid>[class*="two wide large screen"].column,.ui.grid>.column.row>[class*="two wide large screen"].column,.ui.grid>.row>[class*="two wide large screen"].column,.ui.grid>[class*="two wide large screen"].column{width:16.66666667%!important}.ui.column.grid>[class*="three wide large screen"].column,.ui.grid>.column.row>[class*="three wide large screen"].column,.ui.grid>.row>[class*="three wide large screen"].column,.ui.grid>[class*="three wide large screen"].column{width:25%!important}.ui.column.grid>[class*="four wide large screen"].column,.ui.grid>.column.row>[class*="four wide large screen"].column,.ui.grid>.row>[class*="four wide large screen"].column,.ui.grid>[class*="four wide large screen"].column{width:33.33333333%!important}.ui.column.grid>[class*="five wide large screen"].column,.ui.grid>.column.row>[class*="five wide large screen"].column,.ui.grid>.row>[class*="five wide large screen"].column,.ui.grid>[class*="five wide large screen"].column{width:41.66666667%!important}.ui.column.grid>[class*="six wide large screen"].column,.ui.grid>.column.row>[class*="six wide large screen"].column,.ui.grid>.row>[class*="six wide large screen"].column,.ui.grid>[class*="six wide large screen"].column{width:50%!important}.ui.column.grid>[class*="seven wide large screen"].column,.ui.grid>.column.row>[class*="seven wide large screen"].column,.ui.grid>.row>[class*="seven wide large screen"].column,.ui.grid>[class*="seven wide large screen"].column{width:58.33333333%!important}.ui.column.grid>[class*="eight wide large screen"].column,.ui.grid>.column.row>[class*="eight wide large screen"].column,.ui.grid>.row>[class*="eight wide large screen"].column,.ui.grid>[class*="eight wide large screen"].column{width:66.66666667%!important}.ui.column.grid>[class*="nine wide large screen"].column,.ui.grid>.column.row>[class*="nine wide large screen"].column,.ui.grid>.row>[class*="nine wide large screen"].column,.ui.grid>[class*="nine wide large screen"].column{width:75%!important}.ui.column.grid>[class*="ten wide large screen"].column,.ui.grid>.column.row>[class*="ten wide large screen"].column,.ui.grid>.row>[class*="ten wide large screen"].column,.ui.grid>[class*="ten wide large screen"].column{width:83.33333333%!important}.ui.column.grid>[class*="eleven wide large screen"].column,.ui.grid>.column.row>[class*="eleven wide large screen"].column,.ui.grid>.row>[class*="eleven wide large screen"].column,.ui.grid>[class*="eleven wide large screen"].column{width:91.66666667%!important}.ui.column.grid>[class*="twelve wide large screen"].column,.ui.grid>.column.row>[class*="twelve wide large screen"].column,.ui.grid>.row>[class*="twelve wide large screen"].column,.ui.grid>[class*="twelve wide large screen"].column{width:100%!important}.ui.column.grid>[class*="thirteen wide large screen"].column,.ui.grid>.column.row>[class*="thirteen wide large screen"].column,.ui.grid>.row>[class*="thirteen wide large screen"].column,.ui.grid>[class*="thirteen wide large screen"].column{width:108.33333333%!important}.ui.column.grid>[class*="fourteen wide large screen"].column,.ui.grid>.column.row>[class*="fourteen wide large screen"].column,.ui.grid>.row>[class*="fourteen wide large screen"].column,.ui.grid>[class*="fourteen wide large screen"].column{width:116.66666667%!important}.ui.column.grid>[class*="fifteen wide large screen"].column,.ui.grid>.column.row>[class*="fifteen wide large screen"].column,.ui.grid>.row>[class*="fifteen wide large screen"].column,.ui.grid>[class*="fifteen wide large screen"].column{width:125%!important}.ui.column.grid>[class*="sixteen wide large screen"].column,.ui.grid>.column.row>[class*="sixteen wide large screen"].column,.ui.grid>.row>[class*="sixteen wide large screen"].column,.ui.grid>[class*="sixteen wide large screen"].column{width:133.33333333%!important}}@media only screen and (min-width:1920px){.ui.column.grid>[class*="one wide widescreen"].column,.ui.grid>.column.row>[class*="one wide widescreen"].column,.ui.grid>.row>[class*="one wide widescreen"].column,.ui.grid>[class*="one wide widescreen"].column{width:8.33333333%!important}.ui.column.grid>[class*="two wide widescreen"].column,.ui.grid>.column.row>[class*="two wide widescreen"].column,.ui.grid>.row>[class*="two wide widescreen"].column,.ui.grid>[class*="two wide widescreen"].column{width:16.66666667%!important}.ui.column.grid>[class*="three wide widescreen"].column,.ui.grid>.column.row>[class*="three wide widescreen"].column,.ui.grid>.row>[class*="three wide widescreen"].column,.ui.grid>[class*="three wide widescreen"].column{width:25%!important}.ui.column.grid>[class*="four wide widescreen"].column,.ui.grid>.column.row>[class*="four wide widescreen"].column,.ui.grid>.row>[class*="four wide widescreen"].column,.ui.grid>[class*="four wide widescreen"].column{width:33.33333333%!important}.ui.column.grid>[class*="five wide widescreen"].column,.ui.grid>.column.row>[class*="five wide widescreen"].column,.ui.grid>.row>[class*="five wide widescreen"].column,.ui.grid>[class*="five wide widescreen"].column{width:41.66666667%!important}.ui.column.grid>[class*="six wide widescreen"].column,.ui.grid>.column.row>[class*="six wide widescreen"].column,.ui.grid>.row>[class*="six wide widescreen"].column,.ui.grid>[class*="six wide widescreen"].column{width:50%!important}.ui.column.grid>[class*="seven wide widescreen"].column,.ui.grid>.column.row>[class*="seven wide widescreen"].column,.ui.grid>.row>[class*="seven wide widescreen"].column,.ui.grid>[class*="seven wide widescreen"].column{width:58.33333333%!important}.ui.column.grid>[class*="eight wide widescreen"].column,.ui.grid>.column.row>[class*="eight wide widescreen"].column,.ui.grid>.row>[class*="eight wide widescreen"].column,.ui.grid>[class*="eight wide widescreen"].column{width:66.66666667%!important}.ui.column.grid>[class*="nine wide widescreen"].column,.ui.grid>.column.row>[class*="nine wide widescreen"].column,.ui.grid>.row>[class*="nine wide widescreen"].column,.ui.grid>[class*="nine wide widescreen"].column{width:75%!important}.ui.column.grid>[class*="ten wide widescreen"].column,.ui.grid>.column.row>[class*="ten wide widescreen"].column,.ui.grid>.row>[class*="ten wide widescreen"].column,.ui.grid>[class*="ten wide widescreen"].column{width:83.33333333%!important}.ui.column.grid>[class*="eleven wide widescreen"].column,.ui.grid>.column.row>[class*="eleven wide widescreen"].column,.ui.grid>.row>[class*="eleven wide widescreen"].column,.ui.grid>[class*="eleven wide widescreen"].column{width:91.66666667%!important}.ui.column.grid>[class*="twelve wide widescreen"].column,.ui.grid>.column.row>[class*="twelve wide widescreen"].column,.ui.grid>.row>[class*="twelve wide widescreen"].column,.ui.grid>[class*="twelve wide widescreen"].column{width:100%!important}.ui.column.grid>[class*="thirteen wide widescreen"].column,.ui.grid>.column.row>[class*="thirteen wide widescreen"].column,.ui.grid>.row>[class*="thirteen wide widescreen"].column,.ui.grid>[class*="thirteen wide widescreen"].column{width:108.33333333%!important}.ui.column.grid>[class*="fourteen wide widescreen"].column,.ui.grid>.column.row>[class*="fourteen wide widescreen"].column,.ui.grid>.row>[class*="fourteen wide widescreen"].column,.ui.grid>[class*="fourteen wide widescreen"].column{width:116.66666667%!important}.ui.column.grid>[class*="fifteen wide widescreen"].column,.ui.grid>.column.row>[class*="fifteen wide widescreen"].column,.ui.grid>.row>[class*="fifteen wide widescreen"].column,.ui.grid>[class*="fifteen wide widescreen"].column{width:125%!important}.ui.column.grid>[class*="sixteen wide widescreen"].column,.ui.grid>.column.row>[class*="sixteen wide widescreen"].column,.ui.grid>.row>[class*="sixteen wide widescreen"].column,.ui.grid>[class*="sixteen wide widescreen"].column{width:133.33333333%!important}}.ui.centered.grid,.ui.centered.grid>.row,.ui.grid>.centered.row{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.grid>.column:not(.aligned):not(.justified):not(.row),.ui.centered.grid>.row>.column:not(.aligned):not(.justified),.ui.grid .centered.row>.column:not(.aligned):not(.justified){text-align:left}.ui.grid>.centered.column,.ui.grid>.row>.centered.column{display:block;margin-left:auto;margin-right:auto}.ui.grid>.relaxed.row>.column,.ui.relaxed.grid>.column:not(.row),.ui.relaxed.grid>.row>.column{padding-left:1.5rem;padding-right:1.5rem}.ui.grid>[class*="very relaxed"].row>.column,.ui[class*="very relaxed"].grid>.column:not(.row),.ui[class*="very relaxed"].grid>.row>.column{padding-left:2.5rem;padding-right:2.5rem}.ui.grid .relaxed.row+.ui.divider,.ui.relaxed.grid .row+.ui.divider{margin-left:1.5rem;margin-right:1.5rem}.ui.grid [class*="very relaxed"].row+.ui.divider,.ui[class*="very relaxed"].grid .row+.ui.divider{margin-left:2.5rem;margin-right:2.5rem}.ui.padded.grid:not(.vertically):not(.horizontally){margin:0!important}[class*="horizontally padded"].ui.grid{margin-left:0!important;margin-right:0!important}[class*="vertically padded"].ui.grid{margin-top:0!important;margin-bottom:0!important}.ui.grid [class*="left floated"].column{margin-right:auto}.ui.grid [class*="right floated"].column{margin-left:auto}.ui.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="vertically divided"].grid>.column:not(.row),.ui[class*="vertically divided"].grid>.row>.column{margin-top:1rem;margin-bottom:1rem;padding-top:0;padding-bottom:0}.ui[class*="vertically divided"].grid>.row{margin-top:0;margin-bottom:0}.ui.divided.grid:not([class*="vertically divided"])>.column:first-child,.ui.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row:first-child>.column{margin-top:0}.ui.grid>.divided.row>.column{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui.grid>.divided.row>.column:first-child{box-shadow:none}.ui[class*="vertically divided"].grid>.row{position:relative}.ui[class*="vertically divided"].grid>.row:before{position:absolute;content:"";top:0;left:0;width:calc(100% - 2rem);height:1px;margin:0 1rem;box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.padded.divided.grid:not(.vertically):not(.horizontally),[class*="horizontally padded"].ui.divided.grid{width:100%}.ui[class*="vertically divided"].grid>.row:first-child:before{box-shadow:none}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row),.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column{box-shadow:-1px 0 0 0 rgba(255,255,255,.1)}.ui.inverted.divided.grid:not([class*="vertically divided"])>.column:not(.row):first-child,.ui.inverted.divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:none}.ui.inverted[class*="vertically divided"].grid>.row:before{box-shadow:0 -1px 0 0 rgba(255,255,255,.1)}.ui.relaxed[class*="vertically divided"].grid>.row:before{margin-left:1.5rem;margin-right:1.5rem;width:calc(100% - 3rem)}.ui[class*="very relaxed"][class*="vertically divided"].grid>.row:before{margin-left:5rem;margin-right:5rem;width:calc(100% - 5rem)}.ui.celled.grid{width:100%;margin:1em 0;box-shadow:0 0 0 1px #d4d4d5}.ui.celled.grid>.row{width:100%!important;margin:0;padding:0;box-shadow:0 -1px 0 0 #d4d4d5}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{box-shadow:-1px 0 0 0 #d4d4d5}.ui.celled.grid>.column:first-child,.ui.celled.grid>.row>.column:first-child{box-shadow:none}.ui.celled.grid>.column:not(.row),.ui.celled.grid>.row>.column{padding:1em}.ui.relaxed.celled.grid>.column:not(.row),.ui.relaxed.celled.grid>.row>.column{padding:1.5em}.ui[class*="very relaxed"].celled.grid>.column:not(.row),.ui[class*="very relaxed"].celled.grid>.row>.column{padding:2em}.ui[class*="internally celled"].grid{box-shadow:none;margin:0}.ui[class*="internally celled"].grid>.row:first-child{box-shadow:none}.ui[class*="internally celled"].grid>.row>.column:first-child{box-shadow:none}.ui.grid>.row>[class*="top aligned"].column,.ui.grid>[class*="top aligned"].column:not(.row),.ui.grid>[class*="top aligned"].row>.column,.ui[class*="top aligned"].grid>.column:not(.row),.ui[class*="top aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:top;-ms-flex-item-align:start!important;align-self:flex-start!important}.ui.grid>.row>[class*="middle aligned"].column,.ui.grid>[class*="middle aligned"].column:not(.row),.ui.grid>[class*="middle aligned"].row>.column,.ui[class*="middle aligned"].grid>.column:not(.row),.ui[class*="middle aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;-ms-flex-item-align:center!important;align-self:center!important}.ui.grid>.row>[class*="bottom aligned"].column,.ui.grid>[class*="bottom aligned"].column:not(.row),.ui.grid>[class*="bottom aligned"].row>.column,.ui[class*="bottom aligned"].grid>.column:not(.row),.ui[class*="bottom aligned"].grid>.row>.column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:bottom;-ms-flex-item-align:end!important;align-self:flex-end!important}.ui.grid>.row>.stretched.column,.ui.grid>.stretched.column:not(.row),.ui.grid>.stretched.row>.column,.ui.stretched.grid>.column,.ui.stretched.grid>.row>.column{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.grid>.row>.stretched.column>*,.ui.grid>.stretched.column:not(.row)>*,.ui.grid>.stretched.row>.column>*,.ui.stretched.grid>.column>*,.ui.stretched.grid>.row>.column>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>.row>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].column.column,.ui.grid>[class*="left aligned"].row>.column,.ui[class*="left aligned"].grid>.column,.ui[class*="left aligned"].grid>.row>.column{text-align:left;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.row>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].column.column,.ui.grid>[class*="center aligned"].row>.column,.ui[class*="center aligned"].grid>.column,.ui[class*="center aligned"].grid>.row>.column{text-align:center;-ms-flex-item-align:inherit;align-self:inherit}.ui[class*="center aligned"].grid{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.grid>.row>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].column.column,.ui.grid>[class*="right aligned"].row>.column,.ui[class*="right aligned"].grid>.column,.ui[class*="right aligned"].grid>.row>.column{text-align:right;-ms-flex-item-align:inherit;align-self:inherit}.ui.grid>.justified.column.column,.ui.grid>.justified.row>.column,.ui.grid>.row>.justified.column.column,.ui.justified.grid>.column,.ui.justified.grid>.row>.column{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.grid>.row>.black.column,.ui.grid>.row>.blue.column,.ui.grid>.row>.brown.column,.ui.grid>.row>.green.column,.ui.grid>.row>.grey.column,.ui.grid>.row>.olive.column,.ui.grid>.row>.orange.column,.ui.grid>.row>.pink.column,.ui.grid>.row>.purple.column,.ui.grid>.row>.red.column,.ui.grid>.row>.teal.column,.ui.grid>.row>.violet.column,.ui.grid>.row>.yellow.column{margin-top:-1rem;margin-bottom:-1rem;padding-top:1rem;padding-bottom:1rem}.ui.grid>.red.column,.ui.grid>.red.row,.ui.grid>.row>.red.column{background-color:#db2828!important;color:#fff}.ui.grid>.orange.column,.ui.grid>.orange.row,.ui.grid>.row>.orange.column{background-color:#f2711c!important;color:#fff}.ui.grid>.row>.yellow.column,.ui.grid>.yellow.column,.ui.grid>.yellow.row{background-color:#fbbd08!important;color:#fff}.ui.grid>.olive.column,.ui.grid>.olive.row,.ui.grid>.row>.olive.column{background-color:#b5cc18!important;color:#fff}.ui.grid>.green.column,.ui.grid>.green.row,.ui.grid>.row>.green.column{background-color:#21ba45!important;color:#fff}.ui.grid>.row>.teal.column,.ui.grid>.teal.column,.ui.grid>.teal.row{background-color:#00b5ad!important;color:#fff}.ui.grid>.blue.column,.ui.grid>.blue.row,.ui.grid>.row>.blue.column{background-color:#2185d0!important;color:#fff}.ui.grid>.row>.violet.column,.ui.grid>.violet.column,.ui.grid>.violet.row{background-color:#6435c9!important;color:#fff}.ui.grid>.purple.column,.ui.grid>.purple.row,.ui.grid>.row>.purple.column{background-color:#a333c8!important;color:#fff}.ui.grid>.pink.column,.ui.grid>.pink.row,.ui.grid>.row>.pink.column{background-color:#e03997!important;color:#fff}.ui.grid>.brown.column,.ui.grid>.brown.row,.ui.grid>.row>.brown.column{background-color:#a5673f!important;color:#fff}.ui.grid>.grey.column,.ui.grid>.grey.row,.ui.grid>.row>.grey.column{background-color:#767676!important;color:#fff}.ui.grid>.black.column,.ui.grid>.black.row,.ui.grid>.row>.black.column{background-color:#1b1c1d!important;color:#fff}.ui.grid>[class*="equal width"].row>.column,.ui[class*="equal width"].grid>.column:not(.row),.ui[class*="equal width"].grid>.row>.column{display:inline-block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ui.grid>[class*="equal width"].row>.wide.column,.ui[class*="equal width"].grid>.row>.wide.column,.ui[class*="equal width"].grid>.wide.column{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}@media only screen and (max-width:767px){.ui.grid>[class*="mobile reversed"].row,.ui[class*="mobile reversed"].grid,.ui[class*="mobile reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui.stackable[class*="mobile reversed"],.ui[class*="mobile vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="mobile vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="mobile reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="mobile reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid>[class*="tablet reversed"].row,.ui[class*="tablet reversed"].grid,.ui[class*="tablet reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="tablet vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="tablet vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="tablet reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="tablet reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:992px){.ui.grid>[class*="computer reversed"].row,.ui[class*="computer reversed"].grid,.ui[class*="computer reversed"].grid>.row{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.ui[class*="computer vertically reversed"].grid{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:first-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:first-child{box-shadow:-1px 0 0 0 rgba(34,36,38,.15)}.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.column:last-child,.ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"])>.row>.column:last-child{box-shadow:none}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:first-child:before{box-shadow:0 -1px 0 0 rgba(34,36,38,.15)}.ui.grid[class*="vertically divided"][class*="computer vertically reversed"]>.row:last-child:before{box-shadow:none}.ui[class*="computer reversed"].celled.grid>.row>.column:first-child{box-shadow:-1px 0 0 0 #d4d4d5}.ui[class*="computer reversed"].celled.grid>.row>.column:last-child{box-shadow:none}}@media only screen and (min-width:768px) and (max-width:991px){.ui.doubling.grid{width:auto}.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{display:inline-block!important;padding-top:1rem!important;padding-bottom:1rem!important;box-shadow:none!important;margin:0}.ui.grid>[class*="two column"].doubling.row.row>.column,.ui[class*="two column"].doubling.grid>.column:not(.row),.ui[class*="two column"].doubling.grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling.row.row>.column,.ui[class*="three column"].doubling.grid>.column:not(.row),.ui[class*="three column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling.row.row>.column,.ui[class*="four column"].doubling.grid>.column:not(.row),.ui[class*="four column"].doubling.grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling.row.row>.column,.ui[class*="five column"].doubling.grid>.column:not(.row),.ui[class*="five column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="six column"].doubling.row.row>.column,.ui[class*="six column"].doubling.grid>.column:not(.row),.ui[class*="six column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="seven column"].doubling.row.row>.column,.ui[class*="seven column"].doubling.grid>.column:not(.row),.ui[class*="seven column"].doubling.grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eight column"].doubling.row.row>.column,.ui[class*="eight column"].doubling.grid>.column:not(.row),.ui[class*="eight column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="nine column"].doubling.row.row>.column,.ui[class*="nine column"].doubling.grid>.column:not(.row),.ui[class*="nine column"].doubling.grid>.row>.column{width:25%!important}.ui.grid>[class*="ten column"].doubling.row.row>.column,.ui[class*="ten column"].doubling.grid>.column:not(.row),.ui[class*="ten column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="eleven column"].doubling.row.row>.column,.ui[class*="eleven column"].doubling.grid>.column:not(.row),.ui[class*="eleven column"].doubling.grid>.row>.column{width:20%!important}.ui.grid>[class*="twelve column"].doubling.row.row>.column,.ui[class*="twelve column"].doubling.grid>.column:not(.row),.ui[class*="twelve column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="thirteen column"].doubling.row.row>.column,.ui[class*="thirteen column"].doubling.grid>.column:not(.row),.ui[class*="thirteen column"].doubling.grid>.row>.column{width:16.66666667%!important}.ui.grid>[class*="fourteen column"].doubling.row.row>.column,.ui[class*="fourteen column"].doubling.grid>.column:not(.row),.ui[class*="fourteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="fifteen column"].doubling.row.row>.column,.ui[class*="fifteen column"].doubling.grid>.column:not(.row),.ui[class*="fifteen column"].doubling.grid>.row>.column{width:14.28571429%!important}.ui.grid>[class*="sixteen column"].doubling.row.row>.column,.ui[class*="sixteen column"].doubling.grid>.column:not(.row),.ui[class*="sixteen column"].doubling.grid>.row>.column{width:12.5%!important}}@media only screen and (max-width:767px){.ui.doubling.grid>.row,.ui.grid>.doubling.row{margin:0!important;padding:0!important}.ui.doubling.grid>.row>.column,.ui.grid>.doubling.row>.column{padding-top:1rem!important;padding-bottom:1rem!important;margin:0!important;box-shadow:none!important}.ui.grid>[class*="two column"].doubling:not(.stackable).row.row>.column,.ui[class*="two column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="two column"].doubling:not(.stackable).grid>.row>.column{width:100%!important}.ui.grid>[class*="three column"].doubling:not(.stackable).row.row>.column,.ui[class*="three column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="three column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="four column"].doubling:not(.stackable).row.row>.column,.ui[class*="four column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="four column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="five column"].doubling:not(.stackable).row.row>.column,.ui[class*="five column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="five column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="six column"].doubling:not(.stackable).row.row>.column,.ui[class*="six column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="six column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="seven column"].doubling:not(.stackable).row.row>.column,.ui[class*="seven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="seven column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="eight column"].doubling:not(.stackable).row.row>.column,.ui[class*="eight column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eight column"].doubling:not(.stackable).grid>.row>.column{width:50%!important}.ui.grid>[class*="nine column"].doubling:not(.stackable).row.row>.column,.ui[class*="nine column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="nine column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="ten column"].doubling:not(.stackable).row.row>.column,.ui[class*="ten column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="ten column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="eleven column"].doubling:not(.stackable).row.row>.column,.ui[class*="eleven column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="eleven column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="twelve column"].doubling:not(.stackable).row.row>.column,.ui[class*="twelve column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="twelve column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="thirteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="thirteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="thirteen column"].doubling:not(.stackable).grid>.row>.column{width:33.33333333%!important}.ui.grid>[class*="fourteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fourteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fourteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="fifteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="fifteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="fifteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}.ui.grid>[class*="sixteen column"].doubling:not(.stackable).row.row>.column,.ui[class*="sixteen column"].doubling:not(.stackable).grid>.column:not(.row),.ui[class*="sixteen column"].doubling:not(.stackable).grid>.row>.column{width:25%!important}}@media only screen and (max-width:767px){.ui.stackable.grid{width:auto;margin-left:0!important;margin-right:0!important}.ui.grid>.stackable.stackable.row>.column,.ui.stackable.grid>.column.grid>.column,.ui.stackable.grid>.column.row>.column,.ui.stackable.grid>.column:not(.row),.ui.stackable.grid>.row>.column,.ui.stackable.grid>.row>.wide.column,.ui.stackable.grid>.wide.column{width:100%!important;margin:0 0!important;box-shadow:none!important;padding:1rem 1rem!important}.ui.stackable.grid:not(.vertically)>.row{margin:0;padding:0}.ui.container>.ui.stackable.grid>.column,.ui.container>.ui.stackable.grid>.row>.column{padding-left:0!important;padding-right:0!important}.ui.grid .ui.stackable.grid,.ui.segment:not(.vertical) .ui.stackable.page.grid{margin-left:-1rem!important;margin-right:-1rem!important}.ui.stackable.celled.grid>.column:not(.row):first-child,.ui.stackable.celled.grid>.row:first-child>.column:first-child,.ui.stackable.divided.grid>.column:not(.row):first-child,.ui.stackable.divided.grid>.row:first-child>.column:first-child{border-top:none!important}.ui.inverted.stackable.celled.grid>.column:not(.row),.ui.inverted.stackable.celled.grid>.row>.column,.ui.inverted.stackable.divided.grid>.column:not(.row),.ui.inverted.stackable.divided.grid>.row>.column{border-top:1px solid rgba(255,255,255,.1)}.ui.stackable.celled.grid>.column:not(.row),.ui.stackable.celled.grid>.row>.column,.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{border-top:1px solid rgba(34,36,38,.15);box-shadow:none!important;padding-top:2rem!important;padding-bottom:2rem!important}.ui.stackable.celled.grid>.row{box-shadow:none!important}.ui.stackable.divided:not(.vertically).grid>.column:not(.row),.ui.stackable.divided:not(.vertically).grid>.row>.column{padding-left:0!important;padding-right:0!important}}@media only screen and (max-width:767px){.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].column:not(.mobile),.ui.grid.grid.grid>[class*="tablet only"].row:not(.mobile),.ui[class*="tablet only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].column:not(.mobile),.ui.grid.grid.grid>[class*="computer only"].row:not(.mobile),.ui[class*="computer only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:768px) and (max-width:991px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].column:not(.tablet),.ui.grid.grid.grid>[class*="mobile only"].row:not(.tablet),.ui[class*="mobile only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].column:not(.tablet),.ui.grid.grid.grid>[class*="computer only"].row:not(.tablet),.ui[class*="computer only"].grid.grid.grid:not(.tablet){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:992px) and (max-width:1199px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="large screen only"].row:not(.mobile),.ui[class*="large screen only"].grid.grid.grid:not(.mobile){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1200px) and (max-width:1919px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].column:not(.mobile),.ui.grid.grid.grid>[class*="widescreen only"].row:not(.mobile),.ui[class*="widescreen only"].grid.grid.grid:not(.mobile){display:none!important}}@media only screen and (min-width:1920px){.ui.grid.grid.grid>.row>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].column:not(.computer),.ui.grid.grid.grid>[class*="mobile only"].row:not(.computer),.ui[class*="mobile only"].grid.grid.grid:not(.computer){display:none!important}.ui.grid.grid.grid>.row>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].column:not(.computer),.ui.grid.grid.grid>[class*="tablet only"].row:not(.computer),.ui[class*="tablet only"].grid.grid.grid:not(.computer){display:none!important}}.ui.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1rem 0;font-family:Roboto,Arial,sans-serif;background:#fff;font-weight:400;border:1px solid rgba(34,36,38,.15);box-shadow:0 1px 6px rgba(0,0,0,.2);border-radius:4px;min-height:3.28571429em}.ui.menu:after{content:'';display:block;height:0;clear:both;visibility:hidden}.ui.menu:first-child{margin-top:0}.ui.menu:last-child{margin-bottom:0}.ui.menu .menu{margin:0}.ui.menu:not(.vertical)>.menu{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.menu:not(.vertical) .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.menu .item{position:relative;vertical-align:middle;line-height:1;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0;padding:1.14285714em 1.14285714em;text-transform:none;color:#212121;font-weight:400;-webkit-transition:background .1s ease,box-shadow .1s ease,color .1s ease;transition:background .1s ease,box-shadow .1s ease,color .1s ease}.ui.menu>.item:first-child{border-radius:4px 0 0 4px}.ui.menu .item:before{position:absolute;content:'';top:0;right:0;height:100%;width:0;background:rgba(34,36,38,.1)}.ui.menu .item>a:not(.ui),.ui.menu .item>p:only-child,.ui.menu .text.item>*{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;line-height:1.3}.ui.menu .item>p:first-child{margin-top:0}.ui.menu .item>p:last-child{margin-bottom:0}.ui.menu .item>i.icon{opacity:.9;float:none;margin:0 .35714286em 0 0}.ui.menu:not(.vertical) .item>.button{position:relative;top:0;margin:-.5em 0;padding-bottom:.78571429em;padding-top:.78571429em;font-size:1em}.ui.menu>.container,.ui.menu>.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:inherit;flex-direction:inherit}.ui.menu .item>.input{width:100%}.ui.menu:not(.vertical) .item>.input{position:relative;top:0;margin:-.5em 0}.ui.menu .item>.input input{font-size:1em;padding-top:.57142857em;padding-bottom:.57142857em}.ui.menu .header.item,.ui.vertical.menu .header.item{margin:0;background:'';text-transform:normal;font-weight:700}.ui.vertical.menu .item>.header:not(.ui){margin:0 0 .5em;font-size:1em;font-weight:700}.ui.menu .item>i.dropdown.icon{padding:0;float:right;margin:0 0 0 1em}.ui.menu .dropdown.item .menu{left:0;min-width:calc(100% - 1px);border-radius:0 0 4px 4px;background:#fff;margin:0 0 0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.ui.menu .ui.dropdown .menu>.item{margin:0;text-align:left;font-size:1em!important;padding:.78571429em 1.14285714em!important;background:0 0!important;color:#212121!important;text-transform:none!important;font-weight:400!important;box-shadow:none!important;-webkit-transition:none!important;transition:none!important}.ui.menu .ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.selected.item{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown .menu>.active.item{background:rgba(0,0,0,.03)!important;font-weight:700!important;color:rgba(0,0,0,.95)!important}.ui.menu .ui.dropdown.item .menu .item:not(.filtered){display:block}.ui.menu .ui.dropdown .menu>.item .icon:not(.dropdown){display:inline-block;font-size:1em!important;float:none;margin:0 .75em 0 0}.ui.secondary.menu .dropdown.item>.menu,.ui.text.menu .dropdown.item>.menu{border-radius:4px;margin-top:.35714286em}.ui.menu .pointing.dropdown.item .menu{margin-top:.75em}.ui.inverted.menu .search.dropdown.item>.search,.ui.inverted.menu .search.dropdown.item>.text{color:rgba(255,255,255,.9)}.ui.vertical.menu .dropdown.item>.icon{float:right;content:"\f0da";margin-left:1em}.ui.vertical.menu .dropdown.item .menu{left:100%;min-width:0;margin:0;box-shadow:0 1px 3px 0 rgba(0,0,0,.08);border-radius:0 4px 4px 4px}.ui.vertical.menu .dropdown.item.upward .menu{bottom:0}.ui.vertical.menu .dropdown.item:not(.upward) .menu{top:0}.ui.vertical.menu .active.dropdown.item{border-top-right-radius:0;border-bottom-right-radius:0}.ui.vertical.menu .dropdown.active.item{box-shadow:none}.ui.item.menu .dropdown .menu .item{width:100%}.ui.menu .item>.label{background:#999;color:#fff;margin-left:1em;padding:.3em .78571429em}.ui.vertical.menu .item>.label{background:#999;color:#fff;margin-top:-.15em;margin-bottom:-.15em;padding:.3em .78571429em}.ui.menu .item>.floating.label{padding:.3em .78571429em}.ui.menu .item>img:not(.ui){display:inline-block;vertical-align:middle;margin:-.3em 0;width:2.5em}.ui.vertical.menu .item>img:not(.ui):only-child{display:block;max-width:100%;width:auto}.ui.vertical.sidebar.menu>.item:first-child:before{display:block!important}.ui.vertical.sidebar.menu>.item::before{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.menu>.ui.container{width:100%!important;margin-left:0!important;margin-right:0!important}}@media only screen and (min-width:768px){.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless)>.container>.item:not(.right):not(.borderless):first-child{border-left:0 solid rgba(34,36,38,.1)}}.ui.link.menu .item:hover,.ui.menu .dropdown.item:hover,.ui.menu .link.item:hover,.ui.menu a.item:hover{cursor:pointer;background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.link.menu .item:active,.ui.menu .link.item:active,.ui.menu a.item:active{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.menu .active.item{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);font-weight:400;box-shadow:none}.ui.menu .active.item>i.icon{opacity:1}.ui.menu .active.item:hover,.ui.vertical.menu .active.item:hover{background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.menu .item.disabled,.ui.menu .item.disabled:hover{cursor:default;background-color:transparent!important;color:rgba(40,40,40,.3)}.ui.menu:not(.vertical) .left.item,.ui.menu:not(.vertical) .left.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto!important}.ui.menu:not(.vertical) .right.item,.ui.menu:not(.vertical) .right.menu{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto!important}.ui.menu .right.item::before,.ui.menu .right.menu>.item::before{right:auto;left:0}.ui.vertical.menu{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;box-shadow:0 1px 6px rgba(0,0,0,.2)}.ui.vertical.menu .item{display:block;background:0 0;border-top:none;border-right:none}.ui.vertical.menu>.item:first-child{border-radius:4px 4px 0 0}.ui.vertical.menu>.item:last-child{border-radius:0 0 4px 4px}.ui.vertical.menu .item>.label{float:right;text-align:center}.ui.vertical.menu .item>i.icon{width:1.18em;float:right;margin:0 0 0 .5em}.ui.vertical.menu .item>.label+i.icon{float:none;margin:0 .5em 0 0}.ui.vertical.menu .item:before{position:absolute;content:'';top:0;left:0;width:100%;height:0;background:rgba(34,36,38,.1)}.ui.vertical.menu .item:first-child:before{display:none!important}.ui.vertical.menu .item>.menu{margin:.5em -1.14285714em 0}.ui.vertical.menu .menu .item{background:0 0;padding:.5em 1.33333333em;font-size:.85714286em;color:rgba(0,0,0,.5)}.ui.vertical.menu .item .menu .link.item:hover,.ui.vertical.menu .item .menu a.item:hover{color:rgba(0,0,0,.85)}.ui.vertical.menu .menu .item:before{display:none}.ui.vertical.menu .active.item{background:rgba(0,0,0,.05);border-radius:0;box-shadow:none}.ui.vertical.menu>.active.item:first-child{border-radius:4px 4px 0 0}.ui.vertical.menu>.active.item:last-child{border-radius:0 0 4px 4px}.ui.vertical.menu>.active.item:only-child{border-radius:4px}.ui.vertical.menu .active.item .menu .active.item{border-left:none}.ui.vertical.menu .item .menu .active.item{background-color:transparent;font-weight:700;color:rgba(0,0,0,.95)}.ui.tabular.menu{border-radius:0;box-shadow:none!important;border:none;background:none transparent;border-bottom:1px solid #d4d4d5}.ui.tabular.fluid.menu{width:calc(100% + 2px)!important}.ui.tabular.menu .item{background:0 0;border-bottom:none;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;padding:1.14285714em 1.42857143em;color:#212121}.ui.tabular.menu .item:before{display:none}.ui.tabular.menu .item:hover{background-color:transparent;color:rgba(0,0,0,.8)}.ui.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-top-width:1px;border-color:#d4d4d5;font-weight:700;margin-bottom:-1px;box-shadow:none;border-radius:4px 4px 0 0!important}.ui.tabular.menu+.attached:not(.top).segment,.ui.tabular.menu+.attached:not(.top).segment+.attached:not(.top).segment{border-top:none;margin-left:0;margin-top:0;margin-right:0;width:100%}.top.attached.segment+.ui.bottom.tabular.menu{position:relative;width:calc(100% + 2px);left:-1px}.ui.bottom.tabular.menu{background:none transparent;border-radius:0;box-shadow:none!important;border-bottom:none;border-top:1px solid #d4d4d5}.ui.bottom.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:none}.ui.bottom.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:-1px 0 0 0;border-radius:0 0 4px 4px!important}.ui.vertical.tabular.menu{background:none transparent;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:1px solid #d4d4d5}.ui.vertical.tabular.menu .item{background:0 0;border-left:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-right:none}.ui.vertical.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 -1px 0 0;border-radius:4px 0 0 4px!important}.ui.vertical.right.tabular.menu{background:none transparent;border-radius:0;box-shadow:none!important;border-bottom:none;border-right:none;border-left:1px solid #d4d4d5}.ui.vertical.right.tabular.menu .item{background:0 0;border-right:1px solid transparent;border-bottom:1px solid transparent;border-top:1px solid transparent;border-left:none}.ui.vertical.right.tabular.menu .active.item{background:none #fff;color:rgba(0,0,0,.95);border-color:#d4d4d5;margin:0 0 0 -1px;border-radius:0 4px 4px 0!important}.ui.tabular.menu .active.dropdown.item{margin-bottom:0;border-left:1px solid transparent;border-right:1px solid transparent;border-top:2px solid transparent;border-bottom:none}.ui.pagination.menu{margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.ui.pagination.menu .item:last-child{border-radius:0 4px 4px 0}.ui.compact.menu .item:last-child{border-radius:0 4px 4px 0}.ui.pagination.menu .item:last-child:before{display:none}.ui.pagination.menu .item{min-width:3em;text-align:center}.ui.pagination.menu .icon.item i.icon{vertical-align:top}.ui.pagination.menu .active.item{border-top:none;padding-top:1.14285714em;background-color:rgba(0,0,0,.05);color:rgba(0,0,0,.95);box-shadow:none}.ui.secondary.menu{background:0 0;margin-left:-.35714286em;margin-right:-.35714286em;border-radius:0;border:none;box-shadow:none}.ui.secondary.menu .item{-ms-flex-item-align:center;align-self:center;box-shadow:none;border:none;padding:.78571429em .92857143em;margin:0 .35714286em;background:0 0;-webkit-transition:color .1s ease;transition:color .1s ease;border-radius:4px}.ui.secondary.menu .item:before{display:none!important}.ui.secondary.menu .header.item{border-radius:0;border-right:none;background:none transparent}.ui.secondary.menu .item>img:not(.ui){margin:0}.ui.secondary.menu .dropdown.item:hover,.ui.secondary.menu .link.item:hover,.ui.secondary.menu a.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.menu .active.item{box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);border-radius:4px}.ui.secondary.menu .active.item:hover{box-shadow:none;background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.secondary.inverted.menu .link.item,.ui.secondary.inverted.menu a.item{color:rgba(255,255,255,.7)!important}.ui.secondary.inverted.menu .dropdown.item:hover,.ui.secondary.inverted.menu .link.item:hover,.ui.secondary.inverted.menu a.item:hover{background:rgba(255,255,255,.08);color:#fff!important}.ui.secondary.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.secondary.item.menu{margin-left:0;margin-right:0}.ui.secondary.item.menu .item:last-child{margin-right:0}.ui.secondary.attached.menu{box-shadow:none}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu{margin:0 -.92857143em}.ui.vertical.secondary.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 1.33333333em}.ui.secondary.vertical.menu>.item{border:none;margin:0 0 .35714286em;border-radius:4px!important}.ui.secondary.vertical.menu>.header.item{border-radius:0}.ui.vertical.secondary.menu .item>.menu .item{background-color:transparent}.ui.secondary.inverted.menu{background-color:transparent}.ui.secondary.pointing.menu{margin-left:0;margin-right:0;border-bottom:2px solid rgba(34,36,38,.15)}.ui.secondary.pointing.menu .item{border-bottom-color:transparent;border-bottom-style:solid;border-radius:0;-ms-flex-item-align:end;align-self:flex-end;margin:0 0 -2px;padding:.85714286em 1.14285714em;border-bottom-width:2px;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.secondary.pointing.menu .header.item{color:rgba(0,0,0,.85)!important}.ui.secondary.pointing.menu .text.item{box-shadow:none!important}.ui.secondary.pointing.menu .item:after{display:none}.ui.secondary.pointing.menu .dropdown.item:hover,.ui.secondary.pointing.menu .link.item:hover,.ui.secondary.pointing.menu a.item:hover{background-color:transparent;color:#212121}.ui.secondary.pointing.menu .dropdown.item:active,.ui.secondary.pointing.menu .link.item:active,.ui.secondary.pointing.menu a.item:active{background-color:transparent;border-color:rgba(34,36,38,.15)}.ui.secondary.pointing.menu .active.item{background-color:transparent;box-shadow:none;border-color:#1b1c1d;font-weight:700;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.item:hover{border-color:#1b1c1d;color:rgba(0,0,0,.95)}.ui.secondary.pointing.menu .active.dropdown.item{border-color:transparent}.ui.secondary.vertical.pointing.menu{border-bottom-width:0;border-right-width:2px;border-right-style:solid;border-right-color:rgba(34,36,38,.15)}.ui.secondary.vertical.pointing.menu .item{border-bottom:none;border-right-style:solid;border-right-color:transparent;border-radius:0!important;margin:0 -2px 0 0;border-right-width:2px}.ui.secondary.vertical.pointing.menu .active.item{border-color:#1b1c1d}.ui.secondary.inverted.pointing.menu{border-color:rgba(255,255,255,.1)}.ui.secondary.inverted.pointing.menu{border-width:2px;border-color:rgba(34,36,38,.15)}.ui.secondary.inverted.pointing.menu .item{color:rgba(255,255,255,.9)}.ui.secondary.inverted.pointing.menu .header.item{color:#fff!important}.ui.secondary.inverted.pointing.menu .link.item:hover,.ui.secondary.inverted.pointing.menu a.item:hover{color:rgba(0,0,0,.95)}.ui.secondary.inverted.pointing.menu .active.item{border-color:#fff;color:#fff}.ui.text.menu{background:none transparent;border-radius:0;box-shadow:none;border:none;margin:1em -.5em}.ui.text.menu .item{border-radius:0;box-shadow:none;-ms-flex-item-align:center;align-self:center;margin:0 0;padding:.35714286em .5em;font-weight:400;color:rgba(0,0,0,.6);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.text.menu .item:before,.ui.text.menu .menu .item:before{display:none!important}.ui.text.menu .header.item{background-color:transparent;opacity:1;color:rgba(0,0,0,.85);font-size:.92857143em;text-transform:uppercase;font-weight:700}.ui.text.menu .item>img:not(.ui){margin:0}.ui.text.item.menu .item{margin:0}.ui.vertical.text.menu{margin:1em 0}.ui.vertical.text.menu:first-child{margin-top:0}.ui.vertical.text.menu:last-child{margin-bottom:0}.ui.vertical.text.menu .item{margin:.57142857em 0;padding-left:0;padding-right:0}.ui.vertical.text.menu .item>i.icon{float:none;margin:0 .35714286em 0 0}.ui.vertical.text.menu .header.item{margin:.57142857em 0 .71428571em}.ui.vertical.text.menu .item:not(.dropdown)>.menu{margin:0}.ui.vertical.text.menu .item:not(.dropdown)>.menu>.item{margin:0;padding:.5em 0}.ui.text.menu .item:hover{opacity:1;background-color:transparent}.ui.text.menu .active.item{background-color:transparent;border:none;box-shadow:none;font-weight:400;color:rgba(0,0,0,.95)}.ui.text.menu .active.item:hover{background-color:transparent}.ui.text.pointing.menu .active.item:after{box-shadow:none}.ui.text.attached.menu{box-shadow:none}.ui.inverted.text.menu,.ui.inverted.text.menu .active.item,.ui.inverted.text.menu .item,.ui.inverted.text.menu .item:hover{background-color:transparent!important}.ui.fluid.text.menu{margin-left:0;margin-right:0}.ui.vertical.icon.menu{display:inline-block;width:auto}.ui.icon.menu .item{height:auto;text-align:center;color:#1b1c1d}.ui.icon.menu .item>.icon:not(.dropdown){margin:0;opacity:1}.ui.icon.menu .icon:before{opacity:1}.ui.menu .icon.item>.icon{width:auto;margin:0 auto}.ui.vertical.icon.menu .item>.icon:not(.dropdown){display:block;opacity:1;margin:0 auto;float:none}.ui.inverted.icon.menu .item{color:#fff}.ui.labeled.icon.menu{text-align:center}.ui.labeled.icon.menu .item{min-width:6em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.labeled.icon.menu .item>.icon:not(.dropdown){height:1em;display:block;font-size:1.71428571em!important;margin:0 auto .5rem!important}.ui.fluid.labeled.icon.menu>.item{min-width:0}@media only screen and (max-width:767px){.ui.stackable.menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.stackable.menu .item{width:100%!important}.ui.stackable.menu .item:before{position:absolute;content:'';top:auto;bottom:0;left:0;width:100%;height:0;background:rgba(34,36,38,.1)}.ui.stackable.menu .left.item,.ui.stackable.menu .left.menu{margin-right:0!important}.ui.stackable.menu .right.item,.ui.stackable.menu .right.menu{margin-left:0!important}}.ui.menu .red.active.item,.ui.red.menu .active.item{border-color:#f44336!important;color:#f44336!important}.ui.menu .orange.active.item,.ui.orange.menu .active.item{border-color:#ff9800!important;color:#ff9800!important}.ui.menu .yellow.active.item,.ui.yellow.menu .active.item{border-color:#ffeb3b!important;color:#ffeb3b!important}.ui.menu .olive.active.item,.ui.olive.menu .active.item{border-color:#b5cc18!important;color:#b5cc18!important}.ui.green.menu .active.item,.ui.menu .green.active.item{border-color:#4caf50!important;color:#4caf50!important}.ui.menu .teal.active.item,.ui.teal.menu .active.item{border-color:#1de9b6!important;color:#1de9b6!important}.ui.blue.menu .active.item,.ui.menu .blue.active.item{border-color:#2196f3!important;color:#2196f3!important}.ui.menu .violet.active.item,.ui.violet.menu .active.item{border-color:#6435c9!important;color:#6435c9!important}.ui.menu .purple.active.item,.ui.purple.menu .active.item{border-color:#9c27b0!important;color:#9c27b0!important}.ui.menu .pink.active.item,.ui.pink.menu .active.item{border-color:#e91e63!important;color:#e91e63!important}.ui.brown.menu .active.item,.ui.menu .brown.active.item{border-color:#a5673f!important;color:#a5673f!important}.ui.grey.menu .active.item,.ui.menu .grey.active.item{border-color:#9e9e9e!important;color:#9e9e9e!important}.ui.inverted.menu{border:0 solid transparent;background:#1b1c1d;box-shadow:none}.ui.inverted.menu .item,.ui.inverted.menu .item>a:not(.ui){background:0 0;color:rgba(255,255,255,.9)}.ui.inverted.menu .item.menu{background:0 0}.ui.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .item:before{background:rgba(255,255,255,.08)}.ui.vertical.inverted.menu .menu .item,.ui.vertical.inverted.menu .menu .item a:not(.ui){color:rgba(255,255,255,.5)}.ui.inverted.menu .header.item{margin:0;background:0 0;box-shadow:none}.ui.inverted.menu .item.disabled,.ui.inverted.menu .item.disabled:hover{color:rgba(225,225,225,.3)}.ui.inverted.menu .dropdown.item:hover,.ui.inverted.menu .link.item:hover,.ui.inverted.menu a.item:hover,.ui.link.inverted.menu .item:hover{background:rgba(255,255,255,.08);color:#fff}.ui.vertical.inverted.menu .item .menu .link.item:hover,.ui.vertical.inverted.menu .item .menu a.item:hover{background:0 0;color:#fff}.ui.inverted.menu .link.item:active,.ui.inverted.menu a.item:active{background:rgba(255,255,255,.08);color:#fff}.ui.inverted.menu .active.item{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.vertical.menu .item .menu .active.item{background:0 0;color:#fff}.ui.inverted.pointing.menu .active.item:after{background:#3d3e3f!important;margin:0!important;box-shadow:none!important;border:none!important}.ui.inverted.menu .active.item:hover{background:rgba(255,255,255,.15);color:#fff!important}.ui.inverted.pointing.menu .active.item:hover:after{background:#3d3e3f!important}.ui.floated.menu{float:left;margin:0 .5rem 0 0}.ui.floated.menu .item:last-child:before{display:none}.ui.right.floated.menu{float:right;margin:0 0 0 .5rem}.ui.inverted.menu .red.active.item,.ui.inverted.red.menu{background-color:#f44336}.ui.inverted.red.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.red.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .orange.active.item,.ui.inverted.orange.menu{background-color:#ff9800}.ui.inverted.orange.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.orange.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .yellow.active.item,.ui.inverted.yellow.menu{background-color:#ffeb3b}.ui.inverted.yellow.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.yellow.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .olive.active.item,.ui.inverted.olive.menu{background-color:#b5cc18}.ui.inverted.olive.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.olive.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.green.menu,.ui.inverted.menu .green.active.item{background-color:#4caf50}.ui.inverted.green.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.green.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .teal.active.item,.ui.inverted.teal.menu{background-color:#1de9b6}.ui.inverted.teal.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.teal.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.blue.menu,.ui.inverted.menu .blue.active.item{background-color:#2196f3}.ui.inverted.blue.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.blue.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .violet.active.item,.ui.inverted.violet.menu{background-color:#6435c9}.ui.inverted.violet.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.violet.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .purple.active.item,.ui.inverted.purple.menu{background-color:#9c27b0}.ui.inverted.purple.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.purple.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.menu .pink.active.item,.ui.inverted.pink.menu{background-color:#e91e63}.ui.inverted.pink.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.pink.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.brown.menu,.ui.inverted.menu .brown.active.item{background-color:#a5673f}.ui.inverted.brown.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.brown.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.inverted.grey.menu,.ui.inverted.menu .grey.active.item{background-color:#9e9e9e}.ui.inverted.grey.menu .item:before{background-color:rgba(34,36,38,.1)}.ui.inverted.grey.menu .active.item{background-color:rgba(0,0,0,.1)!important}.ui.fitted.menu .item,.ui.fitted.menu .item .menu .item,.ui.menu .fitted.item{padding:0}.ui.horizontally.fitted.menu .item,.ui.horizontally.fitted.menu .item .menu .item,.ui.menu .horizontally.fitted.item{padding-top:1.14285714em;padding-bottom:1.14285714em}.ui.menu .vertically.fitted.item,.ui.vertically.fitted.menu .item,.ui.vertically.fitted.menu .item .menu .item{padding-left:1.14285714em;padding-right:1.14285714em}.ui.borderless.menu .item .menu .item:before,.ui.borderless.menu .item:before,.ui.menu .borderless.item:before{background:0 0!important}.ui.compact.menu{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;vertical-align:middle}.ui.compact.vertical.menu{display:inline-block}.ui.compact.menu .item:last-child{border-radius:0 4px 4px 0}.ui.compact.menu .item:last-child:before{display:none}.ui.compact.vertical.menu{width:auto!important}.ui.compact.vertical.menu .item:last-child::before{display:block}.ui.menu.fluid,.ui.vertical.menu.fluid{width:100%!important}.ui.item.menu,.ui.item.menu .item{width:100%;padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.item.menu .item:last-child:before{display:none}.ui.menu.two.item .item{width:50%}.ui.menu.three.item .item{width:33.333%}.ui.menu.four.item .item{width:25%}.ui.menu.five.item .item{width:20%}.ui.menu.six.item .item{width:16.666%}.ui.menu.seven.item .item{width:14.285%}.ui.menu.eight.item .item{width:12.5%}.ui.menu.nine.item .item{width:11.11%}.ui.menu.ten.item .item{width:10%}.ui.menu.eleven.item .item{width:9.09%}.ui.menu.twelve.item .item{width:8.333%}.ui.menu.fixed{position:fixed;z-index:101;margin:0;width:100%}.ui.menu.fixed,.ui.menu.fixed .item:first-child,.ui.menu.fixed .item:last-child{border-radius:0!important}.ui.fixed.menu,.ui[class*="top fixed"].menu{top:0;left:0;right:auto;bottom:auto}.ui[class*="top fixed"].menu{border-top:none;border-left:none;border-right:none}.ui[class*="right fixed"].menu{border-top:none;border-bottom:none;border-right:none;top:0;right:0;left:auto;bottom:auto;width:auto;height:100%}.ui[class*="bottom fixed"].menu{border-bottom:none;border-left:none;border-right:none;bottom:0;left:0;top:auto;right:auto}.ui[class*="left fixed"].menu{border-top:none;border-bottom:none;border-left:none;top:0;left:0;right:auto;bottom:auto;width:auto;height:100%}.ui.fixed.menu+.ui.grid{padding-top:2.75rem}.ui.pointing.menu .item:after{visibility:hidden;position:absolute;content:'';top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg);background:0 0;margin:.5px 0 0;width:.57142857em;height:.57142857em;border:none;border-bottom:1px solid #d4d4d5;border-right:1px solid #d4d4d5;z-index:2;-webkit-transition:background .1s ease;transition:background .1s ease}.ui.vertical.pointing.menu .item:after{position:absolute;top:50%;right:0;bottom:auto;left:auto;-webkit-transform:translateX(50%) translateY(-50%) rotate(45deg);transform:translateX(50%) translateY(-50%) rotate(45deg);margin:0 -.5px 0 0;border:none;border-top:1px solid #d4d4d5;border-right:1px solid #d4d4d5}.ui.pointing.menu .active.item:after{visibility:visible}.ui.pointing.menu .active.dropdown.item:after{visibility:hidden}.ui.pointing.menu .active.item .menu .active.item:after,.ui.pointing.menu .dropdown.active.item:after{display:none}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:hover:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .active.item:after{background-color:#f2f2f2}.ui.vertical.pointing.menu .menu .active.item:after{background-color:#fff}.ui.attached.menu{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none}.ui.attached+.ui.attached.menu:not(.top){border-top:none}.ui[class*="top attached"].menu{bottom:0;margin-bottom:0;top:0;margin-top:1rem;border-radius:4px 4px 0 0}.ui.menu[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].menu{bottom:0;margin-top:0;top:0;margin-bottom:1rem;box-shadow:0 1px 6px rgba(0,0,0,.2),none;border-radius:0 0 4px 4px}.ui[class*="bottom attached"].menu:last-child{margin-bottom:0}.ui.top.attached.menu>.item:first-child{border-radius:4px 0 0 0}.ui.bottom.attached.menu>.item:first-child{border-radius:0 0 0 4px}.ui.attached.menu:not(.tabular){border:1px solid #d4d4d5}.ui.attached.inverted.menu{border:none}.ui.attached.tabular.menu{margin-left:0;margin-right:0;width:100%}.ui.mini.menu{font-size:.78571429rem}.ui.mini.vertical.menu{width:9rem}.ui.tiny.menu{font-size:.85714286rem}.ui.tiny.vertical.menu{width:11rem}.ui.small.menu{font-size:.92857143rem}.ui.small.vertical.menu{width:13rem}.ui.menu{font-size:1rem}.ui.vertical.menu{width:15rem}.ui.large.menu{font-size:1.07142857rem}.ui.large.vertical.menu{width:18rem}.ui.huge.menu{font-size:1.14285714rem}.ui.huge.vertical.menu{width:20rem}.ui.big.menu{font-size:1.21428571rem}.ui.big.vertical.menu{width:22rem}.ui.massive.menu{font-size:1.28571429rem}.ui.massive.vertical.menu{width:25rem}/*! - * # Semantic UI 2.2.10 - Message - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.message{position:relative;min-height:1em;margin:1em 0;background:#f8f8f9;padding:1em 1.5em;line-height:1.4285em;color:rgba(0,0,0,.87);-webkit-transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;transition:opacity .1s ease,color .1s ease,background .1s ease,box-shadow .1s ease;border-radius:.28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 0 0 0 transparent}.ui.message:first-child{margin-top:0}.ui.message:last-child{margin-bottom:0}.ui.message .header{display:block;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-weight:700;margin:-.14285714em 0 0 0}.ui.message .header:not(.ui){font-size:1.14285714em}.ui.message p{opacity:.85;margin:.75em 0}.ui.message p:first-child{margin-top:0}.ui.message p:last-child{margin-bottom:0}.ui.message .header+p{margin-top:.25em}.ui.message .list:not(.ui){text-align:left;padding:0;opacity:.85;list-style-position:inside;margin:.5em 0 0}.ui.message .list:not(.ui):first-child{margin-top:0}.ui.message .list:not(.ui):last-child{margin-bottom:0}.ui.message .list:not(.ui) li{position:relative;list-style-type:none;margin:0 0 .3em 1em;padding:0}.ui.message .list:not(.ui) li:before{position:absolute;content:'•';left:-1em;height:100%;vertical-align:baseline}.ui.message .list:not(.ui) li:last-child{margin-bottom:0}.ui.message>.icon{margin-right:.6em}.ui.message>.close.icon{cursor:pointer;position:absolute;margin:0;top:.78575em;right:.5em;opacity:.7;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.message>.close.icon:hover{opacity:1}.ui.message>:first-child{margin-top:0}.ui.message>:last-child{margin-bottom:0}.ui.dropdown .menu>.message{margin:0 -1px}.ui.visible.visible.visible.visible.message{display:block}.ui.icon.visible.visible.visible.visible.message{display:-webkit-box;display:-ms-flexbox;display:flex}.ui.hidden.hidden.hidden.hidden.message{display:none}.ui.compact.message{display:inline-block}.ui.attached.message{margin-bottom:-1px;border-radius:.28571429rem .28571429rem 0 0;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset;margin-left:-1px;margin-right:-1px}.ui.attached+.ui.attached.message:not(.top):not(.bottom){margin-top:-1px;border-radius:0}.ui.bottom.attached.message{margin-top:-1px;border-radius:0 0 .28571429rem .28571429rem;box-shadow:0 0 0 1px rgba(34,36,38,.15) inset,0 1px 2px 0 rgba(34,36,38,.15)}.ui.bottom.attached.message:not(:last-child){margin-bottom:1em}.ui.attached.icon.message{width:auto}.ui.icon.message{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.icon.message>.icon:not(.close){display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;line-height:1;vertical-align:middle;font-size:3em;opacity:.8}.ui.icon.message>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;vertical-align:middle}.ui.icon.message .icon:not(.close)+.content{padding-left:0}.ui.icon.message .circular.icon{width:1em}.ui.floating.message{box-shadow:0 0 0 1px rgba(34,36,38,.22) inset,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.black.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.positive.message{background-color:#fcfff5;color:#2c662d}.ui.attached.positive.message,.ui.positive.message{box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.positive.message .header{color:#1a531b}.ui.negative.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.negative.message,.ui.negative.message{box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.negative.message .header{color:#912d2b}.ui.info.message{background-color:#f8ffff;color:#276f86}.ui.attached.info.message,.ui.info.message{box-shadow:0 0 0 1px #a9d5de inset,0 0 0 0 transparent}.ui.info.message .header{color:#0e566c}.ui.warning.message{background-color:#fffaf3;color:#573a08}.ui.attached.warning.message,.ui.warning.message{box-shadow:0 0 0 1px #c9ba9b inset,0 0 0 0 transparent}.ui.warning.message .header{color:#794b02}.ui.error.message{background-color:#fff6f6;color:#9f3a38}.ui.attached.error.message,.ui.error.message{box-shadow:0 0 0 1px #e0b4b4 inset,0 0 0 0 transparent}.ui.error.message .header{color:#912d2b}.ui.success.message{background-color:#fcfff5;color:#2c662d}.ui.attached.success.message,.ui.success.message{box-shadow:0 0 0 1px #a3c293 inset,0 0 0 0 transparent}.ui.success.message .header{color:#1a531b}.ui.black.message,.ui.inverted.message{background-color:#1b1c1d;color:rgba(255,255,255,.9)}.ui.red.message{background-color:#ffe8e6;color:#db2828;box-shadow:0 0 0 1px #db2828 inset,0 0 0 0 transparent}.ui.red.message .header{color:#c82121}.ui.orange.message{background-color:#ffedde;color:#f2711c;box-shadow:0 0 0 1px #f2711c inset,0 0 0 0 transparent}.ui.orange.message .header{color:#e7640d}.ui.yellow.message{background-color:#fff8db;color:#b58105;box-shadow:0 0 0 1px #b58105 inset,0 0 0 0 transparent}.ui.yellow.message .header{color:#9c6f04}.ui.olive.message{background-color:#fbfdef;color:#8abc1e;box-shadow:0 0 0 1px #8abc1e inset,0 0 0 0 transparent}.ui.olive.message .header{color:#7aa61a}.ui.green.message{background-color:#e5f9e7;color:#1ebc30;box-shadow:0 0 0 1px #1ebc30 inset,0 0 0 0 transparent}.ui.green.message .header{color:#1aa62a}.ui.teal.message{background-color:#e1f7f7;color:#10a3a3;box-shadow:0 0 0 1px #10a3a3 inset,0 0 0 0 transparent}.ui.teal.message .header{color:#0e8c8c}.ui.blue.message{background-color:#dff0ff;color:#2185d0;box-shadow:0 0 0 1px #2185d0 inset,0 0 0 0 transparent}.ui.blue.message .header{color:#1e77ba}.ui.violet.message{background-color:#eae7ff;color:#6435c9;box-shadow:0 0 0 1px #6435c9 inset,0 0 0 0 transparent}.ui.violet.message .header{color:#5a30b5}.ui.purple.message{background-color:#f6e7ff;color:#a333c8;box-shadow:0 0 0 1px #a333c8 inset,0 0 0 0 transparent}.ui.purple.message .header{color:#922eb4}.ui.pink.message{background-color:#ffe3fb;color:#e03997;box-shadow:0 0 0 1px #e03997 inset,0 0 0 0 transparent}.ui.pink.message .header{color:#dd238b}.ui.brown.message{background-color:#f1e2d3;color:#a5673f;box-shadow:0 0 0 1px #a5673f inset,0 0 0 0 transparent}.ui.brown.message .header{color:#935b38}.ui.mini.message{font-size:.78571429em}.ui.tiny.message{font-size:.85714286em}.ui.small.message{font-size:.92857143em}.ui.message{font-size:1em}.ui.large.message{font-size:1.14285714em}.ui.big.message{font-size:1.28571429em}.ui.huge.message{font-size:1.42857143em}.ui.massive.message{font-size:1.71428571em}/*! - * # Semantic UI 2.2.10 - Table - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.table{width:100%;background:#fff;margin:1em 0;border:1px solid rgba(34,36,38,.15);box-shadow:none;border-radius:.28571429rem;text-align:left;color:rgba(0,0,0,.87);border-collapse:separate;border-spacing:0}.ui.table:first-child{margin-top:0}.ui.table:last-child{margin-bottom:0}.ui.table td,.ui.table th{-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.table thead{box-shadow:none}.ui.table thead th{cursor:auto;background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.92857143em .78571429em;vertical-align:inherit;font-style:none;font-weight:700;text-transform:none;border-bottom:1px solid rgba(34,36,38,.1);border-left:none}.ui.table thead tr>th:first-child{border-left:none}.ui.table thead tr:first-child>th:first-child{border-radius:.28571429rem 0 0 0}.ui.table thead tr:first-child>th:last-child{border-radius:0 .28571429rem 0 0}.ui.table thead tr:first-child>th:only-child{border-radius:.28571429rem .28571429rem 0 0}.ui.table tfoot{box-shadow:none}.ui.table tfoot th{cursor:auto;border-top:1px solid rgba(34,36,38,.15);background:#f9fafb;text-align:inherit;color:rgba(0,0,0,.87);padding:.78571429em .78571429em;vertical-align:middle;font-style:normal;font-weight:400;text-transform:none}.ui.table tfoot tr>th:first-child{border-left:none}.ui.table tfoot tr:first-child>th:first-child{border-radius:0 0 0 .28571429rem}.ui.table tfoot tr:first-child>th:last-child{border-radius:0 0 .28571429rem 0}.ui.table tfoot tr:first-child>th:only-child{border-radius:0 0 .28571429rem .28571429rem}.ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}.ui.table tr:first-child td{border-top:none}.ui.table td{padding:.78571429em .78571429em;text-align:inherit}.ui.table>.icon{vertical-align:baseline}.ui.table>.icon:only-child{margin:0}.ui.table.segment{padding:0}.ui.table.segment:after{display:none}.ui.table.segment.stacked:after{display:block}@media only screen and (max-width:767px){.ui.table:not(.unstackable){width:100%}.ui.table:not(.unstackable) tbody,.ui.table:not(.unstackable) tr,.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{width:auto!important;display:block!important}.ui.table:not(.unstackable){padding:0}.ui.table:not(.unstackable) thead{display:block}.ui.table:not(.unstackable) tfoot{display:block}.ui.table:not(.unstackable) tr{padding-top:1em;padding-bottom:1em;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui.table:not(.unstackable) tr>td,.ui.table:not(.unstackable) tr>th{background:0 0;border:none!important;padding:.25em .75em!important;box-shadow:none!important}.ui.table:not(.unstackable) td:first-child,.ui.table:not(.unstackable) th:first-child{font-weight:700}.ui.definition.table:not(.unstackable) thead th:first-child{box-shadow:none!important}}.ui.table td .image,.ui.table td .image img,.ui.table th .image,.ui.table th .image img{max-width:none}.ui.structured.table{border-collapse:collapse}.ui.structured.table thead th{border-left:none;border-right:none}.ui.structured.sortable.table thead th{border-left:1px solid rgba(34,36,38,.15);border-right:1px solid rgba(34,36,38,.15)}.ui.structured.basic.table th{border-left:none;border-right:none}.ui.structured.celled.table tr td,.ui.structured.celled.table tr th{border-left:1px solid rgba(34,36,38,.1);border-right:1px solid rgba(34,36,38,.1)}.ui.definition.table thead:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:400;color:rgba(0,0,0,.4);box-shadow:-1px -1px 0 1px #fff}.ui.definition.table tfoot:not(.full-width) th:first-child{pointer-events:none;background:0 0;font-weight:rgba(0,0,0,.4);color:normal;box-shadow:1px 1px 0 1px #fff}.ui.celled.definition.table thead:not(.full-width) th:first-child{box-shadow:0 -1px 0 1px #fff}.ui.celled.definition.table tfoot:not(.full-width) th:first-child{box-shadow:0 1px 0 1px #fff}.ui.definition.table tr td.definition,.ui.definition.table tr td:first-child:not(.ignored){background:rgba(0,0,0,.03);font-weight:700;color:rgba(0,0,0,.95);text-transform:'';box-shadow:'';text-align:'';font-size:1em;padding-left:'';padding-right:''}.ui.definition.table thead:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table tfoot:not(.full-width) th:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.definition.table td:nth-child(2){border-left:1px solid rgba(34,36,38,.15)}.ui.table td.positive,.ui.table tr.positive{box-shadow:0 0 0 #a3c293 inset}.ui.table td.positive,.ui.table tr.positive{background:#fcfff5!important;color:#2c662d!important}.ui.table td.negative,.ui.table tr.negative{box-shadow:0 0 0 #e0b4b4 inset}.ui.table td.negative,.ui.table tr.negative{background:#fff6f6!important;color:#9f3a38!important}.ui.table td.error,.ui.table tr.error{box-shadow:0 0 0 #e0b4b4 inset}.ui.table td.error,.ui.table tr.error{background:#fff6f6!important;color:#9f3a38!important}.ui.table td.warning,.ui.table tr.warning{box-shadow:0 0 0 #c9ba9b inset}.ui.table td.warning,.ui.table tr.warning{background:#fffaf3!important;color:#573a08!important}.ui.table td.active,.ui.table tr.active{box-shadow:0 0 0 rgba(0,0,0,.87) inset}.ui.table td.active,.ui.table tr.active{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.table tr td.disabled,.ui.table tr.disabled td,.ui.table tr.disabled:hover,.ui.table tr:hover td.disabled{pointer-events:none;color:rgba(40,40,40,.3)}@media only screen and (max-width:991px){.ui[class*="tablet stackable"].table,.ui[class*="tablet stackable"].table tbody,.ui[class*="tablet stackable"].table tr,.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{width:100%!important;display:block!important}.ui[class*="tablet stackable"].table{padding:0}.ui[class*="tablet stackable"].table thead{display:block}.ui[class*="tablet stackable"].table tfoot{display:block}.ui[class*="tablet stackable"].table tr{padding-top:1em;padding-bottom:1em;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset!important}.ui[class*="tablet stackable"].table tr>td,.ui[class*="tablet stackable"].table tr>th{background:0 0;border:none!important;padding:.25em .75em;box-shadow:none!important}.ui.definition[class*="tablet stackable"].table thead th:first-child{box-shadow:none!important}}.ui.table [class*="left aligned"],.ui.table[class*="left aligned"]{text-align:left}.ui.table [class*="center aligned"],.ui.table[class*="center aligned"]{text-align:center}.ui.table [class*="right aligned"],.ui.table[class*="right aligned"]{text-align:right}.ui.table [class*="top aligned"],.ui.table[class*="top aligned"]{vertical-align:top}.ui.table [class*="middle aligned"],.ui.table[class*="middle aligned"]{vertical-align:middle}.ui.table [class*="bottom aligned"],.ui.table[class*="bottom aligned"]{vertical-align:bottom}.ui.table td.collapsing,.ui.table th.collapsing{width:1px;white-space:nowrap}.ui.fixed.table{table-layout:fixed}.ui.fixed.table td,.ui.fixed.table th{overflow:hidden;text-overflow:ellipsis}.ui.selectable.table tbody tr:hover,.ui.table tbody tr td.selectable:hover{background:rgba(0,0,0,.05)!important;color:rgba(0,0,0,.95)!important}.ui.inverted.table tbody tr td.selectable:hover,.ui.selectable.inverted.table tbody tr:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}.ui.table tbody tr td.selectable{padding:0}.ui.table tbody tr td.selectable>a:not(.ui){display:block;color:inherit;padding:.78571429em .78571429em}.ui.selectable.table tr.error:hover,.ui.selectable.table tr:hover td.error,.ui.table tr td.selectable.error:hover{background:#ffe7e7!important;color:#943634!important}.ui.selectable.table tr.warning:hover,.ui.selectable.table tr:hover td.warning,.ui.table tr td.selectable.warning:hover{background:#fff4e4!important;color:#493107!important}.ui.selectable.table tr.active:hover,.ui.selectable.table tr:hover td.active,.ui.table tr td.selectable.active:hover{background:#e0e0e0!important;color:rgba(0,0,0,.87)!important}.ui.selectable.table tr.positive:hover,.ui.selectable.table tr:hover td.positive,.ui.table tr td.selectable.positive:hover{background:#f7ffe6!important;color:#275b28!important}.ui.selectable.table tr.negative:hover,.ui.selectable.table tr:hover td.negative,.ui.table tr td.selectable.negative:hover{background:#ffe7e7!important;color:#943634!important}.ui.attached.table{top:0;bottom:0;border-radius:0;margin:0 -1px;width:calc(100% + 2px);max-width:calc(100% + 2px);box-shadow:none;border:1px solid #d4d4d5}.ui.attached+.ui.attached.table:not(.top){border-top:none}.ui[class*="top attached"].table{bottom:0;margin-bottom:0;top:0;margin-top:1em;border-radius:.28571429rem .28571429rem 0 0}.ui.table[class*="top attached"]:first-child{margin-top:0}.ui[class*="bottom attached"].table{bottom:0;margin-top:0;top:0;margin-bottom:1em;box-shadow:none,none;border-radius:0 0 .28571429rem .28571429rem}.ui[class*="bottom attached"].table:last-child{margin-bottom:0}.ui.striped.table tbody tr:nth-child(2n),.ui.striped.table>tr:nth-child(2n){background-color:rgba(0,0,50,.02)}.ui.inverted.striped.table tbody tr:nth-child(2n),.ui.inverted.striped.table>tr:nth-child(2n){background-color:rgba(255,255,255,.05)}.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover{background:#efefef!important;color:rgba(0,0,0,.95)!important}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.table [class*="single line"],.ui.table[class*="single line"]{white-space:nowrap}.ui.red.table{border-top:.2em solid #db2828}.ui.inverted.red.table{background-color:#db2828!important;color:#fff!important}.ui.orange.table{border-top:.2em solid #f2711c}.ui.inverted.orange.table{background-color:#f2711c!important;color:#fff!important}.ui.yellow.table{border-top:.2em solid #fbbd08}.ui.inverted.yellow.table{background-color:#fbbd08!important;color:#fff!important}.ui.olive.table{border-top:.2em solid #b5cc18}.ui.inverted.olive.table{background-color:#b5cc18!important;color:#fff!important}.ui.green.table{border-top:.2em solid #21ba45}.ui.inverted.green.table{background-color:#21ba45!important;color:#fff!important}.ui.teal.table{border-top:.2em solid #00b5ad}.ui.inverted.teal.table{background-color:#00b5ad!important;color:#fff!important}.ui.blue.table{border-top:.2em solid #2185d0}.ui.inverted.blue.table{background-color:#2185d0!important;color:#fff!important}.ui.violet.table{border-top:.2em solid #6435c9}.ui.inverted.violet.table{background-color:#6435c9!important;color:#fff!important}.ui.purple.table{border-top:.2em solid #a333c8}.ui.inverted.purple.table{background-color:#a333c8!important;color:#fff!important}.ui.pink.table{border-top:.2em solid #e03997}.ui.inverted.pink.table{background-color:#e03997!important;color:#fff!important}.ui.brown.table{border-top:.2em solid #a5673f}.ui.inverted.brown.table{background-color:#a5673f!important;color:#fff!important}.ui.grey.table{border-top:.2em solid #767676}.ui.inverted.grey.table{background-color:#767676!important;color:#fff!important}.ui.black.table{border-top:.2em solid #1b1c1d}.ui.inverted.black.table{background-color:#1b1c1d!important;color:#fff!important}.ui.one.column.table td{width:100%}.ui.two.column.table td{width:50%}.ui.three.column.table td{width:33.33333333%}.ui.four.column.table td{width:25%}.ui.five.column.table td{width:20%}.ui.six.column.table td{width:16.66666667%}.ui.seven.column.table td{width:14.28571429%}.ui.eight.column.table td{width:12.5%}.ui.nine.column.table td{width:11.11111111%}.ui.ten.column.table td{width:10%}.ui.eleven.column.table td{width:9.09090909%}.ui.twelve.column.table td{width:8.33333333%}.ui.thirteen.column.table td{width:7.69230769%}.ui.fourteen.column.table td{width:7.14285714%}.ui.fifteen.column.table td{width:6.66666667%}.ui.sixteen.column.table td{width:6.25%}.ui.table td.one.wide,.ui.table th.one.wide{width:8.33333333%}.ui.table td.two.wide,.ui.table th.two.wide{width:16.66666667%}.ui.table td.three.wide,.ui.table th.three.wide{width:25%}.ui.table td.four.wide,.ui.table th.four.wide{width:33.33333333%}.ui.table td.five.wide,.ui.table th.five.wide{width:41.66666667%}.ui.table td.six.wide,.ui.table th.six.wide{width:50%}.ui.table td.seven.wide,.ui.table th.seven.wide{width:58.33333333%}.ui.table td.eight.wide,.ui.table th.eight.wide{width:66.66666667%}.ui.table td.nine.wide,.ui.table th.nine.wide{width:75%}.ui.table td.ten.wide,.ui.table th.ten.wide{width:83.33333333%}.ui.table td.eleven.wide,.ui.table th.eleven.wide{width:91.66666667%}.ui.table td.twelve.wide,.ui.table th.twelve.wide{width:100%}.ui.table td.thirteen.wide,.ui.table th.thirteen.wide{width:108.33333333%}.ui.table td.fourteen.wide,.ui.table th.fourteen.wide{width:116.66666667%}.ui.table td.fifteen.wide,.ui.table th.fifteen.wide{width:125%}.ui.table td.sixteen.wide,.ui.table th.sixteen.wide{width:133.33333333%}.ui.sortable.table thead th{cursor:pointer;white-space:nowrap;border-left:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87)}.ui.sortable.table thead th:first-child{border-left:none}.ui.sortable.table thead th.sorted,.ui.sortable.table thead th.sorted:hover{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.sortable.table thead th:after{display:none;font-style:normal;font-weight:400;text-decoration:inherit;content:'';height:1em;width:auto;opacity:.8;margin:0 0 0 .5em;font-family:Icons}.ui.sortable.table thead th.ascending:after{content:'\f0d8'}.ui.sortable.table thead th.descending:after{content:'\f0d7'}.ui.sortable.table th.disabled:hover{cursor:auto;color:rgba(40,40,40,.3)}.ui.sortable.table thead th:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.8)}.ui.sortable.table thead th.sorted{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.sortable.table thead th.sorted:after{display:inline-block}.ui.sortable.table thead th.sorted:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95)}.ui.inverted.sortable.table thead th.sorted{background:rgba(255,255,255,.15) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.15) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th:hover{background:rgba(255,255,255,.08) -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:rgba(255,255,255,.08) linear-gradient(transparent,rgba(0,0,0,.05));color:#fff}.ui.inverted.sortable.table thead th{border-left-color:transparent;border-right-color:transparent}.ui.inverted.table{background:#333;color:rgba(255,255,255,.9);border:none}.ui.inverted.table th{background-color:rgba(0,0,0,.15);border-color:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.9)}.ui.inverted.table tr td{border-color:rgba(255,255,255,.1)!important}.ui.inverted.table tr td.disabled,.ui.inverted.table tr.disabled td,.ui.inverted.table tr.disabled:hover td,.ui.inverted.table tr:hover td.disabled{pointer-events:none;color:rgba(225,225,225,.3)}.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,.ui.inverted.definition.table thead:not(.full-width) th:first-child{background:#fff}.ui.inverted.definition.table tr td:first-child{background:rgba(255,255,255,.02);color:#fff}.ui.collapsing.table{width:auto}.ui.basic.table{background:0 0;border:1px solid rgba(34,36,38,.15);box-shadow:none}.ui.basic.table tfoot,.ui.basic.table thead{box-shadow:none}.ui.basic.table th{background:0 0;border-left:none}.ui.basic.table tbody tr{border-bottom:1px solid rgba(0,0,0,.1)}.ui.basic.table td{background:0 0}.ui.basic.striped.table tbody tr:nth-child(2n){background-color:rgba(0,0,0,.05)!important}.ui[class*="very basic"].table{border:none}.ui[class*="very basic"].table:not(.sortable):not(.striped) td,.ui[class*="very basic"].table:not(.sortable):not(.striped) th{padding:''}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child{padding-left:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child,.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child{padding-right:0}.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th{padding-top:0}.ui.celled.table tr td,.ui.celled.table tr th{border-left:1px solid rgba(34,36,38,.1)}.ui.celled.table tr td:first-child,.ui.celled.table tr th:first-child{border-left:none}.ui.padded.table th{padding-left:1em;padding-right:1em}.ui.padded.table td,.ui.padded.table th{padding:1em 1em}.ui[class*="very padded"].table th{padding-left:1.5em;padding-right:1.5em}.ui[class*="very padded"].table td{padding:1.5em 1.5em}.ui.compact.table th{padding-left:.7em;padding-right:.7em}.ui.compact.table td{padding:.5em .7em}.ui[class*="very compact"].table th{padding-left:.6em;padding-right:.6em}.ui[class*="very compact"].table td{padding:.4em .6em}.ui.small.table{font-size:.9em}.ui.table{font-size:1em}.ui.large.table{font-size:1.1em}/*! - * # Semantic UI 2.2.10 - Ad - * http://github.com/semantic-org/semantic-ui/ - * - * - * Copyright 2013 Contributors - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.ad{display:block;overflow:hidden;margin:1em 0}.ui.ad:first-child{margin:0}.ui.ad:last-child{margin:0}.ui.ad iframe{margin:0;padding:0;border:none;overflow:hidden}.ui.leaderboard.ad{width:728px;height:90px}.ui[class*="medium rectangle"].ad{width:300px;height:250px}.ui[class*="large rectangle"].ad{width:336px;height:280px}.ui[class*="half page"].ad{width:300px;height:600px}.ui.square.ad{width:250px;height:250px}.ui[class*="small square"].ad{width:200px;height:200px}.ui[class*="small rectangle"].ad{width:180px;height:150px}.ui[class*="vertical rectangle"].ad{width:240px;height:400px}.ui.button.ad{width:120px;height:90px}.ui[class*="square button"].ad{width:125px;height:125px}.ui[class*="small button"].ad{width:120px;height:60px}.ui.skyscraper.ad{width:120px;height:600px}.ui[class*="wide skyscraper"].ad{width:160px}.ui.banner.ad{width:468px;height:60px}.ui[class*="vertical banner"].ad{width:120px;height:240px}.ui[class*="top banner"].ad{width:930px;height:180px}.ui[class*="half banner"].ad{width:234px;height:60px}.ui[class*="large leaderboard"].ad{width:970px;height:90px}.ui.billboard.ad{width:970px;height:250px}.ui.panorama.ad{width:980px;height:120px}.ui.netboard.ad{width:580px;height:400px}.ui[class*="large mobile banner"].ad{width:320px;height:100px}.ui[class*="mobile leaderboard"].ad{width:320px;height:50px}.ui.mobile.ad{display:none}@media only screen and (max-width:767px){.ui.mobile.ad{display:block}}.ui.centered.ad{margin-left:auto;margin-right:auto}.ui.test.ad{position:relative;background:#545454}.ui.test.ad:after{position:absolute;top:50%;left:50%;width:100%;text-align:center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);content:'Ad';color:#fff;font-size:1em;font-weight:700}.ui.mobile.test.ad:after{font-size:.85714286em}.ui.test.ad[data-text]:after{content:attr(data-text)}/*! - * # Semantic UI 2.2.10 - Item - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.card,.ui.cards>.card{max-width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:290px;min-height:0;background:#fff;padding:0;border:none;border-radius:.28571429rem;box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;-webkit-transition:box-shadow .1s ease,-webkit-transform .1s ease;transition:box-shadow .1s ease,transform .1s ease;z-index:''}.ui.card{margin:1em 0}.ui.card a,.ui.cards>.card a{cursor:pointer}.ui.card:first-child{margin-top:0}.ui.card:last-child{margin-bottom:0}.ui.cards{display:-webkit-box;display:-ms-flexbox;display:flex;margin:-.875em -.5em;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.cards>.card{display:-webkit-box;display:-ms-flexbox;display:flex;margin:.875em .5em;float:none}.ui.card:after,.ui.cards:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.cards~.ui.cards{margin-top:.875em}.ui.card>:first-child,.ui.cards>.card>:first-child{border-radius:.28571429rem .28571429rem 0 0!important;border-top:none!important}.ui.card>:last-child,.ui.cards>.card>:last-child{border-radius:0 0 .28571429rem .28571429rem!important}.ui.card>:only-child,.ui.cards>.card>:only-child{border-radius:.28571429rem!important}.ui.card>.image,.ui.cards>.card>.image{position:relative;display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;padding:0;background:rgba(0,0,0,.05)}.ui.card>.image>img,.ui.cards>.card>.image>img{display:block;width:100%;height:auto;border-radius:inherit}.ui.card>.image:not(.ui)>img,.ui.cards>.card>.image:not(.ui)>img{border:none}.ui.card>.content,.ui.cards>.card>.content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border:none;border-top:1px solid rgba(34,36,38,.1);background:0 0;margin:0;padding:1em 1em;box-shadow:none;font-size:1em;border-radius:0}.ui.card>.content:after,.ui.cards>.card>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.card>.content>.header,.ui.cards>.card>.content>.header{display:block;margin:'';font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;color:rgba(0,0,0,.85)}.ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui){font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.28571429em}.ui.card>.content>.header+.description,.ui.card>.content>.meta+.description,.ui.cards>.card>.content>.header+.description,.ui.cards>.card>.content>.meta+.description{margin-top:.5em}.ui.card [class*="left floated"],.ui.cards>.card [class*="left floated"]{float:left}.ui.card [class*="right floated"],.ui.cards>.card [class*="right floated"]{float:right}.ui.card [class*="left aligned"],.ui.cards>.card [class*="left aligned"]{text-align:left}.ui.card [class*="center aligned"],.ui.cards>.card [class*="center aligned"]{text-align:center}.ui.card [class*="right aligned"],.ui.cards>.card [class*="right aligned"]{text-align:right}.ui.card .content img,.ui.cards>.card .content img{display:inline-block;vertical-align:middle;width:''}.ui.card .avatar img,.ui.card img.avatar,.ui.cards>.card .avatar img,.ui.cards>.card img.avatar{width:2em;height:2em;border-radius:500rem}.ui.card>.content>.description,.ui.cards>.card>.content>.description{clear:both;color:rgba(0,0,0,.68)}.ui.card>.content p,.ui.cards>.card>.content p{margin:0 0 .5em}.ui.card>.content p:last-child,.ui.cards>.card>.content p:last-child{margin-bottom:0}.ui.card .meta,.ui.cards>.card .meta{font-size:1em;color:rgba(0,0,0,.4)}.ui.card .meta *,.ui.cards>.card .meta *{margin-right:.3em}.ui.card .meta :last-child,.ui.cards>.card .meta :last-child{margin-right:0}.ui.card .meta [class*="right floated"],.ui.cards>.card .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.card>.content a:not(.ui),.ui.cards>.card>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content a:not(.ui):hover,.ui.cards>.card>.content a:not(.ui):hover{color:''}.ui.card>.content>a.header,.ui.cards>.card>.content>a.header{color:rgba(0,0,0,.85)}.ui.card>.content>a.header:hover,.ui.cards>.card>.content>a.header:hover{color:#1e70bf}.ui.card .meta>a:not(.ui),.ui.cards>.card .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.card .meta>a:not(.ui):hover,.ui.cards>.card .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.card>.button,.ui.card>.buttons,.ui.cards>.card>.button,.ui.cards>.card>.buttons{margin:0 -1px;width:calc(100% + 2px)}.ui.card .dimmer,.ui.cards>.card .dimmer{background-color:'';z-index:10}.ui.card>.content .star.icon,.ui.cards>.card>.content .star.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .star.icon:hover,.ui.cards>.card>.content .star.icon:hover{opacity:1;color:#ffb70a}.ui.card>.content .active.star.icon,.ui.cards>.card>.content .active.star.icon{color:#ffe623}.ui.card>.content .like.icon,.ui.cards>.card>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.content .like.icon:hover,.ui.cards>.card>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.card>.content .active.like.icon,.ui.cards>.card>.content .active.like.icon{color:#ff2733}.ui.card>.extra,.ui.cards>.card>.extra{max-width:100%;min-height:0!important;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border-top:1px solid rgba(0,0,0,.05)!important;position:static;background:0 0;width:auto;margin:0 0;padding:.75em 1em;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.card>.extra a:not(.ui),.ui.cards>.card>.extra a:not(.ui){color:rgba(0,0,0,.4)}.ui.card>.extra a:not(.ui):hover,.ui.cards>.card>.extra a:not(.ui):hover{color:#1e70bf}.ui.raised.card,.ui.raised.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.link.cards .raised.card:hover,.ui.link.raised.card:hover,.ui.raised.cards a.card:hover,a.ui.raised.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.15),0 2px 10px 0 rgba(34,36,38,.25)}.ui.raised.card,.ui.raised.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.centered.cards{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ui.centered.card{margin-left:auto;margin-right:auto}.ui.fluid.card{width:100%;max-width:9999px}.ui.cards a.card,.ui.link.card,.ui.link.cards .card,a.ui.card{-webkit-transform:none;transform:none}.ui.cards a.card:hover,.ui.link.card:hover,.ui.link.cards .card:hover,a.ui.card:hover{cursor:pointer;z-index:5;background:#fff;border:none;box-shadow:0 1px 3px 0 #bcbdbd,0 0 0 1px #d4d4d5;-webkit-transform:translateY(-3px);transform:translateY(-3px)}.ui.cards>.red.card,.ui.red.card,.ui.red.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #db2828,0 1px 3px 0 #d4d4d5}.ui.cards>.red.card:hover,.ui.red.card:hover,.ui.red.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #d01919,0 1px 3px 0 #bcbdbd}.ui.cards>.orange.card,.ui.orange.card,.ui.orange.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f2711c,0 1px 3px 0 #d4d4d5}.ui.cards>.orange.card:hover,.ui.orange.card:hover,.ui.orange.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #f26202,0 1px 3px 0 #bcbdbd}.ui.cards>.yellow.card,.ui.yellow.card,.ui.yellow.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #fbbd08,0 1px 3px 0 #d4d4d5}.ui.cards>.yellow.card:hover,.ui.yellow.card:hover,.ui.yellow.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #eaae00,0 1px 3px 0 #bcbdbd}.ui.cards>.olive.card,.ui.olive.card,.ui.olive.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #b5cc18,0 1px 3px 0 #d4d4d5}.ui.cards>.olive.card:hover,.ui.olive.card:hover,.ui.olive.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a7bd0d,0 1px 3px 0 #bcbdbd}.ui.cards>.green.card,.ui.green.card,.ui.green.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #21ba45,0 1px 3px 0 #d4d4d5}.ui.cards>.green.card:hover,.ui.green.card:hover,.ui.green.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #16ab39,0 1px 3px 0 #bcbdbd}.ui.cards>.teal.card,.ui.teal.card,.ui.teal.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #00b5ad,0 1px 3px 0 #d4d4d5}.ui.cards>.teal.card:hover,.ui.teal.card:hover,.ui.teal.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #009c95,0 1px 3px 0 #bcbdbd}.ui.blue.card,.ui.blue.cards>.card,.ui.cards>.blue.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #2185d0,0 1px 3px 0 #d4d4d5}.ui.blue.card:hover,.ui.blue.cards>.card:hover,.ui.cards>.blue.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1678c2,0 1px 3px 0 #bcbdbd}.ui.cards>.violet.card,.ui.violet.card,.ui.violet.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #6435c9,0 1px 3px 0 #d4d4d5}.ui.cards>.violet.card:hover,.ui.violet.card:hover,.ui.violet.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #5829bb,0 1px 3px 0 #bcbdbd}.ui.cards>.purple.card,.ui.purple.card,.ui.purple.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a333c8,0 1px 3px 0 #d4d4d5}.ui.cards>.purple.card:hover,.ui.purple.card:hover,.ui.purple.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #9627ba,0 1px 3px 0 #bcbdbd}.ui.cards>.pink.card,.ui.pink.card,.ui.pink.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e03997,0 1px 3px 0 #d4d4d5}.ui.cards>.pink.card:hover,.ui.pink.card:hover,.ui.pink.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #e61a8d,0 1px 3px 0 #bcbdbd}.ui.brown.card,.ui.brown.cards>.card,.ui.cards>.brown.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #a5673f,0 1px 3px 0 #d4d4d5}.ui.brown.card:hover,.ui.brown.cards>.card:hover,.ui.cards>.brown.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #975b33,0 1px 3px 0 #bcbdbd}.ui.cards>.grey.card,.ui.grey.card,.ui.grey.cards>.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #767676,0 1px 3px 0 #d4d4d5}.ui.cards>.grey.card:hover,.ui.grey.card:hover,.ui.grey.cards>.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #838383,0 1px 3px 0 #bcbdbd}.ui.black.card,.ui.black.cards>.card,.ui.cards>.black.card{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #1b1c1d,0 1px 3px 0 #d4d4d5}.ui.black.card:hover,.ui.black.cards>.card:hover,.ui.cards>.black.card:hover{box-shadow:0 0 0 1px #d4d4d5,0 2px 0 0 #27292a,0 1px 3px 0 #bcbdbd}.ui.one.cards{margin-left:0;margin-right:0}.ui.one.cards>.card{width:100%}.ui.two.cards{margin-left:-1em;margin-right:-1em}.ui.two.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.three.cards{margin-left:-1em;margin-right:-1em}.ui.three.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.four.cards{margin-left:-.75em;margin-right:-.75em}.ui.four.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.five.cards{margin-left:-.75em;margin-right:-.75em}.ui.five.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.six.cards{margin-left:-.75em;margin-right:-.75em}.ui.six.cards>.card{width:calc(16.66666667% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.seven.cards{margin-left:-.5em;margin-right:-.5em}.ui.seven.cards>.card{width:calc(14.28571429% - 1em);margin-left:.5em;margin-right:.5em}.ui.eight.cards{margin-left:-.5em;margin-right:-.5em}.ui.eight.cards>.card{width:calc(12.5% - 1em);margin-left:.5em;margin-right:.5em;font-size:11px}.ui.nine.cards{margin-left:-.5em;margin-right:-.5em}.ui.nine.cards>.card{width:calc(11.11111111% - 1em);margin-left:.5em;margin-right:.5em;font-size:10px}.ui.ten.cards{margin-left:-.5em;margin-right:-.5em}.ui.ten.cards>.card{width:calc(10% - 1em);margin-left:.5em;margin-right:.5em}@media only screen and (max-width:767px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.seven.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.seven.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.nine.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.nine.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.ten.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.ten.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}}@media only screen and (min-width:768px) and (max-width:991px){.ui.two.doubling.cards{margin-left:0;margin-right:0}.ui.two.doubling.cards>.card{width:100%;margin-left:0;margin-right:0}.ui.three.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.three.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.four.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.four.doubling.cards>.card{width:calc(50% - 2em);margin-left:1em;margin-right:1em}.ui.five.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.five.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.six.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.six.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-1em;margin-right:-1em}.ui.eight.doubling.cards>.card{width:calc(33.33333333% - 2em);margin-left:1em;margin-right:1em}.ui.eight.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.eight.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.nine.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.nine.doubling.cards>.card{width:calc(25% - 1.5em);margin-left:.75em;margin-right:.75em}.ui.ten.doubling.cards{margin-left:-.75em;margin-right:-.75em}.ui.ten.doubling.cards>.card{width:calc(20% - 1.5em);margin-left:.75em;margin-right:.75em}}@media only screen and (max-width:767px){.ui.stackable.cards{display:block!important}.ui.stackable.cards .card:first-child{margin-top:0!important}.ui.stackable.cards>.card{display:block!important;height:auto!important;margin:1em 1em;padding:0!important;width:calc(100% - 2em)!important}}.ui.cards>.card{font-size:1em}/*! - * # Semantic UI 2.2.10 - Comment - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.comments{margin:1.5em 0;max-width:650px}.ui.comments:first-child{margin-top:0}.ui.comments:last-child{margin-bottom:0}.ui.comments .comment{position:relative;background:0 0;margin:.5em 0 0;padding:.5em 0 0;border:none;border-top:none;line-height:1.2}.ui.comments .comment:first-child{margin-top:0;padding-top:0}.ui.comments .comment .comments{margin:0 0 .5em .5em;padding:1em 0 1em 1em}.ui.comments .comment .comments:before{position:absolute;top:0;left:0}.ui.comments .comment .comments .comment{border:none;border-top:none;background:0 0}.ui.comments .comment .avatar{display:block;width:2.5em;height:auto;float:left;margin:.2em 0 0}.ui.comments .comment .avatar img,.ui.comments .comment img.avatar{display:block;margin:0 auto;width:100%;height:100%;border-radius:.25rem}.ui.comments .comment>.content{display:block}.ui.comments .comment>.avatar~.content{margin-left:3.5em}.ui.comments .comment .author{font-size:1em;color:rgba(0,0,0,.87);font-weight:700}.ui.comments .comment a.author{cursor:pointer}.ui.comments .comment a.author:hover{color:#1e70bf}.ui.comments .comment .metadata{display:inline-block;margin-left:.5em;color:rgba(0,0,0,.4);font-size:.875em}.ui.comments .comment .metadata>*{display:inline-block;margin:0 .5em 0 0}.ui.comments .comment .metadata>:last-child{margin-right:0}.ui.comments .comment .text{margin:.25em 0 .5em;font-size:1em;word-wrap:break-word;color:rgba(0,0,0,.87);line-height:1.3}.ui.comments .comment .actions{font-size:.875em}.ui.comments .comment .actions a{cursor:pointer;display:inline-block;margin:0 .75em 0 0;color:rgba(0,0,0,.4)}.ui.comments .comment .actions a:last-child{margin-right:0}.ui.comments .comment .actions a.active,.ui.comments .comment .actions a:hover{color:rgba(0,0,0,.8)}.ui.comments>.reply.form{margin-top:1em}.ui.comments .comment .reply.form{width:100%;margin-top:1em}.ui.comments .reply.form textarea{font-size:1em;height:12em}.ui.collapsed.comments,.ui.comments .collapsed.comment,.ui.comments .collapsed.comments{display:none}.ui.threaded.comments .comment .comments{margin:-1.5em 0 -1em 1.25em;padding:3em 0 2em 2.25em;box-shadow:-1px 0 0 rgba(34,36,38,.15)}.ui.minimal.comments .comment .actions{opacity:0;position:absolute;top:0;right:0;left:auto;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;-webkit-transition-delay:.1s;transition-delay:.1s}.ui.minimal.comments .comment>.content:hover>.actions{opacity:1}.ui.mini.comments{font-size:.78571429rem}.ui.tiny.comments{font-size:.85714286rem}.ui.small.comments{font-size:.92857143rem}.ui.comments{font-size:1rem}.ui.large.comments{font-size:1.14285714rem}.ui.big.comments{font-size:1.28571429rem}.ui.huge.comments{font-size:1.42857143rem}.ui.massive.comments{font-size:1.71428571rem}/*! - * # Semantic UI 2.2.10 - Feed - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.feed{margin:1em 0}.ui.feed:first-child{margin-top:0}.ui.feed:last-child{margin-bottom:0}.ui.feed>.event{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;padding:.21428571rem 0;margin:0;background:0 0;border-top:none}.ui.feed>.event:first-child{border-top:0;padding-top:0}.ui.feed>.event:last-child{padding-bottom:0}.ui.feed>.event>.label{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:2.5em;height:auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left}.ui.feed>.event>.label .icon{opacity:1;font-size:1.5em;width:100%;padding:.25em;background:0 0;border:none;border-radius:none;color:rgba(0,0,0,.6)}.ui.feed>.event>.label img{width:100%;height:auto;border-radius:500rem}.ui.feed>.event>.label+.content{margin:.5em 0 .35714286em 1.14285714em}.ui.feed>.event>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-item-align:stretch;align-self:stretch;text-align:left;word-wrap:break-word}.ui.feed>.event:last-child>.content{padding-bottom:0}.ui.feed>.event>.content a{cursor:pointer}.ui.feed>.event>.content .date{margin:-.5rem 0 0;padding:0;font-weight:400;font-size:1em;font-style:normal;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .summary{margin:0;font-size:1em;font-weight:700;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .summary img{display:inline-block;width:auto;height:10em;margin:-.25em .25em 0 0;border-radius:.25em;vertical-align:middle}.ui.feed>.event>.content .user{display:inline-block;font-weight:700;margin-right:0;vertical-align:baseline}.ui.feed>.event>.content .user img{margin:-.25em .25em 0 0;width:auto;height:10em;vertical-align:middle}.ui.feed>.event>.content .summary>.date{display:inline-block;float:none;font-weight:400;font-size:.85714286em;font-style:normal;margin:0 0 0 .5em;padding:0;color:rgba(0,0,0,.4)}.ui.feed>.event>.content .extra{margin:.5em 0 0;background:0 0;padding:0;color:rgba(0,0,0,.87)}.ui.feed>.event>.content .extra.images img{display:inline-block;margin:0 .25em 0 0;width:6em}.ui.feed>.event>.content .extra.text{padding:0;border-left:none;font-size:1em;max-width:500px;line-height:1.4285em}.ui.feed>.event>.content .meta{display:inline-block;font-size:.85714286em;margin:.5em 0 0;background:0 0;border:none;border-radius:0;box-shadow:none;padding:0;color:rgba(0,0,0,.6)}.ui.feed>.event>.content .meta>*{position:relative;margin-left:.75em}.ui.feed>.event>.content .meta>:after{content:'';color:rgba(0,0,0,.2);top:0;left:-1em;opacity:1;position:absolute;vertical-align:top}.ui.feed>.event>.content .meta .like{color:'';-webkit-transition:.2s color ease;transition:.2s color ease}.ui.feed>.event>.content .meta .like:hover .icon{color:#ff2733}.ui.feed>.event>.content .meta .active.like .icon{color:#ef404a}.ui.feed>.event>.content .meta>:first-child{margin-left:0}.ui.feed>.event>.content .meta>:first-child::after{display:none}.ui.feed>.event>.content .meta a,.ui.feed>.event>.content .meta>.icon{cursor:pointer;opacity:1;color:rgba(0,0,0,.5);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.feed>.event>.content .meta a:hover,.ui.feed>.event>.content .meta a:hover .icon,.ui.feed>.event>.content .meta>.icon:hover{color:rgba(0,0,0,.95)}.ui.small.feed{font-size:.92857143rem}.ui.feed{font-size:1rem}.ui.large.feed{font-size:1.14285714rem}/*! - * # Semantic UI 2.2.10 - Item - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.items>.item{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em 0;width:100%;min-height:0;background:0 0;padding:0;border:none;border-radius:0;box-shadow:none;-webkit-transition:box-shadow .1s ease;transition:box-shadow .1s ease;z-index:''}.ui.items>.item a{cursor:pointer}.ui.items{margin:1.5em 0}.ui.items:first-child{margin-top:0!important}.ui.items:last-child{margin-bottom:0!important}.ui.items>.item:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item:first-child{margin-top:0}.ui.items>.item:last-child{margin-bottom:0}.ui.items>.item>.image{position:relative;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;float:none;margin:0;padding:0;max-height:'';-ms-flex-item-align:top;align-self:top}.ui.items>.item>.image>img{display:block;width:100%;height:auto;border-radius:.125rem;border:none}.ui.items>.item>.image:only-child>img{border-radius:0}.ui.items>.item>.content{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;background:0 0;margin:0;padding:0;box-shadow:none;font-size:1em;border:none;border-radius:0}.ui.items>.item>.content:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image+.content{min-width:0;width:auto;display:block;margin-left:0;-ms-flex-item-align:top;align-self:top;padding-left:1.5em}.ui.items>.item>.content>.header{display:inline-block;margin:-.21425em 0 0;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-weight:700;color:rgba(0,0,0,.85)}.ui.items>.item>.content>.header:not(.ui){font-size:1.28571429em}.ui.items>.item [class*="left floated"]{float:left}.ui.items>.item [class*="right floated"]{float:right}.ui.items>.item .content img{-ms-flex-item-align:middle;align-self:middle;width:''}.ui.items>.item .avatar img,.ui.items>.item img.avatar{width:'';height:'';border-radius:500rem}.ui.items>.item>.content>.description{margin-top:.6em;max-width:auto;font-size:1em;line-height:1.4285em;color:rgba(0,0,0,.87)}.ui.items>.item>.content p{margin:0 0 .5em}.ui.items>.item>.content p:last-child{margin-bottom:0}.ui.items>.item .meta{margin:.5em 0 .5em;font-size:1em;line-height:1em;color:rgba(0,0,0,.6)}.ui.items>.item .meta *{margin-right:.3em}.ui.items>.item .meta :last-child{margin-right:0}.ui.items>.item .meta [class*="right floated"]{margin-right:0;margin-left:.3em}.ui.items>.item>.content a:not(.ui){color:'';-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content a:not(.ui):hover{color:''}.ui.items>.item>.content>a.header{color:rgba(0,0,0,.85)}.ui.items>.item>.content>a.header:hover{color:#1e70bf}.ui.items>.item .meta>a:not(.ui){color:rgba(0,0,0,.4)}.ui.items>.item .meta>a:not(.ui):hover{color:rgba(0,0,0,.87)}.ui.items>.item>.content .favorite.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .favorite.icon:hover{opacity:1;color:#ffb70a}.ui.items>.item>.content .active.favorite.icon{color:#ffe623}.ui.items>.item>.content .like.icon{cursor:pointer;opacity:.75;-webkit-transition:color .1s ease;transition:color .1s ease}.ui.items>.item>.content .like.icon:hover{opacity:1;color:#ff2733}.ui.items>.item>.content .active.like.icon{color:#ff2733}.ui.items>.item .extra{display:block;position:relative;background:0 0;margin:.5rem 0 0;width:100%;padding:0 0 0;top:0;left:0;color:rgba(0,0,0,.4);box-shadow:none;-webkit-transition:color .1s ease;transition:color .1s ease;border-top:none}.ui.items>.item .extra>*{margin:.25rem .5rem .25rem 0}.ui.items>.item .extra>[class*="right floated"]{margin:.25rem 0 .25rem .5rem}.ui.items>.item .extra:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.items>.item>.image:not(.ui){width:175px}@media only screen and (min-width:768px) and (max-width:991px){.ui.items>.item{margin:1em 0}.ui.items>.item>.image:not(.ui){width:150px}.ui.items>.item>.image+.content{display:block;padding:0 0 0 1em}}@media only screen and (max-width:767px){.ui.items:not(.unstackable)>.item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:2em 0}.ui.items:not(.unstackable)>.item>.image{display:block;margin-left:auto;margin-right:auto}.ui.items:not(.unstackable)>.item>.image,.ui.items:not(.unstackable)>.item>.image>img{max-width:100%!important;width:auto!important;max-height:250px!important}.ui.items:not(.unstackable)>.item>.image+.content{display:block;padding:1.5em 0 0}}.ui.items>.item>.image+[class*="top aligned"].content{-ms-flex-item-align:start;align-self:flex-start}.ui.items>.item>.image+[class*="middle aligned"].content{-ms-flex-item-align:center;align-self:center}.ui.items>.item>.image+[class*="bottom aligned"].content{-ms-flex-item-align:end;align-self:flex-end}.ui.relaxed.items>.item{margin:1.5em 0}.ui[class*="very relaxed"].items>.item{margin:2em 0}.ui.divided.items>.item{border-top:1px solid rgba(34,36,38,.15);margin:0;padding:1em 0}.ui.divided.items>.item:first-child{border-top:none;margin-top:0!important;padding-top:0!important}.ui.divided.items>.item:last-child{margin-bottom:0!important;padding-bottom:0!important}.ui.relaxed.divided.items>.item{margin:0;padding:1.5em 0}.ui[class*="very relaxed"].divided.items>.item{margin:0;padding:2em 0}.ui.items a.item:hover,.ui.link.items>.item:hover{cursor:pointer}.ui.items a.item:hover .content .header,.ui.link.items>.item:hover .content .header{color:#1e70bf}.ui.items>.item{font-size:1em}@media only screen and (max-width:767px){.ui.unstackable.items>.item>.image,.ui.unstackable.items>.item>.image>img{width:125px!important}}/*! - * # Semantic UI 2.2.10 - Statistic - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1em 0;max-width:auto}.ui.statistic+.ui.statistic{margin:0 0 0 1.5em}.ui.statistic:first-child{margin-top:0}.ui.statistic:last-child{margin-bottom:0}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.ui.statistics>.statistic{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 1.5em 2em;max-width:auto}.ui.statistics{display:-webkit-box;display:-ms-flexbox;display:flex;margin:1em -1.5em -2em}.ui.statistics:after{display:block;content:' ';height:0;clear:both;overflow:hidden;visibility:hidden}.ui.statistics:first-child{margin-top:0}.ui.statistics:last-child{margin-bottom:0}.ui.statistic>.value,.ui.statistics .statistic>.value{font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:4rem;font-weight:400;line-height:1em;color:#1b1c1d;text-transform:uppercase;text-align:center}.ui.statistic>.label,.ui.statistics .statistic>.label{font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:1em;font-weight:700;color:rgba(0,0,0,.87);text-transform:uppercase;text-align:center}.ui.statistic>.label~.value,.ui.statistics .statistic>.label~.value{margin-top:0}.ui.statistic>.value~.label,.ui.statistics .statistic>.value~.label{margin-top:0}.ui.statistic>.value .icon,.ui.statistics .statistic>.value .icon{opacity:1;width:auto;margin:0}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{line-height:1em;min-height:2em;font-weight:700;text-align:center}.ui.statistic>.text.value+.label,.ui.statistics .statistic>.text.value+.label{text-align:center}.ui.statistic>.value img,.ui.statistics .statistic>.value img{max-height:3rem;vertical-align:baseline}.ui.ten.statistics{margin:0 0 -2em}.ui.ten.statistics .statistic{min-width:10%;margin:0 0 2em}.ui.nine.statistics{margin:0 0 -2em}.ui.nine.statistics .statistic{min-width:11.11111111%;margin:0 0 2em}.ui.eight.statistics{margin:0 0 -2em}.ui.eight.statistics .statistic{min-width:12.5%;margin:0 0 2em}.ui.seven.statistics{margin:0 0 -2em}.ui.seven.statistics .statistic{min-width:14.28571429%;margin:0 0 2em}.ui.six.statistics{margin:0 0 -2em}.ui.six.statistics .statistic{min-width:16.66666667%;margin:0 0 2em}.ui.five.statistics{margin:0 0 -2em}.ui.five.statistics .statistic{min-width:20%;margin:0 0 2em}.ui.four.statistics{margin:0 0 -2em}.ui.four.statistics .statistic{min-width:25%;margin:0 0 2em}.ui.three.statistics{margin:0 0 -2em}.ui.three.statistics .statistic{min-width:33.33333333%;margin:0 0 2em}.ui.two.statistics{margin:0 0 -2em}.ui.two.statistics .statistic{min-width:50%;margin:0 0 2em}.ui.one.statistics{margin:0 0 -2em}.ui.one.statistics .statistic{min-width:100%;margin:0 0 2em}.ui.horizontal.statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ui.horizontal.statistics{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;max-width:none}.ui.horizontal.statistics .statistic{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:none;margin:1em 0}.ui.horizontal.statistic>.text.value,.ui.horizontal.statistics>.statistic>.text.value{min-height:0!important}.ui.horizontal.statistic>.value .icon,.ui.horizontal.statistics .statistic>.value .icon{width:1.18em}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{display:inline-block;vertical-align:middle}.ui.horizontal.statistic>.label,.ui.horizontal.statistics .statistic>.label{display:inline-block;vertical-align:middle;margin:0 0 0 .75em}.ui.red.statistic>.value,.ui.red.statistics .statistic>.value,.ui.statistics .red.statistic>.value{color:#db2828}.ui.orange.statistic>.value,.ui.orange.statistics .statistic>.value,.ui.statistics .orange.statistic>.value{color:#f2711c}.ui.statistics .yellow.statistic>.value,.ui.yellow.statistic>.value,.ui.yellow.statistics .statistic>.value{color:#fbbd08}.ui.olive.statistic>.value,.ui.olive.statistics .statistic>.value,.ui.statistics .olive.statistic>.value{color:#b5cc18}.ui.green.statistic>.value,.ui.green.statistics .statistic>.value,.ui.statistics .green.statistic>.value{color:#21ba45}.ui.statistics .teal.statistic>.value,.ui.teal.statistic>.value,.ui.teal.statistics .statistic>.value{color:#00b5ad}.ui.blue.statistic>.value,.ui.blue.statistics .statistic>.value,.ui.statistics .blue.statistic>.value{color:#2185d0}.ui.statistics .violet.statistic>.value,.ui.violet.statistic>.value,.ui.violet.statistics .statistic>.value{color:#6435c9}.ui.purple.statistic>.value,.ui.purple.statistics .statistic>.value,.ui.statistics .purple.statistic>.value{color:#a333c8}.ui.pink.statistic>.value,.ui.pink.statistics .statistic>.value,.ui.statistics .pink.statistic>.value{color:#e03997}.ui.brown.statistic>.value,.ui.brown.statistics .statistic>.value,.ui.statistics .brown.statistic>.value{color:#a5673f}.ui.grey.statistic>.value,.ui.grey.statistics .statistic>.value,.ui.statistics .grey.statistic>.value{color:#767676}.ui.inverted.statistic .value,.ui.inverted.statistics .statistic>.value{color:#fff}.ui.inverted.statistic .label,.ui.inverted.statistics .statistic>.label{color:rgba(255,255,255,.9)}.ui.inverted.red.statistic>.value,.ui.inverted.red.statistics .statistic>.value,.ui.statistics .inverted.red.statistic>.value{color:#ff695e}.ui.inverted.orange.statistic>.value,.ui.inverted.orange.statistics .statistic>.value,.ui.statistics .inverted.orange.statistic>.value{color:#ff851b}.ui.inverted.yellow.statistic>.value,.ui.inverted.yellow.statistics .statistic>.value,.ui.statistics .inverted.yellow.statistic>.value{color:#ffe21f}.ui.inverted.olive.statistic>.value,.ui.inverted.olive.statistics .statistic>.value,.ui.statistics .inverted.olive.statistic>.value{color:#d9e778}.ui.inverted.green.statistic>.value,.ui.inverted.green.statistics .statistic>.value,.ui.statistics .inverted.green.statistic>.value{color:#2ecc40}.ui.inverted.teal.statistic>.value,.ui.inverted.teal.statistics .statistic>.value,.ui.statistics .inverted.teal.statistic>.value{color:#6dffff}.ui.inverted.blue.statistic>.value,.ui.inverted.blue.statistics .statistic>.value,.ui.statistics .inverted.blue.statistic>.value{color:#54c8ff}.ui.inverted.violet.statistic>.value,.ui.inverted.violet.statistics .statistic>.value,.ui.statistics .inverted.violet.statistic>.value{color:#a291fb}.ui.inverted.purple.statistic>.value,.ui.inverted.purple.statistics .statistic>.value,.ui.statistics .inverted.purple.statistic>.value{color:#dc73ff}.ui.inverted.pink.statistic>.value,.ui.inverted.pink.statistics .statistic>.value,.ui.statistics .inverted.pink.statistic>.value{color:#ff8edf}.ui.inverted.brown.statistic>.value,.ui.inverted.brown.statistics .statistic>.value,.ui.statistics .inverted.brown.statistic>.value{color:#d67c1c}.ui.inverted.grey.statistic>.value,.ui.inverted.grey.statistics .statistic>.value,.ui.statistics .inverted.grey.statistic>.value{color:#dcddde}.ui[class*="left floated"].statistic{float:left;margin:0 2em 1em 0}.ui[class*="right floated"].statistic{float:right;margin:0 0 1em 2em}.ui.floated.statistic:last-child{margin-bottom:0}.ui.mini.statistic>.value,.ui.mini.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.horizontal.statistic>.value,.ui.mini.horizontal.statistics .statistic>.value{font-size:1.5rem!important}.ui.mini.statistic>.text.value,.ui.mini.statistics .statistic>.text.value{font-size:1rem!important}.ui.tiny.statistic>.value,.ui.tiny.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.horizontal.statistic>.value,.ui.tiny.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.tiny.statistic>.text.value,.ui.tiny.statistics .statistic>.text.value{font-size:1rem!important}.ui.small.statistic>.value,.ui.small.statistics .statistic>.value{font-size:3rem!important}.ui.small.horizontal.statistic>.value,.ui.small.horizontal.statistics .statistic>.value{font-size:2rem!important}.ui.small.statistic>.text.value,.ui.small.statistics .statistic>.text.value{font-size:1rem!important}.ui.statistic>.value,.ui.statistics .statistic>.value{font-size:4rem!important}.ui.horizontal.statistic>.value,.ui.horizontal.statistics .statistic>.value{font-size:3rem!important}.ui.statistic>.text.value,.ui.statistics .statistic>.text.value{font-size:2rem!important}.ui.large.statistic>.value,.ui.large.statistics .statistic>.value{font-size:5rem!important}.ui.large.horizontal.statistic>.value,.ui.large.horizontal.statistics .statistic>.value{font-size:4rem!important}.ui.large.statistic>.text.value,.ui.large.statistics .statistic>.text.value{font-size:2.5rem!important}.ui.huge.statistic>.value,.ui.huge.statistics .statistic>.value{font-size:6rem!important}.ui.huge.horizontal.statistic>.value,.ui.huge.horizontal.statistics .statistic>.value{font-size:5rem!important}.ui.huge.statistic>.text.value,.ui.huge.statistics .statistic>.text.value{font-size:2.5rem!important}/*! - * # Semantic UI 2.2.10 - Accordion - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.accordion,.ui.accordion .accordion{max-width:100%}.ui.accordion .accordion{margin:1em 0 0;padding:0}.ui.accordion .accordion .title,.ui.accordion .title{cursor:pointer}.ui.accordion .title:not(.ui){padding:.5em 0;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:1em;color:rgba(0,0,0,.87)}.ui.accordion .accordion .title~.content,.ui.accordion .title~.content{display:none}.ui.accordion:not(.styled) .accordion .title~.content:not(.ui),.ui.accordion:not(.styled) .title~.content:not(.ui){margin:'';padding:.5em 0 1em}.ui.accordion:not(.styled) .title~.content:not(.ui):last-child{padding-bottom:0}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{display:inline-block;float:none;opacity:1;width:1.25em;height:1em;margin:0 .25rem 0 0;padding:0;font-size:1em;-webkit-transition:-webkit-transform .1s ease,opacity .1s ease;transition:transform .1s ease,opacity .1s ease;vertical-align:baseline;-webkit-transform:none;transform:none}.ui.accordion.menu .item .title{display:block;padding:0}.ui.accordion.menu .item .title>.dropdown.icon{float:right;margin:.21425em 0 0 1em;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ui.accordion .ui.header .dropdown.icon{font-size:1em;margin:0 .25rem 0 0}.ui.accordion .accordion .active.title .dropdown.icon,.ui.accordion .active.title .dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.accordion.menu .item .active.title>.dropdown.icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui.styled.accordion{width:600px}.ui.styled.accordion,.ui.styled.accordion .accordion{border-radius:.28571429rem;background:#fff;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15)}.ui.styled.accordion .accordion .title,.ui.styled.accordion .title{margin:0;padding:.75em 1em;color:rgba(0,0,0,.4);font-weight:700;border-top:1px solid rgba(34,36,38,.15);-webkit-transition:background .1s ease,color .1s ease;transition:background .1s ease,color .1s ease}.ui.styled.accordion .accordion .title:first-child,.ui.styled.accordion>.title:first-child{border-top:none}.ui.styled.accordion .accordion .content,.ui.styled.accordion .content{margin:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .content{padding:0;padding:.5em 1em 1.5em}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover,.ui.styled.accordion .active.title,.ui.styled.accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .accordion .active.title,.ui.styled.accordion .accordion .title:hover{background:0 0;color:rgba(0,0,0,.87)}.ui.styled.accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.styled.accordion .accordion .active.title{background:0 0;color:rgba(0,0,0,.95)}.ui.accordion .accordion .active.content,.ui.accordion .active.content{display:block}.ui.fluid.accordion,.ui.fluid.accordion .accordion{width:100%}.ui.inverted.accordion .title:not(.ui){color:rgba(255,255,255,.9)}@font-face{font-family:Accordion;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');font-weight:400;font-style:normal}.ui.accordion .accordion .title .dropdown.icon,.ui.accordion .title .dropdown.icon{font-family:Accordion;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.accordion .accordion .title .dropdown.icon:before,.ui.accordion .title .dropdown.icon:before{content:'\f0da'}/*! - * # Semantic UI 2.2.10 - Checkbox - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.checkbox{position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:17px;font-size:1rem;line-height:17px;min-width:17px}.ui.checkbox input[type=checkbox],.ui.checkbox input[type=radio]{cursor:pointer;position:absolute;top:0;left:0;opacity:0!important;outline:0;z-index:3;width:17px;height:17px}.ui.checkbox .box,.ui.checkbox label{cursor:auto;position:relative;display:block;padding-left:1.85714em;outline:0;font-size:1em}.ui.checkbox .box:before,.ui.checkbox label:before{position:absolute;top:0;left:0;width:17px;height:17px;content:'';background:#fff;border-radius:.21428571rem;-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease;border:1px solid #d4d4d5}.ui.checkbox .box:after,.ui.checkbox label:after{position:absolute;font-size:14px;top:0;left:0;width:17px;height:17px;text-align:center;opacity:0;color:rgba(0,0,0,.87);-webkit-transition:border .1s ease,opacity .1s ease,-webkit-transform .1s ease,box-shadow .1s ease;transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease}.ui.checkbox label,.ui.checkbox+label{color:rgba(0,0,0,.87);-webkit-transition:color .1s ease;transition:color .1s ease}.ui.checkbox+label{vertical-align:middle}.ui.checkbox .box:hover::before,.ui.checkbox label:hover::before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox label:hover,.ui.checkbox+label:hover{color:rgba(0,0,0,.8)}.ui.checkbox .box:active::before,.ui.checkbox label:active::before{background:#f9fafb;border-color:rgba(34,36,38,.35)}.ui.checkbox .box:active::after,.ui.checkbox label:active::after{color:rgba(0,0,0,.95)}.ui.checkbox input:active~label{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~.box:before,.ui.checkbox input:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:focus~.box:after,.ui.checkbox input:focus~label:after{color:rgba(0,0,0,.95)}.ui.checkbox input:focus~label{color:rgba(0,0,0,.95)}.ui.checkbox input:checked~.box:before,.ui.checkbox input:checked~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:not([type=radio]):indeterminate~.box:before,.ui.checkbox input:not([type=radio]):indeterminate~label:before{background:#fff;border-color:rgba(34,36,38,.35)}.ui.checkbox input:not([type=radio]):indeterminate~.box:after,.ui.checkbox input:not([type=radio]):indeterminate~label:after{opacity:1;color:rgba(0,0,0,.95)}.ui.checkbox input:checked:focus~.box:before,.ui.checkbox input:checked:focus~label:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before{background:#fff;border-color:#96c8da}.ui.checkbox input:checked:focus~.box:after,.ui.checkbox input:checked:focus~label:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:after,.ui.checkbox input:not([type=radio]):indeterminate:focus~label:after{color:rgba(0,0,0,.95)}.ui.read-only.checkbox,.ui.read-only.checkbox label{cursor:default}.ui.checkbox input[disabled]~.box:after,.ui.checkbox input[disabled]~label,.ui.disabled.checkbox .box:after,.ui.disabled.checkbox label{cursor:default!important;opacity:.5;color:#000}.ui.checkbox input.hidden{z-index:-1}.ui.checkbox input.hidden+label{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ui.radio.checkbox{min-height:15px}.ui.radio.checkbox .box,.ui.radio.checkbox label{padding-left:1.85714em}.ui.radio.checkbox .box:before,.ui.radio.checkbox label:before{content:'';-webkit-transform:none;transform:none;width:15px;height:15px;border-radius:500rem;top:1px;left:0}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{border:none;content:''!important;width:15px;height:15px;line-height:15px}.ui.radio.checkbox .box:after,.ui.radio.checkbox label:after{top:1px;left:0;width:15px;height:15px;border-radius:500rem;-webkit-transform:scale(.46666667);transform:scale(.46666667);background-color:rgba(0,0,0,.87)}.ui.radio.checkbox input:focus~.box:before,.ui.radio.checkbox input:focus~label:before{background-color:#fff}.ui.radio.checkbox input:focus~.box:after,.ui.radio.checkbox input:focus~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:indeterminate~.box:after,.ui.radio.checkbox input:indeterminate~label:after{opacity:0}.ui.radio.checkbox input:checked~.box:before,.ui.radio.checkbox input:checked~label:before{background-color:#fff}.ui.radio.checkbox input:checked~.box:after,.ui.radio.checkbox input:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.radio.checkbox input:focus:checked~.box:before,.ui.radio.checkbox input:focus:checked~label:before{background-color:#fff}.ui.radio.checkbox input:focus:checked~.box:after,.ui.radio.checkbox input:focus:checked~label:after{background-color:rgba(0,0,0,.95)}.ui.slider.checkbox{min-height:1.25rem}.ui.slider.checkbox input{width:3.5rem;height:1.25rem}.ui.slider.checkbox .box,.ui.slider.checkbox label{padding-left:4.5rem;line-height:1rem;color:rgba(0,0,0,.4)}.ui.slider.checkbox .box:before,.ui.slider.checkbox label:before{display:block;position:absolute;content:'';border:none!important;left:0;z-index:1;top:.4rem;background-color:rgba(0,0,0,.05);width:3.5rem;height:.21428571rem;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:background .3s ease;transition:background .3s ease}.ui.slider.checkbox .box:after,.ui.slider.checkbox label:after{background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:-.25rem;left:0;-webkit-transform:none;transform:none;border-radius:500rem;-webkit-transition:left .3s ease;transition:left .3s ease}.ui.slider.checkbox input:focus~.box:before,.ui.slider.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.slider.checkbox .box:hover,.ui.slider.checkbox label:hover{color:rgba(0,0,0,.8)}.ui.slider.checkbox .box:hover::before,.ui.slider.checkbox label:hover::before{background:rgba(0,0,0,.15)}.ui.slider.checkbox input:checked~.box,.ui.slider.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:checked~.box:before,.ui.slider.checkbox input:checked~label:before{background-color:#545454!important}.ui.slider.checkbox input:checked~.box:after,.ui.slider.checkbox input:checked~label:after{left:2rem}.ui.slider.checkbox input:focus:checked~.box,.ui.slider.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.slider.checkbox input:focus:checked~.box:before,.ui.slider.checkbox input:focus:checked~label:before{background-color:#000!important}.ui.toggle.checkbox{min-height:1.5rem}.ui.toggle.checkbox input{width:3.5rem;height:1.5rem}.ui.toggle.checkbox .box,.ui.toggle.checkbox label{min-height:1.5rem;padding-left:4.5rem;color:rgba(0,0,0,.87)}.ui.toggle.checkbox label{padding-top:.15em}.ui.toggle.checkbox .box:before,.ui.toggle.checkbox label:before{display:block;position:absolute;content:'';z-index:1;-webkit-transform:none;transform:none;border:none;top:0;background:rgba(0,0,0,.05);box-shadow:none;width:3.5rem;height:1.5rem;border-radius:500rem}.ui.toggle.checkbox .box:after,.ui.toggle.checkbox label:after{background:#fff -webkit-linear-gradient(transparent,rgba(0,0,0,.05));background:#fff linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:''!important;opacity:1;z-index:2;border:none;box-shadow:0 1px 2px 0 rgba(34,36,38,.15),0 0 0 1px rgba(34,36,38,.15) inset;width:1.5rem;height:1.5rem;top:0;left:0;border-radius:500rem;-webkit-transition:background .3s ease,left .3s ease;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox input~.box:after,.ui.toggle.checkbox input~label:after{left:-.05rem;box-shadow:none}.ui.toggle.checkbox input:focus~.box:before,.ui.toggle.checkbox input:focus~label:before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox .box:hover::before,.ui.toggle.checkbox label:hover::before{background-color:rgba(0,0,0,.15);border:none}.ui.toggle.checkbox input:checked~.box,.ui.toggle.checkbox input:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:checked~.box:before,.ui.toggle.checkbox input:checked~label:before{background-color:#2185d0!important}.ui.toggle.checkbox input:checked~.box:after,.ui.toggle.checkbox input:checked~label:after{left:2.15rem;box-shadow:none}.ui.toggle.checkbox input:focus:checked~.box,.ui.toggle.checkbox input:focus:checked~label{color:rgba(0,0,0,.95)!important}.ui.toggle.checkbox input:focus:checked~.box:before,.ui.toggle.checkbox input:focus:checked~label:before{background-color:#0d71bb!important}.ui.fitted.checkbox .box,.ui.fitted.checkbox label{padding-left:0!important}.ui.fitted.toggle.checkbox{width:3.5rem}.ui.fitted.slider.checkbox{width:3.5rem}@font-face{font-family:Checkbox;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype')}.ui.checkbox .box:after,.ui.checkbox label:after{font-family:Checkbox}.ui.checkbox input:checked~.box:after,.ui.checkbox input:checked~label:after{content:'\e800'}.ui.checkbox input:indeterminate~.box:after,.ui.checkbox input:indeterminate~label:after{font-size:12px;content:'\e801'}/*! - * # Semantic UI 2.2.10 - Dimmer - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.dimmable:not(.body){position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background-color:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>*{display:table-cell;vertical-align:middle;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.blurring.dimmable>:not(.dimmer){-webkit-filter:blur(0) grayscale(0);filter:blur(0) grayscale(0);-webkit-transition:.8s -webkit-filter ease,.8s filter ease;transition:.8s filter ease}.blurring.dimmed.dimmable>:not(.dimmer){-webkit-filter:blur(5px) grayscale(.7);filter:blur(5px) grayscale(.7)}.blurring.dimmable>.dimmer{background-color:rgba(0,0,0,.6)}.blurring.dimmable>.inverted.dimmer{background-color:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background-color:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0%;z-index:-100;background-color:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background-color:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background-color:rgba(255,255,255,.85)}/*! - * # Semantic UI 2.2.10 - Dropdown - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:.57142857em 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 4px rgba(0,0,0,.2);border:1px solid #dadada;border-radius:4px;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:#212121;padding:1em 1.5em!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.5em;color:rgba(0,0,0,.85);font-size:.92857143rem;font-weight:700;text-transform:none}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown .menu>.input{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:1em 1.5em;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%!important;right:auto!important;margin:0 0 0 -.5em!important;border-radius:4px!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:middle;width:auto;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdown .menu .active.item{border-left:none}.ui.buttons>.ui.dropdown:last-child .menu,.ui.menu .right.dropdown.item .menu,.ui.menu .right.menu .dropdown:last-child .menu{left:auto;right:0}.ui.label.dropdown .menu{min-width:100%}.ui.dropdown.icon.button>.dropdown.icon{margin:0}.ui.button.dropdown .menu{min-width:100%}.ui.selection.dropdown{cursor:pointer;word-wrap:break-word;line-height:1em;white-space:normal;outline:0;-webkit-transform:rotateZ(0);transform:rotateZ(0);min-width:14em;min-height:2.78571429em;background:#fff;display:inline-block;padding:.78571429em 2.1em .78571429em 1em;color:#212121;box-shadow:none;border:1px solid rgba(34,36,38,.15);border-radius:4px;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease}.ui.selection.dropdown.active,.ui.selection.dropdown.visible{z-index:10}select.ui.dropdown{height:38px;padding:.5em;border:1px solid rgba(34,36,38,.15);visibility:visible}.ui.selection.dropdown>.delete.icon,.ui.selection.dropdown>.dropdown.icon,.ui.selection.dropdown>.search.icon{cursor:pointer;position:absolute;width:auto;height:auto;line-height:1.21428571em;top:.78571429em;right:1em;z-index:3;margin:-.78571429em;padding:.78571429em;opacity:.8;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.compact.selection.dropdown{min-width:0}.ui.selection.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;border-top-width:0!important;width:auto;outline:0;margin:0 -1px;min-width:calc(100% + 2px);width:calc(100% + 2px);border-radius:0 0 4px 4px;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.selection.dropdown .menu:after,.ui.selection.dropdown .menu:before{display:none}.ui.selection.dropdown .menu>.message{padding:1em 1.5em}@media only screen and (max-width:767px){.ui.selection.dropdown .menu{max-height:9.3em}}@media only screen and (min-width:768px){.ui.selection.dropdown .menu{max-height:12.4em}}@media only screen and (min-width:992px){.ui.selection.dropdown .menu{max-height:18.6em}}@media only screen and (min-width:1920px){.ui.selection.dropdown .menu{max-height:24.8em}}.ui.selection.dropdown .menu>.item{border-top:none;padding:1em 1.5em!important;white-space:normal;word-wrap:normal}.ui.selection.dropdown .menu>.hidden.addition.item{display:none}.ui.selection.dropdown:hover{border-color:rgba(34,36,38,.35);box-shadow:none}.ui.selection.active.dropdown{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.dropdown:focus{border-color:#96c8da;box-shadow:none}.ui.selection.dropdown:focus .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.visible.dropdown>.text:not(.default){font-weight:400;color:rgba(0,0,0,.8)}.ui.selection.active.dropdown:hover{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.selection.active.dropdown:hover .menu{border-color:#96c8da;box-shadow:0 2px 3px 0 rgba(34,36,38,.15)}.ui.active.selection.dropdown>.dropdown.icon,.ui.visible.selection.dropdown>.dropdown.icon{opacity:1;z-index:3}.ui.active.selection.dropdown{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.active.empty.selection.dropdown{border-radius:4px!important;box-shadow:none!important}.ui.active.empty.selection.dropdown .menu{border:none!important;box-shadow:none!important}.ui.search.dropdown{min-width:''}.ui.search.dropdown>input.search{background:none transparent!important;border:none!important;box-shadow:none!important;cursor:text;top:0;left:1px;width:100%;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0);padding:inherit}.ui.search.dropdown>input.search{position:absolute;z-index:2}.ui.search.dropdown>.text{cursor:text;position:relative;left:1px;z-index:3}.ui.search.selection.dropdown>input.search{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em}.ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;display:none;white-space:pre}.ui.search.dropdown.active>input.search,.ui.search.dropdown.visible>input.search{cursor:auto}.ui.search.dropdown.active>.text,.ui.search.dropdown.visible>.text{pointer-events:none}.ui.active.search.dropdown input.search:focus+.text .flag,.ui.active.search.dropdown input.search:focus+.text .icon{opacity:.45}.ui.active.search.dropdown input.search:focus+.text{color:#949494!important}.ui.search.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch}@media only screen and (max-width:767px){.ui.search.dropdown .menu{max-height:9.3em}}@media only screen and (min-width:768px){.ui.search.dropdown .menu{max-height:12.4em}}@media only screen and (min-width:992px){.ui.search.dropdown .menu{max-height:18.6em}}@media only screen and (min-width:1920px){.ui.search.dropdown .menu{max-height:24.8em}}.ui.multiple.dropdown{padding:.22619048em 2.1em .22619048em .35714286em}.ui.multiple.dropdown .menu{cursor:auto}.ui.multiple.search.dropdown,.ui.multiple.search.dropdown>input.search{cursor:text}.ui.multiple.dropdown>.label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:inline-block;vertical-align:top;white-space:normal;font-size:1em;padding:.35714286em .78571429em;margin:.14285714rem .28571429rem .14285714rem 0;box-shadow:none}.ui.multiple.dropdown .dropdown.icon{margin:'';padding:''}.ui.multiple.dropdown>.text{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.dropdown>.label~input.search{margin-left:.14285714em!important}.ui.multiple.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>.text{display:inline-block;position:absolute;top:0;left:0;padding:inherit;margin:.45238095em 0 .45238095em .64285714em;line-height:1.21428571em}.ui.multiple.search.dropdown>.label~.text{display:none}.ui.multiple.search.dropdown>input.search{position:static;padding:0;max-width:100%;margin:.45238095em 0 .45238095em .64285714em;width:2.2em;line-height:1.21428571em}.ui.inline.dropdown{cursor:pointer;display:inline-block;color:inherit}.ui.inline.dropdown .dropdown.icon{margin:0 .5em 0 .21428571em;vertical-align:baseline}.ui.inline.dropdown>.text{font-weight:700}.ui.inline.dropdown .menu{cursor:auto;margin-top:.21428571em;border-radius:4px}.ui.dropdown .menu .active.item{background:0 0;font-weight:700;color:rgba(0,0,0,.95);box-shadow:none;z-index:12}.ui.dropdown .menu>.item:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.95);z-index:13}.ui.loading.dropdown>i.icon{height:1em!important;padding:1.14285714em 1.07142857em!important}.ui.loading.dropdown>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.dropdown>i.icon:after{position:absolute;content:'';top:50%;left:50%;box-shadow:0 0 0 1px transparent;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:dropdown-spin .6s linear;animation:dropdown-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#9e9e9e transparent transparent;border-style:solid;border-width:.2em}.ui.loading.dropdown.button>i.icon:after,.ui.loading.dropdown.button>i.icon:before{display:none}@-webkit-keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes dropdown-spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ui.default.dropdown:not(.button)>.text,.ui.dropdown:not(.button)>.default.text{color:#e0e0e0}.ui.default.dropdown:not(.button)>input:focus+.text,.ui.dropdown:not(.button)>input:focus+.default.text{color:#949494}.ui.loading.dropdown>.text{-webkit-transition:none;transition:none}.ui.dropdown .loading.menu{display:block;visibility:hidden;z-index:-1}.ui.dropdown .menu .selected.item,.ui.dropdown.selected{background:rgba(0,0,0,.03);color:rgba(0,0,0,.95)}.ui.dropdown>.filtered.text{visibility:hidden}.ui.dropdown .filtered.item{display:none!important}.ui.dropdown.error,.ui.dropdown.error>.default.text,.ui.dropdown.error>.text{color:#9f3a38}.ui.selection.dropdown.error{background:#fff6f6;border-color:#e0b4b4}.ui.selection.dropdown.error:hover{border-color:#e0b4b4}.ui.dropdown.error>.menu,.ui.dropdown.error>.menu .menu{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item{color:#9f3a38}.ui.multiple.selection.error.dropdown>.label{border-color:#e0b4b4}.ui.dropdown.error>.menu>.item:hover{background-color:#fff2f2}.ui.dropdown.error>.menu .active.item{background-color:#fdcfcf}.ui.disabled.dropdown,.ui.dropdown .menu>.disabled.item{cursor:default;pointer-events:none;opacity:.45}.ui.dropdown .menu{left:0}.ui.dropdown .menu .right.menu,.ui.dropdown .right.menu>.menu{left:100%!important;right:auto!important;border-radius:4px!important}.ui.dropdown .menu .left.menu,.ui.dropdown>.left.menu .menu{left:auto!important;right:100%!important;border-radius:4px!important}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0 .78571429rem 0 0}.ui.dropdown .item .left.dropdown.icon,.ui.dropdown .left.menu .item .dropdown.icon{width:auto;float:left;margin:0 .78571429rem 0 0}.ui.dropdown .item .left.dropdown.icon+.text,.ui.dropdown .left.menu .item .dropdown.icon+.text{margin-left:1em}.ui.upward.dropdown>.menu{top:auto;bottom:100%;box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:4px 4px 0 0}.ui.dropdown .upward.menu{top:auto!important;bottom:0!important}.ui.simple.upward.active.dropdown,.ui.simple.upward.dropdown:hover{border-radius:4px 4px 0 0!important}.ui.upward.dropdown.button:not(.pointing):not(.floating).active{border-radius:4px 4px 0 0}.ui.upward.selection.dropdown .menu{border-top-width:1px!important;border-bottom-width:0!important;box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.upward.selection.dropdown:hover{box-shadow:0 0 2px 0 rgba(0,0,0,.05)}.ui.active.upward.selection.dropdown{border-radius:0 0 4px 4px!important}.ui.upward.selection.dropdown.visible{box-shadow:0 0 3px 0 rgba(0,0,0,.08);border-radius:0 0 4px 4px!important}.ui.upward.active.selection.dropdown:hover{box-shadow:0 0 3px 0 rgba(0,0,0,.05)}.ui.upward.active.selection.dropdown:hover .menu{box-shadow:0 -2px 3px 0 rgba(0,0,0,.08)}.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto}.ui.scrolling.dropdown .menu{overflow-x:hidden;overflow-y:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:touch;min-width:100%!important;width:auto!important}.ui.dropdown .scrolling.menu{position:static;overflow-y:auto;border:none;box-shadow:none!important;border-radius:0!important;margin:0!important;min-width:100%!important;width:auto!important;border-top:1px solid #dadada}.ui.dropdown .scrolling.menu>.item.item.item,.ui.scrolling.dropdown .menu .item.item.item{border-top:none}.ui.dropdown .scrolling.menu .item:first-child,.ui.scrolling.dropdown .menu .item:first-child{border-top:none}.ui.dropdown>.animating.menu .scrolling.menu,.ui.dropdown>.visible.menu .scrolling.menu{display:block}@media all and (-ms-high-contrast:none){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{min-width:calc(100% - 17px)}}@media only screen and (max-width:767px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:12em}}@media only screen and (min-width:768px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:18em}}@media only screen and (min-width:992px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:24em}}@media only screen and (min-width:1920px){.ui.dropdown .scrolling.menu,.ui.scrolling.dropdown .menu{max-height:24em}}.ui.simple.dropdown .menu:after,.ui.simple.dropdown .menu:before{display:none}.ui.simple.dropdown .menu{position:absolute;display:block;overflow:hidden;top:-9999px!important;opacity:0;width:0;height:0;-webkit-transition:opacity .1s ease;transition:opacity .1s ease}.ui.simple.active.dropdown,.ui.simple.dropdown:hover{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.ui.simple.active.dropdown>.menu,.ui.simple.dropdown:hover>.menu{overflow:visible;width:auto;height:auto;top:100%!important;opacity:1}.ui.simple.dropdown:hover>.menu>.item:hover>.menu,.ui.simple.dropdown>.menu>.item:active>.menu{overflow:visible;width:auto;height:auto;top:0!important;left:100%!important;opacity:1}.ui.simple.disabled.dropdown:hover .menu{display:none;height:0;width:0;overflow:hidden}.ui.simple.visible.dropdown>.menu{display:block}.ui.fluid.dropdown{display:block;width:100%;min-width:0}.ui.fluid.dropdown>.dropdown.icon{float:right}.ui.floating.dropdown .menu{left:0;right:auto;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)!important;border-radius:4px!important}.ui.floating.dropdown>.menu{margin-top:.5em!important;border-radius:4px!important}.ui.pointing.dropdown>.menu{top:100%;margin-top:.78571429rem;border-radius:4px}.ui.pointing.dropdown>.menu:after{display:block;position:absolute;pointer-events:none;content:'';visibility:visible;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:.5em;height:.5em;box-shadow:-1px -1px 0 1px #dadada;background:#fff;z-index:2}.ui.pointing.dropdown>.menu:after{top:-.25em;left:50%;margin:0 0 0 -.25em}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu{top:100%;bottom:auto;left:0;right:auto;margin:1em 0 0}.ui.top.left.pointing.dropdown>.menu:after{top:-.25em;left:1em;right:auto;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.top.right.pointing.dropdown>.menu{top:100%;bottom:auto;right:0;left:auto;margin:1em 0 0}.ui.top.right.pointing.dropdown>.menu:after{top:-.25em;left:auto;right:1em;margin:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.ui.left.pointing.dropdown>.menu{top:0;left:100%;right:auto;margin:0 0 0 1em}.ui.left.pointing.dropdown>.menu:after{top:1em;left:-.25em;margin:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.ui.right.pointing.dropdown>.menu{top:0;left:auto;right:100%;margin:0 1em 0 0}.ui.right.pointing.dropdown>.menu:after{top:1em;left:auto;right:-.25em;margin:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.ui.bottom.pointing.dropdown>.menu{top:auto;bottom:100%;left:0;right:auto;margin:0 0 1em}.ui.bottom.pointing.dropdown>.menu:after{top:auto;bottom:-.25em;right:auto;margin:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.ui.bottom.pointing.dropdown>.menu .menu{top:auto!important;bottom:0!important}.ui.bottom.left.pointing.dropdown>.menu{left:0;right:auto}.ui.bottom.left.pointing.dropdown>.menu:after{left:1em;right:auto}.ui.bottom.right.pointing.dropdown>.menu{right:0;left:auto}.ui.bottom.right.pointing.dropdown>.menu:after{left:auto;right:1em}.ui.upward.pointing.dropdown>.menu,.ui.upward.top.pointing.dropdown>.menu{top:auto;bottom:100%;margin:0 0 .78571429rem;border-radius:4px}.ui.upward.pointing.dropdown>.menu:after,.ui.upward.top.pointing.dropdown>.menu:after{top:100%;bottom:auto;box-shadow:1px 1px 0 1px #dadada;margin:-.25em 0 0}.ui.upward.right.pointing.dropdown:not(.top):not(.bottom)>.menu{top:auto;bottom:0;margin:0 1em 0 0}.ui.upward.right.pointing.dropdown:not(.top):not(.bottom)>.menu:after{top:auto;bottom:0;margin:0 0 1em 0;box-shadow:-1px -1px 0 1px #dadada}.ui.upward.left.pointing.dropdown:not(.top):not(.bottom)>.menu{top:auto;bottom:0;margin:0 0 0 1em}.ui.upward.left.pointing.dropdown:not(.top):not(.bottom)>.menu:after{top:auto;bottom:0;margin:0 0 1em 0;box-shadow:-1px -1px 0 1px #dadada}.ui.dropdown{font-family:Roboto}/*! - * # Semantic UI 2.2.10 - Video - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.embed{position:relative;max-width:100%;height:0;overflow:hidden;background:#dcddde;padding-bottom:56.25%}.ui.embed embed,.ui.embed iframe,.ui.embed object{position:absolute;border:none;width:100%;height:100%;top:0;left:0;margin:0;padding:0}.ui.embed>.embed{display:none}.ui.embed>.placeholder{position:absolute;cursor:pointer;top:0;left:0;display:block;width:100%;height:100%;background-color:radial-gradient(transparent 45%,rgba(0,0,0,.3))}.ui.embed>.icon{cursor:pointer;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.ui.embed>.icon:after{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;content:'';background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:.5;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.ui.embed>.icon:before{position:absolute;top:50%;left:50%;z-index:4;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);color:#fff;font-size:6rem;text-shadow:0 2px 10px rgba(34,36,38,.2);-webkit-transition:opacity .5s ease,color .5s ease;transition:opacity .5s ease,color .5s ease;z-index:10}.ui.embed .icon:hover:after{background:-webkit-radial-gradient(transparent 45%,rgba(0,0,0,.3));background:radial-gradient(transparent 45%,rgba(0,0,0,.3));opacity:1}.ui.embed .icon:hover:before{color:#fff}.ui.active.embed>.icon,.ui.active.embed>.placeholder{display:none}.ui.active.embed>.embed{display:block}.ui.square.embed{padding-bottom:100%}.ui[class*="4:3"].embed{padding-bottom:75%}.ui[class*="16:9"].embed{padding-bottom:56.25%}.ui[class*="21:9"].embed{padding-bottom:42.85714286%}/*! - * # Semantic UI 2.2.10 - Modal - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.modal{display:none;position:fixed;z-index:1001;top:50%;left:50%;text-align:left;background:#fff;border:none;box-shadow:1px 3px 3px 0 rgba(0,0,0,.2),1px 3px 15px 2px rgba(0,0,0,.2);-webkit-transform-origin:50% 25%;transform-origin:50% 25%;border-radius:.28571429rem;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;will-change:top,left,margin,transform,opacity}.ui.modal>.icon:first-child+*,.ui.modal>:first-child:not(.icon){border-top-left-radius:.28571429rem;border-top-right-radius:.28571429rem}.ui.modal>:last-child{border-bottom-left-radius:.28571429rem;border-bottom-right-radius:.28571429rem}.ui.modal>.close{cursor:pointer;position:absolute;top:-2.5rem;right:-2.5rem;z-index:1;opacity:.8;font-size:1.25em;color:#fff;width:2.25rem;height:2.25rem;padding:.625rem 0 0 0}.ui.modal>.close:hover{opacity:1}.ui.modal>.header{display:block;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;background:#fff;margin:0;padding:1.25rem 1.5rem;box-shadow:none;color:rgba(0,0,0,.85);border-bottom:1px solid rgba(34,36,38,.15)}.ui.modal>.header:not(.ui){font-size:1.42857143rem;line-height:1.28571429em;font-weight:700}.ui.modal>.content{display:block;width:100%;font-size:1em;line-height:1.4;padding:1.5rem;background:#fff}.ui.modal>.image.content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ui.modal>.content>.image{display:block;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:'';-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="top aligned"]{-ms-flex-item-align:top;align-self:top}.ui.modal>[class*="middle aligned"]{-ms-flex-item-align:middle;align-self:middle}.ui.modal>[class*=stretched]{-ms-flex-item-align:stretch;align-self:stretch}.ui.modal>.content>.description{display:block;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-width:0;-ms-flex-item-align:top;align-self:top}.ui.modal>.content>.icon+.description,.ui.modal>.content>.image+.description{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;min-width:'';width:auto;padding-left:2em}.ui.modal>.content>.image>i.icon{margin:0;opacity:1;width:auto;line-height:1;font-size:8rem}.ui.modal>.actions{background:#f9fafb;padding:1rem 1rem;border-top:1px solid rgba(34,36,38,.15);text-align:right}.ui.modal .actions>.button{margin-left:.75em}@media only screen and (max-width:767px){.ui.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.modal{width:850px;margin:0 0 0 -425px}}@media only screen and (min-width:1200px){.ui.modal{width:900px;margin:0 0 0 -450px}}@media only screen and (min-width:1920px){.ui.modal{width:950px;margin:0 0 0 -475px}}@media only screen and (max-width:991px){.ui.modal>.header{padding-right:2.25rem}.ui.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}}@media only screen and (max-width:767px){.ui.modal>.header{padding:.75rem 1rem!important;padding-right:2.25rem!important}.ui.modal>.content{display:block;padding:1rem!important}.ui.modal>.close{top:.5rem!important;right:.5rem!important}.ui.modal .image.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ui.modal .content>.image{display:block;max-width:100%;margin:0 auto!important;text-align:center;padding:0 0 1rem!important}.ui.modal>.content>.image>i.icon{font-size:5rem;text-align:center}.ui.modal .content>.description{display:block;width:100%!important;margin:0!important;padding:1rem 0!important;box-shadow:none}.ui.modal>.actions{padding:1rem 1rem 0!important}.ui.modal .actions>.button,.ui.modal .actions>.buttons{margin-bottom:1rem}}.ui.inverted.dimmer>.ui.modal{box-shadow:1px 3px 10px 2px rgba(0,0,0,.2)}.ui.basic.modal{background-color:transparent;border:none;border-radius:0;box-shadow:none!important;color:#fff}.ui.basic.modal>.actions,.ui.basic.modal>.content,.ui.basic.modal>.header{background-color:transparent}.ui.basic.modal>.header{color:#fff}.ui.basic.modal>.close{top:1rem;right:1.5rem}.ui.inverted.dimmer>.basic.modal{color:rgba(0,0,0,.87)}.ui.inverted.dimmer>.ui.basic.modal>.header{color:rgba(0,0,0,.85)}@media only screen and (max-width:991px){.ui.basic.modal>.close{color:#fff}}.ui.active.modal{display:block}.scrolling.dimmable.dimmed{overflow:hidden}.scrolling.dimmable.dimmed>.dimmer{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.dimmable>.dimmer{position:fixed}.modals.dimmer .ui.scrolling.modal{position:static!important;margin:3.5rem auto!important}.scrolling.undetached.dimmable.dimmed{overflow:auto;-webkit-overflow-scrolling:touch}.scrolling.undetached.dimmable.dimmed>.dimmer{overflow:hidden}.scrolling.undetached.dimmable .ui.scrolling.modal{position:absolute;left:50%;margin-top:3.5rem!important}.undetached.dimmable.dimmed>.pusher{z-index:auto}@media only screen and (max-width:991px){.modals.dimmer .ui.scrolling.modal{margin-top:1rem!important;margin-bottom:1rem!important}}.ui.fullscreen.modal{width:95%!important;left:2.5%!important;margin:1em auto}.ui.fullscreen.scrolling.modal{left:0!important}.ui.fullscreen.modal>.header{padding-right:2.25rem}.ui.fullscreen.modal>.close{top:1.0535rem;right:1rem;color:rgba(0,0,0,.87)}.ui.modal{font-size:1rem}.ui.small.modal>.header:not(.ui){font-size:1.3em}@media only screen and (max-width:767px){.ui.small.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.small.modal{width:70.4%;margin:0 0 0 -35.2%}}@media only screen and (min-width:992px){.ui.small.modal{width:680px;margin:0 0 0 -340px}}@media only screen and (min-width:1200px){.ui.small.modal{width:720px;margin:0 0 0 -360px}}@media only screen and (min-width:1920px){.ui.small.modal{width:760px;margin:0 0 0 -380px}}.ui.large.modal>.header{font-size:1.6em}@media only screen and (max-width:767px){.ui.large.modal{width:95%;margin:0 0 0 -47.5%}}@media only screen and (min-width:768px){.ui.large.modal{width:88%;margin:0 0 0 -44%}}@media only screen and (min-width:992px){.ui.large.modal{width:1020px;margin:0 0 0 -510px}}@media only screen and (min-width:1200px){.ui.large.modal{width:1080px;margin:0 0 0 -540px}}@media only screen and (min-width:1920px){.ui.large.modal{width:1140px;margin:0 0 0 -570px}}/*! - * # Semantic UI 2.2.10 - Nag - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.nag{display:none;opacity:.95;position:relative;top:0;left:0;z-index:999;min-height:0;width:100%;margin:0;padding:.75em 1em;background:#555;box-shadow:0 1px 2px 0 rgba(0,0,0,.2);font-size:1rem;text-align:center;color:rgba(0,0,0,.87);border-radius:0 0 .28571429rem .28571429rem;-webkit-transition:.2s background ease;transition:.2s background ease}a.ui.nag{cursor:pointer}.ui.nag>.title{display:inline-block;margin:0 .5em;color:#fff}.ui.nag>.close.icon{cursor:pointer;opacity:.4;position:absolute;top:50%;right:1em;font-size:1em;margin:-.5em 0 0;color:#fff;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}.ui.nag:hover{background:#555;opacity:1}.ui.nag .close:hover{opacity:1}.ui.overlay.nag{position:absolute;display:block}.ui.fixed.nag{position:fixed}.ui.bottom.nag,.ui.bottom.nags{border-radius:.28571429rem .28571429rem 0 0;top:auto;bottom:0}.ui.inverted.nag,.ui.inverted.nags .nag{background-color:#f3f4f5;color:rgba(0,0,0,.85)}.ui.inverted.nag .close,.ui.inverted.nag .title,.ui.inverted.nags .nag .close,.ui.inverted.nags .nag .title{color:rgba(0,0,0,.4)}.ui.nags .nag{border-radius:0!important}.ui.nags .nag:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.bottom.nags .nag:last-child{border-radius:.28571429rem .28571429rem 0 0}/*! - * # Semantic UI 2.2.10 - Popup - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.popup{display:none;position:absolute;top:0;right:0;min-width:-webkit-min-content;min-width:-moz-min-content;min-width:min-content;z-index:1900;border:1px solid #d4d4d5;line-height:1.4285em;max-width:250px;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.ui.popup>.header{padding:0;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:1.14285714em;line-height:1.2;font-weight:700}.ui.popup>.header+.content{padding-top:.5em}.ui.popup:before{position:absolute;content:'';width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]{position:relative}[data-tooltip]:before{pointer-events:none;position:absolute;content:'';font-size:1rem;width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);z-index:2;box-shadow:1px 1px 0 0 #bababc}[data-tooltip]:after{pointer-events:none;content:attr(data-tooltip);position:absolute;text-transform:none;text-align:left;white-space:nowrap;font-size:1rem;border:1px solid #d4d4d5;line-height:1.4285em;max-width:none;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);z-index:1}[data-tooltip]:not([data-position]):before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-tooltip]:not([data-position]):after{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:100%;margin-bottom:.5em}[data-tooltip]:after,[data-tooltip]:before{pointer-events:none;visibility:hidden}[data-tooltip]:before{opacity:0;-webkit-transform:rotate(45deg) scale(0)!important;transform:rotate(45deg) scale(0)!important;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:after{opacity:1;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-transition:all .1s ease;transition:all .1s ease}[data-tooltip]:hover:after,[data-tooltip]:hover:before{visibility:visible;pointer-events:auto}[data-tooltip]:hover:before{-webkit-transform:rotate(45deg) scale(1)!important;transform:rotate(45deg) scale(1)!important;opacity:1}[data-tooltip]:after,[data-tooltip][data-position="bottom center"]:after,[data-tooltip][data-position="top center"]:after{-webkit-transform:translateX(-50%) scale(0)!important;transform:translateX(-50%) scale(0)!important}[data-tooltip]:hover:after,[data-tooltip][data-position="bottom center"]:hover:after{-webkit-transform:translateX(-50%) scale(1)!important;transform:translateX(-50%) scale(1)!important}[data-tooltip][data-position="left center"]:after,[data-tooltip][data-position="right center"]:after{-webkit-transform:translateY(-50%) scale(0)!important;transform:translateY(-50%) scale(0)!important}[data-tooltip][data-position="left center"]:hover:after,[data-tooltip][data-position="right center"]:hover:after{-webkit-transform:translateY(-50%) scale(1)!important;transform:translateY(-50%) scale(1)!important}[data-tooltip][data-position="bottom left"]:after,[data-tooltip][data-position="bottom right"]:after,[data-tooltip][data-position="top left"]:after,[data-tooltip][data-position="top right"]:after{-webkit-transform:scale(0)!important;transform:scale(0)!important}[data-tooltip][data-position="bottom left"]:hover:after,[data-tooltip][data-position="bottom right"]:hover:after,[data-tooltip][data-position="top left"]:hover:after,[data-tooltip][data-position="top right"]:hover:after{-webkit-transform:scale(1)!important;transform:scale(1)!important}[data-tooltip][data-inverted]:before{box-shadow:none!important}[data-tooltip][data-inverted]:before{background:#1b1c1d}[data-tooltip][data-inverted]:after{background:#1b1c1d;color:#fff;border:none;box-shadow:none}[data-tooltip][data-inverted]:after .header{background-color:none;color:#fff}[data-position="top center"][data-tooltip]:after{top:auto;right:auto;left:50%;bottom:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:.5em}[data-position="top center"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:50%;background:#fff;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top left"][data-tooltip]:after{top:auto;right:auto;left:0;bottom:100%;margin-bottom:.5em}[data-position="top left"][data-tooltip]:before{top:auto;right:auto;bottom:100%;left:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="top right"][data-tooltip]:after{top:auto;left:auto;right:0;bottom:100%;margin-bottom:.5em}[data-position="top right"][data-tooltip]:before{top:auto;left:auto;bottom:100%;right:1em;margin-left:-.07142857rem;margin-bottom:.14285714rem}[data-position="bottom center"][data-tooltip]:after{bottom:auto;right:auto;left:50%;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-top:.5em}[data-position="bottom center"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:50%;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom left"][data-tooltip]:after{left:0;top:100%;margin-top:.5em}[data-position="bottom left"][data-tooltip]:before{bottom:auto;right:auto;top:100%;left:1em;margin-left:-.07142857rem;margin-top:.14285714rem}[data-position="bottom right"][data-tooltip]:after{right:0;top:100%;margin-top:.5em}[data-position="bottom right"][data-tooltip]:before{bottom:auto;left:auto;top:100%;right:1em;margin-left:-.14285714rem;margin-top:.07142857rem}[data-position="left center"][data-tooltip]:after{right:100%;top:50%;margin-right:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="left center"][data-tooltip]:before{right:100%;top:50%;margin-top:-.14285714rem;margin-right:-.07142857rem}[data-position="right center"][data-tooltip]:after{left:100%;top:50%;margin-left:.5em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}[data-position="right center"][data-tooltip]:before{left:100%;top:50%;margin-top:-.07142857rem;margin-left:.14285714rem}[data-position~=bottom][data-tooltip]:before{background:#fff;box-shadow:-1px -1px 0 0 #bababc}[data-position="left center"][data-tooltip]:before{background:#fff;box-shadow:1px -1px 0 0 #bababc}[data-position="right center"][data-tooltip]:before{background:#fff;box-shadow:-1px 1px 0 0 #bababc}[data-position~=top][data-tooltip]:before{background:#fff}[data-inverted][data-position~=bottom][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px -1px 0 0 #bababc}[data-inverted][data-position="left center"][data-tooltip]:before{background:#1b1c1d;box-shadow:1px -1px 0 0 #bababc}[data-inverted][data-position="right center"][data-tooltip]:before{background:#1b1c1d;box-shadow:-1px 1px 0 0 #bababc}[data-inverted][data-position~=top][data-tooltip]:before{background:#1b1c1d}[data-position~=bottom][data-tooltip]:before{-webkit-transform-origin:center bottom;transform-origin:center bottom}[data-position~=bottom][data-tooltip]:after{-webkit-transform-origin:center top;transform-origin:center top}[data-position="left center"][data-tooltip]:before{-webkit-transform-origin:top center;transform-origin:top center}[data-position="left center"][data-tooltip]:after{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:before{-webkit-transform-origin:right center;transform-origin:right center}[data-position="right center"][data-tooltip]:after{-webkit-transform-origin:left center;transform-origin:left center}.ui.popup{margin:0}.ui.top.popup{margin:0 0 .71428571em}.ui.top.left.popup{-webkit-transform-origin:left bottom;transform-origin:left bottom}.ui.top.center.popup{-webkit-transform-origin:center bottom;transform-origin:center bottom}.ui.top.right.popup{-webkit-transform-origin:right bottom;transform-origin:right bottom}.ui.left.center.popup{margin:0 .71428571em 0 0;-webkit-transform-origin:right 50%;transform-origin:right 50%}.ui.right.center.popup{margin:0 0 0 .71428571em;-webkit-transform-origin:left 50%;transform-origin:left 50%}.ui.bottom.popup{margin:.71428571em 0 0}.ui.bottom.left.popup{-webkit-transform-origin:left top;transform-origin:left top}.ui.bottom.center.popup{-webkit-transform-origin:center top;transform-origin:center top}.ui.bottom.right.popup{-webkit-transform-origin:right top;transform-origin:right top}.ui.bottom.center.popup:before{margin-left:-.30714286em;top:-.30714286em;left:50%;right:auto;bottom:auto;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.left.popup{margin-left:0}.ui.bottom.left.popup:before{top:-.30714286em;left:1em;right:auto;bottom:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.bottom.right.popup{margin-right:0}.ui.bottom.right.popup:before{top:-.30714286em;right:1em;bottom:auto;left:auto;margin-left:0;box-shadow:-1px -1px 0 0 #bababc}.ui.top.center.popup:before{top:auto;right:auto;bottom:-.30714286em;left:50%;margin-left:-.30714286em}.ui.top.left.popup{margin-left:0}.ui.top.left.popup:before{bottom:-.30714286em;left:1em;top:auto;right:auto;margin-left:0}.ui.top.right.popup{margin-right:0}.ui.top.right.popup:before{bottom:-.30714286em;right:1em;top:auto;left:auto;margin-left:0}.ui.left.center.popup:before{top:50%;right:-.30714286em;bottom:auto;left:auto;margin-top:-.30714286em;box-shadow:1px -1px 0 0 #bababc}.ui.right.center.popup:before{top:50%;left:-.30714286em;bottom:auto;right:auto;margin-top:-.30714286em;box-shadow:-1px 1px 0 0 #bababc}.ui.bottom.popup:before{background:#fff}.ui.left.center.popup:before,.ui.right.center.popup:before{background:#fff}.ui.top.popup:before{background:#fff}.ui.inverted.bottom.popup:before{background:#1b1c1d}.ui.inverted.left.center.popup:before,.ui.inverted.right.center.popup:before{background:#1b1c1d}.ui.inverted.top.popup:before{background:#1b1c1d}.ui.popup>.ui.grid:not(.padded){width:calc(100% + 1.75rem);margin:-.7rem -.875rem}.ui.loading.popup{display:block;visibility:hidden;z-index:-1}.ui.animating.popup,.ui.visible.popup{display:block}.ui.visible.popup{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.basic.popup:before{display:none}.ui.wide.popup{max-width:350px}.ui[class*="very wide"].popup{max-width:550px}@media only screen and (max-width:767px){.ui.wide.popup,.ui[class*="very wide"].popup{max-width:250px}}.ui.fluid.popup{width:100%;max-width:none}.ui.inverted.popup{background:#1b1c1d;color:#fff;border:none;box-shadow:none}.ui.inverted.popup .header{background-color:none;color:#fff}.ui.inverted.popup:before{background-color:#1b1c1d;box-shadow:none!important}.ui.flowing.popup{max-width:none}.ui.mini.popup{font-size:.78571429rem}.ui.tiny.popup{font-size:.85714286rem}.ui.small.popup{font-size:.92857143rem}.ui.popup{font-size:1rem}.ui.large.popup{font-size:1.14285714rem}.ui.huge.popup{font-size:1.42857143rem}/*! - * # Semantic UI 2.2.10 - Progress Bar - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.progress{position:relative;display:block;max-width:100%;border:none;margin:1em 0 2.5em;box-shadow:none;background:rgba(0,0,0,.1);padding:0;border-radius:.28571429rem}.ui.progress:first-child{margin:0 0 2.5em}.ui.progress:last-child{margin:0 0 1.5em}.ui.progress .bar{display:block;line-height:1;position:relative;width:0;min-width:2em;background:#888;border-radius:.28571429rem;-webkit-transition:width .1s ease,background-color .1s ease;transition:width .1s ease,background-color .1s ease}.ui.progress .bar>.progress{white-space:nowrap;position:absolute;width:auto;font-size:.92857143em;top:50%;right:.5em;left:auto;bottom:auto;color:rgba(255,255,255,.7);text-shadow:none;margin-top:-.5em;font-weight:700;text-align:left}.ui.progress>.label{position:absolute;width:100%;font-size:1em;top:100%;right:auto;left:0;bottom:auto;color:rgba(0,0,0,.87);font-weight:700;text-shadow:none;margin-top:.2em;text-align:center;-webkit-transition:color .4s ease;transition:color .4s ease}.ui.indicating.progress[data-percent^="1"] .bar,.ui.indicating.progress[data-percent^="2"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent^="3"] .bar{background-color:#efbc72}.ui.indicating.progress[data-percent^="4"] .bar,.ui.indicating.progress[data-percent^="5"] .bar{background-color:#e6bb48}.ui.indicating.progress[data-percent^="6"] .bar{background-color:#ddc928}.ui.indicating.progress[data-percent^="7"] .bar,.ui.indicating.progress[data-percent^="8"] .bar{background-color:#b4d95c}.ui.indicating.progress[data-percent^="100"] .bar,.ui.indicating.progress[data-percent^="9"] .bar{background-color:#66da81}.ui.indicating.progress[data-percent^="1"] .label,.ui.indicating.progress[data-percent^="2"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="3"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="4"] .label,.ui.indicating.progress[data-percent^="5"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="6"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="7"] .label,.ui.indicating.progress[data-percent^="8"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent^="100"] .label,.ui.indicating.progress[data-percent^="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress[data-percent="1"] .bar,.ui.indicating.progress[data-percent="2"] .bar,.ui.indicating.progress[data-percent="3"] .bar,.ui.indicating.progress[data-percent="4"] .bar,.ui.indicating.progress[data-percent="5"] .bar,.ui.indicating.progress[data-percent="6"] .bar,.ui.indicating.progress[data-percent="7"] .bar,.ui.indicating.progress[data-percent="8"] .bar,.ui.indicating.progress[data-percent="9"] .bar{background-color:#d95c5c}.ui.indicating.progress[data-percent="1"] .label,.ui.indicating.progress[data-percent="2"] .label,.ui.indicating.progress[data-percent="3"] .label,.ui.indicating.progress[data-percent="4"] .label,.ui.indicating.progress[data-percent="5"] .label,.ui.indicating.progress[data-percent="6"] .label,.ui.indicating.progress[data-percent="7"] .label,.ui.indicating.progress[data-percent="8"] .label,.ui.indicating.progress[data-percent="9"] .label{color:rgba(0,0,0,.87)}.ui.indicating.progress.success .label{color:#1a531b}.ui.progress.success .bar{background-color:#21ba45!important}.ui.progress.success .bar,.ui.progress.success .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.success>.label{color:#1a531b}.ui.progress.warning .bar{background-color:#f2c037!important}.ui.progress.warning .bar,.ui.progress.warning .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.warning>.label{color:#794b02}.ui.progress.error .bar{background-color:#db2828!important}.ui.progress.error .bar,.ui.progress.error .bar::after{-webkit-animation:none!important;animation:none!important}.ui.progress.error>.label{color:#912d2b}.ui.active.progress .bar{position:relative;min-width:2em}.ui.active.progress .bar::after{content:'';opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;border-radius:.28571429rem;-webkit-animation:progress-active 2s ease infinite;animation:progress-active 2s ease infinite}@-webkit-keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}@keyframes progress-active{0%{opacity:.3;width:0}100%{opacity:0;width:100%}}.ui.disabled.progress{opacity:.35}.ui.disabled.progress .bar,.ui.disabled.progress .bar::after{-webkit-animation:none!important;animation:none!important}.ui.inverted.progress{background:rgba(255,255,255,.08);border:none}.ui.inverted.progress .bar{background:#888}.ui.inverted.progress .bar>.progress{color:#f9fafb}.ui.inverted.progress>.label{color:#fff}.ui.inverted.progress.success>.label{color:#21ba45}.ui.inverted.progress.warning>.label{color:#f2c037}.ui.inverted.progress.error>.label{color:#db2828}.ui.progress.attached{background:0 0;position:relative;border:none;margin:0}.ui.progress.attached,.ui.progress.attached .bar{display:block;height:.2rem;padding:0;overflow:hidden;border-radius:0 0 .28571429rem .28571429rem}.ui.progress.attached .bar{border-radius:0}.ui.progress.top.attached,.ui.progress.top.attached .bar{top:0;border-radius:.28571429rem .28571429rem 0 0}.ui.progress.top.attached .bar{border-radius:0}.ui.card>.ui.attached.progress,.ui.segment>.ui.attached.progress{position:absolute;top:auto;left:0;bottom:100%;width:100%}.ui.card>.ui.bottom.attached.progress,.ui.segment>.ui.bottom.attached.progress{top:100%;bottom:auto}.ui.red.progress .bar{background-color:#db2828}.ui.red.inverted.progress .bar{background-color:#ff695e}.ui.orange.progress .bar{background-color:#f2711c}.ui.orange.inverted.progress .bar{background-color:#ff851b}.ui.yellow.progress .bar{background-color:#fbbd08}.ui.yellow.inverted.progress .bar{background-color:#ffe21f}.ui.olive.progress .bar{background-color:#b5cc18}.ui.olive.inverted.progress .bar{background-color:#d9e778}.ui.green.progress .bar{background-color:#21ba45}.ui.green.inverted.progress .bar{background-color:#2ecc40}.ui.teal.progress .bar{background-color:#00b5ad}.ui.teal.inverted.progress .bar{background-color:#6dffff}.ui.blue.progress .bar{background-color:#2185d0}.ui.blue.inverted.progress .bar{background-color:#54c8ff}.ui.violet.progress .bar{background-color:#6435c9}.ui.violet.inverted.progress .bar{background-color:#a291fb}.ui.purple.progress .bar{background-color:#a333c8}.ui.purple.inverted.progress .bar{background-color:#dc73ff}.ui.pink.progress .bar{background-color:#e03997}.ui.pink.inverted.progress .bar{background-color:#ff8edf}.ui.brown.progress .bar{background-color:#a5673f}.ui.brown.inverted.progress .bar{background-color:#d67c1c}.ui.grey.progress .bar{background-color:#767676}.ui.grey.inverted.progress .bar{background-color:#dcddde}.ui.black.progress .bar{background-color:#1b1c1d}.ui.black.inverted.progress .bar{background-color:#545454}.ui.tiny.progress{font-size:.85714286rem}.ui.tiny.progress .bar{height:.5em}.ui.small.progress{font-size:.92857143rem}.ui.small.progress .bar{height:1em}.ui.progress{font-size:1rem}.ui.progress .bar{height:1.75em}.ui.large.progress{font-size:1.14285714rem}.ui.large.progress .bar{height:2.5em}.ui.big.progress{font-size:1.28571429rem}.ui.big.progress .bar{height:3.5em}/*! - * # Semantic UI 2.2.10 - Rating - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;white-space:nowrap;vertical-align:baseline}.ui.rating:last-child{margin-right:0}.ui.rating .icon{padding:0;margin:0;text-align:center;font-weight:400;font-style:normal;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;cursor:pointer;width:1.25em;height:auto;-webkit-transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease;transition:opacity .1s ease,background .1s ease,text-shadow .1s ease,color .1s ease}.ui.rating .icon{background:0 0;color:rgba(0,0,0,.15)}.ui.rating .active.icon{background:0 0;color:rgba(0,0,0,.85)}.ui.rating .icon.selected,.ui.rating .icon.selected.active{background:0 0;color:rgba(0,0,0,.87)}.ui.star.rating .icon{width:1.25em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none}.ui.star.rating .active.icon{background:0 0!important;color:#ffe623!important;text-shadow:0 -1px 0 #ddc507,-1px 0 0 #ddc507,0 1px 0 #ddc507,1px 0 0 #ddc507!important}.ui.star.rating .icon.selected,.ui.star.rating .icon.selected.active{background:0 0!important;color:#fc0!important;text-shadow:0 -1px 0 #e6a200,-1px 0 0 #e6a200,0 1px 0 #e6a200,1px 0 0 #e6a200!important}.ui.heart.rating .icon{width:1.4em;height:auto;background:0 0;color:rgba(0,0,0,.15);text-shadow:none!important}.ui.heart.rating .active.icon{background:0 0!important;color:#ff6d75!important;text-shadow:0 -1px 0 #cd0707,-1px 0 0 #cd0707,0 1px 0 #cd0707,1px 0 0 #cd0707!important}.ui.heart.rating .icon.selected,.ui.heart.rating .icon.selected.active{background:0 0!important;color:#ff3000!important;text-shadow:0 -1px 0 #aa0101,-1px 0 0 #aa0101,0 1px 0 #aa0101,1px 0 0 #aa0101!important}.ui.disabled.rating .icon{cursor:default}.ui.rating.selected .active.icon{opacity:1}.ui.rating .icon.selected,.ui.rating.selected .icon.selected{opacity:1}.ui.mini.rating{font-size:.78571429rem}.ui.tiny.rating{font-size:.85714286rem}.ui.small.rating{font-size:.92857143rem}.ui.rating{font-size:1rem}.ui.large.rating{font-size:1.14285714rem}.ui.huge.rating{font-size:1.42857143rem}.ui.massive.rating{font-size:2rem}@font-face{font-family:Rating;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');font-weight:400;font-style:normal}.ui.rating .icon{font-family:Rating;line-height:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;font-weight:400;font-style:normal;text-align:center}.ui.rating .icon:before{content:'\f005'}.ui.rating .active.icon:before{content:'\f005'}.ui.star.rating .icon:before{content:'\f005'}.ui.star.rating .active.icon:before{content:'\f005'}.ui.star.rating .partial.icon:before{content:'\f006'}.ui.star.rating .partial.icon{content:'\f005'}.ui.heart.rating .icon:before{content:'\f004'}.ui.heart.rating .active.icon:before{content:'\f004'}/*! - * # Semantic UI 2.2.10 - Search - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.search{position:relative}.ui.search>.prompt{margin:0;outline:0;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,255,255,0);text-shadow:none;font-style:normal;font-weight:400;line-height:1.21428571em;padding:.67857143em 1em;font-size:1em;background:#fff;border:1px solid rgba(34,36,38,.15);color:rgba(0,0,0,.87);box-shadow:0 0 0 0 transparent inset;-webkit-transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease;transition:background-color .1s ease,color .1s ease,box-shadow .1s ease,border-color .1s ease}.ui.search .prompt{border-radius:500rem}.ui.search .prompt~.search.icon{cursor:pointer}.ui.search>.results{display:none;position:absolute;top:100%;left:0;-webkit-transform-origin:center top;transform-origin:center top;white-space:normal;background:#fff;margin-top:.5em;width:18em;border-radius:.28571429rem;box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);border:1px solid #d4d4d5;z-index:998}.ui.search>.results>:first-child{border-radius:.28571429rem .28571429rem 0 0}.ui.search>.results>:last-child{border-radius:0 0 .28571429rem .28571429rem}.ui.search>.results .result{cursor:pointer;display:block;overflow:hidden;font-size:1em;padding:.85714286em 1.14285714em;color:rgba(0,0,0,.87);line-height:1.33;border-bottom:1px solid rgba(34,36,38,.1)}.ui.search>.results .result:last-child{border-bottom:none!important}.ui.search>.results .result .image{float:right;overflow:hidden;background:0 0;width:5em;height:3em;border-radius:.25em}.ui.search>.results .result .image img{display:block;width:auto;height:100%}.ui.search>.results .result .image+.content{margin:0 6em 0 0}.ui.search>.results .result .title{margin:-.14285714em 0 0;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-weight:700;font-size:1em;color:rgba(0,0,0,.85)}.ui.search>.results .result .description{margin-top:0;font-size:.92857143em;color:rgba(0,0,0,.4)}.ui.search>.results .result .price{float:right;color:#21ba45}.ui.search>.results>.message{padding:1em 1em}.ui.search>.results>.message .header{font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:700;color:rgba(0,0,0,.87)}.ui.search>.results>.message .description{margin-top:.25rem;font-size:1em;color:rgba(0,0,0,.87)}.ui.search>.results>.action{display:block;border-top:none;background:#f3f4f5;padding:.92857143em 1em;color:rgba(0,0,0,.87);font-weight:700;text-align:center}.ui.search>.prompt:focus{border-color:rgba(34,36,38,.35);background:#fff;color:rgba(0,0,0,.95)}.ui.loading.search .input>i.icon:before{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.loading.search .input>i.icon:after{position:absolute;content:'';top:50%;left:50%;margin:-.64285714em 0 0 -.64285714em;width:1.28571429em;height:1.28571429em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}.ui.category.search>.results .category .result:hover,.ui.search>.results .result:hover{background:#f9fafb}.ui.search .action:hover{background:#e0e0e0}.ui.category.search>.results .category.active{background:#f3f4f5}.ui.category.search>.results .category.active>.name{color:rgba(0,0,0,.87)}.ui.category.search>.results .category .result.active,.ui.search>.results .result.active{position:relative;border-left-color:rgba(34,36,38,.1);background:#f3f4f5;box-shadow:none}.ui.search>.results .result.active .title{color:rgba(0,0,0,.85)}.ui.search>.results .result.active .description{color:rgba(0,0,0,.85)}.ui.search.selection .prompt{border-radius:.28571429rem}.ui.search.selection>.icon.input>.remove.icon{pointer-events:none;position:absolute;left:auto;opacity:0;color:'';top:0;right:0;-webkit-transition:color .1s ease,opacity .1s ease;transition:color .1s ease,opacity .1s ease}.ui.search.selection>.icon.input>.active.remove.icon{cursor:pointer;opacity:.8;pointer-events:auto}.ui.search.selection>.icon.input:not([class*="left icon"])>.icon~.remove.icon{right:1.85714em}.ui.search.selection>.icon.input>.remove.icon:hover{opacity:1;color:#db2828}.ui.category.search .results{width:28em}.ui.category.search>.results .category{background:#f3f4f5;box-shadow:none;border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease}.ui.category.search>.results .category:last-child{border-bottom:none}.ui.category.search>.results .category:first-child .name+.result{border-radius:0 .28571429rem 0 0}.ui.category.search>.results .category:last-child .result:last-child{border-radius:0 0 .28571429rem 0}.ui.category.search>.results .category .result{background:#fff;margin-left:100px;border-left:1px solid rgba(34,36,38,.15);border-bottom:1px solid rgba(34,36,38,.1);-webkit-transition:background .1s ease,border-color .1s ease;transition:background .1s ease,border-color .1s ease;padding:.85714286em 1.14285714em}.ui.category.search>.results .category:last-child .result:last-child{border-bottom:none}.ui.category.search>.results .category>.name{width:100px;background:0 0;font-family:HelveticaNeueLTStd-Lt,Helvetica,Arial,sans-serif;font-size:1em;float:1em;float:left;padding:.4em 1em;font-weight:700;color:rgba(0,0,0,.4)}.ui[class*="left aligned"].search>.results{right:auto;left:0}.ui[class*="right aligned"].search>.results{right:0;left:auto}.ui.fluid.search .results{width:100%}.ui.mini.search{font-size:.78571429em}.ui.small.search{font-size:.92857143em}.ui.search{font-size:1em}.ui.large.search{font-size:1.14285714em}.ui.big.search{font-size:1.28571429em}.ui.huge.search{font-size:1.42857143em}.ui.massive.search{font-size:1.71428571em}/*! - * # Semantic UI 2.2.10 - Shape - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.shape{position:relative;vertical-align:top;display:inline-block;-webkit-perspective:2000px;perspective:2000px;-webkit-transition:-webkit-transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out}.ui.shape .sides{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.ui.shape .side{opacity:1;width:100%;margin:0!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.shape .side{display:none}.ui.shape .side *{-webkit-backface-visibility:visible!important;backface-visibility:visible!important}.ui.cube.shape .side{min-width:15em;height:15em;padding:2em;background-color:#e6e6e6;color:rgba(0,0,0,.87);box-shadow:0 0 2px rgba(0,0,0,.3)}.ui.cube.shape .side>.content{width:100%;height:100%;display:table;text-align:center;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.cube.shape .side>.content>div{display:table-cell;vertical-align:middle;font-size:2em}.ui.text.shape.animating .sides{position:static}.ui.text.shape .side{white-space:nowrap}.ui.text.shape .side>*{white-space:normal}.ui.loading.shape{position:absolute;top:-9999px;left:-9999px}.ui.shape .animating.side{position:absolute;top:0;left:0;display:block;z-index:100}.ui.shape .hidden.side{opacity:.6}.ui.shape.animating .sides{position:absolute}.ui.shape.animating .sides{-webkit-transition:-webkit-transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out;transition:transform .6s ease-in-out,left .6s ease-in-out,width .6s ease-in-out,height .6s ease-in-out}.ui.shape.animating .side{-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.ui.shape .active.side{display:block}/*! - * # Semantic UI 2.2.10 - Sidebar - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.sidebar{position:fixed;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;transition:none;will-change:transform;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;-webkit-overflow-scrolling:touch;height:100%!important;max-height:100%;border-radius:0!important;margin:0!important;overflow-y:auto!important;z-index:102}.ui.sidebar>*{-webkit-backface-visibility:hidden;backface-visibility:hidden}.ui.left.sidebar{right:auto;left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.sidebar{right:0!important;left:auto!important;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.bottom.sidebar,.ui.top.sidebar{width:100%!important;height:auto!important}.ui.top.sidebar{top:0!important;bottom:auto!important;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.sidebar{top:auto!important;bottom:0!important;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.pushable{height:100%;overflow-x:hidden;padding:0!important}body.pushable{background:#545454!important}.pushable:not(body){-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.pushable:not(body)>.fixed,.pushable:not(body)>.pusher:after,.pushable:not(body)>.ui.sidebar{position:absolute}.pushable>.fixed{position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease;will-change:transform;z-index:101}.pushable>.pusher{position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;min-height:100%;-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease;z-index:2}body.pushable>.pusher{background:#fff}.pushable>.pusher{background:inherit}.pushable>.pusher:after{position:fixed;top:0;right:0;content:'';background-color:rgba(0,0,0,.4);overflow:hidden;opacity:0;-webkit-transition:opacity .5s;transition:opacity .5s;will-change:opacity;z-index:1000}.ui.sidebar.menu .item{border-radius:0!important}.pushable>.pusher.dimmed:after{width:100%!important;height:100%!important;opacity:1!important}.ui.animating.sidebar{visibility:visible}.ui.visible.sidebar{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.left.visible.sidebar,.ui.right.visible.sidebar{box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.bottom.visible.sidebar,.ui.top.visible.sidebar{box-shadow:0 0 20px rgba(34,36,38,.15)}.ui.visible.left.sidebar~.fixed,.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(260px,0,0);transform:translate3d(260px,0,0)}.ui.visible.right.sidebar~.fixed,.ui.visible.right.sidebar~.pusher{-webkit-transform:translate3d(-260px,0,0);transform:translate3d(-260px,0,0)}.ui.visible.top.sidebar~.fixed,.ui.visible.top.sidebar~.pusher{-webkit-transform:translate3d(0,36px,0);transform:translate3d(0,36px,0)}.ui.visible.bottom.sidebar~.fixed,.ui.visible.bottom.sidebar~.pusher{-webkit-transform:translate3d(0,-36px,0);transform:translate3d(0,-36px,0)}.ui.visible.left.sidebar~.ui.visible.right.sidebar~.fixed,.ui.visible.left.sidebar~.ui.visible.right.sidebar~.pusher,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.fixed,.ui.visible.right.sidebar~.ui.visible.left.sidebar~.pusher{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}html.ios{overflow-x:hidden;-webkit-overflow-scrolling:touch}.ui.thin.left.sidebar,.ui.thin.right.sidebar{width:150px}.ui[class*="very thin"].left.sidebar,.ui[class*="very thin"].right.sidebar{width:60px}.ui.left.sidebar,.ui.right.sidebar{width:260px}.ui.wide.left.sidebar,.ui.wide.right.sidebar{width:350px}.ui[class*="very wide"].left.sidebar,.ui[class*="very wide"].right.sidebar{width:475px}.ui.visible.thin.left.sidebar~.fixed,.ui.visible.thin.left.sidebar~.pusher{-webkit-transform:translate3d(150px,0,0);transform:translate3d(150px,0,0)}.ui.visible[class*="very thin"].left.sidebar~.fixed,.ui.visible[class*="very thin"].left.sidebar~.pusher{-webkit-transform:translate3d(60px,0,0);transform:translate3d(60px,0,0)}.ui.visible.wide.left.sidebar~.fixed,.ui.visible.wide.left.sidebar~.pusher{-webkit-transform:translate3d(350px,0,0);transform:translate3d(350px,0,0)}.ui.visible[class*="very wide"].left.sidebar~.fixed,.ui.visible[class*="very wide"].left.sidebar~.pusher{-webkit-transform:translate3d(475px,0,0);transform:translate3d(475px,0,0)}.ui.visible.thin.right.sidebar~.fixed,.ui.visible.thin.right.sidebar~.pusher{-webkit-transform:translate3d(-150px,0,0);transform:translate3d(-150px,0,0)}.ui.visible[class*="very thin"].right.sidebar~.fixed,.ui.visible[class*="very thin"].right.sidebar~.pusher{-webkit-transform:translate3d(-60px,0,0);transform:translate3d(-60px,0,0)}.ui.visible.wide.right.sidebar~.fixed,.ui.visible.wide.right.sidebar~.pusher{-webkit-transform:translate3d(-350px,0,0);transform:translate3d(-350px,0,0)}.ui.visible[class*="very wide"].right.sidebar~.fixed,.ui.visible[class*="very wide"].right.sidebar~.pusher{-webkit-transform:translate3d(-475px,0,0);transform:translate3d(-475px,0,0)}.ui.overlay.sidebar{z-index:102}.ui.left.overlay.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.overlay.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.overlay.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.overlay.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.animating.ui.overlay.sidebar,.ui.visible.overlay.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease}.ui.visible.left.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.right.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.top.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.bottom.overlay.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.overlay.sidebar~.fixed,.ui.visible.overlay.sidebar~.pusher{-webkit-transform:none!important;transform:none!important}.ui.push.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease;z-index:102}.ui.left.push.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.push.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.push.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.push.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.visible.push.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:1}.ui.visible.uncover.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease}.ui.slide.along.sidebar{z-index:1}.ui.left.slide.along.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.right.slide.along.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.top.slide.along.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.bottom.slide.along.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.animating.slide.along.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease}.ui.visible.slide.along.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.slide.out.sidebar{z-index:1}.ui.left.slide.out.sidebar{-webkit-transform:translate3d(50%,0,0);transform:translate3d(50%,0,0)}.ui.right.slide.out.sidebar{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.ui.top.slide.out.sidebar{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ui.bottom.slide.out.sidebar{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ui.animating.slide.out.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease}.ui.visible.slide.out.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.scale.down.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease;z-index:102}.ui.left.scale.down.sidebar{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ui.right.scale.down.sidebar{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ui.top.scale.down.sidebar{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ui.bottom.scale.down.sidebar{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ui.scale.down.left.sidebar~.pusher{-webkit-transform-origin:75% 50%;transform-origin:75% 50%}.ui.scale.down.right.sidebar~.pusher{-webkit-transform-origin:25% 50%;transform-origin:25% 50%}.ui.scale.down.top.sidebar~.pusher{-webkit-transform-origin:50% 75%;transform-origin:50% 75%}.ui.scale.down.bottom.sidebar~.pusher{-webkit-transform-origin:50% 25%;transform-origin:50% 25%}.ui.animating.scale.down>.visible.ui.sidebar{-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease}.ui.animating.scale.down.sidebar~.pusher,.ui.visible.scale.down.sidebar~.pusher{display:block!important;width:100%;height:100%;overflow:hidden!important}.ui.visible.scale.down.sidebar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ui.visible.scale.down.sidebar~.pusher{-webkit-transform:scale(.75);transform:scale(.75)}/*! - * # Semantic UI 2.2.10 - Sticky - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.sticky{position:static;-webkit-transition:none;transition:none;z-index:800}.ui.sticky.bound{position:absolute;left:auto;right:auto}.ui.sticky.fixed{position:fixed;left:auto;right:auto}.ui.sticky.bound.top,.ui.sticky.fixed.top{top:0;bottom:auto}.ui.sticky.bound.bottom,.ui.sticky.fixed.bottom{top:auto;bottom:0}.ui.native.sticky{position:-webkit-sticky;position:-moz-sticky;position:-ms-sticky;position:-o-sticky;position:sticky}/*! - * # Semantic UI 2.2.10 - Tab - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.ui.tab{display:none}.ui.tab.active,.ui.tab.open{display:block}.ui.tab.loading{position:relative;overflow:hidden;display:block;min-height:250px}.ui.tab.loading *{position:relative!important;left:-10000px!important}.ui.tab.loading.segment:before,.ui.tab.loading:before{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;border-radius:500rem;border:.2em solid rgba(0,0,0,.1)}.ui.tab.loading.segment:after,.ui.tab.loading:after{position:absolute;content:'';top:100px;left:50%;margin:-1.25em 0 0 -1.25em;width:2.5em;height:2.5em;-webkit-animation:button-spin .6s linear;animation:button-spin .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-radius:500rem;border-color:#767676 transparent transparent;border-style:solid;border-width:.2em;box-shadow:0 0 0 1px transparent}/*! - * # Semantic UI 2.2.10 - Transition - * http://github.com/semantic-org/semantic-ui/ - * - * - * Released under the MIT license - * http://opensource.org/licenses/MIT - * - */.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezier(.34,1.61,.7,1);animation-timing-function:cubic-bezier(.34,1.61,.7,1)}.drop.transition.in{-webkit-animation-name:dropIn;animation-name:dropIn}.drop.transition.out{-webkit-animation-name:dropOut;animation-name:dropOut}@-webkit-keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes dropIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}@keyframes dropOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}}.transition.fade.in{-webkit-animation-name:fadeIn;animation-name:fadeIn}.transition[class*="fade up"].in{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.transition[class*="fade down"].in{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.transition[class*="fade left"].in{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.transition[class*="fade right"].in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.transition.fade.out{-webkit-animation-name:fadeOut;animation-name:fadeOut}.transition[class*="fade up"].out{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}.transition[class*="fade down"].out{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.transition[class*="fade left"].out{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.transition[class*="fade right"].out{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(10%);transform:translateY(10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-10%);transform:translateY(-10%)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(10%);transform:translateX(10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-10%);transform:translateX(-10%)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(5%);transform:translateY(5%)}}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(5%);transform:translateX(5%)}}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-5%);transform:translateX(-5%)}}.flip.transition.in,.flip.transition.out{-webkit-animation-duration:.6s;animation-duration:.6s}.horizontal.flip.transition.in{-webkit-animation-name:horizontalFlipIn;animation-name:horizontalFlipIn}.horizontal.flip.transition.out{-webkit-animation-name:horizontalFlipOut;animation-name:horizontalFlipOut}.vertical.flip.transition.in{-webkit-animation-name:verticalFlipIn;animation-name:verticalFlipIn}.vertical.flip.transition.out{-webkit-animation-name:verticalFlipOut;animation-name:verticalFlipOut}@-webkit-keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@keyframes horizontalFlipIn{0%{-webkit-transform:perspective(2000px) rotateY(-90deg);transform:perspective(2000px) rotateY(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}}@-webkit-keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@keyframes verticalFlipIn{0%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}100%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}}@-webkit-keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@keyframes horizontalFlipOut{0%{-webkit-transform:perspective(2000px) rotateY(0);transform:perspective(2000px) rotateY(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateY(90deg);transform:perspective(2000px) rotateY(90deg);opacity:0}}@-webkit-keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}@keyframes verticalFlipOut{0%{-webkit-transform:perspective(2000px) rotateX(0);transform:perspective(2000px) rotateX(0);opacity:1}100%{-webkit-transform:perspective(2000px) rotateX(-90deg);transform:perspective(2000px) rotateX(-90deg);opacity:0}}.scale.transition.in{-webkit-animation-name:scaleIn;animation-name:scaleIn}.scale.transition.out{-webkit-animation-name:scaleOut;animation-name:scaleOut}@-webkit-keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes scaleOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(.9);transform:scale(.9)}}.transition.fly{-webkit-animation-duration:.6s;animation-duration:.6s;-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}.transition.fly.in{-webkit-animation-name:flyIn;animation-name:flyIn}.transition[class*="fly up"].in{-webkit-animation-name:flyInUp;animation-name:flyInUp}.transition[class*="fly down"].in{-webkit-animation-name:flyInDown;animation-name:flyInDown}.transition[class*="fly left"].in{-webkit-animation-name:flyInLeft;animation-name:flyInLeft}.transition[class*="fly right"].in{-webkit-animation-name:flyInRight;animation-name:flyInRight}.transition.fly.out{-webkit-animation-name:flyOut;animation-name:flyOut}.transition[class*="fly up"].out{-webkit-animation-name:flyOutUp;animation-name:flyOutUp}.transition[class*="fly down"].out{-webkit-animation-name:flyOutDown;animation-name:flyOutDown}.transition[class*="fly left"].out{-webkit-animation-name:flyOutLeft;animation-name:flyOutLeft}.transition[class*="fly right"].out{-webkit-animation-name:flyOutRight;animation-name:flyOutRight}@-webkit-keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes flyIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes flyInUp{0%{opacity:0;-webkit-transform:translate3d(0,1500px,0);transform:translate3d(0,1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInDown{0%{opacity:0;-webkit-transform:translate3d(0,-1500px,0);transform:translate3d(0,-1500px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInLeft{0%{opacity:0;-webkit-transform:translate3d(1500px,0,0);transform:translate3d(1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes flyInRight{0%{opacity:0;-webkit-transform:translate3d(-1500px,0,0);transform:translate3d(-1500px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes flyOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes flyOutUp{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes flyOutDown{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes flyOutRight{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes flyOutLeft{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.transition.slide.in,.transition[class*="slide down"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].in{-webkit-animation-name:slideInY;animation-name:slideInY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].in{-webkit-animation-name:slideInX;animation-name:slideInX;-webkit-transform-origin:center left;transform-origin:center left}.transition.slide.out,.transition[class*="slide down"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="slide up"].out{-webkit-animation-name:slideOutY;animation-name:slideOutY;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="slide left"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="slide right"].out{-webkit-animation-name:slideOutX;animation-name:slideOutX;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@keyframes slideInY{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}100%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}}@-webkit-keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes slideInX{0%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}100%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@keyframes slideOutY{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1)}100%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}}@-webkit-keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes slideOutX{0%{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}100%{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}}.transition.swing{-webkit-animation-duration:.8s;animation-duration:.8s}.transition[class*="swing down"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].in{-webkit-animation-name:swingInX;animation-name:swingInX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].in{-webkit-animation-name:swingInY;animation-name:swingInY;-webkit-transform-origin:center left;transform-origin:center left}.transition.swing.out,.transition[class*="swing down"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:top center;transform-origin:top center}.transition[class*="swing up"].out{-webkit-animation-name:swingOutX;animation-name:swingOutX;-webkit-transform-origin:bottom center;transform-origin:bottom center}.transition[class*="swing left"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center right;transform-origin:center right}.transition[class*="swing right"].out{-webkit-animation-name:swingOutY;animation-name:swingOutY;-webkit-transform-origin:center left;transform-origin:center left}@-webkit-keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@keyframes swingInX{0%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateX(15deg);transform:perspective(1000px) rotateX(15deg)}80%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}100%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}}@-webkit-keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@keyframes swingInY{0%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}40%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}60%{-webkit-transform:perspective(1000px) rotateY(-17.5deg);transform:perspective(1000px) rotateY(-17.5deg)}80%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}100%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}}@-webkit-keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@keyframes swingOutX{0%{-webkit-transform:perspective(1000px) rotateX(0);transform:perspective(1000px) rotateX(0)}40%{-webkit-transform:perspective(1000px) rotateX(-7.5deg);transform:perspective(1000px) rotateX(-7.5deg)}60%{-webkit-transform:perspective(1000px) rotateX(17.5deg);transform:perspective(1000px) rotateX(17.5deg)}80%{-webkit-transform:perspective(1000px) rotateX(-30deg);transform:perspective(1000px) rotateX(-30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateX(90deg);transform:perspective(1000px) rotateX(90deg);opacity:0}}@-webkit-keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}@keyframes swingOutY{0%{-webkit-transform:perspective(1000px) rotateY(0);transform:perspective(1000px) rotateY(0)}40%{-webkit-transform:perspective(1000px) rotateY(7.5deg);transform:perspective(1000px) rotateY(7.5deg)}60%{-webkit-transform:perspective(1000px) rotateY(-10deg);transform:perspective(1000px) rotateY(-10deg)}80%{-webkit-transform:perspective(1000px) rotateY(30deg);transform:perspective(1000px) rotateY(30deg);opacity:1}100%{-webkit-transform:perspective(1000px) rotateY(-90deg);transform:perspective(1000px) rotateY(-90deg);opacity:0}}.flash.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:flash;animation-name:flash}.shake.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:shake;animation-name:shake}.bounce.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:bounce;animation-name:bounce}.tada.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:tada;animation-name:tada}.pulse.transition{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:pulse;animation-name:pulse}.jiggle.transition{-webkit-animation-duration:750ms;animation-duration:750ms;-webkit-animation-name:jiggle;animation-name:jiggle}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,100%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-3deg);transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg)}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(.9);transform:scale(.9);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes jiggle{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}} \ No newline at end of file diff --git a/ansible/artifacts/sunbird/login/resources/css/styles.css b/ansible/artifacts/sunbird/login/resources/css/styles.css deleted file mode 100644 index a4f1b022a5cd0b3db43aa20db037773de20a4bd2..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/css/styles.css +++ /dev/null @@ -1,199 +0,0 @@ -/* - * Copyright 2016 Red Hat, Inc. and/or its affiliates - * and other contributors as indicated by the @author tags. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -@import url('../../keycloak/lib/zocial/zocial.css'); - -body { - background-color: #012951; - background-size: cover; - background-repeat: no-repeat; - color: #fff; - font-family: sans-serif; - /* text-shadow: 0px 0px 10px #000; */ - margin: 0px; -} - -a { - color: #fff; -} - -div#kc-logo { - background-image: url('../img/bkgrnd.png'); - background-repeat: no-repeat; - background-color: #fff; - background-size: contain; - height:110px; -} - -div#kc-locale { - display: none; -} - -div#kc-content { - position: absolute; - top: 30%; - left: 50%; - width: 550px; - margin-left: -225px; -} - -div#kc-form { - float: left; - width: 350px; -} - -div#kc-form label { - display: block; - font-size: 16px; -} - -div#info-area { - position: fixed; - bottom: 0; - left: 0; - margin-top: 40px; - background-color: rgba(0, 0, 0, 0.4); - padding: 20px; - width: 100%; -} - -div#info-area p { - margin-right: 30px; - display: inline; - text-shadow: none; -} - -input[type=text], input[type=password] { - color: #ddd; - font-size: 18px; - margin-bottom: 20px; - background-color: rgba(3,70,114,0.15); - border: 0px solid rgba(0,0,0,0.2); - box-shadow:inset 0 0 2px 2px rgba(0,0,0,0.15); - padding: 10px; - width: 296px; -} - -input[type=text]:hover, input[type=password]:hover { - background-color: rgba(3,70,114,0.4); -} - -input[type=submit] { - border: none; - background: #fff; - background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)); - background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)); - background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)); - box-shadow: 0px 0px 6px rgba(0,0,0,0.5); - /* color: rgba(0,0,0,0.6); */ - font-size: 14px; - font-weight: bold; - padding: 10px; - margin-top: 20px; - margin-right: 10px; - width: 150px; -} - -input[type=submit]:hover { - background-color: rgba(255,255,255,0.8); -} - -div#kc-form-options div { - display: inline; - margin-right: 20px; - font-size: 12px; -} - -div#kc-form-options div label { - font-size: 12px; -} - -div#kc-feedback { - box-shadow: 0px 0px 6px rgba(0,0,0,0.5); - position: fixed; - top: 0; - left: 0; - width: 100%; - text-align: center; -} - -div#kc-feedback-wrapper { - padding: 1em; -} - -div.feedback-success { - background-color: rgba(155,155,255,0.1); -} - -div.feedback-warning { - background-color: rgba(255,175,0,0.1); -} - -div.feedback-error { - background-color: rgba(255,0,0,0.1); -} - -div#kc-header { - display: none; -} - -div#kc-registration { - margin-bottom: 20px; -} - -div#social-login { - border-left: 1px solid rgba(255, 255, 255, 0.2); - float: right; - width: 150px; - padding: 20px 0 200px 40px; -} - -div.social-login span { - display: none; -} - -div#kc-social-providers ul { - list-style: none; - margin: 0; - padding: 0; -} - -div#kc-social-providers ul li { - margin-bottom: 20px; -} - -div#kc-social-providers ul li span { - display: inline; - width: 100px; -} - -a.zocial { - border: none; - background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important; - background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important; - background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important; - background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important; - box-shadow: 0px 0px 6px rgba(0,0,0,0.5); - color: rgba(0,0,0,0.6); - width: 130px; - text-shadow: none; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - padding-top: 0.2em; - padding-bottom: 0.2em; -} diff --git a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.eot b/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.eot deleted file mode 100644 index 33b2bb80055cc480e797de704925acaba4ba7d7d..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.eot and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.svg b/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.svg deleted file mode 100644 index 1ee89d4368d31a368817a842f14d53f7a64c3038..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.svg +++ /dev/null @@ -1,565 +0,0 @@ -<?xml version="1.0" standalone="no"?> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" > -<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"> -<metadata></metadata> -<defs> -<font id="fontawesomeregular" horiz-adv-x="1536" > -<font-face units-per-em="1792" ascent="1536" descent="-256" /> -<missing-glyph horiz-adv-x="448" /> -<glyph unicode=" " horiz-adv-x="448" /> -<glyph unicode="	" horiz-adv-x="448" /> -<glyph unicode=" " horiz-adv-x="448" /> -<glyph unicode="¨" horiz-adv-x="1792" /> -<glyph unicode="©" horiz-adv-x="1792" /> -<glyph unicode="®" horiz-adv-x="1792" /> -<glyph unicode="´" horiz-adv-x="1792" /> -<glyph unicode="Æ" horiz-adv-x="1792" /> -<glyph unicode="Ø" horiz-adv-x="1792" /> -<glyph unicode=" " horiz-adv-x="768" /> -<glyph unicode=" " horiz-adv-x="1537" /> -<glyph unicode=" " horiz-adv-x="768" /> -<glyph unicode=" " horiz-adv-x="1537" /> -<glyph unicode=" " horiz-adv-x="512" /> -<glyph unicode=" " horiz-adv-x="384" /> -<glyph unicode=" " horiz-adv-x="256" /> -<glyph unicode=" " horiz-adv-x="256" /> -<glyph unicode=" " horiz-adv-x="192" /> -<glyph unicode=" " horiz-adv-x="307" /> -<glyph unicode=" " horiz-adv-x="85" /> -<glyph unicode=" " horiz-adv-x="307" /> -<glyph unicode=" " horiz-adv-x="384" /> -<glyph unicode="™" horiz-adv-x="1792" /> -<glyph unicode="∞" horiz-adv-x="1792" /> -<glyph unicode="≠" horiz-adv-x="1792" /> -<glyph unicode="◼" horiz-adv-x="500" d="M0 0z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" /> -<glyph unicode="" d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89 t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5 t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13 t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" /> -<glyph unicode="" horiz-adv-x="1792" d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600 q-18 -18 -44 -18z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455 l502 -73q56 -9 56 -46z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500 l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1408 131q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q9 0 42 -21.5t74.5 -48t108 -48t133.5 -21.5t133.5 21.5t108 48t74.5 48t42 21.5q61 0 111.5 -20t85.5 -53.5t62 -81 t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128 q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45 t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128 q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19 t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" /> -<glyph unicode="" horiz-adv-x="1664" d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38 h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" /> -<glyph unicode="" horiz-adv-x="1792" d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28 h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68 t-28 -68l-294 -294l294 -294q28 -28 28 -68z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5 t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z " /> -<glyph unicode="" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5 t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="1792" d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" /> -<glyph unicode="" d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38 q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13 l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22 q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832 q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z " /> -<glyph unicode="" d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256 q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136 q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" /> -<glyph unicode="" d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273 t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198 t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1023 576h316q-1 3 -2.5 8t-2.5 8l-212 496h-708l-212 -496q-1 -2 -2.5 -8t-2.5 -8h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552 q25 -61 25 -123z" /> -<glyph unicode="" d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q14 0 25 -9 l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" /> -<glyph unicode="" d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117 q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5 q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5 t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47 t47 -113z" /> -<glyph unicode="" horiz-adv-x="1152" d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" /> -<glyph unicode="" horiz-adv-x="1792" d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48 t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78 t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5 t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" /> -<glyph unicode="" horiz-adv-x="768" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1152" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" /> -<glyph unicode="" horiz-adv-x="1664" d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 35.5 t12 57t-12 57t-29 35.5t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5 t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289 t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" /> -<glyph unicode="" horiz-adv-x="1792" d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" /> -<glyph unicode="" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91z" /> -<glyph unicode="" horiz-adv-x="1920" d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5 l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23 q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906 q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5 t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" /> -<glyph unicode="" horiz-adv-x="1664" d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68 v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136 q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57 q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -4 -0.5 -13t-0.5 -13q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5 q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" /> -<glyph unicode="" horiz-adv-x="1408" d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142 q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5 t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68.5 -0.5t67.5 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5 t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" /> -<glyph unicode="" horiz-adv-x="1024" d="M0 -126l17 85q6 2 81.5 21.5t111.5 37.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5 q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2 t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5 q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27 q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" /> -<glyph unicode="" d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1 t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27 q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5 t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49 t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19 h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45 t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5 t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344 q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192 q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5 t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088 q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5 q39 -17 39 -59z" /> -<glyph unicode="" horiz-adv-x="1920" d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216 q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" /> -<glyph unicode="" d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38 q53 0 91 -38l235 -234q37 -39 37 -91z" /> -<glyph unicode="" horiz-adv-x="1024" d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" /> -<glyph unicode="" d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362 q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" /> -<glyph unicode="" horiz-adv-x="1792" d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92 l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832 q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5 t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832 q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110 q24 -24 24 -57t-24 -57z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45 t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" /> -<glyph unicode="" horiz-adv-x="1024" d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 11 13 19l710 710 q19 19 32 13t13 -32v-710q4 11 13 19z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-8 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q5 11 13 19z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" /> -<glyph unicode="" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" /> -<glyph unicode="" d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1664" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" /> -<glyph unicode="" horiz-adv-x="1792" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v710q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19l-710 -710 q-19 -19 -32 -13t-13 32v710q-5 -10 -13 -19z" /> -<glyph unicode="" horiz-adv-x="1024" d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q8 -8 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-5 -10 -13 -19z" /> -<glyph unicode="" horiz-adv-x="1538" d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" /> -<glyph unicode="" d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5 t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5 t103 -385.5z" /> -<glyph unicode="" d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19 q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59 q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23 t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109 q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143 q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" /> -<glyph unicode="" d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23 l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5 t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198 t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61 t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" /> -<glyph unicode="" d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5 t32.5 -90.5z" /> -<glyph unicode="" d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651 q37 -39 37 -91z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22 t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" /> -<glyph unicode="" d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332 q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" /> -<glyph unicode="" d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45 t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154 q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" /> -<glyph unicode="" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192 q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" /> -<glyph unicode="" d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320 q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5 t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268 q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-30 0 -51 11t-31 24t-27 42q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5 t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1 q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5 t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" /> -<glyph unicode="" horiz-adv-x="1792" d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9 q-105 -188 -315 -566t-316 -567l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5 q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z " /> -<glyph unicode="" horiz-adv-x="1792" d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185 q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9 q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" /> -<glyph unicode="" horiz-adv-x="1664" d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64 q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47 h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="1792" d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1 t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5 v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111 t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281 q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" /> -<glyph unicode="" d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384 q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -11 7 -21 zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z " /> -<glyph unicode="" horiz-adv-x="1664" d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45 t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5 t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" /> -<glyph unicode="" horiz-adv-x="768" d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" /> -<glyph unicode="" horiz-adv-x="2048" d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" /> -<glyph unicode="" d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4 q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5 t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960z" /> -<glyph unicode="" horiz-adv-x="1792" d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5 t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280 q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26 l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5 t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" /> -<glyph unicode="" horiz-adv-x="1920" d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -10 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5 l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7 l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -9 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31 q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20 t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68 q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70 q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224 q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7 q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" /> -<glyph unicode="" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5 t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769 q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128 q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" /> -<glyph unicode="" d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 32 18 69t-17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5 t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5 h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -74 49 -163z" /> -<glyph unicode="" horiz-adv-x="896" d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559 q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5 q224 0 351 -124t127 -344z" /> -<glyph unicode="" horiz-adv-x="1664" d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704 q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" /> -<glyph unicode="" d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5 q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1152" d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38 t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320 q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" /> -<glyph unicode="" d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5 q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91 t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96 q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" /> -<glyph unicode="" d="M394 184q-8 -9 -20 3q-13 11 -4 19q8 9 20 -3q12 -11 4 -19zM352 245q9 -12 0 -19q-8 -6 -17 7t0 18q9 7 17 -6zM291 305q-5 -7 -13 -2q-10 5 -7 12q3 5 13 2q10 -5 7 -12zM322 271q-6 -7 -16 3q-9 11 -2 16q6 6 16 -3q9 -11 2 -16zM451 159q-4 -12 -19 -6q-17 4 -13 15 t19 7q16 -5 13 -16zM514 154q0 -11 -16 -11q-17 -2 -17 11q0 11 16 11q17 2 17 -11zM572 164q2 -10 -14 -14t-18 8t14 15q16 2 18 -9zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-224q-16 0 -24.5 1t-19.5 5t-16 14.5t-5 27.5v239q0 97 -52 142q57 6 102.5 18t94 39 t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103 q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -103t0.5 -68q0 -22 -11 -33.5t-22 -13t-33 -1.5 h-224q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92 t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" /> -<glyph unicode="" d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5 q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44 q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5 q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -10 1 -18.5t3 -17t4 -13.5t6.5 -16t6.5 -17q16 -40 25 -118.5t9 -136.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -52.5 3.5t-57.5 12.5t-47.5 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-128 79 -264.5 215.5t-215.5 264.5q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47.5t-12.5 57.5t-3.5 52.5 q0 92 51 186q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174 q2 -1 19 -11.5t24 -14t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832 q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289 q0 34 19.5 62t52.5 41q21 9 44 9h1048z" /> -<glyph unicode="" d="M1280 343q0 11 -2 16q-3 8 -38.5 29.5t-88.5 49.5l-53 29q-5 3 -19 13t-25 15t-21 5q-18 0 -47 -32.5t-57 -65.5t-44 -33q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170.5 126.5t-126.5 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5t-3.5 16.5q0 13 20.5 33.5t45 38.5 t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5t320.5 -216.5q6 -2 30 -11t33 -12.5 t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41 q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" /> -<glyph unicode="" horiz-adv-x="1024" d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" /> -<glyph unicode="" d="M1536 640q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -39.5 7t-12.5 30v211q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 121 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-86 13.5 q-44 -113 -7 -204q-79 -85 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-40 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23 q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -89t0.5 -54q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5 t316.5 -131.5t131.5 -316.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608 q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" /> -<glyph unicode="" horiz-adv-x="1408" d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5 t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294 q187 -186 294 -425.5t120 -501.5z" /> -<glyph unicode="" d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5 h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75 l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5 t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" /> -<glyph unicode="" horiz-adv-x="1792" d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5 t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" /> -<glyph unicode="" d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70 l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70 l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" /> -<glyph unicode="" horiz-adv-x="1792" d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106 q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43 q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5 t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-2 3 -3.5 4.5t-4 4.5t-4.5 5q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576 q-50 0 -89 -38.5t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45 t45 -19t45 19t19 45zM1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128 q0 122 81.5 189t206.5 67q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" /> -<glyph unicode="" d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576 q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5 t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76 q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" /> -<glyph unicode="" d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33 t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580 q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100 q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" /> -<glyph unicode="" d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11 q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 10.5t-9.5 10.5q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5 q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5 q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5 t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-5 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3 q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25 q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5 t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5 t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10t17 -20q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21 q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5 q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3 q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5 t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q7 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5 q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7 q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" /> -<glyph unicode="" horiz-adv-x="1664" d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5 t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19 t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" /> -<glyph unicode="" horiz-adv-x="1792" d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68 t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" /> -<glyph unicode="" d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144 l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z " /> -<glyph unicode="" horiz-adv-x="1920" d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5 t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75 t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5 t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26 l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15 t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207 q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z " /> -<glyph unicode="" horiz-adv-x="1664" d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" /> -<glyph unicode="" horiz-adv-x="1792" d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84 q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148 q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108 q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6 q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299 h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181 l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235 z" /> -<glyph unicode="" d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5 h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" /> -<glyph unicode="" d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45 t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5 t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362 q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5 t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 122t0.5 121v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5 t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 97 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6 l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -55 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23 l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" /> -<glyph unicode="" d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47 q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41 q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472 q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" /> -<glyph unicode="" horiz-adv-x="1664" d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23 v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192 q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192 q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113 z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276 l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" /> -<glyph unicode="" horiz-adv-x="1792" d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5 t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38 t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" /> -<glyph unicode="" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134 q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33 q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5 t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5 t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" /> -<glyph unicode="" d="M829 318q0 -76 -58.5 -112.5t-139.5 -36.5q-41 0 -80.5 9.5t-75.5 28.5t-58 53t-22 78q0 46 25 80t65.5 51.5t82 25t84.5 7.5q20 0 31 -2q2 -1 23 -16.5t26 -19t23 -18t24.5 -22t19 -22.5t17 -26t9 -26.5t4.5 -31.5zM755 863q0 -60 -33 -99.5t-92 -39.5q-53 0 -93 42.5 t-57.5 96.5t-17.5 106q0 61 32 104t92 43q53 0 93.5 -45t58 -101t17.5 -107zM861 1120l88 64h-265q-85 0 -161 -32t-127.5 -98t-51.5 -153q0 -93 64.5 -154.5t158.5 -61.5q22 0 43 3q-13 -29 -13 -54q0 -44 40 -94q-175 -12 -257 -63q-47 -29 -75.5 -73t-28.5 -95 q0 -43 18.5 -77.5t48.5 -56.5t69 -37t77.5 -21t76.5 -6q60 0 120.5 15.5t113.5 46t86 82.5t33 117q0 49 -20 89.5t-49 66.5t-58 47.5t-49 44t-20 44.5t15.5 42.5t37.5 39.5t44 42t37.5 59.5t15.5 82.5q0 60 -22.5 99.5t-72.5 90.5h83zM1152 672h128v64h-128v128h-64v-128 h-128v-64h128v-160h64v160zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M735 740q0 -36 32 -70.5t77.5 -68t90.5 -73.5t77 -104t32 -142q0 -90 -48 -173q-72 -122 -211 -179.5t-298 -57.5q-132 0 -246.5 41.5t-171.5 137.5q-37 60 -37 131q0 81 44.5 150t118.5 115q131 82 404 100q-32 42 -47.5 74t-15.5 73q0 36 21 85q-46 -4 -68 -4 q-148 0 -249.5 96.5t-101.5 244.5q0 82 36 159t99 131q77 66 182.5 98t217.5 32h418l-138 -88h-131q74 -63 112 -133t38 -160q0 -72 -24.5 -129.5t-59 -93t-69.5 -65t-59.5 -61.5t-24.5 -66zM589 836q38 0 78 16.5t66 43.5q53 57 53 159q0 58 -17 125t-48.5 129.5 t-84.5 103.5t-117 41q-42 0 -82.5 -19.5t-65.5 -52.5q-47 -59 -47 -160q0 -46 10 -97.5t31.5 -103t52 -92.5t75 -67t96.5 -26zM591 -37q58 0 111.5 13t99 39t73 73t27.5 109q0 25 -7 49t-14.5 42t-27 41.5t-29.5 35t-38.5 34.5t-36.5 29t-41.5 30t-36.5 26q-16 2 -48 2 q-53 0 -105 -7t-107.5 -25t-97 -46t-68.5 -74.5t-27 -105.5q0 -70 35 -123.5t91.5 -83t119 -44t127.5 -14.5zM1401 839h213v-108h-213v-219h-105v219h-212v108h212v217h105v-217z" /> -<glyph unicode="" horiz-adv-x="1920" d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384 v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" /> -<glyph unicode="" horiz-adv-x="640" d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="640" d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" /> -<glyph unicode="" horiz-adv-x="1664" d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123 q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" /> -<glyph unicode="" d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329 q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" /> -<glyph unicode="" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5 t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14 q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28 q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" /> -<glyph unicode="" horiz-adv-x="1792" d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5 t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5 t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29 q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> -<glyph unicode="" horiz-adv-x="1792" d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640 q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5 t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257 t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5 t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129 q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" /> -<glyph unicode="" horiz-adv-x="896" d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320 q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68 z" /> -<glyph unicode="" horiz-adv-x="1664" d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97 q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69 q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28 h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" /> -<glyph unicode="" horiz-adv-x="1024" d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134 q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47 q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5 t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9 q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088 q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56 t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68 t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5 t271.5 -112.5t112.5 -271.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48 t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252 t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" /> -<glyph unicode="" horiz-adv-x="1792" d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66 t66 -158z" /> -<glyph unicode="" horiz-adv-x="1792" d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5 t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45 t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45 t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704 q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" /> -<glyph unicode="" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1408" d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5 t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320 v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1920" d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5 t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152 q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32 q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96 q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q261 -58 287 -93z" /> -<glyph unicode="" horiz-adv-x="1664" d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" /> -<glyph unicode="" d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1024" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23 l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1152" d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393 q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1152" d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23 t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="640" d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="640" d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1152" d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1152" d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19 t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" /> -<glyph unicode="" horiz-adv-x="1920" d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" /> -<glyph unicode="" horiz-adv-x="1152" d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832 q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" /> -<glyph unicode="" horiz-adv-x="768" d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136 q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" /> -<glyph unicode="" d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103 t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" /> -<glyph unicode="" horiz-adv-x="1664" d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216 v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" /> -<glyph unicode="" horiz-adv-x="1792" d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5 t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5 q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" /> -<glyph unicode="" d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19 l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" /> -<glyph unicode="" horiz-adv-x="1664" d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320 q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86 t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218 q0 -87 -27 -168q136 -160 136 -398z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320 q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68 v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z " /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5 t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204 t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150 t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" /> -<glyph unicode="" horiz-adv-x="1920" d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16 h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16 h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96 q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896 h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9 h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102 q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" /> -<glyph unicode="" horiz-adv-x="1792" d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2 q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266 q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8 q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" /> -<glyph unicode="" horiz-adv-x="1664" d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9 t9 -23z" /> -<glyph unicode="" horiz-adv-x="1920" d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5 l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1 q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5 l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23 v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1024" d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5 q-2 -287 -226 -414q-68 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497 q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" /> -<glyph unicode="" horiz-adv-x="1664" d="M439 265l-256 -256q-10 -9 -23 -9q-12 0 -23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320 q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18 l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9 t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" /> -<glyph unicode="" horiz-adv-x="1024" d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5 t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" /> -<glyph unicode="" horiz-adv-x="640" d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192 q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="640" d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" /> -<glyph unicode="" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1534 846v-206h-514l-3 27 q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5t-65.5 -51.5t-30.5 -63h232v80 h126z" /> -<glyph unicode="" d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3l-9 -21q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109zM1536 -50v-206h-514l-4 27 q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73h232v80h126z" /> -<glyph unicode="" horiz-adv-x="1920" d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5 t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89 q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117 q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" /> -<glyph unicode="" horiz-adv-x="1152" d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5 t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" /> -<glyph unicode="" horiz-adv-x="1408" d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128 q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23 t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150 t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1664" d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280 q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="1408" d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800 q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113 q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1 q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" /> -<glyph unicode="" d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5 t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" /> -<glyph unicode="" horiz-adv-x="1792" d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" /> -<glyph unicode="" horiz-adv-x="1792" d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-13 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352 q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19 t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1152" d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181 v-320h736z" /> -<glyph unicode="" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150 t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640 q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" /> -<glyph unicode="" horiz-adv-x="384" d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192 q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" /> -<glyph unicode="" d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 232 -177 396t-396 177q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128q13 0 23 10 t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56 q16 -8 32 -8q17 0 32 9z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136 t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" /> -<glyph unicode="" d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5 t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" /> -<glyph unicode="" horiz-adv-x="1024" d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" /> -<glyph unicode="" d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5 t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q10 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5 t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5 t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9 t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26 l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7 q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43 t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5 t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50 t53 -63.5t31.5 -76.5t13 -94z" /> -<glyph unicode="" horiz-adv-x="898" d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102 q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1027" d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61 l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128 q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" /> -<glyph unicode="" horiz-adv-x="1792" d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23 t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28 q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164 l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30 t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" /> -<glyph unicode="" d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" /> -<glyph unicode="" d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704 q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23 v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162 l230 -662h70z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150 v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248 v119h121z" /> -<glyph unicode="" horiz-adv-x="1792" d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832 q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192 q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" /> -<glyph unicode="" d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23 zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5 t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" /> -<glyph unicode="" d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9 t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13 q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76 q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5 t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" /> -<glyph unicode="" horiz-adv-x="1664" d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135 t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121 t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" /> -<glyph unicode="" d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 16 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15 q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38 q21 -28 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5 q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78l24 -69t23 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38q-51 0 -78 -38 q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960 q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73 q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51 q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99 q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-37 -51 -106 -51q-67 0 -105 51 q-28 38 -28 118v175q0 80 28 117q38 51 105 51q69 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" /> -<glyph unicode="" horiz-adv-x="1408" d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942 q25 45 64 45h241q22 0 31 -15z" /> -<glyph unicode="" d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1 l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1280 640q0 37 -30 54l-512 320q-31 20 -65 2q-33 -18 -33 -56v-640q0 -38 33 -56q16 -8 31 -8q20 0 34 10l512 320q30 17 30 54zM1792 640q0 -96 -1 -150t-8.5 -136.5t-22.5 -147.5q-16 -73 -69 -123t-124 -58q-222 -25 -671 -25t-671 25q-71 8 -124.5 58t-69.5 123 q-14 65 -21.5 147.5t-8.5 136.5t-1 150t1 150t8.5 136.5t22.5 147.5q16 73 69 123t124 58q222 25 671 25t671 -25q71 -8 124.5 -58t69.5 -123q14 -65 21.5 -147.5t8.5 -136.5t1 -150z" /> -<glyph unicode="" horiz-adv-x="1792" d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" /> -<glyph unicode="" horiz-adv-x="1408" d="M928 135v-151l-707 -1v151zM1169 481v-701l-1 -35v-1h-1132l-35 1h-1v736h121v-618h928v618h120zM241 393l704 -65l-13 -150l-705 65zM309 709l683 -183l-39 -146l-683 183zM472 1058l609 -360l-77 -130l-609 360zM832 1389l398 -585l-124 -85l-399 584zM1285 1536 l121 -697l-149 -26l-121 697z" /> -<glyph unicode="" d="M1362 110v648h-135q20 -63 20 -131q0 -126 -64 -232.5t-174 -168.5t-240 -62q-197 0 -337 135.5t-140 327.5q0 68 20 131h-141v-648q0 -26 17.5 -43.5t43.5 -17.5h1069q25 0 43 17.5t18 43.5zM1078 643q0 124 -90.5 211.5t-218.5 87.5q-127 0 -217.5 -87.5t-90.5 -211.5 t90.5 -211.5t217.5 -87.5q128 0 218.5 87.5t90.5 211.5zM1362 1003v165q0 28 -20 48.5t-49 20.5h-174q-29 0 -49 -20.5t-20 -48.5v-165q0 -29 20 -49t49 -20h174q29 0 49 20t20 49zM1536 1211v-1142q0 -81 -58 -139t-139 -58h-1142q-81 0 -139 58t-58 139v1142q0 81 58 139 t139 58h1142q81 0 139 -58t58 -139z" /> -<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150 t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" /> -<glyph unicode="" d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22 t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18 t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5 t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" /> -<glyph unicode="" d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5 t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120 v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14 q78 2 134 29z" /> -<glyph unicode="" d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="768" d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" /> -<glyph unicode="" horiz-adv-x="768" d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q112 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65 q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" /> -<glyph unicode="" horiz-adv-x="1664" d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" /> -<glyph unicode="" horiz-adv-x="1408" d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30 t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5 h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" /> -<glyph unicode="" d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-7 -10 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7 q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15 q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5 t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19 q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63 q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18l-4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92 q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152 q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-14 -1 -7 -7l4 -2 q14 -4 18 -31q0 -3 8 2zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5t-30 -18.5 t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43q-19 4 -51 9.5 t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49t-14 -48 q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54q110 143 124 195 q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5t-40.5 -33.5t-61 -14 q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5t15.5 47.5q1 -31 8 -56.5 t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" /> -<glyph unicode="" d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81 t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19 q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -6 6.5 -17.5t7.5 -16.5q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6 t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5 t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5 q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80 q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324 l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" /> -<glyph unicode="" d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408 q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43 q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" /> -<glyph unicode="" d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4 l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94 q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" /> -<glyph unicode="" d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61 t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536 q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207 q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19 t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-78 -100 -90 -131q-17 -41 14 -81q17 -21 81 -82h1l1 -1l1 -1l2 -2q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58 t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6 q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q17 19 38 30q53 26 239 24 q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2 q39 5 64 -2.5t31 -16.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12 q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422 q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178 q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" /> -<glyph unicode="" d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495 q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5 t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56 t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -5 1 -50.5t-1 -71.5q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5 t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z " /> -<glyph unicode="" d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198 t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5 t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128 q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 16 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" /> -<glyph unicode="" d="M1254 899q16 85 -21 132q-52 65 -187 45q-17 -3 -41 -12.5t-57.5 -30.5t-64.5 -48.5t-59.5 -70t-44.5 -91.5q80 7 113.5 -16t26.5 -99q-5 -52 -52 -143q-43 -78 -71 -99q-44 -32 -87 14q-23 24 -37.5 64.5t-19 73t-10 84t-8.5 71.5q-23 129 -34 164q-12 37 -35.5 69 t-50.5 40q-57 16 -127 -25q-54 -32 -136.5 -106t-122.5 -102v-7q16 -8 25.5 -26t21.5 -20q21 -3 54.5 8.5t58 10.5t41.5 -30q11 -18 18.5 -38.5t15 -48t12.5 -40.5q17 -46 53 -187q36 -146 57 -197q42 -99 103 -125q43 -12 85 -1.5t76 31.5q131 77 250 237 q104 139 172.5 292.5t82.5 226.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1152" d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160 q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1408" d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832 q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="2176" d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40 t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29 q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9 q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102 t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" /> -<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69 q-46 32 -141.5 92.5t-142.5 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13 t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5 t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21 t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286 t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273 t273 -182.5t331.5 -68z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" /> -<glyph unicode="" horiz-adv-x="2048" d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64 q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" /> -<glyph unicode="" horiz-adv-x="2304" d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433 q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" /> -<glyph unicode="" d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q43 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0 q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" /> -<glyph unicode="" horiz-adv-x="1280" d="M981 197q0 25 -7 49t-14.5 42t-27 41.5t-29.5 35t-38.5 34.5t-36.5 29t-41.5 30t-36.5 26q-16 2 -49 2q-53 0 -104.5 -7t-107 -25t-97 -46t-68.5 -74.5t-27 -105.5q0 -56 23.5 -102t61 -75.5t87 -50t100 -29t101.5 -8.5q58 0 111.5 13t99 39t73 73t27.5 109zM864 1055 q0 59 -17 125.5t-48 129t-84 103.5t-117 41q-42 0 -82.5 -19.5t-66.5 -52.5q-46 -59 -46 -160q0 -46 10 -97.5t31.5 -103t52 -92.5t75 -67t96.5 -26q37 0 77.5 16.5t65.5 43.5q53 56 53 159zM752 1536h417l-137 -88h-132q75 -63 113 -133t38 -160q0 -72 -24.5 -129.5 t-59.5 -93t-69.5 -65t-59 -61.5t-24.5 -66q0 -36 32 -70.5t77 -68t90.5 -73.5t77.5 -104t32 -142q0 -91 -49 -173q-71 -122 -209.5 -179.5t-298.5 -57.5q-132 0 -246.5 41.5t-172.5 137.5q-36 59 -36 131q0 81 44.5 150t118.5 115q131 82 404 100q-32 41 -47.5 73.5 t-15.5 73.5q0 40 21 85q-46 -4 -68 -4q-148 0 -249.5 96.5t-101.5 244.5q0 82 36 159t99 131q76 66 182 98t218 32z" /> -<glyph unicode="" horiz-adv-x="2304" d="M1509 107q0 -14 -12 -29q-52 -59 -147.5 -83t-196.5 -24q-252 0 -346 107q-12 15 -12 29q0 17 12 29.5t29 12.5q15 0 30 -12q58 -49 125.5 -66t159.5 -17t160 17t127 66q15 12 30 12q17 0 29 -12.5t12 -29.5zM978 498q0 -61 -43 -104t-104 -43q-60 0 -104.5 43.5 t-44.5 103.5q0 61 44 105t105 44t104 -44t43 -105zM1622 498q0 -61 -43 -104t-104 -43q-60 0 -104.5 43.5t-44.5 103.5q0 61 44 105t105 44t104 -44t43 -105zM415 793q-39 27 -88 27q-66 0 -113 -47t-47 -113q0 -72 54 -121q53 141 194 254zM2020 382q0 222 -249 387 q-128 85 -291.5 126.5t-331.5 41.5t-331.5 -41.5t-292.5 -126.5q-249 -165 -249 -387t249 -387q129 -85 292.5 -126.5t331.5 -41.5t331.5 41.5t291.5 126.5q249 165 249 387zM2137 660q0 66 -47 113t-113 47q-50 0 -93 -30q140 -114 192 -256q61 48 61 126zM1993 1335 q0 49 -34.5 83.5t-82.5 34.5q-49 0 -83.5 -34.5t-34.5 -83.5q0 -48 34.5 -82.5t83.5 -34.5q48 0 82.5 34.5t34.5 82.5zM2220 660q0 -65 -33 -122t-89 -90q5 -35 5 -66q0 -139 -79 -255.5t-208 -201.5q-140 -92 -313.5 -136.5t-354.5 -44.5t-355 44.5t-314 136.5 q-129 85 -208 201.5t-79 255.5q0 36 6 71q-53 33 -83.5 88.5t-30.5 118.5q0 100 71 171.5t172 71.5q91 0 159 -60q265 170 638 177l144 456q10 29 40 29q24 0 384 -90q24 55 74 88t110 33q82 0 141 -59t59 -142t-59 -141.5t-141 -58.5q-83 0 -141.5 58.5t-59.5 140.5 l-339 80l-125 -395q349 -15 603 -179q71 63 163 63q101 0 172 -71.5t71 -171.5z" /> -<glyph unicode="" d="M950 393q7 7 17.5 7t17.5 -7t7 -18t-7 -18q-65 -64 -208 -64h-1h-1q-143 0 -207 64q-8 7 -8 18t8 18q7 7 17.5 7t17.5 -7q49 -51 172 -51h1h1q122 0 173 51zM671 613q0 -37 -26 -64t-63 -27t-63 27t-26 64t26 63t63 26t63 -26t26 -63zM1214 1049q-29 0 -50 21t-21 50 q0 30 21 51t50 21q30 0 51 -21t21 -51q0 -29 -21 -50t-51 -21zM1216 1408q132 0 226 -94t94 -227v-894q0 -133 -94 -227t-226 -94h-896q-132 0 -226 94t-94 227v894q0 133 94 227t226 94h896zM1321 596q35 14 57 45.5t22 70.5q0 51 -36 87.5t-87 36.5q-60 0 -98 -48 q-151 107 -375 115l83 265l206 -49q1 -50 36.5 -85t84.5 -35q50 0 86 35.5t36 85.5t-36 86t-86 36q-36 0 -66 -20.5t-45 -53.5l-227 54q-9 2 -17.5 -2.5t-11.5 -14.5l-95 -302q-224 -4 -381 -113q-36 43 -93 43q-51 0 -87 -36.5t-36 -87.5q0 -37 19.5 -67.5t52.5 -45.5 q-7 -25 -7 -54q0 -98 74 -181.5t201.5 -132t278.5 -48.5q150 0 277.5 48.5t201.5 132t74 181.5q0 27 -6 54zM971 702q37 0 63 -26t26 -63t-26 -64t-63 -27t-63 27t-26 64t26 63t63 26z" /> -<glyph unicode="" d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150 v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103 t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328 v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" /> -<glyph unicode="" d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5 t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123 v-369h123z" /> -<glyph unicode="" d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101 v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="2038" d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14 q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24 q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33 q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5 t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43 q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5 t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13 t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" /> -<glyph unicode="" d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10 q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14 q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14 t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44 q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" /> -<glyph unicode="" d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5 t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5 q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126 t135.5 51q85 0 145 -60.5t60 -145.5z" /> -<glyph unicode="" d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5 q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28 q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11 q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q106 35 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5 q20 0 20 -21v-418z" /> -<glyph unicode="" horiz-adv-x="1792" d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48 l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23 t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128 q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128 q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" /> -<glyph unicode="" d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9 t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64 q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64 q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9 t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64 q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64 q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9 t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68t68 28t68 -28l228 -228h368l228 228q28 28 68 28t68 -28t28 -68t-28 -68zM864 1152q0 -93 -65.5 -158.5 t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" /> -<glyph unicode="" horiz-adv-x="1664" d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5 q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819 q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5 t100.5 134t141.5 55.5z" /> -<glyph unicode="" horiz-adv-x="768" d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z " /> -<glyph unicode="" horiz-adv-x="2304" d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67 t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-5 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70 v-400l434 -186q36 -16 57 -48t21 -70z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658 q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204 q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" /> -<glyph unicode="" d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5 t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217 t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5 q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89 q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" /> -<glyph unicode="" d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5 q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5 q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z " /> -<glyph unicode="" horiz-adv-x="1792" d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188 l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5 t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1 q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" /> -<glyph unicode="" horiz-adv-x="2048" d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384 q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5 l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5 t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" /> -<glyph unicode="" d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384 q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" /> -<glyph unicode="" d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64 q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37 q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1024" d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" /> -<glyph unicode="" horiz-adv-x="2304" d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11 q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245 q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785 l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242 q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236q0 -11 -8 -19 t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786q-13 2 -22 11t-9 22v899 q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" /> -<glyph unicode="" d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127 t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5 t-103 128v128q0 69 103 128t280 93.5t385 34.5z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197 q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8 q-1 1 -1 2t-0.5 1.5t-0.5 1.5q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4l-3 21q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5t-3.5 -21.5l-4 -21h-4l-2 21 q-2 26 -7 46l-99 438h90v107h-300z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107 h-290v-107h68l189 -272l-194 -283h-68z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" /> -<glyph unicode="" d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400 v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79 q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5 q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" /> -<glyph unicode="" d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243 l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" /> -<glyph unicode="" d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406 q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" /> -<glyph unicode="" horiz-adv-x="1792" d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546 q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94 q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55 t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97q14 -16 29.5 -34t34.5 -40t29 -34q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5 t-85 -189.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194 q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5 t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348q0 222 101 414.5t276.5 317t390.5 155.5v-260q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5 q0 230 -145.5 406t-366.5 221v260q215 -31 390.5 -155.5t276.5 -317t101 -414.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41 t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170 t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136 q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" /> -<glyph unicode="" horiz-adv-x="1792" d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251 l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162 q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33 q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5 t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71 t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" /> -<glyph unicode="" d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85 q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392 q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072 q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58 q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47 q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171 v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" /> -<glyph unicode="" d="M825 547l343 588h-150q-21 -39 -63.5 -118.5t-68 -128.5t-59.5 -118.5t-60 -128.5h-3q-21 48 -44.5 97t-52 105.5t-46.5 92t-54 104.5t-49 95h-150l323 -589v-435h134v436zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960 q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5 t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153 t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5 q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20 t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5 t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" /> -<glyph unicode="" horiz-adv-x="2048" d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25 q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5 q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109 q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137 l863 639l-478 -797z" /> -<glyph unicode="" d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5 t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23 t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" /> -<glyph unicode="" d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103 t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15 t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2 t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160 q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5 q0 -26 -12 -48t-36 -22z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179 q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" /> -<glyph unicode="" d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256 q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" /> -<glyph unicode="" d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5 t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" /> -<glyph unicode="" d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5 t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5 t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91 q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9 t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323 l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" /> -<glyph unicode="" horiz-adv-x="1792" d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23 v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192 q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23 zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5 t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" /> -<glyph unicode="" horiz-adv-x="1792" d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1755 1083q37 -37 37 -90t-37 -91l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234l401 400 q38 37 91 37t90 -37z" /> -<glyph unicode="" horiz-adv-x="1792" d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5 t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q3 -2 11 -7 t11 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" /> -<glyph unicode="" horiz-adv-x="1792" d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" /> -<glyph unicode="" d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36 q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q70 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5 t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87 q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19 t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121 q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" /> -<glyph unicode="" horiz-adv-x="1792" d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5 t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5 t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5 t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38 h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1112 1090q0 159 -237 159h-70q-32 0 -59.5 -21.5t-34.5 -52.5l-63 -276q-2 -5 -2 -16q0 -24 17 -39.5t41 -15.5h53q69 0 128.5 13t112.5 41t83.5 81.5t30.5 126.5zM1716 938q0 -265 -220 -428q-219 -161 -612 -161h-61q-32 0 -59 -21.5t-34 -52.5l-73 -316 q-8 -36 -40.5 -61.5t-69.5 -25.5h-213q-31 0 -53 20t-22 51q0 10 13 65h151q34 0 64 23.5t38 56.5l73 316q8 33 37.5 57t63.5 24h61q390 0 607 160t217 421q0 129 -51 207q183 -92 183 -335zM1533 1123q0 -264 -221 -428q-218 -161 -612 -161h-60q-32 0 -59.5 -22t-34.5 -53 l-73 -315q-8 -36 -40 -61.5t-69 -25.5h-214q-31 0 -52.5 19.5t-21.5 51.5q0 8 2 20l300 1301q8 36 40.5 61.5t69.5 25.5h444q68 0 125 -4t120.5 -15t113.5 -30t96.5 -50.5t77.5 -74t49.5 -103.5t18.5 -136z" /> -<glyph unicode="" horiz-adv-x="1792" d="M602 949q19 -61 31 -123.5t17 -141.5t-14 -159t-62 -145q-21 81 -67 157t-95.5 127t-99 90.5t-78.5 57.5t-33 19q-62 34 -81.5 100t14.5 128t101 81.5t129 -14.5q138 -83 238 -177zM927 1236q11 -25 20.5 -46t36.5 -100.5t42.5 -150.5t25.5 -179.5t0 -205.5t-47.5 -209.5 t-105.5 -208.5q-51 -72 -138 -72q-54 0 -98 31q-57 40 -69 109t28 127q60 85 81 195t13 199.5t-32 180.5t-39 128t-22 52q-31 63 -8.5 129.5t85.5 97.5q34 17 75 17q47 0 88.5 -25t63.5 -69zM1248 567q-17 -160 -72 -311q-17 131 -63 246q25 174 -5 361q-27 178 -94 342 q114 -90 212 -211q9 -37 15 -80q26 -179 7 -347zM1520 1440q9 -17 23.5 -49.5t43.5 -117.5t50.5 -178t34 -227.5t5 -269t-47 -300t-112.5 -323.5q-22 -48 -66 -75.5t-95 -27.5q-39 0 -74 16q-67 31 -92.5 100t4.5 136q58 126 90 257.5t37.5 239.5t-3.5 213.5t-26.5 180.5 t-38.5 138.5t-32.5 90t-15.5 32.5q-34 65 -11.5 135.5t87.5 104.5q37 20 81 20q49 0 91.5 -25.5t66.5 -70.5z" /> -<glyph unicode="" horiz-adv-x="2304" d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27 q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128 q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="2304" d="M671 603h-13q-47 0 -47 -32q0 -22 20 -22q17 0 28 15t12 39zM1066 639h62v3q1 4 0.5 6.5t-1 7t-2 8t-4.5 6.5t-7.5 5t-11.5 2q-28 0 -36 -38zM1606 603h-12q-48 0 -48 -32q0 -22 20 -22q17 0 28 15t12 39zM1925 629q0 41 -30 41q-19 0 -31 -20t-12 -51q0 -42 28 -42 q20 0 32.5 20t12.5 52zM480 770h87l-44 -262h-56l32 201l-71 -201h-39l-4 200l-34 -200h-53l44 262h81l2 -163zM733 663q0 -6 -4 -42q-16 -101 -17 -113h-47l1 22q-20 -26 -58 -26q-23 0 -37.5 16t-14.5 42q0 39 26 60.5t73 21.5q14 0 23 -1q0 3 0.5 5.5t1 4.5t0.5 3 q0 20 -36 20q-29 0 -59 -10q0 4 7 48q38 11 67 11q74 0 74 -62zM889 721l-8 -49q-22 3 -41 3q-27 0 -27 -17q0 -8 4.5 -12t21.5 -11q40 -19 40 -60q0 -72 -87 -71q-34 0 -58 6q0 2 7 49q29 -8 51 -8q32 0 32 19q0 7 -4.5 11.5t-21.5 12.5q-43 20 -43 59q0 72 84 72 q30 0 50 -4zM977 721h28l-7 -52h-29q-2 -17 -6.5 -40.5t-7 -38.5t-2.5 -18q0 -16 19 -16q8 0 16 2l-8 -47q-21 -7 -40 -7q-43 0 -45 47q0 12 8 56q3 20 25 146h55zM1180 648q0 -23 -7 -52h-111q-3 -22 10 -33t38 -11q30 0 58 14l-9 -54q-30 -8 -57 -8q-95 0 -95 95 q0 55 27.5 90.5t69.5 35.5q35 0 55.5 -21t20.5 -56zM1319 722q-13 -23 -22 -62q-22 2 -31 -24t-25 -128h-56l3 14q22 130 29 199h51l-3 -33q14 21 25.5 29.5t28.5 4.5zM1506 763l-9 -57q-28 14 -50 14q-31 0 -51 -27.5t-20 -70.5q0 -30 13.5 -47t38.5 -17q21 0 48 13 l-10 -59q-28 -8 -50 -8q-45 0 -71.5 30.5t-26.5 82.5q0 70 35.5 114.5t91.5 44.5q26 0 61 -13zM1668 663q0 -18 -4 -42q-13 -79 -17 -113h-46l1 22q-20 -26 -59 -26q-23 0 -37 16t-14 42q0 39 25.5 60.5t72.5 21.5q15 0 23 -1q2 7 2 13q0 20 -36 20q-29 0 -59 -10q0 4 8 48 q38 11 67 11q73 0 73 -62zM1809 722q-14 -24 -21 -62q-23 2 -31.5 -23t-25.5 -129h-56l3 14q19 104 29 199h52q0 -11 -4 -33q15 21 26.5 29.5t27.5 4.5zM1950 770h56l-43 -262h-53l3 19q-23 -23 -52 -23q-31 0 -49.5 24t-18.5 64q0 53 27.5 92t64.5 39q31 0 53 -29z M2061 640q0 148 -72.5 273t-198 198t-273.5 73q-181 0 -328 -110q127 -116 171 -284h-50q-44 150 -158 253q-114 -103 -158 -253h-50q44 168 171 284q-147 110 -328 110q-148 0 -273.5 -73t-198 -198t-72.5 -273t72.5 -273t198 -198t273.5 -73q181 0 328 110 q-120 111 -165 264h50q46 -138 152 -233q106 95 152 233h50q-45 -153 -165 -264q147 -110 328 -110q148 0 273.5 73t198 198t72.5 273zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="2304" d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42 q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604 v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569 q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73 t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" /> -<glyph unicode="" horiz-adv-x="2304" d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260 l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279 v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040 q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168 q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5 t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21 h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5 t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" /> -<glyph unicode="" horiz-adv-x="2304" d="M322 689h-15q-19 0 -19 18q0 28 19 85q5 15 15 19.5t28 4.5q77 0 77 -49q0 -41 -30.5 -59.5t-74.5 -18.5zM664 528q-47 0 -47 29q0 62 123 62l3 -3q-5 -88 -79 -88zM1438 687h-15q-19 0 -19 19q0 28 19 85q5 15 14.5 19t28.5 4q77 0 77 -49q0 -41 -30.5 -59.5 t-74.5 -18.5zM1780 527q-47 0 -47 30q0 62 123 62l3 -3q-5 -89 -79 -89zM373 894h-128q-8 0 -14.5 -4t-8.5 -7.5t-7 -12.5q-3 -7 -45 -190t-42 -192q0 -7 5.5 -12.5t13.5 -5.5h62q25 0 32.5 34.5l15 69t32.5 34.5q47 0 87.5 7.5t80.5 24.5t63.5 52.5t23.5 84.5 q0 36 -14.5 61t-41 36.5t-53.5 15.5t-62 4zM719 798q-38 0 -74 -6q-2 0 -8.5 -1t-9 -1.5l-7.5 -1.5t-7.5 -2t-6.5 -3t-6.5 -4t-5 -5t-4.5 -7t-4 -9q-9 -29 -9 -39t9 -10q5 0 21.5 5t19.5 6q30 8 58 8q74 0 74 -36q0 -11 -10 -14q-8 -2 -18 -3t-21.5 -1.5t-17.5 -1.5 q-38 -4 -64.5 -10t-56.5 -19.5t-45.5 -39t-15.5 -62.5q0 -38 26 -59.5t64 -21.5q24 0 45.5 6.5t33 13t38.5 23.5q-3 -7 -3 -15t5.5 -13.5t12.5 -5.5h56q1 1 7 3.5t7.5 3.5t5 3.5t5 5.5t2.5 8l45 194q4 13 4 30q0 81 -145 81zM1247 793h-74q-22 0 -39 -23q-5 -7 -29.5 -51 t-46.5 -81.5t-26 -38.5l-5 4q0 77 -27 166q-1 5 -3.5 8.5t-6 6.5t-6.5 5t-8.5 3t-8.5 1.5t-9.5 1t-9 0.5h-10h-8.5q-38 0 -38 -21l1 -5q5 -53 25 -151t25 -143q2 -16 2 -24q0 -19 -30.5 -61.5t-30.5 -58.5q0 -13 40 -13q61 0 76 25l245 415q10 20 10 26q0 9 -8 9zM1489 892 h-129q-18 0 -29 -23q-6 -13 -46.5 -191.5t-40.5 -190.5q0 -20 43 -20h7.5h9h9t9.5 1t8.5 2t8.5 3t6.5 4.5t5.5 6t3 8.5l21 91q2 10 10.5 17t19.5 7q47 0 87.5 7t80.5 24.5t63.5 52.5t23.5 84q0 36 -14.5 61t-41 36.5t-53.5 15.5t-62 4zM1835 798q-26 0 -74 -6 q-38 -6 -48 -16q-7 -8 -11 -19q-8 -24 -8 -39q0 -10 8 -10q1 0 41 12q30 8 58 8q74 0 74 -36q0 -12 -10 -14q-4 -1 -57 -7q-38 -4 -64.5 -10t-56.5 -19.5t-45.5 -39t-15.5 -62.5t26 -58.5t64 -21.5q24 0 45 6t34 13t38 24q-3 -15 -3 -16q0 -5 2 -8.5t6.5 -5.5t8 -3.5 t10.5 -2t9.5 -0.5h9.5h8q42 0 48 25l45 194q3 15 3 31q0 81 -145 81zM2157 889h-55q-25 0 -33 -40q-10 -44 -36.5 -167t-42.5 -190v-5q0 -16 16 -18h1h57q10 0 18.5 6.5t10.5 16.5l83 374h-1l1 5q0 7 -5.5 12.5t-13.5 5.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048 q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="2304" d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109 q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118 q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151 q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31 q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5 l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5 l418 363q10 8 23.5 7t21.5 -11z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128 q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161 q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" /> -<glyph unicode="" horiz-adv-x="1408" d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704 q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167 q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" /> -<glyph unicode="" d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5 t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5 t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53 q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24 t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61 t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10 t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5 t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11t55.5 -11t52.5 -38q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5t47 37.5 q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-35 0 -55.5 11t-52.5 38q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38t-58 27 t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448h256v448 h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51 t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" /> -<glyph unicode="" horiz-adv-x="2048" d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" /> -<glyph unicode="" horiz-adv-x="1792" d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9 t9 -23z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20 q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50 t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1 q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" /> -<glyph unicode="" d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73 q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110 q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960 q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5 t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5 t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5 t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" /> -<glyph unicode="" horiz-adv-x="2304" d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94 q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469 q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400 q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" /> -<glyph unicode="" d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5 h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5 t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327 q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5 q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" /> -<glyph unicode="" horiz-adv-x="1280" d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q18 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119 t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5 t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14 q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88 q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5 t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206 q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307 t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14 t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" /> -<glyph unicode="" d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5 t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" /> -<glyph unicode="" d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55 q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410 q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" /> -<glyph unicode="" d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" /> -<glyph unicode="" horiz-adv-x="2048" d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335 q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5 q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360q2 0 4.5 -1t5.5 -2.5l5 -2.5l188 199v347l-187 194 q-13 -8 -29 -10zM986 1438h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13 zM552 226h402l64 66l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224 l213 -225zM1023 946l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196 l-48 -227l130 227h-82zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" /> -<glyph unicode="" d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" /> -<glyph unicode="" d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384 q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021 q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25 q209 0 374 -102q172 107 374 102z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101 q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284 q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" /> -<glyph unicode="" d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34 l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114 v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378 v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51 h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5 t-43 -34t-16.5 -53.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832 q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126.5t-103.5 132.5t-108.5 126t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5 t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113 t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5 q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" /> -<glyph unicode="" horiz-adv-x="1664" d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5 t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920 q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" /> -<glyph unicode="" horiz-adv-x="2048" d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20 l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83 q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314 v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83 q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" /> -<glyph unicode="" d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14 t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5 q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31 t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" /> -<glyph unicode="" horiz-adv-x="2304" d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5 t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105 l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226 t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" /> -<glyph unicode="" d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12 q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384 q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5 t158.5 -65.5t65.5 -158.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221 q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124 t127 -344z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292 q11 134 80.5 249t182 188t245.5 88q170 19 319 -54t236 -212t87 -306zM128 960q0 -185 131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h416q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-419 -420q87 -104 129.5 -236.5t30.5 -276.5q-22 -250 -200.5 -431t-428.5 -206q-163 -17 -314 39.5t-256.5 162t-162 256.5t-39.5 314q25 250 206 428.5 t431 200.5q144 12 276.5 -30.5t236.5 -129.5l419 419h-261q-14 0 -23 9t-9 23v64zM704 -128q117 0 223.5 45.5t184 123t123 184t45.5 223.5t-45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123 t223.5 -45.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M830 1220q145 -72 233.5 -210.5t88.5 -305.5q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5 t-147.5 384.5q0 167 88.5 305.5t233.5 210.5q-165 96 -228 273q-6 16 3.5 29.5t26.5 13.5h69q21 0 29 -20q44 -106 140 -171t214 -65t214 65t140 171q8 20 37 20h61q17 0 26.5 -13.5t3.5 -29.5q-63 -177 -228 -273zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> -<glyph unicode="" d="M1024 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-149 16 -270.5 103t-186.5 223.5t-53 291.5q16 204 160 353.5t347 172.5q118 14 228 -19t198 -103l255 254h-134q-14 0 -23 9t-9 23v64zM576 256q185 0 316.5 131.5t131.5 316.5t-131.5 316.5 t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1280 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q126 -158 126 -359q0 -221 -147.5 -384.5t-364.5 -187.5v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64 q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-217 24 -364.5 187.5t-147.5 384.5q0 201 126 359l-52 53l-101 -111q-9 -10 -22 -10.5t-23 7.5l-48 44q-10 8 -10.5 21.5t8.5 23.5l105 115l-111 112v-134q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9 t-9 23v288q0 26 19 45t45 19h288q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-133l106 -107l86 94q9 10 22 10.5t23 -7.5l48 -44q10 -8 10.5 -21.5t-8.5 -23.5l-90 -99l57 -56q158 126 359 126t359 -126l255 254h-134q-14 0 -23 9t-9 23v64zM832 256q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1790 1007q12 -155 -52.5 -292t-186 -224t-271.5 -103v-260h224q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-512v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-224q-14 0 -23 9t-9 23v64q0 14 9 23 t23 9h224v260q-150 16 -271.5 103t-186 224t-52.5 292q17 206 164.5 356.5t352.5 169.5q206 21 377 -94q171 115 377 94q205 -19 352.5 -169.5t164.5 -356.5zM896 647q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM576 512q115 0 218 57q-154 165 -154 391 q0 224 154 391q-103 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5zM1152 128v260q-137 15 -256 94q-119 -79 -256 -94v-260h512zM1216 512q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5q-115 0 -218 -57q154 -167 154 -391 q0 -226 -154 -391q103 -57 218 -57z" /> -<glyph unicode="" horiz-adv-x="1920" d="M1536 1120q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-31 -182 -166 -312t-318 -156q-210 -29 -384.5 80t-241.5 300q-117 6 -221 57.5t-177.5 133t-113.5 192.5t-32 230 q9 135 78 252t182 191.5t248 89.5q118 14 227.5 -19t198.5 -103l255 254h-134q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q59 -74 93 -169q182 -9 328 -124l255 254h-134q-14 0 -23 9 t-9 23v64zM1024 704q0 20 -4 58q-162 -25 -271 -150t-109 -292q0 -20 4 -58q162 25 271 150t109 292zM128 704q0 -168 111 -294t276 -149q-3 29 -3 59q0 210 135 369.5t338 196.5q-53 120 -163.5 193t-245.5 73q-185 0 -316.5 -131.5t-131.5 -316.5zM1088 -128 q185 0 316.5 131.5t131.5 316.5q0 168 -111 294t-276 149q3 -29 3 -59q0 -210 -135 -369.5t-338 -196.5q53 -120 163.5 -193t245.5 -73z" /> -<glyph unicode="" horiz-adv-x="2048" d="M1664 1504q0 14 9 23t23 9h288q26 0 45 -19t19 -45v-288q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v134l-254 -255q76 -95 107.5 -214t9.5 -247q-32 -180 -164.5 -310t-313.5 -157q-223 -34 -409 90q-117 -78 -256 -93v-132h96q14 0 23 -9t9 -23v-64q0 -14 -9 -23 t-23 -9h-96v-96q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v96h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h96v132q-155 17 -279.5 109.5t-187 237.5t-39.5 307q25 187 159.5 322.5t320.5 164.5q224 34 410 -90q146 97 320 97q201 0 359 -126l255 254h-134q-14 0 -23 9 t-9 23v64zM896 391q128 131 128 313t-128 313q-128 -131 -128 -313t128 -313zM128 704q0 -185 131.5 -316.5t316.5 -131.5q117 0 218 57q-154 167 -154 391t154 391q-101 57 -218 57q-185 0 -316.5 -131.5t-131.5 -316.5zM1216 256q185 0 316.5 131.5t131.5 316.5 t-131.5 316.5t-316.5 131.5q-117 0 -218 -57q154 -167 154 -391t-154 -391q101 -57 218 -57z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1728 1536q26 0 45 -19t19 -45v-416q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v262l-229 -230l156 -156q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-156 157l-99 -100q87 -104 129.5 -236.5t30.5 -276.5q-22 -250 -200.5 -431t-428.5 -206q-163 -17 -314 39.5 t-256.5 162t-162 256.5t-39.5 314q25 250 206 428.5t431 200.5q144 12 276.5 -30.5t236.5 -129.5l99 99l-156 156q-9 10 -9 23t9 22l46 46q9 9 22 9t23 -9l156 -156l229 229h-261q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h416zM1280 448q0 117 -45.5 223.5t-123 184t-184 123 t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M640 892q217 -24 364.5 -187.5t147.5 -384.5q0 -167 -87 -306t-236 -212t-319 -54q-133 15 -245.5 88t-182 188t-80.5 249q-12 155 52.5 292t186 224t271.5 103v132h-160q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h160v165l-92 -92q-10 -9 -23 -9t-22 9l-46 46q-9 9 -9 22 t9 23l202 201q19 19 45 19t45 -19l202 -201q9 -10 9 -23t-9 -22l-46 -46q-9 -9 -22 -9t-23 9l-92 92v-165h160q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-160v-132zM576 -128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5 t131.5 -316.5t316.5 -131.5z" /> -<glyph unicode="" horiz-adv-x="2048" d="M2029 685q19 -19 19 -45t-19 -45l-294 -294q-9 -10 -22.5 -10t-22.5 10l-45 45q-10 9 -10 22.5t10 22.5l185 185h-294v-224q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v224h-131q-12 -119 -67 -226t-139 -183.5t-196.5 -121.5t-234.5 -45q-180 0 -330.5 91t-234.5 247 t-74 337q8 162 94 300t226.5 219.5t302.5 85.5q166 4 310.5 -71.5t235.5 -208.5t107 -296h131v224q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-224h294l-185 185q-10 9 -10 22.5t10 22.5l45 45q9 10 22.5 10t22.5 -10zM640 128q104 0 198.5 40.5t163.5 109.5t109.5 163.5 t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" /> -<glyph unicode="" horiz-adv-x="1280" d="M1152 960q0 -221 -147.5 -384.5t-364.5 -187.5v-612q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v612q-217 24 -364.5 187.5t-147.5 384.5q0 117 45.5 223.5t123 184t184 123t223.5 45.5t223.5 -45.5t184 -123t123 -184t45.5 -223.5zM576 512q185 0 316.5 131.5 t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" d="M1451 1408q35 0 60 -25t25 -60v-1366q0 -35 -25 -60t-60 -25h-391v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-735q-35 0 -60 25t-25 60v1366q0 35 25 60t60 25h1366z" /> -<glyph unicode="" horiz-adv-x="1280" d="M0 939q0 108 37.5 203.5t103.5 166.5t152 123t185 78t202 26q158 0 294 -66.5t221 -193.5t85 -287q0 -96 -19 -188t-60 -177t-100 -149.5t-145 -103t-189 -38.5q-68 0 -135 32t-96 88q-10 -39 -28 -112.5t-23.5 -95t-20.5 -71t-26 -71t-32 -62.5t-46 -77.5t-62 -86.5 l-14 -5l-9 10q-15 157 -15 188q0 92 21.5 206.5t66.5 287.5t52 203q-32 65 -32 169q0 83 52 156t132 73q61 0 95 -40.5t34 -102.5q0 -66 -44 -191t-44 -187q0 -63 45 -104.5t109 -41.5q55 0 102 25t78.5 68t56 95t38 110.5t20 111t6.5 99.5q0 173 -109.5 269.5t-285.5 96.5 q-200 0 -334 -129.5t-134 -328.5q0 -44 12.5 -85t27 -65t27 -45.5t12.5 -30.5q0 -28 -15 -73t-37 -45q-2 0 -17 3q-51 15 -90.5 56t-61 94.5t-32.5 108t-11 106.5z" /> -<glyph unicode="" d="M985 562q13 0 97.5 -44t89.5 -53q2 -5 2 -15q0 -33 -17 -76q-16 -39 -71 -65.5t-102 -26.5q-57 0 -190 62q-98 45 -170 118t-148 185q-72 107 -71 194v8q3 91 74 158q24 22 52 22q6 0 18 -1.5t19 -1.5q19 0 26.5 -6.5t15.5 -27.5q8 -20 33 -88t25 -75q0 -21 -34.5 -57.5 t-34.5 -46.5q0 -7 5 -15q34 -73 102 -137q56 -53 151 -101q12 -7 22 -7q15 0 54 48.5t52 48.5zM782 32q127 0 243.5 50t200.5 134t134 200.5t50 243.5t-50 243.5t-134 200.5t-200.5 134t-243.5 50t-243.5 -50t-200.5 -134t-134 -200.5t-50 -243.5q0 -203 120 -368l-79 -233 l242 77q158 -104 345 -104zM782 1414q153 0 292.5 -60t240.5 -161t161 -240.5t60 -292.5t-60 -292.5t-161 -240.5t-240.5 -161t-292.5 -60q-195 0 -365 94l-417 -134l136 405q-108 178 -108 389q0 153 60 292.5t161 240.5t240.5 161t292.5 60z" /> -<glyph unicode="" horiz-adv-x="1792" d="M128 128h1024v128h-1024v-128zM128 640h1024v128h-1024v-128zM1696 192q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM128 1152h1024v128h-1024v-128zM1696 704q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1696 1216 q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1792 384v-384h-1792v384h1792zM1792 896v-384h-1792v384h1792zM1792 1408v-384h-1792v384h1792z" /> -<glyph unicode="" horiz-adv-x="2048" d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1664 512h352q13 0 22.5 -9.5t9.5 -22.5v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-352q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5 t-9.5 22.5v352h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352zM928 288q0 -52 38 -90t90 -38h256v-238q-68 -50 -171 -50h-874q-121 0 -194 69t-73 190q0 53 3.5 103.5t14 109t26.5 108.5 t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q79 -61 154.5 -91.5t164.5 -30.5t164.5 30.5t154.5 91.5q20 17 39 17q132 0 217 -96h-223q-52 0 -90 -38t-38 -90v-192z" /> -<glyph unicode="" horiz-adv-x="2048" d="M704 640q-159 0 -271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5t-112.5 -271.5t-271.5 -112.5zM1781 320l249 -249q9 -9 9 -23q0 -13 -9 -22l-136 -136q-9 -9 -22 -9q-14 0 -23 9l-249 249l-249 -249q-9 -9 -23 -9q-13 0 -22 9l-136 136 q-9 9 -9 22q0 14 9 23l249 249l-249 249q-9 9 -9 23q0 13 9 22l136 136q9 9 22 9q14 0 23 -9l249 -249l249 249q9 9 23 9q13 0 22 -9l136 -136q9 -9 9 -22q0 -14 -9 -23zM1283 320l-181 -181q-37 -37 -37 -91q0 -53 37 -90l83 -83q-21 -3 -44 -3h-874q-121 0 -194 69 t-73 190q0 53 3.5 103.5t14 109t26.5 108.5t43 97.5t62 81t85.5 53.5t111.5 20q19 0 39 -17q154 -122 319 -122t319 122q20 17 39 17q28 0 57 -6q-28 -27 -41 -50t-13 -56q0 -54 37 -91z" /> -<glyph unicode="" horiz-adv-x="2048" d="M256 512h1728q26 0 45 -19t19 -45v-448h-256v256h-1536v-256h-256v1216q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-704zM832 832q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM2048 576v64q0 159 -112.5 271.5t-271.5 112.5h-704 q-26 0 -45 -19t-19 -45v-384h1152z" /> -<glyph unicode="" d="M1536 1536l-192 -448h192v-192h-274l-55 -128h329v-192h-411l-357 -832l-357 832h-411v192h329l-55 128h-274v192h192l-192 448h256l323 -768h378l323 768h256zM768 320l108 256h-216z" /> -<glyph unicode="" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM768 192q80 0 136 56t56 136t-56 136t-136 56 t-136 -56t-56 -136t56 -136t136 -56zM1344 768v512h-1152v-512h1152z" /> -<glyph unicode="" d="M1088 1536q185 0 316.5 -93.5t131.5 -226.5v-896q0 -130 -125.5 -222t-305.5 -97l213 -202q16 -15 8 -35t-30 -20h-1056q-22 0 -30 20t8 35l213 202q-180 5 -305.5 97t-125.5 222v896q0 133 131.5 226.5t316.5 93.5h640zM288 224q66 0 113 47t47 113t-47 113t-113 47 t-113 -47t-47 -113t47 -113t113 -47zM704 768v512h-544v-512h544zM1248 224q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM1408 768v512h-576v-512h576z" /> -<glyph unicode="" horiz-adv-x="1792" d="M1792 204v-209h-642v209h134v926h-6l-314 -1135h-243l-310 1135h-8v-926h135v-209h-538v209h69q21 0 43 19.5t22 37.5v881q0 18 -22 40t-43 22h-69v209h672l221 -821h6l223 821h670v-209h-71q-19 0 -41 -22t-22 -40v-881q0 -18 21.5 -37.5t41.5 -19.5h71z" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" horiz-adv-x="1792" /> -<glyph unicode="" horiz-adv-x="1792" /> -</font> -</defs></svg> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.ttf b/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.ttf deleted file mode 100644 index ed9372f8ea0fbaa04f42630a48887e4b38945345..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.ttf and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.woff b/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.woff deleted file mode 100644 index 8b280b98fa2fa261aa4b0f8fd061f772073ef83e..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.woff and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.woff2 b/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.woff2 deleted file mode 100644 index 3311d585145b1cc1b9581e914acbb32d8542b4f5..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/css/themes/default/assets/fonts/icons.woff2 and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/img/bg.svg b/ansible/artifacts/sunbird/login/resources/img/bg.svg deleted file mode 100644 index c5d85d89205428fc0410cfda65870a113645dc8e..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/img/bg.svg +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg width="1280px" height="720px" viewBox="0 0 1280 720" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> - <!-- Generator: Sketch 51.3 (57544) - http://www.bohemiancoding.com/sketch --> - <title>bg</title> - <desc>Created with Sketch.</desc> - <defs> - <rect id="path-1" x="61" y="19" width="1635" height="920"></rect> - <pattern id="pattern-2" width="14.4" height="14.4" x="46.6" y="4.6" patternUnits="userSpaceOnUse"> - <use xlink:href="#image-3" transform="scale(0.3,0.3)"></use> - </pattern> - <image id="image-3" width="48" height="48" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEDWlDQ1BJQ0MgUHJvZmlsZQAAOI2NVV1oHFUUPrtzZyMkzlNsNIV0qD8NJQ2TVjShtLp/3d02bpZJNtoi6GT27s6Yyc44M7v9oU9FUHwx6psUxL+3gCAo9Q/bPrQvlQol2tQgKD60+INQ6Ium65k7M5lpurHeZe58853vnnvuuWfvBei5qliWkRQBFpquLRcy4nOHj4g9K5CEh6AXBqFXUR0rXalMAjZPC3e1W99Dwntf2dXd/p+tt0YdFSBxH2Kz5qgLiI8B8KdVy3YBevqRHz/qWh72Yui3MUDEL3q44WPXw3M+fo1pZuQs4tOIBVVTaoiXEI/MxfhGDPsxsNZfoE1q66ro5aJim3XdoLFw72H+n23BaIXzbcOnz5mfPoTvYVz7KzUl5+FRxEuqkp9G/Ajia219thzg25abkRE/BpDc3pqvphHvRFys2weqvp+krbWKIX7nhDbzLOItiM8358pTwdirqpPFnMF2xLc1WvLyOwTAibpbmvHHcvttU57y5+XqNZrLe3lE/Pq8eUj2fXKfOe3pfOjzhJYtB/yll5SDFcSDiH+hRkH25+L+sdxKEAMZahrlSX8ukqMOWy/jXW2m6M9LDBc31B9LFuv6gVKg/0Szi3KAr1kGq1GMjU/aLbnq6/lRxc4XfJ98hTargX++DbMJBSiYMIe9Ck1YAxFkKEAG3xbYaKmDDgYyFK0UGYpfoWYXG+fAPPI6tJnNwb7ClP7IyF+D+bjOtCpkhz6CFrIa/I6sFtNl8auFXGMTP34sNwI/JhkgEtmDz14ySfaRcTIBInmKPE32kxyyE2Tv+thKbEVePDfW/byMM1Kmm0XdObS7oGD/MypMXFPXrCwOtoYjyyn7BV29/MZfsVzpLDdRtuIZnbpXzvlf+ev8MvYr/Gqk4H/kV/G3csdazLuyTMPsbFhzd1UabQbjFvDRmcWJxR3zcfHkVw9GfpbJmeev9F08WW8uDkaslwX6avlWGU6NRKz0g/SHtCy9J30o/ca9zX3Kfc19zn3BXQKRO8ud477hLnAfc1/G9mrzGlrfexZ5GLdn6ZZrrEohI2wVHhZywjbhUWEy8icMCGNCUdiBlq3r+xafL549HQ5jH+an+1y+LlYBifuxAvRN/lVVVOlwlCkdVm9NOL5BE4wkQ2SMlDZU97hX86EilU/lUmkQUztTE6mx1EEPh7OmdqBtAvv8HdWpbrJS6tJj3n0CWdM6busNzRV3S9KTYhqvNiqWmuroiKgYhshMjmhTh9ptWhsF7970j/SbMrsPE1suR5z7DMC+P/Hs+y7ijrQAlhyAgccjbhjPygfeBTjzhNqy28EdkUh8C+DU9+z2v/oyeH791OncxHOs5y2AtTc7nb/f73TWPkD/qwBnjX8BoJ98VVBg/m8AAAFFSURBVGgF7djbDYMwDAXQBjEMYqyqY1WMxTppLiJIQIA8ariWkp8IPuweO60am67r7MstY8wwjuPH7dMz3uUua63p+/7r9rePIRW/9QmQzCV9ub0YgSIgzhxvQkjFb1EZBAdEKolkfJTqtnb7bv/zOJm58moRE0AzYgFoRawAGhE7gDZEEKAJcQjQgjgFaEBcAtgRUQBmRDSAFZEEYEQkA9gQWQAmRDaABVEEYEAUAx5H4EaGOyw+SMl66mbXzNOD4k6gCPNUY/CFwF1YOn5zRxJJRINqaUbUuZA/79sd3wm3xIdbdS60rXzo2XVCbO60/HxKJgFKKv4CkEziuyKBWAE0InYAbYggQBPiEKAFcQrQgLgEsCOiAMyIaAArIgnAiEgGsCGyAEyIbAALogjAgCgGPI7AX9w6F3JtqHMhnMWLFSrSD9jOnakVHpZYAAAAAElFTkSuQmCC"></image> - <linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="linearGradient-4"> - <stop stop-color="#35A0EF" offset="0%"></stop> - <stop stop-color="#005DA2" offset="100%"></stop> - </linearGradient> - <pattern id="pattern-5" width="21.8014706" height="21.8014706" x="732.198529" y="-21.8014706" patternUnits="userSpaceOnUse"> - <use xlink:href="#image-6" transform="scale(0.454197304,0.454197304)"></use> - </pattern> - <image id="image-6" width="48" height="48" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEDWlDQ1BJQ0MgUHJvZmlsZQAAOI2NVV1oHFUUPrtzZyMkzlNsNIV0qD8NJQ2TVjShtLp/3d02bpZJNtoi6GT27s6Yyc44M7v9oU9FUHwx6psUxL+3gCAo9Q/bPrQvlQol2tQgKD60+INQ6Ium65k7M5lpurHeZe58853vnnvuuWfvBei5qliWkRQBFpquLRcy4nOHj4g9K5CEh6AXBqFXUR0rXalMAjZPC3e1W99Dwntf2dXd/p+tt0YdFSBxH2Kz5qgLiI8B8KdVy3YBevqRHz/qWh72Yui3MUDEL3q44WPXw3M+fo1pZuQs4tOIBVVTaoiXEI/MxfhGDPsxsNZfoE1q66ro5aJim3XdoLFw72H+n23BaIXzbcOnz5mfPoTvYVz7KzUl5+FRxEuqkp9G/Ajia219thzg25abkRE/BpDc3pqvphHvRFys2weqvp+krbWKIX7nhDbzLOItiM8358pTwdirqpPFnMF2xLc1WvLyOwTAibpbmvHHcvttU57y5+XqNZrLe3lE/Pq8eUj2fXKfOe3pfOjzhJYtB/yll5SDFcSDiH+hRkH25+L+sdxKEAMZahrlSX8ukqMOWy/jXW2m6M9LDBc31B9LFuv6gVKg/0Szi3KAr1kGq1GMjU/aLbnq6/lRxc4XfJ98hTargX++DbMJBSiYMIe9Ck1YAxFkKEAG3xbYaKmDDgYyFK0UGYpfoWYXG+fAPPI6tJnNwb7ClP7IyF+D+bjOtCpkhz6CFrIa/I6sFtNl8auFXGMTP34sNwI/JhkgEtmDz14ySfaRcTIBInmKPE32kxyyE2Tv+thKbEVePDfW/byMM1Kmm0XdObS7oGD/MypMXFPXrCwOtoYjyyn7BV29/MZfsVzpLDdRtuIZnbpXzvlf+ev8MvYr/Gqk4H/kV/G3csdazLuyTMPsbFhzd1UabQbjFvDRmcWJxR3zcfHkVw9GfpbJmeev9F08WW8uDkaslwX6avlWGU6NRKz0g/SHtCy9J30o/ca9zX3Kfc19zn3BXQKRO8ud477hLnAfc1/G9mrzGlrfexZ5GLdn6ZZrrEohI2wVHhZywjbhUWEy8icMCGNCUdiBlq3r+xafL549HQ5jH+an+1y+LlYBifuxAvRN/lVVVOlwlCkdVm9NOL5BE4wkQ2SMlDZU97hX86EilU/lUmkQUztTE6mx1EEPh7OmdqBtAvv8HdWpbrJS6tJj3n0CWdM6busNzRV3S9KTYhqvNiqWmuroiKgYhshMjmhTh9ptWhsF7970j/SbMrsPE1suR5z7DMC+P/Hs+y7ijrQAlhyAgccjbhjPygfeBTjzhNqy28EdkUh8C+DU9+z2v/oyeH791OncxHOs5y2AtTc7nb/f73TWPkD/qwBnjX8BoJ98VVBg/m8AAAFFSURBVGgF7djbDYMwDAXQBjEMYqyqY1WMxTppLiJIQIA8ariWkp8IPuweO60am67r7MstY8wwjuPH7dMz3uUua63p+/7r9rePIRW/9QmQzCV9ub0YgSIgzhxvQkjFb1EZBAdEKolkfJTqtnb7bv/zOJm58moRE0AzYgFoRawAGhE7gDZEEKAJcQjQgjgFaEBcAtgRUQBmRDSAFZEEYEQkA9gQWQAmRDaABVEEYEAUAx5H4EaGOyw+SMl66mbXzNOD4k6gCPNUY/CFwF1YOn5zRxJJRINqaUbUuZA/79sd3wm3xIdbdS60rXzo2XVCbO60/HxKJgFKKv4CkEziuyKBWAE0InYAbYggQBPiEKAFcQrQgLgEsCOiAMyIaAArIgnAiEgGsCGyAEyIbAALogjAgCgGPI7AX9w6F3JtqHMhnMWLFSrSD9jOnakVHpZYAAAAAElFTkSuQmCC"></image> - </defs> - <g id="bg" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> - <rect fill="#FFFFFF" x="0" y="0" width="1280" height="720"></rect> - <g id="Group" transform="translate(-278.000000, -19.000000)"> - <g id="Rectangle-Copy"> - <use fill-opacity="0.06" fill="url(#pattern-2)" style="mix-blend-mode: multiply;" xlink:href="#path-1"></use> - <use fill="#FFFFFF" xlink:href="#path-1"></use> - </g> - <circle id="Oval-3" fill="#2CA58D" fill-rule="nonzero" cx="449" cy="926" r="449"></circle> - <path d="M1841,886.403544 L1841,0 L1126.10151,0 C1051.81862,76.0198684 1005.9118,153.227547 988.381039,231.623037 C962.084898,349.216271 1014.67718,441.420056 1014.67718,537.632702 C1014.67718,633.845348 706.402823,686.851389 760.332198,855.22352 C796.285114,967.471607 1156.50771,977.864948 1841,886.403544 Z" id="Path-2" fill="url(#linearGradient-4)" fill-rule="nonzero"></path> - <path d="M1841,886.403544 L1841,0 L1126.10151,0 C1051.81862,76.0198684 1005.9118,153.227547 988.381039,231.623037 C962.084898,349.216271 1014.67718,441.420056 1014.67718,537.632702 C1014.67718,633.845348 706.402823,686.851389 760.332198,855.22352 C796.285114,967.471607 1156.50771,977.864948 1841,886.403544 Z" id="Path-2-Copy" fill="url(#pattern-5)" fill-rule="nonzero" opacity="0.400000006"></path> - </g> - </g> -</svg> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/login/resources/img/bkgrnd.png b/ansible/artifacts/sunbird/login/resources/img/bkgrnd.png deleted file mode 100644 index e5e61876e4bf4424342c1f98e8118bbb11fca0d1..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/img/bkgrnd.png and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/img/diksha_gov_logo.svg b/ansible/artifacts/sunbird/login/resources/img/diksha_gov_logo.svg deleted file mode 100644 index fd3c8c70aeb44a1142ae26d04bf181b8949135b6..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/img/diksha_gov_logo.svg +++ /dev/null @@ -1 +0,0 @@ -<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 85.57 51.99"><defs><style>.cls-1,.cls-145{fill:none;}.cls-2{clip-path:url(#clip-path);}.cls-3{clip-path:url(#clip-path-2);}.cls-4{clip-path:url(#clip-path-3);}.cls-5{clip-path:url(#clip-path-5);}.cls-6{clip-path:url(#clip-path-7);}.cls-7{clip-path:url(#clip-path-9);}.cls-8{clip-path:url(#clip-path-11);}.cls-9{clip-path:url(#clip-path-13);}.cls-10{clip-path:url(#clip-path-15);}.cls-11{clip-path:url(#clip-path-17);}.cls-12{clip-path:url(#clip-path-19);}.cls-13{clip-path:url(#clip-path-21);}.cls-14{clip-path:url(#clip-path-23);}.cls-15{clip-path:url(#clip-path-25);}.cls-16{clip-path:url(#clip-path-27);}.cls-17{clip-path:url(#clip-path-29);}.cls-18{clip-path:url(#clip-path-31);}.cls-19{clip-path:url(#clip-path-33);}.cls-20{clip-path:url(#clip-path-35);}.cls-21{clip-path:url(#clip-path-37);}.cls-22{clip-path:url(#clip-path-39);}.cls-23{clip-path:url(#clip-path-41);}.cls-24{clip-path:url(#clip-path-43);}.cls-25{clip-path:url(#clip-path-45);}.cls-26{clip-path:url(#clip-path-47);}.cls-27{clip-path:url(#clip-path-49);}.cls-28{clip-path:url(#clip-path-51);}.cls-29{clip-path:url(#clip-path-53);}.cls-30{clip-path:url(#clip-path-55);}.cls-31{clip-path:url(#clip-path-57);}.cls-32{clip-path:url(#clip-path-59);}.cls-33{clip-path:url(#clip-path-61);}.cls-34{clip-path:url(#clip-path-63);}.cls-35{clip-path:url(#clip-path-65);}.cls-36{clip-path:url(#clip-path-67);}.cls-37{clip-path:url(#clip-path-69);}.cls-38{clip-path:url(#clip-path-71);}.cls-39{clip-path:url(#clip-path-73);}.cls-40{clip-path:url(#clip-path-75);}.cls-41{clip-path:url(#clip-path-77);}.cls-42{clip-path:url(#clip-path-79);}.cls-43{clip-path:url(#clip-path-81);}.cls-44{clip-path:url(#clip-path-83);}.cls-45{clip-path:url(#clip-path-85);}.cls-46{clip-path:url(#clip-path-87);}.cls-47{clip-path:url(#clip-path-89);}.cls-48{clip-path:url(#clip-path-91);}.cls-49{clip-path:url(#clip-path-93);}.cls-50{clip-path:url(#clip-path-95);}.cls-51{clip-path:url(#clip-path-97);}.cls-52{clip-path:url(#clip-path-99);}.cls-53{clip-path:url(#clip-path-101);}.cls-54{clip-path:url(#clip-path-103);}.cls-55{clip-path:url(#clip-path-105);}.cls-56{clip-path:url(#clip-path-107);}.cls-57{clip-path:url(#clip-path-109);}.cls-58{clip-path:url(#clip-path-111);}.cls-59{clip-path:url(#clip-path-113);}.cls-60{clip-path:url(#clip-path-115);}.cls-61{clip-path:url(#clip-path-117);}.cls-62{clip-path:url(#clip-path-119);}.cls-63{clip-path:url(#clip-path-121);}.cls-64{clip-path:url(#clip-path-123);}.cls-65{clip-path:url(#clip-path-125);}.cls-66{clip-path:url(#clip-path-127);}.cls-67{clip-path:url(#clip-path-129);}.cls-68{clip-path:url(#clip-path-131);}.cls-69{clip-path:url(#clip-path-133);}.cls-70{clip-path:url(#clip-path-135);}.cls-71{clip-path:url(#clip-path-137);}.cls-72{clip-path:url(#clip-path-139);}.cls-73{clip-path:url(#clip-path-141);}.cls-74{clip-path:url(#clip-path-143);}.cls-75{clip-path:url(#clip-path-145);}.cls-76{clip-path:url(#clip-path-147);}.cls-77{clip-path:url(#clip-path-149);}.cls-78{clip-path:url(#clip-path-151);}.cls-79{clip-path:url(#clip-path-153);}.cls-80{clip-path:url(#clip-path-155);}.cls-81{clip-path:url(#clip-path-157);}.cls-82{clip-path:url(#clip-path-159);}.cls-83{clip-path:url(#clip-path-161);}.cls-84{clip-path:url(#clip-path-163);}.cls-85{clip-path:url(#clip-path-165);}.cls-86{clip-path:url(#clip-path-167);}.cls-87{clip-path:url(#clip-path-169);}.cls-88{clip-path:url(#clip-path-171);}.cls-89{clip-path:url(#clip-path-173);}.cls-90{clip-path:url(#clip-path-175);}.cls-91{clip-path:url(#clip-path-177);}.cls-92{clip-path:url(#clip-path-179);}.cls-93{clip-path:url(#clip-path-181);}.cls-94{clip-path:url(#clip-path-183);}.cls-95{clip-path:url(#clip-path-185);}.cls-96{clip-path:url(#clip-path-187);}.cls-97{clip-path:url(#clip-path-189);}.cls-98{clip-path:url(#clip-path-191);}.cls-99{clip-path:url(#clip-path-193);}.cls-100{clip-path:url(#clip-path-195);}.cls-101{clip-path:url(#clip-path-197);}.cls-102{clip-path:url(#clip-path-199);}.cls-103{clip-path:url(#clip-path-201);}.cls-104{clip-path:url(#clip-path-203);}.cls-105{clip-path:url(#clip-path-205);}.cls-106{clip-path:url(#clip-path-207);}.cls-107{clip-path:url(#clip-path-209);}.cls-108{clip-path:url(#clip-path-211);}.cls-109{clip-path:url(#clip-path-213);}.cls-110{clip-path:url(#clip-path-215);}.cls-111{clip-path:url(#clip-path-217);}.cls-112{clip-path:url(#clip-path-219);}.cls-113{clip-path:url(#clip-path-221);}.cls-114{clip-path:url(#clip-path-223);}.cls-115{clip-path:url(#clip-path-225);}.cls-116{clip-path:url(#clip-path-227);}.cls-117{clip-path:url(#clip-path-229);}.cls-118{clip-path:url(#clip-path-231);}.cls-119{clip-path:url(#clip-path-233);}.cls-120{clip-path:url(#clip-path-235);}.cls-121{clip-path:url(#clip-path-237);}.cls-122{clip-path:url(#clip-path-239);}.cls-123{clip-path:url(#clip-path-241);}.cls-124{clip-path:url(#clip-path-243);}.cls-125{clip-path:url(#clip-path-245);}.cls-126{clip-path:url(#clip-path-247);}.cls-127{clip-path:url(#clip-path-249);}.cls-128{clip-path:url(#clip-path-251);}.cls-129{clip-path:url(#clip-path-253);}.cls-130{clip-path:url(#clip-path-255);}.cls-131{clip-path:url(#clip-path-257);}.cls-132{clip-path:url(#clip-path-259);}.cls-133{clip-path:url(#clip-path-261);}.cls-134{clip-path:url(#clip-path-263);}.cls-135{clip-path:url(#clip-path-265);}.cls-136{clip-path:url(#clip-path-267);}.cls-137{clip-path:url(#clip-path-269);}.cls-138{clip-path:url(#clip-path-271);}.cls-139{clip-path:url(#clip-path-273);}.cls-140{clip-path:url(#clip-path-275);}.cls-141{clip-path:url(#clip-path-277);}.cls-142{clip-path:url(#clip-path-279);}.cls-143{clip-path:url(#clip-path-281);}.cls-144{clip-path:url(#clip-path-283);}.cls-145{stroke:#979797;stroke-linecap:square;stroke-miterlimit:10;stroke-width:0.5px;opacity:0.7;}.cls-146{clip-path:url(#clip-path-286);}.cls-147{isolation:isolate;}.cls-148{clip-path:url(#clip-path-288);}.cls-149{clip-path:url(#clip-path-289);}.cls-150{fill:#e55a28;}.cls-151{clip-path:url(#clip-path-291);}.cls-152{fill:#024f9d;}.cls-153{clip-path:url(#clip-path-293);}.cls-154{clip-path:url(#clip-path-295);}.cls-155{clip-path:url(#clip-path-296);}.cls-156{clip-path:url(#clip-path-297);}.cls-157{fill:#008840;}.cls-158{clip-path:url(#clip-path-298);}.cls-159{fill:#005ea3;}.cls-160{clip-path:url(#clip-path-300);}.cls-161{clip-path:url(#clip-path-302);}.cls-162{clip-path:url(#clip-path-303);}.cls-163{clip-path:url(#clip-path-304);}.cls-164{clip-path:url(#clip-path-307);}.cls-165{clip-path:url(#clip-path-308);}.cls-166{clip-path:url(#clip-path-312);}.cls-167{clip-path:url(#clip-path-313);}.cls-168{clip-path:url(#clip-path-317);}.cls-169{clip-path:url(#clip-path-318);}.cls-170{clip-path:url(#clip-path-322);}.cls-171{clip-path:url(#clip-path-323);}.cls-172{clip-path:url(#clip-path-327);}.cls-173{clip-path:url(#clip-path-328);}</style><clipPath id="clip-path" transform="translate(-356.73 -91.29)"><circle class="cls-1" cx="374.41" cy="127.43" r="0.76"/></clipPath><clipPath id="clip-path-2" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="219.71" y="64.28" width="360" height="640"/></clipPath><clipPath id="clip-path-3" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M376.23,127.57c-.52-.06-1-.09-1.16-.09v-.12a16.86,16.86,0,0,0,2.34-.35s0,.08,0,.12a.25.25,0,0,0-.17.27.26.26,0,0,0,.17.26.28.28,0,0,1,0,.09A8.8,8.8,0,0,0,376.23,127.57Zm1.17.34c-.09,0-.19.08-.23.22s0,.26.1.29l0,.09a10.24,10.24,0,0,0-1.11-.48c-.48-.19-.91-.34-1.1-.39a.2.2,0,0,0,0-.11,11.22,11.22,0,0,0,1.15.17,11.65,11.65,0,0,0,1.21.09S377.41,127.87,377.4,127.91Zm-.23.75a.25.25,0,0,0-.27.15.25.25,0,0,0,0,.31l-.07.1a9.31,9.31,0,0,0-.94-.76c-.41-.31-.78-.56-.95-.66a.41.41,0,0,0,.07-.11,10.43,10.43,0,0,0,1.06.46,8.93,8.93,0,0,0,1.15.39Zm-.41.67a.25.25,0,0,0-.31.07c-.09.1-.12.23-.06.3l-.1.08a11.11,11.11,0,0,0-.71-1c-.32-.41-.6-.74-.74-.88l.08-.08c.14.13.49.41.9.72a9.57,9.57,0,0,0,1,.68Zm-.58.53a.25.25,0,0,0-.31,0,.26.26,0,0,0-.15.28l-.11.05a8.28,8.28,0,0,0-.43-1.12,11.29,11.29,0,0,0-.49-1,.3.3,0,0,0,.11-.06,10.14,10.14,0,0,0,.68.93,9.61,9.61,0,0,0,.78.91Zm-.7.37c0-.08-.16-.12-.3-.09s-.22.14-.21.23l-.12,0a9.19,9.19,0,0,0-.12-1.19c-.07-.5-.15-.94-.2-1.13a.2.2,0,0,0,.11,0c.06.19.22.6.42,1.07a9,9,0,0,0,.52,1.09Zm-.77.18c0-.09-.13-.16-.27-.16s-.25.08-.26.17h-.12a9.08,9.08,0,0,0,.2-1.19c.06-.5.1-.94.1-1.14h.12a8.91,8.91,0,0,0,.12,1.14,10.59,10.59,0,0,0,.21,1.18Zm-.79,0c0-.1-.08-.19-.22-.23s-.26,0-.29.1l-.12,0a8.76,8.76,0,0,0,.5-1.1,9.82,9.82,0,0,0,.4-1.07l.11,0c0,.19-.11.62-.18,1.13a9.63,9.63,0,0,0-.1,1.19Zm-.76-.23c0-.08,0-.2-.15-.27a.24.24,0,0,0-.31,0l-.09-.07c.11-.11.42-.48.76-.93s.57-.77.67-.94l.1.06a9.49,9.49,0,0,0-.47,1.05,8.64,8.64,0,0,0-.41,1.12Zm-.67-.41c.06-.08,0-.2-.07-.3a.26.26,0,0,0-.31-.07.31.31,0,0,1-.07-.09,10.59,10.59,0,0,0,1-.69c.41-.32.75-.6.89-.74a.6.6,0,0,0,.08.08c-.13.14-.42.48-.73.89s-.61.84-.69,1Zm-.48-.49-.06-.08a.25.25,0,0,0,0-.31c-.08-.12-.2-.18-.28-.14a.47.47,0,0,1-.05-.1c.15,0,.61-.21,1.13-.43a10.58,10.58,0,0,0,1.05-.49l.06.11a11,11,0,0,0-.93.67A11.47,11.47,0,0,0,372,129.26Zm-.44-.77c.09,0,.13-.16.09-.3a.25.25,0,0,0-.23-.2s0-.08,0-.11a11.77,11.77,0,0,0,1.21-.12c.51-.08.95-.16,1.14-.21l0,.12a11.4,11.4,0,0,0-1.08.41c-.53.22-1,.43-1.1.51A1,1,0,0,1,371.57,128.49Zm-.18-.76c.1,0,.17-.13.17-.26s-.08-.25-.17-.26a.37.37,0,0,1,0-.11c.15,0,.63.12,1.19.19s1,.09,1.16.09v.12a11.41,11.41,0,0,0-1.15.12,9.73,9.73,0,0,0-1.19.22S371.4,127.77,371.39,127.73Zm0-.78c.09,0,.19-.08.22-.21a.25.25,0,0,0-.09-.3.42.42,0,0,1,0-.1,10.25,10.25,0,0,0,1.1.49c.49.19.91.34,1.1.39a.2.2,0,0,0,0,.11c-.19,0-.63-.11-1.15-.18a11.65,11.65,0,0,0-1.21-.09S371.41,127,371.42,127Zm.22-.75c.09,0,.21,0,.28-.15a.25.25,0,0,0,0-.31l.06-.08a8.35,8.35,0,0,0,.94.75c.42.31.78.56.95.66l-.06.1a9.48,9.48,0,0,0-1.06-.46,11.2,11.2,0,0,0-1.14-.41A1,1,0,0,0,371.64,126.2Zm.42-.66a.27.27,0,0,0,.31-.08.24.24,0,0,0,.06-.3l.09-.06a9.51,9.51,0,0,0,.71,1,11.18,11.18,0,0,0,.75.88l-.09.08c-.14-.13-.48-.41-.9-.72a10.43,10.43,0,0,0-1-.67Zm.58-.54a.25.25,0,0,0,.31,0,.26.26,0,0,0,.15-.28l.09,0a10.85,10.85,0,0,0,.44,1.12,9.67,9.67,0,0,0,.49,1l-.1.07a10.81,10.81,0,0,0-.69-.93,11.19,11.19,0,0,0-.78-.91Zm.7-.37c0,.09.16.13.3.09s.22-.14.21-.23l.1,0a7.86,7.86,0,0,0,.13,1.19c.07.51.15.94.2,1.13l-.11,0c-.05-.18-.22-.59-.42-1.06s-.44-1-.52-1.08Zm.77-.18c0,.1.12.17.26.17a.28.28,0,0,0,.27-.17h.1a9.8,9.8,0,0,0-.19,1.18c-.06.51-.09,1-.09,1.14h-.12c0-.19,0-.63-.13-1.14a10,10,0,0,0-.22-1.17Zm.79,0c0,.09.08.19.21.22a.25.25,0,0,0,.3-.09l.1,0a8.5,8.5,0,0,0-.49,1.1,9.16,9.16,0,0,0-.39,1.08.27.27,0,0,0-.12,0,10.63,10.63,0,0,0,.18-1.14,11.21,11.21,0,0,0,.09-1.19Zm.75.22a.24.24,0,0,0,.15.27.26.26,0,0,0,.32,0l.08.06a10.07,10.07,0,0,0-.76.93c-.31.41-.56.77-.66.94l-.1,0c.09-.18.27-.58.46-1a10.41,10.41,0,0,0,.4-1.13Zm-.75,2.73a.49.49,0,0,1-1,0,.48.48,0,0,1,.48-.49A.5.5,0,0,1,374.9,127.43Zm1.43-2.32a.23.23,0,0,0,.07.3.25.25,0,0,0,.31.07l.06.08a9.48,9.48,0,0,0-1,.7c-.4.32-.74.61-.88.74l-.09-.08a10.64,10.64,0,0,0,.73-.89,9.57,9.57,0,0,0,.68-1Zm.54.57a.25.25,0,0,0,0,.31.24.24,0,0,0,.28.14.36.36,0,0,1,0,.09c-.15,0-.6.21-1.13.43s-.88.4-1.05.5a.21.21,0,0,0-.06-.1c.17-.11.53-.37.94-.68a11.19,11.19,0,0,0,.91-.78Zm.38.69a.24.24,0,0,0-.09.3.25.25,0,0,0,.23.21s0,.06,0,.09c-.16,0-.64,0-1.2.13a11.21,11.21,0,0,0-1.14.21l0-.11c.18-.06.6-.22,1.08-.42s1-.44,1.09-.52Zm-2.88-2.14a3.21,3.21,0,1,0,3.29,3.16A3.22,3.22,0,0,0,374.37,124.23Z"/></clipPath><clipPath id="clip-path-5" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M376.63,99.48c-.12-.07-.28-.39-.63-.38s-.55.44-.62.52,0,.16.13.12.18-.39.53-.41.35.26.54.28S376.75,99.55,376.63,99.48Z"/></clipPath><clipPath id="clip-path-7" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M372.11,99.66c.13,0,.32-.31.53-.39a.44.44,0,0,1,.49.19c.06.08.14.18.22.19s.11-.11.09-.11-.1-.31-.3-.45a.63.63,0,0,0-.52,0,1.71,1.71,0,0,0-.55.37,1.86,1.86,0,0,0-.24.19A.47.47,0,0,0,372.11,99.66Z"/></clipPath><clipPath id="clip-path-9" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M374.27,103c-.13,0,0,.23-.17.26s-.11-.24-.17-.21,0,.26,0,.3.21.19.3,0S374.34,103,374.27,103Z"/></clipPath><clipPath id="clip-path-11" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M373.23,103.59a.35.35,0,0,0,0,.46c.13.13.28.16.31.12s-.13-.18-.22-.23S373.23,103.59,373.23,103.59Z"/></clipPath><clipPath id="clip-path-13" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M375.5,104.21a.5.5,0,0,0,.3-.39.69.69,0,0,0-.05-.42c-.09,0,0,.29-.14.46S375.28,104.26,375.5,104.21Z"/></clipPath><clipPath id="clip-path-15" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="380.86" y="129.41" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-17" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="380.77" y="129.8" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-19" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="380.73" y="130.19" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-21" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="380.59" y="125.29" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-23" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="380.86" y="125.29" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-25" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="380.91" y="125.73" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-27" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="380.32" y="124.9" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-29" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="381.23" y="125.76" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-31" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="381.69" y="126.83" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-33" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="382.02" y="126.15" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-35" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="381.69" y="126.51" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-37" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="382.02" y="125.82" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-39" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="381.64" y="125.79" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-41" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="381.23" y="125.34" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-43" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="381.69" y="126.19" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-45" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="377.28" y="130.12" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-47" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="377.32" y="130.49" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-49" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="377.66" y="130.13" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-51" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="376.95" y="130.52" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-53" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="377.64" y="130.49" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-55" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.01" y="130.49" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-57" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.27" y="130.07" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-59" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.01" y="129.24" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-61" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="377.66" y="129.62" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-63" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.01" y="129.62" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-65" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="377.97" y="130.07" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-67" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.43" y="128.39" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-69" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.71" y="129.24" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-71" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.32" y="129.63" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-73" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.36" y="129.24" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-75" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.38" y="128.86" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-77" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.1" y="125.21" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-79" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.19" y="126.01" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-81" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.1" y="124.82" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-83" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="377.77" y="124.82" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-85" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="378.13" y="125.56" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-87" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.2" y="126.88" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-89" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.2" y="126.61" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-91" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.52" y="125.64" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-93" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.47" y="125.19" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-95" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.9" y="125.64" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-97" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.47" y="124.81" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-99" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.04" y="124.81" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-101" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.9" y="126.2" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-103" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.56" y="126.9" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-105" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.2" y="124.81" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-107" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.42" y="124.79" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-109" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.74" y="124.81" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-111" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.74" y="125.19" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-113" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.9" y="126.59" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-115" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.89" y="125.68" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-117" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.93" y="126.61" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-119" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.2" y="125.19" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-121" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.19" y="125.22" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-123" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.19" y="126.2" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-125" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.19" y="125.68" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-127" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.86" y="124.91" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-129" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.52" y="125.68" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-131" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.52" y="125.22" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-133" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.52" y="124.91" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-135" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.85" y="126.2" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-137" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.89" y="125.22" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-139" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.9" y="124.83" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-141" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.88" y="125.22" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-143" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.92" y="126.9" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-145" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.2" y="125.66" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-147" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.19" y="126.2" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-149" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.51" y="126.61" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-151" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.25" y="126.61" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-153" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.48" y="124.85" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-155" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.51" y="126.2" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-157" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.19" y="124.91" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-159" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.51" y="125.66" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-161" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.51" y="125.22" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-163" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.94" y="129.22" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-165" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.26" y="129.6" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-167" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.28" y="129.95" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-169" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.28" y="129.57" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-171" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="365.94" y="129.55" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-173" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.28" y="130.35" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-175" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.83" y="130.42" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-177" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.21" y="130.42" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-179" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.49" y="130.4" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-181" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.49" y="129.63" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-183" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.21" y="130.04" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-185" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.17" y="129.65" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-187" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.88" y="130.04" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-189" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.49" y="130.02" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-191" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.59" y="129.22" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-193" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.19" y="130.4" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-195" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.88" y="130.42" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-197" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="368.83" y="130.04" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-199" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.19" y="130.04" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-201" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.97" y="129.57" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-203" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.97" y="130.4" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-205" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.69" y="130.4" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-207" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.94" y="130.02" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-209" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.59" y="129.57" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-211" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="366.64" y="129.97" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-213" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.29" y="130.4" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-215" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.59" y="130.02" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-217" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.26" y="130.04" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-219" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.59" y="129.6" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-221" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.84" y="129.65" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-223" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="367.59" y="130.4" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-225" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.92" y="129.6" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-227" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.1" y="128.31" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-229" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.74" y="128.01" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-231" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="369.79" y="128.38" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-233" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.15" y="128.78" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-235" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.43" y="128.31" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-237" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.1" y="128.01" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-239" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="370.52" y="128.7" width="0.38" height="0.38"/></clipPath><clipPath id="clip-path-241" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366.6,126.61c0-.07.11-.09.25-.19s.06-.27,0-.25-.22.12-.31.25S366.55,126.71,366.6,126.61Z"/></clipPath><clipPath id="clip-path-243" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M367.4,127.5c-.07-.08,0-.45-.13-.44s-.26.33-.23.42S367.48,127.59,367.4,127.5Z"/></clipPath><clipPath id="clip-path-245" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M375.05,97.9h0Z"/></clipPath><clipPath id="clip-path-247" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M374.29,97.85Z"/></clipPath><clipPath id="clip-path-249" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366.22,125.91a.19.19,0,0,0,.22.14c.05,0-.11-.1.1-.24s0-.31-.07-.23S366.18,125.74,366.22,125.91Z"/></clipPath><clipPath id="clip-path-251" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366.12,125.65c.06,0,.16,0,.1-.14s.1-.14.17-.17-.1-.09-.24,0A.18.18,0,0,0,366.12,125.65Z"/></clipPath><clipPath id="clip-path-253" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M372,101.24h0Z"/></clipPath><clipPath id="clip-path-255" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366.52,126.27c0-.14.19-.16.23-.24s0-.21-.06-.13-.27.14-.3.23S366.51,126.34,366.52,126.27Z"/></clipPath><clipPath id="clip-path-257" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366.21,125.13c-.12-.06-.47.12-.33.26s.32.16.22-.07S366.29,125.17,366.21,125.13Z"/></clipPath><clipPath id="clip-path-259" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366.75,126.65a.24.24,0,0,0-.12.29c.06.12.1.14.13,0a.42.42,0,0,1,.14-.18.19.19,0,0,0,.05-.28S366.88,126.56,366.75,126.65Z"/></clipPath><clipPath id="clip-path-261" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366.82,127a.2.2,0,0,0,.15.3c.13,0,.12-.18.13-.24s.1-.25,0-.25A.56.56,0,0,0,366.82,127Z"/></clipPath><clipPath id="clip-path-263" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M366,125c-.22,0-.38.26-.27.33s.17,0,.17-.1S366.21,125,366,125Z"/></clipPath><clipPath id="clip-path-265" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M367.61,127.72c.15.07.18,0,.12-.15s-.34-.24-.35-.17A.44.44,0,0,0,367.61,127.72Z"/></clipPath><clipPath id="clip-path-267" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M372.37,101.13a1.86,1.86,0,0,0-.32.31.14.14,0,0,1-.06.07A2.22,2.22,0,0,0,372.37,101.13Z"/></clipPath><clipPath id="clip-path-269" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M380.76,126.74a.3.3,0,0,0-.27.28c0,.15.27.1.34,0A.19.19,0,0,0,380.76,126.74Z"/></clipPath><clipPath id="clip-path-271" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M379.51,126.24a.34.34,0,0,0,.22-.27c0-.1-.12,0-.18-.1s.05-.15.13-.23-.18-.1-.41,0-.32.44-.23.4.14-.11.17-.09,0,0,0,.08a.13.13,0,0,0,.11.14s0-.06,0-.11a.09.09,0,0,1,.11-.07c.1,0,0,.14-.08.19S379.32,126.32,379.51,126.24Z"/></clipPath><clipPath id="clip-path-273" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M367.61,104h0Z"/></clipPath><clipPath id="clip-path-275" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M384.57,102.83a.32.32,0,0,1-.29-.09,3.37,3.37,0,0,0,.52-.54c.13-.2.35,0,.31.15A.72.72,0,0,1,384.57,102.83Zm1.74,1c0,.11-.16.39-.29.33s-.09-.39-.43-.51a1.4,1.4,0,0,0-.51-.07c-.07,0,0-.15-.05-.25a.22.22,0,0,0-.13-.17c-.11,0-.15-.17-.09-.19s.32.35.44.2-.13-.12-.08-.33a.47.47,0,0,1,.21-.28l0,0c-.05-.07,0-.41-.05-.54a.92.92,0,0,0-.13-.19.22.22,0,0,0-.31,0,6.92,6.92,0,0,0-.66.86c-.18.23-.24.2.28.46a.36.36,0,0,1,.19.52c0,.1-.06.18.16.18a1.71,1.71,0,0,1,.45,0,1.18,1.18,0,0,1,.57.44c.14.18.08.34,0,.29a3.14,3.14,0,0,1-.45-.41c-.1-.08-.22-.18-.32-.13s0,.16.12.24.47.44.33.55-.3-.21-.38-.32-.15-.25-.27-.3.11.21.13.25a1.57,1.57,0,0,1,.15.43c0,.16.05.32-.07.32s-.12-.15-.27-.25a6.4,6.4,0,0,1-.52-.71c0-.07.06-.12.09-.09s.35.54.46.65.07-.1,0-.22-.14-.37-.15-.42h0a2.17,2.17,0,0,1-.37-.4c-.22-.26-.56,0-.61-.15,0,0-.08.18-.14.27a2,2,0,0,0-.26.66c-.05.44-.2.25-.37.34s-.22.35,0,.6.6.14.8.15.1.12.11.29a.85.85,0,0,0,.22.47c.08.1-.07.19-.27.27a.37.37,0,0,1-.45-.15c-.06-.08,0-.29-.17-.44s-.48-.24-.63-.4a2.25,2.25,0,0,1-.05-1c0-.12-.12-.39,0-.51s.41.14.57,0,.22-.2.28-.27c.22-.24.31-.26.33-.23s-.26,0-.44,0-.58.12-.61,0,.09-.17.06-.41-.13-.27-.12-.43.08-.29.4-.31a1.59,1.59,0,0,1,.73.12c.13,0,.27.06.27,0a1,1,0,0,0-.55-.43.4.4,0,0,0-.34.06c-.09,0-.33,0-.34-.11s-.09-.14-.11-.29-.07-.38.23-.38.29-.41.51-.49a.56.56,0,0,1,.49.08c1,.52,1.18.25,1.37.57a3.09,3.09,0,0,1,.19.35,1.69,1.69,0,0,1,0,.58c.11,0,.06.32.23.43a2,2,0,0,1,.38.33A.77.77,0,0,1,386.31,103.79Zm-2,.71c.1.07.22.27.15.3s-.17-.15-.22-.2-.17,0-.19-.07a.07.07,0,0,1,0-.12A.52.52,0,0,1,384.29,104.5Zm.72,1a1.63,1.63,0,0,1-.48.36c-.08,0,.15.18,0,.19a.44.44,0,0,1-.32-.25c-.08-.14-.18-.37-.33-.36a.7.7,0,0,1-.48-.1.34.34,0,0,1-.2-.21c0-.06,0-.12.18-.26a.85.85,0,0,0,.18-.23,3.25,3.25,0,0,1,.27-.51,2.19,2.19,0,0,1,.23-.26c.05,0,.11,0,0,.09a5,5,0,0,0-.37.67c-.07.13-.25.38-.24.45s.15.11.22.09.1-.29.19-.28.13.15.11.24c-.06.25.16-.07.24,0s-.16.46.14.2c.11-.09.15-.38.29-.29s.14.13.1.17-.31.22-.37.29,0,.19,0,.21.25-.24.44-.32S385.06,105.39,385,105.45Zm-2.44,1.91a.48.48,0,0,0,.23.42c.14.09-.07.09-.12.06s-.34-.31-.48-.41.25-.19.24-.26,0-.2-.12-.12a.54.54,0,0,1-.54-.12.8.8,0,0,1-.1-.79.53.53,0,0,1,.3-.36c.06,0,.23,0,.23.09s-.16.36-.26.53,0,.54.22.54.15-.14.27-.15S382.6,107.12,382.57,107.36Zm.34,1.76a4.7,4.7,0,0,1-.46.58c-.07.11.07.32.16.26s.31-.52.52-.58.2.12.17.32-.37.29-.48.53a.49.49,0,0,0,0,.31s-.13,0-.18,0,0-.26-.07-.29c-.44-.23-.52-.5-.5-.61a2.24,2.24,0,0,1,.47-.71c.14-.13.22-.35.34-.36S383,109,382.91,109.12Zm-.66,2.79c0,.13.16.26.26.35s-.06.11-.22.12A.42.42,0,0,1,382,112a1,1,0,0,1,.34-.77c.21-.15.18-.25.14-.34s.26,0,.27.27C382.79,111.65,382.29,111.77,382.25,111.91Zm-.46-.58a4.21,4.21,0,0,1-.05.58,1.07,1.07,0,0,1-.23-.77,1,1,0,0,1,.26-.51c.09-.13.13-.3.2-.27s.12.19.15.39S381.79,111.14,381.79,111.33Zm0,1.39a1,1,0,0,1-.31.45c-.1.08-.32.23,0,.47.1.08,0,.27-.27.07a.62.62,0,0,1-.07-.6.83.83,0,0,1,.4-.39c.19-.12.1-.34.24-.33S381.8,112.54,381.75,112.72Zm-.67,1.47a1.44,1.44,0,0,0-.28.37c-.05.11,0,.14.09.2s.1.21,0,.25-.42-.11-.45-.32.24-.31.15-.37-.39.06-.57,0a.37.37,0,0,1-.25-.34.72.72,0,0,1,.32-.62.12.12,0,0,1,.17.16c-.05.13-.31.19-.35.4a.25.25,0,0,0,.3.27c.19,0,.22-.12.5-.14S381.17,114.07,381.08,114.19Zm-.33,3.46c0,.3-.35,1.81-.33,2.08s.39,1,.37,1.28.32.72.34.88-.15,0-.27-.17a1.59,1.59,0,0,0-.29-.42c-.09,0,.06.43.13.56s.39.44.34.45a1.67,1.67,0,0,1-.64-.6,7.1,7.1,0,0,1-.28-1,4.43,4.43,0,0,1-.05-1c.06-1.11.28-2.14.26-2.39a9.23,9.23,0,0,0,0-1.49c-.06-.08-.13-.44,0-.53s.24.06.29.15A6.61,6.61,0,0,1,380.75,117.65Zm-.78-3s.16-.08.18,0,0,.2-.09.21S379.82,114.78,380,114.67Zm1.19,8c0,.2,0,.39.13.48a2,2,0,0,0,.48.31c.1,0,.09.21.06.29s-.22.32-.2-.08c0-.13-.28-.18-.35-.12s-.06.25-.15.27-.12-.3,0-.35a1,1,0,0,0-.29-.75c-.14-.08.06.36,0,.53s0,.5-.24.47c-.44,0-.71-.84-.87-.92s0-.37-.44-.83c-.09-.09,0-.7-.11-.74s0-.62-.15-.68-.06-.44-.33-.61a.9.9,0,0,1-.21-.4,2,2,0,0,0-.13-.51,1.35,1.35,0,0,1-.18-1.12.53.53,0,0,0,.08-.49,1.2,1.2,0,0,1,.1-.83c.1-.11-.09-1.21.13-1.62.05-.09,0-.21,0-.22s.07-.2,0-.25-.08-.28-.1-.4-.13-.35,0-.42.12.22.26.29a1.64,1.64,0,0,1,.53.42.78.78,0,0,0,.32.35.76.76,0,0,1,.4.48,6.55,6.55,0,0,1,.19,1.61c0,.44.11.64,0,.75s.09.68,0,.81a8.43,8.43,0,0,0,0,2.14c.1.27.13,1,.2,1.13s.15.5.37.59.23.16.38.09S381.13,122.54,381.16,122.69Zm.28-.33c.13-.06.32,0,.41.06s.31.14.32.25a4.07,4.07,0,0,0,0,.6,1.69,1.69,0,0,1,.1.35,1.5,1.5,0,0,1,0,.3s-.11,0-.17,0,.07-.29,0-.56a.48.48,0,0,0-.24-.23,1.31,1.31,0,0,1-.4-.56C381.44,122.5,381.34,122.4,381.44,122.36Zm.9-.17a.48.48,0,0,1,.22.13c.07.07,0,.5,0,.57s.16.17.76.47a.46.46,0,0,1,.1.31c0,.08,0,.28-.11.28s-.07,0,0-.23a.31.31,0,0,0-.09-.28.22.22,0,0,0-.21,0c-.08,0-.07.17,0,.34s.15.14.09.3-.2.07-.25,0,0-.15.05-.18a.77.77,0,0,0,0-.4c-.06,0-.39-.34-.39-.42s0-.28-.15-.34,0-.33-.27-.45C382,122.18,382.26,122.18,382.34,122.19Zm1.12,2.51a.12.12,0,0,1-.23,0c0-.16-.11-.32-.05-.32a.31.31,0,0,1,.2.07A.29.29,0,0,1,383.46,124.7Zm.1,4.34a10.45,10.45,0,0,1-.15,1.39c0,.09-.14-2.75-.14-3s0-2.26.06-2.23.19,1.11.19,1.54C383.52,127,383.58,128.52,383.56,129Zm-.4-5.47a.17.17,0,0,1,.18.19c0,.12,0,.25,0,.26s-.1-.12-.14-.2S383,123.58,383.16,123.57Zm-.12,6.86c-.07.2-.18-3-.18-3.21a8.92,8.92,0,0,1,.05-2.08c.06,0,.21.49.24,1.42A22.77,22.77,0,0,1,383,130.43Zm-.27.58c-.06,0-.12.07-.14,0s0-.1-.06-.16-.12-.15-.06-.16a.23.23,0,0,1,.22.13C382.77,130.93,382.83,131,382.77,131Zm-.3.11s-.1,0-.13,0,0-.07,0-.1-.17-.16-.16-.17a.32.32,0,0,1,.07-.06c.05,0,.22.16.25.21S382.5,131.11,382.47,131.12Zm-.44.12s-.07.06-.09-.05-.26-.28-.15-.3.13,0,.17,0a1.31,1.31,0,0,1,.2.23S382.08,131.19,382,131.24Zm0-.9c0,.09,0,.26,0,.29s-.06,0-.09-.1a.79.79,0,0,1,0-.44c.05-.1.08-.15.18-.16s.11.06.08.15S382,130.25,382,130.34Zm-3.25-3.65c.14,0,.12.17.07.22s-.16,0-.21-.06S378.7,126.68,378.75,126.69Zm2.78,3.87c0,.08-.18.06-.42.07-.07,0,0-.3,0-.35.26-.19.1-.28.24-.39a5.89,5.89,0,0,1,.55-.62c.08-.06,0-.09,0-.09s0-.34,0-.35.18-.27.16-.29-.09.1-.28.28a1.08,1.08,0,0,1-1.17.08c-.09-.09,0,0,.2-.34A1,1,0,0,0,381,128c0-.2-.1-.41-.15-.42a1.33,1.33,0,0,1-.11.72,1.32,1.32,0,0,1-.35.47c-.05.06,0,.2.08.18s0,.48,0,.54a.63.63,0,0,0-.15.33,1.12,1.12,0,0,0-.05.36c0,.14.09.26,0,.27s-.09.19-.08.23-.45.11-.52,0,.08-.11.13-.15,0-.4,0-.42-.1-.14,0-.16.12.11.15.14.09,0,.12-.05a.46.46,0,0,0,0-.32c-.06-.24-.34-.4-.3-.48s.08-.2,0-.23-.1.21-.18.23.08.23,0,.28-.13.15-.1.22a.85.85,0,0,1-.19.44c-.08.07-.26.56-.43.55s-.45.05-.43,0,.31-.28.35-.38a4.38,4.38,0,0,0,.27-.66.61.61,0,0,1,0-.36c.08-.15.26,0,.41-.2a2.33,2.33,0,0,0,.4-.59c0-.13.12-.52.16-.64s-.12.12-.18.25-.09.27-.14.4a1.56,1.56,0,0,1-.25.42c-.12.11-.31.12-.3,0a.76.76,0,0,1,.08-.15l.34-.62c.11-.19.38-.6.41-.67a3.74,3.74,0,0,0-.45.59l-.36.56a.15.15,0,0,1-.18,0c-.09,0-.17-.16-.13-.23l.21-.22a3.1,3.1,0,0,0,.41-.41,5,5,0,0,0,.37-.61s-.38.51-.48.6a2.18,2.18,0,0,1-.41.35c-.1,0-.18,0-.21,0s.1-.07.17-.12a3.67,3.67,0,0,0,.34-.32,2.81,2.81,0,0,0,.26-.25,1.18,1.18,0,0,0,.24-.39s-.13.18-.2.26-.25.24-.4.39a3.17,3.17,0,0,1-.27.21c-.06,0-.12,0-.16,0s0-.08,0-.12.34-.2.37-.25-.24.08-.34.08-.12-.08,0-.13a1,1,0,0,0,.29-.2c.09-.14.07-.17-.07-.12s-.08.06-.18.06-.16-.08-.08-.14a.69.69,0,0,1,.33-.13c.07,0,.29,0,.29-.07s-.16-.15-.3-.15-.08,0-.16.12a.34.34,0,0,1-.49,0c0-.06.37.14.45-.06a.17.17,0,0,0-.11-.25.42.42,0,0,0-.22,0c-.13.07,0-.08.13-.11s.19-.07.13-.12-.09,0-.13-.07-.11-.49.12-.63.13-.09.14-.16-.12-.18-.16-.2a.15.15,0,0,1,0-.18s.12,0,.09-.06a.21.21,0,0,1,0-.22.49.49,0,0,1,.27-.15s-.07.23-.09.3a.38.38,0,0,0,0,.26.44.44,0,0,0,.22.14.33.33,0,0,0,.39-.14c.11-.19,0-.3,0-.42s.12,0,.17.07a.39.39,0,0,1,.09.31c0,.21,0,.12.08.16s.09.07.1.13-.06,0-.07.09.05.17,0,.19,0,.17.05.14.05.06,0,.1,0,.3-.09.42a1,1,0,0,1-.25.24c-.12.06-.3,0-.36,0s-.09.09,0,.09a.12.12,0,0,1,.13.1.17.17,0,0,1,0,.17c-.08.07-.07.12,0,.09s.12-.13.24-.23a.84.84,0,0,0,.19-.11.86.86,0,0,1,.24-.12c.12,0,.1-.27.31-.36a.48.48,0,0,1,.4,0c.1,0,.31.18.19.4a.61.61,0,0,1-.24.3c-.09.06-.08.24,0,.34s.08.15.15.21.13.06.3,0a.62.62,0,0,1,.33-.11,1.49,1.49,0,0,1,.59.13.69.69,0,0,1,.29.28,1.19,1.19,0,0,1,.05.22,1,1,0,0,1,.09.29c0,.22-.1.28-.08.37s0,.39-.1.4-.19.06-.18.16a.35.35,0,0,1-.06.23,3.57,3.57,0,0,0-.28.28c-.08.09-.07.2-.11.26a.65.65,0,0,0-.13.34C381.73,130.44,381.56,130.49,381.53,130.56Zm0,.81a1.11,1.11,0,0,1-.14-.35c0-.06,0-.07.09-.07s.22.26.22.31S381.57,131.39,381.55,131.37Zm-.19.71c-.09,0-.1-.13-.08-.2s.11,0,.18,0,.05.09.06.14S381.44,132.08,381.36,132.08Zm-.21-.65c0-.07-.19-.43-.13-.46a.1.1,0,0,1,.15,0c0,.05.13.24.1.3S381.17,131.46,381.15,131.43Zm-.09.64c-.1,0-.12-.13-.1-.2s.1,0,.17,0,.06.08.07.14S381.13,132.07,381.06,132.07Zm-.14.4c-.16.22-.33.2-.34.14s.15-.15.17-.27,0-.24,0-.24S381,132.32,380.92,132.47Zm-.2-.41c-.09,0-.11-.13-.1-.2s.11,0,.18,0,.06.08.07.13S380.79,132.06,380.72,132.06Zm-.16-1.05c.05,0,.27,0,.28,0s.12.33.07.37-.16.08-.2.05S380.51,131,380.56,131Zm-.18,1c-.09,0-.1-.13-.09-.2s.11,0,.18,0,0,.08.06.13S380.46,132.05,380.38,132.05Zm.25-2v-.21h-.17c0-.17.1-.36.16-.58a1.71,1.71,0,0,0,1.14-.07c.1,0,.13,0,.1.07s-.24.08-.4.24v-.08h-.18v.12h.14a1.17,1.17,0,0,0-.2.42,2,2,0,0,1-.3.59v0h-.19v.17h.08l-.13.14a.32.32,0,0,1-.18-.14h.08v-.17h-.15a.3.3,0,0,1,0-.1.08.08,0,0,0,0,0h.14v-.2h-.14a1.71,1.71,0,0,1,.05-.3V130Zm-.45,1.35c-.06-.06-.24-.31-.14-.35a.28.28,0,0,1,.36.35c0,.11,0,.19-.13.19S380.23,131.43,380.18,131.36Zm-.23.49c0-.07.11,0,.18,0s.06.09.06.14-.07.1-.15.1S379.94,131.92,380,131.85Zm.11.78c-.05,0-.22.08-.27.05s.07-.28,0-.41.2-.05.28,0S380.18,132.55,380.06,132.63Zm-.44-.59c-.1,0-.12-.13-.1-.2s.12,0,.2,0,.06.08.07.13S379.7,132,379.62,132Zm.08-1a.55.55,0,0,1,.15.43c0,.08-.12.08-.2.07s0-.1,0-.23-.21-.23-.26-.28,0-.08.05-.08A.36.36,0,0,1,379.7,131.06Zm-.1-.85s-.09.07-.13,0a.19.19,0,0,1,0-.26c.08-.05.08-.11.11-.12s.08.18,0,.19S379.57,130.16,379.6,130.21Zm-.19,1.12c0,.06-.12.21-.22.23s-.25,0-.24-.06.07-.16,0-.23-.32-.23-.18-.27a.4.4,0,0,1,.3,0C379.24,131.07,379.45,131.27,379.41,131.33Zm-.2.71c-.12,0-.13-.13-.11-.2s.12,0,.21,0,.07.08.07.13S379.29,132,379.21,132Zm-.34.68c-.1,0-.07-.11-.06-.25s-.05-.25,0-.28.22,0,.31,0,.11.29.12.46S379.14,132.7,378.87,132.72Zm-.22-.87c0-.1.13-.06.23-.06s.07.1.08.15-.09.08-.19.08S378.64,131.91,378.65,131.85Zm-.21.85c-.11,0-.29.06-.29,0s-.15-.43-.07-.5.37,0,.43,0S378.56,132.65,378.44,132.7Zm-.63-.89c0-.05.15,0,.24,0s.07.08.07.12-.09.12-.19.12S377.79,131.86,377.81,131.81Zm0,.91c-.13,0-.37.06-.36-.05s-.2-.45-.11-.45.51-.06.55,0S377.88,132.7,377.77,132.72Zm-.72-.71c-.12,0-.08-.15-.09-.21s.14,0,.24,0,.07.07.07.12S377.15,132,377.05,132Zm-.19.73a1,1,0,0,1-.07-.56c.06-.07.26,0,.33,0s0,.19.12.42S377,132.8,376.86,132.74Zm-.21-.07c0,.08-.21.11-.34.07s-.26-.51-.11-.55a.85.85,0,0,1,.39,0C376.68,132.2,376.68,132.6,376.65,132.67Zm-.78-.87c0-.07.19,0,.33,0s.11.07.11.12-.11.11-.26.11S375.86,131.93,375.87,131.8Zm.15.92a.66.66,0,0,1-.4,0c-.09,0-.2-.48-.14-.5a1.46,1.46,0,0,1,.38,0C376,132.23,376.05,132.68,376,132.72Zm-.7-.94c0-.06.19,0,.33,0s.11.08.11.13-.15.09-.28.11A.14.14,0,0,1,375.32,131.78Zm0,.91a.66.66,0,0,1-.4,0c-.12,0-.17-.44-.11-.46a1.93,1.93,0,0,1,.49,0C375.43,132.28,375.37,132.65,375.34,132.69Zm-.49-1h.42a.72.72,0,0,1-.13.28,2.54,2.54,0,0,1-.39,0S374.85,131.71,374.85,131.71Zm-.19,1c0,.06-.18.05-.28,0s-.14-.38-.14-.43.4-.07.41,0A1.14,1.14,0,0,1,374.66,132.67Zm-.64,0c-.1,0-.27,0-.29,0a1.41,1.41,0,0,1,0-.41c0-.08.42-.06.42,0S374.18,132.64,374,132.69Zm-.57,0a.51.51,0,0,1-.39,0s-.09-.41,0-.44a1.34,1.34,0,0,1,.4,0C373.53,132.27,373.58,132.66,373.45,132.69Zm-.67.06a.66.66,0,0,1-.4,0s0-.52.15-.5a3.07,3.07,0,0,1,.38,0C373,132.27,372.86,132.72,372.78,132.75Zm-.44-.88c0-.05,0-.14.18-.14s.33,0,.33,0a.25.25,0,0,1-.26.21C372.45,132,372.25,132,372.34,131.87Zm-.36.1c-.14,0-.34,0-.25-.1s0-.14.18-.14.34,0,.34,0A.24.24,0,0,1,372,132Zm.08.75c-.13,0-.38,0-.4-.07s-.17-.49-.09-.51a.8.8,0,0,1,.41.06C372.12,132.25,372.14,132.69,372.06,132.72Zm-.75-.85c0-.05,0-.14.13-.14s.24,0,.24,0a.2.2,0,0,1-.19.2C371.39,132,371.24,132,371.31,131.87Zm0,.8c-.14,0-.42.07-.43-.18s-.07-.34,0-.37.24,0,.3,0S371.49,132.66,371.32,132.67Zm-.46-.79s0-.13.13-.13.24,0,.24,0a.2.2,0,0,1-.19.2C370.94,132,370.8,132,370.86,131.88Zm-.28.09c-.1,0-.25,0-.18-.1s0-.13.13-.13.24,0,.24,0A.2.2,0,0,1,370.58,132Zm-.24.69c-.13,0-.17-.38-.14-.47s.15-.08.25-.07.15.35.25.46S370.47,132.69,370.34,132.66Zm-.38-.78s0-.13.12-.13.25,0,.25,0a.2.2,0,0,1-.19.2C370,132,369.89,132,370,131.88Zm-.32.78c-.11,0-.21-.53-.09-.54s.21,0,.27,0,.09.47.12.52S369.76,132.71,369.64,132.66Zm-.15-.76c0-.05,0-.14.12-.14s.24,0,.24,0a.19.19,0,0,1-.18.2C369.56,132,369.42,132,369.49,131.9Zm.33-1.12c.07,0,.21.06.16.08s-.22.07-.22.16a.58.58,0,0,0,.12.31c.05,0-.12.07-.21,0a.55.55,0,0,1-.2-.3C369.47,131,369.67,130.81,369.82,130.78Zm-.38,0c-.07.07-.23.11-.18.18s.23.3.15.33a.65.65,0,0,1-.31,0c-.09,0-.18-.22-.18-.28a.53.53,0,0,1,.34-.35C369.35,130.69,369.5,130.75,369.44,130.81ZM369.2,132c-.09,0-.22,0-.16-.09s0-.14.11-.14.22,0,.22,0S369.32,132,369.2,132Zm-.08.67c-.23.13-.3-.11-.31-.29s0-.24,0-.25a.23.23,0,0,1,.21.08C369.09,132.26,369.28,132.57,369.12,132.66Zm-.51-.77s0-.13.1-.13.21,0,.21,0-.05.2-.16.2S368.55,132,368.61,131.89Zm-.15-.86a.72.72,0,0,1,.33-.28s.19,0,.15,0-.2.14-.2.18.14.3.1.32-.19.06-.23,0S368.43,131.1,368.46,131Zm-.25-.06c0,.06.14.23.12.26a.29.29,0,0,1-.25,0c-.08,0-.22-.22-.19-.27a1.18,1.18,0,0,1,.41-.28c.1,0,.18,0,.15.07S368.2,130.91,368.21,131Zm.1,1c-.08,0-.19,0-.14-.1s0-.14.1-.14.18,0,.18,0S368.41,132,368.31,132Zm.07.61s-.05.08-.14,0-.17-.46-.05-.48.2,0,.22.07S368.36,132.5,368.38,132.61ZM368,132c-.08,0-.19,0-.14-.1s0-.14.1-.14.18,0,.18,0S368.05,132,368,132Zm-.4-.75c-.11,0-.39-.27-.34-.33a1.26,1.26,0,0,1,.49-.21c.12,0,.26,0,.18.07l-.29.17c0,.05.16.19.15.23S367.66,131.25,367.55,131.25Zm0,.76c-.07,0-.18,0-.13-.1s0-.14.09-.14.19,0,.19,0S367.68,132,367.58,132Zm.1.27c0,.12,0,.28-.05.32s-.16,0-.2-.08-.09-.36.08-.35S367.71,132.16,367.68,132.28Zm-.44-.26c-.07,0-.17,0-.12-.1s0-.13.08-.13.17,0,.17,0S367.33,132,367.24,132Zm-.19-1a.11.11,0,0,1-.1.05.72.72,0,0,1-.25-.22c-.06-.08.21-.14.28-.15s.23,0,.19.09a.93.93,0,0,1-.2.1S367.06,131,367.05,131Zm-.07,1c-.07,0-.16,0-.12-.1s0-.14.09-.14.15,0,.15,0S367.07,132,367,132Zm-.35-1.21c-.05,0-.16.09-.13.14s.13.11.06.12-.08,0-.15,0-.13-.2-.1-.25a.32.32,0,0,1,.21-.12C366.59,130.72,366.68,130.79,366.63,130.82Zm-.45,0a.11.11,0,0,0,0,.2c.09.07,0,.11-.15.09a.17.17,0,0,1-.15-.23.45.45,0,0,1,.25-.19C366.19,130.68,366.25,130.78,366.18,130.81Zm-.53-.29a.67.67,0,0,1-.43-.42c0-.15-.09-.26,0-.39v0a.08.08,0,0,0,0-.12s-.07-.24,0-.29a1.32,1.32,0,0,1,.34-.2.77.77,0,0,0,.28-.1.16.16,0,0,0,0-.16c0-.08-.11-.11-.17-.23a1,1,0,0,1,.05-.68c.06-.08.18-.2.21-.26a.33.33,0,0,0,0-.06c0-.06.06-.17-.08-.16s-.18,0-.17-.23,0-.25.07-.29,0-.23.06-.34.1-.32,0-.37-.07-.4-.07-.48-.14-.23-.21-.21,0,.14,0,.14a.42.42,0,0,0-.1-.07.49.49,0,0,1,.26.42c0,.33-.07.18-.15.35s0,.25-.07.31-.28-.18-.3-.28,0-.25.06-.29.05-.11,0-.22,0-.29.11-.3h0s-.06-.28,0-.33a.19.19,0,0,0,.11-.18.22.22,0,0,1,.06-.17s.18-.07.2-.11a.26.26,0,0,1,.21-.12,2.13,2.13,0,0,1,.25,0c.09,0,.21,0,.28,0a.14.14,0,0,1,0,.2c-.08.07-.05.28,0,.28s0-.14.16-.23.09-.09.12-.09.07.27,0,.35.06-.12.15-.13.1.22.05.25a.41.41,0,0,0-.1.18c0,.12,0,.18.1,0s.12,0,.13,0a.16.16,0,0,1-.06.2.27.27,0,0,0-.1.11c0,.08,0,.2.08.16s.06-.15.1-.17.09,0,.11.08,0,.09,0,.12-.17.18-.09.17.22-.06.23,0,.06.12-.07.21a.61.61,0,0,0-.16.12s0,.09,0,.09.24-.11.33-.06,0,.2,0,.23-.27.17-.19.18a.81.81,0,0,0,.31-.1c.08,0,0,.13,0,.18s-.25,0-.28.09.1.15.28.08a.47.47,0,0,1,.17,0,1.17,1.17,0,0,0,.26.1.69.69,0,0,0,.25-.08.83.83,0,0,1,.35-.06,1,1,0,0,1,.54.18.58.58,0,0,0,.4.09.53.53,0,0,0,.41-.23.65.65,0,0,0,0-.56c-.09-.18-.17-.46,0-.61s.13-.25.16-.39.31-.34.38-.39a.3.3,0,0,0,.15-.21c0-.08.12-.15.22-.12a.11.11,0,0,1,0,.19,1.26,1.26,0,0,1-.21.23c-.05,0-.21.09-.19.17s.12.08.19.2,0,.21,0,.23l-.19.08c-.05,0-.07.07-.06.08s.13.07.14.1,0,.11-.11.11a.06.06,0,0,0,0,.11.14.14,0,0,1,0,.25.16.16,0,0,0-.1.11.07.07,0,0,0,.06.09c.06,0,.06.13,0,.16s-.08.07-.07.14.06.17,0,.26a.48.48,0,0,1-.3.17c-.13,0-.16.08-.31.07s-.39.1-.53.07-.07,0,0,.11c.26.25.06.52.17.66.24.32.44.65.58.68a1.48,1.48,0,0,1,.46.17c.07.06,0,.18,0,.22s-.08.15,0,.18.18-.05.24,0a4,4,0,0,0,.22.37.49.49,0,0,1,0,.42c-.07,0-.25.11-.35.06s.1-.21.08-.31a1.18,1.18,0,0,0-.21-.37c-.1-.1-.29-.41-.42-.45s-.62-.41-.78-.4a1.94,1.94,0,0,1-1.27-.53c-.12-.12-.09,0-.09.18a.25.25,0,0,1-.28.22c-.23,0-.32-.23-.4-.31a.49.49,0,0,0-.27-.15c-.15,0-.27-.42-.3-.44s.09.52,0,.6-.32.43-.53.48l-.49.1c-.12,0-.24.22-.1.29s0,.5,0,.54a.81.81,0,0,0,.27,0c.05,0,.07.11.1.2s.1.11.07.14S365.87,130.55,365.65,130.52Zm.07.16a1.13,1.13,0,0,1-.19.19s.21.17.15.19a.41.41,0,0,1-.19,0s-.19-.2-.19-.26.24-.16.3-.18S365.73,130.67,365.72,130.68Zm-.67-1.51a5.91,5.91,0,0,0-.11,1.05c0,.35-.36.41-.29.33a1,1,0,0,0,.17-.62c0-.29-.09-1,0-1.19s.24,0,.31,0,.29-.06.28.14S365.13,129,365.05,129.17Zm-.7,1.46s.09-.28.1-.35c0-.27.05-.81.07-1.11s0-1.32,0-1.7c0-.18-.06-1.29-.1-1.6a3.07,3.07,0,0,1,0-.68c0-.15.2.46.26.86s0,1.27,0,1.47a11.1,11.1,0,0,1-.13,2.84C364.53,130.47,364.38,130.7,364.35,130.63Zm-.27-.67c-.09.14-.08.08-.06,0a4.07,4.07,0,0,0,.21-1.23c0-.49,0-1.91,0-2.08a4.48,4.48,0,0,0-.22-1.08,1.74,1.74,0,0,1-.19-.35c0-.17.11-.14.23,0a3.72,3.72,0,0,1,.34,1.45c0,.29.08,1.52,0,2.08A3.67,3.67,0,0,1,364.08,130Zm-.32-.79s0-1.23,0-1.59-.05-1.72,0-1.77.21,1.11.21,1.39S364,129.17,363.76,129.17Zm-.34-1.14a1.18,1.18,0,0,0,0-.66c0-.09.27.08.27.33S363.38,128.15,363.42,128Zm1.32-2.69a11.75,11.75,0,0,1,.4,2.68,2.86,2.86,0,0,0-.28.37S364.67,125.57,364.74,125.34Zm.56,2.6c-.16.08-.25-1.36-.16-1.36s.45.4.45.48S365.45,127.86,365.3,127.94Zm0,.66c-.17,0-.25.05-.29-.06s.14-.37.22-.45.44-.07.44-.07l0,.13-.13,0a.18.18,0,0,0-.09.16C365.39,128.49,365.42,128.61,365.26,128.6Zm-.32-4.12c.06-.26,0-.26.23-.28s0,.09,0,.2.09.2,0,.2S364.9,124.61,364.94,124.48Zm0-1.09c.06,0,.24,0,.24,0s-.12.08-.06.17,0,.16-.1.08S364.89,123.42,364.94,123.39Zm0-.33c.14-.13.28,0,.4,0s.19-.24.27-.66.25-.41.28-.32-.08.25-.07.4a.89.89,0,0,1,0,.26,1.1,1.1,0,0,1-.19.29c-.06.07-.08.33-.25.39S364.83,123.2,365,123.06Zm.36.43c.11,0,.17.13.19.21s-.12.1-.09.15,0,.22,0,.25-.3.06-.36,0,0-.14.12-.17.1-.21.1-.21S365.22,123.51,365.32,123.49Zm.4.92c0,.12,0,.15-.14.15s-.26-.14-.12-.31a.41.41,0,0,1,.39-.22c.07,0,.14.15.07.16S365.7,124.32,365.72,124.41Zm.49-.72a.37.37,0,0,1-.4.29c-.13,0,.09-.21.14-.33s-.21-.42-.24-.17-.16.08-.1-.13a.2.2,0,0,1,.32-.11C366.08,123.32,366.29,123.42,366.21,123.69Zm-.09-1.27c.11-.21.24-.28.33-.28s.2.06.31.2-.05,0-.16.14.07.41,0,.49-.4.4-.43.2a3.74,3.74,0,0,0-.13-.5C366,122.58,366,122.58,366.12,122.42Zm.26,2c0,.13-.36.13-.37.05s.19-.42.26-.45.22,0,.21,0S366.36,124.24,366.38,124.38Zm.91-1.91a.67.67,0,0,0,.62-.15.82.82,0,0,0,.29-.54,4.3,4.3,0,0,0,.08-.69c0-.1-.1,0-.12.27a.66.66,0,0,1-.18.48c-.06.08-.12.19-.19.08s.07-.44.14-.72-.08-.6-.19-.25,0,.87-.25,1-.28,0-.17-.27.13-.44.16-.52.11-.43.12-.52,0-.2-.09-.2-.08.22-.09.34c0,.31-.07.69-.17.59a1.92,1.92,0,0,1,.05-.83c0-.16.08-.35.13-.55s0-.43.06-.6a2.35,2.35,0,0,0,.2-.51,4.59,4.59,0,0,1,.18-.56,3.39,3.39,0,0,0,.08-1.66,8.22,8.22,0,0,1-.13-2.13c.05-.08.35-.11.47-.2s.15-.31.19-.36.34-.19.59-.46c.08-.08,0-.52.22-.55s.3.36.2.52.35.38.38.6-.09.11-.06.57a18.78,18.78,0,0,0,.22,2.12c0,.25.12.48.19.79s-.15.44-.08.88a.51.51,0,0,1-.11.45c-.19.26-.36.36-.39.76s-.35,1.07-.31.62c0-.13,0-.55,0-.45s-.08.62-.26.91-.08.41-.09.75-.37.34-.3.61-.36.66-.62.92c-.12.11,0,.15.17.06s.34-.25.36-.22-.16.43-.44.49a1.29,1.29,0,0,0-.4.06,2,2,0,0,0-.31.22.51.51,0,0,1-.35.11c-.08,0-.17.22-.24.09a2.2,2.2,0,0,1,.07-.37c0-.15-.12-.18-.15-.12s0,.29-.14.29-.2-.3-.06-.42a.27.27,0,0,1,.31-.1c.12,0,.2-.07.06-.18a.34.34,0,0,1-.08-.46C367,122.3,367,122.4,367.29,122.47Zm0-5.71c0-.13,0-.22-.1-.61s-.09-1.61.07-1.67.41.75.41.93a2.18,2.18,0,0,1-.06.55,8,8,0,0,1,0,1.3c-.05.17-.05.3-.16.3S367.3,117,367.28,116.76Zm-.18-5.29c0-.1.17-.44,0-.56a1.1,1.1,0,0,0-.45-.2c-.14,0-.25-.2-.31-.31s.08-.49.21-.47.16.38.39.41.27-.35.21-.47-.58-.33-.52-.76c0-.19.12-.18.21-.17s.28.2.43.21.23-.2.2-.37-.61-.49-.68-.6.16-.39.3-.45.21.23.39.3.2,0,.25-.07c.15-.27-.46-.38-.64-.83-.07-.18.22-.39.4-.47s.3.25.44.22a.19.19,0,0,0,.09-.26c-.19-.21-.45-.21-.5-.3s-.28-.83,0-.84c.1,0,.33.42.64.39.13,0,.18,0,.18.17s.14.26.22.4a.52.52,0,0,1-.19.62c-.22.14-.49,0-.61-.07s-.08.15.19.25.53.65.25.85-.6.1-.66.17.06.08.15.13.07.11.13.19.32.09.18.44-.68.37-.6.46c.22.25.32.29.31.45a.58.58,0,0,1-.44.52c-.17,0-.3,0-.06.2s.5.15.34.54S367.05,111.58,367.1,111.47Zm-.26,2.93c-.26,0-.34-.12-.24-.22s.2-.09.2-.2-.12-.18-.13-.38.19-.1.19-.1c.17.06.17.36.17.61A.3.3,0,0,1,366.84,114.4Zm-.38-1.93s.06.33,0,.48a.35.35,0,0,1-.39.19c-.12,0,.2-.17.22-.29a.35.35,0,0,0-.2-.37.57.57,0,0,1-.36-.43c0-.1.1-.16.22,0a.61.61,0,0,0,.42.24c.21,0,.31-.09.33-.15.07-.22-.2-.32-.32-.4a.71.71,0,0,1-.22-.39c0-.11-.08-.29,0-.35s.3.07.3.15-.05.18,0,.22a1.39,1.39,0,0,1,.49.51.39.39,0,0,1-.12.55C366.71,112.5,366.5,112.43,366.46,112.47Zm-1.16-1c.11-.08.1-.15.08-.28s-.33-.36-.36-.56-.1-.34,0-.32.24.34.44.48.39.45.27.62C365.49,111.78,365.09,111.66,365.3,111.52Zm-.2-2.2c.08-.08.27.12.27.23s.06.34.22.31.41-.28.15-.5.06-.18-.4-.57c-.15-.13-.24-.63,0-.68s.4.32.47.39.07.2.33.15c.08,0,.11-.24-.07-.4a1.82,1.82,0,0,1-.46-.69c-.07-.23.07-.32.19-.26s.33.37.51.37.15-.11.19-.24-.36-.33-.51-.47a.55.55,0,0,1-.18-.45A.81.81,0,0,1,366,106c.1-.07.27.08.3.15s.19.17.19.17,0,.12-.09.1-.22,0-.21.09a.55.55,0,0,0,.19.31,3.11,3.11,0,0,1,.41.32.67.67,0,0,1,0,.5c-.16.06,0,.16-.21.22a1,1,0,0,1-.53.05c-.07,0,.2.23.3.26s.3.36.26.54-.08,0-.14.19-.52.11-.69,0-.17,0,0,.21.46.29.47.47a.51.51,0,0,1-.23.42c-.11.07-.3,0-.33.19s.16.21.16.3a.79.79,0,0,1-.38.36c-.1,0-.08-.1.05-.23s0-.24-.11-.39-.36-.18-.43-.35A.46.46,0,0,1,365.1,109.32Zm-1.63-7.38c0-.11.33-.11.39,0s.09.18,0,.2c-.26,0-.22-.07-.28-.08S363.45,102,363.47,101.94Zm1.58,4.1c-.19.48-.1-.06-.15-.05s-.16.29-.24.37a.79.79,0,0,1-.48.09c-.11,0,0-.37,0-.44.14-.3.2-.37.3-.37a1.56,1.56,0,0,0,.48,0c.07,0,.09-.15.19-.24s-.09-.2,0-.23.15-.19.19-.36a.39.39,0,0,0-.17-.43c-.13-.09-.45-.38-.47-.52s-.43-.53-.22-.42a.66.66,0,0,0,.8,0c.19-.14.26-.23.29-.36s-.1-.17-.13-.12a.52.52,0,0,1-.61.27c-.22,0-.21,0-.06-.1s.19-.09.11-.14a2.08,2.08,0,0,0-1,0c-.12,0-.4.29-.55.33s-.3.06-.12-.1a2.81,2.81,0,0,1,.39-.31c.1-.07,0-.43.07-.56s.14-.3.78-.3c.12,0-.11-.3-.28-.29s-.16-.29-.48-.29a.61.61,0,0,0-.4.27c-.1.15-.13.51,0,.5s.22.13.23.3a.42.42,0,0,1-.32.45.49.49,0,0,0-.36.41.46.46,0,0,1-.16.34.36.36,0,0,1-.6-.21,1.17,1.17,0,0,1,.49-.79c.15-.08.21.06.22-.15s.1-.38.23-.42,0-.49,0-.6a1.49,1.49,0,0,1,.69-.52,1.24,1.24,0,0,0,.58-.21c.13-.13.16-.39.27-.39s.3.3.51.4.57.21.66.37c.19.37-.22.38-.26.43-.34.35-.85.14-.87.22s0,.11,0,.11.54,0,.74,0a.65.65,0,0,1,.42.57c0,.12.34-.1.08.35a1,1,0,0,0-.1.34,1.22,1.22,0,0,0,.1.81c.17.29.06.36-.07.53s.07.85-.1.88A.65.65,0,0,0,365.05,106Zm-1.22-.1c-.12-.08.61-.68.69-.71a1,1,0,0,1,.38,0s.17,0,.18,0-.09.12-.25.1-.28.1-.35.14S363.92,106,363.83,105.94Zm.53-1.54s.17.09.19.14.08.18,0,.21-.24-.16-.26-.22A.14.14,0,0,1,364.36,104.4Zm-.92,1.2c-.08-.09.25-.15,0-.2s-.36-.39-.27-.45.2.42.35.24-.19-.25-.21-.4,0-.23.15-.19a.56.56,0,0,1,.26.5c-.05.28.14.07.09.11s-.07-.38,0-.33a1.2,1.2,0,0,1,.12.35c0,.07.17-.14.25-.18s.38-.1.48-.22a.33.33,0,0,0,0-.4c-.07-.08-.29-.19-.38-.3s0-.17-.06-.23-.13-.2,0-.18.42.41.5.54.35.51.31.62-.51.15-.64.21,0,.14-.18.2a1.84,1.84,0,0,0-.25.13s0,.12-.2.14l-.08,0C363.83,105.57,363.54,105.71,363.44,105.6Zm-.38-.89a.81.81,0,0,1,.12-.43.31.31,0,0,1,.16,0c0,.07,0,.15-.07.2S363.07,104.86,363.06,104.71Zm.58-.36c-.07.12-.2,0-.12-.08s.3-.28.4-.29.1,0,.08,0S363.74,104.18,363.64,104.35Zm.62.43a.1.1,0,0,1-.13.1c-.09,0-.16-.07-.16-.13a.16.16,0,0,1,.1-.11C364.12,104.63,364.24,104.73,364.26,104.78Zm-.08-.47a2.57,2.57,0,0,1-.44.29c-.07,0-.11-.08-.1-.11a1.5,1.5,0,0,1,.45-.27C364.15,104.2,364.2,104.29,364.18,104.31Zm-1.38.32s-.09-.19.08-.41.26-.29.13-.24-.3.12-.34.21c-.12.28-.19.13-.13,0a1.3,1.3,0,0,1,.39-.47,3.37,3.37,0,0,1,.5-.15c.17-.07.46-.34.58-.36s.13,0,.11.13-.08.11-.2.25a5.64,5.64,0,0,0-.4.54c0,.08-.17.1-.31.1s-.15,0-.23.17S362.83,104.64,362.8,104.63Zm2.59-4.95c.25,0,.3.39.35.08,0-.12-.19-.23-.27-.28s0-.15.07-.15.32.25.45.21c.38-.14.5-.49,1-.46s.43.36.44.54.26,0,.25.5.14.12.09.47c0,0-.11,0-.09.08.13.32-.1.36-.2.39s-.15.12-.1.16.29.29.17.38-.53-.06-.31.1.48.81.21,1-.35-.23-.62-.28c-.1,0-.1.1,0,.21s.49.31.51.64a.85.85,0,0,1-.31.69c-.24.08-.19-.12-.11-.25s.12-.14,0-.21,0-.15-.11-.19-.41,0-.64-.18-.13-.35,0-.37.17.14.3.12.16-.38.05-.45a.9.9,0,0,0-.5-.14c-.1,0-.18-.15-.11-.15a1,1,0,0,0,.9-.53,1.33,1.33,0,0,0-.2-.95.74.74,0,0,0-.35-.31.57.57,0,0,0-.27,0,.81.81,0,0,1,.44,1.34c-.5.38-.77.17-.62.08a.72.72,0,0,0,.41-.6c0-.15-.3-.38-.67-.43s-.6-.15-.66-.5A.43.43,0,0,1,365.39,99.68Zm2.44,1.46c.16.14.12.46.44.51.09,0,.24-.05.32,0a.69.69,0,0,0,.53,0c.08-.07,0-.32-.27-.36s-.58,0-.82-.13a.41.41,0,0,1-.12-.54c.07-.09-.13-.22.09-.38s.76,0,1,0a3.3,3.3,0,0,1,.73.52.52.52,0,0,1,0,.53c-.06.13-.25,0-.32-.24a1.54,1.54,0,0,0-.4-.58c-.07-.06-.25-.06-.26,0s.24.23.34.37c.25.34.43.81.12,1-.12.07-.52,0-.42,0s.05.25.14.31.33.3.28.58a.37.37,0,0,1-.41.3c-.11,0,.1-.55-.12-.53s-.58-.07-.67-.33-.17-.14-.25-.19a.15.15,0,0,1,0-.22.5.5,0,0,0,0-.55C367.64,101.18,367.69,101,367.83,101.14Zm.11-1.49c.21-.11,1,.29.88.34s-.68.13-.82,0S367.85,99.69,367.94,99.65Zm1.07.15a.59.59,0,0,1,.52.19c.25.3.28.6.2.49s-.3-.19-.49-.29-.06-.17-.1-.24S369,99.8,369,99.8Zm.81,3.1c0,.11-.2.16-.21.07a.33.33,0,0,0-.09-.33c-.1-.1-.11-.25-.21-.3s-.26-.2-.21-.27.29,0,.45-.13.09-.32.13-.4.08-.07.1,0a.75.75,0,0,1,0,.47c-.07.13-.18.21-.05.37A.61.61,0,0,1,369.82,102.9Zm.06,1.22s-.19,0-.25-.22-.28-.11-.34-.39a.47.47,0,0,1,.18-.42c.09-.1.28.26.35.49A1.89,1.89,0,0,1,369.88,104.12Zm.07.32c.15,0,.18,1.13-.05,1.23-.08,0-.08.25-.06.44s-.14.1-.26.35-.08.42-.19.35-.06-.25-.05-.43a1.27,1.27,0,0,0-.21-.63c-.12-.23,0-.27.18-.25s.26.53.33.38a.94.94,0,0,0,0-.44c0-.08-.09-.09-.22-.25a.69.69,0,0,1,0-.48c0-.16-.1-.09-.16-.4,0-.13.15-.21.2-.16s0,.15.15.23.19.12.19.25.08.25.08.25S369.83,104.47,370,104.44Zm0-3.7c0-.15.1-.25.24-.19a.48.48,0,0,1,.2.46.35.35,0,0,0,.2.38c.11,0,.19-.06.2-.24a1.1,1.1,0,0,0-.23-.56c-.14-.21-.34-.16-.42-.44-.12-.48.05-.54.07-.73s.09-.42.25-.43.28.1.26.37c0,.56,0,.16.08.09a1.91,1.91,0,0,0,.14-.31.5.5,0,0,0-.16-.46.42.42,0,0,1-.1-.35c0-.12.08-.14.18-.2s.1-.16,0-.18-.12,0-.18.07-.11-.28-.11-.41a.38.38,0,0,1,.27-.37c.2-.1.26,0,.38,0a.32.32,0,0,0,.32-.09c.08-.08.11-.18.26-.2s.19,0,.39.16a1.12,1.12,0,0,1,.37.53c.08.16.09.24.05.32a.13.13,0,0,1-.19,0,1.67,1.67,0,0,0-.21-.28c-.09-.09-.13-.22-.28-.25s-.2-.09-.05.06a1.74,1.74,0,0,1,.33.41c.06.15,0,.13-.08.13a.72.72,0,0,1-.26-.25.4.4,0,0,0-.31-.17c-.11,0-.21.17-.32.18s-.17,0-.25,0,.2.1.25.18,0,.07-.12.2.12.11.23.1.18-.19.2-.24-.06-.25,0-.29.19.15.22.23.06.31,0,.35a3,3,0,0,0-.65.77,1,1,0,0,0,0,.62c0,.13-.21.37-.26.5a1.2,1.2,0,0,0,0,.68c.07.17.22.42.28.56a.31.31,0,0,1-.07.37c-.19.18-.15-.16-.24,0a.78.78,0,0,1-.55.42.31.31,0,0,1-.34-.14c-.06-.06.05-.15.16-.23s.09-.17.09-.28-.12-.19-.22-.31S370,100.89,370,100.74ZM372.56,97c.08-.16.36-.2.53.09a.69.69,0,0,1,.06.55.4.4,0,0,1-.16.27s-.08,0-.07-.06-.19-.28-.28-.4A.45.45,0,0,1,372.56,97Zm1,1a.34.34,0,0,0,.07-.19.67.67,0,0,0-.2-.35.45.45,0,0,1-.13-.4.22.22,0,0,1,.2-.23.36.36,0,0,1,.33.09.48.48,0,0,1,.12.47,2.69,2.69,0,0,1-.13.4.33.33,0,0,0,0,.17h0a4.24,4.24,0,0,1,.53,0s-.05-.06-.06-.2a.3.3,0,0,0-.06-.23.52.52,0,0,1,0-.55.28.28,0,0,1,.28-.09c.14.07.14.33.14.34a2.34,2.34,0,0,1,0,.48c-.1.18-.17.16-.12.25h.09l.28,0h0s.07,0,0-.19-.12-.19-.15-.36a.75.75,0,0,1,.05-.46c.08-.15.15-.18.23-.17s.25.07.27.38-.11.3-.16.5,0,.22.05.3,0,0,0,0l.3,0c1.3.3,1.54.78,1.62.94.19.35.14.78.24.87a.86.86,0,0,1,.27.5c.05.32-.47.46-.57.68s-.12.19-.2.16c-.29-.08-.4-.71-.66-.81s.59-.26.79-.49.08-.13-.35,0-.94.37-1.3.13,0-.85.3-1,.54-.26.93.13.38.38.42.36a1.7,1.7,0,0,0-.66-.79c-.45-.16-.87-.12-1.39.62-.31.43.12.55.19.87s-.16.31-.21.38-.09.07-.31.07-.19,0-.31-.08-.42.07-.34-.36.32-.38.13-.86a1,1,0,0,0-1.39-.64,2.93,2.93,0,0,0-.83.71c.05,0,.3-.12.63-.39a.73.73,0,0,1,.92,0,.6.6,0,0,1,0,.91c-.36.25-.62.1-1,0a2.58,2.58,0,0,0-.72-.17c-.21,0,0,.09,0,.09a.78.78,0,0,1,.32.08c.09,0,.21.2.38.27s.55,0,.49.09-.36,0-.56.65c0,.11-.13.13-.22.21a.89.89,0,0,1,0,.15c-.05.16-.08.07-.08.22s.19.06.17.37.07.3-.12.23-.16-.29-.34-.24,0,.13.11.17a.31.31,0,0,1,.15.22,3.34,3.34,0,0,1,0,.59c0,.2.05.23.26.28a.93.93,0,0,1,.54.22c.15.16,0,.34,0,.45s-.14.06-.25-.06,0-.26-.37-.36a1.12,1.12,0,0,1-.4-.13c-.11-.07-.08-.27-.09-.45s.15-.12.13-.35-.14-.14-.18-.37,0-.25.17-.39.15-.22.15-.22l0-.41c-.29-.3-.69-.43-.72-.89,0-.16.14-.35.35-.52s-.06-.52.09-.85a3.19,3.19,0,0,1,2-.86h0Zm1.77-.52a1,1,0,0,1,.15-.46.63.63,0,0,1,.46-.28c.18,0,.13.22.1.31s-.12.2-.26.59c-.05.17-.23.31-.32.26S375.27,97.68,375.29,97.41Zm1-.37a1.16,1.16,0,0,1,.74-.12c.3,0,.44.21.39.4s-.29.36-.6.5-.18.17-.12.22.23,0,.32,0c.28.12.36.38.42.39s.14-.09,0-.23-.29-.29-.3-.42.14-.24.34-.15.06.31.17.46a.86.86,0,0,1,.22.47.74.74,0,0,1-.28.54c-.19.13-.08.17-.06.18s.12-.13.23-.06.15.17.27.32.27.19.3.48a.72.72,0,0,1-.1.48c-.26.43,0,.3.12.44s.09.14.07.27-.18.36,0,.59c.07.08.08.22,0,.26s0,.46-.08.51-.26-.18-.25,0,.18.2.14.32-.18.16-.22.1a1.24,1.24,0,0,0-.16-.3c-.05,0-.16-.15-.09,0a.93.93,0,0,0,.1.2.92.92,0,0,1,0,.3c0,.19,0,.25-.08.28s-.38-.25-.39-.36,0-.21-.08-.33-.24-.44-.1-.61.2,0,.24,0,.17,0,.08-.11-.15-.07-.15-.22a1.07,1.07,0,0,1,.23-.73,1.05,1.05,0,0,0,.2-.84,4.43,4.43,0,0,0-.42-.64.43.43,0,0,1-.13-.46c.06-.29.14-.61.06-.62s-.31-.36-.42-.32-.66-.13-.72-.28a.35.35,0,0,1,.2-.51c.31-.15.41.11.42,0a.19.19,0,0,0-.25-.23c-.17,0-.27,0-.35.18s-.14.33-.24.34-.14-.15-.13-.23A.91.91,0,0,1,376.25,97Zm2.55,5.36s.11-.05.05.17a3.8,3.8,0,0,0-.08.84s0,.06,0,.09,0,0-.07.07c-.25.18-.27.45-.23.44a2.63,2.63,0,0,1,.31-.34c.06,0,.09.08.09.15a1.31,1.31,0,0,1-.09.47c-.09.24-.26.31-.31.57a1.24,1.24,0,0,0,0,.58c.11.27.1.17.1-.07a.84.84,0,0,1,0-.35c0-.07.14-.24.19-.32s.16-.25.28-.24.15.42.13.55-.06.28-.08.38c-.09.33-.28.17-.35.53s0,.46.05.46.08-.36.48-.64c0,0,.21,0,.15.27,0,.08-.16,0-.07.16s-.12.21-.17.38-.27.26-.22.29.1.67.18.5.32-.66.5-.66.11.25-.11.6-.29.57-.38.57-.2-.2-.19-.52-.22-.31-.36-.58,0-.52-.15-1-.28-.41-.33-.72.25-.67.17-.87a.38.38,0,0,1,0-.35c.12-.18.23-.29.22-.47A2,2,0,0,1,378.8,102.4Zm2.74,3c-.23.08-.34.18-.32.32s.13.18.19.23,0,.11-.22.11-.17-.17-.24-.33-.06-.26.14-.42a4.38,4.38,0,0,0,.69-.71c0-.08-.14-.13,0-.2s.46-.41.55-.34.09.29.09.38a1.17,1.17,0,0,1-.26.61A1.46,1.46,0,0,1,381.54,105.38Zm-2.14,3.06c.12,0,.12.17.06.37a1.06,1.06,0,0,0,0,.5c0,.09-.2,0-.25-.26S379.27,108.4,379.4,108.44Zm.67,1.06c.31.19.37-.31.46-.54s.21-.2.3,0-.06.41-.11.62c-.13.64-.33.23-.29.53s.14.49,0,.49-.36-.3-.34-.47.1-.34,0-.41-.41-.22-.47-.58.22-.93.45-.92c.08,0,.18.11.18.25s-.31.48-.37.64A.31.31,0,0,0,380.07,109.5Zm-.22-2c.08,0,.13.19.13.32s-.28.43-.43.61-.19-.27-.14-.37S379.67,107.45,379.85,107.45Zm-.23-1.66c0-.11.36-.26.41-.33s0-.16,0-.26.22-.12.33-.18a.4.4,0,0,1,.33,0c.18.1.11.28-.11.49s-.59.31-.55.38a.34.34,0,0,1,0,.35c-.11.15-.17.11-.25,0A.5.5,0,0,1,379.62,105.79Zm0-1.51a.89.89,0,0,1,.63-.31c.13,0,.1.43.2.52s-.1.2-.27.29-.36.1-.38.15.11.31,0,.37-.33,0-.38-.09A1,1,0,0,1,379.62,104.28Zm-.69-1.59c0-.23.29-.32.35-.36s0-.28.08-.27a2.27,2.27,0,0,0,.61,0c.25-.07.41-.38.44-.25a1.7,1.7,0,0,1-.28.9c-.11.15-.36,0-.53,0s-.28.06-.31.21,0,.23-.12.2A.34.34,0,0,1,378.93,102.69Zm.24,1.25c-.09,0-.29-.19-.12-.32a1.6,1.6,0,0,1,.32-.26c.24-.13,0-.22.3-.29s.46-.16.55-.15a.9.9,0,0,1,.52.3c.1.07-.19.33-.46.43s-.65,0-.77.13-.29.17-.06.34,0,.09-.12.08S379.24,104,379.17,103.94Zm.41,7.49a.4.4,0,0,0,0,.42c.12.2-.06.09-.06.09s-.18,0-.23-.45a1.14,1.14,0,0,1,.25-.81c.17-.18.27-.55.09-.53s0,.41-.21.45-.33-.18-.32-.45,0-.34-.06-.41-.2-.08-.2-.14.08-.17.24,0,.08.08.22,0,.32-.07.36,0-.34.47-.3.61.22-.42.45-.36,0,.4.14.46a.57.57,0,0,1,.06.66C379.89,111.24,379.7,111.25,379.58,111.43Zm-.15,2.9c-.06,0-.35-.24-.16-.41s.29,0,.31.1S379.52,114.25,379.43,114.33Zm-1.35-.94c0,.08-.22,0-.22-.18s.15-.41.27-.41.16.22.11.33S378,113.32,378.08,113.39Zm-.18,4.48a3.72,3.72,0,0,1-.54,1.3c-.08,0-.13-.32.06-1.51a2.85,2.85,0,0,0,.06-.39c-.09-.4.07-.34.13-.53s-.13-.19,0-.38,0-1.86.29-1.94c.12,0,.28.69.15,1.85A13.49,13.49,0,0,0,377.9,117.87Zm.4,4c0,.11-.43,0-.54-.11a7.26,7.26,0,0,1-.08-1.76c0-.1.06-.57.24-.59s.21.3.26.45A14.31,14.31,0,0,1,378.3,121.86Zm.17.44a1.05,1.05,0,0,0,.2.61s0,.13,0,.15,0,0,.06,0,.19-.05.24.08a.35.35,0,0,0-.26.08s-.12.18,0,.25.2.23.1.23-.21,0-.24-.1,0-.23-.07-.47-.12-.19-.2-.42-.21-.31-.06-.46S378.48,122.15,378.47,122.3Zm.46.22s-.06.12-.11.09,0-.32-.11-.42,0-.13.11-.13S378.94,122.42,378.93,122.52Zm.2.16c-.08.06-.11,0-.13-.06s.1-.21.05-.33-.14-.31-.08-.32a.68.68,0,0,1,.23.41C379.2,122.49,379.2,122.63,379.13,122.68Zm-.25.62c0-.07,0-.14.1-.13s.08.1.1.14a.77.77,0,0,1,0,.31c0,.06-.1.1-.19-.12A.32.32,0,0,1,378.88,123.3Zm-.46,3.6c-.05,0-.07-.21.07-.22s.18.1.13.17S378.47,127,378.42,126.9Zm-1.76,4.63a.25.25,0,0,0,0-.19c-.05-.1-.3-.37-.21-.37s.11,0,.2,0,.26.21.28.29,0,.25-.05.28S376.63,131.61,376.66,131.53Zm-.23.27c0-.06.19,0,.33,0s.1.08.11.12-.14.12-.27.12S376.42,131.92,376.43,131.8Zm-1.4-.26c.07-.06.1-.15.06-.2s-.1-.2,0-.21l.2,0c.05,0,.25.35.16.44S375,131.58,375,131.54Zm-4.37-7.17s0-.2.11-.4.13-.23.24-.23h.3c.2,0-.08.15-.2.25s-.05.36-.13.38A.89.89,0,0,1,370.66,124.37Zm-1.54-.46c-.36.18-.24.5-.34.49h-.35c-.08,0,0-.2,0-.26a.59.59,0,0,1,.43-.31C369,123.82,369.17,123.89,369.12,123.91Zm.26-1.44c.14,0,.25-.58.37-.49s-.05.68-.22.72c-.35.1-.47.57-.5.43s-.14-.72,0-.77S369.15,122.53,369.38,122.47Zm.16-.64a1,1,0,0,1-.06.27c0,.13-.19,0-.19-.17s.06-.28.19-.29A.59.59,0,0,1,369.54,121.83Zm.12-1.42c0,.2-.12.94-.18.9a2.17,2.17,0,0,1,0-.94,1.39,1.39,0,0,1,.28-.44C369.86,119.89,369.71,120.21,369.66,120.41Zm.46-5.87c0-.11.08-.47.22-.47s.13,1.31.05,1.42,0,1.32-.06,1.26a4.11,4.11,0,0,1-.3-1.36c0-.14,0-.35-.06-.51S370.08,114.65,370.12,114.54Zm-.18-1.57c.1,0,.14.18.12.27s.11.28,0,.28-.17-.09-.23-.21S369.86,113,369.94,113Zm-.35-1c.08,0,.24.12.25.18s.13.27.09.32-.18.14-.34-.07S369.39,112.11,369.59,112Zm-.39-.92c0-.18.12-.22.2-.22s.13,0,.13.2a.56.56,0,0,1-.17.42C369.3,111.48,369.18,111.25,369.2,111.08Zm.17-1.2c.08,0,.22.25.16.4s-.34-.1-.34-.2S369.3,109.91,369.37,109.88Zm.17-.31c-.1.22-.15-.09-.16-.14s-.06-.4,0-.44S369.72,109.16,369.54,109.57Zm-.15-.94c-.07,0,0-.3.11-.36s.15.07.15.13S369.53,108.72,369.39,108.63Zm.39-1c0,.14,0,.32-.21.4s-.12-.07-.13-.24,0-.34.11-.36S369.82,107.41,369.78,107.59Zm.38,2c.16-.1.25.27.16.41s-.34.37-.41.53-.18-.26-.11-.41A1.55,1.55,0,0,1,370.16,109.57Zm0-2.84c0,.11-.1.34-.24.28a.42.42,0,0,1,.06-.55C370,106.41,370.18,106.62,370.13,106.73Zm.07,2.25c-.15.12-.21.42-.28.31a.67.67,0,0,1,0-.48c.07-.3.24-.46.37-.41A.76.76,0,0,1,370.2,109Zm.15-1.74c.13,0,.32.17.2.31s-.52.3-.49.41-.31-.1-.09-.38S370.24,107.27,370.35,107.24Zm2.58-2c.06,0,0,.32,0,.35s.12-.16.12-.16.13-.22.19-.23.06.08,0,.19-.25.3-.24.43.11.35,0,.44-.27.08-.47-.05-.19-.42-.27-.55-.09-.13-.24-.15-.1-.3-.08-.41.15-.14.15-.14c.15,0,.2.11.21.23s.12,0,.2-.13.06.42.14.42S372.79,105.22,372.93,105.24Zm5,1.33c-.18,0-.17-.15-.24-.33s0-.35.09-.35.13.22.2.32S378.1,106.56,377.92,106.57Zm.33,1c-.23,0-.19-.11-.27-.25s-.23-.15-.28-.33a.22.22,0,0,1,.06-.22c.1-.08.22,0,.33.07s.36.24.39.36S378.52,107.56,378.25,107.56Zm-.38,2.6c.06-.06.13-.07.08-.19s-.42-.17-.51-.43.06-.26.26-.26.2,0,.35.2a.38.38,0,0,1,.08.51C378,110.22,377.82,110.22,377.87,110.16Zm0,1.12a.86.86,0,0,0-.32-.46c-.14-.12-.17-.06-.21-.14s.15-.44.29-.43a.2.2,0,0,1,.13.09.57.57,0,0,1,0,.29c0,.06.12.06.24.17a.39.39,0,0,1,.07.38C378,111.27,377.87,111.46,377.83,111.28Zm-.2.72c0-.12-.19.06-.31-.1a.19.19,0,0,1,.09-.3c.19-.07.48.18.54.27s0,.28-.11.32S377.62,112.21,377.63,112Zm-.28,1.41c-.17,0-.09,0-.09,0a.34.34,0,0,0,.14-.29.74.74,0,0,0-.14-.36c-.07-.14-.06-.27.05-.31s.33.25.33.36S377.61,113.35,377.35,113.41Zm-4.54,5.53c-.14.14-.13-.55-.13-.66,0-.47-.14-1.66-.15-1.89a3.57,3.57,0,0,1,0-1.22c.08-.15,0-.64.45-.65.14,0,.32.34.44.38s-.11.48-.13.61-.06.13-.06.24a1.21,1.21,0,0,0,.09.4C373.34,116.39,373.33,118.43,372.81,118.94Zm.27,2.42a6.59,6.59,0,0,1,.09,1.24,5.25,5.25,0,0,1-.29-1.57c0-.28,0-.92.15-1v.54C373,120.8,373.07,121.29,373.08,121.36ZM370.39,113c0-.07,0-.38.16-.31s.09.13.12.19,0,.16-.09.28,0,.34-.06.38-.24-.21-.25-.38S370.38,113,370.39,113Zm.21-6.39c0,.15-.39-.26-.22-.44s.25-.38.38-.48.24.08.26.31S370.62,106.41,370.6,106.58Zm1.2.09c-.15.44-.38.32-.8.55-.17.09-.14-.18-.1-.31s.33-.31.49-.38.21-.27.3-.26A.42.42,0,0,1,371.8,106.67Zm.3,1.54c.17-.06.45.07.4.27s-.35.33-.39.47a.42.42,0,0,0,.05.42c.1.09-.2,0-.33-.1a.71.71,0,0,1-.15-.56A.77.77,0,0,1,372.1,108.21Zm.31-.66c-.18.17-.13.27-.16.35s-.3.1-.35-.11a1.45,1.45,0,0,1,.68-1.13c.11-.06.46-.06.49.08C373.13,107.07,372.59,107.38,372.41,107.55Zm.9-.54a.81.81,0,0,1,.35-.22,1.29,1.29,0,0,1,.39,0c.15,0,.12.56-.16.8s-.55.2-.69.4a.4.4,0,0,0,0,.45c.08.08-.41,0-.46-.28a.57.57,0,0,1,.22-.49c0-.05,0-.14.06-.23A1.79,1.79,0,0,1,373.31,107Zm.14-1.69s.05.27.09.33.12-.25.18-.26,0,.2.08.29.33-.36.43-.35-.19.35-.22.44a.26.26,0,0,0,.06.25c.17.11.26,0,.26.14s-.07,0-.21.12-.14.14-.25.13a.72.72,0,0,1-.35-.13c-.1-.06-.25-.1-.25-.44S373.31,105.35,373.45,105.32Zm3.7,2.43c0,.1-.21.36-.39.3s0-.12-.07-.32-.29-.18-.42-.24a1,1,0,0,1-.51-.48c-.11-.29.2-.26.2-.26.27,0,.28.15.29.18a.94.94,0,0,0,.42.33C377,107.38,377.15,107.6,377.15,107.75Zm.36.2c-.25,0-.14-.13-.08-.18a.23.23,0,0,0,0-.38c-.2-.11-.3-.23-.16-.33s.29-.09.55.21S377.76,107.9,377.51,108Zm-.74,1.34c-.09,0,.1-.19.1-.33s-.32-.33-.56-.44-.09-.2,0-.27,0-.43.08-.4a.83.83,0,0,1,.4.29c.07.1.23.16.41.37s.28.28.2.52A.48.48,0,0,1,376.77,109.29Zm-.55-.64c.22.15.2.29.42.64s.45.25.52.4a.52.52,0,0,1,0,.35.39.39,0,0,1-.36.29c-.09,0-.08-.26-.1-.42s-.4-.2-.47-.28S376.08,108.55,376.22,108.65Zm.48,2.92c-.05,0-.11,0,0-.13a.33.33,0,0,0,0-.37,1.56,1.56,0,0,0-.48-.45c-.1,0-.1-.22,0-.28s.15,0,.06-.08a1,1,0,0,1-.22-.37.19.19,0,0,1,0-.2c.08-.06.22.14.26.17s.28.27.3.31,0,.24,0,.26.09.17.36.21.23.36.18.5A.88.88,0,0,1,376.7,111.57Zm.21,1.65c0-.07,0-.13.09-.13s.16.23.17.26-.07.14-.17.09S376.9,113.33,376.91,113.22Zm-1.55-2.6c-.18-.09.07-.22.08-.35s-.09-.37-.28-.39a.81.81,0,0,1-.52-.13.57.57,0,0,1-.28-.44.3.3,0,0,1,.23-.35c.06,0,0,.17.26.22a.49.49,0,0,1,.37.23c.15.17.16.37.4.42s.47.38.3.55S375.5,110.7,375.36,110.62Zm-1-2.75c.08-.05,0-.31.11-.31s.53.4.66.52.18.53.45.6.38.29.35.4a.86.86,0,0,1-.38.46.18.18,0,0,1-.27-.11c0-.1.05-.21,0-.37s-.73-.51-.92-.57a.53.53,0,0,1-.25-.49C374.2,107.93,374.32,107.92,374.4,107.87Zm.06-1.92a.12.12,0,1,1,0-.24.12.12,0,0,1,0,.24Zm1.22,2.12c0-.25-.36-.24-.53-.35a.92.92,0,0,1-.44-.62c0-.18-.42-.33.17-.33.36,0,.37.18.44.27a1.82,1.82,0,0,0,.42.55.56.56,0,0,1,.22.75.27.27,0,0,1-.39.15C375.43,108.37,375.72,108.41,375.68,108.07Zm-1.12-2.75a.55.55,0,0,1,.43.14c.08.1.17.24.17.24s0-.4.13-.4.25.43.24.6,0,.29-.21.37a.88.88,0,0,1-.81,0c-.15-.09.12-.16.25-.41S374.29,105.35,374.56,105.32Zm-1.73,4.28a.61.61,0,0,1,0-.62c.12-.16.23-.09.46-.27s.11-.31.18-.44a.48.48,0,0,1,.24-.21c.24-.07.43,0,.45.31a.44.44,0,0,1-.18.41c-.07.07-.14.07-.28.11a1.26,1.26,0,0,0-.48.52c0,.12.17.33.11.38A.36.36,0,0,1,372.83,109.6Zm-1,3.25c.06-.21.32-.25.42-.45s-.1-.35.13-.36.14-.07.18-.08.17.13.1.22,0,.24,0,.32-.46.18-.46.31-.14.17-.08.35.08.3,0,.25A.63.63,0,0,1,371.84,112.85Zm0-1.23c.44-.42.48-.8.6-.72s.2.44.18.66-.71.44-.73.51S371.72,111.77,371.88,111.62Zm-.15-1.32c.13-.09,0-.33.25-.45s.28-.28.39-.38.3.42.26.59-.38.32-.54.49,0,.23,0,.36-.15.21-.3,0S371.54,110.45,371.73,110.3Zm-.69-1.84c-.05.05-.19.07-.15.36,0,.1-.44-.07-.18-.6a1.14,1.14,0,0,1,.64-.62c.15,0,.27.23.31.37S371.18,108.33,371,108.46Zm0,1.8c.09.11-.36.19-.36-.36,0-.14.14-.43.26-.46s.31-.35.37-.33.24.25.19.34c-.21.45-.43.4-.46.51A.35.35,0,0,0,371,110.26Zm.14,1.45c-.16,0-.31,0-.31-.12a1.57,1.57,0,0,1,.09-.72c.12-.29.25-.27.25-.27s.28,0,.14.45c-.05.17-.33.3-.28.46s.3,0,.36.13a1,1,0,0,1-.07.62c-.15.24-.39.39-.39.2s-.15-.28,0-.38S371.36,111.78,371.15,111.71Zm.07,2c-.14,0-.29-.3-.22-.57s.18-.14.25-.21,0-.15.07-.19a.11.11,0,0,1,.19.06c-.06.22-.24.28-.29.64C371.21,113.53,371.43,113.67,371.22,113.67Zm1.2.37c0,.14.23.22,0,.23s-.37-.19-.39-.46.25-.38.34-.48,0-.1,0-.18a1.42,1.42,0,0,1,.39-.28c.12,0,.13.5,0,.55A.72.72,0,0,0,372.42,114Zm3.34-2.52a.4.4,0,0,1-.26.13c-.18,0,0-.16,0-.26s-.24-.38-.53-.5c-.14,0-.25,0-.52-.23-.1-.11-.07-.35-.25-.44s.06-.19-.26-.41h0a.75.75,0,0,0,0,.15c.05.32-.13.35-.24.46a.67.67,0,0,0-.3.59c0,.2-.16.3-.36.09s0-.66.05-.79.09-.19.26-.26.22-.26.15-.36-.09-.1-.05-.16a.58.58,0,0,1,.54-.09c.08-.07.24-.16.26-.1s0,.26.05.4a.7.7,0,0,0,.3.41c.14.09.34.06.53.24s0,.26.11.34a1,1,0,0,0,.5.26C375.92,111.05,375.87,111.39,375.76,111.52ZM375,115.2c0-.24.57-.38.63-.33s.05.5.06.62c0,.49.2.5.21.6a12.26,12.26,0,0,1-.32,2.3c-.16.19-.14-.15-.27-.57a6.57,6.57,0,0,1-.23-1.6C375.07,115.78,375,115.45,375,115.2Zm-1-.63c.15-.06,0-.22.11-.32a.2.2,0,0,1,.2-.06c.1,0,.15.11.1.28s-.13.46-.32.49S373.94,114.6,374,114.57Zm-.09-1.07c.09-.09.26-.5.28-.44.11.32-.06.35-.12.56s-.47.37-.48.55,0,.27-.08.32-.3.07-.3-.38S373.81,113.61,373.94,113.5Zm.18-2.1c0,.22-.52.58-.61.62s-.06.28-.14.34-.22,0-.27-.26a.49.49,0,0,1,.37-.56c.2-.05.2-.15.21-.27a.32.32,0,0,1,.25-.27C374.05,111,374.16,111.17,374.12,111.4Zm1.23,2.84c.06,0,.1.16.06.25s-.28.21-.29.17.09,0,.08-.16S375.28,114.22,375.35,114.24Zm.41-2c.12.12.07.39,0,.41s-.19-.12-.19-.2-.11-.16-.12-.22S375.65,112.15,375.76,112.25Zm-.15.94a.49.49,0,0,1,.18.41c0,.16,0,.17-.35.34-.05,0-.21,0-.15-.1a1.2,1.2,0,0,0,0-.62C375.22,113,375.55,113.15,375.61,113.19ZM374.33,112s.06,0,.07.07h0s.7.45.8.54.05.52,0,.55-.45-.2-.44-.33.09-.12.09-.21-.4-.25-.36-.36,0,0,0,0h0a.62.62,0,0,1,0,.2s-.08,0-.27.08-.36.45-.38.64.09.39-.09.32-.38-.33-.35-.47.28-.14.37-.3,0-.43.15-.45A1,1,0,0,0,374.33,112Zm.05-.75c-.2-.11-.16-.33-.11-.28.23.19.81.5.93.63a.44.44,0,0,1,0,.42c-.24.17-.7-.34-.77-.44S374.48,111.26,374.38,111.2Zm.45,3.92c-.08.07-.18.09-.2.06s.06-.43.17-.37S375.12,114.86,374.83,115.12Zm-.3-1.28c0-.29-.12-.55-.08-.58s.24.08.32.13a.71.71,0,0,1,.31.31c.08.23-.19.16-.18.23s.11.07.23.14.05.2-.11.22S374.53,113.93,374.53,113.84Zm1.6-.8a1.27,1.27,0,0,1,0-.67c0-.11-.15-.18-.2-.29s.13-.11.29,0a.39.39,0,0,1,.2.3c0,.17,0,.29,0,.31s.34.47.28.65-.14.28-.27.14A3.11,3.11,0,0,1,376.13,113Zm-.12.36c.05-.1.17,0,.19.07s.09.23,0,.22S375.94,113.58,376,113.4Zm.07.62c0-.07.18,0,.21,0a.12.12,0,0,1,0,.22C376.16,114.31,376.07,114.12,376.08,114Zm0-2.41a1.11,1.11,0,0,1,0-.74c.15-.13.34.63.6.83s.32.32.26.44-.29.34-.2,0S376.19,111.69,376.11,111.61Zm1.26-3.15c-.07-.12,0-.36.31-.32a.38.38,0,0,1,.33.21.89.89,0,0,1,0,.52c0,.12-.21.46-.18.09S377.55,108.81,377.37,108.46Zm-.58-1.85c-.06-.13-.05-.32.16-.33a.27.27,0,0,1,.27.37.35.35,0,0,1-.39.27C376.58,106.89,376.91,106.83,376.79,106.61Zm-.56-1.19c.1-.14,0-.61.09-.61s.18.15.22.33c.1.42-.2,0-.11.21.16.36.05.58,0,.65a.93.93,0,0,1-.7.29c-.18,0-.14-.06-.06-.13a.56.56,0,0,0,.08-.4c0-.16-.17-.32-.15-.42s.31.27.39.25-.09-.41,0-.44S376.17,105.51,376.23,105.42Zm.38-2.81c0-.11.14-.12.18-.17s0-.27.11-.34.11-.08.16.05,0,.29.05.42,0,.25,0,.38-.22.19-.42.24a.53.53,0,0,0-.37.36c-.09.24-.24,0-.23,0s-.09-.31,0-.36a1.51,1.51,0,0,0,.46-.32C376.65,102.71,376.58,102.74,376.61,102.61Zm-3,.89a1,1,0,0,0,.59.34,1.12,1.12,0,0,0,.78-.1c.26-.19.56-.88.76-.92s.21,1,.19,1.13a1,1,0,0,1-.62.52c-.15,0-.43,0-.36-.08s.24-.1.26-.2-.13,0-.25,0-.29-.09-.26,0,.12.18,0,.23-.57.11-.65,0,.13-.25.07-.31-.11.1-.25.15-.44,0-.38.07.17.06.26.08.16.07-.05.09-.53,0-.68-.11a.73.73,0,0,1-.23-.64c.06-.26.09-.84.19-.84S373.47,103.34,373.64,103.5Zm.81-.1a.24.24,0,0,0,.27,0c.12-.06.1-.11.3-.31s.29-.13.26,0-.25.51-.52.52c-.08,0-.27,0-.29.05s-.25.13-.45,0-.42-.46-.38-.65.28-.29.48-.3.15-.16.2-.12a.68.68,0,0,0,.59.24c.26,0,0,.44-.27.46S374.39,103.35,374.45,103.4Zm-4.4,8.11c-.14.08-.16-.25-.11-.4a.83.83,0,0,1,.38-.42c.07,0,.32,0,.24.17A2.53,2.53,0,0,1,370.05,111.51Zm.45.16c.08,0,.25.26.15.36s.06,0-.1.28-.35.15-.42,0S370.39,111.73,370.5,111.67Zm-.81,12.11c.18,0,.23,0,.23.1s-.21.16-.26.25,0,.23-.07.29a1.45,1.45,0,0,1-.39,0c-.16,0-.07-.18,0-.35A.51.51,0,0,1,369.69,123.78Zm.07-.45c0,.08-.08.18-.16.12s-.05-.28.06-.3S369.8,123.24,369.76,123.33Zm.58-1c-.08.17-.39.5-.38.59s0,.14,0,.24c0,.3-.1.49-.14.47s.08-.24,0-.46-.32-.16-.38-.12,0,.62-.08.58a.55.55,0,0,1-.13-.47.55.55,0,0,1,.49-.34c.2,0,.22-.14.23-.3s.08-.49.32-.54S370.42,122.16,370.34,122.32Zm.22,1.09c-.06,0-.18-.07-.15-.14s0-.14.08-.14.12,0,.15.09S370.63,123.4,370.56,123.41Zm-.2-.44a.36.36,0,0,0,0,.41c.06.08.11.19.06.24s-.25,0-.32-.05a.82.82,0,0,1,.09-.66.33.33,0,0,1,.28-.11.52.52,0,0,1,.24.15c.21.2.07.37.05.38s.05-.18-.17-.36C370.53,122.94,370.41,122.91,370.36,123Zm0,1.33c.05.16,0,.17-.25.17s-.24,0-.24-.16a1,1,0,0,1,.18-.36.4.4,0,0,1,.34-.21c.12,0,.31-.06.31,0s-.09.11-.18.19A.53.53,0,0,0,370.4,124.3Zm.77-1.76a.84.84,0,0,1-.05.31c0,.1,0,.24-.05.34s-.11.22-.08.31-.32.19-.35.08.06-.28.17-.27.13-.08.07-.31c0-.08.08-.2.1-.3s0-.16-.09-.16-.36,0-.32-.08,0-.3.08-.39a.11.11,0,0,1,.19,0c.1.07.25,0,.34-.13s.32-1.35.2-1.25-.06.49-.12.7a.8.8,0,0,1-.15.26c-.19.22-.34.22-.39.18s0-.51.1-.51.13.27.17.26.1-.36.06-.52a1.7,1.7,0,0,1,0-.28c0-.37.05-1.23,0-1.27s0-1.71,0-1.8a8.76,8.76,0,0,1-.29-1.85,1.94,1.94,0,0,0-.12-.58,1,1,0,0,1,.2-1,1.11,1.11,0,0,1,.93.14c.17.16.54.48.57.65a2.61,2.61,0,0,1,0,1.06,1.1,1.1,0,0,0-.11.35,8.16,8.16,0,0,0,0,1.46c0,.11,0,.23,0,.32a3.31,3.31,0,0,0,.3,1,.76.76,0,0,1,.15.68c-.09.06-.11-.3-.2-.36s-.14,0-.13,0a2.14,2.14,0,0,1,.2.7,2.55,2.55,0,0,0,.1.51c.07.26,0,.68-.16.7a1.34,1.34,0,0,1-.17-.52,1,1,0,0,0-.07-.24c0-.08-.07-.18-.11-.19s.17.72,0,.85-.21.23-.25.17-.1-.9-.18-1,0,.91-.1,1.13S371.12,122.34,371.17,122.54Zm1.28.37c-.06,0,0,0,0,.12s0,.57-.1.59-.08-.16,0-.28-.07-.3-.1-.39,0-.29-.08-.43-.12-.23-.16-.24-.09.26-.19.34-.16.12-.18.16,0,.11.05.11a.77.77,0,0,1,.28.07.35.35,0,0,1,.12.32.55.55,0,0,1-.19.34c-.11,0,0-.35,0-.4s-.07-.14-.15-.18-.15,0-.25,0a.15.15,0,0,0-.07.18.45.45,0,0,1,.07.32c-.05.12-.28.17-.28-.2,0-.16.06-.33.15-.35s0-.41.08-.68.07-.39.3-.39c.07,0,.17.1.26.1s0-.34,0-.35.13-.27.22-.29.1.13.13.19a1.88,1.88,0,0,1,0,.58s0,.11.06.11.24-.09.14.1-.09.11-.09.17,0,.15.09.11.11-.18.17-.2.21,0,.21.08,0,.17-.11.17-.23,0-.25,0S372.51,122.91,372.45,122.91Zm-.09.79c.07,0,.28.08.1.2a.94.94,0,0,0-.33.38s-.18,0-.18-.11S372.29,123.71,372.36,123.7Zm-.72-.56c.18,0,.19.13.18.21s0,.16-.11.16-.13-.08-.14-.16S371.57,123.13,371.64,123.14Zm.06.6c.13,0,.42,0,.35,0a1.07,1.07,0,0,0-.3.25c0,.06,0,.22-.05.27s-.18,0-.32,0S371.61,123.75,371.7,123.74Zm1.28-.37c0,.08-.17.06-.2,0s-.1-.18.08-.19S373,123.3,373,123.37Zm.07-.23c0-.07-.27-.21-.36,0a.47.47,0,0,0,0,.29c0,.06.17.14.19.25s-.22,0-.27-.07a1,1,0,0,1,0-.21.7.7,0,0,1,0-.45.27.27,0,0,1,.25-.13.35.35,0,0,1,.27.15.4.4,0,0,1,0,.32s.05.16.05.22-.1.09-.12.1a.09.09,0,0,1-.09-.12c0-.05,0-.13.06-.18A.31.31,0,0,0,373.05,123.14Zm2-.33a.63.63,0,0,1,0,.77,8.13,8.13,0,0,1-1.42,0c-.17,0,0-.27-.08-.41s-.23-.29-.16-.36a.43.43,0,0,0,0-.55c-.09-.09,0-.66,0-.74a1.28,1.28,0,0,0,0-.66,3.63,3.63,0,0,1,.26-2c.16-.29-.24-2.68,0-3,.06-.06,0-.26.1-.28s.2.16.31.07a.46.46,0,0,1,.39-.09c.14,0,.21.16.28.18s.19-.15.24-.07.07,2.21.05,2.31a9.35,9.35,0,0,0,.41,1.88,1,1,0,0,1,0,.59,1.88,1.88,0,0,0,0,.33,1.6,1.6,0,0,1-.08.62c-.07.14-.17.45-.3.69A.81.81,0,0,0,375.09,122.81Zm3,.62c0-.09,0-.14.12-.16s.18.15.11.21S378.05,123.53,378.06,123.43Zm-.17.45a.66.66,0,0,1,.33.05,1.39,1.39,0,0,1,.37.46c0,.14-.23.1-.31.09s0-.29-.3-.47C377.93,124,377.8,123.89,377.89,123.88Zm-1.77,0a.53.53,0,0,1,.32.09c.27.21.18.34.11.27a.78.78,0,0,0-.48-.25C376,124,376,123.89,376.12,123.89Zm-.07-.75a.18.18,0,0,1,.15.23c-.05.11-.07.14-.15,0S375.89,123.14,376.05,123.14Zm1.1.28s-.14,0-.18-.13,0-.19.08-.19a.14.14,0,0,1,.15.12C377.19,123.29,377.19,123.41,377.15,123.42Zm-1.22,0c.06.15-.07.26-.17.2a1,1,0,0,1,0-.77.15.15,0,0,0-.05-.27c-.07,0-.07-.36.08-.36s.26.49.28.3A2.54,2.54,0,0,0,376,122c-.06-.2-.06-.47,0-.46s.09-.35,0-.37-.06-.71,0-.75.07-.51.16-.51.14.55.11.68,0,.13.08.27,0,.31,0,.41,0,.37,0,.63-.18.2-.05.55a1.49,1.49,0,0,0,.09.3c.05.08.13,0,.15-.14a1.21,1.21,0,0,1,.17-.35s.16,0,.21.06a.21.21,0,0,1,0,.28c0,.08-.12.13-.19.23s.21,0,.38,0a.3.3,0,0,1,.24.21,1.12,1.12,0,0,1,0,.24,1.14,1.14,0,0,1-.12.36.13.13,0,0,1-.2,0c0-.1.15-.24.14-.4a.18.18,0,0,0-.09-.18.34.34,0,0,0-.31,0,.18.18,0,0,0,0,.24.39.39,0,0,1,.15.21c0,.16-.09.17-.25.14s-.12-.24-.11-.47-.15-.14-.25-.34-.16,0-.06.08a.52.52,0,0,1,.11.38.24.24,0,0,1-.18.25s0-.17,0-.33-.18-.23-.25-.16S375.92,123.4,375.93,123.45Zm.87.67c-.15-.11-.32-.28-.24-.29a.52.52,0,0,1,.28,0,.89.89,0,0,1,.3.28c0,.08.19.35.09.35s-.35,0-.38-.09S376.86,124.16,376.8,124.12Zm.65.07c0-.06-.36-.32-.29-.32s.31-.05.5.14a1,1,0,0,1,.23.4c0,.09-.05.09-.18.09s-.27,0-.24-.08A.37.37,0,0,0,377.45,124.19Zm.1-2.49c.08-.06.1.12.15.17s.21.21.17.23a.36.36,0,0,1-.25-.07C377.53,122,377.5,121.74,377.55,121.7Zm-.69-3a7.82,7.82,0,0,0,.46,1.61c.08.21.05.64.1.83s-.13.16-.14.32-.06.5.07.59.43.15.51.4a.43.43,0,0,1-.06.32.5.5,0,0,0,0,.32c.06.11.08,0,.15-.13s.27,0,.32.12a1.5,1.5,0,0,1,.09.46c0,.12-.08.11-.13.08s.07-.34,0-.44a.19.19,0,0,0-.23,0c-.13.07.15.42,0,.45s-.13.06-.19,0,0-.26-.05-.29-.14-.06-.17.13-.05.06-.05-.14.12-.35,0-.5a.76.76,0,0,1-.21-.31c-.06-.15.06-.28-.22-.32-.09,0-.4-.09-.36-.25a.27.27,0,0,0-.08-.34c-.09-.09.11-.37,0-.55a2.31,2.31,0,0,1-.36-1.17c0-.68-.07-1.54-.07-1.54a5.68,5.68,0,0,0-.21,1.1,10,10,0,0,0-.3,1.8,1.26,1.26,0,0,1,0,.33,2.8,2.8,0,0,1-.18.45,1.07,1.07,0,0,0-.05.6c.05.07-.19.11-.2-.12a1.26,1.26,0,0,1,.13-.59c0-.08.17-.21.19-.29a.75.75,0,0,0-.13-.43.86.86,0,0,1,0-.55c.12-.57.43-2.5.48-2.66s0-2.34,0-2.61-.27-.78-.07-.81c.46-.06.45-.1.54-.18s.42-.52.55-.52.42.09.4.18c-.06.42.34.75.12,1.62a13.85,13.85,0,0,1-.36,1.62C377,118,376.79,118.35,376.86,118.73Zm1.49-10.19c-.34,0-.05,0,0-.18s-.06-.1-.16-.23-.13-.41.16-.42.33.15.4.4A.36.36,0,0,1,378.35,108.54Zm.25,1c-.14,0-.09-.12-.12-.2s-.17-.12-.2-.2a.2.2,0,0,1,.07-.22.33.33,0,0,1,.35,0,.36.36,0,0,1,.2.37C378.89,109.34,378.75,109.53,378.6,109.53Zm-.39,1.25a.3.3,0,0,1,.32.14c.16.25.14.5,0,.55s-.18-.06-.16-.26A.54.54,0,0,0,378.21,110.78Zm.57-.24c-.06-.31-.18,0-.25-.35s-.29-.12-.08-.36c.08-.08.3,0,.4.18a1.25,1.25,0,0,1,0,1.09C378.64,111.45,378.84,110.85,378.78,110.54Zm-1.55-5.67c.25-.21.11-.82,0-1s.19,0,.33,0,0-.15-.22-.24-.1-.12,0-.18.27,0,.53.3.07.54-.05.75-.1.37-.33.38-.25.25-.33.38a.38.38,0,0,1-.41.22c-.13,0-.12-.12-.08-.15s.12,0,.14,0,0-.19,0-.29a3.3,3.3,0,0,0-.26-.39.25.25,0,0,1,0-.32c.11-.08.24.33.35.29s-.21-.45-.07-.56.13.35.15.34,0-.59.1-.51a1,1,0,0,1,.18.51C377.26,104.68,377.2,104.89,377.23,104.87Zm-1.78-4.51c.09-.09.31-.06.31.18s0,.47-.28.61S375,101,375,101a1,1,0,0,0,.36-.15C375.54,100.74,375.34,100.48,375.45,100.36Zm-2.64.46c.17.13,0,.2.24.41a1,1,0,0,0,.56.24.94.94,0,0,1-.53.07.87.87,0,0,1-.57-.46C372.43,100.92,372.66,100.7,372.81,100.82Zm.1,1.51a1.28,1.28,0,0,1-.61-.19c-.07,0,0-.14.15-.11a2.07,2.07,0,0,0,.59.09,1.83,1.83,0,0,0,.89-.23c.19-.08.28-.12.3-.26s-.06-.12-.24.05a2,2,0,0,1-1.16.21c-.3,0-.38-.18-.55-.4s-.08-.25.05-.25.22.35.4.42a1.44,1.44,0,0,0,.85.08c.19,0,.37-.12.4-.23a.16.16,0,0,0-.08-.18c-.33-.16-.37,0-.58-.17s-.12-.28-.25-.62a.24.24,0,0,1,.14-.33c.08,0,.15,0,.16.21s-.07.39.05.58.27,0,.56.19a1.32,1.32,0,0,0,.51.16c.17,0,.21-.17.4-.19s.14.1.34.15a.54.54,0,0,0,.54-.14c.14-.12.19-.08.24-.23s0-.16,0-.36.44,0,.25.56a.78.78,0,0,1-.45.44,1.2,1.2,0,0,1-.94-.18c-.28-.17-.07.13.22.23.58.19.71.11.87,0s.3-.36.51-.42.17.16,0,.37a.75.75,0,0,1-.65.37,1.64,1.64,0,0,1-.69-.09,2,2,0,0,1-.62-.37c-.14-.1-.07.07,0,.16a1.27,1.27,0,0,0,.8.42,1.82,1.82,0,0,0,1,0c.39-.14.28-.4.57-.58.1-.07.18.07.24.16a.38.38,0,0,1,0,.36c-.07.09-.16,0-.13-.08s-.15-.17-.2,0a1.19,1.19,0,0,1-1.29.65,1.34,1.34,0,0,1-1-.45c-.12-.13-.12-.34-.24-.34s0,.07-.14.25a2.53,2.53,0,0,1-.5.45c-.18.13-.32.06-.7.27-.17.09-.48.07-.46-.1s.32-.11.46-.18S373,102.34,372.91,102.33Zm-.65,2a.47.47,0,0,1-.06.39c-.13.15-.45.12-.49.31s0,.2-.07.31a.35.35,0,0,1-.22.1c-.13,0-.2-.08-.25-.26s-.08-.51-.24-.61a2.54,2.54,0,0,1-.57-.71c0-.11,0-.12.06-.11a3.35,3.35,0,0,1,.52.41c.14.13.14-.52.44-.42s.1.39.16.62c.13.51.09-.16.25-.2s.15.26.13.39S372.19,104.26,372.26,104.34Zm-1-1.51c0-.2-.05-.4.1-.38s.16.14.08.37a1,1,0,0,0-.07.38c0,.34-.17.57-.47.55s-.14-.11-.33-.29-.3-.19-.37-.34a.7.7,0,0,1,0-.48c0-.16.26,0,.49-.13s.16-.25.28-.25.17.29.19.44a2.78,2.78,0,0,1,0,.31S371.27,102.94,371.26,102.83Zm-3.33-.31c.07-.07.1.27.24.29a.49.49,0,0,1,.36.16c.07.1.07.2.21.28s.39.21.42.38-.15.35-.28.47-.07-.21-.3-.35-.65-.16-.76-.38A.78.78,0,0,1,367.93,102.52Zm-1.47,3.06c-.38-.32-.45-.5-.45-.73s.12-.3.25-.23.33.34.45.4,0,.28.07.32.06,0,.09-.07,0-.13.05-.2,0,0,.06,0a.21.21,0,0,0,0-.19c-.05-.12-.12,0-.36-.43a1.19,1.19,0,0,0-.35-.3.37.37,0,0,1-.15-.27c-.05-.12-.28-.37-.18-.44s.24.21.4.27.19,0,.32,0,0,.3.22.47.31.18.36.29,0,.1,0,.15a.66.66,0,0,1,0,.61c-.16.25-.51.24-.43.29s.34,0,.47.3a.64.64,0,0,1-.23.82c-.24.12-.6,0-.52-.07a.76.76,0,0,0,.28-.46C366.82,105.94,366.75,105.83,366.46,105.58Zm2,.16c-.1-.17-.72-.12-1-.55-.1-.17,0-.31,0-.49s-.21-.29-.21-.44.25-.31.25-.31a.09.09,0,0,0,0,.06c-.09-.09,0-.44.09-.47s.25.15.46.35.29,0,.34.14,0,.13.21.22.28,0,.38,0,.27.26.22.59c0,.14-.07.21-.27.32s-.29-.13-.28-.26a.42.42,0,0,0-.25-.34c-.12,0-.35,0-.55-.07s-.1-.45-.25-.5a.75.75,0,0,1,0,.33.78.78,0,0,0,.34.61c.27.13.52.16.72.26a.5.5,0,0,1,.27.67.45.45,0,0,1-.56.2C368.29,106.05,368.56,105.92,368.46,105.74Zm.3,6.55c0-.12.05-.34,0-.38s-.19-.24-.07-.29.1,0,.23.12a.74.74,0,0,1,.09.65C368.92,112.49,368.74,112.41,368.76,112.29Zm0-2.43a.14.14,0,0,1,.12.15c0,.09,0,.19-.05.22s-.1-.08-.14-.08S368.56,109.87,368.75,109.86Zm-.9,1.42a.11.11,0,0,1,0-.19.29.29,0,0,1,.22,0c.15,0,.18.1.32.08s.21-.25.32-.33.27.1.28.34-.05.21-.24.22c0,0-.05-.11-.14-.09s.05.26-.1.46-.18.32-.22.16.06-.28-.08-.43S368,111.35,367.85,111.28Zm.36-1A1.53,1.53,0,0,1,368,110a.24.24,0,0,1,.13-.28c.11,0,.17.15.22.3s.23.24.23.37a.43.43,0,0,1-.3.44.74.74,0,0,1-.62-.09c-.11-.12,0-.21,0-.22s.2.18.36.21.11-.07.19-.14A.19.19,0,0,0,368.21,110.24Zm-.13,3.75c-.1.11-.25.09-.4.07s.15,0,.24-.47C368,113.4,368.29,113.77,368.08,114Zm.06-1.12c-.11.29-.32.29-.43.47s.19.2-.2.4c-.13.06-.28,0-.17-.09a.37.37,0,0,0-.1-.53c-.12-.09-.16-.37,0-.38s.25.32.41.31.27-.22.26-.36-.15-.17-.25-.29-.08-.21-.17-.27c-.24-.15-.15-.28,0-.27s.4.31.51.39A.48.48,0,0,1,368.14,112.87Zm.65.48a.62.62,0,0,1-.37.18c-.28,0-.08-.12.05-.33s-.13-.55.07-.62.29.12.41.24,0,.23-.11.3S368.85,113.29,368.79,113.35Zm.33-5.15a.66.66,0,0,0-.18.55c0,.19,0,.53-.12.61s0,.34-.11.43-.36-.07-.33-.18.21-.16.23-.32-.14-.3-.31-.52.14-.28.3-.28.33,0,.26-.14-.41-.44-.47-.75.25-.25.31-.26,0,.34.14.35.08.06.18-.1-.22-.08-.18-.4,0-.59,0-.71.17-.33.26-.32,0,.34.06.47.24.26.28.34a.25.25,0,0,1-.08.36c-.13.09,0,.16-.19.3S369.26,108.07,369.12,108.2Zm1,12.48a1.73,1.73,0,0,1,.13-.67c.05-.13.06-.27.14-.46s-.11-1.34.12-1.27,0,.67,0,.75a1.91,1.91,0,0,0,0,.53,1.94,1.94,0,0,0,.22,1.09c.05.07,0,.28,0,.51,0,0-.13.15-.21.28s-.08.24-.13.28-.34-.08-.46,0-.21.15-.23,0,.07-.16.17-.32a1.53,1.53,0,0,0,.11-.29A.86.86,0,0,0,370.11,120.68Zm-2.24,3.3a.44.44,0,0,1,.37-.17c.15,0,.1.11,0,.2a.55.55,0,0,0-.22.44s-.37.09-.36,0A.76.76,0,0,1,367.87,124Zm-.85,0a.85.85,0,0,0-.17.44c0,.12-.17.1-.26.11s-.07-.2,0-.34.11-.23.22-.25S367.09,123.88,367,124Zm.1.12a.65.65,0,0,1,.55-.2c.1,0,.07.11-.07.14a.29.29,0,0,0-.22.26c0,.11.08.23-.06.23h-.21C367,124.5,367,124.21,367.12,124.07Zm3,1.12v.12h.15c-.17.12-.35.26-.36.33h-.12v.12h.12a.67.67,0,0,1-.2.41l0,0h-.17v.12h.12a.43.43,0,0,0,.06.27h-.12v.13h.18s0,0,0,.08c0,.18.08.43-.15.44s-.55-.16-.93-.24v-.1h-.18V127h-.08v-.07h-.19V127l-.12,0h-.06v-.1h-.18v0c-.16-.17-.15-.65-.32-.85a2.6,2.6,0,0,1-.36-1.07h.15v-.12h-.17v-.08a12.73,12.73,0,0,1,3.38-.18c.18.13.1.31,0,.44a1.64,1.64,0,0,1-.25.2v-.1Zm4.32,5.7a3.46,3.46,0,1,1,3.47-3.5A3.48,3.48,0,0,1,374.45,130.89Zm0,.63c-.05-.06-.05-.31,0-.31s.32,0,.37-.06.16.33,0,.39S374.55,131.6,374.48,131.52Zm-.21.19a3.76,3.76,0,0,1,.48,0s-.06.27-.13.28a1.78,1.78,0,0,1-.48,0S374.2,131.72,374.27,131.71Zm0-.17c0,.09-.42.06-.49,0s-.21-.39-.12-.37a3.71,3.71,0,0,0,.55.06C374.31,131.24,374.27,131.46,374.29,131.54Zm-.63.19a1.27,1.27,0,0,1,.52,0s-.09.27-.21.28-.46,0-.46,0A.29.29,0,0,1,373.66,131.73Zm-.41-.15c-.09,0-.19-.26-.17-.33a.34.34,0,0,1,.1-.18,1.64,1.64,0,0,0,.38.06c.12,0-.07.11-.06.15l.09.26C373.63,131.63,373.34,131.61,373.25,131.58Zm-.31.29c0-.06,0-.16.17-.16s.34,0,.34,0a.25.25,0,0,1-.26.23C373,132,372.84,132,372.94,131.87Zm-.33-.62c0-.07.29-.29.29-.29l.21.08s-.23.12-.1.32-.16.17-.26.18S372.58,131.32,372.61,131.25Zm-2.09-2.05h0a.46.46,0,0,0-.31-.11c-.1,0-.2-.09-.28-.22H370v-.15h-.13c-.16-.34-.24-.8-.12-.82a3.3,3.3,0,0,1,.81,0s0,.07.06.15h-.17v.15h.19v0a1.87,1.87,0,0,0,.28.91l.07.11h-.15v.14H371v-.08a12,12,0,0,0,.87,1.28c.12.08,0,.11,0,.11a2.82,2.82,0,0,1-.65,0c-.05,0,0-.11-.07-.28h.16v-.15h-.19v.08l0-.08c-.16-.29-.37-.54-.4-.63a.5.5,0,0,0-.07-.17h.08v-.15Zm-.79,1.45c0-.07.2-.22.24-.28a.66.66,0,0,0-.06-.39c-.05-.07-.21-.36-.31-.38s-.23-.11-.29-.13,0-.08,0-.08a.72.72,0,0,1,.2.05,2.38,2.38,0,0,1,.43.24,3.17,3.17,0,0,1,.33.46c.06.18-.09.27-.1.4s0,.16-.15.17S369.7,130.72,369.73,130.65Zm-3.81-.46-.06-.09H366V130h-.19V130a.13.13,0,0,0-.08,0c-.1,0,0-.39,0-.47h0s0,0,0,0a1.26,1.26,0,0,0,.89-.49c.08-.15.46,0,.73.18h-.06v.15h.19v-.06h0c.24.19,1.12-.05,1.31.21l0,0h0v.15H369v-.06c.27.12.67.15.74.47s-.16.46-.25.47-2.9,0-3,0-.34,0-.46-.21l0-.06h.07v-.14Zm4.55,1.21a.33.33,0,0,1-.33,0c-.14-.1-.2-.35-.14-.4a1.18,1.18,0,0,1,.48-.21c.13,0,.23.06.22.08s-.28.13-.34.22S370.55,131.35,370.47,131.4Zm.6-.07c.07,0,0,.14-.11.15s-.42-.38-.31-.46a2.52,2.52,0,0,1,.77-.29s.18.11.15.13l-.48.26A.14.14,0,0,0,371.07,131.33Zm.73.19a.7.7,0,0,1-.35,0c-.17-.06-.27-.31-.2-.35a4,4,0,0,1,.92-.39l.16.08c.08,0-.51.23-.59.36S371.83,131.47,371.8,131.52Zm.65-.06s-.28.1-.34.08-.21-.29-.13-.34.39-.31.48-.31a2.17,2.17,0,0,0,.25.05c.07,0-.29.1-.33.2A.51.51,0,0,0,372.45,131.46Zm3.09-.16c0-.06-.23-.23-.17-.24a.85.85,0,0,0,.24-.08c.05,0,.26.25.31.29s.05.21,0,.25-.43.07-.37,0A.15.15,0,0,0,375.54,131.3Zm.55-.1c-.08-.08-.27-.21-.2-.23s.15-.07.19-.05.44.34.44.44,0,.2-.17.21-.27-.06-.27-.11S376.17,131.28,376.09,131.2Zm2.32.26c0-.06,0-.13,0-.19s-.2-.26-.11-.27a.24.24,0,0,1,.2.08c.06.07.23.29.21.4s0,.09-.16.09S378.38,131.58,378.41,131.46Zm-.19.36s.14,0,.23,0,.07.07.08.12-.11.12-.2.12S378.2,131.88,378.22,131.82Zm-.84,0c0-.08.14-.06.24-.06s.06.09.07.14-.1.11-.19.11S377.36,131.87,377.38,131.82Zm-.17-.6c-.07-.07-.21-.18-.13-.2a.58.58,0,0,1,.32,0,.51.51,0,0,1,.26.26s0,.27-.16.28-.37,0-.32-.09S377.27,131.29,377.21,131.22Zm.63,0c-.1-.1-.26-.22-.18-.24s.12,0,.26,0,.33.21.3.33,0,.2-.15.19-.33,0-.26-.09S377.93,131.33,377.84,131.24Zm.74-3.68a1.09,1.09,0,0,1,0,.18v0h-.14v.12h.14a1.48,1.48,0,0,0,0,.21h-.15v.12h.17a1.53,1.53,0,0,0,.26.63h-.06V129H379a.56.56,0,0,1,.13.31l-.19.45v0h-.18v.12h.15l-.1.26h-.14v.13h.1a.51.51,0,0,0,0,.09c0,.15-.37,0-.39.19s.08.29,0,.29-2.13,0-2.13,0a2.4,2.4,0,0,0,.5-.23v.07h.18v-.12h-.11l.1-.08a10.1,10.1,0,0,0,1-1.08h.09v-.12h0a.41.41,0,0,1,.05-.09,1.85,1.85,0,0,0,.09-.23V129h.18v-.12H378c0-.08.06-.18.09-.28h.12v-.13h-.08a7.12,7.12,0,0,0,.21-1.39c0-.06.14.09.19.38h-.13v.12Zm0-2.22a1.24,1.24,0,0,0,0,.22h-.1v.17h.09c0,.26,0,.54,0,.54s-.22.19-.3.19-.11-.4-.26-.7v0H378v-.17h-.13c0-.06-.07-.12-.1-.19h.08v-.16h-.17l-.13-.23h0v-.16h-.12a.68.68,0,0,0-.12-.12h1.21l0,.11h-.09V125h.13a1.36,1.36,0,0,1,0,.2h-.15v.16Zm.71-1c0,.1-.09.1-.19.1s-.25,0-.25-.13-.27-.3-.27-.45.13,0,.24,0,.14.09.17.13S379.32,124.3,379.32,124.38Zm.27-.78c0,.08-.24.12-.3,0s.08-.19,0-.36-.16-.39-.11-.4A1,1,0,0,1,379.59,123.6Zm0,1.39a.19.19,0,0,1-.17.14c-.11,0-.18-.13-.18-.2a.15.15,0,0,1,.17-.18A.18.18,0,0,1,379.56,125Zm.48-.63s.06.24,0,.24h-.23c-.09,0-.05-.26-.24-.4s-.29-.28-.22-.28a3,3,0,0,0,.32,0S380,124.15,380,124.36Zm.57.24c-.12,0-.33.07-.34-.16s-.24-.31-.24-.43.21-.07.34,0S380.75,124.59,380.61,124.6Zm.74.08c-.15,0-.31,0-.38-.08s-.19-.34-.24-.41-.07-.17,0-.17.24.1.31.16S381.43,124.67,381.35,124.68Zm.88,1,0,.86H382v.17h.18v.21H382v.16h.16v.17s-.84,0-.83-.09v-.08h.1v-.16h-.1a1.62,1.62,0,0,0,0-.21h.09v-.17h-.11a.33.33,0,0,0,0-.15h.14v-.17h-.18v0c-.1-.17-.27-.16-.44-.25l-.18-.09h.07v-.17h-.18v.12l-.2-.09-.06-.3h.13v-.17h-.16v0a1.73,1.73,0,0,0-.11-.42.94.94,0,0,1,.59,0h-.14V125h.18v-.15l.2.07h-.06v.17h.18V125a5.41,5.41,0,0,1,.68.35h-.13v.17h.18v-.13C382.07,125.53,382.23,125.65,382.23,125.65Zm.09-1.43c.14.06.25.38.18.45s-.24.1-.23-.14-.11-.19-.2-.25-.12-.14,0-.15S382.23,124.18,382.32,124.22Zm.34-.47c0,.06-.12.23-.18.23s-.07-.22-.06-.3,0-.16.12-.15S382.67,123.68,382.66,123.75Zm.06.13c-.09.19-.05-.08-.05-.16a.59.59,0,0,0-.25-.39c-.09-.06-.06.06-.09.1s-.1-.15-.1-.19,0-.07.11,0a.86.86,0,0,1,.26.2A.48.48,0,0,1,382.72,123.88Zm0,.53c-.05,0-.1-.09,0-.11a.21.21,0,0,1,.15,0c.14.07.31.42.05.4C382.83,124.72,382.91,124.49,382.74,124.41Zm-.21,6.19-.35.05h0s0,0,0,0,0-.21.06-.26.16-.35.17-.38-.14-.12-.14-.21a1.59,1.59,0,0,1,.14-.36l.29.31c.05,0,.11.27,0,.26s-.14.37-.17.39S382.6,130.58,382.53,130.6Zm-1.11-6.85c.08,0,.19,0,.17.13s-.07.14-.17.09S381.31,123.78,381.42,123.75Zm.25.36c.14,0,.32.32.27.46s-.15.22-.24.13,0-.31-.15-.36-.25-.08-.29-.23S381.54,124.06,381.67,124.11Zm-3-2.39c.06,0,.46-.08.43,0a.67.67,0,0,1-.59.21C378.43,121.91,378.56,121.77,378.64,121.72Zm-.1-1.47c.06,0,.25.61.3.78s.1.49.11.55-.34-.17-.31-.3C378.75,120.8,378.42,120.31,378.54,120.25Zm-.24-8.17c0-.06-.19-.15-.13-.25s.23,0,.31.09.16.41,0,.51-.22.09-.17-.07S378.34,112.14,378.3,112.08Zm.78,1.7c-.11,0-.25-.12-.27-.23a.22.22,0,0,1,.13-.21c.13,0,.14.18.22.22S379.16,113.76,379.08,113.78Zm0-1.13c0,.22-.07.54-.18.48s-.23.3-.35.29-.15-.22-.12-.35.39-.45.43-.52,0-.29-.07-.39.29-.45.35-.46.24.43.16.55A.76.76,0,0,0,379.1,112.65Zm.42.68c0,.17.13.2.14.25s0,.15-.3-.13c-.1-.08-.14-.23-.05-.47a2.36,2.36,0,0,1,.24-.48c.1-.18.14-.16.14-.16s.17.4-.07.53S379.59,113.12,379.52,113.33Zm.8-.78c.06.07-.26.13-.4-.18s0-.28-.07-.53.45-.69.54-.76.21.29.2.41-.42.47-.45.68A.43.43,0,0,0,380.32,112.55Zm.41.86a.78.78,0,0,1-.35-.79.86.86,0,0,1,.42-.52c.14-.07.07-.27.14-.27s.16.2.11.38-.19.24-.31.51S381,113.55,380.73,113.41Zm.29-2.67a.82.82,0,0,0,.05.53c.06.2,0,.37,0,.23a3,3,0,0,1-.16-.52c0-.14-.26-.19-.2-.39s.19-.36.26-.55a3.19,3.19,0,0,1,.29-.54c.05-.08.22,0,.3.18a.81.81,0,0,1-.14.64C381.26,110.58,381,110.62,381,110.74Zm.47-2c.22,0,.21-.13.22-.24a.73.73,0,0,1,.54-.51.28.28,0,0,1,.26.37c-.11.26-.28.21-.51.47s-.13.32-.18.44-.16.13-.16-.17c0-.11-.32,0-.4,0s-.24-.49-.44-.76-.38-.1-.5-.51.06-.27-.11-.52a1.66,1.66,0,0,1-.26-.48c0-.1-.14-.35.25-.64s.54-.17.59-.1a.49.49,0,0,1,.13.28c0,.18-.35.14-.52.36s-.19.25-.07.31.28-.2.39-.16a.7.7,0,0,0,.55-.15c.17-.1.22-.07.21.11s-.19.37-.43.49a.65.65,0,0,0-.35.69c.08.16.18.19.24,0s0-.37.37-.42.23-.26.38-.26.21.23.13.37-.59.4-.58.72S381.36,108.77,381.49,108.77Zm.34-5.61c.17,0,0-.11.15-.32s.24-.22.4-.19.12.12,0,.34,0,.4-.1.56a1,1,0,0,1-.72.41c-.29,0-.49.14-.53.24s.25.18.35.22,0,.2-.2.22a.47.47,0,0,1-.5-.37,1.35,1.35,0,0,1,.27-.87c.13-.1.24.13.35.17a1,1,0,0,0,.63-.08c.07,0,.1-.16,0-.17s-.34,0-.48-.07a1.73,1.73,0,0,1-.31-.58c0-.11-.07-.29.08-.32a4.3,4.3,0,0,0,.61-.26c.1-.07.24-.33.4-.37s.19,0,.2.2-.06.37-.19.34-.09,0-.22.13-.34.32-.38.48S381.69,103.13,381.83,103.16Zm-3.08-2.11c.08-.17.21-.31.64-.62.15-.12.44-.32.62-.22s.39,0,.5.08.13.15.21-.06,0-.29.25-.59a1.22,1.22,0,0,1,.87-.39c.36,0,.85.14.94.51.05.2-.3.46-.23.46a.47.47,0,0,0,.19-.06.42.42,0,0,0,.15-.12c.06-.09,0-.2.14-.2s.06.16.06.2a.17.17,0,0,1-.09.13c-.08,0-.1.07,0,0s.14-.16.25-.13.07.37,0,.51-.14.41-.41.36-.52-.15-.55.05,0,.31,0,.42-.14.17-.2,0-.08-.14-.09,0,0,.23-.14.3-.71.1-.86.41,0,.44-.1.52a.31.31,0,0,1-.46-.15.87.87,0,0,1,.26-.7c.2-.19.13-.3.31-.48s0-.28-.07-.27,0,.34-.17.3-.34-.3-.24-.36,0-.45-.11-.45,0,.28,0,.49a.87.87,0,0,1-.31.67c-.32.18-.53,0-.69.11s-.2.07-.18.17,0,.22-.07.27-.61-.3-.43-.52c.05-.06.18,0,.28,0s.11-.32.34-.36a1.45,1.45,0,0,0,.7-.22c.17-.2.17-.48.11-.51s0,.21-.15.3-.25,0-.47.09-.6.53-.77.49S378.63,101.28,378.75,101.05Zm5,24.17a3.23,3.23,0,0,1,.35,1.22,12.8,12.8,0,0,1,0,2.21,7.2,7.2,0,0,1-.29,1.36,10.71,10.71,0,0,1-.08-1.76c0-.28,0-1.5-.05-1.89A4.19,4.19,0,0,1,383.72,125.22Zm.68,1.87a6.13,6.13,0,0,1,.07-1.44,7,7,0,0,1,.15,2.39,6.17,6.17,0,0,1-.22,1.17C384.35,129.35,384.4,127.56,384.4,127.09Zm.42,0a.43.43,0,0,1,.23.34.44.44,0,0,1-.21.38A1.9,1.9,0,0,1,384.82,127.06Zm-21.49.79a.13.13,0,0,1-.12-.14.14.14,0,0,1,.12-.15.14.14,0,0,1,.13.15A.13.13,0,0,1,363.33,127.85ZM386.28,103c-.17-.24-.31-.3-.45-.5s0-.26,0-.57c0-.87-.8-1-1.31-1.12s-.54-.05-.58-.2a4,4,0,0,0-.32-.75,2.45,2.45,0,0,0-.82-.74,1.53,1.53,0,0,0-1.1-.24,2.16,2.16,0,0,0-.89.43c-.42.35-.38.59-.59.6a4.12,4.12,0,0,0-1,.2c-.32.1-.37,0-.41-.11s0-.3-.18-.55-.44-.28-.38-.62a1.66,1.66,0,0,0-.08-1c-.11-.22-.22-.13-.22-.36a1.06,1.06,0,0,0-.25-.67,1.18,1.18,0,0,0-1-.21c-.29,0-.34,0-.4-.08a.55.55,0,0,0-.58-.19c-.13,0-.21.19-.39.17s-.13-.21-.41-.16-.23.23-.34.14-.19-.22-.29-.19-.14.19-.25.19-.29-.22-.6-.19a.83.83,0,0,0-.28.09c-.2.07-.08-.21-.5,0-.1,0-.21.38-.31.35a.55.55,0,0,0-.54-.11c-.17.08-.16.17-.42.17a1.26,1.26,0,0,0-.86.06.6.6,0,0,0-.4.65c.08.27.05.72.12.84s.06.34-.16.55-.29.62-.42.78-.32.06-.48,0a1.79,1.79,0,0,0-.74-.27.91.91,0,0,1-.78-.35,1.09,1.09,0,0,0-.75-.39,1.17,1.17,0,0,0-.74.15c-.09.08-.26.31-.41.28a.78.78,0,0,0-.51.11,1.62,1.62,0,0,0-.56.51,2.9,2.9,0,0,0-.29.48,1.86,1.86,0,0,1-.29.35c-.14.09-.49.42-.77.44a1,1,0,0,0-.47.3c-.17.17-.17.56-.22.81s-.38.53-.52.67a1.54,1.54,0,0,0-.42,1c0,.23.09.42.2.47s.19,0,.28.07a.25.25,0,0,1,0,.25s.31.38.44.45.25,0,.29.14a4.89,4.89,0,0,0,.28.52c.11.14.06.17.23.37s.35.33.45.47.19.31.23.35.36.06.62,0a.84.84,0,0,0,.5-.55c0-.16.14-.28.14-.14s.08.46.07.65-.14.17-.23.34,0,.27-.07.42-.51.45-.53,1c0,.12.17.22,0,.38s-.12.32-.13.83c0,.35.13.26.05.38a.81.81,0,0,0,.14.94c.19.21.23.11.13.33s.17.77.34,1,.55.35.55.71.56.67.62.71,0,.52.13.72.54.23.43.51,0,.68,0,1.19.36,1.88.43,2.32-.33.93-.29,1.79-.19,1.58-.42,1.61-.63-.13-.94,0-.37.64-.4.72-.49.23-.6.54a1.23,1.23,0,0,0,.12.82c0,.1-.18.21-.28.26a.69.69,0,0,0-.3.4c0,.1-.17.06-.27.07a.5.5,0,0,0-.32.33,1.81,1.81,0,0,0,0,.38c0,.13-.1.17-.12.25s0,.48-.07.63a7.77,7.77,0,0,0,0,.81,1.21,1.21,0,0,0-.28.29,1,1,0,0,0,0,.74c.08.14.41.11.39.25a5.11,5.11,0,0,0,.13,1.43,7.26,7.26,0,0,1,.42.94c.07.2.27.18.37.29a.56.56,0,0,0,.44.16c.33,0,1,.2,1.28.17s.3,0,.27,0a.82.82,0,0,0-.1,1.11,1.67,1.67,0,0,0,.88.46c.19,0,7.24.19,7.24.19s5.85,0,6.2-.07a1.7,1.7,0,0,0,.85-.23,1.09,1.09,0,0,0,.54-.92c0-.38-.07-.53,0-.55s.57-.15,1-.29a2.23,2.23,0,0,0,1-.73c0-.09.07-.43.28-.48s.08-.29.13-.38.23-.1.23-.36a4.73,4.73,0,0,1,.14-1c0-.12.21-.22.31-.28s.09-.72,0-.78-.35-.15-.39-.46c0-.15,0-.36,0-.53s-.19-.2-.16-.34a.63.63,0,0,0-.13-.43c-.11-.08-.24,0-.26-.12a.53.53,0,0,0-.24-.41c-.1-.06,0-.14-.09-.28s-.61-.29-.39-.63a.68.68,0,0,0-.36-1c-.13-.05,0-.3-.16-.46a1.05,1.05,0,0,0-.85-.43,2.2,2.2,0,0,1-.72,0,1.21,1.21,0,0,1-.3-.8,3.75,3.75,0,0,0-.44-1.28.82.82,0,0,1,.06-.89,4.79,4.79,0,0,0,.33-1.73,7.48,7.48,0,0,1,0-1.81c.49-.1.13-.41.37-.58s-.06-.3.18-.46a.74.74,0,0,0,.37-.49,2.1,2.1,0,0,1,.33-.6c.09-.15,0-.34.05-.39s.59-.46.59-.65-.17-.32,0-.46a1.61,1.61,0,0,0,.42-.75c.06-.35-.31-.16,0-.52a1,1,0,0,0,.23-.94c-.07-.25-.22-.21-.12-.42a.68.68,0,0,0,.06-.39,1.16,1.16,0,0,0-.23-.53c-.19-.23.1-.07.08-.33s-.27-.5-.33-.64-.06-.26-.1-.36a2.3,2.3,0,0,0-.33-.45c-.08-.09-.19-.38.06-.37s.27.39.33.55.29.28.38.33a.63.63,0,0,0,.5-.07c.13-.09.39-.46.51-.57s.35-.24.41-.42a1.07,1.07,0,0,1,.3-.48c.16-.13.46-.3.56-.39a5.22,5.22,0,0,0,.5-.47,1.72,1.72,0,0,0,.43-.75C386.74,103.54,386.5,103.28,386.28,103Z"/></clipPath><clipPath id="clip-path-277" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M367.61,104h-.05a.67.67,0,0,0,.25,0A.66.66,0,0,0,367.61,104Z"/></clipPath><clipPath id="clip-path-279" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M367.6,104l-.06,0Z"/></clipPath><clipPath id="clip-path-281" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M372.18,101.43c-.08,0-.17-.18-.38-.38C371.8,101.05,372.06,101.41,372.18,101.43Z"/></clipPath><clipPath id="clip-path-283" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M374.26,136.5h.07a1.14,1.14,0,0,1,.41.07v.32a1.41,1.41,0,0,1-.28.18,1.53,1.53,0,0,1-.31.08l-.15,0c-.18,0-.27-.08-.27-.22A.49.49,0,0,1,374.26,136.5Zm6-.73H381v.76a.46.46,0,0,1-.25.4.87.87,0,0,1-.48.14A.61.61,0,0,1,380,137c-.11-.06-.17-.13-.17-.21a.07.07,0,0,1,.06-.07l.18,0c.17-.07.26-.16.26-.27l0-.18-.05-.23a1.11,1.11,0,0,1,0-.23Zm-8.55,0h.92v.94h-.92Zm-2.32,0h.79v.76a.46.46,0,0,1-.25.4.87.87,0,0,1-.48.14.61.61,0,0,1-.28-.07c-.11-.06-.17-.13-.17-.21a.07.07,0,0,1,.06-.07l.18,0c.17-.07.26-.16.26-.27l0-.18-.05-.23A1.11,1.11,0,0,1,369.36,135.77Zm-3.87,0h1v.79a1,1,0,0,1-.54.11h-.29a.26.26,0,0,1-.18,0Zm11-.32v.32h2.22v.62l-1.21,0h-.07l-.05,0v0l0,0a1.28,1.28,0,0,1,.41.55c0,.22-.1.32-.31.32a.4.4,0,0,1-.24-.07l-.21-.19a1.12,1.12,0,0,1-.2-.33l-.1-.22a.16.16,0,0,0-.13-.11s-.06,0-.06.09v0l.11.26a1.68,1.68,0,0,0,.23.4,1.71,1.71,0,0,0,.47.45.87.87,0,0,0,.4.09.34.34,0,0,0,.34-.37.59.59,0,0,0-.07-.31l-.12-.23v0s0,0,.08,0l.15,0h.56v1.07a.16.16,0,0,0,.08.13,2.07,2.07,0,0,0,.29.22s0,0,0-.1v-2.28H380a.43.43,0,0,1,.06.24.29.29,0,0,1-.13.28.68.68,0,0,1-.33.07h-.15a.07.07,0,0,0-.06.07,1,1,0,0,0,.14.23l.13.2a1,1,0,0,0,.82.54.66.66,0,0,0,.41-.11l.05,0s0,0,0,.06v.43a.46.46,0,0,0,.07.1l.22.22s.08.06.1.06,0,0,0-.05v-2.33h1.9v.59h-.87a.64.64,0,0,0-.39.14.51.51,0,0,0-.21.41.9.9,0,0,0,.19.56l.27.35a1.13,1.13,0,0,0,.32.28.25.25,0,0,0,.14.07s.05,0,.05,0a.17.17,0,0,0,0-.1,1,1,0,0,0-.21-.21l-.18-.15a.56.56,0,0,1-.21-.46c0-.29.18-.46.52-.5h.61v1.08a.2.2,0,0,0,.06.14l.13.1.18.14s0,0,0-.14v-2.25H384v-.32h-7.47Zm-12,0v.32h.68v.51a.26.26,0,0,1,0,.11c0,.07-.08.1-.12.1l-.13-.05a.25.25,0,0,0-.15-.05c-.09,0-.14.07-.14.22a1.17,1.17,0,0,0,.35.7l.31.39a4.57,4.57,0,0,0,.38.37.24.24,0,0,0,.18.08s.06,0,.06-.05a.53.53,0,0,0-.23-.32l-.24-.19c-.15-.13-.21-.23-.21-.3v-.07l0-.08.14-.23a.77.77,0,0,0,.07-.16h.1l.09.06a1.14,1.14,0,0,0,.16.14,1.31,1.31,0,0,0,.28,0h.16a1,1,0,0,0,.28,0v.65a.49.49,0,0,0,.11.33l.1.09c.06.07.1.1.13.1s0,0,0,0,0,0,0-.06v-2.27h2.29a.43.43,0,0,1,.06.24.29.29,0,0,1-.13.28.68.68,0,0,1-.33.07h-.94a.7.7,0,0,0-.39.13.51.51,0,0,0-.21.41.88.88,0,0,0,.19.55l.26.34a1.28,1.28,0,0,0,.32.28.25.25,0,0,0,.14.07,0,0,0,0,0,.05,0,.17.17,0,0,0,0-.1.8.8,0,0,0-.21-.2l-.17-.15a.54.54,0,0,1-.21-.45c0-.3.17-.46.51-.5h.63l.12.18a1,1,0,0,0,.82.54.68.68,0,0,0,.41-.11l.05,0s0,0,0,.06v.43a.46.46,0,0,0,.07.1l.22.22.09.06s0,0,0-.05v-2.33h.77v.91l-.06,0h-.14c-.12,0-.18.06-.18.17a.41.41,0,0,0,.18.3l.19.21a.34.34,0,0,0,.23.13.23.23,0,0,0,.11,0s.06,0,.06-.09a.17.17,0,0,0,0-.07v-.15s0-.07.07-.1h.83v.72a.54.54,0,0,0,.16.22c.09.1.15.15.19.14s.05,0,0-.12v-2.26h1.76v.71l-.33-.2a.54.54,0,0,0-.28-.08,1.3,1.3,0,0,0-.31,0,.43.43,0,0,0-.38.46.91.91,0,0,0,.24.55.7.7,0,0,0,.54.26,1,1,0,0,0,.4-.09l.05,0,0,0h0v.19a.53.53,0,0,0,.14.44.5.5,0,0,0,.18.15s0,0,0-.1v-2.28h.31v-.32h-11Zm17.46-1.18c-.1,0-.15,0-.14.06a.17.17,0,0,0,.05.11l.07.1c.1.14.19.2.25.2h.12l.09,0h.09l.12,0a.54.54,0,0,1,.18.14l.29.37c.06.07.11.11.15.11s0,0,0,0a.39.39,0,0,0-.1-.19l-.34-.4A1.11,1.11,0,0,0,381.92,134.27Zm-10.68,0c-.1,0-.15,0-.14.06a.25.25,0,0,0,0,.11l.07.1c.1.14.19.2.25.2h.12l.09,0h.09l.12,0a.54.54,0,0,1,.18.14l.29.37c.06.07.11.11.15.11s0,0,0,0a.32.32,0,0,0-.1-.19l-.34-.4A1.11,1.11,0,0,0,371.24,134.27Z"/></clipPath><clipPath id="clip-path-286" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="421.74" y="96.72" width="5.11" height="5.08"/></clipPath><clipPath id="clip-path-288" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="421.71" y="96.28" width="6" height="6"/></clipPath><clipPath id="clip-path-289" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M424.29,96.72a2.54,2.54,0,1,1-2.55,2.54,2.55,2.55,0,0,1,2.55-2.54"/></clipPath><clipPath id="clip-path-291" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M431.79,98.34a1.21,1.21,0,0,0-1.21,1.2v9.17l-.05,0-.74.43c-.49.3-1,.61-1.44,1a10.91,10.91,0,0,0-1.37,1.16,10.63,10.63,0,0,0-1.13,1.38c-.12.19-.24.37-.35.56v-7.62a1.21,1.21,0,0,0-2.42,0v7.62c-.12-.19-.23-.37-.36-.56a10.56,10.56,0,0,0-1.12-1.38,12.55,12.55,0,0,0-1.37-1.16c-.47-.35-1-.66-1.45-1-.24-.15-.49-.29-.74-.43l-.05,0V99.55a1.21,1.21,0,1,0-2.41,0v9.88a1.2,1.2,0,0,0,.73,1.11l.68.31.69.36c.45.24.89.5,1.31.77a7.6,7.6,0,0,1,2.09,1.93,11.17,11.17,0,0,1,1.44,2.54,9.25,9.25,0,0,1,.41,1.36,6.78,6.78,0,0,1,.15,1.27v0a1.21,1.21,0,0,0,2.42,0V119a6.78,6.78,0,0,1,.14-1.19,8.22,8.22,0,0,1,.42-1.36,10.81,10.81,0,0,1,1.44-2.54,7.76,7.76,0,0,1,2.08-1.93c.42-.27.86-.53,1.32-.77.22-.12.45-.24.69-.35s.47-.23.68-.32a1.22,1.22,0,0,0,.73-1.11V99.54a1.21,1.21,0,0,0-1.21-1.2Z"/></clipPath><clipPath id="clip-path-293" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="410.94" y="108.83" width="11.71" height="15.16"/></clipPath><clipPath id="clip-path-295" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="410.71" y="108.28" width="13" height="16"/></clipPath><clipPath id="clip-path-296" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M418,117a18.81,18.81,0,0,0-4.63-2.39V110a1.21,1.21,0,0,0-2.42,0v5.45a1.2,1.2,0,0,0,.85,1.16,18.35,18.35,0,0,1,4.75,2.31l0,0s2.86,2.06,3.76,4.28a1.21,1.21,0,0,0,2.24-.9c-1.13-2.79-4.27-5.1-4.58-5.32"/></clipPath><clipPath id="clip-path-297" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="410.71" y="108.28" width="12" height="16"/></clipPath><clipPath id="clip-path-298" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M411,138.16v-5h1.82a2.51,2.51,0,0,1,1.85.58,2.75,2.75,0,0,1,.58,1.92,2.64,2.64,0,0,1-.63,2,2.23,2.23,0,0,1-1.69.53Zm2-.79a1.07,1.07,0,0,0,.78-.22,2,2,0,0,0,.42-1.49,2.05,2.05,0,0,0-.4-1.47,1,1,0,0,0-.8-.25H412v3.43Z"/></clipPath><clipPath id="clip-path-300" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="410.94" y="96.72" width="26.36" height="41.55"/></clipPath><clipPath id="clip-path-302" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="415.71" y="132.28" width="2" height="6"/></clipPath><clipPath id="clip-path-303" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="416.22" y="133.15" width="1.03" height="5.01"/></clipPath><clipPath id="clip-path-304" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="410.71" y="96.28" width="27" height="43"/></clipPath><clipPath id="clip-path-307" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="417.71" y="132.28" width="5" height="6"/></clipPath><clipPath id="clip-path-308" transform="translate(-356.73 -91.29)"><polygon class="cls-1" points="420.91 135.51 422.63 138.16 421.47 138.16 420.05 136 419.47 136 419.47 138.16 418.45 138.16 418.45 133.15 419.47 133.15 419.47 135.21 420.03 135.21 421.39 133.15 422.47 133.15 420.91 135.51"/></clipPath><clipPath id="clip-path-312" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="422.71" y="132.28" width="5" height="6"/></clipPath><clipPath id="clip-path-313" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M425.84,136.73c0-.59-.38-.65-1.1-.68-1-.05-1.75-.31-1.75-1.48s.85-1.54,2.12-1.54a5.59,5.59,0,0,1,1.35.19V134a6,6,0,0,0-1.33-.15c-.74,0-1.09.22-1.09.64,0,.59.39.61,1.1.64,1,0,1.75.32,1.75,1.54s-.9,1.63-2.22,1.63a6.13,6.13,0,0,1-1.58-.22v-.81a7.33,7.33,0,0,0,1.56.19c.9,0,1.19-.29,1.19-.71"/></clipPath><clipPath id="clip-path-317" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="427.71" y="132.28" width="5" height="6"/></clipPath><clipPath id="clip-path-318" transform="translate(-356.73 -91.29)"><polygon class="cls-1" points="427.75 138.16 427.75 133.15 428.78 133.15 428.78 135.21 430.88 135.21 430.88 133.15 431.91 133.15 431.91 138.16 430.88 138.16 430.88 136 428.78 136 428.78 138.16 427.75 138.16"/></clipPath><clipPath id="clip-path-322" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="431.71" y="132.28" width="6" height="6"/></clipPath><clipPath id="clip-path-323" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M435.84,137h-1.92l-.38,1.16h-1l1.82-5h1.17l1.82,5h-1.08Zm-.26-.77-.35-1c-.14-.43-.24-.8-.33-1.11h0c-.09.31-.2.68-.34,1.11l-.35,1Z"/></clipPath><clipPath id="clip-path-327" transform="translate(-356.73 -91.29)"><rect class="cls-1" x="422.71" y="108.28" width="15" height="20"/></clipPath><clipPath id="clip-path-328" transform="translate(-356.73 -91.29)"><path class="cls-1" d="M436.1,108.83a1.2,1.2,0,0,0-1.21,1.2v4.61a18.81,18.81,0,0,0-4.63,2.39h0a14.57,14.57,0,0,0-1.9,1.61,27.62,27.62,0,0,0-5.18,7.68,1.21,1.21,0,0,0,2.22,1,25.63,25.63,0,0,1,4.66-6.93,14,14,0,0,1,1.62-1.37l0,0a18.19,18.19,0,0,1,4.74-2.31,1.19,1.19,0,0,0,.85-1.16V110a1.2,1.2,0,0,0-1.21-1.2Z"/></clipPath></defs><title>diksha and gov logo</title><g class="cls-2"><g class="cls-3"><rect x="11.92" y="30.39" width="11.51" height="11.51"/></g></g><g class="cls-4"><g class="cls-3"><rect x="9.43" y="27.94" width="16.5" height="16.42"/></g></g><g class="cls-5"><g class="cls-3"><rect x="13.62" y="2.81" width="11.37" height="10.66"/></g></g><g class="cls-6"><g class="cls-3"><rect x="10.1" y="2.72" width="11.62" height="10.66"/></g></g><g class="cls-7"><g class="cls-3"><rect x="12.14" y="6.7" width="10.44" height="10.46"/></g></g><g class="cls-8"><g class="cls-3"><rect x="11.39" y="7.3" width="10.38" height="10.6"/></g></g><g class="cls-9"><g class="cls-3"><rect x="13.67" y="7.11" width="10.4" height="10.82"/></g></g><g class="cls-10"><g class="cls-3"><rect x="19.13" y="33.12" width="10.38" height="10.38"/></g></g><g class="cls-11"><g class="cls-3"><rect x="19.04" y="33.51" width="10.38" height="10.38"/></g></g><g class="cls-12"><g class="cls-3"><rect x="19" y="33.9" width="10.38" height="10.38"/></g></g><g class="cls-13"><g class="cls-3"><rect x="18.85" y="29" width="10.38" height="10.38"/></g></g><g class="cls-14"><g class="cls-3"><rect x="19.13" y="29" width="10.38" height="10.38"/></g></g><g class="cls-15"><g class="cls-3"><rect x="19.17" y="29.44" width="10.38" height="10.38"/></g></g><g class="cls-16"><g class="cls-3"><rect x="18.58" y="28.61" width="10.38" height="10.38"/></g></g><g class="cls-17"><g class="cls-3"><rect x="19.49" y="29.47" width="10.38" height="10.38"/></g></g><g class="cls-18"><g class="cls-3"><rect x="19.96" y="30.54" width="10.38" height="10.38"/></g></g><g class="cls-19"><g class="cls-3"><rect x="20.29" y="29.86" width="10.38" height="10.38"/></g></g><g class="cls-20"><g class="cls-3"><rect x="19.96" y="30.22" width="10.38" height="10.38"/></g></g><g class="cls-21"><g class="cls-3"><rect x="20.29" y="29.53" width="10.38" height="10.38"/></g></g><g class="cls-22"><g class="cls-3"><rect x="19.91" y="29.5" width="10.38" height="10.38"/></g></g><g class="cls-23"><g class="cls-3"><rect x="19.49" y="29.05" width="10.38" height="10.38"/></g></g><g class="cls-24"><g class="cls-3"><rect x="19.96" y="29.9" width="10.38" height="10.38"/></g></g><g class="cls-25"><g class="cls-3"><rect x="15.55" y="33.84" width="10.38" height="10.38"/></g></g><g class="cls-26"><g class="cls-3"><rect x="15.59" y="34.2" width="10.38" height="10.38"/></g></g><g class="cls-27"><g class="cls-3"><rect x="15.92" y="33.84" width="10.38" height="10.38"/></g></g><g class="cls-28"><g class="cls-3"><rect x="15.22" y="34.23" width="10.38" height="10.38"/></g></g><g class="cls-29"><g class="cls-3"><rect x="15.91" y="34.2" width="10.38" height="10.38"/></g></g><g class="cls-30"><g class="cls-3"><rect x="16.28" y="34.2" width="10.38" height="10.38"/></g></g><g class="cls-31"><g class="cls-3"><rect x="16.54" y="33.78" width="10.38" height="10.38"/></g></g><g class="cls-32"><g class="cls-3"><rect x="16.28" y="32.95" width="10.38" height="10.38"/></g></g><g class="cls-33"><g class="cls-3"><rect x="15.92" y="33.33" width="10.38" height="10.38"/></g></g><g class="cls-34"><g class="cls-3"><rect x="16.28" y="33.33" width="10.38" height="10.38"/></g></g><g class="cls-35"><g class="cls-3"><rect x="16.23" y="33.78" width="10.38" height="10.38"/></g></g><g class="cls-36"><g class="cls-3"><rect x="16.7" y="32.1" width="10.38" height="10.38"/></g></g><g class="cls-37"><g class="cls-3"><rect x="16.97" y="32.95" width="10.38" height="10.38"/></g></g><g class="cls-38"><g class="cls-3"><rect x="16.58" y="33.34" width="10.38" height="10.38"/></g></g><g class="cls-39"><g class="cls-3"><rect x="16.63" y="32.95" width="10.38" height="10.38"/></g></g><g class="cls-40"><g class="cls-3"><rect x="16.65" y="32.57" width="10.38" height="10.38"/></g></g><g class="cls-41"><g class="cls-3"><rect x="16.36" y="28.92" width="10.38" height="10.38"/></g></g><g class="cls-42"><g class="cls-3"><rect x="16.45" y="29.72" width="10.38" height="10.38"/></g></g><g class="cls-43"><g class="cls-3"><rect x="16.36" y="28.53" width="10.38" height="10.38"/></g></g><g class="cls-44"><g class="cls-3"><rect x="16.03" y="28.53" width="10.38" height="10.38"/></g></g><g class="cls-45"><g class="cls-3"><rect x="16.4" y="29.27" width="10.38" height="10.38"/></g></g><g class="cls-46"><g class="cls-3"><rect x="7.46" y="30.59" width="10.38" height="10.38"/></g></g><g class="cls-47"><g class="cls-3"><rect x="7.46" y="30.32" width="10.38" height="10.38"/></g></g><g class="cls-48"><g class="cls-3"><rect x="7.79" y="29.35" width="10.38" height="10.38"/></g></g><g class="cls-49"><g class="cls-3"><rect x="7.74" y="28.9" width="10.38" height="10.38"/></g></g><g class="cls-50"><g class="cls-3"><rect x="7.16" y="29.35" width="10.38" height="10.38"/></g></g><g class="cls-51"><g class="cls-3"><rect x="7.74" y="28.52" width="10.38" height="10.38"/></g></g><g class="cls-52"><g class="cls-3"><rect x="8.3" y="28.52" width="10.38" height="10.38"/></g></g><g class="cls-53"><g class="cls-3"><rect x="7.16" y="29.91" width="10.38" height="10.38"/></g></g><g class="cls-54"><g class="cls-3"><rect x="7.82" y="30.61" width="10.38" height="10.38"/></g></g><g class="cls-55"><g class="cls-3"><rect x="7.46" y="28.52" width="10.38" height="10.38"/></g></g><g class="cls-56"><g class="cls-3"><rect x="8.69" y="28.5" width="10.38" height="10.38"/></g></g><g class="cls-57"><g class="cls-3"><rect x="8" y="28.52" width="10.38" height="10.38"/></g></g><g class="cls-58"><g class="cls-3"><rect x="8" y="28.9" width="10.38" height="10.38"/></g></g><g class="cls-59"><g class="cls-3"><rect x="7.16" y="30.31" width="10.38" height="10.38"/></g></g><g class="cls-60"><g class="cls-3"><rect x="6.15" y="29.39" width="10.38" height="10.38"/></g></g><g class="cls-61"><g class="cls-3"><rect x="6.19" y="30.32" width="10.38" height="10.38"/></g></g><g class="cls-62"><g class="cls-3"><rect x="7.46" y="28.9" width="10.38" height="10.38"/></g></g><g class="cls-63"><g class="cls-3"><rect x="6.46" y="28.93" width="10.38" height="10.38"/></g></g><g class="cls-64"><g class="cls-3"><rect x="6.46" y="29.91" width="10.38" height="10.38"/></g></g><g class="cls-65"><g class="cls-3"><rect x="6.46" y="29.39" width="10.38" height="10.38"/></g></g><g class="cls-66"><g class="cls-3"><rect x="6.12" y="28.62" width="10.38" height="10.38"/></g></g><g class="cls-67"><g class="cls-3"><rect x="5.79" y="29.39" width="10.38" height="10.38"/></g></g><g class="cls-68"><g class="cls-3"><rect x="5.79" y="28.93" width="10.38" height="10.38"/></g></g><g class="cls-69"><g class="cls-3"><rect x="5.79" y="28.62" width="10.38" height="10.38"/></g></g><g class="cls-70"><g class="cls-3"><rect x="6.11" y="29.91" width="10.38" height="10.38"/></g></g><g class="cls-71"><g class="cls-3"><rect x="6.15" y="28.93" width="10.38" height="10.38"/></g></g><g class="cls-72"><g class="cls-3"><rect x="7.16" y="28.54" width="10.38" height="10.38"/></g></g><g class="cls-73"><g class="cls-3"><rect x="7.15" y="28.93" width="10.38" height="10.38"/></g></g><g class="cls-74"><g class="cls-3"><rect x="7.18" y="30.61" width="10.38" height="10.38"/></g></g><g class="cls-75"><g class="cls-3"><rect x="7.46" y="29.37" width="10.38" height="10.38"/></g></g><g class="cls-76"><g class="cls-3"><rect x="7.45" y="29.91" width="10.38" height="10.38"/></g></g><g class="cls-77"><g class="cls-3"><rect x="6.77" y="30.32" width="10.38" height="10.38"/></g></g><g class="cls-78"><g class="cls-3"><rect x="6.51" y="30.32" width="10.38" height="10.38"/></g></g><g class="cls-79"><g class="cls-3"><rect x="6.75" y="28.56" width="10.38" height="10.38"/></g></g><g class="cls-80"><g class="cls-3"><rect x="6.77" y="29.91" width="10.38" height="10.38"/></g></g><g class="cls-81"><g class="cls-3"><rect x="6.46" y="28.62" width="10.38" height="10.38"/></g></g><g class="cls-82"><g class="cls-3"><rect x="6.77" y="29.37" width="10.38" height="10.38"/></g></g><g class="cls-83"><g class="cls-3"><rect x="6.77" y="28.93" width="10.38" height="10.38"/></g></g><g class="cls-84"><g class="cls-3"><rect x="5.2" y="32.93" width="10.38" height="10.38"/></g></g><g class="cls-85"><g class="cls-3"><rect x="5.53" y="33.31" width="10.38" height="10.38"/></g></g><g class="cls-86"><g class="cls-3"><rect x="4.55" y="33.66" width="10.38" height="10.38"/></g></g><g class="cls-87"><g class="cls-3"><rect x="4.55" y="33.28" width="10.38" height="10.38"/></g></g><g class="cls-88"><g class="cls-3"><rect x="4.2" y="33.26" width="10.38" height="10.38"/></g></g><g class="cls-89"><g class="cls-3"><rect x="4.55" y="34.06" width="10.38" height="10.38"/></g></g><g class="cls-90"><g class="cls-3"><rect x="7.09" y="34.13" width="10.38" height="10.38"/></g></g><g class="cls-91"><g class="cls-3"><rect x="6.48" y="34.13" width="10.38" height="10.38"/></g></g><g class="cls-92"><g class="cls-3"><rect x="6.75" y="34.11" width="10.38" height="10.38"/></g></g><g class="cls-93"><g class="cls-3"><rect x="6.75" y="33.34" width="10.38" height="10.38"/></g></g><g class="cls-94"><g class="cls-3"><rect x="6.48" y="33.75" width="10.38" height="10.38"/></g></g><g class="cls-95"><g class="cls-3"><rect x="6.44" y="33.36" width="10.38" height="10.38"/></g></g><g class="cls-96"><g class="cls-3"><rect x="6.15" y="33.75" width="10.38" height="10.38"/></g></g><g class="cls-97"><g class="cls-3"><rect x="6.75" y="33.73" width="10.38" height="10.38"/></g></g><g class="cls-98"><g class="cls-3"><rect x="4.86" y="32.93" width="10.38" height="10.38"/></g></g><g class="cls-99"><g class="cls-3"><rect x="7.45" y="34.11" width="10.38" height="10.38"/></g></g><g class="cls-100"><g class="cls-3"><rect x="6.15" y="34.13" width="10.38" height="10.38"/></g></g><g class="cls-101"><g class="cls-3"><rect x="7.09" y="33.75" width="10.38" height="10.38"/></g></g><g class="cls-102"><g class="cls-3"><rect x="7.45" y="33.75" width="10.38" height="10.38"/></g></g><g class="cls-103"><g class="cls-3"><rect x="5.24" y="33.28" width="10.38" height="10.38"/></g></g><g class="cls-104"><g class="cls-3"><rect x="5.24" y="34.11" width="10.38" height="10.38"/></g></g><g class="cls-105"><g class="cls-3"><rect x="4.95" y="34.11" width="10.38" height="10.38"/></g></g><g class="cls-106"><g class="cls-3"><rect x="5.2" y="33.73" width="10.38" height="10.38"/></g></g><g class="cls-107"><g class="cls-3"><rect x="4.86" y="33.28" width="10.38" height="10.38"/></g></g><g class="cls-108"><g class="cls-3"><rect x="4.91" y="33.68" width="10.38" height="10.38"/></g></g><g class="cls-109"><g class="cls-3"><rect x="5.55" y="34.11" width="10.38" height="10.38"/></g></g><g class="cls-110"><g class="cls-3"><rect x="5.86" y="33.73" width="10.38" height="10.38"/></g></g><g class="cls-111"><g class="cls-3"><rect x="5.53" y="33.75" width="10.38" height="10.38"/></g></g><g class="cls-112"><g class="cls-3"><rect x="5.86" y="33.31" width="10.38" height="10.38"/></g></g><g class="cls-113"><g class="cls-3"><rect x="6.11" y="33.36" width="10.38" height="10.38"/></g></g><g class="cls-114"><g class="cls-3"><rect x="5.86" y="34.11" width="10.38" height="10.38"/></g></g><g class="cls-115"><g class="cls-3"><rect x="9.18" y="33.31" width="10.38" height="10.38"/></g></g><g class="cls-116"><g class="cls-3"><rect x="8.36" y="32.02" width="10.38" height="10.38"/></g></g><g class="cls-117"><g class="cls-3"><rect x="8" y="31.72" width="10.38" height="10.38"/></g></g><g class="cls-118"><g class="cls-3"><rect x="8.06" y="32.1" width="10.38" height="10.38"/></g></g><g class="cls-119"><g class="cls-3"><rect x="8.42" y="32.49" width="10.38" height="10.38"/></g></g><g class="cls-120"><g class="cls-3"><rect x="8.69" y="32.02" width="10.38" height="10.38"/></g></g><g class="cls-121"><g class="cls-3"><rect x="8.36" y="31.72" width="10.38" height="10.38"/></g></g><g class="cls-122"><g class="cls-3"><rect x="8.79" y="32.41" width="10.38" height="10.38"/></g></g><g class="cls-123"><g class="cls-3"><rect x="4.81" y="29.88" width="10.38" height="10.47"/></g></g><g class="cls-124"><g class="cls-3"><rect x="5.3" y="30.77" width="10.38" height="10.53"/></g></g><g class="cls-125"><g class="cls-3"><rect x="13.24" y="1.61" width="10.08" height="10.01"/></g></g><g class="cls-126"><g class="cls-3"><rect x="12.55" y="1.56" width="10.2" height="10"/></g></g><g class="cls-127"><g class="cls-3"><rect x="4.48" y="29.27" width="10.38" height="10.49"/></g></g><g class="cls-128"><g class="cls-3"><rect x="4.3" y="28.99" width="10.38" height="10.38"/></g></g><g class="cls-129"><g class="cls-3"><rect x="10.24" y="4.95" width="10.04" height="10.01"/></g></g><g class="cls-130"><g class="cls-3"><rect x="4.65" y="29.58" width="10.38" height="10.42"/></g></g><g class="cls-131"><g class="cls-3"><rect x="4.11" y="28.83" width="10.38" height="10.38"/></g></g><g class="cls-132"><g class="cls-3"><rect x="4.88" y="30.18" width="10.38" height="10.57"/></g></g><g class="cls-133"><g class="cls-3"><rect x="5.05" y="30.55" width="10.38" height="10.49"/></g></g><g class="cls-134"><g class="cls-3"><rect x="3.96" y="28.72" width="10.38" height="10.38"/></g></g><g class="cls-135"><g class="cls-3"><rect x="5.65" y="31.08" width="10.38" height="10.38"/></g></g><g class="cls-136"><g class="cls-3"><rect x="10.26" y="4.84" width="10.38" height="10.38"/></g></g><g class="cls-137"><g class="cls-3"><rect x="18.76" y="30.45" width="10.38" height="10.38"/></g></g><g class="cls-138"><g class="cls-3"><rect x="17.27" y="29.29" width="10.72" height="10.7"/></g></g><g class="cls-139"><g class="cls-3"><rect x="5.87" y="7.74" width="10.04" height="10.01"/></g></g><g class="cls-140"><g class="cls-3"><rect width="34.94" height="46.85"/></g></g><g class="cls-141"><g class="cls-3"><rect x="5.82" y="7.74" width="10.26" height="10.02"/></g></g><g class="cls-142"><g class="cls-3"><rect x="5.81" y="7.73" width="10.06" height="10.01"/></g></g><g class="cls-143"><g class="cls-3"><rect x="10.07" y="4.76" width="10.38" height="10.38"/></g></g><g class="cls-144"><g class="cls-3"><rect x="2.73" y="37.98" width="29.49" height="13.89"/></g></g><g class="cls-3"><line class="cls-145" x1="42.09" y1="6.5" x2="42.09" y2="46.65"/></g><g class="cls-146"><g class="cls-3"><g class="cls-147"><g class="cls-148"><g class="cls-149"><g class="cls-148"><rect class="cls-150" x="60" y="0.43" width="15.11" height="15.08"/></g></g></g></g></g></g><g class="cls-151"><g class="cls-3"><rect class="cls-152" x="53.84" y="2.05" width="27.42" height="31.97"/></g></g><g class="cls-153"><g class="cls-3"><g class="cls-147"><g class="cls-154"><g class="cls-155"><g class="cls-156"><rect class="cls-157" x="49.21" y="12.54" width="21.71" height="25.16"/></g></g></g></g></g></g><g class="cls-158"><g class="cls-3"><rect class="cls-159" x="49.28" y="36.86" width="14.25" height="15.01"/></g></g><g class="cls-160"><g class="cls-3"><g class="cls-147"><g class="cls-161"><g class="cls-162"><g class="cls-163"><rect class="cls-159" x="54.48" y="36.86" width="11.03" height="15.01"/></g></g></g></g></g></g><g class="cls-160"><g class="cls-3"><g class="cls-147"><g class="cls-164"><g class="cls-165"><g class="cls-163"><rect class="cls-159" x="56.71" y="36.86" width="14.18" height="15.01"/></g></g></g></g></g></g><g class="cls-160"><g class="cls-3"><g class="cls-147"><g class="cls-166"><g class="cls-167"><g class="cls-163"><rect class="cls-159" x="61.25" y="36.74" width="13.9" height="15.24"/></g></g></g></g></g></g><g class="cls-160"><g class="cls-3"><g class="cls-147"><g class="cls-168"><g class="cls-169"><g class="cls-163"><rect class="cls-159" x="66.02" y="36.86" width="14.15" height="15.01"/></g></g></g></g></g></g><g class="cls-160"><g class="cls-3"><g class="cls-147"><g class="cls-170"><g class="cls-171"><g class="cls-163"><rect class="cls-159" x="70.77" y="36.86" width="14.8" height="15.01"/></g></g></g></g></g></g><g class="cls-160"><g class="cls-3"><g class="cls-147"><g class="cls-172"><g class="cls-173"><g class="cls-163"><rect class="cls-157" x="61.35" y="12.54" width="24.23" height="29.18"/></g></g></g></g></g></g></svg> \ No newline at end of file diff --git a/ansible/artifacts/sunbird/login/resources/img/favicon.ico b/ansible/artifacts/sunbird/login/resources/img/favicon.ico deleted file mode 100644 index 4efa5f58112409a2caeaab80c6852655a5a413e0..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/img/favicon.ico and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/img/google.png b/ansible/artifacts/sunbird/login/resources/img/google.png deleted file mode 100644 index c19eaff0f653f5a0589e4c50777dcca604c92eeb..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/img/google.png and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/img/logo.png b/ansible/artifacts/sunbird/login/resources/img/logo.png deleted file mode 100644 index a0d1b6a47e3eea95e1f12e7a315b929984477a88..0000000000000000000000000000000000000000 Binary files a/ansible/artifacts/sunbird/login/resources/img/logo.png and /dev/null differ diff --git a/ansible/artifacts/sunbird/login/resources/js/login.js b/ansible/artifacts/sunbird/login/resources/js/login.js deleted file mode 100644 index 3231f75886192e5dc72587dcfc183672dcb320f5..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/resources/js/login.js +++ /dev/null @@ -1,266 +0,0 @@ -function getQueryStringValue (key) { - return decodeURIComponent(window.location.search.replace(new RegExp("^(?:.*[&\\?]" + encodeURIComponent(key).replace(/[\.\+\*]/g, "\\$&") + "(?:\\=([^&]*))?)?.*$", "i"), "$1")); -} - -window.onload = function(){ - - addVersionToURL(); - var error_message = (new URLSearchParams(window.location.search)).get('error_message'); - var success_message = (new URLSearchParams(window.location.search)).get('success_message'); - - if(error_message){ - var error_msg = document.getElementById('error-msg'); - error_msg.className = error_msg.className.replace("hide",""); - error_msg.innerHTML = error_message; - }else if(success_message){ - var success_msg = document.getElementById("success-msg"); - success_msg.className = success_msg.className.replace("hide",""); - success_msg.innerHTML = success_message; - } -} - -var storeLocation = function(){ - sessionStorage.setItem('url', window.location.href); -} - -var addVersionToURL = function (){ - var version = getQueryStringValue("version"); - - if (version == 1 || version == 2 || version == 3){ - - var selfSingUp = document.getElementById("selfSingUp"); - - if(selfSingUp) { - selfSingUp.className = selfSingUp.className.replace(/\bhide\b/g, ""); - } - - var stateButton = document.getElementById("stateButton"); - - if ((version == 2 || version == 3) && stateButton) { - stateButton.className = stateButton.className.replace(/\bhide\b/g, ""); - } - - var versionLink = document.getElementById("versionLink"); - - if(versionLink){ - versionLink.href = versionLink.href + '&version=' + version ; - } - } -} -var makeDivUnclickable = function() { - var containerElement = document.getElementById('kc-form'); - var overlayEle = document.getElementById('kc-form-wrapper'); - overlayEle.style.display = 'block'; - containerElement.setAttribute('class', 'unClickable'); -}; - -var inputBoxFocusIn = function(currentElement){ - if(currentElement.id !== 'totp'){ - var placeholderElement = document.querySelector("label[id='"+currentElement.id+"LabelPlaceholder']"); - var labelElement = document.querySelector("label[id='"+currentElement.id+"Label']"); - placeholderElement.className = placeholderElement.className.replace("hide", ""); - addClass(labelElement,"hide"); - } -}; -var inputBoxFocusOut = function(currentElement){ - if(currentElement.id !== 'totp'){ - var placeholderElement = document.querySelector("label[id='"+currentElement.id+"LabelPlaceholder']"); - var labelElement = document.querySelector("label[id='"+currentElement.id+"Label']"); - labelElement.className = labelElement.className.replace("hide", ""); - addClass(placeholderElement,"hide"); - } -}; - -function addClass(element,classname) -{ - var arr; - arr = element.className.split(" "); - if (arr.indexOf(classname) == -1) { - element.className += " " + classname; - } -} - -var redirectToLib = () => { - window.location.href = window.location.protocol + '//' + window.location.host + '/resource'; -}; - -var viewPassword = function(previewButton){ - console.log('Show Password'); - - var newPassword = document.getElementById("password-new"); - if (newPassword.type === "password") { - newPassword.type = "text"; - addClass(previewButton,"slash"); - } else { - newPassword.type = "password"; - previewButton.className = previewButton.className.replace("slash",""); - } -} -var urlMap = { - google: '/google/auth', - state: '/sign-in/sso/select-org', - self: '/signup' -} -var navigate = function(type) { - var version = getQueryStringValue("version"); - if(version == '1' || version == '2') { - if(type == 'google' || type == 'self'){ - redirect(urlMap[type]); - } else if(type == 'state') { - handleSsoEvent() - } - } else if (version == '3') { - if(type == 'google') { - handleGoogleAuthEvent() - } else if(type == 'state' || type == 'self') { - redirectToPortal(urlMap[type]) - } - } -} -var redirect = (redirectUrlPath) => { - console.log('redirect', redirectUrlPath) - const curUrlObj = window.location; - var redirect_uri = (new URLSearchParams(curUrlObj.search)).get('redirect_uri'); - var client_id = (new URLSearchParams(curUrlObj.search)).get('client_id'); - const sessionUrl = sessionStorage.getItem('url'); - if (redirect_uri) { - const updatedQuery = curUrlObj.search + '&error_callback=' + curUrlObj.href.split('?')[0]; - const redirect_uriLocation = new URL(redirect_uri); - sessionStorage.setItem('url', window.location.href); - - if(client_id === 'android'){ - window.location.href = curUrlObj.protocol + '//' + curUrlObj.host + redirectUrlPath + updatedQuery; - } - else - { - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + redirectUrlPath + updatedQuery; - } - } else if (sessionUrl) { - const sessionUrlObj = new URL(sessionUrl); - const updatedQuery = sessionUrlObj.search + '&error_callback=' + sessionUrlObj.href.split('?')[0]; - redirect_uri = (new URLSearchParams(sessionUrlObj.search)).get('redirect_uri'); - client_id = (new URLSearchParams(sessionUrlObj.search)).get('client_id'); - - if (redirect_uri) { - const redirect_uriLocation = new URL(redirect_uri); - if(client_id === 'android'){ - window.location.href = sessionUrlObj.protocol + '//' + sessionUrlObj.host + redirectUrlPath + updatedQuery; - } - else{ - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + - redirectUrlPath + updatedQuery; - } - } else { - redirectToLib(); - } - } else { - redirectToLib(); - } -}; -var handleSsoEvent = () => { - const ssoPath = '/sign-in/sso/select-org'; - const curUrlObj = window.location; - let redirect_uri = (new URLSearchParams(curUrlObj.search)).get('redirect_uri'); - let client_id = (new URLSearchParams(curUrlObj.search)).get('client_id'); - const sessionUrl = sessionStorage.getItem('url'); - if (redirect_uri) { - const redirect_uriLocation = new URL(redirect_uri); - sessionStorage.setItem('url', window.location.href); - if (client_id === 'android') { - const ssoUrl = curUrlObj.protocol + '//' + curUrlObj.host + ssoPath; - window.location.href = redirect_uri + '?ssoUrl=' + ssoUrl; - } else { - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + ssoPath; - } - } else if (sessionUrl) { - const sessionUrlObj = new URL(sessionUrl); - redirect_uri = (new URLSearchParams(sessionUrlObj.search)).get('redirect_uri'); - client_id = (new URLSearchParams(sessionUrlObj.search)).get('client_id'); - if (redirect_uri) { - const redirect_uriLocation = new URL(redirect_uri); - if (client_id === 'android') { - const ssoUrl = sessionUrlObj.protocol + '//' + sessionUrlObj.host + ssoPath; - window.location.href = redirect_uri + '?ssoUrl=' + ssoUrl; - } else { - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + ssoPath; - } - } else { - redirectToLib(); - } - } else { - redirectToLib(); - } -}; -var handleGoogleAuthEvent = () => { - const googleAuthUrl = '/google/auth'; - const curUrlObj = window.location; - let redirect_uri = (new URLSearchParams(curUrlObj.search)).get('redirect_uri'); - let client_id = (new URLSearchParams(curUrlObj.search)).get('client_id'); - const updatedQuery = curUrlObj.search + '&error_callback=' + curUrlObj.href.split('?')[0]; - const sessionUrl = sessionStorage.getItem('url'); - if (redirect_uri) { - const redirect_uriLocation = new URL(redirect_uri); - sessionStorage.setItem('url', window.location.href); - if (client_id === 'android') { - const googleRedirectUrl = curUrlObj.protocol + '//' + curUrlObj.host + googleAuthUrl; - window.location.href = redirect_uri + '?googleRedirectUrl=' + googleRedirectUrl + updatedQuery; - } else { - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + googleAuthUrl + updatedQuery; - } - } else if (sessionUrl) { - const updatedQuery = sessionUrlObj.search + '&error_callback=' + sessionUrlObj.href.split('?')[0]; - const sessionUrlObj = new URL(sessionUrl); - redirect_uri = (new URLSearchParams(sessionUrlObj.search)).get('redirect_uri'); - client_id = (new URLSearchParams(sessionUrlObj.search)).get('client_id'); - if (redirect_uri) { - const redirect_uriLocation = new URL(redirect_uri); - if (client_id === 'android') { - const googleRedirectUrl = sessionUrlObj.protocol + '//' + sessionUrlObj.host + googleAuthUrl; - window.location.href = redirect_uri + '?googleRedirectUrl=' + googleRedirectUrl + updatedQuery; - } else { - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + googleAuthUrl + updatedQuery; - } - } else { - redirectToLib(); - } - } else { - redirectToLib(); - } -}; -var redirectToPortal = (redirectUrlPath) => { // redirectUrlPath for sso and self signUp - const curUrlObj = window.location; - var redirect_uri = (new URLSearchParams(curUrlObj.search)).get('redirect_uri'); - var client_id = (new URLSearchParams(curUrlObj.search)).get('client_id'); - const sessionUrl = sessionStorage.getItem('url'); - if (redirect_uri) { - const updatedQuery = curUrlObj.search + '&error_callback=' + curUrlObj.href.split('?')[0]; - const redirect_uriLocation = new URL(redirect_uri); - sessionStorage.setItem('url', window.location.href); - - if (client_id === 'android') { - window.location.href = curUrlObj.protocol + '//' + curUrlObj.host + redirectUrlPath + updatedQuery; - } else { - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + redirectUrlPath + updatedQuery; - } - } else if (sessionUrl) { - const sessionUrlObj = new URL(sessionUrl); - const updatedQuery = sessionUrlObj.search + '&error_callback=' + sessionUrlObj.href.split('?')[0]; - redirect_uri = (new URLSearchParams(sessionUrlObj.search)).get('redirect_uri'); - client_id = (new URLSearchParams(sessionUrlObj.search)).get('client_id'); - - if (redirect_uri) { - const redirect_uriLocation = new URL(redirect_uri); - if (client_id === 'android') { - window.location.href = sessionUrlObj.protocol + '//' + sessionUrlObj.host + redirectUrlPath + updatedQuery; - } - else { - window.location.href = redirect_uriLocation.protocol + '//' + redirect_uriLocation.host + - redirectUrlPath + updatedQuery; - } - } else { - redirectToLib(); - } - } else { - redirectToLib(); - } -}; diff --git a/ansible/artifacts/sunbird/login/template.ftl b/ansible/artifacts/sunbird/login/template.ftl deleted file mode 100644 index 23e7579f510312b0b17b1aa8154621f68dbd18c2..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/template.ftl +++ /dev/null @@ -1,114 +0,0 @@ -<#macro registrationLayout bodyClass="" displayInfo=false displayMessage=true> -<!DOCTYPE html> -<html class="${properties.kcHtmlClass!}"> -<head> - <meta charset="utf-8"> - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> - <meta name="robots" content="noindex, nofollow"> - <meta http-equiv="cache-control" content="max-age=0" /> - <meta http-equiv="cache-control" content="no-cache" /> - <meta http-equiv="Cache-Control" content="no-store" /> - <meta http-equiv="pragma" content="no-cache" /> - <meta name="last-modified" content="2019-01-17 15:30:17 +0530"> - <meta http-equiv="Expires" content="600" /> - <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> - <#if properties.meta?has_content> - <#list properties.meta?split(' ') as meta> - <meta name="${meta?split('==')[0]}" content="${meta?split('==')[1]}"/> - </#list> - </#if> - <title><#nested "title"></title> - <link rel="icon" href="${url.resourcesPath}/img/favicon.ico" /> - <#if properties.styles?has_content> - <#list properties.styles?split(' ') as style> - <link href="${url.resourcesPath}/${style}" rel="stylesheet" /> - </#list> - </#if> - <#if properties.scripts?has_content> - <#list properties.scripts?split(' ') as script> - <script src="${url.resourcesPath}/${script}" type="text/javascript"></script> - </#list> - </#if> - <#if scripts??> - <#list scripts as script> - <script src="${script}" type="text/javascript"></script> - </#list> - </#if> -</head> - -<body class="${properties.kcBodyClass!}"> - <div id="kc-logo"><a href="${properties.kcLogoLink!'#'}"><div id="kc-logo-wrapper"></div></a></div> - - <div id="kc-container" class="${properties.kcContainerClass!}"> - <div id="kc-container-wrapper" class="${properties.kcContainerWrapperClass!}"> - - <div id="kc-header" class="${properties.kcHeaderClass!}"> - <div id="kc-header-wrapper" class="${properties.kcHeaderWrapperClass!}"><#nested "header"></div> - </div> - - <#if realm.internationalizationEnabled> - <div id="kc-locale" class="${properties.kcLocaleClass!}"> - <div id="kc-locale-wrapper" class="${properties.kcLocaleWrapperClass!}"> - <div class="kc-dropdown" id="kc-locale-dropdown"> - <a href="#" id="kc-current-locale-link">${locale.current}</a> - <ul> - <#list locale.supported as l> - <li class="kc-dropdown-item"><a href="${l.url}">${l.label}</a></li> - </#list> - </ul> - </div> - </div> - </div> - </#if> - - <div id="kc-content" class="${properties.kcContentClass!}"> - <div id="kc-content-wrapper" class="${properties.kcContentWrapperClass!}"> - <#if displayMessage && message?has_content> - <!--div class="${properties.kcFeedbackAreaClass!}"> - <div class="alert alert-${message.type}"> - <#if message.type = 'success'><span class="${properties.kcFeedbackSuccessIcon!}"></span></#if> - <#if message.type = 'warning'><span class="${properties.kcFeedbackWarningIcon!}"></span></#if> - <#if message.type = 'error'><span class="${properties.kcFeedbackErrorIcon!}"></span></#if> - <#if message.type = 'info'><span class="${properties.kcFeedbackInfoIcon!}"></span></#if> - <span class="kc-feedback-text">${message.summary}</span> - </div> - </div--> - </#if> - - <div id="kc-form" class="${properties.kcFormAreaClass!}"> - <div id="kc-form-wrapper" class="${properties.kcFormAreaWrapperClass!}"> - <#nested "form"> - </div> - </div> - <script type="text/javascript"> - var sessionTenant = sessionStorage.getItem("rootTenantLogo"); - - if(sessionTenant){ - var imgSrc = "${url.resourcesPath}/img/tenants/"+sessionTenant+".png"; - }else{ - var imgSrc = "${url.resourcesPath}/img/diksha_gov_logo.svg"; - } - - var logoImg = document.querySelector(".ui.header img"); - if(logoImg){ - logoImg.setAttribute('class','logo-image'); - logoImg.setAttribute('alt',sessionTenant); - logoImg.src = imgSrc; - logoImg.addEventListener("error", ()=>{ logoImg.onerror=null;logoImg.src='${url.resourcesPath}/img/diksha_gov_logo.svg'}); - } - - </script> - <#if displayInfo> - <div id="kc-info" class="${properties.kcInfoAreaClass!}"> - <div id="kc-info-wrapper" class="${properties.kcInfoAreaWrapperClass!}"> - <#nested "info"> - </div> - </div> - </#if> - </div> - </div> - </div> - </div> -</body> -</html> -</#macro> diff --git a/ansible/artifacts/sunbird/login/theme.properties b/ansible/artifacts/sunbird/login/theme.properties deleted file mode 100644 index 83d89458c2b109c27cd22d8626baa835526f1301..0000000000000000000000000000000000000000 --- a/ansible/artifacts/sunbird/login/theme.properties +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright 2016 Red Hat, Inc. and/or its affiliates -# and other contributors as indicated by the @author tags. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - -parent=base -styles=css/semantic.min.css?v=1.15.b css/login.css?v=1.15.b -scripts=js/login.js?v=1.15.b -kcFeedbackAreaClass=ui info message diff --git a/ansible/assets-upload.yml b/ansible/assets-upload.yml deleted file mode 100644 index b356cf9362500560a3977652f10623f6f108bbf0..0000000000000000000000000000000000000000 --- a/ansible/assets-upload.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- hosts: localhost - vars: - ansible_connection: local - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - assets-upload-azure diff --git a/ansible/bootstrap.yml b/ansible/bootstrap.yml deleted file mode 100644 index a31e1339e7e7c06e30498ec5b24d7e3932ff7de1..0000000000000000000000000000000000000000 --- a/ansible/bootstrap.yml +++ /dev/null @@ -1,37 +0,0 @@ -- hosts: 'all' - become: yes - gather_facts: no - pre_tasks: - - name: Python predependency - raw: sudo apt update && sudo apt install -y python python-pkg-resources python-pip - vars_files: - - "{{inventory_dir}}/secrets.yml" - vars: - ansible_ssh_user: "{{bootstrap_user}}" - ansible_ssh_private_key_file: "{{bootstrap_key_path}}" - roles: - - bootstrap_any - tags: - - bootstrap_any - -- hosts: "{{hosts}}" - gather_facts: no - become: yes - vars_files: - - "{{inventory_dir}}/secrets.yml" - roles: - - role: bootstrap_swarm - when: swarm_master - tags: - - bootstrap_swarm - -- hosts: "{{hosts}}" - gather_facts: no - become: yes - vars_files: - - "{{inventory_dir}}/secrets.yml" - roles: - - role: azure-cli - tags: - - azure_cli - diff --git a/ansible/cassandra-backup.yml b/ansible/cassandra-backup.yml deleted file mode 100644 index 53662af2368022159ad452b7b634d89d2f74ccfc..0000000000000000000000000000000000000000 --- a/ansible/cassandra-backup.yml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: cassandra - become: yes - vars_files: - - ['{{ inventory_dir }}/secrets.yml'] - roles: - - cassandra-backup diff --git a/ansible/cassandra-data.yml b/ansible/cassandra-data.yml deleted file mode 100644 index 4ccc4ad415245c76b58de9d698f838de93781558..0000000000000000000000000000000000000000 --- a/ansible/cassandra-data.yml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: cassandra - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - cassandra-cql-update diff --git a/ansible/cassandra-deploy-decrypt.yml b/ansible/cassandra-deploy-decrypt.yml deleted file mode 100644 index 341631a4bf22ee2dc4a18a8687648935bef63150..0000000000000000000000000000000000000000 --- a/ansible/cassandra-deploy-decrypt.yml +++ /dev/null @@ -1,11 +0,0 @@ -- hosts: "{{groups['cassandra'][0]}}" - become: yes - environment: - sunbird_cassandra_host: "{{ groups['cassandra'][0] }}" - sunbird_cassandra_port: 9042 - sunbird_cassandra_keyspace: sunbird - sunbird_encryption_key: "{{ core_vault_sunbird_encryption_key }}" - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - cassandra-deploy-decrypt diff --git a/ansible/cassandra-deploy.yml b/ansible/cassandra-deploy.yml deleted file mode 100644 index a8d556bbc0f7b801b2682b8a7d6379f755cc2021..0000000000000000000000000000000000000000 --- a/ansible/cassandra-deploy.yml +++ /dev/null @@ -1,10 +0,0 @@ -- hosts: cassandra - become: yes - environment: - sunbird_cassandra_host: "{{ groups['cassandra'][0] }}" - sunbird_cassandra_port: 9042 - sunbird_cassandra_keyspace: sunbird - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - cassandra-deploy diff --git a/ansible/cassandra-restore.yml b/ansible/cassandra-restore.yml deleted file mode 100644 index 6d00cc69a0267bbc0e1a21e26da92f49d3cb10d4..0000000000000000000000000000000000000000 --- a/ansible/cassandra-restore.yml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: cassandra - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - curl_es_command diff --git a/ansible/cassandra-trigger-deploy.yml b/ansible/cassandra-trigger-deploy.yml deleted file mode 100644 index d8e2703d3837241d4bba5f22a6b6627e1369be2a..0000000000000000000000000000000000000000 --- a/ansible/cassandra-trigger-deploy.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: cassandra - become: yes - tasks: - - name: copy the jar file to cassandra trigger path - copy: - src: static-files/cassandra-trigger-1.0.jar - dest: /etc/cassandra/triggers/cassandra-trigger-1.0.jar - - - name: restart the cassandra - service: - name: "cassandra" - state: "restarted" diff --git a/ansible/createuser.yml b/ansible/createuser.yml deleted file mode 100644 index 9ef25618b485f8ab9ed3270ca3fd60c048bcb35f..0000000000000000000000000000000000000000 --- a/ansible/createuser.yml +++ /dev/null @@ -1,47 +0,0 @@ ---- -- name: Adding User - hosts: "{{ remote }}" - gather_facts: false - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - createuser - tags: - - add-user - -- name: Adding user to docker group - hosts: "swarm-nodes" - gather_facts: false - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - shell: "usermod -aG docker {{ user }}" - ignore_errors: true - tags: - - add-user - -- name: Creating custom commands - hosts: "{{remote}}" - gather_facts: false - become: yes - become_user: "{{ user }}" - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - shell: "{{ command }}" - ignore_errors: true - tags: - - add-user - -- name: Delete User - hosts: "{{ remote }}" - gather_facts: false - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - user: name="{{ user }}" state=absent remove=yes - tags: - - delete-user diff --git a/ansible/curl_command.yml b/ansible/curl_command.yml deleted file mode 100644 index 4cba1f7c8fd12ec28c33e4ce3341d9d55e35a576..0000000000000000000000000000000000000000 --- a/ansible/curl_command.yml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - curl_command diff --git a/ansible/curl_commands.yml b/ansible/curl_commands.yml deleted file mode 100644 index 427dbdd6754a4342e54bbe17e9581fd5fddab56f..0000000000000000000000000000000000000000 --- a/ansible/curl_commands.yml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: es-1 - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - curl_es_command \ No newline at end of file diff --git a/ansible/deploy-badger.yml b/ansible/deploy-badger.yml deleted file mode 100644 index e44d5569fc30970ba37e39c649cc51037610a682..0000000000000000000000000000000000000000 --- a/ansible/deploy-badger.yml +++ /dev/null @@ -1,5 +0,0 @@ -- hosts: swarm-bootstrap-manager - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-badger diff --git a/ansible/deploy-plugins.yml b/ansible/deploy-plugins.yml deleted file mode 100644 index 648c95c09115ee5ab6aac1e965f2962137891b32..0000000000000000000000000000000000000000 --- a/ansible/deploy-plugins.yml +++ /dev/null @@ -1,57 +0,0 @@ -- hosts: local - become: yes - gather_facts: no - vars_files: - - "{{inventory_dir}}/secrets.yml" - environment: - AZURE_STORAGE_ACCOUNT: "{{ azure_plugin_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ azure_plugin_storage_account_key }}" - tasks: - - name: rename env_domain in preview_cdn.html for CDN - shell: | - echo "{{sunbird_portal_preview_cdn_url}}" - sed -i 's|cdn_url|{{sunbird_portal_preview_cdn_url}}|g' "{{currentws}}"/ansible/preview/preview_cdn.html - when: sunbird_portal_preview_cdn_url is defined - tags: - - preview - - - name: delete batch - shell: | - sas_expire_time=`date +'%Y-%m-%dT%H:%m:%SZ' -d '-4 hours'` - echo $sas_expire_time - sas_token=`az storage account generate-sas --account-name "{{ azure_plugin_storage_account_name }}" --account-key "{{ azure_plugin_storage_account_key }}" --expiry $sas_expire_time --https-only --permissions ld --resource-types sco --services bfqt | sed -E 's/^"|"$//g'` - azcopy rm "https://"{{ azure_plugin_storage_account_name }}".blob.core.windows.net/"{{ plugin_container_name }}"/"{{ folder_name }}"?$sas_token" --recursive=true - async: 3600 - poll: 10 - tags: - - content-editor - - collection-editor - - generic-editor - - preview - - - name: upload batch - command: "az storage blob upload-batch --destination {{ plugin_container_name }}/{{ folder_name }} --source {{ source_name }}" - async: 3600 - poll: 10 - tags: - - content-editor - - collection-editor - - generic-editor - - preview - - editor - - core-plugins - - - - name: upload file - command: "az storage blob upload --container-name {{ plugin_container_name }} --file {{ source_file_name }} --name artefacts/content-player/content-player-{{ player_version_number }}.zip" - async: 3600 - poll: 10 - tags: - - preview - - - name: run az_copy.sh - shell: "bash {{ az_file_path }} {{ plugin_container_name }} {{ source_file }}" - async: 3600 - poll: 10 - tags: - - plugins diff --git a/ansible/deploy.yml b/ansible/deploy.yml deleted file mode 100644 index 1cc400f74f2a33850917ba23365ab6dd56e50a66..0000000000000000000000000000000000000000 --- a/ansible/deploy.yml +++ /dev/null @@ -1,71 +0,0 @@ -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-proxy - tags: - - stack-proxy - run_once: true - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-api-manager - tags: - - stack-api-manager - run_once: true - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-sunbird - tags: - - stack-sunbird - run_once: true - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-adminutil - tags: - - stack-adminutil - run_once: true - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-keycloak - tags: - - stack-keycloak1 - run_once: true - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-keycloak - tags: - - stack-keycloak2 - run_once: true - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - registry - tags: - - stack-registry - run_once: true - - diff --git a/ansible/docker-nodes-prune.yml b/ansible/docker-nodes-prune.yml deleted file mode 100644 index ffa5c4c56c27f31c7a365051c2763fde08d09eac..0000000000000000000000000000000000000000 --- a/ansible/docker-nodes-prune.yml +++ /dev/null @@ -1,5 +0,0 @@ -- hosts: swarm-nodes - become: yes - gather_facts: no - tasks: - - command: docker system prune -af diff --git a/ansible/docker-swarm-reset.yml b/ansible/docker-swarm-reset.yml deleted file mode 100644 index 7b7b8e6052699c8d5142ee77889d34308c94d662..0000000000000000000000000000000000000000 --- a/ansible/docker-swarm-reset.yml +++ /dev/null @@ -1,30 +0,0 @@ -- hosts: swarm-nodes - become: yes - gather_facts: no - tasks: - - command: docker swarm leave --force - -- hosts: swarm-nodes - become: yes - gather_facts: no - tasks: - - command: docker system prune -af - -- hosts: swarm-nodes - become: yes - gather_facts: no - tasks: - - command: reboot - ignore_errors: True - -- hosts: localhost - become: yes - gather_facts: no - tasks: - - command: sleep 100 - -- hosts: swarm-nodes - become: yes - gather_facts: no - tasks: - - command: hostname diff --git a/ansible/docker-swarm-service-commands.yml b/ansible/docker-swarm-service-commands.yml deleted file mode 100644 index 88009410d6710a240c435ae120ea304b50a8aa74..0000000000000000000000000000000000000000 --- a/ansible/docker-swarm-service-commands.yml +++ /dev/null @@ -1,48 +0,0 @@ -- hosts: swarm-bootstrap-manager - become: yes - gather_facts: no - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: "List all services" - command: "docker service ls" - register: command_result - - debug: var=command_result.stdout_lines - tags: - - docker-swarm-service-list - -- hosts: swarm-bootstrap-manager - become: yes - gather_facts: no - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: "Restart service {{ docker_swarm_service_name }}" - command: "docker service update {{ docker_swarm_service_name }} --force --detach=false" - register: command_result - - debug: var=command_result.stdout_lines - tags: - - docker-swarm-service-restart - -- hosts: swarm-bootstrap-manager - become: yes - gather_facts: no - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: "List service replication info for {{ docker_swarm_service_name }}" - command: bash -lc "docker service ls | grep {{ docker_swarm_service_name }}" - register: ls_command_result - - debug: var=ls_command_result.stdout_lines - - - name: "Get service process info for {{ docker_swarm_service_name }}" - command: "docker service ps {{ docker_swarm_service_name }} --no-trunc" - register: ps_command_result - - debug: var=ps_command_result.stdout_lines - - - name: "Get service logs for {{ docker_swarm_service_name }}" - command: "docker service logs {{ docker_swarm_service_name }} --tail {{ docker_swarm_service_log_lines | default(200) }}" - register: logs_command_result - - debug: var=logs_command_result.stdout_lines - tags: - - docker-swarm-service-info diff --git a/ansible/docker-swarm.yml b/ansible/docker-swarm.yml deleted file mode 100644 index 3970b75b867a1bdba02c855885c4fce98e883519..0000000000000000000000000000000000000000 --- a/ansible/docker-swarm.yml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: swarm-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - docker-swarm-manager - serial: 1 - tags: - - docker-swarm-manager \ No newline at end of file diff --git a/ansible/docker-version-upgrade.yml b/ansible/docker-version-upgrade.yml deleted file mode 100644 index ea41f2dc25df3bd8ec666e0e9f5bb7745c06000a..0000000000000000000000000000000000000000 --- a/ansible/docker-version-upgrade.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- hosts: swarm-nodes - gather_facts: false - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - docker-ce diff --git a/ansible/docker_image_push.yml b/ansible/docker_image_push.yml deleted file mode 100644 index a9bb19b231919740d001855a3969032b3ad13000..0000000000000000000000000000000000000000 --- a/ansible/docker_image_push.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- name: "Push docker images to any docker registry" - hosts: localhost - vars_files: - - ['{{inventory_dir}}/secrets.yml'] - become: yes - tasks: - - name: login to registry - docker_login: - registry: "{{ vault_docker_registry_url }}" - username: "{{ vault_docker_registry_user }}" - password: "{{ vault_docker_registry_password }}" - - - name: Push image to registry - docker_image: - name: "{{ hub_org }}/{{ image_name }}:{{ image_tag }}" - push: yes diff --git a/ansible/elasticsearch-api-query.yml b/ansible/elasticsearch-api-query.yml deleted file mode 100644 index ae4e7648365395312801d309edf438c3551b086c..0000000000000000000000000000000000000000 --- a/ansible/elasticsearch-api-query.yml +++ /dev/null @@ -1,9 +0,0 @@ -- hosts: log-es-1 - vars_files: - - ['{{inventory_dir}}/secrets.yml'] - tasks: - - name: Running the shell script to get the data from elasticsearch - command: ./api_count.sh "{{ mail_server_username }}" "{{ core_vault_mail_server_password }}" "{{ analytics_report_container_name }}" "{{ analytics_report_azure_account_name }}" "{{ core_vault_analytics_report_azure_account_key }}" - args: - chdir: /home/ops - become: yes diff --git a/ansible/elasticsearch-mapping.yml b/ansible/elasticsearch-mapping.yml deleted file mode 100644 index 2d6726aa05453b420831c8d39e11eb48d9d42dc4..0000000000000000000000000000000000000000 --- a/ansible/elasticsearch-mapping.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- hosts: es - become: yes - run_once: true - tasks: - - name: copy the mapping script to temp dir - copy: - src: static-files/elasticsearch_mapping.sh - dest: /tmp/elasticsearch_mapping.sh - mode: 0744 - - - name: running the script to create indices and mappings - command: /tmp/elasticsearch_mapping.sh - register: out - - - debug: var=out.stdout_lines - diff --git a/ansible/es.yml b/ansible/es.yml deleted file mode 100644 index 52b9502a2394d6ac4b6bb0535cf2b7c1af057bee..0000000000000000000000000000000000000000 --- a/ansible/es.yml +++ /dev/null @@ -1,63 +0,0 @@ -- hosts: es-backup - gather_facts: no - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - vars: - - es_snapshot_host: "{{app_es_snapshot_host}}" - - snapshot_base_path: "{{app_snapshot_base_path}}" - roles: - - es-azure-snapshot - - es5-snapshot-purge - tags: - - es_backup - -- hosts: "{{remote}}" - gather_facts: no - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - vars: - - es_restore_host: "{{remote}}" - - snapshot_base_path: "{{app_snapshot_base_path}}" - roles: - - es-azure-restore - tags: - - es_restore - -- hosts: log-es-backup - gather_facts: no - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - vars: - - es_snapshot_host: "{{log_es_snapshot_host}}" - - snapshot_base_path: "{{log_snapshot_base_path}}" - roles: - - es-azure-snapshot - - es2-snapshot-purge - tags: - - log_es_backup - -- hosts: "{{remote}}" - gather_facts: no - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - vars: - - es_restore_host: "{{remote}}" - - snapshot_base_path: "{{log_snapshot_base_path}}" - roles: - - es-azure-restore - tags: - - log_es_restore - -- hosts: log-es - gather_facts: no - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - es2-data-purge - tags: - - purge_old_logs diff --git a/ansible/generate-hosts.yml b/ansible/generate-hosts.yml deleted file mode 100644 index 92ac1abe94278c60c383c35ba4c4581ba5048eef..0000000000000000000000000000000000000000 --- a/ansible/generate-hosts.yml +++ /dev/null @@ -1,3 +0,0 @@ -- hosts: all - roles: - - update_hosts \ No newline at end of file diff --git a/ansible/installDeps.sh b/ansible/installDeps.sh deleted file mode 100755 index edac66f839a648fd86e974213092ad93b3f7ef6c..0000000000000000000000000000000000000000 --- a/ansible/installDeps.sh +++ /dev/null @@ -1,10 +0,0 @@ -if grep -q Alpine /etc/os-release; then - apk -v --update --no-cache add jq - apk -v add ansible=2.3.0.0-r1 -else - sudo apt-get update -y - sudo apt-get -y install software-properties-common - sudo apt-add-repository ppa:ansible/ansible -y - sudo apt-get update -y - sudo apt-get -y install ansible -fi diff --git a/ansible/jenkins-backup.yml b/ansible/jenkins-backup.yml deleted file mode 100644 index 6643e8acb8c83a3a29a7fde9cc7b2778ebfa8aa7..0000000000000000000000000000000000000000 --- a/ansible/jenkins-backup.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: Jenkins backup - hosts: jenkins-master - vars_files: - - "{{inventory_dir}}/secrets.yml" - environment: - AZURE_STORAGE_ACCOUNT: "{{ backup_storage_name }}" - AZURE_STORAGE_KEY: "{{ backup_storage_key }}" - - roles: - - jenkins-backup-upload diff --git a/ansible/jenkins-slave-vm.yml b/ansible/jenkins-slave-vm.yml deleted file mode 100644 index 7c8f334a76225b67d605cf41dd45c0212e3752fe..0000000000000000000000000000000000000000 --- a/ansible/jenkins-slave-vm.yml +++ /dev/null @@ -1,11 +0,0 @@ -- hosts: jenkins-slave - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - vars: - user: ops - roles: - - java8 - - maven - - docker-ce - - common diff --git a/ansible/jenkins-slave.yml b/ansible/jenkins-slave.yml deleted file mode 100644 index 1ba3efb244349c29a430260328704804c7feda42..0000000000000000000000000000000000000000 --- a/ansible/jenkins-slave.yml +++ /dev/null @@ -1,8 +0,0 @@ -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-jenkins-slave - tags: - - jenkins-slave diff --git a/ansible/jenkins.yml b/ansible/jenkins.yml deleted file mode 100644 index 85cc305d1869872b7103aa7a9d3cb4880b4676fe..0000000000000000000000000000000000000000 --- a/ansible/jenkins.yml +++ /dev/null @@ -1,69 +0,0 @@ ---- -- name: Setup Jenkins Master - hosts: jenkins-master - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - become: yes - pre_tasks: - - name: Ensure backup directory exists - file: dest=/jenkins-backup state=directory owner=jenkins group=jenkins - - name: Ensure zip is installed - apt: name=zip - - name: Ensure secrets directory exists - file: dest=/run/secrets state=directory owner=jenkins group=jenkins - - name: Install vault password - copy: dest=/run/secrets/vault-pass content={{ vault_pass }} owner=jenkins group=jenkins - no_log: true - - name: Install deployer-ssh-key - copy: dest=/run/secrets/deployer-ssh-key content={{ deployer_ssh_key }} owner=jenkins group=jenkins mode=0600 - no_log: true - - name: Install environments vault passwords - copy: dest=/run/secrets/vault-pass-{{ item.name }} content={{ item.value }} owner=jenkins group=jenkins - with_items: "{{ environments_vault_passwords | default([]) }}" - no_log: true - - name: Install environments ops keys - copy: dest=/run/secrets/ops-key-{{ item.name }} content={{ item.value }} owner=jenkins group=jenkins mode=0600 - with_items: "{{ environments_ops_keys | default([]) }}" - no_log: true - roles: - - openjdk - - git - - ansible - - azure-cli - - jenkins - tags: - - jenkins-master - -- name: Setup CI proxy - hosts: ci-proxy - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - become: yes - pre_tasks: - - name: Ensure {{ ci_proxy_nginx_ssl_dir }} exists - file: path={{ ci_proxy_nginx_ssl_dir }} state=directory - notify: restart nginx - - - name: Ensure {{ ci_proxy_nginx_ssl_cert_file }} exists - copy: dest={{ ci_proxy_nginx_ssl_cert_file }} content={{ vault_ci_proxy_nginx_ssl_cert }} mode=0600 - notify: restart nginx - - - name: Ensure {{ ci_proxy_nginx_ssl_key_file }} exists - copy: dest={{ ci_proxy_nginx_ssl_key_file }} content={{ vault_ci_proxy_nginx_ssl_key }} mode=0600 - notify: restart nginx - roles: - - role: nginx - nginx_configs: - ssl: - - ssl_certificate_key {{ ci_proxy_nginx_ssl_key_file }} - - ssl_certificate {{ ci_proxy_nginx_ssl_cert_file }} - nginx_sites: - jenkins: - - listen {{ ci_proxy_ssl_port }} ssl - - location /jenkins/ { proxy_pass http://{{ groups['jenkins-master'][0] }}:{{ jenkins_http_port}}{{ jenkins_url_prefix }}/; } - - location / { return 301 https://$host/jenkins; } - jenkins_http_redirect: - - listen 80 - - return 301 https://$host$request_uri - tags: - - ci-proxy diff --git a/ansible/jmeter-deploy.yml b/ansible/jmeter-deploy.yml deleted file mode 100644 index 1f22dd5fa16141a3709ed875c1e2d023f9b652c3..0000000000000000000000000000000000000000 --- a/ansible/jmeter-deploy.yml +++ /dev/null @@ -1,4 +0,0 @@ -- hosts: jmeter - become: yes - roles: - - jmeter-deploy diff --git a/ansible/jmeter-provision.yml b/ansible/jmeter-provision.yml deleted file mode 100644 index 7e7f9344a94c64c77e555ac88b94a09c2ae907cb..0000000000000000000000000000000000000000 --- a/ansible/jmeter-provision.yml +++ /dev/null @@ -1,5 +0,0 @@ -- hosts: jmeter - become: yes - roles: - - openjdk - - jmeter-provision diff --git a/ansible/jmeter-restart.yml b/ansible/jmeter-restart.yml deleted file mode 100644 index 452408fc57f05afc68c36e93a98298779dc823db..0000000000000000000000000000000000000000 --- a/ansible/jmeter-restart.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -- hosts: "{{ hosts }}" - become: true - roles: - - stop-jmeter - tags: - - stop-cluster - - restart-jmeter - -- hosts: "{{ hosts }}" - become: true - tasks: - - name: start jmeter - command: nohup ./bin/jmeter-server & - args: - chdir: /mnt/data/benchmark/apache-jmeter-4.0 - tags: - - start-jmeter - - restart-jmeter - - diff --git a/ansible/keycloak.yml b/ansible/keycloak.yml deleted file mode 100644 index eda7e0d84f6a9353717fae2049ae1e1d1a4a1b91..0000000000000000000000000000000000000000 --- a/ansible/keycloak.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- hosts: "{{host}}" - become: true - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - openjdk - tags: - - provision - -- hosts: "{{host}}" - become: true - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - keycloak - - {role: 'monit', monit_checks: ['keycloak']} diff --git a/ansible/kong_migration.yml b/ansible/kong_migration.yml deleted file mode 100644 index fd8bf185dc71d4843176d4d6d4a57e79e0ebb350..0000000000000000000000000000000000000000 --- a/ansible/kong_migration.yml +++ /dev/null @@ -1,75 +0,0 @@ ---- - -# This script will migrate kong .9x to .10.3 -# -# Prerequisites -# -# 1. remove health_check if present -# 2. remove api-manager_kong `docker service rm api-manager_kong` -# 3. Create api_manager backup `pg_dump --host=<host> --port=5432 --username=<username> -F p <db_name> > api-manager.sql` -# 4. Create new database out of the backup -# 5. Add new database to kong_postgres_database variable in common.yml -# -# you can pass the inventory from where all docker related args will get scraped -# Image name, you'll have to pass it as extra args -# eg: -# ansible-playbook -i /path/to/inventory --vault-password-file /path/to/vault/password -e kong_image=sunbird.azure.io/kong:2.0.0 kong_migration.yml - -- hosts: swarm-bootstrap-manager - become: yes - run_once: true - vars_files: - - ['{{ inventory_dir }}/secrets.yml'] - tasks: - - name: Installing deps - pip: - name: docker-py - state: present - - name: login to registry - docker_login: - registry: "{{ vault_docker_registry_url }}" - username: "{{ vault_docker_registry_user }}" - password: "{{ vault_docker_registry_password }}" - - name: templating migration_api-manager env - template: - src: static-files/api-manager.env - dest: /home/deployer/env/migration_api-manager.env - - name: checking for api-manager_kong - shell: docker service ps api-manager_kong - register: service_status - changed_when: false - failed_when: false - - name: failing if api-manager running - fail: - msg: api manager is still running. Please remove the service and run again !!! - when: service_status.rc == 0 - - - name: installing postgres deps - pip: - name: psycopg2-binary - state: present - - - name: registering name for backup - set_fact: - postgres_backup_name: "{{kong_postgres_database}}_{{ansible_date_time.iso8601_basic}}.sql" - - - name: taking kong_backup - postgresql_db: - name: "{{ kong_postgres_database }}" - login_host: "{{ kong_postgres_host }}" - login_user: "{{ kong_postgres_user }}" - login_password: "{{kong_postgres_password}}" - state: dump - target: "{{postgres_backup_name}}" - - - name: debugging - debug: - msg: "Postgres backed up at {{postgres_backup_name}}" - - - name: Migrating api-manager to .10.3 - shell: "docker run --env-file /home/deployer/env/migration_api-manager.env --name migration_api-manager_{{ansible_date_time.iso8601_basic}} {{hub_org}}/{{image_name}}:{{image_tag}} kong migrations up -vvv" - register: migration_data - - - name: Migration data - debug: - var: migration_data diff --git a/ansible/ml-workbench.yml b/ansible/ml-workbench.yml deleted file mode 100644 index 82e9119a63b891c65d35c15862bf8dca70546fab..0000000000000000000000000000000000000000 --- a/ansible/ml-workbench.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- name: Install Ansible Prereqs - hosts: ml-workbench - become: yes - pre_tasks: - - raw: "apt update && apt install python-minimal -y" - roles: - - provision-ml-workbench - tags: - - provision - -- hosts: ml-workbench - gather_facts: false - roles: - - deploy-ml-workbench - tags: - - deploy diff --git a/ansible/plugin.yml b/ansible/plugin.yml deleted file mode 100644 index 2276d95b9de90786e08a9efacca5e670fdbbb65e..0000000000000000000000000000000000000000 --- a/ansible/plugin.yml +++ /dev/null @@ -1,22 +0,0 @@ -- hosts: local - become: yes - gather_facts: no - vars_files: - - "{{inventory_dir}}/secrets.yml" - environment: - AZURE_STORAGE_ACCOUNT: "{{ azure_plugin_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ azure_plugin_storage_account_key }}" - tasks: - - name: delte plugin org_sunbird_questionunit_quml - command: "az storage blob delete-batch --source {{ plugin_container_name }} --pattern content-plugins/{{ plugins_name }}" - async: 3600 - poll: 10 - tags: - - org_sunbird_questionunit_quml - - - name: upload plugin org_sunbird_questionunit_quml - command: "az storage blob upload-batch --destination {{ plugin_container_name }}/content-plugins/{{ plugins_name }} --source {{ source_file }}" - async: 3600 - poll: 10 - tags: - - org_sunbird_questionunit_quml diff --git a/ansible/postgres-managed-service-backup.yml b/ansible/postgres-managed-service-backup.yml deleted file mode 100644 index 8ed3996bc9c7242f74508e18a618fb5d86eb0f98..0000000000000000000000000000000000000000 --- a/ansible/postgres-managed-service-backup.yml +++ /dev/null @@ -1,8 +0,0 @@ -- hosts: local - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml'] - roles: - - postgres-azure-managed-service - tags: - - postgres-azure-managed-service \ No newline at end of file diff --git a/ansible/postgresql-backup.yml b/ansible/postgresql-backup.yml deleted file mode 100644 index 04ea941d4e9b0e91059676fb6b6373557b42ea59..0000000000000000000000000000000000000000 --- a/ansible/postgresql-backup.yml +++ /dev/null @@ -1,8 +0,0 @@ -- hosts: postgres - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - postgresql-backup - tags: - - postgresql-backup diff --git a/ansible/postgresql-data-update.yml b/ansible/postgresql-data-update.yml deleted file mode 100644 index e8cd6b30f48289e3b121b4324ae8e4147443dc44..0000000000000000000000000000000000000000 --- a/ansible/postgresql-data-update.yml +++ /dev/null @@ -1,7 +0,0 @@ -- hosts: localhost - gather_facts: no - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - postgresql-data-update diff --git a/ansible/postgresql-restore.yml b/ansible/postgresql-restore.yml deleted file mode 100644 index e2d80770d12c72a816ef359ca930fc58a039d22b..0000000000000000000000000000000000000000 --- a/ansible/postgresql-restore.yml +++ /dev/null @@ -1,8 +0,0 @@ -- hosts: local - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml'] - roles: - - postgres-azure-managed-service-restore - tags: - - postgresql-restore diff --git a/ansible/postgresql-slave-to-master-promotion.yml b/ansible/postgresql-slave-to-master-promotion.yml deleted file mode 100644 index 479e9a3206dba9cb74ac553cef8bca657ee7d3ac..0000000000000000000000000000000000000000 --- a/ansible/postgresql-slave-to-master-promotion.yml +++ /dev/null @@ -1,19 +0,0 @@ -- hosts: postgresql-master - become: yes - gather_facts: false - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: Ensure postgresql service is stopped on master - service: name=postgresql state=stopped - tags: - - ensure-postgresql-master-stopped - -- hosts: postgresql-slave - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - postgresql-slave-to-master-promotion - tags: - - postgresql-slave-to-master-promotion diff --git a/ansible/provision-kafka.yml b/ansible/provision-kafka.yml deleted file mode 100644 index 70ffd0dfd2c37e18dcc11392e96a997707d12375..0000000000000000000000000000000000000000 --- a/ansible/provision-kafka.yml +++ /dev/null @@ -1,14 +0,0 @@ -- hosts: zookeeper - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - zookeeper - -- hosts: kafka - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - provision-kafka - \ No newline at end of file diff --git a/ansible/provision-secor.yml b/ansible/provision-secor.yml deleted file mode 100644 index f6b21d346888ae0f32b2138ca2dee73f051b65ff..0000000000000000000000000000000000000000 --- a/ansible/provision-secor.yml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: secor - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - secor \ No newline at end of file diff --git a/ansible/redis_cluster_provision.yml b/ansible/redis_cluster_provision.yml deleted file mode 100644 index aadd6d17b86d62c1ef78a312a9cb47e5441bdde9..0000000000000000000000000000000000000000 --- a/ansible/redis_cluster_provision.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- - -- hosts: redis-cluster - become: yes - roles: - - redis-cluster diff --git a/ansible/registry.yaml b/ansible/registry.yaml deleted file mode 100644 index 49488d6e6903484bbe1fc30e576d24542bf603f6..0000000000000000000000000000000000000000 --- a/ansible/registry.yaml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- hosts: swarm-agent-for-registry - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: Create registyr data dir - file: path=/mnt/dockerdata/registry/data/ state=directory mode=755 - - name: Create registyr data log dir - file: path=/mnt/dockerdata/registry/logs/ state=directory mode=755 - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: Add label for prometheus node - command: "docker node update --label-add registry=1 {{ hostvars[groups['swarm-agent-for-registry'][0]]['ansible_hostname'] }}" - -- hosts: swarm-bootstrap-manager - become: true - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - registry diff --git a/ansible/registry.yml b/ansible/registry.yml deleted file mode 100644 index 49488d6e6903484bbe1fc30e576d24542bf603f6..0000000000000000000000000000000000000000 --- a/ansible/registry.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- hosts: swarm-agent-for-registry - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: Create registyr data dir - file: path=/mnt/dockerdata/registry/data/ state=directory mode=755 - - name: Create registyr data log dir - file: path=/mnt/dockerdata/registry/logs/ state=directory mode=755 - -- hosts: swarm-bootstrap-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: Add label for prometheus node - command: "docker node update --label-add registry=1 {{ hostvars[groups['swarm-agent-for-registry'][0]]['ansible_hostname'] }}" - -- hosts: swarm-bootstrap-manager - become: true - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - registry diff --git a/ansible/registry_logging.yml b/ansible/registry_logging.yml deleted file mode 100644 index 4df3e446658b49687833102aa84eb12ad59fd375..0000000000000000000000000000000000000000 --- a/ansible/registry_logging.yml +++ /dev/null @@ -1,19 +0,0 @@ -- hosts: swarm-bootstrap-manager-registry - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - stack-logger - tags: - - stack-logger - -- hosts: log-es - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - openjdk - - application_logger_elasticsearch - tags: - - log-es - diff --git a/ansible/reloadconfig.yml b/ansible/reloadconfig.yml deleted file mode 100644 index 1fec11170e22a0405af65d34a70eee0d5e5da9cb..0000000000000000000000000000000000000000 --- a/ansible/reloadconfig.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- hosts: swarm-manager - gather_facts: no - become: yes - roles: - - reloadIngress diff --git a/ansible/reporting.yml b/ansible/reporting.yml deleted file mode 100644 index d9e431853082df2047de29b7bcc700210d8b04e6..0000000000000000000000000000000000000000 --- a/ansible/reporting.yml +++ /dev/null @@ -1,6 +0,0 @@ -- hosts: "cassandra" - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - db-dumps \ No newline at end of file diff --git a/ansible/reset_docker.yml b/ansible/reset_docker.yml deleted file mode 100644 index 8f25491e826c2ae0b9efb3c97d05903c1b11e39d..0000000000000000000000000000000000000000 --- a/ansible/reset_docker.yml +++ /dev/null @@ -1,8 +0,0 @@ -- name: Restart Swarm Agent nodes - hosts: swarm-manager - become: yes - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - roles: - - reset-docker - diff --git a/ansible/roles/add_user/tasks/main.yml b/ansible/roles/add_user/tasks/main.yml deleted file mode 100644 index 374834100f5c440f6513c47c83ab2dbd69476af8..0000000000000000000000000000000000000000 --- a/ansible/roles/add_user/tasks/main.yml +++ /dev/null @@ -1,15 +0,0 @@ -- name: Add group - group: name="{{ ssh_user }}" state=present - become: yes - -- name: Create user - become: yes - user: state=present name="{{ ssh_user }}" group="{{ ssh_user }}" groups=sudo shell=/bin/bash createhome=yes password="{{ password }}" update_password=always - -- name: Add ssh public key - authorized_key: user="{{ ssh_user }}" key="{{ public_key }}" - become: yes - -- name: change permission - become: yes - command: chown -R "{{ ssh_user }}":"{{ ssh_user }}" /home/"{{ ssh_user }}" diff --git a/ansible/roles/ansible/tasks/main.yml b/ansible/roles/ansible/tasks/main.yml deleted file mode 100644 index 7e2dc8d82e6a72d8cdcadd8bde6d71059cfd078f..0000000000000000000000000000000000000000 --- a/ansible/roles/ansible/tasks/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -- name: Add ansible repo - apt_repository: repo=ppa:ansible/ansible update_cache=yes - -- name: Install ansible - apt: name=ansible diff --git a/ansible/roles/application_logger_elasticsearch/defaults/main.yml b/ansible/roles/application_logger_elasticsearch/defaults/main.yml deleted file mode 100755 index a014f35e93028edb65faa0470e1443a8014a6d2b..0000000000000000000000000000000000000000 --- a/ansible/roles/application_logger_elasticsearch/defaults/main.yml +++ /dev/null @@ -1,3 +0,0 @@ -es_plugins: - - name: cloud-azure -es_plugins_reinstall: true diff --git a/ansible/roles/application_logger_elasticsearch/meta/main.yml b/ansible/roles/application_logger_elasticsearch/meta/main.yml deleted file mode 100755 index d52b5ac2b6cda3665709703c1936784d70b84b73..0000000000000000000000000000000000000000 --- a/ansible/roles/application_logger_elasticsearch/meta/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -dependencies: - - elasticsearch_old diff --git a/ansible/roles/application_logger_elasticsearch/tasks/main.yml b/ansible/roles/application_logger_elasticsearch/tasks/main.yml deleted file mode 100644 index 53722e54e05a71d28784eda043c1c5b2533bc5c9..0000000000000000000000000000000000000000 --- a/ansible/roles/application_logger_elasticsearch/tasks/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -- debug: msg="ES version={{es_version}}" diff --git a/ansible/roles/artifacts-download-azure/tasks/main.yml b/ansible/roles/artifacts-download-azure/tasks/main.yml deleted file mode 100644 index db79bc213fc8cfa87b5dfed18ee5bf39d5149aa9..0000000000000000000000000000000000000000 --- a/ansible/roles/artifacts-download-azure/tasks/main.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Ensure azure blob storage container exists - command: az storage container exists --name {{ artifacts_container }} - -- name: Download from azure blob storage - command: az storage blob download -c {{ artifacts_container }} --name {{ artifact }} -f {{ artifact_path }} - async: 3600 - poll: 10 diff --git a/ansible/roles/artifacts-upload-azure/tasks/main.yml b/ansible/roles/artifacts-upload-azure/tasks/main.yml deleted file mode 100644 index 785dc1a45592260b4cab8a0b5400ebaa32a33143..0000000000000000000000000000000000000000 --- a/ansible/roles/artifacts-upload-azure/tasks/main.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Ensure azure blob storage container exists - command: az storage container create --name {{ artifacts_container }} - -- name: Upload to azure blob storage - command: az storage blob upload -c {{ artifacts_container }} --name {{ artifact }} -f {{ artifact_path }} - async: 3600 - poll: 10 diff --git a/ansible/roles/assets-upload-azure/defaults/main.yml b/ansible/roles/assets-upload-azure/defaults/main.yml deleted file mode 100644 index 13cc322514549fdbed2c0bfce917371080b94668..0000000000000000000000000000000000000000 --- a/ansible/roles/assets-upload-azure/defaults/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -delete: True -player_cdn_container: -player_cdn_account: -player_cdn_account_key: -assets: diff --git a/ansible/roles/assets-upload-azure/tasks/main.yml b/ansible/roles/assets-upload-azure/tasks/main.yml deleted file mode 100755 index 398fb718bc4068a567dc8583ce80eb93df701b4e..0000000000000000000000000000000000000000 --- a/ansible/roles/assets-upload-azure/tasks/main.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -- name: Deleting container before Uploding assets - command: az storage blob delete-batch -s {{player_cdn_container}} - environment: - AZURE_STORAGE_ACCOUNT: "{{player_cdn_account}}" - AZURE_STORAGE_KEY: "{{player_cdn_account_key}}" - async: 3600 - poll: 10 - -- name: Ensure azure blob storage container exists - command: az storage container create --name {{player_cdn_container}} - ignore_errors: true - environment: - AZURE_STORAGE_ACCOUNT: "{{player_cdn_account}}" - AZURE_STORAGE_KEY: "{{player_cdn_account_key}}" - - -# Upload the assets created by the job to azure -- name: Upload to azure blob storage - command: az storage blob upload-batch -d {{player_cdn_container}} -s {{assets}} - environment: - AZURE_STORAGE_ACCOUNT: "{{player_cdn_account}}" - AZURE_STORAGE_KEY: "{{player_cdn_account_key}}" - async: 3600 - poll: 10 - diff --git a/ansible/roles/azure-cli/tasks/main.yml b/ansible/roles/azure-cli/tasks/main.yml deleted file mode 100644 index ae35cc8482b6ee0f3498c2a448f051fe38cf1fb6..0000000000000000000000000000000000000000 --- a/ansible/roles/azure-cli/tasks/main.yml +++ /dev/null @@ -1,15 +0,0 @@ -- name: Add Azure apt repository - apt_repository: repo='deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ xenial main' state=present - -- name: Import Azure signing key - become: yes - apt_key: - url: https://packages.microsoft.com/keys/microsoft.asc - state: present - #shell: curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add - - -- name: ensure azure-cli and apt-transport-https is installed - apt: name={{ item }} state=present update_cache=yes allow_unauthenticated=yes - with_items: - - apt-transport-https - - azure-cli diff --git a/ansible/roles/blob-batch-delete-azure/tasks/main.yml b/ansible/roles/blob-batch-delete-azure/tasks/main.yml deleted file mode 100755 index 4d84085ed5e7fda290a4bf728ecbec3c5d32f33b..0000000000000000000000000000000000000000 --- a/ansible/roles/blob-batch-delete-azure/tasks/main.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Delete the assets in container -- name: Upload to azure blob storage - command: az storage blob delete-batch -s {{container}} --pattern {{blob_pattern}} --dryrun - environment: - AZURE_STORAGE_ACCOUNT: "{{blob_account}}" - AZURE_STORAGE_KEY: "{{blob_account_key}}" - async: 60 - poll: 10 diff --git a/ansible/roles/bootstrap/main.yml b/ansible/roles/bootstrap/main.yml deleted file mode 100644 index 78180c1137bb77928f9966fbd0a1d68f6169b3a8..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap/main.yml +++ /dev/null @@ -1,11 +0,0 @@ - -- name: Cassandra | Install required python packages for cassandra snapshotter via apt-get - become: yes - action: apt pkg={{ item }} state=present update_cache=yes - with_items: - - libffi-dev - - libssl-dev - - build-essential - - python-dev - - lzop - - curl diff --git a/ansible/roles/bootstrap_any/defaults/main.yml b/ansible/roles/bootstrap_any/defaults/main.yml deleted file mode 100644 index cb6a0f53b9ac83ffc6c7436301d8330b5b388b08..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_any/defaults/main.yml +++ /dev/null @@ -1,7 +0,0 @@ -ulimit_config: - - domain: '*' - type: hard - item: nofile - value: 65535 -# Default limits.conf location -ulimit_config_location: /etc/security/limits.conf \ No newline at end of file diff --git a/ansible/roles/bootstrap_any/tasks/main.yml b/ansible/roles/bootstrap_any/tasks/main.yml deleted file mode 100644 index 9da5ca1cb31703cfbe48fb059825abd99d2731c3..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_any/tasks/main.yml +++ /dev/null @@ -1,38 +0,0 @@ -- name: Create group deployer - group: name=deployer state=present - -- name: Create user deployer - user: name=deployer comment="deployer" group=deployer groups=sudo shell=/bin/bash - -- name: Giving access to sudo without password - lineinfile: - path: /etc/sudoers - line: 'deployer ALL=(ALL) NOPASSWD:ALL' - state: present - -- name: Add ssh public key deployer - authorized_key: user=deployer key='{{ssh_public_key_deployer}}' - -- name: Create ulimit configuration - template: - src: limits.conf.j2 - dest: "{{ ulimit_config_location }}" - -- name: system-wide BASH runtime config file - lineinfile: - path: /etc/bash.bashrc - insertafter: EOF - line: "export PROMPT_COMMAND='RETRN_VAL=$?;logger -p local6.debug \"$(whoami) [$$]: $(history 1 | sed \"s/^[ ]*[0-9]\\+[ ]*//\" ) [$RETRN_VAL]\"'" - -- name: system-wide BASH runtime config file - lineinfile: - path: /etc/rsyslog.d/bash.conf - insertafter: EOF - state: present - create: yes - line: "local6.* /var/log/commands.log" - -- name: Restart service rsyslog - service: - name: rsyslog - state: restarted \ No newline at end of file diff --git a/ansible/roles/bootstrap_any/templates/banner.j2 b/ansible/roles/bootstrap_any/templates/banner.j2 deleted file mode 100644 index 3410c9e922ded6e488b6c4a5992db29d0a2a95ac..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_any/templates/banner.j2 +++ /dev/null @@ -1,24 +0,0 @@ - - -############################################################################### - .__ .__ - ____ ____ ____ |__| ____ ____ ___________|__| ____ ____ -_/ __ \ / \ / ___\| |/ \_/ __ \_/ __ \_ __ \ |/ \ / ___\ -\ ___/| | \/ /_/ > | | \ ___/\ ___/| | \/ | | \/ /_/ > - \___ >___| /\___ /|__|___| /\___ >\___ >__| |__|___| /\___ / - \/ \//_____/ \/ \/ \/ \//_____/ - -############################################################################### - Sunbird Secure Login -############################################################################### - -ALERT! You are entering into a secured area! - -All activities on this system are logged. -This service is restricted to authorized users only. - -Unauthorized access will be fully investigated and reported. - -############################################################################### - - diff --git a/ansible/roles/bootstrap_any/templates/limits.conf.j2 b/ansible/roles/bootstrap_any/templates/limits.conf.j2 deleted file mode 100644 index 771512870ed38253604cc004432c8e49c1eefc29..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_any/templates/limits.conf.j2 +++ /dev/null @@ -1,3 +0,0 @@ -{% for item in ulimit_config -%} - {{ item.domain }} {{ item.type }} {{ item.item }} {{ item.value }} -{% endfor %} diff --git a/ansible/roles/bootstrap_any/templates/ssh.j2 b/ansible/roles/bootstrap_any/templates/ssh.j2 deleted file mode 100644 index 7349aefc32ffdc5fd934a80239ef63f95a27c988..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_any/templates/ssh.j2 +++ /dev/null @@ -1,54 +0,0 @@ - -# This is the ssh client system-wide configuration file. See -# ssh_config(5) for more information. This file provides defaults for -# users, and the values can be changed in per-user configuration files -# or on the command line. - -# Configuration data is parsed as follows: -# 1. command line options -# 2. user-specific file -# 3. system-wide file -# Any configuration value is only changed the first time it is set. -# Thus, host-specific definitions should be at the beginning of the -# configuration file, and defaults at the end. - -# Site-wide defaults for some commonly used options. For a comprehensive -# list of available options, their meanings and defaults, please see the -# ssh_config(5) man page. - -Host * - ForwardAgent yes -# ForwardX11 no -# ForwardX11Trusted yes -# RhostsRSAAuthentication no -# RSAAuthentication yes -# PasswordAuthentication yes -# HostbasedAuthentication no -# GSSAPIAuthentication no -# GSSAPIDelegateCredentials no -# GSSAPIKeyExchange no -# GSSAPITrustDNS no -# BatchMode no -# CheckHostIP yes -# AddressFamily any -# ConnectTimeout 0 -# StrictHostKeyChecking ask -# IdentityFile ~/.ssh/identity -# IdentityFile ~/.ssh/id_rsa -# IdentityFile ~/.ssh/id_dsa -# Port 22 -# Protocol 2,1 -# Cipher 3des -# Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc -# MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160 -# EscapeChar ~ -# Tunnel no -# TunnelDevice any:any -# PermitLocalCommand no -# VisualHostKey no -# ProxyCommand ssh -q -W %h:%p gateway.example.com -# RekeyLimit 1G 1h - SendEnv LANG LC_* - HashKnownHosts yes - GSSAPIAuthentication yes - GSSAPIDelegateCredentials no diff --git a/ansible/roles/bootstrap_any/templates/sshd.j2 b/ansible/roles/bootstrap_any/templates/sshd.j2 deleted file mode 100644 index a07d5ae7c2e3221c820588fe21e7e05dbcdcf3a0..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_any/templates/sshd.j2 +++ /dev/null @@ -1,100 +0,0 @@ -# Package generated configuration file -# See the sshd_config(5) manpage for details - -# What ports, IPs and protocols we listen for -Port 22 -# Use these options to restrict which interfaces/protocols sshd will bind to -#ListenAddress :: -#ListenAddress 0.0.0.0 -Protocol 2 -# HostKeys for protocol version 2 -HostKey /etc/ssh/ssh_host_rsa_key -HostKey /etc/ssh/ssh_host_dsa_key -HostKey /etc/ssh/ssh_host_ecdsa_key -HostKey /etc/ssh/ssh_host_ed25519_key -#Privilege Separation is turned on for security -UsePrivilegeSeparation yes - -#Configure Idle Logout Timeout Interval -ClientAliveInterval 300 -ClientAliveCountMax 0 - -# Lifetime and size of ephemeral version 1 server key -KeyRegenerationInterval 3600 -ServerKeyBits 1024 - -# Logging -SyslogFacility AUTH -LogLevel INFO - -# Authentication: -LoginGraceTime 120 -PermitRootLogin no -StrictModes yes - -AddressFamily inet - -RSAAuthentication yes -PubkeyAuthentication yes -#AuthorizedKeysFile %h/.ssh/authorized_keys - -# Don't read the user's ~/.rhosts and ~/.shosts files -IgnoreRhosts yes -# For this to work you will also need host keys in /etc/ssh_known_hosts -RhostsRSAAuthentication no -# similar for protocol version 2 -HostbasedAuthentication no -# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication -#IgnoreUserKnownHosts yes - -# To enable empty passwords, change to yes (NOT RECOMMENDED) -PermitEmptyPasswords no - -# Change to yes to enable challenge-response passwords (beware issues with -# some PAM modules and threads) -ChallengeResponseAuthentication no - -#AuthenticationMethods publickey,keyboard-interactive - -# Change to no to disable tunnelled clear text passwords -PasswordAuthentication no - -# Kerberos options -#KerberosAuthentication no -#KerberosGetAFSToken no -#KerberosOrLocalPasswd yes -#KerberosTicketCleanup yes - -# GSSAPI options -#GSSAPIAuthentication no -#GSSAPICleanupCredentials yes - -X11Forwarding yes -X11DisplayOffset 10 -PrintMotd no -PrintLastLog yes -TCPKeepAlive yes -#UseLogin no - -#MaxStartups 10:30:60 -Banner /etc/issue.net - -# Allow client to pass locale environment variables -AcceptEnv LANG LC_* - -Subsystem sftp /usr/lib/openssh/sftp-server - -# Set this to 'yes' to enable PAM authentication, account processing, -# and session processing. If this is enabled, PAM authentication will -# be allowed through the ChallengeResponseAuthentication and -# PasswordAuthentication. Depending on your PAM configuration, -# PAM authentication via ChallengeResponseAuthentication may bypass -# the setting of "PermitRootLogin without-password". -# If you just want the PAM account and session checks to run without -# PAM authentication, then enable this but set PasswordAuthentication -# and ChallengeResponseAuthentication to 'no'. - -UsePAM yes - -Ciphers aes128-ctr,aes192-ctr,aes256-ctr -MACs hmac-sha1,umac-64@openssh.com,hmac-ripemd160 diff --git a/ansible/roles/bootstrap_swarm/defaults/main.yml b/ansible/roles/bootstrap_swarm/defaults/main.yml deleted file mode 100644 index e27ad4571c29169259733de8fd7a77f04224840d..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_swarm/defaults/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -networks: - - {name: 'application_default', subnet: '11.11.1.0/24'} diff --git a/ansible/roles/bootstrap_swarm/tasks/main.yml b/ansible/roles/bootstrap_swarm/tasks/main.yml deleted file mode 100644 index 1fcb6eafeb0ec546fe46e0d43cdc3403bfb8f421..0000000000000000000000000000000000000000 --- a/ansible/roles/bootstrap_swarm/tasks/main.yml +++ /dev/null @@ -1,13 +0,0 @@ -- name: Install jq - apt: name=jq state=present - become: yes - -- name: Create networks - # Limiting n/w because of https://github.com/moby/moby/issues/30820 - shell: "docker network create --subnet {{item.subnet}} --driver overlay {{item.name}}" - with_items: - - "{{networks}}" - ignore_errors: true - tags: - - create_network - run_once: true diff --git a/ansible/roles/cassandra-backup/README.md b/ansible/roles/cassandra-backup/README.md deleted file mode 100755 index fac9c2e53a165eda3adf4988729d87f576527005..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-backup/README.md +++ /dev/null @@ -1,78 +0,0 @@ -Role Name -========= - -An [Ansible] role to install [Cassandra] - -Requirements ------------- - -- Oracle Java 8 - -Install [Ansible] requirements `ansible-galaxy install -r requirements.yml` - -Role Variables --------------- - -``` ---- -# defaults file for ansible-cassandra -cassandra_cluster_group: 'cassandra-cluster-nodes' -cassandra_cluster_name: 'Test Cluster' -cassandra_cluster_setup: false -cassandra_commitlog_directory: '/var/lib/cassandra/commitlog' -cassandra_config: false -cassandra_debian_repo_info: - repo: 'deb http://www.apache.org/dist/cassandra/debian 36x main' - repo_key: 'https://www.apache.org/dist/cassandra/KEYS' -cassandra_data_file_directories: - - '/var/lib/cassandra/data' -cassandra_hints_directory: '/var/lib/cassandra/hints' -cassandra_listen_address: "{{ hostvars[inventory_hostname]['ansible_' + cassandra_listen_interface]['ipv4']['address'] }}" -cassandra_listen_interface: 'eth1' -cassandra_log_dir: '/var/log/cassandra' -cassandra_root_dir: '/etc/cassandra' -cassandra_saved_caches_directory: '/var/lib/cassandra/saved_caches' -cassandra_seeds: '127.0.0.1' # Only used if not setting up a cluster -cassandra_version: '3.6' -``` - -Dependencies ------------- - -Reference requirements - -Example Playbook ----------------- - -``` ---- -- hosts: cassandra-cluster-nodes - become: true - vars: - cassandra_cluster_setup: true - cassandra_config: true - pri_domain_name: 'test.vagrant.local' - roles: - - role: ansible-oracle-java8 - - role: ansible-cassandra - tasks: -``` - -License -------- - -BSD - -Author Information ------------------- - - -Larry Smith Jr. -- [@mrlesmithjr] -- [EveryThingShouldBeVirtual] -- mrlesmithjr [at] gmail.com - -[@mrlesmithjr]: <https://twitter.com/mrlesmithjr> -[EveryThingShouldBeVirtual]: <http://everythingshouldbevirtual.com> -[Ansible]: <https://www.ansible.com> -[Cassandra]: <http://cassandra.apache.org/> diff --git a/ansible/roles/cassandra-backup/defaults/main.yml b/ansible/roles/cassandra-backup/defaults/main.yml deleted file mode 100644 index 148bcf83b22fe785298496112f41b2f85c1b13e3..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-backup/defaults/main.yml +++ /dev/null @@ -1,3 +0,0 @@ -cassandra_root_dir: '/etc/cassandra' -data_dir: '/var/lib/cassandra/data' -cassandra_backup_azure_container_name: core-cassandra \ No newline at end of file diff --git a/ansible/roles/cassandra-backup/handlers/main.yml b/ansible/roles/cassandra-backup/handlers/main.yml deleted file mode 100755 index c6f499a8fc6d5a18e2560479c66061851cd4d93f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-backup/handlers/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# handlers file for ansible-cassandra -- name: "restart cassandra" - service: - name: "cassandra" - state: "restarted" diff --git a/ansible/roles/cassandra-backup/meta/main.yml b/ansible/roles/cassandra-backup/meta/main.yml deleted file mode 100644 index 23b18a800a4645387a83ac0873b6f893d62c081d..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-backup/meta/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: - - azure-cli \ No newline at end of file diff --git a/ansible/roles/cassandra-backup/tasks/main.yml b/ansible/roles/cassandra-backup/tasks/main.yml deleted file mode 100755 index 9024811e5ffdecde7ed018413496eb164333a8e9..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-backup/tasks/main.yml +++ /dev/null @@ -1,47 +0,0 @@ -- name: Create the directory - become: yes - file: path=/data/cassandra/backup state=directory recurse=yes - -- name: copy the backup script - become: yes - template: src=cassandra_backup.j2 dest=/data/cassandra/backup/cassandra_backup.py mode=0755 - -- set_fact: - cassandra_backup_gzip_file_name: "cassandra-backup-{{ lookup('pipe', 'date +%Y%m%d') }}-{{ ansible_hostname }}" - -- set_fact: - cassandra_backup_gzip_file_path: "{{ cassandra_backup_dir }}/{{ cassandra_backup_gzip_file_name }}.tar.gz" - -- name: run the backup script - become: yes - shell: python cassandra_backup.py --snapshotname "{{ cassandra_backup_gzip_file_name }}" - args: - chdir: /data/cassandra/backup - async: 7200 - poll: 30 - -- name: Check doc_root path - shell: ls -all /data/cassandra/backup/ - register: doc_data - -- name: print doc_root to console - debug: - var: doc_data - -- name: Ensure azure blob storage container exists - command: az storage container create --name {{ cassandra_backup_azure_container_name }} - ignore_errors: true - environment: - AZURE_STORAGE_ACCOUNT: "{{ backup_azure_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ backup_azure_storage_access_key }}" - -- name: Upload to azure blob storage - command: az storage blob upload --name "{{ cassandra_backup_gzip_file_name }}".tar.gz --file {{ cassandra_backup_gzip_file_path }} --container-name {{ cassandra_backup_azure_container_name }} - environment: - AZURE_STORAGE_ACCOUNT: "{{ backup_azure_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ backup_azure_storage_access_key }}" - async: 3600 - poll: 10 - -- name: clean up backup dir after upload - file: path="{{ cassandra_backup_dir }}" state=absent diff --git a/ansible/roles/cassandra-backup/templates/cassandra_backup.j2 b/ansible/roles/cassandra-backup/templates/cassandra_backup.j2 deleted file mode 100644 index 2978d1f2d4104a2e7dbd281bf33937aead64e417..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-backup/templates/cassandra_backup.j2 +++ /dev/null @@ -1,84 +0,0 @@ -#!/usr/bin/env python3 - -# Author: Rajesh Rajendran <rjshrjndrn@gmail.com> - -''' -Create cassandra snapshot with specified name, -and create tar ball in targetdirectory name - -By default - -Cassandra data directory : /var/lib/cassandra/data -Snapshot name : cassandra_backup-YYYY-MM-DD -Backup name : cassandra_backup-YYYY-MM-DD.tar.gz - -usage: script snapshot_name - -eg: ./cassandra_backup.py - -for help ./cassandra_backup.py -h -''' - -from os import walk, sep, system, getcwd, makedirs -from argparse import ArgumentParser -from shutil import rmtree, ignore_patterns, copytree -from re import match, compile -from sys import exit -from tempfile import mkdtemp -from time import strftime - -parser = ArgumentParser(description="Create a snapshot and create tar ball inside tardirectory") -parser.add_argument("-d", "--datadirectory", metavar="datadir", default='/var/lib/cassandra/data', - help="Path to cassadandra keyspaces. Default /var/lib/cassadra/data") -parser.add_argument("-s", "--snapshotname", metavar="snapshotname", - default="cassandra_backup-"+strftime("%Y-%m-%d"), - help="Name with which snapshot to be taken. Default {}".format("cassandra_backup-"+strftime("%Y-%m-%d"))) -parser.add_argument("-t", "--tardirectory", metavar="tardir", - default=getcwd(), help="Path to create the tarball. Default {}".format(getcwd())) -args = parser.parse_args() - -# Create temporary directory to copy data -tmpdir = mkdtemp() -makedirs(tmpdir+sep+"cassandra_backup") - - -def copy(): - ''' - Copying the data sanpshots to the target directory - ''' - root_levels = args.datadirectory.count(sep) - ignore_list = compile(tmpdir+sep+"cassandra_backup"+sep+'(system|system|systemtauth|system_traces|system_schema|system_distributed)') - - try: - for root, dirs, files in walk(args.datadirectory): - root_target_dir = tmpdir+sep+"cassandra_backup"+sep+sep.join(root.split(sep)[root_levels+1:-2]) - if match(ignore_list, root_target_dir): - continue - if root.split(sep)[-1] == args.snapshotname: - copytree(src=root, dst=root_target_dir, ignore=ignore_patterns('.*')) - except Exception as e: - print(e) - - -# Creating schema -command = "cqlsh -e 'DESC SCHEMA' > {}/cassandra_backup/db_schema.cql".format(tmpdir) -rc = system(command) -if rc != 0: - print("Couldn't backup schema, exiting...") - exit(1) -print("Schema backup completed. saved in {}/cassandra_backup/db_schema.sql".format(tmpdir)) -# Cleaning all old snapshots -command = "nodetool clearsnapshot" -system(command) -# Creating snapshots -command = "nodetool snapshot -t {}".format(args.snapshotname) -rc = system(command) -if rc == 0: - print("Snapshot taken.") - copy() - print("Making a tarball: {}.tar.gz".format(args.snapshotname)) - command = "cd {} && tar -czvf {}/{}.tar.gz *".format(tmpdir, args.tardirectory, args.snapshotname) - system(command) - # Cleaning up backup directory - rmtree(tmpdir) - print("Cassandra backup completed and stored in {}/{}.tar.gz".format(args.tardirectory, args.snapshotname)) diff --git a/ansible/roles/cassandra-cql-update/files/notes-dev.csv b/ansible/roles/cassandra-cql-update/files/notes-dev.csv deleted file mode 100644 index b393b6684b4c632543a36c0ed7bf97646034675a..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-cql-update/files/notes-dev.csv +++ /dev/null @@ -1,157 +0,0 @@ -_id,userId,courseId,contentId,title,note,tags,createdOn,updatedOn,isDeleted -596498de7d86310001a25a0b,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-07-11T09:22:38.568Z,,FALSE -5964a4ef7d86310001a25a0c,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-07-11T10:14:07.765Z,,FALSE -59688176f1d958000115b9db,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-07-14T08:31:50.145Z,,FALSE -596e5a1645fdfd0001acbce6,995c35d3-e56b-4607-9211-e2096c9d8304,do_212282810256941056178,,My New Note,"The sunbirds and spiderhunters make up a family, Nectariniidae, of passerine birds. They are small, slender passerines from the Old World, usually with downward-curved bills. Many are brightly coloured, often with iridescent feathers, particularly in the males. Many species also have especially long tail feathers. Their range extends through most of Africa to the Middle East, South Asia, South-east Asia and southern China, to Indonesia, New Guinea and northern Australia. Species diversity is highest in equatorial regions. - -There are 132 species in 15 genera. Most sunbirds feed largely on nectar, but will also eat insects and spiders, especially when feeding their young. Flowers that prevent access to their nectar because of their shape (for example, very long and narrow flowers are simply punctured at the base near the nectaries, from which the birds sip the nectar. Fruit is also part of the diet of some species. Their flight is fast and direct, thanks to their short wings. - -The sunbirds have counterparts in two very distantly related groups: the hummingbirds of the Americas and the honeyeaters of Australia. The resemblances are due to convergent evolution brought about by a similar nectar-feeding lifestyle.[1] Some sunbird species can take nectar by hovering like a hummingbird, but they usually perch to feed.",[],2017-07-18T18:57:26.440Z,,FALSE -5976d385c63dfb0001b5677e,8964a7ab-4712-464c-8b19-cb87221cfcfa,,do_212196910336131072127,fdsf,fdsff,[],2017-07-25T05:13:41.222Z,,FALSE -5976d39ad4982000012dc47a,8964a7ab-4712-464c-8b19-cb87221cfcfa,,do_212196910336131072127,fdsfs,fdsfsf,[],2017-07-25T05:14:02.180Z,,FALSE -5976f025eaf481000173124d,50ba4694-931e-4a04-87a5-5b81211d7773,,do_212292629199077376116,fdsfdsfsf,fdsf,[],2017-07-25T07:15:49.926Z,,FALSE -597882d0780e410001491290,8c44ad33-34dd-4291-a1b2-1061cc4d75c4,do_2122951809560002561251,do_2122951778195865601246,jkjkjkjkj`klk,klklk,[],2017-07-26T11:53:52.058Z,,FALSE -597882e4eaf481000173124e,8c44ad33-34dd-4291-a1b2-1061cc4d75c4,do_2122951809560002561251,,"m,m,m","mm,m",[],2017-07-26T11:54:12.870Z,,FALSE -5978851eeaf481000173124f,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20052842,Hi,got full marks,[],2017-07-26T12:03:42.712Z,,FALSE -597885f8eaf4810001731250,0915208f-3b77-4eca-ba27-58f0b2d81019,do_212296625948319744173,,Course content,course content is not there,[],2017-07-26T12:07:20.596Z,,FALSE -59796e61afffc9000158e236,74e6f8d6-026c-4031-af7d-48ed20622fa1,do_212296625948319744173,,jlk,jknkjjk,[],2017-07-27T04:38:57.703Z,,FALSE -5979953aafffc9000158e238,107240bc-918c-4e42-9545-4f8d596ee24e,,do_20052842,Test,Test,[],2017-07-27T07:24:42.269Z,,FALSE -597ee8546e3d9a0001592e6d,944d23ab-46ba-45f7-ac9a-0e332fc8dce5,,do_2122161647443476481281,Test,**Test**,[],2017-07-31T08:20:36.235Z,,FALSE -597ee899642d550001376053,944d23ab-46ba-45f7-ac9a-0e332fc8dce5,,do_2122161647443476481281,test 2,test2,[],2017-07-31T08:21:45.748Z,,FALSE -59817b596e3d9a0001592e6e,107240bc-918c-4e42-9545-4f8d596ee24e,do_2122951809560002561251,,lkaskldjasalksdj,askd;laskd;lsa,[],2017-08-02T07:12:25.200Z,,FALSE -59817b64642d550001376054,107240bc-918c-4e42-9545-4f8d596ee24e,do_2122951809560002561251,,kkasldkas,klaskdl;aks;das,[],2017-08-02T07:12:36.109Z,,FALSE -598196d0642d550001376055,107240bc-918c-4e42-9545-4f8d596ee24e,do_212296625948319744173,,erewr,wrwerwer,[],2017-08-02T09:09:36.420Z,,FALSE -59821f366e3d9a0001592e6f,f7e98666-8d10-447f-821b-1431682e626f,do_2122951809560002561251,,I WANT KNOW MORE INFORMATION,I WANT KNOW MORE INFORMATION,[],2017-08-02T18:51:34.347Z,,FALSE -59821fa6642d550001376056,f7e98666-8d10-447f-821b-1431682e626f,do_2122951853379502081260,,I AM HAPPY,I AM HAPPY****,[],2017-08-02T18:53:26.987Z,,FALSE -59836517c13e0300019972e3,107240bc-918c-4e42-9545-4f8d596ee24e,do_2122951809560002561251,do_2122951778195865601246,Note Title,Note description updated,[],2017-08-03T18:01:59.855Z,,FALSE -59840b2c9c4b6d0001dd6bce,89cf1a7e-dfd3-46c9-a428-d37e9a2bc001,do_212296625948319744173,,Test,a das das dasda sad asd as das da,[],2017-08-04T05:50:36.808Z,,FALSE -598421a39c4b6d0001dd6bcf,89cf1a7e-dfd3-46c9-a428-d37e9a2bc001,do_212296625948319744173,,Test 2,as dasd asd asd asd asd asd asd as,[],2017-08-04T07:26:27.148Z,,FALSE -598817499c4b6d0001dd6bd0,107240bc-918c-4e42-9545-4f8d596ee24e,do_2122951809560002561251,,lksd;f,lsdlskjdf,[],2017-08-07T07:31:21.656Z,,FALSE -59881755c13e0300019972e4,107240bc-918c-4e42-9545-4f8d596ee24e,do_2122951809560002561251,,sdkl;fkds;l;l,lkasdlksaj,[],2017-08-07T07:31:33.283Z,,FALSE -598817f49c4b6d0001dd6bd1,107240bc-918c-4e42-9545-4f8d596ee24e,do_2122951809560002561251,,sfjlksd,sdjfds,[],2017-08-07T07:34:12.081Z,,FALSE -598c0366f016e20001c4b8ae,5681bb50-9058-4733-b47d-cb93981eb441,,do_30030419,test,testsss,[],2017-08-10T06:55:34.371Z,,FALSE -598c399e189c9700019188ea,064c0b3d-eb1c-4a12-aeeb-3f65bbb2a8d3,,do_20043627,Note updated,Description,[],2017-08-10T10:46:54.229Z,,FALSE -598dfeb3468165000107e7e1,cda6c36c-d77a-4a64-a564-9f9b0c655adc,do_212296706898190336145,,SS,d,[],2017-08-11T19:00:03.335Z,,FALSE -59956d3e6c7bfc0001a8e123,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123101488779837441168,,ssss,sss,[],2017-08-17T10:17:34.134Z,,FALSE -599578de6c7bfc0001a8e124,cd650921-5c54-48a7-aff1-e1f56b7f530a,,do_20043647,SCZC,scscsc,[],2017-08-17T11:07:10.981Z,,FALSE -5996ec0421a4e10001c040da,be325d93-600d-4cb2-b2c9-728717c31765,do_2123100228521082881103,do_20045289,sdfsdf,dsfsdf,[],2017-08-18T13:30:44.124Z,,FALSE -5996ec1821a4e10001c040db,be325d93-600d-4cb2-b2c9-728717c31765,do_2123100228521082881103,do_20045289,sdafsdf,afsfdfdsfasf,[],2017-08-18T13:31:04.605Z,,FALSE -5996f36bf7cd6600016c9496,be325d93-600d-4cb2-b2c9-728717c31765,,do_30013525,article4,bvb,[],2017-08-18T14:02:19.556Z,,FALSE -59984cf0a66fa00001a3df05,e886f4a8-890e-4e73-adc2-5afebad93c08,do_212282810437918720179,,note12,test desc,[],2017-08-19T14:36:32.084Z,,FALSE -599a64b4d2049300014fccde,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_30013509,Test,Note,[],2017-08-21T04:42:28.599Z,,FALSE -599a655ed2049300014fccdf,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_30013509,fsdfs,sdfsdfsdfsd,[],2017-08-21T04:45:18.189Z,,FALSE -599a65a1a66fa00001a3df06,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_30013509,wqwererw,werwerwerwe,[],2017-08-21T04:46:25.029Z,,FALSE -599a65ded2049300014fcce0,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_30013509,sdsdfssds,sdfsdfsdfs,[],2017-08-21T04:47:26.390Z,,FALSE -599a6664d2049300014fcce1,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_30013509,fsdfsdfewerwe,wrwerwer,[],2017-08-21T04:49:40.841Z,,FALSE -599a6677a66fa00001a3df07,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_30013509,aafasdf,sfsdfsd,[],2017-08-21T04:49:59.425Z,,FALSE -599a6d94d2049300014fcce2,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,LP_FT_6987122,tetest,Test,[],2017-08-21T05:20:20.274Z,,FALSE -599a7468d2049300014fcce3,e886f4a8-890e-4e73-adc2-5afebad93c08,do_212282810437918720179,,sdsdsd,zzczz,[],2017-08-21T05:49:28.102Z,,FALSE -599a8c1ea66fa00001a3df08,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_30013509,Test,Test,[],2017-08-21T07:30:38.673Z,,FALSE -599ae92ca66fa00001a3df09,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_212282810555342848180,,XZX,ZXZX,[],2017-08-21T14:07:40.076Z,,FALSE -599aef8bd2049300014fcce4,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123138572751912961138,,CXAZx,zxzxz,[],2017-08-21T14:34:51.737Z,,FALSE -599afaa4a66fa00001a3df0a,064c0b3d-eb1c-4a12-aeeb-3f65bbb2a8d3,,LP_FT_6987122,test,vb,[],2017-08-21T15:22:12.854Z,,FALSE -599bd772a66fa00001a3df0c,be325d93-600d-4cb2-b2c9-728717c31765,do_2123157035537367041285,do_2123143396291133441148,Test note,Test note,[],2017-08-22T07:04:18.873Z,,FALSE -599bdbf3a66fa00001a3df0d,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123157276909076481290,,new note,new note info,[],2017-08-22T07:23:31.434Z,,FALSE -599bdf1aa66fa00001a3df0e,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123157276909076481290,LP_FT_6987122,jkjkj,jkjkj,[],2017-08-22T07:36:58.214Z,,FALSE -599bf331d2049300014fcce5,5862af1a-7741-46eb-bbf5-71358dcd3539,,do_30013509,Test,Hide,[],2017-08-22T09:02:41.330Z,,FALSE -599bf37ea66fa00001a3df0f,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_212306471794638848176,,Test,Test update,[],2017-08-22T09:03:58.333Z,,FALSE -599c528ad2049300014fcce6,be325d93-600d-4cb2-b2c9-728717c31765,do_212312962784133120110,,kjhjkll,jkhkh,[],2017-08-22T15:49:30.319Z,,FALSE -599c5295d2049300014fcce7,be325d93-600d-4cb2-b2c9-728717c31765,do_212312962784133120110,,kjhkjhjkh,jlkjkljkl,[],2017-08-22T15:49:41.943Z,,FALSE -599d4d01d2049300014fcce8,0b9e4ff4-390b-4f8e-b6d9-59767d07099a,do_2123157276909076481290,do_2123138285329448961126,qerfwef,sdfsdf,[],2017-08-23T09:38:09.646Z,,FALSE -599e538bd2049300014fcce9,7bdaec59-2cd6-4646-8cee-f3b485e3da99,do_212312303635816448169,,Sample Note to myself,this is a sample note to myself,[],2017-08-24T04:18:19.172Z,,FALSE -599e702ea66fa00001a3df10,fc2892a6-58b2-4bee-abe9-3ae224519640,do_2123157276909076481290,,jkjkj,kjkj,[],2017-08-24T06:20:30.528Z,,FALSE -599e7bb5d2049300014fccea,cd650921-5c54-48a7-aff1-e1f56b7f530a,,do_2123171371115560961478,xcvxzvcxz,xzcvzxvczxc,[],2017-08-24T07:09:41.907Z,,FALSE -599e96f6a66fa00001a3df11,d1924601-9ce1-4b6e-b3b1-1442a3d61ac4,,do_212295888406224896127,Test,Test,[],2017-08-24T09:05:58.556Z,,FALSE -599e9810a66fa00001a3df12,d1924601-9ce1-4b6e-b3b1-1442a3d61ac4,,do_212295888406224896127,New,New,[],2017-08-24T09:10:40.875Z,,FALSE -59a3b0340c950300016667c9,be325d93-600d-4cb2-b2c9-728717c31765,do_212306471794638848176,,Test,Test,[],2017-08-28T05:55:00.839Z,,FALSE -59a3b3580c950300016667ca,be325d93-600d-4cb2-b2c9-728717c31765,,do_2123101458899271681167,Test,Test,[],2017-08-28T06:08:24.891Z,,FALSE -59a3de490c950300016667cb,be325d93-600d-4cb2-b2c9-728717c31765,,do_212155118871101440166,This is test,This is test,[],2017-08-28T09:11:37.606Z,,FALSE -59a3de6a0c950300016667cc,be325d93-600d-4cb2-b2c9-728717c31765,,do_212155118871101440166,another,Another Note,[],2017-08-28T09:12:10.518Z,,FALSE -59a3e7ffbfebc300016e15a1,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_2123187253665792001586,Test,Test,[],2017-08-28T09:53:03.657Z,,FALSE -59a69f6dbfebc300016e15a2,fae8f720-51a6-48cb-8834-33641a42c30e,,do_2123165408517406721432,S. Radhakrishnan,"Sarvepalli Radhakrishnan About this sound listen (help·info (5 September 1888 – 17 April 1975 was an Indian philosopher and statesman[1] who was the first Vice President of India (1952–1962 and the second President of India from 1962 to 1967.[web 1] - -One of India's most distinguished twentieth-century scholars of comparative religion and philosophy,[2][web 2] his academic appointments included the King George V Chair of Mental and Moral Science at the University of Calcutta (1921–1932 and Spalding Professor of Eastern Religion and Ethics at University of Oxford (1936–1952. - -His philosophy was grounded in Advaita Vedanta, reinterpreting this tradition for a contemporary understanding.[web 2] He defended Hinduism against ""uninformed Western criticism"",[3] contributing to the formation of contemporary Hindu identity.[4] He has been influential in shaping the understanding of Hinduism, in both India and the west, and earned a reputation as a bridge-builder between India and the West.[5] - -Radhakrishnan was awarded several high awards during his life, including a knighthood in 1931, the Bharat Ratna, the highest civilian award in India, in 1954, and honorary membership of the British Royal Order of Merit in 1963. Radhakrishnan believed that ""teachers should be the best minds in the country"". Since 1962, his birthday is celebrated in India as Teachers' Day on 5 September.[web 3]",[],2017-08-30T11:20:13.099Z,,FALSE -59a69ff20c950300016667cd,fae8f720-51a6-48cb-8834-33641a42c30e,,do_2123165408517406721432,Teachers Day,"The birth date of the second President of India, Dr. Sarvepalli Radhakrishnan, 5 September 1888, has been celebrated as Teacher's Day since 1962. On this day, teachers and students report to school as usual but the usual activities and classes are replaced by activities of celebration, thanks and remembrance. In some schools, senior students take the responsibility of teaching in order to show their appreciation for the teachers. - -Traditional and Vedic Teachers' Day Festival is on Guru Purnima according to Indian Calendar, a festival dedicated to spiritual and academic teachers. This festival is traditionally celebrated by Buddhists, Jains and Hindus in India and Nepal, to pay their respects to their teachers and express their gratitude.",[],2017-08-30T11:22:26.735Z,,FALSE -59a6b05ebfebc300016e15a3,107240bc-918c-4e42-9545-4f8d596ee24e,,do_21230291297746944015,test,test,[],2017-08-30T12:32:30.969Z,,FALSE -59a6b0a6bfebc300016e15a4,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_2123165408517406721432,test,test,[],2017-08-30T12:33:42.491Z,,FALSE -59a799330c950300016667ce,be325d93-600d-4cb2-b2c9-728717c31765,,do_212295888406224896127,Test,Test updated,[],2017-08-31T05:05:55.819Z,,FALSE -59a799620c950300016667cf,be325d93-600d-4cb2-b2c9-728717c31765,do_212306471794638848176,,Test,Test,[],2017-08-31T05:06:42.929Z,,FALSE -59a79a940c950300016667d0,be325d93-600d-4cb2-b2c9-728717c31765,,do_212295888406224896127,Test,Test,[],2017-08-31T05:11:48.065Z,,FALSE -59a79a9ebfebc300016e15a6,be325d93-600d-4cb2-b2c9-728717c31765,,do_212295888406224896127,1,2,[],2017-08-31T05:11:58.042Z,,FALSE -59a7b4500c950300016667d1,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_21230291297746944015,Test,Test,[],2017-08-31T07:01:36.613Z,,FALSE -59a7b458bfebc300016e15a7,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_21230291297746944015,2,1,[],2017-08-31T07:01:44.279Z,,FALSE -59a7dac10c950300016667d2,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_2123178605500334081568,Test,test,[],2017-08-31T09:45:37.875Z,,FALSE -59a812e80c950300016667d3,14df02ff-7e68-4c52-a600-1b1f30c62ffe,,do_2123200653407354881657,Test,Test update,[],2017-08-31T13:45:12.434Z,,FALSE -59a8133bbfebc300016e15a8,be325d93-600d-4cb2-b2c9-728717c31765,do_2123157035537367041285,,Test,Test,[],2017-08-31T13:46:35.135Z,,FALSE -59a821cb0c950300016667d4,ac6fd279-ff03-4323-93a2-19a3cd2c7d47,,do_2123200147342622721628,Test,"Test -**Test** -*Test* - - 1. item",[],2017-08-31T14:48:43.362Z,,FALSE -59a821f20c950300016667d5,df6f285a-531c-4fed-bb54-6cc8235968f4,,do_2123178605500334081568,hg,fgfdfgvhbj heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note heloo note,[],2017-08-31T14:49:22.402Z,,FALSE -59a93e5ebfebc300016e15aa,8557fa44-6b3a-4a4a-bb99-7907e635b2f7,,do_2123200147342622721628,fd,dg,[],2017-09-01T11:02:54.958Z,,FALSE -59ace276514fcb0001548980,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123248707513630721382,do_2123158123070668801318,test notes,nknkjn,[],2017-09-04T05:19:50.005Z,,FALSE -59ace5aa514fcb0001548981,76001486-a7c8-48e4-8014-281dea0db0a5,,do_2123236730327941121242,new note for youtubeW,dadaDAdad,[],2017-09-04T05:33:30.997Z,,FALSE -59ace7b5514fcb0001548982,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123248707513630721382,,mwflelkjeofkk,klklfkflskdflkslfksf,[],2017-09-04T05:42:13.118Z,,FALSE -59ace7d8514fcb0001548983,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123248707513630721382,do_2123158123070668801318,o'iwjw'oerjpo',po,[],2017-09-04T05:42:48.311Z,,FALSE -59ace8c4514fcb0001548984,be325d93-600d-4cb2-b2c9-728717c31765,,do_2123215064116756481869,Test,Test,[],2017-09-04T05:46:44.278Z,,FALSE -59ace9da514fcb0001548985,be325d93-600d-4cb2-b2c9-728717c31765,,do_2123215064116756481869,New Note,New note,[],2017-09-04T05:51:22.230Z,,FALSE -59acea49514fcb0001548986,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123248707513630721382,do_20045289,c zvzcv,vcxvxc,[],2017-09-04T05:53:13.629Z,,FALSE -59acedf4514fcb0001548987,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123248707513630721382,,;l;l;l,;l;l;l,[],2017-09-04T06:08:52.026Z,,FALSE -59aceea1514fcb0001548988,cd650921-5c54-48a7-aff1-e1f56b7f530a,,do_2123228937193799681199,new page note,mnojo,[],2017-09-04T06:11:45.944Z,,FALSE -59acf35f514fcb0001548989,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123248707513630721382,do_2123158123070668801318,test,test data,[],2017-09-04T06:31:59.233Z,,FALSE -59acf763514fcb000154898a,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123138572751912961138,do_212156477194846208131,wewew,wewewe,[],2017-09-04T06:49:07.322Z,,FALSE -59acf859514fcb000154898b,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123138572751912961138,do_20047090,klklklk,klkl,[],2017-09-04T06:53:13.564Z,,FALSE -59acfaf6514fcb000154898c,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123100894929960961150,do_2122930886356172801130,jkjkjkj,jkjkj,[],2017-09-04T07:04:22.969Z,,FALSE -59ad50654432590001efa772,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123251055368765441634,,finall course note,note,[],2017-09-04T13:08:53.038Z,,FALSE -59ad50ad4fd5900001efadbc,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_2123251055368765441634,do_212201190513950720137,g,hghghghgh,[],2017-09-04T13:10:05.882Z,,FALSE -59ad50c84432590001efa773,cd650921-5c54-48a7-aff1-e1f56b7f530a,,do_2123243093954805761356,hjhjh,hjhjh,[],2017-09-04T13:10:32.494Z,,FALSE -59ad544e4432590001efa775,28f7bf03-68be-4d62-b794-23040eada4e1,,do_2123215064116756481869,Test,Test,[],2017-09-04T13:25:34.844Z,,FALSE -59ad54574432590001efa776,28f7bf03-68be-4d62-b794-23040eada4e1,,do_2123215064116756481869,1,1,[],2017-09-04T13:25:43.457Z,,FALSE -59af9f4b4fd5900001efadbe,8557fa44-6b3a-4a4a-bb99-7907e635b2f7,,do_212290229532762112188,lklklkkl,jjkdjfkdjfd,[],2017-09-06T07:10:03.792Z,,FALSE -59b7a2e64645e500015ea526,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_212306471794638848176,,Hello,"Heelo![enter image description here][1] - - -![enter image description here][2] - - -sfdsfsdfsdfsfsdfsdfsdfsdfsdfsfsd - - -![enter image description here][3] - - - [1]: http://Heelo.cosasadas - [2]: http://12333433 - [3]: wpihttp://werwerwer78978987978",[],2017-09-12T09:03:34.427Z,,FALSE -59b7a6e9585c7a00011401dd,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_212306471794638848176,,jkhjhjjjh,"hjhjhjhjj![enter image description here][1] - - - [1]: http://jhjhjhjhjh",[],2017-09-12T09:20:41.570Z,,FALSE -59b7a8df4645e500015ea527,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_212306471794638848176,,Google image,"google image linl![enter image description here][1] - - - [1]: https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Google_Images_2015_logo.svg/1200px-Google_Images_2015_logo.svg.png",[],2017-09-12T09:29:03.983Z,,FALSE -59b7a9104645e500015ea528,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_212306471794638848176,,Google image,"google image linl![enter image description here][1] - - - [1]: https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Google_Images_2015_logo.svg/1200px-Google_Images_2015_logo.svg.png",[],2017-09-12T09:29:52.274Z,,FALSE -59b7a93e585c7a00011401de,cd650921-5c54-48a7-aff1-e1f56b7f530a,do_212306471794638848176,,Test,Google image,[],2017-09-12T09:30:38.144Z,,FALSE -59b7aa844645e500015ea529,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-09-12T09:36:04.601Z,,FALSE -59b7d5f4585c7a00011401df,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-09-12T12:41:24.290Z,,FALSE -59b7e3f54645e500015ea52a,be325d93-600d-4cb2-b2c9-728717c31765,do_212306471794638848176,,Test,Test,[],2017-09-12T13:41:09.308Z,,FALSE -59b7e763585c7a00011401e0,be325d93-600d-4cb2-b2c9-728717c31765,do_212306471794638848176,,Test,Test,[],2017-09-12T13:55:47.984Z,,FALSE -59b8de3e4645e500015ea52b,be325d93-600d-4cb2-b2c9-728717c31765,do_212306471794638848176,,Test,Test,[],2017-09-13T07:29:02.334Z,,FALSE -59b9296d4645e500015ea52c,b2d7a285-b874-4aaf-abc3-e64d8b57f86d,,do_2123208084832829441775,new note,new,[],2017-09-13T12:49:49.051Z,,FALSE -59b929934645e500015ea52d,b2d7a285-b874-4aaf-abc3-e64d8b57f86d,,do_2123208084832829441775,ojkjkjkj,jkjkj,[],2017-09-13T12:50:27.050Z,,FALSE -59b929a74645e500015ea52e,b2d7a285-b874-4aaf-abc3-e64d8b57f86d,,do_2123208084832829441775,llkklk,lklklk,[],2017-09-13T12:50:47.929Z,,FALSE -59b92b55585c7a00011401e1,76001486-a7c8-48e4-8014-281dea0db0a5,,do_2123208084832829441775,new note,new data,[],2017-09-13T12:57:57.235Z,,FALSE -59b92b7d4645e500015ea52f,76001486-a7c8-48e4-8014-281dea0db0a5,,do_2123208084832829441775,erere,ewe,[],2017-09-13T12:58:37.649Z,,FALSE -59b92cf9585c7a00011401e2,76001486-a7c8-48e4-8014-281dea0db0a5,,do_2123208084832829441775,dsdsd,sdsd,[],2017-09-13T13:04:57.819Z,,FALSE -59b92d1d4645e500015ea530,76001486-a7c8-48e4-8014-281dea0db0a5,,do_2123208084832829441775,mlmlklkkq,llklklklklkl,[],2017-09-13T13:05:33.068Z,,FALSE \ No newline at end of file diff --git a/ansible/roles/cassandra-cql-update/files/notes-staging.csv b/ansible/roles/cassandra-cql-update/files/notes-staging.csv deleted file mode 100644 index 59fd51fc213131d8aac175691b9bc6ad1caa108f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-cql-update/files/notes-staging.csv +++ /dev/null @@ -1,109 +0,0 @@ -_id,userId,courseId,contentId,title,note,tags,createdOn,updatedOn,isDeleted -5968a1d580b8bc000163a528,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-07-14T10:49:57.505Z,,FALSE -59693afb605e9a0001e9dfd6,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-07-14T21:43:23.960Z,,FALSE -596e60ce7cace000013cc4b7,ecb93d66-8d53-4ad2-8dcb-ce04eb983798,do_212282810256941056178,,Sunbird Note 1,"The sunbirds and spiderhunters make up a family, Nectariniidae, of passerine birds. They are small, slender passerines from the Old World, usually with downward-curved bills. Many are brightly coloured, often with iridescent feathers, particularly in the males. Many species also have especially long tail feathers. Their range extends through most of Africa to the Middle East, South Asia, South-east Asia and southern China, to Indonesia, New Guinea and northern Australia. Species diversity is highest in equatorial regions. - -There are 132 species in 15 genera. Most sunbirds feed largely on nectar, but will also eat insects and spiders, especially when feeding their young. Flowers that prevent access to their nectar because of their shape (for example, very long and narrow flowers are simply punctured at the base near the nectaries, from which the birds sip the nectar. Fruit is also part of the diet of some species. Their flight is fast and direct, thanks to their short wings. - -The sunbirds have counterparts in two very distantly related groups: the hummingbirds of the Americas and the honeyeaters of Australia. The resemblances are due to convergent evolution brought about by a similar nectar-feeding lifestyle.[1] Some sunbird species can take nectar by hovering like a hummingbird, but they usually perch to feed.",[],2017-07-18T19:26:06.374Z,,FALSE -596ee80b30e8240001635a61,ca8fb15e-0e5a-43f3-96f2-2e15742b7f45,do_212282810555342848180,do_212216610159968256113,Note 1,**strong text**,[],2017-07-19T05:03:07.841Z,,FALSE -596f25ee30e8240001635a63,07aed82b-2a55-4e5d-bd22-36efb0e9d615,do_212282810555342848180,do_212216610159968256113,noite 1,sssss,[],2017-07-19T09:27:10.024Z,,FALSE -596f9f1430e8240001635a64,ecb93d66-8d53-4ad2-8dcb-ce04eb983798,,do_212217290209730560120,Scored 100%,Similar test be suggested and used by others,[],2017-07-19T18:04:04.858Z,,FALSE -597038f830e8240001635a65,e7bbff12-8c2a-4d0a-aa29-0f89edfcb9c5,do_212282810555342848180,do_212216610159968256113,ffsdfsdfsdfsdfsdfs,fsdfsdf,[],2017-07-20T05:00:40.875Z,,FALSE -5970395c30e8240001635a66,e7bbff12-8c2a-4d0a-aa29-0f89edfcb9c5,do_212282810555342848180,do_212216610159968256113,dfsfsdfsdf,fdgvfcg dgdfhttps://staging.open-sunbird.org/private/index#!/profile,[],2017-07-20T05:02:20.698Z,,FALSE -5970396730e8240001635a67,e7bbff12-8c2a-4d0a-aa29-0f89edfcb9c5,do_212282810555342848180,do_212216610159968256113,https://staging.open-sunbird.org/private/index#!/profile,https://staging.open-sunbird.org/private/index#!/profile,[],2017-07-20T05:02:31.242Z,,FALSE -597039e830e8240001635a68,e7bbff12-8c2a-4d0a-aa29-0f89edfcb9c5,do_212282810555342848180,do_212216610159968256113,now1,now,[],2017-07-20T05:04:40.943Z,,FALSE -597039f330e8240001635a69,e7bbff12-8c2a-4d0a-aa29-0f89edfcb9c5,do_212282810555342848180,do_212216610159968256113,now 2,now 2,[],2017-07-20T05:04:51.444Z,,FALSE -59703a1030e8240001635a6a,e7bbff12-8c2a-4d0a-aa29-0f89edfcb9c5,do_212282810555342848180,do_212216610159968256113,now 3,now 3,[],2017-07-20T05:05:20.206Z,,FALSE -59705d81001d200001095db8,6a7299e2-41c3-4a6a-b75a-22c326c211ff,do_212282810555342848180,do_212216610159968256113,jkjkkl,mnlkjlk,[],2017-07-20T07:36:33.750Z,,FALSE -597167999e866200010b902f,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_212292720862715904142,,Test NoteAAAAA,"The sunbirds and spiderhunters make up a family, Nectariniidae, of passerine birds. They are small, slender passerines from the Old World, usually with downward-curved bills. Many are brightly coloured, often with iridescent feathers, particularly in the males. Many species also have especially long tail feathers. Their range extends through most of Africa to the Middle East, South Asia, South-east Asia and southern China, to Indonesia, New Guinea and northern Australia. Species diversity is highest in equatorial regions. - -There are 132 species in 15 genera. Most sunbirds feed largely on nectar, but will also eat insects and spiders, especially when feeding their young. Flowers that prevent access to their nectar because of their shape (for example, very long and narrow flowers are simply punctured at the base near the nectaries, from which the birds sip the nectar. Fruit is also part of the diet of some species. Their flight is fast and direct, thanks to their short wings. - -The sunbirds have counterparts in two very distantly related groups: the hummingbirds of the Americas and the honeyeaters of Australia. The resemblances are due to convergent evolution brought about by a similar nectar-feeding lifestyle.[1] Some sunbird species can take nectar by hovering like a hummingbird, but they usually perch to feed.",[],2017-07-21T02:31:53.466Z,,FALSE -597175ac9e866200010b9030,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_212292720862715904142,do_20047090,Test Notes,Test Notes,[],2017-07-21T03:31:56.680Z,,FALSE -5971d85f9e866200010b9031,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_212292781238452224152,,girl,"It’s too dark!†she argued when shown a perfectly acceptable one, according to mum. -“It’s too boring!†she cried when mum tried to convince her about a very sensible option she had recommended. -Mum had given up trying to convince her of anything and they were walking home, frustrated at the wasted morning. The newly descending fog just added to the gloom. She looked down the alley to where Lucy was pointing.",[],2017-07-21T10:33:03.037Z,,FALSE -5971e1d39e866200010b9032,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_2122931469935493121136,,N1,N1,[],2017-07-21T11:13:23.490Z,,FALSE -5971e1dc9e866200010b9033,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_2122931469935493121136,,N2,2,[],2017-07-21T11:13:32.676Z,,FALSE -5971e1e89e866200010b9034,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_2122931469935493121136,,N3,3,[],2017-07-21T11:13:44.130Z,,FALSE -5971e1f09e866200010b9035,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_2122931469935493121136,,N4,4,[],2017-07-21T11:13:52.162Z,,FALSE -5971e2139e866200010b9036,8964a7ab-4712-464c-8b19-cb87221cfcfa,do_2122931469935493121136,,N5,5,[],2017-07-21T11:14:27.775Z,,FALSE -5971eafe9e866200010b9037,784c732a-e03f-4b85-bc04-8a58ee1be6aa,do_2122867365871943681194,,screen,s,[],2017-07-21T11:52:30.682Z,,FALSE -5975dd8f9c05a10001957812,ecb93d66-8d53-4ad2-8dcb-ce04eb983798,do_212282810256941056178,do_2122528241634754561234,Kinda interesting,whats this,[],2017-07-24T11:44:15.324Z,,FALSE -5975e0ed9c05a10001957813,ecb93d66-8d53-4ad2-8dcb-ce04eb983798,do_212282810256941056178,do_2122432175175761921186,note 2,Here's a smaple note.,[],2017-07-24T11:58:37.582Z,,FALSE -5976c15aa9e30b0001971c65,8c44ad33-34dd-4291-a1b2-1061cc4d75c4,,do_20052842,Test,test,[],2017-07-25T03:56:10.784Z,,FALSE -5977555aee20880001251c4c,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20052842,Test34,1234,[],2017-07-25T14:27:38.896Z,,FALSE -5978a7b2ee20880001251c4d,944d23ab-46ba-45f7-ac9a-0e332fc8dce5,,do_20043627,jkjkj,kjkj,[],2017-07-26T14:31:14.976Z,,FALSE -5979981f3ba2da0001f5eebf,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_2122161647443476481281,test,test,[],2017-07-27T07:37:03.964Z,,FALSE -597998393ba2da0001f5eec0,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_30013486,Test update,Testt,[],2017-07-27T07:37:29.702Z,,FALSE -5979984f3ba2da0001f5eec1,0915208f-3b77-4eca-ba27-58f0b2d81019,do_212282810555342848180,do_2122432175175761921186,New Note,New,[],2017-07-27T07:37:51.284Z,,FALSE -5979985c3ba2da0001f5eec2,0915208f-3b77-4eca-ba27-58f0b2d81019,do_212282810555342848180,do_2122432175175761921186,1,3,[],2017-07-27T07:38:04.799Z,,FALSE -5979986e3ba2da0001f5eec3,0915208f-3b77-4eca-ba27-58f0b2d81019,do_212282810555342848180,,5,6,[],2017-07-27T07:38:22.323Z,,FALSE -597b12c3cd861e000193140b,613bedaa-19c6-4f90-8fc0-1b9ed3b866a2,do_212296625948319744173,,Testnote,testing,[],2017-07-28T10:32:35.856Z,,FALSE -597f0a83725a490001d7d40b,0915208f-3b77-4eca-ba27-58f0b2d81019,do_2123000999568752641219,,Note1,Note1,[],2017-07-31T10:46:27.877Z,,FALSE -597f0acb725a490001d7d40c,0915208f-3b77-4eca-ba27-58f0b2d81019,do_2123000999568752641219,do_212265445709848576118,C1,C1,[],2017-07-31T10:47:39.279Z,,FALSE -597f1811725a490001d7d40e,0915208f-3b77-4eca-ba27-58f0b2d81019,do_2122951809560002561251,do_2122951778195865601246,Market Inputs : Meeting Invitaion,ok...........,[],2017-07-31T11:44:17.794Z,,FALSE -5988363e6e34080001280b17,0915208f-3b77-4eca-ba27-58f0b2d81019,do_212300234602971136120,do_212178412953821184120,note,note not added,[],2017-08-07T09:43:26.509Z,,FALSE -598836526e34080001280b18,0915208f-3b77-4eca-ba27-58f0b2d81019,do_212300234602971136120,do_212178412953821184120,note 2,note 2,[],2017-08-07T09:43:46.825Z,,FALSE -5988b395cbda570001c855c8,0915208f-3b77-4eca-ba27-58f0b2d81019,do_2123000999568752641219,do_20046116,Title,Description,[],2017-08-07T18:38:13.157Z,,FALSE -598d3512c5ccb60001404d45,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20044433,ewerwe,werwerwrwe,[],2017-08-11T04:39:46.226Z,,FALSE -598d3531c5ccb60001404d46,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20043627,wrwerwe,werwerwerwe,[],2017-08-11T04:40:17.274Z,,FALSE -598d35dbc5ccb60001404d47,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20043627,fsdsdsf,fdsfsdf,[],2017-08-11T04:43:07.975Z,,FALSE -598d35f4c5ccb60001404d48,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20043627,sdfsdfs,dsfsdfsdfsdfs,[],2017-08-11T04:43:32.286Z,,FALSE -598d35fdc5ccb60001404d49,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20043627,wewerwerwerwe,rwerwerwerwerwe,[],2017-08-11T04:43:41.315Z,,FALSE -598d3609c5ccb60001404d4a,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20043627,gsgfdgdfg,dfgdfgdfgdf,[],2017-08-11T04:43:53.826Z,,FALSE -598d3625c5ccb60001404d4b,0915208f-3b77-4eca-ba27-58f0b2d81019,,do_20043627,1`1,1,[],2017-08-11T04:44:21.537Z,,FALSE -598d3880c5ccb60001404d4c,064c0b3d-eb1c-4a12-aeeb-3f65bbb2a8d3,,do_30032277,Note,Note,[],2017-08-11T04:54:24.029Z,,FALSE -599941c45640c0000120e6af,fbb16dbb-469f-4a1c-a64f-11f25f0a5e08,,do_2123143396291133441148,note,nnnn,[],2017-08-20T08:01:08.429Z,,FALSE -599980c45640c0000120e6b0,db705067-0516-483f-bc6a-aa57d44b51b9,do_21229665263726592014,,1,fdsf,[],2017-08-20T12:29:56.857Z,,FALSE -599a61515640c0000120e6b1,dba37d67-ed11-4824-bee3-bed665f237af,,do_30013510,Test Note,Test description,[],2017-08-21T04:28:01.323Z,,FALSE -599a61755640c0000120e6b2,dba37d67-ed11-4824-bee3-bed665f237af,,do_30013509,Test Note,Notes,[],2017-08-21T04:28:37.107Z,,FALSE -599a640e5640c0000120e6b3,dba37d67-ed11-4824-bee3-bed665f237af,,do_30013509,Test,Testsdgsdgdfg,[],2017-08-21T04:39:42.035Z,,FALSE -599a6cb35640c0000120e6b4,fbb16dbb-469f-4a1c-a64f-11f25f0a5e08,,do_30013510,test,test,[],2017-08-21T05:16:35.622Z,,FALSE -599a99435640c0000120e6b5,dba37d67-ed11-4824-bee3-bed665f237af,do_21231295967811174417,do_2122162576275701761294,dasda,dasd,[],2017-08-21T08:26:43.464Z,,FALSE -599aa9a05640c0000120e6b6,e654c117-81c9-4acf-bee4-0eb9943587f0,do_212312897236066304117,,hfgh,hgfhfgh,[],2017-08-21T09:36:32.526Z,,FALSE -599aa9af5640c0000120e6b7,e654c117-81c9-4acf-bee4-0eb9943587f0,,do_20047090,hfghfh,hfgh,[],2017-08-21T09:36:47.337Z,,FALSE -599ab8845640c0000120e6b8,9608d921-5f22-4ce7-9b19-d7950e1b2528,do_2123138572751912961138,do_20047090,test,test,[],2017-08-21T10:40:04.270Z,,FALSE -599b0a7a5640c0000120e6b9,55dba7dc-88f3-4a7c-93fc-d9b9a2b95edd,do_212313579799609344156,,hjhjh,hjhj,[],2017-08-21T16:29:46.663Z,,FALSE -599c0c0a5640c0000120e6bb,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,,do_2123073460161249281249,bad,bad,[],2017-08-22T10:48:42.326Z,,FALSE -599cfcc45640c0000120e6bc,2bc099bc-4c64-4826-83f6-d292f2a82012,do_2123163419216117761353,,fdsfdsf,fdsfsf,[],2017-08-23T03:55:48.385Z,,FALSE -599d17a65640c0000120e6bd,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,,do_20044433,note,kisadsadsadsad,[],2017-08-23T05:50:30.088Z,,FALSE -599d17e55640c0000120e6be,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,do_21229665429644083218,,dadadad,dadadadad,[],2017-08-23T05:51:33.926Z,,FALSE -599d18765640c0000120e6bf,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,,do_212295919848210432184,sasaS,SAsSSaaSASASASA,[],2017-08-23T05:53:58.244Z,,FALSE -599d23765640c0000120e6c0,ebec55da-7bd5-4e48-b895-34630e16975f,do_2123163551322849281354,do_2122951778195865601246,xzxzxzxzxz,xzxzxz,[],2017-08-23T06:40:54.997Z,,FALSE -599d23c15640c0000120e6c1,ebec55da-7bd5-4e48-b895-34630e16975f,do_2123163551322849281354,do_2122951778195865601246,sds,sd,[],2017-08-23T06:42:09.438Z,,FALSE -599d24045640c0000120e6c2,ebec55da-7bd5-4e48-b895-34630e16975f,do_2123163551322849281354,do_2122162678233579521298,kk,hh,[],2017-08-23T06:43:16.262Z,,FALSE -599d24775640c0000120e6c3,ebec55da-7bd5-4e48-b895-34630e16975f,do_2123163551322849281354,do_20045620,fdsfsd,fsdf,[],2017-08-23T06:45:11.504Z,,FALSE -59a4fe7b96eb0d000156e389,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,do_2123138572751912961138,,vhvhv,"nj,b nm",[],2017-08-29T05:41:15.658Z,,FALSE -59a4fea796eb0d000156e38a,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,do_2123138572751912961138,,bv b n,"vhb,aqwhb",[],2017-08-29T05:41:59.852Z,,FALSE -59a4feb496eb0d000156e38b,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,do_2123138572751912961138,,vvn n,qazxswedcv,[],2017-08-29T05:42:12.569Z,,FALSE -59a4fec696eb0d000156e38c,fcc60c6f-578e-4c5e-8257-6eaca81fb62b,do_2123138572751912961138,,rtyuui,gggbbb,[],2017-08-29T05:42:30.661Z,,FALSE -59a683dd96eb0d000156e38e,2aade7d9-6abf-433b-9a05-3b02cd2eb664,,do_212295888406224896127,m,n,[],2017-08-30T09:22:37.520Z,,FALSE -59a683e996eb0d000156e38f,2aade7d9-6abf-433b-9a05-3b02cd2eb664,,do_212295888406224896127,n,n,[],2017-08-30T09:22:49.281Z,,FALSE -59a683f396eb0d000156e390,2aade7d9-6abf-433b-9a05-3b02cd2eb664,,do_212295888406224896127,m,m,[],2017-08-30T09:22:59.806Z,,FALSE -59a6995f96eb0d000156e391,ebec55da-7bd5-4e48-b895-34630e16975f,do_2123164561966202881387,,<script>alert(1;</script>,"<script>alert(1;</script> - -<script>alert(1;</script>",[],2017-08-30T10:54:23.018Z,,FALSE -59a69f3a96eb0d000156e392,2bc099bc-4c64-4826-83f6-d292f2a82012,,do_2123165408517406721432,Test,test,[],2017-08-30T11:19:22.946Z,,FALSE -59a7ce4496eb0d000156e394,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note1,Note1,[],2017-08-31T08:52:20.106Z,,FALSE -59a7cee796eb0d000156e395,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note61,Note61,[],2017-08-31T08:55:03.755Z,,FALSE -59a7d0be96eb0d000156e396,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note1,Note1,[],2017-08-31T09:02:54.062Z,,FALSE -59a7d12296eb0d000156e397,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note2,Note2,[],2017-08-31T09:04:34.900Z,,FALSE -59a7d18296eb0d000156e398,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note3,Note3,[],2017-08-31T09:06:10.586Z,,FALSE -59a7d1de96eb0d000156e399,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note5,Note5,[],2017-08-31T09:07:42.116Z,,FALSE -59a7d25b96eb0d000156e39a,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note6,Note6,[],2017-08-31T09:09:47.651Z,,FALSE -59a7dce496eb0d000156e39b,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note6,Note6,[],2017-08-31T09:54:44.472Z,,FALSE -59a7dd3296eb0d000156e39c,be9e7184-dffd-45af-9e3c-147fdf2c771d,do_2123215323635384321882,do_2122952599231856641325,Note6,Note6,[],2017-08-31T09:56:02.596Z,,FALSE -59b224da2e8d950001a15294,2aade7d9-6abf-433b-9a05-3b02cd2eb664,do_2123277035616337921104,domain_4083,dd,dddd,[],2017-09-08T05:04:26.101Z,,FALSE -59b2357f5fdcd10001251fb8,2aade7d9-6abf-433b-9a05-3b02cd2eb664,do_2123200404256931841636,do_2123164671596052481388,aa,aaa,[],2017-09-08T06:15:27.043Z,,FALSE -59b7aabf5fdcd10001251fb9,dba37d67-ed11-4824-bee3-bed665f237af,do_212306471794638848176,,Test,Test,[],2017-09-12T09:37:03.101Z,,FALSE -59b7e77d5fdcd10001251fba,dba37d67-ed11-4824-bee3-bed665f237af,do_212306471794638848176,,test,Test,[],2017-09-12T13:56:13.716Z,,FALSE -59b80e8be737a90001875ac4,1234567,1234565678,12345656758, title 3,My notes 3,"[""tags 1""]",2017-09-12T16:42:51.580Z,,FALSE -59ba179ae737a90001875ac5,107240bc-918c-4e42-9545-4f8d596ee24e,do_2122951809560002561251,do_2122951778195865601246,Note Title,Note description,[],2017-09-14T05:46:02.758Z,,FALSE -59bb84885fdcd10001251fbb,d882967f-b3e1-456b-b984-d800470837ab,,do_2123208084832829441775,Note 1,Des,[],2017-09-15T07:43:04.060Z,,FALSE -59bb84b3e737a90001875ac6,d882967f-b3e1-456b-b984-d800470837ab,,do_2123208084832829441775,abc,desc,[],2017-09-15T07:43:47.924Z,,FALSE -59bb84cde737a90001875ac7,d882967f-b3e1-456b-b984-d800470837ab,,do_2123208084832829441775,efg,desc,[],2017-09-15T07:44:13.398Z,,FALSE -59bbdb6a5fdcd10001251fbe,1234567,1234565678,12345656758,updated title,My notes1 update 1,"[""tag1""]",2017-09-15T13:53:46.761Z,,FALSE -59c142ec5fdcd10001251fbf,be7efb23-6af9-4d92-82b3-a4d78fcfa2f6,do_2123215064116756481869,do_2123347975635599361299, title 3,My notes 3,"[""tags 1""]",2017-09-19T16:16:44.029Z,,FALSE \ No newline at end of file diff --git a/ansible/roles/cassandra-cql-update/files/pageMgmt.csv b/ansible/roles/cassandra-cql-update/files/pageMgmt.csv deleted file mode 100644 index e010f0fb409461f47f554da6b0e1bca2072fcce4..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-cql-update/files/pageMgmt.csv +++ /dev/null @@ -1,6 +0,0 @@ -0122838911932661768,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 07:17:36:831+0000,Resource,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",, -01228382486252748821,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:03:29:672+0000,Course,,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",, -0122838909618585607,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 07:17:36:827+0000,Resource,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",, -01228394137835929612,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 08:54:56:574+0000,Resourcessss,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 09:01:26:990+0000 -01228382478150860822,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:03:29:679+0000,Course,,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",, -01228393775303884811,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 08:54:56:572+0000,Resources,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",, \ No newline at end of file diff --git a/ansible/roles/cassandra-cql-update/files/pageSection.csv b/ansible/roles/cassandra-cql-update/files/pageSection.csv deleted file mode 100644 index b10991659d0499cc81c5c01cfdb5b7913127476f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-cql-update/files/pageSection.csv +++ /dev/null @@ -1,12 +0,0 @@ -01228383133972889627,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:10:20:043+0000,,"{\"name\":{\"en\":\"Popular Template\",\"hi\":\"????????\"}}",,Popular Template,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Template\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382966064742425,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:09:40:595+0000,,"{\"name\":{\"en\":\"Popular Worksheet\",\"hi\":\"????????\"}}",,Popular Worksheet,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Worksheet\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382278062080019,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:55:600+0000,,"{\"name\":{\"en\":\"Latest Courses\",\"hi\":\"????????\"}}",,Latest Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"lastPublishedOn\":\"desc\"},\"limit\":10}}",course,1,, -01228383082462412826,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:09:40:595+0000,,"{\"name\":{\"en\":\"Popular Worksheet\",\"hi\":\"????????\"}}",,Popular Worksheet,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Worksheet\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382897002905629,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:11:14:511+0000,,"{\"name\":{\"en\":\"Popular Simulation\",\"hi\":\"????????\"}}",,Popular Simulation,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Simulation\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382681137152020,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:55:601+0000,,"{\"name\":{\"en\":\"Latest Courses\",\"hi\":\"????????\"}}",,Latest Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"lastPublishedOn\":\"desc\"},\"limit\":10}}",course,1,, -01228382662997606424,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:08:56:272+0000,,"{\"name\":{\"en\":\"Popular Story\",\"hi\":\"????????\"}}",,Popular Story,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Story\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382337862041618,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:16:949+0000,,"{\"name\":{\"en\":\"Popular Courses\",\"hi\":\"????????\"}}",,Popular Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"name\":\"asc\"},\"limit\":10}}",course,1,, -01228383171081011228,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:10:20:049+0000,,"{\"name\":{\"en\":\"Popular Template\",\"hi\":\"????????\"}}",,Popular Template,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Template\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382243946496017,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:16:949+0000,,"{\"name\":{\"en\":\"Popular Courses\",\"hi\":\"????????\"}}",,Popular Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"name\":\"asc\"},\"limit\":10}}",course,1,, -01228383384379392023,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:08:56:272+0000,,"{\"name\":{\"en\":\"Popular Story\",\"hi\":\"????????\"}}",,Popular Story,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Story\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228383260541747230,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:11:14:512+0000,,"{\"name\":{\"en\":\"Popular Simulation\",\"hi\":\"????????\"}}",,Popular Simulation,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Simulation\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, \ No newline at end of file diff --git a/ansible/roles/cassandra-cql-update/tasks/main.yml b/ansible/roles/cassandra-cql-update/tasks/main.yml deleted file mode 100644 index 65286a4624e844de5d1e7afe9171b8283b080f92..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-cql-update/tasks/main.yml +++ /dev/null @@ -1,67 +0,0 @@ -- name: Copy the templates - become: yes - copy: src=files/{{item}} dest=/tmp/{{item}} - with_items: - - pageMgmt.csv - - pageSection.csv - tags: - - always - run_once: true - -- name: Copy the templates - become: yes - template: src={{item}} dest=/tmp/{{item}} - with_items: - - cassandra.cql - - content_service.cql - tags: - - always - run_once: true - -- name: Run the cassandra.cql command - become: yes - command: "cqlsh -f /tmp/cassandra.cql" - ignore_errors: yes - tags: - - cql - run_once: true - -- name: Run the pageMgmt.csv command - become: yes - command: cqlsh -e "COPY sunbird.page_management(id, appmap,createdby ,createddate ,name ,organisationid ,portalmap ,updatedby ,updateddate ) FROM '/tmp/pageMgmt.csv'" - ignore_errors: yes - tags: - - pagemanagement - run_once: true - -- name: Run the pageSection.csv file - become: yes - command: cqlsh -e "COPY sunbird.page_section(id, alt,createdby ,createddate ,description ,display ,imgurl ,name,searchquery , sectiondatatype ,status , updatedby ,updateddate) FROM '/tmp/pageSection.csv'" - ignore_errors: yes - tags: - - pagesection - run_once: true - -- name: Run the content_service.cql file - become: yes - command: "cqlsh -f /tmp/content_service.cql" - ignore_errors: yes - tags: - - content_service - run_once: true - -- name: download - become: yes - command: wget https://github.com/project-sunbird/sunbird-utils/releases/download/release-1.13.0/cassandra-migration-0.0.1-SNAPSHOT-jar-with-dependencies.jar - args: - chdir: /tmp - run_once: true - -- name: Run the application - command: java -cp "cassandra-migration-0.0.1-SNAPSHOT-jar-with-dependencies.jar" com.contrastsecurity.cassandra.migration.utils.MigrationScriptEntryPoint - args: - chdir: /tmp - environment: - sunbird_cassandra_host: "{{ groups['cassandra'][0] }}" - sunbird_cassandra_port: 9042 - run_once: true diff --git a/ansible/roles/cassandra-cql-update/templates/cassandra.cql b/ansible/roles/cassandra-cql-update/templates/cassandra.cql deleted file mode 100644 index d4ff7026cce401fe4175f380b8fcc6bca2a7fbc1..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-cql-update/templates/cassandra.cql +++ /dev/null @@ -1,570 +0,0 @@ -{% if groups['cassandra-2'] is defined %} -CREATE KEYSPACE IF NOT EXISTS sunbird WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'datacenter1' : 2 }; -{% else %} -CREATE KEYSPACE IF NOT EXISTS sunbird WITH REPLICATION = {'class':'SimpleStrategy','replication_factor':1}; -{% endif %} - -//to change cluster name -//UPDATE system.local SET cluster_name = 'sunbird' where key='local'; -//ALTER USER cassandra WITH PASSWORD 'password'; -USE sunbird; - -/* -creation of id= one way hash of (userId##courseId) here courseId is identifier of course mgmt table -toc url we have to generate through json of content id from ekStep -here status is (default(0),inProgress(1),completed(2)) -progress is no of content completed -*/ -CREATE TABLE IF NOT EXISTS sunbird.course_enrollment(id text, courseId text, courseName text,userId text,enrolledDate text, -description text,tocUrl text,status int,active boolean,delta text,grade text,progress int,lastReadContentId text, -lastReadContentStatus int,addedBy text,courseLogoUrl text,dateTime timestamp,contentId text,PRIMARY KEY (id)); - -CREATE INDEX inx_ce_userId ON sunbird.course_enrollment (userId); -CREATE INDEX inx_ce_courseId ON sunbird.course_enrollment (courseId); -CREATE INDEX inx_ce_course_name ON sunbird.course_enrollment (courseName); -CREATE INDEX inx_ce_status ON sunbird.course_enrollment (status); - -/* -creation of id = one way hash of (userId##contentId##courseId##batchId) -status is (default(0),inProgress(1),completed(2)) -*/ -CREATE TABLE IF NOT EXISTS sunbird.content_consumption(id text, contentId text, courseId text, userId text,viewPosition text,viewCount int,lastAccessTime text, -contentVersion text,completedCount int,status int,result text,score text,grade text,lastUpdatedTime text,lastCompletedTime text,dateTime timestamp,PRIMARY KEY (id)); - -CREATE INDEX inx_cc_userId ON sunbird.content_consumption (userId); -CREATE INDEX inx_cc_contentId ON sunbird.content_consumption (contentId); -CREATE INDEX inx_cc_status ON sunbird.content_consumption (status); -CREATE INDEX inx_cc_courseId ON sunbird.content_consumption (courseId); - -/* -creation of id = using timestamp and env - id and courseId both are same -content id is from ekstep -status DRAFT("draft"), LIVE("live"), RETIRED("retired") -contentType (pdf,video,word doc etc) -tutor map<id,name> -*/ -CREATE TABLE IF NOT EXISTS sunbird.course_management(id text, courseId text, contentId text, courseName text,courseType text, -facultyId text,facultyName text,organisationId text,organisationName text,enrollementStartDate text,enrollementEndDate text, -courseDuration text,description text,status text,addedBy text,addedByName text,publishedBy text,publishedByName text,createdDate text, -publishedDate text,updatedDate text,updatedBy text,updatedByName text,contentType text,createdfor list<text>,noOfLectures int,tocUrl text, -tutor map<text,text>,courseLogoUrl text,courseRating text,userCount int,PRIMARY KEY (id)); - -CREATE INDEX inx_cm_facultyId ON sunbird.course_management (facultyId); -CREATE INDEX inx_cm_organisationId ON sunbird.course_management (organisationId); -CREATE INDEX inx_cm_courseId ON sunbird.course_management (courseId); -CREATE INDEX inx_cm_course_name ON sunbird.course_management (courseName); -CREATE INDEX inx_cm_status ON sunbird.course_management (status); -CREATE INDEX inx_cm_contentId ON sunbird.course_management (contentId); - -/* -creation of id = one way hash of userName -here id and userId both are same - currently username and email is same -email and username is unique -*/ -CREATE TABLE IF NOT EXISTS sunbird.user(id text,userId text,userName text, email text,phone text,aadhaarNo text,createdDate text,updatedDate text,updatedBy text, -lastLoginTime text,status int,firstName text,lastName text,password text,avatar text,gender text,language list<text>,subject list<text>,grade list<text>,regOrgId text, -dob text,thumbnail text,PRIMARY KEY (id)); - -CREATE INDEX inx_u_email ON sunbird.user (email); -CREATE INDEX inx_u_phone ON sunbird.user (phone); -CREATE INDEX inx_u_status ON sunbird.user (status); -CREATE INDEX inx_u_userId ON sunbird.user (userId); -CREATE INDEX inx_u_userName ON sunbird.user (userName); - -//user_auth -//id is auth token -CREATE TABLE IF NOT EXISTS sunbird.user_auth(id text, userId text,createdDate text,updatedDate text,source text,PRIMARY KEY (id)); -CREATE INDEX inx_ua_userId ON sunbird.user_auth (userId); -CREATE INDEX inx_ua_source ON sunbird.user_auth (source); - -//organisation -CREATE TABLE IF NOT EXISTS sunbird.organisation(id text, orgName text, description text,communityId text,createdBy text,createdDate text, -updatedDate text,updatedBy text,status int,parentOrgId text,orgType text,orgCode text,dateTime timestamp,PRIMARY KEY (id)); - -CREATE INDEX inx_org_orgName ON sunbird.organisation (orgName); -CREATE INDEX inx_org_status ON sunbird.organisation (status); -//page_management -//id= using timestamp and env -CREATE TABLE IF NOT EXISTS sunbird.page_management(id text, name text, appMap text,portalMap text,createdDate text,createdBy text, -updatedDate text,updatedBy text,organisationId text,PRIMARY KEY (id)); - -CREATE INDEX inx_pm_pageName ON sunbird.page_management (name); -CREATE INDEX inx_vm_organisationId ON sunbird.page_management (organisationId); - -//page_section -//id= using timestamp and env -CREATE TABLE IF NOT EXISTS sunbird.page_section(id text, name text, sectionDataType text,description text,display text, -searchQuery text,createdDate text,createdBy text,updatedDate text,updatedBy text,imgUrl text,alt text,status int,PRIMARY KEY (id)); -CREATE INDEX inx_ps_sectionDataType ON sunbird.page_section (sectionDataType); -CREATE INDEX inx_ps_sectionName ON sunbird.page_section (name); - -//Assessment Eval -//id= using timestamp and env -CREATE TABLE IF NOT EXISTS sunbird.assessment_eval(id text, contentId text, courseId text, userId text, -createdDate text,result text,score text,attemptId text,attemptedCount int,PRIMARY KEY (id)); - -CREATE INDEX inx_ae_userId ON sunbird.assessment_eval (userId); -CREATE INDEX inx_ae_contentId ON sunbird.assessment_eval (contentId); -CREATE INDEX inx_ae_courseId ON sunbird.assessment_eval (courseId); - -//Assessment item -//id= using timestamp and userId -CREATE TABLE IF NOT EXISTS sunbird.assessment_item(id text, contentId text, courseId text, userId text,assessmentItemId text, -assessmentType text,attemptedDate text,createdDate text,timeTaken int,result text,score text,maxScore text,answers text, -evaluationStatus boolean,processingStatus boolean,attemptId text,PRIMARY KEY (id)); - -CREATE INDEX inx_ai_userId ON sunbird.assessment_item (userId); -CREATE INDEX inx_ai_contentId ON sunbird.assessment_item (contentId); -CREATE INDEX inx_ai_assessmentItemId ON sunbird.assessment_item (assessmentItemId); -CREATE INDEX inx_ai_courseId ON sunbird.assessment_item (courseId); -CREATE INDEX inx_ai_processingStatus ON sunbird.assessment_item (processingStatus); - -DROP INDEX IF EXISTS sunbird.inx_ai_processingStatus; -DROP INDEX IF EXISTS sunbird.inx_ae_assessmentitemid; - - -CREATE TABLE IF NOT EXISTS sunbird.user_external_identity(id text, userId text, externalId text,source text,isVerified boolean,PRIMARY KEY (id)); -CREATE INDEX inx_uei_userid ON sunbird.user_external_identity (userId); -CREATE INDEX inx_uei_externalId ON sunbird.user_external_identity (externalId); -CREATE INDEX inx_uei_source ON sunbird.user_external_identity (source); - -//Address Type values(permanent, current, office, home) -CREATE TABLE IF NOT EXISTS sunbird.address(id text, userId text, country text,state text,city text,zipCode text,addType text,createdDate text,createdBy text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_add_userid ON sunbird.address (userId); -CREATE INDEX inx_add_addType ON sunbird.address (addType); - -CREATE TABLE IF NOT EXISTS sunbird.user_education(id text, userId text, courseName text,duration int,yearOfPassing int,percentage double,grade text,name text,boardOrUniversity text,addressId text,createdDate text,createdBy text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_ueu_userid ON sunbird.user_education (userId); - -CREATE TABLE IF NOT EXISTS sunbird.user_job_profile(id text, userId text, jobName text,role text,joiningDate text,endDate text,orgName text,orgId text,subject list<text>,addressId text,boardName text,isVerified boolean,isRejected boolean,verifiedDate text,verifiedBy text,createdDate text,createdBy text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_ujp_userid ON sunbird.user_job_profile (userId); - -CREATE TABLE IF NOT EXISTS sunbird.user_org(id text, userId text, role text,orgId text,orgJoinDate text,orgLeftDate text,isApproved boolean, -isRejected boolean,approvedBy text,approvalDate text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_uorg_userid ON sunbird.user_org(userId); -CREATE INDEX inx_uorg_orgId ON sunbird.user_org(orgId); - -CREATE TABLE IF NOT EXISTS sunbird.subject(id text, name text, PRIMARY KEY (id)); -CREATE INDEX inx_sb_name ON sunbird.subject(name); - - -ALTER TABLE sunbird.organisation ADD imgUrl text; -ALTER TABLE sunbird.organisation ADD thumbnail text; -ALTER TABLE sunbird.organisation ADD channel text; -ALTER TABLE sunbird.organisation ADD preferredLanguage text; -ALTER TABLE sunbird.organisation ADD homeUrl text; -ALTER TABLE sunbird.organisation ADD isRootOrg boolean; -ALTER TABLE sunbird.organisation ADD addId text; -ALTER TABLE sunbird.organisation ADD noOfmembers int; -ALTER TABLE sunbird.organisation ADD isApproved boolean; -ALTER TABLE sunbird.organisation ADD approvedBy text; -ALTER TABLE sunbird.organisation ADD approvedDate text; - - -CREATE INDEX inx_org_channel ON sunbird.organisation(channel); -CREATE INDEX inx_org_orgType ON sunbird.organisation(orgType); -CREATE INDEX inx_org_orgCode ON sunbird.organisation(orgCode); - -CREATE TABLE IF NOT EXISTS sunbird.org_type(id text, name text, PRIMARY KEY (id)); -CREATE INDEX inx_ot_name ON sunbird.org_type(name); - -CREATE TABLE IF NOT EXISTS sunbird.org_mapping(id text, orgIdOne text,relation text,orgIdTwo text, PRIMARY KEY (id)); -CREATE INDEX inx_om_orgIdOne ON sunbird.org_mapping(orgIdOne); -CREATE INDEX inx_om_orgIdTwo ON sunbird.org_mapping(orgIdTwo); - -ALTER TABLE sunbird.user ADD rootOrgId text; -ALTER TABLE sunbird.address ADD addressLine1 text; -ALTER TABLE sunbird.address ADD addressLine2 text; -ALTER TABLE sunbird.user_education ADD degree text; - -CREATE TABLE IF NOT EXISTS sunbird.master_action(id text, name text, PRIMARY KEY (id)); -CREATE INDEX inx_ma_name ON sunbird.master_action(name); - -CREATE TABLE IF NOT EXISTS sunbird.action_group(id text, actionId list<text>,groupName text, PRIMARY KEY (id)); -CREATE INDEX inx_uacg_groupName ON sunbird.action_group(groupName); - -CREATE TABLE IF NOT EXISTS sunbird.user_action_role(id text, actionGroupId list<text>,roleId text, PRIMARY KEY (id)); -CREATE INDEX inx_uactr_roleId ON sunbird.user_action_role(roleId); - - -insert into sunbird.action_group(id,actionId,groupName) values ('ag_12',['1','2'],'SYSTEM_ADMINISTRATION'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_13',['3','4','7','8','5'],'ORG_MANAGEMENT'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_14',['6','9','10'],'MEMBERSHIP_MANAGEMENT'); - -insert into sunbird.action_group(id,actionId,groupName) values ('ag_15',['11','12','13','14'],'CONTENT_CREATION'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_16',['15','16'],'CONTENT_REVIEW'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_17',['17','18','10'],'CONTENT_CURATION'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_17',['19','20','21','22','23','24','25','26'],'PUBLIC'); - -ALTER TABLE sunbird.user ADD loginId text; -ALTER TABLE sunbird.user ADD provider text; -ALTER TABLE sunbird.user_external_identity ADD idType text; - -insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_1',['ag_17'],'r_107'); -insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_2',['ag_13'],'r_102'); -insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_14'],'r_103'); - insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_15'],'r_104'); - insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_16'],'r_105'); - insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_12'],'r_101'); - -ALTER TABLE sunbird.organisation DROP addId; -ALTER TABLE sunbird.organisation ADD addressId text; -ALTER TABLE sunbird.user ADD roles List<text>; - - - CREATE TABLE IF NOT EXISTS sunbird.role_group(id text, name text, PRIMARY KEY (id)); - insert into sunbird.role_group (id,name) values ('SYSTEM_ADMINISTRATION','System Administration'); - insert into sunbird.role_group (id,name) values ('ORG_MANAGEMENT','Org Management'); - insert into sunbird.role_group (id,name) values ('MEMBERSHIP_MANAGEMENT','Membership Management'); - insert into sunbird.role_group (id,name) values ('CONTENT_CREATION','Content Creation'); - insert into sunbird.role_group (id,name) values ('CONTENT_CURATION','Content Curation'); - insert into sunbird.role_group (id,name) values ('CONTENT_REVIEW','Content Review'); - -CREATE TABLE IF NOT EXISTS sunbird.role(id text, name text,roleGroupId List<text>,status int, PRIMARY KEY (id)); -CREATE INDEX inx_ro_master_name ON sunbird.role(name); - insert into sunbird.role (id,name,rolegroupid,status) values ('ADMIN','Admin',['SYSTEM_ADMINISTRATION','ORG_MANAGEMENT'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('ORG_ADMIN','Org Admin',['ORG_MANAGEMENT','MEMBERSHIP_MANAGEMENT'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('ORG_MODERATOR','Org Moderator',['MEMBERSHIP_MANAGEMENT'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('CONTENT_CREATOR','Content Creator',['CONTENT_CREATION'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('CONTENT_REVIEWER','Content Reviewer',['CONTENT_CREATION','CONTENT_CURATION','CONTENT_REVIEW'],1); - - CREATE TABLE IF NOT EXISTS sunbird.url_action(id text, url list<text>,name text, PRIMARY KEY (id)); - CREATE INDEX inx_ua_name ON sunbird.url_action(name); -CREATE INDEX inx_ua_url ON sunbird.url_action(url); - -insert into sunbird.url_action (id,name) values ('suspendOrg','suspendOrg'); - insert into sunbird.url_action (id,name) values ('suspendUser','suspendUser'); - insert into sunbird.url_action (id,name) values ('createOrg','createOrg'); - insert into sunbird.url_action (id,name) values ('updateOrg','updateOrg'); - insert into sunbird.url_action (id,name) values ('removeOrg','removeOrg'); - insert into sunbird.url_action (id,name) values ('createUser','createUser'); - insert into sunbird.url_action (id,name) values ('updateUser','updateUser'); - insert into sunbird.url_action (id,name) values ('ORG_MANAGEMENT','Org Management'); - insert into sunbird.url_action (id,name) values ('createOrg','createOrg'); - insert into sunbird.url_action (id,name) values ('addMember','addMember'); - insert into sunbird.url_action (id,name) values ('removeMember','removeMember'); - insert into sunbird.url_action (id,name) values ('suspendMember','suspendMember'); - insert into sunbird.url_action (id,name) values ('createCourse','createCourse'); - insert into sunbird.url_action (id,name) values ('updateCourse','updateCourse'); - insert into sunbird.url_action (id,name) values ('createContent','createContent'); - insert into sunbird.url_action (id,name) values ('updateContent','updateContent'); - insert into sunbird.url_action (id,name) values ('flagCourse','flagCourse'); - insert into sunbird.url_action (id,name) values ('flagContent','flagContent'); - insert into sunbird.url_action (id,name) values ('publishCourse','publishCourse'); - insert into sunbird.url_action (id,name) values ('publishContent','publishContent'); - ALTER table sunbird.role_group add url_action_ids list<text>; - - update sunbird.role_group set url_action_ids=['addMember','removeMember','suspendMember'] where id='MEMBERSHIP_MANAGEMENT'; - update sunbird.role_group set url_action_ids=['createCourse','updateCourse','createContent','updateContent'] where id='CONTENT_CREATION'; - update sunbird.role_group set url_action_ids=['suspendOrg','suspendUser'] where id='SYSTEM_ADMINISTRATION'; - update sunbird.role_group set url_action_ids=['publishCourse','publishContent'] where id='CONTENT_REVIEW'; - update sunbird.role_group set url_action_ids=['createOrg','updateOrg','removeOrg','createUser','updateUser'] where id='ORG_MANAGEMENT'; - update sunbird.role_group set url_action_ids=['flagCourse','flagContent'] where id='CONTENT_CURATION'; - - update sunbird.url_action set url=['/v1/course/publish'] where id='publishContent'; -update sunbird.url_action set url=['/v1/user/create'] where id='addMember'; - update sunbird.url_action set url=['v1/course/create'] where id='createCourse'; -update sunbird.url_action set url=['/v1/user/create'] where id='createUser'; - update sunbird.url_action set url=['/v1/course/publish'] where id='publishCourse'; -update sunbird.url_action set url=['/v1/organisation/update'] where id='updateOrg'; - -drop index inx_uorg_orgid; -ALTER TABLE sunbird.user_org DROP orgid; -ALTER TABLE sunbird.user_org ADD organisationid text; -ALTER TABLE sunbird.user_org ADD addedby text; -ALTER TABLE sunbird.user_org ADD addedbyname text; -CREATE INDEX inx_uorg_orgid ON sunbird.user_org (organisationid); - - -/* -creation of id= one way hash of (userId##courseId##batchId) here courseId is identifier of EkStep course -toc url is generated from ekStep -here status is (default(0),inProgress(1),completed(2)) -progress is no of content completed -*/ -CREATE TABLE IF NOT EXISTS sunbird.user_courses(id text, courseId text, courseName text, userId text, batchId text, enrolledDate text, -description text,tocUrl text,status int,active boolean,delta text,grade text,progress int,lastReadContentId text, -lastReadContentStatus int,addedBy text,courseLogoUrl text, dateTime timestamp, contentId text, PRIMARY KEY (id)); - -CREATE INDEX inx_ucs_userId ON sunbird.user_courses (userId); -CREATE INDEX inx_ucs_courseId ON sunbird.user_courses (courseId); -CREATE INDEX inx_ucs_batchId ON sunbird.user_courses (batchId); -CREATE INDEX inx_ucs_course_name ON sunbird.user_courses (courseName); -CREATE INDEX inx_ucs_status ON sunbird.user_courses (status); - -DROP INDEX IF EXISTS inx_uei_source; -ALTER TABLE sunbird.user_external_identity DROP source; -ALTER TABLE sunbird.user_external_identity ADD provider text; -ALTER TABLE sunbird.user_external_identity ADD externalIdValue text; -CREATE INDEX inx_uei_provider ON sunbird.user_external_identity (provider); - -//changes 7 July 2017 updated organization table -ALTER TABLE sunbird.organisation ADD rootOrgID text; -ALTER TABLE sunbird.org_mapping ADD rootOrgID text; -CREATE TABLE IF NOT EXISTS sunbird.org_type(id text, name text, PRIMARY KEY (id)); -DROP INDEX sunbird.inx_org_status; -ALTER TABLE sunbird.organisation DROP status ; -ALTER TABLE sunbird.organisation ADD status text; - -CREATE INDEX inx_org_status ON sunbird.organisation (status); - -CREATE INDEX inx_u_loginId ON sunbird.user(loginId); - -ALTER TABLE sunbird.user_job_profile ADD isCurrentJob boolean; -ALTER TABLE sunbird.content_consumption ADD progress int; -ALTER TABLE sunbird.content_consumption DROP viewPosition; - -//changes on 12th july 2017 -ALTER TABLE sunbird.user_job_profile ADD isDeleted boolean; -ALTER TABLE sunbird.user_education ADD isDeleted boolean; -ALTER TABLE sunbird.address ADD isDeleted boolean; -ALTER TABLE sunbird.user_org ADD isDeleted boolean; -ALTER TABLE sunbird.user ADD profileSummary text; - -ALTER TABLE sunbird.organisation ADD source text; -ALTER TABLE sunbird.organisation ADD externalId text; - -ALTER TABLE sunbird.user_org drop role; -ALTER TABLE sunbird.user_org ADD roles list<text>; - -//to export data from csv to cassandra table run below command(for page_section and page_management table) -// change the path of csv file -//COPY sunbird.page_management(id, appmap,createdby ,createddate ,name ,organisationid ,portalmap ,updatedby ,updateddate ) FROM '/tmp/cql/pageMgmt.csv'; - -//COPY sunbird.page_section(id, alt,createdby ,createddate ,description ,display ,imgurl ,name,searchquery , sectiondatatype ,status , updatedby ,updateddate) FROM '/tmp/cql/pageSection.csv'; - -// insert default root organisation -- July 15,2017 -ALTER TABLE sunbird.organisation ADD isDefault boolean; - -ALTER TABLE sunbird.user_courses ADD leafNodesCount int; -// change organisation status field from text to int -- July 19,2017 -drop index inx_org_status; -ALTER TABLE sunbird.organisation DROP status ; -ALTER TABLE sunbird.organisation ADD status int; -CREATE INDEX inx_org_status ON sunbird.organisation (status); -INSERT INTO sunbird.organisation(id , isRootOrg , isDefault, status) values('ORG_001' , true , true, 1); - -// add isdeleted field to user table -- July 31,2017 -ALTER TABLE sunbird.user ADD isDeleted boolean; - -//added for course batch -CREATE TABLE IF NOT EXISTS sunbird.course_batch(id text, courseId text,courseCreator text,createdBy text,createdOn text,enrollmentType text,startDate text,endDate text,name text,description text,status int,lastUpdatedOn text,mentors List<text>,participants List<text>,createdFor List<text>,PRIMARY KEY (id)); -CREATE INDEX inx_cou_bat_status ON sunbird.course_batch (status); -CREATE INDEX inx_cou_bat_courseId ON sunbird.course_batch (courseId); -CREATE INDEX inx_cou_bat_courseCreator ON sunbird.course_batch (courseCreator); -CREATE INDEX inx_cou_bat_createdBy ON sunbird.course_batch (createdBy); -CREATE INDEX inx_cou_bat_enrolmentType ON sunbird.course_batch (enrollmentType); -ALTER TABLE sunbird.course_batch DROP createdon; -ALTER TABLE sunbird.course_batch ADD createdDate text; -ALTER TABLE sunbird.course_batch DROP lastupdatedon; -ALTER TABLE sunbird.course_batch ADD updatedDate text; - -ALTER TABLE sunbird.organisation add provider text; -ALTER TABLE sunbird.organisation DROP source; -//Id is courseId -CREATE TABLE IF NOT EXISTS sunbird.course_publish_status(id text,submitDate text,status int,PRIMARY KEY (id)); - -// convert data type of participants from List to map -- Aug 7,2017 -ALTER TABLE sunbird.course_batch DROP participants; -ALTER TABLE sunbird.course_batch ADD participant map<text,boolean>; - -ALTER TABLE sunbird.course_batch ADD courseAdditionalInfo map<text,text>; - -// adding the batchId column to content consumption table -- Aug 8,2017 -ALTER TABLE sunbird.content_consumption ADD batchId text; - -CREATE TABLE IF NOT EXISTS sunbird.bulk_upload_process(id text, status int,data text,successResult text,failureResult text,uploadedBy text,uploadedDate text,processStartTime text,processEndTime text,ObjectType text,organisationId text, PRIMARY KEY (id)); -CREATE INDEX inx_status ON sunbird.bulk_upload_process(status); -insert into sunbird.role_group (id,name) values ('COURSE_MENTOR','Course Mentor'); -update sunbird.role_group set url_action_ids=['courseMentor'] where id='COURSE_MENTOR'; - -ALTER TABLE sunbird.course_batch ADD countIncrementStatus boolean; -ALTER TABLE sunbird.course_batch ADD countIncrementDate text; -ALTER TABLE sunbird.course_batch ADD countDecrementStatus boolean; -ALTER TABLE sunbird.course_batch ADD countDecrementDate text; - -CREATE INDEX inx_org_provider ON sunbird.organisation (provider); -CREATE INDEX inx_org_externalId ON sunbird.organisation (externalId); - -insert into sunbird.url_action (id,name) values ('orgupload','orgupload'); -update sunbird.role_group set url_action_ids=['suspendOrg','suspendUser','orgupload'] where id='SYSTEM_ADMINISTRATION'; -update sunbird.url_action set url=['/v1/org/suspend'] where id='suspendOrg'; -update sunbird.url_action set url=['/v1/user/block'] where id='suspendUser'; -update sunbird.url_action set url=['/v1/org/upload'] where id='orgupload'; -insert into sunbird.role (id,name,rolegroupid,status) values ('COURSE_MENTOR','Course Mentor',['COURSE_MENTOR'],1); - -// changes on Aug 16,2017 -ALTER TABLE sunbird.organisation ADD slug text; -ALTER TABLE sunbird.organisation ADD hashTagId text; -ALTER TABLE sunbird.organisation ADD theme text; -ALTER TABLE sunbird.user_org ADD position text; -ALTER TABLE sunbird.course_batch ADD hashTagId text; -CREATE INDEX inx_cps_status ON sunbird.course_publish_status (status); -ALTER TABLE sunbird.user ADD location text; -ALTER TABLE sunbird.organisation ADD contactDetails map<text,text>; -insert into sunbird.role_group (id,name) values ('FLAG_REVIEWER ','Flag Reviewer'); -insert into sunbird.url_action (id,name) values ('FLAG_REVIEWER','flag Review'); -insert into sunbird.role (id,name,rolegroupid,status) values ('FLAG_REVIEWER','Flag Reviewer',['FLAG_REVIEWER'],1); -update sunbird.role_group set url_action_ids=['flagReview'] where id='FLAG_REVIEWER'; -ALTER TABLE sunbird.organisation DROP contactdetails; -ALTER TABLE sunbird.organisation ADD contactdetail text; - -//update course_batch set countdecrementstatus=false ,countincrementstatus=false where id in ('01231295903433523233', '01231300152093900880', '01231362610791219226', '012311485318971392184', '012311507396763648187', '01231446621414195215', '012311399697334272167', '012310182931898368117', '01231437156529766411', '0123143731552501769', '012315729890295808125', '01231515693522124824', '012315105801404416176', '012315113121030144181', '0123156336446914560', '0123152537517178880', '012311452395159552176', '012310182079651840116', '01231365904918118428', '012315115229880320201', '01231297804052070441', '01231295967369625632', '01231437649992908813', '01231298538289561658', '01231290682958643227', '012310176900218880115', '012311394333097984166', '012311400451145728168', '01231513667683942421', '012315115088601088183', '0123153123053158404', '01231363201368064027', '01231290412171264026', '0123151248760258560', '01231514986607411223', '012311580166266880203', '01231217800957952058', '01231304911540224098', '0123152769465384961', '012310190924496896119', '01231569596413542494', '01231299360593510461', '01231437480674099212', '012310195742662656126', '012311489586135040185', '01231298390404300857', '012311415973486592169', '01231298670022656060', '01231569429976678493', '01231294824787148831', '012310173385113600114', '01231385960518451255', '012315785629794304137', '01231296418316288037', '012310193544601600118', '012311447751262208177', '012311507213688832188', '01231437595463680010', '0123156778024960005', '012311505273479168186', '01231300602153369682', '01231298422152396859', '0123152820520222722', '012311511755972608189', '012315179912159232103', '012315751464787968136', '012315736241045504130', '01231288911727001615', '01231514371529113622', '01231366031184691229', '01231383864920473645', '012315107363119104182', '012311574182944768202', '01231516784369664088', '01231443633637785614', '01231300661683814481' ); -insert into sunbird.role_group (id,name) values ('COURSE_ADMIN','Course Admin'); -update sunbird.role_group set url_action_ids=['courseAdmin'] where id='COURSE_ADMIN'; -insert into sunbird.role (id,name,rolegroupid,status) values ('COURSE_ADMIN','Course Admin',['COURSE_ADMIN'],1); -insert into sunbird.role_group (id,name) values ('COURSE_CREATOR','Course Creator'); -update sunbird.role_group set url_action_ids=['courseCreator'] where id='COURSE_CREATOR'; -insert into sunbird.role (id,name,rolegroupid,status) values ('COURSE_CREATOR','Course Creator',['COURSE_CREATOR'],1); -update sunbird.role_group set name='Flag Reviewer' where id='FLAG_REVIEWER'; -//changes on Aug 29,2017 -CREATE TABLE IF NOT EXISTS sunbird.badge(id text, name text, description text, isActive boolean, PRIMARY KEY (id)); -CREATE TABLE IF NOT EXISTS sunbird.user_badge(id text, createdDate text, createdBy text, updatedDate text,updatedBy text,badgeTypeId text,receivedDate text,receiverId text,providerId text,providerName text,providerEmail text,providerPhone text,description text,validityDate int,expiryDate text,image text,isVerified boolean,isExpired boolean,isRevoked boolean,revocationReason text,revocationDate text,revokedBy text,verifiedBy text,verifiedDate text ,PRIMARY KEY (id)); - CREATE INDEX inx_usr_badg ON sunbird.user_badge (badgeTypeId); - insert into sunbird.badge (id,name,description,isactive) values ('0123206539020943360','President''s Gold Medal','Gold medal provided by President',true); - CREATE INDEX inx_usr_badg_receiverid ON sunbird.user_badge (receiverid); -CREATE INDEX inx_uei_externalIdValue ON sunbird.user_external_identity (externalIdValue); - -//adding for report tracking -CREATE TABLE IF NOT EXISTS sunbird.report_tracking(id text, status int,type text,createdDate text,userId text,uploadedDate text,email text,fileUrl text,emailTryCount int, PRIMARY KEY (id)); -CREATE INDEX inx_report_tracking_status ON sunbird.report_tracking(status); -CREATE INDEX inx_report_tracking_userId ON sunbird.report_tracking(userId); -ALTER TABLE sunbird.report_tracking ADD firstName text; -ALTER TABLE sunbird.report_tracking ADD batchId text; -ALTER TABLE sunbird.report_tracking ADD period text; -ALTER TABLE sunbird.report_tracking ADD data text; -insert into sunbird.role_group (id,name) values ('PUBLIC','Public'); -update sunbird.role_group set url_action_ids=['public'] where id='PUBLIC'; -insert into sunbird.role (id,name,rolegroupid,status) values ('PUBLIC','Public',['PUBLIC'],1); -ALTER TABLE sunbird.report_tracking ADD tryCount int; -ALTER TABLE sunbird.report_tracking DROP emailTryCount; -ALTER TABLE sunbird.report_tracking ADD updatedDate text; - -//Changes on Aug 31st 2017 -ALTER TABLE sunbird.report_tracking DROP batchId; -ALTER TABLE sunbird.report_tracking ADD resourceId text; - -// adding fileFormat for dashboard metrics report tracking -- Sep 1,2017 -ALTER TABLE sunbird.report_tracking ADD format text; - -ALTER TABLE sunbird.user DROP aadhaarno; -update organisation set channel='ROOT_ORG' where id='ORG_001'; - -// Sept 18th 2017 -ALTER TABLE sunbird.org_type ADD createdDate text; -ALTER TABLE sunbird.org_type ADD createdBy text; -ALTER TABLE sunbird.org_type ADD updatedDate text; -ALTER TABLE sunbird.org_type ADD updatedBy text; -//Adding table user_notes --Sep 13th 2017 -CREATE TABLE IF NOT EXISTS sunbird.user_notes(id text, userId text, courseId text, -contentId text, title text, note text, tags list<text>, createdDate text, createdBy text, -updatedDate text, updatedBy text, isDeleted boolean, PRIMARY KEY (id)); -CREATE INDEX inx_un_userId ON sunbird.user_notes(userId); -CREATE INDEX inx_un_courseId ON sunbird.user_notes(courseId); -CREATE INDEX inx_un_contentId ON sunbird.user_notes(contentId); -ALTER TABLE sunbird.user ADD createdBy text; - -//Adding changes related to social media in user table -ALTER TABLE sunbird.user ADD webpages list<frozen <map<text,text>>>; -CREATE TABLE IF NOT EXISTS sunbird.media_type(id text, name text, PRIMARY KEY (id)); - -insert into media_type(id,name) values('fb', 'facebook'); -insert into media_type(id,name) values('twitter','twitter'); -insert into media_type(id,name) values('in','linkedin'); -insert into media_type(id,name) values('blog','blog'); -//Oct 12th -ALTER TABLE sunbird.user ADD tempPassword text; -ALTER TABLE sunbird.user ADD currentLoginTime text; -//Oct 18th -UPDATE sunbird.media_type SET name = 'Facebook' where id = 'fb'; -UPDATE sunbird.media_type SET name = 'Twitter' where id = 'twitter'; -UPDATE sunbird.media_type SET name = 'LinkedIn' where id = 'in'; -UPDATE sunbird.media_type SET name = 'Blog' where id = 'blog'; - -ALTER TABLE sunbird.bulk_upload_process ADD retryCount int; - -// userSkill table to store the user skills - Oct 18, 2017 --- -/* -creation of id = one way hash of (userId##skillnametolowercase) -*/ -CREATE TABLE IF NOT EXISTS sunbird.user_skills(id text, userId text, skillname text,skillnametolowercase text, addedby text, addedat text, endorsementcount int ,endorsers Map<text, text>, PRIMARY KEY (id)); -CREATE INDEX inx_us_userId ON sunbird.user_skills(userId); - -// skills table - Oct 18, 2017 --- -/* -creation of id = one way hash of (userId##skillnametolowercase) -*/ -CREATE TABLE IF NOT EXISTS sunbird.skills(id text,skills list<text>, PRIMARY KEY (id)); - -//25th Oct -ALTER TABLE sunbird.organisation ADD orgTypeId text; - -//Announcement apis -27th Oct -{% if groups['cassandra-2'] is defined %} -CREATE KEYSPACE IF NOT EXISTS sunbirdplugin WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'datacenter1' : 2 }; -{% else %} -CREATE KEYSPACE IF NOT EXISTS sunbirdplugin WITH REPLICATION = {'class':'SimpleStrategy','replication_factor':1}; -{% endif %} -//CREATE TYPE IF NOT EXISTS sunbirdplugin.attachment (id text,filename text,mimetype text); -CREATE TABLE sunbirdplugin.announcement (id text,userid text,sourceid text,details map<text, text>,links list<text>,attachments list<text>,target text,sentcount int,priority text,expiry text,status text,createddate text,updateddate text, PRIMARY KEY (id)); -CREATE TABLE sunbirdplugin.attachment (id text,file text,filename text,mimetype text,createdby text,status text,createddate text, PRIMARY KEY (id)); -CREATE TABLE sunbirdplugin.metrics (id text,userid text,announcementid text,activity text,channel text,createddate text, PRIMARY KEY (id)); -CREATE TABLE sunbirdplugin.announcementtype (id text,rootorgid text,name text,status text,createddate text, PRIMARY KEY (id)); -CREATE TABLE sunbirdplugin.announcementauth (id text,userid text,rootorgid text,permissions map<text, text>,status text,createddate text, PRIMARY KEY (id)); - -insert into sunbird.role_group (id,name) values ('ANNOUNCEMENT_SENDER','Announcement Sender'); -update sunbird.role_group set url_action_ids=['Announcement Sender'] where id='ANNOUNCEMENT_SENDER'; -insert into sunbird.role (id,name,rolegroupid,status) values ('ANNOUNCEMENT_SENDER','Announcement Sender',['ANNOUNCEMENT_SENDER'],1); - -//mongodb import , env var is taken from group_vars -//COPY sunbird.user_notes(id, userid,courseid,contentid,title,note,tags,createddate,updateddate,isdeleted) FROM '/tmp/notes-{{env}}.csv'; -//2nd Nov -CREATE TABLE IF NOT EXISTS sunbird.tenant_preference(id text,tenantName text,orgId text,role text, data text, PRIMARY KEY (id)); -CREATE INDEX inx_tp_userId ON sunbird.tenant_preference(orgId); -ALTER TABLE sunbird.user ADD tcstatus text; -//CLIENT_INFO table for master key -CREATE TABLE IF NOT EXISTS sunbird.client_info(id text, clientname text, masterkey text, createddate text, updateddate text, PRIMARY KEY (id)); -CREATE INDEX inx_ci_clientname ON sunbird.client_info(clientname); -// Geo Location - Oct 31,2017 - -ALTER TABLE sunbird.user ADD tcupdateddate text; - -CREATE TABLE IF NOT EXISTS sunbird.geo_location(id text,locationName text,rootOrgId text,type text, createdDate text,createdBy text,updatedDate text,updatedBy text,topicName text,topicId text, PRIMARY KEY (id)); -CREATE INDEX inx_gl_rootOrgId ON sunbird.geo_location(rootOrgId); -ALTER TABLE sunbird.geo_location DROP topicId ; -ALTER TABLE sunbird.geo_location DROP topicName ; -ALTER TABLE sunbird.geo_location ADD topic text; -ALTER TABLE sunbird.geo_location DROP locationName ; -ALTER TABLE sunbird.geo_location ADD location text; -// 3rd Nov 2017 -ALTER TABLE sunbird.organisation ADD locationId text; - -ALTER TABLE sunbird.user ADD profileVisibility map<text,text>; - -// 9th Nov 2017 -ALTER TABLE sunbirdplugin.announcement DROP target ; -ALTER TABLE sunbirdplugin.announcement ADD target map<text, frozen<map<text ,frozen<list<text>>>>>; -//adding default one Skills. -insert into skills (id,skills) values ('001',['java']); -ALTER TABLE sunbird.user_skills drop endorsers; -ALTER TABLE sunbird.user_skills ADD endorsersList frozen<List<Map<text , text>>>; -// 16th Nov 2017 -ALTER TABLE sunbird.user ADD emailVerified boolean; - -// 23rd Nov 2017 -ALTER TABLE sunbird.user ADD countryCode text; -CREATE TABLE IF NOT EXISTS sunbird.system_settings (id text ,field text ,value text ,PRIMARY KEY (id)); - -// Dec 5th 2017 - -ALTER TABLE sunbird.geo_location ADD userCount int; - -insert into sunbird.system_settings (id,field,value) values ('phoneUnique','phoneUnique','false'); -insert into sunbird.system_settings (id,field,value) values ('emailUnique','emailUnique','false'); -// Dec 6th 2017 -ALTER TABLE sunbird.geo_location ADD userCountTTL text; -// adding new column in client-info to save the channel -ALTER TABLE sunbird.client_info ADD channel text; -CREATE INDEX inx_ci_clientchannel ON sunbird.client_info(channel); diff --git a/ansible/roles/cassandra-cql-update/templates/content_service.cql b/ansible/roles/cassandra-cql-update/templates/content_service.cql deleted file mode 100644 index 0113a69ee23b56fbfe6bae881dffa8646fa3fd97..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-cql-update/templates/content_service.cql +++ /dev/null @@ -1,21 +0,0 @@ -{% if groups['cassandra-2'] is defined %} -CREATE KEYSPACE portal -WITH REPLICATION = { 'class' : 'NetworkTopologyStrategy', 'datacenter1' : 2 }; -USE portal; -CREATE TABLE IF NOT EXISTS sessions ( - sid text, - session text, - expires timestamp, - PRIMARY KEY(sid) -); -{% else %} -CREATE KEYSPACE portal -WITH replication = {'class':'SimpleStrategy', 'replication_factor' : 1}; -USE portal; -CREATE TABLE IF NOT EXISTS sessions ( - sid text, - session text, - expires timestamp, - PRIMARY KEY(sid) -); -{% endif %} diff --git a/ansible/roles/cassandra-deploy-decrypt/defaults/main.yml b/ansible/roles/cassandra-deploy-decrypt/defaults/main.yml deleted file mode 100644 index c38c2c9d3a8f36243fcda9ca224b2856b3d2ecc2..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-deploy-decrypt/defaults/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -cassandra_jar_path: ../ -cassandra_deploy_path: /home/deployer diff --git a/ansible/roles/cassandra-deploy-decrypt/tasks/main.yml b/ansible/roles/cassandra-deploy-decrypt/tasks/main.yml deleted file mode 100644 index c26748ff3ff2843d4cd3bd6b32192f02c741d6cb..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-deploy-decrypt/tasks/main.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: Copy the jar - become: yes - copy: - src: "{{cassandra_jar_path}}/decryptionUtil-1.0-SNAPSHOT-jar-with-dependencies.jar" - dest: "{{cassandra_deploy_path}}" - run_once: true - -- name: Run the application - shell: java -jar decryptionUtil-1.0-SNAPSHOT-jar-with-dependencies.jar - run_once: true diff --git a/ansible/roles/cassandra-deploy/defaults/main.yml b/ansible/roles/cassandra-deploy/defaults/main.yml deleted file mode 100644 index c38c2c9d3a8f36243fcda9ca224b2856b3d2ecc2..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-deploy/defaults/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -cassandra_jar_path: ../ -cassandra_deploy_path: /home/deployer diff --git a/ansible/roles/cassandra-deploy/tasks/main.yml b/ansible/roles/cassandra-deploy/tasks/main.yml deleted file mode 100644 index 15a1090b6fea5442b1a28d1374d9db91b994d12c..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-deploy/tasks/main.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: Copy Data Products - become: yes - copy: - src: "{{cassandra_jar_path}}/cassandra-migration-0.0.1-SNAPSHOT-jar-with-dependencies.jar" - dest: "{{cassandra_deploy_path}}" - run_once: true - -- name: Run the application - shell: java -cp "cassandra-migration-0.0.1-SNAPSHOT-jar-with-dependencies.jar" com.contrastsecurity.cassandra.migration.utils.MigrationScriptEntryPoint - run_once: true diff --git a/ansible/roles/cassandra-restore/README.md b/ansible/roles/cassandra-restore/README.md deleted file mode 100755 index fac9c2e53a165eda3adf4988729d87f576527005..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-restore/README.md +++ /dev/null @@ -1,78 +0,0 @@ -Role Name -========= - -An [Ansible] role to install [Cassandra] - -Requirements ------------- - -- Oracle Java 8 - -Install [Ansible] requirements `ansible-galaxy install -r requirements.yml` - -Role Variables --------------- - -``` ---- -# defaults file for ansible-cassandra -cassandra_cluster_group: 'cassandra-cluster-nodes' -cassandra_cluster_name: 'Test Cluster' -cassandra_cluster_setup: false -cassandra_commitlog_directory: '/var/lib/cassandra/commitlog' -cassandra_config: false -cassandra_debian_repo_info: - repo: 'deb http://www.apache.org/dist/cassandra/debian 36x main' - repo_key: 'https://www.apache.org/dist/cassandra/KEYS' -cassandra_data_file_directories: - - '/var/lib/cassandra/data' -cassandra_hints_directory: '/var/lib/cassandra/hints' -cassandra_listen_address: "{{ hostvars[inventory_hostname]['ansible_' + cassandra_listen_interface]['ipv4']['address'] }}" -cassandra_listen_interface: 'eth1' -cassandra_log_dir: '/var/log/cassandra' -cassandra_root_dir: '/etc/cassandra' -cassandra_saved_caches_directory: '/var/lib/cassandra/saved_caches' -cassandra_seeds: '127.0.0.1' # Only used if not setting up a cluster -cassandra_version: '3.6' -``` - -Dependencies ------------- - -Reference requirements - -Example Playbook ----------------- - -``` ---- -- hosts: cassandra-cluster-nodes - become: true - vars: - cassandra_cluster_setup: true - cassandra_config: true - pri_domain_name: 'test.vagrant.local' - roles: - - role: ansible-oracle-java8 - - role: ansible-cassandra - tasks: -``` - -License -------- - -BSD - -Author Information ------------------- - - -Larry Smith Jr. -- [@mrlesmithjr] -- [EveryThingShouldBeVirtual] -- mrlesmithjr [at] gmail.com - -[@mrlesmithjr]: <https://twitter.com/mrlesmithjr> -[EveryThingShouldBeVirtual]: <http://everythingshouldbevirtual.com> -[Ansible]: <https://www.ansible.com> -[Cassandra]: <http://cassandra.apache.org/> diff --git a/ansible/roles/cassandra-restore/defaults/main.yml b/ansible/roles/cassandra-restore/defaults/main.yml deleted file mode 100644 index a58c0a40b243fa8958f65d2c213b73f326518d60..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-restore/defaults/main.yml +++ /dev/null @@ -1 +0,0 @@ -user_home: /home/deployer \ No newline at end of file diff --git a/ansible/roles/cassandra-restore/handlers/main.yml b/ansible/roles/cassandra-restore/handlers/main.yml deleted file mode 100755 index c6f499a8fc6d5a18e2560479c66061851cd4d93f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-restore/handlers/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# handlers file for ansible-cassandra -- name: "restart cassandra" - service: - name: "cassandra" - state: "restarted" diff --git a/ansible/roles/cassandra-restore/meta/main.yml b/ansible/roles/cassandra-restore/meta/main.yml deleted file mode 100644 index 23b18a800a4645387a83ac0873b6f893d62c081d..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-restore/meta/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: - - azure-cli \ No newline at end of file diff --git a/ansible/roles/cassandra-restore/tasks/main.yml b/ansible/roles/cassandra-restore/tasks/main.yml deleted file mode 100755 index b3e2a54470170d759422b66dadd2efa0b3917000..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-restore/tasks/main.yml +++ /dev/null @@ -1,50 +0,0 @@ -- name: Stop the cassandra - become: yes - service: name=cassandra state=stopped - -- set_fact: - cassandra_restore_gzip_file_path: "{{ cassandra_restore_dir }}/{{ cassandra_restore_gzip_file_name }}" - -- name: Download to azure blob storage - command: az storage blob download --name {{ cassandra_restore_gzip_file_name }} --file {{ cassandra_restore_gzip_file_path }} --container-name {{ cassandra_backup_azure_container_name }} - environment: - AZURE_STORAGE_ACCOUNT: "{{ cassandra_backup_azure_storage_account_name }}" - AZURE_STORAGE_KEY: "{{ cassandra_backup_azure_storage_access_key }}" - async: 3600 - poll: 10 - -- name: unarchieve restore artifact - become: yes - unarchive: src={{user_home}}/{{ cassandra_restore_gzip_file_name }} dest={{user_home}}/ copy=no - -- name: Remove the restroe artefact - become: yes - file: path={{user_home}}/cassandra* state=absent - -- name: Remove the old data - become: yes - file: path=/var/lib/cassandra/data/sunbird state=absent - -- name: Replace the new data - become: yes - command: mv {{user_home}}/data/sunbird /var/lib/cassandra/data/ - - -- name: remove data - become: yes - file: path=/home/deployer/data state=absent - -- name: change the permissions - become: yes - file: path=/var/lib/cassandra/data owner=cassandra group=cassandra recurse=yes - -- name: copy the backup script - become: yes - template: src=nodetool.j2 dest={{user_home}}/nodetool.sh mode=0755 - - -- name: Start the cassandra - become: yes - service: name=cassandra state=started - - \ No newline at end of file diff --git a/ansible/roles/cassandra-restore/templates/nodetool.j2 b/ansible/roles/cassandra-restore/templates/nodetool.j2 deleted file mode 100644 index e9e89d27a5d25163c2201e3d0e3ee2e376cb0f92..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-restore/templates/nodetool.j2 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -snapshot={{snapshot}} -for keyspace in sunbird -do - echo $keyspace - cd {{user_home}}/snapshot-$snapshot/$keyspace - for table in * - do - echo $table - table_name=`echo $table | cut -d "-" -f1` - nodetool refresh -- $keyspace $table_name - done -done \ No newline at end of file diff --git a/ansible/roles/cassandra-restore/vars/main.yml b/ansible/roles/cassandra-restore/vars/main.yml deleted file mode 100644 index 68046fdb31d804a37c89cfe90bf2f6dfb10d5713..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra-restore/vars/main.yml +++ /dev/null @@ -1 +0,0 @@ -cassandra_root_dir: '/etc/cassandra' diff --git a/ansible/roles/cassandra/README.md b/ansible/roles/cassandra/README.md deleted file mode 100755 index fac9c2e53a165eda3adf4988729d87f576527005..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/README.md +++ /dev/null @@ -1,78 +0,0 @@ -Role Name -========= - -An [Ansible] role to install [Cassandra] - -Requirements ------------- - -- Oracle Java 8 - -Install [Ansible] requirements `ansible-galaxy install -r requirements.yml` - -Role Variables --------------- - -``` ---- -# defaults file for ansible-cassandra -cassandra_cluster_group: 'cassandra-cluster-nodes' -cassandra_cluster_name: 'Test Cluster' -cassandra_cluster_setup: false -cassandra_commitlog_directory: '/var/lib/cassandra/commitlog' -cassandra_config: false -cassandra_debian_repo_info: - repo: 'deb http://www.apache.org/dist/cassandra/debian 36x main' - repo_key: 'https://www.apache.org/dist/cassandra/KEYS' -cassandra_data_file_directories: - - '/var/lib/cassandra/data' -cassandra_hints_directory: '/var/lib/cassandra/hints' -cassandra_listen_address: "{{ hostvars[inventory_hostname]['ansible_' + cassandra_listen_interface]['ipv4']['address'] }}" -cassandra_listen_interface: 'eth1' -cassandra_log_dir: '/var/log/cassandra' -cassandra_root_dir: '/etc/cassandra' -cassandra_saved_caches_directory: '/var/lib/cassandra/saved_caches' -cassandra_seeds: '127.0.0.1' # Only used if not setting up a cluster -cassandra_version: '3.6' -``` - -Dependencies ------------- - -Reference requirements - -Example Playbook ----------------- - -``` ---- -- hosts: cassandra-cluster-nodes - become: true - vars: - cassandra_cluster_setup: true - cassandra_config: true - pri_domain_name: 'test.vagrant.local' - roles: - - role: ansible-oracle-java8 - - role: ansible-cassandra - tasks: -``` - -License -------- - -BSD - -Author Information ------------------- - - -Larry Smith Jr. -- [@mrlesmithjr] -- [EveryThingShouldBeVirtual] -- mrlesmithjr [at] gmail.com - -[@mrlesmithjr]: <https://twitter.com/mrlesmithjr> -[EveryThingShouldBeVirtual]: <http://everythingshouldbevirtual.com> -[Ansible]: <https://www.ansible.com> -[Cassandra]: <http://cassandra.apache.org/> diff --git a/ansible/roles/cassandra/defaults/main.yml b/ansible/roles/cassandra/defaults/main.yml deleted file mode 100644 index 63145cb92c4856a94ac9dcb2087c47b94455f83f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/defaults/main.yml +++ /dev/null @@ -1,3 +0,0 @@ -user_home: /home/deployer -cassandra_repo: 'deb http://www.apache.org/dist/cassandra/debian 311x main' -cassandra_repo_key: 'https://www.apache.org/dist/cassandra/KEYS' diff --git a/ansible/roles/cassandra/files/cassandra-prometheus-2.0.0-jar-with-dependencies.jar b/ansible/roles/cassandra/files/cassandra-prometheus-2.0.0-jar-with-dependencies.jar deleted file mode 100644 index e801fa6d1b3006ee8c93487b3d49ac5eb82a107a..0000000000000000000000000000000000000000 Binary files a/ansible/roles/cassandra/files/cassandra-prometheus-2.0.0-jar-with-dependencies.jar and /dev/null differ diff --git a/ansible/roles/cassandra/files/jmx_prometheus_httpserver-0.11.jar b/ansible/roles/cassandra/files/jmx_prometheus_httpserver-0.11.jar deleted file mode 100644 index d0dfe48b72ba2ff966026ad8fd8d05ef0b27a94d..0000000000000000000000000000000000000000 Binary files a/ansible/roles/cassandra/files/jmx_prometheus_httpserver-0.11.jar and /dev/null differ diff --git a/ansible/roles/cassandra/files/jmx_prometheus_javaagent-0.10.jar b/ansible/roles/cassandra/files/jmx_prometheus_javaagent-0.10.jar deleted file mode 100644 index 3fae7755fcf78534ab8cc156acaa08c90e05c301..0000000000000000000000000000000000000000 Binary files a/ansible/roles/cassandra/files/jmx_prometheus_javaagent-0.10.jar and /dev/null differ diff --git a/ansible/roles/cassandra/handlers/main.yml b/ansible/roles/cassandra/handlers/main.yml deleted file mode 100755 index c6f499a8fc6d5a18e2560479c66061851cd4d93f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/handlers/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -# handlers file for ansible-cassandra -- name: "restart cassandra" - service: - name: "cassandra" - state: "restarted" diff --git a/ansible/roles/cassandra/tasks/main.yml b/ansible/roles/cassandra/tasks/main.yml deleted file mode 100755 index 286405a2364ccdcc8c1559829092255e9b44874c..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/tasks/main.yml +++ /dev/null @@ -1,61 +0,0 @@ -- name: Cassandra | Update the cassandra env configuration - become: yes - template: src=cassandra-env.sh dest=/etc/cassandra - notify: "restart cassandra" - tags: - - provision - -- name: getting the server hostname - command: hostname - register: hostnameOfCql - -- name: add entry in hosts file - become: yes - lineinfile: - line: "127.0.0.1 {{hostnameOfCql.stdout}}" - path: /etc/hosts - -- name: debian | Adding Cassandra Debian Repo Key - apt_key: - url: "{{ cassandra_repo_key }}" - state: "present" - -- name: debian | Adding Cassandra Debian Repo - apt_repository: - repo: "{{ cassandra_repo }}" - state: "present" - -- name: debian | Installing Cassandra - apt: - name: "cassandra" - state: "present" - -- name: copying the rack and datacenter config file if we are having cluster - template: - src: "cassandra-rackdc.properties.j2" - dest: "{{ cassandra_root_dir }}/cassandra-rackdc.properties" - owner: "root" - group: "root" - mode: "0644" - when: groups['cassandra-2'] is defined - -- name: config | Configuring Cassandra - template: - src: "cassandra.yaml.j2" - dest: "{{ cassandra_root_dir }}/cassandra.yaml" - owner: "root" - group: "root" - mode: 0644 - notify: "restart cassandra" - -- name: wait for cassandra to gossip with seed nodes - pause: - seconds: 10 - -- name: Restart Cassandra now - service: - name: cassandra - state: restarted - -- name: wait for cassandra to be up and running - wait_for: host={{inventory_hostname}} port=9042 delay=30 diff --git a/ansible/roles/cassandra/templates/cassandra-env.sh b/ansible/roles/cassandra/templates/cassandra-env.sh deleted file mode 100644 index ea781665e4e64a0ff6aa8d22c425ef88e76396e7..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/cassandra-env.sh +++ /dev/null @@ -1,297 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -calculate_heap_sizes() -{ - case "`uname`" in - Linux) - system_memory_in_mb=`free -m | awk '/:/ {print $2;exit}'` - system_cpu_cores=`egrep -c 'processor([[:space:]]+):.*' /proc/cpuinfo` - ;; - FreeBSD) - system_memory_in_bytes=`sysctl hw.physmem | awk '{print $2}'` - system_memory_in_mb=`expr $system_memory_in_bytes / 1024 / 1024` - system_cpu_cores=`sysctl hw.ncpu | awk '{print $2}'` - ;; - SunOS) - system_memory_in_mb=`prtconf | awk '/Memory size:/ {print $3}'` - system_cpu_cores=`psrinfo | wc -l` - ;; - Darwin) - system_memory_in_bytes=`sysctl hw.memsize | awk '{print $2}'` - system_memory_in_mb=`expr $system_memory_in_bytes / 1024 / 1024` - system_cpu_cores=`sysctl hw.ncpu | awk '{print $2}'` - ;; - *) - # assume reasonable defaults for e.g. a modern desktop or - # cheap server - system_memory_in_mb="2048" - system_cpu_cores="2" - ;; - esac - - # some systems like the raspberry pi don't report cores, use at least 1 - if [ "$system_cpu_cores" -lt "1" ] - then - system_cpu_cores="1" - fi - - # set max heap size based on the following - # max(min(1/2 ram, 1024MB), min(1/4 ram, 8GB)) - # calculate 1/2 ram and cap to 1024MB - # calculate 1/4 ram and cap to 8192MB - # pick the max - half_system_memory_in_mb=`expr $system_memory_in_mb / 2` - quarter_system_memory_in_mb=`expr $half_system_memory_in_mb / 2` - max_heap_size_in_mb="$half_system_memory_in_mb" - #if [ "$half_system_memory_in_mb" -gt "1024" ] - #then - # half_system_memory_in_mb="1024" - #fi - #if [ "$quarter_system_memory_in_mb" -gt "8192" ] - #then - # quarter_system_memory_in_mb="8192" - #fi - #if [ "$half_system_memory_in_mb" -gt "$quarter_system_memory_in_mb" ] - #then - # max_heap_size_in_mb="$half_system_memory_in_mb" - #else - # max_heap_size_in_mb="$quarter_system_memory_in_mb" - #fi - MAX_HEAP_SIZE="${half_system_memory_in_mb}M" - - # Young gen: min(max_sensible_per_modern_cpu_core * num_cores, 1/4 * heap size) - max_sensible_yg_per_core_in_mb="100" - max_sensible_yg_in_mb=`expr $max_sensible_yg_per_core_in_mb "*" $system_cpu_cores` - - desired_yg_in_mb=`expr $max_heap_size_in_mb / 4` - - if [ "$desired_yg_in_mb" -gt "$max_sensible_yg_in_mb" ] - then - HEAP_NEWSIZE="${max_sensible_yg_in_mb}M" - else - HEAP_NEWSIZE="${desired_yg_in_mb}M" - fi -} - -# Determine the sort of JVM we'll be running on. -java_ver_output=`"${JAVA:-java}" -version 2>&1` -jvmver=`echo "$java_ver_output" | grep '[openjdk|java] version' | awk -F'"' 'NR==1 {print $2}' | cut -d\- -f1` -JVM_VERSION=${jvmver%_*} -JVM_PATCH_VERSION=${jvmver#*_} - -if [ "$JVM_VERSION" \< "1.8" ] ; then - echo "Cassandra 3.0 and later require Java 8u40 or later." - exit 1; -fi - -if [ "$JVM_VERSION" \< "1.8" ] && [ "$JVM_PATCH_VERSION" -lt 40 ] ; then - echo "Cassandra 3.0 and later require Java 8u40 or later." - exit 1; -fi - -jvm=`echo "$java_ver_output" | grep -A 1 'java version' | awk 'NR==2 {print $1}'` -case "$jvm" in - OpenJDK) - JVM_VENDOR=OpenJDK - # this will be "64-Bit" or "32-Bit" - JVM_ARCH=`echo "$java_ver_output" | awk 'NR==3 {print $2}'` - ;; - "Java(TM)") - JVM_VENDOR=Oracle - # this will be "64-Bit" or "32-Bit" - JVM_ARCH=`echo "$java_ver_output" | awk 'NR==3 {print $3}'` - ;; - *) - # Help fill in other JVM values - JVM_VENDOR=other - JVM_ARCH=unknown - ;; -esac - -#GC log path has to be defined here because it needs to access CASSANDRA_HOME -JVM_OPTS="$JVM_OPTS -Xloggc:/var/log/cassandra/gc.log" - -# Here we create the arguments that will get passed to the jvm when -# starting cassandra. - -# Read user-defined JVM options from jvm.options file -JVM_OPTS_FILE=$CASSANDRA_CONF/jvm.options -for opt in `grep "^-" $JVM_OPTS_FILE` -do - JVM_OPTS="$JVM_OPTS $opt" -done - -# Check what parameters were defined on jvm.options file to avoid conflicts -echo $JVM_OPTS | grep -q Xmn -DEFINED_XMN=$? -echo $JVM_OPTS | grep -q Xmx -DEFINED_XMX=$? -echo $JVM_OPTS | grep -q Xms -DEFINED_XMS=$? -echo $JVM_OPTS | grep -q UseConcMarkSweepGC -USING_CMS=$? -echo $JVM_OPTS | grep -q UseG1GC -USING_G1=$? - -# Override these to set the amount of memory to allocate to the JVM at -# start-up. For production use you may wish to adjust this for your -# environment. MAX_HEAP_SIZE is the total amount of memory dedicated -# to the Java heap. HEAP_NEWSIZE refers to the size of the young -# generation. Both MAX_HEAP_SIZE and HEAP_NEWSIZE should be either set -# or not (if you set one, set the other). -# -# The main trade-off for the young generation is that the larger it -# is, the longer GC pause times will be. The shorter it is, the more -# expensive GC will be (usually). -# -# The example HEAP_NEWSIZE assumes a modern 8-core+ machine for decent pause -# times. If in doubt, and if you do not particularly want to tweak, go with -# 100 MB per physical CPU core. - -#MAX_HEAP_SIZE="4G" -#HEAP_NEWSIZE="800M" - -# Set this to control the amount of arenas per-thread in glibc -#export MALLOC_ARENA_MAX=4 - -# only calculate the size if it's not set manually -if [ "x$MAX_HEAP_SIZE" = "x" ] && [ "x$HEAP_NEWSIZE" = "x" -o $USING_G1 -eq 0 ]; then - calculate_heap_sizes -elif [ "x$MAX_HEAP_SIZE" = "x" ] || [ "x$HEAP_NEWSIZE" = "x" -a $USING_G1 -ne 0 ]; then - echo "please set or unset MAX_HEAP_SIZE and HEAP_NEWSIZE in pairs when using CMS GC (see cassandra-env.sh)" - exit 1 -fi - -if [ "x$MALLOC_ARENA_MAX" = "x" ] ; then - export MALLOC_ARENA_MAX=4 -fi - -# We only set -Xms and -Xmx if they were not defined on jvm.options file -# If defined, both Xmx and Xms should be defined together. -if [ $DEFINED_XMX -ne 0 ] && [ $DEFINED_XMS -ne 0 ]; then - JVM_OPTS="$JVM_OPTS -Xms${MAX_HEAP_SIZE}" - JVM_OPTS="$JVM_OPTS -Xmx${MAX_HEAP_SIZE}" -elif [ $DEFINED_XMX -ne 0 ] || [ $DEFINED_XMS -ne 0 ]; then - echo "Please set or unset -Xmx and -Xms flags in pairs on jvm.options file." - exit 1 -fi - -# We only set -Xmn flag if it was not defined in jvm.options file -# and if the CMS GC is being used -# If defined, both Xmn and Xmx should be defined together. -if [ $DEFINED_XMN -eq 0 ] && [ $DEFINED_XMX -ne 0 ]; then - echo "Please set or unset -Xmx and -Xmn flags in pairs on jvm.options file." - exit 1 -elif [ $DEFINED_XMN -ne 0 ] && [ $USING_CMS -eq 0 ]; then - JVM_OPTS="$JVM_OPTS -Xmn${HEAP_NEWSIZE}" -fi - -if [ "$JVM_ARCH" = "64-Bit" ] && [ $USING_CMS -eq 0 ]; then - JVM_OPTS="$JVM_OPTS -XX:+UseCondCardMark" -fi - -# provides hints to the JIT compiler -JVM_OPTS="$JVM_OPTS -XX:CompileCommandFile=$CASSANDRA_CONF/hotspot_compiler" - -# add the jamm javaagent -JVM_OPTS="$JVM_OPTS -javaagent:$CASSANDRA_HOME/lib/jamm-0.3.0.jar" - -# set jvm HeapDumpPath with CASSANDRA_HEAPDUMP_DIR -if [ "x$CASSANDRA_HEAPDUMP_DIR" != "x" ]; then - JVM_OPTS="$JVM_OPTS -XX:HeapDumpPath=$CASSANDRA_HEAPDUMP_DIR/cassandra-`date +%s`-pid$$.hprof" -fi - -# jmx: metrics and administration interface -# -# add this if you're having trouble connecting: -# JVM_OPTS="$JVM_OPTS -Djava.rmi.server.hostname=<public name>" -# -# see -# https://blogs.oracle.com/jmxetc/entry/troubleshooting_connection_problems_in_jconsole -# for more on configuring JMX through firewalls, etc. (Short version: -# get it working with no firewall first.) -# -# Cassandra ships with JMX accessible *only* from localhost. -# To enable remote JMX connections, uncomment lines below -# with authentication and/or ssl enabled. See https://wiki.apache.org/cassandra/JmxSecurity -# -#if [ "x$LOCAL_JMX" = "x" ]; then -# LOCAL_JMX=yes -#fi -LOCAL_JMX=no -# Specifies the default port over which Cassandra will be available for -# JMX connections. -# For security reasons, you should not expose this port to the internet. Firewall it if needed. - -JMX_PORT="7199" - -if [ "$LOCAL_JMX" = "yes" ]; then - JVM_OPTS="$JVM_OPTS -Dcassandra.jmx.local.port=$JMX_PORT" - JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false" -else - JVM_OPTS="$JVM_OPTS -Dcassandra.jmx.remote.port=$JMX_PORT" - # if ssl is enabled the same port cannot be used for both jmx and rmi so either - # pick another value for this property or comment out to use a random port (though see CASSANDRA-7087 for origins) - JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.rmi.port=$JMX_PORT" - - # turn on JMX authentication. See below for further options - #JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=true" - - # jmx ssl options - #JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=true" - #JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl.need.client.auth=true" - #JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl.enabled.protocols=<enabled-protocols>" - #JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl.enabled.cipher.suites=<enabled-cipher-suites>" - #JVM_OPTS="$JVM_OPTS -Djavax.net.ssl.keyStore=/path/to/keystore" - #JVM_OPTS="$JVM_OPTS -Djavax.net.ssl.keyStorePassword=<keystore-password>" - #JVM_OPTS="$JVM_OPTS -Djavax.net.ssl.trustStore=/path/to/truststore" - #JVM_OPTS="$JVM_OPTS -Djavax.net.ssl.trustStorePassword=<truststore-password>" -fi - -# jmx authentication and authorization options. By default, auth is only -# activated for remote connections but they can also be enabled for local only JMX -## Basic file based authn & authz -#JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.password.file=/etc/cassandra/jmxremote.password" -#JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.access.file=/etc/cassandra/jmxremote.access" -## Custom auth settings which can be used as alternatives to JMX's out of the box auth utilities. -## JAAS login modules can be used for authentication by uncommenting these two properties. -## Cassandra ships with a LoginModule implementation - org.apache.cassandra.auth.CassandraLoginModule - -## which delegates to the IAuthenticator configured in cassandra.yaml. See the sample JAAS configuration -## file cassandra-jaas.config -#JVM_OPTS="$JVM_OPTS -Dcassandra.jmx.remote.login.config=CassandraLogin" -#JVM_OPTS="$JVM_OPTS -Djava.security.auth.login.config=$CASSANDRA_HOME/conf/cassandra-jaas.config" - -## Cassandra also ships with a helper for delegating JMX authz calls to the configured IAuthorizer, -## uncomment this to use it. Requires one of the two authentication options to be enabled -#JVM_OPTS="$JVM_OPTS -Dcassandra.jmx.authorizer=org.apache.cassandra.auth.jmx.AuthorizationProxy" - -# To use mx4j, an HTML interface for JMX, add mx4j-tools.jar to the lib/ -# directory. -# See http://wiki.apache.org/cassandra/Operations#Monitoring_with_MX4J -# By default mx4j listens on 0.0.0.0:8081. Uncomment the following lines -# to control its listen address and port. -#MX4J_ADDRESS="-Dmx4jaddress=127.0.0.1" -#MX4J_PORT="-Dmx4jport=8081" - -# Cassandra uses SIGAR to capture OS metrics CASSANDRA-7838 -# for SIGAR we have to set the java.library.path -# to the location of the native libraries. -JVM_OPTS="$JVM_OPTS -Djava.library.path=$CASSANDRA_HOME/lib/sigar-bin" - -JVM_OPTS="$JVM_OPTS $MX4J_ADDRESS" -JVM_OPTS="$JVM_OPTS $MX4J_PORT" -JVM_OPTS="$JVM_OPTS $JVM_EXTRA_OPTS" diff --git a/ansible/roles/cassandra/templates/cassandra-rackdc.properties.j2 b/ansible/roles/cassandra/templates/cassandra-rackdc.properties.j2 deleted file mode 100644 index b0c72aed4f13d71bac333cd743132fdc1ba88d1e..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/cassandra-rackdc.properties.j2 +++ /dev/null @@ -1,31 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -# These properties are used with GossipingPropertyFileSnitch and will -# indicate the rack and dc for this node -{% if groups['cassandra-2'] is defined %} -dc=datacenter1 -rack=rack1 -{% else %} -dc=dc1 -rack=rack1 -{% endif %} -# Add a suffix to a datacenter name. Used by the Ec2Snitch and Ec2MultiRegionSnitch -# to append a string to the EC2 region name. -#dc_suffix= - -# Uncomment the following line to make this snitch prefer the internal ip when possible, as the Ec2MultiRegionSnitch does. -# prefer_local=true diff --git a/ansible/roles/cassandra/templates/cassandra.cql b/ansible/roles/cassandra/templates/cassandra.cql deleted file mode 100644 index cbbe0135c82b92dd5753647d0c3d2eeb7208955f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/cassandra.cql +++ /dev/null @@ -1,414 +0,0 @@ -CREATE KEYSPACE IF NOT EXISTS sunbird WITH replication = {'class':'SimpleStrategy','replication_factor':1}; - -//to change cluster name -//UPDATE system.local SET cluster_name = 'sunbird' where key='local'; -//ALTER USER cassandra WITH PASSWORD 'password'; -USE sunbird; - -/* -creation of id= one way hash of (userId##courseId) here courseId is identifier of course mgmt table -toc url we have to generate through json of content id from ekStep -here status is (default(0),inProgress(1),completed(2)) -progress is no of content completed -*/ -CREATE TABLE IF NOT EXISTS sunbird.course_enrollment(id text, courseId text, courseName text,userId text,enrolledDate text, -description text,tocUrl text,status int,active boolean,delta text,grade text,progress int,lastReadContentId text, -lastReadContentStatus int,addedBy text,courseLogoUrl text,dateTime timestamp,contentId text,PRIMARY KEY (id)); - -CREATE INDEX inx_ce_userId ON sunbird.course_enrollment (userId); -CREATE INDEX inx_ce_courseId ON sunbird.course_enrollment (courseId); -CREATE INDEX inx_ce_course_name ON sunbird.course_enrollment (courseName); -CREATE INDEX inx_ce_status ON sunbird.course_enrollment (status); - -/* -creation of id = one way hash of (userId##contentId##courseId) -status is (default(0),inProgress(1),completed(2)) -*/ -CREATE TABLE IF NOT EXISTS sunbird.content_consumption(id text, contentId text, courseId text, userId text,viewPosition text,viewCount int,lastAccessTime text, -contentVersion text,completedCount int,status int,result text,score text,grade text,lastUpdatedTime text,lastCompletedTime text,dateTime timestamp,PRIMARY KEY (id)); - -CREATE INDEX inx_cc_userId ON sunbird.content_consumption (userId); -CREATE INDEX inx_cc_contentId ON sunbird.content_consumption (contentId); -CREATE INDEX inx_cc_status ON sunbird.content_consumption (status); -CREATE INDEX inx_cc_courseId ON sunbird.content_consumption (courseId); - -/* -creation of id = using timestamp and env - id and courseId both are same -content id is from ekstep -status DRAFT("draft"), LIVE("live"), RETIRED("retired") -contentType (pdf,video,word doc etc) -tutor map<id,name> -*/ -CREATE TABLE IF NOT EXISTS sunbird.course_management(id text, courseId text, contentId text, courseName text,courseType text, -facultyId text,facultyName text,organisationId text,organisationName text,enrollementStartDate text,enrollementEndDate text, -courseDuration text,description text,status text,addedBy text,addedByName text,publishedBy text,publishedByName text,createdDate text, -publishedDate text,updatedDate text,updatedBy text,updatedByName text,contentType text,createdfor list<text>,noOfLectures int,tocUrl text, -tutor map<text,text>,courseLogoUrl text,courseRating text,userCount int,PRIMARY KEY (id)); - -CREATE INDEX inx_cm_facultyId ON sunbird.course_management (facultyId); -CREATE INDEX inx_cm_organisationId ON sunbird.course_management (organisationId); -CREATE INDEX inx_cm_courseId ON sunbird.course_management (courseId); -CREATE INDEX inx_cm_course_name ON sunbird.course_management (courseName); -CREATE INDEX inx_cm_status ON sunbird.course_management (status); -CREATE INDEX inx_cm_contentId ON sunbird.course_management (contentId); - -/* -creation of id = one way hash of userName -here id and userId both are same - currently username and email is same -email and username is unique -*/ -CREATE TABLE IF NOT EXISTS sunbird.user(id text,userId text,userName text, email text,phone text,aadhaarNo text,createdDate text,updatedDate text,updatedBy text, -lastLoginTime text,status int,firstName text,lastName text,password text,avatar text,gender text,language text,state text,city text,zipcode text,PRIMARY KEY (id)); - -CREATE INDEX inx_u_email ON sunbird.user (email); -CREATE INDEX inx_u_phone ON sunbird.user (phone); -CREATE INDEX inx_u_status ON sunbird.user (status); -CREATE INDEX inx_u_userId ON sunbird.user (userId); -CREATE INDEX inx_u_userName ON sunbird.user (userName); - -//user_auth -//id is auth token -CREATE TABLE IF NOT EXISTS sunbird.user_auth(id text, userId text,createdDate text,updatedDate text,source text,PRIMARY KEY (id)); -CREATE INDEX inx_ua_userId ON sunbird.user_auth (userId); -CREATE INDEX inx_ua_source ON sunbird.user_auth (source); - -//organisation -CREATE TABLE IF NOT EXISTS sunbird.organisation(id text, orgName text, description text,communityId text,createdBy text,createdByName text,createdDate text, -updatedDate text,updatedBy text,status int,relation text,parentOrgId text,orgType text,state text,city text,zipcode text,orgCode text,dateTime timestamp,PRIMARY KEY (id)); - -CREATE INDEX inx_org_orgName ON sunbird.organisation (orgName); -CREATE INDEX inx_org_status ON sunbird.organisation (status); -//page_management -//id= using timestamp and env -CREATE TABLE sunbird.page_management(id text, name text, appMap text,portalMap text,createdDate text,createdBy text, -updatedDate text,updatedBy text,organisationId text,PRIMARY KEY (id)); - -CREATE INDEX inx_pm_pageName ON sunbird.page_management (name); -CREATE INDEX inx_vm_organisationId ON sunbird.page_management (organisationId); - -//page_section -//id= using timestamp and env -CREATE TABLE IF NOT EXISTS sunbird.page_section(id text, name text, sectionDataType text,description text,display text, -searchQuery text,createdDate text,createdBy text,updatedDate text,updatedBy text,imgUrl text,alt text,status int,PRIMARY KEY (id)); -CREATE INDEX inx_ps_sectionDataType ON sunbird.page_section (sectionDataType); -CREATE INDEX inx_ps_sectionName ON sunbird.page_section (name); - -//Assessment Eval -//id= using timestamp and env -CREATE TABLE IF NOT EXISTS sunbird.assessment_eval(id text, contentId text, courseId text, userId text,assessmentItemId text, -createdDate text,result text,score text,attemptId text,attemptedCount int,PRIMARY KEY (id)); - -CREATE INDEX inx_ae_userId ON sunbird.assessment_eval (userId); -CREATE INDEX inx_ae_contentId ON sunbird.assessment_eval (contentId); -CREATE INDEX inx_ae_assessmentItemId ON sunbird.assessment_eval (assessmentItemId); -CREATE INDEX inx_ae_courseId ON sunbird.assessment_eval (courseId); - -//Assessment item -//id= using timestamp and userId -CREATE TABLE IF NOT EXISTS sunbird.assessment_item(id text, contentId text, courseId text, userId text,assessmentItemId text, -assessmentType text,attemptedDate text,createdDate text,timeTaken int,result text,score text,maxScore text,answers text, -evaluationStatus boolean,processingStatus boolean,attemptId text,PRIMARY KEY (id)); - -CREATE INDEX inx_ai_userId ON sunbird.assessment_item (userId); -CREATE INDEX inx_ai_contentId ON sunbird.assessment_item (contentId); -CREATE INDEX inx_ai_assessmentItemId ON sunbird.assessment_item (assessmentItemId); -CREATE INDEX inx_ai_courseId ON sunbird.assessment_item (courseId); -CREATE INDEX inx_ai_processingStatus ON sunbird.assessment_item (processingStatus); - -ALTER TABLE sunbird.course_management DROP noOfLectures; -ALTER TABLE sunbird.course_management ADD noOfLectures int; -ALTER TABLE sunbird.assessment_item DROP evaluationStatus; -ALTER TABLE sunbird.assessment_item DROP processingStatus; -ALTER TABLE sunbird.assessment_item ADD evaluationStatus boolean; -ALTER TABLE sunbird.assessment_item ADD processingStatus boolean; -ALTER TABLE sunbird.assessment_eval DROP assessmentItemId; -ALTER TABLE sunbird.assessment_eval DROP maxScore; -ALTER TABLE sunbird.page_management ADD organisationId text; -ALTER TABLE sunbird.page_management DROP appMap; -ALTER TABLE sunbird.page_management DROP portalMap; -ALTER TABLE sunbird.page_management ADD appMap text; -ALTER TABLE sunbird.page_management ADD portalMap text; -ALTER TABLE sunbird.organisation ADD orgCode text; - -//2017-06-30 changes for user and organisation -ALTER TABLE sunbird.user DROP zipcode; -ALTER TABLE sunbird.user DROP city; -ALTER TABLE sunbird.user DROP state; -ALTER TABLE sunbird.user DROP language; -ALTER TABLE sunbird.user ADD thumbnail text; - ALTER TABLE sunbird.user ADD dob text; - ALTER TABLE sunbird.user ADD regOrgId text; - ALTER TABLE sunbird.user ADD subject list<text>; - ALTER TABLE sunbird.user ADD language list<text>; - ALTER TABLE sunbird.user ADD grade list<text>; - - - CREATE TABLE IF NOT EXISTS sunbird.user_external_identity(id text, userId text, externalId text,source text,isVerified boolean,PRIMARY KEY (id)); -CREATE INDEX inx_uei_userid ON sunbird.user_external_identity (userId); -CREATE INDEX inx_uei_externalId ON sunbird.user_external_identity (externalId); -CREATE INDEX inx_uei_source ON sunbird.user_external_identity (source); - -CREATE TABLE IF NOT EXISTS sunbird.address(id text, userId text, country text,state text,city text,zipCode text,addType text,createdDate text,createdBy text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_add_userid ON sunbird.address (userId); -CREATE INDEX inx_add_addType ON sunbird.address (addType); - -CREATE TABLE IF NOT EXISTS sunbird.user_education(id text, userId text, courseName text,duration int,yearOfPassing int,percentage double,grade text,name text,boardOrUniversity text,addressId text,createdDate text,createdBy text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_ueu_userid ON sunbird.user_education (userId); - -CREATE TABLE IF NOT EXISTS sunbird.user_job_profile(id text, userId text, jobName text,role text,joiningDate text,endDate text,orgName text,orgId text,subject list<text>,addressId text,boardName text,isVerified boolean,isRejected boolean,verifiedDate text,verifiedBy text,createdDate text,createdBy text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_ujp_userid ON sunbird.user_job_profile (userId); - -CREATE TABLE IF NOT EXISTS sunbird.user_org(id text, userId text, role text,orgId text,orgJoinDate text,orgLeftDate text,isApproved boolean, -isRejected boolean,approvedBy text,approvalDate text,updatedDate text,updatedBy text, PRIMARY KEY (id)); -CREATE INDEX inx_uorg_userid ON sunbird.user_org(userId); -CREATE INDEX inx_uorg_orgId ON sunbird.user_org(orgId); - -CREATE TABLE IF NOT EXISTS sunbird.subject(id text, name text, PRIMARY KEY (id)); -CREATE INDEX inx_sb_name ON sunbird.subject(name); - -CREATE TABLE IF NOT EXISTS sunbird.role(id text, name text, PRIMARY KEY (id)); -CREATE INDEX inx_role_name ON sunbird.role(name); - -ALTER TABLE sunbird.organisation DROP city; -ALTER TABLE sunbird.organisation DROP state; -ALTER TABLE sunbird.organisation DROP zipcode; -ALTER TABLE sunbird.organisation DROP relation; -ALTER TABLE sunbird.organisation DROP createdbyname; - -ALTER TABLE sunbird.organisation ADD imgUrl text; -ALTER TABLE sunbird.organisation ADD thumbnail text; -ALTER TABLE sunbird.organisation ADD channel text; -ALTER TABLE sunbird.organisation ADD preferredLanguage text; -ALTER TABLE sunbird.organisation ADD homeUrl text; -ALTER TABLE sunbird.organisation ADD isRootOrg boolean; -ALTER TABLE sunbird.organisation ADD addId text; -ALTER TABLE sunbird.organisation ADD noOfmembers int; -ALTER TABLE sunbird.organisation ADD orgCode text; -ALTER TABLE sunbird.organisation ADD isApproved boolean; -ALTER TABLE sunbird.organisation ADD approvedBy text; -ALTER TABLE sunbird.organisation ADD approvedDate text; -//ALTER TABLE sunbird.organisation ADD isRejected boolean; - -CREATE INDEX inx_org_channel ON sunbird.organisation(channel); -CREATE INDEX inx_org_orgType ON sunbird.organisation(orgType); -CREATE INDEX inx_org_orgCode ON sunbird.organisation(orgCode); - -CREATE TABLE IF NOT EXISTS sunbird.org_type(id text, name text, PRIMARY KEY (id)); -CREATE INDEX inx_ot_name ON sunbird.org_type(name); - -CREATE TABLE IF NOT EXISTS sunbird.org_mapping(id text, orgIdOne text,relation text,orgIdTwo text, PRIMARY KEY (id)); -CREATE INDEX inx_om_orgIdOne ON sunbird.org_mapping(orgIdOne); -CREATE INDEX inx_om_orgIdTwo ON sunbird.org_mapping(orgIdTwo); - -CREATE TABLE IF NOT EXISTS sunbird.role(id text, name text,status int, PRIMARY KEY (id)); -CREATE INDEX inx_ro_master_name ON sunbird.role(name); - -insert into role (id,name,status) values ('r_101','ADMIN',1); -insert into role (id,name,status) values ('r_102','ORG_ADMIN',1); -insert into role (id,name,status) values ('r_103','ORG_MODERATOR',1); -insert into role (id,name,status) values ('r_104','CONTENT_CREATOR',1); -insert into role (id,name,status) values ('r_105','CONTENT_REVIEWER',1); -insert into role (id,name,status) values ('r_106','ORG_MEMBER',1); - - -ALTER TABLE sunbird.user ADD rootOrgId text; -ALTER TABLE sunbird.address ADD addressLine1 text; -ALTER TABLE sunbird.address ADD addressLine2 text; -ALTER TABLE sunbird.user_education ADD degree text; - -insert into sunbird.role (id,name,status) values ('r_101','SYSTEM_ADMINISTRATION',1); -insert into sunbird.role (id,name,status) values ('r_102','ORG_MANAGEMENT',1); -insert into sunbird.role (id,name,status) values ('r_103','MEMBERSHIP_MANAGEMENT',1); -insert into sunbird.role (id,name,status) values ('r_104','CONTENT_CREATION',1); -insert into sunbird.role (id,name,status) values ('r_105','CONTENT_REVIEW',1); -insert into sunbird.role (id,name,status) values ('r_106','CONTENT_CURATION',1); -insert into sunbird.role (id,name,status) values ('r_107','PUBLIC',1); - - -CREATE TABLE IF NOT EXISTS sunbird.master_action(id text, name text, PRIMARY KEY (id)); -CREATE INDEX inx_ma_name ON sunbird.master_action(name); - -CREATE TABLE IF NOT EXISTS sunbird.url_action(id text, url text,name text, PRIMARY KEY (id)); -CREATE INDEX inx_ua_name ON sunbird.url_action(name); -CREATE INDEX inx_ua_url ON sunbird.url_action(url); - -CREATE TABLE IF NOT EXISTS sunbird.action_group(id text, actionId list<text>,groupName text, PRIMARY KEY (id)); -CREATE INDEX inx_uacg_groupName ON sunbird.action_group(groupName); - -CREATE TABLE IF NOT EXISTS sunbird.user_action_role(id text, actionGroupId list<text>,roleId text, PRIMARY KEY (id)); -CREATE INDEX inx_uactr_roleId ON sunbird.user_action_role(roleId); - -insert into sunbird.url_action(id,url,name) values ('1','','suspendOrg'); -insert into sunbird.url_action(id,url,name) values ('2','','suspendUser'); -insert into sunbird.url_action(id,url,name) values ('3','','createOrg'); -insert into sunbird.url_action(id,url,name) values ('4','','updateOrg'); -insert into sunbird.url_action(id,url,name) values ('5','','updateUser'); -insert into sunbird.url_action(id,url,name) values ('6','','addMember'); -insert into sunbird.url_action(id,url,name) values ('7','','removeOrg'); -insert into sunbird.url_action(id,url,name) values ('8','','createUser'); - -insert into sunbird.url_action(id,url,name) values ('9','','removeMember'); -insert into sunbird.url_action(id,url,name) values ('10','','suspendMember'); -insert into sunbird.url_action(id,url,name) values ('11','','createCourse'); -insert into sunbird.url_action(id,url,name) values ('12','','updateCourse'); -insert into sunbird.url_action(id,url,name) values ('13','','createContent'); -insert into sunbird.url_action(id,url,name) values ('14','','updateContent'); -insert into sunbird.url_action(id,url,name) values ('15','','publishCourse'); -insert into sunbird.url_action(id,url,name) values ('16','','publishContent'); - -insert into sunbird.url_action(id,url,name) values ('17','','flagCourse'); -insert into sunbird.url_action(id,url,name) values ('18','','flagContent'); -insert into sunbird.url_action(id,url,name) values ('19','','getProfile'); -insert into sunbird.url_action(id,url,name) values ('20','','updateProfile'); -insert into sunbird.url_action(id,url,name) values ('21','','readCourse'); -insert into sunbird.url_action(id,url,name) values ('22','','readContent'); -insert into sunbird.url_action(id,url,name) values ('23','','rateCourse'); -insert into sunbird.url_action(id,url,name) values ('24','','rateContent'); -insert into sunbird.url_action(id,url,name) values ('25','','searchCourse'); -insert into sunbird.url_action(id,url,name) values ('26','','searchContent'); - -insert into sunbird.action_group(id,actionId,groupName) values ('ag_12',['1','2'],'SYSTEM_ADMINISTRATION'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_13',['3','4','7','8','5'],'ORG_MANAGEMENT'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_14',['6','9','10'],'MEMBERSHIP_MANAGEMENT'); - -insert into sunbird.action_group(id,actionId,groupName) values ('ag_15',['11','12','13','14'],'CONTENT_CREATION'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_16',['15','16'],'CONTENT_REVIEW'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_17',['17','18','10'],'CONTENT_CURATION'); -insert into sunbird.action_group(id,actionId,groupName) values ('ag_17',['19','20','21','22','23','24','25','26'],'PUBLIC'); - -ALTER TABLE sunbird.user ADD loginId text; -ALTER TABLE sunbird.user ADD provider text; -ALTER TABLE sunbird.user_external_identity ADD idType text; - -insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_1',['ag_17'],'r_107'); -insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_2',['ag_13'],'r_102'); -insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_14'],'r_103'); - insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_15'],'r_104'); - insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_16'],'r_105'); - insert into sunbird.user_action_role(id,actiongroupid,roleid) values ('uar_3',['ag_12'],'r_101'); - -ALTER TABLE sunbird.organisation DROP addId; -ALTER TABLE sunbird.organisation ADD addressId text; -ALTER TABLE sunbird.user ADD roles List<text>; - - - CREATE TABLE IF NOT EXISTS sunbird.role_group(id text, name text, PRIMARY KEY (id)); - insert into sunbird.role_group (id,name) values ('SYSTEM_ADMINISTRATION','SYSTEM_ADMINISTRATION'); - insert into sunbird.role_group (id,name) values ('ORG_MANAGEMENT','ORG_MANAGEMENT'); - insert into sunbird.role_group (id,name) values ('MEMBERSHIP_MANAGEMENT','MEMBERSHIP_MANAGEMENT'); - insert into sunbird.role_group (id,name) values ('CONTENT_CREATION','CONTENT_CREATION'); - insert into sunbird.role_group (id,name) values ('CONTENT_CURATION','CONTENT_CURATION'); - insert into sunbird.role_group (id,name) values ('CONTENT_REVIEW','CONTENT_REVIEW'); - drop table sunbird.role; -CREATE TABLE IF NOT EXISTS sunbird.role(id text, name text,roleGroupId List<text>,status int, PRIMARY KEY (id)); -CREATE INDEX inx_ro_master_name ON sunbird.role(name); - insert into sunbird.role (id,name,rolegroupid,status) values ('ADMIN','ADMIN',['SYSTEM_ADMINISTRATION','ORG_MANAGEMENT'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('ORG_ADMIN','ORG_ADMIN',['ORG_MANAGEMENT','MEMBERSHIP_MANAGEMENT'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('ORG_MODERATOR','ORG_MODERATOR',['MEMBERSHIP_MANAGEMENT'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('CONTENT_CREATOR','CONTENT_CREATOR',['CONTENT_CREATION'],1); - insert into sunbird.role (id,name,rolegroupid,status) values ('CONTENT_REVIEWER','CONTENT_REVIEWER',['CONTENT_CREATION','CONTENT_CURATION','CONTENT_REVIEW'],1); - drop table sunbird.url_action; - CREATE TABLE IF NOT EXISTS sunbird.url_action(id text, url list<text>,name text, PRIMARY KEY (id)); - CREATE INDEX inx_ua_name ON sunbird.url_action(name); -CREATE INDEX inx_ua_url ON sunbird.url_action(url); - -insert into sunbird.url_action (id,name) values ('suspendOrg','suspendOrg'); - insert into sunbird.url_action (id,name) values ('suspendUser','suspendUser'); - insert into sunbird.url_action (id,name) values ('createOrg','createOrg'); - insert into sunbird.url_action (id,name) values ('updateOrg','updateOrg'); - insert into sunbird.url_action (id,name) values ('removeOrg','removeOrg'); - insert into sunbird.url_action (id,name) values ('createUser','createUser'); - insert into sunbird.url_action (id,name) values ('updateUser','updateUser'); - insert into sunbird.url_action (id,name) values ('ORG_MANAGEMENT','ORG_MANAGEMENT'); - insert into sunbird.url_action (id,name) values ('createOrg','createOrg'); - insert into sunbird.url_action (id,name) values ('addMember','addMember'); - insert into sunbird.url_action (id,name) values ('removeMember','removeMember'); - insert into sunbird.url_action (id,name) values ('suspendMember','suspendMember'); - insert into sunbird.url_action (id,name) values ('createCourse','createCourse'); - insert into sunbird.url_action (id,name) values ('updateCourse','updateCourse'); - insert into sunbird.url_action (id,name) values ('createContent','createContent'); - insert into sunbird.url_action (id,name) values ('updateContent','updateContent'); - insert into sunbird.url_action (id,name) values ('flagCourse','flagCourse'); - insert into sunbird.url_action (id,name) values ('flagContent','flagContent'); - insert into sunbird.url_action (id,name) values ('publishCourse','publishCourse'); - insert into sunbird.url_action (id,name) values ('publishContent','publishContent'); - ALTER table sunbird.role_group add url_action_ids list<text>; - - update sunbird.role_group set url_action_ids=['addMember','removeMember','suspendMember'] where id='MEMBERSHIP_MANAGEMENT'; - update sunbird.role_group set url_action_ids=['createCourse','updateCourse','createContent','updateContent'] where id='CONTENT_CREATION'; - update sunbird.role_group set url_action_ids=['suspendOrg','suspendUser'] where id='SYSTEM_ADMINISTRATION'; - update sunbird.role_group set url_action_ids=['publishCourse','publishContent'] where id='CONTENT_REVIEW'; - update sunbird.role_group set url_action_ids=['createOrg','updateOrg','removeOrg','createUser','updateUser'] where id='ORG_MANAGEMENT'; - update sunbird.role_group set url_action_ids=['flagCourse','flagContent'] where id='CONTENT_CURATION'; - - update sunbird.url_action set url=['/v1/course/publish'] where id='publishContent'; -update sunbird.url_action set url=['/v1/user/create'] where id='addMember'; - update sunbird.url_action set url=['v1/course/create'] where id='createCourse'; -update sunbird.url_action set url=['/v1/user/create'] where id='createUser'; - update sunbird.url_action set url=['/v1/course/publish'] where id='publishCourse'; -update sunbird.url_action set url=['/v1/organisation/update'] where id='updateOrg'; - -drop index inx_uorg_orgid; -ALTER TABLE sunbird.user_org DROP orgid; -ALTER TABLE sunbird.user_org ADD organisationid text; -ALTER TABLE sunbird.user_org ADD addedby text; -ALTER TABLE sunbird.user_org ADD addedbyname text; -CREATE INDEX inx_uorg_orgid ON sunbird.user_org (organisationid); - - -/* -creation of id= one way hash of (userId##courseId) here courseId is identifier of EkStep course -toc url is generated from ekStep -here status is (default(0),inProgress(1),completed(2)) -progress is no of content completed -*/ -CREATE TABLE IF NOT EXISTS sunbird.user_courses(id text, courseId text, courseName text, userId text, batchId text, enrolledDate text, -description text,tocUrl text,status int,active boolean,delta text,grade text,progress int,lastReadContentId text, -lastReadContentStatus int,addedBy text,courseLogoUrl text, dateTime timestamp, contentId text, PRIMARY KEY (id)); - -CREATE INDEX inx_ucs_userId ON sunbird.user_courses (userId); -CREATE INDEX inx_ucs_courseId ON sunbird.user_courses (courseId); -CREATE INDEX inx_ucs_batchId ON sunbird.user_courses (batchId); -CREATE INDEX inx_ucs_course_name ON sunbird.user_courses (courseName); -CREATE INDEX inx_ucs_status ON sunbird.user_courses (status); - -ALTER TABLE sunbird.user_external_identity DROP source; -ALTER TABLE sunbird.user_external_identity ADD provider text; -ALTER TABLE sunbird.user_external_identity ADD externalIdValue text; -DROP INDEX inx_uei_source; -CREATE INDEX inx_uei_provider ON sunbird.user_external_identity (provider); - -//changes 7 July 2017 updated organization table -ALTER TABLE sunbird.organisation ADD rootOrgID text; -ALTER TABLE sunbird.org_mapping ADD rootOrgID text; -CREATE TABLE IF NOT EXISTS sunbird.org_type(id text, name text, PRIMARY KEY (id)); -DROP INDEX sunbird.inx_org_status; -ALTER TABLE sunbird.organisation DROP status ; -ALTER TABLE sunbird.organisation ADD status text; - -CREATE INDEX inx_org_status ON sunbird.organisation (status); - -CREATE INDEX inx_u_loginId ON sunbird.user(loginId); - -ALTER TABLE sunbird.user_job_profile ADD isCurrentJob boolean; -ALTER TABLE sunbird.content_consumption ADD progress int; -ALTER TABLE sunbird.content_consumption DROP viewPosition; - -//changes on 12th july 2017 -ALTER TABLE sunbird.user_job_profile ADD isDeleted boolean; -ALTER TABLE sunbird.user_education ADD isDeleted boolean; -ALTER TABLE sunbird.address ADD isDeleted boolean; -ALTER TABLE sunbird.user_org ADD isDeleted boolean; -ALTER TABLE sunbird.user ADD profileSummary text; - -ALTER TABLE sunbird.organisation ADD source text; -ALTER TABLE sunbird.organisation ADD externalId text; - -//to export data from csv to cassandra table run below command(for page_section and page_management table) -// change the path of csv file -//COPY sunbird.page_management(id, appmap,createdby ,createddate ,name ,organisationid ,portalmap ,updatedby ,updateddate ) FROM '/tmp/cql/pageMgmt.csv'; - -//COPY sunbird.page_section(id, alt,createdby ,createddate ,description ,display ,imgurl ,name,searchquery , sectiondatatype ,status , updatedby ,updateddate) FROM '/tmp/cql/pageSection.csv'; - diff --git a/ansible/roles/cassandra/templates/cassandra.yaml.j2 b/ansible/roles/cassandra/templates/cassandra.yaml.j2 deleted file mode 100755 index 0192f9324f997cd20aade2d23d8e5ba11c5ec80c..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/cassandra.yaml.j2 +++ /dev/null @@ -1,176 +0,0 @@ -cluster_name: 'Test Cluster' -num_tokens: 256 -max_hint_window_in_ms: 10800000 # 3 hours -hinted_handoff_throttle_in_kb: 1024 -max_hints_delivery_threads: 2 -hints_flush_period_in_ms: 10000 -hints_directory: /var/lib/cassandra/hints -max_hints_file_size_in_mb: 128 -batchlog_replay_throttle_in_kb: 1024 -authenticator: AllowAllAuthenticator -authorizer: AllowAllAuthorizer -role_manager: CassandraRoleManager -roles_validity_in_ms: 2000 -permissions_validity_in_ms: 2000 -credentials_validity_in_ms: 2000 -partitioner: org.apache.cassandra.dht.Murmur3Partitioner -data_file_directories: - - /var/lib/cassandra/data -commitlog_directory: /var/lib/cassandra/commitlog -disk_failure_policy: stop -commit_failure_policy: stop -prepared_statements_cache_size_mb: -thrift_prepared_statements_cache_size_mb: -key_cache_size_in_mb: -key_cache_save_period: 14400 -row_cache_size_in_mb: 0 -row_cache_save_period: 0 -counter_cache_size_in_mb: -counter_cache_save_period: 7200 -saved_caches_directory: /var/lib/cassandra/saved_caches -commitlog_sync: periodic -commitlog_sync_period_in_ms: 10000 -commitlog_segment_size_in_mb: 32 -seed_provider: - # Addresses of hosts that are deemed contact points. - # Cassandra nodes use this list of hosts to find each other and learn - # the topology of the ring. You must change this if you are running - # multiple nodes! - - class_name: org.apache.cassandra.locator.SimpleSeedProvider - parameters: - # seeds is actually a comma-delimited list of addresses. - # Ex: "<ip1>,<ip2>,<ip3>" -{% if groups['cassandra-2'] is defined %} - - seeds: "{{groups['cassandra'][0]}},{{groups['cassandra'][1]}}" -{% else %} - - seeds: {{cassandra_seeds}} -{% endif %} -concurrent_reads: 32 -concurrent_writes: 32 -concurrent_counter_writes: 32 -concurrent_materialized_view_writes: 32 -memtable_allocation_type: heap_buffers -index_summary_capacity_in_mb: -index_summary_resize_interval_in_minutes: 60 -trickle_fsync: false -trickle_fsync_interval_in_kb: 10240 -storage_port: 7000 -ssl_storage_port: 7001 -{% if groups['cassandra-2'] is defined %} -listen_address: {{hostvars[inventory_hostname]['ansible_default_ipv4']['address']}} -broadcast_address: {{hostvars[inventory_hostname]['ansible_default_ipv4']['address']}} -broadcast_rpc_address: {{hostvars[inventory_hostname]['ansible_default_ipv4']['address']}} -{% else %} -listen_address: {{cassandra_listen_address}} -broadcast_address: {{cassandra_broadcast_address}} -broadcast_rpc_address: {{cassandra_broadcast_rpc_address}} -{% endif %} -listen_interface: {{cassandra_listen_interface}} -start_native_transport: true -native_transport_port: 9042 -start_rpc: false -rpc_address: {{cassandra_rpc_address}} -rpc_port: 9160 -rpc_keepalive: true -rpc_server_type: sync -thrift_framed_transport_size_in_mb: 15 -incremental_backups: false -snapshot_before_compaction: false -auto_snapshot: true -column_index_size_in_kb: 64 -column_index_cache_size_in_kb: 2 -compaction_throughput_mb_per_sec: 16 -sstable_preemptive_open_interval_in_mb: 50 -read_request_timeout_in_ms: 5000 -range_request_timeout_in_ms: 10000 -write_request_timeout_in_ms: 2000 -counter_write_request_timeout_in_ms: 5000 -cas_contention_timeout_in_ms: 1000 -truncate_request_timeout_in_ms: 60000 -request_timeout_in_ms: 10000 -cross_node_timeout: false -{% if groups['cassandra-2'] is defined %} -endpoint_snitch: GossipingPropertyFileSnitch -{% else %} -endpoint_snitch: SimpleSnitch -{% endif %} -dynamic_snitch_update_interval_in_ms: 100 -dynamic_snitch_reset_interval_in_ms: 600000 -dynamic_snitch_badness_threshold: 0.1 -request_scheduler: org.apache.cassandra.scheduler.NoScheduler -server_encryption_options: - internode_encryption: none - keystore: conf/.keystore - keystore_password: {{keystore_password}} - truststore: conf/.truststore - truststore_password: {{truststore_password}} - # More advanced defaults below: - # protocol: TLS - # algorithm: SunX509 - # store_type: JKS - # cipher_suites: [TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA] - # require_client_auth: false - # require_endpoint_verification: false - -# enable or disable client/server encryption. -client_encryption_options: - enabled: false - # If enabled and optional is set to true encrypted and unencrypted connections are handled. - optional: false - keystore: conf/.keystore - keystore_password: {{keystore_password}} - # require_client_auth: false - # Set trustore and truststore_password if require_client_auth is true - # truststore: conf/.truststore - # truststore_password: {{truststore_password}} - # More advanced defaults below: - # protocol: TLS - # algorithm: SunX509 - # store_type: JKS - # cipher_suites: [TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA] - -# internode_compression controls whether traffic between nodes is -# compressed. -# can be: all - all traffic is compressed -# dc - traffic between different datacenters is compressed -# none - nothing is compressed. -internode_compression: dc - -# Enable or disable tcp_nodelay for inter-dc communication. -# Disabling it will result in larger (but fewer) network packets being sent, -# reducing overhead from the TCP protocol itself, at the cost of increasing -# latency if you block for cross-datacenter responses. -inter_dc_tcp_nodelay: false - -tracetype_query_ttl: 86400 -tracetype_repair_ttl: 604800 -enable_user_defined_functions: false -enable_scripted_user_defined_functions: false -windows_timer_interval: 1 -transparent_data_encryption_options: - enabled: false - chunk_length_kb: 64 - cipher: AES/CBC/PKCS5Padding - key_alias: testing:1 - # CBC IV length for AES needs to be 16 bytes (which is also the default size) - # iv_length: 16 - key_provider: - - class_name: org.apache.cassandra.security.JKSKeyProvider - parameters: - - keystore: conf/.keystore - keystore_password: {{keystore_password}} - store_type: JCEKS - key_password: {{keystore_password}} - - -##################### -# SAFETY THRESHOLDS # -##################### - -tombstone_warn_threshold: 1000 -tombstone_failure_threshold: 100000 -batch_size_warn_threshold_in_kb: 5 -batch_size_fail_threshold_in_kb: 50 -unlogged_batch_across_partitions_warn_threshold: 10 -compaction_large_partition_warning_threshold_mb: 100 -gc_warn_threshold_in_ms: 1000 diff --git a/ansible/roles/cassandra/templates/cassandra_backup.j2 b/ansible/roles/cassandra/templates/cassandra_backup.j2 deleted file mode 100644 index 6069ddb21d83ae34f37fab642cabdbf05c9327a7..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/cassandra_backup.j2 +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/java/bin - -DATE=`date +%Y%m%d` - -SNAME="snapshot-$DATE" - -BACKUPDIRECTORY="/data/cassandra/backup/" - -if [ ! -d "$BACKUPDIRECTORY" ]; then - echo "Directory $BACKUPDIRECTORY not found, creating..." - mkdir $BACKUPDIRECTORY -fi - -if [ ! -d "$BACKUPDIRECTORY" ]; then - echo "Directory $BACKUPDIRECTORY not found, exit..." - exit -fi - -echo -echo "Snapshot name: $SNAME" -echo "Clear all snapshots" -nodetool -h 127.0.0.1 clearsnapshot - -cd $BACKUPDIRECTORY -pwd -rm -rf * - -echo "Taking snapshot" -nodetool -h 127.0.0.1 snapshot -t $SNAME -SFILES=`ls -1 -d /data/cassandra/data/*/*/snapshots/$SNAME` -for f in $SFILES -do - echo "Process snapshot $f" - TABLE=`echo $f | awk -F/ '{print $(NF-2)}'` - KEYSPACE=`echo $f | awk -F/ '{print $(NF-3)}'` - - if [ ! -d "$BACKUPDIRECTORY/$SNAME" ]; then - mkdir $BACKUPDIRECTORY/$SNAME - fi - - if [ ! -d "$BACKUPDIRECTORY/$SNAME/$KEYSPACE" ]; then - mkdir $BACKUPDIRECTORY/$SNAME/$KEYSPACE - fi - - mkdir $BACKUPDIRECTORY/$SNAME/$KEYSPACE/$TABLE - find $f -maxdepth 1 -type f -exec mv -t $BACKUPDIRECTORY/$SNAME/$KEYSPACE/$TABLE/ {} + -done -cd $BACKUPDIRECTORY -zip -r cassandra_backup_`date +%Y%m%d`.zip . -cd - -echo "Clear Incremental Backups" -SFILES=`ls -1 -d /data/cassandra/data/*/*/backups/` -for f in $SFILES -do - echo "Clear $f" - rm -f $f* -done \ No newline at end of file diff --git a/ansible/roles/cassandra/templates/nodetool.j2 b/ansible/roles/cassandra/templates/nodetool.j2 deleted file mode 100644 index e9e89d27a5d25163c2201e3d0e3ee2e376cb0f92..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/nodetool.j2 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -snapshot={{snapshot}} -for keyspace in sunbird -do - echo $keyspace - cd {{user_home}}/snapshot-$snapshot/$keyspace - for table in * - do - echo $table - table_name=`echo $table | cut -d "-" -f1` - nodetool refresh -- $keyspace $table_name - done -done \ No newline at end of file diff --git a/ansible/roles/cassandra/templates/pageMgmt.csv b/ansible/roles/cassandra/templates/pageMgmt.csv deleted file mode 100644 index e010f0fb409461f47f554da6b0e1bca2072fcce4..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/pageMgmt.csv +++ /dev/null @@ -1,6 +0,0 @@ -0122838911932661768,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 07:17:36:831+0000,Resource,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",, -01228382486252748821,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:03:29:672+0000,Course,,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",, -0122838909618585607,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 07:17:36:827+0000,Resource,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",, -01228394137835929612,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 08:54:56:574+0000,Resourcessss,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 09:01:26:990+0000 -01228382478150860822,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:03:29:679+0000,Course,,"[{\"id\":\"01228382278062080019\",\"index\":1,\"group\":1},{\"id\":\"01228382243946496017\",\"index\":1,\"group\":2}]",, -01228393775303884811,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",ad54e968-d52f-30a0-bdba-de182aab43b1,2017-07-08 08:54:56:572+0000,Resources,,"[{\"id\":\"01228383082462412826\",\"index\":1,\"group\":1},{\"id\":\"01228383384379392023\",\"index\":1,\"group\":2}]",, \ No newline at end of file diff --git a/ansible/roles/cassandra/templates/pageSection.csv b/ansible/roles/cassandra/templates/pageSection.csv deleted file mode 100644 index b10991659d0499cc81c5c01cfdb5b7913127476f..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/templates/pageSection.csv +++ /dev/null @@ -1,12 +0,0 @@ -01228383133972889627,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:10:20:043+0000,,"{\"name\":{\"en\":\"Popular Template\",\"hi\":\"????????\"}}",,Popular Template,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Template\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382966064742425,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:09:40:595+0000,,"{\"name\":{\"en\":\"Popular Worksheet\",\"hi\":\"????????\"}}",,Popular Worksheet,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Worksheet\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382278062080019,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:55:600+0000,,"{\"name\":{\"en\":\"Latest Courses\",\"hi\":\"????????\"}}",,Latest Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"lastPublishedOn\":\"desc\"},\"limit\":10}}",course,1,, -01228383082462412826,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:09:40:595+0000,,"{\"name\":{\"en\":\"Popular Worksheet\",\"hi\":\"????????\"}}",,Popular Worksheet,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Worksheet\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382897002905629,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:11:14:511+0000,,"{\"name\":{\"en\":\"Popular Simulation\",\"hi\":\"????????\"}}",,Popular Simulation,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Simulation\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382681137152020,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:55:601+0000,,"{\"name\":{\"en\":\"Latest Courses\",\"hi\":\"????????\"}}",,Latest Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"lastPublishedOn\":\"desc\"},\"limit\":10}}",course,1,, -01228382662997606424,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:08:56:272+0000,,"{\"name\":{\"en\":\"Popular Story\",\"hi\":\"????????\"}}",,Popular Story,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Story\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382337862041618,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:16:949+0000,,"{\"name\":{\"en\":\"Popular Courses\",\"hi\":\"????????\"}}",,Popular Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"name\":\"asc\"},\"limit\":10}}",course,1,, -01228383171081011228,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:10:20:049+0000,,"{\"name\":{\"en\":\"Popular Template\",\"hi\":\"????????\"}}",,Popular Template,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Template\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228382243946496017,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:00:16:949+0000,,"{\"name\":{\"en\":\"Popular Courses\",\"hi\":\"????????\"}}",,Popular Courses,"{\"request\":{\"filters\":{\"contentType\":[\"Course\"],\"objectType\":[\"Content\"],\"status\":[\"Live\"]},\"sort_by\":{\"name\":\"asc\"},\"limit\":10}}",course,1,, -01228383384379392023,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:08:56:272+0000,,"{\"name\":{\"en\":\"Popular Story\",\"hi\":\"????????\"}}",,Popular Story,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Story\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, -01228383260541747230,,490ed1d2-c69d-4cf0-a50c-f37e658c128d,2017-07-08 05:11:14:512+0000,,"{\"name\":{\"en\":\"Popular Simulation\",\"hi\":\"????????\"}}",,Popular Simulation,"{\"request\":{\"query\":\"\",\"filters\":{\"language\":[\"English\"],\"contentType\":[\"Simulation\"]},\"limit\":10,\"sort_by\":{\"lastUpdatedOn\":\"desc\"}}}",content,1,, \ No newline at end of file diff --git a/ansible/roles/cassandra/vars/main.yml b/ansible/roles/cassandra/vars/main.yml deleted file mode 100644 index 569e432c18babb4622e5d578ae44deb5173fe4fc..0000000000000000000000000000000000000000 --- a/ansible/roles/cassandra/vars/main.yml +++ /dev/null @@ -1 +0,0 @@ -cassandra_root_dir: '/etc/cassandra' \ No newline at end of file diff --git a/ansible/roles/cdn-upload/defaults/main.yml b/ansible/roles/cdn-upload/defaults/main.yml deleted file mode 100644 index 76dd374d1235efc679d0a414839cf12bb60a0222..0000000000000000000000000000000000000000 --- a/ansible/roles/cdn-upload/defaults/main.yml +++ /dev/null @@ -1,3 +0,0 @@ -player_cdn_container: -player_cdn_account: -assets: diff --git a/ansible/roles/cdn-upload/meta/main.yml b/ansible/roles/cdn-upload/meta/main.yml deleted file mode 100644 index 23b18a800a4645387a83ac0873b6f893d62c081d..0000000000000000000000000000000000000000 --- a/ansible/roles/cdn-upload/meta/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: - - azure-cli \ No newline at end of file diff --git a/ansible/roles/cdn-upload/tasks/main.yml b/ansible/roles/cdn-upload/tasks/main.yml deleted file mode 100755 index c4fe89b333b33ced32cb4f85b01376e015c78b42..0000000000000000000000000000000000000000 --- a/ansible/roles/cdn-upload/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -- name: Ensure azure blob storage container exists - command: az storage container create --name {{player_cdn_container}} - ignore_errors: true - environment: - AZURE_STORAGE_ACCOUNT: "{{player_cdn_account}}" - AZURE_STORAGE_KEY: "{{player_cdn_account_key}}" - -# Upload the assets created by the job to azure -- name: Upload to azure blob storage - command: az storage blob upload-batch -d {{player_cdn_container}} -s {{assets}} - environment: - AZURE_STORAGE_ACCOUNT: "{{player_cdn_account}}" - AZURE_STORAGE_KEY: "{{player_cdn_account_key}}" - async: 60 - poll: 10 - diff --git a/ansible/roles/changekey/defaults/main.yml b/ansible/roles/changekey/defaults/main.yml deleted file mode 100644 index 1529919bbf822f4a0d5b1216e347ca9c9e2dc98e..0000000000000000000000000000000000000000 --- a/ansible/roles/changekey/defaults/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -bootstrap_user_public_key: "" -bootstrap_user: -ssh_user: -ssh_private_file: -ssh_public_key: diff --git a/ansible/roles/changekey/tasks/main.yml b/ansible/roles/changekey/tasks/main.yml deleted file mode 100644 index 92253778dfc33dd6bc5006b9b5c534e0b21ac0a5..0000000000000000000000000000000000000000 --- a/ansible/roles/changekey/tasks/main.yml +++ /dev/null @@ -1,24 +0,0 @@ -- name: Create group "{{bootstrap_user}}" - group: name="{{bootstrap_user}}" state=present - -- name: Create user "{{bootstrap_user}}" - user: - name: "{{bootstrap_user}}" - comment: "{{bootstrap_user}}" - group: "{{bootstrap_user}}" - groups: sudo - shell: /bin/bash - -- name: Giving access to sudo without password - lineinfile: - path: /etc/sudoers - line: '{{bootstrap_user}} ALL=(ALL) NOPASSWD:ALL' - state: present - -- name: Remove existing authorized_keys from the "{{bootstrap_user}}" file and add a single key to its authorized_keys - become: yes - command: bash -lc "echo \"{{bootstrap_user_public_key}}\" > /home/{{bootstrap_user}}/.ssh/authorized_keys" - -- name: Remove existing authorized_keys from the "{{ssh_user}}" file and add a single key to its authorized_keys - become: yes - command: bash -lc "echo \"{{ssh_public_key}}\" > /home/{{ssh_user}}/.ssh/authorized_keys" diff --git a/ansible/roles/common/README.md b/ansible/roles/common/README.md deleted file mode 100644 index 225dd44b9fc5b3abff7e9c68ff9e91d505cdd5f0..0000000000000000000000000000000000000000 --- a/ansible/roles/common/README.md +++ /dev/null @@ -1,38 +0,0 @@ -Role Name -========= - -A brief description of the role goes here. - -Requirements ------------- - -Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. - -Role Variables --------------- - -A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well. - -Dependencies ------------- - -A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles. - -Example Playbook ----------------- - -Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: - - - hosts: servers - roles: - - { role: username.rolename, x: 42 } - -License -------- - -BSD - -Author Information ------------------- - -An optional section for the role authors to include contact information, or a website (HTML is not allowed). diff --git a/ansible/roles/common/defaults/main.yml b/ansible/roles/common/defaults/main.yml deleted file mode 100644 index 8f58cbe687196d7d06faf10418adb8ac65a51cf5..0000000000000000000000000000000000000000 --- a/ansible/roles/common/defaults/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -# defaults file for common -jenkins_host: diff --git a/ansible/roles/common/handlers/main.yml b/ansible/roles/common/handlers/main.yml deleted file mode 100644 index c6a8f0c7b91a9536b280b3d8a02f4002cee601b3..0000000000000000000000000000000000000000 --- a/ansible/roles/common/handlers/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -# handlers file for common \ No newline at end of file diff --git a/ansible/roles/common/meta/main.yml b/ansible/roles/common/meta/main.yml deleted file mode 100644 index 1964fc36c4d58f00e0e9937d3d0a888bf253795f..0000000000000000000000000000000000000000 --- a/ansible/roles/common/meta/main.yml +++ /dev/null @@ -1,56 +0,0 @@ -galaxy_info: - author: Rajesh Rajendran - company: Optit - - # If the issue tracker for your role is not on github, uncomment the - # next line and provide a value - # issue_tracker_url: http://example.com/issue/tracker - - # Some suggested licenses: - # - BSD (default) - # - MIT - # - GPLv2 - # - GPLv3 - # - Apache - # - CC-BY - license: license (GPLv2, CC-BY, etc) - - min_ansible_version: 1.2 - - # If this a Container Enabled role, provide the minimum Ansible Container version. - # min_ansible_container_version: - - # Optionally specify the branch Galaxy will use when accessing the GitHub - # repo for this role. During role install, if no tags are available, - # Galaxy will use this branch. During import Galaxy will access files on - # this branch. If Travis integration is configured, only notifications for this - # branch will be accepted. Otherwise, in all cases, the repo's default branch - # (usually master) will be used. - #github_branch: - - # - # platforms is a list of platforms, and each platform has a name and a list of versions. - # - # platforms: - # - name: Fedora - # versions: - # - all - # - 25 - # - name: SomePlatform - # versions: - # - all - # - 1.0 - # - 7 - # - 99.99 - - galaxy_tags: [] - # List tags for your role here, one per line. A tag is a keyword that describes - # and categorizes the role. Users find roles by searching for tags. Be sure to - # remove the '[]' above, if you add tags to this list. - # - # NOTE: A tag is limited to a single word comprised of alphanumeric characters. - # Maximum 20 tags per role. - -dependencies: [] - # List your role dependencies here, one per line. Be sure to remove the '[]' above, - # if you add dependencies to this list. diff --git a/ansible/roles/common/tasks/main.yml b/ansible/roles/common/tasks/main.yml deleted file mode 100644 index 91db93c9082c1b463238865a0b613bb208d07a86..0000000000000000000000000000000000000000 --- a/ansible/roles/common/tasks/main.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -- name: Installing common packages - apt: - name: "{{item}}" - state: latest - with_items: - - zip - - unzip - - curl - - python-pip -- name: Installing ansible - pip: - name: ansible - version: 2.3 -- name: configuring slave - shell: | - wget -q https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/swarm-client/3.3/swarm-client-3.3.jar - sudo nohup java -jar swarm-client-3.3.jar -username "{{jenkins_admin_username}}" -password "{{jenkins_admin_password}}" -master http://10.20.0.4:8080/jenkins/ -labels build-slave -executors 2 & - touch ~/vault_pass -- name: adding password - lineinfile: - path: ~/vault_pass - line: "{{vault_docker_hub}}" - state: present diff --git a/ansible/roles/common/tests/inventory b/ansible/roles/common/tests/inventory deleted file mode 100644 index 878877b0776c44f55fc4e458f70840f31da5bb01..0000000000000000000000000000000000000000 --- a/ansible/roles/common/tests/inventory +++ /dev/null @@ -1,2 +0,0 @@ -localhost - diff --git a/ansible/roles/common/tests/test.yml b/ansible/roles/common/tests/test.yml deleted file mode 100644 index 8d24282dae9c71c1d1c2783e27a39e14ecf89068..0000000000000000000000000000000000000000 --- a/ansible/roles/common/tests/test.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- hosts: localhost - remote_user: root - roles: - - common \ No newline at end of file diff --git a/ansible/roles/common/vars/main.yml b/ansible/roles/common/vars/main.yml deleted file mode 100644 index feaa92f9b64b5de2d1c31d15e97025e42a34a015..0000000000000000000000000000000000000000 --- a/ansible/roles/common/vars/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -# vars file for common \ No newline at end of file diff --git a/ansible/roles/createuser/tasks/main.yml b/ansible/roles/createuser/tasks/main.yml deleted file mode 100644 index da6a6f37ea23c4362951a9599548950ec93c3d57..0000000000000000000000000000000000000000 --- a/ansible/roles/createuser/tasks/main.yml +++ /dev/null @@ -1,15 +0,0 @@ -- name: Add group - group: name={{ group }} state=present - become: yes - -- name: Create user - become: yes - user: state=present name="{{ user }}" group="{{ group }}" groups=sudo shell=/bin/bash createhome=yes password="{{password}}" update_password=always - -- name: debug - become: yes - debug: var=public_key - -- name: Add ssh public key - authorized_key: user="{{ user }}" key="{{ public_key }}" - become: yes diff --git a/ansible/roles/curl_command/tasks/main.yml b/ansible/roles/curl_command/tasks/main.yml deleted file mode 100644 index 6e0107196caeb339f10e66b809df96cccd034e45..0000000000000000000000000000000000000000 --- a/ansible/roles/curl_command/tasks/main.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: Copy the templates - become: yes - template: src=curl_commands.j2 dest=/home/deployer/curl_commands.sh - -- name: Run the curl command - become: yes - shell: sh curl_commands.sh - args: - chdir: /home/deployer/ - diff --git a/ansible/roles/curl_command/templates/curl_commands.j2 b/ansible/roles/curl_command/templates/curl_commands.j2 deleted file mode 100755 index 9f84a0b5f34761277682fd48ca97095bbd389c5b..0000000000000000000000000000000000000000 --- a/ansible/roles/curl_command/templates/curl_commands.j2 +++ /dev/null @@ -1,271 +0,0 @@ -#!/bin/sh -set -e - -#Create User Partner -curl -X POST \ - https://{{curl_host}}/api//user/v1/create \ - -H 'authorization: Bearer {{kong__test_jwt}}' \ - -H 'cache-control: no-cache' \ - -H 'content-type: application/json' \ - -H 'ts: 2017-05-25 10:18:56:578+0530' \ - -H 'x-authenticated-userid: e9280b815c0e41972bf754e9409b66d778b8e11bb91844892869a1e828d7d2f2a' \ - -H 'x-consumer-id: X-Consumer-ID' \ - -H 'x-device-id: X-Device-ID' \ - -H 'x-msgid: 8e27cbf5-e299-43b0-bca7-8347f7e5abcf' \ - -d ' -{ - "params": { }, - "request":{ - "firstName": "apiuser868", - "lastName": "Kumar", - "password": "password", - "provider":"NTP", - "emailVerified": true, - "phoneVerified": true, - "email": "apiuse200@test.com", - "userName":"apiuser200", - "phone": "99000321212", - "gender": "male", - - "avatar": null, - "dob": "1992-10-12", - "language":["English","Hindi"], - "subject":["Physics","Math","English"], - "address": [ - { - "addType": "permanent", - "addressLine1": "212 winding hill dr", - "addressLine2": "Frazer town", - "city": "Bangalore", - "state": "Karnataka", - "zipCode": "560103" - } , - { - "addType": "permanent", - "addressLine1": "2121 winding hill dr", - "addressLine2": "Frazer town1", - "city": "Bangalore1", - "state": "Karnataka1", - "zipCode": "560135" - } - ], - "education": [ - { - "degree": "Bachelor of Science", - "yearOfPassing": 2012, - "percentage": 72.5, - "grade": "B", - "name": "MG College", - "boardOrUniversity": "Anna University", - "address":{ - "addressLine1": "2121 winding hill dr", - "addressLine2": "Frazer town1", - "city": "Bangalore1", - "state": "Karnataka1", - "zipCode": "560135" - } - }, - { - "degree": "Plus 2", - "yearOfPassing": 2009, - - "name": "Delhi Public School", - "boardOrUniversity": "CBSE", - "address":{ - "addressLine1": "2121 winding hill dr", - "addressLine2": "Frazer town1", - "city": "Bangalore1", - "state": "Karnataka1", - "zipCode": "560135" - } - } - ], - "jobProfile":[ - { - "jobName":"jobName", - "role":"teacher", - "joiningDate":"1992-10-12", - "endDate":"1992-10-12", - - "orgName":"AP ORG", - "subject":["Physics","Chemistry"], - - "address":{ - "addressLine1": "2121 winding hill dr", - "addressLine2": "Frazer town1", - "city": "Bangalore1", - "state": "Karnataka1", - "zipCode": "560135" - } - }, - { - "jobName":"jobName1", - "role":"teacher", - "joiningDate":"1992-10-12", - "endDate":"1992-10-12", - - "orgName":"AP ORG", - "subject":["Physics","Chemistry"], - - "address":{ - "addressLine1": "2121 winding hill dr", - "addressLine2": "Frazer town1", - "city": "Bangalore1", - "state": "Karnataka1", - "zipCode": "560135" - } - } - ] - } -}' - - -#GET User By Login ID -curl -X PATCH \ - https://{{curl_host}}/api//user/v1/update \ - -H 'accept: application/json' \ - -H 'authorization: Bearer {{kong__test_jwt}}' \ - -H 'cache-control: no-cache' \ - -H 'content-type: application/json' \ - -H 'ts: 2017-05-25 10:18:56:578+0530' \ - -H 'x-authenticated-userid: 7d086e8c-68ac-4aaa-8b91-d75ff922bae5' \ - -H 'x-consumer-id: 7c03ca2e78326957afbb098044a3f60783388d5cc731a37821a20d95ad497ca8' \ - -H 'x-device-id: X-Device-ID' \ - -H 'x-msgid: 8e27cbf5-e299-43b0-bca7-8347f7e5abcf' \ - -d '{ -"id":"unique API ID", -"ts":"2013/10/15 16:16:39", - "params": { - - }, -"request":{ -"lastName":"test100", -"gender":"female", -"phoneVerified":true, -"emailVerified":true, -"userName":"apiuser301", -"provider": "Sunbird", -"userId":"b882c5a2-96f2-43be-8ec3-d424ab7e62fb", -"firstName": "apiuser862", -"phone": "99000321212", -"dob": "1992-10-12" -} -}' - -#Create Organization -curl -X POST \ - https://{{curl_host}}/api//api/org/v1/create \ - -H 'accept: application/json' \ - -H 'authorization: Bearer {{kong__test_jwt}}' \ - -H 'cache-control: no-cache' \ - -H 'content-type: application/json' \ - -H 'ts: 2017-05-25 10:18:56:578+0530' \ - -H 'x-authenticated-userid: e9280b815c0e41972bf754e9409b66d778b8e11bb91844892869a1e828d7d2f2a' \ - -H 'x-consumer-id: X-Consumer-ID' \ - -H 'x-device-id: X-Device-ID' \ - -H 'x-msgid: 8e27cbf5-e299-43b0-bca7-8347f7e5abcf' \ - -d ' -{ - "params": { }, - "request":{ - "orgName": "Genie Ltd", - "description":"Genie Ltd1", - "orgType":"Training", - "preferredLanguage":"English", - "orgCode":"ABCL", - "isRootOrg":false, - "address":{ - "city":"abc", - "state":"TN", - "country":"India", - "zipCode":"45678" - - - - - } - } -}' - - -#GET Organization -curl -X POST \ - https://{{curl_host}}/api//api/org/v1/read \ - -H 'accept: application/json' \ - -H 'authorization: Bearer {{kong__test_jwt}}' \ - -H 'cache-control: no-cache' \ - -H 'content-type: application/json' \ - -H 'ts: 2017-05-25 10:18:56:578+0530' \ - -H 'x-authenticated-userid: e9280b815c0e41972bf754e9409b66d778b8e11bb91844892869a1e828d7d2f2a' \ - -H 'x-consumer-id: X-Consumer-ID' \ - -H 'x-device-id: X-Device-ID' \ - -H 'x-msgid: 8e27cbf5-e299-43b0-bca7-8347f7e5abcf' \ - -d '{ - "params": { }, - "request":{ - "organisationId": "012327352153448448232" - - - } -}' - -#Update User Info -curl -X PATCH \ - https://{{curl_host}}/user/v1/update \ - -H 'accept: application/json' \ - -H 'authorization: Bearer {{kong__test_jwt}}' \ - -H 'cache-control: no-cache' \ - -H 'content-type: application/json' \ - -H 'ts: 2017-05-25 10:18:56:578+0530' \ - -H 'x-authenticated-userid: 7d086e8c-68ac-4aaa-8b91-d75ff922bae5' \ - -H 'x-consumer-id: 7c03ca2e78326957afbb098044a3f60783388d5cc731a37821a20d95ad497ca8' \ - -H 'x-device-id: X-Device-ID' \ - -H 'x-msgid: 8e27cbf5-e299-43b0-bca7-8347f7e5abcf' \ - -d '{ -"id":"unique API ID", -"ts":"2013/10/15 16:16:39", - "params": { - - }, -"request":{ -"lastName":"test100", -"gender":"female", -"phoneVerified":true, -"emailVerified":true, -"userName":"apiuser301", -"provider": "Sunbird", -"userId":"b882c5a2-96f2-43be-8ec3-d424ab7e62fb", -"firstName": "apiuser862", -"phone": "99000321212", -"dob": "1992-10-12" -} -}' - -#Add Member to Org -curl -X POST \ - https://{{curl_host}}/api/org/v1/member/add \ - -H 'accept: application/json' \ - -H 'authorization: Bearer {{kong__test_jwt}}' \ - -H 'cache-control: no-cache' \ - -H 'content-type: application/json' \ - -H 'ts: 2017-05-25 10:18:56:578+0530' \ - -H 'x-authenticated-userid: e9280b815c0e41972bf754e9409b66d778b8e11bb91844892869a1e828d7d2f2a' \ - -H 'x-consumer-id: X-Consumer-ID' \ - -H 'x-device-id: X-Device-ID' \ - -H 'x-msgid: 8e27cbf5-e299-43b0-bca7-8347f7e5abcf' \ - -d ' { -"id":"unique API ID", -"ts":"2013/10/15 16:16:39", - "params": { - - }, - "request":{ - "userName":"ntp_prod_9806", - "provider":"NTP", - "organisationId":"01231499296775372835", - "roles": ["CONTENT_CREATOR", "CONTENT_REVIEWER"] - - } -}' - - diff --git a/ansible/roles/curl_es_command/tasks/main.yml b/ansible/roles/curl_es_command/tasks/main.yml deleted file mode 100644 index f539b182c5519dad3787973c77d19b5c84bef118..0000000000000000000000000000000000000000 --- a/ansible/roles/curl_es_command/tasks/main.yml +++ /dev/null @@ -1,12 +0,0 @@ -- name: Copy the templates - become: yes - template: src=curl_commands.j2 dest=/tmp/curl_commands.sh mode=755 - run_once: true - -- name: Run the curl command - become: yes - shell: sh curl_commands.sh - args: - chdir: /tmp/ - run_once: true - no_log: false diff --git a/ansible/roles/curl_es_command/templates/curl_commands.j2 b/ansible/roles/curl_es_command/templates/curl_commands.j2 deleted file mode 100755 index d0de39f1f270f8aa34bf91bf9a062f7217001e8a..0000000000000000000000000000000000000000 --- a/ansible/roles/curl_es_command/templates/curl_commands.j2 +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/sh - - - -curl -XPUT '{{sunbird_es_host}}:9200/searchindex?pretty' -H 'Content-Type: application/json' -d' -{ - "settings" : {"analysis": {"analyzer": {"cs_index_analyzer": {"type": "custom","tokenizer": "standard","filter": ["lowercase","mynGram"]},"cs_search_analyzer": {"type": "custom","tokenizer": "standard","filter": ["lowercase","standard"]},"keylower": {"type": "custom","tokenizer": "keyword","filter": "lowercase"}},"filter": {"mynGram": {"type": "ngram","min_gram": 1,"max_gram": 20,"token_chars": ["letter", "digit","whitespace","punctuation","symbol"]} }}} -}' - -curl -XPUT '{{sunbird_es_host}}:9200/searchindex/user/_mapping?pretty' -H 'Content-Type: application/json' -d' -{ - "user" : { "dynamic_templates": [ {"longs": {"match_mapping_type": "long", "mapping": {"type": "long", "fields": { "raw": {"type": "long" } }}}},{"booleans": {"match_mapping_type": "boolean", "mapping": {"type": "boolean", "fields": { "raw": { "type": "boolean" }} }}},{"doubles": {"match_mapping_type": "double","mapping": {"type": "double","fields":{"raw": { "type": "double" } }}}},{ "dates": {"match_mapping_type": "date", "mapping": { "type": "date","fields": {"raw": { "type": "date" } } }}},{"strings": {"match_mapping_type": "string","mapping": {"type": "text","fielddata": true,"copy_to": "all_fields","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": {"raw": {"type": "text","fielddata": true,"analyzer": "keylower"}}}}}],"properties": {"all_fields": {"type": "text","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": { "raw": { "type": "text","analyzer": "keylower" } }} }} -}' - -curl -XPUT '{{sunbird_es_host}}:9200/searchindex/org/_mapping?pretty' -H 'Content-Type: application/json' -d' -{ - "org" : { "dynamic_templates": [ {"longs": {"match_mapping_type": "long", "mapping": {"type": "long", "fields": { "raw": {"type": "long" } }}}},{"booleans": {"match_mapping_type": "boolean", "mapping": {"type": "boolean", "fields": { "raw": { "type": "boolean" }} }}},{"doubles": {"match_mapping_type": "double","mapping": {"type": "double","fields":{"raw": { "type": "double" } }}}},{ "dates": {"match_mapping_type": "date", "mapping": { "type": "date","fields": {"raw": { "type": "date" } } }}},{"strings": {"match_mapping_type": "string","mapping": {"type": "text","fielddata": true,"copy_to": "all_fields","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": {"raw": {"type": "text","fielddata": true,"analyzer": "keylower"}}}}}],"properties": {"all_fields": {"type": "text","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": { "raw": { "type": "text","analyzer": "keylower" } }} }} -}' - -curl -XPUT '{{sunbird_es_host}}:9200/searchindex/course/_mapping?pretty' -H 'Content-Type: application/json' -d' -{ - "course" : { "dynamic_templates": [ {"longs": {"match_mapping_type": "long", "mapping": {"type": "long", "fields": { "raw": {"type": "long" } }}}},{"booleans": {"match_mapping_type": "boolean", "mapping": {"type": "boolean", "fields": { "raw": { "type": "boolean" }} }}},{"doubles": {"match_mapping_type": "double","mapping": {"type": "double","fields":{"raw": { "type": "double" } }}}},{ "dates": {"match_mapping_type": "date", "mapping": { "type": "date","fields": {"raw": { "type": "date" } } }}},{"strings": {"match_mapping_type": "string","mapping": {"type": "text","fielddata": true,"copy_to": "all_fields","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": {"raw": {"type": "text","fielddata": true,"analyzer": "keylower"}}}}}],"properties": {"all_fields": {"type": "text","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": { "raw": { "type": "text","analyzer": "keylower" } }} }} -}' - -curl -XPUT '{{sunbird_es_host}}:9200/searchindex/usercourses/_mapping?pretty' -H 'Content-Type: application/json' -d' -{ - "usercourses" : { "dynamic_templates": [ {"longs": {"match_mapping_type": "long", "mapping": {"type": "long", "fields": { "raw": {"type": "long" } }}}},{"booleans": {"match_mapping_type": "boolean", "mapping": {"type": "boolean", "fields": { "raw": { "type": "boolean" }} }}},{"doubles": {"match_mapping_type": "double","mapping": {"type": "double","fields":{"raw": { "type": "double" } }}}},{ "dates": {"match_mapping_type": "date", "mapping": { "type": "date","fields": {"raw": { "type": "date" } } }}},{"strings": {"match_mapping_type": "string","mapping": {"type": "text","fielddata": true,"copy_to": "all_fields","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": {"raw": {"type": "text","fielddata": true,"analyzer": "keylower"}}}}}],"properties": {"all_fields": {"type": "text","analyzer": "cs_index_analyzer","search_analyzer": "cs_search_analyzer","fields": { "raw": { "type": "text","analyzer": "keylower" } }} }} -}' - -curl -XPUT '{{sunbird_es_host}}:9200/searchindex/cbatch/_mapping?pretty' \ - -H 'content-type: application/json' \ - -d '{"dynamic":false,"properties":{"all_fields":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower"}},"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer"},"countDecrementDate":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"countDecrementStatus":{"type":"boolean","fields":{"raw":{"type":"boolean"}}},"countIncrementDate":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"countIncrementStatus":{"type":"boolean","fields":{"raw":{"type":"boolean"}}},"courseCreator":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"courseId":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"batchId":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"createdBy":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"createdDate":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"createdFor":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"description":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"endDate":{"type":"date","fields":{"raw":{"type":"date"}}},"enrollmentType":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"hashTagId":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"id":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"identifier":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"mentors":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"name":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true},"startDate":{"type":"date","fields":{"raw":{"type":"date"}}},"status":{"type":"long","fields":{"raw":{"type":"long"}}},"updatedDate":{"type":"text","fields":{"raw":{"type":"text","analyzer":"keylower","fielddata":true}},"copy_to":["all_fields"],"analyzer":"cs_index_analyzer","search_analyzer":"cs_search_analyzer","fielddata":true}}}' - diff --git a/ansible/roles/db-dumps/defaults/main.yml b/ansible/roles/db-dumps/defaults/main.yml deleted file mode 100644 index cf4f99a4355bb4960168e7739ef87f17dd8a31bc..0000000000000000000000000000000000000000 --- a/ansible/roles/db-dumps/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ -cql_output_root_dir: /tmp/cql -csv_output_root_dir: "{{cql_output_root_dir}}/csv" -cqls: - - sunbird_orgs - - sunbird_user_orgs - - sunbird_users \ No newline at end of file diff --git a/ansible/roles/db-dumps/tasks/main.yml b/ansible/roles/db-dumps/tasks/main.yml deleted file mode 100644 index 509c8af9e5840b1a43c976d301b0bb63543bc301..0000000000000000000000000000000000000000 --- a/ansible/roles/db-dumps/tasks/main.yml +++ /dev/null @@ -1,33 +0,0 @@ -- name: Clean artifact path - file: - state: absent - path: "{{ cql_output_root_dir }}" - -- name: Clean artifact path - file: - state: absent - path: "{{ csv_output_root_dir }}" - -- name: Ensure CQL directory exists - file: - path: "{{ cql_output_root_dir }}" - state: directory - -- name: Ensure CSV directory exists - file: - path: "{{ csv_output_root_dir }}" - state: directory - -- name: Save CQL - template: src="{{ item }}.cql" dest="/tmp/cql/{{ item }}.cql" - with_items: "{{ cqls }}" - -- shell: 'cqlsh --debug -f /tmp/cql/{{ item }}.cql' - with_items: "{{ cqls }}" - -- fetch: - src: "{{ csv_output_root_dir }}/{{ item }}.csv" - dest: ./ - fail_on_missing: yes - flat: yes - with_items: "{{ cqls }}" \ No newline at end of file diff --git a/ansible/roles/db-dumps/templates/sunbird_orgs.cql b/ansible/roles/db-dumps/templates/sunbird_orgs.cql deleted file mode 100644 index 64bd40c7caa3bc0aeb0a6d047154ad56aaefdb84..0000000000000000000000000000000000000000 --- a/ansible/roles/db-dumps/templates/sunbird_orgs.cql +++ /dev/null @@ -1 +0,0 @@ -copy sunbird.organisation(id,orgname,provider,externalid,isrootorg,createddate) to '{{csv_output_root_dir}}/{{item}}.csv' with HEADER=true; diff --git a/ansible/roles/db-dumps/templates/sunbird_user_orgs.cql b/ansible/roles/db-dumps/templates/sunbird_user_orgs.cql deleted file mode 100644 index f8a313d8fd15f2fa4a7c18fe60562c1a60eae103..0000000000000000000000000000000000000000 --- a/ansible/roles/db-dumps/templates/sunbird_user_orgs.cql +++ /dev/null @@ -1 +0,0 @@ -copy sunbird.user_org(organisationid,userid,orgjoindate,roles) to '{{csv_output_root_dir}}/{{item}}.csv' with HEADER=true; \ No newline at end of file diff --git a/ansible/roles/db-dumps/templates/sunbird_users.cql b/ansible/roles/db-dumps/templates/sunbird_users.cql deleted file mode 100644 index b1fa2c6f1faeee8add88a2214d58d8212510c3f6..0000000000000000000000000000000000000000 --- a/ansible/roles/db-dumps/templates/sunbird_users.cql +++ /dev/null @@ -1 +0,0 @@ -copy sunbird.user(id,rootorgid,channel,username,email,createddate) to '{{csv_output_root_dir}}/{{item}}.csv' with HEADER=true; diff --git a/ansible/roles/deploy-ml-workbench/tasks/main.yml b/ansible/roles/deploy-ml-workbench/tasks/main.yml deleted file mode 100644 index f72d71289b79657b5b9bcbef25439064a5f8e729..0000000000000000000000000000000000000000 --- a/ansible/roles/deploy-ml-workbench/tasks/main.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Remove ml-workbench if already exists else ignore error - shell: "docker service rm ml-workbench" - ignore_errors: yes - -- name: Deploy ml-workbench - shell: "docker service create --with-registry-auth -p 1111:1111 --name ml-workbench --hostname ml-workbench --network {{subnet_name}} {{hub_org}}/{{image_name}}:{{image_tag}}" diff --git a/ansible/roles/docker-ce/README.md b/ansible/roles/docker-ce/README.md deleted file mode 100644 index 225dd44b9fc5b3abff7e9c68ff9e91d505cdd5f0..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/README.md +++ /dev/null @@ -1,38 +0,0 @@ -Role Name -========= - -A brief description of the role goes here. - -Requirements ------------- - -Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required. - -Role Variables --------------- - -A description of the settable variables for this role should go here, including any variables that are in defaults/main.yml, vars/main.yml, and any variables that can/should be set via parameters to the role. Any variables that are read from other roles and/or the global scope (ie. hostvars, group vars, etc.) should be mentioned here as well. - -Dependencies ------------- - -A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles. - -Example Playbook ----------------- - -Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: - - - hosts: servers - roles: - - { role: username.rolename, x: 42 } - -License -------- - -BSD - -Author Information ------------------- - -An optional section for the role authors to include contact information, or a website (HTML is not allowed). diff --git a/ansible/roles/docker-ce/defaults/main.yml b/ansible/roles/docker-ce/defaults/main.yml deleted file mode 100644 index 7c5e6a552a0b543ef8ad1d94866ac6865a296ea1..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/defaults/main.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -# defaults file for docker-ce -docker_version: "18.03.1*" - diff --git a/ansible/roles/docker-ce/handlers/main.yml b/ansible/roles/docker-ce/handlers/main.yml deleted file mode 100644 index 6f7034c09588b84c501bf77cb874227625c42349..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/handlers/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: restart docker - service: - name: docker - state: restarted - become: true diff --git a/ansible/roles/docker-ce/meta/main.yml b/ansible/roles/docker-ce/meta/main.yml deleted file mode 100644 index 14dab648e86895e6ee4df8f6cede5d0872dec52c..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/meta/main.yml +++ /dev/null @@ -1,56 +0,0 @@ -galaxy_info: - author: Rajesh Rajendran - company: OptIt - - # If the issue tracker for your role is not on github, uncomment the - # next line and provide a value - # issue_tracker_url: http://example.com/issue/tracker - - # Some suggested licenses: - # - BSD (default) - # - MIT - # - GPLv2 - # - GPLv3 - # - Apache - # - CC-BY - license: license (GPLv2, CC-BY, etc) - - min_ansible_version: 1.2 - - # If this a Container Enabled role, provide the minimum Ansible Container version. - # min_ansible_container_version: - - # Optionally specify the branch Galaxy will use when accessing the GitHub - # repo for this role. During role install, if no tags are available, - # Galaxy will use this branch. During import Galaxy will access files on - # this branch. If Travis integration is configured, only notifications for this - # branch will be accepted. Otherwise, in all cases, the repo's default branch - # (usually master) will be used. - #github_branch: - - # - # platforms is a list of platforms, and each platform has a name and a list of versions. - # - # platforms: - # - name: Fedora - # versions: - # - all - # - 25 - # - name: SomePlatform - # versions: - # - all - # - 1.0 - # - 7 - # - 99.99 - - galaxy_tags: [] - # List tags for your role here, one per line. A tag is a keyword that describes - # and categorizes the role. Users find roles by searching for tags. Be sure to - # remove the '[]' above, if you add tags to this list. - # - # NOTE: A tag is limited to a single word comprised of alphanumeric characters. - # Maximum 20 tags per role. - -dependencies: [] - # List your role dependencies here, one per line. Be sure to remove the '[]' above, - # if you add dependencies to this list. diff --git a/ansible/roles/docker-ce/tasks/apt.yml b/ansible/roles/docker-ce/tasks/apt.yml deleted file mode 100644 index 5c62e8991e37e0d97225eb7c9e44c760b7ef3069..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/tasks/apt.yml +++ /dev/null @@ -1,47 +0,0 @@ ---- -#- name: Remove previous version -# apt: -# name: "{{ item }}" -# state: removed -# force: yes -# update_cache: yes -# cache_valid_time: 3600 -# with_items: -# - docker -# - docker-engine -# - docker.io -# become: true - -- name: Determine revision - shell: "echo -n `uname -r`" - register: revision - -- name: Determine release - shell: lsb_release -a 2>/dev/null | grep Codename | awk '{printf("%s"), $2}' - register: release - -- name: Install dependencies for Ubuntu - apt: - name: '{{ item }}' - state: installed - force: yes - update_cache: yes - cache_valid_time: 3600 - with_items: - - apt-transport-https - - ca-certificates - - curl - - software-properties-common - - linux-image-extra-virtual - become: true - -- name: Add key - raw: curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - - -- name: Add docker repository - become: true - lineinfile: - line: "deb [arch=amd64] https://download.docker.com/linux/ubuntu {{ release.stdout }} stable" - dest: /etc/apt/sources.list.d/docker.list - state: present - create: yes diff --git a/ansible/roles/docker-ce/tasks/main.yml b/ansible/roles/docker-ce/tasks/main.yml deleted file mode 100644 index 2e4fd91b4a6cf4bdf5dc5d5d0c6b2445481eedb8..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/tasks/main.yml +++ /dev/null @@ -1,14 +0,0 @@ -- name: Including apt - include: apt.yml - -- name: Install docker-ce APT - apt: - name: "{{ item }}={{docker_version}}" - state: installed - force: yes - update_cache: yes - cache_valid_time: 0 - with_items: - - docker-ce - become: true - notify: restart docker diff --git a/ansible/roles/docker-ce/tests/inventory b/ansible/roles/docker-ce/tests/inventory deleted file mode 100644 index 878877b0776c44f55fc4e458f70840f31da5bb01..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/tests/inventory +++ /dev/null @@ -1,2 +0,0 @@ -localhost - diff --git a/ansible/roles/docker-ce/tests/test.yml b/ansible/roles/docker-ce/tests/test.yml deleted file mode 100644 index 67ddb806712bec366093e7809c0c0a7a9104cdd8..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/tests/test.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- hosts: localhost - remote_user: root - roles: - - docker-ce \ No newline at end of file diff --git a/ansible/roles/docker-ce/vars/main.yml b/ansible/roles/docker-ce/vars/main.yml deleted file mode 100644 index 33e91e8d5e112ada21a1d0ca4cf8e6fe66ed9c96..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-ce/vars/main.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -# vars file for docker-ce \ No newline at end of file diff --git a/ansible/roles/docker-swarm-manager/handlers/main.yml b/ansible/roles/docker-swarm-manager/handlers/main.yml deleted file mode 100644 index 1a444af22bc8502dd3487abd08dda0215aa3d4de..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-swarm-manager/handlers/main.yml +++ /dev/null @@ -1,8 +0,0 @@ -# According to http://docs.ansible.com/ansible/latest/glossary.html#notify -# Handlers are run in the order they are listed, not in the order that they are notified. -# Don't change the order here -- name: reload daemon - command: systemctl daemon-reload - -- name: restart docker - service: name=docker state=restarted \ No newline at end of file diff --git a/ansible/roles/docker-swarm-manager/tasks/main.yml b/ansible/roles/docker-swarm-manager/tasks/main.yml deleted file mode 100644 index 6343dd92d0bbe3c102f53c344abe85f2ff8f33e8..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-swarm-manager/tasks/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -- name: Save docker service config - template: src=docker-service-override.conf dest=/etc/systemd/system/docker.service.d/override.conf - notify: - - reload daemon - - restart docker \ No newline at end of file diff --git a/ansible/roles/docker-swarm-manager/templates/docker-service-override.conf b/ansible/roles/docker-swarm-manager/templates/docker-service-override.conf deleted file mode 100644 index 4b260acbfc1cde70b836cce4f80f31a77a76c0e7..0000000000000000000000000000000000000000 --- a/ansible/roles/docker-swarm-manager/templates/docker-service-override.conf +++ /dev/null @@ -1,3 +0,0 @@ -[Service] - ExecStart= - ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock --experimental --metrics-addr=0.0.0.0:2393 \ No newline at end of file diff --git a/ansible/roles/elasticsearch/README.md b/ansible/roles/elasticsearch/README.md deleted file mode 100755 index 0e43fa7c4c9cebfff022f60258b5df601e9dc3bf..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/README.md +++ /dev/null @@ -1,413 +0,0 @@ -# ansible-elasticsearch -[](https://galaxy.ansible.com/elastic/elasticsearch/) - -**THIS ROLE IS FOR 5.x. FOR 2.x SUPPORT PLEASE USE THE 2.x BRANCH.** - -Ansible role for 5.x Elasticsearch. Currently this works on Debian and RedHat based linux systems. Tested platforms are: - -* Ubuntu 14.04/16.04 -* Debian 8 -* Centos 7 - -The latest Elasticsearch versions of 5.x are actively tested. **Only Ansible versions > 2.2.0 are supported.** - -## Usage - -Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook, e.g. - -e.g. - -``` -cd /my/repos/ -git clone git@github.com:elastic/ansible-elasticsearch.git -cd /my/ansible/playbook -mkdir -p roles -ln -s /my/repos/ansible-elasticsearch ./roles/elasticsearch -``` - -Then create your playbook yaml adding the role elasticsearch. By default, the user is only required to specify a unique es_instance_name per role application. This should be unique per node. -The application of the elasticsearch role results in the installation of a node on a host. - -The simplest configuration therefore consists of: - -``` ---- -- name: Simple Example - hosts: localhost - roles: - - { role: elasticsearch, es_instance_name: "node1" } - vars: -``` - -The above installs a single node 'node1' on the hosts 'localhost'. - -This role also uses [Ansible tags](http://docs.ansible.com/ansible/playbooks_tags.html). Run your playbook with the `--list-tasks` flag for more information. - -### Basic Elasticsearch Configuration - -All Elasticsearch configuration parameters are supported. This is achieved using a configuration map parameter 'es_config' which is serialized into the elasticsearch.yml file. -The use of a map ensures the Ansible playbook does not need to be updated to reflect new/deprecated/plugin configuration parameters. - -In addition to the es_config map, several other parameters are supported for additional functions e.g. script installation. These can be found in the role's defaults/main.yml file. - -The following illustrates applying configuration parameters to an Elasticsearch instance. By default, Elasticsearch 5.1.2is installed. - -``` -- name: Elasticsearch with custom configuration - hosts: localhost - roles: - #expand to all available parameters - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: "/opt/elasticsearch/data", es_log_dir: "/opt/elasticsearch/logs", - es_config: { - node.name: "node1", - cluster.name: "custom-cluster", - discovery.zen.ping.unicast.hosts: "localhost:9301", - http.port: 9201, - transport.tcp.port: 9301, - node.data: false, - node.master: true, - bootstrap.memory_lock: true, - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_heap_size: 1g - es_api_port:9201 -``` -` -The role utilises Elasticsearch version defaults. The following should be set to ensure a successful cluster forms. - -* ```es_config['http.port']``` - the http port for the node -* ```es_config['transport.tcp.port']``` - the transport port for the node -* ```es_config['discovery.zen.ping.unicast.hosts']``` - the unicast discovery list, in the comma separated format ```"<host>:<port>,<host>:<port>"``` (typically the clusters dedicated masters) -* ```es_config['network.host']``` - sets both network.bind_host and network.publish_host to the same host value. The network.bind_host setting allows to control the host different network components will bind on. - -The network.publish_host setting allows to control the host the node will publish itself within the cluster so other nodes will be able to connect to it. - -See https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html for further details on default binding behaviour and available options. -The role makes no attempt to enforce the setting of these are requires users to specify them appropriately. IT is recommended master nodes are listed and thus deployed first where possible. - -A more complex example: - -``` ---- -- name: Elasticsearch with custom configuration - hosts: localhost - roles: - #expand to all available parameters - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: "/opt/elasticsearch/data", es_log_dir: "/opt/elasticsearch/logs", - es_config: { - node.name: "node1", - cluster.name: "custom-cluster", - discovery.zen.ping.unicast.hosts: "localhost:9301", - http.port: 9201, - transport.tcp.port: 9301, - node.data: false, - node.master: true, - bootstrap.memory_lock: true, - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_heap_size: 1g - es_scripts: false - es_templates: false - es_version_lock: false - es_start_service: false - es_plugins_reinstall: false - es_api_port:9201 - es_plugins: - - plugin: ingest-geoip - proxy_host: proxy_example.com - proxy_port: 8080 -``` - -#### Important Note - -**The role uses es_api_host and es_api_port to communicate with the node for actions only achievable via http e.g. to install templates and to check the NODE IS ACTIVE. These default to "localhost" and 9200 respectively. -If the node is deployed to bind on either a different host or port, these must be changed.** - -### Multi Node Server Installations - -The application of the elasticsearch role results in the installation of a node on a host. Specifying the role multiple times for a host therefore results in the installation of multiple nodes for the host. - -An example of a two server deployment is shown below. The first server holds the master and is thus declared first. Whilst not mandatory, this is recommended in any multi node cluster configuration. The second server hosts two data nodes. - -**Note the structure of the below playbook for the data nodes. Whilst a more succinct structures are possible which allow the same role to be applied to a host multiple times, we have found the below structure to be the most reliable with respect to var behaviour. This is the tested approach.** - -``` -- hosts: master_nodes - roles: - - { role: elasticsearch, es_instance_name: "node1", es_heap_size: "1g", - es_config: { - cluster.name: "test-cluster", - discovery.zen.ping.unicast.hosts: "elastic02:9300", - http.port: 9200, - transport.tcp.port: 9300, - node.data: false, - node.master: true, - bootstrap.memory_lock: false, - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - ansible_user: ansible - es_plugins: - - plugin: ingest-geoip - - - -- hosts: data_nodes - roles: - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: "/opt/elasticsearch", - es_config: { - discovery.zen.ping.unicast.hosts: "elastic02:9300", - http.port: 9200, - transport.tcp.port: 9300, - node.data: true, - node.master: false, - bootstrap.memory_lock: false, - cluster.name: "test-cluster" - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - ansible_user: ansible - es_api_port: 9200 - es_plugins: - - plugin: ingest-geoip - - -- hosts: data_nodes - roles: - - { role: elasticsearch, es_instance_name: "node2", es_api_port:9201, - es_config: { - discovery.zen.ping.unicast.hosts: "elastic02:9300", - http.port: 9201, - transport.tcp.port: 9301, - node.data: true, - node.master: false, - bootstrap.memory_lock: false, - cluster.name: "test-cluster", - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_api_port: 9201 - ansible_user: ansible - es_plugins: - - plugin: ingest-geoip - -``` - -Parameters can additionally be assigned to hosts using the inventory file if desired. - -Make sure your hosts are defined in your ```inventory``` file with the appropriate ```ansible_ssh_host```, ```ansible_ssh_user``` and ```ansible_ssh_private_key_file``` values. - -Then run it: - -``` -ansible-playbook -i hosts ./your-playbook.yml -``` - -### Installing X-Pack Features - -X-Pack features, such as Security, are supported. This feature is currently experimental. To enable X-Pack set the parameter `es_enable_xpack` to true and list the required features in the parameter `es_xpack_features`. - -The parameter `es_xpack_features` by default enables all features i.e. it defaults to ["alerting","monitoring","graph","security"] - -The following additional parameters allow X-Pack to be configured: - -* ```es_message_auth_file``` System Key field to allow message authentication. This file should be placed in the 'files' directory. -* ```es_role_mapping``` Role mappings file declared as yml as described [here](https://www.elastic.co/guide/en/x-pack/current/mapping-roles.html) - -``` -es_role_mapping: - power_user: - - "cn=admins,dc=example,dc=com" - user: - - "cn=users,dc=example,dc=com" - - "cn=admins,dc=example,dc=com" -``` - -* ```es_users``` - Users can be declared here as yml. Two sub keys 'native' and 'file' determine the realm under which realm the user is created. Beneath each of these keys users should be declared as yml entries. e.g. - -``` -es_users: - native: - kibana4_server: - password: changeMe - roles: - - kibana4_server - file: - es_admin: - password: changeMe - roles: - - admin - testUser: - password: changeMeAlso! - roles: - - power_user - - user -``` - - -* ```es_roles``` - Elasticsearch roles can be declared here as yml. Two sub keys 'native' and 'file' determine how the role is created i.e. either through a file or http(native) call. Beneath each key list the roles with appropriate permissions, using the file based format described [here] (https://www.elastic.co/guide/en/x-pack/current/file-realm.html) e.g. - -``` -es_roles: - file: - admin: - cluster: - - all - indices: - - names: '*' - privileges: - - all - power_user: - cluster: - - monitor - indices: - - names: '*' - privileges: - - all - user: - indices: - - names: '*' - privileges: - - read - kibana4_server: - cluster: - - monitor - indices: - - names: '.kibana' - privileges: - - all - native: - logstash: - cluster: - - manage_index_templates - indices: - - names: 'logstash-*' - privileges: - - write - - delete - - create_index -``` - -* ```es_xpack_license``` - X-Pack license. The license should be declared as a json blob. Alternative use Ansible vault or copy the license to the target machine as part of a playbook and access via a lookup e.g. - -``` -es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}" -``` - -X-Pack configuration parameters can be added to the elasticsearch.yml file using the normal `es_config` parameter. - -For a full example see [here](https://github.com/elastic/ansible-elasticsearch/blob/master/test/integration/xpack.yml) - -####Important Note for Native Realm Configuration - -In order for native users and roles to be configured, the role calls the Elasticsearch API. Given security is installed this requires definition of two parameters: - -* ```es_api_basic_auth_username``` - admin username -* ```es_api_basic_auth_password``` - admin password - -These can either be set to a user declared in the file based realm, with admin permissions, or the default "elastic" superuser (default password is changeme). - - -### Additional Configuration - -Additional parameters to es_config allow the customization of the Java and Elasticsearch versions, in addition to role behaviour. Options include: - -* ```es_major_version``` (e.g. "5.1" ). Should be consistent with es_version. For versions >= 5.0 this must be "5.x". -* ```es_version``` (e.g. "5.1.2"). -* ```es_api_host``` The host name used for actions requiring HTTP e.g. installing templates. Defaults to "localhost". -* ```es_api_port``` The port used for actions requiring HTTP e.g. installing templates. Defaults to 9200. **CHANGE IF THE HTTP PORT IS NOT 9200** -* ```es_api_basic_auth_username``` The Elasticsearch username for making admin changing actions. Used if Security is enabled. Ensure this user is admin. -* ```es_api_basic_auth_password``` The password associated with the user declared in `es_api_basic_auth_username` -* ```es_start_service``` (true (default) or false) -* ```es_plugins_reinstall``` (true or false (default) ) -* ```es_plugins``` an array of plugin definitions e.g.: -```yml - es_plugins: - - plugin: elasticsearch-cloud-aws -``` -* ```es_allow_downgrades``` For development purposes only. (true or false (default) ) -* ```es_java_install``` If set to false, Java will not be installed. (true (default) or false) -* ```update_java``` Updates Java to the latest version. (true or false (default)) -* ```es_max_map_count``` maximum number of VMA (Virtual Memory Areas) a process can own. Defaults to 262144. -* ```es_max_open_files``` the maximum file descriptor number that can be opened by this process. Defaults to 65536. - -Earlier examples illustrate the installation of plugins using `es_plugins`. For officially supported plugins no version or source delimiter is required. The plugin script will determine the appropriate plugin version based on the target Elasticsearch version. For community based plugins include the full url. This approach should NOT be used for the X-Pack plugin. See X-Pack below for details here. - -If installing Monitoring or Alerting, ensure the license plugin is also specified. Security configuration is currently not supported but planned for later versions. - -* ```es_user``` - defaults to elasticsearch. -* ```es_group``` - defaults to elasticsearch. -* ```es_user_id``` - default is undefined. -* ```es_group_id``` - default is undefined. - -Both ```es_user_id``` and ```es_group_id``` must be set for the user and group ids to be set. - -By default, each node on a host will be installed to use unique pid, plugin, work, data and log directories. These directories are created, using the instance and host name, beneath default locations ] -controlled by the following parameters: - -* ```es_pid_dir``` - defaults to "/var/run/elasticsearch". -* ```es_data_dirs``` - defaults to "/var/lib/elasticsearch". This can be a list or comma separated string e.g. ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"] or "/opt/elasticsearch/data-1,/opt/elasticsearch/data-2" -* ```es_log_dir``` - defaults to "/var/log/elasticsearch". -* ```es_restart_on_change``` - defaults to true. If false, changes will not result in Elasticsearch being restarted. -* ```es_plugins_reinstall``` - defaults to false. If true, all currently installed plugins will be removed from a node. Listed plugins will then be re-installed. - -This role ships with sample scripts and templates located in the [files/scripts/](files/scripts) and [files/templates/](files/templates) directories, respectively. These variables are used with the Ansible [with_fileglob](http://docs.ansible.com/ansible/playbooks_loops.html#id4) loop. When setting the globs, be sure to use an absolute path. -* ```es_scripts_fileglob``` - defaults to `<role>/files/scripts/`. -* ```es_templates_fileglob``` - defaults to `<role>/files/templates/`. - -### Proxy - -To define proxy globaly, set the following variables: - -* ```es_proxy_host``` - global proxy host -* ```es_proxy_port``` - global proxy port - -To define proxy only for a particular plugin during its installation: - -``` - es_plugins: - - plugin: elasticsearch-cloud-aws - proxy_host: proxy.example.com - proxy_port: 8080 -``` - -> For plugins installation, proxy_host and proxy_port are used first if they are defined and fallback to the global proxy settings if not. - -## Notes - -* The role assumes the user/group exists on the server. The elasticsearch packages create the default elasticsearch user. If this needs to be changed, ensure the user exists. -* The playbook relies on the inventory_name of each host to ensure its directories are unique -* Changing an instance_name for a role application will result in the installation of a new component. The previous component will remain. -* KitchenCI has been used for testing. This is used to confirm images reach the correct state after a play is first applied. We currently test only the latest version of 5.x on -all supported platforms. -* The role aims to be idempotent. Running the role multiple times, with no changes, should result in no state change on the server. If the configuration is changed, these will be applied and -Elasticsearch restarted where required. -* Systemd is used for Ubuntu versions >= 15, Debian >=8, Centos >=7. All other versions use init for service scripts. -* In order to run x-pack tests a license file with security enabled is required. A trial license is appropriate. Set the environment variable `ES_XPACK_LICENSE_FILE` to the full path of the license file prior to running tests. - -## IMPORTANT NOTES RE PLUGIN MANAGEMENT - -* If the ES version is changed, all plugins will be removed. Those listed in the playbook will be re-installed. This is behaviour is required in ES 5.x. -* If no plugins are listed in the playbook for a node, all currently installed plugins will be removed. -* The role does not currently support automatic detection of differences between installed and listed plugins (other than if none are listed). Should users wish to change installed plugins should set es_plugins_reinstall to true. This will cause all currently installed plugins to be removed and those listed to be installed. Change detection will be implemented in future releases. - -## Questions on Usage - -We welcome questions on how to use the role. However, in order to keep the github issues list focused on "issues" we ask the community to raise questions at https://discuss.elastic.co/c/elasticsearch. This is monitored by the maintainers. diff --git a/ansible/roles/elasticsearch/defaults/main.yml b/ansible/roles/elasticsearch/defaults/main.yml deleted file mode 100755 index 589464a65532bddcd081c130d7a5cf6ce8cd6191..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/defaults/main.yml +++ /dev/null @@ -1,41 +0,0 @@ ---- -es_major_version: "5.x" -es_version: "5.2.2" -es_version_lock: false -es_use_repository: true -es_apt_key: "https://artifacts.elastic.co/GPG-KEY-elasticsearch" -es_apt_url: "deb https://artifacts.elastic.co/packages/{{ es_major_version }}/apt stable main" -es_apt_url_old: "deb http://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main" -es_start_service: true -es_java_install: true -update_java: false -es_restart_on_change: true -es_plugins_reinstall: false -es_scripts: false -es_templates: false -es_user: elasticsearch -es_group: elasticsearch -es_config: {} -#Need to provide default directories -es_pid_dir: "/var/run/elasticsearch" -es_data_dirs: "/var/lib/elasticsearch" -es_log_dir: "/var/log/elasticsearch" -es_max_open_files: 65536 -es_max_map_count: 262144 -es_allow_downgrades: false -es_enable_xpack: false -es_xpack_features: ["alerting","monitoring","graph","security"] -#These are used for internal operations performed by ansible. -#They do not effect the current configuration -es_api_host: "localhost" -es_api_port: 9200 -es_heap_size: 1500m - -# Since ansible 2.2 the following variables need to be defined -# to allow the role to be conditionally played with a when condition. -pid_dir: '' -log_dir: '' -conf_dir: '' -data_dirs: '' -# JVM custom parameters -es_jvm_custom_parameters: '' diff --git a/ansible/roles/elasticsearch/files/scripts/calculate-score.groovy b/ansible/roles/elasticsearch/files/scripts/calculate-score.groovy deleted file mode 100755 index 442c25ca6cf1cf960b4dd65bea9ce83978456a7e..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/files/scripts/calculate-score.groovy +++ /dev/null @@ -1 +0,0 @@ -log(_score * 2) + my_modifier \ No newline at end of file diff --git a/ansible/roles/elasticsearch/files/system_key b/ansible/roles/elasticsearch/files/system_key deleted file mode 100755 index 91962910d2ac82a5dd768c0d6077bddf45a03aad..0000000000000000000000000000000000000000 Binary files a/ansible/roles/elasticsearch/files/system_key and /dev/null differ diff --git a/ansible/roles/elasticsearch/files/templates/basic.json b/ansible/roles/elasticsearch/files/templates/basic.json deleted file mode 100755 index 3a3871d95e6b595a556c58eb79cc8cedf057a7e9..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/files/templates/basic.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "template" : "te*", - "settings" : { - "number_of_shards" : 1 - }, - "mappings" : { - "type1" : { - "_source" : { "enabled" : false } - } - } -} \ No newline at end of file diff --git a/ansible/roles/elasticsearch/filter_plugins/custom.py b/ansible/roles/elasticsearch/filter_plugins/custom.py deleted file mode 100755 index 82b0efa05cd142bf8c560738b889a654436c8ed4..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/filter_plugins/custom.py +++ /dev/null @@ -1,50 +0,0 @@ -__author__ = 'dale mcdiarmid' - -import re -import os.path - -def modify_list(values=[], pattern='', replacement='', ignorecase=False): - ''' Perform a `re.sub` on every item in the list''' - if ignorecase: - flags = re.I - else: - flags = 0 - _re = re.compile(pattern, flags=flags) - return [_re.sub(replacement, value) for value in values] - -def append_to_list(values=[], suffix=''): - if isinstance(values, basestring): - values = values.split(',') - return [str(value+suffix) for value in values] - -def array_to_str(values=[],separator=','): - return separator.join(values) - -def extract_role_users(users={}): - role_users=[] - for user,details in users.iteritems(): - if "roles" in details: - for role in details["roles"]: - role_users.append(role+":"+user) - return role_users - -def filename(filename=''): - return os.path.splitext(os.path.basename(filename))[0] - -def filter_reserved(user_roles={}): - not_reserved = [] - for user_role,details in user_roles.items(): - if not "metadata" in details or not "_reserved" in details["metadata"] or not details["metadata"]["_reserved"]: - not_reserved.append(user_role) - return not_reserved - - -class FilterModule(object): - def filters(self): - return {'modify_list': modify_list, - 'append_to_list':append_to_list, - 'array_to_str':array_to_str, - 'extract_role_users':extract_role_users, - 'filter_reserved':filter_reserved, - 'filename':filename} - diff --git a/ansible/roles/elasticsearch/handlers/elasticsearch-templates.yml b/ansible/roles/elasticsearch/handlers/elasticsearch-templates.yml deleted file mode 100755 index b1ff63a0f3be62b22172a441bf2be790727b6b59..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/handlers/elasticsearch-templates.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- - -- name: Ensure elasticsearch is started - service: name={{instance_init_script | basename}} state=started enabled=yes - -- name: Wait for elasticsearch to startup - wait_for: host={{es_api_host}} port={{es_api_port}} delay=10 - -- name: Get template files - find: paths="/etc/elasticsearch/templates" patterns="*.json" - register: templates - -- name: Install templates without auth - uri: - url: "http://{{es_api_host}}:{{es_api_port}}/_template/{{item.path | filename}}" - method: PUT - status_code: 200 - body_format: json - body: "{{ lookup('file', item.path) }}" - when: not es_enable_xpack or not es_xpack_features is defined or "security" not in es_xpack_features - with_items: "{{ templates.files }}" - -- name: Install templates with auth - uri: - url: "http://{{es_api_host}}:{{es_api_port}}/_template/{{item.path | filename}}" - method: PUT - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - body_format: json - body: "{{ lookup('file', item.path) }}" - when: es_enable_xpack and es_xpack_features is defined and "security" in es_xpack_features - with_items: "{{ templates.files }}" diff --git a/ansible/roles/elasticsearch/handlers/main.yml b/ansible/roles/elasticsearch/handlers/main.yml deleted file mode 100755 index 55b95af13f7dc14ecfa950c16c411189332485fc..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/handlers/main.yml +++ /dev/null @@ -1,15 +0,0 @@ -- name: reload systemd configuration - command: systemctl daemon-reload - -# Restart service and ensure it is enabled -- name: restart elasticsearch - service: name={{instance_init_script | basename}} state=restarted enabled=yes - when: es_restart_on_change and es_start_service and ((plugin_installed is defined and plugin_installed.changed) or (config_updated is defined and config_updated.changed) or (xpack_state.changed) or (debian_elasticsearch_install_from_repo.changed or redhat_elasticsearch_install_from_repo.changed or elasticsearch_install_from_package.changed)) - -#Templates are a handler as they need to come after a restart e.g. suppose user removes security on a running node and doesn't -#specify es_api_basic_auth_username and es_api_basic_auth_password. The templates will subsequently not be removed if we don't wait for the node to restart. -#Templates done after restart therefore - as a handler. - -- name: load-templates - include: ./handlers/elasticsearch-templates.yml - when: es_templates diff --git a/ansible/roles/elasticsearch/meta/main.yml b/ansible/roles/elasticsearch/meta/main.yml deleted file mode 100755 index edd7295329636e2b5445db6c26c0137ceaa5999a..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/meta/main.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- - -allow_duplicates: yes - -galaxy_info: - author: Robin Clarke, Jakob Reiter, Dale McDiarmid - description: Elasticsearch for Linux - company: "Elastic.co" - license: "license (Apache)" - # Require 1.6 for apt deb install - min_ansible_version: 2.2.0 - platforms: - - name: EL - versions: - - 6 - - 7 - - name: Debian - versions: - - all - - name: Ubuntu - versions: - - all - categories: - - system - -dependencies: [] diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-Debian-version-lock.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-Debian-version-lock.yml deleted file mode 100755 index a932af77fb45c4b28fb26b435d44f7559d2be67c..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-Debian-version-lock.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- name: Debian - hold elasticsearch version - command: apt-mark hold elasticsearch - register: hold_elasticsearch_result - changed_when: "hold_elasticsearch_result.stdout != 'elasticsearch was already set on hold.'" \ No newline at end of file diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-Debian.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-Debian.yml deleted file mode 100755 index 990b324001d92c3e5c97e340e35e1c3c0a495d31..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-Debian.yml +++ /dev/null @@ -1,40 +0,0 @@ ---- - -- set_fact: force_install=no - -- set_fact: force_install=yes - when: es_allow_downgrades - -- name: Debian - Install apt-transport-https to support https APT downloads - apt: name=apt-transport-https state=present update_cache=yes - when: es_use_repository - -- name: Debian - Add Elasticsearch repository key - apt_key: url="{{ es_apt_key }}" state=present - when: es_use_repository and es_apt_key - -- name: Debian - Add elasticsearch repository - apt_repository: repo={{ item.repo }} state={{ item.state}} - with_items: - - { repo: "{{ es_apt_url_old }}", state: "absent" } - - { repo: "{{ es_apt_url }}", state: "present" } - when: es_use_repository - -- name: Debian - Include versionlock - include: elasticsearch-Debian-version-lock.yml - when: es_version_lock - -- name: Debian - Ensure elasticsearch is installed - #apt: name=elasticsearch{% if es_version is defined and es_version != "" %}={{ es_version }}{% endif %} state=present force={{force_install}} allow_unauthenticated={{ 'no' if es_apt_key else 'yes' }} update_cache=yes - apt: name=elasticsearch{% if es_version is defined and es_version != "" %}={{ es_version }}{% endif %} state=present force={{force_install}} allow_unauthenticated={{ 'no' if es_apt_key else 'yes' }} cache_valid_time=86400 - when: es_use_repository - register: debian_elasticsearch_install_from_repo - -- name: Debian - Download elasticsearch from url - get_url: url={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.deb{% endif %} dest=/tmp/elasticsearch-{{ es_version }}.deb validate_certs=no - when: not es_use_repository - -- name: Debian - Ensure elasticsearch is installed from downloaded package - apt: deb=/tmp/elasticsearch-{{ es_version }}.deb - when: not es_use_repository - register: elasticsearch_install_from_package diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-RedHat-version-lock.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-RedHat-version-lock.yml deleted file mode 100755 index e6fd8381ff2075f4ccd45c8084d01289eef704ad..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-RedHat-version-lock.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: RedHat - install yum-version-lock - yum: name=yum-plugin-versionlock state=present update_cache=yes -- name: RedHat - lock elasticsearch version - shell: yum versionlock delete 0:elasticsearch* ; yum versionlock add elasticsearch{% if es_version is defined and es_version != "" %}-{{ es_version }}{% endif %} - diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-RedHat.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-RedHat.yml deleted file mode 100755 index 18cfe4e79c0098890f236a93aa1c2775f6398a2f..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-RedHat.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- name: Ensure libselinux-python on CentOS 6.x - yum: name=libselinux-python state=present update_cache=yes - when: ( ansible_distribution == "CentOS" ) and ( ansible_distribution_major_version == "6" ) - -- name: RedHat - add Elasticsearch repo - template: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch-{{ es_major_version }}.repo - when: es_use_repository - -- name: RedHat - include versionlock - include: elasticsearch-RedHat-version-lock.yml - when: es_version_lock - -- name: RedHat - Install Elasticsearch - yum: name=elasticsearch{% if es_version is defined and es_version != "" %}-{{ es_version }}{% endif %} state=present update_cache=yes - when: es_use_repository - register: redhat_elasticsearch_install_from_repo - until: '"failed" not in redhat_elasticsearch_install_from_repo' - retries: 5 - delay: 10 - -- name: RedHat - Install Elasticsearch from url - yum: name={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.noarch.rpm{% endif %} state=present - when: not es_use_repository - register: elasticsearch_install_from_package diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-config.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-config.yml deleted file mode 100755 index 6debfaf54a7ac25e5f6ec0cb9b06d538e5f7f5a0..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-config.yml +++ /dev/null @@ -1,84 +0,0 @@ ---- -# Configure Elasticsearch Node - -#Create required directories -- name: Create Directories - file: path={{ item }} state=directory owner={{ es_user }} group={{ es_group }} - with_items: - - "{{pid_dir}}" - - "{{log_dir}}" - - "{{conf_dir}}" - -- name: Create Data Directories - file: path={{ item }} state=directory owner={{ es_user }} group={{ es_group }} - with_items: - - "{{data_dirs}}" - - -#Copy the config template -- name: Copy Configuration File - template: src=elasticsearch.yml.j2 dest={{conf_dir}}/elasticsearch.yml owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - register: config_updated - notify: restart elasticsearch - -#Copy the instance specific default file -- name: Copy Default File for Instance - template: src=elasticsearch.j2 dest={{instance_default_file}} mode=0644 force=yes - notify: restart elasticsearch - -#Copy the instance specific init file -- name: Copy Debian Init File for Instance - template: src=init/debian/elasticsearch.j2 dest={{instance_init_script}} mode=0755 force=yes - when: ansible_os_family == 'Debian' and not use_system_d - notify: restart elasticsearch - -#Copy the instance specific init file -- name: Copy Redhat Init File for Instance - template: src=init/redhat/elasticsearch.j2 dest={{instance_init_script}} mode=0755 force=yes - when: ansible_os_family == 'RedHat' and not use_system_d - notify: restart elasticsearch - -#Copy the systemd specific file if systemd is installed -- name: Copy Systemd File for Instance - template: src=systemd/elasticsearch.j2 dest={{instance_sysd_script}} mode=0644 force=yes - when: use_system_d - notify: - - reload systemd configuration - - restart elasticsearch - -#Copy the logging.yml -- name: Copy log4j2.properties File for Instance - template: src=log4j2.properties.j2 dest={{conf_dir}}/log4j2.properties owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - notify: restart elasticsearch - -- name: Copy jvm.options File for Instance - template: src=jvm.options.j2 dest={{conf_dir}}/jvm.options owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - notify: restart elasticsearch - -#Clean up un-wanted package scripts to avoid confusion - -- name: Delete Default Init - file: dest=/etc/init.d/elasticsearch state=absent - -- name: Delete Default Environment File - file: dest=/etc/default/elasticsearch state=absent - when: ansible_os_family == 'Debian' - -- name: Delete Default Environment File - file: dest=/etc/sysconfig/elasticsearch state=absent - when: ansible_os_family == 'RedHat' - -- name: Delete Default Sysconfig File - file: dest="{{ sysd_script }}" state=absent - -- name: Delete Default Configuration File - file: dest=/etc/elasticsearch/elasticsearch.yml state=absent - -- name: Delete Default Logging File - file: dest=/etc/elasticsearch/logging.yml state=absent - -- name: Delete Default Logging File - file: dest=/etc/elasticsearch/log4j2.properties state=absent - -- name: Delete Default JVM Options File - file: dest=/etc/elasticsearch/jvm.options state=absent diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-optional-user.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-optional-user.yml deleted file mode 100755 index 5cf1d38752771c40570b82d2e5e61c1534a236d7..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-optional-user.yml +++ /dev/null @@ -1,18 +0,0 @@ ---- -#Add the elasticsearch user before installing from packages. -- name: Ensure optional elasticsearch group is created with the correct id. - group: - state: present - name: "{{ es_group }}" - system: yes - gid: "{{ es_group_id }}" - -- name: Ensure optional elasticsearch user is created with the correct id. - user: - state: present - name: "{{ es_user }}" - comment: elasticsearch system user - system: yes - createhome: no - uid: "{{ es_user_id }}" - group: "{{ es_group }}" diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-parameters.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-parameters.yml deleted file mode 100755 index 0a6dce037865f07c15ef46015f7da3eb180cb95b..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-parameters.yml +++ /dev/null @@ -1,49 +0,0 @@ -# Check for mandatory parameters - -- fail: msg="es_instance_name must be specified and cannot be blank" - when: es_instance_name is not defined or es_instance_name == '' - -- fail: msg="es_proxy_port must be specified and cannot be blank when es_proxy_host is defined" - when: (es_proxy_port is not defined or es_proxy_port == '') and (es_proxy_host is defined and es_proxy_host != '') - -- debug: msg="WARNING - It is recommended you specify the parameter 'http.port'" - when: es_config['http.port'] is not defined - -- debug: msg="WARNING - It is recommended you specify the parameter 'transport.tcp.port'" - when: es_config['transport.tcp.port'] is not defined - -- debug: msg="WARNING - It is recommended you specify the parameter 'discovery.zen.ping.unicast.hosts'" - when: es_config['discovery.zen.ping.unicast.hosts'] is not defined - -#If the user attempts to lock memory they must specify a heap size -- fail: msg="If locking memory with bootstrap.memory_lock a heap size must be specified" - when: es_config['bootstrap.memory_lock'] is defined and es_config['bootstrap.memory_lock'] == True and es_heap_size is not defined - -#Check if working with security we have an es_api_basic_auth_username and es_api_basic_auth_username - otherwise any http calls wont work -- fail: msg="Enabling security requires an es_api_basic_auth_username and es_api_basic_auth_password to be provided to allow cluster operations" - when: es_enable_xpack and ("security" in es_xpack_features) and es_api_basic_auth_username is not defined and es_api_basic_auth_password is not defined - -- set_fact: instance_default_file={{default_file | dirname}}/{{es_instance_name}}_{{default_file | basename}} -- set_fact: instance_init_script={{init_script | dirname }}/{{es_instance_name}}_{{init_script | basename}} -- set_fact: conf_dir={{ es_conf_dir }}/{{es_instance_name}} -- set_fact: m_lock_enabled={{ es_config['bootstrap.memory_lock'] is defined and es_config['bootstrap.memory_lock'] == True }} - -#TODO - if transport.host is not local maybe error on boostrap checks - - -#Use systemd for the following distributions: -#Ubuntu 15 and up -#Debian 8 and up -#Centos 7 and up -#Relies on elasticsearch distribution installing a serviced script to determine whether one should be copied. - -- set_fact: use_system_d={{(ansible_distribution == 'Debian' and ansible_distribution_version | version_compare('8', '>=')) or (ansible_distribution in ['RedHat','CentOS'] and ansible_distribution_version | version_compare('7', '>=')) or (ansible_distribution == 'Ubuntu' and ansible_distribution_version | version_compare('15', '>=')) }} - -- set_fact: instance_sysd_script={{sysd_script | dirname }}/{{es_instance_name}}_{{sysd_script | basename}} - when: use_system_d -#For directories we also use the {{inventory_hostname}}-{{ es_instance_name }} - this helps if we have a shared SAN. - -- set_fact: instance_suffix={{inventory_hostname}}-{{ es_instance_name }} -- set_fact: pid_dir={{ es_pid_dir }}/{{instance_suffix}} -- set_fact: log_dir={{ es_log_dir }}/{{instance_suffix}} -- set_fact: data_dirs={{ es_data_dirs | append_to_list('/'+instance_suffix) }} diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-plugins.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-plugins.yml deleted file mode 100755 index fede7ba5851b5985d253a9c58d62f698f356e4a9..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-plugins.yml +++ /dev/null @@ -1,62 +0,0 @@ ---- - -# es_plugins_reinstall will be set to true if elasticsearch_install_from_repo.changed or elasticsearch_install_from_package.changed -# i.e. we have changed ES version(or we have clean installation of ES), or if no plugins listed. Otherwise it is false and requires explicitly setting. -- set_fact: es_plugins_reinstall=true - when: (((debian_elasticsearch_install_from_repo is defined and debian_elasticsearch_install_from_repo.changed) or (redhat_elasticsearch_install_from_repo is defined and redhat_elasticsearch_install_from_repo.changed)) or (elasticsearch_install_from_package is defined and elasticsearch_install_from_package.changed)) or es_plugins is not defined or es_plugins is none - -- set_fact: list_command="" -#If we are reinstalling all plugins, e.g. to a version change, we need to remove all plugins (inc. x-pack) to install any plugins. Otherwise we don't consider x-pack so the role stays idempotent. -- set_fact: list_command="| grep -vE 'x-pack'" - when: not es_plugins_reinstall - -#List currently installed plugins. We have to list the directories as the list commmand fails if the ES version is different than the plugin version. -- name: Check installed elasticsearch plugins - shell: "ls {{es_home}}/plugins {{list_command}}" - register: installed_plugins - changed_when: False - ignore_errors: yes - environment: - CONF_DIR: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - -- debug: msg="es_plugins_reinstall={{es_plugins_reinstall}}" - -#if es_plugins_reinstall is set to true we remove ALL plugins -- set_fact: plugins_to_remove="{{ installed_plugins.stdout_lines | default([]) }}" - when: es_plugins_reinstall - -#if the plugins listed are different than those requested, we remove those installed but not listed in the config -- set_fact: plugins_to_remove="{{ installed_plugins.stdout_lines | difference(es_plugins | json_query('[*].plugin')) | default([]) }}" - when: not es_plugins_reinstall - -# This removes any currently installed plugins (to prevent errors when reinstalling) -- name: Remove elasticsearch plugins - command: "{{es_home}}/bin/elasticsearch-plugin remove {{item}} --silent" - ignore_errors: yes - with_items: "{{ plugins_to_remove | default([]) }}" - when: es_plugins_reinstall and plugins_to_remove | length > 0 - notify: restart elasticsearch - register: plugin_removed - environment: - CONF_DIR: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - -- name: Install elasticsearch plugins - command: "{{es_home}}/bin/elasticsearch-plugin install {{ item.plugin }} --batch --silent {% if item.proxy_host is defined and item.proxy_host != '' and item.proxy_port is defined and item.proxy_port != ''%} -DproxyHost={{ item.proxy_host }} -DproxyPort={{ item.proxy_port }} {% elif es_proxy_host is defined and es_proxy_host != '' %} -DproxyHost={{ es_proxy_host }} -DproxyPort={{ es_proxy_port }} {% endif %}" - register: plugin_installed - failed_when: "'ERROR' in plugin_installed.stdout" - changed_when: plugin_installed.rc == 0 - with_items: "{{ es_plugins | default([]) }}" - when: not es_plugins is none and es_plugins_reinstall - notify: restart elasticsearch - environment: - CONF_DIR: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - until: plugin_installed.rc == 0 - retries: 5 - delay: 5 - -#Set permissions on plugins directory -- name: Set Plugin Directory Permissions - file: state=directory path={{ es_home }}/plugins owner={{ es_user }} group={{ es_group }} recurse=yes diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-scripts.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-scripts.yml deleted file mode 100755 index 30867f5b214e9cbced1b5d04c0db46f7abb4b666..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-scripts.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- - -- set_fact: es_script_dir={{ es_conf_dir }}/{{es_instance_name}} - tags: - - always - -- set_fact: es_script_dir={{es_config['path.scripts']}} - when: es_config['path.scripts'] is defined - tags: - - always - -- name: Create script dir - file: state=directory path={{ es_script_dir }} owner={{ es_user }} group={{ es_group }} recurse=yes - -- name: Copy default scripts to elasticsearch - copy: src=scripts dest={{ es_script_dir }} owner={{ es_user }} group={{ es_group }} - when: es_scripts_fileglob is not defined - -- name: Copy scripts to elasticsearch - copy: src={{ item }} dest={{ es_script_dir }} owner={{ es_user }} group={{ es_group }} - with_fileglob: "{{ es_scripts_fileglob | default('') }}" diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch-templates.yml b/ansible/roles/elasticsearch/tasks/elasticsearch-templates.yml deleted file mode 100755 index 27c0c42bb3b905ad18bcc2c1fdf3849d337d94f0..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch-templates.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- - -- file: path=/etc/elasticsearch/templates state=directory owner={{ es_user }} group={{ es_group }} - -- name: Copy default templates to elasticsearch - copy: src=templates dest=/etc/elasticsearch/ owner={{ es_user }} group={{ es_group }} - notify: load-templates - when: es_templates_fileglob is not defined - -- name: Copy templates to elasticsearch - copy: src={{ item }} dest=/etc/elasticsearch/templates owner={{ es_user }} group={{ es_group }} - notify: load-templates - with_fileglob: - - "{{ es_templates_fileglob | default('') }}" \ No newline at end of file diff --git a/ansible/roles/elasticsearch/tasks/elasticsearch.yml b/ansible/roles/elasticsearch/tasks/elasticsearch.yml deleted file mode 100755 index e2361d49bf1049d252ed748a30d828c8514b2234..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/elasticsearch.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- - -- name: Include optional user and group creation. - when: (es_user_id is defined) and (es_group_id is defined) - include: elasticsearch-optional-user.yml - -- name: Include specific Elasticsearch - include: elasticsearch-Debian.yml - when: ansible_os_family == 'Debian' - -- name: Include specific Elasticsearch - include: elasticsearch-RedHat.yml - when: ansible_os_family == 'RedHat' diff --git a/ansible/roles/elasticsearch/tasks/java.yml b/ansible/roles/elasticsearch/tasks/java.yml deleted file mode 100755 index 5940c3ad8905666db6c3b7a888ee28ca6222db96..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/java.yml +++ /dev/null @@ -1,30 +0,0 @@ -# --- - -# - set_fact: java_state="present" - -# - set_fact: java_state="latest" -# when: update_java == true - -# - name: RedHat - Ensure Java is installed -# yum: name={{ java }} state={{java_state}} -# when: ansible_os_family == 'RedHat' - -# - name: Refresh java repo -# apt: update_cache=yes -# changed_when: false -# when: ansible_os_family == 'Debian' - -# - name: Debian - Ensure Java is installed -# apt: name={{ java }} state={{java_state}} -# when: ansible_os_family == 'Debian' - -# - shell: java -version 2>&1 | grep OpenJDK -# register: open_jdk -# ignore_errors: yes -# changed_when: false - -# #https://github.com/docker-library/openjdk/issues/19 - ensures tests pass due to java 8 broken certs -# - name: refresh the java ca-certificates -# command: /var/lib/dpkg/info/ca-certificates-java.postinst configure -# when: ansible_distribution == 'Ubuntu' and open_jdk.rc == 0 -# changed_when: false diff --git a/ansible/roles/elasticsearch/tasks/main.yml b/ansible/roles/elasticsearch/tasks/main.yml deleted file mode 100755 index 4648f8d0c315f74433706f6ca20f6892c584ca30..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/main.yml +++ /dev/null @@ -1,56 +0,0 @@ ---- -- name: os-specific vars - include_vars: "{{ansible_os_family}}.yml" - tags: - - always - -- name: check-set-parameters - include: elasticsearch-parameters.yml - tags: - - always - -- include: java.yml - when: es_java_install - tags: - - java - -- include: elasticsearch.yml - tags: - - install - -- include: elasticsearch-config.yml - tags: - - config - -- include: elasticsearch-scripts.yml - when: es_scripts - tags: - - scripts - -- include: elasticsearch-plugins.yml - when: es_plugins is defined or es_plugins_reinstall - tags: - - plugins - - #We always execute xpack as we may need to remove features -- include: xpack/elasticsearch-xpack.yml - tags: - - xpack - -- include: elasticsearch-templates.yml - when: es_templates - tags: - - templates - -- meta: flush_handlers - -- name: Wait for elasticsearch to startup - wait_for: host={{es_api_host}} port={{es_api_port}} delay=5 connect_timeout=1 - -- name: activate-license - include: ./xpack/security/elasticsearch-xpack-activation.yml - when: es_enable_xpack and es_xpack_license is defined and es_xpack_license != '' - -#perform security actions here now elasticsearch is started -- include: ./xpack/security/elasticsearch-security-native.yml - when: (es_enable_xpack and '"security" in es_xpack_features') and ((es_users is defined and es_users.native is defined) or (es_roles is defined and es_roles.native is defined)) diff --git a/ansible/roles/elasticsearch/tasks/xpack/elasticsearch-xpack-install.yml b/ansible/roles/elasticsearch/tasks/xpack/elasticsearch-xpack-install.yml deleted file mode 100755 index 16bbc5ae6744a8c5202270052f1053231a3fec45..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/xpack/elasticsearch-xpack-install.yml +++ /dev/null @@ -1,39 +0,0 @@ ---- - -#Test if feature is installed -- shell: "{{es_home}}/bin/elasticsearch-plugin list | grep x-pack" - register: x_pack_installed - changed_when: False - failed_when: "'ERROR' in x_pack_installed.stdout" - check_mode: no - ignore_errors: yes - environment: - CONF_DIR: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - - -#Remove X-Pack if installed and its not been requested or the ES version has changed -- name: Remove x-pack plugin - command: "{{es_home}}/bin/elasticsearch-plugin remove x-pack" - register: xpack_state - failed_when: "'ERROR' in xpack_state.stdout" - changed_when: xpack_state.rc == 0 - when: x_pack_installed.rc == 0 and (not es_enable_xpack or es_version_changed) - notify: restart elasticsearch - environment: - CONF_DIR: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - - -#Install plugin if not installed, or the es version has changed (so removed above), and its been requested -- name: Install x-pack plugin - command: > - {{es_home}}/bin/elasticsearch-plugin install --silent --batch x-pack {% if es_proxy_host is defined and es_proxy_host != '' %} -Dhttp.proxyHost={{ es_proxy_host }} -Dhttp.proxyPort={{ es_proxy_port }} {% endif %} - register: xpack_state - failed_when: "'ERROR' in xpack_state.stdout" - changed_when: xpack_state.rc == 0 - when: (x_pack_installed.rc == 1 or es_version_changed) and es_enable_xpack - notify: restart elasticsearch - environment: - CONF_DIR: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" diff --git a/ansible/roles/elasticsearch/tasks/xpack/elasticsearch-xpack.yml b/ansible/roles/elasticsearch/tasks/xpack/elasticsearch-xpack.yml deleted file mode 100755 index 1e5478230e1550785210dbb313fddeb9a5bf18f1..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/xpack/elasticsearch-xpack.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- - -- set_fact: es_version_changed={{ ((elasticsearch_install_from_package is defined and (debian_elasticsearch_install_from_repo.changed or redhat_elasticsearch_install_from_repo.changed)) or (elasticsearch_install_from_package is defined and elasticsearch_install_from_package.changed)) }} - -- include: elasticsearch-xpack-install.yml - -#Security configuration -- include: security/elasticsearch-security.yml - -#Add any feature specific configuration here -- name: Set Plugin Directory Permissions - file: state=directory path={{ es_home }}/plugins owner={{ es_user }} group={{ es_group }} recurse=yes diff --git a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security-file.yml b/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security-file.yml deleted file mode 100755 index b09237c065108f5f8964bf6e807bfe97c0ba13c7..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security-file.yml +++ /dev/null @@ -1,73 +0,0 @@ ---- -- set_fact: manage_file_users=es_users is defined and es_users.file is defined - -#Ensure x-pack conf directory is created -- name: Ensure x-pack conf directory exists (file) - file: path={{ conf_dir }}/x-pack state=directory owner={{ es_user }} group={{ es_group }} - changed_when: False - when: es_enable_xpack and '"security" in es_xpack_features' - -#List current users -- name: List Users - shell: cat {{conf_dir}}/x-pack/users | awk -F':' '{print $1}' - register: current_file_users - when: manage_file_users - changed_when: False - -- set_fact: users_to_remove={{ current_file_users.stdout_lines | difference (es_users.file.keys()) }} - when: manage_file_users - -#Remove users -- name: Remove Users - command: > - {{es_home}}/bin/x-pack/users userdel {{item}} - with_items: "{{users_to_remove | default([])}}" - when: manage_file_users and (users_to_remove | length > 0) - environment: - CONF_DIR: "{{ conf_dir }}" - ES_HOME: "{{es_home}}" - - -- set_fact: users_to_add={{ es_users.file.keys() | difference (current_file_users.stdout_lines) }} - when: manage_file_users - -#Add users -- name: Add Users - command: > - {{es_home}}/bin/x-pack/users useradd {{item}} -p {{es_users.file[item].password}} - with_items: "{{users_to_add | default([])}}" - when: manage_file_users and users_to_add | length > 0 - no_log: True - environment: - CONF_DIR: "{{ conf_dir }}" - ES_HOME: "{{es_home}}" - -#Set passwords for all users declared - Required as the useradd will not change existing user passwords -- name: Set User Passwords - command: > - {{es_home}}/bin/x-pack/users passwd {{item.key}} -p {{item.value.password}} - with_dict: "{{(es_users | default({'file':{}})).file}}" - when: manage_file_users and es_users.file.keys() | length > 0 - #Currently no easy way to figure out if the password has changed or to know what it currently is so we can skip. - changed_when: False - no_log: True - environment: - CONF_DIR: "{{ conf_dir }}" - ES_HOME: "{{es_home}}" - -- set_fact: users_roles={{es_users.file | extract_role_users}} - when: manage_file_users - -#Copy Roles files -- name: Copy roles.yml File for Instance - template: src=security/roles.yml.j2 dest={{conf_dir}}/x-pack/roles.yml owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - when: es_roles is defined and es_roles.file is defined - -#Overwrite users_roles file -- name: Copy User Roles - template: src=security/users_roles.j2 dest={{conf_dir}}/x-pack/users_roles mode=0644 force=yes - when: manage_file_users and users_roles | length > 0 - -#Set permission on security directory. E.g. if 2 nodes are installed on the same machine, the second node will not get the users file created at install, causing the files being created at es_users call and then having the wrong Permissions. -- name: Set Security Directory Permissions Recursive - file: state=directory path={{conf_dir}}/x-pack/ owner={{ es_user }} group={{ es_group }} recurse=yes \ No newline at end of file diff --git a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security-native.yml b/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security-native.yml deleted file mode 100755 index 96bedfaff4265dbb69d74597eeb4d45738debbb7..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security-native.yml +++ /dev/null @@ -1,118 +0,0 @@ ---- - -- set_fact: manage_native_users=false - -- set_fact: manage_native_users=true - when: es_users is defined and es_users.native is defined - -- set_fact: manage_native_roles=false - -- set_fact: manage_native_roles=true - when: es_roles is defined and es_roles.native is defined - -# If playbook runs too fast, Native commands could fail as the Native Realm is not yet up -- name: Wait 15 seconds for the Native Relm to come up - pause: seconds=15 - -#If the node has just has security installed it maybe either stopped or started 1. if stopped, we need to start to load native realms 2. if started, we need to restart to load - -#List current users -- name: List Native Users - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user - method: GET - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - status_code: 200 - register: user_list_response - when: manage_native_users - -#Current users not inc. those reserved -- set_fact: current_users={{ user_list_response.json | filter_reserved }} - when: manage_native_users - -#Identify non declared users -- set_fact: users_to_remove={{ current_users | difference ( es_users.native.keys() ) }} - when: manage_native_users - -#Delete all non required users -- name: Delete Native Users - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user/{{item}} - method: DELETE - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_users and users_to_remove | length > 0 - with_items: "{{users_to_remove | default([]) }}" - -- set_fact: native_users={{ es_users.native }} - when: manage_native_users and es_users.native.keys() > 0 - -#Overwrite all other users -- name: Update Native Users - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user/{{item.key}} - method: POST - body_format: json - body: "{{item.value | to_json}}" - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_users and native_users.keys() > 0 - no_log: True - with_dict: "{{native_users | default({}) }}" - -#List current roles not. inc those reserved -- name: List Native Roles - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/role - method: GET - body_format: json - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - status_code: 200 - register: role_list_response - when: manage_native_roles - -- set_fact: current_roles={{ role_list_response.json | filter_reserved }} - when: manage_native_roles -- debug: msg="{{current_roles}}" - -- set_fact: roles_to_remove={{ current_roles | difference ( es_roles.native.keys() ) }} - when: manage_native_roles - - -#Delete all non required roles -- name: Delete Native Roles - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/role/{{item}} - method: DELETE - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_roles and roles_to_remove | length > 0 - with_items: "{{roles_to_remove | default([]) }}" - - -- set_fact: native_roles={{ es_roles.native }} - when: manage_native_roles and es_roles.native.keys() > 0 - -#Update other roles -- name: Update Native Roles - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/role/{{item.key}} - method: POST - body_format: json - body: "{{item.value | to_json}}" - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_roles and native_roles.keys() > 0 - with_dict: "{{ native_roles | default({})}}" diff --git a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security.yml b/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security.yml deleted file mode 100755 index 820c7e3f39cd603b1b893f907552d1eb8bb7c1cf..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-security.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -#Security specific configuration done here - -#TODO: 1. Skip users with no password defined or error 2. Passwords | length > 6 - -#-----------------------------FILE BASED REALM---------------------------------------- - -- include: elasticsearch-security-file.yml - when: (es_enable_xpack and '"security" in es_xpack_features') and ((es_users is defined and es_users.file) or (es_roles is defined and es_roles.file is defined)) - -#-----------------------------ROLE MAPPING ---------------------------------------- - -#Copy Roles files -- name: Copy role_mapping.yml File for Instance - template: src=security/role_mapping.yml.j2 dest={{conf_dir}}/x-pack/role_mapping.yml owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - when: es_role_mapping is defined - -#-----------------------------AUTH FILE---------------------------------------- - -- name: Copy message auth key to elasticsearch - copy: src={{ es_message_auth_file }} dest={{conf_dir}}/x-pack/system_key owner={{ es_user }} group={{ es_group }} mode=0600 force=yes - when: es_message_auth_file is defined - -#------------------------------------------------------------------------------------ - -#Ensure security conf directory is created -- name: Ensure security conf directory exists - file: path={{ conf_dir }}/security state=directory owner={{ es_user }} group={{ es_group }} - changed_when: False - when: es_enable_xpack and '"security" in es_xpack_features' diff --git a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-xpack-activation.yml b/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-xpack-activation.yml deleted file mode 100755 index 4b1fd3f368fa62633a94f4f71e103cd5cd5bf4ab..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/tasks/xpack/security/elasticsearch-xpack-activation.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- - -- name: Activate ES license (without security authentication) - uri: - method: PUT - url: "http://{{es_api_host}}:{{es_api_port}}/_license?acknowledge=true" - body_format: json - body: "{{ es_xpack_license }}" - return_content: yes - register: license_activated - no_log: True - when: 'not "security" in es_xpack_features' - failed_when: > - license_activated.status != 200 or - license_activated.json.license_status is not defined or - license_activated.json.license_status != 'valid' - -- name: Activate ES license (with security authentication) - uri: - method: PUT - url: "http://{{es_api_host}}:{{es_api_port}}/_license?acknowledge=true" - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - body_format: json - force_basic_auth: yes - body: "{{ es_xpack_license }}" - return_content: yes - register: license_activated - no_log: True - when: '"security" in es_xpack_features' - failed_when: > - license_activated.status != 200 or - license_activated.json.license_status is not defined or - license_activated.json.license_status != 'valid' - -- debug: - msg: "License: {{ license_activated.content }}" diff --git a/ansible/roles/elasticsearch/templates/elasticsearch.j2 b/ansible/roles/elasticsearch/templates/elasticsearch.j2 deleted file mode 100755 index 0c7f4a6da102065e0afe2bbd3f51b13807f6ef7f..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/elasticsearch.j2 +++ /dev/null @@ -1,73 +0,0 @@ -################################ -# Elasticsearch -################################ - -# Elasticsearch home directory -ES_HOME={{es_home}} - -# Elasticsearch configuration directory -CONF_DIR={{conf_dir}} - -# Elasticsearch data directory -DATA_DIR={{ data_dirs | array_to_str }} - -# Elasticsearch logs directory -LOG_DIR={{log_dir}} - -# Elasticsearch PID directory -PID_DIR={{pid_dir}} - -ES_JVM_OPTIONS={{conf_dir}}/jvm.options - -# Configure restart on package upgrade (true, every other setting will lead to not restarting) -#ES_RESTART_ON_UPGRADE=true - -# Path to the GC log file -#ES_GC_LOG_FILE=/var/log/elasticsearch/gc.log - -################################ -# Elasticsearch service -################################ - -# SysV init.d -# -# When executing the init script, this user will be used to run the elasticsearch service. -# The default value is 'elasticsearch' and is declared in the init.d file. -# Note that this setting is only used by the init script. If changed, make sure that -# the configured user can read and write into the data, work, plugins and log directories. -# For systemd service, the user is usually configured in file /usr/lib/systemd/system/elasticsearch.service -ES_USER={{es_user}} -ES_GROUP={{es_group}} - -# The number of seconds to wait before checking if Elasticsearch started successfully as a daemon process -ES_STARTUP_SLEEP_TIME=5 - -################################ -# System properties -################################ - -# Specifies the maximum file descriptor number that can be opened by this process -# When using Systemd, this setting is ignored and the LimitNOFILE defined in -# /usr/lib/systemd/system/elasticsearch.service takes precedence -{% if es_max_open_files is defined %} -#MAX_OPEN_FILES -MAX_OPEN_FILES={{es_max_open_files}} -{% endif %} - -# The maximum number of bytes of memory that may be locked into RAM -# Set to "unlimited" if you use the 'bootstrap.memory_lock: true' option -# in elasticsearch.yml (ES_HEAP_SIZE must also be set). -# When using Systemd, the LimitMEMLOCK property must be set -# in /usr/lib/systemd/system/elasticsearch.service -#MAX_LOCKED_MEMORY= -{% if m_lock_enabled %} -MAX_LOCKED_MEMORY=unlimited -{% endif %} - -# Maximum number of VMA (Virtual Memory Areas) a process can own -# When using Systemd, this setting is ignored and the 'vm.max_map_count' -# property is set at boot time in /usr/lib/sysctl.d/elasticsearch.conf -#MAX_MAP_COUNT=262144 -{% if es_max_map_count is defined %} -MAX_MAP_COUNT={{es_max_map_count}} -{% endif %} \ No newline at end of file diff --git a/ansible/roles/elasticsearch/templates/elasticsearch.repo b/ansible/roles/elasticsearch/templates/elasticsearch.repo deleted file mode 100755 index fdf04fa0ad6a8c8a54eabb4bac537a561ab816b6..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/elasticsearch.repo +++ /dev/null @@ -1,10 +0,0 @@ -[elasticsearch-{{ es_major_version }}] -name=Elasticsearch repository for {{ es_major_version }} packages -baseurl=https://artifacts.elastic.co/packages/{{ es_major_version }}/yum -gpgcheck=1 -gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch -enabled=1 -{% if es_proxy_host is defined and es_proxy_port is defined %} -proxy=http://{{ es_proxy_host }}:{{es_proxy_port}} -{% endif %} - diff --git a/ansible/roles/elasticsearch/templates/elasticsearch.yml.j2 b/ansible/roles/elasticsearch/templates/elasticsearch.yml.j2 deleted file mode 100755 index 6d5190c5b93dbcd3f26206606018edc50307dd37..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/elasticsearch.yml.j2 +++ /dev/null @@ -1,33 +0,0 @@ - -{% if es_config %} -{{ es_config | to_nice_yaml }} -{% endif %} - -{% if es_config['cluster.name'] is not defined %} -cluster.name: elasticsearch -{% endif %} - -{% if es_config['node.name'] is not defined %} -node.name: {{inventory_hostname}}-{{es_instance_name}} -{% endif %} - -#################################### Paths #################################### - -# Path to directory containing configuration (this file and logging.yml): -path.conf: {{ conf_dir }} - -path.data: {{ data_dirs | array_to_str }} - -path.logs: {{ log_dir }} - -{% if not "security" in es_xpack_features %} -xpack.security.enabled: false -{% endif %} - -{% if not "monitoring" in es_xpack_features %} -xpack.monitoring.enabled: false -{% endif %} - -{% if not "alerting" in es_xpack_features %} -xpack.watcher.enabled: false -{% endif %} diff --git a/ansible/roles/elasticsearch/templates/init/debian/elasticsearch.j2 b/ansible/roles/elasticsearch/templates/init/debian/elasticsearch.j2 deleted file mode 100755 index 5a21e4765fe7b24a3263cf9209082d98152c76b7..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/init/debian/elasticsearch.j2 +++ /dev/null @@ -1,216 +0,0 @@ -#!/bin/bash -# -# /etc/init.d/elasticsearch -- startup script for Elasticsearch -# -### BEGIN INIT INFO -# Provides: elasticsearch -# Required-Start: $network $remote_fs $named -# Required-Stop: $network $remote_fs $named -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Starts elasticsearch -# Description: Starts elasticsearch using start-stop-daemon -### END INIT INFO - -PATH=/bin:/usr/bin:/sbin:/usr/sbin -NAME={{es_instance_name}}_{{default_file | basename}} -{% if es_config['node.name'] is defined %} -DESC="Elasticsearch Server - {{es_config['node.name']}}" -{% else %} -DESC="Elasticsearch Server - {{es_instance_name}}" -{% endif %} - -DEFAULT=/etc/default/$NAME - -if [ `id -u` -ne 0 ]; then - echo "You need root privileges to run this script" - exit 1 -fi - -. /lib/lsb/init-functions -if [ -r /etc/default/rcS ]; then - . /etc/default/rcS -fi - -# The following variables can be overwritten in $DEFAULT - -# Run Elasticsearch as this user ID and group ID -ES_USER={{es_user}} -ES_GROUP={{es_group}} - -# Directory where the Elasticsearch binary distribution resides -ES_HOME={{es_home}} - -# Maximum number of open files -{% if es_max_open_files is defined %} -MAX_OPEN_FILES={{es_max_open_files}} -{% endif %} - -# Maximum amount of locked memory -#MAX_LOCKED_MEMORY= -{% if m_lock_enabled %} -MAX_LOCKED_MEMORY=unlimited -{% endif %} - -# Elasticsearch log directory -LOG_DIR={{log_dir}} - -# Elasticsearch data directory -DATA_DIR={{ data_dirs | array_to_str }} - -# Elasticsearch configuration directory -CONF_DIR={{conf_dir}} - -# Maximum number of VMA (Virtual Memory Areas) a process can own -{% if es_max_map_count is defined %} -MAX_MAP_COUNT={{es_max_map_count}} -{% endif %} - -# Elasticsearch PID file directory -PID_DIR={{pid_dir}} - -ES_JVM_OPTIONS="{{conf_dir}}/jvm.options" - -# End of variables that can be overwritten in $DEFAULT - -# overwrite settings from default file -if [ -f "$DEFAULT" ]; then - . "$DEFAULT" -fi - -# CONF_FILE setting was removed -if [ ! -z "$CONF_FILE" ]; then - echo "CONF_FILE setting is no longer supported. elasticsearch.yml must be placed in the config directory and cannot be renamed." - exit 1 -fi - -# Define other required variables -PID_FILE="$PID_DIR/$NAME.pid" -DAEMON={{es_home}}/bin/elasticsearch -DAEMON_OPTS="-d -p $PID_FILE -Edefault.path.home=$ES_HOME -Edefault.path.logs=$LOG_DIR -Edefault.path.data=$DATA_DIR -Edefault.path.conf=$CONF_DIR" - -export ES_JAVA_OPTS -export JAVA_HOME -export ES_INCLUDE -export ES_JVM_OPTIONS - -# Check DAEMON exists -if [ ! -x "$DAEMON" ]; then - echo "The elasticsearch startup script does not exists or it is not executable, tried: $DAEMON" - exit 1 -fi - -checkJava() { - if [ -x "$JAVA_HOME/bin/java" ]; then - JAVA="$JAVA_HOME/bin/java" - else - JAVA=`which java` - fi - - if [ ! -x "$JAVA" ]; then - echo "Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME" - exit 1 - fi -} - -case "$1" in - start) - checkJava - -{% if es_version | version_compare('5.0', '<') %} - if [ -n "$MAX_LOCKED_MEMORY" -a -z "$ES_HEAP_SIZE" ]; then - log_failure_msg "MAX_LOCKED_MEMORY is set - ES_HEAP_SIZE must also be set" - exit 1 - fi -{% endif %} - - log_daemon_msg "Starting $DESC" - - pid=`pidofproc -p $PID_FILE elasticsearch` - if [ -n "$pid" ] ; then - log_begin_msg "Already running." - log_end_msg 0 - exit 0 - fi - - # Prepare environment - mkdir -p "$LOG_DIR" "$DATA_DIR" && chown "$ES_USER":"$ES_GROUP" "$LOG_DIR" "$DATA_DIR" - - # Ensure that the PID_DIR exists (it is cleaned at OS startup time) - if [ -n "$PID_DIR" ] && [ ! -e "$PID_DIR" ]; then - mkdir -p "$PID_DIR" && chown "$ES_USER":"$ES_GROUP" "$PID_DIR" - fi - if [ -n "$PID_FILE" ] && [ ! -e "$PID_FILE" ]; then - touch "$PID_FILE" && chown "$ES_USER":"$ES_GROUP" "$PID_FILE" - fi - - if [ -n "$MAX_OPEN_FILES" ]; then - ulimit -n $MAX_OPEN_FILES - fi - - if [ -n "$MAX_LOCKED_MEMORY" ]; then - ulimit -l $MAX_LOCKED_MEMORY - fi - - if [ -n "$MAX_MAP_COUNT" -a -f /proc/sys/vm/max_map_count ]; then - sysctl -q -w vm.max_map_count=$MAX_MAP_COUNT - fi - - # Start Daemon - start-stop-daemon -d $ES_HOME --start -b --user "$ES_USER" -c "$ES_USER" --pidfile "$PID_FILE" --exec $DAEMON -- $DAEMON_OPTS - return=$? - if [ $return -eq 0 ]; then - i=0 - timeout=10 - # Wait for the process to be properly started before exiting - until { kill -0 `cat "$PID_FILE"`; } >/dev/null 2>&1 - do - sleep 1 - i=$(($i + 1)) - if [ $i -gt $timeout ]; then - log_end_msg 1 - exit 1 - fi - done - fi - log_end_msg $return - exit $return - ;; - stop) - log_daemon_msg "Stopping $DESC" - - if [ -f "$PID_FILE" ]; then - start-stop-daemon --stop --pidfile "$PID_FILE" \ - --user "$ES_USER" \ - --quiet \ - --retry forever/TERM/20 > /dev/null - if [ $? -eq 1 ]; then - log_progress_msg "$DESC is not running but pid file exists, cleaning up" - elif [ $? -eq 3 ]; then - PID="`cat $PID_FILE`" - log_failure_msg "Failed to stop $DESC (pid $PID)" - exit 1 - fi - rm -f "$PID_FILE" - else - log_progress_msg "(not running)" - fi - log_end_msg 0 - ;; - status) - status_of_proc -p $PID_FILE elasticsearch elasticsearch && exit 0 || exit $? - ;; - restart|force-reload) - if [ -f "$PID_FILE" ]; then - $0 stop - sleep 1 - fi - $0 start - ;; - *) - log_success_msg "Usage: $0 {start|stop|restart|force-reload|status}" - exit 1 - ;; -esac - -exit 0 diff --git a/ansible/roles/elasticsearch/templates/init/redhat/elasticsearch.j2 b/ansible/roles/elasticsearch/templates/init/redhat/elasticsearch.j2 deleted file mode 100755 index f9060746a194f3acd0e9769bc393fcdae8b12d34..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/init/redhat/elasticsearch.j2 +++ /dev/null @@ -1,205 +0,0 @@ -#!/bin/sh -# -# elasticsearch <summary> -# -# chkconfig: 2345 80 20 -# description: Starts and stops a single elasticsearch instance on this system -# - -### BEGIN INIT INFO -# Provides: Elasticsearch -# Required-Start: $network $named -# Required-Stop: $network $named -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: This service manages the elasticsearch daemon -# Description: Elasticsearch is a very scalable, schema-free and high-performance search solution supporting multi-tenancy and near realtime search. -### END INIT INFO - -# -# init.d / servicectl compatibility (openSUSE) -# -if [ -f /etc/rc.status ]; then - . /etc/rc.status - rc_reset -fi - -# -# Source function library. -# -if [ -f /etc/rc.d/init.d/functions ]; then - . /etc/rc.d/init.d/functions -fi - -# Sets the default values for elasticsearch variables used in this script -ES_USER="{{es_user}}" -ES_GROUP="{{es_group}}" -ES_HOME="{{es_home}}" -{% if es_max_open_files is defined %} -MAX_OPEN_FILES={{es_max_open_files}} -{% endif %} -# Maximum number of VMA (Virtual Memory Areas) a process can own -{% if es_max_map_count is defined %} -MAX_MAP_COUNT={{es_max_map_count}} -{% endif %} - -LOG_DIR="{{log_dir}}" -DATA_DIR={{ data_dirs | array_to_str }} -CONF_DIR="{{conf_dir}}" - -PID_DIR="{{pid_dir}}" -ES_JVM_OPTIONS="{{conf_dir}}/jvm.options" - -# Source the default env file -ES_ENV_FILE="{{instance_default_file}}" -if [ -f "$ES_ENV_FILE" ]; then - . "$ES_ENV_FILE" -fi - -# CONF_FILE setting was removed -if [ ! -z "$CONF_FILE" ]; then - echo "CONF_FILE setting is no longer supported. elasticsearch.yml must be placed in the config directory and cannot be renamed." - exit 1 -fi - -exec="$ES_HOME/bin/elasticsearch" -prog="{{es_instance_name}}_{{default_file | basename}}" -pidfile="$PID_DIR/${prog}.pid" - -export ES_JAVA_OPTS -export JAVA_HOME -export ES_INCLUDE -export ES_JVM_OPTIONS -export ES_STARTUP_SLEEP_TIME - -# export unsupported variables so bin/elasticsearch can reject them and inform the user these are unsupported -if test -n "$ES_MIN_MEM"; then export ES_MIN_MEM; fi -if test -n "$ES_MAX_MEM"; then export ES_MAX_MEM; fi -if test -n "$ES_HEAP_SIZE"; then export ES_HEAP_SIZE; fi -if test -n "$ES_HEAP_NEWSIZE"; then export ES_HEAP_NEWSIZE; fi -if test -n "$ES_DIRECT_SIZE"; then export ES_DIRECT_SIZE; fi -if test -n "$ES_USE_IPV4"; then export ES_USE_IPV4; fi -if test -n "$ES_GC_OPTS"; then export ES_GC_OPTS; fi -if test -n "$ES_GC_LOG_FILE"; then export ES_GC_LOG_FILE; fi - -lockfile=/var/lock/subsys/$prog - -# backwards compatibility for old config sysconfig files, pre 0.90.1 -if [ -n $USER ] && [ -z $ES_USER ] ; then - ES_USER=$USER -fi - -if [ ! -x "$exec" ]; then - echo "The elasticsearch startup script does not exists or it is not executable, tried: $exec" - exit 1 -fi - -checkJava() { - if [ -x "$JAVA_HOME/bin/java" ]; then - JAVA="$JAVA_HOME/bin/java" - else - JAVA=`which java` - fi - - if [ ! -x "$JAVA" ]; then - echo "Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME" - exit 1 - fi -} - -start() { - checkJava - [ -x $exec ] || exit 5 - - if [ -n "$MAX_OPEN_FILES" ]; then - ulimit -n $MAX_OPEN_FILES - fi - if [ -n "$MAX_LOCKED_MEMORY" ]; then - ulimit -l $MAX_LOCKED_MEMORY - fi - if [ -n "$MAX_MAP_COUNT" -a -f /proc/sys/vm/max_map_count ]; then - sysctl -q -w vm.max_map_count=$MAX_MAP_COUNT - fi - - # Ensure that the PID_DIR exists (it is cleaned at OS startup time) - if [ -n "$PID_DIR" ] && [ ! -e "$PID_DIR" ]; then - mkdir -p "$PID_DIR" && chown "$ES_USER":"$ES_GROUP" "$PID_DIR" - fi - if [ -n "$pidfile" ] && [ ! -e "$pidfile" ]; then - touch "$pidfile" && chown "$ES_USER":"$ES_GROUP" "$pidfile" - fi - - cd $ES_HOME - echo -n $"Starting $prog: " - # if not running, start it up here, usually something like "daemon $exec" - daemon --user $ES_USER --pidfile $pidfile $exec -p $pidfile -d -Edefault.path.logs=$LOG_DIR -Edefault.path.data=$DATA_DIR -Edefault.path.conf=$CONF_DIR - retval=$? - echo - [ $retval -eq 0 ] && touch $lockfile - return $retval -} - -stop() { - echo -n $"Stopping $prog: " - # stop it here, often "killproc $prog" - killproc -p $pidfile -d 86400 $prog - retval=$? - echo - [ $retval -eq 0 ] && rm -f $lockfile - return $retval -} - -restart() { - stop - start -} - -reload() { - restart -} - -force_reload() { - restart -} - -rh_status() { - # run checks to determine if the service is running or use generic status - status -p $pidfile $prog -} - -rh_status_q() { - rh_status >/dev/null 2>&1 -} - - -case "$1" in - start) - rh_status_q && exit 0 - $1 - ;; - stop) - rh_status_q || exit 0 - $1 - ;; - restart) - $1 - ;; - reload) - rh_status_q || exit 7 - $1 - ;; - force-reload) - force_reload - ;; - status) - rh_status - ;; - condrestart|try-restart) - rh_status_q || exit 0 - restart - ;; - *) - echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}" - exit 2 -esac -exit $? diff --git a/ansible/roles/elasticsearch/templates/jvm.options.j2 b/ansible/roles/elasticsearch/templates/jvm.options.j2 deleted file mode 100755 index 0cf7394891b49b803b88eb7ea71a135c81fe9023..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/jvm.options.j2 +++ /dev/null @@ -1,114 +0,0 @@ -## JVM configuration - -################################################################ -## IMPORTANT: JVM heap size -################################################################ -## -## You should always set the min and max JVM heap -## size to the same value. For example, to set -## the heap to 4 GB, set: -## -## -Xms4g -## -Xmx4g -## -## See https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html -## for more information -## -################################################################ - -# Xms represents the initial size of total heap space -# Xmx represents the maximum size of total heap space -{% if es_heap_size is defined %} --Xms{{ es_heap_size }} -{% else %} --Xms2g -{% endif %} - -{% if es_heap_size is defined %} --Xmx{{ es_heap_size }} -{% else %} --Xmx2g -{% endif %} - -################################################################ -## Expert settings -################################################################ -## -## All settings below this section are considered -## expert settings. Don't tamper with them unless -## you understand what you are doing -## -################################################################ - -## GC configuration --XX:+UseConcMarkSweepGC --XX:CMSInitiatingOccupancyFraction=75 --XX:+UseCMSInitiatingOccupancyOnly - -## optimizations - -# disable calls to System#gc --XX:+DisableExplicitGC - -# pre-touch memory pages used by the JVM during initialization --XX:+AlwaysPreTouch - -## basic - -# force the server VM --server - -# set to headless, just in case --Djava.awt.headless=true - -# ensure UTF-8 encoding by default (e.g. filenames) --Dfile.encoding=UTF-8 - -# use our provided JNA always versus the system one --Djna.nosys=true - -# flags to keep Netty from being unsafe --Dio.netty.noUnsafe=true --Dio.netty.noKeySetOptimization=true --Dio.netty.recycler.maxCapacityPerThread=0 - -# log4j 2 --Dlog4j.shutdownHookEnabled=false --Dlog4j2.disable.jmx=true --Dlog4j.skipJansi=true - -## heap dumps - -# generate a heap dump when an allocation from the Java heap fails -# heap dumps are created in the working directory of the JVM --XX:+HeapDumpOnOutOfMemoryError - -# specify an alternative path for heap dumps -# ensure the directory exists and has sufficient space -#-XX:HeapDumpPath=${heap.dump.path} - -## GC logging - -#-XX:+PrintGCDetails -#-XX:+PrintGCTimeStamps -#-XX:+PrintGCDateStamps -#-XX:+PrintClassHistogram -#-XX:+PrintTenuringDistribution -#-XX:+PrintGCApplicationStoppedTime - -# log GC status to a file with time stamps -# ensure the directory exists -#-Xloggc:${loggc} - -# Elasticsearch 5.0.0 will throw an exception on unquoted field names in JSON. -# If documents were already indexed with unquoted fields in a previous version -# of Elasticsearch, some operations may throw errors. -# -# WARNING: This option will be removed in Elasticsearch 6.0.0 and is provided -# only for migration purposes. -#-Delasticsearch.json.allow_unquoted_field_names=true -{% if es_jvm_custom_parameters !='' %} -{% for item in es_jvm_custom_parameters %} -{{ item }} -{% endfor %} -{% endif %} diff --git a/ansible/roles/elasticsearch/templates/log4j2.properties.j2 b/ansible/roles/elasticsearch/templates/log4j2.properties.j2 deleted file mode 100755 index 3702afff9f328c49e6939b4f6cfcacdb8dd87ebf..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/log4j2.properties.j2 +++ /dev/null @@ -1,74 +0,0 @@ -status = error - -# log action execution errors for easier debugging -logger.action.name = org.elasticsearch.action -logger.action.level = debug - -appender.console.type = Console -appender.console.name = console -appender.console.layout.type = PatternLayout -appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%m%n - -appender.rolling.type = RollingFile -appender.rolling.name = rolling -appender.rolling.fileName = ${sys:es.logs}.log -appender.rolling.layout.type = PatternLayout -appender.rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%.-10000m%n -appender.rolling.filePattern = ${sys:es.logs}-%d{yyyy-MM-dd}.log -appender.rolling.policies.type = Policies -appender.rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.rolling.policies.time.interval = 1 -appender.rolling.policies.time.modulate = true - -rootLogger.level = info -rootLogger.appenderRef.console.ref = console -rootLogger.appenderRef.rolling.ref = rolling - -appender.deprecation_rolling.type = RollingFile -appender.deprecation_rolling.name = deprecation_rolling -appender.deprecation_rolling.fileName = ${sys:es.logs}_deprecation.log -appender.deprecation_rolling.layout.type = PatternLayout -appender.deprecation_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%.-10000m%n -appender.deprecation_rolling.filePattern = ${sys:es.logs}_deprecation-%i.log.gz -appender.deprecation_rolling.policies.type = Policies -appender.deprecation_rolling.policies.size.type = SizeBasedTriggeringPolicy -appender.deprecation_rolling.policies.size.size = 1GB -appender.deprecation_rolling.strategy.type = DefaultRolloverStrategy -appender.deprecation_rolling.strategy.max = 4 - -logger.deprecation.name = org.elasticsearch.deprecation -logger.deprecation.level = warn -logger.deprecation.appenderRef.deprecation_rolling.ref = deprecation_rolling -logger.deprecation.additivity = false - -appender.index_search_slowlog_rolling.type = RollingFile -appender.index_search_slowlog_rolling.name = index_search_slowlog_rolling -appender.index_search_slowlog_rolling.fileName = ${sys:es.logs}_index_search_slowlog.log -appender.index_search_slowlog_rolling.layout.type = PatternLayout -appender.index_search_slowlog_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %marker%.-10000m%n -appender.index_search_slowlog_rolling.filePattern = ${sys:es.logs}_index_search_slowlog-%d{yyyy-MM-dd}.log -appender.index_search_slowlog_rolling.policies.type = Policies -appender.index_search_slowlog_rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.index_search_slowlog_rolling.policies.time.interval = 1 -appender.index_search_slowlog_rolling.policies.time.modulate = true - -logger.index_search_slowlog_rolling.name = index.search.slowlog -logger.index_search_slowlog_rolling.level = trace -logger.index_search_slowlog_rolling.appenderRef.index_search_slowlog_rolling.ref = index_search_slowlog_rolling -logger.index_search_slowlog_rolling.additivity = false - -appender.index_indexing_slowlog_rolling.type = RollingFile -appender.index_indexing_slowlog_rolling.name = index_indexing_slowlog_rolling -appender.index_indexing_slowlog_rolling.fileName = ${sys:es.logs}_index_indexing_slowlog.log -appender.index_indexing_slowlog_rolling.layout.type = PatternLayout -appender.index_indexing_slowlog_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %marker%.-10000m%n -appender.index_indexing_slowlog_rolling.filePattern = ${sys:es.logs}_index_indexing_slowlog-%d{yyyy-MM-dd}.log -appender.index_indexing_slowlog_rolling.policies.type = Policies -appender.index_indexing_slowlog_rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.index_indexing_slowlog_rolling.policies.time.interval = 1 -appender.index_indexing_slowlog_rolling.policies.time.modulate = true - -logger.index_indexing_slowlog.name = index.indexing.slowlog.index -logger.index_indexing_slowlog.level = trace -logger.index_indexing_slowlog.appenderRef.index_indexing_slowlog_rolling.ref = index_indexing_slowlog_rolling -logger.index_indexing_slowlog.additivity = false diff --git a/ansible/roles/elasticsearch/templates/security/role_mapping.yml.j2 b/ansible/roles/elasticsearch/templates/security/role_mapping.yml.j2 deleted file mode 100755 index 2584375226a3707c7fe3f6ef34f53e7f057edc68..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/security/role_mapping.yml.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ es_role_mapping | to_nice_yaml }} \ No newline at end of file diff --git a/ansible/roles/elasticsearch/templates/security/roles.yml.j2 b/ansible/roles/elasticsearch/templates/security/roles.yml.j2 deleted file mode 100755 index 9f211f2b07b434fcf5619ff982532b044f7ff269..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/security/roles.yml.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ es_roles.file | to_nice_yaml }} \ No newline at end of file diff --git a/ansible/roles/elasticsearch/templates/security/users_roles.j2 b/ansible/roles/elasticsearch/templates/security/users_roles.j2 deleted file mode 100755 index 1c0acfa1d7fefd29b6282a6ad59b5b0a1444495a..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/security/users_roles.j2 +++ /dev/null @@ -1 +0,0 @@ -{{users_roles | join("\n") }} \ No newline at end of file diff --git a/ansible/roles/elasticsearch/templates/systemd/elasticsearch.j2 b/ansible/roles/elasticsearch/templates/systemd/elasticsearch.j2 deleted file mode 100755 index dafae587f0c06709a815ff44fc8a1081de3731a0..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/templates/systemd/elasticsearch.j2 +++ /dev/null @@ -1,64 +0,0 @@ -[Unit] -Description=Elasticsearch-{{es_instance_name}} -Documentation=http://www.elastic.co -Wants=network-online.target -After=network-online.target - -[Service] -Environment=ES_HOME={{es_home}} -Environment=CONF_DIR={{conf_dir}} -Environment=DATA_DIR={{ data_dirs | array_to_str }} -Environment=LOG_DIR={{log_dir}} -Environment=PID_DIR={{pid_dir}} -EnvironmentFile=-{{instance_default_file}} - -WorkingDirectory={{es_home}} - -User={{es_user}} -Group={{es_group}} - -ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec - -ExecStart={{es_home}}/bin/elasticsearch \ - -p ${PID_DIR}/elasticsearch.pid \ - --quiet \ - -Edefault.path.logs=${LOG_DIR} \ - -Edefault.path.data=${DATA_DIR} \ - -Edefault.path.conf=${CONF_DIR} - - -# StandardOutput is configured to redirect to journalctl since -# some error messages may be logged in standard output before -# elasticsearch logging system is initialized. Elasticsearch -# stores its logs in /var/log/elasticsearch and does not use -# journalctl by default. If you also want to enable journalctl -# logging, you can simply remove the "quiet" option from ExecStart. -StandardOutput=journal -StandardError=inherit - -# Specifies the maximum file descriptor number that can be opened by this process -{% if es_max_open_files is defined %} -LimitNOFILE={{es_max_open_files}} -{% endif %} - -# Specifies the maximum number of bytes of memory that may be locked into RAM -# Set to "infinity" if you use the 'bootstrap.memory_lock: true' option -# in elasticsearch.yml and 'MAX_LOCKED_MEMORY=unlimited' in {{instance_default_file}} -{% if m_lock_enabled %} -LimitMEMLOCK=infinity -{% endif %} - -# Disable timeout logic and wait until process is stopped -TimeoutStopSec=0 - -# SIGTERM signal is used to stop the Java process -KillSignal=SIGTERM - -# Java process is never killed -SendSIGKILL=no - -# When a JVM receives a SIGTERM signal it exits with code 143 -SuccessExitStatus=143 - -[Install] -WantedBy=multi-user.target diff --git a/ansible/roles/elasticsearch/test/integration/config-5x/config.yml b/ansible/roles/elasticsearch/test/integration/config-5x/config.yml deleted file mode 100755 index a3c37e1917aea2609e43c1fa9f29381ea4366fb3..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/config-5x/config.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -- host: test-kitchen diff --git a/ansible/roles/elasticsearch/test/integration/config-5x/serverspec/default_spec.rb b/ansible/roles/elasticsearch/test/integration/config-5x/serverspec/default_spec.rb deleted file mode 100755 index 785614bf1b12a01d82bc376d146a0c51b48f9e0b..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/config-5x/serverspec/default_spec.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'config_spec' - -describe 'Config Tests v 5.x' do - include_examples 'config::init', "5.2.2", ["ingest-attachment","ingest-user-agent"] -end - diff --git a/ansible/roles/elasticsearch/test/integration/config.yml b/ansible/roles/elasticsearch/test/integration/config.yml deleted file mode 100755 index 9c652b26c868182196d9d8d1ab0f8b2242b5e564..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/config.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -#Test explicit setting of parameters and variables -- name: Elasticsearch Config initial - hosts: localhost - roles: - #expand to all available parameters - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"], es_log_dir: "/opt/elasticsearch/logs", es_user_id: 333, es_group_id: 333, es_config: {node.name: "node1", cluster.name: "custom-cluster", discovery.zen.ping.unicast.hosts: "localhost:9301", http.port: 9201, transport.tcp.port: 9301, node.data: false, node.master: true, bootstrap.memory_lock: false } } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_heap_size: 1g - es_api_port: 9201 - es_plugins: - - plugin: ingest-geoip - -#Modify the above configuration. Final test should evaluate this configuration. Also tests the plugins are added and removed. -- name: Elasticsearch Config test modify - hosts: localhost - roles: - #expand to all available parameters - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"], es_log_dir: "/opt/elasticsearch/logs", es_user_id: 333, es_group_id: 333, es_config: {node.name: "node1", cluster.name: "custom-cluster", discovery.zen.ping.unicast.hosts: "localhost:9501", http.port: 9401, transport.tcp.port: 9501, node.data: true, node.master: true, bootstrap.memory_lock: true } } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_heap_size: 1g - es_api_port: 9401 - es_plugins: - - plugin: ingest-attachment - - plugin: ingest-user-agent \ No newline at end of file diff --git a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/Gemfile b/ansible/roles/elasticsearch/test/integration/helpers/serverspec/Gemfile deleted file mode 100755 index e6aafc0bcc8c46a0cf4a4147e921548d8636f10f..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/Gemfile +++ /dev/null @@ -1,3 +0,0 @@ -source 'https://rubygems.org' - -gem 'rspec-retry' diff --git a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/config_spec.rb b/ansible/roles/elasticsearch/test/integration/helpers/serverspec/config_spec.rb deleted file mode 100755 index 95a4bfd129e8d81d56b9ba83dacdbfab6052bf52..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/config_spec.rb +++ /dev/null @@ -1,149 +0,0 @@ -require 'spec_helper' - -shared_examples 'config::init' do |es_version,plugins| - - describe user('elasticsearch') do - it { should exist } - end - - describe group('elasticsearch') do - it { should have_gid 333 } - end - - describe user('elasticsearch') do - it { should have_uid 333 } - end - - describe service('node1_elasticsearch') do - it { should be_running } - end - - describe package('elasticsearch') do - it { should be_installed } - end - - describe file('/etc/elasticsearch/node1/elasticsearch.yml') do - it { should be_file } - end - - #test configuration parameters have been set - test all appropriately set in config file - describe file('/etc/elasticsearch/node1/elasticsearch.yml') do - it { should contain 'http.port: 9401' } - it { should contain 'transport.tcp.port: 9501' } - it { should contain 'node.data: true' } - it { should contain 'node.master: true' } - it { should contain 'cluster.name: custom-cluster' } - it { should contain 'node.name: node1' } - it { should contain 'bootstrap.memory_lock: true' } - it { should contain 'discovery.zen.ping.unicast.hosts: localhost:9501' } - it { should contain 'path.conf: /etc/elasticsearch/node1' } - it { should contain 'path.data: /opt/elasticsearch/data-1/localhost-node1,/opt/elasticsearch/data-2/localhost-node1' } - it { should contain 'path.logs: /opt/elasticsearch/logs/localhost-node1' } - end - - #test directories exist - describe file('/etc/elasticsearch/node1') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/opt/elasticsearch/data-1/localhost-node1') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/opt/elasticsearch/data-2/localhost-node1') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/opt/elasticsearch/logs/localhost-node1') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - #test we started on the correct port was used - describe command('curl -s "localhost:9401"') do - #TODO: This is returning an empty string - #its(:stdout) { should match /\"status\" : 200/ } - its(:exit_status) { should eq 0 } - end - - #test to make sure mlock was applied - describe command('curl -s "localhost:9401/_nodes/process?pretty" | grep mlockall') do - its(:stdout) { should match /true/ } - its(:exit_status) { should eq 0 } - end - - - describe 'version check' do - it 'should be reported as version '+es_version do - command = command('curl -s localhost:9401 | grep number') - expect(command.stdout).to match(es_version) - expect(command.exit_status).to eq(0) - end - end - - for plugin in plugins - describe file('/usr/share/elasticsearch/plugins/'+plugin) do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - #confirm plugins are installed and the correct version - describe command('curl -s localhost:9401/_nodes/plugins | grep \'"name":"'+plugin+'","version":"'+es_version+'"\'') do - its(:exit_status) { should eq 0 } - end - end - - #explit test to make sure ingest-geoip is not installed - describe file('/usr/share/elasticsearch/plugins/ingest-geoip') do - it { should_not exist } - end - #confirm plugins are installed and the correct version - describe command('curl -s localhost:9200/_nodes/plugins | grep \'"name":"ingest-geoip","version":"'+es_version+'"\'') do - its(:exit_status) { should eq 1 } - end - - describe file('/etc/init.d/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/default/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/sysconfig/elasticsearch') do - it { should_not exist } - end - - describe file('/usr/lib/systemd/system/elasticsearch.service') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/elasticsearch.yml') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/logging.yml') do - it { should_not exist } - end - - #Init vs Systemd tests - #Ubuntu 15 and up - #Debian 8 and up - #Centos 7 and up - - if (((os[:family] == 'redhat' || os[:family] == 'centos') && os[:release].to_f >= 7.0) || - (os[:family] == 'ubuntu' && os[:release].to_f >= 15.0) || - (os[:family] == 'debian' && os[:release].to_f >= 8.0)) - describe file('/usr/lib/systemd/system/node1_elasticsearch.service') do - it { should be_file } - it { should contain 'LimitMEMLOCK=infinity' } - end - else - describe file('/etc/init.d/node1_elasticsearch') do - it { should be_file } - end - end -end - diff --git a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/multi_spec.rb b/ansible/roles/elasticsearch/test/integration/helpers/serverspec/multi_spec.rb deleted file mode 100755 index 003ffe6c9bfd60af8f4a67da0aa1cdab58aacb97..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/multi_spec.rb +++ /dev/null @@ -1,225 +0,0 @@ -require 'spec_helper' - -shared_examples 'multi::init' do |es_version,plugins| - - describe user('elasticsearch') do - it { should exist } - end - - describe service('node1_elasticsearch') do - it { should be_running } - end - - describe service('master_elasticsearch') do - it { should be_running } - end - - describe package('elasticsearch') do - it { should be_installed } - end - - #test configuration parameters have been set - test all appropriately set in config file - describe file('/etc/elasticsearch/node1/elasticsearch.yml') do - it { should be_file } - it { should contain 'http.port: 9201' } - it { should contain 'transport.tcp.port: 9301' } - it { should contain 'node.data: true' } - it { should contain 'node.master: false' } - it { should contain 'node.name: localhost-node1' } - it { should_not contain 'bootstrap.memory_lock: true' } - it { should contain 'path.conf: /etc/elasticsearch/node1' } - it { should contain 'path.data: /opt/elasticsearch/data-1/localhost-node1,/opt/elasticsearch/data-2/localhost-node1' } - it { should contain 'path.logs: /var/log/elasticsearch/localhost-node1' } - end - - - #test configuration parameters have been set for master - test all appropriately set in config file - describe file('/etc/elasticsearch/master/elasticsearch.yml') do - it { should be_file } - it { should contain 'http.port: 9200' } - it { should contain 'transport.tcp.port: 9300' } - it { should contain 'node.data: false' } - it { should contain 'node.master: true' } - it { should contain 'node.name: localhost-master' } - it { should contain 'bootstrap.memory_lock: true' } - it { should contain 'path.conf: /etc/elasticsearch/master' } - it { should contain 'path.data: /opt/elasticsearch/master/localhost-master' } - it { should contain 'path.logs: /var/log/elasticsearch/localhost-master' } - end - - describe 'Master listening' do - it 'listening in port 9200' do - expect(port 9200).to be_listening - end - end - - describe 'Node listening' do - it 'node should be listening in port 9201' do - expect(port 9201).to be_listening - end - end - - #test we started on the correct port was used for master - describe 'master started' do - it 'master node should be running', :retry => 3, :retry_wait => 10 do - command = command('curl "localhost:9200" | grep name') - #expect(command.stdout).should match '/*master_localhost*/' - expect(command.exit_status).to eq(0) - end - end - - #test we started on the correct port was used for node 1 - describe 'node1 started' do - it 'node should be running', :retry => 3, :retry_wait => 10 do - command = command('curl "localhost:9201" | grep name') - #expect(command.stdout).should match '/*node1_localhost*/' - expect(command.exit_status).to eq(0) - end - end - - describe file('/etc/elasticsearch/templates') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/templates/basic.json') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe 'Template Installed' do - it 'should be reported as being installed', :retry => 3, :retry_wait => 10 do - command = command('curl localhost:9200/_template/basic') - expect(command.stdout).to match(/basic/) - expect(command.exit_status).to eq(0) - end - end - - describe 'Template Installed' do - it 'should be reported as being installed', :retry => 3, :retry_wait => 10 do - command = command('curl localhost:9201/_template/basic') - expect(command.stdout).to match(/basic/) - expect(command.exit_status).to eq(0) - end - end - - #Confirm scripts are on both nodes - describe file('/etc/elasticsearch/node1/scripts') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/node1/scripts/calculate-score.groovy') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/master/scripts') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/master/scripts/calculate-score.groovy') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - #Confirm that the data directory has only been set for the first node - describe file('/opt/elasticsearch/master/localhost-master') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/opt/elasticsearch/data-1/localhost-node1') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - - describe file('/opt/elasticsearch/data-2/localhost-node1') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - #test to make sure mlock was applied - describe command('curl -s "localhost:9200/_nodes/localhost-master/process?pretty=true" | grep mlockall') do - its(:stdout) { should match /true/ } - its(:exit_status) { should eq 0 } - end - - #test to make sure mlock was not applied - describe command('curl -s "localhost:9201/_nodes/localhost-node1/process?pretty=true" | grep mlockall') do - its(:stdout) { should match /false/ } - its(:exit_status) { should eq 0 } - end - - describe 'version check on master' do - it 'should be reported as version '+es_version do - command = command('curl -s localhost:9200 | grep number') - expect(command.stdout).to match(es_version) - expect(command.exit_status).to eq(0) - end - end - - describe 'version check on data' do - it 'should be reported as version '+es_version do - command = command('curl -s localhost:9201 | grep number') - expect(command.stdout).to match(es_version) - expect(command.exit_status).to eq(0) - end - end - - for plugin in plugins - - describe command('curl -s localhost:9200/_nodes/plugins?pretty=true | grep '+plugin) do - its(:exit_status) { should eq 0 } - end - - describe command('curl -s localhost:9201/_nodes/plugins?pretty=true | grep '+plugin) do - its(:exit_status) { should eq 0 } - end - - describe file('/usr/share/elasticsearch/plugins/'+plugin) do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - end - - describe file('/etc/init.d/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/default/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/sysconfig/elasticsearch') do - it { should_not exist } - end - - describe file('/usr/lib/systemd/system/elasticsearch.service') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/elasticsearch.yml') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/logging.yml') do - it { should_not exist } - end - - - #Test server spec file has been created and modified - currently not possible as not copied for debian 8 - #describe file('/usr/lib/systemd/system/master_elasticsearch.service') do - # it { should be_file } - # it { should contain 'LimitMEMLOCK=infinity' } - #end - - #describe file('/usr/lib/systemd/system/node1_elasticsearch.service') do - # it { should be_file } - # it { should_not contain 'LimitMEMLOCK=infinity' } - #end - -end - diff --git a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/package_spec.rb b/ansible/roles/elasticsearch/test/integration/helpers/serverspec/package_spec.rb deleted file mode 100755 index ac68bc28c9fcbd67d3d4953940fc6fafa46a7590..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/package_spec.rb +++ /dev/null @@ -1,109 +0,0 @@ -require 'spec_helper' - -shared_examples 'package::init' do |es_version,plugins| - - describe user('elasticsearch') do - it { should exist } - end - - describe service('node1_elasticsearch') do - it { should be_running } - end - - describe package('elasticsearch') do - it { should be_installed } - end - - describe file('/etc/elasticsearch/node1/elasticsearch.yml') do - it { should be_file } - it { should contain 'http.port: 9200' } - it { should contain 'transport.tcp.port: 9300' } - it { should contain 'discovery.zen.ping.unicast.hosts: localhost:9300' } - end - - describe file('/etc/elasticsearch/node1/scripts') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/node1/scripts/calculate-score.groovy') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe 'Node listening' do - it 'listening in port 9200' do - expect(port 9200).to be_listening - end - end - - describe file('/etc/elasticsearch/templates') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/templates/basic.json') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe 'Template Installed' do - it 'should be reported as being installed', :retry => 3, :retry_wait => 10 do - command = command('curl -s "localhost:9200/_template/basic"') - expect(command.stdout).to match(/basic/) - expect(command.exit_status).to eq(0) - end - end - - describe 'version check' do - it 'should be reported as version '+es_version do - command = command('curl -s localhost:9200 | grep number') - expect(command.stdout).to match(es_version) - expect(command.exit_status).to eq(0) - end - end - - describe file('/usr/share/elasticsearch/plugins') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - - for plugin in plugins - describe file('/usr/share/elasticsearch/plugins/'+plugin) do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - #confirm plugins are installed and the correct version - describe command('curl -s localhost:9200/_nodes/plugins | grep \'"name":"'+plugin+'","version":"'+es_version+'"\'') do - its(:exit_status) { should eq 0 } - end - end - - - describe file('/etc/init.d/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/default/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/sysconfig/elasticsearch') do - it { should_not exist } - end - - describe file('/usr/lib/systemd/system/elasticsearch.service') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/elasticsearch.yml') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/logging.yml') do - it { should_not exist } - end - -end - diff --git a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/spec_helper.rb b/ansible/roles/elasticsearch/test/integration/helpers/serverspec/spec_helper.rb deleted file mode 100755 index 1a1bfb522f92c9cb4021d3915a922d1ee61bebeb..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/spec_helper.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'serverspec' -set :backend, :exec - -require 'rspec/retry' - -RSpec.configure do |config| - # show retry status in spec process - config.verbose_retry = true - # show exception that triggers a retry if verbose_retry is set to true - config.display_try_failure_messages = true -end \ No newline at end of file diff --git a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/standard_spec.rb b/ansible/roles/elasticsearch/test/integration/helpers/serverspec/standard_spec.rb deleted file mode 100755 index 6272ed2bf9827eeb38cdc187c3e8f1ef8ed28bc8..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/standard_spec.rb +++ /dev/null @@ -1,79 +0,0 @@ -require 'spec_helper' - -shared_examples 'standard::init' do |es_version| - - describe user('elasticsearch') do - it { should exist } - end - - describe service('node1_elasticsearch') do - it { should be_running } - end - - describe package('elasticsearch') do - it { should be_installed } - end - - describe file('/etc/elasticsearch/node1/elasticsearch.yml') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/node1/log4j2.properties') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/node1/jvm.options') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/node1/elasticsearch.yml') do - it { should contain 'node.name: localhost-node1' } - it { should contain 'cluster.name: elasticsearch' } - it { should contain 'path.conf: /etc/elasticsearch/node1' } - it { should contain 'path.data: /var/lib/elasticsearch/localhost-node1' } - it { should contain 'path.logs: /var/log/elasticsearch/localhost-node1' } - end - - describe 'Node listening' do - it 'listening in port 9200' do - expect(port 9200).to be_listening - end - end - - describe 'version check' do - it 'should be reported as version '+es_version do - command = command('curl -s localhost:9200 | grep number') - expect(command.stdout).to match(es_version) - expect(command.exit_status).to eq(0) - end - end - - describe file('/etc/init.d/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/default/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/sysconfig/elasticsearch') do - it { should_not exist } - end - - describe file('/usr/lib/systemd/system/elasticsearch.service') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/elasticsearch.yml') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/logging.yml') do - it { should_not exist } - end - -end - diff --git a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/xpack_spec.rb b/ansible/roles/elasticsearch/test/integration/helpers/serverspec/xpack_spec.rb deleted file mode 100755 index 08a7cac535336cd2a8b2f11688b7795ef9479842..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/helpers/serverspec/xpack_spec.rb +++ /dev/null @@ -1,203 +0,0 @@ -require 'spec_helper' - -shared_examples 'xpack::init' do |es_version,plugins| - - describe user('elasticsearch') do - it { should exist } - end - - describe service('security_node_elasticsearch') do - it { should be_running } - end - - describe package('elasticsearch') do - it { should be_installed } - end - - describe file('/etc/elasticsearch/security_node/elasticsearch.yml') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/security_node/log4j2.properties') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/security_node/elasticsearch.yml') do - it { should contain 'node.name: localhost-security_node' } - it { should contain 'cluster.name: elasticsearch' } - it { should contain 'path.conf: /etc/elasticsearch/security_node' } - it { should contain 'path.data: /var/lib/elasticsearch/localhost-security_node' } - it { should contain 'path.logs: /var/log/elasticsearch/localhost-security_node' } - end - - describe 'Node listening' do - it 'listening in port 9200' do - expect(port 9200).to be_listening - end - end - - describe 'version check' do - it 'should be reported as version '+es_version do - command = command('curl -s localhost:9200 -u es_admin:changeMeAgain | grep number') - expect(command.stdout).to match(es_version) - expect(command.exit_status).to eq(0) - end - end - - describe file('/etc/init.d/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/default/elasticsearch') do - it { should_not exist } - end - - describe file('/etc/sysconfig/elasticsearch') do - it { should_not exist } - end - - describe file('/usr/lib/systemd/system/elasticsearch.service') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/elasticsearch.yml') do - it { should_not exist } - end - - describe file('/etc/elasticsearch/logging.yml') do - it { should_not exist } - end - - #Xpack specific tests - describe file('/usr/share/elasticsearch/plugins') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - #Test if x-pack is activated - describe 'x-pack activation' do - it 'should be activated and valid' do - command = command('curl -s localhost:9200/_license?pretty=true -u es_admin:changeMeAgain') - expect(command.stdout).to match('"status" : "active"') - expect(command.exit_status).to eq(0) - end - end - - describe file('/usr/share/elasticsearch/plugins/x-pack') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe command('curl -s localhost:9200/_nodes/plugins?pretty=true -u es_admin:changeMeAgain | grep x-pack') do - its(:exit_status) { should eq 0 } - end - - describe file('/etc/elasticsearch/security_node/x-pack') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/usr/share/elasticsearch/plugins/x-pack') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - for plugin in plugins - describe file('/usr/share/elasticsearch/plugins/'+plugin) do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe command('curl -s localhost:9200/_nodes/plugins -u es_admin:changeMeAgain | grep \'"name":"'+plugin+'","version":"'+es_version+'"\'') do - its(:exit_status) { should eq 0 } - end - end - - #Test users file, users_roles and roles.yml - describe file('/etc/elasticsearch/security_node/x-pack/users_roles') do - it { should be_owned_by 'elasticsearch' } - it { should contain 'admin:es_admin' } - it { should contain 'power_user:testUser' } - end - - describe file('/etc/elasticsearch/security_node/x-pack/users') do - it { should be_owned_by 'elasticsearch' } - it { should contain 'testUser:' } - it { should contain 'es_admin:' } - end - - - describe file('/etc/elasticsearch/security_node/x-pack/roles.yml') do - it { should be_owned_by 'elasticsearch' } - #Test contents as expected - its(:md5sum) { should eq '7800182547287abd480c8b095bf26e9e' } - end - - - #Test native roles and users are loaded - describe command('curl -s localhost:9200/_xpack/security/user -u es_admin:changeMeAgain | md5sum | grep 74bcc9f9534b253c1204e264df21496c') do - its(:exit_status) { should eq 0 } - end - - describe command('curl -s localhost:9200/_xpack/security/role -u es_admin:changeMeAgain | md5sum | grep 2bf3ffbb9cabf26bb25de6334c4da323') do - its(:exit_status) { should eq 0 } - end - - describe file('/etc/elasticsearch/templates') do - it { should be_directory } - it { should be_owned_by 'elasticsearch' } - end - - describe file('/etc/elasticsearch/templates/basic.json') do - it { should be_file } - it { should be_owned_by 'elasticsearch' } - end - - describe 'Template Installed' do - it 'should be reported as being installed', :retry => 3, :retry_wait => 10 do - command = command('curl -s "localhost:9200/_template/basic" -u es_admin:changeMeAgain') - expect(command.stdout).to match(/basic/) - expect(command.exit_status).to eq(0) - end - end - - #This is possibly subject to format changes in the response across versions so may fail in the future - describe 'Template Contents Correct' do - it 'should be reported as being installed', :retry => 3, :retry_wait => 10 do - command = command('curl -s "localhost:9200/_template/basic" -u es_admin:changeMeAgain | md5sum') - expect(command.stdout).to match(/153b1a45daf48ccee80395b85c61e332/) - end - end - - #Test contents of Elasticsearch.yml file - describe file('/etc/elasticsearch/security_node/elasticsearch.yml') do - it { should contain 'security.authc.realms.file1.order: 0' } - it { should contain 'security.authc.realms.file1.type: file' } - it { should contain 'security.authc.realms.native1.order: 1' } - it { should contain 'security.authc.realms.native1.type: native' } - end - - #Test contents of role_mapping.yml - describe file('/etc/elasticsearch/security_node/x-pack/role_mapping.yml') do - it { should be_owned_by 'elasticsearch' } - it { should contain 'power_user:' } - it { should contain '- cn=admins,dc=example,dc=com' } - it { should contain 'user:' } - it { should contain '- cn=admins,dc=example,dc=com' } - end - - - describe file('/etc/elasticsearch/security_node/x-pack/system_key') do - it { should be_owned_by 'elasticsearch' } - it { should be_writable.by('owner') } - it { should be_writable.by_user('elasticsearch') } - it { should be_readable.by('owner') } - it { should be_readable.by_user('elasticsearch') } - it { should_not be_executable } - #Test contents as expected - its(:md5sum) { should eq '6ff0e6c4380a6ac0f6e04d871c0ca5e8' } - end -end - diff --git a/ansible/roles/elasticsearch/test/integration/multi-5x/multi.yml b/ansible/roles/elasticsearch/test/integration/multi-5x/multi.yml deleted file mode 100755 index a3c37e1917aea2609e43c1fa9f29381ea4366fb3..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/multi-5x/multi.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -- host: test-kitchen diff --git a/ansible/roles/elasticsearch/test/integration/multi-5x/serverspec/default_spec.rb b/ansible/roles/elasticsearch/test/integration/multi-5x/serverspec/default_spec.rb deleted file mode 100755 index 7020270cddc3f0784ee2361dcb02208983c387d4..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/multi-5x/serverspec/default_spec.rb +++ /dev/null @@ -1,8 +0,0 @@ -require 'multi_spec' - - -describe 'Multi Tests v 5.x' do - include_examples 'multi::init', "5.2.2", ["ingest-geoip"] -end - - diff --git a/ansible/roles/elasticsearch/test/integration/multi.yml b/ansible/roles/elasticsearch/test/integration/multi.yml deleted file mode 100755 index 702b11f0f66120fdc130596204dc969dc1dfb9ff..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/multi.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- -#Test ability to deploy multiple instances to a machine -- name: Elasticsearch Multi test - master on 9200 - hosts: localhost - vars: - es_scripts: true - es_templates: true - es_heap_size: "1g" - es_api_port: 9200 - es_plugins: - - plugin: ingest-geoip - roles: - - { role: elasticsearch, es_instance_name: "master", es_data_dirs: ["/opt/elasticsearch/master"], es_config: { discovery.zen.ping.unicast.hosts: "localhost:9300", http.port: 9200, transport.tcp.port: 9300, node.data: false, node.master: true, bootstrap.memory_lock: true } } - -- name: Elasticsearch Multi test - data on 9201 - hosts: localhost - vars: - es_scripts: true - es_templates: true - es_heap_size: "1g" - es_api_port: 9201 - es_plugins: - - plugin: ingest-geoip - roles: - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: "/opt/elasticsearch/data-1,/opt/elasticsearch/data-2", es_config: { discovery.zen.ping.unicast.hosts: "localhost:9300", http.port: 9201, transport.tcp.port: 9301, node.data: true, node.master: false } } -#Plugins installed for this test are specified in .kitchen.yml under suite diff --git a/ansible/roles/elasticsearch/test/integration/package-5x/package.yaml b/ansible/roles/elasticsearch/test/integration/package-5x/package.yaml deleted file mode 100755 index a3c37e1917aea2609e43c1fa9f29381ea4366fb3..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/package-5x/package.yaml +++ /dev/null @@ -1,2 +0,0 @@ ---- -- host: test-kitchen diff --git a/ansible/roles/elasticsearch/test/integration/package-5x/serverspec/default_spec.rb b/ansible/roles/elasticsearch/test/integration/package-5x/serverspec/default_spec.rb deleted file mode 100755 index 6c553ae499e88f4aa3bdc35dca26288d1fd5af27..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/package-5x/serverspec/default_spec.rb +++ /dev/null @@ -1,6 +0,0 @@ -require 'package_spec' - - -describe 'Package Tests v 5.x' do - include_examples 'package::init', "5.2.2", ["ingest-attachment","ingest-geoip"] -end \ No newline at end of file diff --git a/ansible/roles/elasticsearch/test/integration/package.yml b/ansible/roles/elasticsearch/test/integration/package.yml deleted file mode 100755 index 4cfd73cd946f7aa1901e6c14582709df4be49b83..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/package.yml +++ /dev/null @@ -1,29 +0,0 @@ ---- -- name: Elasticsearch Package test intial - hosts: localhost - roles: - - { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" } - vars: - es_scripts: true - es_templates: true - es_heap_size: "1g" - es_api_port: 9200 - es_version: "5.1.2" - es_plugins: - - plugin: ingest-geoip - - -#Tests the plugins have been correctly removed and ES can be upgraded between minor versions. All plugins will be removed and re-installed. -- name: Elasticsearch Package test modify - hosts: localhost - roles: - - { role: elasticsearch, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300" }, es_instance_name: "node1" } - vars: - es_scripts: true - es_templates: true - es_version: "5.2.2" - es_heap_size: "1g" - es_api_port: 9200 - es_plugins: - - plugin: ingest-attachment - - plugin: ingest-geoip diff --git a/ansible/roles/elasticsearch/test/integration/standard-5x/serverspec/default_spec.rb b/ansible/roles/elasticsearch/test/integration/standard-5x/serverspec/default_spec.rb deleted file mode 100755 index 22b0976224e1bdee993c51e7c7d424a61c248944..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/standard-5x/serverspec/default_spec.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'standard_spec' - - -describe 'Standard Tests v 5.x' do - include_examples 'standard::init', "5.2.2" -end - - - diff --git a/ansible/roles/elasticsearch/test/integration/standard-5x/standard.yml b/ansible/roles/elasticsearch/test/integration/standard-5x/standard.yml deleted file mode 100755 index a3c37e1917aea2609e43c1fa9f29381ea4366fb3..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/standard-5x/standard.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -- host: test-kitchen diff --git a/ansible/roles/elasticsearch/test/integration/standard.yml b/ansible/roles/elasticsearch/test/integration/standard.yml deleted file mode 100755 index 7d8e6cc78d872fc8e1255f34704fc4611d766e37..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/standard.yml +++ /dev/null @@ -1,12 +0,0 @@ ---- -- name: Standard test for single node setup. Tests idempotence. - hosts: localhost - roles: - - { role: elasticsearch, es_instance_name: "node1" } - vars: - es_use_repository: "true" - es_heap_size: "1g" - es_plugins: - - plugin: ingest-geoip - -#Do not add tests here. This test is run twice and confirms idempotency. \ No newline at end of file diff --git a/ansible/roles/elasticsearch/test/integration/xpack-5x/serverspec/default_spec.rb b/ansible/roles/elasticsearch/test/integration/xpack-5x/serverspec/default_spec.rb deleted file mode 100755 index aa7e6977b70179872be1b0737026c6cb3c0e7c47..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/xpack-5x/serverspec/default_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'xpack_spec' - -describe 'Xpack Tests v 5.x' do - include_examples 'xpack::init', "5.2.2", ["ingest-attachment"] -end diff --git a/ansible/roles/elasticsearch/test/integration/xpack-5x/xpack.yml b/ansible/roles/elasticsearch/test/integration/xpack-5x/xpack.yml deleted file mode 100755 index a3c37e1917aea2609e43c1fa9f29381ea4366fb3..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/xpack-5x/xpack.yml +++ /dev/null @@ -1,2 +0,0 @@ ---- -- host: test-kitchen diff --git a/ansible/roles/elasticsearch/test/integration/xpack.yml b/ansible/roles/elasticsearch/test/integration/xpack.yml deleted file mode 100755 index b468874a24e32a7305222f391e6d2e1aeb4946e7..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/test/integration/xpack.yml +++ /dev/null @@ -1,124 +0,0 @@ ---- -- name: Elasticsearch Xpack tests initial - hosts: localhost - roles: - - { role: elasticsearch, es_api_port: 9200, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300", - "xpack.security.authc.realms.file1.type": "file","xpack.security.authc.realms.file1.order": 0, "xpack.security.authc.realms.native1.type": "native","xpack.security.authc.realms.native1.order": 1 }, - es_instance_name: "security_node" } - vars: - es_heap_size: "1g" - es_templates: true - es_version: "5.1.2" - es_enable_xpack: true - es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}" - es_plugins: - - plugin: ingest-geoip - es_xpack_features: - - security - - alerting - es_api_basic_auth_username: elastic - es_api_basic_auth_password: changeme - es_message_auth_file: system_key - es_role_mapping: - power_user: - - "cn=admins,dc=example,dc=com" - user: - - "cn=users,dc=example,dc=com" - - "cn=admins,dc=example,dc=com" - es_users: - native: - kibana4_server: - password: changeMe - roles: - - kibana4_server - file: - es_admin: - password: changeMe - roles: - - admin - testUser: - password: changeMeAlso! - roles: - - power_user - - user - es_roles: - file: - admin: - cluster: - - all - indices: - - names: '*' - privileges: - - all - power_user: - cluster: - - monitor - indices: - - names: '*' - privileges: - - all - user: - indices: - - names: '*' - privileges: - - read - kibana4_server: - cluster: - - monitor - indices: - - names: '.kibana' - privileges: - - all - native: - logstash: - cluster: - - manage_index_templates - indices: - - names: 'logstash-*' - privileges: - - write - - delete - - create_index - -#modifies the installation. Changes es_admin password and upgrades ES. Tests confirm the correct version is installed. -- name: Elasticsearch Xpack modify - hosts: localhost - roles: - - { role: elasticsearch, es_api_port: 9200, es_config: { "http.port": 9200, "transport.tcp.port":9300, discovery.zen.ping.unicast.hosts: "localhost:9300", - "xpack.security.authc.realms.file1.type": "file","xpack.security.authc.realms.file1.order": 0, "xpack.security.authc.realms.native1.type": "native","xpack.security.authc.realms.native1.order": 1 }, - es_instance_name: "security_node" } - vars: - es_heap_size: "1g" - es_templates: true - es_version: "5.2.2" - es_enable_xpack: true - es_xpack_license: "{{ lookup('file', '/tmp/license.json') }}" - es_plugins: - - plugin: ingest-attachment - es_xpack_features: - - security - - alerting - es_api_basic_auth_username: elastic - es_api_basic_auth_password: changeme - es_role_mapping: - power_user: - - "cn=admins,dc=example,dc=com" - user: - - "cn=users,dc=example,dc=com" - - "cn=admins,dc=example,dc=com" - es_users: - native: - kibana4_server: - password: changeMe - roles: - - kibana4_server - file: - es_admin: - password: changeMeAgain - roles: - - admin - testUser: - password: changeMeAlso! - roles: - - power_user - - user \ No newline at end of file diff --git a/ansible/roles/elasticsearch/vars/Debian.yml b/ansible/roles/elasticsearch/vars/Debian.yml deleted file mode 100755 index 071736ef70e9162b00f5b07b838e6d10dd27db2d..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/vars/Debian.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -java: "{% if es_java is defined %}{{es_java}}{% else %}openjdk-8-jre-headless{% endif %}" -default_file: "/etc/default/elasticsearch" -es_home: "/usr/share/elasticsearch" diff --git a/ansible/roles/elasticsearch/vars/RedHat.yml b/ansible/roles/elasticsearch/vars/RedHat.yml deleted file mode 100755 index b0aa42b2bb3f60548b6308c8c5859aee83ee40e8..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/vars/RedHat.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -java: "{{ es_java | default('java-1.8.0-openjdk.x86_64') }}" -default_file: "/etc/sysconfig/elasticsearch" -es_home: "/usr/share/elasticsearch" \ No newline at end of file diff --git a/ansible/roles/elasticsearch/vars/main.yml b/ansible/roles/elasticsearch/vars/main.yml deleted file mode 100755 index 3d50db2eb14105151ecc67f18d83fd1109fa6010..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch/vars/main.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch" -es_conf_dir: "/etc/elasticsearch" -sysd_script: "/usr/lib/systemd/system/elasticsearch.service" -init_script: "/etc/init.d/elasticsearch" -#add supported features here -supported_xpack_features: ["alerting","monitoring","graph","security"] \ No newline at end of file diff --git a/ansible/roles/elasticsearch_dependencies/main.yml b/ansible/roles/elasticsearch_dependencies/main.yml deleted file mode 100644 index b4752a62af76d2f4637c5fb3147a8bc422be002e..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_dependencies/main.yml +++ /dev/null @@ -1,6 +0,0 @@ - -- debug: msg="Installing jmespath" - -- name: Install jmespath - apt: name=jmespath state=present - become: yes diff --git a/ansible/roles/elasticsearch_old/defaults/main.yml b/ansible/roles/elasticsearch_old/defaults/main.yml deleted file mode 100644 index 32f111f44a71f6ff819d4dc5fa895a8168bfe9a7..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/defaults/main.yml +++ /dev/null @@ -1,57 +0,0 @@ ---- -# Elasticsearch release and version to install -es_release: "2.4" -es_minor_release: "5" -es_user: elasticsearch -es_logging_level: INFO -es_etc_path_data: /var/lib/elasticsearch -es_default_max_open_files: 65535 -es_etc_index_number_of_shards: 1 -es_version: "{{ es_release }}.{{es_minor_release}}" -backup_storage_name: -backup_storage_key: -# Wait for elasticsearch to be listening for connections before proceeding -# (e.g. after install / restart) -es_wait_for_listen: yes -es_etc_network_host: 0.0.0.0 - -# Plugins to install, specified as: -# - name: <plugin name, including optional version string> -# url: <optional url to download the plugin from> -# plugin_file: <optional plugin file to check if the plugin is installed> -es_plugins: [] - - -# Other settings can be set here - -# Settings in /etc/defaults/elasticsearch, for example: -# es_default_es_user: elasticsearch -# es_default_es_group: elasticsearch -# -# See templates/elasticsearch for a full list and description of the settings -# Additional settings not on the list can also be added like this: -# -# es_default: -# CUSTOM_VAR_ONE: 1 -# CUSTOM_VAR_TWO: two -# -# This will become: -# -# CUSTOM_VAR_ONE=1 -# CUSTOM_VAR_TWO=two - -# Settings in /etc/elasticsearch/elasticsearch.yml, for example: -# es_etc_cluster_name: elasticsearch -# es_etc_index_number_of_shards: 3 -# See templates/elasticsearch.yml for a full list and description of the settings -# -# Additional settings not on the list can also be added like this: -# -# es_etc: -# http.max_header_size: 16kB -# transport.tcp.connect_timeout: 20s -# -# This will become: -# -# http.max_header_size: 16kB -# transport.tcp.connect_timeout: 20s diff --git a/ansible/roles/elasticsearch_old/handlers/main.yml b/ansible/roles/elasticsearch_old/handlers/main.yml deleted file mode 100644 index db49efaf7f5c98a416bebbf02bc4333c68ca557f..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/handlers/main.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Restart elasticsearch - service: name=elasticsearch state=restarted - notify: Wait for elasticsearch to be listening for connections - -- name: Wait for elasticsearch to be listening for connections - wait_for: port={{ es_etc_http_port | default(9200) }} - when: es_wait_for_listen diff --git a/ansible/roles/elasticsearch_old/tasks/debian.yml b/ansible/roles/elasticsearch_old/tasks/debian.yml deleted file mode 100644 index 8a375e384868f8297dc9454516221d085cb73004..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/tasks/debian.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- name: Add ElasticSearch repo public signing key - apt_key: id=46095ACC8548582C1A2699A9D27D666CD88E42B4 url=https://packages.elastic.co/GPG-KEY-elasticsearch state=present - -- name: Add ElasticSearch repository - apt_repository: - repo: 'deb http://packages.elasticsearch.org/elasticsearch/2.x/debian stable main' - state: present - -- name: Get information on the RAM - set_fact: - es_default_es_heap_size: "{% if ((ansible_memory_mb.real.total/(2*1024))|int) > 30000 %}26g{% else %}{{(((ansible_memory_mb.real.total/(2*1024))+1)|int)}}g{% endif %}" - when: es_default_es_heap_size is not defined - - -- name: Copy /etc/default/elasticsearch - template: src=elasticsearch dest=/etc/default/elasticsearch - tags: update_es_config - notify: Restart elasticsearch - -- debug: msg="es_version={{es_version}}" - -- name: Install ElasticSearch - apt: name=elasticsearch={{ es_version }} state=present - notify: Restart elasticsearch diff --git a/ansible/roles/elasticsearch_old/tasks/main.yml b/ansible/roles/elasticsearch_old/tasks/main.yml deleted file mode 100644 index 0b234a1df1aff0b53ac35244c2f7036758a4c6cc..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/tasks/main.yml +++ /dev/null @@ -1,75 +0,0 @@ ---- -- include: debian.yml - when: ansible_os_family == "Debian" - -- include: redhat.yml - when: ansible_os_family == "RedHat" - -- name: Copy /etc/elasticsearch/elasticsearch.yml - template: src=elasticsearch.yml dest=/etc/elasticsearch/elasticsearch.yml - tags: update_es_config - notify: Restart elasticsearch - -- name: Creates data directory - file: - path={{ es_etc_path_data }} - state=directory - mode=755 - owner={{ es_user }} - group={{ es_user }} - -- name: Creates scripts directory - file: - path={{ elasticsearch_config }}/scripts - state=directory - mode=755 - owner={{ es_user }} - group={{ es_user }} - -- name: Copy logger file - template: src=logging.yml dest={{ elasticsearch_config }}/logging.yml - become: yes - tags: update_es_config - notify: Restart elasticsearch - -- name: Start ES service - service: name=elasticsearch state=started - -- name: Set elasticsearch service to start on boot - service: name=elasticsearch state=started - -- name: Remove plugins - command: bin/plugin remove {{item.name}} - args: - chdir: "{{ es_home }}" - with_items: "{{ es_plugins }}" - ignore_errors: yes - notify: Restart elasticsearch - -- name: Install azure plugin for elasticsearch - shell: ES_PATH_CONF=/etc/elasticsearch /usr/share/elasticsearch/bin/plugin install cloud-azure - -- name: Install plugins - command: bin/plugin install {{item.name}} {%if item.url is defined %} url {{item.url}}{% endif %} - args: - chdir: "{{ es_home }}" - creates: "{{ es_home }}/plugins/{{ item.plugin_file | default(item.name) }}" - with_items: "{{ es_plugins }}" - ignore_errors: yes - notify: Restart elasticsearch - -- name: Configure /etc/security/limits.conf - lineinfile: > - dest=/etc/security/limits.conf - line="{{ item.line }}" - state=present - with_items: - - { line: 'elasticsearch - nofile {{ es_default_max_open_files }}' } - - { line: 'elasticsearch - memlock unlimited' } - - { line: 'root - memlock unlimited' } - become: yes - notify: Restart elasticsearch - -- name: Start Elasticsearch - service: name=elasticsearch state=started - become: yes diff --git a/ansible/roles/elasticsearch_old/tasks/redhat.yml b/ansible/roles/elasticsearch_old/tasks/redhat.yml deleted file mode 100644 index 45d095032e4edca356cc213d1142e6f9a1d7f20e..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/tasks/redhat.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -- name: Add ElasticSearch repo public signing key - rpm_key: key=https://packages.elastic.co/GPG-KEY-elasticsearch state=present - -- name: Add ElasticSearch repository - template: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch.repo - -- name: Copy /etc/sysconfig/elasticsearch - template: src=elasticsearch dest=/etc/sysconfig/elasticsearch - notify: Restart elasticsearch - -- name: Install ElasticSearch - yum: name=elasticsearch-{{ es_version }} state=present - notify: Restart elasticsearch diff --git a/ansible/roles/elasticsearch_old/templates/elasticsearch b/ansible/roles/elasticsearch_old/templates/elasticsearch deleted file mode 100644 index 508debb6c7d7ced99d6c9a69287c91cc7d2df700..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/templates/elasticsearch +++ /dev/null @@ -1,67 +0,0 @@ -# Run Elasticsearch as this user ID and group ID -#ES_USER=elasticsearch -{% if es_default_es_user is defined %}ES_USER={{ es_default_es_user }}{% endif %} - -#ES_GROUP=elasticsearch -{% if es_default_es_group is defined %}ES_GROUP={{ es_default_es_group }}{% endif %} - -# Heap Size (defaults to 256m min, 1g max) -#ES_HEAP_SIZE=2g -{% if es_default_es_heap_size is defined %}ES_HEAP_SIZE={{ es_default_es_heap_size }}{% endif %} - -# Heap new generation -#ES_HEAP_NEWSIZE= -{% if es_default_es_heap_newsize is defined %}ES_HEAP_NEWSIZE={{ es_default_es_heap_newsize }}{% endif %} - -# max direct memory -#ES_DIRECT_SIZE= -{% if es_default_es_direct_size is defined %}ES_DIRECT_SIZE={{ es_default_es_direct_size }}{% endif %} - -# Maximum number of open files, defaults to 65535. -#MAX_OPEN_FILES=65535 -{% if es_default_max_open_files is defined %}MAX_OPEN_FILES={{ es_default_max_open_files }}{% endif %} - -# Maximum locked memory size. Set to "unlimited" if you use the -# bootstrap.mlockall option in es_yml. You must also set -# ES_HEAP_SIZE. -#MAX_LOCKED_MEMORY=unlimited -{% if es_default_max_locked_memory is defined %}MAX_LOCKED_MEMORY={{ es_default_max_locked_memory }}{% endif %} - -# Maximum number of VMA (Virtual Memory Areas) a process can own -#MAX_MAP_COUNT=262144 -{% if es_default_max_map_count is defined %}MAX_MAP_COUNT={{ es_default_max_map_count }}{% endif %} - -# Elasticsearch log directory -#LOG_DIR=/var/log/elasticsearch -{% if es_default_log_dir is defined %}LOG_DIR={{ es_default_log_dir }}{% endif %} - -# Elasticsearch data directory -#DATA_DIR=/var/lib/elasticsearch -{% if es_default_data_dir is defined %}DATA_DIR={{ es_default_data_dir }}{% endif %} - -# Elasticsearch work directory -#WORK_DIR=/tmp/elasticsearch -{% if es_default_work_dir is defined %}WORK_DIR={{ es_default_work_dir }}{% endif %} - -# Elasticsearch configuration directory -#CONF_DIR=/etc/elasticsearch -{% if es_default_conf_dir is defined %}CONF_DIR={{ es_default_conf_dir }}{% endif %} - -# Elasticsearch configuration file (es_yml) -#CONF_FILE=/etc/elasticsearch/elasticsearch.yml -{% if es_default_conf_file is defined %}CONF_FILE={{ es_default_conf_file }}{% endif %} - -# Additional Java OPTS -#ES_JAVA_OPTS= -{% if es_default_es_java_opts is defined %}ES_JAVA_OPTS={{ es_default_es_java_opts }}{% endif %} - -# Configure restart on package upgrade (true, every other setting will lead to not restarting) -#RESTART_ON_UPGRADE=true -{% if es_default_restart_on_upgrade is defined %}RESTART_ON_UPGRADE={{ es_default_restart_on_upgrade }}{% endif %} - -# Additional variables -{% if es_default is defined %} -{% for key, value in es_default.iteritems() %} -{{ key }}={{ value }} -{% endfor %} -{% endif %} diff --git a/ansible/roles/elasticsearch_old/templates/elasticsearch.yml b/ansible/roles/elasticsearch_old/templates/elasticsearch.yml deleted file mode 100644 index 832f067332b5418049c503a047b8bb4cfad9b8b5..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/templates/elasticsearch.yml +++ /dev/null @@ -1,493 +0,0 @@ -##################### Elasticsearch Configuration Example ##################### - -# This file contains an overview of various configuration settings, -# targeted at operations staff. Application developers should -# consult the guide at <http://elasticsearch.org/guide>. -# -# The installation procedure is covered at -# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/setup.html>. -# -# Elasticsearch comes with reasonable defaults for most settings, -# so you can try it out without bothering with configuration. -# -# Most of the time, these defaults are just fine for running a production -# cluster. If you're fine-tuning your cluster, or wondering about the -# effect of certain configuration option, please _do ask_ on the -# mailing list or IRC channel [http://elasticsearch.org/community]. - -# Any element in the configuration can be replaced with environment variables -# by placing them in ${...} notation. For example: -# -#node.rack: ${RACK_ENV_VAR} - -# For information on supported formats and syntax for the config file, see -# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/setup-configuration.html> - - -################################### Cluster ################################### - -# Cluster name identifies your cluster for auto-discovery. If you're running -# multiple clusters on the same network, make sure you're using unique names. -# -#cluster.name: elasticsearch -{% if es_etc_cluster_name is defined %}cluster.name: {{ es_etc_cluster_name }}{% endif %} - - -#################################### Node ##################################### - -# Node names are generated dynamically on startup, so you're relieved -# from configuring them manually. You can tie this node to a specific name: -# -#node.name: "Franz Kafka" -{% if es_etc_node_name is defined %}node.name: {{ es_etc_node_name }}{% endif %} - -# Every node can be configured to allow or deny being eligible as the master, -# and to allow or deny to store the data. -# -# Allow this node to be eligible as a master node (enabled by default): -# -#node.master: true -# -# Allow this node to store data (enabled by default): -# -#node.data: true -{% if es_etc_node_master is defined %}node.master: {{ es_etc_node_master }}{% endif %} - -{% if es_etc_node_data is defined %}node.data: {{ es_etc_node_data }}{% endif %} - -# You can exploit these settings to design advanced cluster topologies. -# -# 1. You want this node to never become a master node, only to hold data. -# This will be the "workhorse" of your cluster. -# -#node.master: false -#node.data: true -# -# 2. You want this node to only serve as a master: to not store any data and -# to have free resources. This will be the "coordinator" of your cluster. -# -#node.master: true -#node.data: false -# -# 3. You want this node to be neither master nor data node, but -# to act as a "search load balancer" (fetching data from nodes, -# aggregating results, etc.) -# -#node.master: false -#node.data: false - -# Use the Cluster Health API [http://localhost:9200/_cluster/health], the -# Node Info API [http://localhost:9200/_nodes] or GUI tools -# such as <http://www.elasticsearch.org/overview/marvel/>, -# <http://github.com/karmi/elasticsearch-paramedic>, -# <http://github.com/lukas-vlcek/bigdesk> and -# <http://mobz.github.com/elasticsearch-head> to inspect the cluster state. - -# A node can have generic attributes associated with it, which can later be used -# for customized shard allocation filtering, or allocation awareness. An attribute -# is a simple key value pair, similar to node.key: value, here is an example: -# -#node.rack: rack314 -{% if es_etc_node_rack is defined %}node.rack: {{ es_etc_node_rack }}{% endif %} - -# By default, multiple nodes are allowed to start from the same installation location -# to disable it, set the following: -#node.max_local_storage_nodes: 1 -{% if es_etc_node_max_local_storage_nodes is defined %}node.max_local_storage_nodes: {{ es_etc_node_max_local_storage_nodes }}{% endif %} - - -#################################### Index #################################### - -# You can set a number of options (such as shard/replica options, mapping -# or analyzer definitions, translog settings, ...) for indices globally, -# in this file. -# -# Note, that it makes more sense to configure index settings specifically for -# a certain index, either when creating it or by using the index templates API. -# -# See <http://elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules.html> and -# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/indices-create-index.html> -# for more information. - -# Set the number of shards (splits) of an index (5 by default): -# -#index.number_of_shards: 5 -{% if es_etc_index_number_of_shards is defined %}index.number_of_shards: {{ es_etc_index_number_of_shards }}{% endif %} - -# Set the number of replicas (additional copies) of an index (1 by default): -# -#index.number_of_replicas: 1 -{% if es_etc_index_number_of_replicas is defined %}index.number_of_replicas: {{ es_etc_index_number_of_replicas }}{% endif %} - -# Note, that for development on a local machine, with small indices, it usually -# makes sense to "disable" the distributed features: -# -#index.number_of_shards: 1 -#index.number_of_replicas: 0 - -# These settings directly affect the performance of index and search operations -# in your cluster. Assuming you have enough machines to hold shards and -# replicas, the rule of thumb is: -# -# 1. Having more *shards* enhances the _indexing_ performance and allows to -# _distribute_ a big index across machines. -# 2. Having more *replicas* enhances the _search_ performance and improves the -# cluster _availability_. -# -# The "number_of_shards" is a one-time setting for an index. -# -# The "number_of_replicas" can be increased or decreased anytime, -# by using the Index Update Settings API. -# -# Elasticsearch takes care about load balancing, relocating, gathering the -# results from nodes, etc. Experiment with different settings to fine-tune -# your setup. - -# Use the Index Status API (<http://localhost:9200/A/_status>) to inspect -# the index status. - - -#################################### Paths #################################### - -# Path to directory containing configuration (this file and logging.yml): -# -#path.conf: /path/to/conf -{% if es_etc_path_conf is defined %}path.conf: {{ es_etc_path_conf }}{% endif %} - -# Path to directory where to store index data allocated for this node. -# -#path.data: /path/to/data -# -# Can optionally include more than one location, causing data to be striped across -# the locations (a la RAID 0) on a file level, favouring locations with most free -# space on creation. For example: -# -#path.data: /path/to/data1,/path/to/data2 -{% if es_etc_path_data is defined %}path.data: {{ es_etc_path_data }}{% endif %} - -# Path to temporary files: -# -#path.work: /path/to/work -{% if es_etc_path_work is defined %}path.work: {{ es_etc_path_work }}{% endif %} - -# Path to log files: -# -#path.logs: /path/to/logs -{% if es_etc_path_logs is defined %}path.logs: {{ es_etc_path_logs }}{% endif %} - -# Path to where plugins are installed: -# -#path.plugins: /path/to/plugins -{% if es_etc_path_plugins is defined %}path.plugins: {{ es_etc_path_plugins }}{% endif %} - - -#################################### Plugin ################################### - -# If a plugin listed here is not installed for current node, the node will not start. -# -#plugin.mandatory: mapper-attachments,lang-groovy -{% if es_etc_plugin_mandatory is defined %}plugin.mandatory: {{ es_etc_plugin_mandatory }}{% endif %} - - -################################### Memory #################################### - -# Elasticsearch performs poorly when JVM starts swapping: you should ensure that -# it _never_ swaps. -# -# Set this property to true to lock the memory: -# -#bootstrap.mlockall: true -{% if es_etc_bootstrap_mlockall is defined %}bootstrap.mlockall: {{ es_etc_bootstrap_mlockall }}{% endif %} - -# Make sure that the ES_MIN_MEM and ES_MAX_MEM environment variables are set -# to the same value, and that the machine has enough memory to allocate -# for Elasticsearch, leaving enough memory for the operating system itself. -# -# You should also make sure that the Elasticsearch process is allowed to lock -# the memory, eg. by using `ulimit -l unlimited`. - - -############################## Network And HTTP ############################### - -# Elasticsearch, by default, binds itself to the 0.0.0.0 address, and listens -# on port [9200-9300] for HTTP traffic and on port [9300-9400] for node-to-node -# communication. (the range means that if the port is busy, it will automatically -# try the next port). - -# Set the bind address specifically (IPv4 or IPv6): -# -#network.bind_host: 192.168.0.1 -{% if es_etc_network_bind_host is defined %}network.bind_host: {{ es_etc_network_bind_host }}{% endif %} - -# Set the address other nodes will use to communicate with this node. If not -# set, it is automatically derived. It must point to an actual IP address. -# -#network.publish_host: 192.168.0.1 -{% if es_etc_network_publish_host is defined %}network.publish_host: {{ es_etc_network_publish_host }}{% endif %} - -# Set both 'bind_host' and 'publish_host': -# -#network.host: 192.168.0.1 -{% if es_etc_network_host is defined %}network.host: {{ es_etc_network_host }}{% endif %} - -# Set a custom port for the node to node communication (9300 by default): -# -#transport.tcp.port: 9300 -{% if es_etc_transport_tcp_port is defined %}transport.tcp.port: {{ es_etc_transport_tcp_port }}{% endif %} - -# Enable compression for all communication between nodes (disabled by default): -# -#transport.tcp.compress: true -{% if es_etc_transport_tcp_compress is defined %}transport.tcp.compress: {{ es_etc_transport_tcp_compress }}{% endif %} - -# Set a custom port to listen for HTTP traffic: -# -#http.port: 9200 -{% if es_etc_http_port is defined %}http.port: {{ es_etc_http_port }}{% endif %} - -# Set a custom allowed content length: -# -#http.max_content_length: 100mb -{% if es_etc_http_max_content_length is defined %}http.max_content_length: {{ es_etc_http_max_content_length }}{% endif %} - -# Disable HTTP completely: -# -#http.enabled: false -{% if es_etc_http_enabled is defined %}http.enabled: {{ es_etc_http_enabled }}{% endif %} - - -################################### Gateway ################################### - -# The gateway allows for persisting the cluster state between full cluster -# restarts. Every change to the state (such as adding an index) will be stored -# in the gateway, and when the cluster starts up for the first time, -# it will read its state from the gateway. - -# There are several types of gateway implementations. For more information, see -# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/modules-gateway.html>. - -# The default gateway type is the "local" gateway (recommended): -# -#gateway.type: local -{% if es_etc_gateway_type is defined %}gateway.type: {{ es_etc_gateway_type }}{% endif %} - -# Settings below control how and when to start the initial recovery process on -# a full cluster restart (to reuse as much local data as possible when using shared -# gateway). - -# Allow recovery process after N nodes in a cluster are up: -# -#gateway.recover_after_nodes: 1 -{% if es_etc_gateway_recover_after_nodes is defined %}gateway.recover_after_nodes: {{ es_etc_gateway_recover_after_nodes }}{% endif %} - -# Set the timeout to initiate the recovery process, once the N nodes -# from previous setting are up (accepts time value): -# -#gateway.recover_after_time: 5m -{% if es_etc_gateway_recover_after_time is defined %}gateway.recover_after_time: {{ es_etc_gateway_recover_after_time }}{% endif %} - -# Set how many nodes are expected in this cluster. Once these N nodes -# are up (and recover_after_nodes is met), begin recovery process immediately -# (without waiting for recover_after_time to expire): -# -#gateway.expected_nodes: 2 -{% if es_etc_gateway_expected_nodes is defined %}gateway.expected_nodes: {{ es_etc_gateway_expected_nodes }}{% endif %} - - -############################# Recovery Throttling ############################# - -# These settings allow to control the process of shards allocation between -# nodes during initial recovery, replica allocation, rebalancing, -# or when adding and removing nodes. - -# Set the number of concurrent recoveries happening on a node: -# -# 1. During the initial recovery -# -#cluster.routing.allocation.node_initial_primaries_recoveries: 4 -{% if es_etc_cluster_routing_allocation_node_initial_primaries_recoveries is defined %}cluster.routing.allocation.node_initial_primaries_recoveries: {{ es_etc_cluster_routing_allocation_node_initial_primaries_recoveries }}{% endif %} - -# -# 2. During adding/removing nodes, rebalancing, etc -# -#cluster.routing.allocation.node_concurrent_recoveries: 2 -{% if es_etc_cluster_routing_allocation_node_concurrent_recoveries is defined %}cluster.routing.allocation.node_concurrent_recoveries: {{ es_etc_cluster_routing_allocation_node_concurrent_recoveries }}{% endif %} - -# Set to throttle throughput when recovering (eg. 100mb, by default 20mb): -# -#indices.recovery.max_bytes_per_sec: 20mb -{% if es_etc_indices_recovery_max_bytes_per_sec is defined %}indices.recovery.max_bytes_per_sec: {{ es_etc_indices_recovery_max_bytes_per_sec }}{% endif %} - -# Set to limit the number of open concurrent streams when -# recovering a shard from a peer: -# -#indices.recovery.concurrent_streams: 5 -{% if es_etc_indices_recovery_concurrent_streams is defined %}indices.recovery.concurrent_streams: {{ es_etc_indices_recovery_concurrent_streams }}{% endif %} - - -################################## Discovery ################################## - -# Discovery infrastructure ensures nodes can be found within a cluster -# and master node is elected. Multicast discovery is the default. - -# Set to ensure a node sees N other master eligible nodes to be considered -# operational within the cluster. This should be set to a quorum/majority of -# the master-eligible nodes in the cluster. -# -#discovery.zen.minimum_master_nodes: 1 -{% if es_etc_discovery_zen_minimum_master_nodes is defined %}discovery.zen.minimum_master_nodes: {{ es_etc_discovery_zen_minimum_master_nodes }}{% endif %} - -# Set the time to wait for ping responses from other nodes when discovering. -# Set this option to a higher value on a slow or congested network -# to minimize discovery failures: -# -#discovery.zen.ping.timeout: 3s -{% if es_etc_discovery_zen_ping_timeout is defined %}discovery.zen.ping.timeout: {{ es_etc_discovery_zen_ping_timeout }}{% endif %} - -# For more information, see -# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-zen.html> - -# Unicast discovery allows to explicitly control which nodes will be used -# to discover the cluster. It can be used when multicast is not present, -# or to restrict the cluster communication-wise. -# -# 1. Disable multicast discovery (enabled by default): -# -#discovery.zen.ping.multicast.enabled: false -{% if es_etc_discovery_zen_ping_multicast_enabled is defined %}discovery.zen.ping.multicast.enabled: {{ es_etc_discovery_zen_ping_multicast_enabled }}{% endif %} - -# -# 2. Configure an initial list of master nodes in the cluster -# to perform discovery when new nodes (master or data) are started: -# -#discovery.zen.ping.unicast.hosts: ["host1", "host2:port"] -{% if es_etc_discovery_zen_ping_unicast_hosts is defined %}discovery.zen.ping.unicast.hosts: {{ es_etc_discovery_zen_ping_unicast_hosts }}{% endif %} - -# EC2 discovery allows to use AWS EC2 API in order to perform discovery. -# -# You have to install the cloud-aws plugin for enabling the EC2 discovery. -# -# For more information, see -# <http://elasticsearch.org/guide/en/elasticsearch/reference/current/modules-discovery-ec2.html> -# -# See <http://elasticsearch.org/tutorials/elasticsearch-on-ec2/> -# for a step-by-step tutorial. - -# GCE discovery allows to use Google Compute Engine API in order to perform discovery. -# -# You have to install the cloud-gce plugin for enabling the GCE discovery. -# -# For more information, see <https://github.com/elasticsearch/elasticsearch-cloud-gce>. - -# Azure discovery allows to use Azure API in order to perform discovery. -# -# You have to install the cloud-azure plugin for enabling the Azure discovery. -# -# For more information, see <https://github.com/elasticsearch/elasticsearch-cloud-azure>. - -################################## Slow Log ################################## - -# Shard level query and fetch threshold logging. - -#index.search.slowlog.threshold.query.warn: 10s -#index.search.slowlog.threshold.query.info: 5s -#index.search.slowlog.threshold.query.debug: 2s -#index.search.slowlog.threshold.query.trace: 500ms -{% if es_etc_index_search_slowlog_threshold_query_warn is defined %}index.search.slowlog.threshold.query.warn: {{ es_etc_index_search_slowlog_threshold_query_warn }}{% endif %} - -{% if es_etc_index_search_slowlog_threshold_query_info is defined %}index.search.slowlog.threshold.query.info: {{ es_etc_index_search_slowlog_threshold_query_info }}{% endif %} - -{% if es_etc_index_search_slowlog_threshold_query_debug is defined %}index.search.slowlog.threshold.query.debug: {{ es_etc_index_search_slowlog_threshold_query_debug }}{% endif %} - -{% if es_etc_index_search_slowlog_threshold_query_trace is defined %}index.search.slowlog.threshold.query.trace: {{ es_etc_index_search_slowlog_threshold_query_trace }}{% endif %} - -#index.search.slowlog.threshold.fetch.warn: 1s -#index.search.slowlog.threshold.fetch.info: 800ms -#index.search.slowlog.threshold.fetch.debug: 500ms -#index.search.slowlog.threshold.fetch.trace: 200ms -{% if es_etc_index_search_slowlog_threshold_fetch_warn is defined %}index.search.slowlog.threshold.fetch.warn: {{ es_etc_index_search_slowlog_threshold_fetch_warn }}{% endif %} - -{% if es_etc_index_search_slowlog_threshold_fetch_info is defined %}index.search.slowlog.threshold.fetch.info: {{ es_etc_index_search_slowlog_threshold_fetch_info }}{% endif %} - -{% if es_etc_index_search_slowlog_threshold_fetch_debug is defined %}index.search.slowlog.threshold.fetch.debug: {{ es_etc_index_search_slowlog_threshold_fetch_debug }}{% endif %} - -{% if es_etc_index_search_slowlog_threshold_fetch_trace is defined %}index.search.slowlog.threshold.fetch.trace: {{ es_etc_index_search_slowlog_threshold_fetch_trace }}{% endif %} - -#index.indexing.slowlog.threshold.index.warn: 10s -#index.indexing.slowlog.threshold.index.info: 5s -#index.indexing.slowlog.threshold.index.debug: 2s -#index.indexing.slowlog.threshold.index.trace: 500ms -{% if es_etc_index_indexing_slowlog_threshold_index_warn is defined %}index.indexing.slowlog.threshold.index.warn: {{ es_etc_index_indexing_slowlog_threshold_index_warn }}{% endif %} - -{% if es_etc_index_indexing_slowlog_threshold_index_info is defined %}index.indexing.slowlog.threshold.index.info: {{ es_etc_index_indexing_slowlog_threshold_index_info }}{% endif %} - -{% if es_etc_index_indexing_slowlog_threshold_index_debug is defined %}index.indexing.slowlog.threshold.index.debug: {{ es_etc_index_indexing_slowlog_threshold_index_debug }}{% endif %} - -{% if es_etc_index_indexing_slowlog_threshold_index_trace is defined %}index.indexing.slowlog.threshold.index.trace: {{ es_etc_index_indexing_slowlog_threshold_index_trace }}{% endif %} - -################################## GC Logging ################################ - -#monitor.jvm.gc.young.warn: 1000ms -#monitor.jvm.gc.young.info: 700ms -#monitor.jvm.gc.young.debug: 400ms -{% if es_etc_monitor_jvm_gc_young_warn is defined %}monitor.jvm.gc.young.warn: {{ es_etc_monitor_jvm_gc_young_warn }}{% endif %} - -{% if es_etc_monitor_jvm_gc_young_info is defined %}monitor.jvm.gc.young.info: {{ es_etc_monitor_jvm_gc_young_info }}{% endif %} - -{% if es_etc_monitor_jvm_gc_young_debug is defined %}monitor.jvm.gc.young.debug: {{ es_etc_monitor_jvm_gc_young_debug }}{% endif %} - -#monitor.jvm.gc.old.warn: 10s -#monitor.jvm.gc.old.info: 5s -#monitor.jvm.gc.old.debug: 2s -{% if es_etc_monitor_jvm_gc_old_warn is defined %}monitor.jvm.gc.old.warn: {{ es_etc_monitor_jvm_gc_old_warn }}{% endif %} - -{% if es_etc_monitor_jvm_gc_old_info is defined %}monitor.jvm.gc.old.info: {{ es_etc_monitor_jvm_gc_old_info }}{% endif %} - -{% if es_etc_monitor_jvm_gc_old_debug is defined %}monitor.jvm.gc.old.debug: {{ es_etc_monitor_jvm_gc_old_debug }}{% endif %} - -################################## Security ################################ - -# Uncomment if you want to enable JSONP as a valid return transport on the -# http server. With this enabled, it may pose a security risk, so disabling -# it unless you need it is recommended (it is disabled by default). -# -#http.jsonp.enable: true -{% if es_etc_http_jsonp_enable is defined %}http.jsonp.enable: {{ es_etc_http_jsonp_enable }}{% endif %} - -############################## Additional Variables ############################ -script.inline: true -script.indexed: true - -{% if es_etc is defined %} -{% for key, value in es_etc.iteritems() %} -{{ key }}: {{ value }} -{% endfor %} -{% endif %} - -threadpool.search.queue_size: 2000 - -{% if es_group is defined %} -cloud: - aws: - region: {{awsregion}} - {% if awskey is defined %} - access_key: {{awskey}} - {% endif %} - {% if awssecret is defined %} - secret_key: {{awssecret}} - {% endif %} - protocol: {{awsprotocol}} - -discovery: - type: ec2 - ec2: - groups: {{es_group}} - host_type: private_ip - any_group: false - availability_zones: {{awsavailabilityzones}} -{% endif %} - -cloud.azure.storage.my_account: { - account: {{ backup_storage_name }}, - key: {{ backup_storage_key }} -} diff --git a/ansible/roles/elasticsearch_old/templates/logging.yml b/ansible/roles/elasticsearch_old/templates/logging.yml deleted file mode 100644 index 660287c6bb77b6999ee1429f1287c716a072d913..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/templates/logging.yml +++ /dev/null @@ -1,67 +0,0 @@ -# you can override this using by setting a system property, for example -Des.logger.level=DEBUG -es.logger.level: {{ es_logging_level }} -rootLogger: ${es.logger.level}, console, file -logger: - # log action execution errors for easier debugging - action: INFO - # reduce the logging for aws, too much is logged under the default INFO - com.amazonaws: WARN - - # gateway - #gateway: DEBUG - #index.gateway: DEBUG - - # peer shard recovery - #indices.recovery: DEBUG - - # discovery - discovery: INFO - - index.search.slowlog: INFO, index_search_slow_log_file - index.indexing.slowlog: INFO, index_indexing_slow_log_file - -additivity: - index.search.slowlog: false - index.indexing.slowlog: false - -appender: - console: - type: console - layout: - type: consolePattern - conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n" - - file: - type: dailyRollingFile - file: ${path.logs}/${cluster.name}.log - datePattern: "'.'yyyy-MM-dd" - layout: - type: pattern - conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n" - - # Use the following log4j-extras RollingFileAppender to enable gzip compression of log files. - # For more information see https://logging.apache.org/log4j/extras/apidocs/org/apache/log4j/rolling/RollingFileAppender.html - #file: - #type: extrasRollingFile - #file: ${path.logs}/${cluster.name}.log - #rollingPolicy: timeBased - #rollingPolicy.FileNamePattern: ${path.logs}/${cluster.name}.log.%d{yyyy-MM-dd}.gz - #layout: - #type: pattern - #conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n" - - index_search_slow_log_file: - type: dailyRollingFile - file: ${path.logs}/${cluster.name}_index_search_slowlog.log - datePattern: "'.'yyyy-MM-dd" - layout: - type: pattern - conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n" - - index_indexing_slow_log_file: - type: dailyRollingFile - file: ${path.logs}/${cluster.name}_index_indexing_slowlog.log - datePattern: "'.'yyyy-MM-dd" - layout: - type: pattern - conversionPattern: "[%d{ISO8601}][%-5p][%-25c] %m%n" diff --git a/ansible/roles/elasticsearch_old/vars/main.yml b/ansible/roles/elasticsearch_old/vars/main.yml deleted file mode 100644 index ea80dc94cb09fdaf5f7813a84776f272dd5da672..0000000000000000000000000000000000000000 --- a/ansible/roles/elasticsearch_old/vars/main.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -es_home: /usr/share/elasticsearch -es_etc_node_name: "{{ node_name }}" -es_etc_path_logs: /var/log/elasticsearch -elasticsearch_config: /etc/elasticsearch - - diff --git a/ansible/roles/es-azure-restore/defaults/main.yml b/ansible/roles/es-azure-restore/defaults/main.yml deleted file mode 100644 index b5de800802aa2838c5db9758d4981e32d09bff66..0000000000000000000000000000000000000000 --- a/ansible/roles/es-azure-restore/defaults/main.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Override these values -snapshot_create_request_body: { - type: azure, - settings: { - container: "elasticsearch-snapshots", - base_path: "{{ snapshot_base_path }}" - } -} - -es_restore_host: "{{groups['es'][0]}}" -snapshot_base_path: application diff --git a/ansible/roles/es-azure-restore/tasks/main.yml b/ansible/roles/es-azure-restore/tasks/main.yml deleted file mode 100644 index f45a97587b2a857fa5971593a180a34791adec35..0000000000000000000000000000000000000000 --- a/ansible/roles/es-azure-restore/tasks/main.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- name: Set azure snapshot for the first time - uri: - url: "http://{{ es_restore_host }}:9200/_snapshot/azurebackup" - method: PUT - body: "{{ snapshot_create_request_body | to_json }}" - headers: - Content-Type: "application/json" - -- name: Restore ES from Azure backup - uri: - url: "http://{{ es_restore_host }}:9200/_snapshot/azurebackup/{{snapshot_number}}/_restore" - method: POST - -- name: "Wait for restore to be completed" - uri: - url: "http://{{ es_restore_host }}:9200/_snapshot/azurebackup/{{snapshot_number}}/_status" - method: GET - return_content: yes - status_code: 200 - body_format: json - register: result - until: result.json.snapshots[0].state == 'SUCCESS' - retries: 1200 - delay: 10 diff --git a/ansible/roles/es-azure-snapshot/defaults/main.yml b/ansible/roles/es-azure-snapshot/defaults/main.yml deleted file mode 100644 index ef1f69af975503e4e1164235fe2533f715777305..0000000000000000000000000000000000000000 --- a/ansible/roles/es-azure-snapshot/defaults/main.yml +++ /dev/null @@ -1,11 +0,0 @@ -snapshot_create_request_body: { - type: azure, - settings: { - container: "elasticsearch-snapshots", - base_path: "{{ snapshot_base_path }}" - } -} - -# Override these values -es_snapshot_host: localhost -snapshot_base_path: default diff --git a/ansible/roles/es-azure-snapshot/tasks/main.yml b/ansible/roles/es-azure-snapshot/tasks/main.yml deleted file mode 100644 index 322b0cdeb85d9abd7688bf217421285665c59426..0000000000000000000000000000000000000000 --- a/ansible/roles/es-azure-snapshot/tasks/main.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- - -- name: Create azure snapshot - uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/azurebackup" - method: PUT - body: "{{ snapshot_create_request_body | to_json }}" - headers: - Content-Type: "application/json" - -- set_fact: snapshot_number="snapshot_{{ansible_date_time.epoch}}" - -- name: Take new snapshot - uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/azurebackup/{{snapshot_number}}" - method: PUT - body: > - {"indices":"*","include_global_state":false} - headers: - Content-Type: "application/json" - -- name: Print all snapshots - uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/azurebackup/_all" - method: GET - -- name: Print status of current snapshot - uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/azurebackup/{{snapshot_number}}" - method: GET - -- name: "Wait for backup to be completed" - uri: - url: "http://{{ es_snapshot_host }}:9200/_snapshot/azurebackup/{{snapshot_number}}" - method: GET - return_content: yes - status_code: 200 - body_format: json - register: result - until: result.json.snapshots[0].state == 'SUCCESS' - retries: 120 - delay: 10 diff --git a/ansible/roles/es-curator/defaults/main.yml b/ansible/roles/es-curator/defaults/main.yml deleted file mode 100644 index a4728a5b39b1f650b175cb78d31f5894e568789c..0000000000000000000000000000000000000000 --- a/ansible/roles/es-curator/defaults/main.yml +++ /dev/null @@ -1,6 +0,0 @@ -# es_curator_major_version: 3 -# es_curator_version: 3.4.1-1 - -es_curator_major_version: 5 -es_curator_version: 5.7.6 -python_es_curator_version: 3.4.1-1 diff --git a/ansible/roles/es-curator/tasks/main.yml b/ansible/roles/es-curator/tasks/main.yml deleted file mode 100644 index 689b87be46d3a0985dea2ed5eb75ab12295e58f7..0000000000000000000000000000000000000000 --- a/ansible/roles/es-curator/tasks/main.yml +++ /dev/null @@ -1,18 +0,0 @@ -- name: Debian - Add Elasticsearch repository key - apt_key: url="https://artifacts.elastic.co/GPG-KEY-elasticsearch" state=present - -- name: Add curator {{ es_curator_major_version }} repo - apt_repository: repo='deb [arch=amd64] http://packages.elastic.co/curator/{{ es_curator_major_version }}/debian stable main' state=present update_cache=yes - -- debug: - msg: "{{ es_curator_version }}" - -- name: Install python elasticsearch curator - apt: - name: python-elasticsearch-curator={{ python_es_curator_version }} - force: yes - -- name: Install elasticsearch curator - apt: - name: elasticsearch-curator={{ es_curator_version }} - force: yes diff --git a/ansible/roles/es2-data-purge/defaults/main.yml b/ansible/roles/es2-data-purge/defaults/main.yml deleted file mode 100644 index a0cbb642b263e588791e7b477614ba934e52e1e8..0000000000000000000000000000000000000000 --- a/ansible/roles/es2-data-purge/defaults/main.yml +++ /dev/null @@ -1 +0,0 @@ -es_data_retention_days: 30 diff --git a/ansible/roles/es2-data-purge/meta/main.yml b/ansible/roles/es2-data-purge/meta/main.yml deleted file mode 100644 index 3994f9fb7e92f4297928d40bd860553cff7dc2dd..0000000000000000000000000000000000000000 --- a/ansible/roles/es2-data-purge/meta/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -dependencies: - - { role: es-curator, es_curator_major_version: 3, es_curator_version: 3.4.1-1 } \ No newline at end of file diff --git a/ansible/roles/es2-data-purge/tasks/main.yml b/ansible/roles/es2-data-purge/tasks/main.yml deleted file mode 100644 index a623a14a122dc614dfea3600d17995a5f6dffad3..0000000000000000000000000000000000000000 --- a/ansible/roles/es2-data-purge/tasks/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -# See meta folder for curator installation -- name: Delete indices older than {{ es_data_retention_days }} days - shell: curator delete indices --older-than {{ es_data_retention_days }} --time-unit days --timestring '%Y.%m.%d' - async: 3600 - poll: 10 diff --git a/ansible/roles/es2-snapshot-purge/defaults/main.yml b/ansible/roles/es2-snapshot-purge/defaults/main.yml deleted file mode 100644 index 4f64ac4aff660a022ba7baeaab77a383a2549b11..0000000000000000000000000000000000000000 --- a/ansible/roles/es2-snapshot-purge/defaults/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -es_snapshot_retention_days: 30 -es_snapshot_repository: azurebackup diff --git a/ansible/roles/es2-snapshot-purge/meta/main.yml b/ansible/roles/es2-snapshot-purge/meta/main.yml deleted file mode 100644 index d45829d45440ee2adc3a597a774c98c202f0af83..0000000000000000000000000000000000000000 --- a/ansible/roles/es2-snapshot-purge/meta/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -dependencies: - - { role: es-curator, es_curator_major_version: 3, es_curator_version: 3.4.1-1, python_es_curator_version: 3.4.1-1 } diff --git a/ansible/roles/es2-snapshot-purge/tasks/main.yml b/ansible/roles/es2-snapshot-purge/tasks/main.yml deleted file mode 100644 index 8c5b9832687f08b338972cf5e9846f7960536953..0000000000000000000000000000000000000000 --- a/ansible/roles/es2-snapshot-purge/tasks/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -# See meta folder for curator installation -- name: Delete snapshots older than {{ es_snapshot_retention_days }} days - shell: curator delete snapshots --repository {{ es_snapshot_repository }} --older-than {{ es_snapshot_retention_days }} --time-unit days - async: 3600 - poll: 10 diff --git a/ansible/roles/es5-snapshot-purge/defaults/main.yml b/ansible/roles/es5-snapshot-purge/defaults/main.yml deleted file mode 100644 index 739d0bf3112e3e4c9f50f9931f19b016b8e5c3ad..0000000000000000000000000000000000000000 --- a/ansible/roles/es5-snapshot-purge/defaults/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -es_snapshot_host: localhost -es_snapshot_repository: azurebackup -es_snapshot_retention_days: 30 -es_curator_config_dir: /etc/curator -es_curator_config_file: "{{ es_curator_config_dir }}/curator.yml" diff --git a/ansible/roles/es5-snapshot-purge/meta/main.yml b/ansible/roles/es5-snapshot-purge/meta/main.yml deleted file mode 100644 index 1a1e252d00a27b15e7ef5655fee34516e0f0854c..0000000000000000000000000000000000000000 --- a/ansible/roles/es5-snapshot-purge/meta/main.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -dependencies: - - { role: es-curator, es_curator_major_version: 5, es_curator_version: 5.7.6, python_es_curator_version: 3.4.1-1 } diff --git a/ansible/roles/es5-snapshot-purge/tasks/main.yml b/ansible/roles/es5-snapshot-purge/tasks/main.yml deleted file mode 100644 index 21364440ce7f8922eac54d887c36e0422695c0e6..0000000000000000000000000000000000000000 --- a/ansible/roles/es5-snapshot-purge/tasks/main.yml +++ /dev/null @@ -1,14 +0,0 @@ -# See meta folder for curator installation -- name: Ensure curator config dir exists - file: dest="{{es_curator_config_dir}}" state=directory - -- name: Create curator.yml - template: src=curator.yml dest="{{es_curator_config_file}}" - -- name: Create snapshot-purge-action.yml - template: src=snapshot-purge-action.yml dest="{{es_curator_config_dir}}/snapshot-purge-action.yml" - -- name: Delete snapshots older than {{ es_snapshot_retention_days }} days - shell: "curator --config {{ es_curator_config_file }} {{es_curator_config_dir}}/snapshot-purge-action.yml" - async: 800 - poll: 20 diff --git a/ansible/roles/es5-snapshot-purge/templates/curator.yml b/ansible/roles/es5-snapshot-purge/templates/curator.yml deleted file mode 100644 index 6c9c6c99769a39629c0dc5d7570d59801fb7ad3b..0000000000000000000000000000000000000000 --- a/ansible/roles/es5-snapshot-purge/templates/curator.yml +++ /dev/null @@ -1,10 +0,0 @@ -client: - hosts: - - {{ es_snapshot_host }} - port: 9200 - timeout: 100 -logging: - loglevel: INFO - logfile: - logformat: default - blacklist: ['elasticsearch', 'urllib3'] \ No newline at end of file diff --git a/ansible/roles/es5-snapshot-purge/templates/snapshot-purge-action.yml b/ansible/roles/es5-snapshot-purge/templates/snapshot-purge-action.yml deleted file mode 100644 index bd6cc05b06ea0daa1dc1fe63e560b6a0348dccd3..0000000000000000000000000000000000000000 --- a/ansible/roles/es5-snapshot-purge/templates/snapshot-purge-action.yml +++ /dev/null @@ -1,13 +0,0 @@ -actions: - 1: - action: delete_snapshots - description: Delete snapshots older than {{ es_snapshot_retention_days }} days - options: - repository: {{ es_snapshot_repository }} - ignore_empty_list: True - filters: - - filtertype: age - source: creation_date - direction: older - unit: days - unit_count: {{ es_snapshot_retention_days }} diff --git a/ansible/roles/es6/LICENSE b/ansible/roles/es6/LICENSE deleted file mode 100644 index 0455cacdf678c11fd75cd1d23dd26ab81b8ffb65..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/LICENSE +++ /dev/null @@ -1,13 +0,0 @@ -Copyright (c) 2012-2016 Elasticsearch <http://www.elastic.co> - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. diff --git a/ansible/roles/es6/README.md b/ansible/roles/es6/README.md deleted file mode 100644 index 85f97acf43df2b233de8fa847d3e8520851c5862..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/README.md +++ /dev/null @@ -1,415 +0,0 @@ -# ansible-elasticsearch -[](https://galaxy.ansible.com/elastic/elasticsearch/) - -**THIS ROLE IS FOR 6.x, 5.x. FOR 2.x SUPPORT PLEASE USE THE 2.x BRANCH.** - -Ansible role for 6.x/5.x Elasticsearch. Currently this works on Debian and RedHat based linux systems. Tested platforms are: - -* Ubuntu 14.04/16.04 -* Debian 8 -* Centos 7 - -The latest Elasticsearch versions of 6.x are actively tested. **Only Ansible versions > 2.3.2 are supported, as this is currently the only version tested.** - -##### Dependency -This role uses the json_query filter which [requires jmespath](https://github.com/ansible/ansible/issues/24319) on the local machine. - -## Usage - -Create your Ansible playbook with your own tasks, and include the role elasticsearch. You will have to have this repository accessible within the context of playbook, e.g. - -e.g. - -``` -cd /my/repos/ -git clone https://github.com/elastic/ansible-elasticsearch.git -cd /my/ansible/playbook -mkdir -p roles -ln -s /my/repos/ansible-elasticsearch ./roles/elasticsearch -``` - -Then create your playbook yaml adding the role elasticsearch. By default, the user is only required to specify a unique es_instance_name per role application. This should be unique per node. -The application of the elasticsearch role results in the installation of a node on a host. - -The simplest configuration therefore consists of: - -``` -- name: Simple Example - hosts: localhost - roles: - - { role: elasticsearch, es_instance_name: "node1" } - vars: -``` - -The above installs a single node 'node1' on the hosts 'localhost'. - -This role also uses [Ansible tags](http://docs.ansible.com/ansible/playbooks_tags.html). Run your playbook with the `--list-tasks` flag for more information. - -### Basic Elasticsearch Configuration - -All Elasticsearch configuration parameters are supported. This is achieved using a configuration map parameter 'es_config' which is serialized into the elasticsearch.yml file. -The use of a map ensures the Ansible playbook does not need to be updated to reflect new/deprecated/plugin configuration parameters. - -In addition to the es_config map, several other parameters are supported for additional functions e.g. script installation. These can be found in the role's defaults/main.yml file. - -The following illustrates applying configuration parameters to an Elasticsearch instance. By default, Elasticsearch 5.1.2is installed. - -``` -- name: Elasticsearch with custom configuration - hosts: localhost - roles: - #expand to all available parameters - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: "/opt/elasticsearch/data", es_log_dir: "/opt/elasticsearch/logs", - es_config: { - node.name: "node1", - cluster.name: "custom-cluster", - discovery.zen.ping.unicast.hosts: "localhost:9301", - http.port: 9201, - transport.tcp.port: 9301, - node.data: false, - node.master: true, - bootstrap.memory_lock: true, - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_heap_size: 1g - es_api_port: 9201 -``` - -Whilst the role installs Elasticsearch with the default configuration parameters, the following should be configured to ensure a cluster successfully forms: - -* ```es_config['http.port']``` - the http port for the node -* ```es_config['transport.tcp.port']``` - the transport port for the node -* ```es_config['discovery.zen.ping.unicast.hosts']``` - the unicast discovery list, in the comma separated format ```"<host>:<port>,<host>:<port>"``` (typically the clusters dedicated masters) -* ```es_config['network.host']``` - sets both network.bind_host and network.publish_host to the same host value. The network.bind_host setting allows to control the host different network components will bind on. - -The network.publish_host setting allows to control the host the node will publish itself within the cluster so other nodes will be able to connect to it. - -See https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html for further details on default binding behaviour and available options. -The role makes no attempt to enforce the setting of these are requires users to specify them appropriately. IT is recommended master nodes are listed and thus deployed first where possible. - -A more complex example: - -``` -- name: Elasticsearch with custom configuration - hosts: localhost - roles: - #expand to all available parameters - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: "/opt/elasticsearch/data", es_log_dir: "/opt/elasticsearch/logs", - es_config: { - node.name: "node1", - cluster.name: "custom-cluster", - discovery.zen.ping.unicast.hosts: "localhost:9301", - http.port: 9201, - transport.tcp.port: 9301, - node.data: false, - node.master: true, - bootstrap.memory_lock: true, - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_heap_size: 1g - es_start_service: false - es_plugins_reinstall: false - es_api_port: 9201 - es_plugins: - - plugin: ingest-geoip - proxy_host: proxy.example.com - proxy_port: 8080 -``` - -#### Important Note - -**The role uses es_api_host and es_api_port to communicate with the node for actions only achievable via http e.g. to install templates and to check the NODE IS ACTIVE. These default to "localhost" and 9200 respectively. -If the node is deployed to bind on either a different host or port, these must be changed.** - -### Multi Node Server Installations - -The application of the elasticsearch role results in the installation of a node on a host. Specifying the role multiple times for a host therefore results in the installation of multiple nodes for the host. - -An example of a two server deployment is shown below. The first server holds the master and is thus declared first. Whilst not mandatory, this is recommended in any multi node cluster configuration. The second server hosts two data nodes. - -**Note the structure of the below playbook for the data nodes. Whilst a more succinct structures are possible which allow the same role to be applied to a host multiple times, we have found the below structure to be the most reliable with respect to var behaviour. This is the tested approach.** - -``` -- hosts: master_nodes - roles: - - { role: elasticsearch, es_instance_name: "node1", es_heap_size: "1g", - es_config: { - cluster.name: "test-cluster", - discovery.zen.ping.unicast.hosts: "elastic02:9300", - http.port: 9200, - transport.tcp.port: 9300, - node.data: false, - node.master: true, - bootstrap.memory_lock: false, - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - ansible_user: ansible - es_plugins: - - plugin: ingest-geoip - - - -- hosts: data_nodes - roles: - - { role: elasticsearch, es_instance_name: "node1", es_data_dirs: "/opt/elasticsearch", - es_config: { - discovery.zen.ping.unicast.hosts: "elastic02:9300", - http.port: 9200, - transport.tcp.port: 9300, - node.data: true, - node.master: false, - bootstrap.memory_lock: false, - cluster.name: "test-cluster" - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - ansible_user: ansible - es_api_port: 9200 - es_plugins: - - plugin: ingest-geoip - - -- hosts: data_nodes - roles: - - { role: elasticsearch, es_instance_name: "node2", es_api_port:9201, - es_config: { - discovery.zen.ping.unicast.hosts: "elastic02:9300", - http.port: 9201, - transport.tcp.port: 9301, - node.data: true, - node.master: false, - bootstrap.memory_lock: false, - cluster.name: "test-cluster", - } - } - vars: - es_scripts: false - es_templates: false - es_version_lock: false - es_api_port: 9201 - ansible_user: ansible - es_plugins: - - plugin: ingest-geoip - -``` - -Parameters can additionally be assigned to hosts using the inventory file if desired. - -Make sure your hosts are defined in your ```inventory``` file with the appropriate ```ansible_ssh_host```, ```ansible_ssh_user``` and ```ansible_ssh_private_key_file``` values. - -Then run it: - -``` -ansible-playbook -i hosts ./your-playbook.yml -``` - -### Installing X-Pack Features - -X-Pack features, such as Security, are supported. This feature is currently experimental. To enable X-Pack set the parameter `es_enable_xpack` to true and list the required features in the parameter `es_xpack_features`. - -The parameter `es_xpack_features` by default enables all features i.e. it defaults to ["alerting","monitoring","graph","security","ml"] - -The following additional parameters allow X-Pack to be configured: - -* ```es_message_auth_file``` System Key field to allow message authentication. This file should be placed in the 'files' directory. -* ```es_xpack_custom_url``` Url from which X-Pack can be downloaded. This can be used for installations in isolated environments where the elastic.co repo is not accessible. e.g. ```es_xpack_custom_url: "https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-5.5.1.zip"``` -* ```es_role_mapping``` Role mappings file declared as yml as described [here](https://www.elastic.co/guide/en/x-pack/current/mapping-roles.html) - - -``` -es_role_mapping: - power_user: - - "cn=admins,dc=example,dc=com" - user: - - "cn=users,dc=example,dc=com" - - "cn=admins,dc=example,dc=com" -``` - -* ```es_users``` - Users can be declared here as yml. Two sub keys 'native' and 'file' determine the realm under which realm the user is created. Beneath each of these keys users should be declared as yml entries. e.g. - -``` -es_users: - native: - kibana4_server: - password: changeMe - roles: - - kibana4_server - file: - es_admin: - password: changeMe - roles: - - admin - testUser: - password: changeMeAlso! - roles: - - power_user - - user -``` - - -* ```es_roles``` - Elasticsearch roles can be declared here as yml. Two sub keys 'native' and 'file' determine how the role is created i.e. either through a file or http(native) call. Beneath each key list the roles with appropriate permissions, using the file based format described [here] (https://www.elastic.co/guide/en/x-pack/current/file-realm.html) e.g. - -``` -es_roles: - file: - admin: - cluster: - - all - indices: - - names: '*' - privileges: - - all - power_user: - cluster: - - monitor - indices: - - names: '*' - privileges: - - all - user: - indices: - - names: '*' - privileges: - - read - kibana4_server: - cluster: - - monitor - indices: - - names: '.kibana' - privileges: - - all - native: - logstash: - cluster: - - manage_index_templates - indices: - - names: 'logstash-*' - privileges: - - write - - delete - - create_index -``` - -* ```es_xpack_license``` - X-Pack license. The license is a json blob. Set the variable directly (possibly protected by Ansible vault) or from a file in the Ansible project on the control machine via a lookup: - -``` -es_xpack_license: "{{ lookup('file', playbook_dir + '/files/' + es_cluster_name + '/license.json') }}" -``` - -X-Pack configuration parameters can be added to the elasticsearch.yml file using the normal `es_config` parameter. - -For a full example see [here](https://github.com/elastic/ansible-elasticsearch/blob/master/test/integration/xpack.yml) - -#### Important Note for Native Realm Configuration - -In order for native users and roles to be configured, the role calls the Elasticsearch API. Given security is installed this requires definition of two parameters: - -* ```es_api_basic_auth_username``` - admin username -* ```es_api_basic_auth_password``` - admin password - -These can either be set to a user declared in the file based realm, with admin permissions, or the default "elastic" superuser (default password is changeme). - - -### Additional Configuration - -In addition to es_config, the following parameters allow the customization of the Java and Elasticsearch versions as well as the role behaviour. Options include: - -* ```es_major_version``` Should be consistent with es_version. For versions >= 5.0 and < 6.0 this must be "5.x". For versions >= 6.0 this must be "6.x". -* ```es_version``` (e.g. "6.1.2"). -* ```es_api_host``` The host name used for actions requiring HTTP e.g. installing templates. Defaults to "localhost". -* ```es_api_port``` The port used for actions requiring HTTP e.g. installing templates. Defaults to 9200. **CHANGE IF THE HTTP PORT IS NOT 9200** -* ```es_api_basic_auth_username``` The Elasticsearch username for making admin changing actions. Used if Security is enabled. Ensure this user is admin. -* ```es_api_basic_auth_password``` The password associated with the user declared in `es_api_basic_auth_username` -* ```es_start_service``` (true (default) or false) -* ```es_plugins_reinstall``` (true or false (default) ) -* ```es_plugins``` an array of plugin definitions e.g.: -```yml - es_plugins: - - plugin: ingest-geoip -``` -* ```es_allow_downgrades``` For development purposes only. (true or false (default) ) -* ```es_java_install``` If set to false, Java will not be installed. (true (default) or false) -* ```update_java``` Updates Java to the latest version. (true or false (default)) -* ```es_max_map_count``` maximum number of VMA (Virtual Memory Areas) a process can own. Defaults to 262144. -* ```es_max_open_files``` the maximum file descriptor number that can be opened by this process. Defaults to 65536. -* ```es_max_threads``` the maximum number of threads the process can start. Defaults to 2048 (the minimum required by elasticsearch). -* ```es_debian_startup_timeout``` how long Debian-family SysV init scripts wait for the service to start, in seconds. Defaults to 10 seconds. - -Earlier examples illustrate the installation of plugins using `es_plugins`. For officially supported plugins no version or source delimiter is required. The plugin script will determine the appropriate plugin version based on the target Elasticsearch version. For community based plugins include the full url. This approach should NOT be used for the X-Pack plugin. See X-Pack below for details here. - -If installing Monitoring or Alerting, ensure the license plugin is also specified. Security configuration is currently not supported but planned for later versions. - -* ```es_user``` - defaults to elasticsearch. -* ```es_group``` - defaults to elasticsearch. -* ```es_user_id``` - default is undefined. -* ```es_group_id``` - default is undefined. - -Both ```es_user_id``` and ```es_group_id``` must be set for the user and group ids to be set. - -By default, each node on a host will be installed to use unique pid, plugin, work, data and log directories. These directories are created, using the instance and host name, beneath default locations ] -controlled by the following parameters: - -* ```es_pid_dir``` - defaults to "/var/run/elasticsearch". -* ```es_data_dirs``` - defaults to "/var/lib/elasticsearch". This can be a list or comma separated string e.g. ["/opt/elasticsearch/data-1","/opt/elasticsearch/data-2"] or "/opt/elasticsearch/data-1,/opt/elasticsearch/data-2" -* ```es_log_dir``` - defaults to "/var/log/elasticsearch". -* ```es_restart_on_change``` - defaults to true. If false, changes will not result in Elasticsearch being restarted. -* ```es_plugins_reinstall``` - defaults to false. If true, all currently installed plugins will be removed from a node. Listed plugins will then be re-installed. - -This role ships with sample scripts and templates located in the [files/scripts/](files/scripts) and [files/templates/](files/templates) directories, respectively. These variables are used with the Ansible [with_fileglob](http://docs.ansible.com/ansible/playbooks_loops.html#id4) loop. When setting the globs, be sure to use an absolute path. -* ```es_scripts_fileglob``` - defaults to `<role>/files/scripts/`. -* ```es_templates_fileglob``` - defaults to `<role>/files/templates/`. - -### Proxy - -To define proxy globaly, set the following variables: - -* ```es_proxy_host``` - global proxy host -* ```es_proxy_port``` - global proxy port - -To define proxy only for a particular plugin during its installation: - -``` - es_plugins: - - plugin: ingest-geoip - proxy_host: proxy.example.com - proxy_port: 8080 -``` - -> For plugins installation, proxy_host and proxy_port are used first if they are defined and fallback to the global proxy settings if not. The same values are currently used for both the http and https proxy settings. - -## Notes - -* The role assumes the user/group exists on the server. The elasticsearch packages create the default elasticsearch user. If this needs to be changed, ensure the user exists. -* The playbook relies on the inventory_name of each host to ensure its directories are unique -* Changing an instance_name for a role application will result in the installation of a new component. The previous component will remain. -* KitchenCI has been used for testing. This is used to confirm images reach the correct state after a play is first applied. We currently test only the latest version of 6.x on -all supported platforms. -* The role aims to be idempotent. Running the role multiple times, with no changes, should result in no state change on the server. If the configuration is changed, these will be applied and -Elasticsearch restarted where required. -* Systemd is used for Ubuntu versions >= 15, Debian >=8, Centos >=7. All other versions use init for service scripts. -* In order to run x-pack tests a license file with security enabled is required. A trial license is appropriate. Set the environment variable `ES_XPACK_LICENSE_FILE` to the full path of the license file prior to running tests. - -## IMPORTANT NOTES RE PLUGIN MANAGEMENT - -* If the ES version is changed, all plugins will be removed. Those listed in the playbook will be re-installed. This is behaviour is required in ES 6.x. -* If no plugins are listed in the playbook for a node, all currently installed plugins will be removed. -* The role supports automatic detection of differences between installed and listed plugins - installing those listed but not installed, and removing those installed but not listed. Should users wish to re-install plugins they should set es_plugins_reinstall to true. This will cause all currently installed plugins to be removed and those listed to be installed. - -## Questions on Usage - -We welcome questions on how to use the role. However, in order to keep the github issues list focused on "issues" we ask the community to raise questions at https://discuss.elastic.co/c/elasticsearch. This is monitored by the maintainers. diff --git a/ansible/roles/es6/ansible.cfg b/ansible/roles/es6/ansible.cfg deleted file mode 100644 index d9a8c50195756de731ea2bd5ee923eb83d1ee75e..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/ansible.cfg +++ /dev/null @@ -1 +0,0 @@ -[defaults] \ No newline at end of file diff --git a/ansible/roles/es6/defaults/main.yml b/ansible/roles/es6/defaults/main.yml deleted file mode 100644 index f0ce74ac3dc1fc65b39fe44da345c556d265957b..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/defaults/main.yml +++ /dev/null @@ -1,43 +0,0 @@ ---- -es_major_version: "6.x" -es_version: "6.2.3" -es_version_lock: false -es_use_repository: true -es_templates_fileglob: "files/templates/*.json" -es_apt_key: "https://artifacts.elastic.co/GPG-KEY-elasticsearch" -es_apt_url: "deb https://artifacts.elastic.co/packages/{{ es_major_version }}/apt stable main" -es_apt_url_old: "deb http://packages.elastic.co/elasticsearch/{{ es_major_version }}/debian stable main" -es_start_service: true -es_java_install: true -update_java: false -es_restart_on_change: true -es_plugins_reinstall: false -es_scripts: false -es_templates: true -es_user: elasticsearch -es_group: elasticsearch -es_config_log4j2: log4j2.properties.j2 -#Need to provide default directories -es_pid_dir: "/var/run/elasticsearch" -es_data_dirs: "/var/lib/elasticsearch" -es_log_dir: "/var/log/elasticsearch" -es_max_open_files: 65536 -es_max_threads: "{{ 2048 if ( es_version | version_compare('6.0.0', '<')) else 8192 }}" -es_max_map_count: 262144 -es_allow_downgrades: false -es_enable_xpack: false -es_xpack_features: ["alerting","monitoring","graph","ml"] -#These are used for internal operations performed by ansible. -#They do not affect the current configuration -es_api_host: "localhost" -es_api_port: 9200 -es_debian_startup_timeout: 10 - -# Since ansible 2.2 the following variables need to be defined -# to allow the role to be conditionally played with a when condition. -pid_dir: '' -log_dir: '' -conf_dir: '' -data_dirs: '' -# JVM custom parameters -es_jvm_custom_parameters: '' diff --git a/ansible/roles/es6/files/logging/log4j2.properties.custom.j2 b/ansible/roles/es6/files/logging/log4j2.properties.custom.j2 deleted file mode 100644 index 9a2a60f8859e06c2978e2a799d0840df1b964519..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/logging/log4j2.properties.custom.j2 +++ /dev/null @@ -1,76 +0,0 @@ -#CUSTOM LOG4J FILE - -status = error - -# log action execution errors for easier debugging -logger.action.name = org.elasticsearch.action -logger.action.level = info - -appender.console.type = Console -appender.console.name = console -appender.console.layout.type = PatternLayout -appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%m%n - -appender.rolling.type = RollingFile -appender.rolling.name = rolling -appender.rolling.fileName = ${sys:es.logs}.log -appender.rolling.layout.type = PatternLayout -appender.rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%.-10000m%n -appender.rolling.filePattern = ${sys:es.logs}-%d{yyyy-MM-dd}.log -appender.rolling.policies.type = Policies -appender.rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.rolling.policies.time.interval = 1 -appender.rolling.policies.time.modulate = true - -rootLogger.level = debug -rootLogger.appenderRef.console.ref = console -rootLogger.appenderRef.rolling.ref = rolling - -appender.deprecation_rolling.type = RollingFile -appender.deprecation_rolling.name = deprecation_rolling -appender.deprecation_rolling.fileName = ${sys:es.logs}_deprecation.log -appender.deprecation_rolling.layout.type = PatternLayout -appender.deprecation_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%.-10000m%n -appender.deprecation_rolling.filePattern = ${sys:es.logs}_deprecation-%i.log.gz -appender.deprecation_rolling.policies.type = Policies -appender.deprecation_rolling.policies.size.type = SizeBasedTriggeringPolicy -appender.deprecation_rolling.policies.size.size = 10mb -appender.deprecation_rolling.strategy.type = DefaultRolloverStrategy -appender.deprecation_rolling.strategy.max = 4 - -logger.deprecation.name = org.elasticsearch.deprecation -logger.deprecation.level = debug -logger.deprecation.appenderRef.deprecation_rolling.ref = deprecation_rolling -logger.deprecation.additivity = false - -appender.index_search_slowlog_rolling.type = RollingFile -appender.index_search_slowlog_rolling.name = index_search_slowlog_rolling -appender.index_search_slowlog_rolling.fileName = ${sys:es.logs}_index_search_slowlog.log -appender.index_search_slowlog_rolling.layout.type = PatternLayout -appender.index_search_slowlog_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %marker%.-10000m%n -appender.index_search_slowlog_rolling.filePattern = ${sys:es.logs}_index_search_slowlog-%d{yyyy-MM-dd}.log -appender.index_search_slowlog_rolling.policies.type = Policies -appender.index_search_slowlog_rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.index_search_slowlog_rolling.policies.time.interval = 1 -appender.index_search_slowlog_rolling.policies.time.modulate = true - -logger.index_search_slowlog_rolling.name = index.search.slowlog -logger.index_search_slowlog_rolling.level = debug -logger.index_search_slowlog_rolling.appenderRef.index_search_slowlog_rolling.ref = index_search_slowlog_rolling -logger.index_search_slowlog_rolling.additivity = false - -appender.index_indexing_slowlog_rolling.type = RollingFile -appender.index_indexing_slowlog_rolling.name = index_indexing_slowlog_rolling -appender.index_indexing_slowlog_rolling.fileName = ${sys:es.logs}_index_indexing_slowlog.log -appender.index_indexing_slowlog_rolling.layout.type = PatternLayout -appender.index_indexing_slowlog_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %marker%.-10000m%n -appender.index_indexing_slowlog_rolling.filePattern = ${sys:es.logs}_index_indexing_slowlog-%d{yyyy-MM-dd}.log -appender.index_indexing_slowlog_rolling.policies.type = Policies -appender.index_indexing_slowlog_rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.index_indexing_slowlog_rolling.policies.time.interval = 1 -appender.index_indexing_slowlog_rolling.policies.time.modulate = true - -logger.index_indexing_slowlog.name = index.indexing.slowlog.index -logger.index_indexing_slowlog.level = debug -logger.index_indexing_slowlog.appenderRef.index_indexing_slowlog_rolling.ref = index_indexing_slowlog_rolling -logger.index_indexing_slowlog.additivity = false diff --git a/ansible/roles/es6/files/mappings/learning.json b/ansible/roles/es6/files/mappings/learning.json deleted file mode 100644 index c5991a3d5972bed32b966655bc9e8a94ba1b9670..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/mappings/learning.json +++ /dev/null @@ -1,783 +0,0 @@ -{ - "index_patterns": "learning-*", - "settings": { - "number_of_shards": 5 - }, - "mappings": { - "events_v1": { - "dynamic": false, - "properties": { - "eid": { - "type": "keyword" - }, - "ets": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "mid": { - "type": "keyword" - }, - "uid": { - "type": "keyword" - }, - "ts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "syncts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "ver": { - "type": "keyword" - }, - "context":{ - "properties": { - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "model": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "granularity": { - "type": "keyword" - }, - "date_range": { - "properties": { - "from": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "to": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - } - } - } - } - }, - "dimensions": { - "properties": { - "did": { - "type": "keyword" - }, - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "pid": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "gdata": { - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "sid": { - "type": "keyword" - }, - "channel": { - "type": "keyword" - }, - "group_user": { - "type": "boolean" - }, - "anonymous_user": { - "type": "boolean" - }, - "uid": { - "type": "keyword" - }, - "ss_mid": { - "type": "keyword" - }, - "tag": { - "type": "keyword" - }, - "period": { - "type": "integer" - }, - "content_id": { - "type": "keyword" - }, - "item_id": { - "type": "keyword" - }, - "author_id": { - "type": "keyword" - }, - "loc": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "mode": { - "type": "keyword" - }, - "context_rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - }, - "object_rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - } - } - }, - "edata": { - "properties": { - "eks": { - "properties": { - "total_users_count": { - "type": "long" - }, - "total_devices_count": { - "type": "long" - }, - "total_content_count": { - "type": "long" - }, - "content_ids": { - "type": "keyword" - }, - "device_ids": { - "type": "keyword" - }, - "user_ids": { - "type": "keyword" - }, - "contents": { - "type": "keyword" - }, - "unique_users": { - "type": "keyword" - }, - "avg_ts_session": { - "type": "double" - }, - "total_sessions": { - "type": "long" - }, - "avg_interactions_min": { - "type": "double" - }, - "total_interactions": { - "type": "long" - }, - "avg_pageviews": { - "type": "double" - }, - "total_ts": { - "type": "double" - }, - "time_diff": { - "type": "double" - }, - "time_spent": { - "type": "double" - }, - "interact_events_per_min": { - "type": "double" - }, - "interact_events_count": { - "type": "long" - }, - "total_pageviews_count": { - "type": "long" - }, - "page_views_count": { - "type": "long" - }, - "ce_visits": { - "type": "long" - }, - "start_time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "end_time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "syncDate": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "timeSpent": { - "type": "double" - }, - "interactEventsPerMin": { - "type": "double" - }, - "mimeType": { - "type": "keyword" - }, - "contentType": { - "type": "keyword" - }, - "timeDiff": { - "type": "double" - }, - "mode": { - "type": "keyword" - }, - "telemetryVersion": { - "type": "keyword" - }, - "noOfInteractEvents": { - "type": "long" - }, - "interruptTime": { - "type": "double" - }, - "contentCount": { - "type": "long" - }, - "content": { - "type": "keyword" - }, - "time_stamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "first_visit": { - "type": "boolean" - }, - "noOfAttempts": { - "type": "integer" - }, - "m_side_loads": { - "type": "integer" - }, - "m_downloads": { - "type": "integer" - }, - "m_avg_rating": { - "type": "double" - }, - "m_ratings": { - "type": "nested", - "properties": { - "rating": { - "type": "integer" - }, - "time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - } - } - }, - "m_comments": { - "type": "object" - }, - "ce_total_ts": { - "type": "double" - }, - "ce_percent_sessions": { - "type": "double" - }, - "ce_visits_count": { - "type": "long" - }, - "ce_total_visits": { - "type": "long" - }, - "ce_percent_ts": { - "type": "double" - }, - "avg_ts": { - "type": "double" - }, - "inc_res_count": { - "type": "long" - }, - "incorrect_res": { - "type": "nested", - "properties": { - "resp": { - "type": "keyword" - }, - "mmc": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "total_count": { - "type": "long" - }, - "correct_res_count": { - "type": "long" - }, - "correct_res": { - "type": "keyword" - }, - "itemId": { - "type": "keyword" - }, - "exTimeSpent": { - "type": "double" - }, - "score": { - "type": "integer" - }, - "pass": { - "type": "keyword" - }, - "qtitle": { - "type": "keyword" - }, - "qdesc": { - "type": "keyword" - }, - "new_user_count": { - "type": "long" - }, - "anon_total_sessions": { - "type": "long" - }, - "anon_total_ts": { - "type": "double" - }, - "anon_avg_ts_session": { - "type": "double" - }, - "percent_new_users_count": { - "type": "double" - }, - "ce_total_sessions": { - "type": "long" - }, - "unique_users_count": { - "type": "long" - }, - "stageVisitCount": { - "type": "long" - }, - "interactEventsCount": { - "type": "long" - }, - "interactEvents": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - } - } - }, - "stageId": { - "type": "keyword" - }, - "visitCount": { - "type": "long" - }, - "num_downloads": { - "type": "long" - }, - "num_sideloads": { - "type": "long" - }, - "avg_depth": { - "type": "double" - }, - "publish_pipeline_summary": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "state": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "events_summary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "eventsSummary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "screenSummary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "visitCount": { - "type": "long" - } - } - }, - "activitySummary": { - "type": "nested", - "properties": { - "actType": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "count": { - "type": "long" - } - } - }, - "page_summary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "env": { - "type": "keyword" - }, - "time_spent": { - "type": "double" - }, - "visit_count": { - "type": "long" - } - } - }, - "env_summary": { - "type": "nested", - "properties": { - "env": { - "type": "keyword" - }, - "time_spent": { - "type": "double" - }, - "count": { - "type": "long" - } - } - }, - "itemResponses": { - "type": "nested", - "properties": { - "itemId": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "exTimeSpent": { - "type": "double" - }, - "score": { - "type": "integer" - }, - "time_stamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "pass": { - "type": "keyword" - }, - "qtitle": { - "type": "keyword" - }, - "qdesc": { - "type": "keyword" - } - } - } - } - } - } - }, - "etags": { - "properties": { - "app": { - "type": "keyword" - }, - "partner": { - "type": "keyword" - }, - "dims": { - "type": "keyword" - } - } - }, - "geoip": { - "properties": { - "location": { - "type": "geo_point" - } - }, - "type": "object" - }, - "contentdata": { - "properties": { - "ageGroup": { - "type": "keyword" - }, - "author": { - "type": "keyword" - }, - "audience": { - "type": "keyword" - }, - "code": { - "type": "keyword" - }, - "collaborators": { - "type": "keyword" - }, - "collections": { - "type": "keyword" - }, - "concepts": { - "type": "keyword" - }, - "contentType": { - "type": "keyword" - }, - "curriculum": { - "type": "keyword" - }, - "developer": { - "type": "keyword" - }, - "domain": { - "type": "keyword" - }, - "downloadUrl": { - "type": "keyword" - }, - "downloads": { - "type": "long" - }, - "edition": { - "type": "keyword" - }, - "genre": { - "type": "keyword" - }, - "gradeLevel": { - "type": "keyword" - }, - "keywords": { - "type": "keyword" - }, - "me_totalDevices": { - "type": "long" - }, - "me_totalDownloads": { - "type": "long" - }, - "me_totalInteractions": { - "type": "long" - }, - "me_totalRatings": { - "type": "long" - }, - "me_totalSessionsCount": { - "type": "long" - }, - "me_totalSideloads": { - "type": "long" - }, - "me_totalTimespent": { - "type": "long" - }, - "me_totalUsage": { - "type": "long" - }, - "medium": { - "type": "keyword" - }, - "methods": { - "type": "keyword" - }, - "name": { - "type": "keyword" - }, - "owner": { - "type": "keyword" - }, - "popularity": { - "type": "long" - }, - "portalOwner": { - "type": "keyword" - }, - "publication": { - "type": "keyword" - }, - "publisher": { - "type": "keyword" - }, - "rating": { - "type": "long" - }, - "size": { - "type": "long" - }, - "source": { - "type": "keyword" - }, - "status": { - "type": "keyword" - }, - "subject": { - "type": "keyword" - }, - "templateType": { - "type": "keyword" - }, - "theme": { - "type": "keyword" - }, - "words": { - "type": "keyword" - } - } - }, - "itemdata": { - "properties": { - "concepts": { - "type": "keyword" - }, - "createdBy": { - "type": "keyword" - }, - "createdOn": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "keywords": { - "type": "keyword" - }, - "language": { - "type": "keyword" - }, - "lastUpdatedBy": { - "type": "keyword" - }, - "lastUpdatedOn": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "media": { - "type": "keyword" - }, - "name": { - "type": "keyword" - }, - "num_answers": { - "type": "long" - }, - "owner": { - "type": "keyword" - }, - "qlevel": { - "type": "keyword" - }, - "question": { - "type": "keyword" - }, - "source": { - "type": "keyword" - }, - "status": { - "type": "keyword" - }, - "template": { - "type": "keyword" - }, - "title": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "version": { - "type": "long" - } - } - }, - "@version": { - "type": "keyword" - } - } - } - } -} \ No newline at end of file diff --git a/ansible/roles/es6/files/scripts/calculate-score.groovy b/ansible/roles/es6/files/scripts/calculate-score.groovy deleted file mode 100644 index 442c25ca6cf1cf960b4dd65bea9ce83978456a7e..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/scripts/calculate-score.groovy +++ /dev/null @@ -1 +0,0 @@ -log(_score * 2) + my_modifier \ No newline at end of file diff --git a/ansible/roles/es6/files/system_key b/ansible/roles/es6/files/system_key deleted file mode 100644 index 91962910d2ac82a5dd768c0d6077bddf45a03aad..0000000000000000000000000000000000000000 Binary files a/ansible/roles/es6/files/system_key and /dev/null differ diff --git a/ansible/roles/es6/files/templates/backend.json b/ansible/roles/es6/files/templates/backend.json deleted file mode 100644 index 07161ca348f7bf903484fa7b9960080352e7b7ee..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/backend.json +++ /dev/null @@ -1,411 +0,0 @@ -{ - "index_patterns" : "backend-*", - "settings" : { - "number_of_shards" : 5 - }, - "mappings" : { - "events" : { - "dynamic": false, - "properties": { - "@timestamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "@version": { - "type": "keyword" - }, - "eid": { - "type": "keyword" - }, - "ets": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "mid": { - "type": "keyword" - }, - "ts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "ver": { - "type": "keyword" - }, - "actor": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - } - } - }, - "edata": { - "properties": { - "comments": { - "type": "keyword" - }, - "correlationid": { - "type": "keyword" - }, - "duration": { - "type": "double" - }, - "data": { - "type": "keyword" - }, - "dir": { - "type": "keyword" - }, - "errtype": { - "type": "keyword" - }, - "id": { - "type": "keyword" - }, - "level": { - "type": "keyword" - }, - "loc": { - "type": "keyword" - }, - "message": { - "type": "keyword" - }, - "mode": { - "type": "keyword" - }, - "pass": { - "type": "keyword" - }, - "prevstate": { - "type": "keyword" - }, - "pageid": { - "type": "keyword" - }, - "query": { - "type": "keyword" - }, - "rating": { - "type": "double" - }, - "score": { - "type": "double" - }, - "size": { - "type": "double" - }, - "state": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "uri": { - "type": "keyword" - }, - "items": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "origin": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - } - } - } - } - }, - "item": { - "properties": { - "id": { - "type": "keyword" - }, - "maxscore": { - "type": "long" - }, - "exlength": { - "type": "long" - }, - "uri": { - "type": "keyword" - }, - "desc": { - "type": "keyword" - }, - "title": { - "type": "keyword" - } - } - }, - "target": { - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "category": { - "type": "keyword" - }, - "parent": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - } - } - } - } - }, - "visits": { - "type": "nested", - "properties": { - "objid": { - "type": "keyword" - }, - "objtype": { - "type": "keyword" - } - } - }, - "plugin": { - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "category": { - "type": "keyword" - } - } - }, - "object": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "uaspec": { - "properties": { - "agent": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "system": { - "type": "keyword" - }, - "platform": { - "type": "keyword" - }, - "raw": { - "type": "keyword" - } - } - }, - "dspec": { - "properties": { - "camera": { - "type": "keyword" - }, - "cpu": { - "type": "keyword" - }, - "edisk": { - "type": "double" - }, - "id": { - "type": "keyword" - }, - "idisk": { - "type": "double" - }, - "make": { - "type": "keyword" - }, - "mem": { - "type": "double" - }, - "os": { - "type": "keyword" - }, - "scrn": { - "type": "double" - }, - "sims": { - "type": "double" - } - } - } - } - }, - "context": { - "properties": { - "channel": { - "type": "keyword" - }, - "env": { - "type": "keyword" - }, - "sid": { - "type": "keyword" - }, - "did": { - "type": "keyword" - }, - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "pid": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - }, - "cdata": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "id": { - "type": "keyword" - } - } - } - } - }, - "object": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "parentid": { - "type": "keyword" - }, - "parenttype": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - } - } - }, - "metadata": { - "properties": { - "source": { - "type": "keyword" - }, - "index_name": { - "type": "keyword" - }, - "index_type": { - "type": "keyword" - }, - "source_eid": { - "type": "keyword" - }, - "source_mid": { - "type": "keyword" - }, - "pump": { - "type": "keyword" - } - } - }, - "flags": { - "properties": { - "v2_converted": { - "type": "boolean" - }, - "dd_processed": { - "type": "boolean" - }, - "tv_processed": { - "type": "boolean" - } - } - } - } - } - } -} \ No newline at end of file diff --git a/ansible/roles/es6/files/templates/compositeindex.json b/ansible/roles/es6/files/templates/compositeindex.json deleted file mode 100644 index d19a189948dc0607b7630f61465fa554cd711d8a..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/compositeindex.json +++ /dev/null @@ -1,5122 +0,0 @@ -{ - "index_patterns": "compositesearch", - "settings": { - "index": { - "max_ngram_diff" : "29", - "analysis": { - "filter": { - "mynGram": { - "token_chars": [ - "letter", - "digit", - "whitespace", - "punctuation", - "symbol" - ], - "min_gram": "1", - "type": "nGram", - "max_gram": "30" - } - }, - "analyzer": { - "cs_index_analyzer": { - "filter": [ - "lowercase", - "mynGram" - ], - "type": "custom", - "tokenizer": "standard" - }, - "keylower": { - "filter": "lowercase", - "tokenizer": "keyword" - }, - "cs_search_analyzer": { - "filter": [ - "standard", - "lowercase" - ], - "type": "custom", - "tokenizer": "standard" - } - } - } - }, - "number_of_shards": 5 - }, - "mappings": { - "cs": { - "dynamic_templates": [ - { - "longs": { - "mapping": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "match_mapping_type": "long" - } - }, - { - "booleans": { - "mapping": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "match_mapping_type": "boolean" - } - }, - { - "doubles": { - "mapping": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "match_mapping_type": "double" - } - }, - { - "dates": { - "mapping": { - "type": "date", - "fields": { - "raw": { - "type": "date" - } - } - }, - "match_mapping_type": "date" - } - }, - { - "strings": { - "mapping": { - "type": "text", - "copy_to": "all_fields", - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - } - }, - "match_mapping_type": "string" - } - }, - { - "nested": { - "mapping": { - "type": "nested", - "fields": { - "type": "nested" - } - }, - "match_mapping_type": "object" - } - } - ], - "properties": { - "Audio": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_FUNC_OBJECT_TYPE": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_INDEXABLE_METADATA_KEY": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_IN_RELATIONS_KEY": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_NON_INDEXABLE_METADATA_KEY": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_OUT_RELATIONS_KEY": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_REQUIRED_PROPERTIES": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_SYSTEM_TAGS_KEY": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_SYS_NODE_TYPE": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "IL_UNIQUE_ID": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "Link": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "RhymingSound": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "SET_OBJECT_TYPE_KEY": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "SET_TYPE": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "SYS_INTERNAL_LAST_UPDATED_ON": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "TemplateType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "actions": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "activityType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "activity_class": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "ageGroup": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "all_fields": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "allowupdate_status": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "altIsoSymbol": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "answer": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "antonyms": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "apiId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "appIcon": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "appIconLabel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "appId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "applicability": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "artifactUrl": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "attribution": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "attributions": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "audience": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "author": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "authoringScore": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "averageComplexity": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "avgGamingTime": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "badgeAssertions": { - "properties": { - "assertionId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "badgeClassId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "badgeClassName": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "createdTS": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "issuerId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - } - } - }, - "baseUrl": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "bloomsTaxonomyLevel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "board": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "body": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "c_null_open_batch_count": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "c_null_private_batch_count": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "c_test_name_open_batch_count": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "cases": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "categories": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "category": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "categoryinstances": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "channel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "channels": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "chapterName": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "chapterNumber": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "childNodes": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "children": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "class": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "code": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "collaborators": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "collections": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "communication_scheme": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "compatibilityLevel": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "conceptData": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "conceptIds": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "concepts": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "consumerGroups": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "consumerId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "contentDisposition": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "contentEncoding": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "contentFilter": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "contentMeta": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "contentType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "contentTypesCount": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "contents": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "converse": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "copyType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "copyright": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "cost": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "count_grade_1": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_grade_2": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_grade_3": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_CC": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_DEM": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_ECH": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_INJ": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_INTF": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_JJ": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_NEG": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_NN": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_NST": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_PRP": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_PSP": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_QC": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_QF": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_QO": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_RB": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_RDP": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_RP": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_VAUX": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_VM": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_pos_WQ": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_source_Karnataka_Govt_Textbooks": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_source_Rajasthan_Textbooks": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "count_textbooks": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "createdBy": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "createdFor": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "createdOn": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "creator": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "curriculum": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "defaultFramework": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "defaultRes": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "description": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "developer": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "dialcodes": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "dimensions": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "domain": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "downloadUrl": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "duration": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "edition": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "editorState": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "ekstepWordnet": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "endPoint": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "endsWithAkshara": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "example": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "exampleSentences": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "externalValidation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "faculty": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "failPopup": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "feedback": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "fields": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "filter": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "flagReasons": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "flaggedBy": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "flags": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "follows": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "format": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "foundation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "framework": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "frameworkId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "frameworks": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "fw_hierarchy": { - "type": "text", - "index": false - }, - "gender": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "genders": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "genieScore": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "genre": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "gloss": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "grade": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "gradeLevel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "graph_id": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "grayScaleAppIcon": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "hasAntonyms": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "hasConnotative": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "hasSynonyms": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "hints": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "holonyms": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "hypernyms": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "hyponyms": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "i18n": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "idealScreenDensity": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "idealScreenSize": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "identifier": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "illustrator": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "illustrators": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "image": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "imageCredits": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "index": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "indowordnetId": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "inflections": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "instruction": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "instructions": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "interactivityLevel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "internalValidation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "ipaSymbol": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "isConnotative": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "isLoanWord": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "isPhrase": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "isoCode": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "isoSymbol": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "itemType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "item_sets": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "items": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "keywords": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "keywords_bkp": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "label": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "langid": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "language": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "languageCode": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "languageId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "languageLevel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "lastFlaggedOn": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "lastPublishDate": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "lastPublishedBy": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "lastPublishedOn": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "lastSubmittedOn": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "lastUpdatedBy": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "lastUpdatedOn": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "launchUrl": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "leafNodesCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "learnerLevel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "learningObjective": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "lemma": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "level": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "lhs_options": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "license": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "limit": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "liveWords": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "material": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "maxChainLength": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "maxWords": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "max_score": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_audiosCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_averageInteractionsPerMin": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_averageRating": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_averageSessionsPerDevice": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_averageTimespentPerSession": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_avgCreationTsPerSession": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_creationSessions": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_creationTimespent": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_imagesCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_timespentDraft": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_timespentReview": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_totalComments": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_totalDevices": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_totalDownloads": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_totalInteractions": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_totalRatings": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_totalSessionsCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_totalSideloads": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "me_totalTimespent": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "me_videosCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "meaning": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "media": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "mediaType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "mediatype": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "medium": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "meronyms": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "method": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "methods": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "mimeType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "mimeTypesCount": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "minChainLength": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "model": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "model_sample": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "morphology": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "name": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "nodeType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "node_id": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "notes": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "num_answers": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "objectType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "objects": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "objectsUsed": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "occurrenceCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "oldContentBody": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "optStatus": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "options": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "organization": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "origin": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "orthographic_complexity": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "os": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "osId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "owner": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "pageNumber": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "parent": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "partial_scoring": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "person": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "phonologic_complexity": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "pictures": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "pkgVersion": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "plurality": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "popularity": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "portalOwner": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "pos": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "posTags": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "pos_categories": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "posterImage": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "pragma": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "prevState": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "previewUrl": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "primaryMeaning": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "primaryMeaningId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "product": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "pronunciations": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "publication": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "publishError": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "publish_type": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "publisher": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "purpose": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "qid": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "qlevel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "qtype": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "question": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "questionImage": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "question_audio": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "question_count": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "question_image": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "references": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "renderingHints": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "resourceType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "resources": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "responses": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "rhs_options": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "rownum": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "ruleId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "ruleObjectType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "ruleScript": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "s3Key": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "sYS_INTERNAL_LAST_UPDATED_ON": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "sampleUsages": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "savingPopup": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "screenshots": { - "type": "text", - "index": false - }, - "semanticVersion": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "showNotification": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "shuffle": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "size": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "skills": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "softConstraints": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "soundCredits": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "source": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "sourceTypes": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "sources": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "startWordsSize": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "startsWithAkshara": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "state": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "status": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "strict_sequencing": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "subject": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "sublevel": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "successPopup": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "syllableCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "syllableNotation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "syllables": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "synonyms": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "synsetCount": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "synsets": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "tags": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "tempData": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "template": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "templateName": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "templateType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "template_id": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "terms": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "text": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "textbookName": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "theme": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "themes": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "thumbnail": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "title": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "toc_url": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "tools": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "totalGamingTime": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "total_items": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "translations": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "ttl": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "tutor": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "type": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "unicode": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "unicodeNotation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "usedByContent": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "used_for": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "usesContent": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "variants": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "varna": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "version": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "versionCheckMode": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "versionKey": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "visibility": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "voiceCredits": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "vowel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "weightages": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "wordImages": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "wordListIds": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "wordLists": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "word_complexity": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "words": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "wordsets": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "workers": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - }, - "year": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "cs_index_analyzer", - "search_analyzer": "cs_search_analyzer" - } - } - } - } -} diff --git a/ansible/roles/es6/files/templates/dialcode.json b/ansible/roles/es6/files/templates/dialcode.json deleted file mode 100644 index 12e600ad949ece4eb633efeb87096c9a2e1f1e3f..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/dialcode.json +++ /dev/null @@ -1,269 +0,0 @@ -{ - "index_patterns": "dialcode", - "settings": { - "index": { - "analysis": { - "filter": { - "mynGram": { - "token_chars": [ - "letter", - "digit", - "whitespace", - "punctuation", - "symbol" - ], - "min_gram": "1", - "type": "nGram", - "max_gram": "20" - } - }, - "analyzer": { - "dc_search_analyzer": { - "filter": [ - "standard", - "lowercase" - ], - "type": "custom", - "tokenizer": "standard" - }, - "dc_index_analyzer": { - "filter": [ - "lowercase", - "mynGram" - ], - "type": "custom", - "tokenizer": "standard" - }, - "keylower": { - "filter": "lowercase", - "tokenizer": "keyword" - } - } - } - }, - "number_of_shards": 5 - }, - "mappings": { - "dc": { - "dynamic_templates": [ - { - "longs": { - "mapping": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "match_mapping_type": "long" - } - }, - { - "booleans": { - "mapping": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "match_mapping_type": "boolean" - } - }, - { - "doubles": { - "mapping": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "match_mapping_type": "double" - } - }, - { - "dates": { - "mapping": { - "type": "date", - "fields": { - "raw": { - "type": "date" - } - } - }, - "match_mapping_type": "date" - } - }, - { - "strings": { - "mapping": { - "type": "text", - "copy_to": "all_fields", - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - } - }, - "match_mapping_type": "string" - } - } - ], - "properties": { - "all_fields": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - }, - "batchCode": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - }, - "batchcode": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - }, - "channel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - }, - "dialcode_index": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "generated_on": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "identifier": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - }, - "objectType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - }, - "published_on": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "publisher": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - }, - "status": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "dc_index_analyzer", - "search_analyzer": "dc_search_analyzer" - } - } - } - } -} \ No newline at end of file diff --git a/ansible/roles/es6/files/templates/failed-telemetry.json b/ansible/roles/es6/files/templates/failed-telemetry.json deleted file mode 100644 index 5d474e723152a16bd8d15749ac210d8189106ffe..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/failed-telemetry.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "index_patterns" : "failed-telemetry-*", - "settings" : { - "number_of_shards" : 5 - }, - "mappings" : { - "events" : { - "dynamic": false, - "properties": { - "@timestamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "@version": { - "type": "keyword" - }, - "channel": { - "type": "keyword" - }, - "eid": { - "type": "keyword" - }, - "ets": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "mid": { - "type": "keyword" - }, - "ts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "metadata": { - "properties": { - "source": { - "type": "keyword" - }, - "index_name": { - "type": "keyword" - }, - "index_type": { - "type": "keyword" - } - } - }, - "context": { - "properties": { - "channel": { - "type": "keyword" - }, - "env": { - "type": "keyword" - }, - "sid": { - "type": "keyword" - }, - "did": { - "type": "keyword" - }, - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "pid": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - }, - "cdata": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "id": { - "type": "keyword" - } - } - } - } - } - } - } - } -} \ No newline at end of file diff --git a/ansible/roles/es6/files/templates/lp_audit_log.json b/ansible/roles/es6/files/templates/lp_audit_log.json deleted file mode 100644 index b33cf788b0ccbad6d1dc5ce9dbf7b248916f9754..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/lp_audit_log.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "index_patterns": "lp_audit_log", - "settings": { - "index": { - "analysis": { - "filter": { - "mynGram": { - "token_chars": [ - "letter", - "digit", - "whitespace", - "punctuation", - "symbol" - ], - "min_gram": "1", - "type": "nGram", - "max_gram": "20" - } - }, - "analyzer": { - "ah_search_analyzer": { - "filter": [ - "standard", - "lowercase" - ], - "type": "custom", - "tokenizer": "standard" - }, - "keylower": { - "filter": "lowercase", - "tokenizer": "keyword" - }, - "ah_index_analyzer": { - "filter": [ - "lowercase", - "mynGram" - ], - "type": "custom", - "tokenizer": "standard" - } - } - } - }, - "number_of_shards": 5 - }, - "mappings": { - "ah": { - "dynamic_templates": [ - { - "longs": { - "mapping": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "match_mapping_type": "long" - } - }, - { - "booleans": { - "mapping": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "match_mapping_type": "boolean" - } - }, - { - "doubles": { - "mapping": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "match_mapping_type": "double" - } - }, - { - "dates": { - "mapping": { - "type": "date", - "fields": { - "raw": { - "type": "date" - } - } - }, - "match_mapping_type": "date" - } - }, - { - "strings": { - "mapping": { - "type": "text", - "copy_to": "all_fields", - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - } - }, - "match_mapping_type": "string" - } - } - ], - "properties": { - "@timestamp": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "@version": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "all_fields": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "audit_id": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "createdOn": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "graphId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "label": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "logRecord": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "objectId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "objectType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "operation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "requestId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "summary": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - }, - "userId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "ah_index_analyzer", - "search_analyzer": "ah_search_analyzer" - } - } - } - } -} diff --git a/ansible/roles/es6/files/templates/suggestionindex.json b/ansible/roles/es6/files/templates/suggestionindex.json deleted file mode 100644 index cb32559b1babb0b11b7c66be811b423fb86f2dca..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/suggestionindex.json +++ /dev/null @@ -1,784 +0,0 @@ -{ - "index_patterns": "lp_suggestion_index_v1", - "settings": { - "index": { - "analysis": { - "filter": { - "mynGram": { - "token_chars": [ - "letter", - "digit", - "whitespace", - "punctuation", - "symbol" - ], - "min_gram": "1", - "type": "nGram", - "max_gram": "20" - } - }, - "analyzer": { - "keylower": { - "filter": "lowercase", - "tokenizer": "keyword" - }, - "sg_index_analyzer": { - "filter": [ - "lowercase", - "mynGram" - ], - "type": "custom", - "tokenizer": "standard" - }, - "sg_search_analyzer": { - "filter": [ - "standard", - "lowercase" - ], - "type": "custom", - "tokenizer": "standard" - } - } - } - }, - "number_of_shards": 5 - }, - "aliases": { - "lp_suggestion_index_alias": {} - }, - "mappings": { - "sg": { - "dynamic_templates": [ - { - "longs": { - "mapping": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "match_mapping_type": "long" - } - }, - { - "booleans": { - "mapping": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "match_mapping_type": "boolean" - } - }, - { - "doubles": { - "mapping": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "match_mapping_type": "double" - } - }, - { - "dates": { - "mapping": { - "type": "date", - "fields": { - "raw": { - "type": "date" - } - } - }, - "match_mapping_type": "date" - } - }, - { - "strings": { - "mapping": { - "copy_to": "all_fields", - "search_analyzer": "sg_search_analyzer", - "analyzer": "sg_index_analyzer", - "type": "text", - "fields": { - "raw": { - "analyzer": "keylower", - "type": "text", - "fielddata": true - } - } - }, - "match_mapping_type": "string" - } - } - ], - "properties": { - "all_fields": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "command": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "comment": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "comments": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "createdOn": { - "type": "date", - "fields": { - "raw": { - "type": "date", - "format": "strict_date_optional_time||epoch_millis" - } - }, - "format": "strict_date_optional_time||epoch_millis" - }, - "es_metadata_id": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "lastUpdatedBy": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "objectId": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "objectType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "params": { - "properties": { - "Language": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "ageGroup": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "ageGrups": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "attributions": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "audience": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "code": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "concepts": { - "properties": { - "description": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "identifier": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "name": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "objectType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "relation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "relationName": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - } - } - }, - "description": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "domain": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "domains": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "genre": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "gradeLevel": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "language": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "medium": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "methods": { - "properties": { - "description": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "identifier": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "name": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "objectType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "relation": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "relationName": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - } - } - }, - "name": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "subject": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "tags": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "templateType": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - } - } - }, - "request": { - "properties": { - "content": { - "properties": { - "comments": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "status": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - } - } - } - } - }, - "status": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "suggestedBy": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - }, - "suggestion_id": { - "type": "text", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - }, - "copy_to": [ - "all_fields" - ], - "analyzer": "sg_index_analyzer", - "search_analyzer": "sg_search_analyzer" - } - } - } - } -} \ No newline at end of file diff --git a/ansible/roles/es6/files/templates/summary.json b/ansible/roles/es6/files/templates/summary.json deleted file mode 100644 index 016f450b7eb5b319e1ca38d1d47c52a3082bb3c6..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/summary.json +++ /dev/null @@ -1,802 +0,0 @@ -{ - "index_patterns": "summary-*", - "settings": { - "number_of_shards": 5 - }, - "mappings": { - "events": { - "dynamic": false, - "properties": { - "eid": { - "type": "keyword" - }, - "ets": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "mid": { - "type": "keyword" - }, - "uid": { - "type": "keyword" - }, - "ts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "syncts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "ver": { - "type": "keyword" - }, - "channel": { - "type": "keyword" - }, - "context":{ - "properties": { - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "model": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "granularity": { - "type": "keyword" - }, - "date_range": { - "properties": { - "from": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "to": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - } - } - } - } - }, - "dimensions": { - "properties": { - "did": { - "type": "keyword" - }, - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "pid": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "gdata": { - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "sid": { - "type": "keyword" - }, - "channel": { - "type": "keyword" - }, - "group_user": { - "type": "boolean" - }, - "anonymous_user": { - "type": "boolean" - }, - "uid": { - "type": "keyword" - }, - "ss_mid": { - "type": "keyword" - }, - "tag": { - "type": "keyword" - }, - "period": { - "type": "integer" - }, - "content_id": { - "type": "keyword" - }, - "item_id": { - "type": "keyword" - }, - "author_id": { - "type": "keyword" - }, - "loc": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "mode": { - "type": "keyword" - }, - "context_rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - }, - "object_rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - } - } - }, - "edata": { - "properties": { - "eks": { - "properties": { - "total_users_count": { - "type": "long" - }, - "total_devices_count": { - "type": "long" - }, - "total_content_count": { - "type": "long" - }, - "content_ids": { - "type": "keyword" - }, - "device_ids": { - "type": "keyword" - }, - "user_ids": { - "type": "keyword" - }, - "contents": { - "type": "keyword" - }, - "unique_users": { - "type": "keyword" - }, - "avg_ts_session": { - "type": "double" - }, - "total_sessions": { - "type": "long" - }, - "avg_interactions_min": { - "type": "double" - }, - "total_interactions": { - "type": "long" - }, - "avg_pageviews": { - "type": "double" - }, - "total_ts": { - "type": "double" - }, - "time_diff": { - "type": "double" - }, - "time_spent": { - "type": "double" - }, - "interact_events_per_min": { - "type": "double" - }, - "interact_events_count": { - "type": "long" - }, - "total_pageviews_count": { - "type": "long" - }, - "page_views_count": { - "type": "long" - }, - "ce_visits": { - "type": "long" - }, - "start_time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "end_time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "syncDate": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "timeSpent": { - "type": "double" - }, - "interactEventsPerMin": { - "type": "double" - }, - "mimeType": { - "type": "keyword" - }, - "contentType": { - "type": "keyword" - }, - "timeDiff": { - "type": "double" - }, - "mode": { - "type": "keyword" - }, - "telemetryVersion": { - "type": "keyword" - }, - "noOfInteractEvents": { - "type": "long" - }, - "interruptTime": { - "type": "double" - }, - "contentCount": { - "type": "long" - }, - "content": { - "type": "keyword" - }, - "time_stamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "first_visit": { - "type": "boolean" - }, - "noOfAttempts": { - "type": "integer" - }, - "m_side_loads": { - "type": "integer" - }, - "m_downloads": { - "type": "integer" - }, - "m_avg_rating": { - "type": "double" - }, - "m_ratings": { - "type": "nested", - "properties": { - "rating": { - "type": "integer" - }, - "time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - } - } - }, - "m_comments": { - "type": "object" - }, - "ce_total_ts": { - "type": "double" - }, - "ce_percent_sessions": { - "type": "double" - }, - "ce_visits_count": { - "type": "long" - }, - "ce_total_visits": { - "type": "long" - }, - "ce_percent_ts": { - "type": "double" - }, - "avg_ts": { - "type": "double" - }, - "inc_res_count": { - "type": "long" - }, - "incorrect_res": { - "type": "nested", - "properties": { - "resp": { - "type": "keyword" - }, - "mmc": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "total_count": { - "type": "long" - }, - "correct_res_count": { - "type": "long" - }, - "correct_res": { - "type": "keyword" - }, - "itemId": { - "type": "keyword" - }, - "exTimeSpent": { - "type": "double" - }, - "score": { - "type": "integer" - }, - "pass": { - "type": "keyword" - }, - "qtitle": { - "type": "keyword" - }, - "qdesc": { - "type": "keyword" - }, - "new_user_count": { - "type": "long" - }, - "anon_total_sessions": { - "type": "long" - }, - "anon_total_ts": { - "type": "double" - }, - "anon_avg_ts_session": { - "type": "double" - }, - "percent_new_users_count": { - "type": "double" - }, - "ce_total_sessions": { - "type": "long" - }, - "unique_users_count": { - "type": "long" - }, - "stageVisitCount": { - "type": "long" - }, - "interactEventsCount": { - "type": "long" - }, - "interactEvents": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - } - } - }, - "stageId": { - "type": "keyword" - }, - "visitCount": { - "type": "long" - }, - "num_downloads": { - "type": "long" - }, - "num_sideloads": { - "type": "long" - }, - "avg_depth": { - "type": "double" - }, - "publish_pipeline_summary": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "state": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "events_summary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "eventsSummary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "screenSummary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "visitCount": { - "type": "long" - } - } - }, - "activitySummary": { - "type": "nested", - "properties": { - "actType": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "count": { - "type": "long" - } - } - }, - "page_summary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "env": { - "type": "keyword" - }, - "time_spent": { - "type": "double" - }, - "visit_count": { - "type": "long" - } - } - }, - "env_summary": { - "type": "nested", - "properties": { - "env": { - "type": "keyword" - }, - "time_spent": { - "type": "double" - }, - "count": { - "type": "long" - } - } - }, - "itemResponses": { - "type": "nested", - "properties": { - "itemId": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "exTimeSpent": { - "type": "double" - }, - "score": { - "type": "integer" - }, - "time_stamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "pass": { - "type": "keyword" - }, - "qtitle": { - "type": "keyword" - }, - "qdesc": { - "type": "keyword" - } - } - } - } - } - } - }, - "etags": { - "properties": { - "app": { - "type": "keyword" - }, - "partner": { - "type": "keyword" - }, - "dims": { - "type": "keyword" - } - } - }, - "geoip": { - "properties": { - "location": { - "type": "geo_point" - } - }, - "type": "object" - }, - "contentdata": { - "properties": { - "ageGroup": { - "type": "keyword" - }, - "author": { - "type": "keyword" - }, - "audience": { - "type": "keyword" - }, - "code": { - "type": "keyword" - }, - "collaborators": { - "type": "keyword" - }, - "collections": { - "type": "keyword" - }, - "concepts": { - "type": "keyword" - }, - "contentType": { - "type": "keyword" - }, - "curriculum": { - "type": "keyword" - }, - "developer": { - "type": "keyword" - }, - "domain": { - "type": "keyword" - }, - "downloadUrl": { - "type": "keyword" - }, - "downloads": { - "type": "long" - }, - "edition": { - "type": "keyword" - }, - "genre": { - "type": "keyword" - }, - "gradeLevel": { - "type": "keyword" - }, - "keywords": { - "type": "keyword" - }, - "me_totalDevices": { - "type": "long" - }, - "me_totalDownloads": { - "type": "long" - }, - "me_totalInteractions": { - "type": "long" - }, - "me_totalRatings": { - "type": "long" - }, - "me_totalSessionsCount": { - "type": "long" - }, - "me_totalSideloads": { - "type": "long" - }, - "me_totalTimespent": { - "type": "long" - }, - "me_totalUsage": { - "type": "long" - }, - "medium": { - "type": "keyword" - }, - "methods": { - "type": "keyword" - }, - "name": { - "type": "keyword" - }, - "owner": { - "type": "keyword" - }, - "popularity": { - "type": "long" - }, - "portalOwner": { - "type": "keyword" - }, - "publication": { - "type": "keyword" - }, - "publisher": { - "type": "keyword" - }, - "rating": { - "type": "long" - }, - "size": { - "type": "long" - }, - "source": { - "type": "keyword" - }, - "status": { - "type": "keyword" - }, - "subject": { - "type": "keyword" - }, - "templateType": { - "type": "keyword" - }, - "theme": { - "type": "keyword" - }, - "words": { - "type": "keyword" - } - } - }, - "itemdata": { - "properties": { - "concepts": { - "type": "keyword" - }, - "createdBy": { - "type": "keyword" - }, - "createdOn": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "keywords": { - "type": "keyword" - }, - "language": { - "type": "keyword" - }, - "lastUpdatedBy": { - "type": "keyword" - }, - "lastUpdatedOn": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "media": { - "type": "keyword" - }, - "name": { - "type": "keyword" - }, - "num_answers": { - "type": "long" - }, - "owner": { - "type": "keyword" - }, - "qlevel": { - "type": "keyword" - }, - "question": { - "type": "keyword" - }, - "source": { - "type": "keyword" - }, - "status": { - "type": "keyword" - }, - "template": { - "type": "keyword" - }, - "title": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "version": { - "type": "long" - } - } - }, - "ldata": { - "properties": { - "country": { - "type": "keyword" - }, - "state": { - "type": "keyword" - }, - "district": { - "type": "keyword" - }, - "city": { - "type": "keyword" - } - } - }, - "@version": { - "type": "keyword" - } - } - } - } -} diff --git a/ansible/roles/es6/files/templates/summary_cumulative.json b/ansible/roles/es6/files/templates/summary_cumulative.json deleted file mode 100644 index 99e01b8bdf7a5bab54c460f895aa841586043fa4..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/summary_cumulative.json +++ /dev/null @@ -1,802 +0,0 @@ -{ - "index_patterns": "summary-cumulative-*", - "settings": { - "number_of_shards": 5 - }, - "mappings": { - "events": { - "dynamic": false, - "properties": { - "eid": { - "type": "keyword" - }, - "ets": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "mid": { - "type": "keyword" - }, - "uid": { - "type": "keyword" - }, - "ts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "syncts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "ver": { - "type": "keyword" - }, - "channel": { - "type": "keyword" - }, - "context":{ - "properties": { - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "model": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "granularity": { - "type": "keyword" - }, - "date_range": { - "properties": { - "from": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "to": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - } - } - } - } - }, - "dimensions": { - "properties": { - "did": { - "type": "keyword" - }, - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "pid": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "gdata": { - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "sid": { - "type": "keyword" - }, - "channel": { - "type": "keyword" - }, - "group_user": { - "type": "boolean" - }, - "anonymous_user": { - "type": "boolean" - }, - "uid": { - "type": "keyword" - }, - "ss_mid": { - "type": "keyword" - }, - "tag": { - "type": "keyword" - }, - "period": { - "type": "integer" - }, - "content_id": { - "type": "keyword" - }, - "item_id": { - "type": "keyword" - }, - "author_id": { - "type": "keyword" - }, - "loc": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "mode": { - "type": "keyword" - }, - "context_rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - }, - "object_rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - } - } - }, - "edata": { - "properties": { - "eks": { - "properties": { - "total_users_count": { - "type": "long" - }, - "total_devices_count": { - "type": "long" - }, - "total_content_count": { - "type": "long" - }, - "content_ids": { - "type": "keyword" - }, - "device_ids": { - "type": "keyword" - }, - "user_ids": { - "type": "keyword" - }, - "contents": { - "type": "keyword" - }, - "unique_users": { - "type": "keyword" - }, - "avg_ts_session": { - "type": "double" - }, - "total_sessions": { - "type": "long" - }, - "avg_interactions_min": { - "type": "double" - }, - "total_interactions": { - "type": "long" - }, - "avg_pageviews": { - "type": "double" - }, - "total_ts": { - "type": "double" - }, - "time_diff": { - "type": "double" - }, - "time_spent": { - "type": "double" - }, - "interact_events_per_min": { - "type": "double" - }, - "interact_events_count": { - "type": "long" - }, - "total_pageviews_count": { - "type": "long" - }, - "page_views_count": { - "type": "long" - }, - "ce_visits": { - "type": "long" - }, - "start_time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "end_time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "syncDate": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "timeSpent": { - "type": "double" - }, - "interactEventsPerMin": { - "type": "double" - }, - "mimeType": { - "type": "keyword" - }, - "contentType": { - "type": "keyword" - }, - "timeDiff": { - "type": "double" - }, - "mode": { - "type": "keyword" - }, - "telemetryVersion": { - "type": "keyword" - }, - "noOfInteractEvents": { - "type": "long" - }, - "interruptTime": { - "type": "double" - }, - "contentCount": { - "type": "long" - }, - "content": { - "type": "keyword" - }, - "time_stamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "first_visit": { - "type": "boolean" - }, - "noOfAttempts": { - "type": "integer" - }, - "m_side_loads": { - "type": "integer" - }, - "m_downloads": { - "type": "integer" - }, - "m_avg_rating": { - "type": "double" - }, - "m_ratings": { - "type": "nested", - "properties": { - "rating": { - "type": "integer" - }, - "time": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - } - } - }, - "m_comments": { - "type": "object" - }, - "ce_total_ts": { - "type": "double" - }, - "ce_percent_sessions": { - "type": "double" - }, - "ce_visits_count": { - "type": "long" - }, - "ce_total_visits": { - "type": "long" - }, - "ce_percent_ts": { - "type": "double" - }, - "avg_ts": { - "type": "double" - }, - "inc_res_count": { - "type": "long" - }, - "incorrect_res": { - "type": "nested", - "properties": { - "resp": { - "type": "keyword" - }, - "mmc": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "total_count": { - "type": "long" - }, - "correct_res_count": { - "type": "long" - }, - "correct_res": { - "type": "keyword" - }, - "itemId": { - "type": "keyword" - }, - "exTimeSpent": { - "type": "double" - }, - "score": { - "type": "integer" - }, - "pass": { - "type": "keyword" - }, - "qtitle": { - "type": "keyword" - }, - "qdesc": { - "type": "keyword" - }, - "new_user_count": { - "type": "long" - }, - "anon_total_sessions": { - "type": "long" - }, - "anon_total_ts": { - "type": "double" - }, - "anon_avg_ts_session": { - "type": "double" - }, - "percent_new_users_count": { - "type": "double" - }, - "ce_total_sessions": { - "type": "long" - }, - "unique_users_count": { - "type": "long" - }, - "stageVisitCount": { - "type": "long" - }, - "interactEventsCount": { - "type": "long" - }, - "interactEvents": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - } - } - }, - "stageId": { - "type": "keyword" - }, - "visitCount": { - "type": "long" - }, - "num_downloads": { - "type": "long" - }, - "num_sideloads": { - "type": "long" - }, - "avg_depth": { - "type": "double" - }, - "publish_pipeline_summary": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "state": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "events_summary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "eventsSummary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "count": { - "type": "long" - } - } - }, - "screenSummary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "visitCount": { - "type": "long" - } - } - }, - "activitySummary": { - "type": "nested", - "properties": { - "actType": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "count": { - "type": "long" - } - } - }, - "page_summary": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "env": { - "type": "keyword" - }, - "time_spent": { - "type": "double" - }, - "visit_count": { - "type": "long" - } - } - }, - "env_summary": { - "type": "nested", - "properties": { - "env": { - "type": "keyword" - }, - "time_spent": { - "type": "double" - }, - "count": { - "type": "long" - } - } - }, - "itemResponses": { - "type": "nested", - "properties": { - "itemId": { - "type": "keyword" - }, - "timeSpent": { - "type": "double" - }, - "exTimeSpent": { - "type": "double" - }, - "score": { - "type": "integer" - }, - "time_stamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "pass": { - "type": "keyword" - }, - "qtitle": { - "type": "keyword" - }, - "qdesc": { - "type": "keyword" - } - } - } - } - } - } - }, - "etags": { - "properties": { - "app": { - "type": "keyword" - }, - "partner": { - "type": "keyword" - }, - "dims": { - "type": "keyword" - } - } - }, - "geoip": { - "properties": { - "location": { - "type": "geo_point" - } - }, - "type": "object" - }, - "contentdata": { - "properties": { - "ageGroup": { - "type": "keyword" - }, - "author": { - "type": "keyword" - }, - "audience": { - "type": "keyword" - }, - "code": { - "type": "keyword" - }, - "collaborators": { - "type": "keyword" - }, - "collections": { - "type": "keyword" - }, - "concepts": { - "type": "keyword" - }, - "contentType": { - "type": "keyword" - }, - "curriculum": { - "type": "keyword" - }, - "developer": { - "type": "keyword" - }, - "domain": { - "type": "keyword" - }, - "downloadUrl": { - "type": "keyword" - }, - "downloads": { - "type": "long" - }, - "edition": { - "type": "keyword" - }, - "genre": { - "type": "keyword" - }, - "gradeLevel": { - "type": "keyword" - }, - "keywords": { - "type": "keyword" - }, - "me_totalDevices": { - "type": "long" - }, - "me_totalDownloads": { - "type": "long" - }, - "me_totalInteractions": { - "type": "long" - }, - "me_totalRatings": { - "type": "long" - }, - "me_totalSessionsCount": { - "type": "long" - }, - "me_totalSideloads": { - "type": "long" - }, - "me_totalTimespent": { - "type": "long" - }, - "me_totalUsage": { - "type": "long" - }, - "medium": { - "type": "keyword" - }, - "methods": { - "type": "keyword" - }, - "name": { - "type": "keyword" - }, - "owner": { - "type": "keyword" - }, - "popularity": { - "type": "long" - }, - "portalOwner": { - "type": "keyword" - }, - "publication": { - "type": "keyword" - }, - "publisher": { - "type": "keyword" - }, - "rating": { - "type": "long" - }, - "size": { - "type": "long" - }, - "source": { - "type": "keyword" - }, - "status": { - "type": "keyword" - }, - "subject": { - "type": "keyword" - }, - "templateType": { - "type": "keyword" - }, - "theme": { - "type": "keyword" - }, - "words": { - "type": "keyword" - } - } - }, - "itemdata": { - "properties": { - "concepts": { - "type": "keyword" - }, - "createdBy": { - "type": "keyword" - }, - "createdOn": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "keywords": { - "type": "keyword" - }, - "language": { - "type": "keyword" - }, - "lastUpdatedBy": { - "type": "keyword" - }, - "lastUpdatedOn": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "media": { - "type": "keyword" - }, - "name": { - "type": "keyword" - }, - "num_answers": { - "type": "long" - }, - "owner": { - "type": "keyword" - }, - "qlevel": { - "type": "keyword" - }, - "question": { - "type": "keyword" - }, - "source": { - "type": "keyword" - }, - "status": { - "type": "keyword" - }, - "template": { - "type": "keyword" - }, - "title": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "version": { - "type": "long" - } - } - }, - "ldata": { - "properties": { - "country": { - "type": "keyword" - }, - "state": { - "type": "keyword" - }, - "district": { - "type": "keyword" - }, - "city": { - "type": "keyword" - } - } - }, - "@version": { - "type": "keyword" - } - } - } - } -} diff --git a/ansible/roles/es6/files/templates/telemetry.json b/ansible/roles/es6/files/templates/telemetry.json deleted file mode 100644 index afe9522328843d070d9dcb2b90c004928a82f28a..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/telemetry.json +++ /dev/null @@ -1,430 +0,0 @@ -{ - "index_patterns" : "telemetry-*", - "settings" : { - "number_of_shards" : 5 - }, - "mappings" : { - "events" : { - "dynamic": false, - "properties": { - "@timestamp": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "@version": { - "type": "keyword" - }, - "eid": { - "type": "keyword" - }, - "ets": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "mid": { - "type": "keyword" - }, - "ts": { - "format": "strict_date_optional_time||epoch_millis", - "type": "date" - }, - "ver": { - "type": "keyword" - }, - "actor": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - } - } - }, - "edata": { - "properties": { - "comments": { - "type": "keyword" - }, - "correlationid": { - "type": "keyword" - }, - "duration": { - "type": "double" - }, - "data": { - "type": "keyword" - }, - "dir": { - "type": "keyword" - }, - "errtype": { - "type": "keyword" - }, - "id": { - "type": "keyword" - }, - "level": { - "type": "keyword" - }, - "loc": { - "type": "keyword" - }, - "message": { - "type": "keyword" - }, - "mode": { - "type": "keyword" - }, - "pass": { - "type": "keyword" - }, - "prevstate": { - "type": "keyword" - }, - "pageid": { - "type": "keyword" - }, - "query": { - "type": "keyword" - }, - "rating": { - "type": "double" - }, - "score": { - "type": "double" - }, - "size": { - "type": "double" - }, - "state": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "uri": { - "type": "keyword" - }, - "items": { - "type": "nested", - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "origin": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - } - } - } - } - }, - "item": { - "properties": { - "id": { - "type": "keyword" - }, - "maxscore": { - "type": "long" - }, - "exlength": { - "type": "long" - }, - "uri": { - "type": "keyword" - }, - "desc": { - "type": "keyword" - }, - "title": { - "type": "keyword" - } - } - }, - "target": { - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "category": { - "type": "keyword" - }, - "parent": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - } - } - } - } - }, - "visits": { - "type": "nested", - "properties": { - "objid": { - "type": "keyword" - }, - "objtype": { - "type": "keyword" - } - } - }, - "plugin": { - "properties": { - "id": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "category": { - "type": "keyword" - } - } - }, - "object": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "uaspec": { - "properties": { - "agent": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "system": { - "type": "keyword" - }, - "platform": { - "type": "keyword" - }, - "raw": { - "type": "keyword" - } - } - }, - "dspec": { - "properties": { - "camera": { - "type": "keyword" - }, - "cpu": { - "type": "keyword" - }, - "edisk": { - "type": "double" - }, - "id": { - "type": "keyword" - }, - "idisk": { - "type": "double" - }, - "make": { - "type": "keyword" - }, - "mem": { - "type": "double" - }, - "os": { - "type": "keyword" - }, - "scrn": { - "type": "double" - }, - "sims": { - "type": "double" - } - } - } - } - }, - "context": { - "properties": { - "channel": { - "type": "keyword" - }, - "env": { - "type": "keyword" - }, - "sid": { - "type": "keyword" - }, - "did": { - "type": "keyword" - }, - "pdata": { - "properties": { - "id": { - "type": "keyword" - }, - "pid": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - } - } - }, - "rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - }, - "cdata": { - "type": "nested", - "properties": { - "type": { - "type": "keyword" - }, - "id": { - "type": "keyword" - } - } - } - } - }, - "object": { - "properties": { - "id": { - "type": "keyword" - }, - "type": { - "type": "keyword" - }, - "subtype": { - "type": "keyword" - }, - "parentid": { - "type": "keyword" - }, - "parenttype": { - "type": "keyword" - }, - "ver": { - "type": "keyword" - }, - "rollup": { - "properties": { - "l1": { - "type": "keyword" - }, - "l2": { - "type": "keyword" - }, - "l3": { - "type": "keyword" - }, - "l4": { - "type": "keyword" - } - } - } - } - }, - "ldata": { - "properties": { - "country": { - "type": "keyword" - }, - "state": { - "type": "keyword" - }, - "district": { - "type": "keyword" - }, - "city": { - "type": "keyword" - } - } - }, - "metadata": { - "properties": { - "source": { - "type": "keyword" - }, - "index_name": { - "type": "keyword" - }, - "index_type": { - "type": "keyword" - }, - "source_eid": { - "type": "keyword" - }, - "source_mid": { - "type": "keyword" - }, - "pump": { - "type": "keyword" - } - } - }, - "flags": { - "properties": { - "v2_converted": { - "type": "boolean" - }, - "dd_processed": { - "type": "boolean" - }, - "tv_processed": { - "type": "boolean" - }, - "ldata_retrieved": { - "type": "boolean" - } - } - } - } - } - } -} diff --git a/ansible/roles/es6/files/templates/vocabulary.json b/ansible/roles/es6/files/templates/vocabulary.json deleted file mode 100644 index d50cc7ec0e04fd68887469541841d9384b3610b9..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/files/templates/vocabulary.json +++ /dev/null @@ -1,130 +0,0 @@ -{ - "index_patterns": "vocabularyterm", - "settings": { - "index": { - "analysis": { - "filter": { - "mynGram": { - "token_chars": [ - "letter", - "digit", - "whitespace", - "punctuation", - "symbol" - ], - "min_gram": "1", - "type": "edge_ngram", - "max_gram": "20" - } - }, - "analyzer": { - "keylower": { - "filter": "lowercase", - "tokenizer": "keyword" - }, - "vt_index_analyzer": { - "filter": [ - "lowercase", - "mynGram" - ], - "type": "custom", - "tokenizer": "standard" - }, - "vt_search_analyzer": { - "filter": [ - "standard", - "lowercase" - ], - "type": "custom", - "tokenizer": "standard" - } - } - } - }, - "number_of_shards": 5 - }, - "mappings": { - "vt": { - "dynamic_templates": [ - { - "longs": { - "mapping": { - "type": "long", - "fields": { - "raw": { - "type": "long" - } - } - }, - "match_mapping_type": "long" - } - }, - { - "booleans": { - "mapping": { - "type": "boolean", - "fields": { - "raw": { - "type": "boolean" - } - } - }, - "match_mapping_type": "boolean" - } - }, - { - "doubles": { - "mapping": { - "type": "double", - "fields": { - "raw": { - "type": "double" - } - } - }, - "match_mapping_type": "double" - } - }, - { - "dates": { - "mapping": { - "type": "date", - "fields": { - "raw": { - "type": "date" - } - } - }, - "match_mapping_type": "date" - } - }, - { - "strings": { - "mapping": { - "type": "text", - "copy_to": "all_fields", - "analyzer": "vt_index_analyzer", - "search_analyzer": "vt_search_analyzer", - "fields": { - "raw": { - "type": "text", - "fielddata": true, - "analyzer": "keylower" - } - } - }, - "match_mapping_type": "string" - } - } - ], - "properties": { - "all_fields": { - "type": "text", - "fielddata": true, - "analyzer": "vt_index_analyzer", - "search_analyzer": "vt_search_analyzer" - } - } - } - } -} \ No newline at end of file diff --git a/ansible/roles/es6/filter_plugins/custom.py b/ansible/roles/es6/filter_plugins/custom.py deleted file mode 100644 index 22177cdd19dbd779bee58acc8b3d0c2f04609c4d..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/filter_plugins/custom.py +++ /dev/null @@ -1,57 +0,0 @@ -__author__ = 'dale mcdiarmid' - -import re -import os.path -from six import string_types - -def modify_list(values=[], pattern='', replacement='', ignorecase=False): - ''' Perform a `re.sub` on every item in the list''' - if ignorecase: - flags = re.I - else: - flags = 0 - _re = re.compile(pattern, flags=flags) - return [_re.sub(replacement, value) for value in values] - -def append_to_list(values=[], suffix=''): - if isinstance(values, string_types): - values = values.split(',') - return [str(value+suffix) for value in values] - -def array_to_str(values=[],separator=','): - return separator.join(values) - -def extract_role_users(users={},exclude_users=[]): - role_users=[] - for user,details in users.iteritems(): - if user not in exclude_users and "roles" in details: - for role in details["roles"]: - role_users.append(role+":"+user) - return role_users - -def filename(filename=''): - return os.path.splitext(os.path.basename(filename))[0] - -def remove_reserved(user_roles={}): - not_reserved = [] - for user_role,details in user_roles.items(): - if not "metadata" in details or not "_reserved" in details["metadata"] or not details["metadata"]["_reserved"]: - not_reserved.append(user_role) - return not_reserved - -def filter_reserved(users_role={}): - reserved = [] - for user_role,details in users_role.items(): - if "metadata" in details and "_reserved" in details["metadata"] and details["metadata"]["_reserved"]: - reserved.append(user_role) - return reserved - -class FilterModule(object): - def filters(self): - return {'modify_list': modify_list, - 'append_to_list':append_to_list, - 'filter_reserved':filter_reserved, - 'array_to_str':array_to_str, - 'extract_role_users':extract_role_users, - 'remove_reserved':remove_reserved, - 'filename':filename} \ No newline at end of file diff --git a/ansible/roles/es6/handlers/main.yml b/ansible/roles/es6/handlers/main.yml deleted file mode 100644 index d71397a39515306fc155661229d3a085c2fc9ed8..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/handlers/main.yml +++ /dev/null @@ -1,14 +0,0 @@ - -- name: reload systemd configuration - become: yes - command: systemctl daemon-reload - -# Restart service and ensure it is enabled - -- name: restart elasticsearch - become: yes - service: name={{instance_init_script | basename}} state=restarted enabled=yes - when: - - es_restart_on_change - - es_start_service - register: es_restarted diff --git a/ansible/roles/es6/meta/main.yml b/ansible/roles/es6/meta/main.yml deleted file mode 100644 index aeecec77676d3e82ca9647b242346ae5bad3f187..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/meta/main.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- - -allow_duplicates: yes - -galaxy_info: - author: Robin Clarke, Jakob Reiter, Dale McDiarmid - description: Elasticsearch for Linux - company: "Elastic.co" - license: "license (Apache)" - min_ansible_version: 2.3.2 - platforms: - - name: EL - versions: - - 6 - - 7 - - name: Debian - versions: - - all - - name: Ubuntu - versions: - - all - categories: - - system - -dependencies: [] diff --git a/ansible/roles/es6/tasks/azure-plugin.yml b/ansible/roles/es6/tasks/azure-plugin.yml deleted file mode 100644 index aed14050cd77611ed14a0965948dcdd39977455b..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/azure-plugin.yml +++ /dev/null @@ -1,3 +0,0 @@ -- name: Install azure plugin - shell: ES_PATH_CONF=/etc/elasticsearch/"{{ es_instance_name }}" /usr/share/elasticsearch/bin/elasticsearch-plugin install repository-azure - notify: restart elasticsearch diff --git a/ansible/roles/es6/tasks/elasticsearch-Debian-version-lock.yml b/ansible/roles/es6/tasks/elasticsearch-Debian-version-lock.yml deleted file mode 100644 index d9fdd698bc470b3364b1d032f73ba71a9728871b..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-Debian-version-lock.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: Debian - hold elasticsearch version - become: yes - command: apt-mark hold elasticsearch - register: hold_elasticsearch_result - changed_when: "hold_elasticsearch_result.stdout != 'elasticsearch was already set on hold.'" diff --git a/ansible/roles/es6/tasks/elasticsearch-Debian.yml b/ansible/roles/es6/tasks/elasticsearch-Debian.yml deleted file mode 100644 index ebaaa6174457f44e07a8defb6c0f84474bcd4c96..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-Debian.yml +++ /dev/null @@ -1,48 +0,0 @@ ---- - -- name: set fact force_install to no - set_fact: force_install=no - -- name: set fact force_install to yes - set_fact: force_install=yes - when: es_allow_downgrades - -- name: Debian - Install apt-transport-https to support https APT downloads - become: yes - apt: name=apt-transport-https state=present - when: es_use_repository - -- name: Debian - Add Elasticsearch repository key - become: yes - apt_key: url="{{ es_apt_key }}" state=present - when: es_use_repository and es_apt_key - -- name: Debian - Add elasticsearch repository - become: yes - apt_repository: repo={{ item.repo }} state={{ item.state}} - with_items: - - { repo: "{{ es_apt_url_old }}", state: "absent" } - - { repo: "{{ es_apt_url }}", state: "present" } - when: es_use_repository - -- name: Debian - Include versionlock - include: elasticsearch-Debian-version-lock.yml - when: es_version_lock - -- name: Debian - Ensure elasticsearch is installed - become: yes - apt: name=elasticsearch{% if es_version is defined and es_version != "" %}={{ es_version }}{% endif %} state=present force={{force_install}} allow_unauthenticated={{ 'no' if es_apt_key else 'yes' }} cache_valid_time=86400 - when: es_use_repository - register: debian_elasticsearch_install_from_repo - notify: restart elasticsearch - -- name: Debian - Download elasticsearch from url - get_url: url={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.deb{% endif %} dest=/tmp/elasticsearch-{{ es_version }}.deb validate_certs=no - when: not es_use_repository - -- name: Debian - Ensure elasticsearch is installed from downloaded package - become: yes - apt: deb=/tmp/elasticsearch-{{ es_version }}.deb - when: not es_use_repository - register: elasticsearch_install_from_package - notify: restart elasticsearch diff --git a/ansible/roles/es6/tasks/elasticsearch-RedHat-version-lock.yml b/ansible/roles/es6/tasks/elasticsearch-RedHat-version-lock.yml deleted file mode 100644 index b5711a2f3b8e0389c626c9816d2cfba873e1fde2..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-RedHat-version-lock.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: RedHat - install yum-version-lock - become: yes - yum: name=yum-plugin-versionlock state=present update_cache=yes -- name: RedHat - lock elasticsearch version - become: yes - shell: yum versionlock delete 0:elasticsearch* ; yum versionlock add elasticsearch{% if es_version is defined and es_version != "" %}-{{ es_version }}{% endif %} diff --git a/ansible/roles/es6/tasks/elasticsearch-RedHat.yml b/ansible/roles/es6/tasks/elasticsearch-RedHat.yml deleted file mode 100644 index 588f0cec04d9107e04bc7482a6addd9dd36f0163..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-RedHat.yml +++ /dev/null @@ -1,31 +0,0 @@ ---- -- name: Ensure libselinux-python on CentOS 6.x - become: yes - yum: name=libselinux-python state=present update_cache=yes - when: ( ansible_distribution == "CentOS" ) and ( ansible_distribution_major_version == "6" ) - -- name: RedHat - add Elasticsearch repo - become: yes - template: src=elasticsearch.repo dest=/etc/yum.repos.d/elasticsearch-{{ es_major_version }}.repo - when: es_use_repository - -- name: RedHat - include versionlock - include: elasticsearch-RedHat-version-lock.yml - when: es_version_lock - -- name: RedHat - Install Elasticsearch - become: yes - yum: name=elasticsearch{% if es_version is defined and es_version != "" %}-{{ es_version }}{% endif %} state=present update_cache=yes - when: es_use_repository - register: redhat_elasticsearch_install_from_repo - notify: restart elasticsearch - until: '"failed" not in redhat_elasticsearch_install_from_repo' - retries: 5 - delay: 10 - -- name: RedHat - Install Elasticsearch from url - become: yes - yum: name={% if es_custom_package_url is defined %}{{ es_custom_package_url }}{% else %}{{ es_package_url }}-{{ es_version }}.noarch.rpm{% endif %} state=present - when: not es_use_repository - register: elasticsearch_install_from_package - notify: restart elasticsearch diff --git a/ansible/roles/es6/tasks/elasticsearch-config.yml b/ansible/roles/es6/tasks/elasticsearch-config.yml deleted file mode 100644 index 4f8ecc672d05be40ba2a44f854fa193cf7506f70..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-config.yml +++ /dev/null @@ -1,111 +0,0 @@ ---- -# Configure Elasticsearch Node - -#Create required directories -- name: Create Directories - become: yes - file: path={{ item }} state=directory owner={{ es_user }} group={{ es_group }} - with_items: - - "{{pid_dir}}" - - "{{log_dir}}" - - "{{conf_dir}}" - -- name: Create Data Directories - become: yes - file: path={{ item }} state=directory owner={{ es_user }} group={{ es_group }} - with_items: - - "{{data_dirs}}" - -#Copy the config template -- name: Copy Configuration File - become: yes - template: src=elasticsearch.yml.j2 dest={{conf_dir}}/elasticsearch.yml owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - register: system_change - notify: restart elasticsearch - -#Copy the instance specific default file -- name: Copy Default File for Instance - become: yes - template: src=elasticsearch.j2 dest={{instance_default_file}} mode=0644 force=yes - notify: restart elasticsearch - -#Copy the instance specific init file -- name: Copy Debian Init File for Instance - become: yes - template: src=init/debian/elasticsearch.j2 dest={{instance_init_script}} mode=0755 force=yes - when: ansible_os_family == 'Debian' and not use_system_d - notify: restart elasticsearch - -#Copy the instance specific init file -- name: Copy Redhat Init File for Instance - become: yes - template: src=init/redhat/elasticsearch.j2 dest={{instance_init_script}} mode=0755 force=yes - when: ansible_os_family == 'RedHat' and not use_system_d - notify: restart elasticsearch - -#Copy the systemd specific file if systemd is installed -- name: Copy Systemd File for Instance - become: yes - template: src=systemd/elasticsearch.j2 dest={{instance_sysd_script}} mode=0644 force=yes - when: use_system_d - notify: - - reload systemd configuration - - restart elasticsearch - -#Copy the logging.yml -- name: Copy log4j2.properties File for Instance - become: yes - template: src={{es_config_log4j2}} dest={{conf_dir}}/log4j2.properties owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - notify: restart elasticsearch - -- name: Get information on the RAM - set_fact: - es_heap_size: "{% if ((ansible_memory_mb.real.total/(2*1024))|int) > 26 %}26g{% else %}{{(((ansible_memory_mb.real.total/(2*1024))+1)|int)}}g{% endif %}" - when: es_heap_size is not defined - -- name: Copy jvm.options File for Instance - become: yes - template: src=jvm.options.j2 dest={{conf_dir}}/jvm.options owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - notify: restart elasticsearch - -#Clean up un-wanted package scripts to avoid confusion - -- name: Delete Default Init - become: yes - file: dest=/etc/init.d/elasticsearch state=absent - -- name: Create empty default environment file - become: yes - changed_when: False - copy: - dest: /etc/default/elasticsearch - content: '' - when: ansible_os_family == 'Debian' - -- name: Create empty default environment file - become: yes - changed_when: False - copy: - dest: /etc/sysconfig/elasticsearch - content: '' - when: ansible_os_family == 'RedHat' - -- name: Delete Default Sysconfig File - become: yes - file: dest="{{ sysd_script }}" state=absent - -- name: Delete Default Configuration File - become: yes - file: dest=/etc/elasticsearch/elasticsearch.yml state=absent - -- name: Delete Default Logging File - become: yes - file: dest=/etc/elasticsearch/logging.yml state=absent - -- name: Delete Default Logging File - become: yes - file: dest=/etc/elasticsearch/log4j2.properties state=absent - -- name: Delete Default JVM Options File - become: yes - file: dest=/etc/elasticsearch/jvm.options state=absent diff --git a/ansible/roles/es6/tasks/elasticsearch-optional-user.yml b/ansible/roles/es6/tasks/elasticsearch-optional-user.yml deleted file mode 100644 index d8f787e4b7d12f1623aa6952b1c0877ef5e5a229..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-optional-user.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -#Add the elasticsearch user before installing from packages. -- name: Ensure optional elasticsearch group is created with the correct id. - become: yes - #Restart if these change - notify: restart elasticsearch - group: - state: present - name: "{{ es_group }}" - system: yes - gid: "{{ es_group_id }}" - -- name: Ensure optional elasticsearch user is created with the correct id. - become: yes - #Restart if these change - notify: restart elasticsearch - user: - state: present - name: "{{ es_user }}" - comment: elasticsearch system user - system: yes - createhome: no - uid: "{{ es_user_id }}" - group: "{{ es_group }}" diff --git a/ansible/roles/es6/tasks/elasticsearch-parameters.yml b/ansible/roles/es6/tasks/elasticsearch-parameters.yml deleted file mode 100644 index 13c6472a3d35a26d9989de12905c656dc8e23088..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-parameters.yml +++ /dev/null @@ -1,75 +0,0 @@ -# Check for mandatory parameters - -- name: fail when es_instance is not defined - fail: msg="es_instance_name must be specified and cannot be blank" - when: es_instance_name is not defined or es_instance_name == '' - -- name: fail when es_proxy_port is not defined or is blank - fail: msg="es_proxy_port must be specified and cannot be blank when es_proxy_host is defined" - when: (es_proxy_port is not defined or es_proxy_port == '') and (es_proxy_host is defined and es_proxy_host != '') - -- name: debug message - debug: msg="WARNING - It is recommended you specify the parameter 'http.port'" - when: es_config['http.port'] is not defined - -- name: debug message - debug: msg="WARNING - It is recommended you specify the parameter 'transport.tcp.port'" - when: es_config['transport.tcp.port'] is not defined - -- name: debug message - debug: msg="WARNING - It is recommended you specify the parameter 'discovery.zen.ping.unicast.hosts'" - when: es_config['discovery.zen.ping.unicast.hosts'] is not defined - -#If the user attempts to lock memory they must specify a heap size -- name: fail when heap size is not specified when using memory lock - fail: msg="If locking memory with bootstrap.memory_lock a heap size must be specified" - when: es_config['bootstrap.memory_lock'] is defined and es_config['bootstrap.memory_lock'] == True and es_heap_size is not defined - -#Check if working with security we have an es_api_basic_auth_username and es_api_basic_auth_username - otherwise any http calls wont work -- name: fail when api credentials are not declared when using security - fail: msg="Enabling security requires an es_api_basic_auth_username and es_api_basic_auth_password to be provided to allow cluster operations" - when: es_enable_xpack and ("security" in es_xpack_features) and es_api_basic_auth_username is not defined and es_api_basic_auth_password is not defined - -- name: set fact file_reserved_users - set_fact: file_reserved_users={{ es_users.file.keys() | intersect (reserved_xpack_users) }} - when: es_users is defined and es_users.file is defined and (es_users.file.keys() | length > 0) and (es_users.file.keys() | intersect (reserved_xpack_users) | length > 0) - -- name: fail when changing users through file realm - fail: - msg: "ERROR: INVALID CONFIG - YOU CANNOT CHANGE RESERVED USERS THROUGH THE FILE REALM. THE FOLLOWING CANNOT BE CHANGED: {{file_reserved_users}}. USE THE NATIVE REALM." - when: file_reserved_users | default([]) | length > 0 - -- name: set fact instance_default_file - set_fact: instance_default_file={{default_file | dirname}}/{{es_instance_name}}_{{default_file | basename}} -- name: set fact instance_init_script - set_fact: instance_init_script={{init_script | dirname }}/{{es_instance_name}}_{{init_script | basename}} -- name: set fact conf_dir - set_fact: conf_dir={{ es_conf_dir }}/{{es_instance_name}} -- name: set fact m_lock_enabled - set_fact: m_lock_enabled={{ es_config['bootstrap.memory_lock'] is defined and es_config['bootstrap.memory_lock'] == True }} - -#TODO - if transport.host is not local maybe error on boostrap checks - - -#Use systemd for the following distributions: -#Ubuntu 15 and up -#Debian 8 and up -#Centos 7 and up -#Relies on elasticsearch distribution installing a serviced script to determine whether one should be copied. - -- name: set fact use_system_d - set_fact: use_system_d={{(ansible_distribution == 'Debian' and ansible_distribution_version | version_compare('8', '>=')) or (ansible_distribution in ['RedHat','CentOS'] and ansible_distribution_version | version_compare('7', '>=')) or (ansible_distribution == 'Ubuntu' and ansible_distribution_version | version_compare('15', '>=')) }} - -- name: set fact instance_sysd_script - set_fact: instance_sysd_script={{sysd_script | dirname }}/{{es_instance_name}}_{{sysd_script | basename}} - when: use_system_d -#For directories we also use the {{inventory_hostname}}-{{ es_instance_name }} - this helps if we have a shared SAN. - -- name: set fact instance_suffix - set_fact: instance_suffix={{inventory_hostname}}-{{ es_instance_name }} -- name: set fact pid_dir - set_fact: pid_dir={{ es_pid_dir }}/{{instance_suffix}} -- name: set fact log_dir - set_fact: log_dir={{ es_log_dir }}/{{instance_suffix}} -- name: set fact log_dir - set_fact: data_dirs={{ es_data_dirs | append_to_list('/'+instance_suffix) }} diff --git a/ansible/roles/es6/tasks/elasticsearch-plugins.yml b/ansible/roles/es6/tasks/elasticsearch-plugins.yml deleted file mode 100644 index 5d4e2d815351c68897f63e91ceadd035301fd6d8..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-plugins.yml +++ /dev/null @@ -1,82 +0,0 @@ ---- - -# es_plugins_reinstall will be set to true if elasticsearch_install_from_repo.changed or elasticsearch_install_from_package.changed -# i.e. we have changed ES version(or we have clean installation of ES), or if no plugins listed. Otherwise it is false and requires explicitly setting. -- name: set fact es_plugins_reinstall to true - set_fact: es_plugins_reinstall=true - when: (((debian_elasticsearch_install_from_repo is defined and debian_elasticsearch_install_from_repo.changed) or (redhat_elasticsearch_install_from_repo is defined and redhat_elasticsearch_install_from_repo.changed)) or (elasticsearch_install_from_package is defined and elasticsearch_install_from_package.changed)) or es_plugins is not defined or es_plugins is none - -- name: set fact list_command - set_fact: list_command="" -#If we are reinstalling all plugins, e.g. to a version change, we need to remove all plugins (inc. x-pack) to install any plugins. Otherwise we don't consider x-pack so the role stays idempotent. -- name: set fact list_command check for x-pack - set_fact: list_command="| grep -vE 'x-pack'" - when: not es_plugins_reinstall - -#List currently installed plugins. We have to list the directories as the list commmand fails if the ES version is different than the plugin version. -- name: Check installed elasticsearch plugins - become: yes - shell: "ls {{es_home}}/plugins {{list_command}}" - register: installed_plugins - changed_when: False - ignore_errors: yes - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - -#if es_plugins_reinstall is set to true we remove ALL plugins -- name: set fact plugins_to_remove to install_plugins.stdout_lines - set_fact: plugins_to_remove="{{ installed_plugins.stdout_lines | default([]) }}" - when: es_plugins_reinstall - -#if the plugins listed are different than those requested, we remove those installed but not listed in the config -- name: set fact plugins_to_remove to delete plugins installed but not listed in es_plugins - set_fact: plugins_to_remove="{{ installed_plugins.stdout_lines | difference(es_plugins | json_query('[*].plugin')) | default([]) }}" - when: not es_plugins_reinstall - -#if es_plugins_reinstall is set to true we (re)install ALL plugins -- name: set fact plugins_to_install to es_plugins - set_fact: plugins_to_install="{{ es_plugins | json_query('[*].plugin') | default([]) }}" - when: es_plugins_reinstall - -#if the plugins listed are different than those requested, we install those not installed but listed in the config -- name: set fact to plugins_to_install to those in es_config but not installed - set_fact: plugins_to_install="{{ es_plugins | json_query('[*].plugin') | difference(installed_plugins.stdout_lines) | default([]) }}" - when: not es_plugins_reinstall - -# This removes any currently installed plugins (to prevent errors when reinstalling) -- name: Remove elasticsearch plugins - become: yes - command: "{{es_home}}/bin/elasticsearch-plugin remove {{item}} --silent" - ignore_errors: yes - with_items: "{{ plugins_to_remove | default([]) }}" - notify: restart elasticsearch - register: plugin_removed - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - -- name: Install elasticsearch plugins - become: yes - command: "{{es_home}}/bin/elasticsearch-plugin install {{ item.plugin }} --batch --silent" - register: plugin_installed - failed_when: "'ERROR' in plugin_installed.stdout" - changed_when: plugin_installed.rc == 0 - with_items: "{{ es_plugins }}" - when: item.plugin in plugins_to_install - notify: restart elasticsearch - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - ES_JAVA_OPTS: "{% if item.proxy_host is defined and item.proxy_host != '' and item.proxy_port is defined and item.proxy_port != ''%} -Dhttp.proxyHost={{ item.proxy_host }} -Dhttp.proxyPort={{ item.proxy_port }} -Dhttps.proxyHost={{ item.proxy_host }} -Dhttps.proxyPort={{ item.proxy_port }} {% elif es_proxy_host is defined and es_proxy_host != '' %} -Dhttp.proxyHost={{ es_proxy_host }} -Dhttp.proxyPort={{ es_proxy_port }} -Dhttps.proxyHost={{ es_proxy_host }} -Dhttps.proxyPort={{ es_proxy_port }} {% endif %}" - until: plugin_installed.rc == 0 - retries: 5 - delay: 5 - -#Set permissions on plugins directory -- name: Set Plugin Directory Permissions - become: yes - file: state=directory path={{ es_home }}/plugins owner={{ es_user }} group={{ es_group }} recurse=yes diff --git a/ansible/roles/es6/tasks/elasticsearch-scripts.yml b/ansible/roles/es6/tasks/elasticsearch-scripts.yml deleted file mode 100644 index e38c3b4c4daca6652edb938ea915a5f381ce6cca..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-scripts.yml +++ /dev/null @@ -1,26 +0,0 @@ ---- - -- name: set fact es_script_dir - set_fact: es_script_dir={{ es_conf_dir }}/{{es_instance_name}} - tags: - - always - -- name: set fact es_script_dir when path.scripts - set_fact: es_script_dir={{es_config['path.scripts']}} - when: es_config['path.scripts'] is defined - tags: - - always - -- name: Create script dir - become: yes - file: state=directory path={{ es_script_dir }} owner={{ es_user }} group={{ es_group }} recurse=yes - -- name: Copy default scripts to elasticsearch - become: yes - copy: src=scripts dest={{ es_script_dir }} owner={{ es_user }} group={{ es_group }} - when: es_scripts_fileglob is not defined - -- name: Copy scripts to elasticsearch - become: yes - copy: src={{ item }} dest={{ es_script_dir }} owner={{ es_user }} group={{ es_group }} - with_fileglob: "{{ es_scripts_fileglob | default('') }}" diff --git a/ansible/roles/es6/tasks/elasticsearch-template.yml b/ansible/roles/es6/tasks/elasticsearch-template.yml deleted file mode 100644 index 6059c7d727e887fd1f452bbd6bd781af7f363979..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch-template.yml +++ /dev/null @@ -1,40 +0,0 @@ ---- -- name: ensure templates dir is created - file: - path: /etc/elasticsearch/templates - state: directory - owner: "{{ es_user }}" - group: "{{ es_group }}" - -- name: Copy templates to elasticsearch - copy: src={{ item }} dest=/etc/elasticsearch/templates owner={{ es_user }} group={{ es_group }} - register: load_templates - with_fileglob: - - "{{ es_templates_fileglob | default('') }}" - -- name: Install templates without auth - uri: - url: "http://{{es_api_host}}:{{es_api_port}}/_template/{{item | filename}}" - method: PUT - status_code: 200 - body_format: json - body: "{{ lookup('file', item) }}" - when: load_templates.changed and es_start_service and not es_enable_xpack or not es_xpack_features is defined or "security" not in es_xpack_features - with_fileglob: - - "{{ es_templates_fileglob | default('') }}" - run_once: True - -- name: Install templates with auth - uri: - url: "http://{{es_api_host}}:{{es_api_port}}/_template/{{item | filename}}" - method: PUT - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - body_format: json - body: "{{ lookup('file', item) }}" - when: load_templates.changed and es_start_service and es_enable_xpack and es_xpack_features is defined and "security" in es_xpack_features - with_fileglob: - - "{{ es_templates_fileglob | default('') }}" - run_once: True diff --git a/ansible/roles/es6/tasks/elasticsearch.yml b/ansible/roles/es6/tasks/elasticsearch.yml deleted file mode 100644 index e2361d49bf1049d252ed748a30d828c8514b2234..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/elasticsearch.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- - -- name: Include optional user and group creation. - when: (es_user_id is defined) and (es_group_id is defined) - include: elasticsearch-optional-user.yml - -- name: Include specific Elasticsearch - include: elasticsearch-Debian.yml - when: ansible_os_family == 'Debian' - -- name: Include specific Elasticsearch - include: elasticsearch-RedHat.yml - when: ansible_os_family == 'RedHat' diff --git a/ansible/roles/es6/tasks/java.yml b/ansible/roles/es6/tasks/java.yml deleted file mode 100644 index a4ecac04a4c659cb0fc36aa824ea31bfb9542778..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/java.yml +++ /dev/null @@ -1,51 +0,0 @@ ---- - -- name: set fact java_state to present - set_fact: java_state="present" - -- name: set fact java_state to latest - set_fact: java_state="latest" - when: update_java == true - -- name: RedHat - Ensure Java is installed - become: yes - yum: name={{ java }} state={{java_state}} - when: ansible_os_family == 'RedHat' - -- name: Get the installed java path - shell: "update-alternatives --display java | grep '^/' | awk '{print $1}' | grep 1.8.0" - register: java_full_path - failed_when: False - changed_when: False - when: ansible_os_family == 'RedHat' - -- name: correct java version selected - alternatives: - name: java - path: "{{ java_full_path.stdout }}" - link: /usr/bin/java - when: ansible_os_family == 'RedHat' and java_full_path is defined - -- name: Refresh java repo - become: yes - apt: update_cache=yes - changed_when: false - when: ansible_os_family == 'Debian' - -- name: Debian - Ensure Java is installed - become: yes - apt: name={{ java }} state={{java_state}} - when: ansible_os_family == 'Debian' - -- name: register open_jdk version - shell: java -version 2>&1 | grep OpenJDK - register: open_jdk - ignore_errors: yes - changed_when: false - -#https://github.com/docker-library/openjdk/issues/19 - ensures tests pass due to java 8 broken certs -- name: refresh the java ca-certificates - become: yes - command: /var/lib/dpkg/info/ca-certificates-java.postinst configure - when: ansible_distribution == 'Ubuntu' and open_jdk.rc == 0 - changed_when: false diff --git a/ansible/roles/es6/tasks/main.yml b/ansible/roles/es6/tasks/main.yml deleted file mode 100644 index bbb2903f083f0ad09fd53761e5b8e5ed340ae3b9..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/main.yml +++ /dev/null @@ -1,81 +0,0 @@ ---- -- name: os-specific vars - include_vars: "{{ansible_os_family}}.yml" - tags: - - always - -- name: check-set-parameters - include: elasticsearch-parameters.yml - tags: - - always - -- name: include elasticsearch.yml - include: elasticsearch.yml - tags: - - install - -- name: include elasticsearch-config.yml - include: elasticsearch-config.yml - tags: - - config - -- name: include elasticsearch-scripts.yml - include: elasticsearch-scripts.yml - when: es_scripts - tags: - - scripts - -- name: include elasticsearch-plugins.yml - include: elasticsearch-plugins.yml - when: es_plugins is defined or es_plugins_reinstall - tags: - - plugins - -# Install Elasticsearch plugin for backups -- name: include elasticsearch plugin install - include: azure-plugin.yml - -#We always execute xpack as we may need to remove features -- name: include xpack/elasticsearch-xpack.yml - include: xpack/elasticsearch-xpack.yml - tags: - - xpack - -- name: flush handlers - meta: flush_handlers - -- name: Make sure elasticsearch is started - service: name={{instance_init_script | basename}} state=started enabled=yes - when: es_start_service - -- name: Wait for elasticsearch to startup - wait_for: host={{es_api_host}} port={{es_api_port}} delay=5 connect_timeout=1 - when: es_restarted is defined and es_restarted.changed and es_start_service - -- name: set fact manage_native_realm to false - set_fact: manage_native_realm=false - -- name: set fact manage_native_realm to true - set_fact: manage_native_realm=true - when: es_start_service and (es_enable_xpack and "security" in es_xpack_features) and ((es_users is defined and es_users.native is defined) or (es_roles is defined and es_roles.native is defined)) - -# If playbook runs too fast, Native commands could fail as the Native Realm is not yet up -- name: Wait 15 seconds for the Native Relm to come up - pause: seconds=15 - when: manage_native_realm - -- name: activate-license - include: ./xpack/security/elasticsearch-xpack-activation.yml - when: es_start_service and es_enable_xpack and es_xpack_license is defined and es_xpack_license != '' - -#perform security actions here now elasticsearch is started -- name: include xpack/security/elasticsearch-security-native.yml - include: ./xpack/security/elasticsearch-security-native.yml - when: manage_native_realm - -#We also do after the native realm to ensure any changes are applied here first and its denf up. -- name: include elasticsearch-template.yml - include: elasticsearch-template.yml - when: es_templates - tags: - - templates diff --git a/ansible/roles/es6/tasks/xpack/elasticsearch-xpack-install.yml b/ansible/roles/es6/tasks/xpack/elasticsearch-xpack-install.yml deleted file mode 100644 index 522f8161fd8daf599ca0a1bcb351e65d854aefae..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/xpack/elasticsearch-xpack-install.yml +++ /dev/null @@ -1,68 +0,0 @@ ---- - -#Test if feature is installed -- name: Test if x-pack is installed - shell: "{{es_home}}/bin/elasticsearch-plugin list | grep x-pack" - become: yes - register: x_pack_installed - changed_when: False - failed_when: "'ERROR' in x_pack_installed.stdout" - check_mode: no - ignore_errors: yes - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - - -#Remove X-Pack if installed and its not been requested or the ES version has changed -- name: Remove x-pack plugin - become: yes - command: "{{es_home}}/bin/elasticsearch-plugin remove x-pack" - register: xpack_state - failed_when: "'ERROR' in xpack_state.stdout" - changed_when: xpack_state.rc == 0 - when: x_pack_installed.rc == 0 and (not es_enable_xpack or es_version_changed) - notify: restart elasticsearch - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - - -#Install plugin if not installed, or the es version has changed (so removed above), and its been requested -- name: Download x-pack from url - get_url: url={{ es_xpack_custom_url }} dest=/tmp/x-pack-{{ es_version }}.zip - when: (x_pack_installed.rc == 1 or es_version_changed) and (es_enable_xpack and es_xpack_custom_url is defined) - -- name: Install x-pack plugin from local - become: yes - command: > - {{es_home}}/bin/elasticsearch-plugin install --silent --batch file:///tmp/x-pack-{{ es_version }}.zip - register: xpack_state - changed_when: xpack_state.rc == 0 - when: (x_pack_installed.rc == 1 or es_version_changed) and (es_enable_xpack and es_xpack_custom_url is defined) - notify: restart elasticsearch - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - -- name: Delete x-pack zip file - file: dest=/tmp/x-pack-{{ es_version }}.zip state=absent - when: es_xpack_custom_url is defined - -- name: Install x-pack plugin from elastic.co - become: yes - command: > - {{es_home}}/bin/elasticsearch-plugin install --silent --batch x-pack - register: xpack_state - failed_when: "'ERROR' in xpack_state.stdout" - changed_when: xpack_state.rc == 0 - when: (x_pack_installed.rc == 1 or es_version_changed) and (es_enable_xpack and es_xpack_custom_url is not defined) - notify: restart elasticsearch - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_INCLUDE: "{{ instance_default_file }}" - ES_JAVA_OPTS: "{% if es_proxy_host is defined and es_proxy_host != '' %}-Dhttp.proxyHost={{ es_proxy_host }} -Dhttp.proxyPort={{ es_proxy_port }} -Dhttps.proxyHost={{ es_proxy_host }} -Dhttps.proxyPort={{ es_proxy_port }}{% endif %}" diff --git a/ansible/roles/es6/tasks/xpack/elasticsearch-xpack.yml b/ansible/roles/es6/tasks/xpack/elasticsearch-xpack.yml deleted file mode 100644 index ec82a68a6f51114e15df5a26ac75a6841c384692..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/xpack/elasticsearch-xpack.yml +++ /dev/null @@ -1,22 +0,0 @@ ---- - -- name: set fact es_version_changed - set_fact: es_version_changed={{ ((elasticsearch_install_from_package is defined and (debian_elasticsearch_install_from_repo.changed or redhat_elasticsearch_install_from_repo.changed)) or (elasticsearch_install_from_package is defined and elasticsearch_install_from_package.changed)) }} - -- name: include elasticsearch-xpack-install.yml - include: elasticsearch-xpack-install.yml - -#Security configuration -- name: include security/elasticsearch-security.yml - include: security/elasticsearch-security.yml - -#Add any feature specific configuration here -- name: Set Plugin Directory Permissions - become: yes - file: state=directory path={{ es_home }}/plugins owner={{ es_user }} group={{ es_group }} recurse=yes - -#Make sure elasticsearch.keystore has correct Permissions -- name: Set elasticsearch.keystore Permissions - become: yes - file: state=file path={{ conf_dir }}/elasticsearch.keystore owner={{ es_user }} group={{ es_group }} - when: es_enable_xpack and "security" in es_xpack_features and (es_version | version_compare('6.0.0', '>')) diff --git a/ansible/roles/es6/tasks/xpack/security/elasticsearch-security-file.yml b/ansible/roles/es6/tasks/xpack/security/elasticsearch-security-file.yml deleted file mode 100644 index 8d6f8789950f02b64e0af5d19c4cb20715890f6a..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/xpack/security/elasticsearch-security-file.yml +++ /dev/null @@ -1,80 +0,0 @@ ---- -- name: set fact manage_file_users - set_fact: manage_file_users=es_users is defined and es_users.file is defined and es_users.file.keys() | length > 0 - -#List current users -- name: List Users - become: yes - shell: cat {{conf_dir}}/x-pack/users | awk -F':' '{print $1}' - register: current_file_users - when: manage_file_users - changed_when: False - -- name: set fact users_to_remove - set_fact: users_to_remove={{ current_file_users.stdout_lines | difference (es_users.file.keys()) }} - when: manage_file_users - -#Remove users -- name: Remove Users - become: yes - command: > - {{es_home}}/bin/x-pack/users userdel {{item}} - with_items: "{{users_to_remove | default([])}}" - when: manage_file_users - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_HOME: "{{es_home}}" - -- name: set fact users_to_add - set_fact: users_to_add={{ es_users.file.keys() | difference (current_file_users.stdout_lines) }} - when: manage_file_users - -#Add users -- name: Add Users - become: yes - command: > - {{es_home}}/bin/x-pack/users useradd {{item}} -p {{es_users.file[item].password}} - with_items: "{{ users_to_add | default([]) }}" - when: manage_file_users - no_log: True - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_HOME: "{{es_home}}" - -#Set passwords for all users declared - Required as the useradd will not change existing user passwords -- name: Set User Passwords - become: yes - command: > - {{es_home}}/bin/x-pack/users passwd {{ item }} -p {{es_users.file[item].password}} - with_items: "{{ es_users.file.keys() | default([]) }}" - when: manage_file_users - #Currently no easy way to figure out if the password has changed or to know what it currently is so we can skip. - changed_when: False - no_log: True - environment: - CONF_DIR: "{{ conf_dir }}" - ES_PATH_CONF: "{{ conf_dir }}" - ES_HOME: "{{es_home}}" - -- name: set fact users_roles - set_fact: users_roles={{es_users.file | extract_role_users () }} - when: manage_file_users - -#Copy Roles files -- name: Copy roles.yml File for Instance - become: yes - template: src=security/roles.yml.j2 dest={{conf_dir}}/x-pack/roles.yml owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - when: es_roles is defined and es_roles.file is defined - -#Overwrite users_roles file -- name: Copy User Roles - become: yes - template: src=security/users_roles.j2 dest={{conf_dir}}/x-pack/users_roles mode=0644 force=yes - when: manage_file_users and users_roles | length > 0 - -#Set permission on security directory. E.g. if 2 nodes are installed on the same machine, the second node will not get the users file created at install, causing the files being created at es_users call and then having the wrong Permissions. -- name: Set Security Directory Permissions Recursive - become: yes - file: state=directory path={{conf_dir}}/x-pack/ owner={{ es_user }} group={{ es_group }} recurse=yes diff --git a/ansible/roles/es6/tasks/xpack/security/elasticsearch-security-native.yml b/ansible/roles/es6/tasks/xpack/security/elasticsearch-security-native.yml deleted file mode 100644 index 63024fadef2b26ac1f465b337e5928c5a52cf80d..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/xpack/security/elasticsearch-security-native.yml +++ /dev/null @@ -1,191 +0,0 @@ ---- -- name: set fact change_api_password to false - set_fact: change_api_password=false - -- name: set fact manage_native_users to false - set_fact: manage_native_users=false - -- name: set fact manage_native_users to true - set_fact: manage_native_users=true - when: es_users is defined and es_users.native is defined and es_users.native.keys() | length > 0 - -- name: set fact manage_native_role to false - set_fact: manage_native_roles=false - -- name: set fact manange_native_roles to true - set_fact: manage_native_roles=true - when: es_roles is defined and es_roles.native is defined and es_roles.native.keys() | length > 0 - -#If the node has just has security installed it maybe either stopped or started 1. if stopped, we need to start to load native realms 2. if started, we need to restart to load - -#List current users -- name: List Native Users - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user - method: GET - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - status_code: 200 - register: user_list_response - when: manage_native_users - -- name: set fact reserved_users equals user_list_response.json - set_fact: reserved_users={{ user_list_response.json | filter_reserved }} - when: manage_native_users - -#Current users not inc. those reserved -- name: set fact current_users equals user_list_response.json.keys not including reserved - set_fact: current_users={{ user_list_response.json.keys() | difference (reserved_users) }} - when: manage_native_users - -#We are changing the es_api_basic_auth_username password, so we need to do it first and update the param -- name: set fact native_users - set_fact: native_users={{ es_users.native }} - when: manage_native_users - -- name: set fact change_api_password to true - set_fact: change_api_password=true - when: manage_native_users and es_api_basic_auth_username in native_users and native_users[es_api_basic_auth_username].password is defined - -- name: Update API User Password - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user/{{es_api_basic_auth_username}}/_password - method: POST - body_format: json - body: "{ \"password\":\"{{native_users[es_api_basic_auth_username].password}}\" }" - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: change_api_password - -- name: set fact es_api_basic_auth_password - set_fact: es_api_basic_auth_password={{native_users[es_api_basic_auth_username].password}} - when: change_api_password - -#Identify users that are present in ES but not declared and thus should be removed -- name: set fact users_to_remove - set_fact: users_to_remove={{ current_users | difference ( native_users.keys() ) }} - when: manage_native_users - -#Delete all non required users NOT inc. reserved -- name: Delete Native Users - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user/{{item}} - method: DELETE - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_users - with_items: "{{ users_to_remove | default([]) }}" - -- name: set fact users_to_ignore - set_fact: users_to_ignore={{ native_users.keys() | intersect (reserved_users) }} - when: manage_native_users - -- name: debug message - debug: - msg: "WARNING: YOU CAN ONLY CHANGE THE PASSWORD FOR RESERVED USERS IN THE NATIVE REALM. ANY ROLE CHANGES WILL BE IGNORED: {{users_to_ignore}}" - when: manage_native_users and users_to_ignore | length > 0 - -#Update password on all reserved users -- name: Update Reserved User Passwords - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user/{{item}}/_password - method: POST - body_format: json - body: "{ \"password\":\"{{native_users[item].password}}\" }" - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: native_users[item].password is defined - no_log: True - with_items: "{{ users_to_ignore | default([]) }}" - -- name: set fact users_to_modify - set_fact: users_to_modify={{ native_users.keys() | difference (reserved_users) }} - when: manage_native_users - -#Overwrite all other users NOT inc. those reserved -- name: Update Non-Reserved Native User Details - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/user/{{item}} - method: POST - body_format: json - body: "{{ native_users[item] | to_json }}" - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_users - no_log: True - with_items: "{{ users_to_modify | default([]) }}" - -## ROLE CHANGES - -#List current roles not. inc those reserved -- name: List Native Roles - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/role - method: GET - body_format: json - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - status_code: 200 - register: role_list_response - when: manage_native_roles - -- name: set fact reserved roles - set_fact: reserved_roles={{ role_list_response.json | filter_reserved }} - when: manage_native_roles - -- name: set fact current roles - set_fact: current_roles={{ role_list_response.json.keys() | difference (reserved_roles) }} - when: manage_native_roles - -- name: set fact roles to ignore - set_fact: roles_to_ignore={{ es_roles.native.keys() | intersect (reserved_roles) | default([]) }} - when: manage_native_roles - -- name: debug message - debug: - msg: "WARNING: YOU CANNOT CHANGE RESERVED ROLES. THE FOLLOWING WILL BE IGNORED: {{roles_to_ignore}}" - when: manage_native_roles and roles_to_ignore | length > 0 - -- name: set fact roles_to_remove - set_fact: roles_to_remove={{ current_roles | difference ( es_roles.native.keys() ) }} - when: manage_native_roles - -#Delete all non required roles NOT inc. reserved -- name: Delete Native Roles - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/role/{{item}} - method: DELETE - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_roles - with_items: "{{roles_to_remove | default([]) }}" - -- name: set fact roles_to_modify - set_fact: roles_to_modify={{ es_roles.native.keys() | difference (reserved_roles) }} - when: manage_native_roles - -#Update other roles - NOT inc. reserved roles -- name: Update Native Roles - uri: - url: http://{{es_api_host}}:{{es_api_port}}/_xpack/security/role/{{item}} - method: POST - body_format: json - body: "{{ es_roles.native[item] | to_json}}" - status_code: 200 - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - force_basic_auth: yes - when: manage_native_roles - with_items: "{{ roles_to_modify | default([]) }}" diff --git a/ansible/roles/es6/tasks/xpack/security/elasticsearch-security.yml b/ansible/roles/es6/tasks/xpack/security/elasticsearch-security.yml deleted file mode 100644 index 14f4d203868de8117f4dcaebf4ea8f1e46dfcbec..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/xpack/security/elasticsearch-security.yml +++ /dev/null @@ -1,60 +0,0 @@ ---- -#Security specific configuration done here - -#TODO: 1. Skip users with no password defined or error 2. Passwords | length > 6 - -#Ensure x-pack conf directory is created if necessary -- name: Ensure x-pack conf directory exists (file) - file: path={{ conf_dir }}/x-pack state=directory owner={{ es_user }} group={{ es_group }} - changed_when: False - when: - - es_enable_xpack and "security" in es_xpack_features - - (es_users is defined and es_users.file is defined) or (es_roles is defined and es_roles.file is defined) or (es_role_mapping is defined) - -#-----------------------------Create Bootstrap User----------------------------------- -- name: Check if bootstrap password is set - command: > - {{es_home}}/bin/elasticsearch-keystore list - register: list_keystore - changed_when: False - environment: - ES_PATH_CONF: "{{ conf_dir }}" - when: - - (es_enable_xpack and "security" in es_xpack_features) and (es_version | version_compare('6.0.0', '>')) - -- name: Create Bootstrap password for elastic user - shell: echo "{{es_api_basic_auth_password}}" | {{es_home}}/bin/elasticsearch-keystore add -x 'bootstrap.password' - when: - - (es_enable_xpack and "security" in es_xpack_features) and (es_version | version_compare('6.0.0', '>')) and es_api_basic_auth_username is defined and list_keystore is defined and es_api_basic_auth_username == 'elastic' and 'bootstrap.password' not in list_keystore.stdout_lines - environment: - ES_PATH_CONF: "{{ conf_dir }}" - no_log: true - -#-----------------------------FILE BASED REALM---------------------------------------- - -- include: elasticsearch-security-file.yml - when: (es_enable_xpack and "security" in es_xpack_features) and ((es_users is defined and es_users.file is defined) or (es_roles is defined and es_roles.file is defined)) - -#-----------------------------ROLE MAPPING ---------------------------------------- - -#Copy Roles files -- name: Copy role_mapping.yml File for Instance - become: yes - template: src=security/role_mapping.yml.j2 dest={{conf_dir}}/x-pack/role_mapping.yml owner={{ es_user }} group={{ es_group }} mode=0644 force=yes - when: es_role_mapping is defined - -#-----------------------------AUTH FILE---------------------------------------- - -- name: Copy message auth key to elasticsearch - become: yes - copy: src={{ es_message_auth_file }} dest={{conf_dir}}/x-pack/system_key owner={{ es_user }} group={{ es_group }} mode=0600 force=yes - when: es_message_auth_file is defined - -#------------------------------------------------------------------------------------ - -#Ensure security conf directory is created -- name: Ensure security conf directory exists - become: yes - file: path={{ conf_dir }}/security state=directory owner={{ es_user }} group={{ es_group }} - changed_when: False - when: es_enable_xpack and "security" in es_xpack_features diff --git a/ansible/roles/es6/tasks/xpack/security/elasticsearch-xpack-activation.yml b/ansible/roles/es6/tasks/xpack/security/elasticsearch-xpack-activation.yml deleted file mode 100644 index cd72d6a7d23b52641876d50820f156aa798ea7a5..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/tasks/xpack/security/elasticsearch-xpack-activation.yml +++ /dev/null @@ -1,37 +0,0 @@ ---- - -- name: Activate ES license (without security authentication) - uri: - method: PUT - url: "http://{{es_api_host}}:{{es_api_port}}/_xpack/license?acknowledge=true" - body_format: json - body: "{{ es_xpack_license }}" - return_content: yes - register: license_activated - no_log: True - when: not "security" in es_xpack_features - failed_when: > - license_activated.status != 200 or - license_activated.json.license_status is not defined or - license_activated.json.license_status != 'valid' - -- name: Activate ES license (with security authentication) - uri: - method: PUT - url: "http://{{es_api_host}}:{{es_api_port}}/_xpack/license?acknowledge=true" - user: "{{es_api_basic_auth_username}}" - password: "{{es_api_basic_auth_password}}" - body_format: json - force_basic_auth: yes - body: "{{ es_xpack_license }}" - return_content: yes - register: license_activated - no_log: True - when: "'security' in es_xpack_features" - failed_when: > - license_activated.status != 200 or - license_activated.json.license_status is not defined or - license_activated.json.license_status != 'valid' - -- debug: - msg: "License: {{ license_activated }}" diff --git a/ansible/roles/es6/templates/elasticsearch.j2 b/ansible/roles/es6/templates/elasticsearch.j2 deleted file mode 100644 index 5bf5746f934bb7d265dffba21abe0509c84b7bbd..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/elasticsearch.j2 +++ /dev/null @@ -1,83 +0,0 @@ -################################ -# Elasticsearch -################################ - -# Elasticsearch home directory -ES_HOME={{es_home}} - -# Elasticsearch Java path -#JAVA_HOME= - -# Elasticsearch configuration directory -CONF_DIR={{conf_dir}} -ES_PATH_CONF={{conf_dir}} - -# Elasticsearch data directory -DATA_DIR={{ data_dirs | array_to_str }} - -# Elasticsearch logs directory -LOG_DIR={{log_dir}} - -# Elasticsearch PID directory -PID_DIR={{pid_dir}} - -ES_JVM_OPTIONS={{conf_dir}}/jvm.options - -# Configure restart on package upgrade (true, every other setting will lead to not restarting) -#ES_RESTART_ON_UPGRADE=true - -# Path to the GC log file -#ES_GC_LOG_FILE=/var/log/elasticsearch/gc.log - -################################ -# Elasticsearch service -################################ - -# SysV init.d -# -# When executing the init script, this user will be used to run the elasticsearch service. -# The default value is 'elasticsearch' and is declared in the init.d file. -# Note that this setting is only used by the init script. If changed, make sure that -# the configured user can read and write into the data, work, plugins and log directories. -# For systemd service, the user is usually configured in file /usr/lib/systemd/system/elasticsearch.service -ES_USER={{es_user}} -ES_GROUP={{es_group}} - -# The number of seconds to wait before checking if Elasticsearch started successfully as a daemon process -ES_STARTUP_SLEEP_TIME=5 - -################################ -# System properties -################################ - -# Specifies the maximum file descriptor number that can be opened by this process -# When using Systemd, this setting is ignored and the LimitNOFILE defined in -# /usr/lib/systemd/system/elasticsearch.service takes precedence -{% if es_max_open_files is defined %} -#MAX_OPEN_FILES -MAX_OPEN_FILES={{es_max_open_files}} -{% endif %} - -# The maximum number of bytes of memory that may be locked into RAM -# Set to "unlimited" if you use the 'bootstrap.memory_lock: true' option -# in elasticsearch.yml -# When using Systemd, the LimitMEMLOCK property must be set -# in /usr/lib/systemd/system/elasticsearch.service -#MAX_LOCKED_MEMORY= -{% if m_lock_enabled %} -MAX_LOCKED_MEMORY=unlimited -{% endif %} - -# Maximum number of VMA (Virtual Memory Areas) a process can own -# When using Systemd, this setting is ignored and the 'vm.max_map_count' -# property is set at boot time in /usr/lib/sysctl.d/elasticsearch.conf -#MAX_MAP_COUNT=262144 -{% if es_max_map_count is defined %} -MAX_MAP_COUNT={{es_max_map_count}} -{% endif %} - -# Specifies the maximum number of threads that can be started. -# Elasticsearch requires a minimum of 2048. -{% if es_max_threads is defined %} -MAX_THREADS={{ es_max_threads }} -{% endif %} diff --git a/ansible/roles/es6/templates/elasticsearch.repo b/ansible/roles/es6/templates/elasticsearch.repo deleted file mode 100644 index b6299042bdd75962515dab1da886d336be31bc6a..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/elasticsearch.repo +++ /dev/null @@ -1,11 +0,0 @@ -[elasticsearch-{{ es_major_version }}] -name=Elasticsearch repository for {{ es_major_version }} packages -baseurl=https://artifacts.elastic.co/packages/{{ es_major_version }}/yum -gpgcheck=1 -gpgkey=https://artifacts.elastic.co/GPG-KEY-elasticsearch -enabled=1 -autorefresh=1 -type=rpm-md -{% if es_proxy_host is defined and es_proxy_host != '' and es_proxy_port is defined %} -proxy=http://{{ es_proxy_host }}:{{es_proxy_port}} -{% endif %} diff --git a/ansible/roles/es6/templates/elasticsearch.yml.j2 b/ansible/roles/es6/templates/elasticsearch.yml.j2 deleted file mode 100644 index 3cdbe5ab7145df35b8e2a4f028d32d04906455ba..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/elasticsearch.yml.j2 +++ /dev/null @@ -1,57 +0,0 @@ - -{% if es_config %} -{{ es_config | to_nice_yaml }} -{% endif %} - -{% if es_config['cluster.name'] is not defined %} -cluster.name: elasticsearch -{% endif %} - -{% if es_config['node.name'] is not defined %} -node.name: {{inventory_hostname}}-{{es_instance_name}} -{% endif %} - -#################################### Paths #################################### - -# Path to directory containing configuration (this file and logging.yml): - -{% if (es_version | version_compare('6.0.0', '<')) %} -path.conf: {{ conf_dir }} -{% endif %} - -path.data: {{ data_dirs | array_to_str }} - -path.logs: {{ log_dir }} - -{% if es_enable_xpack %} -{% if not "security" in es_xpack_features %} -xpack.security.enabled: false -{% endif %} - -{% if not "monitoring" in es_xpack_features %} -xpack.monitoring.enabled: false -{% endif %} - -{% if not "alerting" in es_xpack_features %} -xpack.watcher.enabled: false -{% endif %} - -{% if not "ml" in es_xpack_features %} -xpack.ml.enabled: false -{% endif %} - -{% if not "graph" in es_xpack_features %} -xpack.graph.enabled: false -{% endif %} -{% endif %} - -network.host: 0.0.0.0 - -{% if es_remote_reindex is defined %} -reindex.remote.whitelist: {{es_remote_host}}:9200 -{% endif %} - -{% if backup_azure_storage_account_name is defined and backup_azure_storage_access_key is defined %} -cloud.azure.storage.default.account: {{ backup_azure_storage_account_name }} -cloud.azure.storage.default.key: {{ backup_azure_storage_access_key }} -{% endif %} diff --git a/ansible/roles/es6/templates/init/debian/elasticsearch.j2 b/ansible/roles/es6/templates/init/debian/elasticsearch.j2 deleted file mode 100755 index efe2c37f6c40f7941475b3f66ae180a5638b6352..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/init/debian/elasticsearch.j2 +++ /dev/null @@ -1,229 +0,0 @@ -#!/bin/bash -# -# /etc/init.d/elasticsearch -- startup script for Elasticsearch -# -### BEGIN INIT INFO -# Provides: elasticsearch -# Required-Start: $network $remote_fs $named -# Required-Stop: $network $remote_fs $named -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: Starts elasticsearch -# Description: Starts elasticsearch using start-stop-daemon -### END INIT INFO - -PATH=/bin:/usr/bin:/sbin:/usr/sbin -NAME={{es_instance_name}}_{{default_file | basename}} -{% if es_config['node.name'] is defined %} -DESC="Elasticsearch Server - {{es_config['node.name']}}" -{% else %} -DESC="Elasticsearch Server - {{es_instance_name}}" -{% endif %} - -DEFAULT=/etc/default/$NAME - -if [ `id -u` -ne 0 ]; then - echo "You need root privileges to run this script" - exit 1 -fi - -. /lib/lsb/init-functions -if [ -r /etc/default/rcS ]; then - . /etc/default/rcS -fi - -# The following variables can be overwritten in $DEFAULT - -# Run Elasticsearch as this user ID and group ID -ES_USER={{es_user}} -ES_GROUP={{es_group}} - -# Directory where the Elasticsearch binary distribution resides -ES_HOME={{es_home}} - -# Maximum number of open files -{% if es_max_open_files is defined %} -MAX_OPEN_FILES={{es_max_open_files}} -{% endif %} - -# Maximum amount of locked memory -#MAX_LOCKED_MEMORY= -{% if m_lock_enabled %} -MAX_LOCKED_MEMORY=unlimited -{% endif %} - -# Elasticsearch log directory -LOG_DIR={{log_dir}} - -# Elasticsearch data directory -DATA_DIR={{ data_dirs | array_to_str }} - -# Elasticsearch configuration directory -CONF_DIR={{conf_dir}} -ES_PATH_CONF={{ conf_dir }} - -# Maximum number of VMA (Virtual Memory Areas) a process can own -{% if es_max_map_count is defined %} -MAX_MAP_COUNT={{es_max_map_count}} -{% endif %} - -# Elasticsearch PID file directory -PID_DIR={{pid_dir}} - -ES_JVM_OPTIONS="{{conf_dir}}/jvm.options" - -# End of variables that can be overwritten in $DEFAULT - -# overwrite settings from default file -if [ -f "$DEFAULT" ]; then - . "$DEFAULT" -fi - -# CONF_FILE setting was removed -if [ ! -z "$CONF_FILE" ]; then - echo "CONF_FILE setting is no longer supported. elasticsearch.yml must be placed in the config directory and cannot be renamed." - exit 1 -fi - -if [ "$ES_USER" != "elasticsearch" ] || [ "$ES_GROUP" != "elasticsearch" ]; then - echo "WARNING: ES_USER and ES_GROUP are deprecated and will be removed in the next major version of Elasticsearch, got: [$ES_USER:$ES_GROUP]" -fi - -# Define other required variables -PID_FILE="$PID_DIR/$NAME.pid" -DAEMON=$ES_HOME/bin/elasticsearch -{% if (es_version | version_compare('6.0.0', '<')) %} -DAEMON_OPTS="-d -p $PID_FILE -Edefault.path.logs=$LOG_DIR -Edefault.path.data=$DATA_DIR -Edefault.path.conf=$CONF_DIR" -{% else %} -DAEMON_OPTS="-d -p $PID_FILE" -{% endif %} - -export ES_JAVA_OPTS -export JAVA_HOME -export ES_INCLUDE -export ES_JVM_OPTIONS -export ES_PATH_CONF - -# export unsupported variables so bin/elasticsearch can reject them and inform the user these are unsupported -if test -n "$ES_MIN_MEM"; then export ES_MIN_MEM; fi -if test -n "$ES_MAX_MEM"; then export ES_MAX_MEM; fi -if test -n "$ES_HEAP_SIZE"; then export ES_HEAP_SIZE; fi -if test -n "$ES_HEAP_NEWSIZE"; then export ES_HEAP_NEWSIZE; fi -if test -n "$ES_DIRECT_SIZE"; then export ES_DIRECT_SIZE; fi -if test -n "$ES_USE_IPV4"; then export ES_USE_IPV4; fi -if test -n "$ES_GC_OPTS"; then export ES_GC_OPTS; fi -if test -n "$ES_GC_LOG_FILE"; then export ES_GC_LOG_FILE; fi - -# Check DAEMON exists -if [ ! -x "$DAEMON" ]; then - echo "The elasticsearch startup script does not exists or it is not executable, tried: $DAEMON" - exit 1 -fi - -checkJava() { - if [ -x "$JAVA_HOME/bin/java" ]; then - JAVA="$JAVA_HOME/bin/java" - else - JAVA=`which java` - fi - - if [ ! -x "$JAVA" ]; then - echo "Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME" - exit 1 - fi -} - -case "$1" in - start) - checkJava - - log_daemon_msg "Starting $DESC" - - pid=`pidofproc -p $PID_FILE elasticsearch` - if [ -n "$pid" ] ; then - log_begin_msg "Already running." - log_end_msg 0 - exit 0 - fi - - # Ensure that the PID_DIR exists (it is cleaned at OS startup time) - if [ -n "$PID_DIR" ] && [ ! -e "$PID_DIR" ]; then - mkdir -p "$PID_DIR" && chown "$ES_USER":"$ES_GROUP" "$PID_DIR" - fi - if [ -n "$PID_FILE" ] && [ ! -e "$PID_FILE" ]; then - touch "$PID_FILE" && chown "$ES_USER":"$ES_GROUP" "$PID_FILE" - fi - - if [ -n "$MAX_OPEN_FILES" ]; then - ulimit -n $MAX_OPEN_FILES - fi - - if [ -n "$MAX_LOCKED_MEMORY" ]; then - ulimit -l $MAX_LOCKED_MEMORY - fi - - if [ -n "$MAX_THREADS" ]; then - ulimit -u $MAX_THREADS - fi - - if [ -n "$MAX_MAP_COUNT" -a -f /proc/sys/vm/max_map_count ]; then - sysctl -q -w vm.max_map_count=$MAX_MAP_COUNT - fi - - # Start Daemon - start-stop-daemon -d $ES_HOME --start --user "$ES_USER" -c "$ES_USER" --pidfile "$PID_FILE" --exec $DAEMON -- $DAEMON_OPTS - return=$? - if [ $return -eq 0 ]; then - i=0 - timeout={{es_debian_startup_timeout}} - # Wait for the process to be properly started before exiting - until { kill -0 `cat "$PID_FILE"`; } >/dev/null 2>&1 - do - sleep 1 - i=$(($i + 1)) - if [ $i -gt $timeout ]; then - log_end_msg 1 - exit 1 - fi - done - fi - log_end_msg $return - exit $return - ;; - stop) - log_daemon_msg "Stopping $DESC" - - if [ -f "$PID_FILE" ]; then - start-stop-daemon --stop --pidfile "$PID_FILE" \ - --user "$ES_USER" \ - --quiet \ - --retry forever/TERM/20 > /dev/null - if [ $? -eq 1 ]; then - log_progress_msg "$DESC is not running but pid file exists, cleaning up" - elif [ $? -eq 3 ]; then - PID="`cat $PID_FILE`" - log_failure_msg "Failed to stop $DESC (pid $PID)" - exit 1 - fi - rm -f "$PID_FILE" - else - log_progress_msg "(not running)" - fi - log_end_msg 0 - ;; - status) - status_of_proc -p $PID_FILE elasticsearch elasticsearch && exit 0 || exit $? - ;; - restart|force-reload) - if [ -f "$PID_FILE" ]; then - $0 stop - fi - $0 start - ;; - *) - log_success_msg "Usage: $0 {start|stop|restart|force-reload|status}" - exit 1 - ;; -esac - -exit 0 diff --git a/ansible/roles/es6/templates/init/redhat/elasticsearch.j2 b/ansible/roles/es6/templates/init/redhat/elasticsearch.j2 deleted file mode 100755 index c993e14365e897ffb8dff4ffde76a64015485726..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/init/redhat/elasticsearch.j2 +++ /dev/null @@ -1,217 +0,0 @@ -#!/bin/bash -# -# elasticsearch <summary> -# -# chkconfig: 2345 80 20 -# description: Starts and stops a single elasticsearch instance on this system -# - -### BEGIN INIT INFO -# Provides: Elasticsearch -# Required-Start: $network $named -# Required-Stop: $network $named -# Default-Start: 2 3 4 5 -# Default-Stop: 0 1 6 -# Short-Description: This service manages the elasticsearch daemon -# Description: Elasticsearch is a very scalable, schema-free and high-performance search solution supporting multi-tenancy and near realtime search. -### END INIT INFO - -# -# init.d / servicectl compatibility (openSUSE) -# -if [ -f /etc/rc.status ]; then - . /etc/rc.status - rc_reset -fi - -# -# Source function library. -# -if [ -f /etc/rc.d/init.d/functions ]; then - . /etc/rc.d/init.d/functions -fi - -# Sets the default values for elasticsearch variables used in this script -ES_USER="{{es_user}}" -ES_GROUP="{{es_group}}" -ES_HOME="{{es_home}}" -{% if es_max_open_files is defined %} -MAX_OPEN_FILES={{es_max_open_files}} -{% endif %} -# Maximum number of VMA (Virtual Memory Areas) a process can own -{% if es_max_map_count is defined %} -MAX_MAP_COUNT={{es_max_map_count}} -{% endif %} - -LOG_DIR="{{log_dir}}" -DATA_DIR={{ data_dirs | array_to_str }} -CONF_DIR="{{conf_dir}}" -ES_PATH_CONF="{{ conf_dir }}" - -PID_DIR="{{pid_dir}}" - -# Source the default env file -ES_ENV_FILE="{{instance_default_file}}" -if [ -f "$ES_ENV_FILE" ]; then - . "$ES_ENV_FILE" -fi - -if [ "$ES_USER" != "elasticsearch" ] || [ "$ES_GROUP" != "elasticsearch" ]; then - echo "WARNING: ES_USER and ES_GROUP are deprecated and will be removed in the next major version of Elasticsearch, got: [$ES_USER:$ES_GROUP]" -fi - -# CONF_FILE setting was removed -if [ ! -z "$CONF_FILE" ]; then - echo "CONF_FILE setting is no longer supported. elasticsearch.yml must be placed in the config directory and cannot be renamed." - exit 1 -fi - -exec="$ES_HOME/bin/elasticsearch" -prog="{{es_instance_name}}_{{default_file | basename}}" -pidfile="$PID_DIR/${prog}.pid" - -export ES_JAVA_OPTS -export JAVA_HOME -export ES_INCLUDE -export ES_JVM_OPTIONS -export ES_STARTUP_SLEEP_TIME -export ES_PATH_CONF - -# export unsupported variables so bin/elasticsearch can reject them and inform the user these are unsupported -if test -n "$ES_MIN_MEM"; then export ES_MIN_MEM; fi -if test -n "$ES_MAX_MEM"; then export ES_MAX_MEM; fi -if test -n "$ES_HEAP_SIZE"; then export ES_HEAP_SIZE; fi -if test -n "$ES_HEAP_NEWSIZE"; then export ES_HEAP_NEWSIZE; fi -if test -n "$ES_DIRECT_SIZE"; then export ES_DIRECT_SIZE; fi -if test -n "$ES_USE_IPV4"; then export ES_USE_IPV4; fi -if test -n "$ES_GC_OPTS"; then export ES_GC_OPTS; fi -if test -n "$ES_GC_LOG_FILE"; then export ES_GC_LOG_FILE; fi - -lockfile=/var/lock/subsys/$prog - -# backwards compatibility for old config sysconfig files, pre 0.90.1 -if [ -n $USER ] && [ -z $ES_USER ] ; then - ES_USER=$USER -fi - -if [ ! -x "$exec" ]; then - echo "The elasticsearch startup script does not exists or it is not executable, tried: $exec" - exit 1 -fi - -checkJava() { - if [ -x "$JAVA_HOME/bin/java" ]; then - JAVA="$JAVA_HOME/bin/java" - else - JAVA=`which java` - fi - - if [ ! -x "$JAVA" ]; then - echo "Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME" - exit 1 - fi -} - -start() { - checkJava - [ -x $exec ] || exit 5 - - if [ -n "$MAX_OPEN_FILES" ]; then - ulimit -n $MAX_OPEN_FILES - fi - if [ -n "$MAX_LOCKED_MEMORY" ]; then - ulimit -l $MAX_LOCKED_MEMORY - fi - if [ -n "$MAX_THREADS" ]; then - ulimit -u $MAX_THREADS - fi - if [ -n "$MAX_MAP_COUNT" -a -f /proc/sys/vm/max_map_count ]; then - sysctl -q -w vm.max_map_count=$MAX_MAP_COUNT - fi - - # Ensure that the PID_DIR exists (it is cleaned at OS startup time) - if [ -n "$PID_DIR" ] && [ ! -e "$PID_DIR" ]; then - mkdir -p "$PID_DIR" && chown "$ES_USER":"$ES_GROUP" "$PID_DIR" - fi - if [ -n "$pidfile" ] && [ ! -e "$pidfile" ]; then - touch "$pidfile" && chown "$ES_USER":"$ES_GROUP" "$pidfile" - fi - - cd $ES_HOME - echo -n $"Starting $prog: " - # if not running, start it up here, usually something like "daemon $exec" -{% if (es_version | version_compare('6.0.0', '<')) %} - daemon --user $ES_USER --pidfile $pidfile $exec -p $pidfile -d -Edefault.path.logs=$LOG_DIR -Edefault.path.data=$DATA_DIR -Edefault.path.conf=$CONF_DIR -{% else %} - daemon --user $ES_USER --pidfile $pidfile $exec -p $pidfile -d -{% endif %} - retval=$? - echo - [ $retval -eq 0 ] && touch $lockfile - return $retval -} - -stop() { - echo -n $"Stopping $prog: " - # stop it here, often "killproc $prog" - killproc -p $pidfile -d 86400 $prog - retval=$? - echo - [ $retval -eq 0 ] && rm -f $lockfile - return $retval -} - -restart() { - stop - start -} - -reload() { - restart -} - -force_reload() { - restart -} - -rh_status() { - # run checks to determine if the service is running or use generic status - status -p $pidfile $prog -} - -rh_status_q() { - rh_status >/dev/null 2>&1 -} - - -case "$1" in - start) - rh_status_q && exit 0 - $1 - ;; - stop) - rh_status_q || exit 0 - $1 - ;; - restart) - $1 - ;; - reload) - rh_status_q || exit 7 - $1 - ;; - force-reload) - force_reload - ;; - status) - rh_status - ;; - condrestart|try-restart) - rh_status_q || exit 0 - restart - ;; - *) - echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}" - exit 2 -esac -exit $? diff --git a/ansible/roles/es6/templates/jvm.options.j2 b/ansible/roles/es6/templates/jvm.options.j2 deleted file mode 100644 index ad30851a2b8caed5626be5755d9d4bbdd132ca0d..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/jvm.options.j2 +++ /dev/null @@ -1,118 +0,0 @@ -## JVM configuration - -################################################################ -## IMPORTANT: JVM heap size -################################################################ -## -## You should always set the min and max JVM heap -## size to the same value. For example, to set -## the heap to 4 GB, set: -## -## -Xms4g -## -Xmx4g -## -## See https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html -## for more information -## -################################################################ - -# Xms represents the initial size of total heap space -# Xmx represents the maximum size of total heap space -{% if es_heap_size is defined %} --Xms{{ es_heap_size }} --Xmx{{ es_heap_size }} -{% else %} --Xms2g --Xmx2g -{% endif %} - -################################################################ -## Expert settings -################################################################ -## -## All settings below this section are considered -## expert settings. Don't tamper with them unless -## you understand what you are doing -## -################################################################ - -## GC configuration --XX:+UseConcMarkSweepGC --XX:CMSInitiatingOccupancyFraction=75 --XX:+UseCMSInitiatingOccupancyOnly - -## optimizations - -# pre-touch memory pages used by the JVM during initialization --XX:+AlwaysPreTouch - -## basic - -# force the server VM --server - -# set to headless, just in case --Djava.awt.headless=true - -# ensure UTF-8 encoding by default (e.g. filenames) --Dfile.encoding=UTF-8 - -# use our provided JNA always versus the system one --Djna.nosys=true - -# use old-style file permissions on JDK9 --Djdk.io.permissionsUseCanonicalPath=true - -# flags to configure Netty --Dio.netty.noUnsafe=true --Dio.netty.noKeySetOptimization=true --Dio.netty.recycler.maxCapacityPerThread=0 - -# log4j 2 --Dlog4j.shutdownHookEnabled=false --Dlog4j2.disable.jmx=true --Dlog4j.skipJansi=true - -## heap dumps - -# generate a heap dump when an allocation from the Java heap fails -# heap dumps are created in the working directory of the JVM --XX:+HeapDumpOnOutOfMemoryError - -# specify an alternative path for heap dumps -# ensure the directory exists and has sufficient space -#-XX:HeapDumpPath=${heap.dump.path} - -## GC logging - -#-XX:+PrintGCDetails -#-XX:+PrintGCTimeStamps -#-XX:+PrintGCDateStamps -#-XX:+PrintClassHistogram -#-XX:+PrintTenuringDistribution -#-XX:+PrintGCApplicationStoppedTime - -# log GC status to a file with time stamps -# ensure the directory exists -#-Xloggc:${loggc} - - -# By default, the GC log file will not rotate. -# By uncommenting the lines below, the GC log file -# will be rotated every 128MB at most 32 times. -#-XX:+UseGCLogFileRotation -#-XX:NumberOfGCLogFiles=32 -#-XX:GCLogFileSize=128M - -# Elasticsearch 5.0.0 will throw an exception on unquoted field names in JSON. -# If documents were already indexed with unquoted fields in a previous version -# of Elasticsearch, some operations may throw errors. -# -# WARNING: This option will be removed in Elasticsearch 6.0.0 and is provided -# only for migration purposes. -#-Delasticsearch.json.allow_unquoted_field_names=true -{% if es_jvm_custom_parameters !='' %} -{% for item in es_jvm_custom_parameters %} -{{ item }} -{% endfor %} -{% endif %} diff --git a/ansible/roles/es6/templates/log4j2.properties.j2 b/ansible/roles/es6/templates/log4j2.properties.j2 deleted file mode 100644 index 269be5290bf3ed457a4b6690caa5803d5b1dcfab..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/log4j2.properties.j2 +++ /dev/null @@ -1,117 +0,0 @@ -status = error - -# log action execution errors for easier debugging -logger.action.name = org.elasticsearch.action -logger.action.level = debug - -appender.console.type = Console -appender.console.name = console -appender.console.layout.type = PatternLayout -appender.console.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%m%n - -appender.rolling.type = RollingFile -appender.rolling.name = rolling -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.rolling.fileName = ${sys:es.logs}.log -{% else %} -appender.rolling.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}.log -{% endif %} -appender.rolling.layout.type = PatternLayout -appender.rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%.-10000m%n -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.rolling.filePattern = ${sys:es.logs}-%d{yyyy-MM-dd}.log -{% else %} -appender.rolling.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}-%d{yyyy-MM-dd}-%i.log.gz -{% endif %} -appender.rolling.policies.type = Policies -appender.rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.rolling.policies.time.interval = 1 -appender.rolling.policies.time.modulate = true -{% if (es_version | version_compare('6.0.0', '>')) %} -appender.rolling.policies.size.type = SizeBasedTriggeringPolicy -appender.rolling.policies.size.size = 128MB -appender.rolling.strategy.type = DefaultRolloverStrategy -appender.rolling.strategy.fileIndex = nomax -appender.rolling.strategy.action.type = Delete -appender.rolling.strategy.action.basepath = ${sys:es.logs.base_path} -appender.rolling.strategy.action.condition.type = IfFileName -appender.rolling.strategy.action.condition.glob = ${sys:es.logs.cluster_name}-* -appender.rolling.strategy.action.condition.nested_condition.type = IfAccumulatedFileSize -appender.rolling.strategy.action.condition.nested_condition.exceeds = 2GB -{% endif %} -rootLogger.level = info -rootLogger.appenderRef.console.ref = console -rootLogger.appenderRef.rolling.ref = rolling - -appender.deprecation_rolling.type = RollingFile -appender.deprecation_rolling.name = deprecation_rolling -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.deprecation_rolling.fileName = ${sys:es.logs}_deprecation.log -{% else %} -appender.deprecation_rolling.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation.log -{% endif %} -appender.deprecation_rolling.layout.type = PatternLayout -appender.deprecation_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c{1.}] %marker%.-10000m%n -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.deprecation_rolling.filePattern = ${sys:es.logs}_deprecation-%i.log.gz -{% else %} -appender.deprecation_rolling.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_deprecation-%i.log.gz -{% endif %} -appender.deprecation_rolling.policies.type = Policies -appender.deprecation_rolling.policies.size.type = SizeBasedTriggeringPolicy -appender.deprecation_rolling.policies.size.size = 1GB -appender.deprecation_rolling.strategy.type = DefaultRolloverStrategy -appender.deprecation_rolling.strategy.max = 4 - -logger.deprecation.name = org.elasticsearch.deprecation -logger.deprecation.level = warn -logger.deprecation.appenderRef.deprecation_rolling.ref = deprecation_rolling -logger.deprecation.additivity = false - -appender.index_search_slowlog_rolling.type = RollingFile -appender.index_search_slowlog_rolling.name = index_search_slowlog_rolling -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.index_search_slowlog_rolling.fileName = ${sys:es.logs}_index_search_slowlog.log -{% else %} -appender.index_search_slowlog_rolling.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_index_search_slowlog.log -{% endif %} -appender.index_search_slowlog_rolling.layout.type = PatternLayout -appender.index_search_slowlog_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %marker%.-10000m%n -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.index_search_slowlog_rolling.filePattern = ${sys:es.logs}_index_search_slowlog-%d{yyyy-MM-dd}.log -{% else %} -appender.index_search_slowlog_rolling.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_index_search_slowlog-%d{yyyy-MM-dd}.log -{% endif %} -appender.index_search_slowlog_rolling.policies.type = Policies -appender.index_search_slowlog_rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.index_search_slowlog_rolling.policies.time.interval = 1 -appender.index_search_slowlog_rolling.policies.time.modulate = true - -logger.index_search_slowlog_rolling.name = index.search.slowlog -logger.index_search_slowlog_rolling.level = trace -logger.index_search_slowlog_rolling.appenderRef.index_search_slowlog_rolling.ref = index_search_slowlog_rolling -logger.index_search_slowlog_rolling.additivity = false - -appender.index_indexing_slowlog_rolling.type = RollingFile -appender.index_indexing_slowlog_rolling.name = index_indexing_slowlog_rolling -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.index_indexing_slowlog_rolling.fileName = ${sys:es.logs}_index_indexing_slowlog.log -{% else %} -appender.index_indexing_slowlog_rolling.fileName = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_index_indexing_slowlog.log -{% endif %} -appender.index_indexing_slowlog_rolling.layout.type = PatternLayout -appender.index_indexing_slowlog_rolling.layout.pattern = [%d{ISO8601}][%-5p][%-25c] %marker%.-10000m%n -{% if (es_version | version_compare('6.0.0', '<')) %} -appender.index_indexing_slowlog_rolling.filePattern = ${sys:es.logs}_index_indexing_slowlog-%d{yyyy-MM-dd}.log -{% else %} -appender.index_indexing_slowlog_rolling.filePattern = ${sys:es.logs.base_path}${sys:file.separator}${sys:es.logs.cluster_name}_index_indexing_slowlog-%d{yyyy-MM-dd}.log -{% endif %} -appender.index_indexing_slowlog_rolling.policies.type = Policies -appender.index_indexing_slowlog_rolling.policies.time.type = TimeBasedTriggeringPolicy -appender.index_indexing_slowlog_rolling.policies.time.interval = 1 -appender.index_indexing_slowlog_rolling.policies.time.modulate = true - -logger.index_indexing_slowlog.name = index.indexing.slowlog.index -logger.index_indexing_slowlog.level = trace -logger.index_indexing_slowlog.appenderRef.index_indexing_slowlog_rolling.ref = index_indexing_slowlog_rolling -logger.index_indexing_slowlog.additivity = false diff --git a/ansible/roles/es6/templates/security/role_mapping.yml.j2 b/ansible/roles/es6/templates/security/role_mapping.yml.j2 deleted file mode 100644 index 2584375226a3707c7fe3f6ef34f53e7f057edc68..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/security/role_mapping.yml.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ es_role_mapping | to_nice_yaml }} \ No newline at end of file diff --git a/ansible/roles/es6/templates/security/roles.yml.j2 b/ansible/roles/es6/templates/security/roles.yml.j2 deleted file mode 100644 index 9f211f2b07b434fcf5619ff982532b044f7ff269..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/security/roles.yml.j2 +++ /dev/null @@ -1 +0,0 @@ -{{ es_roles.file | to_nice_yaml }} \ No newline at end of file diff --git a/ansible/roles/es6/templates/security/users_roles.j2 b/ansible/roles/es6/templates/security/users_roles.j2 deleted file mode 100644 index 1c0acfa1d7fefd29b6282a6ad59b5b0a1444495a..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/security/users_roles.j2 +++ /dev/null @@ -1 +0,0 @@ -{{users_roles | join("\n") }} \ No newline at end of file diff --git a/ansible/roles/es6/templates/systemd/elasticsearch.j2 b/ansible/roles/es6/templates/systemd/elasticsearch.j2 deleted file mode 100644 index 8bd5545c020d82c3c2b205df5595fbf6e545b508..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/templates/systemd/elasticsearch.j2 +++ /dev/null @@ -1,76 +0,0 @@ -[Unit] -Description=Elasticsearch-{{es_instance_name}} -Documentation=http://www.elastic.co -Wants=network-online.target -After=network-online.target - -[Service] -Environment=ES_HOME={{es_home}} -Environment=CONF_DIR={{conf_dir}} -Environment=ES_PATH_CONF={{conf_dir}} -Environment=DATA_DIR={{ data_dirs | array_to_str }} -Environment=LOG_DIR={{log_dir}} -Environment=PID_DIR={{pid_dir}} -EnvironmentFile=-{{instance_default_file}} - -WorkingDirectory={{es_home}} - -User={{es_user}} -Group={{es_group}} - -{% if (es_version | version_compare('6.0.0', '<')) %} -ExecStartPre=/usr/share/elasticsearch/bin/elasticsearch-systemd-pre-exec -{% endif %} - -ExecStart={{es_home}}/bin/elasticsearch \ - -p ${PID_DIR}/elasticsearch.pid \ -{% if (es_version | version_compare('6.0.0', '<')) %} - -Edefault.path.logs=${LOG_DIR} \ - -Edefault.path.data=${DATA_DIR} \ - -Edefault.path.conf=${CONF_DIR} \ -{% endif %} - --quiet - - -# StandardOutput is configured to redirect to journalctl since -# some error messages may be logged in standard output before -# elasticsearch logging system is initialized. Elasticsearch -# stores its logs in /var/log/elasticsearch and does not use -# journalctl by default. If you also want to enable journalctl -# logging, you can simply remove the "quiet" option from ExecStart. -StandardOutput=journal -StandardError=inherit - -# Specifies the maximum file descriptor number that can be opened by this process -{% if es_max_open_files is defined %} -LimitNOFILE={{es_max_open_files}} -{% endif %} - -# Specifies the maximum number of bytes of memory that may be locked into RAM -# Set to "infinity" if you use the 'bootstrap.memory_lock: true' option -# in elasticsearch.yml and 'MAX_LOCKED_MEMORY=unlimited' in {{instance_default_file}} -{% if m_lock_enabled %} -LimitMEMLOCK=infinity -{% endif %} - -# Specifies the maximum number of threads that can be started. Elasticsearch requires a -# minimum of 2048. -LimitNPROC={{ es_max_threads }} - -# Disable timeout logic and wait until process is stopped -TimeoutStopSec=0 - -# SIGTERM signal is used to stop the Java process -KillSignal=SIGTERM - -# Send the signal only to the JVM rather than its control group -KillMode=process - -# Java process is never killed -SendSIGKILL=no - -# When a JVM receives a SIGTERM signal it exits with code 143 -SuccessExitStatus=143 - -[Install] -WantedBy=multi-user.target diff --git a/ansible/roles/es6/vars/Debian.yml b/ansible/roles/es6/vars/Debian.yml deleted file mode 100644 index 071736ef70e9162b00f5b07b838e6d10dd27db2d..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/vars/Debian.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -java: "{% if es_java is defined %}{{es_java}}{% else %}openjdk-8-jre-headless{% endif %}" -default_file: "/etc/default/elasticsearch" -es_home: "/usr/share/elasticsearch" diff --git a/ansible/roles/es6/vars/RedHat.yml b/ansible/roles/es6/vars/RedHat.yml deleted file mode 100644 index b0aa42b2bb3f60548b6308c8c5859aee83ee40e8..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/vars/RedHat.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -java: "{{ es_java | default('java-1.8.0-openjdk.x86_64') }}" -default_file: "/etc/sysconfig/elasticsearch" -es_home: "/usr/share/elasticsearch" \ No newline at end of file diff --git a/ansible/roles/es6/vars/main.yml b/ansible/roles/es6/vars/main.yml deleted file mode 100644 index b3bd1267115b5f943508a206dd12578887152155..0000000000000000000000000000000000000000 --- a/ansible/roles/es6/vars/main.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -es_package_url: "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch" -es_conf_dir: "/etc/elasticsearch" -sysd_script: "/usr/lib/systemd/system/elasticsearch.service" -init_script: "/etc/init.d/elasticsearch" -#add supported features here -supported_xpack_features: ["alerting","monitoring","graph","security"] -reserved_xpack_users: ["elastic","kibana","logstash_system"] \ No newline at end of file diff --git a/ansible/roles/git/tasks/main.yml b/ansible/roles/git/tasks/main.yml deleted file mode 100755 index b5cd5289f2c2d7699185c616732be2a4f3efd967..0000000000000000000000000000000000000000 --- a/ansible/roles/git/tasks/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- include: setup-Debian.yml - when: ansible_os_family == 'Debian' - -- include: setup-Alpine.yml - when: ansible_os_family == 'Alpine' \ No newline at end of file diff --git a/ansible/roles/git/tasks/setup-Alpine.yml b/ansible/roles/git/tasks/setup-Alpine.yml deleted file mode 100644 index 7eb04532395080147ec2dcc4da326bb606d94024..0000000000000000000000000000000000000000 --- a/ansible/roles/git/tasks/setup-Alpine.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Install required utils - apk: name={{ item }} state=present - with_items: - - git diff --git a/ansible/roles/git/tasks/setup-Debian.yml b/ansible/roles/git/tasks/setup-Debian.yml deleted file mode 100644 index b16f1ed4464e8f084f3f11c798a1d9400a5715d6..0000000000000000000000000000000000000000 --- a/ansible/roles/git/tasks/setup-Debian.yml +++ /dev/null @@ -1,10 +0,0 @@ -- name: Update - apt: update_cache=yes cache_valid_time=36000 - become: yes - -- name: Install required utils - apt: name={{ item }} state=present - become: yes - with_items: - - git - - git-core diff --git a/ansible/roles/nginx/README.md b/ansible/roles/nginx/README.md deleted file mode 100755 index b7e0676ac3cd493358378d8a688c82b8b4e21633..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/README.md +++ /dev/null @@ -1,367 +0,0 @@ -nginx -===== - -This role installs and configures the nginx web server. The user can specify -any http configuration parameters they wish to apply their site. Any number of -sites can be added with configurations of your choice. - -[](https://travis-ci.org/jdauphant/ansible-role-nginx) -[](https://galaxy.ansible.com/jdauphant/nginx/) - -Requirements ------------- - -This role requires Ansible 2.0 or higher and platform requirements are listed -in the metadata file. (Some older version of the role support Ansible 1.4) -For FreeBSD a working pkgng setup is required (see: https://www.freebsd.org/doc/handbook/pkgng-intro.html ) - -Install -------- - -```sh -ansible-galaxy install jdauphant.nginx -``` - -Role Variables --------------- - -The variables that can be passed to this role and a brief description about -them are as follows. (For all variables, take a look at [defaults/main.yml](defaults/main.yml)) - -```yaml -# The user to run nginx -nginx_user: "www-data" - -# A list of directives for the events section. -nginx_events_params: - - worker_connections 512 - - debug_connection 127.0.0.1 - - use epoll - - multi_accept on - -# A list of hashes that define the servers for nginx, -# as with http parameters. Any valid server parameters -# can be defined here. -nginx_sites: - default: - - listen 80 - - server_name _ - - root "/usr/share/nginx/html" - - index index.html - foo: - - listen 8080 - - server_name localhost - - root "/tmp/site1" - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } - bar: - - listen 9090 - - server_name ansible - - root "/tmp/site2" - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { - try_files $uri $uri/ /index.html; - allow 127.0.0.1; - deny all; - } - -# A list of hashes that define additional configuration -nginx_configs: - proxy: - - proxy_set_header X-Real-IP $remote_addr - - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for - upstream: - - upstream foo { server 127.0.0.1:8080 weight=10; } - geo: - - geo $local { - default 0; - 127.0.0.1 1; - } - gzip: - - gzip on - - gzip_disable msie6 - -# A list of hashes that define configuration snippets -nginx_snippets: - error_pages: - - error_page 500 /http_errors/500.html - - error_page 502 /http_errors/502.html - - error_page 503 /http_errors/503.html - - error_page 504 /http_errors/504.html - -# A list of hashes that define user/password files -nginx_auth_basic_files: - demo: - - foo:$apr1$mEJqnFmy$zioG2q1iDWvRxbHuNepIh0 # foo:demo , generated by : htpasswd -nb foo demo - - bar:$apr1$H2GihkSo$PwBeV8cVWFFQlnAJtvVCQ. # bar:demo , generated by : htpasswd -nb bar demo - -``` - -Examples -======== - -## 1) Install nginx with HTTP directives of choice, but with no sites configured and no additionnal configuration: - -```yaml -- hosts: all - roles: - - {role: nginx, - nginx_http_params: ["sendfile on", "access_log /var/log/nginx/access.log"] - } -``` - -## 2) Install nginx with different HTTP directives than in the previous example, but no -sites configured and no additional configuration. - -```yaml -- hosts: all - roles: - - {role: nginx, - nginx_http_params: ["tcp_nodelay on", "error_log /var/log/nginx/error.log"]} -``` - -Note: Please make sure the HTTP directives passed are valid, as this role -won't check for the validity of the directives. See the nginx documentation -for details. - -## 3) Install nginx and add a site to the configuration. - -```yaml -- hosts: all - - roles: - - role: nginx - nginx_http_params: - - sendfile "on" - - access_log "/var/log/nginx/access.log" - nginx_sites: - bar: - - listen 8080 - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } - nginx_configs: - proxy: - - proxy_set_header X-Real-IP $remote_addr - - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for -``` - -## 4) Install nginx and add extra variables to default config - -```yaml --hosts: all - vars: - - my_extra_params: - - client_max_body_size 200M -# retain defaults and add additional `client_max_body_size` param - roles: - - role: jdauphant.nginx - nginx_http_params: "{{ nginx_http_default_params + my_extra_params }}" -``` - -Note: Each site added is represented by a list of hashes, and the configurations -generated are populated in /etc/nginx/site-available/ and linked from /etc/nginx/site-enable/ to /etc/nginx/site-available. - -The file name for the specific site configuration is specified in the hash -with the key "file_name", any valid server directives can be added to the hash. -Additional configurations are created in /etc/nginx/conf.d/ - -## 5) Install Nginx, add 2 sites (different method) and add additional configuration - -```yaml ---- -- hosts: all - roles: - - role: nginx - nginx_http_params: - - sendfile on - - access_log /var/log/nginx/access.log - nginx_sites: - foo: - - listen 8080 - - server_name localhost - - root /tmp/site1 - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } - bar: - - listen 9090 - - server_name ansible - - root /tmp/site2 - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } - nginx_configs: - proxy: - - proxy_set_header X-Real-IP $remote_addr - - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for -``` - -## 6) Install Nginx, add 2 sites, add additional configuration and an upstream configuration block - -```yaml ---- -- hosts: all - roles: - - role: nginx - nginx_error_log_level: info - nginx_http_params: - - sendfile on - - access_log /var/log/nginx/access.log - nginx_sites: - foo: - - listen 8080 - - server_name localhost - - root /tmp/site1 - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } - bar: - - listen 9090 - - server_name ansible - - root /tmp/site2 - - if ( $host = example.com ) { rewrite ^(.*)$ http://www.example.com$1 permanent; } - - location / { - try_files $uri $uri/ /index.html; - auth_basic "Restricted"; - auth_basic_user_file auth_basic/demo; - } - - location /images/ { try_files $uri $uri/ /index.html; } - nginx_configs: - proxy: - - proxy_set_header X-Real-IP $remote_addr - - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for - upstream: - # Results in: - # upstream foo_backend { - # server 127.0.0.1:8080 weight=10; - # } - - upstream foo_backend { server 127.0.0.1:8080 weight=10; } - nginx_auth_basic_files: - demo: - - foo:$apr1$mEJqnFmy$zioG2q1iDWvRxbHuNepIh0 # foo:demo , generated by : htpasswd -nb foo demo - - bar:$apr1$H2GihkSo$PwBeV8cVWFFQlnAJtvVCQ. # bar:demo , generated by : htpasswd -nb bar demo -``` - -## 7) Install Nginx, add a site and use special yaml syntax to make the location blocks multiline for clarity - -```yaml ---- -- hosts: all - roles: - - role: nginx - nginx_http_params: - - sendfile on - - access_log /var/log/nginx/access.log - nginx_sites: - foo: - - listen 443 ssl - - server_name foo.example.com - - set $myhost foo.example.com - - | - location / { - proxy_set_header Host foo.example.com; - } - - | - location ~ /v2/users/.+?/organizations { - if ($request_method = PUT) { - set $myhost bar.example.com; - } - if ($request_method = DELETE) { - set $myhost bar.example.com; - } - proxy_set_header Host $myhost; - } -``` -## 8) Example to use this role with my ssl-certs role to generate or copie ssl certificate ( https://galaxy.ansible.com/list#/roles/3115 ) -```yaml - - hosts: all - roles: - - jdauphant.ssl-certs - - role: jdauphant.nginx - nginx_configs: - ssl: - - ssl_certificate_key {{ssl_certs_privkey_path}} - - ssl_certificate {{ssl_certs_cert_path}} - nginx_sites: - default: - - listen 443 ssl - - server_name _ - - root "/usr/share/nginx/html" - - index index.html -``` -## 9) Site configuration using a custom template. -Instead of defining a site config file using a list of attributes, -you may use a hash/dictionary that includes the filename of an alternate template. -Additional values are accessible within the template via the `item.value` variable. -```yaml -- hosts: all - - roles: - - role: nginx - nginx_sites: - custom_bar: - template: custom_bar.conf.j2 - server_name: custom_bar.example.com -``` -Custom template: custom_bar.conf.j2: -```handlebars -# {{ ansible_managed }} -upstream backend { - server 10.0.0.101; -} -server { - server_name {{ item.value.server_name }}; - location / { - proxy_pass http://backend; - } -} -``` -Using a custom template allows for unlimited flexibility in configuring the site config file. -This example demonstrates the common practice of configuring a site server block -in the same file as its complementary upstream block. -If you use this option: -* _The hash **must** include a `template:` value, or the configuration task will fail._ -* _This role cannot check tha validity of your custom template. -If you use this method, the conf file formatting provided by this role is unavailable, -and it is up to you to provide a template with valid content and formatting for NGINX._ - -## 10) Install Nginx, add 2 sites, use snippets to configure access controls -```yaml ---- -- hosts: all - roles: - - role: nginx - nginx_http_params: - - sendfile on - - access_log /var/log/nginx/access.log - nginx_snippets: - accesslist_devel: - - allow 192.168.0.0/24 - - deny all - nginx_sites: - foo: - - listen 8080 - - server_name localhost - - root /tmp/site1 - - include snippets/accesslist_devel.conf - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } - bar: - - listen 9090 - - server_name ansible - - root /tmp/site2 - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } -``` - -Dependencies ------------- - -None - -License -------- -BSD - -Author Information ------------------- - -- Original : Benno Joy -- Modified by : DAUPHANT Julien diff --git a/ansible/roles/nginx/defaults/main.yml b/ansible/roles/nginx/defaults/main.yml deleted file mode 100755 index 28bb8a0296cf2a441ab207b659a8688319f78b62..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/defaults/main.yml +++ /dev/null @@ -1,52 +0,0 @@ ---- -nginx_pkgs: - - nginx - -nginx_install_epel_repo: True - -nginx_official_repo: False -nginx_official_repo_mainline: False - -keep_only_specified: False - -nginx_installation_type: "packages" -nginx_binary_name: "nginx" -nginx_service_name: "{{nginx_binary_name}}" -nginx_conf_dir: "{% if ansible_os_family == 'FreeBSD' %}/usr/local/etc/nginx{% else %}/etc/nginx{% endif %}" - -nginx_user: "{% if ansible_os_family == 'RedHat' or ansible_os_family == 'Suse' %}nginx{% elif ansible_os_family == 'Debian' %}www-data{% elif ansible_os_family == 'FreeBSD' %}www{% endif %}" -nginx_group: "{{nginx_user}}" - -nginx_pid_file: '/var/run/{{nginx_service_name}}.pid' - -nginx_worker_processes: "{% if ansible_processor_vcpus is defined %}{{ ansible_processor_vcpus }}{% else %}auto{% endif %}" -nginx_worker_rlimit_nofile: 1024 -nginx_log_dir: "/var/log/nginx" -nginx_error_log_level: "error" - -nginx_extra_root_params: [] -nginx_events_params: - - worker_connections {% if nginx_max_clients is defined %}{{nginx_max_clients}}{% else %}512{% endif %} - -nginx_http_params: "{{ nginx_http_default_params }}" - -nginx_stream_params: [] - -nginx_sites: - default: - - listen 80 default_server - - server_name _ - - root "{% if ansible_os_family == 'FreeBSD' %}/usr/local/www/nginx-dist{% else %}/usr/share/nginx/html{% endif %}" - - index index.html -nginx_remove_sites: [] - -nginx_configs: {} -nginx_snippets: {} -nginx_stream_configs: {} -nginx_remove_configs: [] -nginx_remove_snippets: [] - -nginx_auth_basic_files: {} -nginx_remove_auth_basic_files: [] - -nginx_daemon_mode: "on" diff --git a/ansible/roles/nginx/handlers/main.yml b/ansible/roles/nginx/handlers/main.yml deleted file mode 100755 index af8aa2bef1871d977193d5aef1bdfce24bd1d368..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/handlers/main.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- - -- name: restart nginx - debug: msg="checking config first" - changed_when: True - notify: - - check nginx configuration - - restart nginx - after config check - -- name: reload nginx - debug: msg="checking config first" - changed_when: True - notify: - - check nginx configuration - - reload nginx - after config check - -- name: check nginx configuration - command: "{{ nginx_binary_name }} -t" - register: result - changed_when: "result.rc != 0" - check_mode: no - when: nginx_installation_type in nginx_installation_types_using_service - -- name: restart nginx - after config check - service: name={{ nginx_service_name }} state=restarted - when: nginx_installation_type in nginx_installation_types_using_service and nginx_daemon_mode == "on" - -- name: reload nginx - after config check - service: name={{ nginx_service_name }} state=reloaded - when: nginx_installation_type in nginx_installation_types_using_service and nginx_daemon_mode == "on" diff --git a/ansible/roles/nginx/meta/main.yml b/ansible/roles/nginx/meta/main.yml deleted file mode 100755 index a8a829a3531377a6eed0b1ac2fecfec93e9b169d..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/meta/main.yml +++ /dev/null @@ -1,32 +0,0 @@ ---- -galaxy_info: - author: "DAUPHANT Julien" - license: BSD - min_ansible_version: 2.2 - platforms: - - name: EL - versions: - - all - - name: Fedora - versions: - - all - - name: opensuse - versions: - - all - - name: Ubuntu - versions: - - all - - name: Debian - versions: - - all - - name: FreeBSD - versions: - - 10.0 - - 10.1 - - 10.2 - - 10.3 - - 11.0 - galaxy_tags: - - web -allow_duplicates: yes -dependencies: [] diff --git a/ansible/roles/nginx/tasks/configuration.yml b/ansible/roles/nginx/tasks/configuration.yml deleted file mode 100755 index 7067329ce7aab521bdc37778b8d371413f3204c2..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/configuration.yml +++ /dev/null @@ -1,60 +0,0 @@ ---- -- name: Copy the nginx configuration file - template: - src: nginx.conf.j2 - dest: "{{ nginx_conf_dir }}/nginx.conf" - notify: - - restart nginx - -- name: Ensure auth_basic files created - template: - src: auth_basic.j2 - dest: "{{ nginx_conf_dir }}/auth_basic/{{ item.key }}" - owner: root - group: "{{ nginx_group }}" - mode: 0750 - with_dict: "{{ nginx_auth_basic_files }}" - -- name: Create the configurations for sites - template: - src: "{{ item.value.template | default('site.conf.j2') }}" - dest: "{{ nginx_conf_dir }}/sites-available/{{ item.key }}.conf" - with_dict: "{{ nginx_sites }}" - when: item.key not in nginx_remove_sites - notify: - - reload nginx - -- name: Create links for sites-enabled - file: - state: link - src: "{{ nginx_conf_dir }}/sites-available/{{ item.key }}.conf" - dest: "{{ nginx_conf_dir }}/sites-enabled/{{ item.key }}.conf" - with_dict: "{{ nginx_sites }}" - when: item.key not in nginx_remove_sites - notify: - - reload nginx - -- name: Create the configurations for independent config file - template: - src: config.conf.j2 - dest: "{{ nginx_conf_dir }}/conf.d/{{ item.key }}.conf" - with_dict: "{{ nginx_configs }}" - notify: - - reload nginx - -- name: Create configuration snippets - template: - src: config.conf.j2 - dest: "{{ nginx_conf_dir }}/snippets/{{ item.key }}.conf" - with_dict: "{{ nginx_snippets }}" - notify: - - reload nginx - -- name: Create the configurations for independent config file for streams - template: - src: config_stream.conf.j2 - dest: "{{ nginx_conf_dir }}/conf.d/stream/{{ item.key }}.conf" - with_dict: "{{ nginx_stream_configs }}" - notify: - - reload nginx - when: nginx_stream_params or nginx_stream_configs diff --git a/ansible/roles/nginx/tasks/ensure-dirs.yml b/ansible/roles/nginx/tasks/ensure-dirs.yml deleted file mode 100755 index 0c5baca8a9fcd98a48a178b4b56dc01e417dca0a..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/ensure-dirs.yml +++ /dev/null @@ -1,25 +0,0 @@ ---- -- name: Create the directories for site specific configurations - file: - path: "{{nginx_conf_dir}}/{{ item }}" - state: directory - owner: root - group: "{{nginx_group}}" - mode: 0755 - with_items: - - "sites-available" - - "sites-enabled" - - "auth_basic" - - "conf.d" - - "conf.d/stream" - - "snippets" - - "modules-available" - - "modules-enabled" - -- name: Ensure log directory exist - file: - path: "{{ nginx_log_dir }}" - state: directory - owner: "{{nginx_user}}" - group: "{{nginx_group}}" - mode: 0755 diff --git a/ansible/roles/nginx/tasks/installation.packages.yml b/ansible/roles/nginx/tasks/installation.packages.yml deleted file mode 100755 index 73367388c74016be6989c05231618607a7862174..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/installation.packages.yml +++ /dev/null @@ -1,15 +0,0 @@ ---- -- name: Install the epel packages for EL distributions - package: name=epel-release state=present - when: nginx_is_el|bool and nginx_install_epel_repo|bool - -- name: Install the nginx packages from official repo for EL distributions - yum: name={{ item }} state=present enablerepo="nginx" - with_items: "{{ nginx_pkgs }}" - when: nginx_is_el|bool and nginx_official_repo - -- name: Install the nginx packages for all other distributions - package: name={{ item }} state=present - with_items: "{{ nginx_pkgs }}" - environment: "{{ nginx_env }}" - when: not nginx_is_el|bool or not nginx_official_repo diff --git a/ansible/roles/nginx/tasks/main.yml b/ansible/roles/nginx/tasks/main.yml deleted file mode 100755 index 870b6388babfa6844bf9e2143955dd9bd38e5e5d..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/main.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -- include: selinux.yml - when: ansible_selinux and ansible_selinux.status == "enabled" - tags: [packages, selinux, nginx] - -- include: nginx-official-repo.yml - when: nginx_official_repo == True - tags: [packages, nginx] - -- include: installation.packages.yml - when: nginx_installation_type == "packages" - tags: [packages, nginx] - -- include: ensure-dirs.yml - tags: [configuration, nginx] - -- include: remove-defaults.yml - when: not keep_only_specified - tags: [configuration, nginx] - -- include: remove-extras.yml - when: keep_only_specified - tags: [configuration, nginx] - -- include: remove-unwanted.yml - tags: [configuration, nginx] - -- include: configuration.yml - tags: [configuration, nginx] - -- name: Start the nginx service - service: name={{ nginx_service_name }} state=started enabled=yes - when: nginx_installation_type in nginx_installation_types_using_service and nginx_daemon_mode == "on" - tags: [service, nginx] diff --git a/ansible/roles/nginx/tasks/nginx-official-repo.yml b/ansible/roles/nginx/tasks/nginx-official-repo.yml deleted file mode 100755 index 8876c77b234f6fc44feebc6908a38f24e8115f22..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/nginx-official-repo.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -- name: Ensure APT official nginx key - apt_key: url=http://nginx.org/keys/nginx_signing.key - environment: "{{ nginx_env }}" - when: ansible_os_family == 'Debian' - -- name: Ensure APT official nginx repository - apt_repository: repo="deb http://nginx.org/packages/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} nginx" - environment: "{{ nginx_env }}" - when: ansible_os_family == 'Debian' and not nginx_official_repo_mainline - -- name: Ensure APT official nginx repository (mainline) - apt_repository: repo="deb http://nginx.org/packages/mainline/{{ ansible_distribution|lower }}/ {{ ansible_distribution_release }} nginx" - environment: "{{ nginx_env }}" - when: ansible_os_family == 'Debian' and nginx_official_repo_mainline - -- name: Ensure RPM official nginx key - rpm_key: key=http://nginx.org/keys/nginx_signing.key - environment: "{{ nginx_env }}" - when: ansible_os_family == 'RedHat' - -- name: Ensure YUM official nginx repository - template: src=nginx.repo.j2 dest=/etc/yum.repos.d/nginx.repo - when: ansible_os_family == 'RedHat' - -- name: Ensure zypper official nginx repository - zypper_repository: repo="http://nginx.org/packages/sles/12" name="nginx" disable_gpg_check=yes - environment: "{{ nginx_env }}" - when: ansible_distribution == 'SLES' and ansible_distribution_version == '12' and not nginx_official_repo_mainline - -- name: Ensure zypper official nginx repository (mainline) - zypper_repository: repo="http://nginx.org/packages/mainline/sles/12" name="nginx" disable_gpg_check=yes - environment: "{{ nginx_env }}" - when: ansible_distribution == 'SLES' and ansible_distribution_version == '12' and nginx_official_repo_mainline diff --git a/ansible/roles/nginx/tasks/remove-defaults.yml b/ansible/roles/nginx/tasks/remove-defaults.yml deleted file mode 100755 index 860e2c4a1d1308a1122988136d805607afb4da9e..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/remove-defaults.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- name: Disable the default site - file: - path: "{{nginx_conf_dir}}/sites-enabled/default" - state: absent - notify: - - reload nginx - -- name: Remove the default configuration - file: - path: "{{nginx_conf_dir}}/conf.d/default.conf" - state: absent - when: > - 'default' not in nginx_configs.keys() - notify: - - reload nginx diff --git a/ansible/roles/nginx/tasks/remove-extras.yml b/ansible/roles/nginx/tasks/remove-extras.yml deleted file mode 100755 index f971111deb3f5cdb9b018face51c34bd4f617295..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/remove-extras.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -- name: Find enabled sites - shell: ls -1 {{nginx_conf_dir}}/sites-enabled || true - register: enabled_sites - changed_when: False - -- name: Disable unmanaged sites - file: - path: "{{nginx_conf_dir}}/sites-enabled/{{ item }}" - state: absent - with_items: "{{ enabled_sites.stdout_lines | default([]) }}" - # 'item.conf' => 'item' - when: item[:-5] not in nginx_sites.keys() - notify: - - reload nginx - -- name: Find config files - shell: find {{nginx_conf_dir}}/conf.d -maxdepth 1 -type f -name '*.conf' -exec basename {} \; - register: config_files - changed_when: False - -- name: Remove unmanaged config files - file: - name: "{{nginx_conf_dir}}/conf.d/{{ item }}" - state: absent - with_items: "{{ config_files.stdout_lines | default([]) }}" - # 'item.conf' => 'item' - when: item[:-5] not in nginx_configs.keys() - notify: - - reload nginx diff --git a/ansible/roles/nginx/tasks/remove-unwanted.yml b/ansible/roles/nginx/tasks/remove-unwanted.yml deleted file mode 100755 index 686472275668216bbe2de67460e8b4da2753d7f5..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/remove-unwanted.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -- name: Remove unwanted sites - file: - path: "{{nginx_conf_dir}}/{{ item[0] }}/{{ item[1] }}.conf" - state: absent - with_nested: - - ['sites-enabled', 'sites-available'] - - "{{ nginx_remove_sites }}" - notify: - - reload nginx - -- name: Remove unwanted conf - file: - path: "{{nginx_conf_dir}}/conf.d/{{ item[1] }}.conf" - state: absent - with_items: "{{ nginx_remove_configs }}" - notify: - - reload nginx - -- name: Remove unwanted snippets - file: - path: "{{ nginx_conf_dir }}/snippets/{{ item[1] }}.conf" - state: absent - with_items: "{{ nginx_remove_snippets }}" - notify: - - reload nginx - -- name: Remove unwanted auth_basic_files - file: - path: "{{nginx_conf_dir}}/auth_basic/{{ item[1] }}" - state: absent - with_items: "{{ nginx_remove_auth_basic_files }}" - notify: - - reload nginx diff --git a/ansible/roles/nginx/tasks/selinux.yml b/ansible/roles/nginx/tasks/selinux.yml deleted file mode 100755 index 7f385d7b5e01137863e316166aaf75d1666decf3..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/tasks/selinux.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -- name: Install the selinux python module - package: name={{ item }} state=present - with_items: - - libselinux-python - - libsemanage-python - when: ansible_os_family == "RedHat" - -- name: Install the selinux python module - package: name={{ item }} state=present - with_items: - - python-selinux - - python-semanage - when: ansible_os_family == "Debian" - -- name: Set SELinux boolean to allow nginx to set rlimit - seboolean: name=httpd_setrlimit state=yes persistent=yes diff --git a/ansible/roles/nginx/templates/auth_basic.j2 b/ansible/roles/nginx/templates/auth_basic.j2 deleted file mode 100755 index 912117466a130fefebf482ac40279295ab0595c9..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/templates/auth_basic.j2 +++ /dev/null @@ -1,5 +0,0 @@ -#{{ ansible_managed }} - -{% for v in item.value %} -{{ v }} -{% endfor %} diff --git a/ansible/roles/nginx/templates/config.conf.j2 b/ansible/roles/nginx/templates/config.conf.j2 deleted file mode 100755 index bcf36419d8077a6b747f1f2b864e22959aa7defd..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/templates/config.conf.j2 +++ /dev/null @@ -1,9 +0,0 @@ -#{{ ansible_managed }} - -{% for v in item.value %} -{% if v.find('\n') != -1 %} -{{v}} -{% else %} -{% if v != "" %}{{ v.replace(";",";\n ").replace(" {"," {\n ").replace(" }"," \n}\n") }}{% if v.find('{') == -1%}; -{% endif %}{% endif %}{% endif %} -{% endfor %} diff --git a/ansible/roles/nginx/templates/config_stream.conf.j2 b/ansible/roles/nginx/templates/config_stream.conf.j2 deleted file mode 100755 index bcf36419d8077a6b747f1f2b864e22959aa7defd..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/templates/config_stream.conf.j2 +++ /dev/null @@ -1,9 +0,0 @@ -#{{ ansible_managed }} - -{% for v in item.value %} -{% if v.find('\n') != -1 %} -{{v}} -{% else %} -{% if v != "" %}{{ v.replace(";",";\n ").replace(" {"," {\n ").replace(" }"," \n}\n") }}{% if v.find('{') == -1%}; -{% endif %}{% endif %}{% endif %} -{% endfor %} diff --git a/ansible/roles/nginx/templates/nginx.conf.j2 b/ansible/roles/nginx/templates/nginx.conf.j2 deleted file mode 100755 index 368f840432664805a1beb3558c17f4ce71c0ea70..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/templates/nginx.conf.j2 +++ /dev/null @@ -1,52 +0,0 @@ -#{{ ansible_managed }} -user {{ nginx_user }} {{ nginx_group }}; - -worker_processes {{ nginx_worker_processes }}; - -{% if nginx_pid_file %} -pid {{ nginx_pid_file }}; -{% endif %} - -worker_rlimit_nofile {{ nginx_worker_rlimit_nofile }}; - -include {{ nginx_conf_dir }}/modules-enabled/*.conf; - -{% if nginx_extra_root_params is defined and nginx_extra_root_params is iterable %} -{% for line in nginx_extra_root_params %} -{{ line }}; -{% endfor %} -{% endif %} - -events { -{% for v in nginx_events_params %} - {{ v }}; -{% endfor %} -} - - -http { - - include {{ nginx_conf_dir }}/mime.types; - default_type application/octet-stream; -{% for v in nginx_http_params %} - {{ v }}; -{% endfor %} - - include {{ nginx_conf_dir }}/conf.d/*.conf; - include {{ nginx_conf_dir }}/sites-enabled/*; -} - -{% if nginx_stream_params or nginx_stream_configs %} -stream { - -{% for v in nginx_stream_params %} - {{ v }}; -{% endfor %} - - include {{ nginx_conf_dir }}/conf.d/stream/*.conf; -} -{% endif %} - -{% if nginx_daemon_mode == "off" %} -daemon off; -{% endif %} diff --git a/ansible/roles/nginx/templates/nginx.repo.j2 b/ansible/roles/nginx/templates/nginx.repo.j2 deleted file mode 100755 index ff02a4bef2318c30b51daa09e717c19db1206dc4..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/templates/nginx.repo.j2 +++ /dev/null @@ -1,8 +0,0 @@ -[nginx] -name=nginx repo -{% if nginx_official_repo_mainline %} -baseurl=http://nginx.org/packages/mainline/{{"rhel" if ansible_distribution == "RedHat" else "centos"}}/{{ansible_distribution_version.split('.')[0]}}/{{ansible_architecture}}/ -{% else %} -baseurl=http://nginx.org/packages/{{"rhel" if ansible_distribution == "RedHat" else "centos"}}/{{ansible_distribution_version.split('.')[0]}}/{{ansible_architecture}}/ -{% endif %} -enabled=1 diff --git a/ansible/roles/nginx/templates/site.conf.j2 b/ansible/roles/nginx/templates/site.conf.j2 deleted file mode 100755 index 74611d03bfb9f4abae1fb8d1bee32dff4ec88c1c..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/templates/site.conf.j2 +++ /dev/null @@ -1,11 +0,0 @@ -#{{ ansible_managed }} - -server { -{% for v in item.value %} -{% if v.find('\n') != -1 %} - {{v.replace("\n","\n ")}} -{% else %} - {% if v != "" %}{{ v.replace(";",";\n ").replace(" {"," {\n ").replace(" }"," \n }\n") }}{% if v.find('{') == -1%}; -{% endif %}{% endif %}{% endif %} -{% endfor %} -} diff --git a/ansible/roles/nginx/test/custom_bar.conf.j2 b/ansible/roles/nginx/test/custom_bar.conf.j2 deleted file mode 100755 index d6b05ff7afd5c73d12dd4fbea9971710392cd89c..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/test/custom_bar.conf.j2 +++ /dev/null @@ -1,10 +0,0 @@ -# {{ ansible_managed }} -upstream backend { - server 10.0.0.101; -} -server { - server_name {{ item.value.server_name }}; - location / { - proxy_pass http://backend; - } -} diff --git a/ansible/roles/nginx/test/example-vars.yml b/ansible/roles/nginx/test/example-vars.yml deleted file mode 100755 index 640a651988fb43273698e441422efe4790be51f7..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/test/example-vars.yml +++ /dev/null @@ -1,86 +0,0 @@ ---- -# The user to run nginx -nginx_user: "www-data" - -nginx_hhvm: | - add_header X-backend hhvm; - try_files $uri $uri/ /index.php?$args; - location ~ \.(hh|php)$ { - try_files $uri =404; - fastcgi_pass unix:/var/run/hhvm/sock; - fastcgi_index index.php; - fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - include fastcgi_params; - } - -# A list of directives for the events section. -nginx_events_params: - - worker_connections 512 - -# A list of hashs that define the servers for nginx, -# as with http parameters. Any valid server parameters -# can be defined here. - -nginx_sites: - default: - - listen 80 - - server_name _ - - root "/usr/share/nginx/html" - - index index.html - foo: - - listen 8080 - - server_name localhost - - root "/tmp/site1" - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { try_files $uri $uri/ /index.html; } - bar: - - listen 9090 - - server_name ansible - - root "/tmp/site2" - - location / { try_files $uri $uri/ /index.html; } - - location /images/ { - try_files $uri $uri/ /index.html; - allow 127.0.0.1; - deny all; - } - - auth_basic "Restricted" - - auth_basic_user_file auth_basic/demo - hhvm_test: - - | - listen 80; - server_name test_hhvm; - root "/tmp/hhvm"; - {{nginx_hhvm}} - custom_bar: - template: custom_bar.conf.j2 - server_name: bar.example.com - -# A list of hashs that define additional configuration -nginx_configs: - proxy: - - proxy_set_header X-Real-IP $remote_addr - - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for - upstream: - - upstream foo { server 127.0.0.1:8080 weight=10; } - geo: - - geo $local { - default 0; - 127.0.0.1 1; - } - gzip: - - gzip on - - gzip_disable msie6 - -# A list of hashes that define configuration snippets -nginx_snippets: - error_pages: - - error_page 500 /http_errors/500.html - - error_page 502 /http_errors/502.html - - error_page 503 /http_errors/503.html - - error_page 504 /http_errors/504.html - -# A list of hashs that define uer/password files -nginx_auth_basic_files: - demo: - - foo:$apr1$mEJqnFmy$zioG2q1iDWvRxbHuNepIh0 # foo:demo , generated by : htpasswd -nb foo demo - - bar:$apr1$H2GihkSo$PwBeV8cVWFFQlnAJtvVCQ. # bar:demo , generated by : htpasswd -nb bar demo diff --git a/ansible/roles/nginx/test/test.yml b/ansible/roles/nginx/test/test.yml deleted file mode 100755 index 47b15ee789feb6b84bb43f893b5bf40e1f2da038..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/test/test.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- hosts: "{{hosts_group|default('all')}}" - vars_files: - - 'example-vars.yml' - roles: - - "{{role_name|default('nginx')}}" diff --git a/ansible/roles/nginx/vars/main.yml b/ansible/roles/nginx/vars/main.yml deleted file mode 100755 index 6644d64bc9e4024e5d3fb12b7984d58ff5ce2da5..0000000000000000000000000000000000000000 --- a/ansible/roles/nginx/vars/main.yml +++ /dev/null @@ -1,17 +0,0 @@ ---- -nginx_env: - RUNLEVEL: 1 - -nginx_installation_types_using_service: ["packages", "configuration-only"] - -nginx_is_el: "{{ ansible_distribution in ['RedHat', 'CentOS'] }}" - -nginx_http_default_params: - - sendfile "on" - - tcp_nopush "on" - - tcp_nodelay "on" - - keepalive_timeout "65" - - access_log "{{nginx_log_dir}}/access.log" - - "error_log {{nginx_log_dir}}/error.log {{nginx_error_log_level}}" - - server_tokens off - - types_hash_max_size 2048 diff --git a/ansible/roles/nodejs/tasks/main.yml b/ansible/roles/nodejs/tasks/main.yml deleted file mode 100755 index b5cd5289f2c2d7699185c616732be2a4f3efd967..0000000000000000000000000000000000000000 --- a/ansible/roles/nodejs/tasks/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- include: setup-Debian.yml - when: ansible_os_family == 'Debian' - -- include: setup-Alpine.yml - when: ansible_os_family == 'Alpine' \ No newline at end of file diff --git a/ansible/roles/nodejs/tasks/setup-Alpine.yml b/ansible/roles/nodejs/tasks/setup-Alpine.yml deleted file mode 100644 index 913df73e1292776fd7fc9efce99240555977cb38..0000000000000000000000000000000000000000 --- a/ansible/roles/nodejs/tasks/setup-Alpine.yml +++ /dev/null @@ -1,5 +0,0 @@ -- name: Install required utils - apk: name={{ item }} state=present - with_items: - - nodejs - - nodejs-npm diff --git a/ansible/roles/nodejs/tasks/setup-Debian.yml b/ansible/roles/nodejs/tasks/setup-Debian.yml deleted file mode 100644 index 9c9032ad7f3002e5ca60b10e301c76a9edbaac92..0000000000000000000000000000000000000000 --- a/ansible/roles/nodejs/tasks/setup-Debian.yml +++ /dev/null @@ -1,9 +0,0 @@ -- name: Update - apt: update_cache=yes cache_valid_time=36000 - become: yes - -- name: Install required utils - apt: name={{ item }} state=present - become: yes - with_items: - - nodejs diff --git a/ansible/rotatekeys.yml b/ansible/rotatekeys.yml deleted file mode 100644 index 6f06772cbd9f1b63380c20ee424a2a00372d4446..0000000000000000000000000000000000000000 --- a/ansible/rotatekeys.yml +++ /dev/null @@ -1,9 +0,0 @@ ---- -- hosts: all - vars: - - ansible_ssh_user: "{{ssh_user}}" - - ansible_ssh_private_key_file: "{{ssh_private_file}}" - become: yes - gather_facts: false - roles: - - changekey diff --git a/ansible/run_command.yml b/ansible/run_command.yml deleted file mode 100644 index 350a988ff0524156dbf8ba5f40fcf9ebf2623a85..0000000000000000000000000000000000000000 --- a/ansible/run_command.yml +++ /dev/null @@ -1,16 +0,0 @@ -- hosts: all - vars_files: - - ['{{inventory_dir}}/secrets.yml', 'secrets/{{env}}.yml'] - tasks: - - name: Create file with run command command - copy: content="{{ command }}" dest="/tmp/ansible-run-command.sh" mode="755" - - name: Run command - command: bash -lc "/tmp/ansible-run-command.sh" - async: 1800 - poll: 10 - register: log - ignore_errors: true - - debug: - var: log - verbosity: 4 - become: yes diff --git a/ansible/samza_deploy.yml b/ansible/samza_deploy.yml deleted file mode 100644 index de923114dcd39d7fd32e23f1b6c36d082c3fdf10..0000000000000000000000000000000000000000 --- a/ansible/samza_deploy.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -- name: "Start Nodemanager on Slaves" - hosts: "yarn-slave" - vars: - hadoop_version: 2.7.2 - become: yes - tasks: - - name: Ensure yarn nodemanager is running - become_user: hduser - shell: | - (ps aux | grep yarn-hduser-nodemanager | grep -v grep) || /usr/local/hadoop/sbin/yarn-daemon.sh --config /usr/local/hadoop-{{hadoop_version}}/conf/ start nodemanager || sleep 10 - - - name: install imagemagick - apt: name=imagemagick state=present update_cache=yes - -- name: "Deploy Samza jobs" - hosts: "yarn-master" - become: yes - vars_files: - - "{{inventory_dir}}/secrets.yml" - vars: - deploy_jobs: true - roles: - - samza-jobs diff --git a/ansible/static-files/api-manager.env b/ansible/static-files/api-manager.env deleted file mode 100644 index ac808b0a5bbe38e29f72ed8fef1a237bf29aef17..0000000000000000000000000000000000000000 --- a/ansible/static-files/api-manager.env +++ /dev/null @@ -1,7 +0,0 @@ -KONG_LOG_LEVEL=info -KONG_DATABASE={{ kong_database|d('postgres') }} -KONG_PG_HOST={{ kong_postgres_host }} -KONG_PG_SSL={{ kong_ssl|d('true') }} -KONG_PG_USER={{ kong_postgres_user }} -KONG_PG_PASSWORD={{ kong_postgres_password }} -KONG_PG_DATABASE={{ kong_postgres_database }} diff --git a/ansible/static-files/elasticsearch_mapping.sh b/ansible/static-files/elasticsearch_mapping.sh deleted file mode 100644 index 8d25ee45d96fecf9f82314207da9dcb8cbfe8004..0000000000000000000000000000000000000000 --- a/ansible/static-files/elasticsearch_mapping.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash - -#### Cloning and Changing the directory: -git clone https://github.com/project-sunbird/sunbird-utils.git -b release-1.15 -cd sunbird-utils/elasticsearch-util/src/main/resources/indices - -#### Creating the new indices: - -indices_files=$(ls -l | awk 'NR>1{print $9}' | awk -F"." '{print $1}' | tr "\n" " ") -for file in ${indices_files[@]} -do - curl -X PUT http://localhost:9200/${file} -H 'Content-Type: application/json' -d @${file}.json -done - -#### Updating the mapping for newly created indices: - -echo "#################################################" - -cd ../mappings -mapping_files=$(ls -l | awk 'NR>1{print $9}' | awk -F"-" '{print $1}' | tr "\n" " ") - -for file in ${mapping_files[@]} -do - curl -X PUT http://localhost:9200/${file}/_mapping/_doc -H 'Content-Type: application/json' -d @${file}-mapping.json -done diff --git a/ansible/static-files/health.sh b/ansible/static-files/health.sh deleted file mode 100755 index 575fd669e270382be9f1da100e8e44960244567d..0000000000000000000000000000000000000000 --- a/ansible/static-files/health.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh - -#apk update curl -#apk add curl -#apk update jq -#apk add jq -outpt1=$(curl -s content-service:5000/health | jq '.result.healthy') -outpt2=$(curl -s player_player:3000/health| jq '.result.healthy') -outpt3=$(curl -s learner-service:9000/health | jq '.result.response.checks[0].healthy') -outpt4=$(curl -s lms-service:9005/health | jq '.result.response.checks[0].healthy') -echo "" -echo "" -if [ "$outpt1" == "true" ];then - echo "content service is Healthy" -else - echo "content service is unhealthy" -fi - -echo "" -echo "" - -if [ "$outpt2" == "true" ];then - echo "Player Service is Healthy" -else - echo "Player Service is unhealthy" -fi - -echo "" -echo "" - -if [ "$outpt3" == "true" ];then - echo "Learner Service is Healthy" -else - echo "Learner Service is unhealthy" -fi - -echo "" -echo "" - -if [ "$outpt4" == "true" ];then - echo "Lms Service is Healthy" -else - echo "Lms Service is unhealthy" -fi diff --git a/ansible/static-files/healthDependenices.sh b/ansible/static-files/healthDependenices.sh deleted file mode 100755 index db3e0e21969200d2c0250f30d5bd824e5510fbbe..0000000000000000000000000000000000000000 --- a/ansible/static-files/healthDependenices.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -apk update curl -apk add curl -apk update jq -apk add jq diff --git a/ansible/static-files/kong-api-scripts/__init__.py b/ansible/static-files/kong-api-scripts/__init__.py deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/ansible/static-files/kong-api-scripts/common.py b/ansible/static-files/kong-api-scripts/common.py deleted file mode 100644 index c001bac1aaf8097c2ed4c6200338982dc7bd3942..0000000000000000000000000000000000000000 --- a/ansible/static-files/kong-api-scripts/common.py +++ /dev/null @@ -1,41 +0,0 @@ -import urllib2, json, logging -from retry import retry - -logging.basicConfig() - -# Due to issue https://github.com/Mashape/kong/issues/1912 -# We can't loop through all apis page by page -# Hence this work around which fetches apis with page size limited to max_page_size -# max_page_size ensures we don't bring down DB by fetching lot of rows -# If we reach a state we have more apis than max_page_size, -# Increase value of max_page_size judiciously -def get_apis(kong_admin_api_url): - max_page_size = 2000 - apis_url_with_size_limit = "{}/apis?size={}".format(kong_admin_api_url, max_page_size) - apis_response = json.loads(retrying_urlopen(apis_url_with_size_limit).read()) - total_apis = apis_response["total"] - if(total_apis > max_page_size): - raise Exception("There are {} apis existing in system which is more than max_page_size={}. Please increase max_page_size in ansible/kong_apis.py if this is expected".format(total_apis, max_page_size)) - else: - return apis_response["data"] - -def get_api_plugins(kong_admin_api_url, api_name): - get_plugins_max_page_size = 2000 - api_pugins_url = "{}/apis/{}/plugins".format(kong_admin_api_url, api_name) - get_api_plugins_url = "{}?size={}".format(api_pugins_url, get_plugins_max_page_size) - saved_api_details = json.loads(retrying_urlopen(get_api_plugins_url).read()) - return saved_api_details["data"] - - -def json_request(method, url, data=None): - request_body = json.dumps(data) if data is not None else None - request = urllib2.Request(url, request_body) - if data: - request.add_header('Content-Type', 'application/json') - request.get_method = lambda: method - response = retrying_urlopen(request) - return response - -@retry(exceptions=urllib2.URLError, tries=5, delay=2, backoff=2) -def retrying_urlopen(*args, **kwargs): - return urllib2.urlopen(*args, **kwargs) \ No newline at end of file diff --git a/ansible/static-files/kong-api-scripts/kong_api_csv_to_yaml.py b/ansible/static-files/kong-api-scripts/kong_api_csv_to_yaml.py deleted file mode 100644 index 5b886ef1de7d7ea3a49bc4efb597b9e404c63202..0000000000000000000000000000000000000000 --- a/ansible/static-files/kong-api-scripts/kong_api_csv_to_yaml.py +++ /dev/null @@ -1,37 +0,0 @@ -import argparse, sys -from collections import OrderedDict -import csv -import yaml - -def setup_yaml(): - """ https://stackoverflow.com/a/31609484/69362 """ - represent_dict_order = lambda self, data: self.represent_mapping('tag:yaml.org,2002:map', data.items()) - yaml.add_representer(OrderedDict, represent_dict_order) - -def convert_csv_to_yaml(apis_csv_file): - reader = csv.DictReader(apis_csv_file, delimiter=',') - apis = [] - for row in reader: - apis.append(OrderedDict([ - ('name', row['NAME']), - ('request_path', row['REQUEST PATH']), - ('upstream_url', row['UPSTREAM PATH']), - ('strip_request_path', True), - ('plugins', [ - OrderedDict([('name', 'jwt')]), - OrderedDict([('name', 'cors')]), - "{{ statsd_pulgin }}", - OrderedDict([('name', 'acl'), ('config.whitelist', row["WHITELIST GROUP"])]), - OrderedDict([('name', 'rate-limiting'), ('config.hour', row["RATE LIMIT"]), ('config.limit_by', row["LIMIT BY"])]), - OrderedDict([('name', 'request-size-limiting'), ('config.allowed_payload_size', row["REQUEST SIZE LIMIT"])]), - ]) - ])) - yaml.dump(apis, sys.stdout, default_flow_style=False) - -if __name__ == "__main__": - parser = argparse.ArgumentParser(description='Converts APIs CSV to yaml that can be used in ansible') - parser.add_argument('apis_csv_file_path', help='Path of the csv file containing apis data') - args = parser.parse_args() - setup_yaml() - with open(args.apis_csv_file_path) as apis_csv_file: - convert_csv_to_yaml(apis_csv_file) diff --git a/ansible/static-files/kong-api-scripts/kong_apis.py b/ansible/static-files/kong-api-scripts/kong_apis.py deleted file mode 100644 index 9936160f97db893eb8fd7edef7e0eefb0511163b..0000000000000000000000000000000000000000 --- a/ansible/static-files/kong-api-scripts/kong_apis.py +++ /dev/null @@ -1,86 +0,0 @@ -import urllib2, argparse, json - -from common import get_apis, json_request, get_api_plugins - -def save_apis(kong_admin_api_url, input_apis): - apis_url = "{}/apis".format(kong_admin_api_url) - saved_apis = get_apis(kong_admin_api_url) - - print("Number of input APIs : {}".format(len(input_apis))) - print("Number of existing APIs : {}".format(len(saved_apis))) - - input_api_names = [api["name"] for api in input_apis] - saved_api_names = [api["name"] for api in saved_apis] - - print("Input APIs : {}".format(input_api_names)) - print("Existing APIs : {}".format(saved_api_names)) - - input_apis_to_be_created = [input_api for input_api in input_apis if input_api["name"] not in saved_api_names] - input_apis_to_be_updated = [input_api for input_api in input_apis if input_api["name"] in saved_api_names] - saved_api_to_be_deleted = [saved_api for saved_api in saved_apis if saved_api["name"] not in input_api_names] - - for input_api in input_apis_to_be_created: - print("Adding API {}".format(input_api["name"])) - json_request("POST", apis_url, _sanitized_api_data(input_api)) - - for input_api in input_apis_to_be_updated: - print("Updating API {}".format(input_api["name"])) - saved_api_id = [saved_api["id"] for saved_api in saved_apis if saved_api["name"] == input_api["name"]][0] - input_api["id"] = saved_api_id - json_request("PATCH", apis_url + "/" + saved_api_id, _sanitized_api_data(input_api)) - - for saved_api in saved_api_to_be_deleted: - print("Deleting API {}".format(saved_api["name"])); - json_request("DELETE", apis_url + "/" + saved_api["id"], "") - - for input_api in input_apis: - _save_plugins_for_api(kong_admin_api_url, input_api) - -def _save_plugins_for_api(kong_admin_api_url, input_api_details): - get_plugins_max_page_size = 2000 - api_name = input_api_details["name"] - input_plugins = input_api_details["plugins"] - api_pugins_url = "{}/apis/{}/plugins".format(kong_admin_api_url, api_name) - saved_plugins_including_consumer_overrides = get_api_plugins(kong_admin_api_url, api_name) - saved_plugins_without_consumer_overrides = [plugin for plugin in saved_plugins_including_consumer_overrides if not plugin.get('consumer_id')] - - saved_plugins = saved_plugins_without_consumer_overrides - input_plugin_names = [input_plugin["name"] for input_plugin in input_plugins] - saved_plugin_names = [saved_plugin["name"] for saved_plugin in saved_plugins] - - input_plugins_to_be_created = [input_plugin for input_plugin in input_plugins if input_plugin["name"] not in saved_plugin_names] - input_plugins_to_be_updated = [input_plugin for input_plugin in input_plugins if input_plugin["name"] in saved_plugin_names] - saved_plugins_to_be_deleted = [saved_plugin for saved_plugin in saved_plugins if saved_plugin["name"] not in input_plugin_names] - - for input_plugin in input_plugins_to_be_created: - print("Adding plugin {} for API {}".format(input_plugin["name"], api_name)); - json_request("POST", api_pugins_url, input_plugin) - - for input_plugin in input_plugins_to_be_updated: - print("Updating plugin {} for API {}".format(input_plugin["name"], api_name)); - saved_plugin_id = [saved_plugin["id"] for saved_plugin in saved_plugins if saved_plugin["name"] == input_plugin["name"]][0] - input_plugin["id"] = saved_plugin_id - json_request("PATCH", api_pugins_url + "/" + saved_plugin["id"], input_plugin) - - for saved_plugin in saved_plugins_to_be_deleted: - print("Deleting plugin {} for API {}".format(saved_plugin["name"], api_name)); - json_request("DELETE", api_pugins_url + "/" + saved_plugin["id"], "") - -def _sanitized_api_data(input_api): - keys_to_ignore = ['plugins'] - sanitized_api_data = dict((key, input_api[key]) for key in input_api if key not in keys_to_ignore) - return sanitized_api_data - -if __name__ == "__main__": - parser = argparse.ArgumentParser(description='Configure kong apis') - parser.add_argument('apis_file_path', help='Path of the json file containing apis data') - parser.add_argument('--kong-admin-api-url', help='Admin url for kong', default='http://localhost:8001') - args = parser.parse_args() - with open(args.apis_file_path) as apis_file: - input_apis = json.load(apis_file) - try: - save_apis(args.kong_admin_api_url, input_apis) - except urllib2.HTTPError as e: - error_message = e.read() - print(error_message) - raise \ No newline at end of file diff --git a/ansible/static-files/kong-api-scripts/kong_apis_report.py b/ansible/static-files/kong-api-scripts/kong_apis_report.py deleted file mode 100644 index 6306ae920e9c0cb245acf26022c7eaec5174f201..0000000000000000000000000000000000000000 --- a/ansible/static-files/kong-api-scripts/kong_apis_report.py +++ /dev/null @@ -1,20 +0,0 @@ -import urllib2, argparse, json, csv - -from common import get_apis, json_request - -def create_api_report_csv(kong_admin_api_url, report_file_path): - saved_apis = get_apis(kong_admin_api_url) - with open(report_file_path, 'w') as csvfile: - fieldnames = ['Name', 'Path'] - writer = csv.DictWriter(csvfile, fieldnames=fieldnames) - writer.writeheader() - for api in saved_apis: - writer.writerow({'Name': api['name'], 'Path': api['request_path']}) - -if __name__ == "__main__": - parser = argparse.ArgumentParser(description='Generate report for APIs on-boarded') - parser.add_argument('report_file_path', help='Report file path') - parser.add_argument('--kong-admin-api-url', help='Admin url for kong', default='http://localhost:8001') - args = parser.parse_args() - - create_api_report_csv(args.kong_admin_api_url, args.report_file_path) diff --git a/ansible/static-files/kong-api-scripts/kong_consumers.py b/ansible/static-files/kong-api-scripts/kong_consumers.py deleted file mode 100644 index 3b396ce07d56eb3e1f088b96d5ea5759d1373c86..0000000000000000000000000000000000000000 --- a/ansible/static-files/kong-api-scripts/kong_consumers.py +++ /dev/null @@ -1,163 +0,0 @@ -import urllib2, argparse, json -import jwt - -from common import json_request, get_api_plugins, retrying_urlopen - -def _consumer_exists(kong_admin_api_url, username): - consumers_url = "{}/consumers".format(kong_admin_api_url) - try: - retrying_urlopen(consumers_url + "/" + username) - return True - except urllib2.HTTPError as e: - if(e.code == 404): - return False - else: - raise - -def _get_consumer(kong_admin_api_url, username): - consumers_url = "{}/consumers".format(kong_admin_api_url) - try: - response = retrying_urlopen(consumers_url + "/" + username) - consumer = json.loads(response.read()) - return consumer - except urllib2.HTTPError as e: - if(e.code == 404): - return None - else: - raise - -def _dict_without_keys(a_dict, keys): - return dict((key, a_dict[key]) for key in a_dict if key not in keys) - -def _ensure_consumer_exists(kong_admin_api_url, consumer): - username = consumer['username'] - consumers_url = "{}/consumers".format(kong_admin_api_url) - if(not _consumer_exists(kong_admin_api_url, username)): - print("Adding consumer {}".format(username)); - json_request("POST", consumers_url, {'username': username}) - - -def save_consumers(kong_admin_api_url, consumers): - consumers_url = "{}/consumers".format(kong_admin_api_url) - consumers_to_be_present = [consumer for consumer in consumers if consumer['state'] == 'present'] - consumers_to_be_absent = [consumer for consumer in consumers if consumer['state'] == 'absent'] - - for consumer in consumers_to_be_absent: - username = consumer['username'] - if(_consumer_exists(kong_admin_api_url, username)): - print("Deleting consumer {}".format(username)); - json_request("DELETE", consumers_url + "/" + username, "") - - for consumer in consumers_to_be_present: - username = consumer['username'] - _ensure_consumer_exists(kong_admin_api_url, consumer) - _save_groups_for_consumer(kong_admin_api_url, consumer) - jwt_credential = _get_first_or_create_jwt_credential(kong_admin_api_url, consumer) - credential_algorithm = jwt_credential['algorithm'] - if credential_algorithm == 'HS256': - jwt_token = jwt.encode({'iss': jwt_credential['key']}, jwt_credential['secret'], algorithm=credential_algorithm) - print("JWT token for {} is : {}".format(username, jwt_token)) - if 'print_credentials' in consumer: - print("Credentials for consumer {}, key: {}, secret: {}".format(username, jwt_credential['key'], jwt_credential['secret'])) - - saved_consumer = _get_consumer(kong_admin_api_url, username) - rate_limits = consumer.get('rate_limits') - if(rate_limits is not None): - _save_rate_limits(kong_admin_api_url, saved_consumer, rate_limits) - -def _save_rate_limits(kong_admin_api_url, saved_consumer, rate_limits): - plugin_name = 'rate-limiting' - consumer_id = saved_consumer['id'] - consumer_username = saved_consumer['username'] - for rate_limit in rate_limits: - api_name = rate_limit["api"] - saved_plugins = get_api_plugins(kong_admin_api_url, api_name) - rate_limit_plugins = [saved_plugin for saved_plugin in saved_plugins if saved_plugin['name'] == plugin_name] - rate_limit_plugins_for_this_consumer = [rate_limit_plugin for rate_limit_plugin in rate_limit_plugins if rate_limit_plugin.get('consumer_id') == consumer_id] - rate_limit_plugin_for_this_consumer = rate_limit_plugins_for_this_consumer[0] if rate_limit_plugins_for_this_consumer else None - - rate_limit_state = rate_limit.get('state', 'present') - api_pugins_url = kong_admin_api_url + "/apis/" + api_name + "/plugins" - if rate_limit_state == 'present': - rate_limit_plugin_data = _dict_without_keys(rate_limit, ['api', 'state']) - rate_limit_plugin_data['name'] = plugin_name - rate_limit_plugin_data['consumer_id'] = consumer_id - if not rate_limit_plugin_for_this_consumer: - print("Adding rate_limit for consumer {} for API {}".format(consumer_username, api_name)); - print("rate_limit_plugin_data: {}".format(rate_limit_plugin_data)) - json_request("POST", api_pugins_url, rate_limit_plugin_data) - - if rate_limit_plugin_for_this_consumer: - print("Updating rate_limit for consumer {} for API {}".format(consumer_username, api_name)); - json_request("PATCH", api_pugins_url + "/" + rate_limit_plugin_for_this_consumer["id"], rate_limit_plugin_data) - - elif rate_limit_state == 'absent': - if rate_limit_plugin_for_this_consumer: - print("Deleting rate_limit for consumer {} for API {}".format(consumer_username, api_name)); - json_request("DELETE", api_pugins_url + "/" + saved_plugin["id"], "") - - -def _get_first_or_create_jwt_credential(kong_admin_api_url, consumer): - username = consumer["username"] - credential_algorithm = consumer.get('credential_algorithm', 'HS256') - consumer_jwt_credentials_url = kong_admin_api_url + "/consumers/" + username + "/jwt" - saved_credentials_details = json.loads(retrying_urlopen(consumer_jwt_credentials_url).read()) - saved_credentials = saved_credentials_details["data"] - saved_credentials_for_algorithm = [saved_credential for saved_credential in saved_credentials if saved_credential['algorithm'] == credential_algorithm] - if(len(saved_credentials_for_algorithm) > 0): - print("Updating credentials for consumer {} for algorithm {}".format(username, credential_algorithm)); - this_credential = saved_credentials_for_algorithm[0] - credential_data = { - "rsa_public_key": consumer.get('credential_rsa_public_key', this_credential.get("rsa_public_key", '')), - "key": consumer.get('credential_iss', this_credential['key']) - } - this_credential_url = "{}/{}".format(consumer_jwt_credentials_url, this_credential["id"]) - response = json_request("PATCH", this_credential_url, credential_data) - jwt_credential = json.loads(response.read()) - return jwt_credential - else: - print("Creating jwt credentials for consumer {}".format(username)); - credential_data = { - "algorithm": credential_algorithm, - } - if 'credential_rsa_public_key' in consumer: - credential_data["rsa_public_key"] = consumer['credential_rsa_public_key'] - if 'credential_iss' in consumer: - credential_data["key"] = consumer['credential_iss'] - response = json_request("POST", consumer_jwt_credentials_url, credential_data) - jwt_credential = json.loads(response.read()) - return jwt_credential - -def _save_groups_for_consumer(kong_admin_api_url, consumer): - username = consumer["username"] - input_groups = consumer["groups"] - consumer_acls_url = kong_admin_api_url + "/consumers/" + username + "/acls" - saved_acls_details = json.loads(retrying_urlopen(consumer_acls_url).read()) - saved_acls = saved_acls_details["data"] - saved_groups = [acl["group"] for acl in saved_acls] - print("Existing groups for consumer {} : {}".format(username, saved_groups)) - print("Required groups for consumer {} : {}".format(username, input_groups)) - input_groups_to_be_created = [input_group for input_group in input_groups if input_group not in saved_groups] - saved_groups_to_be_deleted = [saved_group for saved_group in saved_groups if saved_group not in input_groups] - - for input_group in input_groups_to_be_created: - print("Adding group {} for consumer {}".format(input_group, username)); - json_request("POST", consumer_acls_url, {'group': input_group}) - - for saved_group in saved_groups_to_be_deleted: - print("Deleting group {} for consumer {}".format(saved_group, username)); - json_request("DELETE", consumer_acls_url + "/" + saved_group, "") - -if __name__ == "__main__": - parser = argparse.ArgumentParser(description='Configure kong consumers') - parser.add_argument('consumers_file_path', help='Path of the json file containing consumer data') - parser.add_argument('--kong-admin-api-url', help='Admin url for kong', default='http://localhost:8001') - args = parser.parse_args() - with open(args.consumers_file_path) as consumers_file: - input_consumers = json.load(consumers_file) - try: - save_consumers(args.kong_admin_api_url, input_consumers) - except urllib2.HTTPError as e: - error_message = e.read() - print(error_message) - raise diff --git a/ansible/swarm-agent-docker-prune.yml b/ansible/swarm-agent-docker-prune.yml deleted file mode 100644 index cc558c64f99a2a4a422c0539ab80708ba8c2ef60..0000000000000000000000000000000000000000 --- a/ansible/swarm-agent-docker-prune.yml +++ /dev/null @@ -1,3 +0,0 @@ -- hosts: swarm-agent-docker-prune - roles: - - swarm-agent-docker-prune \ No newline at end of file diff --git a/ansible/ulimit.yml b/ansible/ulimit.yml deleted file mode 100644 index 0a1ef0b430abd7da9be5d1d6c3a4af3e4204d7a7..0000000000000000000000000000000000000000 --- a/ansible/ulimit.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -- hosts: "{{ remote }}" - become: yes - roles: - - ulimit