From 11b2fe5942da452723889e41de3d6cb3289eec4f Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Fri, 18 Dec 2020 22:46:53 +0100 Subject: [PATCH] Householding update 2 * Fixed missing cross_origin() tags on various functions * Added popper javascript library for tooltips * Added material design icons font and css locally --- Pipfile | 1 - Pipfile.lock | 135 +++++------- .../blueprints/bp_dashboard/comments.py | 2 + labertasche/blueprints/bp_dashboard/mail.py | 2 + .../blueprints/bp_dashboard/projects.py | 8 +- labertasche/blueprints/bp_dashboard/spam.py | 2 + .../blueprints/bp_jsconnector/comments.py | 5 + labertasche/blueprints/bp_jsconnector/mail.py | 7 +- .../blueprints/bp_jsconnector/projects.py | 7 +- static/css/labertasche.css | 2 +- static/css/materialdesignicons-webfont.woff2 | Bin 0 -> 296688 bytes static/css/materialdesignicons.min.css | 3 + static/css/sass/labertasche.scss | 5 + static/js/dashboard.js | 52 +++++ static/js/popper.min.js | 6 + static/js/tippy-bundle.umd.min.js | 1 + static/js/upgrade_to_v2.js | 208 ++++++++++++++++++ 17 files changed, 352 insertions(+), 94 deletions(-) create mode 100644 static/css/materialdesignicons-webfont.woff2 create mode 100644 static/css/materialdesignicons.min.css create mode 100644 static/js/popper.min.js create mode 100644 static/js/tippy-bundle.umd.min.js create mode 100644 static/js/upgrade_to_v2.js diff --git a/Pipfile b/Pipfile index 1210db9..1ac692e 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,6 @@ flask-login = "*" sqlalchemy = "*" requests = "*" py3-validate-email = "*" -flask-migrate = "*" [requires] python_version = "3.8" diff --git a/Pipfile.lock b/Pipfile.lock index 7b9ea1d..6b8d911 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "bda9276f38dcb49704cadb2f9097ecdfa1dafdd4e4b3d6666dfcb92d24f0ea57" + "sha256": "57134ef6f8a30aa46c1ab6263e62e14edbb27d6df2911fc6b2140dde8c49d27c" }, "pipfile-spec": 6, "requires": { @@ -16,13 +16,6 @@ ] }, "default": { - "alembic": { - "hashes": [ - "sha256:4e02ed2aa796bd179965041afa092c55b51fb077de19d61835673cc80672c01c", - "sha256:5334f32314fb2a56d86b4c4dd1ae34b08c03cae4cb888bc699942104d66bc245" - ], - "version": "==1.4.3" - }, "antispam": { "hashes": [ "sha256:e188b424ea9b76c408a592a5ff60eb1280f45f26b404db4d5e96123f485de39b" @@ -32,17 +25,17 @@ }, "certifi": { "hashes": [ - "sha256:1f422849db327d534e3d0c5f02a263458c3955ec0aae4ff09b95f195c59f4edd", - "sha256:f05def092c44fbf25834a51509ef6e631dc19765ab8a57b4e7ab85531f0a9cf4" + "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c", + "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830" ], - "version": "==2020.11.8" + "version": "==2020.12.5" }, "chardet": { "hashes": [ - "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae", - "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691" + "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa", + "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5" ], - "version": "==3.0.4" + "version": "==4.0.0" }, "click": { "hashes": [ @@ -89,14 +82,6 @@ "index": "pypi", "version": "==0.5.0" }, - "flask-migrate": { - "hashes": [ - "sha256:4dc4a5cce8cbbb06b8dc963fd86cf8136bd7d875aabe2d840302ea739b243732", - "sha256:a69d508c2e09d289f6e55a417b3b8c7bfe70e640f53d2d9deb0d056a384f37ee" - ], - "index": "pypi", - "version": "==2.5.3" - }, "flask-sqlalchemy": { "hashes": [ "sha256:05b31d2034dd3f2a685cbbae4cfc4ed906b2a733cff7964ada450fd5e462b84e", @@ -126,13 +111,6 @@ ], "version": "==2.11.2" }, - "mako": { - "hashes": [ - "sha256:8195c8c1400ceb53496064314c6736719c6f25e7479cd24c77be3d9361cddc27", - "sha256:93729a258e4ff0747c876bd9e20df1b9758028946e976324ccd2d68245c7b6a9" - ], - "version": "==1.1.3" - }, "markupsafe": { "hashes": [ "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473", @@ -178,21 +156,6 @@ "index": "pypi", "version": "==0.2.12" }, - "python-dateutil": { - "hashes": [ - "sha256:73ebfe9dbf22e832286dafa60473e4cd239f8592f699aa5adaf10050e6e1823c", - "sha256:75bb3f31ea686f1197762692a9ee6a7550b59fc6ca3a1f4b5d7e32fb98e2da2a" - ], - "version": "==2.8.1" - }, - "python-editor": { - "hashes": [ - "sha256:1bf6e860a8ad52a14c3ee1252d5dc25b2030618ed80c022598f00176adc8367d", - "sha256:51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b", - "sha256:5f98b069316ea1c2ed3f67e7f5df6c0d8f10b689964a4a811ff64f0106819ec8" - ], - "version": "==1.0.4" - }, "pyyaml": { "hashes": [ "sha256:06a0d7ba600ce0b2d2fe2e78453a470b5a6e000a985dd4a4e54e436cc36b0e97", @@ -214,11 +177,11 @@ }, "requests": { "hashes": [ - "sha256:7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8", - "sha256:e786fa28d8c9154e6a4de5d46a1d921b8749f8b74e28bde23768e5e16eece998" + "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804", + "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e" ], "index": "pypi", - "version": "==2.25.0" + "version": "==2.25.1" }, "six": { "hashes": [ @@ -229,47 +192,47 @@ }, "sqlalchemy": { "hashes": [ - "sha256:009e8388d4d551a2107632921320886650b46332f61dc935e70c8bcf37d8e0d6", - "sha256:0157c269701d88f5faf1fa0e4560e4d814f210c01a5b55df3cab95e9346a8bcc", - "sha256:0a92745bb1ebbcb3985ed7bda379b94627f0edbc6c82e9e4bac4fb5647ae609a", - "sha256:0cca1844ba870e81c03633a99aa3dc62256fb96323431a5dec7d4e503c26372d", - "sha256:166917a729b9226decff29416f212c516227c2eb8a9c9f920d69ced24e30109f", - "sha256:1f5f369202912be72fdf9a8f25067a5ece31a2b38507bb869306f173336348da", - "sha256:2909dffe5c9a615b7e6c92d1ac2d31e3026dc436440a4f750f4749d114d88ceb", - "sha256:2b5dafed97f778e9901b79cc01b88d39c605e0545b4541f2551a2fd785adc15b", - "sha256:2e9bd5b23bba8ae8ce4219c9333974ff5e103c857d9ff0e4b73dc4cb244c7d86", - "sha256:3aa6d45e149a16aa1f0c46816397e12313d5e37f22205c26e06975e150ffcf2a", - "sha256:4bdbdb8ca577c6c366d15791747c1de6ab14529115a2eb52774240c412a7b403", - "sha256:53fd857c6c8ffc0aa6a5a3a2619f6a74247e42ec9e46b836a8ffa4abe7aab327", - "sha256:5cdfe54c1e37279dc70d92815464b77cd8ee30725adc9350f06074f91dbfeed2", - "sha256:5d92c18458a4aa27497a986038d5d797b5279268a2de303cd00910658e8d149c", - "sha256:632b32183c0cb0053194a4085c304bc2320e5299f77e3024556fa2aa395c2a8b", - "sha256:7c735c7a6db8ee9554a3935e741cf288f7dcbe8706320251eb38c412e6a4281d", - "sha256:7cd40cb4bc50d9e87b3540b23df6e6b24821ba7e1f305c1492b0806c33dbdbec", - "sha256:84f0ac4a09971536b38cc5d515d6add7926a7e13baa25135a1dbb6afa351a376", - "sha256:8dcbf377529a9af167cbfc5b8acec0fadd7c2357fc282a1494c222d3abfc9629", - "sha256:950f0e17ffba7a7ceb0dd056567bc5ade22a11a75920b0e8298865dc28c0eff6", - "sha256:9e379674728f43a0cd95c423ac0e95262500f9bfd81d33b999daa8ea1756d162", - "sha256:b15002b9788ffe84e42baffc334739d3b68008a973d65fad0a410ca5d0531980", - "sha256:b6f036ecc017ec2e2cc2a40615b41850dc7aaaea6a932628c0afc73ab98ba3fb", - "sha256:bad73f9888d30f9e1d57ac8829f8a12091bdee4949b91db279569774a866a18e", - "sha256:bbc58fca72ce45a64bb02b87f73df58e29848b693869e58bd890b2ddbb42d83b", - "sha256:bca4d367a725694dae3dfdc86cf1d1622b9f414e70bd19651f5ac4fb3aa96d61", - "sha256:be41d5de7a8e241864189b7530ca4aaf56a5204332caa70555c2d96379e18079", - "sha256:bf53d8dddfc3e53a5bda65f7f4aa40fae306843641e3e8e701c18a5609471edf", - "sha256:c092fe282de83d48e64d306b4bce03114859cdbfe19bf8a978a78a0d44ddadb1", - "sha256:c3ab23ee9674336654bf9cac30eb75ac6acb9150dc4b1391bec533a7a4126471", - "sha256:ce64a44c867d128ab8e675f587aae7f61bd2db836a3c4ba522d884cd7c298a77", - "sha256:d05cef4a164b44ffda58200efcb22355350979e000828479971ebca49b82ddb1", - "sha256:d2f25c7f410338d31666d7ddedfa67570900e248b940d186b48461bd4e5569a1", - "sha256:d3b709d64b5cf064972b3763b47139e4a0dc4ae28a36437757f7663f67b99710", - "sha256:e32e3455db14602b6117f0f422f46bc297a3853ae2c322ecd1e2c4c04daf6ed5", - "sha256:ed53209b5f0f383acb49a927179fa51a6e2259878e164273ebc6815f3a752465", - "sha256:f605f348f4e6a2ba00acb3399c71d213b92f27f2383fc4abebf7a37368c12142", - "sha256:fcdb3755a7c355bc29df1b5e6fb8226d5c8b90551d202d69d0076a8a5649d68b" + "sha256:04f995fcbf54e46cddeb4f75ce9dfc17075d6ae04ac23b2bacb44b3bc6f6bf11", + "sha256:0c6406a78a714a540d980a680b86654feadb81c8d0eecb59f3d6c554a4c69f19", + "sha256:0c72b90988be749e04eff0342dcc98c18a14461eb4b2ad59d611b57b31120f90", + "sha256:108580808803c7732f34798eb4a329d45b04c562ed83ee90f09f6a184a42b766", + "sha256:1418f5e71d6081aa1095a1d6b567a562d2761996710bdce9b6e6ba20a03d0864", + "sha256:17610d573e698bf395afbbff946544fbce7c5f4ee77b5bcb1f821b36345fae7a", + "sha256:216ba5b4299c95ed179b58f298bda885a476b16288ab7243e89f29f6aeced7e0", + "sha256:2ff132a379838b1abf83c065be54cef32b47c987aedd06b82fc76476c85225eb", + "sha256:314f5042c0b047438e19401d5f29757a511cfc2f0c40d28047ca0e4c95eabb5b", + "sha256:318b5b727e00662e5fc4b4cd2bf58a5116d7c1b4dd56ffaa7d68f43458a8d1ed", + "sha256:3ab5b44a07b8c562c6dcb7433c6a6c6e03266d19d64f87b3333eda34e3b9936b", + "sha256:426ece890153ccc52cc5151a1a0ed540a5a7825414139bb4c95a868d8da54a52", + "sha256:491fe48adc07d13e020a8b07ef82eefc227003a046809c121bea81d3dbf1832d", + "sha256:4a84c7c7658dd22a33dab2e2aa2d17c18cb004a42388246f2e87cb4085ef2811", + "sha256:54da615e5b92c339e339fe8536cce99fe823b6ed505d4ea344852aefa1c205fb", + "sha256:5a7f224cdb7233182cec2a45d4c633951268d6a9bcedac37abbf79dd07012aea", + "sha256:61628715931f4962e0cdb2a7c87ff39eea320d2aa96bd471a3c293d146f90394", + "sha256:62285607a5264d1f91590abd874d6a498e229d5840669bd7d9f654cfaa599bd0", + "sha256:62fb881ba51dbacba9af9b779211cf9acff3442d4f2993142015b22b3cd1f92a", + "sha256:68428818cf80c60dc04aa0f38da20ad39b28aba4d4d199f949e7d6e04444ea86", + "sha256:6aaa13ee40c4552d5f3a59f543f0db6e31712cc4009ec7385407be4627259d41", + "sha256:70121f0ae48b25ef3e56e477b88cd0b0af0e1f3a53b5554071aa6a93ef378a03", + "sha256:715b34578cc740b743361f7c3e5f584b04b0f1344f45afc4e87fbac4802eb0a0", + "sha256:758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc", + "sha256:7d4b8de6bb0bc736161cb0bbd95366b11b3eb24dd6b814a143d8375e75af9990", + "sha256:81d8d099a49f83111cce55ec03cc87eef45eec0d90f9842b4fc674f860b857b0", + "sha256:888d5b4b5aeed0d3449de93ea80173653e939e916cc95fe8527079e50235c1d2", + "sha256:95bde07d19c146d608bccb9b16e144ec8f139bcfe7fd72331858698a71c9b4f5", + "sha256:9bf572e4f5aa23f88dd902f10bb103cb5979022a38eec684bfa6d61851173fec", + "sha256:bab5a1e15b9466a25c96cda19139f3beb3e669794373b9ce28c4cf158c6e841d", + "sha256:bd4b1af45fd322dcd1fb2a9195b4f93f570d1a5902a842e3e6051385fac88f9c", + "sha256:bde677047305fe76c7ee3e4492b545e0018918e44141cc154fe39e124e433991", + "sha256:c389d7cc2b821853fb018c85457da3e7941db64f4387720a329bc7ff06a27963", + "sha256:d055ff750fcab69ca4e57b656d9c6ad33682e9b8d564f2fbe667ab95c63591b0", + "sha256:d53f59744b01f1440a1b0973ed2c3a7de204135c593299ee997828aad5191693", + "sha256:f115150cc4361dd46153302a640c7fa1804ac207f9cc356228248e351a8b4676", + "sha256:f1e88b30da8163215eab643962ae9d9252e47b4ea53404f2c4f10f24e70ddc62", + "sha256:f8191fef303025879e6c3548ecd8a95aafc0728c764ab72ec51a0bdf0c91a341" ], "index": "pypi", - "version": "==1.3.20" + "version": "==1.3.22" }, "urllib3": { "hashes": [ diff --git a/labertasche/blueprints/bp_dashboard/comments.py b/labertasche/blueprints/bp_dashboard/comments.py index e5cabce..6b2170f 100644 --- a/labertasche/blueprints/bp_dashboard/comments.py +++ b/labertasche/blueprints/bp_dashboard/comments.py @@ -9,11 +9,13 @@ from . import bp_dashboard from flask import render_template, request, redirect, url_for from flask_login import login_required +from flask_cors import cross_origin from labertasche.database import labertasche_db as db from labertasche.models import TLocation, TComments from labertasche.helper import export_location, get_id_from_project_name +@cross_origin @bp_dashboard.route('/manage-comments/', methods=["GET"]) @login_required def dashboard_manage_regular_comments(project: str): diff --git a/labertasche/blueprints/bp_dashboard/mail.py b/labertasche/blueprints/bp_dashboard/mail.py index 490c88c..fccc153 100644 --- a/labertasche/blueprints/bp_dashboard/mail.py +++ b/labertasche/blueprints/bp_dashboard/mail.py @@ -9,11 +9,13 @@ from . import bp_dashboard from flask import render_template, redirect, url_for from flask_login import login_required +from flask_cors import cross_origin from labertasche.database import labertasche_db as db from labertasche.models import TEmail from labertasche.helper import get_id_from_project_name +@cross_origin() @bp_dashboard.route('/manage-mail/') @login_required def dashboard_manage_mail(project: str): diff --git a/labertasche/blueprints/bp_dashboard/projects.py b/labertasche/blueprints/bp_dashboard/projects.py index 1a4439e..0045986 100644 --- a/labertasche/blueprints/bp_dashboard/projects.py +++ b/labertasche/blueprints/bp_dashboard/projects.py @@ -10,6 +10,7 @@ from . import bp_dashboard from flask import render_template, redirect, url_for from flask_login import login_required from sqlalchemy import func +from sqlalchemy.exc import OperationalError from labertasche.database import labertasche_db as db from labertasche.models import TComments, TProjects from labertasche.helper import get_id_from_project_name, dates_of_the_week @@ -22,7 +23,12 @@ def dashboard_project_list(): Displays an overview of all projects. :return: The overview template. """ - t_projects = db.session.query(TProjects).all() + try: + t_projects = db.session.query(TProjects).all() + except OperationalError: + # Database not up-to-date + return redirect(url_for('bp_dbupgrades.upgrade_db_to_v2')) + projects = list() for each in t_projects: comments = db.session.query(TComments).filter(TComments.project_id == each.id_project) \ diff --git a/labertasche/blueprints/bp_dashboard/spam.py b/labertasche/blueprints/bp_dashboard/spam.py index e13e928..36b8a14 100644 --- a/labertasche/blueprints/bp_dashboard/spam.py +++ b/labertasche/blueprints/bp_dashboard/spam.py @@ -9,11 +9,13 @@ from . import bp_dashboard from flask import render_template, request, redirect, url_for from flask_login import login_required +from flask_cors import cross_origin from labertasche.database import labertasche_db as db from labertasche.models import TLocation, TComments from labertasche.helper import export_location, get_id_from_project_name +@cross_origin() @bp_dashboard.route('/manage-spam/', methods=["GET"]) @login_required def dashboard_review_spam(project: str): diff --git a/labertasche/blueprints/bp_jsconnector/comments.py b/labertasche/blueprints/bp_jsconnector/comments.py index 3f36bf4..963c3b4 100644 --- a/labertasche/blueprints/bp_jsconnector/comments.py +++ b/labertasche/blueprints/bp_jsconnector/comments.py @@ -9,6 +9,7 @@ from . import bp_jsconnector from flask import request, redirect from flask_login import login_required +from flask_cors import cross_origin from labertasche.database import labertasche_db as db from labertasche.helper import export_location from labertasche.models import TComments, TEmail @@ -17,6 +18,7 @@ from labertasche.models import TComments, TEmail # They are called via GET +@cross_origin() @bp_jsconnector.route('/comment-delete/', methods=['GET']) @login_required def api_comments_delete_comment(comment_id): @@ -30,6 +32,7 @@ def api_comments_delete_comment(comment_id): return redirect(request.referrer) +@cross_origin() @bp_jsconnector.route('/comment-allow/', methods=['GET']) @login_required def api_comment_allow_comment(comment_id): @@ -46,6 +49,7 @@ def api_comment_allow_comment(comment_id): return redirect(request.referrer) +@cross_origin() @bp_jsconnector.route('/comment-allow-user/', methods=["GET"]) @login_required def api_comment_allow_user(comment_id): @@ -79,6 +83,7 @@ def api_comment_allow_user(comment_id): return redirect(request.referrer) +@cross_origin() @bp_jsconnector.route('/comment-block-mail/', methods=["GET"]) @login_required def api_comment_block_mail(comment_id): diff --git a/labertasche/blueprints/bp_jsconnector/mail.py b/labertasche/blueprints/bp_jsconnector/mail.py index fcfcdb5..e5fdd6f 100644 --- a/labertasche/blueprints/bp_jsconnector/mail.py +++ b/labertasche/blueprints/bp_jsconnector/mail.py @@ -9,12 +9,12 @@ from . import bp_jsconnector from flask import request, redirect from flask_login import login_required +from flask_cors import cross_origin from labertasche.database import labertasche_db as db -from labertasche.helper import get_id_from_project_name, export_location -from labertasche.models import TEmail, TComments -from re import match +from labertasche.models import TEmail +@cross_origin() @bp_jsconnector.route('/mail-toggle-status/') @login_required def api_toggle_email_reputation(id_email): @@ -26,6 +26,7 @@ def api_toggle_email_reputation(id_email): return redirect(request.referrer) +@cross_origin() @bp_jsconnector.route('/mail-reset-reputation/') @login_required def api_reset_mail_reputation(id_email): diff --git a/labertasche/blueprints/bp_jsconnector/projects.py b/labertasche/blueprints/bp_jsconnector/projects.py index 801e2f1..d658ab9 100644 --- a/labertasche/blueprints/bp_jsconnector/projects.py +++ b/labertasche/blueprints/bp_jsconnector/projects.py @@ -7,14 +7,16 @@ # * _license : This project is under MIT License # *********************************************************************************/ from . import bp_jsconnector -from flask import request, make_response, jsonify, redirect, url_for +from flask import request, make_response, jsonify from flask_login import login_required +from flask_cors import cross_origin from labertasche.database import labertasche_db as db from labertasche.helper import get_id_from_project_name from labertasche.models import TProjects, TComments, TEmail, TLocation import re +@cross_origin() @bp_jsconnector.route("/project/new", methods=['POST']) @login_required def api_create_project(): @@ -38,6 +40,7 @@ def api_create_project(): return make_response(jsonify(status='ok'), 200) +@cross_origin() @bp_jsconnector.route('project/edit/', methods=['POST']) @login_required def api_edit_project_name(name: str): @@ -63,6 +66,7 @@ def api_edit_project_name(name: str): return make_response(jsonify(status='ok'), 200) +@cross_origin() @bp_jsconnector.route('project/delete/', methods=['GET']) @login_required def api_delete_project(project: str): @@ -72,7 +76,6 @@ def api_delete_project(project: str): :param project: The name of the project :return: A string with an error code and 'ok' as string on success. """ - # TODO: Javascript proj_id = get_id_from_project_name(project) if proj_id == -1: return make_response(jsonify(status='not-found'), 400) diff --git a/static/css/labertasche.css b/static/css/labertasche.css index 8bbf24f..cbc5038 100644 --- a/static/css/labertasche.css +++ b/static/css/labertasche.css @@ -1 +1 @@ -.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}/*! 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}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}html{background-color:#fff;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:"Open Sans",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"Fira Code",monospace}body{color:#fff;font-size:1em;font-weight:400;line-height:1.5}a{color:#feda5a;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#fff}code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:normal;padding:.25em .5em .25em}hr{background-color:#f5f5f5;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:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#fff;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.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)}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.box{background-color:#feda6a;border-radius:6px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);color:#4a4a4a;display:block;padding:.25rem}a.box:hover,a.box:focus{box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px #feda5a}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #feda5a}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.button{background-color:#fff;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:.25em}.button .icon:last-child:not(:first-child){margin-left:.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:#fff}.button:focus,.button.is-focused{border-color:#3273dc;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(254,218,90,.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:#f5f5f5;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:#feda5a;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#feda5a;text-decoration:underline}.button.is-white{background-color:#fff;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 .125em rgba(255,255,255,.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:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.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:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !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:#fff;box-shadow:none;color:#fff}.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:#fff}.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 #fff #fff !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:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;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:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !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:#fff}.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 #fff #fff !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:#fff;color:#fff}.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:#fff;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:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.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:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !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,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(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,.7);color:#f5f5f5}.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 #f5f5f5 #f5f5f5 !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,.7);box-shadow:none;color:rgba(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 .125em rgba(54,54,54,.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:transparent;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 .125em rgba(0,209,178,.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:transparent;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:#feda5a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link:hover,.button.is-link.is-hovered{background-color:#fed74d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link:focus,.button.is-link.is-focused{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.button.is-link:active,.button.is-link.is-active{background-color:#fed441;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#feda5a;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:rgba(0,0,0,.7);color:#feda5a}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#feda5a}.button.is-link.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-link.is-outlined{background-color:transparent;border-color:#feda5a;color:#feda5a}.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:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7)}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #feda5a #feda5a !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 rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#feda5a;box-shadow:none;color:#feda5a}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.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:rgba(0,0,0,.7);color:#feda5a}.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 #feda5a #feda5a !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-link.is-light{background-color:#fffaeb;color:#937301}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:#fff8de;border-color:transparent;color:#937301}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:#fff5d1;border-color:transparent;color:#937301}.button.is-info{background-color:#3298dc;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#2793da;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 .125em rgba(50,152,220,.25)}.button.is-info:active,.button.is-info.is-active{background-color:#238cd1;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3298dc;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3298dc}.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:#3298dc}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;color:#3298dc}.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:#3298dc;border-color:#3298dc;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3298dc #3298dc !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:#3298dc;box-shadow:none;color:#3298dc}.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:#3298dc}.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 #3298dc #3298dc !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:#eef6fc;color:#1d72aa}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#e3f1fa;border-color:transparent;color:#1d72aa}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#d8ebf8;border-color:transparent;color:#1d72aa}.button.is-success{background-color:#48c774;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#3ec46d;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 .125em rgba(72,199,116,.25)}.button.is-success:active,.button.is-success.is-active{background-color:#3abb67;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c774;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c774}.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:#48c774}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c774;color:#48c774}.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:#48c774;border-color:#48c774;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c774 #48c774 !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:#48c774;box-shadow:none;color:#48c774}.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:#48c774}.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 #48c774 #48c774 !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:#effaf3;color:#257942}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#e6f7ec;border-color:transparent;color:#257942}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#dcf4e4;border-color:transparent;color:#257942}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.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:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57 !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,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(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,.7);color:#ffdd57}.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 #ffdd57 #ffdd57 !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,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffbeb;color:#947600}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff8de;border-color:transparent;color:#947600}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff6d1;border-color:transparent;color:#947600}.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 .125em rgba(241,70,104,.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:transparent;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{border-radius:2px;font-size:.75rem}.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:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.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 / 2));top:calc(50% - (1em / 2));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;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:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.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){border-radius:2px;font-size:.75rem}.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:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.content li+li{margin-top:.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:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;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:.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:.5em .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:.75rem}.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}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.box:not(:last-child),.content:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.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}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.box:not(:last-child),.content:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.notification{background-color:#f5f5f5;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:#fff}.notification pre code{background:transparent}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(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:#feda5a;color:rgba(0,0,0,.7)}.notification.is-link.is-light{background-color:#fffaeb;color:#937301}.notification.is-info{background-color:#3298dc;color:#fff}.notification.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.notification.is-success{background-color:#48c774;color:#fff}.notification.is-success.is-light{background-color:#effaf3;color:#257942}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffbeb;color:#947600}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.box:not(:last-child),.content:not(:last-child),.notification:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;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:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.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:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.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:#feda5a}.progress.is-link::-moz-progress-bar{background-color:#feda5a}.progress.is-link::-ms-fill{background-color:#feda5a}.progress.is-link:indeterminate{background-image:linear-gradient(to right, #feda5a 30%, #ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3298dc}.progress.is-info::-moz-progress-bar{background-color:#3298dc}.progress.is-info::-ms-fill{background-color:#3298dc}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #3298dc 30%, #ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c774}.progress.is-success::-moz-progress-bar{background-color:#48c774}.progress.is-success::-ms-fill{background-color:#48c774}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #48c774 30%, #ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #ffdd57 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:.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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.box:not(:last-child),.content:not(:last-child),.notification:not(:last-child),.progress:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(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:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7)}.table td.is-info,.table th.is-info{background-color:#3298dc;border-color:#3298dc;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c774;border-color:#48c774;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(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:inherit}.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:#feda6a}.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:#fff}.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:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .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%}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.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){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.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:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.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:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-0.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(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:#feda5a;color:rgba(0,0,0,.7)}.tag:not(body).is-link.is-light{background-color:#fffaeb;color:#937301}.tag:not(body).is-info{background-color:#3298dc;color:#fff}.tag:not(body).is-info.is-light{background-color:#eef6fc;color:#1d72aa}.tag:not(body).is-success{background-color:#48c774;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf3;color:#257942}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffbeb;color:#947600}.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:.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:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.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:290486px}a.tag:hover{text-decoration:underline}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.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){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.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+.highlight{margin-top:-0.75rem}.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:.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:.75rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.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){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{align-items:center;background-color:#f5f5f5;border-radius:290486px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.textarea,.input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.textarea:hover,.input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,.select select:active,.textarea:active,.input:active,.select select.is-active,.is-active.textarea,.is-active.input{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].textarea::-moz-placeholder,[disabled].input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].textarea:-moz-placeholder,[disabled].input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder{color:rgba(122,122,122,.3)}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.select select,.textarea,.input{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.select select:focus,.textarea:focus,.input:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.select select.is-focused,.is-focused.textarea,.is-focused.input,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.select select:active,.textarea:active,.input:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.select select.is-active,.is-active.textarea,.is-active.input{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.textarea,.input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.textarea:hover,.input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,.select select:active,.textarea:active,.input:active,.select select.is-active,.is-active.textarea,.is-active.input{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].textarea::-moz-placeholder,[disabled].input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].textarea:-moz-placeholder,[disabled].input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder{color:rgba(122,122,122,.3)}.textarea,.input{box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);max-width:100%;width:100%}[readonly].textarea,[readonly].input{box-shadow:none}.is-white.textarea,.is-white.input{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,.is-white.textarea:active,.is-white.input:active,.is-white.is-active.textarea,.is-white.is-active.input{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.is-black.textarea,.is-black.input{border-color:#0a0a0a}.is-black.textarea:focus,.is-black.input:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,.is-black.textarea:active,.is-black.input:active,.is-black.is-active.textarea,.is-black.is-active.input{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.textarea,.is-light.input{border-color:#f5f5f5}.is-light.textarea:focus,.is-light.input:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,.is-light.textarea:active,.is-light.input:active,.is-light.is-active.textarea,.is-light.is-active.input{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.is-dark.textarea,.is-dark.input{border-color:#363636}.is-dark.textarea:focus,.is-dark.input:focus,.is-dark.is-focused.textarea,.is-dark.is-focused.input,.is-dark.textarea:active,.is-dark.input:active,.is-dark.is-active.textarea,.is-dark.is-active.input{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.textarea,.is-primary.input{border-color:#00d1b2}.is-primary.textarea:focus,.is-primary.input:focus,.is-primary.is-focused.textarea,.is-primary.is-focused.input,.is-primary.textarea:active,.is-primary.input:active,.is-primary.is-active.textarea,.is-primary.is-active.input{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.is-link.textarea,.is-link.input{border-color:#feda5a}.is-link.textarea:focus,.is-link.input:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,.is-link.textarea:active,.is-link.input:active,.is-link.is-active.textarea,.is-link.is-active.input{box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.is-info.textarea,.is-info.input{border-color:#3298dc}.is-info.textarea:focus,.is-info.input:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,.is-info.textarea:active,.is-info.input:active,.is-info.is-active.textarea,.is-info.is-active.input{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.is-success.textarea,.is-success.input{border-color:#48c774}.is-success.textarea:focus,.is-success.input:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,.is-success.textarea:active,.is-success.input:active,.is-success.is-active.textarea,.is-success.is-active.input{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.is-warning.textarea,.is-warning.input{border-color:#ffdd57}.is-warning.textarea:focus,.is-warning.input:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,.is-warning.textarea:active,.is-warning.input:active,.is-warning.is-active.textarea,.is-warning.is-active.input{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.is-danger.textarea,.is-danger.input{border-color:#f14668}.is-danger.textarea:focus,.is-danger.input:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,.is-danger.textarea:active,.is-danger.input:active,.is-danger.is-active.textarea,.is-danger.is-active.input{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.textarea,.is-small.input{border-radius:2px;font-size:.75rem}.is-medium.textarea,.is-medium.input{font-size:1.25rem}.is-large.textarea,.is-large.input{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input{display:block;width:100%}.is-inline.textarea,.is-inline.input{display:inline;width:auto}.input.is-rounded{border-radius:290486px;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}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.select select,.input,.textarea{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.select select:focus,.input:focus,.textarea:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.select select.is-focused,.is-focused.input,.is-focused.textarea,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.select select:active,.input:active,.textarea:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.select select.is-active,.is-active.input,.is-active.textarea{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.input,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.input::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.input:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.input:hover,.textarea:hover,.select select.is-hovered,.is-hovered.input,.is-hovered.textarea{border-color:#b5b5b5}.select select:focus,.input:focus,.textarea:focus,.select select.is-focused,.is-focused.input,.is-focused.textarea,.select select:active,.input:active,.textarea:active,.select select.is-active,.is-active.input,.is-active.textarea{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.radio,.checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:#363636}[disabled].radio,[disabled].checkbox,fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.select select,.input,.textarea{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.select select:focus,.input:focus,.textarea:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.select select.is-focused,.is-focused.input,.is-focused.textarea,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.select select:active,.input:active,.textarea:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.select select.is-active,.is-active.input,.is-active.textarea{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.input,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.input::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.input:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.input:hover,.textarea:hover,.select select.is-hovered,.is-hovered.input,.is-hovered.textarea{border-color:#b5b5b5}.select select:focus,.input:focus,.textarea:focus,.select select.is-focused,.is-focused.input,.is-focused.textarea,.select select:active,.input:active,.textarea:active,.select select.is-active,.is-active.input,.is-active.textarea{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.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:#feda5a;right:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;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:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#363636}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.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 .125em rgba(255,255,255,.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:#000}.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 .125em rgba(10,10,10,.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.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 .125em rgba(245,245,245,.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 .125em rgba(54,54,54,.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 .125em rgba(0,209,178,.25)}.select.is-link:not(:hover)::after{border-color:#feda5a}.select.is-link select{border-color:#feda5a}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#fed441}.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 .125em rgba(254,218,90,.25)}.select.is-info:not(:hover)::after{border-color:#3298dc}.select.is-info select{border-color:#3298dc}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#238cd1}.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 .125em rgba(50,152,220,.25)}.select.is-success:not(:hover)::after{border-color:#48c774}.select.is-success select{border-color:#48c774}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#3abb67}.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 .125em rgba(72,199,116,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#ffd83d}.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 .125em rgba(255,221,87,.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 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.input,.textarea,.select select{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.input:focus,.textarea:focus,.select select:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.input:active,.textarea:active,.select select:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,[disabled].input,[disabled].textarea,.select select[disabled],fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.button.is-loading::after,.loader,.select.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.input,.textarea,.select select{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.textarea::-moz-placeholder,.select select::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.select select::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.textarea:-moz-placeholder,.select select:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder,.select select:-ms-input-placeholder{color:rgba(54,54,54,.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:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}[disabled].input,[disabled].textarea,.select select[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{background-color:#f5f5f5;border-color:#f5f5f5;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,.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,.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,.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,.3)}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;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 .5em rgba(255,255,255,.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:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(245,245,245,.25);color:rgba(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,.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 .5em rgba(54,54,54,.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 .5em rgba(0,209,178,.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:#feda5a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#fed74d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(254,218,90,.25);color:rgba(0,0,0,.7)}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#fed441;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-info .file-cta{background-color:#3298dc;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#2793da;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 .5em rgba(50,152,220,.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#238cd1;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c774;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#3ec46d;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 .5em rgba(72,199,116,.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#3abb67;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(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 .5em rgba(241,70,104,.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:.75rem}.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:#eee;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:#f5f5f5;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:.5em;width:1em}.file-icon .fa{font-size:14px}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.input,.textarea,.select select,.file-cta,.file-name{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.button:focus,.input:focus,.textarea:focus,.select select:focus,.file-cta:focus,.file-name:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.is-focused.file-cta,.is-focused.file-name,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.button:active,.input:active,.textarea:active,.select select:active,.file-cta:active,.file-name:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.file-cta,.is-active.file-name{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].button,[disabled].input,[disabled].textarea,.select select[disabled],[disabled].file-cta,[disabled].file-name,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[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{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.modal-close,.button,.delete,.file{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.button.is-loading::after,.loader,.select.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.input,.textarea,.select select{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.textarea::-moz-placeholder,.select select::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.select select::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.textarea:-moz-placeholder,.select select:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder,.select select:-ms-input-placeholder{color:rgba(54,54,54,.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:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}[disabled].input,[disabled].textarea,.select select[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{background-color:#f5f5f5;border-color:#f5f5f5;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,.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,.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,.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,.3)}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#feda5a}.help.is-info{color:#3298dc}.help.is-success{color:#48c774}.help.is-warning{color:#ffdd57}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.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:.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:.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:.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:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.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:.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:#000}.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:.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:#1d1e22;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:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.modal-close,.button,.delete,.file{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#feda5a;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#fff}.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:.5em}.breadcrumb .icon:last-child{margin-left:.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:.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:"≻"}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.card{background-color:gray;border-radius:.25rem;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);color:#4a4a4a;max-width:100%;position:relative}.card-footer:first-child,.card-content:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-footer:last-child,.card-content:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:#feda6a;align-items:stretch;box-shadow:0 .125em .25em rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#000;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:#feda6a;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:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:#fff;border-radius:4px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.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:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#feda5a;color:rgba(0,0,0,.7)}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top: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:.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:.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:.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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid #feda6a;display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid #feda6a;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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.menu{font-size:1rem}.menu.is-small{font-size:.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:#fff;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#feda6a;color:#000}.menu-list a.is-active{background-color:#feda5a;color:rgba(0,0,0,.7)}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:1em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.message{background-color:#f5f5f5;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:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.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:#fffaeb}.message.is-link .message-header{background-color:#feda5a;color:rgba(0,0,0,.7)}.message.is-link .message-body{border-color:#feda5a;color:#937301}.message.is-info{background-color:#eef6fc}.message.is-info .message-header{background-color:#3298dc;color:#fff}.message.is-info .message-body{border-color:#3298dc;color:#1d72aa}.message.is-success{background-color:#effaf3}.message.is-success .message-header{background-color:#48c774;color:#fff}.message.is-success .message-body{border-color:#48c774;color:#257942}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#947600}.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:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.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:#fff}.message-body pre code{background-color:transparent}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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,.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:#f5f5f5;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:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.delete,.file,.breadcrumb,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.navbar{background-color:#feda6a;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;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:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@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:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(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,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(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,.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,.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(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,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(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:#feda5a;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.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:#fed441;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-link .navbar-burger{color:rgba(0,0,0,.7)}@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:rgba(0,0,0,.7)}.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:#fed441;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.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:#fed441;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#feda5a;color:rgba(0,0,0,.7)}}.navbar.is-info{background-color:#3298dc;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:#238cd1;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:#238cd1;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:#238cd1;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3298dc;color:#fff}}.navbar.is-success{background-color:#48c774;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:#3abb67;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:#3abb67;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:#3abb67;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c774;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(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:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(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,.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:#ffd83d;color:rgba(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,.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:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(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 #f5f5f5}.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 #f5f5f5}.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:#000;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,.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:#000;display:block;line-height:1.5;padding:.5rem .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:#feda6a;color:#fff}.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:#feda5a}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#feda5a;border-bottom-style:solid;border-bottom-width:3px;color:#feda5a;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:#feda5a;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.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:#feda6a;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.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,.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:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#feda5a}.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,.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:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.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:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#feda5a}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.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,.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:#feda6a}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.input,.textarea,.select select,.file-cta,.file-name{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.button:focus,.input:focus,.textarea:focus,.select select:focus,.file-cta:focus,.file-name:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.is-focused.file-cta,.is-focused.file-name,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.button:active,.input:active,.textarea:active,.select select:active,.file-cta:active,.file-name:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.file-cta,.is-active.file-name{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].button,[disabled].input,[disabled].textarea,.select select[disabled],[disabled].file-cta,[disabled].file-name,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[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{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.delete,.file,.breadcrumb,.modal-close{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.pagination{font-size:1rem;margin:-0.25rem}.pagination.is-small{font-size:.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:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.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:.25rem;padding-left:.5em;padding-right:.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:#fff}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#3273dc}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-previous,.pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7)}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@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{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.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}}.is-unselectable,.tabs,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child),.pagination:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.panel{border-radius:6px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.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:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.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:#feda5a;color:rgba(0,0,0,.7)}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#feda5a}.panel.is-link .panel-block.is-active .panel-icon{color:#feda5a}.panel.is-info .panel-heading{background-color:#3298dc;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3298dc}.panel.is-info .panel-block.is-active .panel-icon{color:#3298dc}.panel.is-success .panel-heading{background-color:#48c774;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c774}.panel.is-success .panel-block.is-active .panel-icon{color:#48c774}.panel.is-warning .panel-heading{background-color:#ffdd57;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdd57}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdd57}.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:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#feda5a}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.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:#feda5a;color:#363636}.panel-block.is-active .panel-icon{color:#feda5a}.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:#f5f5f5}.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:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.is-unselectable,.tabs,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child),.pagination:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.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:#feda5a;color:#feda5a}.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:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.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:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;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:#f5f5f5;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:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7);z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.is-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.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.3333333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.3333333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.6666666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.6666666667%}.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.3333333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.3333333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.6666666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.6666666667%}.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.3333333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.3333333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.6666666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.6666666667%}.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.3333333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.3333333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.6666666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-mobile{margin-left:8.3333333333%}.column.is-2-mobile{flex:none;width:16.6666666667%}.column.is-offset-2-mobile{margin-left:16.6666666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.3333333333%}.column.is-offset-4-mobile{margin-left:33.3333333333%}.column.is-5-mobile{flex:none;width:41.6666666667%}.column.is-offset-5-mobile{margin-left:41.6666666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.3333333333%}.column.is-offset-7-mobile{margin-left:58.3333333333%}.column.is-8-mobile{flex:none;width:66.6666666667%}.column.is-offset-8-mobile{margin-left:66.6666666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.3333333333%}.column.is-offset-10-mobile{margin-left:83.3333333333%}.column.is-11-mobile{flex:none;width:91.6666666667%}.column.is-offset-11-mobile{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.3333333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.6666666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.6666666667%}.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.3333333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.3333333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.6666666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.6666666667%}.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.3333333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.3333333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.6666666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.6666666667%}.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.3333333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.3333333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.6666666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-touch{margin-left:8.3333333333%}.column.is-2-touch{flex:none;width:16.6666666667%}.column.is-offset-2-touch{margin-left:16.6666666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.3333333333%}.column.is-offset-4-touch{margin-left:33.3333333333%}.column.is-5-touch{flex:none;width:41.6666666667%}.column.is-offset-5-touch{margin-left:41.6666666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.3333333333%}.column.is-offset-7-touch{margin-left:58.3333333333%}.column.is-8-touch{flex:none;width:66.6666666667%}.column.is-offset-8-touch{margin-left:66.6666666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.3333333333%}.column.is-offset-10-touch{margin-left:83.3333333333%}.column.is-11-touch{flex:none;width:91.6666666667%}.column.is-offset-11-touch{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-desktop{margin-left:8.3333333333%}.column.is-2-desktop{flex:none;width:16.6666666667%}.column.is-offset-2-desktop{margin-left:16.6666666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.3333333333%}.column.is-offset-4-desktop{margin-left:33.3333333333%}.column.is-5-desktop{flex:none;width:41.6666666667%}.column.is-offset-5-desktop{margin-left:41.6666666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.3333333333%}.column.is-offset-7-desktop{margin-left:58.3333333333%}.column.is-8-desktop{flex:none;width:66.6666666667%}.column.is-offset-8-desktop{margin-left:66.6666666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.3333333333%}.column.is-offset-10-desktop{margin-left:83.3333333333%}.column.is-11-desktop{flex:none;width:91.6666666667%}.column.is-offset-11-desktop{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-widescreen{margin-left:8.3333333333%}.column.is-2-widescreen{flex:none;width:16.6666666667%}.column.is-offset-2-widescreen{margin-left:16.6666666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.3333333333%}.column.is-offset-4-widescreen{margin-left:33.3333333333%}.column.is-5-widescreen{flex:none;width:41.6666666667%}.column.is-offset-5-widescreen{margin-left:41.6666666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.3333333333%}.column.is-offset-7-widescreen{margin-left:58.3333333333%}.column.is-8-widescreen{flex:none;width:66.6666666667%}.column.is-offset-8-widescreen{margin-left:66.6666666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.3333333333%}.column.is-offset-10-widescreen{margin-left:83.3333333333%}.column.is-11-widescreen{flex:none;width:91.6666666667%}.column.is-offset-11-widescreen{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-fullhd{margin-left:8.3333333333%}.column.is-2-fullhd{flex:none;width:16.6666666667%}.column.is-offset-2-fullhd{margin-left:16.6666666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.3333333333%}.column.is-offset-4-fullhd{margin-left:33.3333333333%}.column.is-5-fullhd{flex:none;width:41.6666666667%}.column.is-offset-5-fullhd{margin-left:41.6666666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.3333333333%}.column.is-offset-7-fullhd{margin-left:58.3333333333%}.column.is-8-fullhd{flex:none;width:66.6666666667%}.column.is-offset-8-fullhd{margin-left:66.6666666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.3333333333%}.column.is-offset-10-fullhd{margin-left:83.3333333333%}.column.is-11-fullhd{flex:none;width:91.6666666667%}.column.is-offset-11-fullhd{margin-left:91.6666666667%}.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}}.is-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.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.3333333333%}.tile.is-2{flex:none;width:16.6666666667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.3333333333%}.tile.is-5{flex:none;width:41.6666666667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.3333333333%}.tile.is-8{flex:none;width:66.6666666667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.3333333333%}.tile.is-11{flex:none;width:91.6666666667%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !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:#feda5a !important}a.has-text-link:hover,a.has-text-link:focus{color:#fecf27 !important}.has-background-link{background-color:#feda5a !important}.has-text-link-light{color:#fffaeb !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#ffefb8 !important}.has-background-link-light{background-color:#fffaeb !important}.has-text-link-dark{color:#937301 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#c69b01 !important}.has-background-link-dark{background-color:#937301 !important}.has-text-info{color:#3298dc !important}a.has-text-info:hover,a.has-text-info:focus{color:#207dbc !important}.has-background-info{background-color:#3298dc !important}.has-text-info-light{color:#eef6fc !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c2e0f5 !important}.has-background-info-light{background-color:#eef6fc !important}.has-text-info-dark{color:#1d72aa !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#248fd6 !important}.has-background-info-dark{background-color:#1d72aa !important}.has-text-success{color:#48c774 !important}a.has-text-success:hover,a.has-text-success:focus{color:#34a85c !important}.has-background-success{background-color:#48c774 !important}.has-text-success-light{color:#effaf3 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c8eed6 !important}.has-background-success-light{background-color:#effaf3 !important}.has-text-success-dark{color:#257942 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#31a058 !important}.has-background-success-dark{background-color:#257942 !important}.has-text-warning{color:#ffdd57 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324 !important}.has-background-warning{background-color:#ffdd57 !important}.has-text-warning-light{color:#fffbeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fff1b8 !important}.has-background-warning-light{background-color:#fffbeb !important}.has-text-warning-dark{color:#947600 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#c79f00 !important}.has-background-warning-dark{background-color:#947600 !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:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !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-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.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}.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:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.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}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.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:.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:.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:.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:.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:.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:.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}.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:"Open Sans",sans-serif !important}.is-family-secondary{font-family:"Open Sans",sans-serif !important}.is-family-sans-serif{font-family:"Open Sans",sans-serif !important}.is-family-monospace{font-family:monospace !important}.is-family-code{font-family:"Fira Code",monospace !important}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:.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}}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:#fff;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,.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:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.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:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{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,.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:#fff}.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:#fff}.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:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@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,.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:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.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:#fff;border-color:#fff;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:#f5f5f5;color:rgba(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,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(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,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(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,.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,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.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,.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,.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:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{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,.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,.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,.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:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{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,.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:#feda5a;color:rgba(0,0,0,.7)}.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:rgba(0,0,0,.7)}.hero.is-link .subtitle{color:rgba(0,0,0,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-link .navbar-menu{background-color:#feda5a}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(0,0,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:#fed441;color:rgba(0,0,0,.7)}.hero.is-link .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.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:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#feda5a}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #ffab26 0%, #feda5a 71%, #fff873 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffab26 0%, #feda5a 71%, #fff873 100%)}}.hero.is-info{background-color:#3298dc;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,.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:#3298dc}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.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:#238cd1;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{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,.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:#3298dc}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%)}}.hero.is-success{background-color:#48c774;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,.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:#48c774}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.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:#3abb67;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{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,.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:#48c774}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(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,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(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:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(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,.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,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 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,.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,.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:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{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,.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 1.5rem}}@media screen and (min-width: 769px),print{.hero.is-large .hero-body{padding:18rem 1.5rem}}.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:.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:.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}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;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}.section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:10rem 1.5rem}}.footer{background-color:#393f4d;padding:3rem 1.5rem 6rem;color:true}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"),local("OpenSans-Regular"),url("/static/css/open-sans-v18-latin-regular.woff2") format("woff2")}canvas{width:100%;height:auto}.bg-yayellow{background-color:#feda6a}.bg-deepmatte{background-color:#393f4d}.bg-darkslate{background-color:#1d1e22}.brdr-yayellow{border:2px solid #feda6a}.brdr-darkslate{border:2px solid #1d1e22}.bg-compliment{background-color:#384667}.fg-yellow{color:#feda6a}.my-shadow-subtle{-webkit-box-shadow:5px 5px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:5px 5px 5px 0 rgba(0,0,0,.75);box-shadow:5px 5px 5px 0 rgba(0,0,0,.75)} +.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}/*! 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}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}html{background-color:#fff;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:"Open Sans",sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:"Fira Code",monospace}body{color:#fff;font-size:1em;font-weight:400;line-height:1.5}a{color:#feda5a;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#fff}code{background-color:#f5f5f5;color:#da1039;font-size:.875em;font-weight:normal;padding:.25em .5em .25em}hr{background-color:#f5f5f5;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:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#fff;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.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)}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.box{background-color:#feda6a;border-radius:6px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);color:#4a4a4a;display:block;padding:.25rem}a.box:hover,a.box:focus{box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0 0 1px #feda5a}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #feda5a}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.button,.modal-close,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.button{background-color:#fff;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:.25em}.button .icon:last-child:not(:first-child){margin-left:.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:#fff}.button:focus,.button.is-focused{border-color:#3273dc;color:#363636}.button:focus:not(:active),.button.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(254,218,90,.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:#f5f5f5;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:#feda5a;text-decoration:none}.button.is-ghost:hover,.button.is-ghost.is-hovered{color:#feda5a;text-decoration:underline}.button.is-white{background-color:#fff;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 .125em rgba(255,255,255,.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:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted:hover,.button.is-white.is-inverted.is-hovered{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a !important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.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:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff !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:#fff;box-shadow:none;color:#fff}.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:#fff}.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 #fff #fff !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:#fff}.button.is-black:hover,.button.is-black.is-hovered{background-color:#040404;border-color:transparent;color:#fff}.button.is-black:focus,.button.is-black.is-focused{border-color:transparent;color:#fff}.button.is-black:focus:not(:active),.button.is-black.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black:active,.button.is-black.is-active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;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:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff !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:#fff}.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 #fff #fff !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:#fff;color:#fff}.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:#fff;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:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light:hover,.button.is-light.is-hovered{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light:focus,.button.is-light.is-focused{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light:focus:not(:active),.button.is-light.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.button.is-light:active,.button.is-light.is-active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted:hover,.button.is-light.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.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:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5 !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,.7) rgba(0,0,0,.7) !important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(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,.7);color:#f5f5f5}.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 #f5f5f5 #f5f5f5 !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,.7);box-shadow:none;color:rgba(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 .125em rgba(54,54,54,.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:transparent;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 .125em rgba(0,209,178,.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:transparent;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:#feda5a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link:hover,.button.is-link.is-hovered{background-color:#fed74d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link:focus,.button.is-link.is-focused{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link:focus:not(:active),.button.is-link.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.button.is-link:active,.button.is-link.is-active{background-color:#fed441;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#feda5a;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:rgba(0,0,0,.7);color:#feda5a}.button.is-link.is-inverted:hover,.button.is-link.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#feda5a}.button.is-link.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-link.is-outlined{background-color:transparent;border-color:#feda5a;color:#feda5a}.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:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7)}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #feda5a #feda5a !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 rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#feda5a;box-shadow:none;color:#feda5a}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.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:rgba(0,0,0,.7);color:#feda5a}.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 #feda5a #feda5a !important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-link.is-light{background-color:#fffaeb;color:#937301}.button.is-link.is-light:hover,.button.is-link.is-light.is-hovered{background-color:#fff8de;border-color:transparent;color:#937301}.button.is-link.is-light:active,.button.is-link.is-light.is-active{background-color:#fff5d1;border-color:transparent;color:#937301}.button.is-info{background-color:#3298dc;border-color:transparent;color:#fff}.button.is-info:hover,.button.is-info.is-hovered{background-color:#2793da;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 .125em rgba(50,152,220,.25)}.button.is-info:active,.button.is-info.is-active{background-color:#238cd1;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3298dc;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3298dc}.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:#3298dc}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;color:#3298dc}.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:#3298dc;border-color:#3298dc;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3298dc #3298dc !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:#3298dc;box-shadow:none;color:#3298dc}.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:#3298dc}.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 #3298dc #3298dc !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:#eef6fc;color:#1d72aa}.button.is-info.is-light:hover,.button.is-info.is-light.is-hovered{background-color:#e3f1fa;border-color:transparent;color:#1d72aa}.button.is-info.is-light:active,.button.is-info.is-light.is-active{background-color:#d8ebf8;border-color:transparent;color:#1d72aa}.button.is-success{background-color:#48c774;border-color:transparent;color:#fff}.button.is-success:hover,.button.is-success.is-hovered{background-color:#3ec46d;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 .125em rgba(72,199,116,.25)}.button.is-success:active,.button.is-success.is-active{background-color:#3abb67;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c774;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c774}.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:#48c774}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff !important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c774;color:#48c774}.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:#48c774;border-color:#48c774;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c774 #48c774 !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:#48c774;box-shadow:none;color:#48c774}.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:#48c774}.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 #48c774 #48c774 !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:#effaf3;color:#257942}.button.is-success.is-light:hover,.button.is-success.is-light.is-hovered{background-color:#e6f7ec;border-color:transparent;color:#257942}.button.is-success.is-light:active,.button.is-success.is-light.is-active{background-color:#dcf4e4;border-color:transparent;color:#257942}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning:hover,.button.is-warning.is-hovered{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning:focus,.button.is-warning.is-focused{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning:focus:not(:active),.button.is-warning.is-focused:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning:active,.button.is-warning.is-active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted:hover,.button.is-warning.is-inverted.is-hovered{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.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:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57 !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,.7) rgba(0,0,0,.7) !important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(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,.7);color:#ffdd57}.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 #ffdd57 #ffdd57 !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,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffbeb;color:#947600}.button.is-warning.is-light:hover,.button.is-warning.is-light.is-hovered{background-color:#fff8de;border-color:transparent;color:#947600}.button.is-warning.is-light:active,.button.is-warning.is-light.is-active{background-color:#fff6d1;border-color:transparent;color:#947600}.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 .125em rgba(241,70,104,.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:transparent;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{border-radius:2px;font-size:.75rem}.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:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.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 / 2));top:calc(50% - (1em / 2));position:absolute !important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;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:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.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){border-radius:2px;font-size:.75rem}.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:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.content:not(:last-child),.box:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.content li+li{margin-top:.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:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;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:.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:.5em .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:.75rem}.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}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.box:not(:last-child),.content:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.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}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.notification:not(:last-child),.box:not(:last-child),.content:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.notification{background-color:#f5f5f5;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:#fff}.notification pre code{background:transparent}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .title,.notification .subtitle,.notification .content{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(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:#feda5a;color:rgba(0,0,0,.7)}.notification.is-link.is-light{background-color:#fffaeb;color:#937301}.notification.is-info{background-color:#3298dc;color:#fff}.notification.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.notification.is-success{background-color:#48c774;color:#fff}.notification.is-success.is-light{background-color:#effaf3;color:#257942}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffbeb;color:#947600}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.progress:not(:last-child),.box:not(:last-child),.content:not(:last-child),.notification:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;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:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.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:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.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:#feda5a}.progress.is-link::-moz-progress-bar{background-color:#feda5a}.progress.is-link::-ms-fill{background-color:#feda5a}.progress.is-link:indeterminate{background-image:linear-gradient(to right, #feda5a 30%, #ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3298dc}.progress.is-info::-moz-progress-bar{background-color:#3298dc}.progress.is-info::-ms-fill{background-color:#3298dc}.progress.is-info:indeterminate{background-image:linear-gradient(to right, #3298dc 30%, #ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c774}.progress.is-success::-moz-progress-bar{background-color:#48c774}.progress.is-success::-ms-fill{background-color:#48c774}.progress.is-success:indeterminate{background-image:linear-gradient(to right, #48c774 30%, #ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:linear-gradient(to right, #ffdd57 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:.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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.box:not(:last-child),.content:not(:last-child),.notification:not(:last-child),.progress:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(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:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7)}.table td.is-info,.table th.is-info{background-color:#3298dc;border-color:#3298dc;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c774;border-color:#48c774;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(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:inherit}.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:#feda6a}.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:#fff}.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:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .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%}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.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){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.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:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.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:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-0.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(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:#feda5a;color:rgba(0,0,0,.7)}.tag:not(body).is-link.is-light{background-color:#fffaeb;color:#937301}.tag:not(body).is-info{background-color:#3298dc;color:#fff}.tag:not(body).is-info.is-light{background-color:#eef6fc;color:#1d72aa}.tag:not(body).is-success{background-color:#48c774;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf3;color:#257942}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffbeb;color:#947600}.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:.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:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.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:290486px}a.tag:hover{text-decoration:underline}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.title:not(:last-child),.subtitle:not(:last-child),.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){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.title,.subtitle{word-break:break-word}.title em,.title span,.subtitle em,.subtitle span{font-weight:inherit}.title sub,.subtitle sub{font-size:.75em}.title sup,.subtitle sup{font-size:.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+.highlight{margin-top:-0.75rem}.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:.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:.75rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.delete,.button{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.highlight:not(:last-child),.block:not(:last-child),.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){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.loader,.button.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{align-items:center;background-color:#f5f5f5;border-radius:290486px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.select select,.textarea,.input,.button{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.select select:focus,.textarea:focus,.input:focus,.button:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.select select.is-focused,.is-focused.textarea,.is-focused.input,.is-focused.button,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.select select:active,.textarea:active,.input:active,.button:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.select select.is-active,.is-active.textarea,.is-active.input,.is-active.button{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,.select select[disabled],[disabled].textarea,[disabled].input,[disabled].button,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input,fieldset[disabled] .button{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.textarea,.input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.textarea:hover,.input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,.select select:active,.textarea:active,.input:active,.select select.is-active,.is-active.textarea,.is-active.input{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].textarea::-moz-placeholder,[disabled].input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].textarea:-moz-placeholder,[disabled].input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder{color:rgba(122,122,122,.3)}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.select select,.textarea,.input{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.select select:focus,.textarea:focus,.input:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.select select.is-focused,.is-focused.textarea,.is-focused.input,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.select select:active,.textarea:active,.input:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.select select.is-active,.is-active.textarea,.is-active.input{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.textarea,.input{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.textarea::-moz-placeholder,.input::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.input::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.textarea:-moz-placeholder,.input:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder,.input:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.textarea:hover,.input:hover,.select select.is-hovered,.is-hovered.textarea,.is-hovered.input{border-color:#b5b5b5}.select select:focus,.textarea:focus,.input:focus,.select select.is-focused,.is-focused.textarea,.is-focused.input,.select select:active,.textarea:active,.input:active,.select select.is-active,.is-active.textarea,.is-active.input{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].textarea,[disabled].input,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .textarea,fieldset[disabled] .input{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].textarea::-moz-placeholder,[disabled].input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].textarea:-moz-placeholder,[disabled].input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder{color:rgba(122,122,122,.3)}.textarea,.input{box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);max-width:100%;width:100%}[readonly].textarea,[readonly].input{box-shadow:none}.is-white.textarea,.is-white.input{border-color:#fff}.is-white.textarea:focus,.is-white.input:focus,.is-white.is-focused.textarea,.is-white.is-focused.input,.is-white.textarea:active,.is-white.input:active,.is-white.is-active.textarea,.is-white.is-active.input{box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.is-black.textarea,.is-black.input{border-color:#0a0a0a}.is-black.textarea:focus,.is-black.input:focus,.is-black.is-focused.textarea,.is-black.is-focused.input,.is-black.textarea:active,.is-black.input:active,.is-black.is-active.textarea,.is-black.is-active.input{box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.is-light.textarea,.is-light.input{border-color:#f5f5f5}.is-light.textarea:focus,.is-light.input:focus,.is-light.is-focused.textarea,.is-light.is-focused.input,.is-light.textarea:active,.is-light.input:active,.is-light.is-active.textarea,.is-light.is-active.input{box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.is-dark.textarea,.is-dark.input{border-color:#363636}.is-dark.textarea:focus,.is-dark.input:focus,.is-dark.is-focused.textarea,.is-dark.is-focused.input,.is-dark.textarea:active,.is-dark.input:active,.is-dark.is-active.textarea,.is-dark.is-active.input{box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.is-primary.textarea,.is-primary.input{border-color:#00d1b2}.is-primary.textarea:focus,.is-primary.input:focus,.is-primary.is-focused.textarea,.is-primary.is-focused.input,.is-primary.textarea:active,.is-primary.input:active,.is-primary.is-active.textarea,.is-primary.is-active.input{box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.is-link.textarea,.is-link.input{border-color:#feda5a}.is-link.textarea:focus,.is-link.input:focus,.is-link.is-focused.textarea,.is-link.is-focused.input,.is-link.textarea:active,.is-link.input:active,.is-link.is-active.textarea,.is-link.is-active.input{box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.is-info.textarea,.is-info.input{border-color:#3298dc}.is-info.textarea:focus,.is-info.input:focus,.is-info.is-focused.textarea,.is-info.is-focused.input,.is-info.textarea:active,.is-info.input:active,.is-info.is-active.textarea,.is-info.is-active.input{box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.is-success.textarea,.is-success.input{border-color:#48c774}.is-success.textarea:focus,.is-success.input:focus,.is-success.is-focused.textarea,.is-success.is-focused.input,.is-success.textarea:active,.is-success.input:active,.is-success.is-active.textarea,.is-success.is-active.input{box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.is-warning.textarea,.is-warning.input{border-color:#ffdd57}.is-warning.textarea:focus,.is-warning.input:focus,.is-warning.is-focused.textarea,.is-warning.is-focused.input,.is-warning.textarea:active,.is-warning.input:active,.is-warning.is-active.textarea,.is-warning.is-active.input{box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.is-danger.textarea,.is-danger.input{border-color:#f14668}.is-danger.textarea:focus,.is-danger.input:focus,.is-danger.is-focused.textarea,.is-danger.is-focused.input,.is-danger.textarea:active,.is-danger.input:active,.is-danger.is-active.textarea,.is-danger.is-active.input{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.textarea,.is-small.input{border-radius:2px;font-size:.75rem}.is-medium.textarea,.is-medium.input{font-size:1.25rem}.is-large.textarea,.is-large.input{font-size:1.5rem}.is-fullwidth.textarea,.is-fullwidth.input{display:block;width:100%}.is-inline.textarea,.is-inline.input{display:inline;width:auto}.input.is-rounded{border-radius:290486px;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}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.select select,.input,.textarea{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.select select:focus,.input:focus,.textarea:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.select select.is-focused,.is-focused.input,.is-focused.textarea,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.select select:active,.input:active,.textarea:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.select select.is-active,.is-active.input,.is-active.textarea{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.input,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.input::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.input:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.input:hover,.textarea:hover,.select select.is-hovered,.is-hovered.input,.is-hovered.textarea{border-color:#b5b5b5}.select select:focus,.input:focus,.textarea:focus,.select select.is-focused,.is-focused.input,.is-focused.textarea,.select select:active,.input:active,.textarea:active,.select select.is-active,.is-active.input,.is-active.textarea{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.radio,.checkbox{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.radio input,.checkbox input{cursor:pointer}.radio:hover,.checkbox:hover{color:#363636}[disabled].radio,[disabled].checkbox,fieldset[disabled] .radio,fieldset[disabled] .checkbox,.radio input[disabled],.checkbox input[disabled]{color:#7a7a7a;cursor:not-allowed}.radio+.radio{margin-left:.5em}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.select select,.input,.textarea{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.select select:focus,.input:focus,.textarea:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.select select.is-focused,.is-focused.input,.is-focused.textarea,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.select select:active,.input:active,.textarea:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.select select.is-active,.is-active.input,.is-active.textarea{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.select.is-loading::after,.button.is-loading::after,.loader{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.select select,.input,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.select select::-moz-placeholder,.input::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.select select::-webkit-input-placeholder,.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.select select:-moz-placeholder,.input:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.select select:-ms-input-placeholder,.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.select select:hover,.input:hover,.textarea:hover,.select select.is-hovered,.is-hovered.input,.is-hovered.textarea{border-color:#b5b5b5}.select select:focus,.input:focus,.textarea:focus,.select select.is-focused,.is-focused.input,.is-focused.textarea,.select select:active,.input:active,.textarea:active,.select select.is-active,.is-active.input,.is-active.textarea{border-color:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .select select,.select fieldset[disabled] select,fieldset[disabled] .input,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.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:#feda5a;right:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;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:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#363636}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.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 .125em rgba(255,255,255,.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:#000}.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 .125em rgba(10,10,10,.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.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 .125em rgba(245,245,245,.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 .125em rgba(54,54,54,.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 .125em rgba(0,209,178,.25)}.select.is-link:not(:hover)::after{border-color:#feda5a}.select.is-link select{border-color:#feda5a}.select.is-link select:hover,.select.is-link select.is-hovered{border-color:#fed441}.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 .125em rgba(254,218,90,.25)}.select.is-info:not(:hover)::after{border-color:#3298dc}.select.is-info select{border-color:#3298dc}.select.is-info select:hover,.select.is-info select.is-hovered{border-color:#238cd1}.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 .125em rgba(50,152,220,.25)}.select.is-success:not(:hover)::after{border-color:#48c774}.select.is-success select{border-color:#48c774}.select.is-success select:hover,.select.is-success select.is-hovered{border-color:#3abb67}.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 .125em rgba(72,199,116,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select:hover,.select.is-warning select.is-hovered{border-color:#ffd83d}.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 .125em rgba(255,221,87,.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 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.file-cta,.file-name,.button,.input,.textarea,.select select{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.file-cta:focus,.file-name:focus,.button:focus,.input:focus,.textarea:focus,.select select:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.file-cta,.is-focused.file-name,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.file-cta:active,.file-name:active,.button:active,.input:active,.textarea:active,.select select:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.file-cta,.is-active.file-name,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].file-cta,[disabled].file-name,[disabled].button,[disabled].input,[disabled].textarea,.select select[disabled],fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .button,fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.file,.modal-close,.button,.delete{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.button.is-loading::after,.loader,.select.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.input,.textarea,.select select{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.textarea::-moz-placeholder,.select select::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.select select::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.textarea:-moz-placeholder,.select select:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder,.select select:-ms-input-placeholder{color:rgba(54,54,54,.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:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}[disabled].input,[disabled].textarea,.select select[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{background-color:#f5f5f5;border-color:#f5f5f5;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,.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,.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,.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,.3)}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;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 .5em rgba(255,255,255,.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:#fff}.file.is-black:hover .file-cta,.file.is-black.is-hovered .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black:focus .file-cta,.file.is-black.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black:active .file-cta,.file.is-black.is-active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light:hover .file-cta,.file.is-light.is-hovered .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light:focus .file-cta,.file.is-light.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(245,245,245,.25);color:rgba(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,.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 .5em rgba(54,54,54,.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 .5em rgba(0,209,178,.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:#feda5a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-link:hover .file-cta,.file.is-link.is-hovered .file-cta{background-color:#fed74d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-link:focus .file-cta,.file.is-link.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(254,218,90,.25);color:rgba(0,0,0,.7)}.file.is-link:active .file-cta,.file.is-link.is-active .file-cta{background-color:#fed441;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-info .file-cta{background-color:#3298dc;border-color:transparent;color:#fff}.file.is-info:hover .file-cta,.file.is-info.is-hovered .file-cta{background-color:#2793da;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 .5em rgba(50,152,220,.25);color:#fff}.file.is-info:active .file-cta,.file.is-info.is-active .file-cta{background-color:#238cd1;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c774;border-color:transparent;color:#fff}.file.is-success:hover .file-cta,.file.is-success.is-hovered .file-cta{background-color:#3ec46d;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 .5em rgba(72,199,116,.25);color:#fff}.file.is-success:active .file-cta,.file.is-success.is-active .file-cta{background-color:#3abb67;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning:hover .file-cta,.file.is-warning.is-hovered .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning:focus .file-cta,.file.is-warning.is-focused .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning:active .file-cta,.file.is-warning.is-active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(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 .5em rgba(241,70,104,.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:.75rem}.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:#eee;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:#f5f5f5;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:.5em;width:1em}.file-icon .fa{font-size:14px}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.input,.textarea,.select select,.file-cta,.file-name{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.button:focus,.input:focus,.textarea:focus,.select select:focus,.file-cta:focus,.file-name:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.is-focused.file-cta,.is-focused.file-name,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.button:active,.input:active,.textarea:active,.select select:active,.file-cta:active,.file-name:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.file-cta,.is-active.file-name{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].button,[disabled].input,[disabled].textarea,.select select[disabled],[disabled].file-cta,[disabled].file-name,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[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{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.modal-close,.button,.delete,.file{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.control.is-loading::after,.button.is-loading::after,.loader,.select.is-loading::after{animation:spinAround 500ms infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.input,.textarea,.select select{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.textarea::-moz-placeholder,.select select::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder,.select select::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.textarea:-moz-placeholder,.select select:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder,.select select:-ms-input-placeholder{color:rgba(54,54,54,.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:#feda5a;box-shadow:0 0 0 .125em rgba(254,218,90,.25)}[disabled].input,[disabled].textarea,.select select[disabled],fieldset[disabled] .input,fieldset[disabled] .textarea,fieldset[disabled] .select select,.select fieldset[disabled] select{background-color:#f5f5f5;border-color:#f5f5f5;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,.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,.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,.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,.3)}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#feda5a}.help.is-info{color:#3298dc}.help.is-success{color:#48c774}.help.is-warning{color:#ffdd57}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.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:.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:.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:.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:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.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:.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:#000}.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:.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:#1d1e22;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:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.breadcrumb,.modal-close,.button,.delete,.file{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.breadcrumb:not(:last-child),.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),.highlight:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#feda5a;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#fff}.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:.5em}.breadcrumb .icon:last-child{margin-left:.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:.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:"≻"}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.card{background-color:gray;border-radius:.25rem;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);color:#4a4a4a;max-width:100%;position:relative}.card-footer:first-child,.card-content:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-footer:last-child,.card-content:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:#feda6a;align-items:stretch;box-shadow:0 .125em .25em rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#000;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:#feda6a;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:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:#fff;border-radius:4px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.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:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#feda5a;color:rgba(0,0,0,.7)}.dropdown-divider{background-color:#ededed;border:none;display:block;height:1px;margin:.5rem 0}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.level:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top: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:.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:.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:.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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid #feda6a;display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid #feda6a;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}}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.menu{font-size:1rem}.menu.is-small{font-size:.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:#fff;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#feda6a;color:#000}.menu-list a.is-active{background-color:#feda5a;color:rgba(0,0,0,.7)}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;font-size:1em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.message:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.message{background-color:#f5f5f5;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:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.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:#fffaeb}.message.is-link .message-header{background-color:#feda5a;color:rgba(0,0,0,.7)}.message.is-link .message-body{border-color:#feda5a;color:#937301}.message.is-info{background-color:#eef6fc}.message.is-info .message-header{background-color:#3298dc;color:#fff}.message.is-info .message-body{border-color:#3298dc;color:#1d72aa}.message.is-success{background-color:#effaf3}.message.is-success .message-header{background-color:#48c774;color:#fff}.message.is-success .message-body{border-color:#48c774;color:#257942}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#947600}.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:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.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:#fff}.message-body pre code{background-color:transparent}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.modal-close,.button,.delete,.file,.breadcrumb{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child){margin-bottom:1.5rem}.modal-close,.delete{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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}.modal-close::before,.delete::before,.modal-close::after,.delete::after{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.modal-close::before,.delete::before{height:2px;width:50%}.modal-close::after,.delete::after{height:50%;width:2px}.modal-close:hover,.delete:hover,.modal-close:focus,.delete:focus{background-color:rgba(10,10,10,.3)}.modal-close:active,.delete:active{background-color:rgba(10,10,10,.4)}.is-small.modal-close,.is-small.delete{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.modal-close,.is-medium.delete{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.modal-close,.is-large.delete{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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.modal-background,.modal,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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,.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:#f5f5f5;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:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.delete,.file,.breadcrumb,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.navbar{background-color:#feda6a;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;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:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand>.navbar-item,.navbar.is-black .navbar-brand .navbar-link{color:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@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:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-start .navbar-link::after,.navbar.is-black .navbar-end .navbar-link::after{border-color:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand>.navbar-item,.navbar.is-light .navbar-brand .navbar-link{color:rgba(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,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(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,.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,.7)}.navbar.is-light .navbar-start .navbar-link::after,.navbar.is-light .navbar-end .navbar-link::after{border-color:rgba(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,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(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:#feda5a;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-brand>.navbar-item,.navbar.is-link .navbar-brand .navbar-link{color:rgba(0,0,0,.7)}.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:#fed441;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-link .navbar-burger{color:rgba(0,0,0,.7)}@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:rgba(0,0,0,.7)}.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:#fed441;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-start .navbar-link::after,.navbar.is-link .navbar-end .navbar-link::after{border-color:rgba(0,0,0,.7)}.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:#fed441;color:rgba(0,0,0,.7)}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#feda5a;color:rgba(0,0,0,.7)}}.navbar.is-info{background-color:#3298dc;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:#238cd1;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:#238cd1;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:#238cd1;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3298dc;color:#fff}}.navbar.is-success{background-color:#48c774;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:#3abb67;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:#3abb67;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:#3abb67;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c774;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand>.navbar-item,.navbar.is-warning .navbar-brand .navbar-link{color:rgba(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:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(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,.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:#ffd83d;color:rgba(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,.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:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(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 #f5f5f5}.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 #f5f5f5}.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:#000;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,.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:#000;display:block;line-height:1.5;padding:.5rem .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:#feda6a;color:#fff}.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:#feda5a}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#feda5a;border-bottom-style:solid;border-bottom-width:3px;color:#feda5a;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:#feda5a;margin-top:-0.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#f5f5f5;border:none;display:none;height:2px;margin:.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:#feda6a;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.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,.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:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#feda5a}.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,.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:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.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:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#feda5a}.navbar.is-spaced .navbar-dropdown,.navbar-dropdown.is-boxed{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.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,.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:#feda6a}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.input,.textarea,.select select,.file-cta,.file-name{-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}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus,.pagination-ellipsis:focus,.button:focus,.input:focus,.textarea:focus,.select select:focus,.file-cta:focus,.file-name:focus,.is-focused.pagination-previous,.is-focused.pagination-next,.is-focused.pagination-link,.is-focused.pagination-ellipsis,.is-focused.button,.is-focused.input,.is-focused.textarea,.select select.is-focused,.is-focused.file-cta,.is-focused.file-name,.pagination-previous:active,.pagination-next:active,.pagination-link:active,.pagination-ellipsis:active,.button:active,.input:active,.textarea:active,.select select:active,.file-cta:active,.file-name:active,.is-active.pagination-previous,.is-active.pagination-next,.is-active.pagination-link,.is-active.pagination-ellipsis,.is-active.button,.is-active.input,.is-active.textarea,.select select.is-active,.is-active.file-cta,.is-active.file-name{outline:none}[disabled].pagination-previous,[disabled].pagination-next,[disabled].pagination-link,[disabled].pagination-ellipsis,[disabled].button,[disabled].input,[disabled].textarea,.select select[disabled],[disabled].file-cta,[disabled].file-name,fieldset[disabled] .pagination-previous,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-link,fieldset[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{cursor:not-allowed}.is-unselectable,.tabs,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.button,.delete,.file,.breadcrumb,.modal-close{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.pagination:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.pagination{font-size:1rem;margin:-0.25rem}.pagination.is-small{font-size:.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:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.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:.25rem;padding-left:.5em;padding-right:.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:#fff}.pagination-previous:focus,.pagination-next:focus,.pagination-link:focus{border-color:#3273dc}.pagination-previous:active,.pagination-next:active,.pagination-link:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-previous[disabled],.pagination-next[disabled],.pagination-link[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-previous,.pagination-next{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7)}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@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{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.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}}.is-unselectable,.tabs,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child),.pagination:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.panel{border-radius:6px;box-shadow:0 .5em 1em -0.125em rgba(10,10,10,.1),0 0px 0 1px rgba(10,10,10,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.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:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.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:#feda5a;color:rgba(0,0,0,.7)}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#feda5a}.panel.is-link .panel-block.is-active .panel-icon{color:#feda5a}.panel.is-info .panel-heading{background-color:#3298dc;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3298dc}.panel.is-info .panel-block.is-active .panel-icon{color:#3298dc}.panel.is-success .panel-heading{background-color:#48c774;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c774}.panel.is-success .panel-block.is-active .panel-icon{color:#48c774}.panel.is-warning .panel-heading{background-color:#ffdd57;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdd57}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdd57}.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:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#feda5a}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.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:#feda5a;color:#363636}.panel-block.is-active .panel-icon{color:#feda5a}.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:#f5f5f5}.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:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.is-unselectable,.tabs,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.tabs:not(:last-child),.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),.highlight:not(:last-child),.breadcrumb:not(:last-child),.level:not(:last-child),.message:not(:last-child),.pagination:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.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:#feda5a;color:#feda5a}.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:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.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:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;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:#f5f5f5;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:#feda5a;border-color:#feda5a;color:rgba(0,0,0,.7);z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.is-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.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.3333333333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.3333333333%}.columns.is-mobile>.column.is-2{flex:none;width:16.6666666667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.6666666667%}.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.3333333333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.3333333333%}.columns.is-mobile>.column.is-5{flex:none;width:41.6666666667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.6666666667%}.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.3333333333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.3333333333%}.columns.is-mobile>.column.is-8{flex:none;width:66.6666666667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.6666666667%}.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.3333333333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.3333333333%}.columns.is-mobile>.column.is-11{flex:none;width:91.6666666667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-mobile{margin-left:8.3333333333%}.column.is-2-mobile{flex:none;width:16.6666666667%}.column.is-offset-2-mobile{margin-left:16.6666666667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.3333333333%}.column.is-offset-4-mobile{margin-left:33.3333333333%}.column.is-5-mobile{flex:none;width:41.6666666667%}.column.is-offset-5-mobile{margin-left:41.6666666667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.3333333333%}.column.is-offset-7-mobile{margin-left:58.3333333333%}.column.is-8-mobile{flex:none;width:66.6666666667%}.column.is-offset-8-mobile{margin-left:66.6666666667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.3333333333%}.column.is-offset-10-mobile{margin-left:83.3333333333%}.column.is-11-mobile{flex:none;width:91.6666666667%}.column.is-offset-11-mobile{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.3333333333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.6666666667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.6666666667%}.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.3333333333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.3333333333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.6666666667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.6666666667%}.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.3333333333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.3333333333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.6666666667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.6666666667%}.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.3333333333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.3333333333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.6666666667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-touch{margin-left:8.3333333333%}.column.is-2-touch{flex:none;width:16.6666666667%}.column.is-offset-2-touch{margin-left:16.6666666667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.3333333333%}.column.is-offset-4-touch{margin-left:33.3333333333%}.column.is-5-touch{flex:none;width:41.6666666667%}.column.is-offset-5-touch{margin-left:41.6666666667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.3333333333%}.column.is-offset-7-touch{margin-left:58.3333333333%}.column.is-8-touch{flex:none;width:66.6666666667%}.column.is-offset-8-touch{margin-left:66.6666666667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.3333333333%}.column.is-offset-10-touch{margin-left:83.3333333333%}.column.is-11-touch{flex:none;width:91.6666666667%}.column.is-offset-11-touch{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-desktop{margin-left:8.3333333333%}.column.is-2-desktop{flex:none;width:16.6666666667%}.column.is-offset-2-desktop{margin-left:16.6666666667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.3333333333%}.column.is-offset-4-desktop{margin-left:33.3333333333%}.column.is-5-desktop{flex:none;width:41.6666666667%}.column.is-offset-5-desktop{margin-left:41.6666666667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.3333333333%}.column.is-offset-7-desktop{margin-left:58.3333333333%}.column.is-8-desktop{flex:none;width:66.6666666667%}.column.is-offset-8-desktop{margin-left:66.6666666667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.3333333333%}.column.is-offset-10-desktop{margin-left:83.3333333333%}.column.is-11-desktop{flex:none;width:91.6666666667%}.column.is-offset-11-desktop{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-widescreen{margin-left:8.3333333333%}.column.is-2-widescreen{flex:none;width:16.6666666667%}.column.is-offset-2-widescreen{margin-left:16.6666666667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.3333333333%}.column.is-offset-4-widescreen{margin-left:33.3333333333%}.column.is-5-widescreen{flex:none;width:41.6666666667%}.column.is-offset-5-widescreen{margin-left:41.6666666667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.3333333333%}.column.is-offset-7-widescreen{margin-left:58.3333333333%}.column.is-8-widescreen{flex:none;width:66.6666666667%}.column.is-offset-8-widescreen{margin-left:66.6666666667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.3333333333%}.column.is-offset-10-widescreen{margin-left:83.3333333333%}.column.is-11-widescreen{flex:none;width:91.6666666667%}.column.is-offset-11-widescreen{margin-left:91.6666666667%}.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.3333333333%}.column.is-offset-1-fullhd{margin-left:8.3333333333%}.column.is-2-fullhd{flex:none;width:16.6666666667%}.column.is-offset-2-fullhd{margin-left:16.6666666667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.3333333333%}.column.is-offset-4-fullhd{margin-left:33.3333333333%}.column.is-5-fullhd{flex:none;width:41.6666666667%}.column.is-offset-5-fullhd{margin-left:41.6666666667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.3333333333%}.column.is-offset-7-fullhd{margin-left:58.3333333333%}.column.is-8-fullhd{flex:none;width:66.6666666667%}.column.is-offset-8-fullhd{margin-left:66.6666666667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.3333333333%}.column.is-offset-10-fullhd{margin-left:83.3333333333%}.column.is-11-fullhd{flex:none;width:91.6666666667%}.column.is-offset-11-fullhd{margin-left:91.6666666667%}.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}}.is-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.75rem}.tile.is-child{margin:0 !important}.tile.is-parent{padding:.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.3333333333%}.tile.is-2{flex:none;width:16.6666666667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.3333333333%}.tile.is-5{flex:none;width:41.6666666667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.3333333333%}.tile.is-8{flex:none;width:66.6666666667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.3333333333%}.tile.is-11{flex:none;width:91.6666666667%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff !important}a.has-text-white:hover,a.has-text-white:focus{color:#e6e6e6 !important}.has-background-white{background-color:#fff !important}.has-text-black{color:#0a0a0a !important}a.has-text-black:hover,a.has-text-black:focus{color:#000 !important}.has-background-black{background-color:#0a0a0a !important}.has-text-light{color:#f5f5f5 !important}a.has-text-light:hover,a.has-text-light:focus{color:#dbdbdb !important}.has-background-light{background-color:#f5f5f5 !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:#feda5a !important}a.has-text-link:hover,a.has-text-link:focus{color:#fecf27 !important}.has-background-link{background-color:#feda5a !important}.has-text-link-light{color:#fffaeb !important}a.has-text-link-light:hover,a.has-text-link-light:focus{color:#ffefb8 !important}.has-background-link-light{background-color:#fffaeb !important}.has-text-link-dark{color:#937301 !important}a.has-text-link-dark:hover,a.has-text-link-dark:focus{color:#c69b01 !important}.has-background-link-dark{background-color:#937301 !important}.has-text-info{color:#3298dc !important}a.has-text-info:hover,a.has-text-info:focus{color:#207dbc !important}.has-background-info{background-color:#3298dc !important}.has-text-info-light{color:#eef6fc !important}a.has-text-info-light:hover,a.has-text-info-light:focus{color:#c2e0f5 !important}.has-background-info-light{background-color:#eef6fc !important}.has-text-info-dark{color:#1d72aa !important}a.has-text-info-dark:hover,a.has-text-info-dark:focus{color:#248fd6 !important}.has-background-info-dark{background-color:#1d72aa !important}.has-text-success{color:#48c774 !important}a.has-text-success:hover,a.has-text-success:focus{color:#34a85c !important}.has-background-success{background-color:#48c774 !important}.has-text-success-light{color:#effaf3 !important}a.has-text-success-light:hover,a.has-text-success-light:focus{color:#c8eed6 !important}.has-background-success-light{background-color:#effaf3 !important}.has-text-success-dark{color:#257942 !important}a.has-text-success-dark:hover,a.has-text-success-dark:focus{color:#31a058 !important}.has-background-success-dark{background-color:#257942 !important}.has-text-warning{color:#ffdd57 !important}a.has-text-warning:hover,a.has-text-warning:focus{color:#ffd324 !important}.has-background-warning{background-color:#ffdd57 !important}.has-text-warning-light{color:#fffbeb !important}a.has-text-warning-light:hover,a.has-text-warning-light:focus{color:#fff1b8 !important}.has-background-warning-light{background-color:#fffbeb !important}.has-text-warning-dark{color:#947600 !important}a.has-text-warning-dark:hover,a.has-text-warning-dark:focus{color:#c79f00 !important}.has-background-warning-dark{background-color:#947600 !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:#f5f5f5 !important}.has-background-white-ter{background-color:#f5f5f5 !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-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left !important}.is-pulled-right{float:right !important}.is-unselectable,.button,.delete,.file,.breadcrumb,.modal-close,.pagination-previous,.pagination-next,.pagination-link,.pagination-ellipsis,.tabs{-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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.is-overlay,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.25rem !important}.mt-1{margin-top:.25rem !important}.mr-1{margin-right:.25rem !important}.mb-1{margin-bottom:.25rem !important}.ml-1{margin-left:.25rem !important}.mx-1{margin-left:.25rem !important;margin-right:.25rem !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.m-2{margin:.5rem !important}.mt-2{margin-top:.5rem !important}.mr-2{margin-right:.5rem !important}.mb-2{margin-bottom:.5rem !important}.ml-2{margin-left:.5rem !important}.mx-2{margin-left:.5rem !important;margin-right:.5rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.m-3{margin:.75rem !important}.mt-3{margin-top:.75rem !important}.mr-3{margin-right:.75rem !important}.mb-3{margin-bottom:.75rem !important}.ml-3{margin-left:.75rem !important}.mx-3{margin-left:.75rem !important;margin-right:.75rem !important}.my-3{margin-top:.75rem !important;margin-bottom:.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}.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:.25rem !important}.pt-1{padding-top:.25rem !important}.pr-1{padding-right:.25rem !important}.pb-1{padding-bottom:.25rem !important}.pl-1{padding-left:.25rem !important}.px-1{padding-left:.25rem !important;padding-right:.25rem !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.p-2{padding:.5rem !important}.pt-2{padding-top:.5rem !important}.pr-2{padding-right:.5rem !important}.pb-2{padding-bottom:.5rem !important}.pl-2{padding-left:.5rem !important}.px-2{padding-left:.5rem !important;padding-right:.5rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.p-3{padding:.75rem !important}.pt-3{padding-top:.75rem !important}.pr-3{padding-right:.75rem !important}.pb-3{padding-bottom:.75rem !important}.pl-3{padding-left:.75rem !important}.px-3{padding-left:.75rem !important;padding-right:.75rem !important}.py-3{padding-top:.75rem !important;padding-bottom:.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}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.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:.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:.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:.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:.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:.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:.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}.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:"Open Sans",sans-serif !important}.is-family-secondary{font-family:"Open Sans",sans-serif !important}.is-family-sans-serif{font-family:"Open Sans",sans-serif !important}.is-family-monospace{font-family:monospace !important}.is-family-code{font-family:"Fira Code",monospace !important}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:.01em !important;overflow:hidden !important;padding:0 !important;position:absolute !important;white-space:nowrap !important;width:.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}}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.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{bottom:0;left:0;position:absolute;right:0;top:0}.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:#fff;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,.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:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.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:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{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,.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:#fff}.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:#fff}.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:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@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,.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:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.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:#fff;border-color:#fff;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:#f5f5f5;color:rgba(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,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(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,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(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,.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,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.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,.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,.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:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{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,.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,.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,.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:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{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,.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:#feda5a;color:rgba(0,0,0,.7)}.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:rgba(0,0,0,.7)}.hero.is-link .subtitle{color:rgba(0,0,0,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-link .navbar-menu{background-color:#feda5a}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(0,0,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:#fed441;color:rgba(0,0,0,.7)}.hero.is-link .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.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:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#feda5a}.hero.is-link.is-bold{background-image:linear-gradient(141deg, #ffab26 0%, #feda5a 71%, #fff873 100%)}@media screen and (max-width: 768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffab26 0%, #feda5a 71%, #fff873 100%)}}.hero.is-info{background-color:#3298dc;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,.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:#3298dc}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.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:#238cd1;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{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,.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:#3298dc}.hero.is-info.is-bold{background-image:linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%)}@media screen and (max-width: 768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%)}}.hero.is-success{background-color:#48c774;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,.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:#48c774}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.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:#3abb67;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{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,.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:#48c774}.hero.is-success.is-bold{background-image:linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%)}@media screen and (max-width: 768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(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,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width: 1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(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:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(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,.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,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%)}@media screen and (max-width: 768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 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,.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,.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:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{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,.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 1.5rem}}@media screen and (min-width: 769px),print{.hero.is-large .hero-body{padding:18rem 1.5rem}}.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:.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:.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}.button,.delete,.file,.breadcrumb,.modal-close,.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:.625em;margin-top:-0.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;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:#fff;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,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.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:290486px;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}.section{padding:3rem 1.5rem}@media screen and (min-width: 1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:10rem 1.5rem}}.footer{background-color:#393f4d;padding:3rem 1.5rem 6rem;color:true}@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;font-display:swap;src:local("Open Sans Regular"),local("OpenSans-Regular"),url("/static/css/open-sans-v18-latin-regular.woff2") format("woff2")}canvas{width:100%;height:auto}.code{background-color:#4a4a4a;color:#fff}.bg-yayellow{background-color:#feda6a}.bg-deepmatte{background-color:#393f4d}.bg-darkslate{background-color:#1d1e22}.brdr-yayellow{border:2px solid #feda6a}.brdr-darkslate{border:2px solid #1d1e22}.bg-compliment{background-color:#384667}.fg-yellow{color:#feda6a}.my-shadow-subtle{-webkit-box-shadow:5px 5px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:5px 5px 5px 0 rgba(0,0,0,.75);box-shadow:5px 5px 5px 0 rgba(0,0,0,.75)} diff --git a/static/css/materialdesignicons-webfont.woff2 b/static/css/materialdesignicons-webfont.woff2 new file mode 100644 index 0000000000000000000000000000000000000000..c4bac5fee3a83b2e023fee1bb71e47fdce605fcc GIT binary patch literal 296688 zcmeFYXH-;C)FoKC$P_u}oROTAB7+3UK>>@Lb4G+Ja?T=|0uc}a$w5Gi3=#!N0!orB zB0-QicK?{rvsU+7GvCbg%=G>9?!9Z>Kj*!D&ffc;7xYM73;+ZG0Fc-t0O7wU3F&{D z7yReFf6M=JFdD;50nw2p1aB7^UyW-JVyYnkpcIG`jHw1dSfMe3@R%PDp4c{ZCf{ur zJD*<<)r^0Mg%|>M8ErE+DXe_5BftI5U>_P@*ut8P?qPs7}BsTKbg~Q&V6Uz zSTEHn6I%(&1#UgrAOKsA$ zS!6>dbt6&vyI%i&0D$uHP}Nd-XZLOKhbT+8+Jnd6YZs{H!xdgx`?%Fgw!ZV?(HlkZ zQw@*+YUa;bZJEi)uv6!{s$c+GIcTDYIpEx?#;8`Z%#fEEwrhN1SG^)I2FMJ(uh{Qm zz`@Q<@LW-C3<&slMEgG<`JNFE0|0L3qM|FC?OcC$w9L^*6)V2MJp}*=@5A2!a1|NE ziGH;&Xzt$`y4|pl0jWcajsAT^<~tUjp1heO0-!`zNOuvW&q?uq8+^|4&hb5AU71eG z)B-*nT)Ax{M<7Y)1SI5al~x3qv(3h0eMyI=swjM77QgHb{uw@~nKT~pI%eA{iF5vW zHh%E!2gnkcgWhESD5_>sLcnBI`ig*aRIGRYPv6PS@k$6o(61qn*pL1%5?)K%JdEhn z-gOx)Husm>C3#Pr^V>Pq|8b{yQzjGT0??9A6-L02&4{oKm}K&U8XKIelt0nU)NSPQ zFyhBhK3veJNUw%uPN{*kc&S~HNGNnb??6c&1Yh7^ORQu%Ql0eW>1guJp?UYrr2b3i zvy(gPpLgT$O;!9QU-E5tO=qT`PLgtZj9S`EfhFvUdK_e2vz28pmn{Xt!z`Na{KUTV zv!6VV%kbG)LbE(FlZ^M;L>N=}yn26FQ7z2g7SV99Z0fPJG02J(-6$#F9yfIio*s`# zej%EfPRPk-Pd+TKi6*MpWCi2dtuPq@7x4+$NAubZmfizm=H$5JYUdUcg%)bp-+`wd zH{5u52$;TKZgF&Z!Uq0W#9K!0d;RxQ?cKY}(dv^xX$1WgSu+^LP7t3OwUt1H3XS^H zQ7OH2=y87gZaTUoQvAcq03GSvd&cpYl3+hKspk4pP8;%k`iC-W&sC$RNCK1-V$uD_ zfs*`#%Dfacf>ytTYm@vG6nJ@IMd6^AIb+LK=zH!-nwO&0O{1~B)1Fc#;!#;%e}91 z%lDe)x%k@lxr)v@g1{Ti&5JUCBjngskhTlkJ>mUPrq!darO@|4I4cVk954R(gXfpR zFe=8K!w5#=7DjyH(Ur*7ujVLMyTzlWuU}m@9)F#+vfU^P5t6TUd%6OB9DGidi__%v zt4tj>Bwt zvoiLGiDep7@7L|tIf`G4-Qsg;=VEI(-?6$dkSifTM|ZRP{9jr+dHe*&E|@L?VH`$t zY+@%=)3A$`6X~Uz+FR3JwJ|+%%bOawAOmrNA%jMG#YewQtor2SEnp7G-{X7)p zdHAQC_YE++FFH&XY_^&RqJ6(hQm&anz@!S@zW!#odHTBPPOR!_EV?Z>! zYsHQSjwYq~;97-qcxr{s_U{S;T4d`{ekeBd#H)d9RG#jRn!QC*kvoU2nszVUOwS-O zpNv@L$m`B@HS`M(R%%!)!!r$AZ|jkeekG*w5;K`gwEtMyy?D3HnozH-qry>T;&_i6 ziQ4y(k!!DzF?P{iW^&y^WCZx0Os5MO5i_x#zF~FUa{C!-pvLoc3GL-2w^8%l06EOJt6{`_B ziNW2O71qGSP2pT+;wU}w#f{m!t5OHF>7%ysq#)db%~u6KY=>*KRz@Stkf`hKkW*}b&`pQae(l}($yhiT4ckVT=v|2Y%awKXb{j| zN-S$ng=1FBaPN}x?QPgY
N<2=q;b}kbtu7IMPuhoMx9400aM)&_PY~*azI658p z-cK4AoZlFF^z-@NOaD0p5$biLD7AJD&*zoQX@2(~6NTa&Bh!07L%SdD7RCH%BDLYT zFuJ(83wwH#pZn}lKR7a8=BltM=E;261N789Sd#=l(=~(gubN@) zugYrAf+uHKYu2FzdL9?XGmbYYDak%r4jz&2jSbsgdqa3bZW_fq%nPQU2v(}MaNcKmc@k5{RxlwZ$39EC}DJ9uhl7M?gv-cf`c z6~#iVHD-+-nW(8zTl8C5`lzY;FWntov^JmjWctWUEZ8nZWsN$d-ZbB)2(4s)xR(&9 z&uXq8Pka8&%T4j7_1E_*+Wl{mqFy%WNQ3D9ep!nC?M~_0>$nw9*%6Vt1787)QFg9K zUdSa;NIU4cbIpW*kLpDqr)u)ps8h?>@%)U!B`*?hQ8OIpF z$Dc#+-eV!JC`X69izeV!To=3Yv1A&FpT3rd7}Oa)PIphq^5^M!cI9HCce3$~cWUPy zJ*W6phU~|t*;IzNAD!CDk|Ev!f-NSh`043A&qi*poF^hQD6q;`S1yEn>f#oo7YDrfW2ag*e|y-N#NS$S(Z5lhh8XkzghfbSxXzkGAv8mWAv zV9(O1s;aslL&Q!_-uC1VPUBSMYOFYm=ykSXA|+V{E4eZr`6iR6pO?`U&&#LEncc{j z>7wn;EpJNk5aYK$yo>&Re|oZOS=92up>>{s6KGuBT35?}_l&$z`AX!3r5u<3TqaSW zDBlBW*WFkli-PjA2H%$rm7I0JGUS-d8p>Cmb+|SLgXz~LT;x^@Pa^O3kMh4z{@I?| zH`#jVz05%NakVY(7f#C<^*MgPFzET&LraKF(FAMkRbpxPY-2;V2R-+M*WF8v<^xjo zKk-)+)sMrnQj)fPF=gzaur*q7+D~3{A*yd50TG$m4 zOD)s89X~Sis8&5>v=TRAsa=c5B{zfu!R5JU@=FC z;_=eTKsYHShy)oGKp#Ud%o+!JScQ#+J>J2_0o8L+u~5?mR2*2ZeKi(t zeX*(mP>M#VLk#*68X&Fmbaj};X1WGYEn8n5%5M zj`2Lj(mX#E$FZsqiTCo_C5!iP8tI7l3HpsS;n=kWn|k@(YMOeupSU;m2|qjV!?9^F z`t|ZT75epXnOXYv2?Z^m;5Z&Bob(EKb)EF^JPkYP6N$J66M|qsC^!xs9T|&>iPAu- zDyu80sSM%zdk1?4`gmA5*}2)cI4ZH_Wfi5bUpb-dZ5?eK?6y}o*SFSwfOirHKg75L zko=GtMD_$OSEk3-Pg6L}OBD#fL*UQ=0@_t10H1OS2OwlTVnyST4`a~;^gAdtKJ~&X znvnSdfy5*0Pe&5aZR#WOslH4h37Jksad;GC^*92C18*EY&GHeBkmVYWH6GC$&zeZP zuF0A}IX%pp#CXh$jVJ$9h2*N%Poe)(MsntiJ~oBiT>5eKXO` zv;9ZvGv?sU1Sjj@A1Of(E;f_A!Y_WLMWB>$tXR}4B3*wvCwi^p(_kv^?Bi4Ix#>q21Oq^O-DD)H98g79Nu^jN4I77jx} zxKS`_6jTZYCs~CEufmvDp$}H!Km>#h0V6{|?;+s$=@7nj7+pG4HXRPthj8h`sIcV5 z7*~C;s}fTcoES?cfpMGyJyv3HhBIL){4t(W;7}!&(>?%EFM_BKFS(aCxeub#OR3XG zG}g;F)&~;oB^T@?sOhDz>4UlVQoHw&9P~0D^Z^-r$r$_a3w!Ab`=FM+RF-|j%e_p? zePD%N3WYwxu3m<&K6qF!O;{i4buY^`SP&0|1VD+rSeMARsakEfQka(cxVVO8b*tT%Any8 zB!m+QqeMa_kZ>X#L=XpK#6cBsa1bkmofSsT3Ke686JY;85_F0Gu%J_>ykuYjJd|LD z!ceU01FQmsqQpwOM9B#hf>Lpt#~1$sjs^gU@UUng2_zi}BqplI0ZBpetQaDKDlCQs zmW#p=leDj5NP*D^B_jOtbR`mKw!RWEar2ZCDL7fQhlsGIzJ~-}=-oq1+I7^E28hIC zOU5gUXG?`-YON`DI0VTBn}N_AmOwOKBBV#01#*ZEfPS912D1z$gu!=6o7gaz>ENpr32{n0aQ}} zCQ$%IJ%GU*Kyw6O!9yeB(X^Uq%3(AkFPgjxP4A4R-a#|dqRDd6bmnNP1vHZknxY-e z5R9g|K(j!Qh-f6ODw47v$;gQ$FGtebBdIr$)(A}{gesZILo5+LlB)_di-moOl+!1r zM{+oW#<9@mNU13jIV8^xXax&DjeM{Z2c(T=qm3n_jk!k~ho2kGmm5o$8zY+=2Q`o8 zGLNM)kC8NwBVLFWT8L#@h`GNI2bPKEkcp*`i4m8HBW#ZrXpd!RkCAVWg9k_R1jo_@ z$4CdqkzPcLn0|P32L5;izXK5d2bLHxvPh>92hr)T$&DV#B{u3;q?98P&0R&*qxvw> zgrpDb2>uaG1OSYO2GOFy5G05a2`0jU7;#__D~OyGOn?Q^W5F;Kh#CbZSp_k#f`JGS z83K%-4x&p3L-j#a`e5QI5YrSGEDE9!1ryeT80x`rZxD?)nDhw5aufx?i$vf>;l)SN z#z#RkBPlhbh=wB>hoeBek>tEl1p4^ZNXaT-3zpKzhY`{`Bgsm&&Kc{SH z{-9V$RuQSIw0f(Q6RV8EtK@a7^q#BKhpWuYt7OHibk?g>-&UC(tWtbfWe8uTxm{&J zD*?bDUKAP(a4}e0jz6VI7aKwg2u*b7uD8+_L(d7J9 zr5I|t9UC+mcdiYFN@`&ZO(ERAhM{=?7#_xhf)Mdlc*>$>Y>?7;PaiLoP9ds6mh?`Y zs}nx{92@A5rLfvjCk_3qp$H}t>lfun78{hI&=DJu5FZm8QXmv;>=zTLX&jVeaBm!t zl0Rr1dH`qi?Z3xU=sPG&W9d5}DZT7Fbe~k=xL;hP>v&L}CG2=WTJidLNU@$3h0quE z#?$0=rZtxdhNyDdQyNS76X^)LGg>Nyft1;8$qmJP2_Evh(m$39g{gBpQkzNzlIRJ0 zGFv}D+uIvMsZngE1MGr>uI7=i&6y5~|3`lPZ|2wZX7%e!AQQ$?h^J2uR057lv#!>Y8gnP*Q&VUpwzC;xD6v0=d z{0^W9OXwfPJVkhkWr3j(u_#(~6y+d_ksC!`fueUrQE#D`sZnG(C^}OV)f|dR3PsV1 zVhBY2AHg~5e~)tjyC!QCh~F6-1>`nIMS+EbS5*LPst6SjpMAOtkjq$K1uW!0)d%3v z5$yvBxYzdqc`UvAz#?IQ^vqdG8FZ8kRh&0%|2nn?CWcKngySjuvCd0$pyS(~E&L8bm1R0^RS$ghu9HdZ4`G$7{URSWonq;u_+ z`|ntz-kX4A>D(J9Y8tyY2}%-d7$bOF(=Y)maBmnV={#td1jaG?jNw-n`b`aJ~Xv z85mkIG7XRg_4ogwI{&Mx6EQLRB@&eAtcLH#6s4AB3o0lLnZq+C?HA{(kBXfB?{XR1!jptXGFnGqVSV?z<(9x z>>swXX$pH}Epc3yJ(9~fq2-?Y3OEjh9`P=mKv$1^7>*~bNBSBka^0hdi~J9~asW&z zw+c_8)&14}8NS3q&T2uYNQTg|f3|PTH|nMTULENFKB_yG+PYOh2FF&njyKdEOHsHk z=ebHG?UPEl-0M;HpEP$6V|tY3CL0TsSM?upiZs+TuQ!PG{V(M4|H^SIrTg~+82+UU zz5Wa&IiJjqvUDhxC$v=h5-W09st60d1ybKiQ$Ka+No88CCd;=mI79v z-gnirJk3mDsBz}2QB;3DZvTe39%KDd#M6m6FegRDDoyI5B1ZjJs65krp}N7?KD288 zOxBb

QQ-a4J4XfHM88sEAufi0|P&S10$1k-x_!7b)2*9T8POCNU`;705aLKQ0hb!4t7fSp`azf!4!cc#)R#9kS^$8&AEf zz9mE=i^_N0kks#go%3*zT~@xzW4sHk2U z1MV(yvi+mv4=)~`tS>@K3*Yj)yo;g+@{I=8REK9s&-b$@U)hu^r&{qbcvbBOy}MQ~ zTlNZ#68;0z%pF2h*90gKJJ}b_K{|5Ph}=L=3N9pph0Ez~t5;ueeXQe?UU3!@m>(U~$U3+3tBimdpjaU6FQ3m^EIuiBJe0xM?q53P0opBz3W2}rO zO6-sq$Zus8kbk*78FZDFl>M8J`LWBU$u8pR`pr7yXAKy^8vs*6*&IhH6<62^&zf+3 zmJ<_AupC*QWH;<JAbMV{(v4Z<}TD1l3rYG82djP(AxkgKCBY+}#QU;E+M;(=0R_Kp@y1jso+(yELrR#Ny4NAWbZqk# z;`D7pe%o$Ez1_ztI#mDN_1idm!i6I(W7?xGRsz8LR)@F6JcI5}26=v6os4T%*T5e# z6^k6RJn%I-FfP!Za1{Kx8pbM-vQbhbZq7#+IxsO6U3R)(xSli}>N!BB;YcGQn9<8C z|5ze;D1#w=Jy4qbD31~OyBF{+@Dx(SH-5_;#t#Jx`!>+7bqJq0?kLTjPsFxx#iU78 zi3)Na=$UTN$>>a&dAu5A&oME2Y0AD)jPR5YW_=e*U`p>59#LgEB4hW{ru(Pjcgp8& zA;TA$s}DsDHt` zuD-xMQzsEUM#QG2i|0yt)U+8)6FL3Ob8fAcnyBJN}*F5!v z->ZtU{#ChxF~tR{`E`=a%w>HzK|bf$pGp2ExSyLpPIRDz^#Hh#lP&>+e0^@O{64A)K6{Y)F(Yg}?3H!3-#AH}vy)~c;=I7H*$-%ToA z`}(WP6`@{6*Cu^PBqY{CYb}qLzSKvO?OxdYSbjismuj1K=uM;2Of(TO^G#7;W}vxr z5V!c5>>k~ZqIp#doyDV_vUn1?3N)~dY zy{@jv8kd=|+pJXovP8<3=4UX=y&h~9hL4fTOFD~mO6`pKMhVpY|gsX2QP8viY zIQPi&uZj3gvfZ7?dXZ}e;VY)yel-}UTbA0x9Y(YXc*pP zWdC%am{~+xf2Kf_nxh>0v|V4Oil{9oWhw*Uc%@>z3Mw__czt z=d6OJGPCjo9q~yyd_q%m4*)if(b09xn=j*l*7ty!dYWF`F^@l9yKhmCQP)Q}1h;gcW z*>vg7fNQ-9)op9xV=>N7lwstqVwrNo?0Y1EBENf{4~kEW@-7kpD78zFFzj>bXSu!F zE?C*4pUn?gnm!xpUGYb=>Fs7~FUq7S-K|%wovjq#%Ze9@k;i825v})lRI17~aF|jg z9XuP8(%^oiS^K`atWTkZXEZcIq2uYt2#uTD+i%;FYytt~m-A}VAyRk!0m;CdN_v`ec?)vNuFi$J6&|Oqq&mq@*oVkj6q?BY3BUQhL z>~0WF%IrS&1LrfZ(1_T)H37V#0#uLU>Cx7jq7RVXfE^?WaKTND;V8+b&`p@LXI2UU z_?z&Wam0W{>|={-_cD*D(0TLfJmlH; zzrC)Gvya#$Mz-Tuqqr8LkXQJX{kjC&6c=Q8f*Y8x_#C98Ao+Jv0hWTHe1?w&8*)3v zbeu;5BU|l7TxHCFwl*A{ZEdi_1vYuZ#GQ>D>-+LNcU@72Oc#uzKy!-WC%-%%6pptx zF?7+nxw8kFHIOwua))g`N|PS$?bmBPX!xp=BV{>tG4MXFJGw!FRpsMX73T z`*f$MH9>)*yz#h_lTUje;j|&gv0#AQs%b6v6f}H>yi&_3!R!`ky@vMkUL6szuGCj3 z(HDfRCXcxunl{BFSGxn_+E1Hw)}v=E?ma!od_ZJh;r?MyEeVtR9_t}8*iP!=rr@%Z$5XGjWMx$ z^=2}>6EGQ$5$*3{X7!j9x>%HT%|?d(>y7i;ch_!nANhP_a17RSI z*G2UsQa=S|F@e`87;rw%y(B9yPek=X*@lU7@iYqb1`G4=Fee%({H%KP?HSDX5SSly@KqA&K@Vom(UCPi&G|P(; ztV37a7&8nfRkPsgB+zqsfJe~>bm}7^oHgf~XQfS6KfY()?V`u$WN-O>@$(;P7fo3<9c0zb?;gPM#3C-zip(s*E2hdNlRQ zDU(C$>1L>ERa$(LL%ii}>G9FgR{T)<^d_7<$mt{a=)%Q%W04ddceR^5MEty1jhW>m zKNz4F&e-bsfF6Kq#F%_emXLaUO1olr6wIsb<~_I>O?MS3@%m#q;P}_pU+pxVCx&o2 z*P(+N_u#B(hhSER(Obo$!^s{6-`8KqrpQ|_C02C{)4eCv7oNqU^^sKi_d|X)+_he( z`|~X5s4DykkA2pEWa)SI#aqbCbc<*{Kfz<*3%yK2bNoCM7dbTDLf$zd>(Qm>$9#%? z-n%2Sva+JPMbR>jmiPK1$Q3xK^5j>5nDtJI0H=Ui&97pi2JgBe@k*CHaWkz>l{QYM zKt$eOEV7R3!kyju$(b{+P%CvpP{r$hrfpNRk;=tABIELBB(l|9nVUr86V=5}VN}XD z#o_LhFAQwEYJWFqAoqPv8$$e=zad}#61U~tv#tA7G z)0~a<`v|7!>haDg5{od*Nm6P!Ckbx0)~8`m6TMr1}T-iN>7Bo`~(d!`1lh6u*#1q2t6!!fOLfp1qoOWs(2rm(XN6?B|N=Q-f@z+vL3k15aZCzUjoF5%@t!S#hWfy-jlPk^hJT~z0!{mm+T zx!XtvpkVUqm5eMa*RgqGmvPx|Vf$^`s5Il0!bJwPKb<7UJnf`)72@ck3OykwYrhHc zgsRUajUOn@IQfpm);z37VOZT9u^aff;Y+!9FIt-po1c|u0~WYh_57D^98TcKBTa8@ z@WK?nNE>TRWkrBQh@sL^+)ob{m`7c&;_WAVm_VB2R_1F;Uyi)&>5#143I9*+Qj1Uc zq`96^AV958PmWgF;$r@27??CE1IOH8VZ?Vs5hY*zvJ1I1X5aqncueZvWaIiJ6kY3@ znd^5gIl|Gg=kdfmDCc>0`p|<@W|TIF|NT<0ftKR}=53$>)ofeJSiaUv8Tau=Gyr1P z*dWf;?Dj6*ORh(RPxbRdbe`Wa#?#c9e8#_Cl8|l2t-?%V5s?(}J`qQ%j1646)vdZB zG(UfnYPCFJlC}!hQM}=nMorVcVl=FGo7AY_bNz}o%FomVgkSyiU8gwzt%*L5eg)A0 zB7_gE4e{B!0CHW(-!Shj);Th#zP<|urn$a~v%e)yGPIRK<8mwT<2TGRpGm(?eU(1H zws}JSL8c-)<)<`Fw+w%};Mg~KIN!Yved-OfzrTZu7fp^IOdb>eFtUB8R=nwpm)fM3<#2Oc+%%JJ z>^SWLj<+2Cs!zJcR-!KuVc~eiy>Xc;>pd)2WeHhDyF44cSHyVn)0$(I7HvIWHthHm zT{&P%WSP)09xPGdT4(r{s4G9BJrw<#wEKg>C_rM;a9;(VT8?_!$E)UkS+m)vxWCzc z-!$lggP=s3Me+&9bAQ~IALG@=tg<5%JUG!*xXXVOjmJITb@MNSh+KBZt>HI^uq3Pv zm;5fG4uX9HOqqJ;lk{S%Sc>!6!u0YNVd8vp_xJjrL=MlwIt%V?SrS-08L44!$)6Xg zV&OVsBVSfjs7GnP$qxKIo7Q7FQryqY@m8~^JX+4I?UhAf-ioxY%O~*ggP_Ke4_m0X zX=icSI{OVbtzLZ9#|@4z-92SQF67!5cVY`#-q`%>uXNk{(hNVP=j8`?>V!sJTUkU#v~9C~rGP+paX=rQrA1bKfF%^@Q1CXO$)2 z-Z%fX{)S|u?~#!gzf>dBh{JOe*{qE}z2As6CSQ36H|95_!9TY=b;W+w5^D)yclna8 zSQaVfV4)C1MrX4;*TJ7&xFpT#T?~lSn5Q*b9|0`yY6qocf{cY&hY%{x_Rj0JZ`FSg zg^_FZbO@zAl04rFdK%#H&=FUKZu+sVJtt|%h%y-UWQ#r;Z!h00-Tj5ze)VWa4#1#F z=*wFG-fl>ico>rSLpeNUdpS~sK*rYDnkn!jL15s}>=@h|-Y8h>=W zw-a!4Idz};Ai}UbMnb3hzE+~OQ1Sy$OmETG2i>ncDMBpDD_*=W`fl6zL2$^yK>W&D zuINRTgdd^D^2hkuYMyhsn=?&qr(&h>6)eYh5{;Xbd(s&ROy#>`+n1+K0%@Z^a=BkV zsoP#U8~^poeZKxdI%!KVhZa2!+3 zY|n!b|FDVmG&A3mOditWG=TuKm*ZZ}L#-*2A~&MUgRhr*e1qCFGd!%$rZ$`bsc#sp zEEZhTj4jaJKb)#me)iC8^d*R_N6{GCZH_eM+=agha5~%jY#b5u#dY#3yYPfGpz}qc z;U8M4=xTva{-a^ZZ8EeyOESfaF*#I>P%xDy;v~41@Re+in+Qbz`QIjjcf*yGlPk9a z`9Jci3tnZ&8PZfUB0r3xxJyPVN&Nv8dvFC&w7y|m0MmzQcfPabZ~8BsWaCwW`ky|@ z;OCos_=BiZ23!|ecIKeyP`otFD9`+v9iHjPQQ)&{rZ^ z`wh%&vA$?>i8_4jRd|c*gx{Q!pI#MRww_bOOwA;V)(x)2PJaJvEs=PJ0W}!n@MI*E zv(TFRNJHx0B~?em9_0qta~a9`yz;v@;pJA&#^R0^TqcrEUC+d9L;4%0EUkj67TO3u zz06*woMp>IujF6#Etb#h10t$t1$1gEY<;YT%Cl6qm#*jSTL&~Zv@fu7YqP_C^Jl&j zn_r?{!s>G$b*&|U=P`v$(_LnV=-<~_gD)(s@d&6+X+^Z?N@hAUlq)9pzBPU2sNtA) z^Jp|2{4th9qblKvkj?z~@x9Bk)U)6VAsM3-mekYV9)mX$_;i0AO($GZS4l6@AB=gu zv`e^_{ixUSO8oii-QCG`6K7!8w4quP}R``3H1a zWI#(8&Nxjv!FEb3GeuOQq2N8=&Wn+Q*;YRRv?^KxAex=-hT62Sr{ z=g6b_CE}6e@xGKU#D!TdU0BmPWU!;RbHauhZhtwEIy6=kUn$F4+jGMwV=+IMtzMWe-_d^`w``C;~14{uYo=Ty{g5A~A% zx;8Z0-&rXP+?LK1L(l9wE42D)E8DMD$^=&DNu2Nu|8?rQZa32oF0lINOFLi3na@A# zrIj zb|rdnveWX(_lu7@s7~Co+38sP(P%!PiddbXc_?_eoV-$gkOAl0&vB@rw!< zR}3v{sn~=}=k0>f0)l0NYYPFoz5L$Ldt507n14K^H9{0}w)C?WMi3iTe8SiGCY6Vy z!|C!=_;B;BS=wg;`FIUSYl7>ELOn-sw*r^Pa}K(;LSHH{XG~4c1&hnjyRWtl-wuRj zB=RagnKOs%>|wu`4)o~aQ`qK*C3lv4B-M9>|1qFj!U*N=EgKVPEEpR+sQk)k{E00h z)VD--QFq1mGAZ=W`{cwu_>6mh3XGM}vLhhFKjI2R&Q;&iF~gGvVQR zd!@|iHh^>1qUsa6qmil3!)CtKd~_}g*HA)AYJRWXruR2WMVy3~=>t)&b#XnZ{xv8Q zW$&&-o~KGrm*mlzRseij%C+(60lw_JO%%tr+)x$kX?m@Fz(n0%hUj60pB#OtipozW z@8&lV`T_3GvrMEnsj72y>BOtDj7=*0W}3$>tA*zBAKSj>WhdA7Ef@Xsd*S}qGnsP# zpInXpZA)4w9H9?Q7v*uasZZM6T=pd8eJ6W{OjNYCUl&K3xKF+38VNa2m`tz%P$Q2Y zixT;5*rLQlpE8zjOM1siheO=V`L$$JfxzrN6n zm-dpk_uC6Z&)?#|0^}8^} zAy5G)=er2;apFDJ3(&zxFSFr}2$_TPu1`I){2t41+bq8~6YCCFxRxc;6{E?TPoa(`}Vy1Ns_$-2+c0Ia!a*-iWT?3 z8m6WWBw0uXd@(rmM9*Jk8J;OzN~X1ZV5RDBdi2McF5{jjzIK?Cp@rI*_z%doxsivQ z8guMDPAUIuraKWZY=~rwDWFHot71+sq*L5(98w_MAv`CG?I)u@yPm95VLqOI*djNV z{Ov5|Ml1F=itJl756w_J^B`fuZ-rV}qP`w00sf@1sdc2AZku~-1A5|=d4^W0kcF`1 z3H1I&^5VV8qtOAMj!%4MT9wA1S5rE`z;OGI6j?mw+vv@M82-M)sjQEGJ65p=kKYrJ zD!P&K-On@^Nud4_Vl&#lC`{8d+HyEQrq$=u8K$bv^|$nXR>aG(Ipy|0VWgEaVYL_U zN=k;upPxDcPKUJ_=L<8h3+kk#6F9=3o*=Y#vclaUb4>L?1cK8}d9TgfbNw7@9UWK1 z!XK7=@9w3(6|zVlqwP1R^5J@3kuwo%mTcF#&^uN2_%N<<(l0lrRR0g8Oz{6HkXU zGFHC7`DQ5EPvkZu-Ta-nCF!)9W2KqofNqQIPyaL(_a|eFt+n?4RUArmdAQGV@w735 zj`XR2TiaSd@cB%;JCfPA4k_d46W3*h&U+?8yF^~(AY#`q+v5mJyc;d3H{ zec!2SuQt3F*#milG5Gk90CW*;}3zyGAYQX)B#w@{`*$Vq0j1?b(kLPTP88yVqEY|PDB z?UYD8A{&Na`u2A^yqDT2w!xrsy)LtPy^kj?*5p)d=GQ~pA30y~JVa`uqi^LbYkpKX z=oL~w4Kw~v~2CsZmI_t*3l(?+)~ z*y0FeHwlumREzr9arff0nAznPIUcuf9R$|S*+U&I#vNtT+!&VHL#q#iIPue8IqeQk z{e&0rpM{M%a(}-N>AJpJJET})eFf0DtYIh~1a9X^Em6tzxr?k+;?rz@9MQ4xhOVbTDC@a%oncOa zz9F8gs5d(NLIkJZErQcTzkIm!cy@Pob*T>KPP|rbJJPHhUe=?Nb@`tFH9*S0{yX<1 zPRtbW>U5R3A3<{V?l!5jfEl23f8bk<>bUcGC8ZWf1t$Q(wpYJuS*Vt|J3k9gDNavS zS$4qC;V(0(S+l#PN{&X3`Fx+@ z;3T?1vP`Q(kjS zoT?@;zSqGoTHq|Yk_pjGBYwkaG}PhgN<{IZRzg5S(>QNO%fO z>6n&BU9G~&Zx1VfpeLY)R#{zAB4t4ArWx2%F2-%r(Oda})z2Lv!wA$JKYcNXyu@ON%Amy~E0y zP1k~W)|j4C8jTe7IbZ=qmuEb5As;vxq;g%IkJB^+SVe%>!ew0%f5S0w;EvM^-;ij% zj_fwoJ1%xdJ8;4`WRqpPjN?DtwhHKp#t089jwz)(lm>fVjy!Tbmz8D-(~US0O{h%( zG#MMcmA59SNgMa%O`*U%t%l{9@`T-=6wgB%Dn;iGj@qOmrpQ(LL(Y4R>WUcS&-~_R zEPi>yYIeUrJpApyjgaxLK>PPBYAvJ8_wO6XZ4>-vcoEZEeQ#DnRlux1%Z2A$Qu-k! zrvQN zwQs3?yX$DktBGk=9PD6Y8BvY|jz-`ke9a?ZE!sVE_90^QgElH#(=F?Z2gx~lb%sJv z3g|pMZQQY|?$9&2EhApdn8#f56-BPfMvjlpInjuWDIV$n0!PSa>ST4<4wj z1D#)SxSc)*P@cmqk|Y&9ak$o)#)fggI5KR0r>a+8i>h)QA>$;$IkJ}mCe47%u@*mAIWX9&^se zc7&h)T$1Aq26+%b-xz2B4u`qC=zT6-T^gCCab8bq2G__orLj#B+;5jHI z5&W5%Po+@d=3|ywKaWakjE)6`FI&h$fT%8runfzzNK?L2{i!b~bzP0=GC!ET!SpXh zEf89kS>h<7Y2hlgZOyD}UdfjzPhL|(5U=8~N}MxmZnynWpFZjvB!gkNwHVhtHni9k z-9O?j{=gO|NTf^yA!`OkzqJ{2Xfk7N*U;q3XZ8rR0^>?&6v#1vk0R7_i6ah7dh=w# zHj5VD!q~c&)$QIK%{0zP+xkB2w?`3vyaR4NW^(R^(tSw-P2IfiJOlvlBS&w*4&xv? z8s(eBXc+Yo%`+IO(dS{x|xRA23jhLBL77X-2zMA2mI>pjd=}pj`I7Z$4608`iP&6AdGrgxHgO7CC0gw;D>EO5~rvmXD+f zunKV3dmjO;`MlNxPWPjP02# zOD${{s<~$B&>^Xt)?RI)WhmyQ&+wyRCK(wwr=lV<3^JZsbPmI?_^7A&GNX2I0P$J4 z<;;Ux;9gh}kXb>Qe!ym;>ZcEsI250I4MrWnL7XDyc2VA=yASVe6!zYYdQP7=xIZ<3 z>T_bi-e*LGP12`nu5LEz+w6hK@Qx%j2Iy1f$UJ!;Q$ljFny84B9@elF z&_)Gv3H~B5O>CfZiKYnTcDum!Zn)iJ!<}8t9_P)dm29=djis-EYnBm``7G|fRPsR& z5*6d)Qtm*nu>!Ekq830HbYo~a?!FvdKqS@8JLQMgxLLOS~&^F-LeAwUInDf?a{xJI3J>RU~&6)CEm@N_K z4cK;IlWh}jKW*EO+(>S-OxkpC-F6SQSs83-v*xTLsojctx9#t?Vc7OzFbb?ijjEd2 z-cFi|e?m^!;bXyX8dh9st!{8;h5=|iL^NJRba>z7swh%I6@@U}S*ZWcekRZdV)>UrCOb%e( z`2rZ!ub-y8PkYz_$e+Sn8us#f_^>Q{1%M7Ce*&~;ft&kIxdFUMYt8+2=-UCnFdY7} zY3{M)AU*aHV%#L1SXp}nGZ^R`G3g&w~~!OUH~Z7Oy5>YGnd&* zSmcn9YIpJ{4st!xUq_zuLVF*_vjqf$Az_ziXkf<_XF7ieGe96m>q?A&^*++(w6ru{;tU6Hgo0x>RhUJ=bRLZ{su<8xL|LMaJYV;mOpqA9 ze`8G|OA~p`mY;aAk+3PHM}1UmU5@@I_@BumgMdR$ z|6qXV%r!Xyf?Q48(B|fcR>oxdr?T2FVWRl}Te< z>yCLn#0#b@Ria3V3roD%H@E?a#fT>gw=nZg6b$O~87MtBDV|#4DjVn`N7=>GPUQ^% zRn=peXV`h39Z=ZFTyG6fF`Pw&*xW|sAovH|S_aZElQ`JT>@9xco`W^jd$rA*#If!v zY%}XiC<>vPvsx4#oaPDTZxoN#6Uufa#1 z+GHEm5=%TZ5k_GjK0s&F2l2|cKA`>yp4zTJvxt7R;kGR55=%oy4QJQi>RT8$0OvFTh$o00!3aAil55-qXixVz@ zZ;bN{+d{pgwl|iad4aUz{jKCtp%v_H*6wHRgD_OX-b!ujXCzzTYGw4l1*|9AVo|G2 z(|Ixz(82)$c3iAw5sK0m5E1<&87^;v`{*%zqSikGIQIKL06dna*A&)K(>R#-;u{CJ z*lE`n$$5IFs+~F>mQC384b(4crm0&Fy&x#6*e8=*W)nclm-25kt737`wln#QWBsI|2g)sq^syYLu~NjeYiH?svZ(AziB~dy zqMniQ4gsE>?)Mx7kp?>m$xd+Y+Q>MyX4+0#kxgvr`D+G7IkXcmp6GCV^2ena%^X3+ z`Lcj=s9G_Dn_5T795^c4EmsNFcz4_amM%zW$3g5CAdx#oEUY@wP|P~|SVDUPY-d<=Uy5qH z$j}MbWcnXS!wb<$cbant-dFlNQnbUz3$^@&tLYRaZQNZ*)kU+p%9(0BdnTEiP5(vA zyX0sr+pt(xLB1AggAVtZcysj{us=^{AfFo{zj=G^mmj|W^Xi+Iw%GJ#AVj1T^r)0S ziEsDET8DQCg%p^!UYpcs$z0l#FTwq1(bd=R(S>K_7)va%39O_w8%tm4Drt#$+=2tF z%_E_GNu(WoSrT@DxSRW^`X*4J*2I_{@=ruK_;i}FxO}za#d`kdrxk_r4@Z`#WuMQo zhGYwyeiAF*d{Ni5czf)Izfu;E+`3$+xeSO-g*9cCUo_wa%hN^-xrUCdocq9t7gf zMC(aEF`e$t>1J)~>$ zVI1yy0+GbBwNr|l7O3@n3FIc9F-_#6;mMtJV?IkE&Z6I)ScxQbdF6-(zU+H3xLJ=; zA*!{LoL|;Kvr|L;q5-?UDJj?|!nD13nhlS{oI045>0(n^suel07QMFE~--3OANdC>c&Zn7yDQZx>WxYp3LfvX;1 z0AnR-Iduv7@b<6Y=o~_-wVg~P<#f`{I`rN37E4iy5XrBhX zx$TWje;q8uH67vfn@i@Ga+$ff+B;B!*^fg}oP@|VsRnm8d2X-{wd$GTwNr9Ccb%Mg zBP-SM!=#fBF1Z{N)|)Ur6iJ;H3M5bjuVX4!^sX>38sT1r2KfW7akbtgbSMLRyp$z2 zYQKj)d@(;c^aC-pO#y*z|j$%b96ZPvGw9a-F?yB8w>CZvi>4esQkb$@tk$P02e$pM| z3E*aqXZ_PYPyeInTY18lPk4!EoJ>)!6f+bg29{z{<{-8;sz9L#MsFV;Hb5cZge!zJ zJ5Q(HsPYz@Sjv)3m1|co#VbsqQj$_!DYjRkx|%l5E!=9pYGUC4U|%@QshUzXR0y+# z5>G)h=vhr>0@85>s6h^4y_*5igj#ehR*7Q5QYaROD64^a7%*2N*C1*~LP{~Ot9mMQ zt8z}_4GeNhf#p<%tOCni1*)WugRq*?=*Vezko9Rl$4E>CsUA#8Ys6^q9Ym5GV@>Y2 zner@8X&(#%(Gl~7iSYiox7~kGsN+lw*nkhvFW|f^v~f^=OR2TxL3z4E(anFB5dZ`W zd$8RJ)N7bA7UXuu>@%({!rK^0FTQ|`WoVs)w^g@b9K=RSHIX)f3ZD8apb$}8*1}R< z(sVM77z-@v&X|wV%$%?Uq3En2mlW!>IGm1hJx;Z)c{rp+v@M6ebSq-_Jy+T9es+Q= zVOXTs;H?qk>}GD~v=;w0$u-tXyIR{SDWi=~8{O_>X6~xq+aIWt6p?_>fov?(03^V@ z8HhfJL?E%CMG$IkT8nMy+ZR|v1c|7LiV!%Tjr49~O1Ps~*p{6&!maD51BR4(^KA&B z6zopFbMeCU8|TieSzjzEU(dNNjdIm%eIB@TsdFnj)P&#U*Ewx7<)%`TafTVFyPfpA z>x>_bXuJkIxIr*S)mOB4T-kfZj}3l$aSC+ncRopDgSWgHk8vojqmnzZwv81gS>6+< zB}$)0b7hHXzcd)>_Enol4Wdib2RWi^R^5t8x=}s| z`|>KlX-i!RqW+X>A^QadyIBwx`Ai%iCWiS65i@j7~fIE~( zK^OIs>mR?Ssm9A4oOJe|V~=CCQyg6yD0Mb_9r01tts$q;@STv7Z-gTKcqX`%QYU9e6|-|EjWfiaUp1Og%4Sc7=*SC+h3;J-TAEUo z%jM}?Hd5=GLI3mPPv4U`q3f?0$-6zTU!(*mLQ`}=Ee*JOAW}hHBF;t!L1uUnXZxOX z7GWY*XOk7g#gdd;gNgt!FK5G2C#Vn^dQeAESTLT$5x*trjt|>C1=wtPinq^7f&@bM z3^)78MM!aWc(h`!zGwC|HrMZcv@--Bb3vUl(EJ7!&YLaN@i^%XD+W#^r2uZ?I>bg=~`PdO{cI)L0XoL-v z0s978`;5tOD&y13Gy|c_pZGpi*p4M{^W<|qA4*mJ_H=Y1FcpGobXsA5OWAubyaJA! z*z;EVADX}e1hfUX*$SK=XYoD5KB%b$pXfW39`>4$J9Q&`g}wcb`6nKr4xYBVl{4%~ z|3GdyiW47&qA>dtnA{BD&ZI;Qc=|0tP4% zpt`@qc>!!^z-b3~jl$;BedsW1fJgZ`^l7TWgc@4!(~0~bS}l(Eg9p#!>x1y&i?o^( zfB(WGk^p52aM)OIX9C7o3o8#yeqDyMLWV<@5Q;h3aCJL|71go%P0CahaD#zsIdiAc z1|bf*TPV|bJ5_9}(8?_e1aja(<%^rDgK=v2j!}@EyWHkS=+yEst_>e+%{;OE{P1QdFv2Pc zidDWv$ch{_cvjX7j8jB@FVOW12rpaR1-6NoP~<5axV8gz{^jChI1Sq1rqXHR#$BnK zat?hU_77!TPmj_;Tp+<(o_Wjavc9%D*{$!-);H$79O>+=o~7sO$CdoB6}z*DGjFsC zAP<6S03Ux!g!6Ri-D?wmn9{p+@e}R+ppV>7+IRPS5181c3E3AAZQ6yWm!b!VI5+rD zBKBRxMH`SiSj&AlZy*PAZiE!5gbqY<{v+hUmzhiU??W=$$U3dLQbk-Gqv2es{mY@1 zZdh+|6dMkLvlql?)oVIaAySSXDypLeO)!Ee;bKfhiFa=$tNuwv<#;6fR$Y_2AaxZ) zQZPo}s+U@9uFF=v>i^2$o-i6x*Q72TFRSnze~V&8;*Og96QX6~M-pC0{qya*ax6sG z{XH-A{sriyk(6rFbj%wmbl#!y{a8Hm5v^2?WBfgk*Lw#rcmj2EH5&TOz5upD=>cOu>?v_iR~Wa_FmR7|@S)A&!lr*4 zRl`Ott~a7;o%Ob=q~)`%t(y=WI74#FbUDr}CEHw`jo$H}-9eVkr8zRAfeFxxkfk;L zymwkQesvh08|${~85TqOYZ%7Ki$wCZJmRl3yS@_enAR06Mq{b$7SkQAXWL%5jPN(u zWDaX?mC-=jvx-PCnn8Ga2|sA+_D)+jv-FK)gtMUXpK7rt{Kz!MfNk%!DIViX^GfTM zgqoM+Z1L{AW%D;3qr^zE1AmC;)&}rQ9n#X?SQ(C!{>VENMWw}r@}d#X-CdX-%-3hT zhIQq#iEq$*Zp)!0>?{E96+Dsu5ORP14G5QOM%)7;0fT&S$^eQ7zc6AQeL&^K)C*6#xx#1|u2tff4W<>Y$EIc3W7@AqH zgs8U(Sr#FXBUAdjm*oV#MxoxG?UYj&%HC^>?R>IiKghbu%fNr`y-3ZoY-Q07uRUDs z;=F_2MGM-Fm3lN+^R=!Plr}j8b^!v&7=ceN;*rCY0|rWAPjGjOt!nG!Lcn6IirgAB z$u5Sj$Up$64Goq}p0bB?BCvtUYV)ebsA>}l8=0}iPMs3 z1c#H49+P`LPba+AGoiYg9i$$Ye95i&K=+hgM!i-%FZjNkV!nJV zs8w6U*}6A~JmO`B_7_6H3)Hc!TVM=t1T|r#=!ZR2TIg7UC=|hl0!*1Jr$BaVZ0ki| z_G${tFoG$VotKw&lgP5h?yM84Lz9(KQrZ$Rh!=CNm~xka3-?`PY|&inxD!Td7z#T#E- zICt%OlkreV;$SWl4TIMQ-6NC5f4(K42*5^Nn;~&ZA-2z{`Y@JYVeAd9^tjQnrH6jg z&5ST^hQ~$xMF_ojC0LMaz74}O)w?YRD|I6Y-UDttV|Ld@T@Ryu)yb>nY)E(HgsIYU z`ijr8c%f!aYnLw0M?t#il|68GKdVTZ%1r8vDuxfcdpVJWQa>f&E@(99!$2=m@5!WF zA#(?3lw(i$o@E%=^%f$WJzI74zQBE$kSsObu4^(>wRMbtV{74p(S4W!Mw;+ttA3bu4$i36t7(q#2wzpieA!GKMT`Wcw!kTGd~I6#9vilD z<|RnMwk2MB8mPkA2x3A8PN2v@}T#PMa$Ge(T{ z=N8;J=5=_V=vk};DjPhW89AfKyiRd?*=Re|PL7-hQ=wxM6L9d#R%dxLGeSu&AY}@r zVu2}RD5U~@h?Gz$_&ZQGg-sr$nmV-!NbH?>e=JpJS;0#3v1mX-DQ%@#tz(0yPii16 zn@}%{E-m#g9HfIjXZ5FzbgG~Dw_&dH9f{T^erxf90DU)Z9z?6LShwHl%CSEyuYj-REYJN|tu?Qmf1BzC>qBy*!zx-5(V+VSQ>XvV2nw(jEl z9>Y(4nW2YWvBQ(6)J|g^POhm5%1#$=OQo;VG1Syrh5NLaaI`-}tk9Q+`L~Me%6>Nw z*M&UvugH$ifnUVZbA+hlq2rfMG_@LgIozsm zS>E*jOtkhPoO1o;E+RNFpj_R`g^D^9A!%a=uyz={z=7VnQa4q*V?pg_84-yEEmZ9F z1U+~qbkxg3xoT_ExCeWQq)NX6Oo*ArCuoZ({=2f9BXs+fduK%OCR z*W_DkE1Br?|9v()wTOKyzdsSB4F*3xB)weT?dLfwbdIK=UnBFTM$q|JZ%3lB88>yC zTz3N3HGvT{uQ%T^Z`kW@BFwYWWL6)HunL)p&mUu4zB2aK0-a@-%gMj&W$tJ!_L!!k z%}f`~R)TZ0({d&J^n+Ws^7R5cQ5trn*i7Zv>V{hQ&d_!AzLoKzPRLZ+@>DBlH>M`m z!hM2akQU`(G56pLr6$_Mb5U(!ftl}yT3dt*5laj-1c1il*l$4HyJC&71q0Iw(}f{d zFq}{FK%9f2sCijV^=i6QCw&=(Xt9aa-iO*ukW6?&XdTm#sc!O%VK!z%+xSPE za!bD}K|J~eIvhL#&XeaS!Rc*Z*&bgH>LQ;h9`S57@Y3^i$Tb6tQ$z^B{WZqyX*r7SZmo{;q7tazXAG zU_H9RtQ084va-4WSCG3x9X*eCA*?}sfBDY?!}iXBl#JLmZ(eol9zAZJI!M-Xi-e%S zHEb@*{yvE8w_cz)H?)*QwDDft04<3y;kdXwlY3X5g*g3VT!jL8GAUH#b}Kfn7j9nF z!rj>uG=1C!)FfCFBL<}EObUn~>Cy&s!!YDZQey-~jF7Mcl`q@`sMHUHLM6?~?v%yJ z$zx8(Ezaz@`yO{|ak~?SVtS|e*qJQu8lG?5uR(GZyuEd<(69YK6lY4L6>OU>tM+E6 zo(7?Qio;E`_p%_RyrOH@VKMLrRg4mOXv*@_e^3Di?I&(T>danp9d4a0 zn}D`MD+^u)t=meB5{n%hDUVko!U4yxF|M1?TLSR1f3=MoVYL?2t5Ku=pMMNb6RE}f zR%qe)qLT$w38-Crg5&yGgIbEYiw9}Kgd7c*E8iBOQBUlDM|4-c>nCG39DaAH;|CwY zog8bKN>$5yhbZo?)Cz}Chn}f*+gZucSWpvI8c@aG-eW5B)#6ke)omzSc^GuzzB1#P zF;d@2HyswO+%|mPgMtsDKZ~PZ$Eaf{cWHQc+{G}{sC$V&nPSlj?|!PbUtsfnml6<@ zG6Me$MZh4}O@DXf@Cc39f%&$hmXFed=MjbG0@SmiT(i^M`AX{Hh}CzNS%f#(+|?2P z-0AWOt-TfieFPnMk1Xw3St4jnz)lB>rWntbLn41hlpsPAmAS@ZfyBymJ%hKea#0J~6T%k}b+-dQd)f`!iP$1Me zxfP)cKBpBhDs%Xjf(mLg$rd#@MlBH71EH@-I*&&QI-i{4@lF#UCZ1R-W8cHpfV;vg zUBS1Qmhhuc*HHnD{1zCx?}-YCp9PA)-)6bq9~0s^%%!@z6o%ZVRxiCRRViL3^=fbrLPMNe$&Juh0+yvT}HQ;4)YoMwU6`60sX<5!5p3ESC0Ph zADK?y8rwf*FSq71%>SC$5TH=Mn*KGLC4sm1Q*qZ)=;SK$I8Vap@)};b z%l%;HAGZ)gss5e=H=It82;%?6tl^xZq_a#<6k0%k&HX94UKozDLcYWI?Jrdr1Z^zC z?KsH*KUntY)&l1-DrzaTO>4A5@OL6pp((cl98b#*FceIpOfBPrdiU(~R;Tj*NlvpK8E7)V+TpK!dyO+h*9++of15hodm>zXPat6Z(B;6-Chw&7X9);T zdp2Ql#>(|{!zDmB?5PP*CHWHW$mXWAmX^8obAvTamKeK<#4FwJvXnyKn{5!H{StYy zb!*N$yXi^dt7JkFQe@BH*&$dxp_g;PX zmXy?#wbgz*JL;+wPvE-S&T46)+2l|JhD;bz)Y9~scdT~$Y(wu|AUd3j6C3F4>UqZQjkQ^)nn76Y&XAgk7A>*Cvm>oc`7)2nVo=Ss^0 zdG2M{=bFA$Q`5P`rQH?f&&9}9@^bfV3#eg;&tNka+HO#^FENW*_UE|ti$Fny!^lAW zWeRNL^o~XqGxS72Z127{uy2S1Jdd3#_-bXbl+1ZbACkm%?%-^W`qB~|C~tr@4!t3l z#gBJrBURwcyD8KqFfB3Ht!14mbs8w@ObH4^NKy6bfFz9Xmmt*CA2pfhy2&+rhGojP zm>Td(B$G1jJ7E8sAM5FL=Ks(8qs?Suz4!aCNa;}jb8|=46z;9fQJI!Oo>?M^P?XcF zTIZT{6t&!QV04M)lg!AWk z+wKd3^IreEur;(}SRvKqH^pp$RrYhACcK{Ke(y>EUyN_02BEZa-sdt|$}!zB%FzDi zhbJ!{2$$!ldAPQryRM+SLK0@E!#Oj-P%l$!TP3M3RW|aS*rSf@sd$Mk>~?LLbM4Q@ z%(LmmuVTyR<#vFNs$77UlECtANr=A1s+x)!^8(}HeM8%;9C~E+krc$+Z?xhEoq!ibJ*^;P|2_v=Yu5q3sWLlF0baezHL*KO^`Tp*H*r~ z`2lgly;hERwGN}*QnFeh7*;kEo)bGl(*U#)g@FzRb5k<;^BxQh3F$%5LKZ+d*>~C1 zI+TdX_--!GoDy%1BGa9)Hks7vC@>@xl!5C{dl-;1t+=DG5-5pY)DUB+51aOLJU5tIRM@w z_)_Db^(CmHA~7WRo)(r2tBvBF5RB^6Wi1KL_FX=$am=!26`oYsUzxbN0_WK>{Y!s1 z$<+Xp5N#|=(_zQ?9eathgQ+BMPtX5+W=MPx9s#xN^Vga{YkngI9mSiAoFcm(H~nKS zKYgicx*i<+Q?caMWau4KR2_gIO7P5AQANyY9`FX?G?EA})zrx4cmY+%&z@t$TDnh~ zPD=DicXW3lwB_j79=#YV7W9>(<3&=7lQHs!CEa2iX<-0atRLC_`pk$0@wchX;eM$XP zVhZ*G%66ft=6b-JoFk=`#R8M>Fa3jB1+-b;#?ORr9#r9-noMQJe!Bwm%8r>BF`NEUC^iW#0(V82rNlqAsh` zE-;1eyj8G}32#yQ2wXdea zt~NP8Dslw!O-Z27N3Pg;&ud-=D*7un*5*|O*@8O9_X68isb_Mmi3Zuu*=lHbYQwG1 zVX*}Rr_O4MLQHA7Zirl$w@9AJog0`!1HIL##}XLNj@y&ez43xT9|?5X1f_!hWORjM zNb(uQlqyzZs$$P8Hwsb$od$&KPiX zrQgRAYjGE1$(D%;H5SHkth&70Y!LC2fw!%Ev8DecDr+N9XD4e8Jts)608#x739kvw z6RMf2BU z5T!f4v_GA|5^3rmG=pW|U~4>R2r9NNR6OGlulqbMk_476PgQKO8ATml5ryK-+u6)q zGP(57wy1{aCSM>4sgxRGq`|sSw3jw#R=L6MX>4!1dZPS|{muiGsv%DjFvT$I1TY(p zYv9AHy0r2ZANQ>IpRJwD)!lEdNdh&4;66)3{6>^gUVpq!p*IMs6*{_jHqJr7CqX=( zy}hU?)V=O@m~p6-9M$n|!!v?{DI1!?UKT~7p08j?q|N}sAg%-oz%+KtTjbb|si+#7c%%F?YM#ZiY&sZQVibhhxu6Wi1d~PWfhpo>S-FIH>Ak2({H4Qfb%yr5zw2*yW&S~b{MTN(6J0FR#9LWHkO3-%O^Fj^g!b&MFSE9M{$;3gonA(Y^ zA1ROLyzGGJ_vKC-anXfu=hc{-G!#~~If^XxtzIKLBE`5;?(6c?-W73UXlDfexfH=K zdIs}2a;!teyNRu|vB$a^KM|fvFTRMr(0{o3FUKF=_orWk^*{DHuKoPpl6NmEKddel zoG%}CLt2T!8pDpO66C@;A`Zw&*_TT7CyJ$_wN+O|b+ZJ5QFmyg$8{v3Whi2*YkHCG zIt8ttn`;HzW;)eQO}2ac4ge*s zLjoyPdi5$=DK>E{BCqDW?wwZ&Ou~DYX5p~!gM*02c z+A3KrC#&7q+%#%|xPH)tXN5Y^_I(bTy{XqG!~k3jD3Ha=F~cAQKlSv4%$jf&H_V#2 zq*`+VFs681(KqZZ0|$?U_kemX?;b~UY`F!vwhgLN))px%i@xK9Wi2@1b#(o+QF;qzTos7P!uk*JlV7o6HgkK-$e^veE2&-`;k(4GK z`{u_xA%~1Xv?vBLN@5-j?rg7go1iv~KZY(B-3TsdnF2`6(1vuy&k8v;ify~o?%1t< zxm~l~y^7sGuWjS2{b}5EIZ@-$Rdow?ESp<3HsHGKRw8gaP_W)CM^2?{nREw4_3z&C z0@IY+4g9mEHs5}vI@3xisR1?!fNwC%G=ut5!_)>Om!IaU+HKU^0RpOqI+5;;peBK^ zsozlkNh10IYzWAA2ywjg3$!=pdXDi>U^UtdVDGnC!T_f#IA@red4?F3I~yf-`KL|x zWvs-xt;GBWGO>njM6$P{;UHfI4JA39>hxpWjx-ROSp{GH(VDw#zppO02Y}nUHOErF zg$}lQ`Yx}j;4h@Juyg9IGsv9T~AvCPz-a`4JA43F7-8d3}}RHZN~W0s(F zY*ecnS0t>j9toX?Xjfk18J<<$ECsGm9+_is=YR&Uo6uaC87ZzF#6s z>+FDcV4R--Q%2g9B7kRwUMF>5Q<52%DSkUQ0M$tIBE<8UB3UNAGKp7NV*{+ql7@7< z2JniZm`kzl;v;F^D@7~#TpQ(}A_hxZl=+_;Hog#|m$)U)n@B$yfQ7#jL>2!G4&;Yn zs?q;QdV{fL9yg;+fHp0dpQ=ECF-kvIHnI}o`QKo(oMWC6`G^C-co>dXtVj3q(7Q+nBU?Jx;404V>tY{ z#+rtExnq$U``X}K@;P#$);?q}&8xeM4KssCPz}O-SJ+u>wCvBd^!$+%mq)DKa)rjop+vNT``W%|{O16m3}%P`|-!@IEI zr?DAhI9Ku{p`B)O+|;%gNH;{9zhl^-n9qVy>o~HUK12FJEsY+#u}I+I7COUwjK5-d z4Wbz7IJL9mRE;S)7x`vezl6GNiyeer`-8)@RF^#47x3NS0@JT%NcV?2^`s{?D@!LK zTe7iTC4C15X`x$bp z-Y~7UT&5`V?4gF!JZ{wwp(0Y^{F<1AF6NPQpJ;8!d7z_9&1=p@i)DRoWwTmQM-=JJ zdZ;ISQI1!Yn{L0<^{J=tUrrluvAi5y5JPGn_cO5eW5s>OrjF7l$_9X zJdPelNpS4;7#PI@+j;`?s8hpY<;SnT7nGky0-ATbhcp~#6kI`z zazksDRL$Yq9BG*9n#Gvm9=3q>tr30txEsHGmzgdpH#Cg7;R(jXc zLyL5Wby%@r3+E9pT^5^sNfI^IW|W`q1A?H!$%9DpgMAL50-Jkgy4_;TvBR~5$dxgg zBvkvyK-_Iu__lkLS{Ss>EPJZW-jtU4h_2F`2ix!$rY|Xhp(1g^${+|Z6)O~I)(8N^ zb}clz0=i93B$=Pv5uisF>H~QU^wI+zsaPwNS30{weB4fojpYYe zH!g(O%zEnNt`C6ArNP{gO$pZ<#rM7InRa=G7aYWFuAJz~EY#?oeK@dQl*5wX5I_|+3* zb9<967XEjej}aGD9Mfx+J1m#grp<8?+CSch8ErL@Tb20OIf`#ENU9xB{=d$i-l&q+sw3@Z*QVMM z?`x=Vy)+pLq{=J!R%wKk0$I4GueFI#M*m4_nve`&tko#-AD1tuqR&hG^pCH;(3i9b z!Tl$J(9%`ZHHq|!-xvoDb3N(_=B+l2o(_ByiPVn5jUntrXftY0;__p#hFxVlfa)5P1rU3I}QfWz9t(5dThO&2&mB z!D_C#*)SCAs&#hRb&lC)Gxpfa>E*#aHd$yzwBJ6O!Axhb;RF$_}M6hFJC3E?aJ>b&;yTgKUT$l z{$={qPJT0nAHSqud=-D0da(+pBMkp}yYj{^;Qj=7qG@>qzY~}OX~sX=*#QtMQg~+j z(2`i72r|-rQ~)a0-Pei4dFW($2TWP>^xQpB(wE-3>K0?U(VRuI_*HxYYgs`9JmIV|MjVjf+BF&~nlCsj(%^O3^V2J`dG8>X}*fL#`zV1Cq-A7r_h+wpu zU0CxKv!XGdyh#X$sq11c!FV0m@ti118rj>K!l1W9D$PFJL@Pigqwx%L)u_4LyGUX; zk$A4D<}KIQ*m(0>aT7g%Nl=g3CdH4!tUrUeW|rQf3^$>R7g`=WryL^y>GvLV!quPd zyZ4!46c!W$$prHfaKI?}jTNd>EDWlhZoRa7{1X&hK*5Xmh$26!A3zQC&6xm0!7&ZilAo0na5ZzKVGfD9&0w>n{| zRsAgTC($Fr(iEogT`xS(TtkV`BX5smoW6*`K?c` zokO~qAB!Q3;lo`O39{A%5?K=8+h;YUqCo!Y3T+n3U@@p{)UnUa&)q?moi zgi*H@K5H_qHl;q(3{7B0Q)_WloqxN1?b(W1{Pc3nraj?5MB(6@wmHiG z)X4fgpe`}|_2kCb!BDC;yVn2#brxWB5aYP34Sgl3#rmd8#0chuqTPTn7n-(3Bag)z zhp*1Lf1D`EyzDahcUayCkX3%?D8yKJw(+tMCB6M5(W?NEai>YN1MU0COZGH0N~T3N+=x3A%z;0JOo``)>w7=uq>5o$h8}N#59)Kh_OU{E?1Y83=zVH20`G;8ib*}*Z;GbWPKHkn&L%}Mu zi+YyqW^~BY{CtS){{8E>id(rJZ)BOXw7?Itd6kuXW>zQr_sferPx8v`2a#UAM5`7k zD!X6YXDk0RkboT~GYL5?QDBPiO&RJEX;2WQ31463=b5c(sx2UT1W4%x$UXYRZ)3O0Pa}!2nBO3S4J;xn zBH2Tf36iY=>H}^qH>3m?1O?Z;Rpd;;C_z9GAB>pkFeP*(ujmS(7lZr`@finxrU`OA zcDOfIQ#t~kjl)je1o$yU!2trfun%#FLM1K1lm#ISqb9{~(zuB=Fg*1QY%sLGG9!KV zU2YE7R3@~Z9%Ew9tfQO{-w9jrPa=>T_?LlaJ*gNzE;V%T!eS!AZKa&6-)IakM`qXJ zefn*8BmQl?Eys*o*lZxu8sUBaL9l6Qu@pnbyAE&_0mP0U7AR}=%P4pWXiA?i^E_#R zCSd8;q48p`Udzz;P^ID1jV<`)gW^(Ord6FHw%)rgC5l|j^ch^KzMbC9%y+R4YyEL2 zhQ+((cC?UpS{Y`KvIHMYO)H@3&@?r+bV#cU!B7W%)|=AaNa5>u%rg- z7#7n;J?)7|mMDPJ~12@HrxX!a^MEkOFu5m^HTaGXIA zU`_Ci%*-=K+88++d@2~>g1j#ZLWk55IVc^RQOF$g7rq415kI{l`mPS5ZV5<_)K8lp zGypXTpo>a-uXrTJ;6AxLM2}M!_z0(373~a0tL`BH+Fm!dQ9km7P2s zYlOgKCn(iMdlVt{k}{7s6GpGv?Mw!v9`xqhIeE?7y2`Pvg0j=g1-vLpDHD;BFr;M@ z#3=LLX72e>*P=(U?GEa5QWGP;qIWzEqUtOui&Je{k|@1pk0nE`M~~htfOctp4Y;A~ z$jrNrteGOST~n{9ZTk5ZqnIpfQtlq+E;?#pLnYya%|jp^u9oNiNXNpv>!MDr^MBnb zzF}{BgH(fYIzS=GD*qPCTr?NpS_?R$5sy0pJavS4Hk(k(R<6$!Kl3IPS z7h~7ziSyFxb~s`>)~A`-?XS5q@yZuA z#7yGfQ`ihEV;`b9EUPaium7~u^67n8+?67gF6;s$sT_-q-0qrY`E>VK7FD)%sl5Zp zrqe;!N^}8w=n$iMF`BGLl7PCIeuLy@bt&iHHeLX3&FKA_27BWxvR6h*HFXjZ$XO!0 zPJe2rM92trb3ZJA<*r3bN`UN;8v;Q0%*ToXrjb}RS+d_uiy_ewUC*Q$zc#e>EuiH?=x6A#CY3GtV3Uj1 zY#YOz&+RYX1I(J^G0t~KTgvQM(xvo9F>TC7B6D`UyE5tgE;Ae1WzM8u#dDVJjYcRO zVi;V~X6A*T9?Nm1>9y|K5CFEdhW{+?sUqGDz2AgW`3AMAzwpME12?wa4K_R91>&$A z<4!{n%RPY(DRWQ+wcaC@3wWCh9b4o$vc3KvV+nI?;{8)X!@ecSod#)2aFX7cgZ54m z)7TP{@jfkx{c$u*DPD&)=B4Sk=SU6PKuff#`b*c#@=PtY8Jh@=MJdp5DO>IFBVNSt z;1Tte`lzMLSK&fsMOYEL@t0GNqRl7n^qQvoDVI+tthWRFcTO79`EcH(>3l+?_(+*K)c)=h8WTS?fz(315^YG6;ZF2X<`)mF3kZ1ehNYnALGpI!iih5=*M2 zKCqIdw-j(1HIv?#jp&6e4%BXe?UX3&^LH4U4!2d}dB6eFh=~!sETH%NP#jQnr2(h% z>Vuz!Pj9V0KbWm=jHja69ImZSM(fhzs^|?w9R#vm6S>(l1mmLDW%hZYQfpuh{RtC_ ziNJq?Z_w+A`JDK(bsWhuX)X0#2pl^28a&5}UX0955 zn!zoz-x@lxqy{@B0=3Oy;v7hGuwkDApP2{iOCmP6>WrWkFOOl1&$0s`Pu2Aa=*nH+ zh070?R)2-n72O(>p}V>#oH$n3?TEU6ul$fJNA=AWn0&r~uM@^E|k zB_OO!LH&nbeRY-qQLbTNV8xQNr$tth25gOMBFIWawqcGhtp+PA`F+t zE_aimckVYU|JWQyNt;}U!u@5;4GD>r|qyr2pHcE z4%j?74fa2^B{}=N*XJ!}`CW(xYm}3SKfi^>Yd>s$7r0YV%l&>Sz#LsnzDYl`=1?ft zavWGbNwBRh_@?e$uj9@X1xyV+<$^rRQ+1IR=A6}76gP*rl6HSI?`{cTe(`+RsU3a@ zJ4894N$y#(H6R4Jk@=tgU^lnaAhtcnwaN_|US!O#gUKJxk+HQDl*#&?koKE-2b-$I zRI&bJ*t5R(yQjs zpj}@$=%Ft;w9sTl;J-V(fAd;ZD9+5ZVN1s5WXc(l0g1*3AEn3A9hPg-oA+XX1UyDG z3?K0C=pidK>;8U+6i<2|F8ldSK8CwblHYTZj@^BXrR-{|3--+Ms*V%bO$mz2oZt_h zr{>M}te&^L`$INQ!pLi}X-I?Mv#2?xce#(E>6lk&XG^CqDR2Uu77mx9yA<0ZeWa#^ z6x0HC5Cah)uD;I}*ndZ^-MS;U@I%E9pae0Hg>e+jdJjZ*#<4J!`w{5Uk@`*eDAuU? z*GDdWoiFS#-)_*lE48h3C)v){>(3V(&EYnCV1li&=fg1nGXx1uN4#*}`WVPf2*~a5y!)BfZ(r4emP2PDYRvC!i z@3ee|U5Ahm7?R%i3cx9X#Km={Q3iaDPlJUWwu*Tibg_a) z)yVmh>K=Mh7ZH$>I^(vI23Cm=Ab5HFxZ;5vz@_rht6JE zS2d;>`<)x2e=sKVjUlDGgWx=KMk<|Z*uzOm40vqoTG}V|=IOP3HQ(UX`+-s>gVNP6 z&OJ6xW+unE-VfhJ!p&7MsKyH5XPTmZqs&{!HG~Ouuw+}GavWb%kGU;LP$0P?B~EnG z#=Z?ed;v^d@4KWK3ttN$ci_x^0BK`qfnMVrP%g!ND*fK(hioe!&_C_za7%2ifb7?N z{$~j?9L0@x(^(b+!Dv4sbZWOJ!{8RqQ0eYir@$ZWVmpH|fsY)G zJprS)Yo7+khj7wxyx{nvieY%>*G@w}aM6^qPQb4+L@+Kcv3bL=N&`HcRvT7-`;gkY zID;WGw4LOzQGzKOlrw&xhJSvwlR=bzqW{rTJbcah=J;?wlR)UcmsYi=$rzeA$q@sA zQ$u}0T*d(gD)l%CvPxc6-T#orrisj6Am&-KDAO{Zn4&s!4uf`=4EaKW5F&Bd4cOpL zDs8Wh+jw$1KV-)?>SX`B>{GXnOUWmxL&y&eWzkTkGI}0gJ0!2`qUjs;_~aK}Li`C* zl&2o@kY|(-i;LHllt8zCYFs=sfgX5}v~MKN-5g<-B*$Pi74Fl1mg9OxVMZHxkf&gy z&)?&{3_&%zW^c{_xIZkD%0X!4>BQ2|(Or1`(fuIT4eL98X$^#PkYXGh_Mwep-Et2D zQn4Ps)Gbb<3#S~^7W3S*ZkKc~H$8GEzky`QkdZ7%DgqiK2*CY;$I5AH=7$gxs?(cE^#xQaH zg_OCE8ws$}cAt-_41`5=Id})v8`_j0Af;ZeG@Wd876^w9+px8y6J;_>4NP_7dH0o4 z-e)k56M*PeF9ng~eBE?u0r4C3@sW5}9waVSu=BFWn6oe2vxh|dzo&C7am?pE%Ru@4 z6D_f~(4TG?ngaSJY5lKxboPMpj|y4xp+#WNbDf1<;Gx8DX`?BA>Ib3%-YlN~_U6Z-vjIXkfydV@_tb2C6yF3{JiPO;z|Z z2z4D`2oXXFI!d(V_HA%{Q4^OSWsyY!HgBlJpg?ROf=y46Bq}kp)|FJsFp+yb4%0=O7V^5wZoJ zxeF>@grQ-J0Fb9EBkIF}s^jh_f%s>`RKEQh2=i>$eVErEzj>MaTLPY0)B#Q*I-34P zJwvQOr_@{*DJJguJjWP=&=Oi`J1fSIEflhnV}zb9vYP6fCFNGH2s>Fg08aqBCOjaIN#a$_}2JNkSP$K4AM8&)4iR*B~Wc|oU`NN#1+y=0ZUH{uAGW~xauUNpQ-ACSe=YuZ`0?zicW}k^#b#9i^ph*Tv%US|&-+`?xnVG}k_Go( zScg!6_pQh;kwNpNfMU)Fny{Lwuwm>M^%;fv>4~%}XrKXSEvwa8HVOT!`N4E;vRf)r zybDJD@CGX=ZOO3;H$U4`YKfrD729ZMP98VY+g`ES>q_D$@)nE7r}nsw6hYo?8)z}ZARP+p_tYXZJvv*!2t z5F3HT&|aRR!b#0reL|qeo$54-fh~#{u{piuc&s5TaNga+-C)1y8q~6(l=G%L;5S*%LW^5oE&_T& z3cBV`msNr6L~C=B9Jz{}$y&tAwWYB5VYRlPK*NX0VLaVCid!hd<=KX4;xZaa}#szIn71jsdtxT3n(U}@uo}o)B{9&bTG6*&JUF_+pN# z`BgiUy!6vY@lpr@kx7Ubud5{ZfxIGjHMXKFu`J8@UK&{eVzOU+n<&r()F{n!3m`sW z_QeB-N16FoC!+^$Hv$Rcp}<0PY}%B-EIJ2~A`oC+VppmdjUpV$b&XRWQ!&*2Y>`Hs zKihf1=#JULi>13^yMzwS(M~6_CjZuGtEixCZI(#nHGhA!(a}bkI&ot-M#46?>B_9K zjwT`QD+ORo@WJkSPNe;8fofoDlUsjNKra7H6UXf3TBMuDZq~{r{G% z(5}U<#QnWgi;AT=*A&SnZ~6V824S3_vvE^fF98ehbZ=;Rd0myX!KGH>^h^v1w+b8N zAk2sLb?R;rtl7^2w5Fg19Tw18C;6XH;A$$yabV|QM@ z8$7B?-v(P}HC{lW=YTv`=sT9nRNz$JT+t;aegl{M;*u^gdkI})b};gm7y^|C9dB$E z;usg5kUc$(8}=v2uS~UKkX;~~<9w@b0I>7Xk&OfY-vCE?Ar#CQF#V52FU~N58LJm1 z^&}F*KGPSJEOIq82=BNs(j*X6L)Rx#)QHCk5c@DH8dE+V%3Z=gNH|)ypl?MJX%#}I z;oRR4w71%<3aJiI?B!vA&4EJ<IcqGA7-;6G9_+bw>U)d) z+)vC@uB|iv^*`2teaJ2f`z0~GHMR+3bb|A*rVccjXw!U9Dvn!OGG&kosis_o>Z5WV zfhj7|;F)z@hs=!LB4?+>Z=8U~6uw*z0K7WNTI*`aBHm{Sb)1ANoxk30esO5D4=URq z!}CsOzP5%lq^SC7pI+t_kvqP7{?UCi*j*vwZH9N1eAZ&2%=nyII_XZ26P{*(+vjOB z*+zj@Zlks$0PcPVa38+ovGB~0*YO&Il0nTgCBw~WU72Ssb=m(4>&XpT($F(5>1kp- zLm3x3T~iQKu|rY_F_vGh*gM6cG1p!&+cGfzfJjGgf`lRYWgXmc&|B>ejkKE4`3e4= zsI7JkYDd_T7?@@3^DT=`227lM!-;IYfpMm6nU1%`FAVEgmu+$`Nv&+3pV)@72S7Vs z7w#*+C|G2MIhW*6Kv5JXz7B=tiYu zci)n$p=0VgOIZKmcg1cdN1A!t&t+Rf=^&ebn2Wu9fw7VHb*jO@yRSkL*WcB78A-vs zMYZgVp5t&=zQH{a4J+>5lBl2!=@Q@Qmp)q$^!YMI$a4kBVaASVn-F@aB&JJDs$6_Ap z2{dSD7?1cDK_teo;*+j}{@ZtvBKg!7-#WFa(uru3D$UKE7#OYlR2Em!?Wm3_WWT!X zV^IQvERQlL2K7wsGPPsO8-SmaP?}0}({nvFdC$hxBIg*iG9vdpHHfNAIWy$nzy=;d zFU)+5#F=OyE-;q{k7(lUhCP_+rbYDr1sb|q88711xTKM87t{zXm+l zdi%V%R=`G;r5H-JBy-OSx%ZtSlGI$8Tc_%X;#@MGiC+7ocqA<_ha zBefBT_Gfx5*_LJy;%NAA0@ZU;S7){OG9$^83Eb!Fo{y^iWhcD|%P!v23pc+t$=Vw% zbyYplrA3Qs1JUd13d~(AN@WYtR|r*QjD9`bNr*KW1yF~RSw2G`)M@==Y#IZzBh6ar zJ&ZmtBd`uTj9Hb4;%!wfg43OfT#(8LjG=@namAdtd?Sd-{z_roz*b>>N3d`@fHb1t zrqK%FW3)53V<3~*7j}>Wr>uG;Q~1q8B-mp@eq+47G7N9slwhKG)V_<>I=auy6o;c6 zQgC+@3uAomb4T7<9Tz7Y^U{!L8l0$Q!$0Ot_)Lr;;OBl1;J@h!jPi?M6%F90HyH%n zzpg;S*=-i1Ji5aij>`b+8BxFj>$-7_PpF)v{E`J_tj#P=-`JD=0Oc?}z$p4q#352UqE{-w1!} zSJb?~NP>=N^(#{GEeN12Tc?`1wFQYoDrQrI^ZYLeAi%99&78%ou?hyOKFoy^tm#%@ zdbjV=`Lv+lMk4ASA~?Pn*Fx~U9zTX?(39c?VecR~wHn6W`flZJ)Qo}w=la0et5tF) z=yyi?dxxsDX7h$IzGwbU{NiQ1pi9?pw#?s8J@({nJkpAJK$0b)^IlO| zaj)Rg^BVHiVYRM(i-y_RS(K>US(D;pUY<9tzF4cD@tAM;P9R`;71oW?@Um7t3 zIxi9>YJxPOX|E3kom#iadK^Y0E2zF*gWN&x-fG-Ws&EUarOcWm=IaL!}Hl90h9(^>Sc-Yb@sZ_qj;(bq+XYsuzd?jYkI3?I&^b^L%*RqY;cS$)%&-pb>%903%j6(MEKIZQr*^Gw|Lpm3RU-O0AJV!{{Mw7l4tZH=d zWtU*}L*NFs^6f>IkeBO07glmFd%#lNQN1hmyA!scAGy{a4=~8<|96<;%6eCvD`_bgP z1B?P*`XRpys!L*K)(fb&E@soxOSNrKHi$+2yw-@xFnZ%nO*j3-wE3_zcOfj?0n!ny zYv391Mb|b@4^a?M+SY})l-0j%tTaqKCRG~X^yqcUnwW&HUPEmstr>8;K<1F=(Z-h) zhO)hifh*wwe18;AV@eE6(bH7+DB@ZGKI(Ya<2(EA z^`{RNJ|;$y50!(neRjq<;wO!)pd)CGAb;0keqByCP^ktEI$tAiG`p5?X{+0o2o_h2 z2`D#L=yX7Kv`kReyjvsTokCUijrcE-&-Ky>zn!wHWl|C=V%JW~i@1|s?GkJ61t_ME zqEvds7tZ2DJcbtlatxG@!AZu-vAAWDA%$_ERViSRrQN1fMkA?!fWXdQ)S{Q!@;VC5 z9Z2E#`yKBe>xcO#&VRj}|CU)EuqZOr6#cS_fr&S_jYLt`4ueFJ2eUnb4I~1`;8w6D zaAnwEfq?Ew1QRhDbh^TjYRo$7kY1@@4yAAI$D)SgDs-E+Hg%IbyAhco%OkF8NLT6( zXKQf-+HmA;N6N80q}RVGJxU!qyv!|0LK4s!1hVid4?~d~MZnc_v2jEi`kE|b-&@8r zPCp7>PE-8pCIiy!e-P&N6q>mdE@cldkb?7cr@3Lh{8|juRKlBkj?RF9c0RV0PdpROXzm61!(k;kZ*hf}2 zB7j_UHq28Q_w)Q~05@4;tAT+aBtb@R1WJ7Ewo~&N zQQffN^umX@{maon%P`e8`1miCzYV;kFsCwiZg$2jJoMk7s1<6(&~L}&XcE+)96S!=ipG$l*C zbhR-Ta42@WmGkW#*mMSx#ViRUoVPy*tlrye{N2b^w-muJ4SHIjO4 z6>ODQPlg^`W_8-US@`7xy>y%Lm*xmXO1?v(Iprk$Uj3EsCeJ8eO1cXJ9n)PNC}s9X z+C7?si*zA(ZY!r6Pxe_Ua#7{`a?A#du#Olq=!HN@ej|1O+&O~Vxxd~UWJ{4n>TiPg zQUr)z2IRa#mf?#K63-mFQw5X#a%kH8RCyD&yy&8U#Hu4&PfhnxSF_VkpPH6fU^I@k zSHOs3E7h$08Uvs;QCSfK#XmY}LGUm0Z?oN;Ff~GwSv)MujHM04m-}cncUjT?R&~vJ zX~?<@GY<#q=z#IHMIEF(EcecR$Gn&iVBFs%)oVUDTCV~=Z2s36E5kF)$StCc(03*9 z=Gd&ubd?+1cox*assB1k^?EifO>V>b@mFwv7Lm5RbdAtzG!Fy5YDe! zBK))1f;-hwf+^}7Oo)uS@FNVVr0%-;*c>hfskY$B`TXa5X-n+$XhXc_ap;*n>__V+ z?Pe%SvsypjzJE(uR?q`}`(Jd(_4EZc{c13@<--)p&b=V(07#8@GDakz{K`;UZYj}ShBL(^`G=8#@`N>`KSEX>sE*eyLShLu;2!_&4N^_B4* zAfus#Zn|~Jmf`+*YNVUO1yfIWjB8oc4=&x3S$_1k!IoDd7t-^>qB4%YON za`*hU>Ck&0Z(0p#}f+qqV!5GQCA z+};J$fT#@H!#*z~_eI1qW+ShD;EE{p+M!v5xmy!!I2jmDnWQ-nb|-ALGn@mm>KOTxB#%?$y&AD7`z00-~EaGgnP=-9V9cR8S{l zu-t*v`jxz*#~DO&Hve#F9KpPTi~OiXkFSJ6tHAuQOmz-0fdV2JASQm_Of&1?wTwlc zMe(4m*m2gyYZC6YvIjl3*u#Oi1C~&&{`+@0Fk_MB z?`Y_Y@r4vBN& zwmdM0Cl3~!t%VBlf&sy65`&B^lQX|>%4(pO`z#z*ArZ8bO44vtvHJRCa!wV{ERF2j zWNC%m@nUys;T0QiKcX*mN!n#%Wn^ciP5G>*$owB|5ENk#^VxlaY8D{W zNn1Ad3l2R^72<9NMXy4AOKjLa_(8oqzVA@U_il)~-%%l?Z|(E+jkoR4<2>_NOF>D9 zVW{p5E0o;Zcn&)CJMoc1`8lL>9B$UW+IUEz63@5*l=b%p2IRsYIEB=Lgwcu8uLDm- zh@H)fE%f9jd{@_L(joeaGqeyqK^Z1wKXu;}qd*bfglL?n!5@?R_6%6Arg%Hvke#EQ zYKMa-*d-uf0ffmSiFbTTBM8g+7C=MLFZ?C8&_rnbhid*B^~E5uTQz9ap7>Vo*C`@Q z-!e~BckZU1l|7|`OHC^(7|SwJ0m-ECwwoFKH_qo#A1f)6gk=0{GC@yLhDp|DnP%pE z&ad&y5vnzxtZ_sy&i+ddjrA=DH#R}) z*5b(Ab^#&UcaVuzF^up<(qB~I{6bpP*Bms>?+v?8=Rb2p7o0l;1+cykAJCsmWqJ_Y zY~qs&Ow99wHVnIIoN5+=U2_J#c+tD(nTL8TQSm<}nR)*;=vE`1BnCI(JG#k4P=CSu zJJC?pLp$uddx;nVhSI0KKCrLXy$n|3R{C+fWqv~X$n$B^^Yd=Y{TO(%D=iA#Ikk~o zh+x7GMW7*Tso?ZpGjQj1X{5 zpUDn64wm_FJZk8AVYX>9)I>?1Pur)r-+vH%;7t|!+kwlp0RQ*y=J#7E>(fu^X@C|! z-t>491MY@td0oH;o%Gycd?dSfs6G`(H&BjSh7}hVR1~U}kMfqcL8cDypNf|E)xb?Z z45%Q=4rZT0x^M=JzFA3^2(eF8W=_#oR<`5C*tl4MdI@(8uL#x>U0G))aO|<6DnvGS z59&)mK`CG>?X(D3-2}>s>(e;-^~?&?>LPg#B&T|DL=J^f;bNUH6nJO|mpnmBywu=^ zv)h`#F}an>s7C}Ki>EHClry7`5Zf^6spXj}cbCvw(sgRWE*q`EGCy9#$%yh=x1WGJ z>jH0gId6l=>jK|$0*B2AOtkDSu%$XB;A#OeESKw+bOV)j{%fCLGt8sYt&4qn3I++} zy`Mc=_Hs0D4s4*{2nu(gFbu@{3`mWKAPPYg3~sYULk~L!+C?;XT0x}Hk32N0U~_r$ zlmkZgkW(I)+HmObz#@CtaS+#HO+$j-is_qp%6hBNsMYJa;2}A1>_Cx0JfhM>bT{yNvi78_JG}kbfbUm7 z0naOKh8W&Ym`F90AkISovbNp|pROO22o|7y;!6^}X#sD0N9+Bp$kZ`8gFd>FoZ#OT zYc<9Z1qxO-6J}yzZSyo~bq~FwXGO73pq?ijTj!r1xK4r?mo;AMro@~cw;V+jW%$g? zaF^oFJ6mFjps#m*;`ju{u?fAG)p_h0XUYXfvm(~LO8tW4L~x3V(@@|0CW(|Ue&OGJ zDlNv&CE+BvWGK1M;`U`m<#e=|-wjXr@<-2lTA7Rs#yF{;vq@N|ZFQfEIQwNidsx>6 zcuPvWLK5-;^Ig}w2W3ZJ-NTO#)aT~DuJ0XIjMuRosiW(*;hzLRWH#eIqs5_KD2d82 zWi|3GRcjChfkc-Bo8hqKHzl6PlztLN$tYjk!hi;7o-~Y8`>*)pu!15-)8_{)6V4B2 zqn)7&KXF)r^22x7}I*18fWd<8{ z_{Qla_Wk6|CSRa1r7tFr^0!{ymk12NRJZ*FB9@q^$trLMMT?>2-`4|unHPenFtw;P z-BD8&b~^Md0MDMm(O3$rM_L;`;8FN=G10>(=S5ngOXK4TZ?e&K`wxrN4g$;IXhK5g z{PVh{`8uWq;^Q-C!m4Kzvc~Y4L^+=hWCkkHMVu1IacCzwVub!((09>#nw4_1>$xm!c&-0KL`6lKvWG) zb9@q<`h~ih$#dy?@}H}>P24C@KhalHFUJiK#8lT1qE+(|(*|4pgyB3xyiVlL1yI66jqP?J&p=xx>y$|Lhx1+@FqAmog}E!T!(?4 zkU|1#PVzLGOU%aE;hv3-`$%7!SU}6A4;g+3giuMiUCW6o6E?Lvn zwQkx^dU_-X|AQ|Lq?hoJYfMz0E??dGNMWM;^nNeIT;^8s@ynRr_R@oH0!kQU@S$Jv z6Q7y${oui8@#p~mbFTq#Q#Tlj=Af10I5V`IKIwFII&saB|E#-F!_b(saH7yC(HHpyteG#K^z zTw|VgH(22n#6p1KrST_U#Fs~41aW{xXG);UjXn{gb1CE4g{?%;Gq z3WIH5V=lw{bahh$6nh$*sRd5@nx(?Yg|nkkGsxSXA8yv20n1)hM88Vw3Vxa2SS?_~ zdGmq5n@?qWxhF;p1n@@)ak0fztQk~|54H>!fr5*(pP1#*HSBb-d6B5c>TQRtZ?{Oc zuKu!EbYSgl#rT^&?J#MQ#WY@6LMJIo0k)`lIB`9(Dz<%>5+SHQd`ExGmR-y&MAJmO z#UpjxNK!Jt3z|X8XSx8!xb~H(K~V@PQ6s~K28~UHD{V2>U<*e=-mb8P4enq5w=;}k zcHLK{knPav!Ch``t%*MbLx`Z_`S_VgmFt~87$yvTge-_K^?%2xAoDg|qI2Y&T2Ka0 z7x2%@egNw7N1ZjNt!J8N^3jAdG%TL8VDcvW3UFpCb~-ZbLjQtHP%33_Gl+z4yLzI> zmcnV(Z@!%Ts}Opn6p9=t{0lFhTgyq2H0X2Y9k_f%yF_r$B1@`P|CSY4E&G&$8%Ey? ziNe_b9c8J>fBNC4@9-t@6F>V%+^*-n0ViSnX|j1F+gka#wj@IduUFL-r=U6(atAIy zzXn?RTcJWf8^_?NzON&`?`*RM9>EZyW$aADSeIFOpfVH-Mr>C`bG(m$bCpm^krqI|+-r;*P8+&?| z%ufgdv6S*s*L)%>Bt31Y2<9^kX>;5#%IWzrI)gj&gg(_N>kC;}l5V^rl!Fa3!n=MN zki2UgMIjj|l-9chE=4^$aJMzUDMXd(e)q4-O8PDlL5bz%a!A>(BsL_5Gd^TrkM1!6 zG05AVaC3Xlu-WfOtZV_gGK4XlT>_;o(+RcO9^*)Ctk4&4n8YRTCJ(#9umUG{(M(wy zvZ8HPC^`S#?sO78cZQQZmB?8$I}QWmRT0-Tv^r9;;n@m4iFjO3E=$@UW>#QIzNi7U z#B2H9$ERXnAgl}&b|-Lw7>B`7CA%Lx*1DG|+^-|)E|^8Qy0Hi7=;sBuu>JKu_QZS6 zjkbK2Ql2_Hl_M85x%8fwp(XfcAHAR8F%e^fu#RPoYXu>JY$;*EA7m8SgaTZ*7fcC^ zzZKixDSOde+vl!bKY#J=7b2qSZu;_qw&Vf}izhboFU$c*%MMQBsY48bd(wc~Pb`Wi zg3g66Hi*>$t6G6=vn1}?sOGzT*I1Izu?@$dtC;rfVHBt~pLO2w&5ma*`?1cg1dYrG z6_?51-7fD7;eOEiZuDPy7UQ{hc9xCpcPTe4QjdB1}f4Sj!U$VtBa*=!|*$aiNSH(^oGeX zYJTm$wE;og=`D4&o6~yqTGL7rWa4%N>5@2){a0^D$g5}9ZtTbY2WLk9cTbCk;cF?= zvK4^X|L?#^$KV^aG|F{YzS92-5c{>ob;g*a!f~7+0~Jz>PWCa%=mk9bR4s_nqKzHA zEz#%QG@(HSe+qlc^aa9rMY0n60y>C-$!8@X=Ol++*ohU-AvFbbVX;Dk(Kdx*CjUb9 zxKP$D6}*F{vIF^>!Ajn%@+a75mOAjLU-aEj6)6iTPUEk_(BDoF7peYlfAXiflj4I} zqmj$H>`64Wp?bQ>O{PCb;Ov*!CkyWwc>DP1-#XC4eYrGj(W_BJ1Pzo983sX}E2>uG z395Pn;kE|8{}NI>*4g@fDO*&`#G^s8`)RCQS^6&xxo)FlW{i7Xjw2m7ixIhhHyYpfJyhe>djYR^NRn*q}w0#j0}zb zAde{Oj^PacY_$I?md(HuKK#SpXRg)*xa%1=$qQYV?NG-@Mae~JUV378ndF}617tRm zhtxxA^;ELIsD{C?bu0i_`2x8R_x-28V_qo@h5Gu+SNtgsJm*wsl_7uXDA#IcM%_1y zTl%hW%^f2~#a@W|8+U%4id~Zk&~E-3Q3^mz>}iW(vGG1zo(K(t3)Iwum#k!dzpvZz zff(YKRX97l+Yp)VW@805;PD1c3~7{Lcpvn+C}Dtn=y? zWEfOlV%A}sv!!mrJW>0Td-m3PtZ!fR=BaCi9Svulr5`#i2^dSkt? zHMBF?X!>Oi!seF`#xKEjRdRiND5#7_?pnY7V=!SVq=V`X z0L%kvBNJ^!$G@`5ZpdmMS-nQyzb44u$I6e>mN6jnv>q}y~L zai)1yXyB_Obtg_Te#c(t^OWSE{lCfWk4dIee6KABI2y$lbJb+Wh~yf%>opqLp7^Xz zBR#I?Yt+&|9%kFyyb_dS`FGuV%e+we=bPnX{)h4#x+9yKc7yUBbwhwX0+Uv$!M-t7 zd5MEsa+$Qwf_?d@y+S=nIekMMixj}7%wJ~t1G0K=@SKvlqe$hxq*73OQVC~Tqsw6P zn7hpQbl;D5rQ`i4L2LvA%spvMk~QE@3gPb0rW$&t!YQ&^iNgQu7z&;Go+@tP6u3=RRab&`L{(HPvDN=C}xT7e86E$e{k$HyyU#NMDq3 z>R7MHa17SwIMVLrvEKTxm2`^C)nr_uK}Gr&s15Z9G_0gSCA;F)UW<-M+$#Y3lKV9s zTBH-&3ob$nb(4EB>`EMG6zy~;YV0arcjiESX)73hoQ3T4`y=igwcM-=s95YkHVfBq zT@-x`t8h)v(FZF%*m7Btxu*(*Emwn3G~?riGR%U`mS{ejcd~ugi3S{&o&0Mx~9UNz|wmP?SO zpmumVpQ!`KnSa9_PGSBivGl%mzE>!OL|IzUr34M}IP&T2S8b@*`^7rU4&ju5hs+s8 zecViUvN<2i-B%*Y=rG^v@grM$&J6bE%iPkApTsgLYP}jnw_}AS`oCmW#O|IK>!q4n zb$(|rIsVWy8^Y#J?dXHha%e;mvbQ_lcr}u|RG@~`-0 z?bK+=O4iA8`D)>kPIN?|G2H#+T0Oy)`P}vs#6|`jUKfyIA?wmvNW+ke}8e!b9 zt=HWA0W7hg7JM_fsRR*!&49TQL&I&v7P~8*DGGxh6R78}QnvBiYwRO>yCH6zZ(n27 zzGe(or+_NOO5i_P;l?%<{{<*~Ei`pidH&T`*Rr(yYL z$3AVnH+>uG!joIV8`B?NKX;woxDMC9XsupLv>UhKQ@xc)k{JM1pz6oQu?KyIsJMlO ztax*C#cTqs2f|t7FDow&6w$$UTT@GHDQD$HS8JP}kjF9wuU&QY+H4^^=*CU>GVbC1 zTNv#Ek42=epzj5=D@B>c7oKfkIWue#L-|GNE1%PrFM{wXy8M|SVB=TqD||5b35IIF zYF~rF(#AQgF13NbPP<8E@oQj~MnajU6jsjG6UM|6od7#P#J{(thdw|P3lTBo0F2u8 z!EV>Jrr{q;E(Zw>J;$-JPg65GF*rhr!HF=IAhyqQK{LO#{1^o&o5uE|!4;-m0oPc~ zOt_g|5Al>u`wEgLUi>a(+V+3hw{#s)`iG$UobdZUT!v#PegIpFN$>_FhtM*JV(98< z<|<7_rDKAc+@exnx8z}k=D^?ObNPJ+ve*IrsxIH1KuBg_1|dl&(S*q?J}BTpMGNUe zCy9h^#-XdHhS~_1alxCz>Ia=n5xV1<8>fdG^by#uOPZz=3PShw!pkRfRXa&-$BZj{ zr`14y)5u^-zCoYZ9cp&c8)-75eK&j0krN0znz8bx5j-Bi8G{_Cdb!=KB0XG7%N<%= zr{m2hvRY${$D8IXcD*X*`@s6ni<#7~S9ekuKSrB_6ls|U@)Un}Y5w)L`Q^Ry_~_&4izt53^Tx{6)F|T{40lfT9NIU}mHtiTppDR2 zF*bA|_8|nuP)uGwBzLYpOEP&rI8TnA?pxT8m`Z-4C^I@zxZ#~)*vNws4HhTE;&SzI zC7R)>6vyE4OjhM!t{F`pF%E`?MwUr}QVCHfeR68;v|IUw!7-F{EbI{%4?P7BpM;Ocm$3%-Ys=yQ z4S5iFxY8DJW7-Ha?)4r)Ulcl(Of-xv&XSd(a!y(UjRr8#);HN{%NkVv2^jc0FZGdF zx-AdY%V*-7Ub&-om-US|v;Q@6vmaaibNaMZq}=P}a=)Ly@#i140dUz6FBl=%!nnP+ORZ5MB2HQhIao9$e^yXS{!ejruG;eT zRkf|vt(@D>zrzfcx1<)&*t+sjBNPp##Me_%1=^$DJ0;v!u~uv%Xb7IZDQzw|W`pwd zn%_f&;@}I4@h?M7^ILJzT$W;o_b9oO^3dulq`1Ej{`b5$n!rgm;OClD8bm@p%!NOFII5zlp-<(_u zyZN=q@^P8QU){g{f7ILiw6SWMT)3os9tDu$o%`^9mEkvhUg2=4{WATzD9Q`0J?P46;56w%-QMi17{o5K zW%lw09lbQid+sEx;Z{3%du=msEnZ|wyPc1(sJYDIwOwS)>pnPN5U&^376bgPnAuu!{-`mZ?rOFk zH1_~$&KMhV^|&cr<;$OHA-i=;k^2hcDXXm{A__L7dge#-4{;sMtv$_fNS&AM5OY!}Iu5 zj{k{&)#p80;yfwK`H2wpej}`pE?OwBHBb(@`}mmqn@MZ*$*S#vVxxEfT5zU zgj%`&_&GwgYP@)6O-j-|nEhNp-!O?{*6$9do!`IwwuXZ`bEh<(7#p!QAX z*1fRtZT_c?xc+_iC-sqw(0WopQu^0#-q`7uL3m?GOFTQGSyl2{nwFldr~Ngg z0If{WfH*Gwhgd<{xXDmHaN`&ddgiUGapCAA_!86&6Dw0%wQRFLRfrKn#CpKy+C5Rt6CK?H|#2Os{NE_`&I`$(vH=RfU2p4j&mekx*u@n7|Th zwGcGo!u==q$jRh#QF!|qwF(pz;>GHq8`)MA7EeHDt{&~U(;Mh)SJYPbPBymp52HqF zcXRFNV5idgu(LjpvO6ic`p!{vidER)E}_h%%4D7opiwDC@7v$bm3zJqR$Z+=V?PPL zeD#1`VAsPr_n+EsxQRP5jqXtsx;TG$1iYc7>)5?ZBHW08-IJ&R->POO>XYyPHWJx_ zFJ`7b{2g?-2BHr&_;4@?!hOvlI@-5r8 z&Dtuwnj*ixi5i-QS#(pxJ~aNqB#Z}z8uAZop@%U(BPrpZNnsm?H-=XI4S@fpne{X1 zameLWzV^Y`)*&c3l%TAtkK?J*KTU&v-Z}f-R9gKx=j*K}`QO?ZC$O(eU1HEj*}UNg z-;1N>6CLHcULwNXbJo0Sp=)G8c}t>b*Y2w6J1SQ)(V(FDv)`exFJLgT{*ea;&P7n+ z-paUyWd*yAXyJ>D0xt6IDB`~2JYGe9tWS>wPXeMsTlI^#`{zmwkf9XmiwSxvnln;V zh0GM;8$nj>bD=d#&Urq^cuq}oa9OMNvin3H;%b#d4bhd+VAn(_m)Toe@y7X6;Ot1G zgmxa)zB1`bKTbKfY2GvOHa4`yjEI|J=FEP;*|BL(Kh5RtBE}OpMF{~#sUU)rqTT{9Pw|OI6KkrLHfC#cM`qjXQZ%F1E?wkYcF1PIL-q7uVt@oP>~v8RT!!j zvZb*Y*8&@+iw5<$`J6FtGP8!F{ro#(GW-YlyC>f;b=A5}x1m*MQ}GGLV)S@r0?X>7 zuhJ3+foB^6-E&3`vU#uR7`D;Gx1bVt9(B@z5SYFbgLu5=Z^`P3o~OpIdM%$`k$#pc zmsv;Oq8#r6oWakg>2&4$P{Q9*yP7zd8 zE8RP!{=513q(C=e#Q2w{d{1kc2UHRzH8PDaV=uOM+D8uI(XBA{@qg{dmI6L&x-;J| z6#nl(@mribkQlB$b&nQET^1?mBqw1_^Ucwir3`vNq5tJ|AuBY8*c)fg42R~m9#b-5 zES^jjl%A_+h6aYX&z72s-BIvsV&WLa#RUlTp4_mEtzwznVYOWgGI8rQ77Hl-Z0oT9 zb`sGEwc>Pf{-3>F=3n*@X0^DbM)|)p9p;}_Zt?5J=3borJ6?tVFsIYWXBGeNlE2$D z9pQrBww}EJmSyG=G4)0@I8-j@f+WUVcEP{C1;>toqzL4;9gK)6LB3$BBXFHfzeAoN zD&NfZoUqQNUAJ$whrZZ+d>3r}Z9|dn*=M^j<65^0yYPpW#7oB?ZuU9Gxb61sDm)VB zgmURetLIUDCV=eKVf8XYQ%oq-ooF1u6ol)`g`P32w_}yWV3-4~peHs*_hKu_%`vG+ znq>~BCu@XVB?mY4_6X^J(pz$O>QUw0%nf$N(!G8w(XNJ_gO|A;(>i5tl~riA#kn?&S++>wb4Xj2^@-*W%C3F4d)-zMTk{b5qG@uFeREX;R%z zDu$C5ZuaC41wEO6VXyzxv$0E3pYWSP#l4QGKt6h*MGR+wa&LuR$|mNcgtU`VTB&U% zh%zz*8LA4pOSAJF6`t^m*R$@_YDR8e+BeqxDxcXs55o2J z@b&EF8-B)OCh8!Dk`+vigEr$TvQh|lj%n&o9v?Y^rrf$o$9D1`Oz2{>OGfj<%ys?z zxBjjN2j-Y8HCk+ZGxy=Ba9TY+QGCo^(Hna2P5Qy+ip6{Qa+1qj)Yh-o*ZlYUJs!Hb zv+j~ExghM?)un#Ew(5PDn%V&U-PIm&>2egG?k5XB79US(dPRf*X|K4j6qqx50j_*L z1{fQPLE4K<%bCDxFqxhT>nw%dqgSwqbM>$qul+_0Wyo~_QoelJ`#QRMQed(?Z2zp! zhrih+Qai<|#fi2n?3wZYY*dU+!;axWFFxVmyK~Z_8RApulw96LTYRZWm;njhQH$az z05>dFnTu&Qpxdg6ykybs`-mIoVX?tb!8ry=c~hM^H?@LKr*8XRR6nd7q+YJX?TiQ8 zQtyY8-~f>yPQz6fdXsXz_=63WodHqJa5U;JW2m+pVk*!GM1d(TI-bYKXc|Fb0ddSpN zsNmZ>^gZ?MW4sf~cQZ`;XogE0Okx7j3g0FWN$0QUW?D{-!eVd17BzGswN%KT-C*IO zqhEMSjN!cgs$M#`L|)U@1=x_BrhqgMNd)c=;JOuN?X*CMol=QT-Sn&|kI_WDAtEB) zq@oyBd_++5={K600}gx<{BX>}16P8W>|6=SCEIGvF0uvWL##@G z9!e{Q!f?w8yYd7}3&`p$baJ3F0dgiw5k)Uk_{~?6)}_=Y((>Odru|uRgLkeiES{v6 z&h;Z6_TL@MH`ZCR>zR@t85>;d!JzwnL!-kU@^E{w5(dXd)_ecd>7)4Y#L!z-o3seX ztzbFO%6m~$M9AxcalGu)4w=VFH4cN0c~I#1Lm<90~u%M_Q^9$j4i?|#Pg7Hs*%1<@tcEi(!CF8zJ`i7{EI?F!b&qse4j*Vl-s>H~J}?Mib#%N_AYc&5>ZQ z{l9N%Xe|PC9+9m+t$@qqz9UjO2#8ayO^Uwoi;^+nF_5MpUsO?x2N9U*gVyiSchBO2 zZn_KI?_GXjdg82RBCvv$MZ~;Z|K6Ur$V=dOCPA*p>CKuUH);p+?NHkA5Jp6vJUl}`3qh(= zh0?dOfAfi&6Ueu>dzY>+RqO3*>afk6xHk%7sse(oL}bbm7`92{3N)%s*nL+^fb{Q0 zy&C8yACiffDtd1RZgCV5k0CM8A9sGn<(X|bnue|YmkY~OE_8O8nqw8J?<#HovB zXF5&&ApdR<@k>O^clWq1a~{e}6-1W!TIL9+?tmk|w98vyi8EZ}*NL6)LjSZ!NBk1| z=IPE6^xmMikL~@OTLKxeB)|6Z^9{L7|tNg)TNJR(Zw%okonfCwBf8}=9Lo_pMn-fH*nt8bqk6|BsA zkS+4MS!TR7lKK1z$T!2gyY9=JY-_b1XJ5TlmHOT7W$yipY2G6bGOyfS&${$Q{-aA# z&eu_(jh*^^lEm)ZswN=q9~x(QB5UOi(R)<=<5yEVcfQ_I&ymgcEdx#bY1o3*tvT zW|^0>{nLO5fFwJyx?gf_Mj(GrMsu|^tybU^1Y(2dcMgit==C6j-q;4hcP}NLWXkOi zD8*jj1mM1;qi?*&W}gNqhJ!SBh2n`>eC#l72lXnpzy!K)VU(5qJaYDaB3C65q4)1t zAC`Vu-ktO(R+qa4=7{=K3-^j zERR8R4YL%ILAIhnFG}dmo=htVkDBej$P5Bb>K2dzV}U&BCg*>DhhIb?D-XPtW4BZV z4KK&lC7zkTXU_1XkRI8AE=vjj){CL{sHZ<0~1;3WJNk~SA4 z$$`T=qY6#=G$ee;Wps1v=Z6n#x5!Sj=ob zK|_id;AfCP?JY($!k(VbtQ-j6uSZ;rvX-&Ra*S9H%)YxY;g{fhKyy1+hj#}fY49LU zhnE)twym_bjv3kQGsLV5ns~xw)=PzbvMs0SN0#cYCWZ|Q)X}9C87==HZ-q8a|NPh4fmGh}ATf-b(zT?kKR75QwUbdAVldk~n6`B5h`H?!KZIaTK2=c{EZ z6j@dliL8%FKgO2PE@xm@f%Bw{)8U!#2KPbSJLj#4cvu;?D1Px#?^}A0_COjKqDZ%S z(5RrFLd_Pr_~VN z|6|t&!-nv$MIy;~QpQ`jjReG^0J;4UVgR2u6JMSF06SE(Sc2>uJ|qlhu(`=vPiIaU zC-hnWM$Etqu;wl>m}7yKAj=@Wy3GUDMyn&TbiDTh#D7&#{%;VvDNQh4=_q;h`=?Qo z1rxAhszlmhD!fHlS|ljnaB7Ao&C)&_eX1uz5U9OgjAG8X@xR!yKX;5q@!QAKZ{2<9 z8v%|7{UW4l-m%tDk(tQ?=qV&IW1aR8jmvdX@+xs^SGQJ;8s{C^e}lUNT3--_#UyuW z%@m*#uw0N*QAYaufed<~`kt}}!S7{PN{-Zedu9XWgA(x{W9fX`LB}6F*X|rDE%nUw z-rY;QgFk*{+&)_F_SXAu?I+)zAClTY463$|FscqK1DY55=`txDB3mf}Tn(g0a=ZhP z1xc_2tc{yNPyh%9b^mKPl@SRC-*tXqM248R~PP4lk5Gg_XvdX(~%nuxt! zPs3}y0fW9Q^Cvsdg&?MGQ++oB+v|EnXXix1WN$bwSG67|{01*crA?0m*=8uXq|2<{ z$K&UZT#Ap{yk<~!A;rIR$xj@JMA~%lR*{@wA#+NZm1(nT^v}iTE0n{^s5e~Pdpe!D zzjVlvaosvR+L5V^h+CF@CvU!ms^a+MyJm? zKYPQ_)BxuQpuf{cdA2mgz@X5G6-x5?yHI2rM*+1o60gqNE2(A{Udxc_N}#O)u@SM{ zO{v7t6X8-L$EMfKvcotZx)qmJqP#k!9kLyizkjI21p+UNP&0d)g!k!&rXY-2j-|vd zg8Pk>%kv+{i&W$O8Z@bN^qf~t6J6j+gR~28Z?f2=ZETtXk$52oCYR%)!xaT4q_ad0 zEaxH$yyKAU?@83bI}zPh$mTe&=lle=#RJ!`wiQFp4fz;+5@`XrBv=H}x_9WMH2aspyj zntGM}!d)o{E&uhD=lO)r!&AN8e1WX``SF`q>(9{tdA540;Ap?#Q?aedd2xJ5)Fx&XL>khHtNn%>i{&_TPO0pfU15`>`^CH?a{ptY*QqX&^twx#Hl zuBY6uvo)-@p8e04qaf`HIdbv;sr4#k+RP6?sYw+qSfxK4HEV}m)Rt%JU=_rF79iUG z3VQ)17C6$;e#{i&N3@T%mb%;Q9@f#ewjp76H_zdSz42x7lfLt9s_XBno>9J5cB1zK zmHZ%{m(ZbcAvoGD%^Mr-_pL{a}-)_U=ZwNgy6BRC6nNiqK ze5Y*^RVfyzekJR^1ytp-oeN?!Hid8}Bl6Cj>=9Lnm8zNyJ3@WQ*ou5-c+apMDF_XFVJbw=_@po%)eShaXA ztha)a8<}mCwv<~(n^|1|ptALa=06m%7XLbTmA(HZbiD9rOp6@fFbotOJ%8uynXdGq zuIIPlP5znz!s0*mPqOCBq*Ji`wx_K8=l>;I$1@jn8J#@aFY-Uo7k*Zlkn)GGBqAx@b6 zgY@8kD`n)?vniVv4=cyczZ4N-JC|-hD#eP%`Lt5qsbVwvoy%IRyhe`aSXoELLL0jH z2R19sL0U}xKc8tTj)k_MGUA(wHeccSW6ws63KAiJZV=cT+-C8l9_;|Y_)!obOkQOb zVnrM=mTw+Yb(gA8N>p-rTDHt4BAio0gFjGyizc7z4vXatNYUdi3e;o(;5Hdyrg`#Q zSNc2nXE0Bu46RFP0FMe*Aj2n9o^ztIPqWJrW;rMrwQQHJ1S`tS`#9=|v_gW6hhT4I z?zn#jU?Ir&zrXR@FO0U=^R$*2DjDpPNRn4wXTH{3z53q`M{}in#H)oyy?A*NmIRj8 zh4z{-umIa{_bTx5=FI!7JzO1n39Pm?F=$(_z}2?8L+>-G@vOsG6LcZm z2TW)X88UW^afr;BU@tRSn~Jbyka#t|K;Eh7j_Qutq8z)N4#Dd{$-V3z#4Pk-4_r`c z9&LD@E`Y+GzyZB&?5=iRrUrYaFIt(R5W5=xL;eUou>AW^|r@e#`K z9Xh!yHQR7L-eZG9U$iv7#RWi&e5J%&!oZ1Krj`@qYpn_TB~K)^kLbf7tY44O%XE}P zIix$6^wVywbN+e;YCFi2GHEmUi@nc?O5m4>?p~y+g^IR4Pzq%~`E#(iDcuKE@7odz zls%m5d*43Tyb>!2?9lRk<4QxD!yH`vtke*ZD}G5Pf#gAW}I8SQY-`c`f5?MYzlJ3+TtX0`}FMEh@r z?zEv$?!917(S}-|Cueg16J>Mj1~^s7YrY@QMS>L=cZDGr;bX|`R^-%nhi2Tfr$u%c zqzaasrHpaH2b(#*|2a=DLB7$YTs*#!MP?F1eGp>c3(o;w0jS+&8@!X8j0Pw7082 z{*Lbso-T<>I#=_tL9J!;h*@oQth~Jv<0w%#F$^GFH6r39g4}Tcs$ZW@o9G~dcu)gS z+d+g#WeEX(od7zUg6@n6^NpTaF~JY^3dvG|!pe8?{)3 zdI>iUZjmvEBtfjH%~@|Gy2EY6apfAt55-XMX;V<3e0Gb9e-sV7a+&j14w(`k+crg<0P$x! zZNbfict8|{fx4FvR07lb97ZLe2;9R-FK)I7tl$fpEH1m3;E!WDG}Lxocvt@N>GP@l^XoVCzN~e;{wbf^n0WrQ!mODkw9gnZK z0GdhSoC@r;$ZPDzV;JMmASS?>Vv^i<;Oh$k$!@^))-`;;Ii;Keo{Z`Y9XNI(rHdZZ zx{kMH`9czAAoIgy?^tqOz37ff?Kv7mWdg1rA(ytdj!pW+ls5LL~VB~(8qGC{# z--!n4{3J?`UoX1`dG}&-Ce!NA;!Bn!d1WdLn&$I2zKwJ1t0VGX@{+IaLGMR(IC@VuAOv z$iJC>Sop7h&zcC#n%)&2Z0B5KFW0HOyW^7TT)gz}{2Y*<{r5&Bz0U0h@)*1;}`1!+ckO|uSoyCVLx~E z1&Tfdtk-&#;3Y&|D-OA1$Ew%3*LR1{zp6Hj(7|<6Tv*plm`@-)wr;dqZng!S8g1qm z_0$crQKKk)8IO!ht}#W?Tj%B;myy}-cC1k3?x89<7P*HGqlbl;Y-<0GJN>Vo%lzR% ze*DR)oj4tBPR`!O!++L%gT>HU1; zLjFaLBU#_c+ZGe9Wo@b`a|d!4JwTDm(KZ`y8|%c#GsLcv4M(MT0IVKqH7o z`c~myB9>ho?igCMGNnV_U0~0|er=-pilDv=;1_2fObX#DHMJrsLv{;qf#ylFjjn-v z^8d2hgfA)2ymriH>S{O84O~D|Zc})^M-x!nOc3RPfRmee9 z$g9nKmBid>AT=*}-6y$}l+s-Z{Lc6?5*t>~Oz2;2L@Bq*Z;)$eqAONwfjmLvDFkBY z6~r@bQJ-x^Q`iJTmCYCh_WNm>rLdtS_KumW=$u=rfs7At#rG6zCDaUR7xPQ;Q}i04WE1x({^`zZ99R;s!=%H^UBcDmFDXB zFte=5l#l|a^H4L7olt;3nM{Z4!avtFb4gS(P?RJppzOHxZEMaGA|%)?^sE?(&aU5= zR4nr}Zzmzc>uxWR1ZroxG-eNT{qd0cbuZo1JDq9mAF)}daO-CL`z!%;JL{q(x#Qyk zeb*@?%ZI1uFwWWT!*0l(TXu(1p>*s#k8d%phxr3X+@;el zflBog3Ciwx;(2EK5kbRb&I@BvGOa|P<_v8j6Uau|3)`>Y5xRo`95TvE%py!if(>rP z>CNGpn--a&)UBaxMkd`cSM&Ea72DQM!6?ol;3Ep zq3vz@(BY0&NK<O1e!J{_nQrS(vVCY+Tus_@Kz{(F%IamJne@` zwKdSCL!mmXOy>ZVKs1sFe4vz}9s--8#xHvYy@xOl(#?nqzKSw7`A(m;L5ynZgmWpaP&3xAzJj6iHmn%Q-rnpUS3WHXEbb z&_V>R&o`QUxHNqNuR$MMSZ-=H%wQkFI^3rrh;*5<)79&Ft*Nz!=%3i6mF8s>J>ov< zPWC>mAwg2cr}UF)i*mC_9NMm?ZFrl`3fl^b|5`y3xw;CzB}I}!pBnFHvu7`{HI%BU zYV{q2utr7OHLJGaR4eCq*nHl39`!-7O-W^K^*dbs`GI)}o$FjNB~DYN6jclc#Nh1C zG&`R0`u86NEcX45pfw&GoW$2@xFMp!P9djdUGgB&DcD#9O!eugk*B*pIeF?q3^GKYb-;m(G{et;uD5*g`|TzMNehl-SZuoKKj}>< z%ee(nsfPbOTq1tASUOi<;F|rQdYEePjf3X6y1QsEATm=?V9ZMj`B6a|>WDYxi|xCM7eAX3mwdk1 z|L_2nfm~roYL*byJ;?u6^TDA*H(=EDR>slHDMC9pZEOnyyEfUiD}d< z?>L^3vv`xYhxwPuG0A>mg-_b)2g^7OFSF+bJWDpGS$RLB2M8t5! zArzPe6j{kKiy}jfa(I9c&?%7v`sCvrn-114Hf!j{HvCVX1-tv>$G|8KB4urWcF`s{ zMuI51h&6@9pjwebZFUuyvmYXbptl0pLZ}odfgVDdRwIWLM5jo#|F2C~=q)+&p0oAs zSg}Q6bb2G3rGq$QB6-a0ITzPaMy3&lhIVZB_HtGp&XqD-);M_sh!dpg_<=MyYgvdJ zZbc%_q&a2ystL1r`@QftGdV-H%h@4u}X0(eYdzEkyrv$v1{9UJ0dtTb`Mf&zls^39^ z3xHq2Ohi))HH*OuW5Y-~xZJM{9beW=gHK>``SoXx^c6@kn9wn)0l%c10Q^%zZVeW?qOB8<_$_9UFt$$2)S|5(B$Sh)OhY|2&YF^Rti~;Vy1@dcE92 z!Q8(EIQCa-Vv*Pyb+;cU2oa%;d91S_~Ab`pa#CwxpWWu zgD(fxUw9HmyW4yb<0p@n%DMudzdy3o`^^B(*!|`!%e0BQvT>#p*cq^;h~n{@c1i#Tj==3suP8nPRy0U{{&^A zp|7dQOeVLD#S-F&~dwl<1&c-^cn@@|RR`I&{gAI979a&OT?D2jPrSIQ*rMjtp zIGn#j{6WiPBW?20PSMypYq4L+)ZSq&?8U*=dQZd(JC@ly;~Ay<&we3qqHY0%hU8c# zQl1j^7?Z1&6w)xV!l(f%ecN&_a@x|uph4+Kg5Xbd+&EBgUdv13mXfJjzq=vAqSk&g zWeCUaO=z--Kzt* zf|x?KeL(Q8-pza>|4-Chg}L&2pD6g_8ozuu@-p`mels2o#ePWO#DH6hEJ+KB{3D)f z36Ecd`tt|YW=N32AauKziZZ4g^glAqLodOqp7ASK<)KQ;%S@6d`ML(szeS`kHVEWs#-nCRnJN8rX|^xHSV=rB0R z1MXdQ2~2?g71<7!bay?Fp&+Kj*}>E}8K@f+LjsTJqT_VD5noy}vCjYreYT8yuu9<_ zUaOMIL*G7SWNoZ@kFjAj1yC{R;YP%-A^jxbyubhYY3FG{;!i(Hm1I8dFCQ&|NLnE> z)X-sWl)b+6PLu0`=EuDV0&^ErtX%I7>)`p4kF@mjo)2T*2}R1rgj*g8kfex2c_^34zRPUhsoo0~TF@1o6C0-{m{ir&oiJi8 z=kPZ;H+oq?>~tYh-ZKjGqSSwgC;l&u@!Jdn4ter_O7$naZT$ z_U^ibeyy$PHmOJv1hIm_zc z`S97}n7;9Kk_~^F|LDX!@~_qQlW(aP55Il5a$DQHHkR+3+sERI9OX3g%9EAea6gDU z_OnM{-CMq?RwWp?Ks3((Nh8?4!+rbBG!WHTf)9#AOA=h_=0@$ zp3|3f<{hIBM5_gLiM$@yoLGWC=3%hEIJAQMwYxQNdR^|2dM;qQC z8Wu*EC#^T)mv!~cQhOKUNy^p%8>li{VkkeRk>(Wk-!18EKWUGB2By2Cf8d3J+saLm zdg=?)yMT8O>c}X-f6>q2sji~;^dX7y6q`&Ilk#JLJ-;!yDP@#HKsX)H>x9 zE-4xMdI+S*!j66#;YFJM=j{$p;00r*(6(~&lv5DQvzDF6vpVGWyjb^0Gf{9 z)x>mKhAvDT8v1kr6ECR*G5bq?&|DZX!JCiVq3VK$cOge4z`%#%lLKwhFZxY1{oY?tAx_%vyfSH31tk*4J*{U1um?xLflypOQENPP zK!wDP*vai>z79PMxbg_HrV+zvnPk8lWIBkUpd!F*Q zfeL;-6FZ(%SC_Ut+zcBe2-RyqxNa29!Oyy}cw&)hg(?1`bXPbyn+_9`tiWdDKklFG z_~}69U_L2&>7RqGEFpXqmGDNeUU$M0EbC2b$zRw+O=SudhitH8;dfT5$-Xge8a&n9 zP11qpdfwHK!W9Q3rKaAc*XOO-%yc}N4yi1OHO{`9!} zW4wIb`fhsND7(r95hvJMdtfbA>%l|Yf-Q0mY1A6wJJx=2VExCO|C*#NhYCH|zy*6i zFt}24!PX#-R*2u8aM;)Qu(F+l!XFLqdiC5koRj2J7ZM1y=bB9r9~q@(M)#R+qa3nA zeb6HV?}_#h6VqMj$`ek7{kAssqv+UQfUoU&8v)5)MFq*DGKbfUF_)@|DTT&O#m))V z2u&1!B&}KM7*&CC^=*;_@#t+Vj5`PJpm%V{4)TG#&91l%8yIyalh^G6^#|^R|Q7a#Nhgd-gN+p7O02zokZM@ zj#0dZ#HAzQqqBGw_dxSJe}&*Po`t!7dRpkc!Dd;bb5X$oemJJyJnxq-+qnzm>J@b{ z6<1et0VOSMgcM+kP)F%mNMOG&oCWT_w%}-L4QeS$T4-8rN}FFMT0Y9MRlj! z?F`N<=!ah?hrxj?6N{>*@Hl>xrPAhi59ZcW*f(ro*;IC zj%@gR1~K2bvd<3O`oS_n6&P++E9Z6!D@J^X-N17D!HKVfS~xa2L1_hiwNWj}*RAO+ zpPb;+V`D_2ZR|&qWkfaFKI*WjIQirw4NwK~#;j2aklT@p^(`g>hx!G@poP6X9EFZT z=6nj_pyiG-t(@m_>b4c?qtclFjAQ-Z@S0fgYUb%o-)Cl55v(T?RZ z*CYtMf+c8(AC}oQ%9&Mv?3q`bI_4Ah&*`^hL{Gfq--MK?Z(S&?EMZj+JMaO^{UvE+ zX~PKUjJFT18Y|;rv@3>c$(C+~pk1iFDt0&c!3QHP(gZSSF{5YcJ^JTjR@=B!1t}?U z^KGjSYsTitmQKv`WsPp8Q;4u=1-#x1%7V_b@B|m;h(z-nqZrrE<$-!!cAsK#jt0vw zTOXpM*<-Pu-$Vt7@vMlt#2w@Y^o_h{mxX@I9=h9GN3%6oF7Iyp_D$KgEWBKc9Rm!014h2(=RSZrk zb#1RwT=fZfO-qXcz$l`D{XsrJbnHkGCH4jRvg4y{(ZdNu6gig?O*=^f69lQcvYkql zO}||odt0i+{6$`sr~`zr571Y-0(ilh^LWo8fIX_!eI|@&LoSE*4DGNEpUyQG3on(|3;NRYm?M1{!{$F}`-L2%FTmY=AY>5156<47k5 zR#azlp*&I9708a#kZwXpw3yz}nnREFanWBtPtT5yP2HH_=dWKocj3;Bd3)^LzZ9xp z?-^83up|Q6mGv-p*%G>sjj|eMW8%9p4(&?2@MnUeBdK~|l+o@$aa!pN?>@qck~kKE z3eUuwptc+*uEI4w*YiZIzlXE(8=`csee*CQP-{RV7;ytG%&}fB%ja)RH{RUcUc5lR z6GF;0s{&|X&?9aAZP3sRRlC5fhno4w-nsWW@H(i8Yt%Cma~Tg=qogErQ)he+t9wWj zMBhAUYt#f8gT!~V6)k{OMd<>oeG*+y4qQ52&(b{3pl-kFaK?GMbcl(QZL}s0;djNM zc10?_Ca#07F*>2Lx!}HLdv-6_QTJ^olj?~7u==+XZq7cg?+mH`I0x1id9`0ARYA9A z4}bqh;b)vfJ53enU?e4ctUA(>MD;u0J|W;Q4L#QyFwoS2#>gD8eY!6!zge547abzB zvGox1(ybMqx#M#@%D$}RDD{{6HNJ@I6VIIb?BwbjRH9z(c+0OZn##t3Tye@y^( zBNVN{O2H%XV;ur0Atx9hAN>Dvq*z7#EnE!5d(S12O6FAu-ZfRzOk_c=acsF&>;=#Y>#dnczE z?^?JY!r~+lT3>LU!0VSzE_BRn#4_qKRr0Rmzf)m-oo&xcfElR3GhuA=ngDAClnyFn zCbVUZSl+HiS`ItgP1&pf7r%wt_>BoI$Y>uEjyK-Vmkqg*3ukZwAPdEIAtNhU-Nrg@ z4Vl4>YmrLFm#9>mf+h*(S$P%62XKy#chm4s0nSf_Xhi_Mc&+1Uu)(G6ul}Qa==hbO z$iRoPSqNkK{mY#0C%5-Dyu)T<$+T6bAqm%^IG~~6>|}(GLT+XD0fP5DD~7lM;bon=V0s9;FZdD#Dbf%R=(P*lrI7oyGFD;U_hRR&p;L|#zmJBX%O zfc+*VNt!FlHIAF!`Rk1)CLrrcw4s$%zxvWe( zyZRLQ?j)(t@c?F%S|)QTZePucN=nPxomP&JNP+nVyUCg6^8+;=%sbh#12x*_DZZd( z)78wcP{tWA$hl^$YxSJe!DQf}CIFvO8ZXA-*~HrgUyvP6^C7*hTu*Uid`s(%3ri?B zqxI1&>;5^+LS@}dP>EXXKS+n*Cg*WIV!c8Fl+UE-uWsOoJt%32sKE8pIgTAoEevjc zx6kW+t;+;-y@#T=Od04k40jBz{?>3JMW|E6DuT2atd0_i2k4rTOhHfYHS=oHv=k-h z^(_!*Y@!aEIn_n@rdB0vFP~&}i1T&RKMWG!>Je3t{Q<*69u%6Ju>w6Xj-p92QHEiM z#)+*&ph#X~7`LE{kT#{I`#x{1rxp}oopoLG+H%j=Bjsc%nxv;@&<!qdwJv`dBa)7WAZ!7()Vpx8Nw@dOfIJfJV*xk-SDo^8t;cuJ8Cx^TM51XngAkT$ zVUT)St~4C}2pgCtzp%5<>akZ<=iDO!rL%Gl1a2Mz596Gp=2{g(AbW%{UNFLf?a|YJCa!qZ{A+y#j5ZQIgPXcu z%`H-pz%2bPNA;2Z@M>|U_iEg!oeEF6vMxIN{35ds>HKbq(Jj8(gqw?H;Sc*x*>Vao zySm(}2H6=n4HEwsUA<`#e;_s?D8vRlD=r6bQCDA zVMG|~#3NN$e5onUNpV*Ei3Kr1W*9=)zm4X6K5cDUUM(}6Y`I}GpcbY72Wf#mKY|s8 z?fbUh@sP7T417F>uc+bmme5BRO1#LpBL@RKeK6Y28J=57U9<&`o*ZCYiGzm|;$JV; zSvMQ492pzD0H?d)GBo~Xp8z(>7)dC{ot|qJsaMK~0&iBHn_I9(snS?+;fivI2z)pl z6Z4fiN&>a5ms7d+P5dk{k^@X->ZP_B!w#!zYx%+_9JR zNfQLou9tTSyW+X1C0*x8XbxW~)LVMj_JK)+Q`U9O&shajO zo6Xswc@Ws@J;F$t-vO6!z-UnTvLGWQ5B>~F@?=XnXrN!P%@7APPcACC<^;9Hr#cew zBS-8n@C>1^2(yy;GA?rU6nL}S%~RzW#EHQE=g;EihqrHj{JmDpFxB-5t?3cQi{xEU zL;8nBRhW8_rKz+cVy0v%y-Z#Fe7|~Mqdp?*Ga~MUnx^N08Y7Y~SJPLx%mY~@axQ@# zZ1t}J-f^Ld53AVrEb5A{^);VR==Stdg|Cc*80jTmcGPUYCw9LN^)Wrho<1(T9)997 z2_n=!)#@-F{9iY6td!~zbG{$D@-5)UcvvE*v#$0!VhGpiB`=&{b~ZuyiYd3+zyb5>~Lm#OcojNt3<8(_I!#6y=$508ytBG+#PA>?ve8Wtcey&_OFq=-JotxrL0jcB}RFF(YvUel@-BB)YEOPoNoW7EINt#HNKce;G zHnCm=i}l{{zgJ%4jhEgy!(9|1{=}@xc&y;C$>V znTOAOl1jUp57+8J+;lPH2I~pH&fD62j#lqb+Bd+u?@{|un?SB zrRNK)7HwI$;Ah#3sn*CW vAMOA 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 K1qNN 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 z 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 z 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

!$!|)52x4yy^4`QjrT7N!19V+$S32r&x3Y3&2Ek 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 literal 0 HcmV?d00001 diff --git a/static/css/materialdesignicons.min.css b/static/css/materialdesignicons.min.css new file mode 100644 index 0000000..d954e90 --- /dev/null +++ b/static/css/materialdesignicons.min.css @@ -0,0 +1,3 @@ +@font-face{font-family:"Material Design Icons";src:url("/static/css/materialdesignicons-webfont.woff2") format("woff2");display:swap;font-weight:normal;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing::before{content:"\F01C9"}.mdi-abjad-arabic::before{content:"\F1328"}.mdi-abjad-hebrew::before{content:"\F1329"}.mdi-abugida-devanagari::before{content:"\F132A"}.mdi-abugida-thai::before{content:"\F132B"}.mdi-access-point::before{content:"\F0003"}.mdi-access-point-check::before{content:"\F1538"}.mdi-access-point-minus::before{content:"\F1539"}.mdi-access-point-network::before{content:"\F0002"}.mdi-access-point-network-off::before{content:"\F0BE1"}.mdi-access-point-off::before{content:"\F1511"}.mdi-access-point-plus::before{content:"\F153A"}.mdi-access-point-remove::before{content:"\F153B"}.mdi-account::before{content:"\F0004"}.mdi-account-alert::before{content:"\F0005"}.mdi-account-alert-outline::before{content:"\F0B50"}.mdi-account-arrow-left::before{content:"\F0B51"}.mdi-account-arrow-left-outline::before{content:"\F0B52"}.mdi-account-arrow-right::before{content:"\F0B53"}.mdi-account-arrow-right-outline::before{content:"\F0B54"}.mdi-account-box::before{content:"\F0006"}.mdi-account-box-multiple::before{content:"\F0934"}.mdi-account-box-multiple-outline::before{content:"\F100A"}.mdi-account-box-outline::before{content:"\F0007"}.mdi-account-cancel::before{content:"\F12DF"}.mdi-account-cancel-outline::before{content:"\F12E0"}.mdi-account-cash::before{content:"\F1097"}.mdi-account-cash-outline::before{content:"\F1098"}.mdi-account-check::before{content:"\F0008"}.mdi-account-check-outline::before{content:"\F0BE2"}.mdi-account-child::before{content:"\F0A89"}.mdi-account-child-circle::before{content:"\F0A8A"}.mdi-account-child-outline::before{content:"\F10C8"}.mdi-account-circle::before{content:"\F0009"}.mdi-account-circle-outline::before{content:"\F0B55"}.mdi-account-clock::before{content:"\F0B56"}.mdi-account-clock-outline::before{content:"\F0B57"}.mdi-account-cog::before{content:"\F1370"}.mdi-account-cog-outline::before{content:"\F1371"}.mdi-account-convert::before{content:"\F000A"}.mdi-account-convert-outline::before{content:"\F1301"}.mdi-account-cowboy-hat::before{content:"\F0E9B"}.mdi-account-details::before{content:"\F0631"}.mdi-account-details-outline::before{content:"\F1372"}.mdi-account-edit::before{content:"\F06BC"}.mdi-account-edit-outline::before{content:"\F0FFB"}.mdi-account-group::before{content:"\F0849"}.mdi-account-group-outline::before{content:"\F0B58"}.mdi-account-hard-hat::before{content:"\F05B5"}.mdi-account-heart::before{content:"\F0899"}.mdi-account-heart-outline::before{content:"\F0BE3"}.mdi-account-key::before{content:"\F000B"}.mdi-account-key-outline::before{content:"\F0BE4"}.mdi-account-lock::before{content:"\F115E"}.mdi-account-lock-outline::before{content:"\F115F"}.mdi-account-minus::before{content:"\F000D"}.mdi-account-minus-outline::before{content:"\F0AEC"}.mdi-account-multiple::before{content:"\F000E"}.mdi-account-multiple-check::before{content:"\F08C5"}.mdi-account-multiple-check-outline::before{content:"\F11FE"}.mdi-account-multiple-minus::before{content:"\F05D3"}.mdi-account-multiple-minus-outline::before{content:"\F0BE5"}.mdi-account-multiple-outline::before{content:"\F000F"}.mdi-account-multiple-plus::before{content:"\F0010"}.mdi-account-multiple-plus-outline::before{content:"\F0800"}.mdi-account-multiple-remove::before{content:"\F120A"}.mdi-account-multiple-remove-outline::before{content:"\F120B"}.mdi-account-music::before{content:"\F0803"}.mdi-account-music-outline::before{content:"\F0CE9"}.mdi-account-network::before{content:"\F0011"}.mdi-account-network-outline::before{content:"\F0BE6"}.mdi-account-off::before{content:"\F0012"}.mdi-account-off-outline::before{content:"\F0BE7"}.mdi-account-outline::before{content:"\F0013"}.mdi-account-plus::before{content:"\F0014"}.mdi-account-plus-outline::before{content:"\F0801"}.mdi-account-question::before{content:"\F0B59"}.mdi-account-question-outline::before{content:"\F0B5A"}.mdi-account-reactivate::before{content:"\F152B"}.mdi-account-reactivate-outline::before{content:"\F152C"}.mdi-account-remove::before{content:"\F0015"}.mdi-account-remove-outline::before{content:"\F0AED"}.mdi-account-search::before{content:"\F0016"}.mdi-account-search-outline::before{content:"\F0935"}.mdi-account-settings::before{content:"\F0630"}.mdi-account-settings-outline::before{content:"\F10C9"}.mdi-account-star::before{content:"\F0017"}.mdi-account-star-outline::before{content:"\F0BE8"}.mdi-account-supervisor::before{content:"\F0A8B"}.mdi-account-supervisor-circle::before{content:"\F0A8C"}.mdi-account-supervisor-circle-outline::before{content:"\F14EC"}.mdi-account-supervisor-outline::before{content:"\F112D"}.mdi-account-switch::before{content:"\F0019"}.mdi-account-switch-outline::before{content:"\F04CB"}.mdi-account-tie::before{content:"\F0CE3"}.mdi-account-tie-outline::before{content:"\F10CA"}.mdi-account-tie-voice::before{content:"\F1308"}.mdi-account-tie-voice-off::before{content:"\F130A"}.mdi-account-tie-voice-off-outline::before{content:"\F130B"}.mdi-account-tie-voice-outline::before{content:"\F1309"}.mdi-account-voice::before{content:"\F05CB"}.mdi-adjust::before{content:"\F001A"}.mdi-adobe::before{content:"\F0936"}.mdi-adobe-acrobat::before{content:"\F0F9D"}.mdi-air-conditioner::before{content:"\F001B"}.mdi-air-filter::before{content:"\F0D43"}.mdi-air-horn::before{content:"\F0DAC"}.mdi-air-humidifier::before{content:"\F1099"}.mdi-air-humidifier-off::before{content:"\F1466"}.mdi-air-purifier::before{content:"\F0D44"}.mdi-airbag::before{content:"\F0BE9"}.mdi-airballoon::before{content:"\F001C"}.mdi-airballoon-outline::before{content:"\F100B"}.mdi-airplane::before{content:"\F001D"}.mdi-airplane-landing::before{content:"\F05D4"}.mdi-airplane-off::before{content:"\F001E"}.mdi-airplane-takeoff::before{content:"\F05D5"}.mdi-airport::before{content:"\F084B"}.mdi-alarm::before{content:"\F0020"}.mdi-alarm-bell::before{content:"\F078E"}.mdi-alarm-check::before{content:"\F0021"}.mdi-alarm-light::before{content:"\F078F"}.mdi-alarm-light-outline::before{content:"\F0BEA"}.mdi-alarm-multiple::before{content:"\F0022"}.mdi-alarm-note::before{content:"\F0E71"}.mdi-alarm-note-off::before{content:"\F0E72"}.mdi-alarm-off::before{content:"\F0023"}.mdi-alarm-plus::before{content:"\F0024"}.mdi-alarm-snooze::before{content:"\F068E"}.mdi-album::before{content:"\F0025"}.mdi-alert::before{content:"\F0026"}.mdi-alert-box::before{content:"\F0027"}.mdi-alert-box-outline::before{content:"\F0CE4"}.mdi-alert-circle::before{content:"\F0028"}.mdi-alert-circle-check::before{content:"\F11ED"}.mdi-alert-circle-check-outline::before{content:"\F11EE"}.mdi-alert-circle-outline::before{content:"\F05D6"}.mdi-alert-decagram::before{content:"\F06BD"}.mdi-alert-decagram-outline::before{content:"\F0CE5"}.mdi-alert-minus::before{content:"\F14BB"}.mdi-alert-minus-outline::before{content:"\F14BE"}.mdi-alert-octagon::before{content:"\F0029"}.mdi-alert-octagon-outline::before{content:"\F0CE6"}.mdi-alert-octagram::before{content:"\F0767"}.mdi-alert-octagram-outline::before{content:"\F0CE7"}.mdi-alert-outline::before{content:"\F002A"}.mdi-alert-plus::before{content:"\F14BA"}.mdi-alert-plus-outline::before{content:"\F14BD"}.mdi-alert-remove::before{content:"\F14BC"}.mdi-alert-remove-outline::before{content:"\F14BF"}.mdi-alert-rhombus::before{content:"\F11CE"}.mdi-alert-rhombus-outline::before{content:"\F11CF"}.mdi-alien::before{content:"\F089A"}.mdi-alien-outline::before{content:"\F10CB"}.mdi-align-horizontal-center::before{content:"\F11C3"}.mdi-align-horizontal-left::before{content:"\F11C2"}.mdi-align-horizontal-right::before{content:"\F11C4"}.mdi-align-vertical-bottom::before{content:"\F11C5"}.mdi-align-vertical-center::before{content:"\F11C6"}.mdi-align-vertical-top::before{content:"\F11C7"}.mdi-all-inclusive::before{content:"\F06BE"}.mdi-allergy::before{content:"\F1258"}.mdi-alpha::before{content:"\F002B"}.mdi-alpha-a::before{content:"\F0AEE"}.mdi-alpha-a-box::before{content:"\F0B08"}.mdi-alpha-a-box-outline::before{content:"\F0BEB"}.mdi-alpha-a-circle::before{content:"\F0BEC"}.mdi-alpha-a-circle-outline::before{content:"\F0BED"}.mdi-alpha-b::before{content:"\F0AEF"}.mdi-alpha-b-box::before{content:"\F0B09"}.mdi-alpha-b-box-outline::before{content:"\F0BEE"}.mdi-alpha-b-circle::before{content:"\F0BEF"}.mdi-alpha-b-circle-outline::before{content:"\F0BF0"}.mdi-alpha-c::before{content:"\F0AF0"}.mdi-alpha-c-box::before{content:"\F0B0A"}.mdi-alpha-c-box-outline::before{content:"\F0BF1"}.mdi-alpha-c-circle::before{content:"\F0BF2"}.mdi-alpha-c-circle-outline::before{content:"\F0BF3"}.mdi-alpha-d::before{content:"\F0AF1"}.mdi-alpha-d-box::before{content:"\F0B0B"}.mdi-alpha-d-box-outline::before{content:"\F0BF4"}.mdi-alpha-d-circle::before{content:"\F0BF5"}.mdi-alpha-d-circle-outline::before{content:"\F0BF6"}.mdi-alpha-e::before{content:"\F0AF2"}.mdi-alpha-e-box::before{content:"\F0B0C"}.mdi-alpha-e-box-outline::before{content:"\F0BF7"}.mdi-alpha-e-circle::before{content:"\F0BF8"}.mdi-alpha-e-circle-outline::before{content:"\F0BF9"}.mdi-alpha-f::before{content:"\F0AF3"}.mdi-alpha-f-box::before{content:"\F0B0D"}.mdi-alpha-f-box-outline::before{content:"\F0BFA"}.mdi-alpha-f-circle::before{content:"\F0BFB"}.mdi-alpha-f-circle-outline::before{content:"\F0BFC"}.mdi-alpha-g::before{content:"\F0AF4"}.mdi-alpha-g-box::before{content:"\F0B0E"}.mdi-alpha-g-box-outline::before{content:"\F0BFD"}.mdi-alpha-g-circle::before{content:"\F0BFE"}.mdi-alpha-g-circle-outline::before{content:"\F0BFF"}.mdi-alpha-h::before{content:"\F0AF5"}.mdi-alpha-h-box::before{content:"\F0B0F"}.mdi-alpha-h-box-outline::before{content:"\F0C00"}.mdi-alpha-h-circle::before{content:"\F0C01"}.mdi-alpha-h-circle-outline::before{content:"\F0C02"}.mdi-alpha-i::before{content:"\F0AF6"}.mdi-alpha-i-box::before{content:"\F0B10"}.mdi-alpha-i-box-outline::before{content:"\F0C03"}.mdi-alpha-i-circle::before{content:"\F0C04"}.mdi-alpha-i-circle-outline::before{content:"\F0C05"}.mdi-alpha-j::before{content:"\F0AF7"}.mdi-alpha-j-box::before{content:"\F0B11"}.mdi-alpha-j-box-outline::before{content:"\F0C06"}.mdi-alpha-j-circle::before{content:"\F0C07"}.mdi-alpha-j-circle-outline::before{content:"\F0C08"}.mdi-alpha-k::before{content:"\F0AF8"}.mdi-alpha-k-box::before{content:"\F0B12"}.mdi-alpha-k-box-outline::before{content:"\F0C09"}.mdi-alpha-k-circle::before{content:"\F0C0A"}.mdi-alpha-k-circle-outline::before{content:"\F0C0B"}.mdi-alpha-l::before{content:"\F0AF9"}.mdi-alpha-l-box::before{content:"\F0B13"}.mdi-alpha-l-box-outline::before{content:"\F0C0C"}.mdi-alpha-l-circle::before{content:"\F0C0D"}.mdi-alpha-l-circle-outline::before{content:"\F0C0E"}.mdi-alpha-m::before{content:"\F0AFA"}.mdi-alpha-m-box::before{content:"\F0B14"}.mdi-alpha-m-box-outline::before{content:"\F0C0F"}.mdi-alpha-m-circle::before{content:"\F0C10"}.mdi-alpha-m-circle-outline::before{content:"\F0C11"}.mdi-alpha-n::before{content:"\F0AFB"}.mdi-alpha-n-box::before{content:"\F0B15"}.mdi-alpha-n-box-outline::before{content:"\F0C12"}.mdi-alpha-n-circle::before{content:"\F0C13"}.mdi-alpha-n-circle-outline::before{content:"\F0C14"}.mdi-alpha-o::before{content:"\F0AFC"}.mdi-alpha-o-box::before{content:"\F0B16"}.mdi-alpha-o-box-outline::before{content:"\F0C15"}.mdi-alpha-o-circle::before{content:"\F0C16"}.mdi-alpha-o-circle-outline::before{content:"\F0C17"}.mdi-alpha-p::before{content:"\F0AFD"}.mdi-alpha-p-box::before{content:"\F0B17"}.mdi-alpha-p-box-outline::before{content:"\F0C18"}.mdi-alpha-p-circle::before{content:"\F0C19"}.mdi-alpha-p-circle-outline::before{content:"\F0C1A"}.mdi-alpha-q::before{content:"\F0AFE"}.mdi-alpha-q-box::before{content:"\F0B18"}.mdi-alpha-q-box-outline::before{content:"\F0C1B"}.mdi-alpha-q-circle::before{content:"\F0C1C"}.mdi-alpha-q-circle-outline::before{content:"\F0C1D"}.mdi-alpha-r::before{content:"\F0AFF"}.mdi-alpha-r-box::before{content:"\F0B19"}.mdi-alpha-r-box-outline::before{content:"\F0C1E"}.mdi-alpha-r-circle::before{content:"\F0C1F"}.mdi-alpha-r-circle-outline::before{content:"\F0C20"}.mdi-alpha-s::before{content:"\F0B00"}.mdi-alpha-s-box::before{content:"\F0B1A"}.mdi-alpha-s-box-outline::before{content:"\F0C21"}.mdi-alpha-s-circle::before{content:"\F0C22"}.mdi-alpha-s-circle-outline::before{content:"\F0C23"}.mdi-alpha-t::before{content:"\F0B01"}.mdi-alpha-t-box::before{content:"\F0B1B"}.mdi-alpha-t-box-outline::before{content:"\F0C24"}.mdi-alpha-t-circle::before{content:"\F0C25"}.mdi-alpha-t-circle-outline::before{content:"\F0C26"}.mdi-alpha-u::before{content:"\F0B02"}.mdi-alpha-u-box::before{content:"\F0B1C"}.mdi-alpha-u-box-outline::before{content:"\F0C27"}.mdi-alpha-u-circle::before{content:"\F0C28"}.mdi-alpha-u-circle-outline::before{content:"\F0C29"}.mdi-alpha-v::before{content:"\F0B03"}.mdi-alpha-v-box::before{content:"\F0B1D"}.mdi-alpha-v-box-outline::before{content:"\F0C2A"}.mdi-alpha-v-circle::before{content:"\F0C2B"}.mdi-alpha-v-circle-outline::before{content:"\F0C2C"}.mdi-alpha-w::before{content:"\F0B04"}.mdi-alpha-w-box::before{content:"\F0B1E"}.mdi-alpha-w-box-outline::before{content:"\F0C2D"}.mdi-alpha-w-circle::before{content:"\F0C2E"}.mdi-alpha-w-circle-outline::before{content:"\F0C2F"}.mdi-alpha-x::before{content:"\F0B05"}.mdi-alpha-x-box::before{content:"\F0B1F"}.mdi-alpha-x-box-outline::before{content:"\F0C30"}.mdi-alpha-x-circle::before{content:"\F0C31"}.mdi-alpha-x-circle-outline::before{content:"\F0C32"}.mdi-alpha-y::before{content:"\F0B06"}.mdi-alpha-y-box::before{content:"\F0B20"}.mdi-alpha-y-box-outline::before{content:"\F0C33"}.mdi-alpha-y-circle::before{content:"\F0C34"}.mdi-alpha-y-circle-outline::before{content:"\F0C35"}.mdi-alpha-z::before{content:"\F0B07"}.mdi-alpha-z-box::before{content:"\F0B21"}.mdi-alpha-z-box-outline::before{content:"\F0C36"}.mdi-alpha-z-circle::before{content:"\F0C37"}.mdi-alpha-z-circle-outline::before{content:"\F0C38"}.mdi-alphabet-aurebesh::before{content:"\F132C"}.mdi-alphabet-cyrillic::before{content:"\F132D"}.mdi-alphabet-greek::before{content:"\F132E"}.mdi-alphabet-latin::before{content:"\F132F"}.mdi-alphabet-piqad::before{content:"\F1330"}.mdi-alphabet-tengwar::before{content:"\F1337"}.mdi-alphabetical::before{content:"\F002C"}.mdi-alphabetical-off::before{content:"\F100C"}.mdi-alphabetical-variant::before{content:"\F100D"}.mdi-alphabetical-variant-off::before{content:"\F100E"}.mdi-altimeter::before{content:"\F05D7"}.mdi-amazon::before{content:"\F002D"}.mdi-amazon-alexa::before{content:"\F08C6"}.mdi-ambulance::before{content:"\F002F"}.mdi-ammunition::before{content:"\F0CE8"}.mdi-ampersand::before{content:"\F0A8D"}.mdi-amplifier::before{content:"\F0030"}.mdi-amplifier-off::before{content:"\F11B5"}.mdi-anchor::before{content:"\F0031"}.mdi-android::before{content:"\F0032"}.mdi-android-auto::before{content:"\F0A8E"}.mdi-android-debug-bridge::before{content:"\F0033"}.mdi-android-messages::before{content:"\F0D45"}.mdi-android-studio::before{content:"\F0034"}.mdi-angle-acute::before{content:"\F0937"}.mdi-angle-obtuse::before{content:"\F0938"}.mdi-angle-right::before{content:"\F0939"}.mdi-angular::before{content:"\F06B2"}.mdi-angularjs::before{content:"\F06BF"}.mdi-animation::before{content:"\F05D8"}.mdi-animation-outline::before{content:"\F0A8F"}.mdi-animation-play::before{content:"\F093A"}.mdi-animation-play-outline::before{content:"\F0A90"}.mdi-ansible::before{content:"\F109A"}.mdi-antenna::before{content:"\F1119"}.mdi-anvil::before{content:"\F089B"}.mdi-apache-kafka::before{content:"\F100F"}.mdi-api::before{content:"\F109B"}.mdi-api-off::before{content:"\F1257"}.mdi-apple::before{content:"\F0035"}.mdi-apple-airplay::before{content:"\F001F"}.mdi-apple-finder::before{content:"\F0036"}.mdi-apple-icloud::before{content:"\F0038"}.mdi-apple-ios::before{content:"\F0037"}.mdi-apple-keyboard-caps::before{content:"\F0632"}.mdi-apple-keyboard-command::before{content:"\F0633"}.mdi-apple-keyboard-control::before{content:"\F0634"}.mdi-apple-keyboard-option::before{content:"\F0635"}.mdi-apple-keyboard-shift::before{content:"\F0636"}.mdi-apple-safari::before{content:"\F0039"}.mdi-application::before{content:"\F0614"}.mdi-application-export::before{content:"\F0DAD"}.mdi-application-import::before{content:"\F0DAE"}.mdi-approximately-equal::before{content:"\F0F9E"}.mdi-approximately-equal-box::before{content:"\F0F9F"}.mdi-apps::before{content:"\F003B"}.mdi-apps-box::before{content:"\F0D46"}.mdi-arch::before{content:"\F08C7"}.mdi-archive::before{content:"\F003C"}.mdi-archive-alert::before{content:"\F14FD"}.mdi-archive-alert-outline::before{content:"\F14FE"}.mdi-archive-arrow-down::before{content:"\F1259"}.mdi-archive-arrow-down-outline::before{content:"\F125A"}.mdi-archive-arrow-up::before{content:"\F125B"}.mdi-archive-arrow-up-outline::before{content:"\F125C"}.mdi-archive-outline::before{content:"\F120E"}.mdi-arm-flex::before{content:"\F0FD7"}.mdi-arm-flex-outline::before{content:"\F0FD6"}.mdi-arrange-bring-forward::before{content:"\F003D"}.mdi-arrange-bring-to-front::before{content:"\F003E"}.mdi-arrange-send-backward::before{content:"\F003F"}.mdi-arrange-send-to-back::before{content:"\F0040"}.mdi-arrow-all::before{content:"\F0041"}.mdi-arrow-bottom-left::before{content:"\F0042"}.mdi-arrow-bottom-left-bold-outline::before{content:"\F09B7"}.mdi-arrow-bottom-left-thick::before{content:"\F09B8"}.mdi-arrow-bottom-right::before{content:"\F0043"}.mdi-arrow-bottom-right-bold-outline::before{content:"\F09B9"}.mdi-arrow-bottom-right-thick::before{content:"\F09BA"}.mdi-arrow-collapse::before{content:"\F0615"}.mdi-arrow-collapse-all::before{content:"\F0044"}.mdi-arrow-collapse-down::before{content:"\F0792"}.mdi-arrow-collapse-horizontal::before{content:"\F084C"}.mdi-arrow-collapse-left::before{content:"\F0793"}.mdi-arrow-collapse-right::before{content:"\F0794"}.mdi-arrow-collapse-up::before{content:"\F0795"}.mdi-arrow-collapse-vertical::before{content:"\F084D"}.mdi-arrow-decision::before{content:"\F09BB"}.mdi-arrow-decision-auto::before{content:"\F09BC"}.mdi-arrow-decision-auto-outline::before{content:"\F09BD"}.mdi-arrow-decision-outline::before{content:"\F09BE"}.mdi-arrow-down::before{content:"\F0045"}.mdi-arrow-down-bold::before{content:"\F072E"}.mdi-arrow-down-bold-box::before{content:"\F072F"}.mdi-arrow-down-bold-box-outline::before{content:"\F0730"}.mdi-arrow-down-bold-circle::before{content:"\F0047"}.mdi-arrow-down-bold-circle-outline::before{content:"\F0048"}.mdi-arrow-down-bold-hexagon-outline::before{content:"\F0049"}.mdi-arrow-down-bold-outline::before{content:"\F09BF"}.mdi-arrow-down-box::before{content:"\F06C0"}.mdi-arrow-down-circle::before{content:"\F0CDB"}.mdi-arrow-down-circle-outline::before{content:"\F0CDC"}.mdi-arrow-down-drop-circle::before{content:"\F004A"}.mdi-arrow-down-drop-circle-outline::before{content:"\F004B"}.mdi-arrow-down-thick::before{content:"\F0046"}.mdi-arrow-expand::before{content:"\F0616"}.mdi-arrow-expand-all::before{content:"\F004C"}.mdi-arrow-expand-down::before{content:"\F0796"}.mdi-arrow-expand-horizontal::before{content:"\F084E"}.mdi-arrow-expand-left::before{content:"\F0797"}.mdi-arrow-expand-right::before{content:"\F0798"}.mdi-arrow-expand-up::before{content:"\F0799"}.mdi-arrow-expand-vertical::before{content:"\F084F"}.mdi-arrow-horizontal-lock::before{content:"\F115B"}.mdi-arrow-left::before{content:"\F004D"}.mdi-arrow-left-bold::before{content:"\F0731"}.mdi-arrow-left-bold-box::before{content:"\F0732"}.mdi-arrow-left-bold-box-outline::before{content:"\F0733"}.mdi-arrow-left-bold-circle::before{content:"\F004F"}.mdi-arrow-left-bold-circle-outline::before{content:"\F0050"}.mdi-arrow-left-bold-hexagon-outline::before{content:"\F0051"}.mdi-arrow-left-bold-outline::before{content:"\F09C0"}.mdi-arrow-left-box::before{content:"\F06C1"}.mdi-arrow-left-circle::before{content:"\F0CDD"}.mdi-arrow-left-circle-outline::before{content:"\F0CDE"}.mdi-arrow-left-drop-circle::before{content:"\F0052"}.mdi-arrow-left-drop-circle-outline::before{content:"\F0053"}.mdi-arrow-left-right::before{content:"\F0E73"}.mdi-arrow-left-right-bold::before{content:"\F0E74"}.mdi-arrow-left-right-bold-outline::before{content:"\F09C1"}.mdi-arrow-left-thick::before{content:"\F004E"}.mdi-arrow-right::before{content:"\F0054"}.mdi-arrow-right-bold::before{content:"\F0734"}.mdi-arrow-right-bold-box::before{content:"\F0735"}.mdi-arrow-right-bold-box-outline::before{content:"\F0736"}.mdi-arrow-right-bold-circle::before{content:"\F0056"}.mdi-arrow-right-bold-circle-outline::before{content:"\F0057"}.mdi-arrow-right-bold-hexagon-outline::before{content:"\F0058"}.mdi-arrow-right-bold-outline::before{content:"\F09C2"}.mdi-arrow-right-box::before{content:"\F06C2"}.mdi-arrow-right-circle::before{content:"\F0CDF"}.mdi-arrow-right-circle-outline::before{content:"\F0CE0"}.mdi-arrow-right-drop-circle::before{content:"\F0059"}.mdi-arrow-right-drop-circle-outline::before{content:"\F005A"}.mdi-arrow-right-thick::before{content:"\F0055"}.mdi-arrow-split-horizontal::before{content:"\F093B"}.mdi-arrow-split-vertical::before{content:"\F093C"}.mdi-arrow-top-left::before{content:"\F005B"}.mdi-arrow-top-left-bold-outline::before{content:"\F09C3"}.mdi-arrow-top-left-bottom-right::before{content:"\F0E75"}.mdi-arrow-top-left-bottom-right-bold::before{content:"\F0E76"}.mdi-arrow-top-left-thick::before{content:"\F09C4"}.mdi-arrow-top-right::before{content:"\F005C"}.mdi-arrow-top-right-bold-outline::before{content:"\F09C5"}.mdi-arrow-top-right-bottom-left::before{content:"\F0E77"}.mdi-arrow-top-right-bottom-left-bold::before{content:"\F0E78"}.mdi-arrow-top-right-thick::before{content:"\F09C6"}.mdi-arrow-up::before{content:"\F005D"}.mdi-arrow-up-bold::before{content:"\F0737"}.mdi-arrow-up-bold-box::before{content:"\F0738"}.mdi-arrow-up-bold-box-outline::before{content:"\F0739"}.mdi-arrow-up-bold-circle::before{content:"\F005F"}.mdi-arrow-up-bold-circle-outline::before{content:"\F0060"}.mdi-arrow-up-bold-hexagon-outline::before{content:"\F0061"}.mdi-arrow-up-bold-outline::before{content:"\F09C7"}.mdi-arrow-up-box::before{content:"\F06C3"}.mdi-arrow-up-circle::before{content:"\F0CE1"}.mdi-arrow-up-circle-outline::before{content:"\F0CE2"}.mdi-arrow-up-down::before{content:"\F0E79"}.mdi-arrow-up-down-bold::before{content:"\F0E7A"}.mdi-arrow-up-down-bold-outline::before{content:"\F09C8"}.mdi-arrow-up-drop-circle::before{content:"\F0062"}.mdi-arrow-up-drop-circle-outline::before{content:"\F0063"}.mdi-arrow-up-thick::before{content:"\F005E"}.mdi-arrow-vertical-lock::before{content:"\F115C"}.mdi-artstation::before{content:"\F0B5B"}.mdi-aspect-ratio::before{content:"\F0A24"}.mdi-assistant::before{content:"\F0064"}.mdi-asterisk::before{content:"\F06C4"}.mdi-at::before{content:"\F0065"}.mdi-atlassian::before{content:"\F0804"}.mdi-atm::before{content:"\F0D47"}.mdi-atom::before{content:"\F0768"}.mdi-atom-variant::before{content:"\F0E7B"}.mdi-attachment::before{content:"\F0066"}.mdi-audio-video::before{content:"\F093D"}.mdi-audio-video-off::before{content:"\F11B6"}.mdi-augmented-reality::before{content:"\F0850"}.mdi-auto-download::before{content:"\F137E"}.mdi-auto-fix::before{content:"\F0068"}.mdi-auto-upload::before{content:"\F0069"}.mdi-autorenew::before{content:"\F006A"}.mdi-av-timer::before{content:"\F006B"}.mdi-aws::before{content:"\F0E0F"}.mdi-axe::before{content:"\F08C8"}.mdi-axis::before{content:"\F0D48"}.mdi-axis-arrow::before{content:"\F0D49"}.mdi-axis-arrow-info::before{content:"\F140E"}.mdi-axis-arrow-lock::before{content:"\F0D4A"}.mdi-axis-lock::before{content:"\F0D4B"}.mdi-axis-x-arrow::before{content:"\F0D4C"}.mdi-axis-x-arrow-lock::before{content:"\F0D4D"}.mdi-axis-x-rotate-clockwise::before{content:"\F0D4E"}.mdi-axis-x-rotate-counterclockwise::before{content:"\F0D4F"}.mdi-axis-x-y-arrow-lock::before{content:"\F0D50"}.mdi-axis-y-arrow::before{content:"\F0D51"}.mdi-axis-y-arrow-lock::before{content:"\F0D52"}.mdi-axis-y-rotate-clockwise::before{content:"\F0D53"}.mdi-axis-y-rotate-counterclockwise::before{content:"\F0D54"}.mdi-axis-z-arrow::before{content:"\F0D55"}.mdi-axis-z-arrow-lock::before{content:"\F0D56"}.mdi-axis-z-rotate-clockwise::before{content:"\F0D57"}.mdi-axis-z-rotate-counterclockwise::before{content:"\F0D58"}.mdi-babel::before{content:"\F0A25"}.mdi-baby::before{content:"\F006C"}.mdi-baby-bottle::before{content:"\F0F39"}.mdi-baby-bottle-outline::before{content:"\F0F3A"}.mdi-baby-buggy::before{content:"\F13E0"}.mdi-baby-carriage::before{content:"\F068F"}.mdi-baby-carriage-off::before{content:"\F0FA0"}.mdi-baby-face::before{content:"\F0E7C"}.mdi-baby-face-outline::before{content:"\F0E7D"}.mdi-backburger::before{content:"\F006D"}.mdi-backspace::before{content:"\F006E"}.mdi-backspace-outline::before{content:"\F0B5C"}.mdi-backspace-reverse::before{content:"\F0E7E"}.mdi-backspace-reverse-outline::before{content:"\F0E7F"}.mdi-backup-restore::before{content:"\F006F"}.mdi-bacteria::before{content:"\F0ED5"}.mdi-bacteria-outline::before{content:"\F0ED6"}.mdi-badge-account::before{content:"\F0DA7"}.mdi-badge-account-alert::before{content:"\F0DA8"}.mdi-badge-account-alert-outline::before{content:"\F0DA9"}.mdi-badge-account-horizontal::before{content:"\F0E0D"}.mdi-badge-account-horizontal-outline::before{content:"\F0E0E"}.mdi-badge-account-outline::before{content:"\F0DAA"}.mdi-badminton::before{content:"\F0851"}.mdi-bag-carry-on::before{content:"\F0F3B"}.mdi-bag-carry-on-check::before{content:"\F0D65"}.mdi-bag-carry-on-off::before{content:"\F0F3C"}.mdi-bag-checked::before{content:"\F0F3D"}.mdi-bag-personal::before{content:"\F0E10"}.mdi-bag-personal-off::before{content:"\F0E11"}.mdi-bag-personal-off-outline::before{content:"\F0E12"}.mdi-bag-personal-outline::before{content:"\F0E13"}.mdi-baguette::before{content:"\F0F3E"}.mdi-balloon::before{content:"\F0A26"}.mdi-ballot::before{content:"\F09C9"}.mdi-ballot-outline::before{content:"\F09CA"}.mdi-ballot-recount::before{content:"\F0C39"}.mdi-ballot-recount-outline::before{content:"\F0C3A"}.mdi-bandage::before{content:"\F0DAF"}.mdi-bandcamp::before{content:"\F0675"}.mdi-bank::before{content:"\F0070"}.mdi-bank-minus::before{content:"\F0DB0"}.mdi-bank-outline::before{content:"\F0E80"}.mdi-bank-plus::before{content:"\F0DB1"}.mdi-bank-remove::before{content:"\F0DB2"}.mdi-bank-transfer::before{content:"\F0A27"}.mdi-bank-transfer-in::before{content:"\F0A28"}.mdi-bank-transfer-out::before{content:"\F0A29"}.mdi-barcode::before{content:"\F0071"}.mdi-barcode-off::before{content:"\F1236"}.mdi-barcode-scan::before{content:"\F0072"}.mdi-barley::before{content:"\F0073"}.mdi-barley-off::before{content:"\F0B5D"}.mdi-barn::before{content:"\F0B5E"}.mdi-barrel::before{content:"\F0074"}.mdi-baseball::before{content:"\F0852"}.mdi-baseball-bat::before{content:"\F0853"}.mdi-bash::before{content:"\F1183"}.mdi-basket::before{content:"\F0076"}.mdi-basket-fill::before{content:"\F0077"}.mdi-basket-minus::before{content:"\F1523"}.mdi-basket-minus-outline::before{content:"\F1524"}.mdi-basket-off::before{content:"\F1525"}.mdi-basket-off-outline::before{content:"\F1526"}.mdi-basket-outline::before{content:"\F1181"}.mdi-basket-plus::before{content:"\F1527"}.mdi-basket-plus-outline::before{content:"\F1528"}.mdi-basket-remove::before{content:"\F1529"}.mdi-basket-remove-outline::before{content:"\F152A"}.mdi-basket-unfill::before{content:"\F0078"}.mdi-basketball::before{content:"\F0806"}.mdi-basketball-hoop::before{content:"\F0C3B"}.mdi-basketball-hoop-outline::before{content:"\F0C3C"}.mdi-bat::before{content:"\F0B5F"}.mdi-battery::before{content:"\F0079"}.mdi-battery-10::before{content:"\F007A"}.mdi-battery-10-bluetooth::before{content:"\F093E"}.mdi-battery-20::before{content:"\F007B"}.mdi-battery-20-bluetooth::before{content:"\F093F"}.mdi-battery-30::before{content:"\F007C"}.mdi-battery-30-bluetooth::before{content:"\F0940"}.mdi-battery-40::before{content:"\F007D"}.mdi-battery-40-bluetooth::before{content:"\F0941"}.mdi-battery-50::before{content:"\F007E"}.mdi-battery-50-bluetooth::before{content:"\F0942"}.mdi-battery-60::before{content:"\F007F"}.mdi-battery-60-bluetooth::before{content:"\F0943"}.mdi-battery-70::before{content:"\F0080"}.mdi-battery-70-bluetooth::before{content:"\F0944"}.mdi-battery-80::before{content:"\F0081"}.mdi-battery-80-bluetooth::before{content:"\F0945"}.mdi-battery-90::before{content:"\F0082"}.mdi-battery-90-bluetooth::before{content:"\F0946"}.mdi-battery-alert::before{content:"\F0083"}.mdi-battery-alert-bluetooth::before{content:"\F0947"}.mdi-battery-alert-variant::before{content:"\F10CC"}.mdi-battery-alert-variant-outline::before{content:"\F10CD"}.mdi-battery-bluetooth::before{content:"\F0948"}.mdi-battery-bluetooth-variant::before{content:"\F0949"}.mdi-battery-charging::before{content:"\F0084"}.mdi-battery-charging-10::before{content:"\F089C"}.mdi-battery-charging-100::before{content:"\F0085"}.mdi-battery-charging-20::before{content:"\F0086"}.mdi-battery-charging-30::before{content:"\F0087"}.mdi-battery-charging-40::before{content:"\F0088"}.mdi-battery-charging-50::before{content:"\F089D"}.mdi-battery-charging-60::before{content:"\F0089"}.mdi-battery-charging-70::before{content:"\F089E"}.mdi-battery-charging-80::before{content:"\F008A"}.mdi-battery-charging-90::before{content:"\F008B"}.mdi-battery-charging-high::before{content:"\F12A6"}.mdi-battery-charging-low::before{content:"\F12A4"}.mdi-battery-charging-medium::before{content:"\F12A5"}.mdi-battery-charging-outline::before{content:"\F089F"}.mdi-battery-charging-wireless::before{content:"\F0807"}.mdi-battery-charging-wireless-10::before{content:"\F0808"}.mdi-battery-charging-wireless-20::before{content:"\F0809"}.mdi-battery-charging-wireless-30::before{content:"\F080A"}.mdi-battery-charging-wireless-40::before{content:"\F080B"}.mdi-battery-charging-wireless-50::before{content:"\F080C"}.mdi-battery-charging-wireless-60::before{content:"\F080D"}.mdi-battery-charging-wireless-70::before{content:"\F080E"}.mdi-battery-charging-wireless-80::before{content:"\F080F"}.mdi-battery-charging-wireless-90::before{content:"\F0810"}.mdi-battery-charging-wireless-alert::before{content:"\F0811"}.mdi-battery-charging-wireless-outline::before{content:"\F0812"}.mdi-battery-heart::before{content:"\F120F"}.mdi-battery-heart-outline::before{content:"\F1210"}.mdi-battery-heart-variant::before{content:"\F1211"}.mdi-battery-high::before{content:"\F12A3"}.mdi-battery-low::before{content:"\F12A1"}.mdi-battery-medium::before{content:"\F12A2"}.mdi-battery-minus::before{content:"\F008C"}.mdi-battery-negative::before{content:"\F008D"}.mdi-battery-off::before{content:"\F125D"}.mdi-battery-off-outline::before{content:"\F125E"}.mdi-battery-outline::before{content:"\F008E"}.mdi-battery-plus::before{content:"\F008F"}.mdi-battery-positive::before{content:"\F0090"}.mdi-battery-unknown::before{content:"\F0091"}.mdi-battery-unknown-bluetooth::before{content:"\F094A"}.mdi-battlenet::before{content:"\F0B60"}.mdi-beach::before{content:"\F0092"}.mdi-beaker::before{content:"\F0CEA"}.mdi-beaker-alert::before{content:"\F1229"}.mdi-beaker-alert-outline::before{content:"\F122A"}.mdi-beaker-check::before{content:"\F122B"}.mdi-beaker-check-outline::before{content:"\F122C"}.mdi-beaker-minus::before{content:"\F122D"}.mdi-beaker-minus-outline::before{content:"\F122E"}.mdi-beaker-outline::before{content:"\F0690"}.mdi-beaker-plus::before{content:"\F122F"}.mdi-beaker-plus-outline::before{content:"\F1230"}.mdi-beaker-question::before{content:"\F1231"}.mdi-beaker-question-outline::before{content:"\F1232"}.mdi-beaker-remove::before{content:"\F1233"}.mdi-beaker-remove-outline::before{content:"\F1234"}.mdi-bed::before{content:"\F02E3"}.mdi-bed-double::before{content:"\F0FD4"}.mdi-bed-double-outline::before{content:"\F0FD3"}.mdi-bed-empty::before{content:"\F08A0"}.mdi-bed-king::before{content:"\F0FD2"}.mdi-bed-king-outline::before{content:"\F0FD1"}.mdi-bed-outline::before{content:"\F0099"}.mdi-bed-queen::before{content:"\F0FD0"}.mdi-bed-queen-outline::before{content:"\F0FDB"}.mdi-bed-single::before{content:"\F106D"}.mdi-bed-single-outline::before{content:"\F106E"}.mdi-bee::before{content:"\F0FA1"}.mdi-bee-flower::before{content:"\F0FA2"}.mdi-beehive-off-outline::before{content:"\F13ED"}.mdi-beehive-outline::before{content:"\F10CE"}.mdi-beekeeper::before{content:"\F14E2"}.mdi-beer::before{content:"\F0098"}.mdi-beer-outline::before{content:"\F130C"}.mdi-bell::before{content:"\F009A"}.mdi-bell-alert::before{content:"\F0D59"}.mdi-bell-alert-outline::before{content:"\F0E81"}.mdi-bell-cancel::before{content:"\F13E7"}.mdi-bell-cancel-outline::before{content:"\F13E8"}.mdi-bell-check::before{content:"\F11E5"}.mdi-bell-check-outline::before{content:"\F11E6"}.mdi-bell-circle::before{content:"\F0D5A"}.mdi-bell-circle-outline::before{content:"\F0D5B"}.mdi-bell-minus::before{content:"\F13E9"}.mdi-bell-minus-outline::before{content:"\F13EA"}.mdi-bell-off::before{content:"\F009B"}.mdi-bell-off-outline::before{content:"\F0A91"}.mdi-bell-outline::before{content:"\F009C"}.mdi-bell-plus::before{content:"\F009D"}.mdi-bell-plus-outline::before{content:"\F0A92"}.mdi-bell-remove::before{content:"\F13EB"}.mdi-bell-remove-outline::before{content:"\F13EC"}.mdi-bell-ring::before{content:"\F009E"}.mdi-bell-ring-outline::before{content:"\F009F"}.mdi-bell-sleep::before{content:"\F00A0"}.mdi-bell-sleep-outline::before{content:"\F0A93"}.mdi-beta::before{content:"\F00A1"}.mdi-betamax::before{content:"\F09CB"}.mdi-biathlon::before{content:"\F0E14"}.mdi-bicycle::before{content:"\F109C"}.mdi-bicycle-basket::before{content:"\F1235"}.mdi-bike::before{content:"\F00A3"}.mdi-bike-fast::before{content:"\F111F"}.mdi-billboard::before{content:"\F1010"}.mdi-billiards::before{content:"\F0B61"}.mdi-billiards-rack::before{content:"\F0B62"}.mdi-binoculars::before{content:"\F00A5"}.mdi-bio::before{content:"\F00A6"}.mdi-biohazard::before{content:"\F00A7"}.mdi-bitbucket::before{content:"\F00A8"}.mdi-bitcoin::before{content:"\F0813"}.mdi-black-mesa::before{content:"\F00A9"}.mdi-blender::before{content:"\F0CEB"}.mdi-blender-software::before{content:"\F00AB"}.mdi-blinds::before{content:"\F00AC"}.mdi-blinds-open::before{content:"\F1011"}.mdi-block-helper::before{content:"\F00AD"}.mdi-blogger::before{content:"\F00AE"}.mdi-blood-bag::before{content:"\F0CEC"}.mdi-bluetooth::before{content:"\F00AF"}.mdi-bluetooth-audio::before{content:"\F00B0"}.mdi-bluetooth-connect::before{content:"\F00B1"}.mdi-bluetooth-off::before{content:"\F00B2"}.mdi-bluetooth-settings::before{content:"\F00B3"}.mdi-bluetooth-transfer::before{content:"\F00B4"}.mdi-blur::before{content:"\F00B5"}.mdi-blur-linear::before{content:"\F00B6"}.mdi-blur-off::before{content:"\F00B7"}.mdi-blur-radial::before{content:"\F00B8"}.mdi-bolnisi-cross::before{content:"\F0CED"}.mdi-bolt::before{content:"\F0DB3"}.mdi-bomb::before{content:"\F0691"}.mdi-bomb-off::before{content:"\F06C5"}.mdi-bone::before{content:"\F00B9"}.mdi-book::before{content:"\F00BA"}.mdi-book-account::before{content:"\F13AD"}.mdi-book-account-outline::before{content:"\F13AE"}.mdi-book-alphabet::before{content:"\F061D"}.mdi-book-check::before{content:"\F14F3"}.mdi-book-check-outline::before{content:"\F14F4"}.mdi-book-cross::before{content:"\F00A2"}.mdi-book-information-variant::before{content:"\F106F"}.mdi-book-lock::before{content:"\F079A"}.mdi-book-lock-open::before{content:"\F079B"}.mdi-book-minus::before{content:"\F05D9"}.mdi-book-minus-multiple::before{content:"\F0A94"}.mdi-book-minus-multiple-outline::before{content:"\F090B"}.mdi-book-multiple::before{content:"\F00BB"}.mdi-book-multiple-outline::before{content:"\F0436"}.mdi-book-music::before{content:"\F0067"}.mdi-book-open::before{content:"\F00BD"}.mdi-book-open-blank-variant::before{content:"\F00BE"}.mdi-book-open-outline::before{content:"\F0B63"}.mdi-book-open-page-variant::before{content:"\F05DA"}.mdi-book-open-variant::before{content:"\F14F7"}.mdi-book-outline::before{content:"\F0B64"}.mdi-book-play::before{content:"\F0E82"}.mdi-book-play-outline::before{content:"\F0E83"}.mdi-book-plus::before{content:"\F05DB"}.mdi-book-plus-multiple::before{content:"\F0A95"}.mdi-book-plus-multiple-outline::before{content:"\F0ADE"}.mdi-book-remove::before{content:"\F0A97"}.mdi-book-remove-multiple::before{content:"\F0A96"}.mdi-book-remove-multiple-outline::before{content:"\F04CA"}.mdi-book-search::before{content:"\F0E84"}.mdi-book-search-outline::before{content:"\F0E85"}.mdi-book-variant::before{content:"\F00BF"}.mdi-book-variant-multiple::before{content:"\F00BC"}.mdi-bookmark::before{content:"\F00C0"}.mdi-bookmark-check::before{content:"\F00C1"}.mdi-bookmark-check-outline::before{content:"\F137B"}.mdi-bookmark-minus::before{content:"\F09CC"}.mdi-bookmark-minus-outline::before{content:"\F09CD"}.mdi-bookmark-multiple::before{content:"\F0E15"}.mdi-bookmark-multiple-outline::before{content:"\F0E16"}.mdi-bookmark-music::before{content:"\F00C2"}.mdi-bookmark-music-outline::before{content:"\F1379"}.mdi-bookmark-off::before{content:"\F09CE"}.mdi-bookmark-off-outline::before{content:"\F09CF"}.mdi-bookmark-outline::before{content:"\F00C3"}.mdi-bookmark-plus::before{content:"\F00C5"}.mdi-bookmark-plus-outline::before{content:"\F00C4"}.mdi-bookmark-remove::before{content:"\F00C6"}.mdi-bookmark-remove-outline::before{content:"\F137A"}.mdi-bookshelf::before{content:"\F125F"}.mdi-boom-gate::before{content:"\F0E86"}.mdi-boom-gate-alert::before{content:"\F0E87"}.mdi-boom-gate-alert-outline::before{content:"\F0E88"}.mdi-boom-gate-down::before{content:"\F0E89"}.mdi-boom-gate-down-outline::before{content:"\F0E8A"}.mdi-boom-gate-outline::before{content:"\F0E8B"}.mdi-boom-gate-up::before{content:"\F0E8C"}.mdi-boom-gate-up-outline::before{content:"\F0E8D"}.mdi-boombox::before{content:"\F05DC"}.mdi-boomerang::before{content:"\F10CF"}.mdi-bootstrap::before{content:"\F06C6"}.mdi-border-all::before{content:"\F00C7"}.mdi-border-all-variant::before{content:"\F08A1"}.mdi-border-bottom::before{content:"\F00C8"}.mdi-border-bottom-variant::before{content:"\F08A2"}.mdi-border-color::before{content:"\F00C9"}.mdi-border-horizontal::before{content:"\F00CA"}.mdi-border-inside::before{content:"\F00CB"}.mdi-border-left::before{content:"\F00CC"}.mdi-border-left-variant::before{content:"\F08A3"}.mdi-border-none::before{content:"\F00CD"}.mdi-border-none-variant::before{content:"\F08A4"}.mdi-border-outside::before{content:"\F00CE"}.mdi-border-right::before{content:"\F00CF"}.mdi-border-right-variant::before{content:"\F08A5"}.mdi-border-style::before{content:"\F00D0"}.mdi-border-top::before{content:"\F00D1"}.mdi-border-top-variant::before{content:"\F08A6"}.mdi-border-vertical::before{content:"\F00D2"}.mdi-bottle-soda::before{content:"\F1070"}.mdi-bottle-soda-classic::before{content:"\F1071"}.mdi-bottle-soda-classic-outline::before{content:"\F1363"}.mdi-bottle-soda-outline::before{content:"\F1072"}.mdi-bottle-tonic::before{content:"\F112E"}.mdi-bottle-tonic-outline::before{content:"\F112F"}.mdi-bottle-tonic-plus::before{content:"\F1130"}.mdi-bottle-tonic-plus-outline::before{content:"\F1131"}.mdi-bottle-tonic-skull::before{content:"\F1132"}.mdi-bottle-tonic-skull-outline::before{content:"\F1133"}.mdi-bottle-wine::before{content:"\F0854"}.mdi-bottle-wine-outline::before{content:"\F1310"}.mdi-bow-tie::before{content:"\F0678"}.mdi-bowl::before{content:"\F028E"}.mdi-bowl-mix::before{content:"\F0617"}.mdi-bowl-mix-outline::before{content:"\F02E4"}.mdi-bowl-outline::before{content:"\F02A9"}.mdi-bowling::before{content:"\F00D3"}.mdi-box::before{content:"\F00D4"}.mdi-box-cutter::before{content:"\F00D5"}.mdi-box-cutter-off::before{content:"\F0B4A"}.mdi-box-shadow::before{content:"\F0637"}.mdi-boxing-glove::before{content:"\F0B65"}.mdi-braille::before{content:"\F09D0"}.mdi-brain::before{content:"\F09D1"}.mdi-bread-slice::before{content:"\F0CEE"}.mdi-bread-slice-outline::before{content:"\F0CEF"}.mdi-bridge::before{content:"\F0618"}.mdi-briefcase::before{content:"\F00D6"}.mdi-briefcase-account::before{content:"\F0CF0"}.mdi-briefcase-account-outline::before{content:"\F0CF1"}.mdi-briefcase-check::before{content:"\F00D7"}.mdi-briefcase-check-outline::before{content:"\F131E"}.mdi-briefcase-clock::before{content:"\F10D0"}.mdi-briefcase-clock-outline::before{content:"\F10D1"}.mdi-briefcase-download::before{content:"\F00D8"}.mdi-briefcase-download-outline::before{content:"\F0C3D"}.mdi-briefcase-edit::before{content:"\F0A98"}.mdi-briefcase-edit-outline::before{content:"\F0C3E"}.mdi-briefcase-minus::before{content:"\F0A2A"}.mdi-briefcase-minus-outline::before{content:"\F0C3F"}.mdi-briefcase-outline::before{content:"\F0814"}.mdi-briefcase-plus::before{content:"\F0A2B"}.mdi-briefcase-plus-outline::before{content:"\F0C40"}.mdi-briefcase-remove::before{content:"\F0A2C"}.mdi-briefcase-remove-outline::before{content:"\F0C41"}.mdi-briefcase-search::before{content:"\F0A2D"}.mdi-briefcase-search-outline::before{content:"\F0C42"}.mdi-briefcase-upload::before{content:"\F00D9"}.mdi-briefcase-upload-outline::before{content:"\F0C43"}.mdi-briefcase-variant::before{content:"\F1494"}.mdi-briefcase-variant-outline::before{content:"\F1495"}.mdi-brightness-1::before{content:"\F00DA"}.mdi-brightness-2::before{content:"\F00DB"}.mdi-brightness-3::before{content:"\F00DC"}.mdi-brightness-4::before{content:"\F00DD"}.mdi-brightness-5::before{content:"\F00DE"}.mdi-brightness-6::before{content:"\F00DF"}.mdi-brightness-7::before{content:"\F00E0"}.mdi-brightness-auto::before{content:"\F00E1"}.mdi-brightness-percent::before{content:"\F0CF2"}.mdi-broom::before{content:"\F00E2"}.mdi-brush::before{content:"\F00E3"}.mdi-bucket::before{content:"\F1415"}.mdi-bucket-outline::before{content:"\F1416"}.mdi-buddhism::before{content:"\F094B"}.mdi-buffer::before{content:"\F0619"}.mdi-buffet::before{content:"\F0578"}.mdi-bug::before{content:"\F00E4"}.mdi-bug-check::before{content:"\F0A2E"}.mdi-bug-check-outline::before{content:"\F0A2F"}.mdi-bug-outline::before{content:"\F0A30"}.mdi-bugle::before{content:"\F0DB4"}.mdi-bulldozer::before{content:"\F0B22"}.mdi-bullet::before{content:"\F0CF3"}.mdi-bulletin-board::before{content:"\F00E5"}.mdi-bullhorn::before{content:"\F00E6"}.mdi-bullhorn-outline::before{content:"\F0B23"}.mdi-bullseye::before{content:"\F05DD"}.mdi-bullseye-arrow::before{content:"\F08C9"}.mdi-bulma::before{content:"\F12E7"}.mdi-bunk-bed::before{content:"\F1302"}.mdi-bunk-bed-outline::before{content:"\F0097"}.mdi-bus::before{content:"\F00E7"}.mdi-bus-alert::before{content:"\F0A99"}.mdi-bus-articulated-end::before{content:"\F079C"}.mdi-bus-articulated-front::before{content:"\F079D"}.mdi-bus-clock::before{content:"\F08CA"}.mdi-bus-double-decker::before{content:"\F079E"}.mdi-bus-marker::before{content:"\F1212"}.mdi-bus-multiple::before{content:"\F0F3F"}.mdi-bus-school::before{content:"\F079F"}.mdi-bus-side::before{content:"\F07A0"}.mdi-bus-stop::before{content:"\F1012"}.mdi-bus-stop-covered::before{content:"\F1013"}.mdi-bus-stop-uncovered::before{content:"\F1014"}.mdi-cable-data::before{content:"\F1394"}.mdi-cached::before{content:"\F00E8"}.mdi-cactus::before{content:"\F0DB5"}.mdi-cake::before{content:"\F00E9"}.mdi-cake-layered::before{content:"\F00EA"}.mdi-cake-variant::before{content:"\F00EB"}.mdi-calculator::before{content:"\F00EC"}.mdi-calculator-variant::before{content:"\F0A9A"}.mdi-calendar::before{content:"\F00ED"}.mdi-calendar-account::before{content:"\F0ED7"}.mdi-calendar-account-outline::before{content:"\F0ED8"}.mdi-calendar-alert::before{content:"\F0A31"}.mdi-calendar-arrow-left::before{content:"\F1134"}.mdi-calendar-arrow-right::before{content:"\F1135"}.mdi-calendar-blank::before{content:"\F00EE"}.mdi-calendar-blank-multiple::before{content:"\F1073"}.mdi-calendar-blank-outline::before{content:"\F0B66"}.mdi-calendar-check::before{content:"\F00EF"}.mdi-calendar-check-outline::before{content:"\F0C44"}.mdi-calendar-clock::before{content:"\F00F0"}.mdi-calendar-edit::before{content:"\F08A7"}.mdi-calendar-export::before{content:"\F0B24"}.mdi-calendar-heart::before{content:"\F09D2"}.mdi-calendar-import::before{content:"\F0B25"}.mdi-calendar-minus::before{content:"\F0D5C"}.mdi-calendar-month::before{content:"\F0E17"}.mdi-calendar-month-outline::before{content:"\F0E18"}.mdi-calendar-multiple::before{content:"\F00F1"}.mdi-calendar-multiple-check::before{content:"\F00F2"}.mdi-calendar-multiselect::before{content:"\F0A32"}.mdi-calendar-outline::before{content:"\F0B67"}.mdi-calendar-plus::before{content:"\F00F3"}.mdi-calendar-question::before{content:"\F0692"}.mdi-calendar-range::before{content:"\F0679"}.mdi-calendar-range-outline::before{content:"\F0B68"}.mdi-calendar-refresh::before{content:"\F01E1"}.mdi-calendar-refresh-outline::before{content:"\F0203"}.mdi-calendar-remove::before{content:"\F00F4"}.mdi-calendar-remove-outline::before{content:"\F0C45"}.mdi-calendar-search::before{content:"\F094C"}.mdi-calendar-star::before{content:"\F09D3"}.mdi-calendar-sync::before{content:"\F0E8E"}.mdi-calendar-sync-outline::before{content:"\F0E8F"}.mdi-calendar-text::before{content:"\F00F5"}.mdi-calendar-text-outline::before{content:"\F0C46"}.mdi-calendar-today::before{content:"\F00F6"}.mdi-calendar-week::before{content:"\F0A33"}.mdi-calendar-week-begin::before{content:"\F0A34"}.mdi-calendar-weekend::before{content:"\F0ED9"}.mdi-calendar-weekend-outline::before{content:"\F0EDA"}.mdi-call-made::before{content:"\F00F7"}.mdi-call-merge::before{content:"\F00F8"}.mdi-call-missed::before{content:"\F00F9"}.mdi-call-received::before{content:"\F00FA"}.mdi-call-split::before{content:"\F00FB"}.mdi-camcorder::before{content:"\F00FC"}.mdi-camcorder-off::before{content:"\F00FF"}.mdi-camera::before{content:"\F0100"}.mdi-camera-account::before{content:"\F08CB"}.mdi-camera-burst::before{content:"\F0693"}.mdi-camera-control::before{content:"\F0B69"}.mdi-camera-enhance::before{content:"\F0101"}.mdi-camera-enhance-outline::before{content:"\F0B6A"}.mdi-camera-front::before{content:"\F0102"}.mdi-camera-front-variant::before{content:"\F0103"}.mdi-camera-gopro::before{content:"\F07A1"}.mdi-camera-image::before{content:"\F08CC"}.mdi-camera-iris::before{content:"\F0104"}.mdi-camera-metering-center::before{content:"\F07A2"}.mdi-camera-metering-matrix::before{content:"\F07A3"}.mdi-camera-metering-partial::before{content:"\F07A4"}.mdi-camera-metering-spot::before{content:"\F07A5"}.mdi-camera-off::before{content:"\F05DF"}.mdi-camera-outline::before{content:"\F0D5D"}.mdi-camera-party-mode::before{content:"\F0105"}.mdi-camera-plus::before{content:"\F0EDB"}.mdi-camera-plus-outline::before{content:"\F0EDC"}.mdi-camera-rear::before{content:"\F0106"}.mdi-camera-rear-variant::before{content:"\F0107"}.mdi-camera-retake::before{content:"\F0E19"}.mdi-camera-retake-outline::before{content:"\F0E1A"}.mdi-camera-switch::before{content:"\F0108"}.mdi-camera-switch-outline::before{content:"\F084A"}.mdi-camera-timer::before{content:"\F0109"}.mdi-camera-wireless::before{content:"\F0DB6"}.mdi-camera-wireless-outline::before{content:"\F0DB7"}.mdi-campfire::before{content:"\F0EDD"}.mdi-cancel::before{content:"\F073A"}.mdi-candle::before{content:"\F05E2"}.mdi-candycane::before{content:"\F010A"}.mdi-cannabis::before{content:"\F07A6"}.mdi-caps-lock::before{content:"\F0A9B"}.mdi-car::before{content:"\F010B"}.mdi-car-2-plus::before{content:"\F1015"}.mdi-car-3-plus::before{content:"\F1016"}.mdi-car-arrow-left::before{content:"\F13B2"}.mdi-car-arrow-right::before{content:"\F13B3"}.mdi-car-back::before{content:"\F0E1B"}.mdi-car-battery::before{content:"\F010C"}.mdi-car-brake-abs::before{content:"\F0C47"}.mdi-car-brake-alert::before{content:"\F0C48"}.mdi-car-brake-hold::before{content:"\F0D5E"}.mdi-car-brake-parking::before{content:"\F0D5F"}.mdi-car-brake-retarder::before{content:"\F1017"}.mdi-car-child-seat::before{content:"\F0FA3"}.mdi-car-clutch::before{content:"\F1018"}.mdi-car-cog::before{content:"\F13CC"}.mdi-car-connected::before{content:"\F010D"}.mdi-car-convertible::before{content:"\F07A7"}.mdi-car-coolant-level::before{content:"\F1019"}.mdi-car-cruise-control::before{content:"\F0D60"}.mdi-car-defrost-front::before{content:"\F0D61"}.mdi-car-defrost-rear::before{content:"\F0D62"}.mdi-car-door::before{content:"\F0B6B"}.mdi-car-door-lock::before{content:"\F109D"}.mdi-car-electric::before{content:"\F0B6C"}.mdi-car-esp::before{content:"\F0C49"}.mdi-car-estate::before{content:"\F07A8"}.mdi-car-hatchback::before{content:"\F07A9"}.mdi-car-info::before{content:"\F11BE"}.mdi-car-key::before{content:"\F0B6D"}.mdi-car-lifted-pickup::before{content:"\F152D"}.mdi-car-light-dimmed::before{content:"\F0C4A"}.mdi-car-light-fog::before{content:"\F0C4B"}.mdi-car-light-high::before{content:"\F0C4C"}.mdi-car-limousine::before{content:"\F08CD"}.mdi-car-multiple::before{content:"\F0B6E"}.mdi-car-off::before{content:"\F0E1C"}.mdi-car-outline::before{content:"\F14ED"}.mdi-car-parking-lights::before{content:"\F0D63"}.mdi-car-pickup::before{content:"\F07AA"}.mdi-car-seat::before{content:"\F0FA4"}.mdi-car-seat-cooler::before{content:"\F0FA5"}.mdi-car-seat-heater::before{content:"\F0FA6"}.mdi-car-settings::before{content:"\F13CD"}.mdi-car-shift-pattern::before{content:"\F0F40"}.mdi-car-side::before{content:"\F07AB"}.mdi-car-sports::before{content:"\F07AC"}.mdi-car-tire-alert::before{content:"\F0C4D"}.mdi-car-traction-control::before{content:"\F0D64"}.mdi-car-turbocharger::before{content:"\F101A"}.mdi-car-wash::before{content:"\F010E"}.mdi-car-windshield::before{content:"\F101B"}.mdi-car-windshield-outline::before{content:"\F101C"}.mdi-carabiner::before{content:"\F14C0"}.mdi-caravan::before{content:"\F07AD"}.mdi-card::before{content:"\F0B6F"}.mdi-card-account-details::before{content:"\F05D2"}.mdi-card-account-details-outline::before{content:"\F0DAB"}.mdi-card-account-details-star::before{content:"\F02A3"}.mdi-card-account-details-star-outline::before{content:"\F06DB"}.mdi-card-account-mail::before{content:"\F018E"}.mdi-card-account-mail-outline::before{content:"\F0E98"}.mdi-card-account-phone::before{content:"\F0E99"}.mdi-card-account-phone-outline::before{content:"\F0E9A"}.mdi-card-bulleted::before{content:"\F0B70"}.mdi-card-bulleted-off::before{content:"\F0B71"}.mdi-card-bulleted-off-outline::before{content:"\F0B72"}.mdi-card-bulleted-outline::before{content:"\F0B73"}.mdi-card-bulleted-settings::before{content:"\F0B74"}.mdi-card-bulleted-settings-outline::before{content:"\F0B75"}.mdi-card-outline::before{content:"\F0B76"}.mdi-card-plus::before{content:"\F11FF"}.mdi-card-plus-outline::before{content:"\F1200"}.mdi-card-search::before{content:"\F1074"}.mdi-card-search-outline::before{content:"\F1075"}.mdi-card-text::before{content:"\F0B77"}.mdi-card-text-outline::before{content:"\F0B78"}.mdi-cards::before{content:"\F0638"}.mdi-cards-club::before{content:"\F08CE"}.mdi-cards-diamond::before{content:"\F08CF"}.mdi-cards-diamond-outline::before{content:"\F101D"}.mdi-cards-heart::before{content:"\F08D0"}.mdi-cards-outline::before{content:"\F0639"}.mdi-cards-playing-outline::before{content:"\F063A"}.mdi-cards-spade::before{content:"\F08D1"}.mdi-cards-variant::before{content:"\F06C7"}.mdi-carrot::before{content:"\F010F"}.mdi-cart::before{content:"\F0110"}.mdi-cart-arrow-down::before{content:"\F0D66"}.mdi-cart-arrow-right::before{content:"\F0C4E"}.mdi-cart-arrow-up::before{content:"\F0D67"}.mdi-cart-minus::before{content:"\F0D68"}.mdi-cart-off::before{content:"\F066B"}.mdi-cart-outline::before{content:"\F0111"}.mdi-cart-plus::before{content:"\F0112"}.mdi-cart-remove::before{content:"\F0D69"}.mdi-case-sensitive-alt::before{content:"\F0113"}.mdi-cash::before{content:"\F0114"}.mdi-cash-100::before{content:"\F0115"}.mdi-cash-check::before{content:"\F14EE"}.mdi-cash-lock::before{content:"\F14EA"}.mdi-cash-lock-open::before{content:"\F14EB"}.mdi-cash-marker::before{content:"\F0DB8"}.mdi-cash-minus::before{content:"\F1260"}.mdi-cash-multiple::before{content:"\F0116"}.mdi-cash-plus::before{content:"\F1261"}.mdi-cash-refund::before{content:"\F0A9C"}.mdi-cash-register::before{content:"\F0CF4"}.mdi-cash-remove::before{content:"\F1262"}.mdi-cash-usd::before{content:"\F1176"}.mdi-cash-usd-outline::before{content:"\F0117"}.mdi-cassette::before{content:"\F09D4"}.mdi-cast::before{content:"\F0118"}.mdi-cast-audio::before{content:"\F101E"}.mdi-cast-connected::before{content:"\F0119"}.mdi-cast-education::before{content:"\F0E1D"}.mdi-cast-off::before{content:"\F078A"}.mdi-castle::before{content:"\F011A"}.mdi-cat::before{content:"\F011B"}.mdi-cctv::before{content:"\F07AE"}.mdi-ceiling-light::before{content:"\F0769"}.mdi-cellphone::before{content:"\F011C"}.mdi-cellphone-android::before{content:"\F011D"}.mdi-cellphone-arrow-down::before{content:"\F09D5"}.mdi-cellphone-basic::before{content:"\F011E"}.mdi-cellphone-charging::before{content:"\F1397"}.mdi-cellphone-cog::before{content:"\F0951"}.mdi-cellphone-dock::before{content:"\F011F"}.mdi-cellphone-erase::before{content:"\F094D"}.mdi-cellphone-information::before{content:"\F0F41"}.mdi-cellphone-iphone::before{content:"\F0120"}.mdi-cellphone-key::before{content:"\F094E"}.mdi-cellphone-link::before{content:"\F0121"}.mdi-cellphone-link-off::before{content:"\F0122"}.mdi-cellphone-lock::before{content:"\F094F"}.mdi-cellphone-message::before{content:"\F08D3"}.mdi-cellphone-message-off::before{content:"\F10D2"}.mdi-cellphone-nfc::before{content:"\F0E90"}.mdi-cellphone-nfc-off::before{content:"\F12D8"}.mdi-cellphone-off::before{content:"\F0950"}.mdi-cellphone-play::before{content:"\F101F"}.mdi-cellphone-screenshot::before{content:"\F0A35"}.mdi-cellphone-settings::before{content:"\F0123"}.mdi-cellphone-sound::before{content:"\F0952"}.mdi-cellphone-text::before{content:"\F08D2"}.mdi-cellphone-wireless::before{content:"\F0815"}.mdi-celtic-cross::before{content:"\F0CF5"}.mdi-centos::before{content:"\F111A"}.mdi-certificate::before{content:"\F0124"}.mdi-certificate-outline::before{content:"\F1188"}.mdi-chair-rolling::before{content:"\F0F48"}.mdi-chair-school::before{content:"\F0125"}.mdi-charity::before{content:"\F0C4F"}.mdi-chart-arc::before{content:"\F0126"}.mdi-chart-areaspline::before{content:"\F0127"}.mdi-chart-areaspline-variant::before{content:"\F0E91"}.mdi-chart-bar::before{content:"\F0128"}.mdi-chart-bar-stacked::before{content:"\F076A"}.mdi-chart-bell-curve::before{content:"\F0C50"}.mdi-chart-bell-curve-cumulative::before{content:"\F0FA7"}.mdi-chart-box::before{content:"\F154D"}.mdi-chart-box-outline::before{content:"\F154E"}.mdi-chart-box-plus-outline::before{content:"\F154F"}.mdi-chart-bubble::before{content:"\F05E3"}.mdi-chart-donut::before{content:"\F07AF"}.mdi-chart-donut-variant::before{content:"\F07B0"}.mdi-chart-gantt::before{content:"\F066C"}.mdi-chart-histogram::before{content:"\F0129"}.mdi-chart-line::before{content:"\F012A"}.mdi-chart-line-stacked::before{content:"\F076B"}.mdi-chart-line-variant::before{content:"\F07B1"}.mdi-chart-multiline::before{content:"\F08D4"}.mdi-chart-multiple::before{content:"\F1213"}.mdi-chart-pie::before{content:"\F012B"}.mdi-chart-ppf::before{content:"\F1380"}.mdi-chart-sankey::before{content:"\F11DF"}.mdi-chart-sankey-variant::before{content:"\F11E0"}.mdi-chart-scatter-plot::before{content:"\F0E92"}.mdi-chart-scatter-plot-hexbin::before{content:"\F066D"}.mdi-chart-timeline::before{content:"\F066E"}.mdi-chart-timeline-variant::before{content:"\F0E93"}.mdi-chart-tree::before{content:"\F0E94"}.mdi-chat::before{content:"\F0B79"}.mdi-chat-alert::before{content:"\F0B7A"}.mdi-chat-alert-outline::before{content:"\F12C9"}.mdi-chat-minus::before{content:"\F1410"}.mdi-chat-minus-outline::before{content:"\F1413"}.mdi-chat-outline::before{content:"\F0EDE"}.mdi-chat-plus::before{content:"\F140F"}.mdi-chat-plus-outline::before{content:"\F1412"}.mdi-chat-processing::before{content:"\F0B7B"}.mdi-chat-processing-outline::before{content:"\F12CA"}.mdi-chat-remove::before{content:"\F1411"}.mdi-chat-remove-outline::before{content:"\F1414"}.mdi-chat-sleep::before{content:"\F12D1"}.mdi-chat-sleep-outline::before{content:"\F12D2"}.mdi-check::before{content:"\F012C"}.mdi-check-all::before{content:"\F012D"}.mdi-check-bold::before{content:"\F0E1E"}.mdi-check-box-multiple-outline::before{content:"\F0C51"}.mdi-check-box-outline::before{content:"\F0C52"}.mdi-check-circle::before{content:"\F05E0"}.mdi-check-circle-outline::before{content:"\F05E1"}.mdi-check-decagram::before{content:"\F0791"}.mdi-check-network::before{content:"\F0C53"}.mdi-check-network-outline::before{content:"\F0C54"}.mdi-check-outline::before{content:"\F0855"}.mdi-check-underline::before{content:"\F0E1F"}.mdi-check-underline-circle::before{content:"\F0E20"}.mdi-check-underline-circle-outline::before{content:"\F0E21"}.mdi-checkbook::before{content:"\F0A9D"}.mdi-checkbox-blank::before{content:"\F012E"}.mdi-checkbox-blank-circle::before{content:"\F012F"}.mdi-checkbox-blank-circle-outline::before{content:"\F0130"}.mdi-checkbox-blank-off::before{content:"\F12EC"}.mdi-checkbox-blank-off-outline::before{content:"\F12ED"}.mdi-checkbox-blank-outline::before{content:"\F0131"}.mdi-checkbox-intermediate::before{content:"\F0856"}.mdi-checkbox-marked::before{content:"\F0132"}.mdi-checkbox-marked-circle::before{content:"\F0133"}.mdi-checkbox-marked-circle-outline::before{content:"\F0134"}.mdi-checkbox-marked-outline::before{content:"\F0135"}.mdi-checkbox-multiple-blank::before{content:"\F0136"}.mdi-checkbox-multiple-blank-circle::before{content:"\F063B"}.mdi-checkbox-multiple-blank-circle-outline::before{content:"\F063C"}.mdi-checkbox-multiple-blank-outline::before{content:"\F0137"}.mdi-checkbox-multiple-marked::before{content:"\F0138"}.mdi-checkbox-multiple-marked-circle::before{content:"\F063D"}.mdi-checkbox-multiple-marked-circle-outline::before{content:"\F063E"}.mdi-checkbox-multiple-marked-outline::before{content:"\F0139"}.mdi-checkerboard::before{content:"\F013A"}.mdi-checkerboard-minus::before{content:"\F1202"}.mdi-checkerboard-plus::before{content:"\F1201"}.mdi-checkerboard-remove::before{content:"\F1203"}.mdi-cheese::before{content:"\F12B9"}.mdi-cheese-off::before{content:"\F13EE"}.mdi-chef-hat::before{content:"\F0B7C"}.mdi-chemical-weapon::before{content:"\F013B"}.mdi-chess-bishop::before{content:"\F085C"}.mdi-chess-king::before{content:"\F0857"}.mdi-chess-knight::before{content:"\F0858"}.mdi-chess-pawn::before{content:"\F0859"}.mdi-chess-queen::before{content:"\F085A"}.mdi-chess-rook::before{content:"\F085B"}.mdi-chevron-double-down::before{content:"\F013C"}.mdi-chevron-double-left::before{content:"\F013D"}.mdi-chevron-double-right::before{content:"\F013E"}.mdi-chevron-double-up::before{content:"\F013F"}.mdi-chevron-down::before{content:"\F0140"}.mdi-chevron-down-box::before{content:"\F09D6"}.mdi-chevron-down-box-outline::before{content:"\F09D7"}.mdi-chevron-down-circle::before{content:"\F0B26"}.mdi-chevron-down-circle-outline::before{content:"\F0B27"}.mdi-chevron-left::before{content:"\F0141"}.mdi-chevron-left-box::before{content:"\F09D8"}.mdi-chevron-left-box-outline::before{content:"\F09D9"}.mdi-chevron-left-circle::before{content:"\F0B28"}.mdi-chevron-left-circle-outline::before{content:"\F0B29"}.mdi-chevron-right::before{content:"\F0142"}.mdi-chevron-right-box::before{content:"\F09DA"}.mdi-chevron-right-box-outline::before{content:"\F09DB"}.mdi-chevron-right-circle::before{content:"\F0B2A"}.mdi-chevron-right-circle-outline::before{content:"\F0B2B"}.mdi-chevron-triple-down::before{content:"\F0DB9"}.mdi-chevron-triple-left::before{content:"\F0DBA"}.mdi-chevron-triple-right::before{content:"\F0DBB"}.mdi-chevron-triple-up::before{content:"\F0DBC"}.mdi-chevron-up::before{content:"\F0143"}.mdi-chevron-up-box::before{content:"\F09DC"}.mdi-chevron-up-box-outline::before{content:"\F09DD"}.mdi-chevron-up-circle::before{content:"\F0B2C"}.mdi-chevron-up-circle-outline::before{content:"\F0B2D"}.mdi-chili-hot::before{content:"\F07B2"}.mdi-chili-medium::before{content:"\F07B3"}.mdi-chili-mild::before{content:"\F07B4"}.mdi-chili-off::before{content:"\F1467"}.mdi-chip::before{content:"\F061A"}.mdi-christianity::before{content:"\F0953"}.mdi-christianity-outline::before{content:"\F0CF6"}.mdi-church::before{content:"\F0144"}.mdi-cigar::before{content:"\F1189"}.mdi-cigar-off::before{content:"\F141B"}.mdi-circle::before{content:"\F0765"}.mdi-circle-double::before{content:"\F0E95"}.mdi-circle-edit-outline::before{content:"\F08D5"}.mdi-circle-expand::before{content:"\F0E96"}.mdi-circle-half::before{content:"\F1395"}.mdi-circle-half-full::before{content:"\F1396"}.mdi-circle-medium::before{content:"\F09DE"}.mdi-circle-multiple::before{content:"\F0B38"}.mdi-circle-multiple-outline::before{content:"\F0695"}.mdi-circle-off-outline::before{content:"\F10D3"}.mdi-circle-outline::before{content:"\F0766"}.mdi-circle-slice-1::before{content:"\F0A9E"}.mdi-circle-slice-2::before{content:"\F0A9F"}.mdi-circle-slice-3::before{content:"\F0AA0"}.mdi-circle-slice-4::before{content:"\F0AA1"}.mdi-circle-slice-5::before{content:"\F0AA2"}.mdi-circle-slice-6::before{content:"\F0AA3"}.mdi-circle-slice-7::before{content:"\F0AA4"}.mdi-circle-slice-8::before{content:"\F0AA5"}.mdi-circle-small::before{content:"\F09DF"}.mdi-circular-saw::before{content:"\F0E22"}.mdi-city::before{content:"\F0146"}.mdi-city-variant::before{content:"\F0A36"}.mdi-city-variant-outline::before{content:"\F0A37"}.mdi-clipboard::before{content:"\F0147"}.mdi-clipboard-account::before{content:"\F0148"}.mdi-clipboard-account-outline::before{content:"\F0C55"}.mdi-clipboard-alert::before{content:"\F0149"}.mdi-clipboard-alert-outline::before{content:"\F0CF7"}.mdi-clipboard-arrow-down::before{content:"\F014A"}.mdi-clipboard-arrow-down-outline::before{content:"\F0C56"}.mdi-clipboard-arrow-left::before{content:"\F014B"}.mdi-clipboard-arrow-left-outline::before{content:"\F0CF8"}.mdi-clipboard-arrow-right::before{content:"\F0CF9"}.mdi-clipboard-arrow-right-outline::before{content:"\F0CFA"}.mdi-clipboard-arrow-up::before{content:"\F0C57"}.mdi-clipboard-arrow-up-outline::before{content:"\F0C58"}.mdi-clipboard-check::before{content:"\F014E"}.mdi-clipboard-check-multiple::before{content:"\F1263"}.mdi-clipboard-check-multiple-outline::before{content:"\F1264"}.mdi-clipboard-check-outline::before{content:"\F08A8"}.mdi-clipboard-edit::before{content:"\F14E5"}.mdi-clipboard-edit-outline::before{content:"\F14E6"}.mdi-clipboard-file::before{content:"\F1265"}.mdi-clipboard-file-outline::before{content:"\F1266"}.mdi-clipboard-flow::before{content:"\F06C8"}.mdi-clipboard-flow-outline::before{content:"\F1117"}.mdi-clipboard-list::before{content:"\F10D4"}.mdi-clipboard-list-outline::before{content:"\F10D5"}.mdi-clipboard-multiple::before{content:"\F1267"}.mdi-clipboard-multiple-outline::before{content:"\F1268"}.mdi-clipboard-outline::before{content:"\F014C"}.mdi-clipboard-play::before{content:"\F0C59"}.mdi-clipboard-play-multiple::before{content:"\F1269"}.mdi-clipboard-play-multiple-outline::before{content:"\F126A"}.mdi-clipboard-play-outline::before{content:"\F0C5A"}.mdi-clipboard-plus::before{content:"\F0751"}.mdi-clipboard-plus-outline::before{content:"\F131F"}.mdi-clipboard-pulse::before{content:"\F085D"}.mdi-clipboard-pulse-outline::before{content:"\F085E"}.mdi-clipboard-text::before{content:"\F014D"}.mdi-clipboard-text-multiple::before{content:"\F126B"}.mdi-clipboard-text-multiple-outline::before{content:"\F126C"}.mdi-clipboard-text-outline::before{content:"\F0A38"}.mdi-clipboard-text-play::before{content:"\F0C5B"}.mdi-clipboard-text-play-outline::before{content:"\F0C5C"}.mdi-clippy::before{content:"\F014F"}.mdi-clock::before{content:"\F0954"}.mdi-clock-alert::before{content:"\F0955"}.mdi-clock-alert-outline::before{content:"\F05CE"}.mdi-clock-check::before{content:"\F0FA8"}.mdi-clock-check-outline::before{content:"\F0FA9"}.mdi-clock-digital::before{content:"\F0E97"}.mdi-clock-end::before{content:"\F0151"}.mdi-clock-fast::before{content:"\F0152"}.mdi-clock-in::before{content:"\F0153"}.mdi-clock-out::before{content:"\F0154"}.mdi-clock-outline::before{content:"\F0150"}.mdi-clock-start::before{content:"\F0155"}.mdi-clock-time-eight::before{content:"\F1446"}.mdi-clock-time-eight-outline::before{content:"\F1452"}.mdi-clock-time-eleven::before{content:"\F1449"}.mdi-clock-time-eleven-outline::before{content:"\F1455"}.mdi-clock-time-five::before{content:"\F1443"}.mdi-clock-time-five-outline::before{content:"\F144F"}.mdi-clock-time-four::before{content:"\F1442"}.mdi-clock-time-four-outline::before{content:"\F144E"}.mdi-clock-time-nine::before{content:"\F1447"}.mdi-clock-time-nine-outline::before{content:"\F1453"}.mdi-clock-time-one::before{content:"\F143F"}.mdi-clock-time-one-outline::before{content:"\F144B"}.mdi-clock-time-seven::before{content:"\F1445"}.mdi-clock-time-seven-outline::before{content:"\F1451"}.mdi-clock-time-six::before{content:"\F1444"}.mdi-clock-time-six-outline::before{content:"\F1450"}.mdi-clock-time-ten::before{content:"\F1448"}.mdi-clock-time-ten-outline::before{content:"\F1454"}.mdi-clock-time-three::before{content:"\F1441"}.mdi-clock-time-three-outline::before{content:"\F144D"}.mdi-clock-time-twelve::before{content:"\F144A"}.mdi-clock-time-twelve-outline::before{content:"\F1456"}.mdi-clock-time-two::before{content:"\F1440"}.mdi-clock-time-two-outline::before{content:"\F144C"}.mdi-close::before{content:"\F0156"}.mdi-close-box::before{content:"\F0157"}.mdi-close-box-multiple::before{content:"\F0C5D"}.mdi-close-box-multiple-outline::before{content:"\F0C5E"}.mdi-close-box-outline::before{content:"\F0158"}.mdi-close-circle::before{content:"\F0159"}.mdi-close-circle-multiple::before{content:"\F062A"}.mdi-close-circle-multiple-outline::before{content:"\F0883"}.mdi-close-circle-outline::before{content:"\F015A"}.mdi-close-network::before{content:"\F015B"}.mdi-close-network-outline::before{content:"\F0C5F"}.mdi-close-octagon::before{content:"\F015C"}.mdi-close-octagon-outline::before{content:"\F015D"}.mdi-close-outline::before{content:"\F06C9"}.mdi-close-thick::before{content:"\F1398"}.mdi-closed-caption::before{content:"\F015E"}.mdi-closed-caption-outline::before{content:"\F0DBD"}.mdi-cloud::before{content:"\F015F"}.mdi-cloud-alert::before{content:"\F09E0"}.mdi-cloud-braces::before{content:"\F07B5"}.mdi-cloud-check::before{content:"\F0160"}.mdi-cloud-check-outline::before{content:"\F12CC"}.mdi-cloud-circle::before{content:"\F0161"}.mdi-cloud-download::before{content:"\F0162"}.mdi-cloud-download-outline::before{content:"\F0B7D"}.mdi-cloud-lock::before{content:"\F11F1"}.mdi-cloud-lock-outline::before{content:"\F11F2"}.mdi-cloud-off-outline::before{content:"\F0164"}.mdi-cloud-outline::before{content:"\F0163"}.mdi-cloud-print::before{content:"\F0165"}.mdi-cloud-print-outline::before{content:"\F0166"}.mdi-cloud-question::before{content:"\F0A39"}.mdi-cloud-refresh::before{content:"\F052A"}.mdi-cloud-search::before{content:"\F0956"}.mdi-cloud-search-outline::before{content:"\F0957"}.mdi-cloud-sync::before{content:"\F063F"}.mdi-cloud-sync-outline::before{content:"\F12D6"}.mdi-cloud-tags::before{content:"\F07B6"}.mdi-cloud-upload::before{content:"\F0167"}.mdi-cloud-upload-outline::before{content:"\F0B7E"}.mdi-clover::before{content:"\F0816"}.mdi-coach-lamp::before{content:"\F1020"}.mdi-coat-rack::before{content:"\F109E"}.mdi-code-array::before{content:"\F0168"}.mdi-code-braces::before{content:"\F0169"}.mdi-code-braces-box::before{content:"\F10D6"}.mdi-code-brackets::before{content:"\F016A"}.mdi-code-equal::before{content:"\F016B"}.mdi-code-greater-than::before{content:"\F016C"}.mdi-code-greater-than-or-equal::before{content:"\F016D"}.mdi-code-json::before{content:"\F0626"}.mdi-code-less-than::before{content:"\F016E"}.mdi-code-less-than-or-equal::before{content:"\F016F"}.mdi-code-not-equal::before{content:"\F0170"}.mdi-code-not-equal-variant::before{content:"\F0171"}.mdi-code-parentheses::before{content:"\F0172"}.mdi-code-parentheses-box::before{content:"\F10D7"}.mdi-code-string::before{content:"\F0173"}.mdi-code-tags::before{content:"\F0174"}.mdi-code-tags-check::before{content:"\F0694"}.mdi-codepen::before{content:"\F0175"}.mdi-coffee::before{content:"\F0176"}.mdi-coffee-maker::before{content:"\F109F"}.mdi-coffee-off::before{content:"\F0FAA"}.mdi-coffee-off-outline::before{content:"\F0FAB"}.mdi-coffee-outline::before{content:"\F06CA"}.mdi-coffee-to-go::before{content:"\F0177"}.mdi-coffee-to-go-outline::before{content:"\F130E"}.mdi-coffin::before{content:"\F0B7F"}.mdi-cog::before{content:"\F0493"}.mdi-cog-box::before{content:"\F0494"}.mdi-cog-clockwise::before{content:"\F11DD"}.mdi-cog-counterclockwise::before{content:"\F11DE"}.mdi-cog-off::before{content:"\F13CE"}.mdi-cog-off-outline::before{content:"\F13CF"}.mdi-cog-outline::before{content:"\F08BB"}.mdi-cog-refresh::before{content:"\F145E"}.mdi-cog-refresh-outline::before{content:"\F145F"}.mdi-cog-sync::before{content:"\F1460"}.mdi-cog-sync-outline::before{content:"\F1461"}.mdi-cog-transfer::before{content:"\F105B"}.mdi-cog-transfer-outline::before{content:"\F105C"}.mdi-cogs::before{content:"\F08D6"}.mdi-collage::before{content:"\F0640"}.mdi-collapse-all::before{content:"\F0AA6"}.mdi-collapse-all-outline::before{content:"\F0AA7"}.mdi-color-helper::before{content:"\F0179"}.mdi-comma::before{content:"\F0E23"}.mdi-comma-box::before{content:"\F0E2B"}.mdi-comma-box-outline::before{content:"\F0E24"}.mdi-comma-circle::before{content:"\F0E25"}.mdi-comma-circle-outline::before{content:"\F0E26"}.mdi-comment::before{content:"\F017A"}.mdi-comment-account::before{content:"\F017B"}.mdi-comment-account-outline::before{content:"\F017C"}.mdi-comment-alert::before{content:"\F017D"}.mdi-comment-alert-outline::before{content:"\F017E"}.mdi-comment-arrow-left::before{content:"\F09E1"}.mdi-comment-arrow-left-outline::before{content:"\F09E2"}.mdi-comment-arrow-right::before{content:"\F09E3"}.mdi-comment-arrow-right-outline::before{content:"\F09E4"}.mdi-comment-check::before{content:"\F017F"}.mdi-comment-check-outline::before{content:"\F0180"}.mdi-comment-edit::before{content:"\F11BF"}.mdi-comment-edit-outline::before{content:"\F12C4"}.mdi-comment-eye::before{content:"\F0A3A"}.mdi-comment-eye-outline::before{content:"\F0A3B"}.mdi-comment-multiple::before{content:"\F085F"}.mdi-comment-multiple-outline::before{content:"\F0181"}.mdi-comment-outline::before{content:"\F0182"}.mdi-comment-plus::before{content:"\F09E5"}.mdi-comment-plus-outline::before{content:"\F0183"}.mdi-comment-processing::before{content:"\F0184"}.mdi-comment-processing-outline::before{content:"\F0185"}.mdi-comment-question::before{content:"\F0817"}.mdi-comment-question-outline::before{content:"\F0186"}.mdi-comment-quote::before{content:"\F1021"}.mdi-comment-quote-outline::before{content:"\F1022"}.mdi-comment-remove::before{content:"\F05DE"}.mdi-comment-remove-outline::before{content:"\F0187"}.mdi-comment-search::before{content:"\F0A3C"}.mdi-comment-search-outline::before{content:"\F0A3D"}.mdi-comment-text::before{content:"\F0188"}.mdi-comment-text-multiple::before{content:"\F0860"}.mdi-comment-text-multiple-outline::before{content:"\F0861"}.mdi-comment-text-outline::before{content:"\F0189"}.mdi-compare::before{content:"\F018A"}.mdi-compare-horizontal::before{content:"\F1492"}.mdi-compare-vertical::before{content:"\F1493"}.mdi-compass::before{content:"\F018B"}.mdi-compass-off::before{content:"\F0B80"}.mdi-compass-off-outline::before{content:"\F0B81"}.mdi-compass-outline::before{content:"\F018C"}.mdi-compass-rose::before{content:"\F1382"}.mdi-concourse-ci::before{content:"\F10A0"}.mdi-console::before{content:"\F018D"}.mdi-console-line::before{content:"\F07B7"}.mdi-console-network::before{content:"\F08A9"}.mdi-console-network-outline::before{content:"\F0C60"}.mdi-consolidate::before{content:"\F10D8"}.mdi-contactless-payment::before{content:"\F0D6A"}.mdi-contactless-payment-circle::before{content:"\F0321"}.mdi-contactless-payment-circle-outline::before{content:"\F0408"}.mdi-contacts::before{content:"\F06CB"}.mdi-contacts-outline::before{content:"\F05B8"}.mdi-contain::before{content:"\F0A3E"}.mdi-contain-end::before{content:"\F0A3F"}.mdi-contain-start::before{content:"\F0A40"}.mdi-content-copy::before{content:"\F018F"}.mdi-content-cut::before{content:"\F0190"}.mdi-content-duplicate::before{content:"\F0191"}.mdi-content-paste::before{content:"\F0192"}.mdi-content-save::before{content:"\F0193"}.mdi-content-save-alert::before{content:"\F0F42"}.mdi-content-save-alert-outline::before{content:"\F0F43"}.mdi-content-save-all::before{content:"\F0194"}.mdi-content-save-all-outline::before{content:"\F0F44"}.mdi-content-save-cog::before{content:"\F145B"}.mdi-content-save-cog-outline::before{content:"\F145C"}.mdi-content-save-edit::before{content:"\F0CFB"}.mdi-content-save-edit-outline::before{content:"\F0CFC"}.mdi-content-save-move::before{content:"\F0E27"}.mdi-content-save-move-outline::before{content:"\F0E28"}.mdi-content-save-outline::before{content:"\F0818"}.mdi-content-save-settings::before{content:"\F061B"}.mdi-content-save-settings-outline::before{content:"\F0B2E"}.mdi-contrast::before{content:"\F0195"}.mdi-contrast-box::before{content:"\F0196"}.mdi-contrast-circle::before{content:"\F0197"}.mdi-controller-classic::before{content:"\F0B82"}.mdi-controller-classic-outline::before{content:"\F0B83"}.mdi-cookie::before{content:"\F0198"}.mdi-coolant-temperature::before{content:"\F03C8"}.mdi-copyright::before{content:"\F05E6"}.mdi-cordova::before{content:"\F0958"}.mdi-corn::before{content:"\F07B8"}.mdi-corn-off::before{content:"\F13EF"}.mdi-cosine-wave::before{content:"\F1479"}.mdi-counter::before{content:"\F0199"}.mdi-cow::before{content:"\F019A"}.mdi-cpu-32-bit::before{content:"\F0EDF"}.mdi-cpu-64-bit::before{content:"\F0EE0"}.mdi-crane::before{content:"\F0862"}.mdi-creation::before{content:"\F0674"}.mdi-creative-commons::before{content:"\F0D6B"}.mdi-credit-card::before{content:"\F0FEF"}.mdi-credit-card-check::before{content:"\F13D0"}.mdi-credit-card-check-outline::before{content:"\F13D1"}.mdi-credit-card-clock::before{content:"\F0EE1"}.mdi-credit-card-clock-outline::before{content:"\F0EE2"}.mdi-credit-card-marker::before{content:"\F06A8"}.mdi-credit-card-marker-outline::before{content:"\F0DBE"}.mdi-credit-card-minus::before{content:"\F0FAC"}.mdi-credit-card-minus-outline::before{content:"\F0FAD"}.mdi-credit-card-multiple::before{content:"\F0FF0"}.mdi-credit-card-multiple-outline::before{content:"\F019C"}.mdi-credit-card-off::before{content:"\F0FF1"}.mdi-credit-card-off-outline::before{content:"\F05E4"}.mdi-credit-card-outline::before{content:"\F019B"}.mdi-credit-card-plus::before{content:"\F0FF2"}.mdi-credit-card-plus-outline::before{content:"\F0676"}.mdi-credit-card-refund::before{content:"\F0FF3"}.mdi-credit-card-refund-outline::before{content:"\F0AA8"}.mdi-credit-card-remove::before{content:"\F0FAE"}.mdi-credit-card-remove-outline::before{content:"\F0FAF"}.mdi-credit-card-scan::before{content:"\F0FF4"}.mdi-credit-card-scan-outline::before{content:"\F019D"}.mdi-credit-card-settings::before{content:"\F0FF5"}.mdi-credit-card-settings-outline::before{content:"\F08D7"}.mdi-credit-card-wireless::before{content:"\F0802"}.mdi-credit-card-wireless-off::before{content:"\F057A"}.mdi-credit-card-wireless-off-outline::before{content:"\F057B"}.mdi-credit-card-wireless-outline::before{content:"\F0D6C"}.mdi-cricket::before{content:"\F0D6D"}.mdi-crop::before{content:"\F019E"}.mdi-crop-free::before{content:"\F019F"}.mdi-crop-landscape::before{content:"\F01A0"}.mdi-crop-portrait::before{content:"\F01A1"}.mdi-crop-rotate::before{content:"\F0696"}.mdi-crop-square::before{content:"\F01A2"}.mdi-crosshairs::before{content:"\F01A3"}.mdi-crosshairs-gps::before{content:"\F01A4"}.mdi-crosshairs-off::before{content:"\F0F45"}.mdi-crosshairs-question::before{content:"\F1136"}.mdi-crown::before{content:"\F01A5"}.mdi-crown-outline::before{content:"\F11D0"}.mdi-cryengine::before{content:"\F0959"}.mdi-crystal-ball::before{content:"\F0B2F"}.mdi-cube::before{content:"\F01A6"}.mdi-cube-off::before{content:"\F141C"}.mdi-cube-off-outline::before{content:"\F141D"}.mdi-cube-outline::before{content:"\F01A7"}.mdi-cube-scan::before{content:"\F0B84"}.mdi-cube-send::before{content:"\F01A8"}.mdi-cube-unfolded::before{content:"\F01A9"}.mdi-cup::before{content:"\F01AA"}.mdi-cup-off::before{content:"\F05E5"}.mdi-cup-off-outline::before{content:"\F137D"}.mdi-cup-outline::before{content:"\F130F"}.mdi-cup-water::before{content:"\F01AB"}.mdi-cupboard::before{content:"\F0F46"}.mdi-cupboard-outline::before{content:"\F0F47"}.mdi-cupcake::before{content:"\F095A"}.mdi-curling::before{content:"\F0863"}.mdi-currency-bdt::before{content:"\F0864"}.mdi-currency-brl::before{content:"\F0B85"}.mdi-currency-btc::before{content:"\F01AC"}.mdi-currency-cny::before{content:"\F07BA"}.mdi-currency-eth::before{content:"\F07BB"}.mdi-currency-eur::before{content:"\F01AD"}.mdi-currency-eur-off::before{content:"\F1315"}.mdi-currency-gbp::before{content:"\F01AE"}.mdi-currency-ils::before{content:"\F0C61"}.mdi-currency-inr::before{content:"\F01AF"}.mdi-currency-jpy::before{content:"\F07BC"}.mdi-currency-krw::before{content:"\F07BD"}.mdi-currency-kzt::before{content:"\F0865"}.mdi-currency-mnt::before{content:"\F1512"}.mdi-currency-ngn::before{content:"\F01B0"}.mdi-currency-php::before{content:"\F09E6"}.mdi-currency-rial::before{content:"\F0E9C"}.mdi-currency-rub::before{content:"\F01B1"}.mdi-currency-sign::before{content:"\F07BE"}.mdi-currency-try::before{content:"\F01B2"}.mdi-currency-twd::before{content:"\F07BF"}.mdi-currency-usd::before{content:"\F01C1"}.mdi-currency-usd-circle::before{content:"\F116B"}.mdi-currency-usd-circle-outline::before{content:"\F0178"}.mdi-currency-usd-off::before{content:"\F067A"}.mdi-current-ac::before{content:"\F1480"}.mdi-current-dc::before{content:"\F095C"}.mdi-cursor-default::before{content:"\F01C0"}.mdi-cursor-default-click::before{content:"\F0CFD"}.mdi-cursor-default-click-outline::before{content:"\F0CFE"}.mdi-cursor-default-gesture::before{content:"\F1127"}.mdi-cursor-default-gesture-outline::before{content:"\F1128"}.mdi-cursor-default-outline::before{content:"\F01BF"}.mdi-cursor-move::before{content:"\F01BE"}.mdi-cursor-pointer::before{content:"\F01BD"}.mdi-cursor-text::before{content:"\F05E7"}.mdi-data-matrix::before{content:"\F153C"}.mdi-data-matrix-edit::before{content:"\F153D"}.mdi-data-matrix-minus::before{content:"\F153E"}.mdi-data-matrix-plus::before{content:"\F153F"}.mdi-data-matrix-remove::before{content:"\F1540"}.mdi-data-matrix-scan::before{content:"\F1541"}.mdi-database::before{content:"\F01BC"}.mdi-database-check::before{content:"\F0AA9"}.mdi-database-edit::before{content:"\F0B86"}.mdi-database-export::before{content:"\F095E"}.mdi-database-import::before{content:"\F095D"}.mdi-database-lock::before{content:"\F0AAA"}.mdi-database-marker::before{content:"\F12F6"}.mdi-database-minus::before{content:"\F01BB"}.mdi-database-plus::before{content:"\F01BA"}.mdi-database-refresh::before{content:"\F05C2"}.mdi-database-remove::before{content:"\F0D00"}.mdi-database-search::before{content:"\F0866"}.mdi-database-settings::before{content:"\F0D01"}.mdi-database-sync::before{content:"\F0CFF"}.mdi-death-star::before{content:"\F08D8"}.mdi-death-star-variant::before{content:"\F08D9"}.mdi-deathly-hallows::before{content:"\F0B87"}.mdi-debian::before{content:"\F08DA"}.mdi-debug-step-into::before{content:"\F01B9"}.mdi-debug-step-out::before{content:"\F01B8"}.mdi-debug-step-over::before{content:"\F01B7"}.mdi-decagram::before{content:"\F076C"}.mdi-decagram-outline::before{content:"\F076D"}.mdi-decimal::before{content:"\F10A1"}.mdi-decimal-comma::before{content:"\F10A2"}.mdi-decimal-comma-decrease::before{content:"\F10A3"}.mdi-decimal-comma-increase::before{content:"\F10A4"}.mdi-decimal-decrease::before{content:"\F01B6"}.mdi-decimal-increase::before{content:"\F01B5"}.mdi-delete::before{content:"\F01B4"}.mdi-delete-alert::before{content:"\F10A5"}.mdi-delete-alert-outline::before{content:"\F10A6"}.mdi-delete-circle::before{content:"\F0683"}.mdi-delete-circle-outline::before{content:"\F0B88"}.mdi-delete-empty::before{content:"\F06CC"}.mdi-delete-empty-outline::before{content:"\F0E9D"}.mdi-delete-forever::before{content:"\F05E8"}.mdi-delete-forever-outline::before{content:"\F0B89"}.mdi-delete-off::before{content:"\F10A7"}.mdi-delete-off-outline::before{content:"\F10A8"}.mdi-delete-outline::before{content:"\F09E7"}.mdi-delete-restore::before{content:"\F0819"}.mdi-delete-sweep::before{content:"\F05E9"}.mdi-delete-sweep-outline::before{content:"\F0C62"}.mdi-delete-variant::before{content:"\F01B3"}.mdi-delta::before{content:"\F01C2"}.mdi-desk::before{content:"\F1239"}.mdi-desk-lamp::before{content:"\F095F"}.mdi-deskphone::before{content:"\F01C3"}.mdi-desktop-classic::before{content:"\F07C0"}.mdi-desktop-mac::before{content:"\F01C4"}.mdi-desktop-mac-dashboard::before{content:"\F09E8"}.mdi-desktop-tower::before{content:"\F01C5"}.mdi-desktop-tower-monitor::before{content:"\F0AAB"}.mdi-details::before{content:"\F01C6"}.mdi-dev-to::before{content:"\F0D6E"}.mdi-developer-board::before{content:"\F0697"}.mdi-deviantart::before{content:"\F01C7"}.mdi-devices::before{content:"\F0FB0"}.mdi-diabetes::before{content:"\F1126"}.mdi-dialpad::before{content:"\F061C"}.mdi-diameter::before{content:"\F0C63"}.mdi-diameter-outline::before{content:"\F0C64"}.mdi-diameter-variant::before{content:"\F0C65"}.mdi-diamond::before{content:"\F0B8A"}.mdi-diamond-outline::before{content:"\F0B8B"}.mdi-diamond-stone::before{content:"\F01C8"}.mdi-dice-1::before{content:"\F01CA"}.mdi-dice-1-outline::before{content:"\F114A"}.mdi-dice-2::before{content:"\F01CB"}.mdi-dice-2-outline::before{content:"\F114B"}.mdi-dice-3::before{content:"\F01CC"}.mdi-dice-3-outline::before{content:"\F114C"}.mdi-dice-4::before{content:"\F01CD"}.mdi-dice-4-outline::before{content:"\F114D"}.mdi-dice-5::before{content:"\F01CE"}.mdi-dice-5-outline::before{content:"\F114E"}.mdi-dice-6::before{content:"\F01CF"}.mdi-dice-6-outline::before{content:"\F114F"}.mdi-dice-d10::before{content:"\F1153"}.mdi-dice-d10-outline::before{content:"\F076F"}.mdi-dice-d12::before{content:"\F1154"}.mdi-dice-d12-outline::before{content:"\F0867"}.mdi-dice-d20::before{content:"\F1155"}.mdi-dice-d20-outline::before{content:"\F05EA"}.mdi-dice-d4::before{content:"\F1150"}.mdi-dice-d4-outline::before{content:"\F05EB"}.mdi-dice-d6::before{content:"\F1151"}.mdi-dice-d6-outline::before{content:"\F05ED"}.mdi-dice-d8::before{content:"\F1152"}.mdi-dice-d8-outline::before{content:"\F05EC"}.mdi-dice-multiple::before{content:"\F076E"}.mdi-dice-multiple-outline::before{content:"\F1156"}.mdi-digital-ocean::before{content:"\F1237"}.mdi-dip-switch::before{content:"\F07C1"}.mdi-directions::before{content:"\F01D0"}.mdi-directions-fork::before{content:"\F0641"}.mdi-disc::before{content:"\F05EE"}.mdi-disc-alert::before{content:"\F01D1"}.mdi-disc-player::before{content:"\F0960"}.mdi-discord::before{content:"\F066F"}.mdi-dishwasher::before{content:"\F0AAC"}.mdi-dishwasher-alert::before{content:"\F11B8"}.mdi-dishwasher-off::before{content:"\F11B9"}.mdi-disqus::before{content:"\F01D2"}.mdi-distribute-horizontal-center::before{content:"\F11C9"}.mdi-distribute-horizontal-left::before{content:"\F11C8"}.mdi-distribute-horizontal-right::before{content:"\F11CA"}.mdi-distribute-vertical-bottom::before{content:"\F11CB"}.mdi-distribute-vertical-center::before{content:"\F11CC"}.mdi-distribute-vertical-top::before{content:"\F11CD"}.mdi-diving-flippers::before{content:"\F0DBF"}.mdi-diving-helmet::before{content:"\F0DC0"}.mdi-diving-scuba::before{content:"\F0DC1"}.mdi-diving-scuba-flag::before{content:"\F0DC2"}.mdi-diving-scuba-tank::before{content:"\F0DC3"}.mdi-diving-scuba-tank-multiple::before{content:"\F0DC4"}.mdi-diving-snorkel::before{content:"\F0DC5"}.mdi-division::before{content:"\F01D4"}.mdi-division-box::before{content:"\F01D5"}.mdi-dlna::before{content:"\F0A41"}.mdi-dna::before{content:"\F0684"}.mdi-dns::before{content:"\F01D6"}.mdi-dns-outline::before{content:"\F0B8C"}.mdi-do-not-disturb::before{content:"\F0698"}.mdi-do-not-disturb-off::before{content:"\F0699"}.mdi-dock-bottom::before{content:"\F10A9"}.mdi-dock-left::before{content:"\F10AA"}.mdi-dock-right::before{content:"\F10AB"}.mdi-dock-top::before{content:"\F1513"}.mdi-dock-window::before{content:"\F10AC"}.mdi-docker::before{content:"\F0868"}.mdi-doctor::before{content:"\F0A42"}.mdi-dog::before{content:"\F0A43"}.mdi-dog-service::before{content:"\F0AAD"}.mdi-dog-side::before{content:"\F0A44"}.mdi-dolby::before{content:"\F06B3"}.mdi-dolly::before{content:"\F0E9E"}.mdi-domain::before{content:"\F01D7"}.mdi-domain-off::before{content:"\F0D6F"}.mdi-domain-plus::before{content:"\F10AD"}.mdi-domain-remove::before{content:"\F10AE"}.mdi-dome-light::before{content:"\F141E"}.mdi-domino-mask::before{content:"\F1023"}.mdi-donkey::before{content:"\F07C2"}.mdi-door::before{content:"\F081A"}.mdi-door-closed::before{content:"\F081B"}.mdi-door-closed-lock::before{content:"\F10AF"}.mdi-door-open::before{content:"\F081C"}.mdi-doorbell::before{content:"\F12E6"}.mdi-doorbell-video::before{content:"\F0869"}.mdi-dot-net::before{content:"\F0AAE"}.mdi-dots-horizontal::before{content:"\F01D8"}.mdi-dots-horizontal-circle::before{content:"\F07C3"}.mdi-dots-horizontal-circle-outline::before{content:"\F0B8D"}.mdi-dots-vertical::before{content:"\F01D9"}.mdi-dots-vertical-circle::before{content:"\F07C4"}.mdi-dots-vertical-circle-outline::before{content:"\F0B8E"}.mdi-douban::before{content:"\F069A"}.mdi-download::before{content:"\F01DA"}.mdi-download-box::before{content:"\F1462"}.mdi-download-box-outline::before{content:"\F1463"}.mdi-download-circle::before{content:"\F1464"}.mdi-download-circle-outline::before{content:"\F1465"}.mdi-download-lock::before{content:"\F1320"}.mdi-download-lock-outline::before{content:"\F1321"}.mdi-download-multiple::before{content:"\F09E9"}.mdi-download-network::before{content:"\F06F4"}.mdi-download-network-outline::before{content:"\F0C66"}.mdi-download-off::before{content:"\F10B0"}.mdi-download-off-outline::before{content:"\F10B1"}.mdi-download-outline::before{content:"\F0B8F"}.mdi-drag::before{content:"\F01DB"}.mdi-drag-horizontal::before{content:"\F01DC"}.mdi-drag-horizontal-variant::before{content:"\F12F0"}.mdi-drag-variant::before{content:"\F0B90"}.mdi-drag-vertical::before{content:"\F01DD"}.mdi-drag-vertical-variant::before{content:"\F12F1"}.mdi-drama-masks::before{content:"\F0D02"}.mdi-draw::before{content:"\F0F49"}.mdi-drawing::before{content:"\F01DE"}.mdi-drawing-box::before{content:"\F01DF"}.mdi-dresser::before{content:"\F0F4A"}.mdi-dresser-outline::before{content:"\F0F4B"}.mdi-drone::before{content:"\F01E2"}.mdi-dropbox::before{content:"\F01E3"}.mdi-drupal::before{content:"\F01E4"}.mdi-duck::before{content:"\F01E5"}.mdi-dumbbell::before{content:"\F01E6"}.mdi-dump-truck::before{content:"\F0C67"}.mdi-ear-hearing::before{content:"\F07C5"}.mdi-ear-hearing-off::before{content:"\F0A45"}.mdi-earth::before{content:"\F01E7"}.mdi-earth-arrow-right::before{content:"\F1311"}.mdi-earth-box::before{content:"\F06CD"}.mdi-earth-box-minus::before{content:"\F1407"}.mdi-earth-box-off::before{content:"\F06CE"}.mdi-earth-box-plus::before{content:"\F1406"}.mdi-earth-box-remove::before{content:"\F1408"}.mdi-earth-minus::before{content:"\F1404"}.mdi-earth-off::before{content:"\F01E8"}.mdi-earth-plus::before{content:"\F1403"}.mdi-earth-remove::before{content:"\F1405"}.mdi-egg::before{content:"\F0AAF"}.mdi-egg-easter::before{content:"\F0AB0"}.mdi-egg-off::before{content:"\F13F0"}.mdi-egg-off-outline::before{content:"\F13F1"}.mdi-egg-outline::before{content:"\F13F2"}.mdi-eight-track::before{content:"\F09EA"}.mdi-eject::before{content:"\F01EA"}.mdi-eject-outline::before{content:"\F0B91"}.mdi-electric-switch::before{content:"\F0E9F"}.mdi-electric-switch-closed::before{content:"\F10D9"}.mdi-electron-framework::before{content:"\F1024"}.mdi-elephant::before{content:"\F07C6"}.mdi-elevation-decline::before{content:"\F01EB"}.mdi-elevation-rise::before{content:"\F01EC"}.mdi-elevator::before{content:"\F01ED"}.mdi-elevator-down::before{content:"\F12C2"}.mdi-elevator-passenger::before{content:"\F1381"}.mdi-elevator-up::before{content:"\F12C1"}.mdi-ellipse::before{content:"\F0EA0"}.mdi-ellipse-outline::before{content:"\F0EA1"}.mdi-email::before{content:"\F01EE"}.mdi-email-alert::before{content:"\F06CF"}.mdi-email-alert-outline::before{content:"\F0D42"}.mdi-email-box::before{content:"\F0D03"}.mdi-email-check::before{content:"\F0AB1"}.mdi-email-check-outline::before{content:"\F0AB2"}.mdi-email-edit::before{content:"\F0EE3"}.mdi-email-edit-outline::before{content:"\F0EE4"}.mdi-email-lock::before{content:"\F01F1"}.mdi-email-mark-as-unread::before{content:"\F0B92"}.mdi-email-minus::before{content:"\F0EE5"}.mdi-email-minus-outline::before{content:"\F0EE6"}.mdi-email-multiple::before{content:"\F0EE7"}.mdi-email-multiple-outline::before{content:"\F0EE8"}.mdi-email-newsletter::before{content:"\F0FB1"}.mdi-email-off::before{content:"\F13E3"}.mdi-email-off-outline::before{content:"\F13E4"}.mdi-email-open::before{content:"\F01EF"}.mdi-email-open-multiple::before{content:"\F0EE9"}.mdi-email-open-multiple-outline::before{content:"\F0EEA"}.mdi-email-open-outline::before{content:"\F05EF"}.mdi-email-outline::before{content:"\F01F0"}.mdi-email-plus::before{content:"\F09EB"}.mdi-email-plus-outline::before{content:"\F09EC"}.mdi-email-receive::before{content:"\F10DA"}.mdi-email-receive-outline::before{content:"\F10DB"}.mdi-email-search::before{content:"\F0961"}.mdi-email-search-outline::before{content:"\F0962"}.mdi-email-send::before{content:"\F10DC"}.mdi-email-send-outline::before{content:"\F10DD"}.mdi-email-sync::before{content:"\F12C7"}.mdi-email-sync-outline::before{content:"\F12C8"}.mdi-email-variant::before{content:"\F05F0"}.mdi-ember::before{content:"\F0B30"}.mdi-emby::before{content:"\F06B4"}.mdi-emoticon::before{content:"\F0C68"}.mdi-emoticon-angry::before{content:"\F0C69"}.mdi-emoticon-angry-outline::before{content:"\F0C6A"}.mdi-emoticon-confused::before{content:"\F10DE"}.mdi-emoticon-confused-outline::before{content:"\F10DF"}.mdi-emoticon-cool::before{content:"\F0C6B"}.mdi-emoticon-cool-outline::before{content:"\F01F3"}.mdi-emoticon-cry::before{content:"\F0C6C"}.mdi-emoticon-cry-outline::before{content:"\F0C6D"}.mdi-emoticon-dead::before{content:"\F0C6E"}.mdi-emoticon-dead-outline::before{content:"\F069B"}.mdi-emoticon-devil::before{content:"\F0C6F"}.mdi-emoticon-devil-outline::before{content:"\F01F4"}.mdi-emoticon-excited::before{content:"\F0C70"}.mdi-emoticon-excited-outline::before{content:"\F069C"}.mdi-emoticon-frown::before{content:"\F0F4C"}.mdi-emoticon-frown-outline::before{content:"\F0F4D"}.mdi-emoticon-happy::before{content:"\F0C71"}.mdi-emoticon-happy-outline::before{content:"\F01F5"}.mdi-emoticon-kiss::before{content:"\F0C72"}.mdi-emoticon-kiss-outline::before{content:"\F0C73"}.mdi-emoticon-lol::before{content:"\F1214"}.mdi-emoticon-lol-outline::before{content:"\F1215"}.mdi-emoticon-neutral::before{content:"\F0C74"}.mdi-emoticon-neutral-outline::before{content:"\F01F6"}.mdi-emoticon-outline::before{content:"\F01F2"}.mdi-emoticon-poop::before{content:"\F01F7"}.mdi-emoticon-poop-outline::before{content:"\F0C75"}.mdi-emoticon-sad::before{content:"\F0C76"}.mdi-emoticon-sad-outline::before{content:"\F01F8"}.mdi-emoticon-tongue::before{content:"\F01F9"}.mdi-emoticon-tongue-outline::before{content:"\F0C77"}.mdi-emoticon-wink::before{content:"\F0C78"}.mdi-emoticon-wink-outline::before{content:"\F0C79"}.mdi-engine::before{content:"\F01FA"}.mdi-engine-off::before{content:"\F0A46"}.mdi-engine-off-outline::before{content:"\F0A47"}.mdi-engine-outline::before{content:"\F01FB"}.mdi-epsilon::before{content:"\F10E0"}.mdi-equal::before{content:"\F01FC"}.mdi-equal-box::before{content:"\F01FD"}.mdi-equalizer::before{content:"\F0EA2"}.mdi-equalizer-outline::before{content:"\F0EA3"}.mdi-eraser::before{content:"\F01FE"}.mdi-eraser-variant::before{content:"\F0642"}.mdi-escalator::before{content:"\F01FF"}.mdi-escalator-box::before{content:"\F1399"}.mdi-escalator-down::before{content:"\F12C0"}.mdi-escalator-up::before{content:"\F12BF"}.mdi-eslint::before{content:"\F0C7A"}.mdi-et::before{content:"\F0AB3"}.mdi-ethereum::before{content:"\F086A"}.mdi-ethernet::before{content:"\F0200"}.mdi-ethernet-cable::before{content:"\F0201"}.mdi-ethernet-cable-off::before{content:"\F0202"}.mdi-ev-plug-ccs1::before{content:"\F1519"}.mdi-ev-plug-ccs2::before{content:"\F151A"}.mdi-ev-plug-chademo::before{content:"\F151B"}.mdi-ev-plug-tesla::before{content:"\F151C"}.mdi-ev-plug-type1::before{content:"\F151D"}.mdi-ev-plug-type2::before{content:"\F151E"}.mdi-ev-station::before{content:"\F05F1"}.mdi-evernote::before{content:"\F0204"}.mdi-excavator::before{content:"\F1025"}.mdi-exclamation::before{content:"\F0205"}.mdi-exclamation-thick::before{content:"\F1238"}.mdi-exit-run::before{content:"\F0A48"}.mdi-exit-to-app::before{content:"\F0206"}.mdi-expand-all::before{content:"\F0AB4"}.mdi-expand-all-outline::before{content:"\F0AB5"}.mdi-expansion-card::before{content:"\F08AE"}.mdi-expansion-card-variant::before{content:"\F0FB2"}.mdi-exponent::before{content:"\F0963"}.mdi-exponent-box::before{content:"\F0964"}.mdi-export::before{content:"\F0207"}.mdi-export-variant::before{content:"\F0B93"}.mdi-eye::before{content:"\F0208"}.mdi-eye-check::before{content:"\F0D04"}.mdi-eye-check-outline::before{content:"\F0D05"}.mdi-eye-circle::before{content:"\F0B94"}.mdi-eye-circle-outline::before{content:"\F0B95"}.mdi-eye-minus::before{content:"\F1026"}.mdi-eye-minus-outline::before{content:"\F1027"}.mdi-eye-off::before{content:"\F0209"}.mdi-eye-off-outline::before{content:"\F06D1"}.mdi-eye-outline::before{content:"\F06D0"}.mdi-eye-plus::before{content:"\F086B"}.mdi-eye-plus-outline::before{content:"\F086C"}.mdi-eye-settings::before{content:"\F086D"}.mdi-eye-settings-outline::before{content:"\F086E"}.mdi-eyedropper::before{content:"\F020A"}.mdi-eyedropper-minus::before{content:"\F13DD"}.mdi-eyedropper-off::before{content:"\F13DF"}.mdi-eyedropper-plus::before{content:"\F13DC"}.mdi-eyedropper-remove::before{content:"\F13DE"}.mdi-eyedropper-variant::before{content:"\F020B"}.mdi-face::before{content:"\F0643"}.mdi-face-agent::before{content:"\F0D70"}.mdi-face-outline::before{content:"\F0B96"}.mdi-face-profile::before{content:"\F0644"}.mdi-face-profile-woman::before{content:"\F1076"}.mdi-face-recognition::before{content:"\F0C7B"}.mdi-face-woman::before{content:"\F1077"}.mdi-face-woman-outline::before{content:"\F1078"}.mdi-facebook::before{content:"\F020C"}.mdi-facebook-gaming::before{content:"\F07DD"}.mdi-facebook-messenger::before{content:"\F020E"}.mdi-facebook-workplace::before{content:"\F0B31"}.mdi-factory::before{content:"\F020F"}.mdi-fan::before{content:"\F0210"}.mdi-fan-alert::before{content:"\F146C"}.mdi-fan-chevron-down::before{content:"\F146D"}.mdi-fan-chevron-up::before{content:"\F146E"}.mdi-fan-minus::before{content:"\F1470"}.mdi-fan-off::before{content:"\F081D"}.mdi-fan-plus::before{content:"\F146F"}.mdi-fan-remove::before{content:"\F1471"}.mdi-fan-speed-1::before{content:"\F1472"}.mdi-fan-speed-2::before{content:"\F1473"}.mdi-fan-speed-3::before{content:"\F1474"}.mdi-fast-forward::before{content:"\F0211"}.mdi-fast-forward-10::before{content:"\F0D71"}.mdi-fast-forward-30::before{content:"\F0D06"}.mdi-fast-forward-5::before{content:"\F11F8"}.mdi-fast-forward-outline::before{content:"\F06D2"}.mdi-fax::before{content:"\F0212"}.mdi-feather::before{content:"\F06D3"}.mdi-feature-search::before{content:"\F0A49"}.mdi-feature-search-outline::before{content:"\F0A4A"}.mdi-fedora::before{content:"\F08DB"}.mdi-fencing::before{content:"\F14C1"}.mdi-ferris-wheel::before{content:"\F0EA4"}.mdi-ferry::before{content:"\F0213"}.mdi-file::before{content:"\F0214"}.mdi-file-account::before{content:"\F073B"}.mdi-file-account-outline::before{content:"\F1028"}.mdi-file-alert::before{content:"\F0A4B"}.mdi-file-alert-outline::before{content:"\F0A4C"}.mdi-file-cabinet::before{content:"\F0AB6"}.mdi-file-cad::before{content:"\F0EEB"}.mdi-file-cad-box::before{content:"\F0EEC"}.mdi-file-cancel::before{content:"\F0DC6"}.mdi-file-cancel-outline::before{content:"\F0DC7"}.mdi-file-certificate::before{content:"\F1186"}.mdi-file-certificate-outline::before{content:"\F1187"}.mdi-file-chart::before{content:"\F0215"}.mdi-file-chart-outline::before{content:"\F1029"}.mdi-file-check::before{content:"\F0216"}.mdi-file-check-outline::before{content:"\F0E29"}.mdi-file-clock::before{content:"\F12E1"}.mdi-file-clock-outline::before{content:"\F12E2"}.mdi-file-cloud::before{content:"\F0217"}.mdi-file-cloud-outline::before{content:"\F102A"}.mdi-file-code::before{content:"\F022E"}.mdi-file-code-outline::before{content:"\F102B"}.mdi-file-cog::before{content:"\F107B"}.mdi-file-cog-outline::before{content:"\F107C"}.mdi-file-compare::before{content:"\F08AA"}.mdi-file-delimited::before{content:"\F0218"}.mdi-file-delimited-outline::before{content:"\F0EA5"}.mdi-file-document::before{content:"\F0219"}.mdi-file-document-edit::before{content:"\F0DC8"}.mdi-file-document-edit-outline::before{content:"\F0DC9"}.mdi-file-document-multiple::before{content:"\F1517"}.mdi-file-document-multiple-outline::before{content:"\F1518"}.mdi-file-document-outline::before{content:"\F09EE"}.mdi-file-download::before{content:"\F0965"}.mdi-file-download-outline::before{content:"\F0966"}.mdi-file-edit::before{content:"\F11E7"}.mdi-file-edit-outline::before{content:"\F11E8"}.mdi-file-excel::before{content:"\F021B"}.mdi-file-excel-box::before{content:"\F021C"}.mdi-file-excel-box-outline::before{content:"\F102C"}.mdi-file-excel-outline::before{content:"\F102D"}.mdi-file-export::before{content:"\F021D"}.mdi-file-export-outline::before{content:"\F102E"}.mdi-file-eye::before{content:"\F0DCA"}.mdi-file-eye-outline::before{content:"\F0DCB"}.mdi-file-find::before{content:"\F021E"}.mdi-file-find-outline::before{content:"\F0B97"}.mdi-file-hidden::before{content:"\F0613"}.mdi-file-image::before{content:"\F021F"}.mdi-file-image-outline::before{content:"\F0EB0"}.mdi-file-import::before{content:"\F0220"}.mdi-file-import-outline::before{content:"\F102F"}.mdi-file-key::before{content:"\F1184"}.mdi-file-key-outline::before{content:"\F1185"}.mdi-file-link::before{content:"\F1177"}.mdi-file-link-outline::before{content:"\F1178"}.mdi-file-lock::before{content:"\F0221"}.mdi-file-lock-outline::before{content:"\F1030"}.mdi-file-move::before{content:"\F0AB9"}.mdi-file-move-outline::before{content:"\F1031"}.mdi-file-multiple::before{content:"\F0222"}.mdi-file-multiple-outline::before{content:"\F1032"}.mdi-file-music::before{content:"\F0223"}.mdi-file-music-outline::before{content:"\F0E2A"}.mdi-file-outline::before{content:"\F0224"}.mdi-file-pdf::before{content:"\F0225"}.mdi-file-pdf-box::before{content:"\F0226"}.mdi-file-pdf-box-outline::before{content:"\F0FB3"}.mdi-file-pdf-outline::before{content:"\F0E2D"}.mdi-file-percent::before{content:"\F081E"}.mdi-file-percent-outline::before{content:"\F1033"}.mdi-file-phone::before{content:"\F1179"}.mdi-file-phone-outline::before{content:"\F117A"}.mdi-file-plus::before{content:"\F0752"}.mdi-file-plus-outline::before{content:"\F0EED"}.mdi-file-powerpoint::before{content:"\F0227"}.mdi-file-powerpoint-box::before{content:"\F0228"}.mdi-file-powerpoint-box-outline::before{content:"\F1034"}.mdi-file-powerpoint-outline::before{content:"\F1035"}.mdi-file-presentation-box::before{content:"\F0229"}.mdi-file-question::before{content:"\F086F"}.mdi-file-question-outline::before{content:"\F1036"}.mdi-file-refresh::before{content:"\F0918"}.mdi-file-refresh-outline::before{content:"\F0541"}.mdi-file-remove::before{content:"\F0B98"}.mdi-file-remove-outline::before{content:"\F1037"}.mdi-file-replace::before{content:"\F0B32"}.mdi-file-replace-outline::before{content:"\F0B33"}.mdi-file-restore::before{content:"\F0670"}.mdi-file-restore-outline::before{content:"\F1038"}.mdi-file-search::before{content:"\F0C7C"}.mdi-file-search-outline::before{content:"\F0C7D"}.mdi-file-send::before{content:"\F022A"}.mdi-file-send-outline::before{content:"\F1039"}.mdi-file-settings::before{content:"\F1079"}.mdi-file-settings-outline::before{content:"\F107A"}.mdi-file-star::before{content:"\F103A"}.mdi-file-star-outline::before{content:"\F103B"}.mdi-file-swap::before{content:"\F0FB4"}.mdi-file-swap-outline::before{content:"\F0FB5"}.mdi-file-sync::before{content:"\F1216"}.mdi-file-sync-outline::before{content:"\F1217"}.mdi-file-table::before{content:"\F0C7E"}.mdi-file-table-box::before{content:"\F10E1"}.mdi-file-table-box-multiple::before{content:"\F10E2"}.mdi-file-table-box-multiple-outline::before{content:"\F10E3"}.mdi-file-table-box-outline::before{content:"\F10E4"}.mdi-file-table-outline::before{content:"\F0C7F"}.mdi-file-tree::before{content:"\F0645"}.mdi-file-tree-outline::before{content:"\F13D2"}.mdi-file-undo::before{content:"\F08DC"}.mdi-file-undo-outline::before{content:"\F103C"}.mdi-file-upload::before{content:"\F0A4D"}.mdi-file-upload-outline::before{content:"\F0A4E"}.mdi-file-video::before{content:"\F022B"}.mdi-file-video-outline::before{content:"\F0E2C"}.mdi-file-word::before{content:"\F022C"}.mdi-file-word-box::before{content:"\F022D"}.mdi-file-word-box-outline::before{content:"\F103D"}.mdi-file-word-outline::before{content:"\F103E"}.mdi-film::before{content:"\F022F"}.mdi-filmstrip::before{content:"\F0230"}.mdi-filmstrip-box::before{content:"\F0332"}.mdi-filmstrip-box-multiple::before{content:"\F0D18"}.mdi-filmstrip-off::before{content:"\F0231"}.mdi-filter::before{content:"\F0232"}.mdi-filter-menu::before{content:"\F10E5"}.mdi-filter-menu-outline::before{content:"\F10E6"}.mdi-filter-minus::before{content:"\F0EEE"}.mdi-filter-minus-outline::before{content:"\F0EEF"}.mdi-filter-off::before{content:"\F14EF"}.mdi-filter-off-outline::before{content:"\F14F0"}.mdi-filter-outline::before{content:"\F0233"}.mdi-filter-plus::before{content:"\F0EF0"}.mdi-filter-plus-outline::before{content:"\F0EF1"}.mdi-filter-remove::before{content:"\F0234"}.mdi-filter-remove-outline::before{content:"\F0235"}.mdi-filter-variant::before{content:"\F0236"}.mdi-filter-variant-minus::before{content:"\F1112"}.mdi-filter-variant-plus::before{content:"\F1113"}.mdi-filter-variant-remove::before{content:"\F103F"}.mdi-finance::before{content:"\F081F"}.mdi-find-replace::before{content:"\F06D4"}.mdi-fingerprint::before{content:"\F0237"}.mdi-fingerprint-off::before{content:"\F0EB1"}.mdi-fire::before{content:"\F0238"}.mdi-fire-extinguisher::before{content:"\F0EF2"}.mdi-fire-hydrant::before{content:"\F1137"}.mdi-fire-hydrant-alert::before{content:"\F1138"}.mdi-fire-hydrant-off::before{content:"\F1139"}.mdi-fire-truck::before{content:"\F08AB"}.mdi-firebase::before{content:"\F0967"}.mdi-firefox::before{content:"\F0239"}.mdi-fireplace::before{content:"\F0E2E"}.mdi-fireplace-off::before{content:"\F0E2F"}.mdi-firework::before{content:"\F0E30"}.mdi-fish::before{content:"\F023A"}.mdi-fish-off::before{content:"\F13F3"}.mdi-fishbowl::before{content:"\F0EF3"}.mdi-fishbowl-outline::before{content:"\F0EF4"}.mdi-fit-to-page::before{content:"\F0EF5"}.mdi-fit-to-page-outline::before{content:"\F0EF6"}.mdi-flag::before{content:"\F023B"}.mdi-flag-checkered::before{content:"\F023C"}.mdi-flag-minus::before{content:"\F0B99"}.mdi-flag-minus-outline::before{content:"\F10B2"}.mdi-flag-outline::before{content:"\F023D"}.mdi-flag-plus::before{content:"\F0B9A"}.mdi-flag-plus-outline::before{content:"\F10B3"}.mdi-flag-remove::before{content:"\F0B9B"}.mdi-flag-remove-outline::before{content:"\F10B4"}.mdi-flag-triangle::before{content:"\F023F"}.mdi-flag-variant::before{content:"\F0240"}.mdi-flag-variant-outline::before{content:"\F023E"}.mdi-flare::before{content:"\F0D72"}.mdi-flash::before{content:"\F0241"}.mdi-flash-alert::before{content:"\F0EF7"}.mdi-flash-alert-outline::before{content:"\F0EF8"}.mdi-flash-auto::before{content:"\F0242"}.mdi-flash-circle::before{content:"\F0820"}.mdi-flash-off::before{content:"\F0243"}.mdi-flash-outline::before{content:"\F06D5"}.mdi-flash-red-eye::before{content:"\F067B"}.mdi-flashlight::before{content:"\F0244"}.mdi-flashlight-off::before{content:"\F0245"}.mdi-flask::before{content:"\F0093"}.mdi-flask-empty::before{content:"\F0094"}.mdi-flask-empty-minus::before{content:"\F123A"}.mdi-flask-empty-minus-outline::before{content:"\F123B"}.mdi-flask-empty-off::before{content:"\F13F4"}.mdi-flask-empty-off-outline::before{content:"\F13F5"}.mdi-flask-empty-outline::before{content:"\F0095"}.mdi-flask-empty-plus::before{content:"\F123C"}.mdi-flask-empty-plus-outline::before{content:"\F123D"}.mdi-flask-empty-remove::before{content:"\F123E"}.mdi-flask-empty-remove-outline::before{content:"\F123F"}.mdi-flask-minus::before{content:"\F1240"}.mdi-flask-minus-outline::before{content:"\F1241"}.mdi-flask-off::before{content:"\F13F6"}.mdi-flask-off-outline::before{content:"\F13F7"}.mdi-flask-outline::before{content:"\F0096"}.mdi-flask-plus::before{content:"\F1242"}.mdi-flask-plus-outline::before{content:"\F1243"}.mdi-flask-remove::before{content:"\F1244"}.mdi-flask-remove-outline::before{content:"\F1245"}.mdi-flask-round-bottom::before{content:"\F124B"}.mdi-flask-round-bottom-empty::before{content:"\F124C"}.mdi-flask-round-bottom-empty-outline::before{content:"\F124D"}.mdi-flask-round-bottom-outline::before{content:"\F124E"}.mdi-fleur-de-lis::before{content:"\F1303"}.mdi-flip-horizontal::before{content:"\F10E7"}.mdi-flip-to-back::before{content:"\F0247"}.mdi-flip-to-front::before{content:"\F0248"}.mdi-flip-vertical::before{content:"\F10E8"}.mdi-floor-lamp::before{content:"\F08DD"}.mdi-floor-lamp-dual::before{content:"\F1040"}.mdi-floor-lamp-variant::before{content:"\F1041"}.mdi-floor-plan::before{content:"\F0821"}.mdi-floppy::before{content:"\F0249"}.mdi-floppy-variant::before{content:"\F09EF"}.mdi-flower::before{content:"\F024A"}.mdi-flower-outline::before{content:"\F09F0"}.mdi-flower-poppy::before{content:"\F0D08"}.mdi-flower-tulip::before{content:"\F09F1"}.mdi-flower-tulip-outline::before{content:"\F09F2"}.mdi-focus-auto::before{content:"\F0F4E"}.mdi-focus-field::before{content:"\F0F4F"}.mdi-focus-field-horizontal::before{content:"\F0F50"}.mdi-focus-field-vertical::before{content:"\F0F51"}.mdi-folder::before{content:"\F024B"}.mdi-folder-account::before{content:"\F024C"}.mdi-folder-account-outline::before{content:"\F0B9C"}.mdi-folder-alert::before{content:"\F0DCC"}.mdi-folder-alert-outline::before{content:"\F0DCD"}.mdi-folder-clock::before{content:"\F0ABA"}.mdi-folder-clock-outline::before{content:"\F0ABB"}.mdi-folder-cog::before{content:"\F107F"}.mdi-folder-cog-outline::before{content:"\F1080"}.mdi-folder-download::before{content:"\F024D"}.mdi-folder-download-outline::before{content:"\F10E9"}.mdi-folder-edit::before{content:"\F08DE"}.mdi-folder-edit-outline::before{content:"\F0DCE"}.mdi-folder-google-drive::before{content:"\F024E"}.mdi-folder-heart::before{content:"\F10EA"}.mdi-folder-heart-outline::before{content:"\F10EB"}.mdi-folder-home::before{content:"\F10B5"}.mdi-folder-home-outline::before{content:"\F10B6"}.mdi-folder-image::before{content:"\F024F"}.mdi-folder-information::before{content:"\F10B7"}.mdi-folder-information-outline::before{content:"\F10B8"}.mdi-folder-key::before{content:"\F08AC"}.mdi-folder-key-network::before{content:"\F08AD"}.mdi-folder-key-network-outline::before{content:"\F0C80"}.mdi-folder-key-outline::before{content:"\F10EC"}.mdi-folder-lock::before{content:"\F0250"}.mdi-folder-lock-open::before{content:"\F0251"}.mdi-folder-marker::before{content:"\F126D"}.mdi-folder-marker-outline::before{content:"\F126E"}.mdi-folder-move::before{content:"\F0252"}.mdi-folder-move-outline::before{content:"\F1246"}.mdi-folder-multiple::before{content:"\F0253"}.mdi-folder-multiple-image::before{content:"\F0254"}.mdi-folder-multiple-outline::before{content:"\F0255"}.mdi-folder-multiple-plus::before{content:"\F147E"}.mdi-folder-multiple-plus-outline::before{content:"\F147F"}.mdi-folder-music::before{content:"\F1359"}.mdi-folder-music-outline::before{content:"\F135A"}.mdi-folder-network::before{content:"\F0870"}.mdi-folder-network-outline::before{content:"\F0C81"}.mdi-folder-open::before{content:"\F0770"}.mdi-folder-open-outline::before{content:"\F0DCF"}.mdi-folder-outline::before{content:"\F0256"}.mdi-folder-plus::before{content:"\F0257"}.mdi-folder-plus-outline::before{content:"\F0B9D"}.mdi-folder-pound::before{content:"\F0D09"}.mdi-folder-pound-outline::before{content:"\F0D0A"}.mdi-folder-refresh::before{content:"\F0749"}.mdi-folder-refresh-outline::before{content:"\F0542"}.mdi-folder-remove::before{content:"\F0258"}.mdi-folder-remove-outline::before{content:"\F0B9E"}.mdi-folder-search::before{content:"\F0968"}.mdi-folder-search-outline::before{content:"\F0969"}.mdi-folder-settings::before{content:"\F107D"}.mdi-folder-settings-outline::before{content:"\F107E"}.mdi-folder-star::before{content:"\F069D"}.mdi-folder-star-multiple::before{content:"\F13D3"}.mdi-folder-star-multiple-outline::before{content:"\F13D4"}.mdi-folder-star-outline::before{content:"\F0B9F"}.mdi-folder-swap::before{content:"\F0FB6"}.mdi-folder-swap-outline::before{content:"\F0FB7"}.mdi-folder-sync::before{content:"\F0D0B"}.mdi-folder-sync-outline::before{content:"\F0D0C"}.mdi-folder-table::before{content:"\F12E3"}.mdi-folder-table-outline::before{content:"\F12E4"}.mdi-folder-text::before{content:"\F0C82"}.mdi-folder-text-outline::before{content:"\F0C83"}.mdi-folder-upload::before{content:"\F0259"}.mdi-folder-upload-outline::before{content:"\F10ED"}.mdi-folder-zip::before{content:"\F06EB"}.mdi-folder-zip-outline::before{content:"\F07B9"}.mdi-font-awesome::before{content:"\F003A"}.mdi-food::before{content:"\F025A"}.mdi-food-apple::before{content:"\F025B"}.mdi-food-apple-outline::before{content:"\F0C84"}.mdi-food-croissant::before{content:"\F07C8"}.mdi-food-drumstick::before{content:"\F141F"}.mdi-food-drumstick-off::before{content:"\F1468"}.mdi-food-drumstick-off-outline::before{content:"\F1469"}.mdi-food-drumstick-outline::before{content:"\F1420"}.mdi-food-fork-drink::before{content:"\F05F2"}.mdi-food-off::before{content:"\F05F3"}.mdi-food-steak::before{content:"\F146A"}.mdi-food-steak-off::before{content:"\F146B"}.mdi-food-variant::before{content:"\F025C"}.mdi-food-variant-off::before{content:"\F13E5"}.mdi-foot-print::before{content:"\F0F52"}.mdi-football::before{content:"\F025D"}.mdi-football-australian::before{content:"\F025E"}.mdi-football-helmet::before{content:"\F025F"}.mdi-forklift::before{content:"\F07C9"}.mdi-form-dropdown::before{content:"\F1400"}.mdi-form-select::before{content:"\F1401"}.mdi-form-textarea::before{content:"\F1095"}.mdi-form-textbox::before{content:"\F060E"}.mdi-form-textbox-lock::before{content:"\F135D"}.mdi-form-textbox-password::before{content:"\F07F5"}.mdi-format-align-bottom::before{content:"\F0753"}.mdi-format-align-center::before{content:"\F0260"}.mdi-format-align-justify::before{content:"\F0261"}.mdi-format-align-left::before{content:"\F0262"}.mdi-format-align-middle::before{content:"\F0754"}.mdi-format-align-right::before{content:"\F0263"}.mdi-format-align-top::before{content:"\F0755"}.mdi-format-annotation-minus::before{content:"\F0ABC"}.mdi-format-annotation-plus::before{content:"\F0646"}.mdi-format-bold::before{content:"\F0264"}.mdi-format-clear::before{content:"\F0265"}.mdi-format-color-fill::before{content:"\F0266"}.mdi-format-color-highlight::before{content:"\F0E31"}.mdi-format-color-marker-cancel::before{content:"\F1313"}.mdi-format-color-text::before{content:"\F069E"}.mdi-format-columns::before{content:"\F08DF"}.mdi-format-float-center::before{content:"\F0267"}.mdi-format-float-left::before{content:"\F0268"}.mdi-format-float-none::before{content:"\F0269"}.mdi-format-float-right::before{content:"\F026A"}.mdi-format-font::before{content:"\F06D6"}.mdi-format-font-size-decrease::before{content:"\F09F3"}.mdi-format-font-size-increase::before{content:"\F09F4"}.mdi-format-header-1::before{content:"\F026B"}.mdi-format-header-2::before{content:"\F026C"}.mdi-format-header-3::before{content:"\F026D"}.mdi-format-header-4::before{content:"\F026E"}.mdi-format-header-5::before{content:"\F026F"}.mdi-format-header-6::before{content:"\F0270"}.mdi-format-header-decrease::before{content:"\F0271"}.mdi-format-header-equal::before{content:"\F0272"}.mdi-format-header-increase::before{content:"\F0273"}.mdi-format-header-pound::before{content:"\F0274"}.mdi-format-horizontal-align-center::before{content:"\F061E"}.mdi-format-horizontal-align-left::before{content:"\F061F"}.mdi-format-horizontal-align-right::before{content:"\F0620"}.mdi-format-indent-decrease::before{content:"\F0275"}.mdi-format-indent-increase::before{content:"\F0276"}.mdi-format-italic::before{content:"\F0277"}.mdi-format-letter-case::before{content:"\F0B34"}.mdi-format-letter-case-lower::before{content:"\F0B35"}.mdi-format-letter-case-upper::before{content:"\F0B36"}.mdi-format-letter-ends-with::before{content:"\F0FB8"}.mdi-format-letter-matches::before{content:"\F0FB9"}.mdi-format-letter-starts-with::before{content:"\F0FBA"}.mdi-format-line-spacing::before{content:"\F0278"}.mdi-format-line-style::before{content:"\F05C8"}.mdi-format-line-weight::before{content:"\F05C9"}.mdi-format-list-bulleted::before{content:"\F0279"}.mdi-format-list-bulleted-square::before{content:"\F0DD0"}.mdi-format-list-bulleted-triangle::before{content:"\F0EB2"}.mdi-format-list-bulleted-type::before{content:"\F027A"}.mdi-format-list-checkbox::before{content:"\F096A"}.mdi-format-list-checks::before{content:"\F0756"}.mdi-format-list-numbered::before{content:"\F027B"}.mdi-format-list-numbered-rtl::before{content:"\F0D0D"}.mdi-format-list-text::before{content:"\F126F"}.mdi-format-overline::before{content:"\F0EB3"}.mdi-format-page-break::before{content:"\F06D7"}.mdi-format-paint::before{content:"\F027C"}.mdi-format-paragraph::before{content:"\F027D"}.mdi-format-pilcrow::before{content:"\F06D8"}.mdi-format-quote-close::before{content:"\F027E"}.mdi-format-quote-close-outline::before{content:"\F11A8"}.mdi-format-quote-open::before{content:"\F0757"}.mdi-format-quote-open-outline::before{content:"\F11A7"}.mdi-format-rotate-90::before{content:"\F06AA"}.mdi-format-section::before{content:"\F069F"}.mdi-format-size::before{content:"\F027F"}.mdi-format-strikethrough::before{content:"\F0280"}.mdi-format-strikethrough-variant::before{content:"\F0281"}.mdi-format-subscript::before{content:"\F0282"}.mdi-format-superscript::before{content:"\F0283"}.mdi-format-text::before{content:"\F0284"}.mdi-format-text-rotation-angle-down::before{content:"\F0FBB"}.mdi-format-text-rotation-angle-up::before{content:"\F0FBC"}.mdi-format-text-rotation-down::before{content:"\F0D73"}.mdi-format-text-rotation-down-vertical::before{content:"\F0FBD"}.mdi-format-text-rotation-none::before{content:"\F0D74"}.mdi-format-text-rotation-up::before{content:"\F0FBE"}.mdi-format-text-rotation-vertical::before{content:"\F0FBF"}.mdi-format-text-variant::before{content:"\F0E32"}.mdi-format-text-variant-outline::before{content:"\F150F"}.mdi-format-text-wrapping-clip::before{content:"\F0D0E"}.mdi-format-text-wrapping-overflow::before{content:"\F0D0F"}.mdi-format-text-wrapping-wrap::before{content:"\F0D10"}.mdi-format-textbox::before{content:"\F0D11"}.mdi-format-textdirection-l-to-r::before{content:"\F0285"}.mdi-format-textdirection-r-to-l::before{content:"\F0286"}.mdi-format-title::before{content:"\F05F4"}.mdi-format-underline::before{content:"\F0287"}.mdi-format-vertical-align-bottom::before{content:"\F0621"}.mdi-format-vertical-align-center::before{content:"\F0622"}.mdi-format-vertical-align-top::before{content:"\F0623"}.mdi-format-wrap-inline::before{content:"\F0288"}.mdi-format-wrap-square::before{content:"\F0289"}.mdi-format-wrap-tight::before{content:"\F028A"}.mdi-format-wrap-top-bottom::before{content:"\F028B"}.mdi-forum::before{content:"\F028C"}.mdi-forum-outline::before{content:"\F0822"}.mdi-forward::before{content:"\F028D"}.mdi-forwardburger::before{content:"\F0D75"}.mdi-fountain::before{content:"\F096B"}.mdi-fountain-pen::before{content:"\F0D12"}.mdi-fountain-pen-tip::before{content:"\F0D13"}.mdi-freebsd::before{content:"\F08E0"}.mdi-frequently-asked-questions::before{content:"\F0EB4"}.mdi-fridge::before{content:"\F0290"}.mdi-fridge-alert::before{content:"\F11B1"}.mdi-fridge-alert-outline::before{content:"\F11B2"}.mdi-fridge-bottom::before{content:"\F0292"}.mdi-fridge-off::before{content:"\F11AF"}.mdi-fridge-off-outline::before{content:"\F11B0"}.mdi-fridge-outline::before{content:"\F028F"}.mdi-fridge-top::before{content:"\F0291"}.mdi-fruit-cherries::before{content:"\F1042"}.mdi-fruit-cherries-off::before{content:"\F13F8"}.mdi-fruit-citrus::before{content:"\F1043"}.mdi-fruit-citrus-off::before{content:"\F13F9"}.mdi-fruit-grapes::before{content:"\F1044"}.mdi-fruit-grapes-outline::before{content:"\F1045"}.mdi-fruit-pineapple::before{content:"\F1046"}.mdi-fruit-watermelon::before{content:"\F1047"}.mdi-fuel::before{content:"\F07CA"}.mdi-fullscreen::before{content:"\F0293"}.mdi-fullscreen-exit::before{content:"\F0294"}.mdi-function::before{content:"\F0295"}.mdi-function-variant::before{content:"\F0871"}.mdi-furigana-horizontal::before{content:"\F1081"}.mdi-furigana-vertical::before{content:"\F1082"}.mdi-fuse::before{content:"\F0C85"}.mdi-fuse-alert::before{content:"\F142D"}.mdi-fuse-blade::before{content:"\F0C86"}.mdi-fuse-off::before{content:"\F142C"}.mdi-gamepad::before{content:"\F0296"}.mdi-gamepad-circle::before{content:"\F0E33"}.mdi-gamepad-circle-down::before{content:"\F0E34"}.mdi-gamepad-circle-left::before{content:"\F0E35"}.mdi-gamepad-circle-outline::before{content:"\F0E36"}.mdi-gamepad-circle-right::before{content:"\F0E37"}.mdi-gamepad-circle-up::before{content:"\F0E38"}.mdi-gamepad-down::before{content:"\F0E39"}.mdi-gamepad-left::before{content:"\F0E3A"}.mdi-gamepad-right::before{content:"\F0E3B"}.mdi-gamepad-round::before{content:"\F0E3C"}.mdi-gamepad-round-down::before{content:"\F0E3D"}.mdi-gamepad-round-left::before{content:"\F0E3E"}.mdi-gamepad-round-outline::before{content:"\F0E3F"}.mdi-gamepad-round-right::before{content:"\F0E40"}.mdi-gamepad-round-up::before{content:"\F0E41"}.mdi-gamepad-square::before{content:"\F0EB5"}.mdi-gamepad-square-outline::before{content:"\F0EB6"}.mdi-gamepad-up::before{content:"\F0E42"}.mdi-gamepad-variant::before{content:"\F0297"}.mdi-gamepad-variant-outline::before{content:"\F0EB7"}.mdi-gamma::before{content:"\F10EE"}.mdi-gantry-crane::before{content:"\F0DD1"}.mdi-garage::before{content:"\F06D9"}.mdi-garage-alert::before{content:"\F0872"}.mdi-garage-alert-variant::before{content:"\F12D5"}.mdi-garage-open::before{content:"\F06DA"}.mdi-garage-open-variant::before{content:"\F12D4"}.mdi-garage-variant::before{content:"\F12D3"}.mdi-gas-cylinder::before{content:"\F0647"}.mdi-gas-station::before{content:"\F0298"}.mdi-gas-station-off::before{content:"\F1409"}.mdi-gas-station-off-outline::before{content:"\F140A"}.mdi-gas-station-outline::before{content:"\F0EB8"}.mdi-gate::before{content:"\F0299"}.mdi-gate-and::before{content:"\F08E1"}.mdi-gate-arrow-right::before{content:"\F1169"}.mdi-gate-nand::before{content:"\F08E2"}.mdi-gate-nor::before{content:"\F08E3"}.mdi-gate-not::before{content:"\F08E4"}.mdi-gate-open::before{content:"\F116A"}.mdi-gate-or::before{content:"\F08E5"}.mdi-gate-xnor::before{content:"\F08E6"}.mdi-gate-xor::before{content:"\F08E7"}.mdi-gatsby::before{content:"\F0E43"}.mdi-gauge::before{content:"\F029A"}.mdi-gauge-empty::before{content:"\F0873"}.mdi-gauge-full::before{content:"\F0874"}.mdi-gauge-low::before{content:"\F0875"}.mdi-gavel::before{content:"\F029B"}.mdi-gender-female::before{content:"\F029C"}.mdi-gender-male::before{content:"\F029D"}.mdi-gender-male-female::before{content:"\F029E"}.mdi-gender-male-female-variant::before{content:"\F113F"}.mdi-gender-non-binary::before{content:"\F1140"}.mdi-gender-transgender::before{content:"\F029F"}.mdi-gentoo::before{content:"\F08E8"}.mdi-gesture::before{content:"\F07CB"}.mdi-gesture-double-tap::before{content:"\F073C"}.mdi-gesture-pinch::before{content:"\F0ABD"}.mdi-gesture-spread::before{content:"\F0ABE"}.mdi-gesture-swipe::before{content:"\F0D76"}.mdi-gesture-swipe-down::before{content:"\F073D"}.mdi-gesture-swipe-horizontal::before{content:"\F0ABF"}.mdi-gesture-swipe-left::before{content:"\F073E"}.mdi-gesture-swipe-right::before{content:"\F073F"}.mdi-gesture-swipe-up::before{content:"\F0740"}.mdi-gesture-swipe-vertical::before{content:"\F0AC0"}.mdi-gesture-tap::before{content:"\F0741"}.mdi-gesture-tap-box::before{content:"\F12A9"}.mdi-gesture-tap-button::before{content:"\F12A8"}.mdi-gesture-tap-hold::before{content:"\F0D77"}.mdi-gesture-two-double-tap::before{content:"\F0742"}.mdi-gesture-two-tap::before{content:"\F0743"}.mdi-ghost::before{content:"\F02A0"}.mdi-ghost-off::before{content:"\F09F5"}.mdi-gif::before{content:"\F0D78"}.mdi-gift::before{content:"\F0E44"}.mdi-gift-outline::before{content:"\F02A1"}.mdi-git::before{content:"\F02A2"}.mdi-github::before{content:"\F02A4"}.mdi-gitlab::before{content:"\F0BA0"}.mdi-glass-cocktail::before{content:"\F0356"}.mdi-glass-flute::before{content:"\F02A5"}.mdi-glass-mug::before{content:"\F02A6"}.mdi-glass-mug-variant::before{content:"\F1116"}.mdi-glass-pint-outline::before{content:"\F130D"}.mdi-glass-stange::before{content:"\F02A7"}.mdi-glass-tulip::before{content:"\F02A8"}.mdi-glass-wine::before{content:"\F0876"}.mdi-glasses::before{content:"\F02AA"}.mdi-globe-light::before{content:"\F12D7"}.mdi-globe-model::before{content:"\F08E9"}.mdi-gmail::before{content:"\F02AB"}.mdi-gnome::before{content:"\F02AC"}.mdi-go-kart::before{content:"\F0D79"}.mdi-go-kart-track::before{content:"\F0D7A"}.mdi-gog::before{content:"\F0BA1"}.mdi-gold::before{content:"\F124F"}.mdi-golf::before{content:"\F0823"}.mdi-golf-cart::before{content:"\F11A4"}.mdi-golf-tee::before{content:"\F1083"}.mdi-gondola::before{content:"\F0686"}.mdi-goodreads::before{content:"\F0D7B"}.mdi-google::before{content:"\F02AD"}.mdi-google-ads::before{content:"\F0C87"}.mdi-google-analytics::before{content:"\F07CC"}.mdi-google-assistant::before{content:"\F07CD"}.mdi-google-cardboard::before{content:"\F02AE"}.mdi-google-chrome::before{content:"\F02AF"}.mdi-google-circles::before{content:"\F02B0"}.mdi-google-circles-communities::before{content:"\F02B1"}.mdi-google-circles-extended::before{content:"\F02B2"}.mdi-google-circles-group::before{content:"\F02B3"}.mdi-google-classroom::before{content:"\F02C0"}.mdi-google-cloud::before{content:"\F11F6"}.mdi-google-controller::before{content:"\F02B4"}.mdi-google-controller-off::before{content:"\F02B5"}.mdi-google-downasaur::before{content:"\F1362"}.mdi-google-drive::before{content:"\F02B6"}.mdi-google-earth::before{content:"\F02B7"}.mdi-google-fit::before{content:"\F096C"}.mdi-google-glass::before{content:"\F02B8"}.mdi-google-hangouts::before{content:"\F02C9"}.mdi-google-home::before{content:"\F0824"}.mdi-google-keep::before{content:"\F06DC"}.mdi-google-lens::before{content:"\F09F6"}.mdi-google-maps::before{content:"\F05F5"}.mdi-google-my-business::before{content:"\F1048"}.mdi-google-nearby::before{content:"\F02B9"}.mdi-google-photos::before{content:"\F06DD"}.mdi-google-play::before{content:"\F02BC"}.mdi-google-plus::before{content:"\F02BD"}.mdi-google-podcast::before{content:"\F0EB9"}.mdi-google-spreadsheet::before{content:"\F09F7"}.mdi-google-street-view::before{content:"\F0C88"}.mdi-google-translate::before{content:"\F02BF"}.mdi-gradient::before{content:"\F06A0"}.mdi-grain::before{content:"\F0D7C"}.mdi-graph::before{content:"\F1049"}.mdi-graph-outline::before{content:"\F104A"}.mdi-graphql::before{content:"\F0877"}.mdi-grass::before{content:"\F1510"}.mdi-grave-stone::before{content:"\F0BA2"}.mdi-grease-pencil::before{content:"\F0648"}.mdi-greater-than::before{content:"\F096D"}.mdi-greater-than-or-equal::before{content:"\F096E"}.mdi-grid::before{content:"\F02C1"}.mdi-grid-large::before{content:"\F0758"}.mdi-grid-off::before{content:"\F02C2"}.mdi-grill::before{content:"\F0E45"}.mdi-grill-outline::before{content:"\F118A"}.mdi-group::before{content:"\F02C3"}.mdi-guitar-acoustic::before{content:"\F0771"}.mdi-guitar-electric::before{content:"\F02C4"}.mdi-guitar-pick::before{content:"\F02C5"}.mdi-guitar-pick-outline::before{content:"\F02C6"}.mdi-guy-fawkes-mask::before{content:"\F0825"}.mdi-hail::before{content:"\F0AC1"}.mdi-hair-dryer::before{content:"\F10EF"}.mdi-hair-dryer-outline::before{content:"\F10F0"}.mdi-halloween::before{content:"\F0BA3"}.mdi-hamburger::before{content:"\F0685"}.mdi-hammer::before{content:"\F08EA"}.mdi-hammer-screwdriver::before{content:"\F1322"}.mdi-hammer-wrench::before{content:"\F1323"}.mdi-hand::before{content:"\F0A4F"}.mdi-hand-heart::before{content:"\F10F1"}.mdi-hand-left::before{content:"\F0E46"}.mdi-hand-okay::before{content:"\F0A50"}.mdi-hand-peace::before{content:"\F0A51"}.mdi-hand-peace-variant::before{content:"\F0A52"}.mdi-hand-pointing-down::before{content:"\F0A53"}.mdi-hand-pointing-left::before{content:"\F0A54"}.mdi-hand-pointing-right::before{content:"\F02C7"}.mdi-hand-pointing-up::before{content:"\F0A55"}.mdi-hand-right::before{content:"\F0E47"}.mdi-hand-saw::before{content:"\F0E48"}.mdi-hand-water::before{content:"\F139F"}.mdi-handball::before{content:"\F0F53"}.mdi-handcuffs::before{content:"\F113E"}.mdi-handshake::before{content:"\F1218"}.mdi-hanger::before{content:"\F02C8"}.mdi-hard-hat::before{content:"\F096F"}.mdi-harddisk::before{content:"\F02CA"}.mdi-harddisk-plus::before{content:"\F104B"}.mdi-harddisk-remove::before{content:"\F104C"}.mdi-hat-fedora::before{content:"\F0BA4"}.mdi-hazard-lights::before{content:"\F0C89"}.mdi-hdr::before{content:"\F0D7D"}.mdi-hdr-off::before{content:"\F0D7E"}.mdi-head::before{content:"\F135E"}.mdi-head-alert::before{content:"\F1338"}.mdi-head-alert-outline::before{content:"\F1339"}.mdi-head-check::before{content:"\F133A"}.mdi-head-check-outline::before{content:"\F133B"}.mdi-head-cog::before{content:"\F133C"}.mdi-head-cog-outline::before{content:"\F133D"}.mdi-head-dots-horizontal::before{content:"\F133E"}.mdi-head-dots-horizontal-outline::before{content:"\F133F"}.mdi-head-flash::before{content:"\F1340"}.mdi-head-flash-outline::before{content:"\F1341"}.mdi-head-heart::before{content:"\F1342"}.mdi-head-heart-outline::before{content:"\F1343"}.mdi-head-lightbulb::before{content:"\F1344"}.mdi-head-lightbulb-outline::before{content:"\F1345"}.mdi-head-minus::before{content:"\F1346"}.mdi-head-minus-outline::before{content:"\F1347"}.mdi-head-outline::before{content:"\F135F"}.mdi-head-plus::before{content:"\F1348"}.mdi-head-plus-outline::before{content:"\F1349"}.mdi-head-question::before{content:"\F134A"}.mdi-head-question-outline::before{content:"\F134B"}.mdi-head-remove::before{content:"\F134C"}.mdi-head-remove-outline::before{content:"\F134D"}.mdi-head-snowflake::before{content:"\F134E"}.mdi-head-snowflake-outline::before{content:"\F134F"}.mdi-head-sync::before{content:"\F1350"}.mdi-head-sync-outline::before{content:"\F1351"}.mdi-headphones::before{content:"\F02CB"}.mdi-headphones-bluetooth::before{content:"\F0970"}.mdi-headphones-box::before{content:"\F02CC"}.mdi-headphones-off::before{content:"\F07CE"}.mdi-headphones-settings::before{content:"\F02CD"}.mdi-headset::before{content:"\F02CE"}.mdi-headset-dock::before{content:"\F02CF"}.mdi-headset-off::before{content:"\F02D0"}.mdi-heart::before{content:"\F02D1"}.mdi-heart-box::before{content:"\F02D2"}.mdi-heart-box-outline::before{content:"\F02D3"}.mdi-heart-broken::before{content:"\F02D4"}.mdi-heart-broken-outline::before{content:"\F0D14"}.mdi-heart-circle::before{content:"\F0971"}.mdi-heart-circle-outline::before{content:"\F0972"}.mdi-heart-flash::before{content:"\F0EF9"}.mdi-heart-half::before{content:"\F06DF"}.mdi-heart-half-full::before{content:"\F06DE"}.mdi-heart-half-outline::before{content:"\F06E0"}.mdi-heart-minus::before{content:"\F142F"}.mdi-heart-minus-outline::before{content:"\F1432"}.mdi-heart-multiple::before{content:"\F0A56"}.mdi-heart-multiple-outline::before{content:"\F0A57"}.mdi-heart-off::before{content:"\F0759"}.mdi-heart-off-outline::before{content:"\F1434"}.mdi-heart-outline::before{content:"\F02D5"}.mdi-heart-plus::before{content:"\F142E"}.mdi-heart-plus-outline::before{content:"\F1431"}.mdi-heart-pulse::before{content:"\F05F6"}.mdi-heart-remove::before{content:"\F1430"}.mdi-heart-remove-outline::before{content:"\F1433"}.mdi-helicopter::before{content:"\F0AC2"}.mdi-help::before{content:"\F02D6"}.mdi-help-box::before{content:"\F078B"}.mdi-help-circle::before{content:"\F02D7"}.mdi-help-circle-outline::before{content:"\F0625"}.mdi-help-network::before{content:"\F06F5"}.mdi-help-network-outline::before{content:"\F0C8A"}.mdi-help-rhombus::before{content:"\F0BA5"}.mdi-help-rhombus-outline::before{content:"\F0BA6"}.mdi-hexadecimal::before{content:"\F12A7"}.mdi-hexagon::before{content:"\F02D8"}.mdi-hexagon-multiple::before{content:"\F06E1"}.mdi-hexagon-multiple-outline::before{content:"\F10F2"}.mdi-hexagon-outline::before{content:"\F02D9"}.mdi-hexagon-slice-1::before{content:"\F0AC3"}.mdi-hexagon-slice-2::before{content:"\F0AC4"}.mdi-hexagon-slice-3::before{content:"\F0AC5"}.mdi-hexagon-slice-4::before{content:"\F0AC6"}.mdi-hexagon-slice-5::before{content:"\F0AC7"}.mdi-hexagon-slice-6::before{content:"\F0AC8"}.mdi-hexagram::before{content:"\F0AC9"}.mdi-hexagram-outline::before{content:"\F0ACA"}.mdi-high-definition::before{content:"\F07CF"}.mdi-high-definition-box::before{content:"\F0878"}.mdi-highway::before{content:"\F05F7"}.mdi-hiking::before{content:"\F0D7F"}.mdi-hinduism::before{content:"\F0973"}.mdi-history::before{content:"\F02DA"}.mdi-hockey-puck::before{content:"\F0879"}.mdi-hockey-sticks::before{content:"\F087A"}.mdi-hololens::before{content:"\F02DB"}.mdi-home::before{content:"\F02DC"}.mdi-home-account::before{content:"\F0826"}.mdi-home-alert::before{content:"\F087B"}.mdi-home-analytics::before{content:"\F0EBA"}.mdi-home-assistant::before{content:"\F07D0"}.mdi-home-automation::before{content:"\F07D1"}.mdi-home-circle::before{content:"\F07D2"}.mdi-home-circle-outline::before{content:"\F104D"}.mdi-home-city::before{content:"\F0D15"}.mdi-home-city-outline::before{content:"\F0D16"}.mdi-home-currency-usd::before{content:"\F08AF"}.mdi-home-edit::before{content:"\F1159"}.mdi-home-edit-outline::before{content:"\F115A"}.mdi-home-export-outline::before{content:"\F0F9B"}.mdi-home-flood::before{content:"\F0EFA"}.mdi-home-floor-0::before{content:"\F0DD2"}.mdi-home-floor-1::before{content:"\F0D80"}.mdi-home-floor-2::before{content:"\F0D81"}.mdi-home-floor-3::before{content:"\F0D82"}.mdi-home-floor-a::before{content:"\F0D83"}.mdi-home-floor-b::before{content:"\F0D84"}.mdi-home-floor-g::before{content:"\F0D85"}.mdi-home-floor-l::before{content:"\F0D86"}.mdi-home-floor-negative-1::before{content:"\F0DD3"}.mdi-home-group::before{content:"\F0DD4"}.mdi-home-heart::before{content:"\F0827"}.mdi-home-import-outline::before{content:"\F0F9C"}.mdi-home-lightbulb::before{content:"\F1251"}.mdi-home-lightbulb-outline::before{content:"\F1252"}.mdi-home-lock::before{content:"\F08EB"}.mdi-home-lock-open::before{content:"\F08EC"}.mdi-home-map-marker::before{content:"\F05F8"}.mdi-home-minus::before{content:"\F0974"}.mdi-home-minus-outline::before{content:"\F13D5"}.mdi-home-modern::before{content:"\F02DD"}.mdi-home-outline::before{content:"\F06A1"}.mdi-home-plus::before{content:"\F0975"}.mdi-home-plus-outline::before{content:"\F13D6"}.mdi-home-remove::before{content:"\F1247"}.mdi-home-remove-outline::before{content:"\F13D7"}.mdi-home-roof::before{content:"\F112B"}.mdi-home-search::before{content:"\F13B0"}.mdi-home-search-outline::before{content:"\F13B1"}.mdi-home-thermometer::before{content:"\F0F54"}.mdi-home-thermometer-outline::before{content:"\F0F55"}.mdi-home-variant::before{content:"\F02DE"}.mdi-home-variant-outline::before{content:"\F0BA7"}.mdi-hook::before{content:"\F06E2"}.mdi-hook-off::before{content:"\F06E3"}.mdi-hops::before{content:"\F02DF"}.mdi-horizontal-rotate-clockwise::before{content:"\F10F3"}.mdi-horizontal-rotate-counterclockwise::before{content:"\F10F4"}.mdi-horseshoe::before{content:"\F0A58"}.mdi-hospital::before{content:"\F0FF6"}.mdi-hospital-box::before{content:"\F02E0"}.mdi-hospital-box-outline::before{content:"\F0FF7"}.mdi-hospital-building::before{content:"\F02E1"}.mdi-hospital-marker::before{content:"\F02E2"}.mdi-hot-tub::before{content:"\F0828"}.mdi-hours-24::before{content:"\F1478"}.mdi-hubspot::before{content:"\F0D17"}.mdi-hulu::before{content:"\F0829"}.mdi-human::before{content:"\F02E6"}.mdi-human-baby-changing-table::before{content:"\F138B"}.mdi-human-child::before{content:"\F02E7"}.mdi-human-edit::before{content:"\F14E8"}.mdi-human-female::before{content:"\F0649"}.mdi-human-female-boy::before{content:"\F0A59"}.mdi-human-female-female::before{content:"\F0A5A"}.mdi-human-female-girl::before{content:"\F0A5B"}.mdi-human-greeting::before{content:"\F064A"}.mdi-human-handsdown::before{content:"\F064B"}.mdi-human-handsup::before{content:"\F064C"}.mdi-human-male::before{content:"\F064D"}.mdi-human-male-boy::before{content:"\F0A5C"}.mdi-human-male-child::before{content:"\F138C"}.mdi-human-male-female::before{content:"\F02E8"}.mdi-human-male-girl::before{content:"\F0A5D"}.mdi-human-male-height::before{content:"\F0EFB"}.mdi-human-male-height-variant::before{content:"\F0EFC"}.mdi-human-male-male::before{content:"\F0A5E"}.mdi-human-pregnant::before{content:"\F05CF"}.mdi-human-wheelchair::before{content:"\F138D"}.mdi-humble-bundle::before{content:"\F0744"}.mdi-hvac::before{content:"\F1352"}.mdi-hydraulic-oil-level::before{content:"\F1324"}.mdi-hydraulic-oil-temperature::before{content:"\F1325"}.mdi-hydro-power::before{content:"\F12E5"}.mdi-ice-cream::before{content:"\F082A"}.mdi-ice-cream-off::before{content:"\F0E52"}.mdi-ice-pop::before{content:"\F0EFD"}.mdi-id-card::before{content:"\F0FC0"}.mdi-identifier::before{content:"\F0EFE"}.mdi-ideogram-cjk::before{content:"\F1331"}.mdi-ideogram-cjk-variant::before{content:"\F1332"}.mdi-iframe::before{content:"\F0C8B"}.mdi-iframe-array::before{content:"\F10F5"}.mdi-iframe-array-outline::before{content:"\F10F6"}.mdi-iframe-braces::before{content:"\F10F7"}.mdi-iframe-braces-outline::before{content:"\F10F8"}.mdi-iframe-outline::before{content:"\F0C8C"}.mdi-iframe-parentheses::before{content:"\F10F9"}.mdi-iframe-parentheses-outline::before{content:"\F10FA"}.mdi-iframe-variable::before{content:"\F10FB"}.mdi-iframe-variable-outline::before{content:"\F10FC"}.mdi-image::before{content:"\F02E9"}.mdi-image-album::before{content:"\F02EA"}.mdi-image-area::before{content:"\F02EB"}.mdi-image-area-close::before{content:"\F02EC"}.mdi-image-auto-adjust::before{content:"\F0FC1"}.mdi-image-broken::before{content:"\F02ED"}.mdi-image-broken-variant::before{content:"\F02EE"}.mdi-image-edit::before{content:"\F11E3"}.mdi-image-edit-outline::before{content:"\F11E4"}.mdi-image-filter-black-white::before{content:"\F02F0"}.mdi-image-filter-center-focus::before{content:"\F02F1"}.mdi-image-filter-center-focus-strong::before{content:"\F0EFF"}.mdi-image-filter-center-focus-strong-outline::before{content:"\F0F00"}.mdi-image-filter-center-focus-weak::before{content:"\F02F2"}.mdi-image-filter-drama::before{content:"\F02F3"}.mdi-image-filter-frames::before{content:"\F02F4"}.mdi-image-filter-hdr::before{content:"\F02F5"}.mdi-image-filter-none::before{content:"\F02F6"}.mdi-image-filter-tilt-shift::before{content:"\F02F7"}.mdi-image-filter-vintage::before{content:"\F02F8"}.mdi-image-frame::before{content:"\F0E49"}.mdi-image-minus::before{content:"\F1419"}.mdi-image-move::before{content:"\F09F8"}.mdi-image-multiple::before{content:"\F02F9"}.mdi-image-multiple-outline::before{content:"\F02EF"}.mdi-image-off::before{content:"\F082B"}.mdi-image-off-outline::before{content:"\F11D1"}.mdi-image-outline::before{content:"\F0976"}.mdi-image-plus::before{content:"\F087C"}.mdi-image-remove::before{content:"\F1418"}.mdi-image-search::before{content:"\F0977"}.mdi-image-search-outline::before{content:"\F0978"}.mdi-image-size-select-actual::before{content:"\F0C8D"}.mdi-image-size-select-large::before{content:"\F0C8E"}.mdi-image-size-select-small::before{content:"\F0C8F"}.mdi-import::before{content:"\F02FA"}.mdi-inbox::before{content:"\F0687"}.mdi-inbox-arrow-down::before{content:"\F02FB"}.mdi-inbox-arrow-down-outline::before{content:"\F1270"}.mdi-inbox-arrow-up::before{content:"\F03D1"}.mdi-inbox-arrow-up-outline::before{content:"\F1271"}.mdi-inbox-full::before{content:"\F1272"}.mdi-inbox-full-outline::before{content:"\F1273"}.mdi-inbox-multiple::before{content:"\F08B0"}.mdi-inbox-multiple-outline::before{content:"\F0BA8"}.mdi-inbox-outline::before{content:"\F1274"}.mdi-incognito::before{content:"\F05F9"}.mdi-incognito-circle::before{content:"\F1421"}.mdi-incognito-circle-off::before{content:"\F1422"}.mdi-incognito-off::before{content:"\F0075"}.mdi-infinity::before{content:"\F06E4"}.mdi-information::before{content:"\F02FC"}.mdi-information-outline::before{content:"\F02FD"}.mdi-information-variant::before{content:"\F064E"}.mdi-instagram::before{content:"\F02FE"}.mdi-instrument-triangle::before{content:"\F104E"}.mdi-invert-colors::before{content:"\F0301"}.mdi-invert-colors-off::before{content:"\F0E4A"}.mdi-iobroker::before{content:"\F12E8"}.mdi-ip::before{content:"\F0A5F"}.mdi-ip-network::before{content:"\F0A60"}.mdi-ip-network-outline::before{content:"\F0C90"}.mdi-ipod::before{content:"\F0C91"}.mdi-islam::before{content:"\F0979"}.mdi-island::before{content:"\F104F"}.mdi-iv-bag::before{content:"\F10B9"}.mdi-jabber::before{content:"\F0DD5"}.mdi-jeepney::before{content:"\F0302"}.mdi-jellyfish::before{content:"\F0F01"}.mdi-jellyfish-outline::before{content:"\F0F02"}.mdi-jira::before{content:"\F0303"}.mdi-jquery::before{content:"\F087D"}.mdi-jsfiddle::before{content:"\F0304"}.mdi-judaism::before{content:"\F097A"}.mdi-jump-rope::before{content:"\F12FF"}.mdi-kabaddi::before{content:"\F0D87"}.mdi-karate::before{content:"\F082C"}.mdi-keg::before{content:"\F0305"}.mdi-kettle::before{content:"\F05FA"}.mdi-kettle-alert::before{content:"\F1317"}.mdi-kettle-alert-outline::before{content:"\F1318"}.mdi-kettle-off::before{content:"\F131B"}.mdi-kettle-off-outline::before{content:"\F131C"}.mdi-kettle-outline::before{content:"\F0F56"}.mdi-kettle-steam::before{content:"\F1319"}.mdi-kettle-steam-outline::before{content:"\F131A"}.mdi-kettlebell::before{content:"\F1300"}.mdi-key::before{content:"\F0306"}.mdi-key-arrow-right::before{content:"\F1312"}.mdi-key-change::before{content:"\F0307"}.mdi-key-link::before{content:"\F119F"}.mdi-key-minus::before{content:"\F0308"}.mdi-key-outline::before{content:"\F0DD6"}.mdi-key-plus::before{content:"\F0309"}.mdi-key-remove::before{content:"\F030A"}.mdi-key-star::before{content:"\F119E"}.mdi-key-variant::before{content:"\F030B"}.mdi-key-wireless::before{content:"\F0FC2"}.mdi-keyboard::before{content:"\F030C"}.mdi-keyboard-backspace::before{content:"\F030D"}.mdi-keyboard-caps::before{content:"\F030E"}.mdi-keyboard-close::before{content:"\F030F"}.mdi-keyboard-esc::before{content:"\F12B7"}.mdi-keyboard-f1::before{content:"\F12AB"}.mdi-keyboard-f10::before{content:"\F12B4"}.mdi-keyboard-f11::before{content:"\F12B5"}.mdi-keyboard-f12::before{content:"\F12B6"}.mdi-keyboard-f2::before{content:"\F12AC"}.mdi-keyboard-f3::before{content:"\F12AD"}.mdi-keyboard-f4::before{content:"\F12AE"}.mdi-keyboard-f5::before{content:"\F12AF"}.mdi-keyboard-f6::before{content:"\F12B0"}.mdi-keyboard-f7::before{content:"\F12B1"}.mdi-keyboard-f8::before{content:"\F12B2"}.mdi-keyboard-f9::before{content:"\F12B3"}.mdi-keyboard-off::before{content:"\F0310"}.mdi-keyboard-off-outline::before{content:"\F0E4B"}.mdi-keyboard-outline::before{content:"\F097B"}.mdi-keyboard-return::before{content:"\F0311"}.mdi-keyboard-settings::before{content:"\F09F9"}.mdi-keyboard-settings-outline::before{content:"\F09FA"}.mdi-keyboard-space::before{content:"\F1050"}.mdi-keyboard-tab::before{content:"\F0312"}.mdi-keyboard-variant::before{content:"\F0313"}.mdi-khanda::before{content:"\F10FD"}.mdi-kickstarter::before{content:"\F0745"}.mdi-klingon::before{content:"\F135B"}.mdi-knife::before{content:"\F09FB"}.mdi-knife-military::before{content:"\F09FC"}.mdi-kodi::before{content:"\F0314"}.mdi-kubernetes::before{content:"\F10FE"}.mdi-label::before{content:"\F0315"}.mdi-label-multiple::before{content:"\F1375"}.mdi-label-multiple-outline::before{content:"\F1376"}.mdi-label-off::before{content:"\F0ACB"}.mdi-label-off-outline::before{content:"\F0ACC"}.mdi-label-outline::before{content:"\F0316"}.mdi-label-percent::before{content:"\F12EA"}.mdi-label-percent-outline::before{content:"\F12EB"}.mdi-label-variant::before{content:"\F0ACD"}.mdi-label-variant-outline::before{content:"\F0ACE"}.mdi-ladybug::before{content:"\F082D"}.mdi-lambda::before{content:"\F0627"}.mdi-lamp::before{content:"\F06B5"}.mdi-lan::before{content:"\F0317"}.mdi-lan-check::before{content:"\F12AA"}.mdi-lan-connect::before{content:"\F0318"}.mdi-lan-disconnect::before{content:"\F0319"}.mdi-lan-pending::before{content:"\F031A"}.mdi-language-c::before{content:"\F0671"}.mdi-language-cpp::before{content:"\F0672"}.mdi-language-csharp::before{content:"\F031B"}.mdi-language-css3::before{content:"\F031C"}.mdi-language-fortran::before{content:"\F121A"}.mdi-language-go::before{content:"\F07D3"}.mdi-language-haskell::before{content:"\F0C92"}.mdi-language-html5::before{content:"\F031D"}.mdi-language-java::before{content:"\F0B37"}.mdi-language-javascript::before{content:"\F031E"}.mdi-language-kotlin::before{content:"\F1219"}.mdi-language-lua::before{content:"\F08B1"}.mdi-language-markdown::before{content:"\F0354"}.mdi-language-markdown-outline::before{content:"\F0F5B"}.mdi-language-php::before{content:"\F031F"}.mdi-language-python::before{content:"\F0320"}.mdi-language-r::before{content:"\F07D4"}.mdi-language-ruby::before{content:"\F0D2D"}.mdi-language-ruby-on-rails::before{content:"\F0ACF"}.mdi-language-swift::before{content:"\F06E5"}.mdi-language-typescript::before{content:"\F06E6"}.mdi-language-xaml::before{content:"\F0673"}.mdi-laptop::before{content:"\F0322"}.mdi-laptop-chromebook::before{content:"\F0323"}.mdi-laptop-mac::before{content:"\F0324"}.mdi-laptop-off::before{content:"\F06E7"}.mdi-laptop-windows::before{content:"\F0325"}.mdi-laravel::before{content:"\F0AD0"}.mdi-laser-pointer::before{content:"\F1484"}.mdi-lasso::before{content:"\F0F03"}.mdi-lastpass::before{content:"\F0446"}.mdi-latitude::before{content:"\F0F57"}.mdi-launch::before{content:"\F0327"}.mdi-lava-lamp::before{content:"\F07D5"}.mdi-layers::before{content:"\F0328"}.mdi-layers-minus::before{content:"\F0E4C"}.mdi-layers-off::before{content:"\F0329"}.mdi-layers-off-outline::before{content:"\F09FD"}.mdi-layers-outline::before{content:"\F09FE"}.mdi-layers-plus::before{content:"\F0E4D"}.mdi-layers-remove::before{content:"\F0E4E"}.mdi-layers-search::before{content:"\F1206"}.mdi-layers-search-outline::before{content:"\F1207"}.mdi-layers-triple::before{content:"\F0F58"}.mdi-layers-triple-outline::before{content:"\F0F59"}.mdi-lead-pencil::before{content:"\F064F"}.mdi-leaf::before{content:"\F032A"}.mdi-leaf-maple::before{content:"\F0C93"}.mdi-leaf-maple-off::before{content:"\F12DA"}.mdi-leaf-off::before{content:"\F12D9"}.mdi-leak::before{content:"\F0DD7"}.mdi-leak-off::before{content:"\F0DD8"}.mdi-led-off::before{content:"\F032B"}.mdi-led-on::before{content:"\F032C"}.mdi-led-outline::before{content:"\F032D"}.mdi-led-strip::before{content:"\F07D6"}.mdi-led-strip-variant::before{content:"\F1051"}.mdi-led-variant-off::before{content:"\F032E"}.mdi-led-variant-on::before{content:"\F032F"}.mdi-led-variant-outline::before{content:"\F0330"}.mdi-leek::before{content:"\F117D"}.mdi-less-than::before{content:"\F097C"}.mdi-less-than-or-equal::before{content:"\F097D"}.mdi-library::before{content:"\F0331"}.mdi-library-shelves::before{content:"\F0BA9"}.mdi-license::before{content:"\F0FC3"}.mdi-lifebuoy::before{content:"\F087E"}.mdi-light-switch::before{content:"\F097E"}.mdi-lightbulb::before{content:"\F0335"}.mdi-lightbulb-cfl::before{content:"\F1208"}.mdi-lightbulb-cfl-off::before{content:"\F1209"}.mdi-lightbulb-cfl-spiral::before{content:"\F1275"}.mdi-lightbulb-cfl-spiral-off::before{content:"\F12C3"}.mdi-lightbulb-group::before{content:"\F1253"}.mdi-lightbulb-group-off::before{content:"\F12CD"}.mdi-lightbulb-group-off-outline::before{content:"\F12CE"}.mdi-lightbulb-group-outline::before{content:"\F1254"}.mdi-lightbulb-multiple::before{content:"\F1255"}.mdi-lightbulb-multiple-off::before{content:"\F12CF"}.mdi-lightbulb-multiple-off-outline::before{content:"\F12D0"}.mdi-lightbulb-multiple-outline::before{content:"\F1256"}.mdi-lightbulb-off::before{content:"\F0E4F"}.mdi-lightbulb-off-outline::before{content:"\F0E50"}.mdi-lightbulb-on::before{content:"\F06E8"}.mdi-lightbulb-on-outline::before{content:"\F06E9"}.mdi-lightbulb-outline::before{content:"\F0336"}.mdi-lighthouse::before{content:"\F09FF"}.mdi-lighthouse-on::before{content:"\F0A00"}.mdi-lightning-bolt::before{content:"\F140B"}.mdi-lightning-bolt-outline::before{content:"\F140C"}.mdi-lingerie::before{content:"\F1476"}.mdi-link::before{content:"\F0337"}.mdi-link-box::before{content:"\F0D1A"}.mdi-link-box-outline::before{content:"\F0D1B"}.mdi-link-box-variant::before{content:"\F0D1C"}.mdi-link-box-variant-outline::before{content:"\F0D1D"}.mdi-link-lock::before{content:"\F10BA"}.mdi-link-off::before{content:"\F0338"}.mdi-link-plus::before{content:"\F0C94"}.mdi-link-variant::before{content:"\F0339"}.mdi-link-variant-minus::before{content:"\F10FF"}.mdi-link-variant-off::before{content:"\F033A"}.mdi-link-variant-plus::before{content:"\F1100"}.mdi-link-variant-remove::before{content:"\F1101"}.mdi-linkedin::before{content:"\F033B"}.mdi-linux::before{content:"\F033D"}.mdi-linux-mint::before{content:"\F08ED"}.mdi-lipstick::before{content:"\F13B5"}.mdi-litecoin::before{content:"\F0A61"}.mdi-loading::before{content:"\F0772"}.mdi-location-enter::before{content:"\F0FC4"}.mdi-location-exit::before{content:"\F0FC5"}.mdi-lock::before{content:"\F033E"}.mdi-lock-alert::before{content:"\F08EE"}.mdi-lock-check::before{content:"\F139A"}.mdi-lock-clock::before{content:"\F097F"}.mdi-lock-open::before{content:"\F033F"}.mdi-lock-open-alert::before{content:"\F139B"}.mdi-lock-open-check::before{content:"\F139C"}.mdi-lock-open-outline::before{content:"\F0340"}.mdi-lock-open-variant::before{content:"\F0FC6"}.mdi-lock-open-variant-outline::before{content:"\F0FC7"}.mdi-lock-outline::before{content:"\F0341"}.mdi-lock-pattern::before{content:"\F06EA"}.mdi-lock-plus::before{content:"\F05FB"}.mdi-lock-question::before{content:"\F08EF"}.mdi-lock-reset::before{content:"\F0773"}.mdi-lock-smart::before{content:"\F08B2"}.mdi-locker::before{content:"\F07D7"}.mdi-locker-multiple::before{content:"\F07D8"}.mdi-login::before{content:"\F0342"}.mdi-login-variant::before{content:"\F05FC"}.mdi-logout::before{content:"\F0343"}.mdi-logout-variant::before{content:"\F05FD"}.mdi-longitude::before{content:"\F0F5A"}.mdi-looks::before{content:"\F0344"}.mdi-loupe::before{content:"\F0345"}.mdi-lumx::before{content:"\F0346"}.mdi-lungs::before{content:"\F1084"}.mdi-magnet::before{content:"\F0347"}.mdi-magnet-on::before{content:"\F0348"}.mdi-magnify::before{content:"\F0349"}.mdi-magnify-close::before{content:"\F0980"}.mdi-magnify-minus::before{content:"\F034A"}.mdi-magnify-minus-cursor::before{content:"\F0A62"}.mdi-magnify-minus-outline::before{content:"\F06EC"}.mdi-magnify-plus::before{content:"\F034B"}.mdi-magnify-plus-cursor::before{content:"\F0A63"}.mdi-magnify-plus-outline::before{content:"\F06ED"}.mdi-magnify-remove-cursor::before{content:"\F120C"}.mdi-magnify-remove-outline::before{content:"\F120D"}.mdi-magnify-scan::before{content:"\F1276"}.mdi-mail::before{content:"\F0EBB"}.mdi-mailbox::before{content:"\F06EE"}.mdi-mailbox-open::before{content:"\F0D88"}.mdi-mailbox-open-outline::before{content:"\F0D89"}.mdi-mailbox-open-up::before{content:"\F0D8A"}.mdi-mailbox-open-up-outline::before{content:"\F0D8B"}.mdi-mailbox-outline::before{content:"\F0D8C"}.mdi-mailbox-up::before{content:"\F0D8D"}.mdi-mailbox-up-outline::before{content:"\F0D8E"}.mdi-map::before{content:"\F034D"}.mdi-map-check::before{content:"\F0EBC"}.mdi-map-check-outline::before{content:"\F0EBD"}.mdi-map-clock::before{content:"\F0D1E"}.mdi-map-clock-outline::before{content:"\F0D1F"}.mdi-map-legend::before{content:"\F0A01"}.mdi-map-marker::before{content:"\F034E"}.mdi-map-marker-alert::before{content:"\F0F05"}.mdi-map-marker-alert-outline::before{content:"\F0F06"}.mdi-map-marker-check::before{content:"\F0C95"}.mdi-map-marker-check-outline::before{content:"\F12FB"}.mdi-map-marker-circle::before{content:"\F034F"}.mdi-map-marker-distance::before{content:"\F08F0"}.mdi-map-marker-down::before{content:"\F1102"}.mdi-map-marker-left::before{content:"\F12DB"}.mdi-map-marker-left-outline::before{content:"\F12DD"}.mdi-map-marker-minus::before{content:"\F0650"}.mdi-map-marker-minus-outline::before{content:"\F12F9"}.mdi-map-marker-multiple::before{content:"\F0350"}.mdi-map-marker-multiple-outline::before{content:"\F1277"}.mdi-map-marker-off::before{content:"\F0351"}.mdi-map-marker-off-outline::before{content:"\F12FD"}.mdi-map-marker-outline::before{content:"\F07D9"}.mdi-map-marker-path::before{content:"\F0D20"}.mdi-map-marker-plus::before{content:"\F0651"}.mdi-map-marker-plus-outline::before{content:"\F12F8"}.mdi-map-marker-question::before{content:"\F0F07"}.mdi-map-marker-question-outline::before{content:"\F0F08"}.mdi-map-marker-radius::before{content:"\F0352"}.mdi-map-marker-radius-outline::before{content:"\F12FC"}.mdi-map-marker-remove::before{content:"\F0F09"}.mdi-map-marker-remove-outline::before{content:"\F12FA"}.mdi-map-marker-remove-variant::before{content:"\F0F0A"}.mdi-map-marker-right::before{content:"\F12DC"}.mdi-map-marker-right-outline::before{content:"\F12DE"}.mdi-map-marker-up::before{content:"\F1103"}.mdi-map-minus::before{content:"\F0981"}.mdi-map-outline::before{content:"\F0982"}.mdi-map-plus::before{content:"\F0983"}.mdi-map-search::before{content:"\F0984"}.mdi-map-search-outline::before{content:"\F0985"}.mdi-mapbox::before{content:"\F0BAA"}.mdi-margin::before{content:"\F0353"}.mdi-marker::before{content:"\F0652"}.mdi-marker-cancel::before{content:"\F0DD9"}.mdi-marker-check::before{content:"\F0355"}.mdi-mastodon::before{content:"\F0AD1"}.mdi-material-design::before{content:"\F0986"}.mdi-material-ui::before{content:"\F0357"}.mdi-math-compass::before{content:"\F0358"}.mdi-math-cos::before{content:"\F0C96"}.mdi-math-integral::before{content:"\F0FC8"}.mdi-math-integral-box::before{content:"\F0FC9"}.mdi-math-log::before{content:"\F1085"}.mdi-math-norm::before{content:"\F0FCA"}.mdi-math-norm-box::before{content:"\F0FCB"}.mdi-math-sin::before{content:"\F0C97"}.mdi-math-tan::before{content:"\F0C98"}.mdi-matrix::before{content:"\F0628"}.mdi-medal::before{content:"\F0987"}.mdi-medal-outline::before{content:"\F1326"}.mdi-medical-bag::before{content:"\F06EF"}.mdi-meditation::before{content:"\F117B"}.mdi-memory::before{content:"\F035B"}.mdi-menu::before{content:"\F035C"}.mdi-menu-down::before{content:"\F035D"}.mdi-menu-down-outline::before{content:"\F06B6"}.mdi-menu-left::before{content:"\F035E"}.mdi-menu-left-outline::before{content:"\F0A02"}.mdi-menu-open::before{content:"\F0BAB"}.mdi-menu-right::before{content:"\F035F"}.mdi-menu-right-outline::before{content:"\F0A03"}.mdi-menu-swap::before{content:"\F0A64"}.mdi-menu-swap-outline::before{content:"\F0A65"}.mdi-menu-up::before{content:"\F0360"}.mdi-menu-up-outline::before{content:"\F06B7"}.mdi-merge::before{content:"\F0F5C"}.mdi-message::before{content:"\F0361"}.mdi-message-alert::before{content:"\F0362"}.mdi-message-alert-outline::before{content:"\F0A04"}.mdi-message-arrow-left::before{content:"\F12F2"}.mdi-message-arrow-left-outline::before{content:"\F12F3"}.mdi-message-arrow-right::before{content:"\F12F4"}.mdi-message-arrow-right-outline::before{content:"\F12F5"}.mdi-message-bulleted::before{content:"\F06A2"}.mdi-message-bulleted-off::before{content:"\F06A3"}.mdi-message-cog::before{content:"\F06F1"}.mdi-message-cog-outline::before{content:"\F1172"}.mdi-message-draw::before{content:"\F0363"}.mdi-message-image::before{content:"\F0364"}.mdi-message-image-outline::before{content:"\F116C"}.mdi-message-lock::before{content:"\F0FCC"}.mdi-message-lock-outline::before{content:"\F116D"}.mdi-message-minus::before{content:"\F116E"}.mdi-message-minus-outline::before{content:"\F116F"}.mdi-message-outline::before{content:"\F0365"}.mdi-message-plus::before{content:"\F0653"}.mdi-message-plus-outline::before{content:"\F10BB"}.mdi-message-processing::before{content:"\F0366"}.mdi-message-processing-outline::before{content:"\F1170"}.mdi-message-reply::before{content:"\F0367"}.mdi-message-reply-text::before{content:"\F0368"}.mdi-message-settings::before{content:"\F06F0"}.mdi-message-settings-outline::before{content:"\F1171"}.mdi-message-text::before{content:"\F0369"}.mdi-message-text-clock::before{content:"\F1173"}.mdi-message-text-clock-outline::before{content:"\F1174"}.mdi-message-text-lock::before{content:"\F0FCD"}.mdi-message-text-lock-outline::before{content:"\F1175"}.mdi-message-text-outline::before{content:"\F036A"}.mdi-message-video::before{content:"\F036B"}.mdi-meteor::before{content:"\F0629"}.mdi-metronome::before{content:"\F07DA"}.mdi-metronome-tick::before{content:"\F07DB"}.mdi-micro-sd::before{content:"\F07DC"}.mdi-microphone::before{content:"\F036C"}.mdi-microphone-minus::before{content:"\F08B3"}.mdi-microphone-off::before{content:"\F036D"}.mdi-microphone-outline::before{content:"\F036E"}.mdi-microphone-plus::before{content:"\F08B4"}.mdi-microphone-settings::before{content:"\F036F"}.mdi-microphone-variant::before{content:"\F0370"}.mdi-microphone-variant-off::before{content:"\F0371"}.mdi-microscope::before{content:"\F0654"}.mdi-microsoft::before{content:"\F0372"}.mdi-microsoft-access::before{content:"\F138E"}.mdi-microsoft-azure::before{content:"\F0805"}.mdi-microsoft-azure-devops::before{content:"\F0FD5"}.mdi-microsoft-bing::before{content:"\F00A4"}.mdi-microsoft-dynamics-365::before{content:"\F0988"}.mdi-microsoft-edge::before{content:"\F01E9"}.mdi-microsoft-edge-legacy::before{content:"\F1250"}.mdi-microsoft-excel::before{content:"\F138F"}.mdi-microsoft-internet-explorer::before{content:"\F0300"}.mdi-microsoft-office::before{content:"\F03C6"}.mdi-microsoft-onedrive::before{content:"\F03CA"}.mdi-microsoft-onenote::before{content:"\F0747"}.mdi-microsoft-outlook::before{content:"\F0D22"}.mdi-microsoft-powerpoint::before{content:"\F1390"}.mdi-microsoft-sharepoint::before{content:"\F1391"}.mdi-microsoft-teams::before{content:"\F02BB"}.mdi-microsoft-visual-studio::before{content:"\F0610"}.mdi-microsoft-visual-studio-code::before{content:"\F0A1E"}.mdi-microsoft-windows::before{content:"\F05B3"}.mdi-microsoft-windows-classic::before{content:"\F0A21"}.mdi-microsoft-word::before{content:"\F1392"}.mdi-microsoft-xbox::before{content:"\F05B9"}.mdi-microsoft-xbox-controller::before{content:"\F05BA"}.mdi-microsoft-xbox-controller-battery-alert::before{content:"\F074B"}.mdi-microsoft-xbox-controller-battery-charging::before{content:"\F0A22"}.mdi-microsoft-xbox-controller-battery-empty::before{content:"\F074C"}.mdi-microsoft-xbox-controller-battery-full::before{content:"\F074D"}.mdi-microsoft-xbox-controller-battery-low::before{content:"\F074E"}.mdi-microsoft-xbox-controller-battery-medium::before{content:"\F074F"}.mdi-microsoft-xbox-controller-battery-unknown::before{content:"\F0750"}.mdi-microsoft-xbox-controller-menu::before{content:"\F0E6F"}.mdi-microsoft-xbox-controller-off::before{content:"\F05BB"}.mdi-microsoft-xbox-controller-view::before{content:"\F0E70"}.mdi-microsoft-yammer::before{content:"\F0789"}.mdi-microwave::before{content:"\F0C99"}.mdi-microwave-off::before{content:"\F1423"}.mdi-middleware::before{content:"\F0F5D"}.mdi-middleware-outline::before{content:"\F0F5E"}.mdi-midi::before{content:"\F08F1"}.mdi-midi-port::before{content:"\F08F2"}.mdi-mine::before{content:"\F0DDA"}.mdi-minecraft::before{content:"\F0373"}.mdi-mini-sd::before{content:"\F0A05"}.mdi-minidisc::before{content:"\F0A06"}.mdi-minus::before{content:"\F0374"}.mdi-minus-box::before{content:"\F0375"}.mdi-minus-box-multiple::before{content:"\F1141"}.mdi-minus-box-multiple-outline::before{content:"\F1142"}.mdi-minus-box-outline::before{content:"\F06F2"}.mdi-minus-circle::before{content:"\F0376"}.mdi-minus-circle-multiple::before{content:"\F035A"}.mdi-minus-circle-multiple-outline::before{content:"\F0AD3"}.mdi-minus-circle-off::before{content:"\F1459"}.mdi-minus-circle-off-outline::before{content:"\F145A"}.mdi-minus-circle-outline::before{content:"\F0377"}.mdi-minus-network::before{content:"\F0378"}.mdi-minus-network-outline::before{content:"\F0C9A"}.mdi-mirror::before{content:"\F11FD"}.mdi-mixed-martial-arts::before{content:"\F0D8F"}.mdi-mixed-reality::before{content:"\F087F"}.mdi-molecule::before{content:"\F0BAC"}.mdi-molecule-co::before{content:"\F12FE"}.mdi-molecule-co2::before{content:"\F07E4"}.mdi-monitor::before{content:"\F0379"}.mdi-monitor-cellphone::before{content:"\F0989"}.mdi-monitor-cellphone-star::before{content:"\F098A"}.mdi-monitor-clean::before{content:"\F1104"}.mdi-monitor-dashboard::before{content:"\F0A07"}.mdi-monitor-edit::before{content:"\F12C6"}.mdi-monitor-eye::before{content:"\F13B4"}.mdi-monitor-lock::before{content:"\F0DDB"}.mdi-monitor-multiple::before{content:"\F037A"}.mdi-monitor-off::before{content:"\F0D90"}.mdi-monitor-screenshot::before{content:"\F0E51"}.mdi-monitor-share::before{content:"\F1483"}.mdi-monitor-speaker::before{content:"\F0F5F"}.mdi-monitor-speaker-off::before{content:"\F0F60"}.mdi-monitor-star::before{content:"\F0DDC"}.mdi-moon-first-quarter::before{content:"\F0F61"}.mdi-moon-full::before{content:"\F0F62"}.mdi-moon-last-quarter::before{content:"\F0F63"}.mdi-moon-new::before{content:"\F0F64"}.mdi-moon-waning-crescent::before{content:"\F0F65"}.mdi-moon-waning-gibbous::before{content:"\F0F66"}.mdi-moon-waxing-crescent::before{content:"\F0F67"}.mdi-moon-waxing-gibbous::before{content:"\F0F68"}.mdi-moped::before{content:"\F1086"}.mdi-more::before{content:"\F037B"}.mdi-mother-heart::before{content:"\F1314"}.mdi-mother-nurse::before{content:"\F0D21"}.mdi-motion-sensor::before{content:"\F0D91"}.mdi-motion-sensor-off::before{content:"\F1435"}.mdi-motorbike::before{content:"\F037C"}.mdi-mouse::before{content:"\F037D"}.mdi-mouse-bluetooth::before{content:"\F098B"}.mdi-mouse-off::before{content:"\F037E"}.mdi-mouse-variant::before{content:"\F037F"}.mdi-mouse-variant-off::before{content:"\F0380"}.mdi-move-resize::before{content:"\F0655"}.mdi-move-resize-variant::before{content:"\F0656"}.mdi-movie::before{content:"\F0381"}.mdi-movie-edit::before{content:"\F1122"}.mdi-movie-edit-outline::before{content:"\F1123"}.mdi-movie-filter::before{content:"\F1124"}.mdi-movie-filter-outline::before{content:"\F1125"}.mdi-movie-open::before{content:"\F0FCE"}.mdi-movie-open-outline::before{content:"\F0FCF"}.mdi-movie-outline::before{content:"\F0DDD"}.mdi-movie-roll::before{content:"\F07DE"}.mdi-movie-search::before{content:"\F11D2"}.mdi-movie-search-outline::before{content:"\F11D3"}.mdi-muffin::before{content:"\F098C"}.mdi-multiplication::before{content:"\F0382"}.mdi-multiplication-box::before{content:"\F0383"}.mdi-mushroom::before{content:"\F07DF"}.mdi-mushroom-off::before{content:"\F13FA"}.mdi-mushroom-off-outline::before{content:"\F13FB"}.mdi-mushroom-outline::before{content:"\F07E0"}.mdi-music::before{content:"\F075A"}.mdi-music-accidental-double-flat::before{content:"\F0F69"}.mdi-music-accidental-double-sharp::before{content:"\F0F6A"}.mdi-music-accidental-flat::before{content:"\F0F6B"}.mdi-music-accidental-natural::before{content:"\F0F6C"}.mdi-music-accidental-sharp::before{content:"\F0F6D"}.mdi-music-box::before{content:"\F0384"}.mdi-music-box-multiple::before{content:"\F0333"}.mdi-music-box-multiple-outline::before{content:"\F0F04"}.mdi-music-box-outline::before{content:"\F0385"}.mdi-music-circle::before{content:"\F0386"}.mdi-music-circle-outline::before{content:"\F0AD4"}.mdi-music-clef-alto::before{content:"\F0F6E"}.mdi-music-clef-bass::before{content:"\F0F6F"}.mdi-music-clef-treble::before{content:"\F0F70"}.mdi-music-note::before{content:"\F0387"}.mdi-music-note-bluetooth::before{content:"\F05FE"}.mdi-music-note-bluetooth-off::before{content:"\F05FF"}.mdi-music-note-eighth::before{content:"\F0388"}.mdi-music-note-eighth-dotted::before{content:"\F0F71"}.mdi-music-note-half::before{content:"\F0389"}.mdi-music-note-half-dotted::before{content:"\F0F72"}.mdi-music-note-off::before{content:"\F038A"}.mdi-music-note-off-outline::before{content:"\F0F73"}.mdi-music-note-outline::before{content:"\F0F74"}.mdi-music-note-plus::before{content:"\F0DDE"}.mdi-music-note-quarter::before{content:"\F038B"}.mdi-music-note-quarter-dotted::before{content:"\F0F75"}.mdi-music-note-sixteenth::before{content:"\F038C"}.mdi-music-note-sixteenth-dotted::before{content:"\F0F76"}.mdi-music-note-whole::before{content:"\F038D"}.mdi-music-note-whole-dotted::before{content:"\F0F77"}.mdi-music-off::before{content:"\F075B"}.mdi-music-rest-eighth::before{content:"\F0F78"}.mdi-music-rest-half::before{content:"\F0F79"}.mdi-music-rest-quarter::before{content:"\F0F7A"}.mdi-music-rest-sixteenth::before{content:"\F0F7B"}.mdi-music-rest-whole::before{content:"\F0F7C"}.mdi-nail::before{content:"\F0DDF"}.mdi-nas::before{content:"\F08F3"}.mdi-nativescript::before{content:"\F0880"}.mdi-nature::before{content:"\F038E"}.mdi-nature-people::before{content:"\F038F"}.mdi-navigation::before{content:"\F0390"}.mdi-near-me::before{content:"\F05CD"}.mdi-necklace::before{content:"\F0F0B"}.mdi-needle::before{content:"\F0391"}.mdi-netflix::before{content:"\F0746"}.mdi-network::before{content:"\F06F3"}.mdi-network-off::before{content:"\F0C9B"}.mdi-network-off-outline::before{content:"\F0C9C"}.mdi-network-outline::before{content:"\F0C9D"}.mdi-network-strength-1::before{content:"\F08F4"}.mdi-network-strength-1-alert::before{content:"\F08F5"}.mdi-network-strength-2::before{content:"\F08F6"}.mdi-network-strength-2-alert::before{content:"\F08F7"}.mdi-network-strength-3::before{content:"\F08F8"}.mdi-network-strength-3-alert::before{content:"\F08F9"}.mdi-network-strength-4::before{content:"\F08FA"}.mdi-network-strength-4-alert::before{content:"\F08FB"}.mdi-network-strength-off::before{content:"\F08FC"}.mdi-network-strength-off-outline::before{content:"\F08FD"}.mdi-network-strength-outline::before{content:"\F08FE"}.mdi-new-box::before{content:"\F0394"}.mdi-newspaper::before{content:"\F0395"}.mdi-newspaper-minus::before{content:"\F0F0C"}.mdi-newspaper-plus::before{content:"\F0F0D"}.mdi-newspaper-variant::before{content:"\F1001"}.mdi-newspaper-variant-multiple::before{content:"\F1002"}.mdi-newspaper-variant-multiple-outline::before{content:"\F1003"}.mdi-newspaper-variant-outline::before{content:"\F1004"}.mdi-nfc::before{content:"\F0396"}.mdi-nfc-search-variant::before{content:"\F0E53"}.mdi-nfc-tap::before{content:"\F0397"}.mdi-nfc-variant::before{content:"\F0398"}.mdi-nfc-variant-off::before{content:"\F0E54"}.mdi-ninja::before{content:"\F0774"}.mdi-nintendo-game-boy::before{content:"\F1393"}.mdi-nintendo-switch::before{content:"\F07E1"}.mdi-nintendo-wii::before{content:"\F05AB"}.mdi-nintendo-wiiu::before{content:"\F072D"}.mdi-nix::before{content:"\F1105"}.mdi-nodejs::before{content:"\F0399"}.mdi-noodles::before{content:"\F117E"}.mdi-not-equal::before{content:"\F098D"}.mdi-not-equal-variant::before{content:"\F098E"}.mdi-note::before{content:"\F039A"}.mdi-note-multiple::before{content:"\F06B8"}.mdi-note-multiple-outline::before{content:"\F06B9"}.mdi-note-outline::before{content:"\F039B"}.mdi-note-plus::before{content:"\F039C"}.mdi-note-plus-outline::before{content:"\F039D"}.mdi-note-text::before{content:"\F039E"}.mdi-note-text-outline::before{content:"\F11D7"}.mdi-notebook::before{content:"\F082E"}.mdi-notebook-check::before{content:"\F14F5"}.mdi-notebook-check-outline::before{content:"\F14F6"}.mdi-notebook-edit::before{content:"\F14E7"}.mdi-notebook-edit-outline::before{content:"\F14E9"}.mdi-notebook-multiple::before{content:"\F0E55"}.mdi-notebook-outline::before{content:"\F0EBF"}.mdi-notification-clear-all::before{content:"\F039F"}.mdi-npm::before{content:"\F06F7"}.mdi-nuke::before{content:"\F06A4"}.mdi-null::before{content:"\F07E2"}.mdi-numeric::before{content:"\F03A0"}.mdi-numeric-0::before{content:"\F0B39"}.mdi-numeric-0-box::before{content:"\F03A1"}.mdi-numeric-0-box-multiple::before{content:"\F0F0E"}.mdi-numeric-0-box-multiple-outline::before{content:"\F03A2"}.mdi-numeric-0-box-outline::before{content:"\F03A3"}.mdi-numeric-0-circle::before{content:"\F0C9E"}.mdi-numeric-0-circle-outline::before{content:"\F0C9F"}.mdi-numeric-1::before{content:"\F0B3A"}.mdi-numeric-1-box::before{content:"\F03A4"}.mdi-numeric-1-box-multiple::before{content:"\F0F0F"}.mdi-numeric-1-box-multiple-outline::before{content:"\F03A5"}.mdi-numeric-1-box-outline::before{content:"\F03A6"}.mdi-numeric-1-circle::before{content:"\F0CA0"}.mdi-numeric-1-circle-outline::before{content:"\F0CA1"}.mdi-numeric-10::before{content:"\F0FE9"}.mdi-numeric-10-box::before{content:"\F0F7D"}.mdi-numeric-10-box-multiple::before{content:"\F0FEA"}.mdi-numeric-10-box-multiple-outline::before{content:"\F0FEB"}.mdi-numeric-10-box-outline::before{content:"\F0F7E"}.mdi-numeric-10-circle::before{content:"\F0FEC"}.mdi-numeric-10-circle-outline::before{content:"\F0FED"}.mdi-numeric-2::before{content:"\F0B3B"}.mdi-numeric-2-box::before{content:"\F03A7"}.mdi-numeric-2-box-multiple::before{content:"\F0F10"}.mdi-numeric-2-box-multiple-outline::before{content:"\F03A8"}.mdi-numeric-2-box-outline::before{content:"\F03A9"}.mdi-numeric-2-circle::before{content:"\F0CA2"}.mdi-numeric-2-circle-outline::before{content:"\F0CA3"}.mdi-numeric-3::before{content:"\F0B3C"}.mdi-numeric-3-box::before{content:"\F03AA"}.mdi-numeric-3-box-multiple::before{content:"\F0F11"}.mdi-numeric-3-box-multiple-outline::before{content:"\F03AB"}.mdi-numeric-3-box-outline::before{content:"\F03AC"}.mdi-numeric-3-circle::before{content:"\F0CA4"}.mdi-numeric-3-circle-outline::before{content:"\F0CA5"}.mdi-numeric-4::before{content:"\F0B3D"}.mdi-numeric-4-box::before{content:"\F03AD"}.mdi-numeric-4-box-multiple::before{content:"\F0F12"}.mdi-numeric-4-box-multiple-outline::before{content:"\F03B2"}.mdi-numeric-4-box-outline::before{content:"\F03AE"}.mdi-numeric-4-circle::before{content:"\F0CA6"}.mdi-numeric-4-circle-outline::before{content:"\F0CA7"}.mdi-numeric-5::before{content:"\F0B3E"}.mdi-numeric-5-box::before{content:"\F03B1"}.mdi-numeric-5-box-multiple::before{content:"\F0F13"}.mdi-numeric-5-box-multiple-outline::before{content:"\F03AF"}.mdi-numeric-5-box-outline::before{content:"\F03B0"}.mdi-numeric-5-circle::before{content:"\F0CA8"}.mdi-numeric-5-circle-outline::before{content:"\F0CA9"}.mdi-numeric-6::before{content:"\F0B3F"}.mdi-numeric-6-box::before{content:"\F03B3"}.mdi-numeric-6-box-multiple::before{content:"\F0F14"}.mdi-numeric-6-box-multiple-outline::before{content:"\F03B4"}.mdi-numeric-6-box-outline::before{content:"\F03B5"}.mdi-numeric-6-circle::before{content:"\F0CAA"}.mdi-numeric-6-circle-outline::before{content:"\F0CAB"}.mdi-numeric-7::before{content:"\F0B40"}.mdi-numeric-7-box::before{content:"\F03B6"}.mdi-numeric-7-box-multiple::before{content:"\F0F15"}.mdi-numeric-7-box-multiple-outline::before{content:"\F03B7"}.mdi-numeric-7-box-outline::before{content:"\F03B8"}.mdi-numeric-7-circle::before{content:"\F0CAC"}.mdi-numeric-7-circle-outline::before{content:"\F0CAD"}.mdi-numeric-8::before{content:"\F0B41"}.mdi-numeric-8-box::before{content:"\F03B9"}.mdi-numeric-8-box-multiple::before{content:"\F0F16"}.mdi-numeric-8-box-multiple-outline::before{content:"\F03BA"}.mdi-numeric-8-box-outline::before{content:"\F03BB"}.mdi-numeric-8-circle::before{content:"\F0CAE"}.mdi-numeric-8-circle-outline::before{content:"\F0CAF"}.mdi-numeric-9::before{content:"\F0B42"}.mdi-numeric-9-box::before{content:"\F03BC"}.mdi-numeric-9-box-multiple::before{content:"\F0F17"}.mdi-numeric-9-box-multiple-outline::before{content:"\F03BD"}.mdi-numeric-9-box-outline::before{content:"\F03BE"}.mdi-numeric-9-circle::before{content:"\F0CB0"}.mdi-numeric-9-circle-outline::before{content:"\F0CB1"}.mdi-numeric-9-plus::before{content:"\F0FEE"}.mdi-numeric-9-plus-box::before{content:"\F03BF"}.mdi-numeric-9-plus-box-multiple::before{content:"\F0F18"}.mdi-numeric-9-plus-box-multiple-outline::before{content:"\F03C0"}.mdi-numeric-9-plus-box-outline::before{content:"\F03C1"}.mdi-numeric-9-plus-circle::before{content:"\F0CB2"}.mdi-numeric-9-plus-circle-outline::before{content:"\F0CB3"}.mdi-numeric-negative-1::before{content:"\F1052"}.mdi-nut::before{content:"\F06F8"}.mdi-nutrition::before{content:"\F03C2"}.mdi-nuxt::before{content:"\F1106"}.mdi-oar::before{content:"\F067C"}.mdi-ocarina::before{content:"\F0DE0"}.mdi-oci::before{content:"\F12E9"}.mdi-ocr::before{content:"\F113A"}.mdi-octagon::before{content:"\F03C3"}.mdi-octagon-outline::before{content:"\F03C4"}.mdi-octagram::before{content:"\F06F9"}.mdi-octagram-outline::before{content:"\F0775"}.mdi-odnoklassniki::before{content:"\F03C5"}.mdi-offer::before{content:"\F121B"}.mdi-office-building::before{content:"\F0991"}.mdi-office-building-marker::before{content:"\F1520"}.mdi-office-building-marker-outline::before{content:"\F1521"}.mdi-office-building-outline::before{content:"\F151F"}.mdi-oil::before{content:"\F03C7"}.mdi-oil-lamp::before{content:"\F0F19"}.mdi-oil-level::before{content:"\F1053"}.mdi-oil-temperature::before{content:"\F0FF8"}.mdi-omega::before{content:"\F03C9"}.mdi-one-up::before{content:"\F0BAD"}.mdi-onepassword::before{content:"\F0881"}.mdi-opacity::before{content:"\F05CC"}.mdi-open-in-app::before{content:"\F03CB"}.mdi-open-in-new::before{content:"\F03CC"}.mdi-open-source-initiative::before{content:"\F0BAE"}.mdi-openid::before{content:"\F03CD"}.mdi-opera::before{content:"\F03CE"}.mdi-orbit::before{content:"\F0018"}.mdi-order-alphabetical-ascending::before{content:"\F020D"}.mdi-order-alphabetical-descending::before{content:"\F0D07"}.mdi-order-bool-ascending::before{content:"\F02BE"}.mdi-order-bool-ascending-variant::before{content:"\F098F"}.mdi-order-bool-descending::before{content:"\F1384"}.mdi-order-bool-descending-variant::before{content:"\F0990"}.mdi-order-numeric-ascending::before{content:"\F0545"}.mdi-order-numeric-descending::before{content:"\F0546"}.mdi-origin::before{content:"\F0B43"}.mdi-ornament::before{content:"\F03CF"}.mdi-ornament-variant::before{content:"\F03D0"}.mdi-outdoor-lamp::before{content:"\F1054"}.mdi-overscan::before{content:"\F1005"}.mdi-owl::before{content:"\F03D2"}.mdi-pac-man::before{content:"\F0BAF"}.mdi-package::before{content:"\F03D3"}.mdi-package-down::before{content:"\F03D4"}.mdi-package-up::before{content:"\F03D5"}.mdi-package-variant::before{content:"\F03D6"}.mdi-package-variant-closed::before{content:"\F03D7"}.mdi-page-first::before{content:"\F0600"}.mdi-page-last::before{content:"\F0601"}.mdi-page-layout-body::before{content:"\F06FA"}.mdi-page-layout-footer::before{content:"\F06FB"}.mdi-page-layout-header::before{content:"\F06FC"}.mdi-page-layout-header-footer::before{content:"\F0F7F"}.mdi-page-layout-sidebar-left::before{content:"\F06FD"}.mdi-page-layout-sidebar-right::before{content:"\F06FE"}.mdi-page-next::before{content:"\F0BB0"}.mdi-page-next-outline::before{content:"\F0BB1"}.mdi-page-previous::before{content:"\F0BB2"}.mdi-page-previous-outline::before{content:"\F0BB3"}.mdi-pail::before{content:"\F1417"}.mdi-pail-minus::before{content:"\F1437"}.mdi-pail-minus-outline::before{content:"\F143C"}.mdi-pail-off::before{content:"\F1439"}.mdi-pail-off-outline::before{content:"\F143E"}.mdi-pail-outline::before{content:"\F143A"}.mdi-pail-plus::before{content:"\F1436"}.mdi-pail-plus-outline::before{content:"\F143B"}.mdi-pail-remove::before{content:"\F1438"}.mdi-pail-remove-outline::before{content:"\F143D"}.mdi-palette::before{content:"\F03D8"}.mdi-palette-advanced::before{content:"\F03D9"}.mdi-palette-outline::before{content:"\F0E0C"}.mdi-palette-swatch::before{content:"\F08B5"}.mdi-palette-swatch-outline::before{content:"\F135C"}.mdi-palm-tree::before{content:"\F1055"}.mdi-pan::before{content:"\F0BB4"}.mdi-pan-bottom-left::before{content:"\F0BB5"}.mdi-pan-bottom-right::before{content:"\F0BB6"}.mdi-pan-down::before{content:"\F0BB7"}.mdi-pan-horizontal::before{content:"\F0BB8"}.mdi-pan-left::before{content:"\F0BB9"}.mdi-pan-right::before{content:"\F0BBA"}.mdi-pan-top-left::before{content:"\F0BBB"}.mdi-pan-top-right::before{content:"\F0BBC"}.mdi-pan-up::before{content:"\F0BBD"}.mdi-pan-vertical::before{content:"\F0BBE"}.mdi-panda::before{content:"\F03DA"}.mdi-pandora::before{content:"\F03DB"}.mdi-panorama::before{content:"\F03DC"}.mdi-panorama-fisheye::before{content:"\F03DD"}.mdi-panorama-horizontal::before{content:"\F03DE"}.mdi-panorama-vertical::before{content:"\F03DF"}.mdi-panorama-wide-angle::before{content:"\F03E0"}.mdi-paper-cut-vertical::before{content:"\F03E1"}.mdi-paper-roll::before{content:"\F1157"}.mdi-paper-roll-outline::before{content:"\F1158"}.mdi-paperclip::before{content:"\F03E2"}.mdi-parachute::before{content:"\F0CB4"}.mdi-parachute-outline::before{content:"\F0CB5"}.mdi-parking::before{content:"\F03E3"}.mdi-party-popper::before{content:"\F1056"}.mdi-passport::before{content:"\F07E3"}.mdi-passport-biometric::before{content:"\F0DE1"}.mdi-pasta::before{content:"\F1160"}.mdi-patio-heater::before{content:"\F0F80"}.mdi-patreon::before{content:"\F0882"}.mdi-pause::before{content:"\F03E4"}.mdi-pause-circle::before{content:"\F03E5"}.mdi-pause-circle-outline::before{content:"\F03E6"}.mdi-pause-octagon::before{content:"\F03E7"}.mdi-pause-octagon-outline::before{content:"\F03E8"}.mdi-paw::before{content:"\F03E9"}.mdi-paw-off::before{content:"\F0657"}.mdi-pdf-box::before{content:"\F0E56"}.mdi-peace::before{content:"\F0884"}.mdi-peanut::before{content:"\F0FFC"}.mdi-peanut-off::before{content:"\F0FFD"}.mdi-peanut-off-outline::before{content:"\F0FFF"}.mdi-peanut-outline::before{content:"\F0FFE"}.mdi-pen::before{content:"\F03EA"}.mdi-pen-lock::before{content:"\F0DE2"}.mdi-pen-minus::before{content:"\F0DE3"}.mdi-pen-off::before{content:"\F0DE4"}.mdi-pen-plus::before{content:"\F0DE5"}.mdi-pen-remove::before{content:"\F0DE6"}.mdi-pencil::before{content:"\F03EB"}.mdi-pencil-box::before{content:"\F03EC"}.mdi-pencil-box-multiple::before{content:"\F1144"}.mdi-pencil-box-multiple-outline::before{content:"\F1145"}.mdi-pencil-box-outline::before{content:"\F03ED"}.mdi-pencil-circle::before{content:"\F06FF"}.mdi-pencil-circle-outline::before{content:"\F0776"}.mdi-pencil-lock::before{content:"\F03EE"}.mdi-pencil-lock-outline::before{content:"\F0DE7"}.mdi-pencil-minus::before{content:"\F0DE8"}.mdi-pencil-minus-outline::before{content:"\F0DE9"}.mdi-pencil-off::before{content:"\F03EF"}.mdi-pencil-off-outline::before{content:"\F0DEA"}.mdi-pencil-outline::before{content:"\F0CB6"}.mdi-pencil-plus::before{content:"\F0DEB"}.mdi-pencil-plus-outline::before{content:"\F0DEC"}.mdi-pencil-remove::before{content:"\F0DED"}.mdi-pencil-remove-outline::before{content:"\F0DEE"}.mdi-pencil-ruler::before{content:"\F1353"}.mdi-penguin::before{content:"\F0EC0"}.mdi-pentagon::before{content:"\F0701"}.mdi-pentagon-outline::before{content:"\F0700"}.mdi-percent::before{content:"\F03F0"}.mdi-percent-outline::before{content:"\F1278"}.mdi-periodic-table::before{content:"\F08B6"}.mdi-perspective-less::before{content:"\F0D23"}.mdi-perspective-more::before{content:"\F0D24"}.mdi-pharmacy::before{content:"\F03F1"}.mdi-phone::before{content:"\F03F2"}.mdi-phone-alert::before{content:"\F0F1A"}.mdi-phone-alert-outline::before{content:"\F118E"}.mdi-phone-bluetooth::before{content:"\F03F3"}.mdi-phone-bluetooth-outline::before{content:"\F118F"}.mdi-phone-cancel::before{content:"\F10BC"}.mdi-phone-cancel-outline::before{content:"\F1190"}.mdi-phone-check::before{content:"\F11A9"}.mdi-phone-check-outline::before{content:"\F11AA"}.mdi-phone-classic::before{content:"\F0602"}.mdi-phone-classic-off::before{content:"\F1279"}.mdi-phone-forward::before{content:"\F03F4"}.mdi-phone-forward-outline::before{content:"\F1191"}.mdi-phone-hangup::before{content:"\F03F5"}.mdi-phone-hangup-outline::before{content:"\F1192"}.mdi-phone-in-talk::before{content:"\F03F6"}.mdi-phone-in-talk-outline::before{content:"\F1182"}.mdi-phone-incoming::before{content:"\F03F7"}.mdi-phone-incoming-outline::before{content:"\F1193"}.mdi-phone-lock::before{content:"\F03F8"}.mdi-phone-lock-outline::before{content:"\F1194"}.mdi-phone-log::before{content:"\F03F9"}.mdi-phone-log-outline::before{content:"\F1195"}.mdi-phone-message::before{content:"\F1196"}.mdi-phone-message-outline::before{content:"\F1197"}.mdi-phone-minus::before{content:"\F0658"}.mdi-phone-minus-outline::before{content:"\F1198"}.mdi-phone-missed::before{content:"\F03FA"}.mdi-phone-missed-outline::before{content:"\F11A5"}.mdi-phone-off::before{content:"\F0DEF"}.mdi-phone-off-outline::before{content:"\F11A6"}.mdi-phone-outgoing::before{content:"\F03FB"}.mdi-phone-outgoing-outline::before{content:"\F1199"}.mdi-phone-outline::before{content:"\F0DF0"}.mdi-phone-paused::before{content:"\F03FC"}.mdi-phone-paused-outline::before{content:"\F119A"}.mdi-phone-plus::before{content:"\F0659"}.mdi-phone-plus-outline::before{content:"\F119B"}.mdi-phone-remove::before{content:"\F152F"}.mdi-phone-remove-outline::before{content:"\F1530"}.mdi-phone-return::before{content:"\F082F"}.mdi-phone-return-outline::before{content:"\F119C"}.mdi-phone-ring::before{content:"\F11AB"}.mdi-phone-ring-outline::before{content:"\F11AC"}.mdi-phone-rotate-landscape::before{content:"\F0885"}.mdi-phone-rotate-portrait::before{content:"\F0886"}.mdi-phone-settings::before{content:"\F03FD"}.mdi-phone-settings-outline::before{content:"\F119D"}.mdi-phone-voip::before{content:"\F03FE"}.mdi-pi::before{content:"\F03FF"}.mdi-pi-box::before{content:"\F0400"}.mdi-pi-hole::before{content:"\F0DF1"}.mdi-piano::before{content:"\F067D"}.mdi-pickaxe::before{content:"\F08B7"}.mdi-picture-in-picture-bottom-right::before{content:"\F0E57"}.mdi-picture-in-picture-bottom-right-outline::before{content:"\F0E58"}.mdi-picture-in-picture-top-right::before{content:"\F0E59"}.mdi-picture-in-picture-top-right-outline::before{content:"\F0E5A"}.mdi-pier::before{content:"\F0887"}.mdi-pier-crane::before{content:"\F0888"}.mdi-pig::before{content:"\F0401"}.mdi-pig-variant::before{content:"\F1006"}.mdi-piggy-bank::before{content:"\F1007"}.mdi-pill::before{content:"\F0402"}.mdi-pillar::before{content:"\F0702"}.mdi-pin::before{content:"\F0403"}.mdi-pin-off::before{content:"\F0404"}.mdi-pin-off-outline::before{content:"\F0930"}.mdi-pin-outline::before{content:"\F0931"}.mdi-pine-tree::before{content:"\F0405"}.mdi-pine-tree-box::before{content:"\F0406"}.mdi-pine-tree-fire::before{content:"\F141A"}.mdi-pinterest::before{content:"\F0407"}.mdi-pinwheel::before{content:"\F0AD5"}.mdi-pinwheel-outline::before{content:"\F0AD6"}.mdi-pipe::before{content:"\F07E5"}.mdi-pipe-disconnected::before{content:"\F07E6"}.mdi-pipe-leak::before{content:"\F0889"}.mdi-pipe-wrench::before{content:"\F1354"}.mdi-pirate::before{content:"\F0A08"}.mdi-pistol::before{content:"\F0703"}.mdi-piston::before{content:"\F088A"}.mdi-pizza::before{content:"\F0409"}.mdi-play::before{content:"\F040A"}.mdi-play-box::before{content:"\F127A"}.mdi-play-box-multiple::before{content:"\F0D19"}.mdi-play-box-multiple-outline::before{content:"\F13E6"}.mdi-play-box-outline::before{content:"\F040B"}.mdi-play-circle::before{content:"\F040C"}.mdi-play-circle-outline::before{content:"\F040D"}.mdi-play-network::before{content:"\F088B"}.mdi-play-network-outline::before{content:"\F0CB7"}.mdi-play-outline::before{content:"\F0F1B"}.mdi-play-pause::before{content:"\F040E"}.mdi-play-protected-content::before{content:"\F040F"}.mdi-play-speed::before{content:"\F08FF"}.mdi-playlist-check::before{content:"\F05C7"}.mdi-playlist-edit::before{content:"\F0900"}.mdi-playlist-minus::before{content:"\F0410"}.mdi-playlist-music::before{content:"\F0CB8"}.mdi-playlist-music-outline::before{content:"\F0CB9"}.mdi-playlist-play::before{content:"\F0411"}.mdi-playlist-plus::before{content:"\F0412"}.mdi-playlist-remove::before{content:"\F0413"}.mdi-playlist-star::before{content:"\F0DF2"}.mdi-plex::before{content:"\F06BA"}.mdi-plus::before{content:"\F0415"}.mdi-plus-box::before{content:"\F0416"}.mdi-plus-box-multiple::before{content:"\F0334"}.mdi-plus-box-multiple-outline::before{content:"\F1143"}.mdi-plus-box-outline::before{content:"\F0704"}.mdi-plus-circle::before{content:"\F0417"}.mdi-plus-circle-multiple::before{content:"\F034C"}.mdi-plus-circle-multiple-outline::before{content:"\F0418"}.mdi-plus-circle-outline::before{content:"\F0419"}.mdi-plus-minus::before{content:"\F0992"}.mdi-plus-minus-box::before{content:"\F0993"}.mdi-plus-minus-variant::before{content:"\F14C9"}.mdi-plus-network::before{content:"\F041A"}.mdi-plus-network-outline::before{content:"\F0CBA"}.mdi-plus-one::before{content:"\F041B"}.mdi-plus-outline::before{content:"\F0705"}.mdi-plus-thick::before{content:"\F11EC"}.mdi-podcast::before{content:"\F0994"}.mdi-podium::before{content:"\F0D25"}.mdi-podium-bronze::before{content:"\F0D26"}.mdi-podium-gold::before{content:"\F0D27"}.mdi-podium-silver::before{content:"\F0D28"}.mdi-point-of-sale::before{content:"\F0D92"}.mdi-pokeball::before{content:"\F041D"}.mdi-pokemon-go::before{content:"\F0A09"}.mdi-poker-chip::before{content:"\F0830"}.mdi-polaroid::before{content:"\F041E"}.mdi-police-badge::before{content:"\F1167"}.mdi-police-badge-outline::before{content:"\F1168"}.mdi-poll::before{content:"\F041F"}.mdi-poll-box::before{content:"\F0420"}.mdi-poll-box-outline::before{content:"\F127B"}.mdi-polo::before{content:"\F14C3"}.mdi-polymer::before{content:"\F0421"}.mdi-pool::before{content:"\F0606"}.mdi-popcorn::before{content:"\F0422"}.mdi-post::before{content:"\F1008"}.mdi-post-outline::before{content:"\F1009"}.mdi-postage-stamp::before{content:"\F0CBB"}.mdi-pot::before{content:"\F02E5"}.mdi-pot-mix::before{content:"\F065B"}.mdi-pot-mix-outline::before{content:"\F0677"}.mdi-pot-outline::before{content:"\F02FF"}.mdi-pot-steam::before{content:"\F065A"}.mdi-pot-steam-outline::before{content:"\F0326"}.mdi-pound::before{content:"\F0423"}.mdi-pound-box::before{content:"\F0424"}.mdi-pound-box-outline::before{content:"\F117F"}.mdi-power::before{content:"\F0425"}.mdi-power-cycle::before{content:"\F0901"}.mdi-power-off::before{content:"\F0902"}.mdi-power-on::before{content:"\F0903"}.mdi-power-plug::before{content:"\F06A5"}.mdi-power-plug-off::before{content:"\F06A6"}.mdi-power-plug-off-outline::before{content:"\F1424"}.mdi-power-plug-outline::before{content:"\F1425"}.mdi-power-settings::before{content:"\F0426"}.mdi-power-sleep::before{content:"\F0904"}.mdi-power-socket::before{content:"\F0427"}.mdi-power-socket-au::before{content:"\F0905"}.mdi-power-socket-de::before{content:"\F1107"}.mdi-power-socket-eu::before{content:"\F07E7"}.mdi-power-socket-fr::before{content:"\F1108"}.mdi-power-socket-it::before{content:"\F14FF"}.mdi-power-socket-jp::before{content:"\F1109"}.mdi-power-socket-uk::before{content:"\F07E8"}.mdi-power-socket-us::before{content:"\F07E9"}.mdi-power-standby::before{content:"\F0906"}.mdi-powershell::before{content:"\F0A0A"}.mdi-prescription::before{content:"\F0706"}.mdi-presentation::before{content:"\F0428"}.mdi-presentation-play::before{content:"\F0429"}.mdi-printer::before{content:"\F042A"}.mdi-printer-3d::before{content:"\F042B"}.mdi-printer-3d-nozzle::before{content:"\F0E5B"}.mdi-printer-3d-nozzle-alert::before{content:"\F11C0"}.mdi-printer-3d-nozzle-alert-outline::before{content:"\F11C1"}.mdi-printer-3d-nozzle-outline::before{content:"\F0E5C"}.mdi-printer-alert::before{content:"\F042C"}.mdi-printer-check::before{content:"\F1146"}.mdi-printer-eye::before{content:"\F1458"}.mdi-printer-off::before{content:"\F0E5D"}.mdi-printer-pos::before{content:"\F1057"}.mdi-printer-search::before{content:"\F1457"}.mdi-printer-settings::before{content:"\F0707"}.mdi-printer-wireless::before{content:"\F0A0B"}.mdi-priority-high::before{content:"\F0603"}.mdi-priority-low::before{content:"\F0604"}.mdi-professional-hexagon::before{content:"\F042D"}.mdi-progress-alert::before{content:"\F0CBC"}.mdi-progress-check::before{content:"\F0995"}.mdi-progress-clock::before{content:"\F0996"}.mdi-progress-close::before{content:"\F110A"}.mdi-progress-download::before{content:"\F0997"}.mdi-progress-question::before{content:"\F1522"}.mdi-progress-upload::before{content:"\F0998"}.mdi-progress-wrench::before{content:"\F0CBD"}.mdi-projector::before{content:"\F042E"}.mdi-projector-screen::before{content:"\F042F"}.mdi-propane-tank::before{content:"\F1357"}.mdi-propane-tank-outline::before{content:"\F1358"}.mdi-protocol::before{content:"\F0FD8"}.mdi-publish::before{content:"\F06A7"}.mdi-pulse::before{content:"\F0430"}.mdi-pump::before{content:"\F1402"}.mdi-pumpkin::before{content:"\F0BBF"}.mdi-purse::before{content:"\F0F1C"}.mdi-purse-outline::before{content:"\F0F1D"}.mdi-puzzle::before{content:"\F0431"}.mdi-puzzle-check::before{content:"\F1426"}.mdi-puzzle-check-outline::before{content:"\F1427"}.mdi-puzzle-edit::before{content:"\F14D3"}.mdi-puzzle-edit-outline::before{content:"\F14D9"}.mdi-puzzle-heart::before{content:"\F14D4"}.mdi-puzzle-heart-outline::before{content:"\F14DA"}.mdi-puzzle-minus::before{content:"\F14D1"}.mdi-puzzle-minus-outline::before{content:"\F14D7"}.mdi-puzzle-outline::before{content:"\F0A66"}.mdi-puzzle-plus::before{content:"\F14D0"}.mdi-puzzle-plus-outline::before{content:"\F14D6"}.mdi-puzzle-remove::before{content:"\F14D2"}.mdi-puzzle-remove-outline::before{content:"\F14D8"}.mdi-puzzle-star::before{content:"\F14D5"}.mdi-puzzle-star-outline::before{content:"\F14DB"}.mdi-qi::before{content:"\F0999"}.mdi-qqchat::before{content:"\F0605"}.mdi-qrcode::before{content:"\F0432"}.mdi-qrcode-edit::before{content:"\F08B8"}.mdi-qrcode-minus::before{content:"\F118C"}.mdi-qrcode-plus::before{content:"\F118B"}.mdi-qrcode-remove::before{content:"\F118D"}.mdi-qrcode-scan::before{content:"\F0433"}.mdi-quadcopter::before{content:"\F0434"}.mdi-quality-high::before{content:"\F0435"}.mdi-quality-low::before{content:"\F0A0C"}.mdi-quality-medium::before{content:"\F0A0D"}.mdi-quora::before{content:"\F0D29"}.mdi-rabbit::before{content:"\F0907"}.mdi-racing-helmet::before{content:"\F0D93"}.mdi-racquetball::before{content:"\F0D94"}.mdi-radar::before{content:"\F0437"}.mdi-radiator::before{content:"\F0438"}.mdi-radiator-disabled::before{content:"\F0AD7"}.mdi-radiator-off::before{content:"\F0AD8"}.mdi-radio::before{content:"\F0439"}.mdi-radio-am::before{content:"\F0CBE"}.mdi-radio-fm::before{content:"\F0CBF"}.mdi-radio-handheld::before{content:"\F043A"}.mdi-radio-off::before{content:"\F121C"}.mdi-radio-tower::before{content:"\F043B"}.mdi-radioactive::before{content:"\F043C"}.mdi-radioactive-off::before{content:"\F0EC1"}.mdi-radiobox-blank::before{content:"\F043D"}.mdi-radiobox-marked::before{content:"\F043E"}.mdi-radiology-box::before{content:"\F14C5"}.mdi-radiology-box-outline::before{content:"\F14C6"}.mdi-radius::before{content:"\F0CC0"}.mdi-radius-outline::before{content:"\F0CC1"}.mdi-railroad-light::before{content:"\F0F1E"}.mdi-rake::before{content:"\F1544"}.mdi-raspberry-pi::before{content:"\F043F"}.mdi-ray-end::before{content:"\F0440"}.mdi-ray-end-arrow::before{content:"\F0441"}.mdi-ray-start::before{content:"\F0442"}.mdi-ray-start-arrow::before{content:"\F0443"}.mdi-ray-start-end::before{content:"\F0444"}.mdi-ray-vertex::before{content:"\F0445"}.mdi-react::before{content:"\F0708"}.mdi-read::before{content:"\F0447"}.mdi-receipt::before{content:"\F0449"}.mdi-record::before{content:"\F044A"}.mdi-record-circle::before{content:"\F0EC2"}.mdi-record-circle-outline::before{content:"\F0EC3"}.mdi-record-player::before{content:"\F099A"}.mdi-record-rec::before{content:"\F044B"}.mdi-rectangle::before{content:"\F0E5E"}.mdi-rectangle-outline::before{content:"\F0E5F"}.mdi-recycle::before{content:"\F044C"}.mdi-recycle-variant::before{content:"\F139D"}.mdi-reddit::before{content:"\F044D"}.mdi-redhat::before{content:"\F111B"}.mdi-redo::before{content:"\F044E"}.mdi-redo-variant::before{content:"\F044F"}.mdi-reflect-horizontal::before{content:"\F0A0E"}.mdi-reflect-vertical::before{content:"\F0A0F"}.mdi-refresh::before{content:"\F0450"}.mdi-refresh-circle::before{content:"\F1377"}.mdi-regex::before{content:"\F0451"}.mdi-registered-trademark::before{content:"\F0A67"}.mdi-relation-many-to-many::before{content:"\F1496"}.mdi-relation-many-to-one::before{content:"\F1497"}.mdi-relation-many-to-one-or-many::before{content:"\F1498"}.mdi-relation-many-to-only-one::before{content:"\F1499"}.mdi-relation-many-to-zero-or-many::before{content:"\F149A"}.mdi-relation-many-to-zero-or-one::before{content:"\F149B"}.mdi-relation-one-or-many-to-many::before{content:"\F149C"}.mdi-relation-one-or-many-to-one::before{content:"\F149D"}.mdi-relation-one-or-many-to-one-or-many::before{content:"\F149E"}.mdi-relation-one-or-many-to-only-one::before{content:"\F149F"}.mdi-relation-one-or-many-to-zero-or-many::before{content:"\F14A0"}.mdi-relation-one-or-many-to-zero-or-one::before{content:"\F14A1"}.mdi-relation-one-to-many::before{content:"\F14A2"}.mdi-relation-one-to-one::before{content:"\F14A3"}.mdi-relation-one-to-one-or-many::before{content:"\F14A4"}.mdi-relation-one-to-only-one::before{content:"\F14A5"}.mdi-relation-one-to-zero-or-many::before{content:"\F14A6"}.mdi-relation-one-to-zero-or-one::before{content:"\F14A7"}.mdi-relation-only-one-to-many::before{content:"\F14A8"}.mdi-relation-only-one-to-one::before{content:"\F14A9"}.mdi-relation-only-one-to-one-or-many::before{content:"\F14AA"}.mdi-relation-only-one-to-only-one::before{content:"\F14AB"}.mdi-relation-only-one-to-zero-or-many::before{content:"\F14AC"}.mdi-relation-only-one-to-zero-or-one::before{content:"\F14AD"}.mdi-relation-zero-or-many-to-many::before{content:"\F14AE"}.mdi-relation-zero-or-many-to-one::before{content:"\F14AF"}.mdi-relation-zero-or-many-to-one-or-many::before{content:"\F14B0"}.mdi-relation-zero-or-many-to-only-one::before{content:"\F14B1"}.mdi-relation-zero-or-many-to-zero-or-many::before{content:"\F14B2"}.mdi-relation-zero-or-many-to-zero-or-one::before{content:"\F14B3"}.mdi-relation-zero-or-one-to-many::before{content:"\F14B4"}.mdi-relation-zero-or-one-to-one::before{content:"\F14B5"}.mdi-relation-zero-or-one-to-one-or-many::before{content:"\F14B6"}.mdi-relation-zero-or-one-to-only-one::before{content:"\F14B7"}.mdi-relation-zero-or-one-to-zero-or-many::before{content:"\F14B8"}.mdi-relation-zero-or-one-to-zero-or-one::before{content:"\F14B9"}.mdi-relative-scale::before{content:"\F0452"}.mdi-reload::before{content:"\F0453"}.mdi-reload-alert::before{content:"\F110B"}.mdi-reminder::before{content:"\F088C"}.mdi-remote::before{content:"\F0454"}.mdi-remote-desktop::before{content:"\F08B9"}.mdi-remote-off::before{content:"\F0EC4"}.mdi-remote-tv::before{content:"\F0EC5"}.mdi-remote-tv-off::before{content:"\F0EC6"}.mdi-rename-box::before{content:"\F0455"}.mdi-reorder-horizontal::before{content:"\F0688"}.mdi-reorder-vertical::before{content:"\F0689"}.mdi-repeat::before{content:"\F0456"}.mdi-repeat-off::before{content:"\F0457"}.mdi-repeat-once::before{content:"\F0458"}.mdi-replay::before{content:"\F0459"}.mdi-reply::before{content:"\F045A"}.mdi-reply-all::before{content:"\F045B"}.mdi-reply-all-outline::before{content:"\F0F1F"}.mdi-reply-circle::before{content:"\F11AE"}.mdi-reply-outline::before{content:"\F0F20"}.mdi-reproduction::before{content:"\F045C"}.mdi-resistor::before{content:"\F0B44"}.mdi-resistor-nodes::before{content:"\F0B45"}.mdi-resize::before{content:"\F0A68"}.mdi-resize-bottom-right::before{content:"\F045D"}.mdi-responsive::before{content:"\F045E"}.mdi-restart::before{content:"\F0709"}.mdi-restart-alert::before{content:"\F110C"}.mdi-restart-off::before{content:"\F0D95"}.mdi-restore::before{content:"\F099B"}.mdi-restore-alert::before{content:"\F110D"}.mdi-rewind::before{content:"\F045F"}.mdi-rewind-10::before{content:"\F0D2A"}.mdi-rewind-30::before{content:"\F0D96"}.mdi-rewind-5::before{content:"\F11F9"}.mdi-rewind-outline::before{content:"\F070A"}.mdi-rhombus::before{content:"\F070B"}.mdi-rhombus-medium::before{content:"\F0A10"}.mdi-rhombus-medium-outline::before{content:"\F14DC"}.mdi-rhombus-outline::before{content:"\F070C"}.mdi-rhombus-split::before{content:"\F0A11"}.mdi-rhombus-split-outline::before{content:"\F14DD"}.mdi-ribbon::before{content:"\F0460"}.mdi-rice::before{content:"\F07EA"}.mdi-ring::before{content:"\F07EB"}.mdi-rivet::before{content:"\F0E60"}.mdi-road::before{content:"\F0461"}.mdi-road-variant::before{content:"\F0462"}.mdi-robber::before{content:"\F1058"}.mdi-robot::before{content:"\F06A9"}.mdi-robot-industrial::before{content:"\F0B46"}.mdi-robot-mower::before{content:"\F11F7"}.mdi-robot-mower-outline::before{content:"\F11F3"}.mdi-robot-vacuum::before{content:"\F070D"}.mdi-robot-vacuum-variant::before{content:"\F0908"}.mdi-rocket::before{content:"\F0463"}.mdi-rocket-launch::before{content:"\F14DE"}.mdi-rocket-launch-outline::before{content:"\F14DF"}.mdi-rocket-outline::before{content:"\F13AF"}.mdi-rodent::before{content:"\F1327"}.mdi-roller-skate::before{content:"\F0D2B"}.mdi-roller-skate-off::before{content:"\F0145"}.mdi-rollerblade::before{content:"\F0D2C"}.mdi-rollerblade-off::before{content:"\F002E"}.mdi-rollupjs::before{content:"\F0BC0"}.mdi-roman-numeral-1::before{content:"\F1088"}.mdi-roman-numeral-10::before{content:"\F1091"}.mdi-roman-numeral-2::before{content:"\F1089"}.mdi-roman-numeral-3::before{content:"\F108A"}.mdi-roman-numeral-4::before{content:"\F108B"}.mdi-roman-numeral-5::before{content:"\F108C"}.mdi-roman-numeral-6::before{content:"\F108D"}.mdi-roman-numeral-7::before{content:"\F108E"}.mdi-roman-numeral-8::before{content:"\F108F"}.mdi-roman-numeral-9::before{content:"\F1090"}.mdi-room-service::before{content:"\F088D"}.mdi-room-service-outline::before{content:"\F0D97"}.mdi-rotate-3d::before{content:"\F0EC7"}.mdi-rotate-3d-variant::before{content:"\F0464"}.mdi-rotate-left::before{content:"\F0465"}.mdi-rotate-left-variant::before{content:"\F0466"}.mdi-rotate-orbit::before{content:"\F0D98"}.mdi-rotate-right::before{content:"\F0467"}.mdi-rotate-right-variant::before{content:"\F0468"}.mdi-rounded-corner::before{content:"\F0607"}.mdi-router::before{content:"\F11E2"}.mdi-router-network::before{content:"\F1087"}.mdi-router-wireless::before{content:"\F0469"}.mdi-router-wireless-settings::before{content:"\F0A69"}.mdi-routes::before{content:"\F046A"}.mdi-routes-clock::before{content:"\F1059"}.mdi-rowing::before{content:"\F0608"}.mdi-rss::before{content:"\F046B"}.mdi-rss-box::before{content:"\F046C"}.mdi-rss-off::before{content:"\F0F21"}.mdi-rug::before{content:"\F1475"}.mdi-rugby::before{content:"\F0D99"}.mdi-ruler::before{content:"\F046D"}.mdi-ruler-square::before{content:"\F0CC2"}.mdi-ruler-square-compass::before{content:"\F0EBE"}.mdi-run::before{content:"\F070E"}.mdi-run-fast::before{content:"\F046E"}.mdi-rv-truck::before{content:"\F11D4"}.mdi-sack::before{content:"\F0D2E"}.mdi-sack-percent::before{content:"\F0D2F"}.mdi-safe::before{content:"\F0A6A"}.mdi-safe-square::before{content:"\F127C"}.mdi-safe-square-outline::before{content:"\F127D"}.mdi-safety-goggles::before{content:"\F0D30"}.mdi-sail-boat::before{content:"\F0EC8"}.mdi-sale::before{content:"\F046F"}.mdi-salesforce::before{content:"\F088E"}.mdi-sass::before{content:"\F07EC"}.mdi-satellite::before{content:"\F0470"}.mdi-satellite-uplink::before{content:"\F0909"}.mdi-satellite-variant::before{content:"\F0471"}.mdi-sausage::before{content:"\F08BA"}.mdi-saw-blade::before{content:"\F0E61"}.mdi-sawtooth-wave::before{content:"\F147A"}.mdi-saxophone::before{content:"\F0609"}.mdi-scale::before{content:"\F0472"}.mdi-scale-balance::before{content:"\F05D1"}.mdi-scale-bathroom::before{content:"\F0473"}.mdi-scale-off::before{content:"\F105A"}.mdi-scan-helper::before{content:"\F13D8"}.mdi-scanner::before{content:"\F06AB"}.mdi-scanner-off::before{content:"\F090A"}.mdi-scatter-plot::before{content:"\F0EC9"}.mdi-scatter-plot-outline::before{content:"\F0ECA"}.mdi-school::before{content:"\F0474"}.mdi-school-outline::before{content:"\F1180"}.mdi-scissors-cutting::before{content:"\F0A6B"}.mdi-scooter::before{content:"\F11E9"}.mdi-scoreboard::before{content:"\F127E"}.mdi-scoreboard-outline::before{content:"\F127F"}.mdi-screen-rotation::before{content:"\F0475"}.mdi-screen-rotation-lock::before{content:"\F0478"}.mdi-screw-flat-top::before{content:"\F0DF3"}.mdi-screw-lag::before{content:"\F0DF4"}.mdi-screw-machine-flat-top::before{content:"\F0DF5"}.mdi-screw-machine-round-top::before{content:"\F0DF6"}.mdi-screw-round-top::before{content:"\F0DF7"}.mdi-screwdriver::before{content:"\F0476"}.mdi-script::before{content:"\F0BC1"}.mdi-script-outline::before{content:"\F0477"}.mdi-script-text::before{content:"\F0BC2"}.mdi-script-text-outline::before{content:"\F0BC3"}.mdi-sd::before{content:"\F0479"}.mdi-seal::before{content:"\F047A"}.mdi-seal-variant::before{content:"\F0FD9"}.mdi-search-web::before{content:"\F070F"}.mdi-seat::before{content:"\F0CC3"}.mdi-seat-flat::before{content:"\F047B"}.mdi-seat-flat-angled::before{content:"\F047C"}.mdi-seat-individual-suite::before{content:"\F047D"}.mdi-seat-legroom-extra::before{content:"\F047E"}.mdi-seat-legroom-normal::before{content:"\F047F"}.mdi-seat-legroom-reduced::before{content:"\F0480"}.mdi-seat-outline::before{content:"\F0CC4"}.mdi-seat-passenger::before{content:"\F1249"}.mdi-seat-recline-extra::before{content:"\F0481"}.mdi-seat-recline-normal::before{content:"\F0482"}.mdi-seatbelt::before{content:"\F0CC5"}.mdi-security::before{content:"\F0483"}.mdi-security-network::before{content:"\F0484"}.mdi-seed::before{content:"\F0E62"}.mdi-seed-off::before{content:"\F13FD"}.mdi-seed-off-outline::before{content:"\F13FE"}.mdi-seed-outline::before{content:"\F0E63"}.mdi-segment::before{content:"\F0ECB"}.mdi-select::before{content:"\F0485"}.mdi-select-all::before{content:"\F0486"}.mdi-select-color::before{content:"\F0D31"}.mdi-select-compare::before{content:"\F0AD9"}.mdi-select-drag::before{content:"\F0A6C"}.mdi-select-group::before{content:"\F0F82"}.mdi-select-inverse::before{content:"\F0487"}.mdi-select-marker::before{content:"\F1280"}.mdi-select-multiple::before{content:"\F1281"}.mdi-select-multiple-marker::before{content:"\F1282"}.mdi-select-off::before{content:"\F0488"}.mdi-select-place::before{content:"\F0FDA"}.mdi-select-search::before{content:"\F1204"}.mdi-selection::before{content:"\F0489"}.mdi-selection-drag::before{content:"\F0A6D"}.mdi-selection-ellipse::before{content:"\F0D32"}.mdi-selection-ellipse-arrow-inside::before{content:"\F0F22"}.mdi-selection-marker::before{content:"\F1283"}.mdi-selection-multiple::before{content:"\F1285"}.mdi-selection-multiple-marker::before{content:"\F1284"}.mdi-selection-off::before{content:"\F0777"}.mdi-selection-search::before{content:"\F1205"}.mdi-semantic-web::before{content:"\F1316"}.mdi-send::before{content:"\F048A"}.mdi-send-check::before{content:"\F1161"}.mdi-send-check-outline::before{content:"\F1162"}.mdi-send-circle::before{content:"\F0DF8"}.mdi-send-circle-outline::before{content:"\F0DF9"}.mdi-send-clock::before{content:"\F1163"}.mdi-send-clock-outline::before{content:"\F1164"}.mdi-send-lock::before{content:"\F07ED"}.mdi-send-lock-outline::before{content:"\F1166"}.mdi-send-outline::before{content:"\F1165"}.mdi-serial-port::before{content:"\F065C"}.mdi-server::before{content:"\F048B"}.mdi-server-minus::before{content:"\F048C"}.mdi-server-network::before{content:"\F048D"}.mdi-server-network-off::before{content:"\F048E"}.mdi-server-off::before{content:"\F048F"}.mdi-server-plus::before{content:"\F0490"}.mdi-server-remove::before{content:"\F0491"}.mdi-server-security::before{content:"\F0492"}.mdi-set-all::before{content:"\F0778"}.mdi-set-center::before{content:"\F0779"}.mdi-set-center-right::before{content:"\F077A"}.mdi-set-left::before{content:"\F077B"}.mdi-set-left-center::before{content:"\F077C"}.mdi-set-left-right::before{content:"\F077D"}.mdi-set-merge::before{content:"\F14E0"}.mdi-set-none::before{content:"\F077E"}.mdi-set-right::before{content:"\F077F"}.mdi-set-split::before{content:"\F14E1"}.mdi-set-square::before{content:"\F145D"}.mdi-set-top-box::before{content:"\F099F"}.mdi-settings-helper::before{content:"\F0A6E"}.mdi-shaker::before{content:"\F110E"}.mdi-shaker-outline::before{content:"\F110F"}.mdi-shape::before{content:"\F0831"}.mdi-shape-circle-plus::before{content:"\F065D"}.mdi-shape-outline::before{content:"\F0832"}.mdi-shape-oval-plus::before{content:"\F11FA"}.mdi-shape-plus::before{content:"\F0495"}.mdi-shape-polygon-plus::before{content:"\F065E"}.mdi-shape-rectangle-plus::before{content:"\F065F"}.mdi-shape-square-plus::before{content:"\F0660"}.mdi-shape-square-rounded-plus::before{content:"\F14FA"}.mdi-share::before{content:"\F0496"}.mdi-share-all::before{content:"\F11F4"}.mdi-share-all-outline::before{content:"\F11F5"}.mdi-share-circle::before{content:"\F11AD"}.mdi-share-off::before{content:"\F0F23"}.mdi-share-off-outline::before{content:"\F0F24"}.mdi-share-outline::before{content:"\F0932"}.mdi-share-variant::before{content:"\F0497"}.mdi-share-variant-outline::before{content:"\F1514"}.mdi-sheep::before{content:"\F0CC6"}.mdi-shield::before{content:"\F0498"}.mdi-shield-account::before{content:"\F088F"}.mdi-shield-account-outline::before{content:"\F0A12"}.mdi-shield-airplane::before{content:"\F06BB"}.mdi-shield-airplane-outline::before{content:"\F0CC7"}.mdi-shield-alert::before{content:"\F0ECC"}.mdi-shield-alert-outline::before{content:"\F0ECD"}.mdi-shield-bug::before{content:"\F13DA"}.mdi-shield-bug-outline::before{content:"\F13DB"}.mdi-shield-car::before{content:"\F0F83"}.mdi-shield-check::before{content:"\F0565"}.mdi-shield-check-outline::before{content:"\F0CC8"}.mdi-shield-cross::before{content:"\F0CC9"}.mdi-shield-cross-outline::before{content:"\F0CCA"}.mdi-shield-edit::before{content:"\F11A0"}.mdi-shield-edit-outline::before{content:"\F11A1"}.mdi-shield-half::before{content:"\F1360"}.mdi-shield-half-full::before{content:"\F0780"}.mdi-shield-home::before{content:"\F068A"}.mdi-shield-home-outline::before{content:"\F0CCB"}.mdi-shield-key::before{content:"\F0BC4"}.mdi-shield-key-outline::before{content:"\F0BC5"}.mdi-shield-link-variant::before{content:"\F0D33"}.mdi-shield-link-variant-outline::before{content:"\F0D34"}.mdi-shield-lock::before{content:"\F099D"}.mdi-shield-lock-outline::before{content:"\F0CCC"}.mdi-shield-off::before{content:"\F099E"}.mdi-shield-off-outline::before{content:"\F099C"}.mdi-shield-outline::before{content:"\F0499"}.mdi-shield-plus::before{content:"\F0ADA"}.mdi-shield-plus-outline::before{content:"\F0ADB"}.mdi-shield-refresh::before{content:"\F00AA"}.mdi-shield-refresh-outline::before{content:"\F01E0"}.mdi-shield-remove::before{content:"\F0ADC"}.mdi-shield-remove-outline::before{content:"\F0ADD"}.mdi-shield-search::before{content:"\F0D9A"}.mdi-shield-star::before{content:"\F113B"}.mdi-shield-star-outline::before{content:"\F113C"}.mdi-shield-sun::before{content:"\F105D"}.mdi-shield-sun-outline::before{content:"\F105E"}.mdi-shield-sync::before{content:"\F11A2"}.mdi-shield-sync-outline::before{content:"\F11A3"}.mdi-ship-wheel::before{content:"\F0833"}.mdi-shoe-formal::before{content:"\F0B47"}.mdi-shoe-heel::before{content:"\F0B48"}.mdi-shoe-print::before{content:"\F0DFA"}.mdi-shopping::before{content:"\F049A"}.mdi-shopping-music::before{content:"\F049B"}.mdi-shopping-outline::before{content:"\F11D5"}.mdi-shopping-search::before{content:"\F0F84"}.mdi-shore::before{content:"\F14F9"}.mdi-shovel::before{content:"\F0710"}.mdi-shovel-off::before{content:"\F0711"}.mdi-shower::before{content:"\F09A0"}.mdi-shower-head::before{content:"\F09A1"}.mdi-shredder::before{content:"\F049C"}.mdi-shuffle::before{content:"\F049D"}.mdi-shuffle-disabled::before{content:"\F049E"}.mdi-shuffle-variant::before{content:"\F049F"}.mdi-shuriken::before{content:"\F137F"}.mdi-sigma::before{content:"\F04A0"}.mdi-sigma-lower::before{content:"\F062B"}.mdi-sign-caution::before{content:"\F04A1"}.mdi-sign-direction::before{content:"\F0781"}.mdi-sign-direction-minus::before{content:"\F1000"}.mdi-sign-direction-plus::before{content:"\F0FDC"}.mdi-sign-direction-remove::before{content:"\F0FDD"}.mdi-sign-pole::before{content:"\F14F8"}.mdi-sign-real-estate::before{content:"\F1118"}.mdi-sign-text::before{content:"\F0782"}.mdi-signal::before{content:"\F04A2"}.mdi-signal-2g::before{content:"\F0712"}.mdi-signal-3g::before{content:"\F0713"}.mdi-signal-4g::before{content:"\F0714"}.mdi-signal-5g::before{content:"\F0A6F"}.mdi-signal-cellular-1::before{content:"\F08BC"}.mdi-signal-cellular-2::before{content:"\F08BD"}.mdi-signal-cellular-3::before{content:"\F08BE"}.mdi-signal-cellular-outline::before{content:"\F08BF"}.mdi-signal-distance-variant::before{content:"\F0E64"}.mdi-signal-hspa::before{content:"\F0715"}.mdi-signal-hspa-plus::before{content:"\F0716"}.mdi-signal-off::before{content:"\F0783"}.mdi-signal-variant::before{content:"\F060A"}.mdi-signature::before{content:"\F0DFB"}.mdi-signature-freehand::before{content:"\F0DFC"}.mdi-signature-image::before{content:"\F0DFD"}.mdi-signature-text::before{content:"\F0DFE"}.mdi-silo::before{content:"\F0B49"}.mdi-silverware::before{content:"\F04A3"}.mdi-silverware-clean::before{content:"\F0FDE"}.mdi-silverware-fork::before{content:"\F04A4"}.mdi-silverware-fork-knife::before{content:"\F0A70"}.mdi-silverware-spoon::before{content:"\F04A5"}.mdi-silverware-variant::before{content:"\F04A6"}.mdi-sim::before{content:"\F04A7"}.mdi-sim-alert::before{content:"\F04A8"}.mdi-sim-off::before{content:"\F04A9"}.mdi-simple-icons::before{content:"\F131D"}.mdi-sina-weibo::before{content:"\F0ADF"}.mdi-sine-wave::before{content:"\F095B"}.mdi-sitemap::before{content:"\F04AA"}.mdi-size-l::before{content:"\F13A6"}.mdi-size-m::before{content:"\F13A5"}.mdi-size-s::before{content:"\F13A4"}.mdi-size-xl::before{content:"\F13A7"}.mdi-size-xs::before{content:"\F13A3"}.mdi-size-xxl::before{content:"\F13A8"}.mdi-size-xxs::before{content:"\F13A2"}.mdi-size-xxxl::before{content:"\F13A9"}.mdi-skate::before{content:"\F0D35"}.mdi-skateboard::before{content:"\F14C2"}.mdi-skew-less::before{content:"\F0D36"}.mdi-skew-more::before{content:"\F0D37"}.mdi-ski::before{content:"\F1304"}.mdi-ski-cross-country::before{content:"\F1305"}.mdi-ski-water::before{content:"\F1306"}.mdi-skip-backward::before{content:"\F04AB"}.mdi-skip-backward-outline::before{content:"\F0F25"}.mdi-skip-forward::before{content:"\F04AC"}.mdi-skip-forward-outline::before{content:"\F0F26"}.mdi-skip-next::before{content:"\F04AD"}.mdi-skip-next-circle::before{content:"\F0661"}.mdi-skip-next-circle-outline::before{content:"\F0662"}.mdi-skip-next-outline::before{content:"\F0F27"}.mdi-skip-previous::before{content:"\F04AE"}.mdi-skip-previous-circle::before{content:"\F0663"}.mdi-skip-previous-circle-outline::before{content:"\F0664"}.mdi-skip-previous-outline::before{content:"\F0F28"}.mdi-skull::before{content:"\F068C"}.mdi-skull-crossbones::before{content:"\F0BC6"}.mdi-skull-crossbones-outline::before{content:"\F0BC7"}.mdi-skull-outline::before{content:"\F0BC8"}.mdi-skull-scan::before{content:"\F14C7"}.mdi-skull-scan-outline::before{content:"\F14C8"}.mdi-skype::before{content:"\F04AF"}.mdi-skype-business::before{content:"\F04B0"}.mdi-slack::before{content:"\F04B1"}.mdi-slash-forward::before{content:"\F0FDF"}.mdi-slash-forward-box::before{content:"\F0FE0"}.mdi-sleep::before{content:"\F04B2"}.mdi-sleep-off::before{content:"\F04B3"}.mdi-slope-downhill::before{content:"\F0DFF"}.mdi-slope-uphill::before{content:"\F0E00"}.mdi-slot-machine::before{content:"\F1114"}.mdi-slot-machine-outline::before{content:"\F1115"}.mdi-smart-card::before{content:"\F10BD"}.mdi-smart-card-outline::before{content:"\F10BE"}.mdi-smart-card-reader::before{content:"\F10BF"}.mdi-smart-card-reader-outline::before{content:"\F10C0"}.mdi-smog::before{content:"\F0A71"}.mdi-smoke-detector::before{content:"\F0392"}.mdi-smoking::before{content:"\F04B4"}.mdi-smoking-off::before{content:"\F04B5"}.mdi-smoking-pipe::before{content:"\F140D"}.mdi-smoking-pipe-off::before{content:"\F1428"}.mdi-snake::before{content:"\F150E"}.mdi-snapchat::before{content:"\F04B6"}.mdi-snowboard::before{content:"\F1307"}.mdi-snowflake::before{content:"\F0717"}.mdi-snowflake-alert::before{content:"\F0F29"}.mdi-snowflake-melt::before{content:"\F12CB"}.mdi-snowflake-off::before{content:"\F14E3"}.mdi-snowflake-variant::before{content:"\F0F2A"}.mdi-snowman::before{content:"\F04B7"}.mdi-soccer::before{content:"\F04B8"}.mdi-soccer-field::before{content:"\F0834"}.mdi-sofa::before{content:"\F04B9"}.mdi-solar-panel::before{content:"\F0D9B"}.mdi-solar-panel-large::before{content:"\F0D9C"}.mdi-solar-power::before{content:"\F0A72"}.mdi-soldering-iron::before{content:"\F1092"}.mdi-solid::before{content:"\F068D"}.mdi-sony-playstation::before{content:"\F0414"}.mdi-sort::before{content:"\F04BA"}.mdi-sort-alphabetical-ascending::before{content:"\F05BD"}.mdi-sort-alphabetical-ascending-variant::before{content:"\F1148"}.mdi-sort-alphabetical-descending::before{content:"\F05BF"}.mdi-sort-alphabetical-descending-variant::before{content:"\F1149"}.mdi-sort-alphabetical-variant::before{content:"\F04BB"}.mdi-sort-ascending::before{content:"\F04BC"}.mdi-sort-bool-ascending::before{content:"\F1385"}.mdi-sort-bool-ascending-variant::before{content:"\F1386"}.mdi-sort-bool-descending::before{content:"\F1387"}.mdi-sort-bool-descending-variant::before{content:"\F1388"}.mdi-sort-calendar-ascending::before{content:"\F1547"}.mdi-sort-calendar-descending::before{content:"\F1548"}.mdi-sort-clock-ascending::before{content:"\F1549"}.mdi-sort-clock-ascending-outline::before{content:"\F154A"}.mdi-sort-clock-descending::before{content:"\F154B"}.mdi-sort-clock-descending-outline::before{content:"\F154C"}.mdi-sort-descending::before{content:"\F04BD"}.mdi-sort-numeric-ascending::before{content:"\F1389"}.mdi-sort-numeric-ascending-variant::before{content:"\F090D"}.mdi-sort-numeric-descending::before{content:"\F138A"}.mdi-sort-numeric-descending-variant::before{content:"\F0AD2"}.mdi-sort-numeric-variant::before{content:"\F04BE"}.mdi-sort-reverse-variant::before{content:"\F033C"}.mdi-sort-variant::before{content:"\F04BF"}.mdi-sort-variant-lock::before{content:"\F0CCD"}.mdi-sort-variant-lock-open::before{content:"\F0CCE"}.mdi-sort-variant-remove::before{content:"\F1147"}.mdi-soundcloud::before{content:"\F04C0"}.mdi-source-branch::before{content:"\F062C"}.mdi-source-branch-check::before{content:"\F14CF"}.mdi-source-branch-minus::before{content:"\F14CB"}.mdi-source-branch-plus::before{content:"\F14CA"}.mdi-source-branch-refresh::before{content:"\F14CD"}.mdi-source-branch-remove::before{content:"\F14CC"}.mdi-source-branch-sync::before{content:"\F14CE"}.mdi-source-commit::before{content:"\F0718"}.mdi-source-commit-end::before{content:"\F0719"}.mdi-source-commit-end-local::before{content:"\F071A"}.mdi-source-commit-local::before{content:"\F071B"}.mdi-source-commit-next-local::before{content:"\F071C"}.mdi-source-commit-start::before{content:"\F071D"}.mdi-source-commit-start-next-local::before{content:"\F071E"}.mdi-source-fork::before{content:"\F04C1"}.mdi-source-merge::before{content:"\F062D"}.mdi-source-pull::before{content:"\F04C2"}.mdi-source-repository::before{content:"\F0CCF"}.mdi-source-repository-multiple::before{content:"\F0CD0"}.mdi-soy-sauce::before{content:"\F07EE"}.mdi-soy-sauce-off::before{content:"\F13FC"}.mdi-spa::before{content:"\F0CD1"}.mdi-spa-outline::before{content:"\F0CD2"}.mdi-space-invaders::before{content:"\F0BC9"}.mdi-space-station::before{content:"\F1383"}.mdi-spade::before{content:"\F0E65"}.mdi-sparkles::before{content:"\F1545"}.mdi-speaker::before{content:"\F04C3"}.mdi-speaker-bluetooth::before{content:"\F09A2"}.mdi-speaker-multiple::before{content:"\F0D38"}.mdi-speaker-off::before{content:"\F04C4"}.mdi-speaker-wireless::before{content:"\F071F"}.mdi-speedometer::before{content:"\F04C5"}.mdi-speedometer-medium::before{content:"\F0F85"}.mdi-speedometer-slow::before{content:"\F0F86"}.mdi-spellcheck::before{content:"\F04C6"}.mdi-spider::before{content:"\F11EA"}.mdi-spider-thread::before{content:"\F11EB"}.mdi-spider-web::before{content:"\F0BCA"}.mdi-spirit-level::before{content:"\F14F1"}.mdi-spoon-sugar::before{content:"\F1429"}.mdi-spotify::before{content:"\F04C7"}.mdi-spotlight::before{content:"\F04C8"}.mdi-spotlight-beam::before{content:"\F04C9"}.mdi-spray::before{content:"\F0665"}.mdi-spray-bottle::before{content:"\F0AE0"}.mdi-sprinkler::before{content:"\F105F"}.mdi-sprinkler-variant::before{content:"\F1060"}.mdi-sprout::before{content:"\F0E66"}.mdi-sprout-outline::before{content:"\F0E67"}.mdi-square::before{content:"\F0764"}.mdi-square-circle::before{content:"\F1500"}.mdi-square-edit-outline::before{content:"\F090C"}.mdi-square-medium::before{content:"\F0A13"}.mdi-square-medium-outline::before{content:"\F0A14"}.mdi-square-off::before{content:"\F12EE"}.mdi-square-off-outline::before{content:"\F12EF"}.mdi-square-outline::before{content:"\F0763"}.mdi-square-root::before{content:"\F0784"}.mdi-square-root-box::before{content:"\F09A3"}.mdi-square-rounded::before{content:"\F14FB"}.mdi-square-rounded-outline::before{content:"\F14FC"}.mdi-square-small::before{content:"\F0A15"}.mdi-square-wave::before{content:"\F147B"}.mdi-squeegee::before{content:"\F0AE1"}.mdi-ssh::before{content:"\F08C0"}.mdi-stack-exchange::before{content:"\F060B"}.mdi-stack-overflow::before{content:"\F04CC"}.mdi-stackpath::before{content:"\F0359"}.mdi-stadium::before{content:"\F0FF9"}.mdi-stadium-variant::before{content:"\F0720"}.mdi-stairs::before{content:"\F04CD"}.mdi-stairs-box::before{content:"\F139E"}.mdi-stairs-down::before{content:"\F12BE"}.mdi-stairs-up::before{content:"\F12BD"}.mdi-stamper::before{content:"\F0D39"}.mdi-standard-definition::before{content:"\F07EF"}.mdi-star::before{content:"\F04CE"}.mdi-star-box::before{content:"\F0A73"}.mdi-star-box-multiple::before{content:"\F1286"}.mdi-star-box-multiple-outline::before{content:"\F1287"}.mdi-star-box-outline::before{content:"\F0A74"}.mdi-star-circle::before{content:"\F04CF"}.mdi-star-circle-outline::before{content:"\F09A4"}.mdi-star-face::before{content:"\F09A5"}.mdi-star-four-points::before{content:"\F0AE2"}.mdi-star-four-points-outline::before{content:"\F0AE3"}.mdi-star-half::before{content:"\F0246"}.mdi-star-half-full::before{content:"\F04D0"}.mdi-star-off::before{content:"\F04D1"}.mdi-star-outline::before{content:"\F04D2"}.mdi-star-three-points::before{content:"\F0AE4"}.mdi-star-three-points-outline::before{content:"\F0AE5"}.mdi-state-machine::before{content:"\F11EF"}.mdi-steam::before{content:"\F04D3"}.mdi-steering::before{content:"\F04D4"}.mdi-steering-off::before{content:"\F090E"}.mdi-step-backward::before{content:"\F04D5"}.mdi-step-backward-2::before{content:"\F04D6"}.mdi-step-forward::before{content:"\F04D7"}.mdi-step-forward-2::before{content:"\F04D8"}.mdi-stethoscope::before{content:"\F04D9"}.mdi-sticker::before{content:"\F1364"}.mdi-sticker-alert::before{content:"\F1365"}.mdi-sticker-alert-outline::before{content:"\F1366"}.mdi-sticker-check::before{content:"\F1367"}.mdi-sticker-check-outline::before{content:"\F1368"}.mdi-sticker-circle-outline::before{content:"\F05D0"}.mdi-sticker-emoji::before{content:"\F0785"}.mdi-sticker-minus::before{content:"\F1369"}.mdi-sticker-minus-outline::before{content:"\F136A"}.mdi-sticker-outline::before{content:"\F136B"}.mdi-sticker-plus::before{content:"\F136C"}.mdi-sticker-plus-outline::before{content:"\F136D"}.mdi-sticker-remove::before{content:"\F136E"}.mdi-sticker-remove-outline::before{content:"\F136F"}.mdi-stocking::before{content:"\F04DA"}.mdi-stomach::before{content:"\F1093"}.mdi-stop::before{content:"\F04DB"}.mdi-stop-circle::before{content:"\F0666"}.mdi-stop-circle-outline::before{content:"\F0667"}.mdi-store::before{content:"\F04DC"}.mdi-store-24-hour::before{content:"\F04DD"}.mdi-store-outline::before{content:"\F1361"}.mdi-storefront::before{content:"\F07C7"}.mdi-storefront-outline::before{content:"\F10C1"}.mdi-stove::before{content:"\F04DE"}.mdi-strategy::before{content:"\F11D6"}.mdi-stretch-to-page::before{content:"\F0F2B"}.mdi-stretch-to-page-outline::before{content:"\F0F2C"}.mdi-string-lights::before{content:"\F12BA"}.mdi-string-lights-off::before{content:"\F12BB"}.mdi-subdirectory-arrow-left::before{content:"\F060C"}.mdi-subdirectory-arrow-right::before{content:"\F060D"}.mdi-subtitles::before{content:"\F0A16"}.mdi-subtitles-outline::before{content:"\F0A17"}.mdi-subway::before{content:"\F06AC"}.mdi-subway-alert-variant::before{content:"\F0D9D"}.mdi-subway-variant::before{content:"\F04DF"}.mdi-summit::before{content:"\F0786"}.mdi-sunglasses::before{content:"\F04E0"}.mdi-surround-sound::before{content:"\F05C5"}.mdi-surround-sound-2-0::before{content:"\F07F0"}.mdi-surround-sound-3-1::before{content:"\F07F1"}.mdi-surround-sound-5-1::before{content:"\F07F2"}.mdi-surround-sound-7-1::before{content:"\F07F3"}.mdi-svg::before{content:"\F0721"}.mdi-swap-horizontal::before{content:"\F04E1"}.mdi-swap-horizontal-bold::before{content:"\F0BCD"}.mdi-swap-horizontal-circle::before{content:"\F0FE1"}.mdi-swap-horizontal-circle-outline::before{content:"\F0FE2"}.mdi-swap-horizontal-variant::before{content:"\F08C1"}.mdi-swap-vertical::before{content:"\F04E2"}.mdi-swap-vertical-bold::before{content:"\F0BCE"}.mdi-swap-vertical-circle::before{content:"\F0FE3"}.mdi-swap-vertical-circle-outline::before{content:"\F0FE4"}.mdi-swap-vertical-variant::before{content:"\F08C2"}.mdi-swim::before{content:"\F04E3"}.mdi-switch::before{content:"\F04E4"}.mdi-sword::before{content:"\F04E5"}.mdi-sword-cross::before{content:"\F0787"}.mdi-syllabary-hangul::before{content:"\F1333"}.mdi-syllabary-hiragana::before{content:"\F1334"}.mdi-syllabary-katakana::before{content:"\F1335"}.mdi-syllabary-katakana-halfwidth::before{content:"\F1336"}.mdi-symbol::before{content:"\F1501"}.mdi-symfony::before{content:"\F0AE6"}.mdi-sync::before{content:"\F04E6"}.mdi-sync-alert::before{content:"\F04E7"}.mdi-sync-circle::before{content:"\F1378"}.mdi-sync-off::before{content:"\F04E8"}.mdi-tab::before{content:"\F04E9"}.mdi-tab-minus::before{content:"\F0B4B"}.mdi-tab-plus::before{content:"\F075C"}.mdi-tab-remove::before{content:"\F0B4C"}.mdi-tab-unselected::before{content:"\F04EA"}.mdi-table::before{content:"\F04EB"}.mdi-table-account::before{content:"\F13B9"}.mdi-table-alert::before{content:"\F13BA"}.mdi-table-arrow-down::before{content:"\F13BB"}.mdi-table-arrow-left::before{content:"\F13BC"}.mdi-table-arrow-right::before{content:"\F13BD"}.mdi-table-arrow-up::before{content:"\F13BE"}.mdi-table-border::before{content:"\F0A18"}.mdi-table-cancel::before{content:"\F13BF"}.mdi-table-chair::before{content:"\F1061"}.mdi-table-check::before{content:"\F13C0"}.mdi-table-clock::before{content:"\F13C1"}.mdi-table-cog::before{content:"\F13C2"}.mdi-table-column::before{content:"\F0835"}.mdi-table-column-plus-after::before{content:"\F04EC"}.mdi-table-column-plus-before::before{content:"\F04ED"}.mdi-table-column-remove::before{content:"\F04EE"}.mdi-table-column-width::before{content:"\F04EF"}.mdi-table-edit::before{content:"\F04F0"}.mdi-table-eye::before{content:"\F1094"}.mdi-table-eye-off::before{content:"\F13C3"}.mdi-table-furniture::before{content:"\F05BC"}.mdi-table-headers-eye::before{content:"\F121D"}.mdi-table-headers-eye-off::before{content:"\F121E"}.mdi-table-heart::before{content:"\F13C4"}.mdi-table-key::before{content:"\F13C5"}.mdi-table-large::before{content:"\F04F1"}.mdi-table-large-plus::before{content:"\F0F87"}.mdi-table-large-remove::before{content:"\F0F88"}.mdi-table-lock::before{content:"\F13C6"}.mdi-table-merge-cells::before{content:"\F09A6"}.mdi-table-minus::before{content:"\F13C7"}.mdi-table-multiple::before{content:"\F13C8"}.mdi-table-network::before{content:"\F13C9"}.mdi-table-of-contents::before{content:"\F0836"}.mdi-table-off::before{content:"\F13CA"}.mdi-table-plus::before{content:"\F0A75"}.mdi-table-refresh::before{content:"\F13A0"}.mdi-table-remove::before{content:"\F0A76"}.mdi-table-row::before{content:"\F0837"}.mdi-table-row-height::before{content:"\F04F2"}.mdi-table-row-plus-after::before{content:"\F04F3"}.mdi-table-row-plus-before::before{content:"\F04F4"}.mdi-table-row-remove::before{content:"\F04F5"}.mdi-table-search::before{content:"\F090F"}.mdi-table-settings::before{content:"\F0838"}.mdi-table-split-cell::before{content:"\F142A"}.mdi-table-star::before{content:"\F13CB"}.mdi-table-sync::before{content:"\F13A1"}.mdi-table-tennis::before{content:"\F0E68"}.mdi-tablet::before{content:"\F04F6"}.mdi-tablet-android::before{content:"\F04F7"}.mdi-tablet-cellphone::before{content:"\F09A7"}.mdi-tablet-dashboard::before{content:"\F0ECE"}.mdi-tablet-ipad::before{content:"\F04F8"}.mdi-taco::before{content:"\F0762"}.mdi-tag::before{content:"\F04F9"}.mdi-tag-faces::before{content:"\F04FA"}.mdi-tag-heart::before{content:"\F068B"}.mdi-tag-heart-outline::before{content:"\F0BCF"}.mdi-tag-minus::before{content:"\F0910"}.mdi-tag-minus-outline::before{content:"\F121F"}.mdi-tag-multiple::before{content:"\F04FB"}.mdi-tag-multiple-outline::before{content:"\F12F7"}.mdi-tag-off::before{content:"\F1220"}.mdi-tag-off-outline::before{content:"\F1221"}.mdi-tag-outline::before{content:"\F04FC"}.mdi-tag-plus::before{content:"\F0722"}.mdi-tag-plus-outline::before{content:"\F1222"}.mdi-tag-remove::before{content:"\F0723"}.mdi-tag-remove-outline::before{content:"\F1223"}.mdi-tag-text::before{content:"\F1224"}.mdi-tag-text-outline::before{content:"\F04FD"}.mdi-tailwind::before{content:"\F13FF"}.mdi-tank::before{content:"\F0D3A"}.mdi-tanker-truck::before{content:"\F0FE5"}.mdi-tape-measure::before{content:"\F0B4D"}.mdi-target::before{content:"\F04FE"}.mdi-target-account::before{content:"\F0BD0"}.mdi-target-variant::before{content:"\F0A77"}.mdi-taxi::before{content:"\F04FF"}.mdi-tea::before{content:"\F0D9E"}.mdi-tea-outline::before{content:"\F0D9F"}.mdi-teach::before{content:"\F0890"}.mdi-teamviewer::before{content:"\F0500"}.mdi-telegram::before{content:"\F0501"}.mdi-telescope::before{content:"\F0B4E"}.mdi-television::before{content:"\F0502"}.mdi-television-ambient-light::before{content:"\F1356"}.mdi-television-box::before{content:"\F0839"}.mdi-television-classic::before{content:"\F07F4"}.mdi-television-classic-off::before{content:"\F083A"}.mdi-television-clean::before{content:"\F1110"}.mdi-television-guide::before{content:"\F0503"}.mdi-television-off::before{content:"\F083B"}.mdi-television-pause::before{content:"\F0F89"}.mdi-television-play::before{content:"\F0ECF"}.mdi-television-stop::before{content:"\F0F8A"}.mdi-temperature-celsius::before{content:"\F0504"}.mdi-temperature-fahrenheit::before{content:"\F0505"}.mdi-temperature-kelvin::before{content:"\F0506"}.mdi-tennis::before{content:"\F0DA0"}.mdi-tennis-ball::before{content:"\F0507"}.mdi-tent::before{content:"\F0508"}.mdi-terraform::before{content:"\F1062"}.mdi-terrain::before{content:"\F0509"}.mdi-test-tube::before{content:"\F0668"}.mdi-test-tube-empty::before{content:"\F0911"}.mdi-test-tube-off::before{content:"\F0912"}.mdi-text::before{content:"\F09A8"}.mdi-text-box::before{content:"\F021A"}.mdi-text-box-check::before{content:"\F0EA6"}.mdi-text-box-check-outline::before{content:"\F0EA7"}.mdi-text-box-minus::before{content:"\F0EA8"}.mdi-text-box-minus-outline::before{content:"\F0EA9"}.mdi-text-box-multiple::before{content:"\F0AB7"}.mdi-text-box-multiple-outline::before{content:"\F0AB8"}.mdi-text-box-outline::before{content:"\F09ED"}.mdi-text-box-plus::before{content:"\F0EAA"}.mdi-text-box-plus-outline::before{content:"\F0EAB"}.mdi-text-box-remove::before{content:"\F0EAC"}.mdi-text-box-remove-outline::before{content:"\F0EAD"}.mdi-text-box-search::before{content:"\F0EAE"}.mdi-text-box-search-outline::before{content:"\F0EAF"}.mdi-text-recognition::before{content:"\F113D"}.mdi-text-search::before{content:"\F13B8"}.mdi-text-shadow::before{content:"\F0669"}.mdi-text-short::before{content:"\F09A9"}.mdi-text-subject::before{content:"\F09AA"}.mdi-text-to-speech::before{content:"\F050A"}.mdi-text-to-speech-off::before{content:"\F050B"}.mdi-texture::before{content:"\F050C"}.mdi-texture-box::before{content:"\F0FE6"}.mdi-theater::before{content:"\F050D"}.mdi-theme-light-dark::before{content:"\F050E"}.mdi-thermometer::before{content:"\F050F"}.mdi-thermometer-alert::before{content:"\F0E01"}.mdi-thermometer-chevron-down::before{content:"\F0E02"}.mdi-thermometer-chevron-up::before{content:"\F0E03"}.mdi-thermometer-high::before{content:"\F10C2"}.mdi-thermometer-lines::before{content:"\F0510"}.mdi-thermometer-low::before{content:"\F10C3"}.mdi-thermometer-minus::before{content:"\F0E04"}.mdi-thermometer-off::before{content:"\F1531"}.mdi-thermometer-plus::before{content:"\F0E05"}.mdi-thermostat::before{content:"\F0393"}.mdi-thermostat-box::before{content:"\F0891"}.mdi-thought-bubble::before{content:"\F07F6"}.mdi-thought-bubble-outline::before{content:"\F07F7"}.mdi-thumb-down::before{content:"\F0511"}.mdi-thumb-down-outline::before{content:"\F0512"}.mdi-thumb-up::before{content:"\F0513"}.mdi-thumb-up-outline::before{content:"\F0514"}.mdi-thumbs-up-down::before{content:"\F0515"}.mdi-ticket::before{content:"\F0516"}.mdi-ticket-account::before{content:"\F0517"}.mdi-ticket-confirmation::before{content:"\F0518"}.mdi-ticket-confirmation-outline::before{content:"\F13AA"}.mdi-ticket-outline::before{content:"\F0913"}.mdi-ticket-percent::before{content:"\F0724"}.mdi-ticket-percent-outline::before{content:"\F142B"}.mdi-tie::before{content:"\F0519"}.mdi-tilde::before{content:"\F0725"}.mdi-timelapse::before{content:"\F051A"}.mdi-timeline::before{content:"\F0BD1"}.mdi-timeline-alert::before{content:"\F0F95"}.mdi-timeline-alert-outline::before{content:"\F0F98"}.mdi-timeline-check::before{content:"\F1532"}.mdi-timeline-check-outline::before{content:"\F1533"}.mdi-timeline-clock::before{content:"\F11FB"}.mdi-timeline-clock-outline::before{content:"\F11FC"}.mdi-timeline-help::before{content:"\F0F99"}.mdi-timeline-help-outline::before{content:"\F0F9A"}.mdi-timeline-minus::before{content:"\F1534"}.mdi-timeline-minus-outline::before{content:"\F1535"}.mdi-timeline-outline::before{content:"\F0BD2"}.mdi-timeline-plus::before{content:"\F0F96"}.mdi-timeline-plus-outline::before{content:"\F0F97"}.mdi-timeline-remove::before{content:"\F1536"}.mdi-timeline-remove-outline::before{content:"\F1537"}.mdi-timeline-text::before{content:"\F0BD3"}.mdi-timeline-text-outline::before{content:"\F0BD4"}.mdi-timer::before{content:"\F13AB"}.mdi-timer-10::before{content:"\F051C"}.mdi-timer-3::before{content:"\F051D"}.mdi-timer-off::before{content:"\F13AC"}.mdi-timer-off-outline::before{content:"\F051E"}.mdi-timer-outline::before{content:"\F051B"}.mdi-timer-sand::before{content:"\F051F"}.mdi-timer-sand-empty::before{content:"\F06AD"}.mdi-timer-sand-full::before{content:"\F078C"}.mdi-timetable::before{content:"\F0520"}.mdi-toaster::before{content:"\F1063"}.mdi-toaster-off::before{content:"\F11B7"}.mdi-toaster-oven::before{content:"\F0CD3"}.mdi-toggle-switch::before{content:"\F0521"}.mdi-toggle-switch-off::before{content:"\F0522"}.mdi-toggle-switch-off-outline::before{content:"\F0A19"}.mdi-toggle-switch-outline::before{content:"\F0A1A"}.mdi-toilet::before{content:"\F09AB"}.mdi-toolbox::before{content:"\F09AC"}.mdi-toolbox-outline::before{content:"\F09AD"}.mdi-tools::before{content:"\F1064"}.mdi-tooltip::before{content:"\F0523"}.mdi-tooltip-account::before{content:"\F000C"}.mdi-tooltip-edit::before{content:"\F0524"}.mdi-tooltip-edit-outline::before{content:"\F12C5"}.mdi-tooltip-image::before{content:"\F0525"}.mdi-tooltip-image-outline::before{content:"\F0BD5"}.mdi-tooltip-outline::before{content:"\F0526"}.mdi-tooltip-plus::before{content:"\F0BD6"}.mdi-tooltip-plus-outline::before{content:"\F0527"}.mdi-tooltip-text::before{content:"\F0528"}.mdi-tooltip-text-outline::before{content:"\F0BD7"}.mdi-tooth::before{content:"\F08C3"}.mdi-tooth-outline::before{content:"\F0529"}.mdi-toothbrush::before{content:"\F1129"}.mdi-toothbrush-electric::before{content:"\F112C"}.mdi-toothbrush-paste::before{content:"\F112A"}.mdi-tortoise::before{content:"\F0D3B"}.mdi-toslink::before{content:"\F12B8"}.mdi-tournament::before{content:"\F09AE"}.mdi-tow-truck::before{content:"\F083C"}.mdi-tower-beach::before{content:"\F0681"}.mdi-tower-fire::before{content:"\F0682"}.mdi-toy-brick::before{content:"\F1288"}.mdi-toy-brick-marker::before{content:"\F1289"}.mdi-toy-brick-marker-outline::before{content:"\F128A"}.mdi-toy-brick-minus::before{content:"\F128B"}.mdi-toy-brick-minus-outline::before{content:"\F128C"}.mdi-toy-brick-outline::before{content:"\F128D"}.mdi-toy-brick-plus::before{content:"\F128E"}.mdi-toy-brick-plus-outline::before{content:"\F128F"}.mdi-toy-brick-remove::before{content:"\F1290"}.mdi-toy-brick-remove-outline::before{content:"\F1291"}.mdi-toy-brick-search::before{content:"\F1292"}.mdi-toy-brick-search-outline::before{content:"\F1293"}.mdi-track-light::before{content:"\F0914"}.mdi-trackpad::before{content:"\F07F8"}.mdi-trackpad-lock::before{content:"\F0933"}.mdi-tractor::before{content:"\F0892"}.mdi-tractor-variant::before{content:"\F14C4"}.mdi-trademark::before{content:"\F0A78"}.mdi-traffic-cone::before{content:"\F137C"}.mdi-traffic-light::before{content:"\F052B"}.mdi-train::before{content:"\F052C"}.mdi-train-car::before{content:"\F0BD8"}.mdi-train-variant::before{content:"\F08C4"}.mdi-tram::before{content:"\F052D"}.mdi-tram-side::before{content:"\F0FE7"}.mdi-transcribe::before{content:"\F052E"}.mdi-transcribe-close::before{content:"\F052F"}.mdi-transfer::before{content:"\F1065"}.mdi-transfer-down::before{content:"\F0DA1"}.mdi-transfer-left::before{content:"\F0DA2"}.mdi-transfer-right::before{content:"\F0530"}.mdi-transfer-up::before{content:"\F0DA3"}.mdi-transit-connection::before{content:"\F0D3C"}.mdi-transit-connection-horizontal::before{content:"\F1546"}.mdi-transit-connection-variant::before{content:"\F0D3D"}.mdi-transit-detour::before{content:"\F0F8B"}.mdi-transit-skip::before{content:"\F1515"}.mdi-transit-transfer::before{content:"\F06AE"}.mdi-transition::before{content:"\F0915"}.mdi-transition-masked::before{content:"\F0916"}.mdi-translate::before{content:"\F05CA"}.mdi-translate-off::before{content:"\F0E06"}.mdi-transmission-tower::before{content:"\F0D3E"}.mdi-trash-can::before{content:"\F0A79"}.mdi-trash-can-outline::before{content:"\F0A7A"}.mdi-tray::before{content:"\F1294"}.mdi-tray-alert::before{content:"\F1295"}.mdi-tray-full::before{content:"\F1296"}.mdi-tray-minus::before{content:"\F1297"}.mdi-tray-plus::before{content:"\F1298"}.mdi-tray-remove::before{content:"\F1299"}.mdi-treasure-chest::before{content:"\F0726"}.mdi-tree::before{content:"\F0531"}.mdi-tree-outline::before{content:"\F0E69"}.mdi-trello::before{content:"\F0532"}.mdi-trending-down::before{content:"\F0533"}.mdi-trending-neutral::before{content:"\F0534"}.mdi-trending-up::before{content:"\F0535"}.mdi-triangle::before{content:"\F0536"}.mdi-triangle-outline::before{content:"\F0537"}.mdi-triangle-wave::before{content:"\F147C"}.mdi-triforce::before{content:"\F0BD9"}.mdi-trophy::before{content:"\F0538"}.mdi-trophy-award::before{content:"\F0539"}.mdi-trophy-broken::before{content:"\F0DA4"}.mdi-trophy-outline::before{content:"\F053A"}.mdi-trophy-variant::before{content:"\F053B"}.mdi-trophy-variant-outline::before{content:"\F053C"}.mdi-truck::before{content:"\F053D"}.mdi-truck-check::before{content:"\F0CD4"}.mdi-truck-check-outline::before{content:"\F129A"}.mdi-truck-delivery::before{content:"\F053E"}.mdi-truck-delivery-outline::before{content:"\F129B"}.mdi-truck-fast::before{content:"\F0788"}.mdi-truck-fast-outline::before{content:"\F129C"}.mdi-truck-outline::before{content:"\F129D"}.mdi-truck-trailer::before{content:"\F0727"}.mdi-trumpet::before{content:"\F1096"}.mdi-tshirt-crew::before{content:"\F0A7B"}.mdi-tshirt-crew-outline::before{content:"\F053F"}.mdi-tshirt-v::before{content:"\F0A7C"}.mdi-tshirt-v-outline::before{content:"\F0540"}.mdi-tumble-dryer::before{content:"\F0917"}.mdi-tumble-dryer-alert::before{content:"\F11BA"}.mdi-tumble-dryer-off::before{content:"\F11BB"}.mdi-tune::before{content:"\F062E"}.mdi-tune-variant::before{content:"\F1542"}.mdi-tune-vertical::before{content:"\F066A"}.mdi-tune-vertical-variant::before{content:"\F1543"}.mdi-turnstile::before{content:"\F0CD5"}.mdi-turnstile-outline::before{content:"\F0CD6"}.mdi-turtle::before{content:"\F0CD7"}.mdi-twitch::before{content:"\F0543"}.mdi-twitter::before{content:"\F0544"}.mdi-twitter-retweet::before{content:"\F0547"}.mdi-two-factor-authentication::before{content:"\F09AF"}.mdi-typewriter::before{content:"\F0F2D"}.mdi-ubisoft::before{content:"\F0BDA"}.mdi-ubuntu::before{content:"\F0548"}.mdi-ufo::before{content:"\F10C4"}.mdi-ufo-outline::before{content:"\F10C5"}.mdi-ultra-high-definition::before{content:"\F07F9"}.mdi-umbraco::before{content:"\F0549"}.mdi-umbrella::before{content:"\F054A"}.mdi-umbrella-closed::before{content:"\F09B0"}.mdi-umbrella-closed-outline::before{content:"\F13E2"}.mdi-umbrella-closed-variant::before{content:"\F13E1"}.mdi-umbrella-outline::before{content:"\F054B"}.mdi-undo::before{content:"\F054C"}.mdi-undo-variant::before{content:"\F054D"}.mdi-unfold-less-horizontal::before{content:"\F054E"}.mdi-unfold-less-vertical::before{content:"\F0760"}.mdi-unfold-more-horizontal::before{content:"\F054F"}.mdi-unfold-more-vertical::before{content:"\F0761"}.mdi-ungroup::before{content:"\F0550"}.mdi-unicode::before{content:"\F0ED0"}.mdi-unity::before{content:"\F06AF"}.mdi-unreal::before{content:"\F09B1"}.mdi-untappd::before{content:"\F0551"}.mdi-update::before{content:"\F06B0"}.mdi-upload::before{content:"\F0552"}.mdi-upload-lock::before{content:"\F1373"}.mdi-upload-lock-outline::before{content:"\F1374"}.mdi-upload-multiple::before{content:"\F083D"}.mdi-upload-network::before{content:"\F06F6"}.mdi-upload-network-outline::before{content:"\F0CD8"}.mdi-upload-off::before{content:"\F10C6"}.mdi-upload-off-outline::before{content:"\F10C7"}.mdi-upload-outline::before{content:"\F0E07"}.mdi-usb::before{content:"\F0553"}.mdi-usb-flash-drive::before{content:"\F129E"}.mdi-usb-flash-drive-outline::before{content:"\F129F"}.mdi-usb-port::before{content:"\F11F0"}.mdi-valve::before{content:"\F1066"}.mdi-valve-closed::before{content:"\F1067"}.mdi-valve-open::before{content:"\F1068"}.mdi-van-passenger::before{content:"\F07FA"}.mdi-van-utility::before{content:"\F07FB"}.mdi-vanish::before{content:"\F07FC"}.mdi-vanity-light::before{content:"\F11E1"}.mdi-variable::before{content:"\F0AE7"}.mdi-variable-box::before{content:"\F1111"}.mdi-vector-arrange-above::before{content:"\F0554"}.mdi-vector-arrange-below::before{content:"\F0555"}.mdi-vector-bezier::before{content:"\F0AE8"}.mdi-vector-circle::before{content:"\F0556"}.mdi-vector-circle-variant::before{content:"\F0557"}.mdi-vector-combine::before{content:"\F0558"}.mdi-vector-curve::before{content:"\F0559"}.mdi-vector-difference::before{content:"\F055A"}.mdi-vector-difference-ab::before{content:"\F055B"}.mdi-vector-difference-ba::before{content:"\F055C"}.mdi-vector-ellipse::before{content:"\F0893"}.mdi-vector-intersection::before{content:"\F055D"}.mdi-vector-line::before{content:"\F055E"}.mdi-vector-link::before{content:"\F0FE8"}.mdi-vector-point::before{content:"\F055F"}.mdi-vector-polygon::before{content:"\F0560"}.mdi-vector-polyline::before{content:"\F0561"}.mdi-vector-polyline-edit::before{content:"\F1225"}.mdi-vector-polyline-minus::before{content:"\F1226"}.mdi-vector-polyline-plus::before{content:"\F1227"}.mdi-vector-polyline-remove::before{content:"\F1228"}.mdi-vector-radius::before{content:"\F074A"}.mdi-vector-rectangle::before{content:"\F05C6"}.mdi-vector-selection::before{content:"\F0562"}.mdi-vector-square::before{content:"\F0001"}.mdi-vector-triangle::before{content:"\F0563"}.mdi-vector-union::before{content:"\F0564"}.mdi-vhs::before{content:"\F0A1B"}.mdi-vibrate::before{content:"\F0566"}.mdi-vibrate-off::before{content:"\F0CD9"}.mdi-video::before{content:"\F0567"}.mdi-video-3d::before{content:"\F07FD"}.mdi-video-3d-off::before{content:"\F13D9"}.mdi-video-3d-variant::before{content:"\F0ED1"}.mdi-video-4k-box::before{content:"\F083E"}.mdi-video-account::before{content:"\F0919"}.mdi-video-box::before{content:"\F00FD"}.mdi-video-box-off::before{content:"\F00FE"}.mdi-video-check::before{content:"\F1069"}.mdi-video-check-outline::before{content:"\F106A"}.mdi-video-high-definition::before{content:"\F152E"}.mdi-video-image::before{content:"\F091A"}.mdi-video-input-antenna::before{content:"\F083F"}.mdi-video-input-component::before{content:"\F0840"}.mdi-video-input-hdmi::before{content:"\F0841"}.mdi-video-input-scart::before{content:"\F0F8C"}.mdi-video-input-svideo::before{content:"\F0842"}.mdi-video-minus::before{content:"\F09B2"}.mdi-video-minus-outline::before{content:"\F02BA"}.mdi-video-off::before{content:"\F0568"}.mdi-video-off-outline::before{content:"\F0BDB"}.mdi-video-outline::before{content:"\F0BDC"}.mdi-video-plus::before{content:"\F09B3"}.mdi-video-plus-outline::before{content:"\F01D3"}.mdi-video-stabilization::before{content:"\F091B"}.mdi-video-switch::before{content:"\F0569"}.mdi-video-switch-outline::before{content:"\F0790"}.mdi-video-vintage::before{content:"\F0A1C"}.mdi-video-wireless::before{content:"\F0ED2"}.mdi-video-wireless-outline::before{content:"\F0ED3"}.mdi-view-agenda::before{content:"\F056A"}.mdi-view-agenda-outline::before{content:"\F11D8"}.mdi-view-array::before{content:"\F056B"}.mdi-view-array-outline::before{content:"\F1485"}.mdi-view-carousel::before{content:"\F056C"}.mdi-view-carousel-outline::before{content:"\F1486"}.mdi-view-column::before{content:"\F056D"}.mdi-view-column-outline::before{content:"\F1487"}.mdi-view-comfy::before{content:"\F0E6A"}.mdi-view-comfy-outline::before{content:"\F1488"}.mdi-view-compact::before{content:"\F0E6B"}.mdi-view-compact-outline::before{content:"\F0E6C"}.mdi-view-dashboard::before{content:"\F056E"}.mdi-view-dashboard-outline::before{content:"\F0A1D"}.mdi-view-dashboard-variant::before{content:"\F0843"}.mdi-view-dashboard-variant-outline::before{content:"\F1489"}.mdi-view-day::before{content:"\F056F"}.mdi-view-day-outline::before{content:"\F148A"}.mdi-view-grid::before{content:"\F0570"}.mdi-view-grid-outline::before{content:"\F11D9"}.mdi-view-grid-plus::before{content:"\F0F8D"}.mdi-view-grid-plus-outline::before{content:"\F11DA"}.mdi-view-headline::before{content:"\F0571"}.mdi-view-list::before{content:"\F0572"}.mdi-view-list-outline::before{content:"\F148B"}.mdi-view-module::before{content:"\F0573"}.mdi-view-module-outline::before{content:"\F148C"}.mdi-view-parallel::before{content:"\F0728"}.mdi-view-parallel-outline::before{content:"\F148D"}.mdi-view-quilt::before{content:"\F0574"}.mdi-view-quilt-outline::before{content:"\F148E"}.mdi-view-sequential::before{content:"\F0729"}.mdi-view-sequential-outline::before{content:"\F148F"}.mdi-view-split-horizontal::before{content:"\F0BCB"}.mdi-view-split-vertical::before{content:"\F0BCC"}.mdi-view-stream::before{content:"\F0575"}.mdi-view-stream-outline::before{content:"\F1490"}.mdi-view-week::before{content:"\F0576"}.mdi-view-week-outline::before{content:"\F1491"}.mdi-vimeo::before{content:"\F0577"}.mdi-violin::before{content:"\F060F"}.mdi-virtual-reality::before{content:"\F0894"}.mdi-virus::before{content:"\F13B6"}.mdi-virus-outline::before{content:"\F13B7"}.mdi-vk::before{content:"\F0579"}.mdi-vlc::before{content:"\F057C"}.mdi-voice-off::before{content:"\F0ED4"}.mdi-voicemail::before{content:"\F057D"}.mdi-volleyball::before{content:"\F09B4"}.mdi-volume-high::before{content:"\F057E"}.mdi-volume-low::before{content:"\F057F"}.mdi-volume-medium::before{content:"\F0580"}.mdi-volume-minus::before{content:"\F075E"}.mdi-volume-mute::before{content:"\F075F"}.mdi-volume-off::before{content:"\F0581"}.mdi-volume-plus::before{content:"\F075D"}.mdi-volume-source::before{content:"\F1120"}.mdi-volume-variant-off::before{content:"\F0E08"}.mdi-volume-vibrate::before{content:"\F1121"}.mdi-vote::before{content:"\F0A1F"}.mdi-vote-outline::before{content:"\F0A20"}.mdi-vpn::before{content:"\F0582"}.mdi-vuejs::before{content:"\F0844"}.mdi-vuetify::before{content:"\F0E6D"}.mdi-walk::before{content:"\F0583"}.mdi-wall::before{content:"\F07FE"}.mdi-wall-sconce::before{content:"\F091C"}.mdi-wall-sconce-flat::before{content:"\F091D"}.mdi-wall-sconce-flat-variant::before{content:"\F041C"}.mdi-wall-sconce-round::before{content:"\F0748"}.mdi-wall-sconce-round-variant::before{content:"\F091E"}.mdi-wallet::before{content:"\F0584"}.mdi-wallet-giftcard::before{content:"\F0585"}.mdi-wallet-membership::before{content:"\F0586"}.mdi-wallet-outline::before{content:"\F0BDD"}.mdi-wallet-plus::before{content:"\F0F8E"}.mdi-wallet-plus-outline::before{content:"\F0F8F"}.mdi-wallet-travel::before{content:"\F0587"}.mdi-wallpaper::before{content:"\F0E09"}.mdi-wan::before{content:"\F0588"}.mdi-wardrobe::before{content:"\F0F90"}.mdi-wardrobe-outline::before{content:"\F0F91"}.mdi-warehouse::before{content:"\F0F81"}.mdi-washing-machine::before{content:"\F072A"}.mdi-washing-machine-alert::before{content:"\F11BC"}.mdi-washing-machine-off::before{content:"\F11BD"}.mdi-watch::before{content:"\F0589"}.mdi-watch-export::before{content:"\F058A"}.mdi-watch-export-variant::before{content:"\F0895"}.mdi-watch-import::before{content:"\F058B"}.mdi-watch-import-variant::before{content:"\F0896"}.mdi-watch-variant::before{content:"\F0897"}.mdi-watch-vibrate::before{content:"\F06B1"}.mdi-watch-vibrate-off::before{content:"\F0CDA"}.mdi-water::before{content:"\F058C"}.mdi-water-alert::before{content:"\F1502"}.mdi-water-alert-outline::before{content:"\F1503"}.mdi-water-boiler::before{content:"\F0F92"}.mdi-water-boiler-alert::before{content:"\F11B3"}.mdi-water-boiler-off::before{content:"\F11B4"}.mdi-water-check::before{content:"\F1504"}.mdi-water-check-outline::before{content:"\F1505"}.mdi-water-minus::before{content:"\F1506"}.mdi-water-minus-outline::before{content:"\F1507"}.mdi-water-off::before{content:"\F058D"}.mdi-water-off-outline::before{content:"\F1508"}.mdi-water-outline::before{content:"\F0E0A"}.mdi-water-percent::before{content:"\F058E"}.mdi-water-percent-alert::before{content:"\F1509"}.mdi-water-plus::before{content:"\F150A"}.mdi-water-plus-outline::before{content:"\F150B"}.mdi-water-polo::before{content:"\F12A0"}.mdi-water-pump::before{content:"\F058F"}.mdi-water-pump-off::before{content:"\F0F93"}.mdi-water-remove::before{content:"\F150C"}.mdi-water-remove-outline::before{content:"\F150D"}.mdi-water-well::before{content:"\F106B"}.mdi-water-well-outline::before{content:"\F106C"}.mdi-watering-can::before{content:"\F1481"}.mdi-watering-can-outline::before{content:"\F1482"}.mdi-watermark::before{content:"\F0612"}.mdi-wave::before{content:"\F0F2E"}.mdi-waveform::before{content:"\F147D"}.mdi-waves::before{content:"\F078D"}.mdi-waze::before{content:"\F0BDE"}.mdi-weather-cloudy::before{content:"\F0590"}.mdi-weather-cloudy-alert::before{content:"\F0F2F"}.mdi-weather-cloudy-arrow-right::before{content:"\F0E6E"}.mdi-weather-fog::before{content:"\F0591"}.mdi-weather-hail::before{content:"\F0592"}.mdi-weather-hazy::before{content:"\F0F30"}.mdi-weather-hurricane::before{content:"\F0898"}.mdi-weather-lightning::before{content:"\F0593"}.mdi-weather-lightning-rainy::before{content:"\F067E"}.mdi-weather-night::before{content:"\F0594"}.mdi-weather-night-partly-cloudy::before{content:"\F0F31"}.mdi-weather-partly-cloudy::before{content:"\F0595"}.mdi-weather-partly-lightning::before{content:"\F0F32"}.mdi-weather-partly-rainy::before{content:"\F0F33"}.mdi-weather-partly-snowy::before{content:"\F0F34"}.mdi-weather-partly-snowy-rainy::before{content:"\F0F35"}.mdi-weather-pouring::before{content:"\F0596"}.mdi-weather-rainy::before{content:"\F0597"}.mdi-weather-snowy::before{content:"\F0598"}.mdi-weather-snowy-heavy::before{content:"\F0F36"}.mdi-weather-snowy-rainy::before{content:"\F067F"}.mdi-weather-sunny::before{content:"\F0599"}.mdi-weather-sunny-alert::before{content:"\F0F37"}.mdi-weather-sunny-off::before{content:"\F14E4"}.mdi-weather-sunset::before{content:"\F059A"}.mdi-weather-sunset-down::before{content:"\F059B"}.mdi-weather-sunset-up::before{content:"\F059C"}.mdi-weather-tornado::before{content:"\F0F38"}.mdi-weather-windy::before{content:"\F059D"}.mdi-weather-windy-variant::before{content:"\F059E"}.mdi-web::before{content:"\F059F"}.mdi-web-box::before{content:"\F0F94"}.mdi-web-clock::before{content:"\F124A"}.mdi-webcam::before{content:"\F05A0"}.mdi-webhook::before{content:"\F062F"}.mdi-webpack::before{content:"\F072B"}.mdi-webrtc::before{content:"\F1248"}.mdi-wechat::before{content:"\F0611"}.mdi-weight::before{content:"\F05A1"}.mdi-weight-gram::before{content:"\F0D3F"}.mdi-weight-kilogram::before{content:"\F05A2"}.mdi-weight-lifter::before{content:"\F115D"}.mdi-weight-pound::before{content:"\F09B5"}.mdi-whatsapp::before{content:"\F05A3"}.mdi-wheel-barrow::before{content:"\F14F2"}.mdi-wheelchair-accessibility::before{content:"\F05A4"}.mdi-whistle::before{content:"\F09B6"}.mdi-whistle-outline::before{content:"\F12BC"}.mdi-white-balance-auto::before{content:"\F05A5"}.mdi-white-balance-incandescent::before{content:"\F05A6"}.mdi-white-balance-iridescent::before{content:"\F05A7"}.mdi-white-balance-sunny::before{content:"\F05A8"}.mdi-widgets::before{content:"\F072C"}.mdi-widgets-outline::before{content:"\F1355"}.mdi-wifi::before{content:"\F05A9"}.mdi-wifi-off::before{content:"\F05AA"}.mdi-wifi-star::before{content:"\F0E0B"}.mdi-wifi-strength-1::before{content:"\F091F"}.mdi-wifi-strength-1-alert::before{content:"\F0920"}.mdi-wifi-strength-1-lock::before{content:"\F0921"}.mdi-wifi-strength-2::before{content:"\F0922"}.mdi-wifi-strength-2-alert::before{content:"\F0923"}.mdi-wifi-strength-2-lock::before{content:"\F0924"}.mdi-wifi-strength-3::before{content:"\F0925"}.mdi-wifi-strength-3-alert::before{content:"\F0926"}.mdi-wifi-strength-3-lock::before{content:"\F0927"}.mdi-wifi-strength-4::before{content:"\F0928"}.mdi-wifi-strength-4-alert::before{content:"\F0929"}.mdi-wifi-strength-4-lock::before{content:"\F092A"}.mdi-wifi-strength-alert-outline::before{content:"\F092B"}.mdi-wifi-strength-lock-outline::before{content:"\F092C"}.mdi-wifi-strength-off::before{content:"\F092D"}.mdi-wifi-strength-off-outline::before{content:"\F092E"}.mdi-wifi-strength-outline::before{content:"\F092F"}.mdi-wikipedia::before{content:"\F05AC"}.mdi-wind-turbine::before{content:"\F0DA5"}.mdi-window-close::before{content:"\F05AD"}.mdi-window-closed::before{content:"\F05AE"}.mdi-window-closed-variant::before{content:"\F11DB"}.mdi-window-maximize::before{content:"\F05AF"}.mdi-window-minimize::before{content:"\F05B0"}.mdi-window-open::before{content:"\F05B1"}.mdi-window-open-variant::before{content:"\F11DC"}.mdi-window-restore::before{content:"\F05B2"}.mdi-window-shutter::before{content:"\F111C"}.mdi-window-shutter-alert::before{content:"\F111D"}.mdi-window-shutter-open::before{content:"\F111E"}.mdi-wiper::before{content:"\F0AE9"}.mdi-wiper-wash::before{content:"\F0DA6"}.mdi-wizard-hat::before{content:"\F1477"}.mdi-wordpress::before{content:"\F05B4"}.mdi-wrap::before{content:"\F05B6"}.mdi-wrap-disabled::before{content:"\F0BDF"}.mdi-wrench::before{content:"\F05B7"}.mdi-wrench-outline::before{content:"\F0BE0"}.mdi-xamarin::before{content:"\F0845"}.mdi-xamarin-outline::before{content:"\F0846"}.mdi-xing::before{content:"\F05BE"}.mdi-xml::before{content:"\F05C0"}.mdi-xmpp::before{content:"\F07FF"}.mdi-y-combinator::before{content:"\F0624"}.mdi-yahoo::before{content:"\F0B4F"}.mdi-yeast::before{content:"\F05C1"}.mdi-yin-yang::before{content:"\F0680"}.mdi-yoga::before{content:"\F117C"}.mdi-youtube::before{content:"\F05C3"}.mdi-youtube-gaming::before{content:"\F0848"}.mdi-youtube-studio::before{content:"\F0847"}.mdi-youtube-subscription::before{content:"\F0D40"}.mdi-youtube-tv::before{content:"\F0448"}.mdi-yurt::before{content:"\F1516"}.mdi-z-wave::before{content:"\F0AEA"}.mdi-zend::before{content:"\F0AEB"}.mdi-zigbee::before{content:"\F0D41"}.mdi-zip-box::before{content:"\F05C4"}.mdi-zip-box-outline::before{content:"\F0FFA"}.mdi-zip-disk::before{content:"\F0A23"}.mdi-zodiac-aquarius::before{content:"\F0A7D"}.mdi-zodiac-aries::before{content:"\F0A7E"}.mdi-zodiac-cancer::before{content:"\F0A7F"}.mdi-zodiac-capricorn::before{content:"\F0A80"}.mdi-zodiac-gemini::before{content:"\F0A81"}.mdi-zodiac-leo::before{content:"\F0A82"}.mdi-zodiac-libra::before{content:"\F0A83"}.mdi-zodiac-pisces::before{content:"\F0A84"}.mdi-zodiac-sagittarius::before{content:"\F0A85"}.mdi-zodiac-scorpio::before{content:"\F0A86"}.mdi-zodiac-taurus::before{content:"\F0A87"}.mdi-zodiac-virgo::before{content:"\F0A88"}.mdi-blank::before{content:"\F68C";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,0.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,0.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:rgba(255,255,255,0.3)}.mdi-rotate-45:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mdi-rotate-90:before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.mdi-rotate-135:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.mdi-rotate-180:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.mdi-rotate-225:before{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.mdi-rotate-270:before{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.mdi-rotate-315:before{-webkit-transform:rotate(315deg);-ms-transform:rotate(315deg);transform:rotate(315deg)}.mdi-flip-h:before{-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{-webkit-transform:scaleY(-1);transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{-webkit-animation:mdi-spin 2s infinite linear;animation:mdi-spin 2s infinite linear}@-webkit-keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes mdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}} + +/*# sourceMappingURL=materialdesignicons.css.map */ diff --git a/static/css/sass/labertasche.scss b/static/css/sass/labertasche.scss index b19d52a..4d8a130 100644 --- a/static/css/sass/labertasche.scss +++ b/static/css/sass/labertasche.scss @@ -65,6 +65,11 @@ canvas{ height: auto; } +.code{ + background-color: #4a4a4a; + color: white; +} + .bg-yayellow{ background-color: #feda6a; } diff --git a/static/js/dashboard.js b/static/js/dashboard.js index 78abba9..d445030 100644 --- a/static/js/dashboard.js +++ b/static/js/dashboard.js @@ -84,6 +84,48 @@ function new_project_save() { }) } +function project_delete() +{ + let modal = document.getElementById('modal-project-delete'); + let modal_ok = document.getElementById('modal-delete-ok'); + let modal_cancel = document.getElementById('modal-delete-cancel'); + + const project = modal.dataset.project; + console.log("Project: " + project); + if (project === null || project.length === 0){ + console.log("Couldn't find a valid dataset"); + return; + } + + modal_ok.classList.add('is-loading'); + modal_cancel.classList.add('is-hidden'); + fetch(window.location.protocol + "//" + window.location.host + '/api/project/delete/' + project, + { + mode: "cors", + headers: { + 'Access-Control-Allow-Origin': '*', + 'Accept': 'application/json', + 'Content-Type': 'application/json' + }, + method: "GET" + }) + .then(async function (response) { + let result = await response.json(); + result = result['status']; + modal_ok.classList.remove('is-loading'); + modal_cancel.classList.remove('is-hidden'); + if (result === "ok") { + hide_modal('modal-project-delete'); + window.location.reload(true); + } + console.log(result); + }) + .catch(function (exc) { + console.log(exc); + }) +} + + // ------------------------------------------------------ // Hides any modal @@ -102,3 +144,13 @@ function show_modal(id_name) let el = document.getElementById(id_name); el.classList.add("is-active"); } + +// ------------------------------------------------------ +// Shows any modal +// ------------------------------------------------------ +function show_modal_with_project(id_name, proj_name) +{ + let el = document.getElementById(id_name); + el.classList.add("is-active"); + el.setAttribute('data-project', proj_name) +} diff --git a/static/js/popper.min.js b/static/js/popper.min.js new file mode 100644 index 0000000..f0fb886 --- /dev/null +++ b/static/js/popper.min.js @@ -0,0 +1,6 @@ +/** + * @popperjs/core v2.6.0 - MIT License + */ + +"use strict";!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e=e||self).Popper={})}(this,(function(e){function t(e){return{width:(e=e.getBoundingClientRect()).width,height:e.height,top:e.top,right:e.right,bottom:e.bottom,left:e.left,x:e.left,y:e.top}}function n(e){return"[object Window]"!==e.toString()?(e=e.ownerDocument)&&e.defaultView||window:e}function r(e){return{scrollLeft:(e=n(e)).pageXOffset,scrollTop:e.pageYOffset}}function o(e){return e instanceof n(e).Element||e instanceof Element}function i(e){return e instanceof n(e).HTMLElement||e instanceof HTMLElement}function a(e){return e?(e.nodeName||"").toLowerCase():null}function s(e){return((o(e)?e.ownerDocument:e.document)||window.document).documentElement}function f(e){return t(s(e)).left+r(e).scrollLeft}function c(e){return n(e).getComputedStyle(e)}function p(e){return e=c(e),/auto|scroll|overlay|hidden/.test(e.overflow+e.overflowY+e.overflowX)}function l(e,o,c){void 0===c&&(c=!1);var l=s(o);e=t(e);var u=i(o),d={scrollLeft:0,scrollTop:0},m={x:0,y:0};return(u||!u&&!c)&&(("body"!==a(o)||p(l))&&(d=o!==n(o)&&i(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:r(o)),i(o)?((m=t(o)).x+=o.clientLeft,m.y+=o.clientTop):l&&(m.x=f(l))),{x:e.left+d.scrollLeft-m.x,y:e.top+d.scrollTop-m.y,width:e.width,height:e.height}}function u(e){return{x:e.offsetLeft,y:e.offsetTop,width:e.offsetWidth,height:e.offsetHeight}}function d(e){return"html"===a(e)?e:e.assignedSlot||e.parentNode||e.host||s(e)}function m(e,t){void 0===t&&(t=[]);var r=function e(t){return 0<=["html","body","#document"].indexOf(a(t))?t.ownerDocument.body:i(t)&&p(t)?t:e(d(t))}(e);e="body"===a(r);var o=n(r);return r=e?[o].concat(o.visualViewport||[],p(r)?r:[]):r,t=t.concat(r),e?t:t.concat(m(d(r)))}function h(e){if(!i(e)||"fixed"===c(e).position)return null;if(e=e.offsetParent){var t=s(e);if("body"===a(e)&&"static"===c(e).position&&"static"!==c(t).position)return t}return e}function g(e){for(var t=n(e),r=h(e);r&&0<=["table","td","th"].indexOf(a(r))&&"static"===c(r).position;)r=h(r);if(r&&"body"===a(r)&&"static"===c(r).position)return t;if(!r)e:{for(e=d(e);i(e)&&0>["html","body"].indexOf(a(e));){if("none"!==(r=c(e)).transform||"none"!==r.perspective||r.willChange&&"auto"!==r.willChange){r=e;break e}e=e.parentNode}r=null}return r||t}function v(e){var t=new Map,n=new Set,r=[];return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||function e(o){n.add(o.name),[].concat(o.requires||[],o.requiresIfExists||[]).forEach((function(r){n.has(r)||(r=t.get(r))&&e(r)})),r.push(o)}(e)})),r}function b(e){var t;return function(){return t||(t=new Promise((function(n){Promise.resolve().then((function(){t=void 0,n(e())}))}))),t}}function y(e){return e.split("-")[0]}function O(e,t){var r,o=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if((r=o)&&(r=o instanceof(r=n(o).ShadowRoot)||o instanceof ShadowRoot),r)do{if(t&&e.isSameNode(t))return!0;t=t.parentNode||t.host}while(t);return!1}function w(e){return Object.assign(Object.assign({},e),{},{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function x(e,o){if("viewport"===o){o=n(e);var a=s(e);o=o.visualViewport;var p=a.clientWidth;a=a.clientHeight;var l=0,u=0;o&&(p=o.width,a=o.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(l=o.offsetLeft,u=o.offsetTop)),e=w(e={width:p,height:a,x:l+f(e),y:u})}else i(o)?((e=t(o)).top+=o.clientTop,e.left+=o.clientLeft,e.bottom=e.top+o.clientHeight,e.right=e.left+o.clientWidth,e.width=o.clientWidth,e.height=o.clientHeight,e.x=e.left,e.y=e.top):(u=s(e),e=s(u),l=r(u),o=u.ownerDocument.body,p=Math.max(e.scrollWidth,e.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=Math.max(e.scrollHeight,e.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),u=-l.scrollLeft+f(u),l=-l.scrollTop,"rtl"===c(o||e).direction&&(u+=Math.max(e.clientWidth,o?o.clientWidth:0)-p),e=w({width:p,height:a,x:u,y:l}));return e}function j(e,t,n){return t="clippingParents"===t?function(e){var t=m(d(e)),n=0<=["absolute","fixed"].indexOf(c(e).position)&&i(e)?g(e):e;return o(n)?t.filter((function(e){return o(e)&&O(e,n)&&"body"!==a(e)})):[]}(e):[].concat(t),(n=(n=[].concat(t,[n])).reduce((function(t,n){return n=x(e,n),t.top=Math.max(n.top,t.top),t.right=Math.min(n.right,t.right),t.bottom=Math.min(n.bottom,t.bottom),t.left=Math.max(n.left,t.left),t}),x(e,n[0]))).width=n.right-n.left,n.height=n.bottom-n.top,n.x=n.left,n.y=n.top,n}function M(e){return 0<=["top","bottom"].indexOf(e)?"x":"y"}function E(e){var t=e.reference,n=e.element,r=(e=e.placement)?y(e):null;e=e?e.split("-")[1]:null;var o=t.x+t.width/2-n.width/2,i=t.y+t.height/2-n.height/2;switch(r){case"top":o={x:o,y:t.y-n.height};break;case"bottom":o={x:o,y:t.y+t.height};break;case"right":o={x:t.x+t.width,y:i};break;case"left":o={x:t.x-n.width,y:i};break;default:o={x:t.x,y:t.y}}if(null!=(r=r?M(r):null))switch(i="y"===r?"height":"width",e){case"start":o[r]-=t[i]/2-n[i]/2;break;case"end":o[r]+=t[i]/2-n[i]/2}return o}function D(e){return Object.assign(Object.assign({},{top:0,right:0,bottom:0,left:0}),e)}function P(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}function L(e,n){void 0===n&&(n={});var r=n;n=void 0===(n=r.placement)?e.placement:n;var i=r.boundary,a=void 0===i?"clippingParents":i,f=void 0===(i=r.rootBoundary)?"viewport":i;i=void 0===(i=r.elementContext)?"popper":i;var c=r.altBoundary,p=void 0!==c&&c;r=D("number"!=typeof(r=void 0===(r=r.padding)?0:r)?r:P(r,T));var l=e.elements.reference;c=e.rects.popper,a=j(o(p=e.elements[p?"popper"===i?"reference":"popper":i])?p:p.contextElement||s(e.elements.popper),a,f),p=E({reference:f=t(l),element:c,strategy:"absolute",placement:n}),c=w(Object.assign(Object.assign({},c),p)),f="popper"===i?c:f;var u={top:a.top-f.top+r.top,bottom:f.bottom-a.bottom+r.bottom,left:a.left-f.left+r.left,right:f.right-a.right+r.right};if(e=e.modifiersData.offset,"popper"===i&&e){var d=e[n];Object.keys(u).forEach((function(e){var t=0<=["right","bottom"].indexOf(e)?1:-1,n=0<=["top","bottom"].indexOf(e)?"y":"x";u[e]+=d[n]*t}))}return u}function k(){for(var e=arguments.length,t=Array(e),n=0;n(v.devicePixelRatio||1)?"translate("+e+"px, "+l+"px)":"translate3d("+e+"px, "+l+"px, 0)",d)):Object.assign(Object.assign({},r),{},((t={})[h]=a?l+"px":"",t[m]=u?e+"px":"",t.transform="",t))}function A(e){return e.replace(/left|right|bottom|top/g,(function(e){return G[e]}))}function H(e){return e.replace(/start|end/g,(function(e){return J[e]}))}function R(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function S(e){return["top","right","bottom","left"].some((function(t){return 0<=e[t]}))}var T=["top","bottom","right","left"],q=T.reduce((function(e,t){return e.concat([t+"-start",t+"-end"])}),[]),C=[].concat(T,["auto"]).reduce((function(e,t){return e.concat([t,t+"-start",t+"-end"])}),[]),N="beforeRead read afterRead beforeMain main afterMain beforeWrite write afterWrite".split(" "),V={placement:"bottom",modifiers:[],strategy:"absolute"},I={passive:!0},_={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,r=e.instance,o=(e=e.options).scroll,i=void 0===o||o,a=void 0===(e=e.resize)||e,s=n(t.elements.popper),f=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&f.forEach((function(e){e.addEventListener("scroll",r.update,I)})),a&&s.addEventListener("resize",r.update,I),function(){i&&f.forEach((function(e){e.removeEventListener("scroll",r.update,I)})),a&&s.removeEventListener("resize",r.update,I)}},data:{}},U={name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state;t.modifiersData[e.name]=E({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})},data:{}},z={top:"auto",right:"auto",bottom:"auto",left:"auto"},F={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options;e=void 0===(e=n.gpuAcceleration)||e;var r=n.adaptive;r=void 0===r||r,n=void 0===(n=n.roundOffsets)||n,e={placement:y(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:e},null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign(Object.assign({},t.styles.popper),W(Object.assign(Object.assign({},e),{},{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:r,roundOffsets:n})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign(Object.assign({},t.styles.arrow),W(Object.assign(Object.assign({},e),{},{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:n})))),t.attributes.popper=Object.assign(Object.assign({},t.attributes.popper),{},{"data-popper-placement":t.placement})},data:{}},X={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},r=t.attributes[e]||{},o=t.elements[e];i(o)&&a(o)&&(Object.assign(o.style,n),Object.keys(r).forEach((function(e){var t=r[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var r=t.elements[e],o=t.attributes[e]||{};e=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{}),i(r)&&a(r)&&(Object.assign(r.style,e),Object.keys(o).forEach((function(e){r.removeAttribute(e)})))}))}},requires:["computeStyles"]},Y={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.name,r=void 0===(e=e.options.offset)?[0,0]:e,o=(e=C.reduce((function(e,n){var o=t.rects,i=y(n),a=0<=["left","top"].indexOf(i)?-1:1,s="function"==typeof r?r(Object.assign(Object.assign({},o),{},{placement:n})):r;return o=(o=s[0])||0,s=((s=s[1])||0)*a,i=0<=["left","right"].indexOf(i)?{x:s,y:o}:{x:o,y:s},e[n]=i,e}),{}))[t.placement],i=o.x;o=o.y,null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=i,t.modifiersData.popperOffsets.y+=o),t.modifiersData[n]=e}},G={left:"right",right:"left",bottom:"top",top:"bottom"},J={start:"end",end:"start"},K={name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options;if(e=e.name,!t.modifiersData[e]._skip){var r=n.mainAxis;r=void 0===r||r;var o=n.altAxis;o=void 0===o||o;var i=n.fallbackPlacements,a=n.padding,s=n.boundary,f=n.rootBoundary,c=n.altBoundary,p=n.flipVariations,l=void 0===p||p,u=n.allowedAutoPlacements;p=y(n=t.options.placement),i=i||(p!==n&&l?function(e){if("auto"===y(e))return[];var t=A(e);return[H(e),t,H(t)]}(n):[A(n)]);var d=[n].concat(i).reduce((function(e,n){return e.concat("auto"===y(n)?function(e,t){void 0===t&&(t={});var n=t.boundary,r=t.rootBoundary,o=t.padding,i=t.flipVariations,a=t.allowedAutoPlacements,s=void 0===a?C:a,f=t.placement.split("-")[1];0===(i=(t=f?i?q:q.filter((function(e){return e.split("-")[1]===f})):T).filter((function(e){return 0<=s.indexOf(e)}))).length&&(i=t);var c=i.reduce((function(t,i){return t[i]=L(e,{placement:i,boundary:n,rootBoundary:r,padding:o})[y(i)],t}),{});return Object.keys(c).sort((function(e,t){return c[e]-c[t]}))}(t,{placement:n,boundary:s,rootBoundary:f,padding:a,flipVariations:l,allowedAutoPlacements:u}):n)}),[]);n=t.rects.reference,i=t.rects.popper;var m=new Map;p=!0;for(var h=d[0],g=0;gi[x]&&(O=A(O)),x=A(O),w=[],r&&w.push(0>=j[b]),o&&w.push(0>=j[O],0>=j[x]),w.every((function(e){return e}))){h=v,p=!1;break}m.set(v,w)}if(p)for(r=function(e){var t=d.find((function(t){if(t=m.get(t))return t.slice(0,e).every((function(e){return e}))}));if(t)return h=t,"break"},o=l?3:1;0-1}function s(t,e){return"function"==typeof t?t.apply(void 0,e):t}function u(t,e){return 0===e?t:function(r){clearTimeout(n),n=setTimeout((function(){t(r)}),e)};var n}function c(t,e){var n=Object.assign({},t);return e.forEach((function(t){delete n[t]})),n}function p(t){return[].concat(t)}function f(t,e){-1===t.indexOf(e)&&t.push(e)}function l(t){return t.split("-")[0]}function d(t){return[].slice.call(t)}function v(){return document.createElement("div")}function m(t){return["Element","Fragment"].some((function(e){return a(t,e)}))}function g(t){return a(t,"MouseEvent")}function h(t){return!(!t||!t._tippy||t._tippy.reference!==t)}function b(t){return m(t)?[t]:function(t){return a(t,"NodeList")}(t)?d(t):Array.isArray(t)?t:d(document.querySelectorAll(t))}function y(t,e){t.forEach((function(t){t&&(t.style.transitionDuration=e+"ms")}))}function x(t,e){t.forEach((function(t){t&&t.setAttribute("data-state",e)}))}function w(t){var e=p(t)[0];return e&&e.ownerDocument||document}function E(t,e,n){var r=e+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(e){t[r](e,n)}))}var T={isTouch:!1},C=0;function A(){T.isTouch||(T.isTouch=!0,window.performance&&document.addEventListener("mousemove",O))}function O(){var t=performance.now();t-C<20&&(T.isTouch=!1,document.removeEventListener("mousemove",O)),C=t}function L(){var t=document.activeElement;if(h(t)){var e=t._tippy;t.blur&&!e.state.isVisible&&t.blur()}}var D=Object.assign({appendTo:function(){return document.body},aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},{animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},{},{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),k=Object.keys(D);function R(t){var e=(t.plugins||[]).reduce((function(e,n){var r=n.name,i=n.defaultValue;return r&&(e[r]=void 0!==t[r]?t[r]:i),e}),{});return Object.assign({},t,{},e)}function M(t,e){var n=Object.assign({},e,{content:s(e.content,[t])},e.ignoreAttributes?{}:function(t,e){return(e?Object.keys(R(Object.assign({},D,{plugins:e}))):k).reduce((function(e,n){var r=(t.getAttribute("data-tippy-"+n)||"").trim();if(!r)return e;if("content"===n)e[n]=r;else try{e[n]=JSON.parse(r)}catch(t){e[n]=r}return e}),{})}(t,e.plugins));return n.aria=Object.assign({},D.aria,{},n.aria),n.aria={expanded:"auto"===n.aria.expanded?e.interactive:n.aria.expanded,content:"auto"===n.aria.content?e.interactive?null:"describedby":n.aria.content},n}function P(t,e){t.innerHTML=e}function V(t){var e=v();return!0===t?e.className="tippy-arrow":(e.className="tippy-svg-arrow",m(t)?e.appendChild(t):P(e,t)),e}function j(t,e){m(e.content)?(P(t,""),t.appendChild(e.content)):"function"!=typeof e.content&&(e.allowHTML?P(t,e.content):t.textContent=e.content)}function I(t){var e=t.firstElementChild,n=d(e.children);return{box:e,content:n.find((function(t){return t.classList.contains("tippy-content")})),arrow:n.find((function(t){return t.classList.contains("tippy-arrow")||t.classList.contains("tippy-svg-arrow")})),backdrop:n.find((function(t){return t.classList.contains("tippy-backdrop")}))}}function S(t){var e=v(),n=v();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var r=v();function i(n,r){var i=I(e),o=i.box,a=i.content,s=i.arrow;r.theme?o.setAttribute("data-theme",r.theme):o.removeAttribute("data-theme"),"string"==typeof r.animation?o.setAttribute("data-animation",r.animation):o.removeAttribute("data-animation"),r.inertia?o.setAttribute("data-inertia",""):o.removeAttribute("data-inertia"),o.style.maxWidth="number"==typeof r.maxWidth?r.maxWidth+"px":r.maxWidth,r.role?o.setAttribute("role",r.role):o.removeAttribute("role"),n.content===r.content&&n.allowHTML===r.allowHTML||j(a,t.props),r.arrow?s?n.arrow!==r.arrow&&(o.removeChild(s),o.appendChild(V(r.arrow))):o.appendChild(V(r.arrow)):s&&o.removeChild(s)}return r.className="tippy-content",r.setAttribute("data-state","hidden"),j(r,t.props),e.appendChild(n),n.appendChild(r),i(t.props,t.props),{popper:e,onUpdate:i}}S.$$tippy=!0;var B=1,H=[],N=[];function U(e,n){var a,c,m,h,b,C,A,O,L,k=M(e,Object.assign({},D,{},R((a=n,Object.keys(a).reduce((function(t,e){return void 0!==a[e]&&(t[e]=a[e]),t}),{}))))),P=!1,V=!1,j=!1,S=!1,U=[],_=u(bt,k.interactiveDebounce),z=B++,F=(L=k.plugins).filter((function(t,e){return L.indexOf(t)===e})),W={id:z,reference:e,popper:v(),popperInstance:null,props:k,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:F,clearDelayTimeouts:function(){clearTimeout(c),clearTimeout(m),cancelAnimationFrame(h)},setProps:function(t){if(W.state.isDestroyed)return;it("onBeforeUpdate",[W,t]),gt();var n=W.props,r=M(e,Object.assign({},W.props,{},t,{ignoreAttributes:!0}));W.props=r,mt(),n.interactiveDebounce!==r.interactiveDebounce&&(st(),_=u(bt,r.interactiveDebounce));n.triggerTarget&&!r.triggerTarget?p(n.triggerTarget).forEach((function(t){t.removeAttribute("aria-expanded")})):r.triggerTarget&&e.removeAttribute("aria-expanded");at(),rt(),q&&q(n,r);W.popperInstance&&(Et(),Ct().forEach((function(t){requestAnimationFrame(t._tippy.popperInstance.forceUpdate)})));it("onAfterUpdate",[W,t])},setContent:function(t){W.setProps({content:t})},show:function(){var t=W.state.isVisible,e=W.state.isDestroyed,n=!W.state.isEnabled,r=T.isTouch&&!W.props.touch,i=o(W.props.duration,0,D.duration);if(t||e||n||r)return;if(Z().hasAttribute("disabled"))return;if(it("onShow",[W],!1),!1===W.props.onShow(W))return;W.state.isVisible=!0,Q()&&(Y.style.visibility="visible");rt(),ft(),W.state.isMounted||(Y.style.transition="none");if(Q()){var a=et(),u=a.box,c=a.content;y([u,c],0)}A=function(){if(W.state.isVisible&&!S){if(S=!0,Y.offsetHeight,Y.style.transition=W.props.moveTransition,Q()&&W.props.animation){var t=et(),e=t.box,n=t.content;y([e,n],i),x([e,n],"visible")}ot(),at(),f(N,W),W.state.isMounted=!0,it("onMount",[W]),W.props.animation&&Q()&&function(t,e){dt(t,e)}(i,(function(){W.state.isShown=!0,it("onShown",[W])}))}},function(){var t,e=W.props.appendTo,n=Z();t=W.props.interactive&&e===D.appendTo||"parent"===e?n.parentNode:s(e,[n]);t.contains(Y)||t.appendChild(Y);Et()}()},hide:function(){var t=!W.state.isVisible,e=W.state.isDestroyed,n=!W.state.isEnabled,r=o(W.props.duration,1,D.duration);if(t||e||n)return;if(it("onHide",[W],!1),!1===W.props.onHide(W))return;W.state.isVisible=!1,W.state.isShown=!1,S=!1,P=!1,Q()&&(Y.style.visibility="hidden");if(st(),lt(),rt(),Q()){var i=et(),a=i.box,s=i.content;W.props.animation&&(y([a,s],r),x([a,s],"hidden"))}ot(),at(),W.props.animation?Q()&&function(t,e){dt(t,(function(){!W.state.isVisible&&Y.parentNode&&Y.parentNode.contains(Y)&&e()}))}(r,W.unmount):W.unmount()},hideWithInteractivity:function(t){tt().addEventListener("mousemove",_),f(H,_),_(t)},enable:function(){W.state.isEnabled=!0},disable:function(){W.hide(),W.state.isEnabled=!1},unmount:function(){W.state.isVisible&&W.hide();if(!W.state.isMounted)return;Tt(),Ct().forEach((function(t){t._tippy.unmount()})),Y.parentNode&&Y.parentNode.removeChild(Y);N=N.filter((function(t){return t!==W})),W.state.isMounted=!1,it("onHidden",[W])},destroy:function(){if(W.state.isDestroyed)return;W.clearDelayTimeouts(),W.unmount(),gt(),delete e._tippy,W.state.isDestroyed=!0,it("onDestroy",[W])}};if(!k.render)return W;var X=k.render(W),Y=X.popper,q=X.onUpdate;Y.setAttribute("data-tippy-root",""),Y.id="tippy-"+W.id,W.popper=Y,e._tippy=W,Y._tippy=W;var $=F.map((function(t){return t.fn(W)})),J=e.hasAttribute("aria-expanded");return mt(),at(),rt(),it("onCreate",[W]),k.showOnCreate&&At(),Y.addEventListener("mouseenter",(function(){W.props.interactive&&W.state.isVisible&&W.clearDelayTimeouts()})),Y.addEventListener("mouseleave",(function(t){W.props.interactive&&W.props.trigger.indexOf("mouseenter")>=0&&(tt().addEventListener("mousemove",_),_(t))})),W;function G(){var t=W.props.touch;return Array.isArray(t)?t:[t,0]}function K(){return"hold"===G()[0]}function Q(){var t;return!!(null==(t=W.props.render)?void 0:t.$$tippy)}function Z(){return O||e}function tt(){var t=Z().parentNode;return t?w(t):document}function et(){return I(Y)}function nt(t){return W.state.isMounted&&!W.state.isVisible||T.isTouch||b&&"focus"===b.type?0:o(W.props.delay,t?0:1,D.delay)}function rt(){Y.style.pointerEvents=W.props.interactive&&W.state.isVisible?"":"none",Y.style.zIndex=""+W.props.zIndex}function it(t,e,n){var r;(void 0===n&&(n=!0),$.forEach((function(n){n[t]&&n[t].apply(void 0,e)})),n)&&(r=W.props)[t].apply(r,e)}function ot(){var t=W.props.aria;if(t.content){var n="aria-"+t.content,r=Y.id;p(W.props.triggerTarget||e).forEach((function(t){var e=t.getAttribute(n);if(W.state.isVisible)t.setAttribute(n,e?e+" "+r:r);else{var i=e&&e.replace(r,"").trim();i?t.setAttribute(n,i):t.removeAttribute(n)}}))}}function at(){!J&&W.props.aria.expanded&&p(W.props.triggerTarget||e).forEach((function(t){W.props.interactive?t.setAttribute("aria-expanded",W.state.isVisible&&t===Z()?"true":"false"):t.removeAttribute("aria-expanded")}))}function st(){tt().removeEventListener("mousemove",_),H=H.filter((function(t){return t!==_}))}function ut(t){if(!(T.isTouch&&(j||"mousedown"===t.type)||W.props.interactive&&Y.contains(t.target))){if(Z().contains(t.target)){if(T.isTouch)return;if(W.state.isVisible&&W.props.trigger.indexOf("click")>=0)return}else it("onClickOutside",[W,t]);!0===W.props.hideOnClick&&(W.clearDelayTimeouts(),W.hide(),V=!0,setTimeout((function(){V=!1})),W.state.isMounted||lt())}}function ct(){j=!0}function pt(){j=!1}function ft(){var t=tt();t.addEventListener("mousedown",ut,!0),t.addEventListener("touchend",ut,i),t.addEventListener("touchstart",pt,i),t.addEventListener("touchmove",ct,i)}function lt(){var t=tt();t.removeEventListener("mousedown",ut,!0),t.removeEventListener("touchend",ut,i),t.removeEventListener("touchstart",pt,i),t.removeEventListener("touchmove",ct,i)}function dt(t,e){var n=et().box;function r(t){t.target===n&&(E(n,"remove",r),e())}if(0===t)return e();E(n,"remove",C),E(n,"add",r),C=r}function vt(t,n,r){void 0===r&&(r=!1),p(W.props.triggerTarget||e).forEach((function(e){e.addEventListener(t,n,r),U.push({node:e,eventType:t,handler:n,options:r})}))}function mt(){var t;K()&&(vt("touchstart",ht,{passive:!0}),vt("touchend",yt,{passive:!0})),(t=W.props.trigger,t.split(/\s+/).filter(Boolean)).forEach((function(t){if("manual"!==t)switch(vt(t,ht),t){case"mouseenter":vt("mouseleave",yt);break;case"focus":vt(r?"focusout":"blur",xt);break;case"focusin":vt("focusout",xt)}}))}function gt(){U.forEach((function(t){var e=t.node,n=t.eventType,r=t.handler,i=t.options;e.removeEventListener(n,r,i)})),U=[]}function ht(t){var e,n=!1;if(W.state.isEnabled&&!wt(t)&&!V){var r="focus"===(null==(e=b)?void 0:e.type);b=t,O=t.currentTarget,at(),!W.state.isVisible&&g(t)&&H.forEach((function(e){return e(t)})),"click"===t.type&&(W.props.trigger.indexOf("mouseenter")<0||P)&&!1!==W.props.hideOnClick&&W.state.isVisible?n=!0:At(t),"click"===t.type&&(P=!n),n&&!r&&Ot(t)}}function bt(t){var e=t.target,n=Z().contains(e)||Y.contains(e);"mousemove"===t.type&&n||function(t,e){var n=e.clientX,r=e.clientY;return t.every((function(t){var e=t.popperRect,i=t.popperState,o=t.props.interactiveBorder,a=l(i.placement),s=i.modifiersData.offset;if(!s)return!0;var u="bottom"===a?s.top.y:0,c="top"===a?s.bottom.y:0,p="right"===a?s.left.x:0,f="left"===a?s.right.x:0,d=e.top-r+u>o,v=r-e.bottom-c>o,m=e.left-n+p>o,g=n-e.right-f>o;return d||v||m||g}))}(Ct().concat(Y).map((function(t){var e,n=null==(e=t._tippy.popperInstance)?void 0:e.state;return n?{popperRect:t.getBoundingClientRect(),popperState:n,props:k}:null})).filter(Boolean),t)&&(st(),Ot(t))}function yt(t){wt(t)||W.props.trigger.indexOf("click")>=0&&P||(W.props.interactive?W.hideWithInteractivity(t):Ot(t))}function xt(t){W.props.trigger.indexOf("focusin")<0&&t.target!==Z()||W.props.interactive&&t.relatedTarget&&Y.contains(t.relatedTarget)||Ot(t)}function wt(t){return!!T.isTouch&&K()!==t.type.indexOf("touch")>=0}function Et(){Tt();var n=W.props,r=n.popperOptions,i=n.placement,o=n.offset,a=n.getReferenceClientRect,s=n.moveTransition,u=Q()?I(Y).arrow:null,c=a?{getBoundingClientRect:a,contextElement:a.contextElement||Z()}:e,p=[{name:"offset",options:{offset:o}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!s}},{name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(t){var e=t.state;if(Q()){var n=et().box;["placement","reference-hidden","escaped"].forEach((function(t){"placement"===t?n.setAttribute("data-placement",e.placement):e.attributes.popper["data-popper-"+t]?n.setAttribute("data-"+t,""):n.removeAttribute("data-"+t)})),e.attributes.popper={}}}}];Q()&&u&&p.push({name:"arrow",options:{element:u,padding:3}}),p.push.apply(p,(null==r?void 0:r.modifiers)||[]),W.popperInstance=t.createPopper(c,Y,Object.assign({},r,{placement:i,onFirstUpdate:A,modifiers:p}))}function Tt(){W.popperInstance&&(W.popperInstance.destroy(),W.popperInstance=null)}function Ct(){return d(Y.querySelectorAll("[data-tippy-root]"))}function At(t){W.clearDelayTimeouts(),t&&it("onTrigger",[W,t]),ft();var e=nt(!0),n=G(),r=n[0],i=n[1];T.isTouch&&"hold"===r&&i&&(e=i),e?c=setTimeout((function(){W.show()}),e):W.show()}function Ot(t){if(W.clearDelayTimeouts(),it("onUntrigger",[W,t]),W.state.isVisible){if(!(W.props.trigger.indexOf("mouseenter")>=0&&W.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(t.type)>=0&&P)){var e=nt(!1);e?m=setTimeout((function(){W.state.isVisible&&W.hide()}),e):h=requestAnimationFrame((function(){W.hide()}))}}else lt()}}function _(t,e){void 0===e&&(e={});var n=D.plugins.concat(e.plugins||[]);document.addEventListener("touchstart",A,i),window.addEventListener("blur",L);var r=Object.assign({},e,{plugins:n}),o=b(t).reduce((function(t,e){var n=e&&U(e,r);return n&&t.push(n),t}),[]);return m(t)?o[0]:o}_.defaultProps=D,_.setDefaultProps=function(t){Object.keys(t).forEach((function(e){D[e]=t[e]}))},_.currentInput=T;var z={mouseover:"mouseenter",focusin:"focus",click:"click"};var F={name:"animateFill",defaultValue:!1,fn:function(t){var e;if(!(null==(e=t.props.render)?void 0:e.$$tippy))return{};var n=I(t.popper),r=n.box,i=n.content,o=t.props.animateFill?function(){var t=v();return t.className="tippy-backdrop",x([t],"hidden"),t}():null;return{onCreate:function(){o&&(r.insertBefore(o,r.firstElementChild),r.setAttribute("data-animatefill",""),r.style.overflow="hidden",t.setProps({arrow:!1,animation:"shift-away"}))},onMount:function(){if(o){var t=r.style.transitionDuration,e=Number(t.replace("ms",""));i.style.transitionDelay=Math.round(e/10)+"ms",o.style.transitionDuration=t,x([o],"visible")}},onShow:function(){o&&(o.style.transitionDuration="0ms")},onHide:function(){o&&x([o],"hidden")}}}};var W={clientX:0,clientY:0},X=[];function Y(t){var e=t.clientX,n=t.clientY;W={clientX:e,clientY:n}}var q={name:"followCursor",defaultValue:!1,fn:function(t){var e=t.reference,n=w(t.props.triggerTarget||e),r=!1,i=!1,o=!0,a=t.props;function s(){return"initial"===t.props.followCursor&&t.state.isVisible}function u(){n.addEventListener("mousemove",f)}function c(){n.removeEventListener("mousemove",f)}function p(){r=!0,t.setProps({getReferenceClientRect:null}),r=!1}function f(n){var r=!n.target||e.contains(n.target),i=t.props.followCursor,o=n.clientX,a=n.clientY,s=e.getBoundingClientRect(),u=o-s.left,c=a-s.top;!r&&t.props.interactive||t.setProps({getReferenceClientRect:function(){var t=e.getBoundingClientRect(),n=o,r=a;"initial"===i&&(n=t.left+u,r=t.top+c);var s="horizontal"===i?t.top:r,p="vertical"===i?t.right:n,f="horizontal"===i?t.bottom:r,l="vertical"===i?t.left:n;return{width:p-l,height:f-s,top:s,right:p,bottom:f,left:l}}})}function l(){t.props.followCursor&&(X.push({instance:t,doc:n}),function(t){t.addEventListener("mousemove",Y)}(n))}function d(){0===(X=X.filter((function(e){return e.instance!==t}))).filter((function(t){return t.doc===n})).length&&function(t){t.removeEventListener("mousemove",Y)}(n)}return{onCreate:l,onDestroy:d,onBeforeUpdate:function(){a=t.props},onAfterUpdate:function(e,n){var o=n.followCursor;r||void 0!==o&&a.followCursor!==o&&(d(),o?(l(),!t.state.isMounted||i||s()||u()):(c(),p()))},onMount:function(){t.props.followCursor&&!i&&(o&&(f(W),o=!1),s()||u())},onTrigger:function(t,e){g(e)&&(W={clientX:e.clientX,clientY:e.clientY}),i="focus"===e.type},onHidden:function(){t.props.followCursor&&(p(),c(),o=!0)}}}};var $={name:"inlinePositioning",defaultValue:!1,fn:function(t){var e,n=t.reference;var r=-1,i=!1,o={name:"tippyInlinePositioning",enabled:!0,phase:"afterWrite",fn:function(i){var o=i.state;t.props.inlinePositioning&&(e!==o.placement&&t.setProps({getReferenceClientRect:function(){return function(t){return function(t,e,n,r){if(n.length<2||null===t)return e;if(2===n.length&&r>=0&&n[0].left>n[1].right)return n[r]||e;switch(t){case"top":case"bottom":var i=n[0],o=n[n.length-1],a="top"===t,s=i.top,u=o.bottom,c=a?i.left:o.left,p=a?i.right:o.right;return{top:s,bottom:u,left:c,right:p,width:p-c,height:u-s};case"left":case"right":var f=Math.min.apply(Math,n.map((function(t){return t.left}))),l=Math.max.apply(Math,n.map((function(t){return t.right}))),d=n.filter((function(e){return"left"===t?e.left===f:e.right===l})),v=d[0].top,m=d[d.length-1].bottom;return{top:v,bottom:m,left:f,right:l,width:l-f,height:m-v};default:return e}}(l(t),n.getBoundingClientRect(),d(n.getClientRects()),r)}(o.placement)}}),e=o.placement)}};function a(){var e;i||(e=function(t,e){var n;return{popperOptions:Object.assign({},t.popperOptions,{modifiers:[].concat(((null==(n=t.popperOptions)?void 0:n.modifiers)||[]).filter((function(t){return t.name!==e.name})),[e])})}}(t.props,o),i=!0,t.setProps(e),i=!1)}return{onCreate:a,onAfterUpdate:a,onTrigger:function(e,n){if(g(n)){var i=d(t.reference.getClientRects()),o=i.find((function(t){return t.left-2<=n.clientX&&t.right+2>=n.clientX&&t.top-2<=n.clientY&&t.bottom+2>=n.clientY}));r=i.indexOf(o)}},onUntrigger:function(){r=-1}}}};var J={name:"sticky",defaultValue:!1,fn:function(t){var e=t.reference,n=t.popper;function r(e){return!0===t.props.sticky||t.props.sticky===e}var i=null,o=null;function a(){var s=r("reference")?(t.popperInstance?t.popperInstance.state.elements.reference:e).getBoundingClientRect():null,u=r("popper")?n.getBoundingClientRect():null;(s&&G(i,s)||u&&G(o,u))&&t.popperInstance&&t.popperInstance.update(),i=s,o=u,t.state.isMounted&&requestAnimationFrame(a)}return{onMount:function(){t.props.sticky&&a()}}}};function G(t,e){return!t||!e||(t.top!==e.top||t.right!==e.right||t.bottom!==e.bottom||t.left!==e.left)}return e&&function(t){var e=document.createElement("style");e.textContent=t,e.setAttribute("data-tippy-stylesheet","");var n=document.head,r=document.querySelector("head>style,head>link");r?n.insertBefore(e,r):n.appendChild(e)}('.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}'),_.setDefaultProps({plugins:[F,q,$,J],render:S}),_.createSingleton=function(t,e){void 0===e&&(e={});var n,r=t,i=[],o=e.overrides,a=[];function s(){i=r.map((function(t){return t.reference}))}function u(t){r.forEach((function(e){t?e.enable():e.disable()}))}function p(t){return r.map((function(e){var r=e.setProps;return e.setProps=function(i){r(i),e.reference===n&&t.setProps(i)},function(){e.setProps=r}}))}u(!1),s();var f={fn:function(){return{onDestroy:function(){u(!0)},onTrigger:function(t,e){var a=e.currentTarget,s=i.indexOf(a);if(a!==n){n=a;var u=(o||[]).concat("content").reduce((function(t,e){return t[e]=r[s].props[e],t}),{});t.setProps(Object.assign({},u,{getReferenceClientRect:"function"==typeof u.getReferenceClientRect?u.getReferenceClientRect:function(){return a.getBoundingClientRect()}}))}}}}},l=_(v(),Object.assign({},c(e,["overrides"]),{plugins:[f].concat(e.plugins||[]),triggerTarget:i})),d=l.setProps;return l.setProps=function(t){o=t.overrides||o,d(t)},l.setInstances=function(t){u(!0),a.forEach((function(t){return t()})),r=t,u(!1),s(),p(l),l.setProps({triggerTarget:i})},a=p(l),l},_.delegate=function(t,e){var n=[],r=[],i=!1,o=e.target,a=c(e,["target"]),s=Object.assign({},a,{trigger:"manual",touch:!1}),u=Object.assign({},a,{showOnCreate:!0}),f=_(t,s);function l(t){if(t.target&&!i){var n=t.target.closest(o);if(n){var a=n.getAttribute("data-tippy-trigger")||e.trigger||D.trigger;if(!n._tippy&&!("touchstart"===t.type&&"boolean"==typeof u.touch||"touchstart"!==t.type&&a.indexOf(z[t.type])<0)){var s=_(n,u);s&&(r=r.concat(s))}}}}function d(t,e,r,i){void 0===i&&(i=!1),t.addEventListener(e,r,i),n.push({node:t,eventType:e,handler:r,options:i})}return p(f).forEach((function(t){var e=t.destroy,o=t.enable,a=t.disable;t.destroy=function(t){void 0===t&&(t=!0),t&&r.forEach((function(t){t.destroy()})),r=[],n.forEach((function(t){var e=t.node,n=t.eventType,r=t.handler,i=t.options;e.removeEventListener(n,r,i)})),n=[],e()},t.enable=function(){o(),r.forEach((function(t){return t.enable()})),i=!1},t.disable=function(){a(),r.forEach((function(t){return t.disable()})),i=!0},function(t){var e=t.reference;d(e,"touchstart",l),d(e,"mouseover",l),d(e,"focusin",l),d(e,"click",l)}(t)})),f},_.hideAll=function(t){var e=void 0===t?{}:t,n=e.exclude,r=e.duration;N.forEach((function(t){var e=!1;if(n&&(e=h(n)?t.reference===n:t.popper===n.popper),!e){var i=t.props.duration;t.setProps({duration:r}),t.hide(),t.state.isDestroyed||t.setProps({duration:i})}}))},_.roundArrow='',_})); diff --git a/static/js/upgrade_to_v2.js b/static/js/upgrade_to_v2.js new file mode 100644 index 0000000..e524087 --- /dev/null +++ b/static/js/upgrade_to_v2.js @@ -0,0 +1,208 @@ +// # /********************************************************************************** +// # * _author : Domeniko Gentner +// # * _mail : code@tuxstash.de +// # * _repo : https://git.tuxstash.de/gothseidank/labertasche +// # * _license : This project is under MIT License +// # *********************************************************************************/ + +let base_url = window.location.protocol + "//" + window.location.host + '/upgrade/db_v2'; + +function mdi_message(message, success=true) +{ + let msgpane = document.getElementById('update-messages'); + let icon = document.createElement('i'); + icon.classList.add('mdi'); + icon.classList.add('mdi-24px'); + if (success){ + icon.classList.add('has-text-success'); + icon.classList.add('mdi-check-bold'); + } + else { + icon.classList.add('has-text-danger'); + icon.classList.add('mdi-alpha-x-box-outline'); + } + + let text = document.createElement('span'); + text.classList.add('has-text-white'); + text.innerHTML = " " + message + + msgpane.appendChild(icon); + msgpane.appendChild(text); + msgpane.appendChild(document.createElement('br')); +} + +async function start_upgrade_to_v2() +{ + console.log('helo'); + let start_btn = document.getElementById('start-button'); + start_btn.remove(); + + // Add progress bar instead of button + let progressbar = document.createElement('progress'); + progressbar.setAttribute('value', '0'); + progressbar.setAttribute('max', '100'); + progressbar.classList.add('progress'); + progressbar.classList.add('is-medium'); + progressbar.classList.add('is-success'); + progressbar.innerHTML = ' '; + document.getElementById('controls').appendChild(progressbar); + + let success; + success = await backup(); + if(success){ + progressbar.setAttribute('value', '25'); + success = await export_db(); + if (success){ + progressbar.setAttribute('value', '50'); + success = await recreate_db(); + if (success){ + progressbar.setAttribute('value', '75'); + success = await import_db(); + progressbar.setAttribute('value', '100'); + } + } + } + if (!success){ + progressbar.classList.remove('is-success'); + progressbar.classList.add('is-danger'); + } + else{ + progressbar.remove(); + } + + // reset button + start_btn.classList.remove('is-loading'); +} + +async function backup() +{ + let status = false; + await fetch(base_url + "/backup/", { + mode: "cors", + headers: { + 'Access-Control-Allow-Origin': window.location.host, + 'Accept': 'application/json', + 'Content-Type': 'application/json' + }, + method: "GET" + }) + .then(async function (response){ + let j = await response.json(); + if (j['status'] === 'ok'){ + mdi_message("Backup successfully created", true); + status = true; + } + if (j['status'] === 'exception-write-json') { + mdi_message(j['msg'], false) + mdi_message("A server-side exception occured while writing the json, please check writing rights in the root directory.", true); + } + if (j['status'] === 'exception-copy-db') { + mdi_message(j['msg'], false) + mdi_message("A server-side exception occured while copying the database, please check writing rights in the root directory.", false); + } + }) + .catch(function (exc) { + mdi_message(exc, false); + mdi_message("An exception occured, please report this bug to code@tuxstash.de", false); + }); + return status; +} + + +async function export_db() +{ + let status = false; + await fetch(base_url + "/export/", { + mode: "cors", + headers: { + 'Access-Control-Allow-Origin': window.location.host, + 'Accept': 'application/json', + 'Content-Type': 'application/json' + }, + method: "GET" + }) + .then(async function (response){ + let j = await response.json(); + if (j['status'] === 'ok'){ + mdi_message("Tables successfully exported", true); + status = true; + } + if (j['status'] === 'exception') { + mdi_message(j['msg'], false) + mdi_message("A server-side exception occured.", false); + } + }) + .catch(function (exc) { + mdi_message(exc, false); + mdi_message("A Javascript exception occured, please report this bug to code@tuxstash.de", false); + }) + return status +} + + +async function recreate_db() +{ + let status = false; + await fetch(base_url + "/recreate/", { + mode: "cors", + headers: { + 'Access-Control-Allow-Origin': window.location.host, + 'Accept': 'application/json', + 'Content-Type': 'application/json' + }, + method: "GET" + }) + .then(async function (response){ + let j = await response.json(); + console.log(j); + if (j['status'] === 'ok'){ + mdi_message("Database deleted and recreated", true); + status = true; + } + if (j['status'] === 'exception') { + mdi_message(j['msg'], false) + mdi_message("A server-side exception occured.", false); + } + }) + .catch(function (exc) { + mdi_message(exc, false); + mdi_message("A Javascript exception occured, please report this bug to code@tuxstash.de", false); + }) + return status +} + + +async function import_db() +{ + let status = false; + await fetch(base_url + "/import/", { + mode: "cors", + headers: { + 'Access-Control-Allow-Origin': window.location.host, + 'Accept': 'application/json', + 'Content-Type': 'application/json' + }, + method: "GET" + }) + .then(async function (response){ + let j = await response.json(); + console.log(j); + if (j['status'] === 'ok'){ + mdi_message("New tables preseeded and data imported. You may now return to the dashboard.", true); + status = true; + } + if (j['status'] === 'exception-database') { + mdi_message(j['msg'], false) + mdi_message("An error occured while adding the data to the database.", false); + } + if (j['status'] === 'exception-filenotfound') { + mdi_message(j['msg'], false) + mdi_message("The exported files have not been found. Please check the file permissions.", false); + } + }) + .catch(function (exc) { + mdi_message(exc, false); + mdi_message("A Javascript exception occured, please report this bug to code@tuxstash.de", false); + }) + return status +}