diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index a11e82b6..38679aa8 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -8,6 +8,27 @@ - +## Release 1.2.3-beta.1 October 16th 2023 + +** Enhancements ** + + - Add and update WooCommerce templates #2091 + - Improves readability of the sidebar templates #2071 + - Uses Babel to compile Bootstrap imports #2035 + - Adds Bootstrap container classes and max-widths to editor styles #2121 + - Add editor-color-palette-bootstrap4.json #2032 + +** Fixes ** + + - Fixes typos in the repository #2113 + - Fix typo in .gitignore to track .browserslistrc #2118 + - Fixes TinyMCE editor margins #2073 + - Bump Bootstrap from 5.2.2 to 5.2.3 & other dependencies #2010 + - Deprecate understrap_link_pages_args filter hook #1967 + - Add grouped version updates for dependabot #2130 + - Reduce code duplication by declaring copyDir() once #2129 + - Fix and update workflows #2127 + ## Release 1.2.2 January 16th 2023 ** Fixes ** @@ -81,7 +102,7 @@ ** Fixes ** - Updates WooCommerce templates to current versions. - - Corrects mis-applied version numbers in WooCommerce templates. + - Corrects misapplied version numbers in WooCommerce templates. - Reverts WooCommerce Translations to woocommerce language domain. - Updates understrap.pot file to include several translation strings that had not been added. - Fixes spelling and grammar errors in the CHANGELOG.md. @@ -135,7 +156,7 @@ This is a maintenance release incorporating many commits including code formatti - Removes vendor from paths - Removes gulp-touch-fd - Removes jquery.slim.min.js -- Removes undescores-for-npm +- Removes underscores-for-npm - Removes Bower --- @@ -384,7 +405,7 @@ Clean rebuild ## Release 0.8.5 July 26th 2018 - Update to Bootstrap 4.1.3 -## Release 0.8.4 July 16th 2018 Maintenace Release: +## Release 0.8.4 July 16th 2018 Maintenance Release: - Update to Bootstrap 4.1.2 - fixing sidebar.php problem - Revert to Gulp 3.x support @@ -413,7 +434,7 @@ Clean rebuild ## Release 0.8.2 April 11th 2018 - Update to Bootstrap 4.1 - Adding CONTRIBUTING.md and ISSUE_TEMPLATE.md - Thx @Thomas-A-Reinert - - Adding empty JavaScripot file into build process for adding own JS more easily - Thx @Thomas-A-Reinert + - Adding empty JavaScript file into build process for adding own JS more easily - Thx @Thomas-A-Reinert - WooCommerce update and cleanup - Thx @ZacharyElkins - Adding SASS source map functionality - Thx @axlright - Cleanup - Thx @axlright @@ -450,7 +471,7 @@ Clean rebuild ## Release 0.7.0 December 29th 2017 - Update to Bootstrap 4 Beta 3 - - Create rigth-sidebar-check.php - Thx @Vishal-Deshpande + - Create right-sidebar-check.php - Thx @Vishal-Deshpande - Fixing container type customizer setting - Thx @0dp - Fixing comments.php - Thx @Vishal-Deshpande @@ -518,7 +539,7 @@ Clean rebuild - WooCommerce 3.1 compatibility update - Thx @typeplus - WooCommerce Bootstrap buttons - Thx @yeszao - theme-settings.php update - Thx @oralunal - - Update responisve meta tags for Bootstrap 4 - Thx @chuckreynolds + - Update responsive meta tags for Bootstrap 4 - Thx @chuckreynolds ## Release 0.6.2 June 7h 2017 @@ -615,7 +636,7 @@ Clean rebuild - General bug fixing - Fixing live preview for customizer - Font Awesome update - - Udating all npm dependencies + - Updating all npm dependencies - ARIA roles update - Updating hamburger icon behavior @@ -623,7 +644,7 @@ Clean rebuild - Update Owl Carousel to 2.2.0 - Update Font Awesome to 4.7.0 - Greek language file added - Thx @stef-k - - Portugese language file added - Thx @jfig + - Portuguese language file added - Thx @jfig - Adding vertical-one-page template for landingpages - Thx @stef-k - Making all theme functions pluggable to allow child themes to overwrite ´em - French language file added - Thx @tchama @@ -633,7 +654,7 @@ Clean rebuild - Basic WooCommerce templates added - Fixing "Gulp dist" Task - Adding masonry layout option to optimizer - Thx @stef-k - - Adding fluid/fixed conatiner option to optimizer + - Adding fluid/fixed container option to optimizer ## 0.4.9 Oct. 25th 2016 @@ -646,7 +667,7 @@ Clean rebuild ## 0.4.8 Oct. 10th 2016 - - Removing Bower and replace the dependency managment with npm + - Removing Bower and replace the dependency management with npm - Update to Bootstrap 4 Alpha 4 - Optimizing WooCommerce loop - Thx @typeplus - Updating all dependencies @@ -732,7 +753,7 @@ Clean rebuild ## 0.2.9 Mar. 10th 2015 - Adding a new theme customizer option. It lets you add a code snippet right before the closing tag. - For example for Google Analytics, Google Tag Mananger, Pingdom etc. Just copy and past your code to the input field and save the setting. + For example for Google Analytics, Google Tag Manager, Pingdom etc. Just copy and past your code to the input field and save the setting. So you don´t have to edit the theme source file´s directly, and your theme stay´s updateable ## 0.2.8 Feb. 6th 2015 @@ -748,6 +769,6 @@ Clean rebuild ## 0.2 Dec. 22th 2014 - Adding Jasny Off-Canvas nav and Owl.Carousel Slider script - - Enqueue scipts and styled dynamically + - Enqueue scripts and styled dynamically ## 0.1 Dec. 10th 2014 - First commit diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 694b988d..b447422b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,6 +12,11 @@ updates: rebase-strategy: auto schedule: interval: "monthly" + target-branch: "develop" + groups: + github-actions: + patterns: + - "*" # Maintain dependencies for npm - package-ecosystem: "npm" @@ -24,6 +29,19 @@ updates: interval: "monthly" target-branch: "develop" versioning-strategy: increase + groups: + npm-assets: + patterns: + - "bootstrap*" + - "*popper*" + - "font-awesome" + npm-build: + patterns: + - "*" + exclude-patterns: + - "bootstrap*" + - "*popper*" + - "font-awesome" # Maintain dependencies for Composer - package-ecosystem: "composer" @@ -39,3 +57,7 @@ updates: interval: "monthly" target-branch: "develop" versioning-strategy: increase + groups: + composer: + patterns: + - "*" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..0a6960f8 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,71 @@ +name: Build CSS & JS + +on: + push: + branches: [ develop ] + paths: + - '**.scss' + - '**.js' + - 'package-lock.json' + pull_request_target: + branches: [ develop ] + paths: + - '**.scss' + - '**.js' + - 'package-lock.json' + workflow_dispatch: + +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + +jobs: + + build: + + name: 'Build CSS & JS' + + runs-on: ubuntu-latest + + steps: + + - name: Checkout + uses: actions/checkout@v4 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} + + - name: Setup node + uses: actions/setup-node@v3 + with: + node-version: '18.x' + cache: 'npm' + cache-dependency-path: '**/package-lock.json' + + - name: Install dependencies + run: npm ci + + - name: Copy assets + run: npm run copy-assets + + - name: Commit assets + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Update assets + + - name: Build Bootstrap 5 CSS + run: npm run css + + - name: Build Bootstrap 5 JS + run: npm run js + + - name: Build Bootstrap 4 CSS + run: npm run css-bs4 + + - name: Build Bootstrap 4 JS + run: npm run js-bs4 + + - name: Commit CSS and JS files + uses: stefanzweifel/git-auto-commit-action@v5 + with: + commit_message: Rebuild CSS and JS files diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 65f1a8aa..9ef0103a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -5,15 +5,25 @@ on: branches: [ develop ] paths: - '**.php' - pull_request: + - 'phpcs.xml.dist' + - 'phpmd.xml' + - 'phpstan.neon.dist' + pull_request_target: branches: [ develop ] paths: - '**.php' + - 'phpcs.xml.dist' + - 'phpmd.xml' + - 'phpstan.neon.dist' workflow_dispatch: env: php-version: '7.4' +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + jobs: phpcs: @@ -25,40 +35,40 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ env.php-version }} - tools: composer, cs2pr + tools: cs2pr coverage: none + env: + fail-fast: true - - name: Get Composer cache directory - id: composer-cache + - name: Cache PHPCS cache uses: actions/cache@v3 with: - path: vendor - key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-composer- + path: .phpcs-cache.json + key: ${{ runner.os }}-phpcs-cache-${{ hashFiles('**/composer.lock', 'phpcs.xml.dist') }} - - name: Install dependencies - if: steps.composer-cache.outputs.cache-hit != 'true' - run: composer install --prefer-dist --no-progress + - name: Install Composer dependencies + uses: "ramsey/composer-install@v2" - name: Auto fix coding standards run: composer phpcs-fix continue-on-error: true - name: Commit coding standards fixes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix coding standards with phpcbf - branch: ${{ github.head_ref }} - name: Check coding standards - run: composer phpcs-ga | cs2pr + run: composer phpcs -- -q -n --report=checkstyle | cs2pr php-lint: @@ -68,30 +78,19 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ env.php-version }} - tools: composer, cs2pr + tools: cs2pr, parallel-lint coverage: none - - - name: Get Composer cache directory - id: composer-cache - uses: actions/cache@v3 - with: - path: vendor - key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-php- - - - name: Install dependencies - if: steps.composer-cache.outputs.cache-hit != 'true' - run: composer install --prefer-dist --no-progress + env: + fail-fast: true - name: Check syntax - run: composer php-lint + run: parallel-lint --checkstyle . | cs2pr phpstan: @@ -101,29 +100,29 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ env.php-version }} - tools: composer, cs2pr coverage: none + env: + fail-fast: true - - name: Get Composer cache directory - id: composer-cache + - name: Cache PHPStan cache uses: actions/cache@v3 with: - path: vendor - key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-php- + path: .phpstan-cache + key: ${{ runner.os }}-phpstan-cache-${{ hashFiles('**/composer.lock', 'phpstan.neon.dist') }} - - name: Install dependencies - if: steps.composer-cache.outputs.cache-hit != 'true' - run: composer install --prefer-dist --no-progress + - name: Install Composer dependencies + uses: "ramsey/composer-install@v2" - - name: Static Analysis + - name: Analyse id: phpstan run: composer phpstan -- --error-format=github @@ -131,10 +130,9 @@ jobs: run: composer phpstan-baseline - name: Commit updated basefile - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update PHPStan basefile - branch: ${{ github.head_ref }} phpmd: @@ -144,36 +142,28 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.head_ref }} - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ env.php-version }} - tools: composer, cs2pr + tools: phpmd coverage: none - - - name: Get Composer cache directory - id: composer-cache - uses: actions/cache@v3 - with: - path: vendor - key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} - restore-keys: | - ${{ runner.os }}-php- - - - name: Install dependencies - if: steps.composer-cache.outputs.cache-hit != 'true' - run: composer install --prefer-dist --no-progress + env: + fail-fast: true - name: Detect mess - run: composer phpmd-ga + run: phpmd . github phpmd.xml - name: Update basefile - run: composer phpmd-baseline + run: phpmd . ansi phpmd.xml --generate-baseline - name: Commit updated basefile - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Update PHPMD basefile branch: ${{ github.head_ref }} diff --git a/.github/workflows/typos-check.yml b/.github/workflows/typos-check.yml new file mode 100644 index 00000000..0e82150c --- /dev/null +++ b/.github/workflows/typos-check.yml @@ -0,0 +1,27 @@ +name: Typos Check + +on: + push: + branches: [ develop ] + pull_request: + branches: [ develop ] + workflow_dispatch: + +concurrency: + group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}' + cancel-in-progress: true + +jobs: + + typos-check: + + name: 'Typos check' + + runs-on: ubuntu-latest + + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Search for misspellings + uses: crate-ci/typos@master diff --git a/.gitignore b/.gitignore index 4e952b54..31a3b156 100644 --- a/.gitignore +++ b/.gitignore @@ -16,18 +16,19 @@ # Ignore all files and directories starting with . or ~ or ._ or ending with ~ .* +!.typos.toml ~* *~ ._* # but track !.babelrc.js -!.browserslist +!.browserslistrc !.editorconfig !.gitattributes !.github !.gitignore -# Ignore all files with .lock extentions +# Ignore all files with .lock extensions *.lock # but track !composer.lock diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..6f7f377b --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +v16 diff --git a/.typos.toml b/.typos.toml new file mode 100644 index 00000000..021ac054 --- /dev/null +++ b/.typos.toml @@ -0,0 +1,12 @@ +[files] +extend-exclude = [ + "css/", + "fonts/", + "js/*.min.js", + "js/*.map", + "js/theme*.js", + "languages/", + "src/sass/assets/bootstrap4/", + "src/sass/assets/bootstrap5/", + "src/sass/assets/fontawesome/" +] diff --git a/composer.json b/composer.json index fdfb166f..3a27dac1 100644 --- a/composer.json +++ b/composer.json @@ -17,35 +17,42 @@ } ], "require": { - "php": ">=5.6" + "php": "^7.4 || ^8.0" }, "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.3.2", "phpcompatibility/phpcompatibility-wp": "^2.1.4", - "phpmd/phpmd": "^2.13.0", - "phpstan/phpstan": "^1.9.0", - "roave/security-advisories": "dev-master", - "squizlabs/php_codesniffer": "^3.7.1", - "szepeviktor/phpstan-wordpress": "^1.1.3", + "phpmd/phpmd": "^2.14.1", + "phpstan/phpstan": "^1.10.38", + "roave/security-advisories": "dev-latest", + "squizlabs/php_codesniffer": "^3.7.2", + "szepeviktor/phpstan-wordpress": "^1.3.0", "wp-coding-standards/wpcs": "^2.3.0", "wptrt/wpthemereview": "^0.2.1" }, "scripts": { - "php-lint": "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint --exclude vendor --exclude node_modules --exclude dist --exclude .git --exclude .phpstan-cache .", - "phpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -p", - "phpcs-ga": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs -n --report=checkstyle", - "phpcs-fix": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf", - "phpcs-config-set" : "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs --config-set installed_paths ../../phpcompatibility/php-compatibility,../../phpcompatibility/phpcompatibility-paragonie,../../phpcompatibility/phpcompatibility-wp,../../wp-coding-standards/wpcs,../../wptrt/wpthemereview", - "phpmd": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . ansi phpmd.xml", - "phpmd-baseline": "@phpmd -- --generate-baseline", - "phpmd-ga": "@php ./vendor/phpmd/phpmd/src/bin/phpmd . github phpmd.xml", - "phpstan": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php", - "phpstan-baseline": "@php ./vendor/phpstan/phpstan/phpstan analyse -a src/phpstan/autoload.php --generate-baseline", - "post-install-cmd": "@phpcs-config-set", - "post-update-cmd": "@phpcs-config-set" + "php-lint": "parallel-lint --exclude vendor --exclude node_modules --exclude dist --exclude .git --exclude .phpstan-cache .", + "phpcs": "phpcs -p", + "phpcs-fix": "phpcbf", + "phpmd": "phpmd . ansi phpmd.xml", + "phpmd-baseline": "@phpmd --generate-baseline", + "phpstan": "phpstan analyse", + "phpstan-baseline": "@phpstan --generate-baseline --allow-empty-baseline" }, "support": { "issues": "https://github.com/understrap/understrap/issues", "source": "https://github.com/understrap/understrap" + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + }, + "sort-packages": true + }, + "autoload": { + "psr-4": { + "Understrap\\PHPStan\\": "src/phpstan" + } } } diff --git a/composer.lock b/composer.lock index 4a547eb6..407241a8 100644 --- a/composer.lock +++ b/composer.lock @@ -4,35 +4,35 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e247a1fd61ea77d378d14b358f91e983", + "content-hash": "433028f373a0dd59c982902f935f368f", "packages": [], "packages-dev": [ { "name": "composer/pcre", - "version": "1.0.1", + "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560" + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560", - "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560", + "url": "https://api.github.com/repos/composer/pcre/zipball/4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", + "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", "shasum": "" }, "require": { - "php": "^5.3.2 || ^7.0 || ^8.0" + "php": "^7.4 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.3", "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^4.2 || ^5" + "symfony/phpunit-bridge": "^5" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "1.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -60,7 +60,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/1.0.1" + "source": "https://github.com/composer/pcre/tree/3.1.0" }, "funding": [ { @@ -76,31 +76,31 @@ "type": "tidelift" } ], - "time": "2022-01-21T20:24:37+00:00" + "time": "2022-11-17T09:50:14+00:00" }, { "name": "composer/xdebug-handler", - "version": "2.0.5", + "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", - "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a" + "reference": "ced299686f41dce890debac69273b47ffe98a40c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/9e36aeed4616366d2b690bdce11f71e9178c579a", - "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", + "reference": "ced299686f41dce890debac69273b47ffe98a40c", "shasum": "" }, "require": { - "composer/pcre": "^1", - "php": "^5.3.2 || ^7.0 || ^8.0", + "composer/pcre": "^1 || ^2 || ^3", + "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "require-dev": { "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", - "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" + "symfony/phpunit-bridge": "^6.0" }, "type": "library", "autoload": { @@ -126,7 +126,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", - "source": "https://github.com/composer/xdebug-handler/tree/2.0.5" + "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" }, "funding": [ { @@ -142,20 +142,98 @@ "type": "tidelift" } ], - "time": "2022-02-24T20:20:32+00:00" + "time": "2022-02-25T21:32:43+00:00" }, { - "name": "pdepend/pdepend", - "version": "2.12.1", + "name": "dealerdirect/phpcodesniffer-composer-installer", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/pdepend/pdepend.git", - "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84" + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pdepend/pdepend/zipball/7a892d56ceafd804b4a2ecc85184640937ce9e84", - "reference": "7a892d56ceafd804b4a2ecc85184640937ce9e84", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.4", + "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" + }, + "require-dev": { + "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", + "php-parallel-lint/php-parallel-lint": "^1.3.1", + "phpcompatibility/php-compatibility": "^9.0", + "yoast/phpunit-polyfills": "^1.0" + }, + "type": "composer-plugin", + "extra": { + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + }, + "autoload": { + "psr-4": { + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Franck Nijhof", + "email": "franck.nijhof@dealerdirect.com", + "homepage": "http://www.frenck.nl", + "role": "Developer / IT Manager" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" + } + ], + "description": "PHP_CodeSniffer Standards Composer Installer Plugin", + "homepage": "http://www.dealerdirect.com", + "keywords": [ + "PHPCodeSniffer", + "PHP_CodeSniffer", + "code quality", + "codesniffer", + "composer", + "installer", + "phpcbf", + "phpcs", + "plugin", + "qa", + "quality", + "standard", + "standards", + "style guide", + "stylecheck", + "tests" + ], + "support": { + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" + }, + "time": "2023-01-05T11:28:13+00:00" + }, + { + "name": "pdepend/pdepend", + "version": "2.15.1", + "source": { + "type": "git", + "url": "https://github.com/pdepend/pdepend.git", + "reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pdepend/pdepend/zipball/d12f25bcdfb7754bea458a4a5cb159d55e9950d0", + "reference": "d12f25bcdfb7754bea458a4a5cb159d55e9950d0", "shasum": "" }, "require": { @@ -189,9 +267,15 @@ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", + "keywords": [ + "PHP Depend", + "PHP_Depend", + "dev", + "pdepend" + ], "support": { "issues": "https://github.com/pdepend/pdepend/issues", - "source": "https://github.com/pdepend/pdepend/tree/2.12.1" + "source": "https://github.com/pdepend/pdepend/tree/2.15.1" }, "funding": [ { @@ -199,7 +283,7 @@ "type": "tidelift" } ], - "time": "2022-09-08T19:30:37+00:00" + "time": "2023-09-28T12:00:56+00:00" }, { "name": "php-parallel-lint/php-parallel-lint", @@ -260,31 +344,28 @@ }, { "name": "php-stubs/wordpress-stubs", - "version": "v6.0.2", + "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/php-stubs/wordpress-stubs.git", - "reference": "8f696e429e375ef40a841ecf5ac686ff7437b4dc" + "reference": "adda7609e71d5f4dc7b87c74f8ec9e3437d2e92c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/8f696e429e375ef40a841ecf5ac686ff7437b4dc", - "reference": "8f696e429e375ef40a841ecf5ac686ff7437b4dc", + "url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/adda7609e71d5f4dc7b87c74f8ec9e3437d2e92c", + "reference": "adda7609e71d5f4dc7b87c74f8ec9e3437d2e92c", "shasum": "" }, - "replace": { - "giacocorsiglia/wordpress-stubs": "*" - }, "require-dev": { - "nikic/php-parser": "< 4.12.0", - "php": "~7.3 || ~8.0", - "php-stubs/generator": "^0.8.1", + "nikic/php-parser": "^4.13", + "php": "^7.4 || ~8.0.0", + "php-stubs/generator": "^0.8.3", "phpdocumentor/reflection-docblock": "^5.3", - "phpstan/phpstan": "^1.2" + "phpstan/phpstan": "^1.10.12", + "phpunit/phpunit": "^9.5" }, "suggest": { "paragonie/sodium_compat": "Pure PHP implementation of libsodium", - "symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan" }, "type": "library", @@ -301,9 +382,9 @@ ], "support": { "issues": "https://github.com/php-stubs/wordpress-stubs/issues", - "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.0.2" + "source": "https://github.com/php-stubs/wordpress-stubs/tree/v6.3.0" }, - "time": "2022-09-30T17:24:55+00:00" + "time": "2023-08-10T16:34:11+00:00" }, { "name": "phpcompatibility/php-compatibility", @@ -481,22 +562,22 @@ }, { "name": "phpmd/phpmd", - "version": "2.13.0", + "version": "2.14.1", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", - "reference": "dad0228156856b3ad959992f9748514fa943f3e3" + "reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpmd/phpmd/zipball/dad0228156856b3ad959992f9748514fa943f3e3", - "reference": "dad0228156856b3ad959992f9748514fa943f3e3", + "url": "https://api.github.com/repos/phpmd/phpmd/zipball/442fc2c34edcd5198b442d8647c7f0aec3afabe8", + "reference": "442fc2c34edcd5198b442d8647c7f0aec3afabe8", "shasum": "" }, "require": { "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0", "ext-xml": "*", - "pdepend/pdepend": "^2.12.1", + "pdepend/pdepend": "^2.15.1", "php": ">=5.3.9" }, "require-dev": { @@ -506,7 +587,7 @@ "gregwar/rst": "^1.0", "mikey179/vfsstream": "^1.6.8", "phpunit/phpunit": "^4.8.36 || ^5.7.27", - "squizlabs/php_codesniffer": "^2.0" + "squizlabs/php_codesniffer": "^2.9.2 || ^3.7.2" }, "bin": [ "src/bin/phpmd" @@ -543,6 +624,7 @@ "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", "homepage": "https://phpmd.org/", "keywords": [ + "dev", "mess detection", "mess detector", "pdepend", @@ -552,7 +634,7 @@ "support": { "irc": "irc://irc.freenode.org/phpmd", "issues": "https://github.com/phpmd/phpmd/issues", - "source": "https://github.com/phpmd/phpmd/tree/2.13.0" + "source": "https://github.com/phpmd/phpmd/tree/2.14.1" }, "funding": [ { @@ -560,20 +642,20 @@ "type": "tidelift" } ], - "time": "2022-09-10T08:44:15+00:00" + "time": "2023-09-28T13:07:44+00:00" }, { "name": "phpstan/phpstan", - "version": "1.9.0", + "version": "1.10.38", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a" + "reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/e08de53a5eec983de78a787a88e72518cf8fe43a", - "reference": "e08de53a5eec983de78a787a88e72518cf8fe43a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5302bb402c57f00fb3c2c015bac86e0827e4b691", + "reference": "5302bb402c57f00fb3c2c015bac86e0827e4b691", "shasum": "" }, "require": { @@ -602,8 +684,11 @@ "static analysis" ], "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.0" + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" }, "funding": [ { @@ -619,24 +704,24 @@ "type": "tidelift" } ], - "time": "2022-11-03T07:26:48+00:00" + "time": "2023-10-06T14:19:14+00:00" }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -665,9 +750,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/log", @@ -721,25 +806,27 @@ }, { "name": "roave/security-advisories", - "version": "dev-master", + "version": "dev-latest", "source": { "type": "git", "url": "https://github.com/Roave/SecurityAdvisories.git", - "reference": "6d260392fad173d6ee6e3a93c875d9327db1109b" + "reference": "85afa852eeecec97cec35d987dcfbc602c025620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/6d260392fad173d6ee6e3a93c875d9327db1109b", - "reference": "6d260392fad173d6ee6e3a93c875d9327db1109b", + "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/85afa852eeecec97cec35d987dcfbc602c025620", + "reference": "85afa852eeecec97cec35d987dcfbc602c025620", "shasum": "" }, "conflict": { "3f/pygmentize": "<1.2", - "admidio/admidio": "<4.1.9", + "admidio/admidio": "<4.2.11", "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", - "aheinze/cockpit": "<=2.2.1", + "aheinze/cockpit": "<2.2", + "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5", "akaunting/akaunting": "<2.1.13", - "alextselegidis/easyappointments": "<=1.4.3", + "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53", + "alextselegidis/easyappointments": "<1.5", "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1", "amazing/media2click": ">=1,<1.3.3", "amphp/artax": "<1.0.6|>=2,<2.0.6", @@ -747,17 +834,34 @@ "amphp/http-client": ">=4,<4.4", "anchorcms/anchor-cms": "<=0.12.7", "andreapollastri/cipi": "<=3.1.15", - "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6", - "appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2", + "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5", + "apache-solr-for-typo3/solr": "<2.8.3", + "apereo/phpcas": "<1.6", + "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3", + "appwrite/server-ce": "<=1.2.1", + "arc/web": "<3", "area17/twill": "<1.2.5|>=2,<2.5.3", - "asymmetricrypt/asymmetricrypt": ">=0,<9.9.99", + "artesaos/seotools": "<0.17.2", + "asymmetricrypt/asymmetricrypt": "<9.9.99", + "athlon1600/php-proxy": "<=5.1", + "athlon1600/php-proxy-app": "<=3", + "austintoddj/canvas": "<=3.4.2", + "automad/automad": "<1.8", + "awesome-support/awesome-support": "<=6.0.7", "aws/aws-sdk-php": ">=3,<3.2.1", + "azuracast/azuracast": "<0.18.3", + "backdrop/backdrop": "<1.24.2", + "backpack/crud": "<3.4.9", + "badaso/core": "<2.7", "bagisto/bagisto": "<0.1.5", "barrelstrength/sprout-base-email": "<1.2.7", "barrelstrength/sprout-forms": "<3.9", "barryvdh/laravel-translation-manager": "<0.6.2", - "baserproject/basercms": "<4.5.4", - "billz/raspap-webgui": "<=2.6.6", + "barzahlen/barzahlen-php": "<2.0.1", + "baserproject/basercms": "<4.7.5", + "bassjobsen/bootstrap-3-typeahead": ">4.0.2", + "bigfork/silverstripe-form-capture": ">=3,<3.1.1", + "billz/raspap-webgui": "<=2.9.2", "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3", "bmarshall511/wordpress_zero_spam": "<5.2.13", "bolt/bolt": "<3.7.2", @@ -768,38 +872,50 @@ "brotkrueml/schema": "<1.13.1|>=2,<2.5.1", "brotkrueml/typo3-matomo-integration": "<1.3.2", "buddypress/buddypress": "<7.2.1", - "bugsnag/bugsnag-laravel": ">=2,<2.0.2", + "bugsnag/bugsnag-laravel": "<2.0.2", "bytefury/crater": "<6.0.2", "cachethq/cachet": "<2.5.1", - "cakephp/cakephp": "<3.10.3|>=4,<4.0.6", + "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10", + "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10", "cardgate/magento2": "<2.0.33", + "cardgate/woocommerce": "<=3.1.15", "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4", "cartalyst/sentry": "<=2.1.6", "catfan/medoo": "<1.7.5", - "centreon/centreon": "<20.10.7", + "cecil/cecil": "<7.47.1", + "centreon/centreon": "<22.10.0.0-beta1", "cesnet/simplesamlphp-module-proxystatistics": "<3.1", + "chriskacerguis/codeigniter-restserver": "<=2.7.1", + "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3", + "cockpit-hq/cockpit": "<=2.6.3", "codeception/codeception": "<3.1.3|>=4,<4.1.22", - "codeigniter/framework": "<=3.0.6", - "codeigniter4/framework": "<4.1.9", - "codeigniter4/shield": "= 1.0.0-beta", + "codeigniter/framework": "<3.1.9", + "codeigniter4/framework": "<4.3.5", + "codeigniter4/shield": "<1.0.0.0-beta4", "codiad/codiad": "<=2.8.4", - "composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5", - "concrete5/concrete5": "<9", + "composer/composer": "<1.10.27|>=2,<2.2.22|>=2.3,<2.6.4", + "concrete5/concrete5": "<=9.2.1", "concrete5/core": "<8.5.8|>=9,<9.1", "contao-components/mediaelement": ">=2.14.2,<2.21.1", - "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3", + "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4", "contao/core": ">=2,<3.5.39", - "contao/core-bundle": "<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3|= 4.10.0", + "contao/core-bundle": "<4.9.42|>=4.10,<4.13.28|>=5,<5.1.10", "contao/listing-bundle": ">=4,<4.4.8", "contao/managed-edition": "<=1.5", - "craftcms/cms": "<3.7.36", - "croogo/croogo": "<3.0.7", + "cosenary/instagram": "<=2.3", + "craftcms/cms": "<=4.4.14", + "croogo/croogo": "<4", "cuyz/valinor": "<0.12", "czproject/git-php": "<4.0.3", "darylldoyle/safe-svg": "<1.9.10", "datadog/dd-trace": ">=0.30,<0.30.2", + "datatables/datatables": "<1.10.10", "david-garcia/phpwhois": "<=4.3.1", + "dbrisinajumi/d2files": "<1", + "dcat/laravel-admin": "<=2.1.3.0-beta", + "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3", "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1", + "desperado/xml-bundle": "<=0.1.7", "directmailteam/direct-mail": "<5.2.4", "doctrine/annotations": ">=1,<1.2.7", "doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2", @@ -810,81 +926,104 @@ "doctrine/mongodb-odm": ">=1,<1.0.2", "doctrine/mongodb-odm-bundle": ">=2,<3.0.1", "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4", - "dolibarr/dolibarr": "<16|= 12.0.5|>= 3.3.beta1, < 13.0.2", - "dompdf/dompdf": "<2", - "drupal/core": ">=7,<7.91|>=8,<9.3.19|>=9.4,<9.4.3", - "drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", + "dolibarr/dolibarr": "<18", + "dompdf/dompdf": "<2.0.2|==2.0.2", + "drupal/core": "<9.4.14|>=9.5,<9.5.8|>=10,<10.0.8", + "drupal/drupal": ">=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4", "dweeves/magmi": "<=0.7.24", "ecodev/newsletter": "<=4", "ectouch/ectouch": "<=2.7.2", - "elefant/cms": "<1.3.13", + "elefant/cms": "<2.0.7", "elgg/elgg": "<3.3.24|>=4,<4.0.5", + "encore/laravel-admin": "<=1.8.19", "endroid/qr-code-bundle": "<3.4.2", "enshrined/svg-sanitize": "<0.15", "erusev/parsedown": "<1.7.2", "ether/logs": "<3.0.4", - "ezsystems/demobundle": ">=5.4,<5.4.6.1", + "exceedone/exment": "<4.4.3|>=5,<5.0.3", + "exceedone/laravel-admin": "<2.2.3|==3", + "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev", "ezsystems/ez-support-tools": ">=2.2,<2.2.3", - "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1", - "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1", + "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev", + "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev", "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24", - "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.27", + "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", - "ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.19", + "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12", + "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.26", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", - "ezsystems/ezplatform-richtext": ">=2.3,<=2.3.7", + "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev", "ezsystems/ezplatform-user": ">=1,<1.0.1", - "ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.29", - "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1", + "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.30", + "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.03.5.1", "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3", - "ezsystems/repository-forms": ">=2.3,<2.3.2.1", + "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15", "ezyang/htmlpurifier": "<4.1.1", "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2", - "facturascripts/facturascripts": "<=2022.8", + "facturascripts/facturascripts": "<=2022.08", "feehi/cms": "<=2.1.1", - "feehi/feehicms": "<=0.1.3", + "feehi/feehicms": "<=2.1.1", "fenom/fenom": "<=2.12.1", "filegator/filegator": "<7.8", - "firebase/php-jwt": "<2", - "flarum/core": ">=1,<=1.0.1", - "flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15", - "flarum/tags": "<=0.1-beta.13", + "firebase/php-jwt": "<6", + "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2", + "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6", + "flarum/core": "<1.8", + "flarum/framework": "<1.8", + "flarum/mentions": "<1.6.3", + "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15", + "flarum/tags": "<=0.1.0.0-beta13", "fluidtypo3/vhs": "<5.1.1", - "fof/byobu": ">=0.3-beta.2,<1.1.7", + "fof/byobu": ">=0.3.0.0-beta2,<1.1.7", "fof/upload": "<1.2.3", "fooman/tcpdf": "<6.2.22", "forkcms/forkcms": "<5.11.1", "fossar/tcpdf-parser": "<6.2.22", - "francoisjacquet/rosariosis": "<9.1", + "francoisjacquet/rosariosis": "<11", + "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2", "friendsofsymfony/oauth2-php": "<1.3", "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", "friendsofsymfony/user-bundle": ">=1.2,<1.3.5", "friendsoftypo3/mediace": ">=7.6.2,<7.6.5", - "froala/wysiwyg-editor": "<3.2.7", - "froxlor/froxlor": "<=0.10.22", + "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6", + "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1", + "froxlor/froxlor": "<2.1", "fuel/core": "<1.8.1", + "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", "gaoming13/wechat-php-sdk": "<=1.10.2", "genix/cms": "<=1.1.11", - "getgrav/grav": "<1.7.34", - "getkirby/cms": "<3.5.8.1|>=3.6,<3.6.6.1|>=3.7,<3.7.4", + "getgrav/grav": "<=1.7.42.1", + "getkirby/cms": "<3.5.8.3-dev|>=3.6,<3.6.6.3-dev|>=3.7,<3.7.5.2-dev|>=3.8,<3.8.4.1-dev|>=3.9,<3.9.6", + "getkirby/kirby": "<=2.5.12", "getkirby/panel": "<2.5.14", "getkirby/starterkit": "<=3.7.0.2", "gilacms/gila": "<=1.11.4", + "gleez/cms": "<=1.2|==2", "globalpayments/php-sdk": "<2", + "gogentooss/samlbase": "<1.2.7", "google/protobuf": "<3.15", "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3", - "gree/jose": "<=2.2", + "gree/jose": "<2.2.1", "gregwar/rst": "<1.0.3", - "grumpydictator/firefly-iii": "<5.6.5", + "grumpydictator/firefly-iii": "<6", + "gugoan/economizzer": "<=0.9.0.0-beta1", "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5", - "guzzlehttp/psr7": "<1.8.4|>=2,<2.1.1", - "helloxz/imgurl": "= 2.31|<=2.31", + "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5", + "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2", + "harvesthq/chosen": "<1.8.7", + "helloxz/imgurl": "<=2.31", + "hhxsv5/laravel-s": "<3.7.36", "hillelcoren/invoice-ninja": "<5.3.35", + "himiklab/yii2-jqgrid-widget": "<1.0.8", "hjue/justwriting": "<=1", "hov/jobfair": "<1.0.13|>=2,<2.0.2", + "httpsoft/http-message": "<1.0.12", "hyn/multi-tenant": ">=5.6,<5.7.2", - "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4", + "ibexa/admin-ui": ">=4.2,<4.2.3", + "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3", + "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", "ibexa/post-install": "<=1.0.4", + "ibexa/user": ">=4,<4.4.3", "icecoder/icecoder": "<=8.1", "idno/known": "<=1.3.1", "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10", @@ -892,191 +1031,260 @@ "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40", "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15", "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75", - "impresscms/impresscms": "<=1.4.3", - "in2code/femanager": "<5.5.1|>=6,<6.3.1", + "impresscms/impresscms": "<=1.4.5", + "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.2", + "in2code/ipandlanguageredirect": "<5.1.2", "in2code/lux": "<17.6.1|>=18,<24.0.2", - "intelliants/subrion": "<=4.2.1", + "innologi/typo3-appointments": "<2.0.6", + "intelliants/subrion": "<4.2.2", "islandora/islandora": ">=2,<2.4.1", "ivankristianto/phpwhois": "<=4.3", "jackalope/jackalope-doctrine-dbal": "<1.7.4", "james-heinrich/getid3": "<1.9.21", + "james-heinrich/phpthumb": "<1.7.12", + "jasig/phpcas": "<1.3.3", + "jcbrand/converse.js": "<3.3.3", + "joomla/application": "<1.0.13", "joomla/archive": "<1.1.12|>=2,<2.0.1", "joomla/filesystem": "<1.6.2|>=2,<2.0.1", "joomla/filter": "<1.4.4|>=2,<2.0.1", + "joomla/framework": ">=2.5.4,<=3.8.12", "joomla/input": ">=2,<2.0.2", + "joomla/joomla-cms": ">=2.5,<3.9.12", "joomla/session": "<1.3.1", + "joyqi/hyper-down": "<=2.4.27", "jsdecena/laracom": "<2.0.9", "jsmitty12/phpwhois": "<5.1", "kazist/phpwhois": "<=4.2.6", + "kelvinmo/simplexrd": "<3.1.1", "kevinpapst/kimai2": "<1.16.7", - "kitodo/presentation": "<3.1.2", + "khodakhah/nodcms": "<=3", + "kimai/kimai": "<1.1", + "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4", "klaviyo/magento2-extension": ">=1,<3", + "knplabs/knp-snappy": "<=1.4.2", + "kohana/core": "<3.3.3", "krayin/laravel-crm": "<1.2.2", "kreait/firebase-php": ">=3.2,<3.8.1", "la-haute-societe/tcpdf": "<6.2.22", - "laminas/laminas-diactoros": "<2.11.1", + "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2", "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1", "laminas/laminas-http": "<2.14.2", "laravel/fortify": "<1.11.1", - "laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75", + "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75", "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10", "latte/latte": "<2.10.8", - "lavalite/cms": "<=5.8", + "lavalite/cms": "<=9", "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5", "league/commonmark": "<0.18.3", "league/flysystem": "<1.1.4|>=2,<2.1.1", + "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3", "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3", - "librenms/librenms": "<22.4", + "librenms/librenms": "<2017.08.18", + "liftkit/database": "<2.13.2", "limesurvey/limesurvey": "<3.27.19", "livehelperchat/livehelperchat": "<=3.91", "livewire/livewire": ">2.2.4,<2.2.6", "lms/routes": "<2.1.1", "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", "luyadev/yii-helpers": "<1.2.1", - "magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3", - "magento/magento1ce": "<1.9.4.3", - "magento/magento1ee": ">=1,<1.14.4.3", - "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2", + "magento/community-edition": "<=2.4", + "magento/magento1ce": "<1.9.4.3-dev", + "magento/magento1ee": ">=1,<1.14.4.3-dev", + "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2", + "maikuolan/phpmussel": ">=1,<1.6", + "mantisbt/mantisbt": "<=2.25.5", "marcwillmann/turn": "<0.3.3", "matyhtf/framework": "<3.0.6", - "mautic/core": "<4.3|= 2.13.1", + "mautic/core": "<4.3", "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35", + "mediawiki/matomo": "<2.4.3", + "melisplatform/melis-asset-manager": "<5.0.1", + "melisplatform/melis-cms": "<5.0.1", + "melisplatform/melis-front": "<5.0.1", "mezzio/mezzio-swoole": "<3.7|>=4,<4.3", - "microweber/microweber": "<1.3.1", + "mgallegos/laravel-jqgrid": "<=1.3", + "microweber/microweber": "<=1.3.4", "miniorange/miniorange-saml": "<1.4.3", "mittwald/typo3_forum": "<1.2.1", - "modx/revolution": "<= 2.8.3-pl|<2.8", + "mobiledetect/mobiledetectlib": "<2.8.32", + "modx/revolution": "<=2.8.3.0-patch", "mojo42/jirafeau": "<4.4", + "mongodb/mongodb": ">=1,<1.9.2", "monolog/monolog": ">=1.8,<1.12", - "moodle/moodle": "<4.0.1", + "moodle/moodle": "<4.2.0.0-RC2-dev|==4.2", + "movim/moxl": ">=0.8,<=0.10", + "mpdf/mpdf": "<=7.1.7", "mustache/mustache": ">=2,<2.14.1", "namshi/jose": "<2.2", "neoan3-apps/template": "<1.1.1", - "neorazorx/facturascripts": "<2022.4", + "neorazorx/facturascripts": "<2022.04", "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3", "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2", + "neos/neos-ui": "<=8.3.3", "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15", "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6", "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13", - "nilsteampassnet/teampass": "<=2.1.27.36", + "nilsteampassnet/teampass": "<3.0.10", "notrinos/notrinos-erp": "<=0.7", "noumo/easyii": "<=0.9", - "nukeviet/nukeviet": "<4.5.2", + "nukeviet/nukeviet": "<4.5.02", + "nyholm/psr7": "<1.6.1", "nystudio107/craft-seomatic": "<3.4.12", "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1", "october/backend": "<1.1.2", - "october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469", - "october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12", + "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1", + "october/october": "<=3.4.4", "october/rain": "<1.0.472|>=1.1,<1.1.2", - "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.15", + "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66", "onelogin/php-saml": "<2.10.4", "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5", "open-web-analytics/open-web-analytics": "<1.7.4", - "opencart/opencart": "<=3.0.3.2", + "opencart/opencart": "<=3.0.3.7|>=4,<4.0.2.3-dev", "openid/php-openid": "<2.3", - "openmage/magento-lts": "<19.4.15|>=20,<20.0.13", - "orchid/platform": ">=9,<9.4.4", - "oro/commerce": ">=5,<5.0.4", + "openmage/magento-lts": "<=19.5|>=20,<=20.1", + "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2", + "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5", + "oro/commerce": ">=4.1,<5.0.6", "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7", "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8", + "oxid-esales/oxideshop-ce": "<4.5", "packbackbooks/lti-1-3-php-library": "<5", "padraic/humbug_get_contents": "<1.1.2", - "pagarme/pagarme-php": ">=0,<3", + "pagarme/pagarme-php": "<3", "pagekit/pagekit": "<=1.0.18", "paragonie/random_compat": "<2", "passbolt/passbolt_api": "<2.11", "paypal/merchant-sdk-php": "<3.12", "pear/archive_tar": "<1.4.14", "pear/crypt_gpg": "<1.6.7", + "pear/pear": "<=1.10.1", "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1", "personnummer/personnummer": "<3.0.2", "phanan/koel": "<5.1.4", + "php-mod/curl": "<2.3.2", + "phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1", "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7", "phpmailer/phpmailer": "<6.5", "phpmussel/phpmussel": ">=1,<1.6", - "phpmyadmin/phpmyadmin": "<5.1.3", + "phpmyadmin/phpmyadmin": "<5.2.1", + "phpmyfaq/phpmyfaq": "<=3.1.7", "phpoffice/phpexcel": "<1.8", "phpoffice/phpspreadsheet": "<1.16", - "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7", - "phpservermon/phpservermon": "<=3.5.2", + "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.19", + "phpservermon/phpservermon": "<3.6", + "phpsysinfo/phpsysinfo": "<3.2.5", "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3", "phpwhois/phpwhois": "<=4.2.5", "phpxmlrpc/extras": "<0.6.1", + "phpxmlrpc/phpxmlrpc": "<4.9.2", + "pi/pi": "<=2.5", + "pimcore/admin-ui-classic-bundle": "<1.1.2", + "pimcore/customer-management-framework-bundle": "<3.4.2", "pimcore/data-hub": "<1.2.4", - "pimcore/pimcore": "<10.4.4", + "pimcore/demo": "<10.3", + "pimcore/perspective-editor": "<1.5.1", + "pimcore/pimcore": "<10.6.8", + "pixelfed/pixelfed": "<=0.11.4", "pocketmine/bedrock-protocol": "<8.0.2", - "pocketmine/pocketmine-mp": "<4.7.2|>= 4.0.0-BETA5, < 4.4.2", + "pocketmine/pocketmine-mp": "<=4.23|>=5,<5.3.1", "pressbooks/pressbooks": "<5.18", "prestashop/autoupgrade": ">=4,<4.10.1", "prestashop/blockwishlist": ">=2,<2.1.1", - "prestashop/contactform": ">1.0.1,<4.3", + "prestashop/contactform": ">=1.0.1,<4.3", "prestashop/gamification": "<2.3.2", - "prestashop/prestashop": ">=1.6.0.10,<1.7.8.7", + "prestashop/prestashop": "<8.1.2", "prestashop/productcomments": "<5.0.2", "prestashop/ps_emailsubscription": "<2.6.1", "prestashop/ps_facetedsearch": "<3.4.1", "prestashop/ps_linklist": "<3.1", "privatebin/privatebin": "<1.4", - "propel/propel": ">=2-alpha.1,<=2-alpha.7", + "processwire/processwire": "<=3.0.200", + "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7", "propel/propel1": ">=1,<=1.7.1", "pterodactyl/panel": "<1.7", + "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2", "ptrofimov/beanstalk_console": "<1.7.14", "pusher/pusher-php-server": "<2.2.1", - "pwweb/laravel-core": "<=0.3.6-beta", + "pwweb/laravel-core": "<=0.3.6.0-beta", + "pyrocms/pyrocms": "<=3.9.1", + "rainlab/blog-plugin": "<1.4.1", "rainlab/debugbar-plugin": "<3.1", + "rainlab/user-plugin": "<=1.4.5", + "rankmath/seo-by-rank-math": "<=1.0.95", + "rap2hpoutre/laravel-log-viewer": "<0.13", + "react/http": ">=0.7,<1.9", + "really-simple-plugins/complianz-gdpr": "<6.4.2", "remdex/livehelperchat": "<3.99", "rmccue/requests": ">=1.6,<1.8", "robrichards/xmlseclibs": "<3.0.4", + "roots/soil": "<4.1", "rudloff/alltube": "<3.0.3", "s-cart/core": "<6.9", "s-cart/s-cart": "<6.9", "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1", - "sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9", - "scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11", + "sabre/dav": "<1.7.11|>=1.8,<1.8.9", + "scheb/two-factor-bundle": "<3.26|>=4,<4.11", "sensiolabs/connect": "<4.2.3", "serluck/phpwhois": "<=4.2.6", - "shopware/core": "<=6.4.9", - "shopware/platform": "<=6.4.9", + "sfroemken/url_redirect": "<=1.2.1", + "sheng/yiicms": "<=1.2", + "shopware/core": "<=6.4.20", + "shopware/platform": "<=6.4.20", "shopware/production": "<=6.3.5.2", - "shopware/shopware": "<=5.7.13", + "shopware/shopware": "<=5.7.17", "shopware/storefront": "<=6.4.8.1", "shopxo/shopxo": "<2.2.6", "showdoc/showdoc": "<2.10.4", - "silverstripe/admin": ">=1,<1.8.1", - "silverstripe/assets": ">=1,<1.10.1", - "silverstripe/cms": "<4.3.6|>=4.4,<4.4.4", + "silverstripe-australia/advancedreports": ">=1,<=2", + "silverstripe/admin": "<1.13.6", + "silverstripe/assets": ">=1,<1.11.1", + "silverstripe/cms": "<4.11.3", "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1", "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3", - "silverstripe/framework": "<4.10.9", - "silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|= 4.0.0-alpha1", + "silverstripe/framework": "<4.13.14|>=5,<5.0.13", + "silverstripe/graphql": "<3.5.2|>=4.0.0.0-alpha1,<4.0.0.0-alpha2|>=4.1.1,<4.1.2|>=4.2.2,<4.2.3", "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1", + "silverstripe/recipe-cms": ">=4.5,<4.5.3", "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1", "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4", "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1", - "silverstripe/subsites": ">=2,<2.1.1", + "silverstripe/subsites": ">=2,<2.6.1", "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1", "silverstripe/userforms": "<3", + "silverstripe/versioned-admin": ">=1,<1.11.1", "simple-updates/phpwhois": "<=1", - "simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4", + "simplesamlphp/saml2": "<1.15.4|>=2,<2.3.8|>=3,<3.1.4", "simplesamlphp/simplesamlphp": "<1.18.6", "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1", + "simplesamlphp/simplesamlphp-module-openid": "<1", + "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9", "simplito/elliptic-php": "<1.0.6", + "sitegeist/fluid-components": "<3.5", + "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3", + "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1", "slim/slim": "<2.6", - "smarty/smarty": "<3.1.45|>=4,<4.1.1", - "snipe/snipe-it": "<6.0.10|>= 6.0.0-RC-1, <= 6.0.0-RC-5", + "slub/slub-events": "<3.0.3", + "smarty/smarty": "<3.1.48|>=4,<4.3.1", + "snipe/snipe-it": "<=6.0.14", "socalnick/scn-social-auth": "<1.15.2", "socialiteproviders/steam": "<1.1", - "spipu/html2pdf": "<5.2.4", + "spatie/browsershot": "<3.57.4", + "spipu/html2pdf": "<5.2.8", + "spoon/library": "<1.4.1", "spoonity/tcpdf": "<6.2.22", "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1", - "ssddanbrown/bookstack": "<22.2.3", - "statamic/cms": "<3.2.39|>=3.3,<3.3.2", - "stormpath/sdk": ">=0,<9.9.99", - "studio-42/elfinder": "<2.1.59", - "subrion/cms": "<=4.2.1", - "sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8", + "ssddanbrown/bookstack": "<22.02.3", + "statamic/cms": "<4.10", + "stormpath/sdk": "<9.9.99", + "studio-42/elfinder": "<2.1.62", + "subhh/libconnect": "<7.0.8|>=8,<8.1", + "sukohi/surpass": "<1", + "sulu/sulu": "<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8|==2.4.0.0-RC1|>=2.5,<2.5.10", + "sumocoders/framework-user-bundle": "<1.4", + "swag/paypal": "<5.4.4", "swiftmailer/swiftmailer": ">=4,<5.4.5", "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2", "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1", @@ -1086,15 +1294,16 @@ "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2", "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99", "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4", + "symbiote/silverstripe-seed": "<6.0.3", "symbiote/silverstripe-versionedfiles": "<=2.0.3", - "symfont/process": ">=0,<4", + "symfont/process": ">=0", "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8", "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4", "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1", - "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14", + "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3", "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7", - "symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12", + "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13", "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1", "symfony/mime": ">=4.3,<4.3.8", @@ -1104,77 +1313,103 @@ "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7", "symfony/routing": ">=2,<2.0.19", "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8", - "symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11|>=5.3,<5.3.12", + "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9", "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11", "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8", "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2", "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12", - "symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3", + "symfony/symfony": "<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6", "symfony/translation": ">=2,<2.0.17", + "symfony/ux-autocomplete": "<2.11.2", "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3", "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8", "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4", "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7", - "t3/dce": ">=2.2,<2.6.2", + "t3/dce": "<0.11.5|>=2.2,<2.6.2", "t3g/svg-sanitizer": "<1.0.3", "tastyigniter/tastyigniter": "<3.3", + "tcg/voyager": "<=1.4", "tecnickcom/tcpdf": "<6.2.22", "terminal42/contao-tablelookupwizard": "<3.3.5", "thelia/backoffice-default-template": ">=2.1,<2.1.2", - "thelia/thelia": ">=2.1-beta.1,<2.1.3", + "thelia/thelia": ">=2.1,<2.1.3", "theonedemon/phpwhois": "<=4.2.5", "thinkcmf/thinkcmf": "<=5.1.7", - "tinymce/tinymce": "<5.10", - "titon/framework": ">=0,<9.9.99", - "topthink/framework": "<=6.0.12", - "topthink/think": "<=6.0.9", + "thorsten/phpmyfaq": "<3.2.0.0-beta2", + "tikiwiki/tiki-manager": "<=17.1", + "tinymce/tinymce": "<5.10.7|>=6,<6.3.1", + "tinymighty/wiki-seo": "<1.2.2", + "titon/framework": "<9.9.99", + "tobiasbg/tablepress": "<=2.0.0.0-RC1", + "topthink/framework": "<6.0.14", + "topthink/think": "<=6.1.1", "topthink/thinkphp": "<=3.2.3", - "tribalsystems/zenario": "<9.2.55826", + "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2", + "tribalsystems/zenario": "<=9.4.59197", "truckersmp/phpwhois": "<=4.3.1", - "twig/twig": "<1.38|>=2,<2.14.11|>=3,<3.3.8", - "typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.29|>=11,<11.5.11", + "ttskch/pagination-service-provider": "<1", + "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3", + "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2", "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", - "typo3/cms-core": ">=6.2,<=6.2.56|>=7,<7.6.57|>=8,<8.7.47|>=9,<9.5.35|>=10,<10.4.29|>=11,<11.5.11", + "typo3/cms-core": "<8.7.51|>=9,<9.5.42|>=10,<10.4.39|>=11,<11.5.30|>=12,<12.4.4", + "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1", "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1", + "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30", "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6", + "typo3/html-sanitizer": ">=1,<1.5.1|>=2,<2.1.2", "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3", "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1", "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5", "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10", "ua-parser/uap-php": "<3.8", - "unisharp/laravel-filemanager": "<=2.3", + "uasoft-indonesia/badaso": "<=2.9.7", + "unisharp/laravel-filemanager": "<=2.5.1", "userfrosting/userfrosting": ">=0.3.1,<4.6.3", "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2", + "uvdesk/community-skeleton": "<=1.1.1", "vanilla/safecurl": "<0.9.2", "verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4", + "vova07/yii2-fileapi-widget": "<0.1.9", "vrana/adminer": "<4.8.1", + "waldhacker/hcaptcha": "<2.1.2", "wallabag/tcpdf": "<6.2.22", + "wallabag/wallabag": "<2.6.7", "wanglelecc/laracms": "<=1.0.3", "web-auth/webauthn-framework": ">=3.3,<3.3.4", + "webbuilders-group/silverstripe-kapost-bridge": "<0.4", "webcoast/deferred-image-processing": "<1.0.2", + "webklex/laravel-imap": "<5.3", + "webklex/php-imap": "<5.3", + "webpa/webpa": "<3.1.2", + "wikibase/wikibase": "<=1.39.3", "wikimedia/parsoid": "<0.12.2", "willdurand/js-translation-bundle": "<2.1.1", - "wintercms/winter": "<1.0.475|>=1.1,<1.1.9", + "wintercms/winter": "<1.2.3", "woocommerce/woocommerce": "<6.6", "wp-cli/wp-cli": "<2.5", - "wp-graphql/wp-graphql": "<0.3.5", + "wp-graphql/wp-graphql": "<=1.14.5", "wpanel/wpanel4-cms": "<=4.3.1", - "wwbn/avideo": "<=11.6", + "wpcloud/wp-stateless": "<3.2", + "wwbn/avideo": "<=12.4", + "xataface/xataface": "<3", + "xpressengine/xpressengine": "<3.0.15", "yeswiki/yeswiki": "<4.1", - "yetiforce/yetiforce-crm": "<6.4", + "yetiforce/yetiforce-crm": "<=6.4", "yidashi/yii2cmf": "<=2", "yii2mod/yii2-cms": "<1.9.2", - "yiisoft/yii": ">=1.1.14,<1.1.15", + "yiisoft/yii": "<1.1.27", "yiisoft/yii2": "<2.0.38", "yiisoft/yii2-bootstrap": "<2.0.4", "yiisoft/yii2-dev": "<2.0.43", "yiisoft/yii2-elasticsearch": "<2.0.5", - "yiisoft/yii2-gii": "<2.0.4", + "yiisoft/yii2-gii": "<=2.2.4", "yiisoft/yii2-jui": "<2.0.4", "yiisoft/yii2-redis": "<2.0.8", + "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6", "yoast-seo-for-typo3/yoast_seo": "<7.2.3", "yourls/yourls": "<=1.8.2", + "zencart/zencart": "<=1.5.7.0-beta", "zendesk/zendesk_api_client_php": "<2.2.11", "zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3", "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2", @@ -1195,14 +1430,24 @@ "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6", "zendframework/zendframework": "<=3", "zendframework/zendframework1": "<1.12.20", - "zendframework/zendopenid": ">=2,<2.0.2", - "zendframework/zendxml": ">=1,<1.0.1", + "zendframework/zendopenid": "<2.0.2", + "zendframework/zendrest": "<2.0.2", + "zendframework/zendservice-amazon": "<2.0.3", + "zendframework/zendservice-api": "<1", + "zendframework/zendservice-audioscrobbler": "<2.0.2", + "zendframework/zendservice-nirvanix": "<2.0.2", + "zendframework/zendservice-slideshare": "<2.0.2", + "zendframework/zendservice-technorati": "<2.0.2", + "zendframework/zendservice-windowsazure": "<2.0.2", + "zendframework/zendxml": "<1.0.1", + "zenstruck/collection": "<0.2.1", "zetacomponents/mail": "<1.8.2", "zf-commons/zfc-user": "<1.2.2", "zfcampus/zf-apigility-doctrine": ">=1,<1.0.3", "zfr/zfr-oauth2-server-module": "<0.1.2", "zoujingli/thinkadmin": "<6.0.22" }, + "default-branch": true, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1221,6 +1466,9 @@ } ], "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it", + "keywords": [ + "dev" + ], "support": { "issues": "https://github.com/Roave/SecurityAdvisories/issues", "source": "https://github.com/Roave/SecurityAdvisories/tree/latest" @@ -1235,20 +1483,20 @@ "type": "tidelift" } ], - "time": "2022-08-31T22:04:18+00:00" + "time": "2023-10-06T19:04:00+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.7.1", + "version": "3.7.2", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", - "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ed8e00df0a83aa96acf703f8c2979ff33341f879", + "reference": "ed8e00df0a83aa96acf703f8c2979ff33341f879", "shasum": "" }, "require": { @@ -1284,45 +1532,47 @@ "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", "keywords": [ "phpcs", - "standards" + "standards", + "static analysis" ], "support": { "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2022-06-18T07:21:10+00:00" + "time": "2023-02-22T23:07:41+00:00" }, { "name": "symfony/config", - "version": "v4.4.44", + "version": "v5.4.26", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" + "reference": "8109892f27beed9252bd1f1c1880aeb4ad842650" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", - "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", + "url": "https://api.github.com/repos/symfony/config/zipball/8109892f27beed9252bd1f1c1880aeb4ad842650", + "reference": "8109892f27beed9252bd1f1c1880aeb4ad842650", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/filesystem": "^3.4|^4.0|^5.0", + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { - "symfony/finder": "<3.4" + "symfony/finder": "<4.4" }, "require-dev": { - "symfony/event-dispatcher": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/messenger": "^4.1|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/yaml": "^3.4|^4.0|^5.0" + "symfony/event-dispatcher": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/messenger": "^4.4|^5.0|^6.0", + "symfony/service-contracts": "^1.1|^2|^3", + "symfony/yaml": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" @@ -1353,7 +1603,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v4.4.44" + "source": "https://github.com/symfony/config/tree/v5.4.26" }, "funding": [ { @@ -1369,32 +1619,35 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2023-07-19T20:21:11+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.44", + "version": "v5.4.29", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" + "reference": "338638ed8c9d5c7fcb136a73f5c7043465ae2f05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", - "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/338638ed8c9d5c7fcb136a73f5c7043465ae2f05", + "reference": "338638ed8c9d5c7fcb136a73f5c7043465ae2f05", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/container": "^1.0", + "php": ">=7.2.5", + "psr/container": "^1.1.1", + "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-php81": "^1.22", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { - "symfony/config": "<4.3|>=5.0", - "symfony/finder": "<3.4", - "symfony/proxy-manager-bridge": "<3.4", + "ext-psr": "<1.1|>=2", + "symfony/config": "<5.3", + "symfony/finder": "<4.4", + "symfony/proxy-manager-bridge": "<4.4", "symfony/yaml": "<4.4.26" }, "provide": { @@ -1402,9 +1655,9 @@ "symfony/service-implementation": "1.0|2.0" }, "require-dev": { - "symfony/config": "^4.3", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/yaml": "^4.4.26|^5.0" + "symfony/config": "^5.3|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4.26|^5.0|^6.0" }, "suggest": { "symfony/config": "", @@ -1439,7 +1692,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" + "source": "https://github.com/symfony/dependency-injection/tree/v5.4.29" }, "funding": [ { @@ -1455,25 +1708,93 @@ "type": "tidelift" } ], - "time": "2022-07-20T09:59:04+00:00" + "time": "2023-09-20T06:23:43+00:00" }, { - "name": "symfony/filesystem", - "version": "v4.4.42", + "name": "symfony/deprecation-contracts", + "version": "v2.5.2", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" + "url": "https://github.com/symfony/deprecation-contracts.git", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", - "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=7.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "2.5-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "files": [ + "function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "A generic function and convention to trigger deprecation notices", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" + }, + "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-01-02T09:53:40+00:00" + }, + { + "name": "symfony/filesystem", + "version": "v5.4.25", + "source": { + "type": "git", + "url": "https://github.com/symfony/filesystem.git", + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "reference": "0ce3a62c9579a53358d3a7eb6b3dfb79789a6364", + "shasum": "" + }, + "require": { + "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "type": "library", @@ -1502,7 +1823,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.42" + "source": "https://github.com/symfony/filesystem/tree/v5.4.25" }, "funding": [ { @@ -1518,20 +1839,20 @@ "type": "tidelift" } ], - "time": "2022-05-20T08:49:14+00:00" + "time": "2023-05-31T13:04:02+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.26.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", - "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", "shasum": "" }, "require": { @@ -1546,7 +1867,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1584,7 +1905,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, "funding": [ { @@ -1600,20 +1921,103 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { - "name": "symfony/polyfill-php73", - "version": "v1.26.0", + "name": "symfony/polyfill-mbstring", + "version": "v1.28.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "42292d99c55abe617799667f454222c54c60e229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", - "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", + "reference": "42292d99c55abe617799667f454222c54c60e229", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-mbstring": "*" + }, + "suggest": { + "ext-mbstring": "For best performance" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Mbstring\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Mbstring extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.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": "2023-07-28T09:04:16+00:00" + }, + { + "name": "symfony/polyfill-php73", + "version": "v1.28.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php73.git", + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fe2f306d1d9d346a7fee353d0d5012e401e984b5", + "reference": "fe2f306d1d9d346a7fee353d0d5012e401e984b5", "shasum": "" }, "require": { @@ -1622,7 +2026,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1663,7 +2067,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.28.0" }, "funding": [ { @@ -1679,20 +2083,20 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.26.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", - "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5", + "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5", "shasum": "" }, "require": { @@ -1701,7 +2105,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1746,7 +2150,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -1762,20 +2166,20 @@ "type": "tidelift" } ], - "time": "2022-05-10T07:21:04+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/polyfill-php81", - "version": "v1.26.0", + "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", - "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", "shasum": "" }, "require": { @@ -1784,7 +2188,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.26-dev" + "dev-main": "1.28-dev" }, "thanks": { "name": "symfony/polyfill", @@ -1825,7 +2229,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" }, "funding": [ { @@ -1841,25 +2245,29 @@ "type": "tidelift" } ], - "time": "2022-05-24T11:49:31+00:00" + "time": "2023-01-26T09:26:14+00:00" }, { "name": "symfony/service-contracts", - "version": "v1.1.13", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4" + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/afa00c500c2d6aea6e3b2f4862355f507bc5ebb4", - "reference": "afa00c500c2d6aea6e3b2f4862355f507bc5ebb4", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/container": "^1.0" + "php": ">=7.2.5", + "psr/container": "^1.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "conflict": { + "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" @@ -1867,7 +2275,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.1-dev" + "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", @@ -1904,7 +2312,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v1.1.13" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { @@ -1920,35 +2328,35 @@ "type": "tidelift" } ], - "time": "2022-05-27T14:01:05+00:00" + "time": "2022-05-30T19:17:29+00:00" }, { "name": "szepeviktor/phpstan-wordpress", - "version": "v1.1.3", + "version": "v1.3.0", "source": { "type": "git", "url": "https://github.com/szepeviktor/phpstan-wordpress.git", - "reference": "e644df734e1bbe95810e0f617d17df091048a94e" + "reference": "5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/e644df734e1bbe95810e0f617d17df091048a94e", - "reference": "e644df734e1bbe95810e0f617d17df091048a94e", + "url": "https://api.github.com/repos/szepeviktor/phpstan-wordpress/zipball/5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9", + "reference": "5b5cc77ed51fdaf64efe3f00b5aae4b709d2cfa9", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "php-stubs/wordpress-stubs": "^4.7 || ^5.0 || ^6.0", - "phpstan/phpstan": "^1.6", + "phpstan/phpstan": "^1.10.0", "symfony/polyfill-php73": "^1.12.0" }, "require-dev": { "composer/composer": "^2.1.14", - "dealerdirect/phpcodesniffer-composer-installer": "^0.7", + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", "php-parallel-lint/php-parallel-lint": "^1.1", "phpstan/phpstan-strict-rules": "^1.2", - "phpunit/phpunit": "^8 || ^9", - "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.6" + "phpunit/phpunit": "^8.0 || ^9.0", + "szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.8" }, "type": "phpstan-extension", "extra": { @@ -1977,19 +2385,9 @@ ], "support": { "issues": "https://github.com/szepeviktor/phpstan-wordpress/issues", - "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.1.3" + "source": "https://github.com/szepeviktor/phpstan-wordpress/tree/v1.3.0" }, - "funding": [ - { - "url": "https://www.paypal.me/szepeviktor", - "type": "custom" - }, - { - "url": "https://github.com/szepeviktor", - "type": "github" - } - ], - "time": "2022-09-22T13:14:50+00:00" + "time": "2023-04-23T06:15:06+00:00" }, { "name": "wp-coding-standards/wpcs", @@ -2125,7 +2523,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.6" + "php": "^7.4 || ^8.0" }, "platform-dev": [], "plugin-api-version": "2.3.0" diff --git a/css/custom-editor-style-bootstrap4.css b/css/custom-editor-style-bootstrap4.css index 1ff03a7a..5bd11e2c 100644 --- a/css/custom-editor-style-bootstrap4.css +++ b/css/custom-editor-style-bootstrap4.css @@ -691,6 +691,1116 @@ template { color: #6c757d; } +.container, +.container-fluid, +.container-xl, +.container-lg, +.container-md, +.container-sm { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .container-sm, .container { + max-width: 540px; + } +} +@media (min-width: 768px) { + .container-md, .container-sm, .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container-lg, .container-md, .container-sm, .container { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container-xl, .container-lg, .container-md, .container-sm, .container { + max-width: 1140px; + } +} +.row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.no-gutters { + margin-right: 0; + margin-left: 0; +} +.no-gutters > .col, +.no-gutters > [class*=col-] { + padding-right: 0; + padding-left: 0; +} + +.col-xl, +.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg, +.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md, +.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm, +.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col, +.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.col { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; +} + +.row-cols-1 > * { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +.row-cols-2 > * { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.row-cols-3 > * { + -ms-flex: 0 0 33.3333333333%; + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; +} + +.row-cols-4 > * { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.row-cols-5 > * { + -ms-flex: 0 0 20%; + flex: 0 0 20%; + max-width: 20%; +} + +.row-cols-6 > * { + -ms-flex: 0 0 16.6666666667%; + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; +} + +.col-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; +} + +.col-1 { + -ms-flex: 0 0 8.33333333%; + flex: 0 0 8.33333333%; + max-width: 8.33333333%; +} + +.col-2 { + -ms-flex: 0 0 16.66666667%; + flex: 0 0 16.66666667%; + max-width: 16.66666667%; +} + +.col-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.col-4 { + -ms-flex: 0 0 33.33333333%; + flex: 0 0 33.33333333%; + max-width: 33.33333333%; +} + +.col-5 { + -ms-flex: 0 0 41.66666667%; + flex: 0 0 41.66666667%; + max-width: 41.66666667%; +} + +.col-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.col-7 { + -ms-flex: 0 0 58.33333333%; + flex: 0 0 58.33333333%; + max-width: 58.33333333%; +} + +.col-8 { + -ms-flex: 0 0 66.66666667%; + flex: 0 0 66.66666667%; + max-width: 66.66666667%; +} + +.col-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; +} + +.col-10 { + -ms-flex: 0 0 83.33333333%; + flex: 0 0 83.33333333%; + max-width: 83.33333333%; +} + +.col-11 { + -ms-flex: 0 0 91.66666667%; + flex: 0 0 91.66666667%; + max-width: 91.66666667%; +} + +.col-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +.order-first { + -ms-flex-order: -1; + order: -1; +} + +.order-last { + -ms-flex-order: 13; + order: 13; +} + +.order-0 { + -ms-flex-order: 0; + order: 0; +} + +.order-1 { + -ms-flex-order: 1; + order: 1; +} + +.order-2 { + -ms-flex-order: 2; + order: 2; +} + +.order-3 { + -ms-flex-order: 3; + order: 3; +} + +.order-4 { + -ms-flex-order: 4; + order: 4; +} + +.order-5 { + -ms-flex-order: 5; + order: 5; +} + +.order-6 { + -ms-flex-order: 6; + order: 6; +} + +.order-7 { + -ms-flex-order: 7; + order: 7; +} + +.order-8 { + -ms-flex-order: 8; + order: 8; +} + +.order-9 { + -ms-flex-order: 9; + order: 9; +} + +.order-10 { + -ms-flex-order: 10; + order: 10; +} + +.order-11 { + -ms-flex-order: 11; + order: 11; +} + +.order-12 { + -ms-flex-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 { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .row-cols-sm-1 > * { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .row-cols-sm-2 > * { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .row-cols-sm-3 > * { + -ms-flex: 0 0 33.3333333333%; + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + .row-cols-sm-4 > * { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .row-cols-sm-5 > * { + -ms-flex: 0 0 20%; + flex: 0 0 20%; + max-width: 20%; + } + .row-cols-sm-6 > * { + -ms-flex: 0 0 16.6666666667%; + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + .col-sm-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-sm-1 { + -ms-flex: 0 0 8.33333333%; + flex: 0 0 8.33333333%; + max-width: 8.33333333%; + } + .col-sm-2 { + -ms-flex: 0 0 16.66666667%; + flex: 0 0 16.66666667%; + max-width: 16.66666667%; + } + .col-sm-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-sm-4 { + -ms-flex: 0 0 33.33333333%; + flex: 0 0 33.33333333%; + max-width: 33.33333333%; + } + .col-sm-5 { + -ms-flex: 0 0 41.66666667%; + flex: 0 0 41.66666667%; + max-width: 41.66666667%; + } + .col-sm-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-sm-7 { + -ms-flex: 0 0 58.33333333%; + flex: 0 0 58.33333333%; + max-width: 58.33333333%; + } + .col-sm-8 { + -ms-flex: 0 0 66.66666667%; + flex: 0 0 66.66666667%; + max-width: 66.66666667%; + } + .col-sm-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-sm-10 { + -ms-flex: 0 0 83.33333333%; + flex: 0 0 83.33333333%; + max-width: 83.33333333%; + } + .col-sm-11 { + -ms-flex: 0 0 91.66666667%; + flex: 0 0 91.66666667%; + max-width: 91.66666667%; + } + .col-sm-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-sm-first { + -ms-flex-order: -1; + order: -1; + } + .order-sm-last { + -ms-flex-order: 13; + order: 13; + } + .order-sm-0 { + -ms-flex-order: 0; + order: 0; + } + .order-sm-1 { + -ms-flex-order: 1; + order: 1; + } + .order-sm-2 { + -ms-flex-order: 2; + order: 2; + } + .order-sm-3 { + -ms-flex-order: 3; + order: 3; + } + .order-sm-4 { + -ms-flex-order: 4; + order: 4; + } + .order-sm-5 { + -ms-flex-order: 5; + order: 5; + } + .order-sm-6 { + -ms-flex-order: 6; + order: 6; + } + .order-sm-7 { + -ms-flex-order: 7; + order: 7; + } + .order-sm-8 { + -ms-flex-order: 8; + order: 8; + } + .order-sm-9 { + -ms-flex-order: 9; + order: 9; + } + .order-sm-10 { + -ms-flex-order: 10; + order: 10; + } + .order-sm-11 { + -ms-flex-order: 11; + order: 11; + } + .order-sm-12 { + -ms-flex-order: 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 { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .row-cols-md-1 > * { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .row-cols-md-2 > * { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .row-cols-md-3 > * { + -ms-flex: 0 0 33.3333333333%; + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + .row-cols-md-4 > * { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .row-cols-md-5 > * { + -ms-flex: 0 0 20%; + flex: 0 0 20%; + max-width: 20%; + } + .row-cols-md-6 > * { + -ms-flex: 0 0 16.6666666667%; + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + .col-md-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-md-1 { + -ms-flex: 0 0 8.33333333%; + flex: 0 0 8.33333333%; + max-width: 8.33333333%; + } + .col-md-2 { + -ms-flex: 0 0 16.66666667%; + flex: 0 0 16.66666667%; + max-width: 16.66666667%; + } + .col-md-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-md-4 { + -ms-flex: 0 0 33.33333333%; + flex: 0 0 33.33333333%; + max-width: 33.33333333%; + } + .col-md-5 { + -ms-flex: 0 0 41.66666667%; + flex: 0 0 41.66666667%; + max-width: 41.66666667%; + } + .col-md-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-md-7 { + -ms-flex: 0 0 58.33333333%; + flex: 0 0 58.33333333%; + max-width: 58.33333333%; + } + .col-md-8 { + -ms-flex: 0 0 66.66666667%; + flex: 0 0 66.66666667%; + max-width: 66.66666667%; + } + .col-md-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-md-10 { + -ms-flex: 0 0 83.33333333%; + flex: 0 0 83.33333333%; + max-width: 83.33333333%; + } + .col-md-11 { + -ms-flex: 0 0 91.66666667%; + flex: 0 0 91.66666667%; + max-width: 91.66666667%; + } + .col-md-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-md-first { + -ms-flex-order: -1; + order: -1; + } + .order-md-last { + -ms-flex-order: 13; + order: 13; + } + .order-md-0 { + -ms-flex-order: 0; + order: 0; + } + .order-md-1 { + -ms-flex-order: 1; + order: 1; + } + .order-md-2 { + -ms-flex-order: 2; + order: 2; + } + .order-md-3 { + -ms-flex-order: 3; + order: 3; + } + .order-md-4 { + -ms-flex-order: 4; + order: 4; + } + .order-md-5 { + -ms-flex-order: 5; + order: 5; + } + .order-md-6 { + -ms-flex-order: 6; + order: 6; + } + .order-md-7 { + -ms-flex-order: 7; + order: 7; + } + .order-md-8 { + -ms-flex-order: 8; + order: 8; + } + .order-md-9 { + -ms-flex-order: 9; + order: 9; + } + .order-md-10 { + -ms-flex-order: 10; + order: 10; + } + .order-md-11 { + -ms-flex-order: 11; + order: 11; + } + .order-md-12 { + -ms-flex-order: 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 { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .row-cols-lg-1 > * { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .row-cols-lg-2 > * { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .row-cols-lg-3 > * { + -ms-flex: 0 0 33.3333333333%; + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + .row-cols-lg-4 > * { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .row-cols-lg-5 > * { + -ms-flex: 0 0 20%; + flex: 0 0 20%; + max-width: 20%; + } + .row-cols-lg-6 > * { + -ms-flex: 0 0 16.6666666667%; + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + .col-lg-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-lg-1 { + -ms-flex: 0 0 8.33333333%; + flex: 0 0 8.33333333%; + max-width: 8.33333333%; + } + .col-lg-2 { + -ms-flex: 0 0 16.66666667%; + flex: 0 0 16.66666667%; + max-width: 16.66666667%; + } + .col-lg-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-lg-4 { + -ms-flex: 0 0 33.33333333%; + flex: 0 0 33.33333333%; + max-width: 33.33333333%; + } + .col-lg-5 { + -ms-flex: 0 0 41.66666667%; + flex: 0 0 41.66666667%; + max-width: 41.66666667%; + } + .col-lg-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-lg-7 { + -ms-flex: 0 0 58.33333333%; + flex: 0 0 58.33333333%; + max-width: 58.33333333%; + } + .col-lg-8 { + -ms-flex: 0 0 66.66666667%; + flex: 0 0 66.66666667%; + max-width: 66.66666667%; + } + .col-lg-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-lg-10 { + -ms-flex: 0 0 83.33333333%; + flex: 0 0 83.33333333%; + max-width: 83.33333333%; + } + .col-lg-11 { + -ms-flex: 0 0 91.66666667%; + flex: 0 0 91.66666667%; + max-width: 91.66666667%; + } + .col-lg-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-lg-first { + -ms-flex-order: -1; + order: -1; + } + .order-lg-last { + -ms-flex-order: 13; + order: 13; + } + .order-lg-0 { + -ms-flex-order: 0; + order: 0; + } + .order-lg-1 { + -ms-flex-order: 1; + order: 1; + } + .order-lg-2 { + -ms-flex-order: 2; + order: 2; + } + .order-lg-3 { + -ms-flex-order: 3; + order: 3; + } + .order-lg-4 { + -ms-flex-order: 4; + order: 4; + } + .order-lg-5 { + -ms-flex-order: 5; + order: 5; + } + .order-lg-6 { + -ms-flex-order: 6; + order: 6; + } + .order-lg-7 { + -ms-flex-order: 7; + order: 7; + } + .order-lg-8 { + -ms-flex-order: 8; + order: 8; + } + .order-lg-9 { + -ms-flex-order: 9; + order: 9; + } + .order-lg-10 { + -ms-flex-order: 10; + order: 10; + } + .order-lg-11 { + -ms-flex-order: 11; + order: 11; + } + .order-lg-12 { + -ms-flex-order: 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 { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; + } + .row-cols-xl-1 > * { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .row-cols-xl-2 > * { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .row-cols-xl-3 > * { + -ms-flex: 0 0 33.3333333333%; + flex: 0 0 33.3333333333%; + max-width: 33.3333333333%; + } + .row-cols-xl-4 > * { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .row-cols-xl-5 > * { + -ms-flex: 0 0 20%; + flex: 0 0 20%; + max-width: 20%; + } + .row-cols-xl-6 > * { + -ms-flex: 0 0 16.6666666667%; + flex: 0 0 16.6666666667%; + max-width: 16.6666666667%; + } + .col-xl-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; + } + .col-xl-1 { + -ms-flex: 0 0 8.33333333%; + flex: 0 0 8.33333333%; + max-width: 8.33333333%; + } + .col-xl-2 { + -ms-flex: 0 0 16.66666667%; + flex: 0 0 16.66666667%; + max-width: 16.66666667%; + } + .col-xl-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; + } + .col-xl-4 { + -ms-flex: 0 0 33.33333333%; + flex: 0 0 33.33333333%; + max-width: 33.33333333%; + } + .col-xl-5 { + -ms-flex: 0 0 41.66666667%; + flex: 0 0 41.66666667%; + max-width: 41.66666667%; + } + .col-xl-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; + } + .col-xl-7 { + -ms-flex: 0 0 58.33333333%; + flex: 0 0 58.33333333%; + max-width: 58.33333333%; + } + .col-xl-8 { + -ms-flex: 0 0 66.66666667%; + flex: 0 0 66.66666667%; + max-width: 66.66666667%; + } + .col-xl-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; + } + .col-xl-10 { + -ms-flex: 0 0 83.33333333%; + flex: 0 0 83.33333333%; + max-width: 83.33333333%; + } + .col-xl-11 { + -ms-flex: 0 0 91.66666667%; + flex: 0 0 91.66666667%; + max-width: 91.66666667%; + } + .col-xl-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; + } + .order-xl-first { + -ms-flex-order: -1; + order: -1; + } + .order-xl-last { + -ms-flex-order: 13; + order: 13; + } + .order-xl-0 { + -ms-flex-order: 0; + order: 0; + } + .order-xl-1 { + -ms-flex-order: 1; + order: 1; + } + .order-xl-2 { + -ms-flex-order: 2; + order: 2; + } + .order-xl-3 { + -ms-flex-order: 3; + order: 3; + } + .order-xl-4 { + -ms-flex-order: 4; + order: 4; + } + .order-xl-5 { + -ms-flex-order: 5; + order: 5; + } + .order-xl-6 { + -ms-flex-order: 6; + order: 6; + } + .order-xl-7 { + -ms-flex-order: 7; + order: 7; + } + .order-xl-8 { + -ms-flex-order: 8; + order: 8; + } + .order-xl-9 { + -ms-flex-order: 9; + order: 9; + } + .order-xl-10 { + -ms-flex-order: 10; + order: 10; + } + .order-xl-11 { + -ms-flex-order: 11; + order: 11; + } + .order-xl-12 { + -ms-flex-order: 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%; + } +} h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 0.5rem; @@ -4660,4 +5770,25 @@ body.understrap-no-sidebar .wp-block-cover.alignwide { font-weight: 500; } +@media (min-width: 576px) { + html :where(.wp-block) { + max-width: 540px; + } +} +@media (min-width: 768px) { + html :where(.wp-block) { + max-width: 720px; + } +} +@media (min-width: 992px) { + html :where(.wp-block) { + max-width: 960px; + } +} +@media (min-width: 1200px) { + html :where(.wp-block) { + max-width: 1140px; + } +} + /*# sourceMappingURL=custom-editor-style-bootstrap4.css.map */ \ No newline at end of file diff --git a/css/custom-editor-style-bootstrap4.css.map b/css/custom-editor-style-bootstrap4.css.map index 9b0487c9..bb3740c9 100644 --- a/css/custom-editor-style-bootstrap4.css.map +++ b/css/custom-editor-style-bootstrap4.css.map @@ -1 +1 @@ -{"version":3,"sources":["custom-editor-style-bootstrap4.css","../src/sass/assets/bootstrap4/_reboot.scss","../src/sass/assets/bootstrap4/_variables.scss","../src/sass/assets/bootstrap4/vendor/_rfs.scss","../src/sass/assets/bootstrap4/mixins/_hover.scss","../src/sass/assets/bootstrap4/_root.scss","../src/sass/assets/bootstrap4/_tables.scss","../src/sass/assets/bootstrap4/mixins/_table-row.scss","../src/sass/assets/bootstrap4/mixins/_breakpoints.scss","../src/sass/assets/bootstrap4/_images.scss","../src/sass/assets/bootstrap4/mixins/_image.scss","../src/sass/assets/bootstrap4/mixins/_border-radius.scss","../src/sass/assets/bootstrap4/_type.scss","../src/sass/assets/bootstrap4/mixins/_lists.scss","../src/sass/assets/bootstrap4/utilities/_align.scss","../src/sass/assets/bootstrap4/mixins/_background-variant.scss","../src/sass/assets/bootstrap4/utilities/_background.scss","../src/sass/assets/bootstrap4/utilities/_borders.scss","../src/sass/assets/bootstrap4/mixins/_clearfix.scss","../src/sass/assets/bootstrap4/utilities/_display.scss","../src/sass/assets/bootstrap4/utilities/_embed.scss","../src/sass/assets/bootstrap4/utilities/_flex.scss","../src/sass/assets/bootstrap4/utilities/_float.scss","../src/sass/assets/bootstrap4/utilities/_interactions.scss","../src/sass/assets/bootstrap4/utilities/_overflow.scss","../src/sass/assets/bootstrap4/utilities/_position.scss","../src/sass/assets/bootstrap4/utilities/_screenreaders.scss","../src/sass/assets/bootstrap4/mixins/_screen-reader.scss","../src/sass/assets/bootstrap4/utilities/_shadows.scss","../src/sass/assets/bootstrap4/utilities/_sizing.scss","../src/sass/assets/bootstrap4/utilities/_spacing.scss","../src/sass/assets/bootstrap4/utilities/_stretched-link.scss","../src/sass/assets/bootstrap4/utilities/_text.scss","../src/sass/assets/bootstrap4/mixins/_text-truncate.scss","../src/sass/assets/bootstrap4/mixins/_text-emphasis.scss","../src/sass/assets/bootstrap4/mixins/_text-hide.scss","../src/sass/assets/bootstrap4/utilities/_visibility.scss","../src/sass/theme/_colors.scss","../src/sass/theme/_blocks.scss","../src/sass/assets/bootstrap4/mixins/_grid.scss","../src/sass/assets/bootstrap4/mixins/_buttons.scss","../src/sass/custom-editor-style-bootstrap4.scss"],"names":[],"mappings":"AAAA,gBAAgB;ACkBhB;;;EAGE,sBAAA;ADhBF;;ACmBA;EACE,uBAAA;EACA,iBAAA;EACA,8BAAA;EACA,6CAAA;ADhBF;;ACsBA;EACE,cAAA;ADnBF;;AC6BA;EACE,SAAA;EACA,qNCsO4B;ECjGxB,eAAA;EFnIJ,gBC+O4B;ED9O5B,gBCmP4B;EDlP5B,cCnCS;EDoCT,gBAAA;EACA,sBC9CS;AFoBX;;ACsCA;EACE,qBAAA;ADnCF;;AC4CA;EACE,uBAAA;EACA,SAAA;EACA,iBAAA;ADzCF;;ACsDA;EACE,aAAA;EACA,qBCiN4B;AFpQ9B;;AC0DA;EACE,aAAA;EACA,mBCoF0B;AF3I5B;;ACkEA;;EAEE,0BAAA;EACA,yCAAA;EAAA,iCAAA;EACA,YAAA;EACA,gBAAA;EACA,sCAAA;EAAA,8BAAA;AD/DF;;ACkEA;EACE,mBAAA;EACA,kBAAA;EACA,oBAAA;AD/DF;;ACkEA;;;EAGE,aAAA;EACA,mBAAA;AD/DF;;ACkEA;;;;EAIE,gBAAA;AD/DF;;ACkEA;EACE,gBCkJ4B;AFjN9B;;ACkEA;EACE,qBAAA;EACA,cAAA;AD/DF;;ACkEA;EACE,gBAAA;AD/DF;;ACkEA;;EAEE,mBCqI4B;AFpM9B;;ACkEA;EEII,cAAA;AHlEJ;;ACuEA;;EAEE,kBAAA;EEPE,cAAA;EFSF,cAAA;EACA,wBAAA;ADpEF;;ACuEA;EAAM,eAAA;ADnEN;;ACoEA;EAAM,WAAA;ADhEN;;ACuEA;EACE,cCXwC;EDYxC,qBCXwC;EDYxC,6BAAA;ADpEF;AI5GE;EHmLE,cCdsC;EDetC,0BCdsC;AFtD1C;;AC6EA;EACE,cAAA;EACA,qBAAA;AD1EF;AIrHE;EHkME,cAAA;EACA,qBAAA;AD1EJ;;ACmFA;;;;EAIE,iGC0D4B;EClH1B,cAAA;AHvBJ;;ACmFA;EAEE,aAAA;EAEA,mBAAA;EAEA,cAAA;EAGA,6BAAA;ADrFF;;AC6FA;EAEE,gBAAA;AD3FF;;ACmGA;EACE,sBAAA;EACA,kBAAA;ADhGF;;ACmGA;EAGE,gBAAA;EACA,sBAAA;ADlGF;;AC0GA;EACE,yBAAA;ADvGF;;AC0GA;EACE,oBC8E4B;ED7E5B,uBC6E4B;ED5E5B,cCtQS;EDuQT,gBAAA;EACA,oBAAA;ADvGF;;AC8GA;EAEE,mBAAA;EACA,gCAAA;AD5GF;;ACoHA;EAEE,qBAAA;EACA,qBC4JsC;AF9QxC;;ACwHA;EAEE,gBAAA;ADtHF;;AC8HA;EACE,UAAA;AD3HF;;AC8HA;;;;;EAKE,SAAA;EACA,oBAAA;EEhKE,kBAAA;EFkKF,oBAAA;AD3HF;;AC8HA;;EAEE,iBAAA;AD3HF;;AC8HA;;EAEE,oBAAA;AD3HF;;ACiIA;EACE,eAAA;AD9HF;;ACoIA;EACE,iBAAA;ADjIF;;ACwIA;;;;EAIE,0BAAA;ADrIF;;AC8II;;;;EACE,eAAA;ADxIN;;AC8IA;;;;EAIE,UAAA;EACA,kBAAA;AD3IF;;AC8IA;;EAEE,sBAAA;EACA,UAAA;AD3IF;;AC+IA;EACE,cAAA;EAEA,gBAAA;AD7IF;;ACgJA;EAME,YAAA;EAEA,UAAA;EACA,SAAA;EACA,SAAA;ADnJF;;ACwJA;EACE,cAAA;EACA,WAAA;EACA,eAAA;EACA,UAAA;EACA,qBAAA;EE9OI,iBAAA;EFgPJ,oBAAA;EACA,cAAA;EACA,mBAAA;ADrJF;;ACwJA;EACE,wBAAA;ADrJF;;ACyJA;;EAEE,YAAA;ADtJF;;ACyJA;EAKE,oBAAA;EACA,wBAAA;AD1JF;;ACiKA;EACE,wBAAA;AD9JF;;ACsKA;EACE,aAAA;EACA,0BAAA;ADnKF;;AC0KA;EACE,qBAAA;ADvKF;;AC0KA;EACE,kBAAA;EACA,eAAA;ADvKF;;AC0KA;EACE,aAAA;ADvKF;;AC4KA;EACE,wBAAA;ADzKF;;AKzTA;EAGI,eAAA;EAAA,iBAAA;EAAA,iBAAA;EAAA,eAAA;EAAA,cAAA;EAAA,iBAAA;EAAA,iBAAA;EAAA,gBAAA;EAAA,eAAA;EAAA,eAAA;EAAA,aAAA;EAAA,eAAA;EAAA,oBAAA;EAIA,kBAAA;EAAA,oBAAA;EAAA,kBAAA;EAAA,eAAA;EAAA,kBAAA;EAAA,iBAAA;EAAA,gBAAA;EAAA,eAAA;EAIA,kBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,sBAAA;EAAA,uBAAA;EAKF,kOAAA;EACA,6GAAA;ALuUF;;AMpVA;EACE,WAAA;EACA,mBJiIO;EIhIP,cJSS;AF8UX;AMpVE;;;EAEE,gBJmV0B;EIlV1B,mBAAA;EACA,6BAAA;ANuVJ;AMpVE;EACE,sBAAA;EACA,gCAAA;ANsVJ;AMnVE;EACE,6BAAA;ANqVJ;;AM3UE;;EAEE,eJ6T0B;AFiB9B;;AMrUA;EACE,yBAAA;ANwUF;AMtUE;;;EAEE,yBAAA;ANyUJ;AMrUI;;;EAEE,wBAAA;ANwUN;;AMlUE;;;;EAIE,SAAA;ANqUJ;;AM5TE;EACE,qCJyR0B;AFsC9B;;AI9XE;EE2EI,cJvEK;EIwEL,sCJ8QwB;AFyC9B;;AOzYI;;;EAGE,yBD2F+B;ANiTrC;AOxYM;;;;EAIE,qBDmFyE;ANuTjF;;AI/YE;EGiBM,yBAJe;APsYvB;AOhYQ;;EAEE,yBARa;AP0YvB;;AO7ZI;;;EAGE,yBD2F+B;ANqUrC;AO5ZM;;;;EAIE,qBDmFyE;AN2UjF;;AInaE;EGiBM,yBAJe;AP0ZvB;AOpZQ;;EAEE,yBARa;AP8ZvB;;AOjbI;;;EAGE,yBD2F+B;ANyVrC;AOhbM;;;;EAIE,qBDmFyE;AN+VjF;;AIvbE;EGiBM,yBAJe;AP8avB;AOxaQ;;EAEE,yBARa;APkbvB;;AOrcI;;;EAGE,yBD2F+B;AN6WrC;AOpcM;;;;EAIE,qBDmFyE;ANmXjF;;AI3cE;EGiBM,yBAJe;APkcvB;AO5bQ;;EAEE,yBARa;APscvB;;AOzdI;;;EAGE,yBD2F+B;ANiYrC;AOxdM;;;;EAIE,qBDmFyE;ANuYjF;;AI/dE;EGiBM,yBAJe;APsdvB;AOhdQ;;EAEE,yBARa;AP0dvB;;AO7eI;;;EAGE,yBD2F+B;ANqZrC;AO5eM;;;;EAIE,qBDmFyE;AN2ZjF;;AInfE;EGiBM,yBAJe;AP0evB;AOpeQ;;EAEE,yBARa;AP8evB;;AOjgBI;;;EAGE,yBD2F+B;ANyarC;AOhgBM;;;;EAIE,qBDmFyE;AN+ajF;;AIvgBE;EGiBM,yBAJe;AP8fvB;AOxfQ;;EAEE,yBARa;APkgBvB;;AOrhBI;;;EAGE,yBD2F+B;AN6brC;AOphBM;;;;EAIE,qBDmFyE;ANmcjF;;AI3hBE;EGiBM,yBAJe;APkhBvB;AO5gBQ;;EAEE,yBARa;APshBvB;;AOziBI;;;EAGE,sCL6VwB;AF+M9B;;AIziBE;EGiBM,sCAJe;APgiBvB;AO1hBQ;;EAEE,sCARa;APoiBvB;;AM5cI;EACE,WJ3GK;EI4GL,yBJpGK;EIqGL,qBJiQwB;AF8M9B;AM1cI;EACE,cJ5GK;EI6GL,yBJlHK;EImHL,qBJlHK;AF8jBX;;AMvcA;EACE,WJ3HS;EI4HT,yBJpHS;AF8jBX;AMxcE;;;EAGE,qBJ6O0B;AF6N9B;AMvcE;EACE,SAAA;ANycJ;AMrcI;EACE,2CJiOwB;AFsO9B;AI5kBE;EE4IM,WJjJG;EIkJH,4CJ2NsB;AFwO9B;;AQnhBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;ENqbN;EMlbM;IACE,SAAA;ENobR;AACF;AQ/hBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;ENgcN;EM7bM;IACE,SAAA;EN+bR;AACF;AQ1iBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;EN2cN;EMxcM;IACE,SAAA;EN0cR;AACF;AQrjBI;EFiGA;IAEI,cAAA;IACA,WAAA;IACA,gBAAA;IACA,iCAAA;ENsdN;EMndM;IACE,SAAA;ENqdR;AACF;AM/dI;EAEI,cAAA;EACA,WAAA;EACA,gBAAA;EACA,iCAAA;ANgeR;AM7dQ;EACE,SAAA;AN+dV;;AS3oBA;ECIE,eAAA;EAGA,YAAA;AVyoBF;;AS1oBA;EACE,gBPqgCkC;EOpgClC,sBPRS;EOST,yBAAA;EEEE,sBAAA;EDPF,eAAA;EAGA,YAAA;AVkpBF;;ASpoBA;;EAEE,qBAAA;ATuoBF;;ASpoBA;;EACE,qBAAA;EACA,cAAA;ATwoBF;;ASroBA;;EN8HI,cAAA;EM5HF,cP3BS;AFoqBX;;AY3qBA;;EAEE,qBVsS4B;EUpS5B,gBVsS4B;EUrS5B,gBVsS4B;AFuY9B;;AYzqBA;ETqKM,iBAAA;AHwgBN;;AY5qBA;EToKM,eAAA;AH4gBN;;AY/qBA;ETmKM,kBAAA;AHghBN;;AYlrBA;ETkKM,iBAAA;AHohBN;;AYrrBA;ETiKM,kBAAA;AHwhBN;;AYxrBA;ETgKM,eAAA;AH4hBN;;AY1rBA;ET8JM,kBAAA;ES5JJ,gBVwS4B;AFqZ9B;;AYzrBA;ETwJM,eAAA;EStJJ,gBV2R4B;EU1R5B,gBVkR4B;AF0a9B;;AY1rBA;ETmJM,iBAAA;ESjJJ,gBVuR4B;EUtR5B,gBV6Q4B;AFgb9B;;AY3rBA;ET8IM,iBAAA;ES5IJ,gBVmR4B;EUlR5B,gBVwQ4B;AFsb9B;;AY5rBA;ETyIM,iBAAA;ESvIJ,gBV+Q4B;EU9Q5B,gBVmQ4B;AF4b9B;;AYvrBA;EACE,gBVgFO;EU/EP,mBV+EO;EU9EP,SAAA;EACA,wCAAA;AZ0rBF;;AYlrBA;;ETkGI,kBAAA;ES/FF,gBV2N4B;AF0d9B;;AYlrBA;;EAEE,cVmQ4B;EUlQ5B,yBV2Q4B;AF0a9B;;AY7qBA;EC/EE,eAAA;EACA,gBAAA;AbgwBF;;AY7qBA;ECpFE,eAAA;EACA,gBAAA;AbqwBF;;AY/qBA;EACE,qBAAA;AZkrBF;AYhrBE;EACE,oBVqP0B;AF6b9B;;AYxqBA;ET2DI,cAAA;ESzDF,yBAAA;AZ2qBF;;AYvqBA;EACE,mBVuBO;EC6CH,kBAAA;AHumBN;;AYvqBA;EACE,cAAA;ET+CE,kBAAA;ES7CF,cV1GS;AFoxBX;AYxqBE;EACE,aAAA;AZ0qBJ;;AclyBA;EAAqB,mCAAA;AdsyBrB;;AcryBA;EAAqB,8BAAA;AdyyBrB;;AcxyBA;EAAqB,iCAAA;Ad4yBrB;;Ac3yBA;EAAqB,iCAAA;Ad+yBrB;;Ac9yBA;EAAqB,sCAAA;AdkzBrB;;AcjzBA;EAAqB,mCAAA;AdqzBrB;;AevzBE;EACE,oCAAA;Af0zBJ;;AIhzBE;;;EWLI,oCAAA;Af2zBN;;Aej0BE;EACE,oCAAA;Afo0BJ;;AI1zBE;;;EWLI,oCAAA;Afq0BN;;Ae30BE;EACE,oCAAA;Af80BJ;;AIp0BE;;;EWLI,oCAAA;Af+0BN;;Aer1BE;EACE,oCAAA;Afw1BJ;;AI90BE;;;EWLI,oCAAA;Afy1BN;;Ae/1BE;EACE,oCAAA;Afk2BJ;;AIx1BE;;;EWLI,oCAAA;Afm2BN;;Aez2BE;EACE,oCAAA;Af42BJ;;AIl2BE;;;EWLI,oCAAA;Af62BN;;Aen3BE;EACE,oCAAA;Afs3BJ;;AI52BE;;;EWLI,oCAAA;Afu3BN;;Ae73BE;EACE,oCAAA;Afg4BJ;;AIt3BE;;;EWLI,oCAAA;Afi4BN;;AgBh4BA;EACE,iCAAA;AhBm4BF;;AgBh4BA;EACE,wCAAA;AhBm4BF;;AiB94BA;EAAkB,oCAAA;AjBk5BlB;;AiBj5BA;EAAkB,wCAAA;AjBq5BlB;;AiBp5BA;EAAkB,0CAAA;AjBw5BlB;;AiBv5BA;EAAkB,2CAAA;AjB25BlB;;AiB15BA;EAAkB,yCAAA;AjB85BlB;;AiB55BA;EAAmB,oBAAA;AjBg6BnB;;AiB/5BA;EAAmB,wBAAA;AjBm6BnB;;AiBl6BA;EAAmB,0BAAA;AjBs6BnB;;AiBr6BA;EAAmB,2BAAA;AjBy6BnB;;AiBx6BA;EAAmB,yBAAA;AjB46BnB;;AiBz6BE;EACE,gCAAA;AjB46BJ;;AiB76BE;EACE,gCAAA;AjBg7BJ;;AiBj7BE;EACE,gCAAA;AjBo7BJ;;AiBr7BE;EACE,gCAAA;AjBw7BJ;;AiBz7BE;EACE,gCAAA;AjB47BJ;;AiB77BE;EACE,gCAAA;AjBg8BJ;;AiBj8BE;EACE,gCAAA;AjBo8BJ;;AiBr8BE;EACE,gCAAA;AjBw8BJ;;AiBp8BA;EACE,6BAAA;AjBu8BF;;AiBh8BA;EACE,gCAAA;AjBm8BF;;AiBh8BA;EACE,iCAAA;AjBm8BF;;AiBh8BA;EACE,0CAAA;EACA,2CAAA;AjBm8BF;;AiBh8BA;EACE,2CAAA;EACA,8CAAA;AjBm8BF;;AiBh8BA;EACE,8CAAA;EACA,6CAAA;AjBm8BF;;AiBh8BA;EACE,0CAAA;EACA,6CAAA;AjBm8BF;;AiBh8BA;EACE,gCAAA;AjBm8BF;;AiBh8BA;EACE,6BAAA;AjBm8BF;;AiBh8BA;EACE,+BAAA;AjBm8BF;;AiBh8BA;EACE,2BAAA;AjBm8BF;;AkB3gCE;EACE,cAAA;EACA,WAAA;EACA,WAAA;AlB8gCJ;;AmBvgCM;EAAwB,wBAAA;AnB2gC9B;;AmB3gCM;EAAwB,0BAAA;AnB+gC9B;;AmB/gCM;EAAwB,gCAAA;AnBmhC9B;;AmBnhCM;EAAwB,yBAAA;AnBuhC9B;;AmBvhCM;EAAwB,yBAAA;AnB2hC9B;;AmB3hCM;EAAwB,6BAAA;AnB+hC9B;;AmB/hCM;EAAwB,8BAAA;AnBmiC9B;;AmBniCM;EAAwB,+BAAA;EAAA,wBAAA;AnBuiC9B;;AmBviCM;EAAwB,sCAAA;EAAA,+BAAA;AnB2iC9B;;AQ1/BI;EWjDE;IAAwB,wBAAA;EnBgjC5B;EmBhjCI;IAAwB,0BAAA;EnBmjC5B;EmBnjCI;IAAwB,gCAAA;EnBsjC5B;EmBtjCI;IAAwB,yBAAA;EnByjC5B;EmBzjCI;IAAwB,yBAAA;EnB4jC5B;EmB5jCI;IAAwB,6BAAA;EnB+jC5B;EmB/jCI;IAAwB,8BAAA;EnBkkC5B;EmBlkCI;IAAwB,+BAAA;IAAA,wBAAA;EnBqkC5B;EmBrkCI;IAAwB,sCAAA;IAAA,+BAAA;EnBwkC5B;AACF;AQxhCI;EWjDE;IAAwB,wBAAA;EnB6kC5B;EmB7kCI;IAAwB,0BAAA;EnBglC5B;EmBhlCI;IAAwB,gCAAA;EnBmlC5B;EmBnlCI;IAAwB,yBAAA;EnBslC5B;EmBtlCI;IAAwB,yBAAA;EnBylC5B;EmBzlCI;IAAwB,6BAAA;EnB4lC5B;EmB5lCI;IAAwB,8BAAA;EnB+lC5B;EmB/lCI;IAAwB,+BAAA;IAAA,wBAAA;EnBkmC5B;EmBlmCI;IAAwB,sCAAA;IAAA,+BAAA;EnBqmC5B;AACF;AQrjCI;EWjDE;IAAwB,wBAAA;EnB0mC5B;EmB1mCI;IAAwB,0BAAA;EnB6mC5B;EmB7mCI;IAAwB,gCAAA;EnBgnC5B;EmBhnCI;IAAwB,yBAAA;EnBmnC5B;EmBnnCI;IAAwB,yBAAA;EnBsnC5B;EmBtnCI;IAAwB,6BAAA;EnBynC5B;EmBznCI;IAAwB,8BAAA;EnB4nC5B;EmB5nCI;IAAwB,+BAAA;IAAA,wBAAA;EnB+nC5B;EmB/nCI;IAAwB,sCAAA;IAAA,+BAAA;EnBkoC5B;AACF;AQllCI;EWjDE;IAAwB,wBAAA;EnBuoC5B;EmBvoCI;IAAwB,0BAAA;EnB0oC5B;EmB1oCI;IAAwB,gCAAA;EnB6oC5B;EmB7oCI;IAAwB,yBAAA;EnBgpC5B;EmBhpCI;IAAwB,yBAAA;EnBmpC5B;EmBnpCI;IAAwB,6BAAA;EnBspC5B;EmBtpCI;IAAwB,8BAAA;EnBypC5B;EmBzpCI;IAAwB,+BAAA;IAAA,wBAAA;EnB4pC5B;EmB5pCI;IAAwB,sCAAA;IAAA,+BAAA;EnB+pC5B;AACF;AmBtpCA;EAEI;IAAqB,wBAAA;EnBwpCvB;EmBxpCE;IAAqB,0BAAA;EnB2pCvB;EmB3pCE;IAAqB,gCAAA;EnB8pCvB;EmB9pCE;IAAqB,yBAAA;EnBiqCvB;EmBjqCE;IAAqB,yBAAA;EnBoqCvB;EmBpqCE;IAAqB,6BAAA;EnBuqCvB;EmBvqCE;IAAqB,8BAAA;EnB0qCvB;EmB1qCE;IAAqB,+BAAA;IAAA,wBAAA;EnB6qCvB;EmB7qCE;IAAqB,sCAAA;IAAA,+BAAA;EnBgrCvB;AACF;AoBtsCA;EACE,kBAAA;EACA,cAAA;EACA,WAAA;EACA,UAAA;EACA,gBAAA;ApBwsCF;AoBtsCE;EACE,cAAA;EACA,WAAA;ApBwsCJ;AoBrsCE;;;;;EAKE,kBAAA;EACA,MAAA;EACA,SAAA;EACA,OAAA;EACA,WAAA;EACA,YAAA;EACA,SAAA;ApBusCJ;;AoB9rCI;EACE,yBAAA;ApBisCN;;AoBlsCI;EACE,mBAAA;ApBqsCN;;AoBtsCI;EACE,gBAAA;ApBysCN;;AoB1sCI;EACE,iBAAA;ApB6sCN;;AqBtuCI;EAAgC,kCAAA;EAAA,8BAAA;ArB0uCpC;;AqBzuCI;EAAgC,qCAAA;EAAA,iCAAA;ArB6uCpC;;AqB5uCI;EAAgC,0CAAA;EAAA,sCAAA;ArBgvCpC;;AqB/uCI;EAAgC,6CAAA;EAAA,yCAAA;ArBmvCpC;;AqBjvCI;EAA8B,8BAAA;EAAA,0BAAA;ArBqvClC;;AqBpvCI;EAA8B,gCAAA;EAAA,4BAAA;ArBwvClC;;AqBvvCI;EAA8B,sCAAA;EAAA,kCAAA;ArB2vClC;;AqB1vCI;EAA8B,6BAAA;EAAA,yBAAA;ArB8vClC;;AqB7vCI;EAA8B,+BAAA;EAAA,uBAAA;ArBiwClC;;AqBhwCI;EAA8B,+BAAA;EAAA,uBAAA;ArBowClC;;AqBnwCI;EAA8B,+BAAA;EAAA,yBAAA;ArBuwClC;;AqBtwCI;EAA8B,+BAAA;EAAA,yBAAA;ArB0wClC;;AqBxwCI;EAAoC,+BAAA;EAAA,sCAAA;ArB4wCxC;;AqB3wCI;EAAoC,6BAAA;EAAA,oCAAA;ArB+wCxC;;AqB9wCI;EAAoC,gCAAA;EAAA,kCAAA;ArBkxCxC;;AqBjxCI;EAAoC,iCAAA;EAAA,yCAAA;ArBqxCxC;;AqBpxCI;EAAoC,oCAAA;EAAA,wCAAA;ArBwxCxC;;AqBtxCI;EAAiC,gCAAA;EAAA,kCAAA;ArB0xCrC;;AqBzxCI;EAAiC,8BAAA;EAAA,gCAAA;ArB6xCrC;;AqB5xCI;EAAiC,iCAAA;EAAA,8BAAA;ArBgyCrC;;AqB/xCI;EAAiC,mCAAA;EAAA,gCAAA;ArBmyCrC;;AqBlyCI;EAAiC,kCAAA;EAAA,+BAAA;ArBsyCrC;;AqBpyCI;EAAkC,oCAAA;EAAA,oCAAA;ArBwyCtC;;AqBvyCI;EAAkC,kCAAA;EAAA,kCAAA;ArB2yCtC;;AqB1yCI;EAAkC,qCAAA;EAAA,gCAAA;ArB8yCtC;;AqB7yCI;EAAkC,sCAAA;EAAA,uCAAA;ArBizCtC;;AqBhzCI;EAAkC,yCAAA;EAAA,sCAAA;ArBozCtC;;AqBnzCI;EAAkC,sCAAA;EAAA,iCAAA;ArBuzCtC;;AqBrzCI;EAAgC,oCAAA;EAAA,2BAAA;ArByzCpC;;AqBxzCI;EAAgC,qCAAA;EAAA,iCAAA;ArB4zCpC;;AqB3zCI;EAAgC,mCAAA;EAAA,+BAAA;ArB+zCpC;;AqB9zCI;EAAgC,sCAAA;EAAA,6BAAA;ArBk0CpC;;AqBj0CI;EAAgC,wCAAA;EAAA,+BAAA;ArBq0CpC;;AqBp0CI;EAAgC,uCAAA;EAAA,8BAAA;ArBw0CpC;;AQ5zCI;EalDA;IAAgC,kCAAA;IAAA,8BAAA;ErBm3ClC;EqBl3CE;IAAgC,qCAAA;IAAA,iCAAA;ErBq3ClC;EqBp3CE;IAAgC,0CAAA;IAAA,sCAAA;ErBu3ClC;EqBt3CE;IAAgC,6CAAA;IAAA,yCAAA;ErBy3ClC;EqBv3CE;IAA8B,8BAAA;IAAA,0BAAA;ErB03ChC;EqBz3CE;IAA8B,gCAAA;IAAA,4BAAA;ErB43ChC;EqB33CE;IAA8B,sCAAA;IAAA,kCAAA;ErB83ChC;EqB73CE;IAA8B,6BAAA;IAAA,yBAAA;ErBg4ChC;EqB/3CE;IAA8B,+BAAA;IAAA,uBAAA;ErBk4ChC;EqBj4CE;IAA8B,+BAAA;IAAA,uBAAA;ErBo4ChC;EqBn4CE;IAA8B,+BAAA;IAAA,yBAAA;ErBs4ChC;EqBr4CE;IAA8B,+BAAA;IAAA,yBAAA;ErBw4ChC;EqBt4CE;IAAoC,+BAAA;IAAA,sCAAA;ErBy4CtC;EqBx4CE;IAAoC,6BAAA;IAAA,oCAAA;ErB24CtC;EqB14CE;IAAoC,gCAAA;IAAA,kCAAA;ErB64CtC;EqB54CE;IAAoC,iCAAA;IAAA,yCAAA;ErB+4CtC;EqB94CE;IAAoC,oCAAA;IAAA,wCAAA;ErBi5CtC;EqB/4CE;IAAiC,gCAAA;IAAA,kCAAA;ErBk5CnC;EqBj5CE;IAAiC,8BAAA;IAAA,gCAAA;ErBo5CnC;EqBn5CE;IAAiC,iCAAA;IAAA,8BAAA;ErBs5CnC;EqBr5CE;IAAiC,mCAAA;IAAA,gCAAA;ErBw5CnC;EqBv5CE;IAAiC,kCAAA;IAAA,+BAAA;ErB05CnC;EqBx5CE;IAAkC,oCAAA;IAAA,oCAAA;ErB25CpC;EqB15CE;IAAkC,kCAAA;IAAA,kCAAA;ErB65CpC;EqB55CE;IAAkC,qCAAA;IAAA,gCAAA;ErB+5CpC;EqB95CE;IAAkC,sCAAA;IAAA,uCAAA;ErBi6CpC;EqBh6CE;IAAkC,yCAAA;IAAA,sCAAA;ErBm6CpC;EqBl6CE;IAAkC,sCAAA;IAAA,iCAAA;ErBq6CpC;EqBn6CE;IAAgC,oCAAA;IAAA,2BAAA;ErBs6ClC;EqBr6CE;IAAgC,qCAAA;IAAA,iCAAA;ErBw6ClC;EqBv6CE;IAAgC,mCAAA;IAAA,+BAAA;ErB06ClC;EqBz6CE;IAAgC,sCAAA;IAAA,6BAAA;ErB46ClC;EqB36CE;IAAgC,wCAAA;IAAA,+BAAA;ErB86ClC;EqB76CE;IAAgC,uCAAA;IAAA,8BAAA;ErBg7ClC;AACF;AQr6CI;EalDA;IAAgC,kCAAA;IAAA,8BAAA;ErB29ClC;EqB19CE;IAAgC,qCAAA;IAAA,iCAAA;ErB69ClC;EqB59CE;IAAgC,0CAAA;IAAA,sCAAA;ErB+9ClC;EqB99CE;IAAgC,6CAAA;IAAA,yCAAA;ErBi+ClC;EqB/9CE;IAA8B,8BAAA;IAAA,0BAAA;ErBk+ChC;EqBj+CE;IAA8B,gCAAA;IAAA,4BAAA;ErBo+ChC;EqBn+CE;IAA8B,sCAAA;IAAA,kCAAA;ErBs+ChC;EqBr+CE;IAA8B,6BAAA;IAAA,yBAAA;ErBw+ChC;EqBv+CE;IAA8B,+BAAA;IAAA,uBAAA;ErB0+ChC;EqBz+CE;IAA8B,+BAAA;IAAA,uBAAA;ErB4+ChC;EqB3+CE;IAA8B,+BAAA;IAAA,yBAAA;ErB8+ChC;EqB7+CE;IAA8B,+BAAA;IAAA,yBAAA;ErBg/ChC;EqB9+CE;IAAoC,+BAAA;IAAA,sCAAA;ErBi/CtC;EqBh/CE;IAAoC,6BAAA;IAAA,oCAAA;ErBm/CtC;EqBl/CE;IAAoC,gCAAA;IAAA,kCAAA;ErBq/CtC;EqBp/CE;IAAoC,iCAAA;IAAA,yCAAA;ErBu/CtC;EqBt/CE;IAAoC,oCAAA;IAAA,wCAAA;ErBy/CtC;EqBv/CE;IAAiC,gCAAA;IAAA,kCAAA;ErB0/CnC;EqBz/CE;IAAiC,8BAAA;IAAA,gCAAA;ErB4/CnC;EqB3/CE;IAAiC,iCAAA;IAAA,8BAAA;ErB8/CnC;EqB7/CE;IAAiC,mCAAA;IAAA,gCAAA;ErBggDnC;EqB//CE;IAAiC,kCAAA;IAAA,+BAAA;ErBkgDnC;EqBhgDE;IAAkC,oCAAA;IAAA,oCAAA;ErBmgDpC;EqBlgDE;IAAkC,kCAAA;IAAA,kCAAA;ErBqgDpC;EqBpgDE;IAAkC,qCAAA;IAAA,gCAAA;ErBugDpC;EqBtgDE;IAAkC,sCAAA;IAAA,uCAAA;ErBygDpC;EqBxgDE;IAAkC,yCAAA;IAAA,sCAAA;ErB2gDpC;EqB1gDE;IAAkC,sCAAA;IAAA,iCAAA;ErB6gDpC;EqB3gDE;IAAgC,oCAAA;IAAA,2BAAA;ErB8gDlC;EqB7gDE;IAAgC,qCAAA;IAAA,iCAAA;ErBghDlC;EqB/gDE;IAAgC,mCAAA;IAAA,+BAAA;ErBkhDlC;EqBjhDE;IAAgC,sCAAA;IAAA,6BAAA;ErBohDlC;EqBnhDE;IAAgC,wCAAA;IAAA,+BAAA;ErBshDlC;EqBrhDE;IAAgC,uCAAA;IAAA,8BAAA;ErBwhDlC;AACF;AQ7gDI;EalDA;IAAgC,kCAAA;IAAA,8BAAA;ErBmkDlC;EqBlkDE;IAAgC,qCAAA;IAAA,iCAAA;ErBqkDlC;EqBpkDE;IAAgC,0CAAA;IAAA,sCAAA;ErBukDlC;EqBtkDE;IAAgC,6CAAA;IAAA,yCAAA;ErBykDlC;EqBvkDE;IAA8B,8BAAA;IAAA,0BAAA;ErB0kDhC;EqBzkDE;IAA8B,gCAAA;IAAA,4BAAA;ErB4kDhC;EqB3kDE;IAA8B,sCAAA;IAAA,kCAAA;ErB8kDhC;EqB7kDE;IAA8B,6BAAA;IAAA,yBAAA;ErBglDhC;EqB/kDE;IAA8B,+BAAA;IAAA,uBAAA;ErBklDhC;EqBjlDE;IAA8B,+BAAA;IAAA,uBAAA;ErBolDhC;EqBnlDE;IAA8B,+BAAA;IAAA,yBAAA;ErBslDhC;EqBrlDE;IAA8B,+BAAA;IAAA,yBAAA;ErBwlDhC;EqBtlDE;IAAoC,+BAAA;IAAA,sCAAA;ErBylDtC;EqBxlDE;IAAoC,6BAAA;IAAA,oCAAA;ErB2lDtC;EqB1lDE;IAAoC,gCAAA;IAAA,kCAAA;ErB6lDtC;EqB5lDE;IAAoC,iCAAA;IAAA,yCAAA;ErB+lDtC;EqB9lDE;IAAoC,oCAAA;IAAA,wCAAA;ErBimDtC;EqB/lDE;IAAiC,gCAAA;IAAA,kCAAA;ErBkmDnC;EqBjmDE;IAAiC,8BAAA;IAAA,gCAAA;ErBomDnC;EqBnmDE;IAAiC,iCAAA;IAAA,8BAAA;ErBsmDnC;EqBrmDE;IAAiC,mCAAA;IAAA,gCAAA;ErBwmDnC;EqBvmDE;IAAiC,kCAAA;IAAA,+BAAA;ErB0mDnC;EqBxmDE;IAAkC,oCAAA;IAAA,oCAAA;ErB2mDpC;EqB1mDE;IAAkC,kCAAA;IAAA,kCAAA;ErB6mDpC;EqB5mDE;IAAkC,qCAAA;IAAA,gCAAA;ErB+mDpC;EqB9mDE;IAAkC,sCAAA;IAAA,uCAAA;ErBinDpC;EqBhnDE;IAAkC,yCAAA;IAAA,sCAAA;ErBmnDpC;EqBlnDE;IAAkC,sCAAA;IAAA,iCAAA;ErBqnDpC;EqBnnDE;IAAgC,oCAAA;IAAA,2BAAA;ErBsnDlC;EqBrnDE;IAAgC,qCAAA;IAAA,iCAAA;ErBwnDlC;EqBvnDE;IAAgC,mCAAA;IAAA,+BAAA;ErB0nDlC;EqBznDE;IAAgC,sCAAA;IAAA,6BAAA;ErB4nDlC;EqB3nDE;IAAgC,wCAAA;IAAA,+BAAA;ErB8nDlC;EqB7nDE;IAAgC,uCAAA;IAAA,8BAAA;ErBgoDlC;AACF;AQrnDI;EalDA;IAAgC,kCAAA;IAAA,8BAAA;ErB2qDlC;EqB1qDE;IAAgC,qCAAA;IAAA,iCAAA;ErB6qDlC;EqB5qDE;IAAgC,0CAAA;IAAA,sCAAA;ErB+qDlC;EqB9qDE;IAAgC,6CAAA;IAAA,yCAAA;ErBirDlC;EqB/qDE;IAA8B,8BAAA;IAAA,0BAAA;ErBkrDhC;EqBjrDE;IAA8B,gCAAA;IAAA,4BAAA;ErBorDhC;EqBnrDE;IAA8B,sCAAA;IAAA,kCAAA;ErBsrDhC;EqBrrDE;IAA8B,6BAAA;IAAA,yBAAA;ErBwrDhC;EqBvrDE;IAA8B,+BAAA;IAAA,uBAAA;ErB0rDhC;EqBzrDE;IAA8B,+BAAA;IAAA,uBAAA;ErB4rDhC;EqB3rDE;IAA8B,+BAAA;IAAA,yBAAA;ErB8rDhC;EqB7rDE;IAA8B,+BAAA;IAAA,yBAAA;ErBgsDhC;EqB9rDE;IAAoC,+BAAA;IAAA,sCAAA;ErBisDtC;EqBhsDE;IAAoC,6BAAA;IAAA,oCAAA;ErBmsDtC;EqBlsDE;IAAoC,gCAAA;IAAA,kCAAA;ErBqsDtC;EqBpsDE;IAAoC,iCAAA;IAAA,yCAAA;ErBusDtC;EqBtsDE;IAAoC,oCAAA;IAAA,wCAAA;ErBysDtC;EqBvsDE;IAAiC,gCAAA;IAAA,kCAAA;ErB0sDnC;EqBzsDE;IAAiC,8BAAA;IAAA,gCAAA;ErB4sDnC;EqB3sDE;IAAiC,iCAAA;IAAA,8BAAA;ErB8sDnC;EqB7sDE;IAAiC,mCAAA;IAAA,gCAAA;ErBgtDnC;EqB/sDE;IAAiC,kCAAA;IAAA,+BAAA;ErBktDnC;EqBhtDE;IAAkC,oCAAA;IAAA,oCAAA;ErBmtDpC;EqBltDE;IAAkC,kCAAA;IAAA,kCAAA;ErBqtDpC;EqBptDE;IAAkC,qCAAA;IAAA,gCAAA;ErButDpC;EqBttDE;IAAkC,sCAAA;IAAA,uCAAA;ErBytDpC;EqBxtDE;IAAkC,yCAAA;IAAA,sCAAA;ErB2tDpC;EqB1tDE;IAAkC,sCAAA;IAAA,iCAAA;ErB6tDpC;EqB3tDE;IAAgC,oCAAA;IAAA,2BAAA;ErB8tDlC;EqB7tDE;IAAgC,qCAAA;IAAA,iCAAA;ErBguDlC;EqB/tDE;IAAgC,mCAAA;IAAA,+BAAA;ErBkuDlC;EqBjuDE;IAAgC,sCAAA;IAAA,6BAAA;ErBouDlC;EqBnuDE;IAAgC,wCAAA;IAAA,+BAAA;ErBsuDlC;EqBruDE;IAAgC,uCAAA;IAAA,8BAAA;ErBwuDlC;AACF;AsBnxDI;EAAwB,sBAAA;AtBsxD5B;;AsBrxDI;EAAwB,uBAAA;AtByxD5B;;AsBxxDI;EAAwB,sBAAA;AtB4xD5B;;AQxuDI;EctDA;IAAwB,sBAAA;EtBmyD1B;EsBlyDE;IAAwB,uBAAA;EtBqyD1B;EsBpyDE;IAAwB,sBAAA;EtBuyD1B;AACF;AQpvDI;EctDA;IAAwB,sBAAA;EtB8yD1B;EsB7yDE;IAAwB,uBAAA;EtBgzD1B;EsB/yDE;IAAwB,sBAAA;EtBkzD1B;AACF;AQ/vDI;EctDA;IAAwB,sBAAA;EtByzD1B;EsBxzDE;IAAwB,uBAAA;EtB2zD1B;EsB1zDE;IAAwB,sBAAA;EtB6zD1B;AACF;AQ1wDI;EctDA;IAAwB,sBAAA;EtBo0D1B;EsBn0DE;IAAwB,uBAAA;EtBs0D1B;EsBr0DE;IAAwB,sBAAA;EtBw0D1B;AACF;AuB90DE;EAAyB,mCAAA;EAAA,gCAAA;EAAA,2BAAA;AvBi1D3B;;AuBj1DE;EAAyB,oCAAA;EAAA,iCAAA;EAAA,gCAAA;EAAA,4BAAA;AvBq1D3B;;AuBr1DE;EAAyB,oCAAA;EAAA,iCAAA;EAAA,gCAAA;EAAA,4BAAA;AvBy1D3B;;AwBz1DE;EAAsB,yBAAA;AxB61DxB;;AwB71DE;EAAsB,2BAAA;AxBi2DxB;;AyBh2DE;EAAyB,2BAAA;AzBo2D3B;;AyBp2DE;EAAyB,6BAAA;AzBw2D3B;;AyBx2DE;EAAyB,6BAAA;AzB42D3B;;AyB52DE;EAAyB,0BAAA;AzBg3D3B;;AyBh3DE;EAAyB,mCAAA;EAAA,2BAAA;AzBo3D3B;;AyB/2DA;EACE,eAAA;EACA,MAAA;EACA,QAAA;EACA,OAAA;EACA,avBiqBkC;AFitCpC;;AyB/2DA;EACE,eAAA;EACA,QAAA;EACA,SAAA;EACA,OAAA;EACA,avBypBkC;AFytCpC;;AyB92DE;EADF;IAEI,wBAAA;IAAA,gBAAA;IACA,MAAA;IACA,avBipBgC;EFiuClC;AACF;;A0B54DA;ECEE,kBAAA;EACA,UAAA;EACA,WAAA;EACA,UAAA;EACA,YAAA;EACA,gBAAA;EACA,sBAAA;EACA,mBAAA;EACA,SAAA;A3B84DF;;A2Bp4DE;EAEE,gBAAA;EACA,WAAA;EACA,YAAA;EACA,iBAAA;EACA,UAAA;EACA,mBAAA;A3Bs4DJ;;A4Bn6DA;EAAa,8DAAA;A5Bu6Db;;A4Bt6DA;EAAU,wDAAA;A5B06DV;;A4Bz6DA;EAAa,uDAAA;A5B66Db;;A4B56DA;EAAe,2BAAA;A5Bg7Df;;A6B/6DI;EAAuB,qBAAA;A7Bm7D3B;;A6Bn7DI;EAAuB,qBAAA;A7Bu7D3B;;A6Bv7DI;EAAuB,qBAAA;A7B27D3B;;A6B37DI;EAAuB,sBAAA;A7B+7D3B;;A6B/7DI;EAAuB,sBAAA;A7Bm8D3B;;A6Bn8DI;EAAuB,sBAAA;A7Bu8D3B;;A6Bv8DI;EAAuB,sBAAA;A7B28D3B;;A6B38DI;EAAuB,sBAAA;A7B+8D3B;;A6B/8DI;EAAuB,uBAAA;A7Bm9D3B;;A6Bn9DI;EAAuB,uBAAA;A7Bu9D3B;;A6Bn9DA;EAAU,0BAAA;A7Bu9DV;;A6Bt9DA;EAAU,2BAAA;A7B09DV;;A6Bt9DA;EAAc,2BAAA;A7B09Dd;;A6Bz9DA;EAAc,4BAAA;A7B69Dd;;A6B39DA;EAAU,uBAAA;A7B+9DV;;A6B99DA;EAAU,wBAAA;A7Bk+DV;;A8B3+DQ;EAAgC,oBAAA;A9B++DxC;;A8B9+DQ;;EAEE,wBAAA;A9Bi/DV;;A8B/+DQ;;EAEE,0BAAA;A9Bk/DV;;A8Bh/DQ;;EAEE,2BAAA;A9Bm/DV;;A8Bj/DQ;;EAEE,yBAAA;A9Bo/DV;;A8BngEQ;EAAgC,0BAAA;A9BugExC;;A8BtgEQ;;EAEE,8BAAA;A9BygEV;;A8BvgEQ;;EAEE,gCAAA;A9B0gEV;;A8BxgEQ;;EAEE,iCAAA;A9B2gEV;;A8BzgEQ;;EAEE,+BAAA;A9B4gEV;;A8B3hEQ;EAAgC,yBAAA;A9B+hExC;;A8B9hEQ;;EAEE,6BAAA;A9BiiEV;;A8B/hEQ;;EAEE,+BAAA;A9BkiEV;;A8BhiEQ;;EAEE,gCAAA;A9BmiEV;;A8BjiEQ;;EAEE,8BAAA;A9BoiEV;;A8BnjEQ;EAAgC,uBAAA;A9BujExC;;A8BtjEQ;;EAEE,2BAAA;A9ByjEV;;A8BvjEQ;;EAEE,6BAAA;A9B0jEV;;A8BxjEQ;;EAEE,8BAAA;A9B2jEV;;A8BzjEQ;;EAEE,4BAAA;A9B4jEV;;A8B3kEQ;EAAgC,yBAAA;A9B+kExC;;A8B9kEQ;;EAEE,6BAAA;A9BilEV;;A8B/kEQ;;EAEE,+BAAA;A9BklEV;;A8BhlEQ;;EAEE,gCAAA;A9BmlEV;;A8BjlEQ;;EAEE,8BAAA;A9BolEV;;A8BnmEQ;EAAgC,uBAAA;A9BumExC;;A8BtmEQ;;EAEE,2BAAA;A9BymEV;;A8BvmEQ;;EAEE,6BAAA;A9B0mEV;;A8BxmEQ;;EAEE,8BAAA;A9B2mEV;;A8BzmEQ;;EAEE,4BAAA;A9B4mEV;;A8B3nEQ;EAAgC,qBAAA;A9B+nExC;;A8B9nEQ;;EAEE,yBAAA;A9BioEV;;A8B/nEQ;;EAEE,2BAAA;A9BkoEV;;A8BhoEQ;;EAEE,4BAAA;A9BmoEV;;A8BjoEQ;;EAEE,0BAAA;A9BooEV;;A8BnpEQ;EAAgC,2BAAA;A9BupExC;;A8BtpEQ;;EAEE,+BAAA;A9BypEV;;A8BvpEQ;;EAEE,iCAAA;A9B0pEV;;A8BxpEQ;;EAEE,kCAAA;A9B2pEV;;A8BzpEQ;;EAEE,gCAAA;A9B4pEV;;A8B3qEQ;EAAgC,0BAAA;A9B+qExC;;A8B9qEQ;;EAEE,8BAAA;A9BirEV;;A8B/qEQ;;EAEE,gCAAA;A9BkrEV;;A8BhrEQ;;EAEE,iCAAA;A9BmrEV;;A8BjrEQ;;EAEE,+BAAA;A9BorEV;;A8BnsEQ;EAAgC,wBAAA;A9BusExC;;A8BtsEQ;;EAEE,4BAAA;A9BysEV;;A8BvsEQ;;EAEE,8BAAA;A9B0sEV;;A8BxsEQ;;EAEE,+BAAA;A9B2sEV;;A8BzsEQ;;EAEE,6BAAA;A9B4sEV;;A8B3tEQ;EAAgC,0BAAA;A9B+tExC;;A8B9tEQ;;EAEE,8BAAA;A9BiuEV;;A8B/tEQ;;EAEE,gCAAA;A9BkuEV;;A8BhuEQ;;EAEE,iCAAA;A9BmuEV;;A8BjuEQ;;EAEE,+BAAA;A9BouEV;;A8BnvEQ;EAAgC,wBAAA;A9BuvExC;;A8BtvEQ;;EAEE,4BAAA;A9ByvEV;;A8BvvEQ;;EAEE,8BAAA;A9B0vEV;;A8BxvEQ;;EAEE,+BAAA;A9B2vEV;;A8BzvEQ;;EAEE,6BAAA;A9B4vEV;;A8BpvEQ;EAAwB,2BAAA;A9BwvEhC;;A8BvvEQ;;EAEE,+BAAA;A9B0vEV;;A8BxvEQ;;EAEE,iCAAA;A9B2vEV;;A8BzvEQ;;EAEE,kCAAA;A9B4vEV;;A8B1vEQ;;EAEE,gCAAA;A9B6vEV;;A8B5wEQ;EAAwB,0BAAA;A9BgxEhC;;A8B/wEQ;;EAEE,8BAAA;A9BkxEV;;A8BhxEQ;;EAEE,gCAAA;A9BmxEV;;A8BjxEQ;;EAEE,iCAAA;A9BoxEV;;A8BlxEQ;;EAEE,+BAAA;A9BqxEV;;A8BpyEQ;EAAwB,wBAAA;A9BwyEhC;;A8BvyEQ;;EAEE,4BAAA;A9B0yEV;;A8BxyEQ;;EAEE,8BAAA;A9B2yEV;;A8BzyEQ;;EAEE,+BAAA;A9B4yEV;;A8B1yEQ;;EAEE,6BAAA;A9B6yEV;;A8B5zEQ;EAAwB,0BAAA;A9Bg0EhC;;A8B/zEQ;;EAEE,8BAAA;A9Bk0EV;;A8Bh0EQ;;EAEE,gCAAA;A9Bm0EV;;A8Bj0EQ;;EAEE,iCAAA;A9Bo0EV;;A8Bl0EQ;;EAEE,+BAAA;A9Bq0EV;;A8Bp1EQ;EAAwB,wBAAA;A9Bw1EhC;;A8Bv1EQ;;EAEE,4BAAA;A9B01EV;;A8Bx1EQ;;EAEE,8BAAA;A9B21EV;;A8Bz1EQ;;EAEE,+BAAA;A9B41EV;;A8B11EQ;;EAEE,6BAAA;A9B61EV;;A8Bv1EI;EAAmB,uBAAA;A9B21EvB;;A8B11EI;;EAEE,2BAAA;A9B61EN;;A8B31EI;;EAEE,6BAAA;A9B81EN;;A8B51EI;;EAEE,8BAAA;A9B+1EN;;A8B71EI;;EAEE,4BAAA;A9Bg2EN;;AQz2EI;EsBlDI;IAAgC,oBAAA;E9Bg6EtC;E8B/5EM;;IAEE,wBAAA;E9Bi6ER;E8B/5EM;;IAEE,0BAAA;E9Bi6ER;E8B/5EM;;IAEE,2BAAA;E9Bi6ER;E8B/5EM;;IAEE,yBAAA;E9Bi6ER;E8Bh7EM;IAAgC,0BAAA;E9Bm7EtC;E8Bl7EM;;IAEE,8BAAA;E9Bo7ER;E8Bl7EM;;IAEE,gCAAA;E9Bo7ER;E8Bl7EM;;IAEE,iCAAA;E9Bo7ER;E8Bl7EM;;IAEE,+BAAA;E9Bo7ER;E8Bn8EM;IAAgC,yBAAA;E9Bs8EtC;E8Br8EM;;IAEE,6BAAA;E9Bu8ER;E8Br8EM;;IAEE,+BAAA;E9Bu8ER;E8Br8EM;;IAEE,gCAAA;E9Bu8ER;E8Br8EM;;IAEE,8BAAA;E9Bu8ER;E8Bt9EM;IAAgC,uBAAA;E9By9EtC;E8Bx9EM;;IAEE,2BAAA;E9B09ER;E8Bx9EM;;IAEE,6BAAA;E9B09ER;E8Bx9EM;;IAEE,8BAAA;E9B09ER;E8Bx9EM;;IAEE,4BAAA;E9B09ER;E8Bz+EM;IAAgC,yBAAA;E9B4+EtC;E8B3+EM;;IAEE,6BAAA;E9B6+ER;E8B3+EM;;IAEE,+BAAA;E9B6+ER;E8B3+EM;;IAEE,gCAAA;E9B6+ER;E8B3+EM;;IAEE,8BAAA;E9B6+ER;E8B5/EM;IAAgC,uBAAA;E9B+/EtC;E8B9/EM;;IAEE,2BAAA;E9BggFR;E8B9/EM;;IAEE,6BAAA;E9BggFR;E8B9/EM;;IAEE,8BAAA;E9BggFR;E8B9/EM;;IAEE,4BAAA;E9BggFR;E8B/gFM;IAAgC,qBAAA;E9BkhFtC;E8BjhFM;;IAEE,yBAAA;E9BmhFR;E8BjhFM;;IAEE,2BAAA;E9BmhFR;E8BjhFM;;IAEE,4BAAA;E9BmhFR;E8BjhFM;;IAEE,0BAAA;E9BmhFR;E8BliFM;IAAgC,2BAAA;E9BqiFtC;E8BpiFM;;IAEE,+BAAA;E9BsiFR;E8BpiFM;;IAEE,iCAAA;E9BsiFR;E8BpiFM;;IAEE,kCAAA;E9BsiFR;E8BpiFM;;IAEE,gCAAA;E9BsiFR;E8BrjFM;IAAgC,0BAAA;E9BwjFtC;E8BvjFM;;IAEE,8BAAA;E9ByjFR;E8BvjFM;;IAEE,gCAAA;E9ByjFR;E8BvjFM;;IAEE,iCAAA;E9ByjFR;E8BvjFM;;IAEE,+BAAA;E9ByjFR;E8BxkFM;IAAgC,wBAAA;E9B2kFtC;E8B1kFM;;IAEE,4BAAA;E9B4kFR;E8B1kFM;;IAEE,8BAAA;E9B4kFR;E8B1kFM;;IAEE,+BAAA;E9B4kFR;E8B1kFM;;IAEE,6BAAA;E9B4kFR;E8B3lFM;IAAgC,0BAAA;E9B8lFtC;E8B7lFM;;IAEE,8BAAA;E9B+lFR;E8B7lFM;;IAEE,gCAAA;E9B+lFR;E8B7lFM;;IAEE,iCAAA;E9B+lFR;E8B7lFM;;IAEE,+BAAA;E9B+lFR;E8B9mFM;IAAgC,wBAAA;E9BinFtC;E8BhnFM;;IAEE,4BAAA;E9BknFR;E8BhnFM;;IAEE,8BAAA;E9BknFR;E8BhnFM;;IAEE,+BAAA;E9BknFR;E8BhnFM;;IAEE,6BAAA;E9BknFR;E8B1mFM;IAAwB,2BAAA;E9B6mF9B;E8B5mFM;;IAEE,+BAAA;E9B8mFR;E8B5mFM;;IAEE,iCAAA;E9B8mFR;E8B5mFM;;IAEE,kCAAA;E9B8mFR;E8B5mFM;;IAEE,gCAAA;E9B8mFR;E8B7nFM;IAAwB,0BAAA;E9BgoF9B;E8B/nFM;;IAEE,8BAAA;E9BioFR;E8B/nFM;;IAEE,gCAAA;E9BioFR;E8B/nFM;;IAEE,iCAAA;E9BioFR;E8B/nFM;;IAEE,+BAAA;E9BioFR;E8BhpFM;IAAwB,wBAAA;E9BmpF9B;E8BlpFM;;IAEE,4BAAA;E9BopFR;E8BlpFM;;IAEE,8BAAA;E9BopFR;E8BlpFM;;IAEE,+BAAA;E9BopFR;E8BlpFM;;IAEE,6BAAA;E9BopFR;E8BnqFM;IAAwB,0BAAA;E9BsqF9B;E8BrqFM;;IAEE,8BAAA;E9BuqFR;E8BrqFM;;IAEE,gCAAA;E9BuqFR;E8BrqFM;;IAEE,iCAAA;E9BuqFR;E8BrqFM;;IAEE,+BAAA;E9BuqFR;E8BtrFM;IAAwB,wBAAA;E9ByrF9B;E8BxrFM;;IAEE,4BAAA;E9B0rFR;E8BxrFM;;IAEE,8BAAA;E9B0rFR;E8BxrFM;;IAEE,+BAAA;E9B0rFR;E8BxrFM;;IAEE,6BAAA;E9B0rFR;E8BprFE;IAAmB,uBAAA;E9BurFrB;E8BtrFE;;IAEE,2BAAA;E9BwrFJ;E8BtrFE;;IAEE,6BAAA;E9BwrFJ;E8BtrFE;;IAEE,8BAAA;E9BwrFJ;E8BtrFE;;IAEE,4BAAA;E9BwrFJ;AACF;AQlsFI;EsBlDI;IAAgC,oBAAA;E9BwvFtC;E8BvvFM;;IAEE,wBAAA;E9ByvFR;E8BvvFM;;IAEE,0BAAA;E9ByvFR;E8BvvFM;;IAEE,2BAAA;E9ByvFR;E8BvvFM;;IAEE,yBAAA;E9ByvFR;E8BxwFM;IAAgC,0BAAA;E9B2wFtC;E8B1wFM;;IAEE,8BAAA;E9B4wFR;E8B1wFM;;IAEE,gCAAA;E9B4wFR;E8B1wFM;;IAEE,iCAAA;E9B4wFR;E8B1wFM;;IAEE,+BAAA;E9B4wFR;E8B3xFM;IAAgC,yBAAA;E9B8xFtC;E8B7xFM;;IAEE,6BAAA;E9B+xFR;E8B7xFM;;IAEE,+BAAA;E9B+xFR;E8B7xFM;;IAEE,gCAAA;E9B+xFR;E8B7xFM;;IAEE,8BAAA;E9B+xFR;E8B9yFM;IAAgC,uBAAA;E9BizFtC;E8BhzFM;;IAEE,2BAAA;E9BkzFR;E8BhzFM;;IAEE,6BAAA;E9BkzFR;E8BhzFM;;IAEE,8BAAA;E9BkzFR;E8BhzFM;;IAEE,4BAAA;E9BkzFR;E8Bj0FM;IAAgC,yBAAA;E9Bo0FtC;E8Bn0FM;;IAEE,6BAAA;E9Bq0FR;E8Bn0FM;;IAEE,+BAAA;E9Bq0FR;E8Bn0FM;;IAEE,gCAAA;E9Bq0FR;E8Bn0FM;;IAEE,8BAAA;E9Bq0FR;E8Bp1FM;IAAgC,uBAAA;E9Bu1FtC;E8Bt1FM;;IAEE,2BAAA;E9Bw1FR;E8Bt1FM;;IAEE,6BAAA;E9Bw1FR;E8Bt1FM;;IAEE,8BAAA;E9Bw1FR;E8Bt1FM;;IAEE,4BAAA;E9Bw1FR;E8Bv2FM;IAAgC,qBAAA;E9B02FtC;E8Bz2FM;;IAEE,yBAAA;E9B22FR;E8Bz2FM;;IAEE,2BAAA;E9B22FR;E8Bz2FM;;IAEE,4BAAA;E9B22FR;E8Bz2FM;;IAEE,0BAAA;E9B22FR;E8B13FM;IAAgC,2BAAA;E9B63FtC;E8B53FM;;IAEE,+BAAA;E9B83FR;E8B53FM;;IAEE,iCAAA;E9B83FR;E8B53FM;;IAEE,kCAAA;E9B83FR;E8B53FM;;IAEE,gCAAA;E9B83FR;E8B74FM;IAAgC,0BAAA;E9Bg5FtC;E8B/4FM;;IAEE,8BAAA;E9Bi5FR;E8B/4FM;;IAEE,gCAAA;E9Bi5FR;E8B/4FM;;IAEE,iCAAA;E9Bi5FR;E8B/4FM;;IAEE,+BAAA;E9Bi5FR;E8Bh6FM;IAAgC,wBAAA;E9Bm6FtC;E8Bl6FM;;IAEE,4BAAA;E9Bo6FR;E8Bl6FM;;IAEE,8BAAA;E9Bo6FR;E8Bl6FM;;IAEE,+BAAA;E9Bo6FR;E8Bl6FM;;IAEE,6BAAA;E9Bo6FR;E8Bn7FM;IAAgC,0BAAA;E9Bs7FtC;E8Br7FM;;IAEE,8BAAA;E9Bu7FR;E8Br7FM;;IAEE,gCAAA;E9Bu7FR;E8Br7FM;;IAEE,iCAAA;E9Bu7FR;E8Br7FM;;IAEE,+BAAA;E9Bu7FR;E8Bt8FM;IAAgC,wBAAA;E9By8FtC;E8Bx8FM;;IAEE,4BAAA;E9B08FR;E8Bx8FM;;IAEE,8BAAA;E9B08FR;E8Bx8FM;;IAEE,+BAAA;E9B08FR;E8Bx8FM;;IAEE,6BAAA;E9B08FR;E8Bl8FM;IAAwB,2BAAA;E9Bq8F9B;E8Bp8FM;;IAEE,+BAAA;E9Bs8FR;E8Bp8FM;;IAEE,iCAAA;E9Bs8FR;E8Bp8FM;;IAEE,kCAAA;E9Bs8FR;E8Bp8FM;;IAEE,gCAAA;E9Bs8FR;E8Br9FM;IAAwB,0BAAA;E9Bw9F9B;E8Bv9FM;;IAEE,8BAAA;E9By9FR;E8Bv9FM;;IAEE,gCAAA;E9By9FR;E8Bv9FM;;IAEE,iCAAA;E9By9FR;E8Bv9FM;;IAEE,+BAAA;E9By9FR;E8Bx+FM;IAAwB,wBAAA;E9B2+F9B;E8B1+FM;;IAEE,4BAAA;E9B4+FR;E8B1+FM;;IAEE,8BAAA;E9B4+FR;E8B1+FM;;IAEE,+BAAA;E9B4+FR;E8B1+FM;;IAEE,6BAAA;E9B4+FR;E8B3/FM;IAAwB,0BAAA;E9B8/F9B;E8B7/FM;;IAEE,8BAAA;E9B+/FR;E8B7/FM;;IAEE,gCAAA;E9B+/FR;E8B7/FM;;IAEE,iCAAA;E9B+/FR;E8B7/FM;;IAEE,+BAAA;E9B+/FR;E8B9gGM;IAAwB,wBAAA;E9BihG9B;E8BhhGM;;IAEE,4BAAA;E9BkhGR;E8BhhGM;;IAEE,8BAAA;E9BkhGR;E8BhhGM;;IAEE,+BAAA;E9BkhGR;E8BhhGM;;IAEE,6BAAA;E9BkhGR;E8B5gGE;IAAmB,uBAAA;E9B+gGrB;E8B9gGE;;IAEE,2BAAA;E9BghGJ;E8B9gGE;;IAEE,6BAAA;E9BghGJ;E8B9gGE;;IAEE,8BAAA;E9BghGJ;E8B9gGE;;IAEE,4BAAA;E9BghGJ;AACF;AQ1hGI;EsBlDI;IAAgC,oBAAA;E9BglGtC;E8B/kGM;;IAEE,wBAAA;E9BilGR;E8B/kGM;;IAEE,0BAAA;E9BilGR;E8B/kGM;;IAEE,2BAAA;E9BilGR;E8B/kGM;;IAEE,yBAAA;E9BilGR;E8BhmGM;IAAgC,0BAAA;E9BmmGtC;E8BlmGM;;IAEE,8BAAA;E9BomGR;E8BlmGM;;IAEE,gCAAA;E9BomGR;E8BlmGM;;IAEE,iCAAA;E9BomGR;E8BlmGM;;IAEE,+BAAA;E9BomGR;E8BnnGM;IAAgC,yBAAA;E9BsnGtC;E8BrnGM;;IAEE,6BAAA;E9BunGR;E8BrnGM;;IAEE,+BAAA;E9BunGR;E8BrnGM;;IAEE,gCAAA;E9BunGR;E8BrnGM;;IAEE,8BAAA;E9BunGR;E8BtoGM;IAAgC,uBAAA;E9ByoGtC;E8BxoGM;;IAEE,2BAAA;E9B0oGR;E8BxoGM;;IAEE,6BAAA;E9B0oGR;E8BxoGM;;IAEE,8BAAA;E9B0oGR;E8BxoGM;;IAEE,4BAAA;E9B0oGR;E8BzpGM;IAAgC,yBAAA;E9B4pGtC;E8B3pGM;;IAEE,6BAAA;E9B6pGR;E8B3pGM;;IAEE,+BAAA;E9B6pGR;E8B3pGM;;IAEE,gCAAA;E9B6pGR;E8B3pGM;;IAEE,8BAAA;E9B6pGR;E8B5qGM;IAAgC,uBAAA;E9B+qGtC;E8B9qGM;;IAEE,2BAAA;E9BgrGR;E8B9qGM;;IAEE,6BAAA;E9BgrGR;E8B9qGM;;IAEE,8BAAA;E9BgrGR;E8B9qGM;;IAEE,4BAAA;E9BgrGR;E8B/rGM;IAAgC,qBAAA;E9BksGtC;E8BjsGM;;IAEE,yBAAA;E9BmsGR;E8BjsGM;;IAEE,2BAAA;E9BmsGR;E8BjsGM;;IAEE,4BAAA;E9BmsGR;E8BjsGM;;IAEE,0BAAA;E9BmsGR;E8BltGM;IAAgC,2BAAA;E9BqtGtC;E8BptGM;;IAEE,+BAAA;E9BstGR;E8BptGM;;IAEE,iCAAA;E9BstGR;E8BptGM;;IAEE,kCAAA;E9BstGR;E8BptGM;;IAEE,gCAAA;E9BstGR;E8BruGM;IAAgC,0BAAA;E9BwuGtC;E8BvuGM;;IAEE,8BAAA;E9ByuGR;E8BvuGM;;IAEE,gCAAA;E9ByuGR;E8BvuGM;;IAEE,iCAAA;E9ByuGR;E8BvuGM;;IAEE,+BAAA;E9ByuGR;E8BxvGM;IAAgC,wBAAA;E9B2vGtC;E8B1vGM;;IAEE,4BAAA;E9B4vGR;E8B1vGM;;IAEE,8BAAA;E9B4vGR;E8B1vGM;;IAEE,+BAAA;E9B4vGR;E8B1vGM;;IAEE,6BAAA;E9B4vGR;E8B3wGM;IAAgC,0BAAA;E9B8wGtC;E8B7wGM;;IAEE,8BAAA;E9B+wGR;E8B7wGM;;IAEE,gCAAA;E9B+wGR;E8B7wGM;;IAEE,iCAAA;E9B+wGR;E8B7wGM;;IAEE,+BAAA;E9B+wGR;E8B9xGM;IAAgC,wBAAA;E9BiyGtC;E8BhyGM;;IAEE,4BAAA;E9BkyGR;E8BhyGM;;IAEE,8BAAA;E9BkyGR;E8BhyGM;;IAEE,+BAAA;E9BkyGR;E8BhyGM;;IAEE,6BAAA;E9BkyGR;E8B1xGM;IAAwB,2BAAA;E9B6xG9B;E8B5xGM;;IAEE,+BAAA;E9B8xGR;E8B5xGM;;IAEE,iCAAA;E9B8xGR;E8B5xGM;;IAEE,kCAAA;E9B8xGR;E8B5xGM;;IAEE,gCAAA;E9B8xGR;E8B7yGM;IAAwB,0BAAA;E9BgzG9B;E8B/yGM;;IAEE,8BAAA;E9BizGR;E8B/yGM;;IAEE,gCAAA;E9BizGR;E8B/yGM;;IAEE,iCAAA;E9BizGR;E8B/yGM;;IAEE,+BAAA;E9BizGR;E8Bh0GM;IAAwB,wBAAA;E9Bm0G9B;E8Bl0GM;;IAEE,4BAAA;E9Bo0GR;E8Bl0GM;;IAEE,8BAAA;E9Bo0GR;E8Bl0GM;;IAEE,+BAAA;E9Bo0GR;E8Bl0GM;;IAEE,6BAAA;E9Bo0GR;E8Bn1GM;IAAwB,0BAAA;E9Bs1G9B;E8Br1GM;;IAEE,8BAAA;E9Bu1GR;E8Br1GM;;IAEE,gCAAA;E9Bu1GR;E8Br1GM;;IAEE,iCAAA;E9Bu1GR;E8Br1GM;;IAEE,+BAAA;E9Bu1GR;E8Bt2GM;IAAwB,wBAAA;E9By2G9B;E8Bx2GM;;IAEE,4BAAA;E9B02GR;E8Bx2GM;;IAEE,8BAAA;E9B02GR;E8Bx2GM;;IAEE,+BAAA;E9B02GR;E8Bx2GM;;IAEE,6BAAA;E9B02GR;E8Bp2GE;IAAmB,uBAAA;E9Bu2GrB;E8Bt2GE;;IAEE,2BAAA;E9Bw2GJ;E8Bt2GE;;IAEE,6BAAA;E9Bw2GJ;E8Bt2GE;;IAEE,8BAAA;E9Bw2GJ;E8Bt2GE;;IAEE,4BAAA;E9Bw2GJ;AACF;AQl3GI;EsBlDI;IAAgC,oBAAA;E9Bw6GtC;E8Bv6GM;;IAEE,wBAAA;E9By6GR;E8Bv6GM;;IAEE,0BAAA;E9By6GR;E8Bv6GM;;IAEE,2BAAA;E9By6GR;E8Bv6GM;;IAEE,yBAAA;E9By6GR;E8Bx7GM;IAAgC,0BAAA;E9B27GtC;E8B17GM;;IAEE,8BAAA;E9B47GR;E8B17GM;;IAEE,gCAAA;E9B47GR;E8B17GM;;IAEE,iCAAA;E9B47GR;E8B17GM;;IAEE,+BAAA;E9B47GR;E8B38GM;IAAgC,yBAAA;E9B88GtC;E8B78GM;;IAEE,6BAAA;E9B+8GR;E8B78GM;;IAEE,+BAAA;E9B+8GR;E8B78GM;;IAEE,gCAAA;E9B+8GR;E8B78GM;;IAEE,8BAAA;E9B+8GR;E8B99GM;IAAgC,uBAAA;E9Bi+GtC;E8Bh+GM;;IAEE,2BAAA;E9Bk+GR;E8Bh+GM;;IAEE,6BAAA;E9Bk+GR;E8Bh+GM;;IAEE,8BAAA;E9Bk+GR;E8Bh+GM;;IAEE,4BAAA;E9Bk+GR;E8Bj/GM;IAAgC,yBAAA;E9Bo/GtC;E8Bn/GM;;IAEE,6BAAA;E9Bq/GR;E8Bn/GM;;IAEE,+BAAA;E9Bq/GR;E8Bn/GM;;IAEE,gCAAA;E9Bq/GR;E8Bn/GM;;IAEE,8BAAA;E9Bq/GR;E8BpgHM;IAAgC,uBAAA;E9BugHtC;E8BtgHM;;IAEE,2BAAA;E9BwgHR;E8BtgHM;;IAEE,6BAAA;E9BwgHR;E8BtgHM;;IAEE,8BAAA;E9BwgHR;E8BtgHM;;IAEE,4BAAA;E9BwgHR;E8BvhHM;IAAgC,qBAAA;E9B0hHtC;E8BzhHM;;IAEE,yBAAA;E9B2hHR;E8BzhHM;;IAEE,2BAAA;E9B2hHR;E8BzhHM;;IAEE,4BAAA;E9B2hHR;E8BzhHM;;IAEE,0BAAA;E9B2hHR;E8B1iHM;IAAgC,2BAAA;E9B6iHtC;E8B5iHM;;IAEE,+BAAA;E9B8iHR;E8B5iHM;;IAEE,iCAAA;E9B8iHR;E8B5iHM;;IAEE,kCAAA;E9B8iHR;E8B5iHM;;IAEE,gCAAA;E9B8iHR;E8B7jHM;IAAgC,0BAAA;E9BgkHtC;E8B/jHM;;IAEE,8BAAA;E9BikHR;E8B/jHM;;IAEE,gCAAA;E9BikHR;E8B/jHM;;IAEE,iCAAA;E9BikHR;E8B/jHM;;IAEE,+BAAA;E9BikHR;E8BhlHM;IAAgC,wBAAA;E9BmlHtC;E8BllHM;;IAEE,4BAAA;E9BolHR;E8BllHM;;IAEE,8BAAA;E9BolHR;E8BllHM;;IAEE,+BAAA;E9BolHR;E8BllHM;;IAEE,6BAAA;E9BolHR;E8BnmHM;IAAgC,0BAAA;E9BsmHtC;E8BrmHM;;IAEE,8BAAA;E9BumHR;E8BrmHM;;IAEE,gCAAA;E9BumHR;E8BrmHM;;IAEE,iCAAA;E9BumHR;E8BrmHM;;IAEE,+BAAA;E9BumHR;E8BtnHM;IAAgC,wBAAA;E9BynHtC;E8BxnHM;;IAEE,4BAAA;E9B0nHR;E8BxnHM;;IAEE,8BAAA;E9B0nHR;E8BxnHM;;IAEE,+BAAA;E9B0nHR;E8BxnHM;;IAEE,6BAAA;E9B0nHR;E8BlnHM;IAAwB,2BAAA;E9BqnH9B;E8BpnHM;;IAEE,+BAAA;E9BsnHR;E8BpnHM;;IAEE,iCAAA;E9BsnHR;E8BpnHM;;IAEE,kCAAA;E9BsnHR;E8BpnHM;;IAEE,gCAAA;E9BsnHR;E8BroHM;IAAwB,0BAAA;E9BwoH9B;E8BvoHM;;IAEE,8BAAA;E9ByoHR;E8BvoHM;;IAEE,gCAAA;E9ByoHR;E8BvoHM;;IAEE,iCAAA;E9ByoHR;E8BvoHM;;IAEE,+BAAA;E9ByoHR;E8BxpHM;IAAwB,wBAAA;E9B2pH9B;E8B1pHM;;IAEE,4BAAA;E9B4pHR;E8B1pHM;;IAEE,8BAAA;E9B4pHR;E8B1pHM;;IAEE,+BAAA;E9B4pHR;E8B1pHM;;IAEE,6BAAA;E9B4pHR;E8B3qHM;IAAwB,0BAAA;E9B8qH9B;E8B7qHM;;IAEE,8BAAA;E9B+qHR;E8B7qHM;;IAEE,gCAAA;E9B+qHR;E8B7qHM;;IAEE,iCAAA;E9B+qHR;E8B7qHM;;IAEE,+BAAA;E9B+qHR;E8B9rHM;IAAwB,wBAAA;E9BisH9B;E8BhsHM;;IAEE,4BAAA;E9BksHR;E8BhsHM;;IAEE,8BAAA;E9BksHR;E8BhsHM;;IAEE,+BAAA;E9BksHR;E8BhsHM;;IAEE,6BAAA;E9BksHR;E8B5rHE;IAAmB,uBAAA;E9B+rHrB;E8B9rHE;;IAEE,2BAAA;E9BgsHJ;E8B9rHE;;IAEE,6BAAA;E9BgsHJ;E8B9rHE;;IAEE,8BAAA;E9BgsHJ;E8B9rHE;;IAEE,4BAAA;E9BgsHJ;AACF;A+BjwHE;EACE,kBAAA;EACA,MAAA;EACA,QAAA;EACA,SAAA;EACA,OAAA;EACA,UAAA;EAEA,oBAAA;EACA,WAAA;EAEA,kCAAA;A/BiwHJ;;AgC3wHA;EAAkB,4GAAA;AhC+wHlB;;AgC3wHA;EAAiB,8BAAA;AhC+wHjB;;AgC9wHA;EAAiB,8BAAA;AhCkxHjB;;AgCjxHA;EAAiB,8BAAA;AhCqxHjB;;AgCpxHA;ECTE,gBAAA;EACA,uBAAA;EACA,mBAAA;AjCiyHF;;AgClxHI;EAAwB,2BAAA;AhCsxH5B;;AgCrxHI;EAAwB,4BAAA;AhCyxH5B;;AgCxxHI;EAAwB,6BAAA;AhC4xH5B;;AQvvHI;EwBvCA;IAAwB,2BAAA;EhCmyH1B;EgClyHE;IAAwB,4BAAA;EhCqyH1B;EgCpyHE;IAAwB,6BAAA;EhCuyH1B;AACF;AQnwHI;EwBvCA;IAAwB,2BAAA;EhC8yH1B;EgC7yHE;IAAwB,4BAAA;EhCgzH1B;EgC/yHE;IAAwB,6BAAA;EhCkzH1B;AACF;AQ9wHI;EwBvCA;IAAwB,2BAAA;EhCyzH1B;EgCxzHE;IAAwB,4BAAA;EhC2zH1B;EgC1zHE;IAAwB,6BAAA;EhC6zH1B;AACF;AQzxHI;EwBvCA;IAAwB,2BAAA;EhCo0H1B;EgCn0HE;IAAwB,4BAAA;EhCs0H1B;EgCr0HE;IAAwB,6BAAA;EhCw0H1B;AACF;AgCn0HA;EAAmB,oCAAA;AhCs0HnB;;AgCr0HA;EAAmB,oCAAA;AhCy0HnB;;AgCx0HA;EAAmB,qCAAA;AhC40HnB;;AgCx0HA;EAAuB,2BAAA;AhC40HvB;;AgC30HA;EAAuB,+BAAA;AhC+0HvB;;AgC90HA;EAAuB,2BAAA;AhCk1HvB;;AgCj1HA;EAAuB,2BAAA;AhCq1HvB;;AgCp1HA;EAAuB,8BAAA;AhCw1HvB;;AgCv1HA;EAAuB,6BAAA;AhC21HvB;;AgCv1HA;EAAc,sBAAA;AhC21Hd;;AkCl4HE;EACE,yBAAA;AlCq4HJ;;AI33HE;E8BLM,yBAAA;AlCo4HR;;AkC14HE;EACE,yBAAA;AlC64HJ;;AIn4HE;E8BLM,yBAAA;AlC44HR;;AkCl5HE;EACE,yBAAA;AlCq5HJ;;AI34HE;E8BLM,yBAAA;AlCo5HR;;AkC15HE;EACE,yBAAA;AlC65HJ;;AIn5HE;E8BLM,yBAAA;AlC45HR;;AkCl6HE;EACE,yBAAA;AlCq6HJ;;AI35HE;E8BLM,yBAAA;AlCo6HR;;AkC16HE;EACE,yBAAA;AlC66HJ;;AIn6HE;E8BLM,yBAAA;AlC46HR;;AkCl7HE;EACE,yBAAA;AlCq7HJ;;AI36HE;E8BLM,yBAAA;AlCo7HR;;AkC17HE;EACE,yBAAA;AlC67HJ;;AIn7HE;E8BLM,yBAAA;AlC47HR;;AgCr5HA;EAAa,yBAAA;AhCy5Hb;;AgCx5HA;EAAc,yBAAA;AhC45Hd;;AgC15HA;EAAiB,oCAAA;AhC85HjB;;AgC75HA;EAAiB,0CAAA;AhCi6HjB;;AgC75HA;EGvDE,WAAA;EACA,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","file":"custom-editor-style-bootstrap4.css","sourcesContent":["@charset \"UTF-8\";\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n -webkit-text-size-adjust: 100%;\n -webkit-tap-highlight-color: rgba(0, 0, 0, 0);\n}\n\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n color: #212529;\n text-align: left;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1, h2, h3, h4, h5, h6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[title],\nabbr[data-original-title] {\n text-decoration: underline;\n text-decoration: underline dotted;\n cursor: help;\n border-bottom: 0;\n text-decoration-skip-ink: none;\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: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n color: #5533ff;\n text-decoration: none;\n background-color: transparent;\n}\na:hover {\n color: #2600e6;\n text-decoration: underline;\n}\n\na:not([href]):not([class]) {\n color: inherit;\n text-decoration: none;\n}\na:not([href]):not([class]):hover {\n color: inherit;\n text-decoration: none;\n}\n\npre,\ncode,\nkbd,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n -ms-overflow-style: scrollbar;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n vertical-align: middle;\n border-style: none;\n}\n\nsvg {\n overflow: hidden;\n vertical-align: middle;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.75rem;\n padding-bottom: 0.75rem;\n color: #6c757d;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n text-align: inherit;\n text-align: -webkit-match-parent;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\n[role=button] {\n cursor: pointer;\n}\n\nselect {\n word-wrap: normal;\n}\n\nbutton,\n[type=button],\n[type=reset],\n[type=submit] {\n -webkit-appearance: button;\n}\n\nbutton:not(:disabled),\n[type=button]:not(:disabled),\n[type=reset]:not(:disabled),\n[type=submit]:not(:disabled) {\n cursor: pointer;\n}\n\nbutton::-moz-focus-inner,\n[type=button]::-moz-focus-inner,\n[type=reset]::-moz-focus-inner,\n[type=submit]::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=radio],\ninput[type=checkbox] {\n box-sizing: border-box;\n padding: 0;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n padding: 0;\n margin: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n padding: 0;\n margin-bottom: 0.5rem;\n font-size: 1.5rem;\n line-height: inherit;\n color: inherit;\n white-space: normal;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=number]::-webkit-inner-spin-button,\n[type=number]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=search] {\n outline-offset: -2px;\n -webkit-appearance: none;\n}\n\n[type=search]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n -webkit-appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n\n:root {\n --blue: #007bff;\n --indigo: #6610f2;\n --purple: #5533ff;\n --pink: #e83e8c;\n --red: #dc3545;\n --orange: #fd7e14;\n --yellow: #ffc107;\n --green: #28a745;\n --teal: #20c997;\n --cyan: #17a2b8;\n --white: #fff;\n --gray: #6c757d;\n --gray-dark: #343a40;\n --primary: #5533ff;\n --secondary: #6c757d;\n --success: #28a745;\n --info: #17a2b8;\n --warning: #ffc107;\n --danger: #dc3545;\n --light: #f8f9fa;\n --dark: #343a40;\n --breakpoint-xs: 0;\n --breakpoint-sm: 576px;\n --breakpoint-md: 768px;\n --breakpoint-lg: 992px;\n --breakpoint-xl: 1200px;\n --font-family-sans-serif: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;\n}\n\n.table, .wp-block-table table {\n width: 100%;\n margin-bottom: 1rem;\n color: #212529;\n}\n.table th, .wp-block-table table th,\n.table td,\n.wp-block-table table td {\n padding: 0.75rem;\n vertical-align: top;\n border-top: 1px solid #dee2e6;\n}\n.table thead th, .wp-block-table table thead th {\n vertical-align: bottom;\n border-bottom: 2px solid #dee2e6;\n}\n.table tbody + tbody, .wp-block-table table tbody + tbody {\n border-top: 2px solid #dee2e6;\n}\n\n.table-sm th,\n.table-sm td {\n padding: 0.3rem;\n}\n\n.table-bordered, .wp-block-table table {\n border: 1px solid #dee2e6;\n}\n.table-bordered th, .wp-block-table table th,\n.table-bordered td,\n.wp-block-table table td {\n border: 1px solid #dee2e6;\n}\n.table-bordered thead th, .wp-block-table table thead th,\n.table-bordered thead td,\n.wp-block-table table thead td {\n border-bottom-width: 2px;\n}\n\n.table-borderless th,\n.table-borderless td,\n.table-borderless thead th,\n.table-borderless tbody + tbody {\n border: 0;\n}\n\n.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(0, 0, 0, 0.05);\n}\n\n.table-hover tbody tr:hover {\n color: #212529;\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-primary,\n.table-primary > th,\n.table-primary > td {\n background-color: #cfc6ff;\n}\n.table-primary th,\n.table-primary td,\n.table-primary thead th,\n.table-primary tbody + tbody {\n border-color: #a795ff;\n}\n\n.table-hover .table-primary:hover {\n background-color: #baadff;\n}\n.table-hover .table-primary:hover > td,\n.table-hover .table-primary:hover > th {\n background-color: #baadff;\n}\n\n.table-secondary,\n.table-secondary > th,\n.table-secondary > td {\n background-color: #d6d8db;\n}\n.table-secondary th,\n.table-secondary td,\n.table-secondary thead th,\n.table-secondary tbody + tbody {\n border-color: #b3b7bb;\n}\n\n.table-hover .table-secondary:hover {\n background-color: #c8cbcf;\n}\n.table-hover .table-secondary:hover > td,\n.table-hover .table-secondary:hover > th {\n background-color: #c8cbcf;\n}\n\n.table-success,\n.table-success > th,\n.table-success > td {\n background-color: #c3e6cb;\n}\n.table-success th,\n.table-success td,\n.table-success thead th,\n.table-success tbody + tbody {\n border-color: #8fd19e;\n}\n\n.table-hover .table-success:hover {\n background-color: #b1dfbb;\n}\n.table-hover .table-success:hover > td,\n.table-hover .table-success:hover > th {\n background-color: #b1dfbb;\n}\n\n.table-info,\n.table-info > th,\n.table-info > td {\n background-color: #bee5eb;\n}\n.table-info th,\n.table-info td,\n.table-info thead th,\n.table-info tbody + tbody {\n border-color: #86cfda;\n}\n\n.table-hover .table-info:hover {\n background-color: #abdde5;\n}\n.table-hover .table-info:hover > td,\n.table-hover .table-info:hover > th {\n background-color: #abdde5;\n}\n\n.table-warning,\n.table-warning > th,\n.table-warning > td {\n background-color: #ffeeba;\n}\n.table-warning th,\n.table-warning td,\n.table-warning thead th,\n.table-warning tbody + tbody {\n border-color: #ffdf7e;\n}\n\n.table-hover .table-warning:hover {\n background-color: #ffe8a1;\n}\n.table-hover .table-warning:hover > td,\n.table-hover .table-warning:hover > th {\n background-color: #ffe8a1;\n}\n\n.table-danger,\n.table-danger > th,\n.table-danger > td {\n background-color: #f5c6cb;\n}\n.table-danger th,\n.table-danger td,\n.table-danger thead th,\n.table-danger tbody + tbody {\n border-color: #ed969e;\n}\n\n.table-hover .table-danger:hover {\n background-color: #f1b0b7;\n}\n.table-hover .table-danger:hover > td,\n.table-hover .table-danger:hover > th {\n background-color: #f1b0b7;\n}\n\n.table-light,\n.table-light > th,\n.table-light > td {\n background-color: #fdfdfe;\n}\n.table-light th,\n.table-light td,\n.table-light thead th,\n.table-light tbody + tbody {\n border-color: #fbfcfc;\n}\n\n.table-hover .table-light:hover {\n background-color: #ececf6;\n}\n.table-hover .table-light:hover > td,\n.table-hover .table-light:hover > th {\n background-color: #ececf6;\n}\n\n.table-dark,\n.table-dark > th,\n.table-dark > td {\n background-color: #c6c8ca;\n}\n.table-dark th,\n.table-dark td,\n.table-dark thead th,\n.table-dark tbody + tbody {\n border-color: #95999c;\n}\n\n.table-hover .table-dark:hover {\n background-color: #b9bbbe;\n}\n.table-hover .table-dark:hover > td,\n.table-hover .table-dark:hover > th {\n background-color: #b9bbbe;\n}\n\n.table-active,\n.table-active > th,\n.table-active > td {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table-hover .table-active:hover {\n background-color: rgba(0, 0, 0, 0.075);\n}\n.table-hover .table-active:hover > td,\n.table-hover .table-active:hover > th {\n background-color: rgba(0, 0, 0, 0.075);\n}\n\n.table .thead-dark th, .wp-block-table table .thead-dark th {\n color: #fff;\n background-color: #343a40;\n border-color: #454d55;\n}\n.table .thead-light th, .wp-block-table table .thead-light th {\n color: #495057;\n background-color: #e9ecef;\n border-color: #dee2e6;\n}\n\n.table-dark {\n color: #fff;\n background-color: #343a40;\n}\n.table-dark th,\n.table-dark td,\n.table-dark thead th {\n border-color: #454d55;\n}\n.table-dark.table-bordered, .wp-block-table table.table-dark {\n border: 0;\n}\n.table-dark.table-striped tbody tr:nth-of-type(odd) {\n background-color: rgba(255, 255, 255, 0.05);\n}\n.table-dark.table-hover tbody tr:hover {\n color: #fff;\n background-color: rgba(255, 255, 255, 0.075);\n}\n\n@media (max-width: 575.98px) {\n .table-responsive-sm {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-sm > .table-bordered, .wp-block-table .table-responsive-sm > table {\n border: 0;\n }\n}\n@media (max-width: 767.98px) {\n .table-responsive-md {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-md > .table-bordered, .wp-block-table .table-responsive-md > table {\n border: 0;\n }\n}\n@media (max-width: 991.98px) {\n .table-responsive-lg {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-lg > .table-bordered, .wp-block-table .table-responsive-lg > table {\n border: 0;\n }\n}\n@media (max-width: 1199.98px) {\n .table-responsive-xl {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n }\n .table-responsive-xl > .table-bordered, .wp-block-table .table-responsive-xl > table {\n border: 0;\n }\n}\n.table-responsive {\n display: block;\n width: 100%;\n overflow-x: auto;\n -webkit-overflow-scrolling: touch;\n}\n.table-responsive > .table-bordered, .wp-block-table .table-responsive > table {\n border: 0;\n}\n\n.img-fluid {\n max-width: 100%;\n height: auto;\n}\n\n.img-thumbnail {\n padding: 0.25rem;\n background-color: #fff;\n border: 1px solid #dee2e6;\n border-radius: 0.25rem;\n max-width: 100%;\n height: auto;\n}\n\n.figure, figure.wp-block-image,\n.wp-block-image > figure {\n display: inline-block;\n}\n\n.figure-img, figure.wp-block-image img,\n.wp-block-image > figure img {\n margin-bottom: 0.5rem;\n line-height: 1;\n}\n\n.figure-caption, figure.wp-block-image figcaption,\n.wp-block-image > figure figcaption {\n font-size: 90%;\n color: #6c757d;\n}\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n margin-bottom: 0.5rem;\n font-weight: 500;\n line-height: 1.2;\n}\n\nh1, .h1 {\n font-size: 2.5rem;\n}\n\nh2, .h2 {\n font-size: 2rem;\n}\n\nh3, .h3 {\n font-size: 1.75rem;\n}\n\nh4, .h4 {\n font-size: 1.5rem;\n}\n\nh5, .h5 {\n font-size: 1.25rem;\n}\n\nh6, .h6 {\n font-size: 1rem;\n}\n\n.lead {\n font-size: 1.25rem;\n font-weight: 300;\n}\n\n.display-1 {\n font-size: 6rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-2 {\n font-size: 5.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-3 {\n font-size: 4.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\n.display-4 {\n font-size: 3.5rem;\n font-weight: 300;\n line-height: 1.2;\n}\n\nhr {\n margin-top: 1rem;\n margin-bottom: 1rem;\n border: 0;\n border-top: 1px solid rgba(0, 0, 0, 0.1);\n}\n\nsmall,\n.small {\n font-size: 0.875em;\n font-weight: 400;\n}\n\nmark,\n.mark {\n padding: 0.2em;\n background-color: #fcf8e3;\n}\n\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline {\n padding-left: 0;\n list-style: none;\n}\n\n.list-inline-item {\n display: inline-block;\n}\n.list-inline-item:not(:last-child) {\n margin-right: 0.5rem;\n}\n\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n.blockquote, .wp-block-quote {\n margin-bottom: 1rem;\n font-size: 1.25rem;\n}\n\n.blockquote-footer, .wp-block-quote cite {\n display: block;\n font-size: 0.875em;\n color: #6c757d;\n}\n.blockquote-footer::before, .wp-block-quote cite::before {\n content: \"— \";\n}\n\n.align-baseline {\n vertical-align: baseline !important;\n}\n\n.align-top {\n vertical-align: top !important;\n}\n\n.align-middle {\n vertical-align: middle !important;\n}\n\n.align-bottom {\n vertical-align: bottom !important;\n}\n\n.align-text-bottom {\n vertical-align: text-bottom !important;\n}\n\n.align-text-top {\n vertical-align: text-top !important;\n}\n\n.bg-primary {\n background-color: #5533ff !important;\n}\n\na.bg-primary:hover, a.bg-primary:focus,\nbutton.bg-primary:hover,\nbutton.bg-primary:focus {\n background-color: #2b00ff !important;\n}\n\n.bg-secondary {\n background-color: #6c757d !important;\n}\n\na.bg-secondary:hover, a.bg-secondary:focus,\nbutton.bg-secondary:hover,\nbutton.bg-secondary:focus {\n background-color: #545b62 !important;\n}\n\n.bg-success {\n background-color: #28a745 !important;\n}\n\na.bg-success:hover, a.bg-success:focus,\nbutton.bg-success:hover,\nbutton.bg-success:focus {\n background-color: #1e7e34 !important;\n}\n\n.bg-info {\n background-color: #17a2b8 !important;\n}\n\na.bg-info:hover, a.bg-info:focus,\nbutton.bg-info:hover,\nbutton.bg-info:focus {\n background-color: #117a8b !important;\n}\n\n.bg-warning {\n background-color: #ffc107 !important;\n}\n\na.bg-warning:hover, a.bg-warning:focus,\nbutton.bg-warning:hover,\nbutton.bg-warning:focus {\n background-color: #d39e00 !important;\n}\n\n.bg-danger {\n background-color: #dc3545 !important;\n}\n\na.bg-danger:hover, a.bg-danger:focus,\nbutton.bg-danger:hover,\nbutton.bg-danger:focus {\n background-color: #bd2130 !important;\n}\n\n.bg-light {\n background-color: #f8f9fa !important;\n}\n\na.bg-light:hover, a.bg-light:focus,\nbutton.bg-light:hover,\nbutton.bg-light:focus {\n background-color: #dae0e5 !important;\n}\n\n.bg-dark {\n background-color: #343a40 !important;\n}\n\na.bg-dark:hover, a.bg-dark:focus,\nbutton.bg-dark:hover,\nbutton.bg-dark:focus {\n background-color: #1d2124 !important;\n}\n\n.bg-white {\n background-color: #fff !important;\n}\n\n.bg-transparent {\n background-color: transparent !important;\n}\n\n.border {\n border: 1px solid #dee2e6 !important;\n}\n\n.border-top {\n border-top: 1px solid #dee2e6 !important;\n}\n\n.border-right {\n border-right: 1px solid #dee2e6 !important;\n}\n\n.border-bottom {\n border-bottom: 1px solid #dee2e6 !important;\n}\n\n.border-left {\n border-left: 1px solid #dee2e6 !important;\n}\n\n.border-0 {\n border: 0 !important;\n}\n\n.border-top-0 {\n border-top: 0 !important;\n}\n\n.border-right-0 {\n border-right: 0 !important;\n}\n\n.border-bottom-0 {\n border-bottom: 0 !important;\n}\n\n.border-left-0 {\n border-left: 0 !important;\n}\n\n.border-primary {\n border-color: #5533ff !important;\n}\n\n.border-secondary {\n border-color: #6c757d !important;\n}\n\n.border-success {\n border-color: #28a745 !important;\n}\n\n.border-info {\n border-color: #17a2b8 !important;\n}\n\n.border-warning {\n border-color: #ffc107 !important;\n}\n\n.border-danger {\n border-color: #dc3545 !important;\n}\n\n.border-light {\n border-color: #f8f9fa !important;\n}\n\n.border-dark {\n border-color: #343a40 !important;\n}\n\n.border-white {\n border-color: #fff !important;\n}\n\n.rounded-sm {\n border-radius: 0.2rem !important;\n}\n\n.rounded {\n border-radius: 0.25rem !important;\n}\n\n.rounded-top {\n border-top-left-radius: 0.25rem !important;\n border-top-right-radius: 0.25rem !important;\n}\n\n.rounded-right {\n border-top-right-radius: 0.25rem !important;\n border-bottom-right-radius: 0.25rem !important;\n}\n\n.rounded-bottom {\n border-bottom-right-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-left {\n border-top-left-radius: 0.25rem !important;\n border-bottom-left-radius: 0.25rem !important;\n}\n\n.rounded-lg {\n border-radius: 0.3rem !important;\n}\n\n.rounded-circle {\n border-radius: 50% !important;\n}\n\n.rounded-pill {\n border-radius: 50rem !important;\n}\n\n.rounded-0 {\n border-radius: 0 !important;\n}\n\n.clearfix::after {\n display: block;\n clear: both;\n content: \"\";\n}\n\n.d-none {\n display: none !important;\n}\n\n.d-inline {\n display: inline !important;\n}\n\n.d-inline-block {\n display: inline-block !important;\n}\n\n.d-block {\n display: block !important;\n}\n\n.d-table {\n display: table !important;\n}\n\n.d-table-row {\n display: table-row !important;\n}\n\n.d-table-cell {\n display: table-cell !important;\n}\n\n.d-flex {\n display: flex !important;\n}\n\n.d-inline-flex {\n display: inline-flex !important;\n}\n\n@media (min-width: 576px) {\n .d-sm-none {\n display: none !important;\n }\n .d-sm-inline {\n display: inline !important;\n }\n .d-sm-inline-block {\n display: inline-block !important;\n }\n .d-sm-block {\n display: block !important;\n }\n .d-sm-table {\n display: table !important;\n }\n .d-sm-table-row {\n display: table-row !important;\n }\n .d-sm-table-cell {\n display: table-cell !important;\n }\n .d-sm-flex {\n display: flex !important;\n }\n .d-sm-inline-flex {\n display: inline-flex !important;\n }\n}\n@media (min-width: 768px) {\n .d-md-none {\n display: none !important;\n }\n .d-md-inline {\n display: inline !important;\n }\n .d-md-inline-block {\n display: inline-block !important;\n }\n .d-md-block {\n display: block !important;\n }\n .d-md-table {\n display: table !important;\n }\n .d-md-table-row {\n display: table-row !important;\n }\n .d-md-table-cell {\n display: table-cell !important;\n }\n .d-md-flex {\n display: flex !important;\n }\n .d-md-inline-flex {\n display: inline-flex !important;\n }\n}\n@media (min-width: 992px) {\n .d-lg-none {\n display: none !important;\n }\n .d-lg-inline {\n display: inline !important;\n }\n .d-lg-inline-block {\n display: inline-block !important;\n }\n .d-lg-block {\n display: block !important;\n }\n .d-lg-table {\n display: table !important;\n }\n .d-lg-table-row {\n display: table-row !important;\n }\n .d-lg-table-cell {\n display: table-cell !important;\n }\n .d-lg-flex {\n display: flex !important;\n }\n .d-lg-inline-flex {\n display: inline-flex !important;\n }\n}\n@media (min-width: 1200px) {\n .d-xl-none {\n display: none !important;\n }\n .d-xl-inline {\n display: inline !important;\n }\n .d-xl-inline-block {\n display: inline-block !important;\n }\n .d-xl-block {\n display: block !important;\n }\n .d-xl-table {\n display: table !important;\n }\n .d-xl-table-row {\n display: table-row !important;\n }\n .d-xl-table-cell {\n display: table-cell !important;\n }\n .d-xl-flex {\n display: flex !important;\n }\n .d-xl-inline-flex {\n display: inline-flex !important;\n }\n}\n@media print {\n .d-print-none {\n display: none !important;\n }\n .d-print-inline {\n display: inline !important;\n }\n .d-print-inline-block {\n display: inline-block !important;\n }\n .d-print-block {\n display: block !important;\n }\n .d-print-table {\n display: table !important;\n }\n .d-print-table-row {\n display: table-row !important;\n }\n .d-print-table-cell {\n display: table-cell !important;\n }\n .d-print-flex {\n display: flex !important;\n }\n .d-print-inline-flex {\n display: inline-flex !important;\n }\n}\n.embed-responsive {\n position: relative;\n display: block;\n width: 100%;\n padding: 0;\n overflow: hidden;\n}\n.embed-responsive::before {\n display: block;\n content: \"\";\n}\n.embed-responsive .embed-responsive-item,\n.embed-responsive iframe,\n.embed-responsive embed,\n.embed-responsive object,\n.embed-responsive video {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border: 0;\n}\n\n.embed-responsive-21by9::before {\n padding-top: 42.85714286%;\n}\n\n.embed-responsive-16by9::before {\n padding-top: 56.25%;\n}\n\n.embed-responsive-4by3::before {\n padding-top: 75%;\n}\n\n.embed-responsive-1by1::before {\n padding-top: 100%;\n}\n\n.flex-row {\n flex-direction: row !important;\n}\n\n.flex-column {\n flex-direction: column !important;\n}\n\n.flex-row-reverse {\n flex-direction: row-reverse !important;\n}\n\n.flex-column-reverse {\n flex-direction: column-reverse !important;\n}\n\n.flex-wrap {\n flex-wrap: wrap !important;\n}\n\n.flex-nowrap {\n flex-wrap: nowrap !important;\n}\n\n.flex-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n}\n\n.flex-fill {\n flex: 1 1 auto !important;\n}\n\n.flex-grow-0 {\n flex-grow: 0 !important;\n}\n\n.flex-grow-1 {\n flex-grow: 1 !important;\n}\n\n.flex-shrink-0 {\n flex-shrink: 0 !important;\n}\n\n.flex-shrink-1 {\n flex-shrink: 1 !important;\n}\n\n.justify-content-start {\n justify-content: flex-start !important;\n}\n\n.justify-content-end {\n justify-content: flex-end !important;\n}\n\n.justify-content-center {\n justify-content: center !important;\n}\n\n.justify-content-between {\n justify-content: space-between !important;\n}\n\n.justify-content-around {\n justify-content: space-around !important;\n}\n\n.align-items-start {\n align-items: flex-start !important;\n}\n\n.align-items-end {\n align-items: flex-end !important;\n}\n\n.align-items-center {\n align-items: center !important;\n}\n\n.align-items-baseline {\n align-items: baseline !important;\n}\n\n.align-items-stretch {\n align-items: stretch !important;\n}\n\n.align-content-start {\n align-content: flex-start !important;\n}\n\n.align-content-end {\n align-content: flex-end !important;\n}\n\n.align-content-center {\n align-content: center !important;\n}\n\n.align-content-between {\n align-content: space-between !important;\n}\n\n.align-content-around {\n align-content: space-around !important;\n}\n\n.align-content-stretch {\n align-content: stretch !important;\n}\n\n.align-self-auto {\n align-self: auto !important;\n}\n\n.align-self-start {\n align-self: flex-start !important;\n}\n\n.align-self-end {\n align-self: flex-end !important;\n}\n\n.align-self-center {\n align-self: center !important;\n}\n\n.align-self-baseline {\n align-self: baseline !important;\n}\n\n.align-self-stretch {\n align-self: stretch !important;\n}\n\n@media (min-width: 576px) {\n .flex-sm-row {\n flex-direction: row !important;\n }\n .flex-sm-column {\n flex-direction: column !important;\n }\n .flex-sm-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-sm-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-sm-wrap {\n flex-wrap: wrap !important;\n }\n .flex-sm-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-sm-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-sm-fill {\n flex: 1 1 auto !important;\n }\n .flex-sm-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-sm-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-sm-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-sm-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-sm-start {\n justify-content: flex-start !important;\n }\n .justify-content-sm-end {\n justify-content: flex-end !important;\n }\n .justify-content-sm-center {\n justify-content: center !important;\n }\n .justify-content-sm-between {\n justify-content: space-between !important;\n }\n .justify-content-sm-around {\n justify-content: space-around !important;\n }\n .align-items-sm-start {\n align-items: flex-start !important;\n }\n .align-items-sm-end {\n align-items: flex-end !important;\n }\n .align-items-sm-center {\n align-items: center !important;\n }\n .align-items-sm-baseline {\n align-items: baseline !important;\n }\n .align-items-sm-stretch {\n align-items: stretch !important;\n }\n .align-content-sm-start {\n align-content: flex-start !important;\n }\n .align-content-sm-end {\n align-content: flex-end !important;\n }\n .align-content-sm-center {\n align-content: center !important;\n }\n .align-content-sm-between {\n align-content: space-between !important;\n }\n .align-content-sm-around {\n align-content: space-around !important;\n }\n .align-content-sm-stretch {\n align-content: stretch !important;\n }\n .align-self-sm-auto {\n align-self: auto !important;\n }\n .align-self-sm-start {\n align-self: flex-start !important;\n }\n .align-self-sm-end {\n align-self: flex-end !important;\n }\n .align-self-sm-center {\n align-self: center !important;\n }\n .align-self-sm-baseline {\n align-self: baseline !important;\n }\n .align-self-sm-stretch {\n align-self: stretch !important;\n }\n}\n@media (min-width: 768px) {\n .flex-md-row {\n flex-direction: row !important;\n }\n .flex-md-column {\n flex-direction: column !important;\n }\n .flex-md-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-md-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-md-wrap {\n flex-wrap: wrap !important;\n }\n .flex-md-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-md-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-md-fill {\n flex: 1 1 auto !important;\n }\n .flex-md-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-md-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-md-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-md-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-md-start {\n justify-content: flex-start !important;\n }\n .justify-content-md-end {\n justify-content: flex-end !important;\n }\n .justify-content-md-center {\n justify-content: center !important;\n }\n .justify-content-md-between {\n justify-content: space-between !important;\n }\n .justify-content-md-around {\n justify-content: space-around !important;\n }\n .align-items-md-start {\n align-items: flex-start !important;\n }\n .align-items-md-end {\n align-items: flex-end !important;\n }\n .align-items-md-center {\n align-items: center !important;\n }\n .align-items-md-baseline {\n align-items: baseline !important;\n }\n .align-items-md-stretch {\n align-items: stretch !important;\n }\n .align-content-md-start {\n align-content: flex-start !important;\n }\n .align-content-md-end {\n align-content: flex-end !important;\n }\n .align-content-md-center {\n align-content: center !important;\n }\n .align-content-md-between {\n align-content: space-between !important;\n }\n .align-content-md-around {\n align-content: space-around !important;\n }\n .align-content-md-stretch {\n align-content: stretch !important;\n }\n .align-self-md-auto {\n align-self: auto !important;\n }\n .align-self-md-start {\n align-self: flex-start !important;\n }\n .align-self-md-end {\n align-self: flex-end !important;\n }\n .align-self-md-center {\n align-self: center !important;\n }\n .align-self-md-baseline {\n align-self: baseline !important;\n }\n .align-self-md-stretch {\n align-self: stretch !important;\n }\n}\n@media (min-width: 992px) {\n .flex-lg-row {\n flex-direction: row !important;\n }\n .flex-lg-column {\n flex-direction: column !important;\n }\n .flex-lg-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-lg-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-lg-wrap {\n flex-wrap: wrap !important;\n }\n .flex-lg-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-lg-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-lg-fill {\n flex: 1 1 auto !important;\n }\n .flex-lg-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-lg-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-lg-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-lg-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-lg-start {\n justify-content: flex-start !important;\n }\n .justify-content-lg-end {\n justify-content: flex-end !important;\n }\n .justify-content-lg-center {\n justify-content: center !important;\n }\n .justify-content-lg-between {\n justify-content: space-between !important;\n }\n .justify-content-lg-around {\n justify-content: space-around !important;\n }\n .align-items-lg-start {\n align-items: flex-start !important;\n }\n .align-items-lg-end {\n align-items: flex-end !important;\n }\n .align-items-lg-center {\n align-items: center !important;\n }\n .align-items-lg-baseline {\n align-items: baseline !important;\n }\n .align-items-lg-stretch {\n align-items: stretch !important;\n }\n .align-content-lg-start {\n align-content: flex-start !important;\n }\n .align-content-lg-end {\n align-content: flex-end !important;\n }\n .align-content-lg-center {\n align-content: center !important;\n }\n .align-content-lg-between {\n align-content: space-between !important;\n }\n .align-content-lg-around {\n align-content: space-around !important;\n }\n .align-content-lg-stretch {\n align-content: stretch !important;\n }\n .align-self-lg-auto {\n align-self: auto !important;\n }\n .align-self-lg-start {\n align-self: flex-start !important;\n }\n .align-self-lg-end {\n align-self: flex-end !important;\n }\n .align-self-lg-center {\n align-self: center !important;\n }\n .align-self-lg-baseline {\n align-self: baseline !important;\n }\n .align-self-lg-stretch {\n align-self: stretch !important;\n }\n}\n@media (min-width: 1200px) {\n .flex-xl-row {\n flex-direction: row !important;\n }\n .flex-xl-column {\n flex-direction: column !important;\n }\n .flex-xl-row-reverse {\n flex-direction: row-reverse !important;\n }\n .flex-xl-column-reverse {\n flex-direction: column-reverse !important;\n }\n .flex-xl-wrap {\n flex-wrap: wrap !important;\n }\n .flex-xl-nowrap {\n flex-wrap: nowrap !important;\n }\n .flex-xl-wrap-reverse {\n flex-wrap: wrap-reverse !important;\n }\n .flex-xl-fill {\n flex: 1 1 auto !important;\n }\n .flex-xl-grow-0 {\n flex-grow: 0 !important;\n }\n .flex-xl-grow-1 {\n flex-grow: 1 !important;\n }\n .flex-xl-shrink-0 {\n flex-shrink: 0 !important;\n }\n .flex-xl-shrink-1 {\n flex-shrink: 1 !important;\n }\n .justify-content-xl-start {\n justify-content: flex-start !important;\n }\n .justify-content-xl-end {\n justify-content: flex-end !important;\n }\n .justify-content-xl-center {\n justify-content: center !important;\n }\n .justify-content-xl-between {\n justify-content: space-between !important;\n }\n .justify-content-xl-around {\n justify-content: space-around !important;\n }\n .align-items-xl-start {\n align-items: flex-start !important;\n }\n .align-items-xl-end {\n align-items: flex-end !important;\n }\n .align-items-xl-center {\n align-items: center !important;\n }\n .align-items-xl-baseline {\n align-items: baseline !important;\n }\n .align-items-xl-stretch {\n align-items: stretch !important;\n }\n .align-content-xl-start {\n align-content: flex-start !important;\n }\n .align-content-xl-end {\n align-content: flex-end !important;\n }\n .align-content-xl-center {\n align-content: center !important;\n }\n .align-content-xl-between {\n align-content: space-between !important;\n }\n .align-content-xl-around {\n align-content: space-around !important;\n }\n .align-content-xl-stretch {\n align-content: stretch !important;\n }\n .align-self-xl-auto {\n align-self: auto !important;\n }\n .align-self-xl-start {\n align-self: flex-start !important;\n }\n .align-self-xl-end {\n align-self: flex-end !important;\n }\n .align-self-xl-center {\n align-self: center !important;\n }\n .align-self-xl-baseline {\n align-self: baseline !important;\n }\n .align-self-xl-stretch {\n align-self: stretch !important;\n }\n}\n.float-left {\n float: left !important;\n}\n\n.float-right {\n float: right !important;\n}\n\n.float-none {\n float: none !important;\n}\n\n@media (min-width: 576px) {\n .float-sm-left {\n float: left !important;\n }\n .float-sm-right {\n float: right !important;\n }\n .float-sm-none {\n float: none !important;\n }\n}\n@media (min-width: 768px) {\n .float-md-left {\n float: left !important;\n }\n .float-md-right {\n float: right !important;\n }\n .float-md-none {\n float: none !important;\n }\n}\n@media (min-width: 992px) {\n .float-lg-left {\n float: left !important;\n }\n .float-lg-right {\n float: right !important;\n }\n .float-lg-none {\n float: none !important;\n }\n}\n@media (min-width: 1200px) {\n .float-xl-left {\n float: left !important;\n }\n .float-xl-right {\n float: right !important;\n }\n .float-xl-none {\n float: none !important;\n }\n}\n.user-select-all {\n user-select: all !important;\n}\n\n.user-select-auto {\n user-select: auto !important;\n}\n\n.user-select-none {\n user-select: none !important;\n}\n\n.overflow-auto {\n overflow: auto !important;\n}\n\n.overflow-hidden {\n overflow: hidden !important;\n}\n\n.position-static {\n position: static !important;\n}\n\n.position-relative {\n position: relative !important;\n}\n\n.position-absolute {\n position: absolute !important;\n}\n\n.position-fixed {\n position: fixed !important;\n}\n\n.position-sticky {\n position: sticky !important;\n}\n\n.fixed-top {\n position: fixed;\n top: 0;\n right: 0;\n left: 0;\n z-index: 1030;\n}\n\n.fixed-bottom {\n position: fixed;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1030;\n}\n\n@supports (position: sticky) {\n .sticky-top {\n position: sticky;\n top: 0;\n z-index: 1020;\n }\n}\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n}\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n overflow: visible;\n clip: auto;\n white-space: normal;\n}\n\n.shadow-sm {\n box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;\n}\n\n.shadow {\n box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;\n}\n\n.shadow-lg {\n box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;\n}\n\n.shadow-none {\n box-shadow: none !important;\n}\n\n.w-25 {\n width: 25% !important;\n}\n\n.w-50 {\n width: 50% !important;\n}\n\n.w-75 {\n width: 75% !important;\n}\n\n.w-100 {\n width: 100% !important;\n}\n\n.w-auto {\n width: auto !important;\n}\n\n.h-25 {\n height: 25% !important;\n}\n\n.h-50 {\n height: 50% !important;\n}\n\n.h-75 {\n height: 75% !important;\n}\n\n.h-100 {\n height: 100% !important;\n}\n\n.h-auto {\n height: auto !important;\n}\n\n.mw-100 {\n max-width: 100% !important;\n}\n\n.mh-100 {\n max-height: 100% !important;\n}\n\n.min-vw-100 {\n min-width: 100vw !important;\n}\n\n.min-vh-100 {\n min-height: 100vh !important;\n}\n\n.vw-100 {\n width: 100vw !important;\n}\n\n.vh-100 {\n height: 100vh !important;\n}\n\n.m-0 {\n margin: 0 !important;\n}\n\n.mt-0,\n.my-0 {\n margin-top: 0 !important;\n}\n\n.mr-0,\n.mx-0 {\n margin-right: 0 !important;\n}\n\n.mb-0,\n.my-0 {\n margin-bottom: 0 !important;\n}\n\n.ml-0,\n.mx-0 {\n margin-left: 0 !important;\n}\n\n.m-1 {\n margin: 0.25rem !important;\n}\n\n.mt-1,\n.my-1 {\n margin-top: 0.25rem !important;\n}\n\n.mr-1,\n.mx-1 {\n margin-right: 0.25rem !important;\n}\n\n.mb-1,\n.my-1 {\n margin-bottom: 0.25rem !important;\n}\n\n.ml-1,\n.mx-1 {\n margin-left: 0.25rem !important;\n}\n\n.m-2 {\n margin: 0.5rem !important;\n}\n\n.mt-2,\n.my-2 {\n margin-top: 0.5rem !important;\n}\n\n.mr-2,\n.mx-2 {\n margin-right: 0.5rem !important;\n}\n\n.mb-2,\n.my-2 {\n margin-bottom: 0.5rem !important;\n}\n\n.ml-2,\n.mx-2 {\n margin-left: 0.5rem !important;\n}\n\n.m-3 {\n margin: 1rem !important;\n}\n\n.mt-3,\n.my-3 {\n margin-top: 1rem !important;\n}\n\n.mr-3,\n.mx-3 {\n margin-right: 1rem !important;\n}\n\n.mb-3,\n.my-3 {\n margin-bottom: 1rem !important;\n}\n\n.ml-3,\n.mx-3 {\n margin-left: 1rem !important;\n}\n\n.m-4 {\n margin: 1.5rem !important;\n}\n\n.mt-4,\n.my-4 {\n margin-top: 1.5rem !important;\n}\n\n.mr-4,\n.mx-4 {\n margin-right: 1.5rem !important;\n}\n\n.mb-4,\n.my-4 {\n margin-bottom: 1.5rem !important;\n}\n\n.ml-4,\n.mx-4 {\n margin-left: 1.5rem !important;\n}\n\n.m-5 {\n margin: 3rem !important;\n}\n\n.mt-5,\n.my-5 {\n margin-top: 3rem !important;\n}\n\n.mr-5,\n.mx-5 {\n margin-right: 3rem !important;\n}\n\n.mb-5,\n.my-5 {\n margin-bottom: 3rem !important;\n}\n\n.ml-5,\n.mx-5 {\n margin-left: 3rem !important;\n}\n\n.p-0 {\n padding: 0 !important;\n}\n\n.pt-0,\n.py-0 {\n padding-top: 0 !important;\n}\n\n.pr-0,\n.px-0 {\n padding-right: 0 !important;\n}\n\n.pb-0,\n.py-0 {\n padding-bottom: 0 !important;\n}\n\n.pl-0,\n.px-0 {\n padding-left: 0 !important;\n}\n\n.p-1 {\n padding: 0.25rem !important;\n}\n\n.pt-1,\n.py-1 {\n padding-top: 0.25rem !important;\n}\n\n.pr-1,\n.px-1 {\n padding-right: 0.25rem !important;\n}\n\n.pb-1,\n.py-1 {\n padding-bottom: 0.25rem !important;\n}\n\n.pl-1,\n.px-1 {\n padding-left: 0.25rem !important;\n}\n\n.p-2 {\n padding: 0.5rem !important;\n}\n\n.pt-2,\n.py-2 {\n padding-top: 0.5rem !important;\n}\n\n.pr-2,\n.px-2 {\n padding-right: 0.5rem !important;\n}\n\n.pb-2,\n.py-2 {\n padding-bottom: 0.5rem !important;\n}\n\n.pl-2,\n.px-2 {\n padding-left: 0.5rem !important;\n}\n\n.p-3 {\n padding: 1rem !important;\n}\n\n.pt-3,\n.py-3 {\n padding-top: 1rem !important;\n}\n\n.pr-3,\n.px-3 {\n padding-right: 1rem !important;\n}\n\n.pb-3,\n.py-3 {\n padding-bottom: 1rem !important;\n}\n\n.pl-3,\n.px-3 {\n padding-left: 1rem !important;\n}\n\n.p-4 {\n padding: 1.5rem !important;\n}\n\n.pt-4,\n.py-4 {\n padding-top: 1.5rem !important;\n}\n\n.pr-4,\n.px-4 {\n padding-right: 1.5rem !important;\n}\n\n.pb-4,\n.py-4 {\n padding-bottom: 1.5rem !important;\n}\n\n.pl-4,\n.px-4 {\n padding-left: 1.5rem !important;\n}\n\n.p-5 {\n padding: 3rem !important;\n}\n\n.pt-5,\n.py-5 {\n padding-top: 3rem !important;\n}\n\n.pr-5,\n.px-5 {\n padding-right: 3rem !important;\n}\n\n.pb-5,\n.py-5 {\n padding-bottom: 3rem !important;\n}\n\n.pl-5,\n.px-5 {\n padding-left: 3rem !important;\n}\n\n.m-n1 {\n margin: -0.25rem !important;\n}\n\n.mt-n1,\n.my-n1 {\n margin-top: -0.25rem !important;\n}\n\n.mr-n1,\n.mx-n1 {\n margin-right: -0.25rem !important;\n}\n\n.mb-n1,\n.my-n1 {\n margin-bottom: -0.25rem !important;\n}\n\n.ml-n1,\n.mx-n1 {\n margin-left: -0.25rem !important;\n}\n\n.m-n2 {\n margin: -0.5rem !important;\n}\n\n.mt-n2,\n.my-n2 {\n margin-top: -0.5rem !important;\n}\n\n.mr-n2,\n.mx-n2 {\n margin-right: -0.5rem !important;\n}\n\n.mb-n2,\n.my-n2 {\n margin-bottom: -0.5rem !important;\n}\n\n.ml-n2,\n.mx-n2 {\n margin-left: -0.5rem !important;\n}\n\n.m-n3 {\n margin: -1rem !important;\n}\n\n.mt-n3,\n.my-n3 {\n margin-top: -1rem !important;\n}\n\n.mr-n3,\n.mx-n3 {\n margin-right: -1rem !important;\n}\n\n.mb-n3,\n.my-n3 {\n margin-bottom: -1rem !important;\n}\n\n.ml-n3,\n.mx-n3 {\n margin-left: -1rem !important;\n}\n\n.m-n4 {\n margin: -1.5rem !important;\n}\n\n.mt-n4,\n.my-n4 {\n margin-top: -1.5rem !important;\n}\n\n.mr-n4,\n.mx-n4 {\n margin-right: -1.5rem !important;\n}\n\n.mb-n4,\n.my-n4 {\n margin-bottom: -1.5rem !important;\n}\n\n.ml-n4,\n.mx-n4 {\n margin-left: -1.5rem !important;\n}\n\n.m-n5 {\n margin: -3rem !important;\n}\n\n.mt-n5,\n.my-n5 {\n margin-top: -3rem !important;\n}\n\n.mr-n5,\n.mx-n5 {\n margin-right: -3rem !important;\n}\n\n.mb-n5,\n.my-n5 {\n margin-bottom: -3rem !important;\n}\n\n.ml-n5,\n.mx-n5 {\n margin-left: -3rem !important;\n}\n\n.m-auto {\n margin: auto !important;\n}\n\n.mt-auto,\n.my-auto {\n margin-top: auto !important;\n}\n\n.mr-auto,\n.mx-auto {\n margin-right: auto !important;\n}\n\n.mb-auto,\n.my-auto {\n margin-bottom: auto !important;\n}\n\n.ml-auto,\n.mx-auto {\n margin-left: auto !important;\n}\n\n@media (min-width: 576px) {\n .m-sm-0 {\n margin: 0 !important;\n }\n .mt-sm-0,\n .my-sm-0 {\n margin-top: 0 !important;\n }\n .mr-sm-0,\n .mx-sm-0 {\n margin-right: 0 !important;\n }\n .mb-sm-0,\n .my-sm-0 {\n margin-bottom: 0 !important;\n }\n .ml-sm-0,\n .mx-sm-0 {\n margin-left: 0 !important;\n }\n .m-sm-1 {\n margin: 0.25rem !important;\n }\n .mt-sm-1,\n .my-sm-1 {\n margin-top: 0.25rem !important;\n }\n .mr-sm-1,\n .mx-sm-1 {\n margin-right: 0.25rem !important;\n }\n .mb-sm-1,\n .my-sm-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-sm-1,\n .mx-sm-1 {\n margin-left: 0.25rem !important;\n }\n .m-sm-2 {\n margin: 0.5rem !important;\n }\n .mt-sm-2,\n .my-sm-2 {\n margin-top: 0.5rem !important;\n }\n .mr-sm-2,\n .mx-sm-2 {\n margin-right: 0.5rem !important;\n }\n .mb-sm-2,\n .my-sm-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-sm-2,\n .mx-sm-2 {\n margin-left: 0.5rem !important;\n }\n .m-sm-3 {\n margin: 1rem !important;\n }\n .mt-sm-3,\n .my-sm-3 {\n margin-top: 1rem !important;\n }\n .mr-sm-3,\n .mx-sm-3 {\n margin-right: 1rem !important;\n }\n .mb-sm-3,\n .my-sm-3 {\n margin-bottom: 1rem !important;\n }\n .ml-sm-3,\n .mx-sm-3 {\n margin-left: 1rem !important;\n }\n .m-sm-4 {\n margin: 1.5rem !important;\n }\n .mt-sm-4,\n .my-sm-4 {\n margin-top: 1.5rem !important;\n }\n .mr-sm-4,\n .mx-sm-4 {\n margin-right: 1.5rem !important;\n }\n .mb-sm-4,\n .my-sm-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-sm-4,\n .mx-sm-4 {\n margin-left: 1.5rem !important;\n }\n .m-sm-5 {\n margin: 3rem !important;\n }\n .mt-sm-5,\n .my-sm-5 {\n margin-top: 3rem !important;\n }\n .mr-sm-5,\n .mx-sm-5 {\n margin-right: 3rem !important;\n }\n .mb-sm-5,\n .my-sm-5 {\n margin-bottom: 3rem !important;\n }\n .ml-sm-5,\n .mx-sm-5 {\n margin-left: 3rem !important;\n }\n .p-sm-0 {\n padding: 0 !important;\n }\n .pt-sm-0,\n .py-sm-0 {\n padding-top: 0 !important;\n }\n .pr-sm-0,\n .px-sm-0 {\n padding-right: 0 !important;\n }\n .pb-sm-0,\n .py-sm-0 {\n padding-bottom: 0 !important;\n }\n .pl-sm-0,\n .px-sm-0 {\n padding-left: 0 !important;\n }\n .p-sm-1 {\n padding: 0.25rem !important;\n }\n .pt-sm-1,\n .py-sm-1 {\n padding-top: 0.25rem !important;\n }\n .pr-sm-1,\n .px-sm-1 {\n padding-right: 0.25rem !important;\n }\n .pb-sm-1,\n .py-sm-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-sm-1,\n .px-sm-1 {\n padding-left: 0.25rem !important;\n }\n .p-sm-2 {\n padding: 0.5rem !important;\n }\n .pt-sm-2,\n .py-sm-2 {\n padding-top: 0.5rem !important;\n }\n .pr-sm-2,\n .px-sm-2 {\n padding-right: 0.5rem !important;\n }\n .pb-sm-2,\n .py-sm-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-sm-2,\n .px-sm-2 {\n padding-left: 0.5rem !important;\n }\n .p-sm-3 {\n padding: 1rem !important;\n }\n .pt-sm-3,\n .py-sm-3 {\n padding-top: 1rem !important;\n }\n .pr-sm-3,\n .px-sm-3 {\n padding-right: 1rem !important;\n }\n .pb-sm-3,\n .py-sm-3 {\n padding-bottom: 1rem !important;\n }\n .pl-sm-3,\n .px-sm-3 {\n padding-left: 1rem !important;\n }\n .p-sm-4 {\n padding: 1.5rem !important;\n }\n .pt-sm-4,\n .py-sm-4 {\n padding-top: 1.5rem !important;\n }\n .pr-sm-4,\n .px-sm-4 {\n padding-right: 1.5rem !important;\n }\n .pb-sm-4,\n .py-sm-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-sm-4,\n .px-sm-4 {\n padding-left: 1.5rem !important;\n }\n .p-sm-5 {\n padding: 3rem !important;\n }\n .pt-sm-5,\n .py-sm-5 {\n padding-top: 3rem !important;\n }\n .pr-sm-5,\n .px-sm-5 {\n padding-right: 3rem !important;\n }\n .pb-sm-5,\n .py-sm-5 {\n padding-bottom: 3rem !important;\n }\n .pl-sm-5,\n .px-sm-5 {\n padding-left: 3rem !important;\n }\n .m-sm-n1 {\n margin: -0.25rem !important;\n }\n .mt-sm-n1,\n .my-sm-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-sm-n1,\n .mx-sm-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-sm-n1,\n .my-sm-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-sm-n1,\n .mx-sm-n1 {\n margin-left: -0.25rem !important;\n }\n .m-sm-n2 {\n margin: -0.5rem !important;\n }\n .mt-sm-n2,\n .my-sm-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-sm-n2,\n .mx-sm-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-sm-n2,\n .my-sm-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-sm-n2,\n .mx-sm-n2 {\n margin-left: -0.5rem !important;\n }\n .m-sm-n3 {\n margin: -1rem !important;\n }\n .mt-sm-n3,\n .my-sm-n3 {\n margin-top: -1rem !important;\n }\n .mr-sm-n3,\n .mx-sm-n3 {\n margin-right: -1rem !important;\n }\n .mb-sm-n3,\n .my-sm-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-sm-n3,\n .mx-sm-n3 {\n margin-left: -1rem !important;\n }\n .m-sm-n4 {\n margin: -1.5rem !important;\n }\n .mt-sm-n4,\n .my-sm-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-sm-n4,\n .mx-sm-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-sm-n4,\n .my-sm-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-sm-n4,\n .mx-sm-n4 {\n margin-left: -1.5rem !important;\n }\n .m-sm-n5 {\n margin: -3rem !important;\n }\n .mt-sm-n5,\n .my-sm-n5 {\n margin-top: -3rem !important;\n }\n .mr-sm-n5,\n .mx-sm-n5 {\n margin-right: -3rem !important;\n }\n .mb-sm-n5,\n .my-sm-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-sm-n5,\n .mx-sm-n5 {\n margin-left: -3rem !important;\n }\n .m-sm-auto {\n margin: auto !important;\n }\n .mt-sm-auto,\n .my-sm-auto {\n margin-top: auto !important;\n }\n .mr-sm-auto,\n .mx-sm-auto {\n margin-right: auto !important;\n }\n .mb-sm-auto,\n .my-sm-auto {\n margin-bottom: auto !important;\n }\n .ml-sm-auto,\n .mx-sm-auto {\n margin-left: auto !important;\n }\n}\n@media (min-width: 768px) {\n .m-md-0 {\n margin: 0 !important;\n }\n .mt-md-0,\n .my-md-0 {\n margin-top: 0 !important;\n }\n .mr-md-0,\n .mx-md-0 {\n margin-right: 0 !important;\n }\n .mb-md-0,\n .my-md-0 {\n margin-bottom: 0 !important;\n }\n .ml-md-0,\n .mx-md-0 {\n margin-left: 0 !important;\n }\n .m-md-1 {\n margin: 0.25rem !important;\n }\n .mt-md-1,\n .my-md-1 {\n margin-top: 0.25rem !important;\n }\n .mr-md-1,\n .mx-md-1 {\n margin-right: 0.25rem !important;\n }\n .mb-md-1,\n .my-md-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-md-1,\n .mx-md-1 {\n margin-left: 0.25rem !important;\n }\n .m-md-2 {\n margin: 0.5rem !important;\n }\n .mt-md-2,\n .my-md-2 {\n margin-top: 0.5rem !important;\n }\n .mr-md-2,\n .mx-md-2 {\n margin-right: 0.5rem !important;\n }\n .mb-md-2,\n .my-md-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-md-2,\n .mx-md-2 {\n margin-left: 0.5rem !important;\n }\n .m-md-3 {\n margin: 1rem !important;\n }\n .mt-md-3,\n .my-md-3 {\n margin-top: 1rem !important;\n }\n .mr-md-3,\n .mx-md-3 {\n margin-right: 1rem !important;\n }\n .mb-md-3,\n .my-md-3 {\n margin-bottom: 1rem !important;\n }\n .ml-md-3,\n .mx-md-3 {\n margin-left: 1rem !important;\n }\n .m-md-4 {\n margin: 1.5rem !important;\n }\n .mt-md-4,\n .my-md-4 {\n margin-top: 1.5rem !important;\n }\n .mr-md-4,\n .mx-md-4 {\n margin-right: 1.5rem !important;\n }\n .mb-md-4,\n .my-md-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-md-4,\n .mx-md-4 {\n margin-left: 1.5rem !important;\n }\n .m-md-5 {\n margin: 3rem !important;\n }\n .mt-md-5,\n .my-md-5 {\n margin-top: 3rem !important;\n }\n .mr-md-5,\n .mx-md-5 {\n margin-right: 3rem !important;\n }\n .mb-md-5,\n .my-md-5 {\n margin-bottom: 3rem !important;\n }\n .ml-md-5,\n .mx-md-5 {\n margin-left: 3rem !important;\n }\n .p-md-0 {\n padding: 0 !important;\n }\n .pt-md-0,\n .py-md-0 {\n padding-top: 0 !important;\n }\n .pr-md-0,\n .px-md-0 {\n padding-right: 0 !important;\n }\n .pb-md-0,\n .py-md-0 {\n padding-bottom: 0 !important;\n }\n .pl-md-0,\n .px-md-0 {\n padding-left: 0 !important;\n }\n .p-md-1 {\n padding: 0.25rem !important;\n }\n .pt-md-1,\n .py-md-1 {\n padding-top: 0.25rem !important;\n }\n .pr-md-1,\n .px-md-1 {\n padding-right: 0.25rem !important;\n }\n .pb-md-1,\n .py-md-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-md-1,\n .px-md-1 {\n padding-left: 0.25rem !important;\n }\n .p-md-2 {\n padding: 0.5rem !important;\n }\n .pt-md-2,\n .py-md-2 {\n padding-top: 0.5rem !important;\n }\n .pr-md-2,\n .px-md-2 {\n padding-right: 0.5rem !important;\n }\n .pb-md-2,\n .py-md-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-md-2,\n .px-md-2 {\n padding-left: 0.5rem !important;\n }\n .p-md-3 {\n padding: 1rem !important;\n }\n .pt-md-3,\n .py-md-3 {\n padding-top: 1rem !important;\n }\n .pr-md-3,\n .px-md-3 {\n padding-right: 1rem !important;\n }\n .pb-md-3,\n .py-md-3 {\n padding-bottom: 1rem !important;\n }\n .pl-md-3,\n .px-md-3 {\n padding-left: 1rem !important;\n }\n .p-md-4 {\n padding: 1.5rem !important;\n }\n .pt-md-4,\n .py-md-4 {\n padding-top: 1.5rem !important;\n }\n .pr-md-4,\n .px-md-4 {\n padding-right: 1.5rem !important;\n }\n .pb-md-4,\n .py-md-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-md-4,\n .px-md-4 {\n padding-left: 1.5rem !important;\n }\n .p-md-5 {\n padding: 3rem !important;\n }\n .pt-md-5,\n .py-md-5 {\n padding-top: 3rem !important;\n }\n .pr-md-5,\n .px-md-5 {\n padding-right: 3rem !important;\n }\n .pb-md-5,\n .py-md-5 {\n padding-bottom: 3rem !important;\n }\n .pl-md-5,\n .px-md-5 {\n padding-left: 3rem !important;\n }\n .m-md-n1 {\n margin: -0.25rem !important;\n }\n .mt-md-n1,\n .my-md-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-md-n1,\n .mx-md-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-md-n1,\n .my-md-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-md-n1,\n .mx-md-n1 {\n margin-left: -0.25rem !important;\n }\n .m-md-n2 {\n margin: -0.5rem !important;\n }\n .mt-md-n2,\n .my-md-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-md-n2,\n .mx-md-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-md-n2,\n .my-md-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-md-n2,\n .mx-md-n2 {\n margin-left: -0.5rem !important;\n }\n .m-md-n3 {\n margin: -1rem !important;\n }\n .mt-md-n3,\n .my-md-n3 {\n margin-top: -1rem !important;\n }\n .mr-md-n3,\n .mx-md-n3 {\n margin-right: -1rem !important;\n }\n .mb-md-n3,\n .my-md-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-md-n3,\n .mx-md-n3 {\n margin-left: -1rem !important;\n }\n .m-md-n4 {\n margin: -1.5rem !important;\n }\n .mt-md-n4,\n .my-md-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-md-n4,\n .mx-md-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-md-n4,\n .my-md-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-md-n4,\n .mx-md-n4 {\n margin-left: -1.5rem !important;\n }\n .m-md-n5 {\n margin: -3rem !important;\n }\n .mt-md-n5,\n .my-md-n5 {\n margin-top: -3rem !important;\n }\n .mr-md-n5,\n .mx-md-n5 {\n margin-right: -3rem !important;\n }\n .mb-md-n5,\n .my-md-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-md-n5,\n .mx-md-n5 {\n margin-left: -3rem !important;\n }\n .m-md-auto {\n margin: auto !important;\n }\n .mt-md-auto,\n .my-md-auto {\n margin-top: auto !important;\n }\n .mr-md-auto,\n .mx-md-auto {\n margin-right: auto !important;\n }\n .mb-md-auto,\n .my-md-auto {\n margin-bottom: auto !important;\n }\n .ml-md-auto,\n .mx-md-auto {\n margin-left: auto !important;\n }\n}\n@media (min-width: 992px) {\n .m-lg-0 {\n margin: 0 !important;\n }\n .mt-lg-0,\n .my-lg-0 {\n margin-top: 0 !important;\n }\n .mr-lg-0,\n .mx-lg-0 {\n margin-right: 0 !important;\n }\n .mb-lg-0,\n .my-lg-0 {\n margin-bottom: 0 !important;\n }\n .ml-lg-0,\n .mx-lg-0 {\n margin-left: 0 !important;\n }\n .m-lg-1 {\n margin: 0.25rem !important;\n }\n .mt-lg-1,\n .my-lg-1 {\n margin-top: 0.25rem !important;\n }\n .mr-lg-1,\n .mx-lg-1 {\n margin-right: 0.25rem !important;\n }\n .mb-lg-1,\n .my-lg-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-lg-1,\n .mx-lg-1 {\n margin-left: 0.25rem !important;\n }\n .m-lg-2 {\n margin: 0.5rem !important;\n }\n .mt-lg-2,\n .my-lg-2 {\n margin-top: 0.5rem !important;\n }\n .mr-lg-2,\n .mx-lg-2 {\n margin-right: 0.5rem !important;\n }\n .mb-lg-2,\n .my-lg-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-lg-2,\n .mx-lg-2 {\n margin-left: 0.5rem !important;\n }\n .m-lg-3 {\n margin: 1rem !important;\n }\n .mt-lg-3,\n .my-lg-3 {\n margin-top: 1rem !important;\n }\n .mr-lg-3,\n .mx-lg-3 {\n margin-right: 1rem !important;\n }\n .mb-lg-3,\n .my-lg-3 {\n margin-bottom: 1rem !important;\n }\n .ml-lg-3,\n .mx-lg-3 {\n margin-left: 1rem !important;\n }\n .m-lg-4 {\n margin: 1.5rem !important;\n }\n .mt-lg-4,\n .my-lg-4 {\n margin-top: 1.5rem !important;\n }\n .mr-lg-4,\n .mx-lg-4 {\n margin-right: 1.5rem !important;\n }\n .mb-lg-4,\n .my-lg-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-lg-4,\n .mx-lg-4 {\n margin-left: 1.5rem !important;\n }\n .m-lg-5 {\n margin: 3rem !important;\n }\n .mt-lg-5,\n .my-lg-5 {\n margin-top: 3rem !important;\n }\n .mr-lg-5,\n .mx-lg-5 {\n margin-right: 3rem !important;\n }\n .mb-lg-5,\n .my-lg-5 {\n margin-bottom: 3rem !important;\n }\n .ml-lg-5,\n .mx-lg-5 {\n margin-left: 3rem !important;\n }\n .p-lg-0 {\n padding: 0 !important;\n }\n .pt-lg-0,\n .py-lg-0 {\n padding-top: 0 !important;\n }\n .pr-lg-0,\n .px-lg-0 {\n padding-right: 0 !important;\n }\n .pb-lg-0,\n .py-lg-0 {\n padding-bottom: 0 !important;\n }\n .pl-lg-0,\n .px-lg-0 {\n padding-left: 0 !important;\n }\n .p-lg-1 {\n padding: 0.25rem !important;\n }\n .pt-lg-1,\n .py-lg-1 {\n padding-top: 0.25rem !important;\n }\n .pr-lg-1,\n .px-lg-1 {\n padding-right: 0.25rem !important;\n }\n .pb-lg-1,\n .py-lg-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-lg-1,\n .px-lg-1 {\n padding-left: 0.25rem !important;\n }\n .p-lg-2 {\n padding: 0.5rem !important;\n }\n .pt-lg-2,\n .py-lg-2 {\n padding-top: 0.5rem !important;\n }\n .pr-lg-2,\n .px-lg-2 {\n padding-right: 0.5rem !important;\n }\n .pb-lg-2,\n .py-lg-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-lg-2,\n .px-lg-2 {\n padding-left: 0.5rem !important;\n }\n .p-lg-3 {\n padding: 1rem !important;\n }\n .pt-lg-3,\n .py-lg-3 {\n padding-top: 1rem !important;\n }\n .pr-lg-3,\n .px-lg-3 {\n padding-right: 1rem !important;\n }\n .pb-lg-3,\n .py-lg-3 {\n padding-bottom: 1rem !important;\n }\n .pl-lg-3,\n .px-lg-3 {\n padding-left: 1rem !important;\n }\n .p-lg-4 {\n padding: 1.5rem !important;\n }\n .pt-lg-4,\n .py-lg-4 {\n padding-top: 1.5rem !important;\n }\n .pr-lg-4,\n .px-lg-4 {\n padding-right: 1.5rem !important;\n }\n .pb-lg-4,\n .py-lg-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-lg-4,\n .px-lg-4 {\n padding-left: 1.5rem !important;\n }\n .p-lg-5 {\n padding: 3rem !important;\n }\n .pt-lg-5,\n .py-lg-5 {\n padding-top: 3rem !important;\n }\n .pr-lg-5,\n .px-lg-5 {\n padding-right: 3rem !important;\n }\n .pb-lg-5,\n .py-lg-5 {\n padding-bottom: 3rem !important;\n }\n .pl-lg-5,\n .px-lg-5 {\n padding-left: 3rem !important;\n }\n .m-lg-n1 {\n margin: -0.25rem !important;\n }\n .mt-lg-n1,\n .my-lg-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-lg-n1,\n .mx-lg-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-lg-n1,\n .my-lg-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-lg-n1,\n .mx-lg-n1 {\n margin-left: -0.25rem !important;\n }\n .m-lg-n2 {\n margin: -0.5rem !important;\n }\n .mt-lg-n2,\n .my-lg-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-lg-n2,\n .mx-lg-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-lg-n2,\n .my-lg-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-lg-n2,\n .mx-lg-n2 {\n margin-left: -0.5rem !important;\n }\n .m-lg-n3 {\n margin: -1rem !important;\n }\n .mt-lg-n3,\n .my-lg-n3 {\n margin-top: -1rem !important;\n }\n .mr-lg-n3,\n .mx-lg-n3 {\n margin-right: -1rem !important;\n }\n .mb-lg-n3,\n .my-lg-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-lg-n3,\n .mx-lg-n3 {\n margin-left: -1rem !important;\n }\n .m-lg-n4 {\n margin: -1.5rem !important;\n }\n .mt-lg-n4,\n .my-lg-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-lg-n4,\n .mx-lg-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-lg-n4,\n .my-lg-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-lg-n4,\n .mx-lg-n4 {\n margin-left: -1.5rem !important;\n }\n .m-lg-n5 {\n margin: -3rem !important;\n }\n .mt-lg-n5,\n .my-lg-n5 {\n margin-top: -3rem !important;\n }\n .mr-lg-n5,\n .mx-lg-n5 {\n margin-right: -3rem !important;\n }\n .mb-lg-n5,\n .my-lg-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-lg-n5,\n .mx-lg-n5 {\n margin-left: -3rem !important;\n }\n .m-lg-auto {\n margin: auto !important;\n }\n .mt-lg-auto,\n .my-lg-auto {\n margin-top: auto !important;\n }\n .mr-lg-auto,\n .mx-lg-auto {\n margin-right: auto !important;\n }\n .mb-lg-auto,\n .my-lg-auto {\n margin-bottom: auto !important;\n }\n .ml-lg-auto,\n .mx-lg-auto {\n margin-left: auto !important;\n }\n}\n@media (min-width: 1200px) {\n .m-xl-0 {\n margin: 0 !important;\n }\n .mt-xl-0,\n .my-xl-0 {\n margin-top: 0 !important;\n }\n .mr-xl-0,\n .mx-xl-0 {\n margin-right: 0 !important;\n }\n .mb-xl-0,\n .my-xl-0 {\n margin-bottom: 0 !important;\n }\n .ml-xl-0,\n .mx-xl-0 {\n margin-left: 0 !important;\n }\n .m-xl-1 {\n margin: 0.25rem !important;\n }\n .mt-xl-1,\n .my-xl-1 {\n margin-top: 0.25rem !important;\n }\n .mr-xl-1,\n .mx-xl-1 {\n margin-right: 0.25rem !important;\n }\n .mb-xl-1,\n .my-xl-1 {\n margin-bottom: 0.25rem !important;\n }\n .ml-xl-1,\n .mx-xl-1 {\n margin-left: 0.25rem !important;\n }\n .m-xl-2 {\n margin: 0.5rem !important;\n }\n .mt-xl-2,\n .my-xl-2 {\n margin-top: 0.5rem !important;\n }\n .mr-xl-2,\n .mx-xl-2 {\n margin-right: 0.5rem !important;\n }\n .mb-xl-2,\n .my-xl-2 {\n margin-bottom: 0.5rem !important;\n }\n .ml-xl-2,\n .mx-xl-2 {\n margin-left: 0.5rem !important;\n }\n .m-xl-3 {\n margin: 1rem !important;\n }\n .mt-xl-3,\n .my-xl-3 {\n margin-top: 1rem !important;\n }\n .mr-xl-3,\n .mx-xl-3 {\n margin-right: 1rem !important;\n }\n .mb-xl-3,\n .my-xl-3 {\n margin-bottom: 1rem !important;\n }\n .ml-xl-3,\n .mx-xl-3 {\n margin-left: 1rem !important;\n }\n .m-xl-4 {\n margin: 1.5rem !important;\n }\n .mt-xl-4,\n .my-xl-4 {\n margin-top: 1.5rem !important;\n }\n .mr-xl-4,\n .mx-xl-4 {\n margin-right: 1.5rem !important;\n }\n .mb-xl-4,\n .my-xl-4 {\n margin-bottom: 1.5rem !important;\n }\n .ml-xl-4,\n .mx-xl-4 {\n margin-left: 1.5rem !important;\n }\n .m-xl-5 {\n margin: 3rem !important;\n }\n .mt-xl-5,\n .my-xl-5 {\n margin-top: 3rem !important;\n }\n .mr-xl-5,\n .mx-xl-5 {\n margin-right: 3rem !important;\n }\n .mb-xl-5,\n .my-xl-5 {\n margin-bottom: 3rem !important;\n }\n .ml-xl-5,\n .mx-xl-5 {\n margin-left: 3rem !important;\n }\n .p-xl-0 {\n padding: 0 !important;\n }\n .pt-xl-0,\n .py-xl-0 {\n padding-top: 0 !important;\n }\n .pr-xl-0,\n .px-xl-0 {\n padding-right: 0 !important;\n }\n .pb-xl-0,\n .py-xl-0 {\n padding-bottom: 0 !important;\n }\n .pl-xl-0,\n .px-xl-0 {\n padding-left: 0 !important;\n }\n .p-xl-1 {\n padding: 0.25rem !important;\n }\n .pt-xl-1,\n .py-xl-1 {\n padding-top: 0.25rem !important;\n }\n .pr-xl-1,\n .px-xl-1 {\n padding-right: 0.25rem !important;\n }\n .pb-xl-1,\n .py-xl-1 {\n padding-bottom: 0.25rem !important;\n }\n .pl-xl-1,\n .px-xl-1 {\n padding-left: 0.25rem !important;\n }\n .p-xl-2 {\n padding: 0.5rem !important;\n }\n .pt-xl-2,\n .py-xl-2 {\n padding-top: 0.5rem !important;\n }\n .pr-xl-2,\n .px-xl-2 {\n padding-right: 0.5rem !important;\n }\n .pb-xl-2,\n .py-xl-2 {\n padding-bottom: 0.5rem !important;\n }\n .pl-xl-2,\n .px-xl-2 {\n padding-left: 0.5rem !important;\n }\n .p-xl-3 {\n padding: 1rem !important;\n }\n .pt-xl-3,\n .py-xl-3 {\n padding-top: 1rem !important;\n }\n .pr-xl-3,\n .px-xl-3 {\n padding-right: 1rem !important;\n }\n .pb-xl-3,\n .py-xl-3 {\n padding-bottom: 1rem !important;\n }\n .pl-xl-3,\n .px-xl-3 {\n padding-left: 1rem !important;\n }\n .p-xl-4 {\n padding: 1.5rem !important;\n }\n .pt-xl-4,\n .py-xl-4 {\n padding-top: 1.5rem !important;\n }\n .pr-xl-4,\n .px-xl-4 {\n padding-right: 1.5rem !important;\n }\n .pb-xl-4,\n .py-xl-4 {\n padding-bottom: 1.5rem !important;\n }\n .pl-xl-4,\n .px-xl-4 {\n padding-left: 1.5rem !important;\n }\n .p-xl-5 {\n padding: 3rem !important;\n }\n .pt-xl-5,\n .py-xl-5 {\n padding-top: 3rem !important;\n }\n .pr-xl-5,\n .px-xl-5 {\n padding-right: 3rem !important;\n }\n .pb-xl-5,\n .py-xl-5 {\n padding-bottom: 3rem !important;\n }\n .pl-xl-5,\n .px-xl-5 {\n padding-left: 3rem !important;\n }\n .m-xl-n1 {\n margin: -0.25rem !important;\n }\n .mt-xl-n1,\n .my-xl-n1 {\n margin-top: -0.25rem !important;\n }\n .mr-xl-n1,\n .mx-xl-n1 {\n margin-right: -0.25rem !important;\n }\n .mb-xl-n1,\n .my-xl-n1 {\n margin-bottom: -0.25rem !important;\n }\n .ml-xl-n1,\n .mx-xl-n1 {\n margin-left: -0.25rem !important;\n }\n .m-xl-n2 {\n margin: -0.5rem !important;\n }\n .mt-xl-n2,\n .my-xl-n2 {\n margin-top: -0.5rem !important;\n }\n .mr-xl-n2,\n .mx-xl-n2 {\n margin-right: -0.5rem !important;\n }\n .mb-xl-n2,\n .my-xl-n2 {\n margin-bottom: -0.5rem !important;\n }\n .ml-xl-n2,\n .mx-xl-n2 {\n margin-left: -0.5rem !important;\n }\n .m-xl-n3 {\n margin: -1rem !important;\n }\n .mt-xl-n3,\n .my-xl-n3 {\n margin-top: -1rem !important;\n }\n .mr-xl-n3,\n .mx-xl-n3 {\n margin-right: -1rem !important;\n }\n .mb-xl-n3,\n .my-xl-n3 {\n margin-bottom: -1rem !important;\n }\n .ml-xl-n3,\n .mx-xl-n3 {\n margin-left: -1rem !important;\n }\n .m-xl-n4 {\n margin: -1.5rem !important;\n }\n .mt-xl-n4,\n .my-xl-n4 {\n margin-top: -1.5rem !important;\n }\n .mr-xl-n4,\n .mx-xl-n4 {\n margin-right: -1.5rem !important;\n }\n .mb-xl-n4,\n .my-xl-n4 {\n margin-bottom: -1.5rem !important;\n }\n .ml-xl-n4,\n .mx-xl-n4 {\n margin-left: -1.5rem !important;\n }\n .m-xl-n5 {\n margin: -3rem !important;\n }\n .mt-xl-n5,\n .my-xl-n5 {\n margin-top: -3rem !important;\n }\n .mr-xl-n5,\n .mx-xl-n5 {\n margin-right: -3rem !important;\n }\n .mb-xl-n5,\n .my-xl-n5 {\n margin-bottom: -3rem !important;\n }\n .ml-xl-n5,\n .mx-xl-n5 {\n margin-left: -3rem !important;\n }\n .m-xl-auto {\n margin: auto !important;\n }\n .mt-xl-auto,\n .my-xl-auto {\n margin-top: auto !important;\n }\n .mr-xl-auto,\n .mx-xl-auto {\n margin-right: auto !important;\n }\n .mb-xl-auto,\n .my-xl-auto {\n margin-bottom: auto !important;\n }\n .ml-xl-auto,\n .mx-xl-auto {\n margin-left: auto !important;\n }\n}\n.stretched-link::after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1;\n pointer-events: auto;\n content: \"\";\n background-color: rgba(0, 0, 0, 0);\n}\n\n.text-monospace {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !important;\n}\n\n.text-justify {\n text-align: justify !important;\n}\n\n.text-wrap {\n white-space: normal !important;\n}\n\n.text-nowrap {\n white-space: nowrap !important;\n}\n\n.text-truncate {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n\n.text-left {\n text-align: left !important;\n}\n\n.text-right {\n text-align: right !important;\n}\n\n.text-center {\n text-align: center !important;\n}\n\n@media (min-width: 576px) {\n .text-sm-left {\n text-align: left !important;\n }\n .text-sm-right {\n text-align: right !important;\n }\n .text-sm-center {\n text-align: center !important;\n }\n}\n@media (min-width: 768px) {\n .text-md-left {\n text-align: left !important;\n }\n .text-md-right {\n text-align: right !important;\n }\n .text-md-center {\n text-align: center !important;\n }\n}\n@media (min-width: 992px) {\n .text-lg-left {\n text-align: left !important;\n }\n .text-lg-right {\n text-align: right !important;\n }\n .text-lg-center {\n text-align: center !important;\n }\n}\n@media (min-width: 1200px) {\n .text-xl-left {\n text-align: left !important;\n }\n .text-xl-right {\n text-align: right !important;\n }\n .text-xl-center {\n text-align: center !important;\n }\n}\n.text-lowercase {\n text-transform: lowercase !important;\n}\n\n.text-uppercase {\n text-transform: uppercase !important;\n}\n\n.text-capitalize {\n text-transform: capitalize !important;\n}\n\n.font-weight-light {\n font-weight: 300 !important;\n}\n\n.font-weight-lighter {\n font-weight: lighter !important;\n}\n\n.font-weight-normal {\n font-weight: 400 !important;\n}\n\n.font-weight-bold {\n font-weight: 700 !important;\n}\n\n.font-weight-bolder {\n font-weight: bolder !important;\n}\n\n.font-italic {\n font-style: italic !important;\n}\n\n.text-white {\n color: #fff !important;\n}\n\n.text-primary {\n color: #5533ff !important;\n}\n\na.text-primary:hover, a.text-primary:focus {\n color: #2600e6 !important;\n}\n\n.text-secondary {\n color: #6c757d !important;\n}\n\na.text-secondary:hover, a.text-secondary:focus {\n color: #494f54 !important;\n}\n\n.text-success {\n color: #28a745 !important;\n}\n\na.text-success:hover, a.text-success:focus {\n color: #19692c !important;\n}\n\n.text-info {\n color: #17a2b8 !important;\n}\n\na.text-info:hover, a.text-info:focus {\n color: #0f6674 !important;\n}\n\n.text-warning {\n color: #ffc107 !important;\n}\n\na.text-warning:hover, a.text-warning:focus {\n color: #ba8b00 !important;\n}\n\n.text-danger {\n color: #dc3545 !important;\n}\n\na.text-danger:hover, a.text-danger:focus {\n color: #a71d2a !important;\n}\n\n.text-light {\n color: #f8f9fa !important;\n}\n\na.text-light:hover, a.text-light:focus {\n color: #cbd3da !important;\n}\n\n.text-dark {\n color: #343a40 !important;\n}\n\na.text-dark:hover, a.text-dark:focus {\n color: #121416 !important;\n}\n\n.text-body {\n color: #212529 !important;\n}\n\n.text-muted {\n color: #6c757d !important;\n}\n\n.text-black-50 {\n color: rgba(0, 0, 0, 0.5) !important;\n}\n\n.text-white-50 {\n color: rgba(255, 255, 255, 0.5) !important;\n}\n\n.text-hide {\n font: 0/0 a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n\n.text-decoration-none {\n text-decoration: none !important;\n}\n\n.text-break {\n word-break: break-word !important;\n word-wrap: break-word !important;\n}\n\n.text-reset {\n color: inherit !important;\n}\n\n.visible {\n visibility: visible !important;\n}\n\n.invisible {\n visibility: hidden !important;\n}\n\n.has-blue-color,\n.has-blue-color:visited {\n color: #007bff;\n}\n\n.has-blue-background-color {\n background-color: #007bff;\n border-color: #007bff;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-blue-color {\n color: #007bff;\n}\n\n.has-indigo-color,\n.has-indigo-color:visited {\n color: #6610f2;\n}\n\n.has-indigo-background-color {\n background-color: #6610f2;\n border-color: #6610f2;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-indigo-color {\n color: #6610f2;\n}\n\n.has-purple-color,\n.has-purple-color:visited {\n color: #5533ff;\n}\n\n.has-purple-background-color {\n background-color: #5533ff;\n border-color: #5533ff;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-purple-color {\n color: #5533ff;\n}\n\n.has-pink-color,\n.has-pink-color:visited {\n color: #e83e8c;\n}\n\n.has-pink-background-color {\n background-color: #e83e8c;\n border-color: #e83e8c;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-pink-color {\n color: #e83e8c;\n}\n\n.has-red-color,\n.has-red-color:visited {\n color: #dc3545;\n}\n\n.has-red-background-color {\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-red-color {\n color: #dc3545;\n}\n\n.has-orange-color,\n.has-orange-color:visited {\n color: #fd7e14;\n}\n\n.has-orange-background-color {\n background-color: #fd7e14;\n border-color: #fd7e14;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-orange-color {\n color: #fd7e14;\n}\n\n.has-yellow-color,\n.has-yellow-color:visited {\n color: #ffc107;\n}\n\n.has-yellow-background-color {\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-yellow-color {\n color: #ffc107;\n}\n\n.has-green-color,\n.has-green-color:visited {\n color: #28a745;\n}\n\n.has-green-background-color {\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-green-color {\n color: #28a745;\n}\n\n.has-teal-color,\n.has-teal-color:visited {\n color: #20c997;\n}\n\n.has-teal-background-color {\n background-color: #20c997;\n border-color: #20c997;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-teal-color {\n color: #20c997;\n}\n\n.has-cyan-color,\n.has-cyan-color:visited {\n color: #17a2b8;\n}\n\n.has-cyan-background-color {\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-cyan-color {\n color: #17a2b8;\n}\n\n.has-white-color,\n.has-white-color:visited {\n color: #fff;\n}\n\n.has-white-background-color {\n background-color: #fff;\n border-color: #fff;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-white-color {\n color: #fff;\n}\n\n.has-gray-color,\n.has-gray-color:visited {\n color: #6c757d;\n}\n\n.has-gray-background-color {\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-gray-color {\n color: #6c757d;\n}\n\n.has-gray-dark-color,\n.has-gray-dark-color:visited {\n color: #343a40;\n}\n\n.has-gray-dark-background-color {\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-gray-dark-color {\n color: #343a40;\n}\n\n.has-primary-color,\n.has-primary-color:visited {\n color: #5533ff;\n}\n\n.has-primary-background-color {\n background-color: #5533ff;\n border-color: #5533ff;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-primary-color {\n color: #5533ff;\n}\n\n.has-secondary-color,\n.has-secondary-color:visited {\n color: #6c757d;\n}\n\n.has-secondary-background-color {\n background-color: #6c757d;\n border-color: #6c757d;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-secondary-color {\n color: #6c757d;\n}\n\n.has-success-color,\n.has-success-color:visited {\n color: #28a745;\n}\n\n.has-success-background-color {\n background-color: #28a745;\n border-color: #28a745;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-success-color {\n color: #28a745;\n}\n\n.has-info-color,\n.has-info-color:visited {\n color: #17a2b8;\n}\n\n.has-info-background-color {\n background-color: #17a2b8;\n border-color: #17a2b8;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-info-color {\n color: #17a2b8;\n}\n\n.has-warning-color,\n.has-warning-color:visited {\n color: #ffc107;\n}\n\n.has-warning-background-color {\n background-color: #ffc107;\n border-color: #ffc107;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-warning-color {\n color: #ffc107;\n}\n\n.has-danger-color,\n.has-danger-color:visited {\n color: #dc3545;\n}\n\n.has-danger-background-color {\n background-color: #dc3545;\n border-color: #dc3545;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-danger-color {\n color: #dc3545;\n}\n\n.has-light-color,\n.has-light-color:visited {\n color: #f8f9fa;\n}\n\n.has-light-background-color {\n background-color: #f8f9fa;\n border-color: #f8f9fa;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-light-color {\n color: #f8f9fa;\n}\n\n.has-dark-color,\n.has-dark-color:visited {\n color: #343a40;\n}\n\n.has-dark-background-color {\n background-color: #343a40;\n border-color: #343a40;\n}\n\n.wp-block-button:hover .wp-block-button__link.has-white-background-color.has-dark-color {\n color: #343a40;\n}\n\nfigure.wp-block-image,\n.wp-block-image > figure {\n display: block;\n}\nbody.understrap-no-sidebar .alignwide,\nbody.understrap-no-sidebar .alignfull,\nbody.understrap-no-sidebar .wp-block-cover.alignwide,\nbody.understrap-no-sidebar .wp-block-cover.alignfull {\n margin: 0 calc(50% - 50vw);\n max-width: 100vw;\n width: 100vw;\n}\nbody.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\nbody.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n margin-right: auto;\n margin-left: auto;\n}\n@media (min-width: 576px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 540px;\n }\n}\n@media (min-width: 768px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 720px;\n }\n}\n@media (min-width: 992px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 960px;\n }\n}\n@media (min-width: 1200px) {\n body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,\n body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {\n max-width: 1140px;\n }\n}\nbody.understrap-no-sidebar .alignwide,\nbody.understrap-no-sidebar .wp-block-cover.alignwide {\n margin: 0 calc(50% - 45vw);\n max-width: 90vw;\n width: 100vw;\n}\n@media (max-width: 920px) {\n body.understrap-no-sidebar .alignwide,\n body.understrap-no-sidebar .wp-block-cover.alignwide {\n margin: 0 calc(50% - 48vw);\n max-width: 96vw;\n width: 100vw;\n }\n}\n\n.wp-block-buttons .wp-block-button .wp-block-button__link {\n padding: 0.375rem 0.75rem;\n font-size: 1rem;\n line-height: 1.5;\n border-radius: 0.25rem;\n}\n.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {\n border: 1px solid transparent;\n}\n\n.components-circular-option-picker__option {\n border-radius: 50%;\n}\n\n.editor-post-title .editor-post-title__input {\n font-size: 2.5rem;\n font-weight: 500;\n}\n\n/*# sourceMappingURL=custom-editor-style-bootstrap4.css.map */\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\r\n\r\n// Reboot\r\n//\r\n// Normalization of HTML elements, manually forked from Normalize.css to remove\r\n// styles targeting irrelevant browsers while applying new styles.\r\n//\r\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\r\n\r\n\r\n// Document\r\n//\r\n// 1. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\r\n// 2. Change the default font family in all browsers.\r\n// 3. Correct the line height in all browsers.\r\n// 4. Prevent adjustments of font size after orientation changes in IE on Windows Phone and in iOS.\r\n// 5. Change the default tap highlight to be completely transparent in iOS.\r\n\r\n*,\r\n*::before,\r\n*::after {\r\n box-sizing: border-box; // 1\r\n}\r\n\r\nhtml {\r\n font-family: sans-serif; // 2\r\n line-height: 1.15; // 3\r\n -webkit-text-size-adjust: 100%; // 4\r\n -webkit-tap-highlight-color: rgba($black, 0); // 5\r\n}\r\n\r\n// Shim for \"new\" HTML5 structural elements to display correctly (IE10, older browsers)\r\n// TODO: remove in v5\r\n// stylelint-disable-next-line selector-list-comma-newline-after\r\narticle, aside, figcaption, figure, footer, header, hgroup, main, nav, section {\r\n display: block;\r\n}\r\n\r\n// Body\r\n//\r\n// 1. Remove the margin in all browsers.\r\n// 2. As a best practice, apply a default `background-color`.\r\n// 3. Set an explicit initial text-align value so that we can later use\r\n// the `inherit` value on things like `` elements.\r\n\r\nbody {\r\n margin: 0; // 1\r\n font-family: $font-family-base;\r\n @include font-size($font-size-base);\r\n font-weight: $font-weight-base;\r\n line-height: $line-height-base;\r\n color: $body-color;\r\n text-align: left; // 3\r\n background-color: $body-bg; // 2\r\n}\r\n\r\n// Future-proof rule: in browsers that support :focus-visible, suppress the focus outline\r\n// on elements that programmatically receive focus but wouldn't normally show a visible\r\n// focus outline. In general, this would mean that the outline is only applied if the\r\n// interaction that led to the element receiving programmatic focus was a keyboard interaction,\r\n// or the browser has somehow determined that the user is primarily a keyboard user and/or\r\n// wants focus outlines to always be presented.\r\n//\r\n// See https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible\r\n// and https://developer.paciellogroup.com/blog/2018/03/focus-visible-and-backwards-compatibility/\r\n[tabindex=\"-1\"]:focus:not(:focus-visible) {\r\n outline: 0 !important;\r\n}\r\n\r\n\r\n// Content grouping\r\n//\r\n// 1. Add the correct box sizing in Firefox.\r\n// 2. Show the overflow in Edge and IE.\r\n\r\nhr {\r\n box-sizing: content-box; // 1\r\n height: 0; // 1\r\n overflow: visible; // 2\r\n}\r\n\r\n\r\n//\r\n// Typography\r\n//\r\n\r\n// Remove top margins from headings\r\n//\r\n// By default, `

