diff --git a/.gitpod.yml b/.gitpod.yml index 0a3c8e333..cad23ebcc 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -40,12 +40,26 @@ tasks: # Reload the .bash_profile to utilize the composer-link() function source ~/.bash_profile - # Install Composer v2.0 + # Remove any existing Composer installation sudo rm /usr/bin/composer + + # Install Composer v2.0 + EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')" php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - php -r "if (hash_file('sha384', 'composer-setup.php') === '906a84df04cea2aa72f40b5f787e49f22d4c2f19492ac310e8cba5b96ac8b64115ac402c8cd292b8a03482574915d1a8') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" - php composer-setup.php - php -r "unlink('composer-setup.php');" + ACTUAL_CHECKSUM="$(php -r "echo hash_file('sha384', 'composer-setup.php');")" + + if [ "$EXPECTED_CHECKSUM" != "$ACTUAL_CHECKSUM" ] + then + >&2 echo 'ERROR: Invalid installer checksum' + rm composer-setup.php + exit 1 + fi + + php composer-setup.php --quiet + RESULT=$? + rm composer-setup.php + + # Make Composer globally accessible sudo mv composer.phar /usr/bin/composer cd /workspace diff --git a/composer.lock b/composer.lock index 1c6bd6aca..d713f0656 100644 --- a/composer.lock +++ b/composer.lock @@ -8,26 +8,26 @@ "packages": [ { "name": "brick/math", - "version": "0.9.3", + "version": "0.10.2", "source": { "type": "git", "url": "https://github.com/brick/math.git", - "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" + "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", - "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", + "url": "https://api.github.com/repos/brick/math/zipball/459f2781e1a08d52ee56b0b1444086e038561e3f", + "reference": "459f2781e1a08d52ee56b0b1444086e038561e3f", "shasum": "" }, "require": { "ext-json": "*", - "php": "^7.1 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", - "vimeo/psalm": "4.9.2" + "phpunit/phpunit": "^9.0", + "vimeo/psalm": "4.25.0" }, "type": "library", "autoload": { @@ -52,32 +52,28 @@ ], "support": { "issues": "https://github.com/brick/math/issues", - "source": "https://github.com/brick/math/tree/0.9.3" + "source": "https://github.com/brick/math/tree/0.10.2" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/brick/math", - "type": "tidelift" } ], - "time": "2021-08-15T20:50:18+00:00" + "time": "2022-08-10T22:54:19+00:00" }, { "name": "dflydev/dot-access-data", - "version": "v3.0.1", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "0992cc19268b259a39e86f296da5f0677841f42c" + "reference": "f41715465d65213d644d3141a6a93081be5d3549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c", - "reference": "0992cc19268b259a39e86f296da5f0677841f42c", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", + "reference": "f41715465d65213d644d3141a6a93081be5d3549", "shasum": "" }, "require": { @@ -88,7 +84,7 @@ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", "scrutinizer/ocular": "1.6.0", "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "^3.14" + "vimeo/psalm": "^4.0.0" }, "type": "library", "extra": { @@ -137,34 +133,34 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" }, - "time": "2021-08-13T13:06:58+00:00" + "time": "2022-10-27T11:44:00+00:00" }, { "name": "doctrine/inflector", - "version": "2.0.4", + "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89" + "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", - "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", + "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^8.2", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", - "phpstan/phpstan-strict-rules": "^0.12", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", - "vimeo/psalm": "^4.10" + "doctrine/coding-standard": "^10", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-phpunit": "^1.1", + "phpstan/phpstan-strict-rules": "^1.3", + "phpunit/phpunit": "^8.5 || ^9.5", + "vimeo/psalm": "^4.25" }, "type": "library", "autoload": { @@ -214,7 +210,7 @@ ], "support": { "issues": "https://github.com/doctrine/inflector/issues", - "source": "https://github.com/doctrine/inflector/tree/2.0.4" + "source": "https://github.com/doctrine/inflector/tree/2.0.6" }, "funding": [ { @@ -230,7 +226,7 @@ "type": "tidelift" } ], - "time": "2021-10-22T20:16:43+00:00" + "time": "2022-10-20T09:10:12+00:00" }, { "name": "doctrine/lexer", @@ -310,16 +306,16 @@ }, { "name": "dragonmantank/cron-expression", - "version": "v3.3.1", + "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa" + "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/be85b3f05b46c39bbc0d95f6c071ddff669510fa", - "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/782ca5968ab8b954773518e9e49a6f892a34b2a8", + "reference": "782ca5968ab8b954773518e9e49a6f892a34b2a8", "shasum": "" }, "require": { @@ -359,7 +355,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.1" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.2" }, "funding": [ { @@ -367,7 +363,7 @@ "type": "github" } ], - "time": "2022-01-18T15:43:28+00:00" + "time": "2022-09-10T18:51:20+00:00" }, { "name": "egulias/email-validator", @@ -510,24 +506,24 @@ }, { "name": "graham-campbell/result-type", - "version": "v1.0.4", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/GrahamCampbell/Result-Type.git", - "reference": "0690bde05318336c7221785f2a932467f98b64ca" + "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca", - "reference": "0690bde05318336c7221785f2a932467f98b64ca", + "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/a878d45c1914464426dc94da61c9e1d36ae262a8", + "reference": "a878d45c1914464426dc94da61c9e1d36ae262a8", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0", - "phpoption/phpoption": "^1.8" + "php": "^7.2.5 || ^8.0", + "phpoption/phpoption": "^1.9" }, "require-dev": { - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "type": "library", "autoload": { @@ -556,7 +552,7 @@ ], "support": { "issues": "https://github.com/GrahamCampbell/Result-Type/issues", - "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4" + "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.0" }, "funding": [ { @@ -568,41 +564,41 @@ "type": "tidelift" } ], - "time": "2021-11-21T21:41:47+00:00" + "time": "2022-07-30T15:56:11+00:00" }, { "name": "laravel/framework", - "version": "v9.21.6", + "version": "v9.37.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "569d7a2e361895f90e66bb4e02db89c27691a0e7" + "reference": "0c9675abf6d966e834b2ebeca3319f524e07a330" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/569d7a2e361895f90e66bb4e02db89c27691a0e7", - "reference": "569d7a2e361895f90e66bb4e02db89c27691a0e7", + "url": "https://api.github.com/repos/laravel/framework/zipball/0c9675abf6d966e834b2ebeca3319f524e07a330", + "reference": "0c9675abf6d966e834b2ebeca3319f524e07a330", "shasum": "" }, "require": { "doctrine/inflector": "^2.0", - "dragonmantank/cron-expression": "^3.1", - "egulias/email-validator": "^3.1", + "dragonmantank/cron-expression": "^3.3.2", + "egulias/email-validator": "^3.2.1", "ext-mbstring": "*", "ext-openssl": "*", "fruitcake/php-cors": "^1.2", - "laravel/serializable-closure": "^1.0", + "laravel/serializable-closure": "^1.2.2", "league/commonmark": "^2.2", - "league/flysystem": "^3.0.16", + "league/flysystem": "^3.8.0", "monolog/monolog": "^2.0", - "nesbot/carbon": "^2.53.1", + "nesbot/carbon": "^2.62.1", "nunomaduro/termwind": "^1.13", "php": "^8.0.2", "psr/container": "^1.1.1|^2.0.1", "psr/log": "^1.0|^2.0|^3.0", "psr/simple-cache": "^1.0|^2.0|^3.0", "ramsey/uuid": "^4.2.2", - "symfony/console": "^6.0", + "symfony/console": "^6.0.9", "symfony/error-handler": "^6.0", "symfony/finder": "^6.0", "symfony/http-foundation": "^6.0", @@ -611,8 +607,9 @@ "symfony/mime": "^6.0", "symfony/process": "^6.0", "symfony/routing": "^6.0", + "symfony/uid": "^6.0", "symfony/var-dumper": "^6.0", - "tijsverkoyen/css-to-inline-styles": "^2.2.2", + "tijsverkoyen/css-to-inline-styles": "^2.2.5", "vlucas/phpdotenv": "^5.4.1", "voku/portable-ascii": "^2.0" }, @@ -658,24 +655,27 @@ "illuminate/view": "self.version" }, "require-dev": { - "aws/aws-sdk-php": "^3.198.1", + "ably/ably-php": "^1.0", + "aws/aws-sdk-php": "^3.235.5", "doctrine/dbal": "^2.13.3|^3.1.4", "fakerphp/faker": "^1.9.2", - "guzzlehttp/guzzle": "^7.2", + "guzzlehttp/guzzle": "^7.5", "league/flysystem-aws-s3-v3": "^3.0", "league/flysystem-ftp": "^3.0", + "league/flysystem-path-prefixing": "^3.3", + "league/flysystem-read-only": "^3.3", "league/flysystem-sftp-v3": "^3.0", - "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^7.1", + "mockery/mockery": "^1.5.1", + "orchestra/testbench-core": "^7.11", "pda/pheanstalk": "^4.0", "phpstan/phpstan": "^1.4.7", "phpunit/phpunit": "^9.5.8", - "predis/predis": "^1.1.9|^2.0", + "predis/predis": "^1.1.9|^2.0.2", "symfony/cache": "^6.0" }, "suggest": { "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).", - "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.198.1).", + "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).", "brianium/paratest": "Required to run tests in parallel (^6.0).", "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", "ext-bcmath": "Required to use the multiple_of validation rule.", @@ -687,16 +687,18 @@ "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).", "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", "filp/whoops": "Required for friendly error pages in development (^2.14.3).", - "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.2).", + "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).", "laravel/tinker": "Required to use the tinker console command (^2.0).", "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).", "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).", + "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).", + "league/flysystem-read-only": "Required to use read-only disks (^3.3)", "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).", - "mockery/mockery": "Required to use mocking (^1.4.4).", + "mockery/mockery": "Required to use mocking (^1.5.1).", "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).", "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).", "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).", - "predis/predis": "Required to use the predis connector (^1.1.9|^2.0).", + "predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2).", "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).", "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).", "symfony/cache": "Required to PSR-6 cache bridge (^6.0).", @@ -748,29 +750,30 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2022-07-22T14:16:44+00:00" + "time": "2022-10-25T15:43:46+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.2.0", + "version": "v1.2.2", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "09f0e9fb61829f628205b7c94906c28740ff9540" + "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/09f0e9fb61829f628205b7c94906c28740ff9540", - "reference": "09f0e9fb61829f628205b7c94906c28740ff9540", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/47afb7fae28ed29057fdca37e16a84f90cc62fae", + "reference": "47afb7fae28ed29057fdca37e16a84f90cc62fae", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { - "pestphp/pest": "^1.18", - "phpstan/phpstan": "^0.12.98", - "symfony/var-dumper": "^5.3" + "nesbot/carbon": "^2.61", + "pestphp/pest": "^1.21.3", + "phpstan/phpstan": "^1.8.2", + "symfony/var-dumper": "^5.4.11" }, "type": "library", "extra": { @@ -807,20 +810,20 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2022-05-16T17:09:47+00:00" + "time": "2022-09-08T13:45:54+00:00" }, { "name": "league/commonmark", - "version": "2.3.4", + "version": "2.3.6", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "155ec1c95626b16fda0889cf15904d24890a60d5" + "reference": "857afc47ce113454bd629037213378ba3219dd40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/155ec1c95626b16fda0889cf15904d24890a60d5", - "reference": "155ec1c95626b16fda0889cf15904d24890a60d5", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/857afc47ce113454bd629037213378ba3219dd40", + "reference": "857afc47ce113454bd629037213378ba3219dd40", "shasum": "" }, "require": { @@ -840,15 +843,15 @@ "erusev/parsedown": "^1.0", "ext-json": "*", "github/gfm": "0.29.0", - "michelf/php-markdown": "^1.4", + "michelf/php-markdown": "^1.4 || ^2.0", "nyholm/psr7": "^1.5", - "phpstan/phpstan": "^0.12.88 || ^1.0.0", - "phpunit/phpunit": "^9.5.5", + "phpstan/phpstan": "^1.8.2", + "phpunit/phpunit": "^9.5.21", "scrutinizer/ocular": "^1.8.1", - "symfony/finder": "^5.3", + "symfony/finder": "^5.3 | ^6.0", "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0", - "unleashedtech/php-coding-standard": "^3.1", - "vimeo/psalm": "^4.7.3" + "unleashedtech/php-coding-standard": "^3.1.1", + "vimeo/psalm": "^4.24.0" }, "suggest": { "symfony/yaml": "v2.3+ required if using the Front Matter extension" @@ -913,7 +916,7 @@ "type": "tidelift" } ], - "time": "2022-07-17T16:25:47+00:00" + "time": "2022-10-30T16:45:38+00:00" }, { "name": "league/config", @@ -999,16 +1002,16 @@ }, { "name": "league/flysystem", - "version": "3.1.1", + "version": "3.10.2", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "1a941703dfb649f9b821e7bc425e782f576a805e" + "reference": "b9bd194b016114d6ff6765c09d40c7d427e4e3f6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1a941703dfb649f9b821e7bc425e782f576a805e", - "reference": "1a941703dfb649f9b821e7bc425e782f576a805e", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/b9bd194b016114d6ff6765c09d40c7d427e4e3f6", + "reference": "b9bd194b016114d6ff6765c09d40c7d427e4e3f6", "shasum": "" }, "require": { @@ -1019,11 +1022,12 @@ "aws/aws-sdk-php": "3.209.31 || 3.210.0", "guzzlehttp/guzzle": "<7.0", "guzzlehttp/ringphp": "<1.1.1", + "phpseclib/phpseclib": "3.0.15", "symfony/http-client": "<5.2" }, "require-dev": { "async-aws/s3": "^1.5", - "async-aws/simple-s3": "^1.0", + "async-aws/simple-s3": "^1.1", "aws/aws-sdk-php": "^3.198.1", "composer/semver": "^3.0", "ext-fileinfo": "*", @@ -1032,7 +1036,7 @@ "friendsofphp/php-cs-fixer": "^3.5", "google/cloud-storage": "^1.23", "microsoft/azure-storage-blob": "^1.1", - "phpseclib/phpseclib": "^2.0", + "phpseclib/phpseclib": "^3.0.14", "phpstan/phpstan": "^0.12.26", "phpunit/phpunit": "^9.5.11", "sabre/dav": "^4.3.1" @@ -1069,11 +1073,11 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem/issues", - "source": "https://github.com/thephpleague/flysystem/tree/3.1.1" + "source": "https://github.com/thephpleague/flysystem/tree/3.10.2" }, "funding": [ { - "url": "https://offset.earth/frankdejonge", + "url": "https://ecologi.com/frankdejonge", "type": "custom" }, { @@ -1085,7 +1089,7 @@ "type": "tidelift" } ], - "time": "2022-07-18T09:59:40+00:00" + "time": "2022-10-25T07:01:47+00:00" }, { "name": "league/mime-type-detection", @@ -1145,16 +1149,16 @@ }, { "name": "monolog/monolog", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524" + "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/5579edf28aee1190a798bfa5be8bc16c563bd524", - "reference": "5579edf28aee1190a798bfa5be8bc16c563bd524", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", + "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", "shasum": "" }, "require": { @@ -1174,11 +1178,10 @@ "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5.14", - "predis/predis": "^1.1", + "predis/predis": "^1.1 || ^2.0", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": "^7", "swiftmailer/swiftmailer": "^5.3|^6.0", @@ -1198,7 +1201,6 @@ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, @@ -1233,7 +1235,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/2.7.0" + "source": "https://github.com/Seldaek/monolog/tree/2.8.0" }, "funding": [ { @@ -1245,20 +1247,20 @@ "type": "tidelift" } ], - "time": "2022-06-09T08:59:12+00:00" + "time": "2022-07-24T11:55:47+00:00" }, { "name": "nesbot/carbon", - "version": "2.59.1", + "version": "2.62.1", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5" + "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/a9000603ea337c8df16cc41f8b6be95a65f4d0f5", - "reference": "a9000603ea337c8df16cc41f8b6be95a65f4d0f5", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", + "reference": "01bc4cdefe98ef58d1f9cb31bdbbddddf2a88f7a", "shasum": "" }, "require": { @@ -1347,7 +1349,7 @@ "type": "tidelift" } ], - "time": "2022-06-29T21:43:55+00:00" + "time": "2022-09-02T07:48:13+00:00" }, { "name": "nette/schema", @@ -1413,20 +1415,20 @@ }, { "name": "nette/utils", - "version": "v3.2.7", + "version": "v3.2.8", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99" + "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/0af4e3de4df9f1543534beab255ccf459e7a2c99", - "reference": "0af4e3de4df9f1543534beab255ccf459e7a2c99", + "url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368", + "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368", "shasum": "" }, "require": { - "php": ">=7.2 <8.2" + "php": ">=7.2 <8.3" }, "conflict": { "nette/di": "<3.0.6" @@ -1492,22 +1494,22 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v3.2.7" + "source": "https://github.com/nette/utils/tree/v3.2.8" }, - "time": "2022-01-24T11:29:14+00:00" + "time": "2022-09-12T23:36:20+00:00" }, { "name": "nunomaduro/termwind", - "version": "v1.13.0", + "version": "v1.14.2", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "132a24bd3e8c559e7f14fa14ba1b83772a0f97f8" + "reference": "9a8218511eb1a0965629ff820dda25985440aefc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/132a24bd3e8c559e7f14fa14ba1b83772a0f97f8", - "reference": "132a24bd3e8c559e7f14fa14ba1b83772a0f97f8", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/9a8218511eb1a0965629ff820dda25985440aefc", + "reference": "9a8218511eb1a0965629ff820dda25985440aefc", "shasum": "" }, "require": { @@ -1519,7 +1521,7 @@ "ergebnis/phpstan-rules": "^1.0.", "illuminate/console": "^8.0|^9.0", "illuminate/support": "^8.0|^9.0", - "laravel/pint": "^0.2.0", + "laravel/pint": "^1.0.0", "pestphp/pest": "^1.21.0", "pestphp/pest-plugin-mock": "^1.0", "phpstan/phpstan": "^1.4.6", @@ -1564,7 +1566,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v1.13.0" + "source": "https://github.com/nunomaduro/termwind/tree/v1.14.2" }, "funding": [ { @@ -1580,33 +1582,37 @@ "type": "github" } ], - "time": "2022-07-01T15:06:55+00:00" + "time": "2022-10-28T22:51:32+00:00" }, { "name": "phpoption/phpoption", - "version": "1.8.1", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15" + "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", - "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", + "reference": "dc5ff11e274a90cc1c743f66c9ad700ce50db9ab", "shasum": "" }, "require": { - "php": "^7.0 || ^8.0" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8" + "bamarni/composer-bin-plugin": "^1.8", + "phpunit/phpunit": "^8.5.28 || ^9.5.21" }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, "branch-alias": { - "dev-master": "1.8-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -1639,7 +1645,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.8.1" + "source": "https://github.com/schmittjoh/php-option/tree/1.9.0" }, "funding": [ { @@ -1651,7 +1657,7 @@ "type": "tidelift" } ], - "time": "2021-12-04T23:24:31+00:00" + "time": "2022-07-30T15:51:26+00:00" }, { "name": "psr/container", @@ -1938,20 +1944,20 @@ }, { "name": "ramsey/uuid", - "version": "4.3.1", + "version": "4.5.1", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28" + "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/8505afd4fea63b81a85d3b7b53ac3cb8dc347c28", - "reference": "8505afd4fea63b81a85d3b7b53ac3cb8dc347c28", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/a161a26d917604dc6d3aa25100fddf2556e9f35d", + "reference": "a161a26d917604dc6d3aa25100fddf2556e9f35d", "shasum": "" }, "require": { - "brick/math": "^0.8 || ^0.9", + "brick/math": "^0.8.8 || ^0.9 || ^0.10", "ext-ctype": "*", "ext-json": "*", "php": "^8.0", @@ -1967,18 +1973,18 @@ "doctrine/annotations": "^1.8", "ergebnis/composer-normalize": "^2.15", "mockery/mockery": "^1.3", - "moontoast/math": "^1.1", "paragonie/random-lib": "^2", "php-mock/php-mock": "^2.2", "php-mock/php-mock-mockery": "^1.3", "php-parallel-lint/php-parallel-lint": "^1.1", "phpbench/phpbench": "^1.0", - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^0.12", - "phpstan/phpstan-mockery": "^0.12", - "phpstan/phpstan-phpunit": "^0.12", + "phpstan/extension-installer": "^1.1", + "phpstan/phpstan": "^1.8", + "phpstan/phpstan-mockery": "^1.1", + "phpstan/phpstan-phpunit": "^1.1", "phpunit/phpunit": "^8.5 || ^9", - "slevomat/coding-standard": "^7.0", + "ramsey/composer-repl": "^1.4", + "slevomat/coding-standard": "^8.4", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.9" }, @@ -2016,7 +2022,7 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.3.1" + "source": "https://github.com/ramsey/uuid/tree/4.5.1" }, "funding": [ { @@ -2028,20 +2034,20 @@ "type": "tidelift" } ], - "time": "2022-03-27T21:42:02+00:00" + "time": "2022-09-16T03:22:46+00:00" }, { "name": "symfony/console", - "version": "v6.1.2", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7" + "reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/7a86c1c42fbcb69b59768504c7bca1d3767760b7", - "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7", + "url": "https://api.github.com/repos/symfony/console/zipball/a1282bd0c096e0bdb8800b104177e2ce404d8815", + "reference": "a1282bd0c096e0bdb8800b104177e2ce404d8815", "shasum": "" }, "require": { @@ -2108,7 +2114,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.1.2" + "source": "https://github.com/symfony/console/tree/v6.1.7" }, "funding": [ { @@ -2124,20 +2130,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:30+00:00" + "time": "2022-10-26T21:42:49+00:00" }, { "name": "symfony/css-selector", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "05c40f02f621609404b8820ff8bc39acb46e19cf" + "reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/05c40f02f621609404b8820ff8bc39acb46e19cf", - "reference": "05c40f02f621609404b8820ff8bc39acb46e19cf", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/0dd5e36b80e1de97f8f74ed7023ac2b837a36443", + "reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443", "shasum": "" }, "require": { @@ -2173,7 +2179,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.1.0" + "source": "https://github.com/symfony/css-selector/tree/v6.1.3" }, "funding": [ { @@ -2189,7 +2195,7 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2260,16 +2266,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.1.0", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "d02c662651e5de760bb7d5e94437113309e8f8a0" + "reference": "699a26ce5ec656c198bf6e26398b0f0818c7e504" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/d02c662651e5de760bb7d5e94437113309e8f8a0", - "reference": "d02c662651e5de760bb7d5e94437113309e8f8a0", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/699a26ce5ec656c198bf6e26398b0f0818c7e504", + "reference": "699a26ce5ec656c198bf6e26398b0f0818c7e504", "shasum": "" }, "require": { @@ -2311,7 +2317,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.1.0" + "source": "https://github.com/symfony/error-handler/tree/v6.1.7" }, "funding": [ { @@ -2327,7 +2333,7 @@ "type": "tidelift" } ], - "time": "2022-05-23T10:32:57+00:00" + "time": "2022-10-28T16:23:08+00:00" }, { "name": "symfony/event-dispatcher", @@ -2493,16 +2499,16 @@ }, { "name": "symfony/finder", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f" + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/45b8beb69d6eb3b05a65689ebfd4222326773f8f", - "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f", + "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "shasum": "" }, "require": { @@ -2537,7 +2543,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.1.0" + "source": "https://github.com/symfony/finder/tree/v6.1.3" }, "funding": [ { @@ -2553,20 +2559,20 @@ "type": "tidelift" } ], - "time": "2022-04-15T08:08:08+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.1.2", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c" + "reference": "792a1856d2b95273f0e1c3435785f1d01a60ecc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/86119d294e51afe4d8e07da96b63332bd1f3f52c", - "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/792a1856d2b95273f0e1c3435785f1d01a60ecc6", + "reference": "792a1856d2b95273f0e1c3435785f1d01a60ecc6", "shasum": "" }, "require": { @@ -2577,8 +2583,11 @@ "require-dev": { "predis/predis": "~1.0", "symfony/cache": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", "symfony/expression-language": "^5.4|^6.0", - "symfony/mime": "^5.4|^6.0" + "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4", + "symfony/mime": "^5.4|^6.0", + "symfony/rate-limiter": "^5.2|^6.0" }, "suggest": { "symfony/mime": "To use the file extension guesser" @@ -2609,7 +2618,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.1.2" + "source": "https://github.com/symfony/http-foundation/tree/v6.1.7" }, "funding": [ { @@ -2625,20 +2634,20 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:21:48+00:00" + "time": "2022-10-12T09:44:59+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.1.2", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "8aaede489900dda61aee208557f63bfa1bca0877" + "reference": "8fc1ffe753948c47a103a809cdd6a4a8458b3254" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8aaede489900dda61aee208557f63bfa1bca0877", - "reference": "8aaede489900dda61aee208557f63bfa1bca0877", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8fc1ffe753948c47a103a809cdd6a4a8458b3254", + "reference": "8fc1ffe753948c47a103a809cdd6a4a8458b3254", "shasum": "" }, "require": { @@ -2719,7 +2728,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.1.2" + "source": "https://github.com/symfony/http-kernel/tree/v6.1.7" }, "funding": [ { @@ -2735,20 +2744,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T17:06:14+00:00" + "time": "2022-10-28T18:06:36+00:00" }, { "name": "symfony/mailer", - "version": "v6.1.2", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "8fa150355115ea09238858ae3cfaf249fd1fd5ed" + "reference": "7e19813c0b43387c55665780c4caea505cc48391" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/8fa150355115ea09238858ae3cfaf249fd1fd5ed", - "reference": "8fa150355115ea09238858ae3cfaf249fd1fd5ed", + "url": "https://api.github.com/repos/symfony/mailer/zipball/7e19813c0b43387c55665780c4caea505cc48391", + "reference": "7e19813c0b43387c55665780c4caea505cc48391", "shasum": "" }, "require": { @@ -2793,7 +2802,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v6.1.2" + "source": "https://github.com/symfony/mailer/tree/v6.1.7" }, "funding": [ { @@ -2809,20 +2818,20 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:21:48+00:00" + "time": "2022-10-28T16:23:08+00:00" }, { "name": "symfony/mime", - "version": "v6.1.1", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "56508865dd883dce3c863af11b3e8053adab30d7" + "reference": "f440f066d57691088d998d6e437ce98771144618" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/56508865dd883dce3c863af11b3e8053adab30d7", - "reference": "56508865dd883dce3c863af11b3e8053adab30d7", + "url": "https://api.github.com/repos/symfony/mime/zipball/f440f066d57691088d998d6e437ce98771144618", + "reference": "f440f066d57691088d998d6e437ce98771144618", "shasum": "" }, "require": { @@ -2842,7 +2851,7 @@ "symfony/dependency-injection": "^5.4|^6.0", "symfony/property-access": "^5.4|^6.0", "symfony/property-info": "^5.4|^6.0", - "symfony/serializer": "^5.4|^6.0" + "symfony/serializer": "^5.2|^6.0" }, "type": "library", "autoload": { @@ -2874,7 +2883,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v6.1.1" + "source": "https://github.com/symfony/mime/tree/v6.1.7" }, "funding": [ { @@ -2890,7 +2899,7 @@ "type": "tidelift" } ], - "time": "2022-06-09T12:51:38+00:00" + "time": "2022-10-19T08:10:53+00:00" }, { "name": "symfony/polyfill-ctype", @@ -3547,18 +3556,100 @@ ], "time": "2022-05-24T11:49:31+00:00" }, + { + "name": "symfony/polyfill-uuid", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-uuid.git", + "reference": "a41886c1c81dc075a09c71fe6db5b9d68c79de23" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/a41886c1c81dc075a09c71fe6db5b9d68c79de23", + "reference": "a41886c1c81dc075a09c71fe6db5b9d68c79de23", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-uuid": "*" + }, + "suggest": { + "ext-uuid": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Uuid\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for uuid functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "uuid" + ], + "support": { + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, { "name": "symfony/process", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "318718453c2be58266f1a9e74063d13cb8dd4165" + "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/318718453c2be58266f1a9e74063d13cb8dd4165", - "reference": "318718453c2be58266f1a9e74063d13cb8dd4165", + "url": "https://api.github.com/repos/symfony/process/zipball/a6506e99cfad7059b1ab5cab395854a0a0c21292", + "reference": "a6506e99cfad7059b1ab5cab395854a0a0c21292", "shasum": "" }, "require": { @@ -3590,7 +3681,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.1.0" + "source": "https://github.com/symfony/process/tree/v6.1.3" }, "funding": [ { @@ -3606,20 +3697,20 @@ "type": "tidelift" } ], - "time": "2022-05-11T12:12:29+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/routing", - "version": "v6.1.1", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5" + "reference": "95effeb9d6e2cec861cee06bf5bbf82d09aea7f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/8f068b792e515b25e26855ac8dc7fe800399f3e5", - "reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5", + "url": "https://api.github.com/repos/symfony/routing/zipball/95effeb9d6e2cec861cee06bf5bbf82d09aea7f5", + "reference": "95effeb9d6e2cec861cee06bf5bbf82d09aea7f5", "shasum": "" }, "require": { @@ -3678,7 +3769,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.1.1" + "source": "https://github.com/symfony/routing/tree/v6.1.7" }, "funding": [ { @@ -3694,7 +3785,7 @@ "type": "tidelift" } ], - "time": "2022-06-08T12:21:15+00:00" + "time": "2022-10-18T13:12:43+00:00" }, { "name": "symfony/service-contracts", @@ -3783,16 +3874,16 @@ }, { "name": "symfony/string", - "version": "v6.1.2", + "version": "v6.1.7", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1903f2879875280c5af944625e8246d81c2f0604" + "reference": "823f143370880efcbdfa2dbca946b3358c4707e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1903f2879875280c5af944625e8246d81c2f0604", - "reference": "1903f2879875280c5af944625e8246d81c2f0604", + "url": "https://api.github.com/repos/symfony/string/zipball/823f143370880efcbdfa2dbca946b3358c4707e5", + "reference": "823f143370880efcbdfa2dbca946b3358c4707e5", "shasum": "" }, "require": { @@ -3848,7 +3939,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.2" + "source": "https://github.com/symfony/string/tree/v6.1.7" }, "funding": [ { @@ -3864,20 +3955,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:35:04+00:00" + "time": "2022-10-10T09:34:31+00:00" }, { "name": "symfony/translation", - "version": "v6.1.0", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "b254416631615bc6fe49b0a67f18658827288147" + "reference": "e6cd330e5a072518f88d65148f3f165541807494" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/b254416631615bc6fe49b0a67f18658827288147", - "reference": "b254416631615bc6fe49b0a67f18658827288147", + "url": "https://api.github.com/repos/symfony/translation/zipball/e6cd330e5a072518f88d65148f3f165541807494", + "reference": "e6cd330e5a072518f88d65148f3f165541807494", "shasum": "" }, "require": { @@ -3944,7 +4035,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v6.1.0" + "source": "https://github.com/symfony/translation/tree/v6.1.6" }, "funding": [ { @@ -3960,7 +4051,7 @@ "type": "tidelift" } ], - "time": "2022-05-11T12:12:29+00:00" + "time": "2022-10-07T08:04:03+00:00" }, { "name": "symfony/translation-contracts", @@ -4043,18 +4134,92 @@ ], "time": "2022-06-27T17:24:16+00:00" }, + { + "name": "symfony/uid", + "version": "v6.1.5", + "source": { + "type": "git", + "url": "https://github.com/symfony/uid.git", + "reference": "e03519f7b1ce1d3c0b74f751892bb41d549a2d98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/uid/zipball/e03519f7b1ce1d3c0b74f751892bb41d549a2d98", + "reference": "e03519f7b1ce1d3c0b74f751892bb41d549a2d98", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/polyfill-uuid": "^1.15" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Uid\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Grégoire Pineau", + "email": "lyrixx@lyrixx.info" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an object-oriented API to generate and represent UIDs", + "homepage": "https://symfony.com", + "keywords": [ + "UID", + "ulid", + "uuid" + ], + "support": { + "source": "https://github.com/symfony/uid/tree/v6.1.5" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-09-09T09:34:27+00:00" + }, { "name": "symfony/var-dumper", - "version": "v6.1.0", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "98587d939cb783aa04e828e8fa857edaca24c212" + "reference": "0f0adde127f24548e23cbde83bcaeadc491c551f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/98587d939cb783aa04e828e8fa857edaca24c212", - "reference": "98587d939cb783aa04e828e8fa857edaca24c212", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/0f0adde127f24548e23cbde83bcaeadc491c551f", + "reference": "0f0adde127f24548e23cbde83bcaeadc491c551f", "shasum": "" }, "require": { @@ -4113,7 +4278,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.1.0" + "source": "https://github.com/symfony/var-dumper/tree/v6.1.6" }, "funding": [ { @@ -4129,20 +4294,20 @@ "type": "tidelift" } ], - "time": "2022-05-21T13:34:40+00:00" + "time": "2022-10-07T08:04:03+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", - "version": "2.2.4", + "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git", - "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c" + "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c", - "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c", + "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/4348a3a06651827a27d989ad1d13efec6bb49b19", + "reference": "4348a3a06651827a27d989ad1d13efec6bb49b19", "shasum": "" }, "require": { @@ -4180,22 +4345,22 @@ "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles", "support": { "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues", - "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4" + "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.5" }, - "time": "2021-12-08T09:12:39+00:00" + "time": "2022-09-12T13:28:28+00:00" }, { "name": "vlucas/phpdotenv", - "version": "v5.4.1", + "version": "v5.5.0", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f" + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f", - "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", + "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7", "shasum": "" }, "require": { @@ -4210,15 +4375,19 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-filter": "*", - "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10" + "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25" }, "suggest": { "ext-filter": "Required to use the boolean validator." }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": true + }, "branch-alias": { - "dev-master": "5.4-dev" + "dev-master": "5.5-dev" } }, "autoload": { @@ -4250,7 +4419,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1" + "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0" }, "funding": [ { @@ -4262,7 +4431,7 @@ "type": "tidelift" } ], - "time": "2021-12-12T23:22:04+00:00" + "time": "2022-10-16T01:01:54+00:00" }, { "name": "voku/portable-ascii", @@ -4537,16 +4706,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "2.4.0", + "version": "2.4.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "13388f00956b1503577598873fffb5ae994b5737" + "reference": "67c26b443f348a51926030c83481b85718457d3d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737", - "reference": "13388f00956b1503577598873fffb5ae994b5737", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d", + "reference": "67c26b443f348a51926030c83481b85718457d3d", "shasum": "" }, "require": { @@ -4560,15 +4729,19 @@ "psr/http-message-implementation": "1.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", + "bamarni/composer-bin-plugin": "^1.8.1", "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.8 || ^9.3.10" + "phpunit/phpunit": "^8.5.29 || ^9.5.23" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { + "bamarni-bin": { + "bin-links": true, + "forward-command": false + }, "branch-alias": { "dev-master": "2.4-dev" } @@ -4632,7 +4805,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.4.0" + "source": "https://github.com/guzzle/psr7/tree/2.4.3" }, "funding": [ { @@ -4648,7 +4821,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T21:43:11+00:00" + "time": "2022-10-26T14:07:24+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -4759,16 +4932,16 @@ }, { "name": "mockery/mockery", - "version": "1.5.0", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac" + "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac", - "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac", + "url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e", + "reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e", "shasum": "" }, "require": { @@ -4825,9 +4998,9 @@ ], "support": { "issues": "https://github.com/mockery/mockery/issues", - "source": "https://github.com/mockery/mockery/tree/1.5.0" + "source": "https://github.com/mockery/mockery/tree/1.5.1" }, - "time": "2022-01-20T13:18:17+00:00" + "time": "2022-09-07T15:32:08+00:00" }, { "name": "myclabs/deep-copy", @@ -4890,16 +5063,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.14.0", + "version": "v4.15.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1" + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1", - "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", + "reference": "0ef6c55a3f47f89d7a374e6f835197a0b5fcf900", "shasum": "" }, "require": { @@ -4940,34 +5113,34 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.1" }, - "time": "2022-05-31T20:59:12+00:00" + "time": "2022-09-04T07:30:47+00:00" }, { "name": "orchestra/testbench", - "version": "v7.6.0", + "version": "v7.11.0", "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "4c4a7cf0df2d91cdd202aa6f7177a2476ddd8039" + "reference": "64a5ef91760ab62acdd4adb10ebb1e1ad68e9311" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/4c4a7cf0df2d91cdd202aa6f7177a2476ddd8039", - "reference": "4c4a7cf0df2d91cdd202aa6f7177a2476ddd8039", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/64a5ef91760ab62acdd4adb10ebb1e1ad68e9311", + "reference": "64a5ef91760ab62acdd4adb10ebb1e1ad68e9311", "shasum": "" }, "require": { "fakerphp/faker": "^1.9.2", - "laravel/framework": "^9.19", - "mockery/mockery": "^1.4.4", - "orchestra/testbench-core": "^7.6", + "laravel/framework": "^9.36", + "mockery/mockery": "^1.5.1", + "orchestra/testbench-core": "^7.11", "php": "^8.0", "phpunit/phpunit": "^9.5.10", "spatie/laravel-ray": "^1.28", - "symfony/process": "^6.0", - "symfony/yaml": "^6.0", + "symfony/process": "^6.0.9", + "symfony/yaml": "^6.0.9", "vlucas/phpdotenv": "^5.4.1" }, "type": "library", @@ -4999,7 +5172,7 @@ ], "support": { "issues": "https://github.com/orchestral/testbench/issues", - "source": "https://github.com/orchestral/testbench/tree/v7.6.0" + "source": "https://github.com/orchestral/testbench/tree/v7.11.0" }, "funding": [ { @@ -5011,20 +5184,20 @@ "type": "liberapay" } ], - "time": "2022-06-30T09:57:38+00:00" + "time": "2022-10-19T11:54:46+00:00" }, { "name": "orchestra/testbench-core", - "version": "v7.6.0", + "version": "v7.11.0", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "3e4e7ed08c353f2178b0cbce845ca90c3cb28e08" + "reference": "7b67c9e23e9eb6e3e3b336f9ba3afe99072795e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/3e4e7ed08c353f2178b0cbce845ca90c3cb28e08", - "reference": "3e4e7ed08c353f2178b0cbce845ca90c3cb28e08", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/7b67c9e23e9eb6e3e3b336f9ba3afe99072795e2", + "reference": "7b67c9e23e9eb6e3e3b336f9ba3afe99072795e2", "shasum": "" }, "require": { @@ -5032,25 +5205,26 @@ }, "require-dev": { "fakerphp/faker": "^1.9.2", - "laravel/framework": "^9.19", + "laravel/framework": "^9.36", "laravel/laravel": "9.x-dev", - "mockery/mockery": "^1.4.4", + "laravel/pint": "^1.1", + "mockery/mockery": "^1.5.1", "orchestra/canvas": "^7.0", - "phpunit/phpunit": "^9.5.10 || ^10.0", - "symfony/process": "^6.0", - "symfony/yaml": "^6.0", + "phpunit/phpunit": "^9.5.10", + "symfony/process": "^6.0.9", + "symfony/yaml": "^6.0.9", "vlucas/phpdotenv": "^5.4.1" }, "suggest": { "brianium/paratest": "Allow using parallel tresting (^6.4).", "fakerphp/faker": "Allow using Faker for testing (^1.9.2).", - "laravel/framework": "Required for testing (^9.19).", - "mockery/mockery": "Allow using Mockery for testing (^1.4.4).", + "laravel/framework": "Required for testing (^9.34).", + "mockery/mockery": "Allow using Mockery for testing (^1.5.1).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^6.2).", "orchestra/testbench-browser-kit": "Allow using legacy Laravel BrowserKit for testing (^7.0).", "orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^7.0).", - "phpunit/phpunit": "Allow using PHPUnit for testing (^9.5.10|^10.0).", - "symfony/yaml": "Required for CLI Commander (^6.0).", + "phpunit/phpunit": "Allow using PHPUnit for testing (^9.5.10).", + "symfony/yaml": "Required for CLI Commander (^6.0.9).", "vlucas/phpdotenv": "Required for CLI Commander (^5.4.1)." }, "bin": [ @@ -5105,7 +5279,7 @@ "type": "liberapay" } ], - "time": "2022-06-30T09:52:25+00:00" + "time": "2022-10-19T11:47:55+00:00" }, { "name": "phar-io/manifest", @@ -5218,252 +5392,25 @@ }, "time": "2022-02-21T01:04:05+00:00" }, - { - "name": "phpdocumentor/reflection-common", - "version": "2.2.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" - } - ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "support": { - "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues", - "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x" - }, - "time": "2020-06-27T09:03:43+00:00" - }, - { - "name": "phpdocumentor/reflection-docblock", - "version": "5.3.0", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", - "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", - "shasum": "" - }, - "require": { - "ext-filter": "*", - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.2", - "phpdocumentor/type-resolver": "^1.3", - "webmozart/assert": "^1.9.1" - }, - "require-dev": { - "mockery/mockery": "~1.3.2", - "psalm/phar": "^4.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "5.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - }, - { - "name": "Jaap van Otterdijk", - "email": "account@ijaap.nl" - } - ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "support": { - "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", - "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0" - }, - "time": "2021-10-19T17:43:47+00:00" - }, - { - "name": "phpdocumentor/type-resolver", - "version": "1.6.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "77a32518733312af16a44300404e945338981de3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3", - "reference": "77a32518733312af16a44300404e945338981de3", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" - }, - "require-dev": { - "ext-tokenizer": "*", - "psalm/phar": "^4.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "support": { - "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1" - }, - "time": "2022-03-15T21:29:03+00:00" - }, - { - "name": "phpspec/prophecy", - "version": "v1.15.0", - "source": { - "type": "git", - "url": "https://github.com/phpspec/prophecy.git", - "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", - "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", - "shasum": "" - }, - "require": { - "doctrine/instantiator": "^1.2", - "php": "^7.2 || ~8.0, <8.2", - "phpdocumentor/reflection-docblock": "^5.2", - "sebastian/comparator": "^3.0 || ^4.0", - "sebastian/recursion-context": "^3.0 || ^4.0" - }, - "require-dev": { - "phpspec/phpspec": "^6.0 || ^7.0", - "phpunit/phpunit": "^8.0 || ^9.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Prophecy\\": "src/Prophecy" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Konstantin Kudryashov", - "email": "ever.zet@gmail.com", - "homepage": "http://everzet.com" - }, - { - "name": "Marcello Duarte", - "email": "marcello.duarte@gmail.com" - } - ], - "description": "Highly opinionated mocking framework for PHP 5.3+", - "homepage": "https://github.com/phpspec/prophecy", - "keywords": [ - "Double", - "Dummy", - "fake", - "mock", - "spy", - "stub" - ], - "support": { - "issues": "https://github.com/phpspec/prophecy/issues", - "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" - }, - "time": "2021-12-08T12:19:24+00:00" - }, { "name": "phpunit/php-code-coverage", - "version": "9.2.15", + "version": "9.2.18", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f" + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f", - "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a", + "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.13.0", + "nikic/php-parser": "^4.14", "php": ">=7.3", "phpunit/php-file-iterator": "^3.0.3", "phpunit/php-text-template": "^2.0.2", @@ -5512,7 +5459,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18" }, "funding": [ { @@ -5520,7 +5467,7 @@ "type": "github" } ], - "time": "2022-03-07T09:28:20+00:00" + "time": "2022-10-27T13:35:33+00:00" }, { "name": "phpunit/php-file-iterator", @@ -5765,16 +5712,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.21", + "version": "9.5.26", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1" + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1", - "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/851867efcbb6a1b992ec515c71cdcf20d895e9d2", + "reference": "851867efcbb6a1b992ec515c71cdcf20d895e9d2", "shasum": "" }, "require": { @@ -5789,7 +5736,6 @@ "phar-io/manifest": "^2.0.3", "phar-io/version": "^3.0.2", "php": ">=7.3", - "phpspec/prophecy": "^1.12.1", "phpunit/php-code-coverage": "^9.2.13", "phpunit/php-file-iterator": "^3.0.5", "phpunit/php-invoker": "^3.1.1", @@ -5797,19 +5743,16 @@ "phpunit/php-timer": "^5.0.2", "sebastian/cli-parser": "^1.0.1", "sebastian/code-unit": "^1.0.6", - "sebastian/comparator": "^4.0.5", + "sebastian/comparator": "^4.0.8", "sebastian/diff": "^4.0.3", "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.3", + "sebastian/exporter": "^4.0.5", "sebastian/global-state": "^5.0.1", "sebastian/object-enumerator": "^4.0.3", "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.0", + "sebastian/type": "^3.2", "sebastian/version": "^3.0.2" }, - "require-dev": { - "phpspec/prophecy-phpunit": "^2.0.1" - }, "suggest": { "ext-soap": "*", "ext-xdebug": "*" @@ -5851,7 +5794,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.26" }, "funding": [ { @@ -5861,9 +5804,13 @@ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", + "type": "tidelift" } ], - "time": "2022-06-19T12:14:25+00:00" + "time": "2022-10-28T06:00:21+00:00" }, { "name": "pimple/pimple", @@ -6239,16 +6186,16 @@ }, { "name": "sebastian/comparator", - "version": "4.0.6", + "version": "4.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "55f4261989e546dc112258c7a75935a81a7ce382" + "reference": "fa0f136dd2334583309d32b62544682ee972b51a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382", - "reference": "55f4261989e546dc112258c7a75935a81a7ce382", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", + "reference": "fa0f136dd2334583309d32b62544682ee972b51a", "shasum": "" }, "require": { @@ -6301,7 +6248,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", - "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6" + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" }, "funding": [ { @@ -6309,7 +6256,7 @@ "type": "github" } ], - "time": "2020-10-26T15:49:45+00:00" + "time": "2022-09-14T12:41:17+00:00" }, { "name": "sebastian/complexity", @@ -6499,16 +6446,16 @@ }, { "name": "sebastian/exporter", - "version": "4.0.4", + "version": "4.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", - "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", + "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", "shasum": "" }, "require": { @@ -6564,7 +6511,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", - "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5" }, "funding": [ { @@ -6572,7 +6519,7 @@ "type": "github" } ], - "time": "2021-11-11T14:18:36+00:00" + "time": "2022-09-14T06:03:37+00:00" }, { "name": "sebastian/global-state", @@ -6927,16 +6874,16 @@ }, { "name": "sebastian/type", - "version": "3.0.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad" + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", - "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", + "reference": "fb3fe09c5f0bae6bc27ef3ce933a1e0ed9464b6e", "shasum": "" }, "require": { @@ -6948,7 +6895,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.2-dev" } }, "autoload": { @@ -6971,7 +6918,7 @@ "homepage": "https://github.com/sebastianbergmann/type", "support": { "issues": "https://github.com/sebastianbergmann/type/issues", - "source": "https://github.com/sebastianbergmann/type/tree/3.0.0" + "source": "https://github.com/sebastianbergmann/type/tree/3.2.0" }, "funding": [ { @@ -6979,7 +6926,7 @@ "type": "github" } ], - "time": "2022-03-15T09:54:48+00:00" + "time": "2022-09-12T14:47:03+00:00" }, { "name": "sebastian/version", @@ -7098,16 +7045,16 @@ }, { "name": "spatie/laravel-ray", - "version": "1.29.7", + "version": "1.31.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ray.git", - "reference": "97b8ccdb9975e3339069765417990e89474254ee" + "reference": "7394694afd89d05879e7a69c54abab73c1199acd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/97b8ccdb9975e3339069765417990e89474254ee", - "reference": "97b8ccdb9975e3339069765417990e89474254ee", + "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/7394694afd89d05879e7a69c54abab73c1199acd", + "reference": "7394694afd89d05879e7a69c54abab73c1199acd", "shasum": "" }, "require": { @@ -7166,7 +7113,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-ray/issues", - "source": "https://github.com/spatie/laravel-ray/tree/1.29.7" + "source": "https://github.com/spatie/laravel-ray/tree/1.31.0" }, "funding": [ { @@ -7178,7 +7125,7 @@ "type": "other" } ], - "time": "2022-05-27T18:45:58+00:00" + "time": "2022-09-20T13:13:22+00:00" }, { "name": "spatie/macroable", @@ -7232,16 +7179,16 @@ }, { "name": "spatie/ray", - "version": "1.34.5", + "version": "1.36.0", "source": { "type": "git", "url": "https://github.com/spatie/ray.git", - "reference": "2d64ea264eecbdc7ec01e4e8b45978cae80815d2" + "reference": "4a4def8cda4806218341b8204c98375aa8c34323" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ray/zipball/2d64ea264eecbdc7ec01e4e8b45978cae80815d2", - "reference": "2d64ea264eecbdc7ec01e4e8b45978cae80815d2", + "url": "https://api.github.com/repos/spatie/ray/zipball/4a4def8cda4806218341b8204c98375aa8c34323", + "reference": "4a4def8cda4806218341b8204c98375aa8c34323", "shasum": "" }, "require": { @@ -7291,7 +7238,7 @@ ], "support": { "issues": "https://github.com/spatie/ray/issues", - "source": "https://github.com/spatie/ray/tree/1.34.5" + "source": "https://github.com/spatie/ray/tree/1.36.0" }, "funding": [ { @@ -7303,7 +7250,7 @@ "type": "other" } ], - "time": "2022-06-03T12:32:57+00:00" + "time": "2022-08-11T14:04:18+00:00" }, { "name": "symfony/polyfill-iconv", @@ -7390,16 +7337,16 @@ }, { "name": "symfony/stopwatch", - "version": "v6.1.0", + "version": "v6.1.5", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "77dedae82ce2a26e2e9b481855473fc3b3e4e54d" + "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/77dedae82ce2a26e2e9b481855473fc3b3e4e54d", - "reference": "77dedae82ce2a26e2e9b481855473fc3b3e4e54d", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/266636bb8f3fbdccc302491df7b3a1b9a8c238a7", + "reference": "266636bb8f3fbdccc302491df7b3a1b9a8c238a7", "shasum": "" }, "require": { @@ -7432,7 +7379,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.1.0" + "source": "https://github.com/symfony/stopwatch/tree/v6.1.5" }, "funding": [ { @@ -7448,20 +7395,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-09-28T16:00:52+00:00" }, { "name": "symfony/yaml", - "version": "v6.1.2", + "version": "v6.1.6", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe" + "reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/b01c4e7dc6a51cbf114567af04a19789fd1011fe", - "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe", + "url": "https://api.github.com/repos/symfony/yaml/zipball/66c6b0cf52b00f74614a2cf7ae7db08ea1095931", + "reference": "66c6b0cf52b00f74614a2cf7ae7db08ea1095931", "shasum": "" }, "require": { @@ -7506,7 +7453,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.1.2" + "source": "https://github.com/symfony/yaml/tree/v6.1.6" }, "funding": [ { @@ -7522,7 +7469,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T12:01:07+00:00" + "time": "2022-10-07T08:04:03+00:00" }, { "name": "theseer/tokenizer", @@ -7576,16 +7523,16 @@ }, { "name": "zbateson/mail-mime-parser", - "version": "2.2.1", + "version": "2.2.3", "source": { "type": "git", "url": "https://github.com/zbateson/mail-mime-parser.git", - "reference": "24955de7ec352b3258c1d4551efd21202cb8710c" + "reference": "295c7f82a8c44af685680d9df6714beb812e90ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/24955de7ec352b3258c1d4551efd21202cb8710c", - "reference": "24955de7ec352b3258c1d4551efd21202cb8710c", + "url": "https://api.github.com/repos/zbateson/mail-mime-parser/zipball/295c7f82a8c44af685680d9df6714beb812e90ff", + "reference": "295c7f82a8c44af685680d9df6714beb812e90ff", "shasum": "" }, "require": { @@ -7645,7 +7592,7 @@ "type": "github" } ], - "time": "2022-02-22T21:35:59+00:00" + "time": "2022-09-28T16:31:49+00:00" }, { "name": "zbateson/mb-wrapper", @@ -7716,16 +7663,16 @@ }, { "name": "zbateson/stream-decorators", - "version": "1.0.6", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/zbateson/stream-decorators.git", - "reference": "3403c4323bd1cd15fe54348b031b26b064c706af" + "reference": "8f8ca208572963258b7e6d91106181706deacd10" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/3403c4323bd1cd15fe54348b031b26b064c706af", - "reference": "3403c4323bd1cd15fe54348b031b26b064c706af", + "url": "https://api.github.com/repos/zbateson/stream-decorators/zipball/8f8ca208572963258b7e6d91106181706deacd10", + "reference": "8f8ca208572963258b7e6d91106181706deacd10", "shasum": "" }, "require": { @@ -7765,7 +7712,7 @@ ], "support": { "issues": "https://github.com/zbateson/stream-decorators/issues", - "source": "https://github.com/zbateson/stream-decorators/tree/1.0.6" + "source": "https://github.com/zbateson/stream-decorators/tree/1.0.7" }, "funding": [ { @@ -7773,7 +7720,7 @@ "type": "github" } ], - "time": "2021-07-08T19:01:59+00:00" + "time": "2022-09-08T15:44:55+00:00" } ], "aliases": [], diff --git a/public/css/app.css b/public/css/app.css index de1b57e4b..19b57d64e 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1,5 +1,5 @@ @import url(https://fonts.googleapis.com/css?family=Karla&family=Merriweather&display=swap); -fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:35px;position:absolute;right:1px;top:1px;width:48px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}} +fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:35px;position:absolute;right:1px;top:1px;width:48px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}} @charset "UTF-8";body[data-lang=rtl] .dropdown-menu{text-align:right!important}body[data-lang=rtl] .form-group{direction:rtl!important;text-align:right!important}body[data-lang=rtl] .multiselect__tags{text-align:right!important}body[data-lang=rtl] .modal-body p.text-center{text-align:center!important}body[data-lang=rtl] main h1,body[data-lang=rtl] main h2,body[data-lang=rtl] main h3,body[data-lang=rtl] main h4,body[data-lang=rtl] main h5,body[data-lang=rtl] main h6,body[data-lang=rtl] main p{direction:rtl!important}body[data-lang=rtl] main .d-flex,body[data-lang=rtl] main .form-control{direction:rtl!important;text-align:right!important}body[data-lang=rtl] main .ql-blank{text-align:right}body[data-lang=rtl] main .card-body,body[data-lang=rtl] main .ql-editor p{direction:rtl!important;text-align:right!important}body[data-lang=rtl] main .mr-auto{margin-left:auto!important;margin-right:0!important}body[data-lang=rtl] main .ml-auto{margin-left:0!important;margin-right:auto!important}body a,body a:hover{color:#1a202c}body textarea::-webkit-input-placeholder,body textarea::placeholder{color:#718096!important}body .ql-editor{color:#1a202c}body div.ql-editor.ql-blank:before{color:#718096}body .card{border:1px solid #edf2f7!important}body .dropdown-menu{border:1px solid #edf2f7;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}body .dropdown-menu .dropdown-item:active,body .dropdown-menu .dropdown-item:hover{background-color:#edf2f7;color:#1a202c}body .border-top{border-top:1px solid #edf2f7!important}body .text-muted{color:#a0aec0}body .bg-list-muted{background-color:#f7fafc}body .controls,body .navbar-mini{background-color:#fff}body .custom-select,body .filepond--panel-root,body .form-control,body .input-group-text{background-color:#f7fafc!important}body .hover-bg{background-color:#edf2f7}body .fill-bg{fill:#fff}body .fill-body-color{fill:#1a202c}body .fill-logo,body .fill-muted{fill:#a0aec0}body[data-theme=dark]{background-color:#263238;color:#b2bdc4}body[data-theme=dark] a,body[data-theme=dark] a:hover{color:#b2bdc4}body[data-theme=dark] a.btn{color:#fff}body[data-theme=dark] .text-muted{color:#5f717e}body[data-theme=dark] .bg-list-muted{background-color:rgba(95,113,126,.125)}body[data-theme=dark] .controls,body[data-theme=dark] .navbar-mini{background-color:#263238}body[data-theme=dark] .navbar-mini button:hover{background-color:transparent}body[data-theme=dark] .hover-bg{background-color:#3b4d56}body[data-theme=dark] .card{background-color:#304047;border:none!important}body[data-theme=dark] .modal-content{background-color:#263238}body[data-theme=dark] .modal-footer{border-top:1px solid #4a5568}body[data-theme=dark] .border-top{border-top:1px solid #4a5568!important}body[data-theme=dark] .border-bottom{border-bottom:1px solid #4a5568!important}body[data-theme=dark] .border-left{border-left:1px solid #4a5568!important}body[data-theme=dark] .dropdown-menu{background-color:#263238;border:1px solid #4a5568;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);color:#b2bdc4}body[data-theme=dark] .dropdown-menu .dropdown-item:hover{background-color:#3b4d56;color:#b2bdc4}body[data-theme=dark] .dropdown-menu .dropdown-divider{border-top:1px solid #4a5568}body[data-theme=dark] textarea{color:#b2bdc4}body[data-theme=dark] textarea::-webkit-input-placeholder,body[data-theme=dark] textarea::placeholder{color:#718096!important}body[data-theme=dark] .ql-editor{color:#b2bdc4}body[data-theme=dark] div.ql-editor.ql-blank:before{color:#718096}body[data-theme=dark] .btn-circle,body[data-theme=dark] .navbar-mini .btn{border-color:#4a5568!important}body[data-theme=dark] select.input{color:#cbd5e0}body[data-theme=dark] .multiselect__content-wrapper{background-color:#263238;border-color:#434857}body[data-theme=dark] .multiselect--above .multiselect__content-wrapper{border-top-color:#434857}body[data-theme=dark] .multiselect__content-wrapper ul li,body[data-theme=dark] .multiselect__input,body[data-theme=dark] .multiselect__single{color:#cbd5e0}body[data-theme=dark] .multiselect__input{background-color:transparent}body[data-theme=dark] .multiselect__tags{background-color:rgba(113,128,150,.188);border:none;border-radius:.5rem;padding-left:.75rem}body[data-theme=dark] .multiselect__option--selected{background-color:rgba(113,128,150,.188);color:#b2bdc4}body[data-theme=dark] .form-control:focus{background-color:rgba(113,128,150,.188)!important}body[data-theme=dark] .bg-transparent:focus{background-color:transparent!important}body[data-theme=dark] .filepond--panel-root{background-color:rgba(113,128,150,.188)!important}body[data-theme=dark] .filepond--drop-label{color:#b2bdc4!important}body[data-theme=dark] .filepond--drop-label svg path{fill:#b2bdc4}body[data-theme=dark] .custom-select,body[data-theme=dark] .form-control,body[data-theme=dark] .input-group-text{background-color:rgba(113,128,150,.188)!important;color:#b2bdc4}body[data-theme=dark] .sidebar-controls.active{background-color:#263238}body[data-theme=dark] .fill-bg{fill:#263238}body[data-theme=dark] .fill-body-color{fill:#b2bdc4}body[data-theme=dark] .fill-muted{fill:#5f717e}a,a:focus,button,button:focus,input,input:focus,select,select:focus,textarea,textarea:focus{box-shadow:none!important;outline:none!important}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}input::-webkit-search-cancel-button{display:none}.font-serif{font-family:Merriweather,serif}.font-sans{font-family:Karla,sans-serif}.shadow-inner{box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)}.page-header{background-color:transparent}.hover-light:hover{opacity:.6}.fill-light-red{fill:rgba(204,84,84,.2)}.fill-dark-red{fill:#cc5454}.fill-light-gray{fill:#a0aec0}.fill-dark-gray{fill:#4a5568}[v-cloak]{display:none}.fade-enter{opacity:0}.fade-enter-active{transition:opacity 1s}.fade-leave{opacity:1}.fade-leave-active{opacity:0;transition:opacity 1s}#nprogress{pointer-events:none}#nprogress .bar{background:#03a87c;height:2px;left:0;position:fixed;top:0;width:100%;z-index:1031}#nprogress .peg{box-shadow:0 0 10px #03a87c,0 0 5px #03a87c;display:block;height:100%;opacity:1;position:absolute;right:0;transform:rotate(3deg) translateY(-4px);width:100px}.nprogress-custom-parent{overflow:hidden;position:relative}.multiselect__select{display:none}.multiselect__tags>input{margin-bottom:10px}.multiselect__input,.multiselect__tags{background-color:#f7fafc}.multiselect__tags{border:none;border-radius:.5rem;padding-left:.75rem}.multiselect__option--highlight,.multiselect__option--highlight:after,.multiselect__tag,.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#03a87c}.multiselect,.multiselect__input,.multiselect__single{padding:0}.multiselect__single{background-color:transparent}.multiselect__input::-webkit-input-placeholder,.multiselect__input::placeholder,.multiselect__input:focus::-webkit-input-placeholder,.multiselect__input:focus::placeholder,.multiselect__placeholder{color:#7a889b;font-size:16px;line-height:1.6;padding-top:0}.multiselect__input{line-height:1.6}.multiselect__tag{padding-bottom:2px}.switch{font-size:1rem;position:relative}.switch input{clip:rect(0 0 0 0);background:none;border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.switch input+label{border-radius:1.9rem;cursor:pointer;display:inline-block;height:1.9rem;line-height:1.9rem;min-width:3.8rem;outline:none;position:relative;text-indent:4.3rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.switch input+label:after,.switch input+label:before{bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:3.8rem}.switch input+label:before{background-color:#a0aec0;border-radius:1.9rem;right:0;transition:all .2s}.switch input+label:after{background-color:#fff;border-radius:50%;height:calc(1.9rem - 4px);left:2px;top:2px;transition:all .2s;width:calc(1.9rem - 4px)}.switch input:checked+label:before{background-color:#03a87c}.switch input:checked+label:after{margin-left:1.9rem}.switch input:focus+label:before{box-shadow:none;outline:none}.switch input:disabled+label{color:#868e96;cursor:not-allowed}.switch input:disabled+label:before{background-color:#e9ecef}.switch.switch-sm{font-size:.875rem}.switch.switch-sm input+label{height:1.55rem;line-height:1.55rem;min-width:3.1rem;text-indent:3.6rem}.switch.switch-sm input+label:before{width:3.1rem}.switch.switch-sm input+label:after{height:calc(1.55rem - 4px);width:calc(1.55rem - 4px)}.switch.switch-sm input:checked+label:after{margin-left:1.55rem}.switch+.switch{margin-left:1rem}.filepond--drop-label,.filepond--drop-label label{cursor:pointer}.filepond--panel-root{background-color:#f7fafc;border-radius:.5rem}.filepond--item-panel{border-radius:.5rem}.filepond--panel-bottom:before,.filepond--panel-top:after{height:0!important}.filepond--image-preview-wrapper{border-radius:.5rem!important}[data-filepond-item-state*=error] .filepond--item-panel,[data-filepond-item-state*=invalid] .filepond--item-panel{background-color:#cc5454}[data-filepond-item-state=processing-complete] .filepond--item-panel{background-color:#03a87c}.selected-image button{position:absolute;right:27px;top:25px} /*! @@ -7,6 +7,6 @@ fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{backgr * Copyright 2011-2022 The Bootstrap Authors * Copyright 2011-2022 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) - */:root{--blue:#54afcc;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#cc5454;--orange:#fd7e14;--yellow:#ffc107;--green:#03a87c;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#718096;--gray-dark:#2d3748;--primary:#54afcc;--secondary:#718096;--success:#03a87c;--info:#17a2b8;--warning:#ffc107;--danger:#cc5454;--light:#f7fafc;--dark:#2d3748;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Karla",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#1a202c;font-family:Karla,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#54afcc;text-decoration:none}a:hover{color:#3187a3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#718096;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}@media (max-width:1200px){legend{font-size:calc(1.275rem + .3vw)}}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}@media (max-width:1200px){.h1,h1{font-size:calc(1.375rem + 1.5vw)}}.h2,h2{font-size:2rem}@media (max-width:1200px){.h2,h2{font-size:calc(1.325rem + .9vw)}}.h3,h3{font-size:1.75rem}@media (max-width:1200px){.h3,h3{font-size:calc(1.3rem + .6vw)}}.h4,h4{font-size:1.5rem}@media (max-width:1200px){.h4,h4{font-size:calc(1.275rem + .3vw)}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-1{font-size:calc(1.725rem + 5.7vw)}}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-2{font-size:calc(1.675rem + 5.1vw)}}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-3{font-size:calc(1.575rem + 3.9vw)}}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-4{font-size:calc(1.475rem + 2.7vw)}}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#718096;display:block;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#718096;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#1a202c;border-radius:.4rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#1a202c;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{color:#1a202c;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #e2e8f0;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #e2e8f0;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #e2e8f0}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #e2e8f0}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#1a202c}.table-primary,.table-primary>td,.table-primary>th{background-color:#cfe9f1}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#a6d5e4}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#bbe0eb}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d7dbe2}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b5bdc8}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8ced7}.table-success,.table-success>td,.table-success>th{background-color:#b8e7da}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#7cd2bb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#a5e1d0}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f1cfcf}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#e4a6a6}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebbbbb}.table-light,.table-light>td,.table-light>th{background-color:#fdfefe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfd}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ecf6f6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c4c7cc}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#9297a0}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b6bac0}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#2d3748;border-color:#3c4960;color:#fff}.table .thead-light th{background-color:#edf2f7;border-color:#e2e8f0;color:#4a5568}.table-dark{background-color:#2d3748;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#3c4960}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #cbd5e0;border-radius:.5rem;color:#4a5568;display:block;font-size:1rem;font-weight:400;height:2.375rem;line-height:1.6;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#b6dde9;box-shadow:0 0 0 .2rem rgba(84,175,204,.25);color:#4a5568;outline:0}.form-control::-moz-placeholder{color:#718096;opacity:1}.form-control::placeholder{color:#718096;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#edf2f7;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #4a5568}select.form-control:focus::-ms-value{background-color:#fff;color:#4a5568}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.6;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#1a202c;display:block;font-size:1rem;line-height:1.6;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.4rem;font-size:.875rem;height:1.9375rem;line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#718096}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#03a87c;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(3,168,124,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.6;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2303A87C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.4em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.8em + .375rem) calc(.8em + .375rem);border-color:#03a87c;padding-right:calc(1.6em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#03a87c;box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem);padding-right:calc(1.6em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a0aec0' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2303A87C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem) no-repeat;border-color:#03a87c;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#03a87c;box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#03a87c}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#03a87c}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#03a87c}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#04daa1;border-color:#04daa1}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#03a87c}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#03a87c}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#03a87c;box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.invalid-feedback{color:#cc5454;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(204,84,84,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.6;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CC5454'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23CC5454' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.4em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.8em + .375rem) calc(.8em + .375rem);border-color:#cc5454;padding-right:calc(1.6em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#cc5454;box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem);padding-right:calc(1.6em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a0aec0' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CC5454'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23CC5454' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem) no-repeat;border-color:#cc5454;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#cc5454;box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#cc5454}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#cc5454}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#cc5454}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#d87b7b;border-color:#d87b7b}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#cc5454}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#cc5454}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#cc5454;box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.5rem;color:#1a202c;display:inline-block;font-size:1rem;font-weight:400;line-height:1.6;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#1a202c;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#39a0c0;border-color:#3698b7;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(75,154,180,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#3698b7;border-color:#348fad;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(75,154,180,.5)}.btn-secondary{background-color:#718096;border-color:#718096;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#606d81;border-color:#5a677a;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(134,147,166,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#718096;border-color:#718096;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#5a677a;border-color:#556173;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(134,147,166,.5)}.btn-success{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#028260;border-color:#027657;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(41,181,144,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#027657;border-color:#02694e;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(41,181,144,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#1a202c}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(221,169,13,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#1a202c}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(221,169,13,.5)}.btn-danger{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#c03939;border-color:#b73636;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem hsla(0,54%,63%,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#b73636;border-color:#ad3434;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,54%,63%,.5)}.btn-light{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#dbe9f2;border-color:#d2e3ee;color:#1a202c}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(214,9%,85%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#d2e3ee;border-color:#c9ddeb;color:#1a202c}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(214,9%,85%,.5)}.btn-dark{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#1e2530;border-color:#191f29;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(77,85,99,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#191f29;border-color:#141921;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,85,99,.5)}.btn-outline-primary{border-color:#54afcc;color:#54afcc}.btn-outline-primary:hover{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#54afcc}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.5)}.btn-outline-secondary{border-color:#718096;color:#718096}.btn-outline-secondary:hover{background-color:#718096;border-color:#718096;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(113,128,150,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#718096}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#718096;border-color:#718096;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(113,128,150,.5)}.btn-outline-success{border-color:#03a87c;color:#03a87c}.btn-outline-success:hover{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(3,168,124,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#03a87c}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(3,168,124,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:#cc5454;color:#cc5454}.btn-outline-danger:hover{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(204,84,84,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#cc5454}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(204,84,84,.5)}.btn-outline-light{border-color:#f7fafc;color:#f7fafc}.btn-outline-light:hover{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(247,250,252,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f7fafc}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(247,250,252,.5)}.btn-outline-dark{border-color:#2d3748;color:#2d3748}.btn-outline-dark:hover{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(45,55,72,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#2d3748}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(45,55,72,.5)}.btn-link{color:#54afcc;font-weight:400;text-decoration:none}.btn-link:hover{color:#3187a3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#718096;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.4rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.5rem;color:#1a202c;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #edf2f7;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#1a202c;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#edf2f7;color:#11141c;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#54afcc;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#a0aec0;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#718096;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#1a202c;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#edf2f7;border:1px solid #cbd5e0;border-radius:.5rem;color:#4a5568;display:flex;font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:1.9375rem}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.4rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{color-adjust:exact;display:block;min-height:1.6rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.3rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#54afcc;border-color:#54afcc;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(84,175,204,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#b6dde9}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#ddeff5;border-color:#ddeff5;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#718096}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #a0aec0;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.3rem;width:1rem}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.5rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#54afcc;border-color:#54afcc}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#a0aec0;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.3rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a0aec0' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #cbd5e0;border-radius:.5rem;color:#4a5568;display:inline-block;font-size:1rem;font-weight:400;height:2.375rem;line-height:1.6;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#b6dde9;box-shadow:0 0 0 .2rem rgba(84,175,204,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#4a5568}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#edf2f7;color:#718096}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #4a5568}.custom-select-sm{font-size:.875rem;height:1.9375rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:2.375rem;position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#b6dde9;box-shadow:0 0 0 .2rem rgba(84,175,204,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#edf2f7}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #cbd5e0;border-radius:.5rem;font-weight:400;height:2.375rem;left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#4a5568;line-height:1.6;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#edf2f7;border-left:inherit;border-radius:0 .5rem .5rem 0;bottom:0;content:"Browse";display:block;height:calc(1.6em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(84,175,204,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(84,175,204,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(84,175,204,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#54afcc;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#ddeff5}.custom-range::-webkit-slider-runnable-track{background-color:#e2e8f0;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#54afcc;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#ddeff5}.custom-range::-moz-range-track{background-color:#e2e8f0;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#54afcc;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#ddeff5}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#e2e8f0;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#a0aec0}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#a0aec0}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#a0aec0}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#718096;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #e2e8f0}.nav-tabs .nav-link{background-color:transparent;border:1px solid transparent;border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#edf2f7 #edf2f7 #e2e8f0;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#718096}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#e2e8f0 #e2e8f0 #fff;color:#4a5568}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.5rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#54afcc;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3rem;padding-top:.3rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.5rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.5rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.5rem - 1px) calc(.5rem - 1px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.5rem - 1px) calc(.5rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.5rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#edf2f7;border-radius:.5rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#718096;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#718096}.pagination{border-radius:.5rem;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #e2e8f0;color:#54afcc;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#edf2f7;border-color:#e2e8f0;color:#3187a3;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.25);outline:0;z-index:3}.page-item:first-child .page-link{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.page-item.active .page-link{background-color:#54afcc;border-color:#54afcc;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#e2e8f0;color:#718096;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}.badge{border-radius:.5rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#54afcc;color:#1a202c}a.badge-primary:focus,a.badge-primary:hover{background-color:#3698b7;color:#1a202c}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.5);outline:0}.badge-secondary{background-color:#718096;color:#fff}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#5a677a;color:#fff}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(113,128,150,.5);outline:0}.badge-success{background-color:#03a87c;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#027657;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(3,168,124,.5);outline:0}.badge-info{background-color:#17a2b8;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#117a8b;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5);outline:0}.badge-warning{background-color:#ffc107;color:#1a202c}a.badge-warning:focus,a.badge-warning:hover{background-color:#d39e00;color:#1a202c}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5);outline:0}.badge-danger{background-color:#cc5454;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#b73636;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(204,84,84,.5);outline:0}.badge-light{background-color:#f7fafc;color:#1a202c}a.badge-light:focus,a.badge-light:hover{background-color:#d2e3ee;color:#1a202c}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem rgba(247,250,252,.5);outline:0}.badge-dark{background-color:#2d3748;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#191f29;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(45,55,72,.5);outline:0}.jumbotron{background-color:#edf2f7;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid transparent;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#ddeff5;border-color:#cfe9f1;color:#2c5b6a}.alert-primary hr{border-top-color:#bbe0eb}.alert-primary .alert-link{color:#1d3c46}.alert-secondary{background-color:#e3e6ea;border-color:#d7dbe2;color:#3b434e}.alert-secondary hr{border-top-color:#c8ced7}.alert-secondary .alert-link{color:#252a31}.alert-success{background-color:#cdeee5;border-color:#b8e7da;color:#025740}.alert-success hr{border-top-color:#a5e1d0}.alert-success .alert-link{color:#01251b}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background-color:#f5dddd;border-color:#f1cfcf;color:#6a2c2c}.alert-danger hr{border-top-color:#ebbbbb}.alert-danger .alert-link{color:#461d1d}.alert-light{background-color:#fdfefe;border-color:#fdfefe;color:#808283}.alert-light hr{border-top-color:#ecf6f6}.alert-light .alert-link{color:#676869}.alert-dark{background-color:#d5d7da;border-color:#c4c7cc;color:#171d25}.alert-dark hr{border-top-color:#b6bac0}.alert-dark .alert-link{color:#030406}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#edf2f7;border-radius:.5rem;font-size:.75rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#54afcc;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{border-radius:.5rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#4a5568;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f7fafc;color:#4a5568;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#edf2f7;color:#1a202c}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#718096;pointer-events:none}.list-group-item.active{background-color:#54afcc;border-color:#54afcc;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#cfe9f1;color:#2c5b6a}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#bbe0eb;color:#2c5b6a}.list-group-item-primary.list-group-item-action.active{background-color:#2c5b6a;border-color:#2c5b6a;color:#fff}.list-group-item-secondary{background-color:#d7dbe2;color:#3b434e}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#c8ced7;color:#3b434e}.list-group-item-secondary.list-group-item-action.active{background-color:#3b434e;border-color:#3b434e;color:#fff}.list-group-item-success{background-color:#b8e7da;color:#025740}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#a5e1d0;color:#025740}.list-group-item-success.list-group-item-action.active{background-color:#025740;border-color:#025740;color:#fff}.list-group-item-info{background-color:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-warning{background-color:#ffeeba;color:#856404}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.list-group-item-danger{background-color:#f1cfcf;color:#6a2c2c}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#ebbbbb;color:#6a2c2c}.list-group-item-danger.list-group-item-action.active{background-color:#6a2c2c;border-color:#6a2c2c;color:#fff}.list-group-item-light{background-color:#fdfefe;color:#808283}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#ecf6f6;color:#808283}.list-group-item-light.list-group-item-action.active{background-color:#808283;border-color:#808283;color:#fff}.list-group-item-dark{background-color:#c4c7cc;color:#171d25}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b6bac0;color:#171d25}.list-group-item-dark.list-group-item-action.active{background-color:#171d25;border-color:#171d25;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}@media (max-width:1200px){.close{font-size:calc(1.275rem + .3vw)}}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#718096;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:scale(.8);transition:transform .2s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.5rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.6;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px);border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{word-wrap:break-word;display:block;font-family:Karla,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.6;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;border-radius:.5rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;font-family:Karla,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.6;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#1a202c;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;background-color:currentcolor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#54afcc!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#3698b7!important}.bg-secondary{background-color:#718096!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#5a677a!important}.bg-success{background-color:#03a87c!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#027657!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#cc5454!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#b73636!important}.bg-light{background-color:#f7fafc!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#d2e3ee!important}.bg-dark{background-color:#2d3748!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#191f29!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #e2e8f0!important}.border-top{border-top:1px solid #e2e8f0!important}.border-right{border-right:1px solid #e2e8f0!important}.border-bottom{border-bottom:1px solid #e2e8f0!important}.border-left{border-left:1px solid #e2e8f0!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#54afcc!important}.border-secondary{border-color:#718096!important}.border-success{border-color:#03a87c!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#cc5454!important}.border-light{border-color:#f7fafc!important}.border-dark{border-color:#2d3748!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.4rem!important}.rounded{border-radius:.5rem!important}.rounded-top{border-top-left-radius:.5rem!important}.rounded-right,.rounded-top{border-top-right-radius:.5rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.5rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.5rem!important}.rounded-left{border-top-left-radius:.5rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#54afcc!important}a.text-primary:focus,a.text-primary:hover{color:#3187a3!important}.text-secondary{color:#718096!important}a.text-secondary:focus,a.text-secondary:hover{color:#4f5b6b!important}.text-success{color:#03a87c!important}a.text-success:focus,a.text-success:hover{color:#025d45!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#cc5454!important}a.text-danger:focus,a.text-danger:hover{color:#a33131!important}.text-light{color:#f7fafc!important}a.text-light:focus,a.text-light:hover{color:#bfd7e7!important}.text-dark{color:#2d3748!important}a.text-dark:focus,a.text-dark:hover{color:#101319!important}.text-body{color:#1a202c!important}.text-muted{color:#718096!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #a0aec0}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #e2e8f0!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#e2e8f0}.table .thead-dark th{border-color:#e2e8f0;color:inherit}} + */:root{--blue:#54afcc;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#cc5454;--orange:#fd7e14;--yellow:#ffc107;--green:#03a87c;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#718096;--gray-dark:#2d3748;--primary:#54afcc;--secondary:#718096;--success:#03a87c;--info:#17a2b8;--warning:#ffc107;--danger:#cc5454;--light:#f7fafc;--dark:#2d3748;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Karla",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#1a202c;font-family:Karla,sans-serif;font-size:1rem;font-weight:400;line-height:1.6;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#54afcc;text-decoration:none}a:hover{color:#3187a3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#718096;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}@media (max-width:1200px){legend{font-size:calc(1.275rem + .3vw)}}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}@media (max-width:1200px){.h1,h1{font-size:calc(1.375rem + 1.5vw)}}.h2,h2{font-size:2rem}@media (max-width:1200px){.h2,h2{font-size:calc(1.325rem + .9vw)}}.h3,h3{font-size:1.75rem}@media (max-width:1200px){.h3,h3{font-size:calc(1.3rem + .6vw)}}.h4,h4{font-size:1.5rem}@media (max-width:1200px){.h4,h4{font-size:calc(1.275rem + .3vw)}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-1{font-size:calc(1.725rem + 5.7vw)}}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-2{font-size:calc(1.675rem + 5.1vw)}}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-3{font-size:calc(1.575rem + 3.9vw)}}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}@media (max-width:1200px){.display-4{font-size:calc(1.475rem + 2.7vw)}}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#718096;display:block;font-size:.875em}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#718096;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#1a202c;border-radius:.4rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#1a202c;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{color:#1a202c;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #e2e8f0;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #e2e8f0;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #e2e8f0}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #e2e8f0}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#1a202c}.table-primary,.table-primary>td,.table-primary>th{background-color:#cfe9f1}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#a6d5e4}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#bbe0eb}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d7dbe2}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b5bdc8}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8ced7}.table-success,.table-success>td,.table-success>th{background-color:#b8e7da}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#7cd2bb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#a5e1d0}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f1cfcf}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#e4a6a6}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebbbbb}.table-light,.table-light>td,.table-light>th{background-color:#fdfefe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfd}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ecf6f6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c4c7cc}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#9297a0}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b6bac0}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#2d3748;border-color:#3c4960;color:#fff}.table .thead-light th{background-color:#edf2f7;border-color:#e2e8f0;color:#4a5568}.table-dark{background-color:#2d3748;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#3c4960}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #cbd5e0;border-radius:.5rem;color:#4a5568;display:block;font-size:1rem;font-weight:400;height:2.375rem;line-height:1.6;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#b6dde9;box-shadow:0 0 0 .2rem rgba(84,175,204,.25);color:#4a5568;outline:0}.form-control::-moz-placeholder{color:#718096;opacity:1}.form-control::placeholder{color:#718096;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#edf2f7;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #4a5568}select.form-control:focus::-ms-value{background-color:#fff;color:#4a5568}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1.6;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#1a202c;display:block;font-size:1rem;line-height:1.6;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.4rem;font-size:.875rem;height:1.9375rem;line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#718096}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#03a87c;display:none;font-size:.875em;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(3,168,124,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.6;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2303A87C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right calc(.4em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.8em + .375rem) calc(.8em + .375rem);border-color:#03a87c;padding-right:calc(1.6em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#03a87c;box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem);padding-right:calc(1.6em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a0aec0' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2303A87C' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem) no-repeat;border-color:#03a87c;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#03a87c;box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#03a87c}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#03a87c}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#03a87c}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#04daa1;border-color:#04daa1}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#03a87c}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#03a87c}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#03a87c;box-shadow:0 0 0 .2rem rgba(3,168,124,.25)}.invalid-feedback{color:#cc5454;display:none;font-size:.875em;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(204,84,84,.9);border-radius:.5rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1.6;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CC5454'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23CC5454' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.4em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.8em + .375rem) calc(.8em + .375rem);border-color:#cc5454;padding-right:calc(1.6em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#cc5454;box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.4em + .1875rem) right calc(.4em + .1875rem);padding-right:calc(1.6em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a0aec0' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23CC5454'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23CC5454' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.8em + .375rem) calc(.8em + .375rem) no-repeat;border-color:#cc5454;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#cc5454;box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#cc5454}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#cc5454}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#cc5454}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#d87b7b;border-color:#d87b7b}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#cc5454}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#cc5454}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#cc5454;box-shadow:0 0 0 .2rem rgba(204,84,84,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.5rem;color:#1a202c;display:inline-block;font-size:1rem;font-weight:400;line-height:1.6;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#1a202c;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#39a0c0;border-color:#3698b7;color:#fff}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(75,154,180,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#3698b7;border-color:#348fad;color:#fff}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(75,154,180,.5)}.btn-secondary{background-color:#718096;border-color:#718096;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#606d81;border-color:#5a677a;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(134,147,166,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#718096;border-color:#718096;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#5a677a;border-color:#556173;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(134,147,166,.5)}.btn-success{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#028260;border-color:#027657;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(41,181,144,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#027657;border-color:#02694e;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(41,181,144,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#1a202c}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(221,169,13,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#1a202c}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(221,169,13,.5)}.btn-danger{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#c03939;border-color:#b73636;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem hsla(0,54%,63%,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#b73636;border-color:#ad3434;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(0,54%,63%,.5)}.btn-light{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#dbe9f2;border-color:#d2e3ee;color:#1a202c}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(214,9%,85%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#d2e3ee;border-color:#c9ddeb;color:#1a202c}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(214,9%,85%,.5)}.btn-dark{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#1e2530;border-color:#191f29;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(77,85,99,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#191f29;border-color:#141921;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,85,99,.5)}.btn-outline-primary{border-color:#54afcc;color:#54afcc}.btn-outline-primary:hover{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#54afcc}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#54afcc;border-color:#54afcc;color:#1a202c}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.5)}.btn-outline-secondary{border-color:#718096;color:#718096}.btn-outline-secondary:hover{background-color:#718096;border-color:#718096;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(113,128,150,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#718096}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#718096;border-color:#718096;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(113,128,150,.5)}.btn-outline-success{border-color:#03a87c;color:#03a87c}.btn-outline-success:hover{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(3,168,124,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#03a87c}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#03a87c;border-color:#03a87c;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(3,168,124,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#1a202c}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:#cc5454;color:#cc5454}.btn-outline-danger:hover{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(204,84,84,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#cc5454}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#cc5454;border-color:#cc5454;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(204,84,84,.5)}.btn-outline-light{border-color:#f7fafc;color:#f7fafc}.btn-outline-light:hover{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(247,250,252,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f7fafc}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f7fafc;border-color:#f7fafc;color:#1a202c}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(247,250,252,.5)}.btn-outline-dark{border-color:#2d3748;color:#2d3748}.btn-outline-dark:hover{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(45,55,72,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#2d3748}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#2d3748;border-color:#2d3748;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(45,55,72,.5)}.btn-link{color:#54afcc;font-weight:400;text-decoration:none}.btn-link:hover{color:#3187a3}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#718096;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.4rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{height:auto;transition:width .35s ease;width:0}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.5rem;color:#1a202c;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #edf2f7;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#1a202c;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#edf2f7;color:#11141c;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#54afcc;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#a0aec0;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#718096;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#1a202c;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#edf2f7;border:1px solid #cbd5e0;border-radius:.5rem;color:#4a5568;display:flex;font-size:1rem;font-weight:400;line-height:1.6;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:1.9375rem}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.4rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{display:block;min-height:1.6rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;print-color-adjust:exact;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1.3rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#54afcc;border-color:#54afcc;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(84,175,204,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#b6dde9}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#ddeff5;border-color:#ddeff5;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#718096}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #a0aec0;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:.3rem;width:1rem}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.5rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#54afcc;border-color:#54afcc}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#a0aec0;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:calc(.3rem + 2px);transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(84,175,204,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23a0aec0' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #cbd5e0;border-radius:.5rem;color:#4a5568;display:inline-block;font-size:1rem;font-weight:400;height:2.375rem;line-height:1.6;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#b6dde9;box-shadow:0 0 0 .2rem rgba(84,175,204,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#4a5568}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#edf2f7;color:#718096}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #4a5568}.custom-select-sm{font-size:.875rem;height:1.9375rem;padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:2.375rem;position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#b6dde9;box-shadow:0 0 0 .2rem rgba(84,175,204,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#edf2f7}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #cbd5e0;border-radius:.5rem;font-weight:400;height:2.375rem;left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#4a5568;line-height:1.6;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#edf2f7;border-left:inherit;border-radius:0 .5rem .5rem 0;bottom:0;content:"Browse";display:block;height:calc(1.6em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(84,175,204,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(84,175,204,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(84,175,204,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#54afcc;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#ddeff5}.custom-range::-webkit-slider-runnable-track{background-color:#e2e8f0;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#54afcc;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#ddeff5}.custom-range::-moz-range-track{background-color:#e2e8f0;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#54afcc;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#ddeff5}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#e2e8f0;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#a0aec0}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#a0aec0}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#a0aec0}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#718096;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #e2e8f0}.nav-tabs .nav-link{background-color:transparent;border:1px solid transparent;border-top-left-radius:.5rem;border-top-right-radius:.5rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#edf2f7 #edf2f7 #e2e8f0;isolation:isolate}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#718096}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#e2e8f0 #e2e8f0 #fff;color:#4a5568}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:none;border:0;border-radius:.5rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#54afcc;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.3rem;padding-top:.3rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.5rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.5rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.5rem - 1px) calc(.5rem - 1px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.5rem - 1px) calc(.5rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.5rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#edf2f7;border-radius:.5rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#718096;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#718096}.pagination{border-radius:.5rem;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #e2e8f0;color:#54afcc;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#edf2f7;border-color:#e2e8f0;color:#3187a3;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.25);outline:0;z-index:3}.page-item:first-child .page-link{border-bottom-left-radius:.5rem;border-top-left-radius:.5rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.5rem;border-top-right-radius:.5rem}.page-item.active .page-link{background-color:#54afcc;border-color:#54afcc;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#e2e8f0;color:#718096;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.4rem;border-top-left-radius:.4rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.4rem;border-top-right-radius:.4rem}.badge{border-radius:.5rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#54afcc;color:#1a202c}a.badge-primary:focus,a.badge-primary:hover{background-color:#3698b7;color:#1a202c}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem rgba(84,175,204,.5);outline:0}.badge-secondary{background-color:#718096;color:#fff}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#5a677a;color:#fff}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem rgba(113,128,150,.5);outline:0}.badge-success{background-color:#03a87c;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#027657;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(3,168,124,.5);outline:0}.badge-info{background-color:#17a2b8;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#117a8b;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5);outline:0}.badge-warning{background-color:#ffc107;color:#1a202c}a.badge-warning:focus,a.badge-warning:hover{background-color:#d39e00;color:#1a202c}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5);outline:0}.badge-danger{background-color:#cc5454;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#b73636;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(204,84,84,.5);outline:0}.badge-light{background-color:#f7fafc;color:#1a202c}a.badge-light:focus,a.badge-light:hover{background-color:#d2e3ee;color:#1a202c}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem rgba(247,250,252,.5);outline:0}.badge-dark{background-color:#2d3748;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#191f29;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(45,55,72,.5);outline:0}.jumbotron{background-color:#edf2f7;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid transparent;border-radius:.5rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#ddeff5;border-color:#cfe9f1;color:#2c5b6a}.alert-primary hr{border-top-color:#bbe0eb}.alert-primary .alert-link{color:#1d3c46}.alert-secondary{background-color:#e3e6ea;border-color:#d7dbe2;color:#3b434e}.alert-secondary hr{border-top-color:#c8ced7}.alert-secondary .alert-link{color:#252a31}.alert-success{background-color:#cdeee5;border-color:#b8e7da;color:#025740}.alert-success hr{border-top-color:#a5e1d0}.alert-success .alert-link{color:#01251b}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background-color:#f5dddd;border-color:#f1cfcf;color:#6a2c2c}.alert-danger hr{border-top-color:#ebbbbb}.alert-danger .alert-link{color:#461d1d}.alert-light{background-color:#fdfefe;border-color:#fdfefe;color:#808283}.alert-light hr{border-top-color:#ecf6f6}.alert-light .alert-link{color:#676869}.alert-dark{background-color:#d5d7da;border-color:#c4c7cc;color:#171d25}.alert-dark hr{border-top-color:#b6bac0}.alert-dark .alert-link{color:#030406}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#edf2f7;border-radius:.5rem;font-size:.75rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#54afcc;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{border-radius:.5rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#4a5568;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f7fafc;color:#4a5568;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#edf2f7;color:#1a202c}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#718096;pointer-events:none}.list-group-item.active{background-color:#54afcc;border-color:#54afcc;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.5rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.5rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#cfe9f1;color:#2c5b6a}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#bbe0eb;color:#2c5b6a}.list-group-item-primary.list-group-item-action.active{background-color:#2c5b6a;border-color:#2c5b6a;color:#fff}.list-group-item-secondary{background-color:#d7dbe2;color:#3b434e}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#c8ced7;color:#3b434e}.list-group-item-secondary.list-group-item-action.active{background-color:#3b434e;border-color:#3b434e;color:#fff}.list-group-item-success{background-color:#b8e7da;color:#025740}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#a5e1d0;color:#025740}.list-group-item-success.list-group-item-action.active{background-color:#025740;border-color:#025740;color:#fff}.list-group-item-info{background-color:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-warning{background-color:#ffeeba;color:#856404}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.list-group-item-danger{background-color:#f1cfcf;color:#6a2c2c}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#ebbbbb;color:#6a2c2c}.list-group-item-danger.list-group-item-action.active{background-color:#6a2c2c;border-color:#6a2c2c;color:#fff}.list-group-item-light{background-color:#fdfefe;color:#808283}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#ecf6f6;color:#808283}.list-group-item-light.list-group-item-action.active{background-color:#808283;border-color:#808283;color:#fff}.list-group-item-dark{background-color:#c4c7cc;color:#171d25}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b6bac0;color:#171d25}.list-group-item-dark.list-group-item-action.active{background-color:#171d25;border-color:#171d25;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}@media (max-width:1200px){.close{font-size:calc(1.275rem + .3vw)}}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#718096;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:scale(.8);transition:transform .2s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.5rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;border-top-left-radius:calc(.5rem - 1px);border-top-right-radius:calc(.5rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1.6;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.5rem - 1px);border-bottom-right-radius:calc(.5rem - 1px);border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{word-wrap:break-word;display:block;font-family:Karla,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.6;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;border-radius:.5rem;color:#fff;max-width:200px;padding:.25rem .5rem;text-align:center}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;font-family:Karla,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1.6;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#1a202c;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{animation:spinner-grow .75s linear infinite;background-color:currentcolor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#54afcc!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#3698b7!important}.bg-secondary{background-color:#718096!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#5a677a!important}.bg-success{background-color:#03a87c!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#027657!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#cc5454!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#b73636!important}.bg-light{background-color:#f7fafc!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#d2e3ee!important}.bg-dark{background-color:#2d3748!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#191f29!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #e2e8f0!important}.border-top{border-top:1px solid #e2e8f0!important}.border-right{border-right:1px solid #e2e8f0!important}.border-bottom{border-bottom:1px solid #e2e8f0!important}.border-left{border-left:1px solid #e2e8f0!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#54afcc!important}.border-secondary{border-color:#718096!important}.border-success{border-color:#03a87c!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#cc5454!important}.border-light{border-color:#f7fafc!important}.border-dark{border-color:#2d3748!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.4rem!important}.rounded{border-radius:.5rem!important}.rounded-top{border-top-left-radius:.5rem!important}.rounded-right,.rounded-top{border-top-right-radius:.5rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.5rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.5rem!important}.rounded-left{border-top-left-radius:.5rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)!important}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important}.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#54afcc!important}a.text-primary:focus,a.text-primary:hover{color:#3187a3!important}.text-secondary{color:#718096!important}a.text-secondary:focus,a.text-secondary:hover{color:#4f5b6b!important}.text-success{color:#03a87c!important}a.text-success:focus,a.text-success:hover{color:#025d45!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#cc5454!important}a.text-danger:focus,a.text-danger:hover{color:#a33131!important}.text-light{color:#f7fafc!important}a.text-light:focus,a.text-light:hover{color:#bfd7e7!important}.text-dark{color:#2d3748!important}a.text-dark:focus,a.text-dark:hover{color:#101319!important}.text-body{color:#1a202c!important}.text-muted{color:#718096!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #a0aec0}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #e2e8f0!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#e2e8f0}.table .thead-dark th{border-color:#e2e8f0;color:inherit}} /*# sourceMappingURL=app.css.map*/ \ No newline at end of file diff --git a/public/css/app.css.map b/public/css/app.css.map index feba959ee..0581037a3 100644 --- a/public/css/app.css.map +++ b/public/css/app.css.map @@ -1 +1 @@ -{"version":3,"file":"css/app.css","mappings":";AAAA,gCAAgC,mBAAmB,CAAC,sBAAiF,eAAe,CAAC,aAAY,CAAxC,WAAW,CAA1D,iBAAiB,CAAC,SAAS,CAAC,OAAO,CAAC,UAAoD,CAAC,yDAAmM,4BAAwB,CAAxE,kBAAkB,CAA8B,wBAAwB,CAAC,gCAA+B,CAAhL,UAAU,CAAkD,WAAW,CAApD,QAAQ,CAAC,oBAAoB,CAAlE,iBAAiB,CAAY,OAAO,CAA+B,UAAgI,CAAC,6BAA6B,4DAAoD,CAApD,oDAAoD,CAAC,0CAAiC,CAAjC,kCAAkC,CAAC,4BAA4B,4DAAoD,CAApD,oDAAoD,CAAC,0CAAiC,CAAjC,kCAAkC,CAAC,sEAAyG,SAAQ,CAA3C,kCAA4C,CAAC,+DAA+D,SAAS,CAAC,sDAAsD,mBAAmB,CAAC,cAAc,CAA+B,yBAAyB,CAAC,aAAa,sBAAsB,CAA4E,aAAY,CAAvF,aAAa,CAA8B,eAAe,CAA5C,iBAAiB,CAA4B,eAAe,CAA1C,UAAwD,CAAC,eAAe,qBAAqB,CAAC,mBAAmB,YAAY,CAAC,uBAAuB,kBAAkB,CAAqB,UAAS,CAA7B,mBAA8B,CAAC,qBAAqB,UAAU,CAAC,uMAAuM,2BAA2B,CAAC,4BAA4B,CAAC,0CAA0C,wBAAwB,CAAC,qLAAqL,wBAAwB,CAAC,yBAAyB,CAAC,yCAA+I,eAAe,CAA7C,WAAW,CAAC,iBAAiB,CAAyE,qBAAqB,CAAjL,oBAAoB,CAAiB,gBAAgB,CAA6H,iBAAiB,CAA9K,eAAe,CAAgE,iBAAiB,CAAvI,iBAAiB,CAAkI,0BAA0B,CAAyC,kBAAiB,CAA/F,UAAgG,CAAyD,sCAAiC,aAAa,CAA9C,iCAAiC,aAAa,CAAC,6EAA6E,UAAU,CAAC,qDAAqD,oBAAoB,CAAC,qDAAqD,oBAAoB,CAAC,YAAY,CAAC,qBAAsC,iBAAgB,CAAjC,gBAAkC,CAAC,wBAAwB,cAAc,CAAC,mBAAmH,eAAe,CAAxC,wBAAwB,CAA1C,iBAAiB,CAAtD,aAAa,CAAmF,cAAa,CAA7H,eAAe,CAAe,sBAAgG,CAAC,kBAAgJ,kBAAkB,CAA/E,iBAAiB,CAAmB,UAAU,CAA7F,oBAAoB,CAA0E,aAAa,CAAoB,iBAAiB,CAA/E,iBAAiB,CAAkG,cAAc,CAA9B,eAAe,CAA9J,yBAAyB,CAAhE,iBAAiB,CAAoM,sBAAqB,CAAvE,kBAAwE,CAAC,uBAAuM,iBAAgB,CAAjI,QAAQ,CAAvE,cAAc,CAA0E,iBAAiB,CAAjC,eAAe,CAAgD,gBAAgB,CAAxI,eAAe,CAAC,iBAAiB,CAAC,OAAO,CAA6D,iBAAiB,CAA7E,KAAK,CAA0F,uBAAuB,CAArE,UAAuF,CAAC,6BAA2C,aAAa,CAA3B,aAAa,CAAe,cAAc,CAAC,0DAA0D,kBAAkB,CAAC,sEAAsE,UAAU,CAAC,sBAAmH,wBAAuB,CAAzC,iBAAiB,CAA5F,eAAe,CAAC,eAAe,CAAC,uBAAuB,CAAC,kBAA6D,CAAC,2CAA4D,qBAAqB,CAA6C,cAAa,CAAzD,aAAa,CAApD,gBAAgB,CAAqC,QAAQ,CAAC,oBAAmC,CAAC,qBAAkD,WAAW,CAAmB,eAAe,CAA1E,iBAAiB,CAAwB,SAAS,CAAyB,iBAAiB,CAAzC,OAAO,CAAmC,6BAA4B,CAAvG,UAAwG,CAAC,4BAAqJ,yCAAsB,CAAtB,kBAAsB,CAAtB,sBAAsB,CAA7G,UAAU,CAAoG,UAAS,CAA5G,cAAc,CAA3D,iBAAiB,CAAC,OAAO,CAAC,OAAgI,CAAC,0BAA0B,aAAa,CAAC,oBAAoB,CAAC,kBAAkB,CAAC,eAAe,CAAC,+CAA+C,YAAY,CAAC,8BAAyO,gCAA+B,CAA1M,eAAe,CAAoE,wBAAe,CAAC,6BAA6B,CAAC,8BAA8B,CAA5E,eAAe,CAAhH,aAAa,CAA4B,gBAAgB,CAAC,aAAa,CAAzF,iBAAiB,CAA+B,UAAU,CAAsI,UAA2C,CAAC,sBAAsC,oBAAoB,CAApC,eAAe,CAAgC,QAAQ,CAAC,cAAc,CAAjC,SAAS,CAAyB,kBAAkB,CAAC,kDAA8K,kBAAkB,CAAlI,2BAA2B,CAAC,4BAA4B,CAA2E,4BAA2B,CAArG,0BAA0B,CAAC,2BAA2B,CAA3H,WAA2K,CAAC,wCAAwC,YAAY,CAAC,sBAAsB,aAAa,CAAC,qBAAkK,cAAc,CAA3J,aAAa,CAA8B,gBAAgB,CAAhC,eAAe,CAA5B,YAAY,CAAiG,iBAAiB,CAAhF,oBAAoB,CAAC,mBAAmB,CAAC,qBAAqB,CAAkC,kBAAkB,CAAC,2BAAiH,cAAa,CAAnE,gBAAgB,CAAoB,iBAAiB,CAApC,kBAAkB,CAArD,iBAAiB,CAAzB,OAAO,CAAb,KAAoG,CAAC,gCAAgC,kBAAkB,CAAc,UAAS,CAAtB,YAAuB,CAAC,sCAAgE,kBAAkB,CAAC,UAAS,CAAtD,yBAAuD,CAAC,+BAA+B,kBAAkB,CAAC,aAAa,CAAC,eAAe,CAAC,qCAAiE,YAAW,CAAvC,2BAAwC,CAAC,8DAA8D,kBAAkB,CAAC,UAAU,CAAC,oEAAoE,kBAAkB,CAA6B,UAAS,CAArC,2BAAsC,CAAC,yFAAyF,kBAAkB,CAAC,aAAa,CAAC,+BAA+B,4BAA4B,CAAC,uBAAuB,CAAC,WAAW,CAAC,mBAAmB,CAAC,4BAA4B,kBAAkB,CAAC,aAAa,CAAC,2DAA2D,kBAAkB,CAAC,UAAU,CAAC,iEAAiE,kBAAkB,CAAC,8DAA8D,kBAAkB,CAAC,oEAAoE,kBAAkB,CAAC,UAAU,CAAC,0EAA0E,kBAAkB,CAA6B,UAAS,CAArC,2BAAsC,CAAC,oDAAoD,wBAAwB,CAAC,6CAA6C,SAAS,CAAC,qBAAwD,oBAAoB,CAArC,gBAAgB,CAAlC,iBAAiB,CAAuC,kBAAkB,CAAC,uBAAuB,gBAAgB,CAAC,+BAA0C,QAAO,CAAlB,UAAmB,CAAC,6BAA6B,sBAAsB,CAAC,gCAAgC,gBAAgB,CAAC,qCAAgD,MAAK,CAAhB,UAAiB,CAAC,8BAAyC,SAAQ,CAAnB,UAAoB,CAAC,gCAA2C,QAAO,CAAlB,UAAmB,CAAC,4BAAoB,GAAG,mBAAmB,CAAC,GAAG,uBAAuB,CAAC,CAAtE,oBAAoB,GAAG,mBAAmB,CAAC,GAAG,uBAAuB,CAAC,C;ACyHn/N,gBC69BF,CCrlCI,mCACI,0BDSR,CCNI,gCACI,wBACA,0BDQR,CCLI,uCACI,0BDOR,CCHQ,8CACI,2BDKZ,CCAQ,mMAOI,uBDEZ,CCMQ,wEAJI,wBACA,0BDKZ,CCGQ,mCACI,gBDDZ,CCIQ,0EAEI,wBACA,0BDFZ,CCKQ,kCACI,2BACA,wBDHZ,CCMQ,kCAEI,wBADA,2BDHZ,CEhDI,oBAEI,aFuDR,CEpDI,oEAEI,uBFsDR,CEnDI,gBACI,aFqDR,CElDI,mCACI,aFoDR,CEjDI,WACI,kCFmDR,CEhDI,oBACI,yBACA,yEFkDR,CE3CQ,mFAEI,wBCxBD,CDuBC,aFkDZ,CE7CI,iBACI,sCF+CR,CE5CI,iBACI,aF8CR,CE3CI,oBACI,wBF6CR,CEtCI,iCACI,qBF2CR,CElCI,yFACI,kCFyCR,CEtCI,eACI,wBFwCR,CErCI,cACI,SFuCR,CEpCI,sBACI,YFsCR,CE/BI,iCACI,YFoCR,CI5HA,sBACI,wBDgDa,CC/Cb,aJ+HJ,CI7HI,sDAEI,aJ+HR,CI5HI,4BACI,UJ8HR,CI3HI,kCACI,aJ6HR,CI1HI,qCACI,sCJ4HR,CIrHI,mEACI,wBJ0HR,CIvHI,gDACI,4BJyHR,CItHI,gCACI,wBJwHR,CIrHI,4BAEI,yBADA,qBJwHR,CIpHI,qCACI,wBJsHR,CInHI,oCACI,4BJqHR,CIlHI,kCACI,sCJoHR,CIjHI,qCACI,yCJmHR,CIhHI,mCACI,uCJkHR,CI/GI,qCACI,wBDdS,CCiBT,yBADA,yED/BQ,CC8BR,aJmHR,CI/GQ,0DAEI,yBADA,aJkHZ,CI9GQ,uDACI,4BJgHZ,CI5GI,+BACI,aJ8GR,CI3GI,sGAEI,uBJ6GR,CI1GI,iCACI,aJ4GR,CIzGI,oDACI,aJ2GR,CIpGI,0EACI,8BJyGR,CItGI,mCACI,aJwGR,CIrGI,oDACI,wBD3DS,CC4DT,oBJuGR,CIpGI,wEACI,wBJsGR,CI/FI,+IAEI,aJoGR,CIjGI,0CACI,4BJmGR,CIhGI,yCAEI,wCACA,YAFA,mBD9FQ,CCiGR,mBJkGR,CI/FI,qDAEI,wCADA,aJkGR,CI9FI,0CACI,iDJgGR,CI7FI,4CACI,sCJ+FR,CI5FI,4CACI,iDJ8FR,CI3FI,4CACI,uBJ6FR,CI1FI,qDACI,YJ4FR,CIzFI,iHAII,kDADA,aJ4FR,CIxFI,+CACI,wBJ0FR,CIvFI,+BACI,YJyFR,CItFI,uCACI,YJwFR,CIrFI,kCACI,YJuFR,CAzQA,4FAYI,0BACA,sBA4QJ,CAzQA,+GAII,6HA4QJ,CAzQA,oCACI,YA4QJ,CAzQA,YACI,8BA4QJ,CAzQA,WACI,4BA4QJ,CAzQA,cACI,4CA4QJ,CAzQA,aACI,4BA4QJ,CAzQA,mBACI,UA4QJ,CAzQA,gBACI,uBA4QJ,CAzQA,eACI,YA4QJ,CAzQA,iBACI,YA4QJ,CAzQA,gBACI,YA4QJ,CK7UA,UACI,YLgVJ,CK7UA,YACI,SLgVJ,CK7UA,mBACI,qBLgVJ,CK7UA,YACI,SLgVJ,CK7UA,mBAEI,UADA,qBLiVJ,CMzVA,WACI,mBNkWJ,CM/VA,gBACI,kBHcI,CGNJ,WAHA,OAHA,eAEA,MAGA,WAJA,YNqWJ,CM7VA,gBAMI,4CALA,cAIA,YAEA,UALA,kBACA,QAQA,wCAPA,WNsWJ,CM5VA,yBACI,gBACA,iBN+VJ,CO9XA,qBACI,YPuYJ,COpYA,yBACI,kBPuYJ,COhYA,uCAHI,wBP8YJ,CO3YA,mBAGI,YAFA,mBJeY,CIZZ,mBPuYJ,COpYA,kJAKI,kBPuYJ,COpYA,sDAGI,SPuYJ,COpYA,qBACI,4BPuYJ,COpYA,sMAKI,cAGA,eADA,eJ/Ce,CI8Cf,aPyYJ,COpYA,oBACI,ePuYJ,COpYA,kBACI,kBPuYJ,CQpaA,QACI,cA1Ba,CA2Bb,iBR6aJ,CQ3aI,cAMI,mBAFA,gBACA,SAEA,kDALA,WAMA,gBACA,UARA,kBAEA,SRmbR,CQ3aQ,oBAGI,oBA/BI,CAmCJ,eADA,qBAFA,aAhCI,CAiCJ,kBAjCI,CA8BJ,iBAMA,aAPA,kBAUA,mBAFA,gEACA,qBR8aZ,CQ1aQ,qDAOI,SALA,WAMA,cAHA,OAFA,kBACA,MAEA,YR8aZ,CQzaQ,2BAEI,wBL1DD,CK2DC,oBAxDI,CAsDJ,QAGA,kBR2aZ,CQxaQ,0BAMI,qBL1EJ,CKyEI,iBAzDiB,CAwDjB,0BAFA,QArDW,CAoDX,OApDW,CA0DX,kBAxDQ,CAoDR,wBR8aZ,CQvaQ,mCACI,wBRyaZ,CQtaQ,kCACI,kBRwaZ,CQraQ,iCAEI,eAtEc,CAqEd,YRwaZ,CQpaQ,6BACI,aA1FgC,CA2FhC,kBRsaZ,CQnaQ,oCACI,wBRqaZ,CQjaI,kBACI,iBRmaR,CQhaY,8BAEI,cAlGG,CAmGH,mBAnGG,CAiGH,iBAGA,kBRkahB,CQ/ZY,qCACI,YRiahB,CQ9ZY,oCAEI,2BADA,yBRiahB,CQ7ZY,4CACI,mBR+ZhB,CQ1ZI,gBACI,gBR4ZR,CSjiBA,kDAEI,cTyiBJ,CStiBA,sBACI,yBAIA,mBTqiBJ,CSliBA,sBACI,mBTyiBJ,CStiBA,0DAEI,kBTyiBJ,CStiBA,iCACI,6BTyiBJ,CStiBA,kHAEI,wBTyiBJ,CStiBA,qEACI,wBTyiBJ,CStiBA,uBACI,kBAEA,WADA,QT0iBJ;;AUvlBA;;;;;EAAA,CCAA,MAGI,8MAIA,yIAIA,2GAKF,4CACA,sGX2mBF,CY1mBA,iBAGE,qBZ6mBF,CY1mBA,KAGE,8BACA,0CAHA,uBACA,gBZ+mBF,CYvmBA,sEACE,aZ0mBF,CYhmBA,KAQE,qBTxCM,CSsCN,aT7BS,CSyBT,4BT7CuB,CUkLnB,eDnIJ,eTvCmB,CSwCnB,eT3CiB,CSuCjB,SAMA,eZomBF,CYvlBA,0CACE,mBZ0lBF,CYjlBA,GACE,uBACA,SACA,gBZolBF,CYvkBA,kBAEE,mBEiN4B,CFlN5B,YZ2kBF,CYnkBA,EAEE,kBEoF0B,CFrF1B,YZukBF,CY3jBA,sCAKE,gBADA,YAFA,0BACA,0EAGA,mEZ8jBF,CY3jBA,QAEE,kBACA,mBZ8jBF,CY3jBA,iBALE,kBZukBF,CYlkBA,SAGE,YZ+jBF,CY3jBA,wBAIE,eZ8jBF,CY3jBA,GACE,eZ8jBF,CY3jBA,GACE,oBACA,aZ8jBF,CY3jBA,WACE,eZ8jBF,CY3jBA,SAEE,kBZ8jBF,CY3jBA,MCII,ab2jBJ,CYtjBA,QCLI,cDSF,cAFA,kBAGA,uBZyjBF,CYtjBA,IAAM,aZ0jBN,CYzjBA,IAAM,SZ6jBN,CYtjBA,EAGE,6BAFA,aEXwC,CFYxC,oBZ0jBF,CezuBE,QHmLE,aEdsC,CFetC,yBZyjBJ,Ce7uBE,4DHkME,cACA,oBZmjBJ,CY1iBA,kBAIE,sFE0D4B,CDlH1B,absmBJ,CY1iBA,IASE,6BALA,mBAFA,aAIA,aZ2iBF,CYhiBA,OAEE,eZkiBF,CY1hBA,IAEE,iBZ6hBF,CY1hBA,QAJE,qBZmiBF,CY/hBA,IAGE,eZ4hBF,CYnhBA,MACE,wBZshBF,CYnhBA,QAKE,oBAFA,aThQS,CS+PT,qBE6E4B,CF9E5B,kBE8E4B,CF3E5B,eZuhBF,CY/gBA,GAEE,mBACA,+BZihBF,CYzgBA,MAEE,qBACA,mBZ2gBF,CYrgBA,OAEE,eZugBF,CY/fA,iCACE,SZkgBF,CY/fA,sCAME,oBChKE,kBDkKF,oBAHA,QZqgBF,CY/fA,aAEE,gBZkgBF,CY/fA,cAEE,mBZkgBF,CY5fA,cACE,cZ+fF,CYzfA,OACE,gBZ4fF,CYrfA,gDAIE,yBZwfF,CY/eI,4GACE,cZqfN,CY/eA,wHAKE,kBADA,SZmfF,CY/eA,uCAEE,sBACA,SZkfF,CY9eA,SACE,cAEA,eZgfF,CY7eA,SAUE,SADA,SAHA,YAEA,SZ4eF,CYreA,OAQE,cAPA,cCjNM,iBDuNN,oBAFA,oBAFA,eACA,UAKA,mBAPA,UZ+eF,Ca1vBI,0BDyQJ,OC3MU,+BbgsBR,CACF,CY1eA,SACE,uBZ6eF,CYzeA,kFAEE,WZ4eF,CYzeA,cAME,wBADA,mBZyeF,CYjeA,yCACE,uBZoeF,CY5dA,6BAEE,0BADA,YZgeF,CYxdA,OACE,oBZ2dF,CYxdA,QAEE,eADA,iBZ4dF,CYxdA,SACE,YZ2dF,CYtdA,SACE,sBZydF,CDr7BA,0CAIE,eesS4B,CfrS5B,eesS4B,CfzS5B,mBC07BF,CDn7BA,Oc8LQ,gBbyvBR,CalzBI,0BdrIJ,OcmMU,gCbwvBR,CACF,CD37BA,Oc6LQ,cbkwBR,Ca3zBI,0BdpIJ,OckMU,+BbiwBR,CACF,CDn8BA,Oc4LQ,iBb2wBR,Cap0BI,0BdnIJ,OciMU,6Bb0wBR,CACF,CD38BA,Oc2LQ,gBboxBR,Ca70BI,0BdlIJ,OcgMU,+BbmxBR,CACF,CDn9BA,OciKM,iBbszBN,CDt9BA,OcgKM,cb0zBN,CDx9BA,Mc8JM,kBd5JJ,eC29BF,CDv9BA,WciLQ,ed/KN,ee2R4B,Cf1R5B,eC09BF,Car2BI,0BdxHJ,WcsLU,gCb2yBR,CACF,CD79BA,Wc4KQ,iBd1KN,eeuR4B,CftR5B,eCg+BF,Cah3BI,0BdnHJ,WciLU,gCbszBR,CACF,CDn+BA,WcuKQ,iBdrKN,eemR4B,CflR5B,eCs+BF,Ca33BI,0Bd9GJ,Wc4KU,gCbi0BR,CACF,CDz+BA,WckKQ,iBdhKN,ee+Q4B,Cf9Q5B,eC4+BF,Cat4BI,0BdzGJ,WcuKU,gCb40BR,CACF,CDz+BA,GAGE,SACA,oCAFA,kBe+EO,CfhFP,eC++BF,CDp+BA,ackGI,iBd/FF,eCu+BF,CDp+BA,WAGE,wBe2Q4B,Cf5Q5B,YCw+BF,CD19BA,4BiBnFE,gBADA,chBwjCF,CDj+BA,kBACE,oBCo+BF,CDl+BE,mCACE,kBCo+BJ,CD19BA,Yc2DI,cdzDF,wBC69BF,CDz9BA,YcqEM,kBdpEJ,kBC69BF,CDz9BA,mBAGE,aIpGS,CJkGT,cc+CE,gBb+6BJ,CD19BE,0BACE,YC49BJ,CiBzkCA,0BCCE,YAHA,clBylCF,CiBvlCA,eAEE,qBdFM,CcGN,yBEEE,oBFJF,cjBslCF,CiBxkCA,QAEE,oBjB0kCF,CiBvkCA,YAEE,cADA,mBjB2kCF,CiBvkCA,gBAEE,adrBS,CUiJP,ab88BJ,CoBjnCA,KAGE,qBADA,aNmCQ,CD8HN,ebo9BJ,CoBjnCE,OACE,apBmnCJ,CoB9mCA,IAIE,wBjBKS,CgBJP,oBCFF,UjBHM,CUuJJ,gBOtJF,mBpBqnCF,CoB9mCE,QP+IE,eO5IA,ejBbe,CiBWf,SpBknCJ,CoB1mCA,IAGE,ajBXS,CiBST,cPqIE,eb0+BJ,CoB1mCE,SAEE,cP8HA,kBO7HA,iBpB4mCJ,CoBvmCA,gBACE,gBNikCkC,CMhkClC,iBpB0mCF,CqBlpCE,oFCGA,iBADA,kBADA,kBADA,mBADA,UtBgqCF,CuBzmCI,yBFzCE,yBACE,erBspCN,CACF,CuB/mCI,yBFzCE,uCACE,erB2pCN,CACF,CuBpnCI,yBFzCE,qDACE,erBgqCN,CACF,CuBznCI,0BFzCE,mEACE,gBrBqqCN,CACF,CqB1oCE,KCnCA,aACA,eAEA,kBADA,kBtBirCF,CqB1oCE,YAEE,cADA,crB8oCJ,CqB3oCI,2CAGE,eADA,erB8oCN,CwBnsCE,sqBAIE,kBADA,mBAFA,kBACA,UxB6sCJ,CwBrrCM,KACE,aACA,YACA,cxBwrCR,CsB5pCE,cACE,cACA,ctB+pCJ,CsBjqCE,cACE,aACA,atBoqCJ,CsBtqCE,cACE,wBACA,wBtByqCJ,CsB3qCE,cACE,aACA,atB8qCJ,CsBhrCE,cACE,aACA,atBmrCJ,CsBrrCE,cACE,wBACA,wBtBwrCJ,CwB3sCM,UFCJ,cAEA,eADA,UtB+sCF,CwB3sCU,OFbR,qBAIA,qBtBytCF,CwBhtCU,OFbR,sBAIA,sBtB8tCF,CwBrtCU,OFbR,aAIA,atBmuCF,CwB1tCU,OFbR,sBAIA,sBtBwuCF,CwB/tCU,OFbR,sBAIA,sBtB6uCF,CwBpuCU,OFbR,aAIA,atBkvCF,CwBzuCU,OFbR,sBAIA,sBtBuvCF,CwB9uCU,OFbR,sBAIA,sBtB4vCF,CwBnvCU,OFbR,aAIA,atBiwCF,CwBxvCU,QFbR,sBAIA,sBtBswCF,CwB7vCU,QFbR,sBAIA,sBtB2wCF,CwBlwCU,QFbR,cAIA,ctBgxCF,CwBjwCM,aAAwB,QxBqwC9B,CwBnwCM,YAAuB,QxBuwC7B,CwBpwCQ,SAAwB,OxBwwChC,CwBxwCQ,SAAwB,OxB4wChC,CwB5wCQ,SAAwB,OxBgxChC,CwBhxCQ,SAAwB,OxBoxChC,CwBpxCQ,SAAwB,OxBwxChC,CwBxxCQ,SAAwB,OxB4xChC,CwB5xCQ,SAAwB,OxBgyChC,CwBhyCQ,SAAwB,OxBoyChC,CwBpyCQ,SAAwB,OxBwyChC,CwBxyCQ,SAAwB,OxB4yChC,CwB5yCQ,UAAwB,QxBgzChC,CwBhzCQ,UAAwB,QxBozChC,CwBpzCQ,UAAwB,QxBwzChC,CwBjzCY,UFhBV,uBtBq0CF,CwBrzCY,UFhBV,wBtBy0CF,CwBzzCY,UFhBV,etB60CF,CwB7zCY,UFhBV,wBtBi1CF,CwBj0CY,UFhBV,wBtBq1CF,CwBr0CY,UFhBV,etBy1CF,CwBz0CY,UFhBV,wBtB61CF,CwB70CY,UFhBV,wBtBi2CF,CwBj1CY,UFhBV,etBq2CF,CwBr1CY,WFhBV,wBtBy2CF,CwBz1CY,WFhBV,wBtB62CF,CuBx2CI,yBC3BE,QACE,aACA,YACA,cxBu4CN,CsB32CA,iBACE,cACA,ctB62CF,CsB/2CA,iBACE,aACA,atBi3CF,CsBn3CA,iBACE,wBACA,wBtBq3CF,CsBv3CA,iBACE,aACA,atBy3CF,CsB33CA,iBACE,aACA,atB63CF,CsB/3CA,iBACE,wBACA,wBtBi4CF,CwBp5CI,aFCJ,cAEA,eADA,UtBu5CA,CwBn5CQ,UFbR,qBAIA,qBtBg6CA,CwBv5CQ,UFbR,sBAIA,sBtBo6CA,CwB35CQ,UFbR,aAIA,atBw6CA,CwB/5CQ,UFbR,sBAIA,sBtB46CA,CwBn6CQ,UFbR,sBAIA,sBtBg7CA,CwBv6CQ,UFbR,aAIA,atBo7CA,CwB36CQ,UFbR,sBAIA,sBtBw7CA,CwB/6CQ,UFbR,sBAIA,sBtB47CA,CwBn7CQ,UFbR,aAIA,atBg8CA,CwBv7CQ,WFbR,sBAIA,sBtBo8CA,CwB37CQ,WFbR,sBAIA,sBtBw8CA,CwB/7CQ,WFbR,cAIA,ctB48CA,CwB77CI,gBAAwB,QxBg8C5B,CwB97CI,eAAuB,QxBi8C3B,CwB97CM,YAAwB,OxBi8C9B,CwBj8CM,YAAwB,OxBo8C9B,CwBp8CM,YAAwB,OxBu8C9B,CwBv8CM,YAAwB,OxB08C9B,CwB18CM,YAAwB,OxB68C9B,CwB78CM,YAAwB,OxBg9C9B,CwBh9CM,YAAwB,OxBm9C9B,CwBn9CM,YAAwB,OxBs9C9B,CwBt9CM,YAAwB,OxBy9C9B,CwBz9CM,YAAwB,OxB49C9B,CwB59CM,aAAwB,QxB+9C9B,CwB/9CM,aAAwB,QxBk+C9B,CwBl+CM,aAAwB,QxBq+C9B,CwB99CU,aFhBV,atBi/CA,CwBj+CU,aFhBV,uBtBo/CA,CwBp+CU,aFhBV,wBtBu/CA,CwBv+CU,aFhBV,etB0/CA,CwB1+CU,aFhBV,wBtB6/CA,CwB7+CU,aFhBV,wBtBggDA,CwBh/CU,aFhBV,etBmgDA,CwBn/CU,aFhBV,wBtBsgDA,CwBt/CU,aFhBV,wBtBygDA,CwBz/CU,aFhBV,etB4gDA,CwB5/CU,cFhBV,wBtB+gDA,CwB//CU,cFhBV,wBtBkhDA,CACF,CuB9gDI,yBC3BE,QACE,aACA,YACA,cxB4iDN,CsBhhDA,iBACE,cACA,ctBkhDF,CsBphDA,iBACE,aACA,atBshDF,CsBxhDA,iBACE,wBACA,wBtB0hDF,CsB5hDA,iBACE,aACA,atB8hDF,CsBhiDA,iBACE,aACA,atBkiDF,CsBpiDA,iBACE,wBACA,wBtBsiDF,CwBzjDI,aFCJ,cAEA,eADA,UtB4jDA,CwBxjDQ,UFbR,qBAIA,qBtBqkDA,CwB5jDQ,UFbR,sBAIA,sBtBykDA,CwBhkDQ,UFbR,aAIA,atB6kDA,CwBpkDQ,UFbR,sBAIA,sBtBilDA,CwBxkDQ,UFbR,sBAIA,sBtBqlDA,CwB5kDQ,UFbR,aAIA,atBylDA,CwBhlDQ,UFbR,sBAIA,sBtB6lDA,CwBplDQ,UFbR,sBAIA,sBtBimDA,CwBxlDQ,UFbR,aAIA,atBqmDA,CwB5lDQ,WFbR,sBAIA,sBtBymDA,CwBhmDQ,WFbR,sBAIA,sBtB6mDA,CwBpmDQ,WFbR,cAIA,ctBinDA,CwBlmDI,gBAAwB,QxBqmD5B,CwBnmDI,eAAuB,QxBsmD3B,CwBnmDM,YAAwB,OxBsmD9B,CwBtmDM,YAAwB,OxBymD9B,CwBzmDM,YAAwB,OxB4mD9B,CwB5mDM,YAAwB,OxB+mD9B,CwB/mDM,YAAwB,OxBknD9B,CwBlnDM,YAAwB,OxBqnD9B,CwBrnDM,YAAwB,OxBwnD9B,CwBxnDM,YAAwB,OxB2nD9B,CwB3nDM,YAAwB,OxB8nD9B,CwB9nDM,YAAwB,OxBioD9B,CwBjoDM,aAAwB,QxBooD9B,CwBpoDM,aAAwB,QxBuoD9B,CwBvoDM,aAAwB,QxB0oD9B,CwBnoDU,aFhBV,atBspDA,CwBtoDU,aFhBV,uBtBypDA,CwBzoDU,aFhBV,wBtB4pDA,CwB5oDU,aFhBV,etB+pDA,CwB/oDU,aFhBV,wBtBkqDA,CwBlpDU,aFhBV,wBtBqqDA,CwBrpDU,aFhBV,etBwqDA,CwBxpDU,aFhBV,wBtB2qDA,CwB3pDU,aFhBV,wBtB8qDA,CwB9pDU,aFhBV,etBirDA,CwBjqDU,cFhBV,wBtBorDA,CwBpqDU,cFhBV,wBtBurDA,CACF,CuBnrDI,yBC3BE,QACE,aACA,YACA,cxBitDN,CsBrrDA,iBACE,cACA,ctBurDF,CsBzrDA,iBACE,aACA,atB2rDF,CsB7rDA,iBACE,wBACA,wBtB+rDF,CsBjsDA,iBACE,aACA,atBmsDF,CsBrsDA,iBACE,aACA,atBusDF,CsBzsDA,iBACE,wBACA,wBtB2sDF,CwB9tDI,aFCJ,cAEA,eADA,UtBiuDA,CwB7tDQ,UFbR,qBAIA,qBtB0uDA,CwBjuDQ,UFbR,sBAIA,sBtB8uDA,CwBruDQ,UFbR,aAIA,atBkvDA,CwBzuDQ,UFbR,sBAIA,sBtBsvDA,CwB7uDQ,UFbR,sBAIA,sBtB0vDA,CwBjvDQ,UFbR,aAIA,atB8vDA,CwBrvDQ,UFbR,sBAIA,sBtBkwDA,CwBzvDQ,UFbR,sBAIA,sBtBswDA,CwB7vDQ,UFbR,aAIA,atB0wDA,CwBjwDQ,WFbR,sBAIA,sBtB8wDA,CwBrwDQ,WFbR,sBAIA,sBtBkxDA,CwBzwDQ,WFbR,cAIA,ctBsxDA,CwBvwDI,gBAAwB,QxB0wD5B,CwBxwDI,eAAuB,QxB2wD3B,CwBxwDM,YAAwB,OxB2wD9B,CwB3wDM,YAAwB,OxB8wD9B,CwB9wDM,YAAwB,OxBixD9B,CwBjxDM,YAAwB,OxBoxD9B,CwBpxDM,YAAwB,OxBuxD9B,CwBvxDM,YAAwB,OxB0xD9B,CwB1xDM,YAAwB,OxB6xD9B,CwB7xDM,YAAwB,OxBgyD9B,CwBhyDM,YAAwB,OxBmyD9B,CwBnyDM,YAAwB,OxBsyD9B,CwBtyDM,aAAwB,QxByyD9B,CwBzyDM,aAAwB,QxB4yD9B,CwB5yDM,aAAwB,QxB+yD9B,CwBxyDU,aFhBV,atB2zDA,CwB3yDU,aFhBV,uBtB8zDA,CwB9yDU,aFhBV,wBtBi0DA,CwBjzDU,aFhBV,etBo0DA,CwBpzDU,aFhBV,wBtBu0DA,CwBvzDU,aFhBV,wBtB00DA,CwB1zDU,aFhBV,etB60DA,CwB7zDU,aFhBV,wBtBg1DA,CwBh0DU,aFhBV,wBtBm1DA,CwBn0DU,aFhBV,etBs1DA,CwBt0DU,cFhBV,wBtBy1DA,CwBz0DU,cFhBV,wBtB41DA,CACF,CuBx1DI,0BC3BE,QACE,aACA,YACA,cxBs3DN,CsB11DA,iBACE,cACA,ctB41DF,CsB91DA,iBACE,aACA,atBg2DF,CsBl2DA,iBACE,wBACA,wBtBo2DF,CsBt2DA,iBACE,aACA,atBw2DF,CsB12DA,iBACE,aACA,atB42DF,CsB92DA,iBACE,wBACA,wBtBg3DF,CwBn4DI,aFCJ,cAEA,eADA,UtBs4DA,CwBl4DQ,UFbR,qBAIA,qBtB+4DA,CwBt4DQ,UFbR,sBAIA,sBtBm5DA,CwB14DQ,UFbR,aAIA,atBu5DA,CwB94DQ,UFbR,sBAIA,sBtB25DA,CwBl5DQ,UFbR,sBAIA,sBtB+5DA,CwBt5DQ,UFbR,aAIA,atBm6DA,CwB15DQ,UFbR,sBAIA,sBtBu6DA,CwB95DQ,UFbR,sBAIA,sBtB26DA,CwBl6DQ,UFbR,aAIA,atB+6DA,CwBt6DQ,WFbR,sBAIA,sBtBm7DA,CwB16DQ,WFbR,sBAIA,sBtBu7DA,CwB96DQ,WFbR,cAIA,ctB27DA,CwB56DI,gBAAwB,QxB+6D5B,CwB76DI,eAAuB,QxBg7D3B,CwB76DM,YAAwB,OxBg7D9B,CwBh7DM,YAAwB,OxBm7D9B,CwBn7DM,YAAwB,OxBs7D9B,CwBt7DM,YAAwB,OxBy7D9B,CwBz7DM,YAAwB,OxB47D9B,CwB57DM,YAAwB,OxB+7D9B,CwB/7DM,YAAwB,OxBk8D9B,CwBl8DM,YAAwB,OxBq8D9B,CwBr8DM,YAAwB,OxBw8D9B,CwBx8DM,YAAwB,OxB28D9B,CwB38DM,aAAwB,QxB88D9B,CwB98DM,aAAwB,QxBi9D9B,CwBj9DM,aAAwB,QxBo9D9B,CwB78DU,aFhBV,atBg+DA,CwBh9DU,aFhBV,uBtBm+DA,CwBn9DU,aFhBV,wBtBs+DA,CwBt9DU,aFhBV,etBy+DA,CwBz9DU,aFhBV,wBtB4+DA,CwB59DU,aFhBV,wBtB++DA,CwB/9DU,aFhBV,etBk/DA,CwBl+DU,aFhBV,wBtBq/DA,CwBr+DU,aFhBV,wBtBw/DA,CwBx+DU,aFhBV,etB2/DA,CwB3+DU,cFhBV,wBtB8/DA,CwB9+DU,cFhBV,wBtBigEA,CACF,CyBrjEA,OAGE,atBeS,CsBhBT,kBXiIO,CWlIP,UzByjEF,CyBpjEE,oBAIE,6BAFA,cXmV0B,CWlV1B,kBzBujEJ,CyBnjEE,gBAEE,gCADA,qBzBsjEJ,CyBljEE,mBACE,4BzBojEJ,CyB1iEE,0BAEE,azB6iEJ,CyBjiEE,sDAEE,wBzBuiEJ,CyBniEI,kDAEE,uBzBqiEN,CyB/hEE,mGAIE,QzBkiEJ,CyBzhEE,yCACE,gCzB4hEJ,Ce3lEE,4BU4EI,iCX8QwB,CW/QxB,azBqhEN,C0BtmEI,mDAGE,wB1BymEN,C0BrmEM,uFAIE,oB1BumER,C0BzlEQ,4GAEE,wB1B+lEV,C0B1nEI,yDAGE,wB1B6nEN,C0BznEM,+FAIE,oB1B2nER,C0B7mEQ,kHAEE,wB1BmnEV,C0B9oEI,mDAGE,wB1BipEN,C0B7oEM,uFAIE,oB1B+oER,C0BjoEQ,4GAEE,wB1BuoEV,C0BlqEI,0CAGE,wB1BqqEN,C0BjqEM,2EAIE,oB1BmqER,C0BrpEQ,mGAEE,wB1B2pEV,C0BtrEI,mDAGE,wB1ByrEN,C0BrrEM,uFAIE,oB1BurER,C0BzqEQ,4GAEE,wB1B+qEV,C0B1sEI,gDAGE,wB1B6sEN,C0BzsEM,mFAIE,oB1B2sER,C0B7rEQ,yGAEE,wB1BmsEV,C0B9tEI,6CAGE,wB1BiuEN,C0B7tEM,+EAIE,oB1B+tER,C0BjtEQ,sGAEE,wB1ButEV,C0BlvEI,0CAGE,wB1BqvEN,C0BjvEM,2EAIE,oB1BmvER,C0BruEQ,mGAEE,wB1B2uEV,C0B7uEQ,yJAEE,iC1ByvEV,CyBzqEI,sBAEE,wBtB9FK,CsB+FL,oBXiQwB,CWnQxB,UzB8qEN,CyBvqEI,uBAEE,wBtB5GK,CsB6GL,oBtB5GK,CsB0GL,azB2qEN,CyBpqEA,YAEE,wBtB9GS,CsB6GT,UzBwqEF,CyBrqEE,mDAGE,oBzBuqEJ,CyBpqEE,2BACE,QzBsqEJ,CyBlqEI,oDACE,oCzBoqEN,CezyEE,uCU6IM,qCX2NsB,CW5NtB,UzBiqER,CuBhvEI,4BEiGA,qBAKI,iCAHA,cAEA,gBADA,UzBopEN,CyB/oEM,qCACE,QzBipER,CACF,CuB5vEI,4BEiGA,qBAKI,iCAHA,cAEA,gBADA,UzB+pEN,CyB1pEM,qCACE,QzB4pER,CACF,CuBvwEI,4BEiGA,qBAKI,iCAHA,cAEA,gBADA,UzB0qEN,CyBrqEM,qCACE,QzBuqER,CACF,CuBlxEI,6BEiGA,qBAKI,iCAHA,cAEA,gBADA,UzBqrEN,CyBhrEM,qCACE,QzBkrER,CACF,CyB5rEI,kBAKI,iCAHA,cAEA,gBADA,UzB+rER,CyB1rEQ,kCACE,QzB4rEV,C2Bz2EA,cAWE,4BADA,qBxBHM,CwBKN,yBRAE,oBQHF,axBKS,CwBbT,cd6KI,ecvKJ,exBHmB,CwBDnB,enBEa,CmBGb,exBPiB,CwBGjB,uBCMI,oEDQJ,CAhBA,U3Bu3EF,C4B32EM,uCDdN,cCeQ,e5B82EN,CACF,C2Bz2EE,0BACE,6BACA,Q3B22EJ,C6B33EE,oBAEE,qB1BFI,C0BGJ,oBfsdoC,CehdlC,2CfqXwB,Ce7X1B,a1BMO,C0BHP,S7B83EJ,C2B32EE,gCACE,axBlBO,CwBoBP,S3B42EJ,C2B/2EE,2BACE,axBlBO,CwBoBP,S3B42EJ,C2Bp2EE,+CAEE,wBxBlCO,CwBoCP,S3Bo2EJ,C2B51EE,mIACE,4D3Bk2EJ,C2B51EE,mCACE,kBACA,yB3B+1EJ,C2B51EE,qCAOE,qBxBjEI,CwBgEJ,a3B01EJ,C2Bp1EA,uCAEE,cACA,U3Bu1EF,C2B70EA,gBdoEI,kBc/DF,exB9FiB,CwB4FjB,gBADA,mCADA,+B3Bo1EF,C2B70EA,mBd4EM,kBcxEJ,eb6H4B,Ca/H5B,iCADA,6B3Bm1EF,C2B70EA,mBdqEM,kBcjEJ,ebuH4B,CazH5B,kCADA,8B3Bm1EF,C2Bv0EA,wBAQE,6BAEA,4CAHA,axB7GS,CwBuGT,cduDI,eclDJ,exB3HiB,CwByHjB,gBADA,kBADA,U3Bk1EF,C2Bx0EE,gFAGE,eADA,e3B00EJ,C2B7zEA,iBRrII,oBNkKE,kBc5BJ,gBnB5IgB,CmB+IhB,eb+E4B,CajF5B,oB3Bm0EF,C2B7zEA,iBR7II,oBNkKE,kBcpBJ,+BbsVsC,CanVtC,ebsE4B,CaxE5B,kB3Bm0EF,C2BrzEA,8EACE,W3B4zEF,C2BpzEA,YACE,kB3BuzEF,C2BpzEA,WACE,cACA,iB3BuzEF,C2B/yEA,UACE,aACA,eAEA,iBADA,iB3BmzEF,C2BhzEE,uCAGE,iBADA,iB3BmzEJ,C2BzyEA,YAEE,cACA,oBbiSsC,CanStC,iB3B8yEF,C2BzyEA,kBAGE,qBADA,gBb6RsC,Ca9RtC,iB3B8yEF,C2BzyEE,2FAEE,a3B0yEJ,C2BtyEA,kBACE,e3ByyEF,C2BtyEA,mBAEE,mBADA,oBAGA,mBb8QsC,Ca/QtC,c3B0yEF,C2BtyEE,qCAIE,cADA,qBbyQoC,Ca1QpC,aADA,e3B2yEJ,C6Br/EE,gBAKE,aFqNqC,CEzNrC,ahBuHA,iBgBrHA,iBf2coC,Ce5cpC,U7B2/EJ,C6Br/EE,eAYE,oCV9CA,oBU6CA,WANA,ahB2HE,kBgB7HF,OAOA,e1BvDe,C0BqDf,iBAFA,eACA,qBANA,kBACA,SAEA,S7BigFJ,C6Bp/EI,qEAEE,Q7Bq/EN,C6Bh/EI,8HAEE,a7Bq/EN,C6BniFI,0DAwDI,4QAEA,uDADA,4BAEA,0DAPF,oBFkLmC,CE/KjC,4C7Bq/ER,C6B9+EM,sEACE,oBFuKiC,CEtKjC,0C7Bg/ER,C6BhjFI,sEA0EI,wCADA,4B7B4+ER,C6BrjFI,0EAoFI,0EADA,kC7Bu+ER,C6B1jFI,4DA+FI,siBAJF,oBF2ImC,CExIjC,+C7Bk+ER,C6B99EM,wEACE,oBFmIiC,CElIjC,0C7Bg+ER,C6Bz9EM,sGACE,a7B49ER,C6Bz9EM,kMAEE,a7B49ER,C6Br9EM,sHACE,a7Bw9ER,C6Bt9EQ,oIACE,oB7Bw9EV,C6Bn9EQ,oJC3JJ,wBD6J2B,CADrB,oB7Bs9EV,C6Bh9EQ,gJACE,0C7Bk9EV,C6B/8EQ,4KACE,oB7Bi9EV,C6Bx8EM,0GACE,oB7B28ER,C6Bv8EQ,sHACE,oBF0E+B,CEzE/B,0C7By8EV,C6B1lFE,kBAKE,aFqNqC,CEzNrC,ahBuHA,iBgBrHA,iBf2coC,Ce5cpC,U7BgmFJ,C6B1lFE,iBAYE,oCV9CA,oBU6CA,WANA,ahB2HE,kBgB7HF,OAOA,e1BvDe,C0BqDf,iBAFA,eACA,qBANA,kBACA,SAEA,S7BsmFJ,C6BzlFI,yEAEE,Q7B0lFN,C6BrlFI,8IAEE,a7B0lFN,C6BxoFI,8DAwDI,sUAEA,uDADA,4BAEA,0DAPF,oBFkLmC,CE/KjC,4C7B0lFR,C6BnlFM,0EACE,oBFuKiC,CEtKjC,0C7BqlFR,C6BrpFI,0EA0EI,wCADA,4B7BilFR,C6B1pFI,8EAoFI,0EADA,kC7B4kFR,C6B/pFI,gEA+FI,gmBAJF,oBF2ImC,CExIjC,+C7BukFR,C6BnkFM,4EACE,oBFmIiC,CElIjC,0C7BqkFR,C6B9jFM,0GACE,a7BikFR,C6B9jFM,kNAEE,a7BikFR,C6B1jFM,0HACE,a7B6jFR,C6B3jFQ,wIACE,oB7B6jFV,C6BxjFQ,wJC3JJ,wBD6J2B,CADrB,oB7B2jFV,C6BrjFQ,oJACE,0C7BujFV,C6BpjFQ,gLACE,oB7BsjFV,C6B7iFM,8GACE,oB7BgjFR,C6B5iFQ,0HACE,oBF0E+B,CEzE/B,0C7B8iFV,C2Bz9EA,aAGE,mBAFA,aACA,kB3B69EF,C2Bv9EE,yBACE,U3By9EJ,CuBxrFI,yBIoOA,mBAGE,sB3Bw9EJ,C2Bn9EE,4CANE,mBADA,aAGA,e3B89EJ,C2B19EE,yBAEE,cACA,kB3Bu9EJ,C2Bj9EE,2BACE,qBAEA,sBADA,U3Bo9EJ,C2B/8EE,qCACE,oB3Bi9EJ,C2B98EE,sDAEE,U3Bg9EJ,C2B38EE,yBAEE,mBADA,aAEA,uBAEA,eADA,U3B88EJ,C2B38EE,+BAEE,cAGA,cADA,mBbgLkC,CajLlC,aAFA,iB3Bi9EJ,C2B18EE,6BACE,mBACA,sB3B48EJ,C2B18EE,mCACE,e3B48EJ,CACF,C+B9xFA,KAUE,6BACA,6BZCE,oBYRF,a5BYS,C4BfT,qBlB6KI,ekB3KJ,e5BCmB,C6BgGnB,e7BnGiB,C6BiGjB,uBD7FA,kBHKI,6HGGJ,CAJA,gEADA,qB/BsyFF,C4BhyFM,uCGdN,KHeQ,e5BmyFN,CACF,Ce7yFE,WgBUE,cACA,oB/BsyFJ,C+BnyFE,sBAGE,2CjB8W0B,CiB/W1B,S/BqyFJ,C+BhyFE,4BAEE,W/BiyFJ,C+B7xFE,mCACE,c/B+xFJ,C+BjxFA,uCAEE,mB/BmxFF,C+B1wFE,aD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,ahC20FF,CgCh0FE,yDFXE,wBED2D,CAS3D,oBATqG,CAOrG,UhCg1FJ,CgC30FE,sCASI,0ChCk0FN,CgC7zFE,4CAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,ahCg0FJ,CgCvzFE,uIAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,UhCyzFJ,CgClzFI,yJAKI,0ChCgzFR,C+BxyFE,eD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,UhCy2FF,CgC91FE,+DFXE,wBED2D,CAS3D,oBATqG,CAOrG,UhC82FJ,CgCz2FE,0CASI,2ChCg2FN,CgC31FE,gDAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,UhC81FJ,CgCr1FE,6IAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,UhCu1FJ,CgCh1FI,+JAKI,2ChC80FR,C+Bt0FE,aD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,UhCu4FF,CgC53FE,yDFXE,wBED2D,CAS3D,oBATqG,CAOrG,UhC44FJ,CgCv4FE,sCASI,0ChC83FN,CgCz3FE,4CAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,UhC43FJ,CgCn3FE,uIAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,UhCq3FJ,CgC92FI,yJAKI,0ChC42FR,C+Bp2FE,UD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,UhCq6FF,CgC15FE,gDFXE,wBED2D,CAS3D,oBATqG,CAOrG,UhC06FJ,CgCr6FE,gCASI,0ChC45FN,CgCv5FE,sCAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,UhC05FJ,CgCj5FE,8HAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,UhCm5FJ,CgC54FI,gJAKI,0ChC04FR,C+Bl4FE,aD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,ahCm8FF,CgCx7FE,yDFXE,wBED2D,CAS3D,oBATqG,CAOrG,ahCw8FJ,CgCn8FE,sCASI,0ChC07FN,CgCr7FE,4CAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,ahCw7FJ,CgC/6FE,uIAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,ahCi7FJ,CgC16FI,yJAKI,0ChCw6FR,C+Bh6FE,YD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,UhCi+FF,CgCt9FE,sDFXE,wBED2D,CAS3D,oBATqG,CAOrG,UhCs+FJ,CgCj+FE,oCASI,yChCw9FN,CgCn9FE,0CAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,UhCs9FJ,CgC78FE,oIAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,UhC+8FJ,CgCx8FI,sJAKI,yChCs8FR,C+B97FE,WD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,ahC+/FF,CgCp/FE,mDFXE,wBED2D,CAS3D,oBATqG,CAOrG,ahCogGJ,CgC//FE,kCASI,0ChCs/FN,CgCj/FE,wCAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,ahCo/FJ,CgC3+FE,iIAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,ahC6+FJ,CgCt+FI,mJAKI,0ChCo+FR,C+B59FE,UD3DE,wBhBsEW,CkBpEb,oBlBoEa,CkBtEb,UhC6hGF,CgClhGE,gDFXE,wBED2D,CAS3D,oBATqG,CAOrG,UhCkiGJ,CgC7hGE,gCASI,wChCohGN,CgC/gGE,sCAGE,wBlB0CW,CkBzCX,oBlByCW,CkB3CX,UhCkhGJ,CgCzgGE,8HAIE,wBAzC+I,CA6C/I,oBA7CyL,CAwCzL,UhC2gGJ,CgCpgGI,gJAKI,wChCkgGR,C+Bp/FE,qBCNA,oBlBWa,CkBZb,ahCggGF,CepjGE,2BiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,ahCigGJ,CgC5/FE,sDAEE,0ChC6/FJ,CgC1/FE,4DAGE,6BADA,ahC4/FJ,CgCx/FE,+JAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,ahC0/FJ,CgCt/FI,iLAKI,0ChCo/FR,C+B7gGE,uBCNA,oBlBWa,CkBZb,ahCyhGF,Ce7kGE,6BiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,UhC0hGJ,CgCrhGE,0DAEE,2ChCshGJ,CgCnhGE,gEAGE,6BADA,ahCqhGJ,CgCjhGE,qKAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,UhCmhGJ,CgC/gGI,uLAKI,2ChC6gGR,C+BtiGE,qBCNA,oBlBWa,CkBZb,ahCkjGF,CetmGE,2BiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,UhCmjGJ,CgC9iGE,sDAEE,yChC+iGJ,CgC5iGE,4DAGE,6BADA,ahC8iGJ,CgC1iGE,+JAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,UhC4iGJ,CgCxiGI,iLAKI,yChCsiGR,C+B/jGE,kBCNA,oBlBWa,CkBZb,ahC2kGF,Ce/nGE,wBiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,UhC4kGJ,CgCvkGE,gDAEE,0ChCwkGJ,CgCrkGE,sDAGE,6BADA,ahCukGJ,CgCnkGE,sJAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,UhCqkGJ,CgCjkGI,wKAKI,0ChC+jGR,C+BxlGE,qBCNA,oBlBWa,CkBZb,ahComGF,CexpGE,2BiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,ahCqmGJ,CgChmGE,sDAEE,yChCimGJ,CgC9lGE,4DAGE,6BADA,ahCgmGJ,CgC5lGE,+JAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,ahC8lGJ,CgC1lGI,iLAKI,yChCwlGR,C+BjnGE,oBCNA,oBlBWa,CkBZb,ahC6nGF,CejrGE,0BiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,UhC8nGJ,CgCznGE,oDAEE,yChC0nGJ,CgCvnGE,0DAGE,6BADA,ahCynGJ,CgCrnGE,4JAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,UhCunGJ,CgCnnGI,8KAKI,yChCinGR,C+B1oGE,mBCNA,oBlBWa,CkBZb,ahCspGF,Ce1sGE,yBiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,ahCupGJ,CgClpGE,kDAEE,2ChCmpGJ,CgChpGE,wDAGE,6BADA,ahCkpGJ,CgC9oGE,yJAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,ahCgpGJ,CgC5oGI,2KAKI,2ChC0oGR,C+BnqGE,kBCNA,oBlBWa,CkBZb,ahC+qGF,CenuGE,wBiByDE,wBlBOW,CkBNX,oBlBMW,CkBRX,UhCgrGJ,CgC3qGE,gDAEE,wChC4qGJ,CgCzqGE,sDAGE,6BADA,ahC2qGJ,CgCvqGE,sJAIE,wBlBZW,CkBaX,oBlBbW,CkBWX,UhCyqGJ,CgCrqGI,wKAKI,wChCmqGR,C+BjrGA,UAEE,ajB2FwC,CiB5FxC,e5BzEmB,C4B2EnB,oB/BorGF,Ce7vGE,gBgB4EE,a/BqrGJ,C+BjrGE,gDAHE,yB/BurGJ,C+B/qGE,sCAEE,a5BhFO,C4BiFP,mB/BgrGJ,C+BrqGA,2BZ7FI,oBNkKE,kBmB1EJ,elB+H4B,CkBjI5B,kBhCmrGF,C+BxqGA,2BZjGI,oBNkKE,kBmB1EJ,elBgI4B,CkBlI5B,oBhC0rGF,C+BtqGA,WACE,cACA,U/ByqGF,C+BtqGE,sBACE,gB/BwqGJ,C+BhqGE,sFACE,U/BqqGJ,CiChzGA,MLgBM,8B5BoyGN,C4BhyGM,uCKpBN,MLqBQ,e5BmyGN,CACF,CiCtzGE,iBACE,SjCwzGJ,CiCnzGE,qBACE,YjCszGJ,CiClzGA,YAEE,SACA,gBAFA,kBLCI,2B5BuzGN,C4BnzGM,uCKNN,YLOQ,e5BszGN,CACF,CiCxzGE,kBAEE,YLNE,0BKOF,CAFA,OjC4zGJ,C4B7zGM,uCKAJ,kBLCM,e5Bg0GN,CACF,CkCr1GA,uCAIE,iBlCw1GF,CkCr1GA,iBACE,kBlCw1GF,CmCp0GI,uBA1BF,gBACA,mCAFA,oCADA,sBAgCI,WAHA,qBACA,kBrB+NwB,CqB9NxB,qBnC20GN,CmClzGI,6BACE,anCozGN,CkC91GA,eAeE,4BADA,qB/BjBM,C+BmBN,iCfdE,oBeSF,a/BLS,C+BDT,aACA,WrB8JI,eqBjKJ,OAUA,gBAJA,mBAFA,epBiuBkC,CoBhuBlC,gBAPA,kBAWA,gBAVA,SAEA,YlC82GF,CkCz1GI,oBAEE,OADA,UlC61GN,CkCz1GI,qBAEE,UADA,OlC61GN,CuBh1GI,yBWnBA,uBAEE,OADA,UlCw2GJ,CkCp2GE,wBAEE,UADA,OlCu2GJ,CACF,CuB31GI,yBWnBA,uBAEE,OADA,UlCk3GJ,CkC92GE,wBAEE,UADA,OlCi3GJ,CACF,CuBr2GI,yBWnBA,uBAEE,OADA,UlC43GJ,CkCx3GE,wBAEE,UADA,OlC23GJ,CACF,CuB/2GI,0BWnBA,uBAEE,OADA,UlCs4GJ,CkCl4GE,wBAEE,UADA,OlCq4GJ,CACF,CkC73GE,uBAEE,YAEA,qBpB+rBgC,CoBhsBhC,aAFA,QlCk4GJ,CmC95GI,+BAnBF,yBACA,mCAFA,oCADA,aAyBI,WAHA,qBACA,kBrB+NwB,CqB9NxB,qBnCq6GN,CmC54GI,qCACE,anC84GN,CkCn4GE,0BAGE,UAEA,mBpBirBgC,CoBlrBhC,aAFA,WADA,KlC04GJ,CmCn7GI,kCAZF,qCACA,uBAFA,eADA,kCAkBI,WAHA,qBACA,kBrB+NwB,CqB9NxB,qBnC07GN,CmCj6GI,wCACE,anCm6GN,CkC94GI,kCACE,gBlCg5GN,CkC14GE,yBAGE,UAEA,oBpBgqBgC,CoBjqBhC,aAFA,WADA,KlCi5GJ,CmC38GI,iCAIE,WAHA,qBAeE,aAdF,kBrB+NwB,CqB9NxB,qBnC88GN,CmC97GM,kCAxBJ,qCADA,wBADA,kCA8BM,WAHA,qBACA,mBrB4MsB,CqB3MtB,qBnCu8GR,CmCj8GI,uCACE,anCm8GN,CkC75GI,kCACE,gBlC+5GN,CkCv5GE,0IAKE,YADA,UlCw5GJ,CkCl5GA,kBE3GE,6BAHA,SACA,eACA,epCqgHF,CkCl5GA,eAUE,6BACA,SAPA,WAEA,a/B1GS,C+BqGT,cAIA,e/BrHmB,C+BmHnB,sBAIA,mBAEA,mBAPA,UlC65GF,CezgHE,0CeVE,wB3BSO,C+BqIP,apBonBgC,CoBnnBhC,oBlCy4GJ,CkCr4GE,4CJnJE,wBhBoP0B,CoB/F1B,U/B9II,C+B+IJ,oBlCu4GJ,CkCn4GE,gDAIE,6BAFA,a/BhJO,C+BiJP,mBlCq4GJ,CkC53GA,oBACE,alC+3GF,CkC33GA,iBAKE,a/BnKS,C+B+JT,crBEI,kBqBAJ,gBADA,oBpBimBkC,CoB7lBlC,kBlC83GF,CkC13GA,oBAGE,a/BxKS,C+BsKT,cACA,qBlC83GF,CqCxjHA,+BAGE,oBADA,kBAEA,qBrC2jHF,CqCzjHE,yCAEE,cADA,iBrC6jHJ,CqCrjHI,wNAGE,SrC4jHN,CqCtjHA,aACE,aACA,eACA,0BrCyjHF,CqCvjHE,0BACE,UrCyjHJ,CqCnjHE,0EAEE,gBrCsjHJ,CqCljHE,mGlBVE,6BADA,yBnBkkHJ,CqCljHE,+ElBDE,4BADA,wBnByjHJ,CqCriHA,uBAEE,sBADA,sBrCyiHF,CqCtiHE,0GAGE,arCsiHJ,CqCniHE,wCACE,crCqiHJ,CqCjiHA,yEAEE,qBADA,qBrCqiHF,CqCjiHA,yEAEE,oBADA,oBrCqiHF,CqChhHA,oBAEE,uBADA,sBAEA,sBrCmhHF,CqCjhHE,wDAEE,UrCmhHJ,CqChhHE,4FAEE,erCkhHJ,CqC9gHE,qHlBpFE,4BADA,4BnBwmHJ,CqC9gHE,iGlBxGE,yBACA,yBnB0nHJ,CqC//GE,yDAEE,erCkgHJ,CqChgHI,gMAGE,mBACA,oBAFA,iBrCsgHN,CsC7pHA,aAIE,oBAFA,aACA,eAFA,kBAIA,UtCgqHF,CsC9pHE,sHAKE,cAGA,gBADA,YAHA,kBAEA,QtCkqHJ,CsC9pHI,0gBAGE,gBtCyqHN,CsCpqHE,yIAGE,StCsqHJ,CsClqHE,mDACE,StCoqHJ,CsC/pHI,2FnBKA,4BADA,wBnBgqHJ,CsC/pHE,0BAEE,mBADA,YtCkqHJ,CsC/pHI,kInBlBA,6BADA,yBnBsrHJ,CsCjqHI,+DnBNA,4BADA,wBnB4qHJ,CsCxpHI,klBnBjCA,6BADA,yBnBwsHJ,CsCtpHA,yCAEE,YtCypHF,CsCppHE,mDACE,kBACA,StCupHJ,CsCrpHI,+DACE,StCwpHN,CsCppHE,4VAIE,gBtC0pHJ,CsCtpHA,qBAAuB,iBtC0pHvB,CsCzpHA,oBAAsB,gBtC6pHtB,CsCrpHA,kBAEE,mBASA,wBnCjHS,CmCkHT,yBnB/GE,oBmB2GF,anCzGS,CmCkGT,azB8DI,eyBzDJ,enCjHmB,CmCkHnB,enCrHiB,CmCkHjB,gBADA,uBAMA,kBACA,kBtC2pHF,CsCrpHE,2EAEE,YtCupHJ,CsC7oHA,2EAEE,+BtCgpHF,CsC7oHA,6PnBpII,oBNkKE,kByBtBJ,exB2E4B,CwB7E5B,kBtCmpHF,CsC7oHA,2EAEE,gBtCgpHF,CsC7oHA,6PnBrJI,oBNkKE,kByBLJ,exB2D4B,CwB7D5B,oBtCmpHF,CsC7oHA,8DAEE,qBtCgpHF,CsCroHA,skBnB7JI,6BADA,yBnB+yHJ,CsCtoHA,+WnB1JI,4BADA,wBnB2yHJ,CuCl1HA,gBAME,mBAHA,cACA,kBACA,oBAJA,kBAKA,0DAJA,SvCy1HF,CuCl1HA,uBACE,oBACA,iBvCq1HF,CuCl1HA,sBAKE,cAHA,OAIA,UALA,kBAGA,UzBqfsC,CyBtftC,UvCw1HF,CuCn1HE,2DTzBE,wBhBoP0B,CyBzN1B,oBzByN0B,CyB1N1B,UvCu1HJ,CuCj1HE,yDAKI,2CvC+0HN,CuC30HE,uEACE,oBvC60HJ,CuC10HE,yEAEE,wBzBkf4C,CyBjf5C,oBzBif4C,CyBnf5C,UvC80HJ,CuCr0HI,2GACE,avCu0HN,CuCr0HM,yHACE,wBvCu0HR,CuC7zHA,sBAEE,gBADA,kBAGA,kBvC+zHF,CuC3zHE,6BASE,qBpC/EI,CoCgFJ,yBAHA,mBvCg0HJ,CuCxzHE,yDAPE,WAJA,cAEA,WzBuboC,CyB1bpC,aAFA,kBACA,UAGA,UvC40HJ,CuCl0HE,4BAQE,gCvC0zHJ,CuChzHE,8CpBlGE,mBnBs5HJ,CuC/yHI,2EACE,4NvCizHN,CuC5yHI,kFTzHA,wBhBoP0B,CyB1HxB,oBvC+yHN,CuC3yHI,iFACE,0KvC6yHN,CuCxyHI,qFTpIA,oC9B+6HJ,CuCxyHI,2FTvIA,oC9Bk7HJ,CuChyHE,2CAEE,iBvCkyHJ,CuC9xHI,wEACE,2LvCgyHN,CuC3xHI,kFT9JA,oC9B47HJ,CuCnxHA,eACE,oBvCsxHF,CuCnxHI,4CAKE,mBzBgY0C,CyBpY1C,cAEA,mBADA,avCuxHN,CuCjxHI,2CAKE,wBpC9KK,CoCgLL,mBzBsX0C,CyBzX1C,uBzB0X0C,CyB5X1C,0BADA,sBX5KA,iIWmLA,CALA,sBvCuxHN,C4Bj8HM,uCWuKF,2CXtKI,e5Bo8HN,CACF,CuClxHI,yEACE,qBpC5LE,CoC6LF,4BvCoxHN,CuC/wHI,mFTzMA,oC9B29HJ,CuCrwHA,eAeE,6DAJA,kOACA,yBpBtNE,oBoBmNF,apCjNS,CoCyMT,qB1BzCI,e0B+CJ,epCzNmB,CoCqNnB,e/BpNa,C+ByNb,epC7NiB,CoCyNjB,uCAMA,sBARA,UvCmxHF,CuCpwHE,qBACE,oBzBwPoC,CyBlPlC,2CzBmW8B,CyBxWhC,SvCuwHJ,CuC/vHI,gCAOE,qBpCjPE,CoCgPF,avC6vHN,CuCxvHE,8DAIE,sBAFA,YACA,oBvC0vHJ,CuCtvHE,wBAEE,wBpC5PO,CoC2PP,avCyvHJ,CuCpvHE,2BACE,YvCsvHJ,CuClvHE,8BACE,kBACA,yBvCovHJ,CuChvHA,kB1BtGM,kB0BuGJ,gB/B/QgB,C+BiRhB,qBzBgH4B,CyB/G5B,kBzBgH4B,CyBlH5B,kBvCsvHF,CuChvHA,kB1B9GM,kB0B+GJ,+BzBmNsC,CyBjNtC,oBzB6G4B,CyB5G5B,iBzB6G4B,CyB/G5B,iBvCsvHF,CuC3uHA,aAEE,qBAGA,evC8uHF,CuC3uHA,gCAJE,e/BxSa,C+BqSb,kBAEA,UvC0vHF,CuCrvHA,mBAKE,SAEA,UADA,gBAJA,SvCmvHF,CuC5uHE,4CACE,oBzBqKoC,CyBpKpC,2CvC8uHJ,CuC1uHE,+FAEE,wBvC2uHJ,CuCvuHI,qDACE,gBvCyuHN,CuCruHE,yDACE,yBvCuuHJ,CuCnuHA,mBAaE,qBpCtVM,CoCuVN,yBpBlVE,oBoB8UF,epCtVmB,CoCkVnB,e/BjVa,C+B+Ub,OAIA,gBAHA,SvC+uHF,CuCluHE,4CANA,apC9US,CoC6UT,epC1ViB,CoCsVjB,uBANA,kBAEA,QADA,KvCkwHF,CuClvHE,yBTlWE,wB3BSO,CoCsWP,oBpBnWA,8BoB0VA,SAOA,iBALA,cACA,2BzBiIoC,CyBnIpC,SvC6uHJ,CuC1tHA,cAKE,6DADA,6BAFA,cACA,UAFA,UvCiuHF,CuC3tHE,oBACE,SvC6tHJ,CuCztHI,0CAA0B,0DvC4tH9B,CuC3tHI,sCAA0B,0DvC8tH9B,CuC7tHI,+BAA0B,0DvCguH9B,CuC7tHE,gCACE,QvC+tHJ,CuC5tHE,oCASE,wCTxZA,wBhBoP0B,CyBgK1B,QzBmNyC,CK3lBzC,mBoBqYA,WzBmNyC,CyBlNzC,mBXxYE,8GW6YF,CX7YE,sGW6YF,CAPA,UvCquHJ,C4BvmIM,uCWiYJ,oCXhYM,uC5B0mIN,CACF,CuChuHI,2CT1ZA,wB9B6nIJ,CuC9tHE,6CAKE,wBpC1ZO,CoC2ZP,yBpBzZA,mBoBsZA,kBACA,czB4LgC,CyB9LhC,YzB6LgC,CyB9LhC,UvCsuHJ,CuC5tHE,gCAQE,qCTlbA,wBhBoP0B,CyB0L1B,QzByLyC,CK3lBzC,mBoBgaA,WzBwLyC,Cc1lBvC,2GWuaF,CXvaE,sGWuaF,CANA,UvCouHJ,C4BjoIM,uCW4ZJ,gCX3ZM,oC5BooIN,CACF,CuChuHI,uCTpbA,wB9BupIJ,CuC9tHE,gCAKE,wBpCpbO,CoCqbP,yBpBnbA,mBoBgbA,kBACA,czBkKgC,CyBpKhC,YzBmKgC,CyBpKhC,UvCsuHJ,CuC5tHE,yBAWE,gBT/cA,wBhBoP0B,CyBuN1B,QzB4JyC,CK3lBzC,mBoB0bA,WzB8JyC,CyB3JzC,iB/BlcoB,C+BicpB,kB/BjcoB,C+BgcpB,aX7bE,0GWocF,CXpcE,sGWocF,CATA,UvCuuHJ,C4B9pIM,uCWsbJ,yBXrbM,mC5BiqIN,CACF,CuChuHI,gCTjdA,wB9BorIJ,CuC9tHE,yBAKE,6BACA,yBACA,mBAJA,kBACA,czBqIgC,CyBvIhC,YzBsIgC,CyBvIhC,UvCsuHJ,CuCvtHE,4DAJE,wBpCxdO,CgBEP,kBnB0rIJ,CuChuHE,8BACE,iBvC+tHJ,CuCztHI,6CACE,wBvC2tHN,CuCxtHI,sDACE,cvC0tHN,CuCvtHI,yCACE,wBvCytHN,CuCttHI,yCACE,cvCwtHN,CuCrtHI,kCACE,wBvCutHN,CuCltHA,+DXzfM,sG5BitIN,C4B7sIM,uCWqfN,+DXpfQ,e5BktIN,CACF,CwCnuIA,KACE,aACA,eAGA,gBADA,gBADA,cxCwuIF,CwCnuIA,UACE,cACA,kBxCsuIF,CeruIE,gCyBGE,oBxCquIJ,CwCjuIE,mBACE,arCLO,CqCOP,eADA,mBxCouIJ,CwC3tIA,UACE,+BxC8tIF,CwC5tIE,oBAEE,6BACA,6BrBbA,6BACA,8BqBUA,kBxCkuIJ,CexvIE,oDyB8BI,oC1BipB8B,C0BlpB9B,iBxC+tIN,CwC3tII,6BAEE,6BACA,yBAFA,axC+tIN,CwCztIE,8DAGE,qBrC9CI,CqC+CJ,iC1BsoBgC,C0BxoBhC,axC6tIJ,CwCxtIE,yBrBpCE,yBACA,0BqBqCA,exC2tIJ,CwC/sIE,qBACE,gBACA,SrB7DA,mBnBgxIJ,CwC/sIE,uDAGE,wB1BoK0B,C0BrK1B,UxCktIJ,CwCvsIE,wCAEE,cACA,iBxC0sIJ,CwCrsIE,kDAEE,aACA,YACA,iBxCwsIJ,CwC9rIE,uBACE,YxCisIJ,CwC/rIE,qBACE,axCisIJ,CyC1yIA,QAME,mBALA,iBzCkzIF,CyCzyIE,4IANA,mBAFA,aACA,eAEA,6BzCyzIF,CyC5xIA,cACE,qB5BgII,kB4B3HJ,oBAFA,iB3BgFO,C2BjFP,oB3BiqBkC,C2BlqBlC,iB3BkqBkC,C2B7pBlC,kBzC8xIF,Cex0IE,wC0B6CE,oBzC8xIJ,CyCrxIA,YACE,aACA,sBAGA,gBADA,gBADA,czC0xIF,CyCtxIE,sBAEE,eADA,ezCyxIJ,CyCrxIE,2BAEE,WADA,ezCwxIJ,CyC9wIA,aACE,qBAEA,oB3BwlBkC,C2BzlBlC,iBzCkxIF,CyCrwIA,iBAKE,mBAJA,gBACA,WzCywIF,CyClwIA,gBAIE,6BACA,6BtBxGE,oBNkKE,kB4B5DJ,cAFA,qBzC0wIF,Ceh3IE,4C0B8GE,oBzCqwIJ,CyC/vIA,qBAME,mCADA,WAJA,qBAEA,aACA,sBAFA,WzCswIF,CyC/vIA,mBACE,e3BglBkC,C2B/kBlC,ezCkwIF,CuBx0II,4BkBkFI,gMAEE,eADA,ezCgwIR,CACF,CuBj2II,yBkB6FA,kBAoBI,qBACA,0BzCovIN,CyClvIM,8BACE,kBzCovIR,CyClvIQ,6CACE,iBzCovIV,CyCjvIQ,wCAEE,kB3BwhBwB,C2BzhBxB,mBzCovIV,CyC9uIM,gMACE,gBzCqvIR,CyCvuIM,qCACE,gBzCyuIR,CyCtuIM,mCACE,uBAGA,ezCsuIR,CyCnuIM,kCACE,YzCquIR,CACF,CuBt3II,4BkBkFI,gMAEE,eADA,ezC6yIR,CACF,CuB94II,yBkB6FA,kBAoBI,qBACA,0BzCiyIN,CyC/xIM,8BACE,kBzCiyIR,CyC/xIQ,6CACE,iBzCiyIV,CyC9xIQ,wCAEE,kB3BwhBwB,C2BzhBxB,mBzCiyIV,CyC3xIM,gMACE,gBzCkyIR,CyCpxIM,qCACE,gBzCsxIR,CyCnxIM,mCACE,uBAGA,ezCmxIR,CyChxIM,kCACE,YzCkxIR,CACF,CuBn6II,4BkBkFI,gMAEE,eADA,ezC01IR,CACF,CuB37II,yBkB6FA,kBAoBI,qBACA,0BzC80IN,CyC50IM,8BACE,kBzC80IR,CyC50IQ,6CACE,iBzC80IV,CyC30IQ,wCAEE,kB3BwhBwB,C2BzhBxB,mBzC80IV,CyCx0IM,gMACE,gBzC+0IR,CyCj0IM,qCACE,gBzCm0IR,CyCh0IM,mCACE,uBAGA,ezCg0IR,CyC7zIM,kCACE,YzC+zIR,CACF,CuBh9II,6BkBkFI,gMAEE,eADA,ezCu4IR,CACF,CuBx+II,0BkB6FA,kBAoBI,qBACA,0BzC23IN,CyCz3IM,8BACE,kBzC23IR,CyCz3IQ,6CACE,iBzC23IV,CyCx3IQ,wCAEE,kB3BwhBwB,C2BzhBxB,mBzC23IV,CyCr3IM,gMACE,gBzC43IR,CyC92IM,qCACE,gBzCg3IR,CyC72IM,mCACE,uBAGA,ezC62IR,CyC12IM,kCACE,YzC42IR,CACF,CyC76II,eAoBI,qBACA,0BzC45IR,CyC/6IQ,8KAEE,eADA,ezCu7IV,CyCn6IQ,2BACE,kBzCq6IV,CyCn6IU,0CACE,iBzCq6IZ,CyCl6IU,qCAEE,kB3BwhBwB,C2BzhBxB,mBzCq6IZ,CyC/5IQ,8KACE,gBzCs6IV,CyCx5IQ,kCACE,gBzC05IV,CyCv5IQ,gCACE,uBAGA,ezCu5IV,CyCp5IQ,+BACE,YzCs5IV,Ce/lJE,gG0B2NI,oBzC24IN,CyCt4II,oCACE,oBzCw4IN,CezmJE,oF0BoOM,oBzCw4IR,CyCr4IM,6CACE,oBzCu4IR,CyCn4II,0KAIE,oBzCq4IN,CyCj4IE,8BAEE,2B3BsegC,C2BvehC,oBzCo4IJ,CyCh4IE,mCACE,wQzCk4IJ,CyC/3IE,2BACE,oBzCi4IJ,Ce/nJE,mG0BmQM,oBzCk4IR,CeroJE,6F0B+QI,UzC63IN,CyCx3II,mCACE,wBzC03IN,Ce/oJE,kF0BwRM,yBzC03IR,CyCv3IM,4CACE,yBzCy3IR,CyCr3II,sKAIE,UzCu3IN,CyCn3IE,6BAEE,+B3B2agC,C2B5ahC,wBzCs3IJ,CyCl3IE,kCACE,8QzCo3IJ,CyCj3IE,0BACE,wBzCm3IJ,CerqJE,gG0BuTM,UzCo3IR,C0CvrJA,MAME,qBAEA,2BADA,qBvCEM,CuCAN,kCvBKE,oBuBZF,aACA,sBACA,YAHA,iB1CksJF,C0CvrJE,SAEE,cADA,c1C0rJJ,C0CtrJE,kBAEE,sBADA,kB1CyrJJ,C0CtrJI,8BvBEA,yCACA,0CuBFE,kB1C0rJN,C0CtrJI,6BvBYA,4CADA,6CuBVE,qB1C0rJN,C0CnrJE,8DAEE,Y1CqrJJ,C0CjrJA,WAGE,cAGA,eACA,e1CgrJF,C0C5qJA,YACE,oB1C+qJF,C0C5qJA,eACE,mB1CgrJF,C0C5qJA,qCAHE,e1CmrJF,CepuJE,iB2B0DE,oB1C8qJJ,C0C3qJE,sBACE,mB1C6qJJ,C0CrqJA,aAIE,gC5BkvBkC,C4BjvBlC,yCAHA,gBADA,sB1C2qJF,C0CrqJE,yBvBvEE,qDnB+uJJ,C0CnqJA,aAGE,gC5BuuBkC,C4BtuBlC,sCAHA,sB1CwqJF,C0CnqJE,wBvBlFE,qDnBwvJJ,C0C5pJA,kBAIE,gBAFA,qB1CiqJF,C0C5pJA,qCAJE,qBAFA,qB1CuqJF,C0C3pJA,kBvBzGI,gCuB6GF,SACA,OACA,e5B6sBkC,C4BltBlC,kBAEA,QADA,K1CmqJF,C0C3pJA,yCAGE,cACA,U1C8pJF,C0C3pJA,wBvBjHI,yCACA,yCnBixJJ,C0C5pJA,2BvBvGI,4CADA,4CnB0wJJ,C0CzpJE,iBACE,kB1C4pJJ,CuB3vJI,yBmB6FJ,WAMI,aACA,mBAEA,kBADA,kB1C6pJF,C0C1pJE,iBAEE,YAEA,gBACA,gB5BuqB8B,C4BzqB9B,iB1C6pJJ,CACF,C0C/oJE,kBACE,kB1CkpJJ,CuB7wJI,yBmBuHJ,YAQI,aACA,kB1CkpJF,C0C/oJE,kBAEE,YACA,e1CgpJJ,C0C9oJI,wBAEE,cADA,a1CipJN,C0C3oJM,mCvBxKJ,6BADA,yBnBwzJF,C0C5oJQ,iGAGE,yB1C6oJV,C0C3oJQ,oGAGE,4B1C4oJV,C0CxoJM,oCvBzKJ,4BADA,wBnBszJF,C0CzoJQ,mGAGE,wB1C0oJV,C0CxoJQ,sGAGE,2B1CyoJV,CACF,C0C5nJE,oBACE,oB1C+nJJ,CuBvzJI,yBmBsLJ,cAMI,mB5B2lBgC,C4B3lBhC,c5B2lBgC,C4B1lBhC,uB5B2lBgC,C4B3lBhC,kB5B2lBgC,C4B1lBhC,UACA,Q1C+nJF,C0C7nJE,oBACE,qBACA,U1C+nJJ,CACF,C0CtnJA,WACE,oB1CynJF,C0CvnJE,iBACE,e1CynJJ,C0CvnJI,oCACE,gBvBtOF,4BADA,4BnBk2JJ,C0CvnJI,qCvBzPA,yBACA,yBnBm3JJ,C0CvnJI,8BvBtQA,gBuBwQE,kB1CynJN,C2Cn5JA,YAOE,wBxCQS,CgBGP,oBwBjBF,aACA,eAIA,gBAFA,kB7BqiCkC,C6BtiClC,mB3C05JF,C2Ch5JE,kCACE,kB3Cm5JJ,C2Cj5JI,yCAGE,cACA,YAHA,WACA,mB3Cq5JN,C2Cz4JE,+CACE,0BAIA,oB3Cu4JJ,C2Cp4JE,wBACE,a3Cy4JJ,C4Ch7JA,YzBkBI,oByBjBF,a5BIA,gBADA,chBm7JF,C4Cj7JA,WAQE,qBzCDM,CyCEN,yBAHA,a9BmKwC,C8BvKxC,cAGA,gB9BoxBkC,C8BrxBlC,iBADA,qBAFA,iB5C27JF,C4Cj7JE,iBAIE,wBzCNO,CyCOP,oBzCNO,CyCGP,a9B8JsC,C8B7JtC,qBAFA,S5Cu7JJ,C4Ch7JE,iBAGE,2C9B+W0B,C8BhX1B,S9B4wBgC,C8B7wBhC,S5Co7JJ,C4C56JI,kCzBeA,gCADA,6ByBbE,a5Ci7JN,C4C56JI,iCzBLA,iCADA,6BnBs7JJ,C4C36JE,6BAGE,wB9B0M0B,C8BzM1B,oB9ByM0B,C8B3M1B,UzClCI,CyCiCJ,S5Cg7JJ,C4C16JE,+BAKE,qBzC5CI,CyC6CJ,oBzC1CO,CyCqCP,azClCO,CyCqCP,YAFA,mB5C+6JJ,C6Cl+JE,0BhCiLI,kBgC9KF,e/BmO0B,C+BrO1B,qB7Cu+JJ,C6Ch+JM,iD1BsCF,gCADA,4BnB+7JJ,C6C/9JM,gD1BmBF,iCADA,6BnBi9JJ,C6Ch/JE,0BhCiLI,kBgC9KF,e/BoO0B,C+BtO1B,oB7Cq/JJ,C6C9+JM,iD1BsCF,gCADA,4BnB68JJ,C6C7+JM,gD1BmBF,iCADA,6BnB+9JJ,C8C5/JA,O3BaI,oB2BZF,qBjC8JE,ciC3JF,e3CEiB,C2CDjB,cAHA,mBAIA,kBlBKI,6HkBDJ,CAFA,wBADA,kB9CkgKF,C4B1/JM,uCkBfN,OlBgBQ,e5B6/JN,CACF,CengKE,4B+BGI,oB9CmgKN,C8C9/JE,aACE,Y9CigKJ,C8C5/JA,YACE,kBACA,Q9C+/JF,C8Cx/JA,Y3BrBI,oB2BuBF,iBhCg4BkC,CgCj4BlC,kB9C6/JF,C8Cn/JE,eChDA,wBjC0Ea,CiC3Eb,a/CyiKF,Ce1hKE,4CgCTI,yBADA,a/CwiKN,C+CpiKI,4CAGE,2CADA,S/CsiKN,C8ChgKE,iBChDA,wBjC0Ea,CiC3Eb,U/CsjKF,CeviKE,gDgCTI,yBADA,U/CqjKN,C+CjjKI,gDAGE,4CADA,S/CmjKN,C8C7gKE,eChDA,wBjC0Ea,CiC3Eb,U/CmkKF,CepjKE,4CgCTI,yBADA,U/CkkKN,C+C9jKI,4CAGE,0CADA,S/CgkKN,C8C1hKE,YChDA,wBjC0Ea,CiC3Eb,U/CglKF,CejkKE,sCgCTI,yBADA,U/C+kKN,C+C3kKI,sCAGE,2CADA,S/C6kKN,C8CviKE,eChDA,wBjC0Ea,CiC3Eb,a/C6lKF,Ce9kKE,4CgCTI,yBADA,a/C4lKN,C+CxlKI,4CAGE,0CADA,S/C0lKN,C8CpjKE,cChDA,wBjC0Ea,CiC3Eb,U/C0mKF,Ce3lKE,0CgCTI,yBADA,U/CymKN,C+CrmKI,0CAGE,0CADA,S/CumKN,C8CjkKE,aChDA,wBjC0Ea,CiC3Eb,a/CunKF,CexmKE,wCgCTI,yBADA,a/CsnKN,C+ClnKI,wCAGE,4CADA,S/ConKN,C8C9kKE,YChDA,wBjC0Ea,CiC3Eb,U/CooKF,CernKE,sCgCTI,yBADA,U/CmoKN,C+C/nKI,sCAGE,yCADA,S/CioKN,CgD7oKA,WAIE,wB7CWS,CgBGP,oB6BhBF,kBlCyzBkC,CkC1zBlC,iBhDmpKF,CuBxlKI,yByB5DJ,WAQI,iBhDgpKF,CACF,CgD7oKA,iB7BMI,gB6BJF,eADA,ehDkpKF,CiD3pKA,OAIE,6B9BUE,oB8BXF,kBnCy9BkC,CmC19BlC,uBADA,iBjDkqKF,CiD1pKA,eAEE,ajD4pKF,CiDxpKA,YACE,ejD2pKF,CiDnpKA,mBACE,kBjDspKF,CiDnpKE,0BAME,cADA,uBAJA,kBAEA,QADA,MAEA,SjDupKJ,CiD3oKE,enB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alDgsKF,CkD5rKE,kBACE,wBlD8rKJ,CkD3rKE,2BACE,alD6rKJ,CiDvpKE,iBnB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alD4sKF,CkDxsKE,oBACE,wBlD0sKJ,CkDvsKE,6BACE,alDysKJ,CiDnqKE,enB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alDwtKF,CkDptKE,kBACE,wBlDstKJ,CkDntKE,2BACE,alDqtKJ,CiD/qKE,YnB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alDouKF,CkDhuKE,eACE,wBlDkuKJ,CkD/tKE,wBACE,alDiuKJ,CiD3rKE,enB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alDgvKF,CkD5uKE,kBACE,wBlD8uKJ,CkD3uKE,2BACE,alD6uKJ,CiDvsKE,cnB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alD4vKF,CkDxvKE,iBACE,wBlD0vKJ,CkDvvKE,0BACE,alDyvKJ,CiDntKE,anB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alDwwKF,CkDpwKE,gBACE,wBlDswKJ,CkDnwKE,yBACE,alDqwKJ,CiD/tKE,YnB1CE,wBmB2CuB,CC9CzB,oBD8CqE,CChDrE,alDoxKF,CkDhxKE,eACE,wBlDkxKJ,CkD/wKE,wBACE,alDixKJ,CmDzxKE,wCACE,GAAO,0BnD6xKT,CmD5xKE,GAAK,uBnD+xKP,CACF,CmDlyKE,gCACE,GAAO,0BnD6xKT,CmD5xKE,GAAK,uBnD+xKP,CACF,CmD5xKA,UAME,wBhDCS,CgBGP,oBNkKE,iBsC1KJ,WrCk+BkC,CqCh+BlC,anDiyKF,CmD1xKA,wBAVE,aAEA,enD8yKF,CmDtyKA,cAQE,wBrCu9BkC,CqC19BlC,UhDXM,CgDQN,sBACA,uBAGA,kBvBTI,yBuBYJ,CAFA,kBnD+xKF,C4BryKM,uCuBDN,cvBEQ,e5BwyKN,CACF,CmD/xKA,sBrBYE,sKqBVA,yBnDkyKF,CmD9xKE,uBACE,2GnDiyKJ,CmD9xKM,uCAJJ,uBAKM,qCnDiyKN,CACF,CoD50KA,OAEE,uBADA,YpDg1KF,CoD50KA,YACE,MpD+0KF,CqDj1KA,YlCcI,oBkCbF,aACA,sBAIA,gBADA,crDo1KF,CqDz0KA,wBAEE,alDFS,CkDGT,mBAFA,UrD80KF,Cen1KE,4DsCcE,wBlDhBO,CkDcP,alDRO,CkDSP,qBAFA,SrD80KJ,CqDx0KE,+BAEE,wBlDpBO,CkDmBP,arD20KJ,CqDj0KA,iBAME,qBlDrCM,CkDsCN,kCALA,cACA,uBAFA,iBrDw0KF,CqDh0KE,6BlC1BE,+BACA,+BnB61KJ,CqDh0KE,4BlCfE,kCADA,kCnBo1KJ,CqDh0KE,oDAIE,qBlDpDI,CkDkDJ,alD5CO,CkD6CP,mBrDk0KJ,CqD7zKE,wBAGE,wBvCkL0B,CuCjL1B,oBvCiL0B,CuCnL1B,UlD1DI,CkDyDJ,SrDk0KJ,CqD5zKE,kCACE,kBrD8zKJ,CqD5zKI,yCAEE,oBvC2JwB,CuC5JxB,erD+zKN,CqDhzKI,uBACE,kBrDmzKN,CqDhzKQ,oDlC1BJ,gCAZA,yBnB01KJ,CqD/yKQ,mDlC/BJ,4BAZA,6BnB81KJ,CqD9yKQ,+CACE,YrDgzKV,CqD7yKQ,yDAEE,oBADA,oBrDgzKV,CqD7yKU,gEAEE,qBvCqHkB,CuCtHlB,gBrDgzKZ,CuB12KI,yB8BmCA,0BACE,kBrD20KJ,CqDx0KM,uDlC1BJ,gCAZA,yBnBk3KF,CqDv0KM,sDlC/BJ,4BAZA,6BnBs3KF,CqDt0KM,kDACE,YrDw0KR,CqDr0KM,4DAEE,oBADA,oBrDw0KR,CqDr0KQ,mEAEE,qBvCqHkB,CuCtHlB,gBrDw0KV,CACF,CuBn4KI,yB8BmCA,0BACE,kBrDm2KJ,CqDh2KM,uDlC1BJ,gCAZA,yBnB04KF,CqD/1KM,sDlC/BJ,4BAZA,6BnB84KF,CqD91KM,kDACE,YrDg2KR,CqD71KM,4DAEE,oBADA,oBrDg2KR,CqD71KQ,mEAEE,qBvCqHkB,CuCtHlB,gBrDg2KV,CACF,CuB35KI,yB8BmCA,0BACE,kBrD23KJ,CqDx3KM,uDlC1BJ,gCAZA,yBnBk6KF,CqDv3KM,sDlC/BJ,4BAZA,6BnBs6KF,CqDt3KM,kDACE,YrDw3KR,CqDr3KM,4DAEE,oBADA,oBrDw3KR,CqDr3KQ,mEAEE,qBvCqHkB,CuCtHlB,gBrDw3KV,CACF,CuBn7KI,0B8BmCA,0BACE,kBrDm5KJ,CqDh5KM,uDlC1BJ,gCAZA,yBnB07KF,CqD/4KM,sDlC/BJ,4BAZA,6BnB87KF,CqD94KM,kDACE,YrDg5KR,CqD74KM,4DAEE,oBADA,oBrDg5KR,CqD74KQ,mEAEE,qBvCqHkB,CuCtHlB,gBrDg5KV,CACF,CqDl4KA,kBlCnHI,enBw/KJ,CqDl4KE,mCACE,oBrDo4KJ,CqDl4KI,8CACE,qBrDo4KN,CsD7gLE,yBAEE,wBDmJuC,CCpJvC,atDihLJ,CergLE,4GuCNM,yBADA,atDghLR,CsD5gLM,uDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtDghLR,CsD3hLE,2BAEE,wBDmJuC,CCpJvC,atD+hLJ,CenhLE,gHuCNM,yBADA,atD8hLR,CsD1hLM,yDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtD8hLR,CsDziLE,yBAEE,wBDmJuC,CCpJvC,atD6iLJ,CejiLE,4GuCNM,yBADA,atD4iLR,CsDxiLM,uDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtD4iLR,CsDvjLE,sBAEE,wBDmJuC,CCpJvC,atD2jLJ,Ce/iLE,sGuCNM,yBADA,atD0jLR,CsDtjLM,oDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtD0jLR,CsDrkLE,yBAEE,wBDmJuC,CCpJvC,atDykLJ,Ce7jLE,4GuCNM,yBADA,atDwkLR,CsDpkLM,uDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtDwkLR,CsDnlLE,wBAEE,wBDmJuC,CCpJvC,atDulLJ,Ce3kLE,0GuCNM,yBADA,atDslLR,CsDllLM,sDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtDslLR,CsDjmLE,uBAEE,wBDmJuC,CCpJvC,atDqmLJ,CezlLE,wGuCNM,yBADA,atDomLR,CsDhmLM,qDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtDomLR,CsD/mLE,sBAEE,wBDmJuC,CCpJvC,atDmnLJ,CevmLE,sGuCNM,yBADA,atDknLR,CsD9mLM,oDAEE,wBDyIkE,CCxIlE,oBDwIkE,CC1IlE,UtDknLR,CuDhoLA,OAKE,UpDkBM,CoDtBN,Y1C4MM,iB0C1MN,epDQiB,CoDPjB,cAGA,WADA,wBvDooLF,Cat/KI,0B0CpJJ,O1CkNU,+Bb47KR,CACF,CenoLE,awCDE,UpDYI,CoDXJ,oBvDuoLJ,CenoLE,sFwCCI,WvDqoLN,CuD1nLA,aAEE,6BACA,SAFA,SvD+nLF,CuDvnLA,iBACE,mBvD0nLF,CwDhqLA,OAQE,4BADA,oC1C44BkC,C0C14BlC,gCrCSE,qBqCRF,yC1C64BkC,C0Cp5BlC,gB1C24BkC,CD1tB9B,kB2ChLJ,e1C04BkC,C0Cn4BlC,SxDiqLF,CwD9pLE,wBACE,oBxDgqLJ,CwD7pLE,eACE,SxD+pLJ,CwD5pLE,YACE,cACA,SxD8pLJ,CwD3pLE,YACE,YxD6pLJ,CwDzpLA,cAEE,mBAIA,4BADA,oC1Cq3BkC,C0Cn3BlC,wCrCZE,0CACA,2CqCQF,arDjBS,CqDcT,aAEA,qBxDkqLF,CwD1pLA,YACE,cxD6pLF,CyDnsLA,YAEE,ezDqsLF,CyDnsLE,mBACE,kBACA,ezDqsLJ,CyDhsLA,OAKE,aAEA,YAJA,OAQA,UAHA,gBAPA,eACA,MAIA,WAFA,YzDwsLF,CyD1rLA,cAGE,Y3Ci5BkC,C2C/4BlC,oBAJA,kBACA,UzD+rLF,CyDzrLE,0BAEE,mBtDFmB,CyB3BjB,iC5BwtLN,C4BptLM,uC6BuBJ,0B7BtBM,e5ButLN,CACF,CyD9rLE,0BACE,czDgsLJ,CyD5rLE,kCACE,qBzD8rLJ,CyD1rLA,yBACE,aACA,4BzD6rLF,CyD3rLE,wCACE,8BACA,ezD6rLJ,CyD1rLE,8EAEE,azD4rLJ,CyDzrLE,qCACE,ezD2rLJ,CyDvrLA,uBAEE,mBADA,aAEA,4BzD0rLF,CyDvrLE,8BAIE,WAHA,cACA,0BACA,qEzD0rLJ,CyDrrLE,+CACE,sBAEA,YADA,sBzDwrLJ,CyDrrLI,8DACE,ezDurLN,CyDprLI,sDACE,YzDsrLN,CyDhrLA,eASE,4BADA,qBtDrGM,CsDuGN,gCtClGE,oBsC0FF,aACA,sBAWA,UAPA,oBANA,kBAGA,UzDyrLF,CyD3qLA,gBAOE,qBtD5GM,CsD2GN,aAHA,OAFA,eACA,MAGA,YADA,YzDirLF,CyD3qLE,qBAAS,SzD8qLX,CyD7qLE,qBAAS,UzDgrLX,CyD3qLA,cAEE,uBAGA,gCtCtHE,yCACA,0CsCiHF,aAEA,8BACA,YzDirLF,CyD7qLE,qBAGE,8BAFA,YzDgrLJ,CyDzqLA,aAEE,etDvJiB,CsDsJjB,ezD6qLF,CyDvqLA,YAIE,cACA,Y3C0wBkC,C2C9wBlC,iBzD4qLF,CyDpqLA,cAGE,mBtCrIE,4CADA,6CsCyIF,6BALA,aACA,eAEA,yBACA,czD0qLF,CyDnqLE,gBACE,azDqqLJ,CyDhqLA,yBAIE,YACA,gBAJA,kBACA,YACA,UzDqqLF,CuB1yLI,yBkC6IF,cAEE,oBADA,ezDkqLF,CyD9pLA,yBACE,8BzDgqLF,CyD9pLE,wCACE,+BzDgqLJ,CyD5pLA,uBACE,8BzD8pLF,CyD5pLE,8BACE,4BACA,qEzD8pLJ,CyDtpLA,UAAY,ezDypLZ,CACF,CuBj0LI,yBkC2KF,oBAEE,ezDypLF,CACF,CuBv0LI,0BkCkLF,UAAY,gBzDypLZ,CACF,C0Dv4LA,SAUE,qBAPA,cCHA,4BxDCuB,CUkLnB,kB8CjLJ,kBACA,exDMmB,CwDCnB,sBAIA,gBAVA,exDEiB,CuDFjB,Q5C61BkC,C4Ct1BlC,UAVA,kBCIA,gBACA,iBACA,qBACA,iBACA,oBAGA,mBADA,kBAEA,oBDXA,Y1D45LF,C0Dj5LE,cAAS,U1Do5LX,C0Dl5LE,gBAEE,cAEA,Y5Ci1BgC,C4Cp1BhC,kBAEA,W1Dq5LJ,C0Dl5LI,uBAGE,yBACA,mBAFA,WADA,iB1Du5LN,C0D/4LA,mDACE,e1Dk5LF,C0Dh5LE,iEACE,Q1Dk5LJ,C0Dh5LI,+EAGE,qBvDjBE,CuDgBF,2BADA,K1Do5LN,C0D74LA,uDACE,e1Dg5LF,C0D94LE,qEAGE,Y5CizBgC,C4CnzBhC,OACA,W1Di5LJ,C0D94LI,mFAGE,uBvDjCE,CuDgCF,iCADA,O1Dk5LN,C0D34LA,yDACE,e1D84LF,C0D54LE,uEACE,K1D84LJ,C0D54LI,qFAGE,wBvD/CE,CuD8CF,2BADA,Q1Dg5LN,C0Dz4LA,qDACE,e1D44LF,C0D14LE,mEAGE,Y5CmxBgC,C4CrxBhC,QACA,W1D64LJ,C0D14LI,iFAGE,sBvD/DE,CuD8DF,iCADA,M1D84LN,C0Dv3LA,eAKE,qBvDzFM,CgBLJ,oBuC4FF,UvDjGM,CuD+FN,e5C+uBkC,C4C9uBlC,qBAEA,iB1D43LF,C4D3+LA,SAYE,qBAEA,4BADA,sBAEA,gCzCGE,oBwCjBF,4BxDCuB,CUkLnB,kB8CjLJ,kBACA,exDMmB,CyDPnB,ODQA,sBAIA,gBAVA,exDEiB,CyDDjB,e9C+2BkC,C6C/2BlC,gBACA,iBACA,qBACA,iBACA,oBCRA,MDWA,mBADA,kBAEA,oBCVA,Y5DogMF,C4Dr/LE,yBAdA,cAJA,iB5D8gMF,C4D5/LE,gBAIE,Y9C+2BgC,C8C92BhC,eAFA,U5Dy/LJ,C4Dr/LI,6CAKE,yBACA,mBAFA,WADA,cADA,iB5D0/LN,C4Dj/LA,mDACE,mB5Do/LF,C4Dl/LE,iEACE,yB5Do/LJ,C4Dl/LI,+EAGE,gC9C21B8B,C8C51B9B,2BADA,Q5Ds/LN,C4Dj/LI,6EAGE,qBzDvCE,CyDsCF,2BADA,U5Dq/LN,C4D9+LA,uDACE,iB5Di/LF,C4D/+LE,qEAGE,W9Cs0BgC,C8Cx0BhC,wBAGA,eAFA,W5Dm/LJ,C4D/+LI,mFAGE,kC9Co0B8B,C8Cr0B9B,iCADA,M5Dm/LN,C4D9+LI,iFAGE,uBzD9DE,CyD6DF,iCADA,Q5Dk/LN,C4D3+LA,yDACE,gB5D8+LF,C4D5+LE,uEACE,sB5D8+LJ,C4D5+LI,qFAGE,mC9CgzB8B,C8CjzB9B,2BADA,K5Dg/LN,C4D3+LI,mFAGE,wBzDlFE,CyDiFF,2BADA,O5D++LN,C4Dx+LE,uGAQE,gCADA,WAHA,cADA,SAGA,mBALA,kBACA,MAGA,U5D6+LJ,C4Dt+LA,qDACE,kB5Dy+LF,C4Dv+LE,mEAGE,W9C+wBgC,C8C9wBhC,eAHA,yBACA,W5D2+LJ,C4Dv+LI,iFAGE,iC9C6wB8B,C8C9wB9B,iCADA,O5D2+LN,C4Dt+LI,+EAGE,sBzDrHE,CyDoHF,iCADA,S5D0+LN,C4Dl9LA,gBAKE,wB9C+tBkC,C8C9tBlC,gCzCnIE,yCACA,0CNwJE,e+C1BJ,gBADA,oB5D29LF,C4Dn9LE,sBACE,Y5Dq9LJ,C4Dj9LA,cAEE,azDlJS,CyDiJT,oB5Dq9LF,C6D/mMA,UACE,iB7DknMF,C6D/mMA,wBACE,kB7DknMF,C6D/mMA,gBAGE,gBAFA,kBACA,U7DmnMF,C8DzoME,sBAEE,WACA,WAFA,a9D6oMJ,C6DnnMA,eAME,8DAJA,aACA,WAEA,mBAJA,kBjCbI,oCiCmBJ,CAHA,U7DynMF,C4BroMM,uCiCQN,ejCPQ,e5BwoMN,CACF,C6DxnMA,8DAGE,a7D2nMF,C6DxnMA,yEAEE,0B7D2nMF,C6DxnMA,yEAEE,2B7D2nMF,C6DlnME,8BACE,UAEA,eADA,2B7DsnMJ,C6DlnME,kJAIE,UADA,S7DqnMJ,C6DjnME,qFAGE,UjC5DE,yBiC6DF,CAFA,S7DqnMJ,C4B5qMM,uCiCqDJ,qFjCpDM,e5BgrMN,CACF,C6DhnMA,8CAQE,mBAMA,gBACA,SAXA,SAQA,U1DrFM,C0DgFN,aAEA,uBAOA,U/Ci9BmC,C+Ct9BnC,UATA,kBAWA,kBAVA,MjCzEI,4BiCuFJ,CAPA,S/Cs9BmC,C+C39BnC,S7D8nMF,C4BrsMM,uCiCkEN,8CjCjEQ,e5BysMN,CACF,Ce/sME,oH8C2FE,U1D9FI,C0DiGJ,U/C08BiC,C+C38BjC,UADA,oB7D2nMJ,C6DtnMA,uBACE,M7DynMF,C6DpnMA,uBACE,O7DunMF,C6DhnMA,wDAKE,mCAHA,qBAEA,W/Ck8BmC,C+Cn8BnC,U7DqnMF,C6DjnMA,4BACE,gN7DonMF,C6DlnMA,4BACE,iN7DqnMF,C6D5mMA,qBAGE,SAGA,aACA,uBAHA,OAQA,gBADA,e/Cw5BmC,C+Cz5BnC,gB/Cy5BmC,C+C35BnC,eAPA,kBACA,QAGA,U7DqnMF,C6D5mME,wBAUE,4BADA,qB1D7JI,C0DiKJ,qCADA,kCAXA,uBAOA,eANA,cAEA,U/Cu5BiC,C+Cr5BjC,e/Cu5BiC,C+Cx5BjC,gB/Cw5BiC,C+C/4BjC,WAPA,mBjCxJE,2BiCgKF,CAZA,U7DynMJ,C4BzwMM,uCiC6IJ,wBjC5IM,e5B4wMN,CACF,C6D/mME,6BACE,S7DinMJ,C6DxmMA,kBAGE,YAKA,U1DxLM,C0DoLN,SAGA,oBADA,iBALA,kBACA,UAOA,kBAJA,U7D+mMF,C+D7yMA,kCACE,GAAK,uB/DizML,CACF,C+DnzMA,0BACE,GAAK,uB/DizML,CACF,C+D/yMA,gBASE,oGAHA,mBAEA,kBAFA,qCALA,qBAEA,WjDqkCwB,CiDpkCxB,sBjDskCwB,CiDxkCxB,U/DuzMF,C+D7yMA,mBAGE,iBjDgkCwB,CiDjkCxB,WjD+jCwB,CiDhkCxB,U/DkzMF,C+DzyMA,gCACE,GACE,kB/D4yMF,C+D1yMA,IACE,UACA,c/D4yMF,CACF,C+DnzMA,wBACE,GACE,kB/D4yMF,C+D1yMA,IACE,UACA,c/D4yMF,CACF,C+DzyMA,cASE,gGAJA,8BAEA,kBANA,qBAEA,WjDqiCwB,CiDhiCxB,UAJA,sBjDsiCwB,CiDxiCxB,U/DizMF,C+DvyMA,iBAEE,WjD+hCwB,CiDhiCxB,U/D2yMF,C+DtyME,uCACE,8BAEE,uD/DyyMJ,CACF,CgEr2MA,gBAAqB,iChEw2MrB,CgEv2MA,WAAqB,4BhE22MrB,CgE12MA,cAAqB,+BhE82MrB,CgE72MA,cAAqB,+BhEi3MrB,CgEh3MA,mBAAqB,oChEo3MrB,CgEn3MA,gBAAqB,iChEu3MrB,CiEz3ME,YACE,kCjE43MJ,Cel3ME,sFkDLI,kCjE63MN,CiEn4ME,cACE,kCjEs4MJ,Ce53ME,8FkDLI,kCjEu4MN,CiE74ME,YACE,kCjEg5MJ,Cet4ME,sFkDLI,kCjEi5MN,CiEv5ME,SACE,kCjE05MJ,Ceh5ME,0EkDLI,kCjE25MN,CiEj6ME,YACE,kCjEo6MJ,Ce15ME,sFkDLI,kCjEq6MN,CiE36ME,WACE,kCjE86MJ,Cep6ME,kFkDLI,kCjE+6MN,CiEr7ME,UACE,kCjEw7MJ,Ce96ME,8EkDLI,kCjEy7MN,CiE/7ME,SACE,kCjEk8MJ,Cex7ME,0EkDLI,kCjEm8MN,CkEl8MA,UACE,+BlEq8MF,CkEl8MA,gBACE,sClEq8MF,CmEh9MA,QAAkB,kCnEo9MlB,CmEn9MA,YAAkB,sCnEu9MlB,CmEt9MA,cAAkB,wCnE09MlB,CmEz9MA,eAAkB,yCnE69MlB,CmE59MA,aAAkB,uCnEg+MlB,CmE99MA,UAAmB,kBnEk+MnB,CmEj+MA,cAAmB,sBnEq+MnB,CmEp+MA,gBAAmB,wBnEw+MnB,CmEv+MA,iBAAmB,yBnE2+MnB,CmE1+MA,eAAmB,uBnE8+MnB,CmE3+ME,gBACE,8BnE8+MJ,CmE/+ME,kBACE,8BnEk/MJ,CmEn/ME,gBACE,8BnEs/MJ,CmEv/ME,aACE,8BnE0/MJ,CmE3/ME,gBACE,8BnE8/MJ,CmE//ME,eACE,8BnEkgNJ,CmEngNE,cACE,8BnEsgNJ,CmEvgNE,aACE,8BnE0gNJ,CmEtgNA,cACE,2BnEygNF,CmElgNA,YACE,6BnEqgNF,CmElgNA,SACE,6BnEqgNF,CmElgNA,aACE,sCnEsgNF,CmElgNA,4BAHE,uCnE0gNF,CmElgNA,+BAHE,0CnE0gNF,CmElgNA,8BAHE,yCnE0gNF,CmEvgNA,cACE,sCnEsgNF,CmElgNA,YACE,6BnEqgNF,CmElgNA,gBACE,2BnEqgNF,CmElgNA,cACE,6BnEqgNF,CmElgNA,WACE,yBnEqgNF,C8D7kNE,gBAEE,WACA,WAFA,a9DklNJ,CoEzkNM,QAAwB,sBpE6kN9B,CoE7kNM,UAAwB,wBpEilN9B,CoEjlNM,gBAAwB,8BpEqlN9B,CoErlNM,SAAwB,uBpEylN9B,CoEzlNM,SAAwB,uBpE6lN9B,CoE7lNM,aAAwB,2BpEimN9B,CoEjmNM,cAAwB,4BpEqmN9B,CoErmNM,QAAwB,sBpEymN9B,CoEzmNM,eAAwB,6BpE6mN9B,CuB5jNI,yB6CjDE,WAAwB,sBpEknN5B,CoElnNI,aAAwB,wBpEqnN5B,CoErnNI,mBAAwB,8BpEwnN5B,CoExnNI,YAAwB,uBpE2nN5B,CoE3nNI,YAAwB,uBpE8nN5B,CoE9nNI,gBAAwB,2BpEioN5B,CoEjoNI,iBAAwB,4BpEooN5B,CoEpoNI,WAAwB,sBpEuoN5B,CoEvoNI,kBAAwB,6BpE0oN5B,CACF,CuB1lNI,yB6CjDE,WAAwB,sBpE+oN5B,CoE/oNI,aAAwB,wBpEkpN5B,CoElpNI,mBAAwB,8BpEqpN5B,CoErpNI,YAAwB,uBpEwpN5B,CoExpNI,YAAwB,uBpE2pN5B,CoE3pNI,gBAAwB,2BpE8pN5B,CoE9pNI,iBAAwB,4BpEiqN5B,CoEjqNI,WAAwB,sBpEoqN5B,CoEpqNI,kBAAwB,6BpEuqN5B,CACF,CuBvnNI,yB6CjDE,WAAwB,sBpE4qN5B,CoE5qNI,aAAwB,wBpE+qN5B,CoE/qNI,mBAAwB,8BpEkrN5B,CoElrNI,YAAwB,uBpEqrN5B,CoErrNI,YAAwB,uBpEwrN5B,CoExrNI,gBAAwB,2BpE2rN5B,CoE3rNI,iBAAwB,4BpE8rN5B,CoE9rNI,WAAwB,sBpEisN5B,CoEjsNI,kBAAwB,6BpEosN5B,CACF,CuBppNI,0B6CjDE,WAAwB,sBpEysN5B,CoEzsNI,aAAwB,wBpE4sN5B,CoE5sNI,mBAAwB,8BpE+sN5B,CoE/sNI,YAAwB,uBpEktN5B,CoEltNI,YAAwB,uBpEqtN5B,CoErtNI,gBAAwB,2BpEwtN5B,CoExtNI,iBAAwB,4BpE2tN5B,CoE3tNI,WAAwB,sBpE8tN5B,CoE9tNI,kBAAwB,6BpEiuN5B,CACF,CoExtNA,aAEI,cAAqB,sBpE0tNvB,CoE1tNE,gBAAqB,wBpE6tNvB,CoE7tNE,sBAAqB,8BpEguNvB,CoEhuNE,eAAqB,uBpEmuNvB,CoEnuNE,eAAqB,uBpEsuNvB,CoEtuNE,mBAAqB,2BpEyuNvB,CoEzuNE,oBAAqB,4BpE4uNvB,CoE5uNE,cAAqB,sBpE+uNvB,CoE/uNE,qBAAqB,6BpEkvNvB,CACF,CqExwNA,kBAEE,cAGA,gBADA,UAHA,kBAEA,UrE4wNF,CqExwNE,yBAEE,WADA,arE2wNJ,CqEvwNE,2IAWE,SAJA,SAGA,YAFA,OAHA,kBACA,MAGA,UrE2wNJ,CqEhwNI,+BACE,wBrEmxNN,CqEpxNI,+BACE,kBrEuxNN,CqExxNI,8BACE,erE2xNN,CqE5xNI,8BACE,gBrE+xNN,CsExzNI,UAAgC,4BtE4zNpC,CsE3zNI,aAAgC,+BtE+zNpC,CsE9zNI,kBAAgC,oCtEk0NpC,CsEj0NI,qBAAgC,uCtEq0NpC,CsEn0NI,WAA8B,wBtEu0NlC,CsEt0NI,aAA8B,0BtE00NlC,CsEz0NI,mBAA8B,gCtE60NlC,CsE50NI,WAA8B,uBtEg1NlC,CsE/0NI,aAA8B,qBtEm1NlC,CsEl1NI,aAA8B,qBtEs1NlC,CsEr1NI,eAA8B,uBtEy1NlC,CsEx1NI,eAA8B,uBtE41NlC,CsE11NI,uBAAoC,oCtE81NxC,CsE71NI,qBAAoC,kCtEi2NxC,CsEh2NI,wBAAoC,gCtEo2NxC,CsEn2NI,yBAAoC,uCtEu2NxC,CsEt2NI,wBAAoC,sCtE02NxC,CsEx2NI,mBAAiC,gCtE42NrC,CsE32NI,iBAAiC,8BtE+2NrC,CsE92NI,oBAAiC,4BtEk3NrC,CsEj3NI,sBAAiC,8BtEq3NrC,CsEp3NI,qBAAiC,6BtEw3NrC,CsEt3NI,qBAAkC,kCtE03NtC,CsEz3NI,mBAAkC,gCtE63NtC,CsE53NI,sBAAkC,8BtEg4NtC,CsE/3NI,uBAAkC,qCtEm4NtC,CsEl4NI,sBAAkC,oCtEs4NtC,CsEr4NI,uBAAkC,+BtEy4NtC,CsEv4NI,iBAAgC,yBtE24NpC,CsE14NI,kBAAgC,+BtE84NpC,CsE74NI,gBAAgC,6BtEi5NpC,CsEh5NI,mBAAgC,2BtEo5NpC,CsEn5NI,qBAAgC,6BtEu5NpC,CsEt5NI,oBAAgC,4BtE05NpC,CuB94NI,yB+ClDA,aAAgC,4BtEq8NlC,CsEp8NE,gBAAgC,+BtEu8NlC,CsEt8NE,qBAAgC,oCtEy8NlC,CsEx8NE,wBAAgC,uCtE28NlC,CsEz8NE,cAA8B,wBtE48NhC,CsE38NE,gBAA8B,0BtE88NhC,CsE78NE,sBAA8B,gCtEg9NhC,CsE/8NE,cAA8B,uBtEk9NhC,CsEj9NE,gBAA8B,qBtEo9NhC,CsEn9NE,gBAA8B,qBtEs9NhC,CsEr9NE,kBAA8B,uBtEw9NhC,CsEv9NE,kBAA8B,uBtE09NhC,CsEx9NE,0BAAoC,oCtE29NtC,CsE19NE,wBAAoC,kCtE69NtC,CsE59NE,2BAAoC,gCtE+9NtC,CsE99NE,4BAAoC,uCtEi+NtC,CsEh+NE,2BAAoC,sCtEm+NtC,CsEj+NE,sBAAiC,gCtEo+NnC,CsEn+NE,oBAAiC,8BtEs+NnC,CsEr+NE,uBAAiC,4BtEw+NnC,CsEv+NE,yBAAiC,8BtE0+NnC,CsEz+NE,wBAAiC,6BtE4+NnC,CsE1+NE,wBAAkC,kCtE6+NpC,CsE5+NE,sBAAkC,gCtE++NpC,CsE9+NE,yBAAkC,8BtEi/NpC,CsEh/NE,0BAAkC,qCtEm/NpC,CsEl/NE,yBAAkC,oCtEq/NpC,CsEp/NE,0BAAkC,+BtEu/NpC,CsEr/NE,oBAAgC,yBtEw/NlC,CsEv/NE,qBAAgC,+BtE0/NlC,CsEz/NE,mBAAgC,6BtE4/NlC,CsE3/NE,sBAAgC,2BtE8/NlC,CsE7/NE,wBAAgC,6BtEggOlC,CsE//NE,uBAAgC,4BtEkgOlC,CACF,CuBv/NI,yB+ClDA,aAAgC,4BtE6iOlC,CsE5iOE,gBAAgC,+BtE+iOlC,CsE9iOE,qBAAgC,oCtEijOlC,CsEhjOE,wBAAgC,uCtEmjOlC,CsEjjOE,cAA8B,wBtEojOhC,CsEnjOE,gBAA8B,0BtEsjOhC,CsErjOE,sBAA8B,gCtEwjOhC,CsEvjOE,cAA8B,uBtE0jOhC,CsEzjOE,gBAA8B,qBtE4jOhC,CsE3jOE,gBAA8B,qBtE8jOhC,CsE7jOE,kBAA8B,uBtEgkOhC,CsE/jOE,kBAA8B,uBtEkkOhC,CsEhkOE,0BAAoC,oCtEmkOtC,CsElkOE,wBAAoC,kCtEqkOtC,CsEpkOE,2BAAoC,gCtEukOtC,CsEtkOE,4BAAoC,uCtEykOtC,CsExkOE,2BAAoC,sCtE2kOtC,CsEzkOE,sBAAiC,gCtE4kOnC,CsE3kOE,oBAAiC,8BtE8kOnC,CsE7kOE,uBAAiC,4BtEglOnC,CsE/kOE,yBAAiC,8BtEklOnC,CsEjlOE,wBAAiC,6BtEolOnC,CsEllOE,wBAAkC,kCtEqlOpC,CsEplOE,sBAAkC,gCtEulOpC,CsEtlOE,yBAAkC,8BtEylOpC,CsExlOE,0BAAkC,qCtE2lOpC,CsE1lOE,yBAAkC,oCtE6lOpC,CsE5lOE,0BAAkC,+BtE+lOpC,CsE7lOE,oBAAgC,yBtEgmOlC,CsE/lOE,qBAAgC,+BtEkmOlC,CsEjmOE,mBAAgC,6BtEomOlC,CsEnmOE,sBAAgC,2BtEsmOlC,CsErmOE,wBAAgC,6BtEwmOlC,CsEvmOE,uBAAgC,4BtE0mOlC,CACF,CuB/lOI,yB+ClDA,aAAgC,4BtEqpOlC,CsEppOE,gBAAgC,+BtEupOlC,CsEtpOE,qBAAgC,oCtEypOlC,CsExpOE,wBAAgC,uCtE2pOlC,CsEzpOE,cAA8B,wBtE4pOhC,CsE3pOE,gBAA8B,0BtE8pOhC,CsE7pOE,sBAA8B,gCtEgqOhC,CsE/pOE,cAA8B,uBtEkqOhC,CsEjqOE,gBAA8B,qBtEoqOhC,CsEnqOE,gBAA8B,qBtEsqOhC,CsErqOE,kBAA8B,uBtEwqOhC,CsEvqOE,kBAA8B,uBtE0qOhC,CsExqOE,0BAAoC,oCtE2qOtC,CsE1qOE,wBAAoC,kCtE6qOtC,CsE5qOE,2BAAoC,gCtE+qOtC,CsE9qOE,4BAAoC,uCtEirOtC,CsEhrOE,2BAAoC,sCtEmrOtC,CsEjrOE,sBAAiC,gCtEorOnC,CsEnrOE,oBAAiC,8BtEsrOnC,CsErrOE,uBAAiC,4BtEwrOnC,CsEvrOE,yBAAiC,8BtE0rOnC,CsEzrOE,wBAAiC,6BtE4rOnC,CsE1rOE,wBAAkC,kCtE6rOpC,CsE5rOE,sBAAkC,gCtE+rOpC,CsE9rOE,yBAAkC,8BtEisOpC,CsEhsOE,0BAAkC,qCtEmsOpC,CsElsOE,yBAAkC,oCtEqsOpC,CsEpsOE,0BAAkC,+BtEusOpC,CsErsOE,oBAAgC,yBtEwsOlC,CsEvsOE,qBAAgC,+BtE0sOlC,CsEzsOE,mBAAgC,6BtE4sOlC,CsE3sOE,sBAAgC,2BtE8sOlC,CsE7sOE,wBAAgC,6BtEgtOlC,CsE/sOE,uBAAgC,4BtEktOlC,CACF,CuBvsOI,0B+ClDA,aAAgC,4BtE6vOlC,CsE5vOE,gBAAgC,+BtE+vOlC,CsE9vOE,qBAAgC,oCtEiwOlC,CsEhwOE,wBAAgC,uCtEmwOlC,CsEjwOE,cAA8B,wBtEowOhC,CsEnwOE,gBAA8B,0BtEswOhC,CsErwOE,sBAA8B,gCtEwwOhC,CsEvwOE,cAA8B,uBtE0wOhC,CsEzwOE,gBAA8B,qBtE4wOhC,CsE3wOE,gBAA8B,qBtE8wOhC,CsE7wOE,kBAA8B,uBtEgxOhC,CsE/wOE,kBAA8B,uBtEkxOhC,CsEhxOE,0BAAoC,oCtEmxOtC,CsElxOE,wBAAoC,kCtEqxOtC,CsEpxOE,2BAAoC,gCtEuxOtC,CsEtxOE,4BAAoC,uCtEyxOtC,CsExxOE,2BAAoC,sCtE2xOtC,CsEzxOE,sBAAiC,gCtE4xOnC,CsE3xOE,oBAAiC,8BtE8xOnC,CsE7xOE,uBAAiC,4BtEgyOnC,CsE/xOE,yBAAiC,8BtEkyOnC,CsEjyOE,wBAAiC,6BtEoyOnC,CsElyOE,wBAAkC,kCtEqyOpC,CsEpyOE,sBAAkC,gCtEuyOpC,CsEtyOE,yBAAkC,8BtEyyOpC,CsExyOE,0BAAkC,qCtE2yOpC,CsE1yOE,yBAAkC,oCtE6yOpC,CsE5yOE,0BAAkC,+BtE+yOpC,CsE7yOE,oBAAgC,yBtEgzOlC,CsE/yOE,qBAAgC,+BtEkzOlC,CsEjzOE,mBAAgC,6BtEozOlC,CsEnzOE,sBAAgC,2BtEszOlC,CsErzOE,wBAAgC,6BtEwzOlC,CsEvzOE,uBAAgC,4BtE0zOlC,CACF,CuEr2OI,YAAwB,oBvEw2O5B,CuEv2OI,aAAwB,qBvE22O5B,CuE12OI,YAAwB,oBvE82O5B,CuB1zOI,yBgDtDA,eAAwB,oBvEq3O1B,CuEp3OE,gBAAwB,qBvEu3O1B,CuEt3OE,eAAwB,oBvEy3O1B,CACF,CuBt0OI,yBgDtDA,eAAwB,oBvEg4O1B,CuE/3OE,gBAAwB,qBvEk4O1B,CuEj4OE,eAAwB,oBvEo4O1B,CACF,CuBj1OI,yBgDtDA,eAAwB,oBvE24O1B,CuE14OE,gBAAwB,qBvE64O1B,CuE54OE,eAAwB,oBvE+4O1B,CACF,CuB51OI,0BgDtDA,eAAwB,oBvEs5O1B,CuEr5OE,gBAAwB,qBvEw5O1B,CuEv5OE,eAAwB,oBvE05O1B,CACF,CwEh6OE,iBAAyB,0FxEm6O3B,CwEn6OE,kBAAyB,6FxEu6O3B,CwEv6OE,kBAAyB,6FxE26O3B,CyE36OE,eAAsB,uBzE+6OxB,CyE/6OE,iBAAsB,yBzEm7OxB,C0El7OE,iBAAyB,yB1Es7O3B,C0Et7OE,mBAAyB,2B1E07O3B,C0E17OE,mBAAyB,2B1E87O3B,C0E97OE,gBAAyB,wB1Ek8O3B,C0El8OE,iBAAyB,2D1Es8O3B,C0Ej8OA,WAEE,K1Eu8OF,C0Ej8OA,yBAJE,OAHA,eAEA,QAEA,Y1E48OF,C0Ez8OA,cAGE,Q1Es8OF,C0Eh8OE,2DADF,YAEI,wCACA,MACA,Y1Eo8OF,CACF,C2E99OA,SCQE,mBAEA,SANA,WAEA,YACA,gBAFA,UAHA,kBAOA,mBANA,S5Eu+OF,C4Et9OE,mDAME,UAFA,YACA,iBAHA,gBAKA,mBAJA,U5E49OJ,C6Er/OA,WAAa,gD7Ey/Ob,C6Ex/OA,QAAU,2E7E4/OV,C6E3/OA,WAAa,mF7E+/Ob,C6E9/OA,aAAe,yB7EkgPf,C8EjgPI,MAAuB,mB9EqgP3B,C8ErgPI,MAAuB,mB9EygP3B,C8EzgPI,MAAuB,mB9E6gP3B,C8E7gPI,OAAuB,oB9EihP3B,C8EjhPI,QAAuB,oB9EqhP3B,C8ErhPI,MAAuB,oB9EyhP3B,C8EzhPI,MAAuB,oB9E6hP3B,C8E7hPI,MAAuB,oB9EiiP3B,C8EjiPI,OAAuB,qB9EqiP3B,C8EriPI,QAAuB,qB9EyiP3B,C8EriPA,QAAU,wB9EyiPV,C8ExiPA,QAAU,yB9E4iPV,C8ExiPA,YAAc,yB9E4iPd,C8E3iPA,YAAc,0B9E+iPd,C8E7iPA,QAAU,qB9EijPV,C8EhjPA,QAAU,sB9EojPV,C+E7jPQ,KAAgC,kB/EikPxC,C+EhkPQ,YAEE,sB/EmkPV,C+EjkPQ,YAEE,wB/EokPV,C+ElkPQ,YAEE,yB/EqkPV,C+EnkPQ,YAEE,uB/EskPV,C+ErlPQ,KAAgC,uB/EylPxC,C+ExlPQ,YAEE,2B/E2lPV,C+EzlPQ,YAEE,6B/E4lPV,C+E1lPQ,YAEE,8B/E6lPV,C+E3lPQ,YAEE,4B/E8lPV,C+E7mPQ,KAAgC,sB/EinPxC,C+EhnPQ,YAEE,0B/EmnPV,C+EjnPQ,YAEE,4B/EonPV,C+ElnPQ,YAEE,6B/EqnPV,C+EnnPQ,YAEE,2B/EsnPV,C+EroPQ,KAAgC,qB/EyoPxC,C+ExoPQ,YAEE,yB/E2oPV,C+EzoPQ,YAEE,2B/E4oPV,C+E1oPQ,YAEE,4B/E6oPV,C+E3oPQ,YAEE,0B/E8oPV,C+E7pPQ,KAAgC,uB/EiqPxC,C+EhqPQ,YAEE,2B/EmqPV,C+EjqPQ,YAEE,6B/EoqPV,C+ElqPQ,YAEE,8B/EqqPV,C+EnqPQ,YAEE,4B/EsqPV,C+ErrPQ,KAAgC,qB/EyrPxC,C+ExrPQ,YAEE,yB/E2rPV,C+EzrPQ,YAEE,2B/E4rPV,C+E1rPQ,YAEE,4B/E6rPV,C+E3rPQ,YAEE,0B/E8rPV,C+E7sPQ,KAAgC,mB/EitPxC,C+EhtPQ,YAEE,uB/EmtPV,C+EjtPQ,YAEE,yB/EotPV,C+EltPQ,YAEE,0B/EqtPV,C+EntPQ,YAEE,wB/EstPV,C+EruPQ,KAAgC,wB/EyuPxC,C+ExuPQ,YAEE,4B/E2uPV,C+EzuPQ,YAEE,8B/E4uPV,C+E1uPQ,YAEE,+B/E6uPV,C+E3uPQ,YAEE,6B/E8uPV,C+E7vPQ,KAAgC,uB/EiwPxC,C+EhwPQ,YAEE,2B/EmwPV,C+EjwPQ,YAEE,6B/EowPV,C+ElwPQ,YAEE,8B/EqwPV,C+EnwPQ,YAEE,4B/EswPV,C+ErxPQ,KAAgC,sB/EyxPxC,C+ExxPQ,YAEE,0B/E2xPV,C+EzxPQ,YAEE,4B/E4xPV,C+E1xPQ,YAEE,6B/E6xPV,C+E3xPQ,YAEE,2B/E8xPV,C+E7yPQ,KAAgC,wB/EizPxC,C+EhzPQ,YAEE,4B/EmzPV,C+EjzPQ,YAEE,8B/EozPV,C+ElzPQ,YAEE,+B/EqzPV,C+EnzPQ,YAEE,6B/EszPV,C+Er0PQ,KAAgC,sB/Ey0PxC,C+Ex0PQ,YAEE,0B/E20PV,C+Ez0PQ,YAEE,4B/E40PV,C+E10PQ,YAEE,6B/E60PV,C+E30PQ,YAEE,2B/E80PV,C+Et0PQ,MAAwB,wB/E00PhC,C+Ez0PQ,cAEE,4B/E40PV,C+E10PQ,cAEE,8B/E60PV,C+E30PQ,cAEE,+B/E80PV,C+E50PQ,cAEE,6B/E+0PV,C+E91PQ,MAAwB,uB/Ek2PhC,C+Ej2PQ,cAEE,2B/Eo2PV,C+El2PQ,cAEE,6B/Eq2PV,C+En2PQ,cAEE,8B/Es2PV,C+Ep2PQ,cAEE,4B/Eu2PV,C+Et3PQ,MAAwB,sB/E03PhC,C+Ez3PQ,cAEE,0B/E43PV,C+E13PQ,cAEE,4B/E63PV,C+E33PQ,cAEE,6B/E83PV,C+E53PQ,cAEE,2B/E+3PV,C+E94PQ,MAAwB,wB/Ek5PhC,C+Ej5PQ,cAEE,4B/Eo5PV,C+El5PQ,cAEE,8B/Eq5PV,C+En5PQ,cAEE,+B/Es5PV,C+Ep5PQ,cAEE,6B/Eu5PV,C+Et6PQ,MAAwB,sB/E06PhC,C+Ez6PQ,cAEE,0B/E46PV,C+E16PQ,cAEE,4B/E66PV,C+E36PQ,cAEE,6B/E86PV,C+E56PQ,cAEE,2B/E+6PV,C+Ez6PI,QAAmB,qB/E66PvB,C+E56PI,kBAEE,yB/E+6PN,C+E76PI,kBAEE,2B/Eg7PN,C+E96PI,kBAEE,4B/Ei7PN,C+E/6PI,kBAEE,0B/Ek7PN,CuB37PI,yBwDlDI,QAAgC,kB/Ek/PtC,C+Ej/PM,kBAEE,sB/Em/PR,C+Ej/PM,kBAEE,wB/Em/PR,C+Ej/PM,kBAEE,yB/Em/PR,C+Ej/PM,kBAEE,uB/Em/PR,C+ElgQM,QAAgC,uB/EqgQtC,C+EpgQM,kBAEE,2B/EsgQR,C+EpgQM,kBAEE,6B/EsgQR,C+EpgQM,kBAEE,8B/EsgQR,C+EpgQM,kBAEE,4B/EsgQR,C+ErhQM,QAAgC,sB/EwhQtC,C+EvhQM,kBAEE,0B/EyhQR,C+EvhQM,kBAEE,4B/EyhQR,C+EvhQM,kBAEE,6B/EyhQR,C+EvhQM,kBAEE,2B/EyhQR,C+ExiQM,QAAgC,qB/E2iQtC,C+E1iQM,kBAEE,yB/E4iQR,C+E1iQM,kBAEE,2B/E4iQR,C+E1iQM,kBAEE,4B/E4iQR,C+E1iQM,kBAEE,0B/E4iQR,C+E3jQM,QAAgC,uB/E8jQtC,C+E7jQM,kBAEE,2B/E+jQR,C+E7jQM,kBAEE,6B/E+jQR,C+E7jQM,kBAEE,8B/E+jQR,C+E7jQM,kBAEE,4B/E+jQR,C+E9kQM,QAAgC,qB/EilQtC,C+EhlQM,kBAEE,yB/EklQR,C+EhlQM,kBAEE,2B/EklQR,C+EhlQM,kBAEE,4B/EklQR,C+EhlQM,kBAEE,0B/EklQR,C+EjmQM,QAAgC,mB/EomQtC,C+EnmQM,kBAEE,uB/EqmQR,C+EnmQM,kBAEE,yB/EqmQR,C+EnmQM,kBAEE,0B/EqmQR,C+EnmQM,kBAEE,wB/EqmQR,C+EpnQM,QAAgC,wB/EunQtC,C+EtnQM,kBAEE,4B/EwnQR,C+EtnQM,kBAEE,8B/EwnQR,C+EtnQM,kBAEE,+B/EwnQR,C+EtnQM,kBAEE,6B/EwnQR,C+EvoQM,QAAgC,uB/E0oQtC,C+EzoQM,kBAEE,2B/E2oQR,C+EzoQM,kBAEE,6B/E2oQR,C+EzoQM,kBAEE,8B/E2oQR,C+EzoQM,kBAEE,4B/E2oQR,C+E1pQM,QAAgC,sB/E6pQtC,C+E5pQM,kBAEE,0B/E8pQR,C+E5pQM,kBAEE,4B/E8pQR,C+E5pQM,kBAEE,6B/E8pQR,C+E5pQM,kBAEE,2B/E8pQR,C+E7qQM,QAAgC,wB/EgrQtC,C+E/qQM,kBAEE,4B/EirQR,C+E/qQM,kBAEE,8B/EirQR,C+E/qQM,kBAEE,+B/EirQR,C+E/qQM,kBAEE,6B/EirQR,C+EhsQM,QAAgC,sB/EmsQtC,C+ElsQM,kBAEE,0B/EosQR,C+ElsQM,kBAEE,4B/EosQR,C+ElsQM,kBAEE,6B/EosQR,C+ElsQM,kBAEE,2B/EosQR,C+E5rQM,SAAwB,wB/E+rQ9B,C+E9rQM,oBAEE,4B/EgsQR,C+E9rQM,oBAEE,8B/EgsQR,C+E9rQM,oBAEE,+B/EgsQR,C+E9rQM,oBAEE,6B/EgsQR,C+E/sQM,SAAwB,uB/EktQ9B,C+EjtQM,oBAEE,2B/EmtQR,C+EjtQM,oBAEE,6B/EmtQR,C+EjtQM,oBAEE,8B/EmtQR,C+EjtQM,oBAEE,4B/EmtQR,C+EluQM,SAAwB,sB/EquQ9B,C+EpuQM,oBAEE,0B/EsuQR,C+EpuQM,oBAEE,4B/EsuQR,C+EpuQM,oBAEE,6B/EsuQR,C+EpuQM,oBAEE,2B/EsuQR,C+ErvQM,SAAwB,wB/EwvQ9B,C+EvvQM,oBAEE,4B/EyvQR,C+EvvQM,oBAEE,8B/EyvQR,C+EvvQM,oBAEE,+B/EyvQR,C+EvvQM,oBAEE,6B/EyvQR,C+ExwQM,SAAwB,sB/E2wQ9B,C+E1wQM,oBAEE,0B/E4wQR,C+E1wQM,oBAEE,4B/E4wQR,C+E1wQM,oBAEE,6B/E4wQR,C+E1wQM,oBAEE,2B/E4wQR,C+EtwQE,WAAmB,qB/EywQrB,C+ExwQE,wBAEE,yB/E0wQJ,C+ExwQE,wBAEE,2B/E0wQJ,C+ExwQE,wBAEE,4B/E0wQJ,C+ExwQE,wBAEE,0B/E0wQJ,CACF,CuBpxQI,yBwDlDI,QAAgC,kB/E00QtC,C+Ez0QM,kBAEE,sB/E20QR,C+Ez0QM,kBAEE,wB/E20QR,C+Ez0QM,kBAEE,yB/E20QR,C+Ez0QM,kBAEE,uB/E20QR,C+E11QM,QAAgC,uB/E61QtC,C+E51QM,kBAEE,2B/E81QR,C+E51QM,kBAEE,6B/E81QR,C+E51QM,kBAEE,8B/E81QR,C+E51QM,kBAEE,4B/E81QR,C+E72QM,QAAgC,sB/Eg3QtC,C+E/2QM,kBAEE,0B/Ei3QR,C+E/2QM,kBAEE,4B/Ei3QR,C+E/2QM,kBAEE,6B/Ei3QR,C+E/2QM,kBAEE,2B/Ei3QR,C+Eh4QM,QAAgC,qB/Em4QtC,C+El4QM,kBAEE,yB/Eo4QR,C+El4QM,kBAEE,2B/Eo4QR,C+El4QM,kBAEE,4B/Eo4QR,C+El4QM,kBAEE,0B/Eo4QR,C+En5QM,QAAgC,uB/Es5QtC,C+Er5QM,kBAEE,2B/Eu5QR,C+Er5QM,kBAEE,6B/Eu5QR,C+Er5QM,kBAEE,8B/Eu5QR,C+Er5QM,kBAEE,4B/Eu5QR,C+Et6QM,QAAgC,qB/Ey6QtC,C+Ex6QM,kBAEE,yB/E06QR,C+Ex6QM,kBAEE,2B/E06QR,C+Ex6QM,kBAEE,4B/E06QR,C+Ex6QM,kBAEE,0B/E06QR,C+Ez7QM,QAAgC,mB/E47QtC,C+E37QM,kBAEE,uB/E67QR,C+E37QM,kBAEE,yB/E67QR,C+E37QM,kBAEE,0B/E67QR,C+E37QM,kBAEE,wB/E67QR,C+E58QM,QAAgC,wB/E+8QtC,C+E98QM,kBAEE,4B/Eg9QR,C+E98QM,kBAEE,8B/Eg9QR,C+E98QM,kBAEE,+B/Eg9QR,C+E98QM,kBAEE,6B/Eg9QR,C+E/9QM,QAAgC,uB/Ek+QtC,C+Ej+QM,kBAEE,2B/Em+QR,C+Ej+QM,kBAEE,6B/Em+QR,C+Ej+QM,kBAEE,8B/Em+QR,C+Ej+QM,kBAEE,4B/Em+QR,C+El/QM,QAAgC,sB/Eq/QtC,C+Ep/QM,kBAEE,0B/Es/QR,C+Ep/QM,kBAEE,4B/Es/QR,C+Ep/QM,kBAEE,6B/Es/QR,C+Ep/QM,kBAEE,2B/Es/QR,C+ErgRM,QAAgC,wB/EwgRtC,C+EvgRM,kBAEE,4B/EygRR,C+EvgRM,kBAEE,8B/EygRR,C+EvgRM,kBAEE,+B/EygRR,C+EvgRM,kBAEE,6B/EygRR,C+ExhRM,QAAgC,sB/E2hRtC,C+E1hRM,kBAEE,0B/E4hRR,C+E1hRM,kBAEE,4B/E4hRR,C+E1hRM,kBAEE,6B/E4hRR,C+E1hRM,kBAEE,2B/E4hRR,C+EphRM,SAAwB,wB/EuhR9B,C+EthRM,oBAEE,4B/EwhRR,C+EthRM,oBAEE,8B/EwhRR,C+EthRM,oBAEE,+B/EwhRR,C+EthRM,oBAEE,6B/EwhRR,C+EviRM,SAAwB,uB/E0iR9B,C+EziRM,oBAEE,2B/E2iRR,C+EziRM,oBAEE,6B/E2iRR,C+EziRM,oBAEE,8B/E2iRR,C+EziRM,oBAEE,4B/E2iRR,C+E1jRM,SAAwB,sB/E6jR9B,C+E5jRM,oBAEE,0B/E8jRR,C+E5jRM,oBAEE,4B/E8jRR,C+E5jRM,oBAEE,6B/E8jRR,C+E5jRM,oBAEE,2B/E8jRR,C+E7kRM,SAAwB,wB/EglR9B,C+E/kRM,oBAEE,4B/EilRR,C+E/kRM,oBAEE,8B/EilRR,C+E/kRM,oBAEE,+B/EilRR,C+E/kRM,oBAEE,6B/EilRR,C+EhmRM,SAAwB,sB/EmmR9B,C+ElmRM,oBAEE,0B/EomRR,C+ElmRM,oBAEE,4B/EomRR,C+ElmRM,oBAEE,6B/EomRR,C+ElmRM,oBAEE,2B/EomRR,C+E9lRE,WAAmB,qB/EimRrB,C+EhmRE,wBAEE,yB/EkmRJ,C+EhmRE,wBAEE,2B/EkmRJ,C+EhmRE,wBAEE,4B/EkmRJ,C+EhmRE,wBAEE,0B/EkmRJ,CACF,CuB5mRI,yBwDlDI,QAAgC,kB/EkqRtC,C+EjqRM,kBAEE,sB/EmqRR,C+EjqRM,kBAEE,wB/EmqRR,C+EjqRM,kBAEE,yB/EmqRR,C+EjqRM,kBAEE,uB/EmqRR,C+ElrRM,QAAgC,uB/EqrRtC,C+EprRM,kBAEE,2B/EsrRR,C+EprRM,kBAEE,6B/EsrRR,C+EprRM,kBAEE,8B/EsrRR,C+EprRM,kBAEE,4B/EsrRR,C+ErsRM,QAAgC,sB/EwsRtC,C+EvsRM,kBAEE,0B/EysRR,C+EvsRM,kBAEE,4B/EysRR,C+EvsRM,kBAEE,6B/EysRR,C+EvsRM,kBAEE,2B/EysRR,C+ExtRM,QAAgC,qB/E2tRtC,C+E1tRM,kBAEE,yB/E4tRR,C+E1tRM,kBAEE,2B/E4tRR,C+E1tRM,kBAEE,4B/E4tRR,C+E1tRM,kBAEE,0B/E4tRR,C+E3uRM,QAAgC,uB/E8uRtC,C+E7uRM,kBAEE,2B/E+uRR,C+E7uRM,kBAEE,6B/E+uRR,C+E7uRM,kBAEE,8B/E+uRR,C+E7uRM,kBAEE,4B/E+uRR,C+E9vRM,QAAgC,qB/EiwRtC,C+EhwRM,kBAEE,yB/EkwRR,C+EhwRM,kBAEE,2B/EkwRR,C+EhwRM,kBAEE,4B/EkwRR,C+EhwRM,kBAEE,0B/EkwRR,C+EjxRM,QAAgC,mB/EoxRtC,C+EnxRM,kBAEE,uB/EqxRR,C+EnxRM,kBAEE,yB/EqxRR,C+EnxRM,kBAEE,0B/EqxRR,C+EnxRM,kBAEE,wB/EqxRR,C+EpyRM,QAAgC,wB/EuyRtC,C+EtyRM,kBAEE,4B/EwyRR,C+EtyRM,kBAEE,8B/EwyRR,C+EtyRM,kBAEE,+B/EwyRR,C+EtyRM,kBAEE,6B/EwyRR,C+EvzRM,QAAgC,uB/E0zRtC,C+EzzRM,kBAEE,2B/E2zRR,C+EzzRM,kBAEE,6B/E2zRR,C+EzzRM,kBAEE,8B/E2zRR,C+EzzRM,kBAEE,4B/E2zRR,C+E10RM,QAAgC,sB/E60RtC,C+E50RM,kBAEE,0B/E80RR,C+E50RM,kBAEE,4B/E80RR,C+E50RM,kBAEE,6B/E80RR,C+E50RM,kBAEE,2B/E80RR,C+E71RM,QAAgC,wB/Eg2RtC,C+E/1RM,kBAEE,4B/Ei2RR,C+E/1RM,kBAEE,8B/Ei2RR,C+E/1RM,kBAEE,+B/Ei2RR,C+E/1RM,kBAEE,6B/Ei2RR,C+Eh3RM,QAAgC,sB/Em3RtC,C+El3RM,kBAEE,0B/Eo3RR,C+El3RM,kBAEE,4B/Eo3RR,C+El3RM,kBAEE,6B/Eo3RR,C+El3RM,kBAEE,2B/Eo3RR,C+E52RM,SAAwB,wB/E+2R9B,C+E92RM,oBAEE,4B/Eg3RR,C+E92RM,oBAEE,8B/Eg3RR,C+E92RM,oBAEE,+B/Eg3RR,C+E92RM,oBAEE,6B/Eg3RR,C+E/3RM,SAAwB,uB/Ek4R9B,C+Ej4RM,oBAEE,2B/Em4RR,C+Ej4RM,oBAEE,6B/Em4RR,C+Ej4RM,oBAEE,8B/Em4RR,C+Ej4RM,oBAEE,4B/Em4RR,C+El5RM,SAAwB,sB/Eq5R9B,C+Ep5RM,oBAEE,0B/Es5RR,C+Ep5RM,oBAEE,4B/Es5RR,C+Ep5RM,oBAEE,6B/Es5RR,C+Ep5RM,oBAEE,2B/Es5RR,C+Er6RM,SAAwB,wB/Ew6R9B,C+Ev6RM,oBAEE,4B/Ey6RR,C+Ev6RM,oBAEE,8B/Ey6RR,C+Ev6RM,oBAEE,+B/Ey6RR,C+Ev6RM,oBAEE,6B/Ey6RR,C+Ex7RM,SAAwB,sB/E27R9B,C+E17RM,oBAEE,0B/E47RR,C+E17RM,oBAEE,4B/E47RR,C+E17RM,oBAEE,6B/E47RR,C+E17RM,oBAEE,2B/E47RR,C+Et7RE,WAAmB,qB/Ey7RrB,C+Ex7RE,wBAEE,yB/E07RJ,C+Ex7RE,wBAEE,2B/E07RJ,C+Ex7RE,wBAEE,4B/E07RJ,C+Ex7RE,wBAEE,0B/E07RJ,CACF,CuBp8RI,0BwDlDI,QAAgC,kB/E0/RtC,C+Ez/RM,kBAEE,sB/E2/RR,C+Ez/RM,kBAEE,wB/E2/RR,C+Ez/RM,kBAEE,yB/E2/RR,C+Ez/RM,kBAEE,uB/E2/RR,C+E1gSM,QAAgC,uB/E6gStC,C+E5gSM,kBAEE,2B/E8gSR,C+E5gSM,kBAEE,6B/E8gSR,C+E5gSM,kBAEE,8B/E8gSR,C+E5gSM,kBAEE,4B/E8gSR,C+E7hSM,QAAgC,sB/EgiStC,C+E/hSM,kBAEE,0B/EiiSR,C+E/hSM,kBAEE,4B/EiiSR,C+E/hSM,kBAEE,6B/EiiSR,C+E/hSM,kBAEE,2B/EiiSR,C+EhjSM,QAAgC,qB/EmjStC,C+EljSM,kBAEE,yB/EojSR,C+EljSM,kBAEE,2B/EojSR,C+EljSM,kBAEE,4B/EojSR,C+EljSM,kBAEE,0B/EojSR,C+EnkSM,QAAgC,uB/EskStC,C+ErkSM,kBAEE,2B/EukSR,C+ErkSM,kBAEE,6B/EukSR,C+ErkSM,kBAEE,8B/EukSR,C+ErkSM,kBAEE,4B/EukSR,C+EtlSM,QAAgC,qB/EylStC,C+ExlSM,kBAEE,yB/E0lSR,C+ExlSM,kBAEE,2B/E0lSR,C+ExlSM,kBAEE,4B/E0lSR,C+ExlSM,kBAEE,0B/E0lSR,C+EzmSM,QAAgC,mB/E4mStC,C+E3mSM,kBAEE,uB/E6mSR,C+E3mSM,kBAEE,yB/E6mSR,C+E3mSM,kBAEE,0B/E6mSR,C+E3mSM,kBAEE,wB/E6mSR,C+E5nSM,QAAgC,wB/E+nStC,C+E9nSM,kBAEE,4B/EgoSR,C+E9nSM,kBAEE,8B/EgoSR,C+E9nSM,kBAEE,+B/EgoSR,C+E9nSM,kBAEE,6B/EgoSR,C+E/oSM,QAAgC,uB/EkpStC,C+EjpSM,kBAEE,2B/EmpSR,C+EjpSM,kBAEE,6B/EmpSR,C+EjpSM,kBAEE,8B/EmpSR,C+EjpSM,kBAEE,4B/EmpSR,C+ElqSM,QAAgC,sB/EqqStC,C+EpqSM,kBAEE,0B/EsqSR,C+EpqSM,kBAEE,4B/EsqSR,C+EpqSM,kBAEE,6B/EsqSR,C+EpqSM,kBAEE,2B/EsqSR,C+ErrSM,QAAgC,wB/EwrStC,C+EvrSM,kBAEE,4B/EyrSR,C+EvrSM,kBAEE,8B/EyrSR,C+EvrSM,kBAEE,+B/EyrSR,C+EvrSM,kBAEE,6B/EyrSR,C+ExsSM,QAAgC,sB/E2sStC,C+E1sSM,kBAEE,0B/E4sSR,C+E1sSM,kBAEE,4B/E4sSR,C+E1sSM,kBAEE,6B/E4sSR,C+E1sSM,kBAEE,2B/E4sSR,C+EpsSM,SAAwB,wB/EusS9B,C+EtsSM,oBAEE,4B/EwsSR,C+EtsSM,oBAEE,8B/EwsSR,C+EtsSM,oBAEE,+B/EwsSR,C+EtsSM,oBAEE,6B/EwsSR,C+EvtSM,SAAwB,uB/E0tS9B,C+EztSM,oBAEE,2B/E2tSR,C+EztSM,oBAEE,6B/E2tSR,C+EztSM,oBAEE,8B/E2tSR,C+EztSM,oBAEE,4B/E2tSR,C+E1uSM,SAAwB,sB/E6uS9B,C+E5uSM,oBAEE,0B/E8uSR,C+E5uSM,oBAEE,4B/E8uSR,C+E5uSM,oBAEE,6B/E8uSR,C+E5uSM,oBAEE,2B/E8uSR,C+E7vSM,SAAwB,wB/EgwS9B,C+E/vSM,oBAEE,4B/EiwSR,C+E/vSM,oBAEE,8B/EiwSR,C+E/vSM,oBAEE,+B/EiwSR,C+E/vSM,oBAEE,6B/EiwSR,C+EhxSM,SAAwB,sB/EmxS9B,C+ElxSM,oBAEE,0B/EoxSR,C+ElxSM,oBAEE,4B/EoxSR,C+ElxSM,oBAEE,6B/EoxSR,C+ElxSM,oBAEE,2B/EoxSR,C+E9wSE,WAAmB,qB/EixSrB,C+EhxSE,wBAEE,yB/EkxSJ,C+EhxSE,wBAEE,2B/EkxSJ,C+EhxSE,wBAEE,4B/EkxSJ,C+EhxSE,wBAEE,0B/EkxSJ,CACF,CgFn1SE,sBAWE,6BAPA,SAKA,WAJA,OAGA,oBAPA,kBAEA,QADA,MAIA,ShFw1SJ,CiF71SA,gBAAkB,gGjFi2SlB,CiF71SA,cAAiB,4BjFi2SjB,CiFh2SA,WAAiB,4BjFo2SjB,CiFn2SA,aAAiB,4BjFu2SjB,CiFt2SA,eCTE,gBACA,uBACA,kBlFm3SF,CiFp2SI,WAAwB,yBjFw2S5B,CiFv2SI,YAAwB,0BjF22S5B,CiF12SI,aAAwB,2BjF82S5B,CuBz0SI,yB0DvCA,cAAwB,yBjFq3S1B,CiFp3SE,eAAwB,0BjFu3S1B,CiFt3SE,gBAAwB,2BjFy3S1B,CACF,CuBr1SI,yB0DvCA,cAAwB,yBjFg4S1B,CiF/3SE,eAAwB,0BjFk4S1B,CiFj4SE,gBAAwB,2BjFo4S1B,CACF,CuBh2SI,yB0DvCA,cAAwB,yBjF24S1B,CiF14SE,eAAwB,0BjF64S1B,CiF54SE,gBAAwB,2BjF+4S1B,CACF,CuB32SI,0B0DvCA,cAAwB,yBjFs5S1B,CiFr5SE,eAAwB,0BjFw5S1B,CiFv5SE,gBAAwB,2BjF05S1B,CACF,CiFr5SA,gBAAmB,kCjFw5SnB,CiFv5SA,gBAAmB,kCjF25SnB,CiF15SA,iBAAmB,mCjF85SnB,CiF15SA,mBAAuB,yBjF85SvB,CiF75SA,qBAAuB,6BjFi6SvB,CiFh6SA,oBAAuB,yBjFo6SvB,CiFn6SA,kBAAuB,yBjFu6SvB,CiFt6SA,oBAAuB,4BjF06SvB,CiFz6SA,aAAuB,2BjF66SvB,CiFz6SA,YAAc,oBjF66Sd,CmFp9SE,cACE,uBnFu9SJ,Ce78SE,0CoELM,uBnFs9SR,CmF59SE,gBACE,uBnF+9SJ,Cer9SE,8CoELM,uBnF89SR,CmFp+SE,cACE,uBnFu+SJ,Ce79SE,0CoELM,uBnFs+SR,CmF5+SE,WACE,uBnF++SJ,Cer+SE,oCoELM,uBnF8+SR,CmFp/SE,cACE,uBnFu/SJ,Ce7+SE,0CoELM,uBnFs/SR,CmF5/SE,aACE,uBnF+/SJ,Cer/SE,wCoELM,uBnF8/SR,CmFpgTE,YACE,uBnFugTJ,Ce7/SE,sCoELM,uBnFsgTR,CmF5gTE,WACE,uBnF+gTJ,CergTE,oCoELM,uBnF8gTR,CiFv+SA,WAAa,uBjF2+Sb,CiF1+SA,YAAc,uBjF8+Sd,CiF5+SA,eAAiB,8BjFg/SjB,CiF/+SA,eAAiB,kCjFm/SjB,CiF/+SA,WGpDE,6BACA,SAHA,kBADA,WAEA,gBpF4iTF,CiFn/SA,sBAAwB,8BjFu/SxB,CiFr/SA,YAEE,+BADA,+BjFy/SF,CiFn/SA,YAAc,uBjFu/Sd,CqFxjTA,SACE,4BrF2jTF,CqFxjTA,WACE,2BrF2jTF,CsF3jTE,aACE,iBAOE,0BAFA,0BtF6jTJ,CsFvjTI,YACE,yBtFyjTN,CsFhjTE,kBACE,4BtFkjTJ,CsFpiTE,IACE,8BtFsiTJ,CsFpiTE,eAEE,wBtFuiTJ,CsFniTE,sBAHE,uBtF0iTJ,CsFliTE,QAGE,UACA,QtFoiTJ,CsFjiTE,MAEE,sBtFmiTJ,CsF3hTE,MACE,OtF6hTJ,CsFxhTE,gBACE,yBtF6hTJ,CsFzhTE,QACE,YtF2hTJ,CsFzhTE,OACE,qBtF2hTJ,CsFxhTE,OACE,kCtF0hTJ,CsFxhTI,oBAEE,+BtF0hTN,CsFrhTI,sCAEE,kCtFuhTN,CsFnhTE,YACE,atFqhTJ,CsFnhTI,2EAIE,oBtFqhTN,CsFjhTE,sBAEE,oBnF9GK,CmF6GL,atFohTJ,CACF,C","sources":["webpack:///./node_modules/vue-multiselect/dist/vue-multiselect.min.css","webpack:///../../node_modules/bootstrap/scss/_type.scss","webpack:///./app.scss","webpack:///./utilities/_rtl.scss","webpack:///./themes/_default.scss","webpack:///./utilities/_variables.scss","webpack:///./themes/_dark.scss","webpack:///./utilities/_vue.scss","webpack:///./utilities/_nprogress.scss","webpack:///./utilities/_multiselect.scss","webpack:///./utilities/_switch.scss","webpack:///./utilities/_filepond.scss","webpack:///../../node_modules/bootstrap/scss/bootstrap.scss","webpack:///../../node_modules/bootstrap/scss/_root.scss","webpack:///../../node_modules/bootstrap/scss/_reboot.scss","webpack:///../../node_modules/bootstrap/scss/vendor/_rfs.scss","webpack:///../../node_modules/bootstrap/scss/_variables.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_hover.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_lists.scss","webpack:///../../node_modules/bootstrap/scss/_images.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_image.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_border-radius.scss","webpack:///../../node_modules/bootstrap/scss/_code.scss","webpack:///../../node_modules/bootstrap/scss/_grid.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_grid.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_breakpoints.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_grid-framework.scss","webpack:///../../node_modules/bootstrap/scss/_tables.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_table-row.scss","webpack:///../../node_modules/bootstrap/scss/_forms.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_transition.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_forms.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_gradients.scss","webpack:///../../node_modules/bootstrap/scss/_buttons.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_buttons.scss","webpack:///../../node_modules/bootstrap/scss/_transitions.scss","webpack:///../../node_modules/bootstrap/scss/_dropdown.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_caret.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_nav-divider.scss","webpack:///../../node_modules/bootstrap/scss/_button-group.scss","webpack:///../../node_modules/bootstrap/scss/_input-group.scss","webpack:///../../node_modules/bootstrap/scss/_custom-forms.scss","webpack:///../../node_modules/bootstrap/scss/_nav.scss","webpack:///../../node_modules/bootstrap/scss/_navbar.scss","webpack:///../../node_modules/bootstrap/scss/_card.scss","webpack:///../../node_modules/bootstrap/scss/_breadcrumb.scss","webpack:///../../node_modules/bootstrap/scss/_pagination.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_pagination.scss","webpack:///../../node_modules/bootstrap/scss/_badge.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_badge.scss","webpack:///../../node_modules/bootstrap/scss/_jumbotron.scss","webpack:///../../node_modules/bootstrap/scss/_alert.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_alert.scss","webpack:///../../node_modules/bootstrap/scss/_progress.scss","webpack:///../../node_modules/bootstrap/scss/_media.scss","webpack:///../../node_modules/bootstrap/scss/_list-group.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_list-group.scss","webpack:///../../node_modules/bootstrap/scss/_close.scss","webpack:///../../node_modules/bootstrap/scss/_toasts.scss","webpack:///../../node_modules/bootstrap/scss/_modal.scss","webpack:///../../node_modules/bootstrap/scss/_tooltip.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_reset-text.scss","webpack:///../../node_modules/bootstrap/scss/_popover.scss","webpack:///../../node_modules/bootstrap/scss/_carousel.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_clearfix.scss","webpack:///../../node_modules/bootstrap/scss/_spinners.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_align.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_background-variant.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_background.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_borders.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_display.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_embed.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_flex.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_float.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_interactions.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_overflow.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_position.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_screenreaders.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_screen-reader.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_shadows.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_sizing.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_spacing.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_stretched-link.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_text.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_text-truncate.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_text-emphasis.scss","webpack:///../../node_modules/bootstrap/scss/mixins/_text-hide.scss","webpack:///../../node_modules/bootstrap/scss/utilities/_visibility.scss","webpack:///../../node_modules/bootstrap/scss/_print.scss"],"sourcesContent":["fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:\"\";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border:2px solid transparent;border-top-color:#41b883;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:\"\\D7\";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;content:\"\"}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}","// stylelint-disable selector-list-comma-newline-after\n\n//\n// Headings\n//\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1, .h1 { @include font-size($h1-font-size); }\nh2, .h2 { @include font-size($h2-font-size); }\nh3, .h3 { @include font-size($h3-font-size); }\nh4, .h4 { @include font-size($h4-font-size); }\nh5, .h5 { @include font-size($h5-font-size); }\nh6, .h6 { @include font-size($h6-font-size); }\n\n.lead {\n @include font-size($lead-font-size);\n font-weight: $lead-font-weight;\n}\n\n// Type display classes\n.display-1 {\n @include font-size($display1-size);\n font-weight: $display1-weight;\n line-height: $display-line-height;\n}\n.display-2 {\n @include font-size($display2-size);\n font-weight: $display2-weight;\n line-height: $display-line-height;\n}\n.display-3 {\n @include font-size($display3-size);\n font-weight: $display3-weight;\n line-height: $display-line-height;\n}\n.display-4 {\n @include font-size($display4-size);\n font-weight: $display4-weight;\n line-height: $display-line-height;\n}\n\n\n//\n// Horizontal rules\n//\n\nhr {\n margin-top: $hr-margin-y;\n margin-bottom: $hr-margin-y;\n border: 0;\n border-top: $hr-border-width solid $hr-border-color;\n}\n\n\n//\n// Emphasis\n//\n\nsmall,\n.small {\n @include font-size($small-font-size);\n font-weight: $font-weight-normal;\n}\n\nmark,\n.mark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n//\n// Lists\n//\n\n.list-unstyled {\n @include list-unstyled();\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n @include list-unstyled();\n}\n.list-inline-item {\n display: inline-block;\n\n &:not(:last-child) {\n margin-right: $list-inline-padding;\n }\n}\n\n\n//\n// Misc\n//\n\n// Builds on `abbr`\n.initialism {\n @include font-size(90%);\n text-transform: uppercase;\n}\n\n// Blockquotes\n.blockquote {\n margin-bottom: $spacer;\n @include font-size($blockquote-font-size);\n}\n\n.blockquote-footer {\n display: block;\n @include font-size($blockquote-small-font-size);\n color: $blockquote-small-color;\n\n &::before {\n content: \"\\2014\\00A0\"; // em dash, nbsp\n }\n}\n","@import 'utilities/variables';\n@import 'utilities/rtl';\n@import 'themes/default';\n@import 'themes/dark';\n\na,\na:focus,\ninput,\ninput:focus,\nbutton,\nbutton:focus,\nselect,\nselect:focus,\ntextarea,\ntextarea:focus {\n -webkit-box-shadow: none !important;\n -moz-box-shadow: none !important;\n box-shadow: none !important;\n outline: none !important;\n}\n\ninput:-webkit-autofill,\ninput:-webkit-autofill:hover,\ninput:-webkit-autofill:focus,\ninput:-webkit-autofill:active {\n transition: background-color 5000s ease-in-out 0s !important;\n}\n\ninput::-webkit-search-cancel-button {\n display: none;\n}\n\n.font-serif {\n font-family: $font-family-serif;\n}\n\n.font-sans {\n font-family: $font-family-sans-serif;\n}\n\n.shadow-inner {\n box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);\n}\n\n.page-header {\n background-color: transparent;\n}\n\n.hover-light:hover {\n opacity: 0.6;\n}\n\n.fill-light-red {\n fill: $red-500;\n}\n\n.fill-dark-red {\n fill: $red;\n}\n\n.fill-light-gray {\n fill: $gray-500;\n}\n\n.fill-dark-gray {\n fill: $gray-700;\n}\n\n@import 'utilities/vue';\n@import 'utilities/nprogress';\n@import 'utilities/multiselect';\n@import 'utilities/switch';\n@import 'utilities/filepond';\n\n@import '~bootstrap/scss/functions';\n@import '~bootstrap/scss/variables';\n@import '~bootstrap/scss/mixins';\n\n@import '~bootstrap';\n","body[data-lang='rtl'] {\n .dropdown-menu {\n text-align: right !important;\n }\n\n .form-group {\n direction: rtl !important;\n text-align: right !important;\n }\n\n .multiselect__tags {\n text-align: right !important;\n }\n\n .modal-body {\n p.text-center {\n text-align: center !important;\n }\n }\n\n main {\n h1,\n h2,\n h3,\n h4,\n h5,\n h6,\n p {\n direction: rtl !important;\n }\n\n .d-flex {\n direction: rtl !important;\n text-align: right !important;\n }\n\n .form-control {\n direction: rtl !important;\n text-align: right !important;\n }\n\n .ql-blank {\n text-align: right;\n }\n\n .ql-editor p,\n .card-body {\n direction: rtl !important;\n text-align: right !important;\n }\n\n .mr-auto {\n margin-left: auto !important;\n margin-right: 0 !important;\n }\n\n .ml-auto {\n margin-right: auto !important;\n margin-left: 0 !important;\n }\n }\n}\n","@import '../utilities/variables';\n\nbody {\n background-color: $body--bg;\n color: $body--color;\n\n a,\n a:hover {\n color: $body--color;\n }\n\n textarea::placeholder,\n textarea::-webkit-input-placeholder {\n color: $gray-600 !important;\n }\n\n .ql-editor {\n color: $body--color;\n }\n\n div.ql-editor.ql-blank::before {\n color: $gray-600;\n }\n\n .card {\n border: 1px solid $gray-200 !important;\n }\n\n .dropdown-menu {\n border: 1px solid $gray-200;\n box-shadow: $box-shadow-lg;\n\n & .dropdown-item:hover {\n color: $body--color;\n background-color: $gray-200;\n }\n\n & .dropdown-item:active {\n color: $body--color;\n background-color: $gray-200;\n }\n }\n\n .border-top {\n border-top: 1px solid $gray-200 !important;\n }\n\n .text-muted {\n color: $text--muted;\n }\n\n .bg-list-muted {\n background-color: $gray-100;\n }\n\n .controls {\n background-color: $body--bg;\n }\n\n .navbar-mini {\n background-color: $body--bg;\n }\n\n .form-control,\n .input-group-text,\n .custom-select {\n background-color: $gray-100 !important;\n }\n\n .filepond--panel-root {\n background-color: $gray-100 !important;\n }\n\n .hover-bg {\n background-color: $gray-200;\n }\n\n .fill-bg {\n fill: $body--bg;\n }\n\n .fill-body-color {\n fill: $body--color;\n }\n\n .fill-muted {\n fill: $text--muted;\n }\n\n .fill-logo {\n fill: $gray-500;\n }\n}\n","@import url('https://fonts.googleapis.com/css?family=Karla&family=Merriweather&display=swap');\n\n$font-family-sans-serif: 'Karla', sans-serif;\n$font-family-serif: 'Merriweather', serif;\n\n$enable-responsive-font-sizes: true;\n\n$line-height-base: 1.6;\n\n$font-weight-light: 300;\n$font-weight-normal: 400;\n$font-weight-bold: 700;\n\n$white: #ffffff;\n$gray-100: #f7fafc;\n$gray-200: #edf2f7;\n$gray-300: #e2e8f0;\n$gray-400: #cbd5e0;\n$gray-500: #a0aec0;\n$gray-600: #718096;\n$gray-700: #4a5568;\n$gray-800: #2d3748;\n$gray-900: #1a202c;\n$black: #000000;\n\n$red: rgba(204, 84, 84, 1);\n$red-500: rgba(204, 84, 84, 0.2);\n\n$green: rgba(3, 168, 124, 1);\n$green-500: rgba(3, 168, 124, 0.6);\n\n$blue: rgb(84, 175, 204);\n$blue-500: rgba(158, 213, 237, 0.6);\n\n$box-shadow-sm: 0 1px 2px 0 rgba($black, 0.05);\n$box-shadow: 0 1px 3px 0 rgba($black, 0.1), 0 1px 2px 0 rgba($black, 0.06);\n$box-shadow-lg: 0 10px 15px -3px rgba($black, 0.1), 0 4px 6px -2px rgba($black, 0.05);\n\n$border-radius: 0.5rem;\n$border-radius-sm: 0.4rem;\n\n$custom-select-indicator-color: $gray-500;\n\n$modal-fade-transform: scale(0.8);\n$modal-transition: transform 0.2s ease-out;\n$modal-content-border-radius: $border-radius;\n\n$body--color: $gray-900;\n$body--color--dark: #b2bdc4;\n\n$body--bg: $white;\n$body--bg--dark: rgb(38, 50, 56);\n\n$text--muted: $gray-500;\n$text--muted--dark: #5f717e;\n\n$list--bg-dark: #5f717e20;\n","@import '../utilities/variables';\n\nbody[data-theme='dark'] {\n background-color: $body--bg--dark;\n color: $body--color--dark;\n\n a,\n a:hover {\n color: $body--color--dark;\n }\n\n a.btn {\n color: $white;\n }\n\n .text-muted {\n color: $text--muted--dark;\n }\n\n .bg-list-muted {\n background-color: $list--bg-dark;\n }\n\n .controls {\n background-color: $body--bg--dark;\n }\n\n .navbar-mini {\n background-color: $body--bg--dark;\n }\n\n .navbar-mini button:hover {\n background-color: transparent;\n }\n\n .hover-bg {\n background-color: lighten($body--bg--dark, 10%);\n }\n\n .card {\n border: none !important;\n background-color: lighten($body--bg--dark, 5%);\n }\n\n .modal-content {\n background-color: $body--bg--dark;\n }\n\n .modal-footer {\n border-top: 1px solid $gray-700;\n }\n\n .border-top {\n border-top: 1px solid $gray-700 !important;\n }\n\n .border-bottom {\n border-bottom: 1px solid $gray-700 !important;\n }\n\n .border-left {\n border-left: 1px solid $gray-700 !important;\n }\n\n .dropdown-menu {\n background-color: $body--bg--dark;\n color: $body--color--dark;\n box-shadow: $box-shadow-lg;\n border: 1px solid $gray-700;\n\n & .dropdown-item:hover {\n color: $body--color--dark;\n background-color: lighten($body--bg--dark, 10%);\n }\n\n & .dropdown-divider {\n border-top: 1px solid $gray-700;\n }\n }\n\n textarea {\n color: $body--color--dark;\n }\n\n textarea::placeholder,\n textarea::-webkit-input-placeholder {\n color: $gray-600 !important;\n }\n\n .ql-editor {\n color: $body--color--dark;\n }\n\n div.ql-editor.ql-blank::before {\n color: $gray-600;\n }\n\n .btn-circle {\n border-color: $gray-700 !important;\n }\n\n .navbar-mini .btn {\n border-color: $gray-700 !important;\n }\n\n select.input {\n color: $gray-400;\n }\n\n .multiselect__content-wrapper {\n background-color: $body--bg--dark;\n border-color: rgba(67, 72, 87, 1);\n }\n\n .multiselect--above .multiselect__content-wrapper {\n border-top-color: rgba(67, 72, 87, 1);\n }\n\n .multiselect__content-wrapper ul li {\n color: $gray-400;\n }\n\n .multiselect__input,\n .multiselect__single {\n color: $gray-400;\n }\n\n .multiselect__input {\n background-color: transparent;\n }\n\n .multiselect__tags {\n border-radius: $border-radius;\n background-color: #71809630;\n border: none;\n padding-left: 0.75rem;\n }\n\n .multiselect__option--selected {\n color: $body--color--dark;\n background-color: #71809630;\n }\n\n .form-control:focus {\n background-color: #71809630 !important;\n }\n\n .bg-transparent:focus {\n background-color: transparent !important;\n }\n\n .filepond--panel-root {\n background-color: #71809630 !important;\n }\n\n .filepond--drop-label {\n color: $body--color--dark !important;\n }\n\n .filepond--drop-label svg path {\n fill: $body--color--dark;\n }\n\n .form-control,\n .input-group-text,\n .custom-select {\n color: $body--color--dark;\n background-color: #71809630 !important;\n }\n\n .sidebar-controls.active {\n background-color: $body--bg--dark;\n }\n\n .fill-bg {\n fill: $body--bg--dark;\n }\n\n .fill-body-color {\n fill: $body--color--dark;\n }\n\n .fill-muted {\n fill: $text--muted--dark;\n }\n}\n","[v-cloak] {\n display: none;\n}\n\n.fade-enter {\n opacity: 0;\n}\n\n.fade-enter-active {\n transition: opacity 1s;\n}\n\n.fade-leave {\n opacity: 1;\n}\n\n.fade-leave-active {\n transition: opacity 1s;\n opacity: 0;\n}\n","@import 'variables';\n\n/*\n * NProgress Component\n *\n * @author Rico Sta. Cruz\n * @link https://github.com/rstacruz/nprogress\n */\n\n#nprogress {\n pointer-events: none;\n}\n\n#nprogress .bar {\n background: $green;\n\n position: fixed;\n z-index: 1031;\n top: 0;\n left: 0;\n\n width: 100%;\n height: 2px;\n}\n\n#nprogress .peg {\n display: block;\n position: absolute;\n right: 0;\n width: 100px;\n height: 100%;\n box-shadow: 0 0 10px $green, 0 0 5px $green;\n opacity: 1;\n\n -webkit-transform: rotate(3deg) translate(0px, -4px);\n -ms-transform: rotate(3deg) translate(0px, -4px);\n transform: rotate(3deg) translate(0px, -4px);\n}\n\n.nprogress-custom-parent {\n overflow: hidden;\n position: relative;\n}\n","@import 'variables';\n@import '~vue-multiselect/dist/vue-multiselect.min.css';\n\n/*\n * Vue MultiSelect Component\n *\n * @author Damian Dulisz\n * @link https://github.com/shentao/vue-multiselect\n */\n\n.multiselect__select {\n display: none;\n}\n\n.multiselect__tags > input {\n margin-bottom: 10px;\n}\n\n.multiselect__input {\n background-color: $gray-100;\n}\n\n.multiselect__tags {\n border-radius: $border-radius;\n background-color: $gray-100;\n border: none;\n padding-left: 0.75rem;\n}\n\n.multiselect__tag,\n.multiselect__option--highlight,\n.multiselect__option--highlight::after,\n.multiselect__tag-icon:focus,\n.multiselect__tag-icon:hover {\n background: $green;\n}\n\n.multiselect,\n.multiselect__input,\n.multiselect__single {\n padding: 0;\n}\n\n.multiselect__single {\n background-color: transparent;\n}\n\n.multiselect__input:focus::placeholder,\n.multiselect__input:focus::-webkit-input-placeholder,\n.multiselect__input::placeholder,\n.multiselect__input::-webkit-input-placeholder,\n.multiselect__placeholder {\n color: #7a889b;\n padding-top: 0;\n line-height: $line-height-base;\n font-size: 16px;\n}\n\n.multiselect__input {\n line-height: $line-height-base;\n}\n\n.multiselect__tag {\n padding-bottom: 2px;\n}\n","@import 'variables';\n\n/*\n * Switch Toggle Component\n *\n * @author Cory LaViska\n * @link https://codepen.io/claviska/pen/KyWmjY\n */\n\n$font-size-base: 1rem;\n$font-size-sm: ($font-size-base * 0.875);\n$input-height: 2.375rem;\n$input-height-sm: 1.9375rem;\n$input-btn-focus-width: 0.2rem;\n$custom-control-indicator-disabled-bg: #e9ecef;\n$custom-control-description-disabled-color: #868e96;\n$white: $white;\n$theme-colors: (\n 'success': $green,\n);\n\n$switch-height: calc(#{$input-height} * 0.8);\n$switch-height-sm: calc(#{$input-height-sm} * 0.8);\n$switch-border-radius: $switch-height;\n$switch-bg: $gray-500;\n$switch-checked-bg: map-get($theme-colors, 'success');\n$switch-disabled-bg: $custom-control-indicator-disabled-bg;\n$switch-disabled-color: $custom-control-description-disabled-color;\n$switch-thumb-bg: $white;\n$switch-thumb-border-radius: 50%;\n$switch-thumb-padding: 2px;\n$switch-focus-box-shadow: none;\n$switch-transition: 0.2s all;\n\n.switch {\n font-size: $font-size-base;\n position: relative;\n\n input {\n position: absolute;\n height: 1px;\n width: 1px;\n background: none;\n border: 0;\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n overflow: hidden;\n padding: 0;\n\n + label {\n position: relative;\n min-width: calc(#{$switch-height} * 2);\n border-radius: $switch-border-radius;\n height: $switch-height;\n line-height: $switch-height;\n display: inline-block;\n cursor: pointer;\n outline: none;\n user-select: none;\n vertical-align: middle;\n text-indent: calc(calc(#{$switch-height} * 2) + 0.5rem);\n }\n\n + label::before,\n + label::after {\n content: '';\n position: absolute;\n top: 0;\n left: 0;\n width: calc(#{$switch-height} * 2);\n bottom: 0;\n display: block;\n }\n\n + label::before {\n right: 0;\n background-color: $switch-bg;\n border-radius: $switch-border-radius;\n transition: $switch-transition;\n }\n\n + label::after {\n top: $switch-thumb-padding;\n left: $switch-thumb-padding;\n width: calc(#{$switch-height} - calc(#{$switch-thumb-padding} * 2));\n height: calc(#{$switch-height} - calc(#{$switch-thumb-padding} * 2));\n border-radius: $switch-thumb-border-radius;\n background-color: $switch-thumb-bg;\n transition: $switch-transition;\n }\n\n &:checked + label::before {\n background-color: $switch-checked-bg;\n }\n\n &:checked + label::after {\n margin-left: $switch-height;\n }\n\n &:focus + label::before {\n outline: none;\n box-shadow: $switch-focus-box-shadow;\n }\n\n &:disabled + label {\n color: $switch-disabled-color;\n cursor: not-allowed;\n }\n\n &:disabled + label::before {\n background-color: $switch-disabled-bg;\n }\n }\n\n &.switch-sm {\n font-size: $font-size-sm;\n\n input {\n + label {\n min-width: calc(#{$switch-height-sm} * 2);\n height: $switch-height-sm;\n line-height: $switch-height-sm;\n text-indent: calc(calc(#{$switch-height-sm} * 2) + 0.5rem);\n }\n\n + label::before {\n width: calc(#{$switch-height-sm} * 2);\n }\n\n + label::after {\n width: calc(#{$switch-height-sm} - calc(#{$switch-thumb-padding} * 2));\n height: calc(#{$switch-height-sm} - calc(#{$switch-thumb-padding} * 2));\n }\n\n &:checked + label::after {\n margin-left: $switch-height-sm;\n }\n }\n }\n\n + .switch {\n margin-left: 1rem;\n }\n}\n","@import 'variables';\n\n/*\n * FilePond Component\n *\n * @link https://github.com/pqina/filepond\n */\n\n.filepond--drop-label,\n.filepond--drop-label label {\n cursor: pointer;\n}\n\n.filepond--panel-root {\n background-color: $gray-100;\n}\n\n.filepond--panel-root {\n border-radius: $border-radius;\n}\n\n.filepond--item-panel {\n border-radius: $border-radius;\n}\n\n.filepond--panel-top:after,\n.filepond--panel-bottom:before {\n height: 0 !important;\n}\n\n.filepond--image-preview-wrapper {\n border-radius: $border-radius !important;\n}\n\n[data-filepond-item-state*='error'] .filepond--item-panel,\n[data-filepond-item-state*='invalid'] .filepond--item-panel {\n background-color: $red;\n}\n\n[data-filepond-item-state='processing-complete'] .filepond--item-panel {\n background-color: $green;\n}\n\n.selected-image button {\n position: absolute;\n top: 25px;\n right: 27px;\n}\n","/*!\n * Bootstrap v4.6.2 (https://getbootstrap.com/)\n * Copyright 2011-2022 The Bootstrap Authors\n * Copyright 2011-2022 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"code\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"input-group\";\n@import \"custom-forms\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"jumbotron\";\n@import \"alert\";\n@import \"progress\";\n@import \"media\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"utilities\";\n@import \"print\";\n",":root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$color}: #{$value};\n }\n\n @each $bp, $value in $grid-breakpoints {\n --breakpoint-#{$bp}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --font-family-sans-serif: #{inspect($font-family-sans-serif)};\n --font-family-monospace: #{inspect($font-family-monospace)};\n}\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n// 2. Change the default font family in all browsers.\n// 3. Correct the line height in all browsers.\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\n// 5. Change the default tap highlight to be completely transparent in iOS.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box; // 1\n}\n\nhtml {\n font-family: sans-serif; // 2\n line-height: 1.15; // 3\n -webkit-text-size-adjust: 100%; // 4\n -webkit-tap-highlight-color: rgba($black, 0); // 5\n}\n\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\n// TODO: remove in v5\n// stylelint-disable-next-line selector-list-comma-newline-after\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Set an explicit initial text-align value so that we can later use\n// the `inherit` value on things like `` elements.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: left; // 3\n background-color: $body-bg; // 2\n}\n\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\n// on elements that programmatically receive focus but wouldn't normally show a visible\n// focus outline. In general, this would mean that the outline is only applied if the\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\n// wants focus outlines to always be presented.\n//\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\n\n// Content grouping\n//\n// 1. Add the correct box sizing in Firefox.\n// 2. Show the overflow in Edge and IE.\n\nhr {\n box-sizing: content-box; // 1\n height: 0; // 1\n overflow: visible; // 2\n}\n\n\n//\n// Typography\n//\n\n// Remove top margins from headings\n//\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n// stylelint-disable-next-line selector-list-comma-newline-after\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: $headings-margin-bottom;\n}\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Remove the bottom border in Firefox 39-.\n// 5. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-original-title] { // 1\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n border-bottom: 0; // 4\n text-decoration-skip-ink: none; // 5\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: $font-weight-bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n @include font-size(80%); // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n @include font-size(75%);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n//\n// Links\n//\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n background-color: transparent; // Remove the gray background on active links in IE 10.\n\n @include hover() {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n\n @include hover() {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-monospace;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n}\n\npre {\n // Remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `rem`s\n margin-bottom: 1rem;\n // Don't allow content to break outside\n overflow: auto;\n // Disable auto-hiding scrollbar in IE & legacy Edge to avoid overlap,\n // making it impossible to interact with the content\n -ms-overflow-style: scrollbar;\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1rem;\n}\n\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // Remove the border on images inside links in IE 10-.\n}\n\nsvg {\n // Workaround for the SVG overflow bug in IE10/11 is still required.\n // See https://github.com/twbs/bootstrap/issues/26878\n overflow: hidden;\n vertical-align: middle;\n}\n\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: $table-cell-padding;\n padding-bottom: $table-cell-padding;\n color: $table-caption-color;\n text-align: left;\n caption-side: bottom;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\n\n//\n// Forms\n//\n\nlabel {\n // Allow labels to use `margin` for spacing.\n display: inline-block;\n margin-bottom: $label-margin-bottom;\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n//\n// Details at https://github.com/twbs/bootstrap/issues/24093\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // Remove the margin in Firefox and Safari\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible; // Show the overflow in Edge\n}\n\nbutton,\nselect {\n text-transform: none; // Remove the inheritance of text transform in Firefox\n}\n\n// Set the cursor for non-`