From a098f9b9b38103d8e0553f3c36650a8f01493f4b Mon Sep 17 00:00:00 2001 From: sinavir Date: Sat, 1 Jun 2024 17:43:17 +0200 Subject: [PATCH] V2 --- {hackens_orga/agent => agent}/__init__.py | 0 {hackens_orga/agent => agent}/admin.py | 0 {hackens_orga/agent => agent}/apps.py | 0 .../migrations/0001_initial.py | 0 .../migrations/0002_alter_agent_user.py | 0 .../agent => agent}/migrations/__init__.py | 0 {hackens_orga/agent => agent}/models.py | 0 {hackens_orga/agent => agent}/signals.py | 0 {hackens_orga/agent => agent}/tests.py | 0 agent/urls.py | 4 + agent/views.py | 24 + {hackens_orga/budget => budget}/__init__.py | 0 {hackens_orga/budget => budget}/admin.py | 0 {hackens_orga/budget => budget}/apps.py | 0 .../migrations/0001_initial.py | 0 .../migrations/0002_add_permissions.py | 0 .../0003_alter_budgetline_amount.py | 22 + .../budget => budget}/migrations/__init__.py | 0 {hackens_orga/budget => budget}/models.py | 11 +- budget/static/media/favicon.ico | Bin 0 -> 15086 bytes .../frontend => budget}/static/media/logo.png | Bin budget/static/media/logo.svg | 951 ++ budget/templates/budget/base.html | 65 + .../budget/budgetgroup_confirm_delete.html | 13 + budget/templates/budget/budgetgroup_form.html | 18 + budget/templates/budget/budgetgroup_list.html | 92 + .../budget/budgetline_confirm_delete.html | 13 + budget/templates/budget/budgetline_form.html | 18 + {hackens_orga/budget => budget}/tests.py | 0 budget/urls.py | 32 + budget/views.py | 55 + hackens_orga/{frontend => }/__init__.py | 0 hackens_orga/agent/serializers.py | 9 - hackens_orga/agent/urls.py | 13 - hackens_orga/agent/views.py | 11 - hackens_orga/{hackens_orga => }/asgi.py | 0 hackens_orga/budget/serializers.py | 23 - hackens_orga/budget/urls.py | 23 - hackens_orga/budget/views.py | 17 - hackens_orga/frontend/admin.py | 3 - hackens_orga/frontend/apps.py | 6 - hackens_orga/frontend/models.py | 3 - .../frontend/static/js/budget_list.js | 46 - .../frontend/templates/frontend/base.html | 82 - .../templates/frontend/budget_list.html | 115 - .../frontend/budgetgroup_create.html | 9 - .../frontend/budgetgroup_update.html | 9 - .../templates/frontend/budgetline_create.html | 9 - .../templates/frontend/budgetline_update.html | 9 - hackens_orga/frontend/tests.py | 3 - hackens_orga/frontend/urls.py | 29 - hackens_orga/frontend/views.py | 78 - hackens_orga/{hackens_orga => }/settings.py | 44 +- hackens_orga/shared/__init__.py | 0 hackens_orga/shared/scss/bulma/LICENSE | 21 - hackens_orga/shared/scss/bulma/README.md | 139 - hackens_orga/shared/scss/bulma/bulma.sass | 10 - hackens_orga/shared/scss/bulma/package.json | 56 - .../shared/scss/bulma/sass/base/_all.sass | 6 - .../scss/bulma/sass/base/animations.sass | 5 - .../shared/scss/bulma/sass/base/generic.sass | 145 - .../shared/scss/bulma/sass/base/helpers.sass | 1 - .../scss/bulma/sass/base/minireset.sass | 79 - .../scss/bulma/sass/components/_all.sass | 15 - .../bulma/sass/components/breadcrumb.sass | 77 - .../scss/bulma/sass/components/card.sass | 103 - .../scss/bulma/sass/components/dropdown.sass | 83 - .../scss/bulma/sass/components/level.sass | 79 - .../scss/bulma/sass/components/media.sass | 59 - .../scss/bulma/sass/components/menu.sass | 59 - .../scss/bulma/sass/components/message.sass | 101 - .../scss/bulma/sass/components/modal.sass | 117 - .../scss/bulma/sass/components/navbar.sass | 446 - .../bulma/sass/components/pagination.sass | 167 - .../scss/bulma/sass/components/panel.sass | 121 - .../scss/bulma/sass/components/tabs.sass | 176 - .../shared/scss/bulma/sass/elements/_all.sass | 16 - .../shared/scss/bulma/sass/elements/box.sass | 26 - .../scss/bulma/sass/elements/button.sass | 357 - .../scss/bulma/sass/elements/container.sass | 29 - .../scss/bulma/sass/elements/content.sass | 162 - .../shared/scss/bulma/sass/elements/form.sass | 1 - .../shared/scss/bulma/sass/elements/icon.sass | 46 - .../scss/bulma/sass/elements/image.sass | 73 - .../bulma/sass/elements/notification.sass | 52 - .../scss/bulma/sass/elements/other.sass | 31 - .../scss/bulma/sass/elements/progress.sass | 73 - .../scss/bulma/sass/elements/table.sass | 134 - .../shared/scss/bulma/sass/elements/tag.sass | 140 - .../scss/bulma/sass/elements/title.sass | 70 - .../shared/scss/bulma/sass/form/_all.sass | 9 - .../scss/bulma/sass/form/checkbox-radio.sass | 22 - .../shared/scss/bulma/sass/form/file.sass | 184 - .../scss/bulma/sass/form/input-textarea.sass | 66 - .../shared/scss/bulma/sass/form/select.sass | 88 - .../shared/scss/bulma/sass/form/shared.sass | 60 - .../shared/scss/bulma/sass/form/tools.sass | 215 - .../shared/scss/bulma/sass/grid/_all.sass | 5 - .../shared/scss/bulma/sass/grid/columns.sass | 513 -- .../shared/scss/bulma/sass/grid/tiles.sass | 36 - .../shared/scss/bulma/sass/helpers/_all.sass | 12 - .../shared/scss/bulma/sass/helpers/color.sass | 39 - .../scss/bulma/sass/helpers/flexbox.sass | 35 - .../shared/scss/bulma/sass/helpers/float.sass | 10 - .../shared/scss/bulma/sass/helpers/other.sass | 14 - .../scss/bulma/sass/helpers/overflow.sass | 2 - .../scss/bulma/sass/helpers/position.sass | 7 - .../scss/bulma/sass/helpers/spacing.sass | 31 - .../scss/bulma/sass/helpers/typography.sass | 103 - .../scss/bulma/sass/helpers/visibility.sass | 122 - .../shared/scss/bulma/sass/layout/_all.sass | 6 - .../shared/scss/bulma/sass/layout/footer.sass | 11 - .../shared/scss/bulma/sass/layout/hero.sass | 153 - .../scss/bulma/sass/layout/section.sass | 17 - .../scss/bulma/sass/utilities/_all.sass | 9 - .../scss/bulma/sass/utilities/animations.sass | 1 - .../scss/bulma/sass/utilities/controls.sass | 49 - .../sass/utilities/derived-variables.sass | 114 - .../scss/bulma/sass/utilities/extends.sass | 25 - .../scss/bulma/sass/utilities/functions.sass | 135 - .../sass/utilities/initial-variables.sass | 79 - .../scss/bulma/sass/utilities/mixins.sass | 303 - hackens_orga/shared/scss/divider.sass | 81 - hackens_orga/shared/scss/main.sass | 14 - hackens_orga/shared/scss/makecss.sh | 1 - hackens_orga/shared/static/css/bundle.css | 7795 ---------------- hackens_orga/shared/static/css/bundle.css.map | 7 - hackens_orga/shared/static/js/bulma-utils.js | 37 - .../static/vendor/fontawesome/LICENSE.txt | 165 - .../static/vendor/fontawesome/css/all.css | 7955 ----------------- .../static/vendor/fontawesome/css/all.min.css | 9 - .../static/vendor/fontawesome/css/brands.css | 1522 ---- .../vendor/fontawesome/css/brands.min.css | 6 - .../vendor/fontawesome/css/fontawesome.css | 6372 ------------- .../fontawesome/css/fontawesome.min.css | 9 - .../static/vendor/fontawesome/css/regular.css | 19 - .../vendor/fontawesome/css/regular.min.css | 6 - .../static/vendor/fontawesome/css/solid.css | 19 - .../vendor/fontawesome/css/solid.min.css | 6 - .../vendor/fontawesome/css/svg-with-js.css | 638 -- .../fontawesome/css/svg-with-js.min.css | 6 - .../vendor/fontawesome/css/v4-font-face.css | 26 - .../fontawesome/css/v4-font-face.min.css | 6 - .../vendor/fontawesome/css/v4-shims.css | 2194 ----- .../vendor/fontawesome/css/v4-shims.min.css | 6 - .../vendor/fontawesome/css/v5-font-face.css | 22 - .../fontawesome/css/v5-font-face.min.css | 6 - .../fontawesome/webfonts/fa-brands-400.ttf | Bin 187448 -> 0 bytes .../fontawesome/webfonts/fa-brands-400.woff2 | Bin 108000 -> 0 bytes .../fontawesome/webfonts/fa-regular-400.ttf | Bin 63728 -> 0 bytes .../fontawesome/webfonts/fa-regular-400.woff2 | Bin 24840 -> 0 bytes .../fontawesome/webfonts/fa-solid-900.ttf | Bin 394832 -> 0 bytes .../fontawesome/webfonts/fa-solid-900.woff2 | Bin 149908 -> 0 bytes .../webfonts/fa-v4compatibility.ttf | Bin 10172 -> 0 bytes .../webfonts/fa-v4compatibility.woff2 | Bin 4536 -> 0 bytes .../shared/templates/forms/checkbox.html | 16 - .../shared/templates/forms/common-form.html | 27 - .../shared/templates/forms/field.html | 33 - hackens_orga/shared/templates/forms/file.html | 35 - hackens_orga/shared/templates/forms/form.html | 18 - .../shared/templates/forms/formset.html | 14 - .../shared/templates/forms/input.html | 19 - .../shared/templates/forms/modal-form.html | 35 - .../shared/templates/forms/other.html | 19 - .../shared/templates/forms/radio.html | 24 - .../shared/templates/forms/select.html | 21 - .../shared/templates/forms/textarea.html | 19 - hackens_orga/shared/templatetags/bulma.py | 74 - hackens_orga/{hackens_orga => }/urls.py | 11 +- hackens_orga/{hackens_orga => }/wsgi.py | 0 hackens_orga/manage.py => manage.py | 2 +- provisioning/mkAssets.nix | 26 - provisioning/module.nix | 63 - provisioning/python.nix | 1 - provisioning/static-assets.nix | 10 - .../hackens_orga => shared}/__init__.py | 0 {hackens_orga/shared => shared}/apps.py | 0 shared/static/css/pico.green.min.css | 4 + 178 files changed, 1332 insertions(+), 33675 deletions(-) rename {hackens_orga/agent => agent}/__init__.py (100%) rename {hackens_orga/agent => agent}/admin.py (100%) rename {hackens_orga/agent => agent}/apps.py (100%) rename {hackens_orga/agent => agent}/migrations/0001_initial.py (100%) rename {hackens_orga/agent => agent}/migrations/0002_alter_agent_user.py (100%) rename {hackens_orga/agent => agent}/migrations/__init__.py (100%) rename {hackens_orga/agent => agent}/models.py (100%) rename {hackens_orga/agent => agent}/signals.py (100%) rename {hackens_orga/agent => agent}/tests.py (100%) create mode 100644 agent/urls.py create mode 100644 agent/views.py rename {hackens_orga/budget => budget}/__init__.py (100%) rename {hackens_orga/budget => budget}/admin.py (100%) rename {hackens_orga/budget => budget}/apps.py (100%) rename {hackens_orga/budget => budget}/migrations/0001_initial.py (100%) rename {hackens_orga/budget => budget}/migrations/0002_add_permissions.py (100%) create mode 100644 budget/migrations/0003_alter_budgetline_amount.py rename {hackens_orga/budget => budget}/migrations/__init__.py (100%) rename {hackens_orga/budget => budget}/models.py (82%) create mode 100644 budget/static/media/favicon.ico rename {hackens_orga/frontend => budget}/static/media/logo.png (100%) create mode 100644 budget/static/media/logo.svg create mode 100644 budget/templates/budget/base.html create mode 100644 budget/templates/budget/budgetgroup_confirm_delete.html create mode 100644 budget/templates/budget/budgetgroup_form.html create mode 100644 budget/templates/budget/budgetgroup_list.html create mode 100644 budget/templates/budget/budgetline_confirm_delete.html create mode 100644 budget/templates/budget/budgetline_form.html rename {hackens_orga/budget => budget}/tests.py (100%) create mode 100644 budget/urls.py create mode 100644 budget/views.py rename hackens_orga/{frontend => }/__init__.py (100%) delete mode 100644 hackens_orga/agent/serializers.py delete mode 100644 hackens_orga/agent/urls.py delete mode 100644 hackens_orga/agent/views.py rename hackens_orga/{hackens_orga => }/asgi.py (100%) delete mode 100644 hackens_orga/budget/serializers.py delete mode 100644 hackens_orga/budget/urls.py delete mode 100644 hackens_orga/budget/views.py delete mode 100644 hackens_orga/frontend/admin.py delete mode 100644 hackens_orga/frontend/apps.py delete mode 100644 hackens_orga/frontend/models.py delete mode 100644 hackens_orga/frontend/static/js/budget_list.js delete mode 100644 hackens_orga/frontend/templates/frontend/base.html delete mode 100644 hackens_orga/frontend/templates/frontend/budget_list.html delete mode 100644 hackens_orga/frontend/templates/frontend/budgetgroup_create.html delete mode 100644 hackens_orga/frontend/templates/frontend/budgetgroup_update.html delete mode 100644 hackens_orga/frontend/templates/frontend/budgetline_create.html delete mode 100644 hackens_orga/frontend/templates/frontend/budgetline_update.html delete mode 100644 hackens_orga/frontend/tests.py delete mode 100644 hackens_orga/frontend/urls.py delete mode 100644 hackens_orga/frontend/views.py rename hackens_orga/{hackens_orga => }/settings.py (79%) delete mode 100644 hackens_orga/shared/__init__.py delete mode 100644 hackens_orga/shared/scss/bulma/LICENSE delete mode 100644 hackens_orga/shared/scss/bulma/README.md delete mode 100644 hackens_orga/shared/scss/bulma/bulma.sass delete mode 100644 hackens_orga/shared/scss/bulma/package.json delete mode 100644 hackens_orga/shared/scss/bulma/sass/base/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/base/animations.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/base/generic.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/base/helpers.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/base/minireset.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/breadcrumb.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/card.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/dropdown.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/level.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/media.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/menu.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/message.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/modal.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/navbar.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/pagination.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/panel.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/components/tabs.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/box.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/button.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/container.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/content.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/form.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/icon.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/image.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/notification.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/other.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/progress.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/table.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/tag.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/elements/title.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/form/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/form/checkbox-radio.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/form/file.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/form/input-textarea.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/form/select.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/form/shared.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/form/tools.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/grid/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/grid/columns.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/grid/tiles.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/color.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/flexbox.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/float.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/other.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/overflow.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/position.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/spacing.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/typography.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/helpers/visibility.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/layout/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/layout/footer.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/layout/hero.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/layout/section.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/_all.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/animations.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/controls.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/derived-variables.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/extends.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/functions.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/initial-variables.sass delete mode 100644 hackens_orga/shared/scss/bulma/sass/utilities/mixins.sass delete mode 100644 hackens_orga/shared/scss/divider.sass delete mode 100644 hackens_orga/shared/scss/main.sass delete mode 100755 hackens_orga/shared/scss/makecss.sh delete mode 100644 hackens_orga/shared/static/css/bundle.css delete mode 100644 hackens_orga/shared/static/css/bundle.css.map delete mode 100644 hackens_orga/shared/static/js/bulma-utils.js delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/LICENSE.txt delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/all.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/all.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/brands.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/brands.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/regular.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/regular.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/solid.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/solid.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.min.css delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-brands-400.ttf delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-brands-400.woff2 delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-regular-400.ttf delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-regular-400.woff2 delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-solid-900.ttf delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-solid-900.woff2 delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-v4compatibility.ttf delete mode 100644 hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-v4compatibility.woff2 delete mode 100644 hackens_orga/shared/templates/forms/checkbox.html delete mode 100644 hackens_orga/shared/templates/forms/common-form.html delete mode 100644 hackens_orga/shared/templates/forms/field.html delete mode 100644 hackens_orga/shared/templates/forms/file.html delete mode 100644 hackens_orga/shared/templates/forms/form.html delete mode 100644 hackens_orga/shared/templates/forms/formset.html delete mode 100644 hackens_orga/shared/templates/forms/input.html delete mode 100644 hackens_orga/shared/templates/forms/modal-form.html delete mode 100644 hackens_orga/shared/templates/forms/other.html delete mode 100644 hackens_orga/shared/templates/forms/radio.html delete mode 100644 hackens_orga/shared/templates/forms/select.html delete mode 100644 hackens_orga/shared/templates/forms/textarea.html delete mode 100644 hackens_orga/shared/templatetags/bulma.py rename hackens_orga/{hackens_orga => }/urls.py (75%) rename hackens_orga/{hackens_orga => }/wsgi.py (100%) rename hackens_orga/manage.py => manage.py (89%) delete mode 100644 provisioning/mkAssets.nix delete mode 100644 provisioning/module.nix delete mode 100644 provisioning/static-assets.nix rename {hackens_orga/hackens_orga => shared}/__init__.py (100%) rename {hackens_orga/shared => shared}/apps.py (100%) create mode 100644 shared/static/css/pico.green.min.css diff --git a/hackens_orga/agent/__init__.py b/agent/__init__.py similarity index 100% rename from hackens_orga/agent/__init__.py rename to agent/__init__.py diff --git a/hackens_orga/agent/admin.py b/agent/admin.py similarity index 100% rename from hackens_orga/agent/admin.py rename to agent/admin.py diff --git a/hackens_orga/agent/apps.py b/agent/apps.py similarity index 100% rename from hackens_orga/agent/apps.py rename to agent/apps.py diff --git a/hackens_orga/agent/migrations/0001_initial.py b/agent/migrations/0001_initial.py similarity index 100% rename from hackens_orga/agent/migrations/0001_initial.py rename to agent/migrations/0001_initial.py diff --git a/hackens_orga/agent/migrations/0002_alter_agent_user.py b/agent/migrations/0002_alter_agent_user.py similarity index 100% rename from hackens_orga/agent/migrations/0002_alter_agent_user.py rename to agent/migrations/0002_alter_agent_user.py diff --git a/hackens_orga/agent/migrations/__init__.py b/agent/migrations/__init__.py similarity index 100% rename from hackens_orga/agent/migrations/__init__.py rename to agent/migrations/__init__.py diff --git a/hackens_orga/agent/models.py b/agent/models.py similarity index 100% rename from hackens_orga/agent/models.py rename to agent/models.py diff --git a/hackens_orga/agent/signals.py b/agent/signals.py similarity index 100% rename from hackens_orga/agent/signals.py rename to agent/signals.py diff --git a/hackens_orga/agent/tests.py b/agent/tests.py similarity index 100% rename from hackens_orga/agent/tests.py rename to agent/tests.py diff --git a/agent/urls.py b/agent/urls.py new file mode 100644 index 0000000..56d0352 --- /dev/null +++ b/agent/urls.py @@ -0,0 +1,4 @@ +"""backend URL Configuration +""" + +urlpatterns = [] diff --git a/agent/views.py b/agent/views.py new file mode 100644 index 0000000..8ac7f64 --- /dev/null +++ b/agent/views.py @@ -0,0 +1,24 @@ +from django.urls import reverse_lazy +from django.views.generic import ListView +from django.views.generic.edit import CreateView, DeleteView, UpdateView + +from .models import Agent + + +class AgentList(ListView): + model = Agent + + +class AgentCreate(CreateView): + model = Agent + success_url = reverse_lazy("agent_list") + + +class AgentUpdate(UpdateView): + model = Agent + success_url = reverse_lazy("agent_list") + + +class AgentDelete(DeleteView): + model = Agent + success_url = reverse_lazy("agent_list") diff --git a/hackens_orga/budget/__init__.py b/budget/__init__.py similarity index 100% rename from hackens_orga/budget/__init__.py rename to budget/__init__.py diff --git a/hackens_orga/budget/admin.py b/budget/admin.py similarity index 100% rename from hackens_orga/budget/admin.py rename to budget/admin.py diff --git a/hackens_orga/budget/apps.py b/budget/apps.py similarity index 100% rename from hackens_orga/budget/apps.py rename to budget/apps.py diff --git a/hackens_orga/budget/migrations/0001_initial.py b/budget/migrations/0001_initial.py similarity index 100% rename from hackens_orga/budget/migrations/0001_initial.py rename to budget/migrations/0001_initial.py diff --git a/hackens_orga/budget/migrations/0002_add_permissions.py b/budget/migrations/0002_add_permissions.py similarity index 100% rename from hackens_orga/budget/migrations/0002_add_permissions.py rename to budget/migrations/0002_add_permissions.py diff --git a/budget/migrations/0003_alter_budgetline_amount.py b/budget/migrations/0003_alter_budgetline_amount.py new file mode 100644 index 0000000..1b7b41a --- /dev/null +++ b/budget/migrations/0003_alter_budgetline_amount.py @@ -0,0 +1,22 @@ +# Generated by Django 4.1.6 on 2024-06-09 17:30 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ("budget", "0002_add_permissions"), + ] + + operations = [ + migrations.AlterField( + model_name="budgetline", + name="amount", + field=models.DecimalField( + decimal_places=2, + max_digits=12, + verbose_name="Montant (dépense en négatif)", + ), + ), + ] diff --git a/hackens_orga/budget/migrations/__init__.py b/budget/migrations/__init__.py similarity index 100% rename from hackens_orga/budget/migrations/__init__.py rename to budget/migrations/__init__.py diff --git a/hackens_orga/budget/models.py b/budget/models.py similarity index 82% rename from hackens_orga/budget/models.py rename to budget/models.py index 7f6d9af..e24fa2b 100644 --- a/hackens_orga/budget/models.py +++ b/budget/models.py @@ -5,16 +5,16 @@ from django.db import models class BudgetLine(models.Model): + title = models.CharField(max_length=255, verbose_name="Libellé") amount = models.DecimalField( - max_digits=12, decimal_places=2, verbose_name="Montant" + max_digits=12, decimal_places=2, verbose_name="Montant (dépense en négatif)" ) author = models.ForeignKey(Agent, on_delete=models.PROTECT, verbose_name="Auteur") - comment = models.TextField(blank=True, verbose_name="Commentaire") date = models.DateField(default=date.today, verbose_name="Date") group = models.ForeignKey( "BudgetGroup", on_delete=models.CASCADE, verbose_name="Budget" ) - title = models.CharField(max_length=255, verbose_name="Libellé") + comment = models.TextField(blank=True, verbose_name="Commentaire") def __str__(self): return f"{self.title}" @@ -28,8 +28,9 @@ class BudgetGroup(models.Model): description = models.TextField(blank=True, verbose_name="Description") def get_all_lines(self): - lines = self.budgetline_set.all() - return lines, sum(i.amount for i in lines) + lines = self.budgetline_set.all().order_by("date") + s = 0 + return [(line, s := s + line.amount) for line in lines] def __str__(self): return f"{self.name}" diff --git a/budget/static/media/favicon.ico b/budget/static/media/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..72139e34003598ea53b91426685b27e1287f6575 GIT binary patch literal 15086 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 fA5bgGFb`smOUGYl;U7 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + h + a + c + k + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/budget/templates/budget/base.html b/budget/templates/budget/base.html new file mode 100644 index 0000000..ffd2945 --- /dev/null +++ b/budget/templates/budget/base.html @@ -0,0 +1,65 @@ +{% load static %} + + + + + + + Hackens-orga + + + +
+ +
+
+ {% for m in messages %} +
+ {{ m }} +
+ {% endfor %} + {% block content %}{% endblock %} +
+ + diff --git a/budget/templates/budget/budgetgroup_confirm_delete.html b/budget/templates/budget/budgetgroup_confirm_delete.html new file mode 100644 index 0000000..1885da0 --- /dev/null +++ b/budget/templates/budget/budgetgroup_confirm_delete.html @@ -0,0 +1,13 @@ +{% extends "budget/base.html" %} +{% load static %} +{% block content %} +

Supprimer le budget {{ object }}

+
+
{% csrf_token %} +
+ Annuler + +
+
+
+{% endblock %} diff --git a/budget/templates/budget/budgetgroup_form.html b/budget/templates/budget/budgetgroup_form.html new file mode 100644 index 0000000..83f5b5f --- /dev/null +++ b/budget/templates/budget/budgetgroup_form.html @@ -0,0 +1,18 @@ +{% extends "budget/base.html" %} +{% load static %} +{% block content %} +

+ {% if object %} + Editer + {% else %} + Créer + {% endif %} + un budget +

+
+
{% csrf_token %} + {{ form }} + +
+
+{% endblock %} diff --git a/budget/templates/budget/budgetgroup_list.html b/budget/templates/budget/budgetgroup_list.html new file mode 100644 index 0000000..78ee502 --- /dev/null +++ b/budget/templates/budget/budgetgroup_list.html @@ -0,0 +1,92 @@ +{% extends "budget/base.html" %} +{% load static %} +{% block content %} +

Budget d'hackens +{% if perms.budget.add_budgetgroup %} + + Nouveau budget + +{% endif %} +

+{% for budgetGroup in object_list %} +{% with all_lines=budgetGroup.get_all_lines %} +
+

Budget {{ budgetGroup.name }} - {{ all_lines|last|last }} € + {% if perms.budget.change_budgetgroup %} + + 🖊️ + + {% endif %} + {% if perms.budget.add_budgetline %} + + Nouvelle ligne + + {% endif %} +

+ {% if budgetGroup.description.strip %} +

+ Description: {{ budgetGroup.description.strip }} +

+ {% endif %} + {% for line in all_lines %} + {% if forloop.first %} + + + + + + + + + {% if perms.budget.change_budgetline %} + + {% endif %} + + + + {% endif %} + + + + + + + {% if perms.budget.change_budgetline %} + + {% endif %} + + {% if forloop.last %} + +
DateLibelléMontantBudget restantAjouté par
{{ line.0.date|date:"Y-m-d" }}{{ line.0.title }}{{ line.0.amount }}€{{ line.1 }}€{{ line.0.author.name }} +
+ + + 🖊️ + + {% if perms.budget.delete_budgetline %} + 🗑️ + {% endif %} + +
+
+ {% endif %} + {% empty %} +

Ce budget est vide

+ {% endfor %} + {% if perms.budget.add_budgetline %} + + Nouvelle ligne + + {% endif %} +
+{% endwith %} +{% endfor %} +{% endblock %} diff --git a/budget/templates/budget/budgetline_confirm_delete.html b/budget/templates/budget/budgetline_confirm_delete.html new file mode 100644 index 0000000..2ce5b59 --- /dev/null +++ b/budget/templates/budget/budgetline_confirm_delete.html @@ -0,0 +1,13 @@ +{% extends "budget/base.html" %} +{% load static %} +{% block content %} +

Supprimer la ligne de budget {{ object }}

+
+
{% csrf_token %} +
+ Annuler + +
+
+
+{% endblock %} diff --git a/budget/templates/budget/budgetline_form.html b/budget/templates/budget/budgetline_form.html new file mode 100644 index 0000000..78b8172 --- /dev/null +++ b/budget/templates/budget/budgetline_form.html @@ -0,0 +1,18 @@ +{% extends "budget/base.html" %} +{% load static %} +{% block content %} +

+ {% if object %} + Créer + {% else %} + Ajouter + {% endif %} + une ligne de budget +

+
+
{% csrf_token %} + {{ form }} + +
+
+{% endblock %} diff --git a/hackens_orga/budget/tests.py b/budget/tests.py similarity index 100% rename from hackens_orga/budget/tests.py rename to budget/tests.py diff --git a/budget/urls.py b/budget/urls.py new file mode 100644 index 0000000..bdba338 --- /dev/null +++ b/budget/urls.py @@ -0,0 +1,32 @@ +""" +backend URL Configuration +""" + +from django.urls import path + +from . import views + +urlpatterns = [ + path("", views.BudgetGroupList.as_view(), name="budgetgroup_list"), + path("group/new", views.BudgetGroupCreate.as_view(), name="budgetgroup_new"), + path( + "group/edit/", + views.BudgetGroupUpdate.as_view(), + name="budgetgroup_update", + ), + path( + "group/delete/", + views.BudgetGroupDelete.as_view(), + name="budgetgroup_delete", + ), + path("line/view/", views.BudgetLineView.as_view(), name="budgetline_view"), + path("line/new", views.BudgetLineCreate.as_view(), name="budgetline_new"), + path( + "line/edit/", views.BudgetLineUpdate.as_view(), name="budgetline_update" + ), + path( + "line/delete/", + views.BudgetLineDelete.as_view(), + name="budgetline_delete", + ), +] diff --git a/budget/views.py b/budget/views.py new file mode 100644 index 0000000..6b4079b --- /dev/null +++ b/budget/views.py @@ -0,0 +1,55 @@ +from django.contrib.auth.mixins import PermissionRequiredMixin +from django.urls import reverse_lazy +from django.views.generic import DetailView, ListView +from django.views.generic.edit import CreateView, DeleteView, UpdateView + +from .models import BudgetGroup, BudgetLine + + +class BudgetGroupList(ListView): + model = BudgetGroup + ordering = "-name" + + +class BudgetLineView(DetailView): + model = BudgetLine + + +class BudgetLineCreate(PermissionRequiredMixin, CreateView): + permission_required = "budget.add_budgetline" + model = BudgetLine + success_url = reverse_lazy("budgetgroup_list") + fields = "__all__" + + +class BudgetLineUpdate(PermissionRequiredMixin, UpdateView): + permission_required = "budget.change_budgetline" + model = BudgetLine + success_url = reverse_lazy("budgetgroup_list") + fields = "__all__" + + +class BudgetLineDelete(PermissionRequiredMixin, DeleteView): + permission_required = "budget.delete_budgetline" + model = BudgetLine + success_url = reverse_lazy("budgetgroup_list") + + +class BudgetGroupCreate(PermissionRequiredMixin, CreateView): + permission_required = "budget.add_budgetgroup" + model = BudgetGroup + success_url = reverse_lazy("budgetgroup_list") + fields = "__all__" + + +class BudgetGroupUpdate(PermissionRequiredMixin, UpdateView): + permission_required = "budget.change_budgetgroup" + model = BudgetGroup + success_url = reverse_lazy("budgetgroup_list") + fields = "__all__" + + +class BudgetGroupDelete(PermissionRequiredMixin, DeleteView): + permission_required = "budget.delete_budgetgroup" + model = BudgetGroup + success_url = reverse_lazy("budgetgroup_list") diff --git a/hackens_orga/frontend/__init__.py b/hackens_orga/__init__.py similarity index 100% rename from hackens_orga/frontend/__init__.py rename to hackens_orga/__init__.py diff --git a/hackens_orga/agent/serializers.py b/hackens_orga/agent/serializers.py deleted file mode 100644 index 4189148..0000000 --- a/hackens_orga/agent/serializers.py +++ /dev/null @@ -1,9 +0,0 @@ -from rest_framework import serializers - -from .models import Agent - - -class AgentSerializer(serializers.ModelSerializer): - class Meta: - model = Agent - fields = "__all__" diff --git a/hackens_orga/agent/urls.py b/hackens_orga/agent/urls.py deleted file mode 100644 index b816837..0000000 --- a/hackens_orga/agent/urls.py +++ /dev/null @@ -1,13 +0,0 @@ -"""backend URL Configuration -""" - -from rest_framework import routers - -from .views import AgentViewSet - -router = routers.DefaultRouter() - -router.register(r"agent", AgentViewSet) - -app_name = "agent-backend" -urlpatterns = router.urls diff --git a/hackens_orga/agent/views.py b/hackens_orga/agent/views.py deleted file mode 100644 index 53dc4ad..0000000 --- a/hackens_orga/agent/views.py +++ /dev/null @@ -1,11 +0,0 @@ -from rest_framework import viewsets -from rest_framework.permissions import DjangoModelPermissionsOrAnonReadOnly - -from .models import Agent -from .serializers import AgentSerializer - - -class AgentViewSet(viewsets.ModelViewSet): - queryset = Agent.objects.all() - serializer_class = AgentSerializer - permission_class = [DjangoModelPermissionsOrAnonReadOnly] diff --git a/hackens_orga/hackens_orga/asgi.py b/hackens_orga/asgi.py similarity index 100% rename from hackens_orga/hackens_orga/asgi.py rename to hackens_orga/asgi.py diff --git a/hackens_orga/budget/serializers.py b/hackens_orga/budget/serializers.py deleted file mode 100644 index 5d1b1fa..0000000 --- a/hackens_orga/budget/serializers.py +++ /dev/null @@ -1,23 +0,0 @@ -from rest_framework import serializers - -from .models import BudgetGroup, BudgetLine - - -class BudgetGroupSerializer(serializers.ModelSerializer): - total = serializers.SerializerMethodField() - - def get_total(self, obj): - tot = 0 - for i in obj.budgetline_set.all(): - tot += i.amount - return tot - - class Meta: - model = BudgetGroup - fields = "__all__" - - -class BudgetLineSerializer(serializers.ModelSerializer): - class Meta: - model = BudgetLine - fields = "__all__" diff --git a/hackens_orga/budget/urls.py b/hackens_orga/budget/urls.py deleted file mode 100644 index cafc26d..0000000 --- a/hackens_orga/budget/urls.py +++ /dev/null @@ -1,23 +0,0 @@ -""" -backend URL Configuration -""" - -from rest_framework import routers - -from .views import BudgetGroupViewSet, BudgetLineViewSet - -router = routers.DefaultRouter() - -router.register( - r"budgetgroup", - BudgetGroupViewSet, - basename="budgetgroup", -) -router.register( - r"budgetline", - BudgetLineViewSet, - basename="budgetline", -) - -app_name = "budget-backend" -urlpatterns = router.urls diff --git a/hackens_orga/budget/views.py b/hackens_orga/budget/views.py deleted file mode 100644 index 4f2d11d..0000000 --- a/hackens_orga/budget/views.py +++ /dev/null @@ -1,17 +0,0 @@ -from rest_framework import viewsets -from rest_framework.permissions import DjangoModelPermissionsOrAnonReadOnly - -from .models import BudgetGroup, BudgetLine -from .serializers import BudgetGroupSerializer, BudgetLineSerializer - - -class BudgetGroupViewSet(viewsets.ModelViewSet): - queryset = BudgetGroup.objects.all() - serializer_class = BudgetGroupSerializer - permission_class = [DjangoModelPermissionsOrAnonReadOnly] - - -class BudgetLineViewSet(viewsets.ModelViewSet): - queryset = BudgetLine.objects.all() - serializer_class = BudgetLineSerializer - permission_class = [DjangoModelPermissionsOrAnonReadOnly] diff --git a/hackens_orga/frontend/admin.py b/hackens_orga/frontend/admin.py deleted file mode 100644 index 8c38f3f..0000000 --- a/hackens_orga/frontend/admin.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.contrib import admin - -# Register your models here. diff --git a/hackens_orga/frontend/apps.py b/hackens_orga/frontend/apps.py deleted file mode 100644 index 04f7b89..0000000 --- a/hackens_orga/frontend/apps.py +++ /dev/null @@ -1,6 +0,0 @@ -from django.apps import AppConfig - - -class FrontendConfig(AppConfig): - default_auto_field = 'django.db.models.BigAutoField' - name = 'frontend' diff --git a/hackens_orga/frontend/models.py b/hackens_orga/frontend/models.py deleted file mode 100644 index 71a8362..0000000 --- a/hackens_orga/frontend/models.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.db import models - -# Create your models here. diff --git a/hackens_orga/frontend/static/js/budget_list.js b/hackens_orga/frontend/static/js/budget_list.js deleted file mode 100644 index 7816a4d..0000000 --- a/hackens_orga/frontend/static/js/budget_list.js +++ /dev/null @@ -1,46 +0,0 @@ -document.addEventListener('DOMContentLoaded', () => { - - const $deletebudgetline = Array.prototype.slice.call(document.querySelectorAll('.delete-budgetline'), 0); - - // Add a click event on each of them - $deletebudgetline.forEach(el => { - el.addEventListener('click', async () => { - // Get the target from the "data-target" attribute - if ('lineid' in el.dataset) { - const target = el.dataset.lineid; - const group = el.dataset.groupid; - const tableLine = document.getElementById(`tableline-${target}`); - const budgetAmount = document.getElementById(`budget-amount-${group}`); - if (confirm("Are you sure to delete this item ?")) { - // Get csrf token - const cookieValue = document.cookie - .split('; ') - .find((row) => row.startsWith('csrftoken=')) - ?.split('=')[1]; - const url = el.dataset.lineurl; - tableLine.classList.add("tr-disabled"); - await fetch(url, { - method: 'DELETE', - headers: { - 'X-CSRFToken': cookieValue - } - }).then((resp) => { - if(resp.ok) { - tableLine.remove(); - const url = el.dataset.groupurl; - budgetAmount.innerHTML = "---"; - return fetch(url); - } else { - tableLine.classList.remove("tr-disabled"); - } - }).then((resp) => - resp.json() - ).then((data) => { - budgetAmount.innerHTML = data.total; - }).catch((e) => console.log(e)); - } - } - }); - }); - -}); diff --git a/hackens_orga/frontend/templates/frontend/base.html b/hackens_orga/frontend/templates/frontend/base.html deleted file mode 100644 index c50f4cb..0000000 --- a/hackens_orga/frontend/templates/frontend/base.html +++ /dev/null @@ -1,82 +0,0 @@ -{% load static %} - - - - - - - - - - Hackens-orga - - - - -
- {% for m in messages %} -
- - {{ m }} -
- {% endfor %} -
- {% block content %}{% endblock %} - - - diff --git a/hackens_orga/frontend/templates/frontend/budget_list.html b/hackens_orga/frontend/templates/frontend/budget_list.html deleted file mode 100644 index 08a90ab..0000000 --- a/hackens_orga/frontend/templates/frontend/budget_list.html +++ /dev/null @@ -1,115 +0,0 @@ -{% extends "frontend/base.html" %} -{% load static %} -{% block content %} - -
-

Budget d'hackens

- {% if perms.budget.add_budgetgroup %} - - {% endif %} - {% for budgetGroup in object_list %} - {% with all_lines=budgetGroup.get_all_lines %} -
-
-

- Budget {{ budgetGroup.name }} :  {{ all_lines.1 }}€ -

-
-
-
- {% if perms.budget.add_budgetline %} - - - - Nouvelle ligne - - - - - - {% endif %} - {% if perms.budget.change_budgetgroup %} - - - - {% endif %} -
-
-
- {% if budgetGroup.description.strip %} -

- Description: {{ budgetGroup.description.strip }} -

- {% endif %} - {% for line in all_lines.0|dictsortreversed:"date" %} - {% if forloop.first %} - - - - - - - - {% if perms.budget.change_budgetline %} - - {% endif %} - - - - {% endif %} - - - - - - {% if perms.budget.change_budgetline %} - - {% endif %} - - {% if forloop.last %} - -
DateLibelléMontantAjouté par
{{ line.date|date:"Y-m-d" }}{{ line.title }}{{ line.amount }}€{{ line.author.name }} -
- - - - {% if perms.budget.delete_budgetline %} - - {% endif %} -
-
- {% endif %} - {% empty %} -

Ce budget est vide

- {% endfor %} -
- {% endwith %} - {% endfor %} -
- -{% if perms.budget.delete_budgetline %} - -{% endif %} -{% endblock %} diff --git a/hackens_orga/frontend/templates/frontend/budgetgroup_create.html b/hackens_orga/frontend/templates/frontend/budgetgroup_create.html deleted file mode 100644 index 847e5c6..0000000 --- a/hackens_orga/frontend/templates/frontend/budgetgroup_create.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "frontend/base.html" %} -{% block content %} - -
-

Créer un budget

- {% include "forms/common-form.html" with c_size="is-12" errors=True %} -
- -{% endblock %} diff --git a/hackens_orga/frontend/templates/frontend/budgetgroup_update.html b/hackens_orga/frontend/templates/frontend/budgetgroup_update.html deleted file mode 100644 index c6e58b0..0000000 --- a/hackens_orga/frontend/templates/frontend/budgetgroup_update.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "frontend/base.html" %} -{% block content %} - -
-

Éditer un budget

- {% include "forms/common-form.html" with c_size="is-12" errors=True %} -
- -{% endblock %} diff --git a/hackens_orga/frontend/templates/frontend/budgetline_create.html b/hackens_orga/frontend/templates/frontend/budgetline_create.html deleted file mode 100644 index 029e2c4..0000000 --- a/hackens_orga/frontend/templates/frontend/budgetline_create.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "frontend/base.html" %} -{% block content %} - -
-

Créer une ligne de budget

- {% include "forms/common-form.html" with c_size="is-12" errors=True %} -
- -{% endblock %} diff --git a/hackens_orga/frontend/templates/frontend/budgetline_update.html b/hackens_orga/frontend/templates/frontend/budgetline_update.html deleted file mode 100644 index e8f8c63..0000000 --- a/hackens_orga/frontend/templates/frontend/budgetline_update.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "frontend/base.html" %} -{% block content %} - -
-

Éditer le ligne {{ object.title }}

- {% include "forms/common-form.html" with c_size="is-12" errors=True %} -
- -{% endblock %} diff --git a/hackens_orga/frontend/tests.py b/hackens_orga/frontend/tests.py deleted file mode 100644 index 7ce503c..0000000 --- a/hackens_orga/frontend/tests.py +++ /dev/null @@ -1,3 +0,0 @@ -from django.test import TestCase - -# Create your tests here. diff --git a/hackens_orga/frontend/urls.py b/hackens_orga/frontend/urls.py deleted file mode 100644 index bdef65b..0000000 --- a/hackens_orga/frontend/urls.py +++ /dev/null @@ -1,29 +0,0 @@ -from django.urls import include, path - -from .views import (BudgetGroupCreateView, BudgetGroupUpdateView, - BudgetLineCreateView, BudgetLineUpdateView, BudgetListView) - -app_name = "frontend" -urlpatterns = [ - path("", BudgetListView.as_view(), name="budget"), - path( - "budget-group/create", - BudgetGroupCreateView.as_view(), - name="budget-group-create", - ), - path( - "budget-group//update", - BudgetGroupUpdateView.as_view(), - name="budget-group-update", - ), - path( - "budget-line/create", - BudgetLineCreateView.as_view(), - name="budget-line-create", - ), - path( - "budget-line//update", - BudgetLineUpdateView.as_view(), - name="budget-line-update", - ), -] diff --git a/hackens_orga/frontend/views.py b/hackens_orga/frontend/views.py deleted file mode 100644 index 6fcbaff..0000000 --- a/hackens_orga/frontend/views.py +++ /dev/null @@ -1,78 +0,0 @@ -""" -Frontend views for the app -""" - -from agent.models import Agent -from budget.models import BudgetGroup, BudgetLine -from django.contrib.auth.mixins import PermissionRequiredMixin -from django.contrib.messages.views import SuccessMessageMixin -from django.db.models import Model -from django.urls import reverse -from django.views.generic import (CreateView, DeleteView, DetailView, ListView, - TemplateView, UpdateView) - - -class BudgetListView(ListView): - model = BudgetGroup - template_name = "frontend/budget_list.html" - ordering = "-name" - - -class BudgetGroupCreateView(SuccessMessageMixin, PermissionRequiredMixin, CreateView): - model = BudgetGroup - fields = ["name", "description"] - template_name = "frontend/budgetgroup_create.html" - success_message = "Le budget %(name)s a été créé avec succès" - permission_required = "budget.add_budgetgroup" - - def get_success_url(self): - return reverse("frontend:budget") - - -class BudgetGroupUpdateView(SuccessMessageMixin, PermissionRequiredMixin, UpdateView): - model = BudgetGroup - fields = ["name", "description"] - template_name = "frontend/budgetgroup_create.html" - success_message = "Le budget %(name)s a été mis à jour avec succès" - permission_required = "budget.change_budgetgroup" - - def get_success_url(self): - return reverse("frontend:budget") - - -class BudgetLineCreateView(SuccessMessageMixin, PermissionRequiredMixin, CreateView): - model = BudgetLine - fields = ["title", "comment", "amount", "author", "date", "group"] - template_name = "frontend/budgetline_create.html" - success_message = 'La dépense/recette "%(title)s" a été créée avec succès' - permission_required = "budget.add_budgetline" - - def get_initial(self): - if "groupid" in self.request.GET: - try: - gid = int(self.request.GET["groupid"]) - except ValueError: - gid = None - if gid is not None: - try: - grp = BudgetGroup.objects.get(pk=gid) - except Model.DoesNotExist: - grp = None - else: - grp = None - agents = Agent.objects.filter(user=self.user) - return {"author": agents[0] if len(agents) >= 1 else None, "group": grp} - - def get_success_url(self): - return reverse("frontend:budget") - - -class BudgetLineUpdateView(SuccessMessageMixin, UpdateView, PermissionRequiredMixin): - model = BudgetLine - fields = ["title", "comment", "amount", "author", "date", "group"] - template_name = "frontend/budgetline_update.html" - success_message = 'La dépense/recette "%(title)s" a été mise à jour avec succès' - permission_required = "budget.change_budgetline" - - def get_success_url(self): - return reverse("frontend:budget") diff --git a/hackens_orga/hackens_orga/settings.py b/hackens_orga/settings.py similarity index 79% rename from hackens_orga/hackens_orga/settings.py rename to hackens_orga/settings.py index 77a06ee..13625b0 100644 --- a/hackens_orga/hackens_orga/settings.py +++ b/hackens_orga/settings.py @@ -10,10 +10,10 @@ For the full list of settings and their values, see https://docs.djangoproject.com/en/3.2/ref/settings/ """ -import os from pathlib import Path -env_prefix = "HACKENS_ORGA_" +from django.contrib import messages +from django.urls import reverse_lazy # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent @@ -23,17 +23,12 @@ BASE_DIR = Path(__file__).resolve().parent.parent # See https://docs.djangoproject.com/en/3.2/howto/deployment/checklist/ # SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = os.environ.get( - f"{env_prefix}SECRET_KEY", - "django-insecure-d4qh9v-en$&f%$j$jyhqkn_th#ow-e22bs^stx(n33sg-eyfhd", -) +SECRET_KEY = "django-insecure-d4qh9v-en$&f%$j$jyhqkn_th#ow-e22bs^stx(n33sg-eyfhd" # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = os.environ.get(f"{env_prefix}DEBUG", "1") != "0" +DEBUG = True -ALLOWED_HOSTS = os.environ.get( - f"{env_prefix}ALLOWED_HOSTS", "127.0.0.1,localhost" -).split(",") +ALLOWED_HOSTS = ["127.0.0.1", "localhost"] INTERNAL_IPS = [ "127.0.0.1", @@ -49,12 +44,8 @@ INSTALLED_APPS = [ "django.contrib.messages", "django.contrib.staticfiles", "authens", - "rest_framework", - # "django_extensions", "budget", "agent", - # "wishlist", - "frontend", "shared", ] @@ -69,7 +60,7 @@ MIDDLEWARE = [ "django.middleware.clickjacking.XFrameOptionsMiddleware", ] -if DEBUG: +if False: # Turn when dev INSTALLED_APPS += [ "debug_toolbar", ] @@ -107,34 +98,20 @@ AUTHENTICATION_BACKENDS = [ AUTHENS_ALLOW_STAFF = True AUTHENS_USE_OLDCAS = False -from django.urls import reverse_lazy LOGIN_URL = reverse_lazy("authens:login") -LOGIN_REDIRECT_URL = reverse_lazy("frontend:budget") -LOGOUT_REDIRECT_URL = reverse_lazy("frontend:budget") +LOGIN_REDIRECT_URL = reverse_lazy("budgetgroup_list") +LOGOUT_REDIRECT_URL = reverse_lazy("budgetgroup_list") -# Django-rest-framework -# https://www.django-rest-framework.org/ - -REST_FRAMEWORK = { - # Use Django's standard `django.contrib.auth` permissions, - # or allow read-only access for unauthenticated users. - "DEFAULT_PERMISSION_CLASSES": [ - "rest_framework.permissions.DjangoModelPermissionsOrAnonReadOnly" - ] -} - # Database # https://docs.djangoproject.com/en/3.2/ref/settings/#databases -DB_FILE = os.environ.get(f"{env_prefix}DB_FILE", BASE_DIR / "db.sqlite3") - DATABASES = { "default": { "ENGINE": "django.db.backends.sqlite3", - "NAME": DB_FILE, + "NAME": BASE_DIR / "db.sqlite3", } } @@ -177,7 +154,7 @@ USE_TZ = True STATIC_URL = "/static/" -STATIC_ROOT = os.environ.get(f"{env_prefix}STATIC_ROOT", "static/") +STATIC_ROOT = "static/" # Default primary key field type # https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field @@ -186,7 +163,6 @@ DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" # Messages tags -from django.contrib import messages MESSAGE_TAGS = { messages.DEBUG: "is-warning", diff --git a/hackens_orga/shared/__init__.py b/hackens_orga/shared/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/hackens_orga/shared/scss/bulma/LICENSE b/hackens_orga/shared/scss/bulma/LICENSE deleted file mode 100644 index 3fdc17c..0000000 --- a/hackens_orga/shared/scss/bulma/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2022 Jeremy Thomas - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/hackens_orga/shared/scss/bulma/README.md b/hackens_orga/shared/scss/bulma/README.md deleted file mode 100644 index 7e7d688..0000000 --- a/hackens_orga/shared/scss/bulma/README.md +++ /dev/null @@ -1,139 +0,0 @@ -# [Bulma](https://bulma.io) - -Bulma is a **modern CSS framework** based on [Flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes). - -![Github](https://img.shields.io/github/v/release/jgthms/bulma?logo=Bulma) -[![npm](https://img.shields.io/npm/v/bulma.svg)][npm-link] -[![npm](https://img.shields.io/npm/dm/bulma.svg)][npm-link] -[![](https://data.jsdelivr.com/v1/package/npm/bulma/badge)](https://www.jsdelivr.com/package/npm/bulma) -[![Awesome][awesome-badge]][awesome-link] -[![Join the chat at https://gitter.im/jgthms/bulma](https://badges.gitter.im/jgthms/bulma.svg)](https://gitter.im/jgthms/bulma) -[![Build Status](https://travis-ci.org/jgthms/bulma.svg?branch=master)](https://travis-ci.org/jgthms/bulma) - -Bulma: a Flexbox CSS framework - -## Quick install - -Bulma is constantly in development! Try it out now: - -### NPM - -```sh -npm install bulma -``` - -**or** - -### Yarn - -```sh -yarn add bulma -``` - -### Bower - -```sh -bower install bulma -``` - -### Import - -After installation, you can import the CSS file into your project using this snippet: - -```sh -@import 'bulma/css/bulma.css' -``` - -### CDN - -[https://www.jsdelivr.com/package/npm/bulma](https://www.jsdelivr.com/package/npm/bulma) - -Feel free to raise an issue or submit a pull request. - -## CSS only - -Bulma is a **CSS** framework. As such, the sole output is a single CSS file: [bulma.css](https://github.com/jgthms/bulma/blob/master/css/bulma.css) - -You can either use that file, "out of the box", or download the Sass source files to customize the [variables](https://bulma.io/documentation/overview/variables/). - -There is **no** JavaScript included. People generally want to use their own JS implementation (and usually already have one). Bulma can be considered "environment agnostic": it's just the style layer on top of the logic. - -## Browser Support - -Bulma uses [autoprefixer](https://github.com/postcss/autoprefixer) to make (most) Flexbox features compatible with earlier browser versions. According to [Can I use](https://caniuse.com/#feat=flexbox), Bulma is compatible with **recent** versions of: - -- Chrome -- Edge -- Firefox -- Opera -- Safari - -Internet Explorer (10+) is only partially supported. - -## Documentation - -The documentation resides in the [docs](docs) directory, and is built with the Ruby-based [Jekyll](https://jekyllrb.com/) tool. - -Browse the [online documentation here.](https://bulma.io/documentation/overview/start/) - -## Related projects - -| Project | Description | -| ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | -| [Bulma with Attribute Modules](https://github.com/j5bot/bulma-attribute-selectors) | Adds support for attribute-based selectors | -| [Bulma with Rails](https://github.com/joshuajansen/bulma-rails) | Integrates Bulma with the rails asset pipeline | -| [BulmaRazor](https://github.com/loogn/bulmarazor) | A lightweight component library based on Bulma and Blazor. | -| [Vue Admin (dead)](https://github.com/vue-bulma/vue-admin) | Vue Admin framework powered by Bulma | -| [Bulmaswatch](https://github.com/jenil/bulmaswatch) | Free themes for Bulma | -| [Goldfish (read-only)](https://github.com/Caiyeon/goldfish) | Vault UI with Bulma, Golang, and Vue Admin | -| [ember-bulma](https://github.com/open-tux/ember-bulma) | Ember addon providing a collection of UI components for Bulma | -| [Bloomer](https://bloomer.js.org) | A set of React components for Bulma | -| [React-bulma](https://github.com/kulakowka/react-bulma) | React.js components for Bulma | -| [Buefy](https://buefy.org/) | Lightweight UI components for Vue.js based on Bulma | -| [vue-bulma-components](https://github.com/vouill/vue-bulma-components) | Bulma components for Vue.js with straightforward syntax | -| [BulmaJS](https://github.com/VizuaaLOG/BulmaJS) | Javascript integration for Bulma. Written in ES6 with a data-\* API | -| [Bulma-modal-fx](https://github.com/postare/bulma-modal-fx) | A set of modal window effects with CSS transitions and animations for Bulma | -| [Bulma Stylus](https://github.com/groenroos/bulma-stylus) | Up-to-date 1:1 translation to Stylus | -| [Bulma.styl (read-only)](https://github.com/log1x/bulma.styl) | 1:1 Stylus translation of Bulma 0.6.11 | -| [elm-bulma](https://github.com/surprisetalk/elm-bulma) | Bulma + Elm | -| [elm-bulma-classes](https://github.com/ahstro/elm-bulma-classes) | Bulma classes prepared for usage with Elm | -| [Bulma Customizer](https://bulma-customizer.bstash.io/) | Bulma Customizer – Create your own **bespoke** Bulma build | -| [Fulma](https://fulma.github.io/Fulma/) | Wrapper around Bulma for [fable-react](https://github.com/fable-compiler/fable-react) | -| [Laravel Enso](https://github.com/laravel-enso/enso) | SPA Admin Panel built with Bulma, VueJS and Laravel | -| [Django Bulma](https://github.com/timonweb/django-bulma) | Integrates Bulma with Django | -| [Bulma Templates](https://github.com/dansup/bulma-templates) | Free Templates for Bulma | -| [React Bulma Components](https://github.com/couds/react-bulma-components) | Another React wrap on React for Bulma.io | -| [purescript-bulma](https://github.com/sectore/purescript-bulma) | PureScript bindings for Bulma | -| [Vue Datatable](https://github.com/laravel-enso/vuedatatable) | Bulma themed datatable based on Vue, Laravel & JSON templates | -| [bulma-fluent](https://mubaidr.github.io/bulma-fluent/) | Fluent Design Theme for Bulma inspired by Microsoft’s Fluent Design System | -| [csskrt-csskrt](https://github.com/4d11/csskrt-csskrt) | Automatically add Bulma classes to HTML files | -| [bulma-pagination-react](https://github.com/hipstersmoothie/bulma-pagination-react) | Bulma pagination as a react component | -| [bulma-helpers](https://github.com/jmaczan/bulma-helpers) | Functional / Atomic CSS classes for Bulma | -| [bulma-swatch-hook](https://github.com/hipstersmoothie/bulma-swatch-hook) | Bulma swatches as a react hook and a component | -| [BulmaWP (read-only)](https://github.com/tomhrtly/BulmaWP) | Starter WordPress theme for Bulma | -| [Ralma](https://github.com/aldi/ralma) | Stateless Ractive.js Components for Bulma | -| [Django Simple Bulma](https://github.com/python-discord/django-simple-bulma) | Lightweight integration of Bulma and Bulma-Extensions for your Django app | -| [rbx](https://dfee.github.io/rbx) | Comprehensive React UI Framework written in TypeScript | -| [Awesome Bulma Templates](https://github.com/aldi/awesome-bulma-templates) | Free real-world Templates built with Bulma | -| [Trunx](http://g14n.info/trunx) | Super Saiyan React components, son of awesome Bulma, implemented in TypeScript | -| [@aybolit/bulma](https://github.com/web-padawan/aybolit/tree/master/packages/bulma) | Web Components library inspired by Bulma and Bulma-extensions | -| [Drulma](https://www.drupal.org/project/drulma) | Drupal theme for Bulma. | -| [Bulrush](https://github.com/textbook/bulrush) | A Bulma-based Python Pelican blog theme | -| [Bulma Variable Export](https://github.com/service-paradis/bulma-variables-export) | Access Bulma Variables in Javascript/Typescript in project using Webpack | -| [Bulmil](https://github.com/gomah/bulmil) | An agnostic UI components library based on Web Components, made with Bulma & Stencil. | -| [Svelte Bulma Components](https://github.com/elcobvg/svelte-bulma-components) | Library of UI components to be used in [Svelte.js](https://svelte.technology/) or standalone. | -| [Bulma Nunjucks Starterkit](https://github.com/benninkcorien/nunjucks-starter-kit) | Starterkit for Nunjucks with Bulma. | -| [Bulma-Social](https://github.com/aldi/bulma-social) | Social Buttons and Colors for Bulma | -| [Divjoy](https://divjoy.com/?kit=bulma) | React codebase generator with Bulma templates | -| [Blazorise](https://github.com/Megabit/Blazorise) | Blazor component library with the support for Bulma CSS framework | -| [Oruga-Bulma](https://github.com/oruga-ui/theme-bulma) | Bulma theme for [Oruga UI](https://oruga.io) | -| [@bulvar/bulma](https://github.com/daniil4udo/bulvar/tree/master/packages/bulma) | Bulma with [CSS Variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) support | -| [@angular-bulma](https://quinnjr.github.io/angular-bulma) | [Angular](https://angular.io/) directives and components to use in your Bulma projects | - -## Copyright and license ![Github](https://img.shields.io/github/license/jgthms/bulma?logo=Github) - -Code copyright 2022 Jeremy Thomas. Code released under [the MIT license](https://github.com/jgthms/bulma/blob/master/LICENSE). - -[npm-link]: https://www.npmjs.com/package/bulma -[awesome-link]: https://github.com/awesome-css-group/awesome-css -[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg diff --git a/hackens_orga/shared/scss/bulma/bulma.sass b/hackens_orga/shared/scss/bulma/bulma.sass deleted file mode 100644 index 87dec21..0000000 --- a/hackens_orga/shared/scss/bulma/bulma.sass +++ /dev/null @@ -1,10 +0,0 @@ -@charset "utf-8" -/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */ -@import "sass/utilities/_all" -@import "sass/base/_all" -@import "sass/elements/_all" -@import "sass/form/_all" -@import "sass/components/_all" -@import "sass/grid/_all" -@import "sass/helpers/_all" -@import "sass/layout/_all" diff --git a/hackens_orga/shared/scss/bulma/package.json b/hackens_orga/shared/scss/bulma/package.json deleted file mode 100644 index 31681e6..0000000 --- a/hackens_orga/shared/scss/bulma/package.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "name": "bulma", - "version": "0.9.4", - "homepage": "https://bulma.io", - "author": { - "name": "Jeremy Thomas", - "email": "bbxdesign@gmail.com", - "url": "https://jgthms.com" - }, - "description": "Modern CSS framework based on Flexbox", - "main": "bulma.sass", - "unpkg": "css/bulma.css", - "style": "bulma/css/bulma.min.css", - "repository": { - "type": "git", - "url": "git+https://github.com/jgthms/bulma.git" - }, - "license": "MIT", - "keywords": [ - "css", - "sass", - "flexbox", - "responsive", - "framework" - ], - "bugs": { - "url": "https://github.com/jgthms/bulma/issues" - }, - "devDependencies": { - "autoprefixer": "^10.4.7", - "clean-css-cli": "^5.6.0", - "node-sass": "^7.0.1", - "postcss-cli": "^9.1.0", - "rimraf": "^3.0.2" - }, - "scripts": { - "build": "npm run build-sass && npm run build-autoprefix && npm run build-cleancss", - "build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css", - "build-cleancss": "cleancss -o css/bulma.min.css css/bulma.css", - "build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css", - "clean": "rimraf css", - "rtl": "npm run rtl-sass && npm run rtl-autoprefix && npm run rtl-cleancss", - "rtl-sass": "node-sass --output-style expanded --source-map true bulma-rtl.sass css/bulma-rtl.css", - "rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma-rtl.css css/bulma-rtl.css", - "rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", - "deploy": "npm run clean && npm run build && npm run rtl", - "start": "npm run build-sass -- --watch" - }, - "files": [ - "css", - "sass", - "bulma.sass", - "LICENSE", - "README.md" - ] -} diff --git a/hackens_orga/shared/scss/bulma/sass/base/_all.sass b/hackens_orga/shared/scss/bulma/sass/base/_all.sass deleted file mode 100644 index a5ae0a7..0000000 --- a/hackens_orga/shared/scss/bulma/sass/base/_all.sass +++ /dev/null @@ -1,6 +0,0 @@ -/* Bulma Base */ -@charset "utf-8" - -@import "minireset" -@import "generic" -@import "animations" diff --git a/hackens_orga/shared/scss/bulma/sass/base/animations.sass b/hackens_orga/shared/scss/bulma/sass/base/animations.sass deleted file mode 100644 index a14525d..0000000 --- a/hackens_orga/shared/scss/bulma/sass/base/animations.sass +++ /dev/null @@ -1,5 +0,0 @@ -@keyframes spinAround - from - transform: rotate(0deg) - to - transform: rotate(359deg) diff --git a/hackens_orga/shared/scss/bulma/sass/base/generic.sass b/hackens_orga/shared/scss/bulma/sass/base/generic.sass deleted file mode 100644 index 42c736a..0000000 --- a/hackens_orga/shared/scss/bulma/sass/base/generic.sass +++ /dev/null @@ -1,145 +0,0 @@ -@import "../utilities/mixins" - -$body-background-color: $scheme-main !default -$body-size: 16px !default -$body-min-width: 300px !default -$body-rendering: optimizeLegibility !default -$body-family: $family-primary !default -$body-overflow-x: hidden !default -$body-overflow-y: scroll !default - -$body-color: $text !default -$body-font-size: 1em !default -$body-weight: $weight-normal !default -$body-line-height: 1.5 !default - -$code-family: $family-code !default -$code-padding: 0.25em 0.5em 0.25em !default -$code-weight: normal !default -$code-size: 0.875em !default - -$small-font-size: 0.875em !default - -$hr-background-color: $background !default -$hr-height: 2px !default -$hr-margin: 1.5rem 0 !default - -$strong-color: $text-strong !default -$strong-weight: $weight-bold !default - -$pre-font-size: 0.875em !default -$pre-padding: 1.25rem 1.5rem !default -$pre-code-font-size: 1em !default - -html - background-color: $body-background-color - font-size: $body-size - -moz-osx-font-smoothing: grayscale - -webkit-font-smoothing: antialiased - min-width: $body-min-width - overflow-x: $body-overflow-x - overflow-y: $body-overflow-y - text-rendering: $body-rendering - text-size-adjust: 100% - -article, -aside, -figure, -footer, -header, -hgroup, -section - display: block - -body, -button, -input, -optgroup, -select, -textarea - font-family: $body-family - -code, -pre - -moz-osx-font-smoothing: auto - -webkit-font-smoothing: auto - font-family: $code-family - -body - color: $body-color - font-size: $body-font-size - font-weight: $body-weight - line-height: $body-line-height - -// Inline - -a - color: $link - cursor: pointer - text-decoration: none - strong - color: currentColor - &:hover - color: $link-hover - -code - background-color: $code-background - color: $code - font-size: $code-size - font-weight: $code-weight - padding: $code-padding - -hr - background-color: $hr-background-color - border: none - display: block - height: $hr-height - margin: $hr-margin - -img - height: auto - max-width: 100% - -input[type="checkbox"], -input[type="radio"] - vertical-align: baseline - -small - font-size: $small-font-size - -span - font-style: inherit - font-weight: inherit - -strong - color: $strong-color - font-weight: $strong-weight - -// Block - -fieldset - border: none - -pre - +overflow-touch - background-color: $pre-background - color: $pre - font-size: $pre-font-size - overflow-x: auto - padding: $pre-padding - white-space: pre - word-wrap: normal - code - background-color: transparent - color: currentColor - font-size: $pre-code-font-size - padding: 0 - -table - td, - th - vertical-align: top - &:not([align]) - text-align: inherit - th - color: $text-strong diff --git a/hackens_orga/shared/scss/bulma/sass/base/helpers.sass b/hackens_orga/shared/scss/bulma/sass/base/helpers.sass deleted file mode 100644 index e356830..0000000 --- a/hackens_orga/shared/scss/bulma/sass/base/helpers.sass +++ /dev/null @@ -1 +0,0 @@ -@warn "The helpers.sass file is DEPRECATED. It has moved into its own /helpers folder. Please import sass/helpers/_all instead." diff --git a/hackens_orga/shared/scss/bulma/sass/base/minireset.sass b/hackens_orga/shared/scss/bulma/sass/base/minireset.sass deleted file mode 100644 index aa2b6f3..0000000 --- a/hackens_orga/shared/scss/bulma/sass/base/minireset.sass +++ /dev/null @@ -1,79 +0,0 @@ -/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ -// Blocks -html, -body, -p, -ol, -ul, -li, -dl, -dt, -dd, -blockquote, -figure, -fieldset, -legend, -textarea, -pre, -iframe, -hr, -h1, -h2, -h3, -h4, -h5, -h6 - margin: 0 - padding: 0 - -// Headings -h1, -h2, -h3, -h4, -h5, -h6 - font-size: 100% - font-weight: normal - -// List -ul - list-style: none - -// Form -button, -input, -select, -textarea - margin: 0 - -// Box sizing -html - box-sizing: border-box - -* - &, - &::before, - &::after - box-sizing: inherit - -// Media -img, -video - height: auto - max-width: 100% - -// Iframe -iframe - border: 0 - -// Table -table - border-collapse: collapse - border-spacing: 0 - -td, -th - padding: 0 - &:not([align]) - text-align: inherit diff --git a/hackens_orga/shared/scss/bulma/sass/components/_all.sass b/hackens_orga/shared/scss/bulma/sass/components/_all.sass deleted file mode 100644 index a7062ec..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/_all.sass +++ /dev/null @@ -1,15 +0,0 @@ -/* Bulma Components */ -@charset "utf-8" - -@import "breadcrumb" -@import "card" -@import "dropdown" -@import "level" -@import "media" -@import "menu" -@import "message" -@import "modal" -@import "navbar" -@import "pagination" -@import "panel" -@import "tabs" diff --git a/hackens_orga/shared/scss/bulma/sass/components/breadcrumb.sass b/hackens_orga/shared/scss/bulma/sass/components/breadcrumb.sass deleted file mode 100644 index 60bb17b..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/breadcrumb.sass +++ /dev/null @@ -1,77 +0,0 @@ -@import "../utilities/mixins" - -$breadcrumb-item-color: $link !default -$breadcrumb-item-hover-color: $link-hover !default -$breadcrumb-item-active-color: $text-strong !default - -$breadcrumb-item-padding-vertical: 0 !default -$breadcrumb-item-padding-horizontal: 0.75em !default - -$breadcrumb-item-separator-color: $border-hover !default - -.breadcrumb - @extend %block - @extend %unselectable - font-size: $size-normal - white-space: nowrap - a - align-items: center - color: $breadcrumb-item-color - display: flex - justify-content: center - padding: $breadcrumb-item-padding-vertical $breadcrumb-item-padding-horizontal - &:hover - color: $breadcrumb-item-hover-color - li - align-items: center - display: flex - &:first-child a - +ltr-property("padding", 0, false) - &.is-active - a - color: $breadcrumb-item-active-color - cursor: default - pointer-events: none - & + li::before - color: $breadcrumb-item-separator-color - content: "\0002f" - ul, - ol - align-items: flex-start - display: flex - flex-wrap: wrap - justify-content: flex-start - .icon - &:first-child - +ltr-property("margin", 0.5em) - &:last-child - +ltr-property("margin", 0.5em, false) - // Alignment - &.is-centered - ol, - ul - justify-content: center - &.is-right - ol, - ul - justify-content: flex-end - // Sizes - &.is-small - font-size: $size-small - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large - // Styles - &.has-arrow-separator - li + li::before - content: "\02192" - &.has-bullet-separator - li + li::before - content: "\02022" - &.has-dot-separator - li + li::before - content: "\000b7" - &.has-succeeds-separator - li + li::before - content: "\0227B" diff --git a/hackens_orga/shared/scss/bulma/sass/components/card.sass b/hackens_orga/shared/scss/bulma/sass/components/card.sass deleted file mode 100644 index 73387f3..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/card.sass +++ /dev/null @@ -1,103 +0,0 @@ -@import "../utilities/mixins" - -$card-color: $text !default -$card-background-color: $scheme-main !default -$card-shadow: $shadow !default -$card-radius: 0.25rem !default - -$card-header-background-color: transparent !default -$card-header-color: $text-strong !default -$card-header-padding: 0.75rem 1rem !default -$card-header-shadow: 0 0.125em 0.25em rgba($scheme-invert, 0.1) !default -$card-header-weight: $weight-bold !default - -$card-content-background-color: transparent !default -$card-content-padding: 1.5rem !default - -$card-footer-background-color: transparent !default -$card-footer-border-top: 1px solid $border-light !default -$card-footer-padding: 0.75rem !default - -$card-media-margin: $block-spacing !default - -.card - background-color: $card-background-color - border-radius: $card-radius - box-shadow: $card-shadow - color: $card-color - max-width: 100% - position: relative - -%card-item - &:first-child - border-top-left-radius: $card-radius - border-top-right-radius: $card-radius - &:last-child - border-bottom-left-radius: $card-radius - border-bottom-right-radius: $card-radius - -.card-header - @extend %card-item - background-color: $card-header-background-color - align-items: stretch - box-shadow: $card-header-shadow - display: flex - -.card-header-title - align-items: center - color: $card-header-color - display: flex - flex-grow: 1 - font-weight: $card-header-weight - padding: $card-header-padding - &.is-centered - justify-content: center - -.card-header-icon - +reset - align-items: center - cursor: pointer - display: flex - justify-content: center - padding: $card-header-padding - -.card-image - display: block - position: relative - &:first-child - img - border-top-left-radius: $card-radius - border-top-right-radius: $card-radius - &:last-child - img - border-bottom-left-radius: $card-radius - border-bottom-right-radius: $card-radius - -.card-content - @extend %card-item - background-color: $card-content-background-color - padding: $card-content-padding - -.card-footer - @extend %card-item - background-color: $card-footer-background-color - border-top: $card-footer-border-top - align-items: stretch - display: flex - -.card-footer-item - align-items: center - display: flex - flex-basis: 0 - flex-grow: 1 - flex-shrink: 0 - justify-content: center - padding: $card-footer-padding - &:not(:last-child) - +ltr-property("border", $card-footer-border-top) - -// Combinations - -.card - .media:not(:last-child) - margin-bottom: $card-media-margin diff --git a/hackens_orga/shared/scss/bulma/sass/components/dropdown.sass b/hackens_orga/shared/scss/bulma/sass/components/dropdown.sass deleted file mode 100644 index 3743cb7..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/dropdown.sass +++ /dev/null @@ -1,83 +0,0 @@ -@import "../utilities/mixins" - -$dropdown-menu-min-width: 12rem !default - -$dropdown-content-background-color: $scheme-main !default -$dropdown-content-arrow: $link !default -$dropdown-content-offset: 4px !default -$dropdown-content-padding-bottom: 0.5rem !default -$dropdown-content-padding-top: 0.5rem !default -$dropdown-content-radius: $radius !default -$dropdown-content-shadow: $shadow !default -$dropdown-content-z: 20 !default - -$dropdown-item-color: $text !default -$dropdown-item-hover-color: $scheme-invert !default -$dropdown-item-hover-background-color: $background !default -$dropdown-item-active-color: $link-invert !default -$dropdown-item-active-background-color: $link !default - -$dropdown-divider-background-color: $border-light !default - -.dropdown - display: inline-flex - position: relative - vertical-align: top - &.is-active, - &.is-hoverable:hover - .dropdown-menu - display: block - &.is-right - .dropdown-menu - left: auto - right: 0 - &.is-up - .dropdown-menu - bottom: 100% - padding-bottom: $dropdown-content-offset - padding-top: initial - top: auto - -.dropdown-menu - display: none - +ltr-position(0, false) - min-width: $dropdown-menu-min-width - padding-top: $dropdown-content-offset - position: absolute - top: 100% - z-index: $dropdown-content-z - -.dropdown-content - background-color: $dropdown-content-background-color - border-radius: $dropdown-content-radius - box-shadow: $dropdown-content-shadow - padding-bottom: $dropdown-content-padding-bottom - padding-top: $dropdown-content-padding-top - -.dropdown-item - color: $dropdown-item-color - display: block - font-size: 0.875rem - line-height: 1.5 - padding: 0.375rem 1rem - position: relative - -a.dropdown-item, -button.dropdown-item - +ltr-property("padding", 3rem) - text-align: inherit - white-space: nowrap - width: 100% - &:hover - background-color: $dropdown-item-hover-background-color - color: $dropdown-item-hover-color - &.is-active - background-color: $dropdown-item-active-background-color - color: $dropdown-item-active-color - -.dropdown-divider - background-color: $dropdown-divider-background-color - border: none - display: block - height: 1px - margin: 0.5rem 0 diff --git a/hackens_orga/shared/scss/bulma/sass/components/level.sass b/hackens_orga/shared/scss/bulma/sass/components/level.sass deleted file mode 100644 index 6793ae0..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/level.sass +++ /dev/null @@ -1,79 +0,0 @@ -@import "../utilities/mixins" - -$level-item-spacing: ($block-spacing * 0.5) !default - -.level - @extend %block - align-items: center - justify-content: space-between - code - border-radius: $radius - img - display: inline-block - vertical-align: top - // Modifiers - &.is-mobile - display: flex - .level-left, - .level-right - display: flex - .level-left + .level-right - margin-top: 0 - .level-item - &:not(:last-child) - margin-bottom: 0 - +ltr-property("margin", $level-item-spacing) - &:not(.is-narrow) - flex-grow: 1 - // Responsiveness - +tablet - display: flex - & > .level-item - &:not(.is-narrow) - flex-grow: 1 - -.level-item - align-items: center - display: flex - flex-basis: auto - flex-grow: 0 - flex-shrink: 0 - justify-content: center - .title, - .subtitle - margin-bottom: 0 - // Responsiveness - +mobile - &:not(:last-child) - margin-bottom: $level-item-spacing - -.level-left, -.level-right - flex-basis: auto - flex-grow: 0 - flex-shrink: 0 - .level-item - // Modifiers - &.is-flexible - flex-grow: 1 - // Responsiveness - +tablet - &:not(:last-child) - +ltr-property("margin", $level-item-spacing) - -.level-left - align-items: center - justify-content: flex-start - // Responsiveness - +mobile - & + .level-right - margin-top: 1.5rem - +tablet - display: flex - -.level-right - align-items: center - justify-content: flex-end - // Responsiveness - +tablet - display: flex diff --git a/hackens_orga/shared/scss/bulma/sass/components/media.sass b/hackens_orga/shared/scss/bulma/sass/components/media.sass deleted file mode 100644 index fc3f7d1..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/media.sass +++ /dev/null @@ -1,59 +0,0 @@ -@import "../utilities/mixins" - -$media-border-color: bulmaRgba($border, 0.5) !default -$media-border-size: 1px !default -$media-spacing: 1rem !default -$media-spacing-large: 1.5rem !default -$media-content-spacing: 0.75rem !default -$media-level-1-spacing: 0.75rem !default -$media-level-1-content-spacing: 0.5rem !default -$media-level-2-spacing: 0.5rem !default - -.media - align-items: flex-start - display: flex - text-align: inherit - .content:not(:last-child) - margin-bottom: $media-content-spacing - .media - border-top: $media-border-size solid $media-border-color - display: flex - padding-top: $media-level-1-spacing - .content:not(:last-child), - .control:not(:last-child) - margin-bottom: $media-level-1-content-spacing - .media - padding-top: $media-level-2-spacing - & + .media - margin-top: $media-level-2-spacing - & + .media - border-top: $media-border-size solid $media-border-color - margin-top: $media-spacing - padding-top: $media-spacing - // Sizes - &.is-large - & + .media - margin-top: $media-spacing-large - padding-top: $media-spacing-large - -.media-left, -.media-right - flex-basis: auto - flex-grow: 0 - flex-shrink: 0 - -.media-left - +ltr-property("margin", $media-spacing) - -.media-right - +ltr-property("margin", $media-spacing, false) - -.media-content - flex-basis: auto - flex-grow: 1 - flex-shrink: 1 - text-align: inherit - -+mobile - .media-content - overflow-x: auto diff --git a/hackens_orga/shared/scss/bulma/sass/components/menu.sass b/hackens_orga/shared/scss/bulma/sass/components/menu.sass deleted file mode 100644 index 31dc56f..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/menu.sass +++ /dev/null @@ -1,59 +0,0 @@ -@import "../utilities/mixins" - -$menu-item-color: $text !default -$menu-item-radius: $radius-small !default -$menu-item-hover-color: $text-strong !default -$menu-item-hover-background-color: $background !default -$menu-item-active-color: $link-invert !default -$menu-item-active-background-color: $link !default - -$menu-list-border-left: 1px solid $border !default -$menu-list-line-height: 1.25 !default -$menu-list-link-padding: 0.5em 0.75em !default -$menu-nested-list-margin: 0.75em !default -$menu-nested-list-padding-left: 0.75em !default - -$menu-label-color: $text-light !default -$menu-label-font-size: 0.75em !default -$menu-label-letter-spacing: 0.1em !default -$menu-label-spacing: 1em !default - -.menu - font-size: $size-normal - // Sizes - &.is-small - font-size: $size-small - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large - -.menu-list - line-height: $menu-list-line-height - a - border-radius: $menu-item-radius - color: $menu-item-color - display: block - padding: $menu-list-link-padding - &:hover - background-color: $menu-item-hover-background-color - color: $menu-item-hover-color - // Modifiers - &.is-active - background-color: $menu-item-active-background-color - color: $menu-item-active-color - li - ul - +ltr-property("border", $menu-list-border-left, false) - margin: $menu-nested-list-margin - +ltr-property("padding", $menu-nested-list-padding-left, false) - -.menu-label - color: $menu-label-color - font-size: $menu-label-font-size - letter-spacing: $menu-label-letter-spacing - text-transform: uppercase - &:not(:first-child) - margin-top: $menu-label-spacing - &:not(:last-child) - margin-bottom: $menu-label-spacing diff --git a/hackens_orga/shared/scss/bulma/sass/components/message.sass b/hackens_orga/shared/scss/bulma/sass/components/message.sass deleted file mode 100644 index ab83780..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/message.sass +++ /dev/null @@ -1,101 +0,0 @@ -@import "../utilities/mixins" - -$message-background-color: $background !default -$message-radius: $radius !default - -$message-header-background-color: $text !default -$message-header-color: $text-invert !default -$message-header-weight: $weight-bold !default -$message-header-padding: 0.75em 1em !default -$message-header-radius: $radius !default - -$message-body-border-color: $border !default -$message-body-border-width: 0 0 0 4px !default -$message-body-color: $text !default -$message-body-padding: 1.25em 1.5em !default -$message-body-radius: $radius !default - -$message-body-pre-background-color: $scheme-main !default -$message-body-pre-code-background-color: transparent !default - -$message-header-body-border-width: 0 !default -$message-colors: $colors !default - -.message - @extend %block - background-color: $message-background-color - border-radius: $message-radius - font-size: $size-normal - strong - color: currentColor - a:not(.button):not(.tag):not(.dropdown-item) - color: currentColor - text-decoration: underline - // Sizes - &.is-small - font-size: $size-small - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large - // Colors - @each $name, $components in $message-colors - $color: nth($components, 1) - $color-invert: nth($components, 2) - $color-light: null - $color-dark: null - - @if length($components) >= 3 - $color-light: nth($components, 3) - @if length($components) >= 4 - $color-dark: nth($components, 4) - @else - $color-luminance: colorLuminance($color) - $darken-percentage: $color-luminance * 70% - $desaturate-percentage: $color-luminance * 30% - $color-dark: desaturate(darken($color, $darken-percentage), $desaturate-percentage) - @else - $color-lightning: max((100% - lightness($color)) - 2%, 0%) - $color-light: lighten($color, $color-lightning) - - &.is-#{$name} - background-color: $color-light - .message-header - background-color: $color - color: $color-invert - .message-body - border-color: $color - color: $color-dark - -.message-header - align-items: center - background-color: $message-header-background-color - border-radius: $message-header-radius $message-header-radius 0 0 - color: $message-header-color - display: flex - font-weight: $message-header-weight - justify-content: space-between - line-height: 1.25 - padding: $message-header-padding - position: relative - .delete - flex-grow: 0 - flex-shrink: 0 - +ltr-property("margin", 0.75em, false) - & + .message-body - border-width: $message-header-body-border-width - border-top-left-radius: 0 - border-top-right-radius: 0 - -.message-body - border-color: $message-body-border-color - border-radius: $message-body-radius - border-style: solid - border-width: $message-body-border-width - color: $message-body-color - padding: $message-body-padding - code, - pre - background-color: $message-body-pre-background-color - pre code - background-color: $message-body-pre-code-background-color diff --git a/hackens_orga/shared/scss/bulma/sass/components/modal.sass b/hackens_orga/shared/scss/bulma/sass/components/modal.sass deleted file mode 100644 index fdbddd6..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/modal.sass +++ /dev/null @@ -1,117 +0,0 @@ -@import "../utilities/mixins" - -$modal-z: 40 !default - -$modal-background-background-color: bulmaRgba($scheme-invert, 0.86) !default - -$modal-content-width: 640px !default -$modal-content-margin-mobile: 20px !default -$modal-content-spacing-mobile: 160px !default -$modal-content-spacing-tablet: 40px !default - -$modal-close-dimensions: 40px !default -$modal-close-right: 20px !default -$modal-close-top: 20px !default - -$modal-card-spacing: 40px !default - -$modal-card-head-background-color: $background !default -$modal-card-head-border-bottom: 1px solid $border !default -$modal-card-head-padding: 20px !default -$modal-card-head-radius: $radius-large !default - -$modal-card-title-color: $text-strong !default -$modal-card-title-line-height: 1 !default -$modal-card-title-size: $size-4 !default - -$modal-card-foot-radius: $radius-large !default -$modal-card-foot-border-top: 1px solid $border !default - -$modal-card-body-background-color: $scheme-main !default -$modal-card-body-padding: 20px !default - -$modal-breakpoint: $tablet !default - -.modal - @extend %overlay - align-items: center - display: none - flex-direction: column - justify-content: center - overflow: hidden - position: fixed - z-index: $modal-z - // Modifiers - &.is-active - display: flex - -.modal-background - @extend %overlay - background-color: $modal-background-background-color - -.modal-content, -.modal-card - margin: 0 $modal-content-margin-mobile - max-height: calc(100vh - #{$modal-content-spacing-mobile}) - overflow: auto - position: relative - width: 100% - // Responsiveness - +from($modal-breakpoint) - margin: 0 auto - max-height: calc(100vh - #{$modal-content-spacing-tablet}) - width: $modal-content-width - -.modal-close - @extend %delete - background: none - height: $modal-close-dimensions - position: fixed - +ltr-position($modal-close-right) - top: $modal-close-top - width: $modal-close-dimensions - -.modal-card - display: flex - flex-direction: column - max-height: calc(100vh - #{$modal-card-spacing}) - overflow: hidden - -ms-overflow-y: visible - -.modal-card-head, -.modal-card-foot - align-items: center - background-color: $modal-card-head-background-color - display: flex - flex-shrink: 0 - justify-content: flex-start - padding: $modal-card-head-padding - position: relative - -.modal-card-head - border-bottom: $modal-card-head-border-bottom - border-top-left-radius: $modal-card-head-radius - border-top-right-radius: $modal-card-head-radius - -.modal-card-title - color: $modal-card-title-color - flex-grow: 1 - flex-shrink: 0 - font-size: $modal-card-title-size - line-height: $modal-card-title-line-height - -.modal-card-foot - border-bottom-left-radius: $modal-card-foot-radius - border-bottom-right-radius: $modal-card-foot-radius - border-top: $modal-card-foot-border-top - .button - &:not(:last-child) - +ltr-property("margin", 0.5em) - -.modal-card-body - +overflow-touch - background-color: $modal-card-body-background-color - flex-grow: 1 - flex-shrink: 1 - overflow: auto - padding: $modal-card-body-padding diff --git a/hackens_orga/shared/scss/bulma/sass/components/navbar.sass b/hackens_orga/shared/scss/bulma/sass/components/navbar.sass deleted file mode 100644 index f64c488..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/navbar.sass +++ /dev/null @@ -1,446 +0,0 @@ -@import "../utilities/mixins" - -$navbar-background-color: $scheme-main !default -$navbar-box-shadow-size: 0 2px 0 0 !default -$navbar-box-shadow-color: $background !default -$navbar-height: 3.25rem !default -$navbar-padding-vertical: 1rem !default -$navbar-padding-horizontal: 2rem !default -$navbar-z: 30 !default -$navbar-fixed-z: 30 !default - -$navbar-item-color: $text !default -$navbar-item-hover-color: $link !default -$navbar-item-hover-background-color: $scheme-main-bis !default -$navbar-item-active-color: $scheme-invert !default -$navbar-item-active-background-color: transparent !default -$navbar-item-img-max-height: 1.75rem !default - -$navbar-burger-color: $navbar-item-color !default - -$navbar-tab-hover-background-color: transparent !default -$navbar-tab-hover-border-bottom-color: $link !default -$navbar-tab-active-color: $link !default -$navbar-tab-active-background-color: transparent !default -$navbar-tab-active-border-bottom-color: $link !default -$navbar-tab-active-border-bottom-style: solid !default -$navbar-tab-active-border-bottom-width: 3px !default - -$navbar-dropdown-background-color: $scheme-main !default -$navbar-dropdown-border-top: 2px solid $border !default -$navbar-dropdown-offset: -4px !default -$navbar-dropdown-arrow: $link !default -$navbar-dropdown-radius: $radius-large !default -$navbar-dropdown-z: 20 !default - -$navbar-dropdown-boxed-radius: $radius-large !default -$navbar-dropdown-boxed-shadow: 0 8px 8px bulmaRgba($scheme-invert, 0.1), 0 0 0 1px bulmaRgba($scheme-invert, 0.1) !default - -$navbar-dropdown-item-hover-color: $scheme-invert !default -$navbar-dropdown-item-hover-background-color: $background !default -$navbar-dropdown-item-active-color: $link !default -$navbar-dropdown-item-active-background-color: $background !default - -$navbar-divider-background-color: $background !default -$navbar-divider-height: 2px !default - -$navbar-bottom-box-shadow-size: 0 -2px 0 0 !default - -$navbar-breakpoint: $desktop !default - -$navbar-colors: $colors !default - -=navbar-fixed - left: 0 - position: fixed - right: 0 - z-index: $navbar-fixed-z - -.navbar - background-color: $navbar-background-color - min-height: $navbar-height - position: relative - z-index: $navbar-z - @each $name, $pair in $navbar-colors - $color: nth($pair, 1) - $color-invert: nth($pair, 2) - &.is-#{$name} - background-color: $color - color: $color-invert - .navbar-brand - & > .navbar-item, - .navbar-link - color: $color-invert - & > a.navbar-item, - .navbar-link - &:focus, - &:hover, - &.is-active - background-color: bulmaDarken($color, 5%) - color: $color-invert - .navbar-link - &::after - border-color: $color-invert - .navbar-burger - color: $color-invert - +from($navbar-breakpoint) - .navbar-start, - .navbar-end - & > .navbar-item, - .navbar-link - color: $color-invert - & > a.navbar-item, - .navbar-link - &:focus, - &:hover, - &.is-active - background-color: bulmaDarken($color, 5%) - color: $color-invert - .navbar-link - &::after - border-color: $color-invert - .navbar-item.has-dropdown:focus .navbar-link, - .navbar-item.has-dropdown:hover .navbar-link, - .navbar-item.has-dropdown.is-active .navbar-link - background-color: bulmaDarken($color, 5%) - color: $color-invert - .navbar-dropdown - a.navbar-item - &.is-active - background-color: $color - color: $color-invert - & > .container - align-items: stretch - display: flex - min-height: $navbar-height - width: 100% - &.has-shadow - box-shadow: $navbar-box-shadow-size $navbar-box-shadow-color - &.is-fixed-bottom, - &.is-fixed-top - +navbar-fixed - &.is-fixed-bottom - bottom: 0 - &.has-shadow - box-shadow: $navbar-bottom-box-shadow-size $navbar-box-shadow-color - &.is-fixed-top - top: 0 - -html, -body - &.has-navbar-fixed-top - padding-top: $navbar-height - &.has-navbar-fixed-bottom - padding-bottom: $navbar-height - -.navbar-brand, -.navbar-tabs - align-items: stretch - display: flex - flex-shrink: 0 - min-height: $navbar-height - -.navbar-brand - a.navbar-item - &:focus, - &:hover - background-color: transparent - -.navbar-tabs - +overflow-touch - max-width: 100vw - overflow-x: auto - overflow-y: hidden - -.navbar-burger - @extend %reset - color: $navbar-burger-color - +hamburger($navbar-height) - +ltr-property("margin", auto, false) - -.navbar-menu - display: none - -.navbar-item, -.navbar-link - color: $navbar-item-color - display: block - line-height: 1.5 - padding: 0.5rem 0.75rem - position: relative - .icon - &:only-child - margin-left: -0.25rem - margin-right: -0.25rem - -a.navbar-item, -.navbar-link - cursor: pointer - &:focus, - &:focus-within, - &:hover, - &.is-active - background-color: $navbar-item-hover-background-color - color: $navbar-item-hover-color - -.navbar-item - flex-grow: 0 - flex-shrink: 0 - img - max-height: $navbar-item-img-max-height - &.has-dropdown - padding: 0 - &.is-expanded - flex-grow: 1 - flex-shrink: 1 - &.is-tab - border-bottom: 1px solid transparent - min-height: $navbar-height - padding-bottom: calc(0.5rem - 1px) - &:focus, - &:hover - background-color: $navbar-tab-hover-background-color - border-bottom-color: $navbar-tab-hover-border-bottom-color - &.is-active - background-color: $navbar-tab-active-background-color - border-bottom-color: $navbar-tab-active-border-bottom-color - border-bottom-style: $navbar-tab-active-border-bottom-style - border-bottom-width: $navbar-tab-active-border-bottom-width - color: $navbar-tab-active-color - padding-bottom: calc(0.5rem - #{$navbar-tab-active-border-bottom-width}) - -.navbar-content - flex-grow: 1 - flex-shrink: 1 - -.navbar-link:not(.is-arrowless) - +ltr-property("padding", 2.5em) - &::after - @extend %arrow - border-color: $navbar-dropdown-arrow - margin-top: -0.375em - +ltr-position(1.125em) - -.navbar-dropdown - font-size: 0.875rem - padding-bottom: 0.5rem - padding-top: 0.5rem - .navbar-item - padding-left: 1.5rem - padding-right: 1.5rem - -.navbar-divider - background-color: $navbar-divider-background-color - border: none - display: none - height: $navbar-divider-height - margin: 0.5rem 0 - -+until($navbar-breakpoint) - .navbar > .container - display: block - .navbar-brand, - .navbar-tabs - .navbar-item - align-items: center - display: flex - .navbar-link - &::after - display: none - .navbar-menu - background-color: $navbar-background-color - box-shadow: 0 8px 16px bulmaRgba($scheme-invert, 0.1) - padding: 0.5rem 0 - &.is-active - display: block - // Fixed navbar - .navbar - &.is-fixed-bottom-touch, - &.is-fixed-top-touch - +navbar-fixed - &.is-fixed-bottom-touch - bottom: 0 - &.has-shadow - box-shadow: 0 -2px 3px bulmaRgba($scheme-invert, 0.1) - &.is-fixed-top-touch - top: 0 - &.is-fixed-top, - &.is-fixed-top-touch - .navbar-menu - +overflow-touch - max-height: calc(100vh - #{$navbar-height}) - overflow: auto - html, - body - &.has-navbar-fixed-top-touch - padding-top: $navbar-height - &.has-navbar-fixed-bottom-touch - padding-bottom: $navbar-height - -+from($navbar-breakpoint) - .navbar, - .navbar-menu, - .navbar-start, - .navbar-end - align-items: stretch - display: flex - .navbar - min-height: $navbar-height - &.is-spaced - padding: $navbar-padding-vertical $navbar-padding-horizontal - .navbar-start, - .navbar-end - align-items: center - a.navbar-item, - .navbar-link - border-radius: $radius - &.is-transparent - a.navbar-item, - .navbar-link - &:focus, - &:hover, - &.is-active - background-color: transparent !important - .navbar-item.has-dropdown - &.is-active, - &.is-hoverable:focus, - &.is-hoverable:focus-within, - &.is-hoverable:hover - .navbar-link - background-color: transparent !important - .navbar-dropdown - a.navbar-item - &:focus, - &:hover - background-color: $navbar-dropdown-item-hover-background-color - color: $navbar-dropdown-item-hover-color - &.is-active - background-color: $navbar-dropdown-item-active-background-color - color: $navbar-dropdown-item-active-color - .navbar-burger - display: none - .navbar-item, - .navbar-link - align-items: center - display: flex - .navbar-item - &.has-dropdown - align-items: stretch - &.has-dropdown-up - .navbar-link::after - transform: rotate(135deg) translate(0.25em, -0.25em) - .navbar-dropdown - border-bottom: $navbar-dropdown-border-top - border-radius: $navbar-dropdown-radius $navbar-dropdown-radius 0 0 - border-top: none - bottom: 100% - box-shadow: 0 -8px 8px bulmaRgba($scheme-invert, 0.1) - top: auto - &.is-active, - &.is-hoverable:focus, - &.is-hoverable:focus-within, - &.is-hoverable:hover - .navbar-dropdown - display: block - .navbar.is-spaced &, - &.is-boxed - opacity: 1 - pointer-events: auto - transform: translateY(0) - .navbar-menu - flex-grow: 1 - flex-shrink: 0 - .navbar-start - justify-content: flex-start - +ltr-property("margin", auto) - .navbar-end - justify-content: flex-end - +ltr-property("margin", auto, false) - .navbar-dropdown - background-color: $navbar-dropdown-background-color - border-bottom-left-radius: $navbar-dropdown-radius - border-bottom-right-radius: $navbar-dropdown-radius - border-top: $navbar-dropdown-border-top - box-shadow: 0 8px 8px bulmaRgba($scheme-invert, 0.1) - display: none - font-size: 0.875rem - +ltr-position(0, false) - min-width: 100% - position: absolute - top: 100% - z-index: $navbar-dropdown-z - .navbar-item - padding: 0.375rem 1rem - white-space: nowrap - a.navbar-item - +ltr-property("padding", 3rem) - &:focus, - &:hover - background-color: $navbar-dropdown-item-hover-background-color - color: $navbar-dropdown-item-hover-color - &.is-active - background-color: $navbar-dropdown-item-active-background-color - color: $navbar-dropdown-item-active-color - .navbar.is-spaced &, - &.is-boxed - border-radius: $navbar-dropdown-boxed-radius - border-top: none - box-shadow: $navbar-dropdown-boxed-shadow - display: block - opacity: 0 - pointer-events: none - top: calc(100% + (#{$navbar-dropdown-offset})) - transform: translateY(-5px) - transition-duration: $speed - transition-property: opacity, transform - &.is-right - left: auto - right: 0 - .navbar-divider - display: block - .navbar > .container, - .container > .navbar - .navbar-brand - +ltr-property("margin", -.75rem, false) - .navbar-menu - +ltr-property("margin", -.75rem) - // Fixed navbar - .navbar - &.is-fixed-bottom-desktop, - &.is-fixed-top-desktop - +navbar-fixed - &.is-fixed-bottom-desktop - bottom: 0 - &.has-shadow - box-shadow: 0 -2px 3px bulmaRgba($scheme-invert, 0.1) - &.is-fixed-top-desktop - top: 0 - html, - body - &.has-navbar-fixed-top-desktop - padding-top: $navbar-height - &.has-navbar-fixed-bottom-desktop - padding-bottom: $navbar-height - &.has-spaced-navbar-fixed-top - padding-top: $navbar-height + ($navbar-padding-vertical * 2) - &.has-spaced-navbar-fixed-bottom - padding-bottom: $navbar-height + ($navbar-padding-vertical * 2) - // Hover/Active states - a.navbar-item, - .navbar-link - &.is-active - color: $navbar-item-active-color - &.is-active:not(:focus):not(:hover) - background-color: $navbar-item-active-background-color - .navbar-item.has-dropdown - &:focus, - &:hover, - &.is-active - .navbar-link - background-color: $navbar-item-hover-background-color - -// Combination - -.hero - &.is-fullheight-with-navbar - min-height: calc(100vh - #{$navbar-height}) diff --git a/hackens_orga/shared/scss/bulma/sass/components/pagination.sass b/hackens_orga/shared/scss/bulma/sass/components/pagination.sass deleted file mode 100644 index 950949d..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/pagination.sass +++ /dev/null @@ -1,167 +0,0 @@ -@import "../utilities/controls" -@import "../utilities/mixins" - -$pagination-color: $text-strong !default -$pagination-border-color: $border !default -$pagination-margin: -0.25rem !default -$pagination-min-width: $control-height !default - -$pagination-item-font-size: 1em !default -$pagination-item-margin: 0.25rem !default -$pagination-item-padding-left: 0.5em !default -$pagination-item-padding-right: 0.5em !default - -$pagination-nav-padding-left: 0.75em !default -$pagination-nav-padding-right: 0.75em !default - -$pagination-hover-color: $link-hover !default -$pagination-hover-border-color: $link-hover-border !default - -$pagination-focus-color: $link-focus !default -$pagination-focus-border-color: $link-focus-border !default - -$pagination-active-color: $link-active !default -$pagination-active-border-color: $link-active-border !default - -$pagination-disabled-color: $text-light !default -$pagination-disabled-background-color: $border !default -$pagination-disabled-border-color: $border !default - -$pagination-current-color: $link-invert !default -$pagination-current-background-color: $link !default -$pagination-current-border-color: $link !default - -$pagination-ellipsis-color: $grey-light !default - -$pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default - -.pagination - @extend %block - font-size: $size-normal - margin: $pagination-margin - // Sizes - &.is-small - font-size: $size-small - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large - &.is-rounded - .pagination-previous, - .pagination-next - padding-left: 1em - padding-right: 1em - border-radius: $radius-rounded - .pagination-link - border-radius: $radius-rounded - -.pagination, -.pagination-list - align-items: center - display: flex - justify-content: center - text-align: center - -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis - @extend %control - @extend %unselectable - font-size: $pagination-item-font-size - justify-content: center - margin: $pagination-item-margin - padding-left: $pagination-item-padding-left - padding-right: $pagination-item-padding-right - text-align: center - -.pagination-previous, -.pagination-next, -.pagination-link - border-color: $pagination-border-color - color: $pagination-color - min-width: $pagination-min-width - &:hover - border-color: $pagination-hover-border-color - color: $pagination-hover-color - &:focus - border-color: $pagination-focus-border-color - &:active - box-shadow: $pagination-shadow-inset - &[disabled], - &.is-disabled - background-color: $pagination-disabled-background-color - border-color: $pagination-disabled-border-color - box-shadow: none - color: $pagination-disabled-color - opacity: 0.5 - -.pagination-previous, -.pagination-next - padding-left: $pagination-nav-padding-left - padding-right: $pagination-nav-padding-right - white-space: nowrap - -.pagination-link - &.is-current - background-color: $pagination-current-background-color - border-color: $pagination-current-border-color - color: $pagination-current-color - -.pagination-ellipsis - color: $pagination-ellipsis-color - pointer-events: none - -.pagination-list - flex-wrap: wrap - li - list-style: none - -+mobile - .pagination - flex-wrap: wrap - .pagination-previous, - .pagination-next - flex-grow: 1 - flex-shrink: 1 - .pagination-list - li - flex-grow: 1 - flex-shrink: 1 - -+tablet - .pagination-list - flex-grow: 1 - flex-shrink: 1 - justify-content: flex-start - order: 1 - .pagination-previous, - .pagination-next, - .pagination-link, - .pagination-ellipsis - margin-bottom: 0 - margin-top: 0 - .pagination-previous - order: 2 - .pagination-next - order: 3 - .pagination - justify-content: space-between - margin-bottom: 0 - margin-top: 0 - &.is-centered - .pagination-previous - order: 1 - .pagination-list - justify-content: center - order: 2 - .pagination-next - order: 3 - &.is-right - .pagination-previous - order: 1 - .pagination-next - order: 2 - .pagination-list - justify-content: flex-end - order: 3 diff --git a/hackens_orga/shared/scss/bulma/sass/components/panel.sass b/hackens_orga/shared/scss/bulma/sass/components/panel.sass deleted file mode 100644 index afaffcd..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/panel.sass +++ /dev/null @@ -1,121 +0,0 @@ -@import "../utilities/mixins" - -$panel-margin: $block-spacing !default -$panel-item-border: 1px solid $border-light !default -$panel-radius: $radius-large !default -$panel-shadow: $shadow !default - -$panel-heading-background-color: $border-light !default -$panel-heading-color: $text-strong !default -$panel-heading-line-height: 1.25 !default -$panel-heading-padding: 0.75em 1em !default -$panel-heading-radius: $radius !default -$panel-heading-size: 1.25em !default -$panel-heading-weight: $weight-bold !default - -$panel-tabs-font-size: 0.875em !default -$panel-tab-border-bottom: 1px solid $border !default -$panel-tab-active-border-bottom-color: $link-active-border !default -$panel-tab-active-color: $link-active !default - -$panel-list-item-color: $text !default -$panel-list-item-hover-color: $link !default - -$panel-block-color: $text-strong !default -$panel-block-hover-background-color: $background !default -$panel-block-active-border-left-color: $link !default -$panel-block-active-color: $link-active !default -$panel-block-active-icon-color: $link !default - -$panel-icon-color: $text-light !default -$panel-colors: $colors !default - -.panel - border-radius: $panel-radius - box-shadow: $panel-shadow - font-size: $size-normal - &:not(:last-child) - margin-bottom: $panel-margin - // Colors - @each $name, $components in $panel-colors - $color: nth($components, 1) - $color-invert: nth($components, 2) - &.is-#{$name} - .panel-heading - background-color: $color - color: $color-invert - .panel-tabs a.is-active - border-bottom-color: $color - .panel-block.is-active .panel-icon - color: $color - -.panel-tabs, -.panel-block - &:not(:last-child) - border-bottom: $panel-item-border - -.panel-heading - background-color: $panel-heading-background-color - border-radius: $panel-radius $panel-radius 0 0 - color: $panel-heading-color - font-size: $panel-heading-size - font-weight: $panel-heading-weight - line-height: $panel-heading-line-height - padding: $panel-heading-padding - -.panel-tabs - align-items: flex-end - display: flex - font-size: $panel-tabs-font-size - justify-content: center - a - border-bottom: $panel-tab-border-bottom - margin-bottom: -1px - padding: 0.5em - // Modifiers - &.is-active - border-bottom-color: $panel-tab-active-border-bottom-color - color: $panel-tab-active-color - -.panel-list - a - color: $panel-list-item-color - &:hover - color: $panel-list-item-hover-color - -.panel-block - align-items: center - color: $panel-block-color - display: flex - justify-content: flex-start - padding: 0.5em 0.75em - input[type="checkbox"] - +ltr-property("margin", 0.75em) - & > .control - flex-grow: 1 - flex-shrink: 1 - width: 100% - &.is-wrapped - flex-wrap: wrap - &.is-active - border-left-color: $panel-block-active-border-left-color - color: $panel-block-active-color - .panel-icon - color: $panel-block-active-icon-color - &:last-child - border-bottom-left-radius: $panel-radius - border-bottom-right-radius: $panel-radius - -a.panel-block, -label.panel-block - cursor: pointer - &:hover - background-color: $panel-block-hover-background-color - -.panel-icon - +fa(14px, 1em) - color: $panel-icon-color - +ltr-property("margin", 0.75em) - .fa - font-size: inherit - line-height: inherit diff --git a/hackens_orga/shared/scss/bulma/sass/components/tabs.sass b/hackens_orga/shared/scss/bulma/sass/components/tabs.sass deleted file mode 100644 index 2cb6a54..0000000 --- a/hackens_orga/shared/scss/bulma/sass/components/tabs.sass +++ /dev/null @@ -1,176 +0,0 @@ -@import "../utilities/mixins" - -$tabs-border-bottom-color: $border !default -$tabs-border-bottom-style: solid !default -$tabs-border-bottom-width: 1px !default -$tabs-link-color: $text !default -$tabs-link-hover-border-bottom-color: $text-strong !default -$tabs-link-hover-color: $text-strong !default -$tabs-link-active-border-bottom-color: $link !default -$tabs-link-active-color: $link !default -$tabs-link-padding: 0.5em 1em !default - -$tabs-boxed-link-radius: $radius !default -$tabs-boxed-link-hover-background-color: $background !default -$tabs-boxed-link-hover-border-bottom-color: $border !default - -$tabs-boxed-link-active-background-color: $scheme-main !default -$tabs-boxed-link-active-border-color: $border !default -$tabs-boxed-link-active-border-bottom-color: transparent !default - -$tabs-toggle-link-border-color: $border !default -$tabs-toggle-link-border-style: solid !default -$tabs-toggle-link-border-width: 1px !default -$tabs-toggle-link-hover-background-color: $background !default -$tabs-toggle-link-hover-border-color: $border-hover !default -$tabs-toggle-link-radius: $radius !default -$tabs-toggle-link-active-background-color: $link !default -$tabs-toggle-link-active-border-color: $link !default -$tabs-toggle-link-active-color: $link-invert !default - -.tabs - @extend %block - +overflow-touch - @extend %unselectable - align-items: stretch - display: flex - font-size: $size-normal - justify-content: space-between - overflow: hidden - overflow-x: auto - white-space: nowrap - a - align-items: center - border-bottom-color: $tabs-border-bottom-color - border-bottom-style: $tabs-border-bottom-style - border-bottom-width: $tabs-border-bottom-width - color: $tabs-link-color - display: flex - justify-content: center - margin-bottom: -#{$tabs-border-bottom-width} - padding: $tabs-link-padding - vertical-align: top - &:hover - border-bottom-color: $tabs-link-hover-border-bottom-color - color: $tabs-link-hover-color - li - display: block - &.is-active - a - border-bottom-color: $tabs-link-active-border-bottom-color - color: $tabs-link-active-color - ul - align-items: center - border-bottom-color: $tabs-border-bottom-color - border-bottom-style: $tabs-border-bottom-style - border-bottom-width: $tabs-border-bottom-width - display: flex - flex-grow: 1 - flex-shrink: 0 - justify-content: flex-start - &.is-left - padding-right: 0.75em - &.is-center - flex: none - justify-content: center - padding-left: 0.75em - padding-right: 0.75em - &.is-right - justify-content: flex-end - padding-left: 0.75em - .icon - &:first-child - +ltr-property("margin", 0.5em) - &:last-child - +ltr-property("margin", 0.5em, false) - // Alignment - &.is-centered - ul - justify-content: center - &.is-right - ul - justify-content: flex-end - // Styles - &.is-boxed - a - border: 1px solid transparent - +ltr - border-radius: $tabs-boxed-link-radius $tabs-boxed-link-radius 0 0 - +rtl - border-radius: 0 0 $tabs-boxed-link-radius $tabs-boxed-link-radius - &:hover - background-color: $tabs-boxed-link-hover-background-color - border-bottom-color: $tabs-boxed-link-hover-border-bottom-color - li - &.is-active - a - background-color: $tabs-boxed-link-active-background-color - border-color: $tabs-boxed-link-active-border-color - border-bottom-color: $tabs-boxed-link-active-border-bottom-color !important - &.is-fullwidth - li - flex-grow: 1 - flex-shrink: 0 - &.is-toggle - a - border-color: $tabs-toggle-link-border-color - border-style: $tabs-toggle-link-border-style - border-width: $tabs-toggle-link-border-width - margin-bottom: 0 - position: relative - &:hover - background-color: $tabs-toggle-link-hover-background-color - border-color: $tabs-toggle-link-hover-border-color - z-index: 2 - li - & + li - +ltr-property("margin", -#{$tabs-toggle-link-border-width}, false) - &:first-child a - +ltr - border-top-left-radius: $tabs-toggle-link-radius - border-bottom-left-radius: $tabs-toggle-link-radius - +rtl - border-top-right-radius: $tabs-toggle-link-radius - border-bottom-right-radius: $tabs-toggle-link-radius - &:last-child a - +ltr - border-top-right-radius: $tabs-toggle-link-radius - border-bottom-right-radius: $tabs-toggle-link-radius - +rtl - border-top-left-radius: $tabs-toggle-link-radius - border-bottom-left-radius: $tabs-toggle-link-radius - &.is-active - a - background-color: $tabs-toggle-link-active-background-color - border-color: $tabs-toggle-link-active-border-color - color: $tabs-toggle-link-active-color - z-index: 1 - ul - border-bottom: none - &.is-toggle-rounded - li - &:first-child a - +ltr - border-bottom-left-radius: $radius-rounded - border-top-left-radius: $radius-rounded - padding-left: 1.25em - +rtl - border-bottom-right-radius: $radius-rounded - border-top-right-radius: $radius-rounded - padding-right: 1.25em - &:last-child a - +ltr - border-bottom-right-radius: $radius-rounded - border-top-right-radius: $radius-rounded - padding-right: 1.25em - +rtl - border-bottom-left-radius: $radius-rounded - border-top-left-radius: $radius-rounded - padding-left: 1.25em - // Sizes - &.is-small - font-size: $size-small - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large diff --git a/hackens_orga/shared/scss/bulma/sass/elements/_all.sass b/hackens_orga/shared/scss/bulma/sass/elements/_all.sass deleted file mode 100644 index 511047a..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/_all.sass +++ /dev/null @@ -1,16 +0,0 @@ -/* Bulma Elements */ -@charset "utf-8" - -@import "box" -@import "button" -@import "container" -@import "content" -@import "icon" -@import "image" -@import "notification" -@import "progress" -@import "table" -@import "tag" -@import "title" - -@import "other" diff --git a/hackens_orga/shared/scss/bulma/sass/elements/box.sass b/hackens_orga/shared/scss/bulma/sass/elements/box.sass deleted file mode 100644 index 8552430..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/box.sass +++ /dev/null @@ -1,26 +0,0 @@ -@import "../utilities/mixins" - -$box-color: $text !default -$box-background-color: $scheme-main !default -$box-radius: $radius-large !default -$box-shadow: $shadow !default -$box-padding: 1.25rem !default - -$box-link-hover-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link !default -$box-link-active-shadow: inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $link !default - -.box - @extend %block - background-color: $box-background-color - border-radius: $box-radius - box-shadow: $box-shadow - color: $box-color - display: block - padding: $box-padding - -a.box - &:hover, - &:focus - box-shadow: $box-link-hover-shadow - &:active - box-shadow: $box-link-active-shadow diff --git a/hackens_orga/shared/scss/bulma/sass/elements/button.sass b/hackens_orga/shared/scss/bulma/sass/elements/button.sass deleted file mode 100644 index 6308064..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/button.sass +++ /dev/null @@ -1,357 +0,0 @@ -@import "../utilities/controls" -@import "../utilities/mixins" - -$button-color: $text-strong !default -$button-background-color: $scheme-main !default -$button-family: false !default - -$button-border-color: $border !default -$button-border-width: $control-border-width !default - -$button-padding-vertical: calc(0.5em - #{$button-border-width}) !default -$button-padding-horizontal: 1em !default - -$button-hover-color: $link-hover !default -$button-hover-border-color: $link-hover-border !default - -$button-focus-color: $link-focus !default -$button-focus-border-color: $link-focus-border !default -$button-focus-box-shadow-size: 0 0 0 0.125em !default -$button-focus-box-shadow-color: bulmaRgba($link, 0.25) !default - -$button-active-color: $link-active !default -$button-active-border-color: $link-active-border !default - -$button-text-color: $text !default -$button-text-decoration: underline !default -$button-text-hover-background-color: $background !default -$button-text-hover-color: $text-strong !default - -$button-ghost-background: none !default -$button-ghost-border-color: transparent !default -$button-ghost-color: $link !default -$button-ghost-decoration: none !default -$button-ghost-hover-color: $link !default -$button-ghost-hover-decoration: underline !default - -$button-disabled-background-color: $scheme-main !default -$button-disabled-border-color: $border !default -$button-disabled-shadow: none !default -$button-disabled-opacity: 0.5 !default - -$button-static-color: $text-light !default -$button-static-background-color: $scheme-main-ter !default -$button-static-border-color: $border !default - -$button-colors: $colors !default -$button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ($size-small * 0.875), "medium": $size-small, "large": $size-normal), "tablet-only": ("small": ($size-small * 0.875), "normal": ($size-small), "medium": $size-normal, "large": $size-medium)) !default - -// The button sizes use mixins so they can be used at different breakpoints -=button-small - &:not(.is-rounded) - border-radius: $radius-small - font-size: $size-small -=button-normal - font-size: $size-normal -=button-medium - font-size: $size-medium -=button-large - font-size: $size-large - -.button - @extend %control - @extend %unselectable - background-color: $button-background-color - border-color: $button-border-color - border-width: $button-border-width - color: $button-color - cursor: pointer - @if $button-family - font-family: $button-family - justify-content: center - padding-bottom: $button-padding-vertical - padding-left: $button-padding-horizontal - padding-right: $button-padding-horizontal - padding-top: $button-padding-vertical - text-align: center - white-space: nowrap - strong - color: inherit - .icon - &, - &.is-small, - &.is-medium, - &.is-large - height: 1.5em - width: 1.5em - &:first-child:not(:last-child) - +ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width}), false) - +ltr-property("margin", $button-padding-horizontal * 0.25) - &:last-child:not(:first-child) - +ltr-property("margin", $button-padding-horizontal * 0.25, false) - +ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width})) - &:first-child:last-child - margin-left: calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width}) - margin-right: calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width}) - // States - &:hover, - &.is-hovered - border-color: $button-hover-border-color - color: $button-hover-color - &:focus, - &.is-focused - border-color: $button-focus-border-color - color: $button-focus-color - &:not(:active) - box-shadow: $button-focus-box-shadow-size $button-focus-box-shadow-color - &:active, - &.is-active - border-color: $button-active-border-color - color: $button-active-color - // Colors - &.is-text - background-color: transparent - border-color: transparent - color: $button-text-color - text-decoration: $button-text-decoration - &:hover, - &.is-hovered, - &:focus, - &.is-focused - background-color: $button-text-hover-background-color - color: $button-text-hover-color - &:active, - &.is-active - background-color: bulmaDarken($button-text-hover-background-color, 5%) - color: $button-text-hover-color - &[disabled], - fieldset[disabled] & - background-color: transparent - border-color: transparent - box-shadow: none - &.is-ghost - background: $button-ghost-background - border-color: $button-ghost-border-color - color: $button-ghost-color - text-decoration: $button-ghost-decoration - &:hover, - &.is-hovered - color: $button-ghost-hover-color - text-decoration: $button-ghost-hover-decoration - @each $name, $pair in $button-colors - $color: nth($pair, 1) - $color-invert: nth($pair, 2) - &.is-#{$name} - background-color: $color - border-color: transparent - color: $color-invert - &:hover, - &.is-hovered - background-color: bulmaDarken($color, 2.5%) - border-color: transparent - color: $color-invert - &:focus, - &.is-focused - border-color: transparent - color: $color-invert - &:not(:active) - box-shadow: $button-focus-box-shadow-size bulmaRgba($color, 0.25) - &:active, - &.is-active - background-color: bulmaDarken($color, 5%) - border-color: transparent - color: $color-invert - &[disabled], - fieldset[disabled] & - background-color: $color - border-color: $color - box-shadow: none - &.is-inverted - background-color: $color-invert - color: $color - &:hover, - &.is-hovered - background-color: bulmaDarken($color-invert, 5%) - &[disabled], - fieldset[disabled] & - background-color: $color-invert - border-color: transparent - box-shadow: none - color: $color - &.is-loading - &::after - border-color: transparent transparent $color-invert $color-invert !important - &.is-outlined - background-color: transparent - border-color: $color - color: $color - &:hover, - &.is-hovered, - &:focus, - &.is-focused - background-color: $color - border-color: $color - color: $color-invert - &.is-loading - &::after - border-color: transparent transparent $color $color !important - &:hover, - &.is-hovered, - &:focus, - &.is-focused - &::after - border-color: transparent transparent $color-invert $color-invert !important - &[disabled], - fieldset[disabled] & - background-color: transparent - border-color: $color - box-shadow: none - color: $color - &.is-inverted.is-outlined - background-color: transparent - border-color: $color-invert - color: $color-invert - &:hover, - &.is-hovered, - &:focus, - &.is-focused - background-color: $color-invert - color: $color - &.is-loading - &:hover, - &.is-hovered, - &:focus, - &.is-focused - &::after - border-color: transparent transparent $color $color !important - &[disabled], - fieldset[disabled] & - background-color: transparent - border-color: $color-invert - box-shadow: none - color: $color-invert - // If light and dark colors are provided - @if length($pair) >= 4 - $color-light: nth($pair, 3) - $color-dark: nth($pair, 4) - &.is-light - background-color: $color-light - color: $color-dark - &:hover, - &.is-hovered - background-color: bulmaDarken($color-light, 2.5%) - border-color: transparent - color: $color-dark - &:active, - &.is-active - background-color: bulmaDarken($color-light, 5%) - border-color: transparent - color: $color-dark - // Sizes - &.is-small - +button-small - &.is-normal - +button-normal - &.is-medium - +button-medium - &.is-large - +button-large - // Modifiers - &[disabled], - fieldset[disabled] & - background-color: $button-disabled-background-color - border-color: $button-disabled-border-color - box-shadow: $button-disabled-shadow - opacity: $button-disabled-opacity - &.is-fullwidth - display: flex - width: 100% - &.is-loading - color: transparent !important - pointer-events: none - &::after - @extend %loader - +center(1em) - position: absolute !important - &.is-static - background-color: $button-static-background-color - border-color: $button-static-border-color - color: $button-static-color - box-shadow: none - pointer-events: none - &.is-rounded - border-radius: $radius-rounded - padding-left: calc(#{$button-padding-horizontal} + 0.25em) - padding-right: calc(#{$button-padding-horizontal} + 0.25em) - -.buttons - align-items: center - display: flex - flex-wrap: wrap - justify-content: flex-start - .button - margin-bottom: 0.5rem - &:not(:last-child):not(.is-fullwidth) - +ltr-property("margin", 0.5rem) - &:last-child - margin-bottom: -0.5rem - &:not(:last-child) - margin-bottom: 1rem - // Sizes - &.are-small - .button:not(.is-normal):not(.is-medium):not(.is-large) - +button-small - &.are-medium - .button:not(.is-small):not(.is-normal):not(.is-large) - +button-medium - &.are-large - .button:not(.is-small):not(.is-normal):not(.is-medium) - +button-large - &.has-addons - .button - &:not(:first-child) - border-bottom-left-radius: 0 - border-top-left-radius: 0 - &:not(:last-child) - border-bottom-right-radius: 0 - border-top-right-radius: 0 - +ltr-property("margin", -1px) - &:last-child - +ltr-property("margin", 0) - &:hover, - &.is-hovered - z-index: 2 - &:focus, - &.is-focused, - &:active, - &.is-active, - &.is-selected - z-index: 3 - &:hover - z-index: 4 - &.is-expanded - flex-grow: 1 - flex-shrink: 1 - &.is-centered - justify-content: center - &:not(.has-addons) - .button:not(.is-fullwidth) - margin-left: 0.25rem - margin-right: 0.25rem - &.is-right - justify-content: flex-end - &:not(.has-addons) - .button:not(.is-fullwidth) - margin-left: 0.25rem - margin-right: 0.25rem - -@each $bp-name, $bp-sizes in $button-responsive-sizes - +breakpoint($bp-name) - @each $size, $value in $bp-sizes - @if $size != "normal" - .button.is-responsive.is-#{$size} - font-size: $value - @else - .button.is-responsive, - .button.is-responsive.is-normal - font-size: $value diff --git a/hackens_orga/shared/scss/bulma/sass/elements/container.sass b/hackens_orga/shared/scss/bulma/sass/elements/container.sass deleted file mode 100644 index c13011e..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/container.sass +++ /dev/null @@ -1,29 +0,0 @@ -@import "../utilities/mixins" - -$container-offset: (2 * $gap) !default -$container-max-width: $fullhd !default - -.container - flex-grow: 1 - margin: 0 auto - position: relative - width: auto - &.is-fluid - max-width: none !important - padding-left: $gap - padding-right: $gap - width: 100% - +desktop - max-width: $desktop - $container-offset - +until-widescreen - &.is-widescreen:not(.is-max-desktop) - max-width: min($widescreen, $container-max-width) - $container-offset - +until-fullhd - &.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) - max-width: min($fullhd, $container-max-width) - $container-offset - +widescreen - &:not(.is-max-desktop) - max-width: min($widescreen, $container-max-width) - $container-offset - +fullhd - &:not(.is-max-desktop):not(.is-max-widescreen) - max-width: min($fullhd, $container-max-width) - $container-offset diff --git a/hackens_orga/shared/scss/bulma/sass/elements/content.sass b/hackens_orga/shared/scss/bulma/sass/elements/content.sass deleted file mode 100644 index 3f709ad..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/content.sass +++ /dev/null @@ -1,162 +0,0 @@ -@import "../utilities/mixins" - -$content-heading-color: $text-strong !default -$content-heading-weight: $weight-semibold !default -$content-heading-line-height: 1.125 !default - -$content-block-margin-bottom: 1em !default - -$content-blockquote-background-color: $background !default -$content-blockquote-border-left: 5px solid $border !default -$content-blockquote-padding: 1.25em 1.5em !default - -$content-pre-padding: 1.25em 1.5em !default - -$content-table-cell-border: 1px solid $border !default -$content-table-cell-border-width: 0 0 1px !default -$content-table-cell-padding: 0.5em 0.75em !default -$content-table-cell-heading-color: $text-strong !default -$content-table-head-cell-border-width: 0 0 2px !default -$content-table-head-cell-color: $text-strong !default -$content-table-body-last-row-cell-border-bottom-width: 0 !default -$content-table-foot-cell-border-width: 2px 0 0 !default -$content-table-foot-cell-color: $text-strong !default - -.content - @extend %block - // Inline - li + li - margin-top: 0.25em - // Block - p, - dl, - ol, - ul, - blockquote, - pre, - table - &:not(:last-child) - margin-bottom: $content-block-margin-bottom - h1, - h2, - h3, - h4, - h5, - h6 - color: $content-heading-color - font-weight: $content-heading-weight - line-height: $content-heading-line-height - h1 - font-size: 2em - margin-bottom: 0.5em - &:not(:first-child) - margin-top: 1em - h2 - font-size: 1.75em - margin-bottom: 0.5714em - &:not(:first-child) - margin-top: 1.1428em - h3 - font-size: 1.5em - margin-bottom: 0.6666em - &:not(:first-child) - margin-top: 1.3333em - h4 - font-size: 1.25em - margin-bottom: 0.8em - h5 - font-size: 1.125em - margin-bottom: 0.8888em - h6 - font-size: 1em - margin-bottom: 1em - blockquote - background-color: $content-blockquote-background-color - +ltr-property("border", $content-blockquote-border-left, false) - padding: $content-blockquote-padding - ol - list-style-position: outside - +ltr-property("margin", 2em, false) - margin-top: 1em - &:not([type]) - list-style-type: decimal - &.is-lower-alpha - list-style-type: lower-alpha - &.is-lower-roman - list-style-type: lower-roman - &.is-upper-alpha - list-style-type: upper-alpha - &.is-upper-roman - list-style-type: upper-roman - ul - list-style: disc outside - +ltr-property("margin", 2em, false) - margin-top: 1em - ul - list-style-type: circle - margin-top: 0.5em - ul - list-style-type: square - dd - +ltr-property("margin", 2em, false) - figure - margin-left: 2em - margin-right: 2em - text-align: center - &:not(:first-child) - margin-top: 2em - &:not(:last-child) - margin-bottom: 2em - img - display: inline-block - figcaption - font-style: italic - pre - +overflow-touch - overflow-x: auto - padding: $content-pre-padding - white-space: pre - word-wrap: normal - sup, - sub - font-size: 75% - table - width: 100% - td, - th - border: $content-table-cell-border - border-width: $content-table-cell-border-width - padding: $content-table-cell-padding - vertical-align: top - th - color: $content-table-cell-heading-color - &:not([align]) - text-align: inherit - thead - td, - th - border-width: $content-table-head-cell-border-width - color: $content-table-head-cell-color - tfoot - td, - th - border-width: $content-table-foot-cell-border-width - color: $content-table-foot-cell-color - tbody - tr - &:last-child - td, - th - border-bottom-width: $content-table-body-last-row-cell-border-bottom-width - .tabs - li + li - margin-top: 0 - // Sizes - &.is-small - font-size: $size-small - &.is-normal - font-size: $size-normal - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large diff --git a/hackens_orga/shared/scss/bulma/sass/elements/form.sass b/hackens_orga/shared/scss/bulma/sass/elements/form.sass deleted file mode 100644 index 3122dc4..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/form.sass +++ /dev/null @@ -1 +0,0 @@ -@warn "The form.sass file is DEPRECATED. It has moved into its own /form folder. Please import sass/form/_all instead." diff --git a/hackens_orga/shared/scss/bulma/sass/elements/icon.sass b/hackens_orga/shared/scss/bulma/sass/elements/icon.sass deleted file mode 100644 index 0befe2b..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/icon.sass +++ /dev/null @@ -1,46 +0,0 @@ -$icon-dimensions: 1.5rem !default -$icon-dimensions-small: 1rem !default -$icon-dimensions-medium: 2rem !default -$icon-dimensions-large: 3rem !default -$icon-text-spacing: 0.25em !default - -.icon - align-items: center - display: inline-flex - justify-content: center - height: $icon-dimensions - width: $icon-dimensions - // Sizes - &.is-small - height: $icon-dimensions-small - width: $icon-dimensions-small - &.is-medium - height: $icon-dimensions-medium - width: $icon-dimensions-medium - &.is-large - height: $icon-dimensions-large - width: $icon-dimensions-large - -.icon-text - align-items: flex-start - color: inherit - display: inline-flex - flex-wrap: wrap - line-height: $icon-dimensions - vertical-align: top - .icon - flex-grow: 0 - flex-shrink: 0 - &:not(:last-child) - +ltr - margin-right: $icon-text-spacing - +rtl - margin-left: $icon-text-spacing - &:not(:first-child) - +ltr - margin-left: $icon-text-spacing - +rtl - margin-right: $icon-text-spacing - -div.icon-text - display: flex diff --git a/hackens_orga/shared/scss/bulma/sass/elements/image.sass b/hackens_orga/shared/scss/bulma/sass/elements/image.sass deleted file mode 100644 index fc46541..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/image.sass +++ /dev/null @@ -1,73 +0,0 @@ -@import "../utilities/mixins" - -$dimensions: 16 24 32 48 64 96 128 !default - -.image - display: block - position: relative - img - display: block - height: auto - width: 100% - &.is-rounded - border-radius: $radius-rounded - &.is-fullwidth - width: 100% - // Ratio - &.is-square, - &.is-1by1, - &.is-5by4, - &.is-4by3, - &.is-3by2, - &.is-5by3, - &.is-16by9, - &.is-2by1, - &.is-3by1, - &.is-4by5, - &.is-3by4, - &.is-2by3, - &.is-3by5, - &.is-9by16, - &.is-1by2, - &.is-1by3 - img, - .has-ratio - @extend %overlay - height: 100% - width: 100% - &.is-square, - &.is-1by1 - padding-top: 100% - &.is-5by4 - padding-top: 80% - &.is-4by3 - padding-top: 75% - &.is-3by2 - padding-top: 66.6666% - &.is-5by3 - padding-top: 60% - &.is-16by9 - padding-top: 56.25% - &.is-2by1 - padding-top: 50% - &.is-3by1 - padding-top: 33.3333% - &.is-4by5 - padding-top: 125% - &.is-3by4 - padding-top: 133.3333% - &.is-2by3 - padding-top: 150% - &.is-3by5 - padding-top: 166.6666% - &.is-9by16 - padding-top: 177.7777% - &.is-1by2 - padding-top: 200% - &.is-1by3 - padding-top: 300% - // Sizes - @each $dimension in $dimensions - &.is-#{$dimension}x#{$dimension} - height: $dimension * 1px - width: $dimension * 1px diff --git a/hackens_orga/shared/scss/bulma/sass/elements/notification.sass b/hackens_orga/shared/scss/bulma/sass/elements/notification.sass deleted file mode 100644 index f5c6021..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/notification.sass +++ /dev/null @@ -1,52 +0,0 @@ -@import "../utilities/mixins" - -$notification-background-color: $background !default -$notification-code-background-color: $scheme-main !default -$notification-radius: $radius !default -$notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default -$notification-padding-ltr: 1.25rem 2.5rem 1.25rem 1.5rem !default -$notification-padding-rtl: 1.25rem 1.5rem 1.25rem 2.5rem !default - -$notification-colors: $colors !default - -.notification - @extend %block - background-color: $notification-background-color - border-radius: $notification-radius - position: relative - +ltr - padding: $notification-padding-ltr - +rtl - padding: $notification-padding-rtl - a:not(.button):not(.dropdown-item) - color: currentColor - text-decoration: underline - strong - color: currentColor - code, - pre - background: $notification-code-background-color - pre code - background: transparent - & > .delete - +ltr-position(0.5rem) - position: absolute - top: 0.5rem - .title, - .subtitle, - .content - color: currentColor - // Colors - @each $name, $pair in $notification-colors - $color: nth($pair, 1) - $color-invert: nth($pair, 2) - &.is-#{$name} - background-color: $color - color: $color-invert - // If light and dark colors are provided - @if length($pair) >= 4 - $color-light: nth($pair, 3) - $color-dark: nth($pair, 4) - &.is-light - background-color: $color-light - color: $color-dark diff --git a/hackens_orga/shared/scss/bulma/sass/elements/other.sass b/hackens_orga/shared/scss/bulma/sass/elements/other.sass deleted file mode 100644 index e83f361..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/other.sass +++ /dev/null @@ -1,31 +0,0 @@ -@import "../utilities/mixins" - -.block - @extend %block - -.delete - @extend %delete - -.heading - display: block - font-size: 11px - letter-spacing: 1px - margin-bottom: 5px - text-transform: uppercase - -.loader - @extend %loader - -.number - align-items: center - background-color: $background - border-radius: $radius-rounded - display: inline-flex - font-size: $size-medium - height: 2em - justify-content: center - margin-right: 1.5rem - min-width: 2.5em - padding: 0.25rem 0.5rem - text-align: center - vertical-align: top diff --git a/hackens_orga/shared/scss/bulma/sass/elements/progress.sass b/hackens_orga/shared/scss/bulma/sass/elements/progress.sass deleted file mode 100644 index 4daeb80..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/progress.sass +++ /dev/null @@ -1,73 +0,0 @@ -@import "../utilities/mixins" - -$progress-bar-background-color: $border-light !default -$progress-value-background-color: $text !default -$progress-border-radius: $radius-rounded !default - -$progress-indeterminate-duration: 1.5s !default - -$progress-colors: $colors !default - -.progress - @extend %block - -moz-appearance: none - -webkit-appearance: none - border: none - border-radius: $progress-border-radius - display: block - height: $size-normal - overflow: hidden - padding: 0 - width: 100% - &::-webkit-progress-bar - background-color: $progress-bar-background-color - &::-webkit-progress-value - background-color: $progress-value-background-color - &::-moz-progress-bar - background-color: $progress-value-background-color - &::-ms-fill - background-color: $progress-value-background-color - border: none - // Colors - @each $name, $pair in $progress-colors - $color: nth($pair, 1) - &.is-#{$name} - &::-webkit-progress-value - background-color: $color - &::-moz-progress-bar - background-color: $color - &::-ms-fill - background-color: $color - &:indeterminate - background-image: linear-gradient(to right, $color 30%, $progress-bar-background-color 30%) - - &:indeterminate - animation-duration: $progress-indeterminate-duration - animation-iteration-count: infinite - animation-name: moveIndeterminate - animation-timing-function: linear - background-color: $progress-bar-background-color - background-image: linear-gradient(to right, $text 30%, $progress-bar-background-color 30%) - background-position: top left - background-repeat: no-repeat - background-size: 150% 150% - &::-webkit-progress-bar - background-color: transparent - &::-moz-progress-bar - background-color: transparent - &::-ms-fill - animation-name: none - - // Sizes - &.is-small - height: $size-small - &.is-medium - height: $size-medium - &.is-large - height: $size-large - -@keyframes moveIndeterminate - from - background-position: 200% 0 - to - background-position: -200% 0 diff --git a/hackens_orga/shared/scss/bulma/sass/elements/table.sass b/hackens_orga/shared/scss/bulma/sass/elements/table.sass deleted file mode 100644 index f47d212..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/table.sass +++ /dev/null @@ -1,134 +0,0 @@ -@import "../utilities/mixins" - -$table-color: $text-strong !default -$table-background-color: $scheme-main !default - -$table-cell-border: 1px solid $border !default -$table-cell-border-width: 0 0 1px !default -$table-cell-padding: 0.5em 0.75em !default -$table-cell-heading-color: $text-strong !default -$table-cell-text-align: left !default - -$table-head-cell-border-width: 0 0 2px !default -$table-head-cell-color: $text-strong !default -$table-foot-cell-border-width: 2px 0 0 !default -$table-foot-cell-color: $text-strong !default - -$table-head-background-color: transparent !default -$table-body-background-color: transparent !default -$table-foot-background-color: transparent !default - -$table-row-hover-background-color: $scheme-main-bis !default - -$table-row-active-background-color: $primary !default -$table-row-active-color: $primary-invert !default - -$table-striped-row-even-background-color: $scheme-main-bis !default -$table-striped-row-even-hover-background-color: $scheme-main-ter !default - -$table-colors: $colors !default - -.table - @extend %block - background-color: $table-background-color - color: $table-color - td, - th - border: $table-cell-border - border-width: $table-cell-border-width - padding: $table-cell-padding - vertical-align: top - // Colors - @each $name, $pair in $table-colors - $color: nth($pair, 1) - $color-invert: nth($pair, 2) - &.is-#{$name} - background-color: $color - border-color: $color - color: $color-invert - // Modifiers - &.is-narrow - white-space: nowrap - width: 1% - &.is-selected - background-color: $table-row-active-background-color - color: $table-row-active-color - a, - strong - color: currentColor - &.is-vcentered - vertical-align: middle - th - color: $table-cell-heading-color - &:not([align]) - text-align: $table-cell-text-align - tr - &.is-selected - background-color: $table-row-active-background-color - color: $table-row-active-color - a, - strong - color: currentColor - td, - th - border-color: $table-row-active-color - color: currentColor - thead - background-color: $table-head-background-color - td, - th - border-width: $table-head-cell-border-width - color: $table-head-cell-color - tfoot - background-color: $table-foot-background-color - td, - th - border-width: $table-foot-cell-border-width - color: $table-foot-cell-color - tbody - background-color: $table-body-background-color - tr - &:last-child - td, - th - border-bottom-width: 0 - // Modifiers - &.is-bordered - td, - th - border-width: 1px - tr - &:last-child - td, - th - border-bottom-width: 1px - &.is-fullwidth - width: 100% - &.is-hoverable - tbody - tr:not(.is-selected) - &:hover - background-color: $table-row-hover-background-color - &.is-striped - tbody - tr:not(.is-selected) - &:hover - background-color: $table-row-hover-background-color - &:nth-child(even) - background-color: $table-striped-row-even-hover-background-color - &.is-narrow - td, - th - padding: 0.25em 0.5em - &.is-striped - tbody - tr:not(.is-selected) - &:nth-child(even) - background-color: $table-striped-row-even-background-color - -.table-container - @extend %block - +overflow-touch - overflow: auto - overflow-y: hidden - max-width: 100% diff --git a/hackens_orga/shared/scss/bulma/sass/elements/tag.sass b/hackens_orga/shared/scss/bulma/sass/elements/tag.sass deleted file mode 100644 index 392daee..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/tag.sass +++ /dev/null @@ -1,140 +0,0 @@ -@import "../utilities/mixins" - -$tag-background-color: $background !default -$tag-color: $text !default -$tag-radius: $radius !default -$tag-delete-margin: 1px !default - -$tag-colors: $colors !default - -.tags - align-items: center - display: flex - flex-wrap: wrap - justify-content: flex-start - .tag - margin-bottom: 0.5rem - &:not(:last-child) - +ltr-property("margin", 0.5rem) - &:last-child - margin-bottom: -0.5rem - &:not(:last-child) - margin-bottom: 1rem - // Sizes - &.are-medium - .tag:not(.is-normal):not(.is-large) - font-size: $size-normal - &.are-large - .tag:not(.is-normal):not(.is-medium) - font-size: $size-medium - &.is-centered - justify-content: center - .tag - margin-right: 0.25rem - margin-left: 0.25rem - &.is-right - justify-content: flex-end - .tag - &:not(:first-child) - margin-left: 0.5rem - &:not(:last-child) - margin-right: 0 - &.has-addons - .tag - +ltr-property("margin", 0) - &:not(:first-child) - +ltr-property("margin", 0, false) - +ltr - border-top-left-radius: 0 - border-bottom-left-radius: 0 - +rtl - border-top-right-radius: 0 - border-bottom-right-radius: 0 - &:not(:last-child) - +ltr - border-top-right-radius: 0 - border-bottom-right-radius: 0 - +rtl - border-top-left-radius: 0 - border-bottom-left-radius: 0 - -.tag:not(body) - align-items: center - background-color: $tag-background-color - border-radius: $tag-radius - color: $tag-color - display: inline-flex - font-size: $size-small - height: 2em - justify-content: center - line-height: 1.5 - padding-left: 0.75em - padding-right: 0.75em - white-space: nowrap - .delete - +ltr-property("margin", 0.25rem, false) - +ltr-property("margin", -0.375rem) - // Colors - @each $name, $pair in $tag-colors - $color: nth($pair, 1) - $color-invert: nth($pair, 2) - &.is-#{$name} - background-color: $color - color: $color-invert - // If a light and dark colors are provided - @if length($pair) > 3 - $color-light: nth($pair, 3) - $color-dark: nth($pair, 4) - &.is-light - background-color: $color-light - color: $color-dark - // Sizes - &.is-normal - font-size: $size-small - &.is-medium - font-size: $size-normal - &.is-large - font-size: $size-medium - .icon - &:first-child:not(:last-child) - +ltr-property("margin", -0.375em, false) - +ltr-property("margin", 0.1875em) - &:last-child:not(:first-child) - +ltr-property("margin", 0.1875em, false) - +ltr-property("margin", -0.375em) - &:first-child:last-child - +ltr-property("margin", -0.375em, false) - +ltr-property("margin", -0.375em) - // Modifiers - &.is-delete - +ltr-property("margin", $tag-delete-margin, false) - padding: 0 - position: relative - width: 2em - &::before, - &::after - background-color: currentColor - content: "" - display: block - left: 50% - position: absolute - top: 50% - transform: translateX(-50%) translateY(-50%) rotate(45deg) - transform-origin: center center - &::before - height: 1px - width: 50% - &::after - height: 50% - width: 1px - &:hover, - &:focus - background-color: darken($tag-background-color, 5%) - &:active - background-color: darken($tag-background-color, 10%) - &.is-rounded - border-radius: $radius-rounded - -a.tag - &:hover - text-decoration: underline diff --git a/hackens_orga/shared/scss/bulma/sass/elements/title.sass b/hackens_orga/shared/scss/bulma/sass/elements/title.sass deleted file mode 100644 index 022420c..0000000 --- a/hackens_orga/shared/scss/bulma/sass/elements/title.sass +++ /dev/null @@ -1,70 +0,0 @@ -@import "../utilities/mixins" - -$title-color: $text-strong !default -$title-family: false !default -$title-size: $size-3 !default -$title-weight: $weight-semibold !default -$title-line-height: 1.125 !default -$title-strong-color: inherit !default -$title-strong-weight: inherit !default -$title-sub-size: 0.75em !default -$title-sup-size: 0.75em !default - -$subtitle-color: $text !default -$subtitle-family: false !default -$subtitle-size: $size-5 !default -$subtitle-weight: $weight-normal !default -$subtitle-line-height: 1.25 !default -$subtitle-strong-color: $text-strong !default -$subtitle-strong-weight: $weight-semibold !default -$subtitle-negative-margin: -1.25rem !default - -.title, -.subtitle - @extend %block - word-break: break-word - em, - span - font-weight: inherit - sub - font-size: $title-sub-size - sup - font-size: $title-sup-size - .tag - vertical-align: middle - -.title - color: $title-color - @if $title-family - font-family: $title-family - font-size: $title-size - font-weight: $title-weight - line-height: $title-line-height - strong - color: $title-strong-color - font-weight: $title-strong-weight - &:not(.is-spaced) + .subtitle - margin-top: $subtitle-negative-margin - // Sizes - @each $size in $sizes - $i: index($sizes, $size) - &.is-#{$i} - font-size: $size - -.subtitle - color: $subtitle-color - @if $subtitle-family - font-family: $subtitle-family - font-size: $subtitle-size - font-weight: $subtitle-weight - line-height: $subtitle-line-height - strong - color: $subtitle-strong-color - font-weight: $subtitle-strong-weight - &:not(.is-spaced) + .title - margin-top: $subtitle-negative-margin - // Sizes - @each $size in $sizes - $i: index($sizes, $size) - &.is-#{$i} - font-size: $size diff --git a/hackens_orga/shared/scss/bulma/sass/form/_all.sass b/hackens_orga/shared/scss/bulma/sass/form/_all.sass deleted file mode 100644 index 0a15f80..0000000 --- a/hackens_orga/shared/scss/bulma/sass/form/_all.sass +++ /dev/null @@ -1,9 +0,0 @@ -/* Bulma Form */ -@charset "utf-8" - -@import "shared" -@import "input-textarea" -@import "checkbox-radio" -@import "select" -@import "file" -@import "tools" diff --git a/hackens_orga/shared/scss/bulma/sass/form/checkbox-radio.sass b/hackens_orga/shared/scss/bulma/sass/form/checkbox-radio.sass deleted file mode 100644 index f033d11..0000000 --- a/hackens_orga/shared/scss/bulma/sass/form/checkbox-radio.sass +++ /dev/null @@ -1,22 +0,0 @@ -%checkbox-radio - cursor: pointer - display: inline-block - line-height: 1.25 - position: relative - input - cursor: pointer - &:hover - color: $input-hover-color - &[disabled], - fieldset[disabled] &, - input[disabled] - color: $input-disabled-color - cursor: not-allowed - -.checkbox - @extend %checkbox-radio - -.radio - @extend %checkbox-radio - & + .radio - +ltr-property("margin", 0.5em, false) diff --git a/hackens_orga/shared/scss/bulma/sass/form/file.sass b/hackens_orga/shared/scss/bulma/sass/form/file.sass deleted file mode 100644 index 9b84c84..0000000 --- a/hackens_orga/shared/scss/bulma/sass/form/file.sass +++ /dev/null @@ -1,184 +0,0 @@ -$file-border-color: $border !default -$file-radius: $radius !default - -$file-cta-background-color: $scheme-main-ter !default -$file-cta-color: $text !default -$file-cta-hover-color: $text-strong !default -$file-cta-active-color: $text-strong !default - -$file-name-border-color: $border !default -$file-name-border-style: solid !default -$file-name-border-width: 1px 1px 1px 0 !default -$file-name-max-width: 16em !default - -$file-colors: $form-colors !default - -.file - @extend %unselectable - align-items: stretch - display: flex - justify-content: flex-start - position: relative - // Colors - @each $name, $pair in $file-colors - $color: nth($pair, 1) - $color-invert: nth($pair, 2) - &.is-#{$name} - .file-cta - background-color: $color - border-color: transparent - color: $color-invert - &:hover, - &.is-hovered - .file-cta - background-color: bulmaDarken($color, 2.5%) - border-color: transparent - color: $color-invert - &:focus, - &.is-focused - .file-cta - border-color: transparent - box-shadow: 0 0 0.5em bulmaRgba($color, 0.25) - color: $color-invert - &:active, - &.is-active - .file-cta - background-color: bulmaDarken($color, 5%) - border-color: transparent - color: $color-invert - // Sizes - &.is-small - font-size: $size-small - &.is-normal - font-size: $size-normal - &.is-medium - font-size: $size-medium - .file-icon - .fa - font-size: 21px - &.is-large - font-size: $size-large - .file-icon - .fa - font-size: 28px - // Modifiers - &.has-name - .file-cta - border-bottom-right-radius: 0 - border-top-right-radius: 0 - .file-name - border-bottom-left-radius: 0 - border-top-left-radius: 0 - &.is-empty - .file-cta - border-radius: $file-radius - .file-name - display: none - &.is-boxed - .file-label - flex-direction: column - .file-cta - flex-direction: column - height: auto - padding: 1em 3em - .file-name - border-width: 0 1px 1px - .file-icon - height: 1.5em - width: 1.5em - .fa - font-size: 21px - &.is-small - .file-icon .fa - font-size: 14px - &.is-medium - .file-icon .fa - font-size: 28px - &.is-large - .file-icon .fa - font-size: 35px - &.has-name - .file-cta - border-radius: $file-radius $file-radius 0 0 - .file-name - border-radius: 0 0 $file-radius $file-radius - border-width: 0 1px 1px - &.is-centered - justify-content: center - &.is-fullwidth - .file-label - width: 100% - .file-name - flex-grow: 1 - max-width: none - &.is-right - justify-content: flex-end - .file-cta - border-radius: 0 $file-radius $file-radius 0 - .file-name - border-radius: $file-radius 0 0 $file-radius - border-width: 1px 0 1px 1px - order: -1 - -.file-label - align-items: stretch - display: flex - cursor: pointer - justify-content: flex-start - overflow: hidden - position: relative - &:hover - .file-cta - background-color: bulmaDarken($file-cta-background-color, 2.5%) - color: $file-cta-hover-color - .file-name - border-color: bulmaDarken($file-name-border-color, 2.5%) - &:active - .file-cta - background-color: bulmaDarken($file-cta-background-color, 5%) - color: $file-cta-active-color - .file-name - border-color: bulmaDarken($file-name-border-color, 5%) - -.file-input - height: 100% - left: 0 - opacity: 0 - outline: none - position: absolute - top: 0 - width: 100% - -.file-cta, -.file-name - @extend %control - border-color: $file-border-color - border-radius: $file-radius - font-size: 1em - padding-left: 1em - padding-right: 1em - white-space: nowrap - -.file-cta - background-color: $file-cta-background-color - color: $file-cta-color - -.file-name - border-color: $file-name-border-color - border-style: $file-name-border-style - border-width: $file-name-border-width - display: block - max-width: $file-name-max-width - overflow: hidden - text-align: inherit - text-overflow: ellipsis - -.file-icon - align-items: center - display: flex - height: 1em - justify-content: center - +ltr-property("margin", 0.5em) - width: 1em - .fa - font-size: 14px diff --git a/hackens_orga/shared/scss/bulma/sass/form/input-textarea.sass b/hackens_orga/shared/scss/bulma/sass/form/input-textarea.sass deleted file mode 100644 index 8d842a0..0000000 --- a/hackens_orga/shared/scss/bulma/sass/form/input-textarea.sass +++ /dev/null @@ -1,66 +0,0 @@ -$textarea-padding: $control-padding-horizontal !default -$textarea-max-height: 40em !default -$textarea-min-height: 8em !default - -$textarea-colors: $form-colors !default - -%input-textarea - @extend %input - box-shadow: $input-shadow - max-width: 100% - width: 100% - &[readonly] - box-shadow: none - // Colors - @each $name, $pair in $textarea-colors - $color: nth($pair, 1) - &.is-#{$name} - border-color: $color - &:focus, - &.is-focused, - &:active, - &.is-active - box-shadow: $input-focus-box-shadow-size bulmaRgba($color, 0.25) - // Sizes - &.is-small - +control-small - &.is-medium - +control-medium - &.is-large - +control-large - // Modifiers - &.is-fullwidth - display: block - width: 100% - &.is-inline - display: inline - width: auto - -.input - @extend %input-textarea - &.is-rounded - border-radius: $radius-rounded - padding-left: calc(#{$control-padding-horizontal} + 0.375em) - padding-right: calc(#{$control-padding-horizontal} + 0.375em) - &.is-static - background-color: transparent - border-color: transparent - box-shadow: none - padding-left: 0 - padding-right: 0 - -.textarea - @extend %input-textarea - display: block - max-width: 100% - min-width: 100% - padding: $textarea-padding - resize: vertical - &:not([rows]) - max-height: $textarea-max-height - min-height: $textarea-min-height - &[rows] - height: initial - // Modifiers - &.has-fixed-size - resize: none diff --git a/hackens_orga/shared/scss/bulma/sass/form/select.sass b/hackens_orga/shared/scss/bulma/sass/form/select.sass deleted file mode 100644 index 951b735..0000000 --- a/hackens_orga/shared/scss/bulma/sass/form/select.sass +++ /dev/null @@ -1,88 +0,0 @@ -$select-colors: $form-colors !default - -.select - display: inline-block - max-width: 100% - position: relative - vertical-align: top - &:not(.is-multiple) - height: $input-height - &:not(.is-multiple):not(.is-loading) - &::after - @extend %arrow - border-color: $input-arrow - +ltr-position(1.125em) - z-index: 4 - &.is-rounded - select - border-radius: $radius-rounded - +ltr-property("padding", 1em, false) - select - @extend %input - cursor: pointer - display: block - font-size: 1em - max-width: 100% - outline: none - &::-ms-expand - display: none - &[disabled]:hover, - fieldset[disabled] &:hover - border-color: $input-disabled-border-color - &:not([multiple]) - +ltr-property("padding", 2.5em) - &[multiple] - height: auto - padding: 0 - option - padding: 0.5em 1em - // States - &:not(.is-multiple):not(.is-loading):hover - &::after - border-color: $input-hover-color - // Colors - @each $name, $pair in $select-colors - $color: nth($pair, 1) - &.is-#{$name} - &:not(:hover)::after - border-color: $color - select - border-color: $color - &:hover, - &.is-hovered - border-color: bulmaDarken($color, 5%) - &:focus, - &.is-focused, - &:active, - &.is-active - box-shadow: $input-focus-box-shadow-size bulmaRgba($color, 0.25) - // Sizes - &.is-small - +control-small - &.is-medium - +control-medium - &.is-large - +control-large - // Modifiers - &.is-disabled - &::after - border-color: $input-disabled-color !important - opacity: 0.5 - &.is-fullwidth - width: 100% - select - width: 100% - &.is-loading - &::after - @extend %loader - margin-top: 0 - position: absolute - +ltr-position(0.625em) - top: 0.625em - transform: none - &.is-small:after - font-size: $size-small - &.is-medium:after - font-size: $size-medium - &.is-large:after - font-size: $size-large diff --git a/hackens_orga/shared/scss/bulma/sass/form/shared.sass b/hackens_orga/shared/scss/bulma/sass/form/shared.sass deleted file mode 100644 index 422d7aa..0000000 --- a/hackens_orga/shared/scss/bulma/sass/form/shared.sass +++ /dev/null @@ -1,60 +0,0 @@ -@import "../utilities/controls" -@import "../utilities/mixins" - -$form-colors: $colors !default - -$input-color: $text-strong !default -$input-background-color: $scheme-main !default -$input-border-color: $border !default -$input-height: $control-height !default -$input-shadow: inset 0 0.0625em 0.125em rgba($scheme-invert, 0.05) !default -$input-placeholder-color: bulmaRgba($input-color, 0.3) !default - -$input-hover-color: $text-strong !default -$input-hover-border-color: $border-hover !default - -$input-focus-color: $text-strong !default -$input-focus-border-color: $link !default -$input-focus-box-shadow-size: 0 0 0 0.125em !default -$input-focus-box-shadow-color: bulmaRgba($link, 0.25) !default - -$input-disabled-color: $text-light !default -$input-disabled-background-color: $background !default -$input-disabled-border-color: $background !default -$input-disabled-placeholder-color: bulmaRgba($input-disabled-color, 0.3) !default - -$input-arrow: $link !default - -$input-icon-color: $border !default -$input-icon-active-color: $text !default - -$input-radius: $radius !default - -=input - @extend %control - background-color: $input-background-color - border-color: $input-border-color - border-radius: $input-radius - color: $input-color - +placeholder - color: $input-placeholder-color - &:hover, - &.is-hovered - border-color: $input-hover-border-color - &:focus, - &.is-focused, - &:active, - &.is-active - border-color: $input-focus-border-color - box-shadow: $input-focus-box-shadow-size $input-focus-box-shadow-color - &[disabled], - fieldset[disabled] & - background-color: $input-disabled-background-color - border-color: $input-disabled-border-color - box-shadow: none - color: $input-disabled-color - +placeholder - color: $input-disabled-placeholder-color - -%input - +input diff --git a/hackens_orga/shared/scss/bulma/sass/form/tools.sass b/hackens_orga/shared/scss/bulma/sass/form/tools.sass deleted file mode 100644 index 73b09b6..0000000 --- a/hackens_orga/shared/scss/bulma/sass/form/tools.sass +++ /dev/null @@ -1,215 +0,0 @@ -$label-color: $text-strong !default -$label-weight: $weight-bold !default - -$help-size: $size-small !default - -$label-colors: $form-colors !default - -.label - color: $label-color - display: block - font-size: $size-normal - font-weight: $label-weight - &:not(:last-child) - margin-bottom: 0.5em - // Sizes - &.is-small - font-size: $size-small - &.is-medium - font-size: $size-medium - &.is-large - font-size: $size-large - -.help - display: block - font-size: $help-size - margin-top: 0.25rem - @each $name, $pair in $label-colors - $color: nth($pair, 1) - &.is-#{$name} - color: $color - -// Containers - -.field - &:not(:last-child) - margin-bottom: 0.75rem - // Modifiers - &.has-addons - display: flex - justify-content: flex-start - .control - &:not(:last-child) - +ltr-property("margin", -1px) - &:not(:first-child):not(:last-child) - .button, - .input, - .select select - border-radius: 0 - &:first-child:not(:only-child) - .button, - .input, - .select select - +ltr - border-bottom-right-radius: 0 - border-top-right-radius: 0 - +rtl - border-bottom-left-radius: 0 - border-top-left-radius: 0 - &:last-child:not(:only-child) - .button, - .input, - .select select - +ltr - border-bottom-left-radius: 0 - border-top-left-radius: 0 - +rtl - border-bottom-right-radius: 0 - border-top-right-radius: 0 - .button, - .input, - .select select - &:not([disabled]) - &:hover, - &.is-hovered - z-index: 2 - &:focus, - &.is-focused, - &:active, - &.is-active - z-index: 3 - &:hover - z-index: 4 - &.is-expanded - flex-grow: 1 - flex-shrink: 1 - &.has-addons-centered - justify-content: center - &.has-addons-right - justify-content: flex-end - &.has-addons-fullwidth - .control - flex-grow: 1 - flex-shrink: 0 - &.is-grouped - display: flex - justify-content: flex-start - & > .control - flex-shrink: 0 - &:not(:last-child) - margin-bottom: 0 - +ltr-property("margin", 0.75rem) - &.is-expanded - flex-grow: 1 - flex-shrink: 1 - &.is-grouped-centered - justify-content: center - &.is-grouped-right - justify-content: flex-end - &.is-grouped-multiline - flex-wrap: wrap - & > .control - &:last-child, - &:not(:last-child) - margin-bottom: 0.75rem - &:last-child - margin-bottom: -0.75rem - &:not(:last-child) - margin-bottom: 0 - &.is-horizontal - +tablet - display: flex - -.field-label - .label - font-size: inherit - +mobile - margin-bottom: 0.5rem - +tablet - flex-basis: 0 - flex-grow: 1 - flex-shrink: 0 - +ltr-property("margin", 1.5rem) - text-align: right - &.is-small - font-size: $size-small - padding-top: 0.375em - &.is-normal - padding-top: 0.375em - &.is-medium - font-size: $size-medium - padding-top: 0.375em - &.is-large - font-size: $size-large - padding-top: 0.375em - -.field-body - .field .field - margin-bottom: 0 - +tablet - display: flex - flex-basis: 0 - flex-grow: 5 - flex-shrink: 1 - .field - margin-bottom: 0 - & > .field - flex-shrink: 1 - &:not(.is-narrow) - flex-grow: 1 - &:not(:last-child) - +ltr-property("margin", 0.75rem) - -.control - box-sizing: border-box - clear: both - font-size: $size-normal - position: relative - text-align: inherit - // Modifiers - &.has-icons-left, - &.has-icons-right - .input, - .select - &:focus - & ~ .icon - color: $input-icon-active-color - &.is-small ~ .icon - font-size: $size-small - &.is-medium ~ .icon - font-size: $size-medium - &.is-large ~ .icon - font-size: $size-large - .icon - color: $input-icon-color - height: $input-height - pointer-events: none - position: absolute - top: 0 - width: $input-height - z-index: 4 - &.has-icons-left - .input, - .select select - padding-left: $input-height - .icon.is-left - left: 0 - &.has-icons-right - .input, - .select select - padding-right: $input-height - .icon.is-right - right: 0 - &.is-loading - &::after - @extend %loader - position: absolute !important - +ltr-position(0.625em) - top: 0.625em - z-index: 4 - &.is-small:after - font-size: $size-small - &.is-medium:after - font-size: $size-medium - &.is-large:after - font-size: $size-large diff --git a/hackens_orga/shared/scss/bulma/sass/grid/_all.sass b/hackens_orga/shared/scss/bulma/sass/grid/_all.sass deleted file mode 100644 index 0b5ed31..0000000 --- a/hackens_orga/shared/scss/bulma/sass/grid/_all.sass +++ /dev/null @@ -1,5 +0,0 @@ -/* Bulma Grid */ -@charset "utf-8" - -@import "columns" -@import "tiles" diff --git a/hackens_orga/shared/scss/bulma/sass/grid/columns.sass b/hackens_orga/shared/scss/bulma/sass/grid/columns.sass deleted file mode 100644 index e66112b..0000000 --- a/hackens_orga/shared/scss/bulma/sass/grid/columns.sass +++ /dev/null @@ -1,513 +0,0 @@ -@import "../utilities/mixins" - -$column-gap: 0.75rem !default - -.column - display: block - flex-basis: 0 - flex-grow: 1 - flex-shrink: 1 - padding: $column-gap - .columns.is-mobile > &.is-narrow - flex: none - width: unset - .columns.is-mobile > &.is-full - flex: none - width: 100% - .columns.is-mobile > &.is-three-quarters - flex: none - width: 75% - .columns.is-mobile > &.is-two-thirds - flex: none - width: 66.6666% - .columns.is-mobile > &.is-half - flex: none - width: 50% - .columns.is-mobile > &.is-one-third - flex: none - width: 33.3333% - .columns.is-mobile > &.is-one-quarter - flex: none - width: 25% - .columns.is-mobile > &.is-one-fifth - flex: none - width: 20% - .columns.is-mobile > &.is-two-fifths - flex: none - width: 40% - .columns.is-mobile > &.is-three-fifths - flex: none - width: 60% - .columns.is-mobile > &.is-four-fifths - flex: none - width: 80% - .columns.is-mobile > &.is-offset-three-quarters - +ltr-property("margin", 75%, false) - .columns.is-mobile > &.is-offset-two-thirds - +ltr-property("margin", 66.6666%, false) - .columns.is-mobile > &.is-offset-half - +ltr-property("margin", 50%, false) - .columns.is-mobile > &.is-offset-one-third - +ltr-property("margin", 33.3333%, false) - .columns.is-mobile > &.is-offset-one-quarter - +ltr-property("margin", 25%, false) - .columns.is-mobile > &.is-offset-one-fifth - +ltr-property("margin", 20%, false) - .columns.is-mobile > &.is-offset-two-fifths - +ltr-property("margin", 40%, false) - .columns.is-mobile > &.is-offset-three-fifths - +ltr-property("margin", 60%, false) - .columns.is-mobile > &.is-offset-four-fifths - +ltr-property("margin", 80%, false) - @for $i from 0 through 12 - .columns.is-mobile > &.is-#{$i} - flex: none - width: percentage(divide($i, 12)) - .columns.is-mobile > &.is-offset-#{$i} - +ltr-property("margin", percentage(divide($i, 12)), false) - +mobile - &.is-narrow-mobile - flex: none - width: unset - &.is-full-mobile - flex: none - width: 100% - &.is-three-quarters-mobile - flex: none - width: 75% - &.is-two-thirds-mobile - flex: none - width: 66.6666% - &.is-half-mobile - flex: none - width: 50% - &.is-one-third-mobile - flex: none - width: 33.3333% - &.is-one-quarter-mobile - flex: none - width: 25% - &.is-one-fifth-mobile - flex: none - width: 20% - &.is-two-fifths-mobile - flex: none - width: 40% - &.is-three-fifths-mobile - flex: none - width: 60% - &.is-four-fifths-mobile - flex: none - width: 80% - &.is-offset-three-quarters-mobile - +ltr-property("margin", 75%, false) - &.is-offset-two-thirds-mobile - +ltr-property("margin", 66.6666%, false) - &.is-offset-half-mobile - +ltr-property("margin", 50%, false) - &.is-offset-one-third-mobile - +ltr-property("margin", 33.3333%, false) - &.is-offset-one-quarter-mobile - +ltr-property("margin", 25%, false) - &.is-offset-one-fifth-mobile - +ltr-property("margin", 20%, false) - &.is-offset-two-fifths-mobile - +ltr-property("margin", 40%, false) - &.is-offset-three-fifths-mobile - +ltr-property("margin", 60%, false) - &.is-offset-four-fifths-mobile - +ltr-property("margin", 80%, false) - @for $i from 0 through 12 - &.is-#{$i}-mobile - flex: none - width: percentage(divide($i, 12)) - &.is-offset-#{$i}-mobile - +ltr-property("margin", percentage(divide($i, 12)), false) - +tablet - &.is-narrow, - &.is-narrow-tablet - flex: none - width: unset - &.is-full, - &.is-full-tablet - flex: none - width: 100% - &.is-three-quarters, - &.is-three-quarters-tablet - flex: none - width: 75% - &.is-two-thirds, - &.is-two-thirds-tablet - flex: none - width: 66.6666% - &.is-half, - &.is-half-tablet - flex: none - width: 50% - &.is-one-third, - &.is-one-third-tablet - flex: none - width: 33.3333% - &.is-one-quarter, - &.is-one-quarter-tablet - flex: none - width: 25% - &.is-one-fifth, - &.is-one-fifth-tablet - flex: none - width: 20% - &.is-two-fifths, - &.is-two-fifths-tablet - flex: none - width: 40% - &.is-three-fifths, - &.is-three-fifths-tablet - flex: none - width: 60% - &.is-four-fifths, - &.is-four-fifths-tablet - flex: none - width: 80% - &.is-offset-three-quarters, - &.is-offset-three-quarters-tablet - +ltr-property("margin", 75%, false) - &.is-offset-two-thirds, - &.is-offset-two-thirds-tablet - +ltr-property("margin", 66.6666%, false) - &.is-offset-half, - &.is-offset-half-tablet - +ltr-property("margin", 50%, false) - &.is-offset-one-third, - &.is-offset-one-third-tablet - +ltr-property("margin", 33.3333%, false) - &.is-offset-one-quarter, - &.is-offset-one-quarter-tablet - +ltr-property("margin", 25%, false) - &.is-offset-one-fifth, - &.is-offset-one-fifth-tablet - +ltr-property("margin", 20%, false) - &.is-offset-two-fifths, - &.is-offset-two-fifths-tablet - +ltr-property("margin", 40%, false) - &.is-offset-three-fifths, - &.is-offset-three-fifths-tablet - +ltr-property("margin", 60%, false) - &.is-offset-four-fifths, - &.is-offset-four-fifths-tablet - +ltr-property("margin", 80%, false) - @for $i from 0 through 12 - &.is-#{$i}, - &.is-#{$i}-tablet - flex: none - width: percentage(divide($i, 12)) - &.is-offset-#{$i}, - &.is-offset-#{$i}-tablet - +ltr-property("margin", percentage(divide($i, 12)), false) - +touch - &.is-narrow-touch - flex: none - width: unset - &.is-full-touch - flex: none - width: 100% - &.is-three-quarters-touch - flex: none - width: 75% - &.is-two-thirds-touch - flex: none - width: 66.6666% - &.is-half-touch - flex: none - width: 50% - &.is-one-third-touch - flex: none - width: 33.3333% - &.is-one-quarter-touch - flex: none - width: 25% - &.is-one-fifth-touch - flex: none - width: 20% - &.is-two-fifths-touch - flex: none - width: 40% - &.is-three-fifths-touch - flex: none - width: 60% - &.is-four-fifths-touch - flex: none - width: 80% - &.is-offset-three-quarters-touch - +ltr-property("margin", 75%, false) - &.is-offset-two-thirds-touch - +ltr-property("margin", 66.6666%, false) - &.is-offset-half-touch - +ltr-property("margin", 50%, false) - &.is-offset-one-third-touch - +ltr-property("margin", 33.3333%, false) - &.is-offset-one-quarter-touch - +ltr-property("margin", 25%, false) - &.is-offset-one-fifth-touch - +ltr-property("margin", 20%, false) - &.is-offset-two-fifths-touch - +ltr-property("margin", 40%, false) - &.is-offset-three-fifths-touch - +ltr-property("margin", 60%, false) - &.is-offset-four-fifths-touch - +ltr-property("margin", 80%, false) - @for $i from 0 through 12 - &.is-#{$i}-touch - flex: none - width: percentage(divide($i, 12)) - &.is-offset-#{$i}-touch - +ltr-property("margin", percentage(divide($i, 12)), false) - +desktop - &.is-narrow-desktop - flex: none - width: unset - &.is-full-desktop - flex: none - width: 100% - &.is-three-quarters-desktop - flex: none - width: 75% - &.is-two-thirds-desktop - flex: none - width: 66.6666% - &.is-half-desktop - flex: none - width: 50% - &.is-one-third-desktop - flex: none - width: 33.3333% - &.is-one-quarter-desktop - flex: none - width: 25% - &.is-one-fifth-desktop - flex: none - width: 20% - &.is-two-fifths-desktop - flex: none - width: 40% - &.is-three-fifths-desktop - flex: none - width: 60% - &.is-four-fifths-desktop - flex: none - width: 80% - &.is-offset-three-quarters-desktop - +ltr-property("margin", 75%, false) - &.is-offset-two-thirds-desktop - +ltr-property("margin", 66.6666%, false) - &.is-offset-half-desktop - +ltr-property("margin", 50%, false) - &.is-offset-one-third-desktop - +ltr-property("margin", 33.3333%, false) - &.is-offset-one-quarter-desktop - +ltr-property("margin", 25%, false) - &.is-offset-one-fifth-desktop - +ltr-property("margin", 20%, false) - &.is-offset-two-fifths-desktop - +ltr-property("margin", 40%, false) - &.is-offset-three-fifths-desktop - +ltr-property("margin", 60%, false) - &.is-offset-four-fifths-desktop - +ltr-property("margin", 80%, false) - @for $i from 0 through 12 - &.is-#{$i}-desktop - flex: none - width: percentage(divide($i, 12)) - &.is-offset-#{$i}-desktop - +ltr-property("margin", percentage(divide($i, 12)), false) - +widescreen - &.is-narrow-widescreen - flex: none - width: unset - &.is-full-widescreen - flex: none - width: 100% - &.is-three-quarters-widescreen - flex: none - width: 75% - &.is-two-thirds-widescreen - flex: none - width: 66.6666% - &.is-half-widescreen - flex: none - width: 50% - &.is-one-third-widescreen - flex: none - width: 33.3333% - &.is-one-quarter-widescreen - flex: none - width: 25% - &.is-one-fifth-widescreen - flex: none - width: 20% - &.is-two-fifths-widescreen - flex: none - width: 40% - &.is-three-fifths-widescreen - flex: none - width: 60% - &.is-four-fifths-widescreen - flex: none - width: 80% - &.is-offset-three-quarters-widescreen - +ltr-property("margin", 75%, false) - &.is-offset-two-thirds-widescreen - +ltr-property("margin", 66.6666%, false) - &.is-offset-half-widescreen - +ltr-property("margin", 50%, false) - &.is-offset-one-third-widescreen - +ltr-property("margin", 33.3333%, false) - &.is-offset-one-quarter-widescreen - +ltr-property("margin", 25%, false) - &.is-offset-one-fifth-widescreen - +ltr-property("margin", 20%, false) - &.is-offset-two-fifths-widescreen - +ltr-property("margin", 40%, false) - &.is-offset-three-fifths-widescreen - +ltr-property("margin", 60%, false) - &.is-offset-four-fifths-widescreen - +ltr-property("margin", 80%, false) - @for $i from 0 through 12 - &.is-#{$i}-widescreen - flex: none - width: percentage(divide($i, 12)) - &.is-offset-#{$i}-widescreen - +ltr-property("margin", percentage(divide($i, 12)), false) - +fullhd - &.is-narrow-fullhd - flex: none - width: unset - &.is-full-fullhd - flex: none - width: 100% - &.is-three-quarters-fullhd - flex: none - width: 75% - &.is-two-thirds-fullhd - flex: none - width: 66.6666% - &.is-half-fullhd - flex: none - width: 50% - &.is-one-third-fullhd - flex: none - width: 33.3333% - &.is-one-quarter-fullhd - flex: none - width: 25% - &.is-one-fifth-fullhd - flex: none - width: 20% - &.is-two-fifths-fullhd - flex: none - width: 40% - &.is-three-fifths-fullhd - flex: none - width: 60% - &.is-four-fifths-fullhd - flex: none - width: 80% - &.is-offset-three-quarters-fullhd - +ltr-property("margin", 75%, false) - &.is-offset-two-thirds-fullhd - +ltr-property("margin", 66.6666%, false) - &.is-offset-half-fullhd - +ltr-property("margin", 50%, false) - &.is-offset-one-third-fullhd - +ltr-property("margin", 33.3333%, false) - &.is-offset-one-quarter-fullhd - +ltr-property("margin", 25%, false) - &.is-offset-one-fifth-fullhd - +ltr-property("margin", 20%, false) - &.is-offset-two-fifths-fullhd - +ltr-property("margin", 40%, false) - &.is-offset-three-fifths-fullhd - +ltr-property("margin", 60%, false) - &.is-offset-four-fifths-fullhd - +ltr-property("margin", 80%, false) - @for $i from 0 through 12 - &.is-#{$i}-fullhd - flex: none - width: percentage(divide($i, 12)) - &.is-offset-#{$i}-fullhd - +ltr-property("margin", percentage(divide($i, 12)), false) - -.columns - +ltr-property("margin", (-$column-gap), false) - +ltr-property("margin", (-$column-gap)) - margin-top: (-$column-gap) - &:last-child - margin-bottom: (-$column-gap) - &:not(:last-child) - margin-bottom: calc(1.5rem - #{$column-gap}) - // Modifiers - &.is-centered - justify-content: center - &.is-gapless - +ltr-property("margin", 0, false) - +ltr-property("margin", 0) - margin-top: 0 - & > .column - margin: 0 - padding: 0 !important - &:not(:last-child) - margin-bottom: 1.5rem - &:last-child - margin-bottom: 0 - &.is-mobile - display: flex - &.is-multiline - flex-wrap: wrap - &.is-vcentered - align-items: center - // Responsiveness - +tablet - &:not(.is-desktop) - display: flex - +desktop - // Modifiers - &.is-desktop - display: flex - -@if $variable-columns - .columns.is-variable - --columnGap: 0.75rem - +ltr-property("margin", calc(-1 * var(--columnGap)), false) - +ltr-property("margin", calc(-1 * var(--columnGap))) - > .column - padding-left: var(--columnGap) - padding-right: var(--columnGap) - @for $i from 0 through 8 - &.is-#{$i} - --columnGap: #{$i * 0.25rem} - +mobile - &.is-#{$i}-mobile - --columnGap: #{$i * 0.25rem} - +tablet - &.is-#{$i}-tablet - --columnGap: #{$i * 0.25rem} - +tablet-only - &.is-#{$i}-tablet-only - --columnGap: #{$i * 0.25rem} - +touch - &.is-#{$i}-touch - --columnGap: #{$i * 0.25rem} - +desktop - &.is-#{$i}-desktop - --columnGap: #{$i * 0.25rem} - +desktop-only - &.is-#{$i}-desktop-only - --columnGap: #{$i * 0.25rem} - +widescreen - &.is-#{$i}-widescreen - --columnGap: #{$i * 0.25rem} - +widescreen-only - &.is-#{$i}-widescreen-only - --columnGap: #{$i * 0.25rem} - +fullhd - &.is-#{$i}-fullhd - --columnGap: #{$i * 0.25rem} diff --git a/hackens_orga/shared/scss/bulma/sass/grid/tiles.sass b/hackens_orga/shared/scss/bulma/sass/grid/tiles.sass deleted file mode 100644 index d22d738..0000000 --- a/hackens_orga/shared/scss/bulma/sass/grid/tiles.sass +++ /dev/null @@ -1,36 +0,0 @@ -@import "../utilities/mixins" - -$tile-spacing: 0.75rem !default - -.tile - align-items: stretch - display: block - flex-basis: 0 - flex-grow: 1 - flex-shrink: 1 - min-height: min-content - // Modifiers - &.is-ancestor - margin-left: $tile-spacing * -1 - margin-right: $tile-spacing * -1 - margin-top: $tile-spacing * -1 - &:last-child - margin-bottom: $tile-spacing * -1 - &:not(:last-child) - margin-bottom: $tile-spacing - &.is-child - margin: 0 !important - &.is-parent - padding: $tile-spacing - &.is-vertical - flex-direction: column - & > .tile.is-child:not(:last-child) - margin-bottom: 1.5rem !important - // Responsiveness - +tablet - &:not(.is-child) - display: flex - @for $i from 1 through 12 - &.is-#{$i} - flex: none - width: (divide($i, 12)) * 100% diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/_all.sass b/hackens_orga/shared/scss/bulma/sass/helpers/_all.sass deleted file mode 100644 index d673da6..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/_all.sass +++ /dev/null @@ -1,12 +0,0 @@ -/* Bulma Helpers */ -@charset "utf-8" - -@import "color" -@import "flexbox" -@import "float" -@import "other" -@import "overflow" -@import "position" -@import "spacing" -@import "typography" -@import "visibility" diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/color.sass b/hackens_orga/shared/scss/bulma/sass/helpers/color.sass deleted file mode 100644 index b7a8a50..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/color.sass +++ /dev/null @@ -1,39 +0,0 @@ -@import "../utilities/derived-variables" - -@each $name, $pair in $colors - $color: nth($pair, 1) - .has-text-#{$name} - color: $color !important - a.has-text-#{$name} - &:hover, - &:focus - color: bulmaDarken($color, 10%) !important - .has-background-#{$name} - background-color: $color !important - @if length($pair) >= 4 - $color-light: nth($pair, 3) - $color-dark: nth($pair, 4) - // Light - .has-text-#{$name}-light - color: $color-light !important - a.has-text-#{$name}-light - &:hover, - &:focus - color: bulmaDarken($color-light, 10%) !important - .has-background-#{$name}-light - background-color: $color-light !important - // Dark - .has-text-#{$name}-dark - color: $color-dark !important - a.has-text-#{$name}-dark - &:hover, - &:focus - color: bulmaLighten($color-dark, 10%) !important - .has-background-#{$name}-dark - background-color: $color-dark !important - -@each $name, $shade in $shades - .has-text-#{$name} - color: $shade !important - .has-background-#{$name} - background-color: $shade !important diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/flexbox.sass b/hackens_orga/shared/scss/bulma/sass/helpers/flexbox.sass deleted file mode 100644 index 2538a2d..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/flexbox.sass +++ /dev/null @@ -1,35 +0,0 @@ -$flex-direction-values: row, row-reverse, column, column-reverse -@each $value in $flex-direction-values - .is-flex-direction-#{$value} - flex-direction: $value !important - -$flex-wrap-values: nowrap, wrap, wrap-reverse -@each $value in $flex-wrap-values - .is-flex-wrap-#{$value} - flex-wrap: $value !important - -$justify-content-values: flex-start, flex-end, center, space-between, space-around, space-evenly, start, end, left, right -@each $value in $justify-content-values - .is-justify-content-#{$value} - justify-content: $value !important - -$align-content-values: flex-start, flex-end, center, space-between, space-around, space-evenly, stretch, start, end, baseline -@each $value in $align-content-values - .is-align-content-#{$value} - align-content: $value !important - -$align-items-values: stretch, flex-start, flex-end, center, baseline, start, end, self-start, self-end -@each $value in $align-items-values - .is-align-items-#{$value} - align-items: $value !important - -$align-self-values: auto, flex-start, flex-end, center, baseline, stretch -@each $value in $align-self-values - .is-align-self-#{$value} - align-self: $value !important - -$flex-operators: grow, shrink -@each $operator in $flex-operators - @for $i from 0 through 5 - .is-flex-#{$operator}-#{$i} - flex-#{$operator}: $i !important diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/float.sass b/hackens_orga/shared/scss/bulma/sass/helpers/float.sass deleted file mode 100644 index f62f24e..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/float.sass +++ /dev/null @@ -1,10 +0,0 @@ -@import "../utilities/mixins" - -.is-clearfix - +clearfix - -.is-pulled-left - float: left !important - -.is-pulled-right - float: right !important diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/other.sass b/hackens_orga/shared/scss/bulma/sass/helpers/other.sass deleted file mode 100644 index 6e2e63c..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/other.sass +++ /dev/null @@ -1,14 +0,0 @@ -@import "../utilities/mixins" - -.is-radiusless - border-radius: 0 !important - -.is-shadowless - box-shadow: none !important - -.is-clickable - cursor: pointer !important - pointer-events: all !important - -.is-unselectable - @extend %unselectable diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/overflow.sass b/hackens_orga/shared/scss/bulma/sass/helpers/overflow.sass deleted file mode 100644 index ef1e3ef..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/overflow.sass +++ /dev/null @@ -1,2 +0,0 @@ -.is-clipped - overflow: hidden !important diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/position.sass b/hackens_orga/shared/scss/bulma/sass/helpers/position.sass deleted file mode 100644 index 4b8fda4..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/position.sass +++ /dev/null @@ -1,7 +0,0 @@ -@import "../utilities/mixins" - -.is-overlay - @extend %overlay - -.is-relative - position: relative !important diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/spacing.sass b/hackens_orga/shared/scss/bulma/sass/helpers/spacing.sass deleted file mode 100644 index 0237c73..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/spacing.sass +++ /dev/null @@ -1,31 +0,0 @@ -.is-marginless - margin: 0 !important - -.is-paddingless - padding: 0 !important - -$spacing-shortcuts: ("margin": "m", "padding": "p") !default -$spacing-directions: ("top": "t", "right": "r", "bottom": "b", "left": "l") !default -$spacing-horizontal: "x" !default -$spacing-vertical: "y" !default -$spacing-values: ("0": 0, "1": 0.25rem, "2": 0.5rem, "3": 0.75rem, "4": 1rem, "5": 1.5rem, "6": 3rem, "auto": auto) !default - -@each $property, $shortcut in $spacing-shortcuts - @each $name, $value in $spacing-values - // All directions - .#{$shortcut}-#{$name} - #{$property}: $value !important - // Cardinal directions - @each $direction, $suffix in $spacing-directions - .#{$shortcut}#{$suffix}-#{$name} - #{$property}-#{$direction}: $value !important - // Horizontal axis - @if $spacing-horizontal != null - .#{$shortcut}#{$spacing-horizontal}-#{$name} - #{$property}-left: $value !important - #{$property}-right: $value !important - // Vertical axis - @if $spacing-vertical != null - .#{$shortcut}#{$spacing-vertical}-#{$name} - #{$property}-top: $value !important - #{$property}-bottom: $value !important diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/typography.sass b/hackens_orga/shared/scss/bulma/sass/helpers/typography.sass deleted file mode 100644 index dceca77..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/typography.sass +++ /dev/null @@ -1,103 +0,0 @@ -@import "../utilities/mixins" - -=typography-size($target:'') - @each $size in $sizes - $i: index($sizes, $size) - .is-size-#{$i}#{if($target == '', '', '-' + $target)} - font-size: $size !important - -+typography-size() - -+mobile - +typography-size('mobile') - -+tablet - +typography-size('tablet') - -+touch - +typography-size('touch') - -+desktop - +typography-size('desktop') - -+widescreen - +typography-size('widescreen') - -+fullhd - +typography-size('fullhd') - -$alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right') - -@each $alignment, $text-align in $alignments - .has-text-#{$alignment} - text-align: #{$text-align} !important - -@each $alignment, $text-align in $alignments - +mobile - .has-text-#{$alignment}-mobile - text-align: #{$text-align} !important - +tablet - .has-text-#{$alignment}-tablet - text-align: #{$text-align} !important - +tablet-only - .has-text-#{$alignment}-tablet-only - text-align: #{$text-align} !important - +touch - .has-text-#{$alignment}-touch - text-align: #{$text-align} !important - +desktop - .has-text-#{$alignment}-desktop - text-align: #{$text-align} !important - +desktop-only - .has-text-#{$alignment}-desktop-only - text-align: #{$text-align} !important - +widescreen - .has-text-#{$alignment}-widescreen - text-align: #{$text-align} !important - +widescreen-only - .has-text-#{$alignment}-widescreen-only - text-align: #{$text-align} !important - +fullhd - .has-text-#{$alignment}-fullhd - text-align: #{$text-align} !important - -.is-capitalized - text-transform: capitalize !important - -.is-lowercase - text-transform: lowercase !important - -.is-uppercase - text-transform: uppercase !important - -.is-italic - font-style: italic !important - -.is-underlined - text-decoration: underline !important - -.has-text-weight-light - font-weight: $weight-light !important -.has-text-weight-normal - font-weight: $weight-normal !important -.has-text-weight-medium - font-weight: $weight-medium !important -.has-text-weight-semibold - font-weight: $weight-semibold !important -.has-text-weight-bold - font-weight: $weight-bold !important - -.is-family-primary - font-family: $family-primary !important - -.is-family-secondary - font-family: $family-secondary !important - -.is-family-sans-serif - font-family: $family-sans-serif !important - -.is-family-monospace - font-family: $family-monospace !important - -.is-family-code - font-family: $family-code !important diff --git a/hackens_orga/shared/scss/bulma/sass/helpers/visibility.sass b/hackens_orga/shared/scss/bulma/sass/helpers/visibility.sass deleted file mode 100644 index a1bb0d5..0000000 --- a/hackens_orga/shared/scss/bulma/sass/helpers/visibility.sass +++ /dev/null @@ -1,122 +0,0 @@ -@import "../utilities/mixins" - -$displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' - -@each $display in $displays - .is-#{$display} - display: #{$display} !important - +mobile - .is-#{$display}-mobile - display: #{$display} !important - +tablet - .is-#{$display}-tablet - display: #{$display} !important - +tablet-only - .is-#{$display}-tablet-only - display: #{$display} !important - +touch - .is-#{$display}-touch - display: #{$display} !important - +desktop - .is-#{$display}-desktop - display: #{$display} !important - +desktop-only - .is-#{$display}-desktop-only - display: #{$display} !important - +widescreen - .is-#{$display}-widescreen - display: #{$display} !important - +widescreen-only - .is-#{$display}-widescreen-only - display: #{$display} !important - +fullhd - .is-#{$display}-fullhd - display: #{$display} !important - -.is-hidden - display: none !important - -.is-sr-only - border: none !important - clip: rect(0, 0, 0, 0) !important - height: 0.01em !important - overflow: hidden !important - padding: 0 !important - position: absolute !important - white-space: nowrap !important - width: 0.01em !important - -+mobile - .is-hidden-mobile - display: none !important - -+tablet - .is-hidden-tablet - display: none !important - -+tablet-only - .is-hidden-tablet-only - display: none !important - -+touch - .is-hidden-touch - display: none !important - -+desktop - .is-hidden-desktop - display: none !important - -+desktop-only - .is-hidden-desktop-only - display: none !important - -+widescreen - .is-hidden-widescreen - display: none !important - -+widescreen-only - .is-hidden-widescreen-only - display: none !important - -+fullhd - .is-hidden-fullhd - display: none !important - -.is-invisible - visibility: hidden !important - -+mobile - .is-invisible-mobile - visibility: hidden !important - -+tablet - .is-invisible-tablet - visibility: hidden !important - -+tablet-only - .is-invisible-tablet-only - visibility: hidden !important - -+touch - .is-invisible-touch - visibility: hidden !important - -+desktop - .is-invisible-desktop - visibility: hidden !important - -+desktop-only - .is-invisible-desktop-only - visibility: hidden !important - -+widescreen - .is-invisible-widescreen - visibility: hidden !important - -+widescreen-only - .is-invisible-widescreen-only - visibility: hidden !important - -+fullhd - .is-invisible-fullhd - visibility: hidden !important diff --git a/hackens_orga/shared/scss/bulma/sass/layout/_all.sass b/hackens_orga/shared/scss/bulma/sass/layout/_all.sass deleted file mode 100644 index 4d1df5b..0000000 --- a/hackens_orga/shared/scss/bulma/sass/layout/_all.sass +++ /dev/null @@ -1,6 +0,0 @@ -/* Bulma Layout */ -@charset "utf-8" - -@import "hero" -@import "section" -@import "footer" diff --git a/hackens_orga/shared/scss/bulma/sass/layout/footer.sass b/hackens_orga/shared/scss/bulma/sass/layout/footer.sass deleted file mode 100644 index 4e9187e..0000000 --- a/hackens_orga/shared/scss/bulma/sass/layout/footer.sass +++ /dev/null @@ -1,11 +0,0 @@ -@import "../utilities/derived-variables" - -$footer-background-color: $scheme-main-bis !default -$footer-color: false !default -$footer-padding: 3rem 1.5rem 6rem !default - -.footer - background-color: $footer-background-color - padding: $footer-padding - @if $footer-color - color: $footer-color diff --git a/hackens_orga/shared/scss/bulma/sass/layout/hero.sass b/hackens_orga/shared/scss/bulma/sass/layout/hero.sass deleted file mode 100644 index bd2312c..0000000 --- a/hackens_orga/shared/scss/bulma/sass/layout/hero.sass +++ /dev/null @@ -1,153 +0,0 @@ -@import "../utilities/mixins" - -$hero-body-padding: 3rem 1.5rem !default -$hero-body-padding-tablet: 3rem 3rem !default -$hero-body-padding-small: 1.5rem !default -$hero-body-padding-medium: 9rem 4.5rem !default -$hero-body-padding-large: 18rem 6rem !default - -$hero-colors: $colors !default - -// Main container -.hero - align-items: stretch - display: flex - flex-direction: column - justify-content: space-between - .navbar - background: none - .tabs - ul - border-bottom: none - // Colors - @each $name, $pair in $hero-colors - $color: nth($pair, 1) - $color-invert: nth($pair, 2) - &.is-#{$name} - background-color: $color - color: $color-invert - a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - strong - color: inherit - .title - color: $color-invert - .subtitle - color: bulmaRgba($color-invert, 0.9) - a:not(.button), - strong - color: $color-invert - .navbar-menu - +touch - background-color: $color - .navbar-item, - .navbar-link - color: bulmaRgba($color-invert, 0.7) - a.navbar-item, - .navbar-link - &:hover, - &.is-active - background-color: bulmaDarken($color, 5%) - color: $color-invert - .tabs - a - color: $color-invert - opacity: 0.9 - &:hover - opacity: 1 - li - &.is-active a - color: $color !important - opacity: 1 - &.is-boxed, - &.is-toggle - a - color: $color-invert - &:hover - background-color: bulmaRgba($scheme-invert, 0.1) - li.is-active a - &, - &:hover - background-color: $color-invert - border-color: $color-invert - color: $color - // Modifiers - @if type-of($color) == 'color' - &.is-bold - $gradient-top-left: darken(saturate(adjust-hue($color, -10deg), 10%), 10%) - $gradient-bottom-right: lighten(saturate(adjust-hue($color, 10deg), 5%), 5%) - background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) - +mobile - .navbar-menu - background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) - // Sizes - &.is-small - .hero-body - padding: $hero-body-padding-small - &.is-medium - +tablet - .hero-body - padding: $hero-body-padding-medium - &.is-large - +tablet - .hero-body - padding: $hero-body-padding-large - &.is-halfheight, - &.is-fullheight, - &.is-fullheight-with-navbar - .hero-body - align-items: center - display: flex - & > .container - flex-grow: 1 - flex-shrink: 1 - &.is-halfheight - min-height: 50vh - &.is-fullheight - min-height: 100vh - -// Components - -.hero-video - @extend %overlay - overflow: hidden - video - left: 50% - min-height: 100% - min-width: 100% - position: absolute - top: 50% - transform: translate3d(-50%, -50%, 0) - // Modifiers - &.is-transparent - opacity: 0.3 - // Responsiveness - +mobile - display: none - -.hero-buttons - margin-top: 1.5rem - // Responsiveness - +mobile - .button - display: flex - &:not(:last-child) - margin-bottom: 0.75rem - +tablet - display: flex - justify-content: center - .button:not(:last-child) - +ltr-property("margin", 1.5rem) - -// Containers - -.hero-head, -.hero-foot - flex-grow: 0 - flex-shrink: 0 - -.hero-body - flex-grow: 1 - flex-shrink: 0 - padding: $hero-body-padding - +tablet - padding: $hero-body-padding-tablet diff --git a/hackens_orga/shared/scss/bulma/sass/layout/section.sass b/hackens_orga/shared/scss/bulma/sass/layout/section.sass deleted file mode 100644 index 9c5a9f4..0000000 --- a/hackens_orga/shared/scss/bulma/sass/layout/section.sass +++ /dev/null @@ -1,17 +0,0 @@ -@import "../utilities/mixins" - -$section-padding: 3rem 1.5rem !default -$section-padding-desktop: 3rem 3rem !default -$section-padding-medium: 9rem 4.5rem !default -$section-padding-large: 18rem 6rem !default - -.section - padding: $section-padding - // Responsiveness - +desktop - padding: $section-padding-desktop - // Sizes - &.is-medium - padding: $section-padding-medium - &.is-large - padding: $section-padding-large diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/_all.sass b/hackens_orga/shared/scss/bulma/sass/utilities/_all.sass deleted file mode 100644 index 51cf348..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/_all.sass +++ /dev/null @@ -1,9 +0,0 @@ -/* Bulma Utilities */ -@charset "utf-8" - -@import "initial-variables" -@import "functions" -@import "derived-variables" -@import "mixins" -@import "controls" -@import "extends" diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/animations.sass b/hackens_orga/shared/scss/bulma/sass/utilities/animations.sass deleted file mode 100644 index 1872e08..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/animations.sass +++ /dev/null @@ -1 +0,0 @@ -@warn "The animations.sass file has MOVED. It is now in the /base folder. Please import sass/base/animations instead." diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/controls.sass b/hackens_orga/shared/scss/bulma/sass/utilities/controls.sass deleted file mode 100644 index 4c738c7..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/controls.sass +++ /dev/null @@ -1,49 +0,0 @@ -@import "derived-variables" - -$control-radius: $radius !default -$control-radius-small: $radius-small !default - -$control-border-width: 1px !default - -$control-height: 2.5em !default -$control-line-height: 1.5 !default - -$control-padding-vertical: calc(0.5em - #{$control-border-width}) !default -$control-padding-horizontal: calc(0.75em - #{$control-border-width}) !default - -=control - -moz-appearance: none - -webkit-appearance: none - align-items: center - border: $control-border-width solid transparent - border-radius: $control-radius - box-shadow: none - display: inline-flex - font-size: $size-normal - height: $control-height - justify-content: flex-start - line-height: $control-line-height - padding-bottom: $control-padding-vertical - padding-left: $control-padding-horizontal - padding-right: $control-padding-horizontal - padding-top: $control-padding-vertical - position: relative - vertical-align: top - // States - &:focus, - &.is-focused, - &:active, - &.is-active - outline: none - &[disabled], - fieldset[disabled] & - cursor: not-allowed - -// The controls sizes use mixins so they can be used at different breakpoints -=control-small - border-radius: $control-radius-small - font-size: $size-small -=control-medium - font-size: $size-medium -=control-large - font-size: $size-large diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/derived-variables.sass b/hackens_orga/shared/scss/bulma/sass/utilities/derived-variables.sass deleted file mode 100644 index cefc8f1..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/derived-variables.sass +++ /dev/null @@ -1,114 +0,0 @@ -@import "initial-variables" -@import "functions" - -$primary: $turquoise !default - -$info: $cyan !default -$success: $green !default -$warning: $yellow !default -$danger: $red !default - -$light: $white-ter !default -$dark: $grey-darker !default - -// Invert colors - -$orange-invert: findColorInvert($orange) !default -$yellow-invert: findColorInvert($yellow) !default -$green-invert: findColorInvert($green) !default -$turquoise-invert: findColorInvert($turquoise) !default -$cyan-invert: findColorInvert($cyan) !default -$blue-invert: findColorInvert($blue) !default -$purple-invert: findColorInvert($purple) !default -$red-invert: findColorInvert($red) !default - -$primary-invert: findColorInvert($primary) !default -$primary-light: findLightColor($primary) !default -$primary-dark: findDarkColor($primary) !default -$info-invert: findColorInvert($info) !default -$info-light: findLightColor($info) !default -$info-dark: findDarkColor($info) !default -$success-invert: findColorInvert($success) !default -$success-light: findLightColor($success) !default -$success-dark: findDarkColor($success) !default -$warning-invert: findColorInvert($warning) !default -$warning-light: findLightColor($warning) !default -$warning-dark: findDarkColor($warning) !default -$danger-invert: findColorInvert($danger) !default -$danger-light: findLightColor($danger) !default -$danger-dark: findDarkColor($danger) !default -$light-invert: findColorInvert($light) !default -$dark-invert: findColorInvert($dark) !default - -// General colors - -$scheme-main: $white !default -$scheme-main-bis: $white-bis !default -$scheme-main-ter: $white-ter !default -$scheme-invert: $black !default -$scheme-invert-bis: $black-bis !default -$scheme-invert-ter: $black-ter !default - -$background: $white-ter !default - -$border: $grey-lighter !default -$border-hover: $grey-light !default -$border-light: $grey-lightest !default -$border-light-hover: $grey-light !default - -// Text colors - -$text: $grey-dark !default -$text-invert: findColorInvert($text) !default -$text-light: $grey !default -$text-strong: $grey-darker !default - -// Code colors - -$code: darken($red, 15%) !default -$code-background: $background !default - -$pre: $text !default -$pre-background: $background !default - -// Link colors - -$link: $blue !default -$link-invert: findColorInvert($link) !default -$link-light: findLightColor($link) !default -$link-dark: findDarkColor($link) !default -$link-visited: $purple !default - -$link-hover: $grey-darker !default -$link-hover-border: $grey-light !default - -$link-focus: $grey-darker !default -$link-focus-border: $blue !default - -$link-active: $grey-darker !default -$link-active-border: $grey-dark !default - -// Typography - -$family-primary: $family-sans-serif !default -$family-secondary: $family-sans-serif !default -$family-code: $family-monospace !default - -$size-small: $size-7 !default -$size-normal: $size-6 !default -$size-medium: $size-5 !default -$size-large: $size-4 !default - -// Effects - -$shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) !default - -// Lists and maps -$custom-colors: null !default -$custom-shades: null !default - -$colors: mergeColorMaps(("white": ($white, $black), "black": ($black, $white), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) !default - -$shades: mergeColorMaps(("black-bis": $black-bis, "black-ter": $black-ter, "grey-darker": $grey-darker, "grey-dark": $grey-dark, "grey": $grey, "grey-light": $grey-light, "grey-lighter": $grey-lighter, "white-ter": $white-ter, "white-bis": $white-bis), $custom-shades) !default - -$sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7 !default diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/extends.sass b/hackens_orga/shared/scss/bulma/sass/utilities/extends.sass deleted file mode 100644 index c994fc1..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/extends.sass +++ /dev/null @@ -1,25 +0,0 @@ -@import "mixins" - -%control - +control - -%unselectable - +unselectable - -%arrow - +arrow - -%block - +block - -%delete - +delete - -%loader - +loader - -%overlay - +overlay - -%reset - +reset diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/functions.sass b/hackens_orga/shared/scss/bulma/sass/utilities/functions.sass deleted file mode 100644 index eeea6f2..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/functions.sass +++ /dev/null @@ -1,135 +0,0 @@ -@function mergeColorMaps($bulma-colors, $custom-colors) - // We return at least Bulma's hard-coded colors - $merged-colors: $bulma-colors - - // We want a map as input - @if type-of($custom-colors) == 'map' - @each $name, $components in $custom-colors - // The color name should be a string - // and the components either a single color - // or a colors list with at least one element - @if type-of($name) == 'string' and (type-of($components) == 'list' or type-of($components) == 'color') and length($components) >= 1 - $color-base: null - $color-invert: null - $color-light: null - $color-dark: null - $value: null - - // The param can either be a single color - // or a list of 2 colors - @if type-of($components) == 'color' - $color-base: $components - $color-invert: findColorInvert($color-base) - $color-light: findLightColor($color-base) - $color-dark: findDarkColor($color-base) - @else if type-of($components) == 'list' - $color-base: nth($components, 1) - // If Invert, Light and Dark are provided - @if length($components) > 3 - $color-invert: nth($components, 2) - $color-light: nth($components, 3) - $color-dark: nth($components, 4) - // If only Invert and Light are provided - @else if length($components) > 2 - $color-invert: nth($components, 2) - $color-light: nth($components, 3) - $color-dark: findDarkColor($color-base) - // If only Invert is provided - @else - $color-invert: nth($components, 2) - $color-light: findLightColor($color-base) - $color-dark: findDarkColor($color-base) - - $value: ($color-base, $color-invert, $color-light, $color-dark) - - // We only want to merge the map if the color base is an actual color - @if type-of($color-base) == 'color' - // We merge this colors elements as map with Bulma's colors map - // (we can override them this way, no multiple definition for the same name) - // $merged-colors: map_merge($merged-colors, ($name: ($color-base, $color-invert, $color-light, $color-dark))) - $merged-colors: map_merge($merged-colors, ($name: $value)) - - @return $merged-colors - -@function powerNumber($number, $exp) - $value: 1 - @if $exp > 0 - @for $i from 1 through $exp - $value: $value * $number - @else if $exp < 0 - @for $i from 1 through -$exp - $value: divide($value, $number) - @return $value - -@function colorLuminance($color) - @if type-of($color) != 'color' - @return 0.55 - $color-rgb: ('red': red($color),'green': green($color),'blue': blue($color)) - @each $name, $value in $color-rgb - $adjusted: 0 - $value: divide($value, 255) - @if $value < 0.03928 - $value: divide($value, 12.92) - @else - $value: divide(($value + .055), 1.055) - $value: powerNumber($value, 2) - $color-rgb: map-merge($color-rgb, ($name: $value)) - @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722) - -@function findColorInvert($color) - @if (colorLuminance($color) > 0.55) - @return rgba(#000, 0.7) - @else - @return #fff - -@function findLightColor($color, $l: 96%) - @if type-of($color) == 'color' - $l: 96% - @if lightness($color) > 96% - $l: lightness($color) - @return change-color($color, $lightness: $l) - @return $background - -@function findDarkColor($color, $base-l: 29%) - @if type-of($color) == 'color' - $luminance: colorLuminance($color) - $luminance-delta: (0.53 - $luminance) - $target-l: round($base-l + ($luminance-delta * 53)) - @return change-color($color, $lightness: max($base-l, $target-l)) - @return $text-strong - -@function bulmaRgba($color, $alpha) - @if type-of($color) != 'color' - @return $color - @return rgba($color, $alpha) - -@function bulmaDarken($color, $amount) - @if type-of($color) != 'color' - @return $color - @return darken($color, $amount) - -@function bulmaLighten($color, $amount) - @if type-of($color) != 'color' - @return $color - @return lighten($color, $amount) - -// Custom divide function by @mdo from https://github.com/twbs/bootstrap/pull/34245 -// Replaces old slash division deprecated in Dart Sass -@function divide($dividend, $divisor, $precision: 10) - $sign: if($dividend > 0 and $divisor > 0, 1, -1) - $dividend: abs($dividend) - $divisor: abs($divisor) - $quotient: 0 - $remainder: $dividend - @if $dividend == 0 - @return 0 - @if $divisor == 0 - @error "Cannot divide by 0" - @if $divisor == 1 - @return $dividend - @while $remainder >= $divisor - $quotient: $quotient + 1 - $remainder: $remainder - $divisor - @if $remainder > 0 and $precision > 0 - $remainder: divide($remainder * 10, $divisor, $precision - 1) * .1 - @return ($quotient + $remainder) * $sign diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/initial-variables.sass b/hackens_orga/shared/scss/bulma/sass/utilities/initial-variables.sass deleted file mode 100644 index 3c2d282..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/initial-variables.sass +++ /dev/null @@ -1,79 +0,0 @@ -// Colors - -$black: hsl(0, 0%, 4%) !default -$black-bis: hsl(0, 0%, 7%) !default -$black-ter: hsl(0, 0%, 14%) !default - -$grey-darker: hsl(0, 0%, 21%) !default -$grey-dark: hsl(0, 0%, 29%) !default -$grey: hsl(0, 0%, 48%) !default -$grey-light: hsl(0, 0%, 71%) !default -$grey-lighter: hsl(0, 0%, 86%) !default -$grey-lightest: hsl(0, 0%, 93%) !default - -$white-ter: hsl(0, 0%, 96%) !default -$white-bis: hsl(0, 0%, 98%) !default -$white: hsl(0, 0%, 100%) !default - -$orange: hsl(14, 100%, 53%) !default -$yellow: hsl(44, 100%, 77%) !default -$green: hsl(153, 53%, 53%) !default -$turquoise: hsl(171, 100%, 41%) !default -$cyan: hsl(207, 61%, 53%) !default -$blue: hsl(229, 53%, 53%) !default -$purple: hsl(271, 100%, 71%) !default -$red: hsl(348, 86%, 61%) !default - -// Typography - -$family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default -$family-monospace: monospace !default -$render-mode: optimizeLegibility !default - -$size-1: 3rem !default -$size-2: 2.5rem !default -$size-3: 2rem !default -$size-4: 1.5rem !default -$size-5: 1.25rem !default -$size-6: 1rem !default -$size-7: 0.75rem !default - -$weight-light: 300 !default -$weight-normal: 400 !default -$weight-medium: 500 !default -$weight-semibold: 600 !default -$weight-bold: 700 !default - -// Spacing - -$block-spacing: 1.5rem !default - -// Responsiveness - -// The container horizontal gap, which acts as the offset for breakpoints -$gap: 32px !default -// 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16 -$tablet: 769px !default -// 960px container + 4rem -$desktop: 960px + (2 * $gap) !default -// 1152px container + 4rem -$widescreen: 1152px + (2 * $gap) !default -$widescreen-enabled: true !default -// 1344px container + 4rem -$fullhd: 1344px + (2 * $gap) !default -$fullhd-enabled: true !default -$breakpoints: ("mobile": ("until": $tablet), "tablet": ("from": $tablet), "tablet-only": ("from": $tablet, "until": $desktop), "touch": ("from": $desktop), "desktop": ("from": $desktop), "desktop-only": ("from": $desktop, "until": $widescreen), "until-widescreen": ("until": $widescreen), "widescreen": ("from": $widescreen), "widescreen-only": ("from": $widescreen, "until": $fullhd), "until-fullhd": ("until": $fullhd), "fullhd": ("from": $fullhd)) !default - -// Miscellaneous - -$easing: ease-out !default -$radius-small: 2px !default -$radius: 4px !default -$radius-large: 6px !default -$radius-rounded: 9999px !default -$speed: 86ms !default - -// Flags - -$variable-columns: true !default -$rtl: false !default diff --git a/hackens_orga/shared/scss/bulma/sass/utilities/mixins.sass b/hackens_orga/shared/scss/bulma/sass/utilities/mixins.sass deleted file mode 100644 index 10cbae3..0000000 --- a/hackens_orga/shared/scss/bulma/sass/utilities/mixins.sass +++ /dev/null @@ -1,303 +0,0 @@ -@import "derived-variables" - -=clearfix - &::after - clear: both - content: " " - display: table - -=center($width, $height: 0) - position: absolute - @if $height != 0 - left: calc(50% - (#{$width} * 0.5)) - top: calc(50% - (#{$height} * 0.5)) - @else - left: calc(50% - (#{$width} * 0.5)) - top: calc(50% - (#{$width} * 0.5)) - -=fa($size, $dimensions) - display: inline-block - font-size: $size - height: $dimensions - line-height: $dimensions - text-align: center - vertical-align: top - width: $dimensions - -=hamburger($dimensions) - -moz-appearance: none - -webkit-appearance: none - appearance: none - background: none - border: none - cursor: pointer - display: block - height: $dimensions - position: relative - width: $dimensions - span - background-color: currentColor - display: block - height: 1px - left: calc(50% - 8px) - position: absolute - transform-origin: center - transition-duration: $speed - transition-property: background-color, opacity, transform - transition-timing-function: $easing - width: 16px - &:nth-child(1) - top: calc(50% - 6px) - &:nth-child(2) - top: calc(50% - 1px) - &:nth-child(3) - top: calc(50% + 4px) - &:hover - background-color: bulmaRgba(black, 0.05) - // Modifers - &.is-active - span - &:nth-child(1) - transform: translateY(5px) rotate(45deg) - &:nth-child(2) - opacity: 0 - &:nth-child(3) - transform: translateY(-5px) rotate(-45deg) - -=overflow-touch - -webkit-overflow-scrolling: touch - -=placeholder - $placeholders: ':-moz' ':-webkit-input' '-moz' '-ms-input' - @each $placeholder in $placeholders - &:#{$placeholder}-placeholder - @content - -=reset - -moz-appearance: none - -webkit-appearance: none - appearance: none - background: none - border: none - color: currentColor - font-family: inherit - font-size: 1em - margin: 0 - padding: 0 - -// Responsiveness - -=from($device) - @media screen and (min-width: $device) - @content - -=until($device) - @media screen and (max-width: $device - 1px) - @content - -=between($from, $until) - @media screen and (min-width: $from) and (max-width: $until - 1px) - @content - -=mobile - @media screen and (max-width: $tablet - 1px) - @content - -=tablet - @media screen and (min-width: $tablet), print - @content - -=tablet-only - @media screen and (min-width: $tablet) and (max-width: $desktop - 1px) - @content - -=touch - @media screen and (max-width: $desktop - 1px) - @content - -=desktop - @media screen and (min-width: $desktop) - @content - -=desktop-only - @if $widescreen-enabled - @media screen and (min-width: $desktop) and (max-width: $widescreen - 1px) - @content - -=until-widescreen - @if $widescreen-enabled - @media screen and (max-width: $widescreen - 1px) - @content - -=widescreen - @if $widescreen-enabled - @media screen and (min-width: $widescreen) - @content - -=widescreen-only - @if $widescreen-enabled and $fullhd-enabled - @media screen and (min-width: $widescreen) and (max-width: $fullhd - 1px) - @content - -=until-fullhd - @if $fullhd-enabled - @media screen and (max-width: $fullhd - 1px) - @content - -=fullhd - @if $fullhd-enabled - @media screen and (min-width: $fullhd) - @content - -=breakpoint($name) - $breakpoint: map-get($breakpoints, $name) - @if $breakpoint - $from: map-get($breakpoint, "from") - $until: map-get($breakpoint, "until") - @if $from and $until - +between($from, $until) - @content - @else if $from - +from($from) - @content - @else if $until - +until($until) - @content - -=ltr - @if not $rtl - @content - -=rtl - @if $rtl - @content - -=ltr-property($property, $spacing, $right: true) - $normal: if($right, "right", "left") - $opposite: if($right, "left", "right") - @if $rtl - #{$property}-#{$opposite}: $spacing - @else - #{$property}-#{$normal}: $spacing - -=ltr-position($spacing, $right: true) - $normal: if($right, "right", "left") - $opposite: if($right, "left", "right") - @if $rtl - #{$opposite}: $spacing - @else - #{$normal}: $spacing - -// Placeholders - -=unselectable - -webkit-touch-callout: none - -webkit-user-select: none - -moz-user-select: none - -ms-user-select: none - user-select: none - -=arrow($color: transparent) - border: 3px solid $color - border-radius: 2px - border-right: 0 - border-top: 0 - content: " " - display: block - height: 0.625em - margin-top: -0.4375em - pointer-events: none - position: absolute - top: 50% - transform: rotate(-45deg) - transform-origin: center - width: 0.625em - -=block($spacing: $block-spacing) - &:not(:last-child) - margin-bottom: $spacing - -=delete - +unselectable - -moz-appearance: none - -webkit-appearance: none - background-color: bulmaRgba($scheme-invert, 0.2) - border: none - border-radius: $radius-rounded - cursor: pointer - pointer-events: auto - display: inline-block - flex-grow: 0 - flex-shrink: 0 - font-size: 0 - height: 20px - max-height: 20px - max-width: 20px - min-height: 20px - min-width: 20px - outline: none - position: relative - vertical-align: top - width: 20px - &::before, - &::after - background-color: $scheme-main - content: "" - display: block - left: 50% - position: absolute - top: 50% - transform: translateX(-50%) translateY(-50%) rotate(45deg) - transform-origin: center center - &::before - height: 2px - width: 50% - &::after - height: 50% - width: 2px - &:hover, - &:focus - background-color: bulmaRgba($scheme-invert, 0.3) - &:active - background-color: bulmaRgba($scheme-invert, 0.4) - // Sizes - &.is-small - height: 16px - max-height: 16px - max-width: 16px - min-height: 16px - min-width: 16px - width: 16px - &.is-medium - height: 24px - max-height: 24px - max-width: 24px - min-height: 24px - min-width: 24px - width: 24px - &.is-large - height: 32px - max-height: 32px - max-width: 32px - min-height: 32px - min-width: 32px - width: 32px - -=loader - animation: spinAround 500ms infinite linear - border: 2px solid $grey-lighter - border-radius: $radius-rounded - border-right-color: transparent - border-top-color: transparent - content: "" - display: block - height: 1em - position: relative - width: 1em - -=overlay($offset: 0) - bottom: $offset - left: $offset - position: absolute - right: $offset - top: $offset diff --git a/hackens_orga/shared/scss/divider.sass b/hackens_orga/shared/scss/divider.sass deleted file mode 100644 index 521402e..0000000 --- a/hackens_orga/shared/scss/divider.sass +++ /dev/null @@ -1,81 +0,0 @@ -@charset "utf-8" - -// MIT License -// -// Copyright (c) 2020 CreativeBulma -// -// (https://github.com/CreativeBulma/bulma-divider/) -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights -// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -// copies of the Software, and to permit persons to whom the Software is -// furnished to do so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -// SOFTWARE. - -$divider-background-color: $border !default -$divider-font-size: $size-7 !default -$divider-margin-inner-size: 10px !default -$divider-margin-size: 25px !default - -.divider - position: relative - display: flex - align-items: center - text-transform: uppercase - color: $grey - font-size: $divider-font-size - font-weight: $weight-semibold - letter-spacing: .5px - margin: $divider-margin-size 0 - - &::after, - &::before - content: '' - display: block - flex: 1 - height: 1px - background-color: $divider-background-color - - &.is-vertical - flex-direction: column - margin: 0 $divider-margin-size - - &::after, - &::before - height: auto - width: 1px - - &::after - margin-left: 0 - margin-top: $divider-margin-inner-size - - &::before - margin-right: 0 - margin-bottom: $divider-margin-inner-size - - @each $name, $pair in $colors - $color: nth($pair, 1) - &.is-#{$name} - &::after, - &::before - background-color: $color - - // If light and dark colors are provided - @if length($pair) >= 4 - $color-light: nth($pair, 3) - &.is-light - &::after, - &::before - background-color: $color-light diff --git a/hackens_orga/shared/scss/main.sass b/hackens_orga/shared/scss/main.sass deleted file mode 100644 index 351a1fc..0000000 --- a/hackens_orga/shared/scss/main.sass +++ /dev/null @@ -1,14 +0,0 @@ -@charset "utf-8" - -@import "bulma/bulma.sass" - -/* sizes */ -$navbar-breakpoint: $tablet -/* Colors */ - -//$primary: #ff6f00; - -.tr-disabled - opacity: 0.33 - -@import "divider.sass" diff --git a/hackens_orga/shared/scss/makecss.sh b/hackens_orga/shared/scss/makecss.sh deleted file mode 100755 index 943c136..0000000 --- a/hackens_orga/shared/scss/makecss.sh +++ /dev/null @@ -1 +0,0 @@ -nix-shell -p sass --command "sass main.sass ../static/css/bundle.css" diff --git a/hackens_orga/shared/static/css/bundle.css b/hackens_orga/shared/static/css/bundle.css deleted file mode 100644 index ef09303..0000000 --- a/hackens_orga/shared/static/css/bundle.css +++ /dev/null @@ -1,7795 +0,0 @@ -@charset "UTF-8"; -/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */ -/* Bulma Utilities */ -.button, .input, .textarea, .select select, .file-cta, -.file-name, .pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis { - -moz-appearance: none; - -webkit-appearance: none; - align-items: center; - border: 1px solid transparent; - border-radius: 4px; - box-shadow: none; - display: inline-flex; - font-size: 1rem; - height: 2.5em; - justify-content: flex-start; - line-height: 1.5; - padding-bottom: calc(0.5em - 1px); - padding-left: calc(0.75em - 1px); - padding-right: calc(0.75em - 1px); - padding-top: calc(0.5em - 1px); - position: relative; - vertical-align: top; } - .button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus, - .file-name:focus, .pagination-previous:focus, - .pagination-next:focus, - .pagination-link:focus, - .pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta, - .is-focused.file-name, .is-focused.pagination-previous, - .is-focused.pagination-next, - .is-focused.pagination-link, - .is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active, - .file-name:active, .pagination-previous:active, - .pagination-next:active, - .pagination-link:active, - .pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta, - .is-active.file-name, .is-active.pagination-previous, - .is-active.pagination-next, - .is-active.pagination-link, - .is-active.pagination-ellipsis { - outline: none; } - [disabled].button, [disabled].input, [disabled].textarea, .select select[disabled], [disabled].file-cta, - [disabled].file-name, [disabled].pagination-previous, - [disabled].pagination-next, - [disabled].pagination-link, - [disabled].pagination-ellipsis, fieldset[disabled] .button, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .file-cta, - fieldset[disabled] .file-name, fieldset[disabled] .pagination-previous, - fieldset[disabled] .pagination-next, - fieldset[disabled] .pagination-link, - fieldset[disabled] .pagination-ellipsis { - cursor: not-allowed; } - -.button, .file, .breadcrumb, .pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis, .tabs, .is-unselectable { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } - -.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after { - border: 3px solid transparent; - border-radius: 2px; - border-right: 0; - border-top: 0; - content: " "; - display: block; - height: 0.625em; - margin-top: -0.4375em; - pointer-events: none; - position: absolute; - top: 50%; - transform: rotate(-45deg); - transform-origin: center; - width: 0.625em; } - -.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .block:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) { - margin-bottom: 1.5rem; } - -.delete, .modal-close { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(10, 10, 10, 0.2); - border: none; - border-radius: 9999px; - cursor: pointer; - pointer-events: auto; - display: inline-block; - flex-grow: 0; - flex-shrink: 0; - font-size: 0; - height: 20px; - max-height: 20px; - max-width: 20px; - min-height: 20px; - min-width: 20px; - outline: none; - position: relative; - vertical-align: top; - width: 20px; } - .delete::before, .modal-close::before, .delete::after, .modal-close::after { - background-color: white; - content: ""; - display: block; - left: 50%; - position: absolute; - top: 50%; - transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform-origin: center center; } - .delete::before, .modal-close::before { - height: 2px; - width: 50%; } - .delete::after, .modal-close::after { - height: 50%; - width: 2px; } - .delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus { - background-color: rgba(10, 10, 10, 0.3); } - .delete:active, .modal-close:active { - background-color: rgba(10, 10, 10, 0.4); } - .is-small.delete, .is-small.modal-close { - height: 16px; - max-height: 16px; - max-width: 16px; - min-height: 16px; - min-width: 16px; - width: 16px; } - .is-medium.delete, .is-medium.modal-close { - height: 24px; - max-height: 24px; - max-width: 24px; - min-height: 24px; - min-width: 24px; - width: 24px; } - .is-large.delete, .is-large.modal-close { - height: 32px; - max-height: 32px; - max-width: 32px; - min-height: 32px; - min-width: 32px; - width: 32px; } - -.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after { - animation: spinAround 500ms infinite linear; - border: 2px solid #dbdbdb; - border-radius: 9999px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 1em; - position: relative; - width: 1em; } - -.image.is-square img, -.image.is-square .has-ratio, .image.is-1by1 img, -.image.is-1by1 .has-ratio, .image.is-5by4 img, -.image.is-5by4 .has-ratio, .image.is-4by3 img, -.image.is-4by3 .has-ratio, .image.is-3by2 img, -.image.is-3by2 .has-ratio, .image.is-5by3 img, -.image.is-5by3 .has-ratio, .image.is-16by9 img, -.image.is-16by9 .has-ratio, .image.is-2by1 img, -.image.is-2by1 .has-ratio, .image.is-3by1 img, -.image.is-3by1 .has-ratio, .image.is-4by5 img, -.image.is-4by5 .has-ratio, .image.is-3by4 img, -.image.is-3by4 .has-ratio, .image.is-2by3 img, -.image.is-2by3 .has-ratio, .image.is-3by5 img, -.image.is-3by5 .has-ratio, .image.is-9by16 img, -.image.is-9by16 .has-ratio, .image.is-1by2 img, -.image.is-1by2 .has-ratio, .image.is-1by3 img, -.image.is-1by3 .has-ratio, .modal, .modal-background, .is-overlay, .hero-video { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; } - -.navbar-burger { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - color: currentColor; - font-family: inherit; - font-size: 1em; - margin: 0; - padding: 0; } - -/* Bulma Base */ -/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ -html, -body, -p, -ol, -ul, -li, -dl, -dt, -dd, -blockquote, -figure, -fieldset, -legend, -textarea, -pre, -iframe, -hr, -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 0; - padding: 0; } - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: 100%; - font-weight: normal; } - -ul { - list-style: none; } - -button, -input, -select, -textarea { - margin: 0; } - -html { - box-sizing: border-box; } - -*, *::before, *::after { - box-sizing: inherit; } - -img, -video { - height: auto; - max-width: 100%; } - -iframe { - border: 0; } - -table { - border-collapse: collapse; - border-spacing: 0; } - -td, -th { - padding: 0; } - td:not([align]), - th:not([align]) { - text-align: inherit; } - -html { - background-color: white; - font-size: 16px; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - min-width: 300px; - overflow-x: hidden; - overflow-y: scroll; - text-rendering: optimizeLegibility; - text-size-adjust: 100%; } - -article, -aside, -figure, -footer, -header, -hgroup, -section { - display: block; } - -body, -button, -input, -optgroup, -select, -textarea { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; } - -code, -pre { - -moz-osx-font-smoothing: auto; - -webkit-font-smoothing: auto; - font-family: monospace; } - -body { - color: #4a4a4a; - font-size: 1em; - font-weight: 400; - line-height: 1.5; } - -a { - color: #485fc7; - cursor: pointer; - text-decoration: none; } - a strong { - color: currentColor; } - a:hover { - color: #363636; } - -code { - background-color: whitesmoke; - color: #da1039; - font-size: 0.875em; - font-weight: normal; - padding: 0.25em 0.5em 0.25em; } - -hr { - background-color: whitesmoke; - border: none; - display: block; - height: 2px; - margin: 1.5rem 0; } - -img { - height: auto; - max-width: 100%; } - -input[type="checkbox"], -input[type="radio"] { - vertical-align: baseline; } - -small { - font-size: 0.875em; } - -span { - font-style: inherit; - font-weight: inherit; } - -strong { - color: #363636; - font-weight: 700; } - -fieldset { - border: none; } - -pre { - -webkit-overflow-scrolling: touch; - background-color: whitesmoke; - color: #4a4a4a; - font-size: 0.875em; - overflow-x: auto; - padding: 1.25rem 1.5rem; - white-space: pre; - word-wrap: normal; } - pre code { - background-color: transparent; - color: currentColor; - font-size: 1em; - padding: 0; } - -table td, -table th { - vertical-align: top; } - table td:not([align]), - table th:not([align]) { - text-align: inherit; } -table th { - color: #363636; } - -@keyframes spinAround { - from { - transform: rotate(0deg); } - to { - transform: rotate(359deg); } } -/* Bulma Elements */ -.box { - background-color: white; - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - color: #4a4a4a; - display: block; - padding: 1.25rem; } - -a.box:hover, a.box:focus { - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7; } -a.box:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7; } - -.button { - background-color: white; - border-color: #dbdbdb; - border-width: 1px; - color: #363636; - cursor: pointer; - justify-content: center; - padding-bottom: calc(0.5em - 1px); - padding-left: 1em; - padding-right: 1em; - padding-top: calc(0.5em - 1px); - text-align: center; - white-space: nowrap; } - .button strong { - color: inherit; } - .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { - height: 1.5em; - width: 1.5em; } - .button .icon:first-child:not(:last-child) { - margin-left: calc(-0.5em - 1px); - margin-right: 0.25em; } - .button .icon:last-child:not(:first-child) { - margin-left: 0.25em; - margin-right: calc(-0.5em - 1px); } - .button .icon:first-child:last-child { - margin-left: calc(-0.5em - 1px); - margin-right: calc(-0.5em - 1px); } - .button:hover, .button.is-hovered { - border-color: #b5b5b5; - color: #363636; } - .button:focus, .button.is-focused { - border-color: #485fc7; - color: #363636; } - .button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } - .button:active, .button.is-active { - border-color: #4a4a4a; - color: #363636; } - .button.is-text { - background-color: transparent; - border-color: transparent; - color: #4a4a4a; - text-decoration: underline; } - .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { - background-color: whitesmoke; - color: #363636; } - .button.is-text:active, .button.is-text.is-active { - background-color: #e8e8e8; - color: #363636; } - .button.is-text[disabled], fieldset[disabled] .button.is-text { - background-color: transparent; - border-color: transparent; - box-shadow: none; } - .button.is-ghost { - background: none; - border-color: transparent; - color: #485fc7; - text-decoration: none; } - .button.is-ghost:hover, .button.is-ghost.is-hovered { - color: #485fc7; - text-decoration: underline; } - .button.is-white { - background-color: white; - border-color: transparent; - color: #0a0a0a; } - .button.is-white:hover, .button.is-white.is-hovered { - background-color: #f9f9f9; - border-color: transparent; - color: #0a0a0a; } - .button.is-white:focus, .button.is-white.is-focused { - border-color: transparent; - color: #0a0a0a; } - .button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); } - .button.is-white:active, .button.is-white.is-active { - background-color: #f2f2f2; - border-color: transparent; - color: #0a0a0a; } - .button.is-white[disabled], fieldset[disabled] .button.is-white { - background-color: white; - border-color: white; - box-shadow: none; } - .button.is-white.is-inverted { - background-color: #0a0a0a; - color: white; } - .button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { - background-color: black; } - .button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { - background-color: #0a0a0a; - border-color: transparent; - box-shadow: none; - color: white; } - .button.is-white.is-loading::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; } - .button.is-white.is-outlined { - background-color: transparent; - border-color: white; - color: white; } - .button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { - background-color: white; - border-color: white; - color: #0a0a0a; } - .button.is-white.is-outlined.is-loading::after { - border-color: transparent transparent white white !important; } - .button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; } - .button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { - background-color: transparent; - border-color: white; - box-shadow: none; - color: white; } - .button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - color: #0a0a0a; } - .button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { - background-color: #0a0a0a; - color: white; } - .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent white white !important; } - .button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - box-shadow: none; - color: #0a0a0a; } - .button.is-black { - background-color: #0a0a0a; - border-color: transparent; - color: white; } - .button.is-black:hover, .button.is-black.is-hovered { - background-color: #040404; - border-color: transparent; - color: white; } - .button.is-black:focus, .button.is-black.is-focused { - border-color: transparent; - color: white; } - .button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } - .button.is-black:active, .button.is-black.is-active { - background-color: black; - border-color: transparent; - color: white; } - .button.is-black[disabled], fieldset[disabled] .button.is-black { - background-color: #0a0a0a; - border-color: #0a0a0a; - box-shadow: none; } - .button.is-black.is-inverted { - background-color: white; - color: #0a0a0a; } - .button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { - background-color: #f2f2f2; } - .button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { - background-color: white; - border-color: transparent; - box-shadow: none; - color: #0a0a0a; } - .button.is-black.is-loading::after { - border-color: transparent transparent white white !important; } - .button.is-black.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - color: #0a0a0a; } - .button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: white; } - .button.is-black.is-outlined.is-loading::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; } - .button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent white white !important; } - .button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { - background-color: transparent; - border-color: #0a0a0a; - box-shadow: none; - color: #0a0a0a; } - .button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: white; - color: white; } - .button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { - background-color: white; - color: #0a0a0a; } - .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #0a0a0a #0a0a0a !important; } - .button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: white; - box-shadow: none; - color: white; } - .button.is-light { - background-color: whitesmoke; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-light:hover, .button.is-light.is-hovered { - background-color: #eeeeee; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-light:focus, .button.is-light.is-focused { - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } - .button.is-light:active, .button.is-light.is-active { - background-color: #e8e8e8; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-light[disabled], fieldset[disabled] .button.is-light { - background-color: whitesmoke; - border-color: whitesmoke; - box-shadow: none; } - .button.is-light.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - color: whitesmoke; } - .button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { - background-color: rgba(0, 0, 0, 0.7); } - .button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - border-color: transparent; - box-shadow: none; - color: whitesmoke; } - .button.is-light.is-loading::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } - .button.is-light.is-outlined { - background-color: transparent; - border-color: whitesmoke; - color: whitesmoke; } - .button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { - background-color: whitesmoke; - border-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .button.is-light.is-outlined.is-loading::after { - border-color: transparent transparent whitesmoke whitesmoke !important; } - .button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } - .button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { - background-color: transparent; - border-color: whitesmoke; - box-shadow: none; - color: whitesmoke; } - .button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - color: rgba(0, 0, 0, 0.7); } - .button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { - background-color: rgba(0, 0, 0, 0.7); - color: whitesmoke; } - .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent whitesmoke whitesmoke !important; } - .button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - box-shadow: none; - color: rgba(0, 0, 0, 0.7); } - .button.is-dark { - background-color: #363636; - border-color: transparent; - color: #fff; } - .button.is-dark:hover, .button.is-dark.is-hovered { - background-color: #2f2f2f; - border-color: transparent; - color: #fff; } - .button.is-dark:focus, .button.is-dark.is-focused { - border-color: transparent; - color: #fff; } - .button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } - .button.is-dark:active, .button.is-dark.is-active { - background-color: #292929; - border-color: transparent; - color: #fff; } - .button.is-dark[disabled], fieldset[disabled] .button.is-dark { - background-color: #363636; - border-color: #363636; - box-shadow: none; } - .button.is-dark.is-inverted { - background-color: #fff; - color: #363636; } - .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered { - background-color: #f2f2f2; } - .button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #363636; } - .button.is-dark.is-loading::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-dark.is-outlined { - background-color: transparent; - border-color: #363636; - color: #363636; } - .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused { - background-color: #363636; - border-color: #363636; - color: #fff; } - .button.is-dark.is-outlined.is-loading::after { - border-color: transparent transparent #363636 #363636 !important; } - .button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { - background-color: transparent; - border-color: #363636; - box-shadow: none; - color: #363636; } - .button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; } - .button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #363636; } - .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #363636 #363636 !important; } - .button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; } - .button.is-primary { - background-color: #00d1b2; - border-color: transparent; - color: #fff; } - .button.is-primary:hover, .button.is-primary.is-hovered { - background-color: #00c4a7; - border-color: transparent; - color: #fff; } - .button.is-primary:focus, .button.is-primary.is-focused { - border-color: transparent; - color: #fff; } - .button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } - .button.is-primary:active, .button.is-primary.is-active { - background-color: #00b89c; - border-color: transparent; - color: #fff; } - .button.is-primary[disabled], fieldset[disabled] .button.is-primary { - background-color: #00d1b2; - border-color: #00d1b2; - box-shadow: none; } - .button.is-primary.is-inverted { - background-color: #fff; - color: #00d1b2; } - .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { - background-color: #f2f2f2; } - .button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #00d1b2; } - .button.is-primary.is-loading::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-primary.is-outlined { - background-color: transparent; - border-color: #00d1b2; - color: #00d1b2; } - .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused { - background-color: #00d1b2; - border-color: #00d1b2; - color: #fff; } - .button.is-primary.is-outlined.is-loading::after { - border-color: transparent transparent #00d1b2 #00d1b2 !important; } - .button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { - background-color: transparent; - border-color: #00d1b2; - box-shadow: none; - color: #00d1b2; } - .button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; } - .button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #00d1b2; } - .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #00d1b2 #00d1b2 !important; } - .button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; } - .button.is-primary.is-light { - background-color: #ebfffc; - color: #00947e; } - .button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { - background-color: #defffa; - border-color: transparent; - color: #00947e; } - .button.is-primary.is-light:active, .button.is-primary.is-light.is-active { - background-color: #d1fff8; - border-color: transparent; - color: #00947e; } - .button.is-link { - background-color: #485fc7; - border-color: transparent; - color: #fff; } - .button.is-link:hover, .button.is-link.is-hovered { - background-color: #3e56c4; - border-color: transparent; - color: #fff; } - .button.is-link:focus, .button.is-link.is-focused { - border-color: transparent; - color: #fff; } - .button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } - .button.is-link:active, .button.is-link.is-active { - background-color: #3a51bb; - border-color: transparent; - color: #fff; } - .button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: #485fc7; - border-color: #485fc7; - box-shadow: none; } - .button.is-link.is-inverted { - background-color: #fff; - color: #485fc7; } - .button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { - background-color: #f2f2f2; } - .button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #485fc7; } - .button.is-link.is-loading::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-link.is-outlined { - background-color: transparent; - border-color: #485fc7; - color: #485fc7; } - .button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { - background-color: #485fc7; - border-color: #485fc7; - color: #fff; } - .button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent #485fc7 #485fc7 !important; } - .button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { - background-color: transparent; - border-color: #485fc7; - box-shadow: none; - color: #485fc7; } - .button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; } - .button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #485fc7; } - .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #485fc7 #485fc7 !important; } - .button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; } - .button.is-link.is-light { - background-color: #eff1fa; - color: #3850b7; } - .button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #e6e9f7; - border-color: transparent; - color: #3850b7; } - .button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #dce0f4; - border-color: transparent; - color: #3850b7; } - .button.is-info { - background-color: #3e8ed0; - border-color: transparent; - color: #fff; } - .button.is-info:hover, .button.is-info.is-hovered { - background-color: #3488ce; - border-color: transparent; - color: #fff; } - .button.is-info:focus, .button.is-info.is-focused { - border-color: transparent; - color: #fff; } - .button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } - .button.is-info:active, .button.is-info.is-active { - background-color: #3082c5; - border-color: transparent; - color: #fff; } - .button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: #3e8ed0; - border-color: #3e8ed0; - box-shadow: none; } - .button.is-info.is-inverted { - background-color: #fff; - color: #3e8ed0; } - .button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { - background-color: #f2f2f2; } - .button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #3e8ed0; } - .button.is-info.is-loading::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-info.is-outlined { - background-color: transparent; - border-color: #3e8ed0; - color: #3e8ed0; } - .button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { - background-color: #3e8ed0; - border-color: #3e8ed0; - color: #fff; } - .button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } - .button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { - background-color: transparent; - border-color: #3e8ed0; - box-shadow: none; - color: #3e8ed0; } - .button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; } - .button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #3e8ed0; } - .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #3e8ed0 #3e8ed0 !important; } - .button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; } - .button.is-info.is-light { - background-color: #eff5fb; - color: #296fa8; } - .button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #e4eff9; - border-color: transparent; - color: #296fa8; } - .button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #dae9f6; - border-color: transparent; - color: #296fa8; } - .button.is-success { - background-color: #48c78e; - border-color: transparent; - color: #fff; } - .button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec487; - border-color: transparent; - color: #fff; } - .button.is-success:focus, .button.is-success.is-focused { - border-color: transparent; - color: #fff; } - .button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } - .button.is-success:active, .button.is-success.is-active { - background-color: #3abb81; - border-color: transparent; - color: #fff; } - .button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: #48c78e; - border-color: #48c78e; - box-shadow: none; } - .button.is-success.is-inverted { - background-color: #fff; - color: #48c78e; } - .button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { - background-color: #f2f2f2; } - .button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #48c78e; } - .button.is-success.is-loading::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-success.is-outlined { - background-color: transparent; - border-color: #48c78e; - color: #48c78e; } - .button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused { - background-color: #48c78e; - border-color: #48c78e; - color: #fff; } - .button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent #48c78e #48c78e !important; } - .button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { - background-color: transparent; - border-color: #48c78e; - box-shadow: none; - color: #48c78e; } - .button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; } - .button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #48c78e; } - .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #48c78e #48c78e !important; } - .button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; } - .button.is-success.is-light { - background-color: #effaf5; - color: #257953; } - .button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #e6f7ef; - border-color: transparent; - color: #257953; } - .button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #dcf4e9; - border-color: transparent; - color: #257953; } - .button.is-warning { - background-color: #ffe08a; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdc7d; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-warning:focus, .button.is-warning.is-focused { - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } - .button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd970; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: #ffe08a; - border-color: #ffe08a; - box-shadow: none; } - .button.is-warning.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - color: #ffe08a; } - .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { - background-color: rgba(0, 0, 0, 0.7); } - .button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { - background-color: rgba(0, 0, 0, 0.7); - border-color: transparent; - box-shadow: none; - color: #ffe08a; } - .button.is-warning.is-loading::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } - .button.is-warning.is-outlined { - background-color: transparent; - border-color: #ffe08a; - color: #ffe08a; } - .button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { - background-color: #ffe08a; - border-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent #ffe08a #ffe08a !important; } - .button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; } - .button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { - background-color: transparent; - border-color: #ffe08a; - box-shadow: none; - color: #ffe08a; } - .button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - color: rgba(0, 0, 0, 0.7); } - .button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { - background-color: rgba(0, 0, 0, 0.7); - color: #ffe08a; } - .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #ffe08a #ffe08a !important; } - .button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgba(0, 0, 0, 0.7); - box-shadow: none; - color: rgba(0, 0, 0, 0.7); } - .button.is-warning.is-light { - background-color: #fffaeb; - color: #946c00; } - .button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #fff6de; - border-color: transparent; - color: #946c00; } - .button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #fff3d1; - border-color: transparent; - color: #946c00; } - .button.is-danger { - background-color: #f14668; - border-color: transparent; - color: #fff; } - .button.is-danger:hover, .button.is-danger.is-hovered { - background-color: #f03a5f; - border-color: transparent; - color: #fff; } - .button.is-danger:focus, .button.is-danger.is-focused { - border-color: transparent; - color: #fff; } - .button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } - .button.is-danger:active, .button.is-danger.is-active { - background-color: #ef2e55; - border-color: transparent; - color: #fff; } - .button.is-danger[disabled], fieldset[disabled] .button.is-danger { - background-color: #f14668; - border-color: #f14668; - box-shadow: none; } - .button.is-danger.is-inverted { - background-color: #fff; - color: #f14668; } - .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { - background-color: #f2f2f2; } - .button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { - background-color: #fff; - border-color: transparent; - box-shadow: none; - color: #f14668; } - .button.is-danger.is-loading::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-danger.is-outlined { - background-color: transparent; - border-color: #f14668; - color: #f14668; } - .button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { - background-color: #f14668; - border-color: #f14668; - color: #fff; } - .button.is-danger.is-outlined.is-loading::after { - border-color: transparent transparent #f14668 #f14668 !important; } - .button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #fff #fff !important; } - .button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { - background-color: transparent; - border-color: #f14668; - box-shadow: none; - color: #f14668; } - .button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - color: #fff; } - .button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { - background-color: #fff; - color: #f14668; } - .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent #f14668 #f14668 !important; } - .button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: #fff; - box-shadow: none; - color: #fff; } - .button.is-danger.is-light { - background-color: #feecf0; - color: #cc0f35; } - .button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { - background-color: #fde0e6; - border-color: transparent; - color: #cc0f35; } - .button.is-danger.is-light:active, .button.is-danger.is-light.is-active { - background-color: #fcd4dc; - border-color: transparent; - color: #cc0f35; } - .button.is-small { - font-size: 0.75rem; } - .button.is-small:not(.is-rounded) { - border-radius: 2px; } - .button.is-normal { - font-size: 1rem; } - .button.is-medium { - font-size: 1.25rem; } - .button.is-large { - font-size: 1.5rem; } - .button[disabled], fieldset[disabled] .button { - background-color: white; - border-color: #dbdbdb; - box-shadow: none; - opacity: 0.5; } - .button.is-fullwidth { - display: flex; - width: 100%; } - .button.is-loading { - color: transparent !important; - pointer-events: none; } - .button.is-loading::after { - position: absolute; - left: calc(50% - (1em * 0.5)); - top: calc(50% - (1em * 0.5)); - position: absolute !important; } - .button.is-static { - background-color: whitesmoke; - border-color: #dbdbdb; - color: #7a7a7a; - box-shadow: none; - pointer-events: none; } - .button.is-rounded { - border-radius: 9999px; - padding-left: calc(1em + 0.25em); - padding-right: calc(1em + 0.25em); } - -.buttons { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; } - .buttons .button { - margin-bottom: 0.5rem; } - .buttons .button:not(:last-child):not(.is-fullwidth) { - margin-right: 0.5rem; } - .buttons:last-child { - margin-bottom: -0.5rem; } - .buttons:not(:last-child) { - margin-bottom: 1rem; } - .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { - font-size: 0.75rem; } - .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { - border-radius: 2px; } - .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { - font-size: 1.25rem; } - .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { - font-size: 1.5rem; } - .buttons.has-addons .button:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .buttons.has-addons .button:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - margin-right: -1px; } - .buttons.has-addons .button:last-child { - margin-right: 0; } - .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { - z-index: 2; } - .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected { - z-index: 3; } - .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover { - z-index: 4; } - .buttons.has-addons .button.is-expanded { - flex-grow: 1; - flex-shrink: 1; } - .buttons.is-centered { - justify-content: center; } - .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; } - .buttons.is-right { - justify-content: flex-end; } - .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; } - -@media screen and (max-width: 768px) { - .button.is-responsive.is-small { - font-size: 0.5625rem; } - - .button.is-responsive, - .button.is-responsive.is-normal { - font-size: 0.65625rem; } - - .button.is-responsive.is-medium { - font-size: 0.75rem; } - - .button.is-responsive.is-large { - font-size: 1rem; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .button.is-responsive.is-small { - font-size: 0.65625rem; } - - .button.is-responsive, - .button.is-responsive.is-normal { - font-size: 0.75rem; } - - .button.is-responsive.is-medium { - font-size: 1rem; } - - .button.is-responsive.is-large { - font-size: 1.25rem; } } -.container { - flex-grow: 1; - margin: 0 auto; - position: relative; - width: auto; } - .container.is-fluid { - max-width: none !important; - padding-left: 32px; - padding-right: 32px; - width: 100%; } - @media screen and (min-width: 1024px) { - .container { - max-width: 960px; } } - @media screen and (max-width: 1215px) { - .container.is-widescreen:not(.is-max-desktop) { - max-width: 1152px; } } - @media screen and (max-width: 1407px) { - .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; } } - @media screen and (min-width: 1216px) { - .container:not(.is-max-desktop) { - max-width: 1152px; } } - @media screen and (min-width: 1408px) { - .container:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; } } - -.content li + li { - margin-top: 0.25em; } -.content p:not(:last-child), -.content dl:not(:last-child), -.content ol:not(:last-child), -.content ul:not(:last-child), -.content blockquote:not(:last-child), -.content pre:not(:last-child), -.content table:not(:last-child) { - margin-bottom: 1em; } -.content h1, -.content h2, -.content h3, -.content h4, -.content h5, -.content h6 { - color: #363636; - font-weight: 600; - line-height: 1.125; } -.content h1 { - font-size: 2em; - margin-bottom: 0.5em; } - .content h1:not(:first-child) { - margin-top: 1em; } -.content h2 { - font-size: 1.75em; - margin-bottom: 0.5714em; } - .content h2:not(:first-child) { - margin-top: 1.1428em; } -.content h3 { - font-size: 1.5em; - margin-bottom: 0.6666em; } - .content h3:not(:first-child) { - margin-top: 1.3333em; } -.content h4 { - font-size: 1.25em; - margin-bottom: 0.8em; } -.content h5 { - font-size: 1.125em; - margin-bottom: 0.8888em; } -.content h6 { - font-size: 1em; - margin-bottom: 1em; } -.content blockquote { - background-color: whitesmoke; - border-left: 5px solid #dbdbdb; - padding: 1.25em 1.5em; } -.content ol { - list-style-position: outside; - margin-left: 2em; - margin-top: 1em; } - .content ol:not([type]) { - list-style-type: decimal; } - .content ol:not([type]).is-lower-alpha { - list-style-type: lower-alpha; } - .content ol:not([type]).is-lower-roman { - list-style-type: lower-roman; } - .content ol:not([type]).is-upper-alpha { - list-style-type: upper-alpha; } - .content ol:not([type]).is-upper-roman { - list-style-type: upper-roman; } -.content ul { - list-style: disc outside; - margin-left: 2em; - margin-top: 1em; } - .content ul ul { - list-style-type: circle; - margin-top: 0.5em; } - .content ul ul ul { - list-style-type: square; } -.content dd { - margin-left: 2em; } -.content figure { - margin-left: 2em; - margin-right: 2em; - text-align: center; } - .content figure:not(:first-child) { - margin-top: 2em; } - .content figure:not(:last-child) { - margin-bottom: 2em; } - .content figure img { - display: inline-block; } - .content figure figcaption { - font-style: italic; } -.content pre { - -webkit-overflow-scrolling: touch; - overflow-x: auto; - padding: 1.25em 1.5em; - white-space: pre; - word-wrap: normal; } -.content sup, -.content sub { - font-size: 75%; } -.content table { - width: 100%; } - .content table td, - .content table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; } - .content table th { - color: #363636; } - .content table th:not([align]) { - text-align: inherit; } - .content table thead td, - .content table thead th { - border-width: 0 0 2px; - color: #363636; } - .content table tfoot td, - .content table tfoot th { - border-width: 2px 0 0; - color: #363636; } - .content table tbody tr:last-child td, - .content table tbody tr:last-child th { - border-bottom-width: 0; } -.content .tabs li + li { - margin-top: 0; } -.content.is-small { - font-size: 0.75rem; } -.content.is-normal { - font-size: 1rem; } -.content.is-medium { - font-size: 1.25rem; } -.content.is-large { - font-size: 1.5rem; } - -.icon { - align-items: center; - display: inline-flex; - justify-content: center; - height: 1.5rem; - width: 1.5rem; } - .icon.is-small { - height: 1rem; - width: 1rem; } - .icon.is-medium { - height: 2rem; - width: 2rem; } - .icon.is-large { - height: 3rem; - width: 3rem; } - -.icon-text { - align-items: flex-start; - color: inherit; - display: inline-flex; - flex-wrap: wrap; - line-height: 1.5rem; - vertical-align: top; } - .icon-text .icon { - flex-grow: 0; - flex-shrink: 0; } - .icon-text .icon:not(:last-child) { - margin-right: 0.25em; } - .icon-text .icon:not(:first-child) { - margin-left: 0.25em; } - -div.icon-text { - display: flex; } - -.image { - display: block; - position: relative; } - .image img { - display: block; - height: auto; - width: 100%; } - .image img.is-rounded { - border-radius: 9999px; } - .image.is-fullwidth { - width: 100%; } - .image.is-square img, - .image.is-square .has-ratio, .image.is-1by1 img, - .image.is-1by1 .has-ratio, .image.is-5by4 img, - .image.is-5by4 .has-ratio, .image.is-4by3 img, - .image.is-4by3 .has-ratio, .image.is-3by2 img, - .image.is-3by2 .has-ratio, .image.is-5by3 img, - .image.is-5by3 .has-ratio, .image.is-16by9 img, - .image.is-16by9 .has-ratio, .image.is-2by1 img, - .image.is-2by1 .has-ratio, .image.is-3by1 img, - .image.is-3by1 .has-ratio, .image.is-4by5 img, - .image.is-4by5 .has-ratio, .image.is-3by4 img, - .image.is-3by4 .has-ratio, .image.is-2by3 img, - .image.is-2by3 .has-ratio, .image.is-3by5 img, - .image.is-3by5 .has-ratio, .image.is-9by16 img, - .image.is-9by16 .has-ratio, .image.is-1by2 img, - .image.is-1by2 .has-ratio, .image.is-1by3 img, - .image.is-1by3 .has-ratio { - height: 100%; - width: 100%; } - .image.is-square, .image.is-1by1 { - padding-top: 100%; } - .image.is-5by4 { - padding-top: 80%; } - .image.is-4by3 { - padding-top: 75%; } - .image.is-3by2 { - padding-top: 66.6666%; } - .image.is-5by3 { - padding-top: 60%; } - .image.is-16by9 { - padding-top: 56.25%; } - .image.is-2by1 { - padding-top: 50%; } - .image.is-3by1 { - padding-top: 33.3333%; } - .image.is-4by5 { - padding-top: 125%; } - .image.is-3by4 { - padding-top: 133.3333%; } - .image.is-2by3 { - padding-top: 150%; } - .image.is-3by5 { - padding-top: 166.6666%; } - .image.is-9by16 { - padding-top: 177.7777%; } - .image.is-1by2 { - padding-top: 200%; } - .image.is-1by3 { - padding-top: 300%; } - .image.is-16x16 { - height: 16px; - width: 16px; } - .image.is-24x24 { - height: 24px; - width: 24px; } - .image.is-32x32 { - height: 32px; - width: 32px; } - .image.is-48x48 { - height: 48px; - width: 48px; } - .image.is-64x64 { - height: 64px; - width: 64px; } - .image.is-96x96 { - height: 96px; - width: 96px; } - .image.is-128x128 { - height: 128px; - width: 128px; } - -.notification { - background-color: whitesmoke; - border-radius: 4px; - position: relative; - padding: 1.25rem 2.5rem 1.25rem 1.5rem; } - .notification a:not(.button):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; } - .notification strong { - color: currentColor; } - .notification code, - .notification pre { - background: white; } - .notification pre code { - background: transparent; } - .notification > .delete { - right: 0.5rem; - position: absolute; - top: 0.5rem; } - .notification .title, - .notification .subtitle, - .notification .content { - color: currentColor; } - .notification.is-white { - background-color: white; - color: #0a0a0a; } - .notification.is-black { - background-color: #0a0a0a; - color: white; } - .notification.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .notification.is-dark { - background-color: #363636; - color: #fff; } - .notification.is-primary { - background-color: #00d1b2; - color: #fff; } - .notification.is-primary.is-light { - background-color: #ebfffc; - color: #00947e; } - .notification.is-link { - background-color: #485fc7; - color: #fff; } - .notification.is-link.is-light { - background-color: #eff1fa; - color: #3850b7; } - .notification.is-info { - background-color: #3e8ed0; - color: #fff; } - .notification.is-info.is-light { - background-color: #eff5fb; - color: #296fa8; } - .notification.is-success { - background-color: #48c78e; - color: #fff; } - .notification.is-success.is-light { - background-color: #effaf5; - color: #257953; } - .notification.is-warning { - background-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .notification.is-warning.is-light { - background-color: #fffaeb; - color: #946c00; } - .notification.is-danger { - background-color: #f14668; - color: #fff; } - .notification.is-danger.is-light { - background-color: #feecf0; - color: #cc0f35; } - -.progress { - -moz-appearance: none; - -webkit-appearance: none; - border: none; - border-radius: 9999px; - display: block; - height: 1rem; - overflow: hidden; - padding: 0; - width: 100%; } - .progress::-webkit-progress-bar { - background-color: #ededed; } - .progress::-webkit-progress-value { - background-color: #4a4a4a; } - .progress::-moz-progress-bar { - background-color: #4a4a4a; } - .progress::-ms-fill { - background-color: #4a4a4a; - border: none; } - .progress.is-white::-webkit-progress-value { - background-color: white; } - .progress.is-white::-moz-progress-bar { - background-color: white; } - .progress.is-white::-ms-fill { - background-color: white; } - .progress.is-white:indeterminate { - background-image: linear-gradient(to right, white 30%, #ededed 30%); } - .progress.is-black::-webkit-progress-value { - background-color: #0a0a0a; } - .progress.is-black::-moz-progress-bar { - background-color: #0a0a0a; } - .progress.is-black::-ms-fill { - background-color: #0a0a0a; } - .progress.is-black:indeterminate { - background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); } - .progress.is-light::-webkit-progress-value { - background-color: whitesmoke; } - .progress.is-light::-moz-progress-bar { - background-color: whitesmoke; } - .progress.is-light::-ms-fill { - background-color: whitesmoke; } - .progress.is-light:indeterminate { - background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); } - .progress.is-dark::-webkit-progress-value { - background-color: #363636; } - .progress.is-dark::-moz-progress-bar { - background-color: #363636; } - .progress.is-dark::-ms-fill { - background-color: #363636; } - .progress.is-dark:indeterminate { - background-image: linear-gradient(to right, #363636 30%, #ededed 30%); } - .progress.is-primary::-webkit-progress-value { - background-color: #00d1b2; } - .progress.is-primary::-moz-progress-bar { - background-color: #00d1b2; } - .progress.is-primary::-ms-fill { - background-color: #00d1b2; } - .progress.is-primary:indeterminate { - background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); } - .progress.is-link::-webkit-progress-value { - background-color: #485fc7; } - .progress.is-link::-moz-progress-bar { - background-color: #485fc7; } - .progress.is-link::-ms-fill { - background-color: #485fc7; } - .progress.is-link:indeterminate { - background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%); } - .progress.is-info::-webkit-progress-value { - background-color: #3e8ed0; } - .progress.is-info::-moz-progress-bar { - background-color: #3e8ed0; } - .progress.is-info::-ms-fill { - background-color: #3e8ed0; } - .progress.is-info:indeterminate { - background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%); } - .progress.is-success::-webkit-progress-value { - background-color: #48c78e; } - .progress.is-success::-moz-progress-bar { - background-color: #48c78e; } - .progress.is-success::-ms-fill { - background-color: #48c78e; } - .progress.is-success:indeterminate { - background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%); } - .progress.is-warning::-webkit-progress-value { - background-color: #ffe08a; } - .progress.is-warning::-moz-progress-bar { - background-color: #ffe08a; } - .progress.is-warning::-ms-fill { - background-color: #ffe08a; } - .progress.is-warning:indeterminate { - background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%); } - .progress.is-danger::-webkit-progress-value { - background-color: #f14668; } - .progress.is-danger::-moz-progress-bar { - background-color: #f14668; } - .progress.is-danger::-ms-fill { - background-color: #f14668; } - .progress.is-danger:indeterminate { - background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); } - .progress:indeterminate { - animation-duration: 1.5s; - animation-iteration-count: infinite; - animation-name: moveIndeterminate; - animation-timing-function: linear; - background-color: #ededed; - background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%); - background-position: top left; - background-repeat: no-repeat; - background-size: 150% 150%; } - .progress:indeterminate::-webkit-progress-bar { - background-color: transparent; } - .progress:indeterminate::-moz-progress-bar { - background-color: transparent; } - .progress:indeterminate::-ms-fill { - animation-name: none; } - .progress.is-small { - height: 0.75rem; } - .progress.is-medium { - height: 1.25rem; } - .progress.is-large { - height: 1.5rem; } - -@keyframes moveIndeterminate { - from { - background-position: 200% 0; } - to { - background-position: -200% 0; } } -.table { - background-color: white; - color: #363636; } - .table td, - .table th { - border: 1px solid #dbdbdb; - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; } - .table td.is-white, - .table th.is-white { - background-color: white; - border-color: white; - color: #0a0a0a; } - .table td.is-black, - .table th.is-black { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: white; } - .table td.is-light, - .table th.is-light { - background-color: whitesmoke; - border-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .table td.is-dark, - .table th.is-dark { - background-color: #363636; - border-color: #363636; - color: #fff; } - .table td.is-primary, - .table th.is-primary { - background-color: #00d1b2; - border-color: #00d1b2; - color: #fff; } - .table td.is-link, - .table th.is-link { - background-color: #485fc7; - border-color: #485fc7; - color: #fff; } - .table td.is-info, - .table th.is-info { - background-color: #3e8ed0; - border-color: #3e8ed0; - color: #fff; } - .table td.is-success, - .table th.is-success { - background-color: #48c78e; - border-color: #48c78e; - color: #fff; } - .table td.is-warning, - .table th.is-warning { - background-color: #ffe08a; - border-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .table td.is-danger, - .table th.is-danger { - background-color: #f14668; - border-color: #f14668; - color: #fff; } - .table td.is-narrow, - .table th.is-narrow { - white-space: nowrap; - width: 1%; } - .table td.is-selected, - .table th.is-selected { - background-color: #00d1b2; - color: #fff; } - .table td.is-selected a, - .table td.is-selected strong, - .table th.is-selected a, - .table th.is-selected strong { - color: currentColor; } - .table td.is-vcentered, - .table th.is-vcentered { - vertical-align: middle; } - .table th { - color: #363636; } - .table th:not([align]) { - text-align: left; } - .table tr.is-selected { - background-color: #00d1b2; - color: #fff; } - .table tr.is-selected a, - .table tr.is-selected strong { - color: currentColor; } - .table tr.is-selected td, - .table tr.is-selected th { - border-color: #fff; - color: currentColor; } - .table thead { - background-color: transparent; } - .table thead td, - .table thead th { - border-width: 0 0 2px; - color: #363636; } - .table tfoot { - background-color: transparent; } - .table tfoot td, - .table tfoot th { - border-width: 2px 0 0; - color: #363636; } - .table tbody { - background-color: transparent; } - .table tbody tr:last-child td, - .table tbody tr:last-child th { - border-bottom-width: 0; } - .table.is-bordered td, - .table.is-bordered th { - border-width: 1px; } - .table.is-bordered tr:last-child td, - .table.is-bordered tr:last-child th { - border-bottom-width: 1px; } - .table.is-fullwidth { - width: 100%; } - .table.is-hoverable tbody tr:not(.is-selected):hover { - background-color: #fafafa; } - .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { - background-color: #fafafa; } - .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { - background-color: whitesmoke; } - .table.is-narrow td, - .table.is-narrow th { - padding: 0.25em 0.5em; } - .table.is-striped tbody tr:not(.is-selected):nth-child(even) { - background-color: #fafafa; } - -.table-container { - -webkit-overflow-scrolling: touch; - overflow: auto; - overflow-y: hidden; - max-width: 100%; } - -.tags { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; } - .tags .tag { - margin-bottom: 0.5rem; } - .tags .tag:not(:last-child) { - margin-right: 0.5rem; } - .tags:last-child { - margin-bottom: -0.5rem; } - .tags:not(:last-child) { - margin-bottom: 1rem; } - .tags.are-medium .tag:not(.is-normal):not(.is-large) { - font-size: 1rem; } - .tags.are-large .tag:not(.is-normal):not(.is-medium) { - font-size: 1.25rem; } - .tags.is-centered { - justify-content: center; } - .tags.is-centered .tag { - margin-right: 0.25rem; - margin-left: 0.25rem; } - .tags.is-right { - justify-content: flex-end; } - .tags.is-right .tag:not(:first-child) { - margin-left: 0.5rem; } - .tags.is-right .tag:not(:last-child) { - margin-right: 0; } - .tags.has-addons .tag { - margin-right: 0; } - .tags.has-addons .tag:not(:first-child) { - margin-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; } - .tags.has-addons .tag:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; } - -.tag:not(body) { - align-items: center; - background-color: whitesmoke; - border-radius: 4px; - color: #4a4a4a; - display: inline-flex; - font-size: 0.75rem; - height: 2em; - justify-content: center; - line-height: 1.5; - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; } - .tag:not(body) .delete { - margin-left: 0.25rem; - margin-right: -0.375rem; } - .tag:not(body).is-white { - background-color: white; - color: #0a0a0a; } - .tag:not(body).is-black { - background-color: #0a0a0a; - color: white; } - .tag:not(body).is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .tag:not(body).is-dark { - background-color: #363636; - color: #fff; } - .tag:not(body).is-primary { - background-color: #00d1b2; - color: #fff; } - .tag:not(body).is-primary.is-light { - background-color: #ebfffc; - color: #00947e; } - .tag:not(body).is-link { - background-color: #485fc7; - color: #fff; } - .tag:not(body).is-link.is-light { - background-color: #eff1fa; - color: #3850b7; } - .tag:not(body).is-info { - background-color: #3e8ed0; - color: #fff; } - .tag:not(body).is-info.is-light { - background-color: #eff5fb; - color: #296fa8; } - .tag:not(body).is-success { - background-color: #48c78e; - color: #fff; } - .tag:not(body).is-success.is-light { - background-color: #effaf5; - color: #257953; } - .tag:not(body).is-warning { - background-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .tag:not(body).is-warning.is-light { - background-color: #fffaeb; - color: #946c00; } - .tag:not(body).is-danger { - background-color: #f14668; - color: #fff; } - .tag:not(body).is-danger.is-light { - background-color: #feecf0; - color: #cc0f35; } - .tag:not(body).is-normal { - font-size: 0.75rem; } - .tag:not(body).is-medium { - font-size: 1rem; } - .tag:not(body).is-large { - font-size: 1.25rem; } - .tag:not(body) .icon:first-child:not(:last-child) { - margin-left: -0.375em; - margin-right: 0.1875em; } - .tag:not(body) .icon:last-child:not(:first-child) { - margin-left: 0.1875em; - margin-right: -0.375em; } - .tag:not(body) .icon:first-child:last-child { - margin-left: -0.375em; - margin-right: -0.375em; } - .tag:not(body).is-delete { - margin-left: 1px; - padding: 0; - position: relative; - width: 2em; } - .tag:not(body).is-delete::before, .tag:not(body).is-delete::after { - background-color: currentColor; - content: ""; - display: block; - left: 50%; - position: absolute; - top: 50%; - transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform-origin: center center; } - .tag:not(body).is-delete::before { - height: 1px; - width: 50%; } - .tag:not(body).is-delete::after { - height: 50%; - width: 1px; } - .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { - background-color: #e8e8e8; } - .tag:not(body).is-delete:active { - background-color: #dbdbdb; } - .tag:not(body).is-rounded { - border-radius: 9999px; } - -a.tag:hover { - text-decoration: underline; } - -.title, -.subtitle { - word-break: break-word; } - .title em, - .title span, - .subtitle em, - .subtitle span { - font-weight: inherit; } - .title sub, - .subtitle sub { - font-size: 0.75em; } - .title sup, - .subtitle sup { - font-size: 0.75em; } - .title .tag, - .subtitle .tag { - vertical-align: middle; } - -.title { - color: #363636; - font-size: 2rem; - font-weight: 600; - line-height: 1.125; } - .title strong { - color: inherit; - font-weight: inherit; } - .title:not(.is-spaced) + .subtitle { - margin-top: -1.25rem; } - .title.is-1 { - font-size: 3rem; } - .title.is-2 { - font-size: 2.5rem; } - .title.is-3 { - font-size: 2rem; } - .title.is-4 { - font-size: 1.5rem; } - .title.is-5 { - font-size: 1.25rem; } - .title.is-6 { - font-size: 1rem; } - .title.is-7 { - font-size: 0.75rem; } - -.subtitle { - color: #4a4a4a; - font-size: 1.25rem; - font-weight: 400; - line-height: 1.25; } - .subtitle strong { - color: #363636; - font-weight: 600; } - .subtitle:not(.is-spaced) + .title { - margin-top: -1.25rem; } - .subtitle.is-1 { - font-size: 3rem; } - .subtitle.is-2 { - font-size: 2.5rem; } - .subtitle.is-3 { - font-size: 2rem; } - .subtitle.is-4 { - font-size: 1.5rem; } - .subtitle.is-5 { - font-size: 1.25rem; } - .subtitle.is-6 { - font-size: 1rem; } - .subtitle.is-7 { - font-size: 0.75rem; } - -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; } - -.number { - align-items: center; - background-color: whitesmoke; - border-radius: 9999px; - display: inline-flex; - font-size: 1.25rem; - height: 2em; - justify-content: center; - margin-right: 1.5rem; - min-width: 2.5em; - padding: 0.25rem 0.5rem; - text-align: center; - vertical-align: top; } - -/* Bulma Form */ -.input, .textarea, .select select { - background-color: white; - border-color: #dbdbdb; - border-radius: 4px; - color: #363636; } - .input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder { - color: rgba(54, 54, 54, 0.3); } - .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder { - color: rgba(54, 54, 54, 0.3); } - .input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder { - color: rgba(54, 54, 54, 0.3); } - .input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder { - color: rgba(54, 54, 54, 0.3); } - .input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered { - border-color: #b5b5b5; } - .input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active { - border-color: #485fc7; - box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } - [disabled].input, [disabled].textarea, .select select[disabled], fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select { - background-color: whitesmoke; - border-color: whitesmoke; - box-shadow: none; - color: #7a7a7a; } - [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, .select select[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder { - color: rgba(122, 122, 122, 0.3); } - [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder { - color: rgba(122, 122, 122, 0.3); } - [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, .select select[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder { - color: rgba(122, 122, 122, 0.3); } - [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder { - color: rgba(122, 122, 122, 0.3); } - -.input, .textarea { - box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); - max-width: 100%; - width: 100%; } - [readonly].input, [readonly].textarea { - box-shadow: none; } - .is-white.input, .is-white.textarea { - border-color: white; } - .is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); } - .is-black.input, .is-black.textarea { - border-color: #0a0a0a; } - .is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } - .is-light.input, .is-light.textarea { - border-color: whitesmoke; } - .is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } - .is-dark.input, .is-dark.textarea { - border-color: #363636; } - .is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } - .is-primary.input, .is-primary.textarea { - border-color: #00d1b2; } - .is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } - .is-link.input, .is-link.textarea { - border-color: #485fc7; } - .is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } - .is-info.input, .is-info.textarea { - border-color: #3e8ed0; } - .is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } - .is-success.input, .is-success.textarea { - border-color: #48c78e; } - .is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } - .is-warning.input, .is-warning.textarea { - border-color: #ffe08a; } - .is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } - .is-danger.input, .is-danger.textarea { - border-color: #f14668; } - .is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } - .is-small.input, .is-small.textarea { - border-radius: 2px; - font-size: 0.75rem; } - .is-medium.input, .is-medium.textarea { - font-size: 1.25rem; } - .is-large.input, .is-large.textarea { - font-size: 1.5rem; } - .is-fullwidth.input, .is-fullwidth.textarea { - display: block; - width: 100%; } - .is-inline.input, .is-inline.textarea { - display: inline; - width: auto; } - -.input.is-rounded { - border-radius: 9999px; - padding-left: calc(calc(0.75em - 1px) + 0.375em); - padding-right: calc(calc(0.75em - 1px) + 0.375em); } -.input.is-static { - background-color: transparent; - border-color: transparent; - box-shadow: none; - padding-left: 0; - padding-right: 0; } - -.textarea { - display: block; - max-width: 100%; - min-width: 100%; - padding: calc(0.75em - 1px); - resize: vertical; } - .textarea:not([rows]) { - max-height: 40em; - min-height: 8em; } - .textarea[rows] { - height: initial; } - .textarea.has-fixed-size { - resize: none; } - -.checkbox, .radio { - cursor: pointer; - display: inline-block; - line-height: 1.25; - position: relative; } - .checkbox input, .radio input { - cursor: pointer; } - .checkbox:hover, .radio:hover { - color: #363636; } - [disabled].checkbox, [disabled].radio, fieldset[disabled] .checkbox, fieldset[disabled] .radio, - .checkbox input[disabled], - .radio input[disabled] { - color: #7a7a7a; - cursor: not-allowed; } - -.radio + .radio { - margin-left: 0.5em; } - -.select { - display: inline-block; - max-width: 100%; - position: relative; - vertical-align: top; } - .select:not(.is-multiple) { - height: 2.5em; } - .select:not(.is-multiple):not(.is-loading)::after { - border-color: #485fc7; - right: 1.125em; - z-index: 4; } - .select.is-rounded select { - border-radius: 9999px; - padding-left: 1em; } - .select select { - cursor: pointer; - display: block; - font-size: 1em; - max-width: 100%; - outline: none; } - .select select::-ms-expand { - display: none; } - .select select[disabled]:hover, fieldset[disabled] .select select:hover { - border-color: whitesmoke; } - .select select:not([multiple]) { - padding-right: 2.5em; } - .select select[multiple] { - height: auto; - padding: 0; } - .select select[multiple] option { - padding: 0.5em 1em; } - .select:not(.is-multiple):not(.is-loading):hover::after { - border-color: #363636; } - .select.is-white:not(:hover)::after { - border-color: white; } - .select.is-white select { - border-color: white; } - .select.is-white select:hover, .select.is-white select.is-hovered { - border-color: #f2f2f2; } - .select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); } - .select.is-black:not(:hover)::after { - border-color: #0a0a0a; } - .select.is-black select { - border-color: #0a0a0a; } - .select.is-black select:hover, .select.is-black select.is-hovered { - border-color: black; } - .select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { - box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); } - .select.is-light:not(:hover)::after { - border-color: whitesmoke; } - .select.is-light select { - border-color: whitesmoke; } - .select.is-light select:hover, .select.is-light select.is-hovered { - border-color: #e8e8e8; } - .select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { - box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); } - .select.is-dark:not(:hover)::after { - border-color: #363636; } - .select.is-dark select { - border-color: #363636; } - .select.is-dark select:hover, .select.is-dark select.is-hovered { - border-color: #292929; } - .select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active { - box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); } - .select.is-primary:not(:hover)::after { - border-color: #00d1b2; } - .select.is-primary select { - border-color: #00d1b2; } - .select.is-primary select:hover, .select.is-primary select.is-hovered { - border-color: #00b89c; } - .select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active { - box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); } - .select.is-link:not(:hover)::after { - border-color: #485fc7; } - .select.is-link select { - border-color: #485fc7; } - .select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #3a51bb; } - .select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { - box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25); } - .select.is-info:not(:hover)::after { - border-color: #3e8ed0; } - .select.is-info select { - border-color: #3e8ed0; } - .select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #3082c5; } - .select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); } - .select.is-success:not(:hover)::after { - border-color: #48c78e; } - .select.is-success select { - border-color: #48c78e; } - .select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb81; } - .select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); } - .select.is-warning:not(:hover)::after { - border-color: #ffe08a; } - .select.is-warning select { - border-color: #ffe08a; } - .select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd970; } - .select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); } - .select.is-danger:not(:hover)::after { - border-color: #f14668; } - .select.is-danger select { - border-color: #f14668; } - .select.is-danger select:hover, .select.is-danger select.is-hovered { - border-color: #ef2e55; } - .select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); } - .select.is-small { - border-radius: 2px; - font-size: 0.75rem; } - .select.is-medium { - font-size: 1.25rem; } - .select.is-large { - font-size: 1.5rem; } - .select.is-disabled::after { - border-color: #7a7a7a !important; - opacity: 0.5; } - .select.is-fullwidth { - width: 100%; } - .select.is-fullwidth select { - width: 100%; } - .select.is-loading::after { - margin-top: 0; - position: absolute; - right: 0.625em; - top: 0.625em; - transform: none; } - .select.is-loading.is-small:after { - font-size: 0.75rem; } - .select.is-loading.is-medium:after { - font-size: 1.25rem; } - .select.is-loading.is-large:after { - font-size: 1.5rem; } - -.file { - align-items: stretch; - display: flex; - justify-content: flex-start; - position: relative; } - .file.is-white .file-cta { - background-color: white; - border-color: transparent; - color: #0a0a0a; } - .file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { - background-color: #f9f9f9; - border-color: transparent; - color: #0a0a0a; } - .file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); - color: #0a0a0a; } - .file.is-white:active .file-cta, .file.is-white.is-active .file-cta { - background-color: #f2f2f2; - border-color: transparent; - color: #0a0a0a; } - .file.is-black .file-cta { - background-color: #0a0a0a; - border-color: transparent; - color: white; } - .file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { - background-color: #040404; - border-color: transparent; - color: white; } - .file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); - color: white; } - .file.is-black:active .file-cta, .file.is-black.is-active .file-cta { - background-color: black; - border-color: transparent; - color: white; } - .file.is-light .file-cta { - background-color: whitesmoke; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { - background-color: #eeeeee; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); - color: rgba(0, 0, 0, 0.7); } - .file.is-light:active .file-cta, .file.is-light.is-active .file-cta { - background-color: #e8e8e8; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .file.is-dark .file-cta { - background-color: #363636; - border-color: transparent; - color: #fff; } - .file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { - background-color: #2f2f2f; - border-color: transparent; - color: #fff; } - .file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); - color: #fff; } - .file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { - background-color: #292929; - border-color: transparent; - color: #fff; } - .file.is-primary .file-cta { - background-color: #00d1b2; - border-color: transparent; - color: #fff; } - .file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { - background-color: #00c4a7; - border-color: transparent; - color: #fff; } - .file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); - color: #fff; } - .file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { - background-color: #00b89c; - border-color: transparent; - color: #fff; } - .file.is-link .file-cta { - background-color: #485fc7; - border-color: transparent; - color: #fff; } - .file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #3e56c4; - border-color: transparent; - color: #fff; } - .file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25); - color: #fff; } - .file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #3a51bb; - border-color: transparent; - color: #fff; } - .file.is-info .file-cta { - background-color: #3e8ed0; - border-color: transparent; - color: #fff; } - .file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #3488ce; - border-color: transparent; - color: #fff; } - .file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); - color: #fff; } - .file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #3082c5; - border-color: transparent; - color: #fff; } - .file.is-success .file-cta { - background-color: #48c78e; - border-color: transparent; - color: #fff; } - .file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec487; - border-color: transparent; - color: #fff; } - .file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); - color: #fff; } - .file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb81; - border-color: transparent; - color: #fff; } - .file.is-warning .file-cta { - background-color: #ffe08a; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { - background-color: #ffdc7d; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); - color: rgba(0, 0, 0, 0.7); } - .file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { - background-color: #ffd970; - border-color: transparent; - color: rgba(0, 0, 0, 0.7); } - .file.is-danger .file-cta { - background-color: #f14668; - border-color: transparent; - color: #fff; } - .file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { - background-color: #f03a5f; - border-color: transparent; - color: #fff; } - .file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); - color: #fff; } - .file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { - background-color: #ef2e55; - border-color: transparent; - color: #fff; } - .file.is-small { - font-size: 0.75rem; } - .file.is-normal { - font-size: 1rem; } - .file.is-medium { - font-size: 1.25rem; } - .file.is-medium .file-icon .fa { - font-size: 21px; } - .file.is-large { - font-size: 1.5rem; } - .file.is-large .file-icon .fa { - font-size: 28px; } - .file.has-name .file-cta { - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .file.has-name .file-name { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .file.has-name.is-empty .file-cta { - border-radius: 4px; } - .file.has-name.is-empty .file-name { - display: none; } - .file.is-boxed .file-label { - flex-direction: column; } - .file.is-boxed .file-cta { - flex-direction: column; - height: auto; - padding: 1em 3em; } - .file.is-boxed .file-name { - border-width: 0 1px 1px; } - .file.is-boxed .file-icon { - height: 1.5em; - width: 1.5em; } - .file.is-boxed .file-icon .fa { - font-size: 21px; } - .file.is-boxed.is-small .file-icon .fa { - font-size: 14px; } - .file.is-boxed.is-medium .file-icon .fa { - font-size: 28px; } - .file.is-boxed.is-large .file-icon .fa { - font-size: 35px; } - .file.is-boxed.has-name .file-cta { - border-radius: 4px 4px 0 0; } - .file.is-boxed.has-name .file-name { - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; } - .file.is-centered { - justify-content: center; } - .file.is-fullwidth .file-label { - width: 100%; } - .file.is-fullwidth .file-name { - flex-grow: 1; - max-width: none; } - .file.is-right { - justify-content: flex-end; } - .file.is-right .file-cta { - border-radius: 0 4px 4px 0; } - .file.is-right .file-name { - border-radius: 4px 0 0 4px; - border-width: 1px 0 1px 1px; - order: -1; } - -.file-label { - align-items: stretch; - display: flex; - cursor: pointer; - justify-content: flex-start; - overflow: hidden; - position: relative; } - .file-label:hover .file-cta { - background-color: #eeeeee; - color: #363636; } - .file-label:hover .file-name { - border-color: #d5d5d5; } - .file-label:active .file-cta { - background-color: #e8e8e8; - color: #363636; } - .file-label:active .file-name { - border-color: #cfcfcf; } - -.file-input { - height: 100%; - left: 0; - opacity: 0; - outline: none; - position: absolute; - top: 0; - width: 100%; } - -.file-cta, -.file-name { - border-color: #dbdbdb; - border-radius: 4px; - font-size: 1em; - padding-left: 1em; - padding-right: 1em; - white-space: nowrap; } - -.file-cta { - background-color: whitesmoke; - color: #4a4a4a; } - -.file-name { - border-color: #dbdbdb; - border-style: solid; - border-width: 1px 1px 1px 0; - display: block; - max-width: 16em; - overflow: hidden; - text-align: inherit; - text-overflow: ellipsis; } - -.file-icon { - align-items: center; - display: flex; - height: 1em; - justify-content: center; - margin-right: 0.5em; - width: 1em; } - .file-icon .fa { - font-size: 14px; } - -.label { - color: #363636; - display: block; - font-size: 1rem; - font-weight: 700; } - .label:not(:last-child) { - margin-bottom: 0.5em; } - .label.is-small { - font-size: 0.75rem; } - .label.is-medium { - font-size: 1.25rem; } - .label.is-large { - font-size: 1.5rem; } - -.help { - display: block; - font-size: 0.75rem; - margin-top: 0.25rem; } - .help.is-white { - color: white; } - .help.is-black { - color: #0a0a0a; } - .help.is-light { - color: whitesmoke; } - .help.is-dark { - color: #363636; } - .help.is-primary { - color: #00d1b2; } - .help.is-link { - color: #485fc7; } - .help.is-info { - color: #3e8ed0; } - .help.is-success { - color: #48c78e; } - .help.is-warning { - color: #ffe08a; } - .help.is-danger { - color: #f14668; } - -.field:not(:last-child) { - margin-bottom: 0.75rem; } -.field.has-addons { - display: flex; - justify-content: flex-start; } - .field.has-addons .control:not(:last-child) { - margin-right: -1px; } - .field.has-addons .control:not(:first-child):not(:last-child) .button, - .field.has-addons .control:not(:first-child):not(:last-child) .input, - .field.has-addons .control:not(:first-child):not(:last-child) .select select { - border-radius: 0; } - .field.has-addons .control:first-child:not(:only-child) .button, - .field.has-addons .control:first-child:not(:only-child) .input, - .field.has-addons .control:first-child:not(:only-child) .select select { - border-bottom-right-radius: 0; - border-top-right-radius: 0; } - .field.has-addons .control:last-child:not(:only-child) .button, - .field.has-addons .control:last-child:not(:only-child) .input, - .field.has-addons .control:last-child:not(:only-child) .select select { - border-bottom-left-radius: 0; - border-top-left-radius: 0; } - .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, - .field.has-addons .control .input:not([disabled]):hover, - .field.has-addons .control .input:not([disabled]).is-hovered, - .field.has-addons .control .select select:not([disabled]):hover, - .field.has-addons .control .select select:not([disabled]).is-hovered { - z-index: 2; } - .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, - .field.has-addons .control .input:not([disabled]):focus, - .field.has-addons .control .input:not([disabled]).is-focused, - .field.has-addons .control .input:not([disabled]):active, - .field.has-addons .control .input:not([disabled]).is-active, - .field.has-addons .control .select select:not([disabled]):focus, - .field.has-addons .control .select select:not([disabled]).is-focused, - .field.has-addons .control .select select:not([disabled]):active, - .field.has-addons .control .select select:not([disabled]).is-active { - z-index: 3; } - .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, - .field.has-addons .control .input:not([disabled]):focus:hover, - .field.has-addons .control .input:not([disabled]).is-focused:hover, - .field.has-addons .control .input:not([disabled]):active:hover, - .field.has-addons .control .input:not([disabled]).is-active:hover, - .field.has-addons .control .select select:not([disabled]):focus:hover, - .field.has-addons .control .select select:not([disabled]).is-focused:hover, - .field.has-addons .control .select select:not([disabled]):active:hover, - .field.has-addons .control .select select:not([disabled]).is-active:hover { - z-index: 4; } - .field.has-addons .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; } - .field.has-addons.has-addons-centered { - justify-content: center; } - .field.has-addons.has-addons-right { - justify-content: flex-end; } - .field.has-addons.has-addons-fullwidth .control { - flex-grow: 1; - flex-shrink: 0; } -.field.is-grouped { - display: flex; - justify-content: flex-start; } - .field.is-grouped > .control { - flex-shrink: 0; } - .field.is-grouped > .control:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; } - .field.is-grouped > .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; } - .field.is-grouped.is-grouped-centered { - justify-content: center; } - .field.is-grouped.is-grouped-right { - justify-content: flex-end; } - .field.is-grouped.is-grouped-multiline { - flex-wrap: wrap; } - .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { - margin-bottom: 0.75rem; } - .field.is-grouped.is-grouped-multiline:last-child { - margin-bottom: -0.75rem; } - .field.is-grouped.is-grouped-multiline:not(:last-child) { - margin-bottom: 0; } -@media screen and (min-width: 769px), print { - .field.is-horizontal { - display: flex; } } - -.field-label .label { - font-size: inherit; } -@media screen and (max-width: 768px) { - .field-label { - margin-bottom: 0.5rem; } } -@media screen and (min-width: 769px), print { - .field-label { - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - margin-right: 1.5rem; - text-align: right; } - .field-label.is-small { - font-size: 0.75rem; - padding-top: 0.375em; } - .field-label.is-normal { - padding-top: 0.375em; } - .field-label.is-medium { - font-size: 1.25rem; - padding-top: 0.375em; } - .field-label.is-large { - font-size: 1.5rem; - padding-top: 0.375em; } } - -.field-body .field .field { - margin-bottom: 0; } -@media screen and (min-width: 769px), print { - .field-body { - display: flex; - flex-basis: 0; - flex-grow: 5; - flex-shrink: 1; } - .field-body .field { - margin-bottom: 0; } - .field-body > .field { - flex-shrink: 1; } - .field-body > .field:not(.is-narrow) { - flex-grow: 1; } - .field-body > .field:not(:last-child) { - margin-right: 0.75rem; } } - -.control { - box-sizing: border-box; - clear: both; - font-size: 1rem; - position: relative; - text-align: inherit; } - .control.has-icons-left .input:focus ~ .icon, - .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, - .control.has-icons-right .select:focus ~ .icon { - color: #4a4a4a; } - .control.has-icons-left .input.is-small ~ .icon, - .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, - .control.has-icons-right .select.is-small ~ .icon { - font-size: 0.75rem; } - .control.has-icons-left .input.is-medium ~ .icon, - .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, - .control.has-icons-right .select.is-medium ~ .icon { - font-size: 1.25rem; } - .control.has-icons-left .input.is-large ~ .icon, - .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, - .control.has-icons-right .select.is-large ~ .icon { - font-size: 1.5rem; } - .control.has-icons-left .icon, .control.has-icons-right .icon { - color: #dbdbdb; - height: 2.5em; - pointer-events: none; - position: absolute; - top: 0; - width: 2.5em; - z-index: 4; } - .control.has-icons-left .input, - .control.has-icons-left .select select { - padding-left: 2.5em; } - .control.has-icons-left .icon.is-left { - left: 0; } - .control.has-icons-right .input, - .control.has-icons-right .select select { - padding-right: 2.5em; } - .control.has-icons-right .icon.is-right { - right: 0; } - .control.is-loading::after { - position: absolute !important; - right: 0.625em; - top: 0.625em; - z-index: 4; } - .control.is-loading.is-small:after { - font-size: 0.75rem; } - .control.is-loading.is-medium:after { - font-size: 1.25rem; } - .control.is-loading.is-large:after { - font-size: 1.5rem; } - -/* Bulma Components */ -.breadcrumb { - font-size: 1rem; - white-space: nowrap; } - .breadcrumb a { - align-items: center; - color: #485fc7; - display: flex; - justify-content: center; - padding: 0 0.75em; } - .breadcrumb a:hover { - color: #363636; } - .breadcrumb li { - align-items: center; - display: flex; } - .breadcrumb li:first-child a { - padding-left: 0; } - .breadcrumb li.is-active a { - color: #363636; - cursor: default; - pointer-events: none; } - .breadcrumb li + li::before { - color: #b5b5b5; - content: "/"; } - .breadcrumb ul, - .breadcrumb ol { - align-items: flex-start; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; } - .breadcrumb .icon:first-child { - margin-right: 0.5em; } - .breadcrumb .icon:last-child { - margin-left: 0.5em; } - .breadcrumb.is-centered ol, - .breadcrumb.is-centered ul { - justify-content: center; } - .breadcrumb.is-right ol, - .breadcrumb.is-right ul { - justify-content: flex-end; } - .breadcrumb.is-small { - font-size: 0.75rem; } - .breadcrumb.is-medium { - font-size: 1.25rem; } - .breadcrumb.is-large { - font-size: 1.5rem; } - .breadcrumb.has-arrow-separator li + li::before { - content: "→"; } - .breadcrumb.has-bullet-separator li + li::before { - content: "•"; } - .breadcrumb.has-dot-separator li + li::before { - content: "·"; } - .breadcrumb.has-succeeds-separator li + li::before { - content: "≻"; } - -.card { - background-color: white; - border-radius: 0.25rem; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - color: #4a4a4a; - max-width: 100%; - position: relative; } - -.card-header:first-child, .card-content:first-child, .card-footer:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; } -.card-header:last-child, .card-content:last-child, .card-footer:last-child { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; } - -.card-header { - background-color: transparent; - align-items: stretch; - box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); - display: flex; } - -.card-header-title { - align-items: center; - color: #363636; - display: flex; - flex-grow: 1; - font-weight: 700; - padding: 0.75rem 1rem; } - .card-header-title.is-centered { - justify-content: center; } - -.card-header-icon { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - color: currentColor; - font-family: inherit; - font-size: 1em; - margin: 0; - padding: 0; - align-items: center; - cursor: pointer; - display: flex; - justify-content: center; - padding: 0.75rem 1rem; } - -.card-image { - display: block; - position: relative; } - .card-image:first-child img { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; } - .card-image:last-child img { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; } - -.card-content { - background-color: transparent; - padding: 1.5rem; } - -.card-footer { - background-color: transparent; - border-top: 1px solid #ededed; - align-items: stretch; - display: flex; } - -.card-footer-item { - align-items: center; - display: flex; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - justify-content: center; - padding: 0.75rem; } - .card-footer-item:not(:last-child) { - border-right: 1px solid #ededed; } - -.card .media:not(:last-child) { - margin-bottom: 1.5rem; } - -.dropdown { - display: inline-flex; - position: relative; - vertical-align: top; } - .dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { - display: block; } - .dropdown.is-right .dropdown-menu { - left: auto; - right: 0; } - .dropdown.is-up .dropdown-menu { - bottom: 100%; - padding-bottom: 4px; - padding-top: initial; - top: auto; } - -.dropdown-menu { - display: none; - left: 0; - min-width: 12rem; - padding-top: 4px; - position: absolute; - top: 100%; - z-index: 20; } - -.dropdown-content { - background-color: white; - border-radius: 4px; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - padding-bottom: 0.5rem; - padding-top: 0.5rem; } - -.dropdown-item { - color: #4a4a4a; - display: block; - font-size: 0.875rem; - line-height: 1.5; - padding: 0.375rem 1rem; - position: relative; } - -a.dropdown-item, -button.dropdown-item { - padding-right: 3rem; - text-align: inherit; - white-space: nowrap; - width: 100%; } - a.dropdown-item:hover, - button.dropdown-item:hover { - background-color: whitesmoke; - color: #0a0a0a; } - a.dropdown-item.is-active, - button.dropdown-item.is-active { - background-color: #485fc7; - color: #fff; } - -.dropdown-divider { - background-color: #ededed; - border: none; - display: block; - height: 1px; - margin: 0.5rem 0; } - -.level { - align-items: center; - justify-content: space-between; } - .level code { - border-radius: 4px; } - .level img { - display: inline-block; - vertical-align: top; } - .level.is-mobile { - display: flex; } - .level.is-mobile .level-left, - .level.is-mobile .level-right { - display: flex; } - .level.is-mobile .level-left + .level-right { - margin-top: 0; } - .level.is-mobile .level-item:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; } - .level.is-mobile .level-item:not(.is-narrow) { - flex-grow: 1; } - @media screen and (min-width: 769px), print { - .level { - display: flex; } - .level > .level-item:not(.is-narrow) { - flex-grow: 1; } } - -.level-item { - align-items: center; - display: flex; - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; - justify-content: center; } - .level-item .title, - .level-item .subtitle { - margin-bottom: 0; } - @media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 0.75rem; } } - -.level-left, -.level-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; } - .level-left .level-item.is-flexible, - .level-right .level-item.is-flexible { - flex-grow: 1; } - @media screen and (min-width: 769px), print { - .level-left .level-item:not(:last-child), - .level-right .level-item:not(:last-child) { - margin-right: 0.75rem; } } - -.level-left { - align-items: center; - justify-content: flex-start; } - @media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 1.5rem; } } - @media screen and (min-width: 769px), print { - .level-left { - display: flex; } } - -.level-right { - align-items: center; - justify-content: flex-end; } - @media screen and (min-width: 769px), print { - .level-right { - display: flex; } } - -.media { - align-items: flex-start; - display: flex; - text-align: inherit; } - .media .content:not(:last-child) { - margin-bottom: 0.75rem; } - .media .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - display: flex; - padding-top: 0.75rem; } - .media .media .content:not(:last-child), - .media .media .control:not(:last-child) { - margin-bottom: 0.5rem; } - .media .media .media { - padding-top: 0.5rem; } - .media .media .media + .media { - margin-top: 0.5rem; } - .media + .media { - border-top: 1px solid rgba(219, 219, 219, 0.5); - margin-top: 1rem; - padding-top: 1rem; } - .media.is-large + .media { - margin-top: 1.5rem; - padding-top: 1.5rem; } - -.media-left, -.media-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; } - -.media-left { - margin-right: 1rem; } - -.media-right { - margin-left: 1rem; } - -.media-content { - flex-basis: auto; - flex-grow: 1; - flex-shrink: 1; - text-align: inherit; } - -@media screen and (max-width: 768px) { - .media-content { - overflow-x: auto; } } -.menu { - font-size: 1rem; } - .menu.is-small { - font-size: 0.75rem; } - .menu.is-medium { - font-size: 1.25rem; } - .menu.is-large { - font-size: 1.5rem; } - -.menu-list { - line-height: 1.25; } - .menu-list a { - border-radius: 2px; - color: #4a4a4a; - display: block; - padding: 0.5em 0.75em; } - .menu-list a:hover { - background-color: whitesmoke; - color: #363636; } - .menu-list a.is-active { - background-color: #485fc7; - color: #fff; } - .menu-list li ul { - border-left: 1px solid #dbdbdb; - margin: 0.75em; - padding-left: 0.75em; } - -.menu-label { - color: #7a7a7a; - font-size: 0.75em; - letter-spacing: 0.1em; - text-transform: uppercase; } - .menu-label:not(:first-child) { - margin-top: 1em; } - .menu-label:not(:last-child) { - margin-bottom: 1em; } - -.message { - background-color: whitesmoke; - border-radius: 4px; - font-size: 1rem; } - .message strong { - color: currentColor; } - .message a:not(.button):not(.tag):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; } - .message.is-small { - font-size: 0.75rem; } - .message.is-medium { - font-size: 1.25rem; } - .message.is-large { - font-size: 1.5rem; } - .message.is-white { - background-color: white; } - .message.is-white .message-header { - background-color: white; - color: #0a0a0a; } - .message.is-white .message-body { - border-color: white; } - .message.is-black { - background-color: #fafafa; } - .message.is-black .message-header { - background-color: #0a0a0a; - color: white; } - .message.is-black .message-body { - border-color: #0a0a0a; } - .message.is-light { - background-color: #fafafa; } - .message.is-light .message-header { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .message.is-light .message-body { - border-color: whitesmoke; } - .message.is-dark { - background-color: #fafafa; } - .message.is-dark .message-header { - background-color: #363636; - color: #fff; } - .message.is-dark .message-body { - border-color: #363636; } - .message.is-primary { - background-color: #ebfffc; } - .message.is-primary .message-header { - background-color: #00d1b2; - color: #fff; } - .message.is-primary .message-body { - border-color: #00d1b2; - color: #00947e; } - .message.is-link { - background-color: #eff1fa; } - .message.is-link .message-header { - background-color: #485fc7; - color: #fff; } - .message.is-link .message-body { - border-color: #485fc7; - color: #3850b7; } - .message.is-info { - background-color: #eff5fb; } - .message.is-info .message-header { - background-color: #3e8ed0; - color: #fff; } - .message.is-info .message-body { - border-color: #3e8ed0; - color: #296fa8; } - .message.is-success { - background-color: #effaf5; } - .message.is-success .message-header { - background-color: #48c78e; - color: #fff; } - .message.is-success .message-body { - border-color: #48c78e; - color: #257953; } - .message.is-warning { - background-color: #fffaeb; } - .message.is-warning .message-header { - background-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .message.is-warning .message-body { - border-color: #ffe08a; - color: #946c00; } - .message.is-danger { - background-color: #feecf0; } - .message.is-danger .message-header { - background-color: #f14668; - color: #fff; } - .message.is-danger .message-body { - border-color: #f14668; - color: #cc0f35; } - -.message-header { - align-items: center; - background-color: #4a4a4a; - border-radius: 4px 4px 0 0; - color: #fff; - display: flex; - font-weight: 700; - justify-content: space-between; - line-height: 1.25; - padding: 0.75em 1em; - position: relative; } - .message-header .delete { - flex-grow: 0; - flex-shrink: 0; - margin-left: 0.75em; } - .message-header + .message-body { - border-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; } - -.message-body { - border-color: #dbdbdb; - border-radius: 4px; - border-style: solid; - border-width: 0 0 0 4px; - color: #4a4a4a; - padding: 1.25em 1.5em; } - .message-body code, - .message-body pre { - background-color: white; } - .message-body pre code { - background-color: transparent; } - -.modal { - align-items: center; - display: none; - flex-direction: column; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 40; } - .modal.is-active { - display: flex; } - -.modal-background { - background-color: rgba(10, 10, 10, 0.86); } - -.modal-content, -.modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; } - @media screen and (min-width: 769px) { - .modal-content, - .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; } } - -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; } - -.modal-card { - display: flex; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; - -ms-overflow-y: visible; } - -.modal-card-head, -.modal-card-foot { - align-items: center; - background-color: whitesmoke; - display: flex; - flex-shrink: 0; - justify-content: flex-start; - padding: 20px; - position: relative; } - -.modal-card-head { - border-bottom: 1px solid #dbdbdb; - border-top-left-radius: 6px; - border-top-right-radius: 6px; } - -.modal-card-title { - color: #363636; - flex-grow: 1; - flex-shrink: 0; - font-size: 1.5rem; - line-height: 1; } - -.modal-card-foot { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 1px solid #dbdbdb; } - .modal-card-foot .button:not(:last-child) { - margin-right: 0.5em; } - -.modal-card-body { - -webkit-overflow-scrolling: touch; - background-color: white; - flex-grow: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; } - -.navbar { - background-color: white; - min-height: 3.25rem; - position: relative; - z-index: 30; } - .navbar.is-white { - background-color: white; - color: #0a0a0a; } - .navbar.is-white .navbar-brand > .navbar-item, - .navbar.is-white .navbar-brand .navbar-link { - color: #0a0a0a; } - .navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, - .navbar.is-white .navbar-brand .navbar-link:focus, - .navbar.is-white .navbar-brand .navbar-link:hover, - .navbar.is-white .navbar-brand .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; } - .navbar.is-white .navbar-brand .navbar-link::after { - border-color: #0a0a0a; } - .navbar.is-white .navbar-burger { - color: #0a0a0a; } - @media screen and (min-width: 1024px) { - .navbar.is-white .navbar-start > .navbar-item, - .navbar.is-white .navbar-start .navbar-link, - .navbar.is-white .navbar-end > .navbar-item, - .navbar.is-white .navbar-end .navbar-link { - color: #0a0a0a; } - .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, - .navbar.is-white .navbar-start .navbar-link:focus, - .navbar.is-white .navbar-start .navbar-link:hover, - .navbar.is-white .navbar-start .navbar-link.is-active, - .navbar.is-white .navbar-end > a.navbar-item:focus, - .navbar.is-white .navbar-end > a.navbar-item:hover, - .navbar.is-white .navbar-end > a.navbar-item.is-active, - .navbar.is-white .navbar-end .navbar-link:focus, - .navbar.is-white .navbar-end .navbar-link:hover, - .navbar.is-white .navbar-end .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; } - .navbar.is-white .navbar-start .navbar-link::after, - .navbar.is-white .navbar-end .navbar-link::after { - border-color: #0a0a0a; } - .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #f2f2f2; - color: #0a0a0a; } - .navbar.is-white .navbar-dropdown a.navbar-item.is-active { - background-color: white; - color: #0a0a0a; } } - .navbar.is-black { - background-color: #0a0a0a; - color: white; } - .navbar.is-black .navbar-brand > .navbar-item, - .navbar.is-black .navbar-brand .navbar-link { - color: white; } - .navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, - .navbar.is-black .navbar-brand .navbar-link:focus, - .navbar.is-black .navbar-brand .navbar-link:hover, - .navbar.is-black .navbar-brand .navbar-link.is-active { - background-color: black; - color: white; } - .navbar.is-black .navbar-brand .navbar-link::after { - border-color: white; } - .navbar.is-black .navbar-burger { - color: white; } - @media screen and (min-width: 1024px) { - .navbar.is-black .navbar-start > .navbar-item, - .navbar.is-black .navbar-start .navbar-link, - .navbar.is-black .navbar-end > .navbar-item, - .navbar.is-black .navbar-end .navbar-link { - color: white; } - .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, - .navbar.is-black .navbar-start .navbar-link:focus, - .navbar.is-black .navbar-start .navbar-link:hover, - .navbar.is-black .navbar-start .navbar-link.is-active, - .navbar.is-black .navbar-end > a.navbar-item:focus, - .navbar.is-black .navbar-end > a.navbar-item:hover, - .navbar.is-black .navbar-end > a.navbar-item.is-active, - .navbar.is-black .navbar-end .navbar-link:focus, - .navbar.is-black .navbar-end .navbar-link:hover, - .navbar.is-black .navbar-end .navbar-link.is-active { - background-color: black; - color: white; } - .navbar.is-black .navbar-start .navbar-link::after, - .navbar.is-black .navbar-end .navbar-link::after { - border-color: white; } - .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { - background-color: black; - color: white; } - .navbar.is-black .navbar-dropdown a.navbar-item.is-active { - background-color: #0a0a0a; - color: white; } } - .navbar.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-brand > .navbar-item, - .navbar.is-light .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, - .navbar.is-light .navbar-brand .navbar-link:focus, - .navbar.is-light .navbar-brand .navbar-link:hover, - .navbar.is-light .navbar-brand .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-burger { - color: rgba(0, 0, 0, 0.7); } - @media screen and (min-width: 1024px) { - .navbar.is-light .navbar-start > .navbar-item, - .navbar.is-light .navbar-start .navbar-link, - .navbar.is-light .navbar-end > .navbar-item, - .navbar.is-light .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, - .navbar.is-light .navbar-start .navbar-link:focus, - .navbar.is-light .navbar-start .navbar-link:hover, - .navbar.is-light .navbar-start .navbar-link.is-active, - .navbar.is-light .navbar-end > a.navbar-item:focus, - .navbar.is-light .navbar-end > a.navbar-item:hover, - .navbar.is-light .navbar-end > a.navbar-item.is-active, - .navbar.is-light .navbar-end .navbar-link:focus, - .navbar.is-light .navbar-end .navbar-link:hover, - .navbar.is-light .navbar-end .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-start .navbar-link::after, - .navbar.is-light .navbar-end .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-light .navbar-dropdown a.navbar-item.is-active { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } } - .navbar.is-dark { - background-color: #363636; - color: #fff; } - .navbar.is-dark .navbar-brand > .navbar-item, - .navbar.is-dark .navbar-brand .navbar-link { - color: #fff; } - .navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, - .navbar.is-dark .navbar-brand .navbar-link:focus, - .navbar.is-dark .navbar-brand .navbar-link:hover, - .navbar.is-dark .navbar-brand .navbar-link.is-active { - background-color: #292929; - color: #fff; } - .navbar.is-dark .navbar-brand .navbar-link::after { - border-color: #fff; } - .navbar.is-dark .navbar-burger { - color: #fff; } - @media screen and (min-width: 1024px) { - .navbar.is-dark .navbar-start > .navbar-item, - .navbar.is-dark .navbar-start .navbar-link, - .navbar.is-dark .navbar-end > .navbar-item, - .navbar.is-dark .navbar-end .navbar-link { - color: #fff; } - .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, - .navbar.is-dark .navbar-start .navbar-link:focus, - .navbar.is-dark .navbar-start .navbar-link:hover, - .navbar.is-dark .navbar-start .navbar-link.is-active, - .navbar.is-dark .navbar-end > a.navbar-item:focus, - .navbar.is-dark .navbar-end > a.navbar-item:hover, - .navbar.is-dark .navbar-end > a.navbar-item.is-active, - .navbar.is-dark .navbar-end .navbar-link:focus, - .navbar.is-dark .navbar-end .navbar-link:hover, - .navbar.is-dark .navbar-end .navbar-link.is-active { - background-color: #292929; - color: #fff; } - .navbar.is-dark .navbar-start .navbar-link::after, - .navbar.is-dark .navbar-end .navbar-link::after { - border-color: #fff; } - .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #292929; - color: #fff; } - .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { - background-color: #363636; - color: #fff; } } - .navbar.is-primary { - background-color: #00d1b2; - color: #fff; } - .navbar.is-primary .navbar-brand > .navbar-item, - .navbar.is-primary .navbar-brand .navbar-link { - color: #fff; } - .navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, - .navbar.is-primary .navbar-brand .navbar-link:focus, - .navbar.is-primary .navbar-brand .navbar-link:hover, - .navbar.is-primary .navbar-brand .navbar-link.is-active { - background-color: #00b89c; - color: #fff; } - .navbar.is-primary .navbar-brand .navbar-link::after { - border-color: #fff; } - .navbar.is-primary .navbar-burger { - color: #fff; } - @media screen and (min-width: 1024px) { - .navbar.is-primary .navbar-start > .navbar-item, - .navbar.is-primary .navbar-start .navbar-link, - .navbar.is-primary .navbar-end > .navbar-item, - .navbar.is-primary .navbar-end .navbar-link { - color: #fff; } - .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, - .navbar.is-primary .navbar-start .navbar-link:focus, - .navbar.is-primary .navbar-start .navbar-link:hover, - .navbar.is-primary .navbar-start .navbar-link.is-active, - .navbar.is-primary .navbar-end > a.navbar-item:focus, - .navbar.is-primary .navbar-end > a.navbar-item:hover, - .navbar.is-primary .navbar-end > a.navbar-item.is-active, - .navbar.is-primary .navbar-end .navbar-link:focus, - .navbar.is-primary .navbar-end .navbar-link:hover, - .navbar.is-primary .navbar-end .navbar-link.is-active { - background-color: #00b89c; - color: #fff; } - .navbar.is-primary .navbar-start .navbar-link::after, - .navbar.is-primary .navbar-end .navbar-link::after { - border-color: #fff; } - .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #00b89c; - color: #fff; } - .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { - background-color: #00d1b2; - color: #fff; } } - .navbar.is-link { - background-color: #485fc7; - color: #fff; } - .navbar.is-link .navbar-brand > .navbar-item, - .navbar.is-link .navbar-brand .navbar-link { - color: #fff; } - .navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, - .navbar.is-link .navbar-brand .navbar-link:focus, - .navbar.is-link .navbar-brand .navbar-link:hover, - .navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #3a51bb; - color: #fff; } - .navbar.is-link .navbar-brand .navbar-link::after { - border-color: #fff; } - .navbar.is-link .navbar-burger { - color: #fff; } - @media screen and (min-width: 1024px) { - .navbar.is-link .navbar-start > .navbar-item, - .navbar.is-link .navbar-start .navbar-link, - .navbar.is-link .navbar-end > .navbar-item, - .navbar.is-link .navbar-end .navbar-link { - color: #fff; } - .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, - .navbar.is-link .navbar-start .navbar-link:focus, - .navbar.is-link .navbar-start .navbar-link:hover, - .navbar.is-link .navbar-start .navbar-link.is-active, - .navbar.is-link .navbar-end > a.navbar-item:focus, - .navbar.is-link .navbar-end > a.navbar-item:hover, - .navbar.is-link .navbar-end > a.navbar-item.is-active, - .navbar.is-link .navbar-end .navbar-link:focus, - .navbar.is-link .navbar-end .navbar-link:hover, - .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #3a51bb; - color: #fff; } - .navbar.is-link .navbar-start .navbar-link::after, - .navbar.is-link .navbar-end .navbar-link::after { - border-color: #fff; } - .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3a51bb; - color: #fff; } - .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: #485fc7; - color: #fff; } } - .navbar.is-info { - background-color: #3e8ed0; - color: #fff; } - .navbar.is-info .navbar-brand > .navbar-item, - .navbar.is-info .navbar-brand .navbar-link { - color: #fff; } - .navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, - .navbar.is-info .navbar-brand .navbar-link:focus, - .navbar.is-info .navbar-brand .navbar-link:hover, - .navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #3082c5; - color: #fff; } - .navbar.is-info .navbar-brand .navbar-link::after { - border-color: #fff; } - .navbar.is-info .navbar-burger { - color: #fff; } - @media screen and (min-width: 1024px) { - .navbar.is-info .navbar-start > .navbar-item, - .navbar.is-info .navbar-start .navbar-link, - .navbar.is-info .navbar-end > .navbar-item, - .navbar.is-info .navbar-end .navbar-link { - color: #fff; } - .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, - .navbar.is-info .navbar-start .navbar-link:focus, - .navbar.is-info .navbar-start .navbar-link:hover, - .navbar.is-info .navbar-start .navbar-link.is-active, - .navbar.is-info .navbar-end > a.navbar-item:focus, - .navbar.is-info .navbar-end > a.navbar-item:hover, - .navbar.is-info .navbar-end > a.navbar-item.is-active, - .navbar.is-info .navbar-end .navbar-link:focus, - .navbar.is-info .navbar-end .navbar-link:hover, - .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #3082c5; - color: #fff; } - .navbar.is-info .navbar-start .navbar-link::after, - .navbar.is-info .navbar-end .navbar-link::after { - border-color: #fff; } - .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3082c5; - color: #fff; } - .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: #3e8ed0; - color: #fff; } } - .navbar.is-success { - background-color: #48c78e; - color: #fff; } - .navbar.is-success .navbar-brand > .navbar-item, - .navbar.is-success .navbar-brand .navbar-link { - color: #fff; } - .navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, - .navbar.is-success .navbar-brand .navbar-link:focus, - .navbar.is-success .navbar-brand .navbar-link:hover, - .navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb81; - color: #fff; } - .navbar.is-success .navbar-brand .navbar-link::after { - border-color: #fff; } - .navbar.is-success .navbar-burger { - color: #fff; } - @media screen and (min-width: 1024px) { - .navbar.is-success .navbar-start > .navbar-item, - .navbar.is-success .navbar-start .navbar-link, - .navbar.is-success .navbar-end > .navbar-item, - .navbar.is-success .navbar-end .navbar-link { - color: #fff; } - .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, - .navbar.is-success .navbar-start .navbar-link:focus, - .navbar.is-success .navbar-start .navbar-link:hover, - .navbar.is-success .navbar-start .navbar-link.is-active, - .navbar.is-success .navbar-end > a.navbar-item:focus, - .navbar.is-success .navbar-end > a.navbar-item:hover, - .navbar.is-success .navbar-end > a.navbar-item.is-active, - .navbar.is-success .navbar-end .navbar-link:focus, - .navbar.is-success .navbar-end .navbar-link:hover, - .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #3abb81; - color: #fff; } - .navbar.is-success .navbar-start .navbar-link::after, - .navbar.is-success .navbar-end .navbar-link::after { - border-color: #fff; } - .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3abb81; - color: #fff; } - .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: #48c78e; - color: #fff; } } - .navbar.is-warning { - background-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-brand > .navbar-item, - .navbar.is-warning .navbar-brand .navbar-link { - color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, - .navbar.is-warning .navbar-brand .navbar-link:focus, - .navbar.is-warning .navbar-brand .navbar-link:hover, - .navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd970; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-brand .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-burger { - color: rgba(0, 0, 0, 0.7); } - @media screen and (min-width: 1024px) { - .navbar.is-warning .navbar-start > .navbar-item, - .navbar.is-warning .navbar-start .navbar-link, - .navbar.is-warning .navbar-end > .navbar-item, - .navbar.is-warning .navbar-end .navbar-link { - color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, - .navbar.is-warning .navbar-start .navbar-link:focus, - .navbar.is-warning .navbar-start .navbar-link:hover, - .navbar.is-warning .navbar-start .navbar-link.is-active, - .navbar.is-warning .navbar-end > a.navbar-item:focus, - .navbar.is-warning .navbar-end > a.navbar-item:hover, - .navbar.is-warning .navbar-end > a.navbar-item.is-active, - .navbar.is-warning .navbar-end .navbar-link:focus, - .navbar.is-warning .navbar-end .navbar-link:hover, - .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd970; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-start .navbar-link::after, - .navbar.is-warning .navbar-end .navbar-link::after { - border-color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ffd970; - color: rgba(0, 0, 0, 0.7); } - .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } } - .navbar.is-danger { - background-color: #f14668; - color: #fff; } - .navbar.is-danger .navbar-brand > .navbar-item, - .navbar.is-danger .navbar-brand .navbar-link { - color: #fff; } - .navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, - .navbar.is-danger .navbar-brand .navbar-link:focus, - .navbar.is-danger .navbar-brand .navbar-link:hover, - .navbar.is-danger .navbar-brand .navbar-link.is-active { - background-color: #ef2e55; - color: #fff; } - .navbar.is-danger .navbar-brand .navbar-link::after { - border-color: #fff; } - .navbar.is-danger .navbar-burger { - color: #fff; } - @media screen and (min-width: 1024px) { - .navbar.is-danger .navbar-start > .navbar-item, - .navbar.is-danger .navbar-start .navbar-link, - .navbar.is-danger .navbar-end > .navbar-item, - .navbar.is-danger .navbar-end .navbar-link { - color: #fff; } - .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, - .navbar.is-danger .navbar-start .navbar-link:focus, - .navbar.is-danger .navbar-start .navbar-link:hover, - .navbar.is-danger .navbar-start .navbar-link.is-active, - .navbar.is-danger .navbar-end > a.navbar-item:focus, - .navbar.is-danger .navbar-end > a.navbar-item:hover, - .navbar.is-danger .navbar-end > a.navbar-item.is-active, - .navbar.is-danger .navbar-end .navbar-link:focus, - .navbar.is-danger .navbar-end .navbar-link:hover, - .navbar.is-danger .navbar-end .navbar-link.is-active { - background-color: #ef2e55; - color: #fff; } - .navbar.is-danger .navbar-start .navbar-link::after, - .navbar.is-danger .navbar-end .navbar-link::after { - border-color: #fff; } - .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ef2e55; - color: #fff; } - .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { - background-color: #f14668; - color: #fff; } } - .navbar > .container { - align-items: stretch; - display: flex; - min-height: 3.25rem; - width: 100%; } - .navbar.has-shadow { - box-shadow: 0 2px 0 0 whitesmoke; } - .navbar.is-fixed-bottom, .navbar.is-fixed-top { - left: 0; - position: fixed; - right: 0; - z-index: 30; } - .navbar.is-fixed-bottom { - bottom: 0; } - .navbar.is-fixed-bottom.has-shadow { - box-shadow: 0 -2px 0 0 whitesmoke; } - .navbar.is-fixed-top { - top: 0; } - -html.has-navbar-fixed-top, -body.has-navbar-fixed-top { - padding-top: 3.25rem; } -html.has-navbar-fixed-bottom, -body.has-navbar-fixed-bottom { - padding-bottom: 3.25rem; } - -.navbar-brand, -.navbar-tabs { - align-items: stretch; - display: flex; - flex-shrink: 0; - min-height: 3.25rem; } - -.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { - background-color: transparent; } - -.navbar-tabs { - -webkit-overflow-scrolling: touch; - max-width: 100vw; - overflow-x: auto; - overflow-y: hidden; } - -.navbar-burger { - color: #4a4a4a; - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - cursor: pointer; - display: block; - height: 3.25rem; - position: relative; - width: 3.25rem; - margin-left: auto; } - .navbar-burger span { - background-color: currentColor; - display: block; - height: 1px; - left: calc(50% - 8px); - position: absolute; - transform-origin: center; - transition-duration: 86ms; - transition-property: background-color, opacity, transform; - transition-timing-function: ease-out; - width: 16px; } - .navbar-burger span:nth-child(1) { - top: calc(50% - 6px); } - .navbar-burger span:nth-child(2) { - top: calc(50% - 1px); } - .navbar-burger span:nth-child(3) { - top: calc(50% + 4px); } - .navbar-burger:hover { - background-color: rgba(0, 0, 0, 0.05); } - .navbar-burger.is-active span:nth-child(1) { - transform: translateY(5px) rotate(45deg); } - .navbar-burger.is-active span:nth-child(2) { - opacity: 0; } - .navbar-burger.is-active span:nth-child(3) { - transform: translateY(-5px) rotate(-45deg); } - -.navbar-menu { - display: none; } - -.navbar-item, -.navbar-link { - color: #4a4a4a; - display: block; - line-height: 1.5; - padding: 0.5rem 0.75rem; - position: relative; } - .navbar-item .icon:only-child, - .navbar-link .icon:only-child { - margin-left: -0.25rem; - margin-right: -0.25rem; } - -a.navbar-item, -.navbar-link { - cursor: pointer; } - a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, - .navbar-link:focus, - .navbar-link:focus-within, - .navbar-link:hover, - .navbar-link.is-active { - background-color: #fafafa; - color: #485fc7; } - -.navbar-item { - flex-grow: 0; - flex-shrink: 0; } - .navbar-item img { - max-height: 1.75rem; } - .navbar-item.has-dropdown { - padding: 0; } - .navbar-item.is-expanded { - flex-grow: 1; - flex-shrink: 1; } - .navbar-item.is-tab { - border-bottom: 1px solid transparent; - min-height: 3.25rem; - padding-bottom: calc(0.5rem - 1px); } - .navbar-item.is-tab:focus, .navbar-item.is-tab:hover { - background-color: transparent; - border-bottom-color: #485fc7; } - .navbar-item.is-tab.is-active { - background-color: transparent; - border-bottom-color: #485fc7; - border-bottom-style: solid; - border-bottom-width: 3px; - color: #485fc7; - padding-bottom: calc(0.5rem - 3px); } - -.navbar-content { - flex-grow: 1; - flex-shrink: 1; } - -.navbar-link:not(.is-arrowless) { - padding-right: 2.5em; } - .navbar-link:not(.is-arrowless)::after { - border-color: #485fc7; - margin-top: -0.375em; - right: 1.125em; } - -.navbar-dropdown { - font-size: 0.875rem; - padding-bottom: 0.5rem; - padding-top: 0.5rem; } - .navbar-dropdown .navbar-item { - padding-left: 1.5rem; - padding-right: 1.5rem; } - -.navbar-divider { - background-color: whitesmoke; - border: none; - display: none; - height: 2px; - margin: 0.5rem 0; } - -@media screen and (max-width: 1023px) { - .navbar > .container { - display: block; } - - .navbar-brand .navbar-item, - .navbar-tabs .navbar-item { - align-items: center; - display: flex; } - - .navbar-link::after { - display: none; } - - .navbar-menu { - background-color: white; - box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); - padding: 0.5rem 0; } - .navbar-menu.is-active { - display: block; } - - .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { - left: 0; - position: fixed; - right: 0; - z-index: 30; } - .navbar.is-fixed-bottom-touch { - bottom: 0; } - .navbar.is-fixed-bottom-touch.has-shadow { - box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); } - .navbar.is-fixed-top-touch { - top: 0; } - .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu { - -webkit-overflow-scrolling: touch; - max-height: calc(100vh - 3.25rem); - overflow: auto; } - - html.has-navbar-fixed-top-touch, - body.has-navbar-fixed-top-touch { - padding-top: 3.25rem; } - html.has-navbar-fixed-bottom-touch, - body.has-navbar-fixed-bottom-touch { - padding-bottom: 3.25rem; } } -@media screen and (min-width: 1024px) { - .navbar, - .navbar-menu, - .navbar-start, - .navbar-end { - align-items: stretch; - display: flex; } - - .navbar { - min-height: 3.25rem; } - .navbar.is-spaced { - padding: 1rem 2rem; } - .navbar.is-spaced .navbar-start, - .navbar.is-spaced .navbar-end { - align-items: center; } - .navbar.is-spaced a.navbar-item, - .navbar.is-spaced .navbar-link { - border-radius: 4px; } - .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, - .navbar.is-transparent .navbar-link:focus, - .navbar.is-transparent .navbar-link:hover, - .navbar.is-transparent .navbar-link.is-active { - background-color: transparent !important; } - .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { - background-color: transparent !important; } - .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { - background-color: whitesmoke; - color: #0a0a0a; } - .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { - background-color: whitesmoke; - color: #485fc7; } - - .navbar-burger { - display: none; } - - .navbar-item, - .navbar-link { - align-items: center; - display: flex; } - - .navbar-item.has-dropdown { - align-items: stretch; } - .navbar-item.has-dropdown-up .navbar-link::after { - transform: rotate(135deg) translate(0.25em, -0.25em); } - .navbar-item.has-dropdown-up .navbar-dropdown { - border-bottom: 2px solid #dbdbdb; - border-radius: 6px 6px 0 0; - border-top: none; - bottom: 100%; - box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); - top: auto; } - .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown { - display: block; } - .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { - opacity: 1; - pointer-events: auto; - transform: translateY(0); } - - .navbar-menu { - flex-grow: 1; - flex-shrink: 0; } - - .navbar-start { - justify-content: flex-start; - margin-right: auto; } - - .navbar-end { - justify-content: flex-end; - margin-left: auto; } - - .navbar-dropdown { - background-color: white; - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 2px solid #dbdbdb; - box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); - display: none; - font-size: 0.875rem; - left: 0; - min-width: 100%; - position: absolute; - top: 100%; - z-index: 20; } - .navbar-dropdown .navbar-item { - padding: 0.375rem 1rem; - white-space: nowrap; } - .navbar-dropdown a.navbar-item { - padding-right: 3rem; } - .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { - background-color: whitesmoke; - color: #0a0a0a; } - .navbar-dropdown a.navbar-item.is-active { - background-color: whitesmoke; - color: #485fc7; } - .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { - border-radius: 6px; - border-top: none; - box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); - display: block; - opacity: 0; - pointer-events: none; - top: calc(100% + (-4px)); - transform: translateY(-5px); - transition-duration: 86ms; - transition-property: opacity, transform; } - .navbar-dropdown.is-right { - left: auto; - right: 0; } - - .navbar-divider { - display: block; } - - .navbar > .container .navbar-brand, - .container > .navbar .navbar-brand { - margin-left: -0.75rem; } - .navbar > .container .navbar-menu, - .container > .navbar .navbar-menu { - margin-right: -0.75rem; } - - .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { - left: 0; - position: fixed; - right: 0; - z-index: 30; } - .navbar.is-fixed-bottom-desktop { - bottom: 0; } - .navbar.is-fixed-bottom-desktop.has-shadow { - box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); } - .navbar.is-fixed-top-desktop { - top: 0; } - - html.has-navbar-fixed-top-desktop, - body.has-navbar-fixed-top-desktop { - padding-top: 3.25rem; } - html.has-navbar-fixed-bottom-desktop, - body.has-navbar-fixed-bottom-desktop { - padding-bottom: 3.25rem; } - html.has-spaced-navbar-fixed-top, - body.has-spaced-navbar-fixed-top { - padding-top: 5.25rem; } - html.has-spaced-navbar-fixed-bottom, - body.has-spaced-navbar-fixed-bottom { - padding-bottom: 5.25rem; } - - a.navbar-item.is-active, - .navbar-link.is-active { - color: #0a0a0a; } - a.navbar-item.is-active:not(:focus):not(:hover), - .navbar-link.is-active:not(:focus):not(:hover) { - background-color: transparent; } - - .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #fafafa; } } -.hero.is-fullheight-with-navbar { - min-height: calc(100vh - 3.25rem); } - -.pagination { - font-size: 1rem; - margin: -0.25rem; } - .pagination.is-small { - font-size: 0.75rem; } - .pagination.is-medium { - font-size: 1.25rem; } - .pagination.is-large { - font-size: 1.5rem; } - .pagination.is-rounded .pagination-previous, - .pagination.is-rounded .pagination-next { - padding-left: 1em; - padding-right: 1em; - border-radius: 9999px; } - .pagination.is-rounded .pagination-link { - border-radius: 9999px; } - -.pagination, -.pagination-list { - align-items: center; - display: flex; - justify-content: center; - text-align: center; } - -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis { - font-size: 1em; - justify-content: center; - margin: 0.25rem; - padding-left: 0.5em; - padding-right: 0.5em; - text-align: center; } - -.pagination-previous, -.pagination-next, -.pagination-link { - border-color: #dbdbdb; - color: #363636; - min-width: 2.5em; } - .pagination-previous:hover, - .pagination-next:hover, - .pagination-link:hover { - border-color: #b5b5b5; - color: #363636; } - .pagination-previous:focus, - .pagination-next:focus, - .pagination-link:focus { - border-color: #485fc7; } - .pagination-previous:active, - .pagination-next:active, - .pagination-link:active { - box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); } - .pagination-previous[disabled], .pagination-previous.is-disabled, - .pagination-next[disabled], - .pagination-next.is-disabled, - .pagination-link[disabled], - .pagination-link.is-disabled { - background-color: #dbdbdb; - border-color: #dbdbdb; - box-shadow: none; - color: #7a7a7a; - opacity: 0.5; } - -.pagination-previous, -.pagination-next { - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; } - -.pagination-link.is-current { - background-color: #485fc7; - border-color: #485fc7; - color: #fff; } - -.pagination-ellipsis { - color: #b5b5b5; - pointer-events: none; } - -.pagination-list { - flex-wrap: wrap; } - .pagination-list li { - list-style: none; } - -@media screen and (max-width: 768px) { - .pagination { - flex-wrap: wrap; } - - .pagination-previous, - .pagination-next { - flex-grow: 1; - flex-shrink: 1; } - - .pagination-list li { - flex-grow: 1; - flex-shrink: 1; } } -@media screen and (min-width: 769px), print { - .pagination-list { - flex-grow: 1; - flex-shrink: 1; - justify-content: flex-start; - order: 1; } - - .pagination-previous, - .pagination-next, - .pagination-link, - .pagination-ellipsis { - margin-bottom: 0; - margin-top: 0; } - - .pagination-previous { - order: 2; } - - .pagination-next { - order: 3; } - - .pagination { - justify-content: space-between; - margin-bottom: 0; - margin-top: 0; } - .pagination.is-centered .pagination-previous { - order: 1; } - .pagination.is-centered .pagination-list { - justify-content: center; - order: 2; } - .pagination.is-centered .pagination-next { - order: 3; } - .pagination.is-right .pagination-previous { - order: 1; } - .pagination.is-right .pagination-next { - order: 2; } - .pagination.is-right .pagination-list { - justify-content: flex-end; - order: 3; } } -.panel { - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); - font-size: 1rem; } - .panel:not(:last-child) { - margin-bottom: 1.5rem; } - .panel.is-white .panel-heading { - background-color: white; - color: #0a0a0a; } - .panel.is-white .panel-tabs a.is-active { - border-bottom-color: white; } - .panel.is-white .panel-block.is-active .panel-icon { - color: white; } - .panel.is-black .panel-heading { - background-color: #0a0a0a; - color: white; } - .panel.is-black .panel-tabs a.is-active { - border-bottom-color: #0a0a0a; } - .panel.is-black .panel-block.is-active .panel-icon { - color: #0a0a0a; } - .panel.is-light .panel-heading { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .panel.is-light .panel-tabs a.is-active { - border-bottom-color: whitesmoke; } - .panel.is-light .panel-block.is-active .panel-icon { - color: whitesmoke; } - .panel.is-dark .panel-heading { - background-color: #363636; - color: #fff; } - .panel.is-dark .panel-tabs a.is-active { - border-bottom-color: #363636; } - .panel.is-dark .panel-block.is-active .panel-icon { - color: #363636; } - .panel.is-primary .panel-heading { - background-color: #00d1b2; - color: #fff; } - .panel.is-primary .panel-tabs a.is-active { - border-bottom-color: #00d1b2; } - .panel.is-primary .panel-block.is-active .panel-icon { - color: #00d1b2; } - .panel.is-link .panel-heading { - background-color: #485fc7; - color: #fff; } - .panel.is-link .panel-tabs a.is-active { - border-bottom-color: #485fc7; } - .panel.is-link .panel-block.is-active .panel-icon { - color: #485fc7; } - .panel.is-info .panel-heading { - background-color: #3e8ed0; - color: #fff; } - .panel.is-info .panel-tabs a.is-active { - border-bottom-color: #3e8ed0; } - .panel.is-info .panel-block.is-active .panel-icon { - color: #3e8ed0; } - .panel.is-success .panel-heading { - background-color: #48c78e; - color: #fff; } - .panel.is-success .panel-tabs a.is-active { - border-bottom-color: #48c78e; } - .panel.is-success .panel-block.is-active .panel-icon { - color: #48c78e; } - .panel.is-warning .panel-heading { - background-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .panel.is-warning .panel-tabs a.is-active { - border-bottom-color: #ffe08a; } - .panel.is-warning .panel-block.is-active .panel-icon { - color: #ffe08a; } - .panel.is-danger .panel-heading { - background-color: #f14668; - color: #fff; } - .panel.is-danger .panel-tabs a.is-active { - border-bottom-color: #f14668; } - .panel.is-danger .panel-block.is-active .panel-icon { - color: #f14668; } - -.panel-tabs:not(:last-child), -.panel-block:not(:last-child) { - border-bottom: 1px solid #ededed; } - -.panel-heading { - background-color: #ededed; - border-radius: 6px 6px 0 0; - color: #363636; - font-size: 1.25em; - font-weight: 700; - line-height: 1.25; - padding: 0.75em 1em; } - -.panel-tabs { - align-items: flex-end; - display: flex; - font-size: 0.875em; - justify-content: center; } - .panel-tabs a { - border-bottom: 1px solid #dbdbdb; - margin-bottom: -1px; - padding: 0.5em; } - .panel-tabs a.is-active { - border-bottom-color: #4a4a4a; - color: #363636; } - -.panel-list a { - color: #4a4a4a; } - .panel-list a:hover { - color: #485fc7; } - -.panel-block { - align-items: center; - color: #363636; - display: flex; - justify-content: flex-start; - padding: 0.5em 0.75em; } - .panel-block input[type="checkbox"] { - margin-right: 0.75em; } - .panel-block > .control { - flex-grow: 1; - flex-shrink: 1; - width: 100%; } - .panel-block.is-wrapped { - flex-wrap: wrap; } - .panel-block.is-active { - border-left-color: #485fc7; - color: #363636; } - .panel-block.is-active .panel-icon { - color: #485fc7; } - .panel-block:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; } - -a.panel-block, -label.panel-block { - cursor: pointer; } - a.panel-block:hover, - label.panel-block:hover { - background-color: whitesmoke; } - -.panel-icon { - display: inline-block; - font-size: 14px; - height: 1em; - line-height: 1em; - text-align: center; - vertical-align: top; - width: 1em; - color: #7a7a7a; - margin-right: 0.75em; } - .panel-icon .fa { - font-size: inherit; - line-height: inherit; } - -.tabs { - -webkit-overflow-scrolling: touch; - align-items: stretch; - display: flex; - font-size: 1rem; - justify-content: space-between; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; } - .tabs a { - align-items: center; - border-bottom-color: #dbdbdb; - border-bottom-style: solid; - border-bottom-width: 1px; - color: #4a4a4a; - display: flex; - justify-content: center; - margin-bottom: -1px; - padding: 0.5em 1em; - vertical-align: top; } - .tabs a:hover { - border-bottom-color: #363636; - color: #363636; } - .tabs li { - display: block; } - .tabs li.is-active a { - border-bottom-color: #485fc7; - color: #485fc7; } - .tabs ul { - align-items: center; - border-bottom-color: #dbdbdb; - border-bottom-style: solid; - border-bottom-width: 1px; - display: flex; - flex-grow: 1; - flex-shrink: 0; - justify-content: flex-start; } - .tabs ul.is-left { - padding-right: 0.75em; } - .tabs ul.is-center { - flex: none; - justify-content: center; - padding-left: 0.75em; - padding-right: 0.75em; } - .tabs ul.is-right { - justify-content: flex-end; - padding-left: 0.75em; } - .tabs .icon:first-child { - margin-right: 0.5em; } - .tabs .icon:last-child { - margin-left: 0.5em; } - .tabs.is-centered ul { - justify-content: center; } - .tabs.is-right ul { - justify-content: flex-end; } - .tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 4px 4px 0 0; } - .tabs.is-boxed a:hover { - background-color: whitesmoke; - border-bottom-color: #dbdbdb; } - .tabs.is-boxed li.is-active a { - background-color: white; - border-color: #dbdbdb; - border-bottom-color: transparent !important; } - .tabs.is-fullwidth li { - flex-grow: 1; - flex-shrink: 0; } - .tabs.is-toggle a { - border-color: #dbdbdb; - border-style: solid; - border-width: 1px; - margin-bottom: 0; - position: relative; } - .tabs.is-toggle a:hover { - background-color: whitesmoke; - border-color: #b5b5b5; - z-index: 2; } - .tabs.is-toggle li + li { - margin-left: -1px; } - .tabs.is-toggle li:first-child a { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; } - .tabs.is-toggle li:last-child a { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; } - .tabs.is-toggle li.is-active a { - background-color: #485fc7; - border-color: #485fc7; - color: #fff; - z-index: 1; } - .tabs.is-toggle ul { - border-bottom: none; } - .tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-left-radius: 9999px; - border-top-left-radius: 9999px; - padding-left: 1.25em; } - .tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-right-radius: 9999px; - border-top-right-radius: 9999px; - padding-right: 1.25em; } - .tabs.is-small { - font-size: 0.75rem; } - .tabs.is-medium { - font-size: 1.25rem; } - .tabs.is-large { - font-size: 1.5rem; } - -/* Bulma Grid */ -.column { - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - padding: 0.75rem; } - .columns.is-mobile > .column.is-narrow { - flex: none; - width: unset; } - .columns.is-mobile > .column.is-full { - flex: none; - width: 100%; } - .columns.is-mobile > .column.is-three-quarters { - flex: none; - width: 75%; } - .columns.is-mobile > .column.is-two-thirds { - flex: none; - width: 66.6666%; } - .columns.is-mobile > .column.is-half { - flex: none; - width: 50%; } - .columns.is-mobile > .column.is-one-third { - flex: none; - width: 33.3333%; } - .columns.is-mobile > .column.is-one-quarter { - flex: none; - width: 25%; } - .columns.is-mobile > .column.is-one-fifth { - flex: none; - width: 20%; } - .columns.is-mobile > .column.is-two-fifths { - flex: none; - width: 40%; } - .columns.is-mobile > .column.is-three-fifths { - flex: none; - width: 60%; } - .columns.is-mobile > .column.is-four-fifths { - flex: none; - width: 80%; } - .columns.is-mobile > .column.is-offset-three-quarters { - margin-left: 75%; } - .columns.is-mobile > .column.is-offset-two-thirds { - margin-left: 66.6666%; } - .columns.is-mobile > .column.is-offset-half { - margin-left: 50%; } - .columns.is-mobile > .column.is-offset-one-third { - margin-left: 33.3333%; } - .columns.is-mobile > .column.is-offset-one-quarter { - margin-left: 25%; } - .columns.is-mobile > .column.is-offset-one-fifth { - margin-left: 20%; } - .columns.is-mobile > .column.is-offset-two-fifths { - margin-left: 40%; } - .columns.is-mobile > .column.is-offset-three-fifths { - margin-left: 60%; } - .columns.is-mobile > .column.is-offset-four-fifths { - margin-left: 80%; } - .columns.is-mobile > .column.is-0 { - flex: none; - width: 0%; } - .columns.is-mobile > .column.is-offset-0 { - margin-left: 0%; } - .columns.is-mobile > .column.is-1 { - flex: none; - width: 8.33333337%; } - .columns.is-mobile > .column.is-offset-1 { - margin-left: 8.33333337%; } - .columns.is-mobile > .column.is-2 { - flex: none; - width: 16.66666674%; } - .columns.is-mobile > .column.is-offset-2 { - margin-left: 16.66666674%; } - .columns.is-mobile > .column.is-3 { - flex: none; - width: 25%; } - .columns.is-mobile > .column.is-offset-3 { - margin-left: 25%; } - .columns.is-mobile > .column.is-4 { - flex: none; - width: 33.33333337%; } - .columns.is-mobile > .column.is-offset-4 { - margin-left: 33.33333337%; } - .columns.is-mobile > .column.is-5 { - flex: none; - width: 41.66666674%; } - .columns.is-mobile > .column.is-offset-5 { - margin-left: 41.66666674%; } - .columns.is-mobile > .column.is-6 { - flex: none; - width: 50%; } - .columns.is-mobile > .column.is-offset-6 { - margin-left: 50%; } - .columns.is-mobile > .column.is-7 { - flex: none; - width: 58.33333337%; } - .columns.is-mobile > .column.is-offset-7 { - margin-left: 58.33333337%; } - .columns.is-mobile > .column.is-8 { - flex: none; - width: 66.66666674%; } - .columns.is-mobile > .column.is-offset-8 { - margin-left: 66.66666674%; } - .columns.is-mobile > .column.is-9 { - flex: none; - width: 75%; } - .columns.is-mobile > .column.is-offset-9 { - margin-left: 75%; } - .columns.is-mobile > .column.is-10 { - flex: none; - width: 83.33333337%; } - .columns.is-mobile > .column.is-offset-10 { - margin-left: 83.33333337%; } - .columns.is-mobile > .column.is-11 { - flex: none; - width: 91.66666674%; } - .columns.is-mobile > .column.is-offset-11 { - margin-left: 91.66666674%; } - .columns.is-mobile > .column.is-12 { - flex: none; - width: 100%; } - .columns.is-mobile > .column.is-offset-12 { - margin-left: 100%; } - @media screen and (max-width: 768px) { - .column.is-narrow-mobile { - flex: none; - width: unset; } - .column.is-full-mobile { - flex: none; - width: 100%; } - .column.is-three-quarters-mobile { - flex: none; - width: 75%; } - .column.is-two-thirds-mobile { - flex: none; - width: 66.6666%; } - .column.is-half-mobile { - flex: none; - width: 50%; } - .column.is-one-third-mobile { - flex: none; - width: 33.3333%; } - .column.is-one-quarter-mobile { - flex: none; - width: 25%; } - .column.is-one-fifth-mobile { - flex: none; - width: 20%; } - .column.is-two-fifths-mobile { - flex: none; - width: 40%; } - .column.is-three-fifths-mobile { - flex: none; - width: 60%; } - .column.is-four-fifths-mobile { - flex: none; - width: 80%; } - .column.is-offset-three-quarters-mobile { - margin-left: 75%; } - .column.is-offset-two-thirds-mobile { - margin-left: 66.6666%; } - .column.is-offset-half-mobile { - margin-left: 50%; } - .column.is-offset-one-third-mobile { - margin-left: 33.3333%; } - .column.is-offset-one-quarter-mobile { - margin-left: 25%; } - .column.is-offset-one-fifth-mobile { - margin-left: 20%; } - .column.is-offset-two-fifths-mobile { - margin-left: 40%; } - .column.is-offset-three-fifths-mobile { - margin-left: 60%; } - .column.is-offset-four-fifths-mobile { - margin-left: 80%; } - .column.is-0-mobile { - flex: none; - width: 0%; } - .column.is-offset-0-mobile { - margin-left: 0%; } - .column.is-1-mobile { - flex: none; - width: 8.33333337%; } - .column.is-offset-1-mobile { - margin-left: 8.33333337%; } - .column.is-2-mobile { - flex: none; - width: 16.66666674%; } - .column.is-offset-2-mobile { - margin-left: 16.66666674%; } - .column.is-3-mobile { - flex: none; - width: 25%; } - .column.is-offset-3-mobile { - margin-left: 25%; } - .column.is-4-mobile { - flex: none; - width: 33.33333337%; } - .column.is-offset-4-mobile { - margin-left: 33.33333337%; } - .column.is-5-mobile { - flex: none; - width: 41.66666674%; } - .column.is-offset-5-mobile { - margin-left: 41.66666674%; } - .column.is-6-mobile { - flex: none; - width: 50%; } - .column.is-offset-6-mobile { - margin-left: 50%; } - .column.is-7-mobile { - flex: none; - width: 58.33333337%; } - .column.is-offset-7-mobile { - margin-left: 58.33333337%; } - .column.is-8-mobile { - flex: none; - width: 66.66666674%; } - .column.is-offset-8-mobile { - margin-left: 66.66666674%; } - .column.is-9-mobile { - flex: none; - width: 75%; } - .column.is-offset-9-mobile { - margin-left: 75%; } - .column.is-10-mobile { - flex: none; - width: 83.33333337%; } - .column.is-offset-10-mobile { - margin-left: 83.33333337%; } - .column.is-11-mobile { - flex: none; - width: 91.66666674%; } - .column.is-offset-11-mobile { - margin-left: 91.66666674%; } - .column.is-12-mobile { - flex: none; - width: 100%; } - .column.is-offset-12-mobile { - margin-left: 100%; } } - @media screen and (min-width: 769px), print { - .column.is-narrow, .column.is-narrow-tablet { - flex: none; - width: unset; } - .column.is-full, .column.is-full-tablet { - flex: none; - width: 100%; } - .column.is-three-quarters, .column.is-three-quarters-tablet { - flex: none; - width: 75%; } - .column.is-two-thirds, .column.is-two-thirds-tablet { - flex: none; - width: 66.6666%; } - .column.is-half, .column.is-half-tablet { - flex: none; - width: 50%; } - .column.is-one-third, .column.is-one-third-tablet { - flex: none; - width: 33.3333%; } - .column.is-one-quarter, .column.is-one-quarter-tablet { - flex: none; - width: 25%; } - .column.is-one-fifth, .column.is-one-fifth-tablet { - flex: none; - width: 20%; } - .column.is-two-fifths, .column.is-two-fifths-tablet { - flex: none; - width: 40%; } - .column.is-three-fifths, .column.is-three-fifths-tablet { - flex: none; - width: 60%; } - .column.is-four-fifths, .column.is-four-fifths-tablet { - flex: none; - width: 80%; } - .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { - margin-left: 75%; } - .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { - margin-left: 66.6666%; } - .column.is-offset-half, .column.is-offset-half-tablet { - margin-left: 50%; } - .column.is-offset-one-third, .column.is-offset-one-third-tablet { - margin-left: 33.3333%; } - .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { - margin-left: 25%; } - .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { - margin-left: 20%; } - .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { - margin-left: 40%; } - .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { - margin-left: 60%; } - .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { - margin-left: 80%; } - .column.is-0, .column.is-0-tablet { - flex: none; - width: 0%; } - .column.is-offset-0, .column.is-offset-0-tablet { - margin-left: 0%; } - .column.is-1, .column.is-1-tablet { - flex: none; - width: 8.33333337%; } - .column.is-offset-1, .column.is-offset-1-tablet { - margin-left: 8.33333337%; } - .column.is-2, .column.is-2-tablet { - flex: none; - width: 16.66666674%; } - .column.is-offset-2, .column.is-offset-2-tablet { - margin-left: 16.66666674%; } - .column.is-3, .column.is-3-tablet { - flex: none; - width: 25%; } - .column.is-offset-3, .column.is-offset-3-tablet { - margin-left: 25%; } - .column.is-4, .column.is-4-tablet { - flex: none; - width: 33.33333337%; } - .column.is-offset-4, .column.is-offset-4-tablet { - margin-left: 33.33333337%; } - .column.is-5, .column.is-5-tablet { - flex: none; - width: 41.66666674%; } - .column.is-offset-5, .column.is-offset-5-tablet { - margin-left: 41.66666674%; } - .column.is-6, .column.is-6-tablet { - flex: none; - width: 50%; } - .column.is-offset-6, .column.is-offset-6-tablet { - margin-left: 50%; } - .column.is-7, .column.is-7-tablet { - flex: none; - width: 58.33333337%; } - .column.is-offset-7, .column.is-offset-7-tablet { - margin-left: 58.33333337%; } - .column.is-8, .column.is-8-tablet { - flex: none; - width: 66.66666674%; } - .column.is-offset-8, .column.is-offset-8-tablet { - margin-left: 66.66666674%; } - .column.is-9, .column.is-9-tablet { - flex: none; - width: 75%; } - .column.is-offset-9, .column.is-offset-9-tablet { - margin-left: 75%; } - .column.is-10, .column.is-10-tablet { - flex: none; - width: 83.33333337%; } - .column.is-offset-10, .column.is-offset-10-tablet { - margin-left: 83.33333337%; } - .column.is-11, .column.is-11-tablet { - flex: none; - width: 91.66666674%; } - .column.is-offset-11, .column.is-offset-11-tablet { - margin-left: 91.66666674%; } - .column.is-12, .column.is-12-tablet { - flex: none; - width: 100%; } - .column.is-offset-12, .column.is-offset-12-tablet { - margin-left: 100%; } } - @media screen and (max-width: 1023px) { - .column.is-narrow-touch { - flex: none; - width: unset; } - .column.is-full-touch { - flex: none; - width: 100%; } - .column.is-three-quarters-touch { - flex: none; - width: 75%; } - .column.is-two-thirds-touch { - flex: none; - width: 66.6666%; } - .column.is-half-touch { - flex: none; - width: 50%; } - .column.is-one-third-touch { - flex: none; - width: 33.3333%; } - .column.is-one-quarter-touch { - flex: none; - width: 25%; } - .column.is-one-fifth-touch { - flex: none; - width: 20%; } - .column.is-two-fifths-touch { - flex: none; - width: 40%; } - .column.is-three-fifths-touch { - flex: none; - width: 60%; } - .column.is-four-fifths-touch { - flex: none; - width: 80%; } - .column.is-offset-three-quarters-touch { - margin-left: 75%; } - .column.is-offset-two-thirds-touch { - margin-left: 66.6666%; } - .column.is-offset-half-touch { - margin-left: 50%; } - .column.is-offset-one-third-touch { - margin-left: 33.3333%; } - .column.is-offset-one-quarter-touch { - margin-left: 25%; } - .column.is-offset-one-fifth-touch { - margin-left: 20%; } - .column.is-offset-two-fifths-touch { - margin-left: 40%; } - .column.is-offset-three-fifths-touch { - margin-left: 60%; } - .column.is-offset-four-fifths-touch { - margin-left: 80%; } - .column.is-0-touch { - flex: none; - width: 0%; } - .column.is-offset-0-touch { - margin-left: 0%; } - .column.is-1-touch { - flex: none; - width: 8.33333337%; } - .column.is-offset-1-touch { - margin-left: 8.33333337%; } - .column.is-2-touch { - flex: none; - width: 16.66666674%; } - .column.is-offset-2-touch { - margin-left: 16.66666674%; } - .column.is-3-touch { - flex: none; - width: 25%; } - .column.is-offset-3-touch { - margin-left: 25%; } - .column.is-4-touch { - flex: none; - width: 33.33333337%; } - .column.is-offset-4-touch { - margin-left: 33.33333337%; } - .column.is-5-touch { - flex: none; - width: 41.66666674%; } - .column.is-offset-5-touch { - margin-left: 41.66666674%; } - .column.is-6-touch { - flex: none; - width: 50%; } - .column.is-offset-6-touch { - margin-left: 50%; } - .column.is-7-touch { - flex: none; - width: 58.33333337%; } - .column.is-offset-7-touch { - margin-left: 58.33333337%; } - .column.is-8-touch { - flex: none; - width: 66.66666674%; } - .column.is-offset-8-touch { - margin-left: 66.66666674%; } - .column.is-9-touch { - flex: none; - width: 75%; } - .column.is-offset-9-touch { - margin-left: 75%; } - .column.is-10-touch { - flex: none; - width: 83.33333337%; } - .column.is-offset-10-touch { - margin-left: 83.33333337%; } - .column.is-11-touch { - flex: none; - width: 91.66666674%; } - .column.is-offset-11-touch { - margin-left: 91.66666674%; } - .column.is-12-touch { - flex: none; - width: 100%; } - .column.is-offset-12-touch { - margin-left: 100%; } } - @media screen and (min-width: 1024px) { - .column.is-narrow-desktop { - flex: none; - width: unset; } - .column.is-full-desktop { - flex: none; - width: 100%; } - .column.is-three-quarters-desktop { - flex: none; - width: 75%; } - .column.is-two-thirds-desktop { - flex: none; - width: 66.6666%; } - .column.is-half-desktop { - flex: none; - width: 50%; } - .column.is-one-third-desktop { - flex: none; - width: 33.3333%; } - .column.is-one-quarter-desktop { - flex: none; - width: 25%; } - .column.is-one-fifth-desktop { - flex: none; - width: 20%; } - .column.is-two-fifths-desktop { - flex: none; - width: 40%; } - .column.is-three-fifths-desktop { - flex: none; - width: 60%; } - .column.is-four-fifths-desktop { - flex: none; - width: 80%; } - .column.is-offset-three-quarters-desktop { - margin-left: 75%; } - .column.is-offset-two-thirds-desktop { - margin-left: 66.6666%; } - .column.is-offset-half-desktop { - margin-left: 50%; } - .column.is-offset-one-third-desktop { - margin-left: 33.3333%; } - .column.is-offset-one-quarter-desktop { - margin-left: 25%; } - .column.is-offset-one-fifth-desktop { - margin-left: 20%; } - .column.is-offset-two-fifths-desktop { - margin-left: 40%; } - .column.is-offset-three-fifths-desktop { - margin-left: 60%; } - .column.is-offset-four-fifths-desktop { - margin-left: 80%; } - .column.is-0-desktop { - flex: none; - width: 0%; } - .column.is-offset-0-desktop { - margin-left: 0%; } - .column.is-1-desktop { - flex: none; - width: 8.33333337%; } - .column.is-offset-1-desktop { - margin-left: 8.33333337%; } - .column.is-2-desktop { - flex: none; - width: 16.66666674%; } - .column.is-offset-2-desktop { - margin-left: 16.66666674%; } - .column.is-3-desktop { - flex: none; - width: 25%; } - .column.is-offset-3-desktop { - margin-left: 25%; } - .column.is-4-desktop { - flex: none; - width: 33.33333337%; } - .column.is-offset-4-desktop { - margin-left: 33.33333337%; } - .column.is-5-desktop { - flex: none; - width: 41.66666674%; } - .column.is-offset-5-desktop { - margin-left: 41.66666674%; } - .column.is-6-desktop { - flex: none; - width: 50%; } - .column.is-offset-6-desktop { - margin-left: 50%; } - .column.is-7-desktop { - flex: none; - width: 58.33333337%; } - .column.is-offset-7-desktop { - margin-left: 58.33333337%; } - .column.is-8-desktop { - flex: none; - width: 66.66666674%; } - .column.is-offset-8-desktop { - margin-left: 66.66666674%; } - .column.is-9-desktop { - flex: none; - width: 75%; } - .column.is-offset-9-desktop { - margin-left: 75%; } - .column.is-10-desktop { - flex: none; - width: 83.33333337%; } - .column.is-offset-10-desktop { - margin-left: 83.33333337%; } - .column.is-11-desktop { - flex: none; - width: 91.66666674%; } - .column.is-offset-11-desktop { - margin-left: 91.66666674%; } - .column.is-12-desktop { - flex: none; - width: 100%; } - .column.is-offset-12-desktop { - margin-left: 100%; } } - @media screen and (min-width: 1216px) { - .column.is-narrow-widescreen { - flex: none; - width: unset; } - .column.is-full-widescreen { - flex: none; - width: 100%; } - .column.is-three-quarters-widescreen { - flex: none; - width: 75%; } - .column.is-two-thirds-widescreen { - flex: none; - width: 66.6666%; } - .column.is-half-widescreen { - flex: none; - width: 50%; } - .column.is-one-third-widescreen { - flex: none; - width: 33.3333%; } - .column.is-one-quarter-widescreen { - flex: none; - width: 25%; } - .column.is-one-fifth-widescreen { - flex: none; - width: 20%; } - .column.is-two-fifths-widescreen { - flex: none; - width: 40%; } - .column.is-three-fifths-widescreen { - flex: none; - width: 60%; } - .column.is-four-fifths-widescreen { - flex: none; - width: 80%; } - .column.is-offset-three-quarters-widescreen { - margin-left: 75%; } - .column.is-offset-two-thirds-widescreen { - margin-left: 66.6666%; } - .column.is-offset-half-widescreen { - margin-left: 50%; } - .column.is-offset-one-third-widescreen { - margin-left: 33.3333%; } - .column.is-offset-one-quarter-widescreen { - margin-left: 25%; } - .column.is-offset-one-fifth-widescreen { - margin-left: 20%; } - .column.is-offset-two-fifths-widescreen { - margin-left: 40%; } - .column.is-offset-three-fifths-widescreen { - margin-left: 60%; } - .column.is-offset-four-fifths-widescreen { - margin-left: 80%; } - .column.is-0-widescreen { - flex: none; - width: 0%; } - .column.is-offset-0-widescreen { - margin-left: 0%; } - .column.is-1-widescreen { - flex: none; - width: 8.33333337%; } - .column.is-offset-1-widescreen { - margin-left: 8.33333337%; } - .column.is-2-widescreen { - flex: none; - width: 16.66666674%; } - .column.is-offset-2-widescreen { - margin-left: 16.66666674%; } - .column.is-3-widescreen { - flex: none; - width: 25%; } - .column.is-offset-3-widescreen { - margin-left: 25%; } - .column.is-4-widescreen { - flex: none; - width: 33.33333337%; } - .column.is-offset-4-widescreen { - margin-left: 33.33333337%; } - .column.is-5-widescreen { - flex: none; - width: 41.66666674%; } - .column.is-offset-5-widescreen { - margin-left: 41.66666674%; } - .column.is-6-widescreen { - flex: none; - width: 50%; } - .column.is-offset-6-widescreen { - margin-left: 50%; } - .column.is-7-widescreen { - flex: none; - width: 58.33333337%; } - .column.is-offset-7-widescreen { - margin-left: 58.33333337%; } - .column.is-8-widescreen { - flex: none; - width: 66.66666674%; } - .column.is-offset-8-widescreen { - margin-left: 66.66666674%; } - .column.is-9-widescreen { - flex: none; - width: 75%; } - .column.is-offset-9-widescreen { - margin-left: 75%; } - .column.is-10-widescreen { - flex: none; - width: 83.33333337%; } - .column.is-offset-10-widescreen { - margin-left: 83.33333337%; } - .column.is-11-widescreen { - flex: none; - width: 91.66666674%; } - .column.is-offset-11-widescreen { - margin-left: 91.66666674%; } - .column.is-12-widescreen { - flex: none; - width: 100%; } - .column.is-offset-12-widescreen { - margin-left: 100%; } } - @media screen and (min-width: 1408px) { - .column.is-narrow-fullhd { - flex: none; - width: unset; } - .column.is-full-fullhd { - flex: none; - width: 100%; } - .column.is-three-quarters-fullhd { - flex: none; - width: 75%; } - .column.is-two-thirds-fullhd { - flex: none; - width: 66.6666%; } - .column.is-half-fullhd { - flex: none; - width: 50%; } - .column.is-one-third-fullhd { - flex: none; - width: 33.3333%; } - .column.is-one-quarter-fullhd { - flex: none; - width: 25%; } - .column.is-one-fifth-fullhd { - flex: none; - width: 20%; } - .column.is-two-fifths-fullhd { - flex: none; - width: 40%; } - .column.is-three-fifths-fullhd { - flex: none; - width: 60%; } - .column.is-four-fifths-fullhd { - flex: none; - width: 80%; } - .column.is-offset-three-quarters-fullhd { - margin-left: 75%; } - .column.is-offset-two-thirds-fullhd { - margin-left: 66.6666%; } - .column.is-offset-half-fullhd { - margin-left: 50%; } - .column.is-offset-one-third-fullhd { - margin-left: 33.3333%; } - .column.is-offset-one-quarter-fullhd { - margin-left: 25%; } - .column.is-offset-one-fifth-fullhd { - margin-left: 20%; } - .column.is-offset-two-fifths-fullhd { - margin-left: 40%; } - .column.is-offset-three-fifths-fullhd { - margin-left: 60%; } - .column.is-offset-four-fifths-fullhd { - margin-left: 80%; } - .column.is-0-fullhd { - flex: none; - width: 0%; } - .column.is-offset-0-fullhd { - margin-left: 0%; } - .column.is-1-fullhd { - flex: none; - width: 8.33333337%; } - .column.is-offset-1-fullhd { - margin-left: 8.33333337%; } - .column.is-2-fullhd { - flex: none; - width: 16.66666674%; } - .column.is-offset-2-fullhd { - margin-left: 16.66666674%; } - .column.is-3-fullhd { - flex: none; - width: 25%; } - .column.is-offset-3-fullhd { - margin-left: 25%; } - .column.is-4-fullhd { - flex: none; - width: 33.33333337%; } - .column.is-offset-4-fullhd { - margin-left: 33.33333337%; } - .column.is-5-fullhd { - flex: none; - width: 41.66666674%; } - .column.is-offset-5-fullhd { - margin-left: 41.66666674%; } - .column.is-6-fullhd { - flex: none; - width: 50%; } - .column.is-offset-6-fullhd { - margin-left: 50%; } - .column.is-7-fullhd { - flex: none; - width: 58.33333337%; } - .column.is-offset-7-fullhd { - margin-left: 58.33333337%; } - .column.is-8-fullhd { - flex: none; - width: 66.66666674%; } - .column.is-offset-8-fullhd { - margin-left: 66.66666674%; } - .column.is-9-fullhd { - flex: none; - width: 75%; } - .column.is-offset-9-fullhd { - margin-left: 75%; } - .column.is-10-fullhd { - flex: none; - width: 83.33333337%; } - .column.is-offset-10-fullhd { - margin-left: 83.33333337%; } - .column.is-11-fullhd { - flex: none; - width: 91.66666674%; } - .column.is-offset-11-fullhd { - margin-left: 91.66666674%; } - .column.is-12-fullhd { - flex: none; - width: 100%; } - .column.is-offset-12-fullhd { - margin-left: 100%; } } - -.columns { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; } - .columns:last-child { - margin-bottom: -0.75rem; } - .columns:not(:last-child) { - margin-bottom: calc(1.5rem - 0.75rem); } - .columns.is-centered { - justify-content: center; } - .columns.is-gapless { - margin-left: 0; - margin-right: 0; - margin-top: 0; } - .columns.is-gapless > .column { - margin: 0; - padding: 0 !important; } - .columns.is-gapless:not(:last-child) { - margin-bottom: 1.5rem; } - .columns.is-gapless:last-child { - margin-bottom: 0; } - .columns.is-mobile { - display: flex; } - .columns.is-multiline { - flex-wrap: wrap; } - .columns.is-vcentered { - align-items: center; } - @media screen and (min-width: 769px), print { - .columns:not(.is-desktop) { - display: flex; } } - @media screen and (min-width: 1024px) { - .columns.is-desktop { - display: flex; } } - -.columns.is-variable { - --columnGap: 0.75rem; - margin-left: calc(-1 * var(--columnGap)); - margin-right: calc(-1 * var(--columnGap)); } - .columns.is-variable > .column { - padding-left: var(--columnGap); - padding-right: var(--columnGap); } - .columns.is-variable.is-0 { - --columnGap: 0rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-0-mobile { - --columnGap: 0rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-0-tablet { - --columnGap: 0rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-0-tablet-only { - --columnGap: 0rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-0-touch { - --columnGap: 0rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-0-desktop { - --columnGap: 0rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-0-desktop-only { - --columnGap: 0rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-0-widescreen { - --columnGap: 0rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-0-widescreen-only { - --columnGap: 0rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-0-fullhd { - --columnGap: 0rem; } } - .columns.is-variable.is-1 { - --columnGap: 0.25rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-1-mobile { - --columnGap: 0.25rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-1-tablet { - --columnGap: 0.25rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-1-tablet-only { - --columnGap: 0.25rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-1-touch { - --columnGap: 0.25rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-1-desktop { - --columnGap: 0.25rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-1-desktop-only { - --columnGap: 0.25rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-1-widescreen { - --columnGap: 0.25rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-1-widescreen-only { - --columnGap: 0.25rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-1-fullhd { - --columnGap: 0.25rem; } } - .columns.is-variable.is-2 { - --columnGap: 0.5rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-2-mobile { - --columnGap: 0.5rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-2-tablet { - --columnGap: 0.5rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-2-tablet-only { - --columnGap: 0.5rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-2-touch { - --columnGap: 0.5rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-2-desktop { - --columnGap: 0.5rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-2-desktop-only { - --columnGap: 0.5rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-2-widescreen { - --columnGap: 0.5rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-2-widescreen-only { - --columnGap: 0.5rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-2-fullhd { - --columnGap: 0.5rem; } } - .columns.is-variable.is-3 { - --columnGap: 0.75rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-3-mobile { - --columnGap: 0.75rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-3-tablet { - --columnGap: 0.75rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-3-tablet-only { - --columnGap: 0.75rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-3-touch { - --columnGap: 0.75rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-3-desktop { - --columnGap: 0.75rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-3-desktop-only { - --columnGap: 0.75rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-3-widescreen { - --columnGap: 0.75rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-3-widescreen-only { - --columnGap: 0.75rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-3-fullhd { - --columnGap: 0.75rem; } } - .columns.is-variable.is-4 { - --columnGap: 1rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-4-mobile { - --columnGap: 1rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-4-tablet { - --columnGap: 1rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-4-tablet-only { - --columnGap: 1rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-4-touch { - --columnGap: 1rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-4-desktop { - --columnGap: 1rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-4-desktop-only { - --columnGap: 1rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-4-widescreen { - --columnGap: 1rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-4-widescreen-only { - --columnGap: 1rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-4-fullhd { - --columnGap: 1rem; } } - .columns.is-variable.is-5 { - --columnGap: 1.25rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-5-mobile { - --columnGap: 1.25rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-5-tablet { - --columnGap: 1.25rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-5-tablet-only { - --columnGap: 1.25rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-5-touch { - --columnGap: 1.25rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-5-desktop { - --columnGap: 1.25rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-5-desktop-only { - --columnGap: 1.25rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-5-widescreen { - --columnGap: 1.25rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-5-widescreen-only { - --columnGap: 1.25rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-5-fullhd { - --columnGap: 1.25rem; } } - .columns.is-variable.is-6 { - --columnGap: 1.5rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-6-mobile { - --columnGap: 1.5rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-6-tablet { - --columnGap: 1.5rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-6-tablet-only { - --columnGap: 1.5rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-6-touch { - --columnGap: 1.5rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-6-desktop { - --columnGap: 1.5rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-6-desktop-only { - --columnGap: 1.5rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-6-widescreen { - --columnGap: 1.5rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-6-widescreen-only { - --columnGap: 1.5rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-6-fullhd { - --columnGap: 1.5rem; } } - .columns.is-variable.is-7 { - --columnGap: 1.75rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-7-mobile { - --columnGap: 1.75rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-7-tablet { - --columnGap: 1.75rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-7-tablet-only { - --columnGap: 1.75rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-7-touch { - --columnGap: 1.75rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-7-desktop { - --columnGap: 1.75rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-7-desktop-only { - --columnGap: 1.75rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-7-widescreen { - --columnGap: 1.75rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-7-widescreen-only { - --columnGap: 1.75rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-7-fullhd { - --columnGap: 1.75rem; } } - .columns.is-variable.is-8 { - --columnGap: 2rem; } - @media screen and (max-width: 768px) { - .columns.is-variable.is-8-mobile { - --columnGap: 2rem; } } - @media screen and (min-width: 769px), print { - .columns.is-variable.is-8-tablet { - --columnGap: 2rem; } } - @media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-8-tablet-only { - --columnGap: 2rem; } } - @media screen and (max-width: 1023px) { - .columns.is-variable.is-8-touch { - --columnGap: 2rem; } } - @media screen and (min-width: 1024px) { - .columns.is-variable.is-8-desktop { - --columnGap: 2rem; } } - @media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-8-desktop-only { - --columnGap: 2rem; } } - @media screen and (min-width: 1216px) { - .columns.is-variable.is-8-widescreen { - --columnGap: 2rem; } } - @media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-8-widescreen-only { - --columnGap: 2rem; } } - @media screen and (min-width: 1408px) { - .columns.is-variable.is-8-fullhd { - --columnGap: 2rem; } } - -.tile { - align-items: stretch; - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - min-height: min-content; } - .tile.is-ancestor { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; } - .tile.is-ancestor:last-child { - margin-bottom: -0.75rem; } - .tile.is-ancestor:not(:last-child) { - margin-bottom: 0.75rem; } - .tile.is-child { - margin: 0 !important; } - .tile.is-parent { - padding: 0.75rem; } - .tile.is-vertical { - flex-direction: column; } - .tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 1.5rem !important; } - @media screen and (min-width: 769px), print { - .tile:not(.is-child) { - display: flex; } - .tile.is-1 { - flex: none; - width: 8.33333337%; } - .tile.is-2 { - flex: none; - width: 16.66666674%; } - .tile.is-3 { - flex: none; - width: 25%; } - .tile.is-4 { - flex: none; - width: 33.33333337%; } - .tile.is-5 { - flex: none; - width: 41.66666674%; } - .tile.is-6 { - flex: none; - width: 50%; } - .tile.is-7 { - flex: none; - width: 58.33333337%; } - .tile.is-8 { - flex: none; - width: 66.66666674%; } - .tile.is-9 { - flex: none; - width: 75%; } - .tile.is-10 { - flex: none; - width: 83.33333337%; } - .tile.is-11 { - flex: none; - width: 91.66666674%; } - .tile.is-12 { - flex: none; - width: 100%; } } - -/* Bulma Helpers */ -.has-text-white { - color: white !important; } - -a.has-text-white:hover, a.has-text-white:focus { - color: #e6e6e6 !important; } - -.has-background-white { - background-color: white !important; } - -.has-text-black { - color: #0a0a0a !important; } - -a.has-text-black:hover, a.has-text-black:focus { - color: black !important; } - -.has-background-black { - background-color: #0a0a0a !important; } - -.has-text-light { - color: whitesmoke !important; } - -a.has-text-light:hover, a.has-text-light:focus { - color: #dbdbdb !important; } - -.has-background-light { - background-color: whitesmoke !important; } - -.has-text-dark { - color: #363636 !important; } - -a.has-text-dark:hover, a.has-text-dark:focus { - color: #1c1c1c !important; } - -.has-background-dark { - background-color: #363636 !important; } - -.has-text-primary { - color: #00d1b2 !important; } - -a.has-text-primary:hover, a.has-text-primary:focus { - color: #009e86 !important; } - -.has-background-primary { - background-color: #00d1b2 !important; } - -.has-text-primary-light { - color: #ebfffc !important; } - -a.has-text-primary-light:hover, a.has-text-primary-light:focus { - color: #b8fff4 !important; } - -.has-background-primary-light { - background-color: #ebfffc !important; } - -.has-text-primary-dark { - color: #00947e !important; } - -a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { - color: #00c7a9 !important; } - -.has-background-primary-dark { - background-color: #00947e !important; } - -.has-text-link { - color: #485fc7 !important; } - -a.has-text-link:hover, a.has-text-link:focus { - color: #3449a8 !important; } - -.has-background-link { - background-color: #485fc7 !important; } - -.has-text-link-light { - color: #eff1fa !important; } - -a.has-text-link-light:hover, a.has-text-link-light:focus { - color: #c8cfee !important; } - -.has-background-link-light { - background-color: #eff1fa !important; } - -.has-text-link-dark { - color: #3850b7 !important; } - -a.has-text-link-dark:hover, a.has-text-link-dark:focus { - color: #576dcb !important; } - -.has-background-link-dark { - background-color: #3850b7 !important; } - -.has-text-info { - color: #3e8ed0 !important; } - -a.has-text-info:hover, a.has-text-info:focus { - color: #2b74b1 !important; } - -.has-background-info { - background-color: #3e8ed0 !important; } - -.has-text-info-light { - color: #eff5fb !important; } - -a.has-text-info-light:hover, a.has-text-info-light:focus { - color: #c6ddf1 !important; } - -.has-background-info-light { - background-color: #eff5fb !important; } - -.has-text-info-dark { - color: #296fa8 !important; } - -a.has-text-info-dark:hover, a.has-text-info-dark:focus { - color: #368ace !important; } - -.has-background-info-dark { - background-color: #296fa8 !important; } - -.has-text-success { - color: #48c78e !important; } - -a.has-text-success:hover, a.has-text-success:focus { - color: #34a873 !important; } - -.has-background-success { - background-color: #48c78e !important; } - -.has-text-success-light { - color: #effaf5 !important; } - -a.has-text-success-light:hover, a.has-text-success-light:focus { - color: #c8eedd !important; } - -.has-background-success-light { - background-color: #effaf5 !important; } - -.has-text-success-dark { - color: #257953 !important; } - -a.has-text-success-dark:hover, a.has-text-success-dark:focus { - color: #31a06e !important; } - -.has-background-success-dark { - background-color: #257953 !important; } - -.has-text-warning { - color: #ffe08a !important; } - -a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd257 !important; } - -.has-background-warning { - background-color: #ffe08a !important; } - -.has-text-warning-light { - color: #fffaeb !important; } - -a.has-text-warning-light:hover, a.has-text-warning-light:focus { - color: #ffecb8 !important; } - -.has-background-warning-light { - background-color: #fffaeb !important; } - -.has-text-warning-dark { - color: #946c00 !important; } - -a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { - color: #c79200 !important; } - -.has-background-warning-dark { - background-color: #946c00 !important; } - -.has-text-danger { - color: #f14668 !important; } - -a.has-text-danger:hover, a.has-text-danger:focus { - color: #ee1742 !important; } - -.has-background-danger { - background-color: #f14668 !important; } - -.has-text-danger-light { - color: #feecf0 !important; } - -a.has-text-danger-light:hover, a.has-text-danger-light:focus { - color: #fabdc9 !important; } - -.has-background-danger-light { - background-color: #feecf0 !important; } - -.has-text-danger-dark { - color: #cc0f35 !important; } - -a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { - color: #ee2049 !important; } - -.has-background-danger-dark { - background-color: #cc0f35 !important; } - -.has-text-black-bis { - color: #121212 !important; } - -.has-background-black-bis { - background-color: #121212 !important; } - -.has-text-black-ter { - color: #242424 !important; } - -.has-background-black-ter { - background-color: #242424 !important; } - -.has-text-grey-darker { - color: #363636 !important; } - -.has-background-grey-darker { - background-color: #363636 !important; } - -.has-text-grey-dark { - color: #4a4a4a !important; } - -.has-background-grey-dark { - background-color: #4a4a4a !important; } - -.has-text-grey { - color: #7a7a7a !important; } - -.has-background-grey { - background-color: #7a7a7a !important; } - -.has-text-grey-light { - color: #b5b5b5 !important; } - -.has-background-grey-light { - background-color: #b5b5b5 !important; } - -.has-text-grey-lighter { - color: #dbdbdb !important; } - -.has-background-grey-lighter { - background-color: #dbdbdb !important; } - -.has-text-white-ter { - color: whitesmoke !important; } - -.has-background-white-ter { - background-color: whitesmoke !important; } - -.has-text-white-bis { - color: #fafafa !important; } - -.has-background-white-bis { - background-color: #fafafa !important; } - -.is-flex-direction-row { - flex-direction: row !important; } - -.is-flex-direction-row-reverse { - flex-direction: row-reverse !important; } - -.is-flex-direction-column { - flex-direction: column !important; } - -.is-flex-direction-column-reverse { - flex-direction: column-reverse !important; } - -.is-flex-wrap-nowrap { - flex-wrap: nowrap !important; } - -.is-flex-wrap-wrap { - flex-wrap: wrap !important; } - -.is-flex-wrap-wrap-reverse { - flex-wrap: wrap-reverse !important; } - -.is-justify-content-flex-start { - justify-content: flex-start !important; } - -.is-justify-content-flex-end { - justify-content: flex-end !important; } - -.is-justify-content-center { - justify-content: center !important; } - -.is-justify-content-space-between { - justify-content: space-between !important; } - -.is-justify-content-space-around { - justify-content: space-around !important; } - -.is-justify-content-space-evenly { - justify-content: space-evenly !important; } - -.is-justify-content-start { - justify-content: start !important; } - -.is-justify-content-end { - justify-content: end !important; } - -.is-justify-content-left { - justify-content: left !important; } - -.is-justify-content-right { - justify-content: right !important; } - -.is-align-content-flex-start { - align-content: flex-start !important; } - -.is-align-content-flex-end { - align-content: flex-end !important; } - -.is-align-content-center { - align-content: center !important; } - -.is-align-content-space-between { - align-content: space-between !important; } - -.is-align-content-space-around { - align-content: space-around !important; } - -.is-align-content-space-evenly { - align-content: space-evenly !important; } - -.is-align-content-stretch { - align-content: stretch !important; } - -.is-align-content-start { - align-content: start !important; } - -.is-align-content-end { - align-content: end !important; } - -.is-align-content-baseline { - align-content: baseline !important; } - -.is-align-items-stretch { - align-items: stretch !important; } - -.is-align-items-flex-start { - align-items: flex-start !important; } - -.is-align-items-flex-end { - align-items: flex-end !important; } - -.is-align-items-center { - align-items: center !important; } - -.is-align-items-baseline { - align-items: baseline !important; } - -.is-align-items-start { - align-items: start !important; } - -.is-align-items-end { - align-items: end !important; } - -.is-align-items-self-start { - align-items: self-start !important; } - -.is-align-items-self-end { - align-items: self-end !important; } - -.is-align-self-auto { - align-self: auto !important; } - -.is-align-self-flex-start { - align-self: flex-start !important; } - -.is-align-self-flex-end { - align-self: flex-end !important; } - -.is-align-self-center { - align-self: center !important; } - -.is-align-self-baseline { - align-self: baseline !important; } - -.is-align-self-stretch { - align-self: stretch !important; } - -.is-flex-grow-0 { - flex-grow: 0 !important; } - -.is-flex-grow-1 { - flex-grow: 1 !important; } - -.is-flex-grow-2 { - flex-grow: 2 !important; } - -.is-flex-grow-3 { - flex-grow: 3 !important; } - -.is-flex-grow-4 { - flex-grow: 4 !important; } - -.is-flex-grow-5 { - flex-grow: 5 !important; } - -.is-flex-shrink-0 { - flex-shrink: 0 !important; } - -.is-flex-shrink-1 { - flex-shrink: 1 !important; } - -.is-flex-shrink-2 { - flex-shrink: 2 !important; } - -.is-flex-shrink-3 { - flex-shrink: 3 !important; } - -.is-flex-shrink-4 { - flex-shrink: 4 !important; } - -.is-flex-shrink-5 { - flex-shrink: 5 !important; } - -.is-clearfix::after { - clear: both; - content: " "; - display: table; } - -.is-pulled-left { - float: left !important; } - -.is-pulled-right { - float: right !important; } - -.is-radiusless { - border-radius: 0 !important; } - -.is-shadowless { - box-shadow: none !important; } - -.is-clickable { - cursor: pointer !important; - pointer-events: all !important; } - -.is-clipped { - overflow: hidden !important; } - -.is-relative { - position: relative !important; } - -.is-marginless { - margin: 0 !important; } - -.is-paddingless { - padding: 0 !important; } - -.m-0 { - margin: 0 !important; } - -.mt-0 { - margin-top: 0 !important; } - -.mr-0 { - margin-right: 0 !important; } - -.mb-0 { - margin-bottom: 0 !important; } - -.ml-0 { - margin-left: 0 !important; } - -.mx-0 { - margin-left: 0 !important; - margin-right: 0 !important; } - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; } - -.m-1 { - margin: 0.25rem !important; } - -.mt-1 { - margin-top: 0.25rem !important; } - -.mr-1 { - margin-right: 0.25rem !important; } - -.mb-1 { - margin-bottom: 0.25rem !important; } - -.ml-1 { - margin-left: 0.25rem !important; } - -.mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; } - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; } - -.m-2 { - margin: 0.5rem !important; } - -.mt-2 { - margin-top: 0.5rem !important; } - -.mr-2 { - margin-right: 0.5rem !important; } - -.mb-2 { - margin-bottom: 0.5rem !important; } - -.ml-2 { - margin-left: 0.5rem !important; } - -.mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; } - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; } - -.m-3 { - margin: 0.75rem !important; } - -.mt-3 { - margin-top: 0.75rem !important; } - -.mr-3 { - margin-right: 0.75rem !important; } - -.mb-3 { - margin-bottom: 0.75rem !important; } - -.ml-3 { - margin-left: 0.75rem !important; } - -.mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; } - -.my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; } - -.m-4 { - margin: 1rem !important; } - -.mt-4 { - margin-top: 1rem !important; } - -.mr-4 { - margin-right: 1rem !important; } - -.mb-4 { - margin-bottom: 1rem !important; } - -.ml-4 { - margin-left: 1rem !important; } - -.mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; } - -.my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; } - -.m-5 { - margin: 1.5rem !important; } - -.mt-5 { - margin-top: 1.5rem !important; } - -.mr-5 { - margin-right: 1.5rem !important; } - -.mb-5 { - margin-bottom: 1.5rem !important; } - -.ml-5 { - margin-left: 1.5rem !important; } - -.mx-5 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; } - -.my-5 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; } - -.m-6 { - margin: 3rem !important; } - -.mt-6 { - margin-top: 3rem !important; } - -.mr-6 { - margin-right: 3rem !important; } - -.mb-6 { - margin-bottom: 3rem !important; } - -.ml-6 { - margin-left: 3rem !important; } - -.mx-6 { - margin-left: 3rem !important; - margin-right: 3rem !important; } - -.my-6 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; } - -.m-auto { - margin: auto !important; } - -.mt-auto { - margin-top: auto !important; } - -.mr-auto { - margin-right: auto !important; } - -.mb-auto { - margin-bottom: auto !important; } - -.ml-auto { - margin-left: auto !important; } - -.mx-auto { - margin-left: auto !important; - margin-right: auto !important; } - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; } - -.p-0 { - padding: 0 !important; } - -.pt-0 { - padding-top: 0 !important; } - -.pr-0 { - padding-right: 0 !important; } - -.pb-0 { - padding-bottom: 0 !important; } - -.pl-0 { - padding-left: 0 !important; } - -.px-0 { - padding-left: 0 !important; - padding-right: 0 !important; } - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; } - -.p-1 { - padding: 0.25rem !important; } - -.pt-1 { - padding-top: 0.25rem !important; } - -.pr-1 { - padding-right: 0.25rem !important; } - -.pb-1 { - padding-bottom: 0.25rem !important; } - -.pl-1 { - padding-left: 0.25rem !important; } - -.px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; } - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; } - -.p-2 { - padding: 0.5rem !important; } - -.pt-2 { - padding-top: 0.5rem !important; } - -.pr-2 { - padding-right: 0.5rem !important; } - -.pb-2 { - padding-bottom: 0.5rem !important; } - -.pl-2 { - padding-left: 0.5rem !important; } - -.px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; } - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; } - -.p-3 { - padding: 0.75rem !important; } - -.pt-3 { - padding-top: 0.75rem !important; } - -.pr-3 { - padding-right: 0.75rem !important; } - -.pb-3 { - padding-bottom: 0.75rem !important; } - -.pl-3 { - padding-left: 0.75rem !important; } - -.px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; } - -.py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; } - -.p-4 { - padding: 1rem !important; } - -.pt-4 { - padding-top: 1rem !important; } - -.pr-4 { - padding-right: 1rem !important; } - -.pb-4 { - padding-bottom: 1rem !important; } - -.pl-4 { - padding-left: 1rem !important; } - -.px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; } - -.py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; } - -.p-5 { - padding: 1.5rem !important; } - -.pt-5 { - padding-top: 1.5rem !important; } - -.pr-5 { - padding-right: 1.5rem !important; } - -.pb-5 { - padding-bottom: 1.5rem !important; } - -.pl-5 { - padding-left: 1.5rem !important; } - -.px-5 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; } - -.py-5 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; } - -.p-6 { - padding: 3rem !important; } - -.pt-6 { - padding-top: 3rem !important; } - -.pr-6 { - padding-right: 3rem !important; } - -.pb-6 { - padding-bottom: 3rem !important; } - -.pl-6 { - padding-left: 3rem !important; } - -.px-6 { - padding-left: 3rem !important; - padding-right: 3rem !important; } - -.py-6 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; } - -.p-auto { - padding: auto !important; } - -.pt-auto { - padding-top: auto !important; } - -.pr-auto { - padding-right: auto !important; } - -.pb-auto { - padding-bottom: auto !important; } - -.pl-auto { - padding-left: auto !important; } - -.px-auto { - padding-left: auto !important; - padding-right: auto !important; } - -.py-auto { - padding-top: auto !important; - padding-bottom: auto !important; } - -.is-size-1 { - font-size: 3rem !important; } - -.is-size-2 { - font-size: 2.5rem !important; } - -.is-size-3 { - font-size: 2rem !important; } - -.is-size-4 { - font-size: 1.5rem !important; } - -.is-size-5 { - font-size: 1.25rem !important; } - -.is-size-6 { - font-size: 1rem !important; } - -.is-size-7 { - font-size: 0.75rem !important; } - -@media screen and (max-width: 768px) { - .is-size-1-mobile { - font-size: 3rem !important; } - - .is-size-2-mobile { - font-size: 2.5rem !important; } - - .is-size-3-mobile { - font-size: 2rem !important; } - - .is-size-4-mobile { - font-size: 1.5rem !important; } - - .is-size-5-mobile { - font-size: 1.25rem !important; } - - .is-size-6-mobile { - font-size: 1rem !important; } - - .is-size-7-mobile { - font-size: 0.75rem !important; } } -@media screen and (min-width: 769px), print { - .is-size-1-tablet { - font-size: 3rem !important; } - - .is-size-2-tablet { - font-size: 2.5rem !important; } - - .is-size-3-tablet { - font-size: 2rem !important; } - - .is-size-4-tablet { - font-size: 1.5rem !important; } - - .is-size-5-tablet { - font-size: 1.25rem !important; } - - .is-size-6-tablet { - font-size: 1rem !important; } - - .is-size-7-tablet { - font-size: 0.75rem !important; } } -@media screen and (max-width: 1023px) { - .is-size-1-touch { - font-size: 3rem !important; } - - .is-size-2-touch { - font-size: 2.5rem !important; } - - .is-size-3-touch { - font-size: 2rem !important; } - - .is-size-4-touch { - font-size: 1.5rem !important; } - - .is-size-5-touch { - font-size: 1.25rem !important; } - - .is-size-6-touch { - font-size: 1rem !important; } - - .is-size-7-touch { - font-size: 0.75rem !important; } } -@media screen and (min-width: 1024px) { - .is-size-1-desktop { - font-size: 3rem !important; } - - .is-size-2-desktop { - font-size: 2.5rem !important; } - - .is-size-3-desktop { - font-size: 2rem !important; } - - .is-size-4-desktop { - font-size: 1.5rem !important; } - - .is-size-5-desktop { - font-size: 1.25rem !important; } - - .is-size-6-desktop { - font-size: 1rem !important; } - - .is-size-7-desktop { - font-size: 0.75rem !important; } } -@media screen and (min-width: 1216px) { - .is-size-1-widescreen { - font-size: 3rem !important; } - - .is-size-2-widescreen { - font-size: 2.5rem !important; } - - .is-size-3-widescreen { - font-size: 2rem !important; } - - .is-size-4-widescreen { - font-size: 1.5rem !important; } - - .is-size-5-widescreen { - font-size: 1.25rem !important; } - - .is-size-6-widescreen { - font-size: 1rem !important; } - - .is-size-7-widescreen { - font-size: 0.75rem !important; } } -@media screen and (min-width: 1408px) { - .is-size-1-fullhd { - font-size: 3rem !important; } - - .is-size-2-fullhd { - font-size: 2.5rem !important; } - - .is-size-3-fullhd { - font-size: 2rem !important; } - - .is-size-4-fullhd { - font-size: 1.5rem !important; } - - .is-size-5-fullhd { - font-size: 1.25rem !important; } - - .is-size-6-fullhd { - font-size: 1rem !important; } - - .is-size-7-fullhd { - font-size: 0.75rem !important; } } -.has-text-centered { - text-align: center !important; } - -.has-text-justified { - text-align: justify !important; } - -.has-text-left { - text-align: left !important; } - -.has-text-right { - text-align: right !important; } - -@media screen and (max-width: 768px) { - .has-text-centered-mobile { - text-align: center !important; } } -@media screen and (min-width: 769px), print { - .has-text-centered-tablet { - text-align: center !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-centered-tablet-only { - text-align: center !important; } } -@media screen and (max-width: 1023px) { - .has-text-centered-touch { - text-align: center !important; } } -@media screen and (min-width: 1024px) { - .has-text-centered-desktop { - text-align: center !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-centered-desktop-only { - text-align: center !important; } } -@media screen and (min-width: 1216px) { - .has-text-centered-widescreen { - text-align: center !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-centered-widescreen-only { - text-align: center !important; } } -@media screen and (min-width: 1408px) { - .has-text-centered-fullhd { - text-align: center !important; } } -@media screen and (max-width: 768px) { - .has-text-justified-mobile { - text-align: justify !important; } } -@media screen and (min-width: 769px), print { - .has-text-justified-tablet { - text-align: justify !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-justified-tablet-only { - text-align: justify !important; } } -@media screen and (max-width: 1023px) { - .has-text-justified-touch { - text-align: justify !important; } } -@media screen and (min-width: 1024px) { - .has-text-justified-desktop { - text-align: justify !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-justified-desktop-only { - text-align: justify !important; } } -@media screen and (min-width: 1216px) { - .has-text-justified-widescreen { - text-align: justify !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-justified-widescreen-only { - text-align: justify !important; } } -@media screen and (min-width: 1408px) { - .has-text-justified-fullhd { - text-align: justify !important; } } -@media screen and (max-width: 768px) { - .has-text-left-mobile { - text-align: left !important; } } -@media screen and (min-width: 769px), print { - .has-text-left-tablet { - text-align: left !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-left-tablet-only { - text-align: left !important; } } -@media screen and (max-width: 1023px) { - .has-text-left-touch { - text-align: left !important; } } -@media screen and (min-width: 1024px) { - .has-text-left-desktop { - text-align: left !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-left-desktop-only { - text-align: left !important; } } -@media screen and (min-width: 1216px) { - .has-text-left-widescreen { - text-align: left !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-left-widescreen-only { - text-align: left !important; } } -@media screen and (min-width: 1408px) { - .has-text-left-fullhd { - text-align: left !important; } } -@media screen and (max-width: 768px) { - .has-text-right-mobile { - text-align: right !important; } } -@media screen and (min-width: 769px), print { - .has-text-right-tablet { - text-align: right !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-right-tablet-only { - text-align: right !important; } } -@media screen and (max-width: 1023px) { - .has-text-right-touch { - text-align: right !important; } } -@media screen and (min-width: 1024px) { - .has-text-right-desktop { - text-align: right !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-right-desktop-only { - text-align: right !important; } } -@media screen and (min-width: 1216px) { - .has-text-right-widescreen { - text-align: right !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-right-widescreen-only { - text-align: right !important; } } -@media screen and (min-width: 1408px) { - .has-text-right-fullhd { - text-align: right !important; } } -.is-capitalized { - text-transform: capitalize !important; } - -.is-lowercase { - text-transform: lowercase !important; } - -.is-uppercase { - text-transform: uppercase !important; } - -.is-italic { - font-style: italic !important; } - -.is-underlined { - text-decoration: underline !important; } - -.has-text-weight-light { - font-weight: 300 !important; } - -.has-text-weight-normal { - font-weight: 400 !important; } - -.has-text-weight-medium { - font-weight: 500 !important; } - -.has-text-weight-semibold { - font-weight: 600 !important; } - -.has-text-weight-bold { - font-weight: 700 !important; } - -.is-family-primary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; } - -.is-family-secondary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; } - -.is-family-sans-serif { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; } - -.is-family-monospace { - font-family: monospace !important; } - -.is-family-code { - font-family: monospace !important; } - -.is-block { - display: block !important; } - -@media screen and (max-width: 768px) { - .is-block-mobile { - display: block !important; } } -@media screen and (min-width: 769px), print { - .is-block-tablet { - display: block !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-block-tablet-only { - display: block !important; } } -@media screen and (max-width: 1023px) { - .is-block-touch { - display: block !important; } } -@media screen and (min-width: 1024px) { - .is-block-desktop { - display: block !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-block-desktop-only { - display: block !important; } } -@media screen and (min-width: 1216px) { - .is-block-widescreen { - display: block !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-block-widescreen-only { - display: block !important; } } -@media screen and (min-width: 1408px) { - .is-block-fullhd { - display: block !important; } } -.is-flex { - display: flex !important; } - -@media screen and (max-width: 768px) { - .is-flex-mobile { - display: flex !important; } } -@media screen and (min-width: 769px), print { - .is-flex-tablet { - display: flex !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-flex-tablet-only { - display: flex !important; } } -@media screen and (max-width: 1023px) { - .is-flex-touch { - display: flex !important; } } -@media screen and (min-width: 1024px) { - .is-flex-desktop { - display: flex !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-flex-desktop-only { - display: flex !important; } } -@media screen and (min-width: 1216px) { - .is-flex-widescreen { - display: flex !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-flex-widescreen-only { - display: flex !important; } } -@media screen and (min-width: 1408px) { - .is-flex-fullhd { - display: flex !important; } } -.is-inline { - display: inline !important; } - -@media screen and (max-width: 768px) { - .is-inline-mobile { - display: inline !important; } } -@media screen and (min-width: 769px), print { - .is-inline-tablet { - display: inline !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-tablet-only { - display: inline !important; } } -@media screen and (max-width: 1023px) { - .is-inline-touch { - display: inline !important; } } -@media screen and (min-width: 1024px) { - .is-inline-desktop { - display: inline !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-desktop-only { - display: inline !important; } } -@media screen and (min-width: 1216px) { - .is-inline-widescreen { - display: inline !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-widescreen-only { - display: inline !important; } } -@media screen and (min-width: 1408px) { - .is-inline-fullhd { - display: inline !important; } } -.is-inline-block { - display: inline-block !important; } - -@media screen and (max-width: 768px) { - .is-inline-block-mobile { - display: inline-block !important; } } -@media screen and (min-width: 769px), print { - .is-inline-block-tablet { - display: inline-block !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-block-tablet-only { - display: inline-block !important; } } -@media screen and (max-width: 1023px) { - .is-inline-block-touch { - display: inline-block !important; } } -@media screen and (min-width: 1024px) { - .is-inline-block-desktop { - display: inline-block !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-block-desktop-only { - display: inline-block !important; } } -@media screen and (min-width: 1216px) { - .is-inline-block-widescreen { - display: inline-block !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-block-widescreen-only { - display: inline-block !important; } } -@media screen and (min-width: 1408px) { - .is-inline-block-fullhd { - display: inline-block !important; } } -.is-inline-flex { - display: inline-flex !important; } - -@media screen and (max-width: 768px) { - .is-inline-flex-mobile { - display: inline-flex !important; } } -@media screen and (min-width: 769px), print { - .is-inline-flex-tablet { - display: inline-flex !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-flex-tablet-only { - display: inline-flex !important; } } -@media screen and (max-width: 1023px) { - .is-inline-flex-touch { - display: inline-flex !important; } } -@media screen and (min-width: 1024px) { - .is-inline-flex-desktop { - display: inline-flex !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-flex-desktop-only { - display: inline-flex !important; } } -@media screen and (min-width: 1216px) { - .is-inline-flex-widescreen { - display: inline-flex !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-flex-widescreen-only { - display: inline-flex !important; } } -@media screen and (min-width: 1408px) { - .is-inline-flex-fullhd { - display: inline-flex !important; } } -.is-hidden { - display: none !important; } - -.is-sr-only { - border: none !important; - clip: rect(0, 0, 0, 0) !important; - height: 0.01em !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - white-space: nowrap !important; - width: 0.01em !important; } - -@media screen and (max-width: 768px) { - .is-hidden-mobile { - display: none !important; } } -@media screen and (min-width: 769px), print { - .is-hidden-tablet { - display: none !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-hidden-tablet-only { - display: none !important; } } -@media screen and (max-width: 1023px) { - .is-hidden-touch { - display: none !important; } } -@media screen and (min-width: 1024px) { - .is-hidden-desktop { - display: none !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-hidden-desktop-only { - display: none !important; } } -@media screen and (min-width: 1216px) { - .is-hidden-widescreen { - display: none !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-hidden-widescreen-only { - display: none !important; } } -@media screen and (min-width: 1408px) { - .is-hidden-fullhd { - display: none !important; } } -.is-invisible { - visibility: hidden !important; } - -@media screen and (max-width: 768px) { - .is-invisible-mobile { - visibility: hidden !important; } } -@media screen and (min-width: 769px), print { - .is-invisible-tablet { - visibility: hidden !important; } } -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-invisible-tablet-only { - visibility: hidden !important; } } -@media screen and (max-width: 1023px) { - .is-invisible-touch { - visibility: hidden !important; } } -@media screen and (min-width: 1024px) { - .is-invisible-desktop { - visibility: hidden !important; } } -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-invisible-desktop-only { - visibility: hidden !important; } } -@media screen and (min-width: 1216px) { - .is-invisible-widescreen { - visibility: hidden !important; } } -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-invisible-widescreen-only { - visibility: hidden !important; } } -@media screen and (min-width: 1408px) { - .is-invisible-fullhd { - visibility: hidden !important; } } -/* Bulma Layout */ -.hero { - align-items: stretch; - display: flex; - flex-direction: column; - justify-content: space-between; } - .hero .navbar { - background: none; } - .hero .tabs ul { - border-bottom: none; } - .hero.is-white { - background-color: white; - color: #0a0a0a; } - .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-white strong { - color: inherit; } - .hero.is-white .title { - color: #0a0a0a; } - .hero.is-white .subtitle { - color: rgba(10, 10, 10, 0.9); } - .hero.is-white .subtitle a:not(.button), - .hero.is-white .subtitle strong { - color: #0a0a0a; } - @media screen and (max-width: 1023px) { - .hero.is-white .navbar-menu { - background-color: white; } } - .hero.is-white .navbar-item, - .hero.is-white .navbar-link { - color: rgba(10, 10, 10, 0.7); } - .hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, - .hero.is-white .navbar-link:hover, - .hero.is-white .navbar-link.is-active { - background-color: #f2f2f2; - color: #0a0a0a; } - .hero.is-white .tabs a { - color: #0a0a0a; - opacity: 0.9; } - .hero.is-white .tabs a:hover { - opacity: 1; } - .hero.is-white .tabs li.is-active a { - color: white !important; - opacity: 1; } - .hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: #0a0a0a; } - .hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: #0a0a0a; - border-color: #0a0a0a; - color: white; } - .hero.is-white.is-bold { - background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); } - @media screen and (max-width: 768px) { - .hero.is-white.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%); } } - .hero.is-black { - background-color: #0a0a0a; - color: white; } - .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-black strong { - color: inherit; } - .hero.is-black .title { - color: white; } - .hero.is-black .subtitle { - color: rgba(255, 255, 255, 0.9); } - .hero.is-black .subtitle a:not(.button), - .hero.is-black .subtitle strong { - color: white; } - @media screen and (max-width: 1023px) { - .hero.is-black .navbar-menu { - background-color: #0a0a0a; } } - .hero.is-black .navbar-item, - .hero.is-black .navbar-link { - color: rgba(255, 255, 255, 0.7); } - .hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, - .hero.is-black .navbar-link:hover, - .hero.is-black .navbar-link.is-active { - background-color: black; - color: white; } - .hero.is-black .tabs a { - color: white; - opacity: 0.9; } - .hero.is-black .tabs a:hover { - opacity: 1; } - .hero.is-black .tabs li.is-active a { - color: #0a0a0a !important; - opacity: 1; } - .hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { - color: white; } - .hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: white; - border-color: white; - color: #0a0a0a; } - .hero.is-black.is-bold { - background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } - @media screen and (max-width: 768px) { - .hero.is-black.is-bold .navbar-menu { - background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); } } - .hero.is-light { - background-color: whitesmoke; - color: rgba(0, 0, 0, 0.7); } - .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-light strong { - color: inherit; } - .hero.is-light .title { - color: rgba(0, 0, 0, 0.7); } - .hero.is-light .subtitle { - color: rgba(0, 0, 0, 0.9); } - .hero.is-light .subtitle a:not(.button), - .hero.is-light .subtitle strong { - color: rgba(0, 0, 0, 0.7); } - @media screen and (max-width: 1023px) { - .hero.is-light .navbar-menu { - background-color: whitesmoke; } } - .hero.is-light .navbar-item, - .hero.is-light .navbar-link { - color: rgba(0, 0, 0, 0.7); } - .hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, - .hero.is-light .navbar-link:hover, - .hero.is-light .navbar-link.is-active { - background-color: #e8e8e8; - color: rgba(0, 0, 0, 0.7); } - .hero.is-light .tabs a { - color: rgba(0, 0, 0, 0.7); - opacity: 0.9; } - .hero.is-light .tabs a:hover { - opacity: 1; } - .hero.is-light .tabs li.is-active a { - color: whitesmoke !important; - opacity: 1; } - .hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: rgba(0, 0, 0, 0.7); } - .hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: rgba(0, 0, 0, 0.7); - border-color: rgba(0, 0, 0, 0.7); - color: whitesmoke; } - .hero.is-light.is-bold { - background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } - @media screen and (max-width: 768px) { - .hero.is-light.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); } } - .hero.is-dark { - background-color: #363636; - color: #fff; } - .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-dark strong { - color: inherit; } - .hero.is-dark .title { - color: #fff; } - .hero.is-dark .subtitle { - color: rgba(255, 255, 255, 0.9); } - .hero.is-dark .subtitle a:not(.button), - .hero.is-dark .subtitle strong { - color: #fff; } - @media screen and (max-width: 1023px) { - .hero.is-dark .navbar-menu { - background-color: #363636; } } - .hero.is-dark .navbar-item, - .hero.is-dark .navbar-link { - color: rgba(255, 255, 255, 0.7); } - .hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, - .hero.is-dark .navbar-link:hover, - .hero.is-dark .navbar-link.is-active { - background-color: #292929; - color: #fff; } - .hero.is-dark .tabs a { - color: #fff; - opacity: 0.9; } - .hero.is-dark .tabs a:hover { - opacity: 1; } - .hero.is-dark .tabs li.is-active a { - color: #363636 !important; - opacity: 1; } - .hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { - color: #fff; } - .hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #363636; } - .hero.is-dark.is-bold { - background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } - @media screen and (max-width: 768px) { - .hero.is-dark.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); } } - .hero.is-primary { - background-color: #00d1b2; - color: #fff; } - .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-primary strong { - color: inherit; } - .hero.is-primary .title { - color: #fff; } - .hero.is-primary .subtitle { - color: rgba(255, 255, 255, 0.9); } - .hero.is-primary .subtitle a:not(.button), - .hero.is-primary .subtitle strong { - color: #fff; } - @media screen and (max-width: 1023px) { - .hero.is-primary .navbar-menu { - background-color: #00d1b2; } } - .hero.is-primary .navbar-item, - .hero.is-primary .navbar-link { - color: rgba(255, 255, 255, 0.7); } - .hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, - .hero.is-primary .navbar-link:hover, - .hero.is-primary .navbar-link.is-active { - background-color: #00b89c; - color: #fff; } - .hero.is-primary .tabs a { - color: #fff; - opacity: 0.9; } - .hero.is-primary .tabs a:hover { - opacity: 1; } - .hero.is-primary .tabs li.is-active a { - color: #00d1b2 !important; - opacity: 1; } - .hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { - color: #fff; } - .hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #00d1b2; } - .hero.is-primary.is-bold { - background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } - @media screen and (max-width: 768px) { - .hero.is-primary.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); } } - .hero.is-link { - background-color: #485fc7; - color: #fff; } - .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-link strong { - color: inherit; } - .hero.is-link .title { - color: #fff; } - .hero.is-link .subtitle { - color: rgba(255, 255, 255, 0.9); } - .hero.is-link .subtitle a:not(.button), - .hero.is-link .subtitle strong { - color: #fff; } - @media screen and (max-width: 1023px) { - .hero.is-link .navbar-menu { - background-color: #485fc7; } } - .hero.is-link .navbar-item, - .hero.is-link .navbar-link { - color: rgba(255, 255, 255, 0.7); } - .hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, - .hero.is-link .navbar-link:hover, - .hero.is-link .navbar-link.is-active { - background-color: #3a51bb; - color: #fff; } - .hero.is-link .tabs a { - color: #fff; - opacity: 0.9; } - .hero.is-link .tabs a:hover { - opacity: 1; } - .hero.is-link .tabs li.is-active a { - color: #485fc7 !important; - opacity: 1; } - .hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { - color: #fff; } - .hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #485fc7; } - .hero.is-link.is-bold { - background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } - @media screen and (max-width: 768px) { - .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%); } } - .hero.is-info { - background-color: #3e8ed0; - color: #fff; } - .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-info strong { - color: inherit; } - .hero.is-info .title { - color: #fff; } - .hero.is-info .subtitle { - color: rgba(255, 255, 255, 0.9); } - .hero.is-info .subtitle a:not(.button), - .hero.is-info .subtitle strong { - color: #fff; } - @media screen and (max-width: 1023px) { - .hero.is-info .navbar-menu { - background-color: #3e8ed0; } } - .hero.is-info .navbar-item, - .hero.is-info .navbar-link { - color: rgba(255, 255, 255, 0.7); } - .hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, - .hero.is-info .navbar-link:hover, - .hero.is-info .navbar-link.is-active { - background-color: #3082c5; - color: #fff; } - .hero.is-info .tabs a { - color: #fff; - opacity: 0.9; } - .hero.is-info .tabs a:hover { - opacity: 1; } - .hero.is-info .tabs li.is-active a { - color: #3e8ed0 !important; - opacity: 1; } - .hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { - color: #fff; } - .hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #3e8ed0; } - .hero.is-info.is-bold { - background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } - @media screen and (max-width: 768px) { - .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%); } } - .hero.is-success { - background-color: #48c78e; - color: #fff; } - .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-success strong { - color: inherit; } - .hero.is-success .title { - color: #fff; } - .hero.is-success .subtitle { - color: rgba(255, 255, 255, 0.9); } - .hero.is-success .subtitle a:not(.button), - .hero.is-success .subtitle strong { - color: #fff; } - @media screen and (max-width: 1023px) { - .hero.is-success .navbar-menu { - background-color: #48c78e; } } - .hero.is-success .navbar-item, - .hero.is-success .navbar-link { - color: rgba(255, 255, 255, 0.7); } - .hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, - .hero.is-success .navbar-link:hover, - .hero.is-success .navbar-link.is-active { - background-color: #3abb81; - color: #fff; } - .hero.is-success .tabs a { - color: #fff; - opacity: 0.9; } - .hero.is-success .tabs a:hover { - opacity: 1; } - .hero.is-success .tabs li.is-active a { - color: #48c78e !important; - opacity: 1; } - .hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { - color: #fff; } - .hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #48c78e; } - .hero.is-success.is-bold { - background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } - @media screen and (max-width: 768px) { - .hero.is-success.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%); } } - .hero.is-warning { - background-color: #ffe08a; - color: rgba(0, 0, 0, 0.7); } - .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-warning strong { - color: inherit; } - .hero.is-warning .title { - color: rgba(0, 0, 0, 0.7); } - .hero.is-warning .subtitle { - color: rgba(0, 0, 0, 0.9); } - .hero.is-warning .subtitle a:not(.button), - .hero.is-warning .subtitle strong { - color: rgba(0, 0, 0, 0.7); } - @media screen and (max-width: 1023px) { - .hero.is-warning .navbar-menu { - background-color: #ffe08a; } } - .hero.is-warning .navbar-item, - .hero.is-warning .navbar-link { - color: rgba(0, 0, 0, 0.7); } - .hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, - .hero.is-warning .navbar-link:hover, - .hero.is-warning .navbar-link.is-active { - background-color: #ffd970; - color: rgba(0, 0, 0, 0.7); } - .hero.is-warning .tabs a { - color: rgba(0, 0, 0, 0.7); - opacity: 0.9; } - .hero.is-warning .tabs a:hover { - opacity: 1; } - .hero.is-warning .tabs li.is-active a { - color: #ffe08a !important; - opacity: 1; } - .hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgba(0, 0, 0, 0.7); } - .hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgba(0, 0, 0, 0.7); - border-color: rgba(0, 0, 0, 0.7); - color: #ffe08a; } - .hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } - @media screen and (max-width: 768px) { - .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%); } } - .hero.is-danger { - background-color: #f14668; - color: #fff; } - .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), - .hero.is-danger strong { - color: inherit; } - .hero.is-danger .title { - color: #fff; } - .hero.is-danger .subtitle { - color: rgba(255, 255, 255, 0.9); } - .hero.is-danger .subtitle a:not(.button), - .hero.is-danger .subtitle strong { - color: #fff; } - @media screen and (max-width: 1023px) { - .hero.is-danger .navbar-menu { - background-color: #f14668; } } - .hero.is-danger .navbar-item, - .hero.is-danger .navbar-link { - color: rgba(255, 255, 255, 0.7); } - .hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, - .hero.is-danger .navbar-link:hover, - .hero.is-danger .navbar-link.is-active { - background-color: #ef2e55; - color: #fff; } - .hero.is-danger .tabs a { - color: #fff; - opacity: 0.9; } - .hero.is-danger .tabs a:hover { - opacity: 1; } - .hero.is-danger .tabs li.is-active a { - color: #f14668 !important; - opacity: 1; } - .hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { - color: #fff; } - .hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(10, 10, 10, 0.1); } - .hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { - background-color: #fff; - border-color: #fff; - color: #f14668; } - .hero.is-danger.is-bold { - background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } - @media screen and (max-width: 768px) { - .hero.is-danger.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); } } - .hero.is-small .hero-body { - padding: 1.5rem; } - @media screen and (min-width: 769px), print { - .hero.is-medium .hero-body { - padding: 9rem 4.5rem; } } - @media screen and (min-width: 769px), print { - .hero.is-large .hero-body { - padding: 18rem 6rem; } } - .hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { - align-items: center; - display: flex; } - .hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container { - flex-grow: 1; - flex-shrink: 1; } - .hero.is-halfheight { - min-height: 50vh; } - .hero.is-fullheight { - min-height: 100vh; } - -.hero-video { - overflow: hidden; } - .hero-video video { - left: 50%; - min-height: 100%; - min-width: 100%; - position: absolute; - top: 50%; - transform: translate3d(-50%, -50%, 0); } - .hero-video.is-transparent { - opacity: 0.3; } - @media screen and (max-width: 768px) { - .hero-video { - display: none; } } - -.hero-buttons { - margin-top: 1.5rem; } - @media screen and (max-width: 768px) { - .hero-buttons .button { - display: flex; } - .hero-buttons .button:not(:last-child) { - margin-bottom: 0.75rem; } } - @media screen and (min-width: 769px), print { - .hero-buttons { - display: flex; - justify-content: center; } - .hero-buttons .button:not(:last-child) { - margin-right: 1.5rem; } } - -.hero-head, -.hero-foot { - flex-grow: 0; - flex-shrink: 0; } - -.hero-body { - flex-grow: 1; - flex-shrink: 0; - padding: 3rem 1.5rem; } - @media screen and (min-width: 769px), print { - .hero-body { - padding: 3rem 3rem; } } - -.section { - padding: 3rem 1.5rem; } - @media screen and (min-width: 1024px) { - .section { - padding: 3rem 3rem; } - .section.is-medium { - padding: 9rem 4.5rem; } - .section.is-large { - padding: 18rem 6rem; } } - -.footer { - background-color: #fafafa; - padding: 3rem 1.5rem 6rem; } - -/* sizes */ -/* Colors */ -.tr-disabled { - opacity: 0.33; } - -.divider { - position: relative; - display: flex; - align-items: center; - text-transform: uppercase; - color: #7a7a7a; - font-size: 0.75rem; - font-weight: 600; - letter-spacing: 0.5px; - margin: 25px 0; } - .divider::after, .divider::before { - content: ""; - display: block; - flex: 1; - height: 1px; - background-color: #dbdbdb; } - .divider.is-vertical { - flex-direction: column; - margin: 0 25px; } - .divider.is-vertical::after, .divider.is-vertical::before { - height: auto; - width: 1px; } - .divider.is-vertical::after { - margin-left: 0; - margin-top: 10px; } - .divider.is-vertical::before { - margin-right: 0; - margin-bottom: 10px; } - .divider.is-white::after, .divider.is-white::before { - background-color: white; } - .divider.is-black::after, .divider.is-black::before { - background-color: #0a0a0a; } - .divider.is-light::after, .divider.is-light::before { - background-color: whitesmoke; } - .divider.is-dark::after, .divider.is-dark::before { - background-color: #363636; } - .divider.is-primary::after, .divider.is-primary::before { - background-color: #00d1b2; } - .divider.is-primary.is-light::after, .divider.is-primary.is-light::before { - background-color: #ebfffc; } - .divider.is-link::after, .divider.is-link::before { - background-color: #485fc7; } - .divider.is-link.is-light::after, .divider.is-link.is-light::before { - background-color: #eff1fa; } - .divider.is-info::after, .divider.is-info::before { - background-color: #3e8ed0; } - .divider.is-info.is-light::after, .divider.is-info.is-light::before { - background-color: #eff5fb; } - .divider.is-success::after, .divider.is-success::before { - background-color: #48c78e; } - .divider.is-success.is-light::after, .divider.is-success.is-light::before { - background-color: #effaf5; } - .divider.is-warning::after, .divider.is-warning::before { - background-color: #ffe08a; } - .divider.is-warning.is-light::after, .divider.is-warning.is-light::before { - background-color: #fffaeb; } - .divider.is-danger::after, .divider.is-danger::before { - background-color: #f14668; } - .divider.is-danger.is-light::after, .divider.is-danger.is-light::before { - background-color: #feecf0; } - -/*# sourceMappingURL=bundle.css.map */ diff --git a/hackens_orga/shared/static/css/bundle.css.map b/hackens_orga/shared/static/css/bundle.css.map deleted file mode 100644 index a8eabd7..0000000 --- a/hackens_orga/shared/static/css/bundle.css.map +++ /dev/null @@ -1,7 +0,0 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["../scss/bulma/sass/utilities/extends.sass","../scss/bulma/sass/utilities/controls.sass","../scss/bulma/sass/utilities/derived-variables.sass","../scss/bulma/sass/utilities/mixins.sass","../scss/bulma/sass/utilities/initial-variables.sass","../scss/bulma/sass/base/minireset.sass","../scss/bulma/sass/base/generic.sass","../scss/bulma/sass/base/animations.sass","../scss/bulma/sass/elements/box.sass","../scss/bulma/sass/elements/button.sass","../scss/bulma/sass/elements/container.sass","../scss/bulma/sass/elements/content.sass","../scss/bulma/sass/elements/icon.sass","../scss/bulma/sass/elements/image.sass","../scss/bulma/sass/elements/notification.sass","../scss/bulma/sass/elements/progress.sass","../scss/bulma/sass/elements/table.sass","../scss/bulma/sass/elements/tag.sass","../scss/bulma/sass/elements/title.sass","../scss/bulma/sass/elements/other.sass","../scss/bulma/sass/form/shared.sass","../scss/bulma/sass/form/input-textarea.sass","../scss/bulma/sass/form/checkbox-radio.sass","../scss/bulma/sass/form/select.sass","../scss/bulma/sass/form/file.sass","../scss/bulma/sass/form/tools.sass","../scss/bulma/sass/components/breadcrumb.sass","../scss/bulma/sass/components/card.sass","../scss/bulma/sass/components/dropdown.sass","../scss/bulma/sass/components/level.sass","../scss/bulma/sass/components/media.sass","../scss/bulma/sass/components/menu.sass","../scss/bulma/sass/components/message.sass","../scss/bulma/sass/components/modal.sass","../scss/bulma/sass/components/navbar.sass","../scss/bulma/sass/components/pagination.sass","../scss/bulma/sass/components/panel.sass","../scss/bulma/sass/components/tabs.sass","../scss/bulma/sass/grid/columns.sass","../scss/bulma/sass/grid/tiles.sass","../scss/bulma/sass/helpers/color.sass","../scss/bulma/sass/helpers/flexbox.sass","../scss/bulma/sass/helpers/float.sass","../scss/bulma/sass/helpers/other.sass","../scss/bulma/sass/helpers/overflow.sass","../scss/bulma/sass/helpers/position.sass","../scss/bulma/sass/helpers/spacing.sass","../scss/bulma/sass/helpers/typography.sass","../scss/bulma/sass/helpers/visibility.sass","../scss/bulma/sass/layout/hero.sass","../scss/bulma/sass/layout/section.sass","../scss/bulma/sass/layout/footer.sass","../scss/main.sass","../scss/divider.sass"], -"names": [], -"file": "bundle.css" -} diff --git a/hackens_orga/shared/static/js/bulma-utils.js b/hackens_orga/shared/static/js/bulma-utils.js deleted file mode 100644 index d787dee..0000000 --- a/hackens_orga/shared/static/js/bulma-utils.js +++ /dev/null @@ -1,37 +0,0 @@ -document.addEventListener('DOMContentLoaded', () => { - - // Get all "navbar-burger" elements - const $navbarBurgers = Array.prototype.slice.call(document.querySelectorAll('.navbar-burger'), 0); - - // Add a click event on each of them - $navbarBurgers.forEach( el => { - el.addEventListener('click', () => { - // Get the target from the "data-target" attribute - if ('target' in el.dataset) { - const target = el.dataset.target; - const $target = document.getElementById(target); - el.classList.toggle('is-active'); - $target.classList.toggle('is-active'); - } - }); - }); - -}); - -document.addEventListener('DOMContentLoaded', () => { - const $deleteElems = Array.prototype.slice.call(document.querySelectorAll('.delete'), 0); - - // Add a click event on each of them - $deleteElems.forEach( el => { - el.addEventListener('click', () => { - // Get the target from the "data-target" attribute - if ('target' in el.dataset) { - const target = el.dataset.target; - const $target = document.getElementById(target); - $target.remove(); - } - }); - }); - -}); - diff --git a/hackens_orga/shared/static/vendor/fontawesome/LICENSE.txt b/hackens_orga/shared/static/vendor/fontawesome/LICENSE.txt deleted file mode 100644 index 39e18e3..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/LICENSE.txt +++ /dev/null @@ -1,165 +0,0 @@ -Fonticons, Inc. (https://fontawesome.com) - --------------------------------------------------------------------------------- - -Font Awesome Free License - -Font Awesome Free is free, open source, and GPL friendly. You can use it for -commercial projects, open source projects, or really almost whatever you want. -Full Font Awesome Free license: https://fontawesome.com/license/free. - --------------------------------------------------------------------------------- - -# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) - -The Font Awesome Free download is licensed under a Creative Commons -Attribution 4.0 International License and applies to all icons packaged -as SVG and JS file types. - --------------------------------------------------------------------------------- - -# Fonts: SIL OFL 1.1 License - -In the Font Awesome Free download, the SIL OFL license applies to all icons -packaged as web and desktop font files. - -Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com) -with Reserved Font Name: "Font Awesome". - -This Font Software is licensed under the SIL Open Font License, Version 1.1. -This license is copied below, and is also available with a FAQ at: -http://scripts.sil.org/OFL - -SIL OPEN FONT LICENSE -Version 1.1 - 26 February 2007 - -PREAMBLE -The goals of the Open Font License (OFL) are to stimulate worldwide -development of collaborative font projects, to support the font creation -efforts of academic and linguistic communities, and to provide a free and -open framework in which fonts may be shared and improved in partnership -with others. - -The OFL allows the licensed fonts to be used, studied, modified and -redistributed freely as long as they are not sold by themselves. The -fonts, including any derivative works, can be bundled, embedded, -redistributed and/or sold with any software provided that any reserved -names are not used by derivative works. The fonts and derivatives, -however, cannot be released under any other type of license. The -requirement for fonts to remain under this license does not apply -to any document created using the fonts or their derivatives. - -DEFINITIONS -"Font Software" refers to the set of files released by the Copyright -Holder(s) under this license and clearly marked as such. This may -include source files, build scripts and documentation. - -"Reserved Font Name" refers to any names specified as such after the -copyright statement(s). - -"Original Version" refers to the collection of Font Software components as -distributed by the Copyright Holder(s). - -"Modified Version" refers to any derivative made by adding to, deleting, -or substituting — in part or in whole — any of the components of the -Original Version, by changing formats or by porting the Font Software to a -new environment. - -"Author" refers to any designer, engineer, programmer, technical -writer or other person who contributed to the Font Software. - -PERMISSION & CONDITIONS -Permission is hereby granted, free of charge, to any person obtaining -a copy of the Font Software, to use, study, copy, merge, embed, modify, -redistribute, and sell modified and unmodified copies of the Font -Software, subject to the following conditions: - -1) Neither the Font Software nor any of its individual components, -in Original or Modified Versions, may be sold by itself. - -2) Original or Modified Versions of the Font Software may be bundled, -redistributed and/or sold with any software, provided that each copy -contains the above copyright notice and this license. These can be -included either as stand-alone text files, human-readable headers or -in the appropriate machine-readable metadata fields within text or -binary files as long as those fields can be easily viewed by the user. - -3) No Modified Version of the Font Software may use the Reserved Font -Name(s) unless explicit written permission is granted by the corresponding -Copyright Holder. This restriction only applies to the primary font name as -presented to the users. - -4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font -Software shall not be used to promote, endorse or advertise any -Modified Version, except to acknowledge the contribution(s) of the -Copyright Holder(s) and the Author(s) or with their explicit written -permission. - -5) The Font Software, modified or unmodified, in part or in whole, -must be distributed entirely under this license, and must not be -distributed under any other license. The requirement for fonts to -remain under this license does not apply to any document created -using the Font Software. - -TERMINATION -This license becomes null and void if any of the above conditions are -not met. - -DISCLAIMER -THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT -OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE -COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL -DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM -OTHER DEALINGS IN THE FONT SOFTWARE. - --------------------------------------------------------------------------------- - -# Code: MIT License (https://opensource.org/licenses/MIT) - -In the Font Awesome Free download, the MIT license applies to all non-font and -non-icon files. - -Copyright 2023 Fonticons, Inc. - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in the -Software without restriction, including without limitation the rights to use, copy, -modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, -and to permit persons to whom the Software is furnished to do so, subject to the -following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, -INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A -PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - --------------------------------------------------------------------------------- - -# Attribution - -Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font -Awesome Free files already contain embedded comments with sufficient -attribution, so you shouldn't need to do anything additional when using these -files normally. - -We've kept attribution comments terse, so we ask that you do not actively work -to remove them from files, especially code. They're a great way for folks to -learn about Font Awesome. - --------------------------------------------------------------------------------- - -# Brand Icons - -All brand icons are trademarks of their respective owners. The use of these -trademarks does not indicate endorsement of the trademark holder by Font -Awesome, nor vice versa. **Please do not use brand logos for any purpose except -to represent the company, product, or service to which they refer.** diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/all.css b/hackens_orga/shared/static/vendor/fontawesome/css/all.css deleted file mode 100644 index df9cf29..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/all.css +++ /dev/null @@ -1,7955 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -.fa { - font-family: var(--fa-style-family, "Font Awesome 6 Free"); - font-weight: var(--fa-style, 900); } - -.fa, -.fa-classic, -.fa-sharp, -.fas, -.fa-solid, -.far, -.fa-regular, -.fab, -.fa-brands { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: var(--fa-display, inline-block); - font-style: normal; - font-variant: normal; - line-height: 1; - text-rendering: auto; } - -.fas, -.fa-classic, -.fa-solid, -.far, -.fa-regular { - font-family: 'Font Awesome 6 Free'; } - -.fab, -.fa-brands { - font-family: 'Font Awesome 6 Brands'; } - -.fa-1x { - font-size: 1em; } - -.fa-2x { - font-size: 2em; } - -.fa-3x { - font-size: 3em; } - -.fa-4x { - font-size: 4em; } - -.fa-5x { - font-size: 5em; } - -.fa-6x { - font-size: 6em; } - -.fa-7x { - font-size: 7em; } - -.fa-8x { - font-size: 8em; } - -.fa-9x { - font-size: 9em; } - -.fa-10x { - font-size: 10em; } - -.fa-2xs { - font-size: 0.625em; - line-height: 0.1em; - vertical-align: 0.225em; } - -.fa-xs { - font-size: 0.75em; - line-height: 0.08333em; - vertical-align: 0.125em; } - -.fa-sm { - font-size: 0.875em; - line-height: 0.07143em; - vertical-align: 0.05357em; } - -.fa-lg { - font-size: 1.25em; - line-height: 0.05em; - vertical-align: -0.075em; } - -.fa-xl { - font-size: 1.5em; - line-height: 0.04167em; - vertical-align: -0.125em; } - -.fa-2xl { - font-size: 2em; - line-height: 0.03125em; - vertical-align: -0.1875em; } - -.fa-fw { - text-align: center; - width: 1.25em; } - -.fa-ul { - list-style-type: none; - margin-left: var(--fa-li-margin, 2.5em); - padding-left: 0; } - .fa-ul > li { - position: relative; } - -.fa-li { - left: calc(var(--fa-li-width, 2em) * -1); - position: absolute; - text-align: center; - width: var(--fa-li-width, 2em); - line-height: inherit; } - -.fa-border { - border-color: var(--fa-border-color, #eee); - border-radius: var(--fa-border-radius, 0.1em); - border-style: var(--fa-border-style, solid); - border-width: var(--fa-border-width, 0.08em); - padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } - -.fa-pull-left { - float: left; - margin-right: var(--fa-pull-margin, 0.3em); } - -.fa-pull-right { - float: right; - margin-left: var(--fa-pull-margin, 0.3em); } - -.fa-beat { - -webkit-animation-name: fa-beat; - animation-name: fa-beat; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-bounce { - -webkit-animation-name: fa-bounce; - animation-name: fa-bounce; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } - -.fa-fade { - -webkit-animation-name: fa-fade; - animation-name: fa-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-beat-fade { - -webkit-animation-name: fa-beat-fade; - animation-name: fa-beat-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-flip { - -webkit-animation-name: fa-flip; - animation-name: fa-flip; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-shake { - -webkit-animation-name: fa-shake; - animation-name: fa-shake; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 2s); - animation-duration: var(--fa-animation-duration, 2s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin-reverse { - --fa-animation-direction: reverse; } - -.fa-pulse, -.fa-spin-pulse { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); - animation-timing-function: var(--fa-animation-timing, steps(8)); } - -@media (prefers-reduced-motion: reduce) { - .fa-beat, - .fa-bounce, - .fa-fade, - .fa-beat-fade, - .fa-flip, - .fa-pulse, - .fa-shake, - .fa-spin, - .fa-spin-pulse { - -webkit-animation-delay: -1ms; - animation-delay: -1ms; - -webkit-animation-duration: 1ms; - animation-duration: 1ms; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; - -webkit-transition-delay: 0s; - transition-delay: 0s; - -webkit-transition-duration: 0s; - transition-duration: 0s; } } - -@-webkit-keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@-webkit-keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@-webkit-keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@-webkit-keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@-webkit-keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@-webkit-keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -.fa-rotate-90 { - -webkit-transform: rotate(90deg); - transform: rotate(90deg); } - -.fa-rotate-180 { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - -.fa-rotate-270 { - -webkit-transform: rotate(270deg); - transform: rotate(270deg); } - -.fa-flip-horizontal { - -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); } - -.fa-flip-vertical { - -webkit-transform: scale(1, -1); - transform: scale(1, -1); } - -.fa-flip-both, -.fa-flip-horizontal.fa-flip-vertical { - -webkit-transform: scale(-1, -1); - transform: scale(-1, -1); } - -.fa-rotate-by { - -webkit-transform: rotate(var(--fa-rotate-angle, none)); - transform: rotate(var(--fa-rotate-angle, none)); } - -.fa-stack { - display: inline-block; - height: 2em; - line-height: 2em; - position: relative; - vertical-align: middle; - width: 2.5em; } - -.fa-stack-1x, -.fa-stack-2x { - left: 0; - position: absolute; - text-align: center; - width: 100%; - z-index: var(--fa-stack-z-index, auto); } - -.fa-stack-1x { - line-height: inherit; } - -.fa-stack-2x { - font-size: 2em; } - -.fa-inverse { - color: var(--fa-inverse, #fff); } - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen -readers do not read off random characters that represent icons */ - -.fa-0::before { - content: "\30"; } - -.fa-1::before { - content: "\31"; } - -.fa-2::before { - content: "\32"; } - -.fa-3::before { - content: "\33"; } - -.fa-4::before { - content: "\34"; } - -.fa-5::before { - content: "\35"; } - -.fa-6::before { - content: "\36"; } - -.fa-7::before { - content: "\37"; } - -.fa-8::before { - content: "\38"; } - -.fa-9::before { - content: "\39"; } - -.fa-fill-drip::before { - content: "\f576"; } - -.fa-arrows-to-circle::before { - content: "\e4bd"; } - -.fa-circle-chevron-right::before { - content: "\f138"; } - -.fa-chevron-circle-right::before { - content: "\f138"; } - -.fa-at::before { - content: "\40"; } - -.fa-trash-can::before { - content: "\f2ed"; } - -.fa-trash-alt::before { - content: "\f2ed"; } - -.fa-text-height::before { - content: "\f034"; } - -.fa-user-xmark::before { - content: "\f235"; } - -.fa-user-times::before { - content: "\f235"; } - -.fa-stethoscope::before { - content: "\f0f1"; } - -.fa-message::before { - content: "\f27a"; } - -.fa-comment-alt::before { - content: "\f27a"; } - -.fa-info::before { - content: "\f129"; } - -.fa-down-left-and-up-right-to-center::before { - content: "\f422"; } - -.fa-compress-alt::before { - content: "\f422"; } - -.fa-explosion::before { - content: "\e4e9"; } - -.fa-file-lines::before { - content: "\f15c"; } - -.fa-file-alt::before { - content: "\f15c"; } - -.fa-file-text::before { - content: "\f15c"; } - -.fa-wave-square::before { - content: "\f83e"; } - -.fa-ring::before { - content: "\f70b"; } - -.fa-building-un::before { - content: "\e4d9"; } - -.fa-dice-three::before { - content: "\f527"; } - -.fa-calendar-days::before { - content: "\f073"; } - -.fa-calendar-alt::before { - content: "\f073"; } - -.fa-anchor-circle-check::before { - content: "\e4aa"; } - -.fa-building-circle-arrow-right::before { - content: "\e4d1"; } - -.fa-volleyball::before { - content: "\f45f"; } - -.fa-volleyball-ball::before { - content: "\f45f"; } - -.fa-arrows-up-to-line::before { - content: "\e4c2"; } - -.fa-sort-down::before { - content: "\f0dd"; } - -.fa-sort-desc::before { - content: "\f0dd"; } - -.fa-circle-minus::before { - content: "\f056"; } - -.fa-minus-circle::before { - content: "\f056"; } - -.fa-door-open::before { - content: "\f52b"; } - -.fa-right-from-bracket::before { - content: "\f2f5"; } - -.fa-sign-out-alt::before { - content: "\f2f5"; } - -.fa-atom::before { - content: "\f5d2"; } - -.fa-soap::before { - content: "\e06e"; } - -.fa-icons::before { - content: "\f86d"; } - -.fa-heart-music-camera-bolt::before { - content: "\f86d"; } - -.fa-microphone-lines-slash::before { - content: "\f539"; } - -.fa-microphone-alt-slash::before { - content: "\f539"; } - -.fa-bridge-circle-check::before { - content: "\e4c9"; } - -.fa-pump-medical::before { - content: "\e06a"; } - -.fa-fingerprint::before { - content: "\f577"; } - -.fa-hand-point-right::before { - content: "\f0a4"; } - -.fa-magnifying-glass-location::before { - content: "\f689"; } - -.fa-search-location::before { - content: "\f689"; } - -.fa-forward-step::before { - content: "\f051"; } - -.fa-step-forward::before { - content: "\f051"; } - -.fa-face-smile-beam::before { - content: "\f5b8"; } - -.fa-smile-beam::before { - content: "\f5b8"; } - -.fa-flag-checkered::before { - content: "\f11e"; } - -.fa-football::before { - content: "\f44e"; } - -.fa-football-ball::before { - content: "\f44e"; } - -.fa-school-circle-exclamation::before { - content: "\e56c"; } - -.fa-crop::before { - content: "\f125"; } - -.fa-angles-down::before { - content: "\f103"; } - -.fa-angle-double-down::before { - content: "\f103"; } - -.fa-users-rectangle::before { - content: "\e594"; } - -.fa-people-roof::before { - content: "\e537"; } - -.fa-people-line::before { - content: "\e534"; } - -.fa-beer-mug-empty::before { - content: "\f0fc"; } - -.fa-beer::before { - content: "\f0fc"; } - -.fa-diagram-predecessor::before { - content: "\e477"; } - -.fa-arrow-up-long::before { - content: "\f176"; } - -.fa-long-arrow-up::before { - content: "\f176"; } - -.fa-fire-flame-simple::before { - content: "\f46a"; } - -.fa-burn::before { - content: "\f46a"; } - -.fa-person::before { - content: "\f183"; } - -.fa-male::before { - content: "\f183"; } - -.fa-laptop::before { - content: "\f109"; } - -.fa-file-csv::before { - content: "\f6dd"; } - -.fa-menorah::before { - content: "\f676"; } - -.fa-truck-plane::before { - content: "\e58f"; } - -.fa-record-vinyl::before { - content: "\f8d9"; } - -.fa-face-grin-stars::before { - content: "\f587"; } - -.fa-grin-stars::before { - content: "\f587"; } - -.fa-bong::before { - content: "\f55c"; } - -.fa-spaghetti-monster-flying::before { - content: "\f67b"; } - -.fa-pastafarianism::before { - content: "\f67b"; } - -.fa-arrow-down-up-across-line::before { - content: "\e4af"; } - -.fa-spoon::before { - content: "\f2e5"; } - -.fa-utensil-spoon::before { - content: "\f2e5"; } - -.fa-jar-wheat::before { - content: "\e517"; } - -.fa-envelopes-bulk::before { - content: "\f674"; } - -.fa-mail-bulk::before { - content: "\f674"; } - -.fa-file-circle-exclamation::before { - content: "\e4eb"; } - -.fa-circle-h::before { - content: "\f47e"; } - -.fa-hospital-symbol::before { - content: "\f47e"; } - -.fa-pager::before { - content: "\f815"; } - -.fa-address-book::before { - content: "\f2b9"; } - -.fa-contact-book::before { - content: "\f2b9"; } - -.fa-strikethrough::before { - content: "\f0cc"; } - -.fa-k::before { - content: "\4b"; } - -.fa-landmark-flag::before { - content: "\e51c"; } - -.fa-pencil::before { - content: "\f303"; } - -.fa-pencil-alt::before { - content: "\f303"; } - -.fa-backward::before { - content: "\f04a"; } - -.fa-caret-right::before { - content: "\f0da"; } - -.fa-comments::before { - content: "\f086"; } - -.fa-paste::before { - content: "\f0ea"; } - -.fa-file-clipboard::before { - content: "\f0ea"; } - -.fa-code-pull-request::before { - content: "\e13c"; } - -.fa-clipboard-list::before { - content: "\f46d"; } - -.fa-truck-ramp-box::before { - content: "\f4de"; } - -.fa-truck-loading::before { - content: "\f4de"; } - -.fa-user-check::before { - content: "\f4fc"; } - -.fa-vial-virus::before { - content: "\e597"; } - -.fa-sheet-plastic::before { - content: "\e571"; } - -.fa-blog::before { - content: "\f781"; } - -.fa-user-ninja::before { - content: "\f504"; } - -.fa-person-arrow-up-from-line::before { - content: "\e539"; } - -.fa-scroll-torah::before { - content: "\f6a0"; } - -.fa-torah::before { - content: "\f6a0"; } - -.fa-broom-ball::before { - content: "\f458"; } - -.fa-quidditch::before { - content: "\f458"; } - -.fa-quidditch-broom-ball::before { - content: "\f458"; } - -.fa-toggle-off::before { - content: "\f204"; } - -.fa-box-archive::before { - content: "\f187"; } - -.fa-archive::before { - content: "\f187"; } - -.fa-person-drowning::before { - content: "\e545"; } - -.fa-arrow-down-9-1::before { - content: "\f886"; } - -.fa-sort-numeric-desc::before { - content: "\f886"; } - -.fa-sort-numeric-down-alt::before { - content: "\f886"; } - -.fa-face-grin-tongue-squint::before { - content: "\f58a"; } - -.fa-grin-tongue-squint::before { - content: "\f58a"; } - -.fa-spray-can::before { - content: "\f5bd"; } - -.fa-truck-monster::before { - content: "\f63b"; } - -.fa-w::before { - content: "\57"; } - -.fa-earth-africa::before { - content: "\f57c"; } - -.fa-globe-africa::before { - content: "\f57c"; } - -.fa-rainbow::before { - content: "\f75b"; } - -.fa-circle-notch::before { - content: "\f1ce"; } - -.fa-tablet-screen-button::before { - content: "\f3fa"; } - -.fa-tablet-alt::before { - content: "\f3fa"; } - -.fa-paw::before { - content: "\f1b0"; } - -.fa-cloud::before { - content: "\f0c2"; } - -.fa-trowel-bricks::before { - content: "\e58a"; } - -.fa-face-flushed::before { - content: "\f579"; } - -.fa-flushed::before { - content: "\f579"; } - -.fa-hospital-user::before { - content: "\f80d"; } - -.fa-tent-arrow-left-right::before { - content: "\e57f"; } - -.fa-gavel::before { - content: "\f0e3"; } - -.fa-legal::before { - content: "\f0e3"; } - -.fa-binoculars::before { - content: "\f1e5"; } - -.fa-microphone-slash::before { - content: "\f131"; } - -.fa-box-tissue::before { - content: "\e05b"; } - -.fa-motorcycle::before { - content: "\f21c"; } - -.fa-bell-concierge::before { - content: "\f562"; } - -.fa-concierge-bell::before { - content: "\f562"; } - -.fa-pen-ruler::before { - content: "\f5ae"; } - -.fa-pencil-ruler::before { - content: "\f5ae"; } - -.fa-people-arrows::before { - content: "\e068"; } - -.fa-people-arrows-left-right::before { - content: "\e068"; } - -.fa-mars-and-venus-burst::before { - content: "\e523"; } - -.fa-square-caret-right::before { - content: "\f152"; } - -.fa-caret-square-right::before { - content: "\f152"; } - -.fa-scissors::before { - content: "\f0c4"; } - -.fa-cut::before { - content: "\f0c4"; } - -.fa-sun-plant-wilt::before { - content: "\e57a"; } - -.fa-toilets-portable::before { - content: "\e584"; } - -.fa-hockey-puck::before { - content: "\f453"; } - -.fa-table::before { - content: "\f0ce"; } - -.fa-magnifying-glass-arrow-right::before { - content: "\e521"; } - -.fa-tachograph-digital::before { - content: "\f566"; } - -.fa-digital-tachograph::before { - content: "\f566"; } - -.fa-users-slash::before { - content: "\e073"; } - -.fa-clover::before { - content: "\e139"; } - -.fa-reply::before { - content: "\f3e5"; } - -.fa-mail-reply::before { - content: "\f3e5"; } - -.fa-star-and-crescent::before { - content: "\f699"; } - -.fa-house-fire::before { - content: "\e50c"; } - -.fa-square-minus::before { - content: "\f146"; } - -.fa-minus-square::before { - content: "\f146"; } - -.fa-helicopter::before { - content: "\f533"; } - -.fa-compass::before { - content: "\f14e"; } - -.fa-square-caret-down::before { - content: "\f150"; } - -.fa-caret-square-down::before { - content: "\f150"; } - -.fa-file-circle-question::before { - content: "\e4ef"; } - -.fa-laptop-code::before { - content: "\f5fc"; } - -.fa-swatchbook::before { - content: "\f5c3"; } - -.fa-prescription-bottle::before { - content: "\f485"; } - -.fa-bars::before { - content: "\f0c9"; } - -.fa-navicon::before { - content: "\f0c9"; } - -.fa-people-group::before { - content: "\e533"; } - -.fa-hourglass-end::before { - content: "\f253"; } - -.fa-hourglass-3::before { - content: "\f253"; } - -.fa-heart-crack::before { - content: "\f7a9"; } - -.fa-heart-broken::before { - content: "\f7a9"; } - -.fa-square-up-right::before { - content: "\f360"; } - -.fa-external-link-square-alt::before { - content: "\f360"; } - -.fa-face-kiss-beam::before { - content: "\f597"; } - -.fa-kiss-beam::before { - content: "\f597"; } - -.fa-film::before { - content: "\f008"; } - -.fa-ruler-horizontal::before { - content: "\f547"; } - -.fa-people-robbery::before { - content: "\e536"; } - -.fa-lightbulb::before { - content: "\f0eb"; } - -.fa-caret-left::before { - content: "\f0d9"; } - -.fa-circle-exclamation::before { - content: "\f06a"; } - -.fa-exclamation-circle::before { - content: "\f06a"; } - -.fa-school-circle-xmark::before { - content: "\e56d"; } - -.fa-arrow-right-from-bracket::before { - content: "\f08b"; } - -.fa-sign-out::before { - content: "\f08b"; } - -.fa-circle-chevron-down::before { - content: "\f13a"; } - -.fa-chevron-circle-down::before { - content: "\f13a"; } - -.fa-unlock-keyhole::before { - content: "\f13e"; } - -.fa-unlock-alt::before { - content: "\f13e"; } - -.fa-cloud-showers-heavy::before { - content: "\f740"; } - -.fa-headphones-simple::before { - content: "\f58f"; } - -.fa-headphones-alt::before { - content: "\f58f"; } - -.fa-sitemap::before { - content: "\f0e8"; } - -.fa-circle-dollar-to-slot::before { - content: "\f4b9"; } - -.fa-donate::before { - content: "\f4b9"; } - -.fa-memory::before { - content: "\f538"; } - -.fa-road-spikes::before { - content: "\e568"; } - -.fa-fire-burner::before { - content: "\e4f1"; } - -.fa-flag::before { - content: "\f024"; } - -.fa-hanukiah::before { - content: "\f6e6"; } - -.fa-feather::before { - content: "\f52d"; } - -.fa-volume-low::before { - content: "\f027"; } - -.fa-volume-down::before { - content: "\f027"; } - -.fa-comment-slash::before { - content: "\f4b3"; } - -.fa-cloud-sun-rain::before { - content: "\f743"; } - -.fa-compress::before { - content: "\f066"; } - -.fa-wheat-awn::before { - content: "\e2cd"; } - -.fa-wheat-alt::before { - content: "\e2cd"; } - -.fa-ankh::before { - content: "\f644"; } - -.fa-hands-holding-child::before { - content: "\e4fa"; } - -.fa-asterisk::before { - content: "\2a"; } - -.fa-square-check::before { - content: "\f14a"; } - -.fa-check-square::before { - content: "\f14a"; } - -.fa-peseta-sign::before { - content: "\e221"; } - -.fa-heading::before { - content: "\f1dc"; } - -.fa-header::before { - content: "\f1dc"; } - -.fa-ghost::before { - content: "\f6e2"; } - -.fa-list::before { - content: "\f03a"; } - -.fa-list-squares::before { - content: "\f03a"; } - -.fa-square-phone-flip::before { - content: "\f87b"; } - -.fa-phone-square-alt::before { - content: "\f87b"; } - -.fa-cart-plus::before { - content: "\f217"; } - -.fa-gamepad::before { - content: "\f11b"; } - -.fa-circle-dot::before { - content: "\f192"; } - -.fa-dot-circle::before { - content: "\f192"; } - -.fa-face-dizzy::before { - content: "\f567"; } - -.fa-dizzy::before { - content: "\f567"; } - -.fa-egg::before { - content: "\f7fb"; } - -.fa-house-medical-circle-xmark::before { - content: "\e513"; } - -.fa-campground::before { - content: "\f6bb"; } - -.fa-folder-plus::before { - content: "\f65e"; } - -.fa-futbol::before { - content: "\f1e3"; } - -.fa-futbol-ball::before { - content: "\f1e3"; } - -.fa-soccer-ball::before { - content: "\f1e3"; } - -.fa-paintbrush::before { - content: "\f1fc"; } - -.fa-paint-brush::before { - content: "\f1fc"; } - -.fa-lock::before { - content: "\f023"; } - -.fa-gas-pump::before { - content: "\f52f"; } - -.fa-hot-tub-person::before { - content: "\f593"; } - -.fa-hot-tub::before { - content: "\f593"; } - -.fa-map-location::before { - content: "\f59f"; } - -.fa-map-marked::before { - content: "\f59f"; } - -.fa-house-flood-water::before { - content: "\e50e"; } - -.fa-tree::before { - content: "\f1bb"; } - -.fa-bridge-lock::before { - content: "\e4cc"; } - -.fa-sack-dollar::before { - content: "\f81d"; } - -.fa-pen-to-square::before { - content: "\f044"; } - -.fa-edit::before { - content: "\f044"; } - -.fa-car-side::before { - content: "\f5e4"; } - -.fa-share-nodes::before { - content: "\f1e0"; } - -.fa-share-alt::before { - content: "\f1e0"; } - -.fa-heart-circle-minus::before { - content: "\e4ff"; } - -.fa-hourglass-half::before { - content: "\f252"; } - -.fa-hourglass-2::before { - content: "\f252"; } - -.fa-microscope::before { - content: "\f610"; } - -.fa-sink::before { - content: "\e06d"; } - -.fa-bag-shopping::before { - content: "\f290"; } - -.fa-shopping-bag::before { - content: "\f290"; } - -.fa-arrow-down-z-a::before { - content: "\f881"; } - -.fa-sort-alpha-desc::before { - content: "\f881"; } - -.fa-sort-alpha-down-alt::before { - content: "\f881"; } - -.fa-mitten::before { - content: "\f7b5"; } - -.fa-person-rays::before { - content: "\e54d"; } - -.fa-users::before { - content: "\f0c0"; } - -.fa-eye-slash::before { - content: "\f070"; } - -.fa-flask-vial::before { - content: "\e4f3"; } - -.fa-hand::before { - content: "\f256"; } - -.fa-hand-paper::before { - content: "\f256"; } - -.fa-om::before { - content: "\f679"; } - -.fa-worm::before { - content: "\e599"; } - -.fa-house-circle-xmark::before { - content: "\e50b"; } - -.fa-plug::before { - content: "\f1e6"; } - -.fa-chevron-up::before { - content: "\f077"; } - -.fa-hand-spock::before { - content: "\f259"; } - -.fa-stopwatch::before { - content: "\f2f2"; } - -.fa-face-kiss::before { - content: "\f596"; } - -.fa-kiss::before { - content: "\f596"; } - -.fa-bridge-circle-xmark::before { - content: "\e4cb"; } - -.fa-face-grin-tongue::before { - content: "\f589"; } - -.fa-grin-tongue::before { - content: "\f589"; } - -.fa-chess-bishop::before { - content: "\f43a"; } - -.fa-face-grin-wink::before { - content: "\f58c"; } - -.fa-grin-wink::before { - content: "\f58c"; } - -.fa-ear-deaf::before { - content: "\f2a4"; } - -.fa-deaf::before { - content: "\f2a4"; } - -.fa-deafness::before { - content: "\f2a4"; } - -.fa-hard-of-hearing::before { - content: "\f2a4"; } - -.fa-road-circle-check::before { - content: "\e564"; } - -.fa-dice-five::before { - content: "\f523"; } - -.fa-square-rss::before { - content: "\f143"; } - -.fa-rss-square::before { - content: "\f143"; } - -.fa-land-mine-on::before { - content: "\e51b"; } - -.fa-i-cursor::before { - content: "\f246"; } - -.fa-stamp::before { - content: "\f5bf"; } - -.fa-stairs::before { - content: "\e289"; } - -.fa-i::before { - content: "\49"; } - -.fa-hryvnia-sign::before { - content: "\f6f2"; } - -.fa-hryvnia::before { - content: "\f6f2"; } - -.fa-pills::before { - content: "\f484"; } - -.fa-face-grin-wide::before { - content: "\f581"; } - -.fa-grin-alt::before { - content: "\f581"; } - -.fa-tooth::before { - content: "\f5c9"; } - -.fa-v::before { - content: "\56"; } - -.fa-bangladeshi-taka-sign::before { - content: "\e2e6"; } - -.fa-bicycle::before { - content: "\f206"; } - -.fa-staff-snake::before { - content: "\e579"; } - -.fa-rod-asclepius::before { - content: "\e579"; } - -.fa-rod-snake::before { - content: "\e579"; } - -.fa-staff-aesculapius::before { - content: "\e579"; } - -.fa-head-side-cough-slash::before { - content: "\e062"; } - -.fa-truck-medical::before { - content: "\f0f9"; } - -.fa-ambulance::before { - content: "\f0f9"; } - -.fa-wheat-awn-circle-exclamation::before { - content: "\e598"; } - -.fa-snowman::before { - content: "\f7d0"; } - -.fa-mortar-pestle::before { - content: "\f5a7"; } - -.fa-road-barrier::before { - content: "\e562"; } - -.fa-school::before { - content: "\f549"; } - -.fa-igloo::before { - content: "\f7ae"; } - -.fa-joint::before { - content: "\f595"; } - -.fa-angle-right::before { - content: "\f105"; } - -.fa-horse::before { - content: "\f6f0"; } - -.fa-q::before { - content: "\51"; } - -.fa-g::before { - content: "\47"; } - -.fa-notes-medical::before { - content: "\f481"; } - -.fa-temperature-half::before { - content: "\f2c9"; } - -.fa-temperature-2::before { - content: "\f2c9"; } - -.fa-thermometer-2::before { - content: "\f2c9"; } - -.fa-thermometer-half::before { - content: "\f2c9"; } - -.fa-dong-sign::before { - content: "\e169"; } - -.fa-capsules::before { - content: "\f46b"; } - -.fa-poo-storm::before { - content: "\f75a"; } - -.fa-poo-bolt::before { - content: "\f75a"; } - -.fa-face-frown-open::before { - content: "\f57a"; } - -.fa-frown-open::before { - content: "\f57a"; } - -.fa-hand-point-up::before { - content: "\f0a6"; } - -.fa-money-bill::before { - content: "\f0d6"; } - -.fa-bookmark::before { - content: "\f02e"; } - -.fa-align-justify::before { - content: "\f039"; } - -.fa-umbrella-beach::before { - content: "\f5ca"; } - -.fa-helmet-un::before { - content: "\e503"; } - -.fa-bullseye::before { - content: "\f140"; } - -.fa-bacon::before { - content: "\f7e5"; } - -.fa-hand-point-down::before { - content: "\f0a7"; } - -.fa-arrow-up-from-bracket::before { - content: "\e09a"; } - -.fa-folder::before { - content: "\f07b"; } - -.fa-folder-blank::before { - content: "\f07b"; } - -.fa-file-waveform::before { - content: "\f478"; } - -.fa-file-medical-alt::before { - content: "\f478"; } - -.fa-radiation::before { - content: "\f7b9"; } - -.fa-chart-simple::before { - content: "\e473"; } - -.fa-mars-stroke::before { - content: "\f229"; } - -.fa-vial::before { - content: "\f492"; } - -.fa-gauge::before { - content: "\f624"; } - -.fa-dashboard::before { - content: "\f624"; } - -.fa-gauge-med::before { - content: "\f624"; } - -.fa-tachometer-alt-average::before { - content: "\f624"; } - -.fa-wand-magic-sparkles::before { - content: "\e2ca"; } - -.fa-magic-wand-sparkles::before { - content: "\e2ca"; } - -.fa-e::before { - content: "\45"; } - -.fa-pen-clip::before { - content: "\f305"; } - -.fa-pen-alt::before { - content: "\f305"; } - -.fa-bridge-circle-exclamation::before { - content: "\e4ca"; } - -.fa-user::before { - content: "\f007"; } - -.fa-school-circle-check::before { - content: "\e56b"; } - -.fa-dumpster::before { - content: "\f793"; } - -.fa-van-shuttle::before { - content: "\f5b6"; } - -.fa-shuttle-van::before { - content: "\f5b6"; } - -.fa-building-user::before { - content: "\e4da"; } - -.fa-square-caret-left::before { - content: "\f191"; } - -.fa-caret-square-left::before { - content: "\f191"; } - -.fa-highlighter::before { - content: "\f591"; } - -.fa-key::before { - content: "\f084"; } - -.fa-bullhorn::before { - content: "\f0a1"; } - -.fa-globe::before { - content: "\f0ac"; } - -.fa-synagogue::before { - content: "\f69b"; } - -.fa-person-half-dress::before { - content: "\e548"; } - -.fa-road-bridge::before { - content: "\e563"; } - -.fa-location-arrow::before { - content: "\f124"; } - -.fa-c::before { - content: "\43"; } - -.fa-tablet-button::before { - content: "\f10a"; } - -.fa-building-lock::before { - content: "\e4d6"; } - -.fa-pizza-slice::before { - content: "\f818"; } - -.fa-money-bill-wave::before { - content: "\f53a"; } - -.fa-chart-area::before { - content: "\f1fe"; } - -.fa-area-chart::before { - content: "\f1fe"; } - -.fa-house-flag::before { - content: "\e50d"; } - -.fa-person-circle-minus::before { - content: "\e540"; } - -.fa-ban::before { - content: "\f05e"; } - -.fa-cancel::before { - content: "\f05e"; } - -.fa-camera-rotate::before { - content: "\e0d8"; } - -.fa-spray-can-sparkles::before { - content: "\f5d0"; } - -.fa-air-freshener::before { - content: "\f5d0"; } - -.fa-star::before { - content: "\f005"; } - -.fa-repeat::before { - content: "\f363"; } - -.fa-cross::before { - content: "\f654"; } - -.fa-box::before { - content: "\f466"; } - -.fa-venus-mars::before { - content: "\f228"; } - -.fa-arrow-pointer::before { - content: "\f245"; } - -.fa-mouse-pointer::before { - content: "\f245"; } - -.fa-maximize::before { - content: "\f31e"; } - -.fa-expand-arrows-alt::before { - content: "\f31e"; } - -.fa-charging-station::before { - content: "\f5e7"; } - -.fa-shapes::before { - content: "\f61f"; } - -.fa-triangle-circle-square::before { - content: "\f61f"; } - -.fa-shuffle::before { - content: "\f074"; } - -.fa-random::before { - content: "\f074"; } - -.fa-person-running::before { - content: "\f70c"; } - -.fa-running::before { - content: "\f70c"; } - -.fa-mobile-retro::before { - content: "\e527"; } - -.fa-grip-lines-vertical::before { - content: "\f7a5"; } - -.fa-spider::before { - content: "\f717"; } - -.fa-hands-bound::before { - content: "\e4f9"; } - -.fa-file-invoice-dollar::before { - content: "\f571"; } - -.fa-plane-circle-exclamation::before { - content: "\e556"; } - -.fa-x-ray::before { - content: "\f497"; } - -.fa-spell-check::before { - content: "\f891"; } - -.fa-slash::before { - content: "\f715"; } - -.fa-computer-mouse::before { - content: "\f8cc"; } - -.fa-mouse::before { - content: "\f8cc"; } - -.fa-arrow-right-to-bracket::before { - content: "\f090"; } - -.fa-sign-in::before { - content: "\f090"; } - -.fa-shop-slash::before { - content: "\e070"; } - -.fa-store-alt-slash::before { - content: "\e070"; } - -.fa-server::before { - content: "\f233"; } - -.fa-virus-covid-slash::before { - content: "\e4a9"; } - -.fa-shop-lock::before { - content: "\e4a5"; } - -.fa-hourglass-start::before { - content: "\f251"; } - -.fa-hourglass-1::before { - content: "\f251"; } - -.fa-blender-phone::before { - content: "\f6b6"; } - -.fa-building-wheat::before { - content: "\e4db"; } - -.fa-person-breastfeeding::before { - content: "\e53a"; } - -.fa-right-to-bracket::before { - content: "\f2f6"; } - -.fa-sign-in-alt::before { - content: "\f2f6"; } - -.fa-venus::before { - content: "\f221"; } - -.fa-passport::before { - content: "\f5ab"; } - -.fa-heart-pulse::before { - content: "\f21e"; } - -.fa-heartbeat::before { - content: "\f21e"; } - -.fa-people-carry-box::before { - content: "\f4ce"; } - -.fa-people-carry::before { - content: "\f4ce"; } - -.fa-temperature-high::before { - content: "\f769"; } - -.fa-microchip::before { - content: "\f2db"; } - -.fa-crown::before { - content: "\f521"; } - -.fa-weight-hanging::before { - content: "\f5cd"; } - -.fa-xmarks-lines::before { - content: "\e59a"; } - -.fa-file-prescription::before { - content: "\f572"; } - -.fa-weight-scale::before { - content: "\f496"; } - -.fa-weight::before { - content: "\f496"; } - -.fa-user-group::before { - content: "\f500"; } - -.fa-user-friends::before { - content: "\f500"; } - -.fa-arrow-up-a-z::before { - content: "\f15e"; } - -.fa-sort-alpha-up::before { - content: "\f15e"; } - -.fa-chess-knight::before { - content: "\f441"; } - -.fa-face-laugh-squint::before { - content: "\f59b"; } - -.fa-laugh-squint::before { - content: "\f59b"; } - -.fa-wheelchair::before { - content: "\f193"; } - -.fa-circle-arrow-up::before { - content: "\f0aa"; } - -.fa-arrow-circle-up::before { - content: "\f0aa"; } - -.fa-toggle-on::before { - content: "\f205"; } - -.fa-person-walking::before { - content: "\f554"; } - -.fa-walking::before { - content: "\f554"; } - -.fa-l::before { - content: "\4c"; } - -.fa-fire::before { - content: "\f06d"; } - -.fa-bed-pulse::before { - content: "\f487"; } - -.fa-procedures::before { - content: "\f487"; } - -.fa-shuttle-space::before { - content: "\f197"; } - -.fa-space-shuttle::before { - content: "\f197"; } - -.fa-face-laugh::before { - content: "\f599"; } - -.fa-laugh::before { - content: "\f599"; } - -.fa-folder-open::before { - content: "\f07c"; } - -.fa-heart-circle-plus::before { - content: "\e500"; } - -.fa-code-fork::before { - content: "\e13b"; } - -.fa-city::before { - content: "\f64f"; } - -.fa-microphone-lines::before { - content: "\f3c9"; } - -.fa-microphone-alt::before { - content: "\f3c9"; } - -.fa-pepper-hot::before { - content: "\f816"; } - -.fa-unlock::before { - content: "\f09c"; } - -.fa-colon-sign::before { - content: "\e140"; } - -.fa-headset::before { - content: "\f590"; } - -.fa-store-slash::before { - content: "\e071"; } - -.fa-road-circle-xmark::before { - content: "\e566"; } - -.fa-user-minus::before { - content: "\f503"; } - -.fa-mars-stroke-up::before { - content: "\f22a"; } - -.fa-mars-stroke-v::before { - content: "\f22a"; } - -.fa-champagne-glasses::before { - content: "\f79f"; } - -.fa-glass-cheers::before { - content: "\f79f"; } - -.fa-clipboard::before { - content: "\f328"; } - -.fa-house-circle-exclamation::before { - content: "\e50a"; } - -.fa-file-arrow-up::before { - content: "\f574"; } - -.fa-file-upload::before { - content: "\f574"; } - -.fa-wifi::before { - content: "\f1eb"; } - -.fa-wifi-3::before { - content: "\f1eb"; } - -.fa-wifi-strong::before { - content: "\f1eb"; } - -.fa-bath::before { - content: "\f2cd"; } - -.fa-bathtub::before { - content: "\f2cd"; } - -.fa-underline::before { - content: "\f0cd"; } - -.fa-user-pen::before { - content: "\f4ff"; } - -.fa-user-edit::before { - content: "\f4ff"; } - -.fa-signature::before { - content: "\f5b7"; } - -.fa-stroopwafel::before { - content: "\f551"; } - -.fa-bold::before { - content: "\f032"; } - -.fa-anchor-lock::before { - content: "\e4ad"; } - -.fa-building-ngo::before { - content: "\e4d7"; } - -.fa-manat-sign::before { - content: "\e1d5"; } - -.fa-not-equal::before { - content: "\f53e"; } - -.fa-border-top-left::before { - content: "\f853"; } - -.fa-border-style::before { - content: "\f853"; } - -.fa-map-location-dot::before { - content: "\f5a0"; } - -.fa-map-marked-alt::before { - content: "\f5a0"; } - -.fa-jedi::before { - content: "\f669"; } - -.fa-square-poll-vertical::before { - content: "\f681"; } - -.fa-poll::before { - content: "\f681"; } - -.fa-mug-hot::before { - content: "\f7b6"; } - -.fa-car-battery::before { - content: "\f5df"; } - -.fa-battery-car::before { - content: "\f5df"; } - -.fa-gift::before { - content: "\f06b"; } - -.fa-dice-two::before { - content: "\f528"; } - -.fa-chess-queen::before { - content: "\f445"; } - -.fa-glasses::before { - content: "\f530"; } - -.fa-chess-board::before { - content: "\f43c"; } - -.fa-building-circle-check::before { - content: "\e4d2"; } - -.fa-person-chalkboard::before { - content: "\e53d"; } - -.fa-mars-stroke-right::before { - content: "\f22b"; } - -.fa-mars-stroke-h::before { - content: "\f22b"; } - -.fa-hand-back-fist::before { - content: "\f255"; } - -.fa-hand-rock::before { - content: "\f255"; } - -.fa-square-caret-up::before { - content: "\f151"; } - -.fa-caret-square-up::before { - content: "\f151"; } - -.fa-cloud-showers-water::before { - content: "\e4e4"; } - -.fa-chart-bar::before { - content: "\f080"; } - -.fa-bar-chart::before { - content: "\f080"; } - -.fa-hands-bubbles::before { - content: "\e05e"; } - -.fa-hands-wash::before { - content: "\e05e"; } - -.fa-less-than-equal::before { - content: "\f537"; } - -.fa-train::before { - content: "\f238"; } - -.fa-eye-low-vision::before { - content: "\f2a8"; } - -.fa-low-vision::before { - content: "\f2a8"; } - -.fa-crow::before { - content: "\f520"; } - -.fa-sailboat::before { - content: "\e445"; } - -.fa-window-restore::before { - content: "\f2d2"; } - -.fa-square-plus::before { - content: "\f0fe"; } - -.fa-plus-square::before { - content: "\f0fe"; } - -.fa-torii-gate::before { - content: "\f6a1"; } - -.fa-frog::before { - content: "\f52e"; } - -.fa-bucket::before { - content: "\e4cf"; } - -.fa-image::before { - content: "\f03e"; } - -.fa-microphone::before { - content: "\f130"; } - -.fa-cow::before { - content: "\f6c8"; } - -.fa-caret-up::before { - content: "\f0d8"; } - -.fa-screwdriver::before { - content: "\f54a"; } - -.fa-folder-closed::before { - content: "\e185"; } - -.fa-house-tsunami::before { - content: "\e515"; } - -.fa-square-nfi::before { - content: "\e576"; } - -.fa-arrow-up-from-ground-water::before { - content: "\e4b5"; } - -.fa-martini-glass::before { - content: "\f57b"; } - -.fa-glass-martini-alt::before { - content: "\f57b"; } - -.fa-rotate-left::before { - content: "\f2ea"; } - -.fa-rotate-back::before { - content: "\f2ea"; } - -.fa-rotate-backward::before { - content: "\f2ea"; } - -.fa-undo-alt::before { - content: "\f2ea"; } - -.fa-table-columns::before { - content: "\f0db"; } - -.fa-columns::before { - content: "\f0db"; } - -.fa-lemon::before { - content: "\f094"; } - -.fa-head-side-mask::before { - content: "\e063"; } - -.fa-handshake::before { - content: "\f2b5"; } - -.fa-gem::before { - content: "\f3a5"; } - -.fa-dolly::before { - content: "\f472"; } - -.fa-dolly-box::before { - content: "\f472"; } - -.fa-smoking::before { - content: "\f48d"; } - -.fa-minimize::before { - content: "\f78c"; } - -.fa-compress-arrows-alt::before { - content: "\f78c"; } - -.fa-monument::before { - content: "\f5a6"; } - -.fa-snowplow::before { - content: "\f7d2"; } - -.fa-angles-right::before { - content: "\f101"; } - -.fa-angle-double-right::before { - content: "\f101"; } - -.fa-cannabis::before { - content: "\f55f"; } - -.fa-circle-play::before { - content: "\f144"; } - -.fa-play-circle::before { - content: "\f144"; } - -.fa-tablets::before { - content: "\f490"; } - -.fa-ethernet::before { - content: "\f796"; } - -.fa-euro-sign::before { - content: "\f153"; } - -.fa-eur::before { - content: "\f153"; } - -.fa-euro::before { - content: "\f153"; } - -.fa-chair::before { - content: "\f6c0"; } - -.fa-circle-check::before { - content: "\f058"; } - -.fa-check-circle::before { - content: "\f058"; } - -.fa-circle-stop::before { - content: "\f28d"; } - -.fa-stop-circle::before { - content: "\f28d"; } - -.fa-compass-drafting::before { - content: "\f568"; } - -.fa-drafting-compass::before { - content: "\f568"; } - -.fa-plate-wheat::before { - content: "\e55a"; } - -.fa-icicles::before { - content: "\f7ad"; } - -.fa-person-shelter::before { - content: "\e54f"; } - -.fa-neuter::before { - content: "\f22c"; } - -.fa-id-badge::before { - content: "\f2c1"; } - -.fa-marker::before { - content: "\f5a1"; } - -.fa-face-laugh-beam::before { - content: "\f59a"; } - -.fa-laugh-beam::before { - content: "\f59a"; } - -.fa-helicopter-symbol::before { - content: "\e502"; } - -.fa-universal-access::before { - content: "\f29a"; } - -.fa-circle-chevron-up::before { - content: "\f139"; } - -.fa-chevron-circle-up::before { - content: "\f139"; } - -.fa-lari-sign::before { - content: "\e1c8"; } - -.fa-volcano::before { - content: "\f770"; } - -.fa-person-walking-dashed-line-arrow-right::before { - content: "\e553"; } - -.fa-sterling-sign::before { - content: "\f154"; } - -.fa-gbp::before { - content: "\f154"; } - -.fa-pound-sign::before { - content: "\f154"; } - -.fa-viruses::before { - content: "\e076"; } - -.fa-square-person-confined::before { - content: "\e577"; } - -.fa-user-tie::before { - content: "\f508"; } - -.fa-arrow-down-long::before { - content: "\f175"; } - -.fa-long-arrow-down::before { - content: "\f175"; } - -.fa-tent-arrow-down-to-line::before { - content: "\e57e"; } - -.fa-certificate::before { - content: "\f0a3"; } - -.fa-reply-all::before { - content: "\f122"; } - -.fa-mail-reply-all::before { - content: "\f122"; } - -.fa-suitcase::before { - content: "\f0f2"; } - -.fa-person-skating::before { - content: "\f7c5"; } - -.fa-skating::before { - content: "\f7c5"; } - -.fa-filter-circle-dollar::before { - content: "\f662"; } - -.fa-funnel-dollar::before { - content: "\f662"; } - -.fa-camera-retro::before { - content: "\f083"; } - -.fa-circle-arrow-down::before { - content: "\f0ab"; } - -.fa-arrow-circle-down::before { - content: "\f0ab"; } - -.fa-file-import::before { - content: "\f56f"; } - -.fa-arrow-right-to-file::before { - content: "\f56f"; } - -.fa-square-arrow-up-right::before { - content: "\f14c"; } - -.fa-external-link-square::before { - content: "\f14c"; } - -.fa-box-open::before { - content: "\f49e"; } - -.fa-scroll::before { - content: "\f70e"; } - -.fa-spa::before { - content: "\f5bb"; } - -.fa-location-pin-lock::before { - content: "\e51f"; } - -.fa-pause::before { - content: "\f04c"; } - -.fa-hill-avalanche::before { - content: "\e507"; } - -.fa-temperature-empty::before { - content: "\f2cb"; } - -.fa-temperature-0::before { - content: "\f2cb"; } - -.fa-thermometer-0::before { - content: "\f2cb"; } - -.fa-thermometer-empty::before { - content: "\f2cb"; } - -.fa-bomb::before { - content: "\f1e2"; } - -.fa-registered::before { - content: "\f25d"; } - -.fa-address-card::before { - content: "\f2bb"; } - -.fa-contact-card::before { - content: "\f2bb"; } - -.fa-vcard::before { - content: "\f2bb"; } - -.fa-scale-unbalanced-flip::before { - content: "\f516"; } - -.fa-balance-scale-right::before { - content: "\f516"; } - -.fa-subscript::before { - content: "\f12c"; } - -.fa-diamond-turn-right::before { - content: "\f5eb"; } - -.fa-directions::before { - content: "\f5eb"; } - -.fa-burst::before { - content: "\e4dc"; } - -.fa-house-laptop::before { - content: "\e066"; } - -.fa-laptop-house::before { - content: "\e066"; } - -.fa-face-tired::before { - content: "\f5c8"; } - -.fa-tired::before { - content: "\f5c8"; } - -.fa-money-bills::before { - content: "\e1f3"; } - -.fa-smog::before { - content: "\f75f"; } - -.fa-crutch::before { - content: "\f7f7"; } - -.fa-cloud-arrow-up::before { - content: "\f0ee"; } - -.fa-cloud-upload::before { - content: "\f0ee"; } - -.fa-cloud-upload-alt::before { - content: "\f0ee"; } - -.fa-palette::before { - content: "\f53f"; } - -.fa-arrows-turn-right::before { - content: "\e4c0"; } - -.fa-vest::before { - content: "\e085"; } - -.fa-ferry::before { - content: "\e4ea"; } - -.fa-arrows-down-to-people::before { - content: "\e4b9"; } - -.fa-seedling::before { - content: "\f4d8"; } - -.fa-sprout::before { - content: "\f4d8"; } - -.fa-left-right::before { - content: "\f337"; } - -.fa-arrows-alt-h::before { - content: "\f337"; } - -.fa-boxes-packing::before { - content: "\e4c7"; } - -.fa-circle-arrow-left::before { - content: "\f0a8"; } - -.fa-arrow-circle-left::before { - content: "\f0a8"; } - -.fa-group-arrows-rotate::before { - content: "\e4f6"; } - -.fa-bowl-food::before { - content: "\e4c6"; } - -.fa-candy-cane::before { - content: "\f786"; } - -.fa-arrow-down-wide-short::before { - content: "\f160"; } - -.fa-sort-amount-asc::before { - content: "\f160"; } - -.fa-sort-amount-down::before { - content: "\f160"; } - -.fa-cloud-bolt::before { - content: "\f76c"; } - -.fa-thunderstorm::before { - content: "\f76c"; } - -.fa-text-slash::before { - content: "\f87d"; } - -.fa-remove-format::before { - content: "\f87d"; } - -.fa-face-smile-wink::before { - content: "\f4da"; } - -.fa-smile-wink::before { - content: "\f4da"; } - -.fa-file-word::before { - content: "\f1c2"; } - -.fa-file-powerpoint::before { - content: "\f1c4"; } - -.fa-arrows-left-right::before { - content: "\f07e"; } - -.fa-arrows-h::before { - content: "\f07e"; } - -.fa-house-lock::before { - content: "\e510"; } - -.fa-cloud-arrow-down::before { - content: "\f0ed"; } - -.fa-cloud-download::before { - content: "\f0ed"; } - -.fa-cloud-download-alt::before { - content: "\f0ed"; } - -.fa-children::before { - content: "\e4e1"; } - -.fa-chalkboard::before { - content: "\f51b"; } - -.fa-blackboard::before { - content: "\f51b"; } - -.fa-user-large-slash::before { - content: "\f4fa"; } - -.fa-user-alt-slash::before { - content: "\f4fa"; } - -.fa-envelope-open::before { - content: "\f2b6"; } - -.fa-handshake-simple-slash::before { - content: "\e05f"; } - -.fa-handshake-alt-slash::before { - content: "\e05f"; } - -.fa-mattress-pillow::before { - content: "\e525"; } - -.fa-guarani-sign::before { - content: "\e19a"; } - -.fa-arrows-rotate::before { - content: "\f021"; } - -.fa-refresh::before { - content: "\f021"; } - -.fa-sync::before { - content: "\f021"; } - -.fa-fire-extinguisher::before { - content: "\f134"; } - -.fa-cruzeiro-sign::before { - content: "\e152"; } - -.fa-greater-than-equal::before { - content: "\f532"; } - -.fa-shield-halved::before { - content: "\f3ed"; } - -.fa-shield-alt::before { - content: "\f3ed"; } - -.fa-book-atlas::before { - content: "\f558"; } - -.fa-atlas::before { - content: "\f558"; } - -.fa-virus::before { - content: "\e074"; } - -.fa-envelope-circle-check::before { - content: "\e4e8"; } - -.fa-layer-group::before { - content: "\f5fd"; } - -.fa-arrows-to-dot::before { - content: "\e4be"; } - -.fa-archway::before { - content: "\f557"; } - -.fa-heart-circle-check::before { - content: "\e4fd"; } - -.fa-house-chimney-crack::before { - content: "\f6f1"; } - -.fa-house-damage::before { - content: "\f6f1"; } - -.fa-file-zipper::before { - content: "\f1c6"; } - -.fa-file-archive::before { - content: "\f1c6"; } - -.fa-square::before { - content: "\f0c8"; } - -.fa-martini-glass-empty::before { - content: "\f000"; } - -.fa-glass-martini::before { - content: "\f000"; } - -.fa-couch::before { - content: "\f4b8"; } - -.fa-cedi-sign::before { - content: "\e0df"; } - -.fa-italic::before { - content: "\f033"; } - -.fa-church::before { - content: "\f51d"; } - -.fa-comments-dollar::before { - content: "\f653"; } - -.fa-democrat::before { - content: "\f747"; } - -.fa-z::before { - content: "\5a"; } - -.fa-person-skiing::before { - content: "\f7c9"; } - -.fa-skiing::before { - content: "\f7c9"; } - -.fa-road-lock::before { - content: "\e567"; } - -.fa-a::before { - content: "\41"; } - -.fa-temperature-arrow-down::before { - content: "\e03f"; } - -.fa-temperature-down::before { - content: "\e03f"; } - -.fa-feather-pointed::before { - content: "\f56b"; } - -.fa-feather-alt::before { - content: "\f56b"; } - -.fa-p::before { - content: "\50"; } - -.fa-snowflake::before { - content: "\f2dc"; } - -.fa-newspaper::before { - content: "\f1ea"; } - -.fa-rectangle-ad::before { - content: "\f641"; } - -.fa-ad::before { - content: "\f641"; } - -.fa-circle-arrow-right::before { - content: "\f0a9"; } - -.fa-arrow-circle-right::before { - content: "\f0a9"; } - -.fa-filter-circle-xmark::before { - content: "\e17b"; } - -.fa-locust::before { - content: "\e520"; } - -.fa-sort::before { - content: "\f0dc"; } - -.fa-unsorted::before { - content: "\f0dc"; } - -.fa-list-ol::before { - content: "\f0cb"; } - -.fa-list-1-2::before { - content: "\f0cb"; } - -.fa-list-numeric::before { - content: "\f0cb"; } - -.fa-person-dress-burst::before { - content: "\e544"; } - -.fa-money-check-dollar::before { - content: "\f53d"; } - -.fa-money-check-alt::before { - content: "\f53d"; } - -.fa-vector-square::before { - content: "\f5cb"; } - -.fa-bread-slice::before { - content: "\f7ec"; } - -.fa-language::before { - content: "\f1ab"; } - -.fa-face-kiss-wink-heart::before { - content: "\f598"; } - -.fa-kiss-wink-heart::before { - content: "\f598"; } - -.fa-filter::before { - content: "\f0b0"; } - -.fa-question::before { - content: "\3f"; } - -.fa-file-signature::before { - content: "\f573"; } - -.fa-up-down-left-right::before { - content: "\f0b2"; } - -.fa-arrows-alt::before { - content: "\f0b2"; } - -.fa-house-chimney-user::before { - content: "\e065"; } - -.fa-hand-holding-heart::before { - content: "\f4be"; } - -.fa-puzzle-piece::before { - content: "\f12e"; } - -.fa-money-check::before { - content: "\f53c"; } - -.fa-star-half-stroke::before { - content: "\f5c0"; } - -.fa-star-half-alt::before { - content: "\f5c0"; } - -.fa-code::before { - content: "\f121"; } - -.fa-whiskey-glass::before { - content: "\f7a0"; } - -.fa-glass-whiskey::before { - content: "\f7a0"; } - -.fa-building-circle-exclamation::before { - content: "\e4d3"; } - -.fa-magnifying-glass-chart::before { - content: "\e522"; } - -.fa-arrow-up-right-from-square::before { - content: "\f08e"; } - -.fa-external-link::before { - content: "\f08e"; } - -.fa-cubes-stacked::before { - content: "\e4e6"; } - -.fa-won-sign::before { - content: "\f159"; } - -.fa-krw::before { - content: "\f159"; } - -.fa-won::before { - content: "\f159"; } - -.fa-virus-covid::before { - content: "\e4a8"; } - -.fa-austral-sign::before { - content: "\e0a9"; } - -.fa-f::before { - content: "\46"; } - -.fa-leaf::before { - content: "\f06c"; } - -.fa-road::before { - content: "\f018"; } - -.fa-taxi::before { - content: "\f1ba"; } - -.fa-cab::before { - content: "\f1ba"; } - -.fa-person-circle-plus::before { - content: "\e541"; } - -.fa-chart-pie::before { - content: "\f200"; } - -.fa-pie-chart::before { - content: "\f200"; } - -.fa-bolt-lightning::before { - content: "\e0b7"; } - -.fa-sack-xmark::before { - content: "\e56a"; } - -.fa-file-excel::before { - content: "\f1c3"; } - -.fa-file-contract::before { - content: "\f56c"; } - -.fa-fish-fins::before { - content: "\e4f2"; } - -.fa-building-flag::before { - content: "\e4d5"; } - -.fa-face-grin-beam::before { - content: "\f582"; } - -.fa-grin-beam::before { - content: "\f582"; } - -.fa-object-ungroup::before { - content: "\f248"; } - -.fa-poop::before { - content: "\f619"; } - -.fa-location-pin::before { - content: "\f041"; } - -.fa-map-marker::before { - content: "\f041"; } - -.fa-kaaba::before { - content: "\f66b"; } - -.fa-toilet-paper::before { - content: "\f71e"; } - -.fa-helmet-safety::before { - content: "\f807"; } - -.fa-hard-hat::before { - content: "\f807"; } - -.fa-hat-hard::before { - content: "\f807"; } - -.fa-eject::before { - content: "\f052"; } - -.fa-circle-right::before { - content: "\f35a"; } - -.fa-arrow-alt-circle-right::before { - content: "\f35a"; } - -.fa-plane-circle-check::before { - content: "\e555"; } - -.fa-face-rolling-eyes::before { - content: "\f5a5"; } - -.fa-meh-rolling-eyes::before { - content: "\f5a5"; } - -.fa-object-group::before { - content: "\f247"; } - -.fa-chart-line::before { - content: "\f201"; } - -.fa-line-chart::before { - content: "\f201"; } - -.fa-mask-ventilator::before { - content: "\e524"; } - -.fa-arrow-right::before { - content: "\f061"; } - -.fa-signs-post::before { - content: "\f277"; } - -.fa-map-signs::before { - content: "\f277"; } - -.fa-cash-register::before { - content: "\f788"; } - -.fa-person-circle-question::before { - content: "\e542"; } - -.fa-h::before { - content: "\48"; } - -.fa-tarp::before { - content: "\e57b"; } - -.fa-screwdriver-wrench::before { - content: "\f7d9"; } - -.fa-tools::before { - content: "\f7d9"; } - -.fa-arrows-to-eye::before { - content: "\e4bf"; } - -.fa-plug-circle-bolt::before { - content: "\e55b"; } - -.fa-heart::before { - content: "\f004"; } - -.fa-mars-and-venus::before { - content: "\f224"; } - -.fa-house-user::before { - content: "\e1b0"; } - -.fa-home-user::before { - content: "\e1b0"; } - -.fa-dumpster-fire::before { - content: "\f794"; } - -.fa-house-crack::before { - content: "\e3b1"; } - -.fa-martini-glass-citrus::before { - content: "\f561"; } - -.fa-cocktail::before { - content: "\f561"; } - -.fa-face-surprise::before { - content: "\f5c2"; } - -.fa-surprise::before { - content: "\f5c2"; } - -.fa-bottle-water::before { - content: "\e4c5"; } - -.fa-circle-pause::before { - content: "\f28b"; } - -.fa-pause-circle::before { - content: "\f28b"; } - -.fa-toilet-paper-slash::before { - content: "\e072"; } - -.fa-apple-whole::before { - content: "\f5d1"; } - -.fa-apple-alt::before { - content: "\f5d1"; } - -.fa-kitchen-set::before { - content: "\e51a"; } - -.fa-r::before { - content: "\52"; } - -.fa-temperature-quarter::before { - content: "\f2ca"; } - -.fa-temperature-1::before { - content: "\f2ca"; } - -.fa-thermometer-1::before { - content: "\f2ca"; } - -.fa-thermometer-quarter::before { - content: "\f2ca"; } - -.fa-cube::before { - content: "\f1b2"; } - -.fa-bitcoin-sign::before { - content: "\e0b4"; } - -.fa-shield-dog::before { - content: "\e573"; } - -.fa-solar-panel::before { - content: "\f5ba"; } - -.fa-lock-open::before { - content: "\f3c1"; } - -.fa-elevator::before { - content: "\e16d"; } - -.fa-money-bill-transfer::before { - content: "\e528"; } - -.fa-money-bill-trend-up::before { - content: "\e529"; } - -.fa-house-flood-water-circle-arrow-right::before { - content: "\e50f"; } - -.fa-square-poll-horizontal::before { - content: "\f682"; } - -.fa-poll-h::before { - content: "\f682"; } - -.fa-circle::before { - content: "\f111"; } - -.fa-backward-fast::before { - content: "\f049"; } - -.fa-fast-backward::before { - content: "\f049"; } - -.fa-recycle::before { - content: "\f1b8"; } - -.fa-user-astronaut::before { - content: "\f4fb"; } - -.fa-plane-slash::before { - content: "\e069"; } - -.fa-trademark::before { - content: "\f25c"; } - -.fa-basketball::before { - content: "\f434"; } - -.fa-basketball-ball::before { - content: "\f434"; } - -.fa-satellite-dish::before { - content: "\f7c0"; } - -.fa-circle-up::before { - content: "\f35b"; } - -.fa-arrow-alt-circle-up::before { - content: "\f35b"; } - -.fa-mobile-screen-button::before { - content: "\f3cd"; } - -.fa-mobile-alt::before { - content: "\f3cd"; } - -.fa-volume-high::before { - content: "\f028"; } - -.fa-volume-up::before { - content: "\f028"; } - -.fa-users-rays::before { - content: "\e593"; } - -.fa-wallet::before { - content: "\f555"; } - -.fa-clipboard-check::before { - content: "\f46c"; } - -.fa-file-audio::before { - content: "\f1c7"; } - -.fa-burger::before { - content: "\f805"; } - -.fa-hamburger::before { - content: "\f805"; } - -.fa-wrench::before { - content: "\f0ad"; } - -.fa-bugs::before { - content: "\e4d0"; } - -.fa-rupee-sign::before { - content: "\f156"; } - -.fa-rupee::before { - content: "\f156"; } - -.fa-file-image::before { - content: "\f1c5"; } - -.fa-circle-question::before { - content: "\f059"; } - -.fa-question-circle::before { - content: "\f059"; } - -.fa-plane-departure::before { - content: "\f5b0"; } - -.fa-handshake-slash::before { - content: "\e060"; } - -.fa-book-bookmark::before { - content: "\e0bb"; } - -.fa-code-branch::before { - content: "\f126"; } - -.fa-hat-cowboy::before { - content: "\f8c0"; } - -.fa-bridge::before { - content: "\e4c8"; } - -.fa-phone-flip::before { - content: "\f879"; } - -.fa-phone-alt::before { - content: "\f879"; } - -.fa-truck-front::before { - content: "\e2b7"; } - -.fa-cat::before { - content: "\f6be"; } - -.fa-anchor-circle-exclamation::before { - content: "\e4ab"; } - -.fa-truck-field::before { - content: "\e58d"; } - -.fa-route::before { - content: "\f4d7"; } - -.fa-clipboard-question::before { - content: "\e4e3"; } - -.fa-panorama::before { - content: "\e209"; } - -.fa-comment-medical::before { - content: "\f7f5"; } - -.fa-teeth-open::before { - content: "\f62f"; } - -.fa-file-circle-minus::before { - content: "\e4ed"; } - -.fa-tags::before { - content: "\f02c"; } - -.fa-wine-glass::before { - content: "\f4e3"; } - -.fa-forward-fast::before { - content: "\f050"; } - -.fa-fast-forward::before { - content: "\f050"; } - -.fa-face-meh-blank::before { - content: "\f5a4"; } - -.fa-meh-blank::before { - content: "\f5a4"; } - -.fa-square-parking::before { - content: "\f540"; } - -.fa-parking::before { - content: "\f540"; } - -.fa-house-signal::before { - content: "\e012"; } - -.fa-bars-progress::before { - content: "\f828"; } - -.fa-tasks-alt::before { - content: "\f828"; } - -.fa-faucet-drip::before { - content: "\e006"; } - -.fa-cart-flatbed::before { - content: "\f474"; } - -.fa-dolly-flatbed::before { - content: "\f474"; } - -.fa-ban-smoking::before { - content: "\f54d"; } - -.fa-smoking-ban::before { - content: "\f54d"; } - -.fa-terminal::before { - content: "\f120"; } - -.fa-mobile-button::before { - content: "\f10b"; } - -.fa-house-medical-flag::before { - content: "\e514"; } - -.fa-basket-shopping::before { - content: "\f291"; } - -.fa-shopping-basket::before { - content: "\f291"; } - -.fa-tape::before { - content: "\f4db"; } - -.fa-bus-simple::before { - content: "\f55e"; } - -.fa-bus-alt::before { - content: "\f55e"; } - -.fa-eye::before { - content: "\f06e"; } - -.fa-face-sad-cry::before { - content: "\f5b3"; } - -.fa-sad-cry::before { - content: "\f5b3"; } - -.fa-audio-description::before { - content: "\f29e"; } - -.fa-person-military-to-person::before { - content: "\e54c"; } - -.fa-file-shield::before { - content: "\e4f0"; } - -.fa-user-slash::before { - content: "\f506"; } - -.fa-pen::before { - content: "\f304"; } - -.fa-tower-observation::before { - content: "\e586"; } - -.fa-file-code::before { - content: "\f1c9"; } - -.fa-signal::before { - content: "\f012"; } - -.fa-signal-5::before { - content: "\f012"; } - -.fa-signal-perfect::before { - content: "\f012"; } - -.fa-bus::before { - content: "\f207"; } - -.fa-heart-circle-xmark::before { - content: "\e501"; } - -.fa-house-chimney::before { - content: "\e3af"; } - -.fa-home-lg::before { - content: "\e3af"; } - -.fa-window-maximize::before { - content: "\f2d0"; } - -.fa-face-frown::before { - content: "\f119"; } - -.fa-frown::before { - content: "\f119"; } - -.fa-prescription::before { - content: "\f5b1"; } - -.fa-shop::before { - content: "\f54f"; } - -.fa-store-alt::before { - content: "\f54f"; } - -.fa-floppy-disk::before { - content: "\f0c7"; } - -.fa-save::before { - content: "\f0c7"; } - -.fa-vihara::before { - content: "\f6a7"; } - -.fa-scale-unbalanced::before { - content: "\f515"; } - -.fa-balance-scale-left::before { - content: "\f515"; } - -.fa-sort-up::before { - content: "\f0de"; } - -.fa-sort-asc::before { - content: "\f0de"; } - -.fa-comment-dots::before { - content: "\f4ad"; } - -.fa-commenting::before { - content: "\f4ad"; } - -.fa-plant-wilt::before { - content: "\e5aa"; } - -.fa-diamond::before { - content: "\f219"; } - -.fa-face-grin-squint::before { - content: "\f585"; } - -.fa-grin-squint::before { - content: "\f585"; } - -.fa-hand-holding-dollar::before { - content: "\f4c0"; } - -.fa-hand-holding-usd::before { - content: "\f4c0"; } - -.fa-bacterium::before { - content: "\e05a"; } - -.fa-hand-pointer::before { - content: "\f25a"; } - -.fa-drum-steelpan::before { - content: "\f56a"; } - -.fa-hand-scissors::before { - content: "\f257"; } - -.fa-hands-praying::before { - content: "\f684"; } - -.fa-praying-hands::before { - content: "\f684"; } - -.fa-arrow-rotate-right::before { - content: "\f01e"; } - -.fa-arrow-right-rotate::before { - content: "\f01e"; } - -.fa-arrow-rotate-forward::before { - content: "\f01e"; } - -.fa-redo::before { - content: "\f01e"; } - -.fa-biohazard::before { - content: "\f780"; } - -.fa-location-crosshairs::before { - content: "\f601"; } - -.fa-location::before { - content: "\f601"; } - -.fa-mars-double::before { - content: "\f227"; } - -.fa-child-dress::before { - content: "\e59c"; } - -.fa-users-between-lines::before { - content: "\e591"; } - -.fa-lungs-virus::before { - content: "\e067"; } - -.fa-face-grin-tears::before { - content: "\f588"; } - -.fa-grin-tears::before { - content: "\f588"; } - -.fa-phone::before { - content: "\f095"; } - -.fa-calendar-xmark::before { - content: "\f273"; } - -.fa-calendar-times::before { - content: "\f273"; } - -.fa-child-reaching::before { - content: "\e59d"; } - -.fa-head-side-virus::before { - content: "\e064"; } - -.fa-user-gear::before { - content: "\f4fe"; } - -.fa-user-cog::before { - content: "\f4fe"; } - -.fa-arrow-up-1-9::before { - content: "\f163"; } - -.fa-sort-numeric-up::before { - content: "\f163"; } - -.fa-door-closed::before { - content: "\f52a"; } - -.fa-shield-virus::before { - content: "\e06c"; } - -.fa-dice-six::before { - content: "\f526"; } - -.fa-mosquito-net::before { - content: "\e52c"; } - -.fa-bridge-water::before { - content: "\e4ce"; } - -.fa-person-booth::before { - content: "\f756"; } - -.fa-text-width::before { - content: "\f035"; } - -.fa-hat-wizard::before { - content: "\f6e8"; } - -.fa-pen-fancy::before { - content: "\f5ac"; } - -.fa-person-digging::before { - content: "\f85e"; } - -.fa-digging::before { - content: "\f85e"; } - -.fa-trash::before { - content: "\f1f8"; } - -.fa-gauge-simple::before { - content: "\f629"; } - -.fa-gauge-simple-med::before { - content: "\f629"; } - -.fa-tachometer-average::before { - content: "\f629"; } - -.fa-book-medical::before { - content: "\f7e6"; } - -.fa-poo::before { - content: "\f2fe"; } - -.fa-quote-right::before { - content: "\f10e"; } - -.fa-quote-right-alt::before { - content: "\f10e"; } - -.fa-shirt::before { - content: "\f553"; } - -.fa-t-shirt::before { - content: "\f553"; } - -.fa-tshirt::before { - content: "\f553"; } - -.fa-cubes::before { - content: "\f1b3"; } - -.fa-divide::before { - content: "\f529"; } - -.fa-tenge-sign::before { - content: "\f7d7"; } - -.fa-tenge::before { - content: "\f7d7"; } - -.fa-headphones::before { - content: "\f025"; } - -.fa-hands-holding::before { - content: "\f4c2"; } - -.fa-hands-clapping::before { - content: "\e1a8"; } - -.fa-republican::before { - content: "\f75e"; } - -.fa-arrow-left::before { - content: "\f060"; } - -.fa-person-circle-xmark::before { - content: "\e543"; } - -.fa-ruler::before { - content: "\f545"; } - -.fa-align-left::before { - content: "\f036"; } - -.fa-dice-d6::before { - content: "\f6d1"; } - -.fa-restroom::before { - content: "\f7bd"; } - -.fa-j::before { - content: "\4a"; } - -.fa-users-viewfinder::before { - content: "\e595"; } - -.fa-file-video::before { - content: "\f1c8"; } - -.fa-up-right-from-square::before { - content: "\f35d"; } - -.fa-external-link-alt::before { - content: "\f35d"; } - -.fa-table-cells::before { - content: "\f00a"; } - -.fa-th::before { - content: "\f00a"; } - -.fa-file-pdf::before { - content: "\f1c1"; } - -.fa-book-bible::before { - content: "\f647"; } - -.fa-bible::before { - content: "\f647"; } - -.fa-o::before { - content: "\4f"; } - -.fa-suitcase-medical::before { - content: "\f0fa"; } - -.fa-medkit::before { - content: "\f0fa"; } - -.fa-user-secret::before { - content: "\f21b"; } - -.fa-otter::before { - content: "\f700"; } - -.fa-person-dress::before { - content: "\f182"; } - -.fa-female::before { - content: "\f182"; } - -.fa-comment-dollar::before { - content: "\f651"; } - -.fa-business-time::before { - content: "\f64a"; } - -.fa-briefcase-clock::before { - content: "\f64a"; } - -.fa-table-cells-large::before { - content: "\f009"; } - -.fa-th-large::before { - content: "\f009"; } - -.fa-book-tanakh::before { - content: "\f827"; } - -.fa-tanakh::before { - content: "\f827"; } - -.fa-phone-volume::before { - content: "\f2a0"; } - -.fa-volume-control-phone::before { - content: "\f2a0"; } - -.fa-hat-cowboy-side::before { - content: "\f8c1"; } - -.fa-clipboard-user::before { - content: "\f7f3"; } - -.fa-child::before { - content: "\f1ae"; } - -.fa-lira-sign::before { - content: "\f195"; } - -.fa-satellite::before { - content: "\f7bf"; } - -.fa-plane-lock::before { - content: "\e558"; } - -.fa-tag::before { - content: "\f02b"; } - -.fa-comment::before { - content: "\f075"; } - -.fa-cake-candles::before { - content: "\f1fd"; } - -.fa-birthday-cake::before { - content: "\f1fd"; } - -.fa-cake::before { - content: "\f1fd"; } - -.fa-envelope::before { - content: "\f0e0"; } - -.fa-angles-up::before { - content: "\f102"; } - -.fa-angle-double-up::before { - content: "\f102"; } - -.fa-paperclip::before { - content: "\f0c6"; } - -.fa-arrow-right-to-city::before { - content: "\e4b3"; } - -.fa-ribbon::before { - content: "\f4d6"; } - -.fa-lungs::before { - content: "\f604"; } - -.fa-arrow-up-9-1::before { - content: "\f887"; } - -.fa-sort-numeric-up-alt::before { - content: "\f887"; } - -.fa-litecoin-sign::before { - content: "\e1d3"; } - -.fa-border-none::before { - content: "\f850"; } - -.fa-circle-nodes::before { - content: "\e4e2"; } - -.fa-parachute-box::before { - content: "\f4cd"; } - -.fa-indent::before { - content: "\f03c"; } - -.fa-truck-field-un::before { - content: "\e58e"; } - -.fa-hourglass::before { - content: "\f254"; } - -.fa-hourglass-empty::before { - content: "\f254"; } - -.fa-mountain::before { - content: "\f6fc"; } - -.fa-user-doctor::before { - content: "\f0f0"; } - -.fa-user-md::before { - content: "\f0f0"; } - -.fa-circle-info::before { - content: "\f05a"; } - -.fa-info-circle::before { - content: "\f05a"; } - -.fa-cloud-meatball::before { - content: "\f73b"; } - -.fa-camera::before { - content: "\f030"; } - -.fa-camera-alt::before { - content: "\f030"; } - -.fa-square-virus::before { - content: "\e578"; } - -.fa-meteor::before { - content: "\f753"; } - -.fa-car-on::before { - content: "\e4dd"; } - -.fa-sleigh::before { - content: "\f7cc"; } - -.fa-arrow-down-1-9::before { - content: "\f162"; } - -.fa-sort-numeric-asc::before { - content: "\f162"; } - -.fa-sort-numeric-down::before { - content: "\f162"; } - -.fa-hand-holding-droplet::before { - content: "\f4c1"; } - -.fa-hand-holding-water::before { - content: "\f4c1"; } - -.fa-water::before { - content: "\f773"; } - -.fa-calendar-check::before { - content: "\f274"; } - -.fa-braille::before { - content: "\f2a1"; } - -.fa-prescription-bottle-medical::before { - content: "\f486"; } - -.fa-prescription-bottle-alt::before { - content: "\f486"; } - -.fa-landmark::before { - content: "\f66f"; } - -.fa-truck::before { - content: "\f0d1"; } - -.fa-crosshairs::before { - content: "\f05b"; } - -.fa-person-cane::before { - content: "\e53c"; } - -.fa-tent::before { - content: "\e57d"; } - -.fa-vest-patches::before { - content: "\e086"; } - -.fa-check-double::before { - content: "\f560"; } - -.fa-arrow-down-a-z::before { - content: "\f15d"; } - -.fa-sort-alpha-asc::before { - content: "\f15d"; } - -.fa-sort-alpha-down::before { - content: "\f15d"; } - -.fa-money-bill-wheat::before { - content: "\e52a"; } - -.fa-cookie::before { - content: "\f563"; } - -.fa-arrow-rotate-left::before { - content: "\f0e2"; } - -.fa-arrow-left-rotate::before { - content: "\f0e2"; } - -.fa-arrow-rotate-back::before { - content: "\f0e2"; } - -.fa-arrow-rotate-backward::before { - content: "\f0e2"; } - -.fa-undo::before { - content: "\f0e2"; } - -.fa-hard-drive::before { - content: "\f0a0"; } - -.fa-hdd::before { - content: "\f0a0"; } - -.fa-face-grin-squint-tears::before { - content: "\f586"; } - -.fa-grin-squint-tears::before { - content: "\f586"; } - -.fa-dumbbell::before { - content: "\f44b"; } - -.fa-rectangle-list::before { - content: "\f022"; } - -.fa-list-alt::before { - content: "\f022"; } - -.fa-tarp-droplet::before { - content: "\e57c"; } - -.fa-house-medical-circle-check::before { - content: "\e511"; } - -.fa-person-skiing-nordic::before { - content: "\f7ca"; } - -.fa-skiing-nordic::before { - content: "\f7ca"; } - -.fa-calendar-plus::before { - content: "\f271"; } - -.fa-plane-arrival::before { - content: "\f5af"; } - -.fa-circle-left::before { - content: "\f359"; } - -.fa-arrow-alt-circle-left::before { - content: "\f359"; } - -.fa-train-subway::before { - content: "\f239"; } - -.fa-subway::before { - content: "\f239"; } - -.fa-chart-gantt::before { - content: "\e0e4"; } - -.fa-indian-rupee-sign::before { - content: "\e1bc"; } - -.fa-indian-rupee::before { - content: "\e1bc"; } - -.fa-inr::before { - content: "\e1bc"; } - -.fa-crop-simple::before { - content: "\f565"; } - -.fa-crop-alt::before { - content: "\f565"; } - -.fa-money-bill-1::before { - content: "\f3d1"; } - -.fa-money-bill-alt::before { - content: "\f3d1"; } - -.fa-left-long::before { - content: "\f30a"; } - -.fa-long-arrow-alt-left::before { - content: "\f30a"; } - -.fa-dna::before { - content: "\f471"; } - -.fa-virus-slash::before { - content: "\e075"; } - -.fa-minus::before { - content: "\f068"; } - -.fa-subtract::before { - content: "\f068"; } - -.fa-chess::before { - content: "\f439"; } - -.fa-arrow-left-long::before { - content: "\f177"; } - -.fa-long-arrow-left::before { - content: "\f177"; } - -.fa-plug-circle-check::before { - content: "\e55c"; } - -.fa-street-view::before { - content: "\f21d"; } - -.fa-franc-sign::before { - content: "\e18f"; } - -.fa-volume-off::before { - content: "\f026"; } - -.fa-hands-asl-interpreting::before { - content: "\f2a3"; } - -.fa-american-sign-language-interpreting::before { - content: "\f2a3"; } - -.fa-asl-interpreting::before { - content: "\f2a3"; } - -.fa-hands-american-sign-language-interpreting::before { - content: "\f2a3"; } - -.fa-gear::before { - content: "\f013"; } - -.fa-cog::before { - content: "\f013"; } - -.fa-droplet-slash::before { - content: "\f5c7"; } - -.fa-tint-slash::before { - content: "\f5c7"; } - -.fa-mosque::before { - content: "\f678"; } - -.fa-mosquito::before { - content: "\e52b"; } - -.fa-star-of-david::before { - content: "\f69a"; } - -.fa-person-military-rifle::before { - content: "\e54b"; } - -.fa-cart-shopping::before { - content: "\f07a"; } - -.fa-shopping-cart::before { - content: "\f07a"; } - -.fa-vials::before { - content: "\f493"; } - -.fa-plug-circle-plus::before { - content: "\e55f"; } - -.fa-place-of-worship::before { - content: "\f67f"; } - -.fa-grip-vertical::before { - content: "\f58e"; } - -.fa-arrow-turn-up::before { - content: "\f148"; } - -.fa-level-up::before { - content: "\f148"; } - -.fa-u::before { - content: "\55"; } - -.fa-square-root-variable::before { - content: "\f698"; } - -.fa-square-root-alt::before { - content: "\f698"; } - -.fa-clock::before { - content: "\f017"; } - -.fa-clock-four::before { - content: "\f017"; } - -.fa-backward-step::before { - content: "\f048"; } - -.fa-step-backward::before { - content: "\f048"; } - -.fa-pallet::before { - content: "\f482"; } - -.fa-faucet::before { - content: "\e005"; } - -.fa-baseball-bat-ball::before { - content: "\f432"; } - -.fa-s::before { - content: "\53"; } - -.fa-timeline::before { - content: "\e29c"; } - -.fa-keyboard::before { - content: "\f11c"; } - -.fa-caret-down::before { - content: "\f0d7"; } - -.fa-house-chimney-medical::before { - content: "\f7f2"; } - -.fa-clinic-medical::before { - content: "\f7f2"; } - -.fa-temperature-three-quarters::before { - content: "\f2c8"; } - -.fa-temperature-3::before { - content: "\f2c8"; } - -.fa-thermometer-3::before { - content: "\f2c8"; } - -.fa-thermometer-three-quarters::before { - content: "\f2c8"; } - -.fa-mobile-screen::before { - content: "\f3cf"; } - -.fa-mobile-android-alt::before { - content: "\f3cf"; } - -.fa-plane-up::before { - content: "\e22d"; } - -.fa-piggy-bank::before { - content: "\f4d3"; } - -.fa-battery-half::before { - content: "\f242"; } - -.fa-battery-3::before { - content: "\f242"; } - -.fa-mountain-city::before { - content: "\e52e"; } - -.fa-coins::before { - content: "\f51e"; } - -.fa-khanda::before { - content: "\f66d"; } - -.fa-sliders::before { - content: "\f1de"; } - -.fa-sliders-h::before { - content: "\f1de"; } - -.fa-folder-tree::before { - content: "\f802"; } - -.fa-network-wired::before { - content: "\f6ff"; } - -.fa-map-pin::before { - content: "\f276"; } - -.fa-hamsa::before { - content: "\f665"; } - -.fa-cent-sign::before { - content: "\e3f5"; } - -.fa-flask::before { - content: "\f0c3"; } - -.fa-person-pregnant::before { - content: "\e31e"; } - -.fa-wand-sparkles::before { - content: "\f72b"; } - -.fa-ellipsis-vertical::before { - content: "\f142"; } - -.fa-ellipsis-v::before { - content: "\f142"; } - -.fa-ticket::before { - content: "\f145"; } - -.fa-power-off::before { - content: "\f011"; } - -.fa-right-long::before { - content: "\f30b"; } - -.fa-long-arrow-alt-right::before { - content: "\f30b"; } - -.fa-flag-usa::before { - content: "\f74d"; } - -.fa-laptop-file::before { - content: "\e51d"; } - -.fa-tty::before { - content: "\f1e4"; } - -.fa-teletype::before { - content: "\f1e4"; } - -.fa-diagram-next::before { - content: "\e476"; } - -.fa-person-rifle::before { - content: "\e54e"; } - -.fa-house-medical-circle-exclamation::before { - content: "\e512"; } - -.fa-closed-captioning::before { - content: "\f20a"; } - -.fa-person-hiking::before { - content: "\f6ec"; } - -.fa-hiking::before { - content: "\f6ec"; } - -.fa-venus-double::before { - content: "\f226"; } - -.fa-images::before { - content: "\f302"; } - -.fa-calculator::before { - content: "\f1ec"; } - -.fa-people-pulling::before { - content: "\e535"; } - -.fa-n::before { - content: "\4e"; } - -.fa-cable-car::before { - content: "\f7da"; } - -.fa-tram::before { - content: "\f7da"; } - -.fa-cloud-rain::before { - content: "\f73d"; } - -.fa-building-circle-xmark::before { - content: "\e4d4"; } - -.fa-ship::before { - content: "\f21a"; } - -.fa-arrows-down-to-line::before { - content: "\e4b8"; } - -.fa-download::before { - content: "\f019"; } - -.fa-face-grin::before { - content: "\f580"; } - -.fa-grin::before { - content: "\f580"; } - -.fa-delete-left::before { - content: "\f55a"; } - -.fa-backspace::before { - content: "\f55a"; } - -.fa-eye-dropper::before { - content: "\f1fb"; } - -.fa-eye-dropper-empty::before { - content: "\f1fb"; } - -.fa-eyedropper::before { - content: "\f1fb"; } - -.fa-file-circle-check::before { - content: "\e5a0"; } - -.fa-forward::before { - content: "\f04e"; } - -.fa-mobile::before { - content: "\f3ce"; } - -.fa-mobile-android::before { - content: "\f3ce"; } - -.fa-mobile-phone::before { - content: "\f3ce"; } - -.fa-face-meh::before { - content: "\f11a"; } - -.fa-meh::before { - content: "\f11a"; } - -.fa-align-center::before { - content: "\f037"; } - -.fa-book-skull::before { - content: "\f6b7"; } - -.fa-book-dead::before { - content: "\f6b7"; } - -.fa-id-card::before { - content: "\f2c2"; } - -.fa-drivers-license::before { - content: "\f2c2"; } - -.fa-outdent::before { - content: "\f03b"; } - -.fa-dedent::before { - content: "\f03b"; } - -.fa-heart-circle-exclamation::before { - content: "\e4fe"; } - -.fa-house::before { - content: "\f015"; } - -.fa-home::before { - content: "\f015"; } - -.fa-home-alt::before { - content: "\f015"; } - -.fa-home-lg-alt::before { - content: "\f015"; } - -.fa-calendar-week::before { - content: "\f784"; } - -.fa-laptop-medical::before { - content: "\f812"; } - -.fa-b::before { - content: "\42"; } - -.fa-file-medical::before { - content: "\f477"; } - -.fa-dice-one::before { - content: "\f525"; } - -.fa-kiwi-bird::before { - content: "\f535"; } - -.fa-arrow-right-arrow-left::before { - content: "\f0ec"; } - -.fa-exchange::before { - content: "\f0ec"; } - -.fa-rotate-right::before { - content: "\f2f9"; } - -.fa-redo-alt::before { - content: "\f2f9"; } - -.fa-rotate-forward::before { - content: "\f2f9"; } - -.fa-utensils::before { - content: "\f2e7"; } - -.fa-cutlery::before { - content: "\f2e7"; } - -.fa-arrow-up-wide-short::before { - content: "\f161"; } - -.fa-sort-amount-up::before { - content: "\f161"; } - -.fa-mill-sign::before { - content: "\e1ed"; } - -.fa-bowl-rice::before { - content: "\e2eb"; } - -.fa-skull::before { - content: "\f54c"; } - -.fa-tower-broadcast::before { - content: "\f519"; } - -.fa-broadcast-tower::before { - content: "\f519"; } - -.fa-truck-pickup::before { - content: "\f63c"; } - -.fa-up-long::before { - content: "\f30c"; } - -.fa-long-arrow-alt-up::before { - content: "\f30c"; } - -.fa-stop::before { - content: "\f04d"; } - -.fa-code-merge::before { - content: "\f387"; } - -.fa-upload::before { - content: "\f093"; } - -.fa-hurricane::before { - content: "\f751"; } - -.fa-mound::before { - content: "\e52d"; } - -.fa-toilet-portable::before { - content: "\e583"; } - -.fa-compact-disc::before { - content: "\f51f"; } - -.fa-file-arrow-down::before { - content: "\f56d"; } - -.fa-file-download::before { - content: "\f56d"; } - -.fa-caravan::before { - content: "\f8ff"; } - -.fa-shield-cat::before { - content: "\e572"; } - -.fa-bolt::before { - content: "\f0e7"; } - -.fa-zap::before { - content: "\f0e7"; } - -.fa-glass-water::before { - content: "\e4f4"; } - -.fa-oil-well::before { - content: "\e532"; } - -.fa-vault::before { - content: "\e2c5"; } - -.fa-mars::before { - content: "\f222"; } - -.fa-toilet::before { - content: "\f7d8"; } - -.fa-plane-circle-xmark::before { - content: "\e557"; } - -.fa-yen-sign::before { - content: "\f157"; } - -.fa-cny::before { - content: "\f157"; } - -.fa-jpy::before { - content: "\f157"; } - -.fa-rmb::before { - content: "\f157"; } - -.fa-yen::before { - content: "\f157"; } - -.fa-ruble-sign::before { - content: "\f158"; } - -.fa-rouble::before { - content: "\f158"; } - -.fa-rub::before { - content: "\f158"; } - -.fa-ruble::before { - content: "\f158"; } - -.fa-sun::before { - content: "\f185"; } - -.fa-guitar::before { - content: "\f7a6"; } - -.fa-face-laugh-wink::before { - content: "\f59c"; } - -.fa-laugh-wink::before { - content: "\f59c"; } - -.fa-horse-head::before { - content: "\f7ab"; } - -.fa-bore-hole::before { - content: "\e4c3"; } - -.fa-industry::before { - content: "\f275"; } - -.fa-circle-down::before { - content: "\f358"; } - -.fa-arrow-alt-circle-down::before { - content: "\f358"; } - -.fa-arrows-turn-to-dots::before { - content: "\e4c1"; } - -.fa-florin-sign::before { - content: "\e184"; } - -.fa-arrow-down-short-wide::before { - content: "\f884"; } - -.fa-sort-amount-desc::before { - content: "\f884"; } - -.fa-sort-amount-down-alt::before { - content: "\f884"; } - -.fa-less-than::before { - content: "\3c"; } - -.fa-angle-down::before { - content: "\f107"; } - -.fa-car-tunnel::before { - content: "\e4de"; } - -.fa-head-side-cough::before { - content: "\e061"; } - -.fa-grip-lines::before { - content: "\f7a4"; } - -.fa-thumbs-down::before { - content: "\f165"; } - -.fa-user-lock::before { - content: "\f502"; } - -.fa-arrow-right-long::before { - content: "\f178"; } - -.fa-long-arrow-right::before { - content: "\f178"; } - -.fa-anchor-circle-xmark::before { - content: "\e4ac"; } - -.fa-ellipsis::before { - content: "\f141"; } - -.fa-ellipsis-h::before { - content: "\f141"; } - -.fa-chess-pawn::before { - content: "\f443"; } - -.fa-kit-medical::before { - content: "\f479"; } - -.fa-first-aid::before { - content: "\f479"; } - -.fa-person-through-window::before { - content: "\e5a9"; } - -.fa-toolbox::before { - content: "\f552"; } - -.fa-hands-holding-circle::before { - content: "\e4fb"; } - -.fa-bug::before { - content: "\f188"; } - -.fa-credit-card::before { - content: "\f09d"; } - -.fa-credit-card-alt::before { - content: "\f09d"; } - -.fa-car::before { - content: "\f1b9"; } - -.fa-automobile::before { - content: "\f1b9"; } - -.fa-hand-holding-hand::before { - content: "\e4f7"; } - -.fa-book-open-reader::before { - content: "\f5da"; } - -.fa-book-reader::before { - content: "\f5da"; } - -.fa-mountain-sun::before { - content: "\e52f"; } - -.fa-arrows-left-right-to-line::before { - content: "\e4ba"; } - -.fa-dice-d20::before { - content: "\f6cf"; } - -.fa-truck-droplet::before { - content: "\e58c"; } - -.fa-file-circle-xmark::before { - content: "\e5a1"; } - -.fa-temperature-arrow-up::before { - content: "\e040"; } - -.fa-temperature-up::before { - content: "\e040"; } - -.fa-medal::before { - content: "\f5a2"; } - -.fa-bed::before { - content: "\f236"; } - -.fa-square-h::before { - content: "\f0fd"; } - -.fa-h-square::before { - content: "\f0fd"; } - -.fa-podcast::before { - content: "\f2ce"; } - -.fa-temperature-full::before { - content: "\f2c7"; } - -.fa-temperature-4::before { - content: "\f2c7"; } - -.fa-thermometer-4::before { - content: "\f2c7"; } - -.fa-thermometer-full::before { - content: "\f2c7"; } - -.fa-bell::before { - content: "\f0f3"; } - -.fa-superscript::before { - content: "\f12b"; } - -.fa-plug-circle-xmark::before { - content: "\e560"; } - -.fa-star-of-life::before { - content: "\f621"; } - -.fa-phone-slash::before { - content: "\f3dd"; } - -.fa-paint-roller::before { - content: "\f5aa"; } - -.fa-handshake-angle::before { - content: "\f4c4"; } - -.fa-hands-helping::before { - content: "\f4c4"; } - -.fa-location-dot::before { - content: "\f3c5"; } - -.fa-map-marker-alt::before { - content: "\f3c5"; } - -.fa-file::before { - content: "\f15b"; } - -.fa-greater-than::before { - content: "\3e"; } - -.fa-person-swimming::before { - content: "\f5c4"; } - -.fa-swimmer::before { - content: "\f5c4"; } - -.fa-arrow-down::before { - content: "\f063"; } - -.fa-droplet::before { - content: "\f043"; } - -.fa-tint::before { - content: "\f043"; } - -.fa-eraser::before { - content: "\f12d"; } - -.fa-earth-americas::before { - content: "\f57d"; } - -.fa-earth::before { - content: "\f57d"; } - -.fa-earth-america::before { - content: "\f57d"; } - -.fa-globe-americas::before { - content: "\f57d"; } - -.fa-person-burst::before { - content: "\e53b"; } - -.fa-dove::before { - content: "\f4ba"; } - -.fa-battery-empty::before { - content: "\f244"; } - -.fa-battery-0::before { - content: "\f244"; } - -.fa-socks::before { - content: "\f696"; } - -.fa-inbox::before { - content: "\f01c"; } - -.fa-section::before { - content: "\e447"; } - -.fa-gauge-high::before { - content: "\f625"; } - -.fa-tachometer-alt::before { - content: "\f625"; } - -.fa-tachometer-alt-fast::before { - content: "\f625"; } - -.fa-envelope-open-text::before { - content: "\f658"; } - -.fa-hospital::before { - content: "\f0f8"; } - -.fa-hospital-alt::before { - content: "\f0f8"; } - -.fa-hospital-wide::before { - content: "\f0f8"; } - -.fa-wine-bottle::before { - content: "\f72f"; } - -.fa-chess-rook::before { - content: "\f447"; } - -.fa-bars-staggered::before { - content: "\f550"; } - -.fa-reorder::before { - content: "\f550"; } - -.fa-stream::before { - content: "\f550"; } - -.fa-dharmachakra::before { - content: "\f655"; } - -.fa-hotdog::before { - content: "\f80f"; } - -.fa-person-walking-with-cane::before { - content: "\f29d"; } - -.fa-blind::before { - content: "\f29d"; } - -.fa-drum::before { - content: "\f569"; } - -.fa-ice-cream::before { - content: "\f810"; } - -.fa-heart-circle-bolt::before { - content: "\e4fc"; } - -.fa-fax::before { - content: "\f1ac"; } - -.fa-paragraph::before { - content: "\f1dd"; } - -.fa-check-to-slot::before { - content: "\f772"; } - -.fa-vote-yea::before { - content: "\f772"; } - -.fa-star-half::before { - content: "\f089"; } - -.fa-boxes-stacked::before { - content: "\f468"; } - -.fa-boxes::before { - content: "\f468"; } - -.fa-boxes-alt::before { - content: "\f468"; } - -.fa-link::before { - content: "\f0c1"; } - -.fa-chain::before { - content: "\f0c1"; } - -.fa-ear-listen::before { - content: "\f2a2"; } - -.fa-assistive-listening-systems::before { - content: "\f2a2"; } - -.fa-tree-city::before { - content: "\e587"; } - -.fa-play::before { - content: "\f04b"; } - -.fa-font::before { - content: "\f031"; } - -.fa-rupiah-sign::before { - content: "\e23d"; } - -.fa-magnifying-glass::before { - content: "\f002"; } - -.fa-search::before { - content: "\f002"; } - -.fa-table-tennis-paddle-ball::before { - content: "\f45d"; } - -.fa-ping-pong-paddle-ball::before { - content: "\f45d"; } - -.fa-table-tennis::before { - content: "\f45d"; } - -.fa-person-dots-from-line::before { - content: "\f470"; } - -.fa-diagnoses::before { - content: "\f470"; } - -.fa-trash-can-arrow-up::before { - content: "\f82a"; } - -.fa-trash-restore-alt::before { - content: "\f82a"; } - -.fa-naira-sign::before { - content: "\e1f6"; } - -.fa-cart-arrow-down::before { - content: "\f218"; } - -.fa-walkie-talkie::before { - content: "\f8ef"; } - -.fa-file-pen::before { - content: "\f31c"; } - -.fa-file-edit::before { - content: "\f31c"; } - -.fa-receipt::before { - content: "\f543"; } - -.fa-square-pen::before { - content: "\f14b"; } - -.fa-pen-square::before { - content: "\f14b"; } - -.fa-pencil-square::before { - content: "\f14b"; } - -.fa-suitcase-rolling::before { - content: "\f5c1"; } - -.fa-person-circle-exclamation::before { - content: "\e53f"; } - -.fa-chevron-down::before { - content: "\f078"; } - -.fa-battery-full::before { - content: "\f240"; } - -.fa-battery::before { - content: "\f240"; } - -.fa-battery-5::before { - content: "\f240"; } - -.fa-skull-crossbones::before { - content: "\f714"; } - -.fa-code-compare::before { - content: "\e13a"; } - -.fa-list-ul::before { - content: "\f0ca"; } - -.fa-list-dots::before { - content: "\f0ca"; } - -.fa-school-lock::before { - content: "\e56f"; } - -.fa-tower-cell::before { - content: "\e585"; } - -.fa-down-long::before { - content: "\f309"; } - -.fa-long-arrow-alt-down::before { - content: "\f309"; } - -.fa-ranking-star::before { - content: "\e561"; } - -.fa-chess-king::before { - content: "\f43f"; } - -.fa-person-harassing::before { - content: "\e549"; } - -.fa-brazilian-real-sign::before { - content: "\e46c"; } - -.fa-landmark-dome::before { - content: "\f752"; } - -.fa-landmark-alt::before { - content: "\f752"; } - -.fa-arrow-up::before { - content: "\f062"; } - -.fa-tv::before { - content: "\f26c"; } - -.fa-television::before { - content: "\f26c"; } - -.fa-tv-alt::before { - content: "\f26c"; } - -.fa-shrimp::before { - content: "\e448"; } - -.fa-list-check::before { - content: "\f0ae"; } - -.fa-tasks::before { - content: "\f0ae"; } - -.fa-jug-detergent::before { - content: "\e519"; } - -.fa-circle-user::before { - content: "\f2bd"; } - -.fa-user-circle::before { - content: "\f2bd"; } - -.fa-user-shield::before { - content: "\f505"; } - -.fa-wind::before { - content: "\f72e"; } - -.fa-car-burst::before { - content: "\f5e1"; } - -.fa-car-crash::before { - content: "\f5e1"; } - -.fa-y::before { - content: "\59"; } - -.fa-person-snowboarding::before { - content: "\f7ce"; } - -.fa-snowboarding::before { - content: "\f7ce"; } - -.fa-truck-fast::before { - content: "\f48b"; } - -.fa-shipping-fast::before { - content: "\f48b"; } - -.fa-fish::before { - content: "\f578"; } - -.fa-user-graduate::before { - content: "\f501"; } - -.fa-circle-half-stroke::before { - content: "\f042"; } - -.fa-adjust::before { - content: "\f042"; } - -.fa-clapperboard::before { - content: "\e131"; } - -.fa-circle-radiation::before { - content: "\f7ba"; } - -.fa-radiation-alt::before { - content: "\f7ba"; } - -.fa-baseball::before { - content: "\f433"; } - -.fa-baseball-ball::before { - content: "\f433"; } - -.fa-jet-fighter-up::before { - content: "\e518"; } - -.fa-diagram-project::before { - content: "\f542"; } - -.fa-project-diagram::before { - content: "\f542"; } - -.fa-copy::before { - content: "\f0c5"; } - -.fa-volume-xmark::before { - content: "\f6a9"; } - -.fa-volume-mute::before { - content: "\f6a9"; } - -.fa-volume-times::before { - content: "\f6a9"; } - -.fa-hand-sparkles::before { - content: "\e05d"; } - -.fa-grip::before { - content: "\f58d"; } - -.fa-grip-horizontal::before { - content: "\f58d"; } - -.fa-share-from-square::before { - content: "\f14d"; } - -.fa-share-square::before { - content: "\f14d"; } - -.fa-child-combatant::before { - content: "\e4e0"; } - -.fa-child-rifle::before { - content: "\e4e0"; } - -.fa-gun::before { - content: "\e19b"; } - -.fa-square-phone::before { - content: "\f098"; } - -.fa-phone-square::before { - content: "\f098"; } - -.fa-plus::before { - content: "\2b"; } - -.fa-add::before { - content: "\2b"; } - -.fa-expand::before { - content: "\f065"; } - -.fa-computer::before { - content: "\e4e5"; } - -.fa-xmark::before { - content: "\f00d"; } - -.fa-close::before { - content: "\f00d"; } - -.fa-multiply::before { - content: "\f00d"; } - -.fa-remove::before { - content: "\f00d"; } - -.fa-times::before { - content: "\f00d"; } - -.fa-arrows-up-down-left-right::before { - content: "\f047"; } - -.fa-arrows::before { - content: "\f047"; } - -.fa-chalkboard-user::before { - content: "\f51c"; } - -.fa-chalkboard-teacher::before { - content: "\f51c"; } - -.fa-peso-sign::before { - content: "\e222"; } - -.fa-building-shield::before { - content: "\e4d8"; } - -.fa-baby::before { - content: "\f77c"; } - -.fa-users-line::before { - content: "\e592"; } - -.fa-quote-left::before { - content: "\f10d"; } - -.fa-quote-left-alt::before { - content: "\f10d"; } - -.fa-tractor::before { - content: "\f722"; } - -.fa-trash-arrow-up::before { - content: "\f829"; } - -.fa-trash-restore::before { - content: "\f829"; } - -.fa-arrow-down-up-lock::before { - content: "\e4b0"; } - -.fa-lines-leaning::before { - content: "\e51e"; } - -.fa-ruler-combined::before { - content: "\f546"; } - -.fa-copyright::before { - content: "\f1f9"; } - -.fa-equals::before { - content: "\3d"; } - -.fa-blender::before { - content: "\f517"; } - -.fa-teeth::before { - content: "\f62e"; } - -.fa-shekel-sign::before { - content: "\f20b"; } - -.fa-ils::before { - content: "\f20b"; } - -.fa-shekel::before { - content: "\f20b"; } - -.fa-sheqel::before { - content: "\f20b"; } - -.fa-sheqel-sign::before { - content: "\f20b"; } - -.fa-map::before { - content: "\f279"; } - -.fa-rocket::before { - content: "\f135"; } - -.fa-photo-film::before { - content: "\f87c"; } - -.fa-photo-video::before { - content: "\f87c"; } - -.fa-folder-minus::before { - content: "\f65d"; } - -.fa-store::before { - content: "\f54e"; } - -.fa-arrow-trend-up::before { - content: "\e098"; } - -.fa-plug-circle-minus::before { - content: "\e55e"; } - -.fa-sign-hanging::before { - content: "\f4d9"; } - -.fa-sign::before { - content: "\f4d9"; } - -.fa-bezier-curve::before { - content: "\f55b"; } - -.fa-bell-slash::before { - content: "\f1f6"; } - -.fa-tablet::before { - content: "\f3fb"; } - -.fa-tablet-android::before { - content: "\f3fb"; } - -.fa-school-flag::before { - content: "\e56e"; } - -.fa-fill::before { - content: "\f575"; } - -.fa-angle-up::before { - content: "\f106"; } - -.fa-drumstick-bite::before { - content: "\f6d7"; } - -.fa-holly-berry::before { - content: "\f7aa"; } - -.fa-chevron-left::before { - content: "\f053"; } - -.fa-bacteria::before { - content: "\e059"; } - -.fa-hand-lizard::before { - content: "\f258"; } - -.fa-notdef::before { - content: "\e1fe"; } - -.fa-disease::before { - content: "\f7fa"; } - -.fa-briefcase-medical::before { - content: "\f469"; } - -.fa-genderless::before { - content: "\f22d"; } - -.fa-chevron-right::before { - content: "\f054"; } - -.fa-retweet::before { - content: "\f079"; } - -.fa-car-rear::before { - content: "\f5de"; } - -.fa-car-alt::before { - content: "\f5de"; } - -.fa-pump-soap::before { - content: "\e06b"; } - -.fa-video-slash::before { - content: "\f4e2"; } - -.fa-battery-quarter::before { - content: "\f243"; } - -.fa-battery-2::before { - content: "\f243"; } - -.fa-radio::before { - content: "\f8d7"; } - -.fa-baby-carriage::before { - content: "\f77d"; } - -.fa-carriage-baby::before { - content: "\f77d"; } - -.fa-traffic-light::before { - content: "\f637"; } - -.fa-thermometer::before { - content: "\f491"; } - -.fa-vr-cardboard::before { - content: "\f729"; } - -.fa-hand-middle-finger::before { - content: "\f806"; } - -.fa-percent::before { - content: "\25"; } - -.fa-percentage::before { - content: "\25"; } - -.fa-truck-moving::before { - content: "\f4df"; } - -.fa-glass-water-droplet::before { - content: "\e4f5"; } - -.fa-display::before { - content: "\e163"; } - -.fa-face-smile::before { - content: "\f118"; } - -.fa-smile::before { - content: "\f118"; } - -.fa-thumbtack::before { - content: "\f08d"; } - -.fa-thumb-tack::before { - content: "\f08d"; } - -.fa-trophy::before { - content: "\f091"; } - -.fa-person-praying::before { - content: "\f683"; } - -.fa-pray::before { - content: "\f683"; } - -.fa-hammer::before { - content: "\f6e3"; } - -.fa-hand-peace::before { - content: "\f25b"; } - -.fa-rotate::before { - content: "\f2f1"; } - -.fa-sync-alt::before { - content: "\f2f1"; } - -.fa-spinner::before { - content: "\f110"; } - -.fa-robot::before { - content: "\f544"; } - -.fa-peace::before { - content: "\f67c"; } - -.fa-gears::before { - content: "\f085"; } - -.fa-cogs::before { - content: "\f085"; } - -.fa-warehouse::before { - content: "\f494"; } - -.fa-arrow-up-right-dots::before { - content: "\e4b7"; } - -.fa-splotch::before { - content: "\f5bc"; } - -.fa-face-grin-hearts::before { - content: "\f584"; } - -.fa-grin-hearts::before { - content: "\f584"; } - -.fa-dice-four::before { - content: "\f524"; } - -.fa-sim-card::before { - content: "\f7c4"; } - -.fa-transgender::before { - content: "\f225"; } - -.fa-transgender-alt::before { - content: "\f225"; } - -.fa-mercury::before { - content: "\f223"; } - -.fa-arrow-turn-down::before { - content: "\f149"; } - -.fa-level-down::before { - content: "\f149"; } - -.fa-person-falling-burst::before { - content: "\e547"; } - -.fa-award::before { - content: "\f559"; } - -.fa-ticket-simple::before { - content: "\f3ff"; } - -.fa-ticket-alt::before { - content: "\f3ff"; } - -.fa-building::before { - content: "\f1ad"; } - -.fa-angles-left::before { - content: "\f100"; } - -.fa-angle-double-left::before { - content: "\f100"; } - -.fa-qrcode::before { - content: "\f029"; } - -.fa-clock-rotate-left::before { - content: "\f1da"; } - -.fa-history::before { - content: "\f1da"; } - -.fa-face-grin-beam-sweat::before { - content: "\f583"; } - -.fa-grin-beam-sweat::before { - content: "\f583"; } - -.fa-file-export::before { - content: "\f56e"; } - -.fa-arrow-right-from-file::before { - content: "\f56e"; } - -.fa-shield::before { - content: "\f132"; } - -.fa-shield-blank::before { - content: "\f132"; } - -.fa-arrow-up-short-wide::before { - content: "\f885"; } - -.fa-sort-amount-up-alt::before { - content: "\f885"; } - -.fa-house-medical::before { - content: "\e3b2"; } - -.fa-golf-ball-tee::before { - content: "\f450"; } - -.fa-golf-ball::before { - content: "\f450"; } - -.fa-circle-chevron-left::before { - content: "\f137"; } - -.fa-chevron-circle-left::before { - content: "\f137"; } - -.fa-house-chimney-window::before { - content: "\e00d"; } - -.fa-pen-nib::before { - content: "\f5ad"; } - -.fa-tent-arrow-turn-left::before { - content: "\e580"; } - -.fa-tents::before { - content: "\e582"; } - -.fa-wand-magic::before { - content: "\f0d0"; } - -.fa-magic::before { - content: "\f0d0"; } - -.fa-dog::before { - content: "\f6d3"; } - -.fa-carrot::before { - content: "\f787"; } - -.fa-moon::before { - content: "\f186"; } - -.fa-wine-glass-empty::before { - content: "\f5ce"; } - -.fa-wine-glass-alt::before { - content: "\f5ce"; } - -.fa-cheese::before { - content: "\f7ef"; } - -.fa-yin-yang::before { - content: "\f6ad"; } - -.fa-music::before { - content: "\f001"; } - -.fa-code-commit::before { - content: "\f386"; } - -.fa-temperature-low::before { - content: "\f76b"; } - -.fa-person-biking::before { - content: "\f84a"; } - -.fa-biking::before { - content: "\f84a"; } - -.fa-broom::before { - content: "\f51a"; } - -.fa-shield-heart::before { - content: "\e574"; } - -.fa-gopuram::before { - content: "\f664"; } - -.fa-earth-oceania::before { - content: "\e47b"; } - -.fa-globe-oceania::before { - content: "\e47b"; } - -.fa-square-xmark::before { - content: "\f2d3"; } - -.fa-times-square::before { - content: "\f2d3"; } - -.fa-xmark-square::before { - content: "\f2d3"; } - -.fa-hashtag::before { - content: "\23"; } - -.fa-up-right-and-down-left-from-center::before { - content: "\f424"; } - -.fa-expand-alt::before { - content: "\f424"; } - -.fa-oil-can::before { - content: "\f613"; } - -.fa-t::before { - content: "\54"; } - -.fa-hippo::before { - content: "\f6ed"; } - -.fa-chart-column::before { - content: "\e0e3"; } - -.fa-infinity::before { - content: "\f534"; } - -.fa-vial-circle-check::before { - content: "\e596"; } - -.fa-person-arrow-down-to-line::before { - content: "\e538"; } - -.fa-voicemail::before { - content: "\f897"; } - -.fa-fan::before { - content: "\f863"; } - -.fa-person-walking-luggage::before { - content: "\e554"; } - -.fa-up-down::before { - content: "\f338"; } - -.fa-arrows-alt-v::before { - content: "\f338"; } - -.fa-cloud-moon-rain::before { - content: "\f73c"; } - -.fa-calendar::before { - content: "\f133"; } - -.fa-trailer::before { - content: "\e041"; } - -.fa-bahai::before { - content: "\f666"; } - -.fa-haykal::before { - content: "\f666"; } - -.fa-sd-card::before { - content: "\f7c2"; } - -.fa-dragon::before { - content: "\f6d5"; } - -.fa-shoe-prints::before { - content: "\f54b"; } - -.fa-circle-plus::before { - content: "\f055"; } - -.fa-plus-circle::before { - content: "\f055"; } - -.fa-face-grin-tongue-wink::before { - content: "\f58b"; } - -.fa-grin-tongue-wink::before { - content: "\f58b"; } - -.fa-hand-holding::before { - content: "\f4bd"; } - -.fa-plug-circle-exclamation::before { - content: "\e55d"; } - -.fa-link-slash::before { - content: "\f127"; } - -.fa-chain-broken::before { - content: "\f127"; } - -.fa-chain-slash::before { - content: "\f127"; } - -.fa-unlink::before { - content: "\f127"; } - -.fa-clone::before { - content: "\f24d"; } - -.fa-person-walking-arrow-loop-left::before { - content: "\e551"; } - -.fa-arrow-up-z-a::before { - content: "\f882"; } - -.fa-sort-alpha-up-alt::before { - content: "\f882"; } - -.fa-fire-flame-curved::before { - content: "\f7e4"; } - -.fa-fire-alt::before { - content: "\f7e4"; } - -.fa-tornado::before { - content: "\f76f"; } - -.fa-file-circle-plus::before { - content: "\e494"; } - -.fa-book-quran::before { - content: "\f687"; } - -.fa-quran::before { - content: "\f687"; } - -.fa-anchor::before { - content: "\f13d"; } - -.fa-border-all::before { - content: "\f84c"; } - -.fa-face-angry::before { - content: "\f556"; } - -.fa-angry::before { - content: "\f556"; } - -.fa-cookie-bite::before { - content: "\f564"; } - -.fa-arrow-trend-down::before { - content: "\e097"; } - -.fa-rss::before { - content: "\f09e"; } - -.fa-feed::before { - content: "\f09e"; } - -.fa-draw-polygon::before { - content: "\f5ee"; } - -.fa-scale-balanced::before { - content: "\f24e"; } - -.fa-balance-scale::before { - content: "\f24e"; } - -.fa-gauge-simple-high::before { - content: "\f62a"; } - -.fa-tachometer::before { - content: "\f62a"; } - -.fa-tachometer-fast::before { - content: "\f62a"; } - -.fa-shower::before { - content: "\f2cc"; } - -.fa-desktop::before { - content: "\f390"; } - -.fa-desktop-alt::before { - content: "\f390"; } - -.fa-m::before { - content: "\4d"; } - -.fa-table-list::before { - content: "\f00b"; } - -.fa-th-list::before { - content: "\f00b"; } - -.fa-comment-sms::before { - content: "\f7cd"; } - -.fa-sms::before { - content: "\f7cd"; } - -.fa-book::before { - content: "\f02d"; } - -.fa-user-plus::before { - content: "\f234"; } - -.fa-check::before { - content: "\f00c"; } - -.fa-battery-three-quarters::before { - content: "\f241"; } - -.fa-battery-4::before { - content: "\f241"; } - -.fa-house-circle-check::before { - content: "\e509"; } - -.fa-angle-left::before { - content: "\f104"; } - -.fa-diagram-successor::before { - content: "\e47a"; } - -.fa-truck-arrow-right::before { - content: "\e58b"; } - -.fa-arrows-split-up-and-left::before { - content: "\e4bc"; } - -.fa-hand-fist::before { - content: "\f6de"; } - -.fa-fist-raised::before { - content: "\f6de"; } - -.fa-cloud-moon::before { - content: "\f6c3"; } - -.fa-briefcase::before { - content: "\f0b1"; } - -.fa-person-falling::before { - content: "\e546"; } - -.fa-image-portrait::before { - content: "\f3e0"; } - -.fa-portrait::before { - content: "\f3e0"; } - -.fa-user-tag::before { - content: "\f507"; } - -.fa-rug::before { - content: "\e569"; } - -.fa-earth-europe::before { - content: "\f7a2"; } - -.fa-globe-europe::before { - content: "\f7a2"; } - -.fa-cart-flatbed-suitcase::before { - content: "\f59d"; } - -.fa-luggage-cart::before { - content: "\f59d"; } - -.fa-rectangle-xmark::before { - content: "\f410"; } - -.fa-rectangle-times::before { - content: "\f410"; } - -.fa-times-rectangle::before { - content: "\f410"; } - -.fa-window-close::before { - content: "\f410"; } - -.fa-baht-sign::before { - content: "\e0ac"; } - -.fa-book-open::before { - content: "\f518"; } - -.fa-book-journal-whills::before { - content: "\f66a"; } - -.fa-journal-whills::before { - content: "\f66a"; } - -.fa-handcuffs::before { - content: "\e4f8"; } - -.fa-triangle-exclamation::before { - content: "\f071"; } - -.fa-exclamation-triangle::before { - content: "\f071"; } - -.fa-warning::before { - content: "\f071"; } - -.fa-database::before { - content: "\f1c0"; } - -.fa-share::before { - content: "\f064"; } - -.fa-arrow-turn-right::before { - content: "\f064"; } - -.fa-mail-forward::before { - content: "\f064"; } - -.fa-bottle-droplet::before { - content: "\e4c4"; } - -.fa-mask-face::before { - content: "\e1d7"; } - -.fa-hill-rockslide::before { - content: "\e508"; } - -.fa-right-left::before { - content: "\f362"; } - -.fa-exchange-alt::before { - content: "\f362"; } - -.fa-paper-plane::before { - content: "\f1d8"; } - -.fa-road-circle-exclamation::before { - content: "\e565"; } - -.fa-dungeon::before { - content: "\f6d9"; } - -.fa-align-right::before { - content: "\f038"; } - -.fa-money-bill-1-wave::before { - content: "\f53b"; } - -.fa-money-bill-wave-alt::before { - content: "\f53b"; } - -.fa-life-ring::before { - content: "\f1cd"; } - -.fa-hands::before { - content: "\f2a7"; } - -.fa-sign-language::before { - content: "\f2a7"; } - -.fa-signing::before { - content: "\f2a7"; } - -.fa-calendar-day::before { - content: "\f783"; } - -.fa-water-ladder::before { - content: "\f5c5"; } - -.fa-ladder-water::before { - content: "\f5c5"; } - -.fa-swimming-pool::before { - content: "\f5c5"; } - -.fa-arrows-up-down::before { - content: "\f07d"; } - -.fa-arrows-v::before { - content: "\f07d"; } - -.fa-face-grimace::before { - content: "\f57f"; } - -.fa-grimace::before { - content: "\f57f"; } - -.fa-wheelchair-move::before { - content: "\e2ce"; } - -.fa-wheelchair-alt::before { - content: "\e2ce"; } - -.fa-turn-down::before { - content: "\f3be"; } - -.fa-level-down-alt::before { - content: "\f3be"; } - -.fa-person-walking-arrow-right::before { - content: "\e552"; } - -.fa-square-envelope::before { - content: "\f199"; } - -.fa-envelope-square::before { - content: "\f199"; } - -.fa-dice::before { - content: "\f522"; } - -.fa-bowling-ball::before { - content: "\f436"; } - -.fa-brain::before { - content: "\f5dc"; } - -.fa-bandage::before { - content: "\f462"; } - -.fa-band-aid::before { - content: "\f462"; } - -.fa-calendar-minus::before { - content: "\f272"; } - -.fa-circle-xmark::before { - content: "\f057"; } - -.fa-times-circle::before { - content: "\f057"; } - -.fa-xmark-circle::before { - content: "\f057"; } - -.fa-gifts::before { - content: "\f79c"; } - -.fa-hotel::before { - content: "\f594"; } - -.fa-earth-asia::before { - content: "\f57e"; } - -.fa-globe-asia::before { - content: "\f57e"; } - -.fa-id-card-clip::before { - content: "\f47f"; } - -.fa-id-card-alt::before { - content: "\f47f"; } - -.fa-magnifying-glass-plus::before { - content: "\f00e"; } - -.fa-search-plus::before { - content: "\f00e"; } - -.fa-thumbs-up::before { - content: "\f164"; } - -.fa-user-clock::before { - content: "\f4fd"; } - -.fa-hand-dots::before { - content: "\f461"; } - -.fa-allergies::before { - content: "\f461"; } - -.fa-file-invoice::before { - content: "\f570"; } - -.fa-window-minimize::before { - content: "\f2d1"; } - -.fa-mug-saucer::before { - content: "\f0f4"; } - -.fa-coffee::before { - content: "\f0f4"; } - -.fa-brush::before { - content: "\f55d"; } - -.fa-mask::before { - content: "\f6fa"; } - -.fa-magnifying-glass-minus::before { - content: "\f010"; } - -.fa-search-minus::before { - content: "\f010"; } - -.fa-ruler-vertical::before { - content: "\f548"; } - -.fa-user-large::before { - content: "\f406"; } - -.fa-user-alt::before { - content: "\f406"; } - -.fa-train-tram::before { - content: "\e5b4"; } - -.fa-user-nurse::before { - content: "\f82f"; } - -.fa-syringe::before { - content: "\f48e"; } - -.fa-cloud-sun::before { - content: "\f6c4"; } - -.fa-stopwatch-20::before { - content: "\e06f"; } - -.fa-square-full::before { - content: "\f45c"; } - -.fa-magnet::before { - content: "\f076"; } - -.fa-jar::before { - content: "\e516"; } - -.fa-note-sticky::before { - content: "\f249"; } - -.fa-sticky-note::before { - content: "\f249"; } - -.fa-bug-slash::before { - content: "\e490"; } - -.fa-arrow-up-from-water-pump::before { - content: "\e4b6"; } - -.fa-bone::before { - content: "\f5d7"; } - -.fa-user-injured::before { - content: "\f728"; } - -.fa-face-sad-tear::before { - content: "\f5b4"; } - -.fa-sad-tear::before { - content: "\f5b4"; } - -.fa-plane::before { - content: "\f072"; } - -.fa-tent-arrows-down::before { - content: "\e581"; } - -.fa-exclamation::before { - content: "\21"; } - -.fa-arrows-spin::before { - content: "\e4bb"; } - -.fa-print::before { - content: "\f02f"; } - -.fa-turkish-lira-sign::before { - content: "\e2bb"; } - -.fa-try::before { - content: "\e2bb"; } - -.fa-turkish-lira::before { - content: "\e2bb"; } - -.fa-dollar-sign::before { - content: "\24"; } - -.fa-dollar::before { - content: "\24"; } - -.fa-usd::before { - content: "\24"; } - -.fa-x::before { - content: "\58"; } - -.fa-magnifying-glass-dollar::before { - content: "\f688"; } - -.fa-search-dollar::before { - content: "\f688"; } - -.fa-users-gear::before { - content: "\f509"; } - -.fa-users-cog::before { - content: "\f509"; } - -.fa-person-military-pointing::before { - content: "\e54a"; } - -.fa-building-columns::before { - content: "\f19c"; } - -.fa-bank::before { - content: "\f19c"; } - -.fa-institution::before { - content: "\f19c"; } - -.fa-museum::before { - content: "\f19c"; } - -.fa-university::before { - content: "\f19c"; } - -.fa-umbrella::before { - content: "\f0e9"; } - -.fa-trowel::before { - content: "\e589"; } - -.fa-d::before { - content: "\44"; } - -.fa-stapler::before { - content: "\e5af"; } - -.fa-masks-theater::before { - content: "\f630"; } - -.fa-theater-masks::before { - content: "\f630"; } - -.fa-kip-sign::before { - content: "\e1c4"; } - -.fa-hand-point-left::before { - content: "\f0a5"; } - -.fa-handshake-simple::before { - content: "\f4c6"; } - -.fa-handshake-alt::before { - content: "\f4c6"; } - -.fa-jet-fighter::before { - content: "\f0fb"; } - -.fa-fighter-jet::before { - content: "\f0fb"; } - -.fa-square-share-nodes::before { - content: "\f1e1"; } - -.fa-share-alt-square::before { - content: "\f1e1"; } - -.fa-barcode::before { - content: "\f02a"; } - -.fa-plus-minus::before { - content: "\e43c"; } - -.fa-video::before { - content: "\f03d"; } - -.fa-video-camera::before { - content: "\f03d"; } - -.fa-graduation-cap::before { - content: "\f19d"; } - -.fa-mortar-board::before { - content: "\f19d"; } - -.fa-hand-holding-medical::before { - content: "\e05c"; } - -.fa-person-circle-check::before { - content: "\e53e"; } - -.fa-turn-up::before { - content: "\f3bf"; } - -.fa-level-up-alt::before { - content: "\f3bf"; } - -.sr-only, -.fa-sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } - -.sr-only-focusable:not(:focus), -.fa-sr-only-focusable:not(:focus) { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } -:root, :host { - --fa-style-family-brands: 'Font Awesome 6 Brands'; - --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } - -@font-face { - font-family: 'Font Awesome 6 Brands'; - font-style: normal; - font-weight: 400; - font-display: block; - src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } - -.fab, -.fa-brands { - font-weight: 400; } - -.fa-monero:before { - content: "\f3d0"; } - -.fa-hooli:before { - content: "\f427"; } - -.fa-yelp:before { - content: "\f1e9"; } - -.fa-cc-visa:before { - content: "\f1f0"; } - -.fa-lastfm:before { - content: "\f202"; } - -.fa-shopware:before { - content: "\f5b5"; } - -.fa-creative-commons-nc:before { - content: "\f4e8"; } - -.fa-aws:before { - content: "\f375"; } - -.fa-redhat:before { - content: "\f7bc"; } - -.fa-yoast:before { - content: "\f2b1"; } - -.fa-cloudflare:before { - content: "\e07d"; } - -.fa-ups:before { - content: "\f7e0"; } - -.fa-wpexplorer:before { - content: "\f2de"; } - -.fa-dyalog:before { - content: "\f399"; } - -.fa-bity:before { - content: "\f37a"; } - -.fa-stackpath:before { - content: "\f842"; } - -.fa-buysellads:before { - content: "\f20d"; } - -.fa-first-order:before { - content: "\f2b0"; } - -.fa-modx:before { - content: "\f285"; } - -.fa-guilded:before { - content: "\e07e"; } - -.fa-vnv:before { - content: "\f40b"; } - -.fa-square-js:before { - content: "\f3b9"; } - -.fa-js-square:before { - content: "\f3b9"; } - -.fa-microsoft:before { - content: "\f3ca"; } - -.fa-qq:before { - content: "\f1d6"; } - -.fa-orcid:before { - content: "\f8d2"; } - -.fa-java:before { - content: "\f4e4"; } - -.fa-invision:before { - content: "\f7b0"; } - -.fa-creative-commons-pd-alt:before { - content: "\f4ed"; } - -.fa-centercode:before { - content: "\f380"; } - -.fa-glide-g:before { - content: "\f2a6"; } - -.fa-drupal:before { - content: "\f1a9"; } - -.fa-hire-a-helper:before { - content: "\f3b0"; } - -.fa-creative-commons-by:before { - content: "\f4e7"; } - -.fa-unity:before { - content: "\e049"; } - -.fa-whmcs:before { - content: "\f40d"; } - -.fa-rocketchat:before { - content: "\f3e8"; } - -.fa-vk:before { - content: "\f189"; } - -.fa-untappd:before { - content: "\f405"; } - -.fa-mailchimp:before { - content: "\f59e"; } - -.fa-css3-alt:before { - content: "\f38b"; } - -.fa-square-reddit:before { - content: "\f1a2"; } - -.fa-reddit-square:before { - content: "\f1a2"; } - -.fa-vimeo-v:before { - content: "\f27d"; } - -.fa-contao:before { - content: "\f26d"; } - -.fa-square-font-awesome:before { - content: "\e5ad"; } - -.fa-deskpro:before { - content: "\f38f"; } - -.fa-sistrix:before { - content: "\f3ee"; } - -.fa-square-instagram:before { - content: "\e055"; } - -.fa-instagram-square:before { - content: "\e055"; } - -.fa-battle-net:before { - content: "\f835"; } - -.fa-the-red-yeti:before { - content: "\f69d"; } - -.fa-square-hacker-news:before { - content: "\f3af"; } - -.fa-hacker-news-square:before { - content: "\f3af"; } - -.fa-edge:before { - content: "\f282"; } - -.fa-napster:before { - content: "\f3d2"; } - -.fa-square-snapchat:before { - content: "\f2ad"; } - -.fa-snapchat-square:before { - content: "\f2ad"; } - -.fa-google-plus-g:before { - content: "\f0d5"; } - -.fa-artstation:before { - content: "\f77a"; } - -.fa-markdown:before { - content: "\f60f"; } - -.fa-sourcetree:before { - content: "\f7d3"; } - -.fa-google-plus:before { - content: "\f2b3"; } - -.fa-diaspora:before { - content: "\f791"; } - -.fa-foursquare:before { - content: "\f180"; } - -.fa-stack-overflow:before { - content: "\f16c"; } - -.fa-github-alt:before { - content: "\f113"; } - -.fa-phoenix-squadron:before { - content: "\f511"; } - -.fa-pagelines:before { - content: "\f18c"; } - -.fa-algolia:before { - content: "\f36c"; } - -.fa-red-river:before { - content: "\f3e3"; } - -.fa-creative-commons-sa:before { - content: "\f4ef"; } - -.fa-safari:before { - content: "\f267"; } - -.fa-google:before { - content: "\f1a0"; } - -.fa-square-font-awesome-stroke:before { - content: "\f35c"; } - -.fa-font-awesome-alt:before { - content: "\f35c"; } - -.fa-atlassian:before { - content: "\f77b"; } - -.fa-linkedin-in:before { - content: "\f0e1"; } - -.fa-digital-ocean:before { - content: "\f391"; } - -.fa-nimblr:before { - content: "\f5a8"; } - -.fa-chromecast:before { - content: "\f838"; } - -.fa-evernote:before { - content: "\f839"; } - -.fa-hacker-news:before { - content: "\f1d4"; } - -.fa-creative-commons-sampling:before { - content: "\f4f0"; } - -.fa-adversal:before { - content: "\f36a"; } - -.fa-creative-commons:before { - content: "\f25e"; } - -.fa-watchman-monitoring:before { - content: "\e087"; } - -.fa-fonticons:before { - content: "\f280"; } - -.fa-weixin:before { - content: "\f1d7"; } - -.fa-shirtsinbulk:before { - content: "\f214"; } - -.fa-codepen:before { - content: "\f1cb"; } - -.fa-git-alt:before { - content: "\f841"; } - -.fa-lyft:before { - content: "\f3c3"; } - -.fa-rev:before { - content: "\f5b2"; } - -.fa-windows:before { - content: "\f17a"; } - -.fa-wizards-of-the-coast:before { - content: "\f730"; } - -.fa-square-viadeo:before { - content: "\f2aa"; } - -.fa-viadeo-square:before { - content: "\f2aa"; } - -.fa-meetup:before { - content: "\f2e0"; } - -.fa-centos:before { - content: "\f789"; } - -.fa-adn:before { - content: "\f170"; } - -.fa-cloudsmith:before { - content: "\f384"; } - -.fa-pied-piper-alt:before { - content: "\f1a8"; } - -.fa-square-dribbble:before { - content: "\f397"; } - -.fa-dribbble-square:before { - content: "\f397"; } - -.fa-codiepie:before { - content: "\f284"; } - -.fa-node:before { - content: "\f419"; } - -.fa-mix:before { - content: "\f3cb"; } - -.fa-steam:before { - content: "\f1b6"; } - -.fa-cc-apple-pay:before { - content: "\f416"; } - -.fa-scribd:before { - content: "\f28a"; } - -.fa-openid:before { - content: "\f19b"; } - -.fa-instalod:before { - content: "\e081"; } - -.fa-expeditedssl:before { - content: "\f23e"; } - -.fa-sellcast:before { - content: "\f2da"; } - -.fa-square-twitter:before { - content: "\f081"; } - -.fa-twitter-square:before { - content: "\f081"; } - -.fa-r-project:before { - content: "\f4f7"; } - -.fa-delicious:before { - content: "\f1a5"; } - -.fa-freebsd:before { - content: "\f3a4"; } - -.fa-vuejs:before { - content: "\f41f"; } - -.fa-accusoft:before { - content: "\f369"; } - -.fa-ioxhost:before { - content: "\f208"; } - -.fa-fonticons-fi:before { - content: "\f3a2"; } - -.fa-app-store:before { - content: "\f36f"; } - -.fa-cc-mastercard:before { - content: "\f1f1"; } - -.fa-itunes-note:before { - content: "\f3b5"; } - -.fa-golang:before { - content: "\e40f"; } - -.fa-kickstarter:before { - content: "\f3bb"; } - -.fa-grav:before { - content: "\f2d6"; } - -.fa-weibo:before { - content: "\f18a"; } - -.fa-uncharted:before { - content: "\e084"; } - -.fa-firstdraft:before { - content: "\f3a1"; } - -.fa-square-youtube:before { - content: "\f431"; } - -.fa-youtube-square:before { - content: "\f431"; } - -.fa-wikipedia-w:before { - content: "\f266"; } - -.fa-wpressr:before { - content: "\f3e4"; } - -.fa-rendact:before { - content: "\f3e4"; } - -.fa-angellist:before { - content: "\f209"; } - -.fa-galactic-republic:before { - content: "\f50c"; } - -.fa-nfc-directional:before { - content: "\e530"; } - -.fa-skype:before { - content: "\f17e"; } - -.fa-joget:before { - content: "\f3b7"; } - -.fa-fedora:before { - content: "\f798"; } - -.fa-stripe-s:before { - content: "\f42a"; } - -.fa-meta:before { - content: "\e49b"; } - -.fa-laravel:before { - content: "\f3bd"; } - -.fa-hotjar:before { - content: "\f3b1"; } - -.fa-bluetooth-b:before { - content: "\f294"; } - -.fa-sticker-mule:before { - content: "\f3f7"; } - -.fa-creative-commons-zero:before { - content: "\f4f3"; } - -.fa-hips:before { - content: "\f452"; } - -.fa-behance:before { - content: "\f1b4"; } - -.fa-reddit:before { - content: "\f1a1"; } - -.fa-discord:before { - content: "\f392"; } - -.fa-chrome:before { - content: "\f268"; } - -.fa-app-store-ios:before { - content: "\f370"; } - -.fa-cc-discover:before { - content: "\f1f2"; } - -.fa-wpbeginner:before { - content: "\f297"; } - -.fa-confluence:before { - content: "\f78d"; } - -.fa-mdb:before { - content: "\f8ca"; } - -.fa-dochub:before { - content: "\f394"; } - -.fa-accessible-icon:before { - content: "\f368"; } - -.fa-ebay:before { - content: "\f4f4"; } - -.fa-amazon:before { - content: "\f270"; } - -.fa-unsplash:before { - content: "\e07c"; } - -.fa-yarn:before { - content: "\f7e3"; } - -.fa-square-steam:before { - content: "\f1b7"; } - -.fa-steam-square:before { - content: "\f1b7"; } - -.fa-500px:before { - content: "\f26e"; } - -.fa-square-vimeo:before { - content: "\f194"; } - -.fa-vimeo-square:before { - content: "\f194"; } - -.fa-asymmetrik:before { - content: "\f372"; } - -.fa-font-awesome:before { - content: "\f2b4"; } - -.fa-font-awesome-flag:before { - content: "\f2b4"; } - -.fa-font-awesome-logo-full:before { - content: "\f2b4"; } - -.fa-gratipay:before { - content: "\f184"; } - -.fa-apple:before { - content: "\f179"; } - -.fa-hive:before { - content: "\e07f"; } - -.fa-gitkraken:before { - content: "\f3a6"; } - -.fa-keybase:before { - content: "\f4f5"; } - -.fa-apple-pay:before { - content: "\f415"; } - -.fa-padlet:before { - content: "\e4a0"; } - -.fa-amazon-pay:before { - content: "\f42c"; } - -.fa-square-github:before { - content: "\f092"; } - -.fa-github-square:before { - content: "\f092"; } - -.fa-stumbleupon:before { - content: "\f1a4"; } - -.fa-fedex:before { - content: "\f797"; } - -.fa-phoenix-framework:before { - content: "\f3dc"; } - -.fa-shopify:before { - content: "\e057"; } - -.fa-neos:before { - content: "\f612"; } - -.fa-hackerrank:before { - content: "\f5f7"; } - -.fa-researchgate:before { - content: "\f4f8"; } - -.fa-swift:before { - content: "\f8e1"; } - -.fa-angular:before { - content: "\f420"; } - -.fa-speakap:before { - content: "\f3f3"; } - -.fa-angrycreative:before { - content: "\f36e"; } - -.fa-y-combinator:before { - content: "\f23b"; } - -.fa-empire:before { - content: "\f1d1"; } - -.fa-envira:before { - content: "\f299"; } - -.fa-square-gitlab:before { - content: "\e5ae"; } - -.fa-gitlab-square:before { - content: "\e5ae"; } - -.fa-studiovinari:before { - content: "\f3f8"; } - -.fa-pied-piper:before { - content: "\f2ae"; } - -.fa-wordpress:before { - content: "\f19a"; } - -.fa-product-hunt:before { - content: "\f288"; } - -.fa-firefox:before { - content: "\f269"; } - -.fa-linode:before { - content: "\f2b8"; } - -.fa-goodreads:before { - content: "\f3a8"; } - -.fa-square-odnoklassniki:before { - content: "\f264"; } - -.fa-odnoklassniki-square:before { - content: "\f264"; } - -.fa-jsfiddle:before { - content: "\f1cc"; } - -.fa-sith:before { - content: "\f512"; } - -.fa-themeisle:before { - content: "\f2b2"; } - -.fa-page4:before { - content: "\f3d7"; } - -.fa-hashnode:before { - content: "\e499"; } - -.fa-react:before { - content: "\f41b"; } - -.fa-cc-paypal:before { - content: "\f1f4"; } - -.fa-squarespace:before { - content: "\f5be"; } - -.fa-cc-stripe:before { - content: "\f1f5"; } - -.fa-creative-commons-share:before { - content: "\f4f2"; } - -.fa-bitcoin:before { - content: "\f379"; } - -.fa-keycdn:before { - content: "\f3ba"; } - -.fa-opera:before { - content: "\f26a"; } - -.fa-itch-io:before { - content: "\f83a"; } - -.fa-umbraco:before { - content: "\f8e8"; } - -.fa-galactic-senate:before { - content: "\f50d"; } - -.fa-ubuntu:before { - content: "\f7df"; } - -.fa-draft2digital:before { - content: "\f396"; } - -.fa-stripe:before { - content: "\f429"; } - -.fa-houzz:before { - content: "\f27c"; } - -.fa-gg:before { - content: "\f260"; } - -.fa-dhl:before { - content: "\f790"; } - -.fa-square-pinterest:before { - content: "\f0d3"; } - -.fa-pinterest-square:before { - content: "\f0d3"; } - -.fa-xing:before { - content: "\f168"; } - -.fa-blackberry:before { - content: "\f37b"; } - -.fa-creative-commons-pd:before { - content: "\f4ec"; } - -.fa-playstation:before { - content: "\f3df"; } - -.fa-quinscape:before { - content: "\f459"; } - -.fa-less:before { - content: "\f41d"; } - -.fa-blogger-b:before { - content: "\f37d"; } - -.fa-opencart:before { - content: "\f23d"; } - -.fa-vine:before { - content: "\f1ca"; } - -.fa-paypal:before { - content: "\f1ed"; } - -.fa-gitlab:before { - content: "\f296"; } - -.fa-typo3:before { - content: "\f42b"; } - -.fa-reddit-alien:before { - content: "\f281"; } - -.fa-yahoo:before { - content: "\f19e"; } - -.fa-dailymotion:before { - content: "\e052"; } - -.fa-affiliatetheme:before { - content: "\f36b"; } - -.fa-pied-piper-pp:before { - content: "\f1a7"; } - -.fa-bootstrap:before { - content: "\f836"; } - -.fa-odnoklassniki:before { - content: "\f263"; } - -.fa-nfc-symbol:before { - content: "\e531"; } - -.fa-ethereum:before { - content: "\f42e"; } - -.fa-speaker-deck:before { - content: "\f83c"; } - -.fa-creative-commons-nc-eu:before { - content: "\f4e9"; } - -.fa-patreon:before { - content: "\f3d9"; } - -.fa-avianex:before { - content: "\f374"; } - -.fa-ello:before { - content: "\f5f1"; } - -.fa-gofore:before { - content: "\f3a7"; } - -.fa-bimobject:before { - content: "\f378"; } - -.fa-facebook-f:before { - content: "\f39e"; } - -.fa-square-google-plus:before { - content: "\f0d4"; } - -.fa-google-plus-square:before { - content: "\f0d4"; } - -.fa-mandalorian:before { - content: "\f50f"; } - -.fa-first-order-alt:before { - content: "\f50a"; } - -.fa-osi:before { - content: "\f41a"; } - -.fa-google-wallet:before { - content: "\f1ee"; } - -.fa-d-and-d-beyond:before { - content: "\f6ca"; } - -.fa-periscope:before { - content: "\f3da"; } - -.fa-fulcrum:before { - content: "\f50b"; } - -.fa-cloudscale:before { - content: "\f383"; } - -.fa-forumbee:before { - content: "\f211"; } - -.fa-mizuni:before { - content: "\f3cc"; } - -.fa-schlix:before { - content: "\f3ea"; } - -.fa-square-xing:before { - content: "\f169"; } - -.fa-xing-square:before { - content: "\f169"; } - -.fa-bandcamp:before { - content: "\f2d5"; } - -.fa-wpforms:before { - content: "\f298"; } - -.fa-cloudversify:before { - content: "\f385"; } - -.fa-usps:before { - content: "\f7e1"; } - -.fa-megaport:before { - content: "\f5a3"; } - -.fa-magento:before { - content: "\f3c4"; } - -.fa-spotify:before { - content: "\f1bc"; } - -.fa-optin-monster:before { - content: "\f23c"; } - -.fa-fly:before { - content: "\f417"; } - -.fa-aviato:before { - content: "\f421"; } - -.fa-itunes:before { - content: "\f3b4"; } - -.fa-cuttlefish:before { - content: "\f38c"; } - -.fa-blogger:before { - content: "\f37c"; } - -.fa-flickr:before { - content: "\f16e"; } - -.fa-viber:before { - content: "\f409"; } - -.fa-soundcloud:before { - content: "\f1be"; } - -.fa-digg:before { - content: "\f1a6"; } - -.fa-tencent-weibo:before { - content: "\f1d5"; } - -.fa-symfony:before { - content: "\f83d"; } - -.fa-maxcdn:before { - content: "\f136"; } - -.fa-etsy:before { - content: "\f2d7"; } - -.fa-facebook-messenger:before { - content: "\f39f"; } - -.fa-audible:before { - content: "\f373"; } - -.fa-think-peaks:before { - content: "\f731"; } - -.fa-bilibili:before { - content: "\e3d9"; } - -.fa-erlang:before { - content: "\f39d"; } - -.fa-cotton-bureau:before { - content: "\f89e"; } - -.fa-dashcube:before { - content: "\f210"; } - -.fa-42-group:before { - content: "\e080"; } - -.fa-innosoft:before { - content: "\e080"; } - -.fa-stack-exchange:before { - content: "\f18d"; } - -.fa-elementor:before { - content: "\f430"; } - -.fa-square-pied-piper:before { - content: "\e01e"; } - -.fa-pied-piper-square:before { - content: "\e01e"; } - -.fa-creative-commons-nd:before { - content: "\f4eb"; } - -.fa-palfed:before { - content: "\f3d8"; } - -.fa-superpowers:before { - content: "\f2dd"; } - -.fa-resolving:before { - content: "\f3e7"; } - -.fa-xbox:before { - content: "\f412"; } - -.fa-searchengin:before { - content: "\f3eb"; } - -.fa-tiktok:before { - content: "\e07b"; } - -.fa-square-facebook:before { - content: "\f082"; } - -.fa-facebook-square:before { - content: "\f082"; } - -.fa-renren:before { - content: "\f18b"; } - -.fa-linux:before { - content: "\f17c"; } - -.fa-glide:before { - content: "\f2a5"; } - -.fa-linkedin:before { - content: "\f08c"; } - -.fa-hubspot:before { - content: "\f3b2"; } - -.fa-deploydog:before { - content: "\f38e"; } - -.fa-twitch:before { - content: "\f1e8"; } - -.fa-ravelry:before { - content: "\f2d9"; } - -.fa-mixer:before { - content: "\e056"; } - -.fa-square-lastfm:before { - content: "\f203"; } - -.fa-lastfm-square:before { - content: "\f203"; } - -.fa-vimeo:before { - content: "\f40a"; } - -.fa-mendeley:before { - content: "\f7b3"; } - -.fa-uniregistry:before { - content: "\f404"; } - -.fa-figma:before { - content: "\f799"; } - -.fa-creative-commons-remix:before { - content: "\f4ee"; } - -.fa-cc-amazon-pay:before { - content: "\f42d"; } - -.fa-dropbox:before { - content: "\f16b"; } - -.fa-instagram:before { - content: "\f16d"; } - -.fa-cmplid:before { - content: "\e360"; } - -.fa-facebook:before { - content: "\f09a"; } - -.fa-gripfire:before { - content: "\f3ac"; } - -.fa-jedi-order:before { - content: "\f50e"; } - -.fa-uikit:before { - content: "\f403"; } - -.fa-fort-awesome-alt:before { - content: "\f3a3"; } - -.fa-phabricator:before { - content: "\f3db"; } - -.fa-ussunnah:before { - content: "\f407"; } - -.fa-earlybirds:before { - content: "\f39a"; } - -.fa-trade-federation:before { - content: "\f513"; } - -.fa-autoprefixer:before { - content: "\f41c"; } - -.fa-whatsapp:before { - content: "\f232"; } - -.fa-slideshare:before { - content: "\f1e7"; } - -.fa-google-play:before { - content: "\f3ab"; } - -.fa-viadeo:before { - content: "\f2a9"; } - -.fa-line:before { - content: "\f3c0"; } - -.fa-google-drive:before { - content: "\f3aa"; } - -.fa-servicestack:before { - content: "\f3ec"; } - -.fa-simplybuilt:before { - content: "\f215"; } - -.fa-bitbucket:before { - content: "\f171"; } - -.fa-imdb:before { - content: "\f2d8"; } - -.fa-deezer:before { - content: "\e077"; } - -.fa-raspberry-pi:before { - content: "\f7bb"; } - -.fa-jira:before { - content: "\f7b1"; } - -.fa-docker:before { - content: "\f395"; } - -.fa-screenpal:before { - content: "\e570"; } - -.fa-bluetooth:before { - content: "\f293"; } - -.fa-gitter:before { - content: "\f426"; } - -.fa-d-and-d:before { - content: "\f38d"; } - -.fa-microblog:before { - content: "\e01a"; } - -.fa-cc-diners-club:before { - content: "\f24c"; } - -.fa-gg-circle:before { - content: "\f261"; } - -.fa-pied-piper-hat:before { - content: "\f4e5"; } - -.fa-kickstarter-k:before { - content: "\f3bc"; } - -.fa-yandex:before { - content: "\f413"; } - -.fa-readme:before { - content: "\f4d5"; } - -.fa-html5:before { - content: "\f13b"; } - -.fa-sellsy:before { - content: "\f213"; } - -.fa-sass:before { - content: "\f41e"; } - -.fa-wirsindhandwerk:before { - content: "\e2d0"; } - -.fa-wsh:before { - content: "\e2d0"; } - -.fa-buromobelexperte:before { - content: "\f37f"; } - -.fa-salesforce:before { - content: "\f83b"; } - -.fa-octopus-deploy:before { - content: "\e082"; } - -.fa-medapps:before { - content: "\f3c6"; } - -.fa-ns8:before { - content: "\f3d5"; } - -.fa-pinterest-p:before { - content: "\f231"; } - -.fa-apper:before { - content: "\f371"; } - -.fa-fort-awesome:before { - content: "\f286"; } - -.fa-waze:before { - content: "\f83f"; } - -.fa-cc-jcb:before { - content: "\f24b"; } - -.fa-snapchat:before { - content: "\f2ab"; } - -.fa-snapchat-ghost:before { - content: "\f2ab"; } - -.fa-fantasy-flight-games:before { - content: "\f6dc"; } - -.fa-rust:before { - content: "\e07a"; } - -.fa-wix:before { - content: "\f5cf"; } - -.fa-square-behance:before { - content: "\f1b5"; } - -.fa-behance-square:before { - content: "\f1b5"; } - -.fa-supple:before { - content: "\f3f9"; } - -.fa-rebel:before { - content: "\f1d0"; } - -.fa-css3:before { - content: "\f13c"; } - -.fa-staylinked:before { - content: "\f3f5"; } - -.fa-kaggle:before { - content: "\f5fa"; } - -.fa-space-awesome:before { - content: "\e5ac"; } - -.fa-deviantart:before { - content: "\f1bd"; } - -.fa-cpanel:before { - content: "\f388"; } - -.fa-goodreads-g:before { - content: "\f3a9"; } - -.fa-square-git:before { - content: "\f1d2"; } - -.fa-git-square:before { - content: "\f1d2"; } - -.fa-square-tumblr:before { - content: "\f174"; } - -.fa-tumblr-square:before { - content: "\f174"; } - -.fa-trello:before { - content: "\f181"; } - -.fa-creative-commons-nc-jp:before { - content: "\f4ea"; } - -.fa-get-pocket:before { - content: "\f265"; } - -.fa-perbyte:before { - content: "\e083"; } - -.fa-grunt:before { - content: "\f3ad"; } - -.fa-weebly:before { - content: "\f5cc"; } - -.fa-connectdevelop:before { - content: "\f20e"; } - -.fa-leanpub:before { - content: "\f212"; } - -.fa-black-tie:before { - content: "\f27e"; } - -.fa-themeco:before { - content: "\f5c6"; } - -.fa-python:before { - content: "\f3e2"; } - -.fa-android:before { - content: "\f17b"; } - -.fa-bots:before { - content: "\e340"; } - -.fa-free-code-camp:before { - content: "\f2c5"; } - -.fa-hornbill:before { - content: "\f592"; } - -.fa-js:before { - content: "\f3b8"; } - -.fa-ideal:before { - content: "\e013"; } - -.fa-git:before { - content: "\f1d3"; } - -.fa-dev:before { - content: "\f6cc"; } - -.fa-sketch:before { - content: "\f7c6"; } - -.fa-yandex-international:before { - content: "\f414"; } - -.fa-cc-amex:before { - content: "\f1f3"; } - -.fa-uber:before { - content: "\f402"; } - -.fa-github:before { - content: "\f09b"; } - -.fa-php:before { - content: "\f457"; } - -.fa-alipay:before { - content: "\f642"; } - -.fa-youtube:before { - content: "\f167"; } - -.fa-skyatlas:before { - content: "\f216"; } - -.fa-firefox-browser:before { - content: "\e007"; } - -.fa-replyd:before { - content: "\f3e6"; } - -.fa-suse:before { - content: "\f7d6"; } - -.fa-jenkins:before { - content: "\f3b6"; } - -.fa-twitter:before { - content: "\f099"; } - -.fa-rockrms:before { - content: "\f3e9"; } - -.fa-pinterest:before { - content: "\f0d2"; } - -.fa-buffer:before { - content: "\f837"; } - -.fa-npm:before { - content: "\f3d4"; } - -.fa-yammer:before { - content: "\f840"; } - -.fa-btc:before { - content: "\f15a"; } - -.fa-dribbble:before { - content: "\f17d"; } - -.fa-stumbleupon-circle:before { - content: "\f1a3"; } - -.fa-internet-explorer:before { - content: "\f26b"; } - -.fa-stubber:before { - content: "\e5c7"; } - -.fa-telegram:before { - content: "\f2c6"; } - -.fa-telegram-plane:before { - content: "\f2c6"; } - -.fa-old-republic:before { - content: "\f510"; } - -.fa-odysee:before { - content: "\e5c6"; } - -.fa-square-whatsapp:before { - content: "\f40c"; } - -.fa-whatsapp-square:before { - content: "\f40c"; } - -.fa-node-js:before { - content: "\f3d3"; } - -.fa-edge-legacy:before { - content: "\e078"; } - -.fa-slack:before { - content: "\f198"; } - -.fa-slack-hash:before { - content: "\f198"; } - -.fa-medrt:before { - content: "\f3c8"; } - -.fa-usb:before { - content: "\f287"; } - -.fa-tumblr:before { - content: "\f173"; } - -.fa-vaadin:before { - content: "\f408"; } - -.fa-quora:before { - content: "\f2c4"; } - -.fa-reacteurope:before { - content: "\f75d"; } - -.fa-medium:before { - content: "\f23a"; } - -.fa-medium-m:before { - content: "\f23a"; } - -.fa-amilia:before { - content: "\f36d"; } - -.fa-mixcloud:before { - content: "\f289"; } - -.fa-flipboard:before { - content: "\f44d"; } - -.fa-viacoin:before { - content: "\f237"; } - -.fa-critical-role:before { - content: "\f6c9"; } - -.fa-sitrox:before { - content: "\e44a"; } - -.fa-discourse:before { - content: "\f393"; } - -.fa-joomla:before { - content: "\f1aa"; } - -.fa-mastodon:before { - content: "\f4f6"; } - -.fa-airbnb:before { - content: "\f834"; } - -.fa-wolf-pack-battalion:before { - content: "\f514"; } - -.fa-buy-n-large:before { - content: "\f8a6"; } - -.fa-gulp:before { - content: "\f3ae"; } - -.fa-creative-commons-sampling-plus:before { - content: "\f4f1"; } - -.fa-strava:before { - content: "\f428"; } - -.fa-ember:before { - content: "\f423"; } - -.fa-canadian-maple-leaf:before { - content: "\f785"; } - -.fa-teamspeak:before { - content: "\f4f9"; } - -.fa-pushed:before { - content: "\f3e1"; } - -.fa-wordpress-simple:before { - content: "\f411"; } - -.fa-nutritionix:before { - content: "\f3d6"; } - -.fa-wodu:before { - content: "\e088"; } - -.fa-google-pay:before { - content: "\e079"; } - -.fa-intercom:before { - content: "\f7af"; } - -.fa-zhihu:before { - content: "\f63f"; } - -.fa-korvue:before { - content: "\f42f"; } - -.fa-pix:before { - content: "\e43a"; } - -.fa-steam-symbol:before { - content: "\f3f6"; } -:root, :host { - --fa-style-family-classic: 'Font Awesome 6 Free'; - --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } - -@font-face { - font-family: 'Font Awesome 6 Free'; - font-style: normal; - font-weight: 400; - font-display: block; - src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } - -.far, -.fa-regular { - font-weight: 400; } -:root, :host { - --fa-style-family-classic: 'Font Awesome 6 Free'; - --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } - -@font-face { - font-family: 'Font Awesome 6 Free'; - font-style: normal; - font-weight: 900; - font-display: block; - src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } - -.fas, -.fa-solid { - font-weight: 900; } -@font-face { - font-family: 'Font Awesome 5 Brands'; - font-display: block; - font-weight: 400; - src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } - -@font-face { - font-family: 'Font Awesome 5 Free'; - font-display: block; - font-weight: 900; - src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } - -@font-face { - font-family: 'Font Awesome 5 Free'; - font-display: block; - font-weight: 400; - src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } - -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } - -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); - unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } - -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype"); - unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/all.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/all.min.css deleted file mode 100644 index df7439b..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/all.min.css +++ /dev/null @@ -1,9 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} - -.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} -.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/brands.css b/hackens_orga/shared/static/vendor/fontawesome/css/brands.css deleted file mode 100644 index 1382005..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/brands.css +++ /dev/null @@ -1,1522 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:root, :host { - --fa-style-family-brands: 'Font Awesome 6 Brands'; - --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } - -@font-face { - font-family: 'Font Awesome 6 Brands'; - font-style: normal; - font-weight: 400; - font-display: block; - src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } - -.fab, -.fa-brands { - font-weight: 400; } - -.fa-monero:before { - content: "\f3d0"; } - -.fa-hooli:before { - content: "\f427"; } - -.fa-yelp:before { - content: "\f1e9"; } - -.fa-cc-visa:before { - content: "\f1f0"; } - -.fa-lastfm:before { - content: "\f202"; } - -.fa-shopware:before { - content: "\f5b5"; } - -.fa-creative-commons-nc:before { - content: "\f4e8"; } - -.fa-aws:before { - content: "\f375"; } - -.fa-redhat:before { - content: "\f7bc"; } - -.fa-yoast:before { - content: "\f2b1"; } - -.fa-cloudflare:before { - content: "\e07d"; } - -.fa-ups:before { - content: "\f7e0"; } - -.fa-wpexplorer:before { - content: "\f2de"; } - -.fa-dyalog:before { - content: "\f399"; } - -.fa-bity:before { - content: "\f37a"; } - -.fa-stackpath:before { - content: "\f842"; } - -.fa-buysellads:before { - content: "\f20d"; } - -.fa-first-order:before { - content: "\f2b0"; } - -.fa-modx:before { - content: "\f285"; } - -.fa-guilded:before { - content: "\e07e"; } - -.fa-vnv:before { - content: "\f40b"; } - -.fa-square-js:before { - content: "\f3b9"; } - -.fa-js-square:before { - content: "\f3b9"; } - -.fa-microsoft:before { - content: "\f3ca"; } - -.fa-qq:before { - content: "\f1d6"; } - -.fa-orcid:before { - content: "\f8d2"; } - -.fa-java:before { - content: "\f4e4"; } - -.fa-invision:before { - content: "\f7b0"; } - -.fa-creative-commons-pd-alt:before { - content: "\f4ed"; } - -.fa-centercode:before { - content: "\f380"; } - -.fa-glide-g:before { - content: "\f2a6"; } - -.fa-drupal:before { - content: "\f1a9"; } - -.fa-hire-a-helper:before { - content: "\f3b0"; } - -.fa-creative-commons-by:before { - content: "\f4e7"; } - -.fa-unity:before { - content: "\e049"; } - -.fa-whmcs:before { - content: "\f40d"; } - -.fa-rocketchat:before { - content: "\f3e8"; } - -.fa-vk:before { - content: "\f189"; } - -.fa-untappd:before { - content: "\f405"; } - -.fa-mailchimp:before { - content: "\f59e"; } - -.fa-css3-alt:before { - content: "\f38b"; } - -.fa-square-reddit:before { - content: "\f1a2"; } - -.fa-reddit-square:before { - content: "\f1a2"; } - -.fa-vimeo-v:before { - content: "\f27d"; } - -.fa-contao:before { - content: "\f26d"; } - -.fa-square-font-awesome:before { - content: "\e5ad"; } - -.fa-deskpro:before { - content: "\f38f"; } - -.fa-sistrix:before { - content: "\f3ee"; } - -.fa-square-instagram:before { - content: "\e055"; } - -.fa-instagram-square:before { - content: "\e055"; } - -.fa-battle-net:before { - content: "\f835"; } - -.fa-the-red-yeti:before { - content: "\f69d"; } - -.fa-square-hacker-news:before { - content: "\f3af"; } - -.fa-hacker-news-square:before { - content: "\f3af"; } - -.fa-edge:before { - content: "\f282"; } - -.fa-napster:before { - content: "\f3d2"; } - -.fa-square-snapchat:before { - content: "\f2ad"; } - -.fa-snapchat-square:before { - content: "\f2ad"; } - -.fa-google-plus-g:before { - content: "\f0d5"; } - -.fa-artstation:before { - content: "\f77a"; } - -.fa-markdown:before { - content: "\f60f"; } - -.fa-sourcetree:before { - content: "\f7d3"; } - -.fa-google-plus:before { - content: "\f2b3"; } - -.fa-diaspora:before { - content: "\f791"; } - -.fa-foursquare:before { - content: "\f180"; } - -.fa-stack-overflow:before { - content: "\f16c"; } - -.fa-github-alt:before { - content: "\f113"; } - -.fa-phoenix-squadron:before { - content: "\f511"; } - -.fa-pagelines:before { - content: "\f18c"; } - -.fa-algolia:before { - content: "\f36c"; } - -.fa-red-river:before { - content: "\f3e3"; } - -.fa-creative-commons-sa:before { - content: "\f4ef"; } - -.fa-safari:before { - content: "\f267"; } - -.fa-google:before { - content: "\f1a0"; } - -.fa-square-font-awesome-stroke:before { - content: "\f35c"; } - -.fa-font-awesome-alt:before { - content: "\f35c"; } - -.fa-atlassian:before { - content: "\f77b"; } - -.fa-linkedin-in:before { - content: "\f0e1"; } - -.fa-digital-ocean:before { - content: "\f391"; } - -.fa-nimblr:before { - content: "\f5a8"; } - -.fa-chromecast:before { - content: "\f838"; } - -.fa-evernote:before { - content: "\f839"; } - -.fa-hacker-news:before { - content: "\f1d4"; } - -.fa-creative-commons-sampling:before { - content: "\f4f0"; } - -.fa-adversal:before { - content: "\f36a"; } - -.fa-creative-commons:before { - content: "\f25e"; } - -.fa-watchman-monitoring:before { - content: "\e087"; } - -.fa-fonticons:before { - content: "\f280"; } - -.fa-weixin:before { - content: "\f1d7"; } - -.fa-shirtsinbulk:before { - content: "\f214"; } - -.fa-codepen:before { - content: "\f1cb"; } - -.fa-git-alt:before { - content: "\f841"; } - -.fa-lyft:before { - content: "\f3c3"; } - -.fa-rev:before { - content: "\f5b2"; } - -.fa-windows:before { - content: "\f17a"; } - -.fa-wizards-of-the-coast:before { - content: "\f730"; } - -.fa-square-viadeo:before { - content: "\f2aa"; } - -.fa-viadeo-square:before { - content: "\f2aa"; } - -.fa-meetup:before { - content: "\f2e0"; } - -.fa-centos:before { - content: "\f789"; } - -.fa-adn:before { - content: "\f170"; } - -.fa-cloudsmith:before { - content: "\f384"; } - -.fa-pied-piper-alt:before { - content: "\f1a8"; } - -.fa-square-dribbble:before { - content: "\f397"; } - -.fa-dribbble-square:before { - content: "\f397"; } - -.fa-codiepie:before { - content: "\f284"; } - -.fa-node:before { - content: "\f419"; } - -.fa-mix:before { - content: "\f3cb"; } - -.fa-steam:before { - content: "\f1b6"; } - -.fa-cc-apple-pay:before { - content: "\f416"; } - -.fa-scribd:before { - content: "\f28a"; } - -.fa-openid:before { - content: "\f19b"; } - -.fa-instalod:before { - content: "\e081"; } - -.fa-expeditedssl:before { - content: "\f23e"; } - -.fa-sellcast:before { - content: "\f2da"; } - -.fa-square-twitter:before { - content: "\f081"; } - -.fa-twitter-square:before { - content: "\f081"; } - -.fa-r-project:before { - content: "\f4f7"; } - -.fa-delicious:before { - content: "\f1a5"; } - -.fa-freebsd:before { - content: "\f3a4"; } - -.fa-vuejs:before { - content: "\f41f"; } - -.fa-accusoft:before { - content: "\f369"; } - -.fa-ioxhost:before { - content: "\f208"; } - -.fa-fonticons-fi:before { - content: "\f3a2"; } - -.fa-app-store:before { - content: "\f36f"; } - -.fa-cc-mastercard:before { - content: "\f1f1"; } - -.fa-itunes-note:before { - content: "\f3b5"; } - -.fa-golang:before { - content: "\e40f"; } - -.fa-kickstarter:before { - content: "\f3bb"; } - -.fa-grav:before { - content: "\f2d6"; } - -.fa-weibo:before { - content: "\f18a"; } - -.fa-uncharted:before { - content: "\e084"; } - -.fa-firstdraft:before { - content: "\f3a1"; } - -.fa-square-youtube:before { - content: "\f431"; } - -.fa-youtube-square:before { - content: "\f431"; } - -.fa-wikipedia-w:before { - content: "\f266"; } - -.fa-wpressr:before { - content: "\f3e4"; } - -.fa-rendact:before { - content: "\f3e4"; } - -.fa-angellist:before { - content: "\f209"; } - -.fa-galactic-republic:before { - content: "\f50c"; } - -.fa-nfc-directional:before { - content: "\e530"; } - -.fa-skype:before { - content: "\f17e"; } - -.fa-joget:before { - content: "\f3b7"; } - -.fa-fedora:before { - content: "\f798"; } - -.fa-stripe-s:before { - content: "\f42a"; } - -.fa-meta:before { - content: "\e49b"; } - -.fa-laravel:before { - content: "\f3bd"; } - -.fa-hotjar:before { - content: "\f3b1"; } - -.fa-bluetooth-b:before { - content: "\f294"; } - -.fa-sticker-mule:before { - content: "\f3f7"; } - -.fa-creative-commons-zero:before { - content: "\f4f3"; } - -.fa-hips:before { - content: "\f452"; } - -.fa-behance:before { - content: "\f1b4"; } - -.fa-reddit:before { - content: "\f1a1"; } - -.fa-discord:before { - content: "\f392"; } - -.fa-chrome:before { - content: "\f268"; } - -.fa-app-store-ios:before { - content: "\f370"; } - -.fa-cc-discover:before { - content: "\f1f2"; } - -.fa-wpbeginner:before { - content: "\f297"; } - -.fa-confluence:before { - content: "\f78d"; } - -.fa-mdb:before { - content: "\f8ca"; } - -.fa-dochub:before { - content: "\f394"; } - -.fa-accessible-icon:before { - content: "\f368"; } - -.fa-ebay:before { - content: "\f4f4"; } - -.fa-amazon:before { - content: "\f270"; } - -.fa-unsplash:before { - content: "\e07c"; } - -.fa-yarn:before { - content: "\f7e3"; } - -.fa-square-steam:before { - content: "\f1b7"; } - -.fa-steam-square:before { - content: "\f1b7"; } - -.fa-500px:before { - content: "\f26e"; } - -.fa-square-vimeo:before { - content: "\f194"; } - -.fa-vimeo-square:before { - content: "\f194"; } - -.fa-asymmetrik:before { - content: "\f372"; } - -.fa-font-awesome:before { - content: "\f2b4"; } - -.fa-font-awesome-flag:before { - content: "\f2b4"; } - -.fa-font-awesome-logo-full:before { - content: "\f2b4"; } - -.fa-gratipay:before { - content: "\f184"; } - -.fa-apple:before { - content: "\f179"; } - -.fa-hive:before { - content: "\e07f"; } - -.fa-gitkraken:before { - content: "\f3a6"; } - -.fa-keybase:before { - content: "\f4f5"; } - -.fa-apple-pay:before { - content: "\f415"; } - -.fa-padlet:before { - content: "\e4a0"; } - -.fa-amazon-pay:before { - content: "\f42c"; } - -.fa-square-github:before { - content: "\f092"; } - -.fa-github-square:before { - content: "\f092"; } - -.fa-stumbleupon:before { - content: "\f1a4"; } - -.fa-fedex:before { - content: "\f797"; } - -.fa-phoenix-framework:before { - content: "\f3dc"; } - -.fa-shopify:before { - content: "\e057"; } - -.fa-neos:before { - content: "\f612"; } - -.fa-hackerrank:before { - content: "\f5f7"; } - -.fa-researchgate:before { - content: "\f4f8"; } - -.fa-swift:before { - content: "\f8e1"; } - -.fa-angular:before { - content: "\f420"; } - -.fa-speakap:before { - content: "\f3f3"; } - -.fa-angrycreative:before { - content: "\f36e"; } - -.fa-y-combinator:before { - content: "\f23b"; } - -.fa-empire:before { - content: "\f1d1"; } - -.fa-envira:before { - content: "\f299"; } - -.fa-square-gitlab:before { - content: "\e5ae"; } - -.fa-gitlab-square:before { - content: "\e5ae"; } - -.fa-studiovinari:before { - content: "\f3f8"; } - -.fa-pied-piper:before { - content: "\f2ae"; } - -.fa-wordpress:before { - content: "\f19a"; } - -.fa-product-hunt:before { - content: "\f288"; } - -.fa-firefox:before { - content: "\f269"; } - -.fa-linode:before { - content: "\f2b8"; } - -.fa-goodreads:before { - content: "\f3a8"; } - -.fa-square-odnoklassniki:before { - content: "\f264"; } - -.fa-odnoklassniki-square:before { - content: "\f264"; } - -.fa-jsfiddle:before { - content: "\f1cc"; } - -.fa-sith:before { - content: "\f512"; } - -.fa-themeisle:before { - content: "\f2b2"; } - -.fa-page4:before { - content: "\f3d7"; } - -.fa-hashnode:before { - content: "\e499"; } - -.fa-react:before { - content: "\f41b"; } - -.fa-cc-paypal:before { - content: "\f1f4"; } - -.fa-squarespace:before { - content: "\f5be"; } - -.fa-cc-stripe:before { - content: "\f1f5"; } - -.fa-creative-commons-share:before { - content: "\f4f2"; } - -.fa-bitcoin:before { - content: "\f379"; } - -.fa-keycdn:before { - content: "\f3ba"; } - -.fa-opera:before { - content: "\f26a"; } - -.fa-itch-io:before { - content: "\f83a"; } - -.fa-umbraco:before { - content: "\f8e8"; } - -.fa-galactic-senate:before { - content: "\f50d"; } - -.fa-ubuntu:before { - content: "\f7df"; } - -.fa-draft2digital:before { - content: "\f396"; } - -.fa-stripe:before { - content: "\f429"; } - -.fa-houzz:before { - content: "\f27c"; } - -.fa-gg:before { - content: "\f260"; } - -.fa-dhl:before { - content: "\f790"; } - -.fa-square-pinterest:before { - content: "\f0d3"; } - -.fa-pinterest-square:before { - content: "\f0d3"; } - -.fa-xing:before { - content: "\f168"; } - -.fa-blackberry:before { - content: "\f37b"; } - -.fa-creative-commons-pd:before { - content: "\f4ec"; } - -.fa-playstation:before { - content: "\f3df"; } - -.fa-quinscape:before { - content: "\f459"; } - -.fa-less:before { - content: "\f41d"; } - -.fa-blogger-b:before { - content: "\f37d"; } - -.fa-opencart:before { - content: "\f23d"; } - -.fa-vine:before { - content: "\f1ca"; } - -.fa-paypal:before { - content: "\f1ed"; } - -.fa-gitlab:before { - content: "\f296"; } - -.fa-typo3:before { - content: "\f42b"; } - -.fa-reddit-alien:before { - content: "\f281"; } - -.fa-yahoo:before { - content: "\f19e"; } - -.fa-dailymotion:before { - content: "\e052"; } - -.fa-affiliatetheme:before { - content: "\f36b"; } - -.fa-pied-piper-pp:before { - content: "\f1a7"; } - -.fa-bootstrap:before { - content: "\f836"; } - -.fa-odnoklassniki:before { - content: "\f263"; } - -.fa-nfc-symbol:before { - content: "\e531"; } - -.fa-ethereum:before { - content: "\f42e"; } - -.fa-speaker-deck:before { - content: "\f83c"; } - -.fa-creative-commons-nc-eu:before { - content: "\f4e9"; } - -.fa-patreon:before { - content: "\f3d9"; } - -.fa-avianex:before { - content: "\f374"; } - -.fa-ello:before { - content: "\f5f1"; } - -.fa-gofore:before { - content: "\f3a7"; } - -.fa-bimobject:before { - content: "\f378"; } - -.fa-facebook-f:before { - content: "\f39e"; } - -.fa-square-google-plus:before { - content: "\f0d4"; } - -.fa-google-plus-square:before { - content: "\f0d4"; } - -.fa-mandalorian:before { - content: "\f50f"; } - -.fa-first-order-alt:before { - content: "\f50a"; } - -.fa-osi:before { - content: "\f41a"; } - -.fa-google-wallet:before { - content: "\f1ee"; } - -.fa-d-and-d-beyond:before { - content: "\f6ca"; } - -.fa-periscope:before { - content: "\f3da"; } - -.fa-fulcrum:before { - content: "\f50b"; } - -.fa-cloudscale:before { - content: "\f383"; } - -.fa-forumbee:before { - content: "\f211"; } - -.fa-mizuni:before { - content: "\f3cc"; } - -.fa-schlix:before { - content: "\f3ea"; } - -.fa-square-xing:before { - content: "\f169"; } - -.fa-xing-square:before { - content: "\f169"; } - -.fa-bandcamp:before { - content: "\f2d5"; } - -.fa-wpforms:before { - content: "\f298"; } - -.fa-cloudversify:before { - content: "\f385"; } - -.fa-usps:before { - content: "\f7e1"; } - -.fa-megaport:before { - content: "\f5a3"; } - -.fa-magento:before { - content: "\f3c4"; } - -.fa-spotify:before { - content: "\f1bc"; } - -.fa-optin-monster:before { - content: "\f23c"; } - -.fa-fly:before { - content: "\f417"; } - -.fa-aviato:before { - content: "\f421"; } - -.fa-itunes:before { - content: "\f3b4"; } - -.fa-cuttlefish:before { - content: "\f38c"; } - -.fa-blogger:before { - content: "\f37c"; } - -.fa-flickr:before { - content: "\f16e"; } - -.fa-viber:before { - content: "\f409"; } - -.fa-soundcloud:before { - content: "\f1be"; } - -.fa-digg:before { - content: "\f1a6"; } - -.fa-tencent-weibo:before { - content: "\f1d5"; } - -.fa-symfony:before { - content: "\f83d"; } - -.fa-maxcdn:before { - content: "\f136"; } - -.fa-etsy:before { - content: "\f2d7"; } - -.fa-facebook-messenger:before { - content: "\f39f"; } - -.fa-audible:before { - content: "\f373"; } - -.fa-think-peaks:before { - content: "\f731"; } - -.fa-bilibili:before { - content: "\e3d9"; } - -.fa-erlang:before { - content: "\f39d"; } - -.fa-cotton-bureau:before { - content: "\f89e"; } - -.fa-dashcube:before { - content: "\f210"; } - -.fa-42-group:before { - content: "\e080"; } - -.fa-innosoft:before { - content: "\e080"; } - -.fa-stack-exchange:before { - content: "\f18d"; } - -.fa-elementor:before { - content: "\f430"; } - -.fa-square-pied-piper:before { - content: "\e01e"; } - -.fa-pied-piper-square:before { - content: "\e01e"; } - -.fa-creative-commons-nd:before { - content: "\f4eb"; } - -.fa-palfed:before { - content: "\f3d8"; } - -.fa-superpowers:before { - content: "\f2dd"; } - -.fa-resolving:before { - content: "\f3e7"; } - -.fa-xbox:before { - content: "\f412"; } - -.fa-searchengin:before { - content: "\f3eb"; } - -.fa-tiktok:before { - content: "\e07b"; } - -.fa-square-facebook:before { - content: "\f082"; } - -.fa-facebook-square:before { - content: "\f082"; } - -.fa-renren:before { - content: "\f18b"; } - -.fa-linux:before { - content: "\f17c"; } - -.fa-glide:before { - content: "\f2a5"; } - -.fa-linkedin:before { - content: "\f08c"; } - -.fa-hubspot:before { - content: "\f3b2"; } - -.fa-deploydog:before { - content: "\f38e"; } - -.fa-twitch:before { - content: "\f1e8"; } - -.fa-ravelry:before { - content: "\f2d9"; } - -.fa-mixer:before { - content: "\e056"; } - -.fa-square-lastfm:before { - content: "\f203"; } - -.fa-lastfm-square:before { - content: "\f203"; } - -.fa-vimeo:before { - content: "\f40a"; } - -.fa-mendeley:before { - content: "\f7b3"; } - -.fa-uniregistry:before { - content: "\f404"; } - -.fa-figma:before { - content: "\f799"; } - -.fa-creative-commons-remix:before { - content: "\f4ee"; } - -.fa-cc-amazon-pay:before { - content: "\f42d"; } - -.fa-dropbox:before { - content: "\f16b"; } - -.fa-instagram:before { - content: "\f16d"; } - -.fa-cmplid:before { - content: "\e360"; } - -.fa-facebook:before { - content: "\f09a"; } - -.fa-gripfire:before { - content: "\f3ac"; } - -.fa-jedi-order:before { - content: "\f50e"; } - -.fa-uikit:before { - content: "\f403"; } - -.fa-fort-awesome-alt:before { - content: "\f3a3"; } - -.fa-phabricator:before { - content: "\f3db"; } - -.fa-ussunnah:before { - content: "\f407"; } - -.fa-earlybirds:before { - content: "\f39a"; } - -.fa-trade-federation:before { - content: "\f513"; } - -.fa-autoprefixer:before { - content: "\f41c"; } - -.fa-whatsapp:before { - content: "\f232"; } - -.fa-slideshare:before { - content: "\f1e7"; } - -.fa-google-play:before { - content: "\f3ab"; } - -.fa-viadeo:before { - content: "\f2a9"; } - -.fa-line:before { - content: "\f3c0"; } - -.fa-google-drive:before { - content: "\f3aa"; } - -.fa-servicestack:before { - content: "\f3ec"; } - -.fa-simplybuilt:before { - content: "\f215"; } - -.fa-bitbucket:before { - content: "\f171"; } - -.fa-imdb:before { - content: "\f2d8"; } - -.fa-deezer:before { - content: "\e077"; } - -.fa-raspberry-pi:before { - content: "\f7bb"; } - -.fa-jira:before { - content: "\f7b1"; } - -.fa-docker:before { - content: "\f395"; } - -.fa-screenpal:before { - content: "\e570"; } - -.fa-bluetooth:before { - content: "\f293"; } - -.fa-gitter:before { - content: "\f426"; } - -.fa-d-and-d:before { - content: "\f38d"; } - -.fa-microblog:before { - content: "\e01a"; } - -.fa-cc-diners-club:before { - content: "\f24c"; } - -.fa-gg-circle:before { - content: "\f261"; } - -.fa-pied-piper-hat:before { - content: "\f4e5"; } - -.fa-kickstarter-k:before { - content: "\f3bc"; } - -.fa-yandex:before { - content: "\f413"; } - -.fa-readme:before { - content: "\f4d5"; } - -.fa-html5:before { - content: "\f13b"; } - -.fa-sellsy:before { - content: "\f213"; } - -.fa-sass:before { - content: "\f41e"; } - -.fa-wirsindhandwerk:before { - content: "\e2d0"; } - -.fa-wsh:before { - content: "\e2d0"; } - -.fa-buromobelexperte:before { - content: "\f37f"; } - -.fa-salesforce:before { - content: "\f83b"; } - -.fa-octopus-deploy:before { - content: "\e082"; } - -.fa-medapps:before { - content: "\f3c6"; } - -.fa-ns8:before { - content: "\f3d5"; } - -.fa-pinterest-p:before { - content: "\f231"; } - -.fa-apper:before { - content: "\f371"; } - -.fa-fort-awesome:before { - content: "\f286"; } - -.fa-waze:before { - content: "\f83f"; } - -.fa-cc-jcb:before { - content: "\f24b"; } - -.fa-snapchat:before { - content: "\f2ab"; } - -.fa-snapchat-ghost:before { - content: "\f2ab"; } - -.fa-fantasy-flight-games:before { - content: "\f6dc"; } - -.fa-rust:before { - content: "\e07a"; } - -.fa-wix:before { - content: "\f5cf"; } - -.fa-square-behance:before { - content: "\f1b5"; } - -.fa-behance-square:before { - content: "\f1b5"; } - -.fa-supple:before { - content: "\f3f9"; } - -.fa-rebel:before { - content: "\f1d0"; } - -.fa-css3:before { - content: "\f13c"; } - -.fa-staylinked:before { - content: "\f3f5"; } - -.fa-kaggle:before { - content: "\f5fa"; } - -.fa-space-awesome:before { - content: "\e5ac"; } - -.fa-deviantart:before { - content: "\f1bd"; } - -.fa-cpanel:before { - content: "\f388"; } - -.fa-goodreads-g:before { - content: "\f3a9"; } - -.fa-square-git:before { - content: "\f1d2"; } - -.fa-git-square:before { - content: "\f1d2"; } - -.fa-square-tumblr:before { - content: "\f174"; } - -.fa-tumblr-square:before { - content: "\f174"; } - -.fa-trello:before { - content: "\f181"; } - -.fa-creative-commons-nc-jp:before { - content: "\f4ea"; } - -.fa-get-pocket:before { - content: "\f265"; } - -.fa-perbyte:before { - content: "\e083"; } - -.fa-grunt:before { - content: "\f3ad"; } - -.fa-weebly:before { - content: "\f5cc"; } - -.fa-connectdevelop:before { - content: "\f20e"; } - -.fa-leanpub:before { - content: "\f212"; } - -.fa-black-tie:before { - content: "\f27e"; } - -.fa-themeco:before { - content: "\f5c6"; } - -.fa-python:before { - content: "\f3e2"; } - -.fa-android:before { - content: "\f17b"; } - -.fa-bots:before { - content: "\e340"; } - -.fa-free-code-camp:before { - content: "\f2c5"; } - -.fa-hornbill:before { - content: "\f592"; } - -.fa-js:before { - content: "\f3b8"; } - -.fa-ideal:before { - content: "\e013"; } - -.fa-git:before { - content: "\f1d3"; } - -.fa-dev:before { - content: "\f6cc"; } - -.fa-sketch:before { - content: "\f7c6"; } - -.fa-yandex-international:before { - content: "\f414"; } - -.fa-cc-amex:before { - content: "\f1f3"; } - -.fa-uber:before { - content: "\f402"; } - -.fa-github:before { - content: "\f09b"; } - -.fa-php:before { - content: "\f457"; } - -.fa-alipay:before { - content: "\f642"; } - -.fa-youtube:before { - content: "\f167"; } - -.fa-skyatlas:before { - content: "\f216"; } - -.fa-firefox-browser:before { - content: "\e007"; } - -.fa-replyd:before { - content: "\f3e6"; } - -.fa-suse:before { - content: "\f7d6"; } - -.fa-jenkins:before { - content: "\f3b6"; } - -.fa-twitter:before { - content: "\f099"; } - -.fa-rockrms:before { - content: "\f3e9"; } - -.fa-pinterest:before { - content: "\f0d2"; } - -.fa-buffer:before { - content: "\f837"; } - -.fa-npm:before { - content: "\f3d4"; } - -.fa-yammer:before { - content: "\f840"; } - -.fa-btc:before { - content: "\f15a"; } - -.fa-dribbble:before { - content: "\f17d"; } - -.fa-stumbleupon-circle:before { - content: "\f1a3"; } - -.fa-internet-explorer:before { - content: "\f26b"; } - -.fa-stubber:before { - content: "\e5c7"; } - -.fa-telegram:before { - content: "\f2c6"; } - -.fa-telegram-plane:before { - content: "\f2c6"; } - -.fa-old-republic:before { - content: "\f510"; } - -.fa-odysee:before { - content: "\e5c6"; } - -.fa-square-whatsapp:before { - content: "\f40c"; } - -.fa-whatsapp-square:before { - content: "\f40c"; } - -.fa-node-js:before { - content: "\f3d3"; } - -.fa-edge-legacy:before { - content: "\e078"; } - -.fa-slack:before { - content: "\f198"; } - -.fa-slack-hash:before { - content: "\f198"; } - -.fa-medrt:before { - content: "\f3c8"; } - -.fa-usb:before { - content: "\f287"; } - -.fa-tumblr:before { - content: "\f173"; } - -.fa-vaadin:before { - content: "\f408"; } - -.fa-quora:before { - content: "\f2c4"; } - -.fa-reacteurope:before { - content: "\f75d"; } - -.fa-medium:before { - content: "\f23a"; } - -.fa-medium-m:before { - content: "\f23a"; } - -.fa-amilia:before { - content: "\f36d"; } - -.fa-mixcloud:before { - content: "\f289"; } - -.fa-flipboard:before { - content: "\f44d"; } - -.fa-viacoin:before { - content: "\f237"; } - -.fa-critical-role:before { - content: "\f6c9"; } - -.fa-sitrox:before { - content: "\e44a"; } - -.fa-discourse:before { - content: "\f393"; } - -.fa-joomla:before { - content: "\f1aa"; } - -.fa-mastodon:before { - content: "\f4f6"; } - -.fa-airbnb:before { - content: "\f834"; } - -.fa-wolf-pack-battalion:before { - content: "\f514"; } - -.fa-buy-n-large:before { - content: "\f8a6"; } - -.fa-gulp:before { - content: "\f3ae"; } - -.fa-creative-commons-sampling-plus:before { - content: "\f4f1"; } - -.fa-strava:before { - content: "\f428"; } - -.fa-ember:before { - content: "\f423"; } - -.fa-canadian-maple-leaf:before { - content: "\f785"; } - -.fa-teamspeak:before { - content: "\f4f9"; } - -.fa-pushed:before { - content: "\f3e1"; } - -.fa-wordpress-simple:before { - content: "\f411"; } - -.fa-nutritionix:before { - content: "\f3d6"; } - -.fa-wodu:before { - content: "\e088"; } - -.fa-google-pay:before { - content: "\e079"; } - -.fa-intercom:before { - content: "\f7af"; } - -.fa-zhihu:before { - content: "\f63f"; } - -.fa-korvue:before { - content: "\f42f"; } - -.fa-pix:before { - content: "\e43a"; } - -.fa-steam-symbol:before { - content: "\f3f6"; } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/brands.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/brands.min.css deleted file mode 100644 index 63fffba..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/brands.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.css b/hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.css deleted file mode 100644 index 3e4b446..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.css +++ /dev/null @@ -1,6372 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -.fa { - font-family: var(--fa-style-family, "Font Awesome 6 Free"); - font-weight: var(--fa-style, 900); } - -.fa, -.fa-classic, -.fa-sharp, -.fas, -.fa-solid, -.far, -.fa-regular, -.fab, -.fa-brands { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: var(--fa-display, inline-block); - font-style: normal; - font-variant: normal; - line-height: 1; - text-rendering: auto; } - -.fas, -.fa-classic, -.fa-solid, -.far, -.fa-regular { - font-family: 'Font Awesome 6 Free'; } - -.fab, -.fa-brands { - font-family: 'Font Awesome 6 Brands'; } - -.fa-1x { - font-size: 1em; } - -.fa-2x { - font-size: 2em; } - -.fa-3x { - font-size: 3em; } - -.fa-4x { - font-size: 4em; } - -.fa-5x { - font-size: 5em; } - -.fa-6x { - font-size: 6em; } - -.fa-7x { - font-size: 7em; } - -.fa-8x { - font-size: 8em; } - -.fa-9x { - font-size: 9em; } - -.fa-10x { - font-size: 10em; } - -.fa-2xs { - font-size: 0.625em; - line-height: 0.1em; - vertical-align: 0.225em; } - -.fa-xs { - font-size: 0.75em; - line-height: 0.08333em; - vertical-align: 0.125em; } - -.fa-sm { - font-size: 0.875em; - line-height: 0.07143em; - vertical-align: 0.05357em; } - -.fa-lg { - font-size: 1.25em; - line-height: 0.05em; - vertical-align: -0.075em; } - -.fa-xl { - font-size: 1.5em; - line-height: 0.04167em; - vertical-align: -0.125em; } - -.fa-2xl { - font-size: 2em; - line-height: 0.03125em; - vertical-align: -0.1875em; } - -.fa-fw { - text-align: center; - width: 1.25em; } - -.fa-ul { - list-style-type: none; - margin-left: var(--fa-li-margin, 2.5em); - padding-left: 0; } - .fa-ul > li { - position: relative; } - -.fa-li { - left: calc(var(--fa-li-width, 2em) * -1); - position: absolute; - text-align: center; - width: var(--fa-li-width, 2em); - line-height: inherit; } - -.fa-border { - border-color: var(--fa-border-color, #eee); - border-radius: var(--fa-border-radius, 0.1em); - border-style: var(--fa-border-style, solid); - border-width: var(--fa-border-width, 0.08em); - padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } - -.fa-pull-left { - float: left; - margin-right: var(--fa-pull-margin, 0.3em); } - -.fa-pull-right { - float: right; - margin-left: var(--fa-pull-margin, 0.3em); } - -.fa-beat { - -webkit-animation-name: fa-beat; - animation-name: fa-beat; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-bounce { - -webkit-animation-name: fa-bounce; - animation-name: fa-bounce; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } - -.fa-fade { - -webkit-animation-name: fa-fade; - animation-name: fa-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-beat-fade { - -webkit-animation-name: fa-beat-fade; - animation-name: fa-beat-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-flip { - -webkit-animation-name: fa-flip; - animation-name: fa-flip; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-shake { - -webkit-animation-name: fa-shake; - animation-name: fa-shake; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 2s); - animation-duration: var(--fa-animation-duration, 2s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin-reverse { - --fa-animation-direction: reverse; } - -.fa-pulse, -.fa-spin-pulse { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); - animation-timing-function: var(--fa-animation-timing, steps(8)); } - -@media (prefers-reduced-motion: reduce) { - .fa-beat, - .fa-bounce, - .fa-fade, - .fa-beat-fade, - .fa-flip, - .fa-pulse, - .fa-shake, - .fa-spin, - .fa-spin-pulse { - -webkit-animation-delay: -1ms; - animation-delay: -1ms; - -webkit-animation-duration: 1ms; - animation-duration: 1ms; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; - -webkit-transition-delay: 0s; - transition-delay: 0s; - -webkit-transition-duration: 0s; - transition-duration: 0s; } } - -@-webkit-keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@-webkit-keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@-webkit-keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@-webkit-keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@-webkit-keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@-webkit-keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -.fa-rotate-90 { - -webkit-transform: rotate(90deg); - transform: rotate(90deg); } - -.fa-rotate-180 { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - -.fa-rotate-270 { - -webkit-transform: rotate(270deg); - transform: rotate(270deg); } - -.fa-flip-horizontal { - -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); } - -.fa-flip-vertical { - -webkit-transform: scale(1, -1); - transform: scale(1, -1); } - -.fa-flip-both, -.fa-flip-horizontal.fa-flip-vertical { - -webkit-transform: scale(-1, -1); - transform: scale(-1, -1); } - -.fa-rotate-by { - -webkit-transform: rotate(var(--fa-rotate-angle, none)); - transform: rotate(var(--fa-rotate-angle, none)); } - -.fa-stack { - display: inline-block; - height: 2em; - line-height: 2em; - position: relative; - vertical-align: middle; - width: 2.5em; } - -.fa-stack-1x, -.fa-stack-2x { - left: 0; - position: absolute; - text-align: center; - width: 100%; - z-index: var(--fa-stack-z-index, auto); } - -.fa-stack-1x { - line-height: inherit; } - -.fa-stack-2x { - font-size: 2em; } - -.fa-inverse { - color: var(--fa-inverse, #fff); } - -/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen -readers do not read off random characters that represent icons */ - -.fa-0::before { - content: "\30"; } - -.fa-1::before { - content: "\31"; } - -.fa-2::before { - content: "\32"; } - -.fa-3::before { - content: "\33"; } - -.fa-4::before { - content: "\34"; } - -.fa-5::before { - content: "\35"; } - -.fa-6::before { - content: "\36"; } - -.fa-7::before { - content: "\37"; } - -.fa-8::before { - content: "\38"; } - -.fa-9::before { - content: "\39"; } - -.fa-fill-drip::before { - content: "\f576"; } - -.fa-arrows-to-circle::before { - content: "\e4bd"; } - -.fa-circle-chevron-right::before { - content: "\f138"; } - -.fa-chevron-circle-right::before { - content: "\f138"; } - -.fa-at::before { - content: "\40"; } - -.fa-trash-can::before { - content: "\f2ed"; } - -.fa-trash-alt::before { - content: "\f2ed"; } - -.fa-text-height::before { - content: "\f034"; } - -.fa-user-xmark::before { - content: "\f235"; } - -.fa-user-times::before { - content: "\f235"; } - -.fa-stethoscope::before { - content: "\f0f1"; } - -.fa-message::before { - content: "\f27a"; } - -.fa-comment-alt::before { - content: "\f27a"; } - -.fa-info::before { - content: "\f129"; } - -.fa-down-left-and-up-right-to-center::before { - content: "\f422"; } - -.fa-compress-alt::before { - content: "\f422"; } - -.fa-explosion::before { - content: "\e4e9"; } - -.fa-file-lines::before { - content: "\f15c"; } - -.fa-file-alt::before { - content: "\f15c"; } - -.fa-file-text::before { - content: "\f15c"; } - -.fa-wave-square::before { - content: "\f83e"; } - -.fa-ring::before { - content: "\f70b"; } - -.fa-building-un::before { - content: "\e4d9"; } - -.fa-dice-three::before { - content: "\f527"; } - -.fa-calendar-days::before { - content: "\f073"; } - -.fa-calendar-alt::before { - content: "\f073"; } - -.fa-anchor-circle-check::before { - content: "\e4aa"; } - -.fa-building-circle-arrow-right::before { - content: "\e4d1"; } - -.fa-volleyball::before { - content: "\f45f"; } - -.fa-volleyball-ball::before { - content: "\f45f"; } - -.fa-arrows-up-to-line::before { - content: "\e4c2"; } - -.fa-sort-down::before { - content: "\f0dd"; } - -.fa-sort-desc::before { - content: "\f0dd"; } - -.fa-circle-minus::before { - content: "\f056"; } - -.fa-minus-circle::before { - content: "\f056"; } - -.fa-door-open::before { - content: "\f52b"; } - -.fa-right-from-bracket::before { - content: "\f2f5"; } - -.fa-sign-out-alt::before { - content: "\f2f5"; } - -.fa-atom::before { - content: "\f5d2"; } - -.fa-soap::before { - content: "\e06e"; } - -.fa-icons::before { - content: "\f86d"; } - -.fa-heart-music-camera-bolt::before { - content: "\f86d"; } - -.fa-microphone-lines-slash::before { - content: "\f539"; } - -.fa-microphone-alt-slash::before { - content: "\f539"; } - -.fa-bridge-circle-check::before { - content: "\e4c9"; } - -.fa-pump-medical::before { - content: "\e06a"; } - -.fa-fingerprint::before { - content: "\f577"; } - -.fa-hand-point-right::before { - content: "\f0a4"; } - -.fa-magnifying-glass-location::before { - content: "\f689"; } - -.fa-search-location::before { - content: "\f689"; } - -.fa-forward-step::before { - content: "\f051"; } - -.fa-step-forward::before { - content: "\f051"; } - -.fa-face-smile-beam::before { - content: "\f5b8"; } - -.fa-smile-beam::before { - content: "\f5b8"; } - -.fa-flag-checkered::before { - content: "\f11e"; } - -.fa-football::before { - content: "\f44e"; } - -.fa-football-ball::before { - content: "\f44e"; } - -.fa-school-circle-exclamation::before { - content: "\e56c"; } - -.fa-crop::before { - content: "\f125"; } - -.fa-angles-down::before { - content: "\f103"; } - -.fa-angle-double-down::before { - content: "\f103"; } - -.fa-users-rectangle::before { - content: "\e594"; } - -.fa-people-roof::before { - content: "\e537"; } - -.fa-people-line::before { - content: "\e534"; } - -.fa-beer-mug-empty::before { - content: "\f0fc"; } - -.fa-beer::before { - content: "\f0fc"; } - -.fa-diagram-predecessor::before { - content: "\e477"; } - -.fa-arrow-up-long::before { - content: "\f176"; } - -.fa-long-arrow-up::before { - content: "\f176"; } - -.fa-fire-flame-simple::before { - content: "\f46a"; } - -.fa-burn::before { - content: "\f46a"; } - -.fa-person::before { - content: "\f183"; } - -.fa-male::before { - content: "\f183"; } - -.fa-laptop::before { - content: "\f109"; } - -.fa-file-csv::before { - content: "\f6dd"; } - -.fa-menorah::before { - content: "\f676"; } - -.fa-truck-plane::before { - content: "\e58f"; } - -.fa-record-vinyl::before { - content: "\f8d9"; } - -.fa-face-grin-stars::before { - content: "\f587"; } - -.fa-grin-stars::before { - content: "\f587"; } - -.fa-bong::before { - content: "\f55c"; } - -.fa-spaghetti-monster-flying::before { - content: "\f67b"; } - -.fa-pastafarianism::before { - content: "\f67b"; } - -.fa-arrow-down-up-across-line::before { - content: "\e4af"; } - -.fa-spoon::before { - content: "\f2e5"; } - -.fa-utensil-spoon::before { - content: "\f2e5"; } - -.fa-jar-wheat::before { - content: "\e517"; } - -.fa-envelopes-bulk::before { - content: "\f674"; } - -.fa-mail-bulk::before { - content: "\f674"; } - -.fa-file-circle-exclamation::before { - content: "\e4eb"; } - -.fa-circle-h::before { - content: "\f47e"; } - -.fa-hospital-symbol::before { - content: "\f47e"; } - -.fa-pager::before { - content: "\f815"; } - -.fa-address-book::before { - content: "\f2b9"; } - -.fa-contact-book::before { - content: "\f2b9"; } - -.fa-strikethrough::before { - content: "\f0cc"; } - -.fa-k::before { - content: "\4b"; } - -.fa-landmark-flag::before { - content: "\e51c"; } - -.fa-pencil::before { - content: "\f303"; } - -.fa-pencil-alt::before { - content: "\f303"; } - -.fa-backward::before { - content: "\f04a"; } - -.fa-caret-right::before { - content: "\f0da"; } - -.fa-comments::before { - content: "\f086"; } - -.fa-paste::before { - content: "\f0ea"; } - -.fa-file-clipboard::before { - content: "\f0ea"; } - -.fa-code-pull-request::before { - content: "\e13c"; } - -.fa-clipboard-list::before { - content: "\f46d"; } - -.fa-truck-ramp-box::before { - content: "\f4de"; } - -.fa-truck-loading::before { - content: "\f4de"; } - -.fa-user-check::before { - content: "\f4fc"; } - -.fa-vial-virus::before { - content: "\e597"; } - -.fa-sheet-plastic::before { - content: "\e571"; } - -.fa-blog::before { - content: "\f781"; } - -.fa-user-ninja::before { - content: "\f504"; } - -.fa-person-arrow-up-from-line::before { - content: "\e539"; } - -.fa-scroll-torah::before { - content: "\f6a0"; } - -.fa-torah::before { - content: "\f6a0"; } - -.fa-broom-ball::before { - content: "\f458"; } - -.fa-quidditch::before { - content: "\f458"; } - -.fa-quidditch-broom-ball::before { - content: "\f458"; } - -.fa-toggle-off::before { - content: "\f204"; } - -.fa-box-archive::before { - content: "\f187"; } - -.fa-archive::before { - content: "\f187"; } - -.fa-person-drowning::before { - content: "\e545"; } - -.fa-arrow-down-9-1::before { - content: "\f886"; } - -.fa-sort-numeric-desc::before { - content: "\f886"; } - -.fa-sort-numeric-down-alt::before { - content: "\f886"; } - -.fa-face-grin-tongue-squint::before { - content: "\f58a"; } - -.fa-grin-tongue-squint::before { - content: "\f58a"; } - -.fa-spray-can::before { - content: "\f5bd"; } - -.fa-truck-monster::before { - content: "\f63b"; } - -.fa-w::before { - content: "\57"; } - -.fa-earth-africa::before { - content: "\f57c"; } - -.fa-globe-africa::before { - content: "\f57c"; } - -.fa-rainbow::before { - content: "\f75b"; } - -.fa-circle-notch::before { - content: "\f1ce"; } - -.fa-tablet-screen-button::before { - content: "\f3fa"; } - -.fa-tablet-alt::before { - content: "\f3fa"; } - -.fa-paw::before { - content: "\f1b0"; } - -.fa-cloud::before { - content: "\f0c2"; } - -.fa-trowel-bricks::before { - content: "\e58a"; } - -.fa-face-flushed::before { - content: "\f579"; } - -.fa-flushed::before { - content: "\f579"; } - -.fa-hospital-user::before { - content: "\f80d"; } - -.fa-tent-arrow-left-right::before { - content: "\e57f"; } - -.fa-gavel::before { - content: "\f0e3"; } - -.fa-legal::before { - content: "\f0e3"; } - -.fa-binoculars::before { - content: "\f1e5"; } - -.fa-microphone-slash::before { - content: "\f131"; } - -.fa-box-tissue::before { - content: "\e05b"; } - -.fa-motorcycle::before { - content: "\f21c"; } - -.fa-bell-concierge::before { - content: "\f562"; } - -.fa-concierge-bell::before { - content: "\f562"; } - -.fa-pen-ruler::before { - content: "\f5ae"; } - -.fa-pencil-ruler::before { - content: "\f5ae"; } - -.fa-people-arrows::before { - content: "\e068"; } - -.fa-people-arrows-left-right::before { - content: "\e068"; } - -.fa-mars-and-venus-burst::before { - content: "\e523"; } - -.fa-square-caret-right::before { - content: "\f152"; } - -.fa-caret-square-right::before { - content: "\f152"; } - -.fa-scissors::before { - content: "\f0c4"; } - -.fa-cut::before { - content: "\f0c4"; } - -.fa-sun-plant-wilt::before { - content: "\e57a"; } - -.fa-toilets-portable::before { - content: "\e584"; } - -.fa-hockey-puck::before { - content: "\f453"; } - -.fa-table::before { - content: "\f0ce"; } - -.fa-magnifying-glass-arrow-right::before { - content: "\e521"; } - -.fa-tachograph-digital::before { - content: "\f566"; } - -.fa-digital-tachograph::before { - content: "\f566"; } - -.fa-users-slash::before { - content: "\e073"; } - -.fa-clover::before { - content: "\e139"; } - -.fa-reply::before { - content: "\f3e5"; } - -.fa-mail-reply::before { - content: "\f3e5"; } - -.fa-star-and-crescent::before { - content: "\f699"; } - -.fa-house-fire::before { - content: "\e50c"; } - -.fa-square-minus::before { - content: "\f146"; } - -.fa-minus-square::before { - content: "\f146"; } - -.fa-helicopter::before { - content: "\f533"; } - -.fa-compass::before { - content: "\f14e"; } - -.fa-square-caret-down::before { - content: "\f150"; } - -.fa-caret-square-down::before { - content: "\f150"; } - -.fa-file-circle-question::before { - content: "\e4ef"; } - -.fa-laptop-code::before { - content: "\f5fc"; } - -.fa-swatchbook::before { - content: "\f5c3"; } - -.fa-prescription-bottle::before { - content: "\f485"; } - -.fa-bars::before { - content: "\f0c9"; } - -.fa-navicon::before { - content: "\f0c9"; } - -.fa-people-group::before { - content: "\e533"; } - -.fa-hourglass-end::before { - content: "\f253"; } - -.fa-hourglass-3::before { - content: "\f253"; } - -.fa-heart-crack::before { - content: "\f7a9"; } - -.fa-heart-broken::before { - content: "\f7a9"; } - -.fa-square-up-right::before { - content: "\f360"; } - -.fa-external-link-square-alt::before { - content: "\f360"; } - -.fa-face-kiss-beam::before { - content: "\f597"; } - -.fa-kiss-beam::before { - content: "\f597"; } - -.fa-film::before { - content: "\f008"; } - -.fa-ruler-horizontal::before { - content: "\f547"; } - -.fa-people-robbery::before { - content: "\e536"; } - -.fa-lightbulb::before { - content: "\f0eb"; } - -.fa-caret-left::before { - content: "\f0d9"; } - -.fa-circle-exclamation::before { - content: "\f06a"; } - -.fa-exclamation-circle::before { - content: "\f06a"; } - -.fa-school-circle-xmark::before { - content: "\e56d"; } - -.fa-arrow-right-from-bracket::before { - content: "\f08b"; } - -.fa-sign-out::before { - content: "\f08b"; } - -.fa-circle-chevron-down::before { - content: "\f13a"; } - -.fa-chevron-circle-down::before { - content: "\f13a"; } - -.fa-unlock-keyhole::before { - content: "\f13e"; } - -.fa-unlock-alt::before { - content: "\f13e"; } - -.fa-cloud-showers-heavy::before { - content: "\f740"; } - -.fa-headphones-simple::before { - content: "\f58f"; } - -.fa-headphones-alt::before { - content: "\f58f"; } - -.fa-sitemap::before { - content: "\f0e8"; } - -.fa-circle-dollar-to-slot::before { - content: "\f4b9"; } - -.fa-donate::before { - content: "\f4b9"; } - -.fa-memory::before { - content: "\f538"; } - -.fa-road-spikes::before { - content: "\e568"; } - -.fa-fire-burner::before { - content: "\e4f1"; } - -.fa-flag::before { - content: "\f024"; } - -.fa-hanukiah::before { - content: "\f6e6"; } - -.fa-feather::before { - content: "\f52d"; } - -.fa-volume-low::before { - content: "\f027"; } - -.fa-volume-down::before { - content: "\f027"; } - -.fa-comment-slash::before { - content: "\f4b3"; } - -.fa-cloud-sun-rain::before { - content: "\f743"; } - -.fa-compress::before { - content: "\f066"; } - -.fa-wheat-awn::before { - content: "\e2cd"; } - -.fa-wheat-alt::before { - content: "\e2cd"; } - -.fa-ankh::before { - content: "\f644"; } - -.fa-hands-holding-child::before { - content: "\e4fa"; } - -.fa-asterisk::before { - content: "\2a"; } - -.fa-square-check::before { - content: "\f14a"; } - -.fa-check-square::before { - content: "\f14a"; } - -.fa-peseta-sign::before { - content: "\e221"; } - -.fa-heading::before { - content: "\f1dc"; } - -.fa-header::before { - content: "\f1dc"; } - -.fa-ghost::before { - content: "\f6e2"; } - -.fa-list::before { - content: "\f03a"; } - -.fa-list-squares::before { - content: "\f03a"; } - -.fa-square-phone-flip::before { - content: "\f87b"; } - -.fa-phone-square-alt::before { - content: "\f87b"; } - -.fa-cart-plus::before { - content: "\f217"; } - -.fa-gamepad::before { - content: "\f11b"; } - -.fa-circle-dot::before { - content: "\f192"; } - -.fa-dot-circle::before { - content: "\f192"; } - -.fa-face-dizzy::before { - content: "\f567"; } - -.fa-dizzy::before { - content: "\f567"; } - -.fa-egg::before { - content: "\f7fb"; } - -.fa-house-medical-circle-xmark::before { - content: "\e513"; } - -.fa-campground::before { - content: "\f6bb"; } - -.fa-folder-plus::before { - content: "\f65e"; } - -.fa-futbol::before { - content: "\f1e3"; } - -.fa-futbol-ball::before { - content: "\f1e3"; } - -.fa-soccer-ball::before { - content: "\f1e3"; } - -.fa-paintbrush::before { - content: "\f1fc"; } - -.fa-paint-brush::before { - content: "\f1fc"; } - -.fa-lock::before { - content: "\f023"; } - -.fa-gas-pump::before { - content: "\f52f"; } - -.fa-hot-tub-person::before { - content: "\f593"; } - -.fa-hot-tub::before { - content: "\f593"; } - -.fa-map-location::before { - content: "\f59f"; } - -.fa-map-marked::before { - content: "\f59f"; } - -.fa-house-flood-water::before { - content: "\e50e"; } - -.fa-tree::before { - content: "\f1bb"; } - -.fa-bridge-lock::before { - content: "\e4cc"; } - -.fa-sack-dollar::before { - content: "\f81d"; } - -.fa-pen-to-square::before { - content: "\f044"; } - -.fa-edit::before { - content: "\f044"; } - -.fa-car-side::before { - content: "\f5e4"; } - -.fa-share-nodes::before { - content: "\f1e0"; } - -.fa-share-alt::before { - content: "\f1e0"; } - -.fa-heart-circle-minus::before { - content: "\e4ff"; } - -.fa-hourglass-half::before { - content: "\f252"; } - -.fa-hourglass-2::before { - content: "\f252"; } - -.fa-microscope::before { - content: "\f610"; } - -.fa-sink::before { - content: "\e06d"; } - -.fa-bag-shopping::before { - content: "\f290"; } - -.fa-shopping-bag::before { - content: "\f290"; } - -.fa-arrow-down-z-a::before { - content: "\f881"; } - -.fa-sort-alpha-desc::before { - content: "\f881"; } - -.fa-sort-alpha-down-alt::before { - content: "\f881"; } - -.fa-mitten::before { - content: "\f7b5"; } - -.fa-person-rays::before { - content: "\e54d"; } - -.fa-users::before { - content: "\f0c0"; } - -.fa-eye-slash::before { - content: "\f070"; } - -.fa-flask-vial::before { - content: "\e4f3"; } - -.fa-hand::before { - content: "\f256"; } - -.fa-hand-paper::before { - content: "\f256"; } - -.fa-om::before { - content: "\f679"; } - -.fa-worm::before { - content: "\e599"; } - -.fa-house-circle-xmark::before { - content: "\e50b"; } - -.fa-plug::before { - content: "\f1e6"; } - -.fa-chevron-up::before { - content: "\f077"; } - -.fa-hand-spock::before { - content: "\f259"; } - -.fa-stopwatch::before { - content: "\f2f2"; } - -.fa-face-kiss::before { - content: "\f596"; } - -.fa-kiss::before { - content: "\f596"; } - -.fa-bridge-circle-xmark::before { - content: "\e4cb"; } - -.fa-face-grin-tongue::before { - content: "\f589"; } - -.fa-grin-tongue::before { - content: "\f589"; } - -.fa-chess-bishop::before { - content: "\f43a"; } - -.fa-face-grin-wink::before { - content: "\f58c"; } - -.fa-grin-wink::before { - content: "\f58c"; } - -.fa-ear-deaf::before { - content: "\f2a4"; } - -.fa-deaf::before { - content: "\f2a4"; } - -.fa-deafness::before { - content: "\f2a4"; } - -.fa-hard-of-hearing::before { - content: "\f2a4"; } - -.fa-road-circle-check::before { - content: "\e564"; } - -.fa-dice-five::before { - content: "\f523"; } - -.fa-square-rss::before { - content: "\f143"; } - -.fa-rss-square::before { - content: "\f143"; } - -.fa-land-mine-on::before { - content: "\e51b"; } - -.fa-i-cursor::before { - content: "\f246"; } - -.fa-stamp::before { - content: "\f5bf"; } - -.fa-stairs::before { - content: "\e289"; } - -.fa-i::before { - content: "\49"; } - -.fa-hryvnia-sign::before { - content: "\f6f2"; } - -.fa-hryvnia::before { - content: "\f6f2"; } - -.fa-pills::before { - content: "\f484"; } - -.fa-face-grin-wide::before { - content: "\f581"; } - -.fa-grin-alt::before { - content: "\f581"; } - -.fa-tooth::before { - content: "\f5c9"; } - -.fa-v::before { - content: "\56"; } - -.fa-bangladeshi-taka-sign::before { - content: "\e2e6"; } - -.fa-bicycle::before { - content: "\f206"; } - -.fa-staff-snake::before { - content: "\e579"; } - -.fa-rod-asclepius::before { - content: "\e579"; } - -.fa-rod-snake::before { - content: "\e579"; } - -.fa-staff-aesculapius::before { - content: "\e579"; } - -.fa-head-side-cough-slash::before { - content: "\e062"; } - -.fa-truck-medical::before { - content: "\f0f9"; } - -.fa-ambulance::before { - content: "\f0f9"; } - -.fa-wheat-awn-circle-exclamation::before { - content: "\e598"; } - -.fa-snowman::before { - content: "\f7d0"; } - -.fa-mortar-pestle::before { - content: "\f5a7"; } - -.fa-road-barrier::before { - content: "\e562"; } - -.fa-school::before { - content: "\f549"; } - -.fa-igloo::before { - content: "\f7ae"; } - -.fa-joint::before { - content: "\f595"; } - -.fa-angle-right::before { - content: "\f105"; } - -.fa-horse::before { - content: "\f6f0"; } - -.fa-q::before { - content: "\51"; } - -.fa-g::before { - content: "\47"; } - -.fa-notes-medical::before { - content: "\f481"; } - -.fa-temperature-half::before { - content: "\f2c9"; } - -.fa-temperature-2::before { - content: "\f2c9"; } - -.fa-thermometer-2::before { - content: "\f2c9"; } - -.fa-thermometer-half::before { - content: "\f2c9"; } - -.fa-dong-sign::before { - content: "\e169"; } - -.fa-capsules::before { - content: "\f46b"; } - -.fa-poo-storm::before { - content: "\f75a"; } - -.fa-poo-bolt::before { - content: "\f75a"; } - -.fa-face-frown-open::before { - content: "\f57a"; } - -.fa-frown-open::before { - content: "\f57a"; } - -.fa-hand-point-up::before { - content: "\f0a6"; } - -.fa-money-bill::before { - content: "\f0d6"; } - -.fa-bookmark::before { - content: "\f02e"; } - -.fa-align-justify::before { - content: "\f039"; } - -.fa-umbrella-beach::before { - content: "\f5ca"; } - -.fa-helmet-un::before { - content: "\e503"; } - -.fa-bullseye::before { - content: "\f140"; } - -.fa-bacon::before { - content: "\f7e5"; } - -.fa-hand-point-down::before { - content: "\f0a7"; } - -.fa-arrow-up-from-bracket::before { - content: "\e09a"; } - -.fa-folder::before { - content: "\f07b"; } - -.fa-folder-blank::before { - content: "\f07b"; } - -.fa-file-waveform::before { - content: "\f478"; } - -.fa-file-medical-alt::before { - content: "\f478"; } - -.fa-radiation::before { - content: "\f7b9"; } - -.fa-chart-simple::before { - content: "\e473"; } - -.fa-mars-stroke::before { - content: "\f229"; } - -.fa-vial::before { - content: "\f492"; } - -.fa-gauge::before { - content: "\f624"; } - -.fa-dashboard::before { - content: "\f624"; } - -.fa-gauge-med::before { - content: "\f624"; } - -.fa-tachometer-alt-average::before { - content: "\f624"; } - -.fa-wand-magic-sparkles::before { - content: "\e2ca"; } - -.fa-magic-wand-sparkles::before { - content: "\e2ca"; } - -.fa-e::before { - content: "\45"; } - -.fa-pen-clip::before { - content: "\f305"; } - -.fa-pen-alt::before { - content: "\f305"; } - -.fa-bridge-circle-exclamation::before { - content: "\e4ca"; } - -.fa-user::before { - content: "\f007"; } - -.fa-school-circle-check::before { - content: "\e56b"; } - -.fa-dumpster::before { - content: "\f793"; } - -.fa-van-shuttle::before { - content: "\f5b6"; } - -.fa-shuttle-van::before { - content: "\f5b6"; } - -.fa-building-user::before { - content: "\e4da"; } - -.fa-square-caret-left::before { - content: "\f191"; } - -.fa-caret-square-left::before { - content: "\f191"; } - -.fa-highlighter::before { - content: "\f591"; } - -.fa-key::before { - content: "\f084"; } - -.fa-bullhorn::before { - content: "\f0a1"; } - -.fa-globe::before { - content: "\f0ac"; } - -.fa-synagogue::before { - content: "\f69b"; } - -.fa-person-half-dress::before { - content: "\e548"; } - -.fa-road-bridge::before { - content: "\e563"; } - -.fa-location-arrow::before { - content: "\f124"; } - -.fa-c::before { - content: "\43"; } - -.fa-tablet-button::before { - content: "\f10a"; } - -.fa-building-lock::before { - content: "\e4d6"; } - -.fa-pizza-slice::before { - content: "\f818"; } - -.fa-money-bill-wave::before { - content: "\f53a"; } - -.fa-chart-area::before { - content: "\f1fe"; } - -.fa-area-chart::before { - content: "\f1fe"; } - -.fa-house-flag::before { - content: "\e50d"; } - -.fa-person-circle-minus::before { - content: "\e540"; } - -.fa-ban::before { - content: "\f05e"; } - -.fa-cancel::before { - content: "\f05e"; } - -.fa-camera-rotate::before { - content: "\e0d8"; } - -.fa-spray-can-sparkles::before { - content: "\f5d0"; } - -.fa-air-freshener::before { - content: "\f5d0"; } - -.fa-star::before { - content: "\f005"; } - -.fa-repeat::before { - content: "\f363"; } - -.fa-cross::before { - content: "\f654"; } - -.fa-box::before { - content: "\f466"; } - -.fa-venus-mars::before { - content: "\f228"; } - -.fa-arrow-pointer::before { - content: "\f245"; } - -.fa-mouse-pointer::before { - content: "\f245"; } - -.fa-maximize::before { - content: "\f31e"; } - -.fa-expand-arrows-alt::before { - content: "\f31e"; } - -.fa-charging-station::before { - content: "\f5e7"; } - -.fa-shapes::before { - content: "\f61f"; } - -.fa-triangle-circle-square::before { - content: "\f61f"; } - -.fa-shuffle::before { - content: "\f074"; } - -.fa-random::before { - content: "\f074"; } - -.fa-person-running::before { - content: "\f70c"; } - -.fa-running::before { - content: "\f70c"; } - -.fa-mobile-retro::before { - content: "\e527"; } - -.fa-grip-lines-vertical::before { - content: "\f7a5"; } - -.fa-spider::before { - content: "\f717"; } - -.fa-hands-bound::before { - content: "\e4f9"; } - -.fa-file-invoice-dollar::before { - content: "\f571"; } - -.fa-plane-circle-exclamation::before { - content: "\e556"; } - -.fa-x-ray::before { - content: "\f497"; } - -.fa-spell-check::before { - content: "\f891"; } - -.fa-slash::before { - content: "\f715"; } - -.fa-computer-mouse::before { - content: "\f8cc"; } - -.fa-mouse::before { - content: "\f8cc"; } - -.fa-arrow-right-to-bracket::before { - content: "\f090"; } - -.fa-sign-in::before { - content: "\f090"; } - -.fa-shop-slash::before { - content: "\e070"; } - -.fa-store-alt-slash::before { - content: "\e070"; } - -.fa-server::before { - content: "\f233"; } - -.fa-virus-covid-slash::before { - content: "\e4a9"; } - -.fa-shop-lock::before { - content: "\e4a5"; } - -.fa-hourglass-start::before { - content: "\f251"; } - -.fa-hourglass-1::before { - content: "\f251"; } - -.fa-blender-phone::before { - content: "\f6b6"; } - -.fa-building-wheat::before { - content: "\e4db"; } - -.fa-person-breastfeeding::before { - content: "\e53a"; } - -.fa-right-to-bracket::before { - content: "\f2f6"; } - -.fa-sign-in-alt::before { - content: "\f2f6"; } - -.fa-venus::before { - content: "\f221"; } - -.fa-passport::before { - content: "\f5ab"; } - -.fa-heart-pulse::before { - content: "\f21e"; } - -.fa-heartbeat::before { - content: "\f21e"; } - -.fa-people-carry-box::before { - content: "\f4ce"; } - -.fa-people-carry::before { - content: "\f4ce"; } - -.fa-temperature-high::before { - content: "\f769"; } - -.fa-microchip::before { - content: "\f2db"; } - -.fa-crown::before { - content: "\f521"; } - -.fa-weight-hanging::before { - content: "\f5cd"; } - -.fa-xmarks-lines::before { - content: "\e59a"; } - -.fa-file-prescription::before { - content: "\f572"; } - -.fa-weight-scale::before { - content: "\f496"; } - -.fa-weight::before { - content: "\f496"; } - -.fa-user-group::before { - content: "\f500"; } - -.fa-user-friends::before { - content: "\f500"; } - -.fa-arrow-up-a-z::before { - content: "\f15e"; } - -.fa-sort-alpha-up::before { - content: "\f15e"; } - -.fa-chess-knight::before { - content: "\f441"; } - -.fa-face-laugh-squint::before { - content: "\f59b"; } - -.fa-laugh-squint::before { - content: "\f59b"; } - -.fa-wheelchair::before { - content: "\f193"; } - -.fa-circle-arrow-up::before { - content: "\f0aa"; } - -.fa-arrow-circle-up::before { - content: "\f0aa"; } - -.fa-toggle-on::before { - content: "\f205"; } - -.fa-person-walking::before { - content: "\f554"; } - -.fa-walking::before { - content: "\f554"; } - -.fa-l::before { - content: "\4c"; } - -.fa-fire::before { - content: "\f06d"; } - -.fa-bed-pulse::before { - content: "\f487"; } - -.fa-procedures::before { - content: "\f487"; } - -.fa-shuttle-space::before { - content: "\f197"; } - -.fa-space-shuttle::before { - content: "\f197"; } - -.fa-face-laugh::before { - content: "\f599"; } - -.fa-laugh::before { - content: "\f599"; } - -.fa-folder-open::before { - content: "\f07c"; } - -.fa-heart-circle-plus::before { - content: "\e500"; } - -.fa-code-fork::before { - content: "\e13b"; } - -.fa-city::before { - content: "\f64f"; } - -.fa-microphone-lines::before { - content: "\f3c9"; } - -.fa-microphone-alt::before { - content: "\f3c9"; } - -.fa-pepper-hot::before { - content: "\f816"; } - -.fa-unlock::before { - content: "\f09c"; } - -.fa-colon-sign::before { - content: "\e140"; } - -.fa-headset::before { - content: "\f590"; } - -.fa-store-slash::before { - content: "\e071"; } - -.fa-road-circle-xmark::before { - content: "\e566"; } - -.fa-user-minus::before { - content: "\f503"; } - -.fa-mars-stroke-up::before { - content: "\f22a"; } - -.fa-mars-stroke-v::before { - content: "\f22a"; } - -.fa-champagne-glasses::before { - content: "\f79f"; } - -.fa-glass-cheers::before { - content: "\f79f"; } - -.fa-clipboard::before { - content: "\f328"; } - -.fa-house-circle-exclamation::before { - content: "\e50a"; } - -.fa-file-arrow-up::before { - content: "\f574"; } - -.fa-file-upload::before { - content: "\f574"; } - -.fa-wifi::before { - content: "\f1eb"; } - -.fa-wifi-3::before { - content: "\f1eb"; } - -.fa-wifi-strong::before { - content: "\f1eb"; } - -.fa-bath::before { - content: "\f2cd"; } - -.fa-bathtub::before { - content: "\f2cd"; } - -.fa-underline::before { - content: "\f0cd"; } - -.fa-user-pen::before { - content: "\f4ff"; } - -.fa-user-edit::before { - content: "\f4ff"; } - -.fa-signature::before { - content: "\f5b7"; } - -.fa-stroopwafel::before { - content: "\f551"; } - -.fa-bold::before { - content: "\f032"; } - -.fa-anchor-lock::before { - content: "\e4ad"; } - -.fa-building-ngo::before { - content: "\e4d7"; } - -.fa-manat-sign::before { - content: "\e1d5"; } - -.fa-not-equal::before { - content: "\f53e"; } - -.fa-border-top-left::before { - content: "\f853"; } - -.fa-border-style::before { - content: "\f853"; } - -.fa-map-location-dot::before { - content: "\f5a0"; } - -.fa-map-marked-alt::before { - content: "\f5a0"; } - -.fa-jedi::before { - content: "\f669"; } - -.fa-square-poll-vertical::before { - content: "\f681"; } - -.fa-poll::before { - content: "\f681"; } - -.fa-mug-hot::before { - content: "\f7b6"; } - -.fa-car-battery::before { - content: "\f5df"; } - -.fa-battery-car::before { - content: "\f5df"; } - -.fa-gift::before { - content: "\f06b"; } - -.fa-dice-two::before { - content: "\f528"; } - -.fa-chess-queen::before { - content: "\f445"; } - -.fa-glasses::before { - content: "\f530"; } - -.fa-chess-board::before { - content: "\f43c"; } - -.fa-building-circle-check::before { - content: "\e4d2"; } - -.fa-person-chalkboard::before { - content: "\e53d"; } - -.fa-mars-stroke-right::before { - content: "\f22b"; } - -.fa-mars-stroke-h::before { - content: "\f22b"; } - -.fa-hand-back-fist::before { - content: "\f255"; } - -.fa-hand-rock::before { - content: "\f255"; } - -.fa-square-caret-up::before { - content: "\f151"; } - -.fa-caret-square-up::before { - content: "\f151"; } - -.fa-cloud-showers-water::before { - content: "\e4e4"; } - -.fa-chart-bar::before { - content: "\f080"; } - -.fa-bar-chart::before { - content: "\f080"; } - -.fa-hands-bubbles::before { - content: "\e05e"; } - -.fa-hands-wash::before { - content: "\e05e"; } - -.fa-less-than-equal::before { - content: "\f537"; } - -.fa-train::before { - content: "\f238"; } - -.fa-eye-low-vision::before { - content: "\f2a8"; } - -.fa-low-vision::before { - content: "\f2a8"; } - -.fa-crow::before { - content: "\f520"; } - -.fa-sailboat::before { - content: "\e445"; } - -.fa-window-restore::before { - content: "\f2d2"; } - -.fa-square-plus::before { - content: "\f0fe"; } - -.fa-plus-square::before { - content: "\f0fe"; } - -.fa-torii-gate::before { - content: "\f6a1"; } - -.fa-frog::before { - content: "\f52e"; } - -.fa-bucket::before { - content: "\e4cf"; } - -.fa-image::before { - content: "\f03e"; } - -.fa-microphone::before { - content: "\f130"; } - -.fa-cow::before { - content: "\f6c8"; } - -.fa-caret-up::before { - content: "\f0d8"; } - -.fa-screwdriver::before { - content: "\f54a"; } - -.fa-folder-closed::before { - content: "\e185"; } - -.fa-house-tsunami::before { - content: "\e515"; } - -.fa-square-nfi::before { - content: "\e576"; } - -.fa-arrow-up-from-ground-water::before { - content: "\e4b5"; } - -.fa-martini-glass::before { - content: "\f57b"; } - -.fa-glass-martini-alt::before { - content: "\f57b"; } - -.fa-rotate-left::before { - content: "\f2ea"; } - -.fa-rotate-back::before { - content: "\f2ea"; } - -.fa-rotate-backward::before { - content: "\f2ea"; } - -.fa-undo-alt::before { - content: "\f2ea"; } - -.fa-table-columns::before { - content: "\f0db"; } - -.fa-columns::before { - content: "\f0db"; } - -.fa-lemon::before { - content: "\f094"; } - -.fa-head-side-mask::before { - content: "\e063"; } - -.fa-handshake::before { - content: "\f2b5"; } - -.fa-gem::before { - content: "\f3a5"; } - -.fa-dolly::before { - content: "\f472"; } - -.fa-dolly-box::before { - content: "\f472"; } - -.fa-smoking::before { - content: "\f48d"; } - -.fa-minimize::before { - content: "\f78c"; } - -.fa-compress-arrows-alt::before { - content: "\f78c"; } - -.fa-monument::before { - content: "\f5a6"; } - -.fa-snowplow::before { - content: "\f7d2"; } - -.fa-angles-right::before { - content: "\f101"; } - -.fa-angle-double-right::before { - content: "\f101"; } - -.fa-cannabis::before { - content: "\f55f"; } - -.fa-circle-play::before { - content: "\f144"; } - -.fa-play-circle::before { - content: "\f144"; } - -.fa-tablets::before { - content: "\f490"; } - -.fa-ethernet::before { - content: "\f796"; } - -.fa-euro-sign::before { - content: "\f153"; } - -.fa-eur::before { - content: "\f153"; } - -.fa-euro::before { - content: "\f153"; } - -.fa-chair::before { - content: "\f6c0"; } - -.fa-circle-check::before { - content: "\f058"; } - -.fa-check-circle::before { - content: "\f058"; } - -.fa-circle-stop::before { - content: "\f28d"; } - -.fa-stop-circle::before { - content: "\f28d"; } - -.fa-compass-drafting::before { - content: "\f568"; } - -.fa-drafting-compass::before { - content: "\f568"; } - -.fa-plate-wheat::before { - content: "\e55a"; } - -.fa-icicles::before { - content: "\f7ad"; } - -.fa-person-shelter::before { - content: "\e54f"; } - -.fa-neuter::before { - content: "\f22c"; } - -.fa-id-badge::before { - content: "\f2c1"; } - -.fa-marker::before { - content: "\f5a1"; } - -.fa-face-laugh-beam::before { - content: "\f59a"; } - -.fa-laugh-beam::before { - content: "\f59a"; } - -.fa-helicopter-symbol::before { - content: "\e502"; } - -.fa-universal-access::before { - content: "\f29a"; } - -.fa-circle-chevron-up::before { - content: "\f139"; } - -.fa-chevron-circle-up::before { - content: "\f139"; } - -.fa-lari-sign::before { - content: "\e1c8"; } - -.fa-volcano::before { - content: "\f770"; } - -.fa-person-walking-dashed-line-arrow-right::before { - content: "\e553"; } - -.fa-sterling-sign::before { - content: "\f154"; } - -.fa-gbp::before { - content: "\f154"; } - -.fa-pound-sign::before { - content: "\f154"; } - -.fa-viruses::before { - content: "\e076"; } - -.fa-square-person-confined::before { - content: "\e577"; } - -.fa-user-tie::before { - content: "\f508"; } - -.fa-arrow-down-long::before { - content: "\f175"; } - -.fa-long-arrow-down::before { - content: "\f175"; } - -.fa-tent-arrow-down-to-line::before { - content: "\e57e"; } - -.fa-certificate::before { - content: "\f0a3"; } - -.fa-reply-all::before { - content: "\f122"; } - -.fa-mail-reply-all::before { - content: "\f122"; } - -.fa-suitcase::before { - content: "\f0f2"; } - -.fa-person-skating::before { - content: "\f7c5"; } - -.fa-skating::before { - content: "\f7c5"; } - -.fa-filter-circle-dollar::before { - content: "\f662"; } - -.fa-funnel-dollar::before { - content: "\f662"; } - -.fa-camera-retro::before { - content: "\f083"; } - -.fa-circle-arrow-down::before { - content: "\f0ab"; } - -.fa-arrow-circle-down::before { - content: "\f0ab"; } - -.fa-file-import::before { - content: "\f56f"; } - -.fa-arrow-right-to-file::before { - content: "\f56f"; } - -.fa-square-arrow-up-right::before { - content: "\f14c"; } - -.fa-external-link-square::before { - content: "\f14c"; } - -.fa-box-open::before { - content: "\f49e"; } - -.fa-scroll::before { - content: "\f70e"; } - -.fa-spa::before { - content: "\f5bb"; } - -.fa-location-pin-lock::before { - content: "\e51f"; } - -.fa-pause::before { - content: "\f04c"; } - -.fa-hill-avalanche::before { - content: "\e507"; } - -.fa-temperature-empty::before { - content: "\f2cb"; } - -.fa-temperature-0::before { - content: "\f2cb"; } - -.fa-thermometer-0::before { - content: "\f2cb"; } - -.fa-thermometer-empty::before { - content: "\f2cb"; } - -.fa-bomb::before { - content: "\f1e2"; } - -.fa-registered::before { - content: "\f25d"; } - -.fa-address-card::before { - content: "\f2bb"; } - -.fa-contact-card::before { - content: "\f2bb"; } - -.fa-vcard::before { - content: "\f2bb"; } - -.fa-scale-unbalanced-flip::before { - content: "\f516"; } - -.fa-balance-scale-right::before { - content: "\f516"; } - -.fa-subscript::before { - content: "\f12c"; } - -.fa-diamond-turn-right::before { - content: "\f5eb"; } - -.fa-directions::before { - content: "\f5eb"; } - -.fa-burst::before { - content: "\e4dc"; } - -.fa-house-laptop::before { - content: "\e066"; } - -.fa-laptop-house::before { - content: "\e066"; } - -.fa-face-tired::before { - content: "\f5c8"; } - -.fa-tired::before { - content: "\f5c8"; } - -.fa-money-bills::before { - content: "\e1f3"; } - -.fa-smog::before { - content: "\f75f"; } - -.fa-crutch::before { - content: "\f7f7"; } - -.fa-cloud-arrow-up::before { - content: "\f0ee"; } - -.fa-cloud-upload::before { - content: "\f0ee"; } - -.fa-cloud-upload-alt::before { - content: "\f0ee"; } - -.fa-palette::before { - content: "\f53f"; } - -.fa-arrows-turn-right::before { - content: "\e4c0"; } - -.fa-vest::before { - content: "\e085"; } - -.fa-ferry::before { - content: "\e4ea"; } - -.fa-arrows-down-to-people::before { - content: "\e4b9"; } - -.fa-seedling::before { - content: "\f4d8"; } - -.fa-sprout::before { - content: "\f4d8"; } - -.fa-left-right::before { - content: "\f337"; } - -.fa-arrows-alt-h::before { - content: "\f337"; } - -.fa-boxes-packing::before { - content: "\e4c7"; } - -.fa-circle-arrow-left::before { - content: "\f0a8"; } - -.fa-arrow-circle-left::before { - content: "\f0a8"; } - -.fa-group-arrows-rotate::before { - content: "\e4f6"; } - -.fa-bowl-food::before { - content: "\e4c6"; } - -.fa-candy-cane::before { - content: "\f786"; } - -.fa-arrow-down-wide-short::before { - content: "\f160"; } - -.fa-sort-amount-asc::before { - content: "\f160"; } - -.fa-sort-amount-down::before { - content: "\f160"; } - -.fa-cloud-bolt::before { - content: "\f76c"; } - -.fa-thunderstorm::before { - content: "\f76c"; } - -.fa-text-slash::before { - content: "\f87d"; } - -.fa-remove-format::before { - content: "\f87d"; } - -.fa-face-smile-wink::before { - content: "\f4da"; } - -.fa-smile-wink::before { - content: "\f4da"; } - -.fa-file-word::before { - content: "\f1c2"; } - -.fa-file-powerpoint::before { - content: "\f1c4"; } - -.fa-arrows-left-right::before { - content: "\f07e"; } - -.fa-arrows-h::before { - content: "\f07e"; } - -.fa-house-lock::before { - content: "\e510"; } - -.fa-cloud-arrow-down::before { - content: "\f0ed"; } - -.fa-cloud-download::before { - content: "\f0ed"; } - -.fa-cloud-download-alt::before { - content: "\f0ed"; } - -.fa-children::before { - content: "\e4e1"; } - -.fa-chalkboard::before { - content: "\f51b"; } - -.fa-blackboard::before { - content: "\f51b"; } - -.fa-user-large-slash::before { - content: "\f4fa"; } - -.fa-user-alt-slash::before { - content: "\f4fa"; } - -.fa-envelope-open::before { - content: "\f2b6"; } - -.fa-handshake-simple-slash::before { - content: "\e05f"; } - -.fa-handshake-alt-slash::before { - content: "\e05f"; } - -.fa-mattress-pillow::before { - content: "\e525"; } - -.fa-guarani-sign::before { - content: "\e19a"; } - -.fa-arrows-rotate::before { - content: "\f021"; } - -.fa-refresh::before { - content: "\f021"; } - -.fa-sync::before { - content: "\f021"; } - -.fa-fire-extinguisher::before { - content: "\f134"; } - -.fa-cruzeiro-sign::before { - content: "\e152"; } - -.fa-greater-than-equal::before { - content: "\f532"; } - -.fa-shield-halved::before { - content: "\f3ed"; } - -.fa-shield-alt::before { - content: "\f3ed"; } - -.fa-book-atlas::before { - content: "\f558"; } - -.fa-atlas::before { - content: "\f558"; } - -.fa-virus::before { - content: "\e074"; } - -.fa-envelope-circle-check::before { - content: "\e4e8"; } - -.fa-layer-group::before { - content: "\f5fd"; } - -.fa-arrows-to-dot::before { - content: "\e4be"; } - -.fa-archway::before { - content: "\f557"; } - -.fa-heart-circle-check::before { - content: "\e4fd"; } - -.fa-house-chimney-crack::before { - content: "\f6f1"; } - -.fa-house-damage::before { - content: "\f6f1"; } - -.fa-file-zipper::before { - content: "\f1c6"; } - -.fa-file-archive::before { - content: "\f1c6"; } - -.fa-square::before { - content: "\f0c8"; } - -.fa-martini-glass-empty::before { - content: "\f000"; } - -.fa-glass-martini::before { - content: "\f000"; } - -.fa-couch::before { - content: "\f4b8"; } - -.fa-cedi-sign::before { - content: "\e0df"; } - -.fa-italic::before { - content: "\f033"; } - -.fa-church::before { - content: "\f51d"; } - -.fa-comments-dollar::before { - content: "\f653"; } - -.fa-democrat::before { - content: "\f747"; } - -.fa-z::before { - content: "\5a"; } - -.fa-person-skiing::before { - content: "\f7c9"; } - -.fa-skiing::before { - content: "\f7c9"; } - -.fa-road-lock::before { - content: "\e567"; } - -.fa-a::before { - content: "\41"; } - -.fa-temperature-arrow-down::before { - content: "\e03f"; } - -.fa-temperature-down::before { - content: "\e03f"; } - -.fa-feather-pointed::before { - content: "\f56b"; } - -.fa-feather-alt::before { - content: "\f56b"; } - -.fa-p::before { - content: "\50"; } - -.fa-snowflake::before { - content: "\f2dc"; } - -.fa-newspaper::before { - content: "\f1ea"; } - -.fa-rectangle-ad::before { - content: "\f641"; } - -.fa-ad::before { - content: "\f641"; } - -.fa-circle-arrow-right::before { - content: "\f0a9"; } - -.fa-arrow-circle-right::before { - content: "\f0a9"; } - -.fa-filter-circle-xmark::before { - content: "\e17b"; } - -.fa-locust::before { - content: "\e520"; } - -.fa-sort::before { - content: "\f0dc"; } - -.fa-unsorted::before { - content: "\f0dc"; } - -.fa-list-ol::before { - content: "\f0cb"; } - -.fa-list-1-2::before { - content: "\f0cb"; } - -.fa-list-numeric::before { - content: "\f0cb"; } - -.fa-person-dress-burst::before { - content: "\e544"; } - -.fa-money-check-dollar::before { - content: "\f53d"; } - -.fa-money-check-alt::before { - content: "\f53d"; } - -.fa-vector-square::before { - content: "\f5cb"; } - -.fa-bread-slice::before { - content: "\f7ec"; } - -.fa-language::before { - content: "\f1ab"; } - -.fa-face-kiss-wink-heart::before { - content: "\f598"; } - -.fa-kiss-wink-heart::before { - content: "\f598"; } - -.fa-filter::before { - content: "\f0b0"; } - -.fa-question::before { - content: "\3f"; } - -.fa-file-signature::before { - content: "\f573"; } - -.fa-up-down-left-right::before { - content: "\f0b2"; } - -.fa-arrows-alt::before { - content: "\f0b2"; } - -.fa-house-chimney-user::before { - content: "\e065"; } - -.fa-hand-holding-heart::before { - content: "\f4be"; } - -.fa-puzzle-piece::before { - content: "\f12e"; } - -.fa-money-check::before { - content: "\f53c"; } - -.fa-star-half-stroke::before { - content: "\f5c0"; } - -.fa-star-half-alt::before { - content: "\f5c0"; } - -.fa-code::before { - content: "\f121"; } - -.fa-whiskey-glass::before { - content: "\f7a0"; } - -.fa-glass-whiskey::before { - content: "\f7a0"; } - -.fa-building-circle-exclamation::before { - content: "\e4d3"; } - -.fa-magnifying-glass-chart::before { - content: "\e522"; } - -.fa-arrow-up-right-from-square::before { - content: "\f08e"; } - -.fa-external-link::before { - content: "\f08e"; } - -.fa-cubes-stacked::before { - content: "\e4e6"; } - -.fa-won-sign::before { - content: "\f159"; } - -.fa-krw::before { - content: "\f159"; } - -.fa-won::before { - content: "\f159"; } - -.fa-virus-covid::before { - content: "\e4a8"; } - -.fa-austral-sign::before { - content: "\e0a9"; } - -.fa-f::before { - content: "\46"; } - -.fa-leaf::before { - content: "\f06c"; } - -.fa-road::before { - content: "\f018"; } - -.fa-taxi::before { - content: "\f1ba"; } - -.fa-cab::before { - content: "\f1ba"; } - -.fa-person-circle-plus::before { - content: "\e541"; } - -.fa-chart-pie::before { - content: "\f200"; } - -.fa-pie-chart::before { - content: "\f200"; } - -.fa-bolt-lightning::before { - content: "\e0b7"; } - -.fa-sack-xmark::before { - content: "\e56a"; } - -.fa-file-excel::before { - content: "\f1c3"; } - -.fa-file-contract::before { - content: "\f56c"; } - -.fa-fish-fins::before { - content: "\e4f2"; } - -.fa-building-flag::before { - content: "\e4d5"; } - -.fa-face-grin-beam::before { - content: "\f582"; } - -.fa-grin-beam::before { - content: "\f582"; } - -.fa-object-ungroup::before { - content: "\f248"; } - -.fa-poop::before { - content: "\f619"; } - -.fa-location-pin::before { - content: "\f041"; } - -.fa-map-marker::before { - content: "\f041"; } - -.fa-kaaba::before { - content: "\f66b"; } - -.fa-toilet-paper::before { - content: "\f71e"; } - -.fa-helmet-safety::before { - content: "\f807"; } - -.fa-hard-hat::before { - content: "\f807"; } - -.fa-hat-hard::before { - content: "\f807"; } - -.fa-eject::before { - content: "\f052"; } - -.fa-circle-right::before { - content: "\f35a"; } - -.fa-arrow-alt-circle-right::before { - content: "\f35a"; } - -.fa-plane-circle-check::before { - content: "\e555"; } - -.fa-face-rolling-eyes::before { - content: "\f5a5"; } - -.fa-meh-rolling-eyes::before { - content: "\f5a5"; } - -.fa-object-group::before { - content: "\f247"; } - -.fa-chart-line::before { - content: "\f201"; } - -.fa-line-chart::before { - content: "\f201"; } - -.fa-mask-ventilator::before { - content: "\e524"; } - -.fa-arrow-right::before { - content: "\f061"; } - -.fa-signs-post::before { - content: "\f277"; } - -.fa-map-signs::before { - content: "\f277"; } - -.fa-cash-register::before { - content: "\f788"; } - -.fa-person-circle-question::before { - content: "\e542"; } - -.fa-h::before { - content: "\48"; } - -.fa-tarp::before { - content: "\e57b"; } - -.fa-screwdriver-wrench::before { - content: "\f7d9"; } - -.fa-tools::before { - content: "\f7d9"; } - -.fa-arrows-to-eye::before { - content: "\e4bf"; } - -.fa-plug-circle-bolt::before { - content: "\e55b"; } - -.fa-heart::before { - content: "\f004"; } - -.fa-mars-and-venus::before { - content: "\f224"; } - -.fa-house-user::before { - content: "\e1b0"; } - -.fa-home-user::before { - content: "\e1b0"; } - -.fa-dumpster-fire::before { - content: "\f794"; } - -.fa-house-crack::before { - content: "\e3b1"; } - -.fa-martini-glass-citrus::before { - content: "\f561"; } - -.fa-cocktail::before { - content: "\f561"; } - -.fa-face-surprise::before { - content: "\f5c2"; } - -.fa-surprise::before { - content: "\f5c2"; } - -.fa-bottle-water::before { - content: "\e4c5"; } - -.fa-circle-pause::before { - content: "\f28b"; } - -.fa-pause-circle::before { - content: "\f28b"; } - -.fa-toilet-paper-slash::before { - content: "\e072"; } - -.fa-apple-whole::before { - content: "\f5d1"; } - -.fa-apple-alt::before { - content: "\f5d1"; } - -.fa-kitchen-set::before { - content: "\e51a"; } - -.fa-r::before { - content: "\52"; } - -.fa-temperature-quarter::before { - content: "\f2ca"; } - -.fa-temperature-1::before { - content: "\f2ca"; } - -.fa-thermometer-1::before { - content: "\f2ca"; } - -.fa-thermometer-quarter::before { - content: "\f2ca"; } - -.fa-cube::before { - content: "\f1b2"; } - -.fa-bitcoin-sign::before { - content: "\e0b4"; } - -.fa-shield-dog::before { - content: "\e573"; } - -.fa-solar-panel::before { - content: "\f5ba"; } - -.fa-lock-open::before { - content: "\f3c1"; } - -.fa-elevator::before { - content: "\e16d"; } - -.fa-money-bill-transfer::before { - content: "\e528"; } - -.fa-money-bill-trend-up::before { - content: "\e529"; } - -.fa-house-flood-water-circle-arrow-right::before { - content: "\e50f"; } - -.fa-square-poll-horizontal::before { - content: "\f682"; } - -.fa-poll-h::before { - content: "\f682"; } - -.fa-circle::before { - content: "\f111"; } - -.fa-backward-fast::before { - content: "\f049"; } - -.fa-fast-backward::before { - content: "\f049"; } - -.fa-recycle::before { - content: "\f1b8"; } - -.fa-user-astronaut::before { - content: "\f4fb"; } - -.fa-plane-slash::before { - content: "\e069"; } - -.fa-trademark::before { - content: "\f25c"; } - -.fa-basketball::before { - content: "\f434"; } - -.fa-basketball-ball::before { - content: "\f434"; } - -.fa-satellite-dish::before { - content: "\f7c0"; } - -.fa-circle-up::before { - content: "\f35b"; } - -.fa-arrow-alt-circle-up::before { - content: "\f35b"; } - -.fa-mobile-screen-button::before { - content: "\f3cd"; } - -.fa-mobile-alt::before { - content: "\f3cd"; } - -.fa-volume-high::before { - content: "\f028"; } - -.fa-volume-up::before { - content: "\f028"; } - -.fa-users-rays::before { - content: "\e593"; } - -.fa-wallet::before { - content: "\f555"; } - -.fa-clipboard-check::before { - content: "\f46c"; } - -.fa-file-audio::before { - content: "\f1c7"; } - -.fa-burger::before { - content: "\f805"; } - -.fa-hamburger::before { - content: "\f805"; } - -.fa-wrench::before { - content: "\f0ad"; } - -.fa-bugs::before { - content: "\e4d0"; } - -.fa-rupee-sign::before { - content: "\f156"; } - -.fa-rupee::before { - content: "\f156"; } - -.fa-file-image::before { - content: "\f1c5"; } - -.fa-circle-question::before { - content: "\f059"; } - -.fa-question-circle::before { - content: "\f059"; } - -.fa-plane-departure::before { - content: "\f5b0"; } - -.fa-handshake-slash::before { - content: "\e060"; } - -.fa-book-bookmark::before { - content: "\e0bb"; } - -.fa-code-branch::before { - content: "\f126"; } - -.fa-hat-cowboy::before { - content: "\f8c0"; } - -.fa-bridge::before { - content: "\e4c8"; } - -.fa-phone-flip::before { - content: "\f879"; } - -.fa-phone-alt::before { - content: "\f879"; } - -.fa-truck-front::before { - content: "\e2b7"; } - -.fa-cat::before { - content: "\f6be"; } - -.fa-anchor-circle-exclamation::before { - content: "\e4ab"; } - -.fa-truck-field::before { - content: "\e58d"; } - -.fa-route::before { - content: "\f4d7"; } - -.fa-clipboard-question::before { - content: "\e4e3"; } - -.fa-panorama::before { - content: "\e209"; } - -.fa-comment-medical::before { - content: "\f7f5"; } - -.fa-teeth-open::before { - content: "\f62f"; } - -.fa-file-circle-minus::before { - content: "\e4ed"; } - -.fa-tags::before { - content: "\f02c"; } - -.fa-wine-glass::before { - content: "\f4e3"; } - -.fa-forward-fast::before { - content: "\f050"; } - -.fa-fast-forward::before { - content: "\f050"; } - -.fa-face-meh-blank::before { - content: "\f5a4"; } - -.fa-meh-blank::before { - content: "\f5a4"; } - -.fa-square-parking::before { - content: "\f540"; } - -.fa-parking::before { - content: "\f540"; } - -.fa-house-signal::before { - content: "\e012"; } - -.fa-bars-progress::before { - content: "\f828"; } - -.fa-tasks-alt::before { - content: "\f828"; } - -.fa-faucet-drip::before { - content: "\e006"; } - -.fa-cart-flatbed::before { - content: "\f474"; } - -.fa-dolly-flatbed::before { - content: "\f474"; } - -.fa-ban-smoking::before { - content: "\f54d"; } - -.fa-smoking-ban::before { - content: "\f54d"; } - -.fa-terminal::before { - content: "\f120"; } - -.fa-mobile-button::before { - content: "\f10b"; } - -.fa-house-medical-flag::before { - content: "\e514"; } - -.fa-basket-shopping::before { - content: "\f291"; } - -.fa-shopping-basket::before { - content: "\f291"; } - -.fa-tape::before { - content: "\f4db"; } - -.fa-bus-simple::before { - content: "\f55e"; } - -.fa-bus-alt::before { - content: "\f55e"; } - -.fa-eye::before { - content: "\f06e"; } - -.fa-face-sad-cry::before { - content: "\f5b3"; } - -.fa-sad-cry::before { - content: "\f5b3"; } - -.fa-audio-description::before { - content: "\f29e"; } - -.fa-person-military-to-person::before { - content: "\e54c"; } - -.fa-file-shield::before { - content: "\e4f0"; } - -.fa-user-slash::before { - content: "\f506"; } - -.fa-pen::before { - content: "\f304"; } - -.fa-tower-observation::before { - content: "\e586"; } - -.fa-file-code::before { - content: "\f1c9"; } - -.fa-signal::before { - content: "\f012"; } - -.fa-signal-5::before { - content: "\f012"; } - -.fa-signal-perfect::before { - content: "\f012"; } - -.fa-bus::before { - content: "\f207"; } - -.fa-heart-circle-xmark::before { - content: "\e501"; } - -.fa-house-chimney::before { - content: "\e3af"; } - -.fa-home-lg::before { - content: "\e3af"; } - -.fa-window-maximize::before { - content: "\f2d0"; } - -.fa-face-frown::before { - content: "\f119"; } - -.fa-frown::before { - content: "\f119"; } - -.fa-prescription::before { - content: "\f5b1"; } - -.fa-shop::before { - content: "\f54f"; } - -.fa-store-alt::before { - content: "\f54f"; } - -.fa-floppy-disk::before { - content: "\f0c7"; } - -.fa-save::before { - content: "\f0c7"; } - -.fa-vihara::before { - content: "\f6a7"; } - -.fa-scale-unbalanced::before { - content: "\f515"; } - -.fa-balance-scale-left::before { - content: "\f515"; } - -.fa-sort-up::before { - content: "\f0de"; } - -.fa-sort-asc::before { - content: "\f0de"; } - -.fa-comment-dots::before { - content: "\f4ad"; } - -.fa-commenting::before { - content: "\f4ad"; } - -.fa-plant-wilt::before { - content: "\e5aa"; } - -.fa-diamond::before { - content: "\f219"; } - -.fa-face-grin-squint::before { - content: "\f585"; } - -.fa-grin-squint::before { - content: "\f585"; } - -.fa-hand-holding-dollar::before { - content: "\f4c0"; } - -.fa-hand-holding-usd::before { - content: "\f4c0"; } - -.fa-bacterium::before { - content: "\e05a"; } - -.fa-hand-pointer::before { - content: "\f25a"; } - -.fa-drum-steelpan::before { - content: "\f56a"; } - -.fa-hand-scissors::before { - content: "\f257"; } - -.fa-hands-praying::before { - content: "\f684"; } - -.fa-praying-hands::before { - content: "\f684"; } - -.fa-arrow-rotate-right::before { - content: "\f01e"; } - -.fa-arrow-right-rotate::before { - content: "\f01e"; } - -.fa-arrow-rotate-forward::before { - content: "\f01e"; } - -.fa-redo::before { - content: "\f01e"; } - -.fa-biohazard::before { - content: "\f780"; } - -.fa-location-crosshairs::before { - content: "\f601"; } - -.fa-location::before { - content: "\f601"; } - -.fa-mars-double::before { - content: "\f227"; } - -.fa-child-dress::before { - content: "\e59c"; } - -.fa-users-between-lines::before { - content: "\e591"; } - -.fa-lungs-virus::before { - content: "\e067"; } - -.fa-face-grin-tears::before { - content: "\f588"; } - -.fa-grin-tears::before { - content: "\f588"; } - -.fa-phone::before { - content: "\f095"; } - -.fa-calendar-xmark::before { - content: "\f273"; } - -.fa-calendar-times::before { - content: "\f273"; } - -.fa-child-reaching::before { - content: "\e59d"; } - -.fa-head-side-virus::before { - content: "\e064"; } - -.fa-user-gear::before { - content: "\f4fe"; } - -.fa-user-cog::before { - content: "\f4fe"; } - -.fa-arrow-up-1-9::before { - content: "\f163"; } - -.fa-sort-numeric-up::before { - content: "\f163"; } - -.fa-door-closed::before { - content: "\f52a"; } - -.fa-shield-virus::before { - content: "\e06c"; } - -.fa-dice-six::before { - content: "\f526"; } - -.fa-mosquito-net::before { - content: "\e52c"; } - -.fa-bridge-water::before { - content: "\e4ce"; } - -.fa-person-booth::before { - content: "\f756"; } - -.fa-text-width::before { - content: "\f035"; } - -.fa-hat-wizard::before { - content: "\f6e8"; } - -.fa-pen-fancy::before { - content: "\f5ac"; } - -.fa-person-digging::before { - content: "\f85e"; } - -.fa-digging::before { - content: "\f85e"; } - -.fa-trash::before { - content: "\f1f8"; } - -.fa-gauge-simple::before { - content: "\f629"; } - -.fa-gauge-simple-med::before { - content: "\f629"; } - -.fa-tachometer-average::before { - content: "\f629"; } - -.fa-book-medical::before { - content: "\f7e6"; } - -.fa-poo::before { - content: "\f2fe"; } - -.fa-quote-right::before { - content: "\f10e"; } - -.fa-quote-right-alt::before { - content: "\f10e"; } - -.fa-shirt::before { - content: "\f553"; } - -.fa-t-shirt::before { - content: "\f553"; } - -.fa-tshirt::before { - content: "\f553"; } - -.fa-cubes::before { - content: "\f1b3"; } - -.fa-divide::before { - content: "\f529"; } - -.fa-tenge-sign::before { - content: "\f7d7"; } - -.fa-tenge::before { - content: "\f7d7"; } - -.fa-headphones::before { - content: "\f025"; } - -.fa-hands-holding::before { - content: "\f4c2"; } - -.fa-hands-clapping::before { - content: "\e1a8"; } - -.fa-republican::before { - content: "\f75e"; } - -.fa-arrow-left::before { - content: "\f060"; } - -.fa-person-circle-xmark::before { - content: "\e543"; } - -.fa-ruler::before { - content: "\f545"; } - -.fa-align-left::before { - content: "\f036"; } - -.fa-dice-d6::before { - content: "\f6d1"; } - -.fa-restroom::before { - content: "\f7bd"; } - -.fa-j::before { - content: "\4a"; } - -.fa-users-viewfinder::before { - content: "\e595"; } - -.fa-file-video::before { - content: "\f1c8"; } - -.fa-up-right-from-square::before { - content: "\f35d"; } - -.fa-external-link-alt::before { - content: "\f35d"; } - -.fa-table-cells::before { - content: "\f00a"; } - -.fa-th::before { - content: "\f00a"; } - -.fa-file-pdf::before { - content: "\f1c1"; } - -.fa-book-bible::before { - content: "\f647"; } - -.fa-bible::before { - content: "\f647"; } - -.fa-o::before { - content: "\4f"; } - -.fa-suitcase-medical::before { - content: "\f0fa"; } - -.fa-medkit::before { - content: "\f0fa"; } - -.fa-user-secret::before { - content: "\f21b"; } - -.fa-otter::before { - content: "\f700"; } - -.fa-person-dress::before { - content: "\f182"; } - -.fa-female::before { - content: "\f182"; } - -.fa-comment-dollar::before { - content: "\f651"; } - -.fa-business-time::before { - content: "\f64a"; } - -.fa-briefcase-clock::before { - content: "\f64a"; } - -.fa-table-cells-large::before { - content: "\f009"; } - -.fa-th-large::before { - content: "\f009"; } - -.fa-book-tanakh::before { - content: "\f827"; } - -.fa-tanakh::before { - content: "\f827"; } - -.fa-phone-volume::before { - content: "\f2a0"; } - -.fa-volume-control-phone::before { - content: "\f2a0"; } - -.fa-hat-cowboy-side::before { - content: "\f8c1"; } - -.fa-clipboard-user::before { - content: "\f7f3"; } - -.fa-child::before { - content: "\f1ae"; } - -.fa-lira-sign::before { - content: "\f195"; } - -.fa-satellite::before { - content: "\f7bf"; } - -.fa-plane-lock::before { - content: "\e558"; } - -.fa-tag::before { - content: "\f02b"; } - -.fa-comment::before { - content: "\f075"; } - -.fa-cake-candles::before { - content: "\f1fd"; } - -.fa-birthday-cake::before { - content: "\f1fd"; } - -.fa-cake::before { - content: "\f1fd"; } - -.fa-envelope::before { - content: "\f0e0"; } - -.fa-angles-up::before { - content: "\f102"; } - -.fa-angle-double-up::before { - content: "\f102"; } - -.fa-paperclip::before { - content: "\f0c6"; } - -.fa-arrow-right-to-city::before { - content: "\e4b3"; } - -.fa-ribbon::before { - content: "\f4d6"; } - -.fa-lungs::before { - content: "\f604"; } - -.fa-arrow-up-9-1::before { - content: "\f887"; } - -.fa-sort-numeric-up-alt::before { - content: "\f887"; } - -.fa-litecoin-sign::before { - content: "\e1d3"; } - -.fa-border-none::before { - content: "\f850"; } - -.fa-circle-nodes::before { - content: "\e4e2"; } - -.fa-parachute-box::before { - content: "\f4cd"; } - -.fa-indent::before { - content: "\f03c"; } - -.fa-truck-field-un::before { - content: "\e58e"; } - -.fa-hourglass::before { - content: "\f254"; } - -.fa-hourglass-empty::before { - content: "\f254"; } - -.fa-mountain::before { - content: "\f6fc"; } - -.fa-user-doctor::before { - content: "\f0f0"; } - -.fa-user-md::before { - content: "\f0f0"; } - -.fa-circle-info::before { - content: "\f05a"; } - -.fa-info-circle::before { - content: "\f05a"; } - -.fa-cloud-meatball::before { - content: "\f73b"; } - -.fa-camera::before { - content: "\f030"; } - -.fa-camera-alt::before { - content: "\f030"; } - -.fa-square-virus::before { - content: "\e578"; } - -.fa-meteor::before { - content: "\f753"; } - -.fa-car-on::before { - content: "\e4dd"; } - -.fa-sleigh::before { - content: "\f7cc"; } - -.fa-arrow-down-1-9::before { - content: "\f162"; } - -.fa-sort-numeric-asc::before { - content: "\f162"; } - -.fa-sort-numeric-down::before { - content: "\f162"; } - -.fa-hand-holding-droplet::before { - content: "\f4c1"; } - -.fa-hand-holding-water::before { - content: "\f4c1"; } - -.fa-water::before { - content: "\f773"; } - -.fa-calendar-check::before { - content: "\f274"; } - -.fa-braille::before { - content: "\f2a1"; } - -.fa-prescription-bottle-medical::before { - content: "\f486"; } - -.fa-prescription-bottle-alt::before { - content: "\f486"; } - -.fa-landmark::before { - content: "\f66f"; } - -.fa-truck::before { - content: "\f0d1"; } - -.fa-crosshairs::before { - content: "\f05b"; } - -.fa-person-cane::before { - content: "\e53c"; } - -.fa-tent::before { - content: "\e57d"; } - -.fa-vest-patches::before { - content: "\e086"; } - -.fa-check-double::before { - content: "\f560"; } - -.fa-arrow-down-a-z::before { - content: "\f15d"; } - -.fa-sort-alpha-asc::before { - content: "\f15d"; } - -.fa-sort-alpha-down::before { - content: "\f15d"; } - -.fa-money-bill-wheat::before { - content: "\e52a"; } - -.fa-cookie::before { - content: "\f563"; } - -.fa-arrow-rotate-left::before { - content: "\f0e2"; } - -.fa-arrow-left-rotate::before { - content: "\f0e2"; } - -.fa-arrow-rotate-back::before { - content: "\f0e2"; } - -.fa-arrow-rotate-backward::before { - content: "\f0e2"; } - -.fa-undo::before { - content: "\f0e2"; } - -.fa-hard-drive::before { - content: "\f0a0"; } - -.fa-hdd::before { - content: "\f0a0"; } - -.fa-face-grin-squint-tears::before { - content: "\f586"; } - -.fa-grin-squint-tears::before { - content: "\f586"; } - -.fa-dumbbell::before { - content: "\f44b"; } - -.fa-rectangle-list::before { - content: "\f022"; } - -.fa-list-alt::before { - content: "\f022"; } - -.fa-tarp-droplet::before { - content: "\e57c"; } - -.fa-house-medical-circle-check::before { - content: "\e511"; } - -.fa-person-skiing-nordic::before { - content: "\f7ca"; } - -.fa-skiing-nordic::before { - content: "\f7ca"; } - -.fa-calendar-plus::before { - content: "\f271"; } - -.fa-plane-arrival::before { - content: "\f5af"; } - -.fa-circle-left::before { - content: "\f359"; } - -.fa-arrow-alt-circle-left::before { - content: "\f359"; } - -.fa-train-subway::before { - content: "\f239"; } - -.fa-subway::before { - content: "\f239"; } - -.fa-chart-gantt::before { - content: "\e0e4"; } - -.fa-indian-rupee-sign::before { - content: "\e1bc"; } - -.fa-indian-rupee::before { - content: "\e1bc"; } - -.fa-inr::before { - content: "\e1bc"; } - -.fa-crop-simple::before { - content: "\f565"; } - -.fa-crop-alt::before { - content: "\f565"; } - -.fa-money-bill-1::before { - content: "\f3d1"; } - -.fa-money-bill-alt::before { - content: "\f3d1"; } - -.fa-left-long::before { - content: "\f30a"; } - -.fa-long-arrow-alt-left::before { - content: "\f30a"; } - -.fa-dna::before { - content: "\f471"; } - -.fa-virus-slash::before { - content: "\e075"; } - -.fa-minus::before { - content: "\f068"; } - -.fa-subtract::before { - content: "\f068"; } - -.fa-chess::before { - content: "\f439"; } - -.fa-arrow-left-long::before { - content: "\f177"; } - -.fa-long-arrow-left::before { - content: "\f177"; } - -.fa-plug-circle-check::before { - content: "\e55c"; } - -.fa-street-view::before { - content: "\f21d"; } - -.fa-franc-sign::before { - content: "\e18f"; } - -.fa-volume-off::before { - content: "\f026"; } - -.fa-hands-asl-interpreting::before { - content: "\f2a3"; } - -.fa-american-sign-language-interpreting::before { - content: "\f2a3"; } - -.fa-asl-interpreting::before { - content: "\f2a3"; } - -.fa-hands-american-sign-language-interpreting::before { - content: "\f2a3"; } - -.fa-gear::before { - content: "\f013"; } - -.fa-cog::before { - content: "\f013"; } - -.fa-droplet-slash::before { - content: "\f5c7"; } - -.fa-tint-slash::before { - content: "\f5c7"; } - -.fa-mosque::before { - content: "\f678"; } - -.fa-mosquito::before { - content: "\e52b"; } - -.fa-star-of-david::before { - content: "\f69a"; } - -.fa-person-military-rifle::before { - content: "\e54b"; } - -.fa-cart-shopping::before { - content: "\f07a"; } - -.fa-shopping-cart::before { - content: "\f07a"; } - -.fa-vials::before { - content: "\f493"; } - -.fa-plug-circle-plus::before { - content: "\e55f"; } - -.fa-place-of-worship::before { - content: "\f67f"; } - -.fa-grip-vertical::before { - content: "\f58e"; } - -.fa-arrow-turn-up::before { - content: "\f148"; } - -.fa-level-up::before { - content: "\f148"; } - -.fa-u::before { - content: "\55"; } - -.fa-square-root-variable::before { - content: "\f698"; } - -.fa-square-root-alt::before { - content: "\f698"; } - -.fa-clock::before { - content: "\f017"; } - -.fa-clock-four::before { - content: "\f017"; } - -.fa-backward-step::before { - content: "\f048"; } - -.fa-step-backward::before { - content: "\f048"; } - -.fa-pallet::before { - content: "\f482"; } - -.fa-faucet::before { - content: "\e005"; } - -.fa-baseball-bat-ball::before { - content: "\f432"; } - -.fa-s::before { - content: "\53"; } - -.fa-timeline::before { - content: "\e29c"; } - -.fa-keyboard::before { - content: "\f11c"; } - -.fa-caret-down::before { - content: "\f0d7"; } - -.fa-house-chimney-medical::before { - content: "\f7f2"; } - -.fa-clinic-medical::before { - content: "\f7f2"; } - -.fa-temperature-three-quarters::before { - content: "\f2c8"; } - -.fa-temperature-3::before { - content: "\f2c8"; } - -.fa-thermometer-3::before { - content: "\f2c8"; } - -.fa-thermometer-three-quarters::before { - content: "\f2c8"; } - -.fa-mobile-screen::before { - content: "\f3cf"; } - -.fa-mobile-android-alt::before { - content: "\f3cf"; } - -.fa-plane-up::before { - content: "\e22d"; } - -.fa-piggy-bank::before { - content: "\f4d3"; } - -.fa-battery-half::before { - content: "\f242"; } - -.fa-battery-3::before { - content: "\f242"; } - -.fa-mountain-city::before { - content: "\e52e"; } - -.fa-coins::before { - content: "\f51e"; } - -.fa-khanda::before { - content: "\f66d"; } - -.fa-sliders::before { - content: "\f1de"; } - -.fa-sliders-h::before { - content: "\f1de"; } - -.fa-folder-tree::before { - content: "\f802"; } - -.fa-network-wired::before { - content: "\f6ff"; } - -.fa-map-pin::before { - content: "\f276"; } - -.fa-hamsa::before { - content: "\f665"; } - -.fa-cent-sign::before { - content: "\e3f5"; } - -.fa-flask::before { - content: "\f0c3"; } - -.fa-person-pregnant::before { - content: "\e31e"; } - -.fa-wand-sparkles::before { - content: "\f72b"; } - -.fa-ellipsis-vertical::before { - content: "\f142"; } - -.fa-ellipsis-v::before { - content: "\f142"; } - -.fa-ticket::before { - content: "\f145"; } - -.fa-power-off::before { - content: "\f011"; } - -.fa-right-long::before { - content: "\f30b"; } - -.fa-long-arrow-alt-right::before { - content: "\f30b"; } - -.fa-flag-usa::before { - content: "\f74d"; } - -.fa-laptop-file::before { - content: "\e51d"; } - -.fa-tty::before { - content: "\f1e4"; } - -.fa-teletype::before { - content: "\f1e4"; } - -.fa-diagram-next::before { - content: "\e476"; } - -.fa-person-rifle::before { - content: "\e54e"; } - -.fa-house-medical-circle-exclamation::before { - content: "\e512"; } - -.fa-closed-captioning::before { - content: "\f20a"; } - -.fa-person-hiking::before { - content: "\f6ec"; } - -.fa-hiking::before { - content: "\f6ec"; } - -.fa-venus-double::before { - content: "\f226"; } - -.fa-images::before { - content: "\f302"; } - -.fa-calculator::before { - content: "\f1ec"; } - -.fa-people-pulling::before { - content: "\e535"; } - -.fa-n::before { - content: "\4e"; } - -.fa-cable-car::before { - content: "\f7da"; } - -.fa-tram::before { - content: "\f7da"; } - -.fa-cloud-rain::before { - content: "\f73d"; } - -.fa-building-circle-xmark::before { - content: "\e4d4"; } - -.fa-ship::before { - content: "\f21a"; } - -.fa-arrows-down-to-line::before { - content: "\e4b8"; } - -.fa-download::before { - content: "\f019"; } - -.fa-face-grin::before { - content: "\f580"; } - -.fa-grin::before { - content: "\f580"; } - -.fa-delete-left::before { - content: "\f55a"; } - -.fa-backspace::before { - content: "\f55a"; } - -.fa-eye-dropper::before { - content: "\f1fb"; } - -.fa-eye-dropper-empty::before { - content: "\f1fb"; } - -.fa-eyedropper::before { - content: "\f1fb"; } - -.fa-file-circle-check::before { - content: "\e5a0"; } - -.fa-forward::before { - content: "\f04e"; } - -.fa-mobile::before { - content: "\f3ce"; } - -.fa-mobile-android::before { - content: "\f3ce"; } - -.fa-mobile-phone::before { - content: "\f3ce"; } - -.fa-face-meh::before { - content: "\f11a"; } - -.fa-meh::before { - content: "\f11a"; } - -.fa-align-center::before { - content: "\f037"; } - -.fa-book-skull::before { - content: "\f6b7"; } - -.fa-book-dead::before { - content: "\f6b7"; } - -.fa-id-card::before { - content: "\f2c2"; } - -.fa-drivers-license::before { - content: "\f2c2"; } - -.fa-outdent::before { - content: "\f03b"; } - -.fa-dedent::before { - content: "\f03b"; } - -.fa-heart-circle-exclamation::before { - content: "\e4fe"; } - -.fa-house::before { - content: "\f015"; } - -.fa-home::before { - content: "\f015"; } - -.fa-home-alt::before { - content: "\f015"; } - -.fa-home-lg-alt::before { - content: "\f015"; } - -.fa-calendar-week::before { - content: "\f784"; } - -.fa-laptop-medical::before { - content: "\f812"; } - -.fa-b::before { - content: "\42"; } - -.fa-file-medical::before { - content: "\f477"; } - -.fa-dice-one::before { - content: "\f525"; } - -.fa-kiwi-bird::before { - content: "\f535"; } - -.fa-arrow-right-arrow-left::before { - content: "\f0ec"; } - -.fa-exchange::before { - content: "\f0ec"; } - -.fa-rotate-right::before { - content: "\f2f9"; } - -.fa-redo-alt::before { - content: "\f2f9"; } - -.fa-rotate-forward::before { - content: "\f2f9"; } - -.fa-utensils::before { - content: "\f2e7"; } - -.fa-cutlery::before { - content: "\f2e7"; } - -.fa-arrow-up-wide-short::before { - content: "\f161"; } - -.fa-sort-amount-up::before { - content: "\f161"; } - -.fa-mill-sign::before { - content: "\e1ed"; } - -.fa-bowl-rice::before { - content: "\e2eb"; } - -.fa-skull::before { - content: "\f54c"; } - -.fa-tower-broadcast::before { - content: "\f519"; } - -.fa-broadcast-tower::before { - content: "\f519"; } - -.fa-truck-pickup::before { - content: "\f63c"; } - -.fa-up-long::before { - content: "\f30c"; } - -.fa-long-arrow-alt-up::before { - content: "\f30c"; } - -.fa-stop::before { - content: "\f04d"; } - -.fa-code-merge::before { - content: "\f387"; } - -.fa-upload::before { - content: "\f093"; } - -.fa-hurricane::before { - content: "\f751"; } - -.fa-mound::before { - content: "\e52d"; } - -.fa-toilet-portable::before { - content: "\e583"; } - -.fa-compact-disc::before { - content: "\f51f"; } - -.fa-file-arrow-down::before { - content: "\f56d"; } - -.fa-file-download::before { - content: "\f56d"; } - -.fa-caravan::before { - content: "\f8ff"; } - -.fa-shield-cat::before { - content: "\e572"; } - -.fa-bolt::before { - content: "\f0e7"; } - -.fa-zap::before { - content: "\f0e7"; } - -.fa-glass-water::before { - content: "\e4f4"; } - -.fa-oil-well::before { - content: "\e532"; } - -.fa-vault::before { - content: "\e2c5"; } - -.fa-mars::before { - content: "\f222"; } - -.fa-toilet::before { - content: "\f7d8"; } - -.fa-plane-circle-xmark::before { - content: "\e557"; } - -.fa-yen-sign::before { - content: "\f157"; } - -.fa-cny::before { - content: "\f157"; } - -.fa-jpy::before { - content: "\f157"; } - -.fa-rmb::before { - content: "\f157"; } - -.fa-yen::before { - content: "\f157"; } - -.fa-ruble-sign::before { - content: "\f158"; } - -.fa-rouble::before { - content: "\f158"; } - -.fa-rub::before { - content: "\f158"; } - -.fa-ruble::before { - content: "\f158"; } - -.fa-sun::before { - content: "\f185"; } - -.fa-guitar::before { - content: "\f7a6"; } - -.fa-face-laugh-wink::before { - content: "\f59c"; } - -.fa-laugh-wink::before { - content: "\f59c"; } - -.fa-horse-head::before { - content: "\f7ab"; } - -.fa-bore-hole::before { - content: "\e4c3"; } - -.fa-industry::before { - content: "\f275"; } - -.fa-circle-down::before { - content: "\f358"; } - -.fa-arrow-alt-circle-down::before { - content: "\f358"; } - -.fa-arrows-turn-to-dots::before { - content: "\e4c1"; } - -.fa-florin-sign::before { - content: "\e184"; } - -.fa-arrow-down-short-wide::before { - content: "\f884"; } - -.fa-sort-amount-desc::before { - content: "\f884"; } - -.fa-sort-amount-down-alt::before { - content: "\f884"; } - -.fa-less-than::before { - content: "\3c"; } - -.fa-angle-down::before { - content: "\f107"; } - -.fa-car-tunnel::before { - content: "\e4de"; } - -.fa-head-side-cough::before { - content: "\e061"; } - -.fa-grip-lines::before { - content: "\f7a4"; } - -.fa-thumbs-down::before { - content: "\f165"; } - -.fa-user-lock::before { - content: "\f502"; } - -.fa-arrow-right-long::before { - content: "\f178"; } - -.fa-long-arrow-right::before { - content: "\f178"; } - -.fa-anchor-circle-xmark::before { - content: "\e4ac"; } - -.fa-ellipsis::before { - content: "\f141"; } - -.fa-ellipsis-h::before { - content: "\f141"; } - -.fa-chess-pawn::before { - content: "\f443"; } - -.fa-kit-medical::before { - content: "\f479"; } - -.fa-first-aid::before { - content: "\f479"; } - -.fa-person-through-window::before { - content: "\e5a9"; } - -.fa-toolbox::before { - content: "\f552"; } - -.fa-hands-holding-circle::before { - content: "\e4fb"; } - -.fa-bug::before { - content: "\f188"; } - -.fa-credit-card::before { - content: "\f09d"; } - -.fa-credit-card-alt::before { - content: "\f09d"; } - -.fa-car::before { - content: "\f1b9"; } - -.fa-automobile::before { - content: "\f1b9"; } - -.fa-hand-holding-hand::before { - content: "\e4f7"; } - -.fa-book-open-reader::before { - content: "\f5da"; } - -.fa-book-reader::before { - content: "\f5da"; } - -.fa-mountain-sun::before { - content: "\e52f"; } - -.fa-arrows-left-right-to-line::before { - content: "\e4ba"; } - -.fa-dice-d20::before { - content: "\f6cf"; } - -.fa-truck-droplet::before { - content: "\e58c"; } - -.fa-file-circle-xmark::before { - content: "\e5a1"; } - -.fa-temperature-arrow-up::before { - content: "\e040"; } - -.fa-temperature-up::before { - content: "\e040"; } - -.fa-medal::before { - content: "\f5a2"; } - -.fa-bed::before { - content: "\f236"; } - -.fa-square-h::before { - content: "\f0fd"; } - -.fa-h-square::before { - content: "\f0fd"; } - -.fa-podcast::before { - content: "\f2ce"; } - -.fa-temperature-full::before { - content: "\f2c7"; } - -.fa-temperature-4::before { - content: "\f2c7"; } - -.fa-thermometer-4::before { - content: "\f2c7"; } - -.fa-thermometer-full::before { - content: "\f2c7"; } - -.fa-bell::before { - content: "\f0f3"; } - -.fa-superscript::before { - content: "\f12b"; } - -.fa-plug-circle-xmark::before { - content: "\e560"; } - -.fa-star-of-life::before { - content: "\f621"; } - -.fa-phone-slash::before { - content: "\f3dd"; } - -.fa-paint-roller::before { - content: "\f5aa"; } - -.fa-handshake-angle::before { - content: "\f4c4"; } - -.fa-hands-helping::before { - content: "\f4c4"; } - -.fa-location-dot::before { - content: "\f3c5"; } - -.fa-map-marker-alt::before { - content: "\f3c5"; } - -.fa-file::before { - content: "\f15b"; } - -.fa-greater-than::before { - content: "\3e"; } - -.fa-person-swimming::before { - content: "\f5c4"; } - -.fa-swimmer::before { - content: "\f5c4"; } - -.fa-arrow-down::before { - content: "\f063"; } - -.fa-droplet::before { - content: "\f043"; } - -.fa-tint::before { - content: "\f043"; } - -.fa-eraser::before { - content: "\f12d"; } - -.fa-earth-americas::before { - content: "\f57d"; } - -.fa-earth::before { - content: "\f57d"; } - -.fa-earth-america::before { - content: "\f57d"; } - -.fa-globe-americas::before { - content: "\f57d"; } - -.fa-person-burst::before { - content: "\e53b"; } - -.fa-dove::before { - content: "\f4ba"; } - -.fa-battery-empty::before { - content: "\f244"; } - -.fa-battery-0::before { - content: "\f244"; } - -.fa-socks::before { - content: "\f696"; } - -.fa-inbox::before { - content: "\f01c"; } - -.fa-section::before { - content: "\e447"; } - -.fa-gauge-high::before { - content: "\f625"; } - -.fa-tachometer-alt::before { - content: "\f625"; } - -.fa-tachometer-alt-fast::before { - content: "\f625"; } - -.fa-envelope-open-text::before { - content: "\f658"; } - -.fa-hospital::before { - content: "\f0f8"; } - -.fa-hospital-alt::before { - content: "\f0f8"; } - -.fa-hospital-wide::before { - content: "\f0f8"; } - -.fa-wine-bottle::before { - content: "\f72f"; } - -.fa-chess-rook::before { - content: "\f447"; } - -.fa-bars-staggered::before { - content: "\f550"; } - -.fa-reorder::before { - content: "\f550"; } - -.fa-stream::before { - content: "\f550"; } - -.fa-dharmachakra::before { - content: "\f655"; } - -.fa-hotdog::before { - content: "\f80f"; } - -.fa-person-walking-with-cane::before { - content: "\f29d"; } - -.fa-blind::before { - content: "\f29d"; } - -.fa-drum::before { - content: "\f569"; } - -.fa-ice-cream::before { - content: "\f810"; } - -.fa-heart-circle-bolt::before { - content: "\e4fc"; } - -.fa-fax::before { - content: "\f1ac"; } - -.fa-paragraph::before { - content: "\f1dd"; } - -.fa-check-to-slot::before { - content: "\f772"; } - -.fa-vote-yea::before { - content: "\f772"; } - -.fa-star-half::before { - content: "\f089"; } - -.fa-boxes-stacked::before { - content: "\f468"; } - -.fa-boxes::before { - content: "\f468"; } - -.fa-boxes-alt::before { - content: "\f468"; } - -.fa-link::before { - content: "\f0c1"; } - -.fa-chain::before { - content: "\f0c1"; } - -.fa-ear-listen::before { - content: "\f2a2"; } - -.fa-assistive-listening-systems::before { - content: "\f2a2"; } - -.fa-tree-city::before { - content: "\e587"; } - -.fa-play::before { - content: "\f04b"; } - -.fa-font::before { - content: "\f031"; } - -.fa-rupiah-sign::before { - content: "\e23d"; } - -.fa-magnifying-glass::before { - content: "\f002"; } - -.fa-search::before { - content: "\f002"; } - -.fa-table-tennis-paddle-ball::before { - content: "\f45d"; } - -.fa-ping-pong-paddle-ball::before { - content: "\f45d"; } - -.fa-table-tennis::before { - content: "\f45d"; } - -.fa-person-dots-from-line::before { - content: "\f470"; } - -.fa-diagnoses::before { - content: "\f470"; } - -.fa-trash-can-arrow-up::before { - content: "\f82a"; } - -.fa-trash-restore-alt::before { - content: "\f82a"; } - -.fa-naira-sign::before { - content: "\e1f6"; } - -.fa-cart-arrow-down::before { - content: "\f218"; } - -.fa-walkie-talkie::before { - content: "\f8ef"; } - -.fa-file-pen::before { - content: "\f31c"; } - -.fa-file-edit::before { - content: "\f31c"; } - -.fa-receipt::before { - content: "\f543"; } - -.fa-square-pen::before { - content: "\f14b"; } - -.fa-pen-square::before { - content: "\f14b"; } - -.fa-pencil-square::before { - content: "\f14b"; } - -.fa-suitcase-rolling::before { - content: "\f5c1"; } - -.fa-person-circle-exclamation::before { - content: "\e53f"; } - -.fa-chevron-down::before { - content: "\f078"; } - -.fa-battery-full::before { - content: "\f240"; } - -.fa-battery::before { - content: "\f240"; } - -.fa-battery-5::before { - content: "\f240"; } - -.fa-skull-crossbones::before { - content: "\f714"; } - -.fa-code-compare::before { - content: "\e13a"; } - -.fa-list-ul::before { - content: "\f0ca"; } - -.fa-list-dots::before { - content: "\f0ca"; } - -.fa-school-lock::before { - content: "\e56f"; } - -.fa-tower-cell::before { - content: "\e585"; } - -.fa-down-long::before { - content: "\f309"; } - -.fa-long-arrow-alt-down::before { - content: "\f309"; } - -.fa-ranking-star::before { - content: "\e561"; } - -.fa-chess-king::before { - content: "\f43f"; } - -.fa-person-harassing::before { - content: "\e549"; } - -.fa-brazilian-real-sign::before { - content: "\e46c"; } - -.fa-landmark-dome::before { - content: "\f752"; } - -.fa-landmark-alt::before { - content: "\f752"; } - -.fa-arrow-up::before { - content: "\f062"; } - -.fa-tv::before { - content: "\f26c"; } - -.fa-television::before { - content: "\f26c"; } - -.fa-tv-alt::before { - content: "\f26c"; } - -.fa-shrimp::before { - content: "\e448"; } - -.fa-list-check::before { - content: "\f0ae"; } - -.fa-tasks::before { - content: "\f0ae"; } - -.fa-jug-detergent::before { - content: "\e519"; } - -.fa-circle-user::before { - content: "\f2bd"; } - -.fa-user-circle::before { - content: "\f2bd"; } - -.fa-user-shield::before { - content: "\f505"; } - -.fa-wind::before { - content: "\f72e"; } - -.fa-car-burst::before { - content: "\f5e1"; } - -.fa-car-crash::before { - content: "\f5e1"; } - -.fa-y::before { - content: "\59"; } - -.fa-person-snowboarding::before { - content: "\f7ce"; } - -.fa-snowboarding::before { - content: "\f7ce"; } - -.fa-truck-fast::before { - content: "\f48b"; } - -.fa-shipping-fast::before { - content: "\f48b"; } - -.fa-fish::before { - content: "\f578"; } - -.fa-user-graduate::before { - content: "\f501"; } - -.fa-circle-half-stroke::before { - content: "\f042"; } - -.fa-adjust::before { - content: "\f042"; } - -.fa-clapperboard::before { - content: "\e131"; } - -.fa-circle-radiation::before { - content: "\f7ba"; } - -.fa-radiation-alt::before { - content: "\f7ba"; } - -.fa-baseball::before { - content: "\f433"; } - -.fa-baseball-ball::before { - content: "\f433"; } - -.fa-jet-fighter-up::before { - content: "\e518"; } - -.fa-diagram-project::before { - content: "\f542"; } - -.fa-project-diagram::before { - content: "\f542"; } - -.fa-copy::before { - content: "\f0c5"; } - -.fa-volume-xmark::before { - content: "\f6a9"; } - -.fa-volume-mute::before { - content: "\f6a9"; } - -.fa-volume-times::before { - content: "\f6a9"; } - -.fa-hand-sparkles::before { - content: "\e05d"; } - -.fa-grip::before { - content: "\f58d"; } - -.fa-grip-horizontal::before { - content: "\f58d"; } - -.fa-share-from-square::before { - content: "\f14d"; } - -.fa-share-square::before { - content: "\f14d"; } - -.fa-child-combatant::before { - content: "\e4e0"; } - -.fa-child-rifle::before { - content: "\e4e0"; } - -.fa-gun::before { - content: "\e19b"; } - -.fa-square-phone::before { - content: "\f098"; } - -.fa-phone-square::before { - content: "\f098"; } - -.fa-plus::before { - content: "\2b"; } - -.fa-add::before { - content: "\2b"; } - -.fa-expand::before { - content: "\f065"; } - -.fa-computer::before { - content: "\e4e5"; } - -.fa-xmark::before { - content: "\f00d"; } - -.fa-close::before { - content: "\f00d"; } - -.fa-multiply::before { - content: "\f00d"; } - -.fa-remove::before { - content: "\f00d"; } - -.fa-times::before { - content: "\f00d"; } - -.fa-arrows-up-down-left-right::before { - content: "\f047"; } - -.fa-arrows::before { - content: "\f047"; } - -.fa-chalkboard-user::before { - content: "\f51c"; } - -.fa-chalkboard-teacher::before { - content: "\f51c"; } - -.fa-peso-sign::before { - content: "\e222"; } - -.fa-building-shield::before { - content: "\e4d8"; } - -.fa-baby::before { - content: "\f77c"; } - -.fa-users-line::before { - content: "\e592"; } - -.fa-quote-left::before { - content: "\f10d"; } - -.fa-quote-left-alt::before { - content: "\f10d"; } - -.fa-tractor::before { - content: "\f722"; } - -.fa-trash-arrow-up::before { - content: "\f829"; } - -.fa-trash-restore::before { - content: "\f829"; } - -.fa-arrow-down-up-lock::before { - content: "\e4b0"; } - -.fa-lines-leaning::before { - content: "\e51e"; } - -.fa-ruler-combined::before { - content: "\f546"; } - -.fa-copyright::before { - content: "\f1f9"; } - -.fa-equals::before { - content: "\3d"; } - -.fa-blender::before { - content: "\f517"; } - -.fa-teeth::before { - content: "\f62e"; } - -.fa-shekel-sign::before { - content: "\f20b"; } - -.fa-ils::before { - content: "\f20b"; } - -.fa-shekel::before { - content: "\f20b"; } - -.fa-sheqel::before { - content: "\f20b"; } - -.fa-sheqel-sign::before { - content: "\f20b"; } - -.fa-map::before { - content: "\f279"; } - -.fa-rocket::before { - content: "\f135"; } - -.fa-photo-film::before { - content: "\f87c"; } - -.fa-photo-video::before { - content: "\f87c"; } - -.fa-folder-minus::before { - content: "\f65d"; } - -.fa-store::before { - content: "\f54e"; } - -.fa-arrow-trend-up::before { - content: "\e098"; } - -.fa-plug-circle-minus::before { - content: "\e55e"; } - -.fa-sign-hanging::before { - content: "\f4d9"; } - -.fa-sign::before { - content: "\f4d9"; } - -.fa-bezier-curve::before { - content: "\f55b"; } - -.fa-bell-slash::before { - content: "\f1f6"; } - -.fa-tablet::before { - content: "\f3fb"; } - -.fa-tablet-android::before { - content: "\f3fb"; } - -.fa-school-flag::before { - content: "\e56e"; } - -.fa-fill::before { - content: "\f575"; } - -.fa-angle-up::before { - content: "\f106"; } - -.fa-drumstick-bite::before { - content: "\f6d7"; } - -.fa-holly-berry::before { - content: "\f7aa"; } - -.fa-chevron-left::before { - content: "\f053"; } - -.fa-bacteria::before { - content: "\e059"; } - -.fa-hand-lizard::before { - content: "\f258"; } - -.fa-notdef::before { - content: "\e1fe"; } - -.fa-disease::before { - content: "\f7fa"; } - -.fa-briefcase-medical::before { - content: "\f469"; } - -.fa-genderless::before { - content: "\f22d"; } - -.fa-chevron-right::before { - content: "\f054"; } - -.fa-retweet::before { - content: "\f079"; } - -.fa-car-rear::before { - content: "\f5de"; } - -.fa-car-alt::before { - content: "\f5de"; } - -.fa-pump-soap::before { - content: "\e06b"; } - -.fa-video-slash::before { - content: "\f4e2"; } - -.fa-battery-quarter::before { - content: "\f243"; } - -.fa-battery-2::before { - content: "\f243"; } - -.fa-radio::before { - content: "\f8d7"; } - -.fa-baby-carriage::before { - content: "\f77d"; } - -.fa-carriage-baby::before { - content: "\f77d"; } - -.fa-traffic-light::before { - content: "\f637"; } - -.fa-thermometer::before { - content: "\f491"; } - -.fa-vr-cardboard::before { - content: "\f729"; } - -.fa-hand-middle-finger::before { - content: "\f806"; } - -.fa-percent::before { - content: "\25"; } - -.fa-percentage::before { - content: "\25"; } - -.fa-truck-moving::before { - content: "\f4df"; } - -.fa-glass-water-droplet::before { - content: "\e4f5"; } - -.fa-display::before { - content: "\e163"; } - -.fa-face-smile::before { - content: "\f118"; } - -.fa-smile::before { - content: "\f118"; } - -.fa-thumbtack::before { - content: "\f08d"; } - -.fa-thumb-tack::before { - content: "\f08d"; } - -.fa-trophy::before { - content: "\f091"; } - -.fa-person-praying::before { - content: "\f683"; } - -.fa-pray::before { - content: "\f683"; } - -.fa-hammer::before { - content: "\f6e3"; } - -.fa-hand-peace::before { - content: "\f25b"; } - -.fa-rotate::before { - content: "\f2f1"; } - -.fa-sync-alt::before { - content: "\f2f1"; } - -.fa-spinner::before { - content: "\f110"; } - -.fa-robot::before { - content: "\f544"; } - -.fa-peace::before { - content: "\f67c"; } - -.fa-gears::before { - content: "\f085"; } - -.fa-cogs::before { - content: "\f085"; } - -.fa-warehouse::before { - content: "\f494"; } - -.fa-arrow-up-right-dots::before { - content: "\e4b7"; } - -.fa-splotch::before { - content: "\f5bc"; } - -.fa-face-grin-hearts::before { - content: "\f584"; } - -.fa-grin-hearts::before { - content: "\f584"; } - -.fa-dice-four::before { - content: "\f524"; } - -.fa-sim-card::before { - content: "\f7c4"; } - -.fa-transgender::before { - content: "\f225"; } - -.fa-transgender-alt::before { - content: "\f225"; } - -.fa-mercury::before { - content: "\f223"; } - -.fa-arrow-turn-down::before { - content: "\f149"; } - -.fa-level-down::before { - content: "\f149"; } - -.fa-person-falling-burst::before { - content: "\e547"; } - -.fa-award::before { - content: "\f559"; } - -.fa-ticket-simple::before { - content: "\f3ff"; } - -.fa-ticket-alt::before { - content: "\f3ff"; } - -.fa-building::before { - content: "\f1ad"; } - -.fa-angles-left::before { - content: "\f100"; } - -.fa-angle-double-left::before { - content: "\f100"; } - -.fa-qrcode::before { - content: "\f029"; } - -.fa-clock-rotate-left::before { - content: "\f1da"; } - -.fa-history::before { - content: "\f1da"; } - -.fa-face-grin-beam-sweat::before { - content: "\f583"; } - -.fa-grin-beam-sweat::before { - content: "\f583"; } - -.fa-file-export::before { - content: "\f56e"; } - -.fa-arrow-right-from-file::before { - content: "\f56e"; } - -.fa-shield::before { - content: "\f132"; } - -.fa-shield-blank::before { - content: "\f132"; } - -.fa-arrow-up-short-wide::before { - content: "\f885"; } - -.fa-sort-amount-up-alt::before { - content: "\f885"; } - -.fa-house-medical::before { - content: "\e3b2"; } - -.fa-golf-ball-tee::before { - content: "\f450"; } - -.fa-golf-ball::before { - content: "\f450"; } - -.fa-circle-chevron-left::before { - content: "\f137"; } - -.fa-chevron-circle-left::before { - content: "\f137"; } - -.fa-house-chimney-window::before { - content: "\e00d"; } - -.fa-pen-nib::before { - content: "\f5ad"; } - -.fa-tent-arrow-turn-left::before { - content: "\e580"; } - -.fa-tents::before { - content: "\e582"; } - -.fa-wand-magic::before { - content: "\f0d0"; } - -.fa-magic::before { - content: "\f0d0"; } - -.fa-dog::before { - content: "\f6d3"; } - -.fa-carrot::before { - content: "\f787"; } - -.fa-moon::before { - content: "\f186"; } - -.fa-wine-glass-empty::before { - content: "\f5ce"; } - -.fa-wine-glass-alt::before { - content: "\f5ce"; } - -.fa-cheese::before { - content: "\f7ef"; } - -.fa-yin-yang::before { - content: "\f6ad"; } - -.fa-music::before { - content: "\f001"; } - -.fa-code-commit::before { - content: "\f386"; } - -.fa-temperature-low::before { - content: "\f76b"; } - -.fa-person-biking::before { - content: "\f84a"; } - -.fa-biking::before { - content: "\f84a"; } - -.fa-broom::before { - content: "\f51a"; } - -.fa-shield-heart::before { - content: "\e574"; } - -.fa-gopuram::before { - content: "\f664"; } - -.fa-earth-oceania::before { - content: "\e47b"; } - -.fa-globe-oceania::before { - content: "\e47b"; } - -.fa-square-xmark::before { - content: "\f2d3"; } - -.fa-times-square::before { - content: "\f2d3"; } - -.fa-xmark-square::before { - content: "\f2d3"; } - -.fa-hashtag::before { - content: "\23"; } - -.fa-up-right-and-down-left-from-center::before { - content: "\f424"; } - -.fa-expand-alt::before { - content: "\f424"; } - -.fa-oil-can::before { - content: "\f613"; } - -.fa-t::before { - content: "\54"; } - -.fa-hippo::before { - content: "\f6ed"; } - -.fa-chart-column::before { - content: "\e0e3"; } - -.fa-infinity::before { - content: "\f534"; } - -.fa-vial-circle-check::before { - content: "\e596"; } - -.fa-person-arrow-down-to-line::before { - content: "\e538"; } - -.fa-voicemail::before { - content: "\f897"; } - -.fa-fan::before { - content: "\f863"; } - -.fa-person-walking-luggage::before { - content: "\e554"; } - -.fa-up-down::before { - content: "\f338"; } - -.fa-arrows-alt-v::before { - content: "\f338"; } - -.fa-cloud-moon-rain::before { - content: "\f73c"; } - -.fa-calendar::before { - content: "\f133"; } - -.fa-trailer::before { - content: "\e041"; } - -.fa-bahai::before { - content: "\f666"; } - -.fa-haykal::before { - content: "\f666"; } - -.fa-sd-card::before { - content: "\f7c2"; } - -.fa-dragon::before { - content: "\f6d5"; } - -.fa-shoe-prints::before { - content: "\f54b"; } - -.fa-circle-plus::before { - content: "\f055"; } - -.fa-plus-circle::before { - content: "\f055"; } - -.fa-face-grin-tongue-wink::before { - content: "\f58b"; } - -.fa-grin-tongue-wink::before { - content: "\f58b"; } - -.fa-hand-holding::before { - content: "\f4bd"; } - -.fa-plug-circle-exclamation::before { - content: "\e55d"; } - -.fa-link-slash::before { - content: "\f127"; } - -.fa-chain-broken::before { - content: "\f127"; } - -.fa-chain-slash::before { - content: "\f127"; } - -.fa-unlink::before { - content: "\f127"; } - -.fa-clone::before { - content: "\f24d"; } - -.fa-person-walking-arrow-loop-left::before { - content: "\e551"; } - -.fa-arrow-up-z-a::before { - content: "\f882"; } - -.fa-sort-alpha-up-alt::before { - content: "\f882"; } - -.fa-fire-flame-curved::before { - content: "\f7e4"; } - -.fa-fire-alt::before { - content: "\f7e4"; } - -.fa-tornado::before { - content: "\f76f"; } - -.fa-file-circle-plus::before { - content: "\e494"; } - -.fa-book-quran::before { - content: "\f687"; } - -.fa-quran::before { - content: "\f687"; } - -.fa-anchor::before { - content: "\f13d"; } - -.fa-border-all::before { - content: "\f84c"; } - -.fa-face-angry::before { - content: "\f556"; } - -.fa-angry::before { - content: "\f556"; } - -.fa-cookie-bite::before { - content: "\f564"; } - -.fa-arrow-trend-down::before { - content: "\e097"; } - -.fa-rss::before { - content: "\f09e"; } - -.fa-feed::before { - content: "\f09e"; } - -.fa-draw-polygon::before { - content: "\f5ee"; } - -.fa-scale-balanced::before { - content: "\f24e"; } - -.fa-balance-scale::before { - content: "\f24e"; } - -.fa-gauge-simple-high::before { - content: "\f62a"; } - -.fa-tachometer::before { - content: "\f62a"; } - -.fa-tachometer-fast::before { - content: "\f62a"; } - -.fa-shower::before { - content: "\f2cc"; } - -.fa-desktop::before { - content: "\f390"; } - -.fa-desktop-alt::before { - content: "\f390"; } - -.fa-m::before { - content: "\4d"; } - -.fa-table-list::before { - content: "\f00b"; } - -.fa-th-list::before { - content: "\f00b"; } - -.fa-comment-sms::before { - content: "\f7cd"; } - -.fa-sms::before { - content: "\f7cd"; } - -.fa-book::before { - content: "\f02d"; } - -.fa-user-plus::before { - content: "\f234"; } - -.fa-check::before { - content: "\f00c"; } - -.fa-battery-three-quarters::before { - content: "\f241"; } - -.fa-battery-4::before { - content: "\f241"; } - -.fa-house-circle-check::before { - content: "\e509"; } - -.fa-angle-left::before { - content: "\f104"; } - -.fa-diagram-successor::before { - content: "\e47a"; } - -.fa-truck-arrow-right::before { - content: "\e58b"; } - -.fa-arrows-split-up-and-left::before { - content: "\e4bc"; } - -.fa-hand-fist::before { - content: "\f6de"; } - -.fa-fist-raised::before { - content: "\f6de"; } - -.fa-cloud-moon::before { - content: "\f6c3"; } - -.fa-briefcase::before { - content: "\f0b1"; } - -.fa-person-falling::before { - content: "\e546"; } - -.fa-image-portrait::before { - content: "\f3e0"; } - -.fa-portrait::before { - content: "\f3e0"; } - -.fa-user-tag::before { - content: "\f507"; } - -.fa-rug::before { - content: "\e569"; } - -.fa-earth-europe::before { - content: "\f7a2"; } - -.fa-globe-europe::before { - content: "\f7a2"; } - -.fa-cart-flatbed-suitcase::before { - content: "\f59d"; } - -.fa-luggage-cart::before { - content: "\f59d"; } - -.fa-rectangle-xmark::before { - content: "\f410"; } - -.fa-rectangle-times::before { - content: "\f410"; } - -.fa-times-rectangle::before { - content: "\f410"; } - -.fa-window-close::before { - content: "\f410"; } - -.fa-baht-sign::before { - content: "\e0ac"; } - -.fa-book-open::before { - content: "\f518"; } - -.fa-book-journal-whills::before { - content: "\f66a"; } - -.fa-journal-whills::before { - content: "\f66a"; } - -.fa-handcuffs::before { - content: "\e4f8"; } - -.fa-triangle-exclamation::before { - content: "\f071"; } - -.fa-exclamation-triangle::before { - content: "\f071"; } - -.fa-warning::before { - content: "\f071"; } - -.fa-database::before { - content: "\f1c0"; } - -.fa-share::before { - content: "\f064"; } - -.fa-arrow-turn-right::before { - content: "\f064"; } - -.fa-mail-forward::before { - content: "\f064"; } - -.fa-bottle-droplet::before { - content: "\e4c4"; } - -.fa-mask-face::before { - content: "\e1d7"; } - -.fa-hill-rockslide::before { - content: "\e508"; } - -.fa-right-left::before { - content: "\f362"; } - -.fa-exchange-alt::before { - content: "\f362"; } - -.fa-paper-plane::before { - content: "\f1d8"; } - -.fa-road-circle-exclamation::before { - content: "\e565"; } - -.fa-dungeon::before { - content: "\f6d9"; } - -.fa-align-right::before { - content: "\f038"; } - -.fa-money-bill-1-wave::before { - content: "\f53b"; } - -.fa-money-bill-wave-alt::before { - content: "\f53b"; } - -.fa-life-ring::before { - content: "\f1cd"; } - -.fa-hands::before { - content: "\f2a7"; } - -.fa-sign-language::before { - content: "\f2a7"; } - -.fa-signing::before { - content: "\f2a7"; } - -.fa-calendar-day::before { - content: "\f783"; } - -.fa-water-ladder::before { - content: "\f5c5"; } - -.fa-ladder-water::before { - content: "\f5c5"; } - -.fa-swimming-pool::before { - content: "\f5c5"; } - -.fa-arrows-up-down::before { - content: "\f07d"; } - -.fa-arrows-v::before { - content: "\f07d"; } - -.fa-face-grimace::before { - content: "\f57f"; } - -.fa-grimace::before { - content: "\f57f"; } - -.fa-wheelchair-move::before { - content: "\e2ce"; } - -.fa-wheelchair-alt::before { - content: "\e2ce"; } - -.fa-turn-down::before { - content: "\f3be"; } - -.fa-level-down-alt::before { - content: "\f3be"; } - -.fa-person-walking-arrow-right::before { - content: "\e552"; } - -.fa-square-envelope::before { - content: "\f199"; } - -.fa-envelope-square::before { - content: "\f199"; } - -.fa-dice::before { - content: "\f522"; } - -.fa-bowling-ball::before { - content: "\f436"; } - -.fa-brain::before { - content: "\f5dc"; } - -.fa-bandage::before { - content: "\f462"; } - -.fa-band-aid::before { - content: "\f462"; } - -.fa-calendar-minus::before { - content: "\f272"; } - -.fa-circle-xmark::before { - content: "\f057"; } - -.fa-times-circle::before { - content: "\f057"; } - -.fa-xmark-circle::before { - content: "\f057"; } - -.fa-gifts::before { - content: "\f79c"; } - -.fa-hotel::before { - content: "\f594"; } - -.fa-earth-asia::before { - content: "\f57e"; } - -.fa-globe-asia::before { - content: "\f57e"; } - -.fa-id-card-clip::before { - content: "\f47f"; } - -.fa-id-card-alt::before { - content: "\f47f"; } - -.fa-magnifying-glass-plus::before { - content: "\f00e"; } - -.fa-search-plus::before { - content: "\f00e"; } - -.fa-thumbs-up::before { - content: "\f164"; } - -.fa-user-clock::before { - content: "\f4fd"; } - -.fa-hand-dots::before { - content: "\f461"; } - -.fa-allergies::before { - content: "\f461"; } - -.fa-file-invoice::before { - content: "\f570"; } - -.fa-window-minimize::before { - content: "\f2d1"; } - -.fa-mug-saucer::before { - content: "\f0f4"; } - -.fa-coffee::before { - content: "\f0f4"; } - -.fa-brush::before { - content: "\f55d"; } - -.fa-mask::before { - content: "\f6fa"; } - -.fa-magnifying-glass-minus::before { - content: "\f010"; } - -.fa-search-minus::before { - content: "\f010"; } - -.fa-ruler-vertical::before { - content: "\f548"; } - -.fa-user-large::before { - content: "\f406"; } - -.fa-user-alt::before { - content: "\f406"; } - -.fa-train-tram::before { - content: "\e5b4"; } - -.fa-user-nurse::before { - content: "\f82f"; } - -.fa-syringe::before { - content: "\f48e"; } - -.fa-cloud-sun::before { - content: "\f6c4"; } - -.fa-stopwatch-20::before { - content: "\e06f"; } - -.fa-square-full::before { - content: "\f45c"; } - -.fa-magnet::before { - content: "\f076"; } - -.fa-jar::before { - content: "\e516"; } - -.fa-note-sticky::before { - content: "\f249"; } - -.fa-sticky-note::before { - content: "\f249"; } - -.fa-bug-slash::before { - content: "\e490"; } - -.fa-arrow-up-from-water-pump::before { - content: "\e4b6"; } - -.fa-bone::before { - content: "\f5d7"; } - -.fa-user-injured::before { - content: "\f728"; } - -.fa-face-sad-tear::before { - content: "\f5b4"; } - -.fa-sad-tear::before { - content: "\f5b4"; } - -.fa-plane::before { - content: "\f072"; } - -.fa-tent-arrows-down::before { - content: "\e581"; } - -.fa-exclamation::before { - content: "\21"; } - -.fa-arrows-spin::before { - content: "\e4bb"; } - -.fa-print::before { - content: "\f02f"; } - -.fa-turkish-lira-sign::before { - content: "\e2bb"; } - -.fa-try::before { - content: "\e2bb"; } - -.fa-turkish-lira::before { - content: "\e2bb"; } - -.fa-dollar-sign::before { - content: "\24"; } - -.fa-dollar::before { - content: "\24"; } - -.fa-usd::before { - content: "\24"; } - -.fa-x::before { - content: "\58"; } - -.fa-magnifying-glass-dollar::before { - content: "\f688"; } - -.fa-search-dollar::before { - content: "\f688"; } - -.fa-users-gear::before { - content: "\f509"; } - -.fa-users-cog::before { - content: "\f509"; } - -.fa-person-military-pointing::before { - content: "\e54a"; } - -.fa-building-columns::before { - content: "\f19c"; } - -.fa-bank::before { - content: "\f19c"; } - -.fa-institution::before { - content: "\f19c"; } - -.fa-museum::before { - content: "\f19c"; } - -.fa-university::before { - content: "\f19c"; } - -.fa-umbrella::before { - content: "\f0e9"; } - -.fa-trowel::before { - content: "\e589"; } - -.fa-d::before { - content: "\44"; } - -.fa-stapler::before { - content: "\e5af"; } - -.fa-masks-theater::before { - content: "\f630"; } - -.fa-theater-masks::before { - content: "\f630"; } - -.fa-kip-sign::before { - content: "\e1c4"; } - -.fa-hand-point-left::before { - content: "\f0a5"; } - -.fa-handshake-simple::before { - content: "\f4c6"; } - -.fa-handshake-alt::before { - content: "\f4c6"; } - -.fa-jet-fighter::before { - content: "\f0fb"; } - -.fa-fighter-jet::before { - content: "\f0fb"; } - -.fa-square-share-nodes::before { - content: "\f1e1"; } - -.fa-share-alt-square::before { - content: "\f1e1"; } - -.fa-barcode::before { - content: "\f02a"; } - -.fa-plus-minus::before { - content: "\e43c"; } - -.fa-video::before { - content: "\f03d"; } - -.fa-video-camera::before { - content: "\f03d"; } - -.fa-graduation-cap::before { - content: "\f19d"; } - -.fa-mortar-board::before { - content: "\f19d"; } - -.fa-hand-holding-medical::before { - content: "\e05c"; } - -.fa-person-circle-check::before { - content: "\e53e"; } - -.fa-turn-up::before { - content: "\f3bf"; } - -.fa-level-up-alt::before { - content: "\f3bf"; } - -.sr-only, -.fa-sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } - -.sr-only-focusable:not(:focus), -.fa-sr-only-focusable:not(:focus) { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.min.css deleted file mode 100644 index f9e43fc..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/fontawesome.min.css +++ /dev/null @@ -1,9 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} - -.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} -.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/regular.css b/hackens_orga/shared/static/vendor/fontawesome/css/regular.css deleted file mode 100644 index 96f7026..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/regular.css +++ /dev/null @@ -1,19 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:root, :host { - --fa-style-family-classic: 'Font Awesome 6 Free'; - --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; } - -@font-face { - font-family: 'Font Awesome 6 Free'; - font-style: normal; - font-weight: 400; - font-display: block; - src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } - -.far, -.fa-regular { - font-weight: 400; } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/regular.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/regular.min.css deleted file mode 100644 index 2833b36..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/regular.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/solid.css b/hackens_orga/shared/static/vendor/fontawesome/css/solid.css deleted file mode 100644 index 4baacb1..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/solid.css +++ /dev/null @@ -1,19 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:root, :host { - --fa-style-family-classic: 'Font Awesome 6 Free'; - --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; } - -@font-face { - font-family: 'Font Awesome 6 Free'; - font-style: normal; - font-weight: 900; - font-display: block; - src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } - -.fas, -.fa-solid { - font-weight: 900; } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/solid.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/solid.min.css deleted file mode 100644 index 2eef3e3..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/solid.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.css b/hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.css deleted file mode 100644 index 3374df2..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.css +++ /dev/null @@ -1,638 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:root, :host { - --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid'; - --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular'; - --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light'; - --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin'; - --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone'; - --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp'; - --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp'; - --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; } - -svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa { - overflow: visible; - box-sizing: content-box; } - -.svg-inline--fa { - display: var(--fa-display, inline-block); - height: 1em; - overflow: visible; - vertical-align: -.125em; } - .svg-inline--fa.fa-2xs { - vertical-align: 0.1em; } - .svg-inline--fa.fa-xs { - vertical-align: 0em; } - .svg-inline--fa.fa-sm { - vertical-align: -0.07143em; } - .svg-inline--fa.fa-lg { - vertical-align: -0.2em; } - .svg-inline--fa.fa-xl { - vertical-align: -0.25em; } - .svg-inline--fa.fa-2xl { - vertical-align: -0.3125em; } - .svg-inline--fa.fa-pull-left { - margin-right: var(--fa-pull-margin, 0.3em); - width: auto; } - .svg-inline--fa.fa-pull-right { - margin-left: var(--fa-pull-margin, 0.3em); - width: auto; } - .svg-inline--fa.fa-li { - width: var(--fa-li-width, 2em); - top: 0.25em; } - .svg-inline--fa.fa-fw { - width: var(--fa-fw-width, 1.25em); } - -.fa-layers svg.svg-inline--fa { - bottom: 0; - left: 0; - margin: auto; - position: absolute; - right: 0; - top: 0; } - -.fa-layers-text, .fa-layers-counter { - display: inline-block; - position: absolute; - text-align: center; } - -.fa-layers { - display: inline-block; - height: 1em; - position: relative; - text-align: center; - vertical-align: -.125em; - width: 1em; } - .fa-layers svg.svg-inline--fa { - -webkit-transform-origin: center center; - transform-origin: center center; } - -.fa-layers-text { - left: 50%; - top: 50%; - -webkit-transform: translate(-50%, -50%); - transform: translate(-50%, -50%); - -webkit-transform-origin: center center; - transform-origin: center center; } - -.fa-layers-counter { - background-color: var(--fa-counter-background-color, #ff253a); - border-radius: var(--fa-counter-border-radius, 1em); - box-sizing: border-box; - color: var(--fa-inverse, #fff); - line-height: var(--fa-counter-line-height, 1); - max-width: var(--fa-counter-max-width, 5em); - min-width: var(--fa-counter-min-width, 1.5em); - overflow: hidden; - padding: var(--fa-counter-padding, 0.25em 0.5em); - right: var(--fa-right, 0); - text-overflow: ellipsis; - top: var(--fa-top, 0); - -webkit-transform: scale(var(--fa-counter-scale, 0.25)); - transform: scale(var(--fa-counter-scale, 0.25)); - -webkit-transform-origin: top right; - transform-origin: top right; } - -.fa-layers-bottom-right { - bottom: var(--fa-bottom, 0); - right: var(--fa-right, 0); - top: auto; - -webkit-transform: scale(var(--fa-layers-scale, 0.25)); - transform: scale(var(--fa-layers-scale, 0.25)); - -webkit-transform-origin: bottom right; - transform-origin: bottom right; } - -.fa-layers-bottom-left { - bottom: var(--fa-bottom, 0); - left: var(--fa-left, 0); - right: auto; - top: auto; - -webkit-transform: scale(var(--fa-layers-scale, 0.25)); - transform: scale(var(--fa-layers-scale, 0.25)); - -webkit-transform-origin: bottom left; - transform-origin: bottom left; } - -.fa-layers-top-right { - top: var(--fa-top, 0); - right: var(--fa-right, 0); - -webkit-transform: scale(var(--fa-layers-scale, 0.25)); - transform: scale(var(--fa-layers-scale, 0.25)); - -webkit-transform-origin: top right; - transform-origin: top right; } - -.fa-layers-top-left { - left: var(--fa-left, 0); - right: auto; - top: var(--fa-top, 0); - -webkit-transform: scale(var(--fa-layers-scale, 0.25)); - transform: scale(var(--fa-layers-scale, 0.25)); - -webkit-transform-origin: top left; - transform-origin: top left; } - -.fa-1x { - font-size: 1em; } - -.fa-2x { - font-size: 2em; } - -.fa-3x { - font-size: 3em; } - -.fa-4x { - font-size: 4em; } - -.fa-5x { - font-size: 5em; } - -.fa-6x { - font-size: 6em; } - -.fa-7x { - font-size: 7em; } - -.fa-8x { - font-size: 8em; } - -.fa-9x { - font-size: 9em; } - -.fa-10x { - font-size: 10em; } - -.fa-2xs { - font-size: 0.625em; - line-height: 0.1em; - vertical-align: 0.225em; } - -.fa-xs { - font-size: 0.75em; - line-height: 0.08333em; - vertical-align: 0.125em; } - -.fa-sm { - font-size: 0.875em; - line-height: 0.07143em; - vertical-align: 0.05357em; } - -.fa-lg { - font-size: 1.25em; - line-height: 0.05em; - vertical-align: -0.075em; } - -.fa-xl { - font-size: 1.5em; - line-height: 0.04167em; - vertical-align: -0.125em; } - -.fa-2xl { - font-size: 2em; - line-height: 0.03125em; - vertical-align: -0.1875em; } - -.fa-fw { - text-align: center; - width: 1.25em; } - -.fa-ul { - list-style-type: none; - margin-left: var(--fa-li-margin, 2.5em); - padding-left: 0; } - .fa-ul > li { - position: relative; } - -.fa-li { - left: calc(var(--fa-li-width, 2em) * -1); - position: absolute; - text-align: center; - width: var(--fa-li-width, 2em); - line-height: inherit; } - -.fa-border { - border-color: var(--fa-border-color, #eee); - border-radius: var(--fa-border-radius, 0.1em); - border-style: var(--fa-border-style, solid); - border-width: var(--fa-border-width, 0.08em); - padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); } - -.fa-pull-left { - float: left; - margin-right: var(--fa-pull-margin, 0.3em); } - -.fa-pull-right { - float: right; - margin-left: var(--fa-pull-margin, 0.3em); } - -.fa-beat { - -webkit-animation-name: fa-beat; - animation-name: fa-beat; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-bounce { - -webkit-animation-name: fa-bounce; - animation-name: fa-bounce; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); } - -.fa-fade { - -webkit-animation-name: fa-fade; - animation-name: fa-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-beat-fade { - -webkit-animation-name: fa-beat-fade; - animation-name: fa-beat-fade; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); - animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); } - -.fa-flip { - -webkit-animation-name: fa-flip; - animation-name: fa-flip; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out); - animation-timing-function: var(--fa-animation-timing, ease-in-out); } - -.fa-shake { - -webkit-animation-name: fa-shake; - animation-name: fa-shake; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-delay: var(--fa-animation-delay, 0s); - animation-delay: var(--fa-animation-delay, 0s); - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 2s); - animation-duration: var(--fa-animation-duration, 2s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, linear); - animation-timing-function: var(--fa-animation-timing, linear); } - -.fa-spin-reverse { - --fa-animation-direction: reverse; } - -.fa-pulse, -.fa-spin-pulse { - -webkit-animation-name: fa-spin; - animation-name: fa-spin; - -webkit-animation-direction: var(--fa-animation-direction, normal); - animation-direction: var(--fa-animation-direction, normal); - -webkit-animation-duration: var(--fa-animation-duration, 1s); - animation-duration: var(--fa-animation-duration, 1s); - -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite); - animation-iteration-count: var(--fa-animation-iteration-count, infinite); - -webkit-animation-timing-function: var(--fa-animation-timing, steps(8)); - animation-timing-function: var(--fa-animation-timing, steps(8)); } - -@media (prefers-reduced-motion: reduce) { - .fa-beat, - .fa-bounce, - .fa-fade, - .fa-beat-fade, - .fa-flip, - .fa-pulse, - .fa-shake, - .fa-spin, - .fa-spin-pulse { - -webkit-animation-delay: -1ms; - animation-delay: -1ms; - -webkit-animation-duration: 1ms; - animation-duration: 1ms; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; - -webkit-transition-delay: 0s; - transition-delay: 0s; - -webkit-transition-duration: 0s; - transition-duration: 0s; } } - -@-webkit-keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@keyframes fa-beat { - 0%, 90% { - -webkit-transform: scale(1); - transform: scale(1); } - 45% { - -webkit-transform: scale(var(--fa-beat-scale, 1.25)); - transform: scale(var(--fa-beat-scale, 1.25)); } } - -@-webkit-keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@keyframes fa-bounce { - 0% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 10% { - -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); - transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); } - 30% { - -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); - transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); } - 50% { - -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); - transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); } - 57% { - -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); - transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); } - 64% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } - 100% { - -webkit-transform: scale(1, 1) translateY(0); - transform: scale(1, 1) translateY(0); } } - -@-webkit-keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@keyframes fa-fade { - 50% { - opacity: var(--fa-fade-opacity, 0.4); } } - -@-webkit-keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@keyframes fa-beat-fade { - 0%, 100% { - opacity: var(--fa-beat-fade-opacity, 0.4); - -webkit-transform: scale(1); - transform: scale(1); } - 50% { - opacity: 1; - -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125)); - transform: scale(var(--fa-beat-fade-scale, 1.125)); } } - -@-webkit-keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@keyframes fa-flip { - 50% { - -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); - transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } } - -@-webkit-keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@keyframes fa-shake { - 0% { - -webkit-transform: rotate(-15deg); - transform: rotate(-15deg); } - 4% { - -webkit-transform: rotate(15deg); - transform: rotate(15deg); } - 8%, 24% { - -webkit-transform: rotate(-18deg); - transform: rotate(-18deg); } - 12%, 28% { - -webkit-transform: rotate(18deg); - transform: rotate(18deg); } - 16% { - -webkit-transform: rotate(-22deg); - transform: rotate(-22deg); } - 20% { - -webkit-transform: rotate(22deg); - transform: rotate(22deg); } - 32% { - -webkit-transform: rotate(-12deg); - transform: rotate(-12deg); } - 36% { - -webkit-transform: rotate(12deg); - transform: rotate(12deg); } - 40%, 100% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } } - -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); } - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); } } - -.fa-rotate-90 { - -webkit-transform: rotate(90deg); - transform: rotate(90deg); } - -.fa-rotate-180 { - -webkit-transform: rotate(180deg); - transform: rotate(180deg); } - -.fa-rotate-270 { - -webkit-transform: rotate(270deg); - transform: rotate(270deg); } - -.fa-flip-horizontal { - -webkit-transform: scale(-1, 1); - transform: scale(-1, 1); } - -.fa-flip-vertical { - -webkit-transform: scale(1, -1); - transform: scale(1, -1); } - -.fa-flip-both, -.fa-flip-horizontal.fa-flip-vertical { - -webkit-transform: scale(-1, -1); - transform: scale(-1, -1); } - -.fa-rotate-by { - -webkit-transform: rotate(var(--fa-rotate-angle, none)); - transform: rotate(var(--fa-rotate-angle, none)); } - -.fa-stack { - display: inline-block; - vertical-align: middle; - height: 2em; - position: relative; - width: 2.5em; } - -.fa-stack-1x, -.fa-stack-2x { - bottom: 0; - left: 0; - margin: auto; - position: absolute; - right: 0; - top: 0; - z-index: var(--fa-stack-z-index, auto); } - -.svg-inline--fa.fa-stack-1x { - height: 1em; - width: 1.25em; } - -.svg-inline--fa.fa-stack-2x { - height: 2em; - width: 2.5em; } - -.fa-inverse { - color: var(--fa-inverse, #fff); } - -.sr-only, -.fa-sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } - -.sr-only-focusable:not(:focus), -.fa-sr-only-focusable:not(:focus) { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - white-space: nowrap; - border-width: 0; } - -.svg-inline--fa .fa-primary { - fill: var(--fa-primary-color, currentColor); - opacity: var(--fa-primary-opacity, 1); } - -.svg-inline--fa .fa-secondary { - fill: var(--fa-secondary-color, currentColor); - opacity: var(--fa-secondary-opacity, 0.4); } - -.svg-inline--fa.fa-swap-opacity .fa-primary { - opacity: var(--fa-secondary-opacity, 0.4); } - -.svg-inline--fa.fa-swap-opacity .fa-secondary { - opacity: var(--fa-primary-opacity, 1); } - -.svg-inline--fa mask .fa-primary, -.svg-inline--fa mask .fa-secondary { - fill: black; } - -.fad.fa-inverse, -.fa-duotone.fa-inverse { - color: var(--fa-inverse, #fff); } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.min.css deleted file mode 100644 index d4f15d2..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/svg-with-js.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -:host,:root{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Solid";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Regular";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Light";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Thin";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa{overflow:visible;box-sizing:content-box}.svg-inline--fa{display:var(--fa-display,inline-block);height:1em;overflow:visible;vertical-align:-.125em}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.fa-layers-counter,.fa-layers-text{display:inline-block;position:absolute;text-align:center}.fa-layers{display:inline-block;height:1em;position:relative;text-align:center;vertical-align:-.125em;width:1em}.fa-layers svg.svg-inline--fa{-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-text{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transform-origin:center center;transform-origin:center center}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);overflow:hidden;padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-counter-scale,.25));transform:scale(var(--fa-counter-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom right;transform-origin:bottom right}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);right:auto;top:auto;-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:bottom left;transform-origin:bottom left}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top right;transform-origin:top right}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);-webkit-transform:scale(var(--fa-layers-scale,.25));transform:scale(var(--fa-layers-scale,.25));-webkit-transform-origin:top left;transform-origin:top left}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;vertical-align:middle;height:2em;position:relative;width:2.5em}.fa-stack-1x,.fa-stack-2x{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;z-index:var(--fa-stack-z-index,auto)}.svg-inline--fa.fa-stack-1x{height:1em;width:1.25em}.svg-inline--fa.fa-stack-2x{height:2em;width:2.5em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor)}.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}.fa-duotone.fa-inverse,.fad.fa-inverse{color:var(--fa-inverse,#fff)} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.css b/hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.css deleted file mode 100644 index be61962..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.css +++ /dev/null @@ -1,26 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } - -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } - -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); - unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; } - -@font-face { - font-family: 'FontAwesome'; - font-display: block; - src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype"); - unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.min.css deleted file mode 100644 index 7ae42a9..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/v4-font-face.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.css b/hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.css deleted file mode 100644 index 12779b6..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.css +++ /dev/null @@ -1,2194 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -.fa.fa-glass:before { - content: "\f000"; } - -.fa.fa-envelope-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-envelope-o:before { - content: "\f0e0"; } - -.fa.fa-star-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-star-o:before { - content: "\f005"; } - -.fa.fa-remove:before { - content: "\f00d"; } - -.fa.fa-close:before { - content: "\f00d"; } - -.fa.fa-gear:before { - content: "\f013"; } - -.fa.fa-trash-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-trash-o:before { - content: "\f2ed"; } - -.fa.fa-home:before { - content: "\f015"; } - -.fa.fa-file-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-o:before { - content: "\f15b"; } - -.fa.fa-clock-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-clock-o:before { - content: "\f017"; } - -.fa.fa-arrow-circle-o-down { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-down:before { - content: "\f358"; } - -.fa.fa-arrow-circle-o-up { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-up:before { - content: "\f35b"; } - -.fa.fa-play-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-play-circle-o:before { - content: "\f144"; } - -.fa.fa-repeat:before { - content: "\f01e"; } - -.fa.fa-rotate-right:before { - content: "\f01e"; } - -.fa.fa-refresh:before { - content: "\f021"; } - -.fa.fa-list-alt { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-list-alt:before { - content: "\f022"; } - -.fa.fa-dedent:before { - content: "\f03b"; } - -.fa.fa-video-camera:before { - content: "\f03d"; } - -.fa.fa-picture-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-picture-o:before { - content: "\f03e"; } - -.fa.fa-photo { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-photo:before { - content: "\f03e"; } - -.fa.fa-image { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-image:before { - content: "\f03e"; } - -.fa.fa-map-marker:before { - content: "\f3c5"; } - -.fa.fa-pencil-square-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-pencil-square-o:before { - content: "\f044"; } - -.fa.fa-edit { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-edit:before { - content: "\f044"; } - -.fa.fa-share-square-o:before { - content: "\f14d"; } - -.fa.fa-check-square-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-check-square-o:before { - content: "\f14a"; } - -.fa.fa-arrows:before { - content: "\f0b2"; } - -.fa.fa-times-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-times-circle-o:before { - content: "\f057"; } - -.fa.fa-check-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-check-circle-o:before { - content: "\f058"; } - -.fa.fa-mail-forward:before { - content: "\f064"; } - -.fa.fa-expand:before { - content: "\f424"; } - -.fa.fa-compress:before { - content: "\f422"; } - -.fa.fa-eye { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-eye-slash { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-warning:before { - content: "\f071"; } - -.fa.fa-calendar:before { - content: "\f073"; } - -.fa.fa-arrows-v:before { - content: "\f338"; } - -.fa.fa-arrows-h:before { - content: "\f337"; } - -.fa.fa-bar-chart:before { - content: "\e0e3"; } - -.fa.fa-bar-chart-o:before { - content: "\e0e3"; } - -.fa.fa-twitter-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-twitter-square:before { - content: "\f081"; } - -.fa.fa-facebook-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-facebook-square:before { - content: "\f082"; } - -.fa.fa-gears:before { - content: "\f085"; } - -.fa.fa-thumbs-o-up { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-thumbs-o-up:before { - content: "\f164"; } - -.fa.fa-thumbs-o-down { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-thumbs-o-down:before { - content: "\f165"; } - -.fa.fa-heart-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-heart-o:before { - content: "\f004"; } - -.fa.fa-sign-out:before { - content: "\f2f5"; } - -.fa.fa-linkedin-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-linkedin-square:before { - content: "\f08c"; } - -.fa.fa-thumb-tack:before { - content: "\f08d"; } - -.fa.fa-external-link:before { - content: "\f35d"; } - -.fa.fa-sign-in:before { - content: "\f2f6"; } - -.fa.fa-github-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-github-square:before { - content: "\f092"; } - -.fa.fa-lemon-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-lemon-o:before { - content: "\f094"; } - -.fa.fa-square-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-square-o:before { - content: "\f0c8"; } - -.fa.fa-bookmark-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-bookmark-o:before { - content: "\f02e"; } - -.fa.fa-twitter { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-facebook { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-facebook:before { - content: "\f39e"; } - -.fa.fa-facebook-f { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-facebook-f:before { - content: "\f39e"; } - -.fa.fa-github { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-credit-card { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-feed:before { - content: "\f09e"; } - -.fa.fa-hdd-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hdd-o:before { - content: "\f0a0"; } - -.fa.fa-hand-o-right { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-o-right:before { - content: "\f0a4"; } - -.fa.fa-hand-o-left { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-o-left:before { - content: "\f0a5"; } - -.fa.fa-hand-o-up { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-o-up:before { - content: "\f0a6"; } - -.fa.fa-hand-o-down { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-o-down:before { - content: "\f0a7"; } - -.fa.fa-globe:before { - content: "\f57d"; } - -.fa.fa-tasks:before { - content: "\f828"; } - -.fa.fa-arrows-alt:before { - content: "\f31e"; } - -.fa.fa-group:before { - content: "\f0c0"; } - -.fa.fa-chain:before { - content: "\f0c1"; } - -.fa.fa-cut:before { - content: "\f0c4"; } - -.fa.fa-files-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-files-o:before { - content: "\f0c5"; } - -.fa.fa-floppy-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-floppy-o:before { - content: "\f0c7"; } - -.fa.fa-save { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-save:before { - content: "\f0c7"; } - -.fa.fa-navicon:before { - content: "\f0c9"; } - -.fa.fa-reorder:before { - content: "\f0c9"; } - -.fa.fa-magic:before { - content: "\e2ca"; } - -.fa.fa-pinterest { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-pinterest-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-pinterest-square:before { - content: "\f0d3"; } - -.fa.fa-google-plus-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-square:before { - content: "\f0d4"; } - -.fa.fa-google-plus { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-google-plus:before { - content: "\f0d5"; } - -.fa.fa-money:before { - content: "\f3d1"; } - -.fa.fa-unsorted:before { - content: "\f0dc"; } - -.fa.fa-sort-desc:before { - content: "\f0dd"; } - -.fa.fa-sort-asc:before { - content: "\f0de"; } - -.fa.fa-linkedin { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-linkedin:before { - content: "\f0e1"; } - -.fa.fa-rotate-left:before { - content: "\f0e2"; } - -.fa.fa-legal:before { - content: "\f0e3"; } - -.fa.fa-tachometer:before { - content: "\f625"; } - -.fa.fa-dashboard:before { - content: "\f625"; } - -.fa.fa-comment-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-comment-o:before { - content: "\f075"; } - -.fa.fa-comments-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-comments-o:before { - content: "\f086"; } - -.fa.fa-flash:before { - content: "\f0e7"; } - -.fa.fa-clipboard:before { - content: "\f0ea"; } - -.fa.fa-lightbulb-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-lightbulb-o:before { - content: "\f0eb"; } - -.fa.fa-exchange:before { - content: "\f362"; } - -.fa.fa-cloud-download:before { - content: "\f0ed"; } - -.fa.fa-cloud-upload:before { - content: "\f0ee"; } - -.fa.fa-bell-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-bell-o:before { - content: "\f0f3"; } - -.fa.fa-cutlery:before { - content: "\f2e7"; } - -.fa.fa-file-text-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-text-o:before { - content: "\f15c"; } - -.fa.fa-building-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-building-o:before { - content: "\f1ad"; } - -.fa.fa-hospital-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hospital-o:before { - content: "\f0f8"; } - -.fa.fa-tablet:before { - content: "\f3fa"; } - -.fa.fa-mobile:before { - content: "\f3cd"; } - -.fa.fa-mobile-phone:before { - content: "\f3cd"; } - -.fa.fa-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-circle-o:before { - content: "\f111"; } - -.fa.fa-mail-reply:before { - content: "\f3e5"; } - -.fa.fa-github-alt { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-folder-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-folder-o:before { - content: "\f07b"; } - -.fa.fa-folder-open-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-folder-open-o:before { - content: "\f07c"; } - -.fa.fa-smile-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-smile-o:before { - content: "\f118"; } - -.fa.fa-frown-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-frown-o:before { - content: "\f119"; } - -.fa.fa-meh-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-meh-o:before { - content: "\f11a"; } - -.fa.fa-keyboard-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-keyboard-o:before { - content: "\f11c"; } - -.fa.fa-flag-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-flag-o:before { - content: "\f024"; } - -.fa.fa-mail-reply-all:before { - content: "\f122"; } - -.fa.fa-star-half-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-star-half-o:before { - content: "\f5c0"; } - -.fa.fa-star-half-empty { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-star-half-empty:before { - content: "\f5c0"; } - -.fa.fa-star-half-full { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-star-half-full:before { - content: "\f5c0"; } - -.fa.fa-code-fork:before { - content: "\f126"; } - -.fa.fa-chain-broken:before { - content: "\f127"; } - -.fa.fa-unlink:before { - content: "\f127"; } - -.fa.fa-calendar-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-calendar-o:before { - content: "\f133"; } - -.fa.fa-maxcdn { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-html5 { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-css3 { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-unlock-alt:before { - content: "\f09c"; } - -.fa.fa-minus-square-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-minus-square-o:before { - content: "\f146"; } - -.fa.fa-level-up:before { - content: "\f3bf"; } - -.fa.fa-level-down:before { - content: "\f3be"; } - -.fa.fa-pencil-square:before { - content: "\f14b"; } - -.fa.fa-external-link-square:before { - content: "\f360"; } - -.fa.fa-compass { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-down { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-down:before { - content: "\f150"; } - -.fa.fa-toggle-down { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-toggle-down:before { - content: "\f150"; } - -.fa.fa-caret-square-o-up { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-up:before { - content: "\f151"; } - -.fa.fa-toggle-up { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-toggle-up:before { - content: "\f151"; } - -.fa.fa-caret-square-o-right { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-right:before { - content: "\f152"; } - -.fa.fa-toggle-right { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-toggle-right:before { - content: "\f152"; } - -.fa.fa-eur:before { - content: "\f153"; } - -.fa.fa-euro:before { - content: "\f153"; } - -.fa.fa-gbp:before { - content: "\f154"; } - -.fa.fa-usd:before { - content: "\24"; } - -.fa.fa-dollar:before { - content: "\24"; } - -.fa.fa-inr:before { - content: "\e1bc"; } - -.fa.fa-rupee:before { - content: "\e1bc"; } - -.fa.fa-jpy:before { - content: "\f157"; } - -.fa.fa-cny:before { - content: "\f157"; } - -.fa.fa-rmb:before { - content: "\f157"; } - -.fa.fa-yen:before { - content: "\f157"; } - -.fa.fa-rub:before { - content: "\f158"; } - -.fa.fa-ruble:before { - content: "\f158"; } - -.fa.fa-rouble:before { - content: "\f158"; } - -.fa.fa-krw:before { - content: "\f159"; } - -.fa.fa-won:before { - content: "\f159"; } - -.fa.fa-btc { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-bitcoin { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-bitcoin:before { - content: "\f15a"; } - -.fa.fa-file-text:before { - content: "\f15c"; } - -.fa.fa-sort-alpha-asc:before { - content: "\f15d"; } - -.fa.fa-sort-alpha-desc:before { - content: "\f881"; } - -.fa.fa-sort-amount-asc:before { - content: "\f884"; } - -.fa.fa-sort-amount-desc:before { - content: "\f160"; } - -.fa.fa-sort-numeric-asc:before { - content: "\f162"; } - -.fa.fa-sort-numeric-desc:before { - content: "\f886"; } - -.fa.fa-youtube-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-youtube-square:before { - content: "\f431"; } - -.fa.fa-youtube { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-xing { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-xing-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-xing-square:before { - content: "\f169"; } - -.fa.fa-youtube-play { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-youtube-play:before { - content: "\f167"; } - -.fa.fa-dropbox { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-stack-overflow { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-instagram { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-flickr { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-adn { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-bitbucket { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-bitbucket-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-bitbucket-square:before { - content: "\f171"; } - -.fa.fa-tumblr { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-tumblr-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-tumblr-square:before { - content: "\f174"; } - -.fa.fa-long-arrow-down:before { - content: "\f309"; } - -.fa.fa-long-arrow-up:before { - content: "\f30c"; } - -.fa.fa-long-arrow-left:before { - content: "\f30a"; } - -.fa.fa-long-arrow-right:before { - content: "\f30b"; } - -.fa.fa-apple { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-windows { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-android { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-linux { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-dribbble { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-skype { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-foursquare { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-trello { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-gratipay { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-gittip { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-gittip:before { - content: "\f184"; } - -.fa.fa-sun-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-sun-o:before { - content: "\f185"; } - -.fa.fa-moon-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-moon-o:before { - content: "\f186"; } - -.fa.fa-vk { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-weibo { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-renren { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-pagelines { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-stack-exchange { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-right { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-right:before { - content: "\f35a"; } - -.fa.fa-arrow-circle-o-left { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-arrow-circle-o-left:before { - content: "\f359"; } - -.fa.fa-caret-square-o-left { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-caret-square-o-left:before { - content: "\f191"; } - -.fa.fa-toggle-left { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-toggle-left:before { - content: "\f191"; } - -.fa.fa-dot-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-dot-circle-o:before { - content: "\f192"; } - -.fa.fa-vimeo-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-vimeo-square:before { - content: "\f194"; } - -.fa.fa-try:before { - content: "\e2bb"; } - -.fa.fa-turkish-lira:before { - content: "\e2bb"; } - -.fa.fa-plus-square-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-plus-square-o:before { - content: "\f0fe"; } - -.fa.fa-slack { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wordpress { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-openid { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-institution:before { - content: "\f19c"; } - -.fa.fa-bank:before { - content: "\f19c"; } - -.fa.fa-mortar-board:before { - content: "\f19d"; } - -.fa.fa-yahoo { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-google { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-reddit { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-reddit-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-reddit-square:before { - content: "\f1a2"; } - -.fa.fa-stumbleupon-circle { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-stumbleupon { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-delicious { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-digg { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-pied-piper-pp { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-pied-piper-alt { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-drupal { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-joomla { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-behance { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-behance-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-behance-square:before { - content: "\f1b5"; } - -.fa.fa-steam { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-steam-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-steam-square:before { - content: "\f1b7"; } - -.fa.fa-automobile:before { - content: "\f1b9"; } - -.fa.fa-cab:before { - content: "\f1ba"; } - -.fa.fa-spotify { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-deviantart { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-soundcloud { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-file-pdf-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-pdf-o:before { - content: "\f1c1"; } - -.fa.fa-file-word-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-word-o:before { - content: "\f1c2"; } - -.fa.fa-file-excel-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-excel-o:before { - content: "\f1c3"; } - -.fa.fa-file-powerpoint-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-powerpoint-o:before { - content: "\f1c4"; } - -.fa.fa-file-image-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-image-o:before { - content: "\f1c5"; } - -.fa.fa-file-photo-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-photo-o:before { - content: "\f1c5"; } - -.fa.fa-file-picture-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-picture-o:before { - content: "\f1c5"; } - -.fa.fa-file-archive-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-archive-o:before { - content: "\f1c6"; } - -.fa.fa-file-zip-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-zip-o:before { - content: "\f1c6"; } - -.fa.fa-file-audio-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-audio-o:before { - content: "\f1c7"; } - -.fa.fa-file-sound-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-sound-o:before { - content: "\f1c7"; } - -.fa.fa-file-video-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-video-o:before { - content: "\f1c8"; } - -.fa.fa-file-movie-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-movie-o:before { - content: "\f1c8"; } - -.fa.fa-file-code-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-file-code-o:before { - content: "\f1c9"; } - -.fa.fa-vine { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-codepen { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-jsfiddle { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-life-bouy:before { - content: "\f1cd"; } - -.fa.fa-life-buoy:before { - content: "\f1cd"; } - -.fa.fa-life-saver:before { - content: "\f1cd"; } - -.fa.fa-support:before { - content: "\f1cd"; } - -.fa.fa-circle-o-notch:before { - content: "\f1ce"; } - -.fa.fa-rebel { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-ra { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-ra:before { - content: "\f1d0"; } - -.fa.fa-resistance { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-resistance:before { - content: "\f1d0"; } - -.fa.fa-empire { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-ge { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-ge:before { - content: "\f1d1"; } - -.fa.fa-git-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-git-square:before { - content: "\f1d2"; } - -.fa.fa-git { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-hacker-news { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-y-combinator-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-y-combinator-square:before { - content: "\f1d4"; } - -.fa.fa-yc-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-yc-square:before { - content: "\f1d4"; } - -.fa.fa-tencent-weibo { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-qq { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-weixin { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wechat { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wechat:before { - content: "\f1d7"; } - -.fa.fa-send:before { - content: "\f1d8"; } - -.fa.fa-paper-plane-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-paper-plane-o:before { - content: "\f1d8"; } - -.fa.fa-send-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-send-o:before { - content: "\f1d8"; } - -.fa.fa-circle-thin { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-circle-thin:before { - content: "\f111"; } - -.fa.fa-header:before { - content: "\f1dc"; } - -.fa.fa-futbol-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-futbol-o:before { - content: "\f1e3"; } - -.fa.fa-soccer-ball-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-soccer-ball-o:before { - content: "\f1e3"; } - -.fa.fa-slideshare { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-twitch { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-yelp { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-newspaper-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-newspaper-o:before { - content: "\f1ea"; } - -.fa.fa-paypal { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-google-wallet { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc-visa { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc-mastercard { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc-discover { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc-amex { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc-paypal { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc-stripe { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-bell-slash-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-bell-slash-o:before { - content: "\f1f6"; } - -.fa.fa-trash:before { - content: "\f2ed"; } - -.fa.fa-copyright { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-eyedropper:before { - content: "\f1fb"; } - -.fa.fa-area-chart:before { - content: "\f1fe"; } - -.fa.fa-pie-chart:before { - content: "\f200"; } - -.fa.fa-line-chart:before { - content: "\f201"; } - -.fa.fa-lastfm { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-lastfm-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-lastfm-square:before { - content: "\f203"; } - -.fa.fa-ioxhost { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-angellist { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-cc:before { - content: "\f20a"; } - -.fa.fa-ils:before { - content: "\f20b"; } - -.fa.fa-shekel:before { - content: "\f20b"; } - -.fa.fa-sheqel:before { - content: "\f20b"; } - -.fa.fa-buysellads { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-connectdevelop { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-dashcube { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-forumbee { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-leanpub { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-sellsy { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-shirtsinbulk { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-simplybuilt { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-skyatlas { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-diamond { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-diamond:before { - content: "\f3a5"; } - -.fa.fa-transgender:before { - content: "\f224"; } - -.fa.fa-intersex:before { - content: "\f224"; } - -.fa.fa-transgender-alt:before { - content: "\f225"; } - -.fa.fa-facebook-official { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-facebook-official:before { - content: "\f09a"; } - -.fa.fa-pinterest-p { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-whatsapp { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-hotel:before { - content: "\f236"; } - -.fa.fa-viacoin { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-medium { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-y-combinator { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-yc { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-yc:before { - content: "\f23b"; } - -.fa.fa-optin-monster { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-opencart { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-expeditedssl { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-battery-4:before { - content: "\f240"; } - -.fa.fa-battery:before { - content: "\f240"; } - -.fa.fa-battery-3:before { - content: "\f241"; } - -.fa.fa-battery-2:before { - content: "\f242"; } - -.fa.fa-battery-1:before { - content: "\f243"; } - -.fa.fa-battery-0:before { - content: "\f244"; } - -.fa.fa-object-group { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-object-ungroup { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-sticky-note-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-sticky-note-o:before { - content: "\f249"; } - -.fa.fa-cc-jcb { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-cc-diners-club { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-clone { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hourglass-o:before { - content: "\f254"; } - -.fa.fa-hourglass-1:before { - content: "\f251"; } - -.fa.fa-hourglass-2:before { - content: "\f252"; } - -.fa.fa-hourglass-3:before { - content: "\f253"; } - -.fa.fa-hand-rock-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-rock-o:before { - content: "\f255"; } - -.fa.fa-hand-grab-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-grab-o:before { - content: "\f255"; } - -.fa.fa-hand-paper-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-paper-o:before { - content: "\f256"; } - -.fa.fa-hand-stop-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-stop-o:before { - content: "\f256"; } - -.fa.fa-hand-scissors-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-scissors-o:before { - content: "\f257"; } - -.fa.fa-hand-lizard-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-lizard-o:before { - content: "\f258"; } - -.fa.fa-hand-spock-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-spock-o:before { - content: "\f259"; } - -.fa.fa-hand-pointer-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-pointer-o:before { - content: "\f25a"; } - -.fa.fa-hand-peace-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-hand-peace-o:before { - content: "\f25b"; } - -.fa.fa-registered { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-creative-commons { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-gg { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-gg-circle { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-odnoklassniki { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-odnoklassniki-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-odnoklassniki-square:before { - content: "\f264"; } - -.fa.fa-get-pocket { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wikipedia-w { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-safari { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-chrome { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-firefox { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-opera { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-internet-explorer { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-television:before { - content: "\f26c"; } - -.fa.fa-contao { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-500px { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-amazon { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-calendar-plus-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-calendar-plus-o:before { - content: "\f271"; } - -.fa.fa-calendar-minus-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-calendar-minus-o:before { - content: "\f272"; } - -.fa.fa-calendar-times-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-calendar-times-o:before { - content: "\f273"; } - -.fa.fa-calendar-check-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-calendar-check-o:before { - content: "\f274"; } - -.fa.fa-map-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-map-o:before { - content: "\f279"; } - -.fa.fa-commenting:before { - content: "\f4ad"; } - -.fa.fa-commenting-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-commenting-o:before { - content: "\f4ad"; } - -.fa.fa-houzz { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-vimeo { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-vimeo:before { - content: "\f27d"; } - -.fa.fa-black-tie { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-fonticons { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-reddit-alien { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-edge { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-credit-card-alt:before { - content: "\f09d"; } - -.fa.fa-codiepie { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-modx { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-fort-awesome { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-usb { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-product-hunt { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-mixcloud { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-scribd { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-pause-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-pause-circle-o:before { - content: "\f28b"; } - -.fa.fa-stop-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-stop-circle-o:before { - content: "\f28d"; } - -.fa.fa-bluetooth { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-bluetooth-b { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-gitlab { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wpbeginner { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wpforms { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-envira { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wheelchair-alt { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wheelchair-alt:before { - content: "\f368"; } - -.fa.fa-question-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-question-circle-o:before { - content: "\f059"; } - -.fa.fa-volume-control-phone:before { - content: "\f2a0"; } - -.fa.fa-asl-interpreting:before { - content: "\f2a3"; } - -.fa.fa-deafness:before { - content: "\f2a4"; } - -.fa.fa-hard-of-hearing:before { - content: "\f2a4"; } - -.fa.fa-glide { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-glide-g { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-signing:before { - content: "\f2a7"; } - -.fa.fa-viadeo { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-viadeo-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-viadeo-square:before { - content: "\f2aa"; } - -.fa.fa-snapchat { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-snapchat-ghost { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-snapchat-ghost:before { - content: "\f2ab"; } - -.fa.fa-snapchat-square { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-snapchat-square:before { - content: "\f2ad"; } - -.fa.fa-pied-piper { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-first-order { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-yoast { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-themeisle { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-official { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-official:before { - content: "\f2b3"; } - -.fa.fa-google-plus-circle { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-google-plus-circle:before { - content: "\f2b3"; } - -.fa.fa-font-awesome { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-fa { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-fa:before { - content: "\f2b4"; } - -.fa.fa-handshake-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-handshake-o:before { - content: "\f2b5"; } - -.fa.fa-envelope-open-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-envelope-open-o:before { - content: "\f2b6"; } - -.fa.fa-linode { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-address-book-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-address-book-o:before { - content: "\f2b9"; } - -.fa.fa-vcard:before { - content: "\f2bb"; } - -.fa.fa-address-card-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-address-card-o:before { - content: "\f2bb"; } - -.fa.fa-vcard-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-vcard-o:before { - content: "\f2bb"; } - -.fa.fa-user-circle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-user-circle-o:before { - content: "\f2bd"; } - -.fa.fa-user-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-user-o:before { - content: "\f007"; } - -.fa.fa-id-badge { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-drivers-license:before { - content: "\f2c2"; } - -.fa.fa-id-card-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-id-card-o:before { - content: "\f2c2"; } - -.fa.fa-drivers-license-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-drivers-license-o:before { - content: "\f2c2"; } - -.fa.fa-quora { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-free-code-camp { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-telegram { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-thermometer-4:before { - content: "\f2c7"; } - -.fa.fa-thermometer:before { - content: "\f2c7"; } - -.fa.fa-thermometer-3:before { - content: "\f2c8"; } - -.fa.fa-thermometer-2:before { - content: "\f2c9"; } - -.fa.fa-thermometer-1:before { - content: "\f2ca"; } - -.fa.fa-thermometer-0:before { - content: "\f2cb"; } - -.fa.fa-bathtub:before { - content: "\f2cd"; } - -.fa.fa-s15:before { - content: "\f2cd"; } - -.fa.fa-window-maximize { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-window-restore { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-times-rectangle:before { - content: "\f410"; } - -.fa.fa-window-close-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-window-close-o:before { - content: "\f410"; } - -.fa.fa-times-rectangle-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-times-rectangle-o:before { - content: "\f410"; } - -.fa.fa-bandcamp { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-grav { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-etsy { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-imdb { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-ravelry { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-eercast { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-eercast:before { - content: "\f2da"; } - -.fa.fa-snowflake-o { - font-family: 'Font Awesome 6 Free'; - font-weight: 400; } - -.fa.fa-snowflake-o:before { - content: "\f2dc"; } - -.fa.fa-superpowers { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-wpexplorer { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } - -.fa.fa-meetup { - font-family: 'Font Awesome 6 Brands'; - font-weight: 400; } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.min.css deleted file mode 100644 index 374e7bf..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/v4-shims.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -.fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.css b/hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.css deleted file mode 100644 index 3399e81..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.css +++ /dev/null @@ -1,22 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -@font-face { - font-family: 'Font Awesome 5 Brands'; - font-display: block; - font-weight: 400; - src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype"); } - -@font-face { - font-family: 'Font Awesome 5 Free'; - font-display: block; - font-weight: 900; - src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype"); } - -@font-face { - font-family: 'Font Awesome 5 Free'; - font-display: block; - font-weight: 400; - src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype"); } diff --git a/hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.min.css b/hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.min.css deleted file mode 100644 index 964a16f..0000000 --- a/hackens_orga/shared/static/vendor/fontawesome/css/v5-font-face.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/*! - * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com - * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) - * Copyright 2023 Fonticons, Inc. - */ -@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")} \ No newline at end of file diff --git a/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-brands-400.ttf b/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-brands-400.ttf deleted file mode 100644 index 641a4893394e5fe1c68285fde6f76d7634539ccd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 187448 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�lW%7Xkzx) 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 BpRE@^8XgrkhotBtu-jG%6-%Lfm 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 X*u*VHMPZt*2I7cvCZY)W>8Jky3P2s0 diff --git a/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-brands-400.woff2 b/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-brands-400.woff2 deleted file mode 100644 index 5929101297278b9c51cfc48d99bdd23636163525..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108000 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 z zVK}Uzl0UP)(5lmMUU27?;-cFX+?we`!d|&j7K%uavrBHYDGM))DQTKzQb9@+d5vQ@ z9u@jcYad2WMz4w96@5_@i79|J3OxixOg7PlaMI*vuX@ey6Ok?V8f4~_!HbKA4S#nI z7PrBwsK64%4IRr?0~>hYrESC$?)JrZ7hh?V(^`NJ4oFF>4F9+=#^+k&RRqDcw$|?D zS&~lDI5xf(SVO7U%V(suN=jv|l=9D|dvAibE&s1GDO~aC=d}=Q@@~eNF_}_IWY#Ik zSdq^rMJc#y9@R;#jb=+7Mo1~FmG6*J8Y_j6*2`}amJ(uSjReik*EAKF z)VNh^uLNVL*}+b`a*J78H|S2Z5{}2o{7(*kWAFL9_o{!|%kuofI)4y{P`&XV+r{NS zYpyzax5V}*d^B~b6dKS`_^0BXg)uj&Vyqr>%TcW_V- zR!2vTB9d8_@%5T#Stf~8b9A&C)CUK<_3H4b>GdxE_t|NcR^2{;QM@L0_ukvze(x@0 zckjLZcdU&QW37#!jWD+M>OsF3$FfQ~M22Z4v%z3=aqr&6XfVj6(##Nbl1j#LuYYiK z<;u~2_GRhcHIzE2jfsV~#+ZiM^y&)A-qTY>Zg3Ty~BWtGJ@#iaKvC0FXd$zk650d~WXtNP(Fm!oewu4!0|dyb>I4JxNbtCg*E zJA5wI){Yms5xK5JWKxSlC*ejINB}7TBq2x$A?+U%F6qiN*wZr0#3HW@^QvOMyfNLe zdhFQNW^nlGVw5pH?oDuYI?b1y2h{0P7cVaUMszx};uz0H#eDkhn>YD`bT-?6=9Vk7 znZ_yCT?xsE5T1*q-2S3c)u?T0U%2+6F5q~48f@aABkLdR9R8nbI7A!{tHtv#d;uR> z-8?&;qEIVgW+IaywT8)n!w|IWRu($4?yCw$T}_@*-T;_;r&v%Q|T2l z0hA*S8K*?Zd}-g`Vf@6Y+iu(2Vf=*9b=wj`uI%saADjGPE`zYQ+-xFn7DsVt+u+y+ zb6saCPLfb4mBa{~hjAQOHoA@k$2K=l-+J5L5yp?7y6v_-scD+zf(8_$X!Zxo($E3o zIM+SbHHDDUbp;1t%wLJ51fa|hmMqt^EzYHMe8vGNwFn^u3Az4x_!+oH`s5TLBb8@d z#ZzP=MB_c!i#HRM5S{Ji*Qfx`7iTk;@M-$&Iv~?*yhTq58nh?i0=lrq|=Q;l{ z=K~?Xh{!)J#Or?>0r>X_vGTo~=R$~zbI$J(;w%@R|Ht;Lddc|g z%}ew^zR6lb6wM}UZLr?u;hf-|jR39SY;`8~^%I68=oH}La?uVZ%U(NK+7+dtNhLH_ zkxn2tYMWg_e=Ob9C&a}T^$1x9?4inYQmfMS2!JOidh+DP-4<6^x@#ufYngmZtWRUT zSZ<9Nvfg|@S^-i31P%hsC?&A1MT7(q4_iz#0rGVdSvH8vGE2E~antSQIcun!cHB5*?uiu8MYM%r>isYG!O#K8v;cS1N9h`X3GK!9=ozn=C)oCj+Kd1?x+ zgBF{epK}!m&M^>CrqUz?FfbDnbeR0Bu!d7j#`%5x2+D7esC2+BN*Xj28o2wG}i36psu#Xz13LAPgwm}FWn zJCCg@Ev2=?5PNW`74MuInORC?B@s8VATrFbMViozNSbjJq2ELP2l>mE2u+p9LuH6n zvs&*Gb_dNJQoDB7HjlwMnpUDZ#~7+f(BOAPuf6(ArY&@w?j~` zt^Lyc{a-nM;_dVN)n9V;ttOkfE|*@Hod};*Bzl6rRjmG0=^F(_IltBJhy?^$Tg2enwBlkZ2_`o% zqs_G)L`lWb{ZOWe__Nb~4>=5ni}k)&tGCm|aEQR6-=DQ>HLt(E1Y7_rO9;v}4J6Za z#xOC3U`#iFF)+_pzF$=x#7=cv2bv9Z&aQUAabUFr%?3JWS3BT1Fwk{dARg5m+a3rX5dVHZNDB#i2$l|OiV_P^`!Emb|lR+3>D z&S$q*R^)vkP6~MP3cOEbqs3yB2{ssP!BxX>=4wCu4mKEUMKd%�%hK&BfNrio72I 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 kjEE?V+uJ$<`TCdU^Sk%go@eVUOm0FFQr7ytkO diff --git a/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-regular-400.ttf b/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-regular-400.ttf deleted file mode 100644 index 7d634a2ba0ff5a749c102b4df3656f27e0799000..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 63728 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 diff --git a/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-solid-900.ttf b/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-solid-900.ttf deleted file mode 100644 index b3a2b64103e36e6dba62d60b2b6f6a8dddf20398..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 394832 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 y9 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
  • 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%0A*YSa{ylHXyb#ghALD5`%wG015U9SUxxI> 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
    FgB2?%Xm841B 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 |Q7cIKf<`<`?UyD%bO{Iz*dWyQpYCmtK_UjJ z-pF3od7Sugn5=QP9T6KSKz<{@It}?xOEBV&jT1!f^h~^nR3YCLt%XzO4*JoLHG)dCk^4m`og8+;UmYUWYr(SoA^_or3 z8mDmtAeO&ToiN*OPwQFH&Hgk5K{4_?(XAQBv(>8g98<3w$Fp;XFxd6#64RX!@8B@R z-Fmf}#s|vNT#qiG`&%k%G;FGx_}^yXkf0PH1M{ax7vnlvhp@gYInIyLLyTf5FX9Up zrHJn9+poKIL5K3bQ!MGzBLEMIkeDI{EhlQPZ>Gt=Vx;UzlWsO4$ze~)H#;zi zQT`B0P7{|vla28<+}f*kZ8u%0 zR$nsL>C8QmB#))lYC5{{#(sy_{(}+ck1@75`wr$8#BaE^8!yatI&&|nR-Z_#)%39> z8Qt`$K`+>D{Sjl2alRN8Jb4!c9+Q%JK~hhBMX8%cNA5q7 z5<@TCs9jh8(cprRiz(ob5+t1cRq$Uetk(-d6zcWF|A);S!S{awgD=lo52Ewv1?XMq zQAsJ z9bLNyPwm3@_a<`jfG92b@^&cvtZ}6=vfAzT+(SJ{B1dqj!b2Y#4qLI-iU^XVn33Rn z*YyXO(Y?OL6x#FS&x3-CP8lK`p_M|gAdY*DEgq%@otk!b$cOtH9ho>6KlwW5>>#+eYs zEQ!@Uc+kJDxUd+3lBV4$j@$DZl*q7m7aiLs>-Qx3}<40Vj-Yw5ArWmIPVT6#6r*IK1%|LEFhET@8 z3Gq<0B!j%y0sLLuC`Z>e`cgH|d%ZlLtHy~D!X$BZZtan3F+87yh5lCO!y>=M!l2|@ zy}e4saw+k=q*N|`-&RbrQ9S5RjI#KJ&)lq(g*~HL6LP}G(axvN5HE6ga5LF4qp2I6 zRC>6Oj4Gh1RAk0i1#~@=q(5eGK;l0UC0b+na^ z$G8@h@u~yh&l^)`%&6Q4{QUu^l=XGd-VSI3=&6R;IWYnAtYfeG?-nzxCq{NE^Vvr*4RYX zpy$PYyI-T=4=n?Ppw+?wqJC3Q4yn>GhD|79_Wx|w$sucCV&8`}9aL`dV3~^Me_W-M zQ$O;6y` z{_`*6e7)u>Um1rh85+R}Cqg(Rag0>Hq|^-@<~QcgZf;@NU&fL0|Zi6=LJ}@xsK`e}}tu zE4W*CB|_#rRf?z)mpX6d1855!MW@j1=mj}(IB6m9*IJX-=w>f2K|t_qNb)2$c);zN zW>oEOQa()lnsumMIU%kau1#dwR!KEc@&$Qeo4o4N%srrZT^ zImH+#U|vZQjFY6oS0&yfi)ai)CA1m4yyZ_J1So!VzCKwW^@hW5`0nNXY$Ra^OU}qG z0c!NA=q6(}l2~2KJ0kZmsve!g1#y;6Ht=xWMkaJlzM-U9uis0C8!+6!Pxx`&hd<;Z zwk|Lb+DOhF>w(tZA6~zOF$c)9hIJDlB(QjI^XSn{%{gJ(dOG1;f8KN-&>KOYj>RaPb zBDQ`d280XiIu5-VUZ<~8$Jis51k^FsazU7H1t$fcQo*e?4h@Js^0l04_0R8Tp>wQb zUMlb386RgX?$|LD3RTG*^bW+!(?|v&CD@e0>y1R%&F@JIyr# zC`{5d)Q`m@k7zK?os2UWPX=;!3Yebqq}>UnK9MWXlgC+F!&QGEJd6pRO~!4SC*!=+ zS_Ag6!v%cOi(}8TPN@_#IeWc;aNuSIV?nTWlXy69iOTD>^TB zyMIA}91r>xrW6g7YR#{%E}ta84p71{i03NKag}h+zVlqoIaw?c{@s}${1&c94C&NL90j3oJ zl+tFCQYy+6FzW=E?f>y~7-(7ih^@-$llOsDa{gfcE!Jef7%8_IAvg>%A*@{{i~(!1 z?V|0a_GGkJd>q|_ei(fcea~-pMhPe`e^FK$DGJVF=wFA81`X~lLnhEpK4U6Feal3Ko(8-gB4mAXK7$bMp?y>RxqsQ*JvH;%uv~Tl8~|5w`tMW52*v6QfLkty z3V;&EgpDH41#r|=^qISdmeAHOYAI&&^t}`|NKOkbUI@~;n#6*UCznZGMC&f5r_Rqr zYr+cFunzF;-$ewy-t}HPBwXl2$4?y6T+p!XUEk}~OjyL~B)xYp;Nv0=8BvO`5En5L z?qdJ+kt5}-vQ}Qa`7X9tUaMr~BS%gXib~j_xBoLMMGT=*A>iUllfjX0;Sm(Mj-C7T z)-74!D6rvDjNIgpN0X%A_7`&|O7VXY5S%@_n}4VmmE99mNmjJ~n@g!Cgot&_zMG;} zy`SdY?4~==4|rQt)UxYba50>c$qR>C5@(ULT!mIMOuWj&L9KXZ`a~pm0sp0k8pElf zX-9~|Ozvls?p)C8owDsPd$>&4wuyF)EY8mtrICXp^A`9;?YAc#>8kxc@Z4eYB~0jT zptO*XBhw)v5xnYJG_Ozn`#tT>a&`&Y>@>C+ zwTZ7=S8oVI=|Of%b5QkI1l)&&8xyoN$2|19hW+U(d++Ya7N8aJvR+pa@=?uppWJgy z&|}#X^Dw8r!;0l23*9On`dFltjvm_ z%n)Sd{xd>r{@flDpf$JH^mm^52wjVIj}=08>lP(gZx|5>C`wn&#i8?FojLrYp;&A` zXe+!*@48;G4+h4;o114Zrbaqczf1n}z@-Pe59v-`Y8Q(j2R3L}?UOksxO8@N6JMSJ znd4zt?!C0%6Y?{4(H@nmu2+F-dLDkiNiH(cAB`vNF=;qOd|DvEG$7Rz`9%G&6WDxj z^>YV&_`1&Uh})v_nu}a3icPJJ9b0s%>F5a zqSk|WYrVveZ6B`*oH8wVgiRsXN2%7wb8kksp_ianaz_*+U}A3J^^bra4yy13;0kCr zQ)6KAReoN_ZZhVUuH*|iO`L#$j4ea%Q-sFC=GikqHKF;FNpNeaz91hf1G`Ghiif|L z+kMF$IGsIRloNNx8EiD~rS%X^!{P*+J?)EP52&HYoklwLnv5S37-`1bvL;Mlep8C~ z5Ejhy;)ryN-X4{Cl0}XM#G%Ad;>bZurED@JB{t{8k6D)oTOH2>Lnou_`xIHa3Gz@H zQTHgz=hQB(HZ$TeOxrnke`bpr9T{O)k6qqrvDqvZ73M-;;w&IYC`iJ0tQ!nGkf3*7 zaYezsgP}@iR5brV zB@G+85lD+Ao@^OJ8*rqTHNDj)E?zOu9z*Ug)gLJJ@J2{_-*gNb+Qsx*KbSN}&LMh?D90w>}|L+V8 zFfS)syniI{kUuN65t3t!F_%(nDY*e2mJkOM$`~hvGe!vjU}nW&P`SnyTJ=mhceofj zbeyL@ale564Oi{wji;SG-KYa zfmDooHjLR1c9(0h)He9{#j!HyYNe8ru3N%FULZT9Fz?O^QU_b>hY|Xvfl`clUU<&p z0`vTET~0DCVC(-Cn_rajj>NZGbX+_-lWh1OP`r-_ZXh;X5N~Pe;K8LOZ!J@8F+xgV z)*IHxUg!EFxuf%#|M_|zz5b^tON&dW`|aTj%8`i6xGOJdC#P{MExjRb6;=2xrfmW_g5zbi;KH*T(?(;M2d5zf_;Oz1c@{1=4wl_ zDs_k77z`owQo&TgEi6IR10!66lhz6l<7U;DJl1&XPlnca2&>@ZbfXi)CV*c@N?Cgf z7Cq1br~B2aHh9sF(1Yp4JPu+=~8^sBl9qVj0Z9iL`Ej zEeJ`utlTNl%EFZ^F~5@93;z`?Ql6}So^NTngqHl4MSRNQ^;q>YHa3w5@$@h$1c2D( zZMR8Ff(>8nnPeka3kt<30tmFVYlbK)76Psmf5D>`Kr8pfz}W2h%QyU^j7j=(ctIlz zvMk6N`>#)$t#-Q-Vrz$~wA-y_BE+{3avwZb2)1g#)LYcEUx!1&pZ$yFf)4*r>p1N{ zt6zztO8?2pe~&jfjxlqyw1{}aCSRhk1~crWG@5wxGYs0K|3KKhB^Yl*Hl8Hn5o{g~ zCb0T_@b-gr9Q?Fo3|?$Wt*O7IlCj?=U;aea*gt4H9zIHN;%`SfggZK*?A5B}wZ3=$ z+2;pg?Qj}v{eMF$xCQHr{*#sde@~w5SEA^P#*+ekcoX~|d=r%;y^Q$56U`oiruA#O z!WVKv;ee6MUMl=arQNQ0Zd$FTr>zZw(?Q_A_>~_nm%s7K>9vUl?yvOPDZIa2_S_^n z9R${%w$^>|D?eOmw=1*nzVgU5TD|8S8Ha2bl%c*|U`VHaOu}`qVU~H)f;*vxs0JOE zkwiecQ?RsyhRwGwr8s*aR7bBJ+ztPA_u$&2DtsWrbasnrHvePRSEbA_8#rQ~C`$PX zr7JEdp!32RFr2|VxyUehFVySreCN7;p$9k6F^t{ObIt4DP)A?i7t!<<6w;gol%nshLC=$LSw*BiYiV#u1BVqOvqR3+EIvSeULh><e)X2Lh0&>#R{D8gBz*m6Q-gQuNckz?Y2Kq0pT@ z(*?RyW!yEm^N=zN9Q&aA?oc*+03n>QioKFqYFtzC z!Vi2kzOt-yY8EInv_}o23x?);*`sDz=LaY=_2K%ewx#Q*h_I%fH=%@)P$r`6txx|r z>Ma)pF~Y^g&>*6)+>0JxE=0XOVg`$gfw{WtMY5~XIzKgp5%vX3d4?>VPthD{r8cbM z5vyV`OGPf=x5(toXQSaRz|(Ofq~~Aoca5?9ncp(T(r3lbPjvlOXoUyXc=0ayv4ZSD zFWks|QI3t@{at!iGP)<=nEHLn|3Dlp^^C=Ym5F5x%9XE$Cy@}kIF zah!8_Nml3I^VAPWqY?+`;e9@8(Mx9ans^hkL4x{*?G8qV=uUe`kjVrd0;9XY?AJ6^ zg>KrNmGT!@>vacJT<@(buJ_tFuWDLfg%SK=&hs{3w&@r0!Ti$Am)$h1D@qEjqRZd< zz(u8QvwhzVK%c#FSl(Y=^n>lM-o+2VXL5caA8fvC)AQz^zxlG8Qm<%2sw+zV#|JLj zzHi^AQ~=-TWo8?O5Mv0w6)%3E9zgx->`UIzA4GwshiBM#fQ98%Oj-zazE^9KmP`AB`}G0s>G|6>uFO%5>2-tcg5`5w|sM zh?J=xO?dq;74j<__y-@}QdUigTcrIC&cHoYW`+@NR*P5WZ;4*M9|a`@oV!I@5fOqs zuvVbVk@k5*dq?w3U^}1&^AEmpQE%KdgPA|$jQ>F$6#8*?WqB0Z@};xRfT3)6#u*rt ztM{it;Ku7}7h1WP;pXVIYghTeK`~6dj~tmheV$l%i3_q^X?Lp$>>IAeQST&;3TNMg z5TR+^P$z;jDRq+2o276kTt$n(jS6ueD%k`=G61zCG~~W8S?>3j!M0&59ZVM8a_5_F zfo;Rb;fuW2bnqD)GB3_q-g%%bSoZzjwgK#~*SEG#cki%NHh}%xptX{%PPx=$ zBjX|mGW%%XqIuLpTj(shA6Z#I#VN!%_Yhx%K(<7xsg%#Hy!-T8S1Y!QEy<*q+4Fg@ zPpk@Q8ri_MkYd?ZCRPPaGC#)vh*`Nkz7Ps=dB~m(xNjOlE@;L!!wQ^SY-31N0!ua6 z>1CZ=cLWaudG@C$GLYjHAk0GXtEH5YEDihVAPxH@?OHGvWd8tLkr8%fOQ&KFjE>1-P@Jca08H%_8E(S7uR1szOXo>)M115lwP zDw!l_F)<9Vi6n?&(h3_tlCUeGecAtDVT|c=ww` zNT(&U=x&c%%6qL&6_3y6Zat@Z-Zu7-{yPfs%V2a%T{OSh{4?6(QsC() z2{*3Ba5T&`H%wha+>g@{OGkYh`Yau7L;T=+vQe7#M=XAM?0Wh-@xAJwUP|0r`;XZ1 zpH_X3^oi%j^H;pCT}uL2%~KPTBzM$@9lwWfcnkR=d6B7Yd4SPX93J*^XoP zk_Eut&h*q5<6&6%6|=K&qBa=RPAqgxN_ipT9#F#>ct*rmbVPK3>T`ZwkUpQv?*W!p zZ06vTX&pd=vc+HoZC`P!FF^`q>K9;_pD5ksj^^;Ucb&Knt6jqkU)CM)!z@E<{z7>2AgKfuk<);vG0_1I{u!2Ki z|0=OZCnsfV@uxM%@upMHv2p&2qSU`OmVO|{*L+5- zE4kBZ<)Kn|LXpCy`CmWmn}!GmKPy!HsJ#W+cMXm<(ee0nKxR=7(?KlrD1r0^X`wFo z$m#xqWG9<|CZKn1P-EnJ@{@!(r8CPv6mKoj#*n(f&EDW^e=I!90NCl%rvq*BjQ%^wt4C``O{a|VlqAqElYy1AWw&)-y=mKNcGK$7kmxr!1UBrQ8SIDGfX6*2X z%py7*DzGwSI6zu~2EG;KjbUx!G}m7rxX#;5VesNhrZp`M`vVsC2WcD!h+y>-@02|c z&PdCW_elBsof++bX#U3|Ma6W2>mXplf_Y#;+z3qPPZI+4jFk6C%MyQZVYY2GQ#LyF zJsbv-_aoYcNnViF9!3bN3@K{4c>)&ZljqnX)R|T0M}{MsBOSHi{Pn`{ofrVhm1@Zi z0=Jkr4mrGge-UxVxKsNGjAqBpH{YaQ1ptA;=Evv@b`IOtbinhFNLKpCQ}Qi^$^-uK zjF9(xomadE!c`z-M&TcvWU;CXN?h*^(y$4(A$4L$5$@)~6;G8{5KBt3@Q>nu3jo37K?nf*ooVHLZK~A#`)8Kx&zx10ihOeLqwa^Z_4WVY{1dcgrZPaHmN$w~rLtY<~ zEzP~2psJ7xww4VDwTL2Y%?A!klW@88^N({v)G4jJr3>TGV7+lY`qk^!A0{Qlb&(^C+J}b2j%m>gcYdY- zSU{)05C#$iWj;A{Mw}C8_oy;0ixk8iVg7=t(4SmG0jU+X~Y`j1v-1Eil#^yP719A8zb2aQE>7@VsNK zC?V#{A1O%!<0P5Sk_4_MNp}C6ve-}C$! z5+~nhsI8dfh5scT3cWQR8xc$iDW*Cf8t=l{F(BZ>4 zD1$Dd={i1q_#xC6?3rDpJ4&JY=SO5u+I}2f5ve&~60@3_a9d zl{jyPt&G4?F^ZjOK<99ewHrgXT)ctl8OzUq?~YMh7qlFjvT?J z{B~OeJKmJu*xxrjPV$rjP@1Rgef3(cG?48mj-$35lxns5-0#4#C?L9~8D=EJPy3M& zk!fg}PN2K7jhtLw(|^TUX9STDy*H7wp`UE}6OCa4ouDHFdZkAKY5O7c1RZlmiI1e| z6eTL5x7P5F5-F{jB_)x5UROw6 z-Bz^R;z97_^QePts9K2KngS`rF&@Rfi*-u2h3LAk4Ee!(-6Wk9u@I{A&|b3lP{qms zPd`bME`&wOOMGtry_};-Qv6LN1dQh213m&F)NdAv&>bHQ;5n-msS$(77rJ=QprI{T zkH&E87RR!w?iErBTzMm@ufsh8QQWPn*RRq6-7Cy=xC)jIxn-_Avu-7)d=AO&VRM|gisq2V$G9EZ>{lHnT zd%qI_3q~tPwZA@^k^n;lPy|S#e$tZkH5~;5qb2|~ib~z>kEPy$@wi0;l|d!G;y_oc zI(Ft5p$Qh}H+IBo6FYVHW%HDr$eY|BThd(=RlM%4-^BO8&!Yxf9ytr(Z8a%}KtSVC zM`;m=6t)I33aC_{?bd8Gj59`UZB5Xv5^`wQN5fsMs0FneLmN78iAZ)~7|&Sir;M1- zzsZI$)KbSS0F&p+x-omZ0pvFlW}NJ%hT&xG!tJ(|Vd(tdxki~~TZW+vNAe=Wj+1{j zAIG*EXgmru9{ri7EGftJgtg%3!#@9qxRz!s>QK%C;97jE{AfcnHixT1tDK-|>u}XF z3|-e5wW>#_4{8}u*z(wC06kJ(`PoV? zHaoum+V-ijLZQ(p6xf?5R4puh=2v?!5XGYJihl;?|JWCM-7uM)^;5x-C z+_A%}DpA*~QIy`koDizJmZt2d3seuH!jEjymCNVb#u#Sk{1JwNZoXTMWb1K@-B271 z+g}tv%Z7m7|R>c#We~Tm-pB2xF zaYDYu8}<`g&KrYh##ItbDNc0ge2d$BgYfDvY;c?Zy8F&zCZsxCyrEmRZRr~vW}I{j zJk3Q3TD4IvNvzzQx-~a-H362T^bdt5>uyQnEHQ(uz_B?fY$0wu{um`^2ltv>}P<7308YpeUt@jCxhQT+E2H zZV%;x)25hunJHL0f?80A&YSh%c0bHJOj2U2{MtL^1&qdr|Elx91 zQ*|I=cnE(r#9{TmJ+o4KBR7N~alkxY?HQ%{#Q7iyT)KfXgA0)4NCrO7QG(x)Yl?jv zX!K-21(Lu}%HbmJZ}qB4gA73&$!J9L7Gcn5VK#WJ4Pf*_vS-2L2ujCfJ^BD>W&h_m zW$Gu^lzm5X(CtFs{&x~A6&$IkN*E{$qTewM12^(4*}D)Pf!XlB!C{4tQsTyCIv&XtciT2?*+n3V>&oQp ze57og6dy@{$}M;sS3#>T$=9Gari#Ti!nW`{F%evPGf#3cDVm0Rjjq$vUULm||8zhJ zqw4LOt>kpa*`NQ(y-sNw?l(_Lg3tWUKY$tPy(O_#!QP52qvzXVp@_E#WrzhcR`4>B z_YpGA{+HhZ-{xOqnig}YrkSsKjj3tWVU}sWW(9HBf8gG8ifX!1GEIw}JjpE6EE&2+ zPrc{Qe;kvaJju;0lC$RD(LHnwokx$OSHqG}Y$HEv*P@blekMCWJ`)WtMsC`eJo`@u zXj+4@VR-PO>KR6P!=PN_gw}S58elJuXOwftlfZG$IK6n zF~FX9WP4eFyN_oO{K(E)k%$gbHudYK&_{JH|S8xHz8Q zBk#%=SEoPPd3yVRIxGCZJf~@|OTwpkOwRjYU<&_(dpPpEVjDQgIQ#B|sELN?B)W*M zpjV@JppTZyWl7wW+LoYi^r(|XEXX4(0SJf5QDL7`6v?wRYo|yl3)gCEGadp=5gl0s ztU@v{3Y!QZFbw6~!TF699@^D=b`-!}9Cz+@@4Gdo8HlMGpzem@5Ck+CLUh8It@c!& zmqAgC_|`VQNfKD}k<(qH_v`nU@juV6Y1Bd^KG%z1g5HSUhxXC+wt~ShA^;cE1~mge zZEvGp&RBc!cBgZ#hb3v)rUW}9uBmK=6&x?-G=jsot(C|}3x?d3c)fd_zJL$Ckpn9f z=hw9)Hx%yQqFC%44)#l)_#=dU`f=ifh|iqy>n&eVIs|f@57##}_eZ{jvkQ`Kn)fm$ z<T%O3y!JC96g5)(p!cz!|G1ISs0doF=%&rRMgF*2+>rH9xQ0UNSHuZ8j1B{i8lX(J zl$y2JOM8%_w6_UviNivm#Ftf$dLXR0gzc=_%=P9`Tcb@;{v>;&Uv(S30=)@+8T}eU z5cac_Q?&q>5DFH^2~m@z#tG^@h@zO(gur7~;v%DIQ$m1)1&Qo%fIklNhf*?%hUAWJ z%c0QV(aE&C_m*>eb=$>Jt=4YWYSDOt$~=(}%E+WYCMStM|5qo_4a2bw%b=Q%v9D3X zGHk~%^uP&pL%NI4;Yvdf_?|96vVOap>JQ+Xt#9aAU^*VR9s@dO6^L+)N^AA85(3|= zKmWhBl=MO9@r|$0j_KVM`Pfr+Y$@}^F=n?pHgt3X-5KZcjW`|jGxhgmu8q6&8nkD~ zc6ETgNVyuV_fV!b<7jy5?8onT|9%rjsRo8Q=!2t^LG1-^^qveV4_-8^eQvk?p9Ln9 ziE|a?zr?xtvICq?8?T1Q*IZ)IxNGEw`7Ry z{SCw8MtIG#jx6xu#jw*cT&^T@>U1x~LUdAST4#V=0aX(Jl(I+@#AKvIJjMaFUmhc( z`egYlU2q7H%7g4;-B?MfV%J)=zwWy6+H1}D$c*+{UW;8r_8U|HuB}!oB}z(_luETd zm~W5sdZSPe;+8BHdUbB0QP0QidEK1>$5N@I<><$hJhzQQw}(NLTRs>iu@*(JTe5Xa ziDd-4CDDPEJu=ed2>=~#Bib!3>nM~WgF;<%z4!Q)HN>o5K`DHW$L z{bg*&iXGU%|FoP0Xv*`MI$b^<4->rk{qc#%6F-EZ+mXZ_2|p0ZRR^mM?~D0bb4gT^;o<5oMOs?e_5KFXTB3{zx^kX zQQu?M^q%+cmv~RRy5xH7p{K~pk9ki|k|QFy;~6=8a2qV-*z1ucTqU^^!zd&RsC#&R zmS$p$ED-{YJ_<=67$V&_w3>;ud8pq#KJV<3ECtubrv^5Py#A@q!UY-Gb>@%X^t+)Z zBthc3KaRE8x~uZ;xntEJP~)K1Hm0rd!3zdK_1L*?u4b2i_5H5<{$DMIOZ!h7J*H`N ztx=^ICI}k9n~=GI33?*8qzwXVeXtLzchp`zinMQM9~#F)NR35kM9XxuHWZ7lm`%Y` zpoZqPu3ARxeDxAMk@d9Gz@l9RBhp#s)9OA8En0~q>wJQF-IZ}SzHX4t{c1tiUTScM zG?w-l3y{x6ZO@F)?(tU$^XJJ2{dD*finnc;^w$IV${v;hO8AicV?qwHoBAjar5)=r zY?Z>+1Emt6p|#kP`ZXOOwe<<{7;yn(Bg9IpQVEd2_x!cg$CY`C8NLBBAAP8UaCc#= z0hm&3EyFmXcy3k$Q>FXtGmEr%n=01+_e5C!AKc#;Kht3_@+uhx} z+{57Y=J5*tuA(%JX?eS7uON^9>A=ZXb~F{e?JO^~>P> zJcp+luMRN|KQ#Tohd%Ub_4C}H5AEvPn_(1%&D*u>X^q3s;Zkx(_!#5UiH?B2zvvI) zZ)s@M9zZBkc!Gpnq+3S>UxUoVHxyHvOh6TS*uqPJ~%@rmcb?I+2Q$GV8fk z2r0eLw}cos@Eiv~E6-ONz&Kvu7)-1m_)>7`xz?i$_93}-;J99LgCt3&+gm{#((FvC zcyQuGz*TxCqhTCuwN083c|+p4&fwMremw9PliIhg1uTT;8;4S@z0kU@4Lz+Xb&T%` zfx)_-rzK-L^^x4IQ+3!!@APx$C2EjPqVXinA|>DiU?;a)c^&(4G1@a}Wk)6M13ci_ zaFF%-aT1Gojzz<#X*gbk&S*%;ASN!1dal!hm;2y@iIGf&)hBN{|I36>%BvJK2mu;s zl~YO*Ogo%+C|=`te2D^HtyTf&+LSy`5-HR|rR)HyFjeBf@G4WD#I5P{#v7;87M7l3 ztC#^VDOMrilq(BLNFqJ2WOR<9T3y9JOPo@YVA^@K+wtl;r<6pPLP-FK*F8FP9-tz$V0@{{g*K4EPNgb`fOB$-~CE?`0kCT*5*PHEZAI5*1>+hokmOMt>5ro!$&2r*SJx1Iq?7D<`QPYQQ{~xNpeh4#qn&dxJ|{j|Ho@GKPukv6#3X zi|3fu2r~GLn*LMko??3Ayd)@jzVDTQU|?!-exV+QCBlU?f`Kc| z4q(EI6VC_m{3!M;*>OVv7z-`+$@&T*DaL6`yJGfU19)8)r5LA#uGCLzsYMdKT?3}V zizD9y@VzAVB!&Mpm@rZ#PUT7Ki_OKS)&u}d^(=-oZ2-)PiDvkwlwIkBal>sQ0N|C1 z^?I@70cHe)Bj@A6&z0hOJ?pl0DLGM6W5seAA_BisX}9b3LSC__F%Juqk;N!s207-J z$|5D5>b@wItUxdml4y}IQ@Nf4u+CIIpVr&$O2rSFQogN%hNU7xNWI<7>h-vk^BYfa zzxJ!VH1*24T=_*47AzCV*jpG@4ZDnr>2G%z2D^~*T;G(Vi=!tP9eBlBTt0{Nzq$`f zx=LDeVksD#K*9v z;g4A~XAvaN8kS`|D;6n$*ww7BT)1BmdcTYKWHnP6=~@#Zl=X4|fR|fJi1Uv!0QTs+ zu0!Q_A(Z#?)Hgsr-#qv(bOpU0eE|Ih`g`;rARs4Il()v^jsVagCQjG>f;HpOulLy6 zWJWaR^5g=s+Shd8}!hvux(4@YyAoXOy>GI*Oe*sDBR zFI%JVUw>I>5X2#55uyggV&_;g$3y}>?L$LF&AgpAo3|=_X#`nue*CO0F0SR@2GMSI zPzp-xqAWyPz>!=j7CQt#e`}K@nM?^foTS%gbO(CSidh8MS?zA(E1Rxeii(>csz9-? zb$IasMqHS1B#taXUl`0MR1H(jCjrnR8)q_L#j*X9Zi733Yn&8nwT`aq`Z7Ry{@=;~ z%bKo}POVlT+!jqt=0e~bpqhUxV~Fzk2*!UVrIWYSzOwVq$^8nZ(zM6at<7k?kS}6Q z)2gGTa%FK;)v%@&^MyK{qpl=#r;?i~ZUc@^Z&my-^ebENpOl(GshnV(luLp6v3GdQ zsj`e>u^AGl?mlIrp8*;@3shhlT?K*|?=goUl7)n5E_Dkvx3cv?eXwba<2^={)i<@U z8?L22q6scR5{-);?WcFI_11f-fkm#Rl~NYB($*#pd);2p>xMx~bvjn<3HtJ;7lUsB zfB8`8beuSC}G-KV}Jyb z@3S)XGbzx(8n0#myA0=Kn-cZ$SN;pYUf*y9Mi>ik@R&Viz_Tj1di_o^ykY%`CeEa% zB&+XC#LZM1Rx_l+jKoLNLyU!V59XR`?<(C4cY+pL&4UkRU(yVz*2&}k{P9*N?~T+j zj0r{$peH36ZoY`a>q^5ylXy;_N-C7RbY(!VWkmcND9qEV&5~F(S&inrUw89&Vq8uxv5ORgy4Llexawi%lA_TVu%kRomgYJJB#VN@sxuBYg0_-UNG_1r4UVaMJ>3c%2w}f zj6|B{VbF4vNHdlv5eHF7vR?UEESsh)w{^#_d);VC^82X(?c2uPg(9phAA8;G9FD;E zCwcf(OWpS1XWZfXHKWDBsfSf-usFJAedvDX!P_xjjQ3{aYiJHFNJg)ch!^0u8c;JQtOYoH$PCY<-gcHOum`Be^IuD2V8Yh zsguh6Lj`IBN>fZFS(Tr2Bh-@tvBnuNVHPw^CKKke*md>vxV0FxaDzNu?Gw_wP2g<; zm#4Y8ao^v+DU1ffSdS7<+VQm#Oix}z;}a-)m|D`V8u~~I!a?S;*mYTm!X&Lp@ZVH-=wVXiBf>Ut<~@Ndl_D2lKtLL#XM)?x5-<4S*C-)J?mo7#`oO= zrQ%{CikzM&L}`4c@&A0Ds%VkCcqPiaTYtXp5^PQwADH|KdS$)=juSs;t~QtCeGYR< ze~j-Z*n$)B#Y}D+De5o5lJaCcvAh+_?q+qQ5bm(f6L=L$G7xO( zi@TjMAsqRT3;Kox9M}8!QnA#&QS*SEX?M6obJ!4!0iR)mpvr4qEG>Q9b6iMn(BM8K z9U&NlZxFzk=r6{_YYZ*Rbk|p!t~kxcip@75=5Xt+Mmgai*8-f8At3u2e+WrJ=dqe;Xq9DKxaHm-v>EdP%jWW)9RajZA${~lPt)l{d+-lmIjE&?vGR@ zEwK#zchz4(O$1(L^mX7x^wac{epC?dF|> zP`)ovK2WI^67{PP%51Ax-h!5SGugmFQ)D<=pP1EVFv%8=k0+y64GLH5VW0J2Fm*3O zaoRrmTk54`?Xqz^YUt_xMcZC9fPK}NZf3t)X>8{`?O(c7k9u=!3*|CIKD@_I!_kMM z->)w_awgw?s;<6M;KO{VsXi6{Db4ALvJ);tk*(ODLk9bkiYn~jz zX2ljIy8cQ zfDA3ip5~&#vcbfa;w`g4NS9!+9AK1hQ@YI=1&0hN27a93 z+CEU_M95tC4On+v7K#IM^Dkp;%0L6-bU@fKP6=sX+#rPVV~h+aU%{WsmT>@Ffqg`f zMiaD&wlnx`$aM&{#c&O`#1L-4FEh1~+OHkyx299;!+(7|$g@dn4a88ivWW-7yatmN zygFG-8skUC<449ipc$_4Qcb3cJcP=JLk}M_< zm&@ZfHk;$KXV0EJqwLHzUx)yr3&waxojIe7XUwx>fcV)TZ~JVkbzph6M|KKP6)qlsP9u#_oo-bH>JF* z(0<`xx11gL*Dq`r?wV0Bb;gd{@YN-<_s-1z9m25u>d+o%tp2c+6|5^2jVn_ngk%dO zody~iT0%P`TgCpjqvxS}&<~*JBa{VbRywFqH=q$T0?A&C`B>8fV$v2c8;LI_Wg8zPvb6OheRV^ZRA1Pwq>D4I3HpYBd~r)rd4$sxF3t<7e&Y9A8^3f(y%!n^o# zy}BxHuudG5OW6Nv2Ou^k25_!^s#+qdC$t&5<$!ly^ak`OdJjUNZVFC!{s1xpw(Zf$ z8Bmx}N(r%fQE$xhG!jTKNv*r-k^N}>G0tgW8=F3q@fLx@`k!gDB}g{$h$Wk3v;_Sn zfMOA2#u&r6INZtzW`qM^OobAh*E>~AD4_tDP|7jM>nkDPw5yc0N?pFWdpE@puGDja zIi)RJ!zd=zPMrxUg>(fs#Rhc7V~6t2P#L`k!M6T-9<|m<9%c^L8svL*}%u0&sg@LD z;m_YconE%J3gP&xG@IRomUML9Lf@DW#m=pKN1`x-PW@2uvO9v5eQkJ8q&#M-ZF31 z8eA!3Yg1_W_Ci>mZzY89|6lfbDuYInG(wSbe>rgbf$s->H(1_<<;3$Wh>)#wF3hhR z4&kN1cbw#40OZIK0>Qz=sYrKx^ytx}V^{g`N5T%Nt41Ay6@37LC=HbZmZS!v3KE+w zsY}2rq9d)GGz4}B;D1H{>HDc_nrx+N8e2-00q*V*E2w+wluL!Z|NiN=L3+qWHP8Yi zjNI{TW+ZGV2%!DPQ_nT$*|{3Rx^#7Q+Gxihd)y8zqme6u>XTD~*MP_t%Vxmdb3G>$ z(wbx~cv#A_U&?deyoSBM^XQv;#=BnoIDgkW_p+Bg^bovRM*UL1?|0WDhi1R;M>GrW zvJm;uJ~VsryWf3oXdFP#Mfc|r56k|AxLlwMhe<+=n%+gr3iaxRS>iz%_+0m}{Z8H) z^|$bN(jR2~8Xj)r{&?6Qjzj_x@xUyRHk5LnT@Qk4bv_7eH2?KhYEzfq^u>~Nw$4|@ z%667PX>nnA*$b8{jC!CMam#GV$}V9V+@Pr&!bf^@P&EiC4UOWyw>Q^*Xo*BL&gkJ>2Q_em>H^P%3=-T-ZRwCGD%D*=4x&)X!wA zdwYc1_TSrE&3@*oXCSEio;@WBxp>dA>v?`X$Z<6F2wzuyqQ6&O4EzDfR=)HzS40{d z2qaZA%+DJH_S#LuGg2CYRWptOFDx8(UBjsy?N}SMNNsM#8n}ykkfqJpGYiRZ(ONDq zl+whFON{_tRmHhi1&k3OvK|(`cHro|LI}+PlB_*sw zNgtrRATD-HISN@($hF?_V895Kw^}TvIDTA6CQ6SHp4nge+gsQ)3E=X(FR{f!Jz#{Y zTkHc^58VH2^9{1gy0S-oq`%r-{V?pI+tIz~A%rF(p$XInQw3v7N;Jw$IFKzwI&t4Dl&pXU$AVs_s&X5WMjW0kOq^Q^o5GCL$=*(96-m=Ety28_Pl{X!upc=2~^e%gk9)$EH^L3DEGKX z2*d?@Y%-pVB$a9mhLiCqKSg#Qb=IIM;u;Kwd3MTS873-OJD&s_98c(?K!j=3L@+hU z*67e#Iy^G6@_M2PeyflTV2mCT&Z_ZB{;#gi^~xPd@m7ot`8o(GS6p$3G6wzky8s;E z(;9of!vWm)dsu%O;M<@paO z%IFSLRIwe(sDi8N+?5Cu7NJ@c=4+;5G4vw*q(!4|V6)dJ5vv$KeS|?`2A{dw=_<{@5;4Pb)@gNa;+y`@t|Ng!iPL)mo?~Rz_poH@vv=V+h_|W1Nsr-O*|5Ld{zSc zFE~StLU4yb-46r1>l%YzSeAsEi*e@7+d$gM-;{-SH4R$FUMXBQduI0j}Z zgP*X#mRI32tl>1^vsb&GZ(mjTYeR`V`VPaG{1Ld?rP{EhE{uWpDc6s!3z3`V=~aHA zP+hCl0GMT*F^}VUYz19eyJ}@)Bpr-X3|`w{P-iNGB~V5jDu6cf`3UJ|q)N~}f-))Ti3d*R%n(_0W-x-*9+y>FyVm8hn3%E3+`8#v5CA5i%Gy1rw8DhC zP_OkIql5rwt>=W?MPG4sSpmU!DuLNhO$h6*(1fLwg(`>9X3Ut{?k<>#HaG`&Nw&r& zJMRH1yhCES^r7=o6kVOqbw4kan|>b<$w z3@rd~^$J&7Rw7P`J{h?WX{ByQr1Z(q-oLHE$)41TuPPS++~}kxlt+~}FqUGRF3f98 z_^OFca!mBRIP6C=7MazzVnv&csjhnqpx!e3?Vlu5%X{Vq!!Ao5CZc2Ler?rykVyPva$XaL^zRfgc-um3((2zoPm5Bezj9Qp?O8T4!Dd(e_( zk`Qs|ij>dhX0jOu@z;BOwHC%j6^2{jkCYBhrPq9I$pBt{J}V~`Bj91MX%A`w9G`@P zRB(Ko=gS4fl;YWyxtYT=o{|auJRh)>t=L;deYwc7{|fYP57Qp%@V zTcWL=UkgIcWBy~Sc=oI3wNZ-rweY0d=oHEgwZTkWj4hU^YcoGU z2j+Rw)12X=OyUZ4gh)=e8DBX$u<^N9cj(R67F)NJT$hXD61`k?U`Qa^>uHGNe|{t9 zi+8$i&U|NZ{w)!fSSs`EvhOS9@SU3ZcJv^68QRN%hDjLLV32$jWU?$&RZ0nu#dJYQ z52r?yufbvo(28b(z*V=UN*sCXLG`V94PkCqpJdI`aShh3j|D+MNImd8n$zk!;3uvN zH54?;gTF>-F)kODDq&ES4Pn95DmB+^&T+E6;m{w?0LbR8ykc(L&Li3en|jd$w*H2qI}q~`Z4C-f$l-5ImlYQ!k}e_bpoIw zHXWjp1Nam#qIAqPEwo+*gI5e)@MFVKZ-6Ioz;FaJM@ruh5)5H(rl~z%B=aWWu$!-i z;mP{C9c+{hD{p%|s=GpvP~&EJH>GV6BNe>whJNd|z-Nrv>Dh|6H|IB+L!6OZu1+?3 zSZMg}LKrTst%t&P?7Azt8J2Y|hvECqUUPo5vVuPgJ0pPpoW5-o*Y-%9Wz;08N6WAF z0hEz-ecZ)AX=RA>I}VlB=iH3?T2z30x+1nfYR%PtuiAjR|H>AR%K?i zqFr8-uPuhk0^@&P114YB*YNSleF7blq`Np;r2Zk#qj&fXzjkc_oDINIp$BwUEJO5B zEwY_%l0cnwm8}F>mD{-0cpN}N#DWk_pkj|o7AiTK`~Bt-$=!~72ON4&fA1tO-Q6t| z0I#jx$}>M^j>BR<oC@RMxz#&yPB=qxF$bVhrHk@Qyn&;l-#q;Gyk*QV1P$jnTm_nj*zt0$n_ zeAi^Y^B!t$ncTiH(tmVz8+{sm0ev-7ZiNuPw10>ShKJMZhRZ`y%rf8#+DW3g-|dGZUTAq<8RXN?OFPe0_MdKW<9!R4&x_o(5H012mdjIt4 z{`#q#2y(gl=|>+uT_-;xr?2&S(`y1WJyR&lE@E7?EhXAuKf`wl?Pjs)rU0p1EH)>9 zQn}s#1;46pc`LdPi)7odzt-owDpdi1X8$Z)09`8B)E+^qj`zm3U5H*Z5N6t(F%Z>g z?_abdO{+4-{EG!GcHH(Y>y)U?Dly|+B|NG32nEe;c3rPqceqe7PCcyuJWf`WA&Q2t z=B*5L9W&T;Icwr%sqoo3O?oeO+>=-UKpXqGyLYo1jsP`A{n&k+3Aw1e7c zD^sgWc<`dCQ5aNE8#{W_$zA|#PGryy#>-1m0+*aFy6MPO2j8vcxcMK$v520B2|e=2 z{?~l!E*!Z&fva6|@QW-Jbi?BO2E0mxNNzIq4SS77D`k2hsAW{mWp*Yc7|jLPE**-eY2_S6j&Q`S(3z)t(r2HX3Y;?4aw;Eo(=&>lS!dnfRdCKCa7mbu9luXJ#H5|HPjIh5B zS!)-5kou9R8M)0p9efc5#23XwhYHdsK_q<8_cn7zO+-FTu%2KPny0~uj+6U-w6ODQ zhT(s)Ro5~DPAJ$mP{Kmf>gqUwPeg+H=j(;dBIug|5z$6L27xSWM1lmHIuthx_47Uz z(cMH(+Jz!Oq1aAza`!Jox+>@UQqy%#weSTDuIrlg{haFRI-V^>rymZKy}F+?5nhi?j&=16;9i=6{Cn7iUp_Q%NDq4ZMTFqpO0*Vmptd7|jqd%oEzRg%HrEbyc| zU>Y)0j9P>#gxIF|zpMaSmolaW)0n~xUCnxs>bucCg?|E49_bH|=~QIM>>eCWj=0#Dv-oR~-_XWWf&Zr{Oka245reMNMk!(w&uF-*pZ!F5Uj% zdBqn6j>EezaXZ93Mx|xSSO}_VB@$Zs zqPF+x7bQ<+_i#(qlPdL)WrFMG7RsTdb3VkKmA7l3F5kGxXVRV z6nN!Pk0&kj>0QL4kW40%nKVl>4cvAeLq6YJDL8sApPKKP-V2}&H%vzsDxnl@pyQDA zll@l4MhG{h{)m3Imojn#s`A(>jAD={-M6%0l-6zKS7&a+fHE4I5?`f*B*g*GKW^rZ zwesaoHL>r!mlJ3R^OJJxBewOS!&|l0mum+-Ux?jta2+qBcKgRKRj^IKs^-Sg`cC~6JeoJ4ToVn-x@}_k>={vG{ zP#>27O5;>8r;fnP^*cCfc@{jks*l1I{);&w!^D`V#+$m!5mD;NwNX=B^C3|N58p># zlZ2x^|F~=MX!ZYC0XJNSE9-&|w!_H$pQWwjf;6rYuv4mopHOV~Dec>sQmob~U00aS zKl!l>#m`X8ij)=!Bl6Tshc8=-JMKhhp$%ky!;lM7+45n+N;c^KHveB6upg+~pUq#5 zp4>Vf(QbF1-9%^5RfG;%qY0UdHhvA6lLL#2+=C|O8*9p16WF6>`*%cX)?NuAhTtcy zQv%)?_^jfr?*I_1h?{qZHCNw*4n*Hmx;I|Cj0?J z;j#}1ci3+s%}ORlzoQ=DP^;YpWA>rc0`=!<6pVNk$3jTcl%i)5CV1|L{X#ytQ95on_l}^nAUsswA&vJenMDf08K!$zp@n< z)eD(JkemU?_#0SejuU8_U#~8xdeFceL&YAT3i$34p0i zkxaOeG_BA9X?I1(Ad6(XY8@VGKh`sh7$7!`V36~;=_jLN(ecUUv>|0KPn0T+w{ASo zUu}sp25^CvwH`gqRRBjPggMQ$F{8i672J=eW9T+?8Rc1+=#SMAfh3@~voO@tSu3lj zoM4>^N~}Xn)M|~i3g(X~>rdVe_?4AfjprQ)*IYvTb*59vcpB#bcLdf9LZ0Y}zIoRz zVu->d=NI}}z5q!W0u=HsK=Xh1t%`JR%)ZC7s>1O;e^o`^X5Xqv7iLf@Em^s^;?w|Y zTnd0(oOW}>ka+(65Qa%93<&2B{O=E}1q_9J1~iwiw+eZvOLy6`q_gZ>f7sWgxoxzA z?nIAUE)egmU;rxqp;3Cx#4Y_bM!ODVr1Azt^5g=W^c}D6jc5-!JWt*KThsJI14 z9)NFbcA3u@CIqKc(Qw*|ru*|&d42jT&WBA&J}0H&tWo78ZBZevM=8@KI>jQa>-rJH zQV0GNnq?fB+vUhlqM_*j!u}#Ett)o--$FCj(P7-5)YV?CZE?i1mD=Au`zoJxWf-uo z3}5}NYJ~stV}sA$x}?orb6#~BUJcldRCP|Ox{k1yjrs-HiOLe%mfOU8JbEyYErWap zrh;c8=zM>z&PMw%BL?6m?QE&MEBr*f2Zk;5Kwy|(!8^c=GjRa!R+cW5wCDcu&mB0etma$pku|J07 zR5p}Yda~&%jFz8xD~<2}a>hU~(eTO&)(9p5hC$B?>(7(jEEr}&4&ifSzTX!1f^uJB zS%Q%wksFA@3n)bYI4}M&|9eh^cNP~6?JXfHQeQUBSXkV_(a-05?FJkf(rr*_dC1P< zf?-5>elYz{=B*Tw({HVdt3(Reqs}7)Y-A%YMy7+~z{8a3aCKsJMht-$GduxFSd^Q9 z@BWg;nfTmlv4}UfE{s-IOONR~k(Dzv3D%r{OTY%}Ymv=&-?#9MGZm>5{jt*O%ILz@ zCN36NKPMR1ehF(Pz&C_$uwU}jjTq&7-tP@v@u3I7D`c+A`YT*Lh&m?`J6DYvB7#W8BXCE7B zVJ0+F@P~vZzIJ$ZjLrY^G|^Ec>_l~h@(6z84&}+>;GW~#j=4@Njq(%`xdQ>aQf4BP z1BvR3u#%P-=f#XR3~te*YL6G!Y(!MW!PR4p(J=c*;l8;)Ck&gRNPE zlZ)W}fzaWPx>)5B0x9bjt{<~*`x}IC!`_$&BfXmY!Q#R#r!QYVeaph)Tu=@&`lf}< zBs_<+k41*xb9&dfwvvOmH`$N?xTJ@mhZ8`U^h7|BP|OxRWMVZ~6hO>K?^@kOtR%RO z8?bw7UuMrEXV8n#kM;#%zaFPHXsR1WZoZma#jTWy^%lQMZ`#slgRvbxi{jYJl~UiS>74eVtxEvi$5=pG}f+ zLJ^SZ69{lXDZHLBK$ZRAACJdcUI$Ir{GyIAHcgB*t>|mI26|r8v^A3c2=^1hf-D@K z?ixpQ)oxN^Oi%iC3N@6+55YOAI$Z9evxHx7A0v>35mGa{0#nX_KE84Z*}s_nMxdt7 zd2PD3mKM2c4{>a#QfaQGtpSI!==A)$JX|o!6Zygeo|nkXmZhG})_(s8N(YSpd`QcYi({}c)5iw09r57xC38*cvL>(ReUtdKG{EglYCRHdsNGxa)q)Mh>2{jD z6I}bz_T0Dn!Rx&2z(~^U+{3Ncd$be#ue`F0mbLg+;#261O)u}%55_pyQ4Td?ICLxw z;u@7_bmvTxS`^pv9&KLS9}d>DTGUg&`)&QK*M_@S4gBp_ zn(~X9J^vc#KkQHnlt@l*3ycrKzRKsNXfY8AQu-YnF6`RgJ5Mla+i8`Mr)!OdV2s}8 z=lS_XDH`$nmrw+1twl5#_D=itKJN-m8HW!<)C{5CQ!reLUKax9OzjRmP)FxnztQmB z@b~%Qi`+ywj!4|d={jyTN~H3n+_uAo&^|=`^5Vi``6HHXNAoL@t-$(-U!UjLWsJ)< zIKYpl)wQgybtA{4MB4UI$2q1=ssPnb*+FF6pzJ8HKLrC-wor*{jUm&@88w%*>^!O= zaZ1bmuok9s27sy>oH>XX(t`OEHeL6ntD{^-W2)5raWa@AFw^nFo6|N5uFh+|0o_%l zUTUh6H)gEV)OCL^P!>$5@S6jS*BO-8I`_CvG3b)RXUDpbo%{HLphF=8n&82Jd1;d!kWD2 zP$6e#r1$&QH30b9n|9VXfYCJ_$284c0j}r;K4ep2O%^JZg7l&PH8`?p%SJ=mMd>)| zOM_PKu9xXbWt*o5gVUz1WcMLP@=Z8_%FiO1X=r5xwIi790hj5a$I_Kn{G6G!2HP-z zqm+*POiTo4IG~$ID-@QbX|PwC-awGjd*`m3R6CvJrG-v4aovOcd14>hIWl@jfHqcE zDimw-Q%Sw&osV0Mv{+QOt%}98(Hh^hH=r#636&|-U-j*&vwlC0UX9)+MX9LjYMKZ^ z!X&g*hZFGov_oi`LO@xki4f$q-tb;_$b38uXa{jQuHe@Tbi&#!erkYWH3Xjdzb1bK z<0b4Q<(>zi)AnG{s1^$A6k|N-mp#9{Hqbz0{X(JA7!2El0QkLf)rKXkacnYPD6Xs& zij13>??M#CQ4~iJj0BVn&$lcZgjGo&>7*Kwz8{3XFR0e&yu~Pipz?@inSlp0ymYLY zXim9@HKI2FhMUXFjz%$vqMOgVMFE&<&hql+5TKzG4fo29mNbtoVc==n$map_`9_*@ zxQPmuX(lCp1s@6sa899q56%%An!}Nt!n~k)7qa0fri7Kz34zhY>#V~O zi&=K#<-rRG3$Zo-$(T@O=W{u@JM{y+usB|97U%yhq1abWAea?iUa{l~x63;kJ1p>p zLzSKClRK52%HungoeCV%aY$|Phju=fiwRYK5ZBWV9WO56*!|^))V)LKJ6Pw32dmOr zvDtRu*r9UnZ22w!Sj%tuN1A@qZ(~=B7NSQjh+tQQ5ByR?$(D6b)mS1Q;4!hwyU}(sy0A9J{WdRQP@|792Dkgy4j8^4M;6NJ_&Py^b2D{q}V!4P)n# zGzg*D8o`%^>&9i*b$w~v3)VvXkcZwF(bMRS`O`#<1{n{Dq8N$9b;Lyx{5(l~xL{4-HPadsLO?=Q%eN)M zgYiav&Z)@wn{ChKKDy?;&79}zae1B9Ync`6u9y2$CJ%iFiL?Oy379KRcUv*!(17*f z)64zjTn%yWb7k3+iszfq!bMg*2#zXa8A0{X1Q19+Hi|9Uj)3S z&>{oFs?ildh){(rqfPi=l#C|_!%@G62-Cj`Ai^k`hyARK#_++^Ax&5_l@z||;k0u5 z7V2?Cb&C%v;ZMpvZlSb6Ij6U@y-d0GO>~EKT)XzuKX8tkYiVlym>+Kv60D$&I~bo~ zgxgH0Zq+Q2jRI7SC_tZD-gVzm8V^#ojk7e|_7c;^G$vxyNXM${TJws9ym{-jHJ26u z`}Y^_{i}!buS;HEc=+S@`xpw;y(d4vOV^Lcf*F*~1X{lz3@1**b$yOtADp{2&Br}t zdrYyfX?Hs?P5MLZRxED6_7fObvXM-!-v`(eCE2m*MJ^wK8?bN3!)cdp)ZDxpvL)t+)gj)WhFWuB&#? z8)w?4>tgL|l+Axf-&2SARu>!6c@rU2?^mmUmzGaN&*YCHHR6_($}CjQMa49V!7wAu zwv~bg#uzL@;vM?IDdsW2>1ob10Pc2RjHTmZ?Ti$=_X@+a#bPOcyRNVF`U}S!=3gH> z45Q@+=gO%T=l|CZgQn~IMcwy34;C~{(+b6cYb!LuN2{MkXoP_ESO!B=4+7aYJ-EeW zKg0(NlVwsNHg3=v&QJdEXB5)`*BZ>yiaX|(YkhMw2H$HnmA|Wb1Ko!nLoXfupI9hF z#Sm=}6om$;H*u*#d$yNa=1Gl^wc!UgKd>ti^)s8jVU)!09!)M#vhA23BCSSg=qCi` z4fdn>*GUjcDMb_zQSz1PmZE~m&HaE-R;V{rAu741^7H&h%Do8V$mI9wI(rb6unIX) z*C7ZiX;iJmX(bFmKDFAl*}=8-UfBdky$UlU4Ev!ZL8TH95#4r14# z-BJjl@?F!5KN`=_HK{B^7`JdTK^hAUi*`}D*ltUi7|y@fYNGaJVw<-&g^dWeQG`AcPXDQ(b8^4cj&v&6R4$B9surv`(EGHP2qhPPJ(m z;q6PMd#p46d{$j9!cRwRWramQu(-5XykP5uSe9v!LSgC;*uJ0@3M)sBtP~2`1)CVA zWf7tm3cuWtNr`S>C@wB7{=jIEY!!=J$$-wgLiw4pt~?r_0lqdhR!fwWc#T9+^}i}n zMAopBYChiZ;c0(<9rg{wo`0(1`2e0@fs3|b%mSd$xK1`-La#v|LZ65W(69{bY2f2n zFR;H3$fTfD1GEKdGi1sNdPI%Pub)rF)s;*RVO`4yIV{ zC(gu81g6~({_71OYXS^iThMfnpasG#NZpfyTOQYS!E{%nN(W+wCSbR01K6R#i3ZXX zjA|OA)N^7c@y6)P4mT_dIP@*~9T{f`Y|FDl8;b%kTnwmgHxwr$cgHm04dx((*@ zSxx}`JCOiJ=hOX*s$q05y8Q4lidZJa;~GT24DgF?{rSC(H=FROh}zi?yqS5be-CI>bxs>zPetWj)b#!iT7F z+Zj#Mv@5!<(}&LLWVgUG>)y{oV!$f&>ma-*UE$P}rq6|qq0KXdcI!qT> z82EwUH2fBWR3b@ROd}yJN?EHDjVWOYuyt&Kz+h9uO@Xa}op`62e{Y4e0ac<$0h7Ty zj1ZPtD)~wZjc}psjF~x0LCc0#be(DxYeeTC*8AeUbiJaG$EB=Dw!W2)yVk> z6_iRQ*dEo6$vZnh@6K}uK~Rl1AvWzN3*R;e+e=L==er-)88ee-x*<^FE3iI4?%O%{ zwnj26+ph4>@OiY2jw2Kg1ol($dD{q$KLpx(6HPavp4rO{AUa?zr$e;UQq}}`{2Cxw zS-I^~u4RE;YnIDaj}zkMQ@vBDxq%dfEXTq!sb8(Ox)h{z{=N-FRs(OJ^TE5094Q^5 zQn;Rs!l3@9Tt4UJ0IDsDv6Y!rSc&iBQ&t}1~@n2S1m5i>9(!!ly%!CrC(a~a*5bBdEdB)GX$HQ3vOX;?uqXf*t=!} zsHX`0p7r`w8$i{6nmMvjhz6GNRbexBv{nU!Nw%bb<&pJ*rT3)VRpMU-61j;`=hVi)MrLQBwLL9}Ln?Z843={alH*DAI zfZydmYUT?*7AT&Sr&bYa)^O-mUu+!Vso-*8gMs#) ze(|{pn9L8h3C`Nv`dX`HC2mmBik=JZ?OD+x3^)Z}(%#_sxBXzdona_fdT$6~@Z4hF zyHM2Tn+_g$st|Jzl!MknjvYUw9Ee_y%Al1c-lHtrNXU=Tv_{%n!*oy{POzO_E=3qD z(*l#S3YOFU1`ZlHI%-F(y3@Mz8B7@6vo<9F<*Hg5*3n{mnli+JWqjW?&FK zX4}2mq!HO+kehmF^prb&ZU62Wbj`{Yi#bcvS;KT}>+aKv3v6bFX|hHEJG4d=P>hHM?LcgUUN&)d zO|0>BpoHihHqB9r>w{pLhZ*Y$p#~|(nt9l%B}J_i!hct$UN~Fbf!@)(Xhv%t`gDU` zqI?1^!hjF^ZH3<>PXvN#$5~FQFIGHlK z*Z47;5W}z@sd&EcRUWYngAn^;`*dsy6P&+fXTpsLcQ^9AxHn;x7l9b2^+4hWfuB5} z41++C(`YUfbyTuPi5h2G4KYMe46It*7O=sE!Fm+f&?m@huwW;!!&bx3Mlo|_?^XZS zbtg*Q<20ALZDl;^w)qTILV)w6lA-5ZUafX{Bt+O-zm(DCPnt1%eP^u@L4k$FB?czQut#)^*XXsG9uIAp}#&sZM~`?F3itMhBqTdtJ8g6k+>F)&tX=hF5zR!k}L zNBY3*elhAli;epHO<%iG-kaA^x?(ED6yDyx)JYY_#_K!j?2bD=SCemmex|GP>H<-64 zJ?BOhwb5FPnW&Sz3aQcC?A8MpCA$2oe*0%_u!uupf)V>>^(^cUg4wjO18LZw#Tj?D zVUUJjl3@ocV3fBc$=+mdZ?Z>RsF95K$753gHj?RhJeix|tIL_)qn?b%H#g#q)1zi& zoYJxRth;KavDu3DA0t``bMhUTcky+uL9A|F=jwuYpw*AXCfPL8` z#Ge0O>bkDVhTZ3J$aJX1sdX;9gFPh#E|u~p4*~xd&P5XF&s2YN!8W72_}WfQbQ}9r z+ppKf3Rg6aHS3UJNV#oLjarKJqx!!PAB9_W(1m>l`@8}8gnL1N*@=v_1^^0i5TwdQ zwrV)ORcv4?*#CN{6utiQx0%7OuAGUq7q?BoV(m>~WQQj6?4_mon|$#KPjJhke1!4c zg*46~LD=#rEi(24l3NxPo<*5D)4$e#>5IosoQccpndP|lt;eL~%nJ=3M!#kT zzsX&TGUXNkYSJ)@{et!QT4`B$o~dcKZ1pHlFlCZ9Fv2OBOws-5B}bG|1C}(#!gQ3V zv&uIY-AvZqgtb@$Gj6Q)y4!FAC_@ZX>!m#aZt`OxVU56&Oj#DHwfe5ytQb&G69ZUd;eN>3snveb)iDo!jj7DkMtl z9bFSKRts_rNAujBz3(`lnywdcYb*wSp$)}iM}^3%baJ*0#bS@8VW@+HI7&Ra%8cgo z&Aj|zIU7HpXVJ&d-^<$QYsAXfwSEMJDJ~R#%nim5B=F^TX}!LQTeX8Ij{4%UG}cDL z!J4yb!Yq}6gymHABh`41|`;rC{3%1JD33ZVF?;0qpNo(KHayL*A_m{r+pPD2-uu!;?sQSwvY9Y1AoBw;ltd29h)R zIBT??HLp;$DzpaN#`Pd=S|>-tkrwOL3sT0kF#;#unat~3)XkbF!lT(^I}X(Yo=+k`H$@gaYoW5 zuWpv${!^E*cdeTFeLH=^`*qP<5aM;n>{4*u@-RG&PicG+kqvgk6?Hcf2`@dsp(+I| zE-j4YD9>kef6n*f{tGt555{7u#(7OQm$DR z2$&3G97VWC4P7&cJd})AVogfMk`j+HhA7&+E*4nRurTLSQ=d}P3B?h-`9QKDl(|G% zlq{b*v8>eciBrpjS}MsILBOQoD2v*mV^SLC+AylQaQR^*6o$l5HmHG1Uo{QOX+(E5 z&DDuUX*6JU)Qtq4f`>TsLSca~wXZ`(2l_Ftfa)z8aIvuQM>lx!7 ztZSSQ5qyX}Fbe7)Vf!qexH^8~0~fu{YeCL9hqD(0>Q)ml7X26j)|)I(=WMDm;B#PU zMuZxS05ZXm{*x-K^dX)ELzxHD{qf`rztu$AI9&+!gi5XK=|a>m_)!d8z3cob?y1lJ zlot)Ex~6NogzE0brM4~kxw&*LMoylje7&PmHA+(=BH~R?Qkr#nV=$|utEQk8CD}*N zg^(IOqjoD8%HxIj(6r42`H55Fs5vjugZ%L=Awvrb$uwj^_c|qKitwGyRdjN^)>uq97Xsh!a8M^#i)*fOr1tx z3c#_-rkNIX(S;G(iPZ zst1I_Q2+@OndJKIuHCjk>5&&3y5?D)bb+7CM=usvwj-|ptM|0Y4}S>$LDLwgW5PCV zAY+O#x1F6%8=o%~OQF+@BbXoESAwq?R@-*3h!;osoPU)%)}B{AO*dXVG}+$#)sfl% zIzFA$4uAOnJ4#@ny9De_M#hvgO~dWZ4xDFm^o zuGFe7ml(Dj490_Kg#iyELFgbDf*>AZee_X>8a}qqH-Z57dbfJ%trHG3M_P05#36%L z6AJLdp}>9|s5{ctmHw^09(VOc`q`nzaCo_q;(~f9Xtf55bzVv;@q-z9H*1XApw&Rh z2E3MN)a~`qW?)9K*Khg86@Ussf3Jq0^VDkL{PJ=ILwR-Oa#}X9W?xudE^C$5?xp$L z^AGfTRb0)o+h8#^b>f~)n^jz0>pv8@i|`HI?DG7=LQh-m^;X@I={S6;ySl3NmX{0j zq19Vo?`hp;GiSw?=hC=d?`pl_urKT-r1h^v30j7STd^TGazrjm!f@|yTg<>MuXSw! zoFRLfo>1BIXJq`kDIVhPyZT+a;D%3z(>4G8`w>d1RLhdi%|luYP3Q;Hktjf@CuiG1CEE{F4N~!y((Qp@_6YbgvdhL0WdO&lSJuKtO;UA{r z$zqV+y1agDefdm$>^{U`>P|;s24%wqha>lH%c{Cm@Y3h2?DT?f%Na}v6}Pbco_D=% z!+L`W&Q6sXXzysuVKLgRy*^KW|JnO_whkP$HZy4H0ZqW9Vj!hO%77K#O{Y={P6sE+TFz@g9 zA-&jcE%*;>y44DGUD71S$tL4jCrmn~6J~8kF~wBUB-=?Q)4s1+R@t|0Nmkr=W-zcg zWo}guYFR(CZB!%rp;C>k-#utqr1ZJ$aq26k?dd*5Dl_Wng zQfap-AP5 zadg%hrpi?_wCmjS1?d{EV@boY_DZ`w7j+B#UoZQx-kdFTeujSwRmu}^VFR*fN=xn= zyPHdmey)}nTVW(^D|L>h6)ql>eQDK0&QD3{tlpy)HD-vSSuE!Bf{@P_i>4?VF$!I>{x6wwNztQ4 zHC1)i6(@9M>x?5}s3(}jNFjWCcIs(CVL+G$`Ds>`5{UU>p2L>6sz z6GUUm==7B|waqZTrwiddb@=ShH&%THECWq7zc zMEj36Db|J!x8Ay8gQbxD|DS{{;NgTbRgw>68jbbsb?fW(%mJCyGl!swceYG6lX)^J zipeCGnN9r!s-#I^aHfRW#DiDdBw+86Mty(6zqzirn*QM9k+w(Ik+s_tBkA@~oR|BBA#;TH6J77T6FCVO zPzIx+8iyzyQLJI7P%T{8w<~Ol3j1Qhn^=YDa}}z!_cMuE=PwXY;t5*bUlwt9QUXTK z%~6?t9R&U5WE6#ANS!c>lB;z+?g^xszOmRxAkp9nGE6?_E5-E4;GApPy8Hi+BHMAk z=!BtTe{kY;?XTGMo@5jy`^!O)jG`oUf?$)T*+e8uhQUpP65J3;kmb*>09_Ddh3op7 zSLxqKk?n+`^F_z8KloYduk_1M`O(j1eVQmsF|vUQ zrKIla=x6b`?Vk4$0&yj}rb@^H(Tc;z1zjSg8-`|cM z;oPy~=gq`TQ&a6V(;0d}jjO3_HZ{67lQhW)4N5nZ1IRF9mY2!Ie53!KXU|RtRrjqP zC)14Eh9T*^0kf<=Vs`<5Fs8i`1!>S?R1DcODxuekK)bJ(OJ&zrVU1EbU#KFNuF)#$ zUK!(IyciX)=e;*>8nQt|=WN$eThoZG9^bb8q+cW&$3j^?OJs^l*9(?Fx9qx*t?kfE z`Y>slJxZJH@S--hzyKJPYOj8 z(Ck_wNLWG*7uPEA(1|syPU(xVvVlGWip^YjSknT;9FInVGG=NX~sWgGQ?)4R;Q<`)oL~T&%~B6 ztm=%@)gvy^jSkkYyxiA@1;xTX_4`F&A+b)w_+l ze$4lsq^Gex5tILvdzePOaEsXBP&W|#wrsOK@sj^|?qOepb$#pXhXESasXxqSqy&Ep zn4KE+=*554S_&U%N;14)hMhiZJ=VDMse9@rdp0Fu!zQQ`>b#%QW z$6vWQRBQ)BG}ZMK`OV1dNYDUD8qCSJLG5W@9g?IW)t{E62&t}0Qk72P)7tiHWYe8S zt5dj1Y+a*0ceG2(9{L36@2Kz8SpOQmemE>QG@QaT)*`OESsh}Sc2wnWJi-GhdR zxc$`m=D?LzhGn~-;uy}s%`jH};Q0=d0$LXF#FuTcaJ0E1^;Qf0vlXbV>VO>HH9c?I zHs2ozl$`ydX7S4GDpf}y-qh&dPjV?YsuXqkx| z+ozcovP`jh%(b5+`@YK<@ZL+S>WLtyf;f^DY{HS zCTQ;=`&H|$v(zqgC%VO@@B!LGn0a0OhwqYT+J27qk!fR3b6bD3Ko7&m=WWLkDzT9vmH+})gFtLDnyAy@tpi>Q#nVH8f?M9eVTt# zHRhj0s@qc+IfZC+DaUbO(Z`1TT_JU!M}tJb5sz9|=|tz%ngqa0Up0Ie_zalBT8-#x zJuHc$ur8n1CH+#-h^fRI&Go5-*;qfhHlNqzWhv{s^~ya~>fOnD3|r%Ki*B(RvJrmy zELfJdnNuj`PlGuso?tBI|0JCQZJg{s#>GG@mH+ zQ)ySz+;l1t5cwT?Mza(!f>D|W+$(48(n%_jsP?}V=ltGfZ4cExf3cK@TbH=yn5MIf zV=Sis{$9^$+L^&XHsJ_@r)i!bIEm~)aHh_kss|&%ggen_0&zG=yiWqcf_P59xyKbV zp<>d4{KGlbHU){YQ^+x)y8^}jB-9tOy;T~gW<|3{{@+_4x0xqv$yC$R5-P^9SH1G0 zd&NH~12Ip!1dypy2P2nI`_Q|OZ`7ZUJ~sjSqz4ZLcQ5Hps2c-wR(^A zi=K6!t{+IK*$Fmb7)$#3JEMkGRuDaRlF%sC-twA@G?}uWjKdZNs^DWS%hOw`h0-Ez z=2tEkCMeYHTMnv?iRwhF#>(!CW7feow#v*Uq0{}}kDjAgcKmvDnVaD&-shO6q+IfD z?TXwfLvf$XJ-j4TZ^x%JQZ(qg7X>!{~m2oJEg2JQX&%P()G`Y6&ACGI_N8`EA9wGJQcE-h*u(alPq#DDl3d^Vfqb z(PkWtq-IW84B$6dA!rP600f(qUo>PQg!*V#(tLZdIMF zXY#Mq;dp7!&AC1q&w(^Jbh{SYpQrAw`o+ECRmzfBE zFgk-18UcVn4Rtl%+AH^3Ru# zDZ}|X)ptv-dxNU-J+0&_42MY74unoZ+)zL!x)Mx zX&8PSsu+e5ExWWlHrBO~$pT6Q`Jsg4M@%H~Q37~OA$m1(kpJFLN%lKFCM<~XcSF>H zp_7OQYax)uZ4~SBH{OFf*H22^cm@hBj6Bz6=yVXr&3ncQE!fRQ8F{t$lj}-FX{WWx(P4AWoz3RF8iFeQcdI=H% zwLP7ws-1K_le1`~(r8phBF0V6P1>r;bnh!e_4>w*^+ur-ahpp)r8qx-(n<64L!*Jj zZ61}VD;P{xgyG>@y~s69(|EC78y*%EnHj>DT#FNN%XPDcs>P=(%DX{$>mU*R-4MTL)rl4W_NY}WJCw*}l1>U#NK>3Ezz zmJNedW_ke66Y$&%Vn|>RaNW5uk`<^q)*BTnzJI3u8XmT3tE%=WrWN)mGh!O{!-U?z zMVX4yKO~Hz)eIRaBG89pMl`BpfdaQ`=C6i)M5Cd9Q=!PPL&-r9Xf;T&Ni%|ehS48A zDVFH(=X$DQWmGwL{G7a-j^@$+3fWws&nDZ}8cW^

    f^A597^hdp#x_u~7O)-{phS>g`BR6;8w23lgaBK$|1j3HhmlA2GWZ)n z{{qBGK>Yg1sQZ5>BUu9Ey8!urfN~qa>HzBju|+@)0rg@)>i~KT&=&#y`+zYEm;kr| z@Gf8t0oL0AI|A%C08R{Wo(AGoApUN^jR5!UfcrPVTLio>1OCN;|0^KzFc543!i$0M z^FXov6W9oT&}u;(OT?*?Gs9$??o!2UCV z0~Z4a>%gG{z~K$R;ctTvF{~#H-vJ}8!KmUex*?1y4rBaa>>d~ojL(A!OJKq?n79Te z4TQ;6Vaf)u_JygXVd^!Q76;Quf|CK98-hz!aJ7KzJ#cdZcPH>D51vNw^nw`&V5S9T zSz-22n9~vF_Jw(KVE#E+a1RzT`ORZ5%$i2eM?~fGdMT{4m|>|8Q?Pq zd}qKBCpc<_V{72}L^x@IQ#-)l3;|{cbb=r&1Y02Z6@+|(P&KaHp0O|K2(+XK8 z$ZiNZNsw0@^4*}o4Q@GsBMxrc;m#Jgdk*fcfd^gTp&1?-;n5O!Y=Nh7@XP@(4e+Wi zyuJi)&G4=?y!!_4pTUQ7@X-#R&cWv>_>u(Q4Dj6qKTPnmJfbO*75!pDzuM7nkI)~W zKTYVby6Eqr=pQpGR23DH^%WKUGe4V5;c(s8Jq z1C{@TDr`X&?;-P8^luod;y~3(qZ$KI4KGydPgH9Ms_lg8Rz>yFP=h7N@(leKg#LG+ zMkdtQjGBx^O|7Vz6*b?1S|p*C&roX%YU796enRaBq7KJV#|@~{JJdN1b)AU1wM5+~ zq8<*^t0C&$5cR2v`X-_N9nrv+Xpk2gd;krxp`ms(EDDX-fJP>vQQy#*rfBR?H0}Tz z{|HTZhbBg$Noi>ECuFUOraGZ%2hjAE$f+)JHX;`<%!H1uK*vq!co;fS9-UZ&P8LU}!jNB6$vxp9q5FIQaI=G4GP@L#cn&@yZq9YB7j--i>LUgo<=vYgl z<28wnuOd2;B05z}bb1oe>0Lx;N{G(hNp!9y(Rqk2)FiraiRj`gqD!|DT{=W`c^J`^ zrbJgu5nbJde2CFFbQPA$!O{sV^DdU{gk_guxqet4tWXy#EW#KVyAvycl~!Su7*N;%P_YT=5E8hXE1LT=Fh{LC0O$u*6M_{24Srd ztlboA7h&ynSSJVTOv1YNV!gUpZxGfm#sRa8_&ZgX>2+Tn;paEMcASx zw%CNNGO+bC*rpf8JK;4o@tW`O+B@;uZP<1YwyTQmKE!sXu>FnLz6jgz!ww1Tun9Z% z!cOh5b5-o}5A3oHyY9nohp_uR?C~8I?857-;`K#%LlSRniZ>?lrn-3Zy?9F+Z>@^A zmBQQ3;q6JhqZsc@;a%PEu6Ob7c6d()-m?tv?S=Pl!~6Q-eaG;Dy7<5$e5fftRE!UI z!bck7BcEcgVc6>&_AbOerLfOGuy0fBTY`yc_-G+MdI=vZ#K$h-=z zukOOvUc*29f`9CWe_V!xz(J>Q@GKnC4~NFFFbDtq1pZ|jrem01gn!GyzfHowr|}=_ z@Sn@@Ux)DDX&lxKhZo|AIF49{BS+z=UN}01W70Ub6OKKF<1=vlES%5|C&qB%F`Sgd zDNS+8DxCTq78T)tKEyZT_{KSW^Gked9==_S?|zE!CGfpX`2INjpc8&D4?nJpA1}jC z68LEhKV65P^~2An;g@mz>Q4MR2ft~F#Z9p|h5s$V|Lw!?hT-?W;1A>Q$9`DS6#w56 zf8K|`w#45)#ozbg^c!(T9A{?W%tJV99L{cubK*F+6wcj-^M>L4BrYhyg}rd$Ib1Xe z7sqk&FSw*8E^Ug-Zp7tJ;PPd-B7rN@xT+hjj^XNgxaM74doQl5iR-4}`UGyc6E{AH zo5tbhdvQw)x4es62jRAsxIKp3m*I{A+;I$deu}%Q;;t0#Zi%~p!9D-Ly-D2H5BDeW zz`c0z89cHMkL|+~@8Zczcshk=l6bZN&%KG~%i)C#yjT-2uEI-i;^ktz@*!R=A~0%n znf`zALhuPfsW_o@2BAzLp)7>51%z@LgmT4%3Z)1YO9-*Lgi2KjmA)fXo;gjen}qChgq$x4xq}FKaYEj^g#4<6 z{O<@gdl71$Bh-46P&-Aa6C>35j!<_PpedQ%%c1TQQIAfjM-KJOqVN%PR~YpQ zqFxu!-BZy$DRl2&=>7YYHne?t!(K@UEUqW7SO)}V*O=#dzT8O6?^$KvSm zd(h)Qp(jqDr<$Rs3!!)w^h^jn+Xy{p^!!5fLK?l;2fdU-eFmYvwNbwi>R$}?{|yaj zga%wdFGtbK1!zzV4X%KOltDvJpkW)(@Dv&mMxYD0Kp@jG|TD(CRX1bq1}8qqP^%x(jIi8MM)8V;XI)f;PX0 zwpKw~GicjPw0#iTkwrU4po2r>D%z7rdxxQYqtO07=)g>LFpLgi{}&2AzBlo$7;5*G8vP z=*&WNb`3h$4V~YBE~L@LEV^_7UH%khwxGAu=$$Bf7xeBL^xhiuK_T=(9u+h~1sU|w zAoOtzeHuoe6+@o~&=-Z!7fF;ofWFM3uco5h8T9oD^vwzMT_g0vwdltX`l%KAC4hd7 zq2D*4KMK%aLGVheHc6fP0OC4;zR76-n=Hx9z3%HUE3xJ(sXW(zLc4wnnz@2Dru!Tq}xiDui!Zifd2Ab)Ls{8{v9!9L(VQGjW3>_~r-> zb;1p!xM3dOlESw&!nbAd9eePdqi~}TZrlzxxd%6GgqzL8&6na98QiiDZWYC?gSd4L zx5?vn6>$4Pxcv^?A%Q!FaK}9E9L8O?;I5r;*DUV72lq_lyLRASgYZ3P@Vz;FUje>< z1C9*Cy;JzX41OqxAI{)MV))T8eykaO>(A-wD5vzag`~+SS z#LJ$*%Rj}b+IVFEuT0}Lzu~nxyxw@j7QAr}-W121C*m#L@RkEu+WmS6`TZ2~#}CM# z^N_zDNB;f;`TG#^ZwC4AA7t9&$n+F4qaiXgj?DT3nLQGjI}w>T51D@oS#S+m^b4}& z7i3u!S#}FqJ`Gth4O!I}Sv?Y2GYeVwI9av54`ELu8>mH{o3LCY*d%YK2DdmAku zLo3{mRve2~JcU-8hgRN)R(Tz*T7Xs?h*sZ))`+7uqiD@@Xsu~z?OkZyrf9vF(fUo% z`j=2M4ZUX-dT$K9Zy$Pp42^a~b2p)Ri_rW}&_aV2evG;;(FVKFhCiT<)}f8Bp-l_W zW-+w+EVN}6v{hTQ)it#BCbUfoZLM@(#M#%oACEYCJU2DY<6VxVt6Wk}7;8 zr0VivJPeQFF`0)5Fr={qNpob#3@puueS{Q~$YSuBf~5#UfVbA|nnV#X3?UXviX=WE zE^$IaG6b}y0S#CgHi`(D^k~fimNcHBw;Gl-L+(H26QldO5AD?2obF`t@C36F>#N}d z4^tH2Z~v7UTF`<&S_Z@AH vd1jw#RG0nM`~+EirtXVoLzF4x-Y3BpJMc&ySkrnw>B6rE@8RVCF#rPqlJ!Iy diff --git a/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-v4compatibility.ttf b/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-v4compatibility.ttf deleted file mode 100644 index e4eea68d0f53c7900b940281dbe315d324e269a8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10172 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 OcCSL^Y$`R_=KllGe@|=x diff --git a/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-v4compatibility.woff2 b/hackens_orga/shared/static/vendor/fontawesome/webfonts/fa-v4compatibility.woff2 deleted file mode 100644 index e804f186039c899c10eb93749c1878046907e9f1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 4536 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 - {% if field.auto_id %} - - {% endif %} - {% for error in field.errors %} - {{ error }} - {% endfor %} - - {% if field.help_text %} -

    - {{ field.help_text|safe }} -

    - {% endif %} - diff --git a/hackens_orga/shared/templates/forms/common-form.html b/hackens_orga/shared/templates/forms/common-form.html deleted file mode 100644 index 1864ae1..0000000 --- a/hackens_orga/shared/templates/forms/common-form.html +++ /dev/null @@ -1,27 +0,0 @@ -{% load i18n %} -
    - {% csrf_token %} - - {% include "forms/form.html" %} - -
    -
    - -
    - -
    -
    diff --git a/hackens_orga/shared/templates/forms/field.html b/hackens_orga/shared/templates/forms/field.html deleted file mode 100644 index 8072a7d..0000000 --- a/hackens_orga/shared/templates/forms/field.html +++ /dev/null @@ -1,33 +0,0 @@ -{% load bulma %} - -
    - {% if field|is_checkbox %} - - {% include "forms/checkbox.html" %} - - {% elif field|is_radio %} - - {% include "forms/radio.html" %} - - {% elif field|is_input %} - - {% include "forms/input.html" %} - - {% elif field|is_textarea %} - - {% include "forms/textarea.html" %} - - {% elif field|is_select %} - - {% include "forms/select.html" %} - - {% elif field|is_file %} - - {% include "forms/file.html" %} - - {% else %} - - {% include "forms/other.html" %} - - {% endif %} -
    diff --git a/hackens_orga/shared/templates/forms/file.html b/hackens_orga/shared/templates/forms/file.html deleted file mode 100644 index 8d83d84..0000000 --- a/hackens_orga/shared/templates/forms/file.html +++ /dev/null @@ -1,35 +0,0 @@ -{% load i18n bulma %} - - - -
    - -
    - -
    - - {% for error in field.errors %} - {{ error }} - {% endfor %} - - {% if field.help_text %} -

    - {{ field.help_text|safe }} -

    - {% endif %} -
    diff --git a/hackens_orga/shared/templates/forms/form.html b/hackens_orga/shared/templates/forms/form.html deleted file mode 100644 index 1159714..0000000 --- a/hackens_orga/shared/templates/forms/form.html +++ /dev/null @@ -1,18 +0,0 @@ -{% if errors %} -{% if form.non_field_errors %} -
    - {% for non_field_error in form.non_field_errors %} - {{ non_field_error }} - {% if not forloop.last %}
    {% endif %} - {% endfor %} -
    -{% endif %} -{% endif %} - -{% for field in form.hidden_fields %} -{{ field }} -{% endfor %} - -{% for field in form.visible_fields %} -{% include 'forms/field.html' %} -{% endfor %} diff --git a/hackens_orga/shared/templates/forms/formset.html b/hackens_orga/shared/templates/forms/formset.html deleted file mode 100644 index 276821c..0000000 --- a/hackens_orga/shared/templates/forms/formset.html +++ /dev/null @@ -1,14 +0,0 @@ -{% if formset.non_form_errors %} -
    -

    - {% for error in formset.non_form_errors %} - {{ error }}
    - {% endfor %} -

    -
    -{% endif %} - -{{ formset.management_form }} -{% for form in formset %} -{% include 'forms/form.html' %} -{% endfor %} diff --git a/hackens_orga/shared/templates/forms/input.html b/hackens_orga/shared/templates/forms/input.html deleted file mode 100644 index 7e74dbd..0000000 --- a/hackens_orga/shared/templates/forms/input.html +++ /dev/null @@ -1,19 +0,0 @@ -{% load bulma %} - - - -
    - {{ field|bulmafy:'input' }} - - {% for error in field.errors %} - {{ error }} - {% endfor %} - - {% if field.help_text %} -
    - {{ field.help_text|safe }} -
    - {% endif %} -
    diff --git a/hackens_orga/shared/templates/forms/modal-form.html b/hackens_orga/shared/templates/forms/modal-form.html deleted file mode 100644 index ecbddb2..0000000 --- a/hackens_orga/shared/templates/forms/modal-form.html +++ /dev/null @@ -1,35 +0,0 @@ -{% load i18n %} - - diff --git a/hackens_orga/shared/templates/forms/other.html b/hackens_orga/shared/templates/forms/other.html deleted file mode 100644 index 0a2a84a..0000000 --- a/hackens_orga/shared/templates/forms/other.html +++ /dev/null @@ -1,19 +0,0 @@ -{% if field.auto_id %} - -{% endif %} - -
    - {{ field }} - - {% for error in field.errors %} - {{ error }} - {% endfor %} - - {% if field.help_text %} -

    - {{ field.help_text|safe }} -

    - {% endif %} -
    diff --git a/hackens_orga/shared/templates/forms/radio.html b/hackens_orga/shared/templates/forms/radio.html deleted file mode 100644 index 6fc8b8a..0000000 --- a/hackens_orga/shared/templates/forms/radio.html +++ /dev/null @@ -1,24 +0,0 @@ -{% if field.auto_id %} - -{% endif %} - -
    - {% for choice in field %} - - {% endfor %} - - {% for error in field.errors %} - {{ error }} - {% endfor %} - - {% if field.help_text %} -

    - {{ field.help_text|safe }} -

    - {% endif %} -
    diff --git a/hackens_orga/shared/templates/forms/select.html b/hackens_orga/shared/templates/forms/select.html deleted file mode 100644 index f23fcde..0000000 --- a/hackens_orga/shared/templates/forms/select.html +++ /dev/null @@ -1,21 +0,0 @@ -{% load bulma %} - - - -
    - - {{ field }} - - - {% for error in field.errors %} - {{ error }} - {% endfor %} - - {% if field.help_text %} -

    - {{ field.help_text|safe }} -

    - {% endif %} -
    diff --git a/hackens_orga/shared/templates/forms/textarea.html b/hackens_orga/shared/templates/forms/textarea.html deleted file mode 100644 index 1bc2d78..0000000 --- a/hackens_orga/shared/templates/forms/textarea.html +++ /dev/null @@ -1,19 +0,0 @@ -{% load bulma %} - - - -
    - {{ field|bulmafy:'textarea' }} - - {% for error in field.errors %} - {{ error }} - {% endfor %} - - {% if field.help_text %} -

    - {{ field.help_text|safe }} -

    - {% endif %} -
    diff --git a/hackens_orga/shared/templatetags/bulma.py b/hackens_orga/shared/templatetags/bulma.py deleted file mode 100644 index e0e15e2..0000000 --- a/hackens_orga/shared/templatetags/bulma.py +++ /dev/null @@ -1,74 +0,0 @@ -from django import forms, template - -register = template.Library() - - -@register.filter -def widget_type(field): - return field.field.widget - - -@register.filter -def is_select(field): - return isinstance(field.field.widget, forms.Select) - - -@register.filter -def is_multiple_select(field): - return isinstance(field.field.widget, forms.SelectMultiple) - - -@register.filter -def is_textarea(field): - return isinstance(field.field.widget, forms.Textarea) - - -@register.filter -def is_input(field): - return isinstance( - field.field.widget, - ( - forms.TextInput, - forms.NumberInput, - forms.EmailInput, - forms.PasswordInput, - forms.URLInput, - ), - ) - - -@register.filter -def is_checkbox(field): - return isinstance(field.field.widget, forms.CheckboxInput) - - -@register.filter -def is_multiple_checkbox(field): - return isinstance(field.field.widget, forms.CheckboxSelectMultiple) - - -@register.filter -def is_radio(field): - return isinstance(field.field.widget, forms.RadioSelect) - - -@register.filter -def is_file(field): - return isinstance(field.field.widget, forms.FileInput) - - -@register.filter -def bulmafy(field, css_class): - if len(field.errors) > 0: - css_class += " is-danger" - field_classes = field.field.widget.attrs.get("class", "") - field_classes += f" {css_class}" - return field.as_widget(attrs={"class": field_classes}) - - -@register.filter -def bulma_message_tag(tag): - if tag == "error": - return "danger" - - return tag diff --git a/hackens_orga/hackens_orga/urls.py b/hackens_orga/urls.py similarity index 75% rename from hackens_orga/hackens_orga/urls.py rename to hackens_orga/urls.py index ce6ec42..9b5d6d3 100644 --- a/hackens_orga/hackens_orga/urls.py +++ b/hackens_orga/urls.py @@ -13,19 +13,16 @@ Including another URLconf 1. Import the include() function: from django.urls import include, path 2. Add a URL to urlpatterns: path('blog/', include('blog.urls')) """ + +from django.conf import settings from django.contrib import admin from django.urls import include, path -from . import settings - urlpatterns = [ path("authens/", include("authens.urls")), path("admin/", admin.site.urls), - path("api-auth/", include("rest_framework.urls", namespace="rest_framework")), - path("api/budget/", include("budget.urls")), - path("api/agent/", include("agent.urls")), - # path("api/wishlist/", include("wishlist.urls")), - path("", include("frontend.urls")), + path("", include("budget.urls")), + path("agent/", include("agent.urls")), ] if settings.DEBUG: diff --git a/hackens_orga/hackens_orga/wsgi.py b/hackens_orga/wsgi.py similarity index 100% rename from hackens_orga/hackens_orga/wsgi.py rename to hackens_orga/wsgi.py diff --git a/hackens_orga/manage.py b/manage.py similarity index 89% rename from hackens_orga/manage.py rename to manage.py index 8b01882..95f0d7b 100755 --- a/hackens_orga/manage.py +++ b/manage.py @@ -1,4 +1,4 @@ -#!/nix/store/xzyq7h4cmjkr596010w5x6icrc918cgr-python3-3.10.9/bin/python +#!/usr/bin/env python """Django's command-line utility for administrative tasks.""" import os import sys diff --git a/provisioning/mkAssets.nix b/provisioning/mkAssets.nix deleted file mode 100644 index 9cb0c54..0000000 --- a/provisioning/mkAssets.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ pkgs, settings, source, app }: -let - manage-py-file = "${source}/${app}/manage.py"; - static-assets = pkgs.callPackage ./static-assets.nix { inherit python managePy; envPrefix = "HACKENS_ORGA_"}; - mkEnv = settings: let # make env file to source before using manage.py and other commands - lib = pkgs.lib; - mkVarVal = v: let - isHasAttr = s: isAttrs v && hasAttr s v; - in - if builtins.isString v then lib.escapeShellArg v - # NOTE: If any value contains a , (comma) this will not get escaped - else if builtins.isList v && any lib.strings.isCoercibleToString v then lib.escapeShellArg (concatMapStringsSep "," toString v) - else if builtins.isInt v then toString v - else if builtins.isBool v then toString (if v then 1 else 0) - else if isHasAttr "_file" then "$(cat ${lib.escapeShellArg v._file} | xargs)" - else if isHasAttr "_raw" then v._raw - else abort "The django conf value ${lib.generators.toPretty {} v} can not be encoded."; - in lib.concatStrinsSep "\n" (lib.mapAttrsToList (k: v: "export ${k}=${mkVarVal v}") settings); - envFile = mkEnv settings; - managePy = pkgs.writeScript "manage-${app}" '' - source ${envFile} - ${python}/bin/python ${manage-py-file} $@ - ''; -{ - inherit managePy static-assets envFile source; -} diff --git a/provisioning/module.nix b/provisioning/module.nix deleted file mode 100644 index c6af822..0000000 --- a/provisioning/module.nix +++ /dev/null @@ -1,63 +0,0 @@ -{ pkgs, lib, config }: -let - app = "hackens-orga"; - cfg = config.services.django.${app}; - assets = import ./mk-assets.nix { - inherit pkgs app; - settings = cfg.settings; - source = cfg.src; - }; -in -{ - - options = { - services.django.${app} = { - settings = lib.mkOption { - type = with lib.types; attrsOf anything; - default = {}; - description = '' - Configuration for django ${app} - ''; - }; - src = lib.mkOption { - type = lib.types.package; - description = lib.mdDoc "Which DokuWiki package to use."; - }; - port = lib.mkOption { - type = lib.types.port; - default = 51666; - }; - processes = lib.mkOption { - type = lib.types.int; - default = 2; - }; - threads = lib.mkOption { - type = lib.types.int; - default = 2; - }; - }; - }; - config = { - systemd.services.${user} = { - description = "${name} django service"; - wantedBy = [ "multi-user.target" ]; - after = [ "network.target" ]; - serviceConfig = { - User = user; - }; - script = '' - source ${assets.envFile} - ${assets.managePy} migrate - ${python}/bin/gunicorn ${app}.wsgi \ - --pythonpath ${cfg.src}/${app} \ - -b 127.0.0.1:${toString cfg.port} \ - --workers=${toString cfg.processes} \ - --threads=${toString cfg.threads} - ''; - }; - users.users."django-${app}" = { - isSystemUser = true; - group = "django-${app}"; - }; - users.groups."django-${app}" = {}; -} diff --git a/provisioning/python.nix b/provisioning/python.nix index baa96f6..f34b76e 100644 --- a/provisioning/python.nix +++ b/provisioning/python.nix @@ -11,7 +11,6 @@ in python.withPackages (ps: [ ps.django ps.gunicorn - ps.djangorestframework ps.authens ] ++ pkgs.lib.optionals debug [ ps.django-debug-toolbar diff --git a/provisioning/static-assets.nix b/provisioning/static-assets.nix deleted file mode 100644 index 7a04227..0000000 --- a/provisioning/static-assets.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ python, managePy, envPrefix ? ""}: -pkgs.runCommand "${name}-static" { buildInputs = [ src python ]; } '' - mkdir $out - export ${envPrefix}SECRET_KEY="collectstatic" - export ${envPrefix}STATIC_ROOT=$out - export ${envPrefix}DEBUG=0 - export ${envPrefix}ALLOWED_HOSTS= - export ${envPrefix}DB_FILE= - ${managePy} collectstatic -'' diff --git a/hackens_orga/hackens_orga/__init__.py b/shared/__init__.py similarity index 100% rename from hackens_orga/hackens_orga/__init__.py rename to shared/__init__.py diff --git a/hackens_orga/shared/apps.py b/shared/apps.py similarity index 100% rename from hackens_orga/shared/apps.py rename to shared/apps.py diff --git a/shared/static/css/pico.green.min.css b/shared/static/css/pico.green.min.css new file mode 100644 index 0000000..0dfe182 --- /dev/null +++ b/shared/static/css/pico.green.min.css @@ -0,0 +1,4 @@ +@charset "UTF-8";/*! + * Pico CSS ✨ v2.0.3 (https://picocss.com) + * Copyright 2019-2024 - Licensed under MIT + */:root{--pico-font-family-emoji:"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--pico-font-family-sans-serif:system-ui,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,Helvetica,Arial,"Helvetica Neue",sans-serif,var(--pico-font-family-emoji);--pico-font-family-monospace:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace,var(--pico-font-family-emoji);--pico-font-family:var(--pico-font-family-sans-serif);--pico-line-height:1.5;--pico-font-weight:400;--pico-font-size:100%;--pico-text-underline-offset:0.1rem;--pico-border-radius:0.25rem;--pico-border-width:0.0625rem;--pico-outline-width:0.125rem;--pico-transition:0.2s ease-in-out;--pico-spacing:1rem;--pico-typography-spacing-vertical:1rem;--pico-block-spacing-vertical:var(--pico-spacing);--pico-block-spacing-horizontal:var(--pico-spacing);--pico-grid-column-gap:var(--pico-spacing);--pico-grid-row-gap:var(--pico-spacing);--pico-form-element-spacing-vertical:0.75rem;--pico-form-element-spacing-horizontal:1rem;--pico-group-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-group-box-shadow-focus-with-button:0 0 0 var(--pico-outline-width) var(--pico-primary-focus);--pico-group-box-shadow-focus-with-input:0 0 0 0.0625rem var(--pico-form-element-border-color);--pico-modal-overlay-backdrop-filter:blur(0.375rem);--pico-nav-element-spacing-vertical:1rem;--pico-nav-element-spacing-horizontal:0.5rem;--pico-nav-link-spacing-vertical:0.5rem;--pico-nav-link-spacing-horizontal:0.5rem;--pico-nav-breadcrumb-divider:">";--pico-icon-checkbox:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-minus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3C/svg%3E");--pico-icon-chevron:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-date:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");--pico-icon-time:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-search:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='8'%3E%3C/circle%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'%3E%3C/line%3E%3C/svg%3E");--pico-icon-close:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(136, 145, 164)' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");--pico-icon-loading:url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E g %7B animation: rotate 2s linear infinite; transform-origin: center center; %7D circle %7B stroke-dasharray: 75,100; stroke-dashoffset: -5; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; %7D @keyframes rotate %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D @keyframes dash %7B 0%25 %7B stroke-dasharray: 1,100; stroke-dashoffset: 0; %7D 50%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -17.5; %7D 100%25 %7B stroke-dasharray: 44.5,100; stroke-dashoffset: -62; %7D %7D %3C/style%3E%3Cg%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='rgb(136, 145, 164)' stroke-width='4' /%3E%3C/g%3E%3C/svg%3E")}a{--pico-text-decoration:underline}a.contrast,a.secondary{--pico-text-decoration:underline}small{--pico-font-size:0.875em}h1,h2,h3,h4,h5,h6{--pico-font-weight:700}h1{--pico-font-size:2rem;--pico-line-height:1.125;--pico-typography-spacing-top:3rem}h2{--pico-font-size:1.75rem;--pico-line-height:1.15;--pico-typography-spacing-top:2.625rem}h3{--pico-font-size:1.5rem;--pico-line-height:1.175;--pico-typography-spacing-top:2.25rem}h4{--pico-font-size:1.25rem;--pico-line-height:1.2;--pico-typography-spacing-top:1.874rem}h5{--pico-font-size:1.125rem;--pico-line-height:1.225;--pico-typography-spacing-top:1.6875rem}h6{--pico-font-size:1rem;--pico-line-height:1.25;--pico-typography-spacing-top:1.5rem}tfoot td,tfoot th,thead td,thead th{--pico-font-weight:600;--pico-border-width:0.1875rem}code,kbd,pre,samp{--pico-font-family:var(--pico-font-family-monospace)}kbd{--pico-font-weight:bolder}:where(select,textarea),input:not([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-outline-width:0.0625rem}[type=search]{--pico-border-radius:5rem}[type=checkbox],[type=radio]{--pico-border-width:0.125rem}[type=checkbox][role=switch]{--pico-border-width:0.1875rem}details.dropdown summary:not([role=button]){--pico-outline-width:0.0625rem}nav details.dropdown summary:focus-visible{--pico-outline-width:0.125rem}[role=search]{--pico-border-radius:5rem}[role=group]:has(button.secondary:focus,[type=submit].secondary:focus,[type=button].secondary:focus,[role=button].secondary:focus),[role=search]:has(button.secondary:focus,[type=submit].secondary:focus,[type=button].secondary:focus,[role=button].secondary:focus){--pico-group-box-shadow-focus-with-button:0 0 0 var(--pico-outline-width) var(--pico-secondary-focus)}[role=group]:has(button.contrast:focus,[type=submit].contrast:focus,[type=button].contrast:focus,[role=button].contrast:focus),[role=search]:has(button.contrast:focus,[type=submit].contrast:focus,[type=button].contrast:focus,[role=button].contrast:focus){--pico-group-box-shadow-focus-with-button:0 0 0 var(--pico-outline-width) var(--pico-contrast-focus)}[role=group] [role=button],[role=group] [type=button],[role=group] [type=submit],[role=group] button,[role=search] [role=button],[role=search] [type=button],[role=search] [type=submit],[role=search] button{--pico-form-element-spacing-horizontal:2rem}details summary[role=button]:not(.outline)::after{filter:brightness(0) invert(1)}[aria-busy=true]:not(input,select,textarea):is(button,[type=submit],[type=button],[type=reset],[role=button]):not(.outline)::before{filter:brightness(0) invert(1)}:root:not([data-theme=dark]),[data-theme=light]{--pico-background-color:#fff;--pico-color:#373c44;--pico-text-selection-color:rgba(71, 164, 23, 0.25);--pico-muted-color:#646b79;--pico-muted-border-color:#e7eaf0;--pico-primary:#33790f;--pico-primary-background:#398712;--pico-primary-border:var(--pico-primary-background);--pico-primary-underline:rgba(51, 121, 15, 0.5);--pico-primary-hover:#265e09;--pico-primary-hover-background:#33790f;--pico-primary-hover-border:var(--pico-primary-hover-background);--pico-primary-hover-underline:var(--pico-primary-hover);--pico-primary-focus:rgba(71, 164, 23, 0.5);--pico-primary-inverse:#fff;--pico-secondary:#5d6b89;--pico-secondary-background:#525f7a;--pico-secondary-border:var(--pico-secondary-background);--pico-secondary-underline:rgba(93, 107, 137, 0.5);--pico-secondary-hover:#48536b;--pico-secondary-hover-background:#48536b;--pico-secondary-hover-border:var(--pico-secondary-hover-background);--pico-secondary-hover-underline:var(--pico-secondary-hover);--pico-secondary-focus:rgba(93, 107, 137, 0.25);--pico-secondary-inverse:#fff;--pico-contrast:#181c25;--pico-contrast-background:#181c25;--pico-contrast-border:var(--pico-contrast-background);--pico-contrast-underline:rgba(24, 28, 37, 0.5);--pico-contrast-hover:#000;--pico-contrast-hover-background:#000;--pico-contrast-hover-border:var(--pico-contrast-hover-background);--pico-contrast-hover-underline:var(--pico-secondary-hover);--pico-contrast-focus:rgba(93, 107, 137, 0.25);--pico-contrast-inverse:#fff;--pico-box-shadow:0.0145rem 0.029rem 0.174rem rgba(129, 145, 181, 0.01698),0.0335rem 0.067rem 0.402rem rgba(129, 145, 181, 0.024),0.0625rem 0.125rem 0.75rem rgba(129, 145, 181, 0.03),0.1125rem 0.225rem 1.35rem rgba(129, 145, 181, 0.036),0.2085rem 0.417rem 2.502rem rgba(129, 145, 181, 0.04302),0.5rem 1rem 6rem rgba(129, 145, 181, 0.06),0 0 0 0.0625rem rgba(129, 145, 181, 0.015);--pico-h1-color:#2d3138;--pico-h2-color:#373c44;--pico-h3-color:#424751;--pico-h4-color:#4d535e;--pico-h5-color:#5c6370;--pico-h6-color:#646b79;--pico-mark-background-color:#fde7c0;--pico-mark-color:#0f1114;--pico-ins-color:#1d6a54;--pico-del-color:#883935;--pico-blockquote-border-color:var(--pico-muted-border-color);--pico-blockquote-footer-color:var(--pico-muted-color);--pico-button-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-button-hover-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-table-border-color:var(--pico-muted-border-color);--pico-table-row-stripped-background-color:rgba(111, 120, 135, 0.0375);--pico-code-background-color:#f3f5f7;--pico-code-color:#646b79;--pico-code-kbd-background-color:var(--pico-color);--pico-code-kbd-color:var(--pico-background-color);--pico-form-element-background-color:#fbfcfc;--pico-form-element-selected-background-color:#dfe3eb;--pico-form-element-border-color:#cfd5e2;--pico-form-element-color:#23262c;--pico-form-element-placeholder-color:var(--pico-muted-color);--pico-form-element-active-background-color:#fff;--pico-form-element-active-border-color:var(--pico-primary-border);--pico-form-element-focus-color:var(--pico-primary-border);--pico-form-element-disabled-opacity:0.5;--pico-form-element-invalid-border-color:#b86a6b;--pico-form-element-invalid-active-border-color:#c84f48;--pico-form-element-invalid-focus-color:var(--pico-form-element-invalid-active-border-color);--pico-form-element-valid-border-color:#4c9b8a;--pico-form-element-valid-active-border-color:#279977;--pico-form-element-valid-focus-color:var(--pico-form-element-valid-active-border-color);--pico-switch-background-color:#bfc7d9;--pico-switch-checked-background-color:var(--pico-primary-background);--pico-switch-color:#fff;--pico-switch-thumb-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-range-border-color:#dfe3eb;--pico-range-active-border-color:#bfc7d9;--pico-range-thumb-border-color:var(--pico-background-color);--pico-range-thumb-color:var(--pico-secondary-background);--pico-range-thumb-active-color:var(--pico-primary-background);--pico-accordion-border-color:var(--pico-muted-border-color);--pico-accordion-active-summary-color:var(--pico-primary-hover);--pico-accordion-close-summary-color:var(--pico-color);--pico-accordion-open-summary-color:var(--pico-muted-color);--pico-card-background-color:var(--pico-background-color);--pico-card-border-color:var(--pico-muted-border-color);--pico-card-box-shadow:var(--pico-box-shadow);--pico-card-sectioning-background-color:#fbfcfc;--pico-dropdown-background-color:#fff;--pico-dropdown-border-color:#eff1f4;--pico-dropdown-box-shadow:var(--pico-box-shadow);--pico-dropdown-color:var(--pico-color);--pico-dropdown-hover-background-color:#eff1f4;--pico-loading-spinner-opacity:0.5;--pico-modal-overlay-background-color:rgba(232, 234, 237, 0.75);--pico-progress-background-color:#dfe3eb;--pico-progress-color:var(--pico-primary-background);--pico-tooltip-background-color:var(--pico-contrast-background);--pico-tooltip-color:var(--pico-contrast-inverse);--pico-icon-valid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(76, 155, 138)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-invalid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(200, 79, 72)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");color-scheme:light}:root:not([data-theme=dark]) input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]),[data-theme=light] input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-form-element-focus-color:var(--pico-primary-focus)}@media only screen and (prefers-color-scheme:dark){:root:not([data-theme]){--pico-background-color:#13171f;--pico-color:#c2c7d0;--pico-text-selection-color:rgba(78, 179, 27, 0.1875);--pico-muted-color:#7b8495;--pico-muted-border-color:#202632;--pico-primary:#4eb31b;--pico-primary-background:#398712;--pico-primary-border:var(--pico-primary-background);--pico-primary-underline:rgba(78, 179, 27, 0.5);--pico-primary-hover:#5dd121;--pico-primary-hover-background:#409614;--pico-primary-hover-border:var(--pico-primary-hover-background);--pico-primary-hover-underline:var(--pico-primary-hover);--pico-primary-focus:rgba(78, 179, 27, 0.375);--pico-primary-inverse:#fff;--pico-secondary:#969eaf;--pico-secondary-background:#525f7a;--pico-secondary-border:var(--pico-secondary-background);--pico-secondary-underline:rgba(150, 158, 175, 0.5);--pico-secondary-hover:#b3b9c5;--pico-secondary-hover-background:#5d6b89;--pico-secondary-hover-border:var(--pico-secondary-hover-background);--pico-secondary-hover-underline:var(--pico-secondary-hover);--pico-secondary-focus:rgba(144, 158, 190, 0.25);--pico-secondary-inverse:#fff;--pico-contrast:#dfe3eb;--pico-contrast-background:#eff1f4;--pico-contrast-border:var(--pico-contrast-background);--pico-contrast-underline:rgba(223, 227, 235, 0.5);--pico-contrast-hover:#fff;--pico-contrast-hover-background:#fff;--pico-contrast-hover-border:var(--pico-contrast-hover-background);--pico-contrast-hover-underline:var(--pico-contrast-hover);--pico-contrast-focus:rgba(207, 213, 226, 0.25);--pico-contrast-inverse:#000;--pico-box-shadow:0.0145rem 0.029rem 0.174rem rgba(7, 9, 12, 0.01698),0.0335rem 0.067rem 0.402rem rgba(7, 9, 12, 0.024),0.0625rem 0.125rem 0.75rem rgba(7, 9, 12, 0.03),0.1125rem 0.225rem 1.35rem rgba(7, 9, 12, 0.036),0.2085rem 0.417rem 2.502rem rgba(7, 9, 12, 0.04302),0.5rem 1rem 6rem rgba(7, 9, 12, 0.06),0 0 0 0.0625rem rgba(7, 9, 12, 0.015);--pico-h1-color:#f0f1f3;--pico-h2-color:#e0e3e7;--pico-h3-color:#c2c7d0;--pico-h4-color:#b3b9c5;--pico-h5-color:#a4acba;--pico-h6-color:#8891a4;--pico-mark-background-color:#014063;--pico-mark-color:#fff;--pico-ins-color:#62af9a;--pico-del-color:#ce7e7b;--pico-blockquote-border-color:var(--pico-muted-border-color);--pico-blockquote-footer-color:var(--pico-muted-color);--pico-button-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-button-hover-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-table-border-color:var(--pico-muted-border-color);--pico-table-row-stripped-background-color:rgba(111, 120, 135, 0.0375);--pico-code-background-color:#1a1f28;--pico-code-color:#8891a4;--pico-code-kbd-background-color:var(--pico-color);--pico-code-kbd-color:var(--pico-background-color);--pico-form-element-background-color:#1c212c;--pico-form-element-selected-background-color:#2a3140;--pico-form-element-border-color:#2a3140;--pico-form-element-color:#e0e3e7;--pico-form-element-placeholder-color:#8891a4;--pico-form-element-active-background-color:#1a1f28;--pico-form-element-active-border-color:var(--pico-primary-border);--pico-form-element-focus-color:var(--pico-primary-border);--pico-form-element-disabled-opacity:0.5;--pico-form-element-invalid-border-color:#964a50;--pico-form-element-invalid-active-border-color:#b7403b;--pico-form-element-invalid-focus-color:var(--pico-form-element-invalid-active-border-color);--pico-form-element-valid-border-color:#2a7b6f;--pico-form-element-valid-active-border-color:#16896a;--pico-form-element-valid-focus-color:var(--pico-form-element-valid-active-border-color);--pico-switch-background-color:#333c4e;--pico-switch-checked-background-color:var(--pico-primary-background);--pico-switch-color:#fff;--pico-switch-thumb-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-range-border-color:#202632;--pico-range-active-border-color:#2a3140;--pico-range-thumb-border-color:var(--pico-background-color);--pico-range-thumb-color:var(--pico-secondary-background);--pico-range-thumb-active-color:var(--pico-primary-background);--pico-accordion-border-color:var(--pico-muted-border-color);--pico-accordion-active-summary-color:var(--pico-primary-hover);--pico-accordion-close-summary-color:var(--pico-color);--pico-accordion-open-summary-color:var(--pico-muted-color);--pico-card-background-color:#181c25;--pico-card-border-color:var(--pico-card-background-color);--pico-card-box-shadow:var(--pico-box-shadow);--pico-card-sectioning-background-color:#1a1f28;--pico-dropdown-background-color:#181c25;--pico-dropdown-border-color:#202632;--pico-dropdown-box-shadow:var(--pico-box-shadow);--pico-dropdown-color:var(--pico-color);--pico-dropdown-hover-background-color:#202632;--pico-loading-spinner-opacity:0.5;--pico-modal-overlay-background-color:rgba(8, 9, 10, 0.75);--pico-progress-background-color:#202632;--pico-progress-color:var(--pico-primary-background);--pico-tooltip-background-color:var(--pico-contrast-background);--pico-tooltip-color:var(--pico-contrast-inverse);--pico-icon-valid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(42, 123, 111)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-invalid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(150, 74, 80)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");color-scheme:dark}:root:not([data-theme]) input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-form-element-focus-color:var(--pico-primary-focus)}:root:not([data-theme]) details summary[role=button].contrast:not(.outline)::after{filter:brightness(0)}:root:not([data-theme]) [aria-busy=true]:not(input,select,textarea).contrast:is(button,[type=submit],[type=button],[type=reset],[role=button]):not(.outline)::before{filter:brightness(0)}}[data-theme=dark]{--pico-background-color:#13171f;--pico-color:#c2c7d0;--pico-text-selection-color:rgba(78, 179, 27, 0.1875);--pico-muted-color:#7b8495;--pico-muted-border-color:#202632;--pico-primary:#4eb31b;--pico-primary-background:#398712;--pico-primary-border:var(--pico-primary-background);--pico-primary-underline:rgba(78, 179, 27, 0.5);--pico-primary-hover:#5dd121;--pico-primary-hover-background:#409614;--pico-primary-hover-border:var(--pico-primary-hover-background);--pico-primary-hover-underline:var(--pico-primary-hover);--pico-primary-focus:rgba(78, 179, 27, 0.375);--pico-primary-inverse:#fff;--pico-secondary:#969eaf;--pico-secondary-background:#525f7a;--pico-secondary-border:var(--pico-secondary-background);--pico-secondary-underline:rgba(150, 158, 175, 0.5);--pico-secondary-hover:#b3b9c5;--pico-secondary-hover-background:#5d6b89;--pico-secondary-hover-border:var(--pico-secondary-hover-background);--pico-secondary-hover-underline:var(--pico-secondary-hover);--pico-secondary-focus:rgba(144, 158, 190, 0.25);--pico-secondary-inverse:#fff;--pico-contrast:#dfe3eb;--pico-contrast-background:#eff1f4;--pico-contrast-border:var(--pico-contrast-background);--pico-contrast-underline:rgba(223, 227, 235, 0.5);--pico-contrast-hover:#fff;--pico-contrast-hover-background:#fff;--pico-contrast-hover-border:var(--pico-contrast-hover-background);--pico-contrast-hover-underline:var(--pico-contrast-hover);--pico-contrast-focus:rgba(207, 213, 226, 0.25);--pico-contrast-inverse:#000;--pico-box-shadow:0.0145rem 0.029rem 0.174rem rgba(7, 9, 12, 0.01698),0.0335rem 0.067rem 0.402rem rgba(7, 9, 12, 0.024),0.0625rem 0.125rem 0.75rem rgba(7, 9, 12, 0.03),0.1125rem 0.225rem 1.35rem rgba(7, 9, 12, 0.036),0.2085rem 0.417rem 2.502rem rgba(7, 9, 12, 0.04302),0.5rem 1rem 6rem rgba(7, 9, 12, 0.06),0 0 0 0.0625rem rgba(7, 9, 12, 0.015);--pico-h1-color:#f0f1f3;--pico-h2-color:#e0e3e7;--pico-h3-color:#c2c7d0;--pico-h4-color:#b3b9c5;--pico-h5-color:#a4acba;--pico-h6-color:#8891a4;--pico-mark-background-color:#014063;--pico-mark-color:#fff;--pico-ins-color:#62af9a;--pico-del-color:#ce7e7b;--pico-blockquote-border-color:var(--pico-muted-border-color);--pico-blockquote-footer-color:var(--pico-muted-color);--pico-button-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-button-hover-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-table-border-color:var(--pico-muted-border-color);--pico-table-row-stripped-background-color:rgba(111, 120, 135, 0.0375);--pico-code-background-color:#1a1f28;--pico-code-color:#8891a4;--pico-code-kbd-background-color:var(--pico-color);--pico-code-kbd-color:var(--pico-background-color);--pico-form-element-background-color:#1c212c;--pico-form-element-selected-background-color:#2a3140;--pico-form-element-border-color:#2a3140;--pico-form-element-color:#e0e3e7;--pico-form-element-placeholder-color:#8891a4;--pico-form-element-active-background-color:#1a1f28;--pico-form-element-active-border-color:var(--pico-primary-border);--pico-form-element-focus-color:var(--pico-primary-border);--pico-form-element-disabled-opacity:0.5;--pico-form-element-invalid-border-color:#964a50;--pico-form-element-invalid-active-border-color:#b7403b;--pico-form-element-invalid-focus-color:var(--pico-form-element-invalid-active-border-color);--pico-form-element-valid-border-color:#2a7b6f;--pico-form-element-valid-active-border-color:#16896a;--pico-form-element-valid-focus-color:var(--pico-form-element-valid-active-border-color);--pico-switch-background-color:#333c4e;--pico-switch-checked-background-color:var(--pico-primary-background);--pico-switch-color:#fff;--pico-switch-thumb-box-shadow:0 0 0 rgba(0, 0, 0, 0);--pico-range-border-color:#202632;--pico-range-active-border-color:#2a3140;--pico-range-thumb-border-color:var(--pico-background-color);--pico-range-thumb-color:var(--pico-secondary-background);--pico-range-thumb-active-color:var(--pico-primary-background);--pico-accordion-border-color:var(--pico-muted-border-color);--pico-accordion-active-summary-color:var(--pico-primary-hover);--pico-accordion-close-summary-color:var(--pico-color);--pico-accordion-open-summary-color:var(--pico-muted-color);--pico-card-background-color:#181c25;--pico-card-border-color:var(--pico-card-background-color);--pico-card-box-shadow:var(--pico-box-shadow);--pico-card-sectioning-background-color:#1a1f28;--pico-dropdown-background-color:#181c25;--pico-dropdown-border-color:#202632;--pico-dropdown-box-shadow:var(--pico-box-shadow);--pico-dropdown-color:var(--pico-color);--pico-dropdown-hover-background-color:#202632;--pico-loading-spinner-opacity:0.5;--pico-modal-overlay-background-color:rgba(8, 9, 10, 0.75);--pico-progress-background-color:#202632;--pico-progress-color:var(--pico-primary-background);--pico-tooltip-background-color:var(--pico-contrast-background);--pico-tooltip-color:var(--pico-contrast-inverse);--pico-icon-valid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(42, 123, 111)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");--pico-icon-invalid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(150, 74, 80)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");color-scheme:dark}[data-theme=dark] input:is([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[type=file]){--pico-form-element-focus-color:var(--pico-primary-focus)}[data-theme=dark] details summary[role=button].contrast:not(.outline)::after{filter:brightness(0)}[data-theme=dark] [aria-busy=true]:not(input,select,textarea).contrast:is(button,[type=submit],[type=button],[type=reset],[role=button]):not(.outline)::before{filter:brightness(0)}[type=checkbox],[type=radio],[type=range],progress{accent-color:var(--pico-primary)}*,::after,::before{box-sizing:border-box;background-repeat:no-repeat}::after,::before{text-decoration:inherit;vertical-align:inherit}:where(:root){-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;background-color:var(--pico-background-color);color:var(--pico-color);font-weight:var(--pico-font-weight);font-size:var(--pico-font-size);line-height:var(--pico-line-height);font-family:var(--pico-font-family);text-underline-offset:var(--pico-text-underline-offset);text-rendering:optimizeLegibility;overflow-wrap:break-word;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{width:100%;margin:0}main{display:block}body>footer,body>header,body>main{padding-block:var(--pico-block-spacing-vertical)}section{margin-bottom:var(--pico-block-spacing-vertical)}.container,.container-fluid{width:100%;margin-right:auto;margin-left:auto;padding-right:var(--pico-spacing);padding-left:var(--pico-spacing)}@media (min-width:576px){.container{max-width:510px;padding-right:0;padding-left:0}}@media (min-width:768px){.container{max-width:700px}}@media (min-width:1024px){.container{max-width:950px}}@media (min-width:1280px){.container{max-width:1200px}}@media (min-width:1536px){.container{max-width:1450px}}.grid{grid-column-gap:var(--pico-grid-column-gap);grid-row-gap:var(--pico-grid-row-gap);display:grid;grid-template-columns:1fr}@media (min-width:768px){.grid{grid-template-columns:repeat(auto-fit,minmax(0%,1fr))}}.grid>*{min-width:0}.overflow-auto{overflow:auto}b,strong{font-weight:bolder}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}address,blockquote,dl,ol,p,pre,table,ul{margin-top:0;margin-bottom:var(--pico-typography-spacing-vertical);color:var(--pico-color);font-style:normal;font-weight:var(--pico-font-weight)}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:var(--pico-typography-spacing-vertical);color:var(--pico-color);font-weight:var(--pico-font-weight);font-size:var(--pico-font-size);line-height:var(--pico-line-height);font-family:var(--pico-font-family)}h1{--pico-color:var(--pico-h1-color)}h2{--pico-color:var(--pico-h2-color)}h3{--pico-color:var(--pico-h3-color)}h4{--pico-color:var(--pico-h4-color)}h5{--pico-color:var(--pico-h5-color)}h6{--pico-color:var(--pico-h6-color)}:where(article,address,blockquote,dl,figure,form,ol,p,pre,table,ul)~:is(h1,h2,h3,h4,h5,h6){margin-top:var(--pico-typography-spacing-top)}p{margin-bottom:var(--pico-typography-spacing-vertical)}hgroup{margin-bottom:var(--pico-typography-spacing-vertical)}hgroup>*{margin-top:0;margin-bottom:0}hgroup>:not(:first-child):last-child{--pico-color:var(--pico-muted-color);--pico-font-weight:unset;font-size:1rem}:where(ol,ul) li{margin-bottom:calc(var(--pico-typography-spacing-vertical) * .25)}:where(dl,ol,ul) :where(dl,ol,ul){margin:0;margin-top:calc(var(--pico-typography-spacing-vertical) * .25)}ul li{list-style:square}mark{padding:.125rem .25rem;background-color:var(--pico-mark-background-color);color:var(--pico-mark-color);vertical-align:baseline}blockquote{display:block;margin:var(--pico-typography-spacing-vertical) 0;padding:var(--pico-spacing);border-right:none;border-left:.25rem solid var(--pico-blockquote-border-color);border-inline-start:0.25rem solid var(--pico-blockquote-border-color);border-inline-end:none}blockquote footer{margin-top:calc(var(--pico-typography-spacing-vertical) * .5);color:var(--pico-blockquote-footer-color)}abbr[title]{border-bottom:1px dotted;text-decoration:none;cursor:help}ins{color:var(--pico-ins-color);text-decoration:none}del{color:var(--pico-del-color)}::-moz-selection{background-color:var(--pico-text-selection-color)}::selection{background-color:var(--pico-text-selection-color)}:where(a:not([role=button])),[role=link]{--pico-color:var(--pico-primary);--pico-background-color:transparent;--pico-underline:var(--pico-primary-underline);outline:0;background-color:var(--pico-background-color);color:var(--pico-color);-webkit-text-decoration:var(--pico-text-decoration);text-decoration:var(--pico-text-decoration);text-decoration-color:var(--pico-underline);text-underline-offset:0.125em;transition:background-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition),-webkit-text-decoration var(--pico-transition);transition:background-color var(--pico-transition),color var(--pico-transition),text-decoration var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),color var(--pico-transition),text-decoration var(--pico-transition),box-shadow var(--pico-transition),-webkit-text-decoration var(--pico-transition)}:where(a:not([role=button])):is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[role=link]:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-primary-hover);--pico-underline:var(--pico-primary-hover-underline);--pico-text-decoration:underline}:where(a:not([role=button])):focus-visible,[role=link]:focus-visible{box-shadow:0 0 0 var(--pico-outline-width) var(--pico-primary-focus)}:where(a:not([role=button])).secondary,[role=link].secondary{--pico-color:var(--pico-secondary);--pico-underline:var(--pico-secondary-underline)}:where(a:not([role=button])).secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[role=link].secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-secondary-hover);--pico-underline:var(--pico-secondary-hover-underline)}:where(a:not([role=button])).contrast,[role=link].contrast{--pico-color:var(--pico-contrast);--pico-underline:var(--pico-contrast-underline)}:where(a:not([role=button])).contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[role=link].contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-contrast-hover);--pico-underline:var(--pico-contrast-hover-underline)}a[role=button]{display:inline-block}button{margin:0;overflow:visible;font-family:inherit;text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[role=button],[type=button],[type=file]::file-selector-button,[type=reset],[type=submit],button{--pico-background-color:var(--pico-primary-background);--pico-border-color:var(--pico-primary-border);--pico-color:var(--pico-primary-inverse);--pico-box-shadow:var(--pico-button-box-shadow, 0 0 0 rgba(0, 0, 0, 0));padding:var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);border:var(--pico-border-width) solid var(--pico-border-color);border-radius:var(--pico-border-radius);outline:0;background-color:var(--pico-background-color);box-shadow:var(--pico-box-shadow);color:var(--pico-color);font-weight:var(--pico-font-weight);font-size:1rem;line-height:var(--pico-line-height);text-align:center;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color var(--pico-transition),border-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition)}[role=button]:is(:hover,:active,:focus),[role=button]:is([aria-current]:not([aria-current=false])),[type=button]:is(:hover,:active,:focus),[type=button]:is([aria-current]:not([aria-current=false])),[type=file]::file-selector-button:is(:hover,:active,:focus),[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])),[type=reset]:is(:hover,:active,:focus),[type=reset]:is([aria-current]:not([aria-current=false])),[type=submit]:is(:hover,:active,:focus),[type=submit]:is([aria-current]:not([aria-current=false])),button:is(:hover,:active,:focus),button:is([aria-current]:not([aria-current=false])){--pico-background-color:var(--pico-primary-hover-background);--pico-border-color:var(--pico-primary-hover-border);--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0));--pico-color:var(--pico-primary-inverse)}[role=button]:focus,[role=button]:is([aria-current]:not([aria-current=false])):focus,[type=button]:focus,[type=button]:is([aria-current]:not([aria-current=false])):focus,[type=file]::file-selector-button:focus,[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus,[type=reset]:focus,[type=reset]:is([aria-current]:not([aria-current=false])):focus,[type=submit]:focus,[type=submit]:is([aria-current]:not([aria-current=false])):focus,button:focus,button:is([aria-current]:not([aria-current=false])):focus{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-primary-focus)}[type=button],[type=reset],[type=submit]{margin-bottom:var(--pico-spacing)}:is(button,[type=submit],[type=button],[role=button]).secondary,[type=file]::file-selector-button,[type=reset]{--pico-background-color:var(--pico-secondary-background);--pico-border-color:var(--pico-secondary-border);--pico-color:var(--pico-secondary-inverse);cursor:pointer}:is(button,[type=submit],[type=button],[role=button]).secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=file]::file-selector-button:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=reset]:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-background-color:var(--pico-secondary-hover-background);--pico-border-color:var(--pico-secondary-hover-border);--pico-color:var(--pico-secondary-inverse)}:is(button,[type=submit],[type=button],[role=button]).secondary:focus,:is(button,[type=submit],[type=button],[role=button]).secondary:is([aria-current]:not([aria-current=false])):focus,[type=file]::file-selector-button:focus,[type=file]::file-selector-button:is([aria-current]:not([aria-current=false])):focus,[type=reset]:focus,[type=reset]:is([aria-current]:not([aria-current=false])):focus{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-secondary-focus)}:is(button,[type=submit],[type=button],[role=button]).contrast{--pico-background-color:var(--pico-contrast-background);--pico-border-color:var(--pico-contrast-border);--pico-color:var(--pico-contrast-inverse)}:is(button,[type=submit],[type=button],[role=button]).contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-background-color:var(--pico-contrast-hover-background);--pico-border-color:var(--pico-contrast-hover-border);--pico-color:var(--pico-contrast-inverse)}:is(button,[type=submit],[type=button],[role=button]).contrast:focus,:is(button,[type=submit],[type=button],[role=button]).contrast:is([aria-current]:not([aria-current=false])):focus{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-contrast-focus)}:is(button,[type=submit],[type=button],[role=button]).outline,[type=reset].outline{--pico-background-color:transparent;--pico-color:var(--pico-primary);--pico-border-color:var(--pico-primary)}:is(button,[type=submit],[type=button],[role=button]).outline:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=reset].outline:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-background-color:transparent;--pico-color:var(--pico-primary-hover);--pico-border-color:var(--pico-primary-hover)}:is(button,[type=submit],[type=button],[role=button]).outline.secondary,[type=reset].outline{--pico-color:var(--pico-secondary);--pico-border-color:var(--pico-secondary)}:is(button,[type=submit],[type=button],[role=button]).outline.secondary:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),[type=reset].outline:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-secondary-hover);--pico-border-color:var(--pico-secondary-hover)}:is(button,[type=submit],[type=button],[role=button]).outline.contrast{--pico-color:var(--pico-contrast);--pico-border-color:var(--pico-contrast)}:is(button,[type=submit],[type=button],[role=button]).outline.contrast:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){--pico-color:var(--pico-contrast-hover);--pico-border-color:var(--pico-contrast-hover)}:where(button,[type=submit],[type=reset],[type=button],[role=button])[disabled],:where(fieldset[disabled]) :is(button,[type=submit],[type=button],[type=reset],[role=button]){opacity:.5;pointer-events:none}:where(table){width:100%;border-collapse:collapse;border-spacing:0;text-indent:0}td,th{padding:calc(var(--pico-spacing)/ 2) var(--pico-spacing);border-bottom:var(--pico-border-width) solid var(--pico-table-border-color);background-color:var(--pico-background-color);color:var(--pico-color);font-weight:var(--pico-font-weight);text-align:left;text-align:start}tfoot td,tfoot th{border-top:var(--pico-border-width) solid var(--pico-table-border-color);border-bottom:0}table.striped tbody tr:nth-child(odd) td,table.striped tbody tr:nth-child(odd) th{background-color:var(--pico-table-row-stripped-background-color)}:where(audio,canvas,iframe,img,svg,video){vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}:where(iframe){border-style:none}img{max-width:100%;height:auto;border-style:none}:where(svg:not([fill])){fill:currentColor}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-size:.875em;font-family:var(--pico-font-family)}pre code{font-size:inherit;font-family:inherit}pre{-ms-overflow-style:scrollbar;overflow:auto}code,kbd,pre{border-radius:var(--pico-border-radius);background:var(--pico-code-background-color);color:var(--pico-code-color);font-weight:var(--pico-font-weight);line-height:initial}code,kbd{display:inline-block;padding:.375rem}pre{display:block;margin-bottom:var(--pico-spacing);overflow-x:auto}pre>code{display:block;padding:var(--pico-spacing);background:0 0;line-height:var(--pico-line-height)}kbd{background-color:var(--pico-code-kbd-background-color);color:var(--pico-code-kbd-color);vertical-align:baseline}figure{display:block;margin:0;padding:0}figure figcaption{padding:calc(var(--pico-spacing) * .5) 0;color:var(--pico-muted-color)}hr{height:0;margin:var(--pico-typography-spacing-vertical) 0;border:0;border-top:1px solid var(--pico-muted-border-color);color:inherit}[hidden],template{display:none!important}canvas{display:inline-block}input,optgroup,select,textarea{margin:0;font-size:1rem;line-height:var(--pico-line-height);font-family:inherit;letter-spacing:inherit}input{overflow:visible}select{text-transform:none}legend{max-width:100%;padding:0;color:inherit;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{padding:0}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{padding:0;border-style:none}:-moz-focusring{outline:0}:-moz-ui-invalid{box-shadow:none}::-ms-expand{display:none}[type=file],[type=range]{padding:0;border-width:0}input:not([type=checkbox],[type=radio],[type=range]){height:calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2)}fieldset{width:100%;margin:0;margin-bottom:var(--pico-spacing);padding:0;border:0}fieldset legend,label{display:block;margin-bottom:calc(var(--pico-spacing) * .375);color:var(--pico-color);font-weight:var(--pico-form-label-font-weight,var(--pico-font-weight))}fieldset legend{margin-bottom:calc(var(--pico-spacing) * .5)}button[type=submit],input:not([type=checkbox],[type=radio]),select,textarea{width:100%}input:not([type=checkbox],[type=radio],[type=range],[type=file]),select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal)}input,select,textarea{--pico-background-color:var(--pico-form-element-background-color);--pico-border-color:var(--pico-form-element-border-color);--pico-color:var(--pico-form-element-color);--pico-box-shadow:none;border:var(--pico-border-width) solid var(--pico-border-color);border-radius:var(--pico-border-radius);outline:0;background-color:var(--pico-background-color);box-shadow:var(--pico-box-shadow);color:var(--pico-color);font-weight:var(--pico-font-weight);transition:background-color var(--pico-transition),border-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition)}:where(select,textarea):not([readonly]):is(:active,:focus),input:not([type=submit],[type=button],[type=reset],[type=checkbox],[type=radio],[readonly]):is(:active,:focus){--pico-background-color:var(--pico-form-element-active-background-color)}:where(select,textarea):not([readonly]):is(:active,:focus),input:not([type=submit],[type=button],[type=reset],[role=switch],[readonly]):is(:active,:focus){--pico-border-color:var(--pico-form-element-active-border-color)}:where(select,textarea):not([readonly]):focus,input:not([type=submit],[type=button],[type=reset],[type=range],[type=file],[readonly]):focus{--pico-box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-focus-color)}:where(fieldset[disabled]) :is(input:not([type=submit],[type=button],[type=reset]),select,textarea),input:not([type=submit],[type=button],[type=reset])[disabled],label[aria-disabled=true],select[disabled],textarea[disabled]{opacity:var(--pico-form-element-disabled-opacity);pointer-events:none}label[aria-disabled=true] input[disabled]{opacity:1}:where(input,select,textarea):not([type=checkbox],[type=radio],[type=date],[type=datetime-local],[type=month],[type=time],[type=week],[type=range])[aria-invalid]{padding-right:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem)!important;padding-left:var(--pico-form-element-spacing-horizontal);padding-inline-start:var(--pico-form-element-spacing-horizontal)!important;padding-inline-end:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem)!important;background-position:center right .75rem;background-size:1rem auto;background-repeat:no-repeat}:where(input,select,textarea):not([type=checkbox],[type=radio],[type=date],[type=datetime-local],[type=month],[type=time],[type=week],[type=range])[aria-invalid=false]:not(select){background-image:var(--pico-icon-valid)}:where(input,select,textarea):not([type=checkbox],[type=radio],[type=date],[type=datetime-local],[type=month],[type=time],[type=week],[type=range])[aria-invalid=true]:not(select){background-image:var(--pico-icon-invalid)}:where(input,select,textarea)[aria-invalid=false]{--pico-border-color:var(--pico-form-element-valid-border-color)}:where(input,select,textarea)[aria-invalid=false]:is(:active,:focus){--pico-border-color:var(--pico-form-element-valid-active-border-color)!important}:where(input,select,textarea)[aria-invalid=false]:is(:active,:focus):not([type=checkbox],[type=radio]){--pico-box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-valid-focus-color)!important}:where(input,select,textarea)[aria-invalid=true]{--pico-border-color:var(--pico-form-element-invalid-border-color)}:where(input,select,textarea)[aria-invalid=true]:is(:active,:focus){--pico-border-color:var(--pico-form-element-invalid-active-border-color)!important}:where(input,select,textarea)[aria-invalid=true]:is(:active,:focus):not([type=checkbox],[type=radio]){--pico-box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-invalid-focus-color)!important}[dir=rtl] :where(input,select,textarea):not([type=checkbox],[type=radio]):is([aria-invalid],[aria-invalid=true],[aria-invalid=false]){background-position:center left .75rem}input::-webkit-input-placeholder,input::placeholder,select:invalid,textarea::-webkit-input-placeholder,textarea::placeholder{color:var(--pico-form-element-placeholder-color);opacity:1}input:not([type=checkbox],[type=radio]),select,textarea{margin-bottom:var(--pico-spacing)}select::-ms-expand{border:0;background-color:transparent}select:not([multiple],[size]){padding-right:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem);padding-left:var(--pico-form-element-spacing-horizontal);padding-inline-start:var(--pico-form-element-spacing-horizontal);padding-inline-end:calc(var(--pico-form-element-spacing-horizontal) + 1.5rem);background-image:var(--pico-icon-chevron);background-position:center right .75rem;background-size:1rem auto;background-repeat:no-repeat}select[multiple] option:checked{background:var(--pico-form-element-selected-background-color)}[dir=rtl] select:not([multiple],[size]){background-position:center left .75rem}textarea{display:block;resize:vertical}textarea[aria-invalid]{--pico-icon-height:calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2);background-position:top right .75rem!important;background-size:1rem var(--pico-icon-height)!important}:where(input,select,textarea,fieldset,.grid)+small{display:block;width:100%;margin-top:calc(var(--pico-spacing) * -.75);margin-bottom:var(--pico-spacing);color:var(--pico-muted-color)}:where(input,select,textarea,fieldset,.grid)[aria-invalid=false]+small{color:var(--pico-ins-color)}:where(input,select,textarea,fieldset,.grid)[aria-invalid=true]+small{color:var(--pico-del-color)}label>:where(input,select,textarea){margin-top:calc(var(--pico-spacing) * .25)}label:has([type=checkbox],[type=radio]){width:-moz-fit-content;width:fit-content;cursor:pointer}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25em;height:1.25em;margin-top:-.125em;margin-inline-end:.5em;border-width:var(--pico-border-width);vertical-align:middle;cursor:pointer}[type=checkbox]::-ms-check,[type=radio]::-ms-check{display:none}[type=checkbox]:checked,[type=checkbox]:checked:active,[type=checkbox]:checked:focus,[type=radio]:checked,[type=radio]:checked:active,[type=radio]:checked:focus{--pico-background-color:var(--pico-primary-background);--pico-border-color:var(--pico-primary-border);background-image:var(--pico-icon-checkbox);background-position:center;background-size:.75em auto;background-repeat:no-repeat}[type=checkbox]~label,[type=radio]~label{display:inline-block;margin-bottom:0;cursor:pointer}[type=checkbox]~label:not(:last-of-type),[type=radio]~label:not(:last-of-type){margin-inline-end:1em}[type=checkbox]:indeterminate{--pico-background-color:var(--pico-primary-background);--pico-border-color:var(--pico-primary-border);background-image:var(--pico-icon-minus);background-position:center;background-size:.75em auto;background-repeat:no-repeat}[type=radio]{border-radius:50%}[type=radio]:checked,[type=radio]:checked:active,[type=radio]:checked:focus{--pico-background-color:var(--pico-primary-inverse);border-width:.35em;background-image:none}[type=checkbox][role=switch]{--pico-background-color:var(--pico-switch-background-color);--pico-color:var(--pico-switch-color);width:2.25em;height:1.25em;border:var(--pico-border-width) solid var(--pico-border-color);border-radius:1.25em;background-color:var(--pico-background-color);line-height:1.25em}[type=checkbox][role=switch]:not([aria-invalid]){--pico-border-color:var(--pico-switch-background-color)}[type=checkbox][role=switch]:before{display:block;width:calc(1.25em - var(--pico-border-width) * 2);height:100%;border-radius:50%;background-color:var(--pico-color);box-shadow:var(--pico-switch-thumb-box-shadow);content:"";transition:margin .1s ease-in-out}[type=checkbox][role=switch]:focus{--pico-background-color:var(--pico-switch-background-color);--pico-border-color:var(--pico-switch-background-color)}[type=checkbox][role=switch]:checked{--pico-background-color:var(--pico-switch-checked-background-color);--pico-border-color:var(--pico-switch-checked-background-color);background-image:none}[type=checkbox][role=switch]:checked::before{margin-inline-start:calc(1.125em - var(--pico-border-width))}[type=checkbox][role=switch][disabled]{--pico-background-color:var(--pico-border-color)}[type=checkbox][aria-invalid=false]:checked,[type=checkbox][aria-invalid=false]:checked:active,[type=checkbox][aria-invalid=false]:checked:focus,[type=checkbox][role=switch][aria-invalid=false]:checked,[type=checkbox][role=switch][aria-invalid=false]:checked:active,[type=checkbox][role=switch][aria-invalid=false]:checked:focus{--pico-background-color:var(--pico-form-element-valid-border-color)}[type=checkbox]:checked:active[aria-invalid=true],[type=checkbox]:checked:focus[aria-invalid=true],[type=checkbox]:checked[aria-invalid=true],[type=checkbox][role=switch]:checked:active[aria-invalid=true],[type=checkbox][role=switch]:checked:focus[aria-invalid=true],[type=checkbox][role=switch]:checked[aria-invalid=true]{--pico-background-color:var(--pico-form-element-invalid-border-color)}[type=checkbox][aria-invalid=false]:checked,[type=checkbox][aria-invalid=false]:checked:active,[type=checkbox][aria-invalid=false]:checked:focus,[type=checkbox][role=switch][aria-invalid=false]:checked,[type=checkbox][role=switch][aria-invalid=false]:checked:active,[type=checkbox][role=switch][aria-invalid=false]:checked:focus,[type=radio][aria-invalid=false]:checked,[type=radio][aria-invalid=false]:checked:active,[type=radio][aria-invalid=false]:checked:focus{--pico-border-color:var(--pico-form-element-valid-border-color)}[type=checkbox]:checked:active[aria-invalid=true],[type=checkbox]:checked:focus[aria-invalid=true],[type=checkbox]:checked[aria-invalid=true],[type=checkbox][role=switch]:checked:active[aria-invalid=true],[type=checkbox][role=switch]:checked:focus[aria-invalid=true],[type=checkbox][role=switch]:checked[aria-invalid=true],[type=radio]:checked:active[aria-invalid=true],[type=radio]:checked:focus[aria-invalid=true],[type=radio]:checked[aria-invalid=true]{--pico-border-color:var(--pico-form-element-invalid-border-color)}[type=color]::-webkit-color-swatch-wrapper{padding:0}[type=color]::-moz-focus-inner{padding:0}[type=color]::-webkit-color-swatch{border:0;border-radius:calc(var(--pico-border-radius) * .5)}[type=color]::-moz-color-swatch{border:0;border-radius:calc(var(--pico-border-radius) * .5)}input:not([type=checkbox],[type=radio],[type=range],[type=file]):is([type=date],[type=datetime-local],[type=month],[type=time],[type=week]){--pico-icon-position:0.75rem;--pico-icon-width:1rem;padding-right:calc(var(--pico-icon-width) + var(--pico-icon-position));background-image:var(--pico-icon-date);background-position:center right var(--pico-icon-position);background-size:var(--pico-icon-width) auto;background-repeat:no-repeat}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=time]{background-image:var(--pico-icon-time)}[type=date]::-webkit-calendar-picker-indicator,[type=datetime-local]::-webkit-calendar-picker-indicator,[type=month]::-webkit-calendar-picker-indicator,[type=time]::-webkit-calendar-picker-indicator,[type=week]::-webkit-calendar-picker-indicator{width:var(--pico-icon-width);margin-right:calc(var(--pico-icon-width) * -1);margin-left:var(--pico-icon-position);opacity:0}@-moz-document url-prefix(){[type=date],[type=datetime-local],[type=month],[type=time],[type=week]{padding-right:var(--pico-form-element-spacing-horizontal)!important;background-image:none!important}}[dir=rtl] :is([type=date],[type=datetime-local],[type=month],[type=time],[type=week]){text-align:right}[type=file]{--pico-color:var(--pico-muted-color);margin-left:calc(var(--pico-outline-width) * -1);padding:calc(var(--pico-form-element-spacing-vertical) * .5) 0;padding-left:var(--pico-outline-width);border:0;border-radius:0;background:0 0}[type=file]::file-selector-button{margin-right:calc(var(--pico-spacing)/ 2);padding:calc(var(--pico-form-element-spacing-vertical) * .5) var(--pico-form-element-spacing-horizontal)}[type=file]:is(:hover,:active,:focus)::file-selector-button{--pico-background-color:var(--pico-secondary-hover-background);--pico-border-color:var(--pico-secondary-hover-border)}[type=file]:focus::file-selector-button{--pico-box-shadow:var(--pico-button-hover-box-shadow, 0 0 0 rgba(0, 0, 0, 0)),0 0 0 var(--pico-outline-width) var(--pico-secondary-focus)}[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:1.25rem;background:0 0}[type=range]::-webkit-slider-runnable-track{width:100%;height:.375rem;border-radius:var(--pico-border-radius);background-color:var(--pico-range-border-color);-webkit-transition:background-color var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),box-shadow var(--pico-transition)}[type=range]::-moz-range-track{width:100%;height:.375rem;border-radius:var(--pico-border-radius);background-color:var(--pico-range-border-color);-moz-transition:background-color var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),box-shadow var(--pico-transition)}[type=range]::-ms-track{width:100%;height:.375rem;border-radius:var(--pico-border-radius);background-color:var(--pico-range-border-color);-ms-transition:background-color var(--pico-transition),box-shadow var(--pico-transition);transition:background-color var(--pico-transition),box-shadow var(--pico-transition)}[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;margin-top:-.4375rem;border:2px solid var(--pico-range-thumb-border-color);border-radius:50%;background-color:var(--pico-range-thumb-color);cursor:pointer;-webkit-transition:background-color var(--pico-transition),transform var(--pico-transition);transition:background-color var(--pico-transition),transform var(--pico-transition)}[type=range]::-moz-range-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;margin-top:-.4375rem;border:2px solid var(--pico-range-thumb-border-color);border-radius:50%;background-color:var(--pico-range-thumb-color);cursor:pointer;-moz-transition:background-color var(--pico-transition),transform var(--pico-transition);transition:background-color var(--pico-transition),transform var(--pico-transition)}[type=range]::-ms-thumb{-webkit-appearance:none;width:1.25rem;height:1.25rem;margin-top:-.4375rem;border:2px solid var(--pico-range-thumb-border-color);border-radius:50%;background-color:var(--pico-range-thumb-color);cursor:pointer;-ms-transition:background-color var(--pico-transition),transform var(--pico-transition);transition:background-color var(--pico-transition),transform var(--pico-transition)}[type=range]:active,[type=range]:focus-within{--pico-range-border-color:var(--pico-range-active-border-color);--pico-range-thumb-color:var(--pico-range-thumb-active-color)}[type=range]:active::-webkit-slider-thumb{transform:scale(1.25)}[type=range]:active::-moz-range-thumb{transform:scale(1.25)}[type=range]:active::-ms-thumb{transform:scale(1.25)}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search]{padding-inline-start:calc(var(--pico-form-element-spacing-horizontal) + 1.75rem);background-image:var(--pico-icon-search);background-position:center left calc(var(--pico-form-element-spacing-horizontal) + .125rem);background-size:1rem auto;background-repeat:no-repeat}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid]{padding-inline-start:calc(var(--pico-form-element-spacing-horizontal) + 1.75rem)!important;background-position:center left 1.125rem,center right .75rem}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid=false]{background-image:var(--pico-icon-search),var(--pico-icon-valid)}input:not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid=true]{background-image:var(--pico-icon-search),var(--pico-icon-invalid)}[dir=rtl] :where(input):not([type=checkbox],[type=radio],[type=range],[type=file])[type=search]{background-position:center right 1.125rem}[dir=rtl] :where(input):not([type=checkbox],[type=radio],[type=range],[type=file])[type=search][aria-invalid]{background-position:center right 1.125rem,center left .75rem}details{display:block;margin-bottom:var(--pico-spacing)}details summary{line-height:1rem;list-style-type:none;cursor:pointer;transition:color var(--pico-transition)}details summary:not([role]){color:var(--pico-accordion-close-summary-color)}details summary::-webkit-details-marker{display:none}details summary::marker{display:none}details summary::-moz-list-bullet{list-style-type:none}details summary::after{display:block;width:1rem;height:1rem;margin-inline-start:calc(var(--pico-spacing,1rem) * .5);float:right;transform:rotate(-90deg);background-image:var(--pico-icon-chevron);background-position:right center;background-size:1rem auto;background-repeat:no-repeat;content:"";transition:transform var(--pico-transition)}details summary:focus{outline:0}details summary:focus:not([role]){color:var(--pico-accordion-active-summary-color)}details summary:focus-visible:not([role]){outline:var(--pico-outline-width) solid var(--pico-primary-focus);outline-offset:calc(var(--pico-spacing,1rem) * 0.5);color:var(--pico-primary)}details summary[role=button]{width:100%;text-align:left}details summary[role=button]::after{height:calc(1rem * var(--pico-line-height,1.5))}details[open]>summary{margin-bottom:var(--pico-spacing)}details[open]>summary:not([role]):not(:focus){color:var(--pico-accordion-open-summary-color)}details[open]>summary::after{transform:rotate(0)}[dir=rtl] details summary{text-align:right}[dir=rtl] details summary::after{float:left;background-position:left center}article{margin-bottom:var(--pico-block-spacing-vertical);padding:var(--pico-block-spacing-vertical) var(--pico-block-spacing-horizontal);border-radius:var(--pico-border-radius);background:var(--pico-card-background-color);box-shadow:var(--pico-card-box-shadow)}article>footer,article>header{margin-right:calc(var(--pico-block-spacing-horizontal) * -1);margin-left:calc(var(--pico-block-spacing-horizontal) * -1);padding:calc(var(--pico-block-spacing-vertical) * .66) var(--pico-block-spacing-horizontal);background-color:var(--pico-card-sectioning-background-color)}article>header{margin-top:calc(var(--pico-block-spacing-vertical) * -1);margin-bottom:var(--pico-block-spacing-vertical);border-bottom:var(--pico-border-width) solid var(--pico-card-border-color);border-top-right-radius:var(--pico-border-radius);border-top-left-radius:var(--pico-border-radius)}article>footer{margin-top:var(--pico-block-spacing-vertical);margin-bottom:calc(var(--pico-block-spacing-vertical) * -1);border-top:var(--pico-border-width) solid var(--pico-card-border-color);border-bottom-right-radius:var(--pico-border-radius);border-bottom-left-radius:var(--pico-border-radius)}details.dropdown{position:relative;border-bottom:none}details.dropdown summary::after,details.dropdown>a::after,details.dropdown>button::after{display:block;width:1rem;height:calc(1rem * var(--pico-line-height,1.5));margin-inline-start:.25rem;float:right;transform:rotate(0) translateX(.2rem);background-image:var(--pico-icon-chevron);background-position:right center;background-size:1rem auto;background-repeat:no-repeat;content:""}nav details.dropdown{margin-bottom:0}details.dropdown summary:not([role]){height:calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2);padding:var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);border:var(--pico-border-width) solid var(--pico-form-element-border-color);border-radius:var(--pico-border-radius);background-color:var(--pico-form-element-background-color);color:var(--pico-form-element-placeholder-color);line-height:inherit;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color var(--pico-transition),border-color var(--pico-transition),color var(--pico-transition),box-shadow var(--pico-transition)}details.dropdown summary:not([role]):active,details.dropdown summary:not([role]):focus{border-color:var(--pico-form-element-active-border-color);background-color:var(--pico-form-element-active-background-color)}details.dropdown summary:not([role]):focus{box-shadow:0 0 0 var(--pico-outline-width) var(--pico-form-element-focus-color)}details.dropdown summary:not([role]):focus-visible{outline:0}details.dropdown summary:not([role])[aria-invalid=false]{--pico-form-element-border-color:var(--pico-form-element-valid-border-color);--pico-form-element-active-border-color:var(--pico-form-element-valid-focus-color);--pico-form-element-focus-color:var(--pico-form-element-valid-focus-color)}details.dropdown summary:not([role])[aria-invalid=true]{--pico-form-element-border-color:var(--pico-form-element-invalid-border-color);--pico-form-element-active-border-color:var(--pico-form-element-invalid-focus-color);--pico-form-element-focus-color:var(--pico-form-element-invalid-focus-color)}nav details.dropdown{display:inline;margin:calc(var(--pico-nav-element-spacing-vertical) * -1) 0}nav details.dropdown summary::after{transform:rotate(0) translateX(0)}nav details.dropdown summary:not([role]){height:calc(1rem * var(--pico-line-height) + var(--pico-nav-link-spacing-vertical) * 2);padding:calc(var(--pico-nav-link-spacing-vertical) - var(--pico-border-width) * 2) var(--pico-nav-link-spacing-horizontal)}nav details.dropdown summary:not([role]):focus-visible{box-shadow:0 0 0 var(--pico-outline-width) var(--pico-primary-focus)}details.dropdown summary+ul{display:flex;z-index:99;position:absolute;left:0;flex-direction:column;width:100%;min-width:-moz-fit-content;min-width:fit-content;margin:0;margin-top:var(--pico-outline-width);padding:0;border:var(--pico-border-width) solid var(--pico-dropdown-border-color);border-radius:var(--pico-border-radius);background-color:var(--pico-dropdown-background-color);box-shadow:var(--pico-dropdown-box-shadow);color:var(--pico-dropdown-color);white-space:nowrap;opacity:0;transition:opacity var(--pico-transition),transform 0s ease-in-out 1s}details.dropdown summary+ul[dir=rtl]{right:0;left:auto}details.dropdown summary+ul li{width:100%;margin-bottom:0;padding:calc(var(--pico-form-element-spacing-vertical) * .5) var(--pico-form-element-spacing-horizontal);list-style:none}details.dropdown summary+ul li:first-of-type{margin-top:calc(var(--pico-form-element-spacing-vertical) * .5)}details.dropdown summary+ul li:last-of-type{margin-bottom:calc(var(--pico-form-element-spacing-vertical) * .5)}details.dropdown summary+ul li a{display:block;margin:calc(var(--pico-form-element-spacing-vertical) * -.5) calc(var(--pico-form-element-spacing-horizontal) * -1);padding:calc(var(--pico-form-element-spacing-vertical) * .5) var(--pico-form-element-spacing-horizontal);overflow:hidden;border-radius:0;color:var(--pico-dropdown-color);text-decoration:none;text-overflow:ellipsis}details.dropdown summary+ul li a:active,details.dropdown summary+ul li a:focus,details.dropdown summary+ul li a:focus-visible,details.dropdown summary+ul li a:hover,details.dropdown summary+ul li a[aria-current]:not([aria-current=false]){background-color:var(--pico-dropdown-hover-background-color)}details.dropdown summary+ul li label{width:100%}details.dropdown summary+ul li:has(label):hover{background-color:var(--pico-dropdown-hover-background-color)}details.dropdown[open] summary{margin-bottom:0}details.dropdown[open] summary+ul{transform:scaleY(1);opacity:1;transition:opacity var(--pico-transition),transform 0s ease-in-out 0s}details.dropdown[open] summary::before{display:block;z-index:1;position:fixed;width:100vw;height:100vh;inset:0;background:0 0;content:"";cursor:default}label>details.dropdown{margin-top:calc(var(--pico-spacing) * .25)}[role=group],[role=search]{display:inline-flex;position:relative;width:100%;margin-bottom:var(--pico-spacing);border-radius:var(--pico-border-radius);box-shadow:var(--pico-group-box-shadow,0 0 0 transparent);vertical-align:middle;transition:box-shadow var(--pico-transition)}[role=group] input:not([type=checkbox],[type=radio]),[role=group] select,[role=group]>*,[role=search] input:not([type=checkbox],[type=radio]),[role=search] select,[role=search]>*{position:relative;flex:1 1 auto;margin-bottom:0}[role=group] input:not([type=checkbox],[type=radio]):not(:first-child),[role=group] select:not(:first-child),[role=group]>:not(:first-child),[role=search] input:not([type=checkbox],[type=radio]):not(:first-child),[role=search] select:not(:first-child),[role=search]>:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}[role=group] input:not([type=checkbox],[type=radio]):not(:last-child),[role=group] select:not(:last-child),[role=group]>:not(:last-child),[role=search] input:not([type=checkbox],[type=radio]):not(:last-child),[role=search] select:not(:last-child),[role=search]>:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}[role=group] input:not([type=checkbox],[type=radio]):focus,[role=group] select:focus,[role=group]>:focus,[role=search] input:not([type=checkbox],[type=radio]):focus,[role=search] select:focus,[role=search]>:focus{z-index:2}[role=group] [role=button]:not(:first-child),[role=group] [type=button]:not(:first-child),[role=group] [type=reset]:not(:first-child),[role=group] [type=submit]:not(:first-child),[role=group] button:not(:first-child),[role=group] input:not([type=checkbox],[type=radio]):not(:first-child),[role=group] select:not(:first-child),[role=search] [role=button]:not(:first-child),[role=search] [type=button]:not(:first-child),[role=search] [type=reset]:not(:first-child),[role=search] [type=submit]:not(:first-child),[role=search] button:not(:first-child),[role=search] input:not([type=checkbox],[type=radio]):not(:first-child),[role=search] select:not(:first-child){margin-left:calc(var(--pico-border-width) * -1)}[role=group] [role=button],[role=group] [type=button],[role=group] [type=reset],[role=group] [type=submit],[role=group] button,[role=search] [role=button],[role=search] [type=button],[role=search] [type=reset],[role=search] [type=submit],[role=search] button{width:auto}@supports selector(:has(*)){[role=group]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus),[role=search]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus){--pico-group-box-shadow:var(--pico-group-box-shadow-focus-with-button)}[role=group]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) input:not([type=checkbox],[type=radio]),[role=group]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) select,[role=search]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) input:not([type=checkbox],[type=radio]),[role=search]:has(button:focus,[type=submit]:focus,[type=button]:focus,[role=button]:focus) select{border-color:transparent}[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus),[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus){--pico-group-box-shadow:var(--pico-group-box-shadow-focus-with-input)}[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) [role=button],[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=button],[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=submit],[role=group]:has(input:not([type=submit],[type=button]):focus,select:focus) button,[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) [role=button],[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=button],[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) [type=submit],[role=search]:has(input:not([type=submit],[type=button]):focus,select:focus) button{--pico-button-box-shadow:0 0 0 var(--pico-border-width) var(--pico-primary-border);--pico-button-hover-box-shadow:0 0 0 var(--pico-border-width) var(--pico-primary-hover-border)}[role=group] [role=button]:focus,[role=group] [type=button]:focus,[role=group] [type=reset]:focus,[role=group] [type=submit]:focus,[role=group] button:focus,[role=search] [role=button]:focus,[role=search] [type=button]:focus,[role=search] [type=reset]:focus,[role=search] [type=submit]:focus,[role=search] button:focus{box-shadow:none}}[role=search]>:first-child{border-top-left-radius:5rem;border-bottom-left-radius:5rem}[role=search]>:last-child{border-top-right-radius:5rem;border-bottom-right-radius:5rem}[aria-busy=true]:not(input,select,textarea,html){white-space:nowrap}[aria-busy=true]:not(input,select,textarea,html)::before{display:inline-block;width:1em;height:1em;background-image:var(--pico-icon-loading);background-size:1rem auto;background-repeat:no-repeat;content:"";vertical-align:-.125em}[aria-busy=true]:not(input,select,textarea,html):not(:empty)::before{margin-inline-end:calc(var(--pico-spacing) * .5)}[aria-busy=true]:not(input,select,textarea,html):empty{text-align:center}[role=button][aria-busy=true],[type=button][aria-busy=true],[type=reset][aria-busy=true],[type=submit][aria-busy=true],a[aria-busy=true],button[aria-busy=true]{pointer-events:none}:root{--pico-scrollbar-width:0px}dialog{display:flex;z-index:999;position:fixed;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center;width:inherit;min-width:100%;height:inherit;min-height:100%;padding:0;border:0;-webkit-backdrop-filter:var(--pico-modal-overlay-backdrop-filter);backdrop-filter:var(--pico-modal-overlay-backdrop-filter);background-color:var(--pico-modal-overlay-background-color);color:var(--pico-color)}dialog article{width:100%;max-height:calc(100vh - var(--pico-spacing) * 2);margin:var(--pico-spacing);overflow:auto}@media (min-width:576px){dialog article{max-width:510px}}@media (min-width:768px){dialog article{max-width:700px}}dialog article>header>*{margin-bottom:0}dialog article>header .close,dialog article>header :is(a,button)[rel=prev]{margin:0;margin-left:var(--pico-spacing);padding:0;float:right}dialog article>footer{text-align:right}dialog article>footer [role=button],dialog article>footer button{margin-bottom:0}dialog article>footer [role=button]:not(:first-of-type),dialog article>footer button:not(:first-of-type){margin-left:calc(var(--pico-spacing) * .5)}dialog article .close,dialog article :is(a,button)[rel=prev]{display:block;width:1rem;height:1rem;margin-top:calc(var(--pico-spacing) * -1);margin-bottom:var(--pico-spacing);margin-left:auto;border:none;background-image:var(--pico-icon-close);background-position:center;background-size:auto 1rem;background-repeat:no-repeat;background-color:transparent;opacity:.5;transition:opacity var(--pico-transition)}dialog article .close:is([aria-current]:not([aria-current=false]),:hover,:active,:focus),dialog article :is(a,button)[rel=prev]:is([aria-current]:not([aria-current=false]),:hover,:active,:focus){opacity:1}dialog:not([open]),dialog[open=false]{display:none}.modal-is-open{padding-right:var(--pico-scrollbar-width,0);overflow:hidden;pointer-events:none;touch-action:none}.modal-is-open dialog{pointer-events:auto;touch-action:auto}:where(.modal-is-opening,.modal-is-closing) dialog,:where(.modal-is-opening,.modal-is-closing) dialog>article{animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:both}:where(.modal-is-opening,.modal-is-closing) dialog{animation-duration:.8s;animation-name:modal-overlay}:where(.modal-is-opening,.modal-is-closing) dialog>article{animation-delay:.2s;animation-name:modal}.modal-is-closing dialog,.modal-is-closing dialog>article{animation-delay:0s;animation-direction:reverse}@keyframes modal-overlay{from{-webkit-backdrop-filter:none;backdrop-filter:none;background-color:transparent}}@keyframes modal{from{transform:translateY(-100%);opacity:0}}:where(nav li)::before{float:left;content:"​"}nav,nav ul{display:flex}nav{justify-content:space-between;overflow:visible}nav ol,nav ul{align-items:center;margin-bottom:0;padding:0;list-style:none}nav ol:first-of-type,nav ul:first-of-type{margin-left:calc(var(--pico-nav-element-spacing-horizontal) * -1)}nav ol:last-of-type,nav ul:last-of-type{margin-right:calc(var(--pico-nav-element-spacing-horizontal) * -1)}nav li{display:inline-block;margin:0;padding:var(--pico-nav-element-spacing-vertical) var(--pico-nav-element-spacing-horizontal)}nav li :where(a,[role=link]){display:inline-block;margin:calc(var(--pico-nav-link-spacing-vertical) * -1) calc(var(--pico-nav-link-spacing-horizontal) * -1);padding:var(--pico-nav-link-spacing-vertical) var(--pico-nav-link-spacing-horizontal);border-radius:var(--pico-border-radius)}nav li :where(a,[role=link]):not(:hover){text-decoration:none}nav li [role=button],nav li button,nav li input:not([type=checkbox],[type=radio],[type=range],[type=file]),nav li select{height:auto;margin-right:inherit;margin-bottom:0;margin-left:inherit;padding:calc(var(--pico-nav-link-spacing-vertical) - var(--pico-border-width) * 2) var(--pico-nav-link-spacing-horizontal)}nav[aria-label=breadcrumb]{align-items:center;justify-content:start}nav[aria-label=breadcrumb] ul li:not(:first-child){margin-inline-start:var(--pico-nav-link-spacing-horizontal)}nav[aria-label=breadcrumb] ul li a{margin:calc(var(--pico-nav-link-spacing-vertical) * -1) 0;margin-inline-start:calc(var(--pico-nav-link-spacing-horizontal) * -1)}nav[aria-label=breadcrumb] ul li:not(:last-child)::after{display:inline-block;position:absolute;width:calc(var(--pico-nav-link-spacing-horizontal) * 4);margin:0 calc(var(--pico-nav-link-spacing-horizontal) * -1);content:var(--pico-nav-breadcrumb-divider);color:var(--pico-muted-color);text-align:center;text-decoration:none;white-space:nowrap}nav[aria-label=breadcrumb] a[aria-current]:not([aria-current=false]){background-color:transparent;color:inherit;text-decoration:none;pointer-events:none}aside li,aside nav,aside ol,aside ul{display:block}aside li{padding:calc(var(--pico-nav-element-spacing-vertical) * .5) var(--pico-nav-element-spacing-horizontal)}aside li a{display:block}aside li [role=button]{margin:inherit}[dir=rtl] nav[aria-label=breadcrumb] ul li:not(:last-child) ::after{content:"\\"}progress{display:inline-block;vertical-align:baseline}progress{-webkit-appearance:none;-moz-appearance:none;display:inline-block;appearance:none;width:100%;height:.5rem;margin-bottom:calc(var(--pico-spacing) * .5);overflow:hidden;border:0;border-radius:var(--pico-border-radius);background-color:var(--pico-progress-background-color);color:var(--pico-progress-color)}progress::-webkit-progress-bar{border-radius:var(--pico-border-radius);background:0 0}progress[value]::-webkit-progress-value{background-color:var(--pico-progress-color);-webkit-transition:inline-size var(--pico-transition);transition:inline-size var(--pico-transition)}progress::-moz-progress-bar{background-color:var(--pico-progress-color)}@media (prefers-reduced-motion:no-preference){progress:indeterminate{background:var(--pico-progress-background-color) linear-gradient(to right,var(--pico-progress-color) 30%,var(--pico-progress-background-color) 30%) top left/150% 150% no-repeat;animation:progress-indeterminate 1s linear infinite}progress:indeterminate[value]::-webkit-progress-value{background-color:transparent}progress:indeterminate::-moz-progress-bar{background-color:transparent}}@media (prefers-reduced-motion:no-preference){[dir=rtl] progress:indeterminate{animation-direction:reverse}}@keyframes progress-indeterminate{0%{background-position:200% 0}100%{background-position:-200% 0}}[data-tooltip]{position:relative}[data-tooltip]:not(a,button,input){border-bottom:1px dotted;text-decoration:none;cursor:help}[data-tooltip]::after,[data-tooltip]::before,[data-tooltip][data-placement=top]::after,[data-tooltip][data-placement=top]::before{display:block;z-index:99;position:absolute;bottom:100%;left:50%;padding:.25rem .5rem;overflow:hidden;transform:translate(-50%,-.25rem);border-radius:var(--pico-border-radius);background:var(--pico-tooltip-background-color);content:attr(data-tooltip);color:var(--pico-tooltip-color);font-style:normal;font-weight:var(--pico-font-weight);font-size:.875rem;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;opacity:0;pointer-events:none}[data-tooltip]::after,[data-tooltip][data-placement=top]::after{padding:0;transform:translate(-50%,0);border-top:.3rem solid;border-right:.3rem solid transparent;border-left:.3rem solid transparent;border-radius:0;background-color:transparent;content:"";color:var(--pico-tooltip-background-color)}[data-tooltip][data-placement=bottom]::after,[data-tooltip][data-placement=bottom]::before{top:100%;bottom:auto;transform:translate(-50%,.25rem)}[data-tooltip][data-placement=bottom]:after{transform:translate(-50%,-.3rem);border:.3rem solid transparent;border-bottom:.3rem solid}[data-tooltip][data-placement=left]::after,[data-tooltip][data-placement=left]::before{top:50%;right:100%;bottom:auto;left:auto;transform:translate(-.25rem,-50%)}[data-tooltip][data-placement=left]:after{transform:translate(.3rem,-50%);border:.3rem solid transparent;border-left:.3rem solid}[data-tooltip][data-placement=right]::after,[data-tooltip][data-placement=right]::before{top:50%;right:auto;bottom:auto;left:100%;transform:translate(.25rem,-50%)}[data-tooltip][data-placement=right]:after{transform:translate(-.3rem,-50%);border:.3rem solid transparent;border-right:.3rem solid}[data-tooltip]:focus::after,[data-tooltip]:focus::before,[data-tooltip]:hover::after,[data-tooltip]:hover::before{opacity:1}@media (hover:hover) and (pointer:fine){[data-tooltip]:focus::after,[data-tooltip]:focus::before,[data-tooltip]:hover::after,[data-tooltip]:hover::before{--pico-tooltip-slide-to:translate(-50%, -0.25rem);transform:translate(-50%,.75rem);animation-duration:.2s;animation-fill-mode:forwards;animation-name:tooltip-slide;opacity:0}[data-tooltip]:focus::after,[data-tooltip]:hover::after{--pico-tooltip-caret-slide-to:translate(-50%, 0rem);transform:translate(-50%,-.25rem);animation-name:tooltip-caret-slide}[data-tooltip][data-placement=bottom]:focus::after,[data-tooltip][data-placement=bottom]:focus::before,[data-tooltip][data-placement=bottom]:hover::after,[data-tooltip][data-placement=bottom]:hover::before{--pico-tooltip-slide-to:translate(-50%, 0.25rem);transform:translate(-50%,-.75rem);animation-name:tooltip-slide}[data-tooltip][data-placement=bottom]:focus::after,[data-tooltip][data-placement=bottom]:hover::after{--pico-tooltip-caret-slide-to:translate(-50%, -0.3rem);transform:translate(-50%,-.5rem);animation-name:tooltip-caret-slide}[data-tooltip][data-placement=left]:focus::after,[data-tooltip][data-placement=left]:focus::before,[data-tooltip][data-placement=left]:hover::after,[data-tooltip][data-placement=left]:hover::before{--pico-tooltip-slide-to:translate(-0.25rem, -50%);transform:translate(.75rem,-50%);animation-name:tooltip-slide}[data-tooltip][data-placement=left]:focus::after,[data-tooltip][data-placement=left]:hover::after{--pico-tooltip-caret-slide-to:translate(0.3rem, -50%);transform:translate(.05rem,-50%);animation-name:tooltip-caret-slide}[data-tooltip][data-placement=right]:focus::after,[data-tooltip][data-placement=right]:focus::before,[data-tooltip][data-placement=right]:hover::after,[data-tooltip][data-placement=right]:hover::before{--pico-tooltip-slide-to:translate(0.25rem, -50%);transform:translate(-.75rem,-50%);animation-name:tooltip-slide}[data-tooltip][data-placement=right]:focus::after,[data-tooltip][data-placement=right]:hover::after{--pico-tooltip-caret-slide-to:translate(-0.3rem, -50%);transform:translate(-.05rem,-50%);animation-name:tooltip-caret-slide}}@keyframes tooltip-slide{to{transform:var(--pico-tooltip-slide-to);opacity:1}}@keyframes tooltip-caret-slide{50%{opacity:0}to{transform:var(--pico-tooltip-caret-slide-to);opacity:1}}[aria-controls]{cursor:pointer}[aria-disabled=true],[disabled]{cursor:not-allowed}[aria-hidden=false][hidden]{display:initial}[aria-hidden=false][hidden]:not(:focus){clip:rect(0,0,0,0);position:absolute}[tabindex],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation}[dir=rtl]{direction:rtl}@media (prefers-reduced-motion:reduce){:not([aria-busy=true]),:not([aria-busy=true])::after,:not([aria-busy=true])::before{background-attachment:initial!important;animation-duration:1ms!important;animation-delay:-1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-delay:0s!important;transition-duration:0s!important}}