`-`

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

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

  • ' . apply_filters( 'woocommerce_no_available_payment_methods_message', esc_html__( 'Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) ) . '
  • '; // @codingStandardsIgnoreLine + echo '
  • '; + wc_print_notice( apply_filters( 'woocommerce_no_available_payment_methods_message', esc_html__( 'Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) ), 'notice' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment + echo '
  • '; } ?> diff --git a/woocommerce/checkout/form-verify-email.php b/woocommerce/checkout/form-verify-email.php new file mode 100644 index 00000000..a86df262 --- /dev/null +++ b/woocommerce/checkout/form-verify-email.php @@ -0,0 +1,59 @@ + +
    + + +

    + ', + '' + ); + ?> +

    + +

    + + +

    + +

    + +

    +
    diff --git a/woocommerce/checkout/payment.php b/woocommerce/checkout/payment.php index f37ae415..92a5ad04 100644 --- a/woocommerce/checkout/payment.php +++ b/woocommerce/checkout/payment.php @@ -12,11 +12,10 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 7.0.1 + * @version 8.1.0 */ defined( 'ABSPATH' ) || exit; - if ( ! wp_doing_ajax() ) { do_action( 'woocommerce_review_order_before_payment' ); } @@ -30,7 +29,9 @@ if ( ! wp_doing_ajax() ) { wc_get_template( 'checkout/payment-method.php', array( 'gateway' => $gateway ) ); } } else { - echo '
  • ' . apply_filters( 'woocommerce_no_available_payment_methods_message', WC()->customer->get_billing_country() ? esc_html__( 'Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) : esc_html__( 'Please fill in your details above to see available payment methods.', 'woocommerce' ) ) . '
  • '; // @codingStandardsIgnoreLine + echo '
  • '; + wc_print_notice( apply_filters( 'woocommerce_no_available_payment_methods_message', WC()->customer->get_billing_country() ? esc_html__( 'Sorry, it seems that there are no available payment methods. Please contact us if you require assistance or wish to make alternate arrangements.', 'woocommerce' ) : esc_html__( 'Please fill in your details above to see available payment methods.', 'woocommerce' ) ), 'notice' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment + echo '
  • '; } ?> @@ -43,15 +44,10 @@ if ( ! wp_doing_ajax() ) { ?>
    - - - ' . esc_html( $order_button_text ) . '' ); // @codingStandardsIgnoreLine ?> - - diff --git a/woocommerce/myaccount/downloads.php b/woocommerce/myaccount/downloads.php index b8d50347..ceb381b0 100644 --- a/woocommerce/myaccount/downloads.php +++ b/woocommerce/myaccount/downloads.php @@ -14,34 +14,27 @@ * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates - * @version 3.2.0 + * @version 7.8.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; } - $downloads = WC()->customer->get_downloadable_products(); $has_downloads = (bool) $downloads; - do_action( 'woocommerce_before_account_downloads', $has_downloads ); ?> - - - - -
    - - - - -
    + + ' . esc_html__( 'Browse products', 'woocommerce' ) . '', 'notice' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment + ?> + - - - @@ -31,7 +28,6 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?> - orders as $customer_order ) { @@ -43,28 +39,22 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?>
    - get_order_number() ); ?> - - get_status() ) ); ?> - get_formatted_order_total(), $item_count ) ); ?> - $action ) { // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited echo '' . esc_html( $action['name'] ) . ''; @@ -80,9 +70,7 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?> ?>
    - - max_num_pages ) : ?>
    @@ -96,10 +84,9 @@ do_action( 'woocommerce_before_account_orders', $has_orders ); ?> -
    - - -
    + + ' . esc_html__( 'Browse products', 'woocommerce' ) . '', 'notice' ); // phpcs:ignore WooCommerce.Commenting.CommentHooks.MissingHookComment ?> + diff --git a/woocommerce/order/order-again.php b/woocommerce/order/order-again.php new file mode 100644 index 00000000..94638a59 --- /dev/null +++ b/woocommerce/order/order-again.php @@ -0,0 +1,23 @@ + + +

    + +