@strapi/admin 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/admin/src/components/Notifications/Notification/index.js +3 -3
  2. package/admin/src/content-manager/components/CollectionTypeFormWrapper/index.js +2 -2
  3. package/admin/src/content-manager/components/ComponentInitializer/index.js +4 -9
  4. package/admin/src/content-manager/components/DragLayer/index.js +1 -1
  5. package/admin/src/content-manager/components/DynamicTable/index.js +7 -0
  6. package/admin/src/content-manager/components/DynamicZone/index.js +25 -5
  7. package/admin/src/content-manager/components/EditViewDataManagerProvider/utils/schema.js +4 -1
  8. package/admin/src/content-manager/components/RepeatableComponent/AccordionGroupCustom/index.js +1 -3
  9. package/admin/src/content-manager/components/SelectWrapper/index.js +15 -81
  10. package/admin/src/content-manager/hooks/useFetchContentTypeLayout/utils/formatLayouts.js +2 -2
  11. package/admin/src/content-manager/pages/App/LeftMenu/index.js +2 -6
  12. package/admin/src/content-manager/pages/App/index.js +3 -1
  13. package/admin/src/content-manager/pages/EditSettingsView/index.js +1 -1
  14. package/admin/src/content-manager/pages/EditView/Informations/index.js +37 -13
  15. package/admin/src/content-manager/pages/ListSettingsView/components/CardPreview.js +19 -8
  16. package/admin/src/content-manager/pages/ListSettingsView/components/DraggableCard.js +123 -67
  17. package/admin/src/content-manager/pages/ListSettingsView/components/SortDisplayedFields.js +4 -1
  18. package/admin/src/content-manager/pages/ListSettingsView/index.js +1 -1
  19. package/admin/src/content-manager/pages/ListView/index.js +37 -20
  20. package/admin/src/hooks/useSettingsMenu/utils/defaultGlobalLinks.js +1 -1
  21. package/admin/src/pages/App/utils/unique-identifier.js +3 -1
  22. package/admin/src/pages/AuthPage/index.js +8 -2
  23. package/admin/src/pages/ProfilePage/index.js +32 -6
  24. package/admin/src/pages/SettingsPage/pages/ApiTokens/EditView/index.js +2 -2
  25. package/admin/src/pages/SettingsPage/pages/ApplicationInfosPage/index.js +20 -7
  26. package/admin/src/pages/SettingsPage/pages/Roles/EditPage/index.js +1 -1
  27. package/admin/src/pages/SettingsPage/pages/Users/EditPage/index.js +3 -3
  28. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/index.js +3 -3
  29. package/admin/src/pages/SettingsPage/pages/Users/ListPage/ModalForm/utils/stepper.js +1 -1
  30. package/admin/src/pages/SettingsPage/pages/Users/ListPage/index.js +5 -11
  31. package/admin/src/pages/SettingsPage/pages/Users/ListPage/utils/tableHeaders.js +1 -1
  32. package/admin/src/pages/SettingsPage/pages/Users/components/MagicLink/index.js +1 -1
  33. package/admin/src/pages/SettingsPage/pages/Users/components/SelectRoles/index.js +1 -1
  34. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/HeadersInput/index.js +1 -1
  35. package/admin/src/pages/SettingsPage/pages/Webhooks/EditView/components/WebhookForm/index.js +1 -1
  36. package/admin/src/pages/SettingsPage/pages/Webhooks/ListView/index.js +5 -5
  37. package/admin/src/translations/en.json +29 -23
  38. package/admin/src/translations/fr.json +315 -6
  39. package/admin/src/translations/ko.json +670 -263
  40. package/admin/src/translations/nl.json +1 -1
  41. package/admin/src/translations/zh.json +482 -41
  42. package/build/{01a600d9e6e0dea21e33017a97bdf431.png → 01a600d9e6e0dea21e33.png} +0 -0
  43. package/build/{15026a3d58aeb282813457f060f2d6ac.png → 15026a3d58aeb2828134.png} +0 -0
  44. package/build/{1551f4f60c37af51121f106501f69b80.woff2 → 1551f4f60c37af51121f.woff2} +0 -0
  45. package/build/{1e59d2330b4c6deb84b340635ed36249.ttf → 1e59d2330b4c6deb84b3.ttf} +0 -0
  46. package/build/{20fd1704ea223900efa9fd4e869efb08.woff2 → 20fd1704ea223900efa9.woff2} +0 -0
  47. package/build/{2285773e6b4b172f07d9b777c81b0775.woff → 2285773e6b4b172f07d9.woff} +0 -0
  48. package/build/{23f19bb08961f37aaf692ff943823453.eot → 23f19bb08961f37aaf69.eot} +0 -0
  49. package/build/2664.f33f619d.chunk.js +2 -0
  50. package/build/2664.f33f619d.chunk.js.LICENSE.txt +7 -0
  51. package/build/{2a9e9ef5c4c775bb7c7b3625041b1354.png → 2a9e9ef5c4c775bb7c7b.png} +0 -0
  52. package/build/{2f517e09eb2ca6650ff5bec5a95157ab.svg → 2f517e09eb2ca6650ff5.svg} +0 -0
  53. package/build/3226.1a4b5cd1.chunk.js +2 -0
  54. package/build/{3226.0dc582b2.chunk.js.LICENSE.txt → 3226.1a4b5cd1.chunk.js.LICENSE.txt} +0 -0
  55. package/build/4362.c65ab24b.chunk.js +1 -0
  56. package/build/{4689f52cc96215721344e51e5831eec1.svg → 4689f52cc96215721344.svg} +0 -0
  57. package/build/{4715.35096dd7.chunk.js → 4715.f134f37a.chunk.js} +1 -1
  58. package/build/{491974d108fe4002b2aaf7ffc48249a0.ttf → 491974d108fe4002b2aa.ttf} +0 -0
  59. package/build/{527940b104eb2ea366c8630f3f038603.ttf → 527940b104eb2ea366c8.ttf} +0 -0
  60. package/build/{77206a6bb316fa0aded5083cc57f92b9.eot → 77206a6bb316fa0aded5.eot} +0 -0
  61. package/build/{7a3337626410ca2f40718481c755640f.woff2 → 7a3337626410ca2f4071.woff2} +0 -0
  62. package/build/{7a8b4f130182d19a2d7c67d80c090397.svg → 7a8b4f130182d19a2d7c.svg} +0 -0
  63. package/build/{849.fc26299c.chunk.js → 849.35b7e7af.chunk.js} +1 -1
  64. package/build/{8b43027f47b20503057dfbbaa9401fef.eot → 8b43027f47b20503057d.eot} +0 -0
  65. package/build/{9238.f112d6c9.chunk.js → 9238.63386655.chunk.js} +1 -1
  66. package/build/{9bbb245e67a133f6e486d8d2545e14a5.eot → 9bbb245e67a133f6e486.eot} +0 -0
  67. package/build/{Admin-authenticatedApp.0298a225.chunk.js → Admin-authenticatedApp.bcc1dcbe.chunk.js} +1 -1
  68. package/build/{Admin_homePage.31e37124.chunk.js → Admin_homePage.74b48134.chunk.js} +1 -1
  69. package/build/Admin_marketplace.8d0028cc.chunk.js +1 -0
  70. package/build/Admin_profilePage.f276f571.chunk.js +1 -0
  71. package/build/Admin_settingsPage.1947fe0c.chunk.js +1 -0
  72. package/build/{admin-edit-roles-page.e91bd9e5.chunk.js → admin-edit-roles-page.2bccaf76.chunk.js} +1 -1
  73. package/build/admin-edit-users.1632dcf7.chunk.js +1 -0
  74. package/build/admin-users.1f0533e6.chunk.js +1 -0
  75. package/build/{api-tokens-create-page.ac4285ba.chunk.js → api-tokens-create-page.ab33d46d.chunk.js} +1 -1
  76. package/build/{api-tokens-edit-page.b8900ddd.chunk.js → api-tokens-edit-page.749496cc.chunk.js} +1 -1
  77. package/build/{b997a22a2e0b87ef1fa23258f14f3b27.ico → b997a22a2e0b87ef1fa2.ico} +0 -0
  78. package/build/{bb58e57c48a3e911f15fa834ff00d44a.woff → bb58e57c48a3e911f15f.woff} +0 -0
  79. package/build/{bd81ba6c07827282255d031b2a6f4fe4.png → bd81ba6c07827282255d.png} +0 -0
  80. package/build/{be9ee23c0c6390141475d519c2c5fb8f.ttf → be9ee23c0c6390141475.ttf} +0 -0
  81. package/build/{c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg → c1e38fd9e0e74ba58f7a.svg} +0 -0
  82. package/build/{c3de6118ef47086ad05c83a1c78f006d.png → c3de6118ef47086ad05c.png} +0 -0
  83. package/build/codemirror-css.d09c79d2.chunk.js +1 -0
  84. package/build/content-manager.be0bf12e.chunk.js +1 -0
  85. package/build/{content-type-builder-translation-en-json.d860718a.chunk.js → content-type-builder-translation-en-json.81257d0d.chunk.js} +1 -1
  86. package/build/content-type-builder-translation-ko-json.0288cb2b.chunk.js +1 -0
  87. package/build/content-type-builder.aa13e7a4.chunk.js +1 -0
  88. package/build/{d878b0a6a1144760244ff0665888404c.woff2 → d878b0a6a1144760244f.woff2} +0 -0
  89. package/build/{eeccf4f66002c6f2ba24d3d22f2434c2.woff → eeccf4f66002c6f2ba24.woff} +0 -0
  90. package/build/{email-settings-page.def5ceaf.chunk.js → email-settings-page.d3ce077f.chunk.js} +1 -1
  91. package/build/email-translation-en-json.ef8208e3.chunk.js +1 -0
  92. package/build/email-translation-ja-json.66b21ec1.chunk.js +1 -0
  93. package/build/email-translation-ko-json.e383ad57.chunk.js +1 -0
  94. package/build/en-json.4c3c1c95.chunk.js +1 -0
  95. package/build/{f691f37e57f04c152e2315ab7dbad881.woff → f691f37e57f04c152e23.woff} +0 -0
  96. package/build/{fde9b1ad0670d29a251605a5e8eef02b.png → fde9b1ad0670d29a2516.png} +0 -0
  97. package/build/fontawesome-css-all.90be2358.chunk.js +1 -0
  98. package/build/fontawesome-css.32df0f91.chunk.js +1 -0
  99. package/build/fr-json.c75e1a2e.chunk.js +1 -0
  100. package/build/i18n-settings-page.ad670b2c.chunk.js +1 -0
  101. package/build/i18n-translation-en-json.a90b9dc5.chunk.js +1 -0
  102. package/build/i18n-translation-ko-json.f0628aff.chunk.js +1 -0
  103. package/build/index.html +1 -1
  104. package/build/ko-json.35832b30.chunk.js +1 -0
  105. package/build/main.9b622560.js +2 -0
  106. package/build/{main.a5bd9650.js.LICENSE.txt → main.9b622560.js.LICENSE.txt} +0 -0
  107. package/build/nl-json.9e55cf9c.chunk.js +1 -0
  108. package/build/runtime~main.726e5497.js +1 -0
  109. package/build/{upload-settings.8a380d3d.chunk.js → upload-settings.f65c4d08.chunk.js} +1 -1
  110. package/build/{upload-translation-en-json.58d8ce44.chunk.js → upload-translation-en-json.d205cecd.chunk.js} +1 -1
  111. package/build/upload-translation-ko-json.b6602572.chunk.js +1 -0
  112. package/build/{users-advanced-settings-page.bda19eae.chunk.js → users-advanced-settings-page.da9830fd.chunk.js} +1 -1
  113. package/build/{users-email-settings-page.b1d1f551.chunk.js → users-email-settings-page.36142cd7.chunk.js} +1 -1
  114. package/build/users-permissions-translation-ko-json.4677f640.chunk.js +1 -0
  115. package/build/{users-providers-settings-page.733a51ec.chunk.js → users-providers-settings-page.2c0685d3.chunk.js} +1 -1
  116. package/build/{users-roles-settings-page.0eb926e7.chunk.js → users-roles-settings-page.61c9b376.chunk.js} +1 -1
  117. package/build/{webhook-edit-page.634e50da.chunk.js → webhook-edit-page.36755ae4.chunk.js} +1 -1
  118. package/build/{webhook-list-page.aae66737.chunk.js → webhook-list-page.8abf0b5f.chunk.js} +1 -1
  119. package/build/zh-json.3b683748.chunk.js +1 -0
  120. package/ee/admin/pages/SettingsPage/pages/Roles/CreatePage/index.js +1 -1
  121. package/ee/admin/pages/SettingsPage/pages/Users/components/MagicLink/index.js +1 -1
  122. package/index.js +40 -1
  123. package/jest.config.front.js +10 -0
  124. package/package.json +16 -11
  125. package/server/register.js +5 -0
  126. package/server/routes/serve-admin-panel.js +59 -0
  127. package/server/strategies/api-token.js +2 -1
  128. package/webpack.config.js +11 -7
  129. package/build/3226.0dc582b2.chunk.js +0 -2
  130. package/build/4362.e71cf036.chunk.js +0 -1
  131. package/build/8447.32ee17be.chunk.js +0 -2
  132. package/build/8447.32ee17be.chunk.js.LICENSE.txt +0 -22
  133. package/build/Admin_marketplace.201373e2.chunk.js +0 -1
  134. package/build/Admin_profilePage.3aa61921.chunk.js +0 -1
  135. package/build/Admin_settingsPage.363ad01d.chunk.js +0 -1
  136. package/build/admin-edit-users.bcdd2e4d.chunk.js +0 -1
  137. package/build/admin-users.a2d08780.chunk.js +0 -1
  138. package/build/codemirror-css.7b034e03.chunk.js +0 -1
  139. package/build/content-manager.4a449a52.chunk.js +0 -1
  140. package/build/content-type-builder-translation-ko-json.20ad3eac.chunk.js +0 -1
  141. package/build/content-type-builder.eeae4ee8.chunk.js +0 -1
  142. package/build/email-translation-en-json.5ec38fe9.chunk.js +0 -1
  143. package/build/email-translation-ja-json.b75afc52.chunk.js +0 -1
  144. package/build/email-translation-ko-json.eb9a23cd.chunk.js +0 -1
  145. package/build/en-json.6282a00f.chunk.js +0 -1
  146. package/build/fontawesome-css-all.162c8569.chunk.js +0 -1
  147. package/build/fontawesome-css.b1736497.chunk.js +0 -1
  148. package/build/fr-json.f7d484a8.chunk.js +0 -1
  149. package/build/i18n-settings-page.00c74503.chunk.js +0 -1
  150. package/build/i18n-translation-en-json.17af559c.chunk.js +0 -1
  151. package/build/ko-json.7203b08b.chunk.js +0 -1
  152. package/build/main.a5bd9650.js +0 -2
  153. package/build/nl-json.9c7f83db.chunk.js +0 -1
  154. package/build/runtime~main.bddfe3c6.js +0 -1
  155. package/build/users-permissions-translation-ko-json.90c2d129.chunk.js +0 -1
  156. package/build/zh-json.414d826f.chunk.js +0 -1
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[320],{19536:e=>{"use strict";e.exports=JSON.parse('{"Analytics":"Analytics","Auth.components.Oops.text":"Your account has been suspended.","Auth.components.Oops.text.admin":"If this is a mistake, please contact your administrator.","Auth.components.Oops.title":"Oops...","Auth.form.button.forgot-password":"Send Email","Auth.form.button.go-home":"GO BACK HOME","Auth.form.button.login":"Login","Auth.form.button.login.providers.error":"We cannot connect you through the selected provider.","Auth.form.button.login.providers.see-more":"See more","Auth.form.button.login.strapi":"Log in via Strapi","Auth.form.button.password-recovery":"Password Recovery","Auth.form.button.register":"Let\'s start","Auth.form.button.reset-password":"Change password","Auth.form.confirmPassword.label":"Confirmation Password","Auth.form.currentPassword.label":"Current Password","Auth.form.email.label":"Email","Auth.form.email.placeholder":"e.g. kai@doe.com","Auth.form.error.blocked":"Your account has been blocked by the administrator.","Auth.form.error.code.provide":"Incorrect code provided.","Auth.form.error.confirmed":"Your account email is not confirmed.","Auth.form.error.email.invalid":"This email is invalid.","Auth.form.error.email.provide":"Please provide your username or your email.","Auth.form.error.email.taken":"Email is already taken.","Auth.form.error.invalid":"Identifier or password invalid.","Auth.form.error.params.provide":"Incorrect params provided.","Auth.form.error.password.format":"Your password cannot contain the symbol `$` more than three times.","Auth.form.error.password.local":"This user never set a local password, please login via the provider used during account creation.","Auth.form.error.password.matching":"Passwords do not match.","Auth.form.error.password.provide":"Please provide your password.","Auth.form.error.ratelimit":"Too many attempts, please try again in a minute.","Auth.form.error.user.not-exist":"This email does not exist.","Auth.form.error.username.taken":"Username is already taken.","Auth.form.firstname.label":"First name","Auth.form.firstname.placeholder":"e.g. Kai","Auth.form.forgot-password.email.label":"Enter your email","Auth.form.forgot-password.email.label.success":"Email successfully sent to","Auth.form.lastname.label":"Last name","Auth.form.lastname.placeholder":"e.g. Doe","Auth.form.password.hide-password":"Hide password","Auth.form.password.hint":"Password must contain at least 8 characters, 1 uppercase, 1 lowercase, and 1 number","Auth.form.password.label":"Password","Auth.form.password.show-password":"Show password","Auth.form.register.news.label":"Keep me updated about the new features and upcoming improvements (by doing this you accept the {terms} and the {policy}).","Auth.form.register.subtitle":"Your credentials are only used to authenticate yourself on the admin panel. All saved data will be stored in your own database.","Auth.form.rememberMe.label":"Remember me","Auth.form.username.label":"Username","Auth.form.username.placeholder":"e.g. Kai_Doe","Auth.form.welcome.subtitle":"Log in to your Strapi account","Auth.form.welcome.title":"Welcome!","Auth.link.forgot-password":"Forgot your password?","Auth.link.ready":"Ready to sign in?","Auth.link.signin":"Sign in","Auth.link.signin.account":"Already have an account?","Auth.login.sso.divider":"Or login with","Auth.login.sso.loading":"Loading providers...","Auth.login.sso.subtitle":"Login to your account via SSO","Auth.privacy-policy-agreement.policy":"privacy policy","Auth.privacy-policy-agreement.terms":"terms","Auth.reset-password.title":"Reset password","admin.pages.MarketPlacePage.helmet":"Marketplace - Plugins","admin.pages.MarketPlacePage.illustration":"marketplace illustration","admin.pages.MarketPlacePage.title":"Marketplace","admin.pages.MarketPlacePage.subtitle":"Get more out of Strapi","admin.pages.MarketPlacePage.coming-soon.1":"A new way to make Strapi awesome.","admin.pages.MarketPlacePage.coming-soon.2":"Coming soon.","admin.pages.MarketPlacePage.content.subtitle":"The new marketplace will help you get more out of Strapi. We are working hard to offer the best experience to discover and install plugins.","admin.pages.MarketPlacePage.submit.plugin.link":"Submit your plugin","admin.pages.MarketPlacePage.blog.link":"Read our blog post","Content Manager":"Content Manager","Content Type Builder":"Content-Types Builder","Documentation":"Documentation","Email":"Email","Files Upload":"Files Upload","HomePage.helmet.title":"Homepage","HomePage.roadmap":"See our roadmap","HomePage.welcome.congrats":"Congrats!","HomePage.welcome.congrats.content":"You are logged in as the first administrator. To discover the powerful features provided by Strapi,","HomePage.welcome.congrats.content.bold":"we recommend you to create your first Collection-Type.","Media Library":"Media Library","New entry":"New entry","Password":"Password","Provider":"Provider","ResetPasswordToken":"Reset Password Token","Role":"Role","Roles & Permissions":"Roles & Permissions","Roles.ListPage.notification.delete-all-not-allowed":"Some roles could not be deleted since they are associated with users","Roles.ListPage.notification.delete-not-allowed":"A role cannot be deleted if associated with users","Roles.RoleRow.select-all":"Select {name} for bulk actions","Roles.RoleRow.user-count.plural":"{number} users","Roles.RoleRow.user-count.singular":"{number} user","Roles.components.List.empty.withSearch":"There is no role corresponding to the search ({search})...","Settings.PageTitle":"Settings - {name}","Settings.apiTokens.addFirstToken":"Add your first API Token","Settings.apiTokens.addNewToken":"Add new API Token","Settings.apiTokens.copy.editMessage":"For security reasons, you can only see your token once.","Settings.apiTokens.copy.editTitle":"This token isn\u2019t accessible anymore.","Settings.apiTokens.copy.lastWarning":"Make sure to copy this token, you won\u2019t be able to see it again!","Settings.apiTokens.create":"Add Entry","Settings.apiTokens.description":"List of generated tokens to consume the API","Settings.apiTokens.emptyStateLayout":"You don\u2019t have any content yet...","Settings.apiTokens.notification.copied":"Token copied to clipboard.","Settings.apiTokens.title":"API Tokens","Settings.apiTokens.types.full-access":"Full access","Settings.apiTokens.types.read-only":"Read-only","Settings.application.description":"See your project\'s details","Settings.application.details":"details","Settings.application.edition-title":"current plan","Settings.application.information":"Information","Settings.application.link-pricing":"See all pricing","Settings.application.link-upgrade":"Upgrade your admin panel","Settings.application.node-version":"node version","Settings.application.strapi-version":"strapi version","Settings.application.title":"Application","Settings.error":"Error","Settings.global":"Global Settings","Settings.permissions":"Administration panel","Settings.permissions.category":"Permissions settings for the {category}","Settings.permissions.category.plugins":"Permissions settings for the {category} plugin","Settings.permissions.conditions.anytime":"Anytime","Settings.permissions.conditions.apply":"Apply","Settings.permissions.conditions.can":"Can","Settings.permissions.conditions.define-conditions":"Define conditions","Settings.permissions.conditions.links":"Links","Settings.permissions.conditions.no-actions":"You first need to select actions (create, read, update, ...) before defining conditions on them.","Settings.permissions.conditions.none-selected":"Anytime","Settings.permissions.conditions.or":"OR","Settings.permissions.conditions.selected.plural":"{number} conditions selected","Settings.permissions.conditions.selected.singular":"{number} condition selected","Settings.permissions.conditions.when":"When","Settings.permissions.menu.link.roles.label":"Roles","Settings.permissions.menu.link.users.label":"Users","Settings.permissions.select-all-by-permission":"Select all {label} permissions","Settings.permissions.select-by-permission":"Select {label} permission","Settings.permissions.users.create":"Create new user","Settings.permissions.users.form.email":"Email","Settings.permissions.users.form.firstname":"First name","Settings.permissions.users.form.lastname":"Last name","Settings.permissions.users.form.sso":"Connect with SSO","Settings.permissions.users.form.sso.description":"When enabled (ON), users can login via SSO","Settings.permissions.users.listview.header.subtitle":"{number, plural, =0 {# users} one {# user } other {# users}} found","Settings.permissions.users.listview.header.title":"Users","Settings.permissions.users.tabs.label":"Tabs Permissions","Settings.profile.form.notify.data.loaded":"Your profile data has been loaded","Settings.profile.form.section.experience.clear.select":"Clear the interface language selected","Settings.profile.form.section.experience.interfaceLanguage":"Interface language","Settings.profile.form.section.experience.interfaceLanguage.hint":"This will only display your own interface in the chosen language.","Settings.profile.form.section.experience.title":"Experience","Settings.profile.form.section.helmet.title":"User profile","Settings.profile.form.section.password.title":"Change password","Settings.profile.form.section.profile.page.title":"Profile page","Settings.profile.form.section.profile.title":"Profile","Settings.roles.create.description":"Define the rights given to the role","Settings.roles.create.title":"Create a role","Settings.roles.created":"Role created","Settings.roles.edit.title":"Edit a role","Settings.roles.form.button.users-with-role":"{number, plural, =0 {# users} one {# user} other {# users}} with this role","Settings.roles.form.created":"Created","Settings.roles.form.description":"Name and description of the role","Settings.roles.form.input.description":"Description","Settings.roles.form.input.name":"Name","Settings.roles.form.permission.property-label":"{label} permissions","Settings.roles.form.permissions.attributesPermissions":"Fields permissions","Settings.roles.form.permissions.create":"Create","Settings.roles.form.permissions.delete":"Delete","Settings.roles.form.permissions.publish":"Publish","Settings.roles.form.permissions.read":"Read","Settings.roles.form.permissions.update":"Update","Settings.roles.form.title":"Details","Settings.roles.list.button.add":"Add new role","Settings.roles.list.description":"List of roles","Settings.roles.list.header.actions":"Actions","Settings.roles.list.header.description":"Description","Settings.roles.list.header.name":"Name","Settings.roles.list.header.users":"Users","Settings.roles.list.title.plural":"{number} roles","Settings.roles.list.title.singular":"{number} role","Settings.roles.title":"Roles","Settings.roles.title.singular":"role","Settings.sso.description":"Configure the settings for the Single Sign-On feature.","Settings.sso.form.defaultRole.description":"It will attach the new authenticated user to the selected role","Settings.sso.form.defaultRole.description-not-allowed":"You need to have the permission to read the admin roles","Settings.sso.form.defaultRole.label":"Default role","Settings.sso.form.registration.description":"Create new user on SSO login if no account exists","Settings.sso.form.registration.label":"Auto-registration","Settings.sso.form.settings.title":"Settings","Settings.sso.title":"Single Sign-On","Settings.webhooks.create":"Create a webhook","Settings.webhooks.create.header":"Create a new header","Settings.webhooks.created":"Webhook created","Settings.webhooks.disabled":"Disabled","Settings.webhooks.enabled":"Enabled","Settings.webhooks.event.publish-tooltip":"This event only exists for contents with Draft/Publish system enabled","Settings.webhooks.events.create":"Create","Settings.webhooks.events.delete":"Delete","Settings.webhooks.events.update":"Update","Settings.webhooks.form.events":"Events","Settings.webhooks.form.headers":"Headers","Settings.webhooks.form.name":"Name","Settings.webhooks.form.url":"Url","Settings.webhooks.headers.remove":"Remove header row {number}","Settings.webhooks.key":"Key","Settings.webhooks.list.all-entries.select":"Select all entries","Settings.webhooks.list.button.add":"Add new webhook","Settings.webhooks.list.description":"Get POST changes notifications.","Settings.webhooks.list.empty.description":"Add your first webhook","Settings.webhooks.list.empty.link":"See our documentation","Settings.webhooks.list.empty.title":"There are no webhooks yet","Settings.webhooks.list.select":"Select","Settings.webhooks.list.th.actions":"actions","Settings.webhooks.list.th.status":"status","Settings.webhooks.singular":"webhook","Settings.webhooks.title":"Webhooks","Settings.webhooks.to.delete":"{webhooksToDeleteLength, plural, one {# asset} other {# assets}} selected","Settings.webhooks.trigger":"Trigger","Settings.webhooks.trigger.cancel":"Cancel trigger","Settings.webhooks.trigger.pending":"Pending\u2026","Settings.webhooks.trigger.save":"Please save to trigger","Settings.webhooks.trigger.success":"Success!","Settings.webhooks.trigger.success.label":"Trigger succeeded","Settings.webhooks.trigger.test":"Test-trigger","Settings.webhooks.trigger.title":"Save before Trigger","Settings.webhooks.value":"Value","Username":"Username","Users":"Users","Users & Permissions":"Users & Permissions","Users.components.List.empty":"There is no users...","Users.components.List.empty.withFilters":"There is no users with the applied filters...","Users.components.List.empty.withSearch":"There is no users corresponding to the search ({search})...","anErrorOccurred":"Woops! Something went wrong. Please, try again.","app.component.CopyToClipboard.label":"Copy to clipboard","app.component.search.label":"Search for {target}","app.component.table.delete":"Delete {target}","app.component.table.duplicate":"Duplicate {target}","app.component.table.edit":"Edit {target}","app.component.table.select.all-entries":"Select all entries","app.component.table.select.one-entry":"Select {target}","app.components.BlockLink.blog":"Blog","app.components.BlockLink.blog.content":"Read the latest news about Strapi and the ecosystem.","app.components.BlockLink.code":"Code examples","app.components.BlockLink.code.content":"Learn by testing real projects developed the community.","app.components.BlockLink.documentation":"Documentation","app.components.BlockLink.documentation.content":"Discover the essential concepts, guides and instructions.","app.components.BlockLink.tutorial":"Tutorials","app.components.BlockLink.tutorial.content":"Follow step-by-step instructions to use and customize Strapi.","app.components.Button.cancel":"Cancel","app.components.Button.confirm":"Confirm","app.components.Button.reset":"Reset","app.components.Button.save":"Save","app.components.ComingSoonPage.comingSoon":"Coming soon","app.components.ConfirmDialog.title":"Confirmation","app.components.DownloadInfo.download":"Download in progress...","app.components.DownloadInfo.text":"This could take a minute. Thanks for your patience.","app.components.EmptyAttributes.title":"There are no fields yet","app.components.EmptyStateLayout.content-permissions":"You don\'t have the permissions to access that content","app.components.HeaderLayout.link.go-back":"Back","app.components.HomePage.button.blog":"See more on the blog","app.components.HomePage.community":"Join the community","app.components.HomePage.community.content":"Discuss with team members, contributors and developers on different channels.","app.components.HomePage.create":"Create your first Content type","app.components.HomePage.roadmap":"See our roadmap","app.components.HomePage.welcome":"Welcome on board \ud83d\udc4b","app.components.HomePage.welcome.again":"Welcome \ud83d\udc4b","app.components.HomePage.welcomeBlock.content":"Congrats! You are logged as the first administrator. To discover the powerful features provided by Strapi, we recommend you to create your first Content type!","app.components.HomePage.welcomeBlock.content.again":"We hope you are making progress on your project! Feel free to read the latest news about Strapi. We are giving our best to improve the product based on your feedback.","app.components.HomePage.welcomeBlock.content.issues":"issues.","app.components.HomePage.welcomeBlock.content.raise":" or raise ","app.components.ImgPreview.hint":"Drag & drop your file into this area or {browse} for a file to upload","app.components.ImgPreview.hint.browse":"browse","app.components.InputFile.newFile":"Add new file","app.components.InputFileDetails.open":"Open in a new tab","app.components.InputFileDetails.originalName":"Original name:","app.components.InputFileDetails.remove":"Remove this file","app.components.InputFileDetails.size":"Size:","app.components.InstallPluginPage.Download.description":"It might take a few seconds to download and install the plugin.","app.components.InstallPluginPage.Download.title":"Downloading...","app.components.InstallPluginPage.description":"Extend your app effortlessly.","app.components.LeftMenu.collapse":"Collapse the navbar","app.components.LeftMenu.expand":"Expand the navbar","app.components.LeftMenu.logout":"Logout","app.components.LeftMenu.profile":"Profile","app.components.LeftMenuFooter.documentation":"Documentation","app.components.LeftMenuFooter.help":"Help","app.components.LeftMenuFooter.poweredBy":"Powered by ","app.components.LeftMenuLinkContainer.collectionTypes":"Collection Types","app.components.LeftMenuLinkContainer.configuration":"Configurations","app.components.LeftMenuLinkContainer.general":"General","app.components.LeftMenuLinkContainer.installNewPlugin":"Marketplace","app.components.LeftMenuLinkContainer.listPlugins":"Plugins","app.components.LeftMenuLinkContainer.noPluginsInstalled":"No plugins installed yet","app.components.LeftMenuLinkContainer.plugins":"Plugins","app.components.LeftMenuLinkContainer.settings":"Settings","app.components.LeftMenuLinkContainer.singleTypes":"Single Types","app.components.ListPluginsPage.deletePlugin.description":"It might take a few seconds to uninstall the plugin.","app.components.ListPluginsPage.deletePlugin.title":"Uninstalling","app.components.ListPluginsPage.description":"List of the installed plugins in the project.","app.components.ListPluginsPage.helmet.title":"List plugins","app.components.ListPluginsPage.title":"Plugins","app.components.Logout.logout":"Logout","app.components.Logout.profile":"Profile","app.components.MarketplaceBanner":"Discover plugins built by the community, and many more awesome things to kickstart your project, on Strapi Awesome.","app.components.MarketplaceBanner.image.alt":"a strapi rocket logo","app.components.MarketplaceBanner.link":"Check it out now","app.components.NotFoundPage.back":"Back to homepage","app.components.NotFoundPage.description":"Not Found","app.components.Official":"Official","app.components.Onboarding.help.button":"Help button","app.components.Onboarding.label.completed":"% completed","app.components.Onboarding.title":"Get Started Videos","app.components.PluginCard.Button.label.download":"Download","app.components.PluginCard.Button.label.install":"Already installed","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"The autoReload feature needs to be enabled. Please start your app with `yarn develop`.","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"I understand!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"For security reasons, a plugin can only be downloaded in a development environment.","app.components.PluginCard.PopUpWarning.install.impossible.title":"Downloading is impossible","app.components.PluginCard.compatible":"Compatible with your app","app.components.PluginCard.compatibleCommunity":"Compatible with the community","app.components.PluginCard.more-details":"More details","app.components.ToggleCheckbox.off-label":"Off","app.components.ToggleCheckbox.on-label":"On","app.components.UpgradePlanModal.button":"Learn more","app.components.UpgradePlanModal.limit-reached":"You have reached the limit","app.components.UpgradePlanModal.text-ce":"Community Edition","app.components.UpgradePlanModal.text-ee":"Enterprise Edition","app.components.UpgradePlanModal.text-power":"Unlock the full power of Strapi by upgrading your plan to the Enterprise Edition","app.components.UpgradePlanModal.text-strapi":"of Strapi by upgrading your plan to the","app.components.Users.MagicLink.connect":"Send this link to the user for them to connect.","app.components.Users.MagicLink.connect.sso":"Send this link to the user, the first login can be made via a SSO provider","app.components.Users.ModalCreateBody.block-title.details":"Details","app.components.Users.ModalCreateBody.block-title.login":"Login settings","app.components.Users.ModalCreateBody.block-title.roles":"User\'s roles","app.components.Users.ModalCreateBody.block-title.roles.description":"Your user can have one or several roles","app.components.Users.SortPicker.button-label":"Sort by","app.components.Users.SortPicker.sortby.email_asc":"Email (A to Z)","app.components.Users.SortPicker.sortby.email_desc":"Email (Z to A)","app.components.Users.SortPicker.sortby.firstname_asc":"First name (A to Z)","app.components.Users.SortPicker.sortby.firstname_desc":"First name (Z to A)","app.components.Users.SortPicker.sortby.lastname_asc":"Last name (A to Z)","app.components.Users.SortPicker.sortby.lastname_desc":"Last name (Z to A)","app.components.Users.SortPicker.sortby.username_asc":"Username (A to Z)","app.components.Users.SortPicker.sortby.username_desc":"Username (Z to A)","app.components.go-back":"Go back","app.components.listPlugins.button":"Add New Plugin","app.components.listPlugins.title.none":"No plugins installed","app.components.listPlugins.title.plural":"{number} plugins are installed","app.components.listPlugins.title.singular":"{number} plugin is installed","app.components.listPluginsPage.deletePlugin.error":"An error occurred while uninstalling the plugin","app.containers.App.notification.error.init":"An error occurred while requesting the API","app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin":"If you do not receive this link, please contact your administrator.","app.containers.AuthPage.ForgotPasswordSuccess.text.email":"It can take a few minutes to receive your password recovery link.","app.containers.AuthPage.ForgotPasswordSuccess.title":"Email sent","app.containers.Users.EditPage.form.active.label":"Active","app.containers.Users.EditPage.header.label":"Edit {name}","app.containers.Users.EditPage.header.label-loading":"Edit user","app.containers.Users.EditPage.roles-bloc-title":"Attributed roles","app.containers.Users.ModalForm.footer.button-success":"Create user","app.links.configure-view":"Configure the view","app.static.links.cheatsheet":"CheatSheet","app.utils.SelectOption.defaultMessage":" ","app.utils.add-filter":"Add filter","app.utils.close-label":"Close","app.utils.defaultMessage":" ","app.utils.delete":"Delete","app.utils.duplicate":"Duplicate","app.utils.edit":"Edit","app.utils.errors.file-too-big.message":"The file is too big","app.utils.filter-value":"Filter value","app.utils.filters":"Filters","app.utils.notify.data-loaded":"The {target} has loaded","app.utils.placeholder.defaultMessage":" ","app.utils.publish":"Publish","app.utils.select-all":"Select all","app.utils.select-field":"Select field","app.utils.select-filter":"Select filter","app.utils.unpublish":"Unpublish","clearLabel":"Clear","coming.soon":"This content is currently under construction and will be back in a few weeks!","component.Input.error.validation.integer":"The value must be an integer","components.AutoReloadBlocker.description":"Run Strapi with one of the following commands:","components.AutoReloadBlocker.header":"Reload feature is required for this plugin.","components.ErrorBoundary.title":"Something went wrong...","components.FilterOptions.FILTER_TYPES.$contains":"contains (case sensitive)","components.FilterOptions.FILTER_TYPES.$endsWith":"ends with","components.FilterOptions.FILTER_TYPES.$eq":"is","components.FilterOptions.FILTER_TYPES.$gt":"is greater than","components.FilterOptions.FILTER_TYPES.$gte":"is greater than or equal to","components.FilterOptions.FILTER_TYPES.$lt":"is lower than","components.FilterOptions.FILTER_TYPES.$lte":"is lower than or equal to","components.FilterOptions.FILTER_TYPES.$ne":"is not","components.FilterOptions.FILTER_TYPES.$notContains":"does not contain (case sensitive)","components.FilterOptions.FILTER_TYPES.$notNull":"is not null","components.FilterOptions.FILTER_TYPES.$null":"is null","components.FilterOptions.FILTER_TYPES.$startsWith":"starts with","components.Input.error.attribute.key.taken":"This value already exists","components.Input.error.attribute.sameKeyAndName":"Can\'t be equal","components.Input.error.attribute.taken":"This field name already exists","components.Input.error.contain.lowercase":"Password must contain at least one lowercase character","components.Input.error.contain.number":"Password must contain at least one number","components.Input.error.contain.uppercase":"Password must contain at least one uppercase character","components.Input.error.contentTypeName.taken":"This name already exists","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"Passwords do not match","components.Input.error.validation.email":"This is an invalid email","components.Input.error.validation.json":"This doesn\'t match the JSON format","components.Input.error.validation.max":"The value is too high.","components.Input.error.validation.maxLength":"The value is too long.","components.Input.error.validation.min":"The value is too low.","components.Input.error.validation.minLength":"The value is too short.","components.Input.error.validation.minSupMax":"Can\'t be superior","components.Input.error.validation.regex":"The value does not match the regex.","components.Input.error.validation.required":"This value is required.","components.Input.error.validation.unique":"This value is already used.","components.InputSelect.option.placeholder":"Choose here","components.ListRow.empty":"There is no data to be shown.","components.NotAllowedInput.text":"No permissions to see this field","components.OverlayBlocker.description":"You\'re using a feature that needs the server to restart. Please wait until the server is up.","components.OverlayBlocker.description.serverError":"The server should have restarted, please check your logs in the terminal.","components.OverlayBlocker.title":"Waiting for restart...","components.OverlayBlocker.title.serverError":"The restart is taking longer than expected","components.PageFooter.select":"Entries per page","components.ProductionBlocker.description":"For safety purposes we have to disable this plugin in other environments.","components.ProductionBlocker.header":"This plugin is only available in development.","components.Search.placeholder":"Search...","components.Select.placeholder":"Select","components.TableHeader.actions-label":"Actions","components.TableHeader.sort":"Sort on {label}","components.Wysiwyg.ToggleMode.markdown-mode":"Markdown mode","components.Wysiwyg.ToggleMode.preview-mode":"Preview mode","components.Wysiwyg.collapse":"Collapse","components.Wysiwyg.selectOptions.H1":"Title H1","components.Wysiwyg.selectOptions.H2":"Title H2","components.Wysiwyg.selectOptions.H3":"Title H3","components.Wysiwyg.selectOptions.H4":"Title H4","components.Wysiwyg.selectOptions.H5":"Title H5","components.Wysiwyg.selectOptions.H6":"Title H6","components.Wysiwyg.selectOptions.title":"Add a title","components.WysiwygBottomControls.charactersIndicators":"characters","components.WysiwygBottomControls.fullscreen":"Expand","components.WysiwygBottomControls.uploadFiles":"Drag & drop files, paste from the clipboard or {browse}.","components.WysiwygBottomControls.uploadFiles.browse":"select them","components.pagination.go-to":"Go to page {page}","components.pagination.go-to-next":"Go to next page","components.pagination.go-to-previous":"Go to previous page","components.pagination.remaining-links":"And {number} other links","components.popUpWarning.button.cancel":"No, cancel","components.popUpWarning.button.confirm":"Yes, confirm","components.popUpWarning.message":"Are you sure you want to delete this?","components.popUpWarning.title":"Please confirm","content-manager.App.schemas.data-loaded":"The schemas have been successfully loaded","content-manager.DynamicTable.relation-loaded":"The relations have been loaded","content-manager.EditRelations.title":"Relational data","content-manager.HeaderLayout.button.label-add-entry":"Add new entry","content-manager.api.id":"API ID","content-manager.components.AddFilterCTA.add":"Filters","content-manager.components.AddFilterCTA.hide":"Filters","content-manager.components.DragHandle-label":"Drag","content-manager.components.DraggableAttr.edit":"Click to edit","content-manager.components.DraggableCard.delete.field":"Delete {item}","content-manager.components.DraggableCard.edit.field":"Edit {item}","content-manager.components.DraggableCard.move.field":"Move {item}","content-manager.components.DynamicTable.row-line":"item line {number}","content-manager.components.DynamicZone.ComponentPicker-label":"Pick one component","content-manager.components.DynamicZone.add-component":"Add a component to {componentName}","content-manager.components.DynamicZone.delete-label":"Delete {name}","content-manager.components.DynamicZone.error-message":"The component contains error(s)","content-manager.components.DynamicZone.missing-components":"There {number, plural, =0 {are # missing components} one {is # missing component} other {are # missing components}}","content-manager.components.DynamicZone.move-down-label":"Move component down","content-manager.components.DynamicZone.move-up-label":"Move component up","content-manager.components.DynamicZone.pick-compo":"Pick one component","content-manager.components.DynamicZone.required":"Component is required","content-manager.components.EmptyAttributesBlock.button":"Go to settings page","content-manager.components.EmptyAttributesBlock.description":"You can change your settings","content-manager.components.FieldItem.linkToComponentLayout":"Set the component\'s layout","content-manager.components.FieldSelect.label":"Add a field","content-manager.components.FilterOptions.button.apply":"Apply","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"Apply","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"Clear all","content-manager.components.FiltersPickWrapper.PluginHeader.description":"Set the conditions to apply to filter the entries","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"Filters","content-manager.components.FiltersPickWrapper.hide":"Hide","content-manager.components.LeftMenu.Search.label":"Search for a content type","content-manager.components.LeftMenu.collection-types":"{number, plural, =0 {Collection Types} one {Collection Type } other {Collection Types}}","content-manager.components.LeftMenu.single-types":"{number, plural, =0 {Single Types} one {Single Type } other {Single Types}}","content-manager.components.LimitSelect.itemsPerPage":"Items per page","content-manager.components.NotAllowedInput.text":"No permissions to see this field","content-manager.components.RepeatableComponent.error-message":"The component(s) contain error(s)","content-manager.components.Search.placeholder":"Search for an entry...","content-manager.components.Select.draft-info-title":"State: Draft","content-manager.components.Select.publish-info-title":"State: Published","content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings":"Customize how the edit view will look like.","content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings":"Define the settings of the list view.","content-manager.components.SettingsViewWrapper.pluginHeader.title":"Configure the view - {name}","content-manager.components.TableDelete.delete":"Delete all","content-manager.components.TableDelete.deleteSelected":"Delete selected","content-manager.components.TableDelete.label":"{number, plural, one {# entry} other {# entries}} selected","content-manager.components.TableEmpty.withFilters":"There are no {contentType} with the applied filters...","content-manager.components.TableEmpty.withSearch":"There are no {contentType} corresponding to the search ({search})...","content-manager.components.TableEmpty.withoutFilter":"There are no {contentType}...","content-manager.components.empty-repeatable":"No entry yet. Click on the button below to add one.","content-manager.components.notification.info.maximum-requirement":"You have already reached the maximum number of fields","content-manager.components.notification.info.minimum-requirement":"A field has been added to match the minimum requirement","content-manager.components.repeatable.reorder.error":"An error occurred while reordering your component\'s field, please try again","content-manager.components.reset-entry":"Reset entry","content-manager.components.uid.apply":"apply","content-manager.components.uid.available":"Available","content-manager.components.uid.regenerate":"Regenerate","content-manager.components.uid.suggested":"suggested","content-manager.components.uid.unavailable":"Unavailable","content-manager.containers.Edit.Link.Layout":"Configure the layout","content-manager.containers.Edit.Link.Model":"Edit the collection-type","content-manager.containers.Edit.addAnItem":"Add an item...","content-manager.containers.Edit.clickToJump":"Click to jump to the entry","content-manager.containers.Edit.delete":"Delete","content-manager.containers.Edit.delete-entry":"Delete this entry","content-manager.containers.Edit.editing":"Editing...","content-manager.containers.Edit.information":"Information","content-manager.containers.Edit.information.by":"By","content-manager.containers.Edit.information.draftVersion":"draft version","content-manager.containers.Edit.information.editing":"Editing","content-manager.containers.Edit.information.lastUpdate":"Last update","content-manager.containers.Edit.information.publishedVersion":"published version","content-manager.containers.Edit.pluginHeader.title.new":"Create an entry","content-manager.containers.Edit.reset":"Reset","content-manager.containers.Edit.returnList":"Return to list","content-manager.containers.Edit.seeDetails":"Details","content-manager.containers.Edit.submit":"Save","content-manager.containers.EditSettingsView.modal-form.edit-field":"Edit the field","content-manager.containers.EditView.add.new-entry":"Add an entry","content-manager.containers.EditView.components.missing.plural":"There is {count} missing components","content-manager.containers.EditView.components.missing.singular":"There is {count} missing component","content-manager.containers.EditView.notification.errors":"The form contains some errors","content-manager.containers.Home.introduction":"To edit your entries go to the specific link in the left menu. This plugin doesn\'t have a proper way to edit settings and it\'s still under active development.","content-manager.containers.Home.pluginHeaderDescription":"Manage your entries through a powerful and beautiful interface.","content-manager.containers.Home.pluginHeaderTitle":"Content Manager","content-manager.containers.List.draft":"Draft","content-manager.containers.List.errorFetchRecords":"Error","content-manager.containers.List.published":"Published","content-manager.containers.ListPage.displayedFields":"Displayed Fields","content-manager.containers.ListPage.items":"{number, plural, =0 {items} one {item} other {items}}","content-manager.containers.ListPage.table-headers.published_at":"State","content-manager.containers.ListSettingsView.modal-form.edit-label":"Edit {fieldName}","content-manager.containers.SettingPage.add.field":"Insert another field","content-manager.containers.SettingPage.add.relational-field":"Insert another relational field","content-manager.containers.SettingPage.attributes":"Attributes fields","content-manager.containers.SettingPage.attributes.description":"Define the order of the attributes","content-manager.containers.SettingPage.editSettings.description":"Drag & drop the fields to build the layout","content-manager.containers.SettingPage.editSettings.entry.title":"Entry title","content-manager.containers.SettingPage.editSettings.entry.title.description":"Set the displayed field of your entry","content-manager.containers.SettingPage.editSettings.relation-field.description":"Set the displayed field in both the edit and list views","content-manager.containers.SettingPage.editSettings.title":"Edit view (settings)","content-manager.containers.SettingPage.layout":"Layout","content-manager.containers.SettingPage.listSettings.description":"Configure the options for this collection type","content-manager.containers.SettingPage.listSettings.title":"List view (settings)","content-manager.containers.SettingPage.pluginHeaderDescription":"Configure the specific settings for this Collection Type","content-manager.containers.SettingPage.relations":"Relational fields","content-manager.containers.SettingPage.settings":"Settings","content-manager.containers.SettingPage.view":"View","content-manager.containers.SettingViewModel.pluginHeader.title":"Content Manager - {name}","content-manager.containers.SettingsPage.Block.contentType.description":"Configure the specific settings","content-manager.containers.SettingsPage.Block.contentType.title":"Collection Types","content-manager.containers.SettingsPage.Block.generalSettings.description":"Configure the default options for your Collection Types","content-manager.containers.SettingsPage.Block.generalSettings.title":"General","content-manager.containers.SettingsPage.pluginHeaderDescription":"Configure the settings for all your Collection types and Groups","content-manager.containers.SettingsView.list.subtitle":"Configure the layout and display of your Collection types and groups","content-manager.containers.SettingsView.list.title":"Display configurations","content-manager.edit-settings-view.link-to-ctb.components":"Edit the component","content-manager.edit-settings-view.link-to-ctb.content-types":"Edit the content type","content-manager.emptyAttributes.button":"Go to collection type builder","content-manager.emptyAttributes.description":"Add your first field to your Collection Type","content-manager.emptyAttributes.title":"There are no fields yet","content-manager.error.attribute.key.taken":"This value already exists","content-manager.error.attribute.sameKeyAndName":"Can\'t be equals","content-manager.error.attribute.taken":"This field name already exists","content-manager.error.contentTypeName.taken":"This name already exists","content-manager.error.model.fetch":"An error occurred during models config fetch.","content-manager.error.record.create":"An error occurred during record creation.","content-manager.error.record.delete":"An error occurred during record deletion.","content-manager.error.record.fetch":"An error occurred during record fetch.","content-manager.error.record.update":"An error occurred during record update.","content-manager.error.records.count":"An error occurred during count records fetch.","content-manager.error.records.fetch":"An error occurred during records fetch.","content-manager.error.schema.generation":"An error occurred during schema generation.","content-manager.error.validation.json":"This is not a JSON","content-manager.error.validation.max":"The value is too high.","content-manager.error.validation.maxLength":"The value is too long.","content-manager.error.validation.min":"The value is too low.","content-manager.error.validation.minLength":"The value is too short.","content-manager.error.validation.minSupMax":"Can\'t be superior","content-manager.error.validation.regex":"The value does not match the regex.","content-manager.error.validation.required":"This value input is required.","content-manager.form.Input.bulkActions":"Enable bulk actions","content-manager.form.Input.defaultSort":"Default sort attribute","content-manager.form.Input.description":"Description","content-manager.form.Input.description.placeholder":"Display name in the profile","content-manager.form.Input.editable":"Editable field","content-manager.form.Input.filters":"Enable filters","content-manager.form.Input.label":"Label","content-manager.form.Input.label.inputDescription":"This value overrides the label displayed in the table\'s head","content-manager.form.Input.pageEntries":"Entries per page","content-manager.form.Input.pageEntries.inputDescription":"Note: You can override this value in the Collection Type settings page.","content-manager.form.Input.placeholder":"Placeholder","content-manager.form.Input.placeholder.placeholder":"My awesome value","content-manager.form.Input.search":"Enable search","content-manager.form.Input.search.field":"Enable search on this field","content-manager.form.Input.sort.field":"Enable sort on this field","content-manager.form.Input.sort.order":"Default sort order","content-manager.form.Input.wysiwyg":"Display as WYSIWYG","content-manager.global.displayedFields":"Displayed Fields","content-manager.groups":"Groups","content-manager.groups.numbered":"Groups ({number})","content-manager.header.name":"Content","content-manager.link-to-ctb":"Edit the model","content-manager.models":"Collection Types","content-manager.models.numbered":"Collection Types ({number})","content-manager.notification.error.displayedFields":"You need at least one displayed field","content-manager.notification.error.relationship.fetch":"An error occurred during relationship fetch.","content-manager.notification.info.SettingPage.disableSort":"You need to have one attribute with the sorting allowed","content-manager.notification.info.minimumFields":"You need to have at least one field displayed","content-manager.notification.upload.error":"An error has occurred while uploading your files","content-manager.pageNotFound":"Page not found","content-manager.pages.ListView.header-subtitle":"{number, plural, =0 {# entries} one {# entry} other {# entries}} found","content-manager.pages.NoContentType.button":"Create your first Content-Type","content-manager.pages.NoContentType.text":"You don\'t have any content yet, we recommend you to create your first Content-Type.","content-manager.permissions.not-allowed.create":"You are not allowed to create a document","content-manager.permissions.not-allowed.update":"You are not allowed to see this document","content-manager.plugin.description.long":"Quick way to see, edit and delete the data in your database.","content-manager.plugin.description.short":"Quick way to see, edit and delete the data in your database.","content-manager.plugin.name":"Content Manager","content-manager.popUpWarning.bodyMessage.contentType.delete":"Are you sure you want to delete this entry?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"Are you sure you want to delete these entries?","content-manager.popUpWarning.warning.cancelAllSettings":"Are you sure you want to cancel your modifications?","content-manager.popUpWarning.warning.publish-question":"Do you still want to publish it?","content-manager.popUpWarning.warning.unpublish":"Unpublish this content will<br></br>automatically change it to a draft.","content-manager.popUpWarning.warning.unpublish-question":"Are you sure you want to unpublish it?","content-manager.popUpWarning.warning.updateAllSettings":"This will modify all your settings","content-manager.popUpwarning.warning.has-draft-relations.button-confirm":"Yes, publish","content-manager.popUpwarning.warning.has-draft-relations.message":"<b>{count, plural, =0 { of your content relations is} one { of your content relations is} other { of your content relations are}}</b> not published yet.<br></br>It might engender broken links and errors on your project.","content-manager.popover.display-relations.label":"Display relations","content-manager.success.record.delete":"Deleted","content-manager.success.record.publish":"Published","content-manager.success.record.save":"Saved","content-manager.success.record.unpublish":"Unpublished","content-manager.utils.data-loaded":"The {number, plural, =1 {entry has} other {entries have}} successfully been loaded","form.button.continue":"Continue","form.button.done":"Done","form.button.finish":"Finish","form.button.save":"Save","global.prompt.unsaved":"Are you sure you want to leave this page? All your modifications will be lost","notification.contentType.relations.conflict":"Content type has conflicting relations","notification.default.title":"Information Alert:","notification.error":"An error occurred","notification.error.layout":"Couldn\'t retrieve the layout","notification.form.error.fields":"The form contains some errors","notification.form.success.fields":"Changes saved","notification.link-copied":"Link copied into the clipboard","notification.permission.not-allowed-read":"You are not allowed to see this document","notification.success.delete":"The item has been deleted","notification.success.saved":"Saved","notification.success.title":"Success Alert:","notification.version.update.link":"See more","notification.version.update.message":"A new version of Strapi is available!","notification.warning.title":"Warning Alert:","or":"OR","request.error.model.unknown":"This model doesn\'t exist","skipToContent":"Skip to content","submit":"Submit"}')}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7566],{5350:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"23f19bb08961f37aaf692ff943823453.eot"},44186:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"2f517e09eb2ca6650ff5bec5a95157ab.svg"},56089:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"527940b104eb2ea366c8630f3f038603.ttf"},14863:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"2285773e6b4b172f07d9b777c81b0775.woff"},12233:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"d878b0a6a1144760244ff0665888404c.woff2"},91316:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"77206a6bb316fa0aded5083cc57f92b9.eot"},12383:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"4689f52cc96215721344e51e5831eec1.svg"},24504:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"491974d108fe4002b2aaf7ffc48249a0.ttf"},74344:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"bb58e57c48a3e911f15fa834ff00d44a.woff"},23571:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"7a3337626410ca2f40718481c755640f.woff2"},41927:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"9bbb245e67a133f6e486d8d2545e14a5.eot"},26064:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"7a8b4f130182d19a2d7c67d80c090397.svg"},16886:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"be9ee23c0c6390141475d519c2c5fb8f.ttf"},88207:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"eeccf4f66002c6f2ba24d3d22f2434c2.woff"},77973:(n,e,f)=>{"use strict";f.d(e,{Z:()=>t});const t=f.p+"1551f4f60c37af51121f106501f69b80.woff2"},65304:(n,e,f)=>{"use strict";f.r(e),f.d(e,{default:()=>c});var t=f(90487),o=f.n(t),a=f(36616),r={insert:"head",singleton:!1};o()(a.Z,r);const c=a.Z.locals||{}},90487:(n,e,f)=>{"use strict";var t=function(){var n;return function(){return"undefined"===typeof n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n}}(),o=function(){var n={};return function(e){if("undefined"===typeof n[e]){var f=document.querySelector(e);if(window.HTMLIFrameElement&&f instanceof window.HTMLIFrameElement)try{f=f.contentDocument.head}catch(t){f=null}n[e]=f}return n[e]}}(),a=[];function r(n){for(var e=-1,f=0;f<a.length;f++)if(a[f].identifier===n){e=f;break}return e}function c(n,e){for(var f={},t=[],o=0;o<n.length;o++){var c=n[o],b=e.base?c[0]+e.base:c[0],i=f[b]||0,s="".concat(b," ").concat(i);f[b]=i+1;var l=r(s),d={css:c[1],media:c[2],sourceMap:c[3]};-1!==l?(a[l].references++,a[l].updater(d)):a.push({identifier:s,updater:p(d,e),references:1}),t.push(s)}return t}function b(n){var e=document.createElement("style"),t=n.attributes||{};if("undefined"===typeof t.nonce){var a=f.nc;a&&(t.nonce=a)}if(Object.keys(t).forEach((function(n){e.setAttribute(n,t[n])})),"function"===typeof n.insert)n.insert(e);else{var r=o(n.insert||"head");if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(e)}return e}var i=function(){var n=[];return function(e,f){return n[e]=f,n.filter(Boolean).join("\n")}}();function s(n,e,f,t){var o=f?"":t.media?"@media ".concat(t.media," {").concat(t.css,"}"):t.css;if(n.styleSheet)n.styleSheet.cssText=i(e,o);else{var a=document.createTextNode(o),r=n.childNodes;r[e]&&n.removeChild(r[e]),r.length?n.insertBefore(a,r[e]):n.appendChild(a)}}function l(n,e,f){var t=f.css,o=f.media,a=f.sourceMap;if(o?n.setAttribute("media",o):n.removeAttribute("media"),a&&"undefined"!==typeof btoa&&(t+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),n.styleSheet)n.styleSheet.cssText=t;else{for(;n.firstChild;)n.removeChild(n.firstChild);n.appendChild(document.createTextNode(t))}}var d=null,u=0;function p(n,e){var f,t,o;if(e.singleton){var a=u++;f=d||(d=b(e)),t=s.bind(null,f,a,!1),o=s.bind(null,f,a,!0)}else f=b(e),t=l.bind(null,f,e),o=function(){!function(n){if(null===n.parentNode)return!1;n.parentNode.removeChild(n)}(f)};return t(n),function(e){if(e){if(e.css===n.css&&e.media===n.media&&e.sourceMap===n.sourceMap)return;t(n=e)}else o()}}n.exports=function(n,e){(e=e||{}).singleton||"boolean"===typeof e.singleton||(e.singleton=t());var f=c(n=n||[],e);return function(n){if(n=n||[],"[object Array]"===Object.prototype.toString.call(n)){for(var t=0;t<f.length;t++){var o=r(f[t]);a[o].references--}for(var b=c(n,e),i=0;i<f.length;i++){var s=r(f[i]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}f=b}}}},68922:n=>{"use strict";n.exports=function(n){var e=[];return e.toString=function(){return this.map((function(e){var f=n(e);return e[2]?"@media ".concat(e[2]," {").concat(f,"}"):f})).join("")},e.i=function(n,f,t){"string"===typeof n&&(n=[[null,n,""]]);var o={};if(t)for(var a=0;a<this.length;a++){var r=this[a][0];null!=r&&(o[r]=!0)}for(var c=0;c<n.length;c++){var b=[].concat(n[c]);t&&o[b[0]]||(f&&(b[2]?b[2]="".concat(f," and ").concat(b[2]):b[2]=f),e.push(b))}},e}},84155:n=>{"use strict";n.exports=function(n,e){return e||(e={}),"string"!==typeof(n=n&&n.__esModule?n.default:n)?n:(/^['"].*['"]$/.test(n)&&(n=n.slice(1,-1)),e.hash&&(n+=e.hash),/["'() \t\n]/.test(n)||e.needQuotes?'"'.concat(n.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):n)}},36616:(n,e,f)=>{"use strict";f.d(e,{Z:()=>U});var t=f(68922),o=f.n(t),a=f(84155),r=f.n(a),c=f(5350),b=f(12233),i=f(14863),s=f(56089),l=f(44186),d=f(91316),u=f(23571),p=f(74344),m=f(24504),h=f(12383),g=f(41927),w=f(77973),k=f(88207),y=f(16886),v=f(26064),x=o()((function(n){return n[1]})),q=r()(c.Z),z=r()(c.Z,{hash:"?#iefix"}),Z=r()(b.Z),j=r()(i.Z),I=r()(s.Z),F=r()(l.Z,{hash:"#fontawesome"}),C=r()(d.Z),M=r()(d.Z,{hash:"?#iefix"}),A=r()(u.Z),T=r()(p.Z),B=r()(m.Z),S=r()(h.Z,{hash:"#fontawesome"}),D=r()(g.Z),L=r()(g.Z,{hash:"?#iefix"}),N=r()(w.Z),X=r()(k.Z),_=r()(y.Z),E=r()(v.Z,{hash:"#fontawesome"});x.push([n.id,'/*!\n * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com\n * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)\n */\n.fa,\n.fas,\n.far,\n.fal,\n.fad,\n.fab {\n -moz-osx-font-smoothing: grayscale;\n -webkit-font-smoothing: antialiased;\n display: inline-block;\n font-style: normal;\n font-variant: normal;\n text-rendering: auto;\n line-height: 1; }\n\n.fa-lg {\n font-size: 1.33333em;\n line-height: 0.75em;\n vertical-align: -.0667em; }\n\n.fa-xs {\n font-size: .75em; }\n\n.fa-sm {\n font-size: .875em; }\n\n.fa-1x {\n font-size: 1em; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-6x {\n font-size: 6em; }\n\n.fa-7x {\n font-size: 7em; }\n\n.fa-8x {\n font-size: 8em; }\n\n.fa-9x {\n font-size: 9em; }\n\n.fa-10x {\n font-size: 10em; }\n\n.fa-fw {\n text-align: center;\n width: 1.25em; }\n\n.fa-ul {\n list-style-type: none;\n margin-left: 2.5em;\n padding-left: 0; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n left: -2em;\n position: absolute;\n text-align: center;\n width: 2em;\n line-height: inherit; }\n\n.fa-border {\n border: solid 0.08em #eee;\n border-radius: .1em;\n padding: .2em .25em .15em; }\n\n.fa-pull-left {\n float: left; }\n\n.fa-pull-right {\n float: right; }\n\n.fa.fa-pull-left,\n.fas.fa-pull-left,\n.far.fa-pull-left,\n.fal.fa-pull-left,\n.fab.fa-pull-left {\n margin-right: .3em; }\n\n.fa.fa-pull-right,\n.fas.fa-pull-right,\n.far.fa-pull-right,\n.fal.fa-pull-right,\n.fab.fa-pull-right {\n margin-left: .3em; }\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(360deg);\n transform: rotate(360deg); } }\n\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(-1, -1);\n transform: scale(-1, -1); }\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical,\n:root .fa-flip-both {\n -webkit-filter: none;\n filter: none; }\n\n.fa-stack {\n display: inline-block;\n height: 2em;\n line-height: 2em;\n position: relative;\n vertical-align: middle;\n width: 2.5em; }\n\n.fa-stack-1x,\n.fa-stack-2x {\n left: 0;\n position: absolute;\n text-align: center;\n width: 100%; }\n\n.fa-stack-1x {\n line-height: inherit; }\n\n.fa-stack-2x {\n font-size: 2em; }\n\n.fa-inverse {\n color: #fff; }\n\n/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen\nreaders do not read off random characters that represent icons */\n.fa-500px:before {\n content: "\\f26e"; }\n\n.fa-accessible-icon:before {\n content: "\\f368"; }\n\n.fa-accusoft:before {\n content: "\\f369"; }\n\n.fa-acquisitions-incorporated:before {\n content: "\\f6af"; }\n\n.fa-ad:before {\n content: "\\f641"; }\n\n.fa-address-book:before {\n content: "\\f2b9"; }\n\n.fa-address-card:before {\n content: "\\f2bb"; }\n\n.fa-adjust:before {\n content: "\\f042"; }\n\n.fa-adn:before {\n content: "\\f170"; }\n\n.fa-adversal:before {\n content: "\\f36a"; }\n\n.fa-affiliatetheme:before {\n content: "\\f36b"; }\n\n.fa-air-freshener:before {\n content: "\\f5d0"; }\n\n.fa-airbnb:before {\n content: "\\f834"; }\n\n.fa-algolia:before {\n content: "\\f36c"; }\n\n.fa-align-center:before {\n content: "\\f037"; }\n\n.fa-align-justify:before {\n content: "\\f039"; }\n\n.fa-align-left:before {\n content: "\\f036"; }\n\n.fa-align-right:before {\n content: "\\f038"; }\n\n.fa-alipay:before {\n content: "\\f642"; }\n\n.fa-allergies:before {\n content: "\\f461"; }\n\n.fa-amazon:before {\n content: "\\f270"; }\n\n.fa-amazon-pay:before {\n content: "\\f42c"; }\n\n.fa-ambulance:before {\n content: "\\f0f9"; }\n\n.fa-american-sign-language-interpreting:before {\n content: "\\f2a3"; }\n\n.fa-amilia:before {\n content: "\\f36d"; }\n\n.fa-anchor:before {\n content: "\\f13d"; }\n\n.fa-android:before {\n content: "\\f17b"; }\n\n.fa-angellist:before {\n content: "\\f209"; }\n\n.fa-angle-double-down:before {\n content: "\\f103"; }\n\n.fa-angle-double-left:before {\n content: "\\f100"; }\n\n.fa-angle-double-right:before {\n content: "\\f101"; }\n\n.fa-angle-double-up:before {\n content: "\\f102"; }\n\n.fa-angle-down:before {\n content: "\\f107"; }\n\n.fa-angle-left:before {\n content: "\\f104"; }\n\n.fa-angle-right:before {\n content: "\\f105"; }\n\n.fa-angle-up:before {\n content: "\\f106"; }\n\n.fa-angry:before {\n content: "\\f556"; }\n\n.fa-angrycreative:before {\n content: "\\f36e"; }\n\n.fa-angular:before {\n content: "\\f420"; }\n\n.fa-ankh:before {\n content: "\\f644"; }\n\n.fa-app-store:before {\n content: "\\f36f"; }\n\n.fa-app-store-ios:before {\n content: "\\f370"; }\n\n.fa-apper:before {\n content: "\\f371"; }\n\n.fa-apple:before {\n content: "\\f179"; }\n\n.fa-apple-alt:before {\n content: "\\f5d1"; }\n\n.fa-apple-pay:before {\n content: "\\f415"; }\n\n.fa-archive:before {\n content: "\\f187"; }\n\n.fa-archway:before {\n content: "\\f557"; }\n\n.fa-arrow-alt-circle-down:before {\n content: "\\f358"; }\n\n.fa-arrow-alt-circle-left:before {\n content: "\\f359"; }\n\n.fa-arrow-alt-circle-right:before {\n content: "\\f35a"; }\n\n.fa-arrow-alt-circle-up:before {\n content: "\\f35b"; }\n\n.fa-arrow-circle-down:before {\n content: "\\f0ab"; }\n\n.fa-arrow-circle-left:before {\n content: "\\f0a8"; }\n\n.fa-arrow-circle-right:before {\n content: "\\f0a9"; }\n\n.fa-arrow-circle-up:before {\n content: "\\f0aa"; }\n\n.fa-arrow-down:before {\n content: "\\f063"; }\n\n.fa-arrow-left:before {\n content: "\\f060"; }\n\n.fa-arrow-right:before {\n content: "\\f061"; }\n\n.fa-arrow-up:before {\n content: "\\f062"; }\n\n.fa-arrows-alt:before {\n content: "\\f0b2"; }\n\n.fa-arrows-alt-h:before {\n content: "\\f337"; }\n\n.fa-arrows-alt-v:before {\n content: "\\f338"; }\n\n.fa-artstation:before {\n content: "\\f77a"; }\n\n.fa-assistive-listening-systems:before {\n content: "\\f2a2"; }\n\n.fa-asterisk:before {\n content: "\\f069"; }\n\n.fa-asymmetrik:before {\n content: "\\f372"; }\n\n.fa-at:before {\n content: "\\f1fa"; }\n\n.fa-atlas:before {\n content: "\\f558"; }\n\n.fa-atlassian:before {\n content: "\\f77b"; }\n\n.fa-atom:before {\n content: "\\f5d2"; }\n\n.fa-audible:before {\n content: "\\f373"; }\n\n.fa-audio-description:before {\n content: "\\f29e"; }\n\n.fa-autoprefixer:before {\n content: "\\f41c"; }\n\n.fa-avianex:before {\n content: "\\f374"; }\n\n.fa-aviato:before {\n content: "\\f421"; }\n\n.fa-award:before {\n content: "\\f559"; }\n\n.fa-aws:before {\n content: "\\f375"; }\n\n.fa-baby:before {\n content: "\\f77c"; }\n\n.fa-baby-carriage:before {\n content: "\\f77d"; }\n\n.fa-backspace:before {\n content: "\\f55a"; }\n\n.fa-backward:before {\n content: "\\f04a"; }\n\n.fa-bacon:before {\n content: "\\f7e5"; }\n\n.fa-bacteria:before {\n content: "\\e059"; }\n\n.fa-bacterium:before {\n content: "\\e05a"; }\n\n.fa-bahai:before {\n content: "\\f666"; }\n\n.fa-balance-scale:before {\n content: "\\f24e"; }\n\n.fa-balance-scale-left:before {\n content: "\\f515"; }\n\n.fa-balance-scale-right:before {\n content: "\\f516"; }\n\n.fa-ban:before {\n content: "\\f05e"; }\n\n.fa-band-aid:before {\n content: "\\f462"; }\n\n.fa-bandcamp:before {\n content: "\\f2d5"; }\n\n.fa-barcode:before {\n content: "\\f02a"; }\n\n.fa-bars:before {\n content: "\\f0c9"; }\n\n.fa-baseball-ball:before {\n content: "\\f433"; }\n\n.fa-basketball-ball:before {\n content: "\\f434"; }\n\n.fa-bath:before {\n content: "\\f2cd"; }\n\n.fa-battery-empty:before {\n content: "\\f244"; }\n\n.fa-battery-full:before {\n content: "\\f240"; }\n\n.fa-battery-half:before {\n content: "\\f242"; }\n\n.fa-battery-quarter:before {\n content: "\\f243"; }\n\n.fa-battery-three-quarters:before {\n content: "\\f241"; }\n\n.fa-battle-net:before {\n content: "\\f835"; }\n\n.fa-bed:before {\n content: "\\f236"; }\n\n.fa-beer:before {\n content: "\\f0fc"; }\n\n.fa-behance:before {\n content: "\\f1b4"; }\n\n.fa-behance-square:before {\n content: "\\f1b5"; }\n\n.fa-bell:before {\n content: "\\f0f3"; }\n\n.fa-bell-slash:before {\n content: "\\f1f6"; }\n\n.fa-bezier-curve:before {\n content: "\\f55b"; }\n\n.fa-bible:before {\n content: "\\f647"; }\n\n.fa-bicycle:before {\n content: "\\f206"; }\n\n.fa-biking:before {\n content: "\\f84a"; }\n\n.fa-bimobject:before {\n content: "\\f378"; }\n\n.fa-binoculars:before {\n content: "\\f1e5"; }\n\n.fa-biohazard:before {\n content: "\\f780"; }\n\n.fa-birthday-cake:before {\n content: "\\f1fd"; }\n\n.fa-bitbucket:before {\n content: "\\f171"; }\n\n.fa-bitcoin:before {\n content: "\\f379"; }\n\n.fa-bity:before {\n content: "\\f37a"; }\n\n.fa-black-tie:before {\n content: "\\f27e"; }\n\n.fa-blackberry:before {\n content: "\\f37b"; }\n\n.fa-blender:before {\n content: "\\f517"; }\n\n.fa-blender-phone:before {\n content: "\\f6b6"; }\n\n.fa-blind:before {\n content: "\\f29d"; }\n\n.fa-blog:before {\n content: "\\f781"; }\n\n.fa-blogger:before {\n content: "\\f37c"; }\n\n.fa-blogger-b:before {\n content: "\\f37d"; }\n\n.fa-bluetooth:before {\n content: "\\f293"; }\n\n.fa-bluetooth-b:before {\n content: "\\f294"; }\n\n.fa-bold:before {\n content: "\\f032"; }\n\n.fa-bolt:before {\n content: "\\f0e7"; }\n\n.fa-bomb:before {\n content: "\\f1e2"; }\n\n.fa-bone:before {\n content: "\\f5d7"; }\n\n.fa-bong:before {\n content: "\\f55c"; }\n\n.fa-book:before {\n content: "\\f02d"; }\n\n.fa-book-dead:before {\n content: "\\f6b7"; }\n\n.fa-book-medical:before {\n content: "\\f7e6"; }\n\n.fa-book-open:before {\n content: "\\f518"; }\n\n.fa-book-reader:before {\n content: "\\f5da"; }\n\n.fa-bookmark:before {\n content: "\\f02e"; }\n\n.fa-bootstrap:before {\n content: "\\f836"; }\n\n.fa-border-all:before {\n content: "\\f84c"; }\n\n.fa-border-none:before {\n content: "\\f850"; }\n\n.fa-border-style:before {\n content: "\\f853"; }\n\n.fa-bowling-ball:before {\n content: "\\f436"; }\n\n.fa-box:before {\n content: "\\f466"; }\n\n.fa-box-open:before {\n content: "\\f49e"; }\n\n.fa-box-tissue:before {\n content: "\\e05b"; }\n\n.fa-boxes:before {\n content: "\\f468"; }\n\n.fa-braille:before {\n content: "\\f2a1"; }\n\n.fa-brain:before {\n content: "\\f5dc"; }\n\n.fa-bread-slice:before {\n content: "\\f7ec"; }\n\n.fa-briefcase:before {\n content: "\\f0b1"; }\n\n.fa-briefcase-medical:before {\n content: "\\f469"; }\n\n.fa-broadcast-tower:before {\n content: "\\f519"; }\n\n.fa-broom:before {\n content: "\\f51a"; }\n\n.fa-brush:before {\n content: "\\f55d"; }\n\n.fa-btc:before {\n content: "\\f15a"; }\n\n.fa-buffer:before {\n content: "\\f837"; }\n\n.fa-bug:before {\n content: "\\f188"; }\n\n.fa-building:before {\n content: "\\f1ad"; }\n\n.fa-bullhorn:before {\n content: "\\f0a1"; }\n\n.fa-bullseye:before {\n content: "\\f140"; }\n\n.fa-burn:before {\n content: "\\f46a"; }\n\n.fa-buromobelexperte:before {\n content: "\\f37f"; }\n\n.fa-bus:before {\n content: "\\f207"; }\n\n.fa-bus-alt:before {\n content: "\\f55e"; }\n\n.fa-business-time:before {\n content: "\\f64a"; }\n\n.fa-buy-n-large:before {\n content: "\\f8a6"; }\n\n.fa-buysellads:before {\n content: "\\f20d"; }\n\n.fa-calculator:before {\n content: "\\f1ec"; }\n\n.fa-calendar:before {\n content: "\\f133"; }\n\n.fa-calendar-alt:before {\n content: "\\f073"; }\n\n.fa-calendar-check:before {\n content: "\\f274"; }\n\n.fa-calendar-day:before {\n content: "\\f783"; }\n\n.fa-calendar-minus:before {\n content: "\\f272"; }\n\n.fa-calendar-plus:before {\n content: "\\f271"; }\n\n.fa-calendar-times:before {\n content: "\\f273"; }\n\n.fa-calendar-week:before {\n content: "\\f784"; }\n\n.fa-camera:before {\n content: "\\f030"; }\n\n.fa-camera-retro:before {\n content: "\\f083"; }\n\n.fa-campground:before {\n content: "\\f6bb"; }\n\n.fa-canadian-maple-leaf:before {\n content: "\\f785"; }\n\n.fa-candy-cane:before {\n content: "\\f786"; }\n\n.fa-cannabis:before {\n content: "\\f55f"; }\n\n.fa-capsules:before {\n content: "\\f46b"; }\n\n.fa-car:before {\n content: "\\f1b9"; }\n\n.fa-car-alt:before {\n content: "\\f5de"; }\n\n.fa-car-battery:before {\n content: "\\f5df"; }\n\n.fa-car-crash:before {\n content: "\\f5e1"; }\n\n.fa-car-side:before {\n content: "\\f5e4"; }\n\n.fa-caravan:before {\n content: "\\f8ff"; }\n\n.fa-caret-down:before {\n content: "\\f0d7"; }\n\n.fa-caret-left:before {\n content: "\\f0d9"; }\n\n.fa-caret-right:before {\n content: "\\f0da"; }\n\n.fa-caret-square-down:before {\n content: "\\f150"; }\n\n.fa-caret-square-left:before {\n content: "\\f191"; }\n\n.fa-caret-square-right:before {\n content: "\\f152"; }\n\n.fa-caret-square-up:before {\n content: "\\f151"; }\n\n.fa-caret-up:before {\n content: "\\f0d8"; }\n\n.fa-carrot:before {\n content: "\\f787"; }\n\n.fa-cart-arrow-down:before {\n content: "\\f218"; }\n\n.fa-cart-plus:before {\n content: "\\f217"; }\n\n.fa-cash-register:before {\n content: "\\f788"; }\n\n.fa-cat:before {\n content: "\\f6be"; }\n\n.fa-cc-amazon-pay:before {\n content: "\\f42d"; }\n\n.fa-cc-amex:before {\n content: "\\f1f3"; }\n\n.fa-cc-apple-pay:before {\n content: "\\f416"; }\n\n.fa-cc-diners-club:before {\n content: "\\f24c"; }\n\n.fa-cc-discover:before {\n content: "\\f1f2"; }\n\n.fa-cc-jcb:before {\n content: "\\f24b"; }\n\n.fa-cc-mastercard:before {\n content: "\\f1f1"; }\n\n.fa-cc-paypal:before {\n content: "\\f1f4"; }\n\n.fa-cc-stripe:before {\n content: "\\f1f5"; }\n\n.fa-cc-visa:before {\n content: "\\f1f0"; }\n\n.fa-centercode:before {\n content: "\\f380"; }\n\n.fa-centos:before {\n content: "\\f789"; }\n\n.fa-certificate:before {\n content: "\\f0a3"; }\n\n.fa-chair:before {\n content: "\\f6c0"; }\n\n.fa-chalkboard:before {\n content: "\\f51b"; }\n\n.fa-chalkboard-teacher:before {\n content: "\\f51c"; }\n\n.fa-charging-station:before {\n content: "\\f5e7"; }\n\n.fa-chart-area:before {\n content: "\\f1fe"; }\n\n.fa-chart-bar:before {\n content: "\\f080"; }\n\n.fa-chart-line:before {\n content: "\\f201"; }\n\n.fa-chart-pie:before {\n content: "\\f200"; }\n\n.fa-check:before {\n content: "\\f00c"; }\n\n.fa-check-circle:before {\n content: "\\f058"; }\n\n.fa-check-double:before {\n content: "\\f560"; }\n\n.fa-check-square:before {\n content: "\\f14a"; }\n\n.fa-cheese:before {\n content: "\\f7ef"; }\n\n.fa-chess:before {\n content: "\\f439"; }\n\n.fa-chess-bishop:before {\n content: "\\f43a"; }\n\n.fa-chess-board:before {\n content: "\\f43c"; }\n\n.fa-chess-king:before {\n content: "\\f43f"; }\n\n.fa-chess-knight:before {\n content: "\\f441"; }\n\n.fa-chess-pawn:before {\n content: "\\f443"; }\n\n.fa-chess-queen:before {\n content: "\\f445"; }\n\n.fa-chess-rook:before {\n content: "\\f447"; }\n\n.fa-chevron-circle-down:before {\n content: "\\f13a"; }\n\n.fa-chevron-circle-left:before {\n content: "\\f137"; }\n\n.fa-chevron-circle-right:before {\n content: "\\f138"; }\n\n.fa-chevron-circle-up:before {\n content: "\\f139"; }\n\n.fa-chevron-down:before {\n content: "\\f078"; }\n\n.fa-chevron-left:before {\n content: "\\f053"; }\n\n.fa-chevron-right:before {\n content: "\\f054"; }\n\n.fa-chevron-up:before {\n content: "\\f077"; }\n\n.fa-child:before {\n content: "\\f1ae"; }\n\n.fa-chrome:before {\n content: "\\f268"; }\n\n.fa-chromecast:before {\n content: "\\f838"; }\n\n.fa-church:before {\n content: "\\f51d"; }\n\n.fa-circle:before {\n content: "\\f111"; }\n\n.fa-circle-notch:before {\n content: "\\f1ce"; }\n\n.fa-city:before {\n content: "\\f64f"; }\n\n.fa-clinic-medical:before {\n content: "\\f7f2"; }\n\n.fa-clipboard:before {\n content: "\\f328"; }\n\n.fa-clipboard-check:before {\n content: "\\f46c"; }\n\n.fa-clipboard-list:before {\n content: "\\f46d"; }\n\n.fa-clock:before {\n content: "\\f017"; }\n\n.fa-clone:before {\n content: "\\f24d"; }\n\n.fa-closed-captioning:before {\n content: "\\f20a"; }\n\n.fa-cloud:before {\n content: "\\f0c2"; }\n\n.fa-cloud-download-alt:before {\n content: "\\f381"; }\n\n.fa-cloud-meatball:before {\n content: "\\f73b"; }\n\n.fa-cloud-moon:before {\n content: "\\f6c3"; }\n\n.fa-cloud-moon-rain:before {\n content: "\\f73c"; }\n\n.fa-cloud-rain:before {\n content: "\\f73d"; }\n\n.fa-cloud-showers-heavy:before {\n content: "\\f740"; }\n\n.fa-cloud-sun:before {\n content: "\\f6c4"; }\n\n.fa-cloud-sun-rain:before {\n content: "\\f743"; }\n\n.fa-cloud-upload-alt:before {\n content: "\\f382"; }\n\n.fa-cloudflare:before {\n content: "\\e07d"; }\n\n.fa-cloudscale:before {\n content: "\\f383"; }\n\n.fa-cloudsmith:before {\n content: "\\f384"; }\n\n.fa-cloudversify:before {\n content: "\\f385"; }\n\n.fa-cocktail:before {\n content: "\\f561"; }\n\n.fa-code:before {\n content: "\\f121"; }\n\n.fa-code-branch:before {\n content: "\\f126"; }\n\n.fa-codepen:before {\n content: "\\f1cb"; }\n\n.fa-codiepie:before {\n content: "\\f284"; }\n\n.fa-coffee:before {\n content: "\\f0f4"; }\n\n.fa-cog:before {\n content: "\\f013"; }\n\n.fa-cogs:before {\n content: "\\f085"; }\n\n.fa-coins:before {\n content: "\\f51e"; }\n\n.fa-columns:before {\n content: "\\f0db"; }\n\n.fa-comment:before {\n content: "\\f075"; }\n\n.fa-comment-alt:before {\n content: "\\f27a"; }\n\n.fa-comment-dollar:before {\n content: "\\f651"; }\n\n.fa-comment-dots:before {\n content: "\\f4ad"; }\n\n.fa-comment-medical:before {\n content: "\\f7f5"; }\n\n.fa-comment-slash:before {\n content: "\\f4b3"; }\n\n.fa-comments:before {\n content: "\\f086"; }\n\n.fa-comments-dollar:before {\n content: "\\f653"; }\n\n.fa-compact-disc:before {\n content: "\\f51f"; }\n\n.fa-compass:before {\n content: "\\f14e"; }\n\n.fa-compress:before {\n content: "\\f066"; }\n\n.fa-compress-alt:before {\n content: "\\f422"; }\n\n.fa-compress-arrows-alt:before {\n content: "\\f78c"; }\n\n.fa-concierge-bell:before {\n content: "\\f562"; }\n\n.fa-confluence:before {\n content: "\\f78d"; }\n\n.fa-connectdevelop:before {\n content: "\\f20e"; }\n\n.fa-contao:before {\n content: "\\f26d"; }\n\n.fa-cookie:before {\n content: "\\f563"; }\n\n.fa-cookie-bite:before {\n content: "\\f564"; }\n\n.fa-copy:before {\n content: "\\f0c5"; }\n\n.fa-copyright:before {\n content: "\\f1f9"; }\n\n.fa-cotton-bureau:before {\n content: "\\f89e"; }\n\n.fa-couch:before {\n content: "\\f4b8"; }\n\n.fa-cpanel:before {\n content: "\\f388"; }\n\n.fa-creative-commons:before {\n content: "\\f25e"; }\n\n.fa-creative-commons-by:before {\n content: "\\f4e7"; }\n\n.fa-creative-commons-nc:before {\n content: "\\f4e8"; }\n\n.fa-creative-commons-nc-eu:before {\n content: "\\f4e9"; }\n\n.fa-creative-commons-nc-jp:before {\n content: "\\f4ea"; }\n\n.fa-creative-commons-nd:before {\n content: "\\f4eb"; }\n\n.fa-creative-commons-pd:before {\n content: "\\f4ec"; }\n\n.fa-creative-commons-pd-alt:before {\n content: "\\f4ed"; }\n\n.fa-creative-commons-remix:before {\n content: "\\f4ee"; }\n\n.fa-creative-commons-sa:before {\n content: "\\f4ef"; }\n\n.fa-creative-commons-sampling:before {\n content: "\\f4f0"; }\n\n.fa-creative-commons-sampling-plus:before {\n content: "\\f4f1"; }\n\n.fa-creative-commons-share:before {\n content: "\\f4f2"; }\n\n.fa-creative-commons-zero:before {\n content: "\\f4f3"; }\n\n.fa-credit-card:before {\n content: "\\f09d"; }\n\n.fa-critical-role:before {\n content: "\\f6c9"; }\n\n.fa-crop:before {\n content: "\\f125"; }\n\n.fa-crop-alt:before {\n content: "\\f565"; }\n\n.fa-cross:before {\n content: "\\f654"; }\n\n.fa-crosshairs:before {\n content: "\\f05b"; }\n\n.fa-crow:before {\n content: "\\f520"; }\n\n.fa-crown:before {\n content: "\\f521"; }\n\n.fa-crutch:before {\n content: "\\f7f7"; }\n\n.fa-css3:before {\n content: "\\f13c"; }\n\n.fa-css3-alt:before {\n content: "\\f38b"; }\n\n.fa-cube:before {\n content: "\\f1b2"; }\n\n.fa-cubes:before {\n content: "\\f1b3"; }\n\n.fa-cut:before {\n content: "\\f0c4"; }\n\n.fa-cuttlefish:before {\n content: "\\f38c"; }\n\n.fa-d-and-d:before {\n content: "\\f38d"; }\n\n.fa-d-and-d-beyond:before {\n content: "\\f6ca"; }\n\n.fa-dailymotion:before {\n content: "\\e052"; }\n\n.fa-dashcube:before {\n content: "\\f210"; }\n\n.fa-database:before {\n content: "\\f1c0"; }\n\n.fa-deaf:before {\n content: "\\f2a4"; }\n\n.fa-deezer:before {\n content: "\\e077"; }\n\n.fa-delicious:before {\n content: "\\f1a5"; }\n\n.fa-democrat:before {\n content: "\\f747"; }\n\n.fa-deploydog:before {\n content: "\\f38e"; }\n\n.fa-deskpro:before {\n content: "\\f38f"; }\n\n.fa-desktop:before {\n content: "\\f108"; }\n\n.fa-dev:before {\n content: "\\f6cc"; }\n\n.fa-deviantart:before {\n content: "\\f1bd"; }\n\n.fa-dharmachakra:before {\n content: "\\f655"; }\n\n.fa-dhl:before {\n content: "\\f790"; }\n\n.fa-diagnoses:before {\n content: "\\f470"; }\n\n.fa-diaspora:before {\n content: "\\f791"; }\n\n.fa-dice:before {\n content: "\\f522"; }\n\n.fa-dice-d20:before {\n content: "\\f6cf"; }\n\n.fa-dice-d6:before {\n content: "\\f6d1"; }\n\n.fa-dice-five:before {\n content: "\\f523"; }\n\n.fa-dice-four:before {\n content: "\\f524"; }\n\n.fa-dice-one:before {\n content: "\\f525"; }\n\n.fa-dice-six:before {\n content: "\\f526"; }\n\n.fa-dice-three:before {\n content: "\\f527"; }\n\n.fa-dice-two:before {\n content: "\\f528"; }\n\n.fa-digg:before {\n content: "\\f1a6"; }\n\n.fa-digital-ocean:before {\n content: "\\f391"; }\n\n.fa-digital-tachograph:before {\n content: "\\f566"; }\n\n.fa-directions:before {\n content: "\\f5eb"; }\n\n.fa-discord:before {\n content: "\\f392"; }\n\n.fa-discourse:before {\n content: "\\f393"; }\n\n.fa-disease:before {\n content: "\\f7fa"; }\n\n.fa-divide:before {\n content: "\\f529"; }\n\n.fa-dizzy:before {\n content: "\\f567"; }\n\n.fa-dna:before {\n content: "\\f471"; }\n\n.fa-dochub:before {\n content: "\\f394"; }\n\n.fa-docker:before {\n content: "\\f395"; }\n\n.fa-dog:before {\n content: "\\f6d3"; }\n\n.fa-dollar-sign:before {\n content: "\\f155"; }\n\n.fa-dolly:before {\n content: "\\f472"; }\n\n.fa-dolly-flatbed:before {\n content: "\\f474"; }\n\n.fa-donate:before {\n content: "\\f4b9"; }\n\n.fa-door-closed:before {\n content: "\\f52a"; }\n\n.fa-door-open:before {\n content: "\\f52b"; }\n\n.fa-dot-circle:before {\n content: "\\f192"; }\n\n.fa-dove:before {\n content: "\\f4ba"; }\n\n.fa-download:before {\n content: "\\f019"; }\n\n.fa-draft2digital:before {\n content: "\\f396"; }\n\n.fa-drafting-compass:before {\n content: "\\f568"; }\n\n.fa-dragon:before {\n content: "\\f6d5"; }\n\n.fa-draw-polygon:before {\n content: "\\f5ee"; }\n\n.fa-dribbble:before {\n content: "\\f17d"; }\n\n.fa-dribbble-square:before {\n content: "\\f397"; }\n\n.fa-dropbox:before {\n content: "\\f16b"; }\n\n.fa-drum:before {\n content: "\\f569"; }\n\n.fa-drum-steelpan:before {\n content: "\\f56a"; }\n\n.fa-drumstick-bite:before {\n content: "\\f6d7"; }\n\n.fa-drupal:before {\n content: "\\f1a9"; }\n\n.fa-dumbbell:before {\n content: "\\f44b"; }\n\n.fa-dumpster:before {\n content: "\\f793"; }\n\n.fa-dumpster-fire:before {\n content: "\\f794"; }\n\n.fa-dungeon:before {\n content: "\\f6d9"; }\n\n.fa-dyalog:before {\n content: "\\f399"; }\n\n.fa-earlybirds:before {\n content: "\\f39a"; }\n\n.fa-ebay:before {\n content: "\\f4f4"; }\n\n.fa-edge:before {\n content: "\\f282"; }\n\n.fa-edge-legacy:before {\n content: "\\e078"; }\n\n.fa-edit:before {\n content: "\\f044"; }\n\n.fa-egg:before {\n content: "\\f7fb"; }\n\n.fa-eject:before {\n content: "\\f052"; }\n\n.fa-elementor:before {\n content: "\\f430"; }\n\n.fa-ellipsis-h:before {\n content: "\\f141"; }\n\n.fa-ellipsis-v:before {\n content: "\\f142"; }\n\n.fa-ello:before {\n content: "\\f5f1"; }\n\n.fa-ember:before {\n content: "\\f423"; }\n\n.fa-empire:before {\n content: "\\f1d1"; }\n\n.fa-envelope:before {\n content: "\\f0e0"; }\n\n.fa-envelope-open:before {\n content: "\\f2b6"; }\n\n.fa-envelope-open-text:before {\n content: "\\f658"; }\n\n.fa-envelope-square:before {\n content: "\\f199"; }\n\n.fa-envira:before {\n content: "\\f299"; }\n\n.fa-equals:before {\n content: "\\f52c"; }\n\n.fa-eraser:before {\n content: "\\f12d"; }\n\n.fa-erlang:before {\n content: "\\f39d"; }\n\n.fa-ethereum:before {\n content: "\\f42e"; }\n\n.fa-ethernet:before {\n content: "\\f796"; }\n\n.fa-etsy:before {\n content: "\\f2d7"; }\n\n.fa-euro-sign:before {\n content: "\\f153"; }\n\n.fa-evernote:before {\n content: "\\f839"; }\n\n.fa-exchange-alt:before {\n content: "\\f362"; }\n\n.fa-exclamation:before {\n content: "\\f12a"; }\n\n.fa-exclamation-circle:before {\n content: "\\f06a"; }\n\n.fa-exclamation-triangle:before {\n content: "\\f071"; }\n\n.fa-expand:before {\n content: "\\f065"; }\n\n.fa-expand-alt:before {\n content: "\\f424"; }\n\n.fa-expand-arrows-alt:before {\n content: "\\f31e"; }\n\n.fa-expeditedssl:before {\n content: "\\f23e"; }\n\n.fa-external-link-alt:before {\n content: "\\f35d"; }\n\n.fa-external-link-square-alt:before {\n content: "\\f360"; }\n\n.fa-eye:before {\n content: "\\f06e"; }\n\n.fa-eye-dropper:before {\n content: "\\f1fb"; }\n\n.fa-eye-slash:before {\n content: "\\f070"; }\n\n.fa-facebook:before {\n content: "\\f09a"; }\n\n.fa-facebook-f:before {\n content: "\\f39e"; }\n\n.fa-facebook-messenger:before {\n content: "\\f39f"; }\n\n.fa-facebook-square:before {\n content: "\\f082"; }\n\n.fa-fan:before {\n content: "\\f863"; }\n\n.fa-fantasy-flight-games:before {\n content: "\\f6dc"; }\n\n.fa-fast-backward:before {\n content: "\\f049"; }\n\n.fa-fast-forward:before {\n content: "\\f050"; }\n\n.fa-faucet:before {\n content: "\\e005"; }\n\n.fa-fax:before {\n content: "\\f1ac"; }\n\n.fa-feather:before {\n content: "\\f52d"; }\n\n.fa-feather-alt:before {\n content: "\\f56b"; }\n\n.fa-fedex:before {\n content: "\\f797"; }\n\n.fa-fedora:before {\n content: "\\f798"; }\n\n.fa-female:before {\n content: "\\f182"; }\n\n.fa-fighter-jet:before {\n content: "\\f0fb"; }\n\n.fa-figma:before {\n content: "\\f799"; }\n\n.fa-file:before {\n content: "\\f15b"; }\n\n.fa-file-alt:before {\n content: "\\f15c"; }\n\n.fa-file-archive:before {\n content: "\\f1c6"; }\n\n.fa-file-audio:before {\n content: "\\f1c7"; }\n\n.fa-file-code:before {\n content: "\\f1c9"; }\n\n.fa-file-contract:before {\n content: "\\f56c"; }\n\n.fa-file-csv:before {\n content: "\\f6dd"; }\n\n.fa-file-download:before {\n content: "\\f56d"; }\n\n.fa-file-excel:before {\n content: "\\f1c3"; }\n\n.fa-file-export:before {\n content: "\\f56e"; }\n\n.fa-file-image:before {\n content: "\\f1c5"; }\n\n.fa-file-import:before {\n content: "\\f56f"; }\n\n.fa-file-invoice:before {\n content: "\\f570"; }\n\n.fa-file-invoice-dollar:before {\n content: "\\f571"; }\n\n.fa-file-medical:before {\n content: "\\f477"; }\n\n.fa-file-medical-alt:before {\n content: "\\f478"; }\n\n.fa-file-pdf:before {\n content: "\\f1c1"; }\n\n.fa-file-powerpoint:before {\n content: "\\f1c4"; }\n\n.fa-file-prescription:before {\n content: "\\f572"; }\n\n.fa-file-signature:before {\n content: "\\f573"; }\n\n.fa-file-upload:before {\n content: "\\f574"; }\n\n.fa-file-video:before {\n content: "\\f1c8"; }\n\n.fa-file-word:before {\n content: "\\f1c2"; }\n\n.fa-fill:before {\n content: "\\f575"; }\n\n.fa-fill-drip:before {\n content: "\\f576"; }\n\n.fa-film:before {\n content: "\\f008"; }\n\n.fa-filter:before {\n content: "\\f0b0"; }\n\n.fa-fingerprint:before {\n content: "\\f577"; }\n\n.fa-fire:before {\n content: "\\f06d"; }\n\n.fa-fire-alt:before {\n content: "\\f7e4"; }\n\n.fa-fire-extinguisher:before {\n content: "\\f134"; }\n\n.fa-firefox:before {\n content: "\\f269"; }\n\n.fa-firefox-browser:before {\n content: "\\e007"; }\n\n.fa-first-aid:before {\n content: "\\f479"; }\n\n.fa-first-order:before {\n content: "\\f2b0"; }\n\n.fa-first-order-alt:before {\n content: "\\f50a"; }\n\n.fa-firstdraft:before {\n content: "\\f3a1"; }\n\n.fa-fish:before {\n content: "\\f578"; }\n\n.fa-fist-raised:before {\n content: "\\f6de"; }\n\n.fa-flag:before {\n content: "\\f024"; }\n\n.fa-flag-checkered:before {\n content: "\\f11e"; }\n\n.fa-flag-usa:before {\n content: "\\f74d"; }\n\n.fa-flask:before {\n content: "\\f0c3"; }\n\n.fa-flickr:before {\n content: "\\f16e"; }\n\n.fa-flipboard:before {\n content: "\\f44d"; }\n\n.fa-flushed:before {\n content: "\\f579"; }\n\n.fa-fly:before {\n content: "\\f417"; }\n\n.fa-folder:before {\n content: "\\f07b"; }\n\n.fa-folder-minus:before {\n content: "\\f65d"; }\n\n.fa-folder-open:before {\n content: "\\f07c"; }\n\n.fa-folder-plus:before {\n content: "\\f65e"; }\n\n.fa-font:before {\n content: "\\f031"; }\n\n.fa-font-awesome:before {\n content: "\\f2b4"; }\n\n.fa-font-awesome-alt:before {\n content: "\\f35c"; }\n\n.fa-font-awesome-flag:before {\n content: "\\f425"; }\n\n.fa-font-awesome-logo-full:before {\n content: "\\f4e6"; }\n\n.fa-fonticons:before {\n content: "\\f280"; }\n\n.fa-fonticons-fi:before {\n content: "\\f3a2"; }\n\n.fa-football-ball:before {\n content: "\\f44e"; }\n\n.fa-fort-awesome:before {\n content: "\\f286"; }\n\n.fa-fort-awesome-alt:before {\n content: "\\f3a3"; }\n\n.fa-forumbee:before {\n content: "\\f211"; }\n\n.fa-forward:before {\n content: "\\f04e"; }\n\n.fa-foursquare:before {\n content: "\\f180"; }\n\n.fa-free-code-camp:before {\n content: "\\f2c5"; }\n\n.fa-freebsd:before {\n content: "\\f3a4"; }\n\n.fa-frog:before {\n content: "\\f52e"; }\n\n.fa-frown:before {\n content: "\\f119"; }\n\n.fa-frown-open:before {\n content: "\\f57a"; }\n\n.fa-fulcrum:before {\n content: "\\f50b"; }\n\n.fa-funnel-dollar:before {\n content: "\\f662"; }\n\n.fa-futbol:before {\n content: "\\f1e3"; }\n\n.fa-galactic-republic:before {\n content: "\\f50c"; }\n\n.fa-galactic-senate:before {\n content: "\\f50d"; }\n\n.fa-gamepad:before {\n content: "\\f11b"; }\n\n.fa-gas-pump:before {\n content: "\\f52f"; }\n\n.fa-gavel:before {\n content: "\\f0e3"; }\n\n.fa-gem:before {\n content: "\\f3a5"; }\n\n.fa-genderless:before {\n content: "\\f22d"; }\n\n.fa-get-pocket:before {\n content: "\\f265"; }\n\n.fa-gg:before {\n content: "\\f260"; }\n\n.fa-gg-circle:before {\n content: "\\f261"; }\n\n.fa-ghost:before {\n content: "\\f6e2"; }\n\n.fa-gift:before {\n content: "\\f06b"; }\n\n.fa-gifts:before {\n content: "\\f79c"; }\n\n.fa-git:before {\n content: "\\f1d3"; }\n\n.fa-git-alt:before {\n content: "\\f841"; }\n\n.fa-git-square:before {\n content: "\\f1d2"; }\n\n.fa-github:before {\n content: "\\f09b"; }\n\n.fa-github-alt:before {\n content: "\\f113"; }\n\n.fa-github-square:before {\n content: "\\f092"; }\n\n.fa-gitkraken:before {\n content: "\\f3a6"; }\n\n.fa-gitlab:before {\n content: "\\f296"; }\n\n.fa-gitter:before {\n content: "\\f426"; }\n\n.fa-glass-cheers:before {\n content: "\\f79f"; }\n\n.fa-glass-martini:before {\n content: "\\f000"; }\n\n.fa-glass-martini-alt:before {\n content: "\\f57b"; }\n\n.fa-glass-whiskey:before {\n content: "\\f7a0"; }\n\n.fa-glasses:before {\n content: "\\f530"; }\n\n.fa-glide:before {\n content: "\\f2a5"; }\n\n.fa-glide-g:before {\n content: "\\f2a6"; }\n\n.fa-globe:before {\n content: "\\f0ac"; }\n\n.fa-globe-africa:before {\n content: "\\f57c"; }\n\n.fa-globe-americas:before {\n content: "\\f57d"; }\n\n.fa-globe-asia:before {\n content: "\\f57e"; }\n\n.fa-globe-europe:before {\n content: "\\f7a2"; }\n\n.fa-gofore:before {\n content: "\\f3a7"; }\n\n.fa-golf-ball:before {\n content: "\\f450"; }\n\n.fa-goodreads:before {\n content: "\\f3a8"; }\n\n.fa-goodreads-g:before {\n content: "\\f3a9"; }\n\n.fa-google:before {\n content: "\\f1a0"; }\n\n.fa-google-drive:before {\n content: "\\f3aa"; }\n\n.fa-google-pay:before {\n content: "\\e079"; }\n\n.fa-google-play:before {\n content: "\\f3ab"; }\n\n.fa-google-plus:before {\n content: "\\f2b3"; }\n\n.fa-google-plus-g:before {\n content: "\\f0d5"; }\n\n.fa-google-plus-square:before {\n content: "\\f0d4"; }\n\n.fa-google-wallet:before {\n content: "\\f1ee"; }\n\n.fa-gopuram:before {\n content: "\\f664"; }\n\n.fa-graduation-cap:before {\n content: "\\f19d"; }\n\n.fa-gratipay:before {\n content: "\\f184"; }\n\n.fa-grav:before {\n content: "\\f2d6"; }\n\n.fa-greater-than:before {\n content: "\\f531"; }\n\n.fa-greater-than-equal:before {\n content: "\\f532"; }\n\n.fa-grimace:before {\n content: "\\f57f"; }\n\n.fa-grin:before {\n content: "\\f580"; }\n\n.fa-grin-alt:before {\n content: "\\f581"; }\n\n.fa-grin-beam:before {\n content: "\\f582"; }\n\n.fa-grin-beam-sweat:before {\n content: "\\f583"; }\n\n.fa-grin-hearts:before {\n content: "\\f584"; }\n\n.fa-grin-squint:before {\n content: "\\f585"; }\n\n.fa-grin-squint-tears:before {\n content: "\\f586"; }\n\n.fa-grin-stars:before {\n content: "\\f587"; }\n\n.fa-grin-tears:before {\n content: "\\f588"; }\n\n.fa-grin-tongue:before {\n content: "\\f589"; }\n\n.fa-grin-tongue-squint:before {\n content: "\\f58a"; }\n\n.fa-grin-tongue-wink:before {\n content: "\\f58b"; }\n\n.fa-grin-wink:before {\n content: "\\f58c"; }\n\n.fa-grip-horizontal:before {\n content: "\\f58d"; }\n\n.fa-grip-lines:before {\n content: "\\f7a4"; }\n\n.fa-grip-lines-vertical:before {\n content: "\\f7a5"; }\n\n.fa-grip-vertical:before {\n content: "\\f58e"; }\n\n.fa-gripfire:before {\n content: "\\f3ac"; }\n\n.fa-grunt:before {\n content: "\\f3ad"; }\n\n.fa-guilded:before {\n content: "\\e07e"; }\n\n.fa-guitar:before {\n content: "\\f7a6"; }\n\n.fa-gulp:before {\n content: "\\f3ae"; }\n\n.fa-h-square:before {\n content: "\\f0fd"; }\n\n.fa-hacker-news:before {\n content: "\\f1d4"; }\n\n.fa-hacker-news-square:before {\n content: "\\f3af"; }\n\n.fa-hackerrank:before {\n content: "\\f5f7"; }\n\n.fa-hamburger:before {\n content: "\\f805"; }\n\n.fa-hammer:before {\n content: "\\f6e3"; }\n\n.fa-hamsa:before {\n content: "\\f665"; }\n\n.fa-hand-holding:before {\n content: "\\f4bd"; }\n\n.fa-hand-holding-heart:before {\n content: "\\f4be"; }\n\n.fa-hand-holding-medical:before {\n content: "\\e05c"; }\n\n.fa-hand-holding-usd:before {\n content: "\\f4c0"; }\n\n.fa-hand-holding-water:before {\n content: "\\f4c1"; }\n\n.fa-hand-lizard:before {\n content: "\\f258"; }\n\n.fa-hand-middle-finger:before {\n content: "\\f806"; }\n\n.fa-hand-paper:before {\n content: "\\f256"; }\n\n.fa-hand-peace:before {\n content: "\\f25b"; }\n\n.fa-hand-point-down:before {\n content: "\\f0a7"; }\n\n.fa-hand-point-left:before {\n content: "\\f0a5"; }\n\n.fa-hand-point-right:before {\n content: "\\f0a4"; }\n\n.fa-hand-point-up:before {\n content: "\\f0a6"; }\n\n.fa-hand-pointer:before {\n content: "\\f25a"; }\n\n.fa-hand-rock:before {\n content: "\\f255"; }\n\n.fa-hand-scissors:before {\n content: "\\f257"; }\n\n.fa-hand-sparkles:before {\n content: "\\e05d"; }\n\n.fa-hand-spock:before {\n content: "\\f259"; }\n\n.fa-hands:before {\n content: "\\f4c2"; }\n\n.fa-hands-helping:before {\n content: "\\f4c4"; }\n\n.fa-hands-wash:before {\n content: "\\e05e"; }\n\n.fa-handshake:before {\n content: "\\f2b5"; }\n\n.fa-handshake-alt-slash:before {\n content: "\\e05f"; }\n\n.fa-handshake-slash:before {\n content: "\\e060"; }\n\n.fa-hanukiah:before {\n content: "\\f6e6"; }\n\n.fa-hard-hat:before {\n content: "\\f807"; }\n\n.fa-hashtag:before {\n content: "\\f292"; }\n\n.fa-hat-cowboy:before {\n content: "\\f8c0"; }\n\n.fa-hat-cowboy-side:before {\n content: "\\f8c1"; }\n\n.fa-hat-wizard:before {\n content: "\\f6e8"; }\n\n.fa-hdd:before {\n content: "\\f0a0"; }\n\n.fa-head-side-cough:before {\n content: "\\e061"; }\n\n.fa-head-side-cough-slash:before {\n content: "\\e062"; }\n\n.fa-head-side-mask:before {\n content: "\\e063"; }\n\n.fa-head-side-virus:before {\n content: "\\e064"; }\n\n.fa-heading:before {\n content: "\\f1dc"; }\n\n.fa-headphones:before {\n content: "\\f025"; }\n\n.fa-headphones-alt:before {\n content: "\\f58f"; }\n\n.fa-headset:before {\n content: "\\f590"; }\n\n.fa-heart:before {\n content: "\\f004"; }\n\n.fa-heart-broken:before {\n content: "\\f7a9"; }\n\n.fa-heartbeat:before {\n content: "\\f21e"; }\n\n.fa-helicopter:before {\n content: "\\f533"; }\n\n.fa-highlighter:before {\n content: "\\f591"; }\n\n.fa-hiking:before {\n content: "\\f6ec"; }\n\n.fa-hippo:before {\n content: "\\f6ed"; }\n\n.fa-hips:before {\n content: "\\f452"; }\n\n.fa-hire-a-helper:before {\n content: "\\f3b0"; }\n\n.fa-history:before {\n content: "\\f1da"; }\n\n.fa-hive:before {\n content: "\\e07f"; }\n\n.fa-hockey-puck:before {\n content: "\\f453"; }\n\n.fa-holly-berry:before {\n content: "\\f7aa"; }\n\n.fa-home:before {\n content: "\\f015"; }\n\n.fa-hooli:before {\n content: "\\f427"; }\n\n.fa-hornbill:before {\n content: "\\f592"; }\n\n.fa-horse:before {\n content: "\\f6f0"; }\n\n.fa-horse-head:before {\n content: "\\f7ab"; }\n\n.fa-hospital:before {\n content: "\\f0f8"; }\n\n.fa-hospital-alt:before {\n content: "\\f47d"; }\n\n.fa-hospital-symbol:before {\n content: "\\f47e"; }\n\n.fa-hospital-user:before {\n content: "\\f80d"; }\n\n.fa-hot-tub:before {\n content: "\\f593"; }\n\n.fa-hotdog:before {\n content: "\\f80f"; }\n\n.fa-hotel:before {\n content: "\\f594"; }\n\n.fa-hotjar:before {\n content: "\\f3b1"; }\n\n.fa-hourglass:before {\n content: "\\f254"; }\n\n.fa-hourglass-end:before {\n content: "\\f253"; }\n\n.fa-hourglass-half:before {\n content: "\\f252"; }\n\n.fa-hourglass-start:before {\n content: "\\f251"; }\n\n.fa-house-damage:before {\n content: "\\f6f1"; }\n\n.fa-house-user:before {\n content: "\\e065"; }\n\n.fa-houzz:before {\n content: "\\f27c"; }\n\n.fa-hryvnia:before {\n content: "\\f6f2"; }\n\n.fa-html5:before {\n content: "\\f13b"; }\n\n.fa-hubspot:before {\n content: "\\f3b2"; }\n\n.fa-i-cursor:before {\n content: "\\f246"; }\n\n.fa-ice-cream:before {\n content: "\\f810"; }\n\n.fa-icicles:before {\n content: "\\f7ad"; }\n\n.fa-icons:before {\n content: "\\f86d"; }\n\n.fa-id-badge:before {\n content: "\\f2c1"; }\n\n.fa-id-card:before {\n content: "\\f2c2"; }\n\n.fa-id-card-alt:before {\n content: "\\f47f"; }\n\n.fa-ideal:before {\n content: "\\e013"; }\n\n.fa-igloo:before {\n content: "\\f7ae"; }\n\n.fa-image:before {\n content: "\\f03e"; }\n\n.fa-images:before {\n content: "\\f302"; }\n\n.fa-imdb:before {\n content: "\\f2d8"; }\n\n.fa-inbox:before {\n content: "\\f01c"; }\n\n.fa-indent:before {\n content: "\\f03c"; }\n\n.fa-industry:before {\n content: "\\f275"; }\n\n.fa-infinity:before {\n content: "\\f534"; }\n\n.fa-info:before {\n content: "\\f129"; }\n\n.fa-info-circle:before {\n content: "\\f05a"; }\n\n.fa-innosoft:before {\n content: "\\e080"; }\n\n.fa-instagram:before {\n content: "\\f16d"; }\n\n.fa-instagram-square:before {\n content: "\\e055"; }\n\n.fa-instalod:before {\n content: "\\e081"; }\n\n.fa-intercom:before {\n content: "\\f7af"; }\n\n.fa-internet-explorer:before {\n content: "\\f26b"; }\n\n.fa-invision:before {\n content: "\\f7b0"; }\n\n.fa-ioxhost:before {\n content: "\\f208"; }\n\n.fa-italic:before {\n content: "\\f033"; }\n\n.fa-itch-io:before {\n content: "\\f83a"; }\n\n.fa-itunes:before {\n content: "\\f3b4"; }\n\n.fa-itunes-note:before {\n content: "\\f3b5"; }\n\n.fa-java:before {\n content: "\\f4e4"; }\n\n.fa-jedi:before {\n content: "\\f669"; }\n\n.fa-jedi-order:before {\n content: "\\f50e"; }\n\n.fa-jenkins:before {\n content: "\\f3b6"; }\n\n.fa-jira:before {\n content: "\\f7b1"; }\n\n.fa-joget:before {\n content: "\\f3b7"; }\n\n.fa-joint:before {\n content: "\\f595"; }\n\n.fa-joomla:before {\n content: "\\f1aa"; }\n\n.fa-journal-whills:before {\n content: "\\f66a"; }\n\n.fa-js:before {\n content: "\\f3b8"; }\n\n.fa-js-square:before {\n content: "\\f3b9"; }\n\n.fa-jsfiddle:before {\n content: "\\f1cc"; }\n\n.fa-kaaba:before {\n content: "\\f66b"; }\n\n.fa-kaggle:before {\n content: "\\f5fa"; }\n\n.fa-key:before {\n content: "\\f084"; }\n\n.fa-keybase:before {\n content: "\\f4f5"; }\n\n.fa-keyboard:before {\n content: "\\f11c"; }\n\n.fa-keycdn:before {\n content: "\\f3ba"; }\n\n.fa-khanda:before {\n content: "\\f66d"; }\n\n.fa-kickstarter:before {\n content: "\\f3bb"; }\n\n.fa-kickstarter-k:before {\n content: "\\f3bc"; }\n\n.fa-kiss:before {\n content: "\\f596"; }\n\n.fa-kiss-beam:before {\n content: "\\f597"; }\n\n.fa-kiss-wink-heart:before {\n content: "\\f598"; }\n\n.fa-kiwi-bird:before {\n content: "\\f535"; }\n\n.fa-korvue:before {\n content: "\\f42f"; }\n\n.fa-landmark:before {\n content: "\\f66f"; }\n\n.fa-language:before {\n content: "\\f1ab"; }\n\n.fa-laptop:before {\n content: "\\f109"; }\n\n.fa-laptop-code:before {\n content: "\\f5fc"; }\n\n.fa-laptop-house:before {\n content: "\\e066"; }\n\n.fa-laptop-medical:before {\n content: "\\f812"; }\n\n.fa-laravel:before {\n content: "\\f3bd"; }\n\n.fa-lastfm:before {\n content: "\\f202"; }\n\n.fa-lastfm-square:before {\n content: "\\f203"; }\n\n.fa-laugh:before {\n content: "\\f599"; }\n\n.fa-laugh-beam:before {\n content: "\\f59a"; }\n\n.fa-laugh-squint:before {\n content: "\\f59b"; }\n\n.fa-laugh-wink:before {\n content: "\\f59c"; }\n\n.fa-layer-group:before {\n content: "\\f5fd"; }\n\n.fa-leaf:before {\n content: "\\f06c"; }\n\n.fa-leanpub:before {\n content: "\\f212"; }\n\n.fa-lemon:before {\n content: "\\f094"; }\n\n.fa-less:before {\n content: "\\f41d"; }\n\n.fa-less-than:before {\n content: "\\f536"; }\n\n.fa-less-than-equal:before {\n content: "\\f537"; }\n\n.fa-level-down-alt:before {\n content: "\\f3be"; }\n\n.fa-level-up-alt:before {\n content: "\\f3bf"; }\n\n.fa-life-ring:before {\n content: "\\f1cd"; }\n\n.fa-lightbulb:before {\n content: "\\f0eb"; }\n\n.fa-line:before {\n content: "\\f3c0"; }\n\n.fa-link:before {\n content: "\\f0c1"; }\n\n.fa-linkedin:before {\n content: "\\f08c"; }\n\n.fa-linkedin-in:before {\n content: "\\f0e1"; }\n\n.fa-linode:before {\n content: "\\f2b8"; }\n\n.fa-linux:before {\n content: "\\f17c"; }\n\n.fa-lira-sign:before {\n content: "\\f195"; }\n\n.fa-list:before {\n content: "\\f03a"; }\n\n.fa-list-alt:before {\n content: "\\f022"; }\n\n.fa-list-ol:before {\n content: "\\f0cb"; }\n\n.fa-list-ul:before {\n content: "\\f0ca"; }\n\n.fa-location-arrow:before {\n content: "\\f124"; }\n\n.fa-lock:before {\n content: "\\f023"; }\n\n.fa-lock-open:before {\n content: "\\f3c1"; }\n\n.fa-long-arrow-alt-down:before {\n content: "\\f309"; }\n\n.fa-long-arrow-alt-left:before {\n content: "\\f30a"; }\n\n.fa-long-arrow-alt-right:before {\n content: "\\f30b"; }\n\n.fa-long-arrow-alt-up:before {\n content: "\\f30c"; }\n\n.fa-low-vision:before {\n content: "\\f2a8"; }\n\n.fa-luggage-cart:before {\n content: "\\f59d"; }\n\n.fa-lungs:before {\n content: "\\f604"; }\n\n.fa-lungs-virus:before {\n content: "\\e067"; }\n\n.fa-lyft:before {\n content: "\\f3c3"; }\n\n.fa-magento:before {\n content: "\\f3c4"; }\n\n.fa-magic:before {\n content: "\\f0d0"; }\n\n.fa-magnet:before {\n content: "\\f076"; }\n\n.fa-mail-bulk:before {\n content: "\\f674"; }\n\n.fa-mailchimp:before {\n content: "\\f59e"; }\n\n.fa-male:before {\n content: "\\f183"; }\n\n.fa-mandalorian:before {\n content: "\\f50f"; }\n\n.fa-map:before {\n content: "\\f279"; }\n\n.fa-map-marked:before {\n content: "\\f59f"; }\n\n.fa-map-marked-alt:before {\n content: "\\f5a0"; }\n\n.fa-map-marker:before {\n content: "\\f041"; }\n\n.fa-map-marker-alt:before {\n content: "\\f3c5"; }\n\n.fa-map-pin:before {\n content: "\\f276"; }\n\n.fa-map-signs:before {\n content: "\\f277"; }\n\n.fa-markdown:before {\n content: "\\f60f"; }\n\n.fa-marker:before {\n content: "\\f5a1"; }\n\n.fa-mars:before {\n content: "\\f222"; }\n\n.fa-mars-double:before {\n content: "\\f227"; }\n\n.fa-mars-stroke:before {\n content: "\\f229"; }\n\n.fa-mars-stroke-h:before {\n content: "\\f22b"; }\n\n.fa-mars-stroke-v:before {\n content: "\\f22a"; }\n\n.fa-mask:before {\n content: "\\f6fa"; }\n\n.fa-mastodon:before {\n content: "\\f4f6"; }\n\n.fa-maxcdn:before {\n content: "\\f136"; }\n\n.fa-mdb:before {\n content: "\\f8ca"; }\n\n.fa-medal:before {\n content: "\\f5a2"; }\n\n.fa-medapps:before {\n content: "\\f3c6"; }\n\n.fa-medium:before {\n content: "\\f23a"; }\n\n.fa-medium-m:before {\n content: "\\f3c7"; }\n\n.fa-medkit:before {\n content: "\\f0fa"; }\n\n.fa-medrt:before {\n content: "\\f3c8"; }\n\n.fa-meetup:before {\n content: "\\f2e0"; }\n\n.fa-megaport:before {\n content: "\\f5a3"; }\n\n.fa-meh:before {\n content: "\\f11a"; }\n\n.fa-meh-blank:before {\n content: "\\f5a4"; }\n\n.fa-meh-rolling-eyes:before {\n content: "\\f5a5"; }\n\n.fa-memory:before {\n content: "\\f538"; }\n\n.fa-mendeley:before {\n content: "\\f7b3"; }\n\n.fa-menorah:before {\n content: "\\f676"; }\n\n.fa-mercury:before {\n content: "\\f223"; }\n\n.fa-meteor:before {\n content: "\\f753"; }\n\n.fa-microblog:before {\n content: "\\e01a"; }\n\n.fa-microchip:before {\n content: "\\f2db"; }\n\n.fa-microphone:before {\n content: "\\f130"; }\n\n.fa-microphone-alt:before {\n content: "\\f3c9"; }\n\n.fa-microphone-alt-slash:before {\n content: "\\f539"; }\n\n.fa-microphone-slash:before {\n content: "\\f131"; }\n\n.fa-microscope:before {\n content: "\\f610"; }\n\n.fa-microsoft:before {\n content: "\\f3ca"; }\n\n.fa-minus:before {\n content: "\\f068"; }\n\n.fa-minus-circle:before {\n content: "\\f056"; }\n\n.fa-minus-square:before {\n content: "\\f146"; }\n\n.fa-mitten:before {\n content: "\\f7b5"; }\n\n.fa-mix:before {\n content: "\\f3cb"; }\n\n.fa-mixcloud:before {\n content: "\\f289"; }\n\n.fa-mixer:before {\n content: "\\e056"; }\n\n.fa-mizuni:before {\n content: "\\f3cc"; }\n\n.fa-mobile:before {\n content: "\\f10b"; }\n\n.fa-mobile-alt:before {\n content: "\\f3cd"; }\n\n.fa-modx:before {\n content: "\\f285"; }\n\n.fa-monero:before {\n content: "\\f3d0"; }\n\n.fa-money-bill:before {\n content: "\\f0d6"; }\n\n.fa-money-bill-alt:before {\n content: "\\f3d1"; }\n\n.fa-money-bill-wave:before {\n content: "\\f53a"; }\n\n.fa-money-bill-wave-alt:before {\n content: "\\f53b"; }\n\n.fa-money-check:before {\n content: "\\f53c"; }\n\n.fa-money-check-alt:before {\n content: "\\f53d"; }\n\n.fa-monument:before {\n content: "\\f5a6"; }\n\n.fa-moon:before {\n content: "\\f186"; }\n\n.fa-mortar-pestle:before {\n content: "\\f5a7"; }\n\n.fa-mosque:before {\n content: "\\f678"; }\n\n.fa-motorcycle:before {\n content: "\\f21c"; }\n\n.fa-mountain:before {\n content: "\\f6fc"; }\n\n.fa-mouse:before {\n content: "\\f8cc"; }\n\n.fa-mouse-pointer:before {\n content: "\\f245"; }\n\n.fa-mug-hot:before {\n content: "\\f7b6"; }\n\n.fa-music:before {\n content: "\\f001"; }\n\n.fa-napster:before {\n content: "\\f3d2"; }\n\n.fa-neos:before {\n content: "\\f612"; }\n\n.fa-network-wired:before {\n content: "\\f6ff"; }\n\n.fa-neuter:before {\n content: "\\f22c"; }\n\n.fa-newspaper:before {\n content: "\\f1ea"; }\n\n.fa-nimblr:before {\n content: "\\f5a8"; }\n\n.fa-node:before {\n content: "\\f419"; }\n\n.fa-node-js:before {\n content: "\\f3d3"; }\n\n.fa-not-equal:before {\n content: "\\f53e"; }\n\n.fa-notes-medical:before {\n content: "\\f481"; }\n\n.fa-npm:before {\n content: "\\f3d4"; }\n\n.fa-ns8:before {\n content: "\\f3d5"; }\n\n.fa-nutritionix:before {\n content: "\\f3d6"; }\n\n.fa-object-group:before {\n content: "\\f247"; }\n\n.fa-object-ungroup:before {\n content: "\\f248"; }\n\n.fa-octopus-deploy:before {\n content: "\\e082"; }\n\n.fa-odnoklassniki:before {\n content: "\\f263"; }\n\n.fa-odnoklassniki-square:before {\n content: "\\f264"; }\n\n.fa-oil-can:before {\n content: "\\f613"; }\n\n.fa-old-republic:before {\n content: "\\f510"; }\n\n.fa-om:before {\n content: "\\f679"; }\n\n.fa-opencart:before {\n content: "\\f23d"; }\n\n.fa-openid:before {\n content: "\\f19b"; }\n\n.fa-opera:before {\n content: "\\f26a"; }\n\n.fa-optin-monster:before {\n content: "\\f23c"; }\n\n.fa-orcid:before {\n content: "\\f8d2"; }\n\n.fa-osi:before {\n content: "\\f41a"; }\n\n.fa-otter:before {\n content: "\\f700"; }\n\n.fa-outdent:before {\n content: "\\f03b"; }\n\n.fa-page4:before {\n content: "\\f3d7"; }\n\n.fa-pagelines:before {\n content: "\\f18c"; }\n\n.fa-pager:before {\n content: "\\f815"; }\n\n.fa-paint-brush:before {\n content: "\\f1fc"; }\n\n.fa-paint-roller:before {\n content: "\\f5aa"; }\n\n.fa-palette:before {\n content: "\\f53f"; }\n\n.fa-palfed:before {\n content: "\\f3d8"; }\n\n.fa-pallet:before {\n content: "\\f482"; }\n\n.fa-paper-plane:before {\n content: "\\f1d8"; }\n\n.fa-paperclip:before {\n content: "\\f0c6"; }\n\n.fa-parachute-box:before {\n content: "\\f4cd"; }\n\n.fa-paragraph:before {\n content: "\\f1dd"; }\n\n.fa-parking:before {\n content: "\\f540"; }\n\n.fa-passport:before {\n content: "\\f5ab"; }\n\n.fa-pastafarianism:before {\n content: "\\f67b"; }\n\n.fa-paste:before {\n content: "\\f0ea"; }\n\n.fa-patreon:before {\n content: "\\f3d9"; }\n\n.fa-pause:before {\n content: "\\f04c"; }\n\n.fa-pause-circle:before {\n content: "\\f28b"; }\n\n.fa-paw:before {\n content: "\\f1b0"; }\n\n.fa-paypal:before {\n content: "\\f1ed"; }\n\n.fa-peace:before {\n content: "\\f67c"; }\n\n.fa-pen:before {\n content: "\\f304"; }\n\n.fa-pen-alt:before {\n content: "\\f305"; }\n\n.fa-pen-fancy:before {\n content: "\\f5ac"; }\n\n.fa-pen-nib:before {\n content: "\\f5ad"; }\n\n.fa-pen-square:before {\n content: "\\f14b"; }\n\n.fa-pencil-alt:before {\n content: "\\f303"; }\n\n.fa-pencil-ruler:before {\n content: "\\f5ae"; }\n\n.fa-penny-arcade:before {\n content: "\\f704"; }\n\n.fa-people-arrows:before {\n content: "\\e068"; }\n\n.fa-people-carry:before {\n content: "\\f4ce"; }\n\n.fa-pepper-hot:before {\n content: "\\f816"; }\n\n.fa-perbyte:before {\n content: "\\e083"; }\n\n.fa-percent:before {\n content: "\\f295"; }\n\n.fa-percentage:before {\n content: "\\f541"; }\n\n.fa-periscope:before {\n content: "\\f3da"; }\n\n.fa-person-booth:before {\n content: "\\f756"; }\n\n.fa-phabricator:before {\n content: "\\f3db"; }\n\n.fa-phoenix-framework:before {\n content: "\\f3dc"; }\n\n.fa-phoenix-squadron:before {\n content: "\\f511"; }\n\n.fa-phone:before {\n content: "\\f095"; }\n\n.fa-phone-alt:before {\n content: "\\f879"; }\n\n.fa-phone-slash:before {\n content: "\\f3dd"; }\n\n.fa-phone-square:before {\n content: "\\f098"; }\n\n.fa-phone-square-alt:before {\n content: "\\f87b"; }\n\n.fa-phone-volume:before {\n content: "\\f2a0"; }\n\n.fa-photo-video:before {\n content: "\\f87c"; }\n\n.fa-php:before {\n content: "\\f457"; }\n\n.fa-pied-piper:before {\n content: "\\f2ae"; }\n\n.fa-pied-piper-alt:before {\n content: "\\f1a8"; }\n\n.fa-pied-piper-hat:before {\n content: "\\f4e5"; }\n\n.fa-pied-piper-pp:before {\n content: "\\f1a7"; }\n\n.fa-pied-piper-square:before {\n content: "\\e01e"; }\n\n.fa-piggy-bank:before {\n content: "\\f4d3"; }\n\n.fa-pills:before {\n content: "\\f484"; }\n\n.fa-pinterest:before {\n content: "\\f0d2"; }\n\n.fa-pinterest-p:before {\n content: "\\f231"; }\n\n.fa-pinterest-square:before {\n content: "\\f0d3"; }\n\n.fa-pizza-slice:before {\n content: "\\f818"; }\n\n.fa-place-of-worship:before {\n content: "\\f67f"; }\n\n.fa-plane:before {\n content: "\\f072"; }\n\n.fa-plane-arrival:before {\n content: "\\f5af"; }\n\n.fa-plane-departure:before {\n content: "\\f5b0"; }\n\n.fa-plane-slash:before {\n content: "\\e069"; }\n\n.fa-play:before {\n content: "\\f04b"; }\n\n.fa-play-circle:before {\n content: "\\f144"; }\n\n.fa-playstation:before {\n content: "\\f3df"; }\n\n.fa-plug:before {\n content: "\\f1e6"; }\n\n.fa-plus:before {\n content: "\\f067"; }\n\n.fa-plus-circle:before {\n content: "\\f055"; }\n\n.fa-plus-square:before {\n content: "\\f0fe"; }\n\n.fa-podcast:before {\n content: "\\f2ce"; }\n\n.fa-poll:before {\n content: "\\f681"; }\n\n.fa-poll-h:before {\n content: "\\f682"; }\n\n.fa-poo:before {\n content: "\\f2fe"; }\n\n.fa-poo-storm:before {\n content: "\\f75a"; }\n\n.fa-poop:before {\n content: "\\f619"; }\n\n.fa-portrait:before {\n content: "\\f3e0"; }\n\n.fa-pound-sign:before {\n content: "\\f154"; }\n\n.fa-power-off:before {\n content: "\\f011"; }\n\n.fa-pray:before {\n content: "\\f683"; }\n\n.fa-praying-hands:before {\n content: "\\f684"; }\n\n.fa-prescription:before {\n content: "\\f5b1"; }\n\n.fa-prescription-bottle:before {\n content: "\\f485"; }\n\n.fa-prescription-bottle-alt:before {\n content: "\\f486"; }\n\n.fa-print:before {\n content: "\\f02f"; }\n\n.fa-procedures:before {\n content: "\\f487"; }\n\n.fa-product-hunt:before {\n content: "\\f288"; }\n\n.fa-project-diagram:before {\n content: "\\f542"; }\n\n.fa-pump-medical:before {\n content: "\\e06a"; }\n\n.fa-pump-soap:before {\n content: "\\e06b"; }\n\n.fa-pushed:before {\n content: "\\f3e1"; }\n\n.fa-puzzle-piece:before {\n content: "\\f12e"; }\n\n.fa-python:before {\n content: "\\f3e2"; }\n\n.fa-qq:before {\n content: "\\f1d6"; }\n\n.fa-qrcode:before {\n content: "\\f029"; }\n\n.fa-question:before {\n content: "\\f128"; }\n\n.fa-question-circle:before {\n content: "\\f059"; }\n\n.fa-quidditch:before {\n content: "\\f458"; }\n\n.fa-quinscape:before {\n content: "\\f459"; }\n\n.fa-quora:before {\n content: "\\f2c4"; }\n\n.fa-quote-left:before {\n content: "\\f10d"; }\n\n.fa-quote-right:before {\n content: "\\f10e"; }\n\n.fa-quran:before {\n content: "\\f687"; }\n\n.fa-r-project:before {\n content: "\\f4f7"; }\n\n.fa-radiation:before {\n content: "\\f7b9"; }\n\n.fa-radiation-alt:before {\n content: "\\f7ba"; }\n\n.fa-rainbow:before {\n content: "\\f75b"; }\n\n.fa-random:before {\n content: "\\f074"; }\n\n.fa-raspberry-pi:before {\n content: "\\f7bb"; }\n\n.fa-ravelry:before {\n content: "\\f2d9"; }\n\n.fa-react:before {\n content: "\\f41b"; }\n\n.fa-reacteurope:before {\n content: "\\f75d"; }\n\n.fa-readme:before {\n content: "\\f4d5"; }\n\n.fa-rebel:before {\n content: "\\f1d0"; }\n\n.fa-receipt:before {\n content: "\\f543"; }\n\n.fa-record-vinyl:before {\n content: "\\f8d9"; }\n\n.fa-recycle:before {\n content: "\\f1b8"; }\n\n.fa-red-river:before {\n content: "\\f3e3"; }\n\n.fa-reddit:before {\n content: "\\f1a1"; }\n\n.fa-reddit-alien:before {\n content: "\\f281"; }\n\n.fa-reddit-square:before {\n content: "\\f1a2"; }\n\n.fa-redhat:before {\n content: "\\f7bc"; }\n\n.fa-redo:before {\n content: "\\f01e"; }\n\n.fa-redo-alt:before {\n content: "\\f2f9"; }\n\n.fa-registered:before {\n content: "\\f25d"; }\n\n.fa-remove-format:before {\n content: "\\f87d"; }\n\n.fa-renren:before {\n content: "\\f18b"; }\n\n.fa-reply:before {\n content: "\\f3e5"; }\n\n.fa-reply-all:before {\n content: "\\f122"; }\n\n.fa-replyd:before {\n content: "\\f3e6"; }\n\n.fa-republican:before {\n content: "\\f75e"; }\n\n.fa-researchgate:before {\n content: "\\f4f8"; }\n\n.fa-resolving:before {\n content: "\\f3e7"; }\n\n.fa-restroom:before {\n content: "\\f7bd"; }\n\n.fa-retweet:before {\n content: "\\f079"; }\n\n.fa-rev:before {\n content: "\\f5b2"; }\n\n.fa-ribbon:before {\n content: "\\f4d6"; }\n\n.fa-ring:before {\n content: "\\f70b"; }\n\n.fa-road:before {\n content: "\\f018"; }\n\n.fa-robot:before {\n content: "\\f544"; }\n\n.fa-rocket:before {\n content: "\\f135"; }\n\n.fa-rocketchat:before {\n content: "\\f3e8"; }\n\n.fa-rockrms:before {\n content: "\\f3e9"; }\n\n.fa-route:before {\n content: "\\f4d7"; }\n\n.fa-rss:before {\n content: "\\f09e"; }\n\n.fa-rss-square:before {\n content: "\\f143"; }\n\n.fa-ruble-sign:before {\n content: "\\f158"; }\n\n.fa-ruler:before {\n content: "\\f545"; }\n\n.fa-ruler-combined:before {\n content: "\\f546"; }\n\n.fa-ruler-horizontal:before {\n content: "\\f547"; }\n\n.fa-ruler-vertical:before {\n content: "\\f548"; }\n\n.fa-running:before {\n content: "\\f70c"; }\n\n.fa-rupee-sign:before {\n content: "\\f156"; }\n\n.fa-rust:before {\n content: "\\e07a"; }\n\n.fa-sad-cry:before {\n content: "\\f5b3"; }\n\n.fa-sad-tear:before {\n content: "\\f5b4"; }\n\n.fa-safari:before {\n content: "\\f267"; }\n\n.fa-salesforce:before {\n content: "\\f83b"; }\n\n.fa-sass:before {\n content: "\\f41e"; }\n\n.fa-satellite:before {\n content: "\\f7bf"; }\n\n.fa-satellite-dish:before {\n content: "\\f7c0"; }\n\n.fa-save:before {\n content: "\\f0c7"; }\n\n.fa-schlix:before {\n content: "\\f3ea"; }\n\n.fa-school:before {\n content: "\\f549"; }\n\n.fa-screwdriver:before {\n content: "\\f54a"; }\n\n.fa-scribd:before {\n content: "\\f28a"; }\n\n.fa-scroll:before {\n content: "\\f70e"; }\n\n.fa-sd-card:before {\n content: "\\f7c2"; }\n\n.fa-search:before {\n content: "\\f002"; }\n\n.fa-search-dollar:before {\n content: "\\f688"; }\n\n.fa-search-location:before {\n content: "\\f689"; }\n\n.fa-search-minus:before {\n content: "\\f010"; }\n\n.fa-search-plus:before {\n content: "\\f00e"; }\n\n.fa-searchengin:before {\n content: "\\f3eb"; }\n\n.fa-seedling:before {\n content: "\\f4d8"; }\n\n.fa-sellcast:before {\n content: "\\f2da"; }\n\n.fa-sellsy:before {\n content: "\\f213"; }\n\n.fa-server:before {\n content: "\\f233"; }\n\n.fa-servicestack:before {\n content: "\\f3ec"; }\n\n.fa-shapes:before {\n content: "\\f61f"; }\n\n.fa-share:before {\n content: "\\f064"; }\n\n.fa-share-alt:before {\n content: "\\f1e0"; }\n\n.fa-share-alt-square:before {\n content: "\\f1e1"; }\n\n.fa-share-square:before {\n content: "\\f14d"; }\n\n.fa-shekel-sign:before {\n content: "\\f20b"; }\n\n.fa-shield-alt:before {\n content: "\\f3ed"; }\n\n.fa-shield-virus:before {\n content: "\\e06c"; }\n\n.fa-ship:before {\n content: "\\f21a"; }\n\n.fa-shipping-fast:before {\n content: "\\f48b"; }\n\n.fa-shirtsinbulk:before {\n content: "\\f214"; }\n\n.fa-shoe-prints:before {\n content: "\\f54b"; }\n\n.fa-shopify:before {\n content: "\\e057"; }\n\n.fa-shopping-bag:before {\n content: "\\f290"; }\n\n.fa-shopping-basket:before {\n content: "\\f291"; }\n\n.fa-shopping-cart:before {\n content: "\\f07a"; }\n\n.fa-shopware:before {\n content: "\\f5b5"; }\n\n.fa-shower:before {\n content: "\\f2cc"; }\n\n.fa-shuttle-van:before {\n content: "\\f5b6"; }\n\n.fa-sign:before {\n content: "\\f4d9"; }\n\n.fa-sign-in-alt:before {\n content: "\\f2f6"; }\n\n.fa-sign-language:before {\n content: "\\f2a7"; }\n\n.fa-sign-out-alt:before {\n content: "\\f2f5"; }\n\n.fa-signal:before {\n content: "\\f012"; }\n\n.fa-signature:before {\n content: "\\f5b7"; }\n\n.fa-sim-card:before {\n content: "\\f7c4"; }\n\n.fa-simplybuilt:before {\n content: "\\f215"; }\n\n.fa-sink:before {\n content: "\\e06d"; }\n\n.fa-sistrix:before {\n content: "\\f3ee"; }\n\n.fa-sitemap:before {\n content: "\\f0e8"; }\n\n.fa-sith:before {\n content: "\\f512"; }\n\n.fa-skating:before {\n content: "\\f7c5"; }\n\n.fa-sketch:before {\n content: "\\f7c6"; }\n\n.fa-skiing:before {\n content: "\\f7c9"; }\n\n.fa-skiing-nordic:before {\n content: "\\f7ca"; }\n\n.fa-skull:before {\n content: "\\f54c"; }\n\n.fa-skull-crossbones:before {\n content: "\\f714"; }\n\n.fa-skyatlas:before {\n content: "\\f216"; }\n\n.fa-skype:before {\n content: "\\f17e"; }\n\n.fa-slack:before {\n content: "\\f198"; }\n\n.fa-slack-hash:before {\n content: "\\f3ef"; }\n\n.fa-slash:before {\n content: "\\f715"; }\n\n.fa-sleigh:before {\n content: "\\f7cc"; }\n\n.fa-sliders-h:before {\n content: "\\f1de"; }\n\n.fa-slideshare:before {\n content: "\\f1e7"; }\n\n.fa-smile:before {\n content: "\\f118"; }\n\n.fa-smile-beam:before {\n content: "\\f5b8"; }\n\n.fa-smile-wink:before {\n content: "\\f4da"; }\n\n.fa-smog:before {\n content: "\\f75f"; }\n\n.fa-smoking:before {\n content: "\\f48d"; }\n\n.fa-smoking-ban:before {\n content: "\\f54d"; }\n\n.fa-sms:before {\n content: "\\f7cd"; }\n\n.fa-snapchat:before {\n content: "\\f2ab"; }\n\n.fa-snapchat-ghost:before {\n content: "\\f2ac"; }\n\n.fa-snapchat-square:before {\n content: "\\f2ad"; }\n\n.fa-snowboarding:before {\n content: "\\f7ce"; }\n\n.fa-snowflake:before {\n content: "\\f2dc"; }\n\n.fa-snowman:before {\n content: "\\f7d0"; }\n\n.fa-snowplow:before {\n content: "\\f7d2"; }\n\n.fa-soap:before {\n content: "\\e06e"; }\n\n.fa-socks:before {\n content: "\\f696"; }\n\n.fa-solar-panel:before {\n content: "\\f5ba"; }\n\n.fa-sort:before {\n content: "\\f0dc"; }\n\n.fa-sort-alpha-down:before {\n content: "\\f15d"; }\n\n.fa-sort-alpha-down-alt:before {\n content: "\\f881"; }\n\n.fa-sort-alpha-up:before {\n content: "\\f15e"; }\n\n.fa-sort-alpha-up-alt:before {\n content: "\\f882"; }\n\n.fa-sort-amount-down:before {\n content: "\\f160"; }\n\n.fa-sort-amount-down-alt:before {\n content: "\\f884"; }\n\n.fa-sort-amount-up:before {\n content: "\\f161"; }\n\n.fa-sort-amount-up-alt:before {\n content: "\\f885"; }\n\n.fa-sort-down:before {\n content: "\\f0dd"; }\n\n.fa-sort-numeric-down:before {\n content: "\\f162"; }\n\n.fa-sort-numeric-down-alt:before {\n content: "\\f886"; }\n\n.fa-sort-numeric-up:before {\n content: "\\f163"; }\n\n.fa-sort-numeric-up-alt:before {\n content: "\\f887"; }\n\n.fa-sort-up:before {\n content: "\\f0de"; }\n\n.fa-soundcloud:before {\n content: "\\f1be"; }\n\n.fa-sourcetree:before {\n content: "\\f7d3"; }\n\n.fa-spa:before {\n content: "\\f5bb"; }\n\n.fa-space-shuttle:before {\n content: "\\f197"; }\n\n.fa-speakap:before {\n content: "\\f3f3"; }\n\n.fa-speaker-deck:before {\n content: "\\f83c"; }\n\n.fa-spell-check:before {\n content: "\\f891"; }\n\n.fa-spider:before {\n content: "\\f717"; }\n\n.fa-spinner:before {\n content: "\\f110"; }\n\n.fa-splotch:before {\n content: "\\f5bc"; }\n\n.fa-spotify:before {\n content: "\\f1bc"; }\n\n.fa-spray-can:before {\n content: "\\f5bd"; }\n\n.fa-square:before {\n content: "\\f0c8"; }\n\n.fa-square-full:before {\n content: "\\f45c"; }\n\n.fa-square-root-alt:before {\n content: "\\f698"; }\n\n.fa-squarespace:before {\n content: "\\f5be"; }\n\n.fa-stack-exchange:before {\n content: "\\f18d"; }\n\n.fa-stack-overflow:before {\n content: "\\f16c"; }\n\n.fa-stackpath:before {\n content: "\\f842"; }\n\n.fa-stamp:before {\n content: "\\f5bf"; }\n\n.fa-star:before {\n content: "\\f005"; }\n\n.fa-star-and-crescent:before {\n content: "\\f699"; }\n\n.fa-star-half:before {\n content: "\\f089"; }\n\n.fa-star-half-alt:before {\n content: "\\f5c0"; }\n\n.fa-star-of-david:before {\n content: "\\f69a"; }\n\n.fa-star-of-life:before {\n content: "\\f621"; }\n\n.fa-staylinked:before {\n content: "\\f3f5"; }\n\n.fa-steam:before {\n content: "\\f1b6"; }\n\n.fa-steam-square:before {\n content: "\\f1b7"; }\n\n.fa-steam-symbol:before {\n content: "\\f3f6"; }\n\n.fa-step-backward:before {\n content: "\\f048"; }\n\n.fa-step-forward:before {\n content: "\\f051"; }\n\n.fa-stethoscope:before {\n content: "\\f0f1"; }\n\n.fa-sticker-mule:before {\n content: "\\f3f7"; }\n\n.fa-sticky-note:before {\n content: "\\f249"; }\n\n.fa-stop:before {\n content: "\\f04d"; }\n\n.fa-stop-circle:before {\n content: "\\f28d"; }\n\n.fa-stopwatch:before {\n content: "\\f2f2"; }\n\n.fa-stopwatch-20:before {\n content: "\\e06f"; }\n\n.fa-store:before {\n content: "\\f54e"; }\n\n.fa-store-alt:before {\n content: "\\f54f"; }\n\n.fa-store-alt-slash:before {\n content: "\\e070"; }\n\n.fa-store-slash:before {\n content: "\\e071"; }\n\n.fa-strava:before {\n content: "\\f428"; }\n\n.fa-stream:before {\n content: "\\f550"; }\n\n.fa-street-view:before {\n content: "\\f21d"; }\n\n.fa-strikethrough:before {\n content: "\\f0cc"; }\n\n.fa-stripe:before {\n content: "\\f429"; }\n\n.fa-stripe-s:before {\n content: "\\f42a"; }\n\n.fa-stroopwafel:before {\n content: "\\f551"; }\n\n.fa-studiovinari:before {\n content: "\\f3f8"; }\n\n.fa-stumbleupon:before {\n content: "\\f1a4"; }\n\n.fa-stumbleupon-circle:before {\n content: "\\f1a3"; }\n\n.fa-subscript:before {\n content: "\\f12c"; }\n\n.fa-subway:before {\n content: "\\f239"; }\n\n.fa-suitcase:before {\n content: "\\f0f2"; }\n\n.fa-suitcase-rolling:before {\n content: "\\f5c1"; }\n\n.fa-sun:before {\n content: "\\f185"; }\n\n.fa-superpowers:before {\n content: "\\f2dd"; }\n\n.fa-superscript:before {\n content: "\\f12b"; }\n\n.fa-supple:before {\n content: "\\f3f9"; }\n\n.fa-surprise:before {\n content: "\\f5c2"; }\n\n.fa-suse:before {\n content: "\\f7d6"; }\n\n.fa-swatchbook:before {\n content: "\\f5c3"; }\n\n.fa-swift:before {\n content: "\\f8e1"; }\n\n.fa-swimmer:before {\n content: "\\f5c4"; }\n\n.fa-swimming-pool:before {\n content: "\\f5c5"; }\n\n.fa-symfony:before {\n content: "\\f83d"; }\n\n.fa-synagogue:before {\n content: "\\f69b"; }\n\n.fa-sync:before {\n content: "\\f021"; }\n\n.fa-sync-alt:before {\n content: "\\f2f1"; }\n\n.fa-syringe:before {\n content: "\\f48e"; }\n\n.fa-table:before {\n content: "\\f0ce"; }\n\n.fa-table-tennis:before {\n content: "\\f45d"; }\n\n.fa-tablet:before {\n content: "\\f10a"; }\n\n.fa-tablet-alt:before {\n content: "\\f3fa"; }\n\n.fa-tablets:before {\n content: "\\f490"; }\n\n.fa-tachometer-alt:before {\n content: "\\f3fd"; }\n\n.fa-tag:before {\n content: "\\f02b"; }\n\n.fa-tags:before {\n content: "\\f02c"; }\n\n.fa-tape:before {\n content: "\\f4db"; }\n\n.fa-tasks:before {\n content: "\\f0ae"; }\n\n.fa-taxi:before {\n content: "\\f1ba"; }\n\n.fa-teamspeak:before {\n content: "\\f4f9"; }\n\n.fa-teeth:before {\n content: "\\f62e"; }\n\n.fa-teeth-open:before {\n content: "\\f62f"; }\n\n.fa-telegram:before {\n content: "\\f2c6"; }\n\n.fa-telegram-plane:before {\n content: "\\f3fe"; }\n\n.fa-temperature-high:before {\n content: "\\f769"; }\n\n.fa-temperature-low:before {\n content: "\\f76b"; }\n\n.fa-tencent-weibo:before {\n content: "\\f1d5"; }\n\n.fa-tenge:before {\n content: "\\f7d7"; }\n\n.fa-terminal:before {\n content: "\\f120"; }\n\n.fa-text-height:before {\n content: "\\f034"; }\n\n.fa-text-width:before {\n content: "\\f035"; }\n\n.fa-th:before {\n content: "\\f00a"; }\n\n.fa-th-large:before {\n content: "\\f009"; }\n\n.fa-th-list:before {\n content: "\\f00b"; }\n\n.fa-the-red-yeti:before {\n content: "\\f69d"; }\n\n.fa-theater-masks:before {\n content: "\\f630"; }\n\n.fa-themeco:before {\n content: "\\f5c6"; }\n\n.fa-themeisle:before {\n content: "\\f2b2"; }\n\n.fa-thermometer:before {\n content: "\\f491"; }\n\n.fa-thermometer-empty:before {\n content: "\\f2cb"; }\n\n.fa-thermometer-full:before {\n content: "\\f2c7"; }\n\n.fa-thermometer-half:before {\n content: "\\f2c9"; }\n\n.fa-thermometer-quarter:before {\n content: "\\f2ca"; }\n\n.fa-thermometer-three-quarters:before {\n content: "\\f2c8"; }\n\n.fa-think-peaks:before {\n content: "\\f731"; }\n\n.fa-thumbs-down:before {\n content: "\\f165"; }\n\n.fa-thumbs-up:before {\n content: "\\f164"; }\n\n.fa-thumbtack:before {\n content: "\\f08d"; }\n\n.fa-ticket-alt:before {\n content: "\\f3ff"; }\n\n.fa-tiktok:before {\n content: "\\e07b"; }\n\n.fa-times:before {\n content: "\\f00d"; }\n\n.fa-times-circle:before {\n content: "\\f057"; }\n\n.fa-tint:before {\n content: "\\f043"; }\n\n.fa-tint-slash:before {\n content: "\\f5c7"; }\n\n.fa-tired:before {\n content: "\\f5c8"; }\n\n.fa-toggle-off:before {\n content: "\\f204"; }\n\n.fa-toggle-on:before {\n content: "\\f205"; }\n\n.fa-toilet:before {\n content: "\\f7d8"; }\n\n.fa-toilet-paper:before {\n content: "\\f71e"; }\n\n.fa-toilet-paper-slash:before {\n content: "\\e072"; }\n\n.fa-toolbox:before {\n content: "\\f552"; }\n\n.fa-tools:before {\n content: "\\f7d9"; }\n\n.fa-tooth:before {\n content: "\\f5c9"; }\n\n.fa-torah:before {\n content: "\\f6a0"; }\n\n.fa-torii-gate:before {\n content: "\\f6a1"; }\n\n.fa-tractor:before {\n content: "\\f722"; }\n\n.fa-trade-federation:before {\n content: "\\f513"; }\n\n.fa-trademark:before {\n content: "\\f25c"; }\n\n.fa-traffic-light:before {\n content: "\\f637"; }\n\n.fa-trailer:before {\n content: "\\e041"; }\n\n.fa-train:before {\n content: "\\f238"; }\n\n.fa-tram:before {\n content: "\\f7da"; }\n\n.fa-transgender:before {\n content: "\\f224"; }\n\n.fa-transgender-alt:before {\n content: "\\f225"; }\n\n.fa-trash:before {\n content: "\\f1f8"; }\n\n.fa-trash-alt:before {\n content: "\\f2ed"; }\n\n.fa-trash-restore:before {\n content: "\\f829"; }\n\n.fa-trash-restore-alt:before {\n content: "\\f82a"; }\n\n.fa-tree:before {\n content: "\\f1bb"; }\n\n.fa-trello:before {\n content: "\\f181"; }\n\n.fa-trophy:before {\n content: "\\f091"; }\n\n.fa-truck:before {\n content: "\\f0d1"; }\n\n.fa-truck-loading:before {\n content: "\\f4de"; }\n\n.fa-truck-monster:before {\n content: "\\f63b"; }\n\n.fa-truck-moving:before {\n content: "\\f4df"; }\n\n.fa-truck-pickup:before {\n content: "\\f63c"; }\n\n.fa-tshirt:before {\n content: "\\f553"; }\n\n.fa-tty:before {\n content: "\\f1e4"; }\n\n.fa-tumblr:before {\n content: "\\f173"; }\n\n.fa-tumblr-square:before {\n content: "\\f174"; }\n\n.fa-tv:before {\n content: "\\f26c"; }\n\n.fa-twitch:before {\n content: "\\f1e8"; }\n\n.fa-twitter:before {\n content: "\\f099"; }\n\n.fa-twitter-square:before {\n content: "\\f081"; }\n\n.fa-typo3:before {\n content: "\\f42b"; }\n\n.fa-uber:before {\n content: "\\f402"; }\n\n.fa-ubuntu:before {\n content: "\\f7df"; }\n\n.fa-uikit:before {\n content: "\\f403"; }\n\n.fa-umbraco:before {\n content: "\\f8e8"; }\n\n.fa-umbrella:before {\n content: "\\f0e9"; }\n\n.fa-umbrella-beach:before {\n content: "\\f5ca"; }\n\n.fa-uncharted:before {\n content: "\\e084"; }\n\n.fa-underline:before {\n content: "\\f0cd"; }\n\n.fa-undo:before {\n content: "\\f0e2"; }\n\n.fa-undo-alt:before {\n content: "\\f2ea"; }\n\n.fa-uniregistry:before {\n content: "\\f404"; }\n\n.fa-unity:before {\n content: "\\e049"; }\n\n.fa-universal-access:before {\n content: "\\f29a"; }\n\n.fa-university:before {\n content: "\\f19c"; }\n\n.fa-unlink:before {\n content: "\\f127"; }\n\n.fa-unlock:before {\n content: "\\f09c"; }\n\n.fa-unlock-alt:before {\n content: "\\f13e"; }\n\n.fa-unsplash:before {\n content: "\\e07c"; }\n\n.fa-untappd:before {\n content: "\\f405"; }\n\n.fa-upload:before {\n content: "\\f093"; }\n\n.fa-ups:before {\n content: "\\f7e0"; }\n\n.fa-usb:before {\n content: "\\f287"; }\n\n.fa-user:before {\n content: "\\f007"; }\n\n.fa-user-alt:before {\n content: "\\f406"; }\n\n.fa-user-alt-slash:before {\n content: "\\f4fa"; }\n\n.fa-user-astronaut:before {\n content: "\\f4fb"; }\n\n.fa-user-check:before {\n content: "\\f4fc"; }\n\n.fa-user-circle:before {\n content: "\\f2bd"; }\n\n.fa-user-clock:before {\n content: "\\f4fd"; }\n\n.fa-user-cog:before {\n content: "\\f4fe"; }\n\n.fa-user-edit:before {\n content: "\\f4ff"; }\n\n.fa-user-friends:before {\n content: "\\f500"; }\n\n.fa-user-graduate:before {\n content: "\\f501"; }\n\n.fa-user-injured:before {\n content: "\\f728"; }\n\n.fa-user-lock:before {\n content: "\\f502"; }\n\n.fa-user-md:before {\n content: "\\f0f0"; }\n\n.fa-user-minus:before {\n content: "\\f503"; }\n\n.fa-user-ninja:before {\n content: "\\f504"; }\n\n.fa-user-nurse:before {\n content: "\\f82f"; }\n\n.fa-user-plus:before {\n content: "\\f234"; }\n\n.fa-user-secret:before {\n content: "\\f21b"; }\n\n.fa-user-shield:before {\n content: "\\f505"; }\n\n.fa-user-slash:before {\n content: "\\f506"; }\n\n.fa-user-tag:before {\n content: "\\f507"; }\n\n.fa-user-tie:before {\n content: "\\f508"; }\n\n.fa-user-times:before {\n content: "\\f235"; }\n\n.fa-users:before {\n content: "\\f0c0"; }\n\n.fa-users-cog:before {\n content: "\\f509"; }\n\n.fa-users-slash:before {\n content: "\\e073"; }\n\n.fa-usps:before {\n content: "\\f7e1"; }\n\n.fa-ussunnah:before {\n content: "\\f407"; }\n\n.fa-utensil-spoon:before {\n content: "\\f2e5"; }\n\n.fa-utensils:before {\n content: "\\f2e7"; }\n\n.fa-vaadin:before {\n content: "\\f408"; }\n\n.fa-vector-square:before {\n content: "\\f5cb"; }\n\n.fa-venus:before {\n content: "\\f221"; }\n\n.fa-venus-double:before {\n content: "\\f226"; }\n\n.fa-venus-mars:before {\n content: "\\f228"; }\n\n.fa-vest:before {\n content: "\\e085"; }\n\n.fa-vest-patches:before {\n content: "\\e086"; }\n\n.fa-viacoin:before {\n content: "\\f237"; }\n\n.fa-viadeo:before {\n content: "\\f2a9"; }\n\n.fa-viadeo-square:before {\n content: "\\f2aa"; }\n\n.fa-vial:before {\n content: "\\f492"; }\n\n.fa-vials:before {\n content: "\\f493"; }\n\n.fa-viber:before {\n content: "\\f409"; }\n\n.fa-video:before {\n content: "\\f03d"; }\n\n.fa-video-slash:before {\n content: "\\f4e2"; }\n\n.fa-vihara:before {\n content: "\\f6a7"; }\n\n.fa-vimeo:before {\n content: "\\f40a"; }\n\n.fa-vimeo-square:before {\n content: "\\f194"; }\n\n.fa-vimeo-v:before {\n content: "\\f27d"; }\n\n.fa-vine:before {\n content: "\\f1ca"; }\n\n.fa-virus:before {\n content: "\\e074"; }\n\n.fa-virus-slash:before {\n content: "\\e075"; }\n\n.fa-viruses:before {\n content: "\\e076"; }\n\n.fa-vk:before {\n content: "\\f189"; }\n\n.fa-vnv:before {\n content: "\\f40b"; }\n\n.fa-voicemail:before {\n content: "\\f897"; }\n\n.fa-volleyball-ball:before {\n content: "\\f45f"; }\n\n.fa-volume-down:before {\n content: "\\f027"; }\n\n.fa-volume-mute:before {\n content: "\\f6a9"; }\n\n.fa-volume-off:before {\n content: "\\f026"; }\n\n.fa-volume-up:before {\n content: "\\f028"; }\n\n.fa-vote-yea:before {\n content: "\\f772"; }\n\n.fa-vr-cardboard:before {\n content: "\\f729"; }\n\n.fa-vuejs:before {\n content: "\\f41f"; }\n\n.fa-walking:before {\n content: "\\f554"; }\n\n.fa-wallet:before {\n content: "\\f555"; }\n\n.fa-warehouse:before {\n content: "\\f494"; }\n\n.fa-watchman-monitoring:before {\n content: "\\e087"; }\n\n.fa-water:before {\n content: "\\f773"; }\n\n.fa-wave-square:before {\n content: "\\f83e"; }\n\n.fa-waze:before {\n content: "\\f83f"; }\n\n.fa-weebly:before {\n content: "\\f5cc"; }\n\n.fa-weibo:before {\n content: "\\f18a"; }\n\n.fa-weight:before {\n content: "\\f496"; }\n\n.fa-weight-hanging:before {\n content: "\\f5cd"; }\n\n.fa-weixin:before {\n content: "\\f1d7"; }\n\n.fa-whatsapp:before {\n content: "\\f232"; }\n\n.fa-whatsapp-square:before {\n content: "\\f40c"; }\n\n.fa-wheelchair:before {\n content: "\\f193"; }\n\n.fa-whmcs:before {\n content: "\\f40d"; }\n\n.fa-wifi:before {\n content: "\\f1eb"; }\n\n.fa-wikipedia-w:before {\n content: "\\f266"; }\n\n.fa-wind:before {\n content: "\\f72e"; }\n\n.fa-window-close:before {\n content: "\\f410"; }\n\n.fa-window-maximize:before {\n content: "\\f2d0"; }\n\n.fa-window-minimize:before {\n content: "\\f2d1"; }\n\n.fa-window-restore:before {\n content: "\\f2d2"; }\n\n.fa-windows:before {\n content: "\\f17a"; }\n\n.fa-wine-bottle:before {\n content: "\\f72f"; }\n\n.fa-wine-glass:before {\n content: "\\f4e3"; }\n\n.fa-wine-glass-alt:before {\n content: "\\f5ce"; }\n\n.fa-wix:before {\n content: "\\f5cf"; }\n\n.fa-wizards-of-the-coast:before {\n content: "\\f730"; }\n\n.fa-wodu:before {\n content: "\\e088"; }\n\n.fa-wolf-pack-battalion:before {\n content: "\\f514"; }\n\n.fa-won-sign:before {\n content: "\\f159"; }\n\n.fa-wordpress:before {\n content: "\\f19a"; }\n\n.fa-wordpress-simple:before {\n content: "\\f411"; }\n\n.fa-wpbeginner:before {\n content: "\\f297"; }\n\n.fa-wpexplorer:before {\n content: "\\f2de"; }\n\n.fa-wpforms:before {\n content: "\\f298"; }\n\n.fa-wpressr:before {\n content: "\\f3e4"; }\n\n.fa-wrench:before {\n content: "\\f0ad"; }\n\n.fa-x-ray:before {\n content: "\\f497"; }\n\n.fa-xbox:before {\n content: "\\f412"; }\n\n.fa-xing:before {\n content: "\\f168"; }\n\n.fa-xing-square:before {\n content: "\\f169"; }\n\n.fa-y-combinator:before {\n content: "\\f23b"; }\n\n.fa-yahoo:before {\n content: "\\f19e"; }\n\n.fa-yammer:before {\n content: "\\f840"; }\n\n.fa-yandex:before {\n content: "\\f413"; }\n\n.fa-yandex-international:before {\n content: "\\f414"; }\n\n.fa-yarn:before {\n content: "\\f7e3"; }\n\n.fa-yelp:before {\n content: "\\f1e9"; }\n\n.fa-yen-sign:before {\n content: "\\f157"; }\n\n.fa-yin-yang:before {\n content: "\\f6ad"; }\n\n.fa-yoast:before {\n content: "\\f2b1"; }\n\n.fa-youtube:before {\n content: "\\f167"; }\n\n.fa-youtube-square:before {\n content: "\\f431"; }\n\n.fa-zhihu:before {\n content: "\\f63f"; }\n\n.sr-only {\n border: 0;\n clip: rect(0, 0, 0, 0);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n clip: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto; }\n@font-face {\n font-family: \'Font Awesome 5 Brands\';\n font-style: normal;\n font-weight: 400;\n font-display: block;\n src: url('+q+");\n src: url("+z+') format("embedded-opentype"), url('+Z+') format("woff2"), url('+j+') format("woff"), url('+I+') format("truetype"), url('+F+") format(\"svg\"); }\n\n.fab {\n font-family: 'Font Awesome 5 Brands';\n font-weight: 400; }\n@font-face {\n font-family: 'Font Awesome 5 Free';\n font-style: normal;\n font-weight: 400;\n font-display: block;\n src: url("+C+");\n src: url("+M+') format("embedded-opentype"), url('+A+') format("woff2"), url('+T+') format("woff"), url('+B+') format("truetype"), url('+S+") format(\"svg\"); }\n\n.far {\n font-family: 'Font Awesome 5 Free';\n font-weight: 400; }\n@font-face {\n font-family: 'Font Awesome 5 Free';\n font-style: normal;\n font-weight: 900;\n font-display: block;\n src: url("+D+");\n src: url("+L+') format("embedded-opentype"), url('+N+') format("woff2"), url('+X+') format("woff"), url('+_+') format("truetype"), url('+E+") format(\"svg\"); }\n\n.fa,\n.fas {\n font-family: 'Font Awesome 5 Free';\n font-weight: 900; }\n",""]);const U=x}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[7723],{64247:(e,f,o)=>{"use strict";o.d(f,{Z:()=>t});const t=o.p+"8b43027f47b20503057dfbbaa9401fef.eot"},78287:(e,f,o)=>{"use strict";o.d(f,{Z:()=>t});const t=o.p+"8b43027f47b20503057dfbbaa9401fef.eot"},72685:(e,f,o)=>{"use strict";o.d(f,{Z:()=>t});const t=o.p+"c1e38fd9e0e74ba58f7a2b77ef29fdd3.svg"},70982:(e,f,o)=>{"use strict";o.d(f,{Z:()=>t});const t=o.p+"1e59d2330b4c6deb84b340635ed36249.ttf"},72614:(e,f,o)=>{"use strict";o.d(f,{Z:()=>t});const t=o.p+"20fd1704ea223900efa9fd4e869efb08.woff2"},21173:(e,f,o)=>{"use strict";o.d(f,{Z:()=>t});const t=o.p+"f691f37e57f04c152e2315ab7dbad881.woff"},95560:(e,f,o)=>{"use strict";o.r(f),o.d(f,{default:()=>c});var t=o(90487),n=o.n(t),a=o(44125),r={insert:"head",singleton:!1};n()(a.Z,r);const c=a.Z.locals||{}},90487:(e,f,o)=>{"use strict";var t=function(){var e;return function(){return"undefined"===typeof e&&(e=Boolean(window&&document&&document.all&&!window.atob)),e}}(),n=function(){var e={};return function(f){if("undefined"===typeof e[f]){var o=document.querySelector(f);if(window.HTMLIFrameElement&&o instanceof window.HTMLIFrameElement)try{o=o.contentDocument.head}catch(t){o=null}e[f]=o}return e[f]}}(),a=[];function r(e){for(var f=-1,o=0;o<a.length;o++)if(a[o].identifier===e){f=o;break}return f}function c(e,f){for(var o={},t=[],n=0;n<e.length;n++){var c=e[n],b=f.base?c[0]+f.base:c[0],i=o[b]||0,s="".concat(b," ").concat(i);o[b]=i+1;var l=r(s),d={css:c[1],media:c[2],sourceMap:c[3]};-1!==l?(a[l].references++,a[l].updater(d)):a.push({identifier:s,updater:p(d,f),references:1}),t.push(s)}return t}function b(e){var f=document.createElement("style"),t=e.attributes||{};if("undefined"===typeof t.nonce){var a=o.nc;a&&(t.nonce=a)}if(Object.keys(t).forEach((function(e){f.setAttribute(e,t[e])})),"function"===typeof e.insert)e.insert(f);else{var r=n(e.insert||"head");if(!r)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");r.appendChild(f)}return f}var i=function(){var e=[];return function(f,o){return e[f]=o,e.filter(Boolean).join("\n")}}();function s(e,f,o,t){var n=o?"":t.media?"@media ".concat(t.media," {").concat(t.css,"}"):t.css;if(e.styleSheet)e.styleSheet.cssText=i(f,n);else{var a=document.createTextNode(n),r=e.childNodes;r[f]&&e.removeChild(r[f]),r.length?e.insertBefore(a,r[f]):e.appendChild(a)}}function l(e,f,o){var t=o.css,n=o.media,a=o.sourceMap;if(n?e.setAttribute("media",n):e.removeAttribute("media"),a&&"undefined"!==typeof btoa&&(t+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(a))))," */")),e.styleSheet)e.styleSheet.cssText=t;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(t))}}var d=null,u=0;function p(e,f){var o,t,n;if(f.singleton){var a=u++;o=d||(d=b(f)),t=s.bind(null,o,a,!1),n=s.bind(null,o,a,!0)}else o=b(f),t=l.bind(null,o,f),n=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(o)};return t(e),function(f){if(f){if(f.css===e.css&&f.media===e.media&&f.sourceMap===e.sourceMap)return;t(e=f)}else n()}}e.exports=function(e,f){(f=f||{}).singleton||"boolean"===typeof f.singleton||(f.singleton=t());var o=c(e=e||[],f);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var t=0;t<o.length;t++){var n=r(o[t]);a[n].references--}for(var b=c(e,f),i=0;i<o.length;i++){var s=r(o[i]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}o=b}}}},68922:e=>{"use strict";e.exports=function(e){var f=[];return f.toString=function(){return this.map((function(f){var o=e(f);return f[2]?"@media ".concat(f[2]," {").concat(o,"}"):o})).join("")},f.i=function(e,o,t){"string"===typeof e&&(e=[[null,e,""]]);var n={};if(t)for(var a=0;a<this.length;a++){var r=this[a][0];null!=r&&(n[r]=!0)}for(var c=0;c<e.length;c++){var b=[].concat(e[c]);t&&n[b[0]]||(o&&(b[2]?b[2]="".concat(o," and ").concat(b[2]):b[2]=o),f.push(b))}},f}},84155:e=>{"use strict";e.exports=function(e,f){return f||(f={}),"string"!==typeof(e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(e=e.slice(1,-1)),f.hash&&(e+=f.hash),/["'() \t\n]/.test(e)||f.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},44125:(e,f,o)=>{"use strict";o.d(f,{Z:()=>y});var t=o(68922),n=o.n(t),a=o(84155),r=o.n(a),c=o(78287),b=o(64247),i=o(72614),s=o(21173),l=o(70982),d=o(72685),u=n()((function(e){return e[1]})),p=r()(c.Z),m=r()(b.Z,{hash:"?#iefix&v=4.7.0"}),h=r()(i.Z),g=r()(s.Z),w=r()(l.Z),v=r()(d.Z,{hash:"#fontawesomeregular"});u.push([e.id,"/*!\n * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome\n * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)\n */@font-face{font-family:'FontAwesome';src:url("+p+");src:url("+m+") format('embedded-opentype'),url("+h+") format('woff2'),url("+g+") format('woff'),url("+w+") format('truetype'),url("+v+') format(\'svg\');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\\f000"}.fa-music:before{content:"\\f001"}.fa-search:before{content:"\\f002"}.fa-envelope-o:before{content:"\\f003"}.fa-heart:before{content:"\\f004"}.fa-star:before{content:"\\f005"}.fa-star-o:before{content:"\\f006"}.fa-user:before{content:"\\f007"}.fa-film:before{content:"\\f008"}.fa-th-large:before{content:"\\f009"}.fa-th:before{content:"\\f00a"}.fa-th-list:before{content:"\\f00b"}.fa-check:before{content:"\\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\\f00d"}.fa-search-plus:before{content:"\\f00e"}.fa-search-minus:before{content:"\\f010"}.fa-power-off:before{content:"\\f011"}.fa-signal:before{content:"\\f012"}.fa-gear:before,.fa-cog:before{content:"\\f013"}.fa-trash-o:before{content:"\\f014"}.fa-home:before{content:"\\f015"}.fa-file-o:before{content:"\\f016"}.fa-clock-o:before{content:"\\f017"}.fa-road:before{content:"\\f018"}.fa-download:before{content:"\\f019"}.fa-arrow-circle-o-down:before{content:"\\f01a"}.fa-arrow-circle-o-up:before{content:"\\f01b"}.fa-inbox:before{content:"\\f01c"}.fa-play-circle-o:before{content:"\\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\\f01e"}.fa-refresh:before{content:"\\f021"}.fa-list-alt:before{content:"\\f022"}.fa-lock:before{content:"\\f023"}.fa-flag:before{content:"\\f024"}.fa-headphones:before{content:"\\f025"}.fa-volume-off:before{content:"\\f026"}.fa-volume-down:before{content:"\\f027"}.fa-volume-up:before{content:"\\f028"}.fa-qrcode:before{content:"\\f029"}.fa-barcode:before{content:"\\f02a"}.fa-tag:before{content:"\\f02b"}.fa-tags:before{content:"\\f02c"}.fa-book:before{content:"\\f02d"}.fa-bookmark:before{content:"\\f02e"}.fa-print:before{content:"\\f02f"}.fa-camera:before{content:"\\f030"}.fa-font:before{content:"\\f031"}.fa-bold:before{content:"\\f032"}.fa-italic:before{content:"\\f033"}.fa-text-height:before{content:"\\f034"}.fa-text-width:before{content:"\\f035"}.fa-align-left:before{content:"\\f036"}.fa-align-center:before{content:"\\f037"}.fa-align-right:before{content:"\\f038"}.fa-align-justify:before{content:"\\f039"}.fa-list:before{content:"\\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\\f03b"}.fa-indent:before{content:"\\f03c"}.fa-video-camera:before{content:"\\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\\f03e"}.fa-pencil:before{content:"\\f040"}.fa-map-marker:before{content:"\\f041"}.fa-adjust:before{content:"\\f042"}.fa-tint:before{content:"\\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\\f044"}.fa-share-square-o:before{content:"\\f045"}.fa-check-square-o:before{content:"\\f046"}.fa-arrows:before{content:"\\f047"}.fa-step-backward:before{content:"\\f048"}.fa-fast-backward:before{content:"\\f049"}.fa-backward:before{content:"\\f04a"}.fa-play:before{content:"\\f04b"}.fa-pause:before{content:"\\f04c"}.fa-stop:before{content:"\\f04d"}.fa-forward:before{content:"\\f04e"}.fa-fast-forward:before{content:"\\f050"}.fa-step-forward:before{content:"\\f051"}.fa-eject:before{content:"\\f052"}.fa-chevron-left:before{content:"\\f053"}.fa-chevron-right:before{content:"\\f054"}.fa-plus-circle:before{content:"\\f055"}.fa-minus-circle:before{content:"\\f056"}.fa-times-circle:before{content:"\\f057"}.fa-check-circle:before{content:"\\f058"}.fa-question-circle:before{content:"\\f059"}.fa-info-circle:before{content:"\\f05a"}.fa-crosshairs:before{content:"\\f05b"}.fa-times-circle-o:before{content:"\\f05c"}.fa-check-circle-o:before{content:"\\f05d"}.fa-ban:before{content:"\\f05e"}.fa-arrow-left:before{content:"\\f060"}.fa-arrow-right:before{content:"\\f061"}.fa-arrow-up:before{content:"\\f062"}.fa-arrow-down:before{content:"\\f063"}.fa-mail-forward:before,.fa-share:before{content:"\\f064"}.fa-expand:before{content:"\\f065"}.fa-compress:before{content:"\\f066"}.fa-plus:before{content:"\\f067"}.fa-minus:before{content:"\\f068"}.fa-asterisk:before{content:"\\f069"}.fa-exclamation-circle:before{content:"\\f06a"}.fa-gift:before{content:"\\f06b"}.fa-leaf:before{content:"\\f06c"}.fa-fire:before{content:"\\f06d"}.fa-eye:before{content:"\\f06e"}.fa-eye-slash:before{content:"\\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\\f071"}.fa-plane:before{content:"\\f072"}.fa-calendar:before{content:"\\f073"}.fa-random:before{content:"\\f074"}.fa-comment:before{content:"\\f075"}.fa-magnet:before{content:"\\f076"}.fa-chevron-up:before{content:"\\f077"}.fa-chevron-down:before{content:"\\f078"}.fa-retweet:before{content:"\\f079"}.fa-shopping-cart:before{content:"\\f07a"}.fa-folder:before{content:"\\f07b"}.fa-folder-open:before{content:"\\f07c"}.fa-arrows-v:before{content:"\\f07d"}.fa-arrows-h:before{content:"\\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\\f080"}.fa-twitter-square:before{content:"\\f081"}.fa-facebook-square:before{content:"\\f082"}.fa-camera-retro:before{content:"\\f083"}.fa-key:before{content:"\\f084"}.fa-gears:before,.fa-cogs:before{content:"\\f085"}.fa-comments:before{content:"\\f086"}.fa-thumbs-o-up:before{content:"\\f087"}.fa-thumbs-o-down:before{content:"\\f088"}.fa-star-half:before{content:"\\f089"}.fa-heart-o:before{content:"\\f08a"}.fa-sign-out:before{content:"\\f08b"}.fa-linkedin-square:before{content:"\\f08c"}.fa-thumb-tack:before{content:"\\f08d"}.fa-external-link:before{content:"\\f08e"}.fa-sign-in:before{content:"\\f090"}.fa-trophy:before{content:"\\f091"}.fa-github-square:before{content:"\\f092"}.fa-upload:before{content:"\\f093"}.fa-lemon-o:before{content:"\\f094"}.fa-phone:before{content:"\\f095"}.fa-square-o:before{content:"\\f096"}.fa-bookmark-o:before{content:"\\f097"}.fa-phone-square:before{content:"\\f098"}.fa-twitter:before{content:"\\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\\f09a"}.fa-github:before{content:"\\f09b"}.fa-unlock:before{content:"\\f09c"}.fa-credit-card:before{content:"\\f09d"}.fa-feed:before,.fa-rss:before{content:"\\f09e"}.fa-hdd-o:before{content:"\\f0a0"}.fa-bullhorn:before{content:"\\f0a1"}.fa-bell:before{content:"\\f0f3"}.fa-certificate:before{content:"\\f0a3"}.fa-hand-o-right:before{content:"\\f0a4"}.fa-hand-o-left:before{content:"\\f0a5"}.fa-hand-o-up:before{content:"\\f0a6"}.fa-hand-o-down:before{content:"\\f0a7"}.fa-arrow-circle-left:before{content:"\\f0a8"}.fa-arrow-circle-right:before{content:"\\f0a9"}.fa-arrow-circle-up:before{content:"\\f0aa"}.fa-arrow-circle-down:before{content:"\\f0ab"}.fa-globe:before{content:"\\f0ac"}.fa-wrench:before{content:"\\f0ad"}.fa-tasks:before{content:"\\f0ae"}.fa-filter:before{content:"\\f0b0"}.fa-briefcase:before{content:"\\f0b1"}.fa-arrows-alt:before{content:"\\f0b2"}.fa-group:before,.fa-users:before{content:"\\f0c0"}.fa-chain:before,.fa-link:before{content:"\\f0c1"}.fa-cloud:before{content:"\\f0c2"}.fa-flask:before{content:"\\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\\f0c5"}.fa-paperclip:before{content:"\\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\\f0c7"}.fa-square:before{content:"\\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\\f0c9"}.fa-list-ul:before{content:"\\f0ca"}.fa-list-ol:before{content:"\\f0cb"}.fa-strikethrough:before{content:"\\f0cc"}.fa-underline:before{content:"\\f0cd"}.fa-table:before{content:"\\f0ce"}.fa-magic:before{content:"\\f0d0"}.fa-truck:before{content:"\\f0d1"}.fa-pinterest:before{content:"\\f0d2"}.fa-pinterest-square:before{content:"\\f0d3"}.fa-google-plus-square:before{content:"\\f0d4"}.fa-google-plus:before{content:"\\f0d5"}.fa-money:before{content:"\\f0d6"}.fa-caret-down:before{content:"\\f0d7"}.fa-caret-up:before{content:"\\f0d8"}.fa-caret-left:before{content:"\\f0d9"}.fa-caret-right:before{content:"\\f0da"}.fa-columns:before{content:"\\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\\f0de"}.fa-envelope:before{content:"\\f0e0"}.fa-linkedin:before{content:"\\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\\f0e4"}.fa-comment-o:before{content:"\\f0e5"}.fa-comments-o:before{content:"\\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\\f0e7"}.fa-sitemap:before{content:"\\f0e8"}.fa-umbrella:before{content:"\\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\\f0ea"}.fa-lightbulb-o:before{content:"\\f0eb"}.fa-exchange:before{content:"\\f0ec"}.fa-cloud-download:before{content:"\\f0ed"}.fa-cloud-upload:before{content:"\\f0ee"}.fa-user-md:before{content:"\\f0f0"}.fa-stethoscope:before{content:"\\f0f1"}.fa-suitcase:before{content:"\\f0f2"}.fa-bell-o:before{content:"\\f0a2"}.fa-coffee:before{content:"\\f0f4"}.fa-cutlery:before{content:"\\f0f5"}.fa-file-text-o:before{content:"\\f0f6"}.fa-building-o:before{content:"\\f0f7"}.fa-hospital-o:before{content:"\\f0f8"}.fa-ambulance:before{content:"\\f0f9"}.fa-medkit:before{content:"\\f0fa"}.fa-fighter-jet:before{content:"\\f0fb"}.fa-beer:before{content:"\\f0fc"}.fa-h-square:before{content:"\\f0fd"}.fa-plus-square:before{content:"\\f0fe"}.fa-angle-double-left:before{content:"\\f100"}.fa-angle-double-right:before{content:"\\f101"}.fa-angle-double-up:before{content:"\\f102"}.fa-angle-double-down:before{content:"\\f103"}.fa-angle-left:before{content:"\\f104"}.fa-angle-right:before{content:"\\f105"}.fa-angle-up:before{content:"\\f106"}.fa-angle-down:before{content:"\\f107"}.fa-desktop:before{content:"\\f108"}.fa-laptop:before{content:"\\f109"}.fa-tablet:before{content:"\\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\\f10b"}.fa-circle-o:before{content:"\\f10c"}.fa-quote-left:before{content:"\\f10d"}.fa-quote-right:before{content:"\\f10e"}.fa-spinner:before{content:"\\f110"}.fa-circle:before{content:"\\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\\f112"}.fa-github-alt:before{content:"\\f113"}.fa-folder-o:before{content:"\\f114"}.fa-folder-open-o:before{content:"\\f115"}.fa-smile-o:before{content:"\\f118"}.fa-frown-o:before{content:"\\f119"}.fa-meh-o:before{content:"\\f11a"}.fa-gamepad:before{content:"\\f11b"}.fa-keyboard-o:before{content:"\\f11c"}.fa-flag-o:before{content:"\\f11d"}.fa-flag-checkered:before{content:"\\f11e"}.fa-terminal:before{content:"\\f120"}.fa-code:before{content:"\\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\\f123"}.fa-location-arrow:before{content:"\\f124"}.fa-crop:before{content:"\\f125"}.fa-code-fork:before{content:"\\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\\f127"}.fa-question:before{content:"\\f128"}.fa-info:before{content:"\\f129"}.fa-exclamation:before{content:"\\f12a"}.fa-superscript:before{content:"\\f12b"}.fa-subscript:before{content:"\\f12c"}.fa-eraser:before{content:"\\f12d"}.fa-puzzle-piece:before{content:"\\f12e"}.fa-microphone:before{content:"\\f130"}.fa-microphone-slash:before{content:"\\f131"}.fa-shield:before{content:"\\f132"}.fa-calendar-o:before{content:"\\f133"}.fa-fire-extinguisher:before{content:"\\f134"}.fa-rocket:before{content:"\\f135"}.fa-maxcdn:before{content:"\\f136"}.fa-chevron-circle-left:before{content:"\\f137"}.fa-chevron-circle-right:before{content:"\\f138"}.fa-chevron-circle-up:before{content:"\\f139"}.fa-chevron-circle-down:before{content:"\\f13a"}.fa-html5:before{content:"\\f13b"}.fa-css3:before{content:"\\f13c"}.fa-anchor:before{content:"\\f13d"}.fa-unlock-alt:before{content:"\\f13e"}.fa-bullseye:before{content:"\\f140"}.fa-ellipsis-h:before{content:"\\f141"}.fa-ellipsis-v:before{content:"\\f142"}.fa-rss-square:before{content:"\\f143"}.fa-play-circle:before{content:"\\f144"}.fa-ticket:before{content:"\\f145"}.fa-minus-square:before{content:"\\f146"}.fa-minus-square-o:before{content:"\\f147"}.fa-level-up:before{content:"\\f148"}.fa-level-down:before{content:"\\f149"}.fa-check-square:before{content:"\\f14a"}.fa-pencil-square:before{content:"\\f14b"}.fa-external-link-square:before{content:"\\f14c"}.fa-share-square:before{content:"\\f14d"}.fa-compass:before{content:"\\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\\f152"}.fa-euro:before,.fa-eur:before{content:"\\f153"}.fa-gbp:before{content:"\\f154"}.fa-dollar:before,.fa-usd:before{content:"\\f155"}.fa-rupee:before,.fa-inr:before{content:"\\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\\f158"}.fa-won:before,.fa-krw:before{content:"\\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\\f15a"}.fa-file:before{content:"\\f15b"}.fa-file-text:before{content:"\\f15c"}.fa-sort-alpha-asc:before{content:"\\f15d"}.fa-sort-alpha-desc:before{content:"\\f15e"}.fa-sort-amount-asc:before{content:"\\f160"}.fa-sort-amount-desc:before{content:"\\f161"}.fa-sort-numeric-asc:before{content:"\\f162"}.fa-sort-numeric-desc:before{content:"\\f163"}.fa-thumbs-up:before{content:"\\f164"}.fa-thumbs-down:before{content:"\\f165"}.fa-youtube-square:before{content:"\\f166"}.fa-youtube:before{content:"\\f167"}.fa-xing:before{content:"\\f168"}.fa-xing-square:before{content:"\\f169"}.fa-youtube-play:before{content:"\\f16a"}.fa-dropbox:before{content:"\\f16b"}.fa-stack-overflow:before{content:"\\f16c"}.fa-instagram:before{content:"\\f16d"}.fa-flickr:before{content:"\\f16e"}.fa-adn:before{content:"\\f170"}.fa-bitbucket:before{content:"\\f171"}.fa-bitbucket-square:before{content:"\\f172"}.fa-tumblr:before{content:"\\f173"}.fa-tumblr-square:before{content:"\\f174"}.fa-long-arrow-down:before{content:"\\f175"}.fa-long-arrow-up:before{content:"\\f176"}.fa-long-arrow-left:before{content:"\\f177"}.fa-long-arrow-right:before{content:"\\f178"}.fa-apple:before{content:"\\f179"}.fa-windows:before{content:"\\f17a"}.fa-android:before{content:"\\f17b"}.fa-linux:before{content:"\\f17c"}.fa-dribbble:before{content:"\\f17d"}.fa-skype:before{content:"\\f17e"}.fa-foursquare:before{content:"\\f180"}.fa-trello:before{content:"\\f181"}.fa-female:before{content:"\\f182"}.fa-male:before{content:"\\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\\f184"}.fa-sun-o:before{content:"\\f185"}.fa-moon-o:before{content:"\\f186"}.fa-archive:before{content:"\\f187"}.fa-bug:before{content:"\\f188"}.fa-vk:before{content:"\\f189"}.fa-weibo:before{content:"\\f18a"}.fa-renren:before{content:"\\f18b"}.fa-pagelines:before{content:"\\f18c"}.fa-stack-exchange:before{content:"\\f18d"}.fa-arrow-circle-o-right:before{content:"\\f18e"}.fa-arrow-circle-o-left:before{content:"\\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\\f191"}.fa-dot-circle-o:before{content:"\\f192"}.fa-wheelchair:before{content:"\\f193"}.fa-vimeo-square:before{content:"\\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\\f195"}.fa-plus-square-o:before{content:"\\f196"}.fa-space-shuttle:before{content:"\\f197"}.fa-slack:before{content:"\\f198"}.fa-envelope-square:before{content:"\\f199"}.fa-wordpress:before{content:"\\f19a"}.fa-openid:before{content:"\\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\\f19d"}.fa-yahoo:before{content:"\\f19e"}.fa-google:before{content:"\\f1a0"}.fa-reddit:before{content:"\\f1a1"}.fa-reddit-square:before{content:"\\f1a2"}.fa-stumbleupon-circle:before{content:"\\f1a3"}.fa-stumbleupon:before{content:"\\f1a4"}.fa-delicious:before{content:"\\f1a5"}.fa-digg:before{content:"\\f1a6"}.fa-pied-piper-pp:before{content:"\\f1a7"}.fa-pied-piper-alt:before{content:"\\f1a8"}.fa-drupal:before{content:"\\f1a9"}.fa-joomla:before{content:"\\f1aa"}.fa-language:before{content:"\\f1ab"}.fa-fax:before{content:"\\f1ac"}.fa-building:before{content:"\\f1ad"}.fa-child:before{content:"\\f1ae"}.fa-paw:before{content:"\\f1b0"}.fa-spoon:before{content:"\\f1b1"}.fa-cube:before{content:"\\f1b2"}.fa-cubes:before{content:"\\f1b3"}.fa-behance:before{content:"\\f1b4"}.fa-behance-square:before{content:"\\f1b5"}.fa-steam:before{content:"\\f1b6"}.fa-steam-square:before{content:"\\f1b7"}.fa-recycle:before{content:"\\f1b8"}.fa-automobile:before,.fa-car:before{content:"\\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\\f1ba"}.fa-tree:before{content:"\\f1bb"}.fa-spotify:before{content:"\\f1bc"}.fa-deviantart:before{content:"\\f1bd"}.fa-soundcloud:before{content:"\\f1be"}.fa-database:before{content:"\\f1c0"}.fa-file-pdf-o:before{content:"\\f1c1"}.fa-file-word-o:before{content:"\\f1c2"}.fa-file-excel-o:before{content:"\\f1c3"}.fa-file-powerpoint-o:before{content:"\\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\\f1c8"}.fa-file-code-o:before{content:"\\f1c9"}.fa-vine:before{content:"\\f1ca"}.fa-codepen:before{content:"\\f1cb"}.fa-jsfiddle:before{content:"\\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\\f1cd"}.fa-circle-o-notch:before{content:"\\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\\f1d0"}.fa-ge:before,.fa-empire:before{content:"\\f1d1"}.fa-git-square:before{content:"\\f1d2"}.fa-git:before{content:"\\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\\f1d4"}.fa-tencent-weibo:before{content:"\\f1d5"}.fa-qq:before{content:"\\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\\f1d9"}.fa-history:before{content:"\\f1da"}.fa-circle-thin:before{content:"\\f1db"}.fa-header:before{content:"\\f1dc"}.fa-paragraph:before{content:"\\f1dd"}.fa-sliders:before{content:"\\f1de"}.fa-share-alt:before{content:"\\f1e0"}.fa-share-alt-square:before{content:"\\f1e1"}.fa-bomb:before{content:"\\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\\f1e3"}.fa-tty:before{content:"\\f1e4"}.fa-binoculars:before{content:"\\f1e5"}.fa-plug:before{content:"\\f1e6"}.fa-slideshare:before{content:"\\f1e7"}.fa-twitch:before{content:"\\f1e8"}.fa-yelp:before{content:"\\f1e9"}.fa-newspaper-o:before{content:"\\f1ea"}.fa-wifi:before{content:"\\f1eb"}.fa-calculator:before{content:"\\f1ec"}.fa-paypal:before{content:"\\f1ed"}.fa-google-wallet:before{content:"\\f1ee"}.fa-cc-visa:before{content:"\\f1f0"}.fa-cc-mastercard:before{content:"\\f1f1"}.fa-cc-discover:before{content:"\\f1f2"}.fa-cc-amex:before{content:"\\f1f3"}.fa-cc-paypal:before{content:"\\f1f4"}.fa-cc-stripe:before{content:"\\f1f5"}.fa-bell-slash:before{content:"\\f1f6"}.fa-bell-slash-o:before{content:"\\f1f7"}.fa-trash:before{content:"\\f1f8"}.fa-copyright:before{content:"\\f1f9"}.fa-at:before{content:"\\f1fa"}.fa-eyedropper:before{content:"\\f1fb"}.fa-paint-brush:before{content:"\\f1fc"}.fa-birthday-cake:before{content:"\\f1fd"}.fa-area-chart:before{content:"\\f1fe"}.fa-pie-chart:before{content:"\\f200"}.fa-line-chart:before{content:"\\f201"}.fa-lastfm:before{content:"\\f202"}.fa-lastfm-square:before{content:"\\f203"}.fa-toggle-off:before{content:"\\f204"}.fa-toggle-on:before{content:"\\f205"}.fa-bicycle:before{content:"\\f206"}.fa-bus:before{content:"\\f207"}.fa-ioxhost:before{content:"\\f208"}.fa-angellist:before{content:"\\f209"}.fa-cc:before{content:"\\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\\f20b"}.fa-meanpath:before{content:"\\f20c"}.fa-buysellads:before{content:"\\f20d"}.fa-connectdevelop:before{content:"\\f20e"}.fa-dashcube:before{content:"\\f210"}.fa-forumbee:before{content:"\\f211"}.fa-leanpub:before{content:"\\f212"}.fa-sellsy:before{content:"\\f213"}.fa-shirtsinbulk:before{content:"\\f214"}.fa-simplybuilt:before{content:"\\f215"}.fa-skyatlas:before{content:"\\f216"}.fa-cart-plus:before{content:"\\f217"}.fa-cart-arrow-down:before{content:"\\f218"}.fa-diamond:before{content:"\\f219"}.fa-ship:before{content:"\\f21a"}.fa-user-secret:before{content:"\\f21b"}.fa-motorcycle:before{content:"\\f21c"}.fa-street-view:before{content:"\\f21d"}.fa-heartbeat:before{content:"\\f21e"}.fa-venus:before{content:"\\f221"}.fa-mars:before{content:"\\f222"}.fa-mercury:before{content:"\\f223"}.fa-intersex:before,.fa-transgender:before{content:"\\f224"}.fa-transgender-alt:before{content:"\\f225"}.fa-venus-double:before{content:"\\f226"}.fa-mars-double:before{content:"\\f227"}.fa-venus-mars:before{content:"\\f228"}.fa-mars-stroke:before{content:"\\f229"}.fa-mars-stroke-v:before{content:"\\f22a"}.fa-mars-stroke-h:before{content:"\\f22b"}.fa-neuter:before{content:"\\f22c"}.fa-genderless:before{content:"\\f22d"}.fa-facebook-official:before{content:"\\f230"}.fa-pinterest-p:before{content:"\\f231"}.fa-whatsapp:before{content:"\\f232"}.fa-server:before{content:"\\f233"}.fa-user-plus:before{content:"\\f234"}.fa-user-times:before{content:"\\f235"}.fa-hotel:before,.fa-bed:before{content:"\\f236"}.fa-viacoin:before{content:"\\f237"}.fa-train:before{content:"\\f238"}.fa-subway:before{content:"\\f239"}.fa-medium:before{content:"\\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\\f23b"}.fa-optin-monster:before{content:"\\f23c"}.fa-opencart:before{content:"\\f23d"}.fa-expeditedssl:before{content:"\\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\\f244"}.fa-mouse-pointer:before{content:"\\f245"}.fa-i-cursor:before{content:"\\f246"}.fa-object-group:before{content:"\\f247"}.fa-object-ungroup:before{content:"\\f248"}.fa-sticky-note:before{content:"\\f249"}.fa-sticky-note-o:before{content:"\\f24a"}.fa-cc-jcb:before{content:"\\f24b"}.fa-cc-diners-club:before{content:"\\f24c"}.fa-clone:before{content:"\\f24d"}.fa-balance-scale:before{content:"\\f24e"}.fa-hourglass-o:before{content:"\\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\\f253"}.fa-hourglass:before{content:"\\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\\f256"}.fa-hand-scissors-o:before{content:"\\f257"}.fa-hand-lizard-o:before{content:"\\f258"}.fa-hand-spock-o:before{content:"\\f259"}.fa-hand-pointer-o:before{content:"\\f25a"}.fa-hand-peace-o:before{content:"\\f25b"}.fa-trademark:before{content:"\\f25c"}.fa-registered:before{content:"\\f25d"}.fa-creative-commons:before{content:"\\f25e"}.fa-gg:before{content:"\\f260"}.fa-gg-circle:before{content:"\\f261"}.fa-tripadvisor:before{content:"\\f262"}.fa-odnoklassniki:before{content:"\\f263"}.fa-odnoklassniki-square:before{content:"\\f264"}.fa-get-pocket:before{content:"\\f265"}.fa-wikipedia-w:before{content:"\\f266"}.fa-safari:before{content:"\\f267"}.fa-chrome:before{content:"\\f268"}.fa-firefox:before{content:"\\f269"}.fa-opera:before{content:"\\f26a"}.fa-internet-explorer:before{content:"\\f26b"}.fa-tv:before,.fa-television:before{content:"\\f26c"}.fa-contao:before{content:"\\f26d"}.fa-500px:before{content:"\\f26e"}.fa-amazon:before{content:"\\f270"}.fa-calendar-plus-o:before{content:"\\f271"}.fa-calendar-minus-o:before{content:"\\f272"}.fa-calendar-times-o:before{content:"\\f273"}.fa-calendar-check-o:before{content:"\\f274"}.fa-industry:before{content:"\\f275"}.fa-map-pin:before{content:"\\f276"}.fa-map-signs:before{content:"\\f277"}.fa-map-o:before{content:"\\f278"}.fa-map:before{content:"\\f279"}.fa-commenting:before{content:"\\f27a"}.fa-commenting-o:before{content:"\\f27b"}.fa-houzz:before{content:"\\f27c"}.fa-vimeo:before{content:"\\f27d"}.fa-black-tie:before{content:"\\f27e"}.fa-fonticons:before{content:"\\f280"}.fa-reddit-alien:before{content:"\\f281"}.fa-edge:before{content:"\\f282"}.fa-credit-card-alt:before{content:"\\f283"}.fa-codiepie:before{content:"\\f284"}.fa-modx:before{content:"\\f285"}.fa-fort-awesome:before{content:"\\f286"}.fa-usb:before{content:"\\f287"}.fa-product-hunt:before{content:"\\f288"}.fa-mixcloud:before{content:"\\f289"}.fa-scribd:before{content:"\\f28a"}.fa-pause-circle:before{content:"\\f28b"}.fa-pause-circle-o:before{content:"\\f28c"}.fa-stop-circle:before{content:"\\f28d"}.fa-stop-circle-o:before{content:"\\f28e"}.fa-shopping-bag:before{content:"\\f290"}.fa-shopping-basket:before{content:"\\f291"}.fa-hashtag:before{content:"\\f292"}.fa-bluetooth:before{content:"\\f293"}.fa-bluetooth-b:before{content:"\\f294"}.fa-percent:before{content:"\\f295"}.fa-gitlab:before{content:"\\f296"}.fa-wpbeginner:before{content:"\\f297"}.fa-wpforms:before{content:"\\f298"}.fa-envira:before{content:"\\f299"}.fa-universal-access:before{content:"\\f29a"}.fa-wheelchair-alt:before{content:"\\f29b"}.fa-question-circle-o:before{content:"\\f29c"}.fa-blind:before{content:"\\f29d"}.fa-audio-description:before{content:"\\f29e"}.fa-volume-control-phone:before{content:"\\f2a0"}.fa-braille:before{content:"\\f2a1"}.fa-assistive-listening-systems:before{content:"\\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\\f2a4"}.fa-glide:before{content:"\\f2a5"}.fa-glide-g:before{content:"\\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\\f2a7"}.fa-low-vision:before{content:"\\f2a8"}.fa-viadeo:before{content:"\\f2a9"}.fa-viadeo-square:before{content:"\\f2aa"}.fa-snapchat:before{content:"\\f2ab"}.fa-snapchat-ghost:before{content:"\\f2ac"}.fa-snapchat-square:before{content:"\\f2ad"}.fa-pied-piper:before{content:"\\f2ae"}.fa-first-order:before{content:"\\f2b0"}.fa-yoast:before{content:"\\f2b1"}.fa-themeisle:before{content:"\\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\\f2b4"}.fa-handshake-o:before{content:"\\f2b5"}.fa-envelope-open:before{content:"\\f2b6"}.fa-envelope-open-o:before{content:"\\f2b7"}.fa-linode:before{content:"\\f2b8"}.fa-address-book:before{content:"\\f2b9"}.fa-address-book-o:before{content:"\\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\\f2bc"}.fa-user-circle:before{content:"\\f2bd"}.fa-user-circle-o:before{content:"\\f2be"}.fa-user-o:before{content:"\\f2c0"}.fa-id-badge:before{content:"\\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\\f2c3"}.fa-quora:before{content:"\\f2c4"}.fa-free-code-camp:before{content:"\\f2c5"}.fa-telegram:before{content:"\\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\\f2cb"}.fa-shower:before{content:"\\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\\f2cd"}.fa-podcast:before{content:"\\f2ce"}.fa-window-maximize:before{content:"\\f2d0"}.fa-window-minimize:before{content:"\\f2d1"}.fa-window-restore:before{content:"\\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\\f2d4"}.fa-bandcamp:before{content:"\\f2d5"}.fa-grav:before{content:"\\f2d6"}.fa-etsy:before{content:"\\f2d7"}.fa-imdb:before{content:"\\f2d8"}.fa-ravelry:before{content:"\\f2d9"}.fa-eercast:before{content:"\\f2da"}.fa-microchip:before{content:"\\f2db"}.fa-snowflake-o:before{content:"\\f2dc"}.fa-superpowers:before{content:"\\f2dd"}.fa-wpexplorer:before{content:"\\f2de"}.fa-meetup:before{content:"\\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}\n',""]);const y=u}}]);
@@ -1 +0,0 @@
1
- (self.webpackChunk_strapi_admin=self.webpackChunk_strapi_admin||[]).push([[8006],{88934:e=>{"use strict";e.exports=JSON.parse('{"Analytics":"Statistiques","Auth.form.button.forgot-password":"Envoyer \xe0 nouveau","Auth.form.button.login":"Se connecter","Auth.form.button.register":"Pr\xeat \xe0 commencer","Auth.form.button.reset-password":"Changez votre mot de passe","Auth.form.confirmPassword.label":"Confirmation du mot de passe","Auth.form.currentPassword.label":"Mot de passe actuel","Auth.form.email.label":"Email","Auth.form.email.placeholder":"kai@doe.com","Auth.form.error.blocked":"Votre compte a \xe9t\xe9 bloqu\xe9 par l\'administrateur.","Auth.form.error.code.provide":"Le code est incorrect.","Auth.form.error.confirmed":"L\'e-mail de votre compte n\'est pas confirm\xe9.","Auth.form.error.email.invalid":"Cette e-mail n\'est pas valide.","Auth.form.error.email.provide":"Votre identifiant est manquant.","Auth.form.error.email.taken":"Cet e-mail est d\xe9j\xe0 utilis\xe9","Auth.form.error.invalid":"Votre identifiant ou mot de passe est incorrect.","Auth.form.error.params.provide":"Les informations sont incorrectes.","Auth.form.error.password.format":"Votre mot de passe ne peut pas contenir trois fois le symbole `$`.","Auth.form.error.password.local":"Ce compte n\'a pas de mot de passe.","Auth.form.error.password.matching":"Les mots de passe ne sont pas identique.","Auth.form.error.password.provide":"Votre mot de passe est manquant.","Auth.form.error.ratelimit":"Trop de tentatives, veuillez r\xe9essayer dans une minute.","Auth.form.error.user.not-exist":"Cette e-mail n\'existe pas.","Auth.form.error.username.taken":"Ce nom est d\xe9j\xe0 utilis\xe9","Auth.form.firstname.label":"Pr\xe9nom","Auth.form.firstname.placeholder":"John","Auth.form.forgot-password.email.label":"Entrez votre e-mail","Auth.form.forgot-password.email.label.success":"E-mail envoy\xe9 avec succ\xe8s \xe0 l\'adresse suivante","Auth.form.lastname.label":"Nom","Auth.form.lastname.placeholder":"Doe","Auth.form.password.label":"Mot de passe","Auth.form.register.news.label":"Me tenir au courant des nouvelles fonctionnalit\xe9s et am\xe9liorations \xe0 venir (en faisant cela vous acceptez les {terms} et {policy}).","Auth.form.rememberMe.label":"Se souvenir de moi","Auth.form.username.label":"Nom d\'utilisateur","Auth.form.username.placeholder":"Kai Doe","Auth.link.forgot-password":"Mot de passe oubli\xe9 ?","Auth.link.ready":"Pr\xeat \xe0 vous connecter ?","Auth.link.signin":"Connexion","Auth.link.signin.account":"Vous avez d\xe9j\xe0 un compte ?","Auth.privacy-policy-agreement.policy":"la politique de confidentialit\xe9","Auth.privacy-policy-agreement.terms":"termes","Content Manager":"Content Manager","Content Type Builder":"Content Types Builder","Email":"E-mail","Files Upload":"T\xe9l\xe9versement de fichiers","HomePage.helmet.title":"Accueil","HomePage.roadmap":"Voir la roadmap","HomePage.welcome.congrats":"Bravo!","HomePage.welcome.congrats.content":"Vous \xeates connect\xe9 en tant que premier Administrateur. Afin de d\xe9couvrir les fonctionnalit\xe9s propos\xe9es par Strapi,","HomePage.welcome.congrats.content.bold":"nous vous conseillons de cr\xe9er votre premi\xe8re Collection.","New entry":"Nouvelle entr\xe9e","Password":"Mot de passe","Provider":"Provider","ResetPasswordToken":"ResetPasswordToken","Role":"R\xf4le","Settings.permissions.menu.link.roles.label":"R\xf4les","Settings.permissions.menu.link.users.label":"Utilisateurs","Settings.permissions.users.create":"Cr\xe9er un nouvel Utilisateur","Settings.permissions.users.form.email":"Email","Settings.permissions.users.form.firstname":"Pr\xe9nom","Settings.permissions.users.form.lastname":"Nom","Settings.permissions.users.listview.header.title":"Utilisateurs","Username":"Nom d\'utilisateur","Users":"Utilisateurs","Users & Permissions":"Utilisateurs et autorisations","app.components.BlockLink.code":"Apps d\'exemple","app.components.Button.cancel":"Annuler","app.components.Button.reset":"Annuler","app.components.Button.save":"Sauvegarder","app.components.ComingSoonPage.comingSoon":"Bient\xf4t disponible","app.components.DownloadInfo.download":"T\xe9l\xe9chargement en cours...","app.components.DownloadInfo.text":"Cela peut prendre une minute. Merci de patienter.","app.components.EmptyAttributes.title":"Il n\'y a pas encore de champ","app.components.HomePage.button.blog":"VOIR PLUS D\'ARTICLES SUR LE BLOG","app.components.HomePage.community":"Rejoignez la communaut\xe9","app.components.HomePage.community.content":"Discutez avec les membres de l\'\xe9quipe, contributeurs et d\xe9veloppeurs sur diff\xe9rent supports.","app.components.HomePage.create":"Cr\xe9ez votre premi\xe8re Collection","app.components.HomePage.welcome":"Bienvenue \xe0 bord !","app.components.HomePage.welcome.again":"Bienvenue ","app.components.HomePage.welcomeBlock.content":"Nous sommes heureux de vous compter parmi nos membres. Nous sommes \xe0 l\'\xe9coute de vos retours alors, n\'h\xe9sitez pas \xe0 nous envoyer des DM sur ","app.components.HomePage.welcomeBlock.content.again":"Nous esp\xe9rons que votre projet avance bien... D\xe9couvrez les derniers articles \xe0 propos de Strapi. Nous faisons de notre mieux pour am\xe9liorer le produit selon vos retours.","app.components.HomePage.welcomeBlock.content.issues":"issues","app.components.HomePage.welcomeBlock.content.raise":" ou soumettez des ","app.components.ImgPreview.hint":"Glissez-d\xe9posez dans cette zone ou {browse} un fichier \xe0 t\xe9l\xe9charger","app.components.ImgPreview.hint.browse":"recherchez","app.components.InputFile.newFile":"Ajouter un nouveau fichier","app.components.InputFileDetails.open":"Ouvrir dans une nouvelle fen\xeatre","app.components.InputFileDetails.originalName":"Nom d\'origine :","app.components.InputFileDetails.remove":"Supprimer ce fichier","app.components.InputFileDetails.size":"Taille:","app.components.InstallPluginPage.Download.description":"L\'installation d\'un plugin peut prendre quelques secondes.","app.components.InstallPluginPage.Download.title":"T\xe9l\xe9chargement en cours...","app.components.InstallPluginPage.description":"Am\xe9liorez votre app sans efforts","app.components.InstallPluginPage.helmet":"Marketplace - Plugins","app.components.InstallPluginPage.title":"Marketplace - Plugins","app.components.LeftMenuFooter.documentation":"Documentation","app.components.LeftMenuFooter.help":"Aide","app.components.LeftMenuFooter.poweredBy":"Propuls\xe9 par ","app.components.LeftMenuLinkContainer.configuration":"Configurations","app.components.LeftMenuLinkContainer.general":"G\xe9n\xe9ral","app.components.LeftMenuLinkContainer.installNewPlugin":"Marketplaces","app.components.LeftMenuLinkContainer.listPlugins":"Plugins","app.components.LeftMenuLinkContainer.noPluginsInstalled":"Aucun plugin install\xe9","app.components.LeftMenuLinkContainer.plugins":"Plugins","app.components.LeftMenuLinkContainer.settings":"Param\xe8tres","app.components.ListPluginsPage.description":"Liste des plugins install\xe9s dans le projet.","app.components.ListPluginsPage.helmet.title":"List plugins","app.components.ListPluginsPage.title":"Plugins","app.components.Logout.logout":"Se d\xe9connecter","app.components.Logout.profile":"Profil","app.components.NotFoundPage.back":"Retourner \xe0 la page d\'accueil","app.components.NotFoundPage.description":"Page introuvable","app.components.Official":"Officiel","app.components.Onboarding.label.completed":"% compl\xe9t\xe9es","app.components.Onboarding.title":"D\xe9marrons ensemble","app.components.PluginCard.Button.label.download":"T\xe9l\xe9charger","app.components.PluginCard.Button.label.install":"D\xe9j\xe0 install\xe9","app.components.PluginCard.PopUpWarning.install.impossible.autoReload.needed":"La configuration d\'autoReload a besoin d\'\xeatre activ\xe9e pour t\xe9l\xe9charger un plugin. Veuillez d\xe9marrer votre application avec `yarn develop`.","app.components.PluginCard.PopUpWarning.install.impossible.confirm":"J\'ai compris!","app.components.PluginCard.PopUpWarning.install.impossible.environment":"Pour des raisoins de s\xe9curit\xe9, un plugin ne peut \xeatre install\xe9 qu\'en d\xe9velopment.","app.components.PluginCard.PopUpWarning.install.impossible.title":"Le t\xe9l\xe9chargement est impossible","app.components.PluginCard.compatible":"Compatible avec votre app","app.components.PluginCard.compatibleCommunity":"Compatible avec la communaut\xe9","app.components.PluginCard.more-details":"Plus de d\xe9tails","app.components.Users.MagicLink.connect":"Envoyez ce lien \xe0 l\'utilisateur pour qu\'il se connecte.","app.components.Users.ModalCreateBody.block-title.details":"D\xe9tails","app.components.Users.ModalCreateBody.block-title.roles":"R\xf4les de l\'utilisateur","app.components.Users.SortPicker.button-label":"Trier par","app.components.Users.SortPicker.sortby.email_asc":"Email (A \xe0 Z)","app.components.Users.SortPicker.sortby.email_desc":"Email (Z \xe0 A)","app.components.Users.SortPicker.sortby.firstname_asc":"Pr\xe9nom (A \xe0 Z)","app.components.Users.SortPicker.sortby.firstname_desc":"Pr\xe9nom (Z \xe0 A)","app.components.Users.SortPicker.sortby.lastname_asc":"Nom (A \xe0 Z)","app.components.Users.SortPicker.sortby.lastname_desc":"Nom (Z \xe0 A)","app.components.Users.SortPicker.sortby.username_asc":"Nom d\'utilisateur (A \xe0 Z)","app.components.Users.SortPicker.sortby.username_desc":"Nom d\'utilisateur (Z \xe0 A)","app.components.listPlugins.button":"Ajouter un Nouveau Plugin","app.components.listPlugins.title.none":"Aucun plugin n\'est install\xe9","app.components.listPlugins.title.plural":"{number} sont disponibles","app.components.listPlugins.title.singular":"{number} est disponible","app.components.listPluginsPage.deletePlugin.error":"Une erreur est survenue pendant la d\xe9sintallation","app.containers.App.notification.error.init":"Une erreur est survenue en requ\xeatant l\'API","app.containers.AuthPage.ForgotPasswordSuccess.text.contact-admin":"Si vous ne recevez pas ce lien, veuillez contacter votre administrateur.","app.containers.AuthPage.ForgotPasswordSuccess.text.email":"La r\xe9ception de votre lien de r\xe9cup\xe9ration de mot de passe peut prendre quelques minutes.","app.containers.AuthPage.ForgotPasswordSuccess.title":"Email envoy\xe9","app.containers.Users.EditPage.form.active.label":"Actif","app.containers.Users.EditPage.header.label":"Modifier {name}","app.containers.Users.EditPage.header.label-loading":"Modifier l\'utilisateur","app.containers.Users.EditPage.roles-bloc-title":"R\xf4les attribu\xe9s","app.containers.Users.ModalForm.footer.button-success":"Cr\xe9er l\'utilisateur","app.links.configure-view":"Configurez la vue","app.utils.SelectOption.defaultMessage":" ","app.utils.add-filter":"Ajouter un filtre","app.utils.defaultMessage":" ","app.utils.delete":"Supprimer","app.utils.errors.file-too-big.message":"Le fichier est trop lourd","app.utils.filters":"Filtres","app.utils.placeholder.defaultMessage":" ","app.utils.publish":"Publier","app.utils.select-all":"Tout s\xe9lectionner","app.utils.unpublish":"Annuler la publication","components.AutoReloadBlocker.description":"D\xe9marrez Strapi avec l\'une des commandes suivantes:","components.AutoReloadBlocker.header":"L\'autoReload doit \xeatre activ\xe9 pour ce plugin.","components.ErrorBoundary.title":"Une erreur est survenue...","components.Input.error.attribute.key.taken":"Cette valeur existe d\xe9j\xe0","components.Input.error.attribute.sameKeyAndName":"Ne peuvent pas \xeatre \xe9gaux","components.Input.error.attribute.taken":"Ce champ existe d\xe9j\xe0","components.Input.error.contentTypeName.taken":"Ce nom existe d\xe9j\xe0","components.Input.error.custom-error":"{errorMessage} ","components.Input.error.password.noMatch":"Le mot de passe ne correspond pas","components.Input.error.validation.email":"Le format n\'est pas de type e-mail","components.Input.error.validation.json":"Le format JSON n\'est pas respect\xe9","components.Input.error.validation.max":"La valeur est trop grande.","components.Input.error.validation.maxLength":"La valeur est trop longue.","components.Input.error.validation.min":"La valeur est trop basse.","components.Input.error.validation.minLength":"La valeur est trop courte.","components.Input.error.validation.minSupMax":"Ne peut pas \xeatre plus grand.","components.Input.error.validation.regex":"La valeur ne correspond pas au format attendu.","components.Input.error.validation.required":"Ce champ est obligatoire.","components.InputSelect.option.placeholder":"Choisissez ici","components.ListRow.empty":"Il n\'y a pas de donn\xe9es \xe0 afficher.","components.OverlayBlocker.description":"Vous utilisez une fonctionnalit\xe9 qui n\xe9cessite le red\xe9marrage du server. Merci d\'attendre que celui-ci ait red\xe9marr\xe9.","components.OverlayBlocker.description.serverError":"Le serveur aurait d\xe9j\xe0 du red\xe9marrer, vous devriez regarder les messages dans le terminal.","components.OverlayBlocker.title":"Le serveur est en train de red\xe9marrer","components.OverlayBlocker.title.serverError":"Le serveur aurait d\xe9j\xe0 du red\xe9marrer","components.PageFooter.select":"entr\xe9es par page","components.ProductionBlocker.description":"Pour des raisons de s\xe9curit\xe9 il est d\xe9sactiv\xe9 dans les autres environnements.","components.ProductionBlocker.header":"Ce plugin est disponible uniquement en d\xe9veloppement.","components.Search.placeholder":"Rechercher...","components.Wysiwyg.collapse":"Fermer","components.Wysiwyg.selectOptions.H1":"Titre H1","components.Wysiwyg.selectOptions.H2":"Titre H2","components.Wysiwyg.selectOptions.H3":"Titre H3","components.Wysiwyg.selectOptions.H4":"Titre H4","components.Wysiwyg.selectOptions.H5":"Titre H5","components.Wysiwyg.selectOptions.H6":"Titre H6","components.Wysiwyg.selectOptions.title":"Ajouter un titre","components.WysiwygBottomControls.charactersIndicators":"caract\xe8res","components.WysiwygBottomControls.fullscreen":"Plein \xe9cran","components.WysiwygBottomControls.uploadFiles":"Ajouter des fichiers en les \'glissant-d\xe9posant\', {browse}, ou en les collant depuis le presse-papier","components.WysiwygBottomControls.uploadFiles.browse":"en les selectionnant","components.popUpWarning.button.cancel":"Non, annuler","components.popUpWarning.button.confirm":"Oui, confirmer","components.popUpWarning.message":"Etes-vous sure de vouloir le supprimer ?","components.popUpWarning.title":"Merci de confirmer","content-manager.EditRelations.title":"Donn\xe9es associ\xe9es","content-manager.components.AddFilterCTA.add":"Filtres","content-manager.components.AddFilterCTA.hide":"Filtres","content-manager.components.DraggableAttr.edit":"Cliquez pour modifier","content-manager.components.DynamicZone.pick-compo":"Choisir un composant","content-manager.components.EmptyAttributesBlock.button":"Voir la page des configurations","content-manager.components.EmptyAttributesBlock.description":"Vous pouvez modifiez vos param\xe8tres","content-manager.components.FieldItem.linkToComponentLayout":"Modifier le layout du composant","content-manager.components.FilterOptions.button.apply":"Appliquer","content-manager.components.FiltersPickWrapper.PluginHeader.actions.apply":"Appliquer","content-manager.components.FiltersPickWrapper.PluginHeader.actions.clearAll":"Tout supprimer","content-manager.components.FiltersPickWrapper.PluginHeader.description":"D\xe9finissez les conditions des filtres \xe0 appliquer","content-manager.components.FiltersPickWrapper.PluginHeader.title.filter":"Filtres","content-manager.components.FiltersPickWrapper.hide":"Fermer","content-manager.components.LimitSelect.itemsPerPage":"\xc9l\xe9ments par page","content-manager.components.Search.placeholder":"Rechercher une entr\xe9e...","content-manager.components.Select.draft-info-title":"Statut: Brouillon","content-manager.components.Select.publish-info-title":"Statut: Publi\xe9","content-manager.components.SettingsViewWrapper.pluginHeader.description.edit-settings":"D\xe9finissez l\'apparence de la vue edit.","content-manager.components.SettingsViewWrapper.pluginHeader.description.list-settings":"D\xe9finir les param\xe8tres de la vue liste.","content-manager.components.SettingsViewWrapper.pluginHeader.title":"Configurer la vue - {name}","content-manager.components.TableDelete.delete":"Tout supprimer","content-manager.components.TableDelete.deleteSelected":"Supprimer les \xe9l\xe9ments s\xe9lectionn\xe9s","content-manager.components.TableEmpty.withFilters":"Aucun {contentType} n\'a \xe9t\xe9 trouv\xe9 avec ces filtres...","content-manager.components.TableEmpty.withSearch":"Aucun {contentType} n\'a \xe9t\xe9 trouv\xe9 avec cette recherche ({search})...","content-manager.components.TableEmpty.withoutFilter":"Aucun {contentType} n\'a \xe9t\xe9 trouv\xe9...","content-manager.components.empty-repeatable":"Il n\'a pas encore d\'entr\xe9e. Cliquez sur le bouton pour en ajouter une.","content-manager.components.notification.info.maximum-requirement":"Le nombre maximal de champs est atteint","content-manager.components.notification.info.minimum-requirement":"Un champ a \xe9t\xe9 rajout\xe9 pour remplir les conditions minimales","content-manager.components.reset-entry":"Supprimer l\'entr\xe9e","content-manager.components.uid.apply":"appliquer","content-manager.components.uid.available":"disponible","content-manager.components.uid.regenerate":"reg\xe9n\xe9rer","content-manager.components.uid.suggested":"sugg\xe9r\xe9","content-manager.components.uid.unavailable":"indisponible","content-manager.containers.Edit.Link.Layout":"Param\xe9trer la vue","content-manager.containers.Edit.Link.Model":"\xc9diter le mod\xe8le","content-manager.containers.Edit.addAnItem":"Ajouter un \xe9l\xe9ment...","content-manager.containers.Edit.clickToJump":"Cliquer pour voir l\'entr\xe9e","content-manager.containers.Edit.delete":"Supprimer","content-manager.containers.Edit.delete-entry":"Supprimer cette entr\xe9e","content-manager.containers.Edit.editing":"\xc9dition en cours...","content-manager.containers.Edit.information.by":"Par","content-manager.containers.Edit.information.draftVersion":"version brouillon","content-manager.containers.Edit.information.editing":"\xc9dition :","content-manager.containers.Edit.information.lastUpdate":"Derni\xe8re modification","content-manager.containers.Edit.information.publishedVersion":"version publi\xe9e","content-manager.containers.Edit.pluginHeader.title.new":"Cr\xe9er un document","content-manager.containers.Edit.reset":"Annuler","content-manager.containers.Edit.returnList":"Retourner \xe0 la liste","content-manager.containers.Edit.seeDetails":"D\xe9tails","content-manager.containers.Edit.submit":"Valider","content-manager.containers.EditSettingsView.modal-form.edit-field":"Editer le champ","content-manager.containers.EditView.components.missing.plural":"{count} composants manquants","content-manager.containers.EditView.components.missing.singular":"{count} composants manquant","content-manager.containers.EditView.notification.errors":"Le formulaire contient des erreurs","content-manager.containers.Home.introduction":"Pour \xe9diter du contenu, choisissez un type de donn\xe9es dans le menu de gauche.","content-manager.containers.Home.pluginHeaderDescription":"Cr\xe9er et modifier votre type de contenu","content-manager.containers.Home.pluginHeaderTitle":"Type de contenu","content-manager.containers.List.draft":"Brouillon","content-manager.containers.List.errorFetchRecords":"Erreur","content-manager.containers.List.published":"Publi\xe9","content-manager.containers.ListPage.displayedFields":"Champs affich\xe9s","content-manager.containers.ListPage.table-headers.published_at":"Statut","content-manager.containers.ListSettingsView.modal-form.edit-label":"Editer le label","content-manager.containers.SettingPage.add.field":"Ins\xe9rer un autre champ","content-manager.containers.SettingPage.add.relational-field":"Ins\xe9rer un autre champ relationnel","content-manager.containers.SettingPage.attributes":"Attributs","content-manager.containers.SettingPage.attributes.description":"Organisez les attributs du mod\xe8le","content-manager.containers.SettingPage.editSettings.description":"Glissez & d\xe9posez les champs pour construire le layout","content-manager.containers.SettingPage.editSettings.entry.title":"Nom de l\'entr\xe9e","content-manager.containers.SettingPage.editSettings.entry.title.description":"D\xe9finissez quel champ sera affich\xe9","content-manager.containers.SettingPage.editSettings.title":"Vue edit (param\xe8tres)","content-manager.containers.SettingPage.layout":"Layout","content-manager.containers.SettingPage.listSettings.description":"Configurez les options de ce mod\xe8le","content-manager.containers.SettingPage.listSettings.title":"Vue liste (param\xe8tres)","content-manager.containers.SettingPage.pluginHeaderDescription":"Configurez les param\xe8tres de ce mod\xe8le","content-manager.containers.SettingPage.relations":"Champs relationnels","content-manager.containers.SettingPage.settings":"Param\xe8tres","content-manager.containers.SettingPage.view":"Vue","content-manager.containers.SettingsPage.Block.contentType.description":"Configurez les param\xe8tres sp\xe9cifiques","content-manager.containers.SettingsPage.Block.contentType.title":"Types de collection","content-manager.containers.SettingsPage.Block.generalSettings.description":"Configurez les options par d\xe9fault de vos mod\xe8les","content-manager.containers.SettingsPage.Block.generalSettings.title":"G\xe9n\xe9ral","content-manager.containers.SettingsPage.pluginHeaderDescription":"Configurez les param\xe8tres de vos mod\xe8les et groupes","content-manager.containers.SettingsView.list.subtitle":"Configurez le layout et l\'affichage de vos types de collection et groupes","content-manager.containers.SettingsView.list.title":"Param\xe8tres d\'affichage","content-manager.emptyAttributes.button":"Ouvrir le constructeur de types de contenu","content-manager.emptyAttributes.description":"Ajoutez votre premier champ a votre mod\xe8le","content-manager.emptyAttributes.title":"Il n\'y a pas encore de champs","content-manager.error.attribute.key.taken":"Cette valeur existe d\xe9j\xe0","content-manager.error.attribute.sameKeyAndName":"Ne peuvent pas \xeatre \xe9gaux","content-manager.error.attribute.taken":"Ce champ existe d\xe9j\xe0","content-manager.error.contentTypeName.taken":"Ce nom existe d\xe9j\xe0","content-manager.error.model.fetch":"Une erreur est survenue lors de la r\xe9ception des mod\xe8les.","content-manager.error.record.create":"Une erreur est survenue lors de la cr\xe9ation de l\'entr\xe9e.","content-manager.error.record.delete":"Une erreur est survenue lors de la suppression de l\'entr\xe9e.","content-manager.error.record.fetch":"Une erreur est survenue lors de la r\xe9ception de l\'entr\xe9e.","content-manager.error.record.update":"Une erreur est survenue lors de la modification de l\'entr\xe9e.","content-manager.error.records.count":"Une erreur est survenue lors de la r\xe9ception du nombre d\'entr\xe9es.","content-manager.error.records.fetch":"Une erreur est survenue lors de la r\xe9ception des entr\xe9es.","content-manager.error.schema.generation":"Une erreur est survenue lors de la g\xe9n\xe9ration du sch\xe9ma.","content-manager.error.validation.json":"Le format JSON n\'est pas respect\xe9","content-manager.error.validation.max":"La valeur est trop grande.","content-manager.error.validation.maxLength":"La valeur est trop longue.","content-manager.error.validation.min":"La valeur est trop basse.","content-manager.error.validation.minLength":"La valeur est trop courte.","content-manager.error.validation.minSupMax":"Ne peut pas \xeatre plus grand","content-manager.error.validation.regex":"La valeur ne correspond pas au format attendu.","content-manager.error.validation.required":"Ce champ est obligatoire.","content-manager.form.Input.bulkActions":"Autoriser les actions group\xe9es","content-manager.form.Input.defaultSort":"Attribut de tri par d\xe9fault","content-manager.form.Input.description":"Description","content-manager.form.Input.description.placeholder":"Afficher le nom dans le profil","content-manager.form.Input.editable":"Champ editable","content-manager.form.Input.filters":"Autoriser les filtres","content-manager.form.Input.label":"Label","content-manager.form.Input.label.inputDescription":"Cette valeur modifie celle du champs de la table","content-manager.form.Input.pageEntries":"Nombre d\'entr\xe9es par page","content-manager.form.Input.pageEntries.inputDescription":"Note : Vous pouvez modifier ces valeurs par mod\xe8le","content-manager.form.Input.placeholder":"Placeholder","content-manager.form.Input.placeholder.placeholder":"Mon super placeholder","content-manager.form.Input.search":"Autoriser la recherche","content-manager.form.Input.search.field":"Autoriser la recherche sur ce champs","content-manager.form.Input.sort.field":"Autoriser le tri sur ce champs","content-manager.form.Input.wysiwyg":"Afficher comme WYSIWYG","content-manager.global.displayedFields":"Champs affich\xe9s","content-manager.groups":"Groupes","content-manager.groups.numbered":"Groupes ({number})","content-manager.models":"Types de Collection","content-manager.models.numbered":"Types de Collection ({number})","content-manager.notification.error.displayedFields":"Vous devez avoir au moins un champ d\'affich\xe9","content-manager.notification.error.relationship.fetch":"Une erreur est survenue en r\xe9cup\xe9rant les relations.","content-manager.notification.info.SettingPage.disableSort":"Vous devez avoir au moins un attribut de tri par d\xe9faut","content-manager.notification.info.minimumFields":"Vous devez avoir au moins un champ d\'affich\xe9","content-manager.notification.upload.error":"Une erreur est survenues en t\xe9l\xe9chargeant vos fichiers","content-manager.pageNotFound":"Page non trouv\xe9e","content-manager.plugin.description.long":"Visualisez, modifiez et supprimez les donn\xe9es de votre base de donn\xe9es.","content-manager.plugin.description.short":"Visualisez, modifiez et supprimez les donn\xe9es de votre base de donn\xe9es.","content-manager.popUpWarning.bodyMessage.contentType.delete":"\xcates-vous s\xfbr de vouloir supprimer cette entr\xe9e ?","content-manager.popUpWarning.bodyMessage.contentType.delete.all":"\xcates-vous s\xfbr de vouloir supprimer ces entr\xe9es ?","content-manager.popUpWarning.warning.cancelAllSettings":"\xcates-vous s\xfbr de vouloir abandonner vos modifications ?","content-manager.popUpWarning.warning.publish-question":"\xcates-vous s\xfbr de vouloir le publier ?","content-manager.popUpWarning.warning.unpublish":"Si vous annulez la publication de ce contenu, il deviendra automatiquement un brouillon.","content-manager.popUpWarning.warning.unpublish-question":"\xcates-vous s\xfbr de vouloir annuler sa publication ?","content-manager.popUpWarning.warning.updateAllSettings":"Cela modifiera tous vos pr\xe9c\xe9dents param\xe8tres.","content-manager.success.record.delete":"Supprim\xe9","content-manager.success.record.publish":"Publi\xe9","content-manager.success.record.save":"Sauvegard\xe9","content-manager.success.record.unpublish":"Publication annul\xe9e","form.button.done":"Terminer","form.button.finish":"Terminer","global.prompt.unsaved":"\xcates-vous s\xfbr de vouloir quitter cette page? Toutes vos modifications seront perdues","notification.error":"Une erreur est survenue","notification.error.layout":"Impossible de r\xe9cup\xe9rer le layout de l\'admin","notification.form.error.fields":"Le formulaire contient des erreurs","request.error.model.unknown":"Le model n\'existe pas"}')}}]);