From 22df3746fe8d6f069ac1705d66ae7bdeed14de74 Mon Sep 17 00:00:00 2001 From: "Dominik \"Pipo\" Alexander" Date: Sun, 26 Nov 2023 21:19:19 +0100 Subject: [PATCH 1/6] Install stylelint and a lint script to be able to detect usages of "@import" which i want to replace with @use --- .stylelintrc.json | 6 + package-lock.json | 1811 ++++++++++++++++++- package.json | 5 +- yarn.lock | 4281 +++++++++++++++++++++++++-------------------- 4 files changed, 4215 insertions(+), 1888 deletions(-) create mode 100644 .stylelintrc.json diff --git a/.stylelintrc.json b/.stylelintrc.json new file mode 100644 index 000000000..cceb16d96 --- /dev/null +++ b/.stylelintrc.json @@ -0,0 +1,6 @@ +{ + "extends": "stylelint-config-standard-scss", + "rules": { + "at-rule-disallowed-list": ["import"] + } +} diff --git a/package-lock.json b/package-lock.json index 7e1906865..fdb0e3e34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,9 @@ "clean-css-cli": "^5.6.2", "node-sass": "^9.0.0", "postcss-cli": "^10.1.0", - "rimraf": "^5.0.5" + "rimraf": "^5.0.5", + "stylelint": "^15.11.0", + "stylelint-config-standard-scss": "^11.1.0" } }, "node_modules/@babel/code-frame": { @@ -113,6 +115,92 @@ "node": ">=4" } }, + "node_modules/@csstools/css-parser-algorithms": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.3.2.tgz", + "integrity": "sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": "^14 || ^16 || >=18" + }, + "peerDependencies": { + "@csstools/css-tokenizer": "^2.2.1" + } + }, + "node_modules/@csstools/css-tokenizer": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.1.tgz", + "integrity": "sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": "^14 || ^16 || >=18" + } + }, + "node_modules/@csstools/media-query-list-parser": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.5.tgz", + "integrity": "sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": "^14 || ^16 || >=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^2.3.2", + "@csstools/css-tokenizer": "^2.2.1" + } + }, + "node_modules/@csstools/selector-specificity": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz", + "integrity": "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": "^14 || ^16 || >=18" + }, + "peerDependencies": { + "postcss-selector-parser": "^6.0.13" + } + }, "node_modules/@gar/promisify": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", @@ -368,6 +456,22 @@ "node": ">=8" } }, + "node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -424,6 +528,21 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", @@ -433,6 +552,15 @@ "node": ">=0.10.0" } }, + "node_modules/astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/async-foreach": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", @@ -674,6 +802,15 @@ "node": "*" } }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", @@ -852,6 +989,12 @@ "color-support": "bin.js" } }, + "node_modules/colord": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true + }, "node_modules/commander": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", @@ -879,6 +1022,32 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, + "node_modules/cosmiconfig": { + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", + "dev": true, + "dependencies": { + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0", + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, "node_modules/cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -893,6 +1062,40 @@ "node": ">= 8" } }, + "node_modules/css-functions-list": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", + "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", + "dev": true, + "engines": { + "node": ">=12 || >=16" + } + }, + "node_modules/css-tree": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", + "dev": true, + "dependencies": { + "mdn-data": "2.0.30", + "source-map-js": "^1.0.1" + }, + "engines": { + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -1050,10 +1253,16 @@ "node": ">=0.8.0" } }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, "node_modules/fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1066,6 +1275,15 @@ "node": ">=8.6.0" } }, + "node_modules/fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true, + "engines": { + "node": ">= 4.9.1" + } + }, "node_modules/fastq": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", @@ -1075,6 +1293,18 @@ "reusify": "^1.0.4" } }, + "node_modules/file-entry-cache": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.2.tgz", + "integrity": "sha512-TfW7/1iI4Cy7Y8L6iqNdZQVvdXn0f8B4QcIXmkIbtTIe/Okm/nSlHb4IwGzRVOd3WfSieCgvf5cMzEfySAIl0g==", + "dev": true, + "dependencies": { + "flat-cache": "^3.2.0" + }, + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -1100,6 +1330,41 @@ "node": ">=8" } }, + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flat-cache/node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/flatted": { + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", + "dev": true + }, "node_modules/foreground-child": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", @@ -1274,6 +1539,44 @@ "node": ">= 6" } }, + "node_modules/global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "dev": true, + "dependencies": { + "global-prefix": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "dev": true, + "dependencies": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/global-prefix/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, "node_modules/globby": { "version": "13.1.3", "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz", @@ -1305,6 +1608,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/globjoin": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", + "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", + "dev": true + }, "node_modules/globule": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz", @@ -1417,6 +1726,18 @@ "node": ">=10" } }, + "node_modules/html-tags": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/http-cache-semantics": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", @@ -1481,6 +1802,40 @@ "node": ">= 4" } }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/import-lazy": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -1521,6 +1876,12 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, "node_modules/ip": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", @@ -1611,6 +1972,15 @@ "node": ">=0.10.0" } }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", @@ -1653,12 +2023,36 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -1671,6 +2065,15 @@ "graceful-fs": "^4.1.6" } }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", @@ -1680,6 +2083,12 @@ "node": ">=0.10.0" } }, + "node_modules/known-css-properties": { + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz", + "integrity": "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==", + "dev": true + }, "node_modules/lilconfig": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", @@ -1713,6 +2122,12 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, + "node_modules/lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true + }, "node_modules/lru-cache": { "version": "7.18.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", @@ -1761,6 +2176,22 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/mathml-tag-names": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", + "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", + "dev": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/mdn-data": { + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", + "dev": true + }, "node_modules/meow": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", @@ -1969,7 +2400,6 @@ "url": "https://github.com/sponsors/ai" } ], - "peer": true, "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -2359,10 +2789,22 @@ "node": ">=6" } }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, "dependencies": { "@babel/code-frame": "^7.0.0", @@ -2481,9 +2923,9 @@ } }, "node_modules/postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, "funding": [ { @@ -2493,11 +2935,14 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], - "peer": true, "dependencies": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" }, @@ -2575,6 +3020,12 @@ } } }, + "node_modules/postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "dev": true + }, "node_modules/postcss-reporter": { "version": "7.0.5", "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.5.tgz", @@ -2595,6 +3046,67 @@ "postcss": "^8.1.0" } }, + "node_modules/postcss-resolve-nested-selector": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", + "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==", + "dev": true + }, + "node_modules/postcss-safe-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz", + "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==", + "dev": true, + "engines": { + "node": ">=12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.3.3" + } + }, + "node_modules/postcss-scss": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", + "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss-scss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "engines": { + "node": ">=12.0" + }, + "peerDependencies": { + "postcss": "^8.4.29" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", @@ -2635,6 +3147,15 @@ "node": ">=10" } }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -2798,6 +3319,15 @@ "node": ">=0.10.0" } }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/resolve": { "version": "1.22.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", @@ -2815,6 +3345,15 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", @@ -3066,6 +3605,23 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, "node_modules/smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", @@ -3118,7 +3674,6 @@ "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", "dev": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -3281,6 +3836,430 @@ "node": ">=8" } }, + "node_modules/style-search": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", + "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==", + "dev": true + }, + "node_modules/stylelint": { + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.11.0.tgz", + "integrity": "sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==", + "dev": true, + "dependencies": { + "@csstools/css-parser-algorithms": "^2.3.1", + "@csstools/css-tokenizer": "^2.2.0", + "@csstools/media-query-list-parser": "^2.1.4", + "@csstools/selector-specificity": "^3.0.0", + "balanced-match": "^2.0.0", + "colord": "^2.9.3", + "cosmiconfig": "^8.2.0", + "css-functions-list": "^3.2.1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "fast-glob": "^3.3.1", + "fastest-levenshtein": "^1.0.16", + "file-entry-cache": "^7.0.0", + "global-modules": "^2.0.0", + "globby": "^11.1.0", + "globjoin": "^0.1.4", + "html-tags": "^3.3.1", + "ignore": "^5.2.4", + "import-lazy": "^4.0.0", + "imurmurhash": "^0.1.4", + "is-plain-object": "^5.0.0", + "known-css-properties": "^0.29.0", + "mathml-tag-names": "^2.1.3", + "meow": "^10.1.5", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.28", + "postcss-resolve-nested-selector": "^0.1.1", + "postcss-safe-parser": "^6.0.0", + "postcss-selector-parser": "^6.0.13", + "postcss-value-parser": "^4.2.0", + "resolve-from": "^5.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "style-search": "^0.1.0", + "supports-hyperlinks": "^3.0.0", + "svg-tags": "^1.0.0", + "table": "^6.8.1", + "write-file-atomic": "^5.0.1" + }, + "bin": { + "stylelint": "bin/stylelint.mjs" + }, + "engines": { + "node": "^14.13.1 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + } + }, + "node_modules/stylelint-config-recommended": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", + "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", + "dev": true, + "engines": { + "node": "^14.13.1 || >=16.0.0" + }, + "peerDependencies": { + "stylelint": "^15.10.0" + } + }, + "node_modules/stylelint-config-recommended-scss": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-13.1.0.tgz", + "integrity": "sha512-8L5nDfd+YH6AOoBGKmhH8pLWF1dpfY816JtGMePcBqqSsLU+Ysawx44fQSlMOJ2xTfI9yTGpup5JU77c17w1Ww==", + "dev": true, + "dependencies": { + "postcss-scss": "^4.0.9", + "stylelint-config-recommended": "^13.0.0", + "stylelint-scss": "^5.3.0" + }, + "peerDependencies": { + "postcss": "^8.3.3", + "stylelint": "^15.10.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } + } + }, + "node_modules/stylelint-config-standard": { + "version": "34.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-34.0.0.tgz", + "integrity": "sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==", + "dev": true, + "dependencies": { + "stylelint-config-recommended": "^13.0.0" + }, + "engines": { + "node": "^14.13.1 || >=16.0.0" + }, + "peerDependencies": { + "stylelint": "^15.10.0" + } + }, + "node_modules/stylelint-config-standard-scss": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-11.1.0.tgz", + "integrity": "sha512-5gnBgeNTgRVdchMwiFQPuBOtj9QefYtfXiddrOMJA2pI22zxt6ddI2s+e5Oh7/6QYl7QLJujGnaUR5YyGq72ow==", + "dev": true, + "dependencies": { + "stylelint-config-recommended-scss": "^13.1.0", + "stylelint-config-standard": "^34.0.0" + }, + "peerDependencies": { + "postcss": "^8.3.3", + "stylelint": "^15.10.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } + } + }, + "node_modules/stylelint-scss": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-5.3.1.tgz", + "integrity": "sha512-5I9ZDIm77BZrjOccma5WyW2nJEKjXDd4Ca8Kk+oBapSO4pewSlno3n+OyimcyVJJujQZkBN2D+xuMkIamSc6hA==", + "dev": true, + "dependencies": { + "known-css-properties": "^0.29.0", + "postcss-media-query-parser": "^0.2.3", + "postcss-resolve-nested-selector": "^0.1.1", + "postcss-selector-parser": "^6.0.13", + "postcss-value-parser": "^4.2.0" + }, + "peerDependencies": { + "stylelint": "^14.5.1 || ^15.0.0" + } + }, + "node_modules/stylelint/node_modules/balanced-match": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", + "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", + "dev": true + }, + "node_modules/stylelint/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/camelcase-keys": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz", + "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==", + "dev": true, + "dependencies": { + "camelcase": "^6.3.0", + "map-obj": "^4.1.0", + "quick-lru": "^5.1.1", + "type-fest": "^1.2.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/decamelize": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", + "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/indent-string": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/meow": { + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz", + "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==", + "dev": true, + "dependencies": { + "@types/minimist": "^1.2.2", + "camelcase-keys": "^7.0.0", + "decamelize": "^5.0.0", + "decamelize-keys": "^1.1.0", + "hard-rejection": "^2.1.0", + "minimist-options": "4.1.0", + "normalize-package-data": "^3.0.2", + "read-pkg-up": "^8.0.0", + "redent": "^4.0.0", + "trim-newlines": "^4.0.2", + "type-fest": "^1.2.2", + "yargs-parser": "^20.2.9" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/read-pkg": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz", + "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==", + "dev": true, + "dependencies": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^3.0.2", + "parse-json": "^5.2.0", + "type-fest": "^1.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/read-pkg-up": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz", + "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==", + "dev": true, + "dependencies": { + "find-up": "^5.0.0", + "read-pkg": "^6.0.0", + "type-fest": "^1.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/redent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz", + "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==", + "dev": true, + "dependencies": { + "indent-string": "^5.0.0", + "strip-indent": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/stylelint/node_modules/strip-indent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", + "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", + "dev": true, + "dependencies": { + "min-indent": "^1.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/trim-newlines": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz", + "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/stylelint/node_modules/type-fest": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -3293,6 +4272,19 @@ "node": ">=8" } }, + "node_modules/supports-hyperlinks": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz", + "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">=14.18" + } + }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", @@ -3305,6 +4297,28 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "node_modules/table": { + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", + "dev": true, + "dependencies": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/tar": { "version": "6.1.13", "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", @@ -3439,6 +4453,15 @@ "browserslist": ">= 4.21.0" } }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -3520,6 +4543,31 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, + "node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/write-file-atomic/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", @@ -3579,6 +4627,18 @@ "engines": { "node": ">=12" } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } } }, "dependencies": { @@ -3660,6 +4720,33 @@ } } }, + "@csstools/css-parser-algorithms": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.3.2.tgz", + "integrity": "sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==", + "dev": true, + "requires": {} + }, + "@csstools/css-tokenizer": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.1.tgz", + "integrity": "sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==", + "dev": true + }, + "@csstools/media-query-list-parser": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.5.tgz", + "integrity": "sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==", + "dev": true, + "requires": {} + }, + "@csstools/selector-specificity": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz", + "integrity": "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==", + "dev": true, + "requires": {} + }, "@gar/promisify": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", @@ -3849,6 +4936,18 @@ "indent-string": "^4.0.0" } }, + "ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2", + "uri-js": "^4.2.2" + } + }, "ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", @@ -3890,12 +4989,30 @@ "readable-stream": "^3.6.0" } }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "array-union": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true + }, "arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true }, + "astral-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz", + "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", + "dev": true + }, "async-foreach": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", @@ -4062,6 +5179,12 @@ } } }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, "camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", @@ -4176,6 +5299,12 @@ "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", "dev": true }, + "colord": { + "version": "2.9.3", + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true + }, "commander": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", @@ -4200,6 +5329,18 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, + "cosmiconfig": { + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", + "dev": true, + "requires": { + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0", + "path-type": "^4.0.0" + } + }, "cross-spawn": { "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", @@ -4211,6 +5352,28 @@ "which": "^2.0.1" } }, + "css-functions-list": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", + "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", + "dev": true + }, + "css-tree": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", + "dev": true, + "requires": { + "mdn-data": "2.0.30", + "source-map-js": "^1.0.1" + } + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, "debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -4332,10 +5495,16 @@ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "dev": true }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -4345,6 +5514,12 @@ "micromatch": "^4.0.4" } }, + "fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true + }, "fastq": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", @@ -4354,6 +5529,15 @@ "reusify": "^1.0.4" } }, + "file-entry-cache": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.2.tgz", + "integrity": "sha512-TfW7/1iI4Cy7Y8L6iqNdZQVvdXn0f8B4QcIXmkIbtTIe/Okm/nSlHb4IwGzRVOd3WfSieCgvf5cMzEfySAIl0g==", + "dev": true, + "requires": { + "flat-cache": "^3.2.0" + } + }, "fill-range": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", @@ -4373,6 +5557,34 @@ "path-exists": "^4.0.0" } }, + "flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, + "requires": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", + "rimraf": "^3.0.2" + }, + "dependencies": { + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, + "requires": { + "glob": "^7.1.3" + } + } + } + }, + "flatted": { + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", + "dev": true + }, "foreground-child": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", @@ -4496,6 +5708,37 @@ "is-glob": "^4.0.1" } }, + "global-modules": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", + "dev": true, + "requires": { + "global-prefix": "^3.0.0" + } + }, + "global-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", + "dev": true, + "requires": { + "ini": "^1.3.5", + "kind-of": "^6.0.2", + "which": "^1.3.1" + }, + "dependencies": { + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, "globby": { "version": "13.1.3", "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz", @@ -4517,6 +5760,12 @@ } } }, + "globjoin": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", + "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", + "dev": true + }, "globule": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz", @@ -4606,6 +5855,12 @@ } } }, + "html-tags": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", + "dev": true + }, "http-cache-semantics": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", @@ -4658,6 +5913,30 @@ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true + } + } + }, + "import-lazy": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", + "integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", + "dev": true + }, "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", @@ -4692,6 +5971,12 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", "dev": true }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, "ip": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", @@ -4761,6 +6046,12 @@ "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true }, + "is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true + }, "isarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", @@ -4795,12 +6086,33 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, + "json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, "jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", @@ -4811,12 +6123,27 @@ "universalify": "^2.0.0" } }, + "keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "requires": { + "json-buffer": "3.0.1" + } + }, "kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true }, + "known-css-properties": { + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz", + "integrity": "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==", + "dev": true + }, "lilconfig": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", @@ -4844,6 +6171,12 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, + "lodash.truncate": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true + }, "lru-cache": { "version": "7.18.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", @@ -4880,6 +6213,18 @@ "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true }, + "mathml-tag-names": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", + "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", + "dev": true + }, + "mdn-data": { + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", + "dev": true + }, "meow": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", @@ -5031,8 +6376,7 @@ "version": "3.3.6", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", - "dev": true, - "peer": true + "dev": true }, "negotiator": { "version": "0.6.3", @@ -5330,6 +6674,15 @@ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true }, + "parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "requires": { + "callsites": "^3.0.0" + } + }, "parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -5415,13 +6768,12 @@ "dev": true }, "postcss": { - "version": "8.4.21", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", - "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, - "peer": true, "requires": { - "nanoid": "^3.3.4", + "nanoid": "^3.3.6", "picocolors": "^1.0.0", "source-map-js": "^1.0.2" } @@ -5464,6 +6816,12 @@ "yaml": "^2.1.1" } }, + "postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "dev": true + }, "postcss-reporter": { "version": "7.0.5", "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.5.tgz", @@ -5474,6 +6832,36 @@ "thenby": "^1.3.4" } }, + "postcss-resolve-nested-selector": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", + "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==", + "dev": true + }, + "postcss-safe-parser": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz", + "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==", + "dev": true, + "requires": {} + }, + "postcss-scss": { + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", + "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", + "dev": true, + "requires": {} + }, + "postcss-selector-parser": { + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, "postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", @@ -5508,6 +6896,12 @@ "retry": "^0.12.0" } }, + "punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true + }, "queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", @@ -5628,6 +7022,12 @@ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true }, + "require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true + }, "resolve": { "version": "1.22.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", @@ -5639,6 +7039,12 @@ "supports-preserve-symlinks-flag": "^1.0.0" } }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + }, "retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", @@ -5804,6 +7210,17 @@ "integrity": "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==", "dev": true }, + "slice-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz", + "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "astral-regex": "^2.0.0", + "is-fullwidth-code-point": "^3.0.0" + } + }, "smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", @@ -5841,8 +7258,7 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true, - "peer": true + "dev": true }, "spdx-correct": { "version": "3.2.0", @@ -5984,6 +7400,285 @@ "min-indent": "^1.0.0" } }, + "style-search": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", + "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==", + "dev": true + }, + "stylelint": { + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.11.0.tgz", + "integrity": "sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==", + "dev": true, + "requires": { + "@csstools/css-parser-algorithms": "^2.3.1", + "@csstools/css-tokenizer": "^2.2.0", + "@csstools/media-query-list-parser": "^2.1.4", + "@csstools/selector-specificity": "^3.0.0", + "balanced-match": "^2.0.0", + "colord": "^2.9.3", + "cosmiconfig": "^8.2.0", + "css-functions-list": "^3.2.1", + "css-tree": "^2.3.1", + "debug": "^4.3.4", + "fast-glob": "^3.3.1", + "fastest-levenshtein": "^1.0.16", + "file-entry-cache": "^7.0.0", + "global-modules": "^2.0.0", + "globby": "^11.1.0", + "globjoin": "^0.1.4", + "html-tags": "^3.3.1", + "ignore": "^5.2.4", + "import-lazy": "^4.0.0", + "imurmurhash": "^0.1.4", + "is-plain-object": "^5.0.0", + "known-css-properties": "^0.29.0", + "mathml-tag-names": "^2.1.3", + "meow": "^10.1.5", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.28", + "postcss-resolve-nested-selector": "^0.1.1", + "postcss-safe-parser": "^6.0.0", + "postcss-selector-parser": "^6.0.13", + "postcss-value-parser": "^4.2.0", + "resolve-from": "^5.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "style-search": "^0.1.0", + "supports-hyperlinks": "^3.0.0", + "svg-tags": "^1.0.0", + "table": "^6.8.1", + "write-file-atomic": "^5.0.1" + }, + "dependencies": { + "balanced-match": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", + "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", + "dev": true + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true + }, + "camelcase-keys": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz", + "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==", + "dev": true, + "requires": { + "camelcase": "^6.3.0", + "map-obj": "^4.1.0", + "quick-lru": "^5.1.1", + "type-fest": "^1.2.1" + } + }, + "decamelize": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz", + "integrity": "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==", + "dev": true + }, + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, + "indent-string": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", + "dev": true + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "requires": { + "p-locate": "^5.0.0" + } + }, + "meow": { + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz", + "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==", + "dev": true, + "requires": { + "@types/minimist": "^1.2.2", + "camelcase-keys": "^7.0.0", + "decamelize": "^5.0.0", + "decamelize-keys": "^1.1.0", + "hard-rejection": "^2.1.0", + "minimist-options": "4.1.0", + "normalize-package-data": "^3.0.2", + "read-pkg-up": "^8.0.0", + "redent": "^4.0.0", + "trim-newlines": "^4.0.2", + "type-fest": "^1.2.2", + "yargs-parser": "^20.2.9" + } + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "requires": { + "p-limit": "^3.0.2" + } + }, + "quick-lru": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz", + "integrity": "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==", + "dev": true + }, + "read-pkg": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz", + "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==", + "dev": true, + "requires": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^3.0.2", + "parse-json": "^5.2.0", + "type-fest": "^1.0.1" + } + }, + "read-pkg-up": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz", + "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==", + "dev": true, + "requires": { + "find-up": "^5.0.0", + "read-pkg": "^6.0.0", + "type-fest": "^1.0.1" + } + }, + "redent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz", + "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==", + "dev": true, + "requires": { + "indent-string": "^5.0.0", + "strip-indent": "^4.0.0" + } + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "strip-indent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", + "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", + "dev": true, + "requires": { + "min-indent": "^1.0.1" + } + }, + "trim-newlines": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz", + "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==", + "dev": true + }, + "type-fest": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz", + "integrity": "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==", + "dev": true + } + } + }, + "stylelint-config-recommended": { + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", + "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", + "dev": true, + "requires": {} + }, + "stylelint-config-recommended-scss": { + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-13.1.0.tgz", + "integrity": "sha512-8L5nDfd+YH6AOoBGKmhH8pLWF1dpfY816JtGMePcBqqSsLU+Ysawx44fQSlMOJ2xTfI9yTGpup5JU77c17w1Ww==", + "dev": true, + "requires": { + "postcss-scss": "^4.0.9", + "stylelint-config-recommended": "^13.0.0", + "stylelint-scss": "^5.3.0" + } + }, + "stylelint-config-standard": { + "version": "34.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-34.0.0.tgz", + "integrity": "sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==", + "dev": true, + "requires": { + "stylelint-config-recommended": "^13.0.0" + } + }, + "stylelint-config-standard-scss": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-11.1.0.tgz", + "integrity": "sha512-5gnBgeNTgRVdchMwiFQPuBOtj9QefYtfXiddrOMJA2pI22zxt6ddI2s+e5Oh7/6QYl7QLJujGnaUR5YyGq72ow==", + "dev": true, + "requires": { + "stylelint-config-recommended-scss": "^13.1.0", + "stylelint-config-standard": "^34.0.0" + } + }, + "stylelint-scss": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-5.3.1.tgz", + "integrity": "sha512-5I9ZDIm77BZrjOccma5WyW2nJEKjXDd4Ca8Kk+oBapSO4pewSlno3n+OyimcyVJJujQZkBN2D+xuMkIamSc6hA==", + "dev": true, + "requires": { + "known-css-properties": "^0.29.0", + "postcss-media-query-parser": "^0.2.3", + "postcss-resolve-nested-selector": "^0.1.1", + "postcss-selector-parser": "^6.0.13", + "postcss-value-parser": "^4.2.0" + } + }, "supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -5993,12 +7688,41 @@ "has-flag": "^4.0.0" } }, + "supports-hyperlinks": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz", + "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==", + "dev": true, + "requires": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + } + }, "supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true }, + "svg-tags": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", + "integrity": "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==", + "dev": true + }, + "table": { + "version": "6.8.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", + "dev": true, + "requires": { + "ajv": "^8.0.1", + "lodash.truncate": "^4.4.2", + "slice-ansi": "^4.0.0", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1" + } + }, "tar": { "version": "6.1.13", "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", @@ -6088,6 +7812,15 @@ "picocolors": "^1.0.0" } }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", @@ -6150,6 +7883,24 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, + "write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "dependencies": { + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + } + } + }, "y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", @@ -6196,6 +7947,12 @@ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true } } } diff --git a/package.json b/package.json index 1555731c7..718c4cbcd 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,12 @@ "clean-css-cli": "^5.6.2", "node-sass": "^9.0.0", "postcss-cli": "^10.1.0", - "rimraf": "^5.0.5" + "rimraf": "^5.0.5", + "stylelint": "^15.11.0", + "stylelint-config-standard-scss": "^11.1.0" }, "scripts": { + "lint": "stylelint \"**/*.{scss,sass}\" \"!docs/**\" \"!test/**\"", "build": "npm run build-sass && npm run build-autoprefix && npm run build-cleancss", "build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css", "build-cleancss": "cleancss -o css/bulma.min.css css/bulma.css", diff --git a/yarn.lock b/yarn.lock index 3f0b01f32..e8c696da2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3,2040 +3,2601 @@ "@babel/code-frame@^7.0.0": - version "7.21.4" - resolved "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz" - integrity sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g== + "integrity" "sha512-LYvhNKfwWSPpocw8GI7gpK2nq3HSDuEPC/uSYaALSJu9xjsalaaYFOq0Pwt5KmVqwEbZlDu81aLXwBOmD/Fv9g==" + "resolved" "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.21.4.tgz" + "version" "7.21.4" dependencies: "@babel/highlight" "^7.18.6" "@babel/helper-validator-identifier@^7.18.6": - version "7.19.1" - resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz" - integrity sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w== + "integrity" "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==" + "resolved" "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz" + "version" "7.19.1" "@babel/highlight@^7.18.6": - version "7.18.6" - resolved "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz" - integrity sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g== + "integrity" "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==" + "resolved" "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz" + "version" "7.18.6" dependencies: "@babel/helper-validator-identifier" "^7.18.6" - chalk "^2.0.0" - js-tokens "^4.0.0" + "chalk" "^2.0.0" + "js-tokens" "^4.0.0" + +"@csstools/css-parser-algorithms@^2.3.1", "@csstools/css-parser-algorithms@^2.3.2": + "integrity" "sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==" + "resolved" "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.3.2.tgz" + "version" "2.3.2" + +"@csstools/css-tokenizer@^2.2.0", "@csstools/css-tokenizer@^2.2.1": + "integrity" "sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==" + "resolved" "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.1.tgz" + "version" "2.2.1" + +"@csstools/media-query-list-parser@^2.1.4": + "integrity" "sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==" + "resolved" "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.5.tgz" + "version" "2.1.5" + +"@csstools/selector-specificity@^3.0.0": + "integrity" "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==" + "resolved" "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz" + "version" "3.0.0" "@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": - version "1.1.3" - resolved "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz" - integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw== + "integrity" "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==" + "resolved" "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz" + "version" "1.1.3" "@isaacs/cliui@^8.0.2": - version "8.0.2" - resolved "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" - integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA== + "integrity" "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" + "resolved" "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" + "version" "8.0.2" dependencies: - string-width "^5.1.2" - string-width-cjs "npm:string-width@^4.2.0" - strip-ansi "^7.0.1" - strip-ansi-cjs "npm:strip-ansi@^6.0.1" - wrap-ansi "^8.1.0" - wrap-ansi-cjs "npm:wrap-ansi@^7.0.0" + "string-width" "^5.1.2" + "string-width-cjs" "npm:string-width@^4.2.0" + "strip-ansi" "^7.0.1" + "strip-ansi-cjs" "npm:strip-ansi@^6.0.1" + "wrap-ansi" "^8.1.0" + "wrap-ansi-cjs" "npm:wrap-ansi@^7.0.0" "@nodelib/fs.scandir@2.1.5": - version "2.1.5" - resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" - integrity sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g== + "integrity" "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==" + "resolved" "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz" + "version" "2.1.5" dependencies: "@nodelib/fs.stat" "2.0.5" - run-parallel "^1.1.9" + "run-parallel" "^1.1.9" "@nodelib/fs.stat@^2.0.2", "@nodelib/fs.stat@2.0.5": - version "2.0.5" - resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" - integrity sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A== + "integrity" "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==" + "resolved" "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz" + "version" "2.0.5" "@nodelib/fs.walk@^1.2.3": - version "1.2.8" - resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" - integrity sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg== + "integrity" "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==" + "resolved" "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz" + "version" "1.2.8" dependencies: "@nodelib/fs.scandir" "2.1.5" - fastq "^1.6.0" + "fastq" "^1.6.0" "@npmcli/fs@^1.0.0": - version "1.1.1" - resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz" - integrity sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ== + "integrity" "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==" + "resolved" "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz" + "version" "1.1.1" dependencies: "@gar/promisify" "^1.0.1" - semver "^7.3.5" + "semver" "^7.3.5" "@npmcli/fs@^2.1.0": - version "2.1.2" - resolved "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz" - integrity sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ== + "integrity" "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==" + "resolved" "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz" + "version" "2.1.2" dependencies: "@gar/promisify" "^1.1.3" - semver "^7.3.5" + "semver" "^7.3.5" "@npmcli/move-file@^1.0.1": - version "1.1.2" - resolved "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz" - integrity sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg== + "integrity" "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==" + "resolved" "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz" + "version" "1.1.2" dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" + "mkdirp" "^1.0.4" + "rimraf" "^3.0.2" "@npmcli/move-file@^2.0.0": - version "2.0.1" - resolved "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz" - integrity sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ== + "integrity" "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==" + "resolved" "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz" + "version" "2.0.1" dependencies: - mkdirp "^1.0.4" - rimraf "^3.0.2" + "mkdirp" "^1.0.4" + "rimraf" "^3.0.2" "@pkgjs/parseargs@^0.11.0": - version "0.11.0" - resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" - integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== + "integrity" "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" + "resolved" "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" + "version" "0.11.0" "@tootallnate/once@1": - version "1.1.2" - resolved "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz" - integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw== + "integrity" "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" + "resolved" "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz" + "version" "1.1.2" "@tootallnate/once@2": - version "2.0.0" - resolved "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" - integrity sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A== + "integrity" "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" + "resolved" "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" + "version" "2.0.0" -"@types/minimist@^1.2.0": - version "1.2.2" - resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz" - integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ== +"@types/minimist@^1.2.0", "@types/minimist@^1.2.2": + "integrity" "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==" + "resolved" "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz" + "version" "1.2.2" "@types/normalize-package-data@^2.4.0": - version "2.4.1" - resolved "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz" - integrity sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw== - -abbrev@1: - version "1.1.1" - resolved "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" - integrity sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q== - -agent-base@^6.0.2, agent-base@6: - version "6.0.2" - resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" - integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ== - dependencies: - debug "4" - -agentkeepalive@^4.1.3, agentkeepalive@^4.2.1: - version "4.3.0" - resolved "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz" - integrity sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg== - dependencies: - debug "^4.1.0" - depd "^2.0.0" - humanize-ms "^1.2.1" - -aggregate-error@^3.0.0: - version "3.1.0" - resolved "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" - integrity sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA== - dependencies: - clean-stack "^2.0.0" - indent-string "^4.0.0" - -ansi-regex@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" - integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== - -ansi-regex@^6.0.1: - version "6.0.1" - resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" - integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA== - -ansi-styles@^3.2.1: - version "3.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" - integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - dependencies: - color-convert "^1.9.0" - -ansi-styles@^4.0.0, ansi-styles@^4.1.0: - version "4.3.0" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" - integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - dependencies: - color-convert "^2.0.1" - -ansi-styles@^6.1.0: - version "6.2.1" - resolved "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" - integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug== - -anymatch@~3.1.2: - version "3.1.3" - resolved "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" - integrity sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw== - dependencies: - normalize-path "^3.0.0" - picomatch "^2.0.4" + "integrity" "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==" + "resolved" "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz" + "version" "2.4.1" + +"abbrev@1": + "integrity" "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" + "resolved" "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" + "version" "1.1.1" + +"agent-base@^6.0.2", "agent-base@6": + "integrity" "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" + "resolved" "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" + "version" "6.0.2" + dependencies: + "debug" "4" + +"agentkeepalive@^4.1.3", "agentkeepalive@^4.2.1": + "integrity" "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==" + "resolved" "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz" + "version" "4.3.0" + dependencies: + "debug" "^4.1.0" + "depd" "^2.0.0" + "humanize-ms" "^1.2.1" + +"aggregate-error@^3.0.0": + "integrity" "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" + "resolved" "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" + "version" "3.1.0" + dependencies: + "clean-stack" "^2.0.0" + "indent-string" "^4.0.0" + +"ajv@^8.0.1": + "integrity" "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==" + "resolved" "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz" + "version" "8.12.0" + dependencies: + "fast-deep-equal" "^3.1.1" + "json-schema-traverse" "^1.0.0" + "require-from-string" "^2.0.2" + "uri-js" "^4.2.2" + +"ansi-regex@^5.0.1": + "integrity" "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + "resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz" + "version" "5.0.1" + +"ansi-regex@^6.0.1": + "integrity" "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==" + "resolved" "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz" + "version" "6.0.1" + +"ansi-styles@^3.2.1": + "integrity" "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==" + "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz" + "version" "3.2.1" + dependencies: + "color-convert" "^1.9.0" + +"ansi-styles@^4.0.0", "ansi-styles@^4.1.0": + "integrity" "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" + "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" + "version" "4.3.0" + dependencies: + "color-convert" "^2.0.1" + +"ansi-styles@^6.1.0": + "integrity" "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==" + "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz" + "version" "6.2.1" + +"anymatch@~3.1.2": + "integrity" "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==" + "resolved" "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz" + "version" "3.1.3" + dependencies: + "normalize-path" "^3.0.0" + "picomatch" "^2.0.4" "aproba@^1.0.3 || ^2.0.0": - version "2.0.0" - resolved "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" - integrity sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ== - -are-we-there-yet@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz" - integrity sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg== - dependencies: - delegates "^1.0.0" - readable-stream "^3.6.0" - -arrify@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" - integrity sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA== - -async-foreach@^0.1.3: - version "0.1.3" - resolved "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz" - integrity sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA== - -autoprefixer@^10.4.16: - version "10.4.16" - resolved "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz" - integrity sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ== - dependencies: - browserslist "^4.21.10" - caniuse-lite "^1.0.30001538" - fraction.js "^4.3.6" - normalize-range "^0.1.2" - picocolors "^1.0.0" - postcss-value-parser "^4.2.0" - -balanced-match@^1.0.0: - version "1.0.2" - resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" - integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== - -binary-extensions@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" - integrity sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA== - -brace-expansion@^1.1.7: - version "1.1.11" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" - integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - dependencies: - balanced-match "^1.0.0" - concat-map "0.0.1" - -brace-expansion@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" - integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA== - dependencies: - balanced-match "^1.0.0" - -braces@^3.0.2, braces@~3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" - integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== - dependencies: - fill-range "^7.0.1" - -browserslist@^4.21.10, "browserslist@>= 4.21.0": - version "4.22.1" - resolved "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz" - integrity sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ== - dependencies: - caniuse-lite "^1.0.30001541" - electron-to-chromium "^1.4.535" - node-releases "^2.0.13" - update-browserslist-db "^1.0.13" - -cacache@^15.2.0: - version "15.3.0" - resolved "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz" - integrity sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ== + "integrity" "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" + "resolved" "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" + "version" "2.0.0" + +"are-we-there-yet@^3.0.0": + "integrity" "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==" + "resolved" "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz" + "version" "3.0.1" + dependencies: + "delegates" "^1.0.0" + "readable-stream" "^3.6.0" + +"argparse@^2.0.1": + "integrity" "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "resolved" "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" + "version" "2.0.1" + +"array-union@^2.1.0": + "integrity" "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==" + "resolved" "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz" + "version" "2.1.0" + +"arrify@^1.0.1": + "integrity" "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==" + "resolved" "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz" + "version" "1.0.1" + +"astral-regex@^2.0.0": + "integrity" "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==" + "resolved" "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" + "version" "2.0.0" + +"async-foreach@^0.1.3": + "integrity" "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==" + "resolved" "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz" + "version" "0.1.3" + +"autoprefixer@^10.4.16": + "integrity" "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==" + "resolved" "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz" + "version" "10.4.16" + dependencies: + "browserslist" "^4.21.10" + "caniuse-lite" "^1.0.30001538" + "fraction.js" "^4.3.6" + "normalize-range" "^0.1.2" + "picocolors" "^1.0.0" + "postcss-value-parser" "^4.2.0" + +"balanced-match@^1.0.0": + "integrity" "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + "resolved" "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz" + "version" "1.0.2" + +"balanced-match@^2.0.0": + "integrity" "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==" + "resolved" "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz" + "version" "2.0.0" + +"binary-extensions@^2.0.0": + "integrity" "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==" + "resolved" "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz" + "version" "2.2.0" + +"brace-expansion@^1.1.7": + "integrity" "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==" + "resolved" "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz" + "version" "1.1.11" + dependencies: + "balanced-match" "^1.0.0" + "concat-map" "0.0.1" + +"brace-expansion@^2.0.1": + "integrity" "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==" + "resolved" "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz" + "version" "2.0.1" + dependencies: + "balanced-match" "^1.0.0" + +"braces@^3.0.2", "braces@~3.0.2": + "integrity" "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==" + "resolved" "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz" + "version" "3.0.2" + dependencies: + "fill-range" "^7.0.1" + +"browserslist@^4.21.10", "browserslist@>= 4.21.0": + "integrity" "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==" + "resolved" "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz" + "version" "4.22.1" + dependencies: + "caniuse-lite" "^1.0.30001541" + "electron-to-chromium" "^1.4.535" + "node-releases" "^2.0.13" + "update-browserslist-db" "^1.0.13" + +"cacache@^15.2.0": + "integrity" "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==" + "resolved" "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz" + "version" "15.3.0" dependencies: "@npmcli/fs" "^1.0.0" "@npmcli/move-file" "^1.0.1" - chownr "^2.0.0" - fs-minipass "^2.0.0" - glob "^7.1.4" - infer-owner "^1.0.4" - lru-cache "^6.0.0" - minipass "^3.1.1" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.2" - mkdirp "^1.0.3" - p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^8.0.1" - tar "^6.0.2" - unique-filename "^1.1.1" - -cacache@^16.1.0: - version "16.1.3" - resolved "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz" - integrity sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ== + "chownr" "^2.0.0" + "fs-minipass" "^2.0.0" + "glob" "^7.1.4" + "infer-owner" "^1.0.4" + "lru-cache" "^6.0.0" + "minipass" "^3.1.1" + "minipass-collect" "^1.0.2" + "minipass-flush" "^1.0.5" + "minipass-pipeline" "^1.2.2" + "mkdirp" "^1.0.3" + "p-map" "^4.0.0" + "promise-inflight" "^1.0.1" + "rimraf" "^3.0.2" + "ssri" "^8.0.1" + "tar" "^6.0.2" + "unique-filename" "^1.1.1" + +"cacache@^16.1.0": + "integrity" "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==" + "resolved" "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz" + "version" "16.1.3" dependencies: "@npmcli/fs" "^2.1.0" "@npmcli/move-file" "^2.0.0" - chownr "^2.0.0" - fs-minipass "^2.1.0" - glob "^8.0.1" - infer-owner "^1.0.4" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - mkdirp "^1.0.4" - p-map "^4.0.0" - promise-inflight "^1.0.1" - rimraf "^3.0.2" - ssri "^9.0.0" - tar "^6.1.11" - unique-filename "^2.0.0" - -camelcase-keys@^6.2.2: - version "6.2.2" - resolved "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" - integrity sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg== - dependencies: - camelcase "^5.3.1" - map-obj "^4.0.0" - quick-lru "^4.0.1" - -camelcase@^5.3.1: - version "5.3.1" - resolved "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" - integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== - -caniuse-lite@^1.0.30001538, caniuse-lite@^1.0.30001541: - version "1.0.30001549" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz" - integrity sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA== - -chalk@^2.0.0: - version "2.4.2" - resolved "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" - integrity sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - dependencies: - ansi-styles "^3.2.1" - escape-string-regexp "^1.0.5" - supports-color "^5.3.0" - -chalk@^4.1.2: - version "4.1.2" - resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" - integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== - dependencies: - ansi-styles "^4.1.0" - supports-color "^7.1.0" - -chokidar@^3.3.0, chokidar@^3.5.2: - version "3.5.3" - resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" - integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw== - dependencies: - anymatch "~3.1.2" - braces "~3.0.2" - glob-parent "~5.1.2" - is-binary-path "~2.1.0" - is-glob "~4.0.1" - normalize-path "~3.0.0" - readdirp "~3.6.0" + "chownr" "^2.0.0" + "fs-minipass" "^2.1.0" + "glob" "^8.0.1" + "infer-owner" "^1.0.4" + "lru-cache" "^7.7.1" + "minipass" "^3.1.6" + "minipass-collect" "^1.0.2" + "minipass-flush" "^1.0.5" + "minipass-pipeline" "^1.2.4" + "mkdirp" "^1.0.4" + "p-map" "^4.0.0" + "promise-inflight" "^1.0.1" + "rimraf" "^3.0.2" + "ssri" "^9.0.0" + "tar" "^6.1.11" + "unique-filename" "^2.0.0" + +"callsites@^3.0.0": + "integrity" "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + "resolved" "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" + "version" "3.1.0" + +"camelcase-keys@^6.2.2": + "integrity" "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==" + "resolved" "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" + "version" "6.2.2" + dependencies: + "camelcase" "^5.3.1" + "map-obj" "^4.0.0" + "quick-lru" "^4.0.1" + +"camelcase-keys@^7.0.0": + "integrity" "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==" + "resolved" "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz" + "version" "7.0.2" + dependencies: + "camelcase" "^6.3.0" + "map-obj" "^4.1.0" + "quick-lru" "^5.1.1" + "type-fest" "^1.2.1" + +"camelcase@^5.3.1": + "integrity" "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + "resolved" "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" + "version" "5.3.1" + +"camelcase@^6.3.0": + "integrity" "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + "resolved" "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" + "version" "6.3.0" + +"caniuse-lite@^1.0.30001538", "caniuse-lite@^1.0.30001541": + "integrity" "sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==" + "resolved" "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz" + "version" "1.0.30001549" + +"chalk@^2.0.0": + "integrity" "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==" + "resolved" "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz" + "version" "2.4.2" + dependencies: + "ansi-styles" "^3.2.1" + "escape-string-regexp" "^1.0.5" + "supports-color" "^5.3.0" + +"chalk@^4.1.2": + "integrity" "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" + "resolved" "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" + "version" "4.1.2" + dependencies: + "ansi-styles" "^4.1.0" + "supports-color" "^7.1.0" + +"chokidar@^3.3.0", "chokidar@^3.5.2": + "integrity" "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==" + "resolved" "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" + "version" "3.5.3" + dependencies: + "anymatch" "~3.1.2" + "braces" "~3.0.2" + "glob-parent" "~5.1.2" + "is-binary-path" "~2.1.0" + "is-glob" "~4.0.1" + "normalize-path" "~3.0.0" + "readdirp" "~3.6.0" optionalDependencies: - fsevents "~2.3.2" - -chownr@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" - integrity sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ== - -clean-css-cli@^5.6.2: - version "5.6.2" - resolved "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.6.2.tgz" - integrity sha512-GDQkr6zVqHJhO3yWTy3sA22sMCT6iUqaJuBdqZMW6oI25MtiJ2iZXDmWzErpjoRotsB+TYPTpuZSNSgaC1n4lA== - dependencies: - chokidar "^3.5.2" - clean-css "^5.3.2" - commander "7.x" - glob "^7.1.6" - -clean-css@^5.3.2: - version "5.3.2" - resolved "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz" - integrity sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww== - dependencies: - source-map "~0.6.0" - -clean-stack@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" - integrity sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A== - -cliui@^8.0.1: - version "8.0.1" - resolved "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" - integrity sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ== - dependencies: - string-width "^4.2.0" - strip-ansi "^6.0.1" - wrap-ansi "^7.0.0" - -color-convert@^1.9.0: - version "1.9.3" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" - integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" - -color-convert@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" - integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - dependencies: - color-name "~1.1.4" - -color-name@~1.1.4: - version "1.1.4" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" - integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" - integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - -color-support@^1.1.3: - version "1.1.3" - resolved "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" - integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg== - -commander@7.x: - version "7.2.0" - resolved "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz" - integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw== - -concat-map@0.0.1: - version "0.0.1" - resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" - integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg== - -console-control-strings@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" - integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ== - -core-util-is@~1.0.0: - version "1.0.3" - resolved "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" - integrity sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ== - -cross-spawn@^7.0.0, cross-spawn@^7.0.3: - version "7.0.3" - resolved "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" - integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w== - dependencies: - path-key "^3.1.0" - shebang-command "^2.0.0" - which "^2.0.1" - -debug@^4.1.0, debug@^4.3.3, debug@4: - version "4.3.4" - resolved "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" - integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ== - dependencies: - ms "2.1.2" - -decamelize-keys@^1.1.0: - version "1.1.1" - resolved "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz" - integrity sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg== - dependencies: - decamelize "^1.1.0" - map-obj "^1.0.0" - -decamelize@^1.1.0, decamelize@^1.2.0: - version "1.2.0" - resolved "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" - integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA== - -delegates@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" - integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ== - -depd@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" - integrity sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw== - -dependency-graph@^0.11.0: - version "0.11.0" - resolved "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz" - integrity sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg== - -dir-glob@^3.0.1: - version "3.0.1" - resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" - integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== - dependencies: - path-type "^4.0.0" - -eastasianwidth@^0.2.0: - version "0.2.0" - resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" - integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA== - -electron-to-chromium@^1.4.535: - version "1.4.556" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.556.tgz" - integrity sha512-6RPN0hHfzDU8D56E72YkDvnLw5Cj2NMXZGg3UkgyoHxjVhG99KZpsKgBWMmTy0Ei89xwan+rbRsVB9yzATmYzQ== - -emoji-regex@^8.0.0: - version "8.0.0" - resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" - integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A== - -emoji-regex@^9.2.2: - version "9.2.2" - resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" - integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg== - -encoding@^0.1.12, encoding@^0.1.13: - version "0.1.13" - resolved "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" - integrity sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A== - dependencies: - iconv-lite "^0.6.2" - -env-paths@^2.2.0: - version "2.2.1" - resolved "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" - integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== - -err-code@^2.0.2: - version "2.0.3" - resolved "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" - integrity sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA== - -error-ex@^1.3.1: - version "1.3.2" - resolved "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" - integrity sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== - dependencies: - is-arrayish "^0.2.1" - -escalade@^3.1.1: - version "3.1.1" - resolved "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" - integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - -escape-string-regexp@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" - integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg== - -fast-glob@^3.2.11: - version "3.2.12" - resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz" - integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w== + "fsevents" "~2.3.2" + +"chownr@^2.0.0": + "integrity" "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" + "resolved" "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" + "version" "2.0.0" + +"clean-css-cli@^5.6.2": + "integrity" "sha512-GDQkr6zVqHJhO3yWTy3sA22sMCT6iUqaJuBdqZMW6oI25MtiJ2iZXDmWzErpjoRotsB+TYPTpuZSNSgaC1n4lA==" + "resolved" "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.6.2.tgz" + "version" "5.6.2" + dependencies: + "chokidar" "^3.5.2" + "clean-css" "^5.3.2" + "commander" "7.x" + "glob" "^7.1.6" + +"clean-css@^5.3.2": + "integrity" "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==" + "resolved" "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz" + "version" "5.3.2" + dependencies: + "source-map" "~0.6.0" + +"clean-stack@^2.0.0": + "integrity" "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" + "resolved" "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" + "version" "2.2.0" + +"cliui@^8.0.1": + "integrity" "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" + "resolved" "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" + "version" "8.0.1" + dependencies: + "string-width" "^4.2.0" + "strip-ansi" "^6.0.1" + "wrap-ansi" "^7.0.0" + +"color-convert@^1.9.0": + "integrity" "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==" + "resolved" "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz" + "version" "1.9.3" + dependencies: + "color-name" "1.1.3" + +"color-convert@^2.0.1": + "integrity" "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==" + "resolved" "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz" + "version" "2.0.1" + dependencies: + "color-name" "~1.1.4" + +"color-name@~1.1.4": + "integrity" "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + "resolved" "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz" + "version" "1.1.4" + +"color-name@1.1.3": + "integrity" "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "resolved" "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" + "version" "1.1.3" + +"color-support@^1.1.3": + "integrity" "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" + "resolved" "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" + "version" "1.1.3" + +"colord@^2.9.3": + "integrity" "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" + "resolved" "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz" + "version" "2.9.3" + +"commander@7.x": + "integrity" "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==" + "resolved" "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz" + "version" "7.2.0" + +"concat-map@0.0.1": + "integrity" "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" + "resolved" "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" + "version" "0.0.1" + +"console-control-strings@^1.1.0": + "integrity" "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" + "resolved" "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" + "version" "1.1.0" + +"core-util-is@~1.0.0": + "integrity" "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + "resolved" "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" + "version" "1.0.3" + +"cosmiconfig@^8.2.0": + "integrity" "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" + "resolved" "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz" + "version" "8.3.6" + dependencies: + "import-fresh" "^3.3.0" + "js-yaml" "^4.1.0" + "parse-json" "^5.2.0" + "path-type" "^4.0.0" + +"cross-spawn@^7.0.0", "cross-spawn@^7.0.3": + "integrity" "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" + "resolved" "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" + "version" "7.0.3" + dependencies: + "path-key" "^3.1.0" + "shebang-command" "^2.0.0" + "which" "^2.0.1" + +"css-functions-list@^3.2.1": + "integrity" "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==" + "resolved" "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz" + "version" "3.2.1" + +"css-tree@^2.3.1": + "integrity" "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==" + "resolved" "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz" + "version" "2.3.1" + dependencies: + "mdn-data" "2.0.30" + "source-map-js" "^1.0.1" + +"cssesc@^3.0.0": + "integrity" "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==" + "resolved" "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" + "version" "3.0.0" + +"debug@^4.1.0", "debug@^4.3.3", "debug@^4.3.4", "debug@4": + "integrity" "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" + "resolved" "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" + "version" "4.3.4" + dependencies: + "ms" "2.1.2" + +"decamelize-keys@^1.1.0": + "integrity" "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==" + "resolved" "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz" + "version" "1.1.1" + dependencies: + "decamelize" "^1.1.0" + "map-obj" "^1.0.0" + +"decamelize@^1.1.0", "decamelize@^1.2.0": + "integrity" "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" + "resolved" "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" + "version" "1.2.0" + +"decamelize@^5.0.0": + "integrity" "sha512-VfxadyCECXgQlkoEAjeghAr5gY3Hf+IKjKb+X8tGVDtveCjN+USwprd2q3QXBR9T1+x2DG0XZF5/w+7HAtSaXA==" + "resolved" "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz" + "version" "5.0.1" + +"delegates@^1.0.0": + "integrity" "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + "resolved" "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" + "version" "1.0.0" + +"depd@^2.0.0": + "integrity" "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + "resolved" "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" + "version" "2.0.0" + +"dependency-graph@^0.11.0": + "integrity" "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==" + "resolved" "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz" + "version" "0.11.0" + +"dir-glob@^3.0.1": + "integrity" "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==" + "resolved" "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz" + "version" "3.0.1" + dependencies: + "path-type" "^4.0.0" + +"eastasianwidth@^0.2.0": + "integrity" "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "resolved" "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz" + "version" "0.2.0" + +"electron-to-chromium@^1.4.535": + "integrity" "sha512-6RPN0hHfzDU8D56E72YkDvnLw5Cj2NMXZGg3UkgyoHxjVhG99KZpsKgBWMmTy0Ei89xwan+rbRsVB9yzATmYzQ==" + "resolved" "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.556.tgz" + "version" "1.4.556" + +"emoji-regex@^8.0.0": + "integrity" "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" + "resolved" "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz" + "version" "8.0.0" + +"emoji-regex@^9.2.2": + "integrity" "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + "resolved" "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" + "version" "9.2.2" + +"encoding@^0.1.12", "encoding@^0.1.13": + "integrity" "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" + "resolved" "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" + "version" "0.1.13" + dependencies: + "iconv-lite" "^0.6.2" + +"env-paths@^2.2.0": + "integrity" "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" + "resolved" "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" + "version" "2.2.1" + +"err-code@^2.0.2": + "integrity" "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" + "resolved" "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" + "version" "2.0.3" + +"error-ex@^1.3.1": + "integrity" "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" + "resolved" "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" + "version" "1.3.2" + dependencies: + "is-arrayish" "^0.2.1" + +"escalade@^3.1.1": + "integrity" "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + "resolved" "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz" + "version" "3.1.1" + +"escape-string-regexp@^1.0.5": + "integrity" "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==" + "resolved" "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz" + "version" "1.0.5" + +"fast-deep-equal@^3.1.1": + "integrity" "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "resolved" "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz" + "version" "3.1.3" + +"fast-glob@^3.2.11", "fast-glob@^3.2.9", "fast-glob@^3.3.1": + "integrity" "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==" + "resolved" "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz" + "version" "3.3.2" dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3" - glob-parent "^5.1.2" - merge2 "^1.3.0" - micromatch "^4.0.4" - -fastq@^1.6.0: - version "1.15.0" - resolved "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz" - integrity sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw== - dependencies: - reusify "^1.0.4" - -fill-range@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" - integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - dependencies: - to-regex-range "^5.0.1" - -find-up@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" - integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw== - dependencies: - locate-path "^5.0.0" - path-exists "^4.0.0" - -foreground-child@^3.1.0: - version "3.1.1" - resolved "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz" - integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg== - dependencies: - cross-spawn "^7.0.0" - signal-exit "^4.0.1" - -fraction.js@^4.3.6: - version "4.3.7" - resolved "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz" - integrity sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew== - -fs-extra@^11.0.0: - version "11.1.1" - resolved "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz" - integrity sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ== - dependencies: - graceful-fs "^4.2.0" - jsonfile "^6.0.1" - universalify "^2.0.0" - -fs-minipass@^2.0.0, fs-minipass@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" - integrity sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg== - dependencies: - minipass "^3.0.0" - -fs.realpath@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" - integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw== - -function-bind@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" - integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - -gauge@^4.0.3: - version "4.0.4" - resolved "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz" - integrity sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg== - dependencies: - aproba "^1.0.3 || ^2.0.0" - color-support "^1.1.3" - console-control-strings "^1.1.0" - has-unicode "^2.0.1" - signal-exit "^3.0.7" - string-width "^4.2.3" - strip-ansi "^6.0.1" - wide-align "^1.1.5" - -gaze@^1.0.0: - version "1.1.3" - resolved "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz" - integrity sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g== - dependencies: - globule "^1.0.0" - -get-caller-file@^2.0.5: - version "2.0.5" - resolved "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" - integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== - -get-stdin@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" - integrity sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw== - -get-stdin@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz" - integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA== - -glob-parent@^5.1.2, glob-parent@~5.1.2: - version "5.1.2" - resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" - integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== - dependencies: - is-glob "^4.0.1" - -glob@^10.3.7: - version "10.3.10" - resolved "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz" - integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g== - dependencies: - foreground-child "^3.1.0" - jackspeak "^2.3.5" - minimatch "^9.0.1" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - path-scurry "^1.10.1" - -glob@^7.0.0, glob@^7.0.3, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6: - version "7.2.3" - resolved "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" - integrity sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.1.1" - once "^1.3.0" - path-is-absolute "^1.0.0" - -glob@^8.0.1: - version "8.1.0" - resolved "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz" - integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^5.0.1" - once "^1.3.0" - -glob@~7.1.1: - version "7.1.7" - resolved "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz" - integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ== - dependencies: - fs.realpath "^1.0.0" - inflight "^1.0.4" - inherits "2" - minimatch "^3.0.4" - once "^1.3.0" - path-is-absolute "^1.0.0" - -globby@^13.0.0: - version "13.1.3" - resolved "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz" - integrity sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw== - dependencies: - dir-glob "^3.0.1" - fast-glob "^3.2.11" - ignore "^5.2.0" - merge2 "^1.4.1" - slash "^4.0.0" - -globule@^1.0.0: - version "1.3.4" - resolved "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz" - integrity sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg== - dependencies: - glob "~7.1.1" - lodash "^4.17.21" - minimatch "~3.0.2" - -graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.6: - version "4.2.11" - resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" - integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ== - -hard-rejection@^2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz" - integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== - -has-flag@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" - integrity sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw== - -has-flag@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" - integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - -has-unicode@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" - integrity sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ== - -has@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/has/-/has-1.0.3.tgz" - integrity sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - dependencies: - function-bind "^1.1.1" - -hosted-git-info@^2.1.4: - version "2.8.9" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" - integrity sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw== - -hosted-git-info@^4.0.1: - version "4.1.0" - resolved "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz" - integrity sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA== - dependencies: - lru-cache "^6.0.0" - -http-cache-semantics@^4.1.0: - version "4.1.1" - resolved "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" - integrity sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ== - -http-proxy-agent@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz" - integrity sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg== + "glob-parent" "^5.1.2" + "merge2" "^1.3.0" + "micromatch" "^4.0.4" + +"fastest-levenshtein@^1.0.16": + "integrity" "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==" + "resolved" "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz" + "version" "1.0.16" + +"fastq@^1.6.0": + "integrity" "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==" + "resolved" "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz" + "version" "1.15.0" + dependencies: + "reusify" "^1.0.4" + +"file-entry-cache@^7.0.0": + "integrity" "sha512-TfW7/1iI4Cy7Y8L6iqNdZQVvdXn0f8B4QcIXmkIbtTIe/Okm/nSlHb4IwGzRVOd3WfSieCgvf5cMzEfySAIl0g==" + "resolved" "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.2.tgz" + "version" "7.0.2" + dependencies: + "flat-cache" "^3.2.0" + +"fill-range@^7.0.1": + "integrity" "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==" + "resolved" "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz" + "version" "7.0.1" + dependencies: + "to-regex-range" "^5.0.1" + +"find-up@^4.1.0": + "integrity" "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" + "resolved" "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" + "version" "4.1.0" + dependencies: + "locate-path" "^5.0.0" + "path-exists" "^4.0.0" + +"find-up@^5.0.0": + "integrity" "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" + "resolved" "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" + "version" "5.0.0" + dependencies: + "locate-path" "^6.0.0" + "path-exists" "^4.0.0" + +"flat-cache@^3.2.0": + "integrity" "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==" + "resolved" "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz" + "version" "3.2.0" + dependencies: + "flatted" "^3.2.9" + "keyv" "^4.5.3" + "rimraf" "^3.0.2" + +"flatted@^3.2.9": + "integrity" "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" + "resolved" "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz" + "version" "3.2.9" + +"foreground-child@^3.1.0": + "integrity" "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==" + "resolved" "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz" + "version" "3.1.1" + dependencies: + "cross-spawn" "^7.0.0" + "signal-exit" "^4.0.1" + +"fraction.js@^4.3.6": + "integrity" "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==" + "resolved" "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz" + "version" "4.3.7" + +"fs-extra@^11.0.0": + "integrity" "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==" + "resolved" "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz" + "version" "11.1.1" + dependencies: + "graceful-fs" "^4.2.0" + "jsonfile" "^6.0.1" + "universalify" "^2.0.0" + +"fs-minipass@^2.0.0", "fs-minipass@^2.1.0": + "integrity" "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" + "resolved" "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" + "version" "2.1.0" + dependencies: + "minipass" "^3.0.0" + +"fs.realpath@^1.0.0": + "integrity" "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" + "resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" + "version" "1.0.0" + +"fsevents@~2.3.2": + "integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==" + "resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz" + "version" "2.3.2" + +"function-bind@^1.1.1": + "integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" + "version" "1.1.1" + +"gauge@^4.0.3": + "integrity" "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==" + "resolved" "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz" + "version" "4.0.4" + dependencies: + "aproba" "^1.0.3 || ^2.0.0" + "color-support" "^1.1.3" + "console-control-strings" "^1.1.0" + "has-unicode" "^2.0.1" + "signal-exit" "^3.0.7" + "string-width" "^4.2.3" + "strip-ansi" "^6.0.1" + "wide-align" "^1.1.5" + +"gaze@^1.0.0": + "integrity" "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==" + "resolved" "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz" + "version" "1.1.3" + dependencies: + "globule" "^1.0.0" + +"get-caller-file@^2.0.5": + "integrity" "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + "resolved" "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" + "version" "2.0.5" + +"get-stdin@^4.0.1": + "integrity" "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==" + "resolved" "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" + "version" "4.0.1" + +"get-stdin@^9.0.0": + "integrity" "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==" + "resolved" "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz" + "version" "9.0.0" + +"glob-parent@^5.1.2", "glob-parent@~5.1.2": + "integrity" "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==" + "resolved" "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz" + "version" "5.1.2" + dependencies: + "is-glob" "^4.0.1" + +"glob@^10.3.7": + "integrity" "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==" + "resolved" "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz" + "version" "10.3.10" + dependencies: + "foreground-child" "^3.1.0" + "jackspeak" "^2.3.5" + "minimatch" "^9.0.1" + "minipass" "^5.0.0 || ^6.0.2 || ^7.0.0" + "path-scurry" "^1.10.1" + +"glob@^7.0.0", "glob@^7.0.3", "glob@^7.1.3", "glob@^7.1.4", "glob@^7.1.6": + "integrity" "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" + "resolved" "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" + "version" "7.2.3" + dependencies: + "fs.realpath" "^1.0.0" + "inflight" "^1.0.4" + "inherits" "2" + "minimatch" "^3.1.1" + "once" "^1.3.0" + "path-is-absolute" "^1.0.0" + +"glob@^8.0.1": + "integrity" "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" + "resolved" "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz" + "version" "8.1.0" + dependencies: + "fs.realpath" "^1.0.0" + "inflight" "^1.0.4" + "inherits" "2" + "minimatch" "^5.0.1" + "once" "^1.3.0" + +"glob@~7.1.1": + "integrity" "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==" + "resolved" "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz" + "version" "7.1.7" + dependencies: + "fs.realpath" "^1.0.0" + "inflight" "^1.0.4" + "inherits" "2" + "minimatch" "^3.0.4" + "once" "^1.3.0" + "path-is-absolute" "^1.0.0" + +"global-modules@^2.0.0": + "integrity" "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==" + "resolved" "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz" + "version" "2.0.0" + dependencies: + "global-prefix" "^3.0.0" + +"global-prefix@^3.0.0": + "integrity" "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==" + "resolved" "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz" + "version" "3.0.0" + dependencies: + "ini" "^1.3.5" + "kind-of" "^6.0.2" + "which" "^1.3.1" + +"globby@^11.1.0": + "integrity" "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==" + "resolved" "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz" + "version" "11.1.0" + dependencies: + "array-union" "^2.1.0" + "dir-glob" "^3.0.1" + "fast-glob" "^3.2.9" + "ignore" "^5.2.0" + "merge2" "^1.4.1" + "slash" "^3.0.0" + +"globby@^13.0.0": + "integrity" "sha512-8krCNHXvlCgHDpegPzleMq07yMYTO2sXKASmZmquEYWEmCx6J5UTRbp5RwMJkTJGtcQ44YpiUYUiN0b9mzy8Bw==" + "resolved" "https://registry.npmjs.org/globby/-/globby-13.1.3.tgz" + "version" "13.1.3" + dependencies: + "dir-glob" "^3.0.1" + "fast-glob" "^3.2.11" + "ignore" "^5.2.0" + "merge2" "^1.4.1" + "slash" "^4.0.0" + +"globjoin@^0.1.4": + "integrity" "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==" + "resolved" "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz" + "version" "0.1.4" + +"globule@^1.0.0": + "integrity" "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==" + "resolved" "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz" + "version" "1.3.4" + dependencies: + "glob" "~7.1.1" + "lodash" "^4.17.21" + "minimatch" "~3.0.2" + +"graceful-fs@^4.1.6", "graceful-fs@^4.2.0", "graceful-fs@^4.2.6": + "integrity" "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + "resolved" "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" + "version" "4.2.11" + +"hard-rejection@^2.1.0": + "integrity" "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==" + "resolved" "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz" + "version" "2.1.0" + +"has-flag@^3.0.0": + "integrity" "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==" + "resolved" "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz" + "version" "3.0.0" + +"has-flag@^4.0.0": + "integrity" "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + "resolved" "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" + "version" "4.0.0" + +"has-unicode@^2.0.1": + "integrity" "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" + "resolved" "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" + "version" "2.0.1" + +"has@^1.0.3": + "integrity" "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==" + "resolved" "https://registry.npmjs.org/has/-/has-1.0.3.tgz" + "version" "1.0.3" + dependencies: + "function-bind" "^1.1.1" + +"hosted-git-info@^2.1.4": + "integrity" "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" + "resolved" "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" + "version" "2.8.9" + +"hosted-git-info@^4.0.1": + "integrity" "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" + "resolved" "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz" + "version" "4.1.0" + dependencies: + "lru-cache" "^6.0.0" + +"html-tags@^3.3.1": + "integrity" "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==" + "resolved" "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz" + "version" "3.3.1" + +"http-cache-semantics@^4.1.0": + "integrity" "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" + "resolved" "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" + "version" "4.1.1" + +"http-proxy-agent@^4.0.1": + "integrity" "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==" + "resolved" "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz" + "version" "4.0.1" dependencies: "@tootallnate/once" "1" - agent-base "6" - debug "4" + "agent-base" "6" + "debug" "4" -http-proxy-agent@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" - integrity sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w== +"http-proxy-agent@^5.0.0": + "integrity" "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==" + "resolved" "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" + "version" "5.0.0" dependencies: "@tootallnate/once" "2" - agent-base "6" - debug "4" - -https-proxy-agent@^5.0.0: - version "5.0.1" - resolved "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" - integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA== - dependencies: - agent-base "6" - debug "4" - -humanize-ms@^1.2.1: - version "1.2.1" - resolved "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" - integrity sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ== - dependencies: - ms "^2.0.0" - -iconv-lite@^0.6.2: - version "0.6.3" - resolved "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" - integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw== - dependencies: - safer-buffer ">= 2.1.2 < 3.0.0" - -ignore@^5.2.0: - version "5.2.4" - resolved "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz" - integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ== - -imurmurhash@^0.1.4: - version "0.1.4" - resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" - integrity sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA== - -indent-string@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" - integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg== - -infer-owner@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" - integrity sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A== - -inflight@^1.0.4: - version "1.0.6" - resolved "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" - integrity sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA== - dependencies: - once "^1.3.0" - wrappy "1" - -inherits@^2.0.3, inherits@~2.0.3, inherits@2: - version "2.0.4" - resolved "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" - integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - -ip@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz" - integrity sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ== - -is-arrayish@^0.2.1: - version "0.2.1" - resolved "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" - integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg== - -is-binary-path@~2.1.0: - version "2.1.0" - resolved "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" - integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== - dependencies: - binary-extensions "^2.0.0" - -is-core-module@^2.5.0, is-core-module@^2.9.0: - version "2.11.0" - resolved "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz" - integrity sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw== - dependencies: - has "^1.0.3" - -is-extglob@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" - integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ== - -is-fullwidth-code-point@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" - integrity sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg== - -is-glob@^4.0.1, is-glob@~4.0.1: - version "4.0.3" - resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" - integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg== - dependencies: - is-extglob "^2.1.1" - -is-lambda@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" - integrity sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ== - -is-number@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" - integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== - -is-plain-obj@^1.1.0: - version "1.1.0" - resolved "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" - integrity sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg== - -isarray@~1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" - integrity sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ== - -isexe@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" - integrity sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw== - -jackspeak@^2.3.5: - version "2.3.6" - resolved "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz" - integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ== + "agent-base" "6" + "debug" "4" + +"https-proxy-agent@^5.0.0": + "integrity" "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" + "resolved" "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" + "version" "5.0.1" + dependencies: + "agent-base" "6" + "debug" "4" + +"humanize-ms@^1.2.1": + "integrity" "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==" + "resolved" "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" + "version" "1.2.1" + dependencies: + "ms" "^2.0.0" + +"iconv-lite@^0.6.2": + "integrity" "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" + "resolved" "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" + "version" "0.6.3" + dependencies: + "safer-buffer" ">= 2.1.2 < 3.0.0" + +"ignore@^5.2.0", "ignore@^5.2.4": + "integrity" "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==" + "resolved" "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz" + "version" "5.2.4" + +"import-fresh@^3.3.0": + "integrity" "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" + "resolved" "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" + "version" "3.3.0" + dependencies: + "parent-module" "^1.0.0" + "resolve-from" "^4.0.0" + +"import-lazy@^4.0.0": + "integrity" "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==" + "resolved" "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz" + "version" "4.0.0" + +"imurmurhash@^0.1.4": + "integrity" "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==" + "resolved" "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" + "version" "0.1.4" + +"indent-string@^4.0.0": + "integrity" "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" + "resolved" "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" + "version" "4.0.0" + +"indent-string@^5.0.0": + "integrity" "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==" + "resolved" "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz" + "version" "5.0.0" + +"infer-owner@^1.0.4": + "integrity" "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" + "resolved" "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" + "version" "1.0.4" + +"inflight@^1.0.4": + "integrity" "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" + "resolved" "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" + "version" "1.0.6" + dependencies: + "once" "^1.3.0" + "wrappy" "1" + +"inherits@^2.0.3", "inherits@~2.0.3", "inherits@2": + "integrity" "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + "resolved" "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" + "version" "2.0.4" + +"ini@^1.3.5": + "integrity" "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + "resolved" "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" + "version" "1.3.8" + +"ip@^2.0.0": + "integrity" "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" + "resolved" "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz" + "version" "2.0.0" + +"is-arrayish@^0.2.1": + "integrity" "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "resolved" "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" + "version" "0.2.1" + +"is-binary-path@~2.1.0": + "integrity" "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==" + "resolved" "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz" + "version" "2.1.0" + dependencies: + "binary-extensions" "^2.0.0" + +"is-core-module@^2.5.0", "is-core-module@^2.9.0": + "integrity" "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==" + "resolved" "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz" + "version" "2.11.0" + dependencies: + "has" "^1.0.3" + +"is-extglob@^2.1.1": + "integrity" "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==" + "resolved" "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz" + "version" "2.1.1" + +"is-fullwidth-code-point@^3.0.0": + "integrity" "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==" + "resolved" "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz" + "version" "3.0.0" + +"is-glob@^4.0.1", "is-glob@~4.0.1": + "integrity" "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==" + "resolved" "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz" + "version" "4.0.3" + dependencies: + "is-extglob" "^2.1.1" + +"is-lambda@^1.0.1": + "integrity" "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==" + "resolved" "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" + "version" "1.0.1" + +"is-number@^7.0.0": + "integrity" "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + "resolved" "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" + "version" "7.0.0" + +"is-plain-obj@^1.1.0": + "integrity" "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==" + "resolved" "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz" + "version" "1.1.0" + +"is-plain-object@^5.0.0": + "integrity" "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==" + "resolved" "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" + "version" "5.0.0" + +"isarray@~1.0.0": + "integrity" "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + "resolved" "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" + "version" "1.0.0" + +"isexe@^2.0.0": + "integrity" "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "resolved" "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" + "version" "2.0.0" + +"jackspeak@^2.3.5": + "integrity" "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==" + "resolved" "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz" + "version" "2.3.6" dependencies: "@isaacs/cliui" "^8.0.2" optionalDependencies: "@pkgjs/parseargs" "^0.11.0" -js-base64@^2.4.9: - version "2.6.4" - resolved "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz" - integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== +"js-base64@^2.4.9": + "integrity" "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==" + "resolved" "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz" + "version" "2.6.4" + +"js-tokens@^4.0.0": + "integrity" "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "resolved" "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" + "version" "4.0.0" + +"js-yaml@^4.1.0": + "integrity" "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==" + "resolved" "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz" + "version" "4.1.0" + dependencies: + "argparse" "^2.0.1" + +"json-buffer@3.0.1": + "integrity" "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==" + "resolved" "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz" + "version" "3.0.1" -js-tokens@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" - integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== +"json-parse-even-better-errors@^2.3.0": + "integrity" "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "resolved" "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" + "version" "2.3.1" -json-parse-even-better-errors@^2.3.0: - version "2.3.1" - resolved "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz" - integrity sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w== +"json-schema-traverse@^1.0.0": + "integrity" "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==" + "resolved" "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz" + "version" "1.0.0" -jsonfile@^6.0.1: - version "6.1.0" - resolved "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" - integrity sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== +"jsonfile@^6.0.1": + "integrity" "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==" + "resolved" "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz" + "version" "6.1.0" dependencies: - universalify "^2.0.0" + "universalify" "^2.0.0" optionalDependencies: - graceful-fs "^4.1.6" + "graceful-fs" "^4.1.6" + +"keyv@^4.5.3": + "integrity" "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==" + "resolved" "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz" + "version" "4.5.4" + dependencies: + "json-buffer" "3.0.1" -kind-of@^6.0.3: - version "6.0.3" - resolved "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" - integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== +"kind-of@^6.0.2", "kind-of@^6.0.3": + "integrity" "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + "resolved" "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz" + "version" "6.0.3" -lilconfig@^2.0.5: - version "2.1.0" - resolved "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz" - integrity sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ== +"known-css-properties@^0.29.0": + "integrity" "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==" + "resolved" "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz" + "version" "0.29.0" -lines-and-columns@^1.1.6: - version "1.2.4" - resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" - integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== +"lilconfig@^2.0.5": + "integrity" "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==" + "resolved" "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz" + "version" "2.1.0" + +"lines-and-columns@^1.1.6": + "integrity" "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "resolved" "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" + "version" "1.2.4" + +"locate-path@^5.0.0": + "integrity" "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" + "resolved" "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" + "version" "5.0.0" + dependencies: + "p-locate" "^4.1.0" -locate-path@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" - integrity sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g== +"locate-path@^6.0.0": + "integrity" "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" + "resolved" "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" + "version" "6.0.0" dependencies: - p-locate "^4.1.0" + "p-locate" "^5.0.0" -lodash@^4.17.11, lodash@^4.17.15, lodash@^4.17.21: - version "4.17.21" - resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" - integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== +"lodash.truncate@^4.4.2": + "integrity" "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==" + "resolved" "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz" + "version" "4.4.2" -lru-cache@^6.0.0: - version "6.0.0" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" - integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== +"lodash@^4.17.11", "lodash@^4.17.15", "lodash@^4.17.21": + "integrity" "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + "resolved" "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" + "version" "4.17.21" + +"lru-cache@^6.0.0": + "integrity" "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" + "resolved" "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" + "version" "6.0.0" dependencies: - yallist "^4.0.0" + "yallist" "^4.0.0" -lru-cache@^7.7.1: - version "7.18.3" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz" - integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA== +"lru-cache@^7.7.1": + "integrity" "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" + "resolved" "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz" + "version" "7.18.3" "lru-cache@^9.1.1 || ^10.0.0": - version "10.0.1" - resolved "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz" - integrity sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g== - -make-fetch-happen@^10.0.4: - version "10.2.1" - resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz" - integrity sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w== - dependencies: - agentkeepalive "^4.2.1" - cacache "^16.1.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^5.0.0" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^7.7.1" - minipass "^3.1.6" - minipass-collect "^1.0.2" - minipass-fetch "^2.0.3" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.3" - promise-retry "^2.0.1" - socks-proxy-agent "^7.0.0" - ssri "^9.0.0" - -make-fetch-happen@^9.1.0: - version "9.1.0" - resolved "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz" - integrity sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg== - dependencies: - agentkeepalive "^4.1.3" - cacache "^15.2.0" - http-cache-semantics "^4.1.0" - http-proxy-agent "^4.0.1" - https-proxy-agent "^5.0.0" - is-lambda "^1.0.1" - lru-cache "^6.0.0" - minipass "^3.1.3" - minipass-collect "^1.0.2" - minipass-fetch "^1.3.2" - minipass-flush "^1.0.5" - minipass-pipeline "^1.2.4" - negotiator "^0.6.2" - promise-retry "^2.0.1" - socks-proxy-agent "^6.0.0" - ssri "^8.0.0" - -map-obj@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" - integrity sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg== - -map-obj@^4.0.0: - version "4.3.0" - resolved "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" - integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ== - -meow@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz" - integrity sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ== + "integrity" "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==" + "resolved" "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz" + "version" "10.0.1" + +"make-fetch-happen@^10.0.4": + "integrity" "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==" + "resolved" "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz" + "version" "10.2.1" + dependencies: + "agentkeepalive" "^4.2.1" + "cacache" "^16.1.0" + "http-cache-semantics" "^4.1.0" + "http-proxy-agent" "^5.0.0" + "https-proxy-agent" "^5.0.0" + "is-lambda" "^1.0.1" + "lru-cache" "^7.7.1" + "minipass" "^3.1.6" + "minipass-collect" "^1.0.2" + "minipass-fetch" "^2.0.3" + "minipass-flush" "^1.0.5" + "minipass-pipeline" "^1.2.4" + "negotiator" "^0.6.3" + "promise-retry" "^2.0.1" + "socks-proxy-agent" "^7.0.0" + "ssri" "^9.0.0" + +"make-fetch-happen@^9.1.0": + "integrity" "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==" + "resolved" "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz" + "version" "9.1.0" + dependencies: + "agentkeepalive" "^4.1.3" + "cacache" "^15.2.0" + "http-cache-semantics" "^4.1.0" + "http-proxy-agent" "^4.0.1" + "https-proxy-agent" "^5.0.0" + "is-lambda" "^1.0.1" + "lru-cache" "^6.0.0" + "minipass" "^3.1.3" + "minipass-collect" "^1.0.2" + "minipass-fetch" "^1.3.2" + "minipass-flush" "^1.0.5" + "minipass-pipeline" "^1.2.4" + "negotiator" "^0.6.2" + "promise-retry" "^2.0.1" + "socks-proxy-agent" "^6.0.0" + "ssri" "^8.0.0" + +"map-obj@^1.0.0": + "integrity" "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==" + "resolved" "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" + "version" "1.0.1" + +"map-obj@^4.0.0", "map-obj@^4.1.0": + "integrity" "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==" + "resolved" "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" + "version" "4.3.0" + +"mathml-tag-names@^2.1.3": + "integrity" "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==" + "resolved" "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz" + "version" "2.1.3" + +"mdn-data@2.0.30": + "integrity" "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==" + "resolved" "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz" + "version" "2.0.30" + +"meow@^10.1.5": + "integrity" "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==" + "resolved" "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz" + "version" "10.1.5" + dependencies: + "@types/minimist" "^1.2.2" + "camelcase-keys" "^7.0.0" + "decamelize" "^5.0.0" + "decamelize-keys" "^1.1.0" + "hard-rejection" "^2.1.0" + "minimist-options" "4.1.0" + "normalize-package-data" "^3.0.2" + "read-pkg-up" "^8.0.0" + "redent" "^4.0.0" + "trim-newlines" "^4.0.2" + "type-fest" "^1.2.2" + "yargs-parser" "^20.2.9" + +"meow@^9.0.0": + "integrity" "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==" + "resolved" "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz" + "version" "9.0.0" dependencies: "@types/minimist" "^1.2.0" - camelcase-keys "^6.2.2" - decamelize "^1.2.0" - decamelize-keys "^1.1.0" - hard-rejection "^2.1.0" - minimist-options "4.1.0" - normalize-package-data "^3.0.0" - read-pkg-up "^7.0.1" - redent "^3.0.0" - trim-newlines "^3.0.0" - type-fest "^0.18.0" - yargs-parser "^20.2.3" - -merge2@^1.3.0, merge2@^1.4.1: - version "1.4.1" - resolved "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" - integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== - -micromatch@^4.0.4: - version "4.0.5" - resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" - integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA== - dependencies: - braces "^3.0.2" - picomatch "^2.3.1" - -min-indent@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" - integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== - -minimatch@^3.0.4, minimatch@~3.0.2: - version "3.0.8" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz" - integrity sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q== - dependencies: - brace-expansion "^1.1.7" - -minimatch@^3.1.1: - version "3.1.2" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" - integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== - dependencies: - brace-expansion "^1.1.7" - -minimatch@^5.0.1: - version "5.1.6" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" - integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== - dependencies: - brace-expansion "^2.0.1" - -minimatch@^9.0.1: - version "9.0.3" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== - dependencies: - brace-expansion "^2.0.1" - -minimist-options@4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz" - integrity sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A== - dependencies: - arrify "^1.0.1" - is-plain-obj "^1.1.0" - kind-of "^6.0.3" - -minipass-collect@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" - integrity sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA== - dependencies: - minipass "^3.0.0" - -minipass-fetch@^1.3.2: - version "1.4.1" - resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz" - integrity sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw== - dependencies: - minipass "^3.1.0" - minipass-sized "^1.0.3" - minizlib "^2.0.0" + "camelcase-keys" "^6.2.2" + "decamelize" "^1.2.0" + "decamelize-keys" "^1.1.0" + "hard-rejection" "^2.1.0" + "minimist-options" "4.1.0" + "normalize-package-data" "^3.0.0" + "read-pkg-up" "^7.0.1" + "redent" "^3.0.0" + "trim-newlines" "^3.0.0" + "type-fest" "^0.18.0" + "yargs-parser" "^20.2.3" + +"merge2@^1.3.0", "merge2@^1.4.1": + "integrity" "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" + "resolved" "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" + "version" "1.4.1" + +"micromatch@^4.0.4", "micromatch@^4.0.5": + "integrity" "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==" + "resolved" "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz" + "version" "4.0.5" + dependencies: + "braces" "^3.0.2" + "picomatch" "^2.3.1" + +"min-indent@^1.0.0", "min-indent@^1.0.1": + "integrity" "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" + "resolved" "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" + "version" "1.0.1" + +"minimatch@^3.0.4", "minimatch@~3.0.2": + "integrity" "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==" + "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz" + "version" "3.0.8" + dependencies: + "brace-expansion" "^1.1.7" + +"minimatch@^3.1.1": + "integrity" "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" + "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" + "version" "3.1.2" + dependencies: + "brace-expansion" "^1.1.7" + +"minimatch@^5.0.1": + "integrity" "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" + "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" + "version" "5.1.6" + dependencies: + "brace-expansion" "^2.0.1" + +"minimatch@^9.0.1": + "integrity" "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" + "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" + "version" "9.0.3" + dependencies: + "brace-expansion" "^2.0.1" + +"minimist-options@4.1.0": + "integrity" "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==" + "resolved" "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz" + "version" "4.1.0" + dependencies: + "arrify" "^1.0.1" + "is-plain-obj" "^1.1.0" + "kind-of" "^6.0.3" + +"minipass-collect@^1.0.2": + "integrity" "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==" + "resolved" "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" + "version" "1.0.2" + dependencies: + "minipass" "^3.0.0" + +"minipass-fetch@^1.3.2": + "integrity" "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==" + "resolved" "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz" + "version" "1.4.1" + dependencies: + "minipass" "^3.1.0" + "minipass-sized" "^1.0.3" + "minizlib" "^2.0.0" optionalDependencies: - encoding "^0.1.12" + "encoding" "^0.1.12" -minipass-fetch@^2.0.3: - version "2.1.2" - resolved "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz" - integrity sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA== +"minipass-fetch@^2.0.3": + "integrity" "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==" + "resolved" "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz" + "version" "2.1.2" dependencies: - minipass "^3.1.6" - minipass-sized "^1.0.3" - minizlib "^2.1.2" + "minipass" "^3.1.6" + "minipass-sized" "^1.0.3" + "minizlib" "^2.1.2" optionalDependencies: - encoding "^0.1.13" + "encoding" "^0.1.13" -minipass-flush@^1.0.5: - version "1.0.5" - resolved "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" - integrity sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw== +"minipass-flush@^1.0.5": + "integrity" "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==" + "resolved" "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" + "version" "1.0.5" dependencies: - minipass "^3.0.0" + "minipass" "^3.0.0" -minipass-pipeline@^1.2.2, minipass-pipeline@^1.2.4: - version "1.2.4" - resolved "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" - integrity sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A== +"minipass-pipeline@^1.2.2", "minipass-pipeline@^1.2.4": + "integrity" "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==" + "resolved" "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" + "version" "1.2.4" dependencies: - minipass "^3.0.0" + "minipass" "^3.0.0" -minipass-sized@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" - integrity sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g== +"minipass-sized@^1.0.3": + "integrity" "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" + "resolved" "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" + "version" "1.0.3" dependencies: - minipass "^3.0.0" + "minipass" "^3.0.0" -minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3, minipass@^3.1.6: - version "3.3.6" - resolved "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" - integrity sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw== +"minipass@^3.0.0", "minipass@^3.1.0", "minipass@^3.1.1", "minipass@^3.1.3", "minipass@^3.1.6": + "integrity" "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" + "resolved" "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" + "version" "3.3.6" dependencies: - yallist "^4.0.0" + "yallist" "^4.0.0" -minipass@^4.0.0: - version "4.2.5" - resolved "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz" - integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q== +"minipass@^4.0.0": + "integrity" "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==" + "resolved" "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz" + "version" "4.2.5" "minipass@^5.0.0 || ^6.0.2 || ^7.0.0": - version "7.0.4" - resolved "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz" - integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ== - -minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2: - version "2.1.2" - resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" - integrity sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg== - dependencies: - minipass "^3.0.0" - yallist "^4.0.0" - -mkdirp@^1.0.3, mkdirp@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" - integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== - -ms@^2.0.0, ms@2.1.2: - version "2.1.2" - resolved "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" - integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - -nan@^2.17.0: - version "2.17.0" - resolved "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz" - integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ== - -nanoid@^3.3.4: - version "3.3.6" - resolved "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz" - integrity sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA== - -negotiator@^0.6.2, negotiator@^0.6.3: - version "0.6.3" - resolved "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" - integrity sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg== - -node-gyp@^8.4.1: - version "8.4.1" - resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz" - integrity sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w== - dependencies: - env-paths "^2.2.0" - glob "^7.1.4" - graceful-fs "^4.2.6" - make-fetch-happen "^9.1.0" - nopt "^5.0.0" - npmlog "^6.0.0" - rimraf "^3.0.2" - semver "^7.3.5" - tar "^6.1.2" - which "^2.0.2" - -node-releases@^2.0.13: - version "2.0.13" - resolved "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz" - integrity sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ== - -node-sass@^9.0.0: - version "9.0.0" - resolved "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz" - integrity sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg== - dependencies: - async-foreach "^0.1.3" - chalk "^4.1.2" - cross-spawn "^7.0.3" - gaze "^1.0.0" - get-stdin "^4.0.1" - glob "^7.0.3" - lodash "^4.17.15" - make-fetch-happen "^10.0.4" - meow "^9.0.0" - nan "^2.17.0" - node-gyp "^8.4.1" - sass-graph "^4.0.1" - stdout-stream "^1.4.0" + "integrity" "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" + "resolved" "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz" + "version" "7.0.4" + +"minizlib@^2.0.0", "minizlib@^2.1.1", "minizlib@^2.1.2": + "integrity" "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" + "resolved" "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" + "version" "2.1.2" + dependencies: + "minipass" "^3.0.0" + "yallist" "^4.0.0" + +"mkdirp@^1.0.3", "mkdirp@^1.0.4": + "integrity" "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" + "resolved" "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" + "version" "1.0.4" + +"ms@^2.0.0", "ms@2.1.2": + "integrity" "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + "resolved" "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" + "version" "2.1.2" + +"nan@^2.17.0": + "integrity" "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==" + "resolved" "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz" + "version" "2.17.0" + +"nanoid@^3.3.6": + "integrity" "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" + "resolved" "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz" + "version" "3.3.6" + +"negotiator@^0.6.2", "negotiator@^0.6.3": + "integrity" "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + "resolved" "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" + "version" "0.6.3" + +"node-gyp@^8.4.1": + "integrity" "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==" + "resolved" "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz" + "version" "8.4.1" + dependencies: + "env-paths" "^2.2.0" + "glob" "^7.1.4" + "graceful-fs" "^4.2.6" + "make-fetch-happen" "^9.1.0" + "nopt" "^5.0.0" + "npmlog" "^6.0.0" + "rimraf" "^3.0.2" + "semver" "^7.3.5" + "tar" "^6.1.2" + "which" "^2.0.2" + +"node-releases@^2.0.13": + "integrity" "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" + "resolved" "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz" + "version" "2.0.13" + +"node-sass@^9.0.0": + "integrity" "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==" + "resolved" "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz" + "version" "9.0.0" + dependencies: + "async-foreach" "^0.1.3" + "chalk" "^4.1.2" + "cross-spawn" "^7.0.3" + "gaze" "^1.0.0" + "get-stdin" "^4.0.1" + "glob" "^7.0.3" + "lodash" "^4.17.15" + "make-fetch-happen" "^10.0.4" + "meow" "^9.0.0" + "nan" "^2.17.0" + "node-gyp" "^8.4.1" + "sass-graph" "^4.0.1" + "stdout-stream" "^1.4.0" "true-case-path" "^2.2.1" -nopt@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" - integrity sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ== +"nopt@^5.0.0": + "integrity" "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==" + "resolved" "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" + "version" "5.0.0" dependencies: - abbrev "1" + "abbrev" "1" -normalize-package-data@^2.5.0: - version "2.5.0" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" - integrity sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== +"normalize-package-data@^2.5.0": + "integrity" "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" + "resolved" "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" + "version" "2.5.0" dependencies: - hosted-git-info "^2.1.4" - resolve "^1.10.0" - semver "2 || 3 || 4 || 5" - validate-npm-package-license "^3.0.1" + "hosted-git-info" "^2.1.4" + "resolve" "^1.10.0" + "semver" "2 || 3 || 4 || 5" + "validate-npm-package-license" "^3.0.1" -normalize-package-data@^3.0.0: - version "3.0.3" - resolved "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz" - integrity sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA== +"normalize-package-data@^3.0.0", "normalize-package-data@^3.0.2": + "integrity" "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==" + "resolved" "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz" + "version" "3.0.3" dependencies: - hosted-git-info "^4.0.1" - is-core-module "^2.5.0" - semver "^7.3.4" - validate-npm-package-license "^3.0.1" + "hosted-git-info" "^4.0.1" + "is-core-module" "^2.5.0" + "semver" "^7.3.4" + "validate-npm-package-license" "^3.0.1" -normalize-path@^3.0.0, normalize-path@~3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" - integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== +"normalize-path@^3.0.0", "normalize-path@~3.0.0": + "integrity" "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + "resolved" "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz" + "version" "3.0.0" -normalize-range@^0.1.2: - version "0.1.2" - resolved "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" - integrity sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA== +"normalize-range@^0.1.2": + "integrity" "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==" + "resolved" "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" + "version" "0.1.2" -npmlog@^6.0.0: - version "6.0.2" - resolved "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz" - integrity sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg== +"npmlog@^6.0.0": + "integrity" "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==" + "resolved" "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz" + "version" "6.0.2" dependencies: - are-we-there-yet "^3.0.0" - console-control-strings "^1.1.0" - gauge "^4.0.3" - set-blocking "^2.0.0" + "are-we-there-yet" "^3.0.0" + "console-control-strings" "^1.1.0" + "gauge" "^4.0.3" + "set-blocking" "^2.0.0" -once@^1.3.0: - version "1.4.0" - resolved "https://registry.npmjs.org/once/-/once-1.4.0.tgz" - integrity sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w== +"once@^1.3.0": + "integrity" "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" + "resolved" "https://registry.npmjs.org/once/-/once-1.4.0.tgz" + "version" "1.4.0" dependencies: - wrappy "1" + "wrappy" "1" -p-limit@^2.2.0: - version "2.3.0" - resolved "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" - integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== +"p-limit@^2.2.0": + "integrity" "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" + "resolved" "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" + "version" "2.3.0" dependencies: - p-try "^2.0.0" + "p-try" "^2.0.0" -p-locate@^4.1.0: - version "4.1.0" - resolved "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" - integrity sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A== +"p-limit@^3.0.2": + "integrity" "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" + "resolved" "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" + "version" "3.1.0" dependencies: - p-limit "^2.2.0" + "yocto-queue" "^0.1.0" -p-map@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" - integrity sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ== +"p-locate@^4.1.0": + "integrity" "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" + "resolved" "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" + "version" "4.1.0" dependencies: - aggregate-error "^3.0.0" - -p-try@^2.0.0: - version "2.2.0" - resolved "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" - integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + "p-limit" "^2.2.0" -parse-json@^5.0.0: - version "5.2.0" - resolved "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" - integrity sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg== - dependencies: - "@babel/code-frame" "^7.0.0" - error-ex "^1.3.1" - json-parse-even-better-errors "^2.3.0" - lines-and-columns "^1.1.6" - -path-exists@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" - integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== - -path-is-absolute@^1.0.0: - version "1.0.1" - resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" - integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg== - -path-key@^3.1.0: - version "3.1.1" - resolved "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" - integrity sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q== - -path-parse@^1.0.7: - version "1.0.7" - resolved "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" - integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw== - -path-scurry@^1.10.1: - version "1.10.1" - resolved "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz" - integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ== - dependencies: - lru-cache "^9.1.1 || ^10.0.0" - minipass "^5.0.0 || ^6.0.2 || ^7.0.0" - -path-type@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" - integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== - -picocolors@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" - integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== - -picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1: - version "2.3.1" - resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" - integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA== - -pify@^2.3.0: - version "2.3.0" - resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" - integrity sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog== - -postcss-cli@^10.1.0: - version "10.1.0" - resolved "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.1.0.tgz" - integrity sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA== - dependencies: - chokidar "^3.3.0" - dependency-graph "^0.11.0" - fs-extra "^11.0.0" - get-stdin "^9.0.0" - globby "^13.0.0" - picocolors "^1.0.0" - postcss-load-config "^4.0.0" - postcss-reporter "^7.0.0" - pretty-hrtime "^1.0.3" - read-cache "^1.0.0" - slash "^5.0.0" - yargs "^17.0.0" - -postcss-load-config@^4.0.0: - version "4.0.1" - resolved "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz" - integrity sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA== - dependencies: - lilconfig "^2.0.5" - yaml "^2.1.1" - -postcss-reporter@^7.0.0: - version "7.0.5" - resolved "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.5.tgz" - integrity sha512-glWg7VZBilooZGOFPhN9msJ3FQs19Hie7l5a/eE6WglzYqVeH3ong3ShFcp9kDWJT1g2Y/wd59cocf9XxBtkWA== - dependencies: - picocolors "^1.0.0" - thenby "^1.3.4" - -postcss-value-parser@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" - integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== - -postcss@^8.0.0, postcss@^8.1.0, postcss@>=8.0.9: - version "8.4.21" - resolved "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz" - integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== - dependencies: - nanoid "^3.3.4" - picocolors "^1.0.0" - source-map-js "^1.0.2" - -pretty-hrtime@^1.0.3: - version "1.0.3" - resolved "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz" - integrity sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A== - -process-nextick-args@~2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" - integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== - -promise-inflight@^1.0.1: - version "1.0.1" - resolved "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" - integrity sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g== - -promise-retry@^2.0.1: - version "2.0.1" - resolved "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" - integrity sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g== - dependencies: - err-code "^2.0.2" - retry "^0.12.0" - -queue-microtask@^1.2.2: - version "1.2.3" - resolved "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" - integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A== - -quick-lru@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" - integrity sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g== - -read-cache@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz" - integrity sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA== - dependencies: - pify "^2.3.0" - -read-pkg-up@^7.0.1: - version "7.0.1" - resolved "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" - integrity sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg== - dependencies: - find-up "^4.1.0" - read-pkg "^5.2.0" - type-fest "^0.8.1" - -read-pkg@^5.2.0: - version "5.2.0" - resolved "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" - integrity sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg== +"p-locate@^5.0.0": + "integrity" "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" + "resolved" "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" + "version" "5.0.0" dependencies: - "@types/normalize-package-data" "^2.4.0" - normalize-package-data "^2.5.0" - parse-json "^5.0.0" - type-fest "^0.6.0" - -readable-stream@^2.0.1: - version "2.3.8" - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" - integrity sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA== - dependencies: - core-util-is "~1.0.0" - inherits "~2.0.3" - isarray "~1.0.0" - process-nextick-args "~2.0.0" - safe-buffer "~5.1.1" - string_decoder "~1.1.1" - util-deprecate "~1.0.1" - -readable-stream@^3.6.0: - version "3.6.2" - resolved "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" - integrity sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA== - dependencies: - inherits "^2.0.3" - string_decoder "^1.1.1" - util-deprecate "^1.0.1" - -readdirp@~3.6.0: - version "3.6.0" - resolved "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" - integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA== - dependencies: - picomatch "^2.2.1" - -redent@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" - integrity sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg== - dependencies: - indent-string "^4.0.0" - strip-indent "^3.0.0" - -require-directory@^2.1.1: - version "2.1.1" - resolved "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" - integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q== - -resolve@^1.10.0: - version "1.22.1" - resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" - integrity sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw== - dependencies: - is-core-module "^2.9.0" - path-parse "^1.0.7" - supports-preserve-symlinks-flag "^1.0.0" - -retry@^0.12.0: - version "0.12.0" - resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" - integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow== - -reusify@^1.0.4: - version "1.0.4" - resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" - integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - -rimraf@^3.0.2: - version "3.0.2" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" - integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA== - dependencies: - glob "^7.1.3" - -rimraf@^5.0.5: - version "5.0.5" - resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz" - integrity sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A== - dependencies: - glob "^10.3.7" - -run-parallel@^1.1.9: - version "1.2.0" - resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" - integrity sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== - dependencies: - queue-microtask "^1.2.2" - -safe-buffer@~5.1.0, safe-buffer@~5.1.1: - version "5.1.2" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" - integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - -safe-buffer@~5.2.0: - version "5.2.1" - resolved "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" - integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== - -"safer-buffer@>= 2.1.2 < 3.0.0": - version "2.1.2" - resolved "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" - integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg== + "p-limit" "^3.0.2" -sass-graph@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz" - integrity sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA== +"p-map@^4.0.0": + "integrity" "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" + "resolved" "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" + "version" "4.0.0" dependencies: - glob "^7.0.0" - lodash "^4.17.11" - scss-tokenizer "^0.4.3" - yargs "^17.2.1" + "aggregate-error" "^3.0.0" -scss-tokenizer@^0.4.3: - version "0.4.3" - resolved "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz" - integrity sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw== - dependencies: - js-base64 "^2.4.9" - source-map "^0.7.3" +"p-try@^2.0.0": + "integrity" "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + "resolved" "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" + "version" "2.2.0" -semver@^7.3.4, semver@^7.3.5: - version "7.3.8" - resolved "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" - integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A== +"parent-module@^1.0.0": + "integrity" "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" + "resolved" "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" + "version" "1.0.1" dependencies: - lru-cache "^6.0.0" + "callsites" "^3.0.0" -"semver@2 || 3 || 4 || 5": - version "5.7.1" - resolved "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" - integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - -set-blocking@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" - integrity sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw== - -shebang-command@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" - integrity sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA== - dependencies: - shebang-regex "^3.0.0" - -shebang-regex@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" - integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A== - -signal-exit@^3.0.7: - version "3.0.7" - resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" - integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== - -signal-exit@^4.0.1: - version "4.1.0" - resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" - integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== - -slash@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" - integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew== - -slash@^5.0.0: - version "5.0.0" - resolved "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz" - integrity sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ== - -smart-buffer@^4.2.0: - version "4.2.0" - resolved "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" - integrity sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg== - -socks-proxy-agent@^6.0.0: - version "6.2.1" - resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz" - integrity sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ== - dependencies: - agent-base "^6.0.2" - debug "^4.3.3" - socks "^2.6.2" - -socks-proxy-agent@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz" - integrity sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww== - dependencies: - agent-base "^6.0.2" - debug "^4.3.3" - socks "^2.6.2" - -socks@^2.6.2: - version "2.7.1" - resolved "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz" - integrity sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ== - dependencies: - ip "^2.0.0" - smart-buffer "^4.2.0" - -source-map-js@^1.0.2: - version "1.0.2" - resolved "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" - integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== - -source-map@^0.7.3: - version "0.7.4" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" - integrity sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA== - -source-map@~0.6.0: - version "0.6.1" - resolved "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" - integrity sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - -spdx-correct@^3.0.0: - version "3.2.0" - resolved "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" - integrity sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA== - dependencies: - spdx-expression-parse "^3.0.0" - spdx-license-ids "^3.0.0" - -spdx-exceptions@^2.1.0: - version "2.3.0" - resolved "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" - integrity sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== - -spdx-expression-parse@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" - integrity sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== - dependencies: - spdx-exceptions "^2.1.0" - spdx-license-ids "^3.0.0" - -spdx-license-ids@^3.0.0: - version "3.0.13" - resolved "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz" - integrity sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w== - -ssri@^8.0.0, ssri@^8.0.1: - version "8.0.1" - resolved "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz" - integrity sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ== - dependencies: - minipass "^3.1.1" - -ssri@^9.0.0: - version "9.0.1" - resolved "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz" - integrity sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q== - dependencies: - minipass "^3.1.1" - -stdout-stream@^1.4.0: - version "1.4.1" - resolved "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz" - integrity sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA== - dependencies: - readable-stream "^2.0.1" - -string_decoder@^1.1.1: - version "1.3.0" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" - integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA== +"parse-json@^5.0.0", "parse-json@^5.2.0": + "integrity" "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" + "resolved" "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" + "version" "5.2.0" dependencies: - safe-buffer "~5.2.0" - -string_decoder@~1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" - integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + "@babel/code-frame" "^7.0.0" + "error-ex" "^1.3.1" + "json-parse-even-better-errors" "^2.3.0" + "lines-and-columns" "^1.1.6" + +"path-exists@^4.0.0": + "integrity" "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==" + "resolved" "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz" + "version" "4.0.0" + +"path-is-absolute@^1.0.0": + "integrity" "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==" + "resolved" "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz" + "version" "1.0.1" + +"path-key@^3.1.0": + "integrity" "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + "resolved" "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" + "version" "3.1.1" + +"path-parse@^1.0.7": + "integrity" "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" + "resolved" "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" + "version" "1.0.7" + +"path-scurry@^1.10.1": + "integrity" "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" + "resolved" "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz" + "version" "1.10.1" + dependencies: + "lru-cache" "^9.1.1 || ^10.0.0" + "minipass" "^5.0.0 || ^6.0.2 || ^7.0.0" + +"path-type@^4.0.0": + "integrity" "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==" + "resolved" "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz" + "version" "4.0.0" + +"picocolors@^1.0.0": + "integrity" "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + "resolved" "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz" + "version" "1.0.0" + +"picomatch@^2.0.4", "picomatch@^2.2.1", "picomatch@^2.3.1": + "integrity" "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + "resolved" "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz" + "version" "2.3.1" + +"pify@^2.3.0": + "integrity" "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==" + "resolved" "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz" + "version" "2.3.0" + +"postcss-cli@^10.1.0": + "integrity" "sha512-Zu7PLORkE9YwNdvOeOVKPmWghprOtjFQU3srMUGbdz3pHJiFh7yZ4geiZFMkjMfB0mtTFR3h8RemR62rPkbOPA==" + "resolved" "https://registry.npmjs.org/postcss-cli/-/postcss-cli-10.1.0.tgz" + "version" "10.1.0" + dependencies: + "chokidar" "^3.3.0" + "dependency-graph" "^0.11.0" + "fs-extra" "^11.0.0" + "get-stdin" "^9.0.0" + "globby" "^13.0.0" + "picocolors" "^1.0.0" + "postcss-load-config" "^4.0.0" + "postcss-reporter" "^7.0.0" + "pretty-hrtime" "^1.0.3" + "read-cache" "^1.0.0" + "slash" "^5.0.0" + "yargs" "^17.0.0" + +"postcss-load-config@^4.0.0": + "integrity" "sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==" + "resolved" "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.1.tgz" + "version" "4.0.1" + dependencies: + "lilconfig" "^2.0.5" + "yaml" "^2.1.1" + +"postcss-media-query-parser@^0.2.3": + "integrity" "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==" + "resolved" "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz" + "version" "0.2.3" + +"postcss-reporter@^7.0.0": + "integrity" "sha512-glWg7VZBilooZGOFPhN9msJ3FQs19Hie7l5a/eE6WglzYqVeH3ong3ShFcp9kDWJT1g2Y/wd59cocf9XxBtkWA==" + "resolved" "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.5.tgz" + "version" "7.0.5" + dependencies: + "picocolors" "^1.0.0" + "thenby" "^1.3.4" + +"postcss-resolve-nested-selector@^0.1.1": + "integrity" "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==" + "resolved" "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz" + "version" "0.1.1" + +"postcss-safe-parser@^6.0.0": + "integrity" "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==" + "resolved" "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz" + "version" "6.0.0" + +"postcss-scss@^4.0.9": + "integrity" "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==" + "resolved" "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz" + "version" "4.0.9" + +"postcss-selector-parser@^6.0.13": + "integrity" "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==" + "resolved" "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz" + "version" "6.0.13" + dependencies: + "cssesc" "^3.0.0" + "util-deprecate" "^1.0.2" + +"postcss-value-parser@^4.2.0": + "integrity" "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + "resolved" "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz" + "version" "4.2.0" + +"postcss@^8.0.0", "postcss@^8.1.0", "postcss@^8.3.3", "postcss@^8.4.28", "postcss@^8.4.29", "postcss@>=8.0.9": + "integrity" "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==" + "resolved" "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz" + "version" "8.4.31" + dependencies: + "nanoid" "^3.3.6" + "picocolors" "^1.0.0" + "source-map-js" "^1.0.2" + +"pretty-hrtime@^1.0.3": + "integrity" "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==" + "resolved" "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz" + "version" "1.0.3" + +"process-nextick-args@~2.0.0": + "integrity" "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + "resolved" "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" + "version" "2.0.1" + +"promise-inflight@^1.0.1": + "integrity" "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" + "resolved" "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" + "version" "1.0.1" + +"promise-retry@^2.0.1": + "integrity" "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" + "resolved" "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" + "version" "2.0.1" + dependencies: + "err-code" "^2.0.2" + "retry" "^0.12.0" + +"punycode@^2.1.0": + "integrity" "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" + "resolved" "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" + "version" "2.3.1" + +"queue-microtask@^1.2.2": + "integrity" "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==" + "resolved" "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" + "version" "1.2.3" + +"quick-lru@^4.0.1": + "integrity" "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==" + "resolved" "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" + "version" "4.0.1" + +"quick-lru@^5.1.1": + "integrity" "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" + "resolved" "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz" + "version" "5.1.1" + +"read-cache@^1.0.0": + "integrity" "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==" + "resolved" "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz" + "version" "1.0.0" + dependencies: + "pify" "^2.3.0" + +"read-pkg-up@^7.0.1": + "integrity" "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==" + "resolved" "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" + "version" "7.0.1" + dependencies: + "find-up" "^4.1.0" + "read-pkg" "^5.2.0" + "type-fest" "^0.8.1" + +"read-pkg-up@^8.0.0": + "integrity" "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==" + "resolved" "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz" + "version" "8.0.0" + dependencies: + "find-up" "^5.0.0" + "read-pkg" "^6.0.0" + "type-fest" "^1.0.1" + +"read-pkg@^5.2.0": + "integrity" "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" + "resolved" "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" + "version" "5.2.0" dependencies: - safe-buffer "~5.1.0" + "@types/normalize-package-data" "^2.4.0" + "normalize-package-data" "^2.5.0" + "parse-json" "^5.0.0" + "type-fest" "^0.6.0" -"string-width-cjs@npm:string-width@^4.2.0": - version "4.2.3" - resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== +"read-pkg@^6.0.0": + "integrity" "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==" + "resolved" "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz" + "version" "6.0.0" dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" + "@types/normalize-package-data" "^2.4.0" + "normalize-package-data" "^3.0.2" + "parse-json" "^5.2.0" + "type-fest" "^1.0.1" + +"readable-stream@^2.0.1": + "integrity" "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" + "resolved" "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" + "version" "2.3.8" + dependencies: + "core-util-is" "~1.0.0" + "inherits" "~2.0.3" + "isarray" "~1.0.0" + "process-nextick-args" "~2.0.0" + "safe-buffer" "~5.1.1" + "string_decoder" "~1.1.1" + "util-deprecate" "~1.0.1" + +"readable-stream@^3.6.0": + "integrity" "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" + "resolved" "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" + "version" "3.6.2" + dependencies: + "inherits" "^2.0.3" + "string_decoder" "^1.1.1" + "util-deprecate" "^1.0.1" + +"readdirp@~3.6.0": + "integrity" "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" + "resolved" "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" + "version" "3.6.0" + dependencies: + "picomatch" "^2.2.1" + +"redent@^3.0.0": + "integrity" "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" + "resolved" "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" + "version" "3.0.0" + dependencies: + "indent-string" "^4.0.0" + "strip-indent" "^3.0.0" + +"redent@^4.0.0": + "integrity" "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==" + "resolved" "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz" + "version" "4.0.0" + dependencies: + "indent-string" "^5.0.0" + "strip-indent" "^4.0.0" + +"require-directory@^2.1.1": + "integrity" "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==" + "resolved" "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz" + "version" "2.1.1" + +"require-from-string@^2.0.2": + "integrity" "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" + "resolved" "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz" + "version" "2.0.2" + +"resolve-from@^4.0.0": + "integrity" "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" + "resolved" "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz" + "version" "4.0.0" + +"resolve-from@^5.0.0": + "integrity" "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + "resolved" "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" + "version" "5.0.0" + +"resolve@^1.10.0": + "integrity" "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==" + "resolved" "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" + "version" "1.22.1" + dependencies: + "is-core-module" "^2.9.0" + "path-parse" "^1.0.7" + "supports-preserve-symlinks-flag" "^1.0.0" + +"retry@^0.12.0": + "integrity" "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" + "resolved" "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" + "version" "0.12.0" + +"reusify@^1.0.4": + "integrity" "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" + "resolved" "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" + "version" "1.0.4" + +"rimraf@^3.0.2": + "integrity" "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==" + "resolved" "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz" + "version" "3.0.2" + dependencies: + "glob" "^7.1.3" + +"rimraf@^5.0.5": + "integrity" "sha512-CqDakW+hMe/Bz202FPEymy68P+G50RfMQK+Qo5YUqc9SPipvbGjCGKd0RSKEelbsfQuw3g5NZDSrlZZAJurH1A==" + "resolved" "https://registry.npmjs.org/rimraf/-/rimraf-5.0.5.tgz" + "version" "5.0.5" + dependencies: + "glob" "^10.3.7" + +"run-parallel@^1.1.9": + "integrity" "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==" + "resolved" "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz" + "version" "1.2.0" + dependencies: + "queue-microtask" "^1.2.2" + +"safe-buffer@~5.1.0", "safe-buffer@~5.1.1": + "integrity" "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "resolved" "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" + "version" "5.1.2" + +"safe-buffer@~5.2.0": + "integrity" "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + "resolved" "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" + "version" "5.2.1" -"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: - version "4.2.3" - resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" - integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== - dependencies: - emoji-regex "^8.0.0" - is-fullwidth-code-point "^3.0.0" - strip-ansi "^6.0.1" +"safer-buffer@>= 2.1.2 < 3.0.0": + "integrity" "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + "resolved" "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" + "version" "2.1.2" -string-width@^5.0.1, string-width@^5.1.2: - version "5.1.2" - resolved "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" - integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA== +"sass-graph@^4.0.1": + "integrity" "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==" + "resolved" "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz" + "version" "4.0.1" dependencies: - eastasianwidth "^0.2.0" - emoji-regex "^9.2.2" - strip-ansi "^7.0.1" + "glob" "^7.0.0" + "lodash" "^4.17.11" + "scss-tokenizer" "^0.4.3" + "yargs" "^17.2.1" -"strip-ansi-cjs@npm:strip-ansi@^6.0.1": - version "6.0.1" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== +"scss-tokenizer@^0.4.3": + "integrity" "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==" + "resolved" "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz" + "version" "0.4.3" dependencies: - ansi-regex "^5.0.1" + "js-base64" "^2.4.9" + "source-map" "^0.7.3" -strip-ansi@^6.0.0, strip-ansi@^6.0.1: - version "6.0.1" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" - integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== +"semver@^7.3.4", "semver@^7.3.5": + "integrity" "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==" + "resolved" "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" + "version" "7.3.8" dependencies: - ansi-regex "^5.0.1" + "lru-cache" "^6.0.0" -strip-ansi@^7.0.1: - version "7.1.0" - resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" - integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== - dependencies: - ansi-regex "^6.0.1" +"semver@2 || 3 || 4 || 5": + "integrity" "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + "resolved" "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" + "version" "5.7.1" + +"set-blocking@^2.0.0": + "integrity" "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + "resolved" "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" + "version" "2.0.0" + +"shebang-command@^2.0.0": + "integrity" "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" + "resolved" "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" + "version" "2.0.0" + dependencies: + "shebang-regex" "^3.0.0" + +"shebang-regex@^3.0.0": + "integrity" "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + "resolved" "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" + "version" "3.0.0" + +"signal-exit@^3.0.7": + "integrity" "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + "resolved" "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" + "version" "3.0.7" + +"signal-exit@^4.0.1": + "integrity" "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" + "resolved" "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" + "version" "4.1.0" + +"slash@^3.0.0": + "integrity" "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + "resolved" "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz" + "version" "3.0.0" + +"slash@^4.0.0": + "integrity" "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==" + "resolved" "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz" + "version" "4.0.0" + +"slash@^5.0.0": + "integrity" "sha512-n6KkmvKS0623igEVj3FF0OZs1gYYJ0o0Hj939yc1fyxl2xt+xYpLnzJB6xBSqOfV9ZFLEWodBBN/heZJahuIJQ==" + "resolved" "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz" + "version" "5.0.0" + +"slice-ansi@^4.0.0": + "integrity" "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==" + "resolved" "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz" + "version" "4.0.0" + dependencies: + "ansi-styles" "^4.0.0" + "astral-regex" "^2.0.0" + "is-fullwidth-code-point" "^3.0.0" + +"smart-buffer@^4.2.0": + "integrity" "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" + "resolved" "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" + "version" "4.2.0" + +"socks-proxy-agent@^6.0.0": + "integrity" "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==" + "resolved" "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz" + "version" "6.2.1" + dependencies: + "agent-base" "^6.0.2" + "debug" "^4.3.3" + "socks" "^2.6.2" + +"socks-proxy-agent@^7.0.0": + "integrity" "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==" + "resolved" "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz" + "version" "7.0.0" + dependencies: + "agent-base" "^6.0.2" + "debug" "^4.3.3" + "socks" "^2.6.2" + +"socks@^2.6.2": + "integrity" "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==" + "resolved" "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz" + "version" "2.7.1" + dependencies: + "ip" "^2.0.0" + "smart-buffer" "^4.2.0" + +"source-map-js@^1.0.1", "source-map-js@^1.0.2": + "integrity" "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" + "resolved" "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" + "version" "1.0.2" + +"source-map@^0.7.3": + "integrity" "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" + "resolved" "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" + "version" "0.7.4" + +"source-map@~0.6.0": + "integrity" "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "resolved" "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" + "version" "0.6.1" + +"spdx-correct@^3.0.0": + "integrity" "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==" + "resolved" "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz" + "version" "3.2.0" + dependencies: + "spdx-expression-parse" "^3.0.0" + "spdx-license-ids" "^3.0.0" + +"spdx-exceptions@^2.1.0": + "integrity" "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==" + "resolved" "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz" + "version" "2.3.0" + +"spdx-expression-parse@^3.0.0": + "integrity" "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==" + "resolved" "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz" + "version" "3.0.1" + dependencies: + "spdx-exceptions" "^2.1.0" + "spdx-license-ids" "^3.0.0" + +"spdx-license-ids@^3.0.0": + "integrity" "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==" + "resolved" "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz" + "version" "3.0.13" + +"ssri@^8.0.0", "ssri@^8.0.1": + "integrity" "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==" + "resolved" "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz" + "version" "8.0.1" + dependencies: + "minipass" "^3.1.1" + +"ssri@^9.0.0": + "integrity" "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==" + "resolved" "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz" + "version" "9.0.1" + dependencies: + "minipass" "^3.1.1" -strip-indent@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" - integrity sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ== +"stdout-stream@^1.4.0": + "integrity" "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==" + "resolved" "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz" + "version" "1.4.1" dependencies: - min-indent "^1.0.0" + "readable-stream" "^2.0.1" -supports-color@^5.3.0: - version "5.5.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" - integrity sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== +"string_decoder@^1.1.1": + "integrity" "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" + "resolved" "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" + "version" "1.3.0" dependencies: - has-flag "^3.0.0" + "safe-buffer" "~5.2.0" -supports-color@^7.1.0: - version "7.2.0" - resolved "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" - integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== +"string_decoder@~1.1.1": + "integrity" "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" + "resolved" "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" + "version" "1.1.1" dependencies: - has-flag "^4.0.0" - -supports-preserve-symlinks-flag@^1.0.0: - version "1.0.0" - resolved "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" - integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w== + "safe-buffer" "~5.1.0" -tar@^6.0.2, tar@^6.1.11, tar@^6.1.2: - version "6.1.13" - resolved "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz" - integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw== +"string-width-cjs@npm:string-width@^4.2.0": + "integrity" "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + "resolved" "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + "version" "4.2.3" dependencies: - chownr "^2.0.0" - fs-minipass "^2.0.0" - minipass "^4.0.0" - minizlib "^2.1.1" - mkdirp "^1.0.3" - yallist "^4.0.0" + "emoji-regex" "^8.0.0" + "is-fullwidth-code-point" "^3.0.0" + "strip-ansi" "^6.0.1" -thenby@^1.3.4: - version "1.3.4" - resolved "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz" - integrity sha512-89Gi5raiWA3QZ4b2ePcEwswC3me9JIg+ToSgtE0JWeCynLnLxNr/f9G+xfo9K+Oj4AFdom8YNJjibIARTJmapQ== +"string-width@^1.0.2 || 2 || 3 || 4", "string-width@^4.1.0", "string-width@^4.2.0", "string-width@^4.2.3": + "integrity" "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" + "resolved" "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" + "version" "4.2.3" + dependencies: + "emoji-regex" "^8.0.0" + "is-fullwidth-code-point" "^3.0.0" + "strip-ansi" "^6.0.1" -to-regex-range@^5.0.1: - version "5.0.1" - resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" - integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== +"string-width@^5.0.1", "string-width@^5.1.2": + "integrity" "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==" + "resolved" "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz" + "version" "5.1.2" dependencies: - is-number "^7.0.0" + "eastasianwidth" "^0.2.0" + "emoji-regex" "^9.2.2" + "strip-ansi" "^7.0.1" -trim-newlines@^3.0.0: - version "3.0.1" - resolved "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" - integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== +"strip-ansi-cjs@npm:strip-ansi@^6.0.1": + "integrity" "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + "resolved" "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + "version" "6.0.1" + dependencies: + "ansi-regex" "^5.0.1" + +"strip-ansi@^6.0.0", "strip-ansi@^6.0.1": + "integrity" "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==" + "resolved" "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz" + "version" "6.0.1" + dependencies: + "ansi-regex" "^5.0.1" + +"strip-ansi@^7.0.1": + "integrity" "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==" + "resolved" "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz" + "version" "7.1.0" + dependencies: + "ansi-regex" "^6.0.1" + +"strip-indent@^3.0.0": + "integrity" "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" + "resolved" "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" + "version" "3.0.0" + dependencies: + "min-indent" "^1.0.0" + +"strip-indent@^4.0.0": + "integrity" "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==" + "resolved" "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz" + "version" "4.0.0" + dependencies: + "min-indent" "^1.0.1" + +"style-search@^0.1.0": + "integrity" "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==" + "resolved" "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz" + "version" "0.1.0" + +"stylelint-config-recommended-scss@^13.1.0": + "integrity" "sha512-8L5nDfd+YH6AOoBGKmhH8pLWF1dpfY816JtGMePcBqqSsLU+Ysawx44fQSlMOJ2xTfI9yTGpup5JU77c17w1Ww==" + "resolved" "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-13.1.0.tgz" + "version" "13.1.0" + dependencies: + "postcss-scss" "^4.0.9" + "stylelint-config-recommended" "^13.0.0" + "stylelint-scss" "^5.3.0" + +"stylelint-config-recommended@^13.0.0": + "integrity" "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==" + "resolved" "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz" + "version" "13.0.0" + +"stylelint-config-standard-scss@^11.1.0": + "integrity" "sha512-5gnBgeNTgRVdchMwiFQPuBOtj9QefYtfXiddrOMJA2pI22zxt6ddI2s+e5Oh7/6QYl7QLJujGnaUR5YyGq72ow==" + "resolved" "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-11.1.0.tgz" + "version" "11.1.0" + dependencies: + "stylelint-config-recommended-scss" "^13.1.0" + "stylelint-config-standard" "^34.0.0" + +"stylelint-config-standard@^34.0.0": + "integrity" "sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==" + "resolved" "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-34.0.0.tgz" + "version" "34.0.0" + dependencies: + "stylelint-config-recommended" "^13.0.0" + +"stylelint-scss@^5.3.0": + "integrity" "sha512-5I9ZDIm77BZrjOccma5WyW2nJEKjXDd4Ca8Kk+oBapSO4pewSlno3n+OyimcyVJJujQZkBN2D+xuMkIamSc6hA==" + "resolved" "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-5.3.1.tgz" + "version" "5.3.1" + dependencies: + "known-css-properties" "^0.29.0" + "postcss-media-query-parser" "^0.2.3" + "postcss-resolve-nested-selector" "^0.1.1" + "postcss-selector-parser" "^6.0.13" + "postcss-value-parser" "^4.2.0" + +"stylelint@^14.5.1 || ^15.0.0", "stylelint@^15.10.0", "stylelint@^15.11.0": + "integrity" "sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==" + "resolved" "https://registry.npmjs.org/stylelint/-/stylelint-15.11.0.tgz" + "version" "15.11.0" + dependencies: + "@csstools/css-parser-algorithms" "^2.3.1" + "@csstools/css-tokenizer" "^2.2.0" + "@csstools/media-query-list-parser" "^2.1.4" + "@csstools/selector-specificity" "^3.0.0" + "balanced-match" "^2.0.0" + "colord" "^2.9.3" + "cosmiconfig" "^8.2.0" + "css-functions-list" "^3.2.1" + "css-tree" "^2.3.1" + "debug" "^4.3.4" + "fast-glob" "^3.3.1" + "fastest-levenshtein" "^1.0.16" + "file-entry-cache" "^7.0.0" + "global-modules" "^2.0.0" + "globby" "^11.1.0" + "globjoin" "^0.1.4" + "html-tags" "^3.3.1" + "ignore" "^5.2.4" + "import-lazy" "^4.0.0" + "imurmurhash" "^0.1.4" + "is-plain-object" "^5.0.0" + "known-css-properties" "^0.29.0" + "mathml-tag-names" "^2.1.3" + "meow" "^10.1.5" + "micromatch" "^4.0.5" + "normalize-path" "^3.0.0" + "picocolors" "^1.0.0" + "postcss" "^8.4.28" + "postcss-resolve-nested-selector" "^0.1.1" + "postcss-safe-parser" "^6.0.0" + "postcss-selector-parser" "^6.0.13" + "postcss-value-parser" "^4.2.0" + "resolve-from" "^5.0.0" + "string-width" "^4.2.3" + "strip-ansi" "^6.0.1" + "style-search" "^0.1.0" + "supports-hyperlinks" "^3.0.0" + "svg-tags" "^1.0.0" + "table" "^6.8.1" + "write-file-atomic" "^5.0.1" + +"supports-color@^5.3.0": + "integrity" "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==" + "resolved" "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz" + "version" "5.5.0" + dependencies: + "has-flag" "^3.0.0" + +"supports-color@^7.0.0", "supports-color@^7.1.0": + "integrity" "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" + "resolved" "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" + "version" "7.2.0" + dependencies: + "has-flag" "^4.0.0" + +"supports-hyperlinks@^3.0.0": + "integrity" "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==" + "resolved" "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz" + "version" "3.0.0" + dependencies: + "has-flag" "^4.0.0" + "supports-color" "^7.0.0" + +"supports-preserve-symlinks-flag@^1.0.0": + "integrity" "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" + "resolved" "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" + "version" "1.0.0" + +"svg-tags@^1.0.0": + "integrity" "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==" + "resolved" "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz" + "version" "1.0.0" + +"table@^6.8.1": + "integrity" "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==" + "resolved" "https://registry.npmjs.org/table/-/table-6.8.1.tgz" + "version" "6.8.1" + dependencies: + "ajv" "^8.0.1" + "lodash.truncate" "^4.4.2" + "slice-ansi" "^4.0.0" + "string-width" "^4.2.3" + "strip-ansi" "^6.0.1" + +"tar@^6.0.2", "tar@^6.1.11", "tar@^6.1.2": + "integrity" "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==" + "resolved" "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz" + "version" "6.1.13" + dependencies: + "chownr" "^2.0.0" + "fs-minipass" "^2.0.0" + "minipass" "^4.0.0" + "minizlib" "^2.1.1" + "mkdirp" "^1.0.3" + "yallist" "^4.0.0" + +"thenby@^1.3.4": + "integrity" "sha512-89Gi5raiWA3QZ4b2ePcEwswC3me9JIg+ToSgtE0JWeCynLnLxNr/f9G+xfo9K+Oj4AFdom8YNJjibIARTJmapQ==" + "resolved" "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz" + "version" "1.3.4" + +"to-regex-range@^5.0.1": + "integrity" "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==" + "resolved" "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz" + "version" "5.0.1" + dependencies: + "is-number" "^7.0.0" + +"trim-newlines@^3.0.0": + "integrity" "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==" + "resolved" "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" + "version" "3.0.1" + +"trim-newlines@^4.0.2": + "integrity" "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==" + "resolved" "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz" + "version" "4.1.1" "true-case-path@^2.2.1": - version "2.2.1" - resolved "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz" - integrity sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q== + "integrity" "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==" + "resolved" "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz" + "version" "2.2.1" -type-fest@^0.18.0: - version "0.18.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz" - integrity sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw== +"type-fest@^0.18.0": + "integrity" "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==" + "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz" + "version" "0.18.1" -type-fest@^0.6.0: - version "0.6.0" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" - integrity sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg== +"type-fest@^0.6.0": + "integrity" "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" + "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" + "version" "0.6.0" -type-fest@^0.8.1: - version "0.8.1" - resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" - integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA== +"type-fest@^0.8.1": + "integrity" "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" + "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" + "version" "0.8.1" -unique-filename@^1.1.1: - version "1.1.1" - resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz" - integrity sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ== +"type-fest@^1.0.1", "type-fest@^1.2.1", "type-fest@^1.2.2": + "integrity" "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==" + "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz" + "version" "1.4.0" + +"unique-filename@^1.1.1": + "integrity" "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==" + "resolved" "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz" + "version" "1.1.1" dependencies: - unique-slug "^2.0.0" + "unique-slug" "^2.0.0" -unique-filename@^2.0.0: - version "2.0.1" - resolved "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz" - integrity sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A== +"unique-filename@^2.0.0": + "integrity" "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==" + "resolved" "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz" + "version" "2.0.1" dependencies: - unique-slug "^3.0.0" + "unique-slug" "^3.0.0" -unique-slug@^2.0.0: - version "2.0.2" - resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" - integrity sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w== +"unique-slug@^2.0.0": + "integrity" "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==" + "resolved" "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" + "version" "2.0.2" dependencies: - imurmurhash "^0.1.4" + "imurmurhash" "^0.1.4" -unique-slug@^3.0.0: - version "3.0.0" - resolved "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz" - integrity sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w== +"unique-slug@^3.0.0": + "integrity" "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==" + "resolved" "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz" + "version" "3.0.0" dependencies: - imurmurhash "^0.1.4" + "imurmurhash" "^0.1.4" -universalify@^2.0.0: - version "2.0.0" - resolved "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" - integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== +"universalify@^2.0.0": + "integrity" "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + "resolved" "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" + "version" "2.0.0" -update-browserslist-db@^1.0.13: - version "1.0.13" - resolved "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz" - integrity sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg== +"update-browserslist-db@^1.0.13": + "integrity" "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==" + "resolved" "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz" + "version" "1.0.13" dependencies: - escalade "^3.1.1" - picocolors "^1.0.0" + "escalade" "^3.1.1" + "picocolors" "^1.0.0" -util-deprecate@^1.0.1, util-deprecate@~1.0.1: - version "1.0.2" - resolved "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" - integrity sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw== +"uri-js@^4.2.2": + "integrity" "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==" + "resolved" "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz" + "version" "4.4.1" + dependencies: + "punycode" "^2.1.0" + +"util-deprecate@^1.0.1", "util-deprecate@^1.0.2", "util-deprecate@~1.0.1": + "integrity" "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "resolved" "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" + "version" "1.0.2" + +"validate-npm-package-license@^3.0.1": + "integrity" "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==" + "resolved" "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" + "version" "3.0.4" + dependencies: + "spdx-correct" "^3.0.0" + "spdx-expression-parse" "^3.0.0" -validate-npm-package-license@^3.0.1: - version "3.0.4" - resolved "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz" - integrity sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== +"which@^1.3.1": + "integrity" "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==" + "resolved" "https://registry.npmjs.org/which/-/which-1.3.1.tgz" + "version" "1.3.1" dependencies: - spdx-correct "^3.0.0" - spdx-expression-parse "^3.0.0" + "isexe" "^2.0.0" -which@^2.0.1, which@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/which/-/which-2.0.2.tgz" - integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== +"which@^2.0.1", "which@^2.0.2": + "integrity" "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" + "resolved" "https://registry.npmjs.org/which/-/which-2.0.2.tgz" + "version" "2.0.2" dependencies: - isexe "^2.0.0" + "isexe" "^2.0.0" -wide-align@^1.1.5: - version "1.1.5" - resolved "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" - integrity sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg== +"wide-align@^1.1.5": + "integrity" "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" + "resolved" "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" + "version" "1.1.5" dependencies: - string-width "^1.0.2 || 2 || 3 || 4" + "string-width" "^1.0.2 || 2 || 3 || 4" "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": - version "7.0.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@^7.0.0: - version "7.0.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" - integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== - dependencies: - ansi-styles "^4.0.0" - string-width "^4.1.0" - strip-ansi "^6.0.0" - -wrap-ansi@^8.1.0: - version "8.1.0" - resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" - integrity sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ== - dependencies: - ansi-styles "^6.1.0" - string-width "^5.0.1" - strip-ansi "^7.0.1" - -wrappy@1: - version "1.0.2" - resolved "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" - integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ== - -y18n@^5.0.5: - version "5.0.8" - resolved "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" - integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA== - -yallist@^4.0.0: - version "4.0.0" - resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" - integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== - -yaml@^2.1.1: - version "2.2.1" - resolved "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz" - integrity sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw== - -yargs-parser@^20.2.3: - version "20.2.9" - resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" - integrity sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w== - -yargs-parser@^21.1.1: - version "21.1.1" - resolved "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" - integrity sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw== - -yargs@^17.0.0, yargs@^17.2.1: - version "17.7.1" - resolved "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz" - integrity sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw== - dependencies: - cliui "^8.0.1" - escalade "^3.1.1" - get-caller-file "^2.0.5" - require-directory "^2.1.1" - string-width "^4.2.3" - y18n "^5.0.5" - yargs-parser "^21.1.1" + "integrity" "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + "resolved" "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + "version" "7.0.0" + dependencies: + "ansi-styles" "^4.0.0" + "string-width" "^4.1.0" + "strip-ansi" "^6.0.0" + +"wrap-ansi@^7.0.0": + "integrity" "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" + "resolved" "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" + "version" "7.0.0" + dependencies: + "ansi-styles" "^4.0.0" + "string-width" "^4.1.0" + "strip-ansi" "^6.0.0" + +"wrap-ansi@^8.1.0": + "integrity" "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==" + "resolved" "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz" + "version" "8.1.0" + dependencies: + "ansi-styles" "^6.1.0" + "string-width" "^5.0.1" + "strip-ansi" "^7.0.1" + +"wrappy@1": + "integrity" "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + "resolved" "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz" + "version" "1.0.2" + +"write-file-atomic@^5.0.1": + "integrity" "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==" + "resolved" "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz" + "version" "5.0.1" + dependencies: + "imurmurhash" "^0.1.4" + "signal-exit" "^4.0.1" + +"y18n@^5.0.5": + "integrity" "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + "resolved" "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz" + "version" "5.0.8" + +"yallist@^4.0.0": + "integrity" "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + "resolved" "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz" + "version" "4.0.0" + +"yaml@^2.1.1": + "integrity" "sha512-e0WHiYql7+9wr4cWMx3TVQrNwejKaEe7/rHNmQmqRjazfOP5W8PB6Jpebb5o6fIapbz9o9+2ipcaTM2ZwDI6lw==" + "resolved" "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz" + "version" "2.2.1" + +"yargs-parser@^20.2.3", "yargs-parser@^20.2.9": + "integrity" "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" + "resolved" "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" + "version" "20.2.9" + +"yargs-parser@^21.1.1": + "integrity" "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==" + "resolved" "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" + "version" "21.1.1" + +"yargs@^17.0.0", "yargs@^17.2.1": + "integrity" "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==" + "resolved" "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz" + "version" "17.7.1" + dependencies: + "cliui" "^8.0.1" + "escalade" "^3.1.1" + "get-caller-file" "^2.0.5" + "require-directory" "^2.1.1" + "string-width" "^4.2.3" + "y18n" "^5.0.5" + "yargs-parser" "^21.1.1" + +"yocto-queue@^0.1.0": + "integrity" "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" + "resolved" "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz" + "version" "0.1.0" From 96955a528dac049ecab16ae79261cf4117ed3f98 Mon Sep 17 00:00:00 2001 From: "Dominik \"Pipo\" Alexander" Date: Sun, 26 Nov 2023 21:24:22 +0100 Subject: [PATCH 2/6] Replace node-sass with (dart-)sass and adjust the scripts acordingly, to be able to use the @use rule --- package-lock.json | 2818 +-------------------------------------------- package.json | 6 +- yarn.lock | 991 +--------------- 3 files changed, 71 insertions(+), 3744 deletions(-) diff --git a/package-lock.json b/package-lock.json index fdb0e3e34..5b7601923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "devDependencies": { "autoprefixer": "^10.4.16", "clean-css-cli": "^5.6.2", - "node-sass": "^9.0.0", "postcss-cli": "^10.1.0", "rimraf": "^5.0.5", + "sass": "^1.69.5", "stylelint": "^15.11.0", "stylelint-config-standard-scss": "^11.1.0" } @@ -201,12 +201,6 @@ "postcss-selector-parser": "^6.0.13" } }, - "node_modules/@gar/promisify": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", - "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "dev": true - }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -338,48 +332,6 @@ "node": ">= 8" } }, - "node_modules/@npmcli/fs": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", - "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", - "dev": true, - "dependencies": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/@npmcli/move-file": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", - "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", - "deprecated": "This functionality has been moved to @npmcli/fs", - "dev": true, - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/@npmcli/move-file/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -390,15 +342,6 @@ "node": ">=14" } }, - "node_modules/@tootallnate/once": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", - "dev": true, - "engines": { - "node": ">= 10" - } - }, "node_modules/@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", @@ -411,51 +354,6 @@ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "node_modules/agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dev": true, - "dependencies": { - "debug": "4" - }, - "engines": { - "node": ">= 6.0.0" - } - }, - "node_modules/agentkeepalive": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz", - "integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==", - "dev": true, - "dependencies": { - "debug": "^4.1.0", - "depd": "^2.0.0", - "humanize-ms": "^1.2.1" - }, - "engines": { - "node": ">= 8.0.0" - } - }, - "node_modules/aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "dependencies": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -509,25 +407,6 @@ "node": ">= 8" } }, - "node_modules/aproba": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "dev": true - }, - "node_modules/are-we-there-yet": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", - "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", - "dev": true, - "dependencies": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -561,15 +440,6 @@ "node": ">=8" } }, - "node_modules/async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==", - "dev": true, - "engines": { - "node": "*" - } - }, "node_modules/autoprefixer": { "version": "10.4.16", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", @@ -676,132 +546,6 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/cacache": { - "version": "16.1.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", - "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", - "dev": true, - "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/cacache/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0" - } - }, - "node_modules/cacache/node_modules/glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/cacache/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cacache/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/cacache/node_modules/rimraf/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/cacache/node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/cacache/node_modules/rimraf/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -811,32 +555,6 @@ "node": ">=6" } }, - "node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/caniuse-lite": { "version": "1.0.30001549", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz", @@ -857,22 +575,6 @@ } ] }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, "node_modules/chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", @@ -900,15 +602,6 @@ "fsevents": "~2.3.2" } }, - "node_modules/chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "dev": true, - "engines": { - "node": ">=10" - } - }, "node_modules/clean-css": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", @@ -939,15 +632,6 @@ "node": ">= 10.12.0" } }, - "node_modules/clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/cliui": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", @@ -980,15 +664,6 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/color-support": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", - "dev": true, - "bin": { - "color-support": "bin.js" - } - }, "node_modules/colord": { "version": "2.9.3", "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", @@ -1010,18 +685,6 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "node_modules/console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "dev": true - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "dev": true - }, "node_modules/cosmiconfig": { "version": "8.3.6", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", @@ -1147,21 +810,6 @@ "node": ">=0.10.0" } }, - "node_modules/delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", - "dev": true - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, "node_modules/dependency-graph": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", @@ -1201,31 +849,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "node_modules/encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, - "optional": true, - "dependencies": { - "iconv-lite": "^0.6.2" - } - }, - "node_modules/env-paths": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/err-code": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "dev": true - }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -1317,19 +940,6 @@ "node": ">=8" } }, - "node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/flat-cache": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", @@ -1420,18 +1030,6 @@ "node": ">=14.14" } }, - "node_modules/fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -1458,37 +1056,6 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, - "node_modules/gauge": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "dev": true, - "dependencies": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "dev": true, - "dependencies": { - "globule": "^1.0.0" - }, - "engines": { - "node": ">= 4.0.0" - } - }, "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", @@ -1498,15 +1065,6 @@ "node": "6.* || 8.* || >= 10.*" } }, - "node_modules/get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -1614,52 +1172,6 @@ "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", "dev": true }, - "node_modules/globule": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz", - "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", - "dev": true, - "dependencies": { - "glob": "~7.1.1", - "lodash": "^4.17.21", - "minimatch": "~3.0.2" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/globule/node_modules/glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/globule/node_modules/minimatch": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", - "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", @@ -1696,12 +1208,6 @@ "node": ">=8" } }, - "node_modules/has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", - "dev": true - }, "node_modules/hosted-git-info": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", @@ -1738,61 +1244,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", - "dev": true - }, - "node_modules/http-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", - "dev": true, - "dependencies": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/https-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "dev": true, - "dependencies": { - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", - "dev": true, - "dependencies": { - "ms": "^2.0.0" - } - }, - "node_modules/iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "optional": true, - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ignore": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", @@ -1802,6 +1253,12 @@ "node": ">= 4" } }, + "node_modules/immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", + "dev": true + }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -1845,21 +1302,6 @@ "node": ">=0.8.19" } }, - "node_modules/indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true - }, "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -1882,12 +1324,6 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, - "node_modules/ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "dev": true - }, "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -1948,12 +1384,6 @@ "node": ">=0.10.0" } }, - "node_modules/is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "dev": true - }, "node_modules/is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -1981,12 +1411,6 @@ "node": ">=0.10.0" } }, - "node_modules/isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -2011,12 +1435,6 @@ "@pkgjs/parseargs": "^0.11.0" } }, - "node_modules/js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", - "dev": true - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -2104,66 +1522,12 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "dev": true }, - "node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "node_modules/lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", "dev": true }, - "node_modules/lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", - "dev": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/make-fetch-happen": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", - "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", - "dev": true, - "dependencies": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/map-obj": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", @@ -2192,32 +1556,6 @@ "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", "dev": true }, - "node_modules/meow": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", - "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", - "dev": true, - "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -2275,120 +1613,12 @@ "node": ">= 6" } }, - "node_modules/minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-fetch": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", - "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", - "dev": true, - "dependencies": { - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - }, - "optionalDependencies": { - "encoding": "^0.1.13" - } - }, - "node_modules/minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dev": true, - "dependencies": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true, - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, - "node_modules/nan": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", - "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", - "dev": true - }, "node_modules/nanoid": { "version": "3.3.6", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz", @@ -2407,280 +1637,12 @@ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "dev": true, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/node-gyp": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", - "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", - "dev": true, - "dependencies": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^9.1.0", - "nopt": "^5.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "bin": { - "node-gyp": "bin/node-gyp.js" - }, - "engines": { - "node": ">= 10.12.0" - } - }, - "node_modules/node-gyp/node_modules/@npmcli/fs": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", - "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", - "dev": true, - "dependencies": { - "@gar/promisify": "^1.0.1", - "semver": "^7.3.5" - } - }, - "node_modules/node-gyp/node_modules/@npmcli/move-file": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", - "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", - "deprecated": "This functionality has been moved to @npmcli/fs", - "dev": true, - "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/node-gyp/node_modules/@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/node-gyp/node_modules/cacache": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", - "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", - "dev": true, - "dependencies": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/node-gyp/node_modules/http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/node-gyp/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/node-gyp/node_modules/make-fetch-happen": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", - "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", - "dev": true, - "dependencies": { - "agentkeepalive": "^4.1.3", - "cacache": "^15.2.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.2", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.0.0", - "ssri": "^8.0.0" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/node-gyp/node_modules/minipass-fetch": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", - "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", - "dev": true, - "dependencies": { - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "optionalDependencies": { - "encoding": "^0.1.12" - } - }, - "node_modules/node-gyp/node_modules/rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/node-gyp/node_modules/socks-proxy-agent": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", - "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", - "dev": true, - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/node-gyp/node_modules/ssri": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", - "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", - "dev": true, - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/node-gyp/node_modules/unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dev": true, - "dependencies": { - "unique-slug": "^2.0.0" - } - }, - "node_modules/node-gyp/node_modules/unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4" - } - }, "node_modules/node-releases": { "version": "2.0.13", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", "dev": true }, - "node_modules/node-sass": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz", - "integrity": "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "async-foreach": "^0.1.3", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.3", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "lodash": "^4.17.15", - "make-fetch-happen": "^10.0.4", - "meow": "^9.0.0", - "nan": "^2.17.0", - "node-gyp": "^8.4.1", - "sass-graph": "^4.0.1", - "stdout-stream": "^1.4.0", - "true-case-path": "^2.2.1" - }, - "bin": { - "node-sass": "bin/node-sass" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/nopt": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", - "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", - "dev": true, - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - }, - "engines": { - "node": ">=6" - } - }, "node_modules/normalize-package-data": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", @@ -2714,21 +1676,6 @@ "node": ">=0.10.0" } }, - "node_modules/npmlog": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "dev": true, - "dependencies": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -2738,57 +1685,6 @@ "wrappy": "1" } }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "dependencies": { - "aggregate-error": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -2846,12 +1742,6 @@ "node": ">=8" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, "node_modules/path-scurry": { "version": "1.10.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", @@ -3115,36 +2005,11 @@ }, "node_modules/pretty-hrtime": { "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", - "dev": true, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true - }, - "node_modules/promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "dev": true - }, - "node_modules/promise-retry": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", "dev": true, - "dependencies": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - }, "engines": { - "node": ">=10" + "node": ">= 0.8" } }, "node_modules/punycode": { @@ -3176,15 +2041,6 @@ } ] }, - "node_modules/quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", @@ -3194,97 +2050,6 @@ "pify": "^2.3.0" } }, - "node_modules/read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "dependencies": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "dependencies": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/read-pkg-up/node_modules/type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/read-pkg/node_modules/hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "node_modules/read-pkg/node_modules/normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "dependencies": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "node_modules/read-pkg/node_modules/semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/read-pkg/node_modules/type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, - "engines": { - "node": ">= 6" - } - }, "node_modules/readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -3297,19 +2062,6 @@ "node": ">=8.10.0" } }, - "node_modules/redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dev": true, - "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -3328,23 +2080,6 @@ "node": ">=0.10.0" } }, - "node_modules/resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", @@ -3354,15 +2089,6 @@ "node": ">=8" } }, - "node_modules/retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", - "dev": true, - "engines": { - "node": ">= 4" - } - }, "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -3469,68 +2195,21 @@ "queue-microtask": "^1.2.2" } }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ] - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true, - "optional": true - }, - "node_modules/sass-graph": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz", - "integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==", + "node_modules/sass": { + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", "dev": true, "dependencies": { - "glob": "^7.0.0", - "lodash": "^4.17.11", - "scss-tokenizer": "^0.4.3", - "yargs": "^17.2.1" + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" }, "bin": { - "sassgraph": "bin/sassgraph" + "sass": "sass.js" }, "engines": { - "node": ">=12" - } - }, - "node_modules/scss-tokenizer": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz", - "integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==", - "dev": true, - "dependencies": { - "js-base64": "^2.4.9", - "source-map": "^0.7.3" - } - }, - "node_modules/scss-tokenizer/node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true, - "engines": { - "node": ">= 8" + "node": ">=14.0.0" } }, "node_modules/semver": { @@ -3560,12 +2239,6 @@ "node": ">=10" } }, - "node_modules/set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "dev": true - }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -3587,12 +2260,6 @@ "node": ">=8" } }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, "node_modules/slash": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz", @@ -3622,44 +2289,6 @@ "url": "https://github.com/chalk/slice-ansi?sponsor=1" } }, - "node_modules/smart-buffer": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "dev": true, - "engines": { - "node": ">= 6.0.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", - "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", - "dev": true, - "dependencies": { - "ip": "^2.0.0", - "smart-buffer": "^4.2.0" - }, - "engines": { - "node": ">= 10.13.0", - "npm": ">= 3.0.0" - } - }, - "node_modules/socks-proxy-agent": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz", - "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", - "dev": true, - "dependencies": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - }, - "engines": { - "node": ">= 10" - } - }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -3710,66 +2339,6 @@ "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", "dev": true }, - "node_modules/ssri": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", - "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", - "dev": true, - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/stdout-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", - "dev": true, - "dependencies": { - "readable-stream": "^2.0.1" - } - }, - "node_modules/stdout-stream/node_modules/readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "node_modules/stdout-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "node_modules/stdout-stream/node_modules/string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, "node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -3824,18 +2393,6 @@ "node": ">=8" } }, - "node_modules/strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, - "dependencies": { - "min-indent": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, "node_modules/style-search": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", @@ -4285,18 +2842,6 @@ "node": ">=14.18" } }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/svg-tags": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", @@ -4319,32 +2864,6 @@ "node": ">=10.0.0" } }, - "node_modules/tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", - "dev": true, - "dependencies": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/tar/node_modules/minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, "node_modules/thenby": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz", @@ -4363,57 +2882,6 @@ "node": ">=8.0" } }, - "node_modules/trim-newlines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/true-case-path": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz", - "integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==", - "dev": true - }, - "node_modules/type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/unique-filename": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", - "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", - "dev": true, - "dependencies": { - "unique-slug": "^3.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/unique-slug": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", - "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, "node_modules/universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", @@ -4493,15 +2961,6 @@ "node": ">= 8" } }, - "node_modules/wide-align": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "dev": true, - "dependencies": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", @@ -4747,12 +3206,6 @@ "dev": true, "requires": {} }, - "@gar/promisify": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", - "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "dev": true - }, "@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -4844,37 +3297,6 @@ "fastq": "^1.6.0" } }, - "@npmcli/fs": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", - "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", - "dev": true, - "requires": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" - } - }, - "@npmcli/move-file": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", - "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", - "dev": true, - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } - } - }, "@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -4882,12 +3304,6 @@ "dev": true, "optional": true }, - "@tootallnate/once": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", - "dev": true - }, "@types/minimist": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", @@ -4900,42 +3316,6 @@ "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true }, - "abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", - "dev": true - }, - "agent-base": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", - "dev": true, - "requires": { - "debug": "4" - } - }, - "agentkeepalive": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz", - "integrity": "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==", - "dev": true, - "requires": { - "debug": "^4.1.0", - "depd": "^2.0.0", - "humanize-ms": "^1.2.1" - } - }, - "aggregate-error": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", - "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", - "dev": true, - "requires": { - "clean-stack": "^2.0.0", - "indent-string": "^4.0.0" - } - }, "ajv": { "version": "8.12.0", "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", @@ -4973,22 +3353,6 @@ "picomatch": "^2.0.4" } }, - "aproba": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", - "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", - "dev": true - }, - "are-we-there-yet": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", - "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", - "dev": true, - "requires": { - "delegates": "^1.0.0", - "readable-stream": "^3.6.0" - } - }, "argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -5013,12 +3377,6 @@ "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==", "dev": true }, - "async-foreach": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", - "integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==", - "dev": true - }, "autoprefixer": { "version": "10.4.16", "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz", @@ -5076,148 +3434,18 @@ "update-browserslist-db": "^1.0.13" } }, - "cacache": { - "version": "16.1.3", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", - "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", - "dev": true, - "requires": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "glob": "^8.0.1", - "infer-owner": "^1.0.4", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", - "tar": "^6.1.11", - "unique-filename": "^2.0.0" - }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "glob": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", - "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - } - }, - "minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - } - } - }, "callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true - }, - "camelcase-keys": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz", - "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", - "dev": true, - "requires": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" - } - }, "caniuse-lite": { "version": "1.0.30001549", "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001549.tgz", "integrity": "sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==", "dev": true }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, "chokidar": { "version": "3.5.3", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", @@ -5234,12 +3462,6 @@ "readdirp": "~3.6.0" } }, - "chownr": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", - "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "dev": true - }, "clean-css": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", @@ -5261,12 +3483,6 @@ "glob": "^7.1.6" } }, - "clean-stack": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", - "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true - }, "cliui": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", @@ -5293,12 +3509,6 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "color-support": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", - "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", - "dev": true - }, "colord": { "version": "2.9.3", "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", @@ -5317,18 +3527,6 @@ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, - "console-control-strings": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", - "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", - "dev": true - }, - "core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "dev": true - }, "cosmiconfig": { "version": "8.3.6", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", @@ -5407,18 +3605,6 @@ } } }, - "delegates": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", - "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", - "dev": true - }, - "depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "dev": true - }, "dependency-graph": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", @@ -5452,28 +3638,6 @@ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "encoding": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", - "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", - "dev": true, - "optional": true, - "requires": { - "iconv-lite": "^0.6.2" - } - }, - "env-paths": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", - "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", - "dev": true - }, - "err-code": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", - "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", - "dev": true - }, "error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -5547,16 +3711,6 @@ "to-regex-range": "^5.0.1" } }, - "find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "requires": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - } - }, "flat-cache": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", @@ -5620,15 +3774,6 @@ "universalify": "^2.0.0" } }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -5648,43 +3793,12 @@ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", "dev": true }, - "gauge": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", - "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", - "dev": true, - "requires": { - "aproba": "^1.0.3 || ^2.0.0", - "color-support": "^1.1.3", - "console-control-strings": "^1.1.0", - "has-unicode": "^2.0.1", - "signal-exit": "^3.0.7", - "string-width": "^4.2.3", - "strip-ansi": "^6.0.1", - "wide-align": "^1.1.5" - } - }, - "gaze": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz", - "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", - "dev": true, - "requires": { - "globule": "^1.0.0" - } - }, "get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true }, - "get-stdin": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", - "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", - "dev": true - }, "glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -5766,42 +3880,6 @@ "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", "dev": true }, - "globule": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz", - "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", - "dev": true, - "requires": { - "glob": "~7.1.1", - "lodash": "^4.17.21", - "minimatch": "~3.0.2" - }, - "dependencies": { - "glob": { - "version": "7.1.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz", - "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", - "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - }, "graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", @@ -5829,12 +3907,6 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true }, - "has-unicode": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", - "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", - "dev": true - }, "hosted-git-info": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz", @@ -5861,58 +3933,18 @@ "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", "dev": true }, - "http-cache-semantics": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", - "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", - "dev": true - }, - "http-proxy-agent": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", - "dev": true, - "requires": { - "@tootallnate/once": "2", - "agent-base": "6", - "debug": "4" - } - }, - "https-proxy-agent": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", - "dev": true, - "requires": { - "agent-base": "6", - "debug": "4" - } - }, - "humanize-ms": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", - "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", - "dev": true, - "requires": { - "ms": "^2.0.0" - } - }, - "iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - }, "ignore": { "version": "5.2.4", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true }, + "immutable": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", + "dev": true + }, "import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", @@ -5943,18 +3975,6 @@ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true }, - "indent-string": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", - "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true - }, - "infer-owner": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", - "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", - "dev": true - }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", @@ -5977,12 +3997,6 @@ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", "dev": true }, - "ip": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", - "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", - "dev": true - }, "is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", @@ -6028,12 +4042,6 @@ "is-extglob": "^2.1.1" } }, - "is-lambda": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", - "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", - "dev": true - }, "is-number": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", @@ -6052,12 +4060,6 @@ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", "dev": true }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true - }, "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -6074,12 +4076,6 @@ "@pkgjs/parseargs": "^0.11.0" } }, - "js-base64": { - "version": "2.6.4", - "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", - "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", - "dev": true - }, "js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -6156,57 +4152,12 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "dev": true }, - "locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "requires": { - "p-locate": "^4.1.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "lodash.truncate": { "version": "4.4.2", "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", "dev": true }, - "lru-cache": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", - "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", - "dev": true - }, - "make-fetch-happen": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", - "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", - "dev": true, - "requires": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" - } - }, "map-obj": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", @@ -6225,26 +4176,6 @@ "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", "dev": true }, - "meow": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", - "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", - "dev": true, - "requires": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", - "decamelize-keys": "^1.1.0", - "hard-rejection": "^2.1.0", - "minimist-options": "4.1.0", - "normalize-package-data": "^3.0.0", - "read-pkg-up": "^7.0.1", - "redent": "^3.0.0", - "trim-newlines": "^3.0.0", - "type-fest": "^0.18.0", - "yargs-parser": "^20.2.3" - } - }, "merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", @@ -6287,89 +4218,10 @@ "kind-of": "^6.0.3" } }, - "minipass": { - "version": "3.3.6", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", - "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "minipass-collect": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", - "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-fetch": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", - "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", - "dev": true, - "requires": { - "encoding": "^0.1.13", - "minipass": "^3.1.6", - "minipass-sized": "^1.0.3", - "minizlib": "^2.1.2" - } - }, - "minipass-flush": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", - "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-pipeline": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", - "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minipass-sized": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", - "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", - "dev": true, - "requires": { - "minipass": "^3.0.0" - } - }, - "minizlib": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", - "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", - "dev": true, - "requires": { - "minipass": "^3.0.0", - "yallist": "^4.0.0" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "nan": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", - "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true }, "nanoid": { @@ -6378,224 +4230,12 @@ "integrity": "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==", "dev": true }, - "negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "dev": true - }, - "node-gyp": { - "version": "8.4.1", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", - "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", - "dev": true, - "requires": { - "env-paths": "^2.2.0", - "glob": "^7.1.4", - "graceful-fs": "^4.2.6", - "make-fetch-happen": "^9.1.0", - "nopt": "^5.0.0", - "npmlog": "^6.0.0", - "rimraf": "^3.0.2", - "semver": "^7.3.5", - "tar": "^6.1.2", - "which": "^2.0.2" - }, - "dependencies": { - "@npmcli/fs": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", - "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", - "dev": true, - "requires": { - "@gar/promisify": "^1.0.1", - "semver": "^7.3.5" - } - }, - "@npmcli/move-file": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", - "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", - "dev": true, - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - } - }, - "@tootallnate/once": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", - "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", - "dev": true - }, - "cacache": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", - "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", - "dev": true, - "requires": { - "@npmcli/fs": "^1.0.0", - "@npmcli/move-file": "^1.0.1", - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "glob": "^7.1.4", - "infer-owner": "^1.0.4", - "lru-cache": "^6.0.0", - "minipass": "^3.1.1", - "minipass-collect": "^1.0.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.2", - "mkdirp": "^1.0.3", - "p-map": "^4.0.0", - "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^8.0.1", - "tar": "^6.0.2", - "unique-filename": "^1.1.1" - } - }, - "http-proxy-agent": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", - "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", - "dev": true, - "requires": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - } - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "make-fetch-happen": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", - "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", - "dev": true, - "requires": { - "agentkeepalive": "^4.1.3", - "cacache": "^15.2.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^4.0.1", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^6.0.0", - "minipass": "^3.1.3", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^1.3.2", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.2", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^6.0.0", - "ssri": "^8.0.0" - } - }, - "minipass-fetch": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", - "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", - "dev": true, - "requires": { - "encoding": "^0.1.12", - "minipass": "^3.1.0", - "minipass-sized": "^1.0.3", - "minizlib": "^2.0.0" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "socks-proxy-agent": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", - "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", - "dev": true, - "requires": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - } - }, - "ssri": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", - "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", - "dev": true, - "requires": { - "minipass": "^3.1.1" - } - }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", - "dev": true, - "requires": { - "unique-slug": "^2.0.0" - } - }, - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4" - } - } - } - }, "node-releases": { "version": "2.0.13", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", "dev": true }, - "node-sass": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz", - "integrity": "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==", - "dev": true, - "requires": { - "async-foreach": "^0.1.3", - "chalk": "^4.1.2", - "cross-spawn": "^7.0.3", - "gaze": "^1.0.0", - "get-stdin": "^4.0.1", - "glob": "^7.0.3", - "lodash": "^4.17.15", - "make-fetch-happen": "^10.0.4", - "meow": "^9.0.0", - "nan": "^2.17.0", - "node-gyp": "^8.4.1", - "sass-graph": "^4.0.1", - "stdout-stream": "^1.4.0", - "true-case-path": "^2.2.1" - } - }, - "nopt": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", - "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", - "dev": true, - "requires": { - "abbrev": "1" - } - }, "normalize-package-data": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz", @@ -6620,18 +4260,6 @@ "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", "dev": true }, - "npmlog": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", - "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", - "dev": true, - "requires": { - "are-we-there-yet": "^3.0.0", - "console-control-strings": "^1.1.0", - "gauge": "^4.0.3", - "set-blocking": "^2.0.0" - } - }, "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -6641,39 +4269,6 @@ "wrappy": "1" } }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "requires": { - "p-limit": "^2.2.0" - } - }, - "p-map": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", - "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", - "dev": true, - "requires": { - "aggregate-error": "^3.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true - }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -6713,12 +4308,6 @@ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true }, - "path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, "path-scurry": { "version": "1.10.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", @@ -6874,28 +4463,6 @@ "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", "dev": true }, - "process-nextick-args": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true - }, - "promise-inflight": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", - "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", - "dev": true - }, - "promise-retry": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", - "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", - "dev": true, - "requires": { - "err-code": "^2.0.2", - "retry": "^0.12.0" - } - }, "punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -6908,12 +4475,6 @@ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, - "quick-lru": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", - "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", - "dev": true - }, "read-cache": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", @@ -6923,80 +4484,6 @@ "pify": "^2.3.0" } }, - "read-pkg": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", - "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", - "dev": true, - "requires": { - "@types/normalize-package-data": "^2.4.0", - "normalize-package-data": "^2.5.0", - "parse-json": "^5.0.0", - "type-fest": "^0.6.0" - }, - "dependencies": { - "hosted-git-info": { - "version": "2.8.9", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", - "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", - "dev": true - }, - "normalize-package-data": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz", - "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", - "dev": true, - "requires": { - "hosted-git-info": "^2.1.4", - "resolve": "^1.10.0", - "semver": "2 || 3 || 4 || 5", - "validate-npm-package-license": "^3.0.1" - } - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "type-fest": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", - "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", - "dev": true - } - } - }, - "read-pkg-up": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", - "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", - "dev": true, - "requires": { - "find-up": "^4.1.0", - "read-pkg": "^5.2.0", - "type-fest": "^0.8.1" - }, - "dependencies": { - "type-fest": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", - "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", - "dev": true - } - } - }, - "readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - }, "readdirp": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", @@ -7006,16 +4493,6 @@ "picomatch": "^2.2.1" } }, - "redent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", - "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", - "dev": true, - "requires": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" - } - }, "require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", @@ -7028,29 +4505,12 @@ "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true }, - "resolve": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", - "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", - "dev": true, - "requires": { - "is-core-module": "^2.9.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - } - }, "resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true }, - "retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", - "dev": true - }, "reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", @@ -7114,47 +4574,15 @@ "queue-microtask": "^1.2.2" } }, - "safe-buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", - "dev": true - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true, - "optional": true - }, - "sass-graph": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz", - "integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==", - "dev": true, - "requires": { - "glob": "^7.0.0", - "lodash": "^4.17.11", - "scss-tokenizer": "^0.4.3", - "yargs": "^17.2.1" - } - }, - "scss-tokenizer": { - "version": "0.4.3", - "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz", - "integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==", + "sass": { + "version": "1.69.5", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz", + "integrity": "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==", "dev": true, "requires": { - "js-base64": "^2.4.9", - "source-map": "^0.7.3" - }, - "dependencies": { - "source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true - } + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" } }, "semver": { @@ -7177,12 +4605,6 @@ } } }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", - "dev": true - }, "shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -7198,12 +4620,6 @@ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, "slash": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-5.0.0.tgz", @@ -7221,33 +4637,6 @@ "is-fullwidth-code-point": "^3.0.0" } }, - "smart-buffer": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", - "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "dev": true - }, - "socks": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", - "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", - "dev": true, - "requires": { - "ip": "^2.0.0", - "smart-buffer": "^4.2.0" - } - }, - "socks-proxy-agent": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz", - "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", - "dev": true, - "requires": { - "agent-base": "^6.0.2", - "debug": "^4.3.3", - "socks": "^2.6.2" - } - }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -7292,65 +4681,6 @@ "integrity": "sha512-XkD+zwiqXHikFZm4AX/7JSCXA98U5Db4AFd5XUg/+9UNtnH75+Z9KxtpYiJZx36mUDVOwH83pl7yvCer6ewM3w==", "dev": true }, - "ssri": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", - "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", - "dev": true, - "requires": { - "minipass": "^3.1.1" - } - }, - "stdout-stream": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz", - "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", - "dev": true, - "requires": { - "readable-stream": "^2.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "dev": true, - "requires": { - "safe-buffer": "~5.2.0" - } - }, "string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", @@ -7391,15 +4721,6 @@ "ansi-regex": "^5.0.1" } }, - "strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dev": true, - "requires": { - "min-indent": "^1.0.0" - } - }, "style-search": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", @@ -7698,12 +5019,6 @@ "supports-color": "^7.0.0" } }, - "supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true - }, "svg-tags": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", @@ -7723,28 +5038,6 @@ "strip-ansi": "^6.0.1" } }, - "tar": { - "version": "6.1.13", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz", - "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", - "dev": true, - "requires": { - "chownr": "^2.0.0", - "fs-minipass": "^2.0.0", - "minipass": "^4.0.0", - "minizlib": "^2.1.1", - "mkdirp": "^1.0.3", - "yallist": "^4.0.0" - }, - "dependencies": { - "minipass": { - "version": "4.2.5", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz", - "integrity": "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==", - "dev": true - } - } - }, "thenby": { "version": "1.3.4", "resolved": "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz", @@ -7760,42 +5053,6 @@ "is-number": "^7.0.0" } }, - "trim-newlines": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", - "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", - "dev": true - }, - "true-case-path": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz", - "integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==", - "dev": true - }, - "type-fest": { - "version": "0.18.1", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", - "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", - "dev": true - }, - "unique-filename": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", - "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", - "dev": true, - "requires": { - "unique-slug": "^3.0.0" - } - }, - "unique-slug": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", - "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", - "dev": true, - "requires": { - "imurmurhash": "^0.1.4" - } - }, "universalify": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", @@ -7846,15 +5103,6 @@ "isexe": "^2.0.0" } }, - "wide-align": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", - "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", - "dev": true, - "requires": { - "string-width": "^1.0.2 || 2 || 3 || 4" - } - }, "wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", diff --git a/package.json b/package.json index 718c4cbcd..62a604c6a 100644 --- a/package.json +++ b/package.json @@ -29,9 +29,9 @@ "devDependencies": { "autoprefixer": "^10.4.16", "clean-css-cli": "^5.6.2", - "node-sass": "^9.0.0", "postcss-cli": "^10.1.0", "rimraf": "^5.0.5", + "sass": "^1.69.5", "stylelint": "^15.11.0", "stylelint-config-standard-scss": "^11.1.0" }, @@ -40,10 +40,10 @@ "build": "npm run build-sass && npm run build-autoprefix && npm run build-cleancss", "build-autoprefix": "postcss --use autoprefixer --map false --output css/bulma.css css/bulma.css", "build-cleancss": "cleancss -o css/bulma.min.css css/bulma.css", - "build-sass": "node-sass --output-style expanded --source-map true bulma.sass css/bulma.css", + "build-sass": "sass --style=expanded --source-map bulma.sass css/bulma.css", "clean": "rimraf css", "rtl": "npm run rtl-sass && npm run rtl-autoprefix && npm run rtl-cleancss", - "rtl-sass": "node-sass --output-style expanded --source-map true bulma-rtl.sass css/bulma-rtl.css", + "rtl-sass": "sass --style=expanded --source-map bulma-rtl.sass css/bulma-rtl.css", "rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma-rtl.css css/bulma-rtl.css", "rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", "deploy": "npm run clean && npm run build && npm run rtl", diff --git a/yarn.lock b/yarn.lock index e8c696da2..0a78fa255 100644 --- a/yarn.lock +++ b/yarn.lock @@ -43,11 +43,6 @@ "resolved" "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz" "version" "3.0.0" -"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3": - "integrity" "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==" - "resolved" "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz" - "version" "1.1.3" - "@isaacs/cliui@^8.0.2": "integrity" "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==" "resolved" "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz" @@ -81,54 +76,12 @@ "@nodelib/fs.scandir" "2.1.5" "fastq" "^1.6.0" -"@npmcli/fs@^1.0.0": - "integrity" "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==" - "resolved" "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz" - "version" "1.1.1" - dependencies: - "@gar/promisify" "^1.0.1" - "semver" "^7.3.5" - -"@npmcli/fs@^2.1.0": - "integrity" "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==" - "resolved" "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz" - "version" "2.1.2" - dependencies: - "@gar/promisify" "^1.1.3" - "semver" "^7.3.5" - -"@npmcli/move-file@^1.0.1": - "integrity" "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==" - "resolved" "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz" - "version" "1.1.2" - dependencies: - "mkdirp" "^1.0.4" - "rimraf" "^3.0.2" - -"@npmcli/move-file@^2.0.0": - "integrity" "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==" - "resolved" "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz" - "version" "2.0.1" - dependencies: - "mkdirp" "^1.0.4" - "rimraf" "^3.0.2" - "@pkgjs/parseargs@^0.11.0": "integrity" "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==" "resolved" "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz" "version" "0.11.0" -"@tootallnate/once@1": - "integrity" "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" - "resolved" "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz" - "version" "1.1.2" - -"@tootallnate/once@2": - "integrity" "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==" - "resolved" "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz" - "version" "2.0.0" - -"@types/minimist@^1.2.0", "@types/minimist@^1.2.2": +"@types/minimist@^1.2.2": "integrity" "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==" "resolved" "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz" "version" "1.2.2" @@ -138,35 +91,6 @@ "resolved" "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz" "version" "2.4.1" -"abbrev@1": - "integrity" "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" - "resolved" "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz" - "version" "1.1.1" - -"agent-base@^6.0.2", "agent-base@6": - "integrity" "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==" - "resolved" "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz" - "version" "6.0.2" - dependencies: - "debug" "4" - -"agentkeepalive@^4.1.3", "agentkeepalive@^4.2.1": - "integrity" "sha512-7Epl1Blf4Sy37j4v9f9FjICCh4+KAQOyXgHEwlyBiAQLbhKdq/i2QQU3amQalS/wPhdPzDXPL5DMR5bkn+YeWg==" - "resolved" "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.3.0.tgz" - "version" "4.3.0" - dependencies: - "debug" "^4.1.0" - "depd" "^2.0.0" - "humanize-ms" "^1.2.1" - -"aggregate-error@^3.0.0": - "integrity" "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==" - "resolved" "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz" - "version" "3.1.0" - dependencies: - "clean-stack" "^2.0.0" - "indent-string" "^4.0.0" - "ajv@^8.0.1": "integrity" "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==" "resolved" "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz" @@ -194,7 +118,7 @@ dependencies: "color-convert" "^1.9.0" -"ansi-styles@^4.0.0", "ansi-styles@^4.1.0": +"ansi-styles@^4.0.0": "integrity" "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==" "resolved" "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz" "version" "4.3.0" @@ -214,19 +138,6 @@ "normalize-path" "^3.0.0" "picomatch" "^2.0.4" -"aproba@^1.0.3 || ^2.0.0": - "integrity" "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==" - "resolved" "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz" - "version" "2.0.0" - -"are-we-there-yet@^3.0.0": - "integrity" "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==" - "resolved" "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz" - "version" "3.0.1" - dependencies: - "delegates" "^1.0.0" - "readable-stream" "^3.6.0" - "argparse@^2.0.1": "integrity" "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" "resolved" "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz" @@ -247,11 +158,6 @@ "resolved" "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz" "version" "2.0.0" -"async-foreach@^0.1.3": - "integrity" "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==" - "resolved" "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz" - "version" "0.1.3" - "autoprefixer@^10.4.16": "integrity" "sha512-7vd3UC6xKp0HLfua5IjZlcXvGAGy7cBAXTg2lyQ/8WpNhd6SiZ8Be+xm3FyBSYJx5GKcpRCzBh7RH4/0dnY+uQ==" "resolved" "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.16.tgz" @@ -311,68 +217,11 @@ "node-releases" "^2.0.13" "update-browserslist-db" "^1.0.13" -"cacache@^15.2.0": - "integrity" "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==" - "resolved" "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz" - "version" "15.3.0" - dependencies: - "@npmcli/fs" "^1.0.0" - "@npmcli/move-file" "^1.0.1" - "chownr" "^2.0.0" - "fs-minipass" "^2.0.0" - "glob" "^7.1.4" - "infer-owner" "^1.0.4" - "lru-cache" "^6.0.0" - "minipass" "^3.1.1" - "minipass-collect" "^1.0.2" - "minipass-flush" "^1.0.5" - "minipass-pipeline" "^1.2.2" - "mkdirp" "^1.0.3" - "p-map" "^4.0.0" - "promise-inflight" "^1.0.1" - "rimraf" "^3.0.2" - "ssri" "^8.0.1" - "tar" "^6.0.2" - "unique-filename" "^1.1.1" - -"cacache@^16.1.0": - "integrity" "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==" - "resolved" "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz" - "version" "16.1.3" - dependencies: - "@npmcli/fs" "^2.1.0" - "@npmcli/move-file" "^2.0.0" - "chownr" "^2.0.0" - "fs-minipass" "^2.1.0" - "glob" "^8.0.1" - "infer-owner" "^1.0.4" - "lru-cache" "^7.7.1" - "minipass" "^3.1.6" - "minipass-collect" "^1.0.2" - "minipass-flush" "^1.0.5" - "minipass-pipeline" "^1.2.4" - "mkdirp" "^1.0.4" - "p-map" "^4.0.0" - "promise-inflight" "^1.0.1" - "rimraf" "^3.0.2" - "ssri" "^9.0.0" - "tar" "^6.1.11" - "unique-filename" "^2.0.0" - "callsites@^3.0.0": "integrity" "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" "resolved" "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz" "version" "3.1.0" -"camelcase-keys@^6.2.2": - "integrity" "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==" - "resolved" "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-6.2.2.tgz" - "version" "6.2.2" - dependencies: - "camelcase" "^5.3.1" - "map-obj" "^4.0.0" - "quick-lru" "^4.0.1" - "camelcase-keys@^7.0.0": "integrity" "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==" "resolved" "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz" @@ -383,11 +232,6 @@ "quick-lru" "^5.1.1" "type-fest" "^1.2.1" -"camelcase@^5.3.1": - "integrity" "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - "resolved" "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz" - "version" "5.3.1" - "camelcase@^6.3.0": "integrity" "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" "resolved" "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz" @@ -407,15 +251,7 @@ "escape-string-regexp" "^1.0.5" "supports-color" "^5.3.0" -"chalk@^4.1.2": - "integrity" "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==" - "resolved" "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz" - "version" "4.1.2" - dependencies: - "ansi-styles" "^4.1.0" - "supports-color" "^7.1.0" - -"chokidar@^3.3.0", "chokidar@^3.5.2": +"chokidar@^3.3.0", "chokidar@^3.5.2", "chokidar@>=3.0.0 <4.0.0": "integrity" "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==" "resolved" "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz" "version" "3.5.3" @@ -430,11 +266,6 @@ optionalDependencies: "fsevents" "~2.3.2" -"chownr@^2.0.0": - "integrity" "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==" - "resolved" "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz" - "version" "2.0.0" - "clean-css-cli@^5.6.2": "integrity" "sha512-GDQkr6zVqHJhO3yWTy3sA22sMCT6iUqaJuBdqZMW6oI25MtiJ2iZXDmWzErpjoRotsB+TYPTpuZSNSgaC1n4lA==" "resolved" "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.6.2.tgz" @@ -452,11 +283,6 @@ dependencies: "source-map" "~0.6.0" -"clean-stack@^2.0.0": - "integrity" "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==" - "resolved" "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz" - "version" "2.2.0" - "cliui@^8.0.1": "integrity" "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==" "resolved" "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz" @@ -490,11 +316,6 @@ "resolved" "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz" "version" "1.1.3" -"color-support@^1.1.3": - "integrity" "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==" - "resolved" "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz" - "version" "1.1.3" - "colord@^2.9.3": "integrity" "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==" "resolved" "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz" @@ -510,16 +331,6 @@ "resolved" "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz" "version" "0.0.1" -"console-control-strings@^1.1.0": - "integrity" "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" - "resolved" "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz" - "version" "1.1.0" - -"core-util-is@~1.0.0": - "integrity" "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - "resolved" "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz" - "version" "1.0.3" - "cosmiconfig@^8.2.0": "integrity" "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==" "resolved" "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz" @@ -530,7 +341,7 @@ "parse-json" "^5.2.0" "path-type" "^4.0.0" -"cross-spawn@^7.0.0", "cross-spawn@^7.0.3": +"cross-spawn@^7.0.0": "integrity" "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==" "resolved" "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz" "version" "7.0.3" @@ -557,7 +368,7 @@ "resolved" "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz" "version" "3.0.0" -"debug@^4.1.0", "debug@^4.3.3", "debug@^4.3.4", "debug@4": +"debug@^4.3.4": "integrity" "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==" "resolved" "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz" "version" "4.3.4" @@ -572,7 +383,7 @@ "decamelize" "^1.1.0" "map-obj" "^1.0.0" -"decamelize@^1.1.0", "decamelize@^1.2.0": +"decamelize@^1.1.0": "integrity" "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==" "resolved" "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz" "version" "1.2.0" @@ -582,16 +393,6 @@ "resolved" "https://registry.npmjs.org/decamelize/-/decamelize-5.0.1.tgz" "version" "5.0.1" -"delegates@^1.0.0": - "integrity" "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" - "resolved" "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz" - "version" "1.0.0" - -"depd@^2.0.0": - "integrity" "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" - "resolved" "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz" - "version" "2.0.0" - "dependency-graph@^0.11.0": "integrity" "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==" "resolved" "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz" @@ -624,23 +425,6 @@ "resolved" "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz" "version" "9.2.2" -"encoding@^0.1.12", "encoding@^0.1.13": - "integrity" "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==" - "resolved" "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz" - "version" "0.1.13" - dependencies: - "iconv-lite" "^0.6.2" - -"env-paths@^2.2.0": - "integrity" "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==" - "resolved" "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz" - "version" "2.2.1" - -"err-code@^2.0.2": - "integrity" "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==" - "resolved" "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz" - "version" "2.0.3" - "error-ex@^1.3.1": "integrity" "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==" "resolved" "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz" @@ -700,14 +484,6 @@ dependencies: "to-regex-range" "^5.0.1" -"find-up@^4.1.0": - "integrity" "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==" - "resolved" "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz" - "version" "4.1.0" - dependencies: - "locate-path" "^5.0.0" - "path-exists" "^4.0.0" - "find-up@^5.0.0": "integrity" "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==" "resolved" "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz" @@ -752,13 +528,6 @@ "jsonfile" "^6.0.1" "universalify" "^2.0.0" -"fs-minipass@^2.0.0", "fs-minipass@^2.1.0": - "integrity" "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==" - "resolved" "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz" - "version" "2.1.0" - dependencies: - "minipass" "^3.0.0" - "fs.realpath@^1.0.0": "integrity" "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" "resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz" @@ -774,37 +543,11 @@ "resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz" "version" "1.1.1" -"gauge@^4.0.3": - "integrity" "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==" - "resolved" "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz" - "version" "4.0.4" - dependencies: - "aproba" "^1.0.3 || ^2.0.0" - "color-support" "^1.1.3" - "console-control-strings" "^1.1.0" - "has-unicode" "^2.0.1" - "signal-exit" "^3.0.7" - "string-width" "^4.2.3" - "strip-ansi" "^6.0.1" - "wide-align" "^1.1.5" - -"gaze@^1.0.0": - "integrity" "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==" - "resolved" "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz" - "version" "1.1.3" - dependencies: - "globule" "^1.0.0" - "get-caller-file@^2.0.5": "integrity" "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" "resolved" "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz" "version" "2.0.5" -"get-stdin@^4.0.1": - "integrity" "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==" - "resolved" "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz" - "version" "4.0.1" - "get-stdin@^9.0.0": "integrity" "sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==" "resolved" "https://registry.npmjs.org/get-stdin/-/get-stdin-9.0.0.tgz" @@ -828,7 +571,7 @@ "minipass" "^5.0.0 || ^6.0.2 || ^7.0.0" "path-scurry" "^1.10.1" -"glob@^7.0.0", "glob@^7.0.3", "glob@^7.1.3", "glob@^7.1.4", "glob@^7.1.6": +"glob@^7.1.3", "glob@^7.1.6": "integrity" "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==" "resolved" "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz" "version" "7.2.3" @@ -840,29 +583,6 @@ "once" "^1.3.0" "path-is-absolute" "^1.0.0" -"glob@^8.0.1": - "integrity" "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==" - "resolved" "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz" - "version" "8.1.0" - dependencies: - "fs.realpath" "^1.0.0" - "inflight" "^1.0.4" - "inherits" "2" - "minimatch" "^5.0.1" - "once" "^1.3.0" - -"glob@~7.1.1": - "integrity" "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==" - "resolved" "https://registry.npmjs.org/glob/-/glob-7.1.7.tgz" - "version" "7.1.7" - dependencies: - "fs.realpath" "^1.0.0" - "inflight" "^1.0.4" - "inherits" "2" - "minimatch" "^3.0.4" - "once" "^1.3.0" - "path-is-absolute" "^1.0.0" - "global-modules@^2.0.0": "integrity" "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==" "resolved" "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz" @@ -907,16 +627,7 @@ "resolved" "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz" "version" "0.1.4" -"globule@^1.0.0": - "integrity" "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==" - "resolved" "https://registry.npmjs.org/globule/-/globule-1.3.4.tgz" - "version" "1.3.4" - dependencies: - "glob" "~7.1.1" - "lodash" "^4.17.21" - "minimatch" "~3.0.2" - -"graceful-fs@^4.1.6", "graceful-fs@^4.2.0", "graceful-fs@^4.2.6": +"graceful-fs@^4.1.6", "graceful-fs@^4.2.0": "integrity" "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" "resolved" "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz" "version" "4.2.11" @@ -936,11 +647,6 @@ "resolved" "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz" "version" "4.0.0" -"has-unicode@^2.0.1": - "integrity" "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" - "resolved" "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz" - "version" "2.0.1" - "has@^1.0.3": "integrity" "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==" "resolved" "https://registry.npmjs.org/has/-/has-1.0.3.tgz" @@ -948,11 +654,6 @@ dependencies: "function-bind" "^1.1.1" -"hosted-git-info@^2.1.4": - "integrity" "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==" - "resolved" "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz" - "version" "2.8.9" - "hosted-git-info@^4.0.1": "integrity" "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==" "resolved" "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-4.1.0.tgz" @@ -965,56 +666,16 @@ "resolved" "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz" "version" "3.3.1" -"http-cache-semantics@^4.1.0": - "integrity" "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==" - "resolved" "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz" - "version" "4.1.1" - -"http-proxy-agent@^4.0.1": - "integrity" "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==" - "resolved" "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz" - "version" "4.0.1" - dependencies: - "@tootallnate/once" "1" - "agent-base" "6" - "debug" "4" - -"http-proxy-agent@^5.0.0": - "integrity" "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==" - "resolved" "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz" - "version" "5.0.0" - dependencies: - "@tootallnate/once" "2" - "agent-base" "6" - "debug" "4" - -"https-proxy-agent@^5.0.0": - "integrity" "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==" - "resolved" "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz" - "version" "5.0.1" - dependencies: - "agent-base" "6" - "debug" "4" - -"humanize-ms@^1.2.1": - "integrity" "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==" - "resolved" "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz" - "version" "1.2.1" - dependencies: - "ms" "^2.0.0" - -"iconv-lite@^0.6.2": - "integrity" "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==" - "resolved" "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz" - "version" "0.6.3" - dependencies: - "safer-buffer" ">= 2.1.2 < 3.0.0" - "ignore@^5.2.0", "ignore@^5.2.4": "integrity" "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==" "resolved" "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz" "version" "5.2.4" +"immutable@^4.0.0": + "integrity" "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==" + "resolved" "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz" + "version" "4.3.4" + "import-fresh@^3.3.0": "integrity" "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==" "resolved" "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz" @@ -1033,21 +694,11 @@ "resolved" "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz" "version" "0.1.4" -"indent-string@^4.0.0": - "integrity" "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==" - "resolved" "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz" - "version" "4.0.0" - "indent-string@^5.0.0": "integrity" "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==" "resolved" "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz" "version" "5.0.0" -"infer-owner@^1.0.4": - "integrity" "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==" - "resolved" "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz" - "version" "1.0.4" - "inflight@^1.0.4": "integrity" "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==" "resolved" "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz" @@ -1056,7 +707,7 @@ "once" "^1.3.0" "wrappy" "1" -"inherits@^2.0.3", "inherits@~2.0.3", "inherits@2": +"inherits@2": "integrity" "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" "resolved" "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz" "version" "2.0.4" @@ -1066,11 +717,6 @@ "resolved" "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz" "version" "1.3.8" -"ip@^2.0.0": - "integrity" "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==" - "resolved" "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz" - "version" "2.0.0" - "is-arrayish@^0.2.1": "integrity" "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" "resolved" "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz" @@ -1083,7 +729,7 @@ dependencies: "binary-extensions" "^2.0.0" -"is-core-module@^2.5.0", "is-core-module@^2.9.0": +"is-core-module@^2.5.0": "integrity" "sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==" "resolved" "https://registry.npmjs.org/is-core-module/-/is-core-module-2.11.0.tgz" "version" "2.11.0" @@ -1107,11 +753,6 @@ dependencies: "is-extglob" "^2.1.1" -"is-lambda@^1.0.1": - "integrity" "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==" - "resolved" "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz" - "version" "1.0.1" - "is-number@^7.0.0": "integrity" "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" "resolved" "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz" @@ -1127,11 +768,6 @@ "resolved" "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz" "version" "5.0.0" -"isarray@~1.0.0": - "integrity" "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" - "resolved" "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz" - "version" "1.0.0" - "isexe@^2.0.0": "integrity" "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" "resolved" "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz" @@ -1146,11 +782,6 @@ optionalDependencies: "@pkgjs/parseargs" "^0.11.0" -"js-base64@^2.4.9": - "integrity" "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==" - "resolved" "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz" - "version" "2.6.4" - "js-tokens@^4.0.0": "integrity" "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" "resolved" "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz" @@ -1214,13 +845,6 @@ "resolved" "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" "version" "1.2.4" -"locate-path@^5.0.0": - "integrity" "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==" - "resolved" "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz" - "version" "5.0.0" - dependencies: - "p-locate" "^4.1.0" - "locate-path@^6.0.0": "integrity" "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==" "resolved" "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz" @@ -1233,11 +857,6 @@ "resolved" "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz" "version" "4.4.2" -"lodash@^4.17.11", "lodash@^4.17.15", "lodash@^4.17.21": - "integrity" "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - "resolved" "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz" - "version" "4.17.21" - "lru-cache@^6.0.0": "integrity" "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==" "resolved" "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz" @@ -1245,66 +864,17 @@ dependencies: "yallist" "^4.0.0" -"lru-cache@^7.7.1": - "integrity" "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==" - "resolved" "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz" - "version" "7.18.3" - "lru-cache@^9.1.1 || ^10.0.0": "integrity" "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==" "resolved" "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz" "version" "10.0.1" -"make-fetch-happen@^10.0.4": - "integrity" "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==" - "resolved" "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz" - "version" "10.2.1" - dependencies: - "agentkeepalive" "^4.2.1" - "cacache" "^16.1.0" - "http-cache-semantics" "^4.1.0" - "http-proxy-agent" "^5.0.0" - "https-proxy-agent" "^5.0.0" - "is-lambda" "^1.0.1" - "lru-cache" "^7.7.1" - "minipass" "^3.1.6" - "minipass-collect" "^1.0.2" - "minipass-fetch" "^2.0.3" - "minipass-flush" "^1.0.5" - "minipass-pipeline" "^1.2.4" - "negotiator" "^0.6.3" - "promise-retry" "^2.0.1" - "socks-proxy-agent" "^7.0.0" - "ssri" "^9.0.0" - -"make-fetch-happen@^9.1.0": - "integrity" "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==" - "resolved" "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz" - "version" "9.1.0" - dependencies: - "agentkeepalive" "^4.1.3" - "cacache" "^15.2.0" - "http-cache-semantics" "^4.1.0" - "http-proxy-agent" "^4.0.1" - "https-proxy-agent" "^5.0.0" - "is-lambda" "^1.0.1" - "lru-cache" "^6.0.0" - "minipass" "^3.1.3" - "minipass-collect" "^1.0.2" - "minipass-fetch" "^1.3.2" - "minipass-flush" "^1.0.5" - "minipass-pipeline" "^1.2.4" - "negotiator" "^0.6.2" - "promise-retry" "^2.0.1" - "socks-proxy-agent" "^6.0.0" - "ssri" "^8.0.0" - "map-obj@^1.0.0": "integrity" "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==" "resolved" "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz" "version" "1.0.1" -"map-obj@^4.0.0", "map-obj@^4.1.0": +"map-obj@^4.1.0": "integrity" "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==" "resolved" "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz" "version" "4.3.0" @@ -1337,24 +907,6 @@ "type-fest" "^1.2.2" "yargs-parser" "^20.2.9" -"meow@^9.0.0": - "integrity" "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==" - "resolved" "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz" - "version" "9.0.0" - dependencies: - "@types/minimist" "^1.2.0" - "camelcase-keys" "^6.2.2" - "decamelize" "^1.2.0" - "decamelize-keys" "^1.1.0" - "hard-rejection" "^2.1.0" - "minimist-options" "4.1.0" - "normalize-package-data" "^3.0.0" - "read-pkg-up" "^7.0.1" - "redent" "^3.0.0" - "trim-newlines" "^3.0.0" - "type-fest" "^0.18.0" - "yargs-parser" "^20.2.3" - "merge2@^1.3.0", "merge2@^1.4.1": "integrity" "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==" "resolved" "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz" @@ -1368,18 +920,11 @@ "braces" "^3.0.2" "picomatch" "^2.3.1" -"min-indent@^1.0.0", "min-indent@^1.0.1": +"min-indent@^1.0.1": "integrity" "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" "resolved" "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz" "version" "1.0.1" -"minimatch@^3.0.4", "minimatch@~3.0.2": - "integrity" "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==" - "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz" - "version" "3.0.8" - dependencies: - "brace-expansion" "^1.1.7" - "minimatch@^3.1.1": "integrity" "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==" "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz" @@ -1387,13 +932,6 @@ dependencies: "brace-expansion" "^1.1.7" -"minimatch@^5.0.1": - "integrity" "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==" - "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz" - "version" "5.1.6" - dependencies: - "brace-expansion" "^2.0.1" - "minimatch@^9.0.1": "integrity" "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==" "resolved" "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz" @@ -1410,165 +948,27 @@ "is-plain-obj" "^1.1.0" "kind-of" "^6.0.3" -"minipass-collect@^1.0.2": - "integrity" "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==" - "resolved" "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz" - "version" "1.0.2" - dependencies: - "minipass" "^3.0.0" - -"minipass-fetch@^1.3.2": - "integrity" "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==" - "resolved" "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz" - "version" "1.4.1" - dependencies: - "minipass" "^3.1.0" - "minipass-sized" "^1.0.3" - "minizlib" "^2.0.0" - optionalDependencies: - "encoding" "^0.1.12" - -"minipass-fetch@^2.0.3": - "integrity" "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==" - "resolved" "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz" - "version" "2.1.2" - dependencies: - "minipass" "^3.1.6" - "minipass-sized" "^1.0.3" - "minizlib" "^2.1.2" - optionalDependencies: - "encoding" "^0.1.13" - -"minipass-flush@^1.0.5": - "integrity" "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==" - "resolved" "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz" - "version" "1.0.5" - dependencies: - "minipass" "^3.0.0" - -"minipass-pipeline@^1.2.2", "minipass-pipeline@^1.2.4": - "integrity" "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==" - "resolved" "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz" - "version" "1.2.4" - dependencies: - "minipass" "^3.0.0" - -"minipass-sized@^1.0.3": - "integrity" "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==" - "resolved" "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz" - "version" "1.0.3" - dependencies: - "minipass" "^3.0.0" - -"minipass@^3.0.0", "minipass@^3.1.0", "minipass@^3.1.1", "minipass@^3.1.3", "minipass@^3.1.6": - "integrity" "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==" - "resolved" "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz" - "version" "3.3.6" - dependencies: - "yallist" "^4.0.0" - -"minipass@^4.0.0": - "integrity" "sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==" - "resolved" "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz" - "version" "4.2.5" - "minipass@^5.0.0 || ^6.0.2 || ^7.0.0": "integrity" "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==" "resolved" "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz" "version" "7.0.4" -"minizlib@^2.0.0", "minizlib@^2.1.1", "minizlib@^2.1.2": - "integrity" "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==" - "resolved" "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz" - "version" "2.1.2" - dependencies: - "minipass" "^3.0.0" - "yallist" "^4.0.0" - -"mkdirp@^1.0.3", "mkdirp@^1.0.4": - "integrity" "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==" - "resolved" "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz" - "version" "1.0.4" - -"ms@^2.0.0", "ms@2.1.2": +"ms@2.1.2": "integrity" "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" "resolved" "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz" "version" "2.1.2" -"nan@^2.17.0": - "integrity" "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==" - "resolved" "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz" - "version" "2.17.0" - "nanoid@^3.3.6": "integrity" "sha512-BGcqMMJuToF7i1rt+2PWSNVnWIkGCU78jBG3RxO/bZlnZPK2Cmi2QaffxGO/2RvWi9sL+FAiRiXMgsyxQ1DIDA==" "resolved" "https://registry.npmjs.org/nanoid/-/nanoid-3.3.6.tgz" "version" "3.3.6" -"negotiator@^0.6.2", "negotiator@^0.6.3": - "integrity" "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" - "resolved" "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz" - "version" "0.6.3" - -"node-gyp@^8.4.1": - "integrity" "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==" - "resolved" "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz" - "version" "8.4.1" - dependencies: - "env-paths" "^2.2.0" - "glob" "^7.1.4" - "graceful-fs" "^4.2.6" - "make-fetch-happen" "^9.1.0" - "nopt" "^5.0.0" - "npmlog" "^6.0.0" - "rimraf" "^3.0.2" - "semver" "^7.3.5" - "tar" "^6.1.2" - "which" "^2.0.2" - "node-releases@^2.0.13": "integrity" "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==" "resolved" "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz" "version" "2.0.13" -"node-sass@^9.0.0": - "integrity" "sha512-yltEuuLrfH6M7Pq2gAj5B6Zm7m+gdZoG66wTqG6mIZV/zijq3M2OO2HswtT6oBspPyFhHDcaxWpsBm0fRNDHPg==" - "resolved" "https://registry.npmjs.org/node-sass/-/node-sass-9.0.0.tgz" - "version" "9.0.0" - dependencies: - "async-foreach" "^0.1.3" - "chalk" "^4.1.2" - "cross-spawn" "^7.0.3" - "gaze" "^1.0.0" - "get-stdin" "^4.0.1" - "glob" "^7.0.3" - "lodash" "^4.17.15" - "make-fetch-happen" "^10.0.4" - "meow" "^9.0.0" - "nan" "^2.17.0" - "node-gyp" "^8.4.1" - "sass-graph" "^4.0.1" - "stdout-stream" "^1.4.0" - "true-case-path" "^2.2.1" - -"nopt@^5.0.0": - "integrity" "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==" - "resolved" "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz" - "version" "5.0.0" - dependencies: - "abbrev" "1" - -"normalize-package-data@^2.5.0": - "integrity" "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==" - "resolved" "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz" - "version" "2.5.0" - dependencies: - "hosted-git-info" "^2.1.4" - "resolve" "^1.10.0" - "semver" "2 || 3 || 4 || 5" - "validate-npm-package-license" "^3.0.1" - -"normalize-package-data@^3.0.0", "normalize-package-data@^3.0.2": +"normalize-package-data@^3.0.2": "integrity" "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==" "resolved" "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz" "version" "3.0.3" @@ -1588,16 +988,6 @@ "resolved" "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz" "version" "0.1.2" -"npmlog@^6.0.0": - "integrity" "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==" - "resolved" "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz" - "version" "6.0.2" - dependencies: - "are-we-there-yet" "^3.0.0" - "console-control-strings" "^1.1.0" - "gauge" "^4.0.3" - "set-blocking" "^2.0.0" - "once@^1.3.0": "integrity" "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==" "resolved" "https://registry.npmjs.org/once/-/once-1.4.0.tgz" @@ -1605,13 +995,6 @@ dependencies: "wrappy" "1" -"p-limit@^2.2.0": - "integrity" "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==" - "resolved" "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz" - "version" "2.3.0" - dependencies: - "p-try" "^2.0.0" - "p-limit@^3.0.2": "integrity" "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==" "resolved" "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz" @@ -1619,13 +1002,6 @@ dependencies: "yocto-queue" "^0.1.0" -"p-locate@^4.1.0": - "integrity" "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==" - "resolved" "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz" - "version" "4.1.0" - dependencies: - "p-limit" "^2.2.0" - "p-locate@^5.0.0": "integrity" "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==" "resolved" "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz" @@ -1633,18 +1009,6 @@ dependencies: "p-limit" "^3.0.2" -"p-map@^4.0.0": - "integrity" "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==" - "resolved" "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz" - "version" "4.0.0" - dependencies: - "aggregate-error" "^3.0.0" - -"p-try@^2.0.0": - "integrity" "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - "resolved" "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz" - "version" "2.2.0" - "parent-module@^1.0.0": "integrity" "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==" "resolved" "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz" @@ -1652,7 +1016,7 @@ dependencies: "callsites" "^3.0.0" -"parse-json@^5.0.0", "parse-json@^5.2.0": +"parse-json@^5.2.0": "integrity" "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==" "resolved" "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz" "version" "5.2.0" @@ -1677,11 +1041,6 @@ "resolved" "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz" "version" "3.1.1" -"path-parse@^1.0.7": - "integrity" "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - "resolved" "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz" - "version" "1.0.7" - "path-scurry@^1.10.1": "integrity" "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==" "resolved" "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz" @@ -1791,24 +1150,6 @@ "resolved" "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz" "version" "1.0.3" -"process-nextick-args@~2.0.0": - "integrity" "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" - "resolved" "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz" - "version" "2.0.1" - -"promise-inflight@^1.0.1": - "integrity" "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==" - "resolved" "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz" - "version" "1.0.1" - -"promise-retry@^2.0.1": - "integrity" "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==" - "resolved" "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz" - "version" "2.0.1" - dependencies: - "err-code" "^2.0.2" - "retry" "^0.12.0" - "punycode@^2.1.0": "integrity" "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==" "resolved" "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz" @@ -1819,11 +1160,6 @@ "resolved" "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz" "version" "1.2.3" -"quick-lru@^4.0.1": - "integrity" "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==" - "resolved" "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz" - "version" "4.0.1" - "quick-lru@^5.1.1": "integrity" "sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==" "resolved" "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz" @@ -1836,15 +1172,6 @@ dependencies: "pify" "^2.3.0" -"read-pkg-up@^7.0.1": - "integrity" "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==" - "resolved" "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz" - "version" "7.0.1" - dependencies: - "find-up" "^4.1.0" - "read-pkg" "^5.2.0" - "type-fest" "^0.8.1" - "read-pkg-up@^8.0.0": "integrity" "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==" "resolved" "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz" @@ -1854,16 +1181,6 @@ "read-pkg" "^6.0.0" "type-fest" "^1.0.1" -"read-pkg@^5.2.0": - "integrity" "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==" - "resolved" "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz" - "version" "5.2.0" - dependencies: - "@types/normalize-package-data" "^2.4.0" - "normalize-package-data" "^2.5.0" - "parse-json" "^5.0.0" - "type-fest" "^0.6.0" - "read-pkg@^6.0.0": "integrity" "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==" "resolved" "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz" @@ -1874,28 +1191,6 @@ "parse-json" "^5.2.0" "type-fest" "^1.0.1" -"readable-stream@^2.0.1": - "integrity" "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==" - "resolved" "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz" - "version" "2.3.8" - dependencies: - "core-util-is" "~1.0.0" - "inherits" "~2.0.3" - "isarray" "~1.0.0" - "process-nextick-args" "~2.0.0" - "safe-buffer" "~5.1.1" - "string_decoder" "~1.1.1" - "util-deprecate" "~1.0.1" - -"readable-stream@^3.6.0": - "integrity" "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==" - "resolved" "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz" - "version" "3.6.2" - dependencies: - "inherits" "^2.0.3" - "string_decoder" "^1.1.1" - "util-deprecate" "^1.0.1" - "readdirp@~3.6.0": "integrity" "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==" "resolved" "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz" @@ -1903,14 +1198,6 @@ dependencies: "picomatch" "^2.2.1" -"redent@^3.0.0": - "integrity" "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==" - "resolved" "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz" - "version" "3.0.0" - dependencies: - "indent-string" "^4.0.0" - "strip-indent" "^3.0.0" - "redent@^4.0.0": "integrity" "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==" "resolved" "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz" @@ -1939,20 +1226,6 @@ "resolved" "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz" "version" "5.0.0" -"resolve@^1.10.0": - "integrity" "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==" - "resolved" "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz" - "version" "1.22.1" - dependencies: - "is-core-module" "^2.9.0" - "path-parse" "^1.0.7" - "supports-preserve-symlinks-flag" "^1.0.0" - -"retry@^0.12.0": - "integrity" "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==" - "resolved" "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz" - "version" "0.12.0" - "reusify@^1.0.4": "integrity" "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==" "resolved" "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz" @@ -1979,56 +1252,22 @@ dependencies: "queue-microtask" "^1.2.2" -"safe-buffer@~5.1.0", "safe-buffer@~5.1.1": - "integrity" "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - "resolved" "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz" - "version" "5.1.2" - -"safe-buffer@~5.2.0": - "integrity" "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" - "resolved" "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz" - "version" "5.2.1" - -"safer-buffer@>= 2.1.2 < 3.0.0": - "integrity" "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - "resolved" "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz" - "version" "2.1.2" - -"sass-graph@^4.0.1": - "integrity" "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==" - "resolved" "https://registry.npmjs.org/sass-graph/-/sass-graph-4.0.1.tgz" - "version" "4.0.1" +"sass@^1.69.5": + "integrity" "sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==" + "resolved" "https://registry.npmjs.org/sass/-/sass-1.69.5.tgz" + "version" "1.69.5" dependencies: - "glob" "^7.0.0" - "lodash" "^4.17.11" - "scss-tokenizer" "^0.4.3" - "yargs" "^17.2.1" + "chokidar" ">=3.0.0 <4.0.0" + "immutable" "^4.0.0" + "source-map-js" ">=0.6.2 <2.0.0" -"scss-tokenizer@^0.4.3": - "integrity" "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==" - "resolved" "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.4.3.tgz" - "version" "0.4.3" - dependencies: - "js-base64" "^2.4.9" - "source-map" "^0.7.3" - -"semver@^7.3.4", "semver@^7.3.5": +"semver@^7.3.4": "integrity" "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==" "resolved" "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz" "version" "7.3.8" dependencies: "lru-cache" "^6.0.0" -"semver@2 || 3 || 4 || 5": - "integrity" "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" - "resolved" "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz" - "version" "5.7.1" - -"set-blocking@^2.0.0": - "integrity" "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" - "resolved" "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz" - "version" "2.0.0" - "shebang-command@^2.0.0": "integrity" "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==" "resolved" "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz" @@ -2041,11 +1280,6 @@ "resolved" "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz" "version" "3.0.0" -"signal-exit@^3.0.7": - "integrity" "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" - "resolved" "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz" - "version" "3.0.7" - "signal-exit@^4.0.1": "integrity" "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==" "resolved" "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz" @@ -2075,47 +1309,11 @@ "astral-regex" "^2.0.0" "is-fullwidth-code-point" "^3.0.0" -"smart-buffer@^4.2.0": - "integrity" "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==" - "resolved" "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz" - "version" "4.2.0" - -"socks-proxy-agent@^6.0.0": - "integrity" "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==" - "resolved" "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz" - "version" "6.2.1" - dependencies: - "agent-base" "^6.0.2" - "debug" "^4.3.3" - "socks" "^2.6.2" - -"socks-proxy-agent@^7.0.0": - "integrity" "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==" - "resolved" "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz" - "version" "7.0.0" - dependencies: - "agent-base" "^6.0.2" - "debug" "^4.3.3" - "socks" "^2.6.2" - -"socks@^2.6.2": - "integrity" "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==" - "resolved" "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz" - "version" "2.7.1" - dependencies: - "ip" "^2.0.0" - "smart-buffer" "^4.2.0" - -"source-map-js@^1.0.1", "source-map-js@^1.0.2": +"source-map-js@^1.0.1", "source-map-js@^1.0.2", "source-map-js@>=0.6.2 <2.0.0": "integrity" "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==" "resolved" "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz" "version" "1.0.2" -"source-map@^0.7.3": - "integrity" "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==" - "resolved" "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz" - "version" "0.7.4" - "source-map@~0.6.0": "integrity" "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" "resolved" "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz" @@ -2147,41 +1345,6 @@ "resolved" "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.13.tgz" "version" "3.0.13" -"ssri@^8.0.0", "ssri@^8.0.1": - "integrity" "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==" - "resolved" "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz" - "version" "8.0.1" - dependencies: - "minipass" "^3.1.1" - -"ssri@^9.0.0": - "integrity" "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==" - "resolved" "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz" - "version" "9.0.1" - dependencies: - "minipass" "^3.1.1" - -"stdout-stream@^1.4.0": - "integrity" "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==" - "resolved" "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz" - "version" "1.4.1" - dependencies: - "readable-stream" "^2.0.1" - -"string_decoder@^1.1.1": - "integrity" "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==" - "resolved" "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz" - "version" "1.3.0" - dependencies: - "safe-buffer" "~5.2.0" - -"string_decoder@~1.1.1": - "integrity" "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==" - "resolved" "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz" - "version" "1.1.1" - dependencies: - "safe-buffer" "~5.1.0" - "string-width-cjs@npm:string-width@^4.2.0": "integrity" "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" "resolved" "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" @@ -2191,7 +1354,7 @@ "is-fullwidth-code-point" "^3.0.0" "strip-ansi" "^6.0.1" -"string-width@^1.0.2 || 2 || 3 || 4", "string-width@^4.1.0", "string-width@^4.2.0", "string-width@^4.2.3": +"string-width@^4.1.0", "string-width@^4.2.0", "string-width@^4.2.3": "integrity" "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==" "resolved" "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz" "version" "4.2.3" @@ -2230,13 +1393,6 @@ dependencies: "ansi-regex" "^6.0.1" -"strip-indent@^3.0.0": - "integrity" "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==" - "resolved" "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz" - "version" "3.0.0" - dependencies: - "min-indent" "^1.0.0" - "strip-indent@^4.0.0": "integrity" "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==" "resolved" "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz" @@ -2342,7 +1498,7 @@ dependencies: "has-flag" "^3.0.0" -"supports-color@^7.0.0", "supports-color@^7.1.0": +"supports-color@^7.0.0": "integrity" "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==" "resolved" "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz" "version" "7.2.0" @@ -2357,11 +1513,6 @@ "has-flag" "^4.0.0" "supports-color" "^7.0.0" -"supports-preserve-symlinks-flag@^1.0.0": - "integrity" "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==" - "resolved" "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz" - "version" "1.0.0" - "svg-tags@^1.0.0": "integrity" "sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA==" "resolved" "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz" @@ -2378,18 +1529,6 @@ "string-width" "^4.2.3" "strip-ansi" "^6.0.1" -"tar@^6.0.2", "tar@^6.1.11", "tar@^6.1.2": - "integrity" "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==" - "resolved" "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz" - "version" "6.1.13" - dependencies: - "chownr" "^2.0.0" - "fs-minipass" "^2.0.0" - "minipass" "^4.0.0" - "minizlib" "^2.1.1" - "mkdirp" "^1.0.3" - "yallist" "^4.0.0" - "thenby@^1.3.4": "integrity" "sha512-89Gi5raiWA3QZ4b2ePcEwswC3me9JIg+ToSgtE0JWeCynLnLxNr/f9G+xfo9K+Oj4AFdom8YNJjibIARTJmapQ==" "resolved" "https://registry.npmjs.org/thenby/-/thenby-1.3.4.tgz" @@ -2402,69 +1541,16 @@ dependencies: "is-number" "^7.0.0" -"trim-newlines@^3.0.0": - "integrity" "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==" - "resolved" "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz" - "version" "3.0.1" - "trim-newlines@^4.0.2": "integrity" "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==" "resolved" "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz" "version" "4.1.1" -"true-case-path@^2.2.1": - "integrity" "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==" - "resolved" "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz" - "version" "2.2.1" - -"type-fest@^0.18.0": - "integrity" "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==" - "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz" - "version" "0.18.1" - -"type-fest@^0.6.0": - "integrity" "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==" - "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz" - "version" "0.6.0" - -"type-fest@^0.8.1": - "integrity" "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==" - "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz" - "version" "0.8.1" - "type-fest@^1.0.1", "type-fest@^1.2.1", "type-fest@^1.2.2": "integrity" "sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==" "resolved" "https://registry.npmjs.org/type-fest/-/type-fest-1.4.0.tgz" "version" "1.4.0" -"unique-filename@^1.1.1": - "integrity" "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==" - "resolved" "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz" - "version" "1.1.1" - dependencies: - "unique-slug" "^2.0.0" - -"unique-filename@^2.0.0": - "integrity" "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==" - "resolved" "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz" - "version" "2.0.1" - dependencies: - "unique-slug" "^3.0.0" - -"unique-slug@^2.0.0": - "integrity" "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==" - "resolved" "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz" - "version" "2.0.2" - dependencies: - "imurmurhash" "^0.1.4" - -"unique-slug@^3.0.0": - "integrity" "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==" - "resolved" "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz" - "version" "3.0.0" - dependencies: - "imurmurhash" "^0.1.4" - "universalify@^2.0.0": "integrity" "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" "resolved" "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz" @@ -2485,7 +1571,7 @@ dependencies: "punycode" "^2.1.0" -"util-deprecate@^1.0.1", "util-deprecate@^1.0.2", "util-deprecate@~1.0.1": +"util-deprecate@^1.0.2": "integrity" "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" "resolved" "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz" "version" "1.0.2" @@ -2505,20 +1591,13 @@ dependencies: "isexe" "^2.0.0" -"which@^2.0.1", "which@^2.0.2": +"which@^2.0.1": "integrity" "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==" "resolved" "https://registry.npmjs.org/which/-/which-2.0.2.tgz" "version" "2.0.2" dependencies: "isexe" "^2.0.0" -"wide-align@^1.1.5": - "integrity" "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==" - "resolved" "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz" - "version" "1.1.5" - dependencies: - "string-width" "^1.0.2 || 2 || 3 || 4" - "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": "integrity" "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==" "resolved" "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz" @@ -2574,7 +1653,7 @@ "resolved" "https://registry.npmjs.org/yaml/-/yaml-2.2.1.tgz" "version" "2.2.1" -"yargs-parser@^20.2.3", "yargs-parser@^20.2.9": +"yargs-parser@^20.2.9": "integrity" "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==" "resolved" "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz" "version" "20.2.9" @@ -2584,7 +1663,7 @@ "resolved" "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz" "version" "21.1.1" -"yargs@^17.0.0", "yargs@^17.2.1": +"yargs@^17.0.0": "integrity" "sha512-cwiTb08Xuv5fqF4AovYacTFNxk62th7LKJ6BL9IGUpTJrWoU7/7WdQGTP2SjKf1dUNBGzDd28p/Yfs/GI6JrLw==" "resolved" "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz" "version" "17.7.1" From 88e9a33c5a946a9844c88a43d3993b6d8d3d1ff6 Mon Sep 17 00:00:00 2001 From: "Dominik \"Pipo\" Alexander" Date: Sun, 26 Nov 2023 21:25:59 +0100 Subject: [PATCH 3/6] Replace all usages of @import with @use --- bulma-rtl.sass | 4 +- bulma.sass | 16 +- sass/base/_all.sass | 6 - sass/base/_index.sass | 6 + sass/base/generic.sass | 36 ++--- sass/base/helpers.sass | 1 - sass/components/_all.sass | 15 -- sass/components/_index.sass | 15 ++ sass/components/breadcrumb.sass | 27 ++-- sass/components/card.sass | 24 +-- sass/components/dropdown.sass | 28 ++-- sass/components/level.sass | 25 ++-- sass/components/media.sass | 12 +- sass/components/menu.sass | 32 ++-- sass/components/message.sass | 37 ++--- sass/components/modal.sass | 34 +++-- sass/components/navbar.sass | 100 +++++++------ sass/components/pagination.sass | 59 ++++---- sass/components/panel.sass | 52 +++---- sass/components/tabs.sass | 93 ++++++------ sass/elements/_all.sass | 16 -- sass/elements/_index.sass | 16 ++ sass/elements/box.sass | 16 +- sass/elements/button.sass | 98 ++++++------ sass/elements/container.sass | 31 ++-- sass/elements/content.sass | 39 ++--- sass/elements/icon.sass | 10 +- sass/elements/image.sass | 6 +- sass/elements/notification.sass | 19 ++- sass/elements/other.sass | 10 +- sass/elements/progress.sass | 23 +-- sass/elements/table.sass | 30 ++-- sass/elements/tag.sass | 58 ++++---- sass/elements/title.sass | 29 ++-- sass/form/_all.sass | 9 -- sass/form/_index.sass | 9 ++ sass/form/checkbox-radio.sass | 9 +- sass/form/file.sass | 47 +++--- sass/form/input-textarea.sass | 25 ++-- sass/form/select.sass | 46 +++--- sass/form/shared.sass | 52 ++++--- sass/form/tools.sass | 80 +++++----- sass/grid/_all.sass | 5 - sass/grid/_index.sass | 5 + sass/grid/columns.sass | 206 +++++++++++++------------- sass/grid/tiles.sass | 7 +- sass/helpers/_all.sass | 12 -- sass/helpers/_index.sass | 12 ++ sass/helpers/color.sass | 13 +- sass/helpers/float.sass | 4 +- sass/helpers/other.sass | 2 +- sass/helpers/position.sass | 2 +- sass/helpers/typography.sass | 58 ++++---- sass/helpers/visibility.sass | 56 +++---- sass/layout/_all.sass | 6 - sass/layout/_index.sass | 6 + sass/layout/footer.sass | 4 +- sass/layout/hero.sass | 33 +++-- sass/layout/section.sass | 4 +- sass/utilities/_all.sass | 9 -- sass/utilities/_index.sass | 9 ++ sass/utilities/animations.sass | 1 - sass/utilities/controls.sass | 15 +- sass/utilities/derived-variables.sass | 144 +++++++++--------- sass/utilities/extends.sass | 19 +-- sass/utilities/mixins.sass | 70 ++++----- 66 files changed, 1055 insertions(+), 947 deletions(-) delete mode 100644 sass/base/_all.sass create mode 100644 sass/base/_index.sass delete mode 100644 sass/base/helpers.sass delete mode 100644 sass/components/_all.sass create mode 100644 sass/components/_index.sass delete mode 100644 sass/elements/_all.sass create mode 100644 sass/elements/_index.sass delete mode 100644 sass/form/_all.sass create mode 100644 sass/form/_index.sass delete mode 100644 sass/grid/_all.sass create mode 100644 sass/grid/_index.sass delete mode 100644 sass/helpers/_all.sass create mode 100644 sass/helpers/_index.sass delete mode 100644 sass/layout/_all.sass create mode 100644 sass/layout/_index.sass delete mode 100644 sass/utilities/_all.sass create mode 100644 sass/utilities/_index.sass delete mode 100644 sass/utilities/animations.sass diff --git a/bulma-rtl.sass b/bulma-rtl.sass index daeba985b..b2165bda1 100644 --- a/bulma-rtl.sass +++ b/bulma-rtl.sass @@ -1,3 +1,3 @@ @charset "utf-8" -$rtl: true -@import "bulma" + +@use "bulma" with ($rtl: true) diff --git a/bulma.sass b/bulma.sass index 87dec21b1..05e37b1c5 100644 --- a/bulma.sass +++ b/bulma.sass @@ -1,10 +1,10 @@ @charset "utf-8" /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */ -@import "sass/utilities/_all" -@import "sass/base/_all" -@import "sass/elements/_all" -@import "sass/form/_all" -@import "sass/components/_all" -@import "sass/grid/_all" -@import "sass/helpers/_all" -@import "sass/layout/_all" +@forward "sass/utilities" +@forward "sass/base" +@forward "sass/elements" +@forward "sass/form" +@forward "sass/components" +@forward "sass/grid" +@forward "sass/helpers" +@forward "sass/layout" diff --git a/sass/base/_all.sass b/sass/base/_all.sass deleted file mode 100644 index a5ae0a7b2..000000000 --- a/sass/base/_all.sass +++ /dev/null @@ -1,6 +0,0 @@ -/* Bulma Base */ -@charset "utf-8" - -@import "minireset" -@import "generic" -@import "animations" diff --git a/sass/base/_index.sass b/sass/base/_index.sass new file mode 100644 index 000000000..b85508b63 --- /dev/null +++ b/sass/base/_index.sass @@ -0,0 +1,6 @@ +/* Bulma Base */ +@charset "utf-8" + +@use "minireset" +@forward "generic" +@use "animations" diff --git a/sass/base/generic.sass b/sass/base/generic.sass index 42c736ae0..e8a1b3534 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -1,31 +1,33 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" -$body-background-color: $scheme-main !default +$body-background-color: derived-variables.$scheme-main !default $body-size: 16px !default $body-min-width: 300px !default $body-rendering: optimizeLegibility !default -$body-family: $family-primary !default +$body-family: derived-variables.$family-primary !default $body-overflow-x: hidden !default $body-overflow-y: scroll !default -$body-color: $text !default +$body-color: derived-variables.$text !default $body-font-size: 1em !default -$body-weight: $weight-normal !default +$body-weight: initial-variables.$weight-normal !default $body-line-height: 1.5 !default -$code-family: $family-code !default +$code-family: derived-variables.$family-code !default $code-padding: 0.25em 0.5em 0.25em !default $code-weight: normal !default $code-size: 0.875em !default $small-font-size: 0.875em !default -$hr-background-color: $background !default +$hr-background-color: derived-variables.$background !default $hr-height: 2px !default $hr-margin: 1.5rem 0 !default -$strong-color: $text-strong !default -$strong-weight: $weight-bold !default +$strong-color: derived-variables.$text-strong !default +$strong-weight: initial-variables.$weight-bold !default $pre-font-size: 0.875em !default $pre-padding: 1.25rem 1.5rem !default @@ -74,17 +76,17 @@ body // Inline a - color: $link + color: derived-variables.$link cursor: pointer text-decoration: none strong color: currentColor &:hover - color: $link-hover + color: derived-variables.$link-hover code - background-color: $code-background - color: $code + background-color: derived-variables.$code-background + color: derived-variables.$code font-size: $code-size font-weight: $code-weight padding: $code-padding @@ -121,9 +123,9 @@ fieldset border: none pre - +overflow-touch - background-color: $pre-background - color: $pre + +mixins.overflow-touch + background-color: derived-variables.$pre-background + color: derived-variables.$pre font-size: $pre-font-size overflow-x: auto padding: $pre-padding @@ -142,4 +144,4 @@ table &:not([align]) text-align: inherit th - color: $text-strong + color: derived-variables.$text-strong diff --git a/sass/base/helpers.sass b/sass/base/helpers.sass deleted file mode 100644 index e356830f7..000000000 --- a/sass/base/helpers.sass +++ /dev/null @@ -1 +0,0 @@ -@warn "The helpers.sass file is DEPRECATED. It has moved into its own /helpers folder. Please import sass/helpers/_all instead." diff --git a/sass/components/_all.sass b/sass/components/_all.sass deleted file mode 100644 index a7062ec17..000000000 --- a/sass/components/_all.sass +++ /dev/null @@ -1,15 +0,0 @@ -/* Bulma Components */ -@charset "utf-8" - -@import "breadcrumb" -@import "card" -@import "dropdown" -@import "level" -@import "media" -@import "menu" -@import "message" -@import "modal" -@import "navbar" -@import "pagination" -@import "panel" -@import "tabs" diff --git a/sass/components/_index.sass b/sass/components/_index.sass new file mode 100644 index 000000000..3bc682596 --- /dev/null +++ b/sass/components/_index.sass @@ -0,0 +1,15 @@ +/* Bulma Components */ +@charset "utf-8" + +@forward "breadcrumb" +@forward "card" +@forward "dropdown" +@forward "level" +@forward "media" +@forward "menu" +@forward "message" +@forward "modal" +@forward "navbar" +@forward "pagination" +@forward "panel" +@forward "tabs" diff --git a/sass/components/breadcrumb.sass b/sass/components/breadcrumb.sass index 60bb17b02..30a6b8faf 100644 --- a/sass/components/breadcrumb.sass +++ b/sass/components/breadcrumb.sass @@ -1,18 +1,21 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$breadcrumb-item-color: $link !default -$breadcrumb-item-hover-color: $link-hover !default -$breadcrumb-item-active-color: $text-strong !default +$breadcrumb-item-color: derived-variables.$link !default +$breadcrumb-item-hover-color: derived-variables.$link-hover !default +$breadcrumb-item-active-color: derived-variables.$text-strong !default $breadcrumb-item-padding-vertical: 0 !default $breadcrumb-item-padding-horizontal: 0.75em !default -$breadcrumb-item-separator-color: $border-hover !default +$breadcrumb-item-separator-color: derived-variables.$border-hover !default .breadcrumb @extend %block @extend %unselectable - font-size: $size-normal + font-size: derived-variables.$size-normal white-space: nowrap a align-items: center @@ -26,7 +29,7 @@ $breadcrumb-item-separator-color: $border-hover !default align-items: center display: flex &:first-child a - +ltr-property("padding", 0, false) + +mixins.ltr-property("padding", 0, false) &.is-active a color: $breadcrumb-item-active-color @@ -43,9 +46,9 @@ $breadcrumb-item-separator-color: $border-hover !default justify-content: flex-start .icon &:first-child - +ltr-property("margin", 0.5em) + +mixins.ltr-property("margin", 0.5em) &:last-child - +ltr-property("margin", 0.5em, false) + +mixins.ltr-property("margin", 0.5em, false) // Alignment &.is-centered ol, @@ -57,11 +60,11 @@ $breadcrumb-item-separator-color: $border-hover !default justify-content: flex-end // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large - font-size: $size-large + font-size: derived-variables.$size-large // Styles &.has-arrow-separator li + li::before diff --git a/sass/components/card.sass b/sass/components/card.sass index 73387f38e..d7e758b8a 100644 --- a/sass/components/card.sass +++ b/sass/components/card.sass @@ -1,24 +1,26 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" -$card-color: $text !default -$card-background-color: $scheme-main !default -$card-shadow: $shadow !default +$card-color: derived-variables.$text !default +$card-background-color: derived-variables.$scheme-main !default +$card-shadow: derived-variables.$shadow !default $card-radius: 0.25rem !default $card-header-background-color: transparent !default -$card-header-color: $text-strong !default +$card-header-color: derived-variables.$text-strong !default $card-header-padding: 0.75rem 1rem !default -$card-header-shadow: 0 0.125em 0.25em rgba($scheme-invert, 0.1) !default -$card-header-weight: $weight-bold !default +$card-header-shadow: 0 0.125em 0.25em rgba(derived-variables.$scheme-invert, 0.1) !default +$card-header-weight: initial-variables.$weight-bold !default $card-content-background-color: transparent !default $card-content-padding: 1.5rem !default $card-footer-background-color: transparent !default -$card-footer-border-top: 1px solid $border-light !default +$card-footer-border-top: 1px solid derived-variables.$border-light !default $card-footer-padding: 0.75rem !default -$card-media-margin: $block-spacing !default +$card-media-margin: initial-variables.$block-spacing !default .card background-color: $card-background-color @@ -54,7 +56,7 @@ $card-media-margin: $block-spacing !default justify-content: center .card-header-icon - +reset + +mixins.reset align-items: center cursor: pointer display: flex @@ -94,7 +96,7 @@ $card-media-margin: $block-spacing !default justify-content: center padding: $card-footer-padding &:not(:last-child) - +ltr-property("border", $card-footer-border-top) + +mixins.ltr-property("border", $card-footer-border-top) // Combinations diff --git a/sass/components/dropdown.sass b/sass/components/dropdown.sass index 3743cb77e..2515efc64 100644 --- a/sass/components/dropdown.sass +++ b/sass/components/dropdown.sass @@ -1,23 +1,25 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" $dropdown-menu-min-width: 12rem !default -$dropdown-content-background-color: $scheme-main !default -$dropdown-content-arrow: $link !default +$dropdown-content-background-color: derived-variables.$scheme-main !default +$dropdown-content-arrow: derived-variables.$link !default $dropdown-content-offset: 4px !default $dropdown-content-padding-bottom: 0.5rem !default $dropdown-content-padding-top: 0.5rem !default -$dropdown-content-radius: $radius !default -$dropdown-content-shadow: $shadow !default +$dropdown-content-radius: initial-variables.$radius !default +$dropdown-content-shadow: derived-variables.$shadow !default $dropdown-content-z: 20 !default -$dropdown-item-color: $text !default -$dropdown-item-hover-color: $scheme-invert !default -$dropdown-item-hover-background-color: $background !default -$dropdown-item-active-color: $link-invert !default -$dropdown-item-active-background-color: $link !default +$dropdown-item-color: derived-variables.$text !default +$dropdown-item-hover-color: derived-variables.$scheme-invert !default +$dropdown-item-hover-background-color: derived-variables.$background !default +$dropdown-item-active-color: derived-variables.$link-invert !default +$dropdown-item-active-background-color: derived-variables.$link !default -$dropdown-divider-background-color: $border-light !default +$dropdown-divider-background-color: derived-variables.$border-light !default .dropdown display: inline-flex @@ -40,7 +42,7 @@ $dropdown-divider-background-color: $border-light !default .dropdown-menu display: none - +ltr-position(0, false) + +mixins.ltr-position(0, false) min-width: $dropdown-menu-min-width padding-top: $dropdown-content-offset position: absolute @@ -64,7 +66,7 @@ $dropdown-divider-background-color: $border-light !default a.dropdown-item, button.dropdown-item - +ltr-property("padding", 3rem) + +mixins.ltr-property("padding", 3rem) text-align: inherit white-space: nowrap width: 100% diff --git a/sass/components/level.sass b/sass/components/level.sass index 6793ae060..7977e9561 100644 --- a/sass/components/level.sass +++ b/sass/components/level.sass @@ -1,13 +1,16 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$level-item-spacing: ($block-spacing * 0.5) !default +$level-item-spacing: (initial-variables.$block-spacing * 0.5) !default .level @extend %block align-items: center justify-content: space-between code - border-radius: $radius + border-radius: initial-variables.$radius img display: inline-block vertical-align: top @@ -22,11 +25,11 @@ $level-item-spacing: ($block-spacing * 0.5) !default .level-item &:not(:last-child) margin-bottom: 0 - +ltr-property("margin", $level-item-spacing) + +mixins.ltr-property("margin", $level-item-spacing) &:not(.is-narrow) flex-grow: 1 // Responsiveness - +tablet + +mixins.tablet display: flex & > .level-item &:not(.is-narrow) @@ -43,7 +46,7 @@ $level-item-spacing: ($block-spacing * 0.5) !default .subtitle margin-bottom: 0 // Responsiveness - +mobile + +mixins.mobile &:not(:last-child) margin-bottom: $level-item-spacing @@ -57,23 +60,23 @@ $level-item-spacing: ($block-spacing * 0.5) !default &.is-flexible flex-grow: 1 // Responsiveness - +tablet + +mixins.tablet &:not(:last-child) - +ltr-property("margin", $level-item-spacing) + +mixins.ltr-property("margin", $level-item-spacing) .level-left align-items: center justify-content: flex-start // Responsiveness - +mobile + +mixins.mobile & + .level-right margin-top: 1.5rem - +tablet + +mixins.tablet display: flex .level-right align-items: center justify-content: flex-end // Responsiveness - +tablet + +mixins.tablet display: flex diff --git a/sass/components/media.sass b/sass/components/media.sass index fc3f7d167..e903a3da1 100644 --- a/sass/components/media.sass +++ b/sass/components/media.sass @@ -1,6 +1,8 @@ -@import "../utilities/mixins" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/functions" -$media-border-color: bulmaRgba($border, 0.5) !default +$media-border-color: functions.bulmaRgba(derived-variables.$border, 0.5) !default $media-border-size: 1px !default $media-spacing: 1rem !default $media-spacing-large: 1.5rem !default @@ -43,10 +45,10 @@ $media-level-2-spacing: 0.5rem !default flex-shrink: 0 .media-left - +ltr-property("margin", $media-spacing) + +mixins.ltr-property("margin", $media-spacing) .media-right - +ltr-property("margin", $media-spacing, false) + +mixins.ltr-property("margin", $media-spacing, false) .media-content flex-basis: auto @@ -54,6 +56,6 @@ $media-level-2-spacing: 0.5rem !default flex-shrink: 1 text-align: inherit -+mobile ++mixins.mobile .media-content overflow-x: auto diff --git a/sass/components/menu.sass b/sass/components/menu.sass index 31dc56fd0..f322bee3c 100644 --- a/sass/components/menu.sass +++ b/sass/components/menu.sass @@ -1,32 +1,34 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" -$menu-item-color: $text !default -$menu-item-radius: $radius-small !default -$menu-item-hover-color: $text-strong !default -$menu-item-hover-background-color: $background !default -$menu-item-active-color: $link-invert !default -$menu-item-active-background-color: $link !default +$menu-item-color: derived-variables.$text !default +$menu-item-radius: initial-variables.$radius-small !default +$menu-item-hover-color: derived-variables.$text-strong !default +$menu-item-hover-background-color: derived-variables.$background !default +$menu-item-active-color: derived-variables.$link-invert !default +$menu-item-active-background-color: derived-variables.$link !default -$menu-list-border-left: 1px solid $border !default +$menu-list-border-left: 1px solid derived-variables.$border !default $menu-list-line-height: 1.25 !default $menu-list-link-padding: 0.5em 0.75em !default $menu-nested-list-margin: 0.75em !default $menu-nested-list-padding-left: 0.75em !default -$menu-label-color: $text-light !default +$menu-label-color: derived-variables.$text-light !default $menu-label-font-size: 0.75em !default $menu-label-letter-spacing: 0.1em !default $menu-label-spacing: 1em !default .menu - font-size: $size-normal + font-size: derived-variables.$size-normal // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large - font-size: $size-large + font-size: derived-variables.$size-large .menu-list line-height: $menu-list-line-height @@ -44,9 +46,9 @@ $menu-label-spacing: 1em !default color: $menu-item-active-color li ul - +ltr-property("border", $menu-list-border-left, false) + +mixins.ltr-property("border", $menu-list-border-left, false) margin: $menu-nested-list-margin - +ltr-property("padding", $menu-nested-list-padding-left, false) + +mixins.ltr-property("padding", $menu-nested-list-padding-left, false) .menu-label color: $menu-label-color diff --git a/sass/components/message.sass b/sass/components/message.sass index ab8378036..60cdd5c86 100644 --- a/sass/components/message.sass +++ b/sass/components/message.sass @@ -1,31 +1,34 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$message-background-color: $background !default -$message-radius: $radius !default +$message-background-color: derived-variables.$background !default +$message-radius: initial-variables.$radius !default -$message-header-background-color: $text !default -$message-header-color: $text-invert !default -$message-header-weight: $weight-bold !default +$message-header-background-color: derived-variables.$text !default +$message-header-color: derived-variables.$text-invert !default +$message-header-weight: initial-variables.$weight-bold !default $message-header-padding: 0.75em 1em !default -$message-header-radius: $radius !default +$message-header-radius: initial-variables.$radius !default -$message-body-border-color: $border !default +$message-body-border-color: derived-variables.$border !default $message-body-border-width: 0 0 0 4px !default -$message-body-color: $text !default +$message-body-color: derived-variables.$text !default $message-body-padding: 1.25em 1.5em !default -$message-body-radius: $radius !default +$message-body-radius: initial-variables.$radius !default -$message-body-pre-background-color: $scheme-main !default +$message-body-pre-background-color: derived-variables.$scheme-main !default $message-body-pre-code-background-color: transparent !default $message-header-body-border-width: 0 !default -$message-colors: $colors !default +$message-colors: derived-variables.$colors !default .message @extend %block background-color: $message-background-color border-radius: $message-radius - font-size: $size-normal + font-size: derived-variables.$size-normal strong color: currentColor a:not(.button):not(.tag):not(.dropdown-item) @@ -33,11 +36,11 @@ $message-colors: $colors !default text-decoration: underline // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large - font-size: $size-large + font-size: derived-variables.$size-large // Colors @each $name, $components in $message-colors $color: nth($components, 1) @@ -81,7 +84,7 @@ $message-colors: $colors !default .delete flex-grow: 0 flex-shrink: 0 - +ltr-property("margin", 0.75em, false) + +mixins.ltr-property("margin", 0.75em, false) & + .message-body border-width: $message-header-body-border-width border-top-left-radius: 0 diff --git a/sass/components/modal.sass b/sass/components/modal.sass index fdbddd6a0..7e07e25ef 100644 --- a/sass/components/modal.sass +++ b/sass/components/modal.sass @@ -1,8 +1,12 @@ -@import "../utilities/mixins" +@use "../utilities/derived-variables" +@use "../utilities/initial-variables" +@use "../utilities/mixins" +@use "../utilities/extends" +@use "../utilities/functions" $modal-z: 40 !default -$modal-background-background-color: bulmaRgba($scheme-invert, 0.86) !default +$modal-background-background-color: functions.bulmaRgba(derived-variables.$scheme-invert, 0.86) !default $modal-content-width: 640px !default $modal-content-margin-mobile: 20px !default @@ -15,22 +19,22 @@ $modal-close-top: 20px !default $modal-card-spacing: 40px !default -$modal-card-head-background-color: $background !default -$modal-card-head-border-bottom: 1px solid $border !default +$modal-card-head-background-color: derived-variables.$background !default +$modal-card-head-border-bottom: 1px solid derived-variables.$border !default $modal-card-head-padding: 20px !default -$modal-card-head-radius: $radius-large !default +$modal-card-head-radius: initial-variables.$radius-large !default -$modal-card-title-color: $text-strong !default +$modal-card-title-color: derived-variables.$text-strong !default $modal-card-title-line-height: 1 !default -$modal-card-title-size: $size-4 !default +$modal-card-title-size: initial-variables.$size-4 !default -$modal-card-foot-radius: $radius-large !default -$modal-card-foot-border-top: 1px solid $border !default +$modal-card-foot-radius: initial-variables.$radius-large !default +$modal-card-foot-border-top: 1px solid derived-variables.$border !default -$modal-card-body-background-color: $scheme-main !default +$modal-card-body-background-color: derived-variables.$scheme-main !default $modal-card-body-padding: 20px !default -$modal-breakpoint: $tablet !default +$modal-breakpoint: initial-variables.$tablet !default .modal @extend %overlay @@ -57,7 +61,7 @@ $modal-breakpoint: $tablet !default position: relative width: 100% // Responsiveness - +from($modal-breakpoint) + +mixins.from($modal-breakpoint) margin: 0 auto max-height: calc(100vh - #{$modal-content-spacing-tablet}) width: $modal-content-width @@ -67,7 +71,7 @@ $modal-breakpoint: $tablet !default background: none height: $modal-close-dimensions position: fixed - +ltr-position($modal-close-right) + +mixins.ltr-position($modal-close-right) top: $modal-close-top width: $modal-close-dimensions @@ -106,10 +110,10 @@ $modal-breakpoint: $tablet !default border-top: $modal-card-foot-border-top .button &:not(:last-child) - +ltr-property("margin", 0.5em) + +mixins.ltr-property("margin", 0.5em) .modal-card-body - +overflow-touch + +mixins.overflow-touch background-color: $modal-card-body-background-color flex-grow: 1 flex-shrink: 1 diff --git a/sass/components/navbar.sass b/sass/components/navbar.sass index f64c48808..98308d529 100644 --- a/sass/components/navbar.sass +++ b/sass/components/navbar.sass @@ -1,54 +1,58 @@ -@import "../utilities/mixins" +@use "../utilities/derived-variables" +@use "../utilities/initial-variables" +@use "../utilities/mixins" +@use "../utilities/extends" +@use "../utilities/functions" -$navbar-background-color: $scheme-main !default +$navbar-background-color: derived-variables.$scheme-main !default $navbar-box-shadow-size: 0 2px 0 0 !default -$navbar-box-shadow-color: $background !default +$navbar-box-shadow-color: derived-variables.$background !default $navbar-height: 3.25rem !default $navbar-padding-vertical: 1rem !default $navbar-padding-horizontal: 2rem !default $navbar-z: 30 !default $navbar-fixed-z: 30 !default -$navbar-item-color: $text !default -$navbar-item-hover-color: $link !default -$navbar-item-hover-background-color: $scheme-main-bis !default -$navbar-item-active-color: $scheme-invert !default +$navbar-item-color: derived-variables.$text !default +$navbar-item-hover-color: derived-variables.$link !default +$navbar-item-hover-background-color: derived-variables.$scheme-main-bis !default +$navbar-item-active-color: derived-variables.$scheme-invert !default $navbar-item-active-background-color: transparent !default $navbar-item-img-max-height: 1.75rem !default $navbar-burger-color: $navbar-item-color !default $navbar-tab-hover-background-color: transparent !default -$navbar-tab-hover-border-bottom-color: $link !default -$navbar-tab-active-color: $link !default +$navbar-tab-hover-border-bottom-color: derived-variables.$link !default +$navbar-tab-active-color: derived-variables.$link !default $navbar-tab-active-background-color: transparent !default -$navbar-tab-active-border-bottom-color: $link !default +$navbar-tab-active-border-bottom-color: derived-variables.$link !default $navbar-tab-active-border-bottom-style: solid !default $navbar-tab-active-border-bottom-width: 3px !default -$navbar-dropdown-background-color: $scheme-main !default -$navbar-dropdown-border-top: 2px solid $border !default +$navbar-dropdown-background-color: derived-variables.$scheme-main !default +$navbar-dropdown-border-top: 2px solid derived-variables.$border !default $navbar-dropdown-offset: -4px !default -$navbar-dropdown-arrow: $link !default -$navbar-dropdown-radius: $radius-large !default +$navbar-dropdown-arrow: derived-variables.$link !default +$navbar-dropdown-radius: initial-variables.$radius-large !default $navbar-dropdown-z: 20 !default -$navbar-dropdown-boxed-radius: $radius-large !default -$navbar-dropdown-boxed-shadow: 0 8px 8px bulmaRgba($scheme-invert, 0.1), 0 0 0 1px bulmaRgba($scheme-invert, 0.1) !default +$navbar-dropdown-boxed-radius: initial-variables.$radius-large !default +$navbar-dropdown-boxed-shadow: 0 8px 8px functions.bulmaRgba(derived-variables.$scheme-invert, 0.1), 0 0 0 1px functions.bulmaRgba(derived-variables.$scheme-invert, 0.1) !default -$navbar-dropdown-item-hover-color: $scheme-invert !default -$navbar-dropdown-item-hover-background-color: $background !default -$navbar-dropdown-item-active-color: $link !default -$navbar-dropdown-item-active-background-color: $background !default +$navbar-dropdown-item-hover-color: derived-variables.$scheme-invert !default +$navbar-dropdown-item-hover-background-color: derived-variables.$background !default +$navbar-dropdown-item-active-color: derived-variables.$link !default +$navbar-dropdown-item-active-background-color: derived-variables.$background !default -$navbar-divider-background-color: $background !default +$navbar-divider-background-color: derived-variables.$background !default $navbar-divider-height: 2px !default $navbar-bottom-box-shadow-size: 0 -2px 0 0 !default -$navbar-breakpoint: $desktop !default +$navbar-breakpoint: initial-variables.$desktop !default -$navbar-colors: $colors !default +$navbar-colors: derived-variables.$colors !default =navbar-fixed left: 0 @@ -76,14 +80,14 @@ $navbar-colors: $colors !default &:focus, &:hover, &.is-active - background-color: bulmaDarken($color, 5%) + background-color: functions.bulmaDarken($color, 5%) color: $color-invert .navbar-link &::after border-color: $color-invert .navbar-burger color: $color-invert - +from($navbar-breakpoint) + +mixins.from($navbar-breakpoint) .navbar-start, .navbar-end & > .navbar-item, @@ -94,7 +98,7 @@ $navbar-colors: $colors !default &:focus, &:hover, &.is-active - background-color: bulmaDarken($color, 5%) + background-color: functions.bulmaDarken($color, 5%) color: $color-invert .navbar-link &::after @@ -102,7 +106,7 @@ $navbar-colors: $colors !default .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link - background-color: bulmaDarken($color, 5%) + background-color: functions.bulmaDarken($color, 5%) color: $color-invert .navbar-dropdown a.navbar-item @@ -147,7 +151,7 @@ body background-color: transparent .navbar-tabs - +overflow-touch + +mixins.overflow-touch max-width: 100vw overflow-x: auto overflow-y: hidden @@ -155,8 +159,8 @@ body .navbar-burger @extend %reset color: $navbar-burger-color - +hamburger($navbar-height) - +ltr-property("margin", auto, false) + +mixins.hamburger($navbar-height) + +mixins.ltr-property("margin", auto, false) .navbar-menu display: none @@ -214,12 +218,12 @@ a.navbar-item, flex-shrink: 1 .navbar-link:not(.is-arrowless) - +ltr-property("padding", 2.5em) + +mixins.ltr-property("padding", 2.5em) &::after @extend %arrow border-color: $navbar-dropdown-arrow margin-top: -0.375em - +ltr-position(1.125em) + +mixins.ltr-position(1.125em) .navbar-dropdown font-size: 0.875rem @@ -236,7 +240,7 @@ a.navbar-item, height: $navbar-divider-height margin: 0.5rem 0 -+until($navbar-breakpoint) ++mixins.until($navbar-breakpoint) .navbar > .container display: block .navbar-brand, @@ -249,7 +253,7 @@ a.navbar-item, display: none .navbar-menu background-color: $navbar-background-color - box-shadow: 0 8px 16px bulmaRgba($scheme-invert, 0.1) + box-shadow: 0 8px 16px functions.bulmaRgba(derived-variables.$scheme-invert, 0.1) padding: 0.5rem 0 &.is-active display: block @@ -261,13 +265,13 @@ a.navbar-item, &.is-fixed-bottom-touch bottom: 0 &.has-shadow - box-shadow: 0 -2px 3px bulmaRgba($scheme-invert, 0.1) + box-shadow: 0 -2px 3px functions.bulmaRgba(derived-variables.$scheme-invert, 0.1) &.is-fixed-top-touch top: 0 &.is-fixed-top, &.is-fixed-top-touch .navbar-menu - +overflow-touch + +mixins.overflow-touch max-height: calc(100vh - #{$navbar-height}) overflow: auto html, @@ -277,7 +281,7 @@ a.navbar-item, &.has-navbar-fixed-bottom-touch padding-bottom: $navbar-height -+from($navbar-breakpoint) ++mixins.from($navbar-breakpoint) .navbar, .navbar-menu, .navbar-start, @@ -293,7 +297,7 @@ a.navbar-item, align-items: center a.navbar-item, .navbar-link - border-radius: $radius + border-radius: initial-variables.$radius &.is-transparent a.navbar-item, .navbar-link @@ -334,7 +338,7 @@ a.navbar-item, border-radius: $navbar-dropdown-radius $navbar-dropdown-radius 0 0 border-top: none bottom: 100% - box-shadow: 0 -8px 8px bulmaRgba($scheme-invert, 0.1) + box-shadow: 0 -8px 8px functions.bulmaRgba(derived-variables.$scheme-invert, 0.1) top: auto &.is-active, &.is-hoverable:focus, @@ -352,19 +356,19 @@ a.navbar-item, flex-shrink: 0 .navbar-start justify-content: flex-start - +ltr-property("margin", auto) + +mixins.ltr-property("margin", auto) .navbar-end justify-content: flex-end - +ltr-property("margin", auto, false) + +mixins.ltr-property("margin", auto, false) .navbar-dropdown background-color: $navbar-dropdown-background-color border-bottom-left-radius: $navbar-dropdown-radius border-bottom-right-radius: $navbar-dropdown-radius border-top: $navbar-dropdown-border-top - box-shadow: 0 8px 8px bulmaRgba($scheme-invert, 0.1) + box-shadow: 0 8px 8px functions.bulmaRgba(derived-variables.$scheme-invert, 0.1) display: none font-size: 0.875rem - +ltr-position(0, false) + +mixins.ltr-position(0, false) min-width: 100% position: absolute top: 100% @@ -373,7 +377,7 @@ a.navbar-item, padding: 0.375rem 1rem white-space: nowrap a.navbar-item - +ltr-property("padding", 3rem) + +mixins.ltr-property("padding", 3rem) &:focus, &:hover background-color: $navbar-dropdown-item-hover-background-color @@ -391,7 +395,7 @@ a.navbar-item, pointer-events: none top: calc(100% + (#{$navbar-dropdown-offset})) transform: translateY(-5px) - transition-duration: $speed + transition-duration: initial-variables.$speed transition-property: opacity, transform &.is-right left: auto @@ -401,9 +405,9 @@ a.navbar-item, .navbar > .container, .container > .navbar .navbar-brand - +ltr-property("margin", -.75rem, false) + +mixins.ltr-property("margin", -.75rem, false) .navbar-menu - +ltr-property("margin", -.75rem) + +mixins.ltr-property("margin", -.75rem) // Fixed navbar .navbar &.is-fixed-bottom-desktop, @@ -412,7 +416,7 @@ a.navbar-item, &.is-fixed-bottom-desktop bottom: 0 &.has-shadow - box-shadow: 0 -2px 3px bulmaRgba($scheme-invert, 0.1) + box-shadow: 0 -2px 3px functions.bulmaRgba(derived-variables.$scheme-invert, 0.1) &.is-fixed-top-desktop top: 0 html, diff --git a/sass/components/pagination.sass b/sass/components/pagination.sass index 950949d97..646eb7446 100644 --- a/sass/components/pagination.sass +++ b/sass/components/pagination.sass @@ -1,10 +1,13 @@ -@import "../utilities/controls" -@import "../utilities/mixins" - -$pagination-color: $text-strong !default -$pagination-border-color: $border !default +@use "../utilities/derived-variables" +@use "../utilities/initial-variables" +@use "../utilities/controls" +@use "../utilities/mixins" +@use "../utilities/extends" + +$pagination-color: derived-variables.$text-strong !default +$pagination-border-color: derived-variables.$border !default $pagination-margin: -0.25rem !default -$pagination-min-width: $control-height !default +$pagination-min-width: controls.$control-height !default $pagination-item-font-size: 1em !default $pagination-item-margin: 0.25rem !default @@ -14,46 +17,46 @@ $pagination-item-padding-right: 0.5em !default $pagination-nav-padding-left: 0.75em !default $pagination-nav-padding-right: 0.75em !default -$pagination-hover-color: $link-hover !default -$pagination-hover-border-color: $link-hover-border !default +$pagination-hover-color: derived-variables.$link-hover !default +$pagination-hover-border-color: derived-variables.$link-hover-border !default -$pagination-focus-color: $link-focus !default -$pagination-focus-border-color: $link-focus-border !default +$pagination-focus-color: derived-variables.$link-focus !default +$pagination-focus-border-color: derived-variables.$link-focus-border !default -$pagination-active-color: $link-active !default -$pagination-active-border-color: $link-active-border !default +$pagination-active-color: derived-variables.$link-active !default +$pagination-active-border-color: derived-variables.$link-active-border !default -$pagination-disabled-color: $text-light !default -$pagination-disabled-background-color: $border !default -$pagination-disabled-border-color: $border !default +$pagination-disabled-color: derived-variables.$text-light !default +$pagination-disabled-background-color: derived-variables.$border !default +$pagination-disabled-border-color: derived-variables.$border !default -$pagination-current-color: $link-invert !default -$pagination-current-background-color: $link !default -$pagination-current-border-color: $link !default +$pagination-current-color: derived-variables.$link-invert !default +$pagination-current-background-color: derived-variables.$link !default +$pagination-current-border-color: derived-variables.$link !default -$pagination-ellipsis-color: $grey-light !default +$pagination-ellipsis-color: initial-variables.$grey-light !default -$pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default +$pagination-shadow-inset: inset 0 1px 2px rgba(derived-variables.$scheme-invert, 0.2) !default .pagination @extend %block - font-size: $size-normal + font-size: derived-variables.$size-normal margin: $pagination-margin // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large - font-size: $size-large + font-size: derived-variables.$size-large &.is-rounded .pagination-previous, .pagination-next padding-left: 1em padding-right: 1em - border-radius: $radius-rounded + border-radius: initial-variables.$radius-rounded .pagination-link - border-radius: $radius-rounded + border-radius: initial-variables.$radius-rounded .pagination, .pagination-list @@ -117,7 +120,7 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default li list-style: none -+mobile ++mixins.mobile .pagination flex-wrap: wrap .pagination-previous, @@ -129,7 +132,7 @@ $pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default flex-grow: 1 flex-shrink: 1 -+tablet ++mixins.tablet .pagination-list flex-grow: 1 flex-shrink: 1 diff --git a/sass/components/panel.sass b/sass/components/panel.sass index afaffcd95..b78ee026a 100644 --- a/sass/components/panel.sass +++ b/sass/components/panel.sass @@ -1,39 +1,41 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" -$panel-margin: $block-spacing !default -$panel-item-border: 1px solid $border-light !default -$panel-radius: $radius-large !default -$panel-shadow: $shadow !default +$panel-margin: initial-variables.$block-spacing !default +$panel-item-border: 1px solid derived-variables.$border-light !default +$panel-radius: initial-variables.$radius-large !default +$panel-shadow: derived-variables.$shadow !default -$panel-heading-background-color: $border-light !default -$panel-heading-color: $text-strong !default +$panel-heading-background-color: derived-variables.$border-light !default +$panel-heading-color: derived-variables.$text-strong !default $panel-heading-line-height: 1.25 !default $panel-heading-padding: 0.75em 1em !default -$panel-heading-radius: $radius !default +$panel-heading-radius: initial-variables.$radius !default $panel-heading-size: 1.25em !default -$panel-heading-weight: $weight-bold !default +$panel-heading-weight: initial-variables.$weight-bold !default $panel-tabs-font-size: 0.875em !default -$panel-tab-border-bottom: 1px solid $border !default -$panel-tab-active-border-bottom-color: $link-active-border !default -$panel-tab-active-color: $link-active !default +$panel-tab-border-bottom: 1px solid derived-variables.$border !default +$panel-tab-active-border-bottom-color: derived-variables.$link-active-border !default +$panel-tab-active-color: derived-variables.$link-active !default -$panel-list-item-color: $text !default -$panel-list-item-hover-color: $link !default +$panel-list-item-color: derived-variables.$text !default +$panel-list-item-hover-color: derived-variables.$link !default -$panel-block-color: $text-strong !default -$panel-block-hover-background-color: $background !default -$panel-block-active-border-left-color: $link !default -$panel-block-active-color: $link-active !default -$panel-block-active-icon-color: $link !default +$panel-block-color: derived-variables.$text-strong !default +$panel-block-hover-background-color: derived-variables.$background !default +$panel-block-active-border-left-color: derived-variables.$link !default +$panel-block-active-color: derived-variables.$link-active !default +$panel-block-active-icon-color: derived-variables.$link !default -$panel-icon-color: $text-light !default -$panel-colors: $colors !default +$panel-icon-color: derived-variables.$text-light !default +$panel-colors: derived-variables.$colors !default .panel border-radius: $panel-radius box-shadow: $panel-shadow - font-size: $size-normal + font-size: derived-variables.$size-normal &:not(:last-child) margin-bottom: $panel-margin // Colors @@ -90,7 +92,7 @@ $panel-colors: $colors !default justify-content: flex-start padding: 0.5em 0.75em input[type="checkbox"] - +ltr-property("margin", 0.75em) + +mixins.ltr-property("margin", 0.75em) & > .control flex-grow: 1 flex-shrink: 1 @@ -113,9 +115,9 @@ label.panel-block background-color: $panel-block-hover-background-color .panel-icon - +fa(14px, 1em) + +mixins.fa(14px, 1em) color: $panel-icon-color - +ltr-property("margin", 0.75em) + +mixins.ltr-property("margin", 0.75em) .fa font-size: inherit line-height: inherit diff --git a/sass/components/tabs.sass b/sass/components/tabs.sass index 2cb6a5431..157bdf3bf 100644 --- a/sass/components/tabs.sass +++ b/sass/components/tabs.sass @@ -1,40 +1,43 @@ -@import "../utilities/mixins" +@use "../utilities/derived-variables" +@use "../utilities/initial-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$tabs-border-bottom-color: $border !default +$tabs-border-bottom-color: derived-variables.$border !default $tabs-border-bottom-style: solid !default $tabs-border-bottom-width: 1px !default -$tabs-link-color: $text !default -$tabs-link-hover-border-bottom-color: $text-strong !default -$tabs-link-hover-color: $text-strong !default -$tabs-link-active-border-bottom-color: $link !default -$tabs-link-active-color: $link !default +$tabs-link-color: derived-variables.$text !default +$tabs-link-hover-border-bottom-color: derived-variables.$text-strong !default +$tabs-link-hover-color: derived-variables.$text-strong !default +$tabs-link-active-border-bottom-color: derived-variables.$link !default +$tabs-link-active-color: derived-variables.$link !default $tabs-link-padding: 0.5em 1em !default -$tabs-boxed-link-radius: $radius !default -$tabs-boxed-link-hover-background-color: $background !default -$tabs-boxed-link-hover-border-bottom-color: $border !default +$tabs-boxed-link-radius: initial-variables.$radius !default +$tabs-boxed-link-hover-background-color: derived-variables.$background !default +$tabs-boxed-link-hover-border-bottom-color: derived-variables.$border !default -$tabs-boxed-link-active-background-color: $scheme-main !default -$tabs-boxed-link-active-border-color: $border !default +$tabs-boxed-link-active-background-color: derived-variables.$scheme-main !default +$tabs-boxed-link-active-border-color: derived-variables.$border !default $tabs-boxed-link-active-border-bottom-color: transparent !default -$tabs-toggle-link-border-color: $border !default +$tabs-toggle-link-border-color: derived-variables.$border !default $tabs-toggle-link-border-style: solid !default $tabs-toggle-link-border-width: 1px !default -$tabs-toggle-link-hover-background-color: $background !default -$tabs-toggle-link-hover-border-color: $border-hover !default -$tabs-toggle-link-radius: $radius !default -$tabs-toggle-link-active-background-color: $link !default -$tabs-toggle-link-active-border-color: $link !default -$tabs-toggle-link-active-color: $link-invert !default +$tabs-toggle-link-hover-background-color: derived-variables.$background !default +$tabs-toggle-link-hover-border-color: derived-variables.$border-hover !default +$tabs-toggle-link-radius: initial-variables.$radius !default +$tabs-toggle-link-active-background-color: derived-variables.$link !default +$tabs-toggle-link-active-border-color: derived-variables.$link !default +$tabs-toggle-link-active-color: derived-variables.$link-invert !default .tabs @extend %block - +overflow-touch + +mixins.overflow-touch @extend %unselectable align-items: stretch display: flex - font-size: $size-normal + font-size: derived-variables.$size-normal justify-content: space-between overflow: hidden overflow-x: auto @@ -80,9 +83,9 @@ $tabs-toggle-link-active-color: $link-invert !default padding-left: 0.75em .icon &:first-child - +ltr-property("margin", 0.5em) + +mixins.ltr-property("margin", 0.5em) &:last-child - +ltr-property("margin", 0.5em, false) + +mixins.ltr-property("margin", 0.5em, false) // Alignment &.is-centered ul @@ -94,9 +97,9 @@ $tabs-toggle-link-active-color: $link-invert !default &.is-boxed a border: 1px solid transparent - +ltr + +mixins.ltr border-radius: $tabs-boxed-link-radius $tabs-boxed-link-radius 0 0 - +rtl + +mixins.rtl border-radius: 0 0 $tabs-boxed-link-radius $tabs-boxed-link-radius &:hover background-color: $tabs-boxed-link-hover-background-color @@ -124,19 +127,19 @@ $tabs-toggle-link-active-color: $link-invert !default z-index: 2 li & + li - +ltr-property("margin", -#{$tabs-toggle-link-border-width}, false) + +mixins.ltr-property("margin", -#{$tabs-toggle-link-border-width}, false) &:first-child a - +ltr + +mixins.ltr border-top-left-radius: $tabs-toggle-link-radius border-bottom-left-radius: $tabs-toggle-link-radius - +rtl + +mixins.rtl border-top-right-radius: $tabs-toggle-link-radius border-bottom-right-radius: $tabs-toggle-link-radius &:last-child a - +ltr + +mixins.ltr border-top-right-radius: $tabs-toggle-link-radius border-bottom-right-radius: $tabs-toggle-link-radius - +rtl + +mixins.rtl border-top-left-radius: $tabs-toggle-link-radius border-bottom-left-radius: $tabs-toggle-link-radius &.is-active @@ -150,27 +153,27 @@ $tabs-toggle-link-active-color: $link-invert !default &.is-toggle-rounded li &:first-child a - +ltr - border-bottom-left-radius: $radius-rounded - border-top-left-radius: $radius-rounded + +mixins.ltr + border-bottom-left-radius: initial-variables.$radius-rounded + border-top-left-radius: initial-variables.$radius-rounded padding-left: 1.25em - +rtl - border-bottom-right-radius: $radius-rounded - border-top-right-radius: $radius-rounded + +mixins.rtl + border-bottom-right-radius: initial-variables.$radius-rounded + border-top-right-radius: initial-variables.$radius-rounded padding-right: 1.25em &:last-child a - +ltr - border-bottom-right-radius: $radius-rounded - border-top-right-radius: $radius-rounded + +mixins.ltr + border-bottom-right-radius: initial-variables.$radius-rounded + border-top-right-radius: initial-variables.$radius-rounded padding-right: 1.25em - +rtl - border-bottom-left-radius: $radius-rounded - border-top-left-radius: $radius-rounded + +mixins.rtl + border-bottom-left-radius: initial-variables.$radius-rounded + border-top-left-radius: initial-variables.$radius-rounded padding-left: 1.25em // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large - font-size: $size-large + font-size: derived-variables.$size-large diff --git a/sass/elements/_all.sass b/sass/elements/_all.sass deleted file mode 100644 index 511047aae..000000000 --- a/sass/elements/_all.sass +++ /dev/null @@ -1,16 +0,0 @@ -/* Bulma Elements */ -@charset "utf-8" - -@import "box" -@import "button" -@import "container" -@import "content" -@import "icon" -@import "image" -@import "notification" -@import "progress" -@import "table" -@import "tag" -@import "title" - -@import "other" diff --git a/sass/elements/_index.sass b/sass/elements/_index.sass new file mode 100644 index 000000000..6343d17bc --- /dev/null +++ b/sass/elements/_index.sass @@ -0,0 +1,16 @@ +/* Bulma Elements */ +@charset "utf-8" + +@forward "box" +@forward "button" +@forward "container" +@forward "content" +@forward "icon" +@forward "image" +@forward "notification" +@forward "progress" +@forward "table" +@forward "tag" +@forward "title" + +@forward "other" diff --git a/sass/elements/box.sass b/sass/elements/box.sass index 85524301d..66c8287e8 100644 --- a/sass/elements/box.sass +++ b/sass/elements/box.sass @@ -1,13 +1,15 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/extends" -$box-color: $text !default -$box-background-color: $scheme-main !default -$box-radius: $radius-large !default -$box-shadow: $shadow !default +$box-color: derived-variables.$text !default +$box-background-color: derived-variables.$scheme-main !default +$box-radius: initial-variables.$radius-large !default +$box-shadow: derived-variables.$shadow !default $box-padding: 1.25rem !default -$box-link-hover-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link !default -$box-link-active-shadow: inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $link !default +$box-link-hover-shadow: 0 0.5em 1em -0.125em rgba(derived-variables.$scheme-invert, 0.1), 0 0 0 1px derived-variables.$link !default +$box-link-active-shadow: inset 0 1px 2px rgba(derived-variables.$scheme-invert, 0.2), 0 0 0 1px derived-variables.$link !default .box @extend %block diff --git a/sass/elements/button.sass b/sass/elements/button.sass index 630806407..2c350a3d1 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -1,62 +1,66 @@ -@import "../utilities/controls" -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/controls" +@use "../utilities/mixins" +@use "../utilities/extends" +@use "../utilities/functions" -$button-color: $text-strong !default -$button-background-color: $scheme-main !default +$button-color: derived-variables.$text-strong !default +$button-background-color: derived-variables.$scheme-main !default $button-family: false !default -$button-border-color: $border !default -$button-border-width: $control-border-width !default +$button-border-color: derived-variables.$border !default +$button-border-width: controls.$control-border-width !default $button-padding-vertical: calc(0.5em - #{$button-border-width}) !default $button-padding-horizontal: 1em !default -$button-hover-color: $link-hover !default -$button-hover-border-color: $link-hover-border !default +$button-hover-color: derived-variables.$link-hover !default +$button-hover-border-color: derived-variables.$link-hover-border !default -$button-focus-color: $link-focus !default -$button-focus-border-color: $link-focus-border !default +$button-focus-color: derived-variables.$link-focus !default +$button-focus-border-color: derived-variables.$link-focus-border !default $button-focus-box-shadow-size: 0 0 0 0.125em !default -$button-focus-box-shadow-color: bulmaRgba($link, 0.25) !default +$button-focus-box-shadow-color: functions.bulmaRgba(derived-variables.$link, 0.25) !default -$button-active-color: $link-active !default -$button-active-border-color: $link-active-border !default +$button-active-color: derived-variables.$link-active !default +$button-active-border-color: derived-variables.$link-active-border !default -$button-text-color: $text !default +$button-text-color: derived-variables.$text !default $button-text-decoration: underline !default -$button-text-hover-background-color: $background !default -$button-text-hover-color: $text-strong !default +$button-text-hover-background-color: derived-variables.$background !default +$button-text-hover-color: derived-variables.$text-strong !default $button-ghost-background: none !default $button-ghost-border-color: transparent !default -$button-ghost-color: $link !default +$button-ghost-color: derived-variables.$link !default $button-ghost-decoration: none !default -$button-ghost-hover-color: $link !default +$button-ghost-hover-color: derived-variables.$link !default $button-ghost-hover-decoration: underline !default -$button-disabled-background-color: $scheme-main !default -$button-disabled-border-color: $border !default +$button-disabled-background-color: derived-variables.$scheme-main !default +$button-disabled-border-color: derived-variables.$border !default $button-disabled-shadow: none !default $button-disabled-opacity: 0.5 !default -$button-static-color: $text-light !default -$button-static-background-color: $scheme-main-ter !default -$button-static-border-color: $border !default +$button-static-color: derived-variables.$text-light !default +$button-static-background-color: derived-variables.$scheme-main-ter !default +$button-static-border-color: derived-variables.$border !default -$button-colors: $colors !default -$button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ($size-small * 0.875), "medium": $size-small, "large": $size-normal), "tablet-only": ("small": ($size-small * 0.875), "normal": ($size-small), "medium": $size-normal, "large": $size-medium)) !default +$button-colors: derived-variables.$colors !default +$button-responsive-sizes: ("mobile": ("small": (derived-variables.$size-small * 0.75), "normal": (derived-variables.$size-small * 0.875), "medium": derived-variables.$size-small, "large": derived-variables.$size-normal), "tablet-only": ("small": (derived-variables.$size-small * 0.875), "normal": (derived-variables.$size-small), "medium": derived-variables.$size-normal, "large": derived-variables.$size-medium)) !default // The button sizes use mixins so they can be used at different breakpoints =button-small &:not(.is-rounded) - border-radius: $radius-small - font-size: $size-small + border-radius: initial-variables.$radius-small + font-size: derived-variables.$size-small =button-normal - font-size: $size-normal + font-size: derived-variables.$size-normal =button-medium - font-size: $size-medium + font-size: derived-variables.$size-medium =button-large - font-size: $size-large + font-size: derived-variables.$size-large .button @extend %control @@ -85,11 +89,11 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( height: 1.5em width: 1.5em &:first-child:not(:last-child) - +ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width}), false) - +ltr-property("margin", $button-padding-horizontal * 0.25) + +mixins.ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width}), false) + +mixins.ltr-property("margin", $button-padding-horizontal * 0.25) &:last-child:not(:first-child) - +ltr-property("margin", $button-padding-horizontal * 0.25, false) - +ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width})) + +mixins.ltr-property("margin", $button-padding-horizontal * 0.25, false) + +mixins.ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width})) &:first-child:last-child margin-left: calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width}) margin-right: calc(#{-0.5 * $button-padding-horizontal} - #{$button-border-width}) @@ -122,7 +126,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( color: $button-text-hover-color &:active, &.is-active - background-color: bulmaDarken($button-text-hover-background-color, 5%) + background-color: functions.bulmaDarken($button-text-hover-background-color, 5%) color: $button-text-hover-color &[disabled], fieldset[disabled] & @@ -147,7 +151,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( color: $color-invert &:hover, &.is-hovered - background-color: bulmaDarken($color, 2.5%) + background-color: functions.bulmaDarken($color, 2.5%) border-color: transparent color: $color-invert &:focus, @@ -155,10 +159,10 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( border-color: transparent color: $color-invert &:not(:active) - box-shadow: $button-focus-box-shadow-size bulmaRgba($color, 0.25) + box-shadow: $button-focus-box-shadow-size functions.bulmaRgba($color, 0.25) &:active, &.is-active - background-color: bulmaDarken($color, 5%) + background-color: functions.bulmaDarken($color, 5%) border-color: transparent color: $color-invert &[disabled], @@ -171,7 +175,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( color: $color &:hover, &.is-hovered - background-color: bulmaDarken($color-invert, 5%) + background-color: functions.bulmaDarken($color-invert, 5%) &[disabled], fieldset[disabled] & background-color: $color-invert @@ -239,12 +243,12 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( color: $color-dark &:hover, &.is-hovered - background-color: bulmaDarken($color-light, 2.5%) + background-color: functions.bulmaDarken($color-light, 2.5%) border-color: transparent color: $color-dark &:active, &.is-active - background-color: bulmaDarken($color-light, 5%) + background-color: functions.bulmaDarken($color-light, 5%) border-color: transparent color: $color-dark // Sizes @@ -271,7 +275,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( pointer-events: none &::after @extend %loader - +center(1em) + +mixins.center(1em) position: absolute !important &.is-static background-color: $button-static-background-color @@ -280,7 +284,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( box-shadow: none pointer-events: none &.is-rounded - border-radius: $radius-rounded + border-radius: initial-variables.$radius-rounded padding-left: calc(#{$button-padding-horizontal} + 0.25em) padding-right: calc(#{$button-padding-horizontal} + 0.25em) @@ -292,7 +296,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( .button margin-bottom: 0.5rem &:not(:last-child):not(.is-fullwidth) - +ltr-property("margin", 0.5rem) + +mixins.ltr-property("margin", 0.5rem) &:last-child margin-bottom: -0.5rem &:not(:last-child) @@ -315,9 +319,9 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( &:not(:last-child) border-bottom-right-radius: 0 border-top-right-radius: 0 - +ltr-property("margin", -1px) + +mixins.ltr-property("margin", -1px) &:last-child - +ltr-property("margin", 0) + +mixins.ltr-property("margin", 0) &:hover, &.is-hovered z-index: 2 @@ -346,7 +350,7 @@ $button-responsive-sizes: ("mobile": ("small": ($size-small * 0.75), "normal": ( margin-right: 0.25rem @each $bp-name, $bp-sizes in $button-responsive-sizes - +breakpoint($bp-name) + +mixins.breakpoint($bp-name) @each $size, $value in $bp-sizes @if $size != "normal" .button.is-responsive.is-#{$size} diff --git a/sass/elements/container.sass b/sass/elements/container.sass index c13011e36..dc71f0fed 100644 --- a/sass/elements/container.sass +++ b/sass/elements/container.sass @@ -1,7 +1,8 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/mixins" -$container-offset: (2 * $gap) !default -$container-max-width: $fullhd !default +$container-offset: (2 * initial-variables.$gap) !default +$container-max-width: initial-variables.$fullhd !default .container flex-grow: 1 @@ -10,20 +11,20 @@ $container-max-width: $fullhd !default width: auto &.is-fluid max-width: none !important - padding-left: $gap - padding-right: $gap + padding-left: initial-variables.$gap + padding-right: initial-variables.$gap width: 100% - +desktop - max-width: $desktop - $container-offset - +until-widescreen + +mixins.desktop + max-width: initial-variables.$desktop - $container-offset + +mixins.until-widescreen &.is-widescreen:not(.is-max-desktop) - max-width: min($widescreen, $container-max-width) - $container-offset - +until-fullhd + max-width: min(initial-variables.$widescreen, $container-max-width) - $container-offset + +mixins.until-fullhd &.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) - max-width: min($fullhd, $container-max-width) - $container-offset - +widescreen + max-width: min(initial-variables.$fullhd, $container-max-width) - $container-offset + +mixins.widescreen &:not(.is-max-desktop) - max-width: min($widescreen, $container-max-width) - $container-offset - +fullhd + max-width: min(initial-variables.$widescreen, $container-max-width) - $container-offset + +mixins.fullhd &:not(.is-max-desktop):not(.is-max-widescreen) - max-width: min($fullhd, $container-max-width) - $container-offset + max-width: min(initial-variables.$fullhd, $container-max-width) - $container-offset diff --git a/sass/elements/content.sass b/sass/elements/content.sass index 3f709ad79..4e62e5fed 100644 --- a/sass/elements/content.sass +++ b/sass/elements/content.sass @@ -1,26 +1,29 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$content-heading-color: $text-strong !default -$content-heading-weight: $weight-semibold !default +$content-heading-color: derived-variables.$text-strong !default +$content-heading-weight: initial-variables.$weight-semibold !default $content-heading-line-height: 1.125 !default $content-block-margin-bottom: 1em !default -$content-blockquote-background-color: $background !default -$content-blockquote-border-left: 5px solid $border !default +$content-blockquote-background-color: derived-variables.$background !default +$content-blockquote-border-left: 5px solid derived-variables.$border !default $content-blockquote-padding: 1.25em 1.5em !default $content-pre-padding: 1.25em 1.5em !default -$content-table-cell-border: 1px solid $border !default +$content-table-cell-border: 1px solid derived-variables.$border !default $content-table-cell-border-width: 0 0 1px !default $content-table-cell-padding: 0.5em 0.75em !default -$content-table-cell-heading-color: $text-strong !default +$content-table-cell-heading-color: derived-variables.$text-strong !default $content-table-head-cell-border-width: 0 0 2px !default -$content-table-head-cell-color: $text-strong !default +$content-table-head-cell-color: derived-variables.$text-strong !default $content-table-body-last-row-cell-border-bottom-width: 0 !default $content-table-foot-cell-border-width: 2px 0 0 !default -$content-table-foot-cell-color: $text-strong !default +$content-table-foot-cell-color: derived-variables.$text-strong !default .content @extend %block @@ -72,11 +75,11 @@ $content-table-foot-cell-color: $text-strong !default margin-bottom: 1em blockquote background-color: $content-blockquote-background-color - +ltr-property("border", $content-blockquote-border-left, false) + +mixins.ltr-property("border", $content-blockquote-border-left, false) padding: $content-blockquote-padding ol list-style-position: outside - +ltr-property("margin", 2em, false) + +mixins.ltr-property("margin", 2em, false) margin-top: 1em &:not([type]) list-style-type: decimal @@ -90,7 +93,7 @@ $content-table-foot-cell-color: $text-strong !default list-style-type: upper-roman ul list-style: disc outside - +ltr-property("margin", 2em, false) + +mixins.ltr-property("margin", 2em, false) margin-top: 1em ul list-style-type: circle @@ -98,7 +101,7 @@ $content-table-foot-cell-color: $text-strong !default ul list-style-type: square dd - +ltr-property("margin", 2em, false) + +mixins.ltr-property("margin", 2em, false) figure margin-left: 2em margin-right: 2em @@ -112,7 +115,7 @@ $content-table-foot-cell-color: $text-strong !default figcaption font-style: italic pre - +overflow-touch + +mixins.overflow-touch overflow-x: auto padding: $content-pre-padding white-space: pre @@ -153,10 +156,10 @@ $content-table-foot-cell-color: $text-strong !default margin-top: 0 // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-normal - font-size: $size-normal + font-size: derived-variables.$size-normal &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large - font-size: $size-large + font-size: derived-variables.$size-large diff --git a/sass/elements/icon.sass b/sass/elements/icon.sass index 0befe2b10..f8e581b36 100644 --- a/sass/elements/icon.sass +++ b/sass/elements/icon.sass @@ -1,3 +1,5 @@ +@use "../utilities/mixins" + $icon-dimensions: 1.5rem !default $icon-dimensions-small: 1rem !default $icon-dimensions-medium: 2rem !default @@ -32,14 +34,14 @@ $icon-text-spacing: 0.25em !default flex-grow: 0 flex-shrink: 0 &:not(:last-child) - +ltr + +mixins.ltr margin-right: $icon-text-spacing - +rtl + +mixins.rtl margin-left: $icon-text-spacing &:not(:first-child) - +ltr + +mixins.ltr margin-left: $icon-text-spacing - +rtl + +mixins.rtl margin-right: $icon-text-spacing div.icon-text diff --git a/sass/elements/image.sass b/sass/elements/image.sass index fc46541f4..b88622365 100644 --- a/sass/elements/image.sass +++ b/sass/elements/image.sass @@ -1,4 +1,6 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/mixins" +@use "../utilities/extends" $dimensions: 16 24 32 48 64 96 128 !default @@ -10,7 +12,7 @@ $dimensions: 16 24 32 48 64 96 128 !default height: auto width: 100% &.is-rounded - border-radius: $radius-rounded + border-radius: initial-variables.$radius-rounded &.is-fullwidth width: 100% // Ratio diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index f5c602167..7249af599 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -1,22 +1,25 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$notification-background-color: $background !default -$notification-code-background-color: $scheme-main !default -$notification-radius: $radius !default +$notification-background-color: derived-variables.$background !default +$notification-code-background-color: derived-variables.$scheme-main !default +$notification-radius: initial-variables.$radius !default $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default $notification-padding-ltr: 1.25rem 2.5rem 1.25rem 1.5rem !default $notification-padding-rtl: 1.25rem 1.5rem 1.25rem 2.5rem !default -$notification-colors: $colors !default +$notification-colors: derived-variables.$colors !default .notification @extend %block background-color: $notification-background-color border-radius: $notification-radius position: relative - +ltr + +mixins.ltr padding: $notification-padding-ltr - +rtl + +mixins.rtl padding: $notification-padding-rtl a:not(.button):not(.dropdown-item) color: currentColor @@ -29,7 +32,7 @@ $notification-colors: $colors !default pre code background: transparent & > .delete - +ltr-position(0.5rem) + +mixins.ltr-position(0.5rem) position: absolute top: 0.5rem .title, diff --git a/sass/elements/other.sass b/sass/elements/other.sass index e83f36133..ba549e8ff 100644 --- a/sass/elements/other.sass +++ b/sass/elements/other.sass @@ -1,4 +1,6 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/extends" .block @extend %block @@ -18,10 +20,10 @@ .number align-items: center - background-color: $background - border-radius: $radius-rounded + background-color: derived-variables.$background + border-radius: initial-variables.$radius-rounded display: inline-flex - font-size: $size-medium + font-size: derived-variables.$size-medium height: 2em justify-content: center margin-right: 1.5rem diff --git a/sass/elements/progress.sass b/sass/elements/progress.sass index 4daeb8072..2847ac969 100644 --- a/sass/elements/progress.sass +++ b/sass/elements/progress.sass @@ -1,12 +1,15 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$progress-bar-background-color: $border-light !default -$progress-value-background-color: $text !default -$progress-border-radius: $radius-rounded !default +$progress-bar-background-color: derived-variables.$border-light !default +$progress-value-background-color: derived-variables.$text !default +$progress-border-radius: initial-variables.$radius-rounded !default $progress-indeterminate-duration: 1.5s !default -$progress-colors: $colors !default +$progress-colors: derived-variables.$colors !default .progress @extend %block @@ -15,7 +18,7 @@ $progress-colors: $colors !default border: none border-radius: $progress-border-radius display: block - height: $size-normal + height: derived-variables.$size-normal overflow: hidden padding: 0 width: 100% @@ -47,7 +50,7 @@ $progress-colors: $colors !default animation-name: moveIndeterminate animation-timing-function: linear background-color: $progress-bar-background-color - background-image: linear-gradient(to right, $text 30%, $progress-bar-background-color 30%) + background-image: linear-gradient(to right, derived-variables.$text 30%, $progress-bar-background-color 30%) background-position: top left background-repeat: no-repeat background-size: 150% 150% @@ -60,11 +63,11 @@ $progress-colors: $colors !default // Sizes &.is-small - height: $size-small + height: derived-variables.$size-small &.is-medium - height: $size-medium + height: derived-variables.$size-medium &.is-large - height: $size-large + height: derived-variables.$size-large @keyframes moveIndeterminate from diff --git a/sass/elements/table.sass b/sass/elements/table.sass index f47d21230..104f86606 100644 --- a/sass/elements/table.sass +++ b/sass/elements/table.sass @@ -1,32 +1,34 @@ -@import "../utilities/mixins" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$table-color: $text-strong !default -$table-background-color: $scheme-main !default +$table-color: derived-variables.$text-strong !default +$table-background-color: derived-variables.$scheme-main !default -$table-cell-border: 1px solid $border !default +$table-cell-border: 1px solid derived-variables.$border !default $table-cell-border-width: 0 0 1px !default $table-cell-padding: 0.5em 0.75em !default -$table-cell-heading-color: $text-strong !default +$table-cell-heading-color: derived-variables.$text-strong !default $table-cell-text-align: left !default $table-head-cell-border-width: 0 0 2px !default -$table-head-cell-color: $text-strong !default +$table-head-cell-color: derived-variables.$text-strong !default $table-foot-cell-border-width: 2px 0 0 !default -$table-foot-cell-color: $text-strong !default +$table-foot-cell-color: derived-variables.$text-strong !default $table-head-background-color: transparent !default $table-body-background-color: transparent !default $table-foot-background-color: transparent !default -$table-row-hover-background-color: $scheme-main-bis !default +$table-row-hover-background-color: derived-variables.$scheme-main-bis !default -$table-row-active-background-color: $primary !default -$table-row-active-color: $primary-invert !default +$table-row-active-background-color: derived-variables.$primary !default +$table-row-active-color: derived-variables.$primary-invert !default -$table-striped-row-even-background-color: $scheme-main-bis !default -$table-striped-row-even-hover-background-color: $scheme-main-ter !default +$table-striped-row-even-background-color: derived-variables.$scheme-main-bis !default +$table-striped-row-even-hover-background-color: derived-variables.$scheme-main-ter !default -$table-colors: $colors !default +$table-colors: derived-variables.$colors !default .table @extend %block @@ -128,7 +130,7 @@ $table-colors: $colors !default .table-container @extend %block - +overflow-touch + +mixins.overflow-touch overflow: auto overflow-y: hidden max-width: 100% diff --git a/sass/elements/tag.sass b/sass/elements/tag.sass index 392daee6f..c3be4108c 100644 --- a/sass/elements/tag.sass +++ b/sass/elements/tag.sass @@ -1,11 +1,13 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" -$tag-background-color: $background !default -$tag-color: $text !default -$tag-radius: $radius !default +$tag-background-color: derived-variables.$background !default +$tag-color: derived-variables.$text !default +$tag-radius: initial-variables.$radius !default $tag-delete-margin: 1px !default -$tag-colors: $colors !default +$tag-colors: derived-variables.$colors !default .tags align-items: center @@ -15,7 +17,7 @@ $tag-colors: $colors !default .tag margin-bottom: 0.5rem &:not(:last-child) - +ltr-property("margin", 0.5rem) + +mixins.ltr-property("margin", 0.5rem) &:last-child margin-bottom: -0.5rem &:not(:last-child) @@ -23,10 +25,10 @@ $tag-colors: $colors !default // Sizes &.are-medium .tag:not(.is-normal):not(.is-large) - font-size: $size-normal + font-size: derived-variables.$size-normal &.are-large .tag:not(.is-normal):not(.is-medium) - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-centered justify-content: center .tag @@ -41,20 +43,20 @@ $tag-colors: $colors !default margin-right: 0 &.has-addons .tag - +ltr-property("margin", 0) + +mixins.ltr-property("margin", 0) &:not(:first-child) - +ltr-property("margin", 0, false) - +ltr + +mixins.ltr-property("margin", 0, false) + +mixins.ltr border-top-left-radius: 0 border-bottom-left-radius: 0 - +rtl + +mixins.rtl border-top-right-radius: 0 border-bottom-right-radius: 0 &:not(:last-child) - +ltr + +mixins.ltr border-top-right-radius: 0 border-bottom-right-radius: 0 - +rtl + +mixins.rtl border-top-left-radius: 0 border-bottom-left-radius: 0 @@ -64,7 +66,7 @@ $tag-colors: $colors !default border-radius: $tag-radius color: $tag-color display: inline-flex - font-size: $size-small + font-size: derived-variables.$size-small height: 2em justify-content: center line-height: 1.5 @@ -72,8 +74,8 @@ $tag-colors: $colors !default padding-right: 0.75em white-space: nowrap .delete - +ltr-property("margin", 0.25rem, false) - +ltr-property("margin", -0.375rem) + +mixins.ltr-property("margin", 0.25rem, false) + +mixins.ltr-property("margin", -0.375rem) // Colors @each $name, $pair in $tag-colors $color: nth($pair, 1) @@ -90,24 +92,24 @@ $tag-colors: $colors !default color: $color-dark // Sizes &.is-normal - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium - font-size: $size-normal + font-size: derived-variables.$size-normal &.is-large - font-size: $size-medium + font-size: derived-variables.$size-medium .icon &:first-child:not(:last-child) - +ltr-property("margin", -0.375em, false) - +ltr-property("margin", 0.1875em) + +mixins.ltr-property("margin", -0.375em, false) + +mixins.ltr-property("margin", 0.1875em) &:last-child:not(:first-child) - +ltr-property("margin", 0.1875em, false) - +ltr-property("margin", -0.375em) + +mixins.ltr-property("margin", 0.1875em, false) + +mixins.ltr-property("margin", -0.375em) &:first-child:last-child - +ltr-property("margin", -0.375em, false) - +ltr-property("margin", -0.375em) + +mixins.ltr-property("margin", -0.375em, false) + +mixins.ltr-property("margin", -0.375em) // Modifiers &.is-delete - +ltr-property("margin", $tag-delete-margin, false) + +mixins.ltr-property("margin", $tag-delete-margin, false) padding: 0 position: relative width: 2em @@ -133,7 +135,7 @@ $tag-colors: $colors !default &:active background-color: darken($tag-background-color, 10%) &.is-rounded - border-radius: $radius-rounded + border-radius: initial-variables.$radius-rounded a.tag &:hover diff --git a/sass/elements/title.sass b/sass/elements/title.sass index 022420c20..a5024bfc3 100644 --- a/sass/elements/title.sass +++ b/sass/elements/title.sass @@ -1,22 +1,25 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" -$title-color: $text-strong !default +$title-color: derived-variables.$text-strong !default $title-family: false !default -$title-size: $size-3 !default -$title-weight: $weight-semibold !default +$title-size: initial-variables.$size-3 !default +$title-weight: initial-variables.$weight-semibold !default $title-line-height: 1.125 !default $title-strong-color: inherit !default $title-strong-weight: inherit !default $title-sub-size: 0.75em !default $title-sup-size: 0.75em !default -$subtitle-color: $text !default +$subtitle-color: derived-variables.$text !default $subtitle-family: false !default -$subtitle-size: $size-5 !default -$subtitle-weight: $weight-normal !default +$subtitle-size: initial-variables.$size-5 !default +$subtitle-weight: initial-variables.$weight-normal !default $subtitle-line-height: 1.25 !default -$subtitle-strong-color: $text-strong !default -$subtitle-strong-weight: $weight-semibold !default +$subtitle-strong-color: derived-variables.$text-strong !default +$subtitle-strong-weight: initial-variables.$weight-semibold !default $subtitle-negative-margin: -1.25rem !default .title, @@ -46,8 +49,8 @@ $subtitle-negative-margin: -1.25rem !default &:not(.is-spaced) + .subtitle margin-top: $subtitle-negative-margin // Sizes - @each $size in $sizes - $i: index($sizes, $size) + @each $size in derived-variables.$sizes + $i: index(derived-variables.$sizes, $size) &.is-#{$i} font-size: $size @@ -64,7 +67,7 @@ $subtitle-negative-margin: -1.25rem !default &:not(.is-spaced) + .title margin-top: $subtitle-negative-margin // Sizes - @each $size in $sizes - $i: index($sizes, $size) + @each $size in derived-variables.$sizes + $i: index(derived-variables.$sizes, $size) &.is-#{$i} font-size: $size diff --git a/sass/form/_all.sass b/sass/form/_all.sass deleted file mode 100644 index 0a15f80a1..000000000 --- a/sass/form/_all.sass +++ /dev/null @@ -1,9 +0,0 @@ -/* Bulma Form */ -@charset "utf-8" - -@import "shared" -@import "input-textarea" -@import "checkbox-radio" -@import "select" -@import "file" -@import "tools" diff --git a/sass/form/_index.sass b/sass/form/_index.sass new file mode 100644 index 000000000..14dd5ef77 --- /dev/null +++ b/sass/form/_index.sass @@ -0,0 +1,9 @@ +/* Bulma Form */ +@charset "utf-8" + +@forward "shared" +@forward "input-textarea" +@forward "checkbox-radio" +@forward "select" +@forward "file" +@forward "tools" diff --git a/sass/form/checkbox-radio.sass b/sass/form/checkbox-radio.sass index f033d1133..2a7b119d9 100644 --- a/sass/form/checkbox-radio.sass +++ b/sass/form/checkbox-radio.sass @@ -1,3 +1,6 @@ +@use "shared" +@use "../utilities/mixins" + %checkbox-radio cursor: pointer display: inline-block @@ -6,11 +9,11 @@ input cursor: pointer &:hover - color: $input-hover-color + color: shared.$input-hover-color &[disabled], fieldset[disabled] &, input[disabled] - color: $input-disabled-color + color: shared.$input-disabled-color cursor: not-allowed .checkbox @@ -19,4 +22,4 @@ .radio @extend %checkbox-radio & + .radio - +ltr-property("margin", 0.5em, false) + +mixins.ltr-property("margin", 0.5em, false) diff --git a/sass/form/file.sass b/sass/form/file.sass index 9b84c8484..9a2a83d49 100644 --- a/sass/form/file.sass +++ b/sass/form/file.sass @@ -1,17 +1,24 @@ -$file-border-color: $border !default -$file-radius: $radius !default +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" +@use "../utilities/functions" +@use "shared" -$file-cta-background-color: $scheme-main-ter !default -$file-cta-color: $text !default -$file-cta-hover-color: $text-strong !default -$file-cta-active-color: $text-strong !default +$file-border-color: derived-variables.$border !default +$file-radius: initial-variables.$radius !default -$file-name-border-color: $border !default +$file-cta-background-color: derived-variables.$scheme-main-ter !default +$file-cta-color: derived-variables.$text !default +$file-cta-hover-color: derived-variables.$text-strong !default +$file-cta-active-color: derived-variables.$text-strong !default + +$file-name-border-color: derived-variables.$border !default $file-name-border-style: solid !default $file-name-border-width: 1px 1px 1px 0 !default $file-name-max-width: 16em !default -$file-colors: $form-colors !default +$file-colors: shared.$form-colors !default .file @extend %unselectable @@ -31,33 +38,33 @@ $file-colors: $form-colors !default &:hover, &.is-hovered .file-cta - background-color: bulmaDarken($color, 2.5%) + background-color: functions.bulmaDarken($color, 2.5%) border-color: transparent color: $color-invert &:focus, &.is-focused .file-cta border-color: transparent - box-shadow: 0 0 0.5em bulmaRgba($color, 0.25) + box-shadow: 0 0 0.5em functions.bulmaRgba($color, 0.25) color: $color-invert &:active, &.is-active .file-cta - background-color: bulmaDarken($color, 5%) + background-color: functions.bulmaDarken($color, 5%) border-color: transparent color: $color-invert // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-normal - font-size: $size-normal + font-size: derived-variables.$size-normal &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium .file-icon .fa font-size: 21px &.is-large - font-size: $size-large + font-size: derived-variables.$size-large .file-icon .fa font-size: 28px @@ -129,16 +136,16 @@ $file-colors: $form-colors !default position: relative &:hover .file-cta - background-color: bulmaDarken($file-cta-background-color, 2.5%) + background-color: functions.bulmaDarken($file-cta-background-color, 2.5%) color: $file-cta-hover-color .file-name - border-color: bulmaDarken($file-name-border-color, 2.5%) + border-color: functions.bulmaDarken($file-name-border-color, 2.5%) &:active .file-cta - background-color: bulmaDarken($file-cta-background-color, 5%) + background-color: functions.bulmaDarken($file-cta-background-color, 5%) color: $file-cta-active-color .file-name - border-color: bulmaDarken($file-name-border-color, 5%) + border-color: functions.bulmaDarken($file-name-border-color, 5%) .file-input height: 100% @@ -178,7 +185,7 @@ $file-colors: $form-colors !default display: flex height: 1em justify-content: center - +ltr-property("margin", 0.5em) + +mixins.ltr-property("margin", 0.5em) width: 1em .fa font-size: 14px diff --git a/sass/form/input-textarea.sass b/sass/form/input-textarea.sass index 8d842a04f..dfde525ef 100644 --- a/sass/form/input-textarea.sass +++ b/sass/form/input-textarea.sass @@ -1,12 +1,17 @@ -$textarea-padding: $control-padding-horizontal !default +@use "shared" +@use "../utilities/initial-variables" +@use "../utilities/controls" +@use "../utilities/functions" + +$textarea-padding: controls.$control-padding-horizontal !default $textarea-max-height: 40em !default $textarea-min-height: 8em !default -$textarea-colors: $form-colors !default +$textarea-colors: shared.$form-colors !default %input-textarea @extend %input - box-shadow: $input-shadow + box-shadow: shared.$input-shadow max-width: 100% width: 100% &[readonly] @@ -20,14 +25,14 @@ $textarea-colors: $form-colors !default &.is-focused, &:active, &.is-active - box-shadow: $input-focus-box-shadow-size bulmaRgba($color, 0.25) + box-shadow: shared.$input-focus-box-shadow-size functions.bulmaRgba($color, 0.25) // Sizes &.is-small - +control-small + +controls.control-small &.is-medium - +control-medium + +controls.control-medium &.is-large - +control-large + +controls.control-large // Modifiers &.is-fullwidth display: block @@ -39,9 +44,9 @@ $textarea-colors: $form-colors !default .input @extend %input-textarea &.is-rounded - border-radius: $radius-rounded - padding-left: calc(#{$control-padding-horizontal} + 0.375em) - padding-right: calc(#{$control-padding-horizontal} + 0.375em) + border-radius: initial-variables.$radius-rounded + padding-left: calc(#{controls.$control-padding-horizontal} + 0.375em) + padding-right: calc(#{controls.$control-padding-horizontal} + 0.375em) &.is-static background-color: transparent border-color: transparent diff --git a/sass/form/select.sass b/sass/form/select.sass index 951b735fd..cc5acdada 100644 --- a/sass/form/select.sass +++ b/sass/form/select.sass @@ -1,4 +1,12 @@ -$select-colors: $form-colors !default +@use "shared" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/controls" +@use "../utilities/mixins" +@use "../utilities/extends" +@use "../utilities/functions" + +$select-colors: shared.$form-colors !default .select display: inline-block @@ -6,17 +14,17 @@ $select-colors: $form-colors !default position: relative vertical-align: top &:not(.is-multiple) - height: $input-height + height: shared.$input-height &:not(.is-multiple):not(.is-loading) &::after @extend %arrow - border-color: $input-arrow - +ltr-position(1.125em) + border-color: shared.$input-arrow + +mixins.ltr-position(1.125em) z-index: 4 &.is-rounded select - border-radius: $radius-rounded - +ltr-property("padding", 1em, false) + border-radius: initial-variables.$radius-rounded + +mixins.ltr-property("padding", 1em, false) select @extend %input cursor: pointer @@ -28,9 +36,9 @@ $select-colors: $form-colors !default display: none &[disabled]:hover, fieldset[disabled] &:hover - border-color: $input-disabled-border-color + border-color: shared.$input-disabled-border-color &:not([multiple]) - +ltr-property("padding", 2.5em) + +mixins.ltr-property("padding", 2.5em) &[multiple] height: auto padding: 0 @@ -39,7 +47,7 @@ $select-colors: $form-colors !default // States &:not(.is-multiple):not(.is-loading):hover &::after - border-color: $input-hover-color + border-color: shared.$input-hover-color // Colors @each $name, $pair in $select-colors $color: nth($pair, 1) @@ -50,23 +58,23 @@ $select-colors: $form-colors !default border-color: $color &:hover, &.is-hovered - border-color: bulmaDarken($color, 5%) + border-color: functions.bulmaDarken($color, 5%) &:focus, &.is-focused, &:active, &.is-active - box-shadow: $input-focus-box-shadow-size bulmaRgba($color, 0.25) + box-shadow: shared.$input-focus-box-shadow-size functions.bulmaRgba($color, 0.25) // Sizes &.is-small - +control-small + +controls.control-small &.is-medium - +control-medium + +controls.control-medium &.is-large - +control-large + +controls.control-large // Modifiers &.is-disabled &::after - border-color: $input-disabled-color !important + border-color: shared.$input-disabled-color !important opacity: 0.5 &.is-fullwidth width: 100% @@ -77,12 +85,12 @@ $select-colors: $form-colors !default @extend %loader margin-top: 0 position: absolute - +ltr-position(0.625em) + +mixins.ltr-position(0.625em) top: 0.625em transform: none &.is-small:after - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium:after - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large:after - font-size: $size-large + font-size: derived-variables.$size-large diff --git a/sass/form/shared.sass b/sass/form/shared.sass index 422d7aa37..1929e0091 100644 --- a/sass/form/shared.sass +++ b/sass/form/shared.sass @@ -1,34 +1,38 @@ -@import "../utilities/controls" -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/controls" +@use "../utilities/mixins" +@use "../utilities/extends" +@use "../utilities/functions" -$form-colors: $colors !default +$form-colors: derived-variables.$colors !default -$input-color: $text-strong !default -$input-background-color: $scheme-main !default -$input-border-color: $border !default -$input-height: $control-height !default -$input-shadow: inset 0 0.0625em 0.125em rgba($scheme-invert, 0.05) !default -$input-placeholder-color: bulmaRgba($input-color, 0.3) !default +$input-color: derived-variables.$text-strong !default +$input-background-color: derived-variables.$scheme-main !default +$input-border-color: derived-variables.$border !default +$input-height: controls.$control-height !default +$input-shadow: inset 0 0.0625em 0.125em rgba(derived-variables.$scheme-invert, 0.05) !default +$input-placeholder-color: functions.bulmaRgba($input-color, 0.3) !default -$input-hover-color: $text-strong !default -$input-hover-border-color: $border-hover !default +$input-hover-color: derived-variables.$text-strong !default +$input-hover-border-color: derived-variables.$border-hover !default -$input-focus-color: $text-strong !default -$input-focus-border-color: $link !default +$input-focus-color: derived-variables.$text-strong !default +$input-focus-border-color: derived-variables.$link !default $input-focus-box-shadow-size: 0 0 0 0.125em !default -$input-focus-box-shadow-color: bulmaRgba($link, 0.25) !default +$input-focus-box-shadow-color: functions.bulmaRgba(derived-variables.$link, 0.25) !default -$input-disabled-color: $text-light !default -$input-disabled-background-color: $background !default -$input-disabled-border-color: $background !default -$input-disabled-placeholder-color: bulmaRgba($input-disabled-color, 0.3) !default +$input-disabled-color: derived-variables.$text-light !default +$input-disabled-background-color: derived-variables.$background !default +$input-disabled-border-color: derived-variables.$background !default +$input-disabled-placeholder-color: functions.bulmaRgba($input-disabled-color, 0.3) !default -$input-arrow: $link !default +$input-arrow: derived-variables.$link !default -$input-icon-color: $border !default -$input-icon-active-color: $text !default +$input-icon-color: derived-variables.$border !default +$input-icon-active-color: derived-variables.$text !default -$input-radius: $radius !default +$input-radius: initial-variables.$radius !default =input @extend %control @@ -36,7 +40,7 @@ $input-radius: $radius !default border-color: $input-border-color border-radius: $input-radius color: $input-color - +placeholder + +mixins.placeholder color: $input-placeholder-color &:hover, &.is-hovered @@ -53,7 +57,7 @@ $input-radius: $radius !default border-color: $input-disabled-border-color box-shadow: none color: $input-disabled-color - +placeholder + +mixins.placeholder color: $input-disabled-placeholder-color %input diff --git a/sass/form/tools.sass b/sass/form/tools.sass index 73b09b64b..c7ae3d644 100644 --- a/sass/form/tools.sass +++ b/sass/form/tools.sass @@ -1,24 +1,30 @@ -$label-color: $text-strong !default -$label-weight: $weight-bold !default +@use "../utilities/initial-variables" +@use "../utilities/derived-variables" +@use "../utilities/mixins" +@use "../utilities/extends" +@use "shared" -$help-size: $size-small !default +$label-color: derived-variables.$text-strong !default +$label-weight: initial-variables.$weight-bold !default -$label-colors: $form-colors !default +$help-size: derived-variables.$size-small !default + +$label-colors: shared.$form-colors !default .label color: $label-color display: block - font-size: $size-normal + font-size: derived-variables.$size-normal font-weight: $label-weight &:not(:last-child) margin-bottom: 0.5em // Sizes &.is-small - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large - font-size: $size-large + font-size: derived-variables.$size-large .help display: block @@ -40,7 +46,7 @@ $label-colors: $form-colors !default justify-content: flex-start .control &:not(:last-child) - +ltr-property("margin", -1px) + +mixins.ltr-property("margin", -1px) &:not(:first-child):not(:last-child) .button, .input, @@ -50,20 +56,20 @@ $label-colors: $form-colors !default .button, .input, .select select - +ltr + +mixins.ltr border-bottom-right-radius: 0 border-top-right-radius: 0 - +rtl + +mixins.rtl border-bottom-left-radius: 0 border-top-left-radius: 0 &:last-child:not(:only-child) .button, .input, .select select - +ltr + +mixins.ltr border-bottom-left-radius: 0 border-top-left-radius: 0 - +rtl + +mixins.rtl border-bottom-right-radius: 0 border-top-right-radius: 0 .button, @@ -98,7 +104,7 @@ $label-colors: $form-colors !default flex-shrink: 0 &:not(:last-child) margin-bottom: 0 - +ltr-property("margin", 0.75rem) + +mixins.ltr-property("margin", 0.75rem) &.is-expanded flex-grow: 1 flex-shrink: 1 @@ -117,36 +123,36 @@ $label-colors: $form-colors !default &:not(:last-child) margin-bottom: 0 &.is-horizontal - +tablet + +mixins.tablet display: flex .field-label .label font-size: inherit - +mobile + +mixins.mobile margin-bottom: 0.5rem - +tablet + +mixins.tablet flex-basis: 0 flex-grow: 1 flex-shrink: 0 - +ltr-property("margin", 1.5rem) + +mixins.ltr-property("margin", 1.5rem) text-align: right &.is-small - font-size: $size-small + font-size: derived-variables.$size-small padding-top: 0.375em &.is-normal padding-top: 0.375em &.is-medium - font-size: $size-medium + font-size: derived-variables.$size-medium padding-top: 0.375em &.is-large - font-size: $size-large + font-size: derived-variables.$size-large padding-top: 0.375em .field-body .field .field margin-bottom: 0 - +tablet + +mixins.tablet display: flex flex-basis: 0 flex-grow: 5 @@ -158,12 +164,12 @@ $label-colors: $form-colors !default &:not(.is-narrow) flex-grow: 1 &:not(:last-child) - +ltr-property("margin", 0.75rem) + +mixins.ltr-property("margin", 0.75rem) .control box-sizing: border-box clear: both - font-size: $size-normal + font-size: derived-variables.$size-normal position: relative text-align: inherit // Modifiers @@ -173,43 +179,43 @@ $label-colors: $form-colors !default .select &:focus & ~ .icon - color: $input-icon-active-color + color: shared.$input-icon-active-color &.is-small ~ .icon - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium ~ .icon - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large ~ .icon - font-size: $size-large + font-size: derived-variables.$size-large .icon - color: $input-icon-color - height: $input-height + color: shared.$input-icon-color + height: shared.$input-height pointer-events: none position: absolute top: 0 - width: $input-height + width: shared.$input-height z-index: 4 &.has-icons-left .input, .select select - padding-left: $input-height + padding-left: shared.$input-height .icon.is-left left: 0 &.has-icons-right .input, .select select - padding-right: $input-height + padding-right: shared.$input-height .icon.is-right right: 0 &.is-loading &::after @extend %loader position: absolute !important - +ltr-position(0.625em) + +mixins.ltr-position(0.625em) top: 0.625em z-index: 4 &.is-small:after - font-size: $size-small + font-size: derived-variables.$size-small &.is-medium:after - font-size: $size-medium + font-size: derived-variables.$size-medium &.is-large:after - font-size: $size-large + font-size: derived-variables.$size-large diff --git a/sass/grid/_all.sass b/sass/grid/_all.sass deleted file mode 100644 index 0b5ed3109..000000000 --- a/sass/grid/_all.sass +++ /dev/null @@ -1,5 +0,0 @@ -/* Bulma Grid */ -@charset "utf-8" - -@import "columns" -@import "tiles" diff --git a/sass/grid/_index.sass b/sass/grid/_index.sass new file mode 100644 index 000000000..1b9dfd87d --- /dev/null +++ b/sass/grid/_index.sass @@ -0,0 +1,5 @@ +/* Bulma Grid */ +@charset "utf-8" + +@forward "columns" +@forward "tiles" diff --git a/sass/grid/columns.sass b/sass/grid/columns.sass index e66112b56..ff7242a3d 100644 --- a/sass/grid/columns.sass +++ b/sass/grid/columns.sass @@ -1,4 +1,6 @@ -@import "../utilities/mixins" +@use "../utilities/initial-variables" +@use "../utilities/mixins" +@use "../utilities/functions" $column-gap: 0.75rem !default @@ -42,30 +44,30 @@ $column-gap: 0.75rem !default flex: none width: 80% .columns.is-mobile > &.is-offset-three-quarters - +ltr-property("margin", 75%, false) + +mixins.ltr-property("margin", 75%, false) .columns.is-mobile > &.is-offset-two-thirds - +ltr-property("margin", 66.6666%, false) + +mixins.ltr-property("margin", 66.6666%, false) .columns.is-mobile > &.is-offset-half - +ltr-property("margin", 50%, false) + +mixins.ltr-property("margin", 50%, false) .columns.is-mobile > &.is-offset-one-third - +ltr-property("margin", 33.3333%, false) + +mixins.ltr-property("margin", 33.3333%, false) .columns.is-mobile > &.is-offset-one-quarter - +ltr-property("margin", 25%, false) + +mixins.ltr-property("margin", 25%, false) .columns.is-mobile > &.is-offset-one-fifth - +ltr-property("margin", 20%, false) + +mixins.ltr-property("margin", 20%, false) .columns.is-mobile > &.is-offset-two-fifths - +ltr-property("margin", 40%, false) + +mixins.ltr-property("margin", 40%, false) .columns.is-mobile > &.is-offset-three-fifths - +ltr-property("margin", 60%, false) + +mixins.ltr-property("margin", 60%, false) .columns.is-mobile > &.is-offset-four-fifths - +ltr-property("margin", 80%, false) + +mixins.ltr-property("margin", 80%, false) @for $i from 0 through 12 .columns.is-mobile > &.is-#{$i} flex: none - width: percentage(divide($i, 12)) + width: percentage(functions.divide($i, 12)) .columns.is-mobile > &.is-offset-#{$i} - +ltr-property("margin", percentage(divide($i, 12)), false) - +mobile + +mixins.ltr-property("margin", percentage(functions.divide($i, 12)), false) + +mixins.mobile &.is-narrow-mobile flex: none width: unset @@ -100,30 +102,30 @@ $column-gap: 0.75rem !default flex: none width: 80% &.is-offset-three-quarters-mobile - +ltr-property("margin", 75%, false) + +mixins.ltr-property("margin", 75%, false) &.is-offset-two-thirds-mobile - +ltr-property("margin", 66.6666%, false) + +mixins.ltr-property("margin", 66.6666%, false) &.is-offset-half-mobile - +ltr-property("margin", 50%, false) + +mixins.ltr-property("margin", 50%, false) &.is-offset-one-third-mobile - +ltr-property("margin", 33.3333%, false) + +mixins.ltr-property("margin", 33.3333%, false) &.is-offset-one-quarter-mobile - +ltr-property("margin", 25%, false) + +mixins.ltr-property("margin", 25%, false) &.is-offset-one-fifth-mobile - +ltr-property("margin", 20%, false) + +mixins.ltr-property("margin", 20%, false) &.is-offset-two-fifths-mobile - +ltr-property("margin", 40%, false) + +mixins.ltr-property("margin", 40%, false) &.is-offset-three-fifths-mobile - +ltr-property("margin", 60%, false) + +mixins.ltr-property("margin", 60%, false) &.is-offset-four-fifths-mobile - +ltr-property("margin", 80%, false) + +mixins.ltr-property("margin", 80%, false) @for $i from 0 through 12 &.is-#{$i}-mobile flex: none - width: percentage(divide($i, 12)) + width: percentage(functions.divide($i, 12)) &.is-offset-#{$i}-mobile - +ltr-property("margin", percentage(divide($i, 12)), false) - +tablet + +mixins.ltr-property("margin", percentage(functions.divide($i, 12)), false) + +mixins.tablet &.is-narrow, &.is-narrow-tablet flex: none @@ -170,40 +172,40 @@ $column-gap: 0.75rem !default width: 80% &.is-offset-three-quarters, &.is-offset-three-quarters-tablet - +ltr-property("margin", 75%, false) + +mixins.ltr-property("margin", 75%, false) &.is-offset-two-thirds, &.is-offset-two-thirds-tablet - +ltr-property("margin", 66.6666%, false) + +mixins.ltr-property("margin", 66.6666%, false) &.is-offset-half, &.is-offset-half-tablet - +ltr-property("margin", 50%, false) + +mixins.ltr-property("margin", 50%, false) &.is-offset-one-third, &.is-offset-one-third-tablet - +ltr-property("margin", 33.3333%, false) + +mixins.ltr-property("margin", 33.3333%, false) &.is-offset-one-quarter, &.is-offset-one-quarter-tablet - +ltr-property("margin", 25%, false) + +mixins.ltr-property("margin", 25%, false) &.is-offset-one-fifth, &.is-offset-one-fifth-tablet - +ltr-property("margin", 20%, false) + +mixins.ltr-property("margin", 20%, false) &.is-offset-two-fifths, &.is-offset-two-fifths-tablet - +ltr-property("margin", 40%, false) + +mixins.ltr-property("margin", 40%, false) &.is-offset-three-fifths, &.is-offset-three-fifths-tablet - +ltr-property("margin", 60%, false) + +mixins.ltr-property("margin", 60%, false) &.is-offset-four-fifths, &.is-offset-four-fifths-tablet - +ltr-property("margin", 80%, false) + +mixins.ltr-property("margin", 80%, false) @for $i from 0 through 12 &.is-#{$i}, &.is-#{$i}-tablet flex: none - width: percentage(divide($i, 12)) + width: percentage(functions.divide($i, 12)) &.is-offset-#{$i}, &.is-offset-#{$i}-tablet - +ltr-property("margin", percentage(divide($i, 12)), false) - +touch + +mixins.ltr-property("margin", percentage(functions.divide($i, 12)), false) + +mixins.touch &.is-narrow-touch flex: none width: unset @@ -238,30 +240,30 @@ $column-gap: 0.75rem !default flex: none width: 80% &.is-offset-three-quarters-touch - +ltr-property("margin", 75%, false) + +mixins.ltr-property("margin", 75%, false) &.is-offset-two-thirds-touch - +ltr-property("margin", 66.6666%, false) + +mixins.ltr-property("margin", 66.6666%, false) &.is-offset-half-touch - +ltr-property("margin", 50%, false) + +mixins.ltr-property("margin", 50%, false) &.is-offset-one-third-touch - +ltr-property("margin", 33.3333%, false) + +mixins.ltr-property("margin", 33.3333%, false) &.is-offset-one-quarter-touch - +ltr-property("margin", 25%, false) + +mixins.ltr-property("margin", 25%, false) &.is-offset-one-fifth-touch - +ltr-property("margin", 20%, false) + +mixins.ltr-property("margin", 20%, false) &.is-offset-two-fifths-touch - +ltr-property("margin", 40%, false) + +mixins.ltr-property("margin", 40%, false) &.is-offset-three-fifths-touch - +ltr-property("margin", 60%, false) + +mixins.ltr-property("margin", 60%, false) &.is-offset-four-fifths-touch - +ltr-property("margin", 80%, false) + +mixins.ltr-property("margin", 80%, false) @for $i from 0 through 12 &.is-#{$i}-touch flex: none - width: percentage(divide($i, 12)) + width: percentage(functions.divide($i, 12)) &.is-offset-#{$i}-touch - +ltr-property("margin", percentage(divide($i, 12)), false) - +desktop + +mixins.ltr-property("margin", percentage(functions.divide($i, 12)), false) + +mixins.desktop &.is-narrow-desktop flex: none width: unset @@ -296,30 +298,30 @@ $column-gap: 0.75rem !default flex: none width: 80% &.is-offset-three-quarters-desktop - +ltr-property("margin", 75%, false) + +mixins.ltr-property("margin", 75%, false) &.is-offset-two-thirds-desktop - +ltr-property("margin", 66.6666%, false) + +mixins.ltr-property("margin", 66.6666%, false) &.is-offset-half-desktop - +ltr-property("margin", 50%, false) + +mixins.ltr-property("margin", 50%, false) &.is-offset-one-third-desktop - +ltr-property("margin", 33.3333%, false) + +mixins.ltr-property("margin", 33.3333%, false) &.is-offset-one-quarter-desktop - +ltr-property("margin", 25%, false) + +mixins.ltr-property("margin", 25%, false) &.is-offset-one-fifth-desktop - +ltr-property("margin", 20%, false) + +mixins.ltr-property("margin", 20%, false) &.is-offset-two-fifths-desktop - +ltr-property("margin", 40%, false) + +mixins.ltr-property("margin", 40%, false) &.is-offset-three-fifths-desktop - +ltr-property("margin", 60%, false) + +mixins.ltr-property("margin", 60%, false) &.is-offset-four-fifths-desktop - +ltr-property("margin", 80%, false) + +mixins.ltr-property("margin", 80%, false) @for $i from 0 through 12 &.is-#{$i}-desktop flex: none - width: percentage(divide($i, 12)) + width: percentage(functions.divide($i, 12)) &.is-offset-#{$i}-desktop - +ltr-property("margin", percentage(divide($i, 12)), false) - +widescreen + +mixins.ltr-property("margin", percentage(functions.divide($i, 12)), false) + +mixins.widescreen &.is-narrow-widescreen flex: none width: unset @@ -354,30 +356,30 @@ $column-gap: 0.75rem !default flex: none width: 80% &.is-offset-three-quarters-widescreen - +ltr-property("margin", 75%, false) + +mixins.ltr-property("margin", 75%, false) &.is-offset-two-thirds-widescreen - +ltr-property("margin", 66.6666%, false) + +mixins.ltr-property("margin", 66.6666%, false) &.is-offset-half-widescreen - +ltr-property("margin", 50%, false) + +mixins.ltr-property("margin", 50%, false) &.is-offset-one-third-widescreen - +ltr-property("margin", 33.3333%, false) + +mixins.ltr-property("margin", 33.3333%, false) &.is-offset-one-quarter-widescreen - +ltr-property("margin", 25%, false) + +mixins.ltr-property("margin", 25%, false) &.is-offset-one-fifth-widescreen - +ltr-property("margin", 20%, false) + +mixins.ltr-property("margin", 20%, false) &.is-offset-two-fifths-widescreen - +ltr-property("margin", 40%, false) + +mixins.ltr-property("margin", 40%, false) &.is-offset-three-fifths-widescreen - +ltr-property("margin", 60%, false) + +mixins.ltr-property("margin", 60%, false) &.is-offset-four-fifths-widescreen - +ltr-property("margin", 80%, false) + +mixins.ltr-property("margin", 80%, false) @for $i from 0 through 12 &.is-#{$i}-widescreen flex: none - width: percentage(divide($i, 12)) + width: percentage(functions.divide($i, 12)) &.is-offset-#{$i}-widescreen - +ltr-property("margin", percentage(divide($i, 12)), false) - +fullhd + +mixins.ltr-property("margin", percentage(functions.divide($i, 12)), false) + +mixins.fullhd &.is-narrow-fullhd flex: none width: unset @@ -412,33 +414,33 @@ $column-gap: 0.75rem !default flex: none width: 80% &.is-offset-three-quarters-fullhd - +ltr-property("margin", 75%, false) + +mixins.ltr-property("margin", 75%, false) &.is-offset-two-thirds-fullhd - +ltr-property("margin", 66.6666%, false) + +mixins.ltr-property("margin", 66.6666%, false) &.is-offset-half-fullhd - +ltr-property("margin", 50%, false) + +mixins.ltr-property("margin", 50%, false) &.is-offset-one-third-fullhd - +ltr-property("margin", 33.3333%, false) + +mixins.ltr-property("margin", 33.3333%, false) &.is-offset-one-quarter-fullhd - +ltr-property("margin", 25%, false) + +mixins.ltr-property("margin", 25%, false) &.is-offset-one-fifth-fullhd - +ltr-property("margin", 20%, false) + +mixins.ltr-property("margin", 20%, false) &.is-offset-two-fifths-fullhd - +ltr-property("margin", 40%, false) + +mixins.ltr-property("margin", 40%, false) &.is-offset-three-fifths-fullhd - +ltr-property("margin", 60%, false) + +mixins.ltr-property("margin", 60%, false) &.is-offset-four-fifths-fullhd - +ltr-property("margin", 80%, false) + +mixins.ltr-property("margin", 80%, false) @for $i from 0 through 12 &.is-#{$i}-fullhd flex: none - width: percentage(divide($i, 12)) + width: percentage(functions.divide($i, 12)) &.is-offset-#{$i}-fullhd - +ltr-property("margin", percentage(divide($i, 12)), false) + +mixins.ltr-property("margin", percentage(functions.divide($i, 12)), false) .columns - +ltr-property("margin", (-$column-gap), false) - +ltr-property("margin", (-$column-gap)) + +mixins.ltr-property("margin", (-$column-gap), false) + +mixins.ltr-property("margin", (-$column-gap)) margin-top: (-$column-gap) &:last-child margin-bottom: (-$column-gap) @@ -448,8 +450,8 @@ $column-gap: 0.75rem !default &.is-centered justify-content: center &.is-gapless - +ltr-property("margin", 0, false) - +ltr-property("margin", 0) + +mixins.ltr-property("margin", 0, false) + +mixins.ltr-property("margin", 0) margin-top: 0 & > .column margin: 0 @@ -465,49 +467,49 @@ $column-gap: 0.75rem !default &.is-vcentered align-items: center // Responsiveness - +tablet + +mixins.tablet &:not(.is-desktop) display: flex - +desktop + +mixins.desktop // Modifiers &.is-desktop display: flex -@if $variable-columns +@if initial-variables.$variable-columns .columns.is-variable --columnGap: 0.75rem - +ltr-property("margin", calc(-1 * var(--columnGap)), false) - +ltr-property("margin", calc(-1 * var(--columnGap))) + +mixins.ltr-property("margin", calc(-1 * var(--columnGap)), false) + +mixins.ltr-property("margin", calc(-1 * var(--columnGap))) > .column padding-left: var(--columnGap) padding-right: var(--columnGap) @for $i from 0 through 8 &.is-#{$i} --columnGap: #{$i * 0.25rem} - +mobile + +mixins.mobile &.is-#{$i}-mobile --columnGap: #{$i * 0.25rem} - +tablet + +mixins.tablet &.is-#{$i}-tablet --columnGap: #{$i * 0.25rem} - +tablet-only + +mixins.tablet-only &.is-#{$i}-tablet-only --columnGap: #{$i * 0.25rem} - +touch + +mixins.touch &.is-#{$i}-touch --columnGap: #{$i * 0.25rem} - +desktop + +mixins.desktop &.is-#{$i}-desktop --columnGap: #{$i * 0.25rem} - +desktop-only + +mixins.desktop-only &.is-#{$i}-desktop-only --columnGap: #{$i * 0.25rem} - +widescreen + +mixins.widescreen &.is-#{$i}-widescreen --columnGap: #{$i * 0.25rem} - +widescreen-only + +mixins.widescreen-only &.is-#{$i}-widescreen-only --columnGap: #{$i * 0.25rem} - +fullhd + +mixins.fullhd &.is-#{$i}-fullhd --columnGap: #{$i * 0.25rem} diff --git a/sass/grid/tiles.sass b/sass/grid/tiles.sass index d22d738d0..a490ef6e9 100644 --- a/sass/grid/tiles.sass +++ b/sass/grid/tiles.sass @@ -1,4 +1,5 @@ -@import "../utilities/mixins" +@use "../utilities/mixins" +@use "../utilities/functions" $tile-spacing: 0.75rem !default @@ -27,10 +28,10 @@ $tile-spacing: 0.75rem !default & > .tile.is-child:not(:last-child) margin-bottom: 1.5rem !important // Responsiveness - +tablet + +mixins.tablet &:not(.is-child) display: flex @for $i from 1 through 12 &.is-#{$i} flex: none - width: (divide($i, 12)) * 100% + width: (functions.divide($i, 12)) * 100% diff --git a/sass/helpers/_all.sass b/sass/helpers/_all.sass deleted file mode 100644 index d673da687..000000000 --- a/sass/helpers/_all.sass +++ /dev/null @@ -1,12 +0,0 @@ -/* Bulma Helpers */ -@charset "utf-8" - -@import "color" -@import "flexbox" -@import "float" -@import "other" -@import "overflow" -@import "position" -@import "spacing" -@import "typography" -@import "visibility" diff --git a/sass/helpers/_index.sass b/sass/helpers/_index.sass new file mode 100644 index 000000000..8ca2cde91 --- /dev/null +++ b/sass/helpers/_index.sass @@ -0,0 +1,12 @@ +/* Bulma Helpers */ +@charset "utf-8" + +@forward "color" +@forward "flexbox" +@forward "float" +@forward "other" +@forward "overflow" +@forward "position" +@forward "spacing" +@forward "typography" +@forward "visibility" diff --git a/sass/helpers/color.sass b/sass/helpers/color.sass index b7a8a503a..f31225d3e 100644 --- a/sass/helpers/color.sass +++ b/sass/helpers/color.sass @@ -1,13 +1,14 @@ -@import "../utilities/derived-variables" +@use "../utilities/derived-variables" +@use "../utilities/functions" -@each $name, $pair in $colors +@each $name, $pair in derived-variables.$colors $color: nth($pair, 1) .has-text-#{$name} color: $color !important a.has-text-#{$name} &:hover, &:focus - color: bulmaDarken($color, 10%) !important + color: functions.bulmaDarken($color, 10%) !important .has-background-#{$name} background-color: $color !important @if length($pair) >= 4 @@ -19,7 +20,7 @@ a.has-text-#{$name}-light &:hover, &:focus - color: bulmaDarken($color-light, 10%) !important + color: functions.bulmaDarken($color-light, 10%) !important .has-background-#{$name}-light background-color: $color-light !important // Dark @@ -28,11 +29,11 @@ a.has-text-#{$name}-dark &:hover, &:focus - color: bulmaLighten($color-dark, 10%) !important + color: functions.bulmaDarken($color-dark, 10%) !important .has-background-#{$name}-dark background-color: $color-dark !important -@each $name, $shade in $shades +@each $name, $shade in derived-variables.$shades .has-text-#{$name} color: $shade !important .has-background-#{$name} diff --git a/sass/helpers/float.sass b/sass/helpers/float.sass index f62f24e07..539d57fb7 100644 --- a/sass/helpers/float.sass +++ b/sass/helpers/float.sass @@ -1,7 +1,7 @@ -@import "../utilities/mixins" +@use "../utilities/mixins" .is-clearfix - +clearfix + +mixins.clearfix .is-pulled-left float: left !important diff --git a/sass/helpers/other.sass b/sass/helpers/other.sass index 6e2e63ce0..c4c7c2968 100644 --- a/sass/helpers/other.sass +++ b/sass/helpers/other.sass @@ -1,4 +1,4 @@ -@import "../utilities/mixins" +@use "../utilities/extends" .is-radiusless border-radius: 0 !important diff --git a/sass/helpers/position.sass b/sass/helpers/position.sass index 4b8fda479..038feb2db 100644 --- a/sass/helpers/position.sass +++ b/sass/helpers/position.sass @@ -1,4 +1,4 @@ -@import "../utilities/mixins" +@use "../utilities/extends" .is-overlay @extend %overlay diff --git a/sass/helpers/typography.sass b/sass/helpers/typography.sass index dceca77af..3438dd7d0 100644 --- a/sass/helpers/typography.sass +++ b/sass/helpers/typography.sass @@ -1,29 +1,31 @@ -@import "../utilities/mixins" +@use "../utilities/derived-variables" +@use "../utilities/initial-variables" +@use "../utilities/mixins" =typography-size($target:'') - @each $size in $sizes - $i: index($sizes, $size) + @each $size in derived-variables.$sizes + $i: index(derived-variables.$sizes, $size) .is-size-#{$i}#{if($target == '', '', '-' + $target)} font-size: $size !important +typography-size() -+mobile ++mixins.mobile +typography-size('mobile') -+tablet ++mixins.tablet +typography-size('tablet') -+touch ++mixins.touch +typography-size('touch') -+desktop ++mixins.desktop +typography-size('desktop') -+widescreen ++mixins.widescreen +typography-size('widescreen') -+fullhd ++mixins.fullhd +typography-size('fullhd') $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right') @@ -33,31 +35,31 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig text-align: #{$text-align} !important @each $alignment, $text-align in $alignments - +mobile + +mixins.mobile .has-text-#{$alignment}-mobile text-align: #{$text-align} !important - +tablet + +mixins.tablet .has-text-#{$alignment}-tablet text-align: #{$text-align} !important - +tablet-only + +mixins.tablet-only .has-text-#{$alignment}-tablet-only text-align: #{$text-align} !important - +touch + +mixins.touch .has-text-#{$alignment}-touch text-align: #{$text-align} !important - +desktop + +mixins.desktop .has-text-#{$alignment}-desktop text-align: #{$text-align} !important - +desktop-only + +mixins.desktop-only .has-text-#{$alignment}-desktop-only text-align: #{$text-align} !important - +widescreen + +mixins.widescreen .has-text-#{$alignment}-widescreen text-align: #{$text-align} !important - +widescreen-only + +mixins.widescreen-only .has-text-#{$alignment}-widescreen-only text-align: #{$text-align} !important - +fullhd + +mixins.fullhd .has-text-#{$alignment}-fullhd text-align: #{$text-align} !important @@ -77,27 +79,27 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig text-decoration: underline !important .has-text-weight-light - font-weight: $weight-light !important + font-weight: initial-variables.$weight-light !important .has-text-weight-normal - font-weight: $weight-normal !important + font-weight: initial-variables.$weight-normal !important .has-text-weight-medium - font-weight: $weight-medium !important + font-weight: initial-variables.$weight-medium !important .has-text-weight-semibold - font-weight: $weight-semibold !important + font-weight: initial-variables.$weight-semibold !important .has-text-weight-bold - font-weight: $weight-bold !important + font-weight: initial-variables.$weight-bold !important .is-family-primary - font-family: $family-primary !important + font-family: derived-variables.$family-primary !important .is-family-secondary - font-family: $family-secondary !important + font-family: derived-variables.$family-secondary !important .is-family-sans-serif - font-family: $family-sans-serif !important + font-family: initial-variables.$family-sans-serif !important .is-family-monospace - font-family: $family-monospace !important + font-family: initial-variables.$family-monospace !important .is-family-code - font-family: $family-code !important + font-family: derived-variables.$family-code !important diff --git a/sass/helpers/visibility.sass b/sass/helpers/visibility.sass index a1bb0d56a..9d45b69ea 100644 --- a/sass/helpers/visibility.sass +++ b/sass/helpers/visibility.sass @@ -1,35 +1,35 @@ -@import "../utilities/mixins" +@use "../utilities/mixins" $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' @each $display in $displays .is-#{$display} display: #{$display} !important - +mobile + +mixins.mobile .is-#{$display}-mobile display: #{$display} !important - +tablet + +mixins.tablet .is-#{$display}-tablet display: #{$display} !important - +tablet-only + +mixins.tablet-only .is-#{$display}-tablet-only display: #{$display} !important - +touch + +mixins.touch .is-#{$display}-touch display: #{$display} !important - +desktop + +mixins.desktop .is-#{$display}-desktop display: #{$display} !important - +desktop-only + +mixins.desktop-only .is-#{$display}-desktop-only display: #{$display} !important - +widescreen + +mixins.widescreen .is-#{$display}-widescreen display: #{$display} !important - +widescreen-only + +mixins.widescreen-only .is-#{$display}-widescreen-only display: #{$display} !important - +fullhd + +mixins.fullhd .is-#{$display}-fullhd display: #{$display} !important @@ -46,77 +46,77 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex' white-space: nowrap !important width: 0.01em !important -+mobile ++mixins.mobile .is-hidden-mobile display: none !important -+tablet ++mixins.tablet .is-hidden-tablet display: none !important -+tablet-only ++mixins.tablet-only .is-hidden-tablet-only display: none !important -+touch ++mixins.touch .is-hidden-touch display: none !important -+desktop ++mixins.desktop .is-hidden-desktop display: none !important -+desktop-only ++mixins.desktop-only .is-hidden-desktop-only display: none !important -+widescreen ++mixins.widescreen .is-hidden-widescreen display: none !important -+widescreen-only ++mixins.widescreen-only .is-hidden-widescreen-only display: none !important -+fullhd ++mixins.fullhd .is-hidden-fullhd display: none !important .is-invisible visibility: hidden !important -+mobile ++mixins.mobile .is-invisible-mobile visibility: hidden !important -+tablet ++mixins.tablet .is-invisible-tablet visibility: hidden !important -+tablet-only ++mixins.tablet-only .is-invisible-tablet-only visibility: hidden !important -+touch ++mixins.touch .is-invisible-touch visibility: hidden !important -+desktop ++mixins.desktop .is-invisible-desktop visibility: hidden !important -+desktop-only ++mixins.desktop-only .is-invisible-desktop-only visibility: hidden !important -+widescreen ++mixins.widescreen .is-invisible-widescreen visibility: hidden !important -+widescreen-only ++mixins.widescreen-only .is-invisible-widescreen-only visibility: hidden !important -+fullhd ++mixins.fullhd .is-invisible-fullhd visibility: hidden !important diff --git a/sass/layout/_all.sass b/sass/layout/_all.sass deleted file mode 100644 index 4d1df5b72..000000000 --- a/sass/layout/_all.sass +++ /dev/null @@ -1,6 +0,0 @@ -/* Bulma Layout */ -@charset "utf-8" - -@import "hero" -@import "section" -@import "footer" diff --git a/sass/layout/_index.sass b/sass/layout/_index.sass new file mode 100644 index 000000000..743344e77 --- /dev/null +++ b/sass/layout/_index.sass @@ -0,0 +1,6 @@ +/* Bulma Layout */ +@charset "utf-8" + +@forward "hero" +@forward "section" +@forward "footer" diff --git a/sass/layout/footer.sass b/sass/layout/footer.sass index 4e9187e1b..e3ee8e2ce 100644 --- a/sass/layout/footer.sass +++ b/sass/layout/footer.sass @@ -1,6 +1,6 @@ -@import "../utilities/derived-variables" +@use "../utilities/derived-variables" -$footer-background-color: $scheme-main-bis !default +$footer-background-color: derived-variables.$scheme-main-bis !default $footer-color: false !default $footer-padding: 3rem 1.5rem 6rem !default diff --git a/sass/layout/hero.sass b/sass/layout/hero.sass index bd2312c96..d21e8b315 100644 --- a/sass/layout/hero.sass +++ b/sass/layout/hero.sass @@ -1,4 +1,7 @@ -@import "../utilities/mixins" +@use "../utilities/mixins" +@use "../utilities/derived-variables" +@use "../utilities/extends" +@use "../utilities/functions" $hero-body-padding: 3rem 1.5rem !default $hero-body-padding-tablet: 3rem 3rem !default @@ -6,7 +9,7 @@ $hero-body-padding-small: 1.5rem !default $hero-body-padding-medium: 9rem 4.5rem !default $hero-body-padding-large: 18rem 6rem !default -$hero-colors: $colors !default +$hero-colors: derived-variables.$colors !default // Main container .hero @@ -32,21 +35,21 @@ $hero-colors: $colors !default .title color: $color-invert .subtitle - color: bulmaRgba($color-invert, 0.9) + color: functions.bulmaRgba($color-invert, 0.9) a:not(.button), strong color: $color-invert .navbar-menu - +touch + +mixins.touch background-color: $color .navbar-item, .navbar-link - color: bulmaRgba($color-invert, 0.7) + color: functions.bulmaRgba($color-invert, 0.7) a.navbar-item, .navbar-link &:hover, &.is-active - background-color: bulmaDarken($color, 5%) + background-color: functions.bulmaDarken($color, 5%) color: $color-invert .tabs a @@ -63,7 +66,7 @@ $hero-colors: $colors !default a color: $color-invert &:hover - background-color: bulmaRgba($scheme-invert, 0.1) + background-color: functions.bulmaRgba(derived-variables.$scheme-invert, 0.1) li.is-active a &, &:hover @@ -76,7 +79,7 @@ $hero-colors: $colors !default $gradient-top-left: darken(saturate(adjust-hue($color, -10deg), 10%), 10%) $gradient-bottom-right: lighten(saturate(adjust-hue($color, 10deg), 5%), 5%) background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) - +mobile + +mixins.mobile .navbar-menu background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%) // Sizes @@ -84,11 +87,11 @@ $hero-colors: $colors !default .hero-body padding: $hero-body-padding-small &.is-medium - +tablet + +mixins.tablet .hero-body padding: $hero-body-padding-medium &.is-large - +tablet + +mixins.tablet .hero-body padding: $hero-body-padding-large &.is-halfheight, @@ -121,22 +124,22 @@ $hero-colors: $colors !default &.is-transparent opacity: 0.3 // Responsiveness - +mobile + +mixins.mobile display: none .hero-buttons margin-top: 1.5rem // Responsiveness - +mobile + +mixins.mobile .button display: flex &:not(:last-child) margin-bottom: 0.75rem - +tablet + +mixins.tablet display: flex justify-content: center .button:not(:last-child) - +ltr-property("margin", 1.5rem) + +mixins.ltr-property("margin", 1.5rem) // Containers @@ -149,5 +152,5 @@ $hero-colors: $colors !default flex-grow: 1 flex-shrink: 0 padding: $hero-body-padding - +tablet + +mixins.tablet padding: $hero-body-padding-tablet diff --git a/sass/layout/section.sass b/sass/layout/section.sass index 9c5a9f48f..0d3017294 100644 --- a/sass/layout/section.sass +++ b/sass/layout/section.sass @@ -1,4 +1,4 @@ -@import "../utilities/mixins" +@use "../utilities/mixins" $section-padding: 3rem 1.5rem !default $section-padding-desktop: 3rem 3rem !default @@ -8,7 +8,7 @@ $section-padding-large: 18rem 6rem !default .section padding: $section-padding // Responsiveness - +desktop + +mixins.desktop padding: $section-padding-desktop // Sizes &.is-medium diff --git a/sass/utilities/_all.sass b/sass/utilities/_all.sass deleted file mode 100644 index 51cf348ab..000000000 --- a/sass/utilities/_all.sass +++ /dev/null @@ -1,9 +0,0 @@ -/* Bulma Utilities */ -@charset "utf-8" - -@import "initial-variables" -@import "functions" -@import "derived-variables" -@import "mixins" -@import "controls" -@import "extends" diff --git a/sass/utilities/_index.sass b/sass/utilities/_index.sass new file mode 100644 index 000000000..8064ec08e --- /dev/null +++ b/sass/utilities/_index.sass @@ -0,0 +1,9 @@ +/* Bulma Utilities */ +@charset "utf-8" + +@forward "initial-variables" +@forward "functions" +@forward "derived-variables" +@forward "mixins" +@forward "controls" +@forward "extends" diff --git a/sass/utilities/animations.sass b/sass/utilities/animations.sass deleted file mode 100644 index 1872e08c4..000000000 --- a/sass/utilities/animations.sass +++ /dev/null @@ -1 +0,0 @@ -@warn "The animations.sass file has MOVED. It is now in the /base folder. Please import sass/base/animations instead." diff --git a/sass/utilities/controls.sass b/sass/utilities/controls.sass index 4c738c7fa..49cca7b13 100644 --- a/sass/utilities/controls.sass +++ b/sass/utilities/controls.sass @@ -1,7 +1,8 @@ -@import "derived-variables" +@use "initial-variables" +@use "derived-variables" -$control-radius: $radius !default -$control-radius-small: $radius-small !default +$control-radius: initial-variables.$radius !default +$control-radius-small: initial-variables.$radius-small !default $control-border-width: 1px !default @@ -19,7 +20,7 @@ $control-padding-horizontal: calc(0.75em - #{$control-border-width}) !default border-radius: $control-radius box-shadow: none display: inline-flex - font-size: $size-normal + font-size: derived-variables.$size-normal height: $control-height justify-content: flex-start line-height: $control-line-height @@ -42,8 +43,8 @@ $control-padding-horizontal: calc(0.75em - #{$control-border-width}) !default // The controls sizes use mixins so they can be used at different breakpoints =control-small border-radius: $control-radius-small - font-size: $size-small + font-size: derived-variables.$size-small =control-medium - font-size: $size-medium + font-size: derived-variables.$size-medium =control-large - font-size: $size-large + font-size: derived-variables.$size-large diff --git a/sass/utilities/derived-variables.sass b/sass/utilities/derived-variables.sass index cefc8f1da..f1bbc0000 100644 --- a/sass/utilities/derived-variables.sass +++ b/sass/utilities/derived-variables.sass @@ -1,71 +1,71 @@ -@import "initial-variables" -@import "functions" +@use "initial-variables" +@use "functions" -$primary: $turquoise !default +$primary: initial-variables.$turquoise !default -$info: $cyan !default -$success: $green !default -$warning: $yellow !default -$danger: $red !default +$info: initial-variables.$cyan !default +$success: initial-variables.$green !default +$warning: initial-variables.$yellow !default +$danger: initial-variables.$red !default -$light: $white-ter !default -$dark: $grey-darker !default +$light: initial-variables.$white-ter !default +$dark: initial-variables.$grey-darker !default // Invert colors -$orange-invert: findColorInvert($orange) !default -$yellow-invert: findColorInvert($yellow) !default -$green-invert: findColorInvert($green) !default -$turquoise-invert: findColorInvert($turquoise) !default -$cyan-invert: findColorInvert($cyan) !default -$blue-invert: findColorInvert($blue) !default -$purple-invert: findColorInvert($purple) !default -$red-invert: findColorInvert($red) !default - -$primary-invert: findColorInvert($primary) !default -$primary-light: findLightColor($primary) !default -$primary-dark: findDarkColor($primary) !default -$info-invert: findColorInvert($info) !default -$info-light: findLightColor($info) !default -$info-dark: findDarkColor($info) !default -$success-invert: findColorInvert($success) !default -$success-light: findLightColor($success) !default -$success-dark: findDarkColor($success) !default -$warning-invert: findColorInvert($warning) !default -$warning-light: findLightColor($warning) !default -$warning-dark: findDarkColor($warning) !default -$danger-invert: findColorInvert($danger) !default -$danger-light: findLightColor($danger) !default -$danger-dark: findDarkColor($danger) !default -$light-invert: findColorInvert($light) !default -$dark-invert: findColorInvert($dark) !default +$orange-invert: functions.findColorInvert(initial-variables.$orange) !default +$yellow-invert: functions.findColorInvert(initial-variables.$yellow) !default +$green-invert: functions.findColorInvert(initial-variables.$green) !default +$turquoise-invert: functions.findColorInvert(initial-variables.$turquoise) !default +$cyan-invert: functions.findColorInvert(initial-variables.$cyan) !default +$blue-invert: functions.findColorInvert(initial-variables.$blue) !default +$purple-invert: functions.findColorInvert(initial-variables.$purple) !default +$red-invert: functions.findColorInvert(initial-variables.$red) !default + +$primary-invert: functions.findColorInvert($primary) !default +$primary-light: functions.findLightColor($primary) !default +$primary-dark: functions.findDarkColor($primary) !default +$info-invert: functions.findColorInvert($info) !default +$info-light: functions.findLightColor($info) !default +$info-dark: functions.findDarkColor($info) !default +$success-invert: functions.findColorInvert($success) !default +$success-light: functions.findLightColor($success) !default +$success-dark: functions.findDarkColor($success) !default +$warning-invert: functions.findColorInvert($warning) !default +$warning-light: functions.findLightColor($warning) !default +$warning-dark: functions.findDarkColor($warning) !default +$danger-invert: functions.findColorInvert($danger) !default +$danger-light: functions.findLightColor($danger) !default +$danger-dark: functions.findDarkColor($danger) !default +$light-invert: functions.findColorInvert($light) !default +$dark-invert: functions.findColorInvert($dark) !default // General colors -$scheme-main: $white !default -$scheme-main-bis: $white-bis !default -$scheme-main-ter: $white-ter !default -$scheme-invert: $black !default -$scheme-invert-bis: $black-bis !default -$scheme-invert-ter: $black-ter !default +$scheme-main: initial-variables.$white !default +$scheme-main-bis: initial-variables.$white-bis !default +$scheme-main-ter: initial-variables.$white-ter !default +$scheme-invert: initial-variables.$black !default +$scheme-invert-bis: initial-variables.$black-bis !default +$scheme-invert-ter: initial-variables.$black-ter !default -$background: $white-ter !default +$background: initial-variables.$white-ter !default -$border: $grey-lighter !default -$border-hover: $grey-light !default -$border-light: $grey-lightest !default -$border-light-hover: $grey-light !default +$border: initial-variables.$grey-lighter !default +$border-hover: initial-variables.$grey-light !default +$border-light: initial-variables.$grey-lightest !default +$border-light-hover: initial-variables.$grey-light !default // Text colors -$text: $grey-dark !default -$text-invert: findColorInvert($text) !default -$text-light: $grey !default -$text-strong: $grey-darker !default +$text: initial-variables.$grey-dark !default +$text-invert: functions.findColorInvert($text) !default +$text-light: initial-variables.$grey !default +$text-strong: initial-variables.$grey-darker !default // Code colors -$code: darken($red, 15%) !default +$code: darken(initial-variables.$red, 15%) !default $code-background: $background !default $pre: $text !default @@ -73,31 +73,31 @@ $pre-background: $background !default // Link colors -$link: $blue !default -$link-invert: findColorInvert($link) !default -$link-light: findLightColor($link) !default -$link-dark: findDarkColor($link) !default -$link-visited: $purple !default +$link: initial-variables.$blue !default +$link-invert: functions.findColorInvert($link) !default +$link-light: functions.findLightColor($link) !default +$link-dark: functions.findDarkColor($link) !default +$link-visited: initial-variables.$purple !default -$link-hover: $grey-darker !default -$link-hover-border: $grey-light !default +$link-hover: initial-variables.$grey-darker !default +$link-hover-border: initial-variables.$grey-light !default -$link-focus: $grey-darker !default -$link-focus-border: $blue !default +$link-focus: initial-variables.$grey-darker !default +$link-focus-border: initial-variables.$blue !default -$link-active: $grey-darker !default -$link-active-border: $grey-dark !default +$link-active: initial-variables.$grey-darker !default +$link-active-border: initial-variables.$grey-dark !default // Typography -$family-primary: $family-sans-serif !default -$family-secondary: $family-sans-serif !default -$family-code: $family-monospace !default +$family-primary: initial-variables.$family-sans-serif !default +$family-secondary: initial-variables.$family-sans-serif !default +$family-code: initial-variables.$family-monospace !default -$size-small: $size-7 !default -$size-normal: $size-6 !default -$size-medium: $size-5 !default -$size-large: $size-4 !default +$size-small: initial-variables.$size-7 !default +$size-normal: initial-variables.$size-6 !default +$size-medium: initial-variables.$size-5 !default +$size-large: initial-variables.$size-4 !default // Effects @@ -107,8 +107,8 @@ $shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($schem $custom-colors: null !default $custom-shades: null !default -$colors: mergeColorMaps(("white": ($white, $black), "black": ($black, $white), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) !default +$colors: functions.mergeColorMaps(("white": (initial-variables.$white, initial-variables.$black), "black": (initial-variables.$black, initial-variables.$white), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) !default -$shades: mergeColorMaps(("black-bis": $black-bis, "black-ter": $black-ter, "grey-darker": $grey-darker, "grey-dark": $grey-dark, "grey": $grey, "grey-light": $grey-light, "grey-lighter": $grey-lighter, "white-ter": $white-ter, "white-bis": $white-bis), $custom-shades) !default +$shades: functions.mergeColorMaps(("black-bis": initial-variables.$black-bis, "black-ter": initial-variables.$black-ter, "grey-darker": initial-variables.$grey-darker, "grey-dark": initial-variables.$grey-dark, "grey": initial-variables.$grey, "grey-light": initial-variables.$grey-light, "grey-lighter": initial-variables.$grey-lighter, "white-ter": initial-variables.$white-ter, "white-bis": initial-variables.$white-bis), $custom-shades) !default -$sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7 !default +$sizes: initial-variables.$size-1 initial-variables.$size-2 initial-variables.$size-3 initial-variables.$size-4 initial-variables.$size-5 initial-variables.$size-6 initial-variables.$size-7 !default diff --git a/sass/utilities/extends.sass b/sass/utilities/extends.sass index c994fc1ac..6fa16610d 100644 --- a/sass/utilities/extends.sass +++ b/sass/utilities/extends.sass @@ -1,25 +1,26 @@ -@import "mixins" +@use "controls" +@use "mixins" %control - +control + +controls.control %unselectable - +unselectable + +mixins.unselectable %arrow - +arrow + +mixins.arrow %block - +block + +mixins.block %delete - +delete + +mixins.delete %loader - +loader + +mixins.loader %overlay - +overlay + +mixins.overlay %reset - +reset + +mixins.reset diff --git a/sass/utilities/mixins.sass b/sass/utilities/mixins.sass index 10cbae304..11fd11692 100644 --- a/sass/utilities/mixins.sass +++ b/sass/utilities/mixins.sass @@ -1,4 +1,6 @@ -@import "derived-variables" +@use "initial-variables" +@use "derived-variables" +@use "functions" =clearfix &::after @@ -42,9 +44,9 @@ left: calc(50% - 8px) position: absolute transform-origin: center - transition-duration: $speed + transition-duration: initial-variables.$speed transition-property: background-color, opacity, transform - transition-timing-function: $easing + transition-timing-function: initial-variables.$easing width: 16px &:nth-child(1) top: calc(50% - 6px) @@ -53,7 +55,7 @@ &:nth-child(3) top: calc(50% + 4px) &:hover - background-color: bulmaRgba(black, 0.05) + background-color: functions.bulmaRgba(black, 0.05) // Modifers &.is-active span @@ -100,57 +102,57 @@ @content =mobile - @media screen and (max-width: $tablet - 1px) + @media screen and (max-width: initial-variables.$tablet - 1px) @content =tablet - @media screen and (min-width: $tablet), print + @media screen and (min-width: initial-variables.$tablet), print @content =tablet-only - @media screen and (min-width: $tablet) and (max-width: $desktop - 1px) + @media screen and (min-width: initial-variables.$tablet) and (max-width: initial-variables.$desktop - 1px) @content =touch - @media screen and (max-width: $desktop - 1px) + @media screen and (max-width: initial-variables.$desktop - 1px) @content =desktop - @media screen and (min-width: $desktop) + @media screen and (min-width: initial-variables.$desktop) @content =desktop-only - @if $widescreen-enabled - @media screen and (min-width: $desktop) and (max-width: $widescreen - 1px) + @if initial-variables.$widescreen-enabled + @media screen and (min-width: initial-variables.$desktop) and (max-width: initial-variables.$widescreen - 1px) @content =until-widescreen - @if $widescreen-enabled - @media screen and (max-width: $widescreen - 1px) + @if initial-variables.$widescreen-enabled + @media screen and (max-width: initial-variables.$widescreen - 1px) @content =widescreen - @if $widescreen-enabled - @media screen and (min-width: $widescreen) + @if initial-variables.$widescreen-enabled + @media screen and (min-width: initial-variables.$widescreen) @content =widescreen-only - @if $widescreen-enabled and $fullhd-enabled - @media screen and (min-width: $widescreen) and (max-width: $fullhd - 1px) + @if initial-variables.$widescreen-enabled and initial-variables.$fullhd-enabled + @media screen and (min-width: initial-variables.$widescreen) and (max-width: initial-variables.$fullhd - 1px) @content =until-fullhd - @if $fullhd-enabled - @media screen and (max-width: $fullhd - 1px) + @if initial-variables.$fullhd-enabled + @media screen and (max-width: initial-variables.$fullhd - 1px) @content =fullhd - @if $fullhd-enabled - @media screen and (min-width: $fullhd) + @if initial-variables.$fullhd-enabled + @media screen and (min-width: initial-variables.$fullhd) @content =breakpoint($name) - $breakpoint: map-get($breakpoints, $name) + $breakpoint: map-get(initial-variables.$breakpoints, $name) @if $breakpoint $from: map-get($breakpoint, "from") $until: map-get($breakpoint, "until") @@ -165,17 +167,17 @@ @content =ltr - @if not $rtl + @if not initial-variables.$rtl @content =rtl - @if $rtl + @if initial-variables.$rtl @content =ltr-property($property, $spacing, $right: true) $normal: if($right, "right", "left") $opposite: if($right, "left", "right") - @if $rtl + @if initial-variables.$rtl #{$property}-#{$opposite}: $spacing @else #{$property}-#{$normal}: $spacing @@ -183,7 +185,7 @@ =ltr-position($spacing, $right: true) $normal: if($right, "right", "left") $opposite: if($right, "left", "right") - @if $rtl + @if initial-variables.$rtl #{$opposite}: $spacing @else #{$normal}: $spacing @@ -213,7 +215,7 @@ transform-origin: center width: 0.625em -=block($spacing: $block-spacing) +=block($spacing: initial-variables.$block-spacing) &:not(:last-child) margin-bottom: $spacing @@ -221,9 +223,9 @@ +unselectable -moz-appearance: none -webkit-appearance: none - background-color: bulmaRgba($scheme-invert, 0.2) + background-color: functions.bulmaRgba(derived-variables.$scheme-invert, 0.2) border: none - border-radius: $radius-rounded + border-radius: initial-variables.$radius-rounded cursor: pointer pointer-events: auto display: inline-block @@ -241,7 +243,7 @@ width: 20px &::before, &::after - background-color: $scheme-main + background-color: derived-variables.$scheme-main content: "" display: block left: 50% @@ -257,9 +259,9 @@ width: 2px &:hover, &:focus - background-color: bulmaRgba($scheme-invert, 0.3) + background-color: functions.bulmaRgba(derived-variables.$scheme-invert, 0.3) &:active - background-color: bulmaRgba($scheme-invert, 0.4) + background-color: functions.bulmaRgba(derived-variables.$scheme-invert, 0.4) // Sizes &.is-small height: 16px @@ -285,8 +287,8 @@ =loader animation: spinAround 500ms infinite linear - border: 2px solid $grey-lighter - border-radius: $radius-rounded + border: 2px solid initial-variables.$grey-lighter + border-radius: initial-variables.$radius-rounded border-right-color: transparent border-top-color: transparent content: "" From 5e52e0f8a9e8fc075aa38d554cb8d607ce329819 Mon Sep 17 00:00:00 2001 From: Hiroyoshi Mori Date: Wed, 6 Dec 2023 22:12:08 +0900 Subject: [PATCH 4/6] Added dark theme base file with dart sass using PR#3697 --- css/theme/bulma-dark-rtl.css | 10314 ++++++++++++++++++++++++++ css/theme/bulma-dark-rtl.css.map | 1 + css/theme/bulma-dark-rtl.min.css | 1 + css/theme/bulma-dark.css | 10313 +++++++++++++++++++++++++ css/theme/bulma-dark.css.map | 1 + css/theme/bulma-dark.min.css | 1 + package.json | 8 + sass/theme/bulma-dark-rtl.sass | 4 + sass/theme/bulma-dark.sass | 104 + sass/utilities/theme-functions.sass | 41 + 10 files changed, 20788 insertions(+) create mode 100644 css/theme/bulma-dark-rtl.css create mode 100644 css/theme/bulma-dark-rtl.css.map create mode 100644 css/theme/bulma-dark-rtl.min.css create mode 100644 css/theme/bulma-dark.css create mode 100644 css/theme/bulma-dark.css.map create mode 100644 css/theme/bulma-dark.min.css create mode 100644 sass/theme/bulma-dark-rtl.sass create mode 100644 sass/theme/bulma-dark.sass create mode 100644 sass/utilities/theme-functions.sass diff --git a/css/theme/bulma-dark-rtl.css b/css/theme/bulma-dark-rtl.css new file mode 100644 index 000000000..4458296dc --- /dev/null +++ b/css/theme/bulma-dark-rtl.css @@ -0,0 +1,10314 @@ +@charset "UTF-8"; +/* Bulma Dark theme for RTL */ +/* Bulma Dark theme */ +.pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis, .file-cta, +.file-name, .select select, .input, .textarea, .button { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + border: 1px solid transparent; + border-radius: 4px; + box-shadow: none; + display: inline-flex; + font-size: 1rem; + height: 2.5em; + justify-content: flex-start; + line-height: 1.5; + padding-bottom: calc(0.5em - 1px); + padding-left: calc(0.75em - 1px); + padding-right: calc(0.75em - 1px); + padding-top: calc(0.5em - 1px); + position: relative; + vertical-align: top; +} +.pagination-previous:focus, +.pagination-next:focus, +.pagination-link:focus, +.pagination-ellipsis:focus, .file-cta:focus, +.file-name:focus, .select select:focus, .input:focus, .textarea:focus, .button:focus, .is-focused.pagination-previous, +.is-focused.pagination-next, +.is-focused.pagination-link, +.is-focused.pagination-ellipsis, .is-focused.file-cta, +.is-focused.file-name, .select select.is-focused, .is-focused.input, .is-focused.textarea, .is-focused.button, .pagination-previous:active, +.pagination-next:active, +.pagination-link:active, +.pagination-ellipsis:active, .file-cta:active, +.file-name:active, .select select:active, .input:active, .textarea:active, .button:active, .is-active.pagination-previous, +.is-active.pagination-next, +.is-active.pagination-link, +.is-active.pagination-ellipsis, .is-active.file-cta, +.is-active.file-name, .select select.is-active, .is-active.input, .is-active.textarea, .is-active.button { + outline: none; +} +[disabled].pagination-previous, +[disabled].pagination-next, +[disabled].pagination-link, +[disabled].pagination-ellipsis, [disabled].file-cta, +[disabled].file-name, .select select[disabled], [disabled].input, [disabled].textarea, [disabled].button, fieldset[disabled] .pagination-previous, +fieldset[disabled] .pagination-next, +fieldset[disabled] .pagination-link, +fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta, +fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .button { + cursor: not-allowed; +} + +.is-unselectable, .tabs, .pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis, .breadcrumb, .file, .button { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + +.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after { + border: 3px solid transparent; + border-radius: 2px; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 0.625em; + margin-top: -0.4375em; + pointer-events: none; + position: absolute; + top: 50%; + transform: rotate(-45deg); + transform-origin: center; + width: 0.625em; +} + +.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) { + margin-bottom: 1.5rem; +} + +.modal-close, .delete { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(186, 186, 186, 0.2); + border: none; + border-radius: 9999px; + cursor: pointer; + pointer-events: auto; + display: inline-block; + flex-grow: 0; + flex-shrink: 0; + font-size: 0; + height: 20px; + max-height: 20px; + max-width: 20px; + min-height: 20px; + min-width: 20px; + outline: none; + position: relative; + vertical-align: top; + width: 20px; +} +.modal-close::before, .delete::before, .modal-close::after, .delete::after { + background-color: rgb(64, 64, 64); + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; +} +.modal-close::before, .delete::before { + height: 2px; + width: 50%; +} +.modal-close::after, .delete::after { + height: 50%; + width: 2px; +} +.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus { + background-color: rgba(186, 186, 186, 0.3); +} +.modal-close:active, .delete:active { + background-color: rgba(186, 186, 186, 0.4); +} +.is-small.modal-close, .is-small.delete { + height: 16px; + max-height: 16px; + max-width: 16px; + min-height: 16px; + min-width: 16px; + width: 16px; +} +.is-medium.modal-close, .is-medium.delete { + height: 24px; + max-height: 24px; + max-width: 24px; + min-height: 24px; + min-width: 24px; + width: 24px; +} +.is-large.modal-close, .is-large.delete { + height: 32px; + max-height: 32px; + max-width: 32px; + min-height: 32px; + min-width: 32px; + width: 32px; +} + +.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after { + animation: spinAround 500ms infinite linear; + border: 2px solid hsl(0, 0%, 86%); + border-radius: 9999px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 1em; + position: relative; + width: 1em; +} + +.hero-video, .is-overlay, .modal, .modal-background, .image.is-square img, +.image.is-square .has-ratio, .image.is-1by1 img, +.image.is-1by1 .has-ratio, .image.is-5by4 img, +.image.is-5by4 .has-ratio, .image.is-4by3 img, +.image.is-4by3 .has-ratio, .image.is-3by2 img, +.image.is-3by2 .has-ratio, .image.is-5by3 img, +.image.is-5by3 .has-ratio, .image.is-16by9 img, +.image.is-16by9 .has-ratio, .image.is-2by1 img, +.image.is-2by1 .has-ratio, .image.is-3by1 img, +.image.is-3by1 .has-ratio, .image.is-4by5 img, +.image.is-4by5 .has-ratio, .image.is-3by4 img, +.image.is-3by4 .has-ratio, .image.is-2by3 img, +.image.is-2by3 .has-ratio, .image.is-3by5 img, +.image.is-3by5 .has-ratio, .image.is-9by16 img, +.image.is-9by16 .has-ratio, .image.is-1by2 img, +.image.is-1by2 .has-ratio, .image.is-1by3 img, +.image.is-1by3 .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.navbar-burger { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; +} + +/* Bulma Base */ +/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ +html, +body, +p, +ol, +ul, +li, +dl, +dt, +dd, +blockquote, +figure, +fieldset, +legend, +textarea, +pre, +iframe, +hr, +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 0; + padding: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: 100%; + font-weight: normal; +} + +ul { + list-style: none; +} + +button, +input, +select, +textarea { + margin: 0; +} + +html { + box-sizing: border-box; +} + +*, *::before, *::after { + box-sizing: inherit; +} + +img, +video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} +td:not([align]), +th:not([align]) { + text-align: inherit; +} + +html { + background-color: rgb(64, 64, 64); + font-size: 16px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + min-width: 300px; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; + -webkit-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + text-size-adjust: 100%; +} + +article, +aside, +figure, +footer, +header, +hgroup, +section { + display: block; +} + +body, +button, +input, +optgroup, +select, +textarea { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +code, +pre { + -moz-osx-font-smoothing: auto; + -webkit-font-smoothing: auto; + font-family: monospace; +} + +body { + color: rgb(154, 154, 154); + font-size: 1em; + font-weight: 400; + line-height: 1.5; +} + +a { + color: rgb(155, 144, 92); + cursor: pointer; + text-decoration: none; +} +a strong { + color: currentColor; +} +a:hover { + color: rgb(164, 164, 164); +} + +code { + background-color: rgb(69, 69, 69); + color: rgb(82, 183, 163); + font-size: 0.875em; + font-weight: normal; + padding: 0.25em 0.5em 0.25em; +} + +hr { + background-color: rgb(69, 69, 69); + border: none; + display: block; + height: 2px; + margin: 1.5rem 0; +} + +img { + height: auto; + max-width: 100%; +} + +input[type=checkbox], +input[type=radio] { + vertical-align: baseline; +} + +small { + font-size: 0.875em; +} + +span { + font-style: inherit; + font-weight: inherit; +} + +strong { + color: rgb(164, 164, 164); + font-weight: 700; +} + +fieldset { + border: none; +} + +pre { + -webkit-overflow-scrolling: touch; + background-color: rgb(69, 69, 69); + color: rgb(154, 154, 154); + font-size: 0.875em; + overflow-x: auto; + padding: 1.25rem 1.5rem; + white-space: pre; + word-wrap: normal; +} +pre code { + background-color: transparent; + color: currentColor; + font-size: 1em; + padding: 0; +} + +table td, +table th { + vertical-align: top; +} +table td:not([align]), +table th:not([align]) { + text-align: inherit; +} +table th { + color: rgb(164, 164, 164); +} + +@keyframes spinAround { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} +/* Bulma Elements */ +/* Bulma Dark theme */ +.box { + background-color: rgb(64, 64, 64); + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + color: rgb(154, 154, 154); + display: block; + padding: 1.25rem; +} + +a.box:hover, a.box:focus { + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0 0 1px rgb(155, 144, 92); +} +a.box:active { + box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2), 0 0 0 1px rgb(155, 144, 92); +} + +/* Bulma Dark theme */ +.button { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + border-width: 1px; + color: rgb(164, 164, 164); + cursor: pointer; + justify-content: center; + padding-bottom: calc(0.5em - 1px); + padding-left: 1em; + padding-right: 1em; + padding-top: calc(0.5em - 1px); + text-align: center; + white-space: nowrap; +} +.button strong { + color: inherit; +} +.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { + height: 1.5em; + width: 1.5em; +} +.button .icon:first-child:not(:last-child) { + margin-right: calc(-0.5em - 1px); + margin-left: 0.25em; +} +.button .icon:last-child:not(:first-child) { + margin-right: 0.25em; + margin-left: calc(-0.5em - 1px); +} +.button .icon:first-child:last-child { + margin-left: calc(-0.5em - 1px); + margin-right: calc(-0.5em - 1px); +} +.button:hover, .button.is-hovered { + border-color: rgb(101, 101, 101); + color: rgb(164, 164, 164); +} +.button:focus, .button.is-focused { + border-color: rgb(155, 144, 92); + color: rgb(164, 164, 164); +} +.button:focus:not(:active), .button.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.button:active, .button.is-active { + border-color: rgb(154, 154, 154); + color: rgb(164, 164, 164); +} +.button.is-text { + background-color: transparent; + border-color: transparent; + color: rgb(154, 154, 154); + text-decoration: underline; +} +.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { + background-color: rgb(69, 69, 69); + color: rgb(164, 164, 164); +} +.button.is-text:active, .button.is-text.is-active { + background-color: #383838; + color: rgb(164, 164, 164); +} +.button.is-text[disabled], fieldset[disabled] .button.is-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} +.button.is-ghost { + background: none; + border-color: transparent; + color: rgb(155, 144, 92); + text-decoration: none; +} +.button.is-ghost:hover, .button.is-ghost.is-hovered { + color: rgb(155, 144, 92); + text-decoration: underline; +} +.button.is-white { + background-color: rgb(64, 64, 64); + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white:hover, .button.is-white.is-hovered { + background-color: #3a3a3a; + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white:focus, .button.is-white.is-focused { + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); +} +.button.is-white:active, .button.is-white.is-active { + background-color: #333333; + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white[disabled], fieldset[disabled] .button.is-white { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + box-shadow: none; +} +.button.is-white.is-inverted { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { + background-color: #adadad; +} +.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { + background-color: rgb(186, 186, 186); + border-color: transparent; + box-shadow: none; + color: rgb(64, 64, 64); +} +.button.is-white.is-loading::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-white.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + color: rgb(64, 64, 64); +} +.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.button.is-white.is-outlined.is-loading::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + box-shadow: none; + color: rgb(64, 64, 64); +} +.button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + color: rgb(186, 186, 186); +} +.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + box-shadow: none; + color: rgb(186, 186, 186); +} +.button.is-black { + background-color: rgb(186, 186, 186); + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black:hover, .button.is-black.is-hovered { + background-color: #b4b4b4; + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black:focus, .button.is-black.is-focused { + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); +} +.button.is-black:active, .button.is-black.is-active { + background-color: #adadad; + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black[disabled], fieldset[disabled] .button.is-black { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + box-shadow: none; +} +.button.is-black.is-inverted { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { + background-color: #333333; +} +.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { + background-color: rgb(64, 64, 64); + border-color: transparent; + box-shadow: none; + color: rgb(186, 186, 186); +} +.button.is-black.is-loading::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-black.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + color: rgb(186, 186, 186); +} +.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.button.is-black.is-outlined.is-loading::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + box-shadow: none; + color: rgb(186, 186, 186); +} +.button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + color: rgb(64, 64, 64); +} +.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + box-shadow: none; + color: rgb(64, 64, 64); +} +.button.is-light { + background-color: rgb(69, 69, 69); + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light:hover, .button.is-light.is-hovered { + background-color: #3f3f3f; + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light:focus, .button.is-light.is-focused { + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); +} +.button.is-light:active, .button.is-light.is-active { + background-color: #383838; + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light[disabled], fieldset[disabled] .button.is-light { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + box-shadow: none; +} +.button.is-light.is-inverted { + background-color: rgb(157, 157, 157); + color: rgb(69, 69, 69); +} +.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { + background-color: #909090; +} +.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { + background-color: rgb(157, 157, 157); + border-color: transparent; + box-shadow: none; + color: rgb(69, 69, 69); +} +.button.is-light.is-loading::after { + border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; +} +.button.is-light.is-outlined { + background-color: transparent; + border-color: rgb(69, 69, 69); + color: rgb(69, 69, 69); +} +.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.button.is-light.is-outlined.is-loading::after { + border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; +} +.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; +} +.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { + background-color: transparent; + border-color: rgb(69, 69, 69); + box-shadow: none; + color: rgb(69, 69, 69); +} +.button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(157, 157, 157); + color: rgb(157, 157, 157); +} +.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { + background-color: rgb(157, 157, 157); + color: rgb(69, 69, 69); +} +.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; +} +.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(157, 157, 157); + box-shadow: none; + color: rgb(157, 157, 157); +} +.button.is-dark { + background-color: rgb(164, 164, 164); + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark:hover, .button.is-dark.is-hovered { + background-color: #9e9e9e; + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark:focus, .button.is-dark.is-focused { + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); +} +.button.is-dark:active, .button.is-dark.is-active { + background-color: #979797; + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark[disabled], fieldset[disabled] .button.is-dark { + background-color: rgb(164, 164, 164); + border-color: rgb(164, 164, 164); + box-shadow: none; +} +.button.is-dark.is-inverted { + background-color: rgb(109, 109, 109); + color: rgb(164, 164, 164); +} +.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered { + background-color: #606060; +} +.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted { + background-color: rgb(109, 109, 109); + border-color: transparent; + box-shadow: none; + color: rgb(164, 164, 164); +} +.button.is-dark.is-loading::after { + border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; +} +.button.is-dark.is-outlined { + background-color: transparent; + border-color: rgb(164, 164, 164); + color: rgb(164, 164, 164); +} +.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused { + background-color: rgb(164, 164, 164); + border-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.button.is-dark.is-outlined.is-loading::after { + border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; +} +.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; +} +.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { + background-color: transparent; + border-color: rgb(164, 164, 164); + box-shadow: none; + color: rgb(164, 164, 164); +} +.button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(109, 109, 109); + color: rgb(109, 109, 109); +} +.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused { + background-color: rgb(109, 109, 109); + color: rgb(164, 164, 164); +} +.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; +} +.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(109, 109, 109); + box-shadow: none; + color: rgb(109, 109, 109); +} +.button.is-primary { + background-color: rgb(191, 87, 102); + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary:hover, .button.is-primary.is-hovered { + background-color: #bb4e5e; + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary:focus, .button.is-primary.is-focused { + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); +} +.button.is-primary:active, .button.is-primary.is-active { + background-color: #b74656; + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary[disabled], fieldset[disabled] .button.is-primary { + background-color: rgb(191, 87, 102); + border-color: rgb(191, 87, 102); + box-shadow: none; +} +.button.is-primary.is-inverted { + background-color: rgb(96, 148, 140); + color: rgb(191, 87, 102); +} +.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { + background-color: #56857d; +} +.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { + background-color: rgb(96, 148, 140); + border-color: transparent; + box-shadow: none; + color: rgb(191, 87, 102); +} +.button.is-primary.is-loading::after { + border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; +} +.button.is-primary.is-outlined { + background-color: transparent; + border-color: rgb(191, 87, 102); + color: rgb(191, 87, 102); +} +.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused { + background-color: rgb(191, 87, 102); + border-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.button.is-primary.is-outlined.is-loading::after { + border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; +} +.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; +} +.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { + background-color: transparent; + border-color: rgb(191, 87, 102); + box-shadow: none; + color: rgb(191, 87, 102); +} +.button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(96, 148, 140); + color: rgb(96, 148, 140); +} +.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused { + background-color: rgb(96, 148, 140); + color: rgb(191, 87, 102); +} +.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; +} +.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(96, 148, 140); + box-shadow: none; + color: rgb(96, 148, 140); +} +.button.is-primary.is-light { + background-color: rgb(229, 104, 122); + color: rgb(172, 78, 92); +} +.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { + background-color: #e35d70; + border-color: transparent; + color: rgb(172, 78, 92); +} +.button.is-primary.is-light:active, .button.is-primary.is-light.is-active { + background-color: #e15267; + border-color: transparent; + color: rgb(172, 78, 92); +} +.button.is-link { + background-color: rgb(155, 144, 92); + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link:hover, .button.is-link.is-hovered { + background-color: #938957; + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link:focus, .button.is-link.is-focused { + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.button.is-link:active, .button.is-link.is-active { + background-color: #8b8153; + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link[disabled], fieldset[disabled] .button.is-link { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + box-shadow: none; +} +.button.is-link.is-inverted { + background-color: rgb(114, 119, 145); + color: rgb(155, 144, 92); +} +.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { + background-color: #666b83; +} +.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { + background-color: rgb(114, 119, 145); + border-color: transparent; + box-shadow: none; + color: rgb(155, 144, 92); +} +.button.is-link.is-loading::after { + border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; +} +.button.is-link.is-outlined { + background-color: transparent; + border-color: rgb(155, 144, 92); + color: rgb(155, 144, 92); +} +.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.button.is-link.is-outlined.is-loading::after { + border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; +} +.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; +} +.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { + background-color: transparent; + border-color: rgb(155, 144, 92); + box-shadow: none; + color: rgb(155, 144, 92); +} +.button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(114, 119, 145); + color: rgb(114, 119, 145); +} +.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { + background-color: rgb(114, 119, 145); + color: rgb(155, 144, 92); +} +.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; +} +.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(114, 119, 145); + box-shadow: none; + color: rgb(114, 119, 145); +} +.button.is-link.is-light { + background-color: rgb(186, 173, 110); + color: rgb(140, 130, 83); +} +.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { + background-color: #b6a865; + border-color: transparent; + color: rgb(140, 130, 83); +} +.button.is-link.is-light:active, .button.is-link.is-light.is-active { + background-color: #b2a35d; + border-color: transparent; + color: rgb(140, 130, 83); +} +.button.is-info { + background-color: hsl(207, 61%, 53%); + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info:hover, .button.is-info.is-hovered { + background-color: #3488ce; + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info:focus, .button.is-info.is-focused { + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); +} +.button.is-info:active, .button.is-info.is-active { + background-color: #3082c5; + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info[disabled], fieldset[disabled] .button.is-info { + background-color: hsl(207, 61%, 53%); + border-color: hsl(207, 61%, 53%); + box-shadow: none; +} +.button.is-info.is-inverted { + background-color: rgb(160, 120, 87); + color: hsl(207, 61%, 53%); +} +.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { + background-color: #8f6c4e; +} +.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { + background-color: rgb(160, 120, 87); + border-color: transparent; + box-shadow: none; + color: hsl(207, 61%, 53%); +} +.button.is-info.is-loading::after { + border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; +} +.button.is-info.is-outlined { + background-color: transparent; + border-color: hsl(207, 61%, 53%); + color: hsl(207, 61%, 53%); +} +.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { + background-color: hsl(207, 61%, 53%); + border-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.button.is-info.is-outlined.is-loading::after { + border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; +} +.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; +} +.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { + background-color: transparent; + border-color: hsl(207, 61%, 53%); + box-shadow: none; + color: hsl(207, 61%, 53%); +} +.button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(160, 120, 87); + color: rgb(160, 120, 87); +} +.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { + background-color: rgb(160, 120, 87); + color: hsl(207, 61%, 53%); +} +.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; +} +.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(160, 120, 87); + box-shadow: none; + color: rgb(160, 120, 87); +} +.button.is-info.is-light { + background-color: rgb(74, 170, 250); + color: rgb(56, 128, 187); +} +.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { + background-color: #3ea4fa; + border-color: transparent; + color: rgb(56, 128, 187); +} +.button.is-info.is-light:active, .button.is-info.is-light.is-active { + background-color: #319ef9; + border-color: transparent; + color: rgb(56, 128, 187); +} +.button.is-success { + background-color: hsl(153, 53%, 53%); + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success:hover, .button.is-success.is-hovered { + background-color: #3ec487; + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success:focus, .button.is-success.is-focused { + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); +} +.button.is-success:active, .button.is-success.is-active { + background-color: #3abb81; + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success[disabled], fieldset[disabled] .button.is-success { + background-color: hsl(153, 53%, 53%); + border-color: hsl(153, 53%, 53%); + box-shadow: none; +} +.button.is-success.is-inverted { + background-color: rgb(155, 92, 120); + color: hsl(153, 53%, 53%); +} +.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { + background-color: #8b536c; +} +.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { + background-color: rgb(155, 92, 120); + border-color: transparent; + box-shadow: none; + color: hsl(153, 53%, 53%); +} +.button.is-success.is-loading::after { + border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; +} +.button.is-success.is-outlined { + background-color: transparent; + border-color: hsl(153, 53%, 53%); + color: hsl(153, 53%, 53%); +} +.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused { + background-color: hsl(153, 53%, 53%); + border-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.button.is-success.is-outlined.is-loading::after { + border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; +} +.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; +} +.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { + background-color: transparent; + border-color: hsl(153, 53%, 53%); + box-shadow: none; + color: hsl(153, 53%, 53%); +} +.button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(155, 92, 120); + color: rgb(155, 92, 120); +} +.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { + background-color: rgb(155, 92, 120); + color: hsl(153, 53%, 53%); +} +.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; +} +.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(155, 92, 120); + box-shadow: none; + color: rgb(155, 92, 120); +} +.button.is-success.is-light { + background-color: rgb(86, 239, 170); + color: rgb(65, 179, 128); +} +.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { + background-color: #4aeea4; + border-color: transparent; + color: rgb(65, 179, 128); +} +.button.is-success.is-light:active, .button.is-success.is-light.is-active { + background-color: #3fed9e; + border-color: transparent; + color: rgb(65, 179, 128); +} +.button.is-warning { + background-color: hsl(44, 100%, 77%); + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning:hover, .button.is-warning.is-hovered { + background-color: #ffdc7d; + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning:focus, .button.is-warning.is-focused { + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); +} +.button.is-warning:active, .button.is-warning.is-active { + background-color: #ffd970; + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning[disabled], fieldset[disabled] .button.is-warning { + background-color: hsl(44, 100%, 77%); + border-color: hsl(44, 100%, 77%); + box-shadow: none; +} +.button.is-warning.is-inverted { + background-color: rgb(64, 79, 122); + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { + background-color: #374469; +} +.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { + background-color: rgb(64, 79, 122); + border-color: transparent; + box-shadow: none; + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-loading::after { + border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; +} +.button.is-warning.is-outlined { + background-color: transparent; + border-color: hsl(44, 100%, 77%); + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { + background-color: hsl(44, 100%, 77%); + border-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.button.is-warning.is-outlined.is-loading::after { + border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; +} +.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; +} +.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { + background-color: transparent; + border-color: hsl(44, 100%, 77%); + box-shadow: none; + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 79, 122); + color: rgb(64, 79, 122); +} +.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { + background-color: rgb(64, 79, 122); + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; +} +.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 79, 122); + box-shadow: none; + color: rgb(64, 79, 122); +} +.button.is-warning.is-light { + background-color: rgb(255, 255, 166); + color: rgb(230, 202, 124); +} +.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { + background-color: #ffff99; + border-color: transparent; + color: rgb(230, 202, 124); +} +.button.is-warning.is-light:active, .button.is-warning.is-light.is-active { + background-color: #ffff8d; + border-color: transparent; + color: rgb(230, 202, 124); +} +.button.is-danger { + background-color: hsl(348, 86%, 61%); + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger:hover, .button.is-danger.is-hovered { + background-color: #f03a5f; + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger:focus, .button.is-danger.is-focused { + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} +.button.is-danger:active, .button.is-danger.is-active { + background-color: #ef2e55; + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger[disabled], fieldset[disabled] .button.is-danger { + background-color: hsl(348, 86%, 61%); + border-color: hsl(348, 86%, 61%); + box-shadow: none; +} +.button.is-danger.is-inverted { + background-color: rgb(71, 156, 139); + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { + background-color: #3f8a7b; +} +.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { + background-color: rgb(71, 156, 139); + border-color: transparent; + box-shadow: none; + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-loading::after { + border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; +} +.button.is-danger.is-outlined { + background-color: transparent; + border-color: hsl(348, 86%, 61%); + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { + background-color: hsl(348, 86%, 61%); + border-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.button.is-danger.is-outlined.is-loading::after { + border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; +} +.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; +} +.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { + background-color: transparent; + border-color: hsl(348, 86%, 61%); + box-shadow: none; + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(71, 156, 139); + color: rgb(71, 156, 139); +} +.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { + background-color: rgb(71, 156, 139); + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; +} +.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(71, 156, 139); + box-shadow: none; + color: rgb(71, 156, 139); +} +.button.is-danger.is-light { + background-color: rgb(255, 84, 125); + color: rgb(217, 63, 94); +} +.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { + background-color: #ff4773; + border-color: transparent; + color: rgb(217, 63, 94); +} +.button.is-danger.is-light:active, .button.is-danger.is-light.is-active { + background-color: #ff3b6a; + border-color: transparent; + color: rgb(217, 63, 94); +} +.button.is-small { + font-size: 0.75rem; +} +.button.is-small:not(.is-rounded) { + border-radius: 2px; +} +.button.is-normal { + font-size: 1rem; +} +.button.is-medium { + font-size: 1.25rem; +} +.button.is-large { + font-size: 1.5rem; +} +.button[disabled], fieldset[disabled] .button { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + box-shadow: none; + opacity: 0.5; +} +.button.is-fullwidth { + display: flex; + width: 100%; +} +.button.is-loading { + color: transparent !important; + pointer-events: none; +} +.button.is-loading::after { + position: absolute; + left: calc(50% - 1em * 0.5); + top: calc(50% - 1em * 0.5); + position: absolute !important; +} +.button.is-static { + background-color: rgb(69, 69, 69); + border-color: rgb(82, 82, 82); + color: rgb(130, 130, 130); + box-shadow: none; + pointer-events: none; +} +.button.is-rounded { + border-radius: 9999px; + padding-left: calc(1em + 0.25em); + padding-right: calc(1em + 0.25em); +} + +.buttons { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.buttons .button { + margin-bottom: 0.5rem; +} +.buttons .button:not(:last-child):not(.is-fullwidth) { + margin-left: 0.5rem; +} +.buttons:last-child { + margin-bottom: -0.5rem; +} +.buttons:not(:last-child) { + margin-bottom: 1rem; +} +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { + font-size: 0.75rem; +} +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { + border-radius: 2px; +} +.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { + font-size: 1.25rem; +} +.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { + font-size: 1.5rem; +} +.buttons.has-addons .button:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.buttons.has-addons .button:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + margin-left: -1px; +} +.buttons.has-addons .button:last-child { + margin-left: 0; +} +.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { + z-index: 2; +} +.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected { + z-index: 3; +} +.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover { + z-index: 4; +} +.buttons.has-addons .button.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.buttons.is-centered { + justify-content: center; +} +.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} +.buttons.is-right { + justify-content: flex-end; +} +.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} + +@media screen and (max-width: 768px) { + .button.is-responsive.is-small { + font-size: 0.5625rem; + } + .button.is-responsive, + .button.is-responsive.is-normal { + font-size: 0.65625rem; + } + .button.is-responsive.is-medium { + font-size: 0.75rem; + } + .button.is-responsive.is-large { + font-size: 1rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .button.is-responsive.is-small { + font-size: 0.65625rem; + } + .button.is-responsive, + .button.is-responsive.is-normal { + font-size: 0.75rem; + } + .button.is-responsive.is-medium { + font-size: 1rem; + } + .button.is-responsive.is-large { + font-size: 1.25rem; + } +} +.container { + flex-grow: 1; + margin: 0 auto; + position: relative; + width: auto; +} +.container.is-fluid { + max-width: none !important; + padding-left: 32px; + padding-right: 32px; + width: 100%; +} +@media screen and (min-width: 1024px) { + .container { + max-width: 960px; + } +} +@media screen and (max-width: 1215px) { + .container.is-widescreen:not(.is-max-desktop) { + max-width: 1152px; + } +} +@media screen and (max-width: 1407px) { + .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } +} +@media screen and (min-width: 1216px) { + .container:not(.is-max-desktop) { + max-width: 1152px; + } +} +@media screen and (min-width: 1408px) { + .container:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } +} + +/* Bulma Dark theme */ +.content li + li { + margin-top: 0.25em; +} +.content p:not(:last-child), +.content dl:not(:last-child), +.content ol:not(:last-child), +.content ul:not(:last-child), +.content blockquote:not(:last-child), +.content pre:not(:last-child), +.content table:not(:last-child) { + margin-bottom: 1em; +} +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + color: rgb(164, 164, 164); + font-weight: 600; + line-height: 1.125; +} +.content h1 { + font-size: 2em; + margin-bottom: 0.5em; +} +.content h1:not(:first-child) { + margin-top: 1em; +} +.content h2 { + font-size: 1.75em; + margin-bottom: 0.5714em; +} +.content h2:not(:first-child) { + margin-top: 1.1428em; +} +.content h3 { + font-size: 1.5em; + margin-bottom: 0.6666em; +} +.content h3:not(:first-child) { + margin-top: 1.3333em; +} +.content h4 { + font-size: 1.25em; + margin-bottom: 0.8em; +} +.content h5 { + font-size: 1.125em; + margin-bottom: 0.8888em; +} +.content h6 { + font-size: 1em; + margin-bottom: 1em; +} +.content blockquote { + background-color: rgb(69, 69, 69); + border-right: 5px solid rgb(82, 82, 82); + padding: 1.25em 1.5em; +} +.content ol { + list-style-position: outside; + margin-right: 2em; + margin-top: 1em; +} +.content ol:not([type]) { + list-style-type: decimal; +} +.content ol:not([type]).is-lower-alpha { + list-style-type: lower-alpha; +} +.content ol:not([type]).is-lower-roman { + list-style-type: lower-roman; +} +.content ol:not([type]).is-upper-alpha { + list-style-type: upper-alpha; +} +.content ol:not([type]).is-upper-roman { + list-style-type: upper-roman; +} +.content ul { + list-style: disc outside; + margin-right: 2em; + margin-top: 1em; +} +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; +} +.content ul ul ul { + list-style-type: square; +} +.content dd { + margin-right: 2em; +} +.content figure { + margin-left: 2em; + margin-right: 2em; + text-align: center; +} +.content figure:not(:first-child) { + margin-top: 2em; +} +.content figure:not(:last-child) { + margin-bottom: 2em; +} +.content figure img { + display: inline-block; +} +.content figure figcaption { + font-style: italic; +} +.content pre { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25em 1.5em; + white-space: pre; + word-wrap: normal; +} +.content sup, +.content sub { + font-size: 75%; +} +.content table { + width: 100%; +} +.content table td, +.content table th { + border: 1px solid rgb(82, 82, 82); + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} +.content table th { + color: rgb(164, 164, 164); +} +.content table th:not([align]) { + text-align: inherit; +} +.content table thead td, +.content table thead th { + border-width: 0 0 2px; + color: rgb(164, 164, 164); +} +.content table tfoot td, +.content table tfoot th { + border-width: 2px 0 0; + color: rgb(164, 164, 164); +} +.content table tbody tr:last-child td, +.content table tbody tr:last-child th { + border-bottom-width: 0; +} +.content .tabs li + li { + margin-top: 0; +} +.content.is-small { + font-size: 0.75rem; +} +.content.is-normal { + font-size: 1rem; +} +.content.is-medium { + font-size: 1.25rem; +} +.content.is-large { + font-size: 1.5rem; +} + +.icon { + align-items: center; + display: inline-flex; + justify-content: center; + height: 1.5rem; + width: 1.5rem; +} +.icon.is-small { + height: 1rem; + width: 1rem; +} +.icon.is-medium { + height: 2rem; + width: 2rem; +} +.icon.is-large { + height: 3rem; + width: 3rem; +} + +.icon-text { + align-items: flex-start; + color: inherit; + display: inline-flex; + flex-wrap: wrap; + line-height: 1.5rem; + vertical-align: top; +} +.icon-text .icon { + flex-grow: 0; + flex-shrink: 0; +} +.icon-text .icon:not(:last-child) { + margin-left: 0.25em; +} +.icon-text .icon:not(:first-child) { + margin-right: 0.25em; +} + +div.icon-text { + display: flex; +} + +/* Bulma Dark theme */ +.image { + display: block; + position: relative; +} +.image img { + display: block; + height: auto; + width: 100%; +} +.image img.is-rounded { + border-radius: 9999px; +} +.image.is-fullwidth { + width: 100%; +} +.image.is-square img, +.image.is-square .has-ratio, .image.is-1by1 img, +.image.is-1by1 .has-ratio, .image.is-5by4 img, +.image.is-5by4 .has-ratio, .image.is-4by3 img, +.image.is-4by3 .has-ratio, .image.is-3by2 img, +.image.is-3by2 .has-ratio, .image.is-5by3 img, +.image.is-5by3 .has-ratio, .image.is-16by9 img, +.image.is-16by9 .has-ratio, .image.is-2by1 img, +.image.is-2by1 .has-ratio, .image.is-3by1 img, +.image.is-3by1 .has-ratio, .image.is-4by5 img, +.image.is-4by5 .has-ratio, .image.is-3by4 img, +.image.is-3by4 .has-ratio, .image.is-2by3 img, +.image.is-2by3 .has-ratio, .image.is-3by5 img, +.image.is-3by5 .has-ratio, .image.is-9by16 img, +.image.is-9by16 .has-ratio, .image.is-1by2 img, +.image.is-1by2 .has-ratio, .image.is-1by3 img, +.image.is-1by3 .has-ratio { + height: 100%; + width: 100%; +} +.image.is-square, .image.is-1by1 { + padding-top: 100%; +} +.image.is-5by4 { + padding-top: 80%; +} +.image.is-4by3 { + padding-top: 75%; +} +.image.is-3by2 { + padding-top: 66.6666%; +} +.image.is-5by3 { + padding-top: 60%; +} +.image.is-16by9 { + padding-top: 56.25%; +} +.image.is-2by1 { + padding-top: 50%; +} +.image.is-3by1 { + padding-top: 33.3333%; +} +.image.is-4by5 { + padding-top: 125%; +} +.image.is-3by4 { + padding-top: 133.3333%; +} +.image.is-2by3 { + padding-top: 150%; +} +.image.is-3by5 { + padding-top: 166.6666%; +} +.image.is-9by16 { + padding-top: 177.7777%; +} +.image.is-1by2 { + padding-top: 200%; +} +.image.is-1by3 { + padding-top: 300%; +} +.image.is-16x16 { + height: 16px; + width: 16px; +} +.image.is-24x24 { + height: 24px; + width: 24px; +} +.image.is-32x32 { + height: 32px; + width: 32px; +} +.image.is-48x48 { + height: 48px; + width: 48px; +} +.image.is-64x64 { + height: 64px; + width: 64px; +} +.image.is-96x96 { + height: 96px; + width: 96px; +} +.image.is-128x128 { + height: 128px; + width: 128px; +} + +/* Bulma Dark theme */ +.notification { + background-color: rgb(69, 69, 69); + border-radius: 4px; + position: relative; + padding: 1.25rem 1.5rem 1.25rem 2.5rem; +} +.notification a:not(.button):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} +.notification strong { + color: currentColor; +} +.notification code, +.notification pre { + background: rgb(64, 64, 64); +} +.notification pre code { + background: transparent; +} +.notification > .delete { + left: 0.5rem; + position: absolute; + top: 0.5rem; +} +.notification .title, +.notification .subtitle, +.notification .content { + color: currentColor; +} +.notification.is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.notification.is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.notification.is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.notification.is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.notification.is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.notification.is-primary.is-light { + background-color: rgb(229, 104, 122); + color: rgb(172, 78, 92); +} +.notification.is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.notification.is-link.is-light { + background-color: rgb(186, 173, 110); + color: rgb(140, 130, 83); +} +.notification.is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.notification.is-info.is-light { + background-color: rgb(74, 170, 250); + color: rgb(56, 128, 187); +} +.notification.is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.notification.is-success.is-light { + background-color: rgb(86, 239, 170); + color: rgb(65, 179, 128); +} +.notification.is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.notification.is-warning.is-light { + background-color: rgb(255, 255, 166); + color: rgb(230, 202, 124); +} +.notification.is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.notification.is-danger.is-light { + background-color: rgb(255, 84, 125); + color: rgb(217, 63, 94); +} + +/* Bulma Dark theme */ +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 9999px; + display: block; + height: 1rem; + overflow: hidden; + padding: 0; + width: 100%; +} +.progress::-webkit-progress-bar { + background-color: rgb(73, 73, 73); +} +.progress::-webkit-progress-value { + background-color: rgb(154, 154, 154); +} +.progress::-moz-progress-bar { + background-color: rgb(154, 154, 154); +} +.progress::-ms-fill { + background-color: rgb(154, 154, 154); + border: none; +} +.progress.is-white::-webkit-progress-value { + background-color: rgb(64, 64, 64); +} +.progress.is-white::-moz-progress-bar { + background-color: rgb(64, 64, 64); +} +.progress.is-white::-ms-fill { + background-color: rgb(64, 64, 64); +} +.progress.is-white:indeterminate { + background-image: linear-gradient(to right, rgb(64, 64, 64) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-black::-webkit-progress-value { + background-color: rgb(186, 186, 186); +} +.progress.is-black::-moz-progress-bar { + background-color: rgb(186, 186, 186); +} +.progress.is-black::-ms-fill { + background-color: rgb(186, 186, 186); +} +.progress.is-black:indeterminate { + background-image: linear-gradient(to right, rgb(186, 186, 186) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-light::-webkit-progress-value { + background-color: rgb(69, 69, 69); +} +.progress.is-light::-moz-progress-bar { + background-color: rgb(69, 69, 69); +} +.progress.is-light::-ms-fill { + background-color: rgb(69, 69, 69); +} +.progress.is-light:indeterminate { + background-image: linear-gradient(to right, rgb(69, 69, 69) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-dark::-webkit-progress-value { + background-color: rgb(164, 164, 164); +} +.progress.is-dark::-moz-progress-bar { + background-color: rgb(164, 164, 164); +} +.progress.is-dark::-ms-fill { + background-color: rgb(164, 164, 164); +} +.progress.is-dark:indeterminate { + background-image: linear-gradient(to right, rgb(164, 164, 164) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-primary::-webkit-progress-value { + background-color: rgb(191, 87, 102); +} +.progress.is-primary::-moz-progress-bar { + background-color: rgb(191, 87, 102); +} +.progress.is-primary::-ms-fill { + background-color: rgb(191, 87, 102); +} +.progress.is-primary:indeterminate { + background-image: linear-gradient(to right, rgb(191, 87, 102) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-link::-webkit-progress-value { + background-color: rgb(155, 144, 92); +} +.progress.is-link::-moz-progress-bar { + background-color: rgb(155, 144, 92); +} +.progress.is-link::-ms-fill { + background-color: rgb(155, 144, 92); +} +.progress.is-link:indeterminate { + background-image: linear-gradient(to right, rgb(155, 144, 92) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-info::-webkit-progress-value { + background-color: hsl(207, 61%, 53%); +} +.progress.is-info::-moz-progress-bar { + background-color: hsl(207, 61%, 53%); +} +.progress.is-info::-ms-fill { + background-color: hsl(207, 61%, 53%); +} +.progress.is-info:indeterminate { + background-image: linear-gradient(to right, hsl(207, 61%, 53%) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-success::-webkit-progress-value { + background-color: hsl(153, 53%, 53%); +} +.progress.is-success::-moz-progress-bar { + background-color: hsl(153, 53%, 53%); +} +.progress.is-success::-ms-fill { + background-color: hsl(153, 53%, 53%); +} +.progress.is-success:indeterminate { + background-image: linear-gradient(to right, hsl(153, 53%, 53%) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-warning::-webkit-progress-value { + background-color: hsl(44, 100%, 77%); +} +.progress.is-warning::-moz-progress-bar { + background-color: hsl(44, 100%, 77%); +} +.progress.is-warning::-ms-fill { + background-color: hsl(44, 100%, 77%); +} +.progress.is-warning:indeterminate { + background-image: linear-gradient(to right, hsl(44, 100%, 77%) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-danger::-webkit-progress-value { + background-color: hsl(348, 86%, 61%); +} +.progress.is-danger::-moz-progress-bar { + background-color: hsl(348, 86%, 61%); +} +.progress.is-danger::-ms-fill { + background-color: hsl(348, 86%, 61%); +} +.progress.is-danger:indeterminate { + background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, rgb(73, 73, 73) 30%); +} +.progress:indeterminate { + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-name: moveIndeterminate; + animation-timing-function: linear; + background-color: rgb(73, 73, 73); + background-image: linear-gradient(to right, rgb(154, 154, 154) 30%, rgb(73, 73, 73) 30%); + background-position: top left; + background-repeat: no-repeat; + background-size: 150% 150%; +} +.progress:indeterminate::-webkit-progress-bar { + background-color: transparent; +} +.progress:indeterminate::-moz-progress-bar { + background-color: transparent; +} +.progress:indeterminate::-ms-fill { + animation-name: none; +} +.progress.is-small { + height: 0.75rem; +} +.progress.is-medium { + height: 1.25rem; +} +.progress.is-large { + height: 1.5rem; +} + +@keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + to { + background-position: -200% 0; + } +} +/* Bulma Dark theme */ +.table { + background-color: rgb(64, 64, 64); + color: rgb(164, 164, 164); +} +.table td, +.table th { + border: 1px solid rgb(82, 82, 82); + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} +.table td.is-white, +.table th.is-white { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.table td.is-black, +.table th.is-black { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.table td.is-light, +.table th.is-light { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.table td.is-dark, +.table th.is-dark { + background-color: rgb(164, 164, 164); + border-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.table td.is-primary, +.table th.is-primary { + background-color: rgb(191, 87, 102); + border-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.table td.is-link, +.table th.is-link { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.table td.is-info, +.table th.is-info { + background-color: hsl(207, 61%, 53%); + border-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.table td.is-success, +.table th.is-success { + background-color: hsl(153, 53%, 53%); + border-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.table td.is-warning, +.table th.is-warning { + background-color: hsl(44, 100%, 77%); + border-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.table td.is-danger, +.table th.is-danger { + background-color: hsl(348, 86%, 61%); + border-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.table td.is-narrow, +.table th.is-narrow { + white-space: nowrap; + width: 1%; +} +.table td.is-selected, +.table th.is-selected { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.table td.is-selected a, +.table td.is-selected strong, +.table th.is-selected a, +.table th.is-selected strong { + color: currentColor; +} +.table td.is-vcentered, +.table th.is-vcentered { + vertical-align: middle; +} +.table th { + color: rgb(164, 164, 164); +} +.table th:not([align]) { + text-align: left; +} +.table tr.is-selected { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.table tr.is-selected a, +.table tr.is-selected strong { + color: currentColor; +} +.table tr.is-selected td, +.table tr.is-selected th { + border-color: rgb(96, 148, 140); + color: currentColor; +} +.table thead { + background-color: transparent; +} +.table thead td, +.table thead th { + border-width: 0 0 2px; + color: rgb(164, 164, 164); +} +.table tfoot { + background-color: transparent; +} +.table tfoot td, +.table tfoot th { + border-width: 2px 0 0; + color: rgb(164, 164, 164); +} +.table tbody { + background-color: transparent; +} +.table tbody tr:last-child td, +.table tbody tr:last-child th { + border-bottom-width: 0; +} +.table.is-bordered td, +.table.is-bordered th { + border-width: 1px; +} +.table.is-bordered tr:last-child td, +.table.is-bordered tr:last-child th { + border-bottom-width: 1px; +} +.table.is-fullwidth { + width: 100%; +} +.table.is-hoverable tbody tr:not(.is-selected):hover { + background-color: rgb(66, 66, 66); +} +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { + background-color: rgb(66, 66, 66); +} +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { + background-color: rgb(69, 69, 69); +} +.table.is-narrow td, +.table.is-narrow th { + padding: 0.25em 0.5em; +} +.table.is-striped tbody tr:not(.is-selected):nth-child(even) { + background-color: rgb(66, 66, 66); +} + +.table-container { + -webkit-overflow-scrolling: touch; + overflow: auto; + overflow-y: hidden; + max-width: 100%; +} + +.tags { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.tags .tag { + margin-bottom: 0.5rem; +} +.tags .tag:not(:last-child) { + margin-left: 0.5rem; +} +.tags:last-child { + margin-bottom: -0.5rem; +} +.tags:not(:last-child) { + margin-bottom: 1rem; +} +.tags.are-medium .tag:not(.is-normal):not(.is-large) { + font-size: 1rem; +} +.tags.are-large .tag:not(.is-normal):not(.is-medium) { + font-size: 1.25rem; +} +.tags.is-centered { + justify-content: center; +} +.tags.is-centered .tag { + margin-right: 0.25rem; + margin-left: 0.25rem; +} +.tags.is-right { + justify-content: flex-end; +} +.tags.is-right .tag:not(:first-child) { + margin-left: 0.5rem; +} +.tags.is-right .tag:not(:last-child) { + margin-right: 0; +} +.tags.has-addons .tag { + margin-left: 0; +} +.tags.has-addons .tag:not(:first-child) { + margin-right: 0; + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} +.tags.has-addons .tag:not(:last-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.tag:not(body) { + align-items: center; + background-color: rgb(69, 69, 69); + border-radius: 4px; + color: rgb(154, 154, 154); + display: inline-flex; + font-size: 0.75rem; + height: 2em; + justify-content: center; + line-height: 1.5; + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} +.tag:not(body) .delete { + margin-right: 0.25rem; + margin-left: -0.375rem; +} +.tag:not(body).is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.tag:not(body).is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.tag:not(body).is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.tag:not(body).is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.tag:not(body).is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.tag:not(body).is-primary.is-light { + background-color: rgb(229, 104, 122); + color: rgb(172, 78, 92); +} +.tag:not(body).is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.tag:not(body).is-link.is-light { + background-color: rgb(186, 173, 110); + color: rgb(140, 130, 83); +} +.tag:not(body).is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.tag:not(body).is-info.is-light { + background-color: rgb(74, 170, 250); + color: rgb(56, 128, 187); +} +.tag:not(body).is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.tag:not(body).is-success.is-light { + background-color: rgb(86, 239, 170); + color: rgb(65, 179, 128); +} +.tag:not(body).is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.tag:not(body).is-warning.is-light { + background-color: rgb(255, 255, 166); + color: rgb(230, 202, 124); +} +.tag:not(body).is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.tag:not(body).is-danger.is-light { + background-color: rgb(255, 84, 125); + color: rgb(217, 63, 94); +} +.tag:not(body).is-normal { + font-size: 0.75rem; +} +.tag:not(body).is-medium { + font-size: 1rem; +} +.tag:not(body).is-large { + font-size: 1.25rem; +} +.tag:not(body) .icon:first-child:not(:last-child) { + margin-right: -0.375em; + margin-left: 0.1875em; +} +.tag:not(body) .icon:last-child:not(:first-child) { + margin-right: 0.1875em; + margin-left: -0.375em; +} +.tag:not(body) .icon:first-child:last-child { + margin-right: -0.375em; + margin-left: -0.375em; +} +.tag:not(body).is-delete { + margin-right: 1px; + padding: 0; + position: relative; + width: 2em; +} +.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { + background-color: currentColor; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; +} +.tag:not(body).is-delete::before { + height: 1px; + width: 50%; +} +.tag:not(body).is-delete::after { + height: 50%; + width: 1px; +} +.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { + background-color: #383838; +} +.tag:not(body).is-delete:active { + background-color: #2c2c2c; +} +.tag:not(body).is-rounded { + border-radius: 9999px; +} + +a.tag:hover { + text-decoration: underline; +} + +/* Bulma Dark theme */ +.title, +.subtitle { + word-break: break-word; +} +.title em, +.title span, +.subtitle em, +.subtitle span { + font-weight: inherit; +} +.title sub, +.subtitle sub { + font-size: 0.75em; +} +.title sup, +.subtitle sup { + font-size: 0.75em; +} +.title .tag, +.subtitle .tag { + vertical-align: middle; +} + +.title { + color: rgb(164, 164, 164); + font-size: 2rem; + font-weight: 600; + line-height: 1.125; +} +.title strong { + color: inherit; + font-weight: inherit; +} +.title:not(.is-spaced) + .subtitle { + margin-top: -1.25rem; +} +.title.is-1 { + font-size: 3rem; +} +.title.is-2 { + font-size: 2.5rem; +} +.title.is-3 { + font-size: 2rem; +} +.title.is-4 { + font-size: 1.5rem; +} +.title.is-5 { + font-size: 1.25rem; +} +.title.is-6 { + font-size: 1rem; +} +.title.is-7 { + font-size: 0.75rem; +} + +.subtitle { + color: rgb(154, 154, 154); + font-size: 1.25rem; + font-weight: 400; + line-height: 1.25; +} +.subtitle strong { + color: rgb(164, 164, 164); + font-weight: 600; +} +.subtitle:not(.is-spaced) + .title { + margin-top: -1.25rem; +} +.subtitle.is-1 { + font-size: 3rem; +} +.subtitle.is-2 { + font-size: 2.5rem; +} +.subtitle.is-3 { + font-size: 2rem; +} +.subtitle.is-4 { + font-size: 1.5rem; +} +.subtitle.is-5 { + font-size: 1.25rem; +} +.subtitle.is-6 { + font-size: 1rem; +} +.subtitle.is-7 { + font-size: 0.75rem; +} + +/* Bulma Dark theme */ +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.number { + align-items: center; + background-color: rgb(69, 69, 69); + border-radius: 9999px; + display: inline-flex; + font-size: 1.25rem; + height: 2em; + justify-content: center; + margin-right: 1.5rem; + min-width: 2.5em; + padding: 0.25rem 0.5rem; + text-align: center; + vertical-align: top; +} + +/* Bulma Form */ +/* Bulma Dark theme */ +.select select, .input, .textarea { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + border-radius: 4px; + color: rgb(164, 164, 164); +} +.select select::-moz-placeholder, .input::-moz-placeholder, .textarea::-moz-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select::-webkit-input-placeholder, .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select:-moz-placeholder, .input:-moz-placeholder, .textarea:-moz-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select:-ms-input-placeholder, .input:-ms-input-placeholder, .textarea:-ms-input-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select:hover, .input:hover, .textarea:hover, .select select.is-hovered, .is-hovered.input, .is-hovered.textarea { + border-color: rgb(101, 101, 101); +} +.select select:focus, .input:focus, .textarea:focus, .select select.is-focused, .is-focused.input, .is-focused.textarea, .select select:active, .input:active, .textarea:active, .select select.is-active, .is-active.input, .is-active.textarea { + border-color: rgb(155, 144, 92); + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + box-shadow: none; + color: rgb(130, 130, 130); +} +.select select[disabled]::-moz-placeholder, [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder { + color: rgba(130, 130, 130, 0.3); +} +.select select[disabled]::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder { + color: rgba(130, 130, 130, 0.3); +} +.select select[disabled]:-moz-placeholder, [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder { + color: rgba(130, 130, 130, 0.3); +} +.select select[disabled]:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder { + color: rgba(130, 130, 130, 0.3); +} + +/* Bulma Form */ +.textarea, .input { + box-shadow: inset 0 0.0625em 0.125em rgba(186, 186, 186, 0.05); + max-width: 100%; + width: 100%; +} +[readonly].textarea, [readonly].input { + box-shadow: none; +} +.is-white.textarea, .is-white.input { + border-color: rgb(64, 64, 64); +} +.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input { + box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); +} +.is-black.textarea, .is-black.input { + border-color: rgb(186, 186, 186); +} +.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input { + box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); +} +.is-light.textarea, .is-light.input { + border-color: rgb(69, 69, 69); +} +.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input { + box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); +} +.is-dark.textarea, .is-dark.input { + border-color: rgb(164, 164, 164); +} +.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input { + box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); +} +.is-primary.textarea, .is-primary.input { + border-color: rgb(191, 87, 102); +} +.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input { + box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); +} +.is-link.textarea, .is-link.input { + border-color: rgb(155, 144, 92); +} +.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.is-info.textarea, .is-info.input { + border-color: hsl(207, 61%, 53%); +} +.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); +} +.is-success.textarea, .is-success.input { + border-color: hsl(153, 53%, 53%); +} +.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); +} +.is-warning.textarea, .is-warning.input { + border-color: hsl(44, 100%, 77%); +} +.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); +} +.is-danger.textarea, .is-danger.input { + border-color: hsl(348, 86%, 61%); +} +.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} +.is-small.textarea, .is-small.input { + border-radius: 2px; + font-size: 0.75rem; +} +.is-medium.textarea, .is-medium.input { + font-size: 1.25rem; +} +.is-large.textarea, .is-large.input { + font-size: 1.5rem; +} +.is-fullwidth.textarea, .is-fullwidth.input { + display: block; + width: 100%; +} +.is-inline.textarea, .is-inline.input { + display: inline; + width: auto; +} + +.input.is-rounded { + border-radius: 9999px; + padding-left: calc(calc(0.75em - 1px) + 0.375em); + padding-right: calc(calc(0.75em - 1px) + 0.375em); +} +.input.is-static { + background-color: transparent; + border-color: transparent; + box-shadow: none; + padding-left: 0; + padding-right: 0; +} + +.textarea { + display: block; + max-width: 100%; + min-width: 100%; + padding: calc(0.75em - 1px); + resize: vertical; +} +.textarea:not([rows]) { + max-height: 40em; + min-height: 8em; +} +.textarea[rows] { + height: initial; +} +.textarea.has-fixed-size { + resize: none; +} + +/* Bulma Form */ +.radio, .checkbox { + cursor: pointer; + display: inline-block; + line-height: 1.25; + position: relative; +} +.radio input, .checkbox input { + cursor: pointer; +} +.radio:hover, .checkbox:hover { + color: rgb(164, 164, 164); +} +[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox, +.radio input[disabled], +.checkbox input[disabled] { + color: rgb(130, 130, 130); + cursor: not-allowed; +} + +.radio + .radio { + margin-right: 0.5em; +} + +/* Bulma Form */ +/* Bulma Dark theme */ +.select { + display: inline-block; + max-width: 100%; + position: relative; + vertical-align: top; +} +.select:not(.is-multiple) { + height: 2.5em; +} +.select:not(.is-multiple):not(.is-loading)::after { + border-color: rgb(155, 144, 92); + left: 1.125em; + z-index: 4; +} +.select.is-rounded select { + border-radius: 9999px; + padding-right: 1em; +} +.select select { + cursor: pointer; + display: block; + font-size: 1em; + max-width: 100%; + outline: none; +} +.select select::-ms-expand { + display: none; +} +.select select[disabled]:hover, fieldset[disabled] .select select:hover { + border-color: rgb(69, 69, 69); +} +.select select:not([multiple]) { + padding-left: 2.5em; +} +.select select[multiple] { + height: auto; + padding: 0; +} +.select select[multiple] option { + padding: 0.5em 1em; +} +.select:not(.is-multiple):not(.is-loading):hover::after { + border-color: rgb(164, 164, 164); +} +.select.is-white:not(:hover)::after { + border-color: rgb(64, 64, 64); +} +.select.is-white select { + border-color: rgb(64, 64, 64); +} +.select.is-white select:hover, .select.is-white select.is-hovered { + border-color: #333333; +} +.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { + box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); +} +.select.is-black:not(:hover)::after { + border-color: rgb(186, 186, 186); +} +.select.is-black select { + border-color: rgb(186, 186, 186); +} +.select.is-black select:hover, .select.is-black select.is-hovered { + border-color: #adadad; +} +.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { + box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); +} +.select.is-light:not(:hover)::after { + border-color: rgb(69, 69, 69); +} +.select.is-light select { + border-color: rgb(69, 69, 69); +} +.select.is-light select:hover, .select.is-light select.is-hovered { + border-color: #383838; +} +.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { + box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); +} +.select.is-dark:not(:hover)::after { + border-color: rgb(164, 164, 164); +} +.select.is-dark select { + border-color: rgb(164, 164, 164); +} +.select.is-dark select:hover, .select.is-dark select.is-hovered { + border-color: #979797; +} +.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active { + box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); +} +.select.is-primary:not(:hover)::after { + border-color: rgb(191, 87, 102); +} +.select.is-primary select { + border-color: rgb(191, 87, 102); +} +.select.is-primary select:hover, .select.is-primary select.is-hovered { + border-color: #b74656; +} +.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active { + box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); +} +.select.is-link:not(:hover)::after { + border-color: rgb(155, 144, 92); +} +.select.is-link select { + border-color: rgb(155, 144, 92); +} +.select.is-link select:hover, .select.is-link select.is-hovered { + border-color: #8b8153; +} +.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.select.is-info:not(:hover)::after { + border-color: hsl(207, 61%, 53%); +} +.select.is-info select { + border-color: hsl(207, 61%, 53%); +} +.select.is-info select:hover, .select.is-info select.is-hovered { + border-color: #3082c5; +} +.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); +} +.select.is-success:not(:hover)::after { + border-color: hsl(153, 53%, 53%); +} +.select.is-success select { + border-color: hsl(153, 53%, 53%); +} +.select.is-success select:hover, .select.is-success select.is-hovered { + border-color: #3abb81; +} +.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); +} +.select.is-warning:not(:hover)::after { + border-color: hsl(44, 100%, 77%); +} +.select.is-warning select { + border-color: hsl(44, 100%, 77%); +} +.select.is-warning select:hover, .select.is-warning select.is-hovered { + border-color: #ffd970; +} +.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); +} +.select.is-danger:not(:hover)::after { + border-color: hsl(348, 86%, 61%); +} +.select.is-danger select { + border-color: hsl(348, 86%, 61%); +} +.select.is-danger select:hover, .select.is-danger select.is-hovered { + border-color: #ef2e55; +} +.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} +.select.is-small { + border-radius: 2px; + font-size: 0.75rem; +} +.select.is-medium { + font-size: 1.25rem; +} +.select.is-large { + font-size: 1.5rem; +} +.select.is-disabled::after { + border-color: rgb(130, 130, 130) !important; + opacity: 0.5; +} +.select.is-fullwidth { + width: 100%; +} +.select.is-fullwidth select { + width: 100%; +} +.select.is-loading::after { + margin-top: 0; + position: absolute; + left: 0.625em; + top: 0.625em; + transform: none; +} +.select.is-loading.is-small:after { + font-size: 0.75rem; +} +.select.is-loading.is-medium:after { + font-size: 1.25rem; +} +.select.is-loading.is-large:after { + font-size: 1.5rem; +} + +/* Bulma Dark theme */ +/* Bulma Form */ +.file { + align-items: stretch; + display: flex; + justify-content: flex-start; + position: relative; +} +.file.is-white .file-cta { + background-color: rgb(64, 64, 64); + border-color: transparent; + color: rgb(186, 186, 186); +} +.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { + background-color: #3a3a3a; + border-color: transparent; + color: rgb(186, 186, 186); +} +.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(64, 64, 64, 0.25); + color: rgb(186, 186, 186); +} +.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { + background-color: #333333; + border-color: transparent; + color: rgb(186, 186, 186); +} +.file.is-black .file-cta { + background-color: rgb(186, 186, 186); + border-color: transparent; + color: rgb(64, 64, 64); +} +.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { + background-color: #b4b4b4; + border-color: transparent; + color: rgb(64, 64, 64); +} +.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(186, 186, 186, 0.25); + color: rgb(64, 64, 64); +} +.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { + background-color: #adadad; + border-color: transparent; + color: rgb(64, 64, 64); +} +.file.is-light .file-cta { + background-color: rgb(69, 69, 69); + border-color: transparent; + color: rgb(157, 157, 157); +} +.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { + background-color: #3f3f3f; + border-color: transparent; + color: rgb(157, 157, 157); +} +.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(69, 69, 69, 0.25); + color: rgb(157, 157, 157); +} +.file.is-light:active .file-cta, .file.is-light.is-active .file-cta { + background-color: #383838; + border-color: transparent; + color: rgb(157, 157, 157); +} +.file.is-dark .file-cta { + background-color: rgb(164, 164, 164); + border-color: transparent; + color: rgb(109, 109, 109); +} +.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { + background-color: #9e9e9e; + border-color: transparent; + color: rgb(109, 109, 109); +} +.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(164, 164, 164, 0.25); + color: rgb(109, 109, 109); +} +.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { + background-color: #979797; + border-color: transparent; + color: rgb(109, 109, 109); +} +.file.is-primary .file-cta { + background-color: rgb(191, 87, 102); + border-color: transparent; + color: rgb(96, 148, 140); +} +.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { + background-color: #bb4e5e; + border-color: transparent; + color: rgb(96, 148, 140); +} +.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(191, 87, 102, 0.25); + color: rgb(96, 148, 140); +} +.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { + background-color: #b74656; + border-color: transparent; + color: rgb(96, 148, 140); +} +.file.is-link .file-cta { + background-color: rgb(155, 144, 92); + border-color: transparent; + color: rgb(114, 119, 145); +} +.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { + background-color: #938957; + border-color: transparent; + color: rgb(114, 119, 145); +} +.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(155, 144, 92, 0.25); + color: rgb(114, 119, 145); +} +.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { + background-color: #8b8153; + border-color: transparent; + color: rgb(114, 119, 145); +} +.file.is-info .file-cta { + background-color: hsl(207, 61%, 53%); + border-color: transparent; + color: rgb(160, 120, 87); +} +.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { + background-color: #3488ce; + border-color: transparent; + color: rgb(160, 120, 87); +} +.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); + color: rgb(160, 120, 87); +} +.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { + background-color: #3082c5; + border-color: transparent; + color: rgb(160, 120, 87); +} +.file.is-success .file-cta { + background-color: hsl(153, 53%, 53%); + border-color: transparent; + color: rgb(155, 92, 120); +} +.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { + background-color: #3ec487; + border-color: transparent; + color: rgb(155, 92, 120); +} +.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); + color: rgb(155, 92, 120); +} +.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { + background-color: #3abb81; + border-color: transparent; + color: rgb(155, 92, 120); +} +.file.is-warning .file-cta { + background-color: hsl(44, 100%, 77%); + border-color: transparent; + color: rgb(64, 79, 122); +} +.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { + background-color: #ffdc7d; + border-color: transparent; + color: rgb(64, 79, 122); +} +.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); + color: rgb(64, 79, 122); +} +.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { + background-color: #ffd970; + border-color: transparent; + color: rgb(64, 79, 122); +} +.file.is-danger .file-cta { + background-color: hsl(348, 86%, 61%); + border-color: transparent; + color: rgb(71, 156, 139); +} +.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; + color: rgb(71, 156, 139); +} +.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); + color: rgb(71, 156, 139); +} +.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: rgb(71, 156, 139); +} +.file.is-small { + font-size: 0.75rem; +} +.file.is-normal { + font-size: 1rem; +} +.file.is-medium { + font-size: 1.25rem; +} +.file.is-medium .file-icon .fa { + font-size: 21px; +} +.file.is-large { + font-size: 1.5rem; +} +.file.is-large .file-icon .fa { + font-size: 28px; +} +.file.has-name .file-cta { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.file.has-name .file-name { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.file.has-name.is-empty .file-cta { + border-radius: 4px; +} +.file.has-name.is-empty .file-name { + display: none; +} +.file.is-boxed .file-label { + flex-direction: column; +} +.file.is-boxed .file-cta { + flex-direction: column; + height: auto; + padding: 1em 3em; +} +.file.is-boxed .file-name { + border-width: 0 1px 1px; +} +.file.is-boxed .file-icon { + height: 1.5em; + width: 1.5em; +} +.file.is-boxed .file-icon .fa { + font-size: 21px; +} +.file.is-boxed.is-small .file-icon .fa { + font-size: 14px; +} +.file.is-boxed.is-medium .file-icon .fa { + font-size: 28px; +} +.file.is-boxed.is-large .file-icon .fa { + font-size: 35px; +} +.file.is-boxed.has-name .file-cta { + border-radius: 4px 4px 0 0; +} +.file.is-boxed.has-name .file-name { + border-radius: 0 0 4px 4px; + border-width: 0 1px 1px; +} +.file.is-centered { + justify-content: center; +} +.file.is-fullwidth .file-label { + width: 100%; +} +.file.is-fullwidth .file-name { + flex-grow: 1; + max-width: none; +} +.file.is-right { + justify-content: flex-end; +} +.file.is-right .file-cta { + border-radius: 0 4px 4px 0; +} +.file.is-right .file-name { + border-radius: 4px 0 0 4px; + border-width: 1px 0 1px 1px; + order: -1; +} + +.file-label { + align-items: stretch; + display: flex; + cursor: pointer; + justify-content: flex-start; + overflow: hidden; + position: relative; +} +.file-label:hover .file-cta { + background-color: #3f3f3f; + color: rgb(164, 164, 164); +} +.file-label:hover .file-name { + border-color: #4c4c4c; +} +.file-label:active .file-cta { + background-color: #383838; + color: rgb(164, 164, 164); +} +.file-label:active .file-name { + border-color: #454545; +} + +.file-input { + height: 100%; + left: 0; + opacity: 0; + outline: none; + position: absolute; + top: 0; + width: 100%; +} + +.file-cta, +.file-name { + border-color: rgb(82, 82, 82); + border-radius: 4px; + font-size: 1em; + padding-left: 1em; + padding-right: 1em; + white-space: nowrap; +} + +.file-cta { + background-color: rgb(69, 69, 69); + color: rgb(154, 154, 154); +} + +.file-name { + border-color: rgb(82, 82, 82); + border-style: solid; + border-width: 1px 1px 1px 0; + display: block; + max-width: 16em; + overflow: hidden; + text-align: inherit; + text-overflow: ellipsis; +} + +.file-icon { + align-items: center; + display: flex; + height: 1em; + justify-content: center; + margin-left: 0.5em; + width: 1em; +} +.file-icon .fa { + font-size: 14px; +} + +/* Bulma Dark theme */ +/* Bulma Form */ +.label { + color: rgb(164, 164, 164); + display: block; + font-size: 1rem; + font-weight: 700; +} +.label:not(:last-child) { + margin-bottom: 0.5em; +} +.label.is-small { + font-size: 0.75rem; +} +.label.is-medium { + font-size: 1.25rem; +} +.label.is-large { + font-size: 1.5rem; +} + +.help { + display: block; + font-size: 0.75rem; + margin-top: 0.25rem; +} +.help.is-white { + color: rgb(64, 64, 64); +} +.help.is-black { + color: rgb(186, 186, 186); +} +.help.is-light { + color: rgb(69, 69, 69); +} +.help.is-dark { + color: rgb(164, 164, 164); +} +.help.is-primary { + color: rgb(191, 87, 102); +} +.help.is-link { + color: rgb(155, 144, 92); +} +.help.is-info { + color: hsl(207, 61%, 53%); +} +.help.is-success { + color: hsl(153, 53%, 53%); +} +.help.is-warning { + color: hsl(44, 100%, 77%); +} +.help.is-danger { + color: hsl(348, 86%, 61%); +} + +.field:not(:last-child) { + margin-bottom: 0.75rem; +} +.field.has-addons { + display: flex; + justify-content: flex-start; +} +.field.has-addons .control:not(:last-child) { + margin-left: -1px; +} +.field.has-addons .control:not(:first-child):not(:last-child) .button, +.field.has-addons .control:not(:first-child):not(:last-child) .input, +.field.has-addons .control:not(:first-child):not(:last-child) .select select { + border-radius: 0; +} +.field.has-addons .control:first-child:not(:only-child) .button, +.field.has-addons .control:first-child:not(:only-child) .input, +.field.has-addons .control:first-child:not(:only-child) .select select { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.field.has-addons .control:last-child:not(:only-child) .button, +.field.has-addons .control:last-child:not(:only-child) .input, +.field.has-addons .control:last-child:not(:only-child) .select select { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, +.field.has-addons .control .input:not([disabled]):hover, +.field.has-addons .control .input:not([disabled]).is-hovered, +.field.has-addons .control .select select:not([disabled]):hover, +.field.has-addons .control .select select:not([disabled]).is-hovered { + z-index: 2; +} +.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, +.field.has-addons .control .input:not([disabled]):focus, +.field.has-addons .control .input:not([disabled]).is-focused, +.field.has-addons .control .input:not([disabled]):active, +.field.has-addons .control .input:not([disabled]).is-active, +.field.has-addons .control .select select:not([disabled]):focus, +.field.has-addons .control .select select:not([disabled]).is-focused, +.field.has-addons .control .select select:not([disabled]):active, +.field.has-addons .control .select select:not([disabled]).is-active { + z-index: 3; +} +.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, +.field.has-addons .control .input:not([disabled]):focus:hover, +.field.has-addons .control .input:not([disabled]).is-focused:hover, +.field.has-addons .control .input:not([disabled]):active:hover, +.field.has-addons .control .input:not([disabled]).is-active:hover, +.field.has-addons .control .select select:not([disabled]):focus:hover, +.field.has-addons .control .select select:not([disabled]).is-focused:hover, +.field.has-addons .control .select select:not([disabled]):active:hover, +.field.has-addons .control .select select:not([disabled]).is-active:hover { + z-index: 4; +} +.field.has-addons .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.field.has-addons.has-addons-centered { + justify-content: center; +} +.field.has-addons.has-addons-right { + justify-content: flex-end; +} +.field.has-addons.has-addons-fullwidth .control { + flex-grow: 1; + flex-shrink: 0; +} +.field.is-grouped { + display: flex; + justify-content: flex-start; +} +.field.is-grouped > .control { + flex-shrink: 0; +} +.field.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-left: 0.75rem; +} +.field.is-grouped > .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.field.is-grouped.is-grouped-centered { + justify-content: center; +} +.field.is-grouped.is-grouped-right { + justify-content: flex-end; +} +.field.is-grouped.is-grouped-multiline { + flex-wrap: wrap; +} +.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { + margin-bottom: 0.75rem; +} +.field.is-grouped.is-grouped-multiline:last-child { + margin-bottom: -0.75rem; +} +.field.is-grouped.is-grouped-multiline:not(:last-child) { + margin-bottom: 0; +} +@media screen and (min-width: 769px), print { + .field.is-horizontal { + display: flex; + } +} + +.field-label .label { + font-size: inherit; +} +@media screen and (max-width: 768px) { + .field-label { + margin-bottom: 0.5rem; + } +} +@media screen and (min-width: 769px), print { + .field-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-left: 1.5rem; + text-align: right; + } + .field-label.is-small { + font-size: 0.75rem; + padding-top: 0.375em; + } + .field-label.is-normal { + padding-top: 0.375em; + } + .field-label.is-medium { + font-size: 1.25rem; + padding-top: 0.375em; + } + .field-label.is-large { + font-size: 1.5rem; + padding-top: 0.375em; + } +} + +.field-body .field .field { + margin-bottom: 0; +} +@media screen and (min-width: 769px), print { + .field-body { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + } + .field-body .field { + margin-bottom: 0; + } + .field-body > .field { + flex-shrink: 1; + } + .field-body > .field:not(.is-narrow) { + flex-grow: 1; + } + .field-body > .field:not(:last-child) { + margin-left: 0.75rem; + } +} + +.control { + box-sizing: border-box; + clear: both; + font-size: 1rem; + position: relative; + text-align: inherit; +} +.control.has-icons-left .input:focus ~ .icon, +.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, +.control.has-icons-right .select:focus ~ .icon { + color: rgb(154, 154, 154); +} +.control.has-icons-left .input.is-small ~ .icon, +.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, +.control.has-icons-right .select.is-small ~ .icon { + font-size: 0.75rem; +} +.control.has-icons-left .input.is-medium ~ .icon, +.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, +.control.has-icons-right .select.is-medium ~ .icon { + font-size: 1.25rem; +} +.control.has-icons-left .input.is-large ~ .icon, +.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, +.control.has-icons-right .select.is-large ~ .icon { + font-size: 1.5rem; +} +.control.has-icons-left .icon, .control.has-icons-right .icon { + color: rgb(82, 82, 82); + height: 2.5em; + pointer-events: none; + position: absolute; + top: 0; + width: 2.5em; + z-index: 4; +} +.control.has-icons-left .input, +.control.has-icons-left .select select { + padding-left: 2.5em; +} +.control.has-icons-left .icon.is-left { + left: 0; +} +.control.has-icons-right .input, +.control.has-icons-right .select select { + padding-right: 2.5em; +} +.control.has-icons-right .icon.is-right { + right: 0; +} +.control.is-loading::after { + position: absolute !important; + left: 0.625em; + top: 0.625em; + z-index: 4; +} +.control.is-loading.is-small:after { + font-size: 0.75rem; +} +.control.is-loading.is-medium:after { + font-size: 1.25rem; +} +.control.is-loading.is-large:after { + font-size: 1.5rem; +} + +/* Bulma Components */ +/* Bulma Dark theme */ +.breadcrumb { + font-size: 1rem; + white-space: nowrap; +} +.breadcrumb a { + align-items: center; + color: rgb(155, 144, 92); + display: flex; + justify-content: center; + padding: 0 0.75em; +} +.breadcrumb a:hover { + color: rgb(164, 164, 164); +} +.breadcrumb li { + align-items: center; + display: flex; +} +.breadcrumb li:first-child a { + padding-right: 0; +} +.breadcrumb li.is-active a { + color: rgb(164, 164, 164); + cursor: default; + pointer-events: none; +} +.breadcrumb li + li::before { + color: rgb(101, 101, 101); + content: "/"; +} +.breadcrumb ul, +.breadcrumb ol { + align-items: flex-start; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.breadcrumb .icon:first-child { + margin-left: 0.5em; +} +.breadcrumb .icon:last-child { + margin-right: 0.5em; +} +.breadcrumb.is-centered ol, +.breadcrumb.is-centered ul { + justify-content: center; +} +.breadcrumb.is-right ol, +.breadcrumb.is-right ul { + justify-content: flex-end; +} +.breadcrumb.is-small { + font-size: 0.75rem; +} +.breadcrumb.is-medium { + font-size: 1.25rem; +} +.breadcrumb.is-large { + font-size: 1.5rem; +} +.breadcrumb.has-arrow-separator li + li::before { + content: "→"; +} +.breadcrumb.has-bullet-separator li + li::before { + content: "•"; +} +.breadcrumb.has-dot-separator li + li::before { + content: "·"; +} +.breadcrumb.has-succeeds-separator li + li::before { + content: "≻"; +} + +.card { + background-color: rgb(64, 64, 64); + border-radius: 0.25rem; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + color: rgb(154, 154, 154); + max-width: 100%; + position: relative; +} + +.card-footer:first-child, .card-content:first-child, .card-header:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.card-footer:last-child, .card-content:last-child, .card-header:last-child { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.card-header { + background-color: transparent; + align-items: stretch; + box-shadow: 0 0.125em 0.25em rgba(186, 186, 186, 0.1); + display: flex; +} + +.card-header-title { + align-items: center; + color: rgb(164, 164, 164); + display: flex; + flex-grow: 1; + font-weight: 700; + padding: 0.75rem 1rem; +} +.card-header-title.is-centered { + justify-content: center; +} + +.card-header-icon { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + padding: 0.75rem 1rem; +} + +.card-image { + display: block; + position: relative; +} +.card-image:first-child img { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.card-image:last-child img { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.card-content { + background-color: transparent; + padding: 1.5rem; +} + +.card-footer { + background-color: transparent; + border-top: 1px solid rgb(73, 73, 73); + align-items: stretch; + display: flex; +} + +.card-footer-item { + align-items: center; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; + padding: 0.75rem; +} +.card-footer-item:not(:last-child) { + border-left: 1px solid rgb(73, 73, 73); +} + +.card .media:not(:last-child) { + margin-bottom: 1.5rem; +} + +.dropdown { + display: inline-flex; + position: relative; + vertical-align: top; +} +.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { + display: block; +} +.dropdown.is-right .dropdown-menu { + left: auto; + right: 0; +} +.dropdown.is-up .dropdown-menu { + bottom: 100%; + padding-bottom: 4px; + padding-top: initial; + top: auto; +} + +.dropdown-menu { + display: none; + right: 0; + min-width: 12rem; + padding-top: 4px; + position: absolute; + top: 100%; + z-index: 20; +} + +.dropdown-content { + background-color: rgb(64, 64, 64); + border-radius: 4px; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.dropdown-item { + color: rgb(154, 154, 154); + display: block; + font-size: 0.875rem; + line-height: 1.5; + padding: 0.375rem 1rem; + position: relative; +} + +a.dropdown-item, +button.dropdown-item { + padding-left: 3rem; + text-align: inherit; + white-space: nowrap; + width: 100%; +} +a.dropdown-item:hover, +button.dropdown-item:hover { + background-color: rgb(69, 69, 69); + color: rgb(186, 186, 186); +} +a.dropdown-item.is-active, +button.dropdown-item.is-active { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} + +.dropdown-divider { + background-color: rgb(73, 73, 73); + border: none; + display: block; + height: 1px; + margin: 0.5rem 0; +} + +/* Bulma Dark theme */ +.level { + align-items: center; + justify-content: space-between; +} +.level code { + border-radius: 4px; +} +.level img { + display: inline-block; + vertical-align: top; +} +.level.is-mobile { + display: flex; +} +.level.is-mobile .level-left, +.level.is-mobile .level-right { + display: flex; +} +.level.is-mobile .level-left + .level-right { + margin-top: 0; +} +.level.is-mobile .level-item:not(:last-child) { + margin-bottom: 0; + margin-left: 0.75rem; +} +.level.is-mobile .level-item:not(.is-narrow) { + flex-grow: 1; +} +@media screen and (min-width: 769px), print { + .level { + display: flex; + } + .level > .level-item:not(.is-narrow) { + flex-grow: 1; + } +} + +.level-item { + align-items: center; + display: flex; + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; + justify-content: center; +} +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 0.75rem; + } +} + +.level-left, +.level-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} +.level-left .level-item.is-flexible, +.level-right .level-item.is-flexible { + flex-grow: 1; +} +@media screen and (min-width: 769px), print { + .level-left .level-item:not(:last-child), + .level-right .level-item:not(:last-child) { + margin-left: 0.75rem; + } +} + +.level-left { + align-items: center; + justify-content: flex-start; +} +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 1.5rem; + } +} +@media screen and (min-width: 769px), print { + .level-left { + display: flex; + } +} + +.level-right { + align-items: center; + justify-content: flex-end; +} +@media screen and (min-width: 769px), print { + .level-right { + display: flex; + } +} + +.media { + align-items: flex-start; + display: flex; + text-align: inherit; +} +.media .content:not(:last-child) { + margin-bottom: 0.75rem; +} +.media .media { + border-top: 1px solid rgba(82, 82, 82, 0.5); + display: flex; + padding-top: 0.75rem; +} +.media .media .content:not(:last-child), +.media .media .control:not(:last-child) { + margin-bottom: 0.5rem; +} +.media .media .media { + padding-top: 0.5rem; +} +.media .media .media + .media { + margin-top: 0.5rem; +} +.media + .media { + border-top: 1px solid rgba(82, 82, 82, 0.5); + margin-top: 1rem; + padding-top: 1rem; +} +.media.is-large + .media { + margin-top: 1.5rem; + padding-top: 1.5rem; +} + +.media-left, +.media-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} + +.media-left { + margin-left: 1rem; +} + +.media-right { + margin-right: 1rem; +} + +.media-content { + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + text-align: inherit; +} + +@media screen and (max-width: 768px) { + .media-content { + overflow-x: auto; + } +} +.menu { + font-size: 1rem; +} +.menu.is-small { + font-size: 0.75rem; +} +.menu.is-medium { + font-size: 1.25rem; +} +.menu.is-large { + font-size: 1.5rem; +} + +.menu-list { + line-height: 1.25; +} +.menu-list a { + border-radius: 2px; + color: rgb(154, 154, 154); + display: block; + padding: 0.5em 0.75em; +} +.menu-list a:hover { + background-color: rgb(69, 69, 69); + color: rgb(164, 164, 164); +} +.menu-list a.is-active { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.menu-list li ul { + border-right: 1px solid rgb(82, 82, 82); + margin: 0.75em; + padding-right: 0.75em; +} + +.menu-label { + color: rgb(130, 130, 130); + font-size: 0.75em; + letter-spacing: 0.1em; + text-transform: uppercase; +} +.menu-label:not(:first-child) { + margin-top: 1em; +} +.menu-label:not(:last-child) { + margin-bottom: 1em; +} + +/* Bulma Dark theme */ +.message { + background-color: rgb(69, 69, 69); + border-radius: 4px; + font-size: 1rem; +} +.message strong { + color: currentColor; +} +.message a:not(.button):not(.tag):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} +.message.is-small { + font-size: 0.75rem; +} +.message.is-medium { + font-size: 1.25rem; +} +.message.is-large { + font-size: 1.5rem; +} +.message.is-white { + background-color: #fafafa; +} +.message.is-white .message-header { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.message.is-white .message-body { + border-color: rgb(64, 64, 64); +} +.message.is-black { + background-color: #fafafa; +} +.message.is-black .message-header { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.message.is-black .message-body { + border-color: rgb(186, 186, 186); +} +.message.is-light { + background-color: #fafafa; +} +.message.is-light .message-header { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.message.is-light .message-body { + border-color: rgb(69, 69, 69); +} +.message.is-dark { + background-color: #fafafa; +} +.message.is-dark .message-header { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.message.is-dark .message-body { + border-color: rgb(164, 164, 164); +} +.message.is-primary { + background-color: rgb(229, 104, 122); +} +.message.is-primary .message-header { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.message.is-primary .message-body { + border-color: rgb(191, 87, 102); + color: rgb(172, 78, 92); +} +.message.is-link { + background-color: rgb(186, 173, 110); +} +.message.is-link .message-header { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.message.is-link .message-body { + border-color: rgb(155, 144, 92); + color: rgb(140, 130, 83); +} +.message.is-info { + background-color: rgb(74, 170, 250); +} +.message.is-info .message-header { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.message.is-info .message-body { + border-color: hsl(207, 61%, 53%); + color: rgb(56, 128, 187); +} +.message.is-success { + background-color: rgb(86, 239, 170); +} +.message.is-success .message-header { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.message.is-success .message-body { + border-color: hsl(153, 53%, 53%); + color: rgb(65, 179, 128); +} +.message.is-warning { + background-color: rgb(255, 255, 166); +} +.message.is-warning .message-header { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.message.is-warning .message-body { + border-color: hsl(44, 100%, 77%); + color: rgb(230, 202, 124); +} +.message.is-danger { + background-color: rgb(255, 84, 125); +} +.message.is-danger .message-header { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.message.is-danger .message-body { + border-color: hsl(348, 86%, 61%); + color: rgb(217, 63, 94); +} + +.message-header { + align-items: center; + background-color: rgb(154, 154, 154); + border-radius: 4px 4px 0 0; + color: rgb(64, 64, 64); + display: flex; + font-weight: 700; + justify-content: space-between; + line-height: 1.25; + padding: 0.75em 1em; + position: relative; +} +.message-header .delete { + flex-grow: 0; + flex-shrink: 0; + margin-right: 0.75em; +} +.message-header + .message-body { + border-width: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.message-body { + border-color: rgb(82, 82, 82); + border-radius: 4px; + border-style: solid; + border-width: 0 0 0 4px; + color: rgb(154, 154, 154); + padding: 1.25em 1.5em; +} +.message-body code, +.message-body pre { + background-color: rgb(64, 64, 64); +} +.message-body pre code { + background-color: transparent; +} + +/* Bulma Dark theme */ +.modal { + align-items: center; + display: none; + flex-direction: column; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 40; +} +.modal.is-active { + display: flex; +} + +.modal-background { + background-color: rgba(186, 186, 186, 0.86); +} + +.modal-content, +.modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} +@media screen and (min-width: 769px) { + .modal-content, + .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + background: none; + height: 40px; + position: fixed; + left: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; + -ms-overflow-y: visible; +} + +.modal-card-head, +.modal-card-foot { + align-items: center; + background-color: rgb(69, 69, 69); + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid rgb(82, 82, 82); + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.modal-card-title { + color: rgb(164, 164, 164); + flex-grow: 1; + flex-shrink: 0; + font-size: 1.5rem; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid rgb(82, 82, 82); +} +.modal-card-foot .button:not(:last-child) { + margin-left: 0.5em; +} + +.modal-card-body { + -webkit-overflow-scrolling: touch; + background-color: rgb(64, 64, 64); + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +/* Bulma Dark theme */ +.navbar { + background-color: rgb(64, 64, 64); + min-height: 3.25rem; + position: relative; + z-index: 30; +} +.navbar.is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-brand > .navbar-item, +.navbar.is-white .navbar-brand .navbar-link { + color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, +.navbar.is-white .navbar-brand .navbar-link:focus, +.navbar.is-white .navbar-brand .navbar-link:hover, +.navbar.is-white .navbar-brand .navbar-link.is-active { + background-color: #333333; + color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-brand .navbar-link::after { + border-color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-burger { + color: rgb(186, 186, 186); +} +@media screen and (min-width: 1024px) { + .navbar.is-white .navbar-start > .navbar-item, + .navbar.is-white .navbar-start .navbar-link, + .navbar.is-white .navbar-end > .navbar-item, + .navbar.is-white .navbar-end .navbar-link { + color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, + .navbar.is-white .navbar-start .navbar-link:focus, + .navbar.is-white .navbar-start .navbar-link:hover, + .navbar.is-white .navbar-start .navbar-link.is-active, + .navbar.is-white .navbar-end > a.navbar-item:focus, + .navbar.is-white .navbar-end > a.navbar-item:hover, + .navbar.is-white .navbar-end > a.navbar-item.is-active, + .navbar.is-white .navbar-end .navbar-link:focus, + .navbar.is-white .navbar-end .navbar-link:hover, + .navbar.is-white .navbar-end .navbar-link.is-active { + background-color: #333333; + color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-start .navbar-link::after, + .navbar.is-white .navbar-end .navbar-link::after { + border-color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #333333; + color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); + } +} +.navbar.is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-brand > .navbar-item, +.navbar.is-black .navbar-brand .navbar-link { + color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, +.navbar.is-black .navbar-brand .navbar-link:focus, +.navbar.is-black .navbar-brand .navbar-link:hover, +.navbar.is-black .navbar-brand .navbar-link.is-active { + background-color: #adadad; + color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-brand .navbar-link::after { + border-color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-burger { + color: rgb(64, 64, 64); +} +@media screen and (min-width: 1024px) { + .navbar.is-black .navbar-start > .navbar-item, + .navbar.is-black .navbar-start .navbar-link, + .navbar.is-black .navbar-end > .navbar-item, + .navbar.is-black .navbar-end .navbar-link { + color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, + .navbar.is-black .navbar-start .navbar-link:focus, + .navbar.is-black .navbar-start .navbar-link:hover, + .navbar.is-black .navbar-start .navbar-link.is-active, + .navbar.is-black .navbar-end > a.navbar-item:focus, + .navbar.is-black .navbar-end > a.navbar-item:hover, + .navbar.is-black .navbar-end > a.navbar-item.is-active, + .navbar.is-black .navbar-end .navbar-link:focus, + .navbar.is-black .navbar-end .navbar-link:hover, + .navbar.is-black .navbar-end .navbar-link.is-active { + background-color: #adadad; + color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-start .navbar-link::after, + .navbar.is-black .navbar-end .navbar-link::after { + border-color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #adadad; + color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); + } +} +.navbar.is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-brand > .navbar-item, +.navbar.is-light .navbar-brand .navbar-link { + color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, +.navbar.is-light .navbar-brand .navbar-link:focus, +.navbar.is-light .navbar-brand .navbar-link:hover, +.navbar.is-light .navbar-brand .navbar-link.is-active { + background-color: #383838; + color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-brand .navbar-link::after { + border-color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-burger { + color: rgb(157, 157, 157); +} +@media screen and (min-width: 1024px) { + .navbar.is-light .navbar-start > .navbar-item, + .navbar.is-light .navbar-start .navbar-link, + .navbar.is-light .navbar-end > .navbar-item, + .navbar.is-light .navbar-end .navbar-link { + color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, + .navbar.is-light .navbar-start .navbar-link:focus, + .navbar.is-light .navbar-start .navbar-link:hover, + .navbar.is-light .navbar-start .navbar-link.is-active, + .navbar.is-light .navbar-end > a.navbar-item:focus, + .navbar.is-light .navbar-end > a.navbar-item:hover, + .navbar.is-light .navbar-end > a.navbar-item.is-active, + .navbar.is-light .navbar-end .navbar-link:focus, + .navbar.is-light .navbar-end .navbar-link:hover, + .navbar.is-light .navbar-end .navbar-link.is-active { + background-color: #383838; + color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-start .navbar-link::after, + .navbar.is-light .navbar-end .navbar-link::after { + border-color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #383838; + color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); + } +} +.navbar.is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-brand > .navbar-item, +.navbar.is-dark .navbar-brand .navbar-link { + color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, +.navbar.is-dark .navbar-brand .navbar-link:focus, +.navbar.is-dark .navbar-brand .navbar-link:hover, +.navbar.is-dark .navbar-brand .navbar-link.is-active { + background-color: #979797; + color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-brand .navbar-link::after { + border-color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-burger { + color: rgb(109, 109, 109); +} +@media screen and (min-width: 1024px) { + .navbar.is-dark .navbar-start > .navbar-item, + .navbar.is-dark .navbar-start .navbar-link, + .navbar.is-dark .navbar-end > .navbar-item, + .navbar.is-dark .navbar-end .navbar-link { + color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, + .navbar.is-dark .navbar-start .navbar-link:focus, + .navbar.is-dark .navbar-start .navbar-link:hover, + .navbar.is-dark .navbar-start .navbar-link.is-active, + .navbar.is-dark .navbar-end > a.navbar-item:focus, + .navbar.is-dark .navbar-end > a.navbar-item:hover, + .navbar.is-dark .navbar-end > a.navbar-item.is-active, + .navbar.is-dark .navbar-end .navbar-link:focus, + .navbar.is-dark .navbar-end .navbar-link:hover, + .navbar.is-dark .navbar-end .navbar-link.is-active { + background-color: #979797; + color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-start .navbar-link::after, + .navbar.is-dark .navbar-end .navbar-link::after { + border-color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #979797; + color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); + } +} +.navbar.is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-brand > .navbar-item, +.navbar.is-primary .navbar-brand .navbar-link { + color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, +.navbar.is-primary .navbar-brand .navbar-link:focus, +.navbar.is-primary .navbar-brand .navbar-link:hover, +.navbar.is-primary .navbar-brand .navbar-link.is-active { + background-color: #b74656; + color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-brand .navbar-link::after { + border-color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-burger { + color: rgb(96, 148, 140); +} +@media screen and (min-width: 1024px) { + .navbar.is-primary .navbar-start > .navbar-item, + .navbar.is-primary .navbar-start .navbar-link, + .navbar.is-primary .navbar-end > .navbar-item, + .navbar.is-primary .navbar-end .navbar-link { + color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, + .navbar.is-primary .navbar-start .navbar-link:focus, + .navbar.is-primary .navbar-start .navbar-link:hover, + .navbar.is-primary .navbar-start .navbar-link.is-active, + .navbar.is-primary .navbar-end > a.navbar-item:focus, + .navbar.is-primary .navbar-end > a.navbar-item:hover, + .navbar.is-primary .navbar-end > a.navbar-item.is-active, + .navbar.is-primary .navbar-end .navbar-link:focus, + .navbar.is-primary .navbar-end .navbar-link:hover, + .navbar.is-primary .navbar-end .navbar-link.is-active { + background-color: #b74656; + color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-start .navbar-link::after, + .navbar.is-primary .navbar-end .navbar-link::after { + border-color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #b74656; + color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); + } +} +.navbar.is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-brand > .navbar-item, +.navbar.is-link .navbar-brand .navbar-link { + color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, +.navbar.is-link .navbar-brand .navbar-link:focus, +.navbar.is-link .navbar-brand .navbar-link:hover, +.navbar.is-link .navbar-brand .navbar-link.is-active { + background-color: #8b8153; + color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-brand .navbar-link::after { + border-color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-burger { + color: rgb(114, 119, 145); +} +@media screen and (min-width: 1024px) { + .navbar.is-link .navbar-start > .navbar-item, + .navbar.is-link .navbar-start .navbar-link, + .navbar.is-link .navbar-end > .navbar-item, + .navbar.is-link .navbar-end .navbar-link { + color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, + .navbar.is-link .navbar-start .navbar-link:focus, + .navbar.is-link .navbar-start .navbar-link:hover, + .navbar.is-link .navbar-start .navbar-link.is-active, + .navbar.is-link .navbar-end > a.navbar-item:focus, + .navbar.is-link .navbar-end > a.navbar-item:hover, + .navbar.is-link .navbar-end > a.navbar-item.is-active, + .navbar.is-link .navbar-end .navbar-link:focus, + .navbar.is-link .navbar-end .navbar-link:hover, + .navbar.is-link .navbar-end .navbar-link.is-active { + background-color: #8b8153; + color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-start .navbar-link::after, + .navbar.is-link .navbar-end .navbar-link::after { + border-color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #8b8153; + color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); + } +} +.navbar.is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-brand > .navbar-item, +.navbar.is-info .navbar-brand .navbar-link { + color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, +.navbar.is-info .navbar-brand .navbar-link:focus, +.navbar.is-info .navbar-brand .navbar-link:hover, +.navbar.is-info .navbar-brand .navbar-link.is-active { + background-color: #3082c5; + color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-brand .navbar-link::after { + border-color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-burger { + color: rgb(160, 120, 87); +} +@media screen and (min-width: 1024px) { + .navbar.is-info .navbar-start > .navbar-item, + .navbar.is-info .navbar-start .navbar-link, + .navbar.is-info .navbar-end > .navbar-item, + .navbar.is-info .navbar-end .navbar-link { + color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, + .navbar.is-info .navbar-start .navbar-link:focus, + .navbar.is-info .navbar-start .navbar-link:hover, + .navbar.is-info .navbar-start .navbar-link.is-active, + .navbar.is-info .navbar-end > a.navbar-item:focus, + .navbar.is-info .navbar-end > a.navbar-item:hover, + .navbar.is-info .navbar-end > a.navbar-item.is-active, + .navbar.is-info .navbar-end .navbar-link:focus, + .navbar.is-info .navbar-end .navbar-link:hover, + .navbar.is-info .navbar-end .navbar-link.is-active { + background-color: #3082c5; + color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-start .navbar-link::after, + .navbar.is-info .navbar-end .navbar-link::after { + border-color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3082c5; + color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); + } +} +.navbar.is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-brand > .navbar-item, +.navbar.is-success .navbar-brand .navbar-link { + color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, +.navbar.is-success .navbar-brand .navbar-link:focus, +.navbar.is-success .navbar-brand .navbar-link:hover, +.navbar.is-success .navbar-brand .navbar-link.is-active { + background-color: #3abb81; + color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-brand .navbar-link::after { + border-color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-burger { + color: rgb(155, 92, 120); +} +@media screen and (min-width: 1024px) { + .navbar.is-success .navbar-start > .navbar-item, + .navbar.is-success .navbar-start .navbar-link, + .navbar.is-success .navbar-end > .navbar-item, + .navbar.is-success .navbar-end .navbar-link { + color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, + .navbar.is-success .navbar-start .navbar-link:focus, + .navbar.is-success .navbar-start .navbar-link:hover, + .navbar.is-success .navbar-start .navbar-link.is-active, + .navbar.is-success .navbar-end > a.navbar-item:focus, + .navbar.is-success .navbar-end > a.navbar-item:hover, + .navbar.is-success .navbar-end > a.navbar-item.is-active, + .navbar.is-success .navbar-end .navbar-link:focus, + .navbar.is-success .navbar-end .navbar-link:hover, + .navbar.is-success .navbar-end .navbar-link.is-active { + background-color: #3abb81; + color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-start .navbar-link::after, + .navbar.is-success .navbar-end .navbar-link::after { + border-color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3abb81; + color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); + } +} +.navbar.is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-brand > .navbar-item, +.navbar.is-warning .navbar-brand .navbar-link { + color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, +.navbar.is-warning .navbar-brand .navbar-link:focus, +.navbar.is-warning .navbar-brand .navbar-link:hover, +.navbar.is-warning .navbar-brand .navbar-link.is-active { + background-color: #ffd970; + color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-brand .navbar-link::after { + border-color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-burger { + color: rgb(64, 79, 122); +} +@media screen and (min-width: 1024px) { + .navbar.is-warning .navbar-start > .navbar-item, + .navbar.is-warning .navbar-start .navbar-link, + .navbar.is-warning .navbar-end > .navbar-item, + .navbar.is-warning .navbar-end .navbar-link { + color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, + .navbar.is-warning .navbar-start .navbar-link:focus, + .navbar.is-warning .navbar-start .navbar-link:hover, + .navbar.is-warning .navbar-start .navbar-link.is-active, + .navbar.is-warning .navbar-end > a.navbar-item:focus, + .navbar.is-warning .navbar-end > a.navbar-item:hover, + .navbar.is-warning .navbar-end > a.navbar-item.is-active, + .navbar.is-warning .navbar-end .navbar-link:focus, + .navbar.is-warning .navbar-end .navbar-link:hover, + .navbar.is-warning .navbar-end .navbar-link.is-active { + background-color: #ffd970; + color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-start .navbar-link::after, + .navbar.is-warning .navbar-end .navbar-link::after { + border-color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ffd970; + color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); + } +} +.navbar.is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-brand > .navbar-item, +.navbar.is-danger .navbar-brand .navbar-link { + color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, +.navbar.is-danger .navbar-brand .navbar-link:focus, +.navbar.is-danger .navbar-brand .navbar-link:hover, +.navbar.is-danger .navbar-brand .navbar-link.is-active { + background-color: #ef2e55; + color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-brand .navbar-link::after { + border-color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-burger { + color: rgb(71, 156, 139); +} +@media screen and (min-width: 1024px) { + .navbar.is-danger .navbar-start > .navbar-item, + .navbar.is-danger .navbar-start .navbar-link, + .navbar.is-danger .navbar-end > .navbar-item, + .navbar.is-danger .navbar-end .navbar-link { + color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, + .navbar.is-danger .navbar-start .navbar-link:focus, + .navbar.is-danger .navbar-start .navbar-link:hover, + .navbar.is-danger .navbar-start .navbar-link.is-active, + .navbar.is-danger .navbar-end > a.navbar-item:focus, + .navbar.is-danger .navbar-end > a.navbar-item:hover, + .navbar.is-danger .navbar-end > a.navbar-item.is-active, + .navbar.is-danger .navbar-end .navbar-link:focus, + .navbar.is-danger .navbar-end .navbar-link:hover, + .navbar.is-danger .navbar-end .navbar-link.is-active { + background-color: #ef2e55; + color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-start .navbar-link::after, + .navbar.is-danger .navbar-end .navbar-link::after { + border-color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ef2e55; + color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); + } +} +.navbar > .container { + align-items: stretch; + display: flex; + min-height: 3.25rem; + width: 100%; +} +.navbar.has-shadow { + box-shadow: 0 2px 0 0 rgb(69, 69, 69); +} +.navbar.is-fixed-bottom, .navbar.is-fixed-top { + left: 0; + position: fixed; + right: 0; + z-index: 30; +} +.navbar.is-fixed-bottom { + bottom: 0; +} +.navbar.is-fixed-bottom.has-shadow { + box-shadow: 0 -2px 0 0 rgb(69, 69, 69); +} +.navbar.is-fixed-top { + top: 0; +} + +html.has-navbar-fixed-top, +body.has-navbar-fixed-top { + padding-top: 3.25rem; +} +html.has-navbar-fixed-bottom, +body.has-navbar-fixed-bottom { + padding-bottom: 3.25rem; +} + +.navbar-brand, +.navbar-tabs { + align-items: stretch; + display: flex; + flex-shrink: 0; + min-height: 3.25rem; +} + +.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { + background-color: transparent; +} + +.navbar-tabs { + -webkit-overflow-scrolling: touch; + max-width: 100vw; + overflow-x: auto; + overflow-y: hidden; +} + +.navbar-burger { + color: rgb(154, 154, 154); + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + cursor: pointer; + display: block; + height: 3.25rem; + position: relative; + width: 3.25rem; + margin-right: auto; +} +.navbar-burger span { + background-color: currentColor; + display: block; + height: 1px; + left: calc(50% - 8px); + position: absolute; + transform-origin: center; + transition-duration: 86ms; + transition-property: background-color, opacity, transform; + transition-timing-function: ease-out; + width: 16px; +} +.navbar-burger span:nth-child(1) { + top: calc(50% - 6px); +} +.navbar-burger span:nth-child(2) { + top: calc(50% - 1px); +} +.navbar-burger span:nth-child(3) { + top: calc(50% + 4px); +} +.navbar-burger:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.navbar-burger.is-active span:nth-child(1) { + transform: translateY(5px) rotate(45deg); +} +.navbar-burger.is-active span:nth-child(2) { + opacity: 0; +} +.navbar-burger.is-active span:nth-child(3) { + transform: translateY(-5px) rotate(-45deg); +} + +.navbar-menu { + display: none; +} + +.navbar-item, +.navbar-link { + color: rgb(154, 154, 154); + display: block; + line-height: 1.5; + padding: 0.5rem 0.75rem; + position: relative; +} +.navbar-item .icon:only-child, +.navbar-link .icon:only-child { + margin-left: -0.25rem; + margin-right: -0.25rem; +} + +a.navbar-item, +.navbar-link { + cursor: pointer; +} +a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, +.navbar-link:focus, +.navbar-link:focus-within, +.navbar-link:hover, +.navbar-link.is-active { + background-color: rgb(66, 66, 66); + color: rgb(155, 144, 92); +} + +.navbar-item { + flex-grow: 0; + flex-shrink: 0; +} +.navbar-item img { + max-height: 1.75rem; +} +.navbar-item.has-dropdown { + padding: 0; +} +.navbar-item.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.navbar-item.is-tab { + border-bottom: 1px solid transparent; + min-height: 3.25rem; + padding-bottom: calc(0.5rem - 1px); +} +.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { + background-color: transparent; + border-bottom-color: rgb(155, 144, 92); +} +.navbar-item.is-tab.is-active { + background-color: transparent; + border-bottom-color: rgb(155, 144, 92); + border-bottom-style: solid; + border-bottom-width: 3px; + color: rgb(155, 144, 92); + padding-bottom: calc(0.5rem - 3px); +} + +.navbar-content { + flex-grow: 1; + flex-shrink: 1; +} + +.navbar-link:not(.is-arrowless) { + padding-left: 2.5em; +} +.navbar-link:not(.is-arrowless)::after { + border-color: rgb(155, 144, 92); + margin-top: -0.375em; + left: 1.125em; +} + +.navbar-dropdown { + font-size: 0.875rem; + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} +.navbar-dropdown .navbar-item { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.navbar-divider { + background-color: rgb(69, 69, 69); + border: none; + display: none; + height: 2px; + margin: 0.5rem 0; +} + +@media screen and (max-width: 1023px) { + .navbar > .container { + display: block; + } + .navbar-brand .navbar-item, + .navbar-tabs .navbar-item { + align-items: center; + display: flex; + } + .navbar-link::after { + display: none; + } + .navbar-menu { + background-color: rgb(64, 64, 64); + box-shadow: 0 8px 16px rgba(186, 186, 186, 0.1); + padding: 0.5rem 0; + } + .navbar-menu.is-active { + display: block; + } + .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + .navbar.is-fixed-bottom-touch { + bottom: 0; + } + .navbar.is-fixed-bottom-touch.has-shadow { + box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); + } + .navbar.is-fixed-top-touch { + top: 0; + } + .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu { + -webkit-overflow-scrolling: touch; + max-height: calc(100vh - 3.25rem); + overflow: auto; + } + html.has-navbar-fixed-top-touch, + body.has-navbar-fixed-top-touch { + padding-top: 3.25rem; + } + html.has-navbar-fixed-bottom-touch, + body.has-navbar-fixed-bottom-touch { + padding-bottom: 3.25rem; + } +} +@media screen and (min-width: 1024px) { + .navbar, + .navbar-menu, + .navbar-start, + .navbar-end { + align-items: stretch; + display: flex; + } + .navbar { + min-height: 3.25rem; + } + .navbar.is-spaced { + padding: 1rem 2rem; + } + .navbar.is-spaced .navbar-start, + .navbar.is-spaced .navbar-end { + align-items: center; + } + .navbar.is-spaced a.navbar-item, + .navbar.is-spaced .navbar-link { + border-radius: 4px; + } + .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, + .navbar.is-transparent .navbar-link:focus, + .navbar.is-transparent .navbar-link:hover, + .navbar.is-transparent .navbar-link.is-active { + background-color: transparent !important; + } + .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { + background-color: transparent !important; + } + .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { + background-color: rgb(69, 69, 69); + color: rgb(186, 186, 186); + } + .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(69, 69, 69); + color: rgb(155, 144, 92); + } + .navbar-burger { + display: none; + } + .navbar-item, + .navbar-link { + align-items: center; + display: flex; + } + .navbar-item.has-dropdown { + align-items: stretch; + } + .navbar-item.has-dropdown-up .navbar-link::after { + transform: rotate(135deg) translate(0.25em, -0.25em); + } + .navbar-item.has-dropdown-up .navbar-dropdown { + border-bottom: 2px solid rgb(82, 82, 82); + border-radius: 6px 6px 0 0; + border-top: none; + bottom: 100%; + box-shadow: 0 -8px 8px rgba(186, 186, 186, 0.1); + top: auto; + } + .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown { + display: block; + } + .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { + opacity: 1; + pointer-events: auto; + transform: translateY(0); + } + .navbar-menu { + flex-grow: 1; + flex-shrink: 0; + } + .navbar-start { + justify-content: flex-start; + margin-left: auto; + } + .navbar-end { + justify-content: flex-end; + margin-right: auto; + } + .navbar-dropdown { + background-color: rgb(64, 64, 64); + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 2px solid rgb(82, 82, 82); + box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1); + display: none; + font-size: 0.875rem; + right: 0; + min-width: 100%; + position: absolute; + top: 100%; + z-index: 20; + } + .navbar-dropdown .navbar-item { + padding: 0.375rem 1rem; + white-space: nowrap; + } + .navbar-dropdown a.navbar-item { + padding-left: 3rem; + } + .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { + background-color: rgb(69, 69, 69); + color: rgb(186, 186, 186); + } + .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(69, 69, 69); + color: rgb(155, 144, 92); + } + .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { + border-radius: 6px; + border-top: none; + box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1), 0 0 0 1px rgba(186, 186, 186, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + (-4px)); + transform: translateY(-5px); + transition-duration: 86ms; + transition-property: opacity, transform; + } + .navbar-dropdown.is-right { + left: auto; + right: 0; + } + .navbar-divider { + display: block; + } + .navbar > .container .navbar-brand, + .container > .navbar .navbar-brand { + margin-right: -0.75rem; + } + .navbar > .container .navbar-menu, + .container > .navbar .navbar-menu { + margin-left: -0.75rem; + } + .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + .navbar.is-fixed-bottom-desktop { + bottom: 0; + } + .navbar.is-fixed-bottom-desktop.has-shadow { + box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); + } + .navbar.is-fixed-top-desktop { + top: 0; + } + html.has-navbar-fixed-top-desktop, + body.has-navbar-fixed-top-desktop { + padding-top: 3.25rem; + } + html.has-navbar-fixed-bottom-desktop, + body.has-navbar-fixed-bottom-desktop { + padding-bottom: 3.25rem; + } + html.has-spaced-navbar-fixed-top, + body.has-spaced-navbar-fixed-top { + padding-top: 5.25rem; + } + html.has-spaced-navbar-fixed-bottom, + body.has-spaced-navbar-fixed-bottom { + padding-bottom: 5.25rem; + } + a.navbar-item.is-active, + .navbar-link.is-active { + color: rgb(186, 186, 186); + } + a.navbar-item.is-active:not(:focus):not(:hover), + .navbar-link.is-active:not(:focus):not(:hover) { + background-color: transparent; + } + .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link { + background-color: rgb(66, 66, 66); + } +} +.hero.is-fullheight-with-navbar { + min-height: calc(100vh - 3.25rem); +} + +/* Bulma Dark theme */ +.pagination { + font-size: 1rem; + margin: -0.25rem; +} +.pagination.is-small { + font-size: 0.75rem; +} +.pagination.is-medium { + font-size: 1.25rem; +} +.pagination.is-large { + font-size: 1.5rem; +} +.pagination.is-rounded .pagination-previous, +.pagination.is-rounded .pagination-next { + padding-left: 1em; + padding-right: 1em; + border-radius: 9999px; +} +.pagination.is-rounded .pagination-link { + border-radius: 9999px; +} + +.pagination, +.pagination-list { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis { + font-size: 1em; + justify-content: center; + margin: 0.25rem; + padding-left: 0.5em; + padding-right: 0.5em; + text-align: center; +} + +.pagination-previous, +.pagination-next, +.pagination-link { + border-color: rgb(82, 82, 82); + color: rgb(164, 164, 164); + min-width: 2.5em; +} +.pagination-previous:hover, +.pagination-next:hover, +.pagination-link:hover { + border-color: rgb(101, 101, 101); + color: rgb(164, 164, 164); +} +.pagination-previous:focus, +.pagination-next:focus, +.pagination-link:focus { + border-color: rgb(155, 144, 92); +} +.pagination-previous:active, +.pagination-next:active, +.pagination-link:active { + box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2); +} +.pagination-previous[disabled], .pagination-previous.is-disabled, +.pagination-next[disabled], +.pagination-next.is-disabled, +.pagination-link[disabled], +.pagination-link.is-disabled { + background-color: rgb(82, 82, 82); + border-color: rgb(82, 82, 82); + box-shadow: none; + color: rgb(130, 130, 130); + opacity: 0.5; +} + +.pagination-previous, +.pagination-next { + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} + +.pagination-link.is-current { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} + +.pagination-ellipsis { + color: hsl(0, 0%, 71%); + pointer-events: none; +} + +.pagination-list { + flex-wrap: wrap; +} +.pagination-list li { + list-style: none; +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + .pagination-previous, + .pagination-next { + flex-grow: 1; + flex-shrink: 1; + } + .pagination-list li { + flex-grow: 1; + flex-shrink: 1; + } +} +@media screen and (min-width: 769px), print { + .pagination-list { + flex-grow: 1; + flex-shrink: 1; + justify-content: flex-start; + order: 1; + } + .pagination-previous, + .pagination-next, + .pagination-link, + .pagination-ellipsis { + margin-bottom: 0; + margin-top: 0; + } + .pagination-previous { + order: 2; + } + .pagination-next { + order: 3; + } + .pagination { + justify-content: space-between; + margin-bottom: 0; + margin-top: 0; + } + .pagination.is-centered .pagination-previous { + order: 1; + } + .pagination.is-centered .pagination-list { + justify-content: center; + order: 2; + } + .pagination.is-centered .pagination-next { + order: 3; + } + .pagination.is-right .pagination-previous { + order: 1; + } + .pagination.is-right .pagination-next { + order: 2; + } + .pagination.is-right .pagination-list { + justify-content: flex-end; + order: 3; + } +} +.panel { + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + font-size: 1rem; +} +.panel:not(:last-child) { + margin-bottom: 1.5rem; +} +.panel.is-white .panel-heading { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.panel.is-white .panel-tabs a.is-active { + border-bottom-color: rgb(64, 64, 64); +} +.panel.is-white .panel-block.is-active .panel-icon { + color: rgb(64, 64, 64); +} +.panel.is-black .panel-heading { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.panel.is-black .panel-tabs a.is-active { + border-bottom-color: rgb(186, 186, 186); +} +.panel.is-black .panel-block.is-active .panel-icon { + color: rgb(186, 186, 186); +} +.panel.is-light .panel-heading { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.panel.is-light .panel-tabs a.is-active { + border-bottom-color: rgb(69, 69, 69); +} +.panel.is-light .panel-block.is-active .panel-icon { + color: rgb(69, 69, 69); +} +.panel.is-dark .panel-heading { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.panel.is-dark .panel-tabs a.is-active { + border-bottom-color: rgb(164, 164, 164); +} +.panel.is-dark .panel-block.is-active .panel-icon { + color: rgb(164, 164, 164); +} +.panel.is-primary .panel-heading { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.panel.is-primary .panel-tabs a.is-active { + border-bottom-color: rgb(191, 87, 102); +} +.panel.is-primary .panel-block.is-active .panel-icon { + color: rgb(191, 87, 102); +} +.panel.is-link .panel-heading { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.panel.is-link .panel-tabs a.is-active { + border-bottom-color: rgb(155, 144, 92); +} +.panel.is-link .panel-block.is-active .panel-icon { + color: rgb(155, 144, 92); +} +.panel.is-info .panel-heading { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.panel.is-info .panel-tabs a.is-active { + border-bottom-color: hsl(207, 61%, 53%); +} +.panel.is-info .panel-block.is-active .panel-icon { + color: hsl(207, 61%, 53%); +} +.panel.is-success .panel-heading { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.panel.is-success .panel-tabs a.is-active { + border-bottom-color: hsl(153, 53%, 53%); +} +.panel.is-success .panel-block.is-active .panel-icon { + color: hsl(153, 53%, 53%); +} +.panel.is-warning .panel-heading { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.panel.is-warning .panel-tabs a.is-active { + border-bottom-color: hsl(44, 100%, 77%); +} +.panel.is-warning .panel-block.is-active .panel-icon { + color: hsl(44, 100%, 77%); +} +.panel.is-danger .panel-heading { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.panel.is-danger .panel-tabs a.is-active { + border-bottom-color: hsl(348, 86%, 61%); +} +.panel.is-danger .panel-block.is-active .panel-icon { + color: hsl(348, 86%, 61%); +} + +.panel-tabs:not(:last-child), +.panel-block:not(:last-child) { + border-bottom: 1px solid rgb(73, 73, 73); +} + +.panel-heading { + background-color: rgb(73, 73, 73); + border-radius: 6px 6px 0 0; + color: rgb(164, 164, 164); + font-size: 1.25em; + font-weight: 700; + line-height: 1.25; + padding: 0.75em 1em; +} + +.panel-tabs { + align-items: flex-end; + display: flex; + font-size: 0.875em; + justify-content: center; +} +.panel-tabs a { + border-bottom: 1px solid rgb(82, 82, 82); + margin-bottom: -1px; + padding: 0.5em; +} +.panel-tabs a.is-active { + border-bottom-color: rgb(154, 154, 154); + color: rgb(164, 164, 164); +} + +.panel-list a { + color: rgb(154, 154, 154); +} +.panel-list a:hover { + color: rgb(155, 144, 92); +} + +.panel-block { + align-items: center; + color: rgb(164, 164, 164); + display: flex; + justify-content: flex-start; + padding: 0.5em 0.75em; +} +.panel-block input[type=checkbox] { + margin-left: 0.75em; +} +.panel-block > .control { + flex-grow: 1; + flex-shrink: 1; + width: 100%; +} +.panel-block.is-wrapped { + flex-wrap: wrap; +} +.panel-block.is-active { + border-left-color: rgb(155, 144, 92); + color: rgb(164, 164, 164); +} +.panel-block.is-active .panel-icon { + color: rgb(155, 144, 92); +} +.panel-block:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +a.panel-block, +label.panel-block { + cursor: pointer; +} +a.panel-block:hover, +label.panel-block:hover { + background-color: rgb(69, 69, 69); +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 1em; + line-height: 1em; + text-align: center; + vertical-align: top; + width: 1em; + color: rgb(130, 130, 130); + margin-left: 0.75em; +} +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +/* Bulma Dark theme */ +.tabs { + -webkit-overflow-scrolling: touch; + align-items: stretch; + display: flex; + font-size: 1rem; + justify-content: space-between; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} +.tabs a { + align-items: center; + border-bottom-color: rgb(82, 82, 82); + border-bottom-style: solid; + border-bottom-width: 1px; + color: rgb(154, 154, 154); + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 0.5em 1em; + vertical-align: top; +} +.tabs a:hover { + border-bottom-color: rgb(164, 164, 164); + color: rgb(164, 164, 164); +} +.tabs li { + display: block; +} +.tabs li.is-active a { + border-bottom-color: rgb(155, 144, 92); + color: rgb(155, 144, 92); +} +.tabs ul { + align-items: center; + border-bottom-color: rgb(82, 82, 82); + border-bottom-style: solid; + border-bottom-width: 1px; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} +.tabs ul.is-left { + padding-right: 0.75em; +} +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 0.75em; + padding-right: 0.75em; +} +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 0.75em; +} +.tabs .icon:first-child { + margin-left: 0.5em; +} +.tabs .icon:last-child { + margin-right: 0.5em; +} +.tabs.is-centered ul { + justify-content: center; +} +.tabs.is-right ul { + justify-content: flex-end; +} +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 0 0 4px 4px; +} +.tabs.is-boxed a:hover { + background-color: rgb(69, 69, 69); + border-bottom-color: rgb(82, 82, 82); +} +.tabs.is-boxed li.is-active a { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + border-bottom-color: transparent !important; +} +.tabs.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; +} +.tabs.is-toggle a { + border-color: rgb(82, 82, 82); + border-style: solid; + border-width: 1px; + margin-bottom: 0; + position: relative; +} +.tabs.is-toggle a:hover { + background-color: rgb(69, 69, 69); + border-color: rgb(101, 101, 101); + z-index: 2; +} +.tabs.is-toggle li + li { + margin-right: -1px; +} +.tabs.is-toggle li:first-child a { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.tabs.is-toggle li:last-child a { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.tabs.is-toggle li.is-active a { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); + z-index: 1; +} +.tabs.is-toggle ul { + border-bottom: none; +} +.tabs.is-toggle.is-toggle-rounded li:first-child a { + border-bottom-right-radius: 9999px; + border-top-right-radius: 9999px; + padding-right: 1.25em; +} +.tabs.is-toggle.is-toggle-rounded li:last-child a { + border-bottom-left-radius: 9999px; + border-top-left-radius: 9999px; + padding-left: 1.25em; +} +.tabs.is-small { + font-size: 0.75rem; +} +.tabs.is-medium { + font-size: 1.25rem; +} +.tabs.is-large { + font-size: 1.5rem; +} + +/* Bulma Grid */ +.column { + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 0.75rem; +} +.columns.is-mobile > .column.is-narrow { + flex: none; + width: unset; +} +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} +.columns.is-mobile > .column.is-one-fifth { + flex: none; + width: 20%; +} +.columns.is-mobile > .column.is-two-fifths { + flex: none; + width: 40%; +} +.columns.is-mobile > .column.is-three-fifths { + flex: none; + width: 60%; +} +.columns.is-mobile > .column.is-four-fifths { + flex: none; + width: 80%; +} +.columns.is-mobile > .column.is-offset-three-quarters { + margin-right: 75%; +} +.columns.is-mobile > .column.is-offset-two-thirds { + margin-right: 66.6666%; +} +.columns.is-mobile > .column.is-offset-half { + margin-right: 50%; +} +.columns.is-mobile > .column.is-offset-one-third { + margin-right: 33.3333%; +} +.columns.is-mobile > .column.is-offset-one-quarter { + margin-right: 25%; +} +.columns.is-mobile > .column.is-offset-one-fifth { + margin-right: 20%; +} +.columns.is-mobile > .column.is-offset-two-fifths { + margin-right: 40%; +} +.columns.is-mobile > .column.is-offset-three-fifths { + margin-right: 60%; +} +.columns.is-mobile > .column.is-offset-four-fifths { + margin-right: 80%; +} +.columns.is-mobile > .column.is-0 { + flex: none; + width: 0%; +} +.columns.is-mobile > .column.is-offset-0 { + margin-right: 0%; +} +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.33333337%; +} +.columns.is-mobile > .column.is-offset-1 { + margin-right: 8.33333337%; +} +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.66666674%; +} +.columns.is-mobile > .column.is-offset-2 { + margin-right: 16.66666674%; +} +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; +} +.columns.is-mobile > .column.is-offset-3 { + margin-right: 25%; +} +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333337%; +} +.columns.is-mobile > .column.is-offset-4 { + margin-right: 33.33333337%; +} +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66666674%; +} +.columns.is-mobile > .column.is-offset-5 { + margin-right: 41.66666674%; +} +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; +} +.columns.is-mobile > .column.is-offset-6 { + margin-right: 50%; +} +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.33333337%; +} +.columns.is-mobile > .column.is-offset-7 { + margin-right: 58.33333337%; +} +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66666674%; +} +.columns.is-mobile > .column.is-offset-8 { + margin-right: 66.66666674%; +} +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; +} +.columns.is-mobile > .column.is-offset-9 { + margin-right: 75%; +} +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333337%; +} +.columns.is-mobile > .column.is-offset-10 { + margin-right: 83.33333337%; +} +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66666674%; +} +.columns.is-mobile > .column.is-offset-11 { + margin-right: 91.66666674%; +} +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} +.columns.is-mobile > .column.is-offset-12 { + margin-right: 100%; +} +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + width: unset; + } + .column.is-full-mobile { + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + .column.is-one-fifth-mobile { + flex: none; + width: 20%; + } + .column.is-two-fifths-mobile { + flex: none; + width: 40%; + } + .column.is-three-fifths-mobile { + flex: none; + width: 60%; + } + .column.is-four-fifths-mobile { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-mobile { + margin-right: 75%; + } + .column.is-offset-two-thirds-mobile { + margin-right: 66.6666%; + } + .column.is-offset-half-mobile { + margin-right: 50%; + } + .column.is-offset-one-third-mobile { + margin-right: 33.3333%; + } + .column.is-offset-one-quarter-mobile { + margin-right: 25%; + } + .column.is-offset-one-fifth-mobile { + margin-right: 20%; + } + .column.is-offset-two-fifths-mobile { + margin-right: 40%; + } + .column.is-offset-three-fifths-mobile { + margin-right: 60%; + } + .column.is-offset-four-fifths-mobile { + margin-right: 80%; + } + .column.is-0-mobile { + flex: none; + width: 0%; + } + .column.is-offset-0-mobile { + margin-right: 0%; + } + .column.is-1-mobile { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-mobile { + margin-right: 8.33333337%; + } + .column.is-2-mobile { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-mobile { + margin-right: 16.66666674%; + } + .column.is-3-mobile { + flex: none; + width: 25%; + } + .column.is-offset-3-mobile { + margin-right: 25%; + } + .column.is-4-mobile { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-mobile { + margin-right: 33.33333337%; + } + .column.is-5-mobile { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-mobile { + margin-right: 41.66666674%; + } + .column.is-6-mobile { + flex: none; + width: 50%; + } + .column.is-offset-6-mobile { + margin-right: 50%; + } + .column.is-7-mobile { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-mobile { + margin-right: 58.33333337%; + } + .column.is-8-mobile { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-mobile { + margin-right: 66.66666674%; + } + .column.is-9-mobile { + flex: none; + width: 75%; + } + .column.is-offset-9-mobile { + margin-right: 75%; + } + .column.is-10-mobile { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-mobile { + margin-right: 83.33333337%; + } + .column.is-11-mobile { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-mobile { + margin-right: 91.66666674%; + } + .column.is-12-mobile { + flex: none; + width: 100%; + } + .column.is-offset-12-mobile { + margin-right: 100%; + } +} +@media screen and (min-width: 769px), print { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + width: unset; + } + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + .column.is-one-fifth, .column.is-one-fifth-tablet { + flex: none; + width: 20%; + } + .column.is-two-fifths, .column.is-two-fifths-tablet { + flex: none; + width: 40%; + } + .column.is-three-fifths, .column.is-three-fifths-tablet { + flex: none; + width: 60%; + } + .column.is-four-fifths, .column.is-four-fifths-tablet { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-right: 75%; + } + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-right: 66.6666%; + } + .column.is-offset-half, .column.is-offset-half-tablet { + margin-right: 50%; + } + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-right: 33.3333%; + } + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-right: 25%; + } + .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { + margin-right: 20%; + } + .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { + margin-right: 40%; + } + .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { + margin-right: 60%; + } + .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { + margin-right: 80%; + } + .column.is-0, .column.is-0-tablet { + flex: none; + width: 0%; + } + .column.is-offset-0, .column.is-offset-0-tablet { + margin-right: 0%; + } + .column.is-1, .column.is-1-tablet { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1, .column.is-offset-1-tablet { + margin-right: 8.33333337%; + } + .column.is-2, .column.is-2-tablet { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2, .column.is-offset-2-tablet { + margin-right: 16.66666674%; + } + .column.is-3, .column.is-3-tablet { + flex: none; + width: 25%; + } + .column.is-offset-3, .column.is-offset-3-tablet { + margin-right: 25%; + } + .column.is-4, .column.is-4-tablet { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4, .column.is-offset-4-tablet { + margin-right: 33.33333337%; + } + .column.is-5, .column.is-5-tablet { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5, .column.is-offset-5-tablet { + margin-right: 41.66666674%; + } + .column.is-6, .column.is-6-tablet { + flex: none; + width: 50%; + } + .column.is-offset-6, .column.is-offset-6-tablet { + margin-right: 50%; + } + .column.is-7, .column.is-7-tablet { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7, .column.is-offset-7-tablet { + margin-right: 58.33333337%; + } + .column.is-8, .column.is-8-tablet { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8, .column.is-offset-8-tablet { + margin-right: 66.66666674%; + } + .column.is-9, .column.is-9-tablet { + flex: none; + width: 75%; + } + .column.is-offset-9, .column.is-offset-9-tablet { + margin-right: 75%; + } + .column.is-10, .column.is-10-tablet { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10, .column.is-offset-10-tablet { + margin-right: 83.33333337%; + } + .column.is-11, .column.is-11-tablet { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11, .column.is-offset-11-tablet { + margin-right: 91.66666674%; + } + .column.is-12, .column.is-12-tablet { + flex: none; + width: 100%; + } + .column.is-offset-12, .column.is-offset-12-tablet { + margin-right: 100%; + } +} +@media screen and (max-width: 1023px) { + .column.is-narrow-touch { + flex: none; + width: unset; + } + .column.is-full-touch { + flex: none; + width: 100%; + } + .column.is-three-quarters-touch { + flex: none; + width: 75%; + } + .column.is-two-thirds-touch { + flex: none; + width: 66.6666%; + } + .column.is-half-touch { + flex: none; + width: 50%; + } + .column.is-one-third-touch { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-touch { + flex: none; + width: 25%; + } + .column.is-one-fifth-touch { + flex: none; + width: 20%; + } + .column.is-two-fifths-touch { + flex: none; + width: 40%; + } + .column.is-three-fifths-touch { + flex: none; + width: 60%; + } + .column.is-four-fifths-touch { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-touch { + margin-right: 75%; + } + .column.is-offset-two-thirds-touch { + margin-right: 66.6666%; + } + .column.is-offset-half-touch { + margin-right: 50%; + } + .column.is-offset-one-third-touch { + margin-right: 33.3333%; + } + .column.is-offset-one-quarter-touch { + margin-right: 25%; + } + .column.is-offset-one-fifth-touch { + margin-right: 20%; + } + .column.is-offset-two-fifths-touch { + margin-right: 40%; + } + .column.is-offset-three-fifths-touch { + margin-right: 60%; + } + .column.is-offset-four-fifths-touch { + margin-right: 80%; + } + .column.is-0-touch { + flex: none; + width: 0%; + } + .column.is-offset-0-touch { + margin-right: 0%; + } + .column.is-1-touch { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-touch { + margin-right: 8.33333337%; + } + .column.is-2-touch { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-touch { + margin-right: 16.66666674%; + } + .column.is-3-touch { + flex: none; + width: 25%; + } + .column.is-offset-3-touch { + margin-right: 25%; + } + .column.is-4-touch { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-touch { + margin-right: 33.33333337%; + } + .column.is-5-touch { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-touch { + margin-right: 41.66666674%; + } + .column.is-6-touch { + flex: none; + width: 50%; + } + .column.is-offset-6-touch { + margin-right: 50%; + } + .column.is-7-touch { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-touch { + margin-right: 58.33333337%; + } + .column.is-8-touch { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-touch { + margin-right: 66.66666674%; + } + .column.is-9-touch { + flex: none; + width: 75%; + } + .column.is-offset-9-touch { + margin-right: 75%; + } + .column.is-10-touch { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-touch { + margin-right: 83.33333337%; + } + .column.is-11-touch { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-touch { + margin-right: 91.66666674%; + } + .column.is-12-touch { + flex: none; + width: 100%; + } + .column.is-offset-12-touch { + margin-right: 100%; + } +} +@media screen and (min-width: 1024px) { + .column.is-narrow-desktop { + flex: none; + width: unset; + } + .column.is-full-desktop { + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + .column.is-half-desktop { + flex: none; + width: 50%; + } + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + .column.is-one-fifth-desktop { + flex: none; + width: 20%; + } + .column.is-two-fifths-desktop { + flex: none; + width: 40%; + } + .column.is-three-fifths-desktop { + flex: none; + width: 60%; + } + .column.is-four-fifths-desktop { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-desktop { + margin-right: 75%; + } + .column.is-offset-two-thirds-desktop { + margin-right: 66.6666%; + } + .column.is-offset-half-desktop { + margin-right: 50%; + } + .column.is-offset-one-third-desktop { + margin-right: 33.3333%; + } + .column.is-offset-one-quarter-desktop { + margin-right: 25%; + } + .column.is-offset-one-fifth-desktop { + margin-right: 20%; + } + .column.is-offset-two-fifths-desktop { + margin-right: 40%; + } + .column.is-offset-three-fifths-desktop { + margin-right: 60%; + } + .column.is-offset-four-fifths-desktop { + margin-right: 80%; + } + .column.is-0-desktop { + flex: none; + width: 0%; + } + .column.is-offset-0-desktop { + margin-right: 0%; + } + .column.is-1-desktop { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-desktop { + margin-right: 8.33333337%; + } + .column.is-2-desktop { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-desktop { + margin-right: 16.66666674%; + } + .column.is-3-desktop { + flex: none; + width: 25%; + } + .column.is-offset-3-desktop { + margin-right: 25%; + } + .column.is-4-desktop { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-desktop { + margin-right: 33.33333337%; + } + .column.is-5-desktop { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-desktop { + margin-right: 41.66666674%; + } + .column.is-6-desktop { + flex: none; + width: 50%; + } + .column.is-offset-6-desktop { + margin-right: 50%; + } + .column.is-7-desktop { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-desktop { + margin-right: 58.33333337%; + } + .column.is-8-desktop { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-desktop { + margin-right: 66.66666674%; + } + .column.is-9-desktop { + flex: none; + width: 75%; + } + .column.is-offset-9-desktop { + margin-right: 75%; + } + .column.is-10-desktop { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-desktop { + margin-right: 83.33333337%; + } + .column.is-11-desktop { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-desktop { + margin-right: 91.66666674%; + } + .column.is-12-desktop { + flex: none; + width: 100%; + } + .column.is-offset-12-desktop { + margin-right: 100%; + } +} +@media screen and (min-width: 1216px) { + .column.is-narrow-widescreen { + flex: none; + width: unset; + } + .column.is-full-widescreen { + flex: none; + width: 100%; + } + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + .column.is-half-widescreen { + flex: none; + width: 50%; + } + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + .column.is-one-fifth-widescreen { + flex: none; + width: 20%; + } + .column.is-two-fifths-widescreen { + flex: none; + width: 40%; + } + .column.is-three-fifths-widescreen { + flex: none; + width: 60%; + } + .column.is-four-fifths-widescreen { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-widescreen { + margin-right: 75%; + } + .column.is-offset-two-thirds-widescreen { + margin-right: 66.6666%; + } + .column.is-offset-half-widescreen { + margin-right: 50%; + } + .column.is-offset-one-third-widescreen { + margin-right: 33.3333%; + } + .column.is-offset-one-quarter-widescreen { + margin-right: 25%; + } + .column.is-offset-one-fifth-widescreen { + margin-right: 20%; + } + .column.is-offset-two-fifths-widescreen { + margin-right: 40%; + } + .column.is-offset-three-fifths-widescreen { + margin-right: 60%; + } + .column.is-offset-four-fifths-widescreen { + margin-right: 80%; + } + .column.is-0-widescreen { + flex: none; + width: 0%; + } + .column.is-offset-0-widescreen { + margin-right: 0%; + } + .column.is-1-widescreen { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-widescreen { + margin-right: 8.33333337%; + } + .column.is-2-widescreen { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-widescreen { + margin-right: 16.66666674%; + } + .column.is-3-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-3-widescreen { + margin-right: 25%; + } + .column.is-4-widescreen { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-widescreen { + margin-right: 33.33333337%; + } + .column.is-5-widescreen { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-widescreen { + margin-right: 41.66666674%; + } + .column.is-6-widescreen { + flex: none; + width: 50%; + } + .column.is-offset-6-widescreen { + margin-right: 50%; + } + .column.is-7-widescreen { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-widescreen { + margin-right: 58.33333337%; + } + .column.is-8-widescreen { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-widescreen { + margin-right: 66.66666674%; + } + .column.is-9-widescreen { + flex: none; + width: 75%; + } + .column.is-offset-9-widescreen { + margin-right: 75%; + } + .column.is-10-widescreen { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-widescreen { + margin-right: 83.33333337%; + } + .column.is-11-widescreen { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-widescreen { + margin-right: 91.66666674%; + } + .column.is-12-widescreen { + flex: none; + width: 100%; + } + .column.is-offset-12-widescreen { + margin-right: 100%; + } +} +@media screen and (min-width: 1408px) { + .column.is-narrow-fullhd { + flex: none; + width: unset; + } + .column.is-full-fullhd { + flex: none; + width: 100%; + } + .column.is-three-quarters-fullhd { + flex: none; + width: 75%; + } + .column.is-two-thirds-fullhd { + flex: none; + width: 66.6666%; + } + .column.is-half-fullhd { + flex: none; + width: 50%; + } + .column.is-one-third-fullhd { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-fullhd { + flex: none; + width: 25%; + } + .column.is-one-fifth-fullhd { + flex: none; + width: 20%; + } + .column.is-two-fifths-fullhd { + flex: none; + width: 40%; + } + .column.is-three-fifths-fullhd { + flex: none; + width: 60%; + } + .column.is-four-fifths-fullhd { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-fullhd { + margin-right: 75%; + } + .column.is-offset-two-thirds-fullhd { + margin-right: 66.6666%; + } + .column.is-offset-half-fullhd { + margin-right: 50%; + } + .column.is-offset-one-third-fullhd { + margin-right: 33.3333%; + } + .column.is-offset-one-quarter-fullhd { + margin-right: 25%; + } + .column.is-offset-one-fifth-fullhd { + margin-right: 20%; + } + .column.is-offset-two-fifths-fullhd { + margin-right: 40%; + } + .column.is-offset-three-fifths-fullhd { + margin-right: 60%; + } + .column.is-offset-four-fifths-fullhd { + margin-right: 80%; + } + .column.is-0-fullhd { + flex: none; + width: 0%; + } + .column.is-offset-0-fullhd { + margin-right: 0%; + } + .column.is-1-fullhd { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-fullhd { + margin-right: 8.33333337%; + } + .column.is-2-fullhd { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-fullhd { + margin-right: 16.66666674%; + } + .column.is-3-fullhd { + flex: none; + width: 25%; + } + .column.is-offset-3-fullhd { + margin-right: 25%; + } + .column.is-4-fullhd { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-fullhd { + margin-right: 33.33333337%; + } + .column.is-5-fullhd { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-fullhd { + margin-right: 41.66666674%; + } + .column.is-6-fullhd { + flex: none; + width: 50%; + } + .column.is-offset-6-fullhd { + margin-right: 50%; + } + .column.is-7-fullhd { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-fullhd { + margin-right: 58.33333337%; + } + .column.is-8-fullhd { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-fullhd { + margin-right: 66.66666674%; + } + .column.is-9-fullhd { + flex: none; + width: 75%; + } + .column.is-offset-9-fullhd { + margin-right: 75%; + } + .column.is-10-fullhd { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-fullhd { + margin-right: 83.33333337%; + } + .column.is-11-fullhd { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-fullhd { + margin-right: 91.66666674%; + } + .column.is-12-fullhd { + flex: none; + width: 100%; + } + .column.is-offset-12-fullhd { + margin-right: 100%; + } +} + +.columns { + margin-right: -0.75rem; + margin-left: -0.75rem; + margin-top: -0.75rem; +} +.columns:last-child { + margin-bottom: -0.75rem; +} +.columns:not(:last-child) { + margin-bottom: calc(1.5rem - 0.75rem); +} +.columns.is-centered { + justify-content: center; +} +.columns.is-gapless { + margin-right: 0; + margin-left: 0; + margin-top: 0; +} +.columns.is-gapless > .column { + margin: 0; + padding: 0 !important; +} +.columns.is-gapless:not(:last-child) { + margin-bottom: 1.5rem; +} +.columns.is-gapless:last-child { + margin-bottom: 0; +} +.columns.is-mobile { + display: flex; +} +.columns.is-multiline { + flex-wrap: wrap; +} +.columns.is-vcentered { + align-items: center; +} +@media screen and (min-width: 769px), print { + .columns:not(.is-desktop) { + display: flex; + } +} +@media screen and (min-width: 1024px) { + .columns.is-desktop { + display: flex; + } +} + +.columns.is-variable { + --columnGap: 0.75rem; + margin-right: calc(-1 * var(--columnGap)); + margin-left: calc(-1 * var(--columnGap)); +} +.columns.is-variable > .column { + padding-left: var(--columnGap); + padding-right: var(--columnGap); +} +.columns.is-variable.is-0 { + --columnGap: 0rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-0-mobile { + --columnGap: 0rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-0-tablet { + --columnGap: 0rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-0-tablet-only { + --columnGap: 0rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-0-touch { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-0-desktop { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-0-desktop-only { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-0-widescreen { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-0-widescreen-only { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-0-fullhd { + --columnGap: 0rem; + } +} +.columns.is-variable.is-1 { + --columnGap: 0.25rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-1-mobile { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-1-tablet { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-1-tablet-only { + --columnGap: 0.25rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-1-touch { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-1-desktop { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-1-desktop-only { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-1-widescreen { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-1-widescreen-only { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-1-fullhd { + --columnGap: 0.25rem; + } +} +.columns.is-variable.is-2 { + --columnGap: 0.5rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-2-mobile { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-2-tablet { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-2-tablet-only { + --columnGap: 0.5rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-2-touch { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-2-desktop { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-2-desktop-only { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-2-widescreen { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-2-widescreen-only { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-2-fullhd { + --columnGap: 0.5rem; + } +} +.columns.is-variable.is-3 { + --columnGap: 0.75rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-3-mobile { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-3-tablet { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-3-tablet-only { + --columnGap: 0.75rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-3-touch { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-3-desktop { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-3-desktop-only { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-3-widescreen { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-3-widescreen-only { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-3-fullhd { + --columnGap: 0.75rem; + } +} +.columns.is-variable.is-4 { + --columnGap: 1rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-4-mobile { + --columnGap: 1rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-4-tablet { + --columnGap: 1rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-4-tablet-only { + --columnGap: 1rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-4-touch { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-4-desktop { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-4-desktop-only { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-4-widescreen { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-4-widescreen-only { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-4-fullhd { + --columnGap: 1rem; + } +} +.columns.is-variable.is-5 { + --columnGap: 1.25rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-5-mobile { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-5-tablet { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-5-tablet-only { + --columnGap: 1.25rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-5-touch { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-5-desktop { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-5-desktop-only { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-5-widescreen { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-5-widescreen-only { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-5-fullhd { + --columnGap: 1.25rem; + } +} +.columns.is-variable.is-6 { + --columnGap: 1.5rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-6-mobile { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-6-tablet { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-6-tablet-only { + --columnGap: 1.5rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-6-touch { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-6-desktop { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-6-desktop-only { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-6-widescreen { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-6-widescreen-only { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-6-fullhd { + --columnGap: 1.5rem; + } +} +.columns.is-variable.is-7 { + --columnGap: 1.75rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-7-mobile { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-7-tablet { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-7-tablet-only { + --columnGap: 1.75rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-7-touch { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-7-desktop { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-7-desktop-only { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-7-widescreen { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-7-widescreen-only { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-7-fullhd { + --columnGap: 1.75rem; + } +} +.columns.is-variable.is-8 { + --columnGap: 2rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-8-mobile { + --columnGap: 2rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-8-tablet { + --columnGap: 2rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-8-tablet-only { + --columnGap: 2rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-8-touch { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-8-desktop { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-8-desktop-only { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-8-widescreen { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-8-widescreen-only { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-8-fullhd { + --columnGap: 2rem; + } +} + +.tile { + align-items: stretch; + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + min-height: -moz-min-content; + min-height: min-content; +} +.tile.is-ancestor { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; +} +.tile.is-ancestor:last-child { + margin-bottom: -0.75rem; +} +.tile.is-ancestor:not(:last-child) { + margin-bottom: 0.75rem; +} +.tile.is-child { + margin: 0 !important; +} +.tile.is-parent { + padding: 0.75rem; +} +.tile.is-vertical { + flex-direction: column; +} +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 1.5rem !important; +} +@media screen and (min-width: 769px), print { + .tile:not(.is-child) { + display: flex; + } + .tile.is-1 { + flex: none; + width: 8.33333337%; + } + .tile.is-2 { + flex: none; + width: 16.66666674%; + } + .tile.is-3 { + flex: none; + width: 25%; + } + .tile.is-4 { + flex: none; + width: 33.33333337%; + } + .tile.is-5 { + flex: none; + width: 41.66666674%; + } + .tile.is-6 { + flex: none; + width: 50%; + } + .tile.is-7 { + flex: none; + width: 58.33333337%; + } + .tile.is-8 { + flex: none; + width: 66.66666674%; + } + .tile.is-9 { + flex: none; + width: 75%; + } + .tile.is-10 { + flex: none; + width: 83.33333337%; + } + .tile.is-11 { + flex: none; + width: 91.66666674%; + } + .tile.is-12 { + flex: none; + width: 100%; + } +} + +/* Bulma Helpers */ +.has-text-white { + color: rgb(64, 64, 64) !important; +} + +a.has-text-white:hover, a.has-text-white:focus { + color: #272727 !important; +} + +.has-background-white { + background-color: rgb(64, 64, 64) !important; +} + +.has-text-black { + color: rgb(186, 186, 186) !important; +} + +a.has-text-black:hover, a.has-text-black:focus { + color: #a1a1a1 !important; +} + +.has-background-black { + background-color: rgb(186, 186, 186) !important; +} + +.has-text-light { + color: rgb(69, 69, 69) !important; +} + +a.has-text-light:hover, a.has-text-light:focus { + color: #2c2c2c !important; +} + +.has-background-light { + background-color: rgb(69, 69, 69) !important; +} + +.has-text-dark { + color: rgb(164, 164, 164) !important; +} + +a.has-text-dark:hover, a.has-text-dark:focus { + color: #8b8b8b !important; +} + +.has-background-dark { + background-color: rgb(164, 164, 164) !important; +} + +.has-text-primary { + color: rgb(191, 87, 102) !important; +} + +a.has-text-primary:hover, a.has-text-primary:focus { + color: #a43f4d !important; +} + +.has-background-primary { + background-color: rgb(191, 87, 102) !important; +} + +.has-text-primary-light { + color: rgb(229, 104, 122) !important; +} + +a.has-text-primary-light:hover, a.has-text-primary-light:focus { + color: #de3c54 !important; +} + +.has-background-primary-light { + background-color: rgb(229, 104, 122) !important; +} + +.has-text-primary-dark { + color: rgb(172, 78, 92) !important; +} + +a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { + color: #893e49 !important; +} + +.has-background-primary-dark { + background-color: rgb(172, 78, 92) !important; +} + +.has-text-link { + color: rgb(155, 144, 92) !important; +} + +a.has-text-link:hover, a.has-text-link:focus { + color: #7b7249 !important; +} + +.has-background-link { + background-color: rgb(155, 144, 92) !important; +} + +.has-text-link-light { + color: rgb(186, 173, 110) !important; +} + +a.has-text-link-light:hover, a.has-text-link-light:focus { + color: #a6974f !important; +} + +.has-background-link-light { + background-color: rgb(186, 173, 110) !important; +} + +.has-text-link-dark { + color: rgb(140, 130, 83) !important; +} + +a.has-text-link-dark:hover, a.has-text-link-dark:focus { + color: #6c6440 !important; +} + +.has-background-link-dark { + background-color: rgb(140, 130, 83) !important; +} + +.has-text-info { + color: hsl(207, 61%, 53%) !important; +} + +a.has-text-info:hover, a.has-text-info:focus { + color: #2b74b1 !important; +} + +.has-background-info { + background-color: hsl(207, 61%, 53%) !important; +} + +.has-text-info-light { + color: rgb(74, 170, 250) !important; +} + +a.has-text-info-light:hover, a.has-text-info-light:focus { + color: #1893f9 !important; +} + +.has-background-info-light { + background-color: rgb(74, 170, 250) !important; +} + +.has-text-info-dark { + color: rgb(56, 128, 187) !important; +} + +a.has-text-info-dark:hover, a.has-text-info-dark:focus { + color: #2c6594 !important; +} + +.has-background-info-dark { + background-color: rgb(56, 128, 187) !important; +} + +.has-text-success { + color: hsl(153, 53%, 53%) !important; +} + +a.has-text-success:hover, a.has-text-success:focus { + color: #34a873 !important; +} + +.has-background-success { + background-color: hsl(153, 53%, 53%) !important; +} + +.has-text-success-light { + color: rgb(86, 239, 170) !important; +} + +a.has-text-success-light:hover, a.has-text-success-light:focus { + color: #27eb93 !important; +} + +.has-background-success-light { + background-color: rgb(86, 239, 170) !important; +} + +.has-text-success-dark { + color: rgb(65, 179, 128) !important; +} + +a.has-text-success-dark:hover, a.has-text-success-dark:focus { + color: #338e65 !important; +} + +.has-background-success-dark { + background-color: rgb(65, 179, 128) !important; +} + +.has-text-warning { + color: hsl(44, 100%, 77%) !important; +} + +a.has-text-warning:hover, a.has-text-warning:focus { + color: #ffd257 !important; +} + +.has-background-warning { + background-color: hsl(44, 100%, 77%) !important; +} + +.has-text-warning-light { + color: rgb(255, 255, 166) !important; +} + +a.has-text-warning-light:hover, a.has-text-warning-light:focus { + color: #ffff73 !important; +} + +.has-background-warning-light { + background-color: rgb(255, 255, 166) !important; +} + +.has-text-warning-dark { + color: rgb(230, 202, 124) !important; +} + +a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { + color: #deb951 !important; +} + +.has-background-warning-dark { + background-color: rgb(230, 202, 124) !important; +} + +.has-text-danger { + color: hsl(348, 86%, 61%) !important; +} + +a.has-text-danger:hover, a.has-text-danger:focus { + color: #ee1742 !important; +} + +.has-background-danger { + background-color: hsl(348, 86%, 61%) !important; +} + +.has-text-danger-light { + color: rgb(255, 84, 125) !important; +} + +a.has-text-danger-light:hover, a.has-text-danger-light:focus { + color: #ff2156 !important; +} + +.has-background-danger-light { + background-color: rgb(255, 84, 125) !important; +} + +.has-text-danger-dark { + color: rgb(217, 63, 94) !important; +} + +a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { + color: #bf2645 !important; +} + +.has-background-danger-dark { + background-color: rgb(217, 63, 94) !important; +} + +.has-text-black-bis { + color: rgb(182, 182, 182) !important; +} + +.has-background-black-bis { + background-color: rgb(182, 182, 182) !important; +} + +.has-text-black-ter { + color: rgb(173, 173, 173) !important; +} + +.has-background-black-ter { + background-color: rgb(173, 173, 173) !important; +} + +.has-text-grey-darker { + color: rgb(164, 164, 164) !important; +} + +.has-background-grey-darker { + background-color: rgb(164, 164, 164) !important; +} + +.has-text-grey-dark { + color: rgb(154, 154, 154) !important; +} + +.has-background-grey-dark { + background-color: rgb(154, 154, 154) !important; +} + +.has-text-grey { + color: rgb(130, 130, 130) !important; +} + +.has-background-grey { + background-color: rgb(130, 130, 130) !important; +} + +.has-text-grey-light { + color: rgb(101, 101, 101) !important; +} + +.has-background-grey-light { + background-color: rgb(101, 101, 101) !important; +} + +.has-text-grey-lighter { + color: rgb(82, 82, 82) !important; +} + +.has-background-grey-lighter { + background-color: rgb(82, 82, 82) !important; +} + +.has-text-white-ter { + color: rgb(69, 69, 69) !important; +} + +.has-background-white-ter { + background-color: rgb(69, 69, 69) !important; +} + +.has-text-white-bis { + color: rgb(66, 66, 66) !important; +} + +.has-background-white-bis { + background-color: rgb(66, 66, 66) !important; +} + +.is-flex-direction-row { + flex-direction: row !important; +} + +.is-flex-direction-row-reverse { + flex-direction: row-reverse !important; +} + +.is-flex-direction-column { + flex-direction: column !important; +} + +.is-flex-direction-column-reverse { + flex-direction: column-reverse !important; +} + +.is-flex-wrap-nowrap { + flex-wrap: nowrap !important; +} + +.is-flex-wrap-wrap { + flex-wrap: wrap !important; +} + +.is-flex-wrap-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.is-justify-content-flex-start { + justify-content: flex-start !important; +} + +.is-justify-content-flex-end { + justify-content: flex-end !important; +} + +.is-justify-content-center { + justify-content: center !important; +} + +.is-justify-content-space-between { + justify-content: space-between !important; +} + +.is-justify-content-space-around { + justify-content: space-around !important; +} + +.is-justify-content-space-evenly { + justify-content: space-evenly !important; +} + +.is-justify-content-start { + justify-content: start !important; +} + +.is-justify-content-end { + justify-content: end !important; +} + +.is-justify-content-left { + justify-content: left !important; +} + +.is-justify-content-right { + justify-content: right !important; +} + +.is-align-content-flex-start { + align-content: flex-start !important; +} + +.is-align-content-flex-end { + align-content: flex-end !important; +} + +.is-align-content-center { + align-content: center !important; +} + +.is-align-content-space-between { + align-content: space-between !important; +} + +.is-align-content-space-around { + align-content: space-around !important; +} + +.is-align-content-space-evenly { + align-content: space-evenly !important; +} + +.is-align-content-stretch { + align-content: stretch !important; +} + +.is-align-content-start { + align-content: start !important; +} + +.is-align-content-end { + align-content: end !important; +} + +.is-align-content-baseline { + align-content: baseline !important; +} + +.is-align-items-stretch { + align-items: stretch !important; +} + +.is-align-items-flex-start { + align-items: flex-start !important; +} + +.is-align-items-flex-end { + align-items: flex-end !important; +} + +.is-align-items-center { + align-items: center !important; +} + +.is-align-items-baseline { + align-items: baseline !important; +} + +.is-align-items-start { + align-items: start !important; +} + +.is-align-items-end { + align-items: end !important; +} + +.is-align-items-self-start { + align-items: self-start !important; +} + +.is-align-items-self-end { + align-items: self-end !important; +} + +.is-align-self-auto { + align-self: auto !important; +} + +.is-align-self-flex-start { + align-self: flex-start !important; +} + +.is-align-self-flex-end { + align-self: flex-end !important; +} + +.is-align-self-center { + align-self: center !important; +} + +.is-align-self-baseline { + align-self: baseline !important; +} + +.is-align-self-stretch { + align-self: stretch !important; +} + +.is-flex-grow-0 { + flex-grow: 0 !important; +} + +.is-flex-grow-1 { + flex-grow: 1 !important; +} + +.is-flex-grow-2 { + flex-grow: 2 !important; +} + +.is-flex-grow-3 { + flex-grow: 3 !important; +} + +.is-flex-grow-4 { + flex-grow: 4 !important; +} + +.is-flex-grow-5 { + flex-grow: 5 !important; +} + +.is-flex-shrink-0 { + flex-shrink: 0 !important; +} + +.is-flex-shrink-1 { + flex-shrink: 1 !important; +} + +.is-flex-shrink-2 { + flex-shrink: 2 !important; +} + +.is-flex-shrink-3 { + flex-shrink: 3 !important; +} + +.is-flex-shrink-4 { + flex-shrink: 4 !important; +} + +.is-flex-shrink-5 { + flex-shrink: 5 !important; +} + +.is-clearfix::after { + clear: both; + content: " "; + display: table; +} + +.is-pulled-left { + float: left !important; +} + +.is-pulled-right { + float: right !important; +} + +/* Bulma Dark theme */ +.is-radiusless { + border-radius: 0 !important; +} + +.is-shadowless { + box-shadow: none !important; +} + +.is-clickable { + cursor: pointer !important; + pointer-events: all !important; +} + +.is-clipped { + overflow: hidden !important; +} + +/* Bulma Dark theme */ +.is-relative { + position: relative !important; +} + +.is-marginless { + margin: 0 !important; +} + +.is-paddingless { + padding: 0 !important; +} + +.m-0 { + margin: 0 !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mr-0 { + margin-right: 0 !important; +} + +.mb-0 { + margin-bottom: 0 !important; +} + +.ml-0 { + margin-left: 0 !important; +} + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mr-1 { + margin-right: 0.25rem !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1 { + margin-left: 0.25rem !important; +} + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mr-2 { + margin-right: 0.5rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2 { + margin-left: 0.5rem !important; +} + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.m-3 { + margin: 0.75rem !important; +} + +.mt-3 { + margin-top: 0.75rem !important; +} + +.mr-3 { + margin-right: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.75rem !important; +} + +.ml-3 { + margin-left: 0.75rem !important; +} + +.mx-3 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; +} + +.my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} + +.m-4 { + margin: 1rem !important; +} + +.mt-4 { + margin-top: 1rem !important; +} + +.mr-4 { + margin-right: 1rem !important; +} + +.mb-4 { + margin-bottom: 1rem !important; +} + +.ml-4 { + margin-left: 1rem !important; +} + +.mx-4 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} + +.my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.m-5 { + margin: 1.5rem !important; +} + +.mt-5 { + margin-top: 1.5rem !important; +} + +.mr-5 { + margin-right: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 1.5rem !important; +} + +.ml-5 { + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} + +.my-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.m-6 { + margin: 3rem !important; +} + +.mt-6 { + margin-top: 3rem !important; +} + +.mr-6 { + margin-right: 3rem !important; +} + +.mb-6 { + margin-bottom: 3rem !important; +} + +.ml-6 { + margin-left: 3rem !important; +} + +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} + +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.mr-auto { + margin-right: auto !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ml-auto { + margin-left: auto !important; +} + +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pr-0 { + padding-right: 0 !important; +} + +.pb-0 { + padding-bottom: 0 !important; +} + +.pl-0 { + padding-left: 0 !important; +} + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pr-1 { + padding-right: 0.25rem !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1 { + padding-left: 0.25rem !important; +} + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pr-2 { + padding-right: 0.5rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2 { + padding-left: 0.5rem !important; +} + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.p-3 { + padding: 0.75rem !important; +} + +.pt-3 { + padding-top: 0.75rem !important; +} + +.pr-3 { + padding-right: 0.75rem !important; +} + +.pb-3 { + padding-bottom: 0.75rem !important; +} + +.pl-3 { + padding-left: 0.75rem !important; +} + +.px-3 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; +} + +.py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} + +.p-4 { + padding: 1rem !important; +} + +.pt-4 { + padding-top: 1rem !important; +} + +.pr-4 { + padding-right: 1rem !important; +} + +.pb-4 { + padding-bottom: 1rem !important; +} + +.pl-4 { + padding-left: 1rem !important; +} + +.px-4 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} + +.py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.p-5 { + padding: 1.5rem !important; +} + +.pt-5 { + padding-top: 1.5rem !important; +} + +.pr-5 { + padding-right: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 1.5rem !important; +} + +.pl-5 { + padding-left: 1.5rem !important; +} + +.px-5 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} + +.py-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.p-6 { + padding: 3rem !important; +} + +.pt-6 { + padding-top: 3rem !important; +} + +.pr-6 { + padding-right: 3rem !important; +} + +.pb-6 { + padding-bottom: 3rem !important; +} + +.pl-6 { + padding-left: 3rem !important; +} + +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} + +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.p-auto { + padding: auto !important; +} + +.pt-auto { + padding-top: auto !important; +} + +.pr-auto { + padding-right: auto !important; +} + +.pb-auto { + padding-bottom: auto !important; +} + +.pl-auto { + padding-left: auto !important; +} + +.px-auto { + padding-left: auto !important; + padding-right: auto !important; +} + +.py-auto { + padding-top: auto !important; + padding-bottom: auto !important; +} + +.is-size-1 { + font-size: 3rem !important; +} + +.is-size-2 { + font-size: 2.5rem !important; +} + +.is-size-3 { + font-size: 2rem !important; +} + +.is-size-4 { + font-size: 1.5rem !important; +} + +.is-size-5 { + font-size: 1.25rem !important; +} + +.is-size-6 { + font-size: 1rem !important; +} + +.is-size-7 { + font-size: 0.75rem !important; +} + +@media screen and (max-width: 768px) { + .is-size-1-mobile { + font-size: 3rem !important; + } + .is-size-2-mobile { + font-size: 2.5rem !important; + } + .is-size-3-mobile { + font-size: 2rem !important; + } + .is-size-4-mobile { + font-size: 1.5rem !important; + } + .is-size-5-mobile { + font-size: 1.25rem !important; + } + .is-size-6-mobile { + font-size: 1rem !important; + } + .is-size-7-mobile { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 769px), print { + .is-size-1-tablet { + font-size: 3rem !important; + } + .is-size-2-tablet { + font-size: 2.5rem !important; + } + .is-size-3-tablet { + font-size: 2rem !important; + } + .is-size-4-tablet { + font-size: 1.5rem !important; + } + .is-size-5-tablet { + font-size: 1.25rem !important; + } + .is-size-6-tablet { + font-size: 1rem !important; + } + .is-size-7-tablet { + font-size: 0.75rem !important; + } +} +@media screen and (max-width: 1023px) { + .is-size-1-touch { + font-size: 3rem !important; + } + .is-size-2-touch { + font-size: 2.5rem !important; + } + .is-size-3-touch { + font-size: 2rem !important; + } + .is-size-4-touch { + font-size: 1.5rem !important; + } + .is-size-5-touch { + font-size: 1.25rem !important; + } + .is-size-6-touch { + font-size: 1rem !important; + } + .is-size-7-touch { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 1024px) { + .is-size-1-desktop { + font-size: 3rem !important; + } + .is-size-2-desktop { + font-size: 2.5rem !important; + } + .is-size-3-desktop { + font-size: 2rem !important; + } + .is-size-4-desktop { + font-size: 1.5rem !important; + } + .is-size-5-desktop { + font-size: 1.25rem !important; + } + .is-size-6-desktop { + font-size: 1rem !important; + } + .is-size-7-desktop { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 1216px) { + .is-size-1-widescreen { + font-size: 3rem !important; + } + .is-size-2-widescreen { + font-size: 2.5rem !important; + } + .is-size-3-widescreen { + font-size: 2rem !important; + } + .is-size-4-widescreen { + font-size: 1.5rem !important; + } + .is-size-5-widescreen { + font-size: 1.25rem !important; + } + .is-size-6-widescreen { + font-size: 1rem !important; + } + .is-size-7-widescreen { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 1408px) { + .is-size-1-fullhd { + font-size: 3rem !important; + } + .is-size-2-fullhd { + font-size: 2.5rem !important; + } + .is-size-3-fullhd { + font-size: 2rem !important; + } + .is-size-4-fullhd { + font-size: 1.5rem !important; + } + .is-size-5-fullhd { + font-size: 1.25rem !important; + } + .is-size-6-fullhd { + font-size: 1rem !important; + } + .is-size-7-fullhd { + font-size: 0.75rem !important; + } +} +.has-text-centered { + text-align: center !important; +} + +.has-text-justified { + text-align: justify !important; +} + +.has-text-left { + text-align: left !important; +} + +.has-text-right { + text-align: right !important; +} + +@media screen and (max-width: 768px) { + .has-text-centered-mobile { + text-align: center !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-centered-tablet { + text-align: center !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-centered-tablet-only { + text-align: center !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-centered-touch { + text-align: center !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-centered-desktop { + text-align: center !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-centered-desktop-only { + text-align: center !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-centered-widescreen { + text-align: center !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-centered-widescreen-only { + text-align: center !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-centered-fullhd { + text-align: center !important; + } +} +@media screen and (max-width: 768px) { + .has-text-justified-mobile { + text-align: justify !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-justified-tablet { + text-align: justify !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-justified-tablet-only { + text-align: justify !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-justified-touch { + text-align: justify !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-justified-desktop { + text-align: justify !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-justified-desktop-only { + text-align: justify !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-justified-widescreen { + text-align: justify !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-justified-widescreen-only { + text-align: justify !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-justified-fullhd { + text-align: justify !important; + } +} +@media screen and (max-width: 768px) { + .has-text-left-mobile { + text-align: left !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-left-tablet { + text-align: left !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-left-tablet-only { + text-align: left !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-left-touch { + text-align: left !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-left-desktop { + text-align: left !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-left-desktop-only { + text-align: left !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-left-widescreen { + text-align: left !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-left-widescreen-only { + text-align: left !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-left-fullhd { + text-align: left !important; + } +} +@media screen and (max-width: 768px) { + .has-text-right-mobile { + text-align: right !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-right-tablet { + text-align: right !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-right-tablet-only { + text-align: right !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-right-touch { + text-align: right !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-right-desktop { + text-align: right !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-right-desktop-only { + text-align: right !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-right-widescreen { + text-align: right !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-right-widescreen-only { + text-align: right !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-right-fullhd { + text-align: right !important; + } +} +.is-capitalized { + text-transform: capitalize !important; +} + +.is-lowercase { + text-transform: lowercase !important; +} + +.is-uppercase { + text-transform: uppercase !important; +} + +.is-italic { + font-style: italic !important; +} + +.is-underlined { + text-decoration: underline !important; +} + +.has-text-weight-light { + font-weight: 300 !important; +} + +.has-text-weight-normal { + font-weight: 400 !important; +} + +.has-text-weight-medium { + font-weight: 500 !important; +} + +.has-text-weight-semibold { + font-weight: 600 !important; +} + +.has-text-weight-bold { + font-weight: 700 !important; +} + +.is-family-primary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-secondary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-sans-serif { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-monospace { + font-family: monospace !important; +} + +.is-family-code { + font-family: monospace !important; +} + +.is-block { + display: block !important; +} + +@media screen and (max-width: 768px) { + .is-block-mobile { + display: block !important; + } +} +@media screen and (min-width: 769px), print { + .is-block-tablet { + display: block !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-block-tablet-only { + display: block !important; + } +} +@media screen and (max-width: 1023px) { + .is-block-touch { + display: block !important; + } +} +@media screen and (min-width: 1024px) { + .is-block-desktop { + display: block !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-block-desktop-only { + display: block !important; + } +} +@media screen and (min-width: 1216px) { + .is-block-widescreen { + display: block !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-block-widescreen-only { + display: block !important; + } +} +@media screen and (min-width: 1408px) { + .is-block-fullhd { + display: block !important; + } +} +.is-flex { + display: flex !important; +} + +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: flex !important; + } +} +@media screen and (min-width: 769px), print { + .is-flex-tablet { + display: flex !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-flex-tablet-only { + display: flex !important; + } +} +@media screen and (max-width: 1023px) { + .is-flex-touch { + display: flex !important; + } +} +@media screen and (min-width: 1024px) { + .is-flex-desktop { + display: flex !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-flex-desktop-only { + display: flex !important; + } +} +@media screen and (min-width: 1216px) { + .is-flex-widescreen { + display: flex !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-flex-widescreen-only { + display: flex !important; + } +} +@media screen and (min-width: 1408px) { + .is-flex-fullhd { + display: flex !important; + } +} +.is-inline { + display: inline !important; +} + +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } +} +@media screen and (min-width: 769px), print { + .is-inline-tablet { + display: inline !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-tablet-only { + display: inline !important; + } +} +@media screen and (max-width: 1023px) { + .is-inline-touch { + display: inline !important; + } +} +@media screen and (min-width: 1024px) { + .is-inline-desktop { + display: inline !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-desktop-only { + display: inline !important; + } +} +@media screen and (min-width: 1216px) { + .is-inline-widescreen { + display: inline !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-widescreen-only { + display: inline !important; + } +} +@media screen and (min-width: 1408px) { + .is-inline-fullhd { + display: inline !important; + } +} +.is-inline-block { + display: inline-block !important; +} + +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } +} +@media screen and (min-width: 769px), print { + .is-inline-block-tablet { + display: inline-block !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } +} +@media screen and (max-width: 1023px) { + .is-inline-block-touch { + display: inline-block !important; + } +} +@media screen and (min-width: 1024px) { + .is-inline-block-desktop { + display: inline-block !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } +} +@media screen and (min-width: 1216px) { + .is-inline-block-widescreen { + display: inline-block !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-block-widescreen-only { + display: inline-block !important; + } +} +@media screen and (min-width: 1408px) { + .is-inline-block-fullhd { + display: inline-block !important; + } +} +.is-inline-flex { + display: inline-flex !important; +} + +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: inline-flex !important; + } +} +@media screen and (min-width: 769px), print { + .is-inline-flex-tablet { + display: inline-flex !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-flex-tablet-only { + display: inline-flex !important; + } +} +@media screen and (max-width: 1023px) { + .is-inline-flex-touch { + display: inline-flex !important; + } +} +@media screen and (min-width: 1024px) { + .is-inline-flex-desktop { + display: inline-flex !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; + } +} +@media screen and (min-width: 1216px) { + .is-inline-flex-widescreen { + display: inline-flex !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-flex-widescreen-only { + display: inline-flex !important; + } +} +@media screen and (min-width: 1408px) { + .is-inline-flex-fullhd { + display: inline-flex !important; + } +} +.is-hidden { + display: none !important; +} + +.is-sr-only { + border: none !important; + clip: rect(0, 0, 0, 0) !important; + height: 0.01em !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + white-space: nowrap !important; + width: 0.01em !important; +} + +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } +} +@media screen and (min-width: 769px), print { + .is-hidden-tablet { + display: none !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-hidden-tablet-only { + display: none !important; + } +} +@media screen and (max-width: 1023px) { + .is-hidden-touch { + display: none !important; + } +} +@media screen and (min-width: 1024px) { + .is-hidden-desktop { + display: none !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-hidden-desktop-only { + display: none !important; + } +} +@media screen and (min-width: 1216px) { + .is-hidden-widescreen { + display: none !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-hidden-widescreen-only { + display: none !important; + } +} +@media screen and (min-width: 1408px) { + .is-hidden-fullhd { + display: none !important; + } +} +.is-invisible { + visibility: hidden !important; +} + +@media screen and (max-width: 768px) { + .is-invisible-mobile { + visibility: hidden !important; + } +} +@media screen and (min-width: 769px), print { + .is-invisible-tablet { + visibility: hidden !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-invisible-tablet-only { + visibility: hidden !important; + } +} +@media screen and (max-width: 1023px) { + .is-invisible-touch { + visibility: hidden !important; + } +} +@media screen and (min-width: 1024px) { + .is-invisible-desktop { + visibility: hidden !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-invisible-desktop-only { + visibility: hidden !important; + } +} +@media screen and (min-width: 1216px) { + .is-invisible-widescreen { + visibility: hidden !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-invisible-widescreen-only { + visibility: hidden !important; + } +} +@media screen and (min-width: 1408px) { + .is-invisible-fullhd { + visibility: hidden !important; + } +} +/* Bulma Layout */ +/* Bulma Dark theme */ +.hero { + align-items: stretch; + display: flex; + flex-direction: column; + justify-content: space-between; +} +.hero .navbar { + background: none; +} +.hero .tabs ul { + border-bottom: none; +} +.hero.is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-white strong { + color: inherit; +} +.hero.is-white .title { + color: rgb(186, 186, 186); +} +.hero.is-white .subtitle { + color: rgba(186, 186, 186, 0.9); +} +.hero.is-white .subtitle a:not(.button), +.hero.is-white .subtitle strong { + color: rgb(186, 186, 186); +} +@media screen and (max-width: 1023px) { + .hero.is-white .navbar-menu { + background-color: rgb(64, 64, 64); + } +} +.hero.is-white .navbar-item, +.hero.is-white .navbar-link { + color: rgba(186, 186, 186, 0.7); +} +.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, +.hero.is-white .navbar-link:hover, +.hero.is-white .navbar-link.is-active { + background-color: #333333; + color: rgb(186, 186, 186); +} +.hero.is-white .tabs a { + color: rgb(186, 186, 186); + opacity: 0.9; +} +.hero.is-white .tabs a:hover { + opacity: 1; +} +.hero.is-white .tabs li.is-active a { + color: rgb(64, 64, 64) !important; + opacity: 1; +} +.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { + color: rgb(186, 186, 186); +} +.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.hero.is-white.is-bold { + background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); +} +@media screen and (max-width: 768px) { + .hero.is-white.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); + } +} +.hero.is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-black strong { + color: inherit; +} +.hero.is-black .title { + color: rgb(64, 64, 64); +} +.hero.is-black .subtitle { + color: rgba(64, 64, 64, 0.9); +} +.hero.is-black .subtitle a:not(.button), +.hero.is-black .subtitle strong { + color: rgb(64, 64, 64); +} +@media screen and (max-width: 1023px) { + .hero.is-black .navbar-menu { + background-color: rgb(186, 186, 186); + } +} +.hero.is-black .navbar-item, +.hero.is-black .navbar-link { + color: rgba(64, 64, 64, 0.7); +} +.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, +.hero.is-black .navbar-link:hover, +.hero.is-black .navbar-link.is-active { + background-color: #adadad; + color: rgb(64, 64, 64); +} +.hero.is-black .tabs a { + color: rgb(64, 64, 64); + opacity: 0.9; +} +.hero.is-black .tabs a:hover { + opacity: 1; +} +.hero.is-black .tabs li.is-active a { + color: rgb(186, 186, 186) !important; + opacity: 1; +} +.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { + color: rgb(64, 64, 64); +} +.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.hero.is-black.is-bold { + background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); +} +@media screen and (max-width: 768px) { + .hero.is-black.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); + } +} +.hero.is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-light strong { + color: inherit; +} +.hero.is-light .title { + color: rgb(157, 157, 157); +} +.hero.is-light .subtitle { + color: rgba(157, 157, 157, 0.9); +} +.hero.is-light .subtitle a:not(.button), +.hero.is-light .subtitle strong { + color: rgb(157, 157, 157); +} +@media screen and (max-width: 1023px) { + .hero.is-light .navbar-menu { + background-color: rgb(69, 69, 69); + } +} +.hero.is-light .navbar-item, +.hero.is-light .navbar-link { + color: rgba(157, 157, 157, 0.7); +} +.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, +.hero.is-light .navbar-link:hover, +.hero.is-light .navbar-link.is-active { + background-color: #383838; + color: rgb(157, 157, 157); +} +.hero.is-light .tabs a { + color: rgb(157, 157, 157); + opacity: 0.9; +} +.hero.is-light .tabs a:hover { + opacity: 1; +} +.hero.is-light .tabs li.is-active a { + color: rgb(69, 69, 69) !important; + opacity: 1; +} +.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { + color: rgb(157, 157, 157); +} +.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { + background-color: rgb(157, 157, 157); + border-color: rgb(157, 157, 157); + color: rgb(69, 69, 69); +} +.hero.is-light.is-bold { + background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); +} +@media screen and (max-width: 768px) { + .hero.is-light.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); + } +} +.hero.is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-dark strong { + color: inherit; +} +.hero.is-dark .title { + color: rgb(109, 109, 109); +} +.hero.is-dark .subtitle { + color: rgba(109, 109, 109, 0.9); +} +.hero.is-dark .subtitle a:not(.button), +.hero.is-dark .subtitle strong { + color: rgb(109, 109, 109); +} +@media screen and (max-width: 1023px) { + .hero.is-dark .navbar-menu { + background-color: rgb(164, 164, 164); + } +} +.hero.is-dark .navbar-item, +.hero.is-dark .navbar-link { + color: rgba(109, 109, 109, 0.7); +} +.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, +.hero.is-dark .navbar-link:hover, +.hero.is-dark .navbar-link.is-active { + background-color: #979797; + color: rgb(109, 109, 109); +} +.hero.is-dark .tabs a { + color: rgb(109, 109, 109); + opacity: 0.9; +} +.hero.is-dark .tabs a:hover { + opacity: 1; +} +.hero.is-dark .tabs li.is-active a { + color: rgb(164, 164, 164) !important; + opacity: 1; +} +.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { + color: rgb(109, 109, 109); +} +.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { + background-color: rgb(109, 109, 109); + border-color: rgb(109, 109, 109); + color: rgb(164, 164, 164); +} +.hero.is-dark.is-bold { + background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); +} +@media screen and (max-width: 768px) { + .hero.is-dark.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); + } +} +.hero.is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-primary strong { + color: inherit; +} +.hero.is-primary .title { + color: rgb(96, 148, 140); +} +.hero.is-primary .subtitle { + color: rgba(96, 148, 140, 0.9); +} +.hero.is-primary .subtitle a:not(.button), +.hero.is-primary .subtitle strong { + color: rgb(96, 148, 140); +} +@media screen and (max-width: 1023px) { + .hero.is-primary .navbar-menu { + background-color: rgb(191, 87, 102); + } +} +.hero.is-primary .navbar-item, +.hero.is-primary .navbar-link { + color: rgba(96, 148, 140, 0.7); +} +.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, +.hero.is-primary .navbar-link:hover, +.hero.is-primary .navbar-link.is-active { + background-color: #b74656; + color: rgb(96, 148, 140); +} +.hero.is-primary .tabs a { + color: rgb(96, 148, 140); + opacity: 0.9; +} +.hero.is-primary .tabs a:hover { + opacity: 1; +} +.hero.is-primary .tabs li.is-active a { + color: rgb(191, 87, 102) !important; + opacity: 1; +} +.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { + color: rgb(96, 148, 140); +} +.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { + background-color: rgb(96, 148, 140); + border-color: rgb(96, 148, 140); + color: rgb(191, 87, 102); +} +.hero.is-primary.is-bold { + background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); +} +@media screen and (max-width: 768px) { + .hero.is-primary.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); + } +} +.hero.is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-link strong { + color: inherit; +} +.hero.is-link .title { + color: rgb(114, 119, 145); +} +.hero.is-link .subtitle { + color: rgba(114, 119, 145, 0.9); +} +.hero.is-link .subtitle a:not(.button), +.hero.is-link .subtitle strong { + color: rgb(114, 119, 145); +} +@media screen and (max-width: 1023px) { + .hero.is-link .navbar-menu { + background-color: rgb(155, 144, 92); + } +} +.hero.is-link .navbar-item, +.hero.is-link .navbar-link { + color: rgba(114, 119, 145, 0.7); +} +.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, +.hero.is-link .navbar-link:hover, +.hero.is-link .navbar-link.is-active { + background-color: #8b8153; + color: rgb(114, 119, 145); +} +.hero.is-link .tabs a { + color: rgb(114, 119, 145); + opacity: 0.9; +} +.hero.is-link .tabs a:hover { + opacity: 1; +} +.hero.is-link .tabs li.is-active a { + color: rgb(155, 144, 92) !important; + opacity: 1; +} +.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { + color: rgb(114, 119, 145); +} +.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { + background-color: rgb(114, 119, 145); + border-color: rgb(114, 119, 145); + color: rgb(155, 144, 92); +} +.hero.is-link.is-bold { + background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); +} +@media screen and (max-width: 768px) { + .hero.is-link.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); + } +} +.hero.is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-info strong { + color: inherit; +} +.hero.is-info .title { + color: rgb(160, 120, 87); +} +.hero.is-info .subtitle { + color: rgba(160, 120, 87, 0.9); +} +.hero.is-info .subtitle a:not(.button), +.hero.is-info .subtitle strong { + color: rgb(160, 120, 87); +} +@media screen and (max-width: 1023px) { + .hero.is-info .navbar-menu { + background-color: hsl(207, 61%, 53%); + } +} +.hero.is-info .navbar-item, +.hero.is-info .navbar-link { + color: rgba(160, 120, 87, 0.7); +} +.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, +.hero.is-info .navbar-link:hover, +.hero.is-info .navbar-link.is-active { + background-color: #3082c5; + color: rgb(160, 120, 87); +} +.hero.is-info .tabs a { + color: rgb(160, 120, 87); + opacity: 0.9; +} +.hero.is-info .tabs a:hover { + opacity: 1; +} +.hero.is-info .tabs li.is-active a { + color: hsl(207, 61%, 53%) !important; + opacity: 1; +} +.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { + color: rgb(160, 120, 87); +} +.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { + background-color: rgb(160, 120, 87); + border-color: rgb(160, 120, 87); + color: hsl(207, 61%, 53%); +} +.hero.is-info.is-bold { + background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); +} +@media screen and (max-width: 768px) { + .hero.is-info.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); + } +} +.hero.is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-success strong { + color: inherit; +} +.hero.is-success .title { + color: rgb(155, 92, 120); +} +.hero.is-success .subtitle { + color: rgba(155, 92, 120, 0.9); +} +.hero.is-success .subtitle a:not(.button), +.hero.is-success .subtitle strong { + color: rgb(155, 92, 120); +} +@media screen and (max-width: 1023px) { + .hero.is-success .navbar-menu { + background-color: hsl(153, 53%, 53%); + } +} +.hero.is-success .navbar-item, +.hero.is-success .navbar-link { + color: rgba(155, 92, 120, 0.7); +} +.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, +.hero.is-success .navbar-link:hover, +.hero.is-success .navbar-link.is-active { + background-color: #3abb81; + color: rgb(155, 92, 120); +} +.hero.is-success .tabs a { + color: rgb(155, 92, 120); + opacity: 0.9; +} +.hero.is-success .tabs a:hover { + opacity: 1; +} +.hero.is-success .tabs li.is-active a { + color: hsl(153, 53%, 53%) !important; + opacity: 1; +} +.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { + color: rgb(155, 92, 120); +} +.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { + background-color: rgb(155, 92, 120); + border-color: rgb(155, 92, 120); + color: hsl(153, 53%, 53%); +} +.hero.is-success.is-bold { + background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); +} +@media screen and (max-width: 768px) { + .hero.is-success.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); + } +} +.hero.is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-warning strong { + color: inherit; +} +.hero.is-warning .title { + color: rgb(64, 79, 122); +} +.hero.is-warning .subtitle { + color: rgba(64, 79, 122, 0.9); +} +.hero.is-warning .subtitle a:not(.button), +.hero.is-warning .subtitle strong { + color: rgb(64, 79, 122); +} +@media screen and (max-width: 1023px) { + .hero.is-warning .navbar-menu { + background-color: hsl(44, 100%, 77%); + } +} +.hero.is-warning .navbar-item, +.hero.is-warning .navbar-link { + color: rgba(64, 79, 122, 0.7); +} +.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, +.hero.is-warning .navbar-link:hover, +.hero.is-warning .navbar-link.is-active { + background-color: #ffd970; + color: rgb(64, 79, 122); +} +.hero.is-warning .tabs a { + color: rgb(64, 79, 122); + opacity: 0.9; +} +.hero.is-warning .tabs a:hover { + opacity: 1; +} +.hero.is-warning .tabs li.is-active a { + color: hsl(44, 100%, 77%) !important; + opacity: 1; +} +.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { + color: rgb(64, 79, 122); +} +.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { + background-color: rgb(64, 79, 122); + border-color: rgb(64, 79, 122); + color: hsl(44, 100%, 77%); +} +.hero.is-warning.is-bold { + background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); +} +@media screen and (max-width: 768px) { + .hero.is-warning.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); + } +} +.hero.is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-danger strong { + color: inherit; +} +.hero.is-danger .title { + color: rgb(71, 156, 139); +} +.hero.is-danger .subtitle { + color: rgba(71, 156, 139, 0.9); +} +.hero.is-danger .subtitle a:not(.button), +.hero.is-danger .subtitle strong { + color: rgb(71, 156, 139); +} +@media screen and (max-width: 1023px) { + .hero.is-danger .navbar-menu { + background-color: hsl(348, 86%, 61%); + } +} +.hero.is-danger .navbar-item, +.hero.is-danger .navbar-link { + color: rgba(71, 156, 139, 0.7); +} +.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, +.hero.is-danger .navbar-link:hover, +.hero.is-danger .navbar-link.is-active { + background-color: #ef2e55; + color: rgb(71, 156, 139); +} +.hero.is-danger .tabs a { + color: rgb(71, 156, 139); + opacity: 0.9; +} +.hero.is-danger .tabs a:hover { + opacity: 1; +} +.hero.is-danger .tabs li.is-active a { + color: hsl(348, 86%, 61%) !important; + opacity: 1; +} +.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { + color: rgb(71, 156, 139); +} +.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { + background-color: rgb(71, 156, 139); + border-color: rgb(71, 156, 139); + color: hsl(348, 86%, 61%); +} +.hero.is-danger.is-bold { + background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); +} +@media screen and (max-width: 768px) { + .hero.is-danger.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); + } +} +.hero.is-small .hero-body { + padding: 1.5rem; +} +@media screen and (min-width: 769px), print { + .hero.is-medium .hero-body { + padding: 9rem 4.5rem; + } +} +@media screen and (min-width: 769px), print { + .hero.is-large .hero-body { + padding: 18rem 6rem; + } +} +.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { + align-items: center; + display: flex; +} +.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container { + flex-grow: 1; + flex-shrink: 1; +} +.hero.is-halfheight { + min-height: 50vh; +} +.hero.is-fullheight { + min-height: 100vh; +} + +.hero-video { + overflow: hidden; +} +.hero-video video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); +} +.hero-video.is-transparent { + opacity: 0.3; +} +@media screen and (max-width: 768px) { + .hero-video { + display: none; + } +} + +.hero-buttons { + margin-top: 1.5rem; +} +@media screen and (max-width: 768px) { + .hero-buttons .button { + display: flex; + } + .hero-buttons .button:not(:last-child) { + margin-bottom: 0.75rem; + } +} +@media screen and (min-width: 769px), print { + .hero-buttons { + display: flex; + justify-content: center; + } + .hero-buttons .button:not(:last-child) { + margin-left: 1.5rem; + } +} + +.hero-head, +.hero-foot { + flex-grow: 0; + flex-shrink: 0; +} + +.hero-body { + flex-grow: 1; + flex-shrink: 0; + padding: 3rem 1.5rem; +} +@media screen and (min-width: 769px), print { + .hero-body { + padding: 3rem 3rem; + } +} + +.section { + padding: 3rem 1.5rem; +} +@media screen and (min-width: 1024px) { + .section { + padding: 3rem 3rem; + } + .section.is-medium { + padding: 9rem 4.5rem; + } + .section.is-large { + padding: 18rem 6rem; + } +} + +.footer { + background-color: rgb(66, 66, 66); + padding: 3rem 1.5rem 6rem; +} + +/*# sourceMappingURL=bulma-dark-rtl.css.map */ \ No newline at end of file diff --git a/css/theme/bulma-dark-rtl.css.map b/css/theme/bulma-dark-rtl.css.map new file mode 100644 index 000000000..6535ff539 --- /dev/null +++ b/css/theme/bulma-dark-rtl.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["bulma-dark-rtl.css","../../sass/theme/bulma-dark-rtl.sass","../../sass/theme/bulma-dark.sass","../../sass/utilities/extends.sass","../../sass/utilities/controls.sass","../../sass/utilities/initial-variables.sass","../../sass/utilities/mixins.sass","../../sass/base/_index.sass","../../sass/base/minireset.sass","../../sass/base/generic.sass","../../sass/base/animations.sass","../../sass/elements/_index.sass","../../sass/elements/box.sass","../../sass/utilities/derived-variables.sass","../../sass/elements/button.sass","../../sass/elements/container.sass","../../sass/elements/content.sass","../../sass/elements/icon.sass","../../sass/elements/image.sass","../../sass/elements/notification.sass","../../sass/elements/progress.sass","../../sass/elements/table.sass","../../sass/elements/tag.sass","../../sass/elements/title.sass","../../sass/elements/other.sass","../../sass/form/_index.sass","../../sass/form/shared.sass","../../sass/form/input-textarea.sass","../../sass/form/checkbox-radio.sass","../../sass/form/select.sass","../../sass/form/file.sass","../../sass/form/tools.sass","../../sass/components/_index.sass","../../sass/components/breadcrumb.sass","../../sass/components/card.sass","../../sass/components/dropdown.sass","../../sass/components/level.sass","../../sass/components/media.sass","../../sass/components/menu.sass","../../sass/components/message.sass","../../sass/components/modal.sass","../../sass/components/navbar.sass","../../sass/components/pagination.sass","../../sass/components/panel.sass","../../sass/components/tabs.sass","../../sass/grid/_index.sass","../../sass/grid/columns.sass","../../sass/grid/tiles.sass","../../sass/helpers/_index.sass","../../sass/helpers/color.sass","../../sass/helpers/flexbox.sass","../../sass/helpers/float.sass","../../sass/helpers/other.sass","../../sass/helpers/overflow.sass","../../sass/helpers/position.sass","../../sass/helpers/spacing.sass","../../sass/helpers/typography.sass","../../sass/helpers/visibility.sass","../../sass/layout/_index.sass","../../sass/layout/hero.sass","../../sass/layout/section.sass","../../sass/layout/footer.sass"],"names":[],"mappings":"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;EOyBL,kBArEU;EAsEV,mBAvEY;EAwEZ,4BAzEa;ATuVf;;AS5QA;EACE,iCPlDgB;EOmDhB,YAAA;EACA,cAAA;EACA,WAxEU;EAyEV,gBAxEU;ATuVZ;;AS7QA;EACE,YAAA;EACA,eAAA;ATgRF;;AS9QA;;EAEE,wBAAA;ATiRF;;AS/QA;EACE,kBAvFgB;ATyWlB;;AShRA;EACE,mBAAA;EACA,oBAAA;ATmRF;;ASjRA;EACE,yBPxDY;EOyDZ,gBJzEY;AL6Vd;;AShRA;EACE,YAAA;ATmRF;;ASjRA;EHvDE,iCAAA;EGyDA,iCPlFgB;EOmFhB,yBPtEK;EOuEL,kBAjGc;EAkGd,gBAAA;EACA,uBAlGY;EAmGZ,gBAAA;EACA,iBAAA;AToRF;ASnRE;EACE,6BAAA;EACA,mBAAA;EACA,cAvGiB;EAwGjB,UAAA;ATqRJ;;ASlRE;;EAEE,mBAAA;ATqRJ;ASpRI;;EACE,mBAAA;ATuRN;AStRE;EACE,yBPtFU;AF8Wd;;AU1aA;EACE;IACE,uBAAA;EV6aF;EU5aA;IACE,yBAAA;EV8aF;AACF;AWnbA,mBAAA;ATCA,qBAAA;AUYA;EAEE,iCV2BY;EU1BZ,kBPuDa;EOtDb,gGCsFO;EDrFP,yBVuCK;EUtCL,cAAA;EACA,gBAZY;AZqbd;;AYtaE;EAEE,sFAfoB;AZubxB;AYvaE;EACE,iFAhBqB;AZybzB;;AEncA,qBAAA;AY+DA;EAGE,iCZzBY;EY0BZ,6BZlBO;EYmBP,iBV/DqB;EUgErB,yBZVY;EYWZ,eAAA;EAGA,uBAAA;EACA,iCA7DwB;EA8DxB,iBA7D0B;EA8D1B,kBA9D0B;EA+D1B,8BAhEwB;EAiExB,kBAAA;EACA,mBAAA;AdoYF;AcnYE;EACE,cAAA;AdqYJ;AcnYI;EAIE,aAAA;EACA,YAAA;AdkYN;AcjYI;ER0FA,gCQzFiC;ERyFjC,mBQxFiC;AdmYrC;AclYI;ERuFA,oBQtFiC;ERsFjC,+BQrFiC;AdoYrC;AcnYI;EACE,+BAAA;EACA,gCAAA;AdqYN;AcnYE;EAEE,gCZzBgB;EY0BhB,yBZ3BS;AF+Zb;AcnYE;EAEE,+BZ3BgB;EY4BhB,yBZ7BS;AFiab;AcnYI;EACE,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rHA,mBQsHiC;AdurCrC;ActrCE;EACE,sBAAA;AdwrCJ;AcvrCE;EACE,mBAAA;AdyrCJ;ActrCI;EAzPF,kBTlBO;ALo8CT;Acp7CE;EACE,kBTcW;ALw6Cf;AczrCI;EAxPF,kBTxBO;AL48CT;AczrCI;EAzPF,iBT3BO;ALg9CT;AcxrCM;EACE,4BAAA;EACA,yBAAA;Ad0rCR;AczrCM;EACE,6BAAA;EACA,0BAAA;ER5IJ,iBQ6ImC;Ad2rCvC;Ac1rCM;ER9IF,cQ+ImC;Ad4rCvC;Ac3rCM;EAEE,UAAA;Ad4rCR;Ac3rCM;EAKE,UAAA;AdyrCR;AcxrCQ;EACE,UAAA;Ad0rCV;AczrCM;EACE,YAAA;EACA,cAAA;Ad2rCR;Ac1rCE;EACE,uBAAA;Ad4rCJ;Ac1rCM;EACE,oBAAA;EACA,qBAAA;Ad4rCR;Ac3rCE;EACE,yBAAA;Ad6rCJ;Ac3rCM;EACE,oBAAA;EACA,qBAAA;Ad6rCR;;AM17CE;EQmQM;IACE,oBAlTgB;Ed6+CxB;EczrCM;;IAEE,qBAtTgB;Edi/CxB;EchsCM;IACE,kBAlTgB;Edo/CxB;EcnsCM;IACE,eAlTgB;Edu/CxB;AACF;AMt8CE;EQ+PM;IACE,qBAlTgB;Ed4/CxB;EcxsCM;;IAEE,kBAtTgB;EdggDxB;Ec/sCM;IACE,eAlTgB;EdmgDxB;EcltCM;IACE,kBAlTgB;EdsgDxB;AACF;AenjDA;EACE,YAAA;EACA,cAAA;EACA,kBAAA;EACA,WAAA;AfqjDF;AepjDE;EACE,0BAAA;EACA,kBVwCE;EUvCF,mBVuCE;EUtCF,WAAA;AfsjDJ;AM78CE;ESlHF;IAWI,gBAAA;EfwjDF;AACF;AMx8CI;ES/GA;IACE,iBAAA;Ef0jDJ;AACF;AM97CI;ES3HA;IACE,iBAAA;Ef4jDJ;AACF;AM78CI;ES9GA;IACE,iBAAA;Ef8jDJ;AACF;AMn8CI;ES1HA;IACE,iBAAA;EfgkDJ;AACF;;AE7lDA,qBAAA;Ac6BE;EACE,kBAAA;AhBokDJ;AgB3jDI;;;;;;;EACE,kBAhCwB;AhBmmD9B;AgBlkDE;;;;;;EAME,yBdYU;EcXV,gBXNc;EWOd,kBA3C0B;AhB+mD9B;AgBnkD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EACA,YfiBO;EehBP,gBAAA;EACA,UAAA;EACA,WAAA;ApBu/DF;AoBt/DE;EACE,iClB2BW;AF69Df;AoBv/DE;EACE,oClB8BG;AF29DP;AoBx/DE;EACE,oClB4BG;AF89DP;AoBz/DE;EACE,oClB0BG;EkBzBH,YAAA;ApB2/DJ;AoBt/DM;EACE,iCAHI;ApB2/DZ;AoBv/DM;EACE,iCALI;ApB8/DZ;AoBx/DM;EACE,iCAPI;ApBigEZ;AoBz/DM;EACE,qFAAA;ApB2/DR;AoBlgEM;EACE,oCAHI;ApBugEZ;AoBngEM;EACE,oCALI;ApB0gEZ;AoBpgEM;EACE,oCAPI;ApB6gEZ;AoBrgEM;EACE,wFAAA;ApBugER;AoB9gEM;EACE,iCAHI;ApBmhEZ;AoB/gEM;EACE,iCALI;ApBshEZ;AoBhhEM;EACE,iCAPI;ApByhEZ;AoBjhEM;EACE,qFAAA;ApBmhER;AoB1hEM;EACE,oCAHI;ApB+hEZ;AoB3hEM;EACE,oCALI;ApBkiEZ;AoB5hEM;EACE,oCAPI;ApBqiEZ;AoB7hEM;EACE,wFAAA;ApB+hER;AoBtiEM;EACE,mCAHI;ApB2iEZ;AoBviEM;EACE,mCALI;ApB8iEZ;AoBxiEM;EACE,mCAPI;ApBijEZ;AoBziEM;EACE,uFAAA;ApB2iER;AoBljEM;EACE,mCAHI;ApBujEZ;AoBnjEM;EACE,mCALI;ApB0jEZ;AoBpjEM;EACE,mCAPI;ApB6jEZ;AoBrjEM;EACE,uFAAA;ApBujER;AoB9jEM;EACE,oCAHI;ApBmkEZ;AoB/jEM;EACE,oCALI;ApBskEZ;AoBhkEM;EACE,oCAPI;ApBykEZ;AoBjkEM;EACE,wFAAA;ApBmkER;AoB1kEM;EACE,oCAHI;ApB+kEZ;AoB3kEM;EACE,oCALI;ApBklEZ;AoB5kEM;EACE,oCAPI;ApBqlEZ;AoB7kEM;EACE,wFAAA;ApB+kER;AoBtlEM;EACE,oCAHI;ApB2lEZ;AoBvlEM;EACE,oCALI;ApB8lEZ;AoBxlEM;EACE,oCAPI;ApBimEZ;AoBzlEM;EACE,wFAAA;ApB2lER;AoBlmEM;EACE,oCAHI;ApBumEZ;AoBnmEM;EACE,oCALI;ApB0mEZ;AoBpmEM;EACE,oCAPI;ApB6mEZ;AoBrmEM;EACE,wFAAA;ApBumER;AoBrmEE;EACE,wBAtC8B;EAuC9B,mCAAA;EACA,iCAAA;EACA,iCAAA;EACA,iClBCW;EkBAX,wFAAA;EACA,6BAAA;EACA,4BAAA;EACA,0BAAA;ApBumEJ;AoBtmEI;EACE,6BAAA;ApBwmEN;AoBvmEI;EACE,6BAAA;ApBymEN;AoBxmEI;EACE,oBAAA;ApB0mEN;AoBvmEE;EACE,ef3BK;ALooET;AoBxmEE;EACE,ef/BK;ALyoET;AoBzmEE;EACE,cflCK;AL6oET;;AoBzmEA;EACE;IACE,2BAAA;EpB4mEF;EoB3mEA;IACE,4BAAA;EpB6mEF;AACF;AExrEA,qBAAA;AmB+BA;EAEE,iCnBQY;EmBPZ,yBnByBY;AFkoEd;AqB1pEE;;EAEE,iCA/BgB;EAgChB,qBA/BsB;EAgCtB,qBA/BiB;EAgCjB,mBAAA;ArB4pEJ;AqBvpEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ArB8pErB;AqB7pEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,sBAJa;ArBoqErB;AqBnqEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ArB0qErB;AqBzqEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,yBAJa;ArBgrErB;AqB/qEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,wBAJa;ArBsrErB;AqBrrEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,yBAJa;ArB4rErB;AqB3rEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ArBksErB;AqBjsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ArBwsErB;AqBvsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,uBAJa;ArB8sErB;AqB7sEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ArBotErB;AqB9sEI;;EACE,mBAAA;EACA,SAAA;ArBitEN;AqBhtEI;;EACE,mCnB3CI;EmB4CJ,wBnBjCW;AFovEjB;AqBltEM;;;;EAEE,mBAAA;ArBstER;AqBrtEI;;EACE,sBAAA;ArBwtEN;AqBvtEE;EACE,yBnBHU;AF4tEd;AqBxtEI;EACE,gBAtDkB;ArBgxExB;AqBxtEI;EACE,mCnBxDI;EmByDJ,wBnB9CW;AFwwEjB;AqBztEM;;EAEE,mBAAA;ArB2tER;AqB1tEM;;EAEE,+BnBpDS;EmBqDT,mBAAA;ArB4tER;AqB3tEE;EACE,6BA5D0B;ArByxE9B;AqB5tEI;;EAEE,qBApEyB;EAqEzB,yBnBtBQ;AFovEd;AqB7tEE;EACE,6BAhE0B;ArB+xE9B;AqB9tEI;;EAEE,qBAxEyB;EAyEzB,yBnB5BQ;AF4vEd;AqB/tEE;EACE,6BAvE0B;ArBwyE9B;AqB9tEQ;;EAEE,sBAAA;ArBguEV;AqB7tEI;;EAEE,iBAAA;ArB+tEN;AqB5tEQ;;EAEE,wBAAA;ArB8tEV;AqB7tEE;EACE,WAAA;ArB+tEJ;AqB3tEQ;EACE,iCnBrEQ;AFkyElB;AqBztEU;EACE,iCnB1EM;AFqyElB;AqB1tEY;EACE,iCnB3EI;AFuyElB;AqB1tEI;;EAEE,qBAAA;ArB4tEN;AqBxtEQ;EACE,iCnBrFQ;AF+yElB;;AqBxtEA;Ef7DE,iCAAA;EegEA,cAAA;EACA,kBAAA;EACA,eAAA;ArB0tEF;;AsBt1EA;EACE,mBAAA;EACA,aAAA;EACA,eAAA;EACA,2BAAA;AtBy1EF;AsBx1EE;EACE,qBAAA;AtB01EJ;AsBz1EI;EhBkKA,mBgBjKiC;AtB21ErC;AsB11EE;EACE,sBAAA;AtB41EJ;AsB31EE;EACE,mBAAA;AtB61EJ;AsB11EI;EACE,ejBUG;ALk1ET;AsB11EI;EACE,kBjBMG;ALs1ET;AsB31EE;EACE,uBAAA;AtB61EJ;AsB51EI;EACE,qBAAA;EACA,oBAAA;AtB81EN;AsB71EE;EACE,yBAAA;AtB+1EJ;AsB71EM;EACE,mBAAA;AtB+1ER;AsB91EM;EACE,eAAA;AtBg2ER;AsB91EI;EhBwIA,cgBvIiC;AtBg2ErC;AsB/1EM;EhBsIF,egBrImC;EAK7B,0BAAA;EACA,6BAAA;AtB61EV;AsB51EM;EAKI,yBAAA;EACA,4BAAA;AtB01EV;;AsBx1EA;EACE,mBAAA;EACA,iCpBpBgB;EoBqBhB,kBjBKO;EiBJP,yBpBTK;EoBUL,oBAAA;EACA,kBjB9BO;EiB+BP,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,oBAAA;EACA,qBAAA;EACA,mBAAA;AtB21EF;AsB11EE;EhByGE,qBgBxG+B;EhBwG/B,sBgBvG+B;AtB41EnC;AsBv1EI;EACE,iCAHM;EAIN,yBAHa;AtB41EnB;AsB31EI;EACE,oCAHM;EAIN,sBAHa;AtBg2EnB;AsB/1EI;EACE,iCAHM;EAIN,yBAHa;AtBo2EnB;AsBn2EI;EACE,oCAHM;EAIN,yBAHa;AtBw2EnB;AsBv2EI;EACE,mCAHM;EAIN,wBAHa;AtB42EnB;AsBp2EQ;EACE,oCAHY;EAIZ,uBAHW;AtBy2ErB;AsB/2EI;EACE,mCAHM;EAIN,yBAHa;AtBo3EnB;AsB52EQ;EACE,oCAHY;EAIZ,wBAHW;AtBi3ErB;AsBv3EI;EACE,oCAHM;EAIN,wBAHa;AtB43EnB;AsBp3EQ;EACE,mCAHY;EAIZ,wBAHW;AtBy3ErB;AsB/3EI;EACE,oCAHM;EAIN,wBAHa;AtBo4EnB;AsB53EQ;EACE,mCAHY;EAIZ,wBAHW;AtBi4ErB;AsBv4EI;EACE,oCAHM;EAIN,uBAHa;AtB44EnB;AsBp4EQ;EACE,oCAHY;EAIZ,yBAHW;AtBy4ErB;AsB/4EI;EACE,oCAHM;EAIN,wBAHa;AtBo5EnB;AsB54EQ;EACE,mCAHY;EAIZ,uBAHW;AtBi5ErB;AsB54EE;EACE,kBjBxDK;ALs8ET;AsB74EE;EACE,ejB3DK;AL08ET;AsB94EE;EACE,kBjB9DK;AL88ET;AsB94EI;EhBgFA,sBgB/EiC;EhB+EjC,qBgB9EiC;AtBg5ErC;AsB/4EI;EhB6EA,sBgB5EiC;EhB4EjC,qBgB3EiC;AtBi5ErC;AsBh5EI;EhB0EA,sBgBzEiC;EhByEjC,qBgBxEiC;AtBk5ErC;AsBh5EE;EhBsEE,iBgB7KgB;EAyGhB,UAAA;EACA,kBAAA;EACA,UAAA;AtBk5EJ;AsBj5EI;EAEE,8BAAA;EACA,WAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,QAAA;EACA,0DAAA;EACA,+BAAA;AtBk5EN;AsBj5EI;EACE,WAAA;EACA,UAAA;AtBm5EN;AsBl5EI;EACE,WAAA;EACA,UAAA;AtBo5EN;AsBn5EI;EAEE,yBAAA;AtBo5EN;AsBn5EI;EACE,yBAAA;AtBq5EN;AsBp5EE;EACE,qBjBjEa;ALu9EjB;;AsBn5EE;EACE,0BAAA;AtBs5EJ;;AEliFA,qBAAA;AqBuBA;;EAGE,sBAAA;AvB8gFF;AuB7gFE;;;;EAEE,oBAAA;AvBihFJ;AuBhhFE;;EACE,iBApBa;AvBuiFjB;AuBlhFE;;EACE,iBArBa;AvB0iFjB;AuBphFE;;EACE,sBAAA;AvBuhFJ;;AuBrhFA;EACE,yBrBqBY;EqBlBZ,elBRO;EkBSP,gBAAA;EACA,kBAnCkB;AvByjFpB;AuBrhFE;EACE,cApCiB;EAqCjB,oBApCkB;AvB2jFtB;AuBthFE;EACE,oBA3BuB;AvBmjF3B;AuBphFI;EACE,eV2DE;Ab29ER;AuBvhFI;EACE,iBV2DE;Ab89ER;AuB1hFI;EACE,eV2DE;Abi+ER;AuB7hFI;EACE,iBV2DE;Abo+ER;AuBhiFI;EACE,kBV2DE;Abu+ER;AuBniFI;EACE,eV2DE;Ab0+ER;AuBtiFI;EACE,kBV2DE;Ab6+ER;;AuBtiFA;EACE,yBAAA;EAGA,kBlBxBO;EkByBP,gBlBpBc;EkBqBd,iBA3CqB;AvBklFvB;AuBtiFE;EACE,yBrBJU;EqBKV,gBlBtBc;AL8jFlB;AuBviFE;EACE,oBA7CuB;AvBslF3B;AuBriFI;EACE,eVyCE;Ab8/ER;AuBxiFI;EACE,iBVyCE;AbigFR;AuB3iFI;EACE,eVyCE;AbogFR;AuB9iFI;EACE,iBVyCE;AbugFR;AuBjjFI;EACE,kBVyCE;Ab0gFR;AuBpjFI;EACE,eVyCE;Ab6gFR;AuBvjFI;EACE,kBVyCE;AbghFR;;AEhoFA,qBAAA;AsBSA;EACE,cAAA;EACA,eAAA;EACA,mBAAA;EACA,kBAAA;EACA,yBAAA;AxB2nFF;;AwBtnFA;EACE,mBAAA;EACA,iCtBsBgB;EsBrBhB,qBnBiDe;EmBhDf,oBAAA;EACA,kBnBWO;EmBVP,WAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;EACA,uBAAA;EACA,kBAAA;EACA,mBAAA;AxBynFF;;AyBzpFA,eAAA;AvBCA,qBAAA;AwB6DA;EAxBE,iCxBIY;EwBHZ,6BxBWO;EwBVP,kBrB8BO;EqB7BP,yBxBmBY;AFsmFd;AMxlFI;EoB/BA,+BA7BsB;A1BupF1B;AM3lFI;EoB/BA,+BA7BsB;A1B0pF1B;AM9lFI;EoB/BA,+BA7BsB;A1B6pF1B;AMjmFI;EoB/BA,+BA7BsB;A1BgqF1B;A0BloFE;EAEE,gCxBKW;AF8nFf;A0BloFE;EAIE,+BxBoBG;EwBnBH,kDAAA;A1BioFJ;A0BhoFE;EAEE,iCxBXc;EwBYd,6BxBZc;EwBad,gBAAA;EACA,yBxBCS;AFgoFb;AMjnFI;EoBdE,+BAjC6B;A1BmqFnC;AMpnFI;EoBdE,+BAjC6B;A1BsqFnC;AMvnFI;EoBdE,+BAjC6B;A1ByqFnC;AM1nFI;EoBdE,+BAjC6B;A1B4qFnC;;AyBvsFA,eAAA;AEWA;EAEE,8DAAA;EACA,eAAA;EACA,WAAA;A3B+rFF;A2B9rFE;EACE,gBAAA;A3BgsFJ;A2B5rFI;EACE,6BAFM;A3BgsFZ;A2B7rFM;EAIE,gDAAA;A3B4rFR;A2BlsFI;EACE,gCAFM;A3BssFZ;A2BnsFM;EAIE,mDAAA;A3BksFR;A2BxsFI;EACE,6BAFM;A3B4sFZ;A2BzsFM;EAIE,gDAAA;A3BwsFR;A2B9sFI;EACE,gCAFM;A3BktFZ;A2B/sFM;EAIE,mDAAA;A3B8sFR;A2BptFI;EACE,+BAFM;A3BwtFZ;A2BrtFM;EAIE,kDAAA;A3BotFR;A2B1tFI;EACE,+BAFM;A3B8tFZ;A2B3tFM;EAIE,kDAAA;A3B0tFR;A2BhuFI;EACE,gCAFM;A3BouFZ;A2BjuFM;EAIE,kDAAA;A3BguFR;A2BtuFI;EACE,gCAFM;A3B0uFZ;A2BvuFM;EAIE,kDAAA;A3BsuFR;A2B5uFI;EACE,gCAFM;A3BgvFZ;A2B7uFM;EAIE,mDAAA;A3B4uFR;A2BlvFI;EACE,gCAFM;A3BsvFZ;A2BnvFM;EAIE,kDAAA;A3BkvFR;A2BhvFE;EvBeA,kBCyBa;EDxBb,kBCPO;AL2uFT;A2BlvFE;EvBgBA,kBCXO;ALgvFT;A2BnvFE;EvBgBA,iBCdO;ALovFT;A2BnvFE;EACE,cAAA;EACA,WAAA;A3BqvFJ;A2BpvFE;EACE,eAAA;EACA,WAAA;A3BsvFJ;;A2BlvFE;EACE,qBtB0Ba;EsBzBb,gDAAA;EACA,iDAAA;A3BqvFJ;A2BpvFE;EACE,6BAAA;EACA,yBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;A3BsvFJ;;A2BpvFA;EAEE,cAAA;EACA,eAAA;EACA,eAAA;EACA,2BvBjD2B;EuBkD3B,gBAAA;A3BsvFF;A2BrvFE;EACE,gBA1DkB;EA2DlB,eA1DkB;A3BizFtB;A2BtvFE;EACE,eAAA;A3BwvFJ;A2BtvFE;EACE,YAAA;A3BwvFJ;;AyB9zFA,eAAA;AGGA;EACE,eAAA;EACA,qBAAA;EACA,iBAAA;EACA,kBAAA;A5B+zFF;A4B9zFE;EACE,eAAA;A5Bg0FJ;A4B/zFE;EACE,yB1BiDU;AFgxFd;A4Bh0FE;;;EAGE,yB1B4CS;E0B3CT,mBAAA;A5Bk0FJ;;A4B3zFE;EtB6JE,mBsB5J+B;A5B8zFnC;;AyBt1FA,eAAA;AvBCA,qBAAA;A2BSA;EACE,qBAAA;EACA,eAAA;EACA,kBAAA;EACA,mBAAA;A7Bi1FF;A6Bh1FE;EACE,azBRa;AJ01FjB;A6Bh1FI;EAEE,+B3BmDC;EIqHH,auBvKuB;EACrB,UAAA;A7Bi1FN;A6B/0FI;EACE,qBxB+CW;EC4Gb,kBuB1JkC;A7Bi1FtC;A6Bh1FE;EAEE,eAAA;EACA,cAAA;EACA,cAAA;EACA,eAAA;EACA,aAAA;A7Bi1FJ;A6Bh1FI;EACE,aAAA;A7Bk1FN;A6Bj1FI;EAEE,6B3BMY;AF40FlB;A6Bj1FI;EvB6IA,mBuB5IkC;A7Bm1FtC;A6Bl1FI;EACE,YAAA;EACA,UAAA;A7Bo1FN;A6Bn1FM;EACE,kBAAA;A7Bq1FR;A6Bl1FI;EACE,gC3BWQ;AFy0Fd;A6B/0FM;EACE,6BAHI;A7Bo1FZ;A6Bh1FM;EACE,6BALI;A7Bu1FZ;A6Bj1FQ;EAEE,qBAAA;A7Bk1FV;A6Bj1FQ;EAIE,gDAAA;A7Bg1FV;A6B31FM;EACE,gCAHI;A7Bg2FZ;A6B51FM;EACE,gCALI;A7Bm2FZ;A6B71FQ;EAEE,qBAAA;A7B81FV;A6B71FQ;EAIE,mDAAA;A7B41FV;A6Bv2FM;EACE,6BAHI;A7B42FZ;A6Bx2FM;EACE,6BALI;A7B+2FZ;A6Bz2FQ;EAEE,qBAAA;A7B02FV;A6Bz2FQ;EAIE,gDAAA;A7Bw2FV;A6Bn3FM;EACE,gCAHI;A7Bw3FZ;A6Bp3FM;EACE,gCALI;A7B23FZ;A6Br3FQ;EAEE,qBAAA;A7Bs3FV;A6Br3FQ;EAIE,mDAAA;A7Bo3FV;A6B/3FM;EACE,+BAHI;A7Bo4FZ;A6Bh4FM;EACE,+BALI;A7Bu4FZ;A6Bj4FQ;EAEE,qBAAA;A7Bk4FV;A6Bj4FQ;EAIE,kDAAA;A7Bg4FV;A6B34FM;EACE,+BAHI;A7Bg5FZ;A6B54FM;EACE,+BALI;A7Bm5FZ;A6B74FQ;EAEE,qBAAA;A7B84FV;A6B74FQ;EAIE,kDAAA;A7B44FV;A6Bv5FM;EACE,gCAHI;A7B45FZ;A6Bx5FM;EACE,gCALI;A7B+5FZ;A6Bz5FQ;EAEE,qBAAA;A7B05FV;A6Bz5FQ;EAIE,kDAAA;A7Bw5FV;A6Bn6FM;EACE,gCAHI;A7Bw6FZ;A6Bp6FM;EACE,gCALI;A7B26FZ;A6Br6FQ;EAEE,qBAAA;A7Bs6FV;A6Br6FQ;EAIE,kDAAA;A7Bo6FV;A6B/6FM;EACE,gCAHI;A7Bo7FZ;A6Bh7FM;EACE,gCALI;A7Bu7FZ;A6Bj7FQ;EAEE,qBAAA;A7Bk7FV;A6Bj7FQ;EAIE,mDAAA;A7Bg7FV;A6B37FM;EACE,gCAHI;A7Bg8FZ;A6B57FM;EACE,gCALI;A7Bm8FZ;A6B77FQ;EAEE,qBAAA;A7B87FV;A6B77FQ;EAIE,kDAAA;A7B47FV;A6B17FE;EzBvBA,kBCyBa;EDxBb,kBCPO;AL29FT;A6B57FE;EzBtBA,kBCXO;ALg+FT;A6B77FE;EzBtBA,iBCdO;ALo+FT;A6B57FI;EACE,2CAAA;EACA,YAAA;A7B87FN;A6B77FE;EACE,WAAA;A7B+7FJ;A6B97FI;EACE,WAAA;A7Bg8FN;A6B97FI;EAEE,aAAA;EACA,kBAAA;EvBsGF,auBrGuB;EACrB,YAAA;EACA,eAAA;A7B+7FN;A6B97FI;EACE,kBxBrDG;ALq/FT;A6B/7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A;A9BktGJ;;AE/4GA,qBAAA;AuBDA,eAAA;AMaA;EACE,yB7B8CY;E6B7CZ,cAAA;EACA,e1BqBO;E0BpBP,gB1B2BY;AL62Gd;A+Bv4GE;EACE,oBAAA;A/By4GJ;A+Bv4GE;EACE,kB1BgBK;ALy3GT;A+Bx4GE;EACE,kB1BYK;AL83GT;A+Bz4GE;EACE,iB1BSK;ALk4GT;;A+Bz4GA;EACE,cAAA;EACA,kB1BQO;E0BPP,mBAAA;A/B44GF;A+Bz4GI;EACE,sBAFM;A/B64GZ;A+B54GI;EACE,yBAFM;A/Bg5GZ;A+B/4GI;EACE,sBAFM;A/Bm5GZ;A+Bl5GI;EACE,yBAFM;A/Bs5GZ;A+Br5GI;EACE,wBAFM;A/By5GZ;A+Bx5GI;EACE,wBAFM;A/B45GZ;A+B35GI;EACE,yBAFM;A/B+5GZ;A+B95GI;EACE,yBAFM;A/Bk6GZ;A+Bj6GI;EACE,yBAFM;A/Bq6GZ;A+Bp6GI;EACE,yBAFM;A/Bw6GZ;;A+Bj6GE;EACE,sBAAA;A/Bo6GJ;A+Bl6GE;EACE,aAAA;EACA,2BAAA;A/Bo6GJ;A+Bl6GM;EzBqIF,iByBpImC;A/Bo6GvC;A+Bl6GQ;;;EAGE,gBAAA;A/Bo6GV;A+Bl6GQ;;;EAOI,4BAAA;EACA,yBAAA;A/Bg6GZ;A+B95GQ;;;EAOI,6BAAA;EACA,0BAAA;A/B45GZ;A+Bv5GU;;;;;EAEE,UAAA;A/B45GZ;A+B35GU;;;;;;;;;EAIE,UAAA;A/Bk6GZ;A+Bj6GY;;;;;;;;;EACE,UAAA;A/B26Gd;A+B16GM;EACE,YAAA;EACA,cAAA;A/B46GR;A+B36GI;EACE,uBAAA;A/B66GN;A+B56GI;EACE,yBAAA;A/B86GN;A+B56GM;EACE,YAAA;EACA,cAAA;A/B86GR;A+B76GE;EACE,aAAA;EACA,2BAAA;A/B+6GJ;A+B96GI;EACE,cAAA;A/Bg7GN;A+B/6GM;EACE,gBAAA;EzB2EJ,oByB1EmC;A/Bi7GvC;A+Bh7GM;EACE,YAAA;EACA,cAAA;A/Bk7GR;A+Bj7GI;EACE,uBAAA;A/Bm7GN;A+Bl7GI;EACE,yBAAA;A/Bo7GN;A+Bn7GI;EACE,eAAA;A/Bq7GN;A+Bn7GQ;EAEE,sBAAA;A/Bo7GV;A+Bn7GM;EACE,uBAAA;A/Bq7GR;A+Bp7GM;EACE,gBAAA;A/Bs7GR;AMr8GE;EyBgBA;IAEI,aAAA;E/Bu7GJ;AACF;;A+Br7GE;EACE,kBAAA;A/Bw7GJ;AMl9GE;EyBwBF;IAII,qBAAA;E/B07GF;AACF;AMn9GE;EyBoBF;IAMI,aAAA;IACA,YAAA;IACA,cAAA;IzB4CA,mByB3C+B;IAC/B,iBAAA;E/B67GF;E+B57GE;IACE,kB1BtGG;I0BuGH,oBAAA;E/B87GJ;E+B77GE;IACE,oBAAA;E/B+7GJ;E+B97GE;IACE,kB1B7GG;I0B8GH,oBAAA;E/Bg8GJ;E+B/7GE;IACE,iB1BjHG;I0BkHH,oBAAA;E/Bi8GJ;AACF;;A+B/7GE;EACE,gBAAA;A/Bk8GJ;AM/+GE;EyB2CF;IAII,aAAA;IACA,aAAA;IACA,YAAA;IACA,cAAA;E/Bo8GF;E+Bn8GE;IACE,gBAAA;E/Bq8GJ;E+Bp8GE;IACE,cAAA;E/Bs8GJ;E+Br8GI;IACE,YAAA;E/Bu8GN;E+Bt8GI;IzBeF,oByBdmC;E/Bw8GrC;AACF;;A+Bv8GA;EACE,sBAAA;EACA,WAAA;EACA,e1BtIO;E0BuIP,kBAAA;EACA,mBAAA;A/B08GF;A+Bn8GQ;;;EACE,yB7B5HH;AFmkHP;A+Bt8GM;;;EACE,kB1BjJC;AL2lHT;A+Bz8GM;;;EACE,kB1BrJC;ALkmHT;A+B58GM;;;EACE,iB1BxJC;ALwmHT;A+B/8GI;EACE,sB7B3IG;E6B4IH,a3BtLW;E2BuLX,oBAAA;EACA,kBAAA;EACA,MAAA;EACA,Y3B1LW;E2B2LX,UAAA;A/Bi9GN;A+B/8GI;;EAEE,mB3B/LW;AJgpHjB;A+Bh9GI;EACE,OAAA;A/Bk9GN;A+Bh9GI;;EAEE,oB3BrMW;AJupHjB;A+Bj9GI;EACE,QAAA;A/Bm9GN;A+Bj9GI;EAEE,6BAAA;EzBvBF,ayBwBuB;EACrB,YAAA;EACA,UAAA;A/Bk9GN;A+Bj9GI;EACE,kB1BlLG;ALqoHT;A+Bl9GI;EACE,kB1BtLG;AL0oHT;A+Bn9GI;EACE,iB1BzLG;AL8oHT;;AgCjrHA,qBAAA;A9BCA,qBAAA;A+BaA;EAG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;EACE,ejCcO;ALkiIT;AsC9iIE;EACE,kBjCYK;ALoiIT;AsC/iIE;EACE,kBjCQK;ALyiIT;AsChjIE;EACE,iBjCKK;AL6iIT;;AsChjIA;EACE,iBArBsB;AtCwkIxB;AsCljIE;EACE,kBjCkCW;EiCjCX,yBpCqBG;EoCpBH,cAAA;EACA,qBAzBqB;AtC6kIzB;AsCnjII;EACE,iCpCIY;EoCHZ,yBpCmBQ;AFkiId;AsCnjII;EACE,mCpC2BC;EoC1BD,yBpC2BQ;AF0hId;AsCnjII;EhCqIA,uCgCzKoB;EAsClB,cAnCoB;EhCsKtB,qBgCrK4B;AtCwlIhC;;AsCnjIA;EACE,yBpCMW;EoCLX,iBApCqB;EAqCrB,qBApC0B;EAqC1B,yBAAA;AtCsjIF;AsCrjIE;EACE,eAtCiB;AtC6lIrB;AsCtjIE;EACE,kBAxCiB;AtCgmIrB;;AEnnIA,qBAAA;AqCyBA;EAEE,iCrCgBgB;EqCfhB,kBlCyCO;EkCxCP,elCOO;ALslIT;AuC5lIE;EACE,mBAAA;AvC8lIJ;AuC7lIE;EACE,mBAAA;EACA,0BAAA;AvC+lIJ;AuC7lIE;EACE,kBAAA;AvC+lIJ;AuC9lIE;EACE,kBlCJK;ALomIT;AuC/lIE;EACE,iBlCPK;ALwmIT;AuC5kII;EACE,yBAHc;AvCilIpB;AuC7kIM;EACE,iCArBI;EAsBJ,yBArBW;AvComInB;AuC9kIM;EACE,6BAxBI;AvCwmIZ;AuCtlII;EACE,yBAHc;AvC2lIpB;AuCvlIM;EACE,oCArBI;EAsBJ,sBArBW;AvC8mInB;AuCxlIM;EACE,gCAxBI;AvCknIZ;AuChmII;EACE,yBAHc;AvCqmIpB;AuCjmIM;EACE,iCArBI;EAsBJ,yBArBW;AvCwnInB;AuClmIM;EACE,6BAxBI;AvC4nIZ;AuC1mII;EACE,yBAHc;AvC+mIpB;AuC3mIM;EACE,oCArBI;EAsBJ,yBArBW;AvCkoInB;AuC5mIM;EACE,gCAxBI;AvCsoIZ;AuCpnII;EACE,oCAbc;AvCmoIpB;AuCrnIM;EACE,mCArBI;EAsBJ,wBArBW;AvC4oInB;AuCtnIM;EACE,+BAxBI;EAyBJ,uBAjBa;AvCyoIrB;A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JR;EyC54JA;IACE,YAAA;IACA,cAAA;EzC84JF;EyC74JA;IACE,2BAAA;InCjLA,iBmCkL+B;EzC+4JjC;EyC94JA;IACE,yBAAA;InCpLA,kBmCqL+B;EzCg5JjC;EyC/4JA;IACE,iCvCjUU;IuCkUV,8BpCrSW;IoCsSX,+BpCtSW;IoCuSX,qCA7UyB;IA8UzB,8CAAA;IACA,aAAA;IACA,mBAAA;InCrLA,QmCsLqB;IACrB,eAAA;IACA,kBAAA;IACA,SAAA;IACA,WAjVgB;EzCkuKlB;EyCh5JE;IACE,sBAAA;IACA,mBAAA;EzCk5JJ;EyCj5JE;InCtMA,kBmCuMkC;EzCm5JpC;EyCl5JI;IAEE,iCvClVU;IuCmVV,yBvClVQ;EFquKd;EyCl5JI;IACE,iCvCrVU;IuCsVV,wBvC3TD;EF+sKL;EyCn5JE;IAEE,kBpC9TS;IoC+TT,gBAAA;IACA,kFA/VyB;IAgWzB,cAAA;IACA,UAAA;IACA,oBAAA;IACA,wBAAA;IACA,2BAAA;IACA,yBpCpUE;IoCqUF,uCAAA;EzCo5JJ;EyCn5JE;IACE,UAAA;IACA,QAAA;EzCq5JJ;EyCp5JA;IACE,cAAA;EzCs5JF;EyCn5JE;;InClOA,sBmCmOiC;EzCs5JnC;EyCr5JE;;InCpOA,qBmCqOiC;EzCw5JnC;EyCr5JE;IAnWF,OAAA;IACA,eAAA;IACA,QAAA;IACA,WA/Ce;EzC0yKf;EyCx5JE;IACE,SAAA;EzC05JJ;EyCz5JI;IACE,+CAAA;EzC25JN;EyC15JE;IACE,MAAA;EzC45JJ;EyCz5JE;;IACE,oBA/ZU;EzC2zKd;EyC35JE;;IACE,uBAjaU;EzC+zKd;EyC75JE;;IACE,oBAAA;EzCg6JJ;EyC/5JE;;IACE,uBAAA;EzCk6JJ;EyC95JE;;IACE,yBvCtYU;EFuyKd;EyCh6JE;;IACE,6BAlagC;EzCq0KpC;EyC95JI;IACE,iCvChZU;EFgzKhB;AACF;AyC55JE;EACE,iCAAA;AzC85JJ;;AE91KA,qBAAA;AwCuCA;EAEE,erCLO;EqCMP,gBAnCkB;A1C61KpB;A0CxzKE;EACE,kBrCRK;ALk0KT;A0CzzKE;EACE,kBrCZK;ALu0KT;A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ACA,2BAAA;A5CkrLJ;A4CjrLI;EACE,qBAAA;A5CmrLN;A4ClrLI;EACE,UAAA;EACA,uBAAA;EACA,oBAAA;EACA,qBAAA;A5CorLN;A4CnrLI;EACE,yBAAA;EACA,oBAAA;A5CqrLN;A4CnrLI;EtCgGA,kBsC/FiC;A5CqrLrC;A4CprLI;EtC8FA,mBsC7FiC;A5CsrLrC;A4CnrLI;EACE,uBAAA;A5CqrLN;A4CnrLI;EACE,yBAAA;A5CqrLN;A4ClrLI;EACE,6BAAA;EAIE,0BAAA;A5CirLR;A4ChrLM;EACE,iC1C5DU;E0C6DV,oC1CvDC;AFyuLT;A4C/qLQ;EACE,iC1CnEI;E0CoEJ,6B1C5DD;E0C6DC,2CAAA;A5CirLV;A4C/qLI;EACE,YAAA;EACA,cAAA;A5CirLN;A4C/qLI;EACE,6B1CpEG;E0CqEH,mBA/F0B;EAgG1B,iBA/F0B;EAgG1B,gBAAA;EACA,kBAAA;A5CirLN;A4ChrLM;EACE,iC1ChFU;E0CiFV,gC1C1EO;E0C2EP,UAAA;A5CkrLR;A4ChrLM;EtCoDF,kBsCnDmC;A5CkrLvC;A4CjrLM;EAKI,4BvCjED;EuCkEC,+BvClED;ALivLT;A4C9qLM;EAKI,2BvCxED;EuCyEC,8BvCzED;ALqvLT;A4C1qLQ;EACE,mC1C3EH;E0C4EG,+B1C5EH;E0C6EG,yB1C5EI;E0C6EJ,UAAA;A5C4qLV;A4C3qLI;EACE,mBAAA;A5C6qLN;A4C1qLQ;EAMI,kCvCxFK;EuCyFL,+BvCzFK;EuC0FL,qBAAA;A5CuqLZ;A4CtqLQ;EAMI,iCvCjGK;EuCkGL,8BvClGK;EuCmGL,oBAAA;A5CmqLZ;A4CjqLE;EACE,kBvCxIK;AL2yLT;A4ClqLE;EACE,kBvC5IK;ALgzLT;A4CnqLE;EACE,iBvC/IK;ALozLT;;A6Cv1LA,eAAA;ACMA;EACE,cAAA;EACA,aAAA;EACA,YAAA;EACA,cAAA;EACA,gBAPW;A9C41Lb;A8Cp1LE;EACE,UAAA;EACA,YAAA;A9Cs1LJ;A8Cr1LE;EACE,UAAA;EACA,WAAA;A9Cu1LJ;A8Ct1LE;EACE,UAAA;EACA,UAAA;A9Cw1LJ;A8Cv1LE;EACE,UAAA;EACA,eAAA;A9Cy1LJ;A8Cx1LE;EACE,UAAA;EACA,UAAA;A9C01LJ;A8Cz1LE;EACE,UAAA;EACA,eAAA;A9C21LJ;A8C11LE;EACE,UAAA;EACA,UAAA;A9C41LJ;A8C31LE;EACE,UAAA;EACA,UAAA;A9C61LJ;A8C51LE;EACE,UAAA;EACA,UAAA;A9C81LJ;A8C71LE;EACE,UAAA;EACA,UAAA;A9C+1LJ;A8C91LE;EACE,UAAA;EACA,UAAA;A9Cg2LJ;A8C/1LE;ExCuIE,iBwCtI+B;A9Ci2LnC;A8Ch2LE;ExCqIE,sBwCpI+B;A9Ck2LnC;A8Cj2LE;ExCmIE,iBwClI+B;A9Cm2LnC;A8Cl2LE;ExCiIE,sBwChI+B;A9Co2LnC;A8Cn2LE;ExC+HE,iBwC9H+B;A9Cq2LnC;A8Cp2LE;ExC6HE,iBwC5H+B;A9Cs2LnC;A8Cr2LE;ExC2HE,iBwC1H+B;A9Cu2LnC;A8Ct2LE;ExCyHE,iBwCxH+B;A9Cw2LnC;A8Cv2LE;ExCuHE,iBwCtH+B;A9Cy2LnC;A8Cv2LI;EACE,UAAA;EACA,SAAA;A9Cy2LN;A8Cx2LI;ExCiHA,gBwChHiC;A9C02LrC;A8C92LI;EACE,UAAA;EACA,kBAAA;A9Cg3LN;A8C/2LI;ExCiHA,yBwChHiC;A9Ci3LrC;A8Cr3LI;EACE,UAAA;EACA,mBAAA;A9Cu3LN;A8Ct3LI;ExCiHA,0BwChHiC;A9Cw3LrC;A8C53LI;EACE,UAAA;EACA,UAAA;A9C83LN;A8C73LI;ExCiHA,iBwChHiC;A9C+3LrC;A8Cn4LI;EACE,UAAA;EACA,mBAAA;A9Cq4LN;A8Cp4LI;ExCiHA,0BwChHiC;A9Cs4LrC;A8C14LI;EACE,UAAA;EACA,mBAAA;A9C44LN;A8C34LI;ExCiHA,0BwChHiC;A9C64LrC;A8Cj5LI;EACE,UAAA;EACA,UAAA;A9Cm5LN;A8Cl5LI;ExCiHA,iBwChHiC;A9Co5LrC;A8Cx5LI;EACE,UAAA;EACA,mBAAA;A9C05LN;A8Cz5LI;ExCiHA,0BwChHiC;A9C25LrC;A8C/5LI;EACE,UAAA;EACA,mBAAA;A9Ci6LN;A8Ch6LI;ExCiHA,0BwChHiC;A9Ck6LrC;A8Ct6LI;EACE,UAAA;EACA,UAAA;A9Cw6LN;A8Cv6LI;ExCiHA,iBwChHiC;A9Cy6LrC;A8C76LI;EACE,UAAA;EACA,mBAAA;A9C+6LN;A8C96LI;ExCiHA,0BwChHiC;A9Cg7LrC;A8Cp7LI;EACE,UAAA;EACA,mBAAA;A9Cs7LN;A8Cr7LI;ExCiHA,0BwChHiC;A9Cu7LrC;A8C37LI;EACE,UAAA;EACA,WAAA;A9C67LN;A8C57LI;ExCiHA,kBwChHiC;A9C87LrC;AM15LE;EwClCE;IACE,UAAA;IACA,YAAA;E9C+7LJ;E8C97LE;IACE,UAAA;IACA,WAAA;E9Cg8LJ;E8C/7LE;IACE,UAAA;IACA,UAAA;E9Ci8LJ;E8Ch8LE;IACE,UAAA;IACA,eAAA;E9Ck8LJ;E8Cj8LE;IACE,UAAA;IACA,UAAA;E9Cm8LJ;E8Cl8LE;IACE,UAAA;IACA,eAAA;E9Co8LJ;E8Cn8LE;IACE,UAAA;IACA,UAAA;E9Cq8LJ;E8Cp8LE;IACE,UAAA;IACA,UAAA;E9Cs8LJ;E8Cr8LE;IACE,UAAA;IACA,UAAA;E9Cu8LJ;E8Ct8LE;IACE,UAAA;IACA,UAAA;E9Cw8LJ;E8Cv8LE;IACE,UAAA;IACA,UAAA;E9Cy8LJ;E8Cx8LE;IxC6EA,iBwC5EiC;E9C08LnC;E8Cz8LE;IxC2EA,sBwC1EiC;E9C28LnC;E8C18LE;IxCyEA,iBwCxEiC;E9C48LnC;E8C38LE;IxCuEA,sBwCtEiC;E9C68LnC;E8C58LE;IxCqEA,iBwCpEiC;E9C88LnC;E8C78LE;IxCmEA,iBwClEiC;E9C+8LnC;E8C98LE;IxCiEA,iBwChEiC;E9Cg9LnC;E8C/8LE;IxC+DA,iBwC9DiC;E9Ci9LnC;E8Ch9LE;IxC6DA,iBwC5DiC;E9Ck9LnC;E8Ch9LI;IACE,UAAA;IACA,SAAA;E9Ck9LN;E8Cj9LI;IxCuDF,gBwCtDmC;E9Cm9LrC;E8Cv9LI;IACE,UAAA;IACA,kBAAA;E9Cy9LN;E8Cx9LI;IxCuDF,yBwCtDmC;E9C09LrC;E8C99LI;IACE,UAAA;IACA,mBAAA;E9Cg+LN;E8C/9LI;IxCuDF,0BwCtDmC;E9Ci+LrC;E8Cr+LI;IACE,UAAA;IACA,UAAA;E9Cu+LN;E8Ct+LI;IxCuDF,iBwCtDmC;E9Cw+LrC;E8C5+LI;IACE,UAAA;IACA,mBAAA;E9C8+LN;E8C7+LI;IxCuDF,0BwCtDmC;E9C++LrC;E8Cn/LI;IACE,UAAA;IACA,mBAAA;E9Cq/LN;E8Cp/LI;IxCuDF,0BwCtDmC;E9Cs/LrC;E8C1/LI;IACE,UAAA;IACA,UAAA;E9C4/LN;E8C3/LI;IxCuDF,iBwCtDmC;E9C6/LrC;E8CjgMI;IACE,UAAA;IACA,mBAAA;E9CmgMN;E8ClgMI;IxCuDF,0BwCtDmC;E9CogMrC;E8CxgMI;IACE,UAAA;IACA,mBAAA;E9C0gMN;E8CzgMI;IxCuDF,0BwCtDmC;E9C2gMrC;E8C/gMI;IACE,UAAA;IACA,UAAA;E9CihMN;E8ChhMI;IxCuDF,iBwCtDmC;E9CkhMrC;E8CthMI;IACE,UAAA;IACA,mBAAA;E9CwhMN;E8CvhMI;IxCuDF,0BwCtDmC;E9CyhMrC;E8C7hMI;IACE,UAAA;IACA,mBAAA;E9C+hMN;E8C9hMI;IxCuDF,0BwCtDmC;E9CgiMrC;E8CpiMI;IACE,UAAA;IACA,WAAA;E9CsiMN;E8CriMI;IxCuDF,kBwCtDmC;E9CuiMrC;AACF;AM1jME;EwCoBE;IAEE,UAAA;IACA,YAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,WAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,eAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,eAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IxCQA,iBwCNiC;E9CwiMnC;E8CviME;IxCKA,sBwCHiC;E9CwiMnC;E8CviME;IxCEA,iBAAA;ENwiMF;E8CviME;IxCDA,sBwCGiC;E9CwiMnC;E8CviME;IxCJA,iBwCMiC;E9CwiMnC;E8CviME;IxCPA,iBwCSiC;E9CwiMnC;E8CviME;IxCVA,iBwCYiC;E9CwiMnC;E8CviME;IxCbA,iBwCeiC;E9CwiMnC;E8CviME;IxChBA,iBwCkBiC;E9CwiMnC;E8CtiMI;IAEE,UAAA;IACA,SAAA;E9CuiMN;E8CtiMI;IxCxBF,gBwC0BmC;E9CuiMrC;E8C7iMI;IAEE,UAAA;IACA,kBAAA;E9C8iMN;E8C7iMI;IxCxBF,yBwC0BmC;E9C8iMrC;E8CpjMI;IAEE,UAAA;IACA,mBAAA;E9CqjMN;E8CpjMI;IxCxBF,0BwC0BmC;E9CqjMrC;E8C3jMI;IAEE,UAAA;IACA,UAAA;E9C4jMN;E8C3jMI;IxCxBF,iBwC0BmC;E9C4jMrC;E8ClkMI;IAEE,UAAA;IACA,mBAAA;E9CmkMN;E8ClkMI;IxCxBF,0BwC0BmC;E9CmkMrC;E8CzkMI;IAEE,UAAA;IACA,mBAAA;E9C0kMN;E8CzkMI;IxCxBF,0BwC0BmC;E9C0kMrC;E8ChlMI;IAEE,UAAA;IACA,UAAA;E9CilMN;E8ChlMI;IxCxBF,iBwC0BmC;E9CilMrC;E8CvlMI;IAEE,UAAA;IACA,mBAAA;E9CwlMN;E8CvlMI;IxCxBF,0BwC0BmC;E9CwlMrC;E8C9lMI;IAEE,UAAA;IACA,mBAAA;E9C+lMN;E8C9lMI;IxCxBF,0BwC0BmC;E9C+lMrC;E8CrmMI;IAEE,UAAA;IACA,UAAA;E9CsmMN;E8CrmMI;IxCxBF,iBwC0BmC;E9CsmMrC;E8C5mMI;IAEE,UAAA;IACA,mBAAA;E9C6mMN;E8C5mMI;IxCxBF,0BwC0BmC;E9C6mMrC;E8CnnMI;IAEE,UAAA;IACA,mBAAA;E9ConMN;E8CnnMI;IxCxBF,0BwC0BmC;E9ConMrC;E8C1nMI;IAEE,UAAA;IACA,WAAA;E9C2nMN;E8C1nMI;IxCxBF,kBwC0BmC;E9C2nMrC;AACF;AMttME;EwC4FE;IACE,UAAA;IACA,YAAA;E9C6nMJ;E8C5nME;IACE,UAAA;IACA,WAAA;E9C8nMJ;E8C7nME;IACE,UAAA;IACA,UAAA;E9C+nMJ;E8C9nME;IACE,UAAA;IACA,eAAA;E9CgoMJ;E8C/nME;IACE,UAAA;IACA,UAAA;E9CioMJ;E8ChoME;IACE,UAAA;IACA,eAAA;E9CkoMJ;E8CjoME;IACE,UAAA;IACA,UAAA;E9CmoMJ;E8CloME;IACE,UAAA;IACA,UAAA;E9CooMJ;E8CnoME;IACE,UAAA;IACA,UAAA;E9CqoMJ;E8CpoME;IACE,UAAA;IACA,UAAA;E9CsoMJ;E8CroME;IACE,UAAA;IACA,UAAA;E9CuoMJ;E8CtoME;IxC7DA,iBwC8DiC;E9CwoMnC;E8CvoME;IxC/DA,sBwCgEiC;E9CyoMnC;E8CxoME;IxCjEA,iBwCkEiC;E9C0oMnC;E8CzoME;IxCnEA,sBwCoEiC;E9C2oMnC;E8C1oME;IxCrEA,iBwCsEiC;E9C4oMnC;E8C3oME;IxCvEA,iBwCwEiC;E9C6oMnC;E8C5oME;IxCzEA,iBwC0EiC;E9C8oMnC;E8C7oME;IxC3EA,iBwC4EiC;E9C+oMnC;E8C9oME;IxC7EA,iBwC8EiC;E9CgpMnC;E8C9oMI;IACE,UAAA;IACA,SAAA;E9CgpMN;E8C/oMI;IxCnFF,gBwCoFmC;E9CipMrC;E8CrpMI;IACE,UAAA;IACA,kBAAA;E9CupMN;E8CtpMI;IxCnFF,yBwCoFmC;E9CwpMrC;E8C5pMI;IACE,UAAA;IACA,mBAAA;E9C8pMN;E8C7pMI;IxCnFF,0BwCoFmC;E9C+pMrC;E8CnqMI;IACE,UAAA;IACA,UAAA;E9CqqMN;E8CpqMI;IxCnFF,iBwCoFmC;E9CsqMrC;E8C1qMI;IACE,UAAA;IACA,mBAAA;E9C4qMN;E8C3qMI;IxCnFF,0BwCoFmC;E9C6qMrC;E8CjrMI;IACE,UAAA;IACA,mBAAA;E9CmrMN;E8ClrMI;IxCnFF,0BwCoFmC;E9CorMrC;E8CxrMI;IACE,UAAA;IACA,UAAA;E9C0rMN;E8CzrMI;IxCnFF,iBwCoFmC;E9C2rMrC;E8C/rMI;IACE,UAAA;IACA,mBAAA;E9CisMN;E8ChsMI;IxCnFF,0BwCoFmC;E9CksMrC;E8CtsMI;IACE,UAAA;IACA,mBAAA;E9CwsMN;E8CvsMI;IxCnFF,0BwCoFmC;E9CysMrC;E8C7sMI;IACE,UAAA;IACA,UAAA;E9C+sMN;E8C9sMI;IxCnFF,iBwCoFmC;E9CgtMrC;E8CptMI;IACE,UAAA;IACA,mBAAA;E9CstMN;E8CrtMI;IxCnFF,0BwCoFmC;E9CutMrC;E8C3tMI;IACE,UAAA;IACA,mBAAA;E9C6tMN;E8C5tMI;IxCnFF,0BwCoFmC;E9C8tMrC;E8CluMI;IACE,UAAA;IACA,WAAA;E9CouMN;E8CnuMI;IxCnFF,kBwCoFmC;E9CquMrC;AACF;AMt3ME;EwCkJE;IACE,UAAA;IACA,YAAA;E9CuuMJ;E8CtuME;IACE,UAAA;IACA,WAAA;E9CwuMJ;E8CvuME;IACE,UAAA;IACA,UAAA;E9CyuMJ;E8CxuME;IACE,UAAA;IACA,eAAA;E9C0uMJ;E8CzuME;IACE,UAAA;IACA,UAAA;E9C2uMJ;E8C1uME;IACE,UAAA;IACA,eAAA;E9C4uMJ;E8C3uME;IACE,UAAA;IACA,UAAA;E9C6uMJ;E8C5uME;IACE,UAAA;IACA,UAAA;E9C8uMJ;E8C7uME;IACE,UAAA;IACA,UAAA;E9C+uMJ;E8C9uME;IACE,UAAA;IACA,UAAA;E9CgvMJ;E8C/uME;IACE,UAAA;IACA,UAAA;E9CivMJ;E8ChvME;IxCvHA,iBwCwHiC;E9CkvMnC;E8CjvME;IxCzHA,sBwC0HiC;E9CmvMnC;E8ClvME;IxC3HA,iBwC4HiC;E9CovMnC;E8CnvME;IxC7HA,sBwC8HiC;E9CqvMnC;E8CpvME;IxC/HA,iBwCgIiC;E9CsvMnC;E8CrvME;IxCjIA,iBwCkIiC;E9CuvMnC;E8CtvME;IxCnIA,iBwCoIiC;E9CwvMnC;E8CvvME;IxCrIA,iBwCsIiC;E9CyvMnC;E8CxvME;IxCvIA,iBwCwIiC;E9C0vMnC;E8CxvMI;IACE,UAAA;IACA,SAAA;E9C0vMN;E8CzvMI;IxC7IF,gBwC8ImC;E9C2vMrC;E8C/vMI;IACE,UAAA;IACA,kBAAA;E9CiwMN;E8ChwMI;IxC7IF,yBwC8ImC;E9CkwMrC;E8CtwMI;IACE,UAAA;IACA,mBAAA;E9CwwMN;E8CvwMI;IxC7IF,0BwC8ImC;E9CywMrC;E8C7wMI;IACE,UAAA;IACA,UAAA;E9C+wMN;E8C9wMI;IxC7IF,iBwC8ImC;E9CgxMrC;E8CpxMI;IACE,UAAA;IACA,mBAAA;E9CsxMN;E8CrxMI;IxC7IF,0BwC8ImC;E9CuxMrC;E8C3xMI;IACE,UAAA;IACA,mBAAA;E9C6xMN;E8C5xMI;IxC7IF,0BwC8ImC;E9C8xMrC;E8ClyMI;IACE,UAAA;IACA,UAAA;E9CoyMN;E8CnyMI;IxC7IF,iBwC8ImC;E9CqyMrC;E8CzyMI;IACE,UAAA;IACA,mBAAA;E9C2yMN;E8C1yMI;IxC7IF,0BwC8ImC;E9C4yMrC;E8ChzMI;IACE,UAAA;IACA,mBAAA;E9CkzMN;E8CjzMI;IxC7IF,0BwC8ImC;E9CmzMrC;E8CvzMI;IACE,UAAA;IACA,UAAA;E9CyzMN;E8CxzMI;IxC7IF,iBwC8ImC;E9C0zMrC;E8C9zMI;IACE,UAAA;IACA,mBAAA;E9Cg0MN;E8C/zMI;IxC7IF,0BwC8ImC;E9Ci0MrC;E8Cr0MI;IACE,UAAA;IACA,mBAAA;E9Cu0MN;E8Ct0MI;IxC7IF,0BwC8ImC;E9Cw0MrC;E8C50MI;IACE,UAAA;IACA,WAAA;E9C80MN;E8C70MI;IxC7IF,kBwC8ImC;E9C+0MrC;AACF;AM3gNI;EwC6LA;IACE,UAAA;IACA,YAAA;E9Ci1MJ;E8Ch1ME;IACE,UAAA;IACA,WAAA;E9Ck1MJ;E8Cj1ME;IACE,UAAA;IACA,UAAA;E9Cm1MJ;E8Cl1ME;IACE,UAAA;IACA,eAAA;E9Co1MJ;E8Cn1ME;IACE,UAAA;IACA,UAAA;E9Cq1MJ;E8Cp1ME;IACE,UAAA;IACA,eAAA;E9Cs1MJ;E8Cr1ME;IACE,UAAA;IACA,UAAA;E9Cu1MJ;E8Ct1ME;IACE,UAAA;IACA,UAAA;E9Cw1MJ;E8Cv1ME;IACE,UAAA;IACA,UAAA;E9Cy1MJ;E8Cx1ME;IACE,UAAA;IACA,UAAA;E9C01MJ;E8Cz1ME;IACE,UAAA;IACA,UAAA;E9C21MJ;E8C11ME;IxCjLA,iBwCkLiC;E9C41MnC;E8C31ME;IxCnLA,sBwCoLiC;E9C61MnC;E8C51ME;IxCrLA,iBwCsLiC;E9C81MnC;E8C71ME;IxCvLA,sBwCwLiC;E9C+1MnC;E8C91ME;IxCzLA,iBwC0LiC;E9Cg2MnC;E8C/1ME;IxC3LA,iBwC4LiC;E9Ci2MnC;E8Ch2ME;IxC7LA,iBwC8LiC;E9Ck2MnC;E8Cj2ME;IxC/LA,iBwCgMiC;E9Cm2MnC;E8Cl2ME;IxCjMA,iBwCkMiC;E9Co2MnC;E8Cl2MI;IACE,UAAA;IACA,SAAA;E9Co2MN;E8Cn2MI;IxCvMF,gBwCwMmC;E9Cq2MrC;E8Cz2MI;IACE,UAAA;IACA,kBAAA;E9C22MN;E8C12MI;IxCvMF,yBwCwMmC;E9C42MrC;E8Ch3MI;IACE,UAAA;IACA,mBAAA;E9Ck3MN;E8Cj3MI;IxCvMF,0BwCwMmC;E9Cm3MrC;E8Cv3MI;IACE,UAAA;IACA,UAAA;E9Cy3MN;E8Cx3MI;IxCvMF,iBwCwMmC;E9C03MrC;E8C93MI;IACE,UAAA;IACA,mBAAA;E9Cg4MN;E8C/3MI;IxCvMF,0BwCwMmC;E9Ci4MrC;E8Cr4MI;IACE,UAAA;IACA,mBAAA;E9Cu4MN;E8Ct4MI;IxCvMF,0BwCwMmC;E9Cw4MrC;E8C54MI;IACE,UAAA;IACA,UAAA;E9C84MN;E8C74MI;IxCvMF,iBwCwMmC;E9C+4MrC;E8Cn5MI;IACE,UAAA;IACA,mBAAA;E9Cq5MN;E8Cp5MI;IxCvMF,0BwCwMmC;E9Cs5MrC;E8C15MI;IACE,UAAA;IACA,mBAAA;E9C45MN;E8C35MI;IxCvMF,0BwCwMmC;E9C65MrC;E8Cj6MI;IACE,UAAA;IACA,UAAA;E9Cm6MN;E8Cl6MI;IxCvMF,iBwCwMmC;E9Co6MrC;E8Cx6MI;IACE,UAAA;IACA,mBAAA;E9C06MN;E8Cz6MI;IxCvMF,0BwCwMmC;E9C26MrC;E8C/6MI;IACE,UAAA;IACA,mBAAA;E9Ci7MN;E8Ch7MI;IxCvMF,0BwCwMmC;E9Ck7MrC;E8Ct7MI;IACE,UAAA;IACA,WAAA;E9Cw7MN;E8Cv7MI;IxCvMF,kBwCwMmC;E9Cy7MrC;AACF;AMhqNI;EwCwOA;IACE,UAAA;IACA,YAAA;E9C27MJ;E8C17ME;IACE,UAAA;IACA,WAAA;E9C47MJ;E8C37ME;IACE,UAAA;IACA,UAAA;E9C67MJ;E8C57ME;IACE,UAAA;IACA,eAAA;E9C87MJ;E8C77ME;IACE,UAAA;IACA,UAAA;E9C+7MJ;E8C97ME;IACE,UAAA;IACA,eAAA;E9Cg8MJ;E8C/7ME;IACE,UAAA;IACA,UAAA;E9Ci8MJ;E8Ch8ME;IACE,UAAA;IACA,UAAA;E9Ck8MJ;E8Cj8ME;IACE,UAAA;IACA,UAAA;E9Cm8MJ;E8Cl8ME;IACE,UAAA;IACA,UAAA;E9Co8MJ;E8Cn8ME;IACE,UAAA;IACA,UAAA;E9Cq8MJ;E8Cp8ME;IxC3OA,iBwC4OiC;E9Cs8MnC;E8Cr8ME;IxC7OA,sBwC8OiC;E9Cu8MnC;E8Ct8ME;IxC/OA,iBwCgPiC;E9Cw8MnC;E8Cv8ME;IxCjPA,sBwCkPiC;E9Cy8MnC;E8Cx8ME;IxCnPA,iBwCoPiC;E9C08MnC;E8Cz8ME;IxCrPA,iBwCsPiC;E9C28MnC;E8C18ME;IxCvPA,iBwCwPiC;E9C48MnC;E8C38ME;IxCzPA,iBwC0PiC;E9C68MnC;E8C58ME;IxC3PA,iBwC4PiC;E9C88MnC;E8C58MI;IACE,UAAA;IACA,SAAA;E9C88MN;E8C78MI;IxCjQF,gBwCkQmC;E9C+8MrC;E8Cn9MI;IACE,UAAA;IACA,kBAAA;E9Cq9MN;E8Cp9MI;IxCjQF,yBwCkQmC;E9Cs9MrC;E8C19MI;IACE,UAAA;IACA,mBAAA;E9C49MN;E8C39MI;IxCjQF,0BwCkQmC;E9C69MrC;E8Cj+MI;IACE,UAAA;IACA,UAAA;E9Cm+MN;E8Cl+MI;IxCjQF,iBwCkQmC;E9Co+MrC;E8Cx+MI;IACE,UAAA;IACA,mBAAA;E9C0+MN;E8Cz+MI;IxCjQF,0BwCkQmC;E9C2+MrC;E8C/+MI;IACE,UAAA;IACA,mBAAA;E9Ci/MN;E8Ch/MI;IxCjQF,0BwCkQmC;E9Ck/MrC;E8Ct/MI;IACE,UAAA;IACA,UAAA;E9Cw/MN;E8Cv/MI;IxCjQF,iBwCkQmC;E9Cy/MrC;E8C7/MI;IACE,UAAA;IACA,mBAAA;E9C+/MN;E8C9/MI;IxCjQF,0BwCkQmC;E9CggNrC;E8CpgNI;IACE,UAAA;IACA,mBAAA;E9CsgNN;E8CrgNI;IxCjQF,0BwCkQmC;E9CugNrC;E8C3gNI;IACE,UAAA;IACA,UAAA;E9C6gNN;E8C5gNI;IxCjQF,iBwCkQmC;E9C8gNrC;E8ClhNI;IACE,UAAA;IACA,mBAAA;E9CohNN;E8CnhNI;IxCjQF,0BwCkQmC;E9CqhNrC;E8CzhNI;IACE,UAAA;IACA,mBAAA;E9C2hNN;E8C1hNI;IxCjQF,0BwCkQmC;E9C4hNrC;E8ChiNI;IACE,UAAA;IACA,WAAA;E9CkiNN;E8CjiNI;IxCjQF,kBwCkQmC;E9CmiNrC;AACF;;A8CliNA;ExCpQI,sBwCqQ6B;ExCrQ7B,qBwCsQ6B;EAC/B,oBAAA;A9CqiNF;A8CpiNE;EACE,uBAAA;A9CsiNJ;A8CriNE;EACE,qCAAA;A9CuiNJ;A8CriNE;EACE,uBAAA;A9CuiNJ;A8CtiNE;ExC/QE,ewCgR+B;ExChR/B,cwCiR+B;EAC/B,aAAA;A9CwiNJ;A8CviNI;EACE,SAAA;EACA,qBAAA;A9CyiNN;A8CxiNI;EACE,qBAAA;A9C0iNN;A8CziNI;EACE,gBAAA;A9C2iNN;A8C1iNE;EACE,aAAA;A9C4iNJ;A8C3iNE;EACE,eAAA;A9C6iNJ;A8C5iNE;EACE,mBAAA;A9C8iNJ;AMr5NE;EwC0WE;IACE,aAAA;E9C8iNJ;AACF;AM94NE;EwCkWE;IACE,aAAA;E9C+iNJ;AACF;;A8C7iNE;EACE,oBAAA;ExC3SA,yCwC4S+B;ExC5S/B,wCwC6S+B;A9CgjNnC;A8C/iNI;EACE,8BAAA;EACA,+BAAA;A9CijNN;A8C/iNM;EACE,iBAAA;A9CijNR;AMh7NE;EwCiYM;IACE,iBAAA;E9CkjNR;AACF;AMj7NE;EwCgYM;IACE,iBAAA;E9CojNR;AACF;AMl7NE;EwC+XM;IACE,iBAAA;E9CsjNR;AACF;AMn7NE;EwC8XM;IACE,iBAAA;E9CwjNR;AACF;AMp7NE;EwC6XM;IACE,iBAAA;E9C0jNR;AACF;AMp7NI;EwC2XI;IACE,iBAAA;E9C4jNR;AACF;AM/6NI;EwCoXI;IACE,iBAAA;E9C8jNR;AACF;AM/6NI;EwCkXI;IACE,iBAAA;E9CgkNR;AACF;AM16NI;EwC2WI;IACE,iBAAA;E9CkkNR;AACF;A8C/lNM;EACE,oBAAA;A9CimNR;AMh+NE;EwCiYM;IACE,oBAAA;E9CkmNR;AACF;AMj+NE;EwCgYM;IACE,oBAAA;E9ComNR;AACF;AMl+NE;EwC+XM;IACE,oBAAA;E9CsmNR;AACF;AMn+NE;EwC8XM;IACE,oBAAA;E9CwmNR;AACF;AMp+NE;EwC6XM;IACE,oBAAA;E9C0mNR;AACF;AMp+NI;EwC2XI;IACE,oBAAA;E9C4mNR;AACF;AM/9NI;EwCoXI;IACE,oBAAA;E9C8mNR;AACF;AM/9NI;EwCkXI;IACE,oBAAA;E9CgnNR;AACF;AM19NI;EwC2WI;IACE,oBAAA;E9CknNR;AACF;A8C/oNM;EACE,mBAAA;A9CipNR;AMhhOE;EwCiYM;IACE,mBAAA;E9CkpNR;AACF;AMjhOE;EwCgYM;IACE,mBAAA;E9CopNR;AACF;AMlhOE;EwC+XM;IACE,mBAAA;E9CspNR;AACF;AMnhOE;EwC8XM;IACE,mBAAA;E9CwpNR;AACF;AMphOE;EwC6XM;IACE,mBAAA;E9C0pNR;AACF;AMphOI;EwC2XI;IACE,mBAAA;E9C4pNR;AACF;AM/gOI;EwCoXI;IACE,mBAAA;E9C8pNR;AACF;AM/gOI;EwCkXI;IACE,mBAAA;E9CgqNR;AACF;AM1gOI;EwC2WI;IACE,mBAAA;E9CkqNR;AACF;A8C/rNM;EACE,oBAAA;A9CisNR;AMhkOE;EwCiYM;IACE,oBAAA;E9CksNR;AACF;AMjkOE;EwCgYM;IACE,oBAAA;E9CosNR;AACF;AMlkOE;EwC+XM;IACE,oBAAA;E9CssNR;AACF;AMnkOE;EwC8XM;IACE,oBAAA;E9CwsNR;AACF;AMpkOE;EwC6XM;IACE,oBAAA;E9C0sNR;AACF;AMpkOI;EwC2XI;IACE,oBAAA;E9C4sNR;AACF;AM/jOI;EwCoXI;IACE,oBAAA;E9C8sNR;AACF;AM/jOI;EwCkXI;IACE,oBAAA;E9CgtNR;AACF;AM1jOI;EwC2WI;IACE,oBAAA;E9CktNR;AACF;A8C/uNM;EACE,iBAAA;A9CivNR;AMhnOE;EwCiYM;IACE,iBAAA;E9CkvNR;AACF;AMjnOE;EwCgYM;IACE,iBAAA;E9CovNR;AACF;AMlnOE;EwC+XM;IACE,iBAAA;E9CsvNR;AACF;AMnnOE;EwC8XM;IACE,iBAAA;E9CwvNR;AACF;AMpnOE;EwC6XM;IACE,iBAAA;E9C0vNR;AACF;AMpnOI;EwC2XI;IACE,iBAAA;E9C4vNR;AACF;AM/mOI;EwCoXI;IACE,iBAAA;E9C8vNR;AACF;AM/mOI;EwCkXI;IACE,iBAAA;E9CgwNR;AACF;AM1mOI;EwC2WI;IACE,iBAAA;E9CkwNR;AACF;A8C/xNM;EACE,oBAAA;A9CiyNR;AMhqOE;EwCiYM;IACE,oBAAA;E9CkyNR;AACF;AMjqOE;EwCgYM;IACE,oBAAA;E9CoyNR;AACF;AMlqOE;EwC+XM;IACE,oBAAA;E9CsyNR;AACF;AMnqOE;EwC8XM;IACE,oBAAA;E9CwyNR;AACF;AMpqOE;EwC6XM;IACE,oBAAA;E9C0yNR;AACF;AMpqOI;EwC2XI;IACE,oBAAA;E9C4yNR;AACF;AM/pOI;EwCoXI;IACE,oBAAA;E9C8yNR;AACF;AM/pOI;EwCkXI;IACE,oBAAA;E9CgzNR;AACF;AM1pOI;EwC2WI;IACE,oBAAA;E9CkzNR;AACF;A8C/0NM;EACE,mBAAA;A9Ci1NR;AMhtOE;EwCiYM;IACE,mBAAA;E9Ck1NR;AACF;AMjtOE;EwCgYM;IACE,mBAAA;E9Co1NR;AACF;AMltOE;EwC+XM;IACE,mBAAA;E9Cs1NR;AACF;AMntOE;EwC8XM;IACE,mBAAA;E9Cw1NR;AACF;AMptOE;EwC6XM;IACE,mBAAA;E9C01NR;AACF;AMptOI;EwC2XI;IACE,mBAAA;E9C41NR;AACF;AM/sOI;EwCoXI;IACE,mBAAA;E9C81NR;AACF;AM/sOI;EwCkXI;IACE,mBAAA;E9Cg2NR;AACF;AM1sOI;EwC2WI;IACE,mBAAA;E9Ck2NR;AACF;A8C/3NM;EACE,oBAAA;A9Ci4NR;AMhwOE;EwCiYM;IACE,oBAAA;E9Ck4NR;AACF;AMjwOE;EwCgYM;IACE,oBAAA;E9Co4NR;AACF;AMlwOE;EwC+XM;IACE,oBAAA;E9Cs4NR;AACF;AMnwOE;EwC8XM;IACE,oBAAA;E9Cw4N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M;EAEE,yBAAA;AjDopPR;;AiDnpPI;EACE,8CAAA;AjDspPN;;AiDlrPE;EACE,oCAAA;AjDqrPJ;;AiDnrPI;EAEE,yBAAA;AjDqrPN;;AiDprPE;EACE,+CAAA;AjDurPJ;;AiDlrPI;EACE,mCAAA;AjDqrPN;;AiDnrPM;EAEE,yBAAA;AjDqrPR;;AiDprPI;EACE,8CAAA;AjDurPN;;AiDrrPI;EACE,mCAAA;AjDwrPN;;AiDtrPM;EAEE,yBAAA;AjDwrPR;;AiDvrPI;EACE,8CAAA;AjD0rPN;;AiDttPE;EACE,oCAAA;AjDytPJ;;AiDvtPI;EAEE,yBAAA;AjDytPN;;AiDxtPE;EACE,+CAAA;AjD2tPJ;;AiDttPI;EACE,oCAAA;AjDytPN;;AiDvtPM;EAEE,yBAAA;AjDytPR;;AiDxtPI;EACE,+CAAA;AjD2tPN;;AiDztPI;EACE,oCAAA;AjD4tPN;;AiD1tPM;EAEE,yBAAA;AjD4tPR;;AiD3tPI;EACE,+CAAA;AjD8tPN;;AiD1vPE;EACE,oCAAA;AjD6vPJ;;AiD3vPI;EAEE,yBAAA;AjD6vPN;;AiD5vPE;EACE,+CAAA;AjD+vPJ;;AiD1vPI;EACE,mCAAA;AjD6vPN;;AiD3vPM;EAEE,yBAAA;AjD6vPR;;AiD5vPI;EACE,8CAAA;AjD+vPN;;AiD7vPI;EACE,kCAAA;AjDgwPN;;AiD9vPM;EAEE,yBAAA;AjDgwPR;;AiD/vPI;EACE,6CAAA;AjDkwPN;;AiD/vPE;EACE,oCAAA;AjDkwPJ;;AiDjwPE;EACE,+CAAA;AjDowPJ;;AiDvwPE;EACE,oCAAA;AjD0wPJ;;AiDzwPE;EACE,+CAAA;AjD4wPJ;;AiD/wPE;EACE,oCAAA;AjDkxPJ;;AiDjxPE;EACE,+CAAA;AjDoxPJ;;AiDvxPE;EACE,oCAAA;AjD0xPJ;;AiDzxPE;EACE,+CAAA;AjD4xPJ;;AiD/xPE;EACE,oCAAA;AjDkyPJ;;AiDjyPE;EACE,+CAAA;AjDoyPJ;;AiDvyPE;EACE,oCAAA;AjD0yPJ;;AiDzyPE;EACE,+CAAA;AjD4yPJ;;AiD/yPE;EACE,iCAAA;AjDkzPJ;;AiDjzPE;EACE,4CAAA;AjDozPJ;;AiDvzPE;EACE,iCAAA;AjD0zPJ;;AiDzzPE;EACE,4CAAA;AjD4zPJ;;AiD/zPE;EACE,iCAAA;AjDk0PJ;;AiDj0PE;EACE,4CAAA;AjDo0PJ;;AkDz2PE;EACE,8BAAA;AlD42PJ;;AkD72PE;EACE,sCAAA;AlDg3PJ;;AkDj3PE;EACE,iCAAA;AlDo3PJ;;AkDr3PE;EACE,yCAAA;AlDw3PJ;;AkDp3PE;EACE,4BAAA;AlDu3PJ;;AkDx3PE;EACE,0BAAA;AlD23PJ;;AkD53PE;EACE,kCAAA;AlD+3PJ;;AkD33PE;EACE,sCAAA;AlD83PJ;;AkD/3PE;EACE,oCAAA;AlDk4PJ;;AkDn4PE;EACE,kCAAA;AlDs4PJ;;AkDv4PE;EACE,yCAAA;AlD04PJ;;AkD34PE;EACE,wCAAA;AlD84PJ;;AkD/4PE;EACE,wCAAA;AlDk5PJ;;AkDn5PE;EACE,iCAAA;AlDs5PJ;;AkDv5PE;EACE,+BAAA;AlD05PJ;;AkD35PE;EACE,gCAAA;AlD85PJ;;AkD/5PE;EACE,iCAAA;AlDk6PJ;;AkD95PE;EACE,oCAAA;AlDi6PJ;;AkDl6PE;EACE,kCAAA;AlDq6PJ;;AkDt6PE;EACE,gCAAA;AlDy6PJ;;AkD16PE;EACE,uCAAA;AlD66PJ;;AkD96PE;EACE,sCAAA;AlDi7PJ;;AkDl7PE;EACE,sCAAA;AlDq7PJ;;AkDt7PE;EACE,iCAAA;AlDy7PJ;;AkD17PE;EACE,+BAAA;AlD67PJ;;AkD97PE;EACE,6BAAA;AlDi8PJ;;AkDl8PE;EACE,kCAAA;AlDq8PJ;;AkDj8PE;EACE,+BAAA;AlDo8PJ;;AkDr8PE;EACE,kCAAA;AlDw8PJ;;AkDz8PE;EACE,gCAAA;AlD48PJ;;AkD78PE;EACE,8BAAA;AlDg9PJ;;AkDj9PE;EACE,gCAAA;AlDo9PJ;;AkDr9PE;EACE,6BAAA;AlDw9PJ;;AkDz9PE;EACE,2BAAA;AlD49PJ;;AkD79PE;EACE,kCAAA;AlDg+PJ;;AkDj+PE;EACE,gCAAA;AlDo+PJ;;AkDh+PE;EACE,2BAAA;AlDm+PJ;;AkDp+PE;EACE,iCAAA;AlDu+PJ;;AkDx+PE;EACE,+BAAA;AlD2+PJ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oRJ;EwDhpRE;IACE,6BAAA;ExDkpRJ;AACF;AMviRE;EkD7GE;IACE,0BAAA;ExDupRJ;EwDxpRE;IACE,4BAAA;ExD0pRJ;EwD3pRE;IACE,0BAAA;ExD6pRJ;EwD9pRE;IACE,4BAAA;ExDgqRJ;EwDjqRE;IACE,6BAAA;ExDmqRJ;EwDpqRE;IACE,0BAAA;ExDsqRJ;EwDvqRE;IACE,6BAAA;ExDyqRJ;AACF;AM1jRE;EkDjHE;IACE,0BAAA;ExD8qRJ;EwD/qRE;IACE,4BAAA;ExDirRJ;EwDlrRE;IACE,0BAAA;ExDorRJ;EwDrrRE;IACE,4BAAA;ExDurRJ;EwDxrRE;IACE,6BAAA;ExD0rRJ;EwD3rRE;IACE,0BAAA;ExD6rRJ;EwD9rRE;IACE,6BAAA;ExDgsRJ;AACF;AMlkRI;EkDhIA;IACE,0BAAA;ExDqsRJ;EwDtsRE;IACE,4BAAA;ExDwsRJ;EwDzsRE;IACE,0BAAA;ExD2sRJ;EwD5sRE;IACE,4BAAA;ExD8sRJ;EwD/sRE;IACE,6BAAA;ExDitRJ;EwDltRE;IACE,0BAAA;ExDotRJ;EwDrtRE;IACE,6BAAA;ExDutRJ;AACF;AM1kRI;EkD/IA;IACE,0BAAA;ExD4tRJ;EwD7tRE;IACE,4BAAA;ExD+tRJ;EwDhuRE;IACE,0BAAA;ExDkuRJ;EwDnuRE;IACE,4BAAA;ExDquRJ;EwDtuRE;IACE,6BAAA;ExDwuRJ;EwDzuRE;IACE,0BAAA;ExD2uRJ;EwD5uRE;IACE,6BAAA;ExD8uRJ;AACF;AwDttRE;EACE,6BAAA;AxDwtRJ;;AwDztRE;EACE,8BAAA;AxD4tRJ;;AwD7tRE;EACE,2BAAA;AxDguRJ;;AwDjuRE;EACE,4BAAA;AxDouRJ;;AM9pRE;EkDlEE;IACE,6BAAA;ExDouRJ;AACF;AMhqRE;EkDnEE;IACE,6BAAA;ExDsuRJ;AACF;AMjqRE;EkDpEE;IACE,6BAAA;ExDwuRJ;AACF;AMlqRE;EkDrEE;IACE,6BAAA;ExD0uRJ;AACF;AMnqRE;EkDtEE;IACE,6BAAA;ExD4uRJ;AACF;AMnqRI;EkDxEA;IACE,6BAAA;ExD8uRJ;AACF;AM9pRI;EkD/EA;IACE,6BAAA;ExDgvRJ;AACF;AM9pRI;EkDjFA;IACE,6BAAA;ExDkvRJ;AACF;AMzpRI;EkDxFA;IACE,6BAAA;ExDovRJ;AACF;AM5sRE;EkDlEE;IACE,8BAAA;ExDixRJ;AACF;AM7sRE;EkDnEE;IACE,8BAAA;ExDmxRJ;AACF;AM9sRE;EkDpEE;IACE,8BAAA;ExDqxRJ;AACF;AM/sRE;EkDrEE;IACE,8BAAA;ExDuxRJ;AACF;AMhtRE;EkDtEE;IACE,8BAAA;ExDyxRJ;AACF;AMhtRI;EkDxEA;IACE,8BAAA;ExD2xRJ;AACF;AM3sRI;EkD/EA;IACE,8BAAA;ExD6xRJ;AACF;AM3sRI;EkDjFA;IACE,8BAAA;ExD+xRJ;AACF;AMtsRI;EkDxFA;IACE,8BAAA;ExDiyRJ;AACF;AMzvRE;EkDlEE;IACE,2BAAA;ExD8zRJ;AACF;AM1vRE;EkDnEE;IACE,2BAAA;ExDg0RJ;AACF;AM3vRE;EkDpEE;IACE,2BAAA;ExDk0RJ;AACF;AM5vRE;EkDrEE;IACE,2BAAA;ExDo0RJ;AACF;AM7vRE;EkDtEE;IACE,2BAAA;ExDs0RJ;AACF;AM7vRI;EkDxEA;IACE,2BAAA;ExDw0RJ;AACF;AMxvRI;EkD/EA;IACE,2BAAA;ExD00RJ;AACF;AMxvRI;EkDjFA;IACE,2BAAA;ExD40RJ;AACF;AMnvRI;EkDxFA;IACE,2BAAA;ExD80RJ;AACF;AMtyRE;EkDlEE;IACE,4BAAA;ExD22RJ;AACF;AMvyRE;EkDnEE;IACE,4BAAA;ExD62RJ;AACF;AMxyRE;EkDpEE;IACE,4BAAA;ExD+2RJ;AACF;AMzyRE;EkDrEE;IACE,4BAAA;ExDi3RJ;AACF;AM1yRE;EkDtEE;IACE,4BAAA;ExDm3RJ;AACF;AM1yRI;EkDxEA;IACE,4BAAA;ExDq3RJ;AACF;AMryRI;EkD/EA;IACE,4BAAA;ExDu3RJ;AACF;AMryRI;EkDjFA;IACE,4BAAA;ExDy3RJ;AACF;AMhyRI;EkDxFA;IACE,4BAAA;ExD23RJ;AACF;AwD13RA;EACE,qCAAA;AxD43RF;;AwD13RA;EACE,oCAAA;AxD63RF;;AwD33RA;EACE,oCAAA;AxD83RF;;AwD53RA;EACE,6BAAA;AxD+3RF;;AwD73RA;EACE,qCAAA;AxDg4RF;;AwD93RA;EACE,2BAAA;AxDi4RF;;AwDh4RA;EACE,2BAAA;AxDm4RF;;AwDl4RA;EACE,2BAAA;AxDq4RF;;AwDp4RA;EACE,2BAAA;AxDu4RF;;AwDt4RA;EACE,2BAAA;AxDy4RF;;AwDv4RA;EACE,+LAAA;AxD04RF;;AwDx4RA;EACE,+LAAA;AxD24RF;;AwDz4RA;EACE,+LAAA;AxD44RF;;AwD14RA;EACE,iCAAA;AxD64RF;;AwD34RA;EACE,iCAAA;AxD84RF;;AyDj/RE;EACE,yBAAA;AzDo/RJ;;AMl5RE;EmDhGE;IACE,yBAAA;EzDs/RJ;AACF;AMp5RE;EmDjGE;IACE,yBAAA;EzDw/RJ;AACF;AMr5RE;EmDlGE;IACE,yBAAA;EzD0/RJ;AACF;AMt5RE;EmDnGE;IACE,yBAAA;EzD4/RJ;AACF;AMv5RE;EmDpGE;IACE,yBAAA;EzD8/RJ;AACF;AMv5RI;EmDtGA;IACE,yBAAA;EzDggSJ;AACF;AMl5RI;EmD7GA;IACE,yBAAA;EzDkgSJ;AACF;AMl5RI;EmD/GA;IACE,yBAAA;EzDogSJ;AACF;AM74RI;EmDtHA;IACE,yBAAA;EzDsgSJ;AACF;AyDniSE;EACE,wBAAA;AzDqiSJ;;AMn8RE;EmDhGE;IACE,wBAAA;EzDuiSJ;AACF;AMr8RE;EmDjGE;IACE,wBAAA;EzDyiSJ;AACF;AMt8RE;EmDlGE;IACE,wBAAA;EzD2iSJ;AACF;AMv8RE;EmDnGE;IACE,wBAAA;EzD6iSJ;AACF;AMx8RE;EmDpGE;IACE,wBAAA;EzD+iSJ;AACF;AMx8RI;EmDtGA;IACE,wBAAA;EzDijSJ;AACF;AMn8RI;EmD7GA;IACE,wBAAA;EzDmjSJ;AACF;AMn8RI;EmD/GA;IACE,wBAAA;EzDqjSJ;AACF;AM97RI;EmDtHA;IACE,wBAAA;EzDujSJ;AACF;AyDplSE;EACE,0BAAA;AzDslSJ;;AMp/RE;EmDhGE;IACE,0BAAA;EzDwlSJ;AACF;AMt/RE;EmDjGE;IACE,0BAAA;EzD0lSJ;AACF;AMv/RE;EmDlGE;IACE,0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","file":"bulma-dark-rtl.css"} \ No newline at end of file diff --git a/css/theme/bulma-dark-rtl.min.css b/css/theme/bulma-dark-rtl.min.css new file mode 100644 index 000000000..03fd05cb6 --- /dev/null +++ b/css/theme/bulma-dark-rtl.min.css @@ -0,0 +1 @@ +@charset "UTF-8";.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:0}.select fieldset[disabled] select,.select select[disabled],[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea,fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(186,186,186,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#404040;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(186,186,186,.3)}.delete:active,.modal-close:active{background-color:rgba(186,186,186,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#404040;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#9a9a9a;font-size:1em;font-weight:400;line-height:1.5}a{color:#9b905c;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#a4a4a4}code{background-color:#454545;color:#52b7a3;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#454545;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#a4a4a4;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#454545;color:#9a9a9a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#a4a4a4}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.box{background-color:#404040;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px #9b905c}a.box:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2),0 0 0 1px #9b905c}.button{background-color:#404040;border-color:#525252;border-width:1px;color:#a4a4a4;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-right:calc(-.5em - 1px);margin-left:.25em}.button .icon:last-child:not(:first-child){margin-right:.25em;margin-left:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#656565;color:#a4a4a4}.button.is-focused,.button:focus{border-color:#9b905c;color:#a4a4a4}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-active,.button:active{border-color:#9a9a9a;color:#a4a4a4}.button.is-text{background-color:transparent;border-color:transparent;color:#9a9a9a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#454545;color:#a4a4a4}.button.is-text.is-active,.button.is-text:active{background-color:#383838;color:#a4a4a4}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:0 0;border-color:transparent;color:#9b905c;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#9b905c;text-decoration:underline}.button.is-white{background-color:#404040;border-color:transparent;color:#bababa}.button.is-white.is-hovered,.button.is-white:hover{background-color:#3a3a3a;border-color:transparent;color:#bababa}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#bababa}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#333;border-color:transparent;color:#bababa}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#404040;border-color:#404040;box-shadow:none}.button.is-white.is-inverted{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#adadad}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#bababa;border-color:transparent;box-shadow:none;color:#404040}.button.is-white.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#404040;border-color:#404040;color:#bababa}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-outlined.is-loading.is-focused::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black{background-color:#bababa;border-color:transparent;color:#404040}.button.is-black.is-hovered,.button.is-black:hover{background-color:#b4b4b4;border-color:transparent;color:#404040}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#404040}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#adadad;border-color:transparent;color:#404040}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#bababa;border-color:#bababa;box-shadow:none}.button.is-black.is-inverted{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#333}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#404040;border-color:transparent;box-shadow:none;color:#bababa}.button.is-black.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#bababa;border-color:#bababa;color:#404040}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-outlined.is-loading.is-focused::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-light{background-color:#454545;border-color:transparent;color:#9d9d9d}.button.is-light.is-hovered,.button.is-light:hover{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#9d9d9d}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#383838;border-color:transparent;color:#9d9d9d}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#454545;border-color:#454545;box-shadow:none}.button.is-light.is-inverted{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:#909090}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:#9d9d9d;border-color:transparent;box-shadow:none;color:#454545}.button.is-light.is-loading::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined{background-color:transparent;border-color:#454545;color:#454545}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#454545;border-color:#454545;color:#9d9d9d}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-outlined.is-loading.is-focused::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading:hover::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#454545;box-shadow:none;color:#454545}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;color:#9d9d9d}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;box-shadow:none;color:#9d9d9d}.button.is-dark{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#979797;border-color:transparent;color:#6d6d6d}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;box-shadow:none}.button.is-dark.is-inverted{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#606060}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#6d6d6d;border-color:transparent;box-shadow:none;color:#a4a4a4}.button.is-dark.is-loading::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;color:#a4a4a4}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-outlined.is-loading.is-focused::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading:hover::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;box-shadow:none;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;color:#6d6d6d}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;box-shadow:none;color:#6d6d6d}.button.is-primary{background-color:#bf5766;border-color:transparent;color:#60948c}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#bb4e5e;border-color:transparent;color:#60948c}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#60948c}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#b74656;border-color:transparent;color:#60948c}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#bf5766;border-color:#bf5766;box-shadow:none}.button.is-primary.is-inverted{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#56857d}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#60948c;border-color:transparent;box-shadow:none;color:#bf5766}.button.is-primary.is-loading::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;color:#bf5766}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#bf5766;border-color:#bf5766;color:#60948c}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-outlined.is-loading.is-focused::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading:hover::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;box-shadow:none;color:#bf5766}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;color:#60948c}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;box-shadow:none;color:#60948c}.button.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#e35d70;border-color:transparent;color:#ac4e5c}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#e15267;border-color:transparent;color:#ac4e5c}.button.is-link{background-color:#9b905c;border-color:transparent;color:#727791}.button.is-link.is-hovered,.button.is-link:hover{background-color:#938957;border-color:transparent;color:#727791}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#727791}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#8b8153;border-color:transparent;color:#727791}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#9b905c;border-color:#9b905c;box-shadow:none}.button.is-link.is-inverted{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#666b83}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#727791;border-color:transparent;box-shadow:none;color:#9b905c}.button.is-link.is-loading::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;color:#9b905c}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#9b905c;border-color:#9b905c;color:#727791}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-outlined.is-loading.is-focused::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading:hover::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;box-shadow:none;color:#9b905c}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;color:#727791}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;box-shadow:none;color:#727791}.button.is-link.is-light{background-color:#baad6e;color:#8c8253}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#b6a865;border-color:transparent;color:#8c8253}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#b2a35d;border-color:transparent;color:#8c8253}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#a07857}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;border-color:transparent;color:#a07857}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#a07857}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#a07857}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#8f6c4e}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#a07857;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-info.is-loading::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading.is-focused::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading:hover::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;color:#a07857}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;box-shadow:none;color:#a07857}.button.is-info.is-light{background-color:#4aaafa;color:#3880bb}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#3ea4fa;border-color:transparent;color:#3880bb}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#319ef9;border-color:transparent;color:#3880bb}.button.is-success{background-color:#47c68d;border-color:transparent;color:#9b5c78}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;border-color:transparent;color:#9b5c78}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#9b5c78}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#9b5c78}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#47c68d;border-color:#47c68d;box-shadow:none}.button.is-success.is-inverted{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#8b536c}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#9b5c78;border-color:transparent;box-shadow:none;color:#47c68d}.button.is-success.is-loading::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;color:#47c68d}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-outlined.is-loading.is-focused::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;box-shadow:none;color:#47c68d}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;color:#9b5c78}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;box-shadow:none;color:#9b5c78}.button.is-success.is-light{background-color:#56efaa;color:#41b380}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#4aeea4;border-color:transparent;color:#41b380}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#3fed9e;border-color:transparent;color:#41b380}.button.is-warning{background-color:#ffdf89;border-color:transparent;color:#404f7a}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:#404f7a}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:#404f7a}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdf89;border-color:#ffdf89;box-shadow:none}.button.is-warning.is-inverted{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:#374469}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#404f7a;border-color:transparent;box-shadow:none;color:#ffdf89}.button.is-warning.is-loading::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;color:#ffdf89}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-outlined.is-loading.is-focused::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading:hover::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;box-shadow:none;color:#ffdf89}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;color:#404f7a}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;box-shadow:none;color:#404f7a}.button.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#ff9;border-color:transparent;color:#e6ca7c}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#ffff8d;border-color:transparent;color:#e6ca7c}.button.is-danger{background-color:#f14668;border-color:transparent;color:#479c8b}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#479c8b}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#479c8b}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#479c8b}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.button.is-danger.is-inverted{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#3f8a7b}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#479c8b;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#479c8b}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading:hover::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;color:#479c8b}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;box-shadow:none;color:#479c8b}.button.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#ff4773;border-color:transparent;color:#d93f5e}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#ff3b6a;border-color:transparent;color:#d93f5e}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#404040;border-color:#525252;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - 1em * .5);top:calc(50% - 1em * .5);position:absolute!important}.button.is-static{background-color:#454545;border-color:#525252;color:#828282;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-left:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-left:-1px}.buttons.has-addons .button:last-child{margin-left:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#a4a4a4;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#454545;border-right:5px solid #525252;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-right:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-right:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-right:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#a4a4a4}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#a4a4a4}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#a4a4a4}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-left:.25em}.icon-text .icon:not(:first-child){margin-right:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#454545;border-radius:4px;position:relative;padding:1.25rem 1.5rem 1.25rem 2.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#404040}.notification pre code{background:0 0}.notification>.delete{left:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#404040;color:#bababa}.notification.is-black{background-color:#bababa;color:#404040}.notification.is-light{background-color:#454545;color:#9d9d9d}.notification.is-dark{background-color:#a4a4a4;color:#6d6d6d}.notification.is-primary{background-color:#bf5766;color:#60948c}.notification.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.notification.is-link{background-color:#9b905c;color:#727791}.notification.is-link.is-light{background-color:#baad6e;color:#8c8253}.notification.is-info{background-color:#3e8ed0;color:#a07857}.notification.is-info.is-light{background-color:#4aaafa;color:#3880bb}.notification.is-success{background-color:#47c68d;color:#9b5c78}.notification.is-success.is-light{background-color:#56efaa;color:#41b380}.notification.is-warning{background-color:#ffdf89;color:#404f7a}.notification.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.notification.is-danger{background-color:#f14668;color:#479c8b}.notification.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#494949}.progress::-webkit-progress-value{background-color:#9a9a9a}.progress::-moz-progress-bar{background-color:#9a9a9a}.progress::-ms-fill{background-color:#9a9a9a;border:none}.progress.is-white::-webkit-progress-value{background-color:#404040}.progress.is-white::-moz-progress-bar{background-color:#404040}.progress.is-white::-ms-fill{background-color:#404040}.progress.is-white:indeterminate{background-image:linear-gradient(to right,#404040 30%,#494949 30%)}.progress.is-black::-webkit-progress-value{background-color:#bababa}.progress.is-black::-moz-progress-bar{background-color:#bababa}.progress.is-black::-ms-fill{background-color:#bababa}.progress.is-black:indeterminate{background-image:linear-gradient(to right,#bababa 30%,#494949 30%)}.progress.is-light::-webkit-progress-value{background-color:#454545}.progress.is-light::-moz-progress-bar{background-color:#454545}.progress.is-light::-ms-fill{background-color:#454545}.progress.is-light:indeterminate{background-image:linear-gradient(to right,#454545 30%,#494949 30%)}.progress.is-dark::-webkit-progress-value{background-color:#a4a4a4}.progress.is-dark::-moz-progress-bar{background-color:#a4a4a4}.progress.is-dark::-ms-fill{background-color:#a4a4a4}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,#a4a4a4 30%,#494949 30%)}.progress.is-primary::-webkit-progress-value{background-color:#bf5766}.progress.is-primary::-moz-progress-bar{background-color:#bf5766}.progress.is-primary::-ms-fill{background-color:#bf5766}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,#bf5766 30%,#494949 30%)}.progress.is-link::-webkit-progress-value{background-color:#9b905c}.progress.is-link::-moz-progress-bar{background-color:#9b905c}.progress.is-link::-ms-fill{background-color:#9b905c}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#9b905c 30%,#494949 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#494949 30%)}.progress.is-success::-webkit-progress-value{background-color:#47c68d}.progress.is-success::-moz-progress-bar{background-color:#47c68d}.progress.is-success::-ms-fill{background-color:#47c68d}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#47c68d 30%,#494949 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdf89}.progress.is-warning::-moz-progress-bar{background-color:#ffdf89}.progress.is-warning::-ms-fill{background-color:#ffdf89}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffdf89 30%,#494949 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#494949 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#494949;background-image:linear-gradient(to right,#9a9a9a 30%,#494949 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#404040;color:#a4a4a4}.table td,.table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#404040;border-color:#404040;color:#bababa}.table td.is-black,.table th.is-black{background-color:#bababa;border-color:#bababa;color:#404040}.table td.is-light,.table th.is-light{background-color:#454545;border-color:#454545;color:#9d9d9d}.table td.is-dark,.table th.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.table td.is-primary,.table th.is-primary{background-color:#bf5766;border-color:#bf5766;color:#60948c}.table td.is-link,.table th.is-link{background-color:#9b905c;border-color:#9b905c;color:#727791}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.table td.is-success,.table th.is-success{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.table td.is-warning,.table th.is-warning{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#479c8b}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#bf5766;color:#60948c}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#a4a4a4}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#bf5766;color:#60948c}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#60948c;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#a4a4a4}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#a4a4a4}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#454545}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#424242}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-left:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-left:0}.tags.has-addons .tag:not(:first-child){margin-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.tags.has-addons .tag:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.tag:not(body){align-items:center;background-color:#454545;border-radius:4px;color:#9a9a9a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-right:.25rem;margin-left:-.375rem}.tag:not(body).is-white{background-color:#404040;color:#bababa}.tag:not(body).is-black{background-color:#bababa;color:#404040}.tag:not(body).is-light{background-color:#454545;color:#9d9d9d}.tag:not(body).is-dark{background-color:#a4a4a4;color:#6d6d6d}.tag:not(body).is-primary{background-color:#bf5766;color:#60948c}.tag:not(body).is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.tag:not(body).is-link{background-color:#9b905c;color:#727791}.tag:not(body).is-link.is-light{background-color:#baad6e;color:#8c8253}.tag:not(body).is-info{background-color:#3e8ed0;color:#a07857}.tag:not(body).is-info.is-light{background-color:#4aaafa;color:#3880bb}.tag:not(body).is-success{background-color:#47c68d;color:#9b5c78}.tag:not(body).is-success.is-light{background-color:#56efaa;color:#41b380}.tag:not(body).is-warning{background-color:#ffdf89;color:#404f7a}.tag:not(body).is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.tag:not(body).is-danger{background-color:#f14668;color:#479c8b}.tag:not(body).is-danger.is-light{background-color:#ff547d;color:#d93f5e}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-right:-.375em;margin-left:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-right:.1875em;margin-left:-.375em}.tag:not(body) .icon:first-child:last-child{margin-right:-.375em;margin-left:-.375em}.tag:not(body).is-delete{margin-right:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::after,.tag:not(body).is-delete::before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#383838}.tag:not(body).is-delete:active{background-color:#2c2c2c}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.title sub{font-size:.75em}.subtitle sup,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#a4a4a4;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#9a9a9a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#a4a4a4;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#454545;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#404040;border-color:#525252;border-radius:4px;color:#a4a4a4}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(164,164,164,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(164,164,164,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(164,164,164,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(164,164,164,.3)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#656565}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#9b905c;box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select fieldset[disabled] select,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#454545;border-color:#454545;box-shadow:none;color:#828282}.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(130,130,130,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(186,186,186,.05);max-width:100%;width:100%}[readonly].input,[readonly].textarea{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#404040}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.is-black.input,.is-black.textarea{border-color:#bababa}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.is-light.input,.is-light.textarea{border-color:#454545}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.is-dark.input,.is-dark.textarea{border-color:#a4a4a4}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.is-primary.input,.is-primary.textarea{border-color:#bf5766}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.is-link.input,.is-link.textarea{border-color:#9b905c}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#47c68d}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdf89}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#a4a4a4}.checkbox input[disabled],.radio input[disabled],[disabled].checkbox,[disabled].radio,fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#828282;cursor:not-allowed}.radio+.radio{margin-right:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#9b905c;left:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-right:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#454545}.select select:not([multiple]){padding-left:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#a4a4a4}.select.is-white:not(:hover)::after{border-color:#404040}.select.is-white select{border-color:#404040}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#333}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.select.is-black:not(:hover)::after{border-color:#bababa}.select.is-black select{border-color:#bababa}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#adadad}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.select.is-light:not(:hover)::after{border-color:#454545}.select.is-light select{border-color:#454545}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#383838}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.select.is-dark:not(:hover)::after{border-color:#a4a4a4}.select.is-dark select{border-color:#a4a4a4}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#979797}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.select.is-primary:not(:hover)::after{border-color:#bf5766}.select.is-primary select{border-color:#bf5766}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#b74656}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.select.is-link:not(:hover)::after{border-color:#9b905c}.select.is-link select{border-color:#9b905c}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#8b8153}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#47c68d}.select.is-success select{border-color:#47c68d}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdf89}.select.is-warning select{border-color:#ffdf89}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#828282!important;opacity:.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;left:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#404040;border-color:transparent;color:#bababa}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#3a3a3a;border-color:transparent;color:#bababa}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(64,64,64,.25);color:#bababa}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#333;border-color:transparent;color:#bababa}.file.is-black .file-cta{background-color:#bababa;border-color:transparent;color:#404040}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#b4b4b4;border-color:transparent;color:#404040}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(186,186,186,.25);color:#404040}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#adadad;border-color:transparent;color:#404040}.file.is-light .file-cta{background-color:#454545;border-color:transparent;color:#9d9d9d}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(69,69,69,.25);color:#9d9d9d}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#383838;border-color:transparent;color:#9d9d9d}.file.is-dark .file-cta{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(164,164,164,.25);color:#6d6d6d}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#979797;border-color:transparent;color:#6d6d6d}.file.is-primary .file-cta{background-color:#bf5766;border-color:transparent;color:#60948c}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#bb4e5e;border-color:transparent;color:#60948c}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(191,87,102,.25);color:#60948c}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#b74656;border-color:transparent;color:#60948c}.file.is-link .file-cta{background-color:#9b905c;border-color:transparent;color:#727791}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#938957;border-color:transparent;color:#727791}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(155,144,92,.25);color:#727791}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#8b8153;border-color:transparent;color:#727791}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#a07857}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#a07857}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#a07857}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#a07857}.file.is-success .file-cta{background-color:#47c68d;border-color:transparent;color:#9b5c78}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#9b5c78}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#9b5c78}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#9b5c78}.file.is-warning .file-cta{background-color:#ffdf89;border-color:transparent;color:#404f7a}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,224,138,.25);color:#404f7a}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;border-color:transparent;color:#404f7a}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#479c8b}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#479c8b}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#479c8b}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#479c8b}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#3f3f3f;color:#a4a4a4}.file-label:hover .file-name{border-color:#4c4c4c}.file-label:active .file-cta{background-color:#383838;color:#a4a4a4}.file-label:active .file-name{border-color:#454545}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#525252;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#454545;color:#9a9a9a}.file-name{border-color:#525252;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-left:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#a4a4a4;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#404040}.help.is-black{color:#bababa}.help.is-light{color:#454545}.help.is-dark{color:#a4a4a4}.help.is-primary{color:#bf5766}.help.is-link{color:#9b905c}.help.is-info{color:#3e8ed0}.help.is-success{color:#47c68d}.help.is-warning{color:#ffdf89}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-left:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-left:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width:769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media screen and (min-width:769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-left:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-left:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#9a9a9a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#525252;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute!important;left:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#9b905c;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#a4a4a4}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-right:0}.breadcrumb li.is-active a{color:#a4a4a4;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#656565;content:"/"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-left:.5em}.breadcrumb .icon:last-child{margin-right:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"→"}.breadcrumb.has-bullet-separator li+li::before{content:"•"}.breadcrumb.has-dot-separator li+li::before{content:"·"}.breadcrumb.has-succeeds-separator li+li::before{content:"≻"}.card{background-color:#404040;border-radius:.25rem;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;max-width:100%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(186,186,186,.1);display:flex}.card-header-title{align-items:center;color:#a4a4a4;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #494949;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-left:1px solid #494949}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;right:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#404040;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#9a9a9a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-left:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#454545;color:#bababa}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#9b905c;color:#727791}.dropdown-divider{background-color:#494949;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-left:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width:769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width:769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-left:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width:769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width:769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(82,82,82,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(82,82,82,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-left:1rem}.media-right{margin-right:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#9a9a9a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#454545;color:#a4a4a4}.menu-list a.is-active{background-color:#9b905c;color:#727791}.menu-list li ul{border-right:1px solid #525252;margin:.75em;padding-right:.75em}.menu-label{color:#828282;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#454545;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fafafa}.message.is-white .message-header{background-color:#404040;color:#bababa}.message.is-white .message-body{border-color:#404040}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#bababa;color:#404040}.message.is-black .message-body{border-color:#bababa}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#454545;color:#9d9d9d}.message.is-light .message-body{border-color:#454545}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#a4a4a4;color:#6d6d6d}.message.is-dark .message-body{border-color:#a4a4a4}.message.is-primary{background-color:#e5687a}.message.is-primary .message-header{background-color:#bf5766;color:#60948c}.message.is-primary .message-body{border-color:#bf5766;color:#ac4e5c}.message.is-link{background-color:#baad6e}.message.is-link .message-header{background-color:#9b905c;color:#727791}.message.is-link .message-body{border-color:#9b905c;color:#8c8253}.message.is-info{background-color:#4aaafa}.message.is-info .message-header{background-color:#3e8ed0;color:#a07857}.message.is-info .message-body{border-color:#3e8ed0;color:#3880bb}.message.is-success{background-color:#56efaa}.message.is-success .message-header{background-color:#47c68d;color:#9b5c78}.message.is-success .message-body{border-color:#47c68d;color:#41b380}.message.is-warning{background-color:#ffffa6}.message.is-warning .message-header{background-color:#ffdf89;color:#404f7a}.message.is-warning .message-body{border-color:#ffdf89;color:#e6ca7c}.message.is-danger{background-color:#ff547d}.message.is-danger .message-header{background-color:#f14668;color:#479c8b}.message.is-danger .message-body{border-color:#f14668;color:#d93f5e}.message-header{align-items:center;background-color:#9a9a9a;border-radius:4px 4px 0 0;color:#404040;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-right:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#525252;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#9a9a9a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#404040}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(186,186,186,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;left:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#454545;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #525252;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#a4a4a4;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #525252}.modal-card-foot .button:not(:last-child){margin-left:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#404040;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#404040;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#404040;color:#bababa}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#bababa}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-burger{color:#bababa}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#bababa}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#333;color:#bababa}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#404040;color:#bababa}}.navbar.is-black{background-color:#bababa;color:#404040}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#404040}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-burger{color:#404040}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#404040}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#adadad;color:#404040}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#bababa;color:#404040}}.navbar.is-light{background-color:#454545;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-burger{color:#9d9d9d}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9d9d9d}}.navbar.is-dark{background-color:#a4a4a4;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-burger{color:#6d6d6d}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#a4a4a4;color:#6d6d6d}}.navbar.is-primary{background-color:#bf5766;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#60948c}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-burger{color:#60948c}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#60948c}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#bf5766;color:#60948c}}.navbar.is-link{background-color:#9b905c;color:#727791}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#727791}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-burger{color:#727791}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#727791}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#9b905c;color:#727791}}.navbar.is-info{background-color:#3e8ed0;color:#a07857}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#a07857}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-burger{color:#a07857}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#a07857}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#a07857}}.navbar.is-success{background-color:#47c68d;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-burger{color:#9b5c78}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#47c68d;color:#9b5c78}}.navbar.is-warning{background-color:#ffdf89;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-burger{color:#404f7a}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdf89;color:#404f7a}}.navbar.is-danger{background-color:#f14668;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-burger{color:#479c8b}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#479c8b}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #454545}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #454545}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#9a9a9a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-right:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#9a9a9a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#424242;color:#9b905c}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#9b905c}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#9b905c;border-bottom-style:solid;border-bottom-width:3px;color:#9b905c;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-left:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#9b905c;margin-top:-.375em;left:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#454545;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#404040;box-shadow:0 8px 16px rgba(186,186,186,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #525252;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(186,186,186,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-left:auto}.navbar-end{justify-content:flex-end;margin-right:auto}.navbar-dropdown{background-color:#404040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #525252;box-shadow:0 8px 8px rgba(186,186,186,.1);display:none;font-size:.875rem;right:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-left:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-right:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-left:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#bababa}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#424242}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#525252;color:#a4a4a4;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#656565;color:#a4a4a4}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#9b905c}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2)}.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background-color:#525252;border-color:#525252;box-shadow:none;color:#828282;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#9b905c;border-color:#9b905c;color:#727791}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#404040;color:#bababa}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#404040}.panel.is-white .panel-block.is-active .panel-icon{color:#404040}.panel.is-black .panel-heading{background-color:#bababa;color:#404040}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#bababa}.panel.is-black .panel-block.is-active .panel-icon{color:#bababa}.panel.is-light .panel-heading{background-color:#454545;color:#9d9d9d}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#454545}.panel.is-light .panel-block.is-active .panel-icon{color:#454545}.panel.is-dark .panel-heading{background-color:#a4a4a4;color:#6d6d6d}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#a4a4a4}.panel.is-dark .panel-block.is-active .panel-icon{color:#a4a4a4}.panel.is-primary .panel-heading{background-color:#bf5766;color:#60948c}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#bf5766}.panel.is-primary .panel-block.is-active .panel-icon{color:#bf5766}.panel.is-link .panel-heading{background-color:#9b905c;color:#727791}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#9b905c}.panel.is-link .panel-block.is-active .panel-icon{color:#9b905c}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#a07857}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#47c68d;color:#9b5c78}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#47c68d}.panel.is-success .panel-block.is-active .panel-icon{color:#47c68d}.panel.is-warning .panel-heading{background-color:#ffdf89;color:#404f7a}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdf89}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdf89}.panel.is-danger .panel-heading{background-color:#f14668;color:#479c8b}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #494949}.panel-heading{background-color:#494949;border-radius:6px 6px 0 0;color:#a4a4a4;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #525252;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#9a9a9a;color:#a4a4a4}.panel-list a{color:#9a9a9a}.panel-list a:hover{color:#9b905c}.panel-block{align-items:center;color:#a4a4a4;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-left:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#9b905c;color:#a4a4a4}.panel-block.is-active .panel-icon{color:#9b905c}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#454545}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#828282;margin-left:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;color:#9a9a9a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#a4a4a4;color:#a4a4a4}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#9b905c;color:#9b905c}.tabs ul{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-left:.5em}.tabs .icon:last-child{margin-right:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:0 0 4px 4px}.tabs.is-boxed a:hover{background-color:#454545;border-bottom-color:#525252}.tabs.is-boxed li.is-active a{background-color:#404040;border-color:#525252;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#525252;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#454545;border-color:#656565;z-index:2}.tabs.is-toggle li+li{margin-right:-1px}.tabs.is-toggle li:first-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li:last-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li.is-active a{background-color:#9b905c;border-color:#9b905c;color:#727791;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-right:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-right:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-right:50%}.columns.is-mobile>.column.is-offset-one-third{margin-right:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-right:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-right:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-right:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-right:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-right:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-right:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-right:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-right:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-right:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-right:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-right:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-right:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-right:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-right:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-right:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-right:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-right:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-right:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-right:75%}.column.is-offset-two-thirds-mobile{margin-right:66.6666%}.column.is-offset-half-mobile{margin-right:50%}.column.is-offset-one-third-mobile{margin-right:33.3333%}.column.is-offset-one-quarter-mobile{margin-right:25%}.column.is-offset-one-fifth-mobile{margin-right:20%}.column.is-offset-two-fifths-mobile{margin-right:40%}.column.is-offset-three-fifths-mobile{margin-right:60%}.column.is-offset-four-fifths-mobile{margin-right:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-right:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-right:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-right:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-right:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-right:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-right:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-right:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-right:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-right:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-right:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-right:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-right:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-right:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-right:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-right:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-right:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-right:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-right:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-right:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-right:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-right:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-right:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-right:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-right:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-right:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-right:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-right:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-right:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-right:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-right:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-right:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-right:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-right:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-right:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-right:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-right:75%}.column.is-offset-two-thirds-touch{margin-right:66.6666%}.column.is-offset-half-touch{margin-right:50%}.column.is-offset-one-third-touch{margin-right:33.3333%}.column.is-offset-one-quarter-touch{margin-right:25%}.column.is-offset-one-fifth-touch{margin-right:20%}.column.is-offset-two-fifths-touch{margin-right:40%}.column.is-offset-three-fifths-touch{margin-right:60%}.column.is-offset-four-fifths-touch{margin-right:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-right:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-right:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-right:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-right:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-right:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-right:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-right:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-right:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-right:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-right:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-right:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-right:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-right:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-right:75%}.column.is-offset-two-thirds-desktop{margin-right:66.6666%}.column.is-offset-half-desktop{margin-right:50%}.column.is-offset-one-third-desktop{margin-right:33.3333%}.column.is-offset-one-quarter-desktop{margin-right:25%}.column.is-offset-one-fifth-desktop{margin-right:20%}.column.is-offset-two-fifths-desktop{margin-right:40%}.column.is-offset-three-fifths-desktop{margin-right:60%}.column.is-offset-four-fifths-desktop{margin-right:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-right:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-right:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-right:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-right:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-right:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-right:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-right:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-right:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-right:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-right:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-right:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-right:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-right:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-right:75%}.column.is-offset-two-thirds-widescreen{margin-right:66.6666%}.column.is-offset-half-widescreen{margin-right:50%}.column.is-offset-one-third-widescreen{margin-right:33.3333%}.column.is-offset-one-quarter-widescreen{margin-right:25%}.column.is-offset-one-fifth-widescreen{margin-right:20%}.column.is-offset-two-fifths-widescreen{margin-right:40%}.column.is-offset-three-fifths-widescreen{margin-right:60%}.column.is-offset-four-fifths-widescreen{margin-right:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-right:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-right:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-right:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-right:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-right:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-right:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-right:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-right:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-right:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-right:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-right:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-right:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-right:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-right:75%}.column.is-offset-two-thirds-fullhd{margin-right:66.6666%}.column.is-offset-half-fullhd{margin-right:50%}.column.is-offset-one-third-fullhd{margin-right:33.3333%}.column.is-offset-one-quarter-fullhd{margin-right:25%}.column.is-offset-one-fifth-fullhd{margin-right:20%}.column.is-offset-two-fifths-fullhd{margin-right:40%}.column.is-offset-three-fifths-fullhd{margin-right:60%}.column.is-offset-four-fifths-fullhd{margin-right:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-right:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-right:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-right:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-right:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-right:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-right:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-right:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-right:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-right:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-right:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-right:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-right:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-right:100%}}.columns{margin-right:-.75rem;margin-left:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-right:0;margin-left:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-right:calc(-1 * var(--columnGap));margin-left:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (min-width:769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#404040!important}a.has-text-white:focus,a.has-text-white:hover{color:#272727!important}.has-background-white{background-color:#404040!important}.has-text-black{color:#bababa!important}a.has-text-black:focus,a.has-text-black:hover{color:#a1a1a1!important}.has-background-black{background-color:#bababa!important}.has-text-light{color:#454545!important}a.has-text-light:focus,a.has-text-light:hover{color:#2c2c2c!important}.has-background-light{background-color:#454545!important}.has-text-dark{color:#a4a4a4!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#8b8b8b!important}.has-background-dark{background-color:#a4a4a4!important}.has-text-primary{color:#bf5766!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#a43f4d!important}.has-background-primary{background-color:#bf5766!important}.has-text-primary-light{color:#e5687a!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#de3c54!important}.has-background-primary-light{background-color:#e5687a!important}.has-text-primary-dark{color:#ac4e5c!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#893e49!important}.has-background-primary-dark{background-color:#ac4e5c!important}.has-text-link{color:#9b905c!important}a.has-text-link:focus,a.has-text-link:hover{color:#7b7249!important}.has-background-link{background-color:#9b905c!important}.has-text-link-light{color:#baad6e!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#a6974f!important}.has-background-link-light{background-color:#baad6e!important}.has-text-link-dark{color:#8c8253!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#6c6440!important}.has-background-link-dark{background-color:#8c8253!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#4aaafa!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#1893f9!important}.has-background-info-light{background-color:#4aaafa!important}.has-text-info-dark{color:#3880bb!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#2c6594!important}.has-background-info-dark{background-color:#3880bb!important}.has-text-success{color:#47c68d!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#47c68d!important}.has-text-success-light{color:#56efaa!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#27eb93!important}.has-background-success-light{background-color:#56efaa!important}.has-text-success-dark{color:#41b380!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#338e65!important}.has-background-success-dark{background-color:#41b380!important}.has-text-warning{color:#ffdf89!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffdf89!important}.has-text-warning-light{color:#ffffa6!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffff73!important}.has-background-warning-light{background-color:#ffffa6!important}.has-text-warning-dark{color:#e6ca7c!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#deb951!important}.has-background-warning-dark{background-color:#e6ca7c!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#ff547d!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#ff2156!important}.has-background-danger-light{background-color:#ff547d!important}.has-text-danger-dark{color:#d93f5e!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#bf2645!important}.has-background-danger-dark{background-color:#d93f5e!important}.has-text-black-bis{color:#b6b6b6!important}.has-background-black-bis{background-color:#b6b6b6!important}.has-text-black-ter{color:#adadad!important}.has-background-black-ter{background-color:#adadad!important}.has-text-grey-darker{color:#a4a4a4!important}.has-background-grey-darker{background-color:#a4a4a4!important}.has-text-grey-dark{color:#9a9a9a!important}.has-background-grey-dark{background-color:#9a9a9a!important}.has-text-grey{color:#828282!important}.has-background-grey{background-color:#828282!important}.has-text-grey-light{color:#656565!important}.has-background-grey-light{background-color:#656565!important}.has-text-grey-lighter{color:#525252!important}.has-background-grey-lighter{background-color:#525252!important}.has-text-white-ter{color:#454545!important}.has-background-white-ter{background-color:#454545!important}.has-text-white-bis{color:#424242!important}.has-background-white-bis{background-color:#424242!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5{padding-left:1.5rem!important}.px-5{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6{padding-left:3rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto{padding-left:auto!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-monospace{font-family:monospace!important}.is-family-code{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#404040;color:#bababa}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#bababa}.hero.is-white .subtitle{color:rgba(186,186,186,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#bababa}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#404040}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(186,186,186,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#333;color:#bababa}.hero.is-white .tabs a{color:#bababa;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#404040!important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#bababa}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#bababa;border-color:#bababa;color:#404040}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}}.hero.is-black{background-color:#bababa;color:#404040}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#404040}.hero.is-black .subtitle{color:rgba(64,64,64,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#404040}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#bababa}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(64,64,64,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#adadad;color:#404040}.hero.is-black .tabs a{color:#404040;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#bababa!important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#404040}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#404040;border-color:#404040;color:#bababa}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}}.hero.is-light{background-color:#454545;color:#9d9d9d}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#9d9d9d}.hero.is-light .subtitle{color:rgba(157,157,157,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#9d9d9d}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#454545}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(157,157,157,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.hero.is-light .tabs a{color:#9d9d9d;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#454545!important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#9d9d9d}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#9d9d9d;border-color:#9d9d9d;color:#454545}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}}.hero.is-dark{background-color:#a4a4a4;color:#6d6d6d}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#6d6d6d}.hero.is-dark .subtitle{color:rgba(109,109,109,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#6d6d6d}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#a4a4a4}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(109,109,109,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.hero.is-dark .tabs a{color:#6d6d6d;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#a4a4a4!important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#6d6d6d}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#6d6d6d;border-color:#6d6d6d;color:#a4a4a4}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}}.hero.is-primary{background-color:#bf5766;color:#60948c}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#60948c}.hero.is-primary .subtitle{color:rgba(96,148,140,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#60948c}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#bf5766}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(96,148,140,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#b74656;color:#60948c}.hero.is-primary .tabs a{color:#60948c;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#bf5766!important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#60948c}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#60948c;border-color:#60948c;color:#bf5766}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}}.hero.is-link{background-color:#9b905c;color:#727791}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#727791}.hero.is-link .subtitle{color:rgba(114,119,145,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#727791}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#9b905c}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(114,119,145,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#8b8153;color:#727791}.hero.is-link .tabs a{color:#727791;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#9b905c!important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#727791}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#727791;border-color:#727791;color:#9b905c}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}}.hero.is-info{background-color:#3e8ed0;color:#a07857}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#a07857}.hero.is-info .subtitle{color:rgba(160,120,87,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#a07857}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(160,120,87,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#3082c5;color:#a07857}.hero.is-info .tabs a{color:#a07857;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0!important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#a07857}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#a07857;border-color:#a07857;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{background-color:#47c68d;color:#9b5c78}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#9b5c78}.hero.is-success .subtitle{color:rgba(155,92,120,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#9b5c78}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#47c68d}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(155,92,120,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.hero.is-success .tabs a{color:#9b5c78;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#47c68d!important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#9b5c78}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#9b5c78;border-color:#9b5c78;color:#47c68d}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}}.hero.is-warning{background-color:#ffdf89;color:#404f7a}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#404f7a}.hero.is-warning .subtitle{color:rgba(64,79,122,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#404f7a}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdf89}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(64,79,122,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.hero.is-warning .tabs a{color:#404f7a;opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffdf89!important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#404f7a}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#404f7a;border-color:#404f7a;color:#ffdf89}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}}.hero.is-danger{background-color:#f14668;color:#479c8b}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#479c8b}.hero.is-danger .subtitle{color:rgba(71,156,139,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#479c8b}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(71,156,139,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.hero.is-danger .tabs a{color:#479c8b;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#479c8b}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#479c8b;border-color:#479c8b;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-left:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width:769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#424242;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/css/theme/bulma-dark.css b/css/theme/bulma-dark.css new file mode 100644 index 000000000..86bcc0dd2 --- /dev/null +++ b/css/theme/bulma-dark.css @@ -0,0 +1,10313 @@ +@charset "UTF-8"; +/* Bulma Dark theme */ +.pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis, .file-cta, +.file-name, .select select, .input, .textarea, .button { + -moz-appearance: none; + -webkit-appearance: none; + align-items: center; + border: 1px solid transparent; + border-radius: 4px; + box-shadow: none; + display: inline-flex; + font-size: 1rem; + height: 2.5em; + justify-content: flex-start; + line-height: 1.5; + padding-bottom: calc(0.5em - 1px); + padding-left: calc(0.75em - 1px); + padding-right: calc(0.75em - 1px); + padding-top: calc(0.5em - 1px); + position: relative; + vertical-align: top; +} +.pagination-previous:focus, +.pagination-next:focus, +.pagination-link:focus, +.pagination-ellipsis:focus, .file-cta:focus, +.file-name:focus, .select select:focus, .input:focus, .textarea:focus, .button:focus, .is-focused.pagination-previous, +.is-focused.pagination-next, +.is-focused.pagination-link, +.is-focused.pagination-ellipsis, .is-focused.file-cta, +.is-focused.file-name, .select select.is-focused, .is-focused.input, .is-focused.textarea, .is-focused.button, .pagination-previous:active, +.pagination-next:active, +.pagination-link:active, +.pagination-ellipsis:active, .file-cta:active, +.file-name:active, .select select:active, .input:active, .textarea:active, .button:active, .is-active.pagination-previous, +.is-active.pagination-next, +.is-active.pagination-link, +.is-active.pagination-ellipsis, .is-active.file-cta, +.is-active.file-name, .select select.is-active, .is-active.input, .is-active.textarea, .is-active.button { + outline: none; +} +[disabled].pagination-previous, +[disabled].pagination-next, +[disabled].pagination-link, +[disabled].pagination-ellipsis, [disabled].file-cta, +[disabled].file-name, .select select[disabled], [disabled].input, [disabled].textarea, [disabled].button, fieldset[disabled] .pagination-previous, +fieldset[disabled] .pagination-next, +fieldset[disabled] .pagination-link, +fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta, +fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .button { + cursor: not-allowed; +} + +.is-unselectable, .tabs, .pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis, .breadcrumb, .file, .button { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + +.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after { + border: 3px solid transparent; + border-radius: 2px; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 0.625em; + margin-top: -0.4375em; + pointer-events: none; + position: absolute; + top: 50%; + transform: rotate(-45deg); + transform-origin: center; + width: 0.625em; +} + +.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child), +.subtitle:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) { + margin-bottom: 1.5rem; +} + +.modal-close, .delete { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(186, 186, 186, 0.2); + border: none; + border-radius: 9999px; + cursor: pointer; + pointer-events: auto; + display: inline-block; + flex-grow: 0; + flex-shrink: 0; + font-size: 0; + height: 20px; + max-height: 20px; + max-width: 20px; + min-height: 20px; + min-width: 20px; + outline: none; + position: relative; + vertical-align: top; + width: 20px; +} +.modal-close::before, .delete::before, .modal-close::after, .delete::after { + background-color: rgb(64, 64, 64); + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; +} +.modal-close::before, .delete::before { + height: 2px; + width: 50%; +} +.modal-close::after, .delete::after { + height: 50%; + width: 2px; +} +.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus { + background-color: rgba(186, 186, 186, 0.3); +} +.modal-close:active, .delete:active { + background-color: rgba(186, 186, 186, 0.4); +} +.is-small.modal-close, .is-small.delete { + height: 16px; + max-height: 16px; + max-width: 16px; + min-height: 16px; + min-width: 16px; + width: 16px; +} +.is-medium.modal-close, .is-medium.delete { + height: 24px; + max-height: 24px; + max-width: 24px; + min-height: 24px; + min-width: 24px; + width: 24px; +} +.is-large.modal-close, .is-large.delete { + height: 32px; + max-height: 32px; + max-width: 32px; + min-height: 32px; + min-width: 32px; + width: 32px; +} + +.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after { + animation: spinAround 500ms infinite linear; + border: 2px solid hsl(0, 0%, 86%); + border-radius: 9999px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 1em; + position: relative; + width: 1em; +} + +.hero-video, .is-overlay, .modal, .modal-background, .image.is-square img, +.image.is-square .has-ratio, .image.is-1by1 img, +.image.is-1by1 .has-ratio, .image.is-5by4 img, +.image.is-5by4 .has-ratio, .image.is-4by3 img, +.image.is-4by3 .has-ratio, .image.is-3by2 img, +.image.is-3by2 .has-ratio, .image.is-5by3 img, +.image.is-5by3 .has-ratio, .image.is-16by9 img, +.image.is-16by9 .has-ratio, .image.is-2by1 img, +.image.is-2by1 .has-ratio, .image.is-3by1 img, +.image.is-3by1 .has-ratio, .image.is-4by5 img, +.image.is-4by5 .has-ratio, .image.is-3by4 img, +.image.is-3by4 .has-ratio, .image.is-2by3 img, +.image.is-2by3 .has-ratio, .image.is-3by5 img, +.image.is-3by5 .has-ratio, .image.is-9by16 img, +.image.is-9by16 .has-ratio, .image.is-1by2 img, +.image.is-1by2 .has-ratio, .image.is-1by3 img, +.image.is-1by3 .has-ratio { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.navbar-burger { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; +} + +/* Bulma Base */ +/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ +html, +body, +p, +ol, +ul, +li, +dl, +dt, +dd, +blockquote, +figure, +fieldset, +legend, +textarea, +pre, +iframe, +hr, +h1, +h2, +h3, +h4, +h5, +h6 { + margin: 0; + padding: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: 100%; + font-weight: normal; +} + +ul { + list-style: none; +} + +button, +input, +select, +textarea { + margin: 0; +} + +html { + box-sizing: border-box; +} + +*, *::before, *::after { + box-sizing: inherit; +} + +img, +video { + height: auto; + max-width: 100%; +} + +iframe { + border: 0; +} + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} +td:not([align]), +th:not([align]) { + text-align: inherit; +} + +html { + background-color: rgb(64, 64, 64); + font-size: 16px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + min-width: 300px; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; + -webkit-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + text-size-adjust: 100%; +} + +article, +aside, +figure, +footer, +header, +hgroup, +section { + display: block; +} + +body, +button, +input, +optgroup, +select, +textarea { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +code, +pre { + -moz-osx-font-smoothing: auto; + -webkit-font-smoothing: auto; + font-family: monospace; +} + +body { + color: rgb(154, 154, 154); + font-size: 1em; + font-weight: 400; + line-height: 1.5; +} + +a { + color: rgb(155, 144, 92); + cursor: pointer; + text-decoration: none; +} +a strong { + color: currentColor; +} +a:hover { + color: rgb(164, 164, 164); +} + +code { + background-color: rgb(69, 69, 69); + color: rgb(82, 183, 163); + font-size: 0.875em; + font-weight: normal; + padding: 0.25em 0.5em 0.25em; +} + +hr { + background-color: rgb(69, 69, 69); + border: none; + display: block; + height: 2px; + margin: 1.5rem 0; +} + +img { + height: auto; + max-width: 100%; +} + +input[type=checkbox], +input[type=radio] { + vertical-align: baseline; +} + +small { + font-size: 0.875em; +} + +span { + font-style: inherit; + font-weight: inherit; +} + +strong { + color: rgb(164, 164, 164); + font-weight: 700; +} + +fieldset { + border: none; +} + +pre { + -webkit-overflow-scrolling: touch; + background-color: rgb(69, 69, 69); + color: rgb(154, 154, 154); + font-size: 0.875em; + overflow-x: auto; + padding: 1.25rem 1.5rem; + white-space: pre; + word-wrap: normal; +} +pre code { + background-color: transparent; + color: currentColor; + font-size: 1em; + padding: 0; +} + +table td, +table th { + vertical-align: top; +} +table td:not([align]), +table th:not([align]) { + text-align: inherit; +} +table th { + color: rgb(164, 164, 164); +} + +@keyframes spinAround { + from { + transform: rotate(0deg); + } + to { + transform: rotate(359deg); + } +} +/* Bulma Elements */ +/* Bulma Dark theme */ +.box { + background-color: rgb(64, 64, 64); + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + color: rgb(154, 154, 154); + display: block; + padding: 1.25rem; +} + +a.box:hover, a.box:focus { + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0 0 1px rgb(155, 144, 92); +} +a.box:active { + box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2), 0 0 0 1px rgb(155, 144, 92); +} + +/* Bulma Dark theme */ +.button { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + border-width: 1px; + color: rgb(164, 164, 164); + cursor: pointer; + justify-content: center; + padding-bottom: calc(0.5em - 1px); + padding-left: 1em; + padding-right: 1em; + padding-top: calc(0.5em - 1px); + text-align: center; + white-space: nowrap; +} +.button strong { + color: inherit; +} +.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { + height: 1.5em; + width: 1.5em; +} +.button .icon:first-child:not(:last-child) { + margin-left: calc(-0.5em - 1px); + margin-right: 0.25em; +} +.button .icon:last-child:not(:first-child) { + margin-left: 0.25em; + margin-right: calc(-0.5em - 1px); +} +.button .icon:first-child:last-child { + margin-left: calc(-0.5em - 1px); + margin-right: calc(-0.5em - 1px); +} +.button:hover, .button.is-hovered { + border-color: rgb(101, 101, 101); + color: rgb(164, 164, 164); +} +.button:focus, .button.is-focused { + border-color: rgb(155, 144, 92); + color: rgb(164, 164, 164); +} +.button:focus:not(:active), .button.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.button:active, .button.is-active { + border-color: rgb(154, 154, 154); + color: rgb(164, 164, 164); +} +.button.is-text { + background-color: transparent; + border-color: transparent; + color: rgb(154, 154, 154); + text-decoration: underline; +} +.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { + background-color: rgb(69, 69, 69); + color: rgb(164, 164, 164); +} +.button.is-text:active, .button.is-text.is-active { + background-color: #383838; + color: rgb(164, 164, 164); +} +.button.is-text[disabled], fieldset[disabled] .button.is-text { + background-color: transparent; + border-color: transparent; + box-shadow: none; +} +.button.is-ghost { + background: none; + border-color: transparent; + color: rgb(155, 144, 92); + text-decoration: none; +} +.button.is-ghost:hover, .button.is-ghost.is-hovered { + color: rgb(155, 144, 92); + text-decoration: underline; +} +.button.is-white { + background-color: rgb(64, 64, 64); + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white:hover, .button.is-white.is-hovered { + background-color: #3a3a3a; + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white:focus, .button.is-white.is-focused { + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); +} +.button.is-white:active, .button.is-white.is-active { + background-color: #333333; + border-color: transparent; + color: rgb(186, 186, 186); +} +.button.is-white[disabled], fieldset[disabled] .button.is-white { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + box-shadow: none; +} +.button.is-white.is-inverted { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { + background-color: #adadad; +} +.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { + background-color: rgb(186, 186, 186); + border-color: transparent; + box-shadow: none; + color: rgb(64, 64, 64); +} +.button.is-white.is-loading::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-white.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + color: rgb(64, 64, 64); +} +.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.button.is-white.is-outlined.is-loading::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + box-shadow: none; + color: rgb(64, 64, 64); +} +.button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + color: rgb(186, 186, 186); +} +.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + box-shadow: none; + color: rgb(186, 186, 186); +} +.button.is-black { + background-color: rgb(186, 186, 186); + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black:hover, .button.is-black.is-hovered { + background-color: #b4b4b4; + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black:focus, .button.is-black.is-focused { + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); +} +.button.is-black:active, .button.is-black.is-active { + background-color: #adadad; + border-color: transparent; + color: rgb(64, 64, 64); +} +.button.is-black[disabled], fieldset[disabled] .button.is-black { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + box-shadow: none; +} +.button.is-black.is-inverted { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { + background-color: #333333; +} +.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { + background-color: rgb(64, 64, 64); + border-color: transparent; + box-shadow: none; + color: rgb(186, 186, 186); +} +.button.is-black.is-loading::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-black.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + color: rgb(186, 186, 186); +} +.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.button.is-black.is-outlined.is-loading::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; +} +.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { + background-color: transparent; + border-color: rgb(186, 186, 186); + box-shadow: none; + color: rgb(186, 186, 186); +} +.button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + color: rgb(64, 64, 64); +} +.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; +} +.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 64, 64); + box-shadow: none; + color: rgb(64, 64, 64); +} +.button.is-light { + background-color: rgb(69, 69, 69); + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light:hover, .button.is-light.is-hovered { + background-color: #3f3f3f; + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light:focus, .button.is-light.is-focused { + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); +} +.button.is-light:active, .button.is-light.is-active { + background-color: #383838; + border-color: transparent; + color: rgb(157, 157, 157); +} +.button.is-light[disabled], fieldset[disabled] .button.is-light { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + box-shadow: none; +} +.button.is-light.is-inverted { + background-color: rgb(157, 157, 157); + color: rgb(69, 69, 69); +} +.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { + background-color: #909090; +} +.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { + background-color: rgb(157, 157, 157); + border-color: transparent; + box-shadow: none; + color: rgb(69, 69, 69); +} +.button.is-light.is-loading::after { + border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; +} +.button.is-light.is-outlined { + background-color: transparent; + border-color: rgb(69, 69, 69); + color: rgb(69, 69, 69); +} +.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.button.is-light.is-outlined.is-loading::after { + border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; +} +.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; +} +.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { + background-color: transparent; + border-color: rgb(69, 69, 69); + box-shadow: none; + color: rgb(69, 69, 69); +} +.button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(157, 157, 157); + color: rgb(157, 157, 157); +} +.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { + background-color: rgb(157, 157, 157); + color: rgb(69, 69, 69); +} +.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; +} +.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(157, 157, 157); + box-shadow: none; + color: rgb(157, 157, 157); +} +.button.is-dark { + background-color: rgb(164, 164, 164); + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark:hover, .button.is-dark.is-hovered { + background-color: #9e9e9e; + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark:focus, .button.is-dark.is-focused { + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); +} +.button.is-dark:active, .button.is-dark.is-active { + background-color: #979797; + border-color: transparent; + color: rgb(109, 109, 109); +} +.button.is-dark[disabled], fieldset[disabled] .button.is-dark { + background-color: rgb(164, 164, 164); + border-color: rgb(164, 164, 164); + box-shadow: none; +} +.button.is-dark.is-inverted { + background-color: rgb(109, 109, 109); + color: rgb(164, 164, 164); +} +.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered { + background-color: #606060; +} +.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted { + background-color: rgb(109, 109, 109); + border-color: transparent; + box-shadow: none; + color: rgb(164, 164, 164); +} +.button.is-dark.is-loading::after { + border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; +} +.button.is-dark.is-outlined { + background-color: transparent; + border-color: rgb(164, 164, 164); + color: rgb(164, 164, 164); +} +.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused { + background-color: rgb(164, 164, 164); + border-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.button.is-dark.is-outlined.is-loading::after { + border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; +} +.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; +} +.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { + background-color: transparent; + border-color: rgb(164, 164, 164); + box-shadow: none; + color: rgb(164, 164, 164); +} +.button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(109, 109, 109); + color: rgb(109, 109, 109); +} +.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused { + background-color: rgb(109, 109, 109); + color: rgb(164, 164, 164); +} +.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; +} +.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(109, 109, 109); + box-shadow: none; + color: rgb(109, 109, 109); +} +.button.is-primary { + background-color: rgb(191, 87, 102); + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary:hover, .button.is-primary.is-hovered { + background-color: #bb4e5e; + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary:focus, .button.is-primary.is-focused { + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); +} +.button.is-primary:active, .button.is-primary.is-active { + background-color: #b74656; + border-color: transparent; + color: rgb(96, 148, 140); +} +.button.is-primary[disabled], fieldset[disabled] .button.is-primary { + background-color: rgb(191, 87, 102); + border-color: rgb(191, 87, 102); + box-shadow: none; +} +.button.is-primary.is-inverted { + background-color: rgb(96, 148, 140); + color: rgb(191, 87, 102); +} +.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { + background-color: #56857d; +} +.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { + background-color: rgb(96, 148, 140); + border-color: transparent; + box-shadow: none; + color: rgb(191, 87, 102); +} +.button.is-primary.is-loading::after { + border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; +} +.button.is-primary.is-outlined { + background-color: transparent; + border-color: rgb(191, 87, 102); + color: rgb(191, 87, 102); +} +.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused { + background-color: rgb(191, 87, 102); + border-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.button.is-primary.is-outlined.is-loading::after { + border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; +} +.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; +} +.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { + background-color: transparent; + border-color: rgb(191, 87, 102); + box-shadow: none; + color: rgb(191, 87, 102); +} +.button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(96, 148, 140); + color: rgb(96, 148, 140); +} +.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused { + background-color: rgb(96, 148, 140); + color: rgb(191, 87, 102); +} +.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; +} +.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(96, 148, 140); + box-shadow: none; + color: rgb(96, 148, 140); +} +.button.is-primary.is-light { + background-color: rgb(229, 104, 122); + color: rgb(172, 78, 92); +} +.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { + background-color: #e35d70; + border-color: transparent; + color: rgb(172, 78, 92); +} +.button.is-primary.is-light:active, .button.is-primary.is-light.is-active { + background-color: #e15267; + border-color: transparent; + color: rgb(172, 78, 92); +} +.button.is-link { + background-color: rgb(155, 144, 92); + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link:hover, .button.is-link.is-hovered { + background-color: #938957; + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link:focus, .button.is-link.is-focused { + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.button.is-link:active, .button.is-link.is-active { + background-color: #8b8153; + border-color: transparent; + color: rgb(114, 119, 145); +} +.button.is-link[disabled], fieldset[disabled] .button.is-link { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + box-shadow: none; +} +.button.is-link.is-inverted { + background-color: rgb(114, 119, 145); + color: rgb(155, 144, 92); +} +.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { + background-color: #666b83; +} +.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { + background-color: rgb(114, 119, 145); + border-color: transparent; + box-shadow: none; + color: rgb(155, 144, 92); +} +.button.is-link.is-loading::after { + border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; +} +.button.is-link.is-outlined { + background-color: transparent; + border-color: rgb(155, 144, 92); + color: rgb(155, 144, 92); +} +.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.button.is-link.is-outlined.is-loading::after { + border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; +} +.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; +} +.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { + background-color: transparent; + border-color: rgb(155, 144, 92); + box-shadow: none; + color: rgb(155, 144, 92); +} +.button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(114, 119, 145); + color: rgb(114, 119, 145); +} +.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { + background-color: rgb(114, 119, 145); + color: rgb(155, 144, 92); +} +.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; +} +.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(114, 119, 145); + box-shadow: none; + color: rgb(114, 119, 145); +} +.button.is-link.is-light { + background-color: rgb(186, 173, 110); + color: rgb(140, 130, 83); +} +.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { + background-color: #b6a865; + border-color: transparent; + color: rgb(140, 130, 83); +} +.button.is-link.is-light:active, .button.is-link.is-light.is-active { + background-color: #b2a35d; + border-color: transparent; + color: rgb(140, 130, 83); +} +.button.is-info { + background-color: hsl(207, 61%, 53%); + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info:hover, .button.is-info.is-hovered { + background-color: #3488ce; + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info:focus, .button.is-info.is-focused { + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); +} +.button.is-info:active, .button.is-info.is-active { + background-color: #3082c5; + border-color: transparent; + color: rgb(160, 120, 87); +} +.button.is-info[disabled], fieldset[disabled] .button.is-info { + background-color: hsl(207, 61%, 53%); + border-color: hsl(207, 61%, 53%); + box-shadow: none; +} +.button.is-info.is-inverted { + background-color: rgb(160, 120, 87); + color: hsl(207, 61%, 53%); +} +.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { + background-color: #8f6c4e; +} +.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { + background-color: rgb(160, 120, 87); + border-color: transparent; + box-shadow: none; + color: hsl(207, 61%, 53%); +} +.button.is-info.is-loading::after { + border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; +} +.button.is-info.is-outlined { + background-color: transparent; + border-color: hsl(207, 61%, 53%); + color: hsl(207, 61%, 53%); +} +.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { + background-color: hsl(207, 61%, 53%); + border-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.button.is-info.is-outlined.is-loading::after { + border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; +} +.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; +} +.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { + background-color: transparent; + border-color: hsl(207, 61%, 53%); + box-shadow: none; + color: hsl(207, 61%, 53%); +} +.button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(160, 120, 87); + color: rgb(160, 120, 87); +} +.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { + background-color: rgb(160, 120, 87); + color: hsl(207, 61%, 53%); +} +.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; +} +.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(160, 120, 87); + box-shadow: none; + color: rgb(160, 120, 87); +} +.button.is-info.is-light { + background-color: rgb(74, 170, 250); + color: rgb(56, 128, 187); +} +.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { + background-color: #3ea4fa; + border-color: transparent; + color: rgb(56, 128, 187); +} +.button.is-info.is-light:active, .button.is-info.is-light.is-active { + background-color: #319ef9; + border-color: transparent; + color: rgb(56, 128, 187); +} +.button.is-success { + background-color: hsl(153, 53%, 53%); + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success:hover, .button.is-success.is-hovered { + background-color: #3ec487; + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success:focus, .button.is-success.is-focused { + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); +} +.button.is-success:active, .button.is-success.is-active { + background-color: #3abb81; + border-color: transparent; + color: rgb(155, 92, 120); +} +.button.is-success[disabled], fieldset[disabled] .button.is-success { + background-color: hsl(153, 53%, 53%); + border-color: hsl(153, 53%, 53%); + box-shadow: none; +} +.button.is-success.is-inverted { + background-color: rgb(155, 92, 120); + color: hsl(153, 53%, 53%); +} +.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { + background-color: #8b536c; +} +.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { + background-color: rgb(155, 92, 120); + border-color: transparent; + box-shadow: none; + color: hsl(153, 53%, 53%); +} +.button.is-success.is-loading::after { + border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; +} +.button.is-success.is-outlined { + background-color: transparent; + border-color: hsl(153, 53%, 53%); + color: hsl(153, 53%, 53%); +} +.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused { + background-color: hsl(153, 53%, 53%); + border-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.button.is-success.is-outlined.is-loading::after { + border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; +} +.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; +} +.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { + background-color: transparent; + border-color: hsl(153, 53%, 53%); + box-shadow: none; + color: hsl(153, 53%, 53%); +} +.button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(155, 92, 120); + color: rgb(155, 92, 120); +} +.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { + background-color: rgb(155, 92, 120); + color: hsl(153, 53%, 53%); +} +.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; +} +.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(155, 92, 120); + box-shadow: none; + color: rgb(155, 92, 120); +} +.button.is-success.is-light { + background-color: rgb(86, 239, 170); + color: rgb(65, 179, 128); +} +.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { + background-color: #4aeea4; + border-color: transparent; + color: rgb(65, 179, 128); +} +.button.is-success.is-light:active, .button.is-success.is-light.is-active { + background-color: #3fed9e; + border-color: transparent; + color: rgb(65, 179, 128); +} +.button.is-warning { + background-color: hsl(44, 100%, 77%); + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning:hover, .button.is-warning.is-hovered { + background-color: #ffdc7d; + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning:focus, .button.is-warning.is-focused { + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); +} +.button.is-warning:active, .button.is-warning.is-active { + background-color: #ffd970; + border-color: transparent; + color: rgb(64, 79, 122); +} +.button.is-warning[disabled], fieldset[disabled] .button.is-warning { + background-color: hsl(44, 100%, 77%); + border-color: hsl(44, 100%, 77%); + box-shadow: none; +} +.button.is-warning.is-inverted { + background-color: rgb(64, 79, 122); + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { + background-color: #374469; +} +.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { + background-color: rgb(64, 79, 122); + border-color: transparent; + box-shadow: none; + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-loading::after { + border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; +} +.button.is-warning.is-outlined { + background-color: transparent; + border-color: hsl(44, 100%, 77%); + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { + background-color: hsl(44, 100%, 77%); + border-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.button.is-warning.is-outlined.is-loading::after { + border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; +} +.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; +} +.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { + background-color: transparent; + border-color: hsl(44, 100%, 77%); + box-shadow: none; + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 79, 122); + color: rgb(64, 79, 122); +} +.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { + background-color: rgb(64, 79, 122); + color: hsl(44, 100%, 77%); +} +.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; +} +.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(64, 79, 122); + box-shadow: none; + color: rgb(64, 79, 122); +} +.button.is-warning.is-light { + background-color: rgb(255, 255, 166); + color: rgb(230, 202, 124); +} +.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { + background-color: #ffff99; + border-color: transparent; + color: rgb(230, 202, 124); +} +.button.is-warning.is-light:active, .button.is-warning.is-light.is-active { + background-color: #ffff8d; + border-color: transparent; + color: rgb(230, 202, 124); +} +.button.is-danger { + background-color: hsl(348, 86%, 61%); + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger:hover, .button.is-danger.is-hovered { + background-color: #f03a5f; + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger:focus, .button.is-danger.is-focused { + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} +.button.is-danger:active, .button.is-danger.is-active { + background-color: #ef2e55; + border-color: transparent; + color: rgb(71, 156, 139); +} +.button.is-danger[disabled], fieldset[disabled] .button.is-danger { + background-color: hsl(348, 86%, 61%); + border-color: hsl(348, 86%, 61%); + box-shadow: none; +} +.button.is-danger.is-inverted { + background-color: rgb(71, 156, 139); + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { + background-color: #3f8a7b; +} +.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { + background-color: rgb(71, 156, 139); + border-color: transparent; + box-shadow: none; + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-loading::after { + border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; +} +.button.is-danger.is-outlined { + background-color: transparent; + border-color: hsl(348, 86%, 61%); + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { + background-color: hsl(348, 86%, 61%); + border-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.button.is-danger.is-outlined.is-loading::after { + border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; +} +.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; +} +.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { + background-color: transparent; + border-color: hsl(348, 86%, 61%); + box-shadow: none; + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(71, 156, 139); + color: rgb(71, 156, 139); +} +.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { + background-color: rgb(71, 156, 139); + color: hsl(348, 86%, 61%); +} +.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; +} +.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: rgb(71, 156, 139); + box-shadow: none; + color: rgb(71, 156, 139); +} +.button.is-danger.is-light { + background-color: rgb(255, 84, 125); + color: rgb(217, 63, 94); +} +.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { + background-color: #ff4773; + border-color: transparent; + color: rgb(217, 63, 94); +} +.button.is-danger.is-light:active, .button.is-danger.is-light.is-active { + background-color: #ff3b6a; + border-color: transparent; + color: rgb(217, 63, 94); +} +.button.is-small { + font-size: 0.75rem; +} +.button.is-small:not(.is-rounded) { + border-radius: 2px; +} +.button.is-normal { + font-size: 1rem; +} +.button.is-medium { + font-size: 1.25rem; +} +.button.is-large { + font-size: 1.5rem; +} +.button[disabled], fieldset[disabled] .button { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + box-shadow: none; + opacity: 0.5; +} +.button.is-fullwidth { + display: flex; + width: 100%; +} +.button.is-loading { + color: transparent !important; + pointer-events: none; +} +.button.is-loading::after { + position: absolute; + left: calc(50% - 1em * 0.5); + top: calc(50% - 1em * 0.5); + position: absolute !important; +} +.button.is-static { + background-color: rgb(69, 69, 69); + border-color: rgb(82, 82, 82); + color: rgb(130, 130, 130); + box-shadow: none; + pointer-events: none; +} +.button.is-rounded { + border-radius: 9999px; + padding-left: calc(1em + 0.25em); + padding-right: calc(1em + 0.25em); +} + +.buttons { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.buttons .button { + margin-bottom: 0.5rem; +} +.buttons .button:not(:last-child):not(.is-fullwidth) { + margin-right: 0.5rem; +} +.buttons:last-child { + margin-bottom: -0.5rem; +} +.buttons:not(:last-child) { + margin-bottom: 1rem; +} +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { + font-size: 0.75rem; +} +.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { + border-radius: 2px; +} +.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { + font-size: 1.25rem; +} +.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { + font-size: 1.5rem; +} +.buttons.has-addons .button:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.buttons.has-addons .button:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + margin-right: -1px; +} +.buttons.has-addons .button:last-child { + margin-right: 0; +} +.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { + z-index: 2; +} +.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected { + z-index: 3; +} +.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover { + z-index: 4; +} +.buttons.has-addons .button.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.buttons.is-centered { + justify-content: center; +} +.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} +.buttons.is-right { + justify-content: flex-end; +} +.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} + +@media screen and (max-width: 768px) { + .button.is-responsive.is-small { + font-size: 0.5625rem; + } + .button.is-responsive, + .button.is-responsive.is-normal { + font-size: 0.65625rem; + } + .button.is-responsive.is-medium { + font-size: 0.75rem; + } + .button.is-responsive.is-large { + font-size: 1rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .button.is-responsive.is-small { + font-size: 0.65625rem; + } + .button.is-responsive, + .button.is-responsive.is-normal { + font-size: 0.75rem; + } + .button.is-responsive.is-medium { + font-size: 1rem; + } + .button.is-responsive.is-large { + font-size: 1.25rem; + } +} +.container { + flex-grow: 1; + margin: 0 auto; + position: relative; + width: auto; +} +.container.is-fluid { + max-width: none !important; + padding-left: 32px; + padding-right: 32px; + width: 100%; +} +@media screen and (min-width: 1024px) { + .container { + max-width: 960px; + } +} +@media screen and (max-width: 1215px) { + .container.is-widescreen:not(.is-max-desktop) { + max-width: 1152px; + } +} +@media screen and (max-width: 1407px) { + .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } +} +@media screen and (min-width: 1216px) { + .container:not(.is-max-desktop) { + max-width: 1152px; + } +} +@media screen and (min-width: 1408px) { + .container:not(.is-max-desktop):not(.is-max-widescreen) { + max-width: 1344px; + } +} + +/* Bulma Dark theme */ +.content li + li { + margin-top: 0.25em; +} +.content p:not(:last-child), +.content dl:not(:last-child), +.content ol:not(:last-child), +.content ul:not(:last-child), +.content blockquote:not(:last-child), +.content pre:not(:last-child), +.content table:not(:last-child) { + margin-bottom: 1em; +} +.content h1, +.content h2, +.content h3, +.content h4, +.content h5, +.content h6 { + color: rgb(164, 164, 164); + font-weight: 600; + line-height: 1.125; +} +.content h1 { + font-size: 2em; + margin-bottom: 0.5em; +} +.content h1:not(:first-child) { + margin-top: 1em; +} +.content h2 { + font-size: 1.75em; + margin-bottom: 0.5714em; +} +.content h2:not(:first-child) { + margin-top: 1.1428em; +} +.content h3 { + font-size: 1.5em; + margin-bottom: 0.6666em; +} +.content h3:not(:first-child) { + margin-top: 1.3333em; +} +.content h4 { + font-size: 1.25em; + margin-bottom: 0.8em; +} +.content h5 { + font-size: 1.125em; + margin-bottom: 0.8888em; +} +.content h6 { + font-size: 1em; + margin-bottom: 1em; +} +.content blockquote { + background-color: rgb(69, 69, 69); + border-left: 5px solid rgb(82, 82, 82); + padding: 1.25em 1.5em; +} +.content ol { + list-style-position: outside; + margin-left: 2em; + margin-top: 1em; +} +.content ol:not([type]) { + list-style-type: decimal; +} +.content ol:not([type]).is-lower-alpha { + list-style-type: lower-alpha; +} +.content ol:not([type]).is-lower-roman { + list-style-type: lower-roman; +} +.content ol:not([type]).is-upper-alpha { + list-style-type: upper-alpha; +} +.content ol:not([type]).is-upper-roman { + list-style-type: upper-roman; +} +.content ul { + list-style: disc outside; + margin-left: 2em; + margin-top: 1em; +} +.content ul ul { + list-style-type: circle; + margin-top: 0.5em; +} +.content ul ul ul { + list-style-type: square; +} +.content dd { + margin-left: 2em; +} +.content figure { + margin-left: 2em; + margin-right: 2em; + text-align: center; +} +.content figure:not(:first-child) { + margin-top: 2em; +} +.content figure:not(:last-child) { + margin-bottom: 2em; +} +.content figure img { + display: inline-block; +} +.content figure figcaption { + font-style: italic; +} +.content pre { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25em 1.5em; + white-space: pre; + word-wrap: normal; +} +.content sup, +.content sub { + font-size: 75%; +} +.content table { + width: 100%; +} +.content table td, +.content table th { + border: 1px solid rgb(82, 82, 82); + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} +.content table th { + color: rgb(164, 164, 164); +} +.content table th:not([align]) { + text-align: inherit; +} +.content table thead td, +.content table thead th { + border-width: 0 0 2px; + color: rgb(164, 164, 164); +} +.content table tfoot td, +.content table tfoot th { + border-width: 2px 0 0; + color: rgb(164, 164, 164); +} +.content table tbody tr:last-child td, +.content table tbody tr:last-child th { + border-bottom-width: 0; +} +.content .tabs li + li { + margin-top: 0; +} +.content.is-small { + font-size: 0.75rem; +} +.content.is-normal { + font-size: 1rem; +} +.content.is-medium { + font-size: 1.25rem; +} +.content.is-large { + font-size: 1.5rem; +} + +.icon { + align-items: center; + display: inline-flex; + justify-content: center; + height: 1.5rem; + width: 1.5rem; +} +.icon.is-small { + height: 1rem; + width: 1rem; +} +.icon.is-medium { + height: 2rem; + width: 2rem; +} +.icon.is-large { + height: 3rem; + width: 3rem; +} + +.icon-text { + align-items: flex-start; + color: inherit; + display: inline-flex; + flex-wrap: wrap; + line-height: 1.5rem; + vertical-align: top; +} +.icon-text .icon { + flex-grow: 0; + flex-shrink: 0; +} +.icon-text .icon:not(:last-child) { + margin-right: 0.25em; +} +.icon-text .icon:not(:first-child) { + margin-left: 0.25em; +} + +div.icon-text { + display: flex; +} + +/* Bulma Dark theme */ +.image { + display: block; + position: relative; +} +.image img { + display: block; + height: auto; + width: 100%; +} +.image img.is-rounded { + border-radius: 9999px; +} +.image.is-fullwidth { + width: 100%; +} +.image.is-square img, +.image.is-square .has-ratio, .image.is-1by1 img, +.image.is-1by1 .has-ratio, .image.is-5by4 img, +.image.is-5by4 .has-ratio, .image.is-4by3 img, +.image.is-4by3 .has-ratio, .image.is-3by2 img, +.image.is-3by2 .has-ratio, .image.is-5by3 img, +.image.is-5by3 .has-ratio, .image.is-16by9 img, +.image.is-16by9 .has-ratio, .image.is-2by1 img, +.image.is-2by1 .has-ratio, .image.is-3by1 img, +.image.is-3by1 .has-ratio, .image.is-4by5 img, +.image.is-4by5 .has-ratio, .image.is-3by4 img, +.image.is-3by4 .has-ratio, .image.is-2by3 img, +.image.is-2by3 .has-ratio, .image.is-3by5 img, +.image.is-3by5 .has-ratio, .image.is-9by16 img, +.image.is-9by16 .has-ratio, .image.is-1by2 img, +.image.is-1by2 .has-ratio, .image.is-1by3 img, +.image.is-1by3 .has-ratio { + height: 100%; + width: 100%; +} +.image.is-square, .image.is-1by1 { + padding-top: 100%; +} +.image.is-5by4 { + padding-top: 80%; +} +.image.is-4by3 { + padding-top: 75%; +} +.image.is-3by2 { + padding-top: 66.6666%; +} +.image.is-5by3 { + padding-top: 60%; +} +.image.is-16by9 { + padding-top: 56.25%; +} +.image.is-2by1 { + padding-top: 50%; +} +.image.is-3by1 { + padding-top: 33.3333%; +} +.image.is-4by5 { + padding-top: 125%; +} +.image.is-3by4 { + padding-top: 133.3333%; +} +.image.is-2by3 { + padding-top: 150%; +} +.image.is-3by5 { + padding-top: 166.6666%; +} +.image.is-9by16 { + padding-top: 177.7777%; +} +.image.is-1by2 { + padding-top: 200%; +} +.image.is-1by3 { + padding-top: 300%; +} +.image.is-16x16 { + height: 16px; + width: 16px; +} +.image.is-24x24 { + height: 24px; + width: 24px; +} +.image.is-32x32 { + height: 32px; + width: 32px; +} +.image.is-48x48 { + height: 48px; + width: 48px; +} +.image.is-64x64 { + height: 64px; + width: 64px; +} +.image.is-96x96 { + height: 96px; + width: 96px; +} +.image.is-128x128 { + height: 128px; + width: 128px; +} + +/* Bulma Dark theme */ +.notification { + background-color: rgb(69, 69, 69); + border-radius: 4px; + position: relative; + padding: 1.25rem 2.5rem 1.25rem 1.5rem; +} +.notification a:not(.button):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} +.notification strong { + color: currentColor; +} +.notification code, +.notification pre { + background: rgb(64, 64, 64); +} +.notification pre code { + background: transparent; +} +.notification > .delete { + right: 0.5rem; + position: absolute; + top: 0.5rem; +} +.notification .title, +.notification .subtitle, +.notification .content { + color: currentColor; +} +.notification.is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.notification.is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.notification.is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.notification.is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.notification.is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.notification.is-primary.is-light { + background-color: rgb(229, 104, 122); + color: rgb(172, 78, 92); +} +.notification.is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.notification.is-link.is-light { + background-color: rgb(186, 173, 110); + color: rgb(140, 130, 83); +} +.notification.is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.notification.is-info.is-light { + background-color: rgb(74, 170, 250); + color: rgb(56, 128, 187); +} +.notification.is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.notification.is-success.is-light { + background-color: rgb(86, 239, 170); + color: rgb(65, 179, 128); +} +.notification.is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.notification.is-warning.is-light { + background-color: rgb(255, 255, 166); + color: rgb(230, 202, 124); +} +.notification.is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.notification.is-danger.is-light { + background-color: rgb(255, 84, 125); + color: rgb(217, 63, 94); +} + +/* Bulma Dark theme */ +.progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 9999px; + display: block; + height: 1rem; + overflow: hidden; + padding: 0; + width: 100%; +} +.progress::-webkit-progress-bar { + background-color: rgb(73, 73, 73); +} +.progress::-webkit-progress-value { + background-color: rgb(154, 154, 154); +} +.progress::-moz-progress-bar { + background-color: rgb(154, 154, 154); +} +.progress::-ms-fill { + background-color: rgb(154, 154, 154); + border: none; +} +.progress.is-white::-webkit-progress-value { + background-color: rgb(64, 64, 64); +} +.progress.is-white::-moz-progress-bar { + background-color: rgb(64, 64, 64); +} +.progress.is-white::-ms-fill { + background-color: rgb(64, 64, 64); +} +.progress.is-white:indeterminate { + background-image: linear-gradient(to right, rgb(64, 64, 64) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-black::-webkit-progress-value { + background-color: rgb(186, 186, 186); +} +.progress.is-black::-moz-progress-bar { + background-color: rgb(186, 186, 186); +} +.progress.is-black::-ms-fill { + background-color: rgb(186, 186, 186); +} +.progress.is-black:indeterminate { + background-image: linear-gradient(to right, rgb(186, 186, 186) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-light::-webkit-progress-value { + background-color: rgb(69, 69, 69); +} +.progress.is-light::-moz-progress-bar { + background-color: rgb(69, 69, 69); +} +.progress.is-light::-ms-fill { + background-color: rgb(69, 69, 69); +} +.progress.is-light:indeterminate { + background-image: linear-gradient(to right, rgb(69, 69, 69) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-dark::-webkit-progress-value { + background-color: rgb(164, 164, 164); +} +.progress.is-dark::-moz-progress-bar { + background-color: rgb(164, 164, 164); +} +.progress.is-dark::-ms-fill { + background-color: rgb(164, 164, 164); +} +.progress.is-dark:indeterminate { + background-image: linear-gradient(to right, rgb(164, 164, 164) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-primary::-webkit-progress-value { + background-color: rgb(191, 87, 102); +} +.progress.is-primary::-moz-progress-bar { + background-color: rgb(191, 87, 102); +} +.progress.is-primary::-ms-fill { + background-color: rgb(191, 87, 102); +} +.progress.is-primary:indeterminate { + background-image: linear-gradient(to right, rgb(191, 87, 102) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-link::-webkit-progress-value { + background-color: rgb(155, 144, 92); +} +.progress.is-link::-moz-progress-bar { + background-color: rgb(155, 144, 92); +} +.progress.is-link::-ms-fill { + background-color: rgb(155, 144, 92); +} +.progress.is-link:indeterminate { + background-image: linear-gradient(to right, rgb(155, 144, 92) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-info::-webkit-progress-value { + background-color: hsl(207, 61%, 53%); +} +.progress.is-info::-moz-progress-bar { + background-color: hsl(207, 61%, 53%); +} +.progress.is-info::-ms-fill { + background-color: hsl(207, 61%, 53%); +} +.progress.is-info:indeterminate { + background-image: linear-gradient(to right, hsl(207, 61%, 53%) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-success::-webkit-progress-value { + background-color: hsl(153, 53%, 53%); +} +.progress.is-success::-moz-progress-bar { + background-color: hsl(153, 53%, 53%); +} +.progress.is-success::-ms-fill { + background-color: hsl(153, 53%, 53%); +} +.progress.is-success:indeterminate { + background-image: linear-gradient(to right, hsl(153, 53%, 53%) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-warning::-webkit-progress-value { + background-color: hsl(44, 100%, 77%); +} +.progress.is-warning::-moz-progress-bar { + background-color: hsl(44, 100%, 77%); +} +.progress.is-warning::-ms-fill { + background-color: hsl(44, 100%, 77%); +} +.progress.is-warning:indeterminate { + background-image: linear-gradient(to right, hsl(44, 100%, 77%) 30%, rgb(73, 73, 73) 30%); +} +.progress.is-danger::-webkit-progress-value { + background-color: hsl(348, 86%, 61%); +} +.progress.is-danger::-moz-progress-bar { + background-color: hsl(348, 86%, 61%); +} +.progress.is-danger::-ms-fill { + background-color: hsl(348, 86%, 61%); +} +.progress.is-danger:indeterminate { + background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, rgb(73, 73, 73) 30%); +} +.progress:indeterminate { + animation-duration: 1.5s; + animation-iteration-count: infinite; + animation-name: moveIndeterminate; + animation-timing-function: linear; + background-color: rgb(73, 73, 73); + background-image: linear-gradient(to right, rgb(154, 154, 154) 30%, rgb(73, 73, 73) 30%); + background-position: top left; + background-repeat: no-repeat; + background-size: 150% 150%; +} +.progress:indeterminate::-webkit-progress-bar { + background-color: transparent; +} +.progress:indeterminate::-moz-progress-bar { + background-color: transparent; +} +.progress:indeterminate::-ms-fill { + animation-name: none; +} +.progress.is-small { + height: 0.75rem; +} +.progress.is-medium { + height: 1.25rem; +} +.progress.is-large { + height: 1.5rem; +} + +@keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + to { + background-position: -200% 0; + } +} +/* Bulma Dark theme */ +.table { + background-color: rgb(64, 64, 64); + color: rgb(164, 164, 164); +} +.table td, +.table th { + border: 1px solid rgb(82, 82, 82); + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} +.table td.is-white, +.table th.is-white { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.table td.is-black, +.table th.is-black { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.table td.is-light, +.table th.is-light { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.table td.is-dark, +.table th.is-dark { + background-color: rgb(164, 164, 164); + border-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.table td.is-primary, +.table th.is-primary { + background-color: rgb(191, 87, 102); + border-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.table td.is-link, +.table th.is-link { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.table td.is-info, +.table th.is-info { + background-color: hsl(207, 61%, 53%); + border-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.table td.is-success, +.table th.is-success { + background-color: hsl(153, 53%, 53%); + border-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.table td.is-warning, +.table th.is-warning { + background-color: hsl(44, 100%, 77%); + border-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.table td.is-danger, +.table th.is-danger { + background-color: hsl(348, 86%, 61%); + border-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.table td.is-narrow, +.table th.is-narrow { + white-space: nowrap; + width: 1%; +} +.table td.is-selected, +.table th.is-selected { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.table td.is-selected a, +.table td.is-selected strong, +.table th.is-selected a, +.table th.is-selected strong { + color: currentColor; +} +.table td.is-vcentered, +.table th.is-vcentered { + vertical-align: middle; +} +.table th { + color: rgb(164, 164, 164); +} +.table th:not([align]) { + text-align: left; +} +.table tr.is-selected { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.table tr.is-selected a, +.table tr.is-selected strong { + color: currentColor; +} +.table tr.is-selected td, +.table tr.is-selected th { + border-color: rgb(96, 148, 140); + color: currentColor; +} +.table thead { + background-color: transparent; +} +.table thead td, +.table thead th { + border-width: 0 0 2px; + color: rgb(164, 164, 164); +} +.table tfoot { + background-color: transparent; +} +.table tfoot td, +.table tfoot th { + border-width: 2px 0 0; + color: rgb(164, 164, 164); +} +.table tbody { + background-color: transparent; +} +.table tbody tr:last-child td, +.table tbody tr:last-child th { + border-bottom-width: 0; +} +.table.is-bordered td, +.table.is-bordered th { + border-width: 1px; +} +.table.is-bordered tr:last-child td, +.table.is-bordered tr:last-child th { + border-bottom-width: 1px; +} +.table.is-fullwidth { + width: 100%; +} +.table.is-hoverable tbody tr:not(.is-selected):hover { + background-color: rgb(66, 66, 66); +} +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { + background-color: rgb(66, 66, 66); +} +.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { + background-color: rgb(69, 69, 69); +} +.table.is-narrow td, +.table.is-narrow th { + padding: 0.25em 0.5em; +} +.table.is-striped tbody tr:not(.is-selected):nth-child(even) { + background-color: rgb(66, 66, 66); +} + +.table-container { + -webkit-overflow-scrolling: touch; + overflow: auto; + overflow-y: hidden; + max-width: 100%; +} + +.tags { + align-items: center; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.tags .tag { + margin-bottom: 0.5rem; +} +.tags .tag:not(:last-child) { + margin-right: 0.5rem; +} +.tags:last-child { + margin-bottom: -0.5rem; +} +.tags:not(:last-child) { + margin-bottom: 1rem; +} +.tags.are-medium .tag:not(.is-normal):not(.is-large) { + font-size: 1rem; +} +.tags.are-large .tag:not(.is-normal):not(.is-medium) { + font-size: 1.25rem; +} +.tags.is-centered { + justify-content: center; +} +.tags.is-centered .tag { + margin-right: 0.25rem; + margin-left: 0.25rem; +} +.tags.is-right { + justify-content: flex-end; +} +.tags.is-right .tag:not(:first-child) { + margin-left: 0.5rem; +} +.tags.is-right .tag:not(:last-child) { + margin-right: 0; +} +.tags.has-addons .tag { + margin-right: 0; +} +.tags.has-addons .tag:not(:first-child) { + margin-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} +.tags.has-addons .tag:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.tag:not(body) { + align-items: center; + background-color: rgb(69, 69, 69); + border-radius: 4px; + color: rgb(154, 154, 154); + display: inline-flex; + font-size: 0.75rem; + height: 2em; + justify-content: center; + line-height: 1.5; + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} +.tag:not(body) .delete { + margin-left: 0.25rem; + margin-right: -0.375rem; +} +.tag:not(body).is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.tag:not(body).is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.tag:not(body).is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.tag:not(body).is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.tag:not(body).is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.tag:not(body).is-primary.is-light { + background-color: rgb(229, 104, 122); + color: rgb(172, 78, 92); +} +.tag:not(body).is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.tag:not(body).is-link.is-light { + background-color: rgb(186, 173, 110); + color: rgb(140, 130, 83); +} +.tag:not(body).is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.tag:not(body).is-info.is-light { + background-color: rgb(74, 170, 250); + color: rgb(56, 128, 187); +} +.tag:not(body).is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.tag:not(body).is-success.is-light { + background-color: rgb(86, 239, 170); + color: rgb(65, 179, 128); +} +.tag:not(body).is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.tag:not(body).is-warning.is-light { + background-color: rgb(255, 255, 166); + color: rgb(230, 202, 124); +} +.tag:not(body).is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.tag:not(body).is-danger.is-light { + background-color: rgb(255, 84, 125); + color: rgb(217, 63, 94); +} +.tag:not(body).is-normal { + font-size: 0.75rem; +} +.tag:not(body).is-medium { + font-size: 1rem; +} +.tag:not(body).is-large { + font-size: 1.25rem; +} +.tag:not(body) .icon:first-child:not(:last-child) { + margin-left: -0.375em; + margin-right: 0.1875em; +} +.tag:not(body) .icon:last-child:not(:first-child) { + margin-left: 0.1875em; + margin-right: -0.375em; +} +.tag:not(body) .icon:first-child:last-child { + margin-left: -0.375em; + margin-right: -0.375em; +} +.tag:not(body).is-delete { + margin-left: 1px; + padding: 0; + position: relative; + width: 2em; +} +.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { + background-color: currentColor; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform-origin: center center; +} +.tag:not(body).is-delete::before { + height: 1px; + width: 50%; +} +.tag:not(body).is-delete::after { + height: 50%; + width: 1px; +} +.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { + background-color: #383838; +} +.tag:not(body).is-delete:active { + background-color: #2c2c2c; +} +.tag:not(body).is-rounded { + border-radius: 9999px; +} + +a.tag:hover { + text-decoration: underline; +} + +/* Bulma Dark theme */ +.title, +.subtitle { + word-break: break-word; +} +.title em, +.title span, +.subtitle em, +.subtitle span { + font-weight: inherit; +} +.title sub, +.subtitle sub { + font-size: 0.75em; +} +.title sup, +.subtitle sup { + font-size: 0.75em; +} +.title .tag, +.subtitle .tag { + vertical-align: middle; +} + +.title { + color: rgb(164, 164, 164); + font-size: 2rem; + font-weight: 600; + line-height: 1.125; +} +.title strong { + color: inherit; + font-weight: inherit; +} +.title:not(.is-spaced) + .subtitle { + margin-top: -1.25rem; +} +.title.is-1 { + font-size: 3rem; +} +.title.is-2 { + font-size: 2.5rem; +} +.title.is-3 { + font-size: 2rem; +} +.title.is-4 { + font-size: 1.5rem; +} +.title.is-5 { + font-size: 1.25rem; +} +.title.is-6 { + font-size: 1rem; +} +.title.is-7 { + font-size: 0.75rem; +} + +.subtitle { + color: rgb(154, 154, 154); + font-size: 1.25rem; + font-weight: 400; + line-height: 1.25; +} +.subtitle strong { + color: rgb(164, 164, 164); + font-weight: 600; +} +.subtitle:not(.is-spaced) + .title { + margin-top: -1.25rem; +} +.subtitle.is-1 { + font-size: 3rem; +} +.subtitle.is-2 { + font-size: 2.5rem; +} +.subtitle.is-3 { + font-size: 2rem; +} +.subtitle.is-4 { + font-size: 1.5rem; +} +.subtitle.is-5 { + font-size: 1.25rem; +} +.subtitle.is-6 { + font-size: 1rem; +} +.subtitle.is-7 { + font-size: 0.75rem; +} + +/* Bulma Dark theme */ +.heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.number { + align-items: center; + background-color: rgb(69, 69, 69); + border-radius: 9999px; + display: inline-flex; + font-size: 1.25rem; + height: 2em; + justify-content: center; + margin-right: 1.5rem; + min-width: 2.5em; + padding: 0.25rem 0.5rem; + text-align: center; + vertical-align: top; +} + +/* Bulma Form */ +/* Bulma Dark theme */ +.select select, .input, .textarea { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + border-radius: 4px; + color: rgb(164, 164, 164); +} +.select select::-moz-placeholder, .input::-moz-placeholder, .textarea::-moz-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select::-webkit-input-placeholder, .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select:-moz-placeholder, .input:-moz-placeholder, .textarea:-moz-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select:-ms-input-placeholder, .input:-ms-input-placeholder, .textarea:-ms-input-placeholder { + color: rgba(164, 164, 164, 0.3); +} +.select select:hover, .input:hover, .textarea:hover, .select select.is-hovered, .is-hovered.input, .is-hovered.textarea { + border-color: rgb(101, 101, 101); +} +.select select:focus, .input:focus, .textarea:focus, .select select.is-focused, .is-focused.input, .is-focused.textarea, .select select:active, .input:active, .textarea:active, .select select.is-active, .is-active.input, .is-active.textarea { + border-color: rgb(155, 144, 92); + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea { + background-color: rgb(69, 69, 69); + border-color: rgb(69, 69, 69); + box-shadow: none; + color: rgb(130, 130, 130); +} +.select select[disabled]::-moz-placeholder, [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder { + color: rgba(130, 130, 130, 0.3); +} +.select select[disabled]::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder { + color: rgba(130, 130, 130, 0.3); +} +.select select[disabled]:-moz-placeholder, [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder { + color: rgba(130, 130, 130, 0.3); +} +.select select[disabled]:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder { + color: rgba(130, 130, 130, 0.3); +} + +/* Bulma Form */ +.textarea, .input { + box-shadow: inset 0 0.0625em 0.125em rgba(186, 186, 186, 0.05); + max-width: 100%; + width: 100%; +} +[readonly].textarea, [readonly].input { + box-shadow: none; +} +.is-white.textarea, .is-white.input { + border-color: rgb(64, 64, 64); +} +.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input { + box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); +} +.is-black.textarea, .is-black.input { + border-color: rgb(186, 186, 186); +} +.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input { + box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); +} +.is-light.textarea, .is-light.input { + border-color: rgb(69, 69, 69); +} +.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input { + box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); +} +.is-dark.textarea, .is-dark.input { + border-color: rgb(164, 164, 164); +} +.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input { + box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); +} +.is-primary.textarea, .is-primary.input { + border-color: rgb(191, 87, 102); +} +.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input { + box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); +} +.is-link.textarea, .is-link.input { + border-color: rgb(155, 144, 92); +} +.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.is-info.textarea, .is-info.input { + border-color: hsl(207, 61%, 53%); +} +.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); +} +.is-success.textarea, .is-success.input { + border-color: hsl(153, 53%, 53%); +} +.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); +} +.is-warning.textarea, .is-warning.input { + border-color: hsl(44, 100%, 77%); +} +.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); +} +.is-danger.textarea, .is-danger.input { + border-color: hsl(348, 86%, 61%); +} +.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} +.is-small.textarea, .is-small.input { + border-radius: 2px; + font-size: 0.75rem; +} +.is-medium.textarea, .is-medium.input { + font-size: 1.25rem; +} +.is-large.textarea, .is-large.input { + font-size: 1.5rem; +} +.is-fullwidth.textarea, .is-fullwidth.input { + display: block; + width: 100%; +} +.is-inline.textarea, .is-inline.input { + display: inline; + width: auto; +} + +.input.is-rounded { + border-radius: 9999px; + padding-left: calc(calc(0.75em - 1px) + 0.375em); + padding-right: calc(calc(0.75em - 1px) + 0.375em); +} +.input.is-static { + background-color: transparent; + border-color: transparent; + box-shadow: none; + padding-left: 0; + padding-right: 0; +} + +.textarea { + display: block; + max-width: 100%; + min-width: 100%; + padding: calc(0.75em - 1px); + resize: vertical; +} +.textarea:not([rows]) { + max-height: 40em; + min-height: 8em; +} +.textarea[rows] { + height: initial; +} +.textarea.has-fixed-size { + resize: none; +} + +/* Bulma Form */ +.radio, .checkbox { + cursor: pointer; + display: inline-block; + line-height: 1.25; + position: relative; +} +.radio input, .checkbox input { + cursor: pointer; +} +.radio:hover, .checkbox:hover { + color: rgb(164, 164, 164); +} +[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox, +.radio input[disabled], +.checkbox input[disabled] { + color: rgb(130, 130, 130); + cursor: not-allowed; +} + +.radio + .radio { + margin-left: 0.5em; +} + +/* Bulma Form */ +/* Bulma Dark theme */ +.select { + display: inline-block; + max-width: 100%; + position: relative; + vertical-align: top; +} +.select:not(.is-multiple) { + height: 2.5em; +} +.select:not(.is-multiple):not(.is-loading)::after { + border-color: rgb(155, 144, 92); + right: 1.125em; + z-index: 4; +} +.select.is-rounded select { + border-radius: 9999px; + padding-left: 1em; +} +.select select { + cursor: pointer; + display: block; + font-size: 1em; + max-width: 100%; + outline: none; +} +.select select::-ms-expand { + display: none; +} +.select select[disabled]:hover, fieldset[disabled] .select select:hover { + border-color: rgb(69, 69, 69); +} +.select select:not([multiple]) { + padding-right: 2.5em; +} +.select select[multiple] { + height: auto; + padding: 0; +} +.select select[multiple] option { + padding: 0.5em 1em; +} +.select:not(.is-multiple):not(.is-loading):hover::after { + border-color: rgb(164, 164, 164); +} +.select.is-white:not(:hover)::after { + border-color: rgb(64, 64, 64); +} +.select.is-white select { + border-color: rgb(64, 64, 64); +} +.select.is-white select:hover, .select.is-white select.is-hovered { + border-color: #333333; +} +.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { + box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); +} +.select.is-black:not(:hover)::after { + border-color: rgb(186, 186, 186); +} +.select.is-black select { + border-color: rgb(186, 186, 186); +} +.select.is-black select:hover, .select.is-black select.is-hovered { + border-color: #adadad; +} +.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { + box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); +} +.select.is-light:not(:hover)::after { + border-color: rgb(69, 69, 69); +} +.select.is-light select { + border-color: rgb(69, 69, 69); +} +.select.is-light select:hover, .select.is-light select.is-hovered { + border-color: #383838; +} +.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { + box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); +} +.select.is-dark:not(:hover)::after { + border-color: rgb(164, 164, 164); +} +.select.is-dark select { + border-color: rgb(164, 164, 164); +} +.select.is-dark select:hover, .select.is-dark select.is-hovered { + border-color: #979797; +} +.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active { + box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); +} +.select.is-primary:not(:hover)::after { + border-color: rgb(191, 87, 102); +} +.select.is-primary select { + border-color: rgb(191, 87, 102); +} +.select.is-primary select:hover, .select.is-primary select.is-hovered { + border-color: #b74656; +} +.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active { + box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); +} +.select.is-link:not(:hover)::after { + border-color: rgb(155, 144, 92); +} +.select.is-link select { + border-color: rgb(155, 144, 92); +} +.select.is-link select:hover, .select.is-link select.is-hovered { + border-color: #8b8153; +} +.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { + box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); +} +.select.is-info:not(:hover)::after { + border-color: hsl(207, 61%, 53%); +} +.select.is-info select { + border-color: hsl(207, 61%, 53%); +} +.select.is-info select:hover, .select.is-info select.is-hovered { + border-color: #3082c5; +} +.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { + box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); +} +.select.is-success:not(:hover)::after { + border-color: hsl(153, 53%, 53%); +} +.select.is-success select { + border-color: hsl(153, 53%, 53%); +} +.select.is-success select:hover, .select.is-success select.is-hovered { + border-color: #3abb81; +} +.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { + box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); +} +.select.is-warning:not(:hover)::after { + border-color: hsl(44, 100%, 77%); +} +.select.is-warning select { + border-color: hsl(44, 100%, 77%); +} +.select.is-warning select:hover, .select.is-warning select.is-hovered { + border-color: #ffd970; +} +.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { + box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); +} +.select.is-danger:not(:hover)::after { + border-color: hsl(348, 86%, 61%); +} +.select.is-danger select { + border-color: hsl(348, 86%, 61%); +} +.select.is-danger select:hover, .select.is-danger select.is-hovered { + border-color: #ef2e55; +} +.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} +.select.is-small { + border-radius: 2px; + font-size: 0.75rem; +} +.select.is-medium { + font-size: 1.25rem; +} +.select.is-large { + font-size: 1.5rem; +} +.select.is-disabled::after { + border-color: rgb(130, 130, 130) !important; + opacity: 0.5; +} +.select.is-fullwidth { + width: 100%; +} +.select.is-fullwidth select { + width: 100%; +} +.select.is-loading::after { + margin-top: 0; + position: absolute; + right: 0.625em; + top: 0.625em; + transform: none; +} +.select.is-loading.is-small:after { + font-size: 0.75rem; +} +.select.is-loading.is-medium:after { + font-size: 1.25rem; +} +.select.is-loading.is-large:after { + font-size: 1.5rem; +} + +/* Bulma Dark theme */ +/* Bulma Form */ +.file { + align-items: stretch; + display: flex; + justify-content: flex-start; + position: relative; +} +.file.is-white .file-cta { + background-color: rgb(64, 64, 64); + border-color: transparent; + color: rgb(186, 186, 186); +} +.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { + background-color: #3a3a3a; + border-color: transparent; + color: rgb(186, 186, 186); +} +.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(64, 64, 64, 0.25); + color: rgb(186, 186, 186); +} +.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { + background-color: #333333; + border-color: transparent; + color: rgb(186, 186, 186); +} +.file.is-black .file-cta { + background-color: rgb(186, 186, 186); + border-color: transparent; + color: rgb(64, 64, 64); +} +.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { + background-color: #b4b4b4; + border-color: transparent; + color: rgb(64, 64, 64); +} +.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(186, 186, 186, 0.25); + color: rgb(64, 64, 64); +} +.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { + background-color: #adadad; + border-color: transparent; + color: rgb(64, 64, 64); +} +.file.is-light .file-cta { + background-color: rgb(69, 69, 69); + border-color: transparent; + color: rgb(157, 157, 157); +} +.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { + background-color: #3f3f3f; + border-color: transparent; + color: rgb(157, 157, 157); +} +.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(69, 69, 69, 0.25); + color: rgb(157, 157, 157); +} +.file.is-light:active .file-cta, .file.is-light.is-active .file-cta { + background-color: #383838; + border-color: transparent; + color: rgb(157, 157, 157); +} +.file.is-dark .file-cta { + background-color: rgb(164, 164, 164); + border-color: transparent; + color: rgb(109, 109, 109); +} +.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { + background-color: #9e9e9e; + border-color: transparent; + color: rgb(109, 109, 109); +} +.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(164, 164, 164, 0.25); + color: rgb(109, 109, 109); +} +.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { + background-color: #979797; + border-color: transparent; + color: rgb(109, 109, 109); +} +.file.is-primary .file-cta { + background-color: rgb(191, 87, 102); + border-color: transparent; + color: rgb(96, 148, 140); +} +.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { + background-color: #bb4e5e; + border-color: transparent; + color: rgb(96, 148, 140); +} +.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(191, 87, 102, 0.25); + color: rgb(96, 148, 140); +} +.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { + background-color: #b74656; + border-color: transparent; + color: rgb(96, 148, 140); +} +.file.is-link .file-cta { + background-color: rgb(155, 144, 92); + border-color: transparent; + color: rgb(114, 119, 145); +} +.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { + background-color: #938957; + border-color: transparent; + color: rgb(114, 119, 145); +} +.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(155, 144, 92, 0.25); + color: rgb(114, 119, 145); +} +.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { + background-color: #8b8153; + border-color: transparent; + color: rgb(114, 119, 145); +} +.file.is-info .file-cta { + background-color: hsl(207, 61%, 53%); + border-color: transparent; + color: rgb(160, 120, 87); +} +.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { + background-color: #3488ce; + border-color: transparent; + color: rgb(160, 120, 87); +} +.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); + color: rgb(160, 120, 87); +} +.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { + background-color: #3082c5; + border-color: transparent; + color: rgb(160, 120, 87); +} +.file.is-success .file-cta { + background-color: hsl(153, 53%, 53%); + border-color: transparent; + color: rgb(155, 92, 120); +} +.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { + background-color: #3ec487; + border-color: transparent; + color: rgb(155, 92, 120); +} +.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); + color: rgb(155, 92, 120); +} +.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { + background-color: #3abb81; + border-color: transparent; + color: rgb(155, 92, 120); +} +.file.is-warning .file-cta { + background-color: hsl(44, 100%, 77%); + border-color: transparent; + color: rgb(64, 79, 122); +} +.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { + background-color: #ffdc7d; + border-color: transparent; + color: rgb(64, 79, 122); +} +.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); + color: rgb(64, 79, 122); +} +.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { + background-color: #ffd970; + border-color: transparent; + color: rgb(64, 79, 122); +} +.file.is-danger .file-cta { + background-color: hsl(348, 86%, 61%); + border-color: transparent; + color: rgb(71, 156, 139); +} +.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; + color: rgb(71, 156, 139); +} +.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { + border-color: transparent; + box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); + color: rgb(71, 156, 139); +} +.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: rgb(71, 156, 139); +} +.file.is-small { + font-size: 0.75rem; +} +.file.is-normal { + font-size: 1rem; +} +.file.is-medium { + font-size: 1.25rem; +} +.file.is-medium .file-icon .fa { + font-size: 21px; +} +.file.is-large { + font-size: 1.5rem; +} +.file.is-large .file-icon .fa { + font-size: 28px; +} +.file.has-name .file-cta { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.file.has-name .file-name { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.file.has-name.is-empty .file-cta { + border-radius: 4px; +} +.file.has-name.is-empty .file-name { + display: none; +} +.file.is-boxed .file-label { + flex-direction: column; +} +.file.is-boxed .file-cta { + flex-direction: column; + height: auto; + padding: 1em 3em; +} +.file.is-boxed .file-name { + border-width: 0 1px 1px; +} +.file.is-boxed .file-icon { + height: 1.5em; + width: 1.5em; +} +.file.is-boxed .file-icon .fa { + font-size: 21px; +} +.file.is-boxed.is-small .file-icon .fa { + font-size: 14px; +} +.file.is-boxed.is-medium .file-icon .fa { + font-size: 28px; +} +.file.is-boxed.is-large .file-icon .fa { + font-size: 35px; +} +.file.is-boxed.has-name .file-cta { + border-radius: 4px 4px 0 0; +} +.file.is-boxed.has-name .file-name { + border-radius: 0 0 4px 4px; + border-width: 0 1px 1px; +} +.file.is-centered { + justify-content: center; +} +.file.is-fullwidth .file-label { + width: 100%; +} +.file.is-fullwidth .file-name { + flex-grow: 1; + max-width: none; +} +.file.is-right { + justify-content: flex-end; +} +.file.is-right .file-cta { + border-radius: 0 4px 4px 0; +} +.file.is-right .file-name { + border-radius: 4px 0 0 4px; + border-width: 1px 0 1px 1px; + order: -1; +} + +.file-label { + align-items: stretch; + display: flex; + cursor: pointer; + justify-content: flex-start; + overflow: hidden; + position: relative; +} +.file-label:hover .file-cta { + background-color: #3f3f3f; + color: rgb(164, 164, 164); +} +.file-label:hover .file-name { + border-color: #4c4c4c; +} +.file-label:active .file-cta { + background-color: #383838; + color: rgb(164, 164, 164); +} +.file-label:active .file-name { + border-color: #454545; +} + +.file-input { + height: 100%; + left: 0; + opacity: 0; + outline: none; + position: absolute; + top: 0; + width: 100%; +} + +.file-cta, +.file-name { + border-color: rgb(82, 82, 82); + border-radius: 4px; + font-size: 1em; + padding-left: 1em; + padding-right: 1em; + white-space: nowrap; +} + +.file-cta { + background-color: rgb(69, 69, 69); + color: rgb(154, 154, 154); +} + +.file-name { + border-color: rgb(82, 82, 82); + border-style: solid; + border-width: 1px 1px 1px 0; + display: block; + max-width: 16em; + overflow: hidden; + text-align: inherit; + text-overflow: ellipsis; +} + +.file-icon { + align-items: center; + display: flex; + height: 1em; + justify-content: center; + margin-right: 0.5em; + width: 1em; +} +.file-icon .fa { + font-size: 14px; +} + +/* Bulma Dark theme */ +/* Bulma Form */ +.label { + color: rgb(164, 164, 164); + display: block; + font-size: 1rem; + font-weight: 700; +} +.label:not(:last-child) { + margin-bottom: 0.5em; +} +.label.is-small { + font-size: 0.75rem; +} +.label.is-medium { + font-size: 1.25rem; +} +.label.is-large { + font-size: 1.5rem; +} + +.help { + display: block; + font-size: 0.75rem; + margin-top: 0.25rem; +} +.help.is-white { + color: rgb(64, 64, 64); +} +.help.is-black { + color: rgb(186, 186, 186); +} +.help.is-light { + color: rgb(69, 69, 69); +} +.help.is-dark { + color: rgb(164, 164, 164); +} +.help.is-primary { + color: rgb(191, 87, 102); +} +.help.is-link { + color: rgb(155, 144, 92); +} +.help.is-info { + color: hsl(207, 61%, 53%); +} +.help.is-success { + color: hsl(153, 53%, 53%); +} +.help.is-warning { + color: hsl(44, 100%, 77%); +} +.help.is-danger { + color: hsl(348, 86%, 61%); +} + +.field:not(:last-child) { + margin-bottom: 0.75rem; +} +.field.has-addons { + display: flex; + justify-content: flex-start; +} +.field.has-addons .control:not(:last-child) { + margin-right: -1px; +} +.field.has-addons .control:not(:first-child):not(:last-child) .button, +.field.has-addons .control:not(:first-child):not(:last-child) .input, +.field.has-addons .control:not(:first-child):not(:last-child) .select select { + border-radius: 0; +} +.field.has-addons .control:first-child:not(:only-child) .button, +.field.has-addons .control:first-child:not(:only-child) .input, +.field.has-addons .control:first-child:not(:only-child) .select select { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} +.field.has-addons .control:last-child:not(:only-child) .button, +.field.has-addons .control:last-child:not(:only-child) .input, +.field.has-addons .control:last-child:not(:only-child) .select select { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} +.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, +.field.has-addons .control .input:not([disabled]):hover, +.field.has-addons .control .input:not([disabled]).is-hovered, +.field.has-addons .control .select select:not([disabled]):hover, +.field.has-addons .control .select select:not([disabled]).is-hovered { + z-index: 2; +} +.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, +.field.has-addons .control .input:not([disabled]):focus, +.field.has-addons .control .input:not([disabled]).is-focused, +.field.has-addons .control .input:not([disabled]):active, +.field.has-addons .control .input:not([disabled]).is-active, +.field.has-addons .control .select select:not([disabled]):focus, +.field.has-addons .control .select select:not([disabled]).is-focused, +.field.has-addons .control .select select:not([disabled]):active, +.field.has-addons .control .select select:not([disabled]).is-active { + z-index: 3; +} +.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, +.field.has-addons .control .input:not([disabled]):focus:hover, +.field.has-addons .control .input:not([disabled]).is-focused:hover, +.field.has-addons .control .input:not([disabled]):active:hover, +.field.has-addons .control .input:not([disabled]).is-active:hover, +.field.has-addons .control .select select:not([disabled]):focus:hover, +.field.has-addons .control .select select:not([disabled]).is-focused:hover, +.field.has-addons .control .select select:not([disabled]):active:hover, +.field.has-addons .control .select select:not([disabled]).is-active:hover { + z-index: 4; +} +.field.has-addons .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.field.has-addons.has-addons-centered { + justify-content: center; +} +.field.has-addons.has-addons-right { + justify-content: flex-end; +} +.field.has-addons.has-addons-fullwidth .control { + flex-grow: 1; + flex-shrink: 0; +} +.field.is-grouped { + display: flex; + justify-content: flex-start; +} +.field.is-grouped > .control { + flex-shrink: 0; +} +.field.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; +} +.field.is-grouped > .control.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.field.is-grouped.is-grouped-centered { + justify-content: center; +} +.field.is-grouped.is-grouped-right { + justify-content: flex-end; +} +.field.is-grouped.is-grouped-multiline { + flex-wrap: wrap; +} +.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { + margin-bottom: 0.75rem; +} +.field.is-grouped.is-grouped-multiline:last-child { + margin-bottom: -0.75rem; +} +.field.is-grouped.is-grouped-multiline:not(:last-child) { + margin-bottom: 0; +} +@media screen and (min-width: 769px), print { + .field.is-horizontal { + display: flex; + } +} + +.field-label .label { + font-size: inherit; +} +@media screen and (max-width: 768px) { + .field-label { + margin-bottom: 0.5rem; + } +} +@media screen and (min-width: 769px), print { + .field-label { + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + margin-right: 1.5rem; + text-align: right; + } + .field-label.is-small { + font-size: 0.75rem; + padding-top: 0.375em; + } + .field-label.is-normal { + padding-top: 0.375em; + } + .field-label.is-medium { + font-size: 1.25rem; + padding-top: 0.375em; + } + .field-label.is-large { + font-size: 1.5rem; + padding-top: 0.375em; + } +} + +.field-body .field .field { + margin-bottom: 0; +} +@media screen and (min-width: 769px), print { + .field-body { + display: flex; + flex-basis: 0; + flex-grow: 5; + flex-shrink: 1; + } + .field-body .field { + margin-bottom: 0; + } + .field-body > .field { + flex-shrink: 1; + } + .field-body > .field:not(.is-narrow) { + flex-grow: 1; + } + .field-body > .field:not(:last-child) { + margin-right: 0.75rem; + } +} + +.control { + box-sizing: border-box; + clear: both; + font-size: 1rem; + position: relative; + text-align: inherit; +} +.control.has-icons-left .input:focus ~ .icon, +.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, +.control.has-icons-right .select:focus ~ .icon { + color: rgb(154, 154, 154); +} +.control.has-icons-left .input.is-small ~ .icon, +.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, +.control.has-icons-right .select.is-small ~ .icon { + font-size: 0.75rem; +} +.control.has-icons-left .input.is-medium ~ .icon, +.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, +.control.has-icons-right .select.is-medium ~ .icon { + font-size: 1.25rem; +} +.control.has-icons-left .input.is-large ~ .icon, +.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, +.control.has-icons-right .select.is-large ~ .icon { + font-size: 1.5rem; +} +.control.has-icons-left .icon, .control.has-icons-right .icon { + color: rgb(82, 82, 82); + height: 2.5em; + pointer-events: none; + position: absolute; + top: 0; + width: 2.5em; + z-index: 4; +} +.control.has-icons-left .input, +.control.has-icons-left .select select { + padding-left: 2.5em; +} +.control.has-icons-left .icon.is-left { + left: 0; +} +.control.has-icons-right .input, +.control.has-icons-right .select select { + padding-right: 2.5em; +} +.control.has-icons-right .icon.is-right { + right: 0; +} +.control.is-loading::after { + position: absolute !important; + right: 0.625em; + top: 0.625em; + z-index: 4; +} +.control.is-loading.is-small:after { + font-size: 0.75rem; +} +.control.is-loading.is-medium:after { + font-size: 1.25rem; +} +.control.is-loading.is-large:after { + font-size: 1.5rem; +} + +/* Bulma Components */ +/* Bulma Dark theme */ +.breadcrumb { + font-size: 1rem; + white-space: nowrap; +} +.breadcrumb a { + align-items: center; + color: rgb(155, 144, 92); + display: flex; + justify-content: center; + padding: 0 0.75em; +} +.breadcrumb a:hover { + color: rgb(164, 164, 164); +} +.breadcrumb li { + align-items: center; + display: flex; +} +.breadcrumb li:first-child a { + padding-left: 0; +} +.breadcrumb li.is-active a { + color: rgb(164, 164, 164); + cursor: default; + pointer-events: none; +} +.breadcrumb li + li::before { + color: rgb(101, 101, 101); + content: "/"; +} +.breadcrumb ul, +.breadcrumb ol { + align-items: flex-start; + display: flex; + flex-wrap: wrap; + justify-content: flex-start; +} +.breadcrumb .icon:first-child { + margin-right: 0.5em; +} +.breadcrumb .icon:last-child { + margin-left: 0.5em; +} +.breadcrumb.is-centered ol, +.breadcrumb.is-centered ul { + justify-content: center; +} +.breadcrumb.is-right ol, +.breadcrumb.is-right ul { + justify-content: flex-end; +} +.breadcrumb.is-small { + font-size: 0.75rem; +} +.breadcrumb.is-medium { + font-size: 1.25rem; +} +.breadcrumb.is-large { + font-size: 1.5rem; +} +.breadcrumb.has-arrow-separator li + li::before { + content: "→"; +} +.breadcrumb.has-bullet-separator li + li::before { + content: "•"; +} +.breadcrumb.has-dot-separator li + li::before { + content: "·"; +} +.breadcrumb.has-succeeds-separator li + li::before { + content: "≻"; +} + +.card { + background-color: rgb(64, 64, 64); + border-radius: 0.25rem; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + color: rgb(154, 154, 154); + max-width: 100%; + position: relative; +} + +.card-footer:first-child, .card-content:first-child, .card-header:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.card-footer:last-child, .card-content:last-child, .card-header:last-child { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.card-header { + background-color: transparent; + align-items: stretch; + box-shadow: 0 0.125em 0.25em rgba(186, 186, 186, 0.1); + display: flex; +} + +.card-header-title { + align-items: center; + color: rgb(164, 164, 164); + display: flex; + flex-grow: 1; + font-weight: 700; + padding: 0.75rem 1rem; +} +.card-header-title.is-centered { + justify-content: center; +} + +.card-header-icon { + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + color: currentColor; + font-family: inherit; + font-size: 1em; + margin: 0; + padding: 0; + align-items: center; + cursor: pointer; + display: flex; + justify-content: center; + padding: 0.75rem 1rem; +} + +.card-image { + display: block; + position: relative; +} +.card-image:first-child img { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.card-image:last-child img { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} + +.card-content { + background-color: transparent; + padding: 1.5rem; +} + +.card-footer { + background-color: transparent; + border-top: 1px solid rgb(73, 73, 73); + align-items: stretch; + display: flex; +} + +.card-footer-item { + align-items: center; + display: flex; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 0; + justify-content: center; + padding: 0.75rem; +} +.card-footer-item:not(:last-child) { + border-right: 1px solid rgb(73, 73, 73); +} + +.card .media:not(:last-child) { + margin-bottom: 1.5rem; +} + +.dropdown { + display: inline-flex; + position: relative; + vertical-align: top; +} +.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { + display: block; +} +.dropdown.is-right .dropdown-menu { + left: auto; + right: 0; +} +.dropdown.is-up .dropdown-menu { + bottom: 100%; + padding-bottom: 4px; + padding-top: initial; + top: auto; +} + +.dropdown-menu { + display: none; + left: 0; + min-width: 12rem; + padding-top: 4px; + position: absolute; + top: 100%; + z-index: 20; +} + +.dropdown-content { + background-color: rgb(64, 64, 64); + border-radius: 4px; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.dropdown-item { + color: rgb(154, 154, 154); + display: block; + font-size: 0.875rem; + line-height: 1.5; + padding: 0.375rem 1rem; + position: relative; +} + +a.dropdown-item, +button.dropdown-item { + padding-right: 3rem; + text-align: inherit; + white-space: nowrap; + width: 100%; +} +a.dropdown-item:hover, +button.dropdown-item:hover { + background-color: rgb(69, 69, 69); + color: rgb(186, 186, 186); +} +a.dropdown-item.is-active, +button.dropdown-item.is-active { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} + +.dropdown-divider { + background-color: rgb(73, 73, 73); + border: none; + display: block; + height: 1px; + margin: 0.5rem 0; +} + +/* Bulma Dark theme */ +.level { + align-items: center; + justify-content: space-between; +} +.level code { + border-radius: 4px; +} +.level img { + display: inline-block; + vertical-align: top; +} +.level.is-mobile { + display: flex; +} +.level.is-mobile .level-left, +.level.is-mobile .level-right { + display: flex; +} +.level.is-mobile .level-left + .level-right { + margin-top: 0; +} +.level.is-mobile .level-item:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; +} +.level.is-mobile .level-item:not(.is-narrow) { + flex-grow: 1; +} +@media screen and (min-width: 769px), print { + .level { + display: flex; + } + .level > .level-item:not(.is-narrow) { + flex-grow: 1; + } +} + +.level-item { + align-items: center; + display: flex; + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; + justify-content: center; +} +.level-item .title, +.level-item .subtitle { + margin-bottom: 0; +} +@media screen and (max-width: 768px) { + .level-item:not(:last-child) { + margin-bottom: 0.75rem; + } +} + +.level-left, +.level-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} +.level-left .level-item.is-flexible, +.level-right .level-item.is-flexible { + flex-grow: 1; +} +@media screen and (min-width: 769px), print { + .level-left .level-item:not(:last-child), + .level-right .level-item:not(:last-child) { + margin-right: 0.75rem; + } +} + +.level-left { + align-items: center; + justify-content: flex-start; +} +@media screen and (max-width: 768px) { + .level-left + .level-right { + margin-top: 1.5rem; + } +} +@media screen and (min-width: 769px), print { + .level-left { + display: flex; + } +} + +.level-right { + align-items: center; + justify-content: flex-end; +} +@media screen and (min-width: 769px), print { + .level-right { + display: flex; + } +} + +.media { + align-items: flex-start; + display: flex; + text-align: inherit; +} +.media .content:not(:last-child) { + margin-bottom: 0.75rem; +} +.media .media { + border-top: 1px solid rgba(82, 82, 82, 0.5); + display: flex; + padding-top: 0.75rem; +} +.media .media .content:not(:last-child), +.media .media .control:not(:last-child) { + margin-bottom: 0.5rem; +} +.media .media .media { + padding-top: 0.5rem; +} +.media .media .media + .media { + margin-top: 0.5rem; +} +.media + .media { + border-top: 1px solid rgba(82, 82, 82, 0.5); + margin-top: 1rem; + padding-top: 1rem; +} +.media.is-large + .media { + margin-top: 1.5rem; + padding-top: 1.5rem; +} + +.media-left, +.media-right { + flex-basis: auto; + flex-grow: 0; + flex-shrink: 0; +} + +.media-left { + margin-right: 1rem; +} + +.media-right { + margin-left: 1rem; +} + +.media-content { + flex-basis: auto; + flex-grow: 1; + flex-shrink: 1; + text-align: inherit; +} + +@media screen and (max-width: 768px) { + .media-content { + overflow-x: auto; + } +} +.menu { + font-size: 1rem; +} +.menu.is-small { + font-size: 0.75rem; +} +.menu.is-medium { + font-size: 1.25rem; +} +.menu.is-large { + font-size: 1.5rem; +} + +.menu-list { + line-height: 1.25; +} +.menu-list a { + border-radius: 2px; + color: rgb(154, 154, 154); + display: block; + padding: 0.5em 0.75em; +} +.menu-list a:hover { + background-color: rgb(69, 69, 69); + color: rgb(164, 164, 164); +} +.menu-list a.is-active { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.menu-list li ul { + border-left: 1px solid rgb(82, 82, 82); + margin: 0.75em; + padding-left: 0.75em; +} + +.menu-label { + color: rgb(130, 130, 130); + font-size: 0.75em; + letter-spacing: 0.1em; + text-transform: uppercase; +} +.menu-label:not(:first-child) { + margin-top: 1em; +} +.menu-label:not(:last-child) { + margin-bottom: 1em; +} + +/* Bulma Dark theme */ +.message { + background-color: rgb(69, 69, 69); + border-radius: 4px; + font-size: 1rem; +} +.message strong { + color: currentColor; +} +.message a:not(.button):not(.tag):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} +.message.is-small { + font-size: 0.75rem; +} +.message.is-medium { + font-size: 1.25rem; +} +.message.is-large { + font-size: 1.5rem; +} +.message.is-white { + background-color: #fafafa; +} +.message.is-white .message-header { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.message.is-white .message-body { + border-color: rgb(64, 64, 64); +} +.message.is-black { + background-color: #fafafa; +} +.message.is-black .message-header { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.message.is-black .message-body { + border-color: rgb(186, 186, 186); +} +.message.is-light { + background-color: #fafafa; +} +.message.is-light .message-header { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.message.is-light .message-body { + border-color: rgb(69, 69, 69); +} +.message.is-dark { + background-color: #fafafa; +} +.message.is-dark .message-header { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.message.is-dark .message-body { + border-color: rgb(164, 164, 164); +} +.message.is-primary { + background-color: rgb(229, 104, 122); +} +.message.is-primary .message-header { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.message.is-primary .message-body { + border-color: rgb(191, 87, 102); + color: rgb(172, 78, 92); +} +.message.is-link { + background-color: rgb(186, 173, 110); +} +.message.is-link .message-header { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.message.is-link .message-body { + border-color: rgb(155, 144, 92); + color: rgb(140, 130, 83); +} +.message.is-info { + background-color: rgb(74, 170, 250); +} +.message.is-info .message-header { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.message.is-info .message-body { + border-color: hsl(207, 61%, 53%); + color: rgb(56, 128, 187); +} +.message.is-success { + background-color: rgb(86, 239, 170); +} +.message.is-success .message-header { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.message.is-success .message-body { + border-color: hsl(153, 53%, 53%); + color: rgb(65, 179, 128); +} +.message.is-warning { + background-color: rgb(255, 255, 166); +} +.message.is-warning .message-header { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.message.is-warning .message-body { + border-color: hsl(44, 100%, 77%); + color: rgb(230, 202, 124); +} +.message.is-danger { + background-color: rgb(255, 84, 125); +} +.message.is-danger .message-header { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.message.is-danger .message-body { + border-color: hsl(348, 86%, 61%); + color: rgb(217, 63, 94); +} + +.message-header { + align-items: center; + background-color: rgb(154, 154, 154); + border-radius: 4px 4px 0 0; + color: rgb(64, 64, 64); + display: flex; + font-weight: 700; + justify-content: space-between; + line-height: 1.25; + padding: 0.75em 1em; + position: relative; +} +.message-header .delete { + flex-grow: 0; + flex-shrink: 0; + margin-left: 0.75em; +} +.message-header + .message-body { + border-width: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.message-body { + border-color: rgb(82, 82, 82); + border-radius: 4px; + border-style: solid; + border-width: 0 0 0 4px; + color: rgb(154, 154, 154); + padding: 1.25em 1.5em; +} +.message-body code, +.message-body pre { + background-color: rgb(64, 64, 64); +} +.message-body pre code { + background-color: transparent; +} + +/* Bulma Dark theme */ +.modal { + align-items: center; + display: none; + flex-direction: column; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 40; +} +.modal.is-active { + display: flex; +} + +.modal-background { + background-color: rgba(186, 186, 186, 0.86); +} + +.modal-content, +.modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} +@media screen and (min-width: 769px) { + .modal-content, + .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.modal-card { + display: flex; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; + -ms-overflow-y: visible; +} + +.modal-card-head, +.modal-card-foot { + align-items: center; + background-color: rgb(69, 69, 69); + display: flex; + flex-shrink: 0; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.modal-card-head { + border-bottom: 1px solid rgb(82, 82, 82); + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.modal-card-title { + color: rgb(164, 164, 164); + flex-grow: 1; + flex-shrink: 0; + font-size: 1.5rem; + line-height: 1; +} + +.modal-card-foot { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid rgb(82, 82, 82); +} +.modal-card-foot .button:not(:last-child) { + margin-right: 0.5em; +} + +.modal-card-body { + -webkit-overflow-scrolling: touch; + background-color: rgb(64, 64, 64); + flex-grow: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +/* Bulma Dark theme */ +.navbar { + background-color: rgb(64, 64, 64); + min-height: 3.25rem; + position: relative; + z-index: 30; +} +.navbar.is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-brand > .navbar-item, +.navbar.is-white .navbar-brand .navbar-link { + color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, +.navbar.is-white .navbar-brand .navbar-link:focus, +.navbar.is-white .navbar-brand .navbar-link:hover, +.navbar.is-white .navbar-brand .navbar-link.is-active { + background-color: #333333; + color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-brand .navbar-link::after { + border-color: rgb(186, 186, 186); +} +.navbar.is-white .navbar-burger { + color: rgb(186, 186, 186); +} +@media screen and (min-width: 1024px) { + .navbar.is-white .navbar-start > .navbar-item, + .navbar.is-white .navbar-start .navbar-link, + .navbar.is-white .navbar-end > .navbar-item, + .navbar.is-white .navbar-end .navbar-link { + color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, + .navbar.is-white .navbar-start .navbar-link:focus, + .navbar.is-white .navbar-start .navbar-link:hover, + .navbar.is-white .navbar-start .navbar-link.is-active, + .navbar.is-white .navbar-end > a.navbar-item:focus, + .navbar.is-white .navbar-end > a.navbar-item:hover, + .navbar.is-white .navbar-end > a.navbar-item.is-active, + .navbar.is-white .navbar-end .navbar-link:focus, + .navbar.is-white .navbar-end .navbar-link:hover, + .navbar.is-white .navbar-end .navbar-link.is-active { + background-color: #333333; + color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-start .navbar-link::after, + .navbar.is-white .navbar-end .navbar-link::after { + border-color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #333333; + color: rgb(186, 186, 186); + } + .navbar.is-white .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); + } +} +.navbar.is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-brand > .navbar-item, +.navbar.is-black .navbar-brand .navbar-link { + color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, +.navbar.is-black .navbar-brand .navbar-link:focus, +.navbar.is-black .navbar-brand .navbar-link:hover, +.navbar.is-black .navbar-brand .navbar-link.is-active { + background-color: #adadad; + color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-brand .navbar-link::after { + border-color: rgb(64, 64, 64); +} +.navbar.is-black .navbar-burger { + color: rgb(64, 64, 64); +} +@media screen and (min-width: 1024px) { + .navbar.is-black .navbar-start > .navbar-item, + .navbar.is-black .navbar-start .navbar-link, + .navbar.is-black .navbar-end > .navbar-item, + .navbar.is-black .navbar-end .navbar-link { + color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, + .navbar.is-black .navbar-start .navbar-link:focus, + .navbar.is-black .navbar-start .navbar-link:hover, + .navbar.is-black .navbar-start .navbar-link.is-active, + .navbar.is-black .navbar-end > a.navbar-item:focus, + .navbar.is-black .navbar-end > a.navbar-item:hover, + .navbar.is-black .navbar-end > a.navbar-item.is-active, + .navbar.is-black .navbar-end .navbar-link:focus, + .navbar.is-black .navbar-end .navbar-link:hover, + .navbar.is-black .navbar-end .navbar-link.is-active { + background-color: #adadad; + color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-start .navbar-link::after, + .navbar.is-black .navbar-end .navbar-link::after { + border-color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #adadad; + color: rgb(64, 64, 64); + } + .navbar.is-black .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); + } +} +.navbar.is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-brand > .navbar-item, +.navbar.is-light .navbar-brand .navbar-link { + color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, +.navbar.is-light .navbar-brand .navbar-link:focus, +.navbar.is-light .navbar-brand .navbar-link:hover, +.navbar.is-light .navbar-brand .navbar-link.is-active { + background-color: #383838; + color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-brand .navbar-link::after { + border-color: rgb(157, 157, 157); +} +.navbar.is-light .navbar-burger { + color: rgb(157, 157, 157); +} +@media screen and (min-width: 1024px) { + .navbar.is-light .navbar-start > .navbar-item, + .navbar.is-light .navbar-start .navbar-link, + .navbar.is-light .navbar-end > .navbar-item, + .navbar.is-light .navbar-end .navbar-link { + color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, + .navbar.is-light .navbar-start .navbar-link:focus, + .navbar.is-light .navbar-start .navbar-link:hover, + .navbar.is-light .navbar-start .navbar-link.is-active, + .navbar.is-light .navbar-end > a.navbar-item:focus, + .navbar.is-light .navbar-end > a.navbar-item:hover, + .navbar.is-light .navbar-end > a.navbar-item.is-active, + .navbar.is-light .navbar-end .navbar-link:focus, + .navbar.is-light .navbar-end .navbar-link:hover, + .navbar.is-light .navbar-end .navbar-link.is-active { + background-color: #383838; + color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-start .navbar-link::after, + .navbar.is-light .navbar-end .navbar-link::after { + border-color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #383838; + color: rgb(157, 157, 157); + } + .navbar.is-light .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); + } +} +.navbar.is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-brand > .navbar-item, +.navbar.is-dark .navbar-brand .navbar-link { + color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, +.navbar.is-dark .navbar-brand .navbar-link:focus, +.navbar.is-dark .navbar-brand .navbar-link:hover, +.navbar.is-dark .navbar-brand .navbar-link.is-active { + background-color: #979797; + color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-brand .navbar-link::after { + border-color: rgb(109, 109, 109); +} +.navbar.is-dark .navbar-burger { + color: rgb(109, 109, 109); +} +@media screen and (min-width: 1024px) { + .navbar.is-dark .navbar-start > .navbar-item, + .navbar.is-dark .navbar-start .navbar-link, + .navbar.is-dark .navbar-end > .navbar-item, + .navbar.is-dark .navbar-end .navbar-link { + color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, + .navbar.is-dark .navbar-start .navbar-link:focus, + .navbar.is-dark .navbar-start .navbar-link:hover, + .navbar.is-dark .navbar-start .navbar-link.is-active, + .navbar.is-dark .navbar-end > a.navbar-item:focus, + .navbar.is-dark .navbar-end > a.navbar-item:hover, + .navbar.is-dark .navbar-end > a.navbar-item.is-active, + .navbar.is-dark .navbar-end .navbar-link:focus, + .navbar.is-dark .navbar-end .navbar-link:hover, + .navbar.is-dark .navbar-end .navbar-link.is-active { + background-color: #979797; + color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-start .navbar-link::after, + .navbar.is-dark .navbar-end .navbar-link::after { + border-color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #979797; + color: rgb(109, 109, 109); + } + .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); + } +} +.navbar.is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-brand > .navbar-item, +.navbar.is-primary .navbar-brand .navbar-link { + color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, +.navbar.is-primary .navbar-brand .navbar-link:focus, +.navbar.is-primary .navbar-brand .navbar-link:hover, +.navbar.is-primary .navbar-brand .navbar-link.is-active { + background-color: #b74656; + color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-brand .navbar-link::after { + border-color: rgb(96, 148, 140); +} +.navbar.is-primary .navbar-burger { + color: rgb(96, 148, 140); +} +@media screen and (min-width: 1024px) { + .navbar.is-primary .navbar-start > .navbar-item, + .navbar.is-primary .navbar-start .navbar-link, + .navbar.is-primary .navbar-end > .navbar-item, + .navbar.is-primary .navbar-end .navbar-link { + color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, + .navbar.is-primary .navbar-start .navbar-link:focus, + .navbar.is-primary .navbar-start .navbar-link:hover, + .navbar.is-primary .navbar-start .navbar-link.is-active, + .navbar.is-primary .navbar-end > a.navbar-item:focus, + .navbar.is-primary .navbar-end > a.navbar-item:hover, + .navbar.is-primary .navbar-end > a.navbar-item.is-active, + .navbar.is-primary .navbar-end .navbar-link:focus, + .navbar.is-primary .navbar-end .navbar-link:hover, + .navbar.is-primary .navbar-end .navbar-link.is-active { + background-color: #b74656; + color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-start .navbar-link::after, + .navbar.is-primary .navbar-end .navbar-link::after { + border-color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #b74656; + color: rgb(96, 148, 140); + } + .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); + } +} +.navbar.is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-brand > .navbar-item, +.navbar.is-link .navbar-brand .navbar-link { + color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, +.navbar.is-link .navbar-brand .navbar-link:focus, +.navbar.is-link .navbar-brand .navbar-link:hover, +.navbar.is-link .navbar-brand .navbar-link.is-active { + background-color: #8b8153; + color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-brand .navbar-link::after { + border-color: rgb(114, 119, 145); +} +.navbar.is-link .navbar-burger { + color: rgb(114, 119, 145); +} +@media screen and (min-width: 1024px) { + .navbar.is-link .navbar-start > .navbar-item, + .navbar.is-link .navbar-start .navbar-link, + .navbar.is-link .navbar-end > .navbar-item, + .navbar.is-link .navbar-end .navbar-link { + color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, + .navbar.is-link .navbar-start .navbar-link:focus, + .navbar.is-link .navbar-start .navbar-link:hover, + .navbar.is-link .navbar-start .navbar-link.is-active, + .navbar.is-link .navbar-end > a.navbar-item:focus, + .navbar.is-link .navbar-end > a.navbar-item:hover, + .navbar.is-link .navbar-end > a.navbar-item.is-active, + .navbar.is-link .navbar-end .navbar-link:focus, + .navbar.is-link .navbar-end .navbar-link:hover, + .navbar.is-link .navbar-end .navbar-link.is-active { + background-color: #8b8153; + color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-start .navbar-link::after, + .navbar.is-link .navbar-end .navbar-link::after { + border-color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #8b8153; + color: rgb(114, 119, 145); + } + .navbar.is-link .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); + } +} +.navbar.is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-brand > .navbar-item, +.navbar.is-info .navbar-brand .navbar-link { + color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, +.navbar.is-info .navbar-brand .navbar-link:focus, +.navbar.is-info .navbar-brand .navbar-link:hover, +.navbar.is-info .navbar-brand .navbar-link.is-active { + background-color: #3082c5; + color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-brand .navbar-link::after { + border-color: rgb(160, 120, 87); +} +.navbar.is-info .navbar-burger { + color: rgb(160, 120, 87); +} +@media screen and (min-width: 1024px) { + .navbar.is-info .navbar-start > .navbar-item, + .navbar.is-info .navbar-start .navbar-link, + .navbar.is-info .navbar-end > .navbar-item, + .navbar.is-info .navbar-end .navbar-link { + color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, + .navbar.is-info .navbar-start .navbar-link:focus, + .navbar.is-info .navbar-start .navbar-link:hover, + .navbar.is-info .navbar-start .navbar-link.is-active, + .navbar.is-info .navbar-end > a.navbar-item:focus, + .navbar.is-info .navbar-end > a.navbar-item:hover, + .navbar.is-info .navbar-end > a.navbar-item.is-active, + .navbar.is-info .navbar-end .navbar-link:focus, + .navbar.is-info .navbar-end .navbar-link:hover, + .navbar.is-info .navbar-end .navbar-link.is-active { + background-color: #3082c5; + color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-start .navbar-link::after, + .navbar.is-info .navbar-end .navbar-link::after { + border-color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3082c5; + color: rgb(160, 120, 87); + } + .navbar.is-info .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); + } +} +.navbar.is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-brand > .navbar-item, +.navbar.is-success .navbar-brand .navbar-link { + color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, +.navbar.is-success .navbar-brand .navbar-link:focus, +.navbar.is-success .navbar-brand .navbar-link:hover, +.navbar.is-success .navbar-brand .navbar-link.is-active { + background-color: #3abb81; + color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-brand .navbar-link::after { + border-color: rgb(155, 92, 120); +} +.navbar.is-success .navbar-burger { + color: rgb(155, 92, 120); +} +@media screen and (min-width: 1024px) { + .navbar.is-success .navbar-start > .navbar-item, + .navbar.is-success .navbar-start .navbar-link, + .navbar.is-success .navbar-end > .navbar-item, + .navbar.is-success .navbar-end .navbar-link { + color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, + .navbar.is-success .navbar-start .navbar-link:focus, + .navbar.is-success .navbar-start .navbar-link:hover, + .navbar.is-success .navbar-start .navbar-link.is-active, + .navbar.is-success .navbar-end > a.navbar-item:focus, + .navbar.is-success .navbar-end > a.navbar-item:hover, + .navbar.is-success .navbar-end > a.navbar-item.is-active, + .navbar.is-success .navbar-end .navbar-link:focus, + .navbar.is-success .navbar-end .navbar-link:hover, + .navbar.is-success .navbar-end .navbar-link.is-active { + background-color: #3abb81; + color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-start .navbar-link::after, + .navbar.is-success .navbar-end .navbar-link::after { + border-color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3abb81; + color: rgb(155, 92, 120); + } + .navbar.is-success .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); + } +} +.navbar.is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-brand > .navbar-item, +.navbar.is-warning .navbar-brand .navbar-link { + color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, +.navbar.is-warning .navbar-brand .navbar-link:focus, +.navbar.is-warning .navbar-brand .navbar-link:hover, +.navbar.is-warning .navbar-brand .navbar-link.is-active { + background-color: #ffd970; + color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-brand .navbar-link::after { + border-color: rgb(64, 79, 122); +} +.navbar.is-warning .navbar-burger { + color: rgb(64, 79, 122); +} +@media screen and (min-width: 1024px) { + .navbar.is-warning .navbar-start > .navbar-item, + .navbar.is-warning .navbar-start .navbar-link, + .navbar.is-warning .navbar-end > .navbar-item, + .navbar.is-warning .navbar-end .navbar-link { + color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, + .navbar.is-warning .navbar-start .navbar-link:focus, + .navbar.is-warning .navbar-start .navbar-link:hover, + .navbar.is-warning .navbar-start .navbar-link.is-active, + .navbar.is-warning .navbar-end > a.navbar-item:focus, + .navbar.is-warning .navbar-end > a.navbar-item:hover, + .navbar.is-warning .navbar-end > a.navbar-item.is-active, + .navbar.is-warning .navbar-end .navbar-link:focus, + .navbar.is-warning .navbar-end .navbar-link:hover, + .navbar.is-warning .navbar-end .navbar-link.is-active { + background-color: #ffd970; + color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-start .navbar-link::after, + .navbar.is-warning .navbar-end .navbar-link::after { + border-color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ffd970; + color: rgb(64, 79, 122); + } + .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); + } +} +.navbar.is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-brand > .navbar-item, +.navbar.is-danger .navbar-brand .navbar-link { + color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, +.navbar.is-danger .navbar-brand .navbar-link:focus, +.navbar.is-danger .navbar-brand .navbar-link:hover, +.navbar.is-danger .navbar-brand .navbar-link.is-active { + background-color: #ef2e55; + color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-brand .navbar-link::after { + border-color: rgb(71, 156, 139); +} +.navbar.is-danger .navbar-burger { + color: rgb(71, 156, 139); +} +@media screen and (min-width: 1024px) { + .navbar.is-danger .navbar-start > .navbar-item, + .navbar.is-danger .navbar-start .navbar-link, + .navbar.is-danger .navbar-end > .navbar-item, + .navbar.is-danger .navbar-end .navbar-link { + color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, + .navbar.is-danger .navbar-start .navbar-link:focus, + .navbar.is-danger .navbar-start .navbar-link:hover, + .navbar.is-danger .navbar-start .navbar-link.is-active, + .navbar.is-danger .navbar-end > a.navbar-item:focus, + .navbar.is-danger .navbar-end > a.navbar-item:hover, + .navbar.is-danger .navbar-end > a.navbar-item.is-active, + .navbar.is-danger .navbar-end .navbar-link:focus, + .navbar.is-danger .navbar-end .navbar-link:hover, + .navbar.is-danger .navbar-end .navbar-link.is-active { + background-color: #ef2e55; + color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-start .navbar-link::after, + .navbar.is-danger .navbar-end .navbar-link::after { + border-color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, + .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, + .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ef2e55; + color: rgb(71, 156, 139); + } + .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); + } +} +.navbar > .container { + align-items: stretch; + display: flex; + min-height: 3.25rem; + width: 100%; +} +.navbar.has-shadow { + box-shadow: 0 2px 0 0 rgb(69, 69, 69); +} +.navbar.is-fixed-bottom, .navbar.is-fixed-top { + left: 0; + position: fixed; + right: 0; + z-index: 30; +} +.navbar.is-fixed-bottom { + bottom: 0; +} +.navbar.is-fixed-bottom.has-shadow { + box-shadow: 0 -2px 0 0 rgb(69, 69, 69); +} +.navbar.is-fixed-top { + top: 0; +} + +html.has-navbar-fixed-top, +body.has-navbar-fixed-top { + padding-top: 3.25rem; +} +html.has-navbar-fixed-bottom, +body.has-navbar-fixed-bottom { + padding-bottom: 3.25rem; +} + +.navbar-brand, +.navbar-tabs { + align-items: stretch; + display: flex; + flex-shrink: 0; + min-height: 3.25rem; +} + +.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { + background-color: transparent; +} + +.navbar-tabs { + -webkit-overflow-scrolling: touch; + max-width: 100vw; + overflow-x: auto; + overflow-y: hidden; +} + +.navbar-burger { + color: rgb(154, 154, 154); + -moz-appearance: none; + -webkit-appearance: none; + appearance: none; + background: none; + border: none; + cursor: pointer; + display: block; + height: 3.25rem; + position: relative; + width: 3.25rem; + margin-left: auto; +} +.navbar-burger span { + background-color: currentColor; + display: block; + height: 1px; + left: calc(50% - 8px); + position: absolute; + transform-origin: center; + transition-duration: 86ms; + transition-property: background-color, opacity, transform; + transition-timing-function: ease-out; + width: 16px; +} +.navbar-burger span:nth-child(1) { + top: calc(50% - 6px); +} +.navbar-burger span:nth-child(2) { + top: calc(50% - 1px); +} +.navbar-burger span:nth-child(3) { + top: calc(50% + 4px); +} +.navbar-burger:hover { + background-color: rgba(0, 0, 0, 0.05); +} +.navbar-burger.is-active span:nth-child(1) { + transform: translateY(5px) rotate(45deg); +} +.navbar-burger.is-active span:nth-child(2) { + opacity: 0; +} +.navbar-burger.is-active span:nth-child(3) { + transform: translateY(-5px) rotate(-45deg); +} + +.navbar-menu { + display: none; +} + +.navbar-item, +.navbar-link { + color: rgb(154, 154, 154); + display: block; + line-height: 1.5; + padding: 0.5rem 0.75rem; + position: relative; +} +.navbar-item .icon:only-child, +.navbar-link .icon:only-child { + margin-left: -0.25rem; + margin-right: -0.25rem; +} + +a.navbar-item, +.navbar-link { + cursor: pointer; +} +a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, +.navbar-link:focus, +.navbar-link:focus-within, +.navbar-link:hover, +.navbar-link.is-active { + background-color: rgb(66, 66, 66); + color: rgb(155, 144, 92); +} + +.navbar-item { + flex-grow: 0; + flex-shrink: 0; +} +.navbar-item img { + max-height: 1.75rem; +} +.navbar-item.has-dropdown { + padding: 0; +} +.navbar-item.is-expanded { + flex-grow: 1; + flex-shrink: 1; +} +.navbar-item.is-tab { + border-bottom: 1px solid transparent; + min-height: 3.25rem; + padding-bottom: calc(0.5rem - 1px); +} +.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { + background-color: transparent; + border-bottom-color: rgb(155, 144, 92); +} +.navbar-item.is-tab.is-active { + background-color: transparent; + border-bottom-color: rgb(155, 144, 92); + border-bottom-style: solid; + border-bottom-width: 3px; + color: rgb(155, 144, 92); + padding-bottom: calc(0.5rem - 3px); +} + +.navbar-content { + flex-grow: 1; + flex-shrink: 1; +} + +.navbar-link:not(.is-arrowless) { + padding-right: 2.5em; +} +.navbar-link:not(.is-arrowless)::after { + border-color: rgb(155, 144, 92); + margin-top: -0.375em; + right: 1.125em; +} + +.navbar-dropdown { + font-size: 0.875rem; + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} +.navbar-dropdown .navbar-item { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.navbar-divider { + background-color: rgb(69, 69, 69); + border: none; + display: none; + height: 2px; + margin: 0.5rem 0; +} + +@media screen and (max-width: 1023px) { + .navbar > .container { + display: block; + } + .navbar-brand .navbar-item, + .navbar-tabs .navbar-item { + align-items: center; + display: flex; + } + .navbar-link::after { + display: none; + } + .navbar-menu { + background-color: rgb(64, 64, 64); + box-shadow: 0 8px 16px rgba(186, 186, 186, 0.1); + padding: 0.5rem 0; + } + .navbar-menu.is-active { + display: block; + } + .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + .navbar.is-fixed-bottom-touch { + bottom: 0; + } + .navbar.is-fixed-bottom-touch.has-shadow { + box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); + } + .navbar.is-fixed-top-touch { + top: 0; + } + .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu { + -webkit-overflow-scrolling: touch; + max-height: calc(100vh - 3.25rem); + overflow: auto; + } + html.has-navbar-fixed-top-touch, + body.has-navbar-fixed-top-touch { + padding-top: 3.25rem; + } + html.has-navbar-fixed-bottom-touch, + body.has-navbar-fixed-bottom-touch { + padding-bottom: 3.25rem; + } +} +@media screen and (min-width: 1024px) { + .navbar, + .navbar-menu, + .navbar-start, + .navbar-end { + align-items: stretch; + display: flex; + } + .navbar { + min-height: 3.25rem; + } + .navbar.is-spaced { + padding: 1rem 2rem; + } + .navbar.is-spaced .navbar-start, + .navbar.is-spaced .navbar-end { + align-items: center; + } + .navbar.is-spaced a.navbar-item, + .navbar.is-spaced .navbar-link { + border-radius: 4px; + } + .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, + .navbar.is-transparent .navbar-link:focus, + .navbar.is-transparent .navbar-link:hover, + .navbar.is-transparent .navbar-link.is-active { + background-color: transparent !important; + } + .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { + background-color: transparent !important; + } + .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { + background-color: rgb(69, 69, 69); + color: rgb(186, 186, 186); + } + .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(69, 69, 69); + color: rgb(155, 144, 92); + } + .navbar-burger { + display: none; + } + .navbar-item, + .navbar-link { + align-items: center; + display: flex; + } + .navbar-item.has-dropdown { + align-items: stretch; + } + .navbar-item.has-dropdown-up .navbar-link::after { + transform: rotate(135deg) translate(0.25em, -0.25em); + } + .navbar-item.has-dropdown-up .navbar-dropdown { + border-bottom: 2px solid rgb(82, 82, 82); + border-radius: 6px 6px 0 0; + border-top: none; + bottom: 100%; + box-shadow: 0 -8px 8px rgba(186, 186, 186, 0.1); + top: auto; + } + .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown { + display: block; + } + .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { + opacity: 1; + pointer-events: auto; + transform: translateY(0); + } + .navbar-menu { + flex-grow: 1; + flex-shrink: 0; + } + .navbar-start { + justify-content: flex-start; + margin-right: auto; + } + .navbar-end { + justify-content: flex-end; + margin-left: auto; + } + .navbar-dropdown { + background-color: rgb(64, 64, 64); + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 2px solid rgb(82, 82, 82); + box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1); + display: none; + font-size: 0.875rem; + left: 0; + min-width: 100%; + position: absolute; + top: 100%; + z-index: 20; + } + .navbar-dropdown .navbar-item { + padding: 0.375rem 1rem; + white-space: nowrap; + } + .navbar-dropdown a.navbar-item { + padding-right: 3rem; + } + .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { + background-color: rgb(69, 69, 69); + color: rgb(186, 186, 186); + } + .navbar-dropdown a.navbar-item.is-active { + background-color: rgb(69, 69, 69); + color: rgb(155, 144, 92); + } + .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { + border-radius: 6px; + border-top: none; + box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1), 0 0 0 1px rgba(186, 186, 186, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + (-4px)); + transform: translateY(-5px); + transition-duration: 86ms; + transition-property: opacity, transform; + } + .navbar-dropdown.is-right { + left: auto; + right: 0; + } + .navbar-divider { + display: block; + } + .navbar > .container .navbar-brand, + .container > .navbar .navbar-brand { + margin-left: -0.75rem; + } + .navbar > .container .navbar-menu, + .container > .navbar .navbar-menu { + margin-right: -0.75rem; + } + .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + .navbar.is-fixed-bottom-desktop { + bottom: 0; + } + .navbar.is-fixed-bottom-desktop.has-shadow { + box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); + } + .navbar.is-fixed-top-desktop { + top: 0; + } + html.has-navbar-fixed-top-desktop, + body.has-navbar-fixed-top-desktop { + padding-top: 3.25rem; + } + html.has-navbar-fixed-bottom-desktop, + body.has-navbar-fixed-bottom-desktop { + padding-bottom: 3.25rem; + } + html.has-spaced-navbar-fixed-top, + body.has-spaced-navbar-fixed-top { + padding-top: 5.25rem; + } + html.has-spaced-navbar-fixed-bottom, + body.has-spaced-navbar-fixed-bottom { + padding-bottom: 5.25rem; + } + a.navbar-item.is-active, + .navbar-link.is-active { + color: rgb(186, 186, 186); + } + a.navbar-item.is-active:not(:focus):not(:hover), + .navbar-link.is-active:not(:focus):not(:hover) { + background-color: transparent; + } + .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link { + background-color: rgb(66, 66, 66); + } +} +.hero.is-fullheight-with-navbar { + min-height: calc(100vh - 3.25rem); +} + +/* Bulma Dark theme */ +.pagination { + font-size: 1rem; + margin: -0.25rem; +} +.pagination.is-small { + font-size: 0.75rem; +} +.pagination.is-medium { + font-size: 1.25rem; +} +.pagination.is-large { + font-size: 1.5rem; +} +.pagination.is-rounded .pagination-previous, +.pagination.is-rounded .pagination-next { + padding-left: 1em; + padding-right: 1em; + border-radius: 9999px; +} +.pagination.is-rounded .pagination-link { + border-radius: 9999px; +} + +.pagination, +.pagination-list { + align-items: center; + display: flex; + justify-content: center; + text-align: center; +} + +.pagination-previous, +.pagination-next, +.pagination-link, +.pagination-ellipsis { + font-size: 1em; + justify-content: center; + margin: 0.25rem; + padding-left: 0.5em; + padding-right: 0.5em; + text-align: center; +} + +.pagination-previous, +.pagination-next, +.pagination-link { + border-color: rgb(82, 82, 82); + color: rgb(164, 164, 164); + min-width: 2.5em; +} +.pagination-previous:hover, +.pagination-next:hover, +.pagination-link:hover { + border-color: rgb(101, 101, 101); + color: rgb(164, 164, 164); +} +.pagination-previous:focus, +.pagination-next:focus, +.pagination-link:focus { + border-color: rgb(155, 144, 92); +} +.pagination-previous:active, +.pagination-next:active, +.pagination-link:active { + box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2); +} +.pagination-previous[disabled], .pagination-previous.is-disabled, +.pagination-next[disabled], +.pagination-next.is-disabled, +.pagination-link[disabled], +.pagination-link.is-disabled { + background-color: rgb(82, 82, 82); + border-color: rgb(82, 82, 82); + box-shadow: none; + color: rgb(130, 130, 130); + opacity: 0.5; +} + +.pagination-previous, +.pagination-next { + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} + +.pagination-link.is-current { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} + +.pagination-ellipsis { + color: hsl(0, 0%, 71%); + pointer-events: none; +} + +.pagination-list { + flex-wrap: wrap; +} +.pagination-list li { + list-style: none; +} + +@media screen and (max-width: 768px) { + .pagination { + flex-wrap: wrap; + } + .pagination-previous, + .pagination-next { + flex-grow: 1; + flex-shrink: 1; + } + .pagination-list li { + flex-grow: 1; + flex-shrink: 1; + } +} +@media screen and (min-width: 769px), print { + .pagination-list { + flex-grow: 1; + flex-shrink: 1; + justify-content: flex-start; + order: 1; + } + .pagination-previous, + .pagination-next, + .pagination-link, + .pagination-ellipsis { + margin-bottom: 0; + margin-top: 0; + } + .pagination-previous { + order: 2; + } + .pagination-next { + order: 3; + } + .pagination { + justify-content: space-between; + margin-bottom: 0; + margin-top: 0; + } + .pagination.is-centered .pagination-previous { + order: 1; + } + .pagination.is-centered .pagination-list { + justify-content: center; + order: 2; + } + .pagination.is-centered .pagination-next { + order: 3; + } + .pagination.is-right .pagination-previous { + order: 1; + } + .pagination.is-right .pagination-next { + order: 2; + } + .pagination.is-right .pagination-list { + justify-content: flex-end; + order: 3; + } +} +.panel { + border-radius: 6px; + box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); + font-size: 1rem; +} +.panel:not(:last-child) { + margin-bottom: 1.5rem; +} +.panel.is-white .panel-heading { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.panel.is-white .panel-tabs a.is-active { + border-bottom-color: rgb(64, 64, 64); +} +.panel.is-white .panel-block.is-active .panel-icon { + color: rgb(64, 64, 64); +} +.panel.is-black .panel-heading { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.panel.is-black .panel-tabs a.is-active { + border-bottom-color: rgb(186, 186, 186); +} +.panel.is-black .panel-block.is-active .panel-icon { + color: rgb(186, 186, 186); +} +.panel.is-light .panel-heading { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.panel.is-light .panel-tabs a.is-active { + border-bottom-color: rgb(69, 69, 69); +} +.panel.is-light .panel-block.is-active .panel-icon { + color: rgb(69, 69, 69); +} +.panel.is-dark .panel-heading { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.panel.is-dark .panel-tabs a.is-active { + border-bottom-color: rgb(164, 164, 164); +} +.panel.is-dark .panel-block.is-active .panel-icon { + color: rgb(164, 164, 164); +} +.panel.is-primary .panel-heading { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.panel.is-primary .panel-tabs a.is-active { + border-bottom-color: rgb(191, 87, 102); +} +.panel.is-primary .panel-block.is-active .panel-icon { + color: rgb(191, 87, 102); +} +.panel.is-link .panel-heading { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.panel.is-link .panel-tabs a.is-active { + border-bottom-color: rgb(155, 144, 92); +} +.panel.is-link .panel-block.is-active .panel-icon { + color: rgb(155, 144, 92); +} +.panel.is-info .panel-heading { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.panel.is-info .panel-tabs a.is-active { + border-bottom-color: hsl(207, 61%, 53%); +} +.panel.is-info .panel-block.is-active .panel-icon { + color: hsl(207, 61%, 53%); +} +.panel.is-success .panel-heading { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.panel.is-success .panel-tabs a.is-active { + border-bottom-color: hsl(153, 53%, 53%); +} +.panel.is-success .panel-block.is-active .panel-icon { + color: hsl(153, 53%, 53%); +} +.panel.is-warning .panel-heading { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.panel.is-warning .panel-tabs a.is-active { + border-bottom-color: hsl(44, 100%, 77%); +} +.panel.is-warning .panel-block.is-active .panel-icon { + color: hsl(44, 100%, 77%); +} +.panel.is-danger .panel-heading { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.panel.is-danger .panel-tabs a.is-active { + border-bottom-color: hsl(348, 86%, 61%); +} +.panel.is-danger .panel-block.is-active .panel-icon { + color: hsl(348, 86%, 61%); +} + +.panel-tabs:not(:last-child), +.panel-block:not(:last-child) { + border-bottom: 1px solid rgb(73, 73, 73); +} + +.panel-heading { + background-color: rgb(73, 73, 73); + border-radius: 6px 6px 0 0; + color: rgb(164, 164, 164); + font-size: 1.25em; + font-weight: 700; + line-height: 1.25; + padding: 0.75em 1em; +} + +.panel-tabs { + align-items: flex-end; + display: flex; + font-size: 0.875em; + justify-content: center; +} +.panel-tabs a { + border-bottom: 1px solid rgb(82, 82, 82); + margin-bottom: -1px; + padding: 0.5em; +} +.panel-tabs a.is-active { + border-bottom-color: rgb(154, 154, 154); + color: rgb(164, 164, 164); +} + +.panel-list a { + color: rgb(154, 154, 154); +} +.panel-list a:hover { + color: rgb(155, 144, 92); +} + +.panel-block { + align-items: center; + color: rgb(164, 164, 164); + display: flex; + justify-content: flex-start; + padding: 0.5em 0.75em; +} +.panel-block input[type=checkbox] { + margin-right: 0.75em; +} +.panel-block > .control { + flex-grow: 1; + flex-shrink: 1; + width: 100%; +} +.panel-block.is-wrapped { + flex-wrap: wrap; +} +.panel-block.is-active { + border-left-color: rgb(155, 144, 92); + color: rgb(164, 164, 164); +} +.panel-block.is-active .panel-icon { + color: rgb(155, 144, 92); +} +.panel-block:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +a.panel-block, +label.panel-block { + cursor: pointer; +} +a.panel-block:hover, +label.panel-block:hover { + background-color: rgb(69, 69, 69); +} + +.panel-icon { + display: inline-block; + font-size: 14px; + height: 1em; + line-height: 1em; + text-align: center; + vertical-align: top; + width: 1em; + color: rgb(130, 130, 130); + margin-right: 0.75em; +} +.panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +/* Bulma Dark theme */ +.tabs { + -webkit-overflow-scrolling: touch; + align-items: stretch; + display: flex; + font-size: 1rem; + justify-content: space-between; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} +.tabs a { + align-items: center; + border-bottom-color: rgb(82, 82, 82); + border-bottom-style: solid; + border-bottom-width: 1px; + color: rgb(154, 154, 154); + display: flex; + justify-content: center; + margin-bottom: -1px; + padding: 0.5em 1em; + vertical-align: top; +} +.tabs a:hover { + border-bottom-color: rgb(164, 164, 164); + color: rgb(164, 164, 164); +} +.tabs li { + display: block; +} +.tabs li.is-active a { + border-bottom-color: rgb(155, 144, 92); + color: rgb(155, 144, 92); +} +.tabs ul { + align-items: center; + border-bottom-color: rgb(82, 82, 82); + border-bottom-style: solid; + border-bottom-width: 1px; + display: flex; + flex-grow: 1; + flex-shrink: 0; + justify-content: flex-start; +} +.tabs ul.is-left { + padding-right: 0.75em; +} +.tabs ul.is-center { + flex: none; + justify-content: center; + padding-left: 0.75em; + padding-right: 0.75em; +} +.tabs ul.is-right { + justify-content: flex-end; + padding-left: 0.75em; +} +.tabs .icon:first-child { + margin-right: 0.5em; +} +.tabs .icon:last-child { + margin-left: 0.5em; +} +.tabs.is-centered ul { + justify-content: center; +} +.tabs.is-right ul { + justify-content: flex-end; +} +.tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} +.tabs.is-boxed a:hover { + background-color: rgb(69, 69, 69); + border-bottom-color: rgb(82, 82, 82); +} +.tabs.is-boxed li.is-active a { + background-color: rgb(64, 64, 64); + border-color: rgb(82, 82, 82); + border-bottom-color: transparent !important; +} +.tabs.is-fullwidth li { + flex-grow: 1; + flex-shrink: 0; +} +.tabs.is-toggle a { + border-color: rgb(82, 82, 82); + border-style: solid; + border-width: 1px; + margin-bottom: 0; + position: relative; +} +.tabs.is-toggle a:hover { + background-color: rgb(69, 69, 69); + border-color: rgb(101, 101, 101); + z-index: 2; +} +.tabs.is-toggle li + li { + margin-left: -1px; +} +.tabs.is-toggle li:first-child a { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} +.tabs.is-toggle li:last-child a { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} +.tabs.is-toggle li.is-active a { + background-color: rgb(155, 144, 92); + border-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); + z-index: 1; +} +.tabs.is-toggle ul { + border-bottom: none; +} +.tabs.is-toggle.is-toggle-rounded li:first-child a { + border-bottom-left-radius: 9999px; + border-top-left-radius: 9999px; + padding-left: 1.25em; +} +.tabs.is-toggle.is-toggle-rounded li:last-child a { + border-bottom-right-radius: 9999px; + border-top-right-radius: 9999px; + padding-right: 1.25em; +} +.tabs.is-small { + font-size: 0.75rem; +} +.tabs.is-medium { + font-size: 1.25rem; +} +.tabs.is-large { + font-size: 1.5rem; +} + +/* Bulma Grid */ +.column { + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + padding: 0.75rem; +} +.columns.is-mobile > .column.is-narrow { + flex: none; + width: unset; +} +.columns.is-mobile > .column.is-full { + flex: none; + width: 100%; +} +.columns.is-mobile > .column.is-three-quarters { + flex: none; + width: 75%; +} +.columns.is-mobile > .column.is-two-thirds { + flex: none; + width: 66.6666%; +} +.columns.is-mobile > .column.is-half { + flex: none; + width: 50%; +} +.columns.is-mobile > .column.is-one-third { + flex: none; + width: 33.3333%; +} +.columns.is-mobile > .column.is-one-quarter { + flex: none; + width: 25%; +} +.columns.is-mobile > .column.is-one-fifth { + flex: none; + width: 20%; +} +.columns.is-mobile > .column.is-two-fifths { + flex: none; + width: 40%; +} +.columns.is-mobile > .column.is-three-fifths { + flex: none; + width: 60%; +} +.columns.is-mobile > .column.is-four-fifths { + flex: none; + width: 80%; +} +.columns.is-mobile > .column.is-offset-three-quarters { + margin-left: 75%; +} +.columns.is-mobile > .column.is-offset-two-thirds { + margin-left: 66.6666%; +} +.columns.is-mobile > .column.is-offset-half { + margin-left: 50%; +} +.columns.is-mobile > .column.is-offset-one-third { + margin-left: 33.3333%; +} +.columns.is-mobile > .column.is-offset-one-quarter { + margin-left: 25%; +} +.columns.is-mobile > .column.is-offset-one-fifth { + margin-left: 20%; +} +.columns.is-mobile > .column.is-offset-two-fifths { + margin-left: 40%; +} +.columns.is-mobile > .column.is-offset-three-fifths { + margin-left: 60%; +} +.columns.is-mobile > .column.is-offset-four-fifths { + margin-left: 80%; +} +.columns.is-mobile > .column.is-0 { + flex: none; + width: 0%; +} +.columns.is-mobile > .column.is-offset-0 { + margin-left: 0%; +} +.columns.is-mobile > .column.is-1 { + flex: none; + width: 8.33333337%; +} +.columns.is-mobile > .column.is-offset-1 { + margin-left: 8.33333337%; +} +.columns.is-mobile > .column.is-2 { + flex: none; + width: 16.66666674%; +} +.columns.is-mobile > .column.is-offset-2 { + margin-left: 16.66666674%; +} +.columns.is-mobile > .column.is-3 { + flex: none; + width: 25%; +} +.columns.is-mobile > .column.is-offset-3 { + margin-left: 25%; +} +.columns.is-mobile > .column.is-4 { + flex: none; + width: 33.33333337%; +} +.columns.is-mobile > .column.is-offset-4 { + margin-left: 33.33333337%; +} +.columns.is-mobile > .column.is-5 { + flex: none; + width: 41.66666674%; +} +.columns.is-mobile > .column.is-offset-5 { + margin-left: 41.66666674%; +} +.columns.is-mobile > .column.is-6 { + flex: none; + width: 50%; +} +.columns.is-mobile > .column.is-offset-6 { + margin-left: 50%; +} +.columns.is-mobile > .column.is-7 { + flex: none; + width: 58.33333337%; +} +.columns.is-mobile > .column.is-offset-7 { + margin-left: 58.33333337%; +} +.columns.is-mobile > .column.is-8 { + flex: none; + width: 66.66666674%; +} +.columns.is-mobile > .column.is-offset-8 { + margin-left: 66.66666674%; +} +.columns.is-mobile > .column.is-9 { + flex: none; + width: 75%; +} +.columns.is-mobile > .column.is-offset-9 { + margin-left: 75%; +} +.columns.is-mobile > .column.is-10 { + flex: none; + width: 83.33333337%; +} +.columns.is-mobile > .column.is-offset-10 { + margin-left: 83.33333337%; +} +.columns.is-mobile > .column.is-11 { + flex: none; + width: 91.66666674%; +} +.columns.is-mobile > .column.is-offset-11 { + margin-left: 91.66666674%; +} +.columns.is-mobile > .column.is-12 { + flex: none; + width: 100%; +} +.columns.is-mobile > .column.is-offset-12 { + margin-left: 100%; +} +@media screen and (max-width: 768px) { + .column.is-narrow-mobile { + flex: none; + width: unset; + } + .column.is-full-mobile { + flex: none; + width: 100%; + } + .column.is-three-quarters-mobile { + flex: none; + width: 75%; + } + .column.is-two-thirds-mobile { + flex: none; + width: 66.6666%; + } + .column.is-half-mobile { + flex: none; + width: 50%; + } + .column.is-one-third-mobile { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-mobile { + flex: none; + width: 25%; + } + .column.is-one-fifth-mobile { + flex: none; + width: 20%; + } + .column.is-two-fifths-mobile { + flex: none; + width: 40%; + } + .column.is-three-fifths-mobile { + flex: none; + width: 60%; + } + .column.is-four-fifths-mobile { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + .column.is-offset-half-mobile { + margin-left: 50%; + } + .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + .column.is-offset-one-fifth-mobile { + margin-left: 20%; + } + .column.is-offset-two-fifths-mobile { + margin-left: 40%; + } + .column.is-offset-three-fifths-mobile { + margin-left: 60%; + } + .column.is-offset-four-fifths-mobile { + margin-left: 80%; + } + .column.is-0-mobile { + flex: none; + width: 0%; + } + .column.is-offset-0-mobile { + margin-left: 0%; + } + .column.is-1-mobile { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-mobile { + margin-left: 8.33333337%; + } + .column.is-2-mobile { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-mobile { + margin-left: 16.66666674%; + } + .column.is-3-mobile { + flex: none; + width: 25%; + } + .column.is-offset-3-mobile { + margin-left: 25%; + } + .column.is-4-mobile { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-mobile { + margin-left: 33.33333337%; + } + .column.is-5-mobile { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-mobile { + margin-left: 41.66666674%; + } + .column.is-6-mobile { + flex: none; + width: 50%; + } + .column.is-offset-6-mobile { + margin-left: 50%; + } + .column.is-7-mobile { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-mobile { + margin-left: 58.33333337%; + } + .column.is-8-mobile { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-mobile { + margin-left: 66.66666674%; + } + .column.is-9-mobile { + flex: none; + width: 75%; + } + .column.is-offset-9-mobile { + margin-left: 75%; + } + .column.is-10-mobile { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-mobile { + margin-left: 83.33333337%; + } + .column.is-11-mobile { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-mobile { + margin-left: 91.66666674%; + } + .column.is-12-mobile { + flex: none; + width: 100%; + } + .column.is-offset-12-mobile { + margin-left: 100%; + } +} +@media screen and (min-width: 769px), print { + .column.is-narrow, .column.is-narrow-tablet { + flex: none; + width: unset; + } + .column.is-full, .column.is-full-tablet { + flex: none; + width: 100%; + } + .column.is-three-quarters, .column.is-three-quarters-tablet { + flex: none; + width: 75%; + } + .column.is-two-thirds, .column.is-two-thirds-tablet { + flex: none; + width: 66.6666%; + } + .column.is-half, .column.is-half-tablet { + flex: none; + width: 50%; + } + .column.is-one-third, .column.is-one-third-tablet { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter, .column.is-one-quarter-tablet { + flex: none; + width: 25%; + } + .column.is-one-fifth, .column.is-one-fifth-tablet { + flex: none; + width: 20%; + } + .column.is-two-fifths, .column.is-two-fifths-tablet { + flex: none; + width: 40%; + } + .column.is-three-fifths, .column.is-three-fifths-tablet { + flex: none; + width: 60%; + } + .column.is-four-fifths, .column.is-four-fifths-tablet { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + .column.is-offset-half, .column.is-offset-half-tablet { + margin-left: 50%; + } + .column.is-offset-one-third, .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { + margin-left: 20%; + } + .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { + margin-left: 40%; + } + .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { + margin-left: 60%; + } + .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { + margin-left: 80%; + } + .column.is-0, .column.is-0-tablet { + flex: none; + width: 0%; + } + .column.is-offset-0, .column.is-offset-0-tablet { + margin-left: 0%; + } + .column.is-1, .column.is-1-tablet { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1, .column.is-offset-1-tablet { + margin-left: 8.33333337%; + } + .column.is-2, .column.is-2-tablet { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2, .column.is-offset-2-tablet { + margin-left: 16.66666674%; + } + .column.is-3, .column.is-3-tablet { + flex: none; + width: 25%; + } + .column.is-offset-3, .column.is-offset-3-tablet { + margin-left: 25%; + } + .column.is-4, .column.is-4-tablet { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4, .column.is-offset-4-tablet { + margin-left: 33.33333337%; + } + .column.is-5, .column.is-5-tablet { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5, .column.is-offset-5-tablet { + margin-left: 41.66666674%; + } + .column.is-6, .column.is-6-tablet { + flex: none; + width: 50%; + } + .column.is-offset-6, .column.is-offset-6-tablet { + margin-left: 50%; + } + .column.is-7, .column.is-7-tablet { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7, .column.is-offset-7-tablet { + margin-left: 58.33333337%; + } + .column.is-8, .column.is-8-tablet { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8, .column.is-offset-8-tablet { + margin-left: 66.66666674%; + } + .column.is-9, .column.is-9-tablet { + flex: none; + width: 75%; + } + .column.is-offset-9, .column.is-offset-9-tablet { + margin-left: 75%; + } + .column.is-10, .column.is-10-tablet { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10, .column.is-offset-10-tablet { + margin-left: 83.33333337%; + } + .column.is-11, .column.is-11-tablet { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11, .column.is-offset-11-tablet { + margin-left: 91.66666674%; + } + .column.is-12, .column.is-12-tablet { + flex: none; + width: 100%; + } + .column.is-offset-12, .column.is-offset-12-tablet { + margin-left: 100%; + } +} +@media screen and (max-width: 1023px) { + .column.is-narrow-touch { + flex: none; + width: unset; + } + .column.is-full-touch { + flex: none; + width: 100%; + } + .column.is-three-quarters-touch { + flex: none; + width: 75%; + } + .column.is-two-thirds-touch { + flex: none; + width: 66.6666%; + } + .column.is-half-touch { + flex: none; + width: 50%; + } + .column.is-one-third-touch { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-touch { + flex: none; + width: 25%; + } + .column.is-one-fifth-touch { + flex: none; + width: 20%; + } + .column.is-two-fifths-touch { + flex: none; + width: 40%; + } + .column.is-three-fifths-touch { + flex: none; + width: 60%; + } + .column.is-four-fifths-touch { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-touch { + margin-left: 75%; + } + .column.is-offset-two-thirds-touch { + margin-left: 66.6666%; + } + .column.is-offset-half-touch { + margin-left: 50%; + } + .column.is-offset-one-third-touch { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-touch { + margin-left: 25%; + } + .column.is-offset-one-fifth-touch { + margin-left: 20%; + } + .column.is-offset-two-fifths-touch { + margin-left: 40%; + } + .column.is-offset-three-fifths-touch { + margin-left: 60%; + } + .column.is-offset-four-fifths-touch { + margin-left: 80%; + } + .column.is-0-touch { + flex: none; + width: 0%; + } + .column.is-offset-0-touch { + margin-left: 0%; + } + .column.is-1-touch { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-touch { + margin-left: 8.33333337%; + } + .column.is-2-touch { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-touch { + margin-left: 16.66666674%; + } + .column.is-3-touch { + flex: none; + width: 25%; + } + .column.is-offset-3-touch { + margin-left: 25%; + } + .column.is-4-touch { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-touch { + margin-left: 33.33333337%; + } + .column.is-5-touch { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-touch { + margin-left: 41.66666674%; + } + .column.is-6-touch { + flex: none; + width: 50%; + } + .column.is-offset-6-touch { + margin-left: 50%; + } + .column.is-7-touch { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-touch { + margin-left: 58.33333337%; + } + .column.is-8-touch { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-touch { + margin-left: 66.66666674%; + } + .column.is-9-touch { + flex: none; + width: 75%; + } + .column.is-offset-9-touch { + margin-left: 75%; + } + .column.is-10-touch { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-touch { + margin-left: 83.33333337%; + } + .column.is-11-touch { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-touch { + margin-left: 91.66666674%; + } + .column.is-12-touch { + flex: none; + width: 100%; + } + .column.is-offset-12-touch { + margin-left: 100%; + } +} +@media screen and (min-width: 1024px) { + .column.is-narrow-desktop { + flex: none; + width: unset; + } + .column.is-full-desktop { + flex: none; + width: 100%; + } + .column.is-three-quarters-desktop { + flex: none; + width: 75%; + } + .column.is-two-thirds-desktop { + flex: none; + width: 66.6666%; + } + .column.is-half-desktop { + flex: none; + width: 50%; + } + .column.is-one-third-desktop { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-desktop { + flex: none; + width: 25%; + } + .column.is-one-fifth-desktop { + flex: none; + width: 20%; + } + .column.is-two-fifths-desktop { + flex: none; + width: 40%; + } + .column.is-three-fifths-desktop { + flex: none; + width: 60%; + } + .column.is-four-fifths-desktop { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + .column.is-offset-half-desktop { + margin-left: 50%; + } + .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + .column.is-offset-one-fifth-desktop { + margin-left: 20%; + } + .column.is-offset-two-fifths-desktop { + margin-left: 40%; + } + .column.is-offset-three-fifths-desktop { + margin-left: 60%; + } + .column.is-offset-four-fifths-desktop { + margin-left: 80%; + } + .column.is-0-desktop { + flex: none; + width: 0%; + } + .column.is-offset-0-desktop { + margin-left: 0%; + } + .column.is-1-desktop { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-desktop { + margin-left: 8.33333337%; + } + .column.is-2-desktop { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-desktop { + margin-left: 16.66666674%; + } + .column.is-3-desktop { + flex: none; + width: 25%; + } + .column.is-offset-3-desktop { + margin-left: 25%; + } + .column.is-4-desktop { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-desktop { + margin-left: 33.33333337%; + } + .column.is-5-desktop { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-desktop { + margin-left: 41.66666674%; + } + .column.is-6-desktop { + flex: none; + width: 50%; + } + .column.is-offset-6-desktop { + margin-left: 50%; + } + .column.is-7-desktop { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-desktop { + margin-left: 58.33333337%; + } + .column.is-8-desktop { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-desktop { + margin-left: 66.66666674%; + } + .column.is-9-desktop { + flex: none; + width: 75%; + } + .column.is-offset-9-desktop { + margin-left: 75%; + } + .column.is-10-desktop { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-desktop { + margin-left: 83.33333337%; + } + .column.is-11-desktop { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-desktop { + margin-left: 91.66666674%; + } + .column.is-12-desktop { + flex: none; + width: 100%; + } + .column.is-offset-12-desktop { + margin-left: 100%; + } +} +@media screen and (min-width: 1216px) { + .column.is-narrow-widescreen { + flex: none; + width: unset; + } + .column.is-full-widescreen { + flex: none; + width: 100%; + } + .column.is-three-quarters-widescreen { + flex: none; + width: 75%; + } + .column.is-two-thirds-widescreen { + flex: none; + width: 66.6666%; + } + .column.is-half-widescreen { + flex: none; + width: 50%; + } + .column.is-one-third-widescreen { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-widescreen { + flex: none; + width: 25%; + } + .column.is-one-fifth-widescreen { + flex: none; + width: 20%; + } + .column.is-two-fifths-widescreen { + flex: none; + width: 40%; + } + .column.is-three-fifths-widescreen { + flex: none; + width: 60%; + } + .column.is-four-fifths-widescreen { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + .column.is-offset-half-widescreen { + margin-left: 50%; + } + .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + .column.is-offset-one-fifth-widescreen { + margin-left: 20%; + } + .column.is-offset-two-fifths-widescreen { + margin-left: 40%; + } + .column.is-offset-three-fifths-widescreen { + margin-left: 60%; + } + .column.is-offset-four-fifths-widescreen { + margin-left: 80%; + } + .column.is-0-widescreen { + flex: none; + width: 0%; + } + .column.is-offset-0-widescreen { + margin-left: 0%; + } + .column.is-1-widescreen { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-widescreen { + margin-left: 8.33333337%; + } + .column.is-2-widescreen { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-widescreen { + margin-left: 16.66666674%; + } + .column.is-3-widescreen { + flex: none; + width: 25%; + } + .column.is-offset-3-widescreen { + margin-left: 25%; + } + .column.is-4-widescreen { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-widescreen { + margin-left: 33.33333337%; + } + .column.is-5-widescreen { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-widescreen { + margin-left: 41.66666674%; + } + .column.is-6-widescreen { + flex: none; + width: 50%; + } + .column.is-offset-6-widescreen { + margin-left: 50%; + } + .column.is-7-widescreen { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-widescreen { + margin-left: 58.33333337%; + } + .column.is-8-widescreen { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-widescreen { + margin-left: 66.66666674%; + } + .column.is-9-widescreen { + flex: none; + width: 75%; + } + .column.is-offset-9-widescreen { + margin-left: 75%; + } + .column.is-10-widescreen { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-widescreen { + margin-left: 83.33333337%; + } + .column.is-11-widescreen { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-widescreen { + margin-left: 91.66666674%; + } + .column.is-12-widescreen { + flex: none; + width: 100%; + } + .column.is-offset-12-widescreen { + margin-left: 100%; + } +} +@media screen and (min-width: 1408px) { + .column.is-narrow-fullhd { + flex: none; + width: unset; + } + .column.is-full-fullhd { + flex: none; + width: 100%; + } + .column.is-three-quarters-fullhd { + flex: none; + width: 75%; + } + .column.is-two-thirds-fullhd { + flex: none; + width: 66.6666%; + } + .column.is-half-fullhd { + flex: none; + width: 50%; + } + .column.is-one-third-fullhd { + flex: none; + width: 33.3333%; + } + .column.is-one-quarter-fullhd { + flex: none; + width: 25%; + } + .column.is-one-fifth-fullhd { + flex: none; + width: 20%; + } + .column.is-two-fifths-fullhd { + flex: none; + width: 40%; + } + .column.is-three-fifths-fullhd { + flex: none; + width: 60%; + } + .column.is-four-fifths-fullhd { + flex: none; + width: 80%; + } + .column.is-offset-three-quarters-fullhd { + margin-left: 75%; + } + .column.is-offset-two-thirds-fullhd { + margin-left: 66.6666%; + } + .column.is-offset-half-fullhd { + margin-left: 50%; + } + .column.is-offset-one-third-fullhd { + margin-left: 33.3333%; + } + .column.is-offset-one-quarter-fullhd { + margin-left: 25%; + } + .column.is-offset-one-fifth-fullhd { + margin-left: 20%; + } + .column.is-offset-two-fifths-fullhd { + margin-left: 40%; + } + .column.is-offset-three-fifths-fullhd { + margin-left: 60%; + } + .column.is-offset-four-fifths-fullhd { + margin-left: 80%; + } + .column.is-0-fullhd { + flex: none; + width: 0%; + } + .column.is-offset-0-fullhd { + margin-left: 0%; + } + .column.is-1-fullhd { + flex: none; + width: 8.33333337%; + } + .column.is-offset-1-fullhd { + margin-left: 8.33333337%; + } + .column.is-2-fullhd { + flex: none; + width: 16.66666674%; + } + .column.is-offset-2-fullhd { + margin-left: 16.66666674%; + } + .column.is-3-fullhd { + flex: none; + width: 25%; + } + .column.is-offset-3-fullhd { + margin-left: 25%; + } + .column.is-4-fullhd { + flex: none; + width: 33.33333337%; + } + .column.is-offset-4-fullhd { + margin-left: 33.33333337%; + } + .column.is-5-fullhd { + flex: none; + width: 41.66666674%; + } + .column.is-offset-5-fullhd { + margin-left: 41.66666674%; + } + .column.is-6-fullhd { + flex: none; + width: 50%; + } + .column.is-offset-6-fullhd { + margin-left: 50%; + } + .column.is-7-fullhd { + flex: none; + width: 58.33333337%; + } + .column.is-offset-7-fullhd { + margin-left: 58.33333337%; + } + .column.is-8-fullhd { + flex: none; + width: 66.66666674%; + } + .column.is-offset-8-fullhd { + margin-left: 66.66666674%; + } + .column.is-9-fullhd { + flex: none; + width: 75%; + } + .column.is-offset-9-fullhd { + margin-left: 75%; + } + .column.is-10-fullhd { + flex: none; + width: 83.33333337%; + } + .column.is-offset-10-fullhd { + margin-left: 83.33333337%; + } + .column.is-11-fullhd { + flex: none; + width: 91.66666674%; + } + .column.is-offset-11-fullhd { + margin-left: 91.66666674%; + } + .column.is-12-fullhd { + flex: none; + width: 100%; + } + .column.is-offset-12-fullhd { + margin-left: 100%; + } +} + +.columns { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; +} +.columns:last-child { + margin-bottom: -0.75rem; +} +.columns:not(:last-child) { + margin-bottom: calc(1.5rem - 0.75rem); +} +.columns.is-centered { + justify-content: center; +} +.columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} +.columns.is-gapless > .column { + margin: 0; + padding: 0 !important; +} +.columns.is-gapless:not(:last-child) { + margin-bottom: 1.5rem; +} +.columns.is-gapless:last-child { + margin-bottom: 0; +} +.columns.is-mobile { + display: flex; +} +.columns.is-multiline { + flex-wrap: wrap; +} +.columns.is-vcentered { + align-items: center; +} +@media screen and (min-width: 769px), print { + .columns:not(.is-desktop) { + display: flex; + } +} +@media screen and (min-width: 1024px) { + .columns.is-desktop { + display: flex; + } +} + +.columns.is-variable { + --columnGap: 0.75rem; + margin-left: calc(-1 * var(--columnGap)); + margin-right: calc(-1 * var(--columnGap)); +} +.columns.is-variable > .column { + padding-left: var(--columnGap); + padding-right: var(--columnGap); +} +.columns.is-variable.is-0 { + --columnGap: 0rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-0-mobile { + --columnGap: 0rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-0-tablet { + --columnGap: 0rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-0-tablet-only { + --columnGap: 0rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-0-touch { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-0-desktop { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-0-desktop-only { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-0-widescreen { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-0-widescreen-only { + --columnGap: 0rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-0-fullhd { + --columnGap: 0rem; + } +} +.columns.is-variable.is-1 { + --columnGap: 0.25rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-1-mobile { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-1-tablet { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-1-tablet-only { + --columnGap: 0.25rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-1-touch { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-1-desktop { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-1-desktop-only { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-1-widescreen { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-1-widescreen-only { + --columnGap: 0.25rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-1-fullhd { + --columnGap: 0.25rem; + } +} +.columns.is-variable.is-2 { + --columnGap: 0.5rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-2-mobile { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-2-tablet { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-2-tablet-only { + --columnGap: 0.5rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-2-touch { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-2-desktop { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-2-desktop-only { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-2-widescreen { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-2-widescreen-only { + --columnGap: 0.5rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-2-fullhd { + --columnGap: 0.5rem; + } +} +.columns.is-variable.is-3 { + --columnGap: 0.75rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-3-mobile { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-3-tablet { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-3-tablet-only { + --columnGap: 0.75rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-3-touch { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-3-desktop { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-3-desktop-only { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-3-widescreen { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-3-widescreen-only { + --columnGap: 0.75rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-3-fullhd { + --columnGap: 0.75rem; + } +} +.columns.is-variable.is-4 { + --columnGap: 1rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-4-mobile { + --columnGap: 1rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-4-tablet { + --columnGap: 1rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-4-tablet-only { + --columnGap: 1rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-4-touch { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-4-desktop { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-4-desktop-only { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-4-widescreen { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-4-widescreen-only { + --columnGap: 1rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-4-fullhd { + --columnGap: 1rem; + } +} +.columns.is-variable.is-5 { + --columnGap: 1.25rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-5-mobile { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-5-tablet { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-5-tablet-only { + --columnGap: 1.25rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-5-touch { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-5-desktop { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-5-desktop-only { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-5-widescreen { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-5-widescreen-only { + --columnGap: 1.25rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-5-fullhd { + --columnGap: 1.25rem; + } +} +.columns.is-variable.is-6 { + --columnGap: 1.5rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-6-mobile { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-6-tablet { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-6-tablet-only { + --columnGap: 1.5rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-6-touch { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-6-desktop { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-6-desktop-only { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-6-widescreen { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-6-widescreen-only { + --columnGap: 1.5rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-6-fullhd { + --columnGap: 1.5rem; + } +} +.columns.is-variable.is-7 { + --columnGap: 1.75rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-7-mobile { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-7-tablet { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-7-tablet-only { + --columnGap: 1.75rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-7-touch { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-7-desktop { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-7-desktop-only { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-7-widescreen { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-7-widescreen-only { + --columnGap: 1.75rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-7-fullhd { + --columnGap: 1.75rem; + } +} +.columns.is-variable.is-8 { + --columnGap: 2rem; +} +@media screen and (max-width: 768px) { + .columns.is-variable.is-8-mobile { + --columnGap: 2rem; + } +} +@media screen and (min-width: 769px), print { + .columns.is-variable.is-8-tablet { + --columnGap: 2rem; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .columns.is-variable.is-8-tablet-only { + --columnGap: 2rem; + } +} +@media screen and (max-width: 1023px) { + .columns.is-variable.is-8-touch { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1024px) { + .columns.is-variable.is-8-desktop { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .columns.is-variable.is-8-desktop-only { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1216px) { + .columns.is-variable.is-8-widescreen { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .columns.is-variable.is-8-widescreen-only { + --columnGap: 2rem; + } +} +@media screen and (min-width: 1408px) { + .columns.is-variable.is-8-fullhd { + --columnGap: 2rem; + } +} + +.tile { + align-items: stretch; + display: block; + flex-basis: 0; + flex-grow: 1; + flex-shrink: 1; + min-height: -moz-min-content; + min-height: min-content; +} +.tile.is-ancestor { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; +} +.tile.is-ancestor:last-child { + margin-bottom: -0.75rem; +} +.tile.is-ancestor:not(:last-child) { + margin-bottom: 0.75rem; +} +.tile.is-child { + margin: 0 !important; +} +.tile.is-parent { + padding: 0.75rem; +} +.tile.is-vertical { + flex-direction: column; +} +.tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 1.5rem !important; +} +@media screen and (min-width: 769px), print { + .tile:not(.is-child) { + display: flex; + } + .tile.is-1 { + flex: none; + width: 8.33333337%; + } + .tile.is-2 { + flex: none; + width: 16.66666674%; + } + .tile.is-3 { + flex: none; + width: 25%; + } + .tile.is-4 { + flex: none; + width: 33.33333337%; + } + .tile.is-5 { + flex: none; + width: 41.66666674%; + } + .tile.is-6 { + flex: none; + width: 50%; + } + .tile.is-7 { + flex: none; + width: 58.33333337%; + } + .tile.is-8 { + flex: none; + width: 66.66666674%; + } + .tile.is-9 { + flex: none; + width: 75%; + } + .tile.is-10 { + flex: none; + width: 83.33333337%; + } + .tile.is-11 { + flex: none; + width: 91.66666674%; + } + .tile.is-12 { + flex: none; + width: 100%; + } +} + +/* Bulma Helpers */ +.has-text-white { + color: rgb(64, 64, 64) !important; +} + +a.has-text-white:hover, a.has-text-white:focus { + color: #272727 !important; +} + +.has-background-white { + background-color: rgb(64, 64, 64) !important; +} + +.has-text-black { + color: rgb(186, 186, 186) !important; +} + +a.has-text-black:hover, a.has-text-black:focus { + color: #a1a1a1 !important; +} + +.has-background-black { + background-color: rgb(186, 186, 186) !important; +} + +.has-text-light { + color: rgb(69, 69, 69) !important; +} + +a.has-text-light:hover, a.has-text-light:focus { + color: #2c2c2c !important; +} + +.has-background-light { + background-color: rgb(69, 69, 69) !important; +} + +.has-text-dark { + color: rgb(164, 164, 164) !important; +} + +a.has-text-dark:hover, a.has-text-dark:focus { + color: #8b8b8b !important; +} + +.has-background-dark { + background-color: rgb(164, 164, 164) !important; +} + +.has-text-primary { + color: rgb(191, 87, 102) !important; +} + +a.has-text-primary:hover, a.has-text-primary:focus { + color: #a43f4d !important; +} + +.has-background-primary { + background-color: rgb(191, 87, 102) !important; +} + +.has-text-primary-light { + color: rgb(229, 104, 122) !important; +} + +a.has-text-primary-light:hover, a.has-text-primary-light:focus { + color: #de3c54 !important; +} + +.has-background-primary-light { + background-color: rgb(229, 104, 122) !important; +} + +.has-text-primary-dark { + color: rgb(172, 78, 92) !important; +} + +a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { + color: #893e49 !important; +} + +.has-background-primary-dark { + background-color: rgb(172, 78, 92) !important; +} + +.has-text-link { + color: rgb(155, 144, 92) !important; +} + +a.has-text-link:hover, a.has-text-link:focus { + color: #7b7249 !important; +} + +.has-background-link { + background-color: rgb(155, 144, 92) !important; +} + +.has-text-link-light { + color: rgb(186, 173, 110) !important; +} + +a.has-text-link-light:hover, a.has-text-link-light:focus { + color: #a6974f !important; +} + +.has-background-link-light { + background-color: rgb(186, 173, 110) !important; +} + +.has-text-link-dark { + color: rgb(140, 130, 83) !important; +} + +a.has-text-link-dark:hover, a.has-text-link-dark:focus { + color: #6c6440 !important; +} + +.has-background-link-dark { + background-color: rgb(140, 130, 83) !important; +} + +.has-text-info { + color: hsl(207, 61%, 53%) !important; +} + +a.has-text-info:hover, a.has-text-info:focus { + color: #2b74b1 !important; +} + +.has-background-info { + background-color: hsl(207, 61%, 53%) !important; +} + +.has-text-info-light { + color: rgb(74, 170, 250) !important; +} + +a.has-text-info-light:hover, a.has-text-info-light:focus { + color: #1893f9 !important; +} + +.has-background-info-light { + background-color: rgb(74, 170, 250) !important; +} + +.has-text-info-dark { + color: rgb(56, 128, 187) !important; +} + +a.has-text-info-dark:hover, a.has-text-info-dark:focus { + color: #2c6594 !important; +} + +.has-background-info-dark { + background-color: rgb(56, 128, 187) !important; +} + +.has-text-success { + color: hsl(153, 53%, 53%) !important; +} + +a.has-text-success:hover, a.has-text-success:focus { + color: #34a873 !important; +} + +.has-background-success { + background-color: hsl(153, 53%, 53%) !important; +} + +.has-text-success-light { + color: rgb(86, 239, 170) !important; +} + +a.has-text-success-light:hover, a.has-text-success-light:focus { + color: #27eb93 !important; +} + +.has-background-success-light { + background-color: rgb(86, 239, 170) !important; +} + +.has-text-success-dark { + color: rgb(65, 179, 128) !important; +} + +a.has-text-success-dark:hover, a.has-text-success-dark:focus { + color: #338e65 !important; +} + +.has-background-success-dark { + background-color: rgb(65, 179, 128) !important; +} + +.has-text-warning { + color: hsl(44, 100%, 77%) !important; +} + +a.has-text-warning:hover, a.has-text-warning:focus { + color: #ffd257 !important; +} + +.has-background-warning { + background-color: hsl(44, 100%, 77%) !important; +} + +.has-text-warning-light { + color: rgb(255, 255, 166) !important; +} + +a.has-text-warning-light:hover, a.has-text-warning-light:focus { + color: #ffff73 !important; +} + +.has-background-warning-light { + background-color: rgb(255, 255, 166) !important; +} + +.has-text-warning-dark { + color: rgb(230, 202, 124) !important; +} + +a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { + color: #deb951 !important; +} + +.has-background-warning-dark { + background-color: rgb(230, 202, 124) !important; +} + +.has-text-danger { + color: hsl(348, 86%, 61%) !important; +} + +a.has-text-danger:hover, a.has-text-danger:focus { + color: #ee1742 !important; +} + +.has-background-danger { + background-color: hsl(348, 86%, 61%) !important; +} + +.has-text-danger-light { + color: rgb(255, 84, 125) !important; +} + +a.has-text-danger-light:hover, a.has-text-danger-light:focus { + color: #ff2156 !important; +} + +.has-background-danger-light { + background-color: rgb(255, 84, 125) !important; +} + +.has-text-danger-dark { + color: rgb(217, 63, 94) !important; +} + +a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { + color: #bf2645 !important; +} + +.has-background-danger-dark { + background-color: rgb(217, 63, 94) !important; +} + +.has-text-black-bis { + color: rgb(182, 182, 182) !important; +} + +.has-background-black-bis { + background-color: rgb(182, 182, 182) !important; +} + +.has-text-black-ter { + color: rgb(173, 173, 173) !important; +} + +.has-background-black-ter { + background-color: rgb(173, 173, 173) !important; +} + +.has-text-grey-darker { + color: rgb(164, 164, 164) !important; +} + +.has-background-grey-darker { + background-color: rgb(164, 164, 164) !important; +} + +.has-text-grey-dark { + color: rgb(154, 154, 154) !important; +} + +.has-background-grey-dark { + background-color: rgb(154, 154, 154) !important; +} + +.has-text-grey { + color: rgb(130, 130, 130) !important; +} + +.has-background-grey { + background-color: rgb(130, 130, 130) !important; +} + +.has-text-grey-light { + color: rgb(101, 101, 101) !important; +} + +.has-background-grey-light { + background-color: rgb(101, 101, 101) !important; +} + +.has-text-grey-lighter { + color: rgb(82, 82, 82) !important; +} + +.has-background-grey-lighter { + background-color: rgb(82, 82, 82) !important; +} + +.has-text-white-ter { + color: rgb(69, 69, 69) !important; +} + +.has-background-white-ter { + background-color: rgb(69, 69, 69) !important; +} + +.has-text-white-bis { + color: rgb(66, 66, 66) !important; +} + +.has-background-white-bis { + background-color: rgb(66, 66, 66) !important; +} + +.is-flex-direction-row { + flex-direction: row !important; +} + +.is-flex-direction-row-reverse { + flex-direction: row-reverse !important; +} + +.is-flex-direction-column { + flex-direction: column !important; +} + +.is-flex-direction-column-reverse { + flex-direction: column-reverse !important; +} + +.is-flex-wrap-nowrap { + flex-wrap: nowrap !important; +} + +.is-flex-wrap-wrap { + flex-wrap: wrap !important; +} + +.is-flex-wrap-wrap-reverse { + flex-wrap: wrap-reverse !important; +} + +.is-justify-content-flex-start { + justify-content: flex-start !important; +} + +.is-justify-content-flex-end { + justify-content: flex-end !important; +} + +.is-justify-content-center { + justify-content: center !important; +} + +.is-justify-content-space-between { + justify-content: space-between !important; +} + +.is-justify-content-space-around { + justify-content: space-around !important; +} + +.is-justify-content-space-evenly { + justify-content: space-evenly !important; +} + +.is-justify-content-start { + justify-content: start !important; +} + +.is-justify-content-end { + justify-content: end !important; +} + +.is-justify-content-left { + justify-content: left !important; +} + +.is-justify-content-right { + justify-content: right !important; +} + +.is-align-content-flex-start { + align-content: flex-start !important; +} + +.is-align-content-flex-end { + align-content: flex-end !important; +} + +.is-align-content-center { + align-content: center !important; +} + +.is-align-content-space-between { + align-content: space-between !important; +} + +.is-align-content-space-around { + align-content: space-around !important; +} + +.is-align-content-space-evenly { + align-content: space-evenly !important; +} + +.is-align-content-stretch { + align-content: stretch !important; +} + +.is-align-content-start { + align-content: start !important; +} + +.is-align-content-end { + align-content: end !important; +} + +.is-align-content-baseline { + align-content: baseline !important; +} + +.is-align-items-stretch { + align-items: stretch !important; +} + +.is-align-items-flex-start { + align-items: flex-start !important; +} + +.is-align-items-flex-end { + align-items: flex-end !important; +} + +.is-align-items-center { + align-items: center !important; +} + +.is-align-items-baseline { + align-items: baseline !important; +} + +.is-align-items-start { + align-items: start !important; +} + +.is-align-items-end { + align-items: end !important; +} + +.is-align-items-self-start { + align-items: self-start !important; +} + +.is-align-items-self-end { + align-items: self-end !important; +} + +.is-align-self-auto { + align-self: auto !important; +} + +.is-align-self-flex-start { + align-self: flex-start !important; +} + +.is-align-self-flex-end { + align-self: flex-end !important; +} + +.is-align-self-center { + align-self: center !important; +} + +.is-align-self-baseline { + align-self: baseline !important; +} + +.is-align-self-stretch { + align-self: stretch !important; +} + +.is-flex-grow-0 { + flex-grow: 0 !important; +} + +.is-flex-grow-1 { + flex-grow: 1 !important; +} + +.is-flex-grow-2 { + flex-grow: 2 !important; +} + +.is-flex-grow-3 { + flex-grow: 3 !important; +} + +.is-flex-grow-4 { + flex-grow: 4 !important; +} + +.is-flex-grow-5 { + flex-grow: 5 !important; +} + +.is-flex-shrink-0 { + flex-shrink: 0 !important; +} + +.is-flex-shrink-1 { + flex-shrink: 1 !important; +} + +.is-flex-shrink-2 { + flex-shrink: 2 !important; +} + +.is-flex-shrink-3 { + flex-shrink: 3 !important; +} + +.is-flex-shrink-4 { + flex-shrink: 4 !important; +} + +.is-flex-shrink-5 { + flex-shrink: 5 !important; +} + +.is-clearfix::after { + clear: both; + content: " "; + display: table; +} + +.is-pulled-left { + float: left !important; +} + +.is-pulled-right { + float: right !important; +} + +/* Bulma Dark theme */ +.is-radiusless { + border-radius: 0 !important; +} + +.is-shadowless { + box-shadow: none !important; +} + +.is-clickable { + cursor: pointer !important; + pointer-events: all !important; +} + +.is-clipped { + overflow: hidden !important; +} + +/* Bulma Dark theme */ +.is-relative { + position: relative !important; +} + +.is-marginless { + margin: 0 !important; +} + +.is-paddingless { + padding: 0 !important; +} + +.m-0 { + margin: 0 !important; +} + +.mt-0 { + margin-top: 0 !important; +} + +.mr-0 { + margin-right: 0 !important; +} + +.mb-0 { + margin-bottom: 0 !important; +} + +.ml-0 { + margin-left: 0 !important; +} + +.mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +.m-1 { + margin: 0.25rem !important; +} + +.mt-1 { + margin-top: 0.25rem !important; +} + +.mr-1 { + margin-right: 0.25rem !important; +} + +.mb-1 { + margin-bottom: 0.25rem !important; +} + +.ml-1 { + margin-left: 0.25rem !important; +} + +.mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} + +.my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.m-2 { + margin: 0.5rem !important; +} + +.mt-2 { + margin-top: 0.5rem !important; +} + +.mr-2 { + margin-right: 0.5rem !important; +} + +.mb-2 { + margin-bottom: 0.5rem !important; +} + +.ml-2 { + margin-left: 0.5rem !important; +} + +.mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} + +.my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.m-3 { + margin: 0.75rem !important; +} + +.mt-3 { + margin-top: 0.75rem !important; +} + +.mr-3 { + margin-right: 0.75rem !important; +} + +.mb-3 { + margin-bottom: 0.75rem !important; +} + +.ml-3 { + margin-left: 0.75rem !important; +} + +.mx-3 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; +} + +.my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} + +.m-4 { + margin: 1rem !important; +} + +.mt-4 { + margin-top: 1rem !important; +} + +.mr-4 { + margin-right: 1rem !important; +} + +.mb-4 { + margin-bottom: 1rem !important; +} + +.ml-4 { + margin-left: 1rem !important; +} + +.mx-4 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} + +.my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.m-5 { + margin: 1.5rem !important; +} + +.mt-5 { + margin-top: 1.5rem !important; +} + +.mr-5 { + margin-right: 1.5rem !important; +} + +.mb-5 { + margin-bottom: 1.5rem !important; +} + +.ml-5 { + margin-left: 1.5rem !important; +} + +.mx-5 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} + +.my-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.m-6 { + margin: 3rem !important; +} + +.mt-6 { + margin-top: 3rem !important; +} + +.mr-6 { + margin-right: 3rem !important; +} + +.mb-6 { + margin-bottom: 3rem !important; +} + +.ml-6 { + margin-left: 3rem !important; +} + +.mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} + +.my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.m-auto { + margin: auto !important; +} + +.mt-auto { + margin-top: auto !important; +} + +.mr-auto { + margin-right: auto !important; +} + +.mb-auto { + margin-bottom: auto !important; +} + +.ml-auto { + margin-left: auto !important; +} + +.mx-auto { + margin-left: auto !important; + margin-right: auto !important; +} + +.my-auto { + margin-top: auto !important; + margin-bottom: auto !important; +} + +.p-0 { + padding: 0 !important; +} + +.pt-0 { + padding-top: 0 !important; +} + +.pr-0 { + padding-right: 0 !important; +} + +.pb-0 { + padding-bottom: 0 !important; +} + +.pl-0 { + padding-left: 0 !important; +} + +.px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +.p-1 { + padding: 0.25rem !important; +} + +.pt-1 { + padding-top: 0.25rem !important; +} + +.pr-1 { + padding-right: 0.25rem !important; +} + +.pb-1 { + padding-bottom: 0.25rem !important; +} + +.pl-1 { + padding-left: 0.25rem !important; +} + +.px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} + +.py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.p-2 { + padding: 0.5rem !important; +} + +.pt-2 { + padding-top: 0.5rem !important; +} + +.pr-2 { + padding-right: 0.5rem !important; +} + +.pb-2 { + padding-bottom: 0.5rem !important; +} + +.pl-2 { + padding-left: 0.5rem !important; +} + +.px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} + +.py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.p-3 { + padding: 0.75rem !important; +} + +.pt-3 { + padding-top: 0.75rem !important; +} + +.pr-3 { + padding-right: 0.75rem !important; +} + +.pb-3 { + padding-bottom: 0.75rem !important; +} + +.pl-3 { + padding-left: 0.75rem !important; +} + +.px-3 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; +} + +.py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} + +.p-4 { + padding: 1rem !important; +} + +.pt-4 { + padding-top: 1rem !important; +} + +.pr-4 { + padding-right: 1rem !important; +} + +.pb-4 { + padding-bottom: 1rem !important; +} + +.pl-4 { + padding-left: 1rem !important; +} + +.px-4 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} + +.py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.p-5 { + padding: 1.5rem !important; +} + +.pt-5 { + padding-top: 1.5rem !important; +} + +.pr-5 { + padding-right: 1.5rem !important; +} + +.pb-5 { + padding-bottom: 1.5rem !important; +} + +.pl-5 { + padding-left: 1.5rem !important; +} + +.px-5 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} + +.py-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.p-6 { + padding: 3rem !important; +} + +.pt-6 { + padding-top: 3rem !important; +} + +.pr-6 { + padding-right: 3rem !important; +} + +.pb-6 { + padding-bottom: 3rem !important; +} + +.pl-6 { + padding-left: 3rem !important; +} + +.px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} + +.py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.p-auto { + padding: auto !important; +} + +.pt-auto { + padding-top: auto !important; +} + +.pr-auto { + padding-right: auto !important; +} + +.pb-auto { + padding-bottom: auto !important; +} + +.pl-auto { + padding-left: auto !important; +} + +.px-auto { + padding-left: auto !important; + padding-right: auto !important; +} + +.py-auto { + padding-top: auto !important; + padding-bottom: auto !important; +} + +.is-size-1 { + font-size: 3rem !important; +} + +.is-size-2 { + font-size: 2.5rem !important; +} + +.is-size-3 { + font-size: 2rem !important; +} + +.is-size-4 { + font-size: 1.5rem !important; +} + +.is-size-5 { + font-size: 1.25rem !important; +} + +.is-size-6 { + font-size: 1rem !important; +} + +.is-size-7 { + font-size: 0.75rem !important; +} + +@media screen and (max-width: 768px) { + .is-size-1-mobile { + font-size: 3rem !important; + } + .is-size-2-mobile { + font-size: 2.5rem !important; + } + .is-size-3-mobile { + font-size: 2rem !important; + } + .is-size-4-mobile { + font-size: 1.5rem !important; + } + .is-size-5-mobile { + font-size: 1.25rem !important; + } + .is-size-6-mobile { + font-size: 1rem !important; + } + .is-size-7-mobile { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 769px), print { + .is-size-1-tablet { + font-size: 3rem !important; + } + .is-size-2-tablet { + font-size: 2.5rem !important; + } + .is-size-3-tablet { + font-size: 2rem !important; + } + .is-size-4-tablet { + font-size: 1.5rem !important; + } + .is-size-5-tablet { + font-size: 1.25rem !important; + } + .is-size-6-tablet { + font-size: 1rem !important; + } + .is-size-7-tablet { + font-size: 0.75rem !important; + } +} +@media screen and (max-width: 1023px) { + .is-size-1-touch { + font-size: 3rem !important; + } + .is-size-2-touch { + font-size: 2.5rem !important; + } + .is-size-3-touch { + font-size: 2rem !important; + } + .is-size-4-touch { + font-size: 1.5rem !important; + } + .is-size-5-touch { + font-size: 1.25rem !important; + } + .is-size-6-touch { + font-size: 1rem !important; + } + .is-size-7-touch { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 1024px) { + .is-size-1-desktop { + font-size: 3rem !important; + } + .is-size-2-desktop { + font-size: 2.5rem !important; + } + .is-size-3-desktop { + font-size: 2rem !important; + } + .is-size-4-desktop { + font-size: 1.5rem !important; + } + .is-size-5-desktop { + font-size: 1.25rem !important; + } + .is-size-6-desktop { + font-size: 1rem !important; + } + .is-size-7-desktop { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 1216px) { + .is-size-1-widescreen { + font-size: 3rem !important; + } + .is-size-2-widescreen { + font-size: 2.5rem !important; + } + .is-size-3-widescreen { + font-size: 2rem !important; + } + .is-size-4-widescreen { + font-size: 1.5rem !important; + } + .is-size-5-widescreen { + font-size: 1.25rem !important; + } + .is-size-6-widescreen { + font-size: 1rem !important; + } + .is-size-7-widescreen { + font-size: 0.75rem !important; + } +} +@media screen and (min-width: 1408px) { + .is-size-1-fullhd { + font-size: 3rem !important; + } + .is-size-2-fullhd { + font-size: 2.5rem !important; + } + .is-size-3-fullhd { + font-size: 2rem !important; + } + .is-size-4-fullhd { + font-size: 1.5rem !important; + } + .is-size-5-fullhd { + font-size: 1.25rem !important; + } + .is-size-6-fullhd { + font-size: 1rem !important; + } + .is-size-7-fullhd { + font-size: 0.75rem !important; + } +} +.has-text-centered { + text-align: center !important; +} + +.has-text-justified { + text-align: justify !important; +} + +.has-text-left { + text-align: left !important; +} + +.has-text-right { + text-align: right !important; +} + +@media screen and (max-width: 768px) { + .has-text-centered-mobile { + text-align: center !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-centered-tablet { + text-align: center !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-centered-tablet-only { + text-align: center !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-centered-touch { + text-align: center !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-centered-desktop { + text-align: center !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-centered-desktop-only { + text-align: center !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-centered-widescreen { + text-align: center !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-centered-widescreen-only { + text-align: center !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-centered-fullhd { + text-align: center !important; + } +} +@media screen and (max-width: 768px) { + .has-text-justified-mobile { + text-align: justify !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-justified-tablet { + text-align: justify !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-justified-tablet-only { + text-align: justify !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-justified-touch { + text-align: justify !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-justified-desktop { + text-align: justify !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-justified-desktop-only { + text-align: justify !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-justified-widescreen { + text-align: justify !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-justified-widescreen-only { + text-align: justify !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-justified-fullhd { + text-align: justify !important; + } +} +@media screen and (max-width: 768px) { + .has-text-left-mobile { + text-align: left !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-left-tablet { + text-align: left !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-left-tablet-only { + text-align: left !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-left-touch { + text-align: left !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-left-desktop { + text-align: left !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-left-desktop-only { + text-align: left !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-left-widescreen { + text-align: left !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-left-widescreen-only { + text-align: left !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-left-fullhd { + text-align: left !important; + } +} +@media screen and (max-width: 768px) { + .has-text-right-mobile { + text-align: right !important; + } +} +@media screen and (min-width: 769px), print { + .has-text-right-tablet { + text-align: right !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .has-text-right-tablet-only { + text-align: right !important; + } +} +@media screen and (max-width: 1023px) { + .has-text-right-touch { + text-align: right !important; + } +} +@media screen and (min-width: 1024px) { + .has-text-right-desktop { + text-align: right !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .has-text-right-desktop-only { + text-align: right !important; + } +} +@media screen and (min-width: 1216px) { + .has-text-right-widescreen { + text-align: right !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .has-text-right-widescreen-only { + text-align: right !important; + } +} +@media screen and (min-width: 1408px) { + .has-text-right-fullhd { + text-align: right !important; + } +} +.is-capitalized { + text-transform: capitalize !important; +} + +.is-lowercase { + text-transform: lowercase !important; +} + +.is-uppercase { + text-transform: uppercase !important; +} + +.is-italic { + font-style: italic !important; +} + +.is-underlined { + text-decoration: underline !important; +} + +.has-text-weight-light { + font-weight: 300 !important; +} + +.has-text-weight-normal { + font-weight: 400 !important; +} + +.has-text-weight-medium { + font-weight: 500 !important; +} + +.has-text-weight-semibold { + font-weight: 600 !important; +} + +.has-text-weight-bold { + font-weight: 700 !important; +} + +.is-family-primary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-secondary { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-sans-serif { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; +} + +.is-family-monospace { + font-family: monospace !important; +} + +.is-family-code { + font-family: monospace !important; +} + +.is-block { + display: block !important; +} + +@media screen and (max-width: 768px) { + .is-block-mobile { + display: block !important; + } +} +@media screen and (min-width: 769px), print { + .is-block-tablet { + display: block !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-block-tablet-only { + display: block !important; + } +} +@media screen and (max-width: 1023px) { + .is-block-touch { + display: block !important; + } +} +@media screen and (min-width: 1024px) { + .is-block-desktop { + display: block !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-block-desktop-only { + display: block !important; + } +} +@media screen and (min-width: 1216px) { + .is-block-widescreen { + display: block !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-block-widescreen-only { + display: block !important; + } +} +@media screen and (min-width: 1408px) { + .is-block-fullhd { + display: block !important; + } +} +.is-flex { + display: flex !important; +} + +@media screen and (max-width: 768px) { + .is-flex-mobile { + display: flex !important; + } +} +@media screen and (min-width: 769px), print { + .is-flex-tablet { + display: flex !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-flex-tablet-only { + display: flex !important; + } +} +@media screen and (max-width: 1023px) { + .is-flex-touch { + display: flex !important; + } +} +@media screen and (min-width: 1024px) { + .is-flex-desktop { + display: flex !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-flex-desktop-only { + display: flex !important; + } +} +@media screen and (min-width: 1216px) { + .is-flex-widescreen { + display: flex !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-flex-widescreen-only { + display: flex !important; + } +} +@media screen and (min-width: 1408px) { + .is-flex-fullhd { + display: flex !important; + } +} +.is-inline { + display: inline !important; +} + +@media screen and (max-width: 768px) { + .is-inline-mobile { + display: inline !important; + } +} +@media screen and (min-width: 769px), print { + .is-inline-tablet { + display: inline !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-tablet-only { + display: inline !important; + } +} +@media screen and (max-width: 1023px) { + .is-inline-touch { + display: inline !important; + } +} +@media screen and (min-width: 1024px) { + .is-inline-desktop { + display: inline !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-desktop-only { + display: inline !important; + } +} +@media screen and (min-width: 1216px) { + .is-inline-widescreen { + display: inline !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-widescreen-only { + display: inline !important; + } +} +@media screen and (min-width: 1408px) { + .is-inline-fullhd { + display: inline !important; + } +} +.is-inline-block { + display: inline-block !important; +} + +@media screen and (max-width: 768px) { + .is-inline-block-mobile { + display: inline-block !important; + } +} +@media screen and (min-width: 769px), print { + .is-inline-block-tablet { + display: inline-block !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-block-tablet-only { + display: inline-block !important; + } +} +@media screen and (max-width: 1023px) { + .is-inline-block-touch { + display: inline-block !important; + } +} +@media screen and (min-width: 1024px) { + .is-inline-block-desktop { + display: inline-block !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-block-desktop-only { + display: inline-block !important; + } +} +@media screen and (min-width: 1216px) { + .is-inline-block-widescreen { + display: inline-block !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-block-widescreen-only { + display: inline-block !important; + } +} +@media screen and (min-width: 1408px) { + .is-inline-block-fullhd { + display: inline-block !important; + } +} +.is-inline-flex { + display: inline-flex !important; +} + +@media screen and (max-width: 768px) { + .is-inline-flex-mobile { + display: inline-flex !important; + } +} +@media screen and (min-width: 769px), print { + .is-inline-flex-tablet { + display: inline-flex !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-inline-flex-tablet-only { + display: inline-flex !important; + } +} +@media screen and (max-width: 1023px) { + .is-inline-flex-touch { + display: inline-flex !important; + } +} +@media screen and (min-width: 1024px) { + .is-inline-flex-desktop { + display: inline-flex !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-inline-flex-desktop-only { + display: inline-flex !important; + } +} +@media screen and (min-width: 1216px) { + .is-inline-flex-widescreen { + display: inline-flex !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-inline-flex-widescreen-only { + display: inline-flex !important; + } +} +@media screen and (min-width: 1408px) { + .is-inline-flex-fullhd { + display: inline-flex !important; + } +} +.is-hidden { + display: none !important; +} + +.is-sr-only { + border: none !important; + clip: rect(0, 0, 0, 0) !important; + height: 0.01em !important; + overflow: hidden !important; + padding: 0 !important; + position: absolute !important; + white-space: nowrap !important; + width: 0.01em !important; +} + +@media screen and (max-width: 768px) { + .is-hidden-mobile { + display: none !important; + } +} +@media screen and (min-width: 769px), print { + .is-hidden-tablet { + display: none !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-hidden-tablet-only { + display: none !important; + } +} +@media screen and (max-width: 1023px) { + .is-hidden-touch { + display: none !important; + } +} +@media screen and (min-width: 1024px) { + .is-hidden-desktop { + display: none !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-hidden-desktop-only { + display: none !important; + } +} +@media screen and (min-width: 1216px) { + .is-hidden-widescreen { + display: none !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-hidden-widescreen-only { + display: none !important; + } +} +@media screen and (min-width: 1408px) { + .is-hidden-fullhd { + display: none !important; + } +} +.is-invisible { + visibility: hidden !important; +} + +@media screen and (max-width: 768px) { + .is-invisible-mobile { + visibility: hidden !important; + } +} +@media screen and (min-width: 769px), print { + .is-invisible-tablet { + visibility: hidden !important; + } +} +@media screen and (min-width: 769px) and (max-width: 1023px) { + .is-invisible-tablet-only { + visibility: hidden !important; + } +} +@media screen and (max-width: 1023px) { + .is-invisible-touch { + visibility: hidden !important; + } +} +@media screen and (min-width: 1024px) { + .is-invisible-desktop { + visibility: hidden !important; + } +} +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .is-invisible-desktop-only { + visibility: hidden !important; + } +} +@media screen and (min-width: 1216px) { + .is-invisible-widescreen { + visibility: hidden !important; + } +} +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .is-invisible-widescreen-only { + visibility: hidden !important; + } +} +@media screen and (min-width: 1408px) { + .is-invisible-fullhd { + visibility: hidden !important; + } +} +/* Bulma Layout */ +/* Bulma Dark theme */ +.hero { + align-items: stretch; + display: flex; + flex-direction: column; + justify-content: space-between; +} +.hero .navbar { + background: none; +} +.hero .tabs ul { + border-bottom: none; +} +.hero.is-white { + background-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-white strong { + color: inherit; +} +.hero.is-white .title { + color: rgb(186, 186, 186); +} +.hero.is-white .subtitle { + color: rgba(186, 186, 186, 0.9); +} +.hero.is-white .subtitle a:not(.button), +.hero.is-white .subtitle strong { + color: rgb(186, 186, 186); +} +@media screen and (max-width: 1023px) { + .hero.is-white .navbar-menu { + background-color: rgb(64, 64, 64); + } +} +.hero.is-white .navbar-item, +.hero.is-white .navbar-link { + color: rgba(186, 186, 186, 0.7); +} +.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, +.hero.is-white .navbar-link:hover, +.hero.is-white .navbar-link.is-active { + background-color: #333333; + color: rgb(186, 186, 186); +} +.hero.is-white .tabs a { + color: rgb(186, 186, 186); + opacity: 0.9; +} +.hero.is-white .tabs a:hover { + opacity: 1; +} +.hero.is-white .tabs li.is-active a { + color: rgb(64, 64, 64) !important; + opacity: 1; +} +.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { + color: rgb(186, 186, 186); +} +.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { + background-color: rgb(186, 186, 186); + border-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.hero.is-white.is-bold { + background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); +} +@media screen and (max-width: 768px) { + .hero.is-white.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); + } +} +.hero.is-black { + background-color: rgb(186, 186, 186); + color: rgb(64, 64, 64); +} +.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-black strong { + color: inherit; +} +.hero.is-black .title { + color: rgb(64, 64, 64); +} +.hero.is-black .subtitle { + color: rgba(64, 64, 64, 0.9); +} +.hero.is-black .subtitle a:not(.button), +.hero.is-black .subtitle strong { + color: rgb(64, 64, 64); +} +@media screen and (max-width: 1023px) { + .hero.is-black .navbar-menu { + background-color: rgb(186, 186, 186); + } +} +.hero.is-black .navbar-item, +.hero.is-black .navbar-link { + color: rgba(64, 64, 64, 0.7); +} +.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, +.hero.is-black .navbar-link:hover, +.hero.is-black .navbar-link.is-active { + background-color: #adadad; + color: rgb(64, 64, 64); +} +.hero.is-black .tabs a { + color: rgb(64, 64, 64); + opacity: 0.9; +} +.hero.is-black .tabs a:hover { + opacity: 1; +} +.hero.is-black .tabs li.is-active a { + color: rgb(186, 186, 186) !important; + opacity: 1; +} +.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { + color: rgb(64, 64, 64); +} +.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { + background-color: rgb(64, 64, 64); + border-color: rgb(64, 64, 64); + color: rgb(186, 186, 186); +} +.hero.is-black.is-bold { + background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); +} +@media screen and (max-width: 768px) { + .hero.is-black.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); + } +} +.hero.is-light { + background-color: rgb(69, 69, 69); + color: rgb(157, 157, 157); +} +.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-light strong { + color: inherit; +} +.hero.is-light .title { + color: rgb(157, 157, 157); +} +.hero.is-light .subtitle { + color: rgba(157, 157, 157, 0.9); +} +.hero.is-light .subtitle a:not(.button), +.hero.is-light .subtitle strong { + color: rgb(157, 157, 157); +} +@media screen and (max-width: 1023px) { + .hero.is-light .navbar-menu { + background-color: rgb(69, 69, 69); + } +} +.hero.is-light .navbar-item, +.hero.is-light .navbar-link { + color: rgba(157, 157, 157, 0.7); +} +.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, +.hero.is-light .navbar-link:hover, +.hero.is-light .navbar-link.is-active { + background-color: #383838; + color: rgb(157, 157, 157); +} +.hero.is-light .tabs a { + color: rgb(157, 157, 157); + opacity: 0.9; +} +.hero.is-light .tabs a:hover { + opacity: 1; +} +.hero.is-light .tabs li.is-active a { + color: rgb(69, 69, 69) !important; + opacity: 1; +} +.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { + color: rgb(157, 157, 157); +} +.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { + background-color: rgb(157, 157, 157); + border-color: rgb(157, 157, 157); + color: rgb(69, 69, 69); +} +.hero.is-light.is-bold { + background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); +} +@media screen and (max-width: 768px) { + .hero.is-light.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); + } +} +.hero.is-dark { + background-color: rgb(164, 164, 164); + color: rgb(109, 109, 109); +} +.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-dark strong { + color: inherit; +} +.hero.is-dark .title { + color: rgb(109, 109, 109); +} +.hero.is-dark .subtitle { + color: rgba(109, 109, 109, 0.9); +} +.hero.is-dark .subtitle a:not(.button), +.hero.is-dark .subtitle strong { + color: rgb(109, 109, 109); +} +@media screen and (max-width: 1023px) { + .hero.is-dark .navbar-menu { + background-color: rgb(164, 164, 164); + } +} +.hero.is-dark .navbar-item, +.hero.is-dark .navbar-link { + color: rgba(109, 109, 109, 0.7); +} +.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, +.hero.is-dark .navbar-link:hover, +.hero.is-dark .navbar-link.is-active { + background-color: #979797; + color: rgb(109, 109, 109); +} +.hero.is-dark .tabs a { + color: rgb(109, 109, 109); + opacity: 0.9; +} +.hero.is-dark .tabs a:hover { + opacity: 1; +} +.hero.is-dark .tabs li.is-active a { + color: rgb(164, 164, 164) !important; + opacity: 1; +} +.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { + color: rgb(109, 109, 109); +} +.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { + background-color: rgb(109, 109, 109); + border-color: rgb(109, 109, 109); + color: rgb(164, 164, 164); +} +.hero.is-dark.is-bold { + background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); +} +@media screen and (max-width: 768px) { + .hero.is-dark.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); + } +} +.hero.is-primary { + background-color: rgb(191, 87, 102); + color: rgb(96, 148, 140); +} +.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-primary strong { + color: inherit; +} +.hero.is-primary .title { + color: rgb(96, 148, 140); +} +.hero.is-primary .subtitle { + color: rgba(96, 148, 140, 0.9); +} +.hero.is-primary .subtitle a:not(.button), +.hero.is-primary .subtitle strong { + color: rgb(96, 148, 140); +} +@media screen and (max-width: 1023px) { + .hero.is-primary .navbar-menu { + background-color: rgb(191, 87, 102); + } +} +.hero.is-primary .navbar-item, +.hero.is-primary .navbar-link { + color: rgba(96, 148, 140, 0.7); +} +.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, +.hero.is-primary .navbar-link:hover, +.hero.is-primary .navbar-link.is-active { + background-color: #b74656; + color: rgb(96, 148, 140); +} +.hero.is-primary .tabs a { + color: rgb(96, 148, 140); + opacity: 0.9; +} +.hero.is-primary .tabs a:hover { + opacity: 1; +} +.hero.is-primary .tabs li.is-active a { + color: rgb(191, 87, 102) !important; + opacity: 1; +} +.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { + color: rgb(96, 148, 140); +} +.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { + background-color: rgb(96, 148, 140); + border-color: rgb(96, 148, 140); + color: rgb(191, 87, 102); +} +.hero.is-primary.is-bold { + background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); +} +@media screen and (max-width: 768px) { + .hero.is-primary.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); + } +} +.hero.is-link { + background-color: rgb(155, 144, 92); + color: rgb(114, 119, 145); +} +.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-link strong { + color: inherit; +} +.hero.is-link .title { + color: rgb(114, 119, 145); +} +.hero.is-link .subtitle { + color: rgba(114, 119, 145, 0.9); +} +.hero.is-link .subtitle a:not(.button), +.hero.is-link .subtitle strong { + color: rgb(114, 119, 145); +} +@media screen and (max-width: 1023px) { + .hero.is-link .navbar-menu { + background-color: rgb(155, 144, 92); + } +} +.hero.is-link .navbar-item, +.hero.is-link .navbar-link { + color: rgba(114, 119, 145, 0.7); +} +.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, +.hero.is-link .navbar-link:hover, +.hero.is-link .navbar-link.is-active { + background-color: #8b8153; + color: rgb(114, 119, 145); +} +.hero.is-link .tabs a { + color: rgb(114, 119, 145); + opacity: 0.9; +} +.hero.is-link .tabs a:hover { + opacity: 1; +} +.hero.is-link .tabs li.is-active a { + color: rgb(155, 144, 92) !important; + opacity: 1; +} +.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { + color: rgb(114, 119, 145); +} +.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { + background-color: rgb(114, 119, 145); + border-color: rgb(114, 119, 145); + color: rgb(155, 144, 92); +} +.hero.is-link.is-bold { + background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); +} +@media screen and (max-width: 768px) { + .hero.is-link.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); + } +} +.hero.is-info { + background-color: hsl(207, 61%, 53%); + color: rgb(160, 120, 87); +} +.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-info strong { + color: inherit; +} +.hero.is-info .title { + color: rgb(160, 120, 87); +} +.hero.is-info .subtitle { + color: rgba(160, 120, 87, 0.9); +} +.hero.is-info .subtitle a:not(.button), +.hero.is-info .subtitle strong { + color: rgb(160, 120, 87); +} +@media screen and (max-width: 1023px) { + .hero.is-info .navbar-menu { + background-color: hsl(207, 61%, 53%); + } +} +.hero.is-info .navbar-item, +.hero.is-info .navbar-link { + color: rgba(160, 120, 87, 0.7); +} +.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, +.hero.is-info .navbar-link:hover, +.hero.is-info .navbar-link.is-active { + background-color: #3082c5; + color: rgb(160, 120, 87); +} +.hero.is-info .tabs a { + color: rgb(160, 120, 87); + opacity: 0.9; +} +.hero.is-info .tabs a:hover { + opacity: 1; +} +.hero.is-info .tabs li.is-active a { + color: hsl(207, 61%, 53%) !important; + opacity: 1; +} +.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { + color: rgb(160, 120, 87); +} +.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { + background-color: rgb(160, 120, 87); + border-color: rgb(160, 120, 87); + color: hsl(207, 61%, 53%); +} +.hero.is-info.is-bold { + background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); +} +@media screen and (max-width: 768px) { + .hero.is-info.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); + } +} +.hero.is-success { + background-color: hsl(153, 53%, 53%); + color: rgb(155, 92, 120); +} +.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-success strong { + color: inherit; +} +.hero.is-success .title { + color: rgb(155, 92, 120); +} +.hero.is-success .subtitle { + color: rgba(155, 92, 120, 0.9); +} +.hero.is-success .subtitle a:not(.button), +.hero.is-success .subtitle strong { + color: rgb(155, 92, 120); +} +@media screen and (max-width: 1023px) { + .hero.is-success .navbar-menu { + background-color: hsl(153, 53%, 53%); + } +} +.hero.is-success .navbar-item, +.hero.is-success .navbar-link { + color: rgba(155, 92, 120, 0.7); +} +.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, +.hero.is-success .navbar-link:hover, +.hero.is-success .navbar-link.is-active { + background-color: #3abb81; + color: rgb(155, 92, 120); +} +.hero.is-success .tabs a { + color: rgb(155, 92, 120); + opacity: 0.9; +} +.hero.is-success .tabs a:hover { + opacity: 1; +} +.hero.is-success .tabs li.is-active a { + color: hsl(153, 53%, 53%) !important; + opacity: 1; +} +.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { + color: rgb(155, 92, 120); +} +.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { + background-color: rgb(155, 92, 120); + border-color: rgb(155, 92, 120); + color: hsl(153, 53%, 53%); +} +.hero.is-success.is-bold { + background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); +} +@media screen and (max-width: 768px) { + .hero.is-success.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); + } +} +.hero.is-warning { + background-color: hsl(44, 100%, 77%); + color: rgb(64, 79, 122); +} +.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-warning strong { + color: inherit; +} +.hero.is-warning .title { + color: rgb(64, 79, 122); +} +.hero.is-warning .subtitle { + color: rgba(64, 79, 122, 0.9); +} +.hero.is-warning .subtitle a:not(.button), +.hero.is-warning .subtitle strong { + color: rgb(64, 79, 122); +} +@media screen and (max-width: 1023px) { + .hero.is-warning .navbar-menu { + background-color: hsl(44, 100%, 77%); + } +} +.hero.is-warning .navbar-item, +.hero.is-warning .navbar-link { + color: rgba(64, 79, 122, 0.7); +} +.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, +.hero.is-warning .navbar-link:hover, +.hero.is-warning .navbar-link.is-active { + background-color: #ffd970; + color: rgb(64, 79, 122); +} +.hero.is-warning .tabs a { + color: rgb(64, 79, 122); + opacity: 0.9; +} +.hero.is-warning .tabs a:hover { + opacity: 1; +} +.hero.is-warning .tabs li.is-active a { + color: hsl(44, 100%, 77%) !important; + opacity: 1; +} +.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { + color: rgb(64, 79, 122); +} +.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { + background-color: rgb(64, 79, 122); + border-color: rgb(64, 79, 122); + color: hsl(44, 100%, 77%); +} +.hero.is-warning.is-bold { + background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); +} +@media screen and (max-width: 768px) { + .hero.is-warning.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); + } +} +.hero.is-danger { + background-color: hsl(348, 86%, 61%); + color: rgb(71, 156, 139); +} +.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.hero.is-danger strong { + color: inherit; +} +.hero.is-danger .title { + color: rgb(71, 156, 139); +} +.hero.is-danger .subtitle { + color: rgba(71, 156, 139, 0.9); +} +.hero.is-danger .subtitle a:not(.button), +.hero.is-danger .subtitle strong { + color: rgb(71, 156, 139); +} +@media screen and (max-width: 1023px) { + .hero.is-danger .navbar-menu { + background-color: hsl(348, 86%, 61%); + } +} +.hero.is-danger .navbar-item, +.hero.is-danger .navbar-link { + color: rgba(71, 156, 139, 0.7); +} +.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, +.hero.is-danger .navbar-link:hover, +.hero.is-danger .navbar-link.is-active { + background-color: #ef2e55; + color: rgb(71, 156, 139); +} +.hero.is-danger .tabs a { + color: rgb(71, 156, 139); + opacity: 0.9; +} +.hero.is-danger .tabs a:hover { + opacity: 1; +} +.hero.is-danger .tabs li.is-active a { + color: hsl(348, 86%, 61%) !important; + opacity: 1; +} +.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { + color: rgb(71, 156, 139); +} +.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(186, 186, 186, 0.1); +} +.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { + background-color: rgb(71, 156, 139); + border-color: rgb(71, 156, 139); + color: hsl(348, 86%, 61%); +} +.hero.is-danger.is-bold { + background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); +} +@media screen and (max-width: 768px) { + .hero.is-danger.is-bold .navbar-menu { + background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); + } +} +.hero.is-small .hero-body { + padding: 1.5rem; +} +@media screen and (min-width: 769px), print { + .hero.is-medium .hero-body { + padding: 9rem 4.5rem; + } +} +@media screen and (min-width: 769px), print { + .hero.is-large .hero-body { + padding: 18rem 6rem; + } +} +.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { + align-items: center; + display: flex; +} +.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container { + flex-grow: 1; + flex-shrink: 1; +} +.hero.is-halfheight { + min-height: 50vh; +} +.hero.is-fullheight { + min-height: 100vh; +} + +.hero-video { + overflow: hidden; +} +.hero-video video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + transform: translate3d(-50%, -50%, 0); +} +.hero-video.is-transparent { + opacity: 0.3; +} +@media screen and (max-width: 768px) { + .hero-video { + display: none; + } +} + +.hero-buttons { + margin-top: 1.5rem; +} +@media screen and (max-width: 768px) { + .hero-buttons .button { + display: flex; + } + .hero-buttons .button:not(:last-child) { + margin-bottom: 0.75rem; + } +} +@media screen and (min-width: 769px), print { + .hero-buttons { + display: flex; + justify-content: center; + } + .hero-buttons .button:not(:last-child) { + margin-right: 1.5rem; + } +} + +.hero-head, +.hero-foot { + flex-grow: 0; + flex-shrink: 0; +} + +.hero-body { + flex-grow: 1; + flex-shrink: 0; + padding: 3rem 1.5rem; +} +@media screen and (min-width: 769px), print { + .hero-body { + padding: 3rem 3rem; + } +} + +.section { + padding: 3rem 1.5rem; +} +@media screen and (min-width: 1024px) { + .section { + padding: 3rem 3rem; + } + .section.is-medium { + padding: 9rem 4.5rem; + } + .section.is-large { + padding: 18rem 6rem; + } +} + +.footer { + background-color: rgb(66, 66, 66); + padding: 3rem 1.5rem 6rem; +} + +/*# sourceMappingURL=bulma-dark.css.map */ \ No newline at end of file diff --git a/css/theme/bulma-dark.css.map b/css/theme/bulma-dark.css.map new file mode 100644 index 000000000..fe0904b41 --- /dev/null +++ b/css/theme/bulma-dark.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["bulma-dark.css","../../sass/theme/bulma-dark.sass","../../sass/utilities/extends.sass","../../sass/utilities/controls.sass","../../sass/utilities/initial-variables.sass","../../sass/utilities/mixins.sass","../../sass/base/_index.sass","../../sass/base/minireset.sass","../../sass/base/generic.sass","../../sass/base/animations.sass","../../sass/elements/_index.sass","../../sass/elements/box.sass","../../sass/utilities/derived-variables.sass","../../sass/elements/button.sass","../../sass/elements/container.sass","../../sass/elements/content.sass","../../sass/elements/icon.sass","../../sass/elements/image.sass","../../sass/elements/notification.sass","../../sass/elements/progress.sass","../../sass/elements/table.sass","../../sass/elements/tag.sass","../../sass/elements/title.sass","../../sass/elements/other.sass","../../sass/form/_index.sass","../../sass/form/shared.sass","../../sass/form/input-textarea.sass","../../sass/form/checkbox-radio.sass","../../sass/form/select.sass","../../sass/form/file.sass","../../sass/form/tools.sass","../../sass/components/_index.sass","../../sass/components/breadcrumb.sass","../../sass/components/card.sass","../../sass/components/dropdown.sass","../../sass/components/level.sass","../../sass/components/media.sass","../../sass/components/menu.sass","../../sass/components/message.sass","../../sass/components/modal.sass","../../sass/components/navbar.sass","../../sass/components/pagination.sass","../../sass/components/panel.sass","../../sass/components/tabs.sass","../../sass/grid/_index.sass","../../sass/grid/columns.sass","../../sass/grid/tiles.sass","../../sass/helpers/_index.sass","../../sass/helpers/color.sass","../../sass/helpers/flexbox.sass","../../sass/helpers/float.sass","../../sass/helpers/other.sass","../../sass/helpers/overflow.sass","../../sass/helpers/position.sass","../../sass/helpers/spacing.sass","../../sass/helpers/typography.sass","../../sass/helpers/visibility.sass","../../sass/layout/_index.sass","../../sass/layout/hero.sass","../../sass/layout/section.sass","../../sass/layout/footer.sass"],"names":[],"mappings":"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EU;EAsEV,mBAvEY;EAwEZ,4BAzEa;ARsVf;;AQ3QA;EACE,iCPlDgB;EOmDhB,YAAA;EACA,cAAA;EACA,WAxEU;EAyEV,gBAxEU;ARsVZ;;AQ5QA;EACE,YAAA;EACA,eAAA;AR+QF;;AQ7QA;;EAEE,wBAAA;ARgRF;;AQ9QA;EACE,kBAvFgB;ARwWlB;;AQ/QA;EACE,mBAAA;EACA,oBAAA;ARkRF;;AQhRA;EACE,yBPxDY;EOyDZ,gBJzEY;AJ4Vd;;AQ/QA;EACE,YAAA;ARkRF;;AQhRA;EHvDE,iCAAA;EGyDA,iCPlFgB;EOmFhB,yBPtEK;EOuEL,kBAjGc;EAkGd,gBAAA;EACA,uBAlGY;EAmGZ,gBAAA;EACA,iBAAA;ARmRF;AQlRE;EACE,6BAAA;EACA,mBAAA;EACA,cAvGiB;EAwGjB,UAAA;ARoRJ;;AQjRE;;EAEE,mBAAA;ARoRJ;AQnRI;;EACE,mBAAA;ARsRN;AQrRE;EACE,yBPtFU;AD6Wd;;ASzaA;EACE;IACE,uBAAA;ET4aF;ES3aA;IACE,yBAAA;ET6aF;AACF;AUlbA,mBAAA;ATCA,qBAAA;AUYA;EAEE,iCV2BY;EU1BZ,kBPuDa;EOtDb,gGCsFO;EDrFP,yBVuCK;EUtCL,cAAA;EACA,gBAZY;AXobd;;AWraE;EAEE,sFAfoB;AXsbxB;AWtaE;EACE,iFAhBqB;AXwbzB;;AClcA,qBAAA;AY+DA;EAGE,iCZzBY;EY0BZ,6BZlBO;EYmBP,iBV/DqB;EUgErB,yBZVY;EYWZ,eAAA;EAGA,uBAAA;EACA,iCA7DwB;EA8DxB,iBA7D0B;EA8D1B,kBA9D0B;EA+D1B,8BAhEwB;EAiExB,kBAAA;EACA,mBAAA;AbmYF;AalYE;EACE,cAAA;AboYJ;AalYI;EAIE,aAAA;EACA,YAAA;AbiYN;AahYI;ER4FA,+BQ3FiC;ER2FjC,oBQ1FiC;AbkYrC;AajYI;ERyFA,mBQxFiC;ERwFjC,gCQvFiC;AbmYrC;AalYI;EACE,+BAAA;EACA,gCAAA;AboYN;AalYE;EAEE,gCZzBgB;EY0BhB,yBZ3BS;AD8Zb;AalYE;EAEE,+BZ3BgB;EY4BhB,yBZ7BS;ADgab;AalYI;EACE,kDAAA;AboYN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;AbsrCrC;AarrCE;EACE,sBAAA;AburCJ;AatrCE;EACE,mBAAA;AbwrCJ;AarrCI;EAzPF,kBTlBO;AJm8CT;Aan7CE;EACE,kBTcW;AJu6Cf;AaxrCI;EAxPF,kBTxBO;AJ28CT;AaxrCI;EAzPF,iBT3BO;AJ+8CT;AavrCM;EACE,4BAAA;EACA,yBAAA;AbyrCR;AaxrCM;EACE,6BAAA;EACA,0BAAA;ER1IJ,kBQ2ImC;Ab0rCvC;AazrCM;ER5IF,eQ6ImC;Ab2rCvC;Aa1rCM;EAEE,UAAA;Ab2rCR;Aa1rCM;EAKE,UAAA;AbwrCR;AavrCQ;EACE,UAAA;AbyrCV;AaxrCM;EACE,YAAA;EACA,cAAA;Ab0rCR;AazrCE;EACE,uBAAA;Ab2rCJ;AazrCM;EACE,oBAAA;EACA,qBAAA;Ab2rCR;Aa1rCE;EACE,yBAAA;Ab4rCJ;Aa1rCM;EACE,oBAAA;EACA,qBAAA;Ab4rCR;;AKz7CE;EQmQM;IACE,oBAlTgB;Eb4+CxB;EaxrCM;;IAEE,qBAtTgB;Ebg/CxB;Ea/rCM;IACE,kBAlTgB;Ebm/CxB;EalsCM;IACE,eAlTgB;Ebs/CxB;AACF;AKr8CE;EQ+PM;IACE,qBAlTgB;Eb2/CxB;EavsCM;;IAEE,kBAtTgB;Eb+/CxB;Ea9sCM;IACE,eAlTgB;EbkgDxB;EajtCM;IACE,kBAlTgB;EbqgDxB;AACF;AcljDA;EACE,YAAA;EACA,cAAA;EACA,kBAAA;EACA,WAAA;AdojDF;AcnjDE;EACE,0BAAA;EACA,kBVwCE;EUvCF,mBVuCE;EUtCF,WAAA;AdqjDJ;AK58CE;ESlHF;IAWI,gBAAA;EdujDF;AACF;AKv8CI;ES/GA;IACE,iBAAA;EdyjDJ;AACF;AK77CI;ES3HA;IACE,iBAAA;Ed2jDJ;AACF;AK58CI;ES9GA;IACE,iBAAA;Ed6jDJ;AACF;AKl8CI;ES1HA;IACE,iBAAA;Ed+jDJ;AACF;;AC5lDA,qBAAA;Ac6BE;EACE,kBAAA;AfmkDJ;Ae1jDI;;;;;;;EACE,kBAhCwB;AfkmD9B;AejkDE;;;;;;EAME,yBdYU;EcXV,gBXNc;EWOd,kBA3C0B;Af8mD9B;AelkDE;EACE,cAAA;EACA,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EACE,oClB8BG;AD09DP;AmBv/DE;EACE,oClB4BG;AD69DP;AmBx/DE;EACE,oClB0BG;EkBzBH,YAAA;AnB0/DJ;AmBr/DM;EACE,iCAHI;AnB0/DZ;AmBt/DM;EACE,iCALI;AnB6/DZ;AmBv/DM;EACE,iCAPI;AnBggEZ;AmBx/DM;EACE,qFAAA;AnB0/DR;AmBjgEM;EACE,oCAHI;AnBsgEZ;AmBlgEM;EACE,oCALI;AnBygEZ;AmBngEM;EACE,oCAPI;AnB4gEZ;AmBpgEM;EACE,wFAAA;AnBsgER;AmB7gEM;EACE,iCAHI;AnBkhEZ;AmB9gEM;EACE,iCALI;AnBqhEZ;AmB/gEM;EACE,iCAPI;AnBwhEZ;AmBhhEM;EACE,qFAAA;AnBkhER;AmBzhEM;EACE,oCAHI;AnB8hEZ;AmB1hEM;EACE,oCALI;AnBiiEZ;AmB3hEM;EACE,oCAPI;AnBoiEZ;AmB5hEM;EACE,wFAAA;AnB8hER;AmBriEM;EACE,mCAHI;AnB0iEZ;AmBtiEM;EACE,mCALI;AnB6iEZ;AmBviEM;EACE,mCAPI;AnBgjEZ;AmBxiEM;EACE,uFAAA;AnB0iER;AmBjjEM;EACE,mCAHI;AnBsjEZ;AmBljEM;EACE,mCALI;AnByjEZ;AmBnjEM;EACE,mCAPI;AnB4jEZ;AmBpjEM;EACE,uFAAA;AnBsjER;AmB7jEM;EACE,oCAHI;AnBkkEZ;AmB9jEM;EACE,oCALI;AnBqkEZ;AmB/jEM;EACE,oCAPI;AnBwkEZ;AmBhkEM;EACE,wFAAA;AnBkkER;AmBzkEM;EACE,oCAHI;AnB8kEZ;AmB1kEM;EACE,oCALI;AnBilEZ;AmB3kEM;EACE,oCAPI;AnBolEZ;AmB5kEM;EACE,wFAAA;AnB8kER;AmBrlEM;EACE,oCAHI;AnB0lEZ;AmBtlEM;EACE,oCALI;AnB6lEZ;AmBvlEM;EACE,oCAPI;AnBgmEZ;AmBxlEM;EACE,wFAAA;AnB0lER;AmBjmEM;EACE,oCAHI;AnBsmEZ;AmBlmEM;EACE,oCALI;AnBymEZ;AmBnmEM;EACE,oCAPI;AnB4mEZ;AmBpmEM;EACE,wFAAA;AnBsmER;AmBpmEE;EACE,wBAtC8B;EAuC9B,mCAAA;EACA,iCAAA;EACA,iCAAA;EACA,iClBCW;EkBAX,wFAAA;EACA,6BAAA;EACA,4BAAA;EACA,0BAAA;AnBsmEJ;AmBrmEI;EACE,6BAAA;AnBumEN;AmBtmEI;EACE,6BAAA;AnBwmEN;AmBvmEI;EACE,oBAAA;AnBymEN;AmBtmEE;EACE,ef3BK;AJmoET;AmBvmEE;EACE,ef/BK;AJwoET;AmBxmEE;EACE,cflCK;AJ4oET;;AmBxmEA;EACE;IACE,2BAAA;EnB2mEF;EmB1mEA;IACE,4BAAA;EnB4mEF;AACF;ACvrEA,qBAAA;AmB+BA;EAEE,iCnBQY;EmBPZ,yBnByBY;ADioEd;AoBzpEE;;EAEE,iCA/BgB;EAgChB,qBA/BsB;EAgCtB,qBA/BiB;EAgCjB,mBAAA;ApB2pEJ;AoBtpEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ApB6pErB;AoB5pEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,sBAJa;ApBmqErB;AoBlqEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ApByqErB;AoBxqEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,yBAJa;ApB+qErB;AoB9qEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,wBAJa;ApBqrErB;AoBprEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,yBAJa;ApB2rErB;AoB1rEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ApBisErB;AoBhsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ApBusErB;AoBtsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,uBAJa;ApB6sErB;AoB5sEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ApBmtErB;AoB7sEI;;EACE,mBAAA;EACA,SAAA;ApBgtEN;AoB/sEI;;EACE,mCnB3CI;EmB4CJ,wBnBjCW;ADmvEjB;AoBjtEM;;;;EAEE,mBAAA;ApBqtER;AoBptEI;;EACE,sBAAA;ApButEN;AoBttEE;EACE,yBnBHU;AD2tEd;AoBvtEI;EACE,gBAtDkB;ApB+wExB;AoBvtEI;EACE,mCnBxDI;EmByDJ,wBnB9CW;ADuwEjB;AoBxtEM;;EAEE,mBAAA;ApB0tER;AoBztEM;;EAEE,+BnBpDS;EmBqDT,mBAAA;ApB2tER;AoB1tEE;EACE,6BA5D0B;ApBwxE9B;AoB3tEI;;EAEE,qBApEyB;EAqEzB,yBnBtBQ;ADmvEd;AoB5tEE;EACE,6BAhE0B;ApB8xE9B;AoB7tEI;;EAEE,qBAxEyB;EAyEzB,yBnB5BQ;AD2vEd;AoB9tEE;EACE,6BAvE0B;ApBuyE9B;AoB7tEQ;;EAEE,sBAAA;ApB+tEV;AoB5tEI;;EAEE,iBAAA;ApB8tEN;AoB3tEQ;;EAEE,wBAAA;ApB6tEV;AoB5tEE;EACE,WAAA;ApB8tEJ;AoB1tEQ;EACE,iCnBrEQ;ADiyElB;AoBxtEU;EACE,iCnB1EM;ADoyElB;AoBztEY;EACE,iCnB3EI;ADsyElB;AoBztEI;;EAEE,qBAAA;ApB2tEN;AoBvtEQ;EACE,iCnBrFQ;AD8yElB;;AoBvtEA;Ef7DE,iCAAA;EegEA,cAAA;EACA,kBAAA;EACA,eAAA;ApBytEF;;AqBr1EA;EACE,mBAAA;EACA,aAAA;EACA,eAAA;EACA,2BAAA;ArBw1EF;AqBv1EE;EACE,qBAAA;ArBy1EJ;AqBx1EI;EhBoKA,oBgBnKiC;ArB01ErC;AqBz1EE;EACE,sBAAA;ArB21EJ;AqB11EE;EACE,mBAAA;ArB41EJ;AqBz1EI;EACE,ejBUG;AJi1ET;AqBz1EI;EACE,kBjBMG;AJq1ET;AqB11EE;EACE,uBAAA;ArB41EJ;AqB31EI;EACE,qBAAA;EACA,oBAAA;ArB61EN;AqB51EE;EACE,yBAAA;ArB81EJ;AqB51EM;EACE,mBAAA;ArB81ER;AqB71EM;EACE,eAAA;ArB+1ER;AqB71EI;EhB0IA,egBzIiC;ArB+1ErC;AqB91EM;EhBwIF,cgBvImC;EAE7B,yBAAA;EACA,4BAAA;ArB+1EV;AqB31EM;EAEI,0BAAA;EACA,6BAAA;ArB41EV;;AqBv1EA;EACE,mBAAA;EACA,iCpBpBgB;EoBqBhB,kBjBKO;EiBJP,yBpBTK;EoBUL,oBAAA;EACA,kBjB9BO;EiB+BP,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,oBAAA;EACA,qBAAA;EACA,mBAAA;ArB01EF;AqBz1EE;EhB2GE,oBgB1G+B;EhB0G/B,uBgBzG+B;ArB21EnC;AqBt1EI;EACE,iCAHM;EAIN,yBAHa;ArB21EnB;AqB11EI;EACE,oCAHM;EAIN,sBAHa;ArB+1EnB;AqB91EI;EACE,iCAHM;EAIN,yBAHa;ArBm2EnB;AqBl2EI;EACE,oCAHM;EAIN,yBAHa;ArBu2EnB;AqBt2EI;EACE,mCAHM;EAIN,wBAHa;ArB22EnB;AqBn2EQ;EACE,oCAHY;EAIZ,uBAHW;ArBw2ErB;AqB92EI;EACE,mCAHM;EAIN,yBAHa;ArBm3EnB;AqB32EQ;EACE,oCAHY;EAIZ,wBAHW;ArBg3ErB;AqBt3EI;EACE,oCAHM;EAIN,wBAHa;ArB23EnB;AqBn3EQ;EACE,mCAHY;EAIZ,wBAHW;ArBw3ErB;AqB93EI;EACE,oCAHM;EAIN,wBAHa;ArBm4EnB;AqB33EQ;EACE,mCAHY;EAIZ,wBAHW;ArBg4ErB;AqBt4EI;EACE,oCAHM;EAIN,uBAHa;ArB24EnB;AqBn4EQ;EACE,oCAHY;EAIZ,yBAHW;ArBw4ErB;AqB94EI;EACE,oCAHM;EAIN,wBAHa;ArBm5EnB;AqB34EQ;EACE,mCAHY;EAIZ,uBAHW;ArBg5ErB;AqB34EE;EACE,kBjBxDK;AJq8ET;AqB54EE;EACE,ejB3DK;AJy8ET;AqB74EE;EACE,kBjB9DK;AJ68ET;AqB74EI;EhBkFA,qBgBjFiC;EhBiFjC,sBgBhFiC;ArB+4ErC;AqB94EI;EhB+EA,qBgB9EiC;EhB8EjC,sBgB7EiC;ArBg5ErC;AqB/4EI;EhB4EA,qBgB3EiC;EhB2EjC,sBgB1EiC;ArBi5ErC;AqB/4EE;EhBwEE,gBgB/KgB;EAyGhB,UAAA;EACA,kBAAA;EACA,UAAA;ArBi5EJ;AqBh5EI;EAEE,8BAAA;EACA,WAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,QAAA;EACA,0DAAA;EACA,+BAAA;ArBi5EN;AqBh5EI;EACE,WAAA;EACA,UAAA;ArBk5EN;AqBj5EI;EACE,WAAA;EACA,UAAA;ArBm5EN;AqBl5EI;EAEE,yBAAA;ArBm5EN;AqBl5EI;EACE,yBAAA;ArBo5EN;AqBn5EE;EACE,qBjBjEa;AJs9EjB;;AqBl5EE;EACE,0BAAA;ArBq5EJ;;ACjiFA,qBAAA;AqBuBA;;EAGE,sBAAA;AtB6gFF;AsB5gFE;;;;EAEE,oBAAA;AtBghFJ;AsB/gFE;;EACE,iBApBa;AtBsiFjB;AsBjhFE;;EACE,iBArBa;AtByiFjB;AsBnhFE;;EACE,sBAAA;AtBshFJ;;AsBphFA;EACE,yBrBqBY;EqBlBZ,elBRO;EkBSP,gBAAA;EACA,kBAnCkB;AtBwjFpB;AsBphFE;EACE,cApCiB;EAqCjB,oBApCkB;AtB0jFtB;AsBrhFE;EACE,oBA3BuB;AtBkjF3B;AsBnhFI;EACE,eV2DE;AZ09ER;AsBthFI;EACE,iBV2DE;AZ69ER;AsBzhFI;EACE,eV2DE;AZg+ER;AsB5hFI;EACE,iBV2DE;AZm+ER;AsB/hFI;EACE,kBV2DE;AZs+ER;AsBliFI;EACE,eV2DE;AZy+ER;AsBriFI;EACE,kBV2DE;AZ4+ER;;AsBriFA;EACE,yBAAA;EAGA,kBlBxBO;EkByBP,gBlBpBc;EkBqBd,iBA3CqB;AtBilFvB;AsBriFE;EACE,yBrBJU;EqBKV,gBlBtBc;AJ6jFlB;AsBtiFE;EACE,oBA7CuB;AtBqlF3B;AsBpiFI;EACE,eVyCE;AZ6/ER;AsBviFI;EACE,iBVyCE;AZggFR;AsB1iFI;EACE,eVyCE;AZmgFR;AsB7iFI;EACE,iBVyCE;AZsgFR;AsBhjFI;EACE,kBVyCE;AZygFR;AsBnjFI;EACE,eVyCE;AZ4gFR;AsBtjFI;EACE,kBVyCE;AZ+gFR;;AC/nFA,qBAAA;AsBSA;EACE,cAAA;EACA,eAAA;EACA,mBAAA;EACA,kBAAA;EACA,yBAAA;AvB0nFF;;AuBrnFA;EACE,mBAAA;EACA,iCtBsBgB;EsBrBhB,qBnBiDe;EmBhDf,oBAAA;EACA,kBnBWO;EmBVP,WAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;EACA,uBAAA;EACA,kBAAA;EACA,mBAAA;AvBwnFF;;AwBxpFA,eAAA;AvBCA,qBAAA;AwB6DA;EAxBE,iCxBIY;EwBHZ,6BxBWO;EwBVP,kBrB8BO;EqB7BP,yBxBmBY;ADqmFd;AKvlFI;EoB/BA,+BA7BsB;AzBspF1B;AK1lFI;EoB/BA,+BA7BsB;AzBypF1B;AK7lFI;EoB/BA,+BA7BsB;AzB4pF1B;AKhmFI;EoB/BA,+BA7BsB;AzB+pF1B;AyBjoFE;EAEE,gCxBKW;AD6nFf;AyBjoFE;EAIE,+BxBoBG;EwBnBH,kDAAA;AzBgoFJ;AyB/nFE;EAEE,iCxBXc;EwBYd,6BxBZc;EwBad,gBAAA;EACA,yBxBCS;AD+nFb;AKhnFI;EoBdE,+BAjC6B;AzBkqFnC;AKnnFI;EoBdE,+BAjC6B;AzBqqFnC;AKtnFI;EoBdE,+BAjC6B;AzBwqFnC;AKznFI;EoBdE,+BAjC6B;AzB2qFnC;;AwBtsFA,eAAA;AEWA;EAEE,8DAAA;EACA,eAAA;EACA,WAAA;A1B8rFF;A0B7rFE;EACE,gBAAA;A1B+rFJ;A0B3rFI;EACE,6BAFM;A1B+rFZ;A0B5rFM;EAIE,gDAAA;A1B2rFR;A0BjsFI;EACE,gCAFM;A1BqsFZ;A0BlsFM;EAIE,mDAAA;A1BisFR;A0BvsFI;EACE,6BAFM;A1B2sFZ;A0BxsFM;EAIE,gDAAA;A1BusFR;A0B7sFI;EACE,gCAFM;A1BitFZ;A0B9sFM;EAIE,mDAAA;A1B6sFR;A0BntFI;EACE,+BAFM;A1ButFZ;A0BptFM;EAIE,kDAAA;A1BmtFR;A0BztFI;EACE,+BAFM;A1B6tFZ;A0B1tFM;EAIE,kDAAA;A1BytFR;A0B/tFI;EACE,gCAFM;A1BmuFZ;A0BhuFM;EAIE,kDAAA;A1B+tFR;A0BruFI;EACE,gCAFM;A1ByuFZ;A0BtuFM;EAIE,kDAAA;A1BquFR;A0B3uFI;EACE,gCAFM;A1B+uFZ;A0B5uFM;EAIE,mDAAA;A1B2uFR;A0BjvFI;EACE,gCAFM;A1BqvFZ;A0BlvFM;EAIE,kDAAA;A1BivFR;A0B/uFE;EvBeA,kBCyBa;EDxBb,kBCPO;AJ0uFT;A0BjvFE;EvBgBA,kBCXO;AJ+uFT;A0BlvFE;EvBgBA,iBCdO;AJmvFT;A0BlvFE;EACE,cAAA;EACA,WAAA;A1BovFJ;A0BnvFE;EACE,eAAA;EACA,WAAA;A1BqvFJ;;A0BjvFE;EACE,qBtB0Ba;EsBzBb,gDAAA;EACA,iDAAA;A1BovFJ;A0BnvFE;EACE,6BAAA;EACA,yBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;A1BqvFJ;;A0BnvFA;EAEE,cAAA;EACA,eAAA;EACA,eAAA;EACA,2BvBjD2B;EuBkD3B,gBAAA;A1BqvFF;A0BpvFE;EACE,gBA1DkB;EA2DlB,eA1DkB;A1BgzFtB;A0BrvFE;EACE,eAAA;A1BuvFJ;A0BrvFE;EACE,YAAA;A1BuvFJ;;AwB7zFA,eAAA;AGGA;EACE,eAAA;EACA,qBAAA;EACA,iBAAA;EACA,kBAAA;A3B8zFF;A2B7zFE;EACE,eAAA;A3B+zFJ;A2B9zFE;EACE,yB1BiDU;AD+wFd;A2B/zFE;;;EAGE,yB1B4CS;E0B3CT,mBAAA;A3Bi0FJ;;A2B1zFE;EtB+JE,kBsB9J+B;A3B6zFnC;;AwBr1FA,eAAA;AvBCA,qBAAA;A2BSA;EACE,qBAAA;EACA,eAAA;EACA,kBAAA;EACA,mBAAA;A5Bg1FF;A4B/0FE;EACE,azBRa;AHy1FjB;A4B/0FI;EAEE,+B3BmDC;EIuHH,cuBzKuB;EACrB,UAAA;A5Bg1FN;A4B90FI;EACE,qBxB+CW;EC8Gb,iBuB5JkC;A5Bg1FtC;A4B/0FE;EAEE,eAAA;EACA,cAAA;EACA,cAAA;EACA,eAAA;EACA,aAAA;A5Bg1FJ;A4B/0FI;EACE,aAAA;A5Bi1FN;A4Bh1FI;EAEE,6B3BMY;AD20FlB;A4Bh1FI;EvB+IA,oBuB9IkC;A5Bk1FtC;A4Bj1FI;EACE,YAAA;EACA,UAAA;A5Bm1FN;A4Bl1FM;EACE,kBAAA;A5Bo1FR;A4Bj1FI;EACE,gC3BWQ;ADw0Fd;A4B90FM;EACE,6BAHI;A5Bm1FZ;A4B/0FM;EACE,6BALI;A5Bs1FZ;A4Bh1FQ;EAEE,qBAAA;A5Bi1FV;A4Bh1FQ;EAIE,gDAAA;A5B+0FV;A4B11FM;EACE,gCAHI;A5B+1FZ;A4B31FM;EACE,gCALI;A5Bk2FZ;A4B51FQ;EAEE,qBAAA;A5B61FV;A4B51FQ;EAIE,mDAAA;A5B21FV;A4Bt2FM;EACE,6BAHI;A5B22FZ;A4Bv2FM;EACE,6BALI;A5B82FZ;A4Bx2FQ;EAEE,qBAAA;A5By2FV;A4Bx2FQ;EAIE,gDAAA;A5Bu2FV;A4Bl3FM;EACE,gCAHI;A5Bu3FZ;A4Bn3FM;EACE,gCALI;A5B03FZ;A4Bp3FQ;EAEE,qBAAA;A5Bq3FV;A4Bp3FQ;EAIE,mDAAA;A5Bm3FV;A4B93FM;EACE,+BAHI;A5Bm4FZ;A4B/3FM;EACE,+BALI;A5Bs4FZ;A4Bh4FQ;EAEE,qBAAA;A5Bi4FV;A4Bh4FQ;EAIE,kDAAA;A5B+3FV;A4B14FM;EACE,+BAHI;A5B+4FZ;A4B34FM;EACE,+BALI;A5Bk5FZ;A4B54FQ;EAEE,qBAAA;A5B64FV;A4B54FQ;EAIE,kDAAA;A5B24FV;A4Bt5FM;EACE,gCAHI;A5B25FZ;A4Bv5FM;EACE,gCALI;A5B85FZ;A4Bx5FQ;EAEE,qBAAA;A5By5FV;A4Bx5FQ;EAIE,kDAAA;A5Bu5FV;A4Bl6FM;EACE,gCAHI;A5Bu6FZ;A4Bn6FM;EACE,gCALI;A5B06FZ;A4Bp6FQ;EAEE,qBAAA;A5Bq6FV;A4Bp6FQ;EAIE,kDAAA;A5Bm6FV;A4B96FM;EACE,gCAHI;A5Bm7FZ;A4B/6FM;EACE,gCALI;A5Bs7FZ;A4Bh7FQ;EAEE,qBAAA;A5Bi7FV;A4Bh7FQ;EAIE,mDAAA;A5B+6FV;A4B17FM;EACE,gCAHI;A5B+7FZ;A4B37FM;EACE,gCALI;A5Bk8FZ;A4B57FQ;EAEE,qBAAA;A5B67FV;A4B57FQ;EAIE,kDAAA;A5B27FV;A4Bz7FE;EzBvBA,kBCyBa;EDxBb,kBCPO;AJ09FT;A4B37FE;EzBtBA,kBCXO;AJ+9FT;A4B57FE;EzBtBA,iBCdO;AJm+FT;A4B37FI;EACE,2CAAA;EACA,YAAA;A5B67FN;A4B57FE;EACE,WAAA;A5B87FJ;A4B77FI;EACE,WAAA;A5B+7FN;A4B77FI;EAEE,aAAA;EACA,kBAAA;EvBwGF,cuBvGuB;EACrB,YAAA;EACA,eAAA;A5B87FN;A4B77FI;EACE,kBxBrDG;AJo/FT;A4B97FI;EACE,kBxBzDG;AJy/FT;A4B/7FI;EACE,iBxB5DG;AJ6/FT;;AC/hGA,qBAAA;AuBDA,eAAA;AKsBA;EAEE,oBAAA;EACA,aAAA;EACA,2BAAA;EACA,kBAAA;A7B8gGF;A6BxgGM;EACE,iCAJI;EAKJ,yBAAA;EACA,yBALW;A7B+gGnB;A6BvgGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAXS;A7BohGnB;A6BtgGQ;EACE,yBAAA;EACA,4CAAA;EACA,yBAjBS;A7ByhGnB;A6BrgGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAvBS;A7B8hGnB;A6B5hGM;EACE,oCAJI;EAKJ,yBAAA;EACA,sBALW;A7BmiGnB;A6B3hGQ;EACE,yBAAA;EACA,yBAAA;EACA,sBAXS;A7BwiGnB;A6B1hGQ;EACE,yBAAA;EACA,+CAAA;EACA,sBAjBS;A7B6iGnB;A6BzhGQ;EACE,yBAAA;EACA,yBAAA;EACA,sBAvBS;A7BkjGnB;A6BhjGM;EACE,iCAJI;EAKJ,yBAAA;EACA,yBALW;A7BujGnB;A6B/iGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAXS;A7B4jGnB;A6B9iGQ;EACE,yBAAA;EACA,4CAAA;EACA,yBAjBS;A7BikGnB;A6B7iGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAvBS;A7BskGnB;A6BpkGM;EACE,oCAJI;EAKJ,yBAAA;EACA,yBALW;A7B2kGnB;A6BnkGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAXS;A7BglGnB;A6BlkGQ;EACE,yBAAA;EACA,+CAAA;EACA,yBAjBS;A7BqlGnB;A6BjkGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAvBS;A7B0lGnB;A6BxlGM;EACE,mCAJI;EAKJ,yBAAA;EACA,wBALW;A7B+lGnB;A6BvlGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAXS;A7BomGnB;A6BtlGQ;EACE,yBAAA;EACA,8CAAA;EACA,wBAjBS;A7BymGnB;A6BrlGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAvBS;A7B8mGnB;A6B5mGM;EACE,mCAJI;EAKJ,yBAAA;EACA,yBALW;A7BmnGnB;A6B3mGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAXS;A7BwnGnB;A6B1mGQ;EACE,yBAAA;EACA,8CAAA;EACA,yBAjBS;A7B6nGnB;A6BzmGQ;EACE,yBAAA;EACA,yBAAA;EACA,yBAvBS;A7BkoGnB;A6BhoGM;EACE,oCAJI;EAKJ,yBAAA;EACA,wBALW;A7BuoGnB;A6B/nGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAXS;A7B4oGnB;A6B9nGQ;EACE,yBAAA;EACA,8CAAA;EACA,wBAjBS;A7BipGnB;A6B7nGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAvBS;A7BspGnB;A6BppGM;EACE,oCAJI;EAKJ,yBAAA;EACA,wBALW;A7B2pGnB;A6BnpGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAXS;A7BgqGnB;A6BlpGQ;EACE,yBAAA;EACA,8CAAA;EACA,wBAjBS;A7BqqGnB;A6BjpGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAvBS;A7B0qGnB;A6BxqGM;EACE,oCAJI;EAKJ,yBAAA;EACA,uBALW;A7B+qGnB;A6BvqGQ;EACE,yBAAA;EACA,yBAAA;EACA,uBAXS;A7BorGnB;A6BtqGQ;EACE,yBAAA;EACA,+CAAA;EACA,uBAjBS;A7ByrGnB;A6BrqGQ;EACE,yBAAA;EACA,yBAAA;EACA,uBAvBS;A7B8rGnB;A6B5rGM;EACE,oCAJI;EAKJ,yBAAA;EACA,wBALW;A7BmsGnB;A6B3rGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAXS;A7BwsGnB;A6B1rGQ;EACE,yBAAA;EACA,8CAAA;EACA,wBAjBS;A7B6sGnB;A6BzrGQ;EACE,yBAAA;EACA,yBAAA;EACA,wBAvBS;A7BktGnB;A6BzrGE;EACE,kBzBnBK;AJ8sGT;A6B1rGE;EACE,ezBtBK;AJktGT;A6B3rGE;EACE,kBzBzBK;AJstGT;A6B3rGM;EACE,eAAA;A7B6rGR;A6B5rGE;EACE,iBzB/BK;AJ6tGT;A6B5rGM;EACE,eAAA;A7B8rGR;A6B3rGI;EACE,6BAAA;EACA,0BAAA;A7B6rGN;A6B5rGI;EACE,4BAAA;EACA,yBAAA;A7B8rGN;A6B5rGM;EACE,kBzBVC;AJwsGT;A6B7rGM;EACE,aAAA;A7B+rGR;A6B7rGI;EACE,sBAAA;A7B+rGN;A6B9rGI;EACE,sBAAA;EACA,YAAA;EACA,gBAAA;A7BgsGN;A6B/rGI;EACE,uBAAA;A7BisGN;A6BhsGI;EACE,aAAA;EACA,YAAA;A7BksGN;A6BjsGM;EACE,eAAA;A7BmsGR;A6BjsGM;EACE,eAAA;A7BmsGR;A6BjsGM;EACE,eAAA;A7BmsGR;A6BjsGM;EACE,eAAA;A7BmsGR;A6BjsGM;EACE,0BAAA;A7BmsGR;A6BlsGM;EACE,0BAAA;EACA,uBAAA;A7BosGR;A6BnsGE;EACE,uBAAA;A7BqsGJ;A6BnsGI;EACE,WAAA;A7BqsGN;A6BpsGI;EACE,YAAA;EACA,eAAA;A7BssGN;A6BrsGE;EACE,yBAAA;A7BusGJ;A6BtsGI;EACE,0BAAA;A7BwsGN;A6BvsGI;EACE,0BAAA;EACA,2BAAA;EACA,SAAA;A7BysGN;;A6BvsGA;EACE,oBAAA;EACA,aAAA;EACA,eAAA;EACA,2BAAA;EACA,gBAAA;EACA,kBAAA;A7B0sGF;A6BxsGI;EACE,yBAAA;EACA,yB5B/EQ;ADyxGd;A6BzsGI;EACE,qBAAA;A7B2sGN;A6BzsGI;EACE,yBAAA;EACA,yB5BrFQ;ADgyGd;A6B1sGI;EACE,qBAAA;A7B4sGN;;A6B1sGA;EACE,YAAA;EACA,OAAA;EACA,UAAA;EACA,aAAA;EACA,kBAAA;EACA,MAAA;EACA,WAAA;A7B6sGF;;A6B3sGA;;EAGE,6B5B/GO;E4BgHP,kBzB5FO;EyB6FP,cAAA;EACA,iBAAA;EACA,kBAAA;EACA,mBAAA;A7B6sGF;;A6B3sGA;EACE,iC5B7HgB;E4B8HhB,yB5BjHK;AD+zGP;;A6B5sGA;EACE,6B5B3HO;E4B4HP,mBA9JuB;EA+JvB,2BA9JuB;EA+JvB,cAAA;EACA,eA/JoB;EAgKpB,gBAAA;EACA,mBAAA;EACA,uBAAA;A7B+sGF;;A6B7sGA;EACE,mBAAA;EACA,aAAA;EACA,WAAA;EACA,uBAAA;ExBJE,mBwBK6B;EAC/B,UAAA;A7BgtGF;A6B/sGE;EACE,eAAA;A7BitGJ;;AC94GA,qBAAA;AuBDA,eAAA;AMaA;EACE,yB7B8CY;E6B7CZ,cAAA;EACA,e1BqBO;E0BpBP,gB1B2BY;AJ42Gd;A8Bt4GE;EACE,oBAAA;A9Bw4GJ;A8Bt4GE;EACE,kB1BgBK;AJw3GT;A8Bv4GE;EACE,kB1BYK;AJ63GT;A8Bx4GE;EACE,iB1BSK;AJi4GT;;A8Bx4GA;EACE,cAAA;EACA,kB1BQO;E0BPP,mBAAA;A9B24GF;A8Bx4GI;EACE,sBAFM;A9B44GZ;A8B34GI;EACE,yBAFM;A9B+4GZ;A8B94GI;EACE,sBAFM;A9Bk5GZ;A8Bj5GI;EACE,yBAFM;A9Bq5GZ;A8Bp5GI;EACE,wBAFM;A9Bw5GZ;A8Bv5GI;EACE,wBAFM;A9B25GZ;A8B15GI;EACE,yBAFM;A9B85GZ;A8B75GI;EACE,yBAFM;A9Bi6GZ;A8Bh6GI;EACE,yBAFM;A9Bo6GZ;A8Bn6GI;EACE,yBAFM;A9Bu6GZ;;A8Bh6GE;EACE,sBAAA;A9Bm6GJ;A8Bj6GE;EACE,aAAA;EACA,2BAAA;A9Bm6GJ;A8Bj6GM;EzBuIF,kByBtImC;A9Bm6GvC;A8Bj6GQ;;;EAGE,gBAAA;A9Bm6GV;A8Bj6GQ;;;EAII,6BAAA;EACA,0BAAA;A9Bk6GZ;A8B75GQ;;;EAII,4BAAA;EACA,yBAAA;A9B85GZ;A8Bt5GU;;;;;EAEE,UAAA;A9B25GZ;A8B15GU;;;;;;;;;EAIE,UAAA;A9Bi6GZ;A8Bh6GY;;;;;;;;;EACE,UAAA;A9B06Gd;A8Bz6GM;EACE,YAAA;EACA,cAAA;A9B26GR;A8B16GI;EACE,uBAAA;A9B46GN;A8B36GI;EACE,yBAAA;A9B66GN;A8B36GM;EACE,YAAA;EACA,cAAA;A9B66GR;A8B56GE;EACE,aAAA;EACA,2BAAA;A9B86GJ;A8B76GI;EACE,cAAA;A9B+6GN;A8B96GM;EACE,gBAAA;EzB6EJ,qByB5EmC;A9Bg7GvC;A8B/6GM;EACE,YAAA;EACA,cAAA;A9Bi7GR;A8Bh7GI;EACE,uBAAA;A9Bk7GN;A8Bj7GI;EACE,yBAAA;A9Bm7GN;A8Bl7GI;EACE,eAAA;A9Bo7GN;A8Bl7GQ;EAEE,sBAAA;A9Bm7GV;A8Bl7GM;EACE,uBAAA;A9Bo7GR;A8Bn7GM;EACE,gBAAA;A9Bq7GR;AKp8GE;EyBgBA;IAEI,aAAA;E9Bs7GJ;AACF;;A8Bp7GE;EACE,kBAAA;A9Bu7GJ;AKj9GE;EyBwBF;IAII,qBAAA;E9By7GF;AACF;AKl9GE;EyBoBF;IAMI,aAAA;IACA,YAAA;IACA,cAAA;IzB8CA,oByB7C+B;IAC/B,iBAAA;E9B47GF;E8B37GE;IACE,kB1BtGG;I0BuGH,oBAAA;E9B67GJ;E8B57GE;IACE,oBAAA;E9B87GJ;E8B77GE;IACE,kB1B7GG;I0B8GH,oBAAA;E9B+7GJ;E8B97GE;IACE,iB1BjHG;I0BkHH,oBAAA;E9Bg8GJ;AACF;;A8B97GE;EACE,gBAAA;A9Bi8GJ;AK9+GE;EyB2CF;IAII,aAAA;IACA,aAAA;IACA,YAAA;IACA,cAAA;E9Bm8GF;E8Bl8GE;IACE,gBAAA;E9Bo8GJ;E8Bn8GE;IACE,cAAA;E9Bq8GJ;E8Bp8GI;IACE,YAAA;E9Bs8GN;E8Br8GI;IzBiBF,qByBhBmC;E9Bu8GrC;AACF;;A8Bt8GA;EACE,sBAAA;EACA,WAAA;EACA,e1BtIO;E0BuIP,kBAAA;EACA,mBAAA;A9By8GF;A8Bl8GQ;;;EACE,yB7B5HH;ADkkHP;A8Br8GM;;;EACE,kB1BjJC;AJ0lHT;A8Bx8GM;;;EACE,kB1BrJC;AJimHT;A8B38GM;;;EACE,iB1BxJC;AJumHT;A8B98GI;EACE,sB7B3IG;E6B4IH,a3BtLW;E2BuLX,oBAAA;EACA,kBAAA;EACA,MAAA;EACA,Y3B1LW;E2B2LX,UAAA;A9Bg9GN;A8B98GI;;EAEE,mB3B/LW;AH+oHjB;A8B/8GI;EACE,OAAA;A9Bi9GN;A8B/8GI;;EAEE,oB3BrMW;AHspHjB;A8Bh9GI;EACE,QAAA;A9Bk9GN;A8Bh9GI;EAEE,6BAAA;EzBrBF,cyBsBuB;EACrB,YAAA;EACA,UAAA;A9Bi9GN;A8Bh9GI;EACE,kB1BlLG;AJooHT;A8Bj9GI;EACE,kB1BtLG;AJyoHT;A8Bl9GI;EACE,iB1BzLG;AJ6oHT;;A+BhrHA,qBAAA;A9BCA,qBAAA;A+BaA;EAGE,e5BoBO;E4BnBP,mBAAA;AhCqqHF;AgCpqHE;EACE,mBAAA;EACA,wB/BkDG;E+BjDH,aAAA;EACA,uBAAA;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iBjCKK;AJ4iIT;;AqC/iIA;EACE,iBArBsB;ArCukIxB;AqCjjIE;EACE,kBjCkCW;EiCjCX,yBpCqBG;EoCpBH,cAAA;EACA,qBAzBqB;ArC4kIzB;AqCljII;EACE,iCpCIY;EoCHZ,yBpCmBQ;ADiiId;AqCljII;EACE,mCpC2BC;EoC1BD,yBpC2BQ;ADyhId;AqCljII;EhCuIA,sCgC3KoB;EAsClB,cAnCoB;EhCwKtB,oBgCvK4B;ArCulIhC;;AqCljIA;EACE,yBpCMW;EoCLX,iBApCqB;EAqCrB,qBApC0B;EAqC1B,yBAAA;ArCqjIF;AqCpjIE;EACE,eAtCiB;ArC4lIrB;AqCrjIE;EACE,kBAxCiB;ArC+lIrB;;AClnIA,qBAAA;AqCyBA;EAEE,iCrCgBgB;EqCfhB,kBlCyCO;EkCxCP,elCOO;AJqlIT;AsC3lIE;EACE,mBAAA;AtC6lIJ;AsC5lIE;EACE,mBAAA;EACA,0BAAA;AtC8lIJ;AsC5lIE;EACE,kBAAA;AtC8lIJ;AsC7lIE;EACE,kBlCJK;AJmmIT;AsC9lIE;EACE,iBlCPK;AJumIT;AsC3kII;EACE,yBAHc;AtCglIpB;AsC5kIM;EACE,iCArBI;EAsBJ,yBArBW;AtCmmInB;AsC7kIM;EACE,6BAxBI;AtCumIZ;AsCrlII;EACE,yBAHc;AtC0lIpB;AsCtlIM;EACE,oCArBI;EAsBJ,sBArBW;AtC6mInB;AsCvlIM;EACE,gCAxBI;AtCinIZ;AsC/lII;EACE,yBAHc;AtComIpB;AsChmIM;EACE,iCArBI;EAsBJ,yBArBW;AtCunInB;AsCjmIM;EACE,6BAxBI;AtC2nIZ;AsCzmII;EACE,yBAHc;AtC8mIpB;AsC1mIM;EACE,oCArBI;EAsBJ,yBArBW;AtCioInB;AsC3mIM;EACE,gCAxBI;AtCqoIZ;AsCnnII;EACE,oCAbc;AtCkoIpB;AsCpnIM;EACE,mCArBI;EAsBJ,wBArBW;AtC2oInB;AsCrnIM;EACE,+BAxBI;EAyBJ,uBAjBa;AtCwoIrB;AsC9nII;EACE,oCAbc;AtC6oIpB;AsC/nIM;EACE,mCArBI;EAsBJ,yBArBW;AtCspInB;AsChoIM;EACE,+BAx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74JA;IACE,yBAAA;InClLA,iBmCmL+B;ExC+4JjC;EwC94JA;IACE,iCvCjUU;IuCkUV,8BpCrSW;IoCsSX,+BpCtSW;IoCuSX,qCA7UyB;IA8UzB,8CAAA;IACA,aAAA;IACA,mBAAA;InCnLA,OmCoLqB;IACrB,eAAA;IACA,kBAAA;IACA,SAAA;IACA,WAjVgB;ExCiuKlB;EwC/4JE;IACE,sBAAA;IACA,mBAAA;ExCi5JJ;EwCh5JE;InCpMA,mBmCqMkC;ExCk5JpC;EwCj5JI;IAEE,iCvClVU;IuCmVV,yBvClVQ;EDouKd;EwCj5JI;IACE,iCvCrVU;IuCsVV,wBvC3TD;ED8sKL;EwCl5JE;IAEE,kBpC9TS;IoC+TT,gBAAA;IACA,kFA/VyB;IAgWzB,cAAA;IACA,UAAA;IACA,oBAAA;IACA,wBAAA;IACA,2BAAA;IACA,yBpCpUE;IoCqUF,uCAAA;ExCm5JJ;EwCl5JE;IACE,UAAA;IACA,QAAA;ExCo5JJ;EwCn5JA;IACE,cAAA;ExCq5JF;EwCl5JE;;InChOA,qBmCiOiC;ExCq5JnC;EwCp5JE;;InClOA,sBmCmOiC;ExCu5JnC;EwCp5JE;IAnWF,OAAA;IACA,eAAA;IACA,QAAA;IACA,WA/Ce;ExCyyKf;EwCv5JE;IACE,SAAA;ExCy5JJ;EwCx5JI;IACE,+CAAA;ExC05JN;EwCz5JE;IACE,MAAA;ExC25JJ;EwCx5JE;;IACE,oBA/ZU;ExC0zKd;EwC15JE;;IACE,uBAjaU;ExC8zKd;EwC55JE;;IACE,oBAAA;ExC+5JJ;EwC95JE;;IACE,uBAAA;ExCi6JJ;EwC75JE;;IACE,yBvCtYU;EDsyKd;EwC/5JE;;IACE,6BAlagC;ExCo0KpC;EwC75JI;IACE,iCvChZU;ED+yKhB;AACF;AwC35JE;EACE,iCAAA;AxC65JJ;;AC71KA,qBAAA;AwCuCA;EAEE,erCLO;EqCMP,gBAnCkB;AzC41KpB;AyCvzKE;EACE,kBrCRK;AJi0KT;AyCxzKE;EACE,kBrCZK;AJs0KT;AyCzzKE;EACE,iBrCfK;AJ00KT;AyCzzKI;;EAEE,iBAAA;EACA,kBAAA;EACA,qBrCgBW;AJ2yKjB;AyC1zKI;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ACA,qBAAA;A3CmrLN;A2ClrLI;EACE,yBAAA;EACA,oBAAA;A3CorLN;A2ClrLI;EtCkGA,mBsCjGiC;A3CorLrC;A2CnrLI;EtCgGA,kBsC/FiC;A3CqrLrC;A2ClrLI;EACE,uBAAA;A3CorLN;A2ClrLI;EACE,yBAAA;A3CorLN;A2CjrLI;EACE,6BAAA;EAEE,0BAAA;A3CkrLR;A2C/qLM;EACE,iC1C5DU;E0C6DV,oC1CvDC;ADwuLT;A2C9qLQ;EACE,iC1CnEI;E0CoEJ,6B1C5DD;E0C6DC,2CAAA;A3CgrLV;A2C9qLI;EACE,YAAA;EACA,cAAA;A3CgrLN;A2C9qLI;EACE,6B1CpEG;E0CqEH,mBA/F0B;EAgG1B,iBA/F0B;EAgG1B,gBAAA;EACA,kBAAA;A3CgrLN;A2C/qLM;EACE,iC1ChFU;E0CiFV,gC1C1EO;E0C2EP,UAAA;A3CirLR;A2C/qLM;EtCsDF,iBsCrDmC;A3CirLvC;A2ChrLM;EAEI,2BvC9DD;EuC+DC,8BvC/DD;AJgvLT;A2C7qLM;EAEI,4BvCrED;EuCsEC,+BvCtED;AJovLT;A2CzqLQ;EACE,mC1C3EH;E0C4EG,+B1C5EH;E0C6EG,yB1C5EI;E0C6EJ,UAAA;A3C2qLV;A2C1qLI;EACE,mBAAA;A3C4qLN;A2CzqLQ;EAEI,iCvCpFK;EuCqFL,8BvCrFK;EuCsFL,oBAAA;A3C0qLZ;A2CrqLQ;EAEI,kCvC7FK;EuC8FL,+BvC9FK;EuC+FL,qBAAA;A3CsqLZ;A2ChqLE;EACE,kBvCxIK;AJ0yLT;A2CjqLE;EACE,kBvC5IK;AJ+yLT;A2ClqLE;EACE,iBvC/IK;AJmzLT;;A4Ct1LA,eAAA;ACMA;EACE,cAAA;EACA,aAAA;EACA,YAAA;EACA,cAAA;EACA,gBAPW;A7C21Lb;A6Cn1LE;EACE,UAAA;EACA,YAAA;A7Cq1LJ;A6Cp1LE;EACE,UAAA;EACA,WAAA;A7Cs1LJ;A6Cr1LE;EACE,UAAA;EACA,UAAA;A7Cu1LJ;A6Ct1LE;EACE,UAAA;EACA,eAAA;A7Cw1LJ;A6Cv1LE;EACE,UAAA;EACA,UAAA;A7Cy1LJ;A6Cx1LE;EACE,UAAA;EACA,eAAA;A7C01LJ;A6Cz1LE;EACE,UAAA;EACA,UAAA;A7C21LJ;A6C11LE;EACE,UAAA;EACA,UAAA;A7C41LJ;A6C31LE;EACE,UAAA;EACA,UAAA;A7C61LJ;A6C51LE;EACE,UAAA;EACA,UAAA;A7C81LJ;A6C71LE;EACE,UAAA;EACA,UAAA;A7C+1LJ;A6C91LE;ExCyIE,gBwCxI+B;A7Cg2LnC;A6C/1LE;ExCuIE,qBwCtI+B;A7Ci2LnC;A6Ch2LE;ExCqIE,gBwCpI+B;A7Ck2LnC;A6Cj2LE;ExCmIE,qBwClI+B;A7Cm2LnC;A6Cl2LE;ExCiIE,gBwChI+B;A7Co2LnC;A6Cn2LE;ExC+HE,gBwC9H+B;A7Cq2LnC;A6Cp2LE;ExC6HE,gBwC5H+B;A7Cs2LnC;A6Cr2LE;ExC2HE,gBwC1H+B;A7Cu2LnC;A6Ct2LE;ExCyHE,gBwCxH+B;A7Cw2LnC;A6Ct2LI;EACE,UAAA;EACA,SAAA;A7Cw2LN;A6Cv2LI;ExCmHA,ewClHiC;A7Cy2LrC;A6C72LI;EACE,UAAA;EACA,kBAAA;A7C+2LN;A6C92LI;ExCmHA,wBwClHiC;A7Cg3LrC;A6Cp3LI;EACE,UAAA;EACA,mBAAA;A7Cs3LN;A6Cr3LI;ExCmHA,yBwClHiC;A7Cu3LrC;A6C33LI;EACE,UAAA;EACA,UAAA;A7C63LN;A6C53LI;ExCmHA,gBwClHiC;A7C83LrC;A6Cl4LI;EACE,UAAA;EACA,mBAAA;A7Co4LN;A6Cn4LI;ExCmHA,yBwClHiC;A7Cq4LrC;A6Cz4LI;EACE,UAAA;EACA,mBAAA;A7C24LN;A6C14LI;ExCmHA,yBwClHiC;A7C44LrC;A6Ch5LI;EACE,UAAA;EACA,UAAA;A7Ck5LN;A6Cj5LI;ExCmHA,gBwClHiC;A7Cm5LrC;A6Cv5LI;EACE,UAAA;EACA,mBAAA;A7Cy5LN;A6Cx5LI;ExCmHA,yBwClHiC;A7C05LrC;A6C95LI;EACE,UAAA;EACA,mBAAA;A7Cg6LN;A6C/5LI;ExCmHA,yBwClHiC;A7Ci6LrC;A6Cr6LI;EACE,UAAA;EACA,UAAA;A7Cu6LN;A6Ct6LI;ExCmHA,gBwClHiC;A7Cw6LrC;A6C56LI;EACE,UAAA;EACA,mBAAA;A7C86LN;A6C76LI;ExCmHA,yBwClHiC;A7C+6LrC;A6Cn7LI;EACE,UAAA;EACA,mBAAA;A7Cq7LN;A6Cp7LI;ExCmHA,yBwClHiC;A7Cs7LrC;A6C17LI;EACE,UAAA;EACA,WAAA;A7C47LN;A6C37LI;ExCmHA,iBwClHiC;A7C67LrC;AKz5LE;EwClCE;IACE,UAAA;IACA,YAAA;E7C87LJ;E6C77LE;IACE,UAAA;IACA,WAAA;E7C+7LJ;E6C97LE;IACE,UAAA;IACA,UAAA;E7Cg8LJ;E6C/7LE;IACE,UAAA;IACA,eAAA;E7Ci8LJ;E6Ch8LE;IACE,UAAA;IACA,UAAA;E7Ck8LJ;E6Cj8LE;IACE,UAAA;IACA,eAAA;E7Cm8LJ;E6Cl8LE;IACE,UAAA;IACA,UAAA;E7Co8LJ;E6Cn8LE;IACE,UAAA;IACA,UAAA;E7Cq8LJ;E6Cp8LE;IACE,UAAA;IACA,UAAA;E7Cs8LJ;E6Cr8LE;IACE,UAAA;IACA,UAAA;E7Cu8LJ;E6Ct8LE;IACE,UAAA;IACA,UAAA;E7Cw8LJ;E6Cv8LE;IxC+EA,gBwC9EiC;E7Cy8LnC;E6Cx8LE;IxC6EA,qBwC5EiC;E7C08LnC;E6Cz8LE;IxC2EA,gBwC1EiC;E7C28LnC;E6C18LE;IxCyEA,qBwCxEiC;E7C48LnC;E6C38LE;IxCuEA,gBwCtEiC;E7C68LnC;E6C58LE;IxCqEA,gBwCpEiC;E7C88LnC;E6C78LE;IxCmEA,gBwClEiC;E7C+8LnC;E6C98LE;IxCiEA,gBwChEiC;E7Cg9LnC;E6C/8LE;IxC+DA,gBwC9DiC;E7Ci9LnC;E6C/8LI;IACE,UAAA;IACA,SAAA;E7Ci9LN;E6Ch9LI;IxCyDF,ewCxDmC;E7Ck9LrC;E6Ct9LI;IACE,UAAA;IACA,kBAAA;E7Cw9LN;E6Cv9LI;IxCyDF,wBwCxDmC;E7Cy9LrC;E6C79LI;IACE,UAAA;IACA,mBAAA;E7C+9LN;E6C99LI;IxCyDF,yBwCxDmC;E7Cg+LrC;E6Cp+LI;IACE,UAAA;IACA,UAAA;E7Cs+LN;E6Cr+LI;IxCyDF,gBwCxDmC;E7Cu+LrC;E6C3+LI;IACE,UAAA;IACA,mBAAA;E7C6+LN;E6C5+LI;IxCyDF,yBwCxDmC;E7C8+LrC;E6Cl/LI;IACE,UAAA;IACA,mBAAA;E7Co/LN;E6Cn/LI;IxCyDF,yBwCxDmC;E7Cq/LrC;E6Cz/LI;IACE,UAAA;IACA,UAAA;E7C2/LN;E6C1/LI;IxCyDF,gBwCxDmC;E7C4/LrC;E6ChgMI;IACE,UAAA;IACA,mBAAA;E7CkgMN;E6CjgMI;IxCyDF,yBwCxDmC;E7CmgMrC;E6CvgMI;IACE,UAAA;IACA,mBAAA;E7CygMN;E6CxgMI;IxCyDF,yBwCxDmC;E7C0gMrC;E6C9gMI;IACE,UAAA;IACA,UAAA;E7CghMN;E6C/gMI;IxCyDF,gBwCxDmC;E7CihMrC;E6CrhMI;IACE,UAAA;IACA,mBAAA;E7CuhMN;E6CthMI;IxCyDF,yBwCxDmC;E7CwhMrC;E6C5hMI;IACE,UAAA;IACA,mBAAA;E7C8hMN;E6C7hMI;IxCyDF,yBwCxDmC;E7C+hMrC;E6CniMI;IACE,UAAA;IACA,WAAA;E7CqiMN;E6CpiMI;IxCyDF,iBwCxDmC;E7CsiMrC;AACF;AKzjME;EwCoBE;IAEE,UAAA;IACA,YAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,WAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,eAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,eAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IxCUA,gBwCRiC;E7CuiMnC;E6CtiME;IxCOA,qBwCLiC;E7CuiMnC;E6CtiME;IxCIA,gBwCFiC;E7CuiMnC;E6CtiME;IxCCA,qBwCCiC;E7CuiMnC;E6CtiME;IxCFA,gBwCIiC;E7CuiMnC;E6CtiME;IxCLA,gBwCOiC;E7CuiMnC;E6CtiME;IxCRA,gBwCUiC;E7CuiMnC;E6CtiME;IxCXA,gBwCaiC;E7CuiMnC;E6CtiME;IxCdA,gBwCgBiC;E7CuiMnC;E6CriMI;IAEE,UAAA;IACA,SAAA;E7CsiMN;E6CriMI;IxCtBF,ewCwBmC;E7CsiMrC;E6C5iMI;IAEE,UAAA;IACA,kBAAA;E7C6iMN;E6C5iMI;IxCtBF,wBwCwBmC;E7C6iMrC;E6CnjMI;IAEE,UAAA;IACA,mBAAA;E7CojMN;E6CnjMI;IxCtBF,yBwCwBmC;E7CojMrC;E6C1jMI;IAEE,UAAA;IACA,UAAA;E7C2jMN;E6C1jMI;IxCtBF,gBwCwBmC;E7C2jMrC;E6CjkMI;IAEE,UAAA;IACA,mBAAA;E7CkkMN;E6CjkMI;IxCtBF,yBwCwBmC;E7CkkMrC;E6CxkMI;IAEE,UAAA;IACA,mBAAA;E7CykMN;E6CxkMI;IxCtBF,yBwCwBmC;E7CykMrC;E6C/kMI;IAEE,UAAA;IACA,UAAA;E7CglMN;E6C/kMI;IxCtBF,gBwCwBmC;E7CglMrC;E6CtlMI;IAEE,UAAA;IACA,mBAAA;E7CulMN;E6CtlMI;IxCtBF,yBwCwBmC;E7CulMrC;E6C7lMI;IAEE,UAAA;IACA,mBAAA;E7C8lMN;E6C7lMI;IxCtBF,yBwCwBmC;E7C8lMrC;E6CpmMI;IAEE,UAAA;IACA,UAAA;E7CqmMN;E6CpmMI;IxCtBF,gBwCwBmC;E7CqmMrC;E6C3mMI;IAEE,UAAA;IACA,mBAAA;E7C4mMN;E6C3mMI;IxCtBF,yBwCwBmC;E7C4mMrC;E6ClnMI;IAEE,UAAA;IACA,mBAAA;E7CmnMN;E6ClnMI;IxCtBF,yBwCwBmC;E7CmnMrC;E6CznMI;IAEE,UAAA;IACA,WAAA;E7C0nMN;E6CznMI;IxCtBF,iBwCwBmC;E7C0nMrC;AACF;AKrtME;EwC4FE;IACE,UAAA;IACA,YAAA;E7C4nMJ;E6C3nME;IACE,UAAA;IACA,WAAA;E7C6nMJ;E6C5nME;IACE,UAAA;IACA,UAAA;E7C8nMJ;E6C7nME;IACE,UAAA;IACA,eAAA;E7C+nMJ;E6C9nME;IACE,UAAA;IACA,UAAA;E7CgoMJ;E6C/nME;IACE,UAAA;IACA,eAAA;E7CioMJ;E6ChoME;IACE,UAAA;IACA,UAAA;E7CkoMJ;E6CjoME;IACE,UAAA;IACA,UAAA;E7CmoMJ;E6CloME;IACE,UAAA;IACA,UAAA;E7CooMJ;E6CnoME;IACE,UAAA;IACA,UAAA;E7CqoMJ;E6CpoME;IACE,UAAA;IACA,UAAA;E7CsoMJ;E6CroME;IxC3DA,gBwC4DiC;E7CuoMnC;E6CtoME;IxC7DA,qBwC8DiC;E7CwoMnC;E6CvoME;IxC/DA,gBwCgEiC;E7CyoMnC;E6CxoME;IxCjEA,qBwCkEiC;E7C0oMnC;E6CzoME;IxCnEA,gBwCoEiC;E7C2oMnC;E6C1oME;IxCrEA,gBwCsEiC;E7C4oMnC;E6C3oME;IxCvEA,gBwCwEiC;E7C6oMnC;E6C5oME;IxCzEA,gBwC0EiC;E7C8oMnC;E6C7oME;IxC3EA,gBwC4EiC;E7C+oMnC;E6C7oMI;IACE,UAAA;IACA,SAAA;E7C+oMN;E6C9oMI;IxCjFF,ewCkFmC;E7CgpMrC;E6CppMI;IACE,UAAA;IACA,kBAAA;E7CspMN;E6CrpMI;IxCjFF,wBwCkFmC;E7CupMrC;E6C3pMI;IACE,UAAA;IACA,mBAAA;E7C6pMN;E6C5pMI;IxCjFF,yBwCkFmC;E7C8pMrC;E6ClqMI;IACE,UAAA;IACA,UAAA;E7CoqMN;E6CnqMI;IxCjFF,gBwCkFmC;E7CqqMrC;E6CzqMI;IACE,UAAA;IACA,mBAAA;E7C2qMN;E6C1qMI;IxCjFF,yBwCkFmC;E7C4qMrC;E6ChrMI;IACE,UAAA;IACA,mBAAA;E7CkrMN;E6CjrMI;IxCjFF,yBwCkFmC;E7CmrMrC;E6CvrMI;IACE,UAAA;IACA,UAAA;E7CyrMN;E6CxrMI;IxCjFF,gBwCkFmC;E7C0rMrC;E6C9rMI;IACE,UAAA;IACA,mBAAA;E7CgsMN;E6C/rMI;IxCjFF,yBwCkFmC;E7CisMrC;E6CrsMI;IACE,UAAA;IACA,mBAAA;E7CusMN;E6CtsMI;IxCjFF,yBwCkFmC;E7CwsMrC;E6C5sMI;IACE,UAAA;IACA,UAAA;E7C8sMN;E6C7sMI;IxCjFF,gBwCkFmC;E7C+sMrC;E6CntMI;IACE,UAAA;IACA,mBAAA;E7CqtMN;E6CptMI;IxCjFF,yBwCkFmC;E7CstMrC;E6C1tMI;IACE,UAAA;IACA,mBAAA;E7C4tMN;E6C3tMI;IxCjFF,yBwCkFmC;E7C6tMrC;E6CjuMI;IACE,UAAA;IACA,WAAA;E7CmuMN;E6CluMI;IxCjFF,iBwCkFmC;E7CouMrC;AACF;AKr3ME;EwCkJE;IACE,UAAA;IACA,YAAA;E7CsuMJ;E6CruME;IACE,UAAA;IACA,WAAA;E7CuuMJ;E6CtuME;IACE,UAAA;IACA,UAAA;E7CwuMJ;E6CvuME;IACE,UAAA;IACA,eAAA;E7CyuMJ;E6CxuME;IACE,UAAA;IACA,UAAA;E7C0uMJ;E6CzuME;IACE,UAAA;IACA,eAAA;E7C2uMJ;E6C1uME;IACE,UAAA;IACA,UAAA;E7C4uMJ;E6C3uME;IACE,UAAA;IACA,UAAA;E7C6uMJ;E6C5uME;IACE,UAAA;IACA,UAAA;E7C8uMJ;E6C7uME;IACE,UAAA;IACA,UAAA;E7C+uMJ;E6C9uME;IACE,UAAA;IACA,UAAA;E7CgvMJ;E6C/uME;IxCrHA,gBwCsHiC;E7CivMnC;E6ChvME;IxCvHA,qBwCwHiC;E7CkvMnC;E6CjvME;IxCzHA,gBwC0HiC;E7CmvMnC;E6ClvME;IxC3HA,qBwC4HiC;E7CovMnC;E6CnvME;IxC7HA,gBwC8HiC;E7CqvMnC;E6CpvME;IxC/HA,gBwCgIiC;E7CsvMnC;E6CrvME;IxCjIA,gBwCkIiC;E7CuvMnC;E6CtvME;IxCnIA,gBwCoIiC;E7CwvMnC;E6CvvME;IxCrIA,gBwCsIiC;E7CyvMnC;E6CvvMI;IACE,UAAA;IACA,SAAA;E7CyvMN;E6CxvMI;IxC3IF,ewC4ImC;E7C0vMrC;E6C9vMI;IACE,UAAA;IACA,kBAAA;E7CgwMN;E6C/vMI;IxC3IF,wBwC4ImC;E7CiwMrC;E6CrwMI;IACE,UAAA;IACA,mBAAA;E7CuwMN;E6CtwMI;IxC3IF,yBwC4ImC;E7CwwMrC;E6C5wMI;IACE,UAAA;IACA,UAAA;E7C8wMN;E6C7wMI;IxC3IF,gBwC4ImC;E7C+wMrC;E6CnxMI;IACE,UAAA;IACA,mBAAA;E7CqxMN;E6CpxMI;IxC3IF,yBwC4ImC;E7CsxMrC;E6C1xMI;IACE,UAAA;IACA,mBAAA;E7C4xMN;E6C3xMI;IxC3IF,yBwC4ImC;E7C6xMrC;E6CjyMI;IACE,UAAA;IACA,UAAA;E7CmyMN;E6ClyMI;IxC3IF,gBwC4ImC;E7CoyMrC;E6CxyMI;IACE,UAAA;IACA,mBAAA;E7C0yMN;E6CzyMI;IxC3IF,yBwC4ImC;E7C2yMrC;E6C/yMI;IACE,UAAA;IACA,mBAAA;E7CizMN;E6ChzMI;IxC3IF,yBwC4ImC;E7CkzMrC;E6CtzMI;IACE,UAAA;IACA,UAAA;E7CwzMN;E6CvzMI;IxC3IF,gBwC4ImC;E7CyzMrC;E6C7zMI;IACE,UAAA;IACA,mBAAA;E7C+zMN;E6C9zMI;IxC3IF,yBwC4ImC;E7Cg0MrC;E6Cp0MI;IACE,UAAA;IACA,mBAAA;E7Cs0MN;E6Cr0MI;IxC3IF,yBwC4ImC;E7Cu0MrC;E6C30MI;IACE,UAAA;IACA,WAAA;E7C60MN;E6C50MI;IxC3IF,iBwC4ImC;E7C80MrC;AACF;AK1gNI;EwC6LA;IACE,UAAA;IACA,YAAA;E7Cg1MJ;E6C/0ME;IACE,UAAA;IACA,WAAA;E7Ci1MJ;E6Ch1ME;IACE,UAAA;IACA,UAAA;E7Ck1MJ;E6Cj1ME;IACE,UAAA;IACA,eAAA;E7Cm1MJ;E6Cl1ME;IACE,UAAA;IACA,UAAA;E7Co1MJ;E6Cn1ME;IACE,UAAA;IACA,eAAA;E7Cq1MJ;E6Cp1ME;IACE,UAAA;IACA,UAAA;E7Cs1MJ;E6Cr1ME;IACE,UAAA;IACA,UAAA;E7Cu1MJ;E6Ct1ME;IACE,UAAA;IACA,UAAA;E7Cw1MJ;E6Cv1ME;IACE,UAAA;IACA,UAAA;E7Cy1MJ;E6Cx1ME;IACE,UAAA;IACA,UAAA;E7C01MJ;E6Cz1ME;IxC/KA,gBwCgLiC;E7C21MnC;E6C11ME;IxCjLA,qBwCkLiC;E7C41MnC;E6C31ME;IxCnLA,gBwCoLiC;E7C61MnC;E6C51ME;IxCrLA,qBwCsLiC;E7C81MnC;E6C71ME;IxCvLA,gBwCwLiC;E7C+1MnC;E6C91ME;IxCzLA,gBwC0LiC;E7Cg2MnC;E6C/1ME;IxC3LA,gBwC4LiC;E7Ci2MnC;E6Ch2ME;IxC7LA,gBwC8LiC;E7Ck2MnC;E6Cj2ME;IxC/LA,gBwCgMiC;E7Cm2MnC;E6Cj2MI;IACE,UAAA;IACA,SAAA;E7Cm2MN;E6Cl2MI;IxCrMF,ewCsMmC;E7Co2MrC;E6Cx2MI;IACE,UAAA;IACA,kBAAA;E7C02MN;E6Cz2MI;IxCrMF,wBwCsMmC;E7C22MrC;E6C/2MI;IACE,UAAA;IACA,mBAAA;E7Ci3MN;E6Ch3MI;IxCrMF,yBwCsMmC;E7Ck3MrC;E6Ct3MI;IACE,UAAA;IACA,UAAA;E7Cw3MN;E6Cv3MI;IxCrMF,gBwCsMmC;E7Cy3MrC;E6C73MI;IACE,UAAA;IACA,mBAAA;E7C+3MN;E6C93MI;IxCrMF,yBwCsMmC;E7Cg4MrC;E6Cp4MI;IACE,UAAA;IACA,mBAAA;E7Cs4MN;E6Cr4MI;IxCrMF,yBwCsMmC;E7Cu4MrC;E6C34MI;IACE,UAAA;IACA,UAAA;E7C64MN;E6C54MI;IxCrMF,gBwCsMmC;E7C84MrC;E6Cl5MI;IACE,UAAA;IACA,mBAAA;E7Co5MN;E6Cn5MI;IxCrMF,yBwCsMmC;E7Cq5MrC;E6Cz5MI;IACE,UAAA;IACA,mBAAA;E7C25MN;E6C15MI;IxCrMF,yBwCsMmC;E7C45MrC;E6Ch6MI;IACE,UAAA;IACA,UAAA;E7Ck6MN;E6Cj6MI;IxCrMF,gBwCsMmC;E7Cm6MrC;E6Cv6MI;IACE,UAAA;IACA,mBAAA;E7Cy6MN;E6Cx6MI;IxCrMF,yBwCsMmC;E7C06MrC;E6C96MI;IACE,UAAA;IACA,mBAAA;E7Cg7MN;E6C/6MI;IxCrMF,yBwCsMmC;E7Ci7MrC;E6Cr7MI;IACE,UAAA;IACA,WAAA;E7Cu7MN;E6Ct7MI;IxCrMF,iBwCsMmC;E7Cw7MrC;AACF;AK/pNI;EwCwOA;IACE,UAAA;IACA,YAAA;E7C07MJ;E6Cz7ME;IACE,UAAA;IACA,WAAA;E7C27MJ;E6C17ME;IACE,UAAA;IACA,UAAA;E7C47MJ;E6C37ME;IACE,UAAA;IACA,eAAA;E7C67MJ;E6C57ME;IACE,UAAA;IACA,UAAA;E7C87MJ;E6C77ME;IACE,UAAA;IACA,eAAA;E7C+7MJ;E6C97ME;IACE,UAAA;IACA,UAAA;E7Cg8MJ;E6C/7ME;IACE,UAAA;IACA,UAAA;E7Ci8MJ;E6Ch8ME;IACE,UAAA;IACA,UAAA;E7Ck8MJ;E6Cj8ME;IACE,UAAA;IACA,UAAA;E7Cm8MJ;E6Cl8ME;IACE,UAAA;IACA,UAAA;E7Co8MJ;E6Cn8ME;IxCzOA,gBwC0OiC;E7Cq8MnC;E6Cp8ME;IxC3OA,qBwC4OiC;E7Cs8MnC;E6Cr8ME;IxC7OA,gBwC8OiC;E7Cu8MnC;E6Ct8ME;IxC/OA,qBwCgPiC;E7Cw8MnC;E6Cv8ME;IxCjPA,gBwCkPiC;E7Cy8MnC;E6Cx8ME;IxCnPA,gBwCoPiC;E7C08MnC;E6Cz8ME;IxCrPA,gBwCsPiC;E7C28MnC;E6C18ME;IxCvPA,gBwCwPiC;E7C48MnC;E6C38ME;IxCzPA,gBwC0PiC;E7C68MnC;E6C38MI;IACE,UAAA;IACA,SAAA;E7C68MN;E6C58MI;IxC/PF,ewCgQmC;E7C88MrC;E6Cl9MI;IACE,UAAA;IACA,kBAAA;E7Co9MN;E6Cn9MI;IxC/PF,wBwCgQmC;E7Cq9MrC;E6Cz9MI;IACE,UAAA;IACA,mBAAA;E7C29MN;E6C19MI;IxC/PF,yBwCgQmC;E7C49MrC;E6Ch+MI;IACE,UAAA;IACA,UAAA;E7Ck+MN;E6Cj+MI;IxC/PF,gBwCgQmC;E7Cm+MrC;E6Cv+MI;IACE,UAAA;IACA,mBAAA;E7Cy+MN;E6Cx+MI;IxC/PF,yBwCgQmC;E7C0+MrC;E6C9+MI;IACE,UAAA;IACA,mBAAA;E7Cg/MN;E6C/+MI;IxC/PF,yBwCgQmC;E7Ci/MrC;E6Cr/MI;IACE,UAAA;IACA,UAAA;E7Cu/MN;E6Ct/MI;IxC/PF,gBwCgQmC;E7Cw/MrC;E6C5/MI;IACE,UAAA;IACA,mBAAA;E7C8/MN;E6C7/MI;IxC/PF,yBwCgQmC;E7C+/MrC;E6CngNI;IACE,UAAA;IACA,mBAAA;E7CqgNN;E6CpgNI;IxC/PF,yBwCgQmC;E7CsgNrC;E6C1gNI;IACE,UAAA;IACA,UAAA;E7C4gNN;E6C3gNI;IxC/PF,gBwCgQmC;E7C6gNrC;E6CjhNI;IACE,UAAA;IACA,mBAAA;E7CmhNN;E6ClhNI;IxC/PF,yBwCgQmC;E7CohNrC;E6CxhNI;IACE,UAAA;IACA,mBAAA;E7C0hNN;E6CzhNI;IxC/PF,yBwCgQmC;E7C2hNrC;E6C/hNI;IACE,UAAA;IACA,WAAA;E7CiiNN;E6ChiNI;IxC/PF,iBwCgQmC;E7CkiNrC;AACF;;A6CjiNA;ExClQI,qBwCmQ6B;ExCnQ7B,sBwCoQ6B;EAC/B,oBAAA;A7CoiNF;A6CniNE;EACE,uBAAA;A7CqiNJ;A6CpiNE;EACE,qCAAA;A7CsiNJ;A6CpiNE;EACE,uBAAA;A7CsiNJ;A6CriNE;ExC7QE,cwC8Q+B;ExC9Q/B,ewC+Q+B;EAC/B,aAAA;A7CuiNJ;A6CtiNI;EACE,SAAA;EACA,qBAAA;A7CwiNN;A6CviNI;EACE,qBAAA;A7CyiNN;A6CxiNI;EACE,gBAAA;A7C0iNN;A6CziNE;EACE,aAAA;A7C2iNJ;A6C1iNE;EACE,eAAA;A7C4iNJ;A6C3iNE;EACE,mBAAA;A7C6iNJ;AKp5NE;EwC0WE;IACE,aAAA;E7C6iNJ;AACF;AK74NE;EwCkWE;IACE,aAAA;E7C8iNJ;AACF;;A6C5iNE;EACE,oBAAA;ExCzSA,wCwC0S+B;ExC1S/B,yCwC2S+B;A7C+iNnC;A6C9iNI;EACE,8BAAA;EACA,+BAAA;A7CgjNN;A6C9iNM;EACE,iBAAA;A7CgjNR;AK/6NE;EwCiYM;IACE,iBAAA;E7CijNR;AACF;AKh7NE;EwCgYM;IACE,iBAAA;E7CmjNR;AACF;AKj7NE;EwC+XM;IACE,iBAAA;E7CqjNR;AACF;AKl7NE;EwC8XM;IACE,iBAAA;E7CujNR;AACF;AKn7NE;EwC6XM;IACE,iBAAA;E7CyjNR;AACF;AKn7NI;EwC2XI;IACE,iBAAA;E7C2jNR;AACF;AK96NI;EwCoXI;IACE,iBAAA;E7C6jNR;AACF;AK96NI;EwCkXI;IACE,iBAAA;E7C+jNR;AACF;AKz6NI;EwC2WI;IACE,iBAAA;E7CikNR;AACF;A6C9lNM;EACE,oBAAA;A7CgmNR;AK/9NE;EwCiYM;IACE,oBAAA;E7CimNR;AACF;AKh+NE;EwCgYM;IACE,oBAAA;E7CmmNR;AACF;AKj+NE;EwC+XM;IACE,oBAAA;E7CqmNR;AACF;AKl+NE;EwC8XM;IACE,oBAAA;E7CumNR;AACF;AKn+NE;EwC6XM;IACE,oBAAA;E7CymNR;AACF;AKn+NI;EwC2XI;IACE,oBAAA;E7C2mNR;AACF;AK99NI;EwCoXI;IACE,oBAAA;E7C6mNR;AACF;AK99NI;EwCkXI;IACE,oBAAA;E7C+mNR;AACF;AKz9NI;EwC2WI;IACE,oBAAA;E7CinNR;AACF;A6C9oNM;EACE,mBAAA;A7CgpNR;AK/gOE;EwCiYM;IACE,mBAAA;E7CipNR;AACF;AKhhOE;EwCgYM;IACE,mBAAA;E7CmpNR;AACF;AKjhOE;EwC+XM;IACE,mBAAA;E7CqpNR;AACF;AKlhOE;EwC8XM;IACE,mBAAA;E7CupNR;AACF;AKnhOE;EwC6XM;IACE,mBAAA;E7CypNR;AACF;AKnhOI;EwC2XI;IACE,mBAAA;E7C2pNR;AACF;AK9gOI;EwCoXI;IACE,mBAAA;E7C6pNR;AACF;AK9gOI;EwCkXI;IACE,mBAAA;E7C+pNR;AACF;AKzgOI;EwC2WI;IACE,mBAAA;E7CiqNR;AACF;A6C9rNM;EACE,oBAAA;A7CgsNR;AK/jOE;EwCiYM;IACE,oBAAA;E7CisNR;AACF;AKhkOE;EwCgYM;IACE,oBAAA;E7CmsNR;AACF;AKjkOE;EwC+XM;IACE,oBAAA;E7CqsNR;AACF;AKlkOE;EwC8XM;IACE,oBAAA;E7CusNR;AACF;AKnkOE;EwC6XM;IACE,oBAAA;E7CysNR;AACF;AKnkOI;EwC2XI;IACE,oBAAA;E7C2sNR;AACF;AK9jOI;EwCoXI;IACE,oBAAA;E7C6sNR;AACF;AK9jOI;EwCkXI;IACE,oBAAA;E7C+sNR;AACF;AKzjOI;EwC2WI;IACE,oBAAA;E7CitNR;AACF;A6C9uNM;EACE,iBAAA;A7CgvNR;AK/mOE;EwCiYM;IACE,iBAAA;E7CivNR;AACF;AKhnOE;EwCgYM;IACE,iBAAA;E7CmvNR;AACF;AKjnOE;EwC+XM;IACE,iBAAA;E7CqvNR;AACF;AKlnOE;EwC8XM;IACE,iBAAA;E7CuvNR;AACF;AKnnOE;EwC6XM;IACE,iBAAA;E7CyvNR;AACF;AKnnOI;EwC2XI;IACE,iBAAA;E7C2vNR;AACF;AK9mOI;EwCoXI;IACE,iBAAA;E7C6vNR;AACF;AK9mOI;EwCkXI;IACE,iBAAA;E7C+vNR;AACF;AKzmOI;EwC2WI;IACE,iBAAA;E7CiwNR;AACF;A6C9xNM;EACE,oBAAA;A7CgyNR;AK/pOE;EwCiYM;IACE,oBAAA;E7CiyNR;AACF;AKhqOE;EwCgYM;IACE,oBAAA;E7CmyNR;AACF;AKjqOE;EwC+XM;IACE,oBAAA;E7CqyNR;AACF;AKlqOE;EwC8XM;IACE,oBAAA;E7CuyNR;AACF;AKnqOE;EwC6XM;IACE,oBAAA;E7CyyNR;AACF;AKnqOI;EwC2XI;IACE,oBAAA;E7C2yNR;AACF;AK9pOI;EwCoXI;IACE,oBAAA;E7C6yNR;AACF;AK9pOI;EwCkXI;IACE,oBAAA;E7C+yNR;AACF;AKzpOI;EwC2WI;IACE,oBAAA;E7CizNR;AACF;A6C90NM;EACE,mBAAA;A7Cg1NR;AK/sOE;EwCiYM;IACE,mBAAA;E7Ci1NR;AACF;AKhtOE;EwCgYM;IACE,mBAAA;E7Cm1NR;AACF;AKjtOE;EwC+XM;IACE,mBAAA;E7Cq1NR;AACF;AKltOE;EwC8XM;IACE,mBAAA;E7Cu1NR;AACF;AKntOE;EwC6XM;IACE,mBAAA;E7Cy1NR;AACF;AKntOI;EwC2XI;IACE,mBAAA;E7C21NR;AACF;AK9sOI;EwCoXI;IACE,mBAAA;E7C61NR;AACF;AK9sOI;EwCkXI;IACE,mBAAA;E7C+1NR;AACF;AKzsOI;EwC2WI;IACE,mBAAA;E7Ci2NR;AACF;A6C93NM;EACE,oBAAA;A7Cg4NR;AK/vOE;EwCiYM;IACE,oBAAA;E7Ci4NR;AACF;AKhwOE;EwCgYM;IACE,oBAAA;E7Cm4NR;AACF;AKjwOE;EwC+XM;IACE,oBAAA;E7Cq4NR;AACF;AKlwOE;EwC8XM;IACE,oBAAA;E7Cu4NR;AACF;AKnwOE;EwC6XM;IACE,oBAAA;E7Cy4NR;AACF;AKnwOI;EwC2XI;IACE,oBAAA;E7C24NR;AACF;AK9vOI;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,yBAAA;AhDorPN;;AgDnrPE;EACE,+CAAA;AhDsrPJ;;AgDjrPI;EACE,mCAAA;AhDorPN;;AgDlrPM;EAEE,yBAAA;AhDorPR;;AgDnrPI;EACE,8CAAA;AhDsrPN;;AgDprPI;EACE,mCAAA;AhDurPN;;AgDrrPM;EAEE,yBAAA;AhDurPR;;AgDtrPI;EACE,8CAAA;AhDyrPN;;AgDrtPE;EACE,oCAAA;AhDwtPJ;;AgDttPI;EAEE,yBAAA;AhDwtPN;;AgDvtPE;EACE,+CAAA;AhD0tPJ;;AgDrtPI;EACE,oCAAA;AhDwtPN;;AgDttPM;EAEE,yBAAA;AhDwtPR;;AgDvtPI;EACE,+CAAA;AhD0tPN;;AgDxtPI;EACE,oCAAA;AhD2tPN;;AgDztPM;EAEE,yBAAA;AhD2tPR;;AgD1tPI;EACE,+CAAA;AhD6tPN;;AgDzvPE;EACE,oCAAA;AhD4vPJ;;AgD1vPI;EAEE,yBAAA;AhD4vPN;;AgD3vPE;EACE,+CAAA;AhD8vPJ;;AgDzvPI;EACE,mCAAA;AhD4vPN;;AgD1vPM;EAEE,yBAAA;AhD4vPR;;AgD3vPI;EACE,8CAAA;AhD8vPN;;AgD5vPI;EACE,kCAAA;AhD+vPN;;AgD7vPM;EAEE,yBAAA;AhD+vPR;;AgD9vPI;EACE,6CAAA;AhDiwPN;;AgD9vPE;EACE,oCAAA;AhDiwPJ;;AgDhwPE;EACE,+CAAA;AhDmwPJ;;AgDtwPE;EACE,oCAAA;AhDywPJ;;AgDxwPE;EACE,+CAAA;AhD2wPJ;;AgD9wPE;EACE,oCAAA;AhDixPJ;;AgDhxPE;EACE,+CAAA;AhDmxPJ;;AgDtxPE;EACE,oCAAA;AhDyxPJ;;AgDxxPE;EACE,+CAAA;AhD2xPJ;;AgD9xPE;EACE,oCAAA;AhDiyPJ;;AgDhyPE;EACE,+CAAA;AhDmyPJ;;AgDtyPE;EACE,oCAAA;AhDyyPJ;;AgDxyPE;EACE,+CAAA;AhD2yPJ;;AgD9yPE;EACE,iCAAA;AhDizPJ;;AgDhzPE;EACE,4CAAA;AhDmzPJ;;AgDtzPE;EACE,iCAAA;AhDyzPJ;;AgDxzPE;EACE,4CAAA;AhD2zPJ;;AgD9zPE;EACE,iCAAA;AhDi0PJ;;AgDh0PE;EACE,4CAAA;AhDm0PJ;;AiDx2PE;EACE,8BAAA;AjD22PJ;;AiD52PE;EACE,sCAAA;AjD+2PJ;;AiDh3PE;EACE,iCAAA;AjDm3PJ;;AiDp3PE;EACE,yCAAA;AjDu3PJ;;AiDn3PE;EACE,4BAAA;AjDs3PJ;;AiDv3PE;EACE,0BAAA;AjD03PJ;;AiD33PE;EACE,kCAAA;AjD83PJ;;AiD13PE;EACE,sCAAA;AjD63PJ;;AiD93PE;EACE,oCAAA;AjDi4PJ;;AiDl4PE;EACE,kCAAA;AjDq4PJ;;AiDt4PE;EACE,yCAAA;AjDy4PJ;;AiD14PE;EACE,wCAAA;AjD64PJ;;AiD94PE;EACE,wCAAA;AjDi5PJ;;AiDl5PE;EACE,iCAAA;AjDq5PJ;;AiDt5PE;EACE,+BAAA;AjDy5PJ;;AiD15PE;EACE,gCAAA;AjD65PJ;;AiD95PE;EACE,iCAAA;AjDi6PJ;;AiD75PE;EACE,oCAAA;AjDg6PJ;;AiDj6PE;EACE,kCAAA;AjDo6PJ;;AiDr6PE;EACE,gCAAA;AjDw6PJ;;AiDz6PE;EACE,uCAAA;AjD46PJ;;AiD76PE;EACE,sCAAA;AjDg7PJ;;AiDj7PE;EACE,sCAAA;AjDo7PJ;;AiDr7PE;EACE,iCAAA;AjDw7PJ;;AiDz7PE;EACE,+BAAA;AjD47PJ;;AiD77PE;EACE,6BAAA;AjDg8PJ;;AiDj8PE;EACE,kCAAA;AjDo8PJ;;AiDh8PE;EACE,+BAAA;AjDm8PJ;;AiDp8PE;EACE,kCAAA;AjDu8PJ;;AiDx8PE;EACE,gCAAA;AjD28PJ;;AiD58PE;EACE,8BAAA;AjD+8PJ;;AiDh9PE;EACE,gCAAA;AjDm9PJ;;AiDp9PE;EACE,6BAAA;AjDu9PJ;;AiDx9PE;EACE,2BAAA;AjD29PJ;;AiD59PE;EACE,kCAAA;AjD+9PJ;;AiDh+PE;EACE,gCAAA;AjDm+PJ;;AiD/9PE;EACE,2BAAA;AjDk+PJ;;AiDn+PE;EACE,iCAAA;AjDs+PJ;;AiDv+PE;EACE,+BAAA;AjD0+PJ;;AiD3+PE;EACE,6BAAA;AjD8+PJ;;AiD/+PE;EACE,+BAAA;AjDk/PJ;;AiDn/PE;EACE,8BAAA;AjDs/PJ;;AiDj/PI;EACE,uBAAA;AjDo/PN;;AiDr/PI;EACE,uBAAA;AjDw/PN;;AiDz/PI;EACE,uBAAA;AjD4/PN;;AiD7/PI;EACE,uBAAA;AjDggQN;;AiDjgQI;EACE,uBAAA;AjDogQN;;AiDrgQI;EACE,uBAAA;AjDwgQN;;AiDzgQI;EACE,yBAAA;AjD4gQN;;AiD7gQI;EACE,yBAAA;AjDghQN;;AiDjhQI;EACE,yBAAA;AjDohQN;;AiDrhQI;EACE,yBAAA;AjDwhQN;;AiDzhQI;EACE,yBAAA;AjD4hQN;;AiD7hQI;EACE,yBAAA;AjDgiQN;;AK7jQE;EACE,WAAA;EACA,YAAA;EACA,cAAA;ALgkQJ;;AkDnkQA;EACE,sBAAA;AlDskQF;;AkDpkQA;EACE,uBAAA;AlDukQF;;AC/kQA,qBAAA;AkDCA;EACE,2BAAA;AnDklQF;;AmDhlQA;EACE,2BAAA;AnDmlQF;;AmDjlQA;EACE,0BAAA;EACA,8BAAA;AnDolQF;;AoD9lQA;EACE,2BAAA;ApDimQF;;ACjmQA,qBAAA;AoDIA;EACE,6BAAA;ArDimQF;;AsDvmQA;EACE,oBAAA;AtD0mQF;;AsDxmQA;EACE,qBAAA;AtD2mQF;;AsDhmQI;EACE,oBAAA;AtDmmQN;;AsDhmQM;EACE,wBAAA;AtDmmQR;;AsDpmQM;EACE,0BAAA;AtDumQR;;AsDxmQM;EACE,2BAAA;AtD2mQR;;AsD5mQM;EACE,yBAAA;AtD+mQR;;AsD5mQM;EACE,yBAAA;EACA,0BAAA;AtD+mQR;;AsD5mQM;EACE,wBAAA;EACA,2BAAA;AtD+mQR;;AsD9nQI;EACE,0BAAA;AtDioQN;;AsD9nQM;EACE,8BAAA;AtDioQR;;AsDloQM;EACE,gCAAA;AtDqoQR;;AsDtoQM;EACE,iCAAA;AtDyoQR;;AsD1oQM;EACE,+BAAA;AtD6oQR;;AsD1oQM;EACE,+BAAA;EACA,gCAAA;AtD6oQR;;AsD1oQM;EACE,8BAAA;EACA,iCAAA;AtD6oQR;;AsD5pQI;EACE,yBAAA;AtD+pQN;;AsD5pQM;EACE,6BAAA;AtD+pQR;;AsDhqQM;EACE,+BAAA;AtDmqQR;;AsDpqQM;EACE,gCAAA;AtDuqQR;;AsDxqQM;EACE,8BAAA;AtD2qQR;;AsDxqQM;EACE,8BAAA;EACA,+BAAA;AtD2qQR;;AsDxqQM;EACE,6BAAA;EACA,gCAAA;AtD2qQR;;AsD1rQI;EACE,0BAAA;AtD6rQN;;AsD1rQM;EACE,8BAAA;AtD6rQR;;AsD9rQM;EACE,gCAAA;AtDisQR;;AsDlsQM;EACE,iCAAA;AtDqsQR;;AsDtsQM;EACE,+BAAA;AtDysQR;;AsDtsQM;EACE,+BAAA;EACA,gCAAA;AtDysQR;;AsDtsQM;EACE,8BAAA;EACA,iCAAA;AtDysQR;;AsDxtQI;EACE,uBAAA;AtD2tQN;;AsDxtQM;EACE,2BAAA;AtD2tQR;;AsD5tQM;EACE,6BAAA;AtD+tQR;;AsDhuQM;EACE,8BAAA;AtDmuQR;;AsDpuQM;EACE,4BAAA;AtDuuQR;;AsDpuQM;EACE,4BAAA;EACA,6BAAA;AtDuuQR;;AsDpuQM;EACE,2BAAA;EACA,8BAAA;AtDuuQR;;AsDtvQI;EACE,yBAAA;AtDyvQN;;AsDtvQM;EACE,6BAAA;AtDyvQR;;AsD1vQM;EACE,+BAAA;AtD6vQR;;AsD9vQM;EACE,gCAAA;AtDiwQR;;AsDlwQM;EACE,8BAAA;AtDqwQR;;AsDlwQM;EACE,8BAAA;EACA,+BAAA;AtDqwQR;;AsDlwQM;EACE,6BAAA;EACA,gCAAA;AtDqwQR;;AsDpxQI;EACE,uBAAA;AtDuxQN;;AsDpxQM;EACE,2BAAA;AtDuxQR;;AsDxxQM;EACE,6BAAA;AtD2xQR;;AsD5xQM;EACE,8BAAA;AtD+xQR;;AsDhyQM;EACE,4BAAA;AtDmyQR;;AsDhyQM;EACE,4BAAA;EACA,6BAAA;AtDmyQR;;AsDhyQM;EACE,2BAAA;EACA,8BAAA;AtDmyQR;;AsDlzQI;EACE,uBAAA;AtDqzQN;;AsDlzQM;EACE,2BAAA;AtDqzQR;;AsDtzQM;EACE,6BAAA;AtDyzQR;;AsD1zQM;EACE,8BAAA;AtD6zQR;;AsD9zQM;EACE,4BAAA;AtDi0QR;;AsD9zQM;EACE,4BAAA;EACA,6BAAA;AtDi0QR;;AsD9zQM;EACE,2BAAA;EACA,8BAAA;AtDi0QR;;AsDh1QI;EACE,qBAAA;AtDm1QN;;AsDh1QM;EACE,yBAAA;AtDm1QR;;AsDp1QM;EACE,2BAAA;AtDu1QR;;AsDx1QM;EACE,4BAAA;AtD21QR;;AsD51QM;EACE,0BAAA;AtD+1QR;;AsD51QM;EACE,0BAAA;EACA,2BAAA;AtD+1QR;;AsD51QM;EACE,yBAAA;EACA,4BAAA;AtD+1QR;;AsD92QI;EACE,2BAAA;AtDi3QN;;AsD92QM;EACE,+BAAA;AtDi3QR;;AsDl3QM;EACE,iCAAA;AtDq3QR;;AsDt3QM;EACE,kCAAA;AtDy3QR;;AsD13QM;EACE,gCAAA;AtD63QR;;AsD13QM;EACE,gCAAA;EACA,iCAAA;AtD63QR;;AsD13QM;EACE,+BAAA;EACA,kCAAA;AtD63QR;;AsD54QI;EACE,0BAAA;AtD+4QN;;AsD54QM;EACE,8BAAA;AtD+4QR;;AsDh5QM;EACE,gCAAA;AtDm5QR;;AsDp5QM;EACE,iCAAA;AtDu5QR;;AsDx5QM;EACE,+BAAA;AtD25QR;;AsDx5QM;EACE,+BAAA;EACA,gCAAA;AtD25QR;;AsDx5QM;EACE,8BAAA;EACA,iCAAA;AtD25QR;;AsD16QI;EACE,2BAAA;AtD66QN;;AsD16QM;EACE,+BAAA;AtD66QR;;AsD96QM;EACE,iCAAA;AtDi7QR;;AsDl7QM;EACE,kCAAA;AtDq7QR;;AsDt7QM;EACE,gCAAA;AtDy7QR;;AsDt7QM;EACE,gCAAA;EACA,iCAAA;AtDy7QR;;AsDt7QM;EACE,+BAAA;EACA,kCAAA;AtDy7QR;;AsDx8QI;EACE,wBAAA;AtD28QN;;AsDx8QM;EACE,4BAAA;AtD28QR;;AsD58QM;EACE,8BAAA;AtD+8QR;;AsDh9QM;EACE,+BAAA;AtDm9QR;;AsDp9QM;EACE,6BAAA;AtDu9QR;;AsDp9QM;EACE,6BAAA;EACA,8BAAA;AtDu9QR;;AsDp9QM;EACE,4BAAA;EACA,+BAAA;AtDu9QR;;AsDt+QI;EACE,0BAAA;AtDy+QN;;AsDt+QM;EACE,8BAAA;AtDy+QR;;AsD1+QM;EACE,gCAAA;AtD6+QR;;AsD9+QM;EACE,iCAAA;AtDi/QR;;AsDl/QM;EACE,+BAAA;AtDq/QR;;AsDl/QM;EACE,+BAAA;EACA,gCAAA;AtDq/QR;;AsDl/QM;EACE,8BAAA;EACA,iCAAA;AtDq/QR;;AsDpgRI;EACE,wBAAA;AtDugRN;;AsDpgRM;EACE,4BAAA;AtDugRR;;AsDxgRM;EACE,8BAAA;AtD2gRR;;AsD5gRM;EACE,+BAAA;AtD+gRR;;AsDhhRM;EACE,6BAAA;AtDmhRR;;AsDhhRM;EACE,6BAAA;EACA,8BAAA;AtDmhRR;;AsDhhRM;EACE,4BAAA;EACA,+BAAA;AtDmhRR;;AsDliRI;EACE,wBAAA;AtDqiRN;;AsDliRM;EACE,4BAAA;AtDqiRR;;AsDtiRM;EACE,8BAAA;AtDyiRR;;AsD1iRM;EACE,+BAAA;AtD6iRR;;AsD9iRM;EACE,6BAAA;AtDijRR;;AsD9iRM;EACE,6BAAA;EACA,8BAAA;AtDijRR;;AsD9iRM;EACE,4BAAA;EACA,+BAAA;AtDijRR;;AuDxkRI;EACE,0BAAA;AvD2kRN;;AuD5kRI;EACE,4BAAA;AvD+kRN;;AuDhlRI;EACE,0BAAA;AvDmlRN;;AuDplRI;EACE,4BAAA;AvDulRN;;AuDxlRI;EACE,6BAAA;AvD2lRN;;AuD5lRI;EACE,0BAAA;AvD+lRN;;AuDhmRI;EACE,6BAAA;AvDmmRN;;AKngRE;EkDjGE;IACE,0BAAA;EvDwmRJ;EuDzmRE;IACE,4BAAA;EvD2mRJ;EuD5mRE;IACE,0BAAA;EvD8mRJ;EuD/mRE;IACE,4BAAA;EvDinRJ;EuDlnRE;IACE,6BAAA;EvDonRJ;EuDrnRE;IACE,0BAAA;EvDunRJ;EuDxnRE;IACE,6BAAA;EvD0nRJ;AACF;AKvhRE;EkDrGE;IACE,0BAAA;EvD+nRJ;EuDhoRE;IACE,4BAAA;EvDkoRJ;EuDnoRE;IACE,0BAAA;EvDqoRJ;EuDtoRE;IACE,4BAAA;EvDwoRJ;EuDzoRE;IACE,6BAAA;EvD2oRJ;EuD5oRE;IACE,0BAAA;EvD8oRJ;EuD/oRE;IACE,6BAAA;EvDipRJ;AACF;AKtiRE;EkD7GE;IACE,0BAAA;EvDspRJ;EuDvpRE;IACE,4BAAA;EvDypRJ;EuD1pRE;IACE,0BAAA;EvD4pRJ;EuD7pRE;IACE,4BAAA;EvD+pRJ;EuDhqRE;IACE,6BAAA;EvDkqRJ;EuDnqRE;IACE,0BAAA;EvDqqRJ;EuDtqRE;IACE,6BAAA;EvDwqRJ;AACF;AKzjRE;EkDjHE;IACE,0BAAA;EvD6qRJ;EuD9qRE;IACE,4BAAA;EvDgrRJ;EuDjrRE;IACE,0BAAA;EvDmrRJ;EuDprRE;IACE,4BAAA;EvDsrRJ;EuDvrRE;IACE,6BAAA;EvDyrRJ;EuD1rRE;IACE,0BAAA;EvD4rRJ;EuD7rRE;IACE,6BAAA;EvD+rRJ;AACF;AKjkRI;EkDhIA;IACE,0BAAA;EvDosRJ;EuDrsRE;IACE,4BAAA;EvDusRJ;EuDxsRE;IACE,0BAAA;EvD0sRJ;EuD3sRE;IACE,4BAAA;EvD6sRJ;EuD9sRE;IACE,6BAAA;EvDgtRJ;EuDjtRE;IACE,0BAAA;EvDmtRJ;EuDptRE;IACE,6BAAA;EvDstRJ;AACF;AKzkRI;EkD/IA;IACE,0BAAA;EvD2tRJ;EuD5tRE;IACE,4BAAA;EvD8tRJ;EuD/tRE;IACE,0BAAA;EvDiuRJ;EuDluRE;IACE,4BAAA;EvDouRJ;EuDruRE;IACE,6BAAA;EvDuuRJ;EuDxuRE;IACE,0BAAA;EvD0uRJ;EuD3uRE;IACE,6BAAA;EvD6uRJ;AACF;AuDrtRE;EACE,6BAAA;AvDutRJ;;AuDxtRE;EACE,8BAAA;AvD2tRJ;;AuD5tRE;EACE,2BAAA;AvD+tRJ;;AuDhuRE;EACE,4BAAA;AvDmuRJ;;AK7pRE;EkDlEE;IACE,6BAAA;EvDmuRJ;AACF;AK/pRE;EkDnEE;IACE,6BAAA;EvDquRJ;AACF;AKhqRE;EkDpEE;IACE,6BAAA;EvDuuRJ;AACF;AKjqRE;EkDrEE;IACE,6BAAA;EvDyuRJ;AACF;AKlqRE;EkDtEE;IACE,6BAAA;EvD2uRJ;AACF;AKlqRI;EkDxEA;IACE,6BAAA;EvD6uRJ;AACF;AK7pRI;EkD/EA;IACE,6BAAA;EvD+uRJ;AACF;AK7pRI;EkDjFA;IACE,6BAAA;EvDivRJ;AACF;AKxpRI;EkDxFA;IACE,6BAAA;EvDmvRJ;AACF;AK3sRE;EkDlEE;IACE,8BAAA;EvDgxRJ;AACF;AK5sRE;EkDnEE;IACE,8BAAA;EvDkxRJ;AACF;AK7sRE;EkDpEE;IACE,8BAAA;EvDoxRJ;AACF;AK9sRE;EkDrEE;IACE,8BAAA;EvDsxRJ;AACF;AK/sRE;EkDtEE;IACE,8BAAA;EvDwxRJ;AACF;AK/sRI;EkDxEA;IACE,8BAAA;EvD0xRJ;AACF;AK1sRI;EkD/EA;IACE,8BAAA;EvD4xRJ;AACF;AK1sRI;EkDjFA;IACE,8BAAA;EvD8xRJ;AACF;AKrsRI;EkDxFA;IACE,8BAAA;EvDgyRJ;AACF;AKxvRE;EkDlEE;IACE,2BAAA;EvD6zRJ;AACF;AKzvRE;EkDnEE;IACE,2BAAA;EvD+zRJ;AACF;AK1vRE;EkDpEE;IACE,2BAAA;EvDi0RJ;AACF;AK3vRE;EkDrEE;IACE,2BAAA;EvDm0RJ;AACF;AK5vRE;EkDtEE;IACE,2BAAA;EvDq0RJ;AACF;AK5vRI;EkDxEA;IACE,2BAAA;EvDu0RJ;AACF;AKvvRI;EkD/EA;IACE,2BAAA;EvDy0RJ;AACF;AKvvRI;EkDjFA;IACE,2BAAA;EvD20RJ;AACF;AKlvRI;EkDxFA;IACE,2BAAA;EvD60RJ;AACF;AKryRE;EkDlEE;IACE,4BAAA;EvD02RJ;AACF;AKtyRE;EkDnEE;IACE,4BAAA;EvD42RJ;AACF;AKvyRE;EkDpEE;IACE,4BAAA;EvD82RJ;AACF;AKxyRE;EkDrEE;IACE,4BAAA;EvDg3RJ;AACF;AKzyRE;EkDtEE;IACE,4BAAA;EvDk3RJ;AACF;AKzyRI;EkDxEA;IACE,4BAAA;EvDo3RJ;AACF;AKpyRI;EkD/EA;IACE,4BAAA;EvDs3RJ;AACF;AKpyRI;EkDjFA;IACE,4BAAA;EvDw3RJ;AACF;AK/xRI;EkDxFA;IACE,4BAAA;EvD03RJ;AACF;AuDz3RA;EACE,qCAAA;AvD23RF;;AuDz3RA;EACE,oCAAA;AvD43RF;;AuD13RA;EACE,oCAAA;AvD63RF;;AuD33RA;EACE,6BAAA;AvD83RF;;AuD53RA;EACE,qCAAA;AvD+3RF;;AuD73RA;EACE,2BAAA;AvDg4RF;;AuD/3RA;EACE,2BAAA;AvDk4RF;;AuDj4RA;EACE,2BAAA;AvDo4RF;;AuDn4RA;EACE,2BAAA;AvDs4RF;;AuDr4RA;EACE,2BAAA;AvDw4RF;;AuDt4RA;EACE,+LAAA;AvDy4RF;;AuDv4RA;EACE,+LAAA;AvD04RF;;AuDx4RA;EACE,+LAAA;AvD24RF;;AuDz4RA;EACE,iCAAA;AvD44RF;;AuD14RA;EACE,iCAAA;AvD64RF;;AwDh/RE;EACE,yBAAA;AxDm/RJ;;AKj5RE;EmDhGE;IACE,yBAAA;ExDq/RJ;AACF;AKn5RE;EmDjGE;IACE,yBAAA;ExDu/RJ;AACF;AKp5RE;EmDlGE;IACE,yBAAA;ExDy/RJ;AACF;AKr5RE;EmDnGE;IACE,yBAAA;ExD2/RJ;AACF;AKt5RE;EmDpGE;IACE,yBAAA;ExD6/RJ;AACF;AKt5RI;EmDtGA;IACE,yBAAA;ExD+/RJ;AACF;AKj5RI;EmD7GA;IACE,yBAAA;ExDigSJ;AACF;AKj5RI;EmD/GA;IACE,yBAAA;ExDmgSJ;AACF;AK54RI;EmDtHA;IACE,yBAAA;ExDqgSJ;AACF;AwDliSE;EACE,wBAAA;AxDoiSJ;;AKl8RE;EmDhGE;IACE,wBAAA;ExDsiSJ;AACF;AKp8RE;EmDjGE;IACE,wBAAA;ExDwiSJ;AACF;AKr8RE;EmDlGE;IACE,wBAAA;ExD0iSJ;AACF;AKt8RE;EmDnGE;IACE,wBAAA;ExD4iSJ;AACF;AKv8RE;EmDpGE;IACE,wBAAA;ExD8iSJ;AACF;AKv8RI;EmDtGA;IACE,wBAAA;ExDgjSJ;AACF;AKl8RI;EmD7GA;IACE,wBAAA;ExDkjSJ;AACF;AKl8RI;EmD/GA;IACE,wBAAA;ExDojSJ;AACF;AK77RI;EmDtHA;IACE,wBAAA;ExDsjSJ;AACF;AwDnlSE;EACE,0BAAA;AxDqlSJ;;AKn/RE;EmDhGE;IACE,0BAAA;ExDulSJ;AACF;AKr/RE;EmDjGE;IACE,0BAAA;ExDylSJ;AACF;AKt/RE;EmDlGE;IACE,0BAAA;ExD2lSJ;AACF;AKv/RE;EmDnGE;IACE,0BAAA;ExD6lSJ;AACF;AKx/RE;EmDpGE;IACE,0BAAA;ExD+lSJ;A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","file":"bulma-dark.css"} \ No newline at end of file diff --git a/css/theme/bulma-dark.min.css b/css/theme/bulma-dark.min.css new file mode 100644 index 000000000..679e1caaa --- /dev/null +++ b/css/theme/bulma-dark.min.css @@ -0,0 +1 @@ +@charset "UTF-8";.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:0}.select fieldset[disabled] select,.select select[disabled],[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea,fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(186,186,186,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#404040;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(186,186,186,.3)}.delete:active,.modal-close:active{background-color:rgba(186,186,186,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#404040;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#9a9a9a;font-size:1em;font-weight:400;line-height:1.5}a{color:#9b905c;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#a4a4a4}code{background-color:#454545;color:#52b7a3;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#454545;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#a4a4a4;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#454545;color:#9a9a9a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#a4a4a4}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.box{background-color:#404040;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px #9b905c}a.box:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2),0 0 0 1px #9b905c}.button{background-color:#404040;border-color:#525252;border-width:1px;color:#a4a4a4;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#656565;color:#a4a4a4}.button.is-focused,.button:focus{border-color:#9b905c;color:#a4a4a4}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-active,.button:active{border-color:#9a9a9a;color:#a4a4a4}.button.is-text{background-color:transparent;border-color:transparent;color:#9a9a9a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#454545;color:#a4a4a4}.button.is-text.is-active,.button.is-text:active{background-color:#383838;color:#a4a4a4}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:0 0;border-color:transparent;color:#9b905c;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#9b905c;text-decoration:underline}.button.is-white{background-color:#404040;border-color:transparent;color:#bababa}.button.is-white.is-hovered,.button.is-white:hover{background-color:#3a3a3a;border-color:transparent;color:#bababa}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#bababa}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#333;border-color:transparent;color:#bababa}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#404040;border-color:#404040;box-shadow:none}.button.is-white.is-inverted{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#adadad}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#bababa;border-color:transparent;box-shadow:none;color:#404040}.button.is-white.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#404040;border-color:#404040;color:#bababa}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-outlined.is-loading.is-focused::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black{background-color:#bababa;border-color:transparent;color:#404040}.button.is-black.is-hovered,.button.is-black:hover{background-color:#b4b4b4;border-color:transparent;color:#404040}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#404040}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#adadad;border-color:transparent;color:#404040}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#bababa;border-color:#bababa;box-shadow:none}.button.is-black.is-inverted{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#333}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#404040;border-color:transparent;box-shadow:none;color:#bababa}.button.is-black.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#bababa;border-color:#bababa;color:#404040}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-outlined.is-loading.is-focused::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-light{background-color:#454545;border-color:transparent;color:#9d9d9d}.button.is-light.is-hovered,.button.is-light:hover{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#9d9d9d}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#383838;border-color:transparent;color:#9d9d9d}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#454545;border-color:#454545;box-shadow:none}.button.is-light.is-inverted{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:#909090}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:#9d9d9d;border-color:transparent;box-shadow:none;color:#454545}.button.is-light.is-loading::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined{background-color:transparent;border-color:#454545;color:#454545}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#454545;border-color:#454545;color:#9d9d9d}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-outlined.is-loading.is-focused::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading:hover::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#454545;box-shadow:none;color:#454545}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;color:#9d9d9d}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;box-shadow:none;color:#9d9d9d}.button.is-dark{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#979797;border-color:transparent;color:#6d6d6d}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;box-shadow:none}.button.is-dark.is-inverted{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#606060}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#6d6d6d;border-color:transparent;box-shadow:none;color:#a4a4a4}.button.is-dark.is-loading::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;color:#a4a4a4}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-outlined.is-loading.is-focused::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading:hover::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;box-shadow:none;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;color:#6d6d6d}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;box-shadow:none;color:#6d6d6d}.button.is-primary{background-color:#bf5766;border-color:transparent;color:#60948c}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#bb4e5e;border-color:transparent;color:#60948c}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#60948c}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#b74656;border-color:transparent;color:#60948c}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#bf5766;border-color:#bf5766;box-shadow:none}.button.is-primary.is-inverted{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#56857d}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#60948c;border-color:transparent;box-shadow:none;color:#bf5766}.button.is-primary.is-loading::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;color:#bf5766}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#bf5766;border-color:#bf5766;color:#60948c}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-outlined.is-loading.is-focused::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading:hover::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;box-shadow:none;color:#bf5766}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;color:#60948c}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;box-shadow:none;color:#60948c}.button.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#e35d70;border-color:transparent;color:#ac4e5c}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#e15267;border-color:transparent;color:#ac4e5c}.button.is-link{background-color:#9b905c;border-color:transparent;color:#727791}.button.is-link.is-hovered,.button.is-link:hover{background-color:#938957;border-color:transparent;color:#727791}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#727791}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#8b8153;border-color:transparent;color:#727791}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#9b905c;border-color:#9b905c;box-shadow:none}.button.is-link.is-inverted{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#666b83}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#727791;border-color:transparent;box-shadow:none;color:#9b905c}.button.is-link.is-loading::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;color:#9b905c}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#9b905c;border-color:#9b905c;color:#727791}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-outlined.is-loading.is-focused::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading:hover::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;box-shadow:none;color:#9b905c}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;color:#727791}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;box-shadow:none;color:#727791}.button.is-link.is-light{background-color:#baad6e;color:#8c8253}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#b6a865;border-color:transparent;color:#8c8253}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#b2a35d;border-color:transparent;color:#8c8253}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#a07857}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;border-color:transparent;color:#a07857}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#a07857}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#a07857}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#8f6c4e}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#a07857;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-info.is-loading::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading.is-focused::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading:hover::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;color:#a07857}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;box-shadow:none;color:#a07857}.button.is-info.is-light{background-color:#4aaafa;color:#3880bb}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#3ea4fa;border-color:transparent;color:#3880bb}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#319ef9;border-color:transparent;color:#3880bb}.button.is-success{background-color:#47c68d;border-color:transparent;color:#9b5c78}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;border-color:transparent;color:#9b5c78}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#9b5c78}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#9b5c78}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#47c68d;border-color:#47c68d;box-shadow:none}.button.is-success.is-inverted{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#8b536c}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#9b5c78;border-color:transparent;box-shadow:none;color:#47c68d}.button.is-success.is-loading::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;color:#47c68d}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-outlined.is-loading.is-focused::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;box-shadow:none;color:#47c68d}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;color:#9b5c78}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;box-shadow:none;color:#9b5c78}.button.is-success.is-light{background-color:#56efaa;color:#41b380}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#4aeea4;border-color:transparent;color:#41b380}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#3fed9e;border-color:transparent;color:#41b380}.button.is-warning{background-color:#ffdf89;border-color:transparent;color:#404f7a}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:#404f7a}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:#404f7a}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdf89;border-color:#ffdf89;box-shadow:none}.button.is-warning.is-inverted{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:#374469}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#404f7a;border-color:transparent;box-shadow:none;color:#ffdf89}.button.is-warning.is-loading::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;color:#ffdf89}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-outlined.is-loading.is-focused::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading:hover::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;box-shadow:none;color:#ffdf89}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;color:#404f7a}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;box-shadow:none;color:#404f7a}.button.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#ff9;border-color:transparent;color:#e6ca7c}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#ffff8d;border-color:transparent;color:#e6ca7c}.button.is-danger{background-color:#f14668;border-color:transparent;color:#479c8b}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#479c8b}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#479c8b}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#479c8b}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.button.is-danger.is-inverted{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#3f8a7b}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#479c8b;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#479c8b}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading:hover::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;color:#479c8b}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;box-shadow:none;color:#479c8b}.button.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#ff4773;border-color:transparent;color:#d93f5e}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#ff3b6a;border-color:transparent;color:#d93f5e}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#404040;border-color:#525252;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - 1em * .5);top:calc(50% - 1em * .5);position:absolute!important}.button.is-static{background-color:#454545;border-color:#525252;color:#828282;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#a4a4a4;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#454545;border-left:5px solid #525252;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#a4a4a4}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#a4a4a4}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#a4a4a4}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#454545;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#404040}.notification pre code{background:0 0}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#404040;color:#bababa}.notification.is-black{background-color:#bababa;color:#404040}.notification.is-light{background-color:#454545;color:#9d9d9d}.notification.is-dark{background-color:#a4a4a4;color:#6d6d6d}.notification.is-primary{background-color:#bf5766;color:#60948c}.notification.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.notification.is-link{background-color:#9b905c;color:#727791}.notification.is-link.is-light{background-color:#baad6e;color:#8c8253}.notification.is-info{background-color:#3e8ed0;color:#a07857}.notification.is-info.is-light{background-color:#4aaafa;color:#3880bb}.notification.is-success{background-color:#47c68d;color:#9b5c78}.notification.is-success.is-light{background-color:#56efaa;color:#41b380}.notification.is-warning{background-color:#ffdf89;color:#404f7a}.notification.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.notification.is-danger{background-color:#f14668;color:#479c8b}.notification.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#494949}.progress::-webkit-progress-value{background-color:#9a9a9a}.progress::-moz-progress-bar{background-color:#9a9a9a}.progress::-ms-fill{background-color:#9a9a9a;border:none}.progress.is-white::-webkit-progress-value{background-color:#404040}.progress.is-white::-moz-progress-bar{background-color:#404040}.progress.is-white::-ms-fill{background-color:#404040}.progress.is-white:indeterminate{background-image:linear-gradient(to right,#404040 30%,#494949 30%)}.progress.is-black::-webkit-progress-value{background-color:#bababa}.progress.is-black::-moz-progress-bar{background-color:#bababa}.progress.is-black::-ms-fill{background-color:#bababa}.progress.is-black:indeterminate{background-image:linear-gradient(to right,#bababa 30%,#494949 30%)}.progress.is-light::-webkit-progress-value{background-color:#454545}.progress.is-light::-moz-progress-bar{background-color:#454545}.progress.is-light::-ms-fill{background-color:#454545}.progress.is-light:indeterminate{background-image:linear-gradient(to right,#454545 30%,#494949 30%)}.progress.is-dark::-webkit-progress-value{background-color:#a4a4a4}.progress.is-dark::-moz-progress-bar{background-color:#a4a4a4}.progress.is-dark::-ms-fill{background-color:#a4a4a4}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,#a4a4a4 30%,#494949 30%)}.progress.is-primary::-webkit-progress-value{background-color:#bf5766}.progress.is-primary::-moz-progress-bar{background-color:#bf5766}.progress.is-primary::-ms-fill{background-color:#bf5766}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,#bf5766 30%,#494949 30%)}.progress.is-link::-webkit-progress-value{background-color:#9b905c}.progress.is-link::-moz-progress-bar{background-color:#9b905c}.progress.is-link::-ms-fill{background-color:#9b905c}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#9b905c 30%,#494949 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#494949 30%)}.progress.is-success::-webkit-progress-value{background-color:#47c68d}.progress.is-success::-moz-progress-bar{background-color:#47c68d}.progress.is-success::-ms-fill{background-color:#47c68d}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#47c68d 30%,#494949 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdf89}.progress.is-warning::-moz-progress-bar{background-color:#ffdf89}.progress.is-warning::-ms-fill{background-color:#ffdf89}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffdf89 30%,#494949 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#494949 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#494949;background-image:linear-gradient(to right,#9a9a9a 30%,#494949 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#404040;color:#a4a4a4}.table td,.table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#404040;border-color:#404040;color:#bababa}.table td.is-black,.table th.is-black{background-color:#bababa;border-color:#bababa;color:#404040}.table td.is-light,.table th.is-light{background-color:#454545;border-color:#454545;color:#9d9d9d}.table td.is-dark,.table th.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.table td.is-primary,.table th.is-primary{background-color:#bf5766;border-color:#bf5766;color:#60948c}.table td.is-link,.table th.is-link{background-color:#9b905c;border-color:#9b905c;color:#727791}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.table td.is-success,.table th.is-success{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.table td.is-warning,.table th.is-warning{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#479c8b}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#bf5766;color:#60948c}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#a4a4a4}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#bf5766;color:#60948c}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#60948c;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#a4a4a4}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#a4a4a4}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#454545}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#424242}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body){align-items:center;background-color:#454545;border-radius:4px;color:#9a9a9a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#404040;color:#bababa}.tag:not(body).is-black{background-color:#bababa;color:#404040}.tag:not(body).is-light{background-color:#454545;color:#9d9d9d}.tag:not(body).is-dark{background-color:#a4a4a4;color:#6d6d6d}.tag:not(body).is-primary{background-color:#bf5766;color:#60948c}.tag:not(body).is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.tag:not(body).is-link{background-color:#9b905c;color:#727791}.tag:not(body).is-link.is-light{background-color:#baad6e;color:#8c8253}.tag:not(body).is-info{background-color:#3e8ed0;color:#a07857}.tag:not(body).is-info.is-light{background-color:#4aaafa;color:#3880bb}.tag:not(body).is-success{background-color:#47c68d;color:#9b5c78}.tag:not(body).is-success.is-light{background-color:#56efaa;color:#41b380}.tag:not(body).is-warning{background-color:#ffdf89;color:#404f7a}.tag:not(body).is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.tag:not(body).is-danger{background-color:#f14668;color:#479c8b}.tag:not(body).is-danger.is-light{background-color:#ff547d;color:#d93f5e}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::after,.tag:not(body).is-delete::before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#383838}.tag:not(body).is-delete:active{background-color:#2c2c2c}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.title sub{font-size:.75em}.subtitle sup,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#a4a4a4;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#9a9a9a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#a4a4a4;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#454545;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#404040;border-color:#525252;border-radius:4px;color:#a4a4a4}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(164,164,164,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(164,164,164,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(164,164,164,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(164,164,164,.3)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#656565}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#9b905c;box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select fieldset[disabled] select,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#454545;border-color:#454545;box-shadow:none;color:#828282}.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(130,130,130,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(186,186,186,.05);max-width:100%;width:100%}[readonly].input,[readonly].textarea{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#404040}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.is-black.input,.is-black.textarea{border-color:#bababa}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.is-light.input,.is-light.textarea{border-color:#454545}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.is-dark.input,.is-dark.textarea{border-color:#a4a4a4}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.is-primary.input,.is-primary.textarea{border-color:#bf5766}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.is-link.input,.is-link.textarea{border-color:#9b905c}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#47c68d}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdf89}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#a4a4a4}.checkbox input[disabled],.radio input[disabled],[disabled].checkbox,[disabled].radio,fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#828282;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#9b905c;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#454545}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#a4a4a4}.select.is-white:not(:hover)::after{border-color:#404040}.select.is-white select{border-color:#404040}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#333}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.select.is-black:not(:hover)::after{border-color:#bababa}.select.is-black select{border-color:#bababa}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#adadad}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.select.is-light:not(:hover)::after{border-color:#454545}.select.is-light select{border-color:#454545}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#383838}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.select.is-dark:not(:hover)::after{border-color:#a4a4a4}.select.is-dark select{border-color:#a4a4a4}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#979797}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.select.is-primary:not(:hover)::after{border-color:#bf5766}.select.is-primary select{border-color:#bf5766}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#b74656}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.select.is-link:not(:hover)::after{border-color:#9b905c}.select.is-link select{border-color:#9b905c}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#8b8153}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#47c68d}.select.is-success select{border-color:#47c68d}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdf89}.select.is-warning select{border-color:#ffdf89}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#828282!important;opacity:.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#404040;border-color:transparent;color:#bababa}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#3a3a3a;border-color:transparent;color:#bababa}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(64,64,64,.25);color:#bababa}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#333;border-color:transparent;color:#bababa}.file.is-black .file-cta{background-color:#bababa;border-color:transparent;color:#404040}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#b4b4b4;border-color:transparent;color:#404040}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(186,186,186,.25);color:#404040}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#adadad;border-color:transparent;color:#404040}.file.is-light .file-cta{background-color:#454545;border-color:transparent;color:#9d9d9d}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(69,69,69,.25);color:#9d9d9d}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#383838;border-color:transparent;color:#9d9d9d}.file.is-dark .file-cta{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(164,164,164,.25);color:#6d6d6d}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#979797;border-color:transparent;color:#6d6d6d}.file.is-primary .file-cta{background-color:#bf5766;border-color:transparent;color:#60948c}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#bb4e5e;border-color:transparent;color:#60948c}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(191,87,102,.25);color:#60948c}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#b74656;border-color:transparent;color:#60948c}.file.is-link .file-cta{background-color:#9b905c;border-color:transparent;color:#727791}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#938957;border-color:transparent;color:#727791}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(155,144,92,.25);color:#727791}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#8b8153;border-color:transparent;color:#727791}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#a07857}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#a07857}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#a07857}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#a07857}.file.is-success .file-cta{background-color:#47c68d;border-color:transparent;color:#9b5c78}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#9b5c78}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#9b5c78}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#9b5c78}.file.is-warning .file-cta{background-color:#ffdf89;border-color:transparent;color:#404f7a}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,224,138,.25);color:#404f7a}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;border-color:transparent;color:#404f7a}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#479c8b}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#479c8b}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#479c8b}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#479c8b}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#3f3f3f;color:#a4a4a4}.file-label:hover .file-name{border-color:#4c4c4c}.file-label:active .file-cta{background-color:#383838;color:#a4a4a4}.file-label:active .file-name{border-color:#454545}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#525252;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#454545;color:#9a9a9a}.file-name{border-color:#525252;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#a4a4a4;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#404040}.help.is-black{color:#bababa}.help.is-light{color:#454545}.help.is-dark{color:#a4a4a4}.help.is-primary{color:#bf5766}.help.is-link{color:#9b905c}.help.is-info{color:#3e8ed0}.help.is-success{color:#47c68d}.help.is-warning{color:#ffdf89}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width:769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media screen and (min-width:769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#9a9a9a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#525252;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#9b905c;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#a4a4a4}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#a4a4a4;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#656565;content:"/"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"→"}.breadcrumb.has-bullet-separator li+li::before{content:"•"}.breadcrumb.has-dot-separator li+li::before{content:"·"}.breadcrumb.has-succeeds-separator li+li::before{content:"≻"}.card{background-color:#404040;border-radius:.25rem;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;max-width:100%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(186,186,186,.1);display:flex}.card-header-title{align-items:center;color:#a4a4a4;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #494949;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #494949}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#404040;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#9a9a9a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#454545;color:#bababa}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#9b905c;color:#727791}.dropdown-divider{background-color:#494949;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width:769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width:769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width:769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width:769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(82,82,82,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(82,82,82,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#9a9a9a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#454545;color:#a4a4a4}.menu-list a.is-active{background-color:#9b905c;color:#727791}.menu-list li ul{border-left:1px solid #525252;margin:.75em;padding-left:.75em}.menu-label{color:#828282;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#454545;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fafafa}.message.is-white .message-header{background-color:#404040;color:#bababa}.message.is-white .message-body{border-color:#404040}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#bababa;color:#404040}.message.is-black .message-body{border-color:#bababa}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#454545;color:#9d9d9d}.message.is-light .message-body{border-color:#454545}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#a4a4a4;color:#6d6d6d}.message.is-dark .message-body{border-color:#a4a4a4}.message.is-primary{background-color:#e5687a}.message.is-primary .message-header{background-color:#bf5766;color:#60948c}.message.is-primary .message-body{border-color:#bf5766;color:#ac4e5c}.message.is-link{background-color:#baad6e}.message.is-link .message-header{background-color:#9b905c;color:#727791}.message.is-link .message-body{border-color:#9b905c;color:#8c8253}.message.is-info{background-color:#4aaafa}.message.is-info .message-header{background-color:#3e8ed0;color:#a07857}.message.is-info .message-body{border-color:#3e8ed0;color:#3880bb}.message.is-success{background-color:#56efaa}.message.is-success .message-header{background-color:#47c68d;color:#9b5c78}.message.is-success .message-body{border-color:#47c68d;color:#41b380}.message.is-warning{background-color:#ffffa6}.message.is-warning .message-header{background-color:#ffdf89;color:#404f7a}.message.is-warning .message-body{border-color:#ffdf89;color:#e6ca7c}.message.is-danger{background-color:#ff547d}.message.is-danger .message-header{background-color:#f14668;color:#479c8b}.message.is-danger .message-body{border-color:#f14668;color:#d93f5e}.message-header{align-items:center;background-color:#9a9a9a;border-radius:4px 4px 0 0;color:#404040;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#525252;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#9a9a9a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#404040}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(186,186,186,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#454545;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #525252;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#a4a4a4;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #525252}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#404040;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#404040;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#404040;color:#bababa}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#bababa}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-burger{color:#bababa}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#bababa}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#333;color:#bababa}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#404040;color:#bababa}}.navbar.is-black{background-color:#bababa;color:#404040}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#404040}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-burger{color:#404040}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#404040}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#adadad;color:#404040}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#bababa;color:#404040}}.navbar.is-light{background-color:#454545;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-burger{color:#9d9d9d}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9d9d9d}}.navbar.is-dark{background-color:#a4a4a4;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-burger{color:#6d6d6d}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#a4a4a4;color:#6d6d6d}}.navbar.is-primary{background-color:#bf5766;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#60948c}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-burger{color:#60948c}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#60948c}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#bf5766;color:#60948c}}.navbar.is-link{background-color:#9b905c;color:#727791}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#727791}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-burger{color:#727791}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#727791}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#9b905c;color:#727791}}.navbar.is-info{background-color:#3e8ed0;color:#a07857}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#a07857}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-burger{color:#a07857}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#a07857}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#a07857}}.navbar.is-success{background-color:#47c68d;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-burger{color:#9b5c78}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#47c68d;color:#9b5c78}}.navbar.is-warning{background-color:#ffdf89;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-burger{color:#404f7a}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdf89;color:#404f7a}}.navbar.is-danger{background-color:#f14668;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-burger{color:#479c8b}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#479c8b}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #454545}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #454545}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#9a9a9a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#9a9a9a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#424242;color:#9b905c}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#9b905c}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#9b905c;border-bottom-style:solid;border-bottom-width:3px;color:#9b905c;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#9b905c;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#454545;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#404040;box-shadow:0 8px 16px rgba(186,186,186,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #525252;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(186,186,186,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#404040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #525252;box-shadow:0 8px 8px rgba(186,186,186,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#bababa}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#424242}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#525252;color:#a4a4a4;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#656565;color:#a4a4a4}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#9b905c}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2)}.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background-color:#525252;border-color:#525252;box-shadow:none;color:#828282;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#9b905c;border-color:#9b905c;color:#727791}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#404040;color:#bababa}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#404040}.panel.is-white .panel-block.is-active .panel-icon{color:#404040}.panel.is-black .panel-heading{background-color:#bababa;color:#404040}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#bababa}.panel.is-black .panel-block.is-active .panel-icon{color:#bababa}.panel.is-light .panel-heading{background-color:#454545;color:#9d9d9d}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#454545}.panel.is-light .panel-block.is-active .panel-icon{color:#454545}.panel.is-dark .panel-heading{background-color:#a4a4a4;color:#6d6d6d}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#a4a4a4}.panel.is-dark .panel-block.is-active .panel-icon{color:#a4a4a4}.panel.is-primary .panel-heading{background-color:#bf5766;color:#60948c}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#bf5766}.panel.is-primary .panel-block.is-active .panel-icon{color:#bf5766}.panel.is-link .panel-heading{background-color:#9b905c;color:#727791}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#9b905c}.panel.is-link .panel-block.is-active .panel-icon{color:#9b905c}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#a07857}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#47c68d;color:#9b5c78}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#47c68d}.panel.is-success .panel-block.is-active .panel-icon{color:#47c68d}.panel.is-warning .panel-heading{background-color:#ffdf89;color:#404f7a}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdf89}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdf89}.panel.is-danger .panel-heading{background-color:#f14668;color:#479c8b}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #494949}.panel-heading{background-color:#494949;border-radius:6px 6px 0 0;color:#a4a4a4;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #525252;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#9a9a9a;color:#a4a4a4}.panel-list a{color:#9a9a9a}.panel-list a:hover{color:#9b905c}.panel-block{align-items:center;color:#a4a4a4;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#9b905c;color:#a4a4a4}.panel-block.is-active .panel-icon{color:#9b905c}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#454545}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#828282;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;color:#9a9a9a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#a4a4a4;color:#a4a4a4}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#9b905c;color:#9b905c}.tabs ul{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#454545;border-bottom-color:#525252}.tabs.is-boxed li.is-active a{background-color:#404040;border-color:#525252;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#525252;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#454545;border-color:#656565;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#9b905c;border-color:#9b905c;color:#727791;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (min-width:769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#404040!important}a.has-text-white:focus,a.has-text-white:hover{color:#272727!important}.has-background-white{background-color:#404040!important}.has-text-black{color:#bababa!important}a.has-text-black:focus,a.has-text-black:hover{color:#a1a1a1!important}.has-background-black{background-color:#bababa!important}.has-text-light{color:#454545!important}a.has-text-light:focus,a.has-text-light:hover{color:#2c2c2c!important}.has-background-light{background-color:#454545!important}.has-text-dark{color:#a4a4a4!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#8b8b8b!important}.has-background-dark{background-color:#a4a4a4!important}.has-text-primary{color:#bf5766!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#a43f4d!important}.has-background-primary{background-color:#bf5766!important}.has-text-primary-light{color:#e5687a!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#de3c54!important}.has-background-primary-light{background-color:#e5687a!important}.has-text-primary-dark{color:#ac4e5c!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#893e49!important}.has-background-primary-dark{background-color:#ac4e5c!important}.has-text-link{color:#9b905c!important}a.has-text-link:focus,a.has-text-link:hover{color:#7b7249!important}.has-background-link{background-color:#9b905c!important}.has-text-link-light{color:#baad6e!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#a6974f!important}.has-background-link-light{background-color:#baad6e!important}.has-text-link-dark{color:#8c8253!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#6c6440!important}.has-background-link-dark{background-color:#8c8253!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#4aaafa!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#1893f9!important}.has-background-info-light{background-color:#4aaafa!important}.has-text-info-dark{color:#3880bb!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#2c6594!important}.has-background-info-dark{background-color:#3880bb!important}.has-text-success{color:#47c68d!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#47c68d!important}.has-text-success-light{color:#56efaa!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#27eb93!important}.has-background-success-light{background-color:#56efaa!important}.has-text-success-dark{color:#41b380!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#338e65!important}.has-background-success-dark{background-color:#41b380!important}.has-text-warning{color:#ffdf89!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffdf89!important}.has-text-warning-light{color:#ffffa6!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffff73!important}.has-background-warning-light{background-color:#ffffa6!important}.has-text-warning-dark{color:#e6ca7c!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#deb951!important}.has-background-warning-dark{background-color:#e6ca7c!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#ff547d!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#ff2156!important}.has-background-danger-light{background-color:#ff547d!important}.has-text-danger-dark{color:#d93f5e!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#bf2645!important}.has-background-danger-dark{background-color:#d93f5e!important}.has-text-black-bis{color:#b6b6b6!important}.has-background-black-bis{background-color:#b6b6b6!important}.has-text-black-ter{color:#adadad!important}.has-background-black-ter{background-color:#adadad!important}.has-text-grey-darker{color:#a4a4a4!important}.has-background-grey-darker{background-color:#a4a4a4!important}.has-text-grey-dark{color:#9a9a9a!important}.has-background-grey-dark{background-color:#9a9a9a!important}.has-text-grey{color:#828282!important}.has-background-grey{background-color:#828282!important}.has-text-grey-light{color:#656565!important}.has-background-grey-light{background-color:#656565!important}.has-text-grey-lighter{color:#525252!important}.has-background-grey-lighter{background-color:#525252!important}.has-text-white-ter{color:#454545!important}.has-background-white-ter{background-color:#454545!important}.has-text-white-bis{color:#424242!important}.has-background-white-bis{background-color:#424242!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5{padding-left:1.5rem!important}.px-5{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6{padding-left:3rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto{padding-left:auto!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-monospace{font-family:monospace!important}.is-family-code{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#404040;color:#bababa}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#bababa}.hero.is-white .subtitle{color:rgba(186,186,186,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#bababa}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#404040}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(186,186,186,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#333;color:#bababa}.hero.is-white .tabs a{color:#bababa;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#404040!important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#bababa}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#bababa;border-color:#bababa;color:#404040}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}}.hero.is-black{background-color:#bababa;color:#404040}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#404040}.hero.is-black .subtitle{color:rgba(64,64,64,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#404040}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#bababa}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(64,64,64,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#adadad;color:#404040}.hero.is-black .tabs a{color:#404040;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#bababa!important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#404040}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#404040;border-color:#404040;color:#bababa}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}}.hero.is-light{background-color:#454545;color:#9d9d9d}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#9d9d9d}.hero.is-light .subtitle{color:rgba(157,157,157,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#9d9d9d}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#454545}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(157,157,157,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.hero.is-light .tabs a{color:#9d9d9d;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#454545!important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#9d9d9d}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#9d9d9d;border-color:#9d9d9d;color:#454545}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}}.hero.is-dark{background-color:#a4a4a4;color:#6d6d6d}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#6d6d6d}.hero.is-dark .subtitle{color:rgba(109,109,109,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#6d6d6d}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#a4a4a4}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(109,109,109,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.hero.is-dark .tabs a{color:#6d6d6d;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#a4a4a4!important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#6d6d6d}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#6d6d6d;border-color:#6d6d6d;color:#a4a4a4}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}}.hero.is-primary{background-color:#bf5766;color:#60948c}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#60948c}.hero.is-primary .subtitle{color:rgba(96,148,140,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#60948c}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#bf5766}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(96,148,140,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#b74656;color:#60948c}.hero.is-primary .tabs a{color:#60948c;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#bf5766!important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#60948c}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#60948c;border-color:#60948c;color:#bf5766}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}}.hero.is-link{background-color:#9b905c;color:#727791}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#727791}.hero.is-link .subtitle{color:rgba(114,119,145,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#727791}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#9b905c}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(114,119,145,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#8b8153;color:#727791}.hero.is-link .tabs a{color:#727791;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#9b905c!important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#727791}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#727791;border-color:#727791;color:#9b905c}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}}.hero.is-info{background-color:#3e8ed0;color:#a07857}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#a07857}.hero.is-info .subtitle{color:rgba(160,120,87,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#a07857}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(160,120,87,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#3082c5;color:#a07857}.hero.is-info .tabs a{color:#a07857;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0!important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#a07857}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#a07857;border-color:#a07857;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{background-color:#47c68d;color:#9b5c78}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#9b5c78}.hero.is-success .subtitle{color:rgba(155,92,120,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#9b5c78}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#47c68d}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(155,92,120,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.hero.is-success .tabs a{color:#9b5c78;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#47c68d!important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#9b5c78}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#9b5c78;border-color:#9b5c78;color:#47c68d}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}}.hero.is-warning{background-color:#ffdf89;color:#404f7a}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#404f7a}.hero.is-warning .subtitle{color:rgba(64,79,122,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#404f7a}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdf89}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(64,79,122,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.hero.is-warning .tabs a{color:#404f7a;opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffdf89!important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#404f7a}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#404f7a;border-color:#404f7a;color:#ffdf89}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}}.hero.is-danger{background-color:#f14668;color:#479c8b}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#479c8b}.hero.is-danger .subtitle{color:rgba(71,156,139,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#479c8b}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(71,156,139,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.hero.is-danger .tabs a{color:#479c8b;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#479c8b}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#479c8b;border-color:#479c8b;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width:769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#424242;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/package.json b/package.json index 62a604c6a..879525a19 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,14 @@ "rtl-sass": "sass --style=expanded --source-map bulma-rtl.sass css/bulma-rtl.css", "rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma-rtl.css css/bulma-rtl.css", "rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", + "build-dark": "npm run build-dark-sass && npm run build-dark-autoprefix && npm run build-dark-cleancss", + "build-dark-autoprefix": "postcss --use autoprefixer --map false --output css/theme/bulma-dark.css css/theme/bulma-dark.css", + "build-dark-cleancss": "cleancss -o css/theme/bulma-dark.min.css css/theme/bulma-dark.css", + "build-dark-sass": "sass --style=expanded --source-map sass/theme/bulma-dark.sass css/theme/bulma-dark.css", + "rtl-dark": "npm run rtl-dark-sass && npm run rtl-dark-autoprefix && npm run rtl-dark-cleancss", + "rtl-dark-autoprefix": "postcss --use autoprefixer --map false --output css/theme/bulma-dark-rtl.css css/theme/bulma-dark-rtl.css", + "rtl-dark-cleancss": "cleancss -o css/theme/bulma-dark-rtl.min.css css/theme/bulma-dark-rtl.css", + "rtl-dark-sass": "sass --style=expanded --source-map sass/theme/bulma-dark-rtl.sass css/theme/bulma-dark-rtl.css", "deploy": "npm run clean && npm run build && npm run rtl", "start": "npm run build-sass -- --watch" }, diff --git a/sass/theme/bulma-dark-rtl.sass b/sass/theme/bulma-dark-rtl.sass new file mode 100644 index 000000000..a8741c46c --- /dev/null +++ b/sass/theme/bulma-dark-rtl.sass @@ -0,0 +1,4 @@ +@charset "utf-8" +/* Bulma Dark theme for RTL */ + +@use "bulma-dark" with ( $rtl: true ) diff --git a/sass/theme/bulma-dark.sass b/sass/theme/bulma-dark.sass new file mode 100644 index 000000000..73edaf9aa --- /dev/null +++ b/sass/theme/bulma-dark.sass @@ -0,0 +1,104 @@ +@charset "utf-8" +/* Bulma Dark theme */ + +$rtl: false !default +@use "../utilities/initial-variables" as initial-variables with ($rtl: $rtl) +@use "../utilities/functions" as functions +@use "../utilities/theme-functions" as theme-functions + +// ----- +// Override derived variables +// ----- + +$primary: rgb(191, 87, 102) // theme-functions.getInvertedColor(initial-variables.$turquoise) + +// info/success/warning/danger are the same colors as Original +$info: initial-variables.$cyan +$success: initial-variables.$green +$warning: initial-variables.$yellow +$danger: initial-variables.$red + +$light: rgb(69, 69, 69) // theme-functions.getInvertedColor(initial-variables.$white-ter) +$dark: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) + +$primary-invert: theme-functions.getInvertedColor($primary) +$primary-light: theme-functions.getLighterColor($primary) +$primary-dark: theme-functions.getDarkerColor($primary) +$info-invert: theme-functions.getInvertedColor($info) +$info-light: theme-functions.getLighterColor($info) +$info-dark: theme-functions.getDarkerColor($info) +$success-invert: theme-functions.getInvertedColor($success) +$success-light: theme-functions.getLighterColor($success) +$success-dark: theme-functions.getDarkerColor($success) +$warning-invert: theme-functions.getInvertedColor($warning) +$warning-light: theme-functions.getLighterColor($warning) +$warning-dark: theme-functions.getDarkerColor($warning) +$danger-invert: theme-functions.getInvertedColor($danger) +$danger-light: theme-functions.getLighterColor($danger) +$danger-dark: theme-functions.getDarkerColor($danger) +$light-invert: theme-functions.getInvertedColor($light) +$dark-invert: theme-functions.getInvertedColor($dark) + +// General colors +$scheme-main: rgb(64, 64, 64) // theme-functions.getInvertedColor(initial-variables.$white) +$scheme-main-bis: rgb(66, 66, 66) // theme-functions.getInvertedColor(initial-variables.$white-bis) +$scheme-main-ter: rgb(69, 69, 69) // theme-functions.getInvertedColor(initial-variables.$white-ter) +$scheme-invert: rgb(186, 186, 186) // theme-functions.getInvertedColor(initial-variables.$black) +$scheme-invert-bis: rgb(182, 182, 182) // theme-functions.getInvertedColor(initial-variables.$black-bis) +$scheme-invert-ter: rgb(173, 173, 173) // theme-functions.getInvertedColor(initial-variables.$black-ter) + +$background: $scheme-main-ter +$border: rgb(82, 82, 82) // theme-functions.getInvertedColor(initial-variables.$grey-lighter) +$border-hover: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) +$border-light: rgb(73, 73, 73) // theme-functions.getInvertedColor(initial-variables.$grey-lightest) +$border-light-hover: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) + +// Text colors + +$text: rgb(154, 154, 154) // theme-functions.getInvertedColor(initial-variables.$grey-dark) +$text-invert: rgb(64, 64, 64) // theme-functions.getInvertedColor(functions.findColorInvert(initial-variables.$grey-dark)) +$text-light: rgb(130, 130, 130) // theme-functions.getInvertedColor(initial-variables.$grey) +$text-strong: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) + +// Code colors + +$code: rgb(82, 183, 163) // theme-functions.getInvertedColor(darken(initial-variables.$red, 15%)) +$code-background: $background +$pre: $text +$pre-background: $background + +// Link colors + +$link: rgb(155, 144, 92) // theme-functions.getInvertedColor(initial-variables.$blue) +$link-invert: theme-functions.getInvertedColor($link) +$link-light: theme-functions.getLighterColor($link) +$link-dark: theme-functions.getDarkerColor($link) +$link-visited: rgb(99, 138, 64) // theme-functions.getInvertedColor(initial-variables.$purple) +$link-hover: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) +$link-hover-border: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) +$link-focus: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) +$link-focus-border: rgb(155, 144, 92) // theme-functions.getInvertedColor(initial-variables.$blue) +$link-active: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) +$link-active-border: rgb(154, 154, 154) // theme-functions.getInvertedColor(initial-variables.$grey-dark) + +$custom-colors: null +$custom-shades: null + +// Lists and maps +$colors: functions.mergeColorMaps(("white": (rgb(64, 64, 64), rgb(186, 186, 186)), "black": (rgb(186, 186, 186), rgb(64, 64, 64)), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) +// $colors: functions.mergeColorMaps(("white": (theme-functions.getInvertedColor(initial-variables.$white), theme-functions.getInvertedColor(initial-variables.$black)), "black": (theme-functions.getInvertedColor(initial-variables.$black), theme-functions.getInvertedColor(initial-variables.$white)), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) + +$shades: functions.mergeColorMaps(("black-bis": rgb(182, 182, 182), "black-ter": rgb(173, 173, 173), "grey-darker": rgb(164, 164, 164), "grey-dark": rgb(154, 154, 154), "grey": rgb(130, 130, 130), "grey-light": rgb(101, 101, 101), "grey-lighter": rgb(82, 82, 82), "white-ter": rgb(69, 69, 69), "white-bis": rgb(66, 66, 66)), $custom-shades) +// $shades: functions.mergeColorMaps(("black-bis": theme-functions.getInvertedColor(initial-variables.$black-bis), "black-ter": theme-functions.getInvertedColor(initial-variables.$black-ter), "grey-darker": theme-functions.getInvertedColor(initial-variables.$grey-darker), "grey-dark": theme-functions.getInvertedColor(initial-variables.$grey-dark), "grey": theme-functions.getInvertedColor(initial-variables.$grey), "grey-light": theme-functions.getInvertedColor(initial-variables.$grey-light), "grey-lighter": theme-functions.getInvertedColor(initial-variables.$grey-lighter), "white-ter": theme-functions.getInvertedColor(initial-variables.$white-ter), "white-bis": theme-functions.getInvertedColor(initial-variables.$white-bis)), $custom-shades) + +@use "../utilities/derived-variables" with ($primary: $primary, $primary-invert: $primary-invert, $primary-light: $primary-light, $primary-dark: $primary-dark, $light: $light, $dark: $dark, $light-invert: $light-invert, $dark-invert: $dark-invert, $scheme-main: $scheme-main, $scheme-main-bis: $scheme-main-bis, $scheme-main-ter: $scheme-main-ter, $scheme-invert: $scheme-invert, $scheme-invert-bis: $scheme-invert-bis, $scheme-invert-ter: $scheme-invert-ter, $background: $background, $border: $border, $border-hover: $border-hover, $border-light: $border-light, $border-light-hover: $border-light-hover, $text: $text, $text-invert: $text-invert, $text-light: $text-light, $text-strong: $text-strong, $code: $code, $code-background: $code-background, $pre: $pre, $pre-background: $pre-background, $link: $link, $link-invert: $link-invert, $link-light: $link-light, $link-dark: $link-dark, $link-visited: $link-visited, $link-hover: $link-hover, $link-hover-border: $link-hover-border, $link-focus: $link-focus, $link-focus-border: $link-focus-border, $link-active: $link-active, $link-active-border: $link-active-border, $colors: $colors, $shades: $shades) +@forward "../utilities/mixins" +@forward "../utilities/controls" +@forward "../utilities/extends" +@forward "../base" +@forward "../elements" +@forward "../form" +@forward "../components" +@forward "../grid" +@forward "../helpers" +@forward "../layout" diff --git a/sass/utilities/theme-functions.sass b/sass/utilities/theme-functions.sass new file mode 100644 index 000000000..14111f26d --- /dev/null +++ b/sass/utilities/theme-functions.sass @@ -0,0 +1,41 @@ +// get Invert Value for value of either RGB. +// @param integer value of either RGB +// @return integer inverted value +@function invertValue($value) + @return 0.25 * $value + 0.75 * (255 - $value) + +// get Darker Value for value of either RGB. +// @param integer value of either RGB +// @return integer Darker value +@function darkerValue($value) + @return 0.9 * $value + +// get Darker Value for value of either RGB. +// @param integer value of either RGB +// @return integer Darker value +@function lighterValue($value) + @if 1.2 * $value < 255 + @return 1.2 * $value + @else + @return 255 + +// get Inverted Color +// @param string Color you'd like to get inverted color +// @return color inverted color +@function getInvertedColor($color) + $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) + @return rgb(invertValue(map-get($color-rgb, 'red')), invertValue(map-get($color-rgb, 'green')), invertValue(map-get($color-rgb, 'blue'))) + +// get Darker Color +// @param string Color you'd like to get darker color +// @return color darker color +@function getDarkerColor($color) + $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) + @return rgb(darkerValue(map-get($color-rgb, 'red')), darkerValue(map-get($color-rgb, 'green')), darkerValue(map-get($color-rgb, 'blue'))) + +// get Lighter Color +// @param string Color you'd like to get lighter color +// @return color lighter color +@function getLighterColor($color) + $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) + @return rgb(lighterValue(map-get($color-rgb, 'red')), lighterValue(map-get($color-rgb, 'green')), lighterValue(map-get($color-rgb, 'blue'))) From 822b58de5a755e07af727f1469bd1f2ef2aef7da Mon Sep 17 00:00:00 2001 From: Hiroyoshi Mori Date: Wed, 6 Dec 2023 22:18:13 +0900 Subject: [PATCH 5/6] Revert "Added dark theme base file with dart sass using PR#3697" This reverts commit 5e52e0f8a9e8fc075aa38d554cb8d607ce329819. --- css/theme/bulma-dark-rtl.css | 10314 -------------------------- css/theme/bulma-dark-rtl.css.map | 1 - css/theme/bulma-dark-rtl.min.css | 1 - css/theme/bulma-dark.css | 10313 ------------------------- css/theme/bulma-dark.css.map | 1 - css/theme/bulma-dark.min.css | 1 - package.json | 8 - sass/theme/bulma-dark-rtl.sass | 4 - sass/theme/bulma-dark.sass | 104 - sass/utilities/theme-functions.sass | 41 - 10 files changed, 20788 deletions(-) delete mode 100644 css/theme/bulma-dark-rtl.css delete mode 100644 css/theme/bulma-dark-rtl.css.map delete mode 100644 css/theme/bulma-dark-rtl.min.css delete mode 100644 css/theme/bulma-dark.css delete mode 100644 css/theme/bulma-dark.css.map delete mode 100644 css/theme/bulma-dark.min.css delete mode 100644 sass/theme/bulma-dark-rtl.sass delete mode 100644 sass/theme/bulma-dark.sass delete mode 100644 sass/utilities/theme-functions.sass diff --git a/css/theme/bulma-dark-rtl.css b/css/theme/bulma-dark-rtl.css deleted file mode 100644 index 4458296dc..000000000 --- a/css/theme/bulma-dark-rtl.css +++ /dev/null @@ -1,10314 +0,0 @@ -@charset "UTF-8"; -/* Bulma Dark theme for RTL */ -/* Bulma Dark theme */ -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis, .file-cta, -.file-name, .select select, .input, .textarea, .button { - -moz-appearance: none; - -webkit-appearance: none; - align-items: center; - border: 1px solid transparent; - border-radius: 4px; - box-shadow: none; - display: inline-flex; - font-size: 1rem; - height: 2.5em; - justify-content: flex-start; - line-height: 1.5; - padding-bottom: calc(0.5em - 1px); - padding-left: calc(0.75em - 1px); - padding-right: calc(0.75em - 1px); - padding-top: calc(0.5em - 1px); - position: relative; - vertical-align: top; -} -.pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus, -.pagination-ellipsis:focus, .file-cta:focus, -.file-name:focus, .select select:focus, .input:focus, .textarea:focus, .button:focus, .is-focused.pagination-previous, -.is-focused.pagination-next, -.is-focused.pagination-link, -.is-focused.pagination-ellipsis, .is-focused.file-cta, -.is-focused.file-name, .select select.is-focused, .is-focused.input, .is-focused.textarea, .is-focused.button, .pagination-previous:active, -.pagination-next:active, -.pagination-link:active, -.pagination-ellipsis:active, .file-cta:active, -.file-name:active, .select select:active, .input:active, .textarea:active, .button:active, .is-active.pagination-previous, -.is-active.pagination-next, -.is-active.pagination-link, -.is-active.pagination-ellipsis, .is-active.file-cta, -.is-active.file-name, .select select.is-active, .is-active.input, .is-active.textarea, .is-active.button { - outline: none; -} -[disabled].pagination-previous, -[disabled].pagination-next, -[disabled].pagination-link, -[disabled].pagination-ellipsis, [disabled].file-cta, -[disabled].file-name, .select select[disabled], [disabled].input, [disabled].textarea, [disabled].button, fieldset[disabled] .pagination-previous, -fieldset[disabled] .pagination-next, -fieldset[disabled] .pagination-link, -fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta, -fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .button { - cursor: not-allowed; -} - -.is-unselectable, .tabs, .pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis, .breadcrumb, .file, .button { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after { - border: 3px solid transparent; - border-radius: 2px; - border-right: 0; - border-top: 0; - content: " "; - display: block; - height: 0.625em; - margin-top: -0.4375em; - pointer-events: none; - position: absolute; - top: 50%; - transform: rotate(-45deg); - transform-origin: center; - width: 0.625em; -} - -.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) { - margin-bottom: 1.5rem; -} - -.modal-close, .delete { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(186, 186, 186, 0.2); - border: none; - border-radius: 9999px; - cursor: pointer; - pointer-events: auto; - display: inline-block; - flex-grow: 0; - flex-shrink: 0; - font-size: 0; - height: 20px; - max-height: 20px; - max-width: 20px; - min-height: 20px; - min-width: 20px; - outline: none; - position: relative; - vertical-align: top; - width: 20px; -} -.modal-close::before, .delete::before, .modal-close::after, .delete::after { - background-color: rgb(64, 64, 64); - content: ""; - display: block; - left: 50%; - position: absolute; - top: 50%; - transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform-origin: center center; -} -.modal-close::before, .delete::before { - height: 2px; - width: 50%; -} -.modal-close::after, .delete::after { - height: 50%; - width: 2px; -} -.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus { - background-color: rgba(186, 186, 186, 0.3); -} -.modal-close:active, .delete:active { - background-color: rgba(186, 186, 186, 0.4); -} -.is-small.modal-close, .is-small.delete { - height: 16px; - max-height: 16px; - max-width: 16px; - min-height: 16px; - min-width: 16px; - width: 16px; -} -.is-medium.modal-close, .is-medium.delete { - height: 24px; - max-height: 24px; - max-width: 24px; - min-height: 24px; - min-width: 24px; - width: 24px; -} -.is-large.modal-close, .is-large.delete { - height: 32px; - max-height: 32px; - max-width: 32px; - min-height: 32px; - min-width: 32px; - width: 32px; -} - -.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after { - animation: spinAround 500ms infinite linear; - border: 2px solid hsl(0, 0%, 86%); - border-radius: 9999px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 1em; - position: relative; - width: 1em; -} - -.hero-video, .is-overlay, .modal, .modal-background, .image.is-square img, -.image.is-square .has-ratio, .image.is-1by1 img, -.image.is-1by1 .has-ratio, .image.is-5by4 img, -.image.is-5by4 .has-ratio, .image.is-4by3 img, -.image.is-4by3 .has-ratio, .image.is-3by2 img, -.image.is-3by2 .has-ratio, .image.is-5by3 img, -.image.is-5by3 .has-ratio, .image.is-16by9 img, -.image.is-16by9 .has-ratio, .image.is-2by1 img, -.image.is-2by1 .has-ratio, .image.is-3by1 img, -.image.is-3by1 .has-ratio, .image.is-4by5 img, -.image.is-4by5 .has-ratio, .image.is-3by4 img, -.image.is-3by4 .has-ratio, .image.is-2by3 img, -.image.is-2by3 .has-ratio, .image.is-3by5 img, -.image.is-3by5 .has-ratio, .image.is-9by16 img, -.image.is-9by16 .has-ratio, .image.is-1by2 img, -.image.is-1by2 .has-ratio, .image.is-1by3 img, -.image.is-1by3 .has-ratio { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; -} - -.navbar-burger { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - color: currentColor; - font-family: inherit; - font-size: 1em; - margin: 0; - padding: 0; -} - -/* Bulma Base */ -/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ -html, -body, -p, -ol, -ul, -li, -dl, -dt, -dd, -blockquote, -figure, -fieldset, -legend, -textarea, -pre, -iframe, -hr, -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 0; - padding: 0; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: 100%; - font-weight: normal; -} - -ul { - list-style: none; -} - -button, -input, -select, -textarea { - margin: 0; -} - -html { - box-sizing: border-box; -} - -*, *::before, *::after { - box-sizing: inherit; -} - -img, -video { - height: auto; - max-width: 100%; -} - -iframe { - border: 0; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -td, -th { - padding: 0; -} -td:not([align]), -th:not([align]) { - text-align: inherit; -} - -html { - background-color: rgb(64, 64, 64); - font-size: 16px; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - min-width: 300px; - overflow-x: hidden; - overflow-y: scroll; - text-rendering: optimizeLegibility; - -webkit-text-size-adjust: 100%; - -moz-text-size-adjust: 100%; - text-size-adjust: 100%; -} - -article, -aside, -figure, -footer, -header, -hgroup, -section { - display: block; -} - -body, -button, -input, -optgroup, -select, -textarea { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; -} - -code, -pre { - -moz-osx-font-smoothing: auto; - -webkit-font-smoothing: auto; - font-family: monospace; -} - -body { - color: rgb(154, 154, 154); - font-size: 1em; - font-weight: 400; - line-height: 1.5; -} - -a { - color: rgb(155, 144, 92); - cursor: pointer; - text-decoration: none; -} -a strong { - color: currentColor; -} -a:hover { - color: rgb(164, 164, 164); -} - -code { - background-color: rgb(69, 69, 69); - color: rgb(82, 183, 163); - font-size: 0.875em; - font-weight: normal; - padding: 0.25em 0.5em 0.25em; -} - -hr { - background-color: rgb(69, 69, 69); - border: none; - display: block; - height: 2px; - margin: 1.5rem 0; -} - -img { - height: auto; - max-width: 100%; -} - -input[type=checkbox], -input[type=radio] { - vertical-align: baseline; -} - -small { - font-size: 0.875em; -} - -span { - font-style: inherit; - font-weight: inherit; -} - -strong { - color: rgb(164, 164, 164); - font-weight: 700; -} - -fieldset { - border: none; -} - -pre { - -webkit-overflow-scrolling: touch; - background-color: rgb(69, 69, 69); - color: rgb(154, 154, 154); - font-size: 0.875em; - overflow-x: auto; - padding: 1.25rem 1.5rem; - white-space: pre; - word-wrap: normal; -} -pre code { - background-color: transparent; - color: currentColor; - font-size: 1em; - padding: 0; -} - -table td, -table th { - vertical-align: top; -} -table td:not([align]), -table th:not([align]) { - text-align: inherit; -} -table th { - color: rgb(164, 164, 164); -} - -@keyframes spinAround { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } -} -/* Bulma Elements */ -/* Bulma Dark theme */ -.box { - background-color: rgb(64, 64, 64); - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - color: rgb(154, 154, 154); - display: block; - padding: 1.25rem; -} - -a.box:hover, a.box:focus { - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0 0 1px rgb(155, 144, 92); -} -a.box:active { - box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2), 0 0 0 1px rgb(155, 144, 92); -} - -/* Bulma Dark theme */ -.button { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - border-width: 1px; - color: rgb(164, 164, 164); - cursor: pointer; - justify-content: center; - padding-bottom: calc(0.5em - 1px); - padding-left: 1em; - padding-right: 1em; - padding-top: calc(0.5em - 1px); - text-align: center; - white-space: nowrap; -} -.button strong { - color: inherit; -} -.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { - height: 1.5em; - width: 1.5em; -} -.button .icon:first-child:not(:last-child) { - margin-right: calc(-0.5em - 1px); - margin-left: 0.25em; -} -.button .icon:last-child:not(:first-child) { - margin-right: 0.25em; - margin-left: calc(-0.5em - 1px); -} -.button .icon:first-child:last-child { - margin-left: calc(-0.5em - 1px); - margin-right: calc(-0.5em - 1px); -} -.button:hover, .button.is-hovered { - border-color: rgb(101, 101, 101); - color: rgb(164, 164, 164); -} -.button:focus, .button.is-focused { - border-color: rgb(155, 144, 92); - color: rgb(164, 164, 164); -} -.button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.button:active, .button.is-active { - border-color: rgb(154, 154, 154); - color: rgb(164, 164, 164); -} -.button.is-text { - background-color: transparent; - border-color: transparent; - color: rgb(154, 154, 154); - text-decoration: underline; -} -.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { - background-color: rgb(69, 69, 69); - color: rgb(164, 164, 164); -} -.button.is-text:active, .button.is-text.is-active { - background-color: #383838; - color: rgb(164, 164, 164); -} -.button.is-text[disabled], fieldset[disabled] .button.is-text { - background-color: transparent; - border-color: transparent; - box-shadow: none; -} -.button.is-ghost { - background: none; - border-color: transparent; - color: rgb(155, 144, 92); - text-decoration: none; -} -.button.is-ghost:hover, .button.is-ghost.is-hovered { - color: rgb(155, 144, 92); - text-decoration: underline; -} -.button.is-white { - background-color: rgb(64, 64, 64); - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white:hover, .button.is-white.is-hovered { - background-color: #3a3a3a; - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white:focus, .button.is-white.is-focused { - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); -} -.button.is-white:active, .button.is-white.is-active { - background-color: #333333; - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white[disabled], fieldset[disabled] .button.is-white { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - box-shadow: none; -} -.button.is-white.is-inverted { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { - background-color: #adadad; -} -.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { - background-color: rgb(186, 186, 186); - border-color: transparent; - box-shadow: none; - color: rgb(64, 64, 64); -} -.button.is-white.is-loading::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-white.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - color: rgb(64, 64, 64); -} -.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.button.is-white.is-outlined.is-loading::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - box-shadow: none; - color: rgb(64, 64, 64); -} -.button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - color: rgb(186, 186, 186); -} -.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - box-shadow: none; - color: rgb(186, 186, 186); -} -.button.is-black { - background-color: rgb(186, 186, 186); - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black:hover, .button.is-black.is-hovered { - background-color: #b4b4b4; - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black:focus, .button.is-black.is-focused { - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); -} -.button.is-black:active, .button.is-black.is-active { - background-color: #adadad; - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black[disabled], fieldset[disabled] .button.is-black { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - box-shadow: none; -} -.button.is-black.is-inverted { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { - background-color: #333333; -} -.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { - background-color: rgb(64, 64, 64); - border-color: transparent; - box-shadow: none; - color: rgb(186, 186, 186); -} -.button.is-black.is-loading::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-black.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - color: rgb(186, 186, 186); -} -.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.button.is-black.is-outlined.is-loading::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - box-shadow: none; - color: rgb(186, 186, 186); -} -.button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - color: rgb(64, 64, 64); -} -.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - box-shadow: none; - color: rgb(64, 64, 64); -} -.button.is-light { - background-color: rgb(69, 69, 69); - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light:hover, .button.is-light.is-hovered { - background-color: #3f3f3f; - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light:focus, .button.is-light.is-focused { - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); -} -.button.is-light:active, .button.is-light.is-active { - background-color: #383838; - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light[disabled], fieldset[disabled] .button.is-light { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - box-shadow: none; -} -.button.is-light.is-inverted { - background-color: rgb(157, 157, 157); - color: rgb(69, 69, 69); -} -.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { - background-color: #909090; -} -.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { - background-color: rgb(157, 157, 157); - border-color: transparent; - box-shadow: none; - color: rgb(69, 69, 69); -} -.button.is-light.is-loading::after { - border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; -} -.button.is-light.is-outlined { - background-color: transparent; - border-color: rgb(69, 69, 69); - color: rgb(69, 69, 69); -} -.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.button.is-light.is-outlined.is-loading::after { - border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; -} -.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; -} -.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { - background-color: transparent; - border-color: rgb(69, 69, 69); - box-shadow: none; - color: rgb(69, 69, 69); -} -.button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(157, 157, 157); - color: rgb(157, 157, 157); -} -.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { - background-color: rgb(157, 157, 157); - color: rgb(69, 69, 69); -} -.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; -} -.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(157, 157, 157); - box-shadow: none; - color: rgb(157, 157, 157); -} -.button.is-dark { - background-color: rgb(164, 164, 164); - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark:hover, .button.is-dark.is-hovered { - background-color: #9e9e9e; - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark:focus, .button.is-dark.is-focused { - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); -} -.button.is-dark:active, .button.is-dark.is-active { - background-color: #979797; - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark[disabled], fieldset[disabled] .button.is-dark { - background-color: rgb(164, 164, 164); - border-color: rgb(164, 164, 164); - box-shadow: none; -} -.button.is-dark.is-inverted { - background-color: rgb(109, 109, 109); - color: rgb(164, 164, 164); -} -.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered { - background-color: #606060; -} -.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted { - background-color: rgb(109, 109, 109); - border-color: transparent; - box-shadow: none; - color: rgb(164, 164, 164); -} -.button.is-dark.is-loading::after { - border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; -} -.button.is-dark.is-outlined { - background-color: transparent; - border-color: rgb(164, 164, 164); - color: rgb(164, 164, 164); -} -.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused { - background-color: rgb(164, 164, 164); - border-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.button.is-dark.is-outlined.is-loading::after { - border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; -} -.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; -} -.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { - background-color: transparent; - border-color: rgb(164, 164, 164); - box-shadow: none; - color: rgb(164, 164, 164); -} -.button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(109, 109, 109); - color: rgb(109, 109, 109); -} -.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused { - background-color: rgb(109, 109, 109); - color: rgb(164, 164, 164); -} -.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; -} -.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(109, 109, 109); - box-shadow: none; - color: rgb(109, 109, 109); -} -.button.is-primary { - background-color: rgb(191, 87, 102); - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary:hover, .button.is-primary.is-hovered { - background-color: #bb4e5e; - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary:focus, .button.is-primary.is-focused { - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); -} -.button.is-primary:active, .button.is-primary.is-active { - background-color: #b74656; - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary[disabled], fieldset[disabled] .button.is-primary { - background-color: rgb(191, 87, 102); - border-color: rgb(191, 87, 102); - box-shadow: none; -} -.button.is-primary.is-inverted { - background-color: rgb(96, 148, 140); - color: rgb(191, 87, 102); -} -.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { - background-color: #56857d; -} -.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { - background-color: rgb(96, 148, 140); - border-color: transparent; - box-shadow: none; - color: rgb(191, 87, 102); -} -.button.is-primary.is-loading::after { - border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; -} -.button.is-primary.is-outlined { - background-color: transparent; - border-color: rgb(191, 87, 102); - color: rgb(191, 87, 102); -} -.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused { - background-color: rgb(191, 87, 102); - border-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.button.is-primary.is-outlined.is-loading::after { - border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; -} -.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; -} -.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { - background-color: transparent; - border-color: rgb(191, 87, 102); - box-shadow: none; - color: rgb(191, 87, 102); -} -.button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(96, 148, 140); - color: rgb(96, 148, 140); -} -.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused { - background-color: rgb(96, 148, 140); - color: rgb(191, 87, 102); -} -.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; -} -.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(96, 148, 140); - box-shadow: none; - color: rgb(96, 148, 140); -} -.button.is-primary.is-light { - background-color: rgb(229, 104, 122); - color: rgb(172, 78, 92); -} -.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { - background-color: #e35d70; - border-color: transparent; - color: rgb(172, 78, 92); -} -.button.is-primary.is-light:active, .button.is-primary.is-light.is-active { - background-color: #e15267; - border-color: transparent; - color: rgb(172, 78, 92); -} -.button.is-link { - background-color: rgb(155, 144, 92); - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link:hover, .button.is-link.is-hovered { - background-color: #938957; - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link:focus, .button.is-link.is-focused { - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.button.is-link:active, .button.is-link.is-active { - background-color: #8b8153; - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - box-shadow: none; -} -.button.is-link.is-inverted { - background-color: rgb(114, 119, 145); - color: rgb(155, 144, 92); -} -.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { - background-color: #666b83; -} -.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { - background-color: rgb(114, 119, 145); - border-color: transparent; - box-shadow: none; - color: rgb(155, 144, 92); -} -.button.is-link.is-loading::after { - border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; -} -.button.is-link.is-outlined { - background-color: transparent; - border-color: rgb(155, 144, 92); - color: rgb(155, 144, 92); -} -.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; -} -.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; -} -.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { - background-color: transparent; - border-color: rgb(155, 144, 92); - box-shadow: none; - color: rgb(155, 144, 92); -} -.button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(114, 119, 145); - color: rgb(114, 119, 145); -} -.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { - background-color: rgb(114, 119, 145); - color: rgb(155, 144, 92); -} -.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; -} -.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(114, 119, 145); - box-shadow: none; - color: rgb(114, 119, 145); -} -.button.is-link.is-light { - background-color: rgb(186, 173, 110); - color: rgb(140, 130, 83); -} -.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #b6a865; - border-color: transparent; - color: rgb(140, 130, 83); -} -.button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #b2a35d; - border-color: transparent; - color: rgb(140, 130, 83); -} -.button.is-info { - background-color: hsl(207, 61%, 53%); - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info:hover, .button.is-info.is-hovered { - background-color: #3488ce; - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info:focus, .button.is-info.is-focused { - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); -} -.button.is-info:active, .button.is-info.is-active { - background-color: #3082c5; - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: hsl(207, 61%, 53%); - border-color: hsl(207, 61%, 53%); - box-shadow: none; -} -.button.is-info.is-inverted { - background-color: rgb(160, 120, 87); - color: hsl(207, 61%, 53%); -} -.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { - background-color: #8f6c4e; -} -.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { - background-color: rgb(160, 120, 87); - border-color: transparent; - box-shadow: none; - color: hsl(207, 61%, 53%); -} -.button.is-info.is-loading::after { - border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; -} -.button.is-info.is-outlined { - background-color: transparent; - border-color: hsl(207, 61%, 53%); - color: hsl(207, 61%, 53%); -} -.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { - background-color: hsl(207, 61%, 53%); - border-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; -} -.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; -} -.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { - background-color: transparent; - border-color: hsl(207, 61%, 53%); - box-shadow: none; - color: hsl(207, 61%, 53%); -} -.button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(160, 120, 87); - color: rgb(160, 120, 87); -} -.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { - background-color: rgb(160, 120, 87); - color: hsl(207, 61%, 53%); -} -.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; -} -.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(160, 120, 87); - box-shadow: none; - color: rgb(160, 120, 87); -} -.button.is-info.is-light { - background-color: rgb(74, 170, 250); - color: rgb(56, 128, 187); -} -.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #3ea4fa; - border-color: transparent; - color: rgb(56, 128, 187); -} -.button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #319ef9; - border-color: transparent; - color: rgb(56, 128, 187); -} -.button.is-success { - background-color: hsl(153, 53%, 53%); - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec487; - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success:focus, .button.is-success.is-focused { - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); -} -.button.is-success:active, .button.is-success.is-active { - background-color: #3abb81; - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: hsl(153, 53%, 53%); - border-color: hsl(153, 53%, 53%); - box-shadow: none; -} -.button.is-success.is-inverted { - background-color: rgb(155, 92, 120); - color: hsl(153, 53%, 53%); -} -.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { - background-color: #8b536c; -} -.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { - background-color: rgb(155, 92, 120); - border-color: transparent; - box-shadow: none; - color: hsl(153, 53%, 53%); -} -.button.is-success.is-loading::after { - border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; -} -.button.is-success.is-outlined { - background-color: transparent; - border-color: hsl(153, 53%, 53%); - color: hsl(153, 53%, 53%); -} -.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused { - background-color: hsl(153, 53%, 53%); - border-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; -} -.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; -} -.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { - background-color: transparent; - border-color: hsl(153, 53%, 53%); - box-shadow: none; - color: hsl(153, 53%, 53%); -} -.button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(155, 92, 120); - color: rgb(155, 92, 120); -} -.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { - background-color: rgb(155, 92, 120); - color: hsl(153, 53%, 53%); -} -.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; -} -.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(155, 92, 120); - box-shadow: none; - color: rgb(155, 92, 120); -} -.button.is-success.is-light { - background-color: rgb(86, 239, 170); - color: rgb(65, 179, 128); -} -.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #4aeea4; - border-color: transparent; - color: rgb(65, 179, 128); -} -.button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #3fed9e; - border-color: transparent; - color: rgb(65, 179, 128); -} -.button.is-warning { - background-color: hsl(44, 100%, 77%); - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdc7d; - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning:focus, .button.is-warning.is-focused { - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); -} -.button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd970; - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: hsl(44, 100%, 77%); - border-color: hsl(44, 100%, 77%); - box-shadow: none; -} -.button.is-warning.is-inverted { - background-color: rgb(64, 79, 122); - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { - background-color: #374469; -} -.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { - background-color: rgb(64, 79, 122); - border-color: transparent; - box-shadow: none; - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-loading::after { - border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; -} -.button.is-warning.is-outlined { - background-color: transparent; - border-color: hsl(44, 100%, 77%); - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { - background-color: hsl(44, 100%, 77%); - border-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; -} -.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; -} -.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { - background-color: transparent; - border-color: hsl(44, 100%, 77%); - box-shadow: none; - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 79, 122); - color: rgb(64, 79, 122); -} -.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { - background-color: rgb(64, 79, 122); - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; -} -.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 79, 122); - box-shadow: none; - color: rgb(64, 79, 122); -} -.button.is-warning.is-light { - background-color: rgb(255, 255, 166); - color: rgb(230, 202, 124); -} -.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #ffff99; - border-color: transparent; - color: rgb(230, 202, 124); -} -.button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #ffff8d; - border-color: transparent; - color: rgb(230, 202, 124); -} -.button.is-danger { - background-color: hsl(348, 86%, 61%); - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger:hover, .button.is-danger.is-hovered { - background-color: #f03a5f; - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger:focus, .button.is-danger.is-focused { - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); -} -.button.is-danger:active, .button.is-danger.is-active { - background-color: #ef2e55; - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger[disabled], fieldset[disabled] .button.is-danger { - background-color: hsl(348, 86%, 61%); - border-color: hsl(348, 86%, 61%); - box-shadow: none; -} -.button.is-danger.is-inverted { - background-color: rgb(71, 156, 139); - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { - background-color: #3f8a7b; -} -.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { - background-color: rgb(71, 156, 139); - border-color: transparent; - box-shadow: none; - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-loading::after { - border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; -} -.button.is-danger.is-outlined { - background-color: transparent; - border-color: hsl(348, 86%, 61%); - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { - background-color: hsl(348, 86%, 61%); - border-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.button.is-danger.is-outlined.is-loading::after { - border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; -} -.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; -} -.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { - background-color: transparent; - border-color: hsl(348, 86%, 61%); - box-shadow: none; - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(71, 156, 139); - color: rgb(71, 156, 139); -} -.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { - background-color: rgb(71, 156, 139); - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; -} -.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(71, 156, 139); - box-shadow: none; - color: rgb(71, 156, 139); -} -.button.is-danger.is-light { - background-color: rgb(255, 84, 125); - color: rgb(217, 63, 94); -} -.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { - background-color: #ff4773; - border-color: transparent; - color: rgb(217, 63, 94); -} -.button.is-danger.is-light:active, .button.is-danger.is-light.is-active { - background-color: #ff3b6a; - border-color: transparent; - color: rgb(217, 63, 94); -} -.button.is-small { - font-size: 0.75rem; -} -.button.is-small:not(.is-rounded) { - border-radius: 2px; -} -.button.is-normal { - font-size: 1rem; -} -.button.is-medium { - font-size: 1.25rem; -} -.button.is-large { - font-size: 1.5rem; -} -.button[disabled], fieldset[disabled] .button { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - box-shadow: none; - opacity: 0.5; -} -.button.is-fullwidth { - display: flex; - width: 100%; -} -.button.is-loading { - color: transparent !important; - pointer-events: none; -} -.button.is-loading::after { - position: absolute; - left: calc(50% - 1em * 0.5); - top: calc(50% - 1em * 0.5); - position: absolute !important; -} -.button.is-static { - background-color: rgb(69, 69, 69); - border-color: rgb(82, 82, 82); - color: rgb(130, 130, 130); - box-shadow: none; - pointer-events: none; -} -.button.is-rounded { - border-radius: 9999px; - padding-left: calc(1em + 0.25em); - padding-right: calc(1em + 0.25em); -} - -.buttons { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.buttons .button { - margin-bottom: 0.5rem; -} -.buttons .button:not(:last-child):not(.is-fullwidth) { - margin-left: 0.5rem; -} -.buttons:last-child { - margin-bottom: -0.5rem; -} -.buttons:not(:last-child) { - margin-bottom: 1rem; -} -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { - font-size: 0.75rem; -} -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { - border-radius: 2px; -} -.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { - font-size: 1.25rem; -} -.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { - font-size: 1.5rem; -} -.buttons.has-addons .button:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.buttons.has-addons .button:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - margin-left: -1px; -} -.buttons.has-addons .button:last-child { - margin-left: 0; -} -.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { - z-index: 2; -} -.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected { - z-index: 3; -} -.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover { - z-index: 4; -} -.buttons.has-addons .button.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.buttons.is-centered { - justify-content: center; -} -.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; -} -.buttons.is-right { - justify-content: flex-end; -} -.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; -} - -@media screen and (max-width: 768px) { - .button.is-responsive.is-small { - font-size: 0.5625rem; - } - .button.is-responsive, - .button.is-responsive.is-normal { - font-size: 0.65625rem; - } - .button.is-responsive.is-medium { - font-size: 0.75rem; - } - .button.is-responsive.is-large { - font-size: 1rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .button.is-responsive.is-small { - font-size: 0.65625rem; - } - .button.is-responsive, - .button.is-responsive.is-normal { - font-size: 0.75rem; - } - .button.is-responsive.is-medium { - font-size: 1rem; - } - .button.is-responsive.is-large { - font-size: 1.25rem; - } -} -.container { - flex-grow: 1; - margin: 0 auto; - position: relative; - width: auto; -} -.container.is-fluid { - max-width: none !important; - padding-left: 32px; - padding-right: 32px; - width: 100%; -} -@media screen and (min-width: 1024px) { - .container { - max-width: 960px; - } -} -@media screen and (max-width: 1215px) { - .container.is-widescreen:not(.is-max-desktop) { - max-width: 1152px; - } -} -@media screen and (max-width: 1407px) { - .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; - } -} -@media screen and (min-width: 1216px) { - .container:not(.is-max-desktop) { - max-width: 1152px; - } -} -@media screen and (min-width: 1408px) { - .container:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; - } -} - -/* Bulma Dark theme */ -.content li + li { - margin-top: 0.25em; -} -.content p:not(:last-child), -.content dl:not(:last-child), -.content ol:not(:last-child), -.content ul:not(:last-child), -.content blockquote:not(:last-child), -.content pre:not(:last-child), -.content table:not(:last-child) { - margin-bottom: 1em; -} -.content h1, -.content h2, -.content h3, -.content h4, -.content h5, -.content h6 { - color: rgb(164, 164, 164); - font-weight: 600; - line-height: 1.125; -} -.content h1 { - font-size: 2em; - margin-bottom: 0.5em; -} -.content h1:not(:first-child) { - margin-top: 1em; -} -.content h2 { - font-size: 1.75em; - margin-bottom: 0.5714em; -} -.content h2:not(:first-child) { - margin-top: 1.1428em; -} -.content h3 { - font-size: 1.5em; - margin-bottom: 0.6666em; -} -.content h3:not(:first-child) { - margin-top: 1.3333em; -} -.content h4 { - font-size: 1.25em; - margin-bottom: 0.8em; -} -.content h5 { - font-size: 1.125em; - margin-bottom: 0.8888em; -} -.content h6 { - font-size: 1em; - margin-bottom: 1em; -} -.content blockquote { - background-color: rgb(69, 69, 69); - border-right: 5px solid rgb(82, 82, 82); - padding: 1.25em 1.5em; -} -.content ol { - list-style-position: outside; - margin-right: 2em; - margin-top: 1em; -} -.content ol:not([type]) { - list-style-type: decimal; -} -.content ol:not([type]).is-lower-alpha { - list-style-type: lower-alpha; -} -.content ol:not([type]).is-lower-roman { - list-style-type: lower-roman; -} -.content ol:not([type]).is-upper-alpha { - list-style-type: upper-alpha; -} -.content ol:not([type]).is-upper-roman { - list-style-type: upper-roman; -} -.content ul { - list-style: disc outside; - margin-right: 2em; - margin-top: 1em; -} -.content ul ul { - list-style-type: circle; - margin-top: 0.5em; -} -.content ul ul ul { - list-style-type: square; -} -.content dd { - margin-right: 2em; -} -.content figure { - margin-left: 2em; - margin-right: 2em; - text-align: center; -} -.content figure:not(:first-child) { - margin-top: 2em; -} -.content figure:not(:last-child) { - margin-bottom: 2em; -} -.content figure img { - display: inline-block; -} -.content figure figcaption { - font-style: italic; -} -.content pre { - -webkit-overflow-scrolling: touch; - overflow-x: auto; - padding: 1.25em 1.5em; - white-space: pre; - word-wrap: normal; -} -.content sup, -.content sub { - font-size: 75%; -} -.content table { - width: 100%; -} -.content table td, -.content table th { - border: 1px solid rgb(82, 82, 82); - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; -} -.content table th { - color: rgb(164, 164, 164); -} -.content table th:not([align]) { - text-align: inherit; -} -.content table thead td, -.content table thead th { - border-width: 0 0 2px; - color: rgb(164, 164, 164); -} -.content table tfoot td, -.content table tfoot th { - border-width: 2px 0 0; - color: rgb(164, 164, 164); -} -.content table tbody tr:last-child td, -.content table tbody tr:last-child th { - border-bottom-width: 0; -} -.content .tabs li + li { - margin-top: 0; -} -.content.is-small { - font-size: 0.75rem; -} -.content.is-normal { - font-size: 1rem; -} -.content.is-medium { - font-size: 1.25rem; -} -.content.is-large { - font-size: 1.5rem; -} - -.icon { - align-items: center; - display: inline-flex; - justify-content: center; - height: 1.5rem; - width: 1.5rem; -} -.icon.is-small { - height: 1rem; - width: 1rem; -} -.icon.is-medium { - height: 2rem; - width: 2rem; -} -.icon.is-large { - height: 3rem; - width: 3rem; -} - -.icon-text { - align-items: flex-start; - color: inherit; - display: inline-flex; - flex-wrap: wrap; - line-height: 1.5rem; - vertical-align: top; -} -.icon-text .icon { - flex-grow: 0; - flex-shrink: 0; -} -.icon-text .icon:not(:last-child) { - margin-left: 0.25em; -} -.icon-text .icon:not(:first-child) { - margin-right: 0.25em; -} - -div.icon-text { - display: flex; -} - -/* Bulma Dark theme */ -.image { - display: block; - position: relative; -} -.image img { - display: block; - height: auto; - width: 100%; -} -.image img.is-rounded { - border-radius: 9999px; -} -.image.is-fullwidth { - width: 100%; -} -.image.is-square img, -.image.is-square .has-ratio, .image.is-1by1 img, -.image.is-1by1 .has-ratio, .image.is-5by4 img, -.image.is-5by4 .has-ratio, .image.is-4by3 img, -.image.is-4by3 .has-ratio, .image.is-3by2 img, -.image.is-3by2 .has-ratio, .image.is-5by3 img, -.image.is-5by3 .has-ratio, .image.is-16by9 img, -.image.is-16by9 .has-ratio, .image.is-2by1 img, -.image.is-2by1 .has-ratio, .image.is-3by1 img, -.image.is-3by1 .has-ratio, .image.is-4by5 img, -.image.is-4by5 .has-ratio, .image.is-3by4 img, -.image.is-3by4 .has-ratio, .image.is-2by3 img, -.image.is-2by3 .has-ratio, .image.is-3by5 img, -.image.is-3by5 .has-ratio, .image.is-9by16 img, -.image.is-9by16 .has-ratio, .image.is-1by2 img, -.image.is-1by2 .has-ratio, .image.is-1by3 img, -.image.is-1by3 .has-ratio { - height: 100%; - width: 100%; -} -.image.is-square, .image.is-1by1 { - padding-top: 100%; -} -.image.is-5by4 { - padding-top: 80%; -} -.image.is-4by3 { - padding-top: 75%; -} -.image.is-3by2 { - padding-top: 66.6666%; -} -.image.is-5by3 { - padding-top: 60%; -} -.image.is-16by9 { - padding-top: 56.25%; -} -.image.is-2by1 { - padding-top: 50%; -} -.image.is-3by1 { - padding-top: 33.3333%; -} -.image.is-4by5 { - padding-top: 125%; -} -.image.is-3by4 { - padding-top: 133.3333%; -} -.image.is-2by3 { - padding-top: 150%; -} -.image.is-3by5 { - padding-top: 166.6666%; -} -.image.is-9by16 { - padding-top: 177.7777%; -} -.image.is-1by2 { - padding-top: 200%; -} -.image.is-1by3 { - padding-top: 300%; -} -.image.is-16x16 { - height: 16px; - width: 16px; -} -.image.is-24x24 { - height: 24px; - width: 24px; -} -.image.is-32x32 { - height: 32px; - width: 32px; -} -.image.is-48x48 { - height: 48px; - width: 48px; -} -.image.is-64x64 { - height: 64px; - width: 64px; -} -.image.is-96x96 { - height: 96px; - width: 96px; -} -.image.is-128x128 { - height: 128px; - width: 128px; -} - -/* Bulma Dark theme */ -.notification { - background-color: rgb(69, 69, 69); - border-radius: 4px; - position: relative; - padding: 1.25rem 1.5rem 1.25rem 2.5rem; -} -.notification a:not(.button):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; -} -.notification strong { - color: currentColor; -} -.notification code, -.notification pre { - background: rgb(64, 64, 64); -} -.notification pre code { - background: transparent; -} -.notification > .delete { - left: 0.5rem; - position: absolute; - top: 0.5rem; -} -.notification .title, -.notification .subtitle, -.notification .content { - color: currentColor; -} -.notification.is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.notification.is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.notification.is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.notification.is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.notification.is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.notification.is-primary.is-light { - background-color: rgb(229, 104, 122); - color: rgb(172, 78, 92); -} -.notification.is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.notification.is-link.is-light { - background-color: rgb(186, 173, 110); - color: rgb(140, 130, 83); -} -.notification.is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.notification.is-info.is-light { - background-color: rgb(74, 170, 250); - color: rgb(56, 128, 187); -} -.notification.is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.notification.is-success.is-light { - background-color: rgb(86, 239, 170); - color: rgb(65, 179, 128); -} -.notification.is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.notification.is-warning.is-light { - background-color: rgb(255, 255, 166); - color: rgb(230, 202, 124); -} -.notification.is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.notification.is-danger.is-light { - background-color: rgb(255, 84, 125); - color: rgb(217, 63, 94); -} - -/* Bulma Dark theme */ -.progress { - -moz-appearance: none; - -webkit-appearance: none; - border: none; - border-radius: 9999px; - display: block; - height: 1rem; - overflow: hidden; - padding: 0; - width: 100%; -} -.progress::-webkit-progress-bar { - background-color: rgb(73, 73, 73); -} -.progress::-webkit-progress-value { - background-color: rgb(154, 154, 154); -} -.progress::-moz-progress-bar { - background-color: rgb(154, 154, 154); -} -.progress::-ms-fill { - background-color: rgb(154, 154, 154); - border: none; -} -.progress.is-white::-webkit-progress-value { - background-color: rgb(64, 64, 64); -} -.progress.is-white::-moz-progress-bar { - background-color: rgb(64, 64, 64); -} -.progress.is-white::-ms-fill { - background-color: rgb(64, 64, 64); -} -.progress.is-white:indeterminate { - background-image: linear-gradient(to right, rgb(64, 64, 64) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-black::-webkit-progress-value { - background-color: rgb(186, 186, 186); -} -.progress.is-black::-moz-progress-bar { - background-color: rgb(186, 186, 186); -} -.progress.is-black::-ms-fill { - background-color: rgb(186, 186, 186); -} -.progress.is-black:indeterminate { - background-image: linear-gradient(to right, rgb(186, 186, 186) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-light::-webkit-progress-value { - background-color: rgb(69, 69, 69); -} -.progress.is-light::-moz-progress-bar { - background-color: rgb(69, 69, 69); -} -.progress.is-light::-ms-fill { - background-color: rgb(69, 69, 69); -} -.progress.is-light:indeterminate { - background-image: linear-gradient(to right, rgb(69, 69, 69) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-dark::-webkit-progress-value { - background-color: rgb(164, 164, 164); -} -.progress.is-dark::-moz-progress-bar { - background-color: rgb(164, 164, 164); -} -.progress.is-dark::-ms-fill { - background-color: rgb(164, 164, 164); -} -.progress.is-dark:indeterminate { - background-image: linear-gradient(to right, rgb(164, 164, 164) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-primary::-webkit-progress-value { - background-color: rgb(191, 87, 102); -} -.progress.is-primary::-moz-progress-bar { - background-color: rgb(191, 87, 102); -} -.progress.is-primary::-ms-fill { - background-color: rgb(191, 87, 102); -} -.progress.is-primary:indeterminate { - background-image: linear-gradient(to right, rgb(191, 87, 102) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-link::-webkit-progress-value { - background-color: rgb(155, 144, 92); -} -.progress.is-link::-moz-progress-bar { - background-color: rgb(155, 144, 92); -} -.progress.is-link::-ms-fill { - background-color: rgb(155, 144, 92); -} -.progress.is-link:indeterminate { - background-image: linear-gradient(to right, rgb(155, 144, 92) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-info::-webkit-progress-value { - background-color: hsl(207, 61%, 53%); -} -.progress.is-info::-moz-progress-bar { - background-color: hsl(207, 61%, 53%); -} -.progress.is-info::-ms-fill { - background-color: hsl(207, 61%, 53%); -} -.progress.is-info:indeterminate { - background-image: linear-gradient(to right, hsl(207, 61%, 53%) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-success::-webkit-progress-value { - background-color: hsl(153, 53%, 53%); -} -.progress.is-success::-moz-progress-bar { - background-color: hsl(153, 53%, 53%); -} -.progress.is-success::-ms-fill { - background-color: hsl(153, 53%, 53%); -} -.progress.is-success:indeterminate { - background-image: linear-gradient(to right, hsl(153, 53%, 53%) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-warning::-webkit-progress-value { - background-color: hsl(44, 100%, 77%); -} -.progress.is-warning::-moz-progress-bar { - background-color: hsl(44, 100%, 77%); -} -.progress.is-warning::-ms-fill { - background-color: hsl(44, 100%, 77%); -} -.progress.is-warning:indeterminate { - background-image: linear-gradient(to right, hsl(44, 100%, 77%) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-danger::-webkit-progress-value { - background-color: hsl(348, 86%, 61%); -} -.progress.is-danger::-moz-progress-bar { - background-color: hsl(348, 86%, 61%); -} -.progress.is-danger::-ms-fill { - background-color: hsl(348, 86%, 61%); -} -.progress.is-danger:indeterminate { - background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, rgb(73, 73, 73) 30%); -} -.progress:indeterminate { - animation-duration: 1.5s; - animation-iteration-count: infinite; - animation-name: moveIndeterminate; - animation-timing-function: linear; - background-color: rgb(73, 73, 73); - background-image: linear-gradient(to right, rgb(154, 154, 154) 30%, rgb(73, 73, 73) 30%); - background-position: top left; - background-repeat: no-repeat; - background-size: 150% 150%; -} -.progress:indeterminate::-webkit-progress-bar { - background-color: transparent; -} -.progress:indeterminate::-moz-progress-bar { - background-color: transparent; -} -.progress:indeterminate::-ms-fill { - animation-name: none; -} -.progress.is-small { - height: 0.75rem; -} -.progress.is-medium { - height: 1.25rem; -} -.progress.is-large { - height: 1.5rem; -} - -@keyframes moveIndeterminate { - from { - background-position: 200% 0; - } - to { - background-position: -200% 0; - } -} -/* Bulma Dark theme */ -.table { - background-color: rgb(64, 64, 64); - color: rgb(164, 164, 164); -} -.table td, -.table th { - border: 1px solid rgb(82, 82, 82); - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; -} -.table td.is-white, -.table th.is-white { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.table td.is-black, -.table th.is-black { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.table td.is-light, -.table th.is-light { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.table td.is-dark, -.table th.is-dark { - background-color: rgb(164, 164, 164); - border-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.table td.is-primary, -.table th.is-primary { - background-color: rgb(191, 87, 102); - border-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.table td.is-link, -.table th.is-link { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.table td.is-info, -.table th.is-info { - background-color: hsl(207, 61%, 53%); - border-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.table td.is-success, -.table th.is-success { - background-color: hsl(153, 53%, 53%); - border-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.table td.is-warning, -.table th.is-warning { - background-color: hsl(44, 100%, 77%); - border-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.table td.is-danger, -.table th.is-danger { - background-color: hsl(348, 86%, 61%); - border-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.table td.is-narrow, -.table th.is-narrow { - white-space: nowrap; - width: 1%; -} -.table td.is-selected, -.table th.is-selected { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.table td.is-selected a, -.table td.is-selected strong, -.table th.is-selected a, -.table th.is-selected strong { - color: currentColor; -} -.table td.is-vcentered, -.table th.is-vcentered { - vertical-align: middle; -} -.table th { - color: rgb(164, 164, 164); -} -.table th:not([align]) { - text-align: left; -} -.table tr.is-selected { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.table tr.is-selected a, -.table tr.is-selected strong { - color: currentColor; -} -.table tr.is-selected td, -.table tr.is-selected th { - border-color: rgb(96, 148, 140); - color: currentColor; -} -.table thead { - background-color: transparent; -} -.table thead td, -.table thead th { - border-width: 0 0 2px; - color: rgb(164, 164, 164); -} -.table tfoot { - background-color: transparent; -} -.table tfoot td, -.table tfoot th { - border-width: 2px 0 0; - color: rgb(164, 164, 164); -} -.table tbody { - background-color: transparent; -} -.table tbody tr:last-child td, -.table tbody tr:last-child th { - border-bottom-width: 0; -} -.table.is-bordered td, -.table.is-bordered th { - border-width: 1px; -} -.table.is-bordered tr:last-child td, -.table.is-bordered tr:last-child th { - border-bottom-width: 1px; -} -.table.is-fullwidth { - width: 100%; -} -.table.is-hoverable tbody tr:not(.is-selected):hover { - background-color: rgb(66, 66, 66); -} -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { - background-color: rgb(66, 66, 66); -} -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { - background-color: rgb(69, 69, 69); -} -.table.is-narrow td, -.table.is-narrow th { - padding: 0.25em 0.5em; -} -.table.is-striped tbody tr:not(.is-selected):nth-child(even) { - background-color: rgb(66, 66, 66); -} - -.table-container { - -webkit-overflow-scrolling: touch; - overflow: auto; - overflow-y: hidden; - max-width: 100%; -} - -.tags { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.tags .tag { - margin-bottom: 0.5rem; -} -.tags .tag:not(:last-child) { - margin-left: 0.5rem; -} -.tags:last-child { - margin-bottom: -0.5rem; -} -.tags:not(:last-child) { - margin-bottom: 1rem; -} -.tags.are-medium .tag:not(.is-normal):not(.is-large) { - font-size: 1rem; -} -.tags.are-large .tag:not(.is-normal):not(.is-medium) { - font-size: 1.25rem; -} -.tags.is-centered { - justify-content: center; -} -.tags.is-centered .tag { - margin-right: 0.25rem; - margin-left: 0.25rem; -} -.tags.is-right { - justify-content: flex-end; -} -.tags.is-right .tag:not(:first-child) { - margin-left: 0.5rem; -} -.tags.is-right .tag:not(:last-child) { - margin-right: 0; -} -.tags.has-addons .tag { - margin-left: 0; -} -.tags.has-addons .tag:not(:first-child) { - margin-right: 0; - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.tags.has-addons .tag:not(:last-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} - -.tag:not(body) { - align-items: center; - background-color: rgb(69, 69, 69); - border-radius: 4px; - color: rgb(154, 154, 154); - display: inline-flex; - font-size: 0.75rem; - height: 2em; - justify-content: center; - line-height: 1.5; - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; -} -.tag:not(body) .delete { - margin-right: 0.25rem; - margin-left: -0.375rem; -} -.tag:not(body).is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.tag:not(body).is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.tag:not(body).is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.tag:not(body).is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.tag:not(body).is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.tag:not(body).is-primary.is-light { - background-color: rgb(229, 104, 122); - color: rgb(172, 78, 92); -} -.tag:not(body).is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.tag:not(body).is-link.is-light { - background-color: rgb(186, 173, 110); - color: rgb(140, 130, 83); -} -.tag:not(body).is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.tag:not(body).is-info.is-light { - background-color: rgb(74, 170, 250); - color: rgb(56, 128, 187); -} -.tag:not(body).is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.tag:not(body).is-success.is-light { - background-color: rgb(86, 239, 170); - color: rgb(65, 179, 128); -} -.tag:not(body).is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.tag:not(body).is-warning.is-light { - background-color: rgb(255, 255, 166); - color: rgb(230, 202, 124); -} -.tag:not(body).is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.tag:not(body).is-danger.is-light { - background-color: rgb(255, 84, 125); - color: rgb(217, 63, 94); -} -.tag:not(body).is-normal { - font-size: 0.75rem; -} -.tag:not(body).is-medium { - font-size: 1rem; -} -.tag:not(body).is-large { - font-size: 1.25rem; -} -.tag:not(body) .icon:first-child:not(:last-child) { - margin-right: -0.375em; - margin-left: 0.1875em; -} -.tag:not(body) .icon:last-child:not(:first-child) { - margin-right: 0.1875em; - margin-left: -0.375em; -} -.tag:not(body) .icon:first-child:last-child { - margin-right: -0.375em; - margin-left: -0.375em; -} -.tag:not(body).is-delete { - margin-right: 1px; - padding: 0; - position: relative; - width: 2em; -} -.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { - background-color: currentColor; - content: ""; - display: block; - left: 50%; - position: absolute; - top: 50%; - transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform-origin: center center; -} -.tag:not(body).is-delete::before { - height: 1px; - width: 50%; -} -.tag:not(body).is-delete::after { - height: 50%; - width: 1px; -} -.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { - background-color: #383838; -} -.tag:not(body).is-delete:active { - background-color: #2c2c2c; -} -.tag:not(body).is-rounded { - border-radius: 9999px; -} - -a.tag:hover { - text-decoration: underline; -} - -/* Bulma Dark theme */ -.title, -.subtitle { - word-break: break-word; -} -.title em, -.title span, -.subtitle em, -.subtitle span { - font-weight: inherit; -} -.title sub, -.subtitle sub { - font-size: 0.75em; -} -.title sup, -.subtitle sup { - font-size: 0.75em; -} -.title .tag, -.subtitle .tag { - vertical-align: middle; -} - -.title { - color: rgb(164, 164, 164); - font-size: 2rem; - font-weight: 600; - line-height: 1.125; -} -.title strong { - color: inherit; - font-weight: inherit; -} -.title:not(.is-spaced) + .subtitle { - margin-top: -1.25rem; -} -.title.is-1 { - font-size: 3rem; -} -.title.is-2 { - font-size: 2.5rem; -} -.title.is-3 { - font-size: 2rem; -} -.title.is-4 { - font-size: 1.5rem; -} -.title.is-5 { - font-size: 1.25rem; -} -.title.is-6 { - font-size: 1rem; -} -.title.is-7 { - font-size: 0.75rem; -} - -.subtitle { - color: rgb(154, 154, 154); - font-size: 1.25rem; - font-weight: 400; - line-height: 1.25; -} -.subtitle strong { - color: rgb(164, 164, 164); - font-weight: 600; -} -.subtitle:not(.is-spaced) + .title { - margin-top: -1.25rem; -} -.subtitle.is-1 { - font-size: 3rem; -} -.subtitle.is-2 { - font-size: 2.5rem; -} -.subtitle.is-3 { - font-size: 2rem; -} -.subtitle.is-4 { - font-size: 1.5rem; -} -.subtitle.is-5 { - font-size: 1.25rem; -} -.subtitle.is-6 { - font-size: 1rem; -} -.subtitle.is-7 { - font-size: 0.75rem; -} - -/* Bulma Dark theme */ -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.number { - align-items: center; - background-color: rgb(69, 69, 69); - border-radius: 9999px; - display: inline-flex; - font-size: 1.25rem; - height: 2em; - justify-content: center; - margin-right: 1.5rem; - min-width: 2.5em; - padding: 0.25rem 0.5rem; - text-align: center; - vertical-align: top; -} - -/* Bulma Form */ -/* Bulma Dark theme */ -.select select, .input, .textarea { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - border-radius: 4px; - color: rgb(164, 164, 164); -} -.select select::-moz-placeholder, .input::-moz-placeholder, .textarea::-moz-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select::-webkit-input-placeholder, .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select:-moz-placeholder, .input:-moz-placeholder, .textarea:-moz-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select:-ms-input-placeholder, .input:-ms-input-placeholder, .textarea:-ms-input-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select:hover, .input:hover, .textarea:hover, .select select.is-hovered, .is-hovered.input, .is-hovered.textarea { - border-color: rgb(101, 101, 101); -} -.select select:focus, .input:focus, .textarea:focus, .select select.is-focused, .is-focused.input, .is-focused.textarea, .select select:active, .input:active, .textarea:active, .select select.is-active, .is-active.input, .is-active.textarea { - border-color: rgb(155, 144, 92); - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - box-shadow: none; - color: rgb(130, 130, 130); -} -.select select[disabled]::-moz-placeholder, [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder { - color: rgba(130, 130, 130, 0.3); -} -.select select[disabled]::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder { - color: rgba(130, 130, 130, 0.3); -} -.select select[disabled]:-moz-placeholder, [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder { - color: rgba(130, 130, 130, 0.3); -} -.select select[disabled]:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder { - color: rgba(130, 130, 130, 0.3); -} - -/* Bulma Form */ -.textarea, .input { - box-shadow: inset 0 0.0625em 0.125em rgba(186, 186, 186, 0.05); - max-width: 100%; - width: 100%; -} -[readonly].textarea, [readonly].input { - box-shadow: none; -} -.is-white.textarea, .is-white.input { - border-color: rgb(64, 64, 64); -} -.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input { - box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); -} -.is-black.textarea, .is-black.input { - border-color: rgb(186, 186, 186); -} -.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input { - box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); -} -.is-light.textarea, .is-light.input { - border-color: rgb(69, 69, 69); -} -.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input { - box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); -} -.is-dark.textarea, .is-dark.input { - border-color: rgb(164, 164, 164); -} -.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input { - box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); -} -.is-primary.textarea, .is-primary.input { - border-color: rgb(191, 87, 102); -} -.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input { - box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); -} -.is-link.textarea, .is-link.input { - border-color: rgb(155, 144, 92); -} -.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.is-info.textarea, .is-info.input { - border-color: hsl(207, 61%, 53%); -} -.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); -} -.is-success.textarea, .is-success.input { - border-color: hsl(153, 53%, 53%); -} -.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); -} -.is-warning.textarea, .is-warning.input { - border-color: hsl(44, 100%, 77%); -} -.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); -} -.is-danger.textarea, .is-danger.input { - border-color: hsl(348, 86%, 61%); -} -.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); -} -.is-small.textarea, .is-small.input { - border-radius: 2px; - font-size: 0.75rem; -} -.is-medium.textarea, .is-medium.input { - font-size: 1.25rem; -} -.is-large.textarea, .is-large.input { - font-size: 1.5rem; -} -.is-fullwidth.textarea, .is-fullwidth.input { - display: block; - width: 100%; -} -.is-inline.textarea, .is-inline.input { - display: inline; - width: auto; -} - -.input.is-rounded { - border-radius: 9999px; - padding-left: calc(calc(0.75em - 1px) + 0.375em); - padding-right: calc(calc(0.75em - 1px) + 0.375em); -} -.input.is-static { - background-color: transparent; - border-color: transparent; - box-shadow: none; - padding-left: 0; - padding-right: 0; -} - -.textarea { - display: block; - max-width: 100%; - min-width: 100%; - padding: calc(0.75em - 1px); - resize: vertical; -} -.textarea:not([rows]) { - max-height: 40em; - min-height: 8em; -} -.textarea[rows] { - height: initial; -} -.textarea.has-fixed-size { - resize: none; -} - -/* Bulma Form */ -.radio, .checkbox { - cursor: pointer; - display: inline-block; - line-height: 1.25; - position: relative; -} -.radio input, .checkbox input { - cursor: pointer; -} -.radio:hover, .checkbox:hover { - color: rgb(164, 164, 164); -} -[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox, -.radio input[disabled], -.checkbox input[disabled] { - color: rgb(130, 130, 130); - cursor: not-allowed; -} - -.radio + .radio { - margin-right: 0.5em; -} - -/* Bulma Form */ -/* Bulma Dark theme */ -.select { - display: inline-block; - max-width: 100%; - position: relative; - vertical-align: top; -} -.select:not(.is-multiple) { - height: 2.5em; -} -.select:not(.is-multiple):not(.is-loading)::after { - border-color: rgb(155, 144, 92); - left: 1.125em; - z-index: 4; -} -.select.is-rounded select { - border-radius: 9999px; - padding-right: 1em; -} -.select select { - cursor: pointer; - display: block; - font-size: 1em; - max-width: 100%; - outline: none; -} -.select select::-ms-expand { - display: none; -} -.select select[disabled]:hover, fieldset[disabled] .select select:hover { - border-color: rgb(69, 69, 69); -} -.select select:not([multiple]) { - padding-left: 2.5em; -} -.select select[multiple] { - height: auto; - padding: 0; -} -.select select[multiple] option { - padding: 0.5em 1em; -} -.select:not(.is-multiple):not(.is-loading):hover::after { - border-color: rgb(164, 164, 164); -} -.select.is-white:not(:hover)::after { - border-color: rgb(64, 64, 64); -} -.select.is-white select { - border-color: rgb(64, 64, 64); -} -.select.is-white select:hover, .select.is-white select.is-hovered { - border-color: #333333; -} -.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { - box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); -} -.select.is-black:not(:hover)::after { - border-color: rgb(186, 186, 186); -} -.select.is-black select { - border-color: rgb(186, 186, 186); -} -.select.is-black select:hover, .select.is-black select.is-hovered { - border-color: #adadad; -} -.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { - box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); -} -.select.is-light:not(:hover)::after { - border-color: rgb(69, 69, 69); -} -.select.is-light select { - border-color: rgb(69, 69, 69); -} -.select.is-light select:hover, .select.is-light select.is-hovered { - border-color: #383838; -} -.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { - box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); -} -.select.is-dark:not(:hover)::after { - border-color: rgb(164, 164, 164); -} -.select.is-dark select { - border-color: rgb(164, 164, 164); -} -.select.is-dark select:hover, .select.is-dark select.is-hovered { - border-color: #979797; -} -.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active { - box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); -} -.select.is-primary:not(:hover)::after { - border-color: rgb(191, 87, 102); -} -.select.is-primary select { - border-color: rgb(191, 87, 102); -} -.select.is-primary select:hover, .select.is-primary select.is-hovered { - border-color: #b74656; -} -.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active { - box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); -} -.select.is-link:not(:hover)::after { - border-color: rgb(155, 144, 92); -} -.select.is-link select { - border-color: rgb(155, 144, 92); -} -.select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #8b8153; -} -.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.select.is-info:not(:hover)::after { - border-color: hsl(207, 61%, 53%); -} -.select.is-info select { - border-color: hsl(207, 61%, 53%); -} -.select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #3082c5; -} -.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); -} -.select.is-success:not(:hover)::after { - border-color: hsl(153, 53%, 53%); -} -.select.is-success select { - border-color: hsl(153, 53%, 53%); -} -.select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb81; -} -.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); -} -.select.is-warning:not(:hover)::after { - border-color: hsl(44, 100%, 77%); -} -.select.is-warning select { - border-color: hsl(44, 100%, 77%); -} -.select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd970; -} -.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); -} -.select.is-danger:not(:hover)::after { - border-color: hsl(348, 86%, 61%); -} -.select.is-danger select { - border-color: hsl(348, 86%, 61%); -} -.select.is-danger select:hover, .select.is-danger select.is-hovered { - border-color: #ef2e55; -} -.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); -} -.select.is-small { - border-radius: 2px; - font-size: 0.75rem; -} -.select.is-medium { - font-size: 1.25rem; -} -.select.is-large { - font-size: 1.5rem; -} -.select.is-disabled::after { - border-color: rgb(130, 130, 130) !important; - opacity: 0.5; -} -.select.is-fullwidth { - width: 100%; -} -.select.is-fullwidth select { - width: 100%; -} -.select.is-loading::after { - margin-top: 0; - position: absolute; - left: 0.625em; - top: 0.625em; - transform: none; -} -.select.is-loading.is-small:after { - font-size: 0.75rem; -} -.select.is-loading.is-medium:after { - font-size: 1.25rem; -} -.select.is-loading.is-large:after { - font-size: 1.5rem; -} - -/* Bulma Dark theme */ -/* Bulma Form */ -.file { - align-items: stretch; - display: flex; - justify-content: flex-start; - position: relative; -} -.file.is-white .file-cta { - background-color: rgb(64, 64, 64); - border-color: transparent; - color: rgb(186, 186, 186); -} -.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { - background-color: #3a3a3a; - border-color: transparent; - color: rgb(186, 186, 186); -} -.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(64, 64, 64, 0.25); - color: rgb(186, 186, 186); -} -.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { - background-color: #333333; - border-color: transparent; - color: rgb(186, 186, 186); -} -.file.is-black .file-cta { - background-color: rgb(186, 186, 186); - border-color: transparent; - color: rgb(64, 64, 64); -} -.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { - background-color: #b4b4b4; - border-color: transparent; - color: rgb(64, 64, 64); -} -.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(186, 186, 186, 0.25); - color: rgb(64, 64, 64); -} -.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { - background-color: #adadad; - border-color: transparent; - color: rgb(64, 64, 64); -} -.file.is-light .file-cta { - background-color: rgb(69, 69, 69); - border-color: transparent; - color: rgb(157, 157, 157); -} -.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { - background-color: #3f3f3f; - border-color: transparent; - color: rgb(157, 157, 157); -} -.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(69, 69, 69, 0.25); - color: rgb(157, 157, 157); -} -.file.is-light:active .file-cta, .file.is-light.is-active .file-cta { - background-color: #383838; - border-color: transparent; - color: rgb(157, 157, 157); -} -.file.is-dark .file-cta { - background-color: rgb(164, 164, 164); - border-color: transparent; - color: rgb(109, 109, 109); -} -.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { - background-color: #9e9e9e; - border-color: transparent; - color: rgb(109, 109, 109); -} -.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(164, 164, 164, 0.25); - color: rgb(109, 109, 109); -} -.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { - background-color: #979797; - border-color: transparent; - color: rgb(109, 109, 109); -} -.file.is-primary .file-cta { - background-color: rgb(191, 87, 102); - border-color: transparent; - color: rgb(96, 148, 140); -} -.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { - background-color: #bb4e5e; - border-color: transparent; - color: rgb(96, 148, 140); -} -.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(191, 87, 102, 0.25); - color: rgb(96, 148, 140); -} -.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { - background-color: #b74656; - border-color: transparent; - color: rgb(96, 148, 140); -} -.file.is-link .file-cta { - background-color: rgb(155, 144, 92); - border-color: transparent; - color: rgb(114, 119, 145); -} -.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #938957; - border-color: transparent; - color: rgb(114, 119, 145); -} -.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(155, 144, 92, 0.25); - color: rgb(114, 119, 145); -} -.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #8b8153; - border-color: transparent; - color: rgb(114, 119, 145); -} -.file.is-info .file-cta { - background-color: hsl(207, 61%, 53%); - border-color: transparent; - color: rgb(160, 120, 87); -} -.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #3488ce; - border-color: transparent; - color: rgb(160, 120, 87); -} -.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); - color: rgb(160, 120, 87); -} -.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #3082c5; - border-color: transparent; - color: rgb(160, 120, 87); -} -.file.is-success .file-cta { - background-color: hsl(153, 53%, 53%); - border-color: transparent; - color: rgb(155, 92, 120); -} -.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec487; - border-color: transparent; - color: rgb(155, 92, 120); -} -.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); - color: rgb(155, 92, 120); -} -.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb81; - border-color: transparent; - color: rgb(155, 92, 120); -} -.file.is-warning .file-cta { - background-color: hsl(44, 100%, 77%); - border-color: transparent; - color: rgb(64, 79, 122); -} -.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { - background-color: #ffdc7d; - border-color: transparent; - color: rgb(64, 79, 122); -} -.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); - color: rgb(64, 79, 122); -} -.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { - background-color: #ffd970; - border-color: transparent; - color: rgb(64, 79, 122); -} -.file.is-danger .file-cta { - background-color: hsl(348, 86%, 61%); - border-color: transparent; - color: rgb(71, 156, 139); -} -.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { - background-color: #f03a5f; - border-color: transparent; - color: rgb(71, 156, 139); -} -.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); - color: rgb(71, 156, 139); -} -.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { - background-color: #ef2e55; - border-color: transparent; - color: rgb(71, 156, 139); -} -.file.is-small { - font-size: 0.75rem; -} -.file.is-normal { - font-size: 1rem; -} -.file.is-medium { - font-size: 1.25rem; -} -.file.is-medium .file-icon .fa { - font-size: 21px; -} -.file.is-large { - font-size: 1.5rem; -} -.file.is-large .file-icon .fa { - font-size: 28px; -} -.file.has-name .file-cta { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.file.has-name .file-name { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.file.has-name.is-empty .file-cta { - border-radius: 4px; -} -.file.has-name.is-empty .file-name { - display: none; -} -.file.is-boxed .file-label { - flex-direction: column; -} -.file.is-boxed .file-cta { - flex-direction: column; - height: auto; - padding: 1em 3em; -} -.file.is-boxed .file-name { - border-width: 0 1px 1px; -} -.file.is-boxed .file-icon { - height: 1.5em; - width: 1.5em; -} -.file.is-boxed .file-icon .fa { - font-size: 21px; -} -.file.is-boxed.is-small .file-icon .fa { - font-size: 14px; -} -.file.is-boxed.is-medium .file-icon .fa { - font-size: 28px; -} -.file.is-boxed.is-large .file-icon .fa { - font-size: 35px; -} -.file.is-boxed.has-name .file-cta { - border-radius: 4px 4px 0 0; -} -.file.is-boxed.has-name .file-name { - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; -} -.file.is-centered { - justify-content: center; -} -.file.is-fullwidth .file-label { - width: 100%; -} -.file.is-fullwidth .file-name { - flex-grow: 1; - max-width: none; -} -.file.is-right { - justify-content: flex-end; -} -.file.is-right .file-cta { - border-radius: 0 4px 4px 0; -} -.file.is-right .file-name { - border-radius: 4px 0 0 4px; - border-width: 1px 0 1px 1px; - order: -1; -} - -.file-label { - align-items: stretch; - display: flex; - cursor: pointer; - justify-content: flex-start; - overflow: hidden; - position: relative; -} -.file-label:hover .file-cta { - background-color: #3f3f3f; - color: rgb(164, 164, 164); -} -.file-label:hover .file-name { - border-color: #4c4c4c; -} -.file-label:active .file-cta { - background-color: #383838; - color: rgb(164, 164, 164); -} -.file-label:active .file-name { - border-color: #454545; -} - -.file-input { - height: 100%; - left: 0; - opacity: 0; - outline: none; - position: absolute; - top: 0; - width: 100%; -} - -.file-cta, -.file-name { - border-color: rgb(82, 82, 82); - border-radius: 4px; - font-size: 1em; - padding-left: 1em; - padding-right: 1em; - white-space: nowrap; -} - -.file-cta { - background-color: rgb(69, 69, 69); - color: rgb(154, 154, 154); -} - -.file-name { - border-color: rgb(82, 82, 82); - border-style: solid; - border-width: 1px 1px 1px 0; - display: block; - max-width: 16em; - overflow: hidden; - text-align: inherit; - text-overflow: ellipsis; -} - -.file-icon { - align-items: center; - display: flex; - height: 1em; - justify-content: center; - margin-left: 0.5em; - width: 1em; -} -.file-icon .fa { - font-size: 14px; -} - -/* Bulma Dark theme */ -/* Bulma Form */ -.label { - color: rgb(164, 164, 164); - display: block; - font-size: 1rem; - font-weight: 700; -} -.label:not(:last-child) { - margin-bottom: 0.5em; -} -.label.is-small { - font-size: 0.75rem; -} -.label.is-medium { - font-size: 1.25rem; -} -.label.is-large { - font-size: 1.5rem; -} - -.help { - display: block; - font-size: 0.75rem; - margin-top: 0.25rem; -} -.help.is-white { - color: rgb(64, 64, 64); -} -.help.is-black { - color: rgb(186, 186, 186); -} -.help.is-light { - color: rgb(69, 69, 69); -} -.help.is-dark { - color: rgb(164, 164, 164); -} -.help.is-primary { - color: rgb(191, 87, 102); -} -.help.is-link { - color: rgb(155, 144, 92); -} -.help.is-info { - color: hsl(207, 61%, 53%); -} -.help.is-success { - color: hsl(153, 53%, 53%); -} -.help.is-warning { - color: hsl(44, 100%, 77%); -} -.help.is-danger { - color: hsl(348, 86%, 61%); -} - -.field:not(:last-child) { - margin-bottom: 0.75rem; -} -.field.has-addons { - display: flex; - justify-content: flex-start; -} -.field.has-addons .control:not(:last-child) { - margin-left: -1px; -} -.field.has-addons .control:not(:first-child):not(:last-child) .button, -.field.has-addons .control:not(:first-child):not(:last-child) .input, -.field.has-addons .control:not(:first-child):not(:last-child) .select select { - border-radius: 0; -} -.field.has-addons .control:first-child:not(:only-child) .button, -.field.has-addons .control:first-child:not(:only-child) .input, -.field.has-addons .control:first-child:not(:only-child) .select select { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.field.has-addons .control:last-child:not(:only-child) .button, -.field.has-addons .control:last-child:not(:only-child) .input, -.field.has-addons .control:last-child:not(:only-child) .select select { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, -.field.has-addons .control .input:not([disabled]):hover, -.field.has-addons .control .input:not([disabled]).is-hovered, -.field.has-addons .control .select select:not([disabled]):hover, -.field.has-addons .control .select select:not([disabled]).is-hovered { - z-index: 2; -} -.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, -.field.has-addons .control .input:not([disabled]):focus, -.field.has-addons .control .input:not([disabled]).is-focused, -.field.has-addons .control .input:not([disabled]):active, -.field.has-addons .control .input:not([disabled]).is-active, -.field.has-addons .control .select select:not([disabled]):focus, -.field.has-addons .control .select select:not([disabled]).is-focused, -.field.has-addons .control .select select:not([disabled]):active, -.field.has-addons .control .select select:not([disabled]).is-active { - z-index: 3; -} -.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, -.field.has-addons .control .input:not([disabled]):focus:hover, -.field.has-addons .control .input:not([disabled]).is-focused:hover, -.field.has-addons .control .input:not([disabled]):active:hover, -.field.has-addons .control .input:not([disabled]).is-active:hover, -.field.has-addons .control .select select:not([disabled]):focus:hover, -.field.has-addons .control .select select:not([disabled]).is-focused:hover, -.field.has-addons .control .select select:not([disabled]):active:hover, -.field.has-addons .control .select select:not([disabled]).is-active:hover { - z-index: 4; -} -.field.has-addons .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.field.has-addons.has-addons-centered { - justify-content: center; -} -.field.has-addons.has-addons-right { - justify-content: flex-end; -} -.field.has-addons.has-addons-fullwidth .control { - flex-grow: 1; - flex-shrink: 0; -} -.field.is-grouped { - display: flex; - justify-content: flex-start; -} -.field.is-grouped > .control { - flex-shrink: 0; -} -.field.is-grouped > .control:not(:last-child) { - margin-bottom: 0; - margin-left: 0.75rem; -} -.field.is-grouped > .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.field.is-grouped.is-grouped-centered { - justify-content: center; -} -.field.is-grouped.is-grouped-right { - justify-content: flex-end; -} -.field.is-grouped.is-grouped-multiline { - flex-wrap: wrap; -} -.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { - margin-bottom: 0.75rem; -} -.field.is-grouped.is-grouped-multiline:last-child { - margin-bottom: -0.75rem; -} -.field.is-grouped.is-grouped-multiline:not(:last-child) { - margin-bottom: 0; -} -@media screen and (min-width: 769px), print { - .field.is-horizontal { - display: flex; - } -} - -.field-label .label { - font-size: inherit; -} -@media screen and (max-width: 768px) { - .field-label { - margin-bottom: 0.5rem; - } -} -@media screen and (min-width: 769px), print { - .field-label { - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - margin-left: 1.5rem; - text-align: right; - } - .field-label.is-small { - font-size: 0.75rem; - padding-top: 0.375em; - } - .field-label.is-normal { - padding-top: 0.375em; - } - .field-label.is-medium { - font-size: 1.25rem; - padding-top: 0.375em; - } - .field-label.is-large { - font-size: 1.5rem; - padding-top: 0.375em; - } -} - -.field-body .field .field { - margin-bottom: 0; -} -@media screen and (min-width: 769px), print { - .field-body { - display: flex; - flex-basis: 0; - flex-grow: 5; - flex-shrink: 1; - } - .field-body .field { - margin-bottom: 0; - } - .field-body > .field { - flex-shrink: 1; - } - .field-body > .field:not(.is-narrow) { - flex-grow: 1; - } - .field-body > .field:not(:last-child) { - margin-left: 0.75rem; - } -} - -.control { - box-sizing: border-box; - clear: both; - font-size: 1rem; - position: relative; - text-align: inherit; -} -.control.has-icons-left .input:focus ~ .icon, -.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, -.control.has-icons-right .select:focus ~ .icon { - color: rgb(154, 154, 154); -} -.control.has-icons-left .input.is-small ~ .icon, -.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, -.control.has-icons-right .select.is-small ~ .icon { - font-size: 0.75rem; -} -.control.has-icons-left .input.is-medium ~ .icon, -.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, -.control.has-icons-right .select.is-medium ~ .icon { - font-size: 1.25rem; -} -.control.has-icons-left .input.is-large ~ .icon, -.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, -.control.has-icons-right .select.is-large ~ .icon { - font-size: 1.5rem; -} -.control.has-icons-left .icon, .control.has-icons-right .icon { - color: rgb(82, 82, 82); - height: 2.5em; - pointer-events: none; - position: absolute; - top: 0; - width: 2.5em; - z-index: 4; -} -.control.has-icons-left .input, -.control.has-icons-left .select select { - padding-left: 2.5em; -} -.control.has-icons-left .icon.is-left { - left: 0; -} -.control.has-icons-right .input, -.control.has-icons-right .select select { - padding-right: 2.5em; -} -.control.has-icons-right .icon.is-right { - right: 0; -} -.control.is-loading::after { - position: absolute !important; - left: 0.625em; - top: 0.625em; - z-index: 4; -} -.control.is-loading.is-small:after { - font-size: 0.75rem; -} -.control.is-loading.is-medium:after { - font-size: 1.25rem; -} -.control.is-loading.is-large:after { - font-size: 1.5rem; -} - -/* Bulma Components */ -/* Bulma Dark theme */ -.breadcrumb { - font-size: 1rem; - white-space: nowrap; -} -.breadcrumb a { - align-items: center; - color: rgb(155, 144, 92); - display: flex; - justify-content: center; - padding: 0 0.75em; -} -.breadcrumb a:hover { - color: rgb(164, 164, 164); -} -.breadcrumb li { - align-items: center; - display: flex; -} -.breadcrumb li:first-child a { - padding-right: 0; -} -.breadcrumb li.is-active a { - color: rgb(164, 164, 164); - cursor: default; - pointer-events: none; -} -.breadcrumb li + li::before { - color: rgb(101, 101, 101); - content: "/"; -} -.breadcrumb ul, -.breadcrumb ol { - align-items: flex-start; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.breadcrumb .icon:first-child { - margin-left: 0.5em; -} -.breadcrumb .icon:last-child { - margin-right: 0.5em; -} -.breadcrumb.is-centered ol, -.breadcrumb.is-centered ul { - justify-content: center; -} -.breadcrumb.is-right ol, -.breadcrumb.is-right ul { - justify-content: flex-end; -} -.breadcrumb.is-small { - font-size: 0.75rem; -} -.breadcrumb.is-medium { - font-size: 1.25rem; -} -.breadcrumb.is-large { - font-size: 1.5rem; -} -.breadcrumb.has-arrow-separator li + li::before { - content: "→"; -} -.breadcrumb.has-bullet-separator li + li::before { - content: "•"; -} -.breadcrumb.has-dot-separator li + li::before { - content: "·"; -} -.breadcrumb.has-succeeds-separator li + li::before { - content: "≻"; -} - -.card { - background-color: rgb(64, 64, 64); - border-radius: 0.25rem; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - color: rgb(154, 154, 154); - max-width: 100%; - position: relative; -} - -.card-footer:first-child, .card-content:first-child, .card-header:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.card-footer:last-child, .card-content:last-child, .card-header:last-child { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.card-header { - background-color: transparent; - align-items: stretch; - box-shadow: 0 0.125em 0.25em rgba(186, 186, 186, 0.1); - display: flex; -} - -.card-header-title { - align-items: center; - color: rgb(164, 164, 164); - display: flex; - flex-grow: 1; - font-weight: 700; - padding: 0.75rem 1rem; -} -.card-header-title.is-centered { - justify-content: center; -} - -.card-header-icon { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - color: currentColor; - font-family: inherit; - font-size: 1em; - margin: 0; - padding: 0; - align-items: center; - cursor: pointer; - display: flex; - justify-content: center; - padding: 0.75rem 1rem; -} - -.card-image { - display: block; - position: relative; -} -.card-image:first-child img { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.card-image:last-child img { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.card-content { - background-color: transparent; - padding: 1.5rem; -} - -.card-footer { - background-color: transparent; - border-top: 1px solid rgb(73, 73, 73); - align-items: stretch; - display: flex; -} - -.card-footer-item { - align-items: center; - display: flex; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - justify-content: center; - padding: 0.75rem; -} -.card-footer-item:not(:last-child) { - border-left: 1px solid rgb(73, 73, 73); -} - -.card .media:not(:last-child) { - margin-bottom: 1.5rem; -} - -.dropdown { - display: inline-flex; - position: relative; - vertical-align: top; -} -.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { - display: block; -} -.dropdown.is-right .dropdown-menu { - left: auto; - right: 0; -} -.dropdown.is-up .dropdown-menu { - bottom: 100%; - padding-bottom: 4px; - padding-top: initial; - top: auto; -} - -.dropdown-menu { - display: none; - right: 0; - min-width: 12rem; - padding-top: 4px; - position: absolute; - top: 100%; - z-index: 20; -} - -.dropdown-content { - background-color: rgb(64, 64, 64); - border-radius: 4px; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - padding-bottom: 0.5rem; - padding-top: 0.5rem; -} - -.dropdown-item { - color: rgb(154, 154, 154); - display: block; - font-size: 0.875rem; - line-height: 1.5; - padding: 0.375rem 1rem; - position: relative; -} - -a.dropdown-item, -button.dropdown-item { - padding-left: 3rem; - text-align: inherit; - white-space: nowrap; - width: 100%; -} -a.dropdown-item:hover, -button.dropdown-item:hover { - background-color: rgb(69, 69, 69); - color: rgb(186, 186, 186); -} -a.dropdown-item.is-active, -button.dropdown-item.is-active { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} - -.dropdown-divider { - background-color: rgb(73, 73, 73); - border: none; - display: block; - height: 1px; - margin: 0.5rem 0; -} - -/* Bulma Dark theme */ -.level { - align-items: center; - justify-content: space-between; -} -.level code { - border-radius: 4px; -} -.level img { - display: inline-block; - vertical-align: top; -} -.level.is-mobile { - display: flex; -} -.level.is-mobile .level-left, -.level.is-mobile .level-right { - display: flex; -} -.level.is-mobile .level-left + .level-right { - margin-top: 0; -} -.level.is-mobile .level-item:not(:last-child) { - margin-bottom: 0; - margin-left: 0.75rem; -} -.level.is-mobile .level-item:not(.is-narrow) { - flex-grow: 1; -} -@media screen and (min-width: 769px), print { - .level { - display: flex; - } - .level > .level-item:not(.is-narrow) { - flex-grow: 1; - } -} - -.level-item { - align-items: center; - display: flex; - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; - justify-content: center; -} -.level-item .title, -.level-item .subtitle { - margin-bottom: 0; -} -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 0.75rem; - } -} - -.level-left, -.level-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; -} -.level-left .level-item.is-flexible, -.level-right .level-item.is-flexible { - flex-grow: 1; -} -@media screen and (min-width: 769px), print { - .level-left .level-item:not(:last-child), - .level-right .level-item:not(:last-child) { - margin-left: 0.75rem; - } -} - -.level-left { - align-items: center; - justify-content: flex-start; -} -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 1.5rem; - } -} -@media screen and (min-width: 769px), print { - .level-left { - display: flex; - } -} - -.level-right { - align-items: center; - justify-content: flex-end; -} -@media screen and (min-width: 769px), print { - .level-right { - display: flex; - } -} - -.media { - align-items: flex-start; - display: flex; - text-align: inherit; -} -.media .content:not(:last-child) { - margin-bottom: 0.75rem; -} -.media .media { - border-top: 1px solid rgba(82, 82, 82, 0.5); - display: flex; - padding-top: 0.75rem; -} -.media .media .content:not(:last-child), -.media .media .control:not(:last-child) { - margin-bottom: 0.5rem; -} -.media .media .media { - padding-top: 0.5rem; -} -.media .media .media + .media { - margin-top: 0.5rem; -} -.media + .media { - border-top: 1px solid rgba(82, 82, 82, 0.5); - margin-top: 1rem; - padding-top: 1rem; -} -.media.is-large + .media { - margin-top: 1.5rem; - padding-top: 1.5rem; -} - -.media-left, -.media-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; -} - -.media-left { - margin-left: 1rem; -} - -.media-right { - margin-right: 1rem; -} - -.media-content { - flex-basis: auto; - flex-grow: 1; - flex-shrink: 1; - text-align: inherit; -} - -@media screen and (max-width: 768px) { - .media-content { - overflow-x: auto; - } -} -.menu { - font-size: 1rem; -} -.menu.is-small { - font-size: 0.75rem; -} -.menu.is-medium { - font-size: 1.25rem; -} -.menu.is-large { - font-size: 1.5rem; -} - -.menu-list { - line-height: 1.25; -} -.menu-list a { - border-radius: 2px; - color: rgb(154, 154, 154); - display: block; - padding: 0.5em 0.75em; -} -.menu-list a:hover { - background-color: rgb(69, 69, 69); - color: rgb(164, 164, 164); -} -.menu-list a.is-active { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.menu-list li ul { - border-right: 1px solid rgb(82, 82, 82); - margin: 0.75em; - padding-right: 0.75em; -} - -.menu-label { - color: rgb(130, 130, 130); - font-size: 0.75em; - letter-spacing: 0.1em; - text-transform: uppercase; -} -.menu-label:not(:first-child) { - margin-top: 1em; -} -.menu-label:not(:last-child) { - margin-bottom: 1em; -} - -/* Bulma Dark theme */ -.message { - background-color: rgb(69, 69, 69); - border-radius: 4px; - font-size: 1rem; -} -.message strong { - color: currentColor; -} -.message a:not(.button):not(.tag):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; -} -.message.is-small { - font-size: 0.75rem; -} -.message.is-medium { - font-size: 1.25rem; -} -.message.is-large { - font-size: 1.5rem; -} -.message.is-white { - background-color: #fafafa; -} -.message.is-white .message-header { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.message.is-white .message-body { - border-color: rgb(64, 64, 64); -} -.message.is-black { - background-color: #fafafa; -} -.message.is-black .message-header { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.message.is-black .message-body { - border-color: rgb(186, 186, 186); -} -.message.is-light { - background-color: #fafafa; -} -.message.is-light .message-header { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.message.is-light .message-body { - border-color: rgb(69, 69, 69); -} -.message.is-dark { - background-color: #fafafa; -} -.message.is-dark .message-header { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.message.is-dark .message-body { - border-color: rgb(164, 164, 164); -} -.message.is-primary { - background-color: rgb(229, 104, 122); -} -.message.is-primary .message-header { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.message.is-primary .message-body { - border-color: rgb(191, 87, 102); - color: rgb(172, 78, 92); -} -.message.is-link { - background-color: rgb(186, 173, 110); -} -.message.is-link .message-header { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.message.is-link .message-body { - border-color: rgb(155, 144, 92); - color: rgb(140, 130, 83); -} -.message.is-info { - background-color: rgb(74, 170, 250); -} -.message.is-info .message-header { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.message.is-info .message-body { - border-color: hsl(207, 61%, 53%); - color: rgb(56, 128, 187); -} -.message.is-success { - background-color: rgb(86, 239, 170); -} -.message.is-success .message-header { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.message.is-success .message-body { - border-color: hsl(153, 53%, 53%); - color: rgb(65, 179, 128); -} -.message.is-warning { - background-color: rgb(255, 255, 166); -} -.message.is-warning .message-header { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.message.is-warning .message-body { - border-color: hsl(44, 100%, 77%); - color: rgb(230, 202, 124); -} -.message.is-danger { - background-color: rgb(255, 84, 125); -} -.message.is-danger .message-header { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.message.is-danger .message-body { - border-color: hsl(348, 86%, 61%); - color: rgb(217, 63, 94); -} - -.message-header { - align-items: center; - background-color: rgb(154, 154, 154); - border-radius: 4px 4px 0 0; - color: rgb(64, 64, 64); - display: flex; - font-weight: 700; - justify-content: space-between; - line-height: 1.25; - padding: 0.75em 1em; - position: relative; -} -.message-header .delete { - flex-grow: 0; - flex-shrink: 0; - margin-right: 0.75em; -} -.message-header + .message-body { - border-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.message-body { - border-color: rgb(82, 82, 82); - border-radius: 4px; - border-style: solid; - border-width: 0 0 0 4px; - color: rgb(154, 154, 154); - padding: 1.25em 1.5em; -} -.message-body code, -.message-body pre { - background-color: rgb(64, 64, 64); -} -.message-body pre code { - background-color: transparent; -} - -/* Bulma Dark theme */ -.modal { - align-items: center; - display: none; - flex-direction: column; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 40; -} -.modal.is-active { - display: flex; -} - -.modal-background { - background-color: rgba(186, 186, 186, 0.86); -} - -.modal-content, -.modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; -} -@media screen and (min-width: 769px) { - .modal-content, - .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; - } -} - -.modal-close { - background: none; - height: 40px; - position: fixed; - left: 20px; - top: 20px; - width: 40px; -} - -.modal-card { - display: flex; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; - -ms-overflow-y: visible; -} - -.modal-card-head, -.modal-card-foot { - align-items: center; - background-color: rgb(69, 69, 69); - display: flex; - flex-shrink: 0; - justify-content: flex-start; - padding: 20px; - position: relative; -} - -.modal-card-head { - border-bottom: 1px solid rgb(82, 82, 82); - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -.modal-card-title { - color: rgb(164, 164, 164); - flex-grow: 1; - flex-shrink: 0; - font-size: 1.5rem; - line-height: 1; -} - -.modal-card-foot { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 1px solid rgb(82, 82, 82); -} -.modal-card-foot .button:not(:last-child) { - margin-left: 0.5em; -} - -.modal-card-body { - -webkit-overflow-scrolling: touch; - background-color: rgb(64, 64, 64); - flex-grow: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; -} - -/* Bulma Dark theme */ -.navbar { - background-color: rgb(64, 64, 64); - min-height: 3.25rem; - position: relative; - z-index: 30; -} -.navbar.is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-brand > .navbar-item, -.navbar.is-white .navbar-brand .navbar-link { - color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, -.navbar.is-white .navbar-brand .navbar-link:focus, -.navbar.is-white .navbar-brand .navbar-link:hover, -.navbar.is-white .navbar-brand .navbar-link.is-active { - background-color: #333333; - color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-brand .navbar-link::after { - border-color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-burger { - color: rgb(186, 186, 186); -} -@media screen and (min-width: 1024px) { - .navbar.is-white .navbar-start > .navbar-item, - .navbar.is-white .navbar-start .navbar-link, - .navbar.is-white .navbar-end > .navbar-item, - .navbar.is-white .navbar-end .navbar-link { - color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, - .navbar.is-white .navbar-start .navbar-link:focus, - .navbar.is-white .navbar-start .navbar-link:hover, - .navbar.is-white .navbar-start .navbar-link.is-active, - .navbar.is-white .navbar-end > a.navbar-item:focus, - .navbar.is-white .navbar-end > a.navbar-item:hover, - .navbar.is-white .navbar-end > a.navbar-item.is-active, - .navbar.is-white .navbar-end .navbar-link:focus, - .navbar.is-white .navbar-end .navbar-link:hover, - .navbar.is-white .navbar-end .navbar-link.is-active { - background-color: #333333; - color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-start .navbar-link::after, - .navbar.is-white .navbar-end .navbar-link::after { - border-color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #333333; - color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); - } -} -.navbar.is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-brand > .navbar-item, -.navbar.is-black .navbar-brand .navbar-link { - color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, -.navbar.is-black .navbar-brand .navbar-link:focus, -.navbar.is-black .navbar-brand .navbar-link:hover, -.navbar.is-black .navbar-brand .navbar-link.is-active { - background-color: #adadad; - color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-brand .navbar-link::after { - border-color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-burger { - color: rgb(64, 64, 64); -} -@media screen and (min-width: 1024px) { - .navbar.is-black .navbar-start > .navbar-item, - .navbar.is-black .navbar-start .navbar-link, - .navbar.is-black .navbar-end > .navbar-item, - .navbar.is-black .navbar-end .navbar-link { - color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, - .navbar.is-black .navbar-start .navbar-link:focus, - .navbar.is-black .navbar-start .navbar-link:hover, - .navbar.is-black .navbar-start .navbar-link.is-active, - .navbar.is-black .navbar-end > a.navbar-item:focus, - .navbar.is-black .navbar-end > a.navbar-item:hover, - .navbar.is-black .navbar-end > a.navbar-item.is-active, - .navbar.is-black .navbar-end .navbar-link:focus, - .navbar.is-black .navbar-end .navbar-link:hover, - .navbar.is-black .navbar-end .navbar-link.is-active { - background-color: #adadad; - color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-start .navbar-link::after, - .navbar.is-black .navbar-end .navbar-link::after { - border-color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #adadad; - color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); - } -} -.navbar.is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-brand > .navbar-item, -.navbar.is-light .navbar-brand .navbar-link { - color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, -.navbar.is-light .navbar-brand .navbar-link:focus, -.navbar.is-light .navbar-brand .navbar-link:hover, -.navbar.is-light .navbar-brand .navbar-link.is-active { - background-color: #383838; - color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-brand .navbar-link::after { - border-color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-burger { - color: rgb(157, 157, 157); -} -@media screen and (min-width: 1024px) { - .navbar.is-light .navbar-start > .navbar-item, - .navbar.is-light .navbar-start .navbar-link, - .navbar.is-light .navbar-end > .navbar-item, - .navbar.is-light .navbar-end .navbar-link { - color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, - .navbar.is-light .navbar-start .navbar-link:focus, - .navbar.is-light .navbar-start .navbar-link:hover, - .navbar.is-light .navbar-start .navbar-link.is-active, - .navbar.is-light .navbar-end > a.navbar-item:focus, - .navbar.is-light .navbar-end > a.navbar-item:hover, - .navbar.is-light .navbar-end > a.navbar-item.is-active, - .navbar.is-light .navbar-end .navbar-link:focus, - .navbar.is-light .navbar-end .navbar-link:hover, - .navbar.is-light .navbar-end .navbar-link.is-active { - background-color: #383838; - color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-start .navbar-link::after, - .navbar.is-light .navbar-end .navbar-link::after { - border-color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #383838; - color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); - } -} -.navbar.is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-brand > .navbar-item, -.navbar.is-dark .navbar-brand .navbar-link { - color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, -.navbar.is-dark .navbar-brand .navbar-link:focus, -.navbar.is-dark .navbar-brand .navbar-link:hover, -.navbar.is-dark .navbar-brand .navbar-link.is-active { - background-color: #979797; - color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-brand .navbar-link::after { - border-color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-burger { - color: rgb(109, 109, 109); -} -@media screen and (min-width: 1024px) { - .navbar.is-dark .navbar-start > .navbar-item, - .navbar.is-dark .navbar-start .navbar-link, - .navbar.is-dark .navbar-end > .navbar-item, - .navbar.is-dark .navbar-end .navbar-link { - color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, - .navbar.is-dark .navbar-start .navbar-link:focus, - .navbar.is-dark .navbar-start .navbar-link:hover, - .navbar.is-dark .navbar-start .navbar-link.is-active, - .navbar.is-dark .navbar-end > a.navbar-item:focus, - .navbar.is-dark .navbar-end > a.navbar-item:hover, - .navbar.is-dark .navbar-end > a.navbar-item.is-active, - .navbar.is-dark .navbar-end .navbar-link:focus, - .navbar.is-dark .navbar-end .navbar-link:hover, - .navbar.is-dark .navbar-end .navbar-link.is-active { - background-color: #979797; - color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-start .navbar-link::after, - .navbar.is-dark .navbar-end .navbar-link::after { - border-color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #979797; - color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); - } -} -.navbar.is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-brand > .navbar-item, -.navbar.is-primary .navbar-brand .navbar-link { - color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, -.navbar.is-primary .navbar-brand .navbar-link:focus, -.navbar.is-primary .navbar-brand .navbar-link:hover, -.navbar.is-primary .navbar-brand .navbar-link.is-active { - background-color: #b74656; - color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-brand .navbar-link::after { - border-color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-burger { - color: rgb(96, 148, 140); -} -@media screen and (min-width: 1024px) { - .navbar.is-primary .navbar-start > .navbar-item, - .navbar.is-primary .navbar-start .navbar-link, - .navbar.is-primary .navbar-end > .navbar-item, - .navbar.is-primary .navbar-end .navbar-link { - color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, - .navbar.is-primary .navbar-start .navbar-link:focus, - .navbar.is-primary .navbar-start .navbar-link:hover, - .navbar.is-primary .navbar-start .navbar-link.is-active, - .navbar.is-primary .navbar-end > a.navbar-item:focus, - .navbar.is-primary .navbar-end > a.navbar-item:hover, - .navbar.is-primary .navbar-end > a.navbar-item.is-active, - .navbar.is-primary .navbar-end .navbar-link:focus, - .navbar.is-primary .navbar-end .navbar-link:hover, - .navbar.is-primary .navbar-end .navbar-link.is-active { - background-color: #b74656; - color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-start .navbar-link::after, - .navbar.is-primary .navbar-end .navbar-link::after { - border-color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #b74656; - color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); - } -} -.navbar.is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-brand > .navbar-item, -.navbar.is-link .navbar-brand .navbar-link { - color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, -.navbar.is-link .navbar-brand .navbar-link:focus, -.navbar.is-link .navbar-brand .navbar-link:hover, -.navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #8b8153; - color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-brand .navbar-link::after { - border-color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-burger { - color: rgb(114, 119, 145); -} -@media screen and (min-width: 1024px) { - .navbar.is-link .navbar-start > .navbar-item, - .navbar.is-link .navbar-start .navbar-link, - .navbar.is-link .navbar-end > .navbar-item, - .navbar.is-link .navbar-end .navbar-link { - color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, - .navbar.is-link .navbar-start .navbar-link:focus, - .navbar.is-link .navbar-start .navbar-link:hover, - .navbar.is-link .navbar-start .navbar-link.is-active, - .navbar.is-link .navbar-end > a.navbar-item:focus, - .navbar.is-link .navbar-end > a.navbar-item:hover, - .navbar.is-link .navbar-end > a.navbar-item.is-active, - .navbar.is-link .navbar-end .navbar-link:focus, - .navbar.is-link .navbar-end .navbar-link:hover, - .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #8b8153; - color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-start .navbar-link::after, - .navbar.is-link .navbar-end .navbar-link::after { - border-color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #8b8153; - color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); - } -} -.navbar.is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-brand > .navbar-item, -.navbar.is-info .navbar-brand .navbar-link { - color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, -.navbar.is-info .navbar-brand .navbar-link:focus, -.navbar.is-info .navbar-brand .navbar-link:hover, -.navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #3082c5; - color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-brand .navbar-link::after { - border-color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-burger { - color: rgb(160, 120, 87); -} -@media screen and (min-width: 1024px) { - .navbar.is-info .navbar-start > .navbar-item, - .navbar.is-info .navbar-start .navbar-link, - .navbar.is-info .navbar-end > .navbar-item, - .navbar.is-info .navbar-end .navbar-link { - color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, - .navbar.is-info .navbar-start .navbar-link:focus, - .navbar.is-info .navbar-start .navbar-link:hover, - .navbar.is-info .navbar-start .navbar-link.is-active, - .navbar.is-info .navbar-end > a.navbar-item:focus, - .navbar.is-info .navbar-end > a.navbar-item:hover, - .navbar.is-info .navbar-end > a.navbar-item.is-active, - .navbar.is-info .navbar-end .navbar-link:focus, - .navbar.is-info .navbar-end .navbar-link:hover, - .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #3082c5; - color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-start .navbar-link::after, - .navbar.is-info .navbar-end .navbar-link::after { - border-color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3082c5; - color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); - } -} -.navbar.is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-brand > .navbar-item, -.navbar.is-success .navbar-brand .navbar-link { - color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, -.navbar.is-success .navbar-brand .navbar-link:focus, -.navbar.is-success .navbar-brand .navbar-link:hover, -.navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb81; - color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-brand .navbar-link::after { - border-color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-burger { - color: rgb(155, 92, 120); -} -@media screen and (min-width: 1024px) { - .navbar.is-success .navbar-start > .navbar-item, - .navbar.is-success .navbar-start .navbar-link, - .navbar.is-success .navbar-end > .navbar-item, - .navbar.is-success .navbar-end .navbar-link { - color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, - .navbar.is-success .navbar-start .navbar-link:focus, - .navbar.is-success .navbar-start .navbar-link:hover, - .navbar.is-success .navbar-start .navbar-link.is-active, - .navbar.is-success .navbar-end > a.navbar-item:focus, - .navbar.is-success .navbar-end > a.navbar-item:hover, - .navbar.is-success .navbar-end > a.navbar-item.is-active, - .navbar.is-success .navbar-end .navbar-link:focus, - .navbar.is-success .navbar-end .navbar-link:hover, - .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #3abb81; - color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-start .navbar-link::after, - .navbar.is-success .navbar-end .navbar-link::after { - border-color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3abb81; - color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); - } -} -.navbar.is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-brand > .navbar-item, -.navbar.is-warning .navbar-brand .navbar-link { - color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, -.navbar.is-warning .navbar-brand .navbar-link:focus, -.navbar.is-warning .navbar-brand .navbar-link:hover, -.navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd970; - color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-brand .navbar-link::after { - border-color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-burger { - color: rgb(64, 79, 122); -} -@media screen and (min-width: 1024px) { - .navbar.is-warning .navbar-start > .navbar-item, - .navbar.is-warning .navbar-start .navbar-link, - .navbar.is-warning .navbar-end > .navbar-item, - .navbar.is-warning .navbar-end .navbar-link { - color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, - .navbar.is-warning .navbar-start .navbar-link:focus, - .navbar.is-warning .navbar-start .navbar-link:hover, - .navbar.is-warning .navbar-start .navbar-link.is-active, - .navbar.is-warning .navbar-end > a.navbar-item:focus, - .navbar.is-warning .navbar-end > a.navbar-item:hover, - .navbar.is-warning .navbar-end > a.navbar-item.is-active, - .navbar.is-warning .navbar-end .navbar-link:focus, - .navbar.is-warning .navbar-end .navbar-link:hover, - .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd970; - color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-start .navbar-link::after, - .navbar.is-warning .navbar-end .navbar-link::after { - border-color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ffd970; - color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); - } -} -.navbar.is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-brand > .navbar-item, -.navbar.is-danger .navbar-brand .navbar-link { - color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, -.navbar.is-danger .navbar-brand .navbar-link:focus, -.navbar.is-danger .navbar-brand .navbar-link:hover, -.navbar.is-danger .navbar-brand .navbar-link.is-active { - background-color: #ef2e55; - color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-brand .navbar-link::after { - border-color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-burger { - color: rgb(71, 156, 139); -} -@media screen and (min-width: 1024px) { - .navbar.is-danger .navbar-start > .navbar-item, - .navbar.is-danger .navbar-start .navbar-link, - .navbar.is-danger .navbar-end > .navbar-item, - .navbar.is-danger .navbar-end .navbar-link { - color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, - .navbar.is-danger .navbar-start .navbar-link:focus, - .navbar.is-danger .navbar-start .navbar-link:hover, - .navbar.is-danger .navbar-start .navbar-link.is-active, - .navbar.is-danger .navbar-end > a.navbar-item:focus, - .navbar.is-danger .navbar-end > a.navbar-item:hover, - .navbar.is-danger .navbar-end > a.navbar-item.is-active, - .navbar.is-danger .navbar-end .navbar-link:focus, - .navbar.is-danger .navbar-end .navbar-link:hover, - .navbar.is-danger .navbar-end .navbar-link.is-active { - background-color: #ef2e55; - color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-start .navbar-link::after, - .navbar.is-danger .navbar-end .navbar-link::after { - border-color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ef2e55; - color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); - } -} -.navbar > .container { - align-items: stretch; - display: flex; - min-height: 3.25rem; - width: 100%; -} -.navbar.has-shadow { - box-shadow: 0 2px 0 0 rgb(69, 69, 69); -} -.navbar.is-fixed-bottom, .navbar.is-fixed-top { - left: 0; - position: fixed; - right: 0; - z-index: 30; -} -.navbar.is-fixed-bottom { - bottom: 0; -} -.navbar.is-fixed-bottom.has-shadow { - box-shadow: 0 -2px 0 0 rgb(69, 69, 69); -} -.navbar.is-fixed-top { - top: 0; -} - -html.has-navbar-fixed-top, -body.has-navbar-fixed-top { - padding-top: 3.25rem; -} -html.has-navbar-fixed-bottom, -body.has-navbar-fixed-bottom { - padding-bottom: 3.25rem; -} - -.navbar-brand, -.navbar-tabs { - align-items: stretch; - display: flex; - flex-shrink: 0; - min-height: 3.25rem; -} - -.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { - background-color: transparent; -} - -.navbar-tabs { - -webkit-overflow-scrolling: touch; - max-width: 100vw; - overflow-x: auto; - overflow-y: hidden; -} - -.navbar-burger { - color: rgb(154, 154, 154); - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - cursor: pointer; - display: block; - height: 3.25rem; - position: relative; - width: 3.25rem; - margin-right: auto; -} -.navbar-burger span { - background-color: currentColor; - display: block; - height: 1px; - left: calc(50% - 8px); - position: absolute; - transform-origin: center; - transition-duration: 86ms; - transition-property: background-color, opacity, transform; - transition-timing-function: ease-out; - width: 16px; -} -.navbar-burger span:nth-child(1) { - top: calc(50% - 6px); -} -.navbar-burger span:nth-child(2) { - top: calc(50% - 1px); -} -.navbar-burger span:nth-child(3) { - top: calc(50% + 4px); -} -.navbar-burger:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.navbar-burger.is-active span:nth-child(1) { - transform: translateY(5px) rotate(45deg); -} -.navbar-burger.is-active span:nth-child(2) { - opacity: 0; -} -.navbar-burger.is-active span:nth-child(3) { - transform: translateY(-5px) rotate(-45deg); -} - -.navbar-menu { - display: none; -} - -.navbar-item, -.navbar-link { - color: rgb(154, 154, 154); - display: block; - line-height: 1.5; - padding: 0.5rem 0.75rem; - position: relative; -} -.navbar-item .icon:only-child, -.navbar-link .icon:only-child { - margin-left: -0.25rem; - margin-right: -0.25rem; -} - -a.navbar-item, -.navbar-link { - cursor: pointer; -} -a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, -.navbar-link:focus, -.navbar-link:focus-within, -.navbar-link:hover, -.navbar-link.is-active { - background-color: rgb(66, 66, 66); - color: rgb(155, 144, 92); -} - -.navbar-item { - flex-grow: 0; - flex-shrink: 0; -} -.navbar-item img { - max-height: 1.75rem; -} -.navbar-item.has-dropdown { - padding: 0; -} -.navbar-item.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.navbar-item.is-tab { - border-bottom: 1px solid transparent; - min-height: 3.25rem; - padding-bottom: calc(0.5rem - 1px); -} -.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { - background-color: transparent; - border-bottom-color: rgb(155, 144, 92); -} -.navbar-item.is-tab.is-active { - background-color: transparent; - border-bottom-color: rgb(155, 144, 92); - border-bottom-style: solid; - border-bottom-width: 3px; - color: rgb(155, 144, 92); - padding-bottom: calc(0.5rem - 3px); -} - -.navbar-content { - flex-grow: 1; - flex-shrink: 1; -} - -.navbar-link:not(.is-arrowless) { - padding-left: 2.5em; -} -.navbar-link:not(.is-arrowless)::after { - border-color: rgb(155, 144, 92); - margin-top: -0.375em; - left: 1.125em; -} - -.navbar-dropdown { - font-size: 0.875rem; - padding-bottom: 0.5rem; - padding-top: 0.5rem; -} -.navbar-dropdown .navbar-item { - padding-left: 1.5rem; - padding-right: 1.5rem; -} - -.navbar-divider { - background-color: rgb(69, 69, 69); - border: none; - display: none; - height: 2px; - margin: 0.5rem 0; -} - -@media screen and (max-width: 1023px) { - .navbar > .container { - display: block; - } - .navbar-brand .navbar-item, - .navbar-tabs .navbar-item { - align-items: center; - display: flex; - } - .navbar-link::after { - display: none; - } - .navbar-menu { - background-color: rgb(64, 64, 64); - box-shadow: 0 8px 16px rgba(186, 186, 186, 0.1); - padding: 0.5rem 0; - } - .navbar-menu.is-active { - display: block; - } - .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { - left: 0; - position: fixed; - right: 0; - z-index: 30; - } - .navbar.is-fixed-bottom-touch { - bottom: 0; - } - .navbar.is-fixed-bottom-touch.has-shadow { - box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); - } - .navbar.is-fixed-top-touch { - top: 0; - } - .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu { - -webkit-overflow-scrolling: touch; - max-height: calc(100vh - 3.25rem); - overflow: auto; - } - html.has-navbar-fixed-top-touch, - body.has-navbar-fixed-top-touch { - padding-top: 3.25rem; - } - html.has-navbar-fixed-bottom-touch, - body.has-navbar-fixed-bottom-touch { - padding-bottom: 3.25rem; - } -} -@media screen and (min-width: 1024px) { - .navbar, - .navbar-menu, - .navbar-start, - .navbar-end { - align-items: stretch; - display: flex; - } - .navbar { - min-height: 3.25rem; - } - .navbar.is-spaced { - padding: 1rem 2rem; - } - .navbar.is-spaced .navbar-start, - .navbar.is-spaced .navbar-end { - align-items: center; - } - .navbar.is-spaced a.navbar-item, - .navbar.is-spaced .navbar-link { - border-radius: 4px; - } - .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, - .navbar.is-transparent .navbar-link:focus, - .navbar.is-transparent .navbar-link:hover, - .navbar.is-transparent .navbar-link.is-active { - background-color: transparent !important; - } - .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { - background-color: transparent !important; - } - .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { - background-color: rgb(69, 69, 69); - color: rgb(186, 186, 186); - } - .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(69, 69, 69); - color: rgb(155, 144, 92); - } - .navbar-burger { - display: none; - } - .navbar-item, - .navbar-link { - align-items: center; - display: flex; - } - .navbar-item.has-dropdown { - align-items: stretch; - } - .navbar-item.has-dropdown-up .navbar-link::after { - transform: rotate(135deg) translate(0.25em, -0.25em); - } - .navbar-item.has-dropdown-up .navbar-dropdown { - border-bottom: 2px solid rgb(82, 82, 82); - border-radius: 6px 6px 0 0; - border-top: none; - bottom: 100%; - box-shadow: 0 -8px 8px rgba(186, 186, 186, 0.1); - top: auto; - } - .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown { - display: block; - } - .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { - opacity: 1; - pointer-events: auto; - transform: translateY(0); - } - .navbar-menu { - flex-grow: 1; - flex-shrink: 0; - } - .navbar-start { - justify-content: flex-start; - margin-left: auto; - } - .navbar-end { - justify-content: flex-end; - margin-right: auto; - } - .navbar-dropdown { - background-color: rgb(64, 64, 64); - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 2px solid rgb(82, 82, 82); - box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1); - display: none; - font-size: 0.875rem; - right: 0; - min-width: 100%; - position: absolute; - top: 100%; - z-index: 20; - } - .navbar-dropdown .navbar-item { - padding: 0.375rem 1rem; - white-space: nowrap; - } - .navbar-dropdown a.navbar-item { - padding-left: 3rem; - } - .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { - background-color: rgb(69, 69, 69); - color: rgb(186, 186, 186); - } - .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(69, 69, 69); - color: rgb(155, 144, 92); - } - .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { - border-radius: 6px; - border-top: none; - box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1), 0 0 0 1px rgba(186, 186, 186, 0.1); - display: block; - opacity: 0; - pointer-events: none; - top: calc(100% + (-4px)); - transform: translateY(-5px); - transition-duration: 86ms; - transition-property: opacity, transform; - } - .navbar-dropdown.is-right { - left: auto; - right: 0; - } - .navbar-divider { - display: block; - } - .navbar > .container .navbar-brand, - .container > .navbar .navbar-brand { - margin-right: -0.75rem; - } - .navbar > .container .navbar-menu, - .container > .navbar .navbar-menu { - margin-left: -0.75rem; - } - .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { - left: 0; - position: fixed; - right: 0; - z-index: 30; - } - .navbar.is-fixed-bottom-desktop { - bottom: 0; - } - .navbar.is-fixed-bottom-desktop.has-shadow { - box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); - } - .navbar.is-fixed-top-desktop { - top: 0; - } - html.has-navbar-fixed-top-desktop, - body.has-navbar-fixed-top-desktop { - padding-top: 3.25rem; - } - html.has-navbar-fixed-bottom-desktop, - body.has-navbar-fixed-bottom-desktop { - padding-bottom: 3.25rem; - } - html.has-spaced-navbar-fixed-top, - body.has-spaced-navbar-fixed-top { - padding-top: 5.25rem; - } - html.has-spaced-navbar-fixed-bottom, - body.has-spaced-navbar-fixed-bottom { - padding-bottom: 5.25rem; - } - a.navbar-item.is-active, - .navbar-link.is-active { - color: rgb(186, 186, 186); - } - a.navbar-item.is-active:not(:focus):not(:hover), - .navbar-link.is-active:not(:focus):not(:hover) { - background-color: transparent; - } - .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link { - background-color: rgb(66, 66, 66); - } -} -.hero.is-fullheight-with-navbar { - min-height: calc(100vh - 3.25rem); -} - -/* Bulma Dark theme */ -.pagination { - font-size: 1rem; - margin: -0.25rem; -} -.pagination.is-small { - font-size: 0.75rem; -} -.pagination.is-medium { - font-size: 1.25rem; -} -.pagination.is-large { - font-size: 1.5rem; -} -.pagination.is-rounded .pagination-previous, -.pagination.is-rounded .pagination-next { - padding-left: 1em; - padding-right: 1em; - border-radius: 9999px; -} -.pagination.is-rounded .pagination-link { - border-radius: 9999px; -} - -.pagination, -.pagination-list { - align-items: center; - display: flex; - justify-content: center; - text-align: center; -} - -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis { - font-size: 1em; - justify-content: center; - margin: 0.25rem; - padding-left: 0.5em; - padding-right: 0.5em; - text-align: center; -} - -.pagination-previous, -.pagination-next, -.pagination-link { - border-color: rgb(82, 82, 82); - color: rgb(164, 164, 164); - min-width: 2.5em; -} -.pagination-previous:hover, -.pagination-next:hover, -.pagination-link:hover { - border-color: rgb(101, 101, 101); - color: rgb(164, 164, 164); -} -.pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus { - border-color: rgb(155, 144, 92); -} -.pagination-previous:active, -.pagination-next:active, -.pagination-link:active { - box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2); -} -.pagination-previous[disabled], .pagination-previous.is-disabled, -.pagination-next[disabled], -.pagination-next.is-disabled, -.pagination-link[disabled], -.pagination-link.is-disabled { - background-color: rgb(82, 82, 82); - border-color: rgb(82, 82, 82); - box-shadow: none; - color: rgb(130, 130, 130); - opacity: 0.5; -} - -.pagination-previous, -.pagination-next { - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; -} - -.pagination-link.is-current { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} - -.pagination-ellipsis { - color: hsl(0, 0%, 71%); - pointer-events: none; -} - -.pagination-list { - flex-wrap: wrap; -} -.pagination-list li { - list-style: none; -} - -@media screen and (max-width: 768px) { - .pagination { - flex-wrap: wrap; - } - .pagination-previous, - .pagination-next { - flex-grow: 1; - flex-shrink: 1; - } - .pagination-list li { - flex-grow: 1; - flex-shrink: 1; - } -} -@media screen and (min-width: 769px), print { - .pagination-list { - flex-grow: 1; - flex-shrink: 1; - justify-content: flex-start; - order: 1; - } - .pagination-previous, - .pagination-next, - .pagination-link, - .pagination-ellipsis { - margin-bottom: 0; - margin-top: 0; - } - .pagination-previous { - order: 2; - } - .pagination-next { - order: 3; - } - .pagination { - justify-content: space-between; - margin-bottom: 0; - margin-top: 0; - } - .pagination.is-centered .pagination-previous { - order: 1; - } - .pagination.is-centered .pagination-list { - justify-content: center; - order: 2; - } - .pagination.is-centered .pagination-next { - order: 3; - } - .pagination.is-right .pagination-previous { - order: 1; - } - .pagination.is-right .pagination-next { - order: 2; - } - .pagination.is-right .pagination-list { - justify-content: flex-end; - order: 3; - } -} -.panel { - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - font-size: 1rem; -} -.panel:not(:last-child) { - margin-bottom: 1.5rem; -} -.panel.is-white .panel-heading { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.panel.is-white .panel-tabs a.is-active { - border-bottom-color: rgb(64, 64, 64); -} -.panel.is-white .panel-block.is-active .panel-icon { - color: rgb(64, 64, 64); -} -.panel.is-black .panel-heading { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.panel.is-black .panel-tabs a.is-active { - border-bottom-color: rgb(186, 186, 186); -} -.panel.is-black .panel-block.is-active .panel-icon { - color: rgb(186, 186, 186); -} -.panel.is-light .panel-heading { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.panel.is-light .panel-tabs a.is-active { - border-bottom-color: rgb(69, 69, 69); -} -.panel.is-light .panel-block.is-active .panel-icon { - color: rgb(69, 69, 69); -} -.panel.is-dark .panel-heading { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.panel.is-dark .panel-tabs a.is-active { - border-bottom-color: rgb(164, 164, 164); -} -.panel.is-dark .panel-block.is-active .panel-icon { - color: rgb(164, 164, 164); -} -.panel.is-primary .panel-heading { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.panel.is-primary .panel-tabs a.is-active { - border-bottom-color: rgb(191, 87, 102); -} -.panel.is-primary .panel-block.is-active .panel-icon { - color: rgb(191, 87, 102); -} -.panel.is-link .panel-heading { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.panel.is-link .panel-tabs a.is-active { - border-bottom-color: rgb(155, 144, 92); -} -.panel.is-link .panel-block.is-active .panel-icon { - color: rgb(155, 144, 92); -} -.panel.is-info .panel-heading { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.panel.is-info .panel-tabs a.is-active { - border-bottom-color: hsl(207, 61%, 53%); -} -.panel.is-info .panel-block.is-active .panel-icon { - color: hsl(207, 61%, 53%); -} -.panel.is-success .panel-heading { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.panel.is-success .panel-tabs a.is-active { - border-bottom-color: hsl(153, 53%, 53%); -} -.panel.is-success .panel-block.is-active .panel-icon { - color: hsl(153, 53%, 53%); -} -.panel.is-warning .panel-heading { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.panel.is-warning .panel-tabs a.is-active { - border-bottom-color: hsl(44, 100%, 77%); -} -.panel.is-warning .panel-block.is-active .panel-icon { - color: hsl(44, 100%, 77%); -} -.panel.is-danger .panel-heading { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.panel.is-danger .panel-tabs a.is-active { - border-bottom-color: hsl(348, 86%, 61%); -} -.panel.is-danger .panel-block.is-active .panel-icon { - color: hsl(348, 86%, 61%); -} - -.panel-tabs:not(:last-child), -.panel-block:not(:last-child) { - border-bottom: 1px solid rgb(73, 73, 73); -} - -.panel-heading { - background-color: rgb(73, 73, 73); - border-radius: 6px 6px 0 0; - color: rgb(164, 164, 164); - font-size: 1.25em; - font-weight: 700; - line-height: 1.25; - padding: 0.75em 1em; -} - -.panel-tabs { - align-items: flex-end; - display: flex; - font-size: 0.875em; - justify-content: center; -} -.panel-tabs a { - border-bottom: 1px solid rgb(82, 82, 82); - margin-bottom: -1px; - padding: 0.5em; -} -.panel-tabs a.is-active { - border-bottom-color: rgb(154, 154, 154); - color: rgb(164, 164, 164); -} - -.panel-list a { - color: rgb(154, 154, 154); -} -.panel-list a:hover { - color: rgb(155, 144, 92); -} - -.panel-block { - align-items: center; - color: rgb(164, 164, 164); - display: flex; - justify-content: flex-start; - padding: 0.5em 0.75em; -} -.panel-block input[type=checkbox] { - margin-left: 0.75em; -} -.panel-block > .control { - flex-grow: 1; - flex-shrink: 1; - width: 100%; -} -.panel-block.is-wrapped { - flex-wrap: wrap; -} -.panel-block.is-active { - border-left-color: rgb(155, 144, 92); - color: rgb(164, 164, 164); -} -.panel-block.is-active .panel-icon { - color: rgb(155, 144, 92); -} -.panel-block:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -a.panel-block, -label.panel-block { - cursor: pointer; -} -a.panel-block:hover, -label.panel-block:hover { - background-color: rgb(69, 69, 69); -} - -.panel-icon { - display: inline-block; - font-size: 14px; - height: 1em; - line-height: 1em; - text-align: center; - vertical-align: top; - width: 1em; - color: rgb(130, 130, 130); - margin-left: 0.75em; -} -.panel-icon .fa { - font-size: inherit; - line-height: inherit; -} - -/* Bulma Dark theme */ -.tabs { - -webkit-overflow-scrolling: touch; - align-items: stretch; - display: flex; - font-size: 1rem; - justify-content: space-between; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; -} -.tabs a { - align-items: center; - border-bottom-color: rgb(82, 82, 82); - border-bottom-style: solid; - border-bottom-width: 1px; - color: rgb(154, 154, 154); - display: flex; - justify-content: center; - margin-bottom: -1px; - padding: 0.5em 1em; - vertical-align: top; -} -.tabs a:hover { - border-bottom-color: rgb(164, 164, 164); - color: rgb(164, 164, 164); -} -.tabs li { - display: block; -} -.tabs li.is-active a { - border-bottom-color: rgb(155, 144, 92); - color: rgb(155, 144, 92); -} -.tabs ul { - align-items: center; - border-bottom-color: rgb(82, 82, 82); - border-bottom-style: solid; - border-bottom-width: 1px; - display: flex; - flex-grow: 1; - flex-shrink: 0; - justify-content: flex-start; -} -.tabs ul.is-left { - padding-right: 0.75em; -} -.tabs ul.is-center { - flex: none; - justify-content: center; - padding-left: 0.75em; - padding-right: 0.75em; -} -.tabs ul.is-right { - justify-content: flex-end; - padding-left: 0.75em; -} -.tabs .icon:first-child { - margin-left: 0.5em; -} -.tabs .icon:last-child { - margin-right: 0.5em; -} -.tabs.is-centered ul { - justify-content: center; -} -.tabs.is-right ul { - justify-content: flex-end; -} -.tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 0 0 4px 4px; -} -.tabs.is-boxed a:hover { - background-color: rgb(69, 69, 69); - border-bottom-color: rgb(82, 82, 82); -} -.tabs.is-boxed li.is-active a { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - border-bottom-color: transparent !important; -} -.tabs.is-fullwidth li { - flex-grow: 1; - flex-shrink: 0; -} -.tabs.is-toggle a { - border-color: rgb(82, 82, 82); - border-style: solid; - border-width: 1px; - margin-bottom: 0; - position: relative; -} -.tabs.is-toggle a:hover { - background-color: rgb(69, 69, 69); - border-color: rgb(101, 101, 101); - z-index: 2; -} -.tabs.is-toggle li + li { - margin-right: -1px; -} -.tabs.is-toggle li:first-child a { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.tabs.is-toggle li:last-child a { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.tabs.is-toggle li.is-active a { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); - z-index: 1; -} -.tabs.is-toggle ul { - border-bottom: none; -} -.tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-right-radius: 9999px; - border-top-right-radius: 9999px; - padding-right: 1.25em; -} -.tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-left-radius: 9999px; - border-top-left-radius: 9999px; - padding-left: 1.25em; -} -.tabs.is-small { - font-size: 0.75rem; -} -.tabs.is-medium { - font-size: 1.25rem; -} -.tabs.is-large { - font-size: 1.5rem; -} - -/* Bulma Grid */ -.column { - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - padding: 0.75rem; -} -.columns.is-mobile > .column.is-narrow { - flex: none; - width: unset; -} -.columns.is-mobile > .column.is-full { - flex: none; - width: 100%; -} -.columns.is-mobile > .column.is-three-quarters { - flex: none; - width: 75%; -} -.columns.is-mobile > .column.is-two-thirds { - flex: none; - width: 66.6666%; -} -.columns.is-mobile > .column.is-half { - flex: none; - width: 50%; -} -.columns.is-mobile > .column.is-one-third { - flex: none; - width: 33.3333%; -} -.columns.is-mobile > .column.is-one-quarter { - flex: none; - width: 25%; -} -.columns.is-mobile > .column.is-one-fifth { - flex: none; - width: 20%; -} -.columns.is-mobile > .column.is-two-fifths { - flex: none; - width: 40%; -} -.columns.is-mobile > .column.is-three-fifths { - flex: none; - width: 60%; -} -.columns.is-mobile > .column.is-four-fifths { - flex: none; - width: 80%; -} -.columns.is-mobile > .column.is-offset-three-quarters { - margin-right: 75%; -} -.columns.is-mobile > .column.is-offset-two-thirds { - margin-right: 66.6666%; -} -.columns.is-mobile > .column.is-offset-half { - margin-right: 50%; -} -.columns.is-mobile > .column.is-offset-one-third { - margin-right: 33.3333%; -} -.columns.is-mobile > .column.is-offset-one-quarter { - margin-right: 25%; -} -.columns.is-mobile > .column.is-offset-one-fifth { - margin-right: 20%; -} -.columns.is-mobile > .column.is-offset-two-fifths { - margin-right: 40%; -} -.columns.is-mobile > .column.is-offset-three-fifths { - margin-right: 60%; -} -.columns.is-mobile > .column.is-offset-four-fifths { - margin-right: 80%; -} -.columns.is-mobile > .column.is-0 { - flex: none; - width: 0%; -} -.columns.is-mobile > .column.is-offset-0 { - margin-right: 0%; -} -.columns.is-mobile > .column.is-1 { - flex: none; - width: 8.33333337%; -} -.columns.is-mobile > .column.is-offset-1 { - margin-right: 8.33333337%; -} -.columns.is-mobile > .column.is-2 { - flex: none; - width: 16.66666674%; -} -.columns.is-mobile > .column.is-offset-2 { - margin-right: 16.66666674%; -} -.columns.is-mobile > .column.is-3 { - flex: none; - width: 25%; -} -.columns.is-mobile > .column.is-offset-3 { - margin-right: 25%; -} -.columns.is-mobile > .column.is-4 { - flex: none; - width: 33.33333337%; -} -.columns.is-mobile > .column.is-offset-4 { - margin-right: 33.33333337%; -} -.columns.is-mobile > .column.is-5 { - flex: none; - width: 41.66666674%; -} -.columns.is-mobile > .column.is-offset-5 { - margin-right: 41.66666674%; -} -.columns.is-mobile > .column.is-6 { - flex: none; - width: 50%; -} -.columns.is-mobile > .column.is-offset-6 { - margin-right: 50%; -} -.columns.is-mobile > .column.is-7 { - flex: none; - width: 58.33333337%; -} -.columns.is-mobile > .column.is-offset-7 { - margin-right: 58.33333337%; -} -.columns.is-mobile > .column.is-8 { - flex: none; - width: 66.66666674%; -} -.columns.is-mobile > .column.is-offset-8 { - margin-right: 66.66666674%; -} -.columns.is-mobile > .column.is-9 { - flex: none; - width: 75%; -} -.columns.is-mobile > .column.is-offset-9 { - margin-right: 75%; -} -.columns.is-mobile > .column.is-10 { - flex: none; - width: 83.33333337%; -} -.columns.is-mobile > .column.is-offset-10 { - margin-right: 83.33333337%; -} -.columns.is-mobile > .column.is-11 { - flex: none; - width: 91.66666674%; -} -.columns.is-mobile > .column.is-offset-11 { - margin-right: 91.66666674%; -} -.columns.is-mobile > .column.is-12 { - flex: none; - width: 100%; -} -.columns.is-mobile > .column.is-offset-12 { - margin-right: 100%; -} -@media screen and (max-width: 768px) { - .column.is-narrow-mobile { - flex: none; - width: unset; - } - .column.is-full-mobile { - flex: none; - width: 100%; - } - .column.is-three-quarters-mobile { - flex: none; - width: 75%; - } - .column.is-two-thirds-mobile { - flex: none; - width: 66.6666%; - } - .column.is-half-mobile { - flex: none; - width: 50%; - } - .column.is-one-third-mobile { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-mobile { - flex: none; - width: 25%; - } - .column.is-one-fifth-mobile { - flex: none; - width: 20%; - } - .column.is-two-fifths-mobile { - flex: none; - width: 40%; - } - .column.is-three-fifths-mobile { - flex: none; - width: 60%; - } - .column.is-four-fifths-mobile { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-mobile { - margin-right: 75%; - } - .column.is-offset-two-thirds-mobile { - margin-right: 66.6666%; - } - .column.is-offset-half-mobile { - margin-right: 50%; - } - .column.is-offset-one-third-mobile { - margin-right: 33.3333%; - } - .column.is-offset-one-quarter-mobile { - margin-right: 25%; - } - .column.is-offset-one-fifth-mobile { - margin-right: 20%; - } - .column.is-offset-two-fifths-mobile { - margin-right: 40%; - } - .column.is-offset-three-fifths-mobile { - margin-right: 60%; - } - .column.is-offset-four-fifths-mobile { - margin-right: 80%; - } - .column.is-0-mobile { - flex: none; - width: 0%; - } - .column.is-offset-0-mobile { - margin-right: 0%; - } - .column.is-1-mobile { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-mobile { - margin-right: 8.33333337%; - } - .column.is-2-mobile { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-mobile { - margin-right: 16.66666674%; - } - .column.is-3-mobile { - flex: none; - width: 25%; - } - .column.is-offset-3-mobile { - margin-right: 25%; - } - .column.is-4-mobile { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-mobile { - margin-right: 33.33333337%; - } - .column.is-5-mobile { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-mobile { - margin-right: 41.66666674%; - } - .column.is-6-mobile { - flex: none; - width: 50%; - } - .column.is-offset-6-mobile { - margin-right: 50%; - } - .column.is-7-mobile { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-mobile { - margin-right: 58.33333337%; - } - .column.is-8-mobile { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-mobile { - margin-right: 66.66666674%; - } - .column.is-9-mobile { - flex: none; - width: 75%; - } - .column.is-offset-9-mobile { - margin-right: 75%; - } - .column.is-10-mobile { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-mobile { - margin-right: 83.33333337%; - } - .column.is-11-mobile { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-mobile { - margin-right: 91.66666674%; - } - .column.is-12-mobile { - flex: none; - width: 100%; - } - .column.is-offset-12-mobile { - margin-right: 100%; - } -} -@media screen and (min-width: 769px), print { - .column.is-narrow, .column.is-narrow-tablet { - flex: none; - width: unset; - } - .column.is-full, .column.is-full-tablet { - flex: none; - width: 100%; - } - .column.is-three-quarters, .column.is-three-quarters-tablet { - flex: none; - width: 75%; - } - .column.is-two-thirds, .column.is-two-thirds-tablet { - flex: none; - width: 66.6666%; - } - .column.is-half, .column.is-half-tablet { - flex: none; - width: 50%; - } - .column.is-one-third, .column.is-one-third-tablet { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter, .column.is-one-quarter-tablet { - flex: none; - width: 25%; - } - .column.is-one-fifth, .column.is-one-fifth-tablet { - flex: none; - width: 20%; - } - .column.is-two-fifths, .column.is-two-fifths-tablet { - flex: none; - width: 40%; - } - .column.is-three-fifths, .column.is-three-fifths-tablet { - flex: none; - width: 60%; - } - .column.is-four-fifths, .column.is-four-fifths-tablet { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { - margin-right: 75%; - } - .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { - margin-right: 66.6666%; - } - .column.is-offset-half, .column.is-offset-half-tablet { - margin-right: 50%; - } - .column.is-offset-one-third, .column.is-offset-one-third-tablet { - margin-right: 33.3333%; - } - .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { - margin-right: 25%; - } - .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { - margin-right: 20%; - } - .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { - margin-right: 40%; - } - .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { - margin-right: 60%; - } - .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { - margin-right: 80%; - } - .column.is-0, .column.is-0-tablet { - flex: none; - width: 0%; - } - .column.is-offset-0, .column.is-offset-0-tablet { - margin-right: 0%; - } - .column.is-1, .column.is-1-tablet { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1, .column.is-offset-1-tablet { - margin-right: 8.33333337%; - } - .column.is-2, .column.is-2-tablet { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2, .column.is-offset-2-tablet { - margin-right: 16.66666674%; - } - .column.is-3, .column.is-3-tablet { - flex: none; - width: 25%; - } - .column.is-offset-3, .column.is-offset-3-tablet { - margin-right: 25%; - } - .column.is-4, .column.is-4-tablet { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4, .column.is-offset-4-tablet { - margin-right: 33.33333337%; - } - .column.is-5, .column.is-5-tablet { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5, .column.is-offset-5-tablet { - margin-right: 41.66666674%; - } - .column.is-6, .column.is-6-tablet { - flex: none; - width: 50%; - } - .column.is-offset-6, .column.is-offset-6-tablet { - margin-right: 50%; - } - .column.is-7, .column.is-7-tablet { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7, .column.is-offset-7-tablet { - margin-right: 58.33333337%; - } - .column.is-8, .column.is-8-tablet { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8, .column.is-offset-8-tablet { - margin-right: 66.66666674%; - } - .column.is-9, .column.is-9-tablet { - flex: none; - width: 75%; - } - .column.is-offset-9, .column.is-offset-9-tablet { - margin-right: 75%; - } - .column.is-10, .column.is-10-tablet { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10, .column.is-offset-10-tablet { - margin-right: 83.33333337%; - } - .column.is-11, .column.is-11-tablet { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11, .column.is-offset-11-tablet { - margin-right: 91.66666674%; - } - .column.is-12, .column.is-12-tablet { - flex: none; - width: 100%; - } - .column.is-offset-12, .column.is-offset-12-tablet { - margin-right: 100%; - } -} -@media screen and (max-width: 1023px) { - .column.is-narrow-touch { - flex: none; - width: unset; - } - .column.is-full-touch { - flex: none; - width: 100%; - } - .column.is-three-quarters-touch { - flex: none; - width: 75%; - } - .column.is-two-thirds-touch { - flex: none; - width: 66.6666%; - } - .column.is-half-touch { - flex: none; - width: 50%; - } - .column.is-one-third-touch { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-touch { - flex: none; - width: 25%; - } - .column.is-one-fifth-touch { - flex: none; - width: 20%; - } - .column.is-two-fifths-touch { - flex: none; - width: 40%; - } - .column.is-three-fifths-touch { - flex: none; - width: 60%; - } - .column.is-four-fifths-touch { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-touch { - margin-right: 75%; - } - .column.is-offset-two-thirds-touch { - margin-right: 66.6666%; - } - .column.is-offset-half-touch { - margin-right: 50%; - } - .column.is-offset-one-third-touch { - margin-right: 33.3333%; - } - .column.is-offset-one-quarter-touch { - margin-right: 25%; - } - .column.is-offset-one-fifth-touch { - margin-right: 20%; - } - .column.is-offset-two-fifths-touch { - margin-right: 40%; - } - .column.is-offset-three-fifths-touch { - margin-right: 60%; - } - .column.is-offset-four-fifths-touch { - margin-right: 80%; - } - .column.is-0-touch { - flex: none; - width: 0%; - } - .column.is-offset-0-touch { - margin-right: 0%; - } - .column.is-1-touch { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-touch { - margin-right: 8.33333337%; - } - .column.is-2-touch { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-touch { - margin-right: 16.66666674%; - } - .column.is-3-touch { - flex: none; - width: 25%; - } - .column.is-offset-3-touch { - margin-right: 25%; - } - .column.is-4-touch { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-touch { - margin-right: 33.33333337%; - } - .column.is-5-touch { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-touch { - margin-right: 41.66666674%; - } - .column.is-6-touch { - flex: none; - width: 50%; - } - .column.is-offset-6-touch { - margin-right: 50%; - } - .column.is-7-touch { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-touch { - margin-right: 58.33333337%; - } - .column.is-8-touch { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-touch { - margin-right: 66.66666674%; - } - .column.is-9-touch { - flex: none; - width: 75%; - } - .column.is-offset-9-touch { - margin-right: 75%; - } - .column.is-10-touch { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-touch { - margin-right: 83.33333337%; - } - .column.is-11-touch { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-touch { - margin-right: 91.66666674%; - } - .column.is-12-touch { - flex: none; - width: 100%; - } - .column.is-offset-12-touch { - margin-right: 100%; - } -} -@media screen and (min-width: 1024px) { - .column.is-narrow-desktop { - flex: none; - width: unset; - } - .column.is-full-desktop { - flex: none; - width: 100%; - } - .column.is-three-quarters-desktop { - flex: none; - width: 75%; - } - .column.is-two-thirds-desktop { - flex: none; - width: 66.6666%; - } - .column.is-half-desktop { - flex: none; - width: 50%; - } - .column.is-one-third-desktop { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-desktop { - flex: none; - width: 25%; - } - .column.is-one-fifth-desktop { - flex: none; - width: 20%; - } - .column.is-two-fifths-desktop { - flex: none; - width: 40%; - } - .column.is-three-fifths-desktop { - flex: none; - width: 60%; - } - .column.is-four-fifths-desktop { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-desktop { - margin-right: 75%; - } - .column.is-offset-two-thirds-desktop { - margin-right: 66.6666%; - } - .column.is-offset-half-desktop { - margin-right: 50%; - } - .column.is-offset-one-third-desktop { - margin-right: 33.3333%; - } - .column.is-offset-one-quarter-desktop { - margin-right: 25%; - } - .column.is-offset-one-fifth-desktop { - margin-right: 20%; - } - .column.is-offset-two-fifths-desktop { - margin-right: 40%; - } - .column.is-offset-three-fifths-desktop { - margin-right: 60%; - } - .column.is-offset-four-fifths-desktop { - margin-right: 80%; - } - .column.is-0-desktop { - flex: none; - width: 0%; - } - .column.is-offset-0-desktop { - margin-right: 0%; - } - .column.is-1-desktop { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-desktop { - margin-right: 8.33333337%; - } - .column.is-2-desktop { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-desktop { - margin-right: 16.66666674%; - } - .column.is-3-desktop { - flex: none; - width: 25%; - } - .column.is-offset-3-desktop { - margin-right: 25%; - } - .column.is-4-desktop { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-desktop { - margin-right: 33.33333337%; - } - .column.is-5-desktop { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-desktop { - margin-right: 41.66666674%; - } - .column.is-6-desktop { - flex: none; - width: 50%; - } - .column.is-offset-6-desktop { - margin-right: 50%; - } - .column.is-7-desktop { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-desktop { - margin-right: 58.33333337%; - } - .column.is-8-desktop { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-desktop { - margin-right: 66.66666674%; - } - .column.is-9-desktop { - flex: none; - width: 75%; - } - .column.is-offset-9-desktop { - margin-right: 75%; - } - .column.is-10-desktop { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-desktop { - margin-right: 83.33333337%; - } - .column.is-11-desktop { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-desktop { - margin-right: 91.66666674%; - } - .column.is-12-desktop { - flex: none; - width: 100%; - } - .column.is-offset-12-desktop { - margin-right: 100%; - } -} -@media screen and (min-width: 1216px) { - .column.is-narrow-widescreen { - flex: none; - width: unset; - } - .column.is-full-widescreen { - flex: none; - width: 100%; - } - .column.is-three-quarters-widescreen { - flex: none; - width: 75%; - } - .column.is-two-thirds-widescreen { - flex: none; - width: 66.6666%; - } - .column.is-half-widescreen { - flex: none; - width: 50%; - } - .column.is-one-third-widescreen { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-widescreen { - flex: none; - width: 25%; - } - .column.is-one-fifth-widescreen { - flex: none; - width: 20%; - } - .column.is-two-fifths-widescreen { - flex: none; - width: 40%; - } - .column.is-three-fifths-widescreen { - flex: none; - width: 60%; - } - .column.is-four-fifths-widescreen { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-widescreen { - margin-right: 75%; - } - .column.is-offset-two-thirds-widescreen { - margin-right: 66.6666%; - } - .column.is-offset-half-widescreen { - margin-right: 50%; - } - .column.is-offset-one-third-widescreen { - margin-right: 33.3333%; - } - .column.is-offset-one-quarter-widescreen { - margin-right: 25%; - } - .column.is-offset-one-fifth-widescreen { - margin-right: 20%; - } - .column.is-offset-two-fifths-widescreen { - margin-right: 40%; - } - .column.is-offset-three-fifths-widescreen { - margin-right: 60%; - } - .column.is-offset-four-fifths-widescreen { - margin-right: 80%; - } - .column.is-0-widescreen { - flex: none; - width: 0%; - } - .column.is-offset-0-widescreen { - margin-right: 0%; - } - .column.is-1-widescreen { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-widescreen { - margin-right: 8.33333337%; - } - .column.is-2-widescreen { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-widescreen { - margin-right: 16.66666674%; - } - .column.is-3-widescreen { - flex: none; - width: 25%; - } - .column.is-offset-3-widescreen { - margin-right: 25%; - } - .column.is-4-widescreen { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-widescreen { - margin-right: 33.33333337%; - } - .column.is-5-widescreen { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-widescreen { - margin-right: 41.66666674%; - } - .column.is-6-widescreen { - flex: none; - width: 50%; - } - .column.is-offset-6-widescreen { - margin-right: 50%; - } - .column.is-7-widescreen { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-widescreen { - margin-right: 58.33333337%; - } - .column.is-8-widescreen { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-widescreen { - margin-right: 66.66666674%; - } - .column.is-9-widescreen { - flex: none; - width: 75%; - } - .column.is-offset-9-widescreen { - margin-right: 75%; - } - .column.is-10-widescreen { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-widescreen { - margin-right: 83.33333337%; - } - .column.is-11-widescreen { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-widescreen { - margin-right: 91.66666674%; - } - .column.is-12-widescreen { - flex: none; - width: 100%; - } - .column.is-offset-12-widescreen { - margin-right: 100%; - } -} -@media screen and (min-width: 1408px) { - .column.is-narrow-fullhd { - flex: none; - width: unset; - } - .column.is-full-fullhd { - flex: none; - width: 100%; - } - .column.is-three-quarters-fullhd { - flex: none; - width: 75%; - } - .column.is-two-thirds-fullhd { - flex: none; - width: 66.6666%; - } - .column.is-half-fullhd { - flex: none; - width: 50%; - } - .column.is-one-third-fullhd { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-fullhd { - flex: none; - width: 25%; - } - .column.is-one-fifth-fullhd { - flex: none; - width: 20%; - } - .column.is-two-fifths-fullhd { - flex: none; - width: 40%; - } - .column.is-three-fifths-fullhd { - flex: none; - width: 60%; - } - .column.is-four-fifths-fullhd { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-fullhd { - margin-right: 75%; - } - .column.is-offset-two-thirds-fullhd { - margin-right: 66.6666%; - } - .column.is-offset-half-fullhd { - margin-right: 50%; - } - .column.is-offset-one-third-fullhd { - margin-right: 33.3333%; - } - .column.is-offset-one-quarter-fullhd { - margin-right: 25%; - } - .column.is-offset-one-fifth-fullhd { - margin-right: 20%; - } - .column.is-offset-two-fifths-fullhd { - margin-right: 40%; - } - .column.is-offset-three-fifths-fullhd { - margin-right: 60%; - } - .column.is-offset-four-fifths-fullhd { - margin-right: 80%; - } - .column.is-0-fullhd { - flex: none; - width: 0%; - } - .column.is-offset-0-fullhd { - margin-right: 0%; - } - .column.is-1-fullhd { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-fullhd { - margin-right: 8.33333337%; - } - .column.is-2-fullhd { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-fullhd { - margin-right: 16.66666674%; - } - .column.is-3-fullhd { - flex: none; - width: 25%; - } - .column.is-offset-3-fullhd { - margin-right: 25%; - } - .column.is-4-fullhd { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-fullhd { - margin-right: 33.33333337%; - } - .column.is-5-fullhd { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-fullhd { - margin-right: 41.66666674%; - } - .column.is-6-fullhd { - flex: none; - width: 50%; - } - .column.is-offset-6-fullhd { - margin-right: 50%; - } - .column.is-7-fullhd { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-fullhd { - margin-right: 58.33333337%; - } - .column.is-8-fullhd { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-fullhd { - margin-right: 66.66666674%; - } - .column.is-9-fullhd { - flex: none; - width: 75%; - } - .column.is-offset-9-fullhd { - margin-right: 75%; - } - .column.is-10-fullhd { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-fullhd { - margin-right: 83.33333337%; - } - .column.is-11-fullhd { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-fullhd { - margin-right: 91.66666674%; - } - .column.is-12-fullhd { - flex: none; - width: 100%; - } - .column.is-offset-12-fullhd { - margin-right: 100%; - } -} - -.columns { - margin-right: -0.75rem; - margin-left: -0.75rem; - margin-top: -0.75rem; -} -.columns:last-child { - margin-bottom: -0.75rem; -} -.columns:not(:last-child) { - margin-bottom: calc(1.5rem - 0.75rem); -} -.columns.is-centered { - justify-content: center; -} -.columns.is-gapless { - margin-right: 0; - margin-left: 0; - margin-top: 0; -} -.columns.is-gapless > .column { - margin: 0; - padding: 0 !important; -} -.columns.is-gapless:not(:last-child) { - margin-bottom: 1.5rem; -} -.columns.is-gapless:last-child { - margin-bottom: 0; -} -.columns.is-mobile { - display: flex; -} -.columns.is-multiline { - flex-wrap: wrap; -} -.columns.is-vcentered { - align-items: center; -} -@media screen and (min-width: 769px), print { - .columns:not(.is-desktop) { - display: flex; - } -} -@media screen and (min-width: 1024px) { - .columns.is-desktop { - display: flex; - } -} - -.columns.is-variable { - --columnGap: 0.75rem; - margin-right: calc(-1 * var(--columnGap)); - margin-left: calc(-1 * var(--columnGap)); -} -.columns.is-variable > .column { - padding-left: var(--columnGap); - padding-right: var(--columnGap); -} -.columns.is-variable.is-0 { - --columnGap: 0rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-0-mobile { - --columnGap: 0rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-0-tablet { - --columnGap: 0rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-0-tablet-only { - --columnGap: 0rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-0-touch { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-0-desktop { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-0-desktop-only { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-0-widescreen { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-0-widescreen-only { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-0-fullhd { - --columnGap: 0rem; - } -} -.columns.is-variable.is-1 { - --columnGap: 0.25rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-1-mobile { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-1-tablet { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-1-tablet-only { - --columnGap: 0.25rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-1-touch { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-1-desktop { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-1-desktop-only { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-1-widescreen { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-1-widescreen-only { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-1-fullhd { - --columnGap: 0.25rem; - } -} -.columns.is-variable.is-2 { - --columnGap: 0.5rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-2-mobile { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-2-tablet { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-2-tablet-only { - --columnGap: 0.5rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-2-touch { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-2-desktop { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-2-desktop-only { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-2-widescreen { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-2-widescreen-only { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-2-fullhd { - --columnGap: 0.5rem; - } -} -.columns.is-variable.is-3 { - --columnGap: 0.75rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-3-mobile { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-3-tablet { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-3-tablet-only { - --columnGap: 0.75rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-3-touch { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-3-desktop { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-3-desktop-only { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-3-widescreen { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-3-widescreen-only { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-3-fullhd { - --columnGap: 0.75rem; - } -} -.columns.is-variable.is-4 { - --columnGap: 1rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-4-mobile { - --columnGap: 1rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-4-tablet { - --columnGap: 1rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-4-tablet-only { - --columnGap: 1rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-4-touch { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-4-desktop { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-4-desktop-only { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-4-widescreen { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-4-widescreen-only { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-4-fullhd { - --columnGap: 1rem; - } -} -.columns.is-variable.is-5 { - --columnGap: 1.25rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-5-mobile { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-5-tablet { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-5-tablet-only { - --columnGap: 1.25rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-5-touch { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-5-desktop { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-5-desktop-only { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-5-widescreen { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-5-widescreen-only { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-5-fullhd { - --columnGap: 1.25rem; - } -} -.columns.is-variable.is-6 { - --columnGap: 1.5rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-6-mobile { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-6-tablet { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-6-tablet-only { - --columnGap: 1.5rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-6-touch { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-6-desktop { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-6-desktop-only { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-6-widescreen { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-6-widescreen-only { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-6-fullhd { - --columnGap: 1.5rem; - } -} -.columns.is-variable.is-7 { - --columnGap: 1.75rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-7-mobile { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-7-tablet { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-7-tablet-only { - --columnGap: 1.75rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-7-touch { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-7-desktop { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-7-desktop-only { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-7-widescreen { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-7-widescreen-only { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-7-fullhd { - --columnGap: 1.75rem; - } -} -.columns.is-variable.is-8 { - --columnGap: 2rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-8-mobile { - --columnGap: 2rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-8-tablet { - --columnGap: 2rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-8-tablet-only { - --columnGap: 2rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-8-touch { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-8-desktop { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-8-desktop-only { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-8-widescreen { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-8-widescreen-only { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-8-fullhd { - --columnGap: 2rem; - } -} - -.tile { - align-items: stretch; - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - min-height: -moz-min-content; - min-height: min-content; -} -.tile.is-ancestor { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; -} -.tile.is-ancestor:last-child { - margin-bottom: -0.75rem; -} -.tile.is-ancestor:not(:last-child) { - margin-bottom: 0.75rem; -} -.tile.is-child { - margin: 0 !important; -} -.tile.is-parent { - padding: 0.75rem; -} -.tile.is-vertical { - flex-direction: column; -} -.tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 1.5rem !important; -} -@media screen and (min-width: 769px), print { - .tile:not(.is-child) { - display: flex; - } - .tile.is-1 { - flex: none; - width: 8.33333337%; - } - .tile.is-2 { - flex: none; - width: 16.66666674%; - } - .tile.is-3 { - flex: none; - width: 25%; - } - .tile.is-4 { - flex: none; - width: 33.33333337%; - } - .tile.is-5 { - flex: none; - width: 41.66666674%; - } - .tile.is-6 { - flex: none; - width: 50%; - } - .tile.is-7 { - flex: none; - width: 58.33333337%; - } - .tile.is-8 { - flex: none; - width: 66.66666674%; - } - .tile.is-9 { - flex: none; - width: 75%; - } - .tile.is-10 { - flex: none; - width: 83.33333337%; - } - .tile.is-11 { - flex: none; - width: 91.66666674%; - } - .tile.is-12 { - flex: none; - width: 100%; - } -} - -/* Bulma Helpers */ -.has-text-white { - color: rgb(64, 64, 64) !important; -} - -a.has-text-white:hover, a.has-text-white:focus { - color: #272727 !important; -} - -.has-background-white { - background-color: rgb(64, 64, 64) !important; -} - -.has-text-black { - color: rgb(186, 186, 186) !important; -} - -a.has-text-black:hover, a.has-text-black:focus { - color: #a1a1a1 !important; -} - -.has-background-black { - background-color: rgb(186, 186, 186) !important; -} - -.has-text-light { - color: rgb(69, 69, 69) !important; -} - -a.has-text-light:hover, a.has-text-light:focus { - color: #2c2c2c !important; -} - -.has-background-light { - background-color: rgb(69, 69, 69) !important; -} - -.has-text-dark { - color: rgb(164, 164, 164) !important; -} - -a.has-text-dark:hover, a.has-text-dark:focus { - color: #8b8b8b !important; -} - -.has-background-dark { - background-color: rgb(164, 164, 164) !important; -} - -.has-text-primary { - color: rgb(191, 87, 102) !important; -} - -a.has-text-primary:hover, a.has-text-primary:focus { - color: #a43f4d !important; -} - -.has-background-primary { - background-color: rgb(191, 87, 102) !important; -} - -.has-text-primary-light { - color: rgb(229, 104, 122) !important; -} - -a.has-text-primary-light:hover, a.has-text-primary-light:focus { - color: #de3c54 !important; -} - -.has-background-primary-light { - background-color: rgb(229, 104, 122) !important; -} - -.has-text-primary-dark { - color: rgb(172, 78, 92) !important; -} - -a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { - color: #893e49 !important; -} - -.has-background-primary-dark { - background-color: rgb(172, 78, 92) !important; -} - -.has-text-link { - color: rgb(155, 144, 92) !important; -} - -a.has-text-link:hover, a.has-text-link:focus { - color: #7b7249 !important; -} - -.has-background-link { - background-color: rgb(155, 144, 92) !important; -} - -.has-text-link-light { - color: rgb(186, 173, 110) !important; -} - -a.has-text-link-light:hover, a.has-text-link-light:focus { - color: #a6974f !important; -} - -.has-background-link-light { - background-color: rgb(186, 173, 110) !important; -} - -.has-text-link-dark { - color: rgb(140, 130, 83) !important; -} - -a.has-text-link-dark:hover, a.has-text-link-dark:focus { - color: #6c6440 !important; -} - -.has-background-link-dark { - background-color: rgb(140, 130, 83) !important; -} - -.has-text-info { - color: hsl(207, 61%, 53%) !important; -} - -a.has-text-info:hover, a.has-text-info:focus { - color: #2b74b1 !important; -} - -.has-background-info { - background-color: hsl(207, 61%, 53%) !important; -} - -.has-text-info-light { - color: rgb(74, 170, 250) !important; -} - -a.has-text-info-light:hover, a.has-text-info-light:focus { - color: #1893f9 !important; -} - -.has-background-info-light { - background-color: rgb(74, 170, 250) !important; -} - -.has-text-info-dark { - color: rgb(56, 128, 187) !important; -} - -a.has-text-info-dark:hover, a.has-text-info-dark:focus { - color: #2c6594 !important; -} - -.has-background-info-dark { - background-color: rgb(56, 128, 187) !important; -} - -.has-text-success { - color: hsl(153, 53%, 53%) !important; -} - -a.has-text-success:hover, a.has-text-success:focus { - color: #34a873 !important; -} - -.has-background-success { - background-color: hsl(153, 53%, 53%) !important; -} - -.has-text-success-light { - color: rgb(86, 239, 170) !important; -} - -a.has-text-success-light:hover, a.has-text-success-light:focus { - color: #27eb93 !important; -} - -.has-background-success-light { - background-color: rgb(86, 239, 170) !important; -} - -.has-text-success-dark { - color: rgb(65, 179, 128) !important; -} - -a.has-text-success-dark:hover, a.has-text-success-dark:focus { - color: #338e65 !important; -} - -.has-background-success-dark { - background-color: rgb(65, 179, 128) !important; -} - -.has-text-warning { - color: hsl(44, 100%, 77%) !important; -} - -a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd257 !important; -} - -.has-background-warning { - background-color: hsl(44, 100%, 77%) !important; -} - -.has-text-warning-light { - color: rgb(255, 255, 166) !important; -} - -a.has-text-warning-light:hover, a.has-text-warning-light:focus { - color: #ffff73 !important; -} - -.has-background-warning-light { - background-color: rgb(255, 255, 166) !important; -} - -.has-text-warning-dark { - color: rgb(230, 202, 124) !important; -} - -a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { - color: #deb951 !important; -} - -.has-background-warning-dark { - background-color: rgb(230, 202, 124) !important; -} - -.has-text-danger { - color: hsl(348, 86%, 61%) !important; -} - -a.has-text-danger:hover, a.has-text-danger:focus { - color: #ee1742 !important; -} - -.has-background-danger { - background-color: hsl(348, 86%, 61%) !important; -} - -.has-text-danger-light { - color: rgb(255, 84, 125) !important; -} - -a.has-text-danger-light:hover, a.has-text-danger-light:focus { - color: #ff2156 !important; -} - -.has-background-danger-light { - background-color: rgb(255, 84, 125) !important; -} - -.has-text-danger-dark { - color: rgb(217, 63, 94) !important; -} - -a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { - color: #bf2645 !important; -} - -.has-background-danger-dark { - background-color: rgb(217, 63, 94) !important; -} - -.has-text-black-bis { - color: rgb(182, 182, 182) !important; -} - -.has-background-black-bis { - background-color: rgb(182, 182, 182) !important; -} - -.has-text-black-ter { - color: rgb(173, 173, 173) !important; -} - -.has-background-black-ter { - background-color: rgb(173, 173, 173) !important; -} - -.has-text-grey-darker { - color: rgb(164, 164, 164) !important; -} - -.has-background-grey-darker { - background-color: rgb(164, 164, 164) !important; -} - -.has-text-grey-dark { - color: rgb(154, 154, 154) !important; -} - -.has-background-grey-dark { - background-color: rgb(154, 154, 154) !important; -} - -.has-text-grey { - color: rgb(130, 130, 130) !important; -} - -.has-background-grey { - background-color: rgb(130, 130, 130) !important; -} - -.has-text-grey-light { - color: rgb(101, 101, 101) !important; -} - -.has-background-grey-light { - background-color: rgb(101, 101, 101) !important; -} - -.has-text-grey-lighter { - color: rgb(82, 82, 82) !important; -} - -.has-background-grey-lighter { - background-color: rgb(82, 82, 82) !important; -} - -.has-text-white-ter { - color: rgb(69, 69, 69) !important; -} - -.has-background-white-ter { - background-color: rgb(69, 69, 69) !important; -} - -.has-text-white-bis { - color: rgb(66, 66, 66) !important; -} - -.has-background-white-bis { - background-color: rgb(66, 66, 66) !important; -} - -.is-flex-direction-row { - flex-direction: row !important; -} - -.is-flex-direction-row-reverse { - flex-direction: row-reverse !important; -} - -.is-flex-direction-column { - flex-direction: column !important; -} - -.is-flex-direction-column-reverse { - flex-direction: column-reverse !important; -} - -.is-flex-wrap-nowrap { - flex-wrap: nowrap !important; -} - -.is-flex-wrap-wrap { - flex-wrap: wrap !important; -} - -.is-flex-wrap-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.is-justify-content-flex-start { - justify-content: flex-start !important; -} - -.is-justify-content-flex-end { - justify-content: flex-end !important; -} - -.is-justify-content-center { - justify-content: center !important; -} - -.is-justify-content-space-between { - justify-content: space-between !important; -} - -.is-justify-content-space-around { - justify-content: space-around !important; -} - -.is-justify-content-space-evenly { - justify-content: space-evenly !important; -} - -.is-justify-content-start { - justify-content: start !important; -} - -.is-justify-content-end { - justify-content: end !important; -} - -.is-justify-content-left { - justify-content: left !important; -} - -.is-justify-content-right { - justify-content: right !important; -} - -.is-align-content-flex-start { - align-content: flex-start !important; -} - -.is-align-content-flex-end { - align-content: flex-end !important; -} - -.is-align-content-center { - align-content: center !important; -} - -.is-align-content-space-between { - align-content: space-between !important; -} - -.is-align-content-space-around { - align-content: space-around !important; -} - -.is-align-content-space-evenly { - align-content: space-evenly !important; -} - -.is-align-content-stretch { - align-content: stretch !important; -} - -.is-align-content-start { - align-content: start !important; -} - -.is-align-content-end { - align-content: end !important; -} - -.is-align-content-baseline { - align-content: baseline !important; -} - -.is-align-items-stretch { - align-items: stretch !important; -} - -.is-align-items-flex-start { - align-items: flex-start !important; -} - -.is-align-items-flex-end { - align-items: flex-end !important; -} - -.is-align-items-center { - align-items: center !important; -} - -.is-align-items-baseline { - align-items: baseline !important; -} - -.is-align-items-start { - align-items: start !important; -} - -.is-align-items-end { - align-items: end !important; -} - -.is-align-items-self-start { - align-items: self-start !important; -} - -.is-align-items-self-end { - align-items: self-end !important; -} - -.is-align-self-auto { - align-self: auto !important; -} - -.is-align-self-flex-start { - align-self: flex-start !important; -} - -.is-align-self-flex-end { - align-self: flex-end !important; -} - -.is-align-self-center { - align-self: center !important; -} - -.is-align-self-baseline { - align-self: baseline !important; -} - -.is-align-self-stretch { - align-self: stretch !important; -} - -.is-flex-grow-0 { - flex-grow: 0 !important; -} - -.is-flex-grow-1 { - flex-grow: 1 !important; -} - -.is-flex-grow-2 { - flex-grow: 2 !important; -} - -.is-flex-grow-3 { - flex-grow: 3 !important; -} - -.is-flex-grow-4 { - flex-grow: 4 !important; -} - -.is-flex-grow-5 { - flex-grow: 5 !important; -} - -.is-flex-shrink-0 { - flex-shrink: 0 !important; -} - -.is-flex-shrink-1 { - flex-shrink: 1 !important; -} - -.is-flex-shrink-2 { - flex-shrink: 2 !important; -} - -.is-flex-shrink-3 { - flex-shrink: 3 !important; -} - -.is-flex-shrink-4 { - flex-shrink: 4 !important; -} - -.is-flex-shrink-5 { - flex-shrink: 5 !important; -} - -.is-clearfix::after { - clear: both; - content: " "; - display: table; -} - -.is-pulled-left { - float: left !important; -} - -.is-pulled-right { - float: right !important; -} - -/* Bulma Dark theme */ -.is-radiusless { - border-radius: 0 !important; -} - -.is-shadowless { - box-shadow: none !important; -} - -.is-clickable { - cursor: pointer !important; - pointer-events: all !important; -} - -.is-clipped { - overflow: hidden !important; -} - -/* Bulma Dark theme */ -.is-relative { - position: relative !important; -} - -.is-marginless { - margin: 0 !important; -} - -.is-paddingless { - padding: 0 !important; -} - -.m-0 { - margin: 0 !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mr-0 { - margin-right: 0 !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.ml-0 { - margin-left: 0 !important; -} - -.mx-0 { - margin-left: 0 !important; - margin-right: 0 !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mr-1 { - margin-right: 0.25rem !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.ml-1 { - margin-left: 0.25rem !important; -} - -.mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mr-2 { - margin-right: 0.5rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.ml-2 { - margin-left: 0.5rem !important; -} - -.mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.m-3 { - margin: 0.75rem !important; -} - -.mt-3 { - margin-top: 0.75rem !important; -} - -.mr-3 { - margin-right: 0.75rem !important; -} - -.mb-3 { - margin-bottom: 0.75rem !important; -} - -.ml-3 { - margin-left: 0.75rem !important; -} - -.mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; -} - -.my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; -} - -.m-4 { - margin: 1rem !important; -} - -.mt-4 { - margin-top: 1rem !important; -} - -.mr-4 { - margin-right: 1rem !important; -} - -.mb-4 { - margin-bottom: 1rem !important; -} - -.ml-4 { - margin-left: 1rem !important; -} - -.mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; -} - -.my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.m-5 { - margin: 1.5rem !important; -} - -.mt-5 { - margin-top: 1.5rem !important; -} - -.mr-5 { - margin-right: 1.5rem !important; -} - -.mb-5 { - margin-bottom: 1.5rem !important; -} - -.ml-5 { - margin-left: 1.5rem !important; -} - -.mx-5 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; -} - -.my-5 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.m-6 { - margin: 3rem !important; -} - -.mt-6 { - margin-top: 3rem !important; -} - -.mr-6 { - margin-right: 3rem !important; -} - -.mb-6 { - margin-bottom: 3rem !important; -} - -.ml-6 { - margin-left: 3rem !important; -} - -.mx-6 { - margin-left: 3rem !important; - margin-right: 3rem !important; -} - -.my-6 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.mr-auto { - margin-right: auto !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ml-auto { - margin-left: auto !important; -} - -.mx-auto { - margin-left: auto !important; - margin-right: auto !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.p-0 { - padding: 0 !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pr-0 { - padding-right: 0 !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pl-0 { - padding-left: 0 !important; -} - -.px-0 { - padding-left: 0 !important; - padding-right: 0 !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pr-1 { - padding-right: 0.25rem !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pl-1 { - padding-left: 0.25rem !important; -} - -.px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pr-2 { - padding-right: 0.5rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pl-2 { - padding-left: 0.5rem !important; -} - -.px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.p-3 { - padding: 0.75rem !important; -} - -.pt-3 { - padding-top: 0.75rem !important; -} - -.pr-3 { - padding-right: 0.75rem !important; -} - -.pb-3 { - padding-bottom: 0.75rem !important; -} - -.pl-3 { - padding-left: 0.75rem !important; -} - -.px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; -} - -.py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; -} - -.p-4 { - padding: 1rem !important; -} - -.pt-4 { - padding-top: 1rem !important; -} - -.pr-4 { - padding-right: 1rem !important; -} - -.pb-4 { - padding-bottom: 1rem !important; -} - -.pl-4 { - padding-left: 1rem !important; -} - -.px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; -} - -.py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.p-5 { - padding: 1.5rem !important; -} - -.pt-5 { - padding-top: 1.5rem !important; -} - -.pr-5 { - padding-right: 1.5rem !important; -} - -.pb-5 { - padding-bottom: 1.5rem !important; -} - -.pl-5 { - padding-left: 1.5rem !important; -} - -.px-5 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; -} - -.py-5 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.p-6 { - padding: 3rem !important; -} - -.pt-6 { - padding-top: 3rem !important; -} - -.pr-6 { - padding-right: 3rem !important; -} - -.pb-6 { - padding-bottom: 3rem !important; -} - -.pl-6 { - padding-left: 3rem !important; -} - -.px-6 { - padding-left: 3rem !important; - padding-right: 3rem !important; -} - -.py-6 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.p-auto { - padding: auto !important; -} - -.pt-auto { - padding-top: auto !important; -} - -.pr-auto { - padding-right: auto !important; -} - -.pb-auto { - padding-bottom: auto !important; -} - -.pl-auto { - padding-left: auto !important; -} - -.px-auto { - padding-left: auto !important; - padding-right: auto !important; -} - -.py-auto { - padding-top: auto !important; - padding-bottom: auto !important; -} - -.is-size-1 { - font-size: 3rem !important; -} - -.is-size-2 { - font-size: 2.5rem !important; -} - -.is-size-3 { - font-size: 2rem !important; -} - -.is-size-4 { - font-size: 1.5rem !important; -} - -.is-size-5 { - font-size: 1.25rem !important; -} - -.is-size-6 { - font-size: 1rem !important; -} - -.is-size-7 { - font-size: 0.75rem !important; -} - -@media screen and (max-width: 768px) { - .is-size-1-mobile { - font-size: 3rem !important; - } - .is-size-2-mobile { - font-size: 2.5rem !important; - } - .is-size-3-mobile { - font-size: 2rem !important; - } - .is-size-4-mobile { - font-size: 1.5rem !important; - } - .is-size-5-mobile { - font-size: 1.25rem !important; - } - .is-size-6-mobile { - font-size: 1rem !important; - } - .is-size-7-mobile { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 769px), print { - .is-size-1-tablet { - font-size: 3rem !important; - } - .is-size-2-tablet { - font-size: 2.5rem !important; - } - .is-size-3-tablet { - font-size: 2rem !important; - } - .is-size-4-tablet { - font-size: 1.5rem !important; - } - .is-size-5-tablet { - font-size: 1.25rem !important; - } - .is-size-6-tablet { - font-size: 1rem !important; - } - .is-size-7-tablet { - font-size: 0.75rem !important; - } -} -@media screen and (max-width: 1023px) { - .is-size-1-touch { - font-size: 3rem !important; - } - .is-size-2-touch { - font-size: 2.5rem !important; - } - .is-size-3-touch { - font-size: 2rem !important; - } - .is-size-4-touch { - font-size: 1.5rem !important; - } - .is-size-5-touch { - font-size: 1.25rem !important; - } - .is-size-6-touch { - font-size: 1rem !important; - } - .is-size-7-touch { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1024px) { - .is-size-1-desktop { - font-size: 3rem !important; - } - .is-size-2-desktop { - font-size: 2.5rem !important; - } - .is-size-3-desktop { - font-size: 2rem !important; - } - .is-size-4-desktop { - font-size: 1.5rem !important; - } - .is-size-5-desktop { - font-size: 1.25rem !important; - } - .is-size-6-desktop { - font-size: 1rem !important; - } - .is-size-7-desktop { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1216px) { - .is-size-1-widescreen { - font-size: 3rem !important; - } - .is-size-2-widescreen { - font-size: 2.5rem !important; - } - .is-size-3-widescreen { - font-size: 2rem !important; - } - .is-size-4-widescreen { - font-size: 1.5rem !important; - } - .is-size-5-widescreen { - font-size: 1.25rem !important; - } - .is-size-6-widescreen { - font-size: 1rem !important; - } - .is-size-7-widescreen { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1408px) { - .is-size-1-fullhd { - font-size: 3rem !important; - } - .is-size-2-fullhd { - font-size: 2.5rem !important; - } - .is-size-3-fullhd { - font-size: 2rem !important; - } - .is-size-4-fullhd { - font-size: 1.5rem !important; - } - .is-size-5-fullhd { - font-size: 1.25rem !important; - } - .is-size-6-fullhd { - font-size: 1rem !important; - } - .is-size-7-fullhd { - font-size: 0.75rem !important; - } -} -.has-text-centered { - text-align: center !important; -} - -.has-text-justified { - text-align: justify !important; -} - -.has-text-left { - text-align: left !important; -} - -.has-text-right { - text-align: right !important; -} - -@media screen and (max-width: 768px) { - .has-text-centered-mobile { - text-align: center !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-centered-tablet { - text-align: center !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-centered-tablet-only { - text-align: center !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-centered-touch { - text-align: center !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-centered-desktop { - text-align: center !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-centered-desktop-only { - text-align: center !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-centered-widescreen { - text-align: center !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-centered-widescreen-only { - text-align: center !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-centered-fullhd { - text-align: center !important; - } -} -@media screen and (max-width: 768px) { - .has-text-justified-mobile { - text-align: justify !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-justified-tablet { - text-align: justify !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-justified-tablet-only { - text-align: justify !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-justified-touch { - text-align: justify !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-justified-desktop { - text-align: justify !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-justified-desktop-only { - text-align: justify !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-justified-widescreen { - text-align: justify !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-justified-widescreen-only { - text-align: justify !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-justified-fullhd { - text-align: justify !important; - } -} -@media screen and (max-width: 768px) { - .has-text-left-mobile { - text-align: left !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-left-tablet { - text-align: left !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-left-tablet-only { - text-align: left !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-left-touch { - text-align: left !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-left-desktop { - text-align: left !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-left-desktop-only { - text-align: left !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-left-widescreen { - text-align: left !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-left-widescreen-only { - text-align: left !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-left-fullhd { - text-align: left !important; - } -} -@media screen and (max-width: 768px) { - .has-text-right-mobile { - text-align: right !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-right-tablet { - text-align: right !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-right-tablet-only { - text-align: right !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-right-touch { - text-align: right !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-right-desktop { - text-align: right !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-right-desktop-only { - text-align: right !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-right-widescreen { - text-align: right !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-right-widescreen-only { - text-align: right !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-right-fullhd { - text-align: right !important; - } -} -.is-capitalized { - text-transform: capitalize !important; -} - -.is-lowercase { - text-transform: lowercase !important; -} - -.is-uppercase { - text-transform: uppercase !important; -} - -.is-italic { - font-style: italic !important; -} - -.is-underlined { - text-decoration: underline !important; -} - -.has-text-weight-light { - font-weight: 300 !important; -} - -.has-text-weight-normal { - font-weight: 400 !important; -} - -.has-text-weight-medium { - font-weight: 500 !important; -} - -.has-text-weight-semibold { - font-weight: 600 !important; -} - -.has-text-weight-bold { - font-weight: 700 !important; -} - -.is-family-primary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; -} - -.is-family-secondary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; -} - -.is-family-sans-serif { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; -} - -.is-family-monospace { - font-family: monospace !important; -} - -.is-family-code { - font-family: monospace !important; -} - -.is-block { - display: block !important; -} - -@media screen and (max-width: 768px) { - .is-block-mobile { - display: block !important; - } -} -@media screen and (min-width: 769px), print { - .is-block-tablet { - display: block !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-block-tablet-only { - display: block !important; - } -} -@media screen and (max-width: 1023px) { - .is-block-touch { - display: block !important; - } -} -@media screen and (min-width: 1024px) { - .is-block-desktop { - display: block !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-block-desktop-only { - display: block !important; - } -} -@media screen and (min-width: 1216px) { - .is-block-widescreen { - display: block !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-block-widescreen-only { - display: block !important; - } -} -@media screen and (min-width: 1408px) { - .is-block-fullhd { - display: block !important; - } -} -.is-flex { - display: flex !important; -} - -@media screen and (max-width: 768px) { - .is-flex-mobile { - display: flex !important; - } -} -@media screen and (min-width: 769px), print { - .is-flex-tablet { - display: flex !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-flex-tablet-only { - display: flex !important; - } -} -@media screen and (max-width: 1023px) { - .is-flex-touch { - display: flex !important; - } -} -@media screen and (min-width: 1024px) { - .is-flex-desktop { - display: flex !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-flex-desktop-only { - display: flex !important; - } -} -@media screen and (min-width: 1216px) { - .is-flex-widescreen { - display: flex !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-flex-widescreen-only { - display: flex !important; - } -} -@media screen and (min-width: 1408px) { - .is-flex-fullhd { - display: flex !important; - } -} -.is-inline { - display: inline !important; -} - -@media screen and (max-width: 768px) { - .is-inline-mobile { - display: inline !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-tablet { - display: inline !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-tablet-only { - display: inline !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-touch { - display: inline !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-desktop { - display: inline !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-desktop-only { - display: inline !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-widescreen { - display: inline !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-widescreen-only { - display: inline !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-fullhd { - display: inline !important; - } -} -.is-inline-block { - display: inline-block !important; -} - -@media screen and (max-width: 768px) { - .is-inline-block-mobile { - display: inline-block !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-block-tablet { - display: inline-block !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-block-tablet-only { - display: inline-block !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-block-touch { - display: inline-block !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-block-desktop { - display: inline-block !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-block-desktop-only { - display: inline-block !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-block-widescreen { - display: inline-block !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-block-widescreen-only { - display: inline-block !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-block-fullhd { - display: inline-block !important; - } -} -.is-inline-flex { - display: inline-flex !important; -} - -@media screen and (max-width: 768px) { - .is-inline-flex-mobile { - display: inline-flex !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-flex-tablet { - display: inline-flex !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-flex-tablet-only { - display: inline-flex !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-flex-touch { - display: inline-flex !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-flex-desktop { - display: inline-flex !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-flex-desktop-only { - display: inline-flex !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-flex-widescreen { - display: inline-flex !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-flex-widescreen-only { - display: inline-flex !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-flex-fullhd { - display: inline-flex !important; - } -} -.is-hidden { - display: none !important; -} - -.is-sr-only { - border: none !important; - clip: rect(0, 0, 0, 0) !important; - height: 0.01em !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - white-space: nowrap !important; - width: 0.01em !important; -} - -@media screen and (max-width: 768px) { - .is-hidden-mobile { - display: none !important; - } -} -@media screen and (min-width: 769px), print { - .is-hidden-tablet { - display: none !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-hidden-tablet-only { - display: none !important; - } -} -@media screen and (max-width: 1023px) { - .is-hidden-touch { - display: none !important; - } -} -@media screen and (min-width: 1024px) { - .is-hidden-desktop { - display: none !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-hidden-desktop-only { - display: none !important; - } -} -@media screen and (min-width: 1216px) { - .is-hidden-widescreen { - display: none !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-hidden-widescreen-only { - display: none !important; - } -} -@media screen and (min-width: 1408px) { - .is-hidden-fullhd { - display: none !important; - } -} -.is-invisible { - visibility: hidden !important; -} - -@media screen and (max-width: 768px) { - .is-invisible-mobile { - visibility: hidden !important; - } -} -@media screen and (min-width: 769px), print { - .is-invisible-tablet { - visibility: hidden !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-invisible-tablet-only { - visibility: hidden !important; - } -} -@media screen and (max-width: 1023px) { - .is-invisible-touch { - visibility: hidden !important; - } -} -@media screen and (min-width: 1024px) { - .is-invisible-desktop { - visibility: hidden !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-invisible-desktop-only { - visibility: hidden !important; - } -} -@media screen and (min-width: 1216px) { - .is-invisible-widescreen { - visibility: hidden !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-invisible-widescreen-only { - visibility: hidden !important; - } -} -@media screen and (min-width: 1408px) { - .is-invisible-fullhd { - visibility: hidden !important; - } -} -/* Bulma Layout */ -/* Bulma Dark theme */ -.hero { - align-items: stretch; - display: flex; - flex-direction: column; - justify-content: space-between; -} -.hero .navbar { - background: none; -} -.hero .tabs ul { - border-bottom: none; -} -.hero.is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-white strong { - color: inherit; -} -.hero.is-white .title { - color: rgb(186, 186, 186); -} -.hero.is-white .subtitle { - color: rgba(186, 186, 186, 0.9); -} -.hero.is-white .subtitle a:not(.button), -.hero.is-white .subtitle strong { - color: rgb(186, 186, 186); -} -@media screen and (max-width: 1023px) { - .hero.is-white .navbar-menu { - background-color: rgb(64, 64, 64); - } -} -.hero.is-white .navbar-item, -.hero.is-white .navbar-link { - color: rgba(186, 186, 186, 0.7); -} -.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, -.hero.is-white .navbar-link:hover, -.hero.is-white .navbar-link.is-active { - background-color: #333333; - color: rgb(186, 186, 186); -} -.hero.is-white .tabs a { - color: rgb(186, 186, 186); - opacity: 0.9; -} -.hero.is-white .tabs a:hover { - opacity: 1; -} -.hero.is-white .tabs li.is-active a { - color: rgb(64, 64, 64) !important; - opacity: 1; -} -.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: rgb(186, 186, 186); -} -.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.hero.is-white.is-bold { - background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); -} -@media screen and (max-width: 768px) { - .hero.is-white.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); - } -} -.hero.is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-black strong { - color: inherit; -} -.hero.is-black .title { - color: rgb(64, 64, 64); -} -.hero.is-black .subtitle { - color: rgba(64, 64, 64, 0.9); -} -.hero.is-black .subtitle a:not(.button), -.hero.is-black .subtitle strong { - color: rgb(64, 64, 64); -} -@media screen and (max-width: 1023px) { - .hero.is-black .navbar-menu { - background-color: rgb(186, 186, 186); - } -} -.hero.is-black .navbar-item, -.hero.is-black .navbar-link { - color: rgba(64, 64, 64, 0.7); -} -.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, -.hero.is-black .navbar-link:hover, -.hero.is-black .navbar-link.is-active { - background-color: #adadad; - color: rgb(64, 64, 64); -} -.hero.is-black .tabs a { - color: rgb(64, 64, 64); - opacity: 0.9; -} -.hero.is-black .tabs a:hover { - opacity: 1; -} -.hero.is-black .tabs li.is-active a { - color: rgb(186, 186, 186) !important; - opacity: 1; -} -.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { - color: rgb(64, 64, 64); -} -.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.hero.is-black.is-bold { - background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); -} -@media screen and (max-width: 768px) { - .hero.is-black.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); - } -} -.hero.is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-light strong { - color: inherit; -} -.hero.is-light .title { - color: rgb(157, 157, 157); -} -.hero.is-light .subtitle { - color: rgba(157, 157, 157, 0.9); -} -.hero.is-light .subtitle a:not(.button), -.hero.is-light .subtitle strong { - color: rgb(157, 157, 157); -} -@media screen and (max-width: 1023px) { - .hero.is-light .navbar-menu { - background-color: rgb(69, 69, 69); - } -} -.hero.is-light .navbar-item, -.hero.is-light .navbar-link { - color: rgba(157, 157, 157, 0.7); -} -.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, -.hero.is-light .navbar-link:hover, -.hero.is-light .navbar-link.is-active { - background-color: #383838; - color: rgb(157, 157, 157); -} -.hero.is-light .tabs a { - color: rgb(157, 157, 157); - opacity: 0.9; -} -.hero.is-light .tabs a:hover { - opacity: 1; -} -.hero.is-light .tabs li.is-active a { - color: rgb(69, 69, 69) !important; - opacity: 1; -} -.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: rgb(157, 157, 157); -} -.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: rgb(157, 157, 157); - border-color: rgb(157, 157, 157); - color: rgb(69, 69, 69); -} -.hero.is-light.is-bold { - background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); -} -@media screen and (max-width: 768px) { - .hero.is-light.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); - } -} -.hero.is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-dark strong { - color: inherit; -} -.hero.is-dark .title { - color: rgb(109, 109, 109); -} -.hero.is-dark .subtitle { - color: rgba(109, 109, 109, 0.9); -} -.hero.is-dark .subtitle a:not(.button), -.hero.is-dark .subtitle strong { - color: rgb(109, 109, 109); -} -@media screen and (max-width: 1023px) { - .hero.is-dark .navbar-menu { - background-color: rgb(164, 164, 164); - } -} -.hero.is-dark .navbar-item, -.hero.is-dark .navbar-link { - color: rgba(109, 109, 109, 0.7); -} -.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, -.hero.is-dark .navbar-link:hover, -.hero.is-dark .navbar-link.is-active { - background-color: #979797; - color: rgb(109, 109, 109); -} -.hero.is-dark .tabs a { - color: rgb(109, 109, 109); - opacity: 0.9; -} -.hero.is-dark .tabs a:hover { - opacity: 1; -} -.hero.is-dark .tabs li.is-active a { - color: rgb(164, 164, 164) !important; - opacity: 1; -} -.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { - color: rgb(109, 109, 109); -} -.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: rgb(109, 109, 109); - border-color: rgb(109, 109, 109); - color: rgb(164, 164, 164); -} -.hero.is-dark.is-bold { - background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); -} -@media screen and (max-width: 768px) { - .hero.is-dark.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); - } -} -.hero.is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-primary strong { - color: inherit; -} -.hero.is-primary .title { - color: rgb(96, 148, 140); -} -.hero.is-primary .subtitle { - color: rgba(96, 148, 140, 0.9); -} -.hero.is-primary .subtitle a:not(.button), -.hero.is-primary .subtitle strong { - color: rgb(96, 148, 140); -} -@media screen and (max-width: 1023px) { - .hero.is-primary .navbar-menu { - background-color: rgb(191, 87, 102); - } -} -.hero.is-primary .navbar-item, -.hero.is-primary .navbar-link { - color: rgba(96, 148, 140, 0.7); -} -.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, -.hero.is-primary .navbar-link:hover, -.hero.is-primary .navbar-link.is-active { - background-color: #b74656; - color: rgb(96, 148, 140); -} -.hero.is-primary .tabs a { - color: rgb(96, 148, 140); - opacity: 0.9; -} -.hero.is-primary .tabs a:hover { - opacity: 1; -} -.hero.is-primary .tabs li.is-active a { - color: rgb(191, 87, 102) !important; - opacity: 1; -} -.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { - color: rgb(96, 148, 140); -} -.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { - background-color: rgb(96, 148, 140); - border-color: rgb(96, 148, 140); - color: rgb(191, 87, 102); -} -.hero.is-primary.is-bold { - background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); -} -@media screen and (max-width: 768px) { - .hero.is-primary.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); - } -} -.hero.is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-link strong { - color: inherit; -} -.hero.is-link .title { - color: rgb(114, 119, 145); -} -.hero.is-link .subtitle { - color: rgba(114, 119, 145, 0.9); -} -.hero.is-link .subtitle a:not(.button), -.hero.is-link .subtitle strong { - color: rgb(114, 119, 145); -} -@media screen and (max-width: 1023px) { - .hero.is-link .navbar-menu { - background-color: rgb(155, 144, 92); - } -} -.hero.is-link .navbar-item, -.hero.is-link .navbar-link { - color: rgba(114, 119, 145, 0.7); -} -.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, -.hero.is-link .navbar-link:hover, -.hero.is-link .navbar-link.is-active { - background-color: #8b8153; - color: rgb(114, 119, 145); -} -.hero.is-link .tabs a { - color: rgb(114, 119, 145); - opacity: 0.9; -} -.hero.is-link .tabs a:hover { - opacity: 1; -} -.hero.is-link .tabs li.is-active a { - color: rgb(155, 144, 92) !important; - opacity: 1; -} -.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { - color: rgb(114, 119, 145); -} -.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { - background-color: rgb(114, 119, 145); - border-color: rgb(114, 119, 145); - color: rgb(155, 144, 92); -} -.hero.is-link.is-bold { - background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); -} -@media screen and (max-width: 768px) { - .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); - } -} -.hero.is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-info strong { - color: inherit; -} -.hero.is-info .title { - color: rgb(160, 120, 87); -} -.hero.is-info .subtitle { - color: rgba(160, 120, 87, 0.9); -} -.hero.is-info .subtitle a:not(.button), -.hero.is-info .subtitle strong { - color: rgb(160, 120, 87); -} -@media screen and (max-width: 1023px) { - .hero.is-info .navbar-menu { - background-color: hsl(207, 61%, 53%); - } -} -.hero.is-info .navbar-item, -.hero.is-info .navbar-link { - color: rgba(160, 120, 87, 0.7); -} -.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, -.hero.is-info .navbar-link:hover, -.hero.is-info .navbar-link.is-active { - background-color: #3082c5; - color: rgb(160, 120, 87); -} -.hero.is-info .tabs a { - color: rgb(160, 120, 87); - opacity: 0.9; -} -.hero.is-info .tabs a:hover { - opacity: 1; -} -.hero.is-info .tabs li.is-active a { - color: hsl(207, 61%, 53%) !important; - opacity: 1; -} -.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { - color: rgb(160, 120, 87); -} -.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { - background-color: rgb(160, 120, 87); - border-color: rgb(160, 120, 87); - color: hsl(207, 61%, 53%); -} -.hero.is-info.is-bold { - background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); -} -@media screen and (max-width: 768px) { - .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); - } -} -.hero.is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-success strong { - color: inherit; -} -.hero.is-success .title { - color: rgb(155, 92, 120); -} -.hero.is-success .subtitle { - color: rgba(155, 92, 120, 0.9); -} -.hero.is-success .subtitle a:not(.button), -.hero.is-success .subtitle strong { - color: rgb(155, 92, 120); -} -@media screen and (max-width: 1023px) { - .hero.is-success .navbar-menu { - background-color: hsl(153, 53%, 53%); - } -} -.hero.is-success .navbar-item, -.hero.is-success .navbar-link { - color: rgba(155, 92, 120, 0.7); -} -.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, -.hero.is-success .navbar-link:hover, -.hero.is-success .navbar-link.is-active { - background-color: #3abb81; - color: rgb(155, 92, 120); -} -.hero.is-success .tabs a { - color: rgb(155, 92, 120); - opacity: 0.9; -} -.hero.is-success .tabs a:hover { - opacity: 1; -} -.hero.is-success .tabs li.is-active a { - color: hsl(153, 53%, 53%) !important; - opacity: 1; -} -.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { - color: rgb(155, 92, 120); -} -.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { - background-color: rgb(155, 92, 120); - border-color: rgb(155, 92, 120); - color: hsl(153, 53%, 53%); -} -.hero.is-success.is-bold { - background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); -} -@media screen and (max-width: 768px) { - .hero.is-success.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); - } -} -.hero.is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-warning strong { - color: inherit; -} -.hero.is-warning .title { - color: rgb(64, 79, 122); -} -.hero.is-warning .subtitle { - color: rgba(64, 79, 122, 0.9); -} -.hero.is-warning .subtitle a:not(.button), -.hero.is-warning .subtitle strong { - color: rgb(64, 79, 122); -} -@media screen and (max-width: 1023px) { - .hero.is-warning .navbar-menu { - background-color: hsl(44, 100%, 77%); - } -} -.hero.is-warning .navbar-item, -.hero.is-warning .navbar-link { - color: rgba(64, 79, 122, 0.7); -} -.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, -.hero.is-warning .navbar-link:hover, -.hero.is-warning .navbar-link.is-active { - background-color: #ffd970; - color: rgb(64, 79, 122); -} -.hero.is-warning .tabs a { - color: rgb(64, 79, 122); - opacity: 0.9; -} -.hero.is-warning .tabs a:hover { - opacity: 1; -} -.hero.is-warning .tabs li.is-active a { - color: hsl(44, 100%, 77%) !important; - opacity: 1; -} -.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgb(64, 79, 122); -} -.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgb(64, 79, 122); - border-color: rgb(64, 79, 122); - color: hsl(44, 100%, 77%); -} -.hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); -} -@media screen and (max-width: 768px) { - .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); - } -} -.hero.is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-danger strong { - color: inherit; -} -.hero.is-danger .title { - color: rgb(71, 156, 139); -} -.hero.is-danger .subtitle { - color: rgba(71, 156, 139, 0.9); -} -.hero.is-danger .subtitle a:not(.button), -.hero.is-danger .subtitle strong { - color: rgb(71, 156, 139); -} -@media screen and (max-width: 1023px) { - .hero.is-danger .navbar-menu { - background-color: hsl(348, 86%, 61%); - } -} -.hero.is-danger .navbar-item, -.hero.is-danger .navbar-link { - color: rgba(71, 156, 139, 0.7); -} -.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, -.hero.is-danger .navbar-link:hover, -.hero.is-danger .navbar-link.is-active { - background-color: #ef2e55; - color: rgb(71, 156, 139); -} -.hero.is-danger .tabs a { - color: rgb(71, 156, 139); - opacity: 0.9; -} -.hero.is-danger .tabs a:hover { - opacity: 1; -} -.hero.is-danger .tabs li.is-active a { - color: hsl(348, 86%, 61%) !important; - opacity: 1; -} -.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { - color: rgb(71, 156, 139); -} -.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { - background-color: rgb(71, 156, 139); - border-color: rgb(71, 156, 139); - color: hsl(348, 86%, 61%); -} -.hero.is-danger.is-bold { - background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); -} -@media screen and (max-width: 768px) { - .hero.is-danger.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); - } -} -.hero.is-small .hero-body { - padding: 1.5rem; -} -@media screen and (min-width: 769px), print { - .hero.is-medium .hero-body { - padding: 9rem 4.5rem; - } -} -@media screen and (min-width: 769px), print { - .hero.is-large .hero-body { - padding: 18rem 6rem; - } -} -.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { - align-items: center; - display: flex; -} -.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container { - flex-grow: 1; - flex-shrink: 1; -} -.hero.is-halfheight { - min-height: 50vh; -} -.hero.is-fullheight { - min-height: 100vh; -} - -.hero-video { - overflow: hidden; -} -.hero-video video { - left: 50%; - min-height: 100%; - min-width: 100%; - position: absolute; - top: 50%; - transform: translate3d(-50%, -50%, 0); -} -.hero-video.is-transparent { - opacity: 0.3; -} -@media screen and (max-width: 768px) { - .hero-video { - display: none; - } -} - -.hero-buttons { - margin-top: 1.5rem; -} -@media screen and (max-width: 768px) { - .hero-buttons .button { - display: flex; - } - .hero-buttons .button:not(:last-child) { - margin-bottom: 0.75rem; - } -} -@media screen and (min-width: 769px), print { - .hero-buttons { - display: flex; - justify-content: center; - } - .hero-buttons .button:not(:last-child) { - margin-left: 1.5rem; - } -} - -.hero-head, -.hero-foot { - flex-grow: 0; - flex-shrink: 0; -} - -.hero-body { - flex-grow: 1; - flex-shrink: 0; - padding: 3rem 1.5rem; -} -@media screen and (min-width: 769px), print { - .hero-body { - padding: 3rem 3rem; - } -} - -.section { - padding: 3rem 1.5rem; -} -@media screen and (min-width: 1024px) { - .section { - padding: 3rem 3rem; - } - .section.is-medium { - padding: 9rem 4.5rem; - } - .section.is-large { - padding: 18rem 6rem; - } -} - -.footer { - background-color: rgb(66, 66, 66); - padding: 3rem 1.5rem 6rem; -} - -/*# sourceMappingURL=bulma-dark-rtl.css.map */ \ No newline at end of file diff --git a/css/theme/bulma-dark-rtl.css.map b/css/theme/bulma-dark-rtl.css.map deleted file mode 100644 index 6535ff539..000000000 --- a/css/theme/bulma-dark-rtl.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["bulma-dark-rtl.css","../../sass/theme/bulma-dark-rtl.sass","../../sass/theme/bulma-dark.sass","../../sass/utilities/extends.sass","../../sass/utilities/controls.sass","../../sass/utilities/initial-variables.sass","../../sass/utilities/mixins.sass","../../sass/base/_index.sass","../../sass/base/minireset.sass","../../sass/base/generic.sass","../../sass/base/animations.sass","../../sass/elements/_index.sass","../../sass/elements/box.sass","../../sass/utilities/derived-variables.sass","../../sass/elements/button.sass","../../sass/elements/container.sass","../../sass/elements/content.sass","../../sass/elements/icon.sass","../../sass/elements/image.sass","../../sass/elements/notification.sass","../../sass/elements/progress.sass","../../sass/elements/table.sass","../../sass/elements/tag.sass","../../sass/elements/title.sass","../../sass/elements/other.sass","../../sass/form/_index.sass","../../sass/form/shared.sass","../../sass/form/input-textarea.sass","../../sass/form/checkbox-radio.sass","../../sass/form/select.sass","../../sass/form/file.sass","../../sass/form/tools.sass","../../sass/components/_index.sass","../../sass/components/breadcrumb.sass","../../sass/components/card.sass","../../sass/components/dropdown.sass","../../sass/components/level.sass","../../sass/components/media.sass","../../sass/components/menu.sass","../../sass/components/message.sass","../../sass/components/modal.sass","../../sass/components/navbar.sass","../../sass/components/pagination.sass","../../sass/components/panel.sass","../../sass/components/tabs.sass","../../sass/grid/_index.sass","../../sass/grid/columns.sass","../../sass/grid/tiles.sass","../../sass/helpers/_index.sass","../../sass/helpers/color.sass","../../sass/helpers/flexbox.sass","../../sass/helpers/float.sass","../../sass/helpers/other.sass","../../sass/helpers/overflow.sass","../../sass/helpers/position.sass","../../sass/helpers/spacing.sass","../../sass/helpers/typography.sass","../../sass/helpers/visibility.sass","../../sass/layout/_index.sass","../../sass/layout/hero.sass","../../sass/layout/section.sass","../../sass/layout/footer.sass"],"names":[],"mappings":"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;EOyBL,kBArEU;EAsEV,mBAvEY;EAwEZ,4BAzEa;ATuVf;;AS5QA;EACE,iCPlDgB;EOmDhB,YAAA;EACA,cAAA;EACA,WAxEU;EAyEV,gBAxEU;ATuVZ;;AS7QA;EACE,YAAA;EACA,eAAA;ATgRF;;AS9QA;;EAEE,wBAAA;ATiRF;;AS/QA;EACE,kBAvFgB;ATyWlB;;AShRA;EACE,mBAAA;EACA,oBAAA;ATmRF;;ASjRA;EACE,yBPxDY;EOyDZ,gBJzEY;AL6Vd;;AShRA;EACE,YAAA;ATmRF;;ASjRA;EHvDE,iCAAA;EGyDA,iCPlFgB;EOmFhB,yBPtEK;EOuEL,kBAjGc;EAkGd,gBAAA;EACA,uBAlGY;EAmGZ,gBAAA;EACA,iBAAA;AToRF;ASnRE;EACE,6BAAA;EACA,mBAAA;EACA,cAvGiB;EAwGjB,UAAA;ATqRJ;;ASlRE;;EAEE,mBAAA;ATqRJ;ASpRI;;EACE,mBAAA;ATuRN;AStRE;EACE,yBPtFU;AF8Wd;;AU1aA;EACE;IACE,uBAAA;EV6aF;EU5aA;IACE,yBAAA;EV8aF;AACF;AWnbA,mBAAA;ATCA,qBAAA;AUYA;EAEE,iCV2BY;EU1BZ,kBPuDa;EOtDb,gGCsFO;EDrFP,yBVuCK;EUtCL,cAAA;EACA,gBAZY;AZqbd;;AYtaE;EAEE,sFAfoB;AZubxB;AYvaE;EACE,iFAhBqB;AZybzB;;AEncA,qBAAA;AY+DA;EAGE,iCZzBY;EY0BZ,6BZlBO;EYmBP,iBV/DqB;EUgErB,yBZVY;EYWZ,eAAA;EAGA,uBAAA;EACA,iCA7DwB;EA8DxB,iBA7D0B;EA8D1B,kBA9D0B;EA+D1B,8BAhEwB;EAiExB,kBAAA;EACA,mBAAA;AdoYF;AcnYE;EACE,cAAA;AdqYJ;AcnYI;EAIE,aAAA;EACA,YAAA;AdkYN;AcjYI;ER0FA,gCQzFiC;ERyFjC,mBQxFiC;AdmYrC;AclYI;ERuFA,oBQtFiC;ERsFjC,+BQrFiC;AdoYrC;AcnYI;EACE,+BAAA;EACA,gCAAA;AdqYN;AcnYE;EAEE,gCZzBgB;EY0BhB,yBZ3BS;AF+Zb;AcnYE;EAEE,+BZ3BgB;EY4BhB,yBZ7BS;AFiab;AcnYI;EACE,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rHA,mBQsHiC;AdurCrC;ActrCE;EACE,sBAAA;AdwrCJ;AcvrCE;EACE,mBAAA;AdyrCJ;ActrCI;EAzPF,kBTlBO;ALo8CT;Acp7CE;EACE,kBTcW;ALw6Cf;AczrCI;EAxPF,kBTxBO;AL48CT;AczrCI;EAzPF,iBT3BO;ALg9CT;AcxrCM;EACE,4BAAA;EACA,yBAAA;Ad0rCR;AczrCM;EACE,6BAAA;EACA,0BAAA;ER5IJ,iBQ6ImC;Ad2rCvC;Ac1rCM;ER9IF,cQ+ImC;Ad4rCvC;Ac3rCM;EAEE,UAAA;Ad4rCR;Ac3rCM;EAKE,UAAA;AdyrCR;AcxrCQ;EACE,UAAA;Ad0rCV;AczrCM;EACE,YAAA;EACA,cAAA;Ad2rCR;Ac1rCE;EACE,uBAAA;Ad4rCJ;Ac1rCM;EACE,oBAAA;EACA,qBAAA;Ad4rCR;Ac3rCE;EACE,yBAAA;Ad6rCJ;Ac3rCM;EACE,oBAAA;EACA,qBAAA;Ad6rCR;;AM17CE;EQmQM;IACE,oBAlTgB;Ed6+CxB;EczrCM;;IAEE,qBAtTgB;Edi/CxB;EchsCM;IACE,kBAlTgB;Edo/CxB;EcnsCM;IACE,eAlTgB;Edu/CxB;AACF;AMt8CE;EQ+PM;IACE,qBAlTgB;Ed4/CxB;EcxsCM;;IAEE,kBAtTgB;EdggDxB;Ec/sCM;IACE,eAlTgB;EdmgDxB;EcltCM;IACE,kBAlTgB;EdsgDxB;AACF;AenjDA;EACE,YAAA;EACA,cAAA;EACA,kBAAA;EACA,WAAA;AfqjDF;AepjDE;EACE,0BAAA;EACA,kBVwCE;EUvCF,mBVuCE;EUtCF,WAAA;AfsjDJ;AM78CE;ESlHF;IAWI,gBAAA;EfwjDF;AACF;AMx8CI;ES/GA;IACE,iBAAA;Ef0jDJ;AACF;AM97CI;ES3HA;IACE,iBAAA;Ef4jDJ;AACF;AM78CI;ES9GA;IACE,iBAAA;Ef8jDJ;AACF;AMn8CI;ES1HA;IACE,iBAAA;EfgkDJ;AACF;;AE7lDA,qBAAA;Ac6BE;EACE,kBAAA;AhBokDJ;AgB3jDI;;;;;;;EACE,kBAhCwB;AhBmmD9B;AgBlkDE;;;;;;EAME,yBdYU;EcXV,gBXNc;EWOd,kBA3C0B;AhB+mD9B;AgBnkD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EACA,YfiBO;EehBP,gBAAA;EACA,UAAA;EACA,WAAA;ApBu/DF;AoBt/DE;EACE,iClB2BW;AF69Df;AoBv/DE;EACE,oClB8BG;AF29DP;AoBx/DE;EACE,oClB4BG;AF89DP;AoBz/DE;EACE,oClB0BG;EkBzBH,YAAA;ApB2/DJ;AoBt/DM;EACE,iCAHI;ApB2/DZ;AoBv/DM;EACE,iCALI;ApB8/DZ;AoBx/DM;EACE,iCAPI;ApBigEZ;AoBz/DM;EACE,qFAAA;ApB2/DR;AoBlgEM;EACE,oCAHI;ApBugEZ;AoBngEM;EACE,oCALI;ApB0gEZ;AoBpgEM;EACE,oCAPI;ApB6gEZ;AoBrgEM;EACE,wFAAA;ApBugER;AoB9gEM;EACE,iCAHI;ApBmhEZ;AoB/gEM;EACE,iCALI;ApBshEZ;AoBhhEM;EACE,iCAPI;ApByhEZ;AoBjhEM;EACE,qFAAA;ApBmhER;AoB1hEM;EACE,oCAHI;ApB+hEZ;AoB3hEM;EACE,oCALI;ApBkiEZ;AoB5hEM;EACE,oCAPI;ApBqiEZ;AoB7hEM;EACE,wFAAA;ApB+hER;AoBtiEM;EACE,mCAHI;ApB2iEZ;AoBviEM;EACE,mCALI;ApB8iEZ;AoBxiEM;EACE,mCAPI;ApBijEZ;AoBziEM;EACE,uFAAA;ApB2iER;AoBljEM;EACE,mCAHI;ApBujEZ;AoBnjEM;EACE,mCALI;ApB0jEZ;AoBpjEM;EACE,mCAPI;ApB6jEZ;AoBrjEM;EACE,uFAAA;ApBujER;AoB9jEM;EACE,oCAHI;ApBmkEZ;AoB/jEM;EACE,oCALI;ApBskEZ;AoBhkEM;EACE,oCAPI;ApBykEZ;AoBjkEM;EACE,wFAAA;ApBmkER;AoB1kEM;EACE,oCAHI;ApB+kEZ;AoB3kEM;EACE,oCALI;ApBklEZ;AoB5kEM;EACE,oCAPI;ApBqlEZ;AoB7kEM;EACE,wFAAA;ApB+kER;AoBtlEM;EACE,oCAHI;ApB2lEZ;AoBvlEM;EACE,oCALI;ApB8lEZ;AoBxlEM;EACE,oCAPI;ApBimEZ;AoBzlEM;EACE,wFAAA;ApB2lER;AoBlmEM;EACE,oCAHI;ApBumEZ;AoBnmEM;EACE,oCALI;ApB0mEZ;AoBpmEM;EACE,oCAPI;ApB6mEZ;AoBrmEM;EACE,wFAAA;ApBumER;AoBrmEE;EACE,wBAtC8B;EAuC9B,mCAAA;EACA,iCAAA;EACA,iCAAA;EACA,iClBCW;EkBAX,wFAAA;EACA,6BAAA;EACA,4BAAA;EACA,0BAAA;ApBumEJ;AoBtmEI;EACE,6BAAA;ApBwmEN;AoBvmEI;EACE,6BAAA;ApBymEN;AoBxmEI;EACE,oBAAA;ApB0mEN;AoBvmEE;EACE,ef3BK;ALooET;AoBxmEE;EACE,ef/BK;ALyoET;AoBzmEE;EACE,cflCK;AL6oET;;AoBzmEA;EACE;IACE,2BAAA;EpB4mEF;EoB3mEA;IACE,4BAAA;EpB6mEF;AACF;AExrEA,qBAAA;AmB+BA;EAEE,iCnBQY;EmBPZ,yBnByBY;AFkoEd;AqB1pEE;;EAEE,iCA/BgB;EAgChB,qBA/BsB;EAgCtB,qBA/BiB;EAgCjB,mBAAA;ArB4pEJ;AqBvpEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ArB8pErB;AqB7pEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,sBAJa;ArBoqErB;AqBnqEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ArB0qErB;AqBzqEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,yBAJa;ArBgrErB;AqB/qEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,wBAJa;ArBsrErB;AqBrrEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,yBAJa;ArB4rErB;AqB3rEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ArBksErB;AqBjsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ArBwsErB;AqBvsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,uBAJa;ArB8sErB;AqB7sEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ArBotErB;AqB9sEI;;EACE,mBAAA;EACA,SAAA;ArBitEN;AqBhtEI;;EACE,mCnB3CI;EmB4CJ,wBnBjCW;AFovEjB;AqBltEM;;;;EAEE,mBAAA;ArBstER;AqBrtEI;;EACE,sBAAA;ArBwtEN;AqBvtEE;EACE,yBnBHU;AF4tEd;AqBxtEI;EACE,gBAtDkB;ArBgxExB;AqBxtEI;EACE,mCnBxDI;EmByDJ,wBnB9CW;AFwwEjB;AqBztEM;;EAEE,mBAAA;ArB2tER;AqB1tEM;;EAEE,+BnBpDS;EmBqDT,mBAAA;ArB4tER;AqB3tEE;EACE,6BA5D0B;ArByxE9B;AqB5tEI;;EAEE,qBApEyB;EAqEzB,yBnBtBQ;AFovEd;AqB7tEE;EACE,6BAhE0B;ArB+xE9B;AqB9tEI;;EAEE,qBAxEyB;EAyEzB,yBnB5BQ;AF4vEd;AqB/tEE;EACE,6BAvE0B;ArBwyE9B;AqB9tEQ;;EAEE,sBAAA;ArBguEV;AqB7tEI;;EAEE,iBAAA;ArB+tEN;AqB5tEQ;;EAEE,wBAAA;ArB8tEV;AqB7tEE;EACE,WAAA;ArB+tEJ;AqB3tEQ;EACE,iCnBrEQ;AFkyElB;AqBztEU;EACE,iCnB1EM;AFqyElB;AqB1tEY;EACE,iCnB3EI;AFuyElB;AqB1tEI;;EAEE,qBAAA;ArB4tEN;AqBxtEQ;EACE,iCnBrFQ;AF+yElB;;AqBxtEA;Ef7DE,iCAAA;EegEA,cAAA;EACA,kBAAA;EACA,eAAA;ArB0tEF;;AsBt1EA;EACE,mBAAA;EACA,aAAA;EACA,eAAA;EACA,2BAAA;AtBy1EF;AsBx1EE;EACE,qBAAA;AtB01EJ;AsBz1EI;EhBkKA,mBgBjKiC;AtB21ErC;AsB11EE;EACE,sBAAA;AtB41EJ;AsB31EE;EACE,mBAAA;AtB61EJ;AsB11EI;EACE,ejBUG;ALk1ET;AsB11EI;EACE,kBjBMG;ALs1ET;AsB31EE;EACE,uBAAA;AtB61EJ;AsB51EI;EACE,qBAAA;EACA,oBAAA;AtB81EN;AsB71EE;EACE,yBAAA;AtB+1EJ;AsB71EM;EACE,mBAAA;AtB+1ER;AsB91EM;EACE,eAAA;AtBg2ER;AsB91EI;EhBwIA,cgBvIiC;AtBg2ErC;AsB/1EM;EhBsIF,egBrImC;EAK7B,0BAAA;EACA,6BAAA;AtB61EV;AsB51EM;EAKI,yBAAA;EACA,4BAAA;AtB01EV;;AsBx1EA;EACE,mBAAA;EACA,iCpBpBgB;EoBqBhB,kBjBKO;EiBJP,yBpBTK;EoBUL,oBAAA;EACA,kBjB9BO;EiB+BP,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,oBAAA;EACA,qBAAA;EACA,mBAAA;AtB21EF;AsB11EE;EhByGE,qBgBxG+B;EhBwG/B,sBgBvG+B;AtB41EnC;AsBv1EI;EACE,iCAHM;EAIN,yBAHa;AtB41EnB;AsB31EI;EACE,oCAHM;EAIN,sBAHa;AtBg2EnB;AsB/1EI;EACE,iCAHM;EAIN,yBAHa;AtBo2EnB;AsBn2EI;EACE,oCAHM;EAIN,yBAHa;AtBw2EnB;AsBv2EI;EACE,mCAHM;EAIN,wBAHa;AtB42EnB;AsBp2EQ;EACE,oCAHY;EAIZ,uBAHW;AtBy2ErB;AsB/2EI;EACE,mCAHM;EAIN,yBAHa;AtBo3EnB;AsB52EQ;EACE,oCAHY;EAIZ,wBAHW;AtBi3ErB;AsBv3EI;EACE,oCAHM;EAIN,wBAHa;AtB43EnB;AsBp3EQ;EACE,mCAHY;EAIZ,wBAHW;AtBy3ErB;AsB/3EI;EACE,oCAHM;EAIN,wBAHa;AtBo4EnB;AsB53EQ;EACE,mCAHY;EAIZ,wBAHW;AtBi4ErB;AsBv4EI;EACE,oCAHM;EAIN,uBAHa;AtB44EnB;AsBp4EQ;EACE,oCAHY;EAIZ,yBAHW;AtBy4ErB;AsB/4EI;EACE,oCAHM;EAIN,wBAHa;AtBo5EnB;AsB54EQ;EACE,mCAHY;EAIZ,uBAHW;AtBi5ErB;AsB54EE;EACE,kBjBxDK;ALs8ET;AsB74EE;EACE,ejB3DK;AL08ET;AsB94EE;EACE,kBjB9DK;AL88ET;AsB94EI;EhBgFA,sBgB/EiC;EhB+EjC,qBgB9EiC;AtBg5ErC;AsB/4EI;EhB6EA,sBgB5EiC;EhB4EjC,qBgB3EiC;AtBi5ErC;AsBh5EI;EhB0EA,sBgBzEiC;EhByEjC,qBgBxEiC;AtBk5ErC;AsBh5EE;EhBsEE,iBgB7KgB;EAyGhB,UAAA;EACA,kBAAA;EACA,UAAA;AtBk5EJ;AsBj5EI;EAEE,8BAAA;EACA,WAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,QAAA;EACA,0DAAA;EACA,+BAAA;AtBk5EN;AsBj5EI;EACE,WAAA;EACA,UAAA;AtBm5EN;AsBl5EI;EACE,WAAA;EACA,UAAA;AtBo5EN;AsBn5EI;EAEE,yBAAA;AtBo5EN;AsBn5EI;EACE,yBAAA;AtBq5EN;AsBp5EE;EACE,qBjBjEa;ALu9EjB;;AsBn5EE;EACE,0BAAA;AtBs5EJ;;AEliFA,qBAAA;AqBuBA;;EAGE,sBAAA;AvB8gFF;AuB7gFE;;;;EAEE,oBAAA;AvBihFJ;AuBhhFE;;EACE,iBApBa;AvBuiFjB;AuBlhFE;;EACE,iBArBa;AvB0iFjB;AuBphFE;;EACE,sBAAA;AvBuhFJ;;AuBrhFA;EACE,yBrBqBY;EqBlBZ,elBRO;EkBSP,gBAAA;EACA,kBAnCkB;AvByjFpB;AuBrhFE;EACE,cApCiB;EAqCjB,oBApCkB;AvB2jFtB;AuBthFE;EACE,oBA3BuB;AvBmjF3B;AuBphFI;EACE,eV2DE;Ab29ER;AuBvhFI;EACE,iBV2DE;Ab89ER;AuB1hFI;EACE,eV2DE;Abi+ER;AuB7hFI;EACE,iBV2DE;Abo+ER;AuBhiFI;EACE,kBV2DE;Abu+ER;AuBniFI;EACE,eV2DE;Ab0+ER;AuBtiFI;EACE,kBV2DE;Ab6+ER;;AuBtiFA;EACE,yBAAA;EAGA,kBlBxBO;EkByBP,gBlBpBc;EkBqBd,iBA3CqB;AvBklFvB;AuBtiFE;EACE,yBrBJU;EqBKV,gBlBtBc;AL8jFlB;AuBviFE;EACE,oBA7CuB;AvBslF3B;AuBriFI;EACE,eVyCE;Ab8/ER;AuBxiFI;EACE,iBVyCE;AbigFR;AuB3iFI;EACE,eVyCE;AbogFR;AuB9iFI;EACE,iBVyCE;AbugFR;AuBjjFI;EACE,kBVyCE;Ab0gFR;AuBpjFI;EACE,eVyCE;Ab6gFR;AuBvjFI;EACE,kBVyCE;AbghFR;;AEhoFA,qBAAA;AsBSA;EACE,cAAA;EACA,eAAA;EACA,mBAAA;EACA,kBAAA;EACA,yBAAA;AxB2nFF;;AwBtnFA;EACE,mBAAA;EACA,iCtBsBgB;EsBrBhB,qBnBiDe;EmBhDf,oBAAA;EACA,kBnBWO;EmBVP,WAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;EACA,uBAAA;EACA,kBAAA;EACA,mBAAA;AxBynFF;;AyBzpFA,eAAA;AvBCA,qBAAA;AwB6DA;EAxBE,iCxBIY;EwBHZ,6BxBWO;EwBVP,kBrB8BO;EqB7BP,yBxBmBY;AFsmFd;AMxlFI;EoB/BA,+BA7BsB;A1BupF1B;AM3lFI;EoB/BA,+BA7BsB;A1B0pF1B;AM9lFI;EoB/BA,+BA7BsB;A1B6pF1B;AMjmFI;EoB/BA,+BA7BsB;A1BgqF1B;A0BloFE;EAEE,gCxBKW;AF8nFf;A0BloFE;EAIE,+BxBoBG;EwBnBH,kDAAA;A1BioFJ;A0BhoFE;EAEE,iCxBXc;EwBYd,6BxBZc;EwBad,gBAAA;EACA,yBxBCS;AFgoFb;AMjnFI;EoBdE,+BAjC6B;A1BmqFnC;AMpnFI;EoBdE,+BAjC6B;A1BsqFnC;AMvnFI;EoBdE,+BAjC6B;A1ByqFnC;AM1nFI;EoBdE,+BAjC6B;A1B4qFnC;;AyBvsFA,eAAA;AEWA;EAEE,8DAAA;EACA,eAAA;EACA,WAAA;A3B+rFF;A2B9rFE;EACE,gBAAA;A3BgsFJ;A2B5rFI;EACE,6BAFM;A3BgsFZ;A2B7rFM;EAIE,gDAAA;A3B4rFR;A2BlsFI;EACE,gCAFM;A3BssFZ;A2BnsFM;EAIE,mDAAA;A3BksFR;A2BxsFI;EACE,6BAFM;A3B4sFZ;A2BzsFM;EAIE,gDAAA;A3BwsFR;A2B9sFI;EACE,gCAFM;A3BktFZ;A2B/sFM;EAIE,mDAAA;A3B8sFR;A2BptFI;EACE,+BAFM;A3BwtFZ;A2BrtFM;EAIE,kDAAA;A3BotFR;A2B1tFI;EACE,+BAFM;A3B8tFZ;A2B3tFM;EAIE,kDAAA;A3B0tFR;A2BhuFI;EACE,gCAFM;A3BouFZ;A2BjuFM;EAIE,kDAAA;A3BguFR;A2BtuFI;EACE,gCAFM;A3B0uFZ;A2BvuFM;EAIE,kDAAA;A3BsuFR;A2B5uFI;EACE,gCAFM;A3BgvFZ;A2B7uFM;EAIE,mDAAA;A3B4uFR;A2BlvFI;EACE,gCAFM;A3BsvFZ;A2BnvFM;EAIE,kDAAA;A3BkvFR;A2BhvFE;EvBeA,kBCyBa;EDxBb,kBCPO;AL2uFT;A2BlvFE;EvBgBA,kBCXO;ALgvFT;A2BnvFE;EvBgBA,iBCdO;ALovFT;A2BnvFE;EACE,cAAA;EACA,WAAA;A3BqvFJ;A2BpvFE;EACE,eAAA;EACA,WAAA;A3BsvFJ;;A2BlvFE;EACE,qBtB0Ba;EsBzBb,gDAAA;EACA,iDAAA;A3BqvFJ;A2BpvFE;EACE,6BAAA;EACA,yBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;A3BsvFJ;;A2BpvFA;EAEE,cAAA;EACA,eAAA;EACA,eAAA;EACA,2BvBjD2B;EuBkD3B,gBAAA;A3BsvFF;A2BrvFE;EACE,gBA1DkB;EA2DlB,eA1DkB;A3BizFtB;A2BtvFE;EACE,eAAA;A3BwvFJ;A2BtvFE;EACE,YAAA;A3BwvFJ;;AyB9zFA,eAAA;AGGA;EACE,eAAA;EACA,qBAAA;EACA,iBAAA;EACA,kBAAA;A5B+zFF;A4B9zFE;EACE,eAAA;A5Bg0FJ;A4B/zFE;EACE,yB1BiDU;AFgxFd;A4Bh0FE;;;EAGE,yB1B4CS;E0B3CT,mBAAA;A5Bk0FJ;;A4B3zFE;EtB6JE,mBsB5J+B;A5B8zFnC;;AyBt1FA,eAAA;AvBCA,qBAAA;A2BSA;EACE,qBAAA;EACA,eAAA;EACA,kBAAA;EACA,mBAAA;A7Bi1FF;A6Bh1FE;EACE,azBRa;AJ01FjB;A6Bh1FI;EAEE,+B3BmDC;EIqHH,auBvKuB;EACrB,UAAA;A7Bi1FN;A6B/0FI;EACE,qBxB+CW;EC4Gb,kBuB1JkC;A7Bi1FtC;A6Bh1FE;EAEE,eAAA;EACA,cAAA;EACA,cAAA;EACA,eAAA;EACA,aAAA;A7Bi1FJ;A6Bh1FI;EACE,aAAA;A7Bk1FN;A6Bj1FI;EAEE,6B3BMY;AF40FlB;A6Bj1FI;EvB6IA,mBuB5IkC;A7Bm1FtC;A6Bl1FI;EACE,YAAA;EACA,UAAA;A7Bo1FN;A6Bn1FM;EACE,kBAAA;A7Bq1FR;A6Bl1FI;EACE,gC3BWQ;AFy0Fd;A6B/0FM;EACE,6BAHI;A7Bo1FZ;A6Bh1FM;EACE,6BALI;A7Bu1FZ;A6Bj1FQ;EAEE,qBAAA;A7Bk1FV;A6Bj1FQ;EAIE,gDAAA;A7Bg1FV;A6B31FM;EACE,gCAHI;A7Bg2FZ;A6B51FM;EACE,gCALI;A7Bm2FZ;A6B71FQ;EAEE,qBAAA;A7B81FV;A6B71FQ;EAIE,mDAAA;A7B41FV;A6Bv2FM;EACE,6BAHI;A7B42FZ;A6Bx2FM;EACE,6BALI;A7B+2FZ;A6Bz2FQ;EAEE,qBAAA;A7B02FV;A6Bz2FQ;EAIE,gDAAA;A7Bw2FV;A6Bn3FM;EACE,gCAHI;A7Bw3FZ;A6Bp3FM;EACE,gCALI;A7B23FZ;A6Br3FQ;EAEE,qBAAA;A7Bs3FV;A6Br3FQ;EAIE,mDAAA;A7Bo3FV;A6B/3FM;EACE,+BAHI;A7Bo4FZ;A6Bh4FM;EACE,+BALI;A7Bu4FZ;A6Bj4FQ;EAEE,qBAAA;A7Bk4FV;A6Bj4FQ;EAIE,kDAAA;A7Bg4FV;A6B34FM;EACE,+BAHI;A7Bg5FZ;A6B54FM;EACE,+BALI;A7Bm5FZ;A6B74FQ;EAEE,qBAAA;A7B84FV;A6B74FQ;EAIE,kDAAA;A7B44FV;A6Bv5FM;EACE,gCAHI;A7B45FZ;A6Bx5FM;EACE,gCALI;A7B+5FZ;A6Bz5FQ;EAEE,qBAAA;A7B05FV;A6Bz5FQ;EAIE,kDAAA;A7Bw5FV;A6Bn6FM;EACE,gCAHI;A7Bw6FZ;A6Bp6FM;EACE,gCALI;A7B26FZ;A6Br6FQ;EAEE,qBAAA;A7Bs6FV;A6Br6FQ;EAIE,kDAAA;A7Bo6FV;A6B/6FM;EACE,gCAHI;A7Bo7FZ;A6Bh7FM;EACE,gCALI;A7Bu7FZ;A6Bj7FQ;EAEE,qBAAA;A7Bk7FV;A6Bj7FQ;EAIE,mDAAA;A7Bg7FV;A6B37FM;EACE,gCAHI;A7Bg8FZ;A6B57FM;EACE,gCALI;A7Bm8FZ;A6B77FQ;EAEE,qBAAA;A7B87FV;A6B77FQ;EAIE,kDAAA;A7B47FV;A6B17FE;EzBvBA,kBCyBa;EDxBb,kBCPO;AL29FT;A6B57FE;EzBtBA,kBCXO;ALg+FT;A6B77FE;EzBtBA,iBCdO;ALo+FT;A6B57FI;EACE,2CAAA;EACA,YAAA;A7B87FN;A6B77FE;EACE,WAAA;A7B+7FJ;A6B97FI;EACE,WAAA;A7Bg8FN;A6B97FI;EAEE,aAAA;EACA,kBAAA;EvBsGF,auBrGuB;EACrB,YAAA;EACA,eAAA;A7B+7FN;A6B97FI;EACE,kBxBrDG;ALq/FT;A6B/7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A;A9BktGJ;;AE/4GA,qBAAA;AuBDA,eAAA;AMaA;EACE,yB7B8CY;E6B7CZ,cAAA;EACA,e1BqBO;E0BpBP,gB1B2BY;AL62Gd;A+Bv4GE;EACE,oBAAA;A/By4GJ;A+Bv4GE;EACE,kB1BgBK;ALy3GT;A+Bx4GE;EACE,kB1BYK;AL83GT;A+Bz4GE;EACE,iB1BSK;ALk4GT;;A+Bz4GA;EACE,cAAA;EACA,kB1BQO;E0BPP,mBAAA;A/B44GF;A+Bz4GI;EACE,sBAFM;A/B64GZ;A+B54GI;EACE,yBAFM;A/Bg5GZ;A+B/4GI;EACE,sBAFM;A/Bm5GZ;A+Bl5GI;EACE,yBAFM;A/Bs5GZ;A+Br5GI;EACE,wBAFM;A/By5GZ;A+Bx5GI;EACE,wBAFM;A/B45GZ;A+B35GI;EACE,yBAFM;A/B+5GZ;A+B95GI;EACE,yBAFM;A/Bk6GZ;A+Bj6GI;EACE,yBAFM;A/Bq6GZ;A+Bp6GI;EACE,yBAFM;A/Bw6GZ;;A+Bj6GE;EACE,sBAAA;A/Bo6GJ;A+Bl6GE;EACE,aAAA;EACA,2BAAA;A/Bo6GJ;A+Bl6GM;EzBqIF,iByBpImC;A/Bo6GvC;A+Bl6GQ;;;EAGE,gBAAA;A/Bo6GV;A+Bl6GQ;;;EAOI,4BAAA;EACA,yBAAA;A/Bg6GZ;A+B95GQ;;;EAOI,6BAAA;EACA,0BAAA;A/B45GZ;A+Bv5GU;;;;;EAEE,UAAA;A/B45GZ;A+B35GU;;;;;;;;;EAIE,UAAA;A/Bk6GZ;A+Bj6GY;;;;;;;;;EACE,UAAA;A/B26Gd;A+B16GM;EACE,YAAA;EACA,cAAA;A/B46GR;A+B36GI;EACE,uBAAA;A/B66GN;A+B56GI;EACE,yBAAA;A/B86GN;A+B56GM;EACE,YAAA;EACA,cAAA;A/B86GR;A+B76GE;EACE,aAAA;EACA,2BAAA;A/B+6GJ;A+B96GI;EACE,cAAA;A/Bg7GN;A+B/6GM;EACE,gBAAA;EzB2EJ,oByB1EmC;A/Bi7GvC;A+Bh7GM;EACE,YAAA;EACA,cAAA;A/Bk7GR;A+Bj7GI;EACE,uBAAA;A/Bm7GN;A+Bl7GI;EACE,yBAAA;A/Bo7GN;A+Bn7GI;EACE,eAAA;A/Bq7GN;A+Bn7GQ;EAEE,sBAAA;A/Bo7GV;A+Bn7GM;EACE,uBAAA;A/Bq7GR;A+Bp7GM;EACE,gBAAA;A/Bs7GR;AMr8GE;EyBgBA;IAEI,aAAA;E/Bu7GJ;AACF;;A+Br7GE;EACE,kBAAA;A/Bw7GJ;AMl9GE;EyBwBF;IAII,qBAAA;E/B07GF;AACF;AMn9GE;EyBoBF;IAMI,aAAA;IACA,YAAA;IACA,cAAA;IzB4CA,mByB3C+B;IAC/B,iBAAA;E/B67GF;E+B57GE;IACE,kB1BtGG;I0BuGH,oBAAA;E/B87GJ;E+B77GE;IACE,oBAAA;E/B+7GJ;E+B97GE;IACE,kB1B7GG;I0B8GH,oBAAA;E/Bg8GJ;E+B/7GE;IACE,iB1BjHG;I0BkHH,oBAAA;E/Bi8GJ;AACF;;A+B/7GE;EACE,gBAAA;A/Bk8GJ;AM/+GE;EyB2CF;IAII,aAAA;IACA,aAAA;IACA,YAAA;IACA,cAAA;E/Bo8GF;E+Bn8GE;IACE,gBAAA;E/Bq8GJ;E+Bp8GE;IACE,cAAA;E/Bs8GJ;E+Br8GI;IACE,YAAA;E/Bu8GN;E+Bt8GI;IzBeF,oByBdmC;E/Bw8GrC;AACF;;A+Bv8GA;EACE,sBAAA;EACA,WAAA;EACA,e1BtIO;E0BuIP,kBAAA;EACA,mBAAA;A/B08GF;A+Bn8GQ;;;EACE,yB7B5HH;AFmkHP;A+Bt8GM;;;EACE,kB1BjJC;AL2lHT;A+Bz8GM;;;EACE,kB1BrJC;ALkmHT;A+B58GM;;;EACE,iB1BxJC;ALwmHT;A+B/8GI;EACE,sB7B3IG;E6B4IH,a3BtLW;E2BuLX,oBAAA;EACA,kBAAA;EACA,MAAA;EACA,Y3B1LW;E2B2LX,UAAA;A/Bi9GN;A+B/8GI;;EAEE,mB3B/LW;AJgpHjB;A+Bh9GI;EACE,OAAA;A/Bk9GN;A+Bh9GI;;EAEE,oB3BrMW;AJupHjB;A+Bj9GI;EACE,QAAA;A/Bm9GN;A+Bj9GI;EAEE,6BAAA;EzBvBF,ayBwBuB;EACrB,YAAA;EACA,UAAA;A/Bk9GN;A+Bj9GI;EACE,kB1BlLG;ALqoHT;A+Bl9GI;EACE,kB1BtLG;AL0oHT;A+Bn9GI;EACE,iB1BzLG;AL8oHT;;AgCjrHA,qBAAA;A9BCA,qBAAA;A+BaA;EAG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;EACE,ejCcO;ALkiIT;AsC9iIE;EACE,kBjCYK;ALoiIT;AsC/iIE;EACE,kBjCQK;ALyiIT;AsChjIE;EACE,iBjCKK;AL6iIT;;AsChjIA;EACE,iBArBsB;AtCwkIxB;AsCljIE;EACE,kBjCkCW;EiCjCX,yBpCqBG;EoCpBH,cAAA;EACA,qBAzBqB;AtC6kIzB;AsCnjII;EACE,iCpCIY;EoCHZ,yBpCmBQ;AFkiId;AsCnjII;EACE,mCpC2BC;EoC1BD,yBpC2BQ;AF0hId;AsCnjII;EhCqIA,uCgCzKoB;EAsClB,cAnCoB;EhCsKtB,qBgCrK4B;AtCwlIhC;;AsCnjIA;EACE,yBpCMW;EoCLX,iBApCqB;EAqCrB,qBApC0B;EAqC1B,yBAAA;AtCsjIF;AsCrjIE;EACE,eAtCiB;AtC6lIrB;AsCtjIE;EACE,kBAxCiB;AtCgmIrB;;AEnnIA,qBAAA;AqCyBA;EAEE,iCrCgBgB;EqCfhB,kBlCyCO;EkCxCP,elCOO;ALslIT;AuC5lIE;EACE,mBAAA;AvC8lIJ;AuC7lIE;EACE,mBAAA;EACA,0BAAA;AvC+lIJ;AuC7lIE;EACE,kBAAA;AvC+lIJ;AuC9lIE;EACE,kBlCJK;ALomIT;AuC/lIE;EACE,iBlCPK;ALwmIT;AuC5kII;EACE,yBAHc;AvCilIpB;AuC7kIM;EACE,iCArBI;EAsBJ,yBArBW;AvComInB;AuC9kIM;EACE,6BAxBI;AvCwmIZ;AuCtlII;EACE,yBAHc;AvC2lIpB;AuCvlIM;EACE,oCArBI;EAsBJ,sBArBW;AvC8mInB;AuCxlIM;EACE,gCAxBI;AvCknIZ;AuChmII;EACE,yBAHc;AvCqmIpB;AuCjmIM;EACE,iCArBI;EAsBJ,yBArBW;AvCwnInB;AuClmIM;EACE,6BAxBI;AvC4nIZ;AuC1mII;EACE,yBAHc;AvC+mIpB;AuC3mIM;EACE,oCArBI;EAsBJ,yBArBW;AvCkoInB;AuC5mIM;EACE,gCAxBI;AvCsoIZ;AuCpnII;EACE,oCAbc;AvCmoIpB;AuCrnIM;EACE,mCArBI;EAsBJ,wBArBW;AvC4oInB;AuCtnIM;EACE,+BAxBI;EAyBJ,uBAjBa;AvCyoIrB;A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JR;EyC54JA;IACE,YAAA;IACA,cAAA;EzC84JF;EyC74JA;IACE,2BAAA;InCjLA,iBmCkL+B;EzC+4JjC;EyC94JA;IACE,yBAAA;InCpLA,kBmCqL+B;EzCg5JjC;EyC/4JA;IACE,iCvCjUU;IuCkUV,8BpCrSW;IoCsSX,+BpCtSW;IoCuSX,qCA7UyB;IA8UzB,8CAAA;IACA,aAAA;IACA,mBAAA;InCrLA,QmCsLqB;IACrB,eAAA;IACA,kBAAA;IACA,SAAA;IACA,WAjVgB;EzCkuKlB;EyCh5JE;IACE,sBAAA;IACA,mBAAA;EzCk5JJ;EyCj5JE;InCtMA,kBmCuMkC;EzCm5JpC;EyCl5JI;IAEE,iCvClVU;IuCmVV,yBvClVQ;EFquKd;EyCl5JI;IACE,iCvCrVU;IuCsVV,wBvC3TD;EF+sKL;EyCn5JE;IAEE,kBpC9TS;IoC+TT,gBAAA;IACA,kFA/VyB;IAgWzB,cAAA;IACA,UAAA;IACA,oBAAA;IACA,wBAAA;IACA,2BAAA;IACA,yBpCpUE;IoCqUF,uCAAA;EzCo5JJ;EyCn5JE;IACE,UAAA;IACA,QAAA;EzCq5JJ;EyCp5JA;IACE,cAAA;EzCs5JF;EyCn5JE;;InClOA,sBmCmOiC;EzCs5JnC;EyCr5JE;;InCpOA,qBmCqOiC;EzCw5JnC;EyCr5JE;IAnWF,OAAA;IACA,eAAA;IACA,QAAA;IACA,WA/Ce;EzC0yKf;EyCx5JE;IACE,SAAA;EzC05JJ;EyCz5JI;IACE,+CAAA;EzC25JN;EyC15JE;IACE,MAAA;EzC45JJ;EyCz5JE;;IACE,oBA/ZU;EzC2zKd;EyC35JE;;IACE,uBAjaU;EzC+zKd;EyC75JE;;IACE,oBAAA;EzCg6JJ;EyC/5JE;;IACE,uBAAA;EzCk6JJ;EyC95JE;;IACE,yBvCtYU;EFuyKd;EyCh6JE;;IACE,6BAlagC;EzCq0KpC;EyC95JI;IACE,iCvChZU;EFgzKhB;AACF;AyC55JE;EACE,iCAAA;AzC85JJ;;AE91KA,qBAAA;AwCuCA;EAEE,erCLO;EqCMP,gBAnCkB;A1C61KpB;A0CxzKE;EACE,kBrCRK;ALk0KT;A0CzzKE;EACE,kBrCZK;ALu0KT;A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ACA,2BAAA;A5CkrLJ;A4CjrLI;EACE,qBAAA;A5CmrLN;A4ClrLI;EACE,UAAA;EACA,uBAAA;EACA,oBAAA;EACA,qBAAA;A5CorLN;A4CnrLI;EACE,yBAAA;EACA,oBAAA;A5CqrLN;A4CnrLI;EtCgGA,kBsC/FiC;A5CqrLrC;A4CprLI;EtC8FA,mBsC7FiC;A5CsrLrC;A4CnrLI;EACE,uBAAA;A5CqrLN;A4CnrLI;EACE,yBAAA;A5CqrLN;A4ClrLI;EACE,6BAAA;EAIE,0BAAA;A5CirLR;A4ChrLM;EACE,iC1C5DU;E0C6DV,oC1CvDC;AFyuLT;A4C/qLQ;EACE,iC1CnEI;E0CoEJ,6B1C5DD;E0C6DC,2CAAA;A5CirLV;A4C/qLI;EACE,YAAA;EACA,cAAA;A5CirLN;A4C/qLI;EACE,6B1CpEG;E0CqEH,mBA/F0B;EAgG1B,iBA/F0B;EAgG1B,gBAAA;EACA,kBAAA;A5CirLN;A4ChrLM;EACE,iC1ChFU;E0CiFV,gC1C1EO;E0C2EP,UAAA;A5CkrLR;A4ChrLM;EtCoDF,kBsCnDmC;A5CkrLvC;A4CjrLM;EAKI,4BvCjED;EuCkEC,+BvClED;ALivLT;A4C9qLM;EAKI,2BvCxED;EuCyEC,8BvCzED;ALqvLT;A4C1qLQ;EACE,mC1C3EH;E0C4EG,+B1C5EH;E0C6EG,yB1C5EI;E0C6EJ,UAAA;A5C4qLV;A4C3qLI;EACE,mBAAA;A5C6qLN;A4C1qLQ;EAMI,kCvCxFK;EuCyFL,+BvCzFK;EuC0FL,qBAAA;A5CuqLZ;A4CtqLQ;EAMI,iCvCjGK;EuCkGL,8BvClGK;EuCmGL,oBAAA;A5CmqLZ;A4CjqLE;EACE,kBvCxIK;AL2yLT;A4ClqLE;EACE,kBvC5IK;ALgzLT;A4CnqLE;EACE,iBvC/IK;ALozLT;;A6Cv1LA,eAAA;ACMA;EACE,cAAA;EACA,aAAA;EACA,YAAA;EACA,cAAA;EACA,gBAPW;A9C41Lb;A8Cp1LE;EACE,UAAA;EACA,YAAA;A9Cs1LJ;A8Cr1LE;EACE,UAAA;EACA,WAAA;A9Cu1LJ;A8Ct1LE;EACE,UAAA;EACA,UAAA;A9Cw1LJ;A8Cv1LE;EACE,UAAA;EACA,eAAA;A9Cy1LJ;A8Cx1LE;EACE,UAAA;EACA,UAAA;A9C01LJ;A8Cz1LE;EACE,UAAA;EACA,eAAA;A9C21LJ;A8C11LE;EACE,UAAA;EACA,UAAA;A9C41LJ;A8C31LE;EACE,UAAA;EACA,UAAA;A9C61LJ;A8C51LE;EACE,UAAA;EACA,UAAA;A9C81LJ;A8C71LE;EACE,UAAA;EACA,UAAA;A9C+1LJ;A8C91LE;EACE,UAAA;EACA,UAAA;A9Cg2LJ;A8C/1LE;ExCuIE,iBwCtI+B;A9Ci2LnC;A8Ch2LE;ExCqIE,sBwCpI+B;A9Ck2LnC;A8Cj2LE;ExCmIE,iBwClI+B;A9Cm2LnC;A8Cl2LE;ExCiIE,sBwChI+B;A9Co2LnC;A8Cn2LE;ExC+HE,iBwC9H+B;A9Cq2LnC;A8Cp2LE;ExC6HE,iBwC5H+B;A9Cs2LnC;A8Cr2LE;ExC2HE,iBwC1H+B;A9Cu2LnC;A8Ct2LE;ExCyHE,iBwCxH+B;A9Cw2LnC;A8Cv2LE;ExCuHE,iBwCtH+B;A9Cy2LnC;A8Cv2LI;EACE,UAAA;EACA,SAAA;A9Cy2LN;A8Cx2LI;ExCiHA,gBwChHiC;A9C02LrC;A8C92LI;EACE,UAAA;EACA,kBAAA;A9Cg3LN;A8C/2LI;ExCiHA,yBwChHiC;A9Ci3LrC;A8Cr3LI;EACE,UAAA;EACA,mBAAA;A9Cu3LN;A8Ct3LI;ExCiHA,0BwChHiC;A9Cw3LrC;A8C53LI;EACE,UAAA;EACA,UAAA;A9C83LN;A8C73LI;ExCiHA,iBwChHiC;A9C+3LrC;A8Cn4LI;EACE,UAAA;EACA,mBAAA;A9Cq4LN;A8Cp4LI;ExCiHA,0BwChHiC;A9Cs4LrC;A8C14LI;EACE,UAAA;EACA,mBAAA;A9C44LN;A8C34LI;ExCiHA,0BwChHiC;A9C64LrC;A8Cj5LI;EACE,UAAA;EACA,UAAA;A9Cm5LN;A8Cl5LI;ExCiHA,iBwChHiC;A9Co5LrC;A8Cx5LI;EACE,UAAA;EACA,mBAAA;A9C05LN;A8Cz5LI;ExCiHA,0BwChHiC;A9C25LrC;A8C/5LI;EACE,UAAA;EACA,mBAAA;A9Ci6LN;A8Ch6LI;ExCiHA,0BwChHiC;A9Ck6LrC;A8Ct6LI;EACE,UAAA;EACA,UAAA;A9Cw6LN;A8Cv6LI;ExCiHA,iBwChHiC;A9Cy6LrC;A8C76LI;EACE,UAAA;EACA,mBAAA;A9C+6LN;A8C96LI;ExCiHA,0BwChHiC;A9Cg7LrC;A8Cp7LI;EACE,UAAA;EACA,mBAAA;A9Cs7LN;A8Cr7LI;ExCiHA,0BwChHiC;A9Cu7LrC;A8C37LI;EACE,UAAA;EACA,WAAA;A9C67LN;A8C57LI;ExCiHA,kBwChHiC;A9C87LrC;AM15LE;EwClCE;IACE,UAAA;IACA,YAAA;E9C+7LJ;E8C97LE;IACE,UAAA;IACA,WAAA;E9Cg8LJ;E8C/7LE;IACE,UAAA;IACA,UAAA;E9Ci8LJ;E8Ch8LE;IACE,UAAA;IACA,eAAA;E9Ck8LJ;E8Cj8LE;IACE,UAAA;IACA,UAAA;E9Cm8LJ;E8Cl8LE;IACE,UAAA;IACA,eAAA;E9Co8LJ;E8Cn8LE;IACE,UAAA;IACA,UAAA;E9Cq8LJ;E8Cp8LE;IACE,UAAA;IACA,UAAA;E9Cs8LJ;E8Cr8LE;IACE,UAAA;IACA,UAAA;E9Cu8LJ;E8Ct8LE;IACE,UAAA;IACA,UAAA;E9Cw8LJ;E8Cv8LE;IACE,UAAA;IACA,UAAA;E9Cy8LJ;E8Cx8LE;IxC6EA,iBwC5EiC;E9C08LnC;E8Cz8LE;IxC2EA,sBwC1EiC;E9C28LnC;E8C18LE;IxCyEA,iBwCxEiC;E9C48LnC;E8C38LE;IxCuEA,sBwCtEiC;E9C68LnC;E8C58LE;IxCqEA,iBwCpEiC;E9C88LnC;E8C78LE;IxCmEA,iBwClEiC;E9C+8LnC;E8C98LE;IxCiEA,iBwChEiC;E9Cg9LnC;E8C/8LE;IxC+DA,iBwC9DiC;E9Ci9LnC;E8Ch9LE;IxC6DA,iBwC5DiC;E9Ck9LnC;E8Ch9LI;IACE,UAAA;IACA,SAAA;E9Ck9LN;E8Cj9LI;IxCuDF,gBwCtDmC;E9Cm9LrC;E8Cv9LI;IACE,UAAA;IACA,kBAAA;E9Cy9LN;E8Cx9LI;IxCuDF,yBwCtDmC;E9C09LrC;E8C99LI;IACE,UAAA;IACA,mBAAA;E9Cg+LN;E8C/9LI;IxCuDF,0BwCtDmC;E9Ci+LrC;E8Cr+LI;IACE,UAAA;IACA,UAAA;E9Cu+LN;E8Ct+LI;IxCuDF,iBwCtDmC;E9Cw+LrC;E8C5+LI;IACE,UAAA;IACA,mBAAA;E9C8+LN;E8C7+LI;IxCuDF,0BwCtDmC;E9C++LrC;E8Cn/LI;IACE,UAAA;IACA,mBAAA;E9Cq/LN;E8Cp/LI;IxCuDF,0BwCtDmC;E9Cs/LrC;E8C1/LI;IACE,UAAA;IACA,UAAA;E9C4/LN;E8C3/LI;IxCuDF,iBwCtDmC;E9C6/LrC;E8CjgMI;IACE,UAAA;IACA,mBAAA;E9CmgMN;E8ClgMI;IxCuDF,0BwCtDmC;E9CogMrC;E8CxgMI;IACE,UAAA;IACA,mBAAA;E9C0gMN;E8CzgMI;IxCuDF,0BwCtDmC;E9C2gMrC;E8C/gMI;IACE,UAAA;IACA,UAAA;E9CihMN;E8ChhMI;IxCuDF,iBwCtDmC;E9CkhMrC;E8CthMI;IACE,UAAA;IACA,mBAAA;E9CwhMN;E8CvhMI;IxCuDF,0BwCtDmC;E9CyhMrC;E8C7hMI;IACE,UAAA;IACA,mBAAA;E9C+hMN;E8C9hMI;IxCuDF,0BwCtDmC;E9CgiMrC;E8CpiMI;IACE,UAAA;IACA,WAAA;E9CsiMN;E8CriMI;IxCuDF,kBwCtDmC;E9CuiMrC;AACF;AM1jME;EwCoBE;IAEE,UAAA;IACA,YAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,WAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,eAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,eAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IAEE,UAAA;IACA,UAAA;E9CwiMJ;E8CviME;IxCQA,iBwCNiC;E9CwiMnC;E8CviME;IxCKA,sBwCHiC;E9CwiMnC;E8CviME;IxCEA,iBAAA;ENwiMF;E8CviME;IxCDA,sBwCGiC;E9CwiMnC;E8CviME;IxCJA,iBwCMiC;E9CwiMnC;E8CviME;IxCPA,iBwCSiC;E9CwiMnC;E8CviME;IxCVA,iBwCYiC;E9CwiMnC;E8CviME;IxCbA,iBwCeiC;E9CwiMnC;E8CviME;IxChBA,iBwCkBiC;E9CwiMnC;E8CtiMI;IAEE,UAAA;IACA,SAAA;E9CuiMN;E8CtiMI;IxCxBF,gBwC0BmC;E9CuiMrC;E8C7iMI;IAEE,UAAA;IACA,kBAAA;E9C8iMN;E8C7iMI;IxCxBF,yBwC0BmC;E9C8iMrC;E8CpjMI;IAEE,UAAA;IACA,mBAAA;E9CqjMN;E8CpjMI;IxCxBF,0BwC0BmC;E9CqjMrC;E8C3jMI;IAEE,UAAA;IACA,UAAA;E9C4jMN;E8C3jMI;IxCxBF,iBwC0BmC;E9C4jMrC;E8ClkMI;IAEE,UAAA;IACA,mBAAA;E9CmkMN;E8ClkMI;IxCxBF,0BwC0BmC;E9CmkMrC;E8CzkMI;IAEE,UAAA;IACA,mBAAA;E9C0kMN;E8CzkMI;IxCxBF,0BwC0BmC;E9C0kMrC;E8ChlMI;IAEE,UAAA;IACA,UAAA;E9CilMN;E8ChlMI;IxCxBF,iBwC0BmC;E9CilMrC;E8CvlMI;IAEE,UAAA;IACA,mBAAA;E9CwlMN;E8CvlMI;IxCxBF,0BwC0BmC;E9CwlMrC;E8C9lMI;IAEE,UAAA;IACA,mBAAA;E9C+lMN;E8C9lMI;IxCxBF,0BwC0BmC;E9C+lMrC;E8CrmMI;IAEE,UAAA;IACA,UAAA;E9CsmMN;E8CrmMI;IxCxBF,iBwC0BmC;E9CsmMrC;E8C5mMI;IAEE,UAAA;IACA,mBAAA;E9C6mMN;E8C5mMI;IxCxBF,0BwC0BmC;E9C6mMrC;E8CnnMI;IAEE,UAAA;IACA,mBAAA;E9ConMN;E8CnnMI;IxCxBF,0BwC0BmC;E9ConMrC;E8C1nMI;IAEE,UAAA;IACA,WAAA;E9C2nMN;E8C1nMI;IxCxBF,kBwC0BmC;E9C2nMrC;AACF;AMttME;EwC4FE;IACE,UAAA;IACA,YAAA;E9C6nMJ;E8C5nME;IACE,UAAA;IACA,WAAA;E9C8nMJ;E8C7nME;IACE,UAAA;IACA,UAAA;E9C+nMJ;E8C9nME;IACE,UAAA;IACA,eAAA;E9CgoMJ;E8C/nME;IACE,UAAA;IACA,UAAA;E9CioMJ;E8ChoME;IACE,UAAA;IACA,eAAA;E9CkoMJ;E8CjoME;IACE,UAAA;IACA,UAAA;E9CmoMJ;E8CloME;IACE,UAAA;IACA,UAAA;E9CooMJ;E8CnoME;IACE,UAAA;IACA,UAAA;E9CqoMJ;E8CpoME;IACE,UAAA;IACA,UAAA;E9CsoMJ;E8CroME;IACE,UAAA;IACA,UAAA;E9CuoMJ;E8CtoME;IxC7DA,iBwC8DiC;E9CwoMnC;E8CvoME;IxC/DA,sBwCgEiC;E9CyoMnC;E8CxoME;IxCjEA,iBwCkEiC;E9C0oMnC;E8CzoME;IxCnEA,sBwCoEiC;E9C2oMnC;E8C1oME;IxCrEA,iBwCsEiC;E9C4oMnC;E8C3oME;IxCvEA,iBwCwEiC;E9C6oMnC;E8C5oME;IxCzEA,iBwC0EiC;E9C8oMnC;E8C7oME;IxC3EA,iBwC4EiC;E9C+oMnC;E8C9oME;IxC7EA,iBwC8EiC;E9CgpMnC;E8C9oMI;IACE,UAAA;IACA,SAAA;E9CgpMN;E8C/oMI;IxCnFF,gBwCoFmC;E9CipMrC;E8CrpMI;IACE,UAAA;IACA,kBAAA;E9CupMN;E8CtpMI;IxCnFF,yBwCoFmC;E9CwpMrC;E8C5pMI;IACE,UAAA;IACA,mBAAA;E9C8pMN;E8C7pMI;IxCnFF,0BwCoFmC;E9C+pMrC;E8CnqMI;IACE,UAAA;IACA,UAAA;E9CqqMN;E8CpqMI;IxCnFF,iBwCoFmC;E9CsqMrC;E8C1qMI;IACE,UAAA;IACA,mBAAA;E9C4qMN;E8C3qMI;IxCnFF,0BwCoFmC;E9C6qMrC;E8CjrMI;IACE,UAAA;IACA,mBAAA;E9CmrMN;E8ClrMI;IxCnFF,0BwCoFmC;E9CorMrC;E8CxrMI;IACE,UAAA;IACA,UAAA;E9C0rMN;E8CzrMI;IxCnFF,iBwCoFmC;E9C2rMrC;E8C/rMI;IACE,UAAA;IACA,mBAAA;E9CisMN;E8ChsMI;IxCnFF,0BwCoFmC;E9CksMrC;E8CtsMI;IACE,UAAA;IACA,mBAAA;E9CwsMN;E8CvsMI;IxCnFF,0BwCoFmC;E9CysMrC;E8C7sMI;IACE,UAAA;IACA,UAAA;E9C+sMN;E8C9sMI;IxCnFF,iBwCoFmC;E9CgtMrC;E8CptMI;IACE,UAAA;IACA,mBAAA;E9CstMN;E8CrtMI;IxCnFF,0BwCoFmC;E9CutMrC;E8C3tMI;IACE,UAAA;IACA,mBAAA;E9C6tMN;E8C5tMI;IxCnFF,0BwCoFmC;E9C8tMrC;E8CluMI;IACE,UAAA;IACA,WAAA;E9CouMN;E8CnuMI;IxCnFF,kBwCoFmC;E9CquMrC;AACF;AMt3ME;EwCkJE;IACE,UAAA;IACA,YAAA;E9CuuMJ;E8CtuME;IACE,UAAA;IACA,WAAA;E9CwuMJ;E8CvuME;IACE,UAAA;IACA,UAAA;E9CyuMJ;E8CxuME;IACE,UAAA;IACA,eAAA;E9C0uMJ;E8CzuME;IACE,UAAA;IACA,UAAA;E9C2uMJ;E8C1uME;IACE,UAAA;IACA,eAAA;E9C4uMJ;E8C3uME;IACE,UAAA;IACA,UAAA;E9C6uMJ;E8C5uME;IACE,UAAA;IACA,UAAA;E9C8uMJ;E8C7uME;IACE,UAAA;IACA,UAAA;E9C+uMJ;E8C9uME;IACE,UAAA;IACA,UAAA;E9CgvMJ;E8C/uME;IACE,UAAA;IACA,UAAA;E9CivMJ;E8ChvME;IxCvHA,iBwCwHiC;E9CkvMnC;E8CjvME;IxCzHA,sBwC0HiC;E9CmvMnC;E8ClvME;IxC3HA,iBwC4HiC;E9CovMnC;E8CnvME;IxC7HA,sBwC8HiC;E9CqvMnC;E8CpvME;IxC/HA,iBwCgIiC;E9CsvMnC;E8CrvME;IxCjIA,iBwCkIiC;E9CuvMnC;E8CtvME;IxCnIA,iBwCoIiC;E9CwvMnC;E8CvvME;IxCrIA,iBwCsIiC;E9CyvMnC;E8CxvME;IxCvIA,iBwCwIiC;E9C0vMnC;E8CxvMI;IACE,UAAA;IACA,SAAA;E9C0vMN;E8CzvMI;IxC7IF,gBwC8ImC;E9C2vMrC;E8C/vMI;IACE,UAAA;IACA,kBAAA;E9CiwMN;E8ChwMI;IxC7IF,yBwC8ImC;E9CkwMrC;E8CtwMI;IACE,UAAA;IACA,mBAAA;E9CwwMN;E8CvwMI;IxC7IF,0BwC8ImC;E9CywMrC;E8C7wMI;IACE,UAAA;IACA,UAAA;E9C+wMN;E8C9wMI;IxC7IF,iBwC8ImC;E9CgxMrC;E8CpxMI;IACE,UAAA;IACA,mBAAA;E9CsxMN;E8CrxMI;IxC7IF,0BwC8ImC;E9CuxMrC;E8C3xMI;IACE,UAAA;IACA,mBAAA;E9C6xMN;E8C5xMI;IxC7IF,0BwC8ImC;E9C8xMrC;E8ClyMI;IACE,UAAA;IACA,UAAA;E9CoyMN;E8CnyMI;IxC7IF,iBwC8ImC;E9CqyMrC;E8CzyMI;IACE,UAAA;IACA,mBAAA;E9C2yMN;E8C1yMI;IxC7IF,0BwC8ImC;E9C4yMrC;E8ChzMI;IACE,UAAA;IACA,mBAAA;E9CkzMN;E8CjzMI;IxC7IF,0BwC8ImC;E9CmzMrC;E8CvzMI;IACE,UAAA;IACA,UAAA;E9CyzMN;E8CxzMI;IxC7IF,iBwC8ImC;E9C0zMrC;E8C9zMI;IACE,UAAA;IACA,mBAAA;E9Cg0MN;E8C/zMI;IxC7IF,0BwC8ImC;E9Ci0MrC;E8Cr0MI;IACE,UAAA;IACA,mBAAA;E9Cu0MN;E8Ct0MI;IxC7IF,0BwC8ImC;E9Cw0MrC;E8C50MI;IACE,UAAA;IACA,WAAA;E9C80MN;E8C70MI;IxC7IF,kBwC8ImC;E9C+0MrC;AACF;AM3gNI;EwC6LA;IACE,UAAA;IACA,YAAA;E9Ci1MJ;E8Ch1ME;IACE,UAAA;IACA,WAAA;E9Ck1MJ;E8Cj1ME;IACE,UAAA;IACA,UAAA;E9Cm1MJ;E8Cl1ME;IACE,UAAA;IACA,eAAA;E9Co1MJ;E8Cn1ME;IACE,UAAA;IACA,UAAA;E9Cq1MJ;E8Cp1ME;IACE,UAAA;IACA,eAAA;E9Cs1MJ;E8Cr1ME;IACE,UAAA;IACA,UAAA;E9Cu1MJ;E8Ct1ME;IACE,UAAA;IACA,UAAA;E9Cw1MJ;E8Cv1ME;IACE,UAAA;IACA,UAAA;E9Cy1MJ;E8Cx1ME;IACE,UAAA;IACA,UAAA;E9C01MJ;E8Cz1ME;IACE,UAAA;IACA,UAAA;E9C21MJ;E8C11ME;IxCjLA,iBwCkLiC;E9C41MnC;E8C31ME;IxCnLA,sBwCoLiC;E9C61MnC;E8C51ME;IxCrLA,iBwCsLiC;E9C81MnC;E8C71ME;IxCvLA,sBwCwLiC;E9C+1MnC;E8C91ME;IxCzLA,iBwC0LiC;E9Cg2MnC;E8C/1ME;IxC3LA,iBwC4LiC;E9Ci2MnC;E8Ch2ME;IxC7LA,iBwC8LiC;E9Ck2MnC;E8Cj2ME;IxC/LA,iBwCgMiC;E9Cm2MnC;E8Cl2ME;IxCjMA,iBwCkMiC;E9Co2MnC;E8Cl2MI;IACE,UAAA;IACA,SAAA;E9Co2MN;E8Cn2MI;IxCvMF,gBwCwMmC;E9Cq2MrC;E8Cz2MI;IACE,UAAA;IACA,kBAAA;E9C22MN;E8C12MI;IxCvMF,yBwCwMmC;E9C42MrC;E8Ch3MI;IACE,UAAA;IACA,mBAAA;E9Ck3MN;E8Cj3MI;IxCvMF,0BwCwMmC;E9Cm3MrC;E8Cv3MI;IACE,UAAA;IACA,UAAA;E9Cy3MN;E8Cx3MI;IxCvMF,iBwCwMmC;E9C03MrC;E8C93MI;IACE,UAAA;IACA,mBAAA;E9Cg4MN;E8C/3MI;IxCvMF,0BwCwMmC;E9Ci4MrC;E8Cr4MI;IACE,UAAA;IACA,mBAAA;E9Cu4MN;E8Ct4MI;IxCvMF,0BwCwMmC;E9Cw4MrC;E8C54MI;IACE,UAAA;IACA,UAAA;E9C84MN;E8C74MI;IxCvMF,iBwCwMmC;E9C+4MrC;E8Cn5MI;IACE,UAAA;IACA,mBAAA;E9Cq5MN;E8Cp5MI;IxCvMF,0BwCwMmC;E9Cs5MrC;E8C15MI;IACE,UAAA;IACA,mBAAA;E9C45MN;E8C35MI;IxCvMF,0BwCwMmC;E9C65MrC;E8Cj6MI;IACE,UAAA;IACA,UAAA;E9Cm6MN;E8Cl6MI;IxCvMF,iBwCwMmC;E9Co6MrC;E8Cx6MI;IACE,UAAA;IACA,mBAAA;E9C06MN;E8Cz6MI;IxCvMF,0BwCwMmC;E9C26MrC;E8C/6MI;IACE,UAAA;IACA,mBAAA;E9Ci7MN;E8Ch7MI;IxCvMF,0BwCwMmC;E9Ck7MrC;E8Ct7MI;IACE,UAAA;IACA,WAAA;E9Cw7MN;E8Cv7MI;IxCvMF,kBwCwMmC;E9Cy7MrC;AACF;AMhqNI;EwCwOA;IACE,UAAA;IACA,YAAA;E9C27MJ;E8C17ME;IACE,UAAA;IACA,WAAA;E9C47MJ;E8C37ME;IACE,UAAA;IACA,UAAA;E9C67MJ;E8C57ME;IACE,UAAA;IACA,eAAA;E9C87MJ;E8C77ME;IACE,UAAA;IACA,UAAA;E9C+7MJ;E8C97ME;IACE,UAAA;IACA,eAAA;E9Cg8MJ;E8C/7ME;IACE,UAAA;IACA,UAAA;E9Ci8MJ;E8Ch8ME;IACE,UAAA;IACA,UAAA;E9Ck8MJ;E8Cj8ME;IACE,UAAA;IACA,UAAA;E9Cm8MJ;E8Cl8ME;IACE,UAAA;IACA,UAAA;E9Co8MJ;E8Cn8ME;IACE,UAAA;IACA,UAAA;E9Cq8MJ;E8Cp8ME;IxC3OA,iBwC4OiC;E9Cs8MnC;E8Cr8ME;IxC7OA,sBwC8OiC;E9Cu8MnC;E8Ct8ME;IxC/OA,iBwCgPiC;E9Cw8MnC;E8Cv8ME;IxCjPA,sBwCkPiC;E9Cy8MnC;E8Cx8ME;IxCnPA,iBwCoPiC;E9C08MnC;E8Cz8ME;IxCrPA,iBwCsPiC;E9C28MnC;E8C18ME;IxCvPA,iBwCwPiC;E9C48MnC;E8C38ME;IxCzPA,iBwC0PiC;E9C68MnC;E8C58ME;IxC3PA,iBwC4PiC;E9C88MnC;E8C58MI;IACE,UAAA;IACA,SAAA;E9C88MN;E8C78MI;IxCjQF,gBwCkQmC;E9C+8MrC;E8Cn9MI;IACE,UAAA;IACA,kBAAA;E9Cq9MN;E8Cp9MI;IxCjQF,yBwCkQmC;E9Cs9MrC;E8C19MI;IACE,UAAA;IACA,mBAAA;E9C49MN;E8C39MI;IxCjQF,0BwCkQmC;E9C69MrC;E8Cj+MI;IACE,UAAA;IACA,UAAA;E9Cm+MN;E8Cl+MI;IxCjQF,iBwCkQmC;E9Co+MrC;E8Cx+MI;IACE,UAAA;IACA,mBAAA;E9C0+MN;E8Cz+MI;IxCjQF,0BwCkQmC;E9C2+MrC;E8C/+MI;IACE,UAAA;IACA,mBAAA;E9Ci/MN;E8Ch/MI;IxCjQF,0BwCkQmC;E9Ck/MrC;E8Ct/MI;IACE,UAAA;IACA,UAAA;E9Cw/MN;E8Cv/MI;IxCjQF,iBwCkQmC;E9Cy/MrC;E8C7/MI;IACE,UAAA;IACA,mBAAA;E9C+/MN;E8C9/MI;IxCjQF,0BwCkQmC;E9CggNrC;E8CpgNI;IACE,UAAA;IACA,mBAAA;E9CsgNN;E8CrgNI;IxCjQF,0BwCkQmC;E9CugNrC;E8C3gNI;IACE,UAAA;IACA,UAAA;E9C6gNN;E8C5gNI;IxCjQF,iBwCkQmC;E9C8gNrC;E8ClhNI;IACE,UAAA;IACA,mBAAA;E9CohNN;E8CnhNI;IxCjQF,0BwCkQmC;E9CqhNrC;E8CzhNI;IACE,UAAA;IACA,mBAAA;E9C2hNN;E8C1hNI;IxCjQF,0BwCkQmC;E9C4hNrC;E8ChiNI;IACE,UAAA;IACA,WAAA;E9CkiNN;E8CjiNI;IxCjQF,kBwCkQmC;E9CmiNrC;AACF;;A8CliNA;ExCpQI,sBwCqQ6B;ExCrQ7B,qBwCsQ6B;EAC/B,oBAAA;A9CqiNF;A8CpiNE;EACE,uBAAA;A9CsiNJ;A8CriNE;EACE,qCAAA;A9CuiNJ;A8CriNE;EACE,uBAAA;A9CuiNJ;A8CtiNE;ExC/QE,ewCgR+B;ExChR/B,cwCiR+B;EAC/B,aAAA;A9CwiNJ;A8CviNI;EACE,SAAA;EACA,qBAAA;A9CyiNN;A8CxiNI;EACE,qBAAA;A9C0iNN;A8CziNI;EACE,gBAAA;A9C2iNN;A8C1iNE;EACE,aAAA;A9C4iNJ;A8C3iNE;EACE,eAAA;A9C6iNJ;A8C5iNE;EACE,mBAAA;A9C8iNJ;AMr5NE;EwC0WE;IACE,aAAA;E9C8iNJ;AACF;AM94NE;EwCkWE;IACE,aAAA;E9C+iNJ;AACF;;A8C7iNE;EACE,oBAAA;ExC3SA,yCwC4S+B;ExC5S/B,wCwC6S+B;A9CgjNnC;A8C/iNI;EACE,8BAAA;EACA,+BAAA;A9CijNN;A8C/iNM;EACE,iBAAA;A9CijNR;AMh7NE;EwCiYM;IACE,iBAAA;E9CkjNR;AACF;AMj7NE;EwCgYM;IACE,iBAAA;E9CojNR;AACF;AMl7NE;EwC+XM;IACE,iBAAA;E9CsjNR;AACF;AMn7NE;EwC8XM;IACE,iBAAA;E9CwjNR;AACF;AMp7NE;EwC6XM;IACE,iBAAA;E9C0jNR;AACF;AMp7NI;EwC2XI;IACE,iBAAA;E9C4jNR;AACF;AM/6NI;EwCoXI;IACE,iBAAA;E9C8jNR;AACF;AM/6NI;EwCkXI;IACE,iBAAA;E9CgkNR;AACF;AM16NI;EwC2WI;IACE,iBAAA;E9CkkNR;AACF;A8C/lNM;EACE,oBAAA;A9CimNR;AMh+NE;EwCiYM;IACE,oBAAA;E9CkmNR;AACF;AMj+NE;EwCgYM;IACE,oBAAA;E9ComNR;AACF;AMl+NE;EwC+XM;IACE,oBAAA;E9CsmNR;AACF;AMn+NE;EwC8XM;IACE,oBAAA;E9CwmNR;AACF;AMp+NE;EwC6XM;IACE,oBAAA;E9C0mNR;AACF;AMp+NI;EwC2XI;IACE,oBAAA;E9C4mNR;AACF;AM/9NI;EwCoXI;IACE,oBAAA;E9C8mNR;AACF;AM/9NI;EwCkXI;IACE,oBAAA;E9CgnNR;AACF;AM19NI;EwC2WI;IACE,oBAAA;E9CknNR;AACF;A8C/oNM;EACE,mBAAA;A9CipNR;AMhhOE;EwCiYM;IACE,mBAAA;E9CkpNR;AACF;AMjhOE;EwCgYM;IACE,mBAAA;E9CopNR;AACF;AMlhOE;EwC+XM;IACE,mBAAA;E9CspNR;AACF;AMnhOE;EwC8XM;IACE,mBAAA;E9CwpNR;AACF;AMphOE;EwC6XM;IACE,mBAAA;E9C0pNR;AACF;AMphOI;EwC2XI;IACE,mBAAA;E9C4pNR;AACF;AM/gOI;EwCoXI;IACE,mBAAA;E9C8pNR;AACF;AM/gOI;EwCkXI;IACE,mBAAA;E9CgqNR;AACF;AM1gOI;EwC2WI;IACE,mBAAA;E9CkqNR;AACF;A8C/rNM;EACE,oBAAA;A9CisNR;AMhkOE;EwCiYM;IACE,oBAAA;E9CksNR;AACF;AMjkOE;EwCgYM;IACE,oBAAA;E9CosNR;AACF;AMlkOE;EwC+XM;IACE,oBAAA;E9CssNR;AACF;AMnkOE;EwC8XM;IACE,oBAAA;E9CwsNR;AACF;AMpkOE;EwC6XM;IACE,oBAAA;E9C0sNR;AACF;AMpkOI;EwC2XI;IACE,oBAAA;E9C4sNR;AACF;AM/jOI;EwCoXI;IACE,oBAAA;E9C8sNR;AACF;AM/jOI;EwCkXI;IACE,oBAAA;E9CgtNR;AACF;AM1jOI;EwC2WI;IACE,oBAAA;E9CktNR;AACF;A8C/uNM;EACE,iBAAA;A9CivNR;AMhnOE;EwCiYM;IACE,iBAAA;E9CkvNR;AACF;AMjnOE;EwCgYM;IACE,iBAAA;E9CovNR;AACF;AMlnOE;EwC+XM;IACE,iBAAA;E9CsvNR;AACF;AMnnOE;EwC8XM;IACE,iBAAA;E9CwvNR;AACF;AMpnOE;EwC6XM;IACE,iBAAA;E9C0vNR;AACF;AMpnOI;EwC2XI;IACE,iBAAA;E9C4vNR;AACF;AM/mOI;EwCoXI;IACE,iBAAA;E9C8vNR;AACF;AM/mOI;EwCkXI;IACE,iBAAA;E9CgwNR;AACF;AM1mOI;EwC2WI;IACE,iBAAA;E9CkwNR;AACF;A8C/xNM;EACE,oBAAA;A9CiyNR;AMhqOE;EwCiYM;IACE,oBAAA;E9CkyNR;AACF;AMjqOE;EwCgYM;IACE,oBAAA;E9CoyNR;AACF;AMlqOE;EwC+XM;IACE,oBAAA;E9CsyNR;AACF;AMnqOE;EwC8XM;IACE,oBAAA;E9CwyNR;AACF;AMpqOE;EwC6XM;IACE,oBAAA;E9C0yNR;AACF;AMpqOI;EwC2XI;IACE,oBAAA;E9C4yNR;AACF;AM/pOI;EwCoXI;IACE,oBAAA;E9C8yNR;AACF;AM/pOI;EwCkXI;IACE,oBAAA;E9CgzNR;AACF;AM1pOI;EwC2WI;IACE,oBAAA;E9CkzNR;AACF;A8C/0NM;EACE,mBAAA;A9Ci1NR;AMhtOE;EwCiYM;IACE,mBAAA;E9Ck1NR;AACF;AMjtOE;EwCgYM;IACE,mBAAA;E9Co1NR;AACF;AMltOE;EwC+XM;IACE,mBAAA;E9Cs1NR;AACF;AMntOE;EwC8XM;IACE,mBAAA;E9Cw1NR;AACF;AMptOE;EwC6XM;IACE,mBAAA;E9C01NR;AACF;AMptOI;EwC2XI;IACE,mBAAA;E9C41NR;AACF;AM/sOI;EwCoXI;IACE,mBAAA;E9C81NR;AACF;AM/sOI;EwCkXI;IACE,mBAAA;E9Cg2NR;AACF;AM1sOI;EwC2WI;IACE,mBAAA;E9Ck2NR;AACF;A8C/3NM;EACE,oBAAA;A9Ci4NR;AMhwOE;EwCiYM;IACE,oBAAA;E9Ck4NR;AACF;AMjwOE;EwCgYM;IACE,oBAAA;E9Co4NR;AACF;AMlwOE;EwC+XM;IACE,oBAAA;E9Cs4NR;AACF;AMnwOE;EwC8XM;IACE,oBAAA;E9Cw4N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M;EAEE,yBAAA;AjDopPR;;AiDnpPI;EACE,8CAAA;AjDspPN;;AiDlrPE;EACE,oCAAA;AjDqrPJ;;AiDnrPI;EAEE,yBAAA;AjDqrPN;;AiDprPE;EACE,+CAAA;AjDurPJ;;AiDlrPI;EACE,mCAAA;AjDqrPN;;AiDnrPM;EAEE,yBAAA;AjDqrPR;;AiDprPI;EACE,8CAAA;AjDurPN;;AiDrrPI;EACE,mCAAA;AjDwrPN;;AiDtrPM;EAEE,yBAAA;AjDwrPR;;AiDvrPI;EACE,8CAAA;AjD0rPN;;AiDttPE;EACE,oCAAA;AjDytPJ;;AiDvtPI;EAEE,yBAAA;AjDytPN;;AiDxtPE;EACE,+CAAA;AjD2tPJ;;AiDttPI;EACE,oCAAA;AjDytPN;;AiDvtPM;EAEE,yBAAA;AjDytPR;;AiDxtPI;EACE,+CAAA;AjD2tPN;;AiDztPI;EACE,oCAAA;AjD4tPN;;AiD1tPM;EAEE,yBAAA;AjD4tPR;;AiD3tPI;EACE,+CAAA;AjD8tPN;;AiD1vPE;EACE,oCAAA;AjD6vPJ;;AiD3vPI;EAEE,yBAAA;AjD6vPN;;AiD5vPE;EACE,+CAAA;AjD+vPJ;;AiD1vPI;EACE,mCAAA;AjD6vPN;;AiD3vPM;EAEE,yBAAA;AjD6vPR;;AiD5vPI;EACE,8CAAA;AjD+vPN;;AiD7vPI;EACE,kCAAA;AjDgwPN;;AiD9vPM;EAEE,yBAAA;AjDgwPR;;AiD/vPI;EACE,6CAAA;AjDkwPN;;AiD/vPE;EACE,oCAAA;AjDkwPJ;;AiDjwPE;EACE,+CAAA;AjDowPJ;;AiDvwPE;EACE,oCAAA;AjD0wPJ;;AiDzwPE;EACE,+CAAA;AjD4wPJ;;AiD/wPE;EACE,oCAAA;AjDkxPJ;;AiDjxPE;EACE,+CAAA;AjDoxPJ;;AiDvxPE;EACE,oCAAA;AjD0xPJ;;AiDzxPE;EACE,+CAAA;AjD4xPJ;;AiD/xPE;EACE,oCAAA;AjDkyPJ;;AiDjyPE;EACE,+CAAA;AjDoyPJ;;AiDvyPE;EACE,oCAAA;AjD0yPJ;;AiDzyPE;EACE,+CAAA;AjD4yPJ;;AiD/yPE;EACE,iCAAA;AjDkzPJ;;AiDjzPE;EACE,4CAAA;AjDozPJ;;AiDvzPE;EACE,iCAAA;AjD0zPJ;;AiDzzPE;EACE,4CAAA;AjD4zPJ;;AiD/zPE;EACE,iCAAA;AjDk0PJ;;AiDj0PE;EACE,4CAAA;AjDo0PJ;;AkDz2PE;EACE,8BAAA;AlD42PJ;;AkD72PE;EACE,sCAAA;AlDg3PJ;;AkDj3PE;EACE,iCAAA;AlDo3PJ;;AkDr3PE;EACE,yCAAA;AlDw3PJ;;AkDp3PE;EACE,4BAAA;AlDu3PJ;;AkDx3PE;EACE,0BAAA;AlD23PJ;;AkD53PE;EACE,kCAAA;AlD+3PJ;;AkD33PE;EACE,sCAAA;AlD83PJ;;AkD/3PE;EACE,oCAAA;AlDk4PJ;;AkDn4PE;EACE,kCAAA;AlDs4PJ;;AkDv4PE;EACE,yCAAA;AlD04PJ;;AkD34PE;EACE,wCAAA;AlD84PJ;;AkD/4PE;EACE,wCAAA;AlDk5PJ;;AkDn5PE;EACE,iCAAA;AlDs5PJ;;AkDv5PE;EACE,+BAAA;AlD05PJ;;AkD35PE;EACE,gCAAA;AlD85PJ;;AkD/5PE;EACE,iCAAA;AlDk6PJ;;AkD95PE;EACE,oCAAA;AlDi6PJ;;AkDl6PE;EACE,kCAAA;AlDq6PJ;;AkDt6PE;EACE,gCAAA;AlDy6PJ;;AkD16PE;EACE,uCAAA;AlD66PJ;;AkD96PE;EACE,sCAAA;AlDi7PJ;;AkDl7PE;EACE,sCAAA;AlDq7PJ;;AkDt7PE;EACE,iCAAA;AlDy7PJ;;AkD17PE;EACE,+BAAA;AlD67PJ;;AkD97PE;EACE,6BAAA;AlDi8PJ;;AkDl8PE;EACE,kCAAA;AlDq8PJ;;AkDj8PE;EACE,+BAAA;AlDo8PJ;;AkDr8PE;EACE,kCAAA;AlDw8PJ;;AkDz8PE;EACE,gCAAA;AlD48PJ;;AkD78PE;EACE,8BAAA;AlDg9PJ;;AkDj9PE;EACE,gCAAA;AlDo9PJ;;AkDr9PE;EACE,6BAAA;AlDw9PJ;;AkDz9PE;EACE,2BAAA;AlD49PJ;;AkD79PE;EACE,kCAAA;AlDg+PJ;;AkDj+PE;EACE,gCAAA;AlDo+PJ;;AkDh+PE;EACE,2BAAA;AlDm+PJ;;AkDp+PE;EACE,iCAAA;AlDu+PJ;;AkDx+PE;EACE,+BAAA;AlD2+PJ;;AkD5+PE;EACE,6BAAA;AlD++PJ;;AkDh/PE;EACE,+BAAA;AlDm/PJ;;AkDp/PE;EACE,8BAAA;AlDu/PJ;;AkDl/PI;EACE,uBAAA;AlDq/PN;;AkDt/PI;EACE,uBAAA;AlDy/PN;;AkD1/PI;EACE,uBAAA;AlD6/PN;;AkD9/PI;EACE,uBAAA;AlDigQN;;AkDlgQI;EACE,uBAAA;AlDqgQN;;AkDtgQI;EACE,uBAAA;AlDygQN;;AkD1gQI;EACE,yBAAA;AlD6gQN;;AkD9gQI;EACE,yBAAA;AlDihQN;;AkDlhQI;EACE,yBAAA;AlDqhQN;;AkDthQI;EACE,yBAAA;AlDyhQN;;AkD1hQI;EACE,yBAAA;AlD6hQN;;AkD9hQI;EACE,yBAAA;AlDiiQN;;AM9jQE;EACE,WAAA;EACA,YAAA;EACA,cAAA;ANikQJ;;AmDpkQA;EACE,sBAAA;AnDukQF;;AmDrkQA;EACE,uBAAA;AnDwkQF;;AEhlQA,qBAAA;AkDCA;EACE,2BAAA;ApDmlQF;;AoDjlQA;EACE,2BAAA;ApDolQF;;AoDllQA;EACE,0BAAA;EACA,8BAAA;ApDqlQF;;AqD/lQA;EACE,2BAAA;ArDkmQF;;AElmQA,qBAAA;AoDIA;EACE,6BAAA;AtDkmQF;;AuDxmQA;EACE,oBAAA;AvD2mQF;;AuDzmQA;EACE,qBAAA;AvD4mQF;;AuDjmQI;EACE,oBAAA;AvDomQN;;AuDjmQM;EACE,wBAAA;AvDomQR;;AuDrmQM;EACE,0BAAA;AvDwmQR;;AuDzmQM;EACE,2BAAA;AvD4mQR;;AuD7mQM;EACE,yBAAA;AvDgnQR;;AuD7mQM;EACE,yBAAA;EACA,0BAAA;AvDgnQR;;AuD7mQM;EACE,wBAAA;EACA,2BAAA;AvDgnQR;;AuD/nQI;EACE,0BAAA;AvDkoQN;;AuD/nQM;EACE,8BAAA;AvDkoQR;;AuDnoQM;EACE,gCAAA;AvDsoQR;;AuDvoQM;EACE,iCAAA;AvD0oQR;;AuD3oQM;EACE,+BAAA;AvD8oQR;;AuD3oQM;EACE,+BAAA;EACA,gCAAA;AvD8oQR;;AuD3oQM;EACE,8BAAA;EACA,iCAAA;AvD8oQR;;AuD7pQI;EACE,yBAAA;AvDgqQN;;AuD7pQM;EACE,6BAAA;AvDgqQR;;AuDjqQM;EACE,+BAAA;AvDoqQR;;AuDrqQM;EACE,gCAAA;AvDwqQR;;AuDzqQM;EACE,8BAAA;AvD4qQR;;AuDzqQM;EACE,8BAAA;EACA,+BAAA;AvD4qQR;;AuDzqQM;EACE,6BAAA;EACA,gCAAA;AvD4qQR;;AuD3rQI;EACE,0BAAA;AvD8rQN;;AuD3rQM;EACE,8BAAA;AvD8rQR;;AuD/rQM;EACE,gCAAA;AvDksQR;;AuDnsQM;EACE,iCAAA;AvDssQR;;AuDvsQM;EACE,+BAAA;AvD0sQR;;AuDvsQM;EACE,+BAAA;EACA,gCAAA;AvD0sQR;;AuDvsQM;EACE,8BAAA;EACA,iCAAA;AvD0sQR;;AuDztQI;EACE,uBAAA;AvD4tQN;;AuDztQM;EACE,2BAAA;AvD4tQR;;AuD7tQM;EACE,6BAAA;AvDguQR;;AuDjuQM;EACE,8BAAA;AvDouQR;;AuDruQM;EACE,4BAAA;AvDwuQR;;AuDruQM;EACE,4BAAA;EACA,6BAAA;AvDwuQR;;AuDruQM;EACE,2BAAA;EACA,8BAAA;AvDwuQR;;AuDvvQI;EACE,yBAAA;AvD0vQN;;AuDvvQM;EACE,6BAAA;AvD0vQR;;AuD3vQM;EACE,+BAAA;AvD8vQR;;AuD/vQM;EACE,gCAAA;AvDkwQR;;AuDnwQM;EACE,8BAAA;AvDswQR;;AuDnwQM;EACE,8BAAA;EACA,+BAAA;AvDswQR;;AuDnwQM;EACE,6BAAA;EACA,gCAAA;AvDswQR;;AuDrxQI;EACE,uBAAA;AvDwxQN;;AuDrxQM;EACE,2BAAA;AvDwxQR;;AuDzxQM;EACE,6BAAA;AvD4xQR;;AuD7xQM;EACE,8BAAA;AvDgyQR;;AuDjyQM;EACE,4BAAA;AvDoyQR;;AuDjyQM;EACE,4BAAA;EACA,6BAAA;AvDoyQR;;AuDjyQM;EACE,2BAAA;EACA,8BAAA;AvDoyQR;;AuDnzQI;EACE,uBAAA;AvDszQN;;AuDnzQM;EACE,2BAAA;AvDszQR;;AuDvzQM;EACE,6BAAA;AvD0zQR;;AuD3zQM;EACE,8BAAA;AvD8zQR;;AuD/zQM;EACE,4BAAA;AvDk0QR;;AuD/zQM;EACE,4BAAA;EACA,6BAAA;AvDk0QR;;AuD/zQM;EACE,2BAAA;EACA,8BAAA;AvDk0QR;;AuDj1QI;EACE,qBAAA;AvDo1QN;;AuDj1QM;EACE,yBAAA;AvDo1QR;;AuDr1QM;EACE,2BAAA;AvDw1QR;;AuDz1QM;EACE,4BAAA;AvD41QR;;AuD71QM;EACE,0BAAA;AvDg2QR;;AuD71QM;EACE,0BAAA;EACA,2BAAA;AvDg2QR;;AuD71QM;EACE,yBAAA;EACA,4BAAA;AvDg2QR;;AuD/2QI;EACE,2BAAA;AvDk3QN;;AuD/2QM;EACE,+BAAA;AvDk3QR;;AuDn3QM;EACE,iCAAA;AvDs3QR;;AuDv3QM;EACE,kCAAA;AvD03QR;;AuD33QM;EACE,gCAAA;AvD83QR;;AuD33QM;EACE,gCAAA;EACA,iCAAA;AvD83QR;;AuD33QM;EACE,+BAAA;EACA,kCAAA;AvD83QR;;AuD74QI;EACE,0BAAA;AvDg5QN;;AuD74QM;EACE,8BAAA;AvDg5QR;;AuDj5QM;EACE,gCAAA;AvDo5QR;;AuDr5QM;EACE,iCAAA;AvDw5QR;;AuDz5QM;EACE,+BAAA;AvD45QR;;AuDz5QM;EACE,+BAAA;EACA,gCAAA;AvD45QR;;AuDz5QM;EACE,8BAAA;EACA,iCAAA;AvD45QR;;AuD36QI;EACE,2BAAA;AvD86QN;;AuD36QM;EACE,+BAAA;AvD86QR;;AuD/6QM;EACE,iCAAA;AvDk7QR;;AuDn7QM;EACE,kCAAA;AvDs7QR;;AuDv7QM;EACE,gCAAA;AvD07QR;;AuDv7QM;EACE,gCAAA;EACA,iCAAA;AvD07QR;;AuDv7QM;EACE,+BAAA;EACA,kCAAA;AvD07QR;;AuDz8QI;EACE,wBAAA;AvD48QN;;AuDz8QM;EACE,4BAAA;AvD48QR;;AuD78QM;EACE,8BAAA;AvDg9QR;;AuDj9QM;EACE,+BAAA;AvDo9QR;;AuDr9QM;EACE,6BAAA;AvDw9QR;;AuDr9QM;EACE,6BAAA;EACA,8BAAA;AvDw9QR;;AuDr9QM;EACE,4BAAA;EACA,+BAAA;AvDw9QR;;AuDv+QI;EACE,0BAAA;AvD0+QN;;AuDv+QM;EACE,8BAAA;AvD0+QR;;AuD3+QM;EACE,gCAAA;AvD8+QR;;AuD/+QM;EACE,iCAAA;AvDk/QR;;AuDn/QM;EACE,+BAAA;AvDs/QR;;AuDn/QM;EACE,+BAAA;EACA,gCAAA;AvDs/QR;;AuDn/QM;EACE,8BAAA;EACA,iCAAA;AvDs/QR;;AuDrgRI;EACE,wBAAA;AvDwgRN;;AuDrgRM;EACE,4BAAA;AvDwgRR;;AuDzgRM;EACE,8BAAA;AvD4gRR;;AuD7gRM;EACE,+BAAA;AvDghRR;;AuDjhRM;EACE,6BAAA;AvDohRR;;AuDjhRM;EACE,6BAAA;EACA,8BAAA;AvDohRR;;AuDjhRM;EACE,4BAAA;EACA,+BAAA;AvDohRR;;AuDniRI;EACE,wBAAA;AvDsiRN;;AuDniRM;EACE,4BAAA;AvDsiRR;;AuDviRM;EACE,8BAAA;AvD0iRR;;AuD3iRM;EACE,+BAAA;AvD8iRR;;AuD/iRM;EACE,6BAAA;AvDkjRR;;AuD/iRM;EACE,6BAAA;EACA,8BAAA;AvDkjRR;;AuD/iRM;EACE,4BAAA;EACA,+BAAA;AvDkjRR;;AwDzkRI;EACE,0BAAA;AxD4kRN;;AwD7kRI;EACE,4BAAA;AxDglRN;;AwDjlRI;EACE,0BAAA;AxDolRN;;AwDrlRI;EACE,4BAAA;AxDwlRN;;AwDzlRI;EACE,6BAAA;AxD4lRN;;AwD7lRI;EACE,0BAAA;AxDgmRN;;AwDjmRI;EACE,6BAAA;AxDomRN;;AMpgRE;EkDjGE;IACE,0BAAA;ExDymRJ;EwD1mRE;IACE,4BAAA;ExD4mRJ;EwD7mRE;IACE,0BAAA;ExD+mRJ;EwDhnRE;IACE,4BAAA;ExDknRJ;EwDnnRE;IACE,6BAAA;ExDqnRJ;EwDtnRE;IACE,0BAAA;ExDwnRJ;EwDznRE;IACE,6BAAA;ExD2nRJ;AACF;AMxhRE;EkDrGE;IACE,0BAAA;ExDgoRJ;EwDjoRE;IACE,4BAAA;ExDmoRJ;EwDpoRE;IACE,0BAAA;ExDsoRJ;EwDvoRE;IACE,4BAAA;ExDyoRJ;EwD1oRE;IACE,6BAAA;ExD4oRJ;EwD7oRE;IACE,0BAAA;ExD+oRJ;EwDhpRE;IACE,6BAAA;ExDkpRJ;AACF;AMviRE;EkD7GE;IACE,0BAAA;ExDupRJ;EwDxpRE;IACE,4BAAA;ExD0pRJ;EwD3pRE;IACE,0BAAA;ExD6pRJ;EwD9pRE;IACE,4BAAA;ExDgqRJ;EwDjqRE;IACE,6BAAA;ExDmqRJ;EwDpqRE;IACE,0BAAA;ExDsqRJ;EwDvqRE;IACE,6BAAA;ExDyqRJ;AACF;AM1jRE;EkDjHE;IACE,0BAAA;ExD8qRJ;EwD/qRE;IACE,4BAAA;ExDirRJ;EwDlrRE;IACE,0BAAA;ExDorRJ;EwDrrRE;IACE,4BAAA;ExDurRJ;EwDxrRE;IACE,6BAAA;ExD0rRJ;EwD3rRE;IACE,0BAAA;ExD6rRJ;EwD9rRE;IACE,6BAAA;ExDgsRJ;AACF;AMlkRI;EkDhIA;IACE,0BAAA;ExDqsRJ;EwDtsRE;IACE,4BAAA;ExDwsRJ;EwDzsRE;IACE,0BAAA;ExD2sRJ;EwD5sRE;IACE,4BAAA;ExD8sRJ;EwD/sRE;IACE,6BAAA;ExDitRJ;EwDltRE;IACE,0BAAA;ExDotRJ;EwDrtRE;IACE,6BAAA;ExDutRJ;AACF;AM1kRI;EkD/IA;IACE,0BAAA;ExD4tRJ;EwD7tRE;IACE,4BAAA;ExD+tRJ;EwDhuRE;IACE,0BAAA;ExDkuRJ;EwDnuRE;IACE,4BAAA;ExDquRJ;EwDtuRE;IACE,6BAAA;ExDwuRJ;EwDzuRE;IACE,0BAAA;ExD2uRJ;EwD5uRE;IACE,6BAAA;ExD8uRJ;AACF;AwDttRE;EACE,6BAAA;AxDwtRJ;;AwDztRE;EACE,8BAAA;AxD4tRJ;;AwD7tRE;EACE,2BAAA;AxDguRJ;;AwDjuRE;EACE,4BAAA;AxDouRJ;;AM9pRE;EkDlEE;IACE,6BAAA;ExDouRJ;AACF;AMhqRE;EkDnEE;IACE,6BAAA;ExDsuRJ;AACF;AMjqRE;EkDpEE;IACE,6BAAA;ExDwuRJ;AACF;AMlqRE;EkDrEE;IACE,6BAAA;ExD0uRJ;AACF;AMnqRE;EkDtEE;IACE,6BAAA;ExD4uRJ;AACF;AMnqRI;EkDxEA;IACE,6BAAA;ExD8uRJ;AACF;AM9pRI;EkD/EA;IACE,6BAAA;ExDgvRJ;AACF;AM9pRI;EkDjFA;IACE,6BAAA;ExDkvRJ;AACF;AMzpRI;EkDxFA;IACE,6BAAA;ExDovRJ;AACF;AM5sRE;EkDlEE;IACE,8BAAA;ExDixRJ;AACF;AM7sRE;EkDnEE;IACE,8BAAA;ExDmxRJ;AACF;AM9sRE;EkDpEE;IACE,8BAAA;ExDqxRJ;AACF;AM/sRE;EkDrEE;IACE,8BAAA;ExDuxRJ;AACF;AMhtRE;EkDtEE;IACE,8BAAA;ExDyxRJ;AACF;AMhtRI;EkDxEA;IACE,8BAAA;ExD2xRJ;AACF;AM3sRI;EkD/EA;IACE,8BAAA;ExD6xRJ;AACF;AM3sRI;EkDjFA;IACE,8BAAA;ExD+xRJ;AACF;AMtsRI;EkDxFA;IACE,8BAAA;ExDiyRJ;AACF;AMzvRE;EkDlEE;IACE,2BAAA;ExD8zRJ;AACF;AM1vRE;EkDnEE;IACE,2BAAA;ExDg0RJ;AACF;AM3vRE;EkDpEE;IACE,2BAAA;ExDk0RJ;AACF;AM5vRE;EkDrEE;IACE,2BAAA;ExDo0RJ;AACF;AM7vRE;EkDtEE;IACE,2BAAA;ExDs0RJ;AACF;AM7vRI;EkDxEA;IACE,2BAAA;ExDw0RJ;AACF;AMxvRI;EkD/EA;IACE,2BAAA;ExD00RJ;AACF;AMxvRI;EkDjFA;IACE,2BAAA;ExD40RJ;AACF;AMnvRI;EkDxFA;IACE,2BAAA;ExD80RJ;AACF;AMtyRE;EkDlEE;IACE,4BAAA;ExD22RJ;AACF;AMvyRE;EkDnEE;IACE,4BAAA;ExD62RJ;AACF;AMxyRE;EkDpEE;IACE,4BAAA;ExD+2RJ;AACF;AMzyRE;EkDrEE;IACE,4BAAA;ExDi3RJ;AACF;AM1yRE;EkDtEE;IACE,4BAAA;ExDm3RJ;AACF;AM1yRI;EkDxEA;IACE,4BAAA;ExDq3RJ;AACF;AMryRI;EkD/EA;IACE,4BAAA;ExDu3RJ;AACF;AMryRI;EkDjFA;IACE,4BAAA;ExDy3RJ;AACF;AMhyRI;EkDxFA;IACE,4BAAA;ExD23RJ;AACF;AwD13RA;EACE,qCAAA;AxD43RF;;AwD13RA;EACE,oCAAA;AxD63RF;;AwD33RA;EACE,oCAAA;AxD83RF;;AwD53RA;EACE,6BAAA;AxD+3RF;;AwD73RA;EACE,qCAAA;AxDg4RF;;AwD93RA;EACE,2BAAA;AxDi4RF;;AwDh4RA;EACE,2BAAA;AxDm4RF;;AwDl4RA;EACE,2BAAA;AxDq4RF;;AwDp4RA;EACE,2BAAA;AxDu4RF;;AwDt4RA;EACE,2BAAA;AxDy4RF;;AwDv4RA;EACE,+LAAA;AxD04RF;;AwDx4RA;EACE,+LAAA;AxD24RF;;AwDz4RA;EACE,+LAAA;AxD44RF;;AwD14RA;EACE,iCAAA;AxD64RF;;AwD34RA;EACE,iCAAA;AxD84RF;;AyDj/RE;EACE,yBAAA;AzDo/RJ;;AMl5RE;EmDhGE;IACE,yBAAA;EzDs/RJ;AACF;AMp5RE;EmDjGE;IACE,yBAAA;EzDw/RJ;AACF;AMr5RE;EmDlGE;IACE,yBAAA;EzD0/RJ;AACF;AMt5RE;EmDnGE;IACE,yBAAA;EzD4/RJ;AACF;AMv5RE;EmDpGE;IACE,yBAAA;EzD8/RJ;AACF;AMv5RI;EmDtGA;IACE,yBAAA;EzDggSJ;AACF;AMl5RI;EmD7GA;IACE,yBAAA;EzDkgSJ;AACF;AMl5RI;EmD/GA;IACE,yBAAA;EzDogSJ;AACF;AM74RI;EmDtHA;IACE,yBAAA;EzDsgSJ;AACF;AyDniSE;EACE,wBAAA;AzDqiSJ;;AMn8RE;EmDhGE;IACE,wBAAA;EzDuiSJ;AACF;AMr8RE;EmDjGE;IACE,wBAAA;EzDyiSJ;AACF;AMt8RE;EmDlGE;IACE,wBAAA;EzD2iSJ;AACF;AMv8RE;EmDnGE;IACE,wBAAA;EzD6iSJ;AACF;AMx8RE;EmDpGE;IACE,wBAAA;EzD+iSJ;AACF;AMx8RI;EmDtGA;IACE,wBAAA;EzDijSJ;AACF;AMn8RI;EmD7GA;IACE,wBAAA;EzDmjSJ;AACF;AMn8RI;EmD/GA;IACE,wBAAA;EzDqjSJ;AACF;AM97RI;EmDtHA;IACE,wBAAA;EzDujSJ;AACF;AyDplSE;EACE,0BAAA;AzDslSJ;;AMp/RE;EmDhGE;IACE,0BAAA;EzDwlSJ;AACF;AMt/RE;EmDjGE;IACE,0BAAA;EzD0lSJ;AACF;AMv/RE;EmDlGE;IACE,0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","file":"bulma-dark-rtl.css"} \ No newline at end of file diff --git a/css/theme/bulma-dark-rtl.min.css b/css/theme/bulma-dark-rtl.min.css deleted file mode 100644 index 03fd05cb6..000000000 --- a/css/theme/bulma-dark-rtl.min.css +++ /dev/null @@ -1 +0,0 @@ -@charset "UTF-8";.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:0}.select fieldset[disabled] select,.select select[disabled],[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea,fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(186,186,186,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#404040;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(186,186,186,.3)}.delete:active,.modal-close:active{background-color:rgba(186,186,186,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#404040;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#9a9a9a;font-size:1em;font-weight:400;line-height:1.5}a{color:#9b905c;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#a4a4a4}code{background-color:#454545;color:#52b7a3;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#454545;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#a4a4a4;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#454545;color:#9a9a9a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#a4a4a4}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.box{background-color:#404040;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px #9b905c}a.box:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2),0 0 0 1px #9b905c}.button{background-color:#404040;border-color:#525252;border-width:1px;color:#a4a4a4;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-right:calc(-.5em - 1px);margin-left:.25em}.button .icon:last-child:not(:first-child){margin-right:.25em;margin-left:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#656565;color:#a4a4a4}.button.is-focused,.button:focus{border-color:#9b905c;color:#a4a4a4}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-active,.button:active{border-color:#9a9a9a;color:#a4a4a4}.button.is-text{background-color:transparent;border-color:transparent;color:#9a9a9a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#454545;color:#a4a4a4}.button.is-text.is-active,.button.is-text:active{background-color:#383838;color:#a4a4a4}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:0 0;border-color:transparent;color:#9b905c;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#9b905c;text-decoration:underline}.button.is-white{background-color:#404040;border-color:transparent;color:#bababa}.button.is-white.is-hovered,.button.is-white:hover{background-color:#3a3a3a;border-color:transparent;color:#bababa}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#bababa}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#333;border-color:transparent;color:#bababa}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#404040;border-color:#404040;box-shadow:none}.button.is-white.is-inverted{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#adadad}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#bababa;border-color:transparent;box-shadow:none;color:#404040}.button.is-white.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#404040;border-color:#404040;color:#bababa}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-outlined.is-loading.is-focused::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black{background-color:#bababa;border-color:transparent;color:#404040}.button.is-black.is-hovered,.button.is-black:hover{background-color:#b4b4b4;border-color:transparent;color:#404040}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#404040}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#adadad;border-color:transparent;color:#404040}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#bababa;border-color:#bababa;box-shadow:none}.button.is-black.is-inverted{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#333}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#404040;border-color:transparent;box-shadow:none;color:#bababa}.button.is-black.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#bababa;border-color:#bababa;color:#404040}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-outlined.is-loading.is-focused::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-light{background-color:#454545;border-color:transparent;color:#9d9d9d}.button.is-light.is-hovered,.button.is-light:hover{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#9d9d9d}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#383838;border-color:transparent;color:#9d9d9d}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#454545;border-color:#454545;box-shadow:none}.button.is-light.is-inverted{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:#909090}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:#9d9d9d;border-color:transparent;box-shadow:none;color:#454545}.button.is-light.is-loading::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined{background-color:transparent;border-color:#454545;color:#454545}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#454545;border-color:#454545;color:#9d9d9d}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-outlined.is-loading.is-focused::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading:hover::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#454545;box-shadow:none;color:#454545}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;color:#9d9d9d}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;box-shadow:none;color:#9d9d9d}.button.is-dark{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#979797;border-color:transparent;color:#6d6d6d}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;box-shadow:none}.button.is-dark.is-inverted{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#606060}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#6d6d6d;border-color:transparent;box-shadow:none;color:#a4a4a4}.button.is-dark.is-loading::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;color:#a4a4a4}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-outlined.is-loading.is-focused::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading:hover::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;box-shadow:none;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;color:#6d6d6d}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;box-shadow:none;color:#6d6d6d}.button.is-primary{background-color:#bf5766;border-color:transparent;color:#60948c}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#bb4e5e;border-color:transparent;color:#60948c}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#60948c}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#b74656;border-color:transparent;color:#60948c}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#bf5766;border-color:#bf5766;box-shadow:none}.button.is-primary.is-inverted{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#56857d}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#60948c;border-color:transparent;box-shadow:none;color:#bf5766}.button.is-primary.is-loading::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;color:#bf5766}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#bf5766;border-color:#bf5766;color:#60948c}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-outlined.is-loading.is-focused::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading:hover::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;box-shadow:none;color:#bf5766}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;color:#60948c}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;box-shadow:none;color:#60948c}.button.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#e35d70;border-color:transparent;color:#ac4e5c}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#e15267;border-color:transparent;color:#ac4e5c}.button.is-link{background-color:#9b905c;border-color:transparent;color:#727791}.button.is-link.is-hovered,.button.is-link:hover{background-color:#938957;border-color:transparent;color:#727791}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#727791}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#8b8153;border-color:transparent;color:#727791}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#9b905c;border-color:#9b905c;box-shadow:none}.button.is-link.is-inverted{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#666b83}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#727791;border-color:transparent;box-shadow:none;color:#9b905c}.button.is-link.is-loading::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;color:#9b905c}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#9b905c;border-color:#9b905c;color:#727791}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-outlined.is-loading.is-focused::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading:hover::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;box-shadow:none;color:#9b905c}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;color:#727791}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;box-shadow:none;color:#727791}.button.is-link.is-light{background-color:#baad6e;color:#8c8253}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#b6a865;border-color:transparent;color:#8c8253}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#b2a35d;border-color:transparent;color:#8c8253}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#a07857}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;border-color:transparent;color:#a07857}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#a07857}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#a07857}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#8f6c4e}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#a07857;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-info.is-loading::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading.is-focused::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading:hover::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;color:#a07857}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;box-shadow:none;color:#a07857}.button.is-info.is-light{background-color:#4aaafa;color:#3880bb}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#3ea4fa;border-color:transparent;color:#3880bb}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#319ef9;border-color:transparent;color:#3880bb}.button.is-success{background-color:#47c68d;border-color:transparent;color:#9b5c78}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;border-color:transparent;color:#9b5c78}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#9b5c78}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#9b5c78}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#47c68d;border-color:#47c68d;box-shadow:none}.button.is-success.is-inverted{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#8b536c}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#9b5c78;border-color:transparent;box-shadow:none;color:#47c68d}.button.is-success.is-loading::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;color:#47c68d}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-outlined.is-loading.is-focused::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;box-shadow:none;color:#47c68d}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;color:#9b5c78}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;box-shadow:none;color:#9b5c78}.button.is-success.is-light{background-color:#56efaa;color:#41b380}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#4aeea4;border-color:transparent;color:#41b380}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#3fed9e;border-color:transparent;color:#41b380}.button.is-warning{background-color:#ffdf89;border-color:transparent;color:#404f7a}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:#404f7a}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:#404f7a}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdf89;border-color:#ffdf89;box-shadow:none}.button.is-warning.is-inverted{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:#374469}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#404f7a;border-color:transparent;box-shadow:none;color:#ffdf89}.button.is-warning.is-loading::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;color:#ffdf89}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-outlined.is-loading.is-focused::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading:hover::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;box-shadow:none;color:#ffdf89}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;color:#404f7a}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;box-shadow:none;color:#404f7a}.button.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#ff9;border-color:transparent;color:#e6ca7c}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#ffff8d;border-color:transparent;color:#e6ca7c}.button.is-danger{background-color:#f14668;border-color:transparent;color:#479c8b}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#479c8b}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#479c8b}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#479c8b}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.button.is-danger.is-inverted{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#3f8a7b}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#479c8b;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#479c8b}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading:hover::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;color:#479c8b}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;box-shadow:none;color:#479c8b}.button.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#ff4773;border-color:transparent;color:#d93f5e}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#ff3b6a;border-color:transparent;color:#d93f5e}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#404040;border-color:#525252;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - 1em * .5);top:calc(50% - 1em * .5);position:absolute!important}.button.is-static{background-color:#454545;border-color:#525252;color:#828282;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-left:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-left:-1px}.buttons.has-addons .button:last-child{margin-left:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#a4a4a4;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#454545;border-right:5px solid #525252;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-right:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-right:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-right:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#a4a4a4}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#a4a4a4}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#a4a4a4}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-left:.25em}.icon-text .icon:not(:first-child){margin-right:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#454545;border-radius:4px;position:relative;padding:1.25rem 1.5rem 1.25rem 2.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#404040}.notification pre code{background:0 0}.notification>.delete{left:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#404040;color:#bababa}.notification.is-black{background-color:#bababa;color:#404040}.notification.is-light{background-color:#454545;color:#9d9d9d}.notification.is-dark{background-color:#a4a4a4;color:#6d6d6d}.notification.is-primary{background-color:#bf5766;color:#60948c}.notification.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.notification.is-link{background-color:#9b905c;color:#727791}.notification.is-link.is-light{background-color:#baad6e;color:#8c8253}.notification.is-info{background-color:#3e8ed0;color:#a07857}.notification.is-info.is-light{background-color:#4aaafa;color:#3880bb}.notification.is-success{background-color:#47c68d;color:#9b5c78}.notification.is-success.is-light{background-color:#56efaa;color:#41b380}.notification.is-warning{background-color:#ffdf89;color:#404f7a}.notification.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.notification.is-danger{background-color:#f14668;color:#479c8b}.notification.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#494949}.progress::-webkit-progress-value{background-color:#9a9a9a}.progress::-moz-progress-bar{background-color:#9a9a9a}.progress::-ms-fill{background-color:#9a9a9a;border:none}.progress.is-white::-webkit-progress-value{background-color:#404040}.progress.is-white::-moz-progress-bar{background-color:#404040}.progress.is-white::-ms-fill{background-color:#404040}.progress.is-white:indeterminate{background-image:linear-gradient(to right,#404040 30%,#494949 30%)}.progress.is-black::-webkit-progress-value{background-color:#bababa}.progress.is-black::-moz-progress-bar{background-color:#bababa}.progress.is-black::-ms-fill{background-color:#bababa}.progress.is-black:indeterminate{background-image:linear-gradient(to right,#bababa 30%,#494949 30%)}.progress.is-light::-webkit-progress-value{background-color:#454545}.progress.is-light::-moz-progress-bar{background-color:#454545}.progress.is-light::-ms-fill{background-color:#454545}.progress.is-light:indeterminate{background-image:linear-gradient(to right,#454545 30%,#494949 30%)}.progress.is-dark::-webkit-progress-value{background-color:#a4a4a4}.progress.is-dark::-moz-progress-bar{background-color:#a4a4a4}.progress.is-dark::-ms-fill{background-color:#a4a4a4}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,#a4a4a4 30%,#494949 30%)}.progress.is-primary::-webkit-progress-value{background-color:#bf5766}.progress.is-primary::-moz-progress-bar{background-color:#bf5766}.progress.is-primary::-ms-fill{background-color:#bf5766}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,#bf5766 30%,#494949 30%)}.progress.is-link::-webkit-progress-value{background-color:#9b905c}.progress.is-link::-moz-progress-bar{background-color:#9b905c}.progress.is-link::-ms-fill{background-color:#9b905c}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#9b905c 30%,#494949 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#494949 30%)}.progress.is-success::-webkit-progress-value{background-color:#47c68d}.progress.is-success::-moz-progress-bar{background-color:#47c68d}.progress.is-success::-ms-fill{background-color:#47c68d}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#47c68d 30%,#494949 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdf89}.progress.is-warning::-moz-progress-bar{background-color:#ffdf89}.progress.is-warning::-ms-fill{background-color:#ffdf89}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffdf89 30%,#494949 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#494949 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#494949;background-image:linear-gradient(to right,#9a9a9a 30%,#494949 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#404040;color:#a4a4a4}.table td,.table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#404040;border-color:#404040;color:#bababa}.table td.is-black,.table th.is-black{background-color:#bababa;border-color:#bababa;color:#404040}.table td.is-light,.table th.is-light{background-color:#454545;border-color:#454545;color:#9d9d9d}.table td.is-dark,.table th.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.table td.is-primary,.table th.is-primary{background-color:#bf5766;border-color:#bf5766;color:#60948c}.table td.is-link,.table th.is-link{background-color:#9b905c;border-color:#9b905c;color:#727791}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.table td.is-success,.table th.is-success{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.table td.is-warning,.table th.is-warning{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#479c8b}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#bf5766;color:#60948c}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#a4a4a4}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#bf5766;color:#60948c}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#60948c;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#a4a4a4}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#a4a4a4}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#454545}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#424242}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-left:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-left:0}.tags.has-addons .tag:not(:first-child){margin-right:0;border-top-right-radius:0;border-bottom-right-radius:0}.tags.has-addons .tag:not(:last-child){border-top-left-radius:0;border-bottom-left-radius:0}.tag:not(body){align-items:center;background-color:#454545;border-radius:4px;color:#9a9a9a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-right:.25rem;margin-left:-.375rem}.tag:not(body).is-white{background-color:#404040;color:#bababa}.tag:not(body).is-black{background-color:#bababa;color:#404040}.tag:not(body).is-light{background-color:#454545;color:#9d9d9d}.tag:not(body).is-dark{background-color:#a4a4a4;color:#6d6d6d}.tag:not(body).is-primary{background-color:#bf5766;color:#60948c}.tag:not(body).is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.tag:not(body).is-link{background-color:#9b905c;color:#727791}.tag:not(body).is-link.is-light{background-color:#baad6e;color:#8c8253}.tag:not(body).is-info{background-color:#3e8ed0;color:#a07857}.tag:not(body).is-info.is-light{background-color:#4aaafa;color:#3880bb}.tag:not(body).is-success{background-color:#47c68d;color:#9b5c78}.tag:not(body).is-success.is-light{background-color:#56efaa;color:#41b380}.tag:not(body).is-warning{background-color:#ffdf89;color:#404f7a}.tag:not(body).is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.tag:not(body).is-danger{background-color:#f14668;color:#479c8b}.tag:not(body).is-danger.is-light{background-color:#ff547d;color:#d93f5e}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-right:-.375em;margin-left:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-right:.1875em;margin-left:-.375em}.tag:not(body) .icon:first-child:last-child{margin-right:-.375em;margin-left:-.375em}.tag:not(body).is-delete{margin-right:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::after,.tag:not(body).is-delete::before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#383838}.tag:not(body).is-delete:active{background-color:#2c2c2c}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.title sub{font-size:.75em}.subtitle sup,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#a4a4a4;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#9a9a9a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#a4a4a4;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#454545;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#404040;border-color:#525252;border-radius:4px;color:#a4a4a4}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(164,164,164,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(164,164,164,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(164,164,164,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(164,164,164,.3)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#656565}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#9b905c;box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select fieldset[disabled] select,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#454545;border-color:#454545;box-shadow:none;color:#828282}.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(130,130,130,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(186,186,186,.05);max-width:100%;width:100%}[readonly].input,[readonly].textarea{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#404040}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.is-black.input,.is-black.textarea{border-color:#bababa}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.is-light.input,.is-light.textarea{border-color:#454545}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.is-dark.input,.is-dark.textarea{border-color:#a4a4a4}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.is-primary.input,.is-primary.textarea{border-color:#bf5766}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.is-link.input,.is-link.textarea{border-color:#9b905c}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#47c68d}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdf89}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#a4a4a4}.checkbox input[disabled],.radio input[disabled],[disabled].checkbox,[disabled].radio,fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#828282;cursor:not-allowed}.radio+.radio{margin-right:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#9b905c;left:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-right:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#454545}.select select:not([multiple]){padding-left:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#a4a4a4}.select.is-white:not(:hover)::after{border-color:#404040}.select.is-white select{border-color:#404040}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#333}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.select.is-black:not(:hover)::after{border-color:#bababa}.select.is-black select{border-color:#bababa}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#adadad}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.select.is-light:not(:hover)::after{border-color:#454545}.select.is-light select{border-color:#454545}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#383838}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.select.is-dark:not(:hover)::after{border-color:#a4a4a4}.select.is-dark select{border-color:#a4a4a4}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#979797}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.select.is-primary:not(:hover)::after{border-color:#bf5766}.select.is-primary select{border-color:#bf5766}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#b74656}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.select.is-link:not(:hover)::after{border-color:#9b905c}.select.is-link select{border-color:#9b905c}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#8b8153}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#47c68d}.select.is-success select{border-color:#47c68d}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdf89}.select.is-warning select{border-color:#ffdf89}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#828282!important;opacity:.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;left:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#404040;border-color:transparent;color:#bababa}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#3a3a3a;border-color:transparent;color:#bababa}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(64,64,64,.25);color:#bababa}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#333;border-color:transparent;color:#bababa}.file.is-black .file-cta{background-color:#bababa;border-color:transparent;color:#404040}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#b4b4b4;border-color:transparent;color:#404040}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(186,186,186,.25);color:#404040}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#adadad;border-color:transparent;color:#404040}.file.is-light .file-cta{background-color:#454545;border-color:transparent;color:#9d9d9d}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(69,69,69,.25);color:#9d9d9d}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#383838;border-color:transparent;color:#9d9d9d}.file.is-dark .file-cta{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(164,164,164,.25);color:#6d6d6d}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#979797;border-color:transparent;color:#6d6d6d}.file.is-primary .file-cta{background-color:#bf5766;border-color:transparent;color:#60948c}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#bb4e5e;border-color:transparent;color:#60948c}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(191,87,102,.25);color:#60948c}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#b74656;border-color:transparent;color:#60948c}.file.is-link .file-cta{background-color:#9b905c;border-color:transparent;color:#727791}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#938957;border-color:transparent;color:#727791}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(155,144,92,.25);color:#727791}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#8b8153;border-color:transparent;color:#727791}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#a07857}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#a07857}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#a07857}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#a07857}.file.is-success .file-cta{background-color:#47c68d;border-color:transparent;color:#9b5c78}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#9b5c78}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#9b5c78}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#9b5c78}.file.is-warning .file-cta{background-color:#ffdf89;border-color:transparent;color:#404f7a}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,224,138,.25);color:#404f7a}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;border-color:transparent;color:#404f7a}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#479c8b}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#479c8b}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#479c8b}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#479c8b}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#3f3f3f;color:#a4a4a4}.file-label:hover .file-name{border-color:#4c4c4c}.file-label:active .file-cta{background-color:#383838;color:#a4a4a4}.file-label:active .file-name{border-color:#454545}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#525252;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#454545;color:#9a9a9a}.file-name{border-color:#525252;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-left:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#a4a4a4;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#404040}.help.is-black{color:#bababa}.help.is-light{color:#454545}.help.is-dark{color:#a4a4a4}.help.is-primary{color:#bf5766}.help.is-link{color:#9b905c}.help.is-info{color:#3e8ed0}.help.is-success{color:#47c68d}.help.is-warning{color:#ffdf89}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-left:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-left:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width:769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media screen and (min-width:769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-left:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-left:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#9a9a9a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#525252;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute!important;left:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#9b905c;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#a4a4a4}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-right:0}.breadcrumb li.is-active a{color:#a4a4a4;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#656565;content:"/"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-left:.5em}.breadcrumb .icon:last-child{margin-right:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"→"}.breadcrumb.has-bullet-separator li+li::before{content:"•"}.breadcrumb.has-dot-separator li+li::before{content:"·"}.breadcrumb.has-succeeds-separator li+li::before{content:"≻"}.card{background-color:#404040;border-radius:.25rem;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;max-width:100%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(186,186,186,.1);display:flex}.card-header-title{align-items:center;color:#a4a4a4;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #494949;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-left:1px solid #494949}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;right:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#404040;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#9a9a9a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-left:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#454545;color:#bababa}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#9b905c;color:#727791}.dropdown-divider{background-color:#494949;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-left:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width:769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width:769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-left:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width:769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width:769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(82,82,82,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(82,82,82,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-left:1rem}.media-right{margin-right:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#9a9a9a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#454545;color:#a4a4a4}.menu-list a.is-active{background-color:#9b905c;color:#727791}.menu-list li ul{border-right:1px solid #525252;margin:.75em;padding-right:.75em}.menu-label{color:#828282;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#454545;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fafafa}.message.is-white .message-header{background-color:#404040;color:#bababa}.message.is-white .message-body{border-color:#404040}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#bababa;color:#404040}.message.is-black .message-body{border-color:#bababa}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#454545;color:#9d9d9d}.message.is-light .message-body{border-color:#454545}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#a4a4a4;color:#6d6d6d}.message.is-dark .message-body{border-color:#a4a4a4}.message.is-primary{background-color:#e5687a}.message.is-primary .message-header{background-color:#bf5766;color:#60948c}.message.is-primary .message-body{border-color:#bf5766;color:#ac4e5c}.message.is-link{background-color:#baad6e}.message.is-link .message-header{background-color:#9b905c;color:#727791}.message.is-link .message-body{border-color:#9b905c;color:#8c8253}.message.is-info{background-color:#4aaafa}.message.is-info .message-header{background-color:#3e8ed0;color:#a07857}.message.is-info .message-body{border-color:#3e8ed0;color:#3880bb}.message.is-success{background-color:#56efaa}.message.is-success .message-header{background-color:#47c68d;color:#9b5c78}.message.is-success .message-body{border-color:#47c68d;color:#41b380}.message.is-warning{background-color:#ffffa6}.message.is-warning .message-header{background-color:#ffdf89;color:#404f7a}.message.is-warning .message-body{border-color:#ffdf89;color:#e6ca7c}.message.is-danger{background-color:#ff547d}.message.is-danger .message-header{background-color:#f14668;color:#479c8b}.message.is-danger .message-body{border-color:#f14668;color:#d93f5e}.message-header{align-items:center;background-color:#9a9a9a;border-radius:4px 4px 0 0;color:#404040;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-right:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#525252;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#9a9a9a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#404040}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(186,186,186,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;left:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#454545;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #525252;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#a4a4a4;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #525252}.modal-card-foot .button:not(:last-child){margin-left:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#404040;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#404040;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#404040;color:#bababa}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#bababa}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-burger{color:#bababa}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#bababa}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#333;color:#bababa}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#404040;color:#bababa}}.navbar.is-black{background-color:#bababa;color:#404040}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#404040}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-burger{color:#404040}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#404040}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#adadad;color:#404040}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#bababa;color:#404040}}.navbar.is-light{background-color:#454545;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-burger{color:#9d9d9d}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9d9d9d}}.navbar.is-dark{background-color:#a4a4a4;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-burger{color:#6d6d6d}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#a4a4a4;color:#6d6d6d}}.navbar.is-primary{background-color:#bf5766;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#60948c}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-burger{color:#60948c}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#60948c}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#bf5766;color:#60948c}}.navbar.is-link{background-color:#9b905c;color:#727791}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#727791}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-burger{color:#727791}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#727791}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#9b905c;color:#727791}}.navbar.is-info{background-color:#3e8ed0;color:#a07857}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#a07857}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-burger{color:#a07857}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#a07857}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#a07857}}.navbar.is-success{background-color:#47c68d;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-burger{color:#9b5c78}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#47c68d;color:#9b5c78}}.navbar.is-warning{background-color:#ffdf89;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-burger{color:#404f7a}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdf89;color:#404f7a}}.navbar.is-danger{background-color:#f14668;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-burger{color:#479c8b}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#479c8b}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #454545}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #454545}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#9a9a9a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-right:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#9a9a9a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#424242;color:#9b905c}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#9b905c}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#9b905c;border-bottom-style:solid;border-bottom-width:3px;color:#9b905c;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-left:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#9b905c;margin-top:-.375em;left:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#454545;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#404040;box-shadow:0 8px 16px rgba(186,186,186,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #525252;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(186,186,186,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-left:auto}.navbar-end{justify-content:flex-end;margin-right:auto}.navbar-dropdown{background-color:#404040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #525252;box-shadow:0 8px 8px rgba(186,186,186,.1);display:none;font-size:.875rem;right:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-left:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-right:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-left:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#bababa}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#424242}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#525252;color:#a4a4a4;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#656565;color:#a4a4a4}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#9b905c}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2)}.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background-color:#525252;border-color:#525252;box-shadow:none;color:#828282;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#9b905c;border-color:#9b905c;color:#727791}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#404040;color:#bababa}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#404040}.panel.is-white .panel-block.is-active .panel-icon{color:#404040}.panel.is-black .panel-heading{background-color:#bababa;color:#404040}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#bababa}.panel.is-black .panel-block.is-active .panel-icon{color:#bababa}.panel.is-light .panel-heading{background-color:#454545;color:#9d9d9d}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#454545}.panel.is-light .panel-block.is-active .panel-icon{color:#454545}.panel.is-dark .panel-heading{background-color:#a4a4a4;color:#6d6d6d}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#a4a4a4}.panel.is-dark .panel-block.is-active .panel-icon{color:#a4a4a4}.panel.is-primary .panel-heading{background-color:#bf5766;color:#60948c}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#bf5766}.panel.is-primary .panel-block.is-active .panel-icon{color:#bf5766}.panel.is-link .panel-heading{background-color:#9b905c;color:#727791}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#9b905c}.panel.is-link .panel-block.is-active .panel-icon{color:#9b905c}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#a07857}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#47c68d;color:#9b5c78}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#47c68d}.panel.is-success .panel-block.is-active .panel-icon{color:#47c68d}.panel.is-warning .panel-heading{background-color:#ffdf89;color:#404f7a}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdf89}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdf89}.panel.is-danger .panel-heading{background-color:#f14668;color:#479c8b}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #494949}.panel-heading{background-color:#494949;border-radius:6px 6px 0 0;color:#a4a4a4;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #525252;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#9a9a9a;color:#a4a4a4}.panel-list a{color:#9a9a9a}.panel-list a:hover{color:#9b905c}.panel-block{align-items:center;color:#a4a4a4;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-left:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#9b905c;color:#a4a4a4}.panel-block.is-active .panel-icon{color:#9b905c}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#454545}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#828282;margin-left:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;color:#9a9a9a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#a4a4a4;color:#a4a4a4}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#9b905c;color:#9b905c}.tabs ul{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-left:.5em}.tabs .icon:last-child{margin-right:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:0 0 4px 4px}.tabs.is-boxed a:hover{background-color:#454545;border-bottom-color:#525252}.tabs.is-boxed li.is-active a{background-color:#404040;border-color:#525252;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#525252;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#454545;border-color:#656565;z-index:2}.tabs.is-toggle li+li{margin-right:-1px}.tabs.is-toggle li:first-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li:last-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li.is-active a{background-color:#9b905c;border-color:#9b905c;color:#727791;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-right:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-right:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-right:50%}.columns.is-mobile>.column.is-offset-one-third{margin-right:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-right:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-right:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-right:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-right:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-right:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-right:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-right:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-right:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-right:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-right:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-right:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-right:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-right:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-right:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-right:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-right:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-right:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-right:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-right:75%}.column.is-offset-two-thirds-mobile{margin-right:66.6666%}.column.is-offset-half-mobile{margin-right:50%}.column.is-offset-one-third-mobile{margin-right:33.3333%}.column.is-offset-one-quarter-mobile{margin-right:25%}.column.is-offset-one-fifth-mobile{margin-right:20%}.column.is-offset-two-fifths-mobile{margin-right:40%}.column.is-offset-three-fifths-mobile{margin-right:60%}.column.is-offset-four-fifths-mobile{margin-right:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-right:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-right:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-right:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-right:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-right:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-right:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-right:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-right:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-right:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-right:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-right:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-right:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-right:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-right:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-right:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-right:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-right:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-right:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-right:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-right:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-right:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-right:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-right:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-right:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-right:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-right:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-right:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-right:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-right:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-right:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-right:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-right:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-right:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-right:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-right:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-right:75%}.column.is-offset-two-thirds-touch{margin-right:66.6666%}.column.is-offset-half-touch{margin-right:50%}.column.is-offset-one-third-touch{margin-right:33.3333%}.column.is-offset-one-quarter-touch{margin-right:25%}.column.is-offset-one-fifth-touch{margin-right:20%}.column.is-offset-two-fifths-touch{margin-right:40%}.column.is-offset-three-fifths-touch{margin-right:60%}.column.is-offset-four-fifths-touch{margin-right:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-right:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-right:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-right:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-right:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-right:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-right:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-right:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-right:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-right:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-right:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-right:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-right:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-right:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-right:75%}.column.is-offset-two-thirds-desktop{margin-right:66.6666%}.column.is-offset-half-desktop{margin-right:50%}.column.is-offset-one-third-desktop{margin-right:33.3333%}.column.is-offset-one-quarter-desktop{margin-right:25%}.column.is-offset-one-fifth-desktop{margin-right:20%}.column.is-offset-two-fifths-desktop{margin-right:40%}.column.is-offset-three-fifths-desktop{margin-right:60%}.column.is-offset-four-fifths-desktop{margin-right:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-right:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-right:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-right:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-right:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-right:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-right:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-right:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-right:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-right:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-right:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-right:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-right:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-right:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-right:75%}.column.is-offset-two-thirds-widescreen{margin-right:66.6666%}.column.is-offset-half-widescreen{margin-right:50%}.column.is-offset-one-third-widescreen{margin-right:33.3333%}.column.is-offset-one-quarter-widescreen{margin-right:25%}.column.is-offset-one-fifth-widescreen{margin-right:20%}.column.is-offset-two-fifths-widescreen{margin-right:40%}.column.is-offset-three-fifths-widescreen{margin-right:60%}.column.is-offset-four-fifths-widescreen{margin-right:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-right:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-right:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-right:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-right:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-right:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-right:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-right:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-right:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-right:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-right:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-right:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-right:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-right:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-right:75%}.column.is-offset-two-thirds-fullhd{margin-right:66.6666%}.column.is-offset-half-fullhd{margin-right:50%}.column.is-offset-one-third-fullhd{margin-right:33.3333%}.column.is-offset-one-quarter-fullhd{margin-right:25%}.column.is-offset-one-fifth-fullhd{margin-right:20%}.column.is-offset-two-fifths-fullhd{margin-right:40%}.column.is-offset-three-fifths-fullhd{margin-right:60%}.column.is-offset-four-fifths-fullhd{margin-right:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-right:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-right:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-right:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-right:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-right:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-right:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-right:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-right:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-right:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-right:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-right:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-right:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-right:100%}}.columns{margin-right:-.75rem;margin-left:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-right:0;margin-left:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-right:calc(-1 * var(--columnGap));margin-left:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (min-width:769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#404040!important}a.has-text-white:focus,a.has-text-white:hover{color:#272727!important}.has-background-white{background-color:#404040!important}.has-text-black{color:#bababa!important}a.has-text-black:focus,a.has-text-black:hover{color:#a1a1a1!important}.has-background-black{background-color:#bababa!important}.has-text-light{color:#454545!important}a.has-text-light:focus,a.has-text-light:hover{color:#2c2c2c!important}.has-background-light{background-color:#454545!important}.has-text-dark{color:#a4a4a4!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#8b8b8b!important}.has-background-dark{background-color:#a4a4a4!important}.has-text-primary{color:#bf5766!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#a43f4d!important}.has-background-primary{background-color:#bf5766!important}.has-text-primary-light{color:#e5687a!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#de3c54!important}.has-background-primary-light{background-color:#e5687a!important}.has-text-primary-dark{color:#ac4e5c!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#893e49!important}.has-background-primary-dark{background-color:#ac4e5c!important}.has-text-link{color:#9b905c!important}a.has-text-link:focus,a.has-text-link:hover{color:#7b7249!important}.has-background-link{background-color:#9b905c!important}.has-text-link-light{color:#baad6e!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#a6974f!important}.has-background-link-light{background-color:#baad6e!important}.has-text-link-dark{color:#8c8253!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#6c6440!important}.has-background-link-dark{background-color:#8c8253!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#4aaafa!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#1893f9!important}.has-background-info-light{background-color:#4aaafa!important}.has-text-info-dark{color:#3880bb!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#2c6594!important}.has-background-info-dark{background-color:#3880bb!important}.has-text-success{color:#47c68d!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#47c68d!important}.has-text-success-light{color:#56efaa!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#27eb93!important}.has-background-success-light{background-color:#56efaa!important}.has-text-success-dark{color:#41b380!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#338e65!important}.has-background-success-dark{background-color:#41b380!important}.has-text-warning{color:#ffdf89!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffdf89!important}.has-text-warning-light{color:#ffffa6!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffff73!important}.has-background-warning-light{background-color:#ffffa6!important}.has-text-warning-dark{color:#e6ca7c!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#deb951!important}.has-background-warning-dark{background-color:#e6ca7c!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#ff547d!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#ff2156!important}.has-background-danger-light{background-color:#ff547d!important}.has-text-danger-dark{color:#d93f5e!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#bf2645!important}.has-background-danger-dark{background-color:#d93f5e!important}.has-text-black-bis{color:#b6b6b6!important}.has-background-black-bis{background-color:#b6b6b6!important}.has-text-black-ter{color:#adadad!important}.has-background-black-ter{background-color:#adadad!important}.has-text-grey-darker{color:#a4a4a4!important}.has-background-grey-darker{background-color:#a4a4a4!important}.has-text-grey-dark{color:#9a9a9a!important}.has-background-grey-dark{background-color:#9a9a9a!important}.has-text-grey{color:#828282!important}.has-background-grey{background-color:#828282!important}.has-text-grey-light{color:#656565!important}.has-background-grey-light{background-color:#656565!important}.has-text-grey-lighter{color:#525252!important}.has-background-grey-lighter{background-color:#525252!important}.has-text-white-ter{color:#454545!important}.has-background-white-ter{background-color:#454545!important}.has-text-white-bis{color:#424242!important}.has-background-white-bis{background-color:#424242!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5{padding-left:1.5rem!important}.px-5{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6{padding-left:3rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto{padding-left:auto!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-monospace{font-family:monospace!important}.is-family-code{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#404040;color:#bababa}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#bababa}.hero.is-white .subtitle{color:rgba(186,186,186,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#bababa}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#404040}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(186,186,186,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#333;color:#bababa}.hero.is-white .tabs a{color:#bababa;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#404040!important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#bababa}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#bababa;border-color:#bababa;color:#404040}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}}.hero.is-black{background-color:#bababa;color:#404040}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#404040}.hero.is-black .subtitle{color:rgba(64,64,64,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#404040}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#bababa}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(64,64,64,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#adadad;color:#404040}.hero.is-black .tabs a{color:#404040;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#bababa!important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#404040}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#404040;border-color:#404040;color:#bababa}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}}.hero.is-light{background-color:#454545;color:#9d9d9d}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#9d9d9d}.hero.is-light .subtitle{color:rgba(157,157,157,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#9d9d9d}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#454545}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(157,157,157,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.hero.is-light .tabs a{color:#9d9d9d;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#454545!important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#9d9d9d}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#9d9d9d;border-color:#9d9d9d;color:#454545}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}}.hero.is-dark{background-color:#a4a4a4;color:#6d6d6d}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#6d6d6d}.hero.is-dark .subtitle{color:rgba(109,109,109,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#6d6d6d}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#a4a4a4}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(109,109,109,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.hero.is-dark .tabs a{color:#6d6d6d;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#a4a4a4!important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#6d6d6d}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#6d6d6d;border-color:#6d6d6d;color:#a4a4a4}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}}.hero.is-primary{background-color:#bf5766;color:#60948c}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#60948c}.hero.is-primary .subtitle{color:rgba(96,148,140,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#60948c}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#bf5766}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(96,148,140,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#b74656;color:#60948c}.hero.is-primary .tabs a{color:#60948c;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#bf5766!important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#60948c}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#60948c;border-color:#60948c;color:#bf5766}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}}.hero.is-link{background-color:#9b905c;color:#727791}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#727791}.hero.is-link .subtitle{color:rgba(114,119,145,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#727791}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#9b905c}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(114,119,145,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#8b8153;color:#727791}.hero.is-link .tabs a{color:#727791;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#9b905c!important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#727791}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#727791;border-color:#727791;color:#9b905c}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}}.hero.is-info{background-color:#3e8ed0;color:#a07857}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#a07857}.hero.is-info .subtitle{color:rgba(160,120,87,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#a07857}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(160,120,87,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#3082c5;color:#a07857}.hero.is-info .tabs a{color:#a07857;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0!important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#a07857}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#a07857;border-color:#a07857;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{background-color:#47c68d;color:#9b5c78}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#9b5c78}.hero.is-success .subtitle{color:rgba(155,92,120,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#9b5c78}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#47c68d}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(155,92,120,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.hero.is-success .tabs a{color:#9b5c78;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#47c68d!important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#9b5c78}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#9b5c78;border-color:#9b5c78;color:#47c68d}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}}.hero.is-warning{background-color:#ffdf89;color:#404f7a}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#404f7a}.hero.is-warning .subtitle{color:rgba(64,79,122,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#404f7a}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdf89}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(64,79,122,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.hero.is-warning .tabs a{color:#404f7a;opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffdf89!important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#404f7a}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#404f7a;border-color:#404f7a;color:#ffdf89}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}}.hero.is-danger{background-color:#f14668;color:#479c8b}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#479c8b}.hero.is-danger .subtitle{color:rgba(71,156,139,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#479c8b}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(71,156,139,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.hero.is-danger .tabs a{color:#479c8b;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#479c8b}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#479c8b;border-color:#479c8b;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-left:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width:769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#424242;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/css/theme/bulma-dark.css b/css/theme/bulma-dark.css deleted file mode 100644 index 86bcc0dd2..000000000 --- a/css/theme/bulma-dark.css +++ /dev/null @@ -1,10313 +0,0 @@ -@charset "UTF-8"; -/* Bulma Dark theme */ -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis, .file-cta, -.file-name, .select select, .input, .textarea, .button { - -moz-appearance: none; - -webkit-appearance: none; - align-items: center; - border: 1px solid transparent; - border-radius: 4px; - box-shadow: none; - display: inline-flex; - font-size: 1rem; - height: 2.5em; - justify-content: flex-start; - line-height: 1.5; - padding-bottom: calc(0.5em - 1px); - padding-left: calc(0.75em - 1px); - padding-right: calc(0.75em - 1px); - padding-top: calc(0.5em - 1px); - position: relative; - vertical-align: top; -} -.pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus, -.pagination-ellipsis:focus, .file-cta:focus, -.file-name:focus, .select select:focus, .input:focus, .textarea:focus, .button:focus, .is-focused.pagination-previous, -.is-focused.pagination-next, -.is-focused.pagination-link, -.is-focused.pagination-ellipsis, .is-focused.file-cta, -.is-focused.file-name, .select select.is-focused, .is-focused.input, .is-focused.textarea, .is-focused.button, .pagination-previous:active, -.pagination-next:active, -.pagination-link:active, -.pagination-ellipsis:active, .file-cta:active, -.file-name:active, .select select:active, .input:active, .textarea:active, .button:active, .is-active.pagination-previous, -.is-active.pagination-next, -.is-active.pagination-link, -.is-active.pagination-ellipsis, .is-active.file-cta, -.is-active.file-name, .select select.is-active, .is-active.input, .is-active.textarea, .is-active.button { - outline: none; -} -[disabled].pagination-previous, -[disabled].pagination-next, -[disabled].pagination-link, -[disabled].pagination-ellipsis, [disabled].file-cta, -[disabled].file-name, .select select[disabled], [disabled].input, [disabled].textarea, [disabled].button, fieldset[disabled] .pagination-previous, -fieldset[disabled] .pagination-next, -fieldset[disabled] .pagination-link, -fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta, -fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea, fieldset[disabled] .button { - cursor: not-allowed; -} - -.is-unselectable, .tabs, .pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis, .breadcrumb, .file, .button { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; -} - -.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after { - border: 3px solid transparent; - border-radius: 2px; - border-right: 0; - border-top: 0; - content: " "; - display: block; - height: 0.625em; - margin-top: -0.4375em; - pointer-events: none; - position: absolute; - top: 50%; - transform: rotate(-45deg); - transform-origin: center; - width: 0.625em; -} - -.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child), -.subtitle:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) { - margin-bottom: 1.5rem; -} - -.modal-close, .delete { - -webkit-touch-callout: none; - -webkit-user-select: none; - -moz-user-select: none; - user-select: none; - -moz-appearance: none; - -webkit-appearance: none; - background-color: rgba(186, 186, 186, 0.2); - border: none; - border-radius: 9999px; - cursor: pointer; - pointer-events: auto; - display: inline-block; - flex-grow: 0; - flex-shrink: 0; - font-size: 0; - height: 20px; - max-height: 20px; - max-width: 20px; - min-height: 20px; - min-width: 20px; - outline: none; - position: relative; - vertical-align: top; - width: 20px; -} -.modal-close::before, .delete::before, .modal-close::after, .delete::after { - background-color: rgb(64, 64, 64); - content: ""; - display: block; - left: 50%; - position: absolute; - top: 50%; - transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform-origin: center center; -} -.modal-close::before, .delete::before { - height: 2px; - width: 50%; -} -.modal-close::after, .delete::after { - height: 50%; - width: 2px; -} -.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus { - background-color: rgba(186, 186, 186, 0.3); -} -.modal-close:active, .delete:active { - background-color: rgba(186, 186, 186, 0.4); -} -.is-small.modal-close, .is-small.delete { - height: 16px; - max-height: 16px; - max-width: 16px; - min-height: 16px; - min-width: 16px; - width: 16px; -} -.is-medium.modal-close, .is-medium.delete { - height: 24px; - max-height: 24px; - max-width: 24px; - min-height: 24px; - min-width: 24px; - width: 24px; -} -.is-large.modal-close, .is-large.delete { - height: 32px; - max-height: 32px; - max-width: 32px; - min-height: 32px; - min-width: 32px; - width: 32px; -} - -.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after { - animation: spinAround 500ms infinite linear; - border: 2px solid hsl(0, 0%, 86%); - border-radius: 9999px; - border-right-color: transparent; - border-top-color: transparent; - content: ""; - display: block; - height: 1em; - position: relative; - width: 1em; -} - -.hero-video, .is-overlay, .modal, .modal-background, .image.is-square img, -.image.is-square .has-ratio, .image.is-1by1 img, -.image.is-1by1 .has-ratio, .image.is-5by4 img, -.image.is-5by4 .has-ratio, .image.is-4by3 img, -.image.is-4by3 .has-ratio, .image.is-3by2 img, -.image.is-3by2 .has-ratio, .image.is-5by3 img, -.image.is-5by3 .has-ratio, .image.is-16by9 img, -.image.is-16by9 .has-ratio, .image.is-2by1 img, -.image.is-2by1 .has-ratio, .image.is-3by1 img, -.image.is-3by1 .has-ratio, .image.is-4by5 img, -.image.is-4by5 .has-ratio, .image.is-3by4 img, -.image.is-3by4 .has-ratio, .image.is-2by3 img, -.image.is-2by3 .has-ratio, .image.is-3by5 img, -.image.is-3by5 .has-ratio, .image.is-9by16 img, -.image.is-9by16 .has-ratio, .image.is-1by2 img, -.image.is-1by2 .has-ratio, .image.is-1by3 img, -.image.is-1by3 .has-ratio { - bottom: 0; - left: 0; - position: absolute; - right: 0; - top: 0; -} - -.navbar-burger { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - color: currentColor; - font-family: inherit; - font-size: 1em; - margin: 0; - padding: 0; -} - -/* Bulma Base */ -/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ -html, -body, -p, -ol, -ul, -li, -dl, -dt, -dd, -blockquote, -figure, -fieldset, -legend, -textarea, -pre, -iframe, -hr, -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 0; - padding: 0; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: 100%; - font-weight: normal; -} - -ul { - list-style: none; -} - -button, -input, -select, -textarea { - margin: 0; -} - -html { - box-sizing: border-box; -} - -*, *::before, *::after { - box-sizing: inherit; -} - -img, -video { - height: auto; - max-width: 100%; -} - -iframe { - border: 0; -} - -table { - border-collapse: collapse; - border-spacing: 0; -} - -td, -th { - padding: 0; -} -td:not([align]), -th:not([align]) { - text-align: inherit; -} - -html { - background-color: rgb(64, 64, 64); - font-size: 16px; - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - min-width: 300px; - overflow-x: hidden; - overflow-y: scroll; - text-rendering: optimizeLegibility; - -webkit-text-size-adjust: 100%; - -moz-text-size-adjust: 100%; - text-size-adjust: 100%; -} - -article, -aside, -figure, -footer, -header, -hgroup, -section { - display: block; -} - -body, -button, -input, -optgroup, -select, -textarea { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; -} - -code, -pre { - -moz-osx-font-smoothing: auto; - -webkit-font-smoothing: auto; - font-family: monospace; -} - -body { - color: rgb(154, 154, 154); - font-size: 1em; - font-weight: 400; - line-height: 1.5; -} - -a { - color: rgb(155, 144, 92); - cursor: pointer; - text-decoration: none; -} -a strong { - color: currentColor; -} -a:hover { - color: rgb(164, 164, 164); -} - -code { - background-color: rgb(69, 69, 69); - color: rgb(82, 183, 163); - font-size: 0.875em; - font-weight: normal; - padding: 0.25em 0.5em 0.25em; -} - -hr { - background-color: rgb(69, 69, 69); - border: none; - display: block; - height: 2px; - margin: 1.5rem 0; -} - -img { - height: auto; - max-width: 100%; -} - -input[type=checkbox], -input[type=radio] { - vertical-align: baseline; -} - -small { - font-size: 0.875em; -} - -span { - font-style: inherit; - font-weight: inherit; -} - -strong { - color: rgb(164, 164, 164); - font-weight: 700; -} - -fieldset { - border: none; -} - -pre { - -webkit-overflow-scrolling: touch; - background-color: rgb(69, 69, 69); - color: rgb(154, 154, 154); - font-size: 0.875em; - overflow-x: auto; - padding: 1.25rem 1.5rem; - white-space: pre; - word-wrap: normal; -} -pre code { - background-color: transparent; - color: currentColor; - font-size: 1em; - padding: 0; -} - -table td, -table th { - vertical-align: top; -} -table td:not([align]), -table th:not([align]) { - text-align: inherit; -} -table th { - color: rgb(164, 164, 164); -} - -@keyframes spinAround { - from { - transform: rotate(0deg); - } - to { - transform: rotate(359deg); - } -} -/* Bulma Elements */ -/* Bulma Dark theme */ -.box { - background-color: rgb(64, 64, 64); - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - color: rgb(154, 154, 154); - display: block; - padding: 1.25rem; -} - -a.box:hover, a.box:focus { - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0 0 1px rgb(155, 144, 92); -} -a.box:active { - box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2), 0 0 0 1px rgb(155, 144, 92); -} - -/* Bulma Dark theme */ -.button { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - border-width: 1px; - color: rgb(164, 164, 164); - cursor: pointer; - justify-content: center; - padding-bottom: calc(0.5em - 1px); - padding-left: 1em; - padding-right: 1em; - padding-top: calc(0.5em - 1px); - text-align: center; - white-space: nowrap; -} -.button strong { - color: inherit; -} -.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large { - height: 1.5em; - width: 1.5em; -} -.button .icon:first-child:not(:last-child) { - margin-left: calc(-0.5em - 1px); - margin-right: 0.25em; -} -.button .icon:last-child:not(:first-child) { - margin-left: 0.25em; - margin-right: calc(-0.5em - 1px); -} -.button .icon:first-child:last-child { - margin-left: calc(-0.5em - 1px); - margin-right: calc(-0.5em - 1px); -} -.button:hover, .button.is-hovered { - border-color: rgb(101, 101, 101); - color: rgb(164, 164, 164); -} -.button:focus, .button.is-focused { - border-color: rgb(155, 144, 92); - color: rgb(164, 164, 164); -} -.button:focus:not(:active), .button.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.button:active, .button.is-active { - border-color: rgb(154, 154, 154); - color: rgb(164, 164, 164); -} -.button.is-text { - background-color: transparent; - border-color: transparent; - color: rgb(154, 154, 154); - text-decoration: underline; -} -.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused { - background-color: rgb(69, 69, 69); - color: rgb(164, 164, 164); -} -.button.is-text:active, .button.is-text.is-active { - background-color: #383838; - color: rgb(164, 164, 164); -} -.button.is-text[disabled], fieldset[disabled] .button.is-text { - background-color: transparent; - border-color: transparent; - box-shadow: none; -} -.button.is-ghost { - background: none; - border-color: transparent; - color: rgb(155, 144, 92); - text-decoration: none; -} -.button.is-ghost:hover, .button.is-ghost.is-hovered { - color: rgb(155, 144, 92); - text-decoration: underline; -} -.button.is-white { - background-color: rgb(64, 64, 64); - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white:hover, .button.is-white.is-hovered { - background-color: #3a3a3a; - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white:focus, .button.is-white.is-focused { - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); -} -.button.is-white:active, .button.is-white.is-active { - background-color: #333333; - border-color: transparent; - color: rgb(186, 186, 186); -} -.button.is-white[disabled], fieldset[disabled] .button.is-white { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - box-shadow: none; -} -.button.is-white.is-inverted { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered { - background-color: #adadad; -} -.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted { - background-color: rgb(186, 186, 186); - border-color: transparent; - box-shadow: none; - color: rgb(64, 64, 64); -} -.button.is-white.is-loading::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-white.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - color: rgb(64, 64, 64); -} -.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.button.is-white.is-outlined.is-loading::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - box-shadow: none; - color: rgb(64, 64, 64); -} -.button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - color: rgb(186, 186, 186); -} -.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - box-shadow: none; - color: rgb(186, 186, 186); -} -.button.is-black { - background-color: rgb(186, 186, 186); - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black:hover, .button.is-black.is-hovered { - background-color: #b4b4b4; - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black:focus, .button.is-black.is-focused { - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); -} -.button.is-black:active, .button.is-black.is-active { - background-color: #adadad; - border-color: transparent; - color: rgb(64, 64, 64); -} -.button.is-black[disabled], fieldset[disabled] .button.is-black { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - box-shadow: none; -} -.button.is-black.is-inverted { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered { - background-color: #333333; -} -.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted { - background-color: rgb(64, 64, 64); - border-color: transparent; - box-shadow: none; - color: rgb(186, 186, 186); -} -.button.is-black.is-loading::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-black.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - color: rgb(186, 186, 186); -} -.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.button.is-black.is-outlined.is-loading::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(64, 64, 64) rgb(64, 64, 64) !important; -} -.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined { - background-color: transparent; - border-color: rgb(186, 186, 186); - box-shadow: none; - color: rgb(186, 186, 186); -} -.button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - color: rgb(64, 64, 64); -} -.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(186, 186, 186) rgb(186, 186, 186) !important; -} -.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 64, 64); - box-shadow: none; - color: rgb(64, 64, 64); -} -.button.is-light { - background-color: rgb(69, 69, 69); - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light:hover, .button.is-light.is-hovered { - background-color: #3f3f3f; - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light:focus, .button.is-light.is-focused { - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); -} -.button.is-light:active, .button.is-light.is-active { - background-color: #383838; - border-color: transparent; - color: rgb(157, 157, 157); -} -.button.is-light[disabled], fieldset[disabled] .button.is-light { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - box-shadow: none; -} -.button.is-light.is-inverted { - background-color: rgb(157, 157, 157); - color: rgb(69, 69, 69); -} -.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered { - background-color: #909090; -} -.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted { - background-color: rgb(157, 157, 157); - border-color: transparent; - box-shadow: none; - color: rgb(69, 69, 69); -} -.button.is-light.is-loading::after { - border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; -} -.button.is-light.is-outlined { - background-color: transparent; - border-color: rgb(69, 69, 69); - color: rgb(69, 69, 69); -} -.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.button.is-light.is-outlined.is-loading::after { - border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; -} -.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(157, 157, 157) rgb(157, 157, 157) !important; -} -.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined { - background-color: transparent; - border-color: rgb(69, 69, 69); - box-shadow: none; - color: rgb(69, 69, 69); -} -.button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(157, 157, 157); - color: rgb(157, 157, 157); -} -.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused { - background-color: rgb(157, 157, 157); - color: rgb(69, 69, 69); -} -.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(69, 69, 69) rgb(69, 69, 69) !important; -} -.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(157, 157, 157); - box-shadow: none; - color: rgb(157, 157, 157); -} -.button.is-dark { - background-color: rgb(164, 164, 164); - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark:hover, .button.is-dark.is-hovered { - background-color: #9e9e9e; - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark:focus, .button.is-dark.is-focused { - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); -} -.button.is-dark:active, .button.is-dark.is-active { - background-color: #979797; - border-color: transparent; - color: rgb(109, 109, 109); -} -.button.is-dark[disabled], fieldset[disabled] .button.is-dark { - background-color: rgb(164, 164, 164); - border-color: rgb(164, 164, 164); - box-shadow: none; -} -.button.is-dark.is-inverted { - background-color: rgb(109, 109, 109); - color: rgb(164, 164, 164); -} -.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered { - background-color: #606060; -} -.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted { - background-color: rgb(109, 109, 109); - border-color: transparent; - box-shadow: none; - color: rgb(164, 164, 164); -} -.button.is-dark.is-loading::after { - border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; -} -.button.is-dark.is-outlined { - background-color: transparent; - border-color: rgb(164, 164, 164); - color: rgb(164, 164, 164); -} -.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused { - background-color: rgb(164, 164, 164); - border-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.button.is-dark.is-outlined.is-loading::after { - border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; -} -.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(109, 109, 109) rgb(109, 109, 109) !important; -} -.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined { - background-color: transparent; - border-color: rgb(164, 164, 164); - box-shadow: none; - color: rgb(164, 164, 164); -} -.button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(109, 109, 109); - color: rgb(109, 109, 109); -} -.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused { - background-color: rgb(109, 109, 109); - color: rgb(164, 164, 164); -} -.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(164, 164, 164) rgb(164, 164, 164) !important; -} -.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(109, 109, 109); - box-shadow: none; - color: rgb(109, 109, 109); -} -.button.is-primary { - background-color: rgb(191, 87, 102); - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary:hover, .button.is-primary.is-hovered { - background-color: #bb4e5e; - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary:focus, .button.is-primary.is-focused { - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); -} -.button.is-primary:active, .button.is-primary.is-active { - background-color: #b74656; - border-color: transparent; - color: rgb(96, 148, 140); -} -.button.is-primary[disabled], fieldset[disabled] .button.is-primary { - background-color: rgb(191, 87, 102); - border-color: rgb(191, 87, 102); - box-shadow: none; -} -.button.is-primary.is-inverted { - background-color: rgb(96, 148, 140); - color: rgb(191, 87, 102); -} -.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered { - background-color: #56857d; -} -.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted { - background-color: rgb(96, 148, 140); - border-color: transparent; - box-shadow: none; - color: rgb(191, 87, 102); -} -.button.is-primary.is-loading::after { - border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; -} -.button.is-primary.is-outlined { - background-color: transparent; - border-color: rgb(191, 87, 102); - color: rgb(191, 87, 102); -} -.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused { - background-color: rgb(191, 87, 102); - border-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.button.is-primary.is-outlined.is-loading::after { - border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; -} -.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(96, 148, 140) rgb(96, 148, 140) !important; -} -.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined { - background-color: transparent; - border-color: rgb(191, 87, 102); - box-shadow: none; - color: rgb(191, 87, 102); -} -.button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(96, 148, 140); - color: rgb(96, 148, 140); -} -.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused { - background-color: rgb(96, 148, 140); - color: rgb(191, 87, 102); -} -.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(191, 87, 102) rgb(191, 87, 102) !important; -} -.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(96, 148, 140); - box-shadow: none; - color: rgb(96, 148, 140); -} -.button.is-primary.is-light { - background-color: rgb(229, 104, 122); - color: rgb(172, 78, 92); -} -.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered { - background-color: #e35d70; - border-color: transparent; - color: rgb(172, 78, 92); -} -.button.is-primary.is-light:active, .button.is-primary.is-light.is-active { - background-color: #e15267; - border-color: transparent; - color: rgb(172, 78, 92); -} -.button.is-link { - background-color: rgb(155, 144, 92); - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link:hover, .button.is-link.is-hovered { - background-color: #938957; - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link:focus, .button.is-link.is-focused { - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.button.is-link:active, .button.is-link.is-active { - background-color: #8b8153; - border-color: transparent; - color: rgb(114, 119, 145); -} -.button.is-link[disabled], fieldset[disabled] .button.is-link { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - box-shadow: none; -} -.button.is-link.is-inverted { - background-color: rgb(114, 119, 145); - color: rgb(155, 144, 92); -} -.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered { - background-color: #666b83; -} -.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted { - background-color: rgb(114, 119, 145); - border-color: transparent; - box-shadow: none; - color: rgb(155, 144, 92); -} -.button.is-link.is-loading::after { - border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; -} -.button.is-link.is-outlined { - background-color: transparent; - border-color: rgb(155, 144, 92); - color: rgb(155, 144, 92); -} -.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.button.is-link.is-outlined.is-loading::after { - border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; -} -.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(114, 119, 145) rgb(114, 119, 145) !important; -} -.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined { - background-color: transparent; - border-color: rgb(155, 144, 92); - box-shadow: none; - color: rgb(155, 144, 92); -} -.button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(114, 119, 145); - color: rgb(114, 119, 145); -} -.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused { - background-color: rgb(114, 119, 145); - color: rgb(155, 144, 92); -} -.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(155, 144, 92) rgb(155, 144, 92) !important; -} -.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(114, 119, 145); - box-shadow: none; - color: rgb(114, 119, 145); -} -.button.is-link.is-light { - background-color: rgb(186, 173, 110); - color: rgb(140, 130, 83); -} -.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered { - background-color: #b6a865; - border-color: transparent; - color: rgb(140, 130, 83); -} -.button.is-link.is-light:active, .button.is-link.is-light.is-active { - background-color: #b2a35d; - border-color: transparent; - color: rgb(140, 130, 83); -} -.button.is-info { - background-color: hsl(207, 61%, 53%); - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info:hover, .button.is-info.is-hovered { - background-color: #3488ce; - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info:focus, .button.is-info.is-focused { - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); -} -.button.is-info:active, .button.is-info.is-active { - background-color: #3082c5; - border-color: transparent; - color: rgb(160, 120, 87); -} -.button.is-info[disabled], fieldset[disabled] .button.is-info { - background-color: hsl(207, 61%, 53%); - border-color: hsl(207, 61%, 53%); - box-shadow: none; -} -.button.is-info.is-inverted { - background-color: rgb(160, 120, 87); - color: hsl(207, 61%, 53%); -} -.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered { - background-color: #8f6c4e; -} -.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted { - background-color: rgb(160, 120, 87); - border-color: transparent; - box-shadow: none; - color: hsl(207, 61%, 53%); -} -.button.is-info.is-loading::after { - border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; -} -.button.is-info.is-outlined { - background-color: transparent; - border-color: hsl(207, 61%, 53%); - color: hsl(207, 61%, 53%); -} -.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused { - background-color: hsl(207, 61%, 53%); - border-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.button.is-info.is-outlined.is-loading::after { - border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; -} -.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(160, 120, 87) rgb(160, 120, 87) !important; -} -.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined { - background-color: transparent; - border-color: hsl(207, 61%, 53%); - box-shadow: none; - color: hsl(207, 61%, 53%); -} -.button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(160, 120, 87); - color: rgb(160, 120, 87); -} -.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused { - background-color: rgb(160, 120, 87); - color: hsl(207, 61%, 53%); -} -.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important; -} -.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(160, 120, 87); - box-shadow: none; - color: rgb(160, 120, 87); -} -.button.is-info.is-light { - background-color: rgb(74, 170, 250); - color: rgb(56, 128, 187); -} -.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered { - background-color: #3ea4fa; - border-color: transparent; - color: rgb(56, 128, 187); -} -.button.is-info.is-light:active, .button.is-info.is-light.is-active { - background-color: #319ef9; - border-color: transparent; - color: rgb(56, 128, 187); -} -.button.is-success { - background-color: hsl(153, 53%, 53%); - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success:hover, .button.is-success.is-hovered { - background-color: #3ec487; - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success:focus, .button.is-success.is-focused { - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); -} -.button.is-success:active, .button.is-success.is-active { - background-color: #3abb81; - border-color: transparent; - color: rgb(155, 92, 120); -} -.button.is-success[disabled], fieldset[disabled] .button.is-success { - background-color: hsl(153, 53%, 53%); - border-color: hsl(153, 53%, 53%); - box-shadow: none; -} -.button.is-success.is-inverted { - background-color: rgb(155, 92, 120); - color: hsl(153, 53%, 53%); -} -.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered { - background-color: #8b536c; -} -.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted { - background-color: rgb(155, 92, 120); - border-color: transparent; - box-shadow: none; - color: hsl(153, 53%, 53%); -} -.button.is-success.is-loading::after { - border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; -} -.button.is-success.is-outlined { - background-color: transparent; - border-color: hsl(153, 53%, 53%); - color: hsl(153, 53%, 53%); -} -.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused { - background-color: hsl(153, 53%, 53%); - border-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.button.is-success.is-outlined.is-loading::after { - border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; -} -.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(155, 92, 120) rgb(155, 92, 120) !important; -} -.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined { - background-color: transparent; - border-color: hsl(153, 53%, 53%); - box-shadow: none; - color: hsl(153, 53%, 53%); -} -.button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(155, 92, 120); - color: rgb(155, 92, 120); -} -.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused { - background-color: rgb(155, 92, 120); - color: hsl(153, 53%, 53%); -} -.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important; -} -.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(155, 92, 120); - box-shadow: none; - color: rgb(155, 92, 120); -} -.button.is-success.is-light { - background-color: rgb(86, 239, 170); - color: rgb(65, 179, 128); -} -.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered { - background-color: #4aeea4; - border-color: transparent; - color: rgb(65, 179, 128); -} -.button.is-success.is-light:active, .button.is-success.is-light.is-active { - background-color: #3fed9e; - border-color: transparent; - color: rgb(65, 179, 128); -} -.button.is-warning { - background-color: hsl(44, 100%, 77%); - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning:hover, .button.is-warning.is-hovered { - background-color: #ffdc7d; - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning:focus, .button.is-warning.is-focused { - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); -} -.button.is-warning:active, .button.is-warning.is-active { - background-color: #ffd970; - border-color: transparent; - color: rgb(64, 79, 122); -} -.button.is-warning[disabled], fieldset[disabled] .button.is-warning { - background-color: hsl(44, 100%, 77%); - border-color: hsl(44, 100%, 77%); - box-shadow: none; -} -.button.is-warning.is-inverted { - background-color: rgb(64, 79, 122); - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered { - background-color: #374469; -} -.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted { - background-color: rgb(64, 79, 122); - border-color: transparent; - box-shadow: none; - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-loading::after { - border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; -} -.button.is-warning.is-outlined { - background-color: transparent; - border-color: hsl(44, 100%, 77%); - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused { - background-color: hsl(44, 100%, 77%); - border-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.button.is-warning.is-outlined.is-loading::after { - border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; -} -.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(64, 79, 122) rgb(64, 79, 122) !important; -} -.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined { - background-color: transparent; - border-color: hsl(44, 100%, 77%); - box-shadow: none; - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 79, 122); - color: rgb(64, 79, 122); -} -.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused { - background-color: rgb(64, 79, 122); - color: hsl(44, 100%, 77%); -} -.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important; -} -.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(64, 79, 122); - box-shadow: none; - color: rgb(64, 79, 122); -} -.button.is-warning.is-light { - background-color: rgb(255, 255, 166); - color: rgb(230, 202, 124); -} -.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered { - background-color: #ffff99; - border-color: transparent; - color: rgb(230, 202, 124); -} -.button.is-warning.is-light:active, .button.is-warning.is-light.is-active { - background-color: #ffff8d; - border-color: transparent; - color: rgb(230, 202, 124); -} -.button.is-danger { - background-color: hsl(348, 86%, 61%); - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger:hover, .button.is-danger.is-hovered { - background-color: #f03a5f; - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger:focus, .button.is-danger.is-focused { - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); -} -.button.is-danger:active, .button.is-danger.is-active { - background-color: #ef2e55; - border-color: transparent; - color: rgb(71, 156, 139); -} -.button.is-danger[disabled], fieldset[disabled] .button.is-danger { - background-color: hsl(348, 86%, 61%); - border-color: hsl(348, 86%, 61%); - box-shadow: none; -} -.button.is-danger.is-inverted { - background-color: rgb(71, 156, 139); - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered { - background-color: #3f8a7b; -} -.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted { - background-color: rgb(71, 156, 139); - border-color: transparent; - box-shadow: none; - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-loading::after { - border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; -} -.button.is-danger.is-outlined { - background-color: transparent; - border-color: hsl(348, 86%, 61%); - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused { - background-color: hsl(348, 86%, 61%); - border-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.button.is-danger.is-outlined.is-loading::after { - border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; -} -.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent rgb(71, 156, 139) rgb(71, 156, 139) !important; -} -.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined { - background-color: transparent; - border-color: hsl(348, 86%, 61%); - box-shadow: none; - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(71, 156, 139); - color: rgb(71, 156, 139); -} -.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused { - background-color: rgb(71, 156, 139); - color: hsl(348, 86%, 61%); -} -.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { - border-color: transparent transparent hsl(348, 86%, 61%) hsl(348, 86%, 61%) !important; -} -.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined { - background-color: transparent; - border-color: rgb(71, 156, 139); - box-shadow: none; - color: rgb(71, 156, 139); -} -.button.is-danger.is-light { - background-color: rgb(255, 84, 125); - color: rgb(217, 63, 94); -} -.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered { - background-color: #ff4773; - border-color: transparent; - color: rgb(217, 63, 94); -} -.button.is-danger.is-light:active, .button.is-danger.is-light.is-active { - background-color: #ff3b6a; - border-color: transparent; - color: rgb(217, 63, 94); -} -.button.is-small { - font-size: 0.75rem; -} -.button.is-small:not(.is-rounded) { - border-radius: 2px; -} -.button.is-normal { - font-size: 1rem; -} -.button.is-medium { - font-size: 1.25rem; -} -.button.is-large { - font-size: 1.5rem; -} -.button[disabled], fieldset[disabled] .button { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - box-shadow: none; - opacity: 0.5; -} -.button.is-fullwidth { - display: flex; - width: 100%; -} -.button.is-loading { - color: transparent !important; - pointer-events: none; -} -.button.is-loading::after { - position: absolute; - left: calc(50% - 1em * 0.5); - top: calc(50% - 1em * 0.5); - position: absolute !important; -} -.button.is-static { - background-color: rgb(69, 69, 69); - border-color: rgb(82, 82, 82); - color: rgb(130, 130, 130); - box-shadow: none; - pointer-events: none; -} -.button.is-rounded { - border-radius: 9999px; - padding-left: calc(1em + 0.25em); - padding-right: calc(1em + 0.25em); -} - -.buttons { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.buttons .button { - margin-bottom: 0.5rem; -} -.buttons .button:not(:last-child):not(.is-fullwidth) { - margin-right: 0.5rem; -} -.buttons:last-child { - margin-bottom: -0.5rem; -} -.buttons:not(:last-child) { - margin-bottom: 1rem; -} -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { - font-size: 0.75rem; -} -.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) { - border-radius: 2px; -} -.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { - font-size: 1.25rem; -} -.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { - font-size: 1.5rem; -} -.buttons.has-addons .button:not(:first-child) { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.buttons.has-addons .button:not(:last-child) { - border-bottom-right-radius: 0; - border-top-right-radius: 0; - margin-right: -1px; -} -.buttons.has-addons .button:last-child { - margin-right: 0; -} -.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered { - z-index: 2; -} -.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected { - z-index: 3; -} -.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover { - z-index: 4; -} -.buttons.has-addons .button.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.buttons.is-centered { - justify-content: center; -} -.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; -} -.buttons.is-right { - justify-content: flex-end; -} -.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { - margin-left: 0.25rem; - margin-right: 0.25rem; -} - -@media screen and (max-width: 768px) { - .button.is-responsive.is-small { - font-size: 0.5625rem; - } - .button.is-responsive, - .button.is-responsive.is-normal { - font-size: 0.65625rem; - } - .button.is-responsive.is-medium { - font-size: 0.75rem; - } - .button.is-responsive.is-large { - font-size: 1rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .button.is-responsive.is-small { - font-size: 0.65625rem; - } - .button.is-responsive, - .button.is-responsive.is-normal { - font-size: 0.75rem; - } - .button.is-responsive.is-medium { - font-size: 1rem; - } - .button.is-responsive.is-large { - font-size: 1.25rem; - } -} -.container { - flex-grow: 1; - margin: 0 auto; - position: relative; - width: auto; -} -.container.is-fluid { - max-width: none !important; - padding-left: 32px; - padding-right: 32px; - width: 100%; -} -@media screen and (min-width: 1024px) { - .container { - max-width: 960px; - } -} -@media screen and (max-width: 1215px) { - .container.is-widescreen:not(.is-max-desktop) { - max-width: 1152px; - } -} -@media screen and (max-width: 1407px) { - .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; - } -} -@media screen and (min-width: 1216px) { - .container:not(.is-max-desktop) { - max-width: 1152px; - } -} -@media screen and (min-width: 1408px) { - .container:not(.is-max-desktop):not(.is-max-widescreen) { - max-width: 1344px; - } -} - -/* Bulma Dark theme */ -.content li + li { - margin-top: 0.25em; -} -.content p:not(:last-child), -.content dl:not(:last-child), -.content ol:not(:last-child), -.content ul:not(:last-child), -.content blockquote:not(:last-child), -.content pre:not(:last-child), -.content table:not(:last-child) { - margin-bottom: 1em; -} -.content h1, -.content h2, -.content h3, -.content h4, -.content h5, -.content h6 { - color: rgb(164, 164, 164); - font-weight: 600; - line-height: 1.125; -} -.content h1 { - font-size: 2em; - margin-bottom: 0.5em; -} -.content h1:not(:first-child) { - margin-top: 1em; -} -.content h2 { - font-size: 1.75em; - margin-bottom: 0.5714em; -} -.content h2:not(:first-child) { - margin-top: 1.1428em; -} -.content h3 { - font-size: 1.5em; - margin-bottom: 0.6666em; -} -.content h3:not(:first-child) { - margin-top: 1.3333em; -} -.content h4 { - font-size: 1.25em; - margin-bottom: 0.8em; -} -.content h5 { - font-size: 1.125em; - margin-bottom: 0.8888em; -} -.content h6 { - font-size: 1em; - margin-bottom: 1em; -} -.content blockquote { - background-color: rgb(69, 69, 69); - border-left: 5px solid rgb(82, 82, 82); - padding: 1.25em 1.5em; -} -.content ol { - list-style-position: outside; - margin-left: 2em; - margin-top: 1em; -} -.content ol:not([type]) { - list-style-type: decimal; -} -.content ol:not([type]).is-lower-alpha { - list-style-type: lower-alpha; -} -.content ol:not([type]).is-lower-roman { - list-style-type: lower-roman; -} -.content ol:not([type]).is-upper-alpha { - list-style-type: upper-alpha; -} -.content ol:not([type]).is-upper-roman { - list-style-type: upper-roman; -} -.content ul { - list-style: disc outside; - margin-left: 2em; - margin-top: 1em; -} -.content ul ul { - list-style-type: circle; - margin-top: 0.5em; -} -.content ul ul ul { - list-style-type: square; -} -.content dd { - margin-left: 2em; -} -.content figure { - margin-left: 2em; - margin-right: 2em; - text-align: center; -} -.content figure:not(:first-child) { - margin-top: 2em; -} -.content figure:not(:last-child) { - margin-bottom: 2em; -} -.content figure img { - display: inline-block; -} -.content figure figcaption { - font-style: italic; -} -.content pre { - -webkit-overflow-scrolling: touch; - overflow-x: auto; - padding: 1.25em 1.5em; - white-space: pre; - word-wrap: normal; -} -.content sup, -.content sub { - font-size: 75%; -} -.content table { - width: 100%; -} -.content table td, -.content table th { - border: 1px solid rgb(82, 82, 82); - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; -} -.content table th { - color: rgb(164, 164, 164); -} -.content table th:not([align]) { - text-align: inherit; -} -.content table thead td, -.content table thead th { - border-width: 0 0 2px; - color: rgb(164, 164, 164); -} -.content table tfoot td, -.content table tfoot th { - border-width: 2px 0 0; - color: rgb(164, 164, 164); -} -.content table tbody tr:last-child td, -.content table tbody tr:last-child th { - border-bottom-width: 0; -} -.content .tabs li + li { - margin-top: 0; -} -.content.is-small { - font-size: 0.75rem; -} -.content.is-normal { - font-size: 1rem; -} -.content.is-medium { - font-size: 1.25rem; -} -.content.is-large { - font-size: 1.5rem; -} - -.icon { - align-items: center; - display: inline-flex; - justify-content: center; - height: 1.5rem; - width: 1.5rem; -} -.icon.is-small { - height: 1rem; - width: 1rem; -} -.icon.is-medium { - height: 2rem; - width: 2rem; -} -.icon.is-large { - height: 3rem; - width: 3rem; -} - -.icon-text { - align-items: flex-start; - color: inherit; - display: inline-flex; - flex-wrap: wrap; - line-height: 1.5rem; - vertical-align: top; -} -.icon-text .icon { - flex-grow: 0; - flex-shrink: 0; -} -.icon-text .icon:not(:last-child) { - margin-right: 0.25em; -} -.icon-text .icon:not(:first-child) { - margin-left: 0.25em; -} - -div.icon-text { - display: flex; -} - -/* Bulma Dark theme */ -.image { - display: block; - position: relative; -} -.image img { - display: block; - height: auto; - width: 100%; -} -.image img.is-rounded { - border-radius: 9999px; -} -.image.is-fullwidth { - width: 100%; -} -.image.is-square img, -.image.is-square .has-ratio, .image.is-1by1 img, -.image.is-1by1 .has-ratio, .image.is-5by4 img, -.image.is-5by4 .has-ratio, .image.is-4by3 img, -.image.is-4by3 .has-ratio, .image.is-3by2 img, -.image.is-3by2 .has-ratio, .image.is-5by3 img, -.image.is-5by3 .has-ratio, .image.is-16by9 img, -.image.is-16by9 .has-ratio, .image.is-2by1 img, -.image.is-2by1 .has-ratio, .image.is-3by1 img, -.image.is-3by1 .has-ratio, .image.is-4by5 img, -.image.is-4by5 .has-ratio, .image.is-3by4 img, -.image.is-3by4 .has-ratio, .image.is-2by3 img, -.image.is-2by3 .has-ratio, .image.is-3by5 img, -.image.is-3by5 .has-ratio, .image.is-9by16 img, -.image.is-9by16 .has-ratio, .image.is-1by2 img, -.image.is-1by2 .has-ratio, .image.is-1by3 img, -.image.is-1by3 .has-ratio { - height: 100%; - width: 100%; -} -.image.is-square, .image.is-1by1 { - padding-top: 100%; -} -.image.is-5by4 { - padding-top: 80%; -} -.image.is-4by3 { - padding-top: 75%; -} -.image.is-3by2 { - padding-top: 66.6666%; -} -.image.is-5by3 { - padding-top: 60%; -} -.image.is-16by9 { - padding-top: 56.25%; -} -.image.is-2by1 { - padding-top: 50%; -} -.image.is-3by1 { - padding-top: 33.3333%; -} -.image.is-4by5 { - padding-top: 125%; -} -.image.is-3by4 { - padding-top: 133.3333%; -} -.image.is-2by3 { - padding-top: 150%; -} -.image.is-3by5 { - padding-top: 166.6666%; -} -.image.is-9by16 { - padding-top: 177.7777%; -} -.image.is-1by2 { - padding-top: 200%; -} -.image.is-1by3 { - padding-top: 300%; -} -.image.is-16x16 { - height: 16px; - width: 16px; -} -.image.is-24x24 { - height: 24px; - width: 24px; -} -.image.is-32x32 { - height: 32px; - width: 32px; -} -.image.is-48x48 { - height: 48px; - width: 48px; -} -.image.is-64x64 { - height: 64px; - width: 64px; -} -.image.is-96x96 { - height: 96px; - width: 96px; -} -.image.is-128x128 { - height: 128px; - width: 128px; -} - -/* Bulma Dark theme */ -.notification { - background-color: rgb(69, 69, 69); - border-radius: 4px; - position: relative; - padding: 1.25rem 2.5rem 1.25rem 1.5rem; -} -.notification a:not(.button):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; -} -.notification strong { - color: currentColor; -} -.notification code, -.notification pre { - background: rgb(64, 64, 64); -} -.notification pre code { - background: transparent; -} -.notification > .delete { - right: 0.5rem; - position: absolute; - top: 0.5rem; -} -.notification .title, -.notification .subtitle, -.notification .content { - color: currentColor; -} -.notification.is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.notification.is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.notification.is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.notification.is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.notification.is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.notification.is-primary.is-light { - background-color: rgb(229, 104, 122); - color: rgb(172, 78, 92); -} -.notification.is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.notification.is-link.is-light { - background-color: rgb(186, 173, 110); - color: rgb(140, 130, 83); -} -.notification.is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.notification.is-info.is-light { - background-color: rgb(74, 170, 250); - color: rgb(56, 128, 187); -} -.notification.is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.notification.is-success.is-light { - background-color: rgb(86, 239, 170); - color: rgb(65, 179, 128); -} -.notification.is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.notification.is-warning.is-light { - background-color: rgb(255, 255, 166); - color: rgb(230, 202, 124); -} -.notification.is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.notification.is-danger.is-light { - background-color: rgb(255, 84, 125); - color: rgb(217, 63, 94); -} - -/* Bulma Dark theme */ -.progress { - -moz-appearance: none; - -webkit-appearance: none; - border: none; - border-radius: 9999px; - display: block; - height: 1rem; - overflow: hidden; - padding: 0; - width: 100%; -} -.progress::-webkit-progress-bar { - background-color: rgb(73, 73, 73); -} -.progress::-webkit-progress-value { - background-color: rgb(154, 154, 154); -} -.progress::-moz-progress-bar { - background-color: rgb(154, 154, 154); -} -.progress::-ms-fill { - background-color: rgb(154, 154, 154); - border: none; -} -.progress.is-white::-webkit-progress-value { - background-color: rgb(64, 64, 64); -} -.progress.is-white::-moz-progress-bar { - background-color: rgb(64, 64, 64); -} -.progress.is-white::-ms-fill { - background-color: rgb(64, 64, 64); -} -.progress.is-white:indeterminate { - background-image: linear-gradient(to right, rgb(64, 64, 64) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-black::-webkit-progress-value { - background-color: rgb(186, 186, 186); -} -.progress.is-black::-moz-progress-bar { - background-color: rgb(186, 186, 186); -} -.progress.is-black::-ms-fill { - background-color: rgb(186, 186, 186); -} -.progress.is-black:indeterminate { - background-image: linear-gradient(to right, rgb(186, 186, 186) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-light::-webkit-progress-value { - background-color: rgb(69, 69, 69); -} -.progress.is-light::-moz-progress-bar { - background-color: rgb(69, 69, 69); -} -.progress.is-light::-ms-fill { - background-color: rgb(69, 69, 69); -} -.progress.is-light:indeterminate { - background-image: linear-gradient(to right, rgb(69, 69, 69) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-dark::-webkit-progress-value { - background-color: rgb(164, 164, 164); -} -.progress.is-dark::-moz-progress-bar { - background-color: rgb(164, 164, 164); -} -.progress.is-dark::-ms-fill { - background-color: rgb(164, 164, 164); -} -.progress.is-dark:indeterminate { - background-image: linear-gradient(to right, rgb(164, 164, 164) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-primary::-webkit-progress-value { - background-color: rgb(191, 87, 102); -} -.progress.is-primary::-moz-progress-bar { - background-color: rgb(191, 87, 102); -} -.progress.is-primary::-ms-fill { - background-color: rgb(191, 87, 102); -} -.progress.is-primary:indeterminate { - background-image: linear-gradient(to right, rgb(191, 87, 102) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-link::-webkit-progress-value { - background-color: rgb(155, 144, 92); -} -.progress.is-link::-moz-progress-bar { - background-color: rgb(155, 144, 92); -} -.progress.is-link::-ms-fill { - background-color: rgb(155, 144, 92); -} -.progress.is-link:indeterminate { - background-image: linear-gradient(to right, rgb(155, 144, 92) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-info::-webkit-progress-value { - background-color: hsl(207, 61%, 53%); -} -.progress.is-info::-moz-progress-bar { - background-color: hsl(207, 61%, 53%); -} -.progress.is-info::-ms-fill { - background-color: hsl(207, 61%, 53%); -} -.progress.is-info:indeterminate { - background-image: linear-gradient(to right, hsl(207, 61%, 53%) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-success::-webkit-progress-value { - background-color: hsl(153, 53%, 53%); -} -.progress.is-success::-moz-progress-bar { - background-color: hsl(153, 53%, 53%); -} -.progress.is-success::-ms-fill { - background-color: hsl(153, 53%, 53%); -} -.progress.is-success:indeterminate { - background-image: linear-gradient(to right, hsl(153, 53%, 53%) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-warning::-webkit-progress-value { - background-color: hsl(44, 100%, 77%); -} -.progress.is-warning::-moz-progress-bar { - background-color: hsl(44, 100%, 77%); -} -.progress.is-warning::-ms-fill { - background-color: hsl(44, 100%, 77%); -} -.progress.is-warning:indeterminate { - background-image: linear-gradient(to right, hsl(44, 100%, 77%) 30%, rgb(73, 73, 73) 30%); -} -.progress.is-danger::-webkit-progress-value { - background-color: hsl(348, 86%, 61%); -} -.progress.is-danger::-moz-progress-bar { - background-color: hsl(348, 86%, 61%); -} -.progress.is-danger::-ms-fill { - background-color: hsl(348, 86%, 61%); -} -.progress.is-danger:indeterminate { - background-image: linear-gradient(to right, hsl(348, 86%, 61%) 30%, rgb(73, 73, 73) 30%); -} -.progress:indeterminate { - animation-duration: 1.5s; - animation-iteration-count: infinite; - animation-name: moveIndeterminate; - animation-timing-function: linear; - background-color: rgb(73, 73, 73); - background-image: linear-gradient(to right, rgb(154, 154, 154) 30%, rgb(73, 73, 73) 30%); - background-position: top left; - background-repeat: no-repeat; - background-size: 150% 150%; -} -.progress:indeterminate::-webkit-progress-bar { - background-color: transparent; -} -.progress:indeterminate::-moz-progress-bar { - background-color: transparent; -} -.progress:indeterminate::-ms-fill { - animation-name: none; -} -.progress.is-small { - height: 0.75rem; -} -.progress.is-medium { - height: 1.25rem; -} -.progress.is-large { - height: 1.5rem; -} - -@keyframes moveIndeterminate { - from { - background-position: 200% 0; - } - to { - background-position: -200% 0; - } -} -/* Bulma Dark theme */ -.table { - background-color: rgb(64, 64, 64); - color: rgb(164, 164, 164); -} -.table td, -.table th { - border: 1px solid rgb(82, 82, 82); - border-width: 0 0 1px; - padding: 0.5em 0.75em; - vertical-align: top; -} -.table td.is-white, -.table th.is-white { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.table td.is-black, -.table th.is-black { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.table td.is-light, -.table th.is-light { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.table td.is-dark, -.table th.is-dark { - background-color: rgb(164, 164, 164); - border-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.table td.is-primary, -.table th.is-primary { - background-color: rgb(191, 87, 102); - border-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.table td.is-link, -.table th.is-link { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.table td.is-info, -.table th.is-info { - background-color: hsl(207, 61%, 53%); - border-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.table td.is-success, -.table th.is-success { - background-color: hsl(153, 53%, 53%); - border-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.table td.is-warning, -.table th.is-warning { - background-color: hsl(44, 100%, 77%); - border-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.table td.is-danger, -.table th.is-danger { - background-color: hsl(348, 86%, 61%); - border-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.table td.is-narrow, -.table th.is-narrow { - white-space: nowrap; - width: 1%; -} -.table td.is-selected, -.table th.is-selected { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.table td.is-selected a, -.table td.is-selected strong, -.table th.is-selected a, -.table th.is-selected strong { - color: currentColor; -} -.table td.is-vcentered, -.table th.is-vcentered { - vertical-align: middle; -} -.table th { - color: rgb(164, 164, 164); -} -.table th:not([align]) { - text-align: left; -} -.table tr.is-selected { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.table tr.is-selected a, -.table tr.is-selected strong { - color: currentColor; -} -.table tr.is-selected td, -.table tr.is-selected th { - border-color: rgb(96, 148, 140); - color: currentColor; -} -.table thead { - background-color: transparent; -} -.table thead td, -.table thead th { - border-width: 0 0 2px; - color: rgb(164, 164, 164); -} -.table tfoot { - background-color: transparent; -} -.table tfoot td, -.table tfoot th { - border-width: 2px 0 0; - color: rgb(164, 164, 164); -} -.table tbody { - background-color: transparent; -} -.table tbody tr:last-child td, -.table tbody tr:last-child th { - border-bottom-width: 0; -} -.table.is-bordered td, -.table.is-bordered th { - border-width: 1px; -} -.table.is-bordered tr:last-child td, -.table.is-bordered tr:last-child th { - border-bottom-width: 1px; -} -.table.is-fullwidth { - width: 100%; -} -.table.is-hoverable tbody tr:not(.is-selected):hover { - background-color: rgb(66, 66, 66); -} -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { - background-color: rgb(66, 66, 66); -} -.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { - background-color: rgb(69, 69, 69); -} -.table.is-narrow td, -.table.is-narrow th { - padding: 0.25em 0.5em; -} -.table.is-striped tbody tr:not(.is-selected):nth-child(even) { - background-color: rgb(66, 66, 66); -} - -.table-container { - -webkit-overflow-scrolling: touch; - overflow: auto; - overflow-y: hidden; - max-width: 100%; -} - -.tags { - align-items: center; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.tags .tag { - margin-bottom: 0.5rem; -} -.tags .tag:not(:last-child) { - margin-right: 0.5rem; -} -.tags:last-child { - margin-bottom: -0.5rem; -} -.tags:not(:last-child) { - margin-bottom: 1rem; -} -.tags.are-medium .tag:not(.is-normal):not(.is-large) { - font-size: 1rem; -} -.tags.are-large .tag:not(.is-normal):not(.is-medium) { - font-size: 1.25rem; -} -.tags.is-centered { - justify-content: center; -} -.tags.is-centered .tag { - margin-right: 0.25rem; - margin-left: 0.25rem; -} -.tags.is-right { - justify-content: flex-end; -} -.tags.is-right .tag:not(:first-child) { - margin-left: 0.5rem; -} -.tags.is-right .tag:not(:last-child) { - margin-right: 0; -} -.tags.has-addons .tag { - margin-right: 0; -} -.tags.has-addons .tag:not(:first-child) { - margin-left: 0; - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.tags.has-addons .tag:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} - -.tag:not(body) { - align-items: center; - background-color: rgb(69, 69, 69); - border-radius: 4px; - color: rgb(154, 154, 154); - display: inline-flex; - font-size: 0.75rem; - height: 2em; - justify-content: center; - line-height: 1.5; - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; -} -.tag:not(body) .delete { - margin-left: 0.25rem; - margin-right: -0.375rem; -} -.tag:not(body).is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.tag:not(body).is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.tag:not(body).is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.tag:not(body).is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.tag:not(body).is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.tag:not(body).is-primary.is-light { - background-color: rgb(229, 104, 122); - color: rgb(172, 78, 92); -} -.tag:not(body).is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.tag:not(body).is-link.is-light { - background-color: rgb(186, 173, 110); - color: rgb(140, 130, 83); -} -.tag:not(body).is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.tag:not(body).is-info.is-light { - background-color: rgb(74, 170, 250); - color: rgb(56, 128, 187); -} -.tag:not(body).is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.tag:not(body).is-success.is-light { - background-color: rgb(86, 239, 170); - color: rgb(65, 179, 128); -} -.tag:not(body).is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.tag:not(body).is-warning.is-light { - background-color: rgb(255, 255, 166); - color: rgb(230, 202, 124); -} -.tag:not(body).is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.tag:not(body).is-danger.is-light { - background-color: rgb(255, 84, 125); - color: rgb(217, 63, 94); -} -.tag:not(body).is-normal { - font-size: 0.75rem; -} -.tag:not(body).is-medium { - font-size: 1rem; -} -.tag:not(body).is-large { - font-size: 1.25rem; -} -.tag:not(body) .icon:first-child:not(:last-child) { - margin-left: -0.375em; - margin-right: 0.1875em; -} -.tag:not(body) .icon:last-child:not(:first-child) { - margin-left: 0.1875em; - margin-right: -0.375em; -} -.tag:not(body) .icon:first-child:last-child { - margin-left: -0.375em; - margin-right: -0.375em; -} -.tag:not(body).is-delete { - margin-left: 1px; - padding: 0; - position: relative; - width: 2em; -} -.tag:not(body).is-delete::before, .tag:not(body).is-delete::after { - background-color: currentColor; - content: ""; - display: block; - left: 50%; - position: absolute; - top: 50%; - transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform-origin: center center; -} -.tag:not(body).is-delete::before { - height: 1px; - width: 50%; -} -.tag:not(body).is-delete::after { - height: 50%; - width: 1px; -} -.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus { - background-color: #383838; -} -.tag:not(body).is-delete:active { - background-color: #2c2c2c; -} -.tag:not(body).is-rounded { - border-radius: 9999px; -} - -a.tag:hover { - text-decoration: underline; -} - -/* Bulma Dark theme */ -.title, -.subtitle { - word-break: break-word; -} -.title em, -.title span, -.subtitle em, -.subtitle span { - font-weight: inherit; -} -.title sub, -.subtitle sub { - font-size: 0.75em; -} -.title sup, -.subtitle sup { - font-size: 0.75em; -} -.title .tag, -.subtitle .tag { - vertical-align: middle; -} - -.title { - color: rgb(164, 164, 164); - font-size: 2rem; - font-weight: 600; - line-height: 1.125; -} -.title strong { - color: inherit; - font-weight: inherit; -} -.title:not(.is-spaced) + .subtitle { - margin-top: -1.25rem; -} -.title.is-1 { - font-size: 3rem; -} -.title.is-2 { - font-size: 2.5rem; -} -.title.is-3 { - font-size: 2rem; -} -.title.is-4 { - font-size: 1.5rem; -} -.title.is-5 { - font-size: 1.25rem; -} -.title.is-6 { - font-size: 1rem; -} -.title.is-7 { - font-size: 0.75rem; -} - -.subtitle { - color: rgb(154, 154, 154); - font-size: 1.25rem; - font-weight: 400; - line-height: 1.25; -} -.subtitle strong { - color: rgb(164, 164, 164); - font-weight: 600; -} -.subtitle:not(.is-spaced) + .title { - margin-top: -1.25rem; -} -.subtitle.is-1 { - font-size: 3rem; -} -.subtitle.is-2 { - font-size: 2.5rem; -} -.subtitle.is-3 { - font-size: 2rem; -} -.subtitle.is-4 { - font-size: 1.5rem; -} -.subtitle.is-5 { - font-size: 1.25rem; -} -.subtitle.is-6 { - font-size: 1rem; -} -.subtitle.is-7 { - font-size: 0.75rem; -} - -/* Bulma Dark theme */ -.heading { - display: block; - font-size: 11px; - letter-spacing: 1px; - margin-bottom: 5px; - text-transform: uppercase; -} - -.number { - align-items: center; - background-color: rgb(69, 69, 69); - border-radius: 9999px; - display: inline-flex; - font-size: 1.25rem; - height: 2em; - justify-content: center; - margin-right: 1.5rem; - min-width: 2.5em; - padding: 0.25rem 0.5rem; - text-align: center; - vertical-align: top; -} - -/* Bulma Form */ -/* Bulma Dark theme */ -.select select, .input, .textarea { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - border-radius: 4px; - color: rgb(164, 164, 164); -} -.select select::-moz-placeholder, .input::-moz-placeholder, .textarea::-moz-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select::-webkit-input-placeholder, .input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select:-moz-placeholder, .input:-moz-placeholder, .textarea:-moz-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select:-ms-input-placeholder, .input:-ms-input-placeholder, .textarea:-ms-input-placeholder { - color: rgba(164, 164, 164, 0.3); -} -.select select:hover, .input:hover, .textarea:hover, .select select.is-hovered, .is-hovered.input, .is-hovered.textarea { - border-color: rgb(101, 101, 101); -} -.select select:focus, .input:focus, .textarea:focus, .select select.is-focused, .is-focused.input, .is-focused.textarea, .select select:active, .input:active, .textarea:active, .select select.is-active, .is-active.input, .is-active.textarea { - border-color: rgb(155, 144, 92); - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.select select[disabled], [disabled].input, [disabled].textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .input, fieldset[disabled] .textarea { - background-color: rgb(69, 69, 69); - border-color: rgb(69, 69, 69); - box-shadow: none; - color: rgb(130, 130, 130); -} -.select select[disabled]::-moz-placeholder, [disabled].input::-moz-placeholder, [disabled].textarea::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder { - color: rgba(130, 130, 130, 0.3); -} -.select select[disabled]::-webkit-input-placeholder, [disabled].input::-webkit-input-placeholder, [disabled].textarea::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder { - color: rgba(130, 130, 130, 0.3); -} -.select select[disabled]:-moz-placeholder, [disabled].input:-moz-placeholder, [disabled].textarea:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder { - color: rgba(130, 130, 130, 0.3); -} -.select select[disabled]:-ms-input-placeholder, [disabled].input:-ms-input-placeholder, [disabled].textarea:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder { - color: rgba(130, 130, 130, 0.3); -} - -/* Bulma Form */ -.textarea, .input { - box-shadow: inset 0 0.0625em 0.125em rgba(186, 186, 186, 0.05); - max-width: 100%; - width: 100%; -} -[readonly].textarea, [readonly].input { - box-shadow: none; -} -.is-white.textarea, .is-white.input { - border-color: rgb(64, 64, 64); -} -.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input { - box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); -} -.is-black.textarea, .is-black.input { - border-color: rgb(186, 186, 186); -} -.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input { - box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); -} -.is-light.textarea, .is-light.input { - border-color: rgb(69, 69, 69); -} -.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input { - box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); -} -.is-dark.textarea, .is-dark.input { - border-color: rgb(164, 164, 164); -} -.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input { - box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); -} -.is-primary.textarea, .is-primary.input { - border-color: rgb(191, 87, 102); -} -.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input { - box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); -} -.is-link.textarea, .is-link.input { - border-color: rgb(155, 144, 92); -} -.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.is-info.textarea, .is-info.input { - border-color: hsl(207, 61%, 53%); -} -.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); -} -.is-success.textarea, .is-success.input { - border-color: hsl(153, 53%, 53%); -} -.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); -} -.is-warning.textarea, .is-warning.input { - border-color: hsl(44, 100%, 77%); -} -.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); -} -.is-danger.textarea, .is-danger.input { - border-color: hsl(348, 86%, 61%); -} -.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); -} -.is-small.textarea, .is-small.input { - border-radius: 2px; - font-size: 0.75rem; -} -.is-medium.textarea, .is-medium.input { - font-size: 1.25rem; -} -.is-large.textarea, .is-large.input { - font-size: 1.5rem; -} -.is-fullwidth.textarea, .is-fullwidth.input { - display: block; - width: 100%; -} -.is-inline.textarea, .is-inline.input { - display: inline; - width: auto; -} - -.input.is-rounded { - border-radius: 9999px; - padding-left: calc(calc(0.75em - 1px) + 0.375em); - padding-right: calc(calc(0.75em - 1px) + 0.375em); -} -.input.is-static { - background-color: transparent; - border-color: transparent; - box-shadow: none; - padding-left: 0; - padding-right: 0; -} - -.textarea { - display: block; - max-width: 100%; - min-width: 100%; - padding: calc(0.75em - 1px); - resize: vertical; -} -.textarea:not([rows]) { - max-height: 40em; - min-height: 8em; -} -.textarea[rows] { - height: initial; -} -.textarea.has-fixed-size { - resize: none; -} - -/* Bulma Form */ -.radio, .checkbox { - cursor: pointer; - display: inline-block; - line-height: 1.25; - position: relative; -} -.radio input, .checkbox input { - cursor: pointer; -} -.radio:hover, .checkbox:hover { - color: rgb(164, 164, 164); -} -[disabled].radio, [disabled].checkbox, fieldset[disabled] .radio, fieldset[disabled] .checkbox, -.radio input[disabled], -.checkbox input[disabled] { - color: rgb(130, 130, 130); - cursor: not-allowed; -} - -.radio + .radio { - margin-left: 0.5em; -} - -/* Bulma Form */ -/* Bulma Dark theme */ -.select { - display: inline-block; - max-width: 100%; - position: relative; - vertical-align: top; -} -.select:not(.is-multiple) { - height: 2.5em; -} -.select:not(.is-multiple):not(.is-loading)::after { - border-color: rgb(155, 144, 92); - right: 1.125em; - z-index: 4; -} -.select.is-rounded select { - border-radius: 9999px; - padding-left: 1em; -} -.select select { - cursor: pointer; - display: block; - font-size: 1em; - max-width: 100%; - outline: none; -} -.select select::-ms-expand { - display: none; -} -.select select[disabled]:hover, fieldset[disabled] .select select:hover { - border-color: rgb(69, 69, 69); -} -.select select:not([multiple]) { - padding-right: 2.5em; -} -.select select[multiple] { - height: auto; - padding: 0; -} -.select select[multiple] option { - padding: 0.5em 1em; -} -.select:not(.is-multiple):not(.is-loading):hover::after { - border-color: rgb(164, 164, 164); -} -.select.is-white:not(:hover)::after { - border-color: rgb(64, 64, 64); -} -.select.is-white select { - border-color: rgb(64, 64, 64); -} -.select.is-white select:hover, .select.is-white select.is-hovered { - border-color: #333333; -} -.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active { - box-shadow: 0 0 0 0.125em rgba(64, 64, 64, 0.25); -} -.select.is-black:not(:hover)::after { - border-color: rgb(186, 186, 186); -} -.select.is-black select { - border-color: rgb(186, 186, 186); -} -.select.is-black select:hover, .select.is-black select.is-hovered { - border-color: #adadad; -} -.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active { - box-shadow: 0 0 0 0.125em rgba(186, 186, 186, 0.25); -} -.select.is-light:not(:hover)::after { - border-color: rgb(69, 69, 69); -} -.select.is-light select { - border-color: rgb(69, 69, 69); -} -.select.is-light select:hover, .select.is-light select.is-hovered { - border-color: #383838; -} -.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active { - box-shadow: 0 0 0 0.125em rgba(69, 69, 69, 0.25); -} -.select.is-dark:not(:hover)::after { - border-color: rgb(164, 164, 164); -} -.select.is-dark select { - border-color: rgb(164, 164, 164); -} -.select.is-dark select:hover, .select.is-dark select.is-hovered { - border-color: #979797; -} -.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active { - box-shadow: 0 0 0 0.125em rgba(164, 164, 164, 0.25); -} -.select.is-primary:not(:hover)::after { - border-color: rgb(191, 87, 102); -} -.select.is-primary select { - border-color: rgb(191, 87, 102); -} -.select.is-primary select:hover, .select.is-primary select.is-hovered { - border-color: #b74656; -} -.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active { - box-shadow: 0 0 0 0.125em rgba(191, 87, 102, 0.25); -} -.select.is-link:not(:hover)::after { - border-color: rgb(155, 144, 92); -} -.select.is-link select { - border-color: rgb(155, 144, 92); -} -.select.is-link select:hover, .select.is-link select.is-hovered { - border-color: #8b8153; -} -.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active { - box-shadow: 0 0 0 0.125em rgba(155, 144, 92, 0.25); -} -.select.is-info:not(:hover)::after { - border-color: hsl(207, 61%, 53%); -} -.select.is-info select { - border-color: hsl(207, 61%, 53%); -} -.select.is-info select:hover, .select.is-info select.is-hovered { - border-color: #3082c5; -} -.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active { - box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25); -} -.select.is-success:not(:hover)::after { - border-color: hsl(153, 53%, 53%); -} -.select.is-success select { - border-color: hsl(153, 53%, 53%); -} -.select.is-success select:hover, .select.is-success select.is-hovered { - border-color: #3abb81; -} -.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active { - box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25); -} -.select.is-warning:not(:hover)::after { - border-color: hsl(44, 100%, 77%); -} -.select.is-warning select { - border-color: hsl(44, 100%, 77%); -} -.select.is-warning select:hover, .select.is-warning select.is-hovered { - border-color: #ffd970; -} -.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active { - box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25); -} -.select.is-danger:not(:hover)::after { - border-color: hsl(348, 86%, 61%); -} -.select.is-danger select { - border-color: hsl(348, 86%, 61%); -} -.select.is-danger select:hover, .select.is-danger select.is-hovered { - border-color: #ef2e55; -} -.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active { - box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); -} -.select.is-small { - border-radius: 2px; - font-size: 0.75rem; -} -.select.is-medium { - font-size: 1.25rem; -} -.select.is-large { - font-size: 1.5rem; -} -.select.is-disabled::after { - border-color: rgb(130, 130, 130) !important; - opacity: 0.5; -} -.select.is-fullwidth { - width: 100%; -} -.select.is-fullwidth select { - width: 100%; -} -.select.is-loading::after { - margin-top: 0; - position: absolute; - right: 0.625em; - top: 0.625em; - transform: none; -} -.select.is-loading.is-small:after { - font-size: 0.75rem; -} -.select.is-loading.is-medium:after { - font-size: 1.25rem; -} -.select.is-loading.is-large:after { - font-size: 1.5rem; -} - -/* Bulma Dark theme */ -/* Bulma Form */ -.file { - align-items: stretch; - display: flex; - justify-content: flex-start; - position: relative; -} -.file.is-white .file-cta { - background-color: rgb(64, 64, 64); - border-color: transparent; - color: rgb(186, 186, 186); -} -.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta { - background-color: #3a3a3a; - border-color: transparent; - color: rgb(186, 186, 186); -} -.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(64, 64, 64, 0.25); - color: rgb(186, 186, 186); -} -.file.is-white:active .file-cta, .file.is-white.is-active .file-cta { - background-color: #333333; - border-color: transparent; - color: rgb(186, 186, 186); -} -.file.is-black .file-cta { - background-color: rgb(186, 186, 186); - border-color: transparent; - color: rgb(64, 64, 64); -} -.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta { - background-color: #b4b4b4; - border-color: transparent; - color: rgb(64, 64, 64); -} -.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(186, 186, 186, 0.25); - color: rgb(64, 64, 64); -} -.file.is-black:active .file-cta, .file.is-black.is-active .file-cta { - background-color: #adadad; - border-color: transparent; - color: rgb(64, 64, 64); -} -.file.is-light .file-cta { - background-color: rgb(69, 69, 69); - border-color: transparent; - color: rgb(157, 157, 157); -} -.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta { - background-color: #3f3f3f; - border-color: transparent; - color: rgb(157, 157, 157); -} -.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(69, 69, 69, 0.25); - color: rgb(157, 157, 157); -} -.file.is-light:active .file-cta, .file.is-light.is-active .file-cta { - background-color: #383838; - border-color: transparent; - color: rgb(157, 157, 157); -} -.file.is-dark .file-cta { - background-color: rgb(164, 164, 164); - border-color: transparent; - color: rgb(109, 109, 109); -} -.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta { - background-color: #9e9e9e; - border-color: transparent; - color: rgb(109, 109, 109); -} -.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(164, 164, 164, 0.25); - color: rgb(109, 109, 109); -} -.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta { - background-color: #979797; - border-color: transparent; - color: rgb(109, 109, 109); -} -.file.is-primary .file-cta { - background-color: rgb(191, 87, 102); - border-color: transparent; - color: rgb(96, 148, 140); -} -.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta { - background-color: #bb4e5e; - border-color: transparent; - color: rgb(96, 148, 140); -} -.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(191, 87, 102, 0.25); - color: rgb(96, 148, 140); -} -.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta { - background-color: #b74656; - border-color: transparent; - color: rgb(96, 148, 140); -} -.file.is-link .file-cta { - background-color: rgb(155, 144, 92); - border-color: transparent; - color: rgb(114, 119, 145); -} -.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta { - background-color: #938957; - border-color: transparent; - color: rgb(114, 119, 145); -} -.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(155, 144, 92, 0.25); - color: rgb(114, 119, 145); -} -.file.is-link:active .file-cta, .file.is-link.is-active .file-cta { - background-color: #8b8153; - border-color: transparent; - color: rgb(114, 119, 145); -} -.file.is-info .file-cta { - background-color: hsl(207, 61%, 53%); - border-color: transparent; - color: rgb(160, 120, 87); -} -.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta { - background-color: #3488ce; - border-color: transparent; - color: rgb(160, 120, 87); -} -.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25); - color: rgb(160, 120, 87); -} -.file.is-info:active .file-cta, .file.is-info.is-active .file-cta { - background-color: #3082c5; - border-color: transparent; - color: rgb(160, 120, 87); -} -.file.is-success .file-cta { - background-color: hsl(153, 53%, 53%); - border-color: transparent; - color: rgb(155, 92, 120); -} -.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta { - background-color: #3ec487; - border-color: transparent; - color: rgb(155, 92, 120); -} -.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25); - color: rgb(155, 92, 120); -} -.file.is-success:active .file-cta, .file.is-success.is-active .file-cta { - background-color: #3abb81; - border-color: transparent; - color: rgb(155, 92, 120); -} -.file.is-warning .file-cta { - background-color: hsl(44, 100%, 77%); - border-color: transparent; - color: rgb(64, 79, 122); -} -.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta { - background-color: #ffdc7d; - border-color: transparent; - color: rgb(64, 79, 122); -} -.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.25); - color: rgb(64, 79, 122); -} -.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta { - background-color: #ffd970; - border-color: transparent; - color: rgb(64, 79, 122); -} -.file.is-danger .file-cta { - background-color: hsl(348, 86%, 61%); - border-color: transparent; - color: rgb(71, 156, 139); -} -.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta { - background-color: #f03a5f; - border-color: transparent; - color: rgb(71, 156, 139); -} -.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta { - border-color: transparent; - box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); - color: rgb(71, 156, 139); -} -.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta { - background-color: #ef2e55; - border-color: transparent; - color: rgb(71, 156, 139); -} -.file.is-small { - font-size: 0.75rem; -} -.file.is-normal { - font-size: 1rem; -} -.file.is-medium { - font-size: 1.25rem; -} -.file.is-medium .file-icon .fa { - font-size: 21px; -} -.file.is-large { - font-size: 1.5rem; -} -.file.is-large .file-icon .fa { - font-size: 28px; -} -.file.has-name .file-cta { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.file.has-name .file-name { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.file.has-name.is-empty .file-cta { - border-radius: 4px; -} -.file.has-name.is-empty .file-name { - display: none; -} -.file.is-boxed .file-label { - flex-direction: column; -} -.file.is-boxed .file-cta { - flex-direction: column; - height: auto; - padding: 1em 3em; -} -.file.is-boxed .file-name { - border-width: 0 1px 1px; -} -.file.is-boxed .file-icon { - height: 1.5em; - width: 1.5em; -} -.file.is-boxed .file-icon .fa { - font-size: 21px; -} -.file.is-boxed.is-small .file-icon .fa { - font-size: 14px; -} -.file.is-boxed.is-medium .file-icon .fa { - font-size: 28px; -} -.file.is-boxed.is-large .file-icon .fa { - font-size: 35px; -} -.file.is-boxed.has-name .file-cta { - border-radius: 4px 4px 0 0; -} -.file.is-boxed.has-name .file-name { - border-radius: 0 0 4px 4px; - border-width: 0 1px 1px; -} -.file.is-centered { - justify-content: center; -} -.file.is-fullwidth .file-label { - width: 100%; -} -.file.is-fullwidth .file-name { - flex-grow: 1; - max-width: none; -} -.file.is-right { - justify-content: flex-end; -} -.file.is-right .file-cta { - border-radius: 0 4px 4px 0; -} -.file.is-right .file-name { - border-radius: 4px 0 0 4px; - border-width: 1px 0 1px 1px; - order: -1; -} - -.file-label { - align-items: stretch; - display: flex; - cursor: pointer; - justify-content: flex-start; - overflow: hidden; - position: relative; -} -.file-label:hover .file-cta { - background-color: #3f3f3f; - color: rgb(164, 164, 164); -} -.file-label:hover .file-name { - border-color: #4c4c4c; -} -.file-label:active .file-cta { - background-color: #383838; - color: rgb(164, 164, 164); -} -.file-label:active .file-name { - border-color: #454545; -} - -.file-input { - height: 100%; - left: 0; - opacity: 0; - outline: none; - position: absolute; - top: 0; - width: 100%; -} - -.file-cta, -.file-name { - border-color: rgb(82, 82, 82); - border-radius: 4px; - font-size: 1em; - padding-left: 1em; - padding-right: 1em; - white-space: nowrap; -} - -.file-cta { - background-color: rgb(69, 69, 69); - color: rgb(154, 154, 154); -} - -.file-name { - border-color: rgb(82, 82, 82); - border-style: solid; - border-width: 1px 1px 1px 0; - display: block; - max-width: 16em; - overflow: hidden; - text-align: inherit; - text-overflow: ellipsis; -} - -.file-icon { - align-items: center; - display: flex; - height: 1em; - justify-content: center; - margin-right: 0.5em; - width: 1em; -} -.file-icon .fa { - font-size: 14px; -} - -/* Bulma Dark theme */ -/* Bulma Form */ -.label { - color: rgb(164, 164, 164); - display: block; - font-size: 1rem; - font-weight: 700; -} -.label:not(:last-child) { - margin-bottom: 0.5em; -} -.label.is-small { - font-size: 0.75rem; -} -.label.is-medium { - font-size: 1.25rem; -} -.label.is-large { - font-size: 1.5rem; -} - -.help { - display: block; - font-size: 0.75rem; - margin-top: 0.25rem; -} -.help.is-white { - color: rgb(64, 64, 64); -} -.help.is-black { - color: rgb(186, 186, 186); -} -.help.is-light { - color: rgb(69, 69, 69); -} -.help.is-dark { - color: rgb(164, 164, 164); -} -.help.is-primary { - color: rgb(191, 87, 102); -} -.help.is-link { - color: rgb(155, 144, 92); -} -.help.is-info { - color: hsl(207, 61%, 53%); -} -.help.is-success { - color: hsl(153, 53%, 53%); -} -.help.is-warning { - color: hsl(44, 100%, 77%); -} -.help.is-danger { - color: hsl(348, 86%, 61%); -} - -.field:not(:last-child) { - margin-bottom: 0.75rem; -} -.field.has-addons { - display: flex; - justify-content: flex-start; -} -.field.has-addons .control:not(:last-child) { - margin-right: -1px; -} -.field.has-addons .control:not(:first-child):not(:last-child) .button, -.field.has-addons .control:not(:first-child):not(:last-child) .input, -.field.has-addons .control:not(:first-child):not(:last-child) .select select { - border-radius: 0; -} -.field.has-addons .control:first-child:not(:only-child) .button, -.field.has-addons .control:first-child:not(:only-child) .input, -.field.has-addons .control:first-child:not(:only-child) .select select { - border-bottom-right-radius: 0; - border-top-right-radius: 0; -} -.field.has-addons .control:last-child:not(:only-child) .button, -.field.has-addons .control:last-child:not(:only-child) .input, -.field.has-addons .control:last-child:not(:only-child) .select select { - border-bottom-left-radius: 0; - border-top-left-radius: 0; -} -.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered, -.field.has-addons .control .input:not([disabled]):hover, -.field.has-addons .control .input:not([disabled]).is-hovered, -.field.has-addons .control .select select:not([disabled]):hover, -.field.has-addons .control .select select:not([disabled]).is-hovered { - z-index: 2; -} -.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active, -.field.has-addons .control .input:not([disabled]):focus, -.field.has-addons .control .input:not([disabled]).is-focused, -.field.has-addons .control .input:not([disabled]):active, -.field.has-addons .control .input:not([disabled]).is-active, -.field.has-addons .control .select select:not([disabled]):focus, -.field.has-addons .control .select select:not([disabled]).is-focused, -.field.has-addons .control .select select:not([disabled]):active, -.field.has-addons .control .select select:not([disabled]).is-active { - z-index: 3; -} -.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover, -.field.has-addons .control .input:not([disabled]):focus:hover, -.field.has-addons .control .input:not([disabled]).is-focused:hover, -.field.has-addons .control .input:not([disabled]):active:hover, -.field.has-addons .control .input:not([disabled]).is-active:hover, -.field.has-addons .control .select select:not([disabled]):focus:hover, -.field.has-addons .control .select select:not([disabled]).is-focused:hover, -.field.has-addons .control .select select:not([disabled]):active:hover, -.field.has-addons .control .select select:not([disabled]).is-active:hover { - z-index: 4; -} -.field.has-addons .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.field.has-addons.has-addons-centered { - justify-content: center; -} -.field.has-addons.has-addons-right { - justify-content: flex-end; -} -.field.has-addons.has-addons-fullwidth .control { - flex-grow: 1; - flex-shrink: 0; -} -.field.is-grouped { - display: flex; - justify-content: flex-start; -} -.field.is-grouped > .control { - flex-shrink: 0; -} -.field.is-grouped > .control:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; -} -.field.is-grouped > .control.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.field.is-grouped.is-grouped-centered { - justify-content: center; -} -.field.is-grouped.is-grouped-right { - justify-content: flex-end; -} -.field.is-grouped.is-grouped-multiline { - flex-wrap: wrap; -} -.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { - margin-bottom: 0.75rem; -} -.field.is-grouped.is-grouped-multiline:last-child { - margin-bottom: -0.75rem; -} -.field.is-grouped.is-grouped-multiline:not(:last-child) { - margin-bottom: 0; -} -@media screen and (min-width: 769px), print { - .field.is-horizontal { - display: flex; - } -} - -.field-label .label { - font-size: inherit; -} -@media screen and (max-width: 768px) { - .field-label { - margin-bottom: 0.5rem; - } -} -@media screen and (min-width: 769px), print { - .field-label { - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - margin-right: 1.5rem; - text-align: right; - } - .field-label.is-small { - font-size: 0.75rem; - padding-top: 0.375em; - } - .field-label.is-normal { - padding-top: 0.375em; - } - .field-label.is-medium { - font-size: 1.25rem; - padding-top: 0.375em; - } - .field-label.is-large { - font-size: 1.5rem; - padding-top: 0.375em; - } -} - -.field-body .field .field { - margin-bottom: 0; -} -@media screen and (min-width: 769px), print { - .field-body { - display: flex; - flex-basis: 0; - flex-grow: 5; - flex-shrink: 1; - } - .field-body .field { - margin-bottom: 0; - } - .field-body > .field { - flex-shrink: 1; - } - .field-body > .field:not(.is-narrow) { - flex-grow: 1; - } - .field-body > .field:not(:last-child) { - margin-right: 0.75rem; - } -} - -.control { - box-sizing: border-box; - clear: both; - font-size: 1rem; - position: relative; - text-align: inherit; -} -.control.has-icons-left .input:focus ~ .icon, -.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, -.control.has-icons-right .select:focus ~ .icon { - color: rgb(154, 154, 154); -} -.control.has-icons-left .input.is-small ~ .icon, -.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, -.control.has-icons-right .select.is-small ~ .icon { - font-size: 0.75rem; -} -.control.has-icons-left .input.is-medium ~ .icon, -.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, -.control.has-icons-right .select.is-medium ~ .icon { - font-size: 1.25rem; -} -.control.has-icons-left .input.is-large ~ .icon, -.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, -.control.has-icons-right .select.is-large ~ .icon { - font-size: 1.5rem; -} -.control.has-icons-left .icon, .control.has-icons-right .icon { - color: rgb(82, 82, 82); - height: 2.5em; - pointer-events: none; - position: absolute; - top: 0; - width: 2.5em; - z-index: 4; -} -.control.has-icons-left .input, -.control.has-icons-left .select select { - padding-left: 2.5em; -} -.control.has-icons-left .icon.is-left { - left: 0; -} -.control.has-icons-right .input, -.control.has-icons-right .select select { - padding-right: 2.5em; -} -.control.has-icons-right .icon.is-right { - right: 0; -} -.control.is-loading::after { - position: absolute !important; - right: 0.625em; - top: 0.625em; - z-index: 4; -} -.control.is-loading.is-small:after { - font-size: 0.75rem; -} -.control.is-loading.is-medium:after { - font-size: 1.25rem; -} -.control.is-loading.is-large:after { - font-size: 1.5rem; -} - -/* Bulma Components */ -/* Bulma Dark theme */ -.breadcrumb { - font-size: 1rem; - white-space: nowrap; -} -.breadcrumb a { - align-items: center; - color: rgb(155, 144, 92); - display: flex; - justify-content: center; - padding: 0 0.75em; -} -.breadcrumb a:hover { - color: rgb(164, 164, 164); -} -.breadcrumb li { - align-items: center; - display: flex; -} -.breadcrumb li:first-child a { - padding-left: 0; -} -.breadcrumb li.is-active a { - color: rgb(164, 164, 164); - cursor: default; - pointer-events: none; -} -.breadcrumb li + li::before { - color: rgb(101, 101, 101); - content: "/"; -} -.breadcrumb ul, -.breadcrumb ol { - align-items: flex-start; - display: flex; - flex-wrap: wrap; - justify-content: flex-start; -} -.breadcrumb .icon:first-child { - margin-right: 0.5em; -} -.breadcrumb .icon:last-child { - margin-left: 0.5em; -} -.breadcrumb.is-centered ol, -.breadcrumb.is-centered ul { - justify-content: center; -} -.breadcrumb.is-right ol, -.breadcrumb.is-right ul { - justify-content: flex-end; -} -.breadcrumb.is-small { - font-size: 0.75rem; -} -.breadcrumb.is-medium { - font-size: 1.25rem; -} -.breadcrumb.is-large { - font-size: 1.5rem; -} -.breadcrumb.has-arrow-separator li + li::before { - content: "→"; -} -.breadcrumb.has-bullet-separator li + li::before { - content: "•"; -} -.breadcrumb.has-dot-separator li + li::before { - content: "·"; -} -.breadcrumb.has-succeeds-separator li + li::before { - content: "≻"; -} - -.card { - background-color: rgb(64, 64, 64); - border-radius: 0.25rem; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - color: rgb(154, 154, 154); - max-width: 100%; - position: relative; -} - -.card-footer:first-child, .card-content:first-child, .card-header:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.card-footer:last-child, .card-content:last-child, .card-header:last-child { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.card-header { - background-color: transparent; - align-items: stretch; - box-shadow: 0 0.125em 0.25em rgba(186, 186, 186, 0.1); - display: flex; -} - -.card-header-title { - align-items: center; - color: rgb(164, 164, 164); - display: flex; - flex-grow: 1; - font-weight: 700; - padding: 0.75rem 1rem; -} -.card-header-title.is-centered { - justify-content: center; -} - -.card-header-icon { - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - color: currentColor; - font-family: inherit; - font-size: 1em; - margin: 0; - padding: 0; - align-items: center; - cursor: pointer; - display: flex; - justify-content: center; - padding: 0.75rem 1rem; -} - -.card-image { - display: block; - position: relative; -} -.card-image:first-child img { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} -.card-image:last-child img { - border-bottom-left-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; -} - -.card-content { - background-color: transparent; - padding: 1.5rem; -} - -.card-footer { - background-color: transparent; - border-top: 1px solid rgb(73, 73, 73); - align-items: stretch; - display: flex; -} - -.card-footer-item { - align-items: center; - display: flex; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 0; - justify-content: center; - padding: 0.75rem; -} -.card-footer-item:not(:last-child) { - border-right: 1px solid rgb(73, 73, 73); -} - -.card .media:not(:last-child) { - margin-bottom: 1.5rem; -} - -.dropdown { - display: inline-flex; - position: relative; - vertical-align: top; -} -.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu { - display: block; -} -.dropdown.is-right .dropdown-menu { - left: auto; - right: 0; -} -.dropdown.is-up .dropdown-menu { - bottom: 100%; - padding-bottom: 4px; - padding-top: initial; - top: auto; -} - -.dropdown-menu { - display: none; - left: 0; - min-width: 12rem; - padding-top: 4px; - position: absolute; - top: 100%; - z-index: 20; -} - -.dropdown-content { - background-color: rgb(64, 64, 64); - border-radius: 4px; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - padding-bottom: 0.5rem; - padding-top: 0.5rem; -} - -.dropdown-item { - color: rgb(154, 154, 154); - display: block; - font-size: 0.875rem; - line-height: 1.5; - padding: 0.375rem 1rem; - position: relative; -} - -a.dropdown-item, -button.dropdown-item { - padding-right: 3rem; - text-align: inherit; - white-space: nowrap; - width: 100%; -} -a.dropdown-item:hover, -button.dropdown-item:hover { - background-color: rgb(69, 69, 69); - color: rgb(186, 186, 186); -} -a.dropdown-item.is-active, -button.dropdown-item.is-active { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} - -.dropdown-divider { - background-color: rgb(73, 73, 73); - border: none; - display: block; - height: 1px; - margin: 0.5rem 0; -} - -/* Bulma Dark theme */ -.level { - align-items: center; - justify-content: space-between; -} -.level code { - border-radius: 4px; -} -.level img { - display: inline-block; - vertical-align: top; -} -.level.is-mobile { - display: flex; -} -.level.is-mobile .level-left, -.level.is-mobile .level-right { - display: flex; -} -.level.is-mobile .level-left + .level-right { - margin-top: 0; -} -.level.is-mobile .level-item:not(:last-child) { - margin-bottom: 0; - margin-right: 0.75rem; -} -.level.is-mobile .level-item:not(.is-narrow) { - flex-grow: 1; -} -@media screen and (min-width: 769px), print { - .level { - display: flex; - } - .level > .level-item:not(.is-narrow) { - flex-grow: 1; - } -} - -.level-item { - align-items: center; - display: flex; - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; - justify-content: center; -} -.level-item .title, -.level-item .subtitle { - margin-bottom: 0; -} -@media screen and (max-width: 768px) { - .level-item:not(:last-child) { - margin-bottom: 0.75rem; - } -} - -.level-left, -.level-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; -} -.level-left .level-item.is-flexible, -.level-right .level-item.is-flexible { - flex-grow: 1; -} -@media screen and (min-width: 769px), print { - .level-left .level-item:not(:last-child), - .level-right .level-item:not(:last-child) { - margin-right: 0.75rem; - } -} - -.level-left { - align-items: center; - justify-content: flex-start; -} -@media screen and (max-width: 768px) { - .level-left + .level-right { - margin-top: 1.5rem; - } -} -@media screen and (min-width: 769px), print { - .level-left { - display: flex; - } -} - -.level-right { - align-items: center; - justify-content: flex-end; -} -@media screen and (min-width: 769px), print { - .level-right { - display: flex; - } -} - -.media { - align-items: flex-start; - display: flex; - text-align: inherit; -} -.media .content:not(:last-child) { - margin-bottom: 0.75rem; -} -.media .media { - border-top: 1px solid rgba(82, 82, 82, 0.5); - display: flex; - padding-top: 0.75rem; -} -.media .media .content:not(:last-child), -.media .media .control:not(:last-child) { - margin-bottom: 0.5rem; -} -.media .media .media { - padding-top: 0.5rem; -} -.media .media .media + .media { - margin-top: 0.5rem; -} -.media + .media { - border-top: 1px solid rgba(82, 82, 82, 0.5); - margin-top: 1rem; - padding-top: 1rem; -} -.media.is-large + .media { - margin-top: 1.5rem; - padding-top: 1.5rem; -} - -.media-left, -.media-right { - flex-basis: auto; - flex-grow: 0; - flex-shrink: 0; -} - -.media-left { - margin-right: 1rem; -} - -.media-right { - margin-left: 1rem; -} - -.media-content { - flex-basis: auto; - flex-grow: 1; - flex-shrink: 1; - text-align: inherit; -} - -@media screen and (max-width: 768px) { - .media-content { - overflow-x: auto; - } -} -.menu { - font-size: 1rem; -} -.menu.is-small { - font-size: 0.75rem; -} -.menu.is-medium { - font-size: 1.25rem; -} -.menu.is-large { - font-size: 1.5rem; -} - -.menu-list { - line-height: 1.25; -} -.menu-list a { - border-radius: 2px; - color: rgb(154, 154, 154); - display: block; - padding: 0.5em 0.75em; -} -.menu-list a:hover { - background-color: rgb(69, 69, 69); - color: rgb(164, 164, 164); -} -.menu-list a.is-active { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.menu-list li ul { - border-left: 1px solid rgb(82, 82, 82); - margin: 0.75em; - padding-left: 0.75em; -} - -.menu-label { - color: rgb(130, 130, 130); - font-size: 0.75em; - letter-spacing: 0.1em; - text-transform: uppercase; -} -.menu-label:not(:first-child) { - margin-top: 1em; -} -.menu-label:not(:last-child) { - margin-bottom: 1em; -} - -/* Bulma Dark theme */ -.message { - background-color: rgb(69, 69, 69); - border-radius: 4px; - font-size: 1rem; -} -.message strong { - color: currentColor; -} -.message a:not(.button):not(.tag):not(.dropdown-item) { - color: currentColor; - text-decoration: underline; -} -.message.is-small { - font-size: 0.75rem; -} -.message.is-medium { - font-size: 1.25rem; -} -.message.is-large { - font-size: 1.5rem; -} -.message.is-white { - background-color: #fafafa; -} -.message.is-white .message-header { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.message.is-white .message-body { - border-color: rgb(64, 64, 64); -} -.message.is-black { - background-color: #fafafa; -} -.message.is-black .message-header { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.message.is-black .message-body { - border-color: rgb(186, 186, 186); -} -.message.is-light { - background-color: #fafafa; -} -.message.is-light .message-header { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.message.is-light .message-body { - border-color: rgb(69, 69, 69); -} -.message.is-dark { - background-color: #fafafa; -} -.message.is-dark .message-header { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.message.is-dark .message-body { - border-color: rgb(164, 164, 164); -} -.message.is-primary { - background-color: rgb(229, 104, 122); -} -.message.is-primary .message-header { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.message.is-primary .message-body { - border-color: rgb(191, 87, 102); - color: rgb(172, 78, 92); -} -.message.is-link { - background-color: rgb(186, 173, 110); -} -.message.is-link .message-header { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.message.is-link .message-body { - border-color: rgb(155, 144, 92); - color: rgb(140, 130, 83); -} -.message.is-info { - background-color: rgb(74, 170, 250); -} -.message.is-info .message-header { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.message.is-info .message-body { - border-color: hsl(207, 61%, 53%); - color: rgb(56, 128, 187); -} -.message.is-success { - background-color: rgb(86, 239, 170); -} -.message.is-success .message-header { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.message.is-success .message-body { - border-color: hsl(153, 53%, 53%); - color: rgb(65, 179, 128); -} -.message.is-warning { - background-color: rgb(255, 255, 166); -} -.message.is-warning .message-header { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.message.is-warning .message-body { - border-color: hsl(44, 100%, 77%); - color: rgb(230, 202, 124); -} -.message.is-danger { - background-color: rgb(255, 84, 125); -} -.message.is-danger .message-header { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.message.is-danger .message-body { - border-color: hsl(348, 86%, 61%); - color: rgb(217, 63, 94); -} - -.message-header { - align-items: center; - background-color: rgb(154, 154, 154); - border-radius: 4px 4px 0 0; - color: rgb(64, 64, 64); - display: flex; - font-weight: 700; - justify-content: space-between; - line-height: 1.25; - padding: 0.75em 1em; - position: relative; -} -.message-header .delete { - flex-grow: 0; - flex-shrink: 0; - margin-left: 0.75em; -} -.message-header + .message-body { - border-width: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; -} - -.message-body { - border-color: rgb(82, 82, 82); - border-radius: 4px; - border-style: solid; - border-width: 0 0 0 4px; - color: rgb(154, 154, 154); - padding: 1.25em 1.5em; -} -.message-body code, -.message-body pre { - background-color: rgb(64, 64, 64); -} -.message-body pre code { - background-color: transparent; -} - -/* Bulma Dark theme */ -.modal { - align-items: center; - display: none; - flex-direction: column; - justify-content: center; - overflow: hidden; - position: fixed; - z-index: 40; -} -.modal.is-active { - display: flex; -} - -.modal-background { - background-color: rgba(186, 186, 186, 0.86); -} - -.modal-content, -.modal-card { - margin: 0 20px; - max-height: calc(100vh - 160px); - overflow: auto; - position: relative; - width: 100%; -} -@media screen and (min-width: 769px) { - .modal-content, - .modal-card { - margin: 0 auto; - max-height: calc(100vh - 40px); - width: 640px; - } -} - -.modal-close { - background: none; - height: 40px; - position: fixed; - right: 20px; - top: 20px; - width: 40px; -} - -.modal-card { - display: flex; - flex-direction: column; - max-height: calc(100vh - 40px); - overflow: hidden; - -ms-overflow-y: visible; -} - -.modal-card-head, -.modal-card-foot { - align-items: center; - background-color: rgb(69, 69, 69); - display: flex; - flex-shrink: 0; - justify-content: flex-start; - padding: 20px; - position: relative; -} - -.modal-card-head { - border-bottom: 1px solid rgb(82, 82, 82); - border-top-left-radius: 6px; - border-top-right-radius: 6px; -} - -.modal-card-title { - color: rgb(164, 164, 164); - flex-grow: 1; - flex-shrink: 0; - font-size: 1.5rem; - line-height: 1; -} - -.modal-card-foot { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 1px solid rgb(82, 82, 82); -} -.modal-card-foot .button:not(:last-child) { - margin-right: 0.5em; -} - -.modal-card-body { - -webkit-overflow-scrolling: touch; - background-color: rgb(64, 64, 64); - flex-grow: 1; - flex-shrink: 1; - overflow: auto; - padding: 20px; -} - -/* Bulma Dark theme */ -.navbar { - background-color: rgb(64, 64, 64); - min-height: 3.25rem; - position: relative; - z-index: 30; -} -.navbar.is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-brand > .navbar-item, -.navbar.is-white .navbar-brand .navbar-link { - color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, -.navbar.is-white .navbar-brand .navbar-link:focus, -.navbar.is-white .navbar-brand .navbar-link:hover, -.navbar.is-white .navbar-brand .navbar-link.is-active { - background-color: #333333; - color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-brand .navbar-link::after { - border-color: rgb(186, 186, 186); -} -.navbar.is-white .navbar-burger { - color: rgb(186, 186, 186); -} -@media screen and (min-width: 1024px) { - .navbar.is-white .navbar-start > .navbar-item, - .navbar.is-white .navbar-start .navbar-link, - .navbar.is-white .navbar-end > .navbar-item, - .navbar.is-white .navbar-end .navbar-link { - color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active, - .navbar.is-white .navbar-start .navbar-link:focus, - .navbar.is-white .navbar-start .navbar-link:hover, - .navbar.is-white .navbar-start .navbar-link.is-active, - .navbar.is-white .navbar-end > a.navbar-item:focus, - .navbar.is-white .navbar-end > a.navbar-item:hover, - .navbar.is-white .navbar-end > a.navbar-item.is-active, - .navbar.is-white .navbar-end .navbar-link:focus, - .navbar.is-white .navbar-end .navbar-link:hover, - .navbar.is-white .navbar-end .navbar-link.is-active { - background-color: #333333; - color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-start .navbar-link::after, - .navbar.is-white .navbar-end .navbar-link::after { - border-color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #333333; - color: rgb(186, 186, 186); - } - .navbar.is-white .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); - } -} -.navbar.is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-brand > .navbar-item, -.navbar.is-black .navbar-brand .navbar-link { - color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, -.navbar.is-black .navbar-brand .navbar-link:focus, -.navbar.is-black .navbar-brand .navbar-link:hover, -.navbar.is-black .navbar-brand .navbar-link.is-active { - background-color: #adadad; - color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-brand .navbar-link::after { - border-color: rgb(64, 64, 64); -} -.navbar.is-black .navbar-burger { - color: rgb(64, 64, 64); -} -@media screen and (min-width: 1024px) { - .navbar.is-black .navbar-start > .navbar-item, - .navbar.is-black .navbar-start .navbar-link, - .navbar.is-black .navbar-end > .navbar-item, - .navbar.is-black .navbar-end .navbar-link { - color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active, - .navbar.is-black .navbar-start .navbar-link:focus, - .navbar.is-black .navbar-start .navbar-link:hover, - .navbar.is-black .navbar-start .navbar-link.is-active, - .navbar.is-black .navbar-end > a.navbar-item:focus, - .navbar.is-black .navbar-end > a.navbar-item:hover, - .navbar.is-black .navbar-end > a.navbar-item.is-active, - .navbar.is-black .navbar-end .navbar-link:focus, - .navbar.is-black .navbar-end .navbar-link:hover, - .navbar.is-black .navbar-end .navbar-link.is-active { - background-color: #adadad; - color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-start .navbar-link::after, - .navbar.is-black .navbar-end .navbar-link::after { - border-color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #adadad; - color: rgb(64, 64, 64); - } - .navbar.is-black .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); - } -} -.navbar.is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-brand > .navbar-item, -.navbar.is-light .navbar-brand .navbar-link { - color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, -.navbar.is-light .navbar-brand .navbar-link:focus, -.navbar.is-light .navbar-brand .navbar-link:hover, -.navbar.is-light .navbar-brand .navbar-link.is-active { - background-color: #383838; - color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-brand .navbar-link::after { - border-color: rgb(157, 157, 157); -} -.navbar.is-light .navbar-burger { - color: rgb(157, 157, 157); -} -@media screen and (min-width: 1024px) { - .navbar.is-light .navbar-start > .navbar-item, - .navbar.is-light .navbar-start .navbar-link, - .navbar.is-light .navbar-end > .navbar-item, - .navbar.is-light .navbar-end .navbar-link { - color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active, - .navbar.is-light .navbar-start .navbar-link:focus, - .navbar.is-light .navbar-start .navbar-link:hover, - .navbar.is-light .navbar-start .navbar-link.is-active, - .navbar.is-light .navbar-end > a.navbar-item:focus, - .navbar.is-light .navbar-end > a.navbar-item:hover, - .navbar.is-light .navbar-end > a.navbar-item.is-active, - .navbar.is-light .navbar-end .navbar-link:focus, - .navbar.is-light .navbar-end .navbar-link:hover, - .navbar.is-light .navbar-end .navbar-link.is-active { - background-color: #383838; - color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-start .navbar-link::after, - .navbar.is-light .navbar-end .navbar-link::after { - border-color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #383838; - color: rgb(157, 157, 157); - } - .navbar.is-light .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); - } -} -.navbar.is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-brand > .navbar-item, -.navbar.is-dark .navbar-brand .navbar-link { - color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, -.navbar.is-dark .navbar-brand .navbar-link:focus, -.navbar.is-dark .navbar-brand .navbar-link:hover, -.navbar.is-dark .navbar-brand .navbar-link.is-active { - background-color: #979797; - color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-brand .navbar-link::after { - border-color: rgb(109, 109, 109); -} -.navbar.is-dark .navbar-burger { - color: rgb(109, 109, 109); -} -@media screen and (min-width: 1024px) { - .navbar.is-dark .navbar-start > .navbar-item, - .navbar.is-dark .navbar-start .navbar-link, - .navbar.is-dark .navbar-end > .navbar-item, - .navbar.is-dark .navbar-end .navbar-link { - color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active, - .navbar.is-dark .navbar-start .navbar-link:focus, - .navbar.is-dark .navbar-start .navbar-link:hover, - .navbar.is-dark .navbar-start .navbar-link.is-active, - .navbar.is-dark .navbar-end > a.navbar-item:focus, - .navbar.is-dark .navbar-end > a.navbar-item:hover, - .navbar.is-dark .navbar-end > a.navbar-item.is-active, - .navbar.is-dark .navbar-end .navbar-link:focus, - .navbar.is-dark .navbar-end .navbar-link:hover, - .navbar.is-dark .navbar-end .navbar-link.is-active { - background-color: #979797; - color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-start .navbar-link::after, - .navbar.is-dark .navbar-end .navbar-link::after { - border-color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #979797; - color: rgb(109, 109, 109); - } - .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); - } -} -.navbar.is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-brand > .navbar-item, -.navbar.is-primary .navbar-brand .navbar-link { - color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, -.navbar.is-primary .navbar-brand .navbar-link:focus, -.navbar.is-primary .navbar-brand .navbar-link:hover, -.navbar.is-primary .navbar-brand .navbar-link.is-active { - background-color: #b74656; - color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-brand .navbar-link::after { - border-color: rgb(96, 148, 140); -} -.navbar.is-primary .navbar-burger { - color: rgb(96, 148, 140); -} -@media screen and (min-width: 1024px) { - .navbar.is-primary .navbar-start > .navbar-item, - .navbar.is-primary .navbar-start .navbar-link, - .navbar.is-primary .navbar-end > .navbar-item, - .navbar.is-primary .navbar-end .navbar-link { - color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active, - .navbar.is-primary .navbar-start .navbar-link:focus, - .navbar.is-primary .navbar-start .navbar-link:hover, - .navbar.is-primary .navbar-start .navbar-link.is-active, - .navbar.is-primary .navbar-end > a.navbar-item:focus, - .navbar.is-primary .navbar-end > a.navbar-item:hover, - .navbar.is-primary .navbar-end > a.navbar-item.is-active, - .navbar.is-primary .navbar-end .navbar-link:focus, - .navbar.is-primary .navbar-end .navbar-link:hover, - .navbar.is-primary .navbar-end .navbar-link.is-active { - background-color: #b74656; - color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-start .navbar-link::after, - .navbar.is-primary .navbar-end .navbar-link::after { - border-color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #b74656; - color: rgb(96, 148, 140); - } - .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); - } -} -.navbar.is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-brand > .navbar-item, -.navbar.is-link .navbar-brand .navbar-link { - color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active, -.navbar.is-link .navbar-brand .navbar-link:focus, -.navbar.is-link .navbar-brand .navbar-link:hover, -.navbar.is-link .navbar-brand .navbar-link.is-active { - background-color: #8b8153; - color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-brand .navbar-link::after { - border-color: rgb(114, 119, 145); -} -.navbar.is-link .navbar-burger { - color: rgb(114, 119, 145); -} -@media screen and (min-width: 1024px) { - .navbar.is-link .navbar-start > .navbar-item, - .navbar.is-link .navbar-start .navbar-link, - .navbar.is-link .navbar-end > .navbar-item, - .navbar.is-link .navbar-end .navbar-link { - color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active, - .navbar.is-link .navbar-start .navbar-link:focus, - .navbar.is-link .navbar-start .navbar-link:hover, - .navbar.is-link .navbar-start .navbar-link.is-active, - .navbar.is-link .navbar-end > a.navbar-item:focus, - .navbar.is-link .navbar-end > a.navbar-item:hover, - .navbar.is-link .navbar-end > a.navbar-item.is-active, - .navbar.is-link .navbar-end .navbar-link:focus, - .navbar.is-link .navbar-end .navbar-link:hover, - .navbar.is-link .navbar-end .navbar-link.is-active { - background-color: #8b8153; - color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-start .navbar-link::after, - .navbar.is-link .navbar-end .navbar-link::after { - border-color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #8b8153; - color: rgb(114, 119, 145); - } - .navbar.is-link .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); - } -} -.navbar.is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-brand > .navbar-item, -.navbar.is-info .navbar-brand .navbar-link { - color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, -.navbar.is-info .navbar-brand .navbar-link:focus, -.navbar.is-info .navbar-brand .navbar-link:hover, -.navbar.is-info .navbar-brand .navbar-link.is-active { - background-color: #3082c5; - color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-brand .navbar-link::after { - border-color: rgb(160, 120, 87); -} -.navbar.is-info .navbar-burger { - color: rgb(160, 120, 87); -} -@media screen and (min-width: 1024px) { - .navbar.is-info .navbar-start > .navbar-item, - .navbar.is-info .navbar-start .navbar-link, - .navbar.is-info .navbar-end > .navbar-item, - .navbar.is-info .navbar-end .navbar-link { - color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active, - .navbar.is-info .navbar-start .navbar-link:focus, - .navbar.is-info .navbar-start .navbar-link:hover, - .navbar.is-info .navbar-start .navbar-link.is-active, - .navbar.is-info .navbar-end > a.navbar-item:focus, - .navbar.is-info .navbar-end > a.navbar-item:hover, - .navbar.is-info .navbar-end > a.navbar-item.is-active, - .navbar.is-info .navbar-end .navbar-link:focus, - .navbar.is-info .navbar-end .navbar-link:hover, - .navbar.is-info .navbar-end .navbar-link.is-active { - background-color: #3082c5; - color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-start .navbar-link::after, - .navbar.is-info .navbar-end .navbar-link::after { - border-color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3082c5; - color: rgb(160, 120, 87); - } - .navbar.is-info .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); - } -} -.navbar.is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-brand > .navbar-item, -.navbar.is-success .navbar-brand .navbar-link { - color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, -.navbar.is-success .navbar-brand .navbar-link:focus, -.navbar.is-success .navbar-brand .navbar-link:hover, -.navbar.is-success .navbar-brand .navbar-link.is-active { - background-color: #3abb81; - color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-brand .navbar-link::after { - border-color: rgb(155, 92, 120); -} -.navbar.is-success .navbar-burger { - color: rgb(155, 92, 120); -} -@media screen and (min-width: 1024px) { - .navbar.is-success .navbar-start > .navbar-item, - .navbar.is-success .navbar-start .navbar-link, - .navbar.is-success .navbar-end > .navbar-item, - .navbar.is-success .navbar-end .navbar-link { - color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active, - .navbar.is-success .navbar-start .navbar-link:focus, - .navbar.is-success .navbar-start .navbar-link:hover, - .navbar.is-success .navbar-start .navbar-link.is-active, - .navbar.is-success .navbar-end > a.navbar-item:focus, - .navbar.is-success .navbar-end > a.navbar-item:hover, - .navbar.is-success .navbar-end > a.navbar-item.is-active, - .navbar.is-success .navbar-end .navbar-link:focus, - .navbar.is-success .navbar-end .navbar-link:hover, - .navbar.is-success .navbar-end .navbar-link.is-active { - background-color: #3abb81; - color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-start .navbar-link::after, - .navbar.is-success .navbar-end .navbar-link::after { - border-color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #3abb81; - color: rgb(155, 92, 120); - } - .navbar.is-success .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); - } -} -.navbar.is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-brand > .navbar-item, -.navbar.is-warning .navbar-brand .navbar-link { - color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, -.navbar.is-warning .navbar-brand .navbar-link:focus, -.navbar.is-warning .navbar-brand .navbar-link:hover, -.navbar.is-warning .navbar-brand .navbar-link.is-active { - background-color: #ffd970; - color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-brand .navbar-link::after { - border-color: rgb(64, 79, 122); -} -.navbar.is-warning .navbar-burger { - color: rgb(64, 79, 122); -} -@media screen and (min-width: 1024px) { - .navbar.is-warning .navbar-start > .navbar-item, - .navbar.is-warning .navbar-start .navbar-link, - .navbar.is-warning .navbar-end > .navbar-item, - .navbar.is-warning .navbar-end .navbar-link { - color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active, - .navbar.is-warning .navbar-start .navbar-link:focus, - .navbar.is-warning .navbar-start .navbar-link:hover, - .navbar.is-warning .navbar-start .navbar-link.is-active, - .navbar.is-warning .navbar-end > a.navbar-item:focus, - .navbar.is-warning .navbar-end > a.navbar-item:hover, - .navbar.is-warning .navbar-end > a.navbar-item.is-active, - .navbar.is-warning .navbar-end .navbar-link:focus, - .navbar.is-warning .navbar-end .navbar-link:hover, - .navbar.is-warning .navbar-end .navbar-link.is-active { - background-color: #ffd970; - color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-start .navbar-link::after, - .navbar.is-warning .navbar-end .navbar-link::after { - border-color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ffd970; - color: rgb(64, 79, 122); - } - .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); - } -} -.navbar.is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-brand > .navbar-item, -.navbar.is-danger .navbar-brand .navbar-link { - color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, -.navbar.is-danger .navbar-brand .navbar-link:focus, -.navbar.is-danger .navbar-brand .navbar-link:hover, -.navbar.is-danger .navbar-brand .navbar-link.is-active { - background-color: #ef2e55; - color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-brand .navbar-link::after { - border-color: rgb(71, 156, 139); -} -.navbar.is-danger .navbar-burger { - color: rgb(71, 156, 139); -} -@media screen and (min-width: 1024px) { - .navbar.is-danger .navbar-start > .navbar-item, - .navbar.is-danger .navbar-start .navbar-link, - .navbar.is-danger .navbar-end > .navbar-item, - .navbar.is-danger .navbar-end .navbar-link { - color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active, - .navbar.is-danger .navbar-start .navbar-link:focus, - .navbar.is-danger .navbar-start .navbar-link:hover, - .navbar.is-danger .navbar-start .navbar-link.is-active, - .navbar.is-danger .navbar-end > a.navbar-item:focus, - .navbar.is-danger .navbar-end > a.navbar-item:hover, - .navbar.is-danger .navbar-end > a.navbar-item.is-active, - .navbar.is-danger .navbar-end .navbar-link:focus, - .navbar.is-danger .navbar-end .navbar-link:hover, - .navbar.is-danger .navbar-end .navbar-link.is-active { - background-color: #ef2e55; - color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-start .navbar-link::after, - .navbar.is-danger .navbar-end .navbar-link::after { - border-color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, - .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { - background-color: #ef2e55; - color: rgb(71, 156, 139); - } - .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); - } -} -.navbar > .container { - align-items: stretch; - display: flex; - min-height: 3.25rem; - width: 100%; -} -.navbar.has-shadow { - box-shadow: 0 2px 0 0 rgb(69, 69, 69); -} -.navbar.is-fixed-bottom, .navbar.is-fixed-top { - left: 0; - position: fixed; - right: 0; - z-index: 30; -} -.navbar.is-fixed-bottom { - bottom: 0; -} -.navbar.is-fixed-bottom.has-shadow { - box-shadow: 0 -2px 0 0 rgb(69, 69, 69); -} -.navbar.is-fixed-top { - top: 0; -} - -html.has-navbar-fixed-top, -body.has-navbar-fixed-top { - padding-top: 3.25rem; -} -html.has-navbar-fixed-bottom, -body.has-navbar-fixed-bottom { - padding-bottom: 3.25rem; -} - -.navbar-brand, -.navbar-tabs { - align-items: stretch; - display: flex; - flex-shrink: 0; - min-height: 3.25rem; -} - -.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover { - background-color: transparent; -} - -.navbar-tabs { - -webkit-overflow-scrolling: touch; - max-width: 100vw; - overflow-x: auto; - overflow-y: hidden; -} - -.navbar-burger { - color: rgb(154, 154, 154); - -moz-appearance: none; - -webkit-appearance: none; - appearance: none; - background: none; - border: none; - cursor: pointer; - display: block; - height: 3.25rem; - position: relative; - width: 3.25rem; - margin-left: auto; -} -.navbar-burger span { - background-color: currentColor; - display: block; - height: 1px; - left: calc(50% - 8px); - position: absolute; - transform-origin: center; - transition-duration: 86ms; - transition-property: background-color, opacity, transform; - transition-timing-function: ease-out; - width: 16px; -} -.navbar-burger span:nth-child(1) { - top: calc(50% - 6px); -} -.navbar-burger span:nth-child(2) { - top: calc(50% - 1px); -} -.navbar-burger span:nth-child(3) { - top: calc(50% + 4px); -} -.navbar-burger:hover { - background-color: rgba(0, 0, 0, 0.05); -} -.navbar-burger.is-active span:nth-child(1) { - transform: translateY(5px) rotate(45deg); -} -.navbar-burger.is-active span:nth-child(2) { - opacity: 0; -} -.navbar-burger.is-active span:nth-child(3) { - transform: translateY(-5px) rotate(-45deg); -} - -.navbar-menu { - display: none; -} - -.navbar-item, -.navbar-link { - color: rgb(154, 154, 154); - display: block; - line-height: 1.5; - padding: 0.5rem 0.75rem; - position: relative; -} -.navbar-item .icon:only-child, -.navbar-link .icon:only-child { - margin-left: -0.25rem; - margin-right: -0.25rem; -} - -a.navbar-item, -.navbar-link { - cursor: pointer; -} -a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, -.navbar-link:focus, -.navbar-link:focus-within, -.navbar-link:hover, -.navbar-link.is-active { - background-color: rgb(66, 66, 66); - color: rgb(155, 144, 92); -} - -.navbar-item { - flex-grow: 0; - flex-shrink: 0; -} -.navbar-item img { - max-height: 1.75rem; -} -.navbar-item.has-dropdown { - padding: 0; -} -.navbar-item.is-expanded { - flex-grow: 1; - flex-shrink: 1; -} -.navbar-item.is-tab { - border-bottom: 1px solid transparent; - min-height: 3.25rem; - padding-bottom: calc(0.5rem - 1px); -} -.navbar-item.is-tab:focus, .navbar-item.is-tab:hover { - background-color: transparent; - border-bottom-color: rgb(155, 144, 92); -} -.navbar-item.is-tab.is-active { - background-color: transparent; - border-bottom-color: rgb(155, 144, 92); - border-bottom-style: solid; - border-bottom-width: 3px; - color: rgb(155, 144, 92); - padding-bottom: calc(0.5rem - 3px); -} - -.navbar-content { - flex-grow: 1; - flex-shrink: 1; -} - -.navbar-link:not(.is-arrowless) { - padding-right: 2.5em; -} -.navbar-link:not(.is-arrowless)::after { - border-color: rgb(155, 144, 92); - margin-top: -0.375em; - right: 1.125em; -} - -.navbar-dropdown { - font-size: 0.875rem; - padding-bottom: 0.5rem; - padding-top: 0.5rem; -} -.navbar-dropdown .navbar-item { - padding-left: 1.5rem; - padding-right: 1.5rem; -} - -.navbar-divider { - background-color: rgb(69, 69, 69); - border: none; - display: none; - height: 2px; - margin: 0.5rem 0; -} - -@media screen and (max-width: 1023px) { - .navbar > .container { - display: block; - } - .navbar-brand .navbar-item, - .navbar-tabs .navbar-item { - align-items: center; - display: flex; - } - .navbar-link::after { - display: none; - } - .navbar-menu { - background-color: rgb(64, 64, 64); - box-shadow: 0 8px 16px rgba(186, 186, 186, 0.1); - padding: 0.5rem 0; - } - .navbar-menu.is-active { - display: block; - } - .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch { - left: 0; - position: fixed; - right: 0; - z-index: 30; - } - .navbar.is-fixed-bottom-touch { - bottom: 0; - } - .navbar.is-fixed-bottom-touch.has-shadow { - box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); - } - .navbar.is-fixed-top-touch { - top: 0; - } - .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu { - -webkit-overflow-scrolling: touch; - max-height: calc(100vh - 3.25rem); - overflow: auto; - } - html.has-navbar-fixed-top-touch, - body.has-navbar-fixed-top-touch { - padding-top: 3.25rem; - } - html.has-navbar-fixed-bottom-touch, - body.has-navbar-fixed-bottom-touch { - padding-bottom: 3.25rem; - } -} -@media screen and (min-width: 1024px) { - .navbar, - .navbar-menu, - .navbar-start, - .navbar-end { - align-items: stretch; - display: flex; - } - .navbar { - min-height: 3.25rem; - } - .navbar.is-spaced { - padding: 1rem 2rem; - } - .navbar.is-spaced .navbar-start, - .navbar.is-spaced .navbar-end { - align-items: center; - } - .navbar.is-spaced a.navbar-item, - .navbar.is-spaced .navbar-link { - border-radius: 4px; - } - .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active, - .navbar.is-transparent .navbar-link:focus, - .navbar.is-transparent .navbar-link:hover, - .navbar.is-transparent .navbar-link.is-active { - background-color: transparent !important; - } - .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { - background-color: transparent !important; - } - .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { - background-color: rgb(69, 69, 69); - color: rgb(186, 186, 186); - } - .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(69, 69, 69); - color: rgb(155, 144, 92); - } - .navbar-burger { - display: none; - } - .navbar-item, - .navbar-link { - align-items: center; - display: flex; - } - .navbar-item.has-dropdown { - align-items: stretch; - } - .navbar-item.has-dropdown-up .navbar-link::after { - transform: rotate(135deg) translate(0.25em, -0.25em); - } - .navbar-item.has-dropdown-up .navbar-dropdown { - border-bottom: 2px solid rgb(82, 82, 82); - border-radius: 6px 6px 0 0; - border-top: none; - bottom: 100%; - box-shadow: 0 -8px 8px rgba(186, 186, 186, 0.1); - top: auto; - } - .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown { - display: block; - } - .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { - opacity: 1; - pointer-events: auto; - transform: translateY(0); - } - .navbar-menu { - flex-grow: 1; - flex-shrink: 0; - } - .navbar-start { - justify-content: flex-start; - margin-right: auto; - } - .navbar-end { - justify-content: flex-end; - margin-left: auto; - } - .navbar-dropdown { - background-color: rgb(64, 64, 64); - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; - border-top: 2px solid rgb(82, 82, 82); - box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1); - display: none; - font-size: 0.875rem; - left: 0; - min-width: 100%; - position: absolute; - top: 100%; - z-index: 20; - } - .navbar-dropdown .navbar-item { - padding: 0.375rem 1rem; - white-space: nowrap; - } - .navbar-dropdown a.navbar-item { - padding-right: 3rem; - } - .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover { - background-color: rgb(69, 69, 69); - color: rgb(186, 186, 186); - } - .navbar-dropdown a.navbar-item.is-active { - background-color: rgb(69, 69, 69); - color: rgb(155, 144, 92); - } - .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed { - border-radius: 6px; - border-top: none; - box-shadow: 0 8px 8px rgba(186, 186, 186, 0.1), 0 0 0 1px rgba(186, 186, 186, 0.1); - display: block; - opacity: 0; - pointer-events: none; - top: calc(100% + (-4px)); - transform: translateY(-5px); - transition-duration: 86ms; - transition-property: opacity, transform; - } - .navbar-dropdown.is-right { - left: auto; - right: 0; - } - .navbar-divider { - display: block; - } - .navbar > .container .navbar-brand, - .container > .navbar .navbar-brand { - margin-left: -0.75rem; - } - .navbar > .container .navbar-menu, - .container > .navbar .navbar-menu { - margin-right: -0.75rem; - } - .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop { - left: 0; - position: fixed; - right: 0; - z-index: 30; - } - .navbar.is-fixed-bottom-desktop { - bottom: 0; - } - .navbar.is-fixed-bottom-desktop.has-shadow { - box-shadow: 0 -2px 3px rgba(186, 186, 186, 0.1); - } - .navbar.is-fixed-top-desktop { - top: 0; - } - html.has-navbar-fixed-top-desktop, - body.has-navbar-fixed-top-desktop { - padding-top: 3.25rem; - } - html.has-navbar-fixed-bottom-desktop, - body.has-navbar-fixed-bottom-desktop { - padding-bottom: 3.25rem; - } - html.has-spaced-navbar-fixed-top, - body.has-spaced-navbar-fixed-top { - padding-top: 5.25rem; - } - html.has-spaced-navbar-fixed-bottom, - body.has-spaced-navbar-fixed-bottom { - padding-bottom: 5.25rem; - } - a.navbar-item.is-active, - .navbar-link.is-active { - color: rgb(186, 186, 186); - } - a.navbar-item.is-active:not(:focus):not(:hover), - .navbar-link.is-active:not(:focus):not(:hover) { - background-color: transparent; - } - .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link { - background-color: rgb(66, 66, 66); - } -} -.hero.is-fullheight-with-navbar { - min-height: calc(100vh - 3.25rem); -} - -/* Bulma Dark theme */ -.pagination { - font-size: 1rem; - margin: -0.25rem; -} -.pagination.is-small { - font-size: 0.75rem; -} -.pagination.is-medium { - font-size: 1.25rem; -} -.pagination.is-large { - font-size: 1.5rem; -} -.pagination.is-rounded .pagination-previous, -.pagination.is-rounded .pagination-next { - padding-left: 1em; - padding-right: 1em; - border-radius: 9999px; -} -.pagination.is-rounded .pagination-link { - border-radius: 9999px; -} - -.pagination, -.pagination-list { - align-items: center; - display: flex; - justify-content: center; - text-align: center; -} - -.pagination-previous, -.pagination-next, -.pagination-link, -.pagination-ellipsis { - font-size: 1em; - justify-content: center; - margin: 0.25rem; - padding-left: 0.5em; - padding-right: 0.5em; - text-align: center; -} - -.pagination-previous, -.pagination-next, -.pagination-link { - border-color: rgb(82, 82, 82); - color: rgb(164, 164, 164); - min-width: 2.5em; -} -.pagination-previous:hover, -.pagination-next:hover, -.pagination-link:hover { - border-color: rgb(101, 101, 101); - color: rgb(164, 164, 164); -} -.pagination-previous:focus, -.pagination-next:focus, -.pagination-link:focus { - border-color: rgb(155, 144, 92); -} -.pagination-previous:active, -.pagination-next:active, -.pagination-link:active { - box-shadow: inset 0 1px 2px rgba(186, 186, 186, 0.2); -} -.pagination-previous[disabled], .pagination-previous.is-disabled, -.pagination-next[disabled], -.pagination-next.is-disabled, -.pagination-link[disabled], -.pagination-link.is-disabled { - background-color: rgb(82, 82, 82); - border-color: rgb(82, 82, 82); - box-shadow: none; - color: rgb(130, 130, 130); - opacity: 0.5; -} - -.pagination-previous, -.pagination-next { - padding-left: 0.75em; - padding-right: 0.75em; - white-space: nowrap; -} - -.pagination-link.is-current { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} - -.pagination-ellipsis { - color: hsl(0, 0%, 71%); - pointer-events: none; -} - -.pagination-list { - flex-wrap: wrap; -} -.pagination-list li { - list-style: none; -} - -@media screen and (max-width: 768px) { - .pagination { - flex-wrap: wrap; - } - .pagination-previous, - .pagination-next { - flex-grow: 1; - flex-shrink: 1; - } - .pagination-list li { - flex-grow: 1; - flex-shrink: 1; - } -} -@media screen and (min-width: 769px), print { - .pagination-list { - flex-grow: 1; - flex-shrink: 1; - justify-content: flex-start; - order: 1; - } - .pagination-previous, - .pagination-next, - .pagination-link, - .pagination-ellipsis { - margin-bottom: 0; - margin-top: 0; - } - .pagination-previous { - order: 2; - } - .pagination-next { - order: 3; - } - .pagination { - justify-content: space-between; - margin-bottom: 0; - margin-top: 0; - } - .pagination.is-centered .pagination-previous { - order: 1; - } - .pagination.is-centered .pagination-list { - justify-content: center; - order: 2; - } - .pagination.is-centered .pagination-next { - order: 3; - } - .pagination.is-right .pagination-previous { - order: 1; - } - .pagination.is-right .pagination-next { - order: 2; - } - .pagination.is-right .pagination-list { - justify-content: flex-end; - order: 3; - } -} -.panel { - border-radius: 6px; - box-shadow: 0 0.5em 1em -0.125em rgba(186, 186, 186, 0.1), 0 0px 0 1px rgba(186, 186, 186, 0.02); - font-size: 1rem; -} -.panel:not(:last-child) { - margin-bottom: 1.5rem; -} -.panel.is-white .panel-heading { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.panel.is-white .panel-tabs a.is-active { - border-bottom-color: rgb(64, 64, 64); -} -.panel.is-white .panel-block.is-active .panel-icon { - color: rgb(64, 64, 64); -} -.panel.is-black .panel-heading { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.panel.is-black .panel-tabs a.is-active { - border-bottom-color: rgb(186, 186, 186); -} -.panel.is-black .panel-block.is-active .panel-icon { - color: rgb(186, 186, 186); -} -.panel.is-light .panel-heading { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.panel.is-light .panel-tabs a.is-active { - border-bottom-color: rgb(69, 69, 69); -} -.panel.is-light .panel-block.is-active .panel-icon { - color: rgb(69, 69, 69); -} -.panel.is-dark .panel-heading { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.panel.is-dark .panel-tabs a.is-active { - border-bottom-color: rgb(164, 164, 164); -} -.panel.is-dark .panel-block.is-active .panel-icon { - color: rgb(164, 164, 164); -} -.panel.is-primary .panel-heading { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.panel.is-primary .panel-tabs a.is-active { - border-bottom-color: rgb(191, 87, 102); -} -.panel.is-primary .panel-block.is-active .panel-icon { - color: rgb(191, 87, 102); -} -.panel.is-link .panel-heading { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.panel.is-link .panel-tabs a.is-active { - border-bottom-color: rgb(155, 144, 92); -} -.panel.is-link .panel-block.is-active .panel-icon { - color: rgb(155, 144, 92); -} -.panel.is-info .panel-heading { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.panel.is-info .panel-tabs a.is-active { - border-bottom-color: hsl(207, 61%, 53%); -} -.panel.is-info .panel-block.is-active .panel-icon { - color: hsl(207, 61%, 53%); -} -.panel.is-success .panel-heading { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.panel.is-success .panel-tabs a.is-active { - border-bottom-color: hsl(153, 53%, 53%); -} -.panel.is-success .panel-block.is-active .panel-icon { - color: hsl(153, 53%, 53%); -} -.panel.is-warning .panel-heading { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.panel.is-warning .panel-tabs a.is-active { - border-bottom-color: hsl(44, 100%, 77%); -} -.panel.is-warning .panel-block.is-active .panel-icon { - color: hsl(44, 100%, 77%); -} -.panel.is-danger .panel-heading { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.panel.is-danger .panel-tabs a.is-active { - border-bottom-color: hsl(348, 86%, 61%); -} -.panel.is-danger .panel-block.is-active .panel-icon { - color: hsl(348, 86%, 61%); -} - -.panel-tabs:not(:last-child), -.panel-block:not(:last-child) { - border-bottom: 1px solid rgb(73, 73, 73); -} - -.panel-heading { - background-color: rgb(73, 73, 73); - border-radius: 6px 6px 0 0; - color: rgb(164, 164, 164); - font-size: 1.25em; - font-weight: 700; - line-height: 1.25; - padding: 0.75em 1em; -} - -.panel-tabs { - align-items: flex-end; - display: flex; - font-size: 0.875em; - justify-content: center; -} -.panel-tabs a { - border-bottom: 1px solid rgb(82, 82, 82); - margin-bottom: -1px; - padding: 0.5em; -} -.panel-tabs a.is-active { - border-bottom-color: rgb(154, 154, 154); - color: rgb(164, 164, 164); -} - -.panel-list a { - color: rgb(154, 154, 154); -} -.panel-list a:hover { - color: rgb(155, 144, 92); -} - -.panel-block { - align-items: center; - color: rgb(164, 164, 164); - display: flex; - justify-content: flex-start; - padding: 0.5em 0.75em; -} -.panel-block input[type=checkbox] { - margin-right: 0.75em; -} -.panel-block > .control { - flex-grow: 1; - flex-shrink: 1; - width: 100%; -} -.panel-block.is-wrapped { - flex-wrap: wrap; -} -.panel-block.is-active { - border-left-color: rgb(155, 144, 92); - color: rgb(164, 164, 164); -} -.panel-block.is-active .panel-icon { - color: rgb(155, 144, 92); -} -.panel-block:last-child { - border-bottom-left-radius: 6px; - border-bottom-right-radius: 6px; -} - -a.panel-block, -label.panel-block { - cursor: pointer; -} -a.panel-block:hover, -label.panel-block:hover { - background-color: rgb(69, 69, 69); -} - -.panel-icon { - display: inline-block; - font-size: 14px; - height: 1em; - line-height: 1em; - text-align: center; - vertical-align: top; - width: 1em; - color: rgb(130, 130, 130); - margin-right: 0.75em; -} -.panel-icon .fa { - font-size: inherit; - line-height: inherit; -} - -/* Bulma Dark theme */ -.tabs { - -webkit-overflow-scrolling: touch; - align-items: stretch; - display: flex; - font-size: 1rem; - justify-content: space-between; - overflow: hidden; - overflow-x: auto; - white-space: nowrap; -} -.tabs a { - align-items: center; - border-bottom-color: rgb(82, 82, 82); - border-bottom-style: solid; - border-bottom-width: 1px; - color: rgb(154, 154, 154); - display: flex; - justify-content: center; - margin-bottom: -1px; - padding: 0.5em 1em; - vertical-align: top; -} -.tabs a:hover { - border-bottom-color: rgb(164, 164, 164); - color: rgb(164, 164, 164); -} -.tabs li { - display: block; -} -.tabs li.is-active a { - border-bottom-color: rgb(155, 144, 92); - color: rgb(155, 144, 92); -} -.tabs ul { - align-items: center; - border-bottom-color: rgb(82, 82, 82); - border-bottom-style: solid; - border-bottom-width: 1px; - display: flex; - flex-grow: 1; - flex-shrink: 0; - justify-content: flex-start; -} -.tabs ul.is-left { - padding-right: 0.75em; -} -.tabs ul.is-center { - flex: none; - justify-content: center; - padding-left: 0.75em; - padding-right: 0.75em; -} -.tabs ul.is-right { - justify-content: flex-end; - padding-left: 0.75em; -} -.tabs .icon:first-child { - margin-right: 0.5em; -} -.tabs .icon:last-child { - margin-left: 0.5em; -} -.tabs.is-centered ul { - justify-content: center; -} -.tabs.is-right ul { - justify-content: flex-end; -} -.tabs.is-boxed a { - border: 1px solid transparent; - border-radius: 4px 4px 0 0; -} -.tabs.is-boxed a:hover { - background-color: rgb(69, 69, 69); - border-bottom-color: rgb(82, 82, 82); -} -.tabs.is-boxed li.is-active a { - background-color: rgb(64, 64, 64); - border-color: rgb(82, 82, 82); - border-bottom-color: transparent !important; -} -.tabs.is-fullwidth li { - flex-grow: 1; - flex-shrink: 0; -} -.tabs.is-toggle a { - border-color: rgb(82, 82, 82); - border-style: solid; - border-width: 1px; - margin-bottom: 0; - position: relative; -} -.tabs.is-toggle a:hover { - background-color: rgb(69, 69, 69); - border-color: rgb(101, 101, 101); - z-index: 2; -} -.tabs.is-toggle li + li { - margin-left: -1px; -} -.tabs.is-toggle li:first-child a { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.tabs.is-toggle li:last-child a { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.tabs.is-toggle li.is-active a { - background-color: rgb(155, 144, 92); - border-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); - z-index: 1; -} -.tabs.is-toggle ul { - border-bottom: none; -} -.tabs.is-toggle.is-toggle-rounded li:first-child a { - border-bottom-left-radius: 9999px; - border-top-left-radius: 9999px; - padding-left: 1.25em; -} -.tabs.is-toggle.is-toggle-rounded li:last-child a { - border-bottom-right-radius: 9999px; - border-top-right-radius: 9999px; - padding-right: 1.25em; -} -.tabs.is-small { - font-size: 0.75rem; -} -.tabs.is-medium { - font-size: 1.25rem; -} -.tabs.is-large { - font-size: 1.5rem; -} - -/* Bulma Grid */ -.column { - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - padding: 0.75rem; -} -.columns.is-mobile > .column.is-narrow { - flex: none; - width: unset; -} -.columns.is-mobile > .column.is-full { - flex: none; - width: 100%; -} -.columns.is-mobile > .column.is-three-quarters { - flex: none; - width: 75%; -} -.columns.is-mobile > .column.is-two-thirds { - flex: none; - width: 66.6666%; -} -.columns.is-mobile > .column.is-half { - flex: none; - width: 50%; -} -.columns.is-mobile > .column.is-one-third { - flex: none; - width: 33.3333%; -} -.columns.is-mobile > .column.is-one-quarter { - flex: none; - width: 25%; -} -.columns.is-mobile > .column.is-one-fifth { - flex: none; - width: 20%; -} -.columns.is-mobile > .column.is-two-fifths { - flex: none; - width: 40%; -} -.columns.is-mobile > .column.is-three-fifths { - flex: none; - width: 60%; -} -.columns.is-mobile > .column.is-four-fifths { - flex: none; - width: 80%; -} -.columns.is-mobile > .column.is-offset-three-quarters { - margin-left: 75%; -} -.columns.is-mobile > .column.is-offset-two-thirds { - margin-left: 66.6666%; -} -.columns.is-mobile > .column.is-offset-half { - margin-left: 50%; -} -.columns.is-mobile > .column.is-offset-one-third { - margin-left: 33.3333%; -} -.columns.is-mobile > .column.is-offset-one-quarter { - margin-left: 25%; -} -.columns.is-mobile > .column.is-offset-one-fifth { - margin-left: 20%; -} -.columns.is-mobile > .column.is-offset-two-fifths { - margin-left: 40%; -} -.columns.is-mobile > .column.is-offset-three-fifths { - margin-left: 60%; -} -.columns.is-mobile > .column.is-offset-four-fifths { - margin-left: 80%; -} -.columns.is-mobile > .column.is-0 { - flex: none; - width: 0%; -} -.columns.is-mobile > .column.is-offset-0 { - margin-left: 0%; -} -.columns.is-mobile > .column.is-1 { - flex: none; - width: 8.33333337%; -} -.columns.is-mobile > .column.is-offset-1 { - margin-left: 8.33333337%; -} -.columns.is-mobile > .column.is-2 { - flex: none; - width: 16.66666674%; -} -.columns.is-mobile > .column.is-offset-2 { - margin-left: 16.66666674%; -} -.columns.is-mobile > .column.is-3 { - flex: none; - width: 25%; -} -.columns.is-mobile > .column.is-offset-3 { - margin-left: 25%; -} -.columns.is-mobile > .column.is-4 { - flex: none; - width: 33.33333337%; -} -.columns.is-mobile > .column.is-offset-4 { - margin-left: 33.33333337%; -} -.columns.is-mobile > .column.is-5 { - flex: none; - width: 41.66666674%; -} -.columns.is-mobile > .column.is-offset-5 { - margin-left: 41.66666674%; -} -.columns.is-mobile > .column.is-6 { - flex: none; - width: 50%; -} -.columns.is-mobile > .column.is-offset-6 { - margin-left: 50%; -} -.columns.is-mobile > .column.is-7 { - flex: none; - width: 58.33333337%; -} -.columns.is-mobile > .column.is-offset-7 { - margin-left: 58.33333337%; -} -.columns.is-mobile > .column.is-8 { - flex: none; - width: 66.66666674%; -} -.columns.is-mobile > .column.is-offset-8 { - margin-left: 66.66666674%; -} -.columns.is-mobile > .column.is-9 { - flex: none; - width: 75%; -} -.columns.is-mobile > .column.is-offset-9 { - margin-left: 75%; -} -.columns.is-mobile > .column.is-10 { - flex: none; - width: 83.33333337%; -} -.columns.is-mobile > .column.is-offset-10 { - margin-left: 83.33333337%; -} -.columns.is-mobile > .column.is-11 { - flex: none; - width: 91.66666674%; -} -.columns.is-mobile > .column.is-offset-11 { - margin-left: 91.66666674%; -} -.columns.is-mobile > .column.is-12 { - flex: none; - width: 100%; -} -.columns.is-mobile > .column.is-offset-12 { - margin-left: 100%; -} -@media screen and (max-width: 768px) { - .column.is-narrow-mobile { - flex: none; - width: unset; - } - .column.is-full-mobile { - flex: none; - width: 100%; - } - .column.is-three-quarters-mobile { - flex: none; - width: 75%; - } - .column.is-two-thirds-mobile { - flex: none; - width: 66.6666%; - } - .column.is-half-mobile { - flex: none; - width: 50%; - } - .column.is-one-third-mobile { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-mobile { - flex: none; - width: 25%; - } - .column.is-one-fifth-mobile { - flex: none; - width: 20%; - } - .column.is-two-fifths-mobile { - flex: none; - width: 40%; - } - .column.is-three-fifths-mobile { - flex: none; - width: 60%; - } - .column.is-four-fifths-mobile { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-mobile { - margin-left: 75%; - } - .column.is-offset-two-thirds-mobile { - margin-left: 66.6666%; - } - .column.is-offset-half-mobile { - margin-left: 50%; - } - .column.is-offset-one-third-mobile { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-mobile { - margin-left: 25%; - } - .column.is-offset-one-fifth-mobile { - margin-left: 20%; - } - .column.is-offset-two-fifths-mobile { - margin-left: 40%; - } - .column.is-offset-three-fifths-mobile { - margin-left: 60%; - } - .column.is-offset-four-fifths-mobile { - margin-left: 80%; - } - .column.is-0-mobile { - flex: none; - width: 0%; - } - .column.is-offset-0-mobile { - margin-left: 0%; - } - .column.is-1-mobile { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-mobile { - margin-left: 8.33333337%; - } - .column.is-2-mobile { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-mobile { - margin-left: 16.66666674%; - } - .column.is-3-mobile { - flex: none; - width: 25%; - } - .column.is-offset-3-mobile { - margin-left: 25%; - } - .column.is-4-mobile { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-mobile { - margin-left: 33.33333337%; - } - .column.is-5-mobile { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-mobile { - margin-left: 41.66666674%; - } - .column.is-6-mobile { - flex: none; - width: 50%; - } - .column.is-offset-6-mobile { - margin-left: 50%; - } - .column.is-7-mobile { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-mobile { - margin-left: 58.33333337%; - } - .column.is-8-mobile { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-mobile { - margin-left: 66.66666674%; - } - .column.is-9-mobile { - flex: none; - width: 75%; - } - .column.is-offset-9-mobile { - margin-left: 75%; - } - .column.is-10-mobile { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-mobile { - margin-left: 83.33333337%; - } - .column.is-11-mobile { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-mobile { - margin-left: 91.66666674%; - } - .column.is-12-mobile { - flex: none; - width: 100%; - } - .column.is-offset-12-mobile { - margin-left: 100%; - } -} -@media screen and (min-width: 769px), print { - .column.is-narrow, .column.is-narrow-tablet { - flex: none; - width: unset; - } - .column.is-full, .column.is-full-tablet { - flex: none; - width: 100%; - } - .column.is-three-quarters, .column.is-three-quarters-tablet { - flex: none; - width: 75%; - } - .column.is-two-thirds, .column.is-two-thirds-tablet { - flex: none; - width: 66.6666%; - } - .column.is-half, .column.is-half-tablet { - flex: none; - width: 50%; - } - .column.is-one-third, .column.is-one-third-tablet { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter, .column.is-one-quarter-tablet { - flex: none; - width: 25%; - } - .column.is-one-fifth, .column.is-one-fifth-tablet { - flex: none; - width: 20%; - } - .column.is-two-fifths, .column.is-two-fifths-tablet { - flex: none; - width: 40%; - } - .column.is-three-fifths, .column.is-three-fifths-tablet { - flex: none; - width: 60%; - } - .column.is-four-fifths, .column.is-four-fifths-tablet { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet { - margin-left: 75%; - } - .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet { - margin-left: 66.6666%; - } - .column.is-offset-half, .column.is-offset-half-tablet { - margin-left: 50%; - } - .column.is-offset-one-third, .column.is-offset-one-third-tablet { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet { - margin-left: 25%; - } - .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet { - margin-left: 20%; - } - .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet { - margin-left: 40%; - } - .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet { - margin-left: 60%; - } - .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet { - margin-left: 80%; - } - .column.is-0, .column.is-0-tablet { - flex: none; - width: 0%; - } - .column.is-offset-0, .column.is-offset-0-tablet { - margin-left: 0%; - } - .column.is-1, .column.is-1-tablet { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1, .column.is-offset-1-tablet { - margin-left: 8.33333337%; - } - .column.is-2, .column.is-2-tablet { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2, .column.is-offset-2-tablet { - margin-left: 16.66666674%; - } - .column.is-3, .column.is-3-tablet { - flex: none; - width: 25%; - } - .column.is-offset-3, .column.is-offset-3-tablet { - margin-left: 25%; - } - .column.is-4, .column.is-4-tablet { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4, .column.is-offset-4-tablet { - margin-left: 33.33333337%; - } - .column.is-5, .column.is-5-tablet { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5, .column.is-offset-5-tablet { - margin-left: 41.66666674%; - } - .column.is-6, .column.is-6-tablet { - flex: none; - width: 50%; - } - .column.is-offset-6, .column.is-offset-6-tablet { - margin-left: 50%; - } - .column.is-7, .column.is-7-tablet { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7, .column.is-offset-7-tablet { - margin-left: 58.33333337%; - } - .column.is-8, .column.is-8-tablet { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8, .column.is-offset-8-tablet { - margin-left: 66.66666674%; - } - .column.is-9, .column.is-9-tablet { - flex: none; - width: 75%; - } - .column.is-offset-9, .column.is-offset-9-tablet { - margin-left: 75%; - } - .column.is-10, .column.is-10-tablet { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10, .column.is-offset-10-tablet { - margin-left: 83.33333337%; - } - .column.is-11, .column.is-11-tablet { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11, .column.is-offset-11-tablet { - margin-left: 91.66666674%; - } - .column.is-12, .column.is-12-tablet { - flex: none; - width: 100%; - } - .column.is-offset-12, .column.is-offset-12-tablet { - margin-left: 100%; - } -} -@media screen and (max-width: 1023px) { - .column.is-narrow-touch { - flex: none; - width: unset; - } - .column.is-full-touch { - flex: none; - width: 100%; - } - .column.is-three-quarters-touch { - flex: none; - width: 75%; - } - .column.is-two-thirds-touch { - flex: none; - width: 66.6666%; - } - .column.is-half-touch { - flex: none; - width: 50%; - } - .column.is-one-third-touch { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-touch { - flex: none; - width: 25%; - } - .column.is-one-fifth-touch { - flex: none; - width: 20%; - } - .column.is-two-fifths-touch { - flex: none; - width: 40%; - } - .column.is-three-fifths-touch { - flex: none; - width: 60%; - } - .column.is-four-fifths-touch { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-touch { - margin-left: 75%; - } - .column.is-offset-two-thirds-touch { - margin-left: 66.6666%; - } - .column.is-offset-half-touch { - margin-left: 50%; - } - .column.is-offset-one-third-touch { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-touch { - margin-left: 25%; - } - .column.is-offset-one-fifth-touch { - margin-left: 20%; - } - .column.is-offset-two-fifths-touch { - margin-left: 40%; - } - .column.is-offset-three-fifths-touch { - margin-left: 60%; - } - .column.is-offset-four-fifths-touch { - margin-left: 80%; - } - .column.is-0-touch { - flex: none; - width: 0%; - } - .column.is-offset-0-touch { - margin-left: 0%; - } - .column.is-1-touch { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-touch { - margin-left: 8.33333337%; - } - .column.is-2-touch { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-touch { - margin-left: 16.66666674%; - } - .column.is-3-touch { - flex: none; - width: 25%; - } - .column.is-offset-3-touch { - margin-left: 25%; - } - .column.is-4-touch { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-touch { - margin-left: 33.33333337%; - } - .column.is-5-touch { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-touch { - margin-left: 41.66666674%; - } - .column.is-6-touch { - flex: none; - width: 50%; - } - .column.is-offset-6-touch { - margin-left: 50%; - } - .column.is-7-touch { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-touch { - margin-left: 58.33333337%; - } - .column.is-8-touch { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-touch { - margin-left: 66.66666674%; - } - .column.is-9-touch { - flex: none; - width: 75%; - } - .column.is-offset-9-touch { - margin-left: 75%; - } - .column.is-10-touch { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-touch { - margin-left: 83.33333337%; - } - .column.is-11-touch { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-touch { - margin-left: 91.66666674%; - } - .column.is-12-touch { - flex: none; - width: 100%; - } - .column.is-offset-12-touch { - margin-left: 100%; - } -} -@media screen and (min-width: 1024px) { - .column.is-narrow-desktop { - flex: none; - width: unset; - } - .column.is-full-desktop { - flex: none; - width: 100%; - } - .column.is-three-quarters-desktop { - flex: none; - width: 75%; - } - .column.is-two-thirds-desktop { - flex: none; - width: 66.6666%; - } - .column.is-half-desktop { - flex: none; - width: 50%; - } - .column.is-one-third-desktop { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-desktop { - flex: none; - width: 25%; - } - .column.is-one-fifth-desktop { - flex: none; - width: 20%; - } - .column.is-two-fifths-desktop { - flex: none; - width: 40%; - } - .column.is-three-fifths-desktop { - flex: none; - width: 60%; - } - .column.is-four-fifths-desktop { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-desktop { - margin-left: 75%; - } - .column.is-offset-two-thirds-desktop { - margin-left: 66.6666%; - } - .column.is-offset-half-desktop { - margin-left: 50%; - } - .column.is-offset-one-third-desktop { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-desktop { - margin-left: 25%; - } - .column.is-offset-one-fifth-desktop { - margin-left: 20%; - } - .column.is-offset-two-fifths-desktop { - margin-left: 40%; - } - .column.is-offset-three-fifths-desktop { - margin-left: 60%; - } - .column.is-offset-four-fifths-desktop { - margin-left: 80%; - } - .column.is-0-desktop { - flex: none; - width: 0%; - } - .column.is-offset-0-desktop { - margin-left: 0%; - } - .column.is-1-desktop { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-desktop { - margin-left: 8.33333337%; - } - .column.is-2-desktop { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-desktop { - margin-left: 16.66666674%; - } - .column.is-3-desktop { - flex: none; - width: 25%; - } - .column.is-offset-3-desktop { - margin-left: 25%; - } - .column.is-4-desktop { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-desktop { - margin-left: 33.33333337%; - } - .column.is-5-desktop { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-desktop { - margin-left: 41.66666674%; - } - .column.is-6-desktop { - flex: none; - width: 50%; - } - .column.is-offset-6-desktop { - margin-left: 50%; - } - .column.is-7-desktop { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-desktop { - margin-left: 58.33333337%; - } - .column.is-8-desktop { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-desktop { - margin-left: 66.66666674%; - } - .column.is-9-desktop { - flex: none; - width: 75%; - } - .column.is-offset-9-desktop { - margin-left: 75%; - } - .column.is-10-desktop { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-desktop { - margin-left: 83.33333337%; - } - .column.is-11-desktop { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-desktop { - margin-left: 91.66666674%; - } - .column.is-12-desktop { - flex: none; - width: 100%; - } - .column.is-offset-12-desktop { - margin-left: 100%; - } -} -@media screen and (min-width: 1216px) { - .column.is-narrow-widescreen { - flex: none; - width: unset; - } - .column.is-full-widescreen { - flex: none; - width: 100%; - } - .column.is-three-quarters-widescreen { - flex: none; - width: 75%; - } - .column.is-two-thirds-widescreen { - flex: none; - width: 66.6666%; - } - .column.is-half-widescreen { - flex: none; - width: 50%; - } - .column.is-one-third-widescreen { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-widescreen { - flex: none; - width: 25%; - } - .column.is-one-fifth-widescreen { - flex: none; - width: 20%; - } - .column.is-two-fifths-widescreen { - flex: none; - width: 40%; - } - .column.is-three-fifths-widescreen { - flex: none; - width: 60%; - } - .column.is-four-fifths-widescreen { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-widescreen { - margin-left: 75%; - } - .column.is-offset-two-thirds-widescreen { - margin-left: 66.6666%; - } - .column.is-offset-half-widescreen { - margin-left: 50%; - } - .column.is-offset-one-third-widescreen { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-widescreen { - margin-left: 25%; - } - .column.is-offset-one-fifth-widescreen { - margin-left: 20%; - } - .column.is-offset-two-fifths-widescreen { - margin-left: 40%; - } - .column.is-offset-three-fifths-widescreen { - margin-left: 60%; - } - .column.is-offset-four-fifths-widescreen { - margin-left: 80%; - } - .column.is-0-widescreen { - flex: none; - width: 0%; - } - .column.is-offset-0-widescreen { - margin-left: 0%; - } - .column.is-1-widescreen { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-widescreen { - margin-left: 8.33333337%; - } - .column.is-2-widescreen { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-widescreen { - margin-left: 16.66666674%; - } - .column.is-3-widescreen { - flex: none; - width: 25%; - } - .column.is-offset-3-widescreen { - margin-left: 25%; - } - .column.is-4-widescreen { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-widescreen { - margin-left: 33.33333337%; - } - .column.is-5-widescreen { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-widescreen { - margin-left: 41.66666674%; - } - .column.is-6-widescreen { - flex: none; - width: 50%; - } - .column.is-offset-6-widescreen { - margin-left: 50%; - } - .column.is-7-widescreen { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-widescreen { - margin-left: 58.33333337%; - } - .column.is-8-widescreen { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-widescreen { - margin-left: 66.66666674%; - } - .column.is-9-widescreen { - flex: none; - width: 75%; - } - .column.is-offset-9-widescreen { - margin-left: 75%; - } - .column.is-10-widescreen { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-widescreen { - margin-left: 83.33333337%; - } - .column.is-11-widescreen { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-widescreen { - margin-left: 91.66666674%; - } - .column.is-12-widescreen { - flex: none; - width: 100%; - } - .column.is-offset-12-widescreen { - margin-left: 100%; - } -} -@media screen and (min-width: 1408px) { - .column.is-narrow-fullhd { - flex: none; - width: unset; - } - .column.is-full-fullhd { - flex: none; - width: 100%; - } - .column.is-three-quarters-fullhd { - flex: none; - width: 75%; - } - .column.is-two-thirds-fullhd { - flex: none; - width: 66.6666%; - } - .column.is-half-fullhd { - flex: none; - width: 50%; - } - .column.is-one-third-fullhd { - flex: none; - width: 33.3333%; - } - .column.is-one-quarter-fullhd { - flex: none; - width: 25%; - } - .column.is-one-fifth-fullhd { - flex: none; - width: 20%; - } - .column.is-two-fifths-fullhd { - flex: none; - width: 40%; - } - .column.is-three-fifths-fullhd { - flex: none; - width: 60%; - } - .column.is-four-fifths-fullhd { - flex: none; - width: 80%; - } - .column.is-offset-three-quarters-fullhd { - margin-left: 75%; - } - .column.is-offset-two-thirds-fullhd { - margin-left: 66.6666%; - } - .column.is-offset-half-fullhd { - margin-left: 50%; - } - .column.is-offset-one-third-fullhd { - margin-left: 33.3333%; - } - .column.is-offset-one-quarter-fullhd { - margin-left: 25%; - } - .column.is-offset-one-fifth-fullhd { - margin-left: 20%; - } - .column.is-offset-two-fifths-fullhd { - margin-left: 40%; - } - .column.is-offset-three-fifths-fullhd { - margin-left: 60%; - } - .column.is-offset-four-fifths-fullhd { - margin-left: 80%; - } - .column.is-0-fullhd { - flex: none; - width: 0%; - } - .column.is-offset-0-fullhd { - margin-left: 0%; - } - .column.is-1-fullhd { - flex: none; - width: 8.33333337%; - } - .column.is-offset-1-fullhd { - margin-left: 8.33333337%; - } - .column.is-2-fullhd { - flex: none; - width: 16.66666674%; - } - .column.is-offset-2-fullhd { - margin-left: 16.66666674%; - } - .column.is-3-fullhd { - flex: none; - width: 25%; - } - .column.is-offset-3-fullhd { - margin-left: 25%; - } - .column.is-4-fullhd { - flex: none; - width: 33.33333337%; - } - .column.is-offset-4-fullhd { - margin-left: 33.33333337%; - } - .column.is-5-fullhd { - flex: none; - width: 41.66666674%; - } - .column.is-offset-5-fullhd { - margin-left: 41.66666674%; - } - .column.is-6-fullhd { - flex: none; - width: 50%; - } - .column.is-offset-6-fullhd { - margin-left: 50%; - } - .column.is-7-fullhd { - flex: none; - width: 58.33333337%; - } - .column.is-offset-7-fullhd { - margin-left: 58.33333337%; - } - .column.is-8-fullhd { - flex: none; - width: 66.66666674%; - } - .column.is-offset-8-fullhd { - margin-left: 66.66666674%; - } - .column.is-9-fullhd { - flex: none; - width: 75%; - } - .column.is-offset-9-fullhd { - margin-left: 75%; - } - .column.is-10-fullhd { - flex: none; - width: 83.33333337%; - } - .column.is-offset-10-fullhd { - margin-left: 83.33333337%; - } - .column.is-11-fullhd { - flex: none; - width: 91.66666674%; - } - .column.is-offset-11-fullhd { - margin-left: 91.66666674%; - } - .column.is-12-fullhd { - flex: none; - width: 100%; - } - .column.is-offset-12-fullhd { - margin-left: 100%; - } -} - -.columns { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; -} -.columns:last-child { - margin-bottom: -0.75rem; -} -.columns:not(:last-child) { - margin-bottom: calc(1.5rem - 0.75rem); -} -.columns.is-centered { - justify-content: center; -} -.columns.is-gapless { - margin-left: 0; - margin-right: 0; - margin-top: 0; -} -.columns.is-gapless > .column { - margin: 0; - padding: 0 !important; -} -.columns.is-gapless:not(:last-child) { - margin-bottom: 1.5rem; -} -.columns.is-gapless:last-child { - margin-bottom: 0; -} -.columns.is-mobile { - display: flex; -} -.columns.is-multiline { - flex-wrap: wrap; -} -.columns.is-vcentered { - align-items: center; -} -@media screen and (min-width: 769px), print { - .columns:not(.is-desktop) { - display: flex; - } -} -@media screen and (min-width: 1024px) { - .columns.is-desktop { - display: flex; - } -} - -.columns.is-variable { - --columnGap: 0.75rem; - margin-left: calc(-1 * var(--columnGap)); - margin-right: calc(-1 * var(--columnGap)); -} -.columns.is-variable > .column { - padding-left: var(--columnGap); - padding-right: var(--columnGap); -} -.columns.is-variable.is-0 { - --columnGap: 0rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-0-mobile { - --columnGap: 0rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-0-tablet { - --columnGap: 0rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-0-tablet-only { - --columnGap: 0rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-0-touch { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-0-desktop { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-0-desktop-only { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-0-widescreen { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-0-widescreen-only { - --columnGap: 0rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-0-fullhd { - --columnGap: 0rem; - } -} -.columns.is-variable.is-1 { - --columnGap: 0.25rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-1-mobile { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-1-tablet { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-1-tablet-only { - --columnGap: 0.25rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-1-touch { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-1-desktop { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-1-desktop-only { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-1-widescreen { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-1-widescreen-only { - --columnGap: 0.25rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-1-fullhd { - --columnGap: 0.25rem; - } -} -.columns.is-variable.is-2 { - --columnGap: 0.5rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-2-mobile { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-2-tablet { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-2-tablet-only { - --columnGap: 0.5rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-2-touch { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-2-desktop { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-2-desktop-only { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-2-widescreen { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-2-widescreen-only { - --columnGap: 0.5rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-2-fullhd { - --columnGap: 0.5rem; - } -} -.columns.is-variable.is-3 { - --columnGap: 0.75rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-3-mobile { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-3-tablet { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-3-tablet-only { - --columnGap: 0.75rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-3-touch { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-3-desktop { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-3-desktop-only { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-3-widescreen { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-3-widescreen-only { - --columnGap: 0.75rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-3-fullhd { - --columnGap: 0.75rem; - } -} -.columns.is-variable.is-4 { - --columnGap: 1rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-4-mobile { - --columnGap: 1rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-4-tablet { - --columnGap: 1rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-4-tablet-only { - --columnGap: 1rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-4-touch { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-4-desktop { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-4-desktop-only { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-4-widescreen { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-4-widescreen-only { - --columnGap: 1rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-4-fullhd { - --columnGap: 1rem; - } -} -.columns.is-variable.is-5 { - --columnGap: 1.25rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-5-mobile { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-5-tablet { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-5-tablet-only { - --columnGap: 1.25rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-5-touch { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-5-desktop { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-5-desktop-only { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-5-widescreen { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-5-widescreen-only { - --columnGap: 1.25rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-5-fullhd { - --columnGap: 1.25rem; - } -} -.columns.is-variable.is-6 { - --columnGap: 1.5rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-6-mobile { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-6-tablet { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-6-tablet-only { - --columnGap: 1.5rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-6-touch { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-6-desktop { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-6-desktop-only { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-6-widescreen { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-6-widescreen-only { - --columnGap: 1.5rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-6-fullhd { - --columnGap: 1.5rem; - } -} -.columns.is-variable.is-7 { - --columnGap: 1.75rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-7-mobile { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-7-tablet { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-7-tablet-only { - --columnGap: 1.75rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-7-touch { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-7-desktop { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-7-desktop-only { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-7-widescreen { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-7-widescreen-only { - --columnGap: 1.75rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-7-fullhd { - --columnGap: 1.75rem; - } -} -.columns.is-variable.is-8 { - --columnGap: 2rem; -} -@media screen and (max-width: 768px) { - .columns.is-variable.is-8-mobile { - --columnGap: 2rem; - } -} -@media screen and (min-width: 769px), print { - .columns.is-variable.is-8-tablet { - --columnGap: 2rem; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .columns.is-variable.is-8-tablet-only { - --columnGap: 2rem; - } -} -@media screen and (max-width: 1023px) { - .columns.is-variable.is-8-touch { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1024px) { - .columns.is-variable.is-8-desktop { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .columns.is-variable.is-8-desktop-only { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1216px) { - .columns.is-variable.is-8-widescreen { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .columns.is-variable.is-8-widescreen-only { - --columnGap: 2rem; - } -} -@media screen and (min-width: 1408px) { - .columns.is-variable.is-8-fullhd { - --columnGap: 2rem; - } -} - -.tile { - align-items: stretch; - display: block; - flex-basis: 0; - flex-grow: 1; - flex-shrink: 1; - min-height: -moz-min-content; - min-height: min-content; -} -.tile.is-ancestor { - margin-left: -0.75rem; - margin-right: -0.75rem; - margin-top: -0.75rem; -} -.tile.is-ancestor:last-child { - margin-bottom: -0.75rem; -} -.tile.is-ancestor:not(:last-child) { - margin-bottom: 0.75rem; -} -.tile.is-child { - margin: 0 !important; -} -.tile.is-parent { - padding: 0.75rem; -} -.tile.is-vertical { - flex-direction: column; -} -.tile.is-vertical > .tile.is-child:not(:last-child) { - margin-bottom: 1.5rem !important; -} -@media screen and (min-width: 769px), print { - .tile:not(.is-child) { - display: flex; - } - .tile.is-1 { - flex: none; - width: 8.33333337%; - } - .tile.is-2 { - flex: none; - width: 16.66666674%; - } - .tile.is-3 { - flex: none; - width: 25%; - } - .tile.is-4 { - flex: none; - width: 33.33333337%; - } - .tile.is-5 { - flex: none; - width: 41.66666674%; - } - .tile.is-6 { - flex: none; - width: 50%; - } - .tile.is-7 { - flex: none; - width: 58.33333337%; - } - .tile.is-8 { - flex: none; - width: 66.66666674%; - } - .tile.is-9 { - flex: none; - width: 75%; - } - .tile.is-10 { - flex: none; - width: 83.33333337%; - } - .tile.is-11 { - flex: none; - width: 91.66666674%; - } - .tile.is-12 { - flex: none; - width: 100%; - } -} - -/* Bulma Helpers */ -.has-text-white { - color: rgb(64, 64, 64) !important; -} - -a.has-text-white:hover, a.has-text-white:focus { - color: #272727 !important; -} - -.has-background-white { - background-color: rgb(64, 64, 64) !important; -} - -.has-text-black { - color: rgb(186, 186, 186) !important; -} - -a.has-text-black:hover, a.has-text-black:focus { - color: #a1a1a1 !important; -} - -.has-background-black { - background-color: rgb(186, 186, 186) !important; -} - -.has-text-light { - color: rgb(69, 69, 69) !important; -} - -a.has-text-light:hover, a.has-text-light:focus { - color: #2c2c2c !important; -} - -.has-background-light { - background-color: rgb(69, 69, 69) !important; -} - -.has-text-dark { - color: rgb(164, 164, 164) !important; -} - -a.has-text-dark:hover, a.has-text-dark:focus { - color: #8b8b8b !important; -} - -.has-background-dark { - background-color: rgb(164, 164, 164) !important; -} - -.has-text-primary { - color: rgb(191, 87, 102) !important; -} - -a.has-text-primary:hover, a.has-text-primary:focus { - color: #a43f4d !important; -} - -.has-background-primary { - background-color: rgb(191, 87, 102) !important; -} - -.has-text-primary-light { - color: rgb(229, 104, 122) !important; -} - -a.has-text-primary-light:hover, a.has-text-primary-light:focus { - color: #de3c54 !important; -} - -.has-background-primary-light { - background-color: rgb(229, 104, 122) !important; -} - -.has-text-primary-dark { - color: rgb(172, 78, 92) !important; -} - -a.has-text-primary-dark:hover, a.has-text-primary-dark:focus { - color: #893e49 !important; -} - -.has-background-primary-dark { - background-color: rgb(172, 78, 92) !important; -} - -.has-text-link { - color: rgb(155, 144, 92) !important; -} - -a.has-text-link:hover, a.has-text-link:focus { - color: #7b7249 !important; -} - -.has-background-link { - background-color: rgb(155, 144, 92) !important; -} - -.has-text-link-light { - color: rgb(186, 173, 110) !important; -} - -a.has-text-link-light:hover, a.has-text-link-light:focus { - color: #a6974f !important; -} - -.has-background-link-light { - background-color: rgb(186, 173, 110) !important; -} - -.has-text-link-dark { - color: rgb(140, 130, 83) !important; -} - -a.has-text-link-dark:hover, a.has-text-link-dark:focus { - color: #6c6440 !important; -} - -.has-background-link-dark { - background-color: rgb(140, 130, 83) !important; -} - -.has-text-info { - color: hsl(207, 61%, 53%) !important; -} - -a.has-text-info:hover, a.has-text-info:focus { - color: #2b74b1 !important; -} - -.has-background-info { - background-color: hsl(207, 61%, 53%) !important; -} - -.has-text-info-light { - color: rgb(74, 170, 250) !important; -} - -a.has-text-info-light:hover, a.has-text-info-light:focus { - color: #1893f9 !important; -} - -.has-background-info-light { - background-color: rgb(74, 170, 250) !important; -} - -.has-text-info-dark { - color: rgb(56, 128, 187) !important; -} - -a.has-text-info-dark:hover, a.has-text-info-dark:focus { - color: #2c6594 !important; -} - -.has-background-info-dark { - background-color: rgb(56, 128, 187) !important; -} - -.has-text-success { - color: hsl(153, 53%, 53%) !important; -} - -a.has-text-success:hover, a.has-text-success:focus { - color: #34a873 !important; -} - -.has-background-success { - background-color: hsl(153, 53%, 53%) !important; -} - -.has-text-success-light { - color: rgb(86, 239, 170) !important; -} - -a.has-text-success-light:hover, a.has-text-success-light:focus { - color: #27eb93 !important; -} - -.has-background-success-light { - background-color: rgb(86, 239, 170) !important; -} - -.has-text-success-dark { - color: rgb(65, 179, 128) !important; -} - -a.has-text-success-dark:hover, a.has-text-success-dark:focus { - color: #338e65 !important; -} - -.has-background-success-dark { - background-color: rgb(65, 179, 128) !important; -} - -.has-text-warning { - color: hsl(44, 100%, 77%) !important; -} - -a.has-text-warning:hover, a.has-text-warning:focus { - color: #ffd257 !important; -} - -.has-background-warning { - background-color: hsl(44, 100%, 77%) !important; -} - -.has-text-warning-light { - color: rgb(255, 255, 166) !important; -} - -a.has-text-warning-light:hover, a.has-text-warning-light:focus { - color: #ffff73 !important; -} - -.has-background-warning-light { - background-color: rgb(255, 255, 166) !important; -} - -.has-text-warning-dark { - color: rgb(230, 202, 124) !important; -} - -a.has-text-warning-dark:hover, a.has-text-warning-dark:focus { - color: #deb951 !important; -} - -.has-background-warning-dark { - background-color: rgb(230, 202, 124) !important; -} - -.has-text-danger { - color: hsl(348, 86%, 61%) !important; -} - -a.has-text-danger:hover, a.has-text-danger:focus { - color: #ee1742 !important; -} - -.has-background-danger { - background-color: hsl(348, 86%, 61%) !important; -} - -.has-text-danger-light { - color: rgb(255, 84, 125) !important; -} - -a.has-text-danger-light:hover, a.has-text-danger-light:focus { - color: #ff2156 !important; -} - -.has-background-danger-light { - background-color: rgb(255, 84, 125) !important; -} - -.has-text-danger-dark { - color: rgb(217, 63, 94) !important; -} - -a.has-text-danger-dark:hover, a.has-text-danger-dark:focus { - color: #bf2645 !important; -} - -.has-background-danger-dark { - background-color: rgb(217, 63, 94) !important; -} - -.has-text-black-bis { - color: rgb(182, 182, 182) !important; -} - -.has-background-black-bis { - background-color: rgb(182, 182, 182) !important; -} - -.has-text-black-ter { - color: rgb(173, 173, 173) !important; -} - -.has-background-black-ter { - background-color: rgb(173, 173, 173) !important; -} - -.has-text-grey-darker { - color: rgb(164, 164, 164) !important; -} - -.has-background-grey-darker { - background-color: rgb(164, 164, 164) !important; -} - -.has-text-grey-dark { - color: rgb(154, 154, 154) !important; -} - -.has-background-grey-dark { - background-color: rgb(154, 154, 154) !important; -} - -.has-text-grey { - color: rgb(130, 130, 130) !important; -} - -.has-background-grey { - background-color: rgb(130, 130, 130) !important; -} - -.has-text-grey-light { - color: rgb(101, 101, 101) !important; -} - -.has-background-grey-light { - background-color: rgb(101, 101, 101) !important; -} - -.has-text-grey-lighter { - color: rgb(82, 82, 82) !important; -} - -.has-background-grey-lighter { - background-color: rgb(82, 82, 82) !important; -} - -.has-text-white-ter { - color: rgb(69, 69, 69) !important; -} - -.has-background-white-ter { - background-color: rgb(69, 69, 69) !important; -} - -.has-text-white-bis { - color: rgb(66, 66, 66) !important; -} - -.has-background-white-bis { - background-color: rgb(66, 66, 66) !important; -} - -.is-flex-direction-row { - flex-direction: row !important; -} - -.is-flex-direction-row-reverse { - flex-direction: row-reverse !important; -} - -.is-flex-direction-column { - flex-direction: column !important; -} - -.is-flex-direction-column-reverse { - flex-direction: column-reverse !important; -} - -.is-flex-wrap-nowrap { - flex-wrap: nowrap !important; -} - -.is-flex-wrap-wrap { - flex-wrap: wrap !important; -} - -.is-flex-wrap-wrap-reverse { - flex-wrap: wrap-reverse !important; -} - -.is-justify-content-flex-start { - justify-content: flex-start !important; -} - -.is-justify-content-flex-end { - justify-content: flex-end !important; -} - -.is-justify-content-center { - justify-content: center !important; -} - -.is-justify-content-space-between { - justify-content: space-between !important; -} - -.is-justify-content-space-around { - justify-content: space-around !important; -} - -.is-justify-content-space-evenly { - justify-content: space-evenly !important; -} - -.is-justify-content-start { - justify-content: start !important; -} - -.is-justify-content-end { - justify-content: end !important; -} - -.is-justify-content-left { - justify-content: left !important; -} - -.is-justify-content-right { - justify-content: right !important; -} - -.is-align-content-flex-start { - align-content: flex-start !important; -} - -.is-align-content-flex-end { - align-content: flex-end !important; -} - -.is-align-content-center { - align-content: center !important; -} - -.is-align-content-space-between { - align-content: space-between !important; -} - -.is-align-content-space-around { - align-content: space-around !important; -} - -.is-align-content-space-evenly { - align-content: space-evenly !important; -} - -.is-align-content-stretch { - align-content: stretch !important; -} - -.is-align-content-start { - align-content: start !important; -} - -.is-align-content-end { - align-content: end !important; -} - -.is-align-content-baseline { - align-content: baseline !important; -} - -.is-align-items-stretch { - align-items: stretch !important; -} - -.is-align-items-flex-start { - align-items: flex-start !important; -} - -.is-align-items-flex-end { - align-items: flex-end !important; -} - -.is-align-items-center { - align-items: center !important; -} - -.is-align-items-baseline { - align-items: baseline !important; -} - -.is-align-items-start { - align-items: start !important; -} - -.is-align-items-end { - align-items: end !important; -} - -.is-align-items-self-start { - align-items: self-start !important; -} - -.is-align-items-self-end { - align-items: self-end !important; -} - -.is-align-self-auto { - align-self: auto !important; -} - -.is-align-self-flex-start { - align-self: flex-start !important; -} - -.is-align-self-flex-end { - align-self: flex-end !important; -} - -.is-align-self-center { - align-self: center !important; -} - -.is-align-self-baseline { - align-self: baseline !important; -} - -.is-align-self-stretch { - align-self: stretch !important; -} - -.is-flex-grow-0 { - flex-grow: 0 !important; -} - -.is-flex-grow-1 { - flex-grow: 1 !important; -} - -.is-flex-grow-2 { - flex-grow: 2 !important; -} - -.is-flex-grow-3 { - flex-grow: 3 !important; -} - -.is-flex-grow-4 { - flex-grow: 4 !important; -} - -.is-flex-grow-5 { - flex-grow: 5 !important; -} - -.is-flex-shrink-0 { - flex-shrink: 0 !important; -} - -.is-flex-shrink-1 { - flex-shrink: 1 !important; -} - -.is-flex-shrink-2 { - flex-shrink: 2 !important; -} - -.is-flex-shrink-3 { - flex-shrink: 3 !important; -} - -.is-flex-shrink-4 { - flex-shrink: 4 !important; -} - -.is-flex-shrink-5 { - flex-shrink: 5 !important; -} - -.is-clearfix::after { - clear: both; - content: " "; - display: table; -} - -.is-pulled-left { - float: left !important; -} - -.is-pulled-right { - float: right !important; -} - -/* Bulma Dark theme */ -.is-radiusless { - border-radius: 0 !important; -} - -.is-shadowless { - box-shadow: none !important; -} - -.is-clickable { - cursor: pointer !important; - pointer-events: all !important; -} - -.is-clipped { - overflow: hidden !important; -} - -/* Bulma Dark theme */ -.is-relative { - position: relative !important; -} - -.is-marginless { - margin: 0 !important; -} - -.is-paddingless { - padding: 0 !important; -} - -.m-0 { - margin: 0 !important; -} - -.mt-0 { - margin-top: 0 !important; -} - -.mr-0 { - margin-right: 0 !important; -} - -.mb-0 { - margin-bottom: 0 !important; -} - -.ml-0 { - margin-left: 0 !important; -} - -.mx-0 { - margin-left: 0 !important; - margin-right: 0 !important; -} - -.my-0 { - margin-top: 0 !important; - margin-bottom: 0 !important; -} - -.m-1 { - margin: 0.25rem !important; -} - -.mt-1 { - margin-top: 0.25rem !important; -} - -.mr-1 { - margin-right: 0.25rem !important; -} - -.mb-1 { - margin-bottom: 0.25rem !important; -} - -.ml-1 { - margin-left: 0.25rem !important; -} - -.mx-1 { - margin-left: 0.25rem !important; - margin-right: 0.25rem !important; -} - -.my-1 { - margin-top: 0.25rem !important; - margin-bottom: 0.25rem !important; -} - -.m-2 { - margin: 0.5rem !important; -} - -.mt-2 { - margin-top: 0.5rem !important; -} - -.mr-2 { - margin-right: 0.5rem !important; -} - -.mb-2 { - margin-bottom: 0.5rem !important; -} - -.ml-2 { - margin-left: 0.5rem !important; -} - -.mx-2 { - margin-left: 0.5rem !important; - margin-right: 0.5rem !important; -} - -.my-2 { - margin-top: 0.5rem !important; - margin-bottom: 0.5rem !important; -} - -.m-3 { - margin: 0.75rem !important; -} - -.mt-3 { - margin-top: 0.75rem !important; -} - -.mr-3 { - margin-right: 0.75rem !important; -} - -.mb-3 { - margin-bottom: 0.75rem !important; -} - -.ml-3 { - margin-left: 0.75rem !important; -} - -.mx-3 { - margin-left: 0.75rem !important; - margin-right: 0.75rem !important; -} - -.my-3 { - margin-top: 0.75rem !important; - margin-bottom: 0.75rem !important; -} - -.m-4 { - margin: 1rem !important; -} - -.mt-4 { - margin-top: 1rem !important; -} - -.mr-4 { - margin-right: 1rem !important; -} - -.mb-4 { - margin-bottom: 1rem !important; -} - -.ml-4 { - margin-left: 1rem !important; -} - -.mx-4 { - margin-left: 1rem !important; - margin-right: 1rem !important; -} - -.my-4 { - margin-top: 1rem !important; - margin-bottom: 1rem !important; -} - -.m-5 { - margin: 1.5rem !important; -} - -.mt-5 { - margin-top: 1.5rem !important; -} - -.mr-5 { - margin-right: 1.5rem !important; -} - -.mb-5 { - margin-bottom: 1.5rem !important; -} - -.ml-5 { - margin-left: 1.5rem !important; -} - -.mx-5 { - margin-left: 1.5rem !important; - margin-right: 1.5rem !important; -} - -.my-5 { - margin-top: 1.5rem !important; - margin-bottom: 1.5rem !important; -} - -.m-6 { - margin: 3rem !important; -} - -.mt-6 { - margin-top: 3rem !important; -} - -.mr-6 { - margin-right: 3rem !important; -} - -.mb-6 { - margin-bottom: 3rem !important; -} - -.ml-6 { - margin-left: 3rem !important; -} - -.mx-6 { - margin-left: 3rem !important; - margin-right: 3rem !important; -} - -.my-6 { - margin-top: 3rem !important; - margin-bottom: 3rem !important; -} - -.m-auto { - margin: auto !important; -} - -.mt-auto { - margin-top: auto !important; -} - -.mr-auto { - margin-right: auto !important; -} - -.mb-auto { - margin-bottom: auto !important; -} - -.ml-auto { - margin-left: auto !important; -} - -.mx-auto { - margin-left: auto !important; - margin-right: auto !important; -} - -.my-auto { - margin-top: auto !important; - margin-bottom: auto !important; -} - -.p-0 { - padding: 0 !important; -} - -.pt-0 { - padding-top: 0 !important; -} - -.pr-0 { - padding-right: 0 !important; -} - -.pb-0 { - padding-bottom: 0 !important; -} - -.pl-0 { - padding-left: 0 !important; -} - -.px-0 { - padding-left: 0 !important; - padding-right: 0 !important; -} - -.py-0 { - padding-top: 0 !important; - padding-bottom: 0 !important; -} - -.p-1 { - padding: 0.25rem !important; -} - -.pt-1 { - padding-top: 0.25rem !important; -} - -.pr-1 { - padding-right: 0.25rem !important; -} - -.pb-1 { - padding-bottom: 0.25rem !important; -} - -.pl-1 { - padding-left: 0.25rem !important; -} - -.px-1 { - padding-left: 0.25rem !important; - padding-right: 0.25rem !important; -} - -.py-1 { - padding-top: 0.25rem !important; - padding-bottom: 0.25rem !important; -} - -.p-2 { - padding: 0.5rem !important; -} - -.pt-2 { - padding-top: 0.5rem !important; -} - -.pr-2 { - padding-right: 0.5rem !important; -} - -.pb-2 { - padding-bottom: 0.5rem !important; -} - -.pl-2 { - padding-left: 0.5rem !important; -} - -.px-2 { - padding-left: 0.5rem !important; - padding-right: 0.5rem !important; -} - -.py-2 { - padding-top: 0.5rem !important; - padding-bottom: 0.5rem !important; -} - -.p-3 { - padding: 0.75rem !important; -} - -.pt-3 { - padding-top: 0.75rem !important; -} - -.pr-3 { - padding-right: 0.75rem !important; -} - -.pb-3 { - padding-bottom: 0.75rem !important; -} - -.pl-3 { - padding-left: 0.75rem !important; -} - -.px-3 { - padding-left: 0.75rem !important; - padding-right: 0.75rem !important; -} - -.py-3 { - padding-top: 0.75rem !important; - padding-bottom: 0.75rem !important; -} - -.p-4 { - padding: 1rem !important; -} - -.pt-4 { - padding-top: 1rem !important; -} - -.pr-4 { - padding-right: 1rem !important; -} - -.pb-4 { - padding-bottom: 1rem !important; -} - -.pl-4 { - padding-left: 1rem !important; -} - -.px-4 { - padding-left: 1rem !important; - padding-right: 1rem !important; -} - -.py-4 { - padding-top: 1rem !important; - padding-bottom: 1rem !important; -} - -.p-5 { - padding: 1.5rem !important; -} - -.pt-5 { - padding-top: 1.5rem !important; -} - -.pr-5 { - padding-right: 1.5rem !important; -} - -.pb-5 { - padding-bottom: 1.5rem !important; -} - -.pl-5 { - padding-left: 1.5rem !important; -} - -.px-5 { - padding-left: 1.5rem !important; - padding-right: 1.5rem !important; -} - -.py-5 { - padding-top: 1.5rem !important; - padding-bottom: 1.5rem !important; -} - -.p-6 { - padding: 3rem !important; -} - -.pt-6 { - padding-top: 3rem !important; -} - -.pr-6 { - padding-right: 3rem !important; -} - -.pb-6 { - padding-bottom: 3rem !important; -} - -.pl-6 { - padding-left: 3rem !important; -} - -.px-6 { - padding-left: 3rem !important; - padding-right: 3rem !important; -} - -.py-6 { - padding-top: 3rem !important; - padding-bottom: 3rem !important; -} - -.p-auto { - padding: auto !important; -} - -.pt-auto { - padding-top: auto !important; -} - -.pr-auto { - padding-right: auto !important; -} - -.pb-auto { - padding-bottom: auto !important; -} - -.pl-auto { - padding-left: auto !important; -} - -.px-auto { - padding-left: auto !important; - padding-right: auto !important; -} - -.py-auto { - padding-top: auto !important; - padding-bottom: auto !important; -} - -.is-size-1 { - font-size: 3rem !important; -} - -.is-size-2 { - font-size: 2.5rem !important; -} - -.is-size-3 { - font-size: 2rem !important; -} - -.is-size-4 { - font-size: 1.5rem !important; -} - -.is-size-5 { - font-size: 1.25rem !important; -} - -.is-size-6 { - font-size: 1rem !important; -} - -.is-size-7 { - font-size: 0.75rem !important; -} - -@media screen and (max-width: 768px) { - .is-size-1-mobile { - font-size: 3rem !important; - } - .is-size-2-mobile { - font-size: 2.5rem !important; - } - .is-size-3-mobile { - font-size: 2rem !important; - } - .is-size-4-mobile { - font-size: 1.5rem !important; - } - .is-size-5-mobile { - font-size: 1.25rem !important; - } - .is-size-6-mobile { - font-size: 1rem !important; - } - .is-size-7-mobile { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 769px), print { - .is-size-1-tablet { - font-size: 3rem !important; - } - .is-size-2-tablet { - font-size: 2.5rem !important; - } - .is-size-3-tablet { - font-size: 2rem !important; - } - .is-size-4-tablet { - font-size: 1.5rem !important; - } - .is-size-5-tablet { - font-size: 1.25rem !important; - } - .is-size-6-tablet { - font-size: 1rem !important; - } - .is-size-7-tablet { - font-size: 0.75rem !important; - } -} -@media screen and (max-width: 1023px) { - .is-size-1-touch { - font-size: 3rem !important; - } - .is-size-2-touch { - font-size: 2.5rem !important; - } - .is-size-3-touch { - font-size: 2rem !important; - } - .is-size-4-touch { - font-size: 1.5rem !important; - } - .is-size-5-touch { - font-size: 1.25rem !important; - } - .is-size-6-touch { - font-size: 1rem !important; - } - .is-size-7-touch { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1024px) { - .is-size-1-desktop { - font-size: 3rem !important; - } - .is-size-2-desktop { - font-size: 2.5rem !important; - } - .is-size-3-desktop { - font-size: 2rem !important; - } - .is-size-4-desktop { - font-size: 1.5rem !important; - } - .is-size-5-desktop { - font-size: 1.25rem !important; - } - .is-size-6-desktop { - font-size: 1rem !important; - } - .is-size-7-desktop { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1216px) { - .is-size-1-widescreen { - font-size: 3rem !important; - } - .is-size-2-widescreen { - font-size: 2.5rem !important; - } - .is-size-3-widescreen { - font-size: 2rem !important; - } - .is-size-4-widescreen { - font-size: 1.5rem !important; - } - .is-size-5-widescreen { - font-size: 1.25rem !important; - } - .is-size-6-widescreen { - font-size: 1rem !important; - } - .is-size-7-widescreen { - font-size: 0.75rem !important; - } -} -@media screen and (min-width: 1408px) { - .is-size-1-fullhd { - font-size: 3rem !important; - } - .is-size-2-fullhd { - font-size: 2.5rem !important; - } - .is-size-3-fullhd { - font-size: 2rem !important; - } - .is-size-4-fullhd { - font-size: 1.5rem !important; - } - .is-size-5-fullhd { - font-size: 1.25rem !important; - } - .is-size-6-fullhd { - font-size: 1rem !important; - } - .is-size-7-fullhd { - font-size: 0.75rem !important; - } -} -.has-text-centered { - text-align: center !important; -} - -.has-text-justified { - text-align: justify !important; -} - -.has-text-left { - text-align: left !important; -} - -.has-text-right { - text-align: right !important; -} - -@media screen and (max-width: 768px) { - .has-text-centered-mobile { - text-align: center !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-centered-tablet { - text-align: center !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-centered-tablet-only { - text-align: center !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-centered-touch { - text-align: center !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-centered-desktop { - text-align: center !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-centered-desktop-only { - text-align: center !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-centered-widescreen { - text-align: center !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-centered-widescreen-only { - text-align: center !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-centered-fullhd { - text-align: center !important; - } -} -@media screen and (max-width: 768px) { - .has-text-justified-mobile { - text-align: justify !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-justified-tablet { - text-align: justify !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-justified-tablet-only { - text-align: justify !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-justified-touch { - text-align: justify !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-justified-desktop { - text-align: justify !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-justified-desktop-only { - text-align: justify !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-justified-widescreen { - text-align: justify !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-justified-widescreen-only { - text-align: justify !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-justified-fullhd { - text-align: justify !important; - } -} -@media screen and (max-width: 768px) { - .has-text-left-mobile { - text-align: left !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-left-tablet { - text-align: left !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-left-tablet-only { - text-align: left !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-left-touch { - text-align: left !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-left-desktop { - text-align: left !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-left-desktop-only { - text-align: left !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-left-widescreen { - text-align: left !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-left-widescreen-only { - text-align: left !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-left-fullhd { - text-align: left !important; - } -} -@media screen and (max-width: 768px) { - .has-text-right-mobile { - text-align: right !important; - } -} -@media screen and (min-width: 769px), print { - .has-text-right-tablet { - text-align: right !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .has-text-right-tablet-only { - text-align: right !important; - } -} -@media screen and (max-width: 1023px) { - .has-text-right-touch { - text-align: right !important; - } -} -@media screen and (min-width: 1024px) { - .has-text-right-desktop { - text-align: right !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .has-text-right-desktop-only { - text-align: right !important; - } -} -@media screen and (min-width: 1216px) { - .has-text-right-widescreen { - text-align: right !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .has-text-right-widescreen-only { - text-align: right !important; - } -} -@media screen and (min-width: 1408px) { - .has-text-right-fullhd { - text-align: right !important; - } -} -.is-capitalized { - text-transform: capitalize !important; -} - -.is-lowercase { - text-transform: lowercase !important; -} - -.is-uppercase { - text-transform: uppercase !important; -} - -.is-italic { - font-style: italic !important; -} - -.is-underlined { - text-decoration: underline !important; -} - -.has-text-weight-light { - font-weight: 300 !important; -} - -.has-text-weight-normal { - font-weight: 400 !important; -} - -.has-text-weight-medium { - font-weight: 500 !important; -} - -.has-text-weight-semibold { - font-weight: 600 !important; -} - -.has-text-weight-bold { - font-weight: 700 !important; -} - -.is-family-primary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; -} - -.is-family-secondary { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; -} - -.is-family-sans-serif { - font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important; -} - -.is-family-monospace { - font-family: monospace !important; -} - -.is-family-code { - font-family: monospace !important; -} - -.is-block { - display: block !important; -} - -@media screen and (max-width: 768px) { - .is-block-mobile { - display: block !important; - } -} -@media screen and (min-width: 769px), print { - .is-block-tablet { - display: block !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-block-tablet-only { - display: block !important; - } -} -@media screen and (max-width: 1023px) { - .is-block-touch { - display: block !important; - } -} -@media screen and (min-width: 1024px) { - .is-block-desktop { - display: block !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-block-desktop-only { - display: block !important; - } -} -@media screen and (min-width: 1216px) { - .is-block-widescreen { - display: block !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-block-widescreen-only { - display: block !important; - } -} -@media screen and (min-width: 1408px) { - .is-block-fullhd { - display: block !important; - } -} -.is-flex { - display: flex !important; -} - -@media screen and (max-width: 768px) { - .is-flex-mobile { - display: flex !important; - } -} -@media screen and (min-width: 769px), print { - .is-flex-tablet { - display: flex !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-flex-tablet-only { - display: flex !important; - } -} -@media screen and (max-width: 1023px) { - .is-flex-touch { - display: flex !important; - } -} -@media screen and (min-width: 1024px) { - .is-flex-desktop { - display: flex !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-flex-desktop-only { - display: flex !important; - } -} -@media screen and (min-width: 1216px) { - .is-flex-widescreen { - display: flex !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-flex-widescreen-only { - display: flex !important; - } -} -@media screen and (min-width: 1408px) { - .is-flex-fullhd { - display: flex !important; - } -} -.is-inline { - display: inline !important; -} - -@media screen and (max-width: 768px) { - .is-inline-mobile { - display: inline !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-tablet { - display: inline !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-tablet-only { - display: inline !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-touch { - display: inline !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-desktop { - display: inline !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-desktop-only { - display: inline !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-widescreen { - display: inline !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-widescreen-only { - display: inline !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-fullhd { - display: inline !important; - } -} -.is-inline-block { - display: inline-block !important; -} - -@media screen and (max-width: 768px) { - .is-inline-block-mobile { - display: inline-block !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-block-tablet { - display: inline-block !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-block-tablet-only { - display: inline-block !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-block-touch { - display: inline-block !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-block-desktop { - display: inline-block !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-block-desktop-only { - display: inline-block !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-block-widescreen { - display: inline-block !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-block-widescreen-only { - display: inline-block !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-block-fullhd { - display: inline-block !important; - } -} -.is-inline-flex { - display: inline-flex !important; -} - -@media screen and (max-width: 768px) { - .is-inline-flex-mobile { - display: inline-flex !important; - } -} -@media screen and (min-width: 769px), print { - .is-inline-flex-tablet { - display: inline-flex !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-inline-flex-tablet-only { - display: inline-flex !important; - } -} -@media screen and (max-width: 1023px) { - .is-inline-flex-touch { - display: inline-flex !important; - } -} -@media screen and (min-width: 1024px) { - .is-inline-flex-desktop { - display: inline-flex !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-inline-flex-desktop-only { - display: inline-flex !important; - } -} -@media screen and (min-width: 1216px) { - .is-inline-flex-widescreen { - display: inline-flex !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-inline-flex-widescreen-only { - display: inline-flex !important; - } -} -@media screen and (min-width: 1408px) { - .is-inline-flex-fullhd { - display: inline-flex !important; - } -} -.is-hidden { - display: none !important; -} - -.is-sr-only { - border: none !important; - clip: rect(0, 0, 0, 0) !important; - height: 0.01em !important; - overflow: hidden !important; - padding: 0 !important; - position: absolute !important; - white-space: nowrap !important; - width: 0.01em !important; -} - -@media screen and (max-width: 768px) { - .is-hidden-mobile { - display: none !important; - } -} -@media screen and (min-width: 769px), print { - .is-hidden-tablet { - display: none !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-hidden-tablet-only { - display: none !important; - } -} -@media screen and (max-width: 1023px) { - .is-hidden-touch { - display: none !important; - } -} -@media screen and (min-width: 1024px) { - .is-hidden-desktop { - display: none !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-hidden-desktop-only { - display: none !important; - } -} -@media screen and (min-width: 1216px) { - .is-hidden-widescreen { - display: none !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-hidden-widescreen-only { - display: none !important; - } -} -@media screen and (min-width: 1408px) { - .is-hidden-fullhd { - display: none !important; - } -} -.is-invisible { - visibility: hidden !important; -} - -@media screen and (max-width: 768px) { - .is-invisible-mobile { - visibility: hidden !important; - } -} -@media screen and (min-width: 769px), print { - .is-invisible-tablet { - visibility: hidden !important; - } -} -@media screen and (min-width: 769px) and (max-width: 1023px) { - .is-invisible-tablet-only { - visibility: hidden !important; - } -} -@media screen and (max-width: 1023px) { - .is-invisible-touch { - visibility: hidden !important; - } -} -@media screen and (min-width: 1024px) { - .is-invisible-desktop { - visibility: hidden !important; - } -} -@media screen and (min-width: 1024px) and (max-width: 1215px) { - .is-invisible-desktop-only { - visibility: hidden !important; - } -} -@media screen and (min-width: 1216px) { - .is-invisible-widescreen { - visibility: hidden !important; - } -} -@media screen and (min-width: 1216px) and (max-width: 1407px) { - .is-invisible-widescreen-only { - visibility: hidden !important; - } -} -@media screen and (min-width: 1408px) { - .is-invisible-fullhd { - visibility: hidden !important; - } -} -/* Bulma Layout */ -/* Bulma Dark theme */ -.hero { - align-items: stretch; - display: flex; - flex-direction: column; - justify-content: space-between; -} -.hero .navbar { - background: none; -} -.hero .tabs ul { - border-bottom: none; -} -.hero.is-white { - background-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-white strong { - color: inherit; -} -.hero.is-white .title { - color: rgb(186, 186, 186); -} -.hero.is-white .subtitle { - color: rgba(186, 186, 186, 0.9); -} -.hero.is-white .subtitle a:not(.button), -.hero.is-white .subtitle strong { - color: rgb(186, 186, 186); -} -@media screen and (max-width: 1023px) { - .hero.is-white .navbar-menu { - background-color: rgb(64, 64, 64); - } -} -.hero.is-white .navbar-item, -.hero.is-white .navbar-link { - color: rgba(186, 186, 186, 0.7); -} -.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active, -.hero.is-white .navbar-link:hover, -.hero.is-white .navbar-link.is-active { - background-color: #333333; - color: rgb(186, 186, 186); -} -.hero.is-white .tabs a { - color: rgb(186, 186, 186); - opacity: 0.9; -} -.hero.is-white .tabs a:hover { - opacity: 1; -} -.hero.is-white .tabs li.is-active a { - color: rgb(64, 64, 64) !important; - opacity: 1; -} -.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a { - color: rgb(186, 186, 186); -} -.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover { - background-color: rgb(186, 186, 186); - border-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.hero.is-white.is-bold { - background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); -} -@media screen and (max-width: 768px) { - .hero.is-white.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #2a2324 0%, rgb(64, 64, 64) 71%, #514a49 100%); - } -} -.hero.is-black { - background-color: rgb(186, 186, 186); - color: rgb(64, 64, 64); -} -.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-black strong { - color: inherit; -} -.hero.is-black .title { - color: rgb(64, 64, 64); -} -.hero.is-black .subtitle { - color: rgba(64, 64, 64, 0.9); -} -.hero.is-black .subtitle a:not(.button), -.hero.is-black .subtitle strong { - color: rgb(64, 64, 64); -} -@media screen and (max-width: 1023px) { - .hero.is-black .navbar-menu { - background-color: rgb(186, 186, 186); - } -} -.hero.is-black .navbar-item, -.hero.is-black .navbar-link { - color: rgba(64, 64, 64, 0.7); -} -.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active, -.hero.is-black .navbar-link:hover, -.hero.is-black .navbar-link.is-active { - background-color: #adadad; - color: rgb(64, 64, 64); -} -.hero.is-black .tabs a { - color: rgb(64, 64, 64); - opacity: 0.9; -} -.hero.is-black .tabs a:hover { - opacity: 1; -} -.hero.is-black .tabs li.is-active a { - color: rgb(186, 186, 186) !important; - opacity: 1; -} -.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a { - color: rgb(64, 64, 64); -} -.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover { - background-color: rgb(64, 64, 64); - border-color: rgb(64, 64, 64); - color: rgb(186, 186, 186); -} -.hero.is-black.is-bold { - background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); -} -@media screen and (max-width: 768px) { - .hero.is-black.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #aa979a 0%, rgb(186, 186, 186) 71%, #cac5c4 100%); - } -} -.hero.is-light { - background-color: rgb(69, 69, 69); - color: rgb(157, 157, 157); -} -.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-light strong { - color: inherit; -} -.hero.is-light .title { - color: rgb(157, 157, 157); -} -.hero.is-light .subtitle { - color: rgba(157, 157, 157, 0.9); -} -.hero.is-light .subtitle a:not(.button), -.hero.is-light .subtitle strong { - color: rgb(157, 157, 157); -} -@media screen and (max-width: 1023px) { - .hero.is-light .navbar-menu { - background-color: rgb(69, 69, 69); - } -} -.hero.is-light .navbar-item, -.hero.is-light .navbar-link { - color: rgba(157, 157, 157, 0.7); -} -.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active, -.hero.is-light .navbar-link:hover, -.hero.is-light .navbar-link.is-active { - background-color: #383838; - color: rgb(157, 157, 157); -} -.hero.is-light .tabs a { - color: rgb(157, 157, 157); - opacity: 0.9; -} -.hero.is-light .tabs a:hover { - opacity: 1; -} -.hero.is-light .tabs li.is-active a { - color: rgb(69, 69, 69) !important; - opacity: 1; -} -.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a { - color: rgb(157, 157, 157); -} -.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover { - background-color: rgb(157, 157, 157); - border-color: rgb(157, 157, 157); - color: rgb(69, 69, 69); -} -.hero.is-light.is-bold { - background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); -} -@media screen and (max-width: 768px) { - .hero.is-light.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #302729 0%, rgb(69, 69, 69) 71%, #564f4e 100%); - } -} -.hero.is-dark { - background-color: rgb(164, 164, 164); - color: rgb(109, 109, 109); -} -.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-dark strong { - color: inherit; -} -.hero.is-dark .title { - color: rgb(109, 109, 109); -} -.hero.is-dark .subtitle { - color: rgba(109, 109, 109, 0.9); -} -.hero.is-dark .subtitle a:not(.button), -.hero.is-dark .subtitle strong { - color: rgb(109, 109, 109); -} -@media screen and (max-width: 1023px) { - .hero.is-dark .navbar-menu { - background-color: rgb(164, 164, 164); - } -} -.hero.is-dark .navbar-item, -.hero.is-dark .navbar-link { - color: rgba(109, 109, 109, 0.7); -} -.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active, -.hero.is-dark .navbar-link:hover, -.hero.is-dark .navbar-link.is-active { - background-color: #979797; - color: rgb(109, 109, 109); -} -.hero.is-dark .tabs a { - color: rgb(109, 109, 109); - opacity: 0.9; -} -.hero.is-dark .tabs a:hover { - opacity: 1; -} -.hero.is-dark .tabs li.is-active a { - color: rgb(164, 164, 164) !important; - opacity: 1; -} -.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a { - color: rgb(109, 109, 109); -} -.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover { - background-color: rgb(109, 109, 109); - border-color: rgb(109, 109, 109); - color: rgb(164, 164, 164); -} -.hero.is-dark.is-bold { - background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); -} -@media screen and (max-width: 768px) { - .hero.is-dark.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #967f83 0%, rgb(164, 164, 164) 71%, #b5aead 100%); - } -} -.hero.is-primary { - background-color: rgb(191, 87, 102); - color: rgb(96, 148, 140); -} -.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-primary strong { - color: inherit; -} -.hero.is-primary .title { - color: rgb(96, 148, 140); -} -.hero.is-primary .subtitle { - color: rgba(96, 148, 140, 0.9); -} -.hero.is-primary .subtitle a:not(.button), -.hero.is-primary .subtitle strong { - color: rgb(96, 148, 140); -} -@media screen and (max-width: 1023px) { - .hero.is-primary .navbar-menu { - background-color: rgb(191, 87, 102); - } -} -.hero.is-primary .navbar-item, -.hero.is-primary .navbar-link { - color: rgba(96, 148, 140, 0.7); -} -.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, -.hero.is-primary .navbar-link:hover, -.hero.is-primary .navbar-link.is-active { - background-color: #b74656; - color: rgb(96, 148, 140); -} -.hero.is-primary .tabs a { - color: rgb(96, 148, 140); - opacity: 0.9; -} -.hero.is-primary .tabs a:hover { - opacity: 1; -} -.hero.is-primary .tabs li.is-active a { - color: rgb(191, 87, 102) !important; - opacity: 1; -} -.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a { - color: rgb(96, 148, 140); -} -.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover { - background-color: rgb(96, 148, 140); - border-color: rgb(96, 148, 140); - color: rgb(191, 87, 102); -} -.hero.is-primary.is-bold { - background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); -} -@media screen and (max-width: 768px) { - .hero.is-primary.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #b0335a 0%, rgb(191, 87, 102) 71%, #cb6764 100%); - } -} -.hero.is-link { - background-color: rgb(155, 144, 92); - color: rgb(114, 119, 145); -} -.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-link strong { - color: inherit; -} -.hero.is-link .title { - color: rgb(114, 119, 145); -} -.hero.is-link .subtitle { - color: rgba(114, 119, 145, 0.9); -} -.hero.is-link .subtitle a:not(.button), -.hero.is-link .subtitle strong { - color: rgb(114, 119, 145); -} -@media screen and (max-width: 1023px) { - .hero.is-link .navbar-menu { - background-color: rgb(155, 144, 92); - } -} -.hero.is-link .navbar-item, -.hero.is-link .navbar-link { - color: rgba(114, 119, 145, 0.7); -} -.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active, -.hero.is-link .navbar-link:hover, -.hero.is-link .navbar-link.is-active { - background-color: #8b8153; - color: rgb(114, 119, 145); -} -.hero.is-link .tabs a { - color: rgb(114, 119, 145); - opacity: 0.9; -} -.hero.is-link .tabs a:hover { - opacity: 1; -} -.hero.is-link .tabs li.is-active a { - color: rgb(155, 144, 92) !important; - opacity: 1; -} -.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a { - color: rgb(114, 119, 145); -} -.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover { - background-color: rgb(114, 119, 145); - border-color: rgb(114, 119, 145); - color: rgb(155, 144, 92); -} -.hero.is-link.is-bold { - background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); -} -@media screen and (max-width: 768px) { - .hero.is-link.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #856d3f 0%, rgb(155, 144, 92) 71%, #acac64 100%); - } -} -.hero.is-info { - background-color: hsl(207, 61%, 53%); - color: rgb(160, 120, 87); -} -.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-info strong { - color: inherit; -} -.hero.is-info .title { - color: rgb(160, 120, 87); -} -.hero.is-info .subtitle { - color: rgba(160, 120, 87, 0.9); -} -.hero.is-info .subtitle a:not(.button), -.hero.is-info .subtitle strong { - color: rgb(160, 120, 87); -} -@media screen and (max-width: 1023px) { - .hero.is-info .navbar-menu { - background-color: hsl(207, 61%, 53%); - } -} -.hero.is-info .navbar-item, -.hero.is-info .navbar-link { - color: rgba(160, 120, 87, 0.7); -} -.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active, -.hero.is-info .navbar-link:hover, -.hero.is-info .navbar-link.is-active { - background-color: #3082c5; - color: rgb(160, 120, 87); -} -.hero.is-info .tabs a { - color: rgb(160, 120, 87); - opacity: 0.9; -} -.hero.is-info .tabs a:hover { - opacity: 1; -} -.hero.is-info .tabs li.is-active a { - color: hsl(207, 61%, 53%) !important; - opacity: 1; -} -.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a { - color: rgb(160, 120, 87); -} -.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover { - background-color: rgb(160, 120, 87); - border-color: rgb(160, 120, 87); - color: hsl(207, 61%, 53%); -} -.hero.is-info.is-bold { - background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); -} -@media screen and (max-width: 768px) { - .hero.is-info.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #208fbc 0%, hsl(207, 61%, 53%) 71%, #4d83db 100%); - } -} -.hero.is-success { - background-color: hsl(153, 53%, 53%); - color: rgb(155, 92, 120); -} -.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-success strong { - color: inherit; -} -.hero.is-success .title { - color: rgb(155, 92, 120); -} -.hero.is-success .subtitle { - color: rgba(155, 92, 120, 0.9); -} -.hero.is-success .subtitle a:not(.button), -.hero.is-success .subtitle strong { - color: rgb(155, 92, 120); -} -@media screen and (max-width: 1023px) { - .hero.is-success .navbar-menu { - background-color: hsl(153, 53%, 53%); - } -} -.hero.is-success .navbar-item, -.hero.is-success .navbar-link { - color: rgba(155, 92, 120, 0.7); -} -.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active, -.hero.is-success .navbar-link:hover, -.hero.is-success .navbar-link.is-active { - background-color: #3abb81; - color: rgb(155, 92, 120); -} -.hero.is-success .tabs a { - color: rgb(155, 92, 120); - opacity: 0.9; -} -.hero.is-success .tabs a:hover { - opacity: 1; -} -.hero.is-success .tabs li.is-active a { - color: hsl(153, 53%, 53%) !important; - opacity: 1; -} -.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a { - color: rgb(155, 92, 120); -} -.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover { - background-color: rgb(155, 92, 120); - border-color: rgb(155, 92, 120); - color: hsl(153, 53%, 53%); -} -.hero.is-success.is-bold { - background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); -} -@media screen and (max-width: 768px) { - .hero.is-success.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #29b35e 0%, hsl(153, 53%, 53%) 71%, #56d2af 100%); - } -} -.hero.is-warning { - background-color: hsl(44, 100%, 77%); - color: rgb(64, 79, 122); -} -.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-warning strong { - color: inherit; -} -.hero.is-warning .title { - color: rgb(64, 79, 122); -} -.hero.is-warning .subtitle { - color: rgba(64, 79, 122, 0.9); -} -.hero.is-warning .subtitle a:not(.button), -.hero.is-warning .subtitle strong { - color: rgb(64, 79, 122); -} -@media screen and (max-width: 1023px) { - .hero.is-warning .navbar-menu { - background-color: hsl(44, 100%, 77%); - } -} -.hero.is-warning .navbar-item, -.hero.is-warning .navbar-link { - color: rgba(64, 79, 122, 0.7); -} -.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active, -.hero.is-warning .navbar-link:hover, -.hero.is-warning .navbar-link.is-active { - background-color: #ffd970; - color: rgb(64, 79, 122); -} -.hero.is-warning .tabs a { - color: rgb(64, 79, 122); - opacity: 0.9; -} -.hero.is-warning .tabs a:hover { - opacity: 1; -} -.hero.is-warning .tabs li.is-active a { - color: hsl(44, 100%, 77%) !important; - opacity: 1; -} -.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a { - color: rgb(64, 79, 122); -} -.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover { - background-color: rgb(64, 79, 122); - border-color: rgb(64, 79, 122); - color: hsl(44, 100%, 77%); -} -.hero.is-warning.is-bold { - background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); -} -@media screen and (max-width: 768px) { - .hero.is-warning.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #ffb657 0%, hsl(44, 100%, 77%) 71%, #fff6a3 100%); - } -} -.hero.is-danger { - background-color: hsl(348, 86%, 61%); - color: rgb(71, 156, 139); -} -.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), -.hero.is-danger strong { - color: inherit; -} -.hero.is-danger .title { - color: rgb(71, 156, 139); -} -.hero.is-danger .subtitle { - color: rgba(71, 156, 139, 0.9); -} -.hero.is-danger .subtitle a:not(.button), -.hero.is-danger .subtitle strong { - color: rgb(71, 156, 139); -} -@media screen and (max-width: 1023px) { - .hero.is-danger .navbar-menu { - background-color: hsl(348, 86%, 61%); - } -} -.hero.is-danger .navbar-item, -.hero.is-danger .navbar-link { - color: rgba(71, 156, 139, 0.7); -} -.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active, -.hero.is-danger .navbar-link:hover, -.hero.is-danger .navbar-link.is-active { - background-color: #ef2e55; - color: rgb(71, 156, 139); -} -.hero.is-danger .tabs a { - color: rgb(71, 156, 139); - opacity: 0.9; -} -.hero.is-danger .tabs a:hover { - opacity: 1; -} -.hero.is-danger .tabs li.is-active a { - color: hsl(348, 86%, 61%) !important; - opacity: 1; -} -.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a { - color: rgb(71, 156, 139); -} -.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover { - background-color: rgba(186, 186, 186, 0.1); -} -.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover { - background-color: rgb(71, 156, 139); - border-color: rgb(71, 156, 139); - color: hsl(348, 86%, 61%); -} -.hero.is-danger.is-bold { - background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); -} -@media screen and (max-width: 768px) { - .hero.is-danger.is-bold .navbar-menu { - background-image: linear-gradient(141deg, #fa0a62 0%, hsl(348, 86%, 61%) 71%, #f7595f 100%); - } -} -.hero.is-small .hero-body { - padding: 1.5rem; -} -@media screen and (min-width: 769px), print { - .hero.is-medium .hero-body { - padding: 9rem 4.5rem; - } -} -@media screen and (min-width: 769px), print { - .hero.is-large .hero-body { - padding: 18rem 6rem; - } -} -.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body { - align-items: center; - display: flex; -} -.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container { - flex-grow: 1; - flex-shrink: 1; -} -.hero.is-halfheight { - min-height: 50vh; -} -.hero.is-fullheight { - min-height: 100vh; -} - -.hero-video { - overflow: hidden; -} -.hero-video video { - left: 50%; - min-height: 100%; - min-width: 100%; - position: absolute; - top: 50%; - transform: translate3d(-50%, -50%, 0); -} -.hero-video.is-transparent { - opacity: 0.3; -} -@media screen and (max-width: 768px) { - .hero-video { - display: none; - } -} - -.hero-buttons { - margin-top: 1.5rem; -} -@media screen and (max-width: 768px) { - .hero-buttons .button { - display: flex; - } - .hero-buttons .button:not(:last-child) { - margin-bottom: 0.75rem; - } -} -@media screen and (min-width: 769px), print { - .hero-buttons { - display: flex; - justify-content: center; - } - .hero-buttons .button:not(:last-child) { - margin-right: 1.5rem; - } -} - -.hero-head, -.hero-foot { - flex-grow: 0; - flex-shrink: 0; -} - -.hero-body { - flex-grow: 1; - flex-shrink: 0; - padding: 3rem 1.5rem; -} -@media screen and (min-width: 769px), print { - .hero-body { - padding: 3rem 3rem; - } -} - -.section { - padding: 3rem 1.5rem; -} -@media screen and (min-width: 1024px) { - .section { - padding: 3rem 3rem; - } - .section.is-medium { - padding: 9rem 4.5rem; - } - .section.is-large { - padding: 18rem 6rem; - } -} - -.footer { - background-color: rgb(66, 66, 66); - padding: 3rem 1.5rem 6rem; -} - -/*# sourceMappingURL=bulma-dark.css.map */ \ No newline at end of file diff --git a/css/theme/bulma-dark.css.map b/css/theme/bulma-dark.css.map deleted file mode 100644 index fe0904b41..000000000 --- a/css/theme/bulma-dark.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["bulma-dark.css","../../sass/theme/bulma-dark.sass","../../sass/utilities/extends.sass","../../sass/utilities/controls.sass","../../sass/utilities/initial-variables.sass","../../sass/utilities/mixins.sass","../../sass/base/_index.sass","../../sass/base/minireset.sass","../../sass/base/generic.sass","../../sass/base/animations.sass","../../sass/elements/_index.sass","../../sass/elements/box.sass","../../sass/utilities/derived-variables.sass","../../sass/elements/button.sass","../../sass/elements/container.sass","../../sass/elements/content.sass","../../sass/elements/icon.sass","../../sass/elements/image.sass","../../sass/elements/notification.sass","../../sass/elements/progress.sass","../../sass/elements/table.sass","../../sass/elements/tag.sass","../../sass/elements/title.sass","../../sass/elements/other.sass","../../sass/form/_index.sass","../../sass/form/shared.sass","../../sass/form/input-textarea.sass","../../sass/form/checkbox-radio.sass","../../sass/form/select.sass","../../sass/form/file.sass","../../sass/form/tools.sass","../../sass/components/_index.sass","../../sass/components/breadcrumb.sass","../../sass/components/card.sass","../../sass/components/dropdown.sass","../../sass/components/level.sass","../../sass/components/media.sass","../../sass/components/menu.sass","../../sass/components/message.sass","../../sass/components/modal.sass","../../sass/components/navbar.sass","../../sass/components/pagination.sass","../../sass/components/panel.sass","../../sass/components/tabs.sass","../../sass/grid/_index.sass","../../sass/grid/columns.sass","../../sass/grid/tiles.sass","../../sass/helpers/_index.sass","../../sass/helpers/color.sass","../../sass/helpers/flexbox.sass","../../sass/helpers/float.sass","../../sass/helpers/other.sass","../../sass/helpers/overflow.sass","../../sass/helpers/position.sass","../../sass/helpers/spacing.sass","../../sass/helpers/typography.sass","../../sass/helpers/visibility.sass","../../sass/layout/_index.sass","../../sass/layout/hero.sass","../../sass/layout/section.sass","../../sass/layout/footer.sass"],"names":[],"mappings":"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EU;EAsEV,mBAvEY;EAwEZ,4BAzEa;ARsVf;;AQ3QA;EACE,iCPlDgB;EOmDhB,YAAA;EACA,cAAA;EACA,WAxEU;EAyEV,gBAxEU;ARsVZ;;AQ5QA;EACE,YAAA;EACA,eAAA;AR+QF;;AQ7QA;;EAEE,wBAAA;ARgRF;;AQ9QA;EACE,kBAvFgB;ARwWlB;;AQ/QA;EACE,mBAAA;EACA,oBAAA;ARkRF;;AQhRA;EACE,yBPxDY;EOyDZ,gBJzEY;AJ4Vd;;AQ/QA;EACE,YAAA;ARkRF;;AQhRA;EHvDE,iCAAA;EGyDA,iCPlFgB;EOmFhB,yBPtEK;EOuEL,kBAjGc;EAkGd,gBAAA;EACA,uBAlGY;EAmGZ,gBAAA;EACA,iBAAA;ARmRF;AQlRE;EACE,6BAAA;EACA,mBAAA;EACA,cAvGiB;EAwGjB,UAAA;ARoRJ;;AQjRE;;EAEE,mBAAA;ARoRJ;AQnRI;;EACE,mBAAA;ARsRN;AQrRE;EACE,yBPtFU;AD6Wd;;ASzaA;EACE;IACE,uBAAA;ET4aF;ES3aA;IACE,yBAAA;ET6aF;AACF;AUlbA,mBAAA;ATCA,qBAAA;AUYA;EAEE,iCV2BY;EU1BZ,kBPuDa;EOtDb,gGCsFO;EDrFP,yBVuCK;EUtCL,cAAA;EACA,gBAZY;AXobd;;AWraE;EAEE,sFAfoB;AXsbxB;AWtaE;EACE,iFAhBqB;AXwbzB;;AClcA,qBAAA;AY+DA;EAGE,iCZzBY;EY0BZ,6BZlBO;EYmBP,iBV/DqB;EUgErB,yBZVY;EYWZ,eAAA;EAGA,uBAAA;EACA,iCA7DwB;EA8DxB,iBA7D0B;EA8D1B,kBA9D0B;EA+D1B,8BAhEwB;EAiExB,kBAAA;EACA,mBAAA;AbmYF;AalYE;EACE,cAAA;AboYJ;AalYI;EAIE,aAAA;EACA,YAAA;AbiYN;AahYI;ER4FA,+BQ3FiC;ER2FjC,oBQ1FiC;AbkYrC;AajYI;ERyFA,mBQxFiC;ERwFjC,gCQvFiC;AbmYrC;AalYI;EACE,+BAAA;EACA,gCAAA;AboYN;AalYE;EAEE,gCZzBgB;EY0BhB,yBZ3BS;AD8Zb;AalYE;EAEE,+BZ3BgB;EY4BhB,yBZ7BS;ADgab;AalYI;EACE,kDAAA;AboYN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;AbsrCrC;AarrCE;EACE,sBAAA;AburCJ;AatrCE;EACE,mBAAA;AbwrCJ;AarrCI;EAzPF,kBTlBO;AJm8CT;Aan7CE;EACE,kBTcW;AJu6Cf;AaxrCI;EAxPF,kBTxBO;AJ28CT;AaxrCI;EAzPF,iBT3BO;AJ+8CT;AavrCM;EACE,4BAAA;EACA,yBAAA;AbyrCR;AaxrCM;EACE,6BAAA;EACA,0BAAA;ER1IJ,kBQ2ImC;Ab0rCvC;AazrCM;ER5IF,eQ6ImC;Ab2rCvC;Aa1rCM;EAEE,UAAA;Ab2rCR;Aa1rCM;EAKE,UAAA;AbwrCR;AavrCQ;EACE,UAAA;AbyrCV;AaxrCM;EACE,YAAA;EACA,cAAA;Ab0rCR;AazrCE;EACE,uBAAA;Ab2rCJ;AazrCM;EACE,oBAAA;EACA,qBAAA;Ab2rCR;Aa1rCE;EACE,yBAAA;Ab4rCJ;Aa1rCM;EACE,oBAAA;EACA,qBAAA;Ab4rCR;;AKz7CE;EQmQM;IACE,oBAlTgB;Eb4+CxB;EaxrCM;;IAEE,qBAtTgB;Ebg/CxB;Ea/rCM;IACE,kBAlTgB;Ebm/CxB;EalsCM;IACE,eAlTgB;Ebs/CxB;AACF;AKr8CE;EQ+PM;IACE,qBAlTgB;Eb2/CxB;EavsCM;;IAEE,kBAtTgB;Eb+/CxB;Ea9sCM;IACE,eAlTgB;EbkgDxB;EajtCM;IACE,kBAlTgB;EbqgDxB;AACF;AcljDA;EACE,YAAA;EACA,cAAA;EACA,kBAAA;EACA,WAAA;AdojDF;AcnjDE;EACE,0BAAA;EACA,kBVwCE;EUvCF,mBVuCE;EUtCF,WAAA;AdqjDJ;AK58CE;ESlHF;IAWI,gBAAA;EdujDF;AACF;AKv8CI;ES/GA;IACE,iBAAA;EdyjDJ;AACF;AK77CI;ES3HA;IACE,iBAAA;Ed2jDJ;AACF;AK58CI;ES9GA;IACE,iBAAA;Ed6jDJ;AACF;AKl8CI;ES1HA;IACE,iBAAA;Ed+jDJ;AACF;;AC5lDA,qBAAA;Ac6BE;EACE,kBAAA;AfmkDJ;Ae1jDI;;;;;;;EACE,kBAhCwB;AfkmD9B;AejkDE;;;;;;EAME,yBdYU;EcXV,gBXNc;EWOd,kBA3C0B;Af8mD9B;AelkDE;EACE,cAAA;EACA,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EACE,oClB8BG;AD09DP;AmBv/DE;EACE,oClB4BG;AD69DP;AmBx/DE;EACE,oClB0BG;EkBzBH,YAAA;AnB0/DJ;AmBr/DM;EACE,iCAHI;AnB0/DZ;AmBt/DM;EACE,iCALI;AnB6/DZ;AmBv/DM;EACE,iCAPI;AnBggEZ;AmBx/DM;EACE,qFAAA;AnB0/DR;AmBjgEM;EACE,oCAHI;AnBsgEZ;AmBlgEM;EACE,oCALI;AnBygEZ;AmBngEM;EACE,oCAPI;AnB4gEZ;AmBpgEM;EACE,wFAAA;AnBsgER;AmB7gEM;EACE,iCAHI;AnBkhEZ;AmB9gEM;EACE,iCALI;AnBqhEZ;AmB/gEM;EACE,iCAPI;AnBwhEZ;AmBhhEM;EACE,qFAAA;AnBkhER;AmBzhEM;EACE,oCAHI;AnB8hEZ;AmB1hEM;EACE,oCALI;AnBiiEZ;AmB3hEM;EACE,oCAPI;AnBoiEZ;AmB5hEM;EACE,wFAAA;AnB8hER;AmBriEM;EACE,mCAHI;AnB0iEZ;AmBtiEM;EACE,mCALI;AnB6iEZ;AmBviEM;EACE,mCAPI;AnBgjEZ;AmBxiEM;EACE,uFAAA;AnB0iER;AmBjjEM;EACE,mCAHI;AnBsjEZ;AmBljEM;EACE,mCALI;AnByjEZ;AmBnjEM;EACE,mCAPI;AnB4jEZ;AmBpjEM;EACE,uFAAA;AnBsjER;AmB7jEM;EACE,oCAHI;AnBkkEZ;AmB9jEM;EACE,oCALI;AnBqkEZ;AmB/jEM;EACE,oCAPI;AnBwkEZ;AmBhkEM;EACE,wFAAA;AnBkkER;AmBzkEM;EACE,oCAHI;AnB8kEZ;AmB1kEM;EACE,oCALI;AnBilEZ;AmB3kEM;EACE,oCAPI;AnBolEZ;AmB5kEM;EACE,wFAAA;AnB8kER;AmBrlEM;EACE,oCAHI;AnB0lEZ;AmBtlEM;EACE,oCALI;AnB6lEZ;AmBvlEM;EACE,oCAPI;AnBgmEZ;AmBxlEM;EACE,wFAAA;AnB0lER;AmBjmEM;EACE,oCAHI;AnBsmEZ;AmBlmEM;EACE,oCALI;AnBymEZ;AmBnmEM;EACE,oCAPI;AnB4mEZ;AmBpmEM;EACE,wFAAA;AnBsmER;AmBpmEE;EACE,wBAtC8B;EAuC9B,mCAAA;EACA,iCAAA;EACA,iCAAA;EACA,iClBCW;EkBAX,wFAAA;EACA,6BAAA;EACA,4BAAA;EACA,0BAAA;AnBsmEJ;AmBrmEI;EACE,6BAAA;AnBumEN;AmBtmEI;EACE,6BAAA;AnBwmEN;AmBvmEI;EACE,oBAAA;AnBymEN;AmBtmEE;EACE,ef3BK;AJmoET;AmBvmEE;EACE,ef/BK;AJwoET;AmBxmEE;EACE,cflCK;AJ4oET;;AmBxmEA;EACE;IACE,2BAAA;EnB2mEF;EmB1mEA;IACE,4BAAA;EnB4mEF;AACF;ACvrEA,qBAAA;AmB+BA;EAEE,iCnBQY;EmBPZ,yBnByBY;ADioEd;AoBzpEE;;EAEE,iCA/BgB;EAgChB,qBA/BsB;EAgCtB,qBA/BiB;EAgCjB,mBAAA;ApB2pEJ;AoBtpEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ApB6pErB;AoB5pEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,sBAJa;ApBmqErB;AoBlqEM;;EACE,iCAHM;EAIN,6BAJM;EAKN,yBAJa;ApByqErB;AoBxqEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,yBAJa;ApB+qErB;AoB9qEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,wBAJa;ApBqrErB;AoBprEM;;EACE,mCAHM;EAIN,+BAJM;EAKN,yBAJa;ApB2rErB;AoB1rEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ApBisErB;AoBhsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ApBusErB;AoBtsEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,uBAJa;ApB6sErB;AoB5sEM;;EACE,oCAHM;EAIN,gCAJM;EAKN,wBAJa;ApBmtErB;AoB7sEI;;EACE,mBAAA;EACA,SAAA;ApBgtEN;AoB/sEI;;EACE,mCnB3CI;EmB4CJ,wBnBjCW;ADmvEjB;AoBjtEM;;;;EAEE,mBAAA;ApBqtER;AoBptEI;;EACE,sBAAA;ApButEN;AoBttEE;EACE,yBnBHU;AD2tEd;AoBvtEI;EACE,gBAtDkB;ApB+wExB;AoBvtEI;EACE,mCnBxDI;EmByDJ,wBnB9CW;ADuwEjB;AoBxtEM;;EAEE,mBAAA;ApB0tER;AoBztEM;;EAEE,+BnBpDS;EmBqDT,mBAAA;ApB2tER;AoB1tEE;EACE,6BA5D0B;ApBwxE9B;AoB3tEI;;EAEE,qBApEyB;EAqEzB,yBnBtBQ;ADmvEd;AoB5tEE;EACE,6BAhE0B;ApB8xE9B;AoB7tEI;;EAEE,qBAxEyB;EAyEzB,yBnB5BQ;AD2vEd;AoB9tEE;EACE,6BAvE0B;ApBuyE9B;AoB7tEQ;;EAEE,sBAAA;ApB+tEV;AoB5tEI;;EAEE,iBAAA;ApB8tEN;AoB3tEQ;;EAEE,wBAAA;ApB6tEV;AoB5tEE;EACE,WAAA;ApB8tEJ;AoB1tEQ;EACE,iCnBrEQ;ADiyElB;AoBxtEU;EACE,iCnB1EM;ADoyElB;AoBztEY;EACE,iCnB3EI;ADsyElB;AoBztEI;;EAEE,qBAAA;ApB2tEN;AoBvtEQ;EACE,iCnBrFQ;AD8yElB;;AoBvtEA;Ef7DE,iCAAA;EegEA,cAAA;EACA,kBAAA;EACA,eAAA;ApBytEF;;AqBr1EA;EACE,mBAAA;EACA,aAAA;EACA,eAAA;EACA,2BAAA;ArBw1EF;AqBv1EE;EACE,qBAAA;ArBy1EJ;AqBx1EI;EhBoKA,oBgBnKiC;ArB01ErC;AqBz1EE;EACE,sBAAA;ArB21EJ;AqB11EE;EACE,mBAAA;ArB41EJ;AqBz1EI;EACE,ejBUG;AJi1ET;AqBz1EI;EACE,kBjBMG;AJq1ET;AqB11EE;EACE,uBAAA;ArB41EJ;AqB31EI;EACE,qBAAA;EACA,oBAAA;ArB61EN;AqB51EE;EACE,yBAAA;ArB81EJ;AqB51EM;EACE,mBAAA;ArB81ER;AqB71EM;EACE,eAAA;ArB+1ER;AqB71EI;EhB0IA,egBzIiC;ArB+1ErC;AqB91EM;EhBwIF,cgBvImC;EAE7B,yBAAA;EACA,4BAAA;ArB+1EV;AqB31EM;EAEI,0BAAA;EACA,6BAAA;ArB41EV;;AqBv1EA;EACE,mBAAA;EACA,iCpBpBgB;EoBqBhB,kBjBKO;EiBJP,yBpBTK;EoBUL,oBAAA;EACA,kBjB9BO;EiB+BP,WAAA;EACA,uBAAA;EACA,gBAAA;EACA,oBAAA;EACA,qBAAA;EACA,mBAAA;ArB01EF;AqBz1EE;EhB2GE,oBgB1G+B;EhB0G/B,uBgBzG+B;ArB21EnC;AqBt1EI;EACE,iCAHM;EAIN,yBAHa;ArB21EnB;AqB11EI;EACE,oCAHM;EAIN,sBAHa;ArB+1EnB;AqB91EI;EACE,iCAHM;EAIN,yBAHa;ArBm2EnB;AqBl2EI;EACE,oCAHM;EAIN,yBAHa;ArBu2EnB;AqBt2EI;EACE,mCAHM;EAIN,wBAHa;ArB22EnB;AqBn2EQ;EACE,oCAHY;EAIZ,uBAHW;ArBw2ErB;AqB92EI;EACE,mCAHM;EAIN,yBAHa;ArBm3EnB;AqB32EQ;EACE,oCAHY;EAIZ,wBAHW;ArBg3ErB;AqBt3EI;EACE,oCAHM;EAIN,wBAHa;ArB23EnB;AqBn3EQ;EACE,mCAHY;EAIZ,wBAHW;ArBw3ErB;AqB93EI;EACE,oCAHM;EAIN,wBAHa;ArBm4EnB;AqB33EQ;EACE,mCAHY;EAIZ,wBAHW;ArBg4ErB;AqBt4EI;EACE,oCAHM;EAIN,uBAHa;ArB24EnB;AqBn4EQ;EACE,oCAHY;EAIZ,yBAHW;ArBw4ErB;AqB94EI;EACE,oCAHM;EAIN,wBAHa;ArBm5EnB;AqB34EQ;EACE,mCAHY;EAIZ,uBAHW;ArBg5ErB;AqB34EE;EACE,kBjBxDK;AJq8ET;AqB54EE;EACE,ejB3DK;AJy8ET;AqB74EE;EACE,kBjB9DK;AJ68ET;AqB74EI;EhBkFA,qBgBjFiC;EhBiFjC,sBgBhFiC;ArB+4ErC;AqB94EI;EhB+EA,qBgB9EiC;EhB8EjC,sBgB7EiC;ArBg5ErC;AqB/4EI;EhB4EA,qBgB3EiC;EhB2EjC,sBgB1EiC;ArBi5ErC;AqB/4EE;EhBwEE,gBgB/KgB;EAyGhB,UAAA;EACA,kBAAA;EACA,UAAA;ArBi5EJ;AqBh5EI;EAEE,8BAAA;EACA,WAAA;EACA,cAAA;EACA,SAAA;EACA,kBAAA;EACA,QAAA;EACA,0DAAA;EACA,+BAAA;ArBi5EN;AqBh5EI;EACE,WAAA;EACA,UAAA;ArBk5EN;AqBj5EI;EACE,WAAA;EACA,UAAA;ArBm5EN;AqBl5EI;EAEE,yBAAA;ArBm5EN;AqBl5EI;EACE,yBAAA;ArBo5EN;AqBn5EE;EACE,qBjBjEa;AJs9EjB;;AqBl5EE;EACE,0BAAA;ArBq5EJ;;ACjiFA,qBAAA;AqBuBA;;EAGE,sBAAA;AtB6gFF;AsB5gFE;;;;EAEE,oBAAA;AtBghFJ;AsB/gFE;;EACE,iBApBa;AtBsiFjB;AsBjhFE;;EACE,iBArBa;AtByiFjB;AsBnhFE;;EACE,sBAAA;AtBshFJ;;AsBphFA;EACE,yBrBqBY;EqBlBZ,elBRO;EkBSP,gBAAA;EACA,kBAnCkB;AtBwjFpB;AsBphFE;EACE,cApCiB;EAqCjB,oBApCkB;AtB0jFtB;AsBrhFE;EACE,oBA3BuB;AtBkjF3B;AsBnhFI;EACE,eV2DE;AZ09ER;AsBthFI;EACE,iBV2DE;AZ69ER;AsBzhFI;EACE,eV2DE;AZg+ER;AsB5hFI;EACE,iBV2DE;AZm+ER;AsB/hFI;EACE,kBV2DE;AZs+ER;AsBliFI;EACE,eV2DE;AZy+ER;AsBriFI;EACE,kBV2DE;AZ4+ER;;AsBriFA;EACE,yBAAA;EAGA,kBlBxBO;EkByBP,gBlBpBc;EkBqBd,iBA3CqB;AtBilFvB;AsBriFE;EACE,yBrBJU;EqBKV,gBlBtBc;AJ6jFlB;AsBtiFE;EACE,oBA7CuB;AtBqlF3B;AsBpiFI;EACE,eVyCE;AZ6/ER;AsBviFI;EACE,iBVyCE;AZggFR;AsB1iFI;EACE,eVyCE;AZmgFR;AsB7iFI;EACE,iBVyCE;AZsgFR;AsBhjFI;EACE,kBVyCE;AZygFR;AsBnjFI;EACE,eVyCE;AZ4gFR;AsBtjFI;EACE,kBVyCE;AZ+gFR;;AC/nFA,qBAAA;AsBSA;EACE,cAAA;EACA,eAAA;EACA,mBAAA;EACA,kBAAA;EACA,yBAAA;AvB0nFF;;AuBrnFA;EACE,mBAAA;EACA,iCtBsBgB;EsBrBhB,qBnBiDe;EmBhDf,oBAAA;EACA,kBnBWO;EmBVP,WAAA;EACA,uBAAA;EACA,oBAAA;EACA,gBAAA;EACA,uBAAA;EACA,kBAAA;EACA,mBAAA;AvBwnFF;;AwBxpFA,eAAA;AvBCA,qBAAA;AwB6DA;EAxBE,iCxBIY;EwBHZ,6BxBWO;EwBVP,kBrB8BO;EqB7BP,yBxBmBY;ADqmFd;AKvlFI;EoB/BA,+BA7BsB;AzBspF1B;AK1lFI;EoB/BA,+BA7BsB;AzBypF1B;AK7lFI;EoB/BA,+BA7BsB;AzB4pF1B;AKhmFI;EoB/BA,+BA7BsB;AzB+pF1B;AyBjoFE;EAEE,gCxBKW;AD6nFf;AyBjoFE;EAIE,+BxBoBG;EwBnBH,kDAAA;AzBgoFJ;AyB/nFE;EAEE,iCxBXc;EwBYd,6BxBZc;EwBad,gBAAA;EACA,yBxBCS;AD+nFb;AKhnFI;EoBdE,+BAjC6B;AzBkqFnC;AKnnFI;EoBdE,+BAjC6B;AzBqqFnC;AKtnFI;EoBdE,+BAjC6B;AzBwqFnC;AKznFI;EoBdE,+BAjC6B;AzB2qFnC;;AwBtsFA,eAAA;AEWA;EAEE,8DAAA;EACA,eAAA;EACA,WAAA;A1B8rFF;A0B7rFE;EACE,gBAAA;A1B+rFJ;A0B3rFI;EACE,6BAFM;A1B+rFZ;A0B5rFM;EAIE,gDAAA;A1B2rFR;A0BjsFI;EACE,gCAFM;A1BqsFZ;A0BlsFM;EAIE,mDAAA;A1BisFR;A0BvsFI;EACE,6BAFM;A1B2sFZ;A0BxsFM;EAIE,gDAAA;A1BusFR;A0B7sFI;EACE,gCAFM;A1BitFZ;A0B9sFM;EAIE,mDAAA;A1B6sFR;A0BntFI;EACE,+BAFM;A1ButFZ;A0BptFM;EAIE,kDAAA;A1BmtFR;A0BztFI;EACE,+BAFM;A1B6tFZ;A0B1tFM;EAIE,kDAAA;A1BytFR;A0B/tFI;EACE,gCAFM;A1BmuFZ;A0BhuFM;EAIE,kDAAA;A1B+tFR;A0BruFI;EACE,gCAFM;A1ByuFZ;A0BtuFM;EAIE,kDAAA;A1BquFR;A0B3uFI;EACE,gCAFM;A1B+uFZ;A0B5uFM;EAIE,mDAAA;A1B2uFR;A0BjvFI;EACE,gCAFM;A1BqvFZ;A0BlvFM;EAIE,kDAAA;A1BivFR;A0B/uFE;EvBeA,kBCyBa;EDxBb,kBCPO;AJ0uFT;A0BjvFE;EvBgBA,kBCXO;AJ+uFT;A0BlvFE;EvBgBA,iBCdO;AJmvFT;A0BlvFE;EACE,cAAA;EACA,WAAA;A1BovFJ;A0BnvFE;EACE,eAAA;EACA,WAAA;A1BqvFJ;;A0BjvFE;EACE,qBtB0Ba;EsBzBb,gDAAA;EACA,iDAAA;A1BovFJ;A0BnvFE;EACE,6BAAA;EACA,yBAAA;EACA,gBAAA;EACA,eAAA;EACA,gBAAA;A1BqvFJ;;A0BnvFA;EAEE,cAAA;EACA,eAAA;EACA,eAAA;EACA,2BvBjD2B;EuBkD3B,gBAAA;A1BqvFF;A0BpvFE;EACE,gBA1DkB;EA2DlB,eA1DkB;A1BgzFtB;A0BrvFE;EACE,eAAA;A1BuvFJ;A0BrvFE;EACE,YAAA;A1BuvFJ;;AwB7zFA,eAAA;AGGA;EACE,eAAA;EACA,qBAAA;EACA,iBAAA;EACA,kBAAA;A3B8zFF;A2B7zFE;EACE,eAAA;A3B+zFJ;A2B9zFE;EACE,yB1BiDU;AD+wFd;A2B/zFE;;;EAGE,yB1B4CS;E0B3CT,mBAAA;A3Bi0FJ;;A2B1zFE;EtB+JE,kBsB9J+B;A3B6zFnC;;AwBr1FA,eAAA;AvBCA,qBAAA;A2BSA;EACE,qBAAA;EACA,eAAA;EACA,kBAAA;EACA,mBAAA;A5Bg1FF;A4B/0FE;EACE,azBRa;AHy1FjB;A4B/0FI;EAEE,+B3BmDC;EIuHH,cuBzKuB;EACrB,UAAA;A5Bg1FN;A4B90FI;EACE,qBxB+CW;EC8Gb,iBuB5JkC;A5Bg1FtC;A4B/0FE;EAEE,eAAA;EACA,cAAA;EACA,cAAA;EACA,eAAA;EACA,aAAA;A5Bg1FJ;A4B/0FI;EACE,aAAA;A5Bi1FN;A4Bh1FI;EAEE,6B3BMY;AD20FlB;A4Bh1FI;EvB+IA,oBuB9IkC;A5Bk1FtC;A4Bj1FI;EACE,YAAA;EACA,UAAA;A5Bm1FN;A4Bl1FM;EACE,kBAAA;A5Bo1FR;A4Bj1FI;EACE,gC3BWQ;ADw0Fd;A4B90FM;EACE,6BAHI;A5Bm1FZ;A4B/0FM;EACE,6BALI;A5Bs1FZ;A4Bh1FQ;EAEE,qBAAA;A5Bi1FV;A4Bh1FQ;EAIE,gDAAA;A5B+0FV;A4B11FM;EACE,gCAHI;A5B+1FZ;A4B31FM;EACE,gCALI;A5Bk2FZ;A4B51FQ;EAEE,qBAAA;A5B61FV;A4B51FQ;EAIE,mDAAA;A5B21FV;A4Bt2FM;EACE,6BAHI;A5B22FZ;A4Bv2FM;EACE,6BALI;A5B82FZ;A4Bx2FQ;EAEE,qBAAA;A5By2FV;A4Bx2FQ;EAIE,gDAAA;A5Bu2FV;A4Bl3FM;EACE,gCAHI;A5Bu3FZ;A4Bn3FM;EACE,gCALI;A5B03FZ;A4Bp3FQ;EAEE,qBAAA;A5Bq3FV;A4Bp3FQ;EAIE,mDAAA;A5Bm3FV;A4B93FM;EACE,+BAHI;A5Bm4FZ;A4B/3FM;EACE,+BALI;A5Bs4FZ;A4Bh4FQ;EAEE,qBAAA;A5Bi4FV;A4Bh4FQ;EAIE,kDAAA;A5B+3FV;A4B14FM;EACE,+BAHI;A5B+4FZ;A4B34FM;EACE,+BALI;A5Bk5FZ;A4B54FQ;EAEE,qBAAA;A5B64FV;A4B54FQ;EAIE,kDAAA;A5B24FV;A4Bt5FM;EACE,gCAHI;A5B25FZ;A4Bv5FM;EACE,gCALI;A5B85FZ;A4Bx5FQ;EAEE,qBAAA;A5By5FV;A4Bx5FQ;EAIE,kDAAA;A5Bu5FV;A4Bl6FM;EACE,gCAHI;A5Bu6FZ;A4Bn6FM;EACE,gCALI;A5B06FZ;A4Bp6FQ;EAEE,qBAAA;A5Bq6FV;A4Bp6FQ;EAIE,kDAAA;A5Bm6FV;A4B96FM;EACE,gCAHI;A5Bm7FZ;A4B/6FM;EACE,gCALI;A5Bs7FZ;A4Bh7FQ;EAEE,qBAAA;A5Bi7FV;A4Bh7FQ;EAIE,mDAAA;A5B+6FV;A4B17FM;EACE,gCAHI;A5B+7FZ;A4B37FM;EACE,gCALI;A5Bk8FZ;A4B57FQ;EAEE,qBAAA;A5B67FV;A4B57FQ;EAIE,kDAAA;A5B27FV;A4Bz7FE;EzBvBA,kBCyBa;EDxBb,kBCPO;AJ09FT;A4B37FE;EzBtBA,kBCXO;AJ+9FT;A4B57FE;EzBtBA,iBCdO;AJm+FT;A4B37FI;EACE,2CAAA;EACA,YAAA;A5B67FN;A4B57FE;EACE,WAAA;A5B87FJ;A4B77FI;EACE,WAAA;A5B+7FN;A4B77FI;EAEE,aAAA;EACA,kBAAA;EvBwGF,cuBvGuB;EACrB,YAAA;EACA,eAAA;A5B87FN;A4B77FI;EACE,kBxBrDG;AJo/FT;A4B97FI;EACE,kBxBzDG;AJy/FT;A4B/7FI;EACE,iBxB5DG;AJ6/FT;;AC/hGA,qBAAA;AuBDA,eAAA;AKsBA;EAEE,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B2BY;AJ42Gd;A8Bt4GE;EACE,oBAAA;A9Bw4GJ;A8Bt4GE;EACE,kB1BgBK;AJw3GT;A8Bv4GE;EACE,kB1BYK;AJ63GT;A8Bx4GE;EACE,iB1BSK;AJi4GT;;A8Bx4GA;EACE,cAAA;EACA,kB1BQO;E0BPP,mBAAA;A9B24GF;A8Bx4GI;EACE,sBAFM;A9B44GZ;A8B34GI;EACE,yBAFM;A9B+4GZ;A8B94GI;EACE,sBAFM;A9Bk5GZ;A8Bj5GI;EACE,yBAFM;A9Bq5GZ;A8Bp5GI;EACE,wBAFM;A9Bw5GZ;A8Bv5GI;EACE,wBAFM;A9B25GZ;A8B15GI;EACE,yBAFM;A9B85GZ;A8B75GI;EACE,yBAFM;A9Bi6GZ;A8Bh6GI;EACE,yBAFM;A9Bo6GZ;A8Bn6GI;EACE,yBAFM;A9Bu6GZ;;A8Bh6GE;EACE,sBAAA;A9Bm6GJ;A8Bj6GE;EACE,aAAA;EACA,2BAAA;A9Bm6GJ;A8Bj6GM;EzBuIF,kByBtImC;A9Bm6GvC;A8Bj6GQ;;;EAGE,gBAAA;A9Bm6GV;A8Bj6GQ;;;EAII,6BAAA;EACA,0BAAA;A9Bk6GZ;A8B75GQ;;;EAII,4BAAA;EACA,yBAAA;A9B85GZ;A8Bt5GU;;;;;EAEE,UAAA;A9B25GZ;A8B15GU;;;;;;;;;EAIE,UAAA;A9Bi6GZ;A8Bh6GY;;;;;;;;;EACE,UAAA;A9B06Gd;A8Bz6GM;EACE,YAAA;EACA,cAAA;A9B26GR;A8B16GI;EACE,uBAAA;A9B46GN;A8B36GI;EACE,yBAAA;A9B66GN;A8B36GM;EACE,YAAA;EACA,cAAA;A9B66GR;A8B56GE;EACE,aAAA;EACA,2BAAA;A9B86GJ;A8B76GI;EACE,cAAA;A9B+6GN;A8B96GM;EACE,gBAAA;EzB6EJ,qByB5EmC;A9Bg7GvC;A8B/6GM;EACE,YAAA;EACA,cAAA;A9Bi7GR;A8Bh7GI;EACE,uBAAA;A9Bk7GN;A8Bj7GI;EACE,yBAAA;A9Bm7GN;A8Bl7GI;EACE,eAAA;A9Bo7GN;A8Bl7GQ;EAEE,sBAAA;A9Bm7GV;A8Bl7GM;EACE,uBAAA;A9Bo7GR;A8Bn7GM;EACE,gBAAA;A9Bq7GR;AKp8GE;EyBgBA;IAEI,aAAA;E9Bs7GJ;AACF;;A8Bp7GE;EACE,kBAAA;A9Bu7GJ;AKj9GE;EyBwBF;IAII,qBAAA;E9By7GF;AACF;AKl9GE;EyBoBF;IAMI,aAAA;IACA,YAAA;IACA,cAAA;IzB8CA,oByB7C+B;IAC/B,iBAAA;E9B47GF;E8B37GE;IACE,kB1BtGG;I0BuGH,oBAAA;E9B67GJ;E8B57GE;IACE,oBAAA;E9B87GJ;E8B77GE;IACE,kB1B7GG;I0B8GH,oBAAA;E9B+7GJ;E8B97GE;IACE,iB1BjHG;I0BkHH,oBAAA;E9Bg8GJ;AACF;;A8B97GE;EACE,gBAAA;A9Bi8GJ;AK9+GE;EyB2CF;IAII,aAAA;IACA,aAAA;IACA,YAAA;IACA,cAAA;E9Bm8GF;E8Bl8GE;IACE,gBAAA;E9Bo8GJ;E8Bn8GE;IACE,cAAA;E9Bq8GJ;E8Bp8GI;IACE,YAAA;E9Bs8GN;E8Br8GI;IzBiBF,qByBhBmC;E9Bu8GrC;AACF;;A8Bt8GA;EACE,sBAAA;EACA,WAAA;EACA,e1BtIO;E0BuIP,kBAAA;EACA,mBAAA;A9By8GF;A8Bl8GQ;;;EACE,yB7B5HH;ADkkHP;A8Br8GM;;;EACE,kB1BjJC;AJ0lHT;A8Bx8GM;;;EACE,kB1BrJC;AJimHT;A8B38GM;;;EACE,iB1BxJC;AJumHT;A8B98GI;EACE,sB7B3IG;E6B4IH,a3BtLW;E2BuLX,oBAAA;EACA,kBAAA;EACA,MAAA;EACA,Y3B1LW;E2B2LX,UAAA;A9Bg9GN;A8B98GI;;EAEE,mB3B/LW;AH+oHjB;A8B/8GI;EACE,OAAA;A9Bi9GN;A8B/8GI;;EAEE,oB3BrMW;AHspHjB;A8Bh9GI;EACE,QAAA;A9Bk9GN;A8Bh9GI;EAEE,6BAAA;EzBrBF,cyBsBuB;EACrB,YAAA;EACA,UAAA;A9Bi9GN;A8Bh9GI;EACE,kB1BlLG;AJooHT;A8Bj9GI;EACE,kB1BtLG;AJyoHT;A8Bl9GI;EACE,iB1BzLG;AJ6oHT;;A+BhrHA,qBAAA;A9BCA,qBAAA;A+BaA;EAGE,e5BoBO;E4BnBP,mBAAA;AhCqqHF;AgCpqHE;EACE,mBAAA;EACA,wB/BkDG;E+BjDH,aAAA;EACA,uBAAA;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iBjCKK;AJ4iIT;;AqC/iIA;EACE,iBArBsB;ArCukIxB;AqCjjIE;EACE,kBjCkCW;EiCjCX,yBpCqBG;EoCpBH,cAAA;EACA,qBAzBqB;ArC4kIzB;AqCljII;EACE,iCpCIY;EoCHZ,yBpCmBQ;ADiiId;AqCljII;EACE,mCpC2BC;EoC1BD,yBpC2BQ;ADyhId;AqCljII;EhCuIA,sCgC3KoB;EAsClB,cAnCoB;EhCwKtB,oBgCvK4B;ArCulIhC;;AqCljIA;EACE,yBpCMW;EoCLX,iBApCqB;EAqCrB,qBApC0B;EAqC1B,yBAAA;ArCqjIF;AqCpjIE;EACE,eAtCiB;ArC4lIrB;AqCrjIE;EACE,kBAxCiB;ArC+lIrB;;AClnIA,qBAAA;AqCyBA;EAEE,iCrCgBgB;EqCfhB,kBlCyCO;EkCxCP,elCOO;AJqlIT;AsC3lIE;EACE,mBAAA;AtC6lIJ;AsC5lIE;EACE,mBAAA;EACA,0BAAA;AtC8lIJ;AsC5lIE;EACE,kBAAA;AtC8lIJ;AsC7lIE;EACE,kBlCJK;AJmmIT;AsC9lIE;EACE,iBlCPK;AJumIT;AsC3kII;EACE,yBAHc;AtCglIpB;AsC5kIM;EACE,iCArBI;EAsBJ,yBArBW;AtCmmInB;AsC7kIM;EACE,6BAxBI;AtCumIZ;AsCrlII;EACE,yBAHc;AtC0lIpB;AsCtlIM;EACE,oCArBI;EAsBJ,sBArBW;AtC6mInB;AsCvlIM;EACE,gCAxBI;AtCinIZ;AsC/lII;EACE,yBAHc;AtComIpB;AsChmIM;EACE,iCArBI;EAsBJ,yBArBW;AtCunInB;AsCjmIM;EACE,6BAxBI;AtC2nIZ;AsCzmII;EACE,yBAHc;AtC8mIpB;AsC1mIM;EACE,oCArBI;EAsBJ,yBArBW;AtCioInB;AsC3mIM;EACE,gCAxBI;AtCqoIZ;AsCnnII;EACE,oCAbc;AtCkoIpB;AsCpnIM;EACE,mCArBI;EAsBJ,wBArBW;AtC2oInB;AsCrnIM;EACE,+BAxBI;EAyBJ,uBAjBa;AtCwoIrB;AsC9nII;EACE,oCAbc;AtC6oIpB;AsC/nIM;EACE,mCArBI;EAsBJ,yBArBW;AtCspInB;AsChoIM;EACE,+BAx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74JA;IACE,yBAAA;InClLA,iBmCmL+B;ExC+4JjC;EwC94JA;IACE,iCvCjUU;IuCkUV,8BpCrSW;IoCsSX,+BpCtSW;IoCuSX,qCA7UyB;IA8UzB,8CAAA;IACA,aAAA;IACA,mBAAA;InCnLA,OmCoLqB;IACrB,eAAA;IACA,kBAAA;IACA,SAAA;IACA,WAjVgB;ExCiuKlB;EwC/4JE;IACE,sBAAA;IACA,mBAAA;ExCi5JJ;EwCh5JE;InCpMA,mBmCqMkC;ExCk5JpC;EwCj5JI;IAEE,iCvClVU;IuCmVV,yBvClVQ;EDouKd;EwCj5JI;IACE,iCvCrVU;IuCsVV,wBvC3TD;ED8sKL;EwCl5JE;IAEE,kBpC9TS;IoC+TT,gBAAA;IACA,kFA/VyB;IAgWzB,cAAA;IACA,UAAA;IACA,oBAAA;IACA,wBAAA;IACA,2BAAA;IACA,yBpCpUE;IoCqUF,uCAAA;ExCm5JJ;EwCl5JE;IACE,UAAA;IACA,QAAA;ExCo5JJ;EwCn5JA;IACE,cAAA;ExCq5JF;EwCl5JE;;InChOA,qBmCiOiC;ExCq5JnC;EwCp5JE;;InClOA,sBmCmOiC;ExCu5JnC;EwCp5JE;IAnWF,OAAA;IACA,eAAA;IACA,QAAA;IACA,WA/Ce;ExCyyKf;EwCv5JE;IACE,SAAA;ExCy5JJ;EwCx5JI;IACE,+CAAA;ExC05JN;EwCz5JE;IACE,MAAA;ExC25JJ;EwCx5JE;;IACE,oBA/ZU;ExC0zKd;EwC15JE;;IACE,uBAjaU;ExC8zKd;EwC55JE;;IACE,oBAAA;ExC+5JJ;EwC95JE;;IACE,uBAAA;ExCi6JJ;EwC75JE;;IACE,yBvCtYU;EDsyKd;EwC/5JE;;IACE,6BAlagC;ExCo0KpC;EwC75JI;IACE,iCvChZU;ED+yKhB;AACF;AwC35JE;EACE,iCAAA;AxC65JJ;;AC71KA,qBAAA;AwCuCA;EAEE,erCLO;EqCMP,gBAnCkB;AzC41KpB;AyCvzKE;EACE,kBrCRK;AJi0KT;AyCxzKE;EACE,kBrCZK;AJs0KT;AyCzzKE;EACE,iBrCfK;AJ00KT;AyCzzKI;;EAEE,iBAAA;EACA,kBAAA;EACA,qBrCgBW;AJ2yKjB;AyC1zKI;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ACA,qBAAA;A3CmrLN;A2ClrLI;EACE,yBAAA;EACA,oBAAA;A3CorLN;A2ClrLI;EtCkGA,mBsCjGiC;A3CorLrC;A2CnrLI;EtCgGA,kBsC/FiC;A3CqrLrC;A2ClrLI;EACE,uBAAA;A3CorLN;A2ClrLI;EACE,yBAAA;A3CorLN;A2CjrLI;EACE,6BAAA;EAEE,0BAAA;A3CkrLR;A2C/qLM;EACE,iC1C5DU;E0C6DV,oC1CvDC;ADwuLT;A2C9qLQ;EACE,iC1CnEI;E0CoEJ,6B1C5DD;E0C6DC,2CAAA;A3CgrLV;A2C9qLI;EACE,YAAA;EACA,cAAA;A3CgrLN;A2C9qLI;EACE,6B1CpEG;E0CqEH,mBA/F0B;EAgG1B,iBA/F0B;EAgG1B,gBAAA;EACA,kBAAA;A3CgrLN;A2C/qLM;EACE,iC1ChFU;E0CiFV,gC1C1EO;E0C2EP,UAAA;A3CirLR;A2C/qLM;EtCsDF,iBsCrDmC;A3CirLvC;A2ChrLM;EAEI,2BvC9DD;EuC+DC,8BvC/DD;AJgvLT;A2C7qLM;EAEI,4BvCrED;EuCsEC,+BvCtED;AJovLT;A2CzqLQ;EACE,mC1C3EH;E0C4EG,+B1C5EH;E0C6EG,yB1C5EI;E0C6EJ,UAAA;A3C2qLV;A2C1qLI;EACE,mBAAA;A3C4qLN;A2CzqLQ;EAEI,iCvCpFK;EuCqFL,8BvCrFK;EuCsFL,oBAAA;A3C0qLZ;A2CrqLQ;EAEI,kCvC7FK;EuC8FL,+BvC9FK;EuC+FL,qBAAA;A3CsqLZ;A2ChqLE;EACE,kBvCxIK;AJ0yLT;A2CjqLE;EACE,kBvC5IK;AJ+yLT;A2ClqLE;EACE,iBvC/IK;AJmzLT;;A4Ct1LA,eAAA;ACMA;EACE,cAAA;EACA,aAAA;EACA,YAAA;EACA,cAAA;EACA,gBAPW;A7C21Lb;A6Cn1LE;EACE,UAAA;EACA,YAAA;A7Cq1LJ;A6Cp1LE;EACE,UAAA;EACA,WAAA;A7Cs1LJ;A6Cr1LE;EACE,UAAA;EACA,UAAA;A7Cu1LJ;A6Ct1LE;EACE,UAAA;EACA,eAAA;A7Cw1LJ;A6Cv1LE;EACE,UAAA;EACA,UAAA;A7Cy1LJ;A6Cx1LE;EACE,UAAA;EACA,eAAA;A7C01LJ;A6Cz1LE;EACE,UAAA;EACA,UAAA;A7C21LJ;A6C11LE;EACE,UAAA;EACA,UAAA;A7C41LJ;A6C31LE;EACE,UAAA;EACA,UAAA;A7C61LJ;A6C51LE;EACE,UAAA;EACA,UAAA;A7C81LJ;A6C71LE;EACE,UAAA;EACA,UAAA;A7C+1LJ;A6C91LE;ExCyIE,gBwCxI+B;A7Cg2LnC;A6C/1LE;ExCuIE,qBwCtI+B;A7Ci2LnC;A6Ch2LE;ExCqIE,gBwCpI+B;A7Ck2LnC;A6Cj2LE;ExCmIE,qBwClI+B;A7Cm2LnC;A6Cl2LE;ExCiIE,gBwChI+B;A7Co2LnC;A6Cn2LE;ExC+HE,gBwC9H+B;A7Cq2LnC;A6Cp2LE;ExC6HE,gBwC5H+B;A7Cs2LnC;A6Cr2LE;ExC2HE,gBwC1H+B;A7Cu2LnC;A6Ct2LE;ExCyHE,gBwCxH+B;A7Cw2LnC;A6Ct2LI;EACE,UAAA;EACA,SAAA;A7Cw2LN;A6Cv2LI;ExCmHA,ewClHiC;A7Cy2LrC;A6C72LI;EACE,UAAA;EACA,kBAAA;A7C+2LN;A6C92LI;ExCmHA,wBwClHiC;A7Cg3LrC;A6Cp3LI;EACE,UAAA;EACA,mBAAA;A7Cs3LN;A6Cr3LI;ExCmHA,yBwClHiC;A7Cu3LrC;A6C33LI;EACE,UAAA;EACA,UAAA;A7C63LN;A6C53LI;ExCmHA,gBwClHiC;A7C83LrC;A6Cl4LI;EACE,UAAA;EACA,mBAAA;A7Co4LN;A6Cn4LI;ExCmHA,yBwClHiC;A7Cq4LrC;A6Cz4LI;EACE,UAAA;EACA,mBAAA;A7C24LN;A6C14LI;ExCmHA,yBwClHiC;A7C44LrC;A6Ch5LI;EACE,UAAA;EACA,UAAA;A7Ck5LN;A6Cj5LI;ExCmHA,gBwClHiC;A7Cm5LrC;A6Cv5LI;EACE,UAAA;EACA,mBAAA;A7Cy5LN;A6Cx5LI;ExCmHA,yBwClHiC;A7C05LrC;A6C95LI;EACE,UAAA;EACA,mBAAA;A7Cg6LN;A6C/5LI;ExCmHA,yBwClHiC;A7Ci6LrC;A6Cr6LI;EACE,UAAA;EACA,UAAA;A7Cu6LN;A6Ct6LI;ExCmHA,gBwClHiC;A7Cw6LrC;A6C56LI;EACE,UAAA;EACA,mBAAA;A7C86LN;A6C76LI;ExCmHA,yBwClHiC;A7C+6LrC;A6Cn7LI;EACE,UAAA;EACA,mBAAA;A7Cq7LN;A6Cp7LI;ExCmHA,yBwClHiC;A7Cs7LrC;A6C17LI;EACE,UAAA;EACA,WAAA;A7C47LN;A6C37LI;ExCmHA,iBwClHiC;A7C67LrC;AKz5LE;EwClCE;IACE,UAAA;IACA,YAAA;E7C87LJ;E6C77LE;IACE,UAAA;IACA,WAAA;E7C+7LJ;E6C97LE;IACE,UAAA;IACA,UAAA;E7Cg8LJ;E6C/7LE;IACE,UAAA;IACA,eAAA;E7Ci8LJ;E6Ch8LE;IACE,UAAA;IACA,UAAA;E7Ck8LJ;E6Cj8LE;IACE,UAAA;IACA,eAAA;E7Cm8LJ;E6Cl8LE;IACE,UAAA;IACA,UAAA;E7Co8LJ;E6Cn8LE;IACE,UAAA;IACA,UAAA;E7Cq8LJ;E6Cp8LE;IACE,UAAA;IACA,UAAA;E7Cs8LJ;E6Cr8LE;IACE,UAAA;IACA,UAAA;E7Cu8LJ;E6Ct8LE;IACE,UAAA;IACA,UAAA;E7Cw8LJ;E6Cv8LE;IxC+EA,gBwC9EiC;E7Cy8LnC;E6Cx8LE;IxC6EA,qBwC5EiC;E7C08LnC;E6Cz8LE;IxC2EA,gBwC1EiC;E7C28LnC;E6C18LE;IxCyEA,qBwCxEiC;E7C48LnC;E6C38LE;IxCuEA,gBwCtEiC;E7C68LnC;E6C58LE;IxCqEA,gBwCpEiC;E7C88LnC;E6C78LE;IxCmEA,gBwClEiC;E7C+8LnC;E6C98LE;IxCiEA,gBwChEiC;E7Cg9LnC;E6C/8LE;IxC+DA,gBwC9DiC;E7Ci9LnC;E6C/8LI;IACE,UAAA;IACA,SAAA;E7Ci9LN;E6Ch9LI;IxCyDF,ewCxDmC;E7Ck9LrC;E6Ct9LI;IACE,UAAA;IACA,kBAAA;E7Cw9LN;E6Cv9LI;IxCyDF,wBwCxDmC;E7Cy9LrC;E6C79LI;IACE,UAAA;IACA,mBAAA;E7C+9LN;E6C99LI;IxCyDF,yBwCxDmC;E7Cg+LrC;E6Cp+LI;IACE,UAAA;IACA,UAAA;E7Cs+LN;E6Cr+LI;IxCyDF,gBwCxDmC;E7Cu+LrC;E6C3+LI;IACE,UAAA;IACA,mBAAA;E7C6+LN;E6C5+LI;IxCyDF,yBwCxDmC;E7C8+LrC;E6Cl/LI;IACE,UAAA;IACA,mBAAA;E7Co/LN;E6Cn/LI;IxCyDF,yBwCxDmC;E7Cq/LrC;E6Cz/LI;IACE,UAAA;IACA,UAAA;E7C2/LN;E6C1/LI;IxCyDF,gBwCxDmC;E7C4/LrC;E6ChgMI;IACE,UAAA;IACA,mBAAA;E7CkgMN;E6CjgMI;IxCyDF,yBwCxDmC;E7CmgMrC;E6CvgMI;IACE,UAAA;IACA,mBAAA;E7CygMN;E6CxgMI;IxCyDF,yBwCxDmC;E7C0gMrC;E6C9gMI;IACE,UAAA;IACA,UAAA;E7CghMN;E6C/gMI;IxCyDF,gBwCxDmC;E7CihMrC;E6CrhMI;IACE,UAAA;IACA,mBAAA;E7CuhMN;E6CthMI;IxCyDF,yBwCxDmC;E7CwhMrC;E6C5hMI;IACE,UAAA;IACA,mBAAA;E7C8hMN;E6C7hMI;IxCyDF,yBwCxDmC;E7C+hMrC;E6CniMI;IACE,UAAA;IACA,WAAA;E7CqiMN;E6CpiMI;IxCyDF,iBwCxDmC;E7CsiMrC;AACF;AKzjME;EwCoBE;IAEE,UAAA;IACA,YAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,WAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,eAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,eAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IAEE,UAAA;IACA,UAAA;E7CuiMJ;E6CtiME;IxCUA,gBwCRiC;E7CuiMnC;E6CtiME;IxCOA,qBwCLiC;E7CuiMnC;E6CtiME;IxCIA,gBwCFiC;E7CuiMnC;E6CtiME;IxCCA,qBwCCiC;E7CuiMnC;E6CtiME;IxCFA,gBwCIiC;E7CuiMnC;E6CtiME;IxCLA,gBwCOiC;E7CuiMnC;E6CtiME;IxCRA,gBwCUiC;E7CuiMnC;E6CtiME;IxCXA,gBwCaiC;E7CuiMnC;E6CtiME;IxCdA,gBwCgBiC;E7CuiMnC;E6CriMI;IAEE,UAAA;IACA,SAAA;E7CsiMN;E6CriMI;IxCtBF,ewCwBmC;E7CsiMrC;E6C5iMI;IAEE,UAAA;IACA,kBAAA;E7C6iMN;E6C5iMI;IxCtBF,wBwCwBmC;E7C6iMrC;E6CnjMI;IAEE,UAAA;IACA,mBAAA;E7CojMN;E6CnjMI;IxCtBF,yBwCwBmC;E7CojMrC;E6C1jMI;IAEE,UAAA;IACA,UAAA;E7C2jMN;E6C1jMI;IxCtBF,gBwCwBmC;E7C2jMrC;E6CjkMI;IAEE,UAAA;IACA,mBAAA;E7CkkMN;E6CjkMI;IxCtBF,yBwCwBmC;E7CkkMrC;E6CxkMI;IAEE,UAAA;IACA,mBAAA;E7CykMN;E6CxkMI;IxCtBF,yBwCwBmC;E7CykMrC;E6C/kMI;IAEE,UAAA;IACA,UAAA;E7CglMN;E6C/kMI;IxCtBF,gBwCwBmC;E7CglMrC;E6CtlMI;IAEE,UAAA;IACA,mBAAA;E7CulMN;E6CtlMI;IxCtBF,yBwCwBmC;E7CulMrC;E6C7lMI;IAEE,UAAA;IACA,mBAAA;E7C8lMN;E6C7lMI;IxCtBF,yBwCwBmC;E7C8lMrC;E6CpmMI;IAEE,UAAA;IACA,UAAA;E7CqmMN;E6CpmMI;IxCtBF,gBwCwBmC;E7CqmMrC;E6C3mMI;IAEE,UAAA;IACA,mBAAA;E7C4mMN;E6C3mMI;IxCtBF,yBwCwBmC;E7C4mMrC;E6ClnMI;IAEE,UAAA;IACA,mBAAA;E7CmnMN;E6ClnMI;IxCtBF,yBwCwBmC;E7CmnMrC;E6CznMI;IAEE,UAAA;IACA,WAAA;E7C0nMN;E6CznMI;IxCtBF,iBwCwBmC;E7C0nMrC;AACF;AKrtME;EwC4FE;IACE,UAAA;IACA,YAAA;E7C4nMJ;E6C3nME;IACE,UAAA;IACA,WAAA;E7C6nMJ;E6C5nME;IACE,UAAA;IACA,UAAA;E7C8nMJ;E6C7nME;IACE,UAAA;IACA,eAAA;E7C+nMJ;E6C9nME;IACE,UAAA;IACA,UAAA;E7CgoMJ;E6C/nME;IACE,UAAA;IACA,eAAA;E7CioMJ;E6ChoME;IACE,UAAA;IACA,UAAA;E7CkoMJ;E6CjoME;IACE,UAAA;IACA,UAAA;E7CmoMJ;E6CloME;IACE,UAAA;IACA,UAAA;E7CooMJ;E6CnoME;IACE,UAAA;IACA,UAAA;E7CqoMJ;E6CpoME;IACE,UAAA;IACA,UAAA;E7CsoMJ;E6CroME;IxC3DA,gBwC4DiC;E7CuoMnC;E6CtoME;IxC7DA,qBwC8DiC;E7CwoMnC;E6CvoME;IxC/DA,gBwCgEiC;E7CyoMnC;E6CxoME;IxCjEA,qBwCkEiC;E7C0oMnC;E6CzoME;IxCnEA,gBwCoEiC;E7C2oMnC;E6C1oME;IxCrEA,gBwCsEiC;E7C4oMnC;E6C3oME;IxCvEA,gBwCwEiC;E7C6oMnC;E6C5oME;IxCzEA,gBwC0EiC;E7C8oMnC;E6C7oME;IxC3EA,gBwC4EiC;E7C+oMnC;E6C7oMI;IACE,UAAA;IACA,SAAA;E7C+oMN;E6C9oMI;IxCjFF,ewCkFmC;E7CgpMrC;E6CppMI;IACE,UAAA;IACA,kBAAA;E7CspMN;E6CrpMI;IxCjFF,wBwCkFmC;E7CupMrC;E6C3pMI;IACE,UAAA;IACA,mBAAA;E7C6pMN;E6C5pMI;IxCjFF,yBwCkFmC;E7C8pMrC;E6ClqMI;IACE,UAAA;IACA,UAAA;E7CoqMN;E6CnqMI;IxCjFF,gBwCkFmC;E7CqqMrC;E6CzqMI;IACE,UAAA;IACA,mBAAA;E7C2qMN;E6C1qMI;IxCjFF,yBwCkFmC;E7C4qMrC;E6ChrMI;IACE,UAAA;IACA,mBAAA;E7CkrMN;E6CjrMI;IxCjFF,yBwCkFmC;E7CmrMrC;E6CvrMI;IACE,UAAA;IACA,UAAA;E7CyrMN;E6CxrMI;IxCjFF,gBwCkFmC;E7C0rMrC;E6C9rMI;IACE,UAAA;IACA,mBAAA;E7CgsMN;E6C/rMI;IxCjFF,yBwCkFmC;E7CisMrC;E6CrsMI;IACE,UAAA;IACA,mBAAA;E7CusMN;E6CtsMI;IxCjFF,yBwCkFmC;E7CwsMrC;E6C5sMI;IACE,UAAA;IACA,UAAA;E7C8sMN;E6C7sMI;IxCjFF,gBwCkFmC;E7C+sMrC;E6CntMI;IACE,UAAA;IACA,mBAAA;E7CqtMN;E6CptMI;IxCjFF,yBwCkFmC;E7CstMrC;E6C1tMI;IACE,UAAA;IACA,mBAAA;E7C4tMN;E6C3tMI;IxCjFF,yBwCkFmC;E7C6tMrC;E6CjuMI;IACE,UAAA;IACA,WAAA;E7CmuMN;E6CluMI;IxCjFF,iBwCkFmC;E7CouMrC;AACF;AKr3ME;EwCkJE;IACE,UAAA;IACA,YAAA;E7CsuMJ;E6CruME;IACE,UAAA;IACA,WAAA;E7CuuMJ;E6CtuME;IACE,UAAA;IACA,UAAA;E7CwuMJ;E6CvuME;IACE,UAAA;IACA,eAAA;E7CyuMJ;E6CxuME;IACE,UAAA;IACA,UAAA;E7C0uMJ;E6CzuME;IACE,UAAA;IACA,eAAA;E7C2uMJ;E6C1uME;IACE,UAAA;IACA,UAAA;E7C4uMJ;E6C3uME;IACE,UAAA;IACA,UAAA;E7C6uMJ;E6C5uME;IACE,UAAA;IACA,UAAA;E7C8uMJ;E6C7uME;IACE,UAAA;IACA,UAAA;E7C+uMJ;E6C9uME;IACE,UAAA;IACA,UAAA;E7CgvMJ;E6C/uME;IxCrHA,gBwCsHiC;E7CivMnC;E6ChvME;IxCvHA,qBwCwHiC;E7CkvMnC;E6CjvME;IxCzHA,gBwC0HiC;E7CmvMnC;E6ClvME;IxC3HA,qBwC4HiC;E7CovMnC;E6CnvME;IxC7HA,gBwC8HiC;E7CqvMnC;E6CpvME;IxC/HA,gBwCgIiC;E7CsvMnC;E6CrvME;IxCjIA,gBwCkIiC;E7CuvMnC;E6CtvME;IxCnIA,gBwCoIiC;E7CwvMnC;E6CvvME;IxCrIA,gBwCsIiC;E7CyvMnC;E6CvvMI;IACE,UAAA;IACA,SAAA;E7CyvMN;E6CxvMI;IxC3IF,ewC4ImC;E7C0vMrC;E6C9vMI;IACE,UAAA;IACA,kBAAA;E7CgwMN;E6C/vMI;IxC3IF,wBwC4ImC;E7CiwMrC;E6CrwMI;IACE,UAAA;IACA,mBAAA;E7CuwMN;E6CtwMI;IxC3IF,yBwC4ImC;E7CwwMrC;E6C5wMI;IACE,UAAA;IACA,UAAA;E7C8wMN;E6C7wMI;IxC3IF,gBwC4ImC;E7C+wMrC;E6CnxMI;IACE,UAAA;IACA,mBAAA;E7CqxMN;E6CpxMI;IxC3IF,yBwC4ImC;E7CsxMrC;E6C1xMI;IACE,UAAA;IACA,mBAAA;E7C4xMN;E6C3xMI;IxC3IF,yBwC4ImC;E7C6xMrC;E6CjyMI;IACE,UAAA;IACA,UAAA;E7CmyMN;E6ClyMI;IxC3IF,gBwC4ImC;E7CoyMrC;E6CxyMI;IACE,UAAA;IACA,mBAAA;E7C0yMN;E6CzyMI;IxC3IF,yBwC4ImC;E7C2yMrC;E6C/yMI;IACE,UAAA;IACA,mBAAA;E7CizMN;E6ChzMI;IxC3IF,yBwC4ImC;E7CkzMrC;E6CtzMI;IACE,UAAA;IACA,UAAA;E7CwzMN;E6CvzMI;IxC3IF,gBwC4ImC;E7CyzMrC;E6C7zMI;IACE,UAAA;IACA,mBAAA;E7C+zMN;E6C9zMI;IxC3IF,yBwC4ImC;E7Cg0MrC;E6Cp0MI;IACE,UAAA;IACA,mBAAA;E7Cs0MN;E6Cr0MI;IxC3IF,yBwC4ImC;E7Cu0MrC;E6C30MI;IACE,UAAA;IACA,WAAA;E7C60MN;E6C50MI;IxC3IF,iBwC4ImC;E7C80MrC;AACF;AK1gNI;EwC6LA;IACE,UAAA;IACA,YAAA;E7Cg1MJ;E6C/0ME;IACE,UAAA;IACA,WAAA;E7Ci1MJ;E6Ch1ME;IACE,UAAA;IACA,UAAA;E7Ck1MJ;E6Cj1ME;IACE,UAAA;IACA,eAAA;E7Cm1MJ;E6Cl1ME;IACE,UAAA;IACA,UAAA;E7Co1MJ;E6Cn1ME;IACE,UAAA;IACA,eAAA;E7Cq1MJ;E6Cp1ME;IACE,UAAA;IACA,UAAA;E7Cs1MJ;E6Cr1ME;IACE,UAAA;IACA,UAAA;E7Cu1MJ;E6Ct1ME;IACE,UAAA;IACA,UAAA;E7Cw1MJ;E6Cv1ME;IACE,UAAA;IACA,UAAA;E7Cy1MJ;E6Cx1ME;IACE,UAAA;IACA,UAAA;E7C01MJ;E6Cz1ME;IxC/KA,gBwCgLiC;E7C21MnC;E6C11ME;IxCjLA,qBwCkLiC;E7C41MnC;E6C31ME;IxCnLA,gBwCoLiC;E7C61MnC;E6C51ME;IxCrLA,qBwCsLiC;E7C81MnC;E6C71ME;IxCvLA,gBwCwLiC;E7C+1MnC;E6C91ME;IxCzLA,gBwC0LiC;E7Cg2MnC;E6C/1ME;IxC3LA,gBwC4LiC;E7Ci2MnC;E6Ch2ME;IxC7LA,gBwC8LiC;E7Ck2MnC;E6Cj2ME;IxC/LA,gBwCgMiC;E7Cm2MnC;E6Cj2MI;IACE,UAAA;IACA,SAAA;E7Cm2MN;E6Cl2MI;IxCrMF,ewCsMmC;E7Co2MrC;E6Cx2MI;IACE,UAAA;IACA,kBAAA;E7C02MN;E6Cz2MI;IxCrMF,wBwCsMmC;E7C22MrC;E6C/2MI;IACE,UAAA;IACA,mBAAA;E7Ci3MN;E6Ch3MI;IxCrMF,yBwCsMmC;E7Ck3MrC;E6Ct3MI;IACE,UAAA;IACA,UAAA;E7Cw3MN;E6Cv3MI;IxCrMF,gBwCsMmC;E7Cy3MrC;E6C73MI;IACE,UAAA;IACA,mBAAA;E7C+3MN;E6C93MI;IxCrMF,yBwCsMmC;E7Cg4MrC;E6Cp4MI;IACE,UAAA;IACA,mBAAA;E7Cs4MN;E6Cr4MI;IxCrMF,yBwCsMmC;E7Cu4MrC;E6C34MI;IACE,UAAA;IACA,UAAA;E7C64MN;E6C54MI;IxCrMF,gBwCsMmC;E7C84MrC;E6Cl5MI;IACE,UAAA;IACA,mBAAA;E7Co5MN;E6Cn5MI;IxCrMF,yBwCsMmC;E7Cq5MrC;E6Cz5MI;IACE,UAAA;IACA,mBAAA;E7C25MN;E6C15MI;IxCrMF,yBwCsMmC;E7C45MrC;E6Ch6MI;IACE,UAAA;IACA,UAAA;E7Ck6MN;E6Cj6MI;IxCrMF,gBwCsMmC;E7Cm6MrC;E6Cv6MI;IACE,UAAA;IACA,mBAAA;E7Cy6MN;E6Cx6MI;IxCrMF,yBwCsMmC;E7C06MrC;E6C96MI;IACE,UAAA;IACA,mBAAA;E7Cg7MN;E6C/6MI;IxCrMF,yBwCsMmC;E7Ci7MrC;E6Cr7MI;IACE,UAAA;IACA,WAAA;E7Cu7MN;E6Ct7MI;IxCrMF,iBwCsMmC;E7Cw7MrC;AACF;AK/pNI;EwCwOA;IACE,UAAA;IACA,YAAA;E7C07MJ;E6Cz7ME;IACE,UAAA;IACA,WAAA;E7C27MJ;E6C17ME;IACE,UAAA;IACA,UAAA;E7C47MJ;E6C37ME;IACE,UAAA;IACA,eAAA;E7C67MJ;E6C57ME;IACE,UAAA;IACA,UAAA;E7C87MJ;E6C77ME;IACE,UAAA;IACA,eAAA;E7C+7MJ;E6C97ME;IACE,UAAA;IACA,UAAA;E7Cg8MJ;E6C/7ME;IACE,UAAA;IACA,UAAA;E7Ci8MJ;E6Ch8ME;IACE,UAAA;IACA,UAAA;E7Ck8MJ;E6Cj8ME;IACE,UAAA;IACA,UAAA;E7Cm8MJ;E6Cl8ME;IACE,UAAA;IACA,UAAA;E7Co8MJ;E6Cn8ME;IxCzOA,gBwC0OiC;E7Cq8MnC;E6Cp8ME;IxC3OA,qBwC4OiC;E7Cs8MnC;E6Cr8ME;IxC7OA,gBwC8OiC;E7Cu8MnC;E6Ct8ME;IxC/OA,qBwCgPiC;E7Cw8MnC;E6Cv8ME;IxCjPA,gBwCkPiC;E7Cy8MnC;E6Cx8ME;IxCnPA,gBwCoPiC;E7C08MnC;E6Cz8ME;IxCrPA,gBwCsPiC;E7C28MnC;E6C18ME;IxCvPA,gBwCwPiC;E7C48MnC;E6C38ME;IxCzPA,gBwC0PiC;E7C68MnC;E6C38MI;IACE,UAAA;IACA,SAAA;E7C68MN;E6C58MI;IxC/PF,ewCgQmC;E7C88MrC;E6Cl9MI;IACE,UAAA;IACA,kBAAA;E7Co9MN;E6Cn9MI;IxC/PF,wBwCgQmC;E7Cq9MrC;E6Cz9MI;IACE,UAAA;IACA,mBAAA;E7C29MN;E6C19MI;IxC/PF,yBwCgQmC;E7C49MrC;E6Ch+MI;IACE,UAAA;IACA,UAAA;E7Ck+MN;E6Cj+MI;IxC/PF,gBwCgQmC;E7Cm+MrC;E6Cv+MI;IACE,UAAA;IACA,mBAAA;E7Cy+MN;E6Cx+MI;IxC/PF,yBwCgQmC;E7C0+MrC;E6C9+MI;IACE,UAAA;IACA,mBAAA;E7Cg/MN;E6C/+MI;IxC/PF,yBwCgQmC;E7Ci/MrC;E6Cr/MI;IACE,UAAA;IACA,UAAA;E7Cu/MN;E6Ct/MI;IxC/PF,gBwCgQmC;E7Cw/MrC;E6C5/MI;IACE,UAAA;IACA,mBAAA;E7C8/MN;E6C7/MI;IxC/PF,yBwCgQmC;E7C+/MrC;E6CngNI;IACE,UAAA;IACA,mBAAA;E7CqgNN;E6CpgNI;IxC/PF,yBwCgQmC;E7CsgNrC;E6C1gNI;IACE,UAAA;IACA,UAAA;E7C4gNN;E6C3gNI;IxC/PF,gBwCgQmC;E7C6gNrC;E6CjhNI;IACE,UAAA;IACA,mBAAA;E7CmhNN;E6ClhNI;IxC/PF,yBwCgQmC;E7CohNrC;E6CxhNI;IACE,UAAA;IACA,mBAAA;E7C0hNN;E6CzhNI;IxC/PF,yBwCgQmC;E7C2hNrC;E6C/hNI;IACE,UAAA;IACA,WAAA;E7CiiNN;E6ChiNI;IxC/PF,iBwCgQmC;E7CkiNrC;AACF;;A6CjiNA;ExClQI,qBwCmQ6B;ExCnQ7B,sBwCoQ6B;EAC/B,oBAAA;A7CoiNF;A6CniNE;EACE,uBAAA;A7CqiNJ;A6CpiNE;EACE,qCAAA;A7CsiNJ;A6CpiNE;EACE,uBAAA;A7CsiNJ;A6CriNE;ExC7QE,cwC8Q+B;ExC9Q/B,ewC+Q+B;EAC/B,aAAA;A7CuiNJ;A6CtiNI;EACE,SAAA;EACA,qBAAA;A7CwiNN;A6CviNI;EACE,qBAAA;A7CyiNN;A6CxiNI;EACE,gBAAA;A7C0iNN;A6CziNE;EACE,aAAA;A7C2iNJ;A6C1iNE;EACE,eAAA;A7C4iNJ;A6C3iNE;EACE,mBAAA;A7C6iNJ;AKp5NE;EwC0WE;IACE,aAAA;E7C6iNJ;AACF;AK74NE;EwCkWE;IACE,aAAA;E7C8iNJ;AACF;;A6C5iNE;EACE,oBAAA;ExCzSA,wCwC0S+B;ExC1S/B,yCwC2S+B;A7C+iNnC;A6C9iNI;EACE,8BAAA;EACA,+BAAA;A7CgjNN;A6C9iNM;EACE,iBAAA;A7CgjNR;AK/6NE;EwCiYM;IACE,iBAAA;E7CijNR;AACF;AKh7NE;EwCgYM;IACE,iBAAA;E7CmjNR;AACF;AKj7NE;EwC+XM;IACE,iBAAA;E7CqjNR;AACF;AKl7NE;EwC8XM;IACE,iBAAA;E7CujNR;AACF;AKn7NE;EwC6XM;IACE,iBAAA;E7CyjNR;AACF;AKn7NI;EwC2XI;IACE,iBAAA;E7C2jNR;AACF;AK96NI;EwCoXI;IACE,iBAAA;E7C6jNR;AACF;AK96NI;EwCkXI;IACE,iBAAA;E7C+jNR;AACF;AKz6NI;EwC2WI;IACE,iBAAA;E7CikNR;AACF;A6C9lNM;EACE,oBAAA;A7CgmNR;AK/9NE;EwCiYM;IACE,oBAAA;E7CimNR;AACF;AKh+NE;EwCgYM;IACE,oBAAA;E7CmmNR;AACF;AKj+NE;EwC+XM;IACE,oBAAA;E7CqmNR;AACF;AKl+NE;EwC8XM;IACE,oBAAA;E7CumNR;AACF;AKn+NE;EwC6XM;IACE,oBAAA;E7CymNR;AACF;AKn+NI;EwC2XI;IACE,oBAAA;E7C2mNR;AACF;AK99NI;EwCoXI;IACE,oBAAA;E7C6mNR;AACF;AK99NI;EwCkXI;IACE,oBAAA;E7C+mNR;AACF;AKz9NI;EwC2WI;IACE,oBAAA;E7CinNR;AACF;A6C9oNM;EACE,mBAAA;A7CgpNR;AK/gOE;EwCiYM;IACE,mBAAA;E7CipNR;AACF;AKhhOE;EwCgYM;IACE,mBAAA;E7CmpNR;AACF;AKjhOE;EwC+XM;IACE,mBAAA;E7CqpNR;AACF;AKlhOE;EwC8XM;IACE,mBAAA;E7CupNR;AACF;AKnhOE;EwC6XM;IACE,mBAAA;E7CypNR;AACF;AKnhOI;EwC2XI;IACE,mBAAA;E7C2pNR;AACF;AK9gOI;EwCoXI;IACE,mBAAA;E7C6pNR;AACF;AK9gOI;EwCkXI;IACE,mBAAA;E7C+pNR;AACF;AKzgOI;EwC2WI;IACE,mBAAA;E7CiqNR;AACF;A6C9rNM;EACE,oBAAA;A7CgsNR;AK/jOE;EwCiYM;IACE,oBAAA;E7CisNR;AACF;AKhkOE;EwCgYM;IACE,oBAAA;E7CmsNR;AACF;AKjkOE;EwC+XM;IACE,oBAAA;E7CqsNR;AACF;AKlkOE;EwC8XM;IACE,oBAAA;E7CusNR;AACF;AKnkOE;EwC6XM;IACE,oBAAA;E7CysNR;AACF;AKnkOI;EwC2XI;IACE,oBAAA;E7C2sNR;AACF;AK9jOI;EwCoXI;IACE,oBAAA;E7C6sNR;AACF;AK9jOI;EwCkXI;IACE,oBAAA;E7C+sNR;AACF;AKzjOI;EwC2WI;IACE,oBAAA;E7CitNR;AACF;A6C9uNM;EACE,iBAAA;A7CgvNR;AK/mOE;EwCiYM;IACE,iBAAA;E7CivNR;AACF;AKhnOE;EwCgYM;IACE,iBAAA;E7CmvNR;AACF;AKjnOE;EwC+XM;IACE,iBAAA;E7CqvNR;AACF;AKlnOE;EwC8XM;IACE,iBAAA;E7CuvNR;AACF;AKnnOE;EwC6XM;IACE,iBAAA;E7CyvNR;AACF;AKnnOI;EwC2XI;IACE,iBAAA;E7C2vNR;AACF;AK9mOI;EwCoXI;IACE,iBAAA;E7C6vNR;AACF;AK9mOI;EwCkXI;IACE,iBAAA;E7C+vNR;AACF;AKzmOI;EwC2WI;IACE,iBAAA;E7CiwNR;AACF;A6C9xNM;EACE,oBAAA;A7CgyNR;AK/pOE;EwCiYM;IACE,oBAAA;E7CiyNR;AACF;AKhqOE;EwCgYM;IACE,oBAAA;E7CmyNR;AACF;AKjqOE;EwC+XM;IACE,oBAAA;E7CqyNR;AACF;AKlqOE;EwC8XM;IACE,oBAAA;E7CuyNR;AACF;AKnqOE;EwC6XM;IACE,oBAAA;E7CyyNR;AACF;AKnqOI;EwC2XI;IACE,oBAAA;E7C2yNR;AACF;AK9pOI;EwCoXI;IACE,oBAAA;E7C6yNR;AACF;AK9pOI;EwCkXI;IACE,oBAAA;E7C+yNR;AACF;AKzpOI;EwC2WI;IACE,oBAAA;E7CizNR;AACF;A6C90NM;EACE,mBAAA;A7Cg1NR;AK/sOE;EwCiYM;IACE,mBAAA;E7Ci1NR;AACF;AKhtOE;EwCgYM;IACE,mBAAA;E7Cm1NR;AACF;AKjtOE;EwC+XM;IACE,mBAAA;E7Cq1NR;AACF;AKltOE;EwC8XM;IACE,mBAAA;E7Cu1NR;AACF;AKntOE;EwC6XM;IACE,mBAAA;E7Cy1NR;AACF;AKntOI;EwC2XI;IACE,mBAAA;E7C21NR;AACF;AK9sOI;EwCoXI;IACE,mBAAA;E7C61NR;AACF;AK9sOI;EwCkXI;IACE,mBAAA;E7C+1NR;AACF;AKzsOI;EwC2WI;IACE,mBAAA;E7Ci2NR;AACF;A6C93NM;EACE,oBAAA;A7Cg4NR;AK/vOE;EwCiYM;IACE,oBAAA;E7Ci4NR;AACF;AKhwOE;EwCgYM;IACE,oBAAA;E7Cm4NR;AACF;AKjwOE;EwC+XM;IACE,oBAAA;E7Cq4NR;AACF;AKlwOE;EwC8XM;IACE,oBAAA;E7Cu4NR;AACF;AKnwOE;EwC6XM;IACE,oBAAA;E7Cy4NR;AACF;AKnwOI;EwC2XI;IACE,oBAAA;E7C24NR;AACF;AK9vOI;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,yBAAA;AhDorPN;;AgDnrPE;EACE,+CAAA;AhDsrPJ;;AgDjrPI;EACE,mCAAA;AhDorPN;;AgDlrPM;EAEE,yBAAA;AhDorPR;;AgDnrPI;EACE,8CAAA;AhDsrPN;;AgDprPI;EACE,mCAAA;AhDurPN;;AgDrrPM;EAEE,yBAAA;AhDurPR;;AgDtrPI;EACE,8CAAA;AhDyrPN;;AgDrtPE;EACE,oCAAA;AhDwtPJ;;AgDttPI;EAEE,yBAAA;AhDwtPN;;AgDvtPE;EACE,+CAAA;AhD0tPJ;;AgDrtPI;EACE,oCAAA;AhDwtPN;;AgDttPM;EAEE,yBAAA;AhDwtPR;;AgDvtPI;EACE,+CAAA;AhD0tPN;;AgDxtPI;EACE,oCAAA;AhD2tPN;;AgDztPM;EAEE,yBAAA;AhD2tPR;;AgD1tPI;EACE,+CAAA;AhD6tPN;;AgDzvPE;EACE,oCAAA;AhD4vPJ;;AgD1vPI;EAEE,yBAAA;AhD4vPN;;AgD3vPE;EACE,+CAAA;AhD8vPJ;;AgDzvPI;EACE,mCAAA;AhD4vPN;;AgD1vPM;EAEE,yBAAA;AhD4vPR;;AgD3vPI;EACE,8CAAA;AhD8vPN;;AgD5vPI;EACE,kCAAA;AhD+vPN;;AgD7vPM;EAEE,yBAAA;AhD+vPR;;AgD9vPI;EACE,6CAAA;AhDiwPN;;AgD9vPE;EACE,oCAAA;AhDiwPJ;;AgDhwPE;EACE,+CAAA;AhDmwPJ;;AgDtwPE;EACE,oCAAA;AhDywPJ;;AgDxwPE;EACE,+CAAA;AhD2wPJ;;AgD9wPE;EACE,oCAAA;AhDixPJ;;AgDhxPE;EACE,+CAAA;AhDmxPJ;;AgDtxPE;EACE,oCAAA;AhDyxPJ;;AgDxxPE;EACE,+CAAA;AhD2xPJ;;AgD9xPE;EACE,oCAAA;AhDiyPJ;;AgDhyPE;EACE,+CAAA;AhDmyPJ;;AgDtyPE;EACE,oCAAA;AhDyyPJ;;AgDxyPE;EACE,+CAAA;AhD2yPJ;;AgD9yPE;EACE,iCAAA;AhDizPJ;;AgDhzPE;EACE,4CAAA;AhDmzPJ;;AgDtzPE;EACE,iCAAA;AhDyzPJ;;AgDxzPE;EACE,4CAAA;AhD2zPJ;;AgD9zPE;EACE,iCAAA;AhDi0PJ;;AgDh0PE;EACE,4CAAA;AhDm0PJ;;AiDx2PE;EACE,8BAAA;AjD22PJ;;AiD52PE;EACE,sCAAA;AjD+2PJ;;AiDh3PE;EACE,iCAAA;AjDm3PJ;;AiDp3PE;EACE,yCAAA;AjDu3PJ;;AiDn3PE;EACE,4BAAA;AjDs3PJ;;AiDv3PE;EACE,0BAAA;AjD03PJ;;AiD33PE;EACE,kCAAA;AjD83PJ;;AiD13PE;EACE,sCAAA;AjD63PJ;;AiD93PE;EACE,oCAAA;AjDi4PJ;;AiDl4PE;EACE,kCAAA;AjDq4PJ;;AiDt4PE;EACE,yCAAA;AjDy4PJ;;AiD14PE;EACE,wCAAA;AjD64PJ;;AiD94PE;EACE,wCAAA;AjDi5PJ;;AiDl5PE;EACE,iCAAA;AjDq5PJ;;AiDt5PE;EACE,+BAAA;AjDy5PJ;;AiD15PE;EACE,gCAAA;AjD65PJ;;AiD95PE;EACE,iCAAA;AjDi6PJ;;AiD75PE;EACE,oCAAA;AjDg6PJ;;AiDj6PE;EACE,kCAAA;AjDo6PJ;;AiDr6PE;EACE,gCAAA;AjDw6PJ;;AiDz6PE;EACE,uCAAA;AjD46PJ;;AiD76PE;EACE,sCAAA;AjDg7PJ;;AiDj7PE;EACE,sCAAA;AjDo7PJ;;AiDr7PE;EACE,iCAAA;AjDw7PJ;;AiDz7PE;EACE,+BAAA;AjD47PJ;;AiD77PE;EACE,6BAAA;AjDg8PJ;;AiDj8PE;EACE,kCAAA;AjDo8PJ;;AiDh8PE;EACE,+BAAA;AjDm8PJ;;AiDp8PE;EACE,kCAAA;AjDu8PJ;;AiDx8PE;EACE,gCAAA;AjD28PJ;;AiD58PE;EACE,8BAAA;AjD+8PJ;;AiDh9PE;EACE,gCAAA;AjDm9PJ;;AiDp9PE;EACE,6BAAA;AjDu9PJ;;AiDx9PE;EACE,2BAAA;AjD29PJ;;AiD59PE;EACE,kCAAA;AjD+9PJ;;AiDh+PE;EACE,gCAAA;AjDm+PJ;;AiD/9PE;EACE,2BAAA;AjDk+PJ;;AiDn+PE;EACE,iCAAA;AjDs+PJ;;AiDv+PE;EACE,+BAAA;AjD0+PJ;;AiD3+PE;EACE,6BAAA;AjD8+PJ;;AiD/+PE;EACE,+BAAA;AjDk/PJ;;AiDn/PE;EACE,8BAAA;AjDs/PJ;;AiDj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DypRJ;EuD1pRE;IACE,0BAAA;EvD4pRJ;EuD7pRE;IACE,4BAAA;EvD+pRJ;EuDhqRE;IACE,6BAAA;EvDkqRJ;EuDnqRE;IACE,0BAAA;EvDqqRJ;EuDtqRE;IACE,6BAAA;EvDwqRJ;AACF;AKzjRE;EkDjHE;IACE,0BAAA;EvD6qRJ;EuD9qRE;IACE,4BAAA;EvDgrRJ;EuDjrRE;IACE,0BAAA;EvDmrRJ;EuDprRE;IACE,4BAAA;EvDsrRJ;EuDvrRE;IACE,6BAAA;EvDyrRJ;EuD1rRE;IACE,0BAAA;EvD4rRJ;EuD7rRE;IACE,6BAAA;EvD+rRJ;AACF;AKjkRI;EkDhIA;IACE,0BAAA;EvDosRJ;EuDrsRE;IACE,4BAAA;EvDusRJ;EuDxsRE;IACE,0BAAA;EvD0sRJ;EuD3sRE;IACE,4BAAA;EvD6sRJ;EuD9sRE;IACE,6BAAA;EvDgtRJ;EuDjtRE;IACE,0BAAA;EvDmtRJ;EuDptRE;IACE,6BAAA;EvDstRJ;AACF;AKzkRI;EkD/IA;IACE,0BAAA;EvD2tRJ;EuD5tRE;IACE,4BAAA;EvD8tRJ;EuD/tRE;IACE,0BAAA;EvDiuRJ;EuDluRE;IACE,4BAAA;EvDouRJ;EuDruRE;IACE,6BAAA;EvDuuRJ;EuDxuRE;IACE,0BAAA;EvD0uRJ;EuD3uRE;IACE,6BAAA;EvD6uRJ;AACF;AuDrtRE;EACE,6BAAA;AvDutRJ;;AuDxtRE;EACE,8BAAA;AvD2tRJ;;AuD5tRE;EACE,2BAAA;AvD+tRJ;;AuDhuRE;EACE,4BAAA;AvDmuRJ;;AK7pRE;EkDlEE;IACE,6BAAA;EvDmuRJ;AACF;AK/pRE;EkDnEE;IACE,6BAAA;EvDquRJ;AACF;AKhqRE;EkDpEE;IACE,6BAAA;EvDuuRJ;AACF;AKjqRE;EkDrEE;IACE,6BAAA;EvDyuRJ;AACF;AKlqRE;EkDtEE;IACE,6BAAA;EvD2uRJ;AACF;AKlqRI;EkDxEA;IACE,6BAAA;EvD6uRJ;AACF;AK7pRI;EkD/EA;IACE,6BAAA;EvD+uRJ;AACF;AK7pRI;EkDjFA;IACE,6BAAA;EvDivRJ;AACF;AKxpRI;EkDxFA;IACE,6BAAA;EvDmvRJ;AACF;AK3sRE;EkDlEE;IACE,8BAAA;EvDgxRJ;AACF;AK5sRE;EkDnEE;IACE,8BAAA;EvDkxRJ;AACF;AK7sRE;EkDpEE;IACE,8BAAA;EvDoxRJ;AACF;AK9sRE;EkDrEE;IACE,8BAAA;EvDsxRJ;AACF;AK/sRE;EkDtEE;IACE,8BAAA;EvDwxRJ;AACF;AK/sRI;EkDxEA;IACE,8BAAA;EvD0xRJ;AACF;AK1sRI;EkD/EA;IACE,8BAAA;EvD4xRJ;AACF;AK1sRI;EkDjFA;IACE,8BAAA;EvD8xRJ;AACF;AKrsRI;EkDxFA;IACE,8BAAA;EvDgyRJ;AACF;AKxvRE;EkDlEE;IACE,2BAAA;EvD6zRJ;AACF;AKzvRE;EkDnEE;IACE,2BAAA;EvD+zRJ;AACF;AK1vRE;EkDpEE;IACE,2BAAA;EvDi0RJ;AACF;AK3vRE;EkDrEE;IACE,2BAAA;EvDm0RJ;AACF;AK5vRE;EkDtEE;IACE,2BAAA;EvDq0RJ;AACF;AK5vRI;EkDxEA;IACE,2BAAA;EvDu0RJ;AACF;AKvvRI;EkD/EA;IACE,2BAAA;EvDy0RJ;AACF;AKvvRI;EkDjFA;IACE,2BAAA;EvD20RJ;AACF;AKlvRI;EkDxFA;IACE,2BAAA;EvD60RJ;AACF;AKryRE;EkDlEE;IACE,4BAAA;EvD02RJ;AACF;AKtyRE;EkDnEE;IACE,4BAAA;EvD42RJ;AACF;AKvyRE;EkDpEE;IACE,4BAAA;EvD82RJ;AACF;AKxyRE;EkDrEE;IACE,4BAAA;EvDg3RJ;AACF;AKzyRE;EkDtEE;IACE,4BAAA;EvDk3RJ;AACF;AKzyRI;EkDxEA;IACE,4BAAA;EvDo3RJ;AACF;AKpyRI;EkD/EA;IACE,4BAAA;EvDs3RJ;AACF;AKpyRI;EkDjFA;IACE,4BAAA;EvDw3RJ;AACF;AK/xRI;EkDxFA;IACE,4BAAA;EvD03RJ;AACF;AuDz3RA;EACE,qCAAA;AvD23RF;;AuDz3RA;EACE,oCAAA;AvD43RF;;AuD13RA;EACE,oCAAA;AvD63RF;;AuD33RA;EACE,6BAAA;AvD83RF;;AuD53RA;EACE,qCAAA;AvD+3RF;;AuD73RA;EACE,2BAAA;AvDg4RF;;AuD/3RA;EACE,2BAAA;AvDk4RF;;AuDj4RA;EACE,2BAAA;AvDo4RF;;AuDn4RA;EACE,2BAAA;AvDs4RF;;AuDr4RA;EACE,2BAAA;AvDw4RF;;AuDt4RA;EACE,+LAAA;AvDy4RF;;AuDv4RA;EACE,+LAAA;AvD04RF;;AuDx4RA;EACE,+LAAA;AvD24RF;;AuDz4RA;EACE,iCAAA;AvD44RF;;AuD14RA;EACE,iCAAA;AvD64RF;;AwDh/RE;EACE,yBAAA;AxDm/RJ;;AKj5RE;EmDhGE;IACE,yBAAA;ExDq/RJ;AACF;AKn5RE;EmDjGE;IACE,yBAAA;ExDu/RJ;AACF;AKp5RE;EmDlGE;IACE,yBAAA;ExDy/RJ;AACF;AKr5RE;EmDnGE;IACE,yBAAA;ExD2/RJ;AACF;AKt5RE;EmDpGE;IACE,yBAAA;ExD6/RJ;AACF;AKt5RI;EmDtGA;IACE,yBAAA;ExD+/RJ;AACF;AKj5RI;EmD7GA;IACE,yBAAA;ExDigSJ;AACF;AKj5RI;EmD/GA;IACE,yBAAA;ExDmgSJ;AACF;AK54RI;EmDtHA;IACE,yBAAA;ExDqgSJ;AACF;AwDliSE;EACE,wBAAA;AxDoiSJ;;AKl8RE;EmDhGE;IACE,wBAAA;ExDsiSJ;AACF;AKp8RE;EmDjGE;IACE,wBAAA;ExDwiSJ;AACF;AKr8RE;EmDlGE;IACE,wBAAA;ExD0iSJ;AACF;AKt8RE;EmDnGE;IACE,wBAAA;ExD4iSJ;AACF;AKv8RE;EmDpGE;IACE,wBAAA;ExD8iSJ;AACF;AKv8RI;EmDtGA;IACE,wBAAA;ExDgjSJ;AACF;AKl8RI;EmD7GA;IACE,wBAAA;ExDkjSJ;AACF;AKl8RI;EmD/GA;IACE,wBAAA;ExDojSJ;AACF;AK77RI;EmDtHA;IACE,wBAAA;ExDsjSJ;AACF;AwDnlSE;EACE,0BAAA;AxDqlSJ;;AKn/RE;EmDhGE;IACE,0BAAA;ExDulSJ;AACF;AKr/RE;EmDjGE;IACE,0BAAA;ExDylSJ;AACF;AKt/RE;EmDlGE;IACE,0BAAA;ExD2lSJ;AACF;AKv/RE;EmDnGE;IACE,0BAAA;ExD6lSJ;AACF;AKx/RE;EmDpGE;IACE,0BAAA;ExD+lSJ;A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","file":"bulma-dark.css"} \ No newline at end of file diff --git a/css/theme/bulma-dark.min.css b/css/theme/bulma-dark.min.css deleted file mode 100644 index 679e1caaa..000000000 --- a/css/theme/bulma-dark.min.css +++ /dev/null @@ -1 +0,0 @@ -@charset "UTF-8";.button,.file-cta,.file-name,.input,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.select select,.textarea{-moz-appearance:none;-webkit-appearance:none;align-items:center;border:1px solid transparent;border-radius:4px;box-shadow:none;display:inline-flex;font-size:1rem;height:2.5em;justify-content:flex-start;line-height:1.5;padding-bottom:calc(.5em - 1px);padding-left:calc(.75em - 1px);padding-right:calc(.75em - 1px);padding-top:calc(.5em - 1px);position:relative;vertical-align:top}.button:active,.button:focus,.file-cta:active,.file-cta:focus,.file-name:active,.file-name:focus,.input:active,.input:focus,.is-active.button,.is-active.file-cta,.is-active.file-name,.is-active.input,.is-active.pagination-ellipsis,.is-active.pagination-link,.is-active.pagination-next,.is-active.pagination-previous,.is-active.textarea,.is-focused.button,.is-focused.file-cta,.is-focused.file-name,.is-focused.input,.is-focused.pagination-ellipsis,.is-focused.pagination-link,.is-focused.pagination-next,.is-focused.pagination-previous,.is-focused.textarea,.pagination-ellipsis:active,.pagination-ellipsis:focus,.pagination-link:active,.pagination-link:focus,.pagination-next:active,.pagination-next:focus,.pagination-previous:active,.pagination-previous:focus,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{outline:0}.select fieldset[disabled] select,.select select[disabled],[disabled].button,[disabled].file-cta,[disabled].file-name,[disabled].input,[disabled].pagination-ellipsis,[disabled].pagination-link,[disabled].pagination-next,[disabled].pagination-previous,[disabled].textarea,fieldset[disabled] .button,fieldset[disabled] .file-cta,fieldset[disabled] .file-name,fieldset[disabled] .input,fieldset[disabled] .pagination-ellipsis,fieldset[disabled] .pagination-link,fieldset[disabled] .pagination-next,fieldset[disabled] .pagination-previous,fieldset[disabled] .select select,fieldset[disabled] .textarea{cursor:not-allowed}.breadcrumb,.button,.file,.is-unselectable,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.4375em;pointer-events:none;position:absolute;top:50%;transform:rotate(-45deg);transform-origin:center;width:.625em}.block:not(:last-child),.box:not(:last-child),.breadcrumb:not(:last-child),.content:not(:last-child),.level:not(:last-child),.message:not(:last-child),.notification:not(:last-child),.pagination:not(:last-child),.progress:not(:last-child),.subtitle:not(:last-child),.table-container:not(:last-child),.table:not(:last-child),.tabs:not(:last-child),.title:not(:last-child){margin-bottom:1.5rem}.delete,.modal-close{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-moz-appearance:none;-webkit-appearance:none;background-color:rgba(186,186,186,.2);border:none;border-radius:9999px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#404040;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(186,186,186,.3)}.delete:active,.modal-close:active{background-color:rgba(186,186,186,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:9999px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img,.is-overlay,.modal,.modal-background{bottom:0;left:0;position:absolute;right:0;top:0}.navbar-burger{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0}/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,::after,::before{box-sizing:inherit}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}td:not([align]),th:not([align]){text-align:inherit}html{background-color:#404040;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,optgroup,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#9a9a9a;font-size:1em;font-weight:400;line-height:1.5}a{color:#9b905c;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#a4a4a4}code{background-color:#454545;color:#52b7a3;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#454545;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#a4a4a4;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#454545;color:#9a9a9a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#a4a4a4}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.box{background-color:#404040;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px #9b905c}a.box:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2),0 0 0 1px #9b905c}.button{background-color:#404040;border-color:#525252;border-width:1px;color:#a4a4a4;cursor:pointer;justify-content:center;padding-bottom:calc(.5em - 1px);padding-left:1em;padding-right:1em;padding-top:calc(.5em - 1px);text-align:center;white-space:nowrap}.button strong{color:inherit}.button .icon,.button .icon.is-large,.button .icon.is-medium,.button .icon.is-small{height:1.5em;width:1.5em}.button .icon:first-child:not(:last-child){margin-left:calc(-.5em - 1px);margin-right:.25em}.button .icon:last-child:not(:first-child){margin-left:.25em;margin-right:calc(-.5em - 1px)}.button .icon:first-child:last-child{margin-left:calc(-.5em - 1px);margin-right:calc(-.5em - 1px)}.button.is-hovered,.button:hover{border-color:#656565;color:#a4a4a4}.button.is-focused,.button:focus{border-color:#9b905c;color:#a4a4a4}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-active,.button:active{border-color:#9a9a9a;color:#a4a4a4}.button.is-text{background-color:transparent;border-color:transparent;color:#9a9a9a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#454545;color:#a4a4a4}.button.is-text.is-active,.button.is-text:active{background-color:#383838;color:#a4a4a4}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-ghost{background:0 0;border-color:transparent;color:#9b905c;text-decoration:none}.button.is-ghost.is-hovered,.button.is-ghost:hover{color:#9b905c;text-decoration:underline}.button.is-white{background-color:#404040;border-color:transparent;color:#bababa}.button.is-white.is-hovered,.button.is-white:hover{background-color:#3a3a3a;border-color:transparent;color:#bababa}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#bababa}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#333;border-color:transparent;color:#bababa}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#404040;border-color:#404040;box-shadow:none}.button.is-white.is-inverted{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#adadad}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#bababa;border-color:transparent;box-shadow:none;color:#404040}.button.is-white.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#404040;border-color:#404040;color:#bababa}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-outlined.is-loading.is-focused::after,.button.is-white.is-outlined.is-loading.is-hovered::after,.button.is-white.is-outlined.is-loading:focus::after,.button.is-white.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-white.is-inverted.is-outlined.is-focused,.button.is-white.is-inverted.is-outlined.is-hovered,.button.is-white.is-inverted.is-outlined:focus,.button.is-white.is-inverted.is-outlined:hover{background-color:#bababa;color:#404040}.button.is-white.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-white.is-inverted.is-outlined.is-loading:focus::after,.button.is-white.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black{background-color:#bababa;border-color:transparent;color:#404040}.button.is-black.is-hovered,.button.is-black:hover{background-color:#b4b4b4;border-color:transparent;color:#404040}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#404040}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#adadad;border-color:transparent;color:#404040}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#bababa;border-color:#bababa;box-shadow:none}.button.is-black.is-inverted{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#333}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#404040;border-color:transparent;box-shadow:none;color:#bababa}.button.is-black.is-loading::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined{background-color:transparent;border-color:#bababa;color:#bababa}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#bababa;border-color:#bababa;color:#404040}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-outlined.is-loading.is-focused::after,.button.is-black.is-outlined.is-loading.is-hovered::after,.button.is-black.is-outlined.is-loading:focus::after,.button.is-black.is-outlined.is-loading:hover::after{border-color:transparent transparent #404040 #404040!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#bababa;box-shadow:none;color:#bababa}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;color:#404040}.button.is-black.is-inverted.is-outlined.is-focused,.button.is-black.is-inverted.is-outlined.is-hovered,.button.is-black.is-inverted.is-outlined:focus,.button.is-black.is-inverted.is-outlined:hover{background-color:#404040;color:#bababa}.button.is-black.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-black.is-inverted.is-outlined.is-loading:focus::after,.button.is-black.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bababa #bababa!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#404040;box-shadow:none;color:#404040}.button.is-light{background-color:#454545;border-color:transparent;color:#9d9d9d}.button.is-light.is-hovered,.button.is-light:hover{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:#9d9d9d}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#383838;border-color:transparent;color:#9d9d9d}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#454545;border-color:#454545;box-shadow:none}.button.is-light.is-inverted{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:#909090}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:#9d9d9d;border-color:transparent;box-shadow:none;color:#454545}.button.is-light.is-loading::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined{background-color:transparent;border-color:#454545;color:#454545}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#454545;border-color:#454545;color:#9d9d9d}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-outlined.is-loading.is-focused::after,.button.is-light.is-outlined.is-loading.is-hovered::after,.button.is-light.is-outlined.is-loading:focus::after,.button.is-light.is-outlined.is-loading:hover::after{border-color:transparent transparent #9d9d9d #9d9d9d!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#454545;box-shadow:none;color:#454545}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;color:#9d9d9d}.button.is-light.is-inverted.is-outlined.is-focused,.button.is-light.is-inverted.is-outlined.is-hovered,.button.is-light.is-inverted.is-outlined:focus,.button.is-light.is-inverted.is-outlined:hover{background-color:#9d9d9d;color:#454545}.button.is-light.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-light.is-inverted.is-outlined.is-loading:focus::after,.button.is-light.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #454545 #454545!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:#9d9d9d;box-shadow:none;color:#9d9d9d}.button.is-dark{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#6d6d6d}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#979797;border-color:transparent;color:#6d6d6d}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;box-shadow:none}.button.is-dark.is-inverted{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#606060}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#6d6d6d;border-color:transparent;box-shadow:none;color:#a4a4a4}.button.is-dark.is-loading::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;color:#a4a4a4}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-outlined.is-loading.is-focused::after,.button.is-dark.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-outlined.is-loading:focus::after,.button.is-dark.is-outlined.is-loading:hover::after{border-color:transparent transparent #6d6d6d #6d6d6d!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#a4a4a4;box-shadow:none;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;color:#6d6d6d}.button.is-dark.is-inverted.is-outlined.is-focused,.button.is-dark.is-inverted.is-outlined.is-hovered,.button.is-dark.is-inverted.is-outlined:focus,.button.is-dark.is-inverted.is-outlined:hover{background-color:#6d6d6d;color:#a4a4a4}.button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-dark.is-inverted.is-outlined.is-loading:focus::after,.button.is-dark.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #a4a4a4 #a4a4a4!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#6d6d6d;box-shadow:none;color:#6d6d6d}.button.is-primary{background-color:#bf5766;border-color:transparent;color:#60948c}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#bb4e5e;border-color:transparent;color:#60948c}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#60948c}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#b74656;border-color:transparent;color:#60948c}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#bf5766;border-color:#bf5766;box-shadow:none}.button.is-primary.is-inverted{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#56857d}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#60948c;border-color:transparent;box-shadow:none;color:#bf5766}.button.is-primary.is-loading::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;color:#bf5766}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#bf5766;border-color:#bf5766;color:#60948c}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-outlined.is-loading.is-focused::after,.button.is-primary.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-outlined.is-loading:focus::after,.button.is-primary.is-outlined.is-loading:hover::after{border-color:transparent transparent #60948c #60948c!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#bf5766;box-shadow:none;color:#bf5766}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;color:#60948c}.button.is-primary.is-inverted.is-outlined.is-focused,.button.is-primary.is-inverted.is-outlined.is-hovered,.button.is-primary.is-inverted.is-outlined:focus,.button.is-primary.is-inverted.is-outlined:hover{background-color:#60948c;color:#bf5766}.button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-primary.is-inverted.is-outlined.is-loading:focus::after,.button.is-primary.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #bf5766 #bf5766!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#60948c;box-shadow:none;color:#60948c}.button.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#e35d70;border-color:transparent;color:#ac4e5c}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#e15267;border-color:transparent;color:#ac4e5c}.button.is-link{background-color:#9b905c;border-color:transparent;color:#727791}.button.is-link.is-hovered,.button.is-link:hover{background-color:#938957;border-color:transparent;color:#727791}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#727791}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#8b8153;border-color:transparent;color:#727791}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#9b905c;border-color:#9b905c;box-shadow:none}.button.is-link.is-inverted{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#666b83}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#727791;border-color:transparent;box-shadow:none;color:#9b905c}.button.is-link.is-loading::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;color:#9b905c}.button.is-link.is-outlined.is-focused,.button.is-link.is-outlined.is-hovered,.button.is-link.is-outlined:focus,.button.is-link.is-outlined:hover{background-color:#9b905c;border-color:#9b905c;color:#727791}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-outlined.is-loading.is-focused::after,.button.is-link.is-outlined.is-loading.is-hovered::after,.button.is-link.is-outlined.is-loading:focus::after,.button.is-link.is-outlined.is-loading:hover::after{border-color:transparent transparent #727791 #727791!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#9b905c;box-shadow:none;color:#9b905c}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;color:#727791}.button.is-link.is-inverted.is-outlined.is-focused,.button.is-link.is-inverted.is-outlined.is-hovered,.button.is-link.is-inverted.is-outlined:focus,.button.is-link.is-inverted.is-outlined:hover{background-color:#727791;color:#9b905c}.button.is-link.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-link.is-inverted.is-outlined.is-loading:focus::after,.button.is-link.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b905c #9b905c!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#727791;box-shadow:none;color:#727791}.button.is-link.is-light{background-color:#baad6e;color:#8c8253}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#b6a865;border-color:transparent;color:#8c8253}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#b2a35d;border-color:transparent;color:#8c8253}.button.is-info{background-color:#3e8ed0;border-color:transparent;color:#a07857}.button.is-info.is-hovered,.button.is-info:hover{background-color:#3488ce;border-color:transparent;color:#a07857}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#a07857}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#3082c5;border-color:transparent;color:#a07857}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3e8ed0;border-color:#3e8ed0;box-shadow:none}.button.is-info.is-inverted{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#8f6c4e}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#a07857;border-color:transparent;box-shadow:none;color:#3e8ed0}.button.is-info.is-loading::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;color:#3e8ed0}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-outlined.is-loading.is-focused::after,.button.is-info.is-outlined.is-loading.is-hovered::after,.button.is-info.is-outlined.is-loading:focus::after,.button.is-info.is-outlined.is-loading:hover::after{border-color:transparent transparent #a07857 #a07857!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3e8ed0;box-shadow:none;color:#3e8ed0}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;color:#a07857}.button.is-info.is-inverted.is-outlined.is-focused,.button.is-info.is-inverted.is-outlined.is-hovered,.button.is-info.is-inverted.is-outlined:focus,.button.is-info.is-inverted.is-outlined:hover{background-color:#a07857;color:#3e8ed0}.button.is-info.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-info.is-inverted.is-outlined.is-loading:focus::after,.button.is-info.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #3e8ed0 #3e8ed0!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#a07857;box-shadow:none;color:#a07857}.button.is-info.is-light{background-color:#4aaafa;color:#3880bb}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#3ea4fa;border-color:transparent;color:#3880bb}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#319ef9;border-color:transparent;color:#3880bb}.button.is-success{background-color:#47c68d;border-color:transparent;color:#9b5c78}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec487;border-color:transparent;color:#9b5c78}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#9b5c78}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb81;border-color:transparent;color:#9b5c78}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#47c68d;border-color:#47c68d;box-shadow:none}.button.is-success.is-inverted{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#8b536c}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#9b5c78;border-color:transparent;box-shadow:none;color:#47c68d}.button.is-success.is-loading::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;color:#47c68d}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-outlined.is-loading.is-focused::after,.button.is-success.is-outlined.is-loading.is-hovered::after,.button.is-success.is-outlined.is-loading:focus::after,.button.is-success.is-outlined.is-loading:hover::after{border-color:transparent transparent #9b5c78 #9b5c78!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#47c68d;box-shadow:none;color:#47c68d}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;color:#9b5c78}.button.is-success.is-inverted.is-outlined.is-focused,.button.is-success.is-inverted.is-outlined.is-hovered,.button.is-success.is-inverted.is-outlined:focus,.button.is-success.is-inverted.is-outlined:hover{background-color:#9b5c78;color:#47c68d}.button.is-success.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-success.is-inverted.is-outlined.is-loading:focus::after,.button.is-success.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #47c68d #47c68d!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#9b5c78;box-shadow:none;color:#9b5c78}.button.is-success.is-light{background-color:#56efaa;color:#41b380}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#4aeea4;border-color:transparent;color:#41b380}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#3fed9e;border-color:transparent;color:#41b380}.button.is-warning{background-color:#ffdf89;border-color:transparent;color:#404f7a}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:#404f7a}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd970;border-color:transparent;color:#404f7a}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdf89;border-color:#ffdf89;box-shadow:none}.button.is-warning.is-inverted{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:#374469}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:#404f7a;border-color:transparent;box-shadow:none;color:#ffdf89}.button.is-warning.is-loading::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;color:#ffdf89}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-outlined.is-loading.is-focused::after,.button.is-warning.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-outlined.is-loading:focus::after,.button.is-warning.is-outlined.is-loading:hover::after{border-color:transparent transparent #404f7a #404f7a!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdf89;box-shadow:none;color:#ffdf89}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;color:#404f7a}.button.is-warning.is-inverted.is-outlined.is-focused,.button.is-warning.is-inverted.is-outlined.is-hovered,.button.is-warning.is-inverted.is-outlined:focus,.button.is-warning.is-inverted.is-outlined:hover{background-color:#404f7a;color:#ffdf89}.button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-warning.is-inverted.is-outlined.is-loading:focus::after,.button.is-warning.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #ffdf89 #ffdf89!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:#404f7a;box-shadow:none;color:#404f7a}.button.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#ff9;border-color:transparent;color:#e6ca7c}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#ffff8d;border-color:transparent;color:#e6ca7c}.button.is-danger{background-color:#f14668;border-color:transparent;color:#479c8b}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#479c8b}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#479c8b}.button.is-danger.is-focused:not(:active),.button.is-danger:focus:not(:active){box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.button.is-danger.is-active,.button.is-danger:active{background-color:#ef2e55;border-color:transparent;color:#479c8b}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:#f14668;box-shadow:none}.button.is-danger.is-inverted{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#3f8a7b}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#479c8b;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.is-focused,.button.is-danger.is-outlined.is-hovered,.button.is-danger.is-outlined:focus,.button.is-danger.is-outlined:hover{background-color:#f14668;border-color:#f14668;color:#479c8b}.button.is-danger.is-outlined.is-loading::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-outlined.is-loading.is-focused::after,.button.is-danger.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-outlined.is-loading:focus::after,.button.is-danger.is-outlined.is-loading:hover::after{border-color:transparent transparent #479c8b #479c8b!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;color:#479c8b}.button.is-danger.is-inverted.is-outlined.is-focused,.button.is-danger.is-inverted.is-outlined.is-hovered,.button.is-danger.is-inverted.is-outlined:focus,.button.is-danger.is-inverted.is-outlined:hover{background-color:#479c8b;color:#f14668}.button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after,.button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after,.button.is-danger.is-inverted.is-outlined.is-loading:focus::after,.button.is-danger.is-inverted.is-outlined.is-loading:hover::after{border-color:transparent transparent #f14668 #f14668!important}.button.is-danger.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#479c8b;box-shadow:none;color:#479c8b}.button.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#ff4773;border-color:transparent;color:#d93f5e}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#ff3b6a;border-color:transparent;color:#d93f5e}.button.is-small{font-size:.75rem}.button.is-small:not(.is-rounded){border-radius:2px}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#404040;border-color:#525252;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - 1em * .5);top:calc(50% - 1em * .5);position:absolute!important}.button.is-static{background-color:#454545;border-color:#525252;color:#828282;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:9999px;padding-left:calc(1em + .25em);padding-right:calc(1em + .25em)}.buttons{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.buttons .button{margin-bottom:.5rem}.buttons .button:not(:last-child):not(.is-fullwidth){margin-right:.5rem}.buttons:last-child{margin-bottom:-.5rem}.buttons:not(:last-child){margin-bottom:1rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large){font-size:.75rem}.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded){border-radius:2px}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.is-hovered,.buttons.has-addons .button:hover{z-index:2}.buttons.has-addons .button.is-active,.buttons.has-addons .button.is-focused,.buttons.has-addons .button.is-selected,.buttons.has-addons .button:active,.buttons.has-addons .button:focus{z-index:3}.buttons.has-addons .button.is-active:hover,.buttons.has-addons .button.is-focused:hover,.buttons.has-addons .button.is-selected:hover,.buttons.has-addons .button:active:hover,.buttons.has-addons .button:focus:hover{z-index:4}.buttons.has-addons .button.is-expanded{flex-grow:1;flex-shrink:1}.buttons.is-centered{justify-content:center}.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}.buttons.is-right{justify-content:flex-end}.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth){margin-left:.25rem;margin-right:.25rem}@media screen and (max-width:768px){.button.is-responsive.is-small{font-size:.5625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.65625rem}.button.is-responsive.is-medium{font-size:.75rem}.button.is-responsive.is-large{font-size:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.button.is-responsive.is-small{font-size:.65625rem}.button.is-responsive,.button.is-responsive.is-normal{font-size:.75rem}.button.is-responsive.is-medium{font-size:1rem}.button.is-responsive.is-large{font-size:1.25rem}}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none!important;padding-left:32px;padding-right:32px;width:100%}@media screen and (min-width:1024px){.container{max-width:960px}}@media screen and (max-width:1215px){.container.is-widescreen:not(.is-max-desktop){max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}@media screen and (min-width:1216px){.container:not(.is-max-desktop){max-width:1152px}}@media screen and (min-width:1408px){.container:not(.is-max-desktop):not(.is-max-widescreen){max-width:1344px}}.content li+li{margin-top:.25em}.content blockquote:not(:last-child),.content dl:not(:last-child),.content ol:not(:last-child),.content p:not(:last-child),.content pre:not(:last-child),.content table:not(:last-child),.content ul:not(:last-child){margin-bottom:1em}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{color:#a4a4a4;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#454545;border-left:5px solid #525252;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#a4a4a4}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#a4a4a4}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#a4a4a4}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-normal{font-size:1rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.icon-text{align-items:flex-start;color:inherit;display:inline-flex;flex-wrap:wrap;line-height:1.5rem;vertical-align:top}.icon-text .icon{flex-grow:0;flex-shrink:0}.icon-text .icon:not(:last-child){margin-right:.25em}.icon-text .icon:not(:first-child){margin-left:.25em}div.icon-text{display:flex}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:9999px}.image.is-fullwidth{width:100%}.image.is-16by9 .has-ratio,.image.is-16by9 img,.image.is-1by1 .has-ratio,.image.is-1by1 img,.image.is-1by2 .has-ratio,.image.is-1by2 img,.image.is-1by3 .has-ratio,.image.is-1by3 img,.image.is-2by1 .has-ratio,.image.is-2by1 img,.image.is-2by3 .has-ratio,.image.is-2by3 img,.image.is-3by1 .has-ratio,.image.is-3by1 img,.image.is-3by2 .has-ratio,.image.is-3by2 img,.image.is-3by4 .has-ratio,.image.is-3by4 img,.image.is-3by5 .has-ratio,.image.is-3by5 img,.image.is-4by3 .has-ratio,.image.is-4by3 img,.image.is-4by5 .has-ratio,.image.is-4by5 img,.image.is-5by3 .has-ratio,.image.is-5by3 img,.image.is-5by4 .has-ratio,.image.is-5by4 img,.image.is-9by16 .has-ratio,.image.is-9by16 img,.image.is-square .has-ratio,.image.is-square img{height:100%;width:100%}.image.is-1by1,.image.is-square{padding-top:100%}.image.is-5by4{padding-top:80%}.image.is-4by3{padding-top:75%}.image.is-3by2{padding-top:66.6666%}.image.is-5by3{padding-top:60%}.image.is-16by9{padding-top:56.25%}.image.is-2by1{padding-top:50%}.image.is-3by1{padding-top:33.3333%}.image.is-4by5{padding-top:125%}.image.is-3by4{padding-top:133.3333%}.image.is-2by3{padding-top:150%}.image.is-3by5{padding-top:166.6666%}.image.is-9by16{padding-top:177.7777%}.image.is-1by2{padding-top:200%}.image.is-1by3{padding-top:300%}.image.is-16x16{height:16px;width:16px}.image.is-24x24{height:24px;width:24px}.image.is-32x32{height:32px;width:32px}.image.is-48x48{height:48px;width:48px}.image.is-64x64{height:64px;width:64px}.image.is-96x96{height:96px;width:96px}.image.is-128x128{height:128px;width:128px}.notification{background-color:#454545;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#404040}.notification pre code{background:0 0}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#404040;color:#bababa}.notification.is-black{background-color:#bababa;color:#404040}.notification.is-light{background-color:#454545;color:#9d9d9d}.notification.is-dark{background-color:#a4a4a4;color:#6d6d6d}.notification.is-primary{background-color:#bf5766;color:#60948c}.notification.is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.notification.is-link{background-color:#9b905c;color:#727791}.notification.is-link.is-light{background-color:#baad6e;color:#8c8253}.notification.is-info{background-color:#3e8ed0;color:#a07857}.notification.is-info.is-light{background-color:#4aaafa;color:#3880bb}.notification.is-success{background-color:#47c68d;color:#9b5c78}.notification.is-success.is-light{background-color:#56efaa;color:#41b380}.notification.is-warning{background-color:#ffdf89;color:#404f7a}.notification.is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.notification.is-danger{background-color:#f14668;color:#479c8b}.notification.is-danger.is-light{background-color:#ff547d;color:#d93f5e}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:9999px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#494949}.progress::-webkit-progress-value{background-color:#9a9a9a}.progress::-moz-progress-bar{background-color:#9a9a9a}.progress::-ms-fill{background-color:#9a9a9a;border:none}.progress.is-white::-webkit-progress-value{background-color:#404040}.progress.is-white::-moz-progress-bar{background-color:#404040}.progress.is-white::-ms-fill{background-color:#404040}.progress.is-white:indeterminate{background-image:linear-gradient(to right,#404040 30%,#494949 30%)}.progress.is-black::-webkit-progress-value{background-color:#bababa}.progress.is-black::-moz-progress-bar{background-color:#bababa}.progress.is-black::-ms-fill{background-color:#bababa}.progress.is-black:indeterminate{background-image:linear-gradient(to right,#bababa 30%,#494949 30%)}.progress.is-light::-webkit-progress-value{background-color:#454545}.progress.is-light::-moz-progress-bar{background-color:#454545}.progress.is-light::-ms-fill{background-color:#454545}.progress.is-light:indeterminate{background-image:linear-gradient(to right,#454545 30%,#494949 30%)}.progress.is-dark::-webkit-progress-value{background-color:#a4a4a4}.progress.is-dark::-moz-progress-bar{background-color:#a4a4a4}.progress.is-dark::-ms-fill{background-color:#a4a4a4}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,#a4a4a4 30%,#494949 30%)}.progress.is-primary::-webkit-progress-value{background-color:#bf5766}.progress.is-primary::-moz-progress-bar{background-color:#bf5766}.progress.is-primary::-ms-fill{background-color:#bf5766}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,#bf5766 30%,#494949 30%)}.progress.is-link::-webkit-progress-value{background-color:#9b905c}.progress.is-link::-moz-progress-bar{background-color:#9b905c}.progress.is-link::-ms-fill{background-color:#9b905c}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#9b905c 30%,#494949 30%)}.progress.is-info::-webkit-progress-value{background-color:#3e8ed0}.progress.is-info::-moz-progress-bar{background-color:#3e8ed0}.progress.is-info::-ms-fill{background-color:#3e8ed0}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3e8ed0 30%,#494949 30%)}.progress.is-success::-webkit-progress-value{background-color:#47c68d}.progress.is-success::-moz-progress-bar{background-color:#47c68d}.progress.is-success::-ms-fill{background-color:#47c68d}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#47c68d 30%,#494949 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdf89}.progress.is-warning::-moz-progress-bar{background-color:#ffdf89}.progress.is-warning::-ms-fill{background-color:#ffdf89}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffdf89 30%,#494949 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#494949 30%)}.progress:indeterminate{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:moveIndeterminate;animation-timing-function:linear;background-color:#494949;background-image:linear-gradient(to right,#9a9a9a 30%,#494949 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress:indeterminate::-ms-fill{animation-name:none}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#404040;color:#a4a4a4}.table td,.table th{border:1px solid #525252;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#404040;border-color:#404040;color:#bababa}.table td.is-black,.table th.is-black{background-color:#bababa;border-color:#bababa;color:#404040}.table td.is-light,.table th.is-light{background-color:#454545;border-color:#454545;color:#9d9d9d}.table td.is-dark,.table th.is-dark{background-color:#a4a4a4;border-color:#a4a4a4;color:#6d6d6d}.table td.is-primary,.table th.is-primary{background-color:#bf5766;border-color:#bf5766;color:#60948c}.table td.is-link,.table th.is-link{background-color:#9b905c;border-color:#9b905c;color:#727791}.table td.is-info,.table th.is-info{background-color:#3e8ed0;border-color:#3e8ed0;color:#a07857}.table td.is-success,.table th.is-success{background-color:#47c68d;border-color:#47c68d;color:#9b5c78}.table td.is-warning,.table th.is-warning{background-color:#ffdf89;border-color:#ffdf89;color:#404f7a}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#479c8b}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#bf5766;color:#60948c}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#a4a4a4}.table th:not([align]){text-align:left}.table tr.is-selected{background-color:#bf5766;color:#60948c}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#60948c;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#a4a4a4}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#a4a4a4}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#424242}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(2n){background-color:#454545}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(2n){background-color:#424242}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.tags{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.tags .tag{margin-bottom:.5rem}.tags .tag:not(:last-child){margin-right:.5rem}.tags:last-child{margin-bottom:-.5rem}.tags:not(:last-child){margin-bottom:1rem}.tags.are-medium .tag:not(.is-normal):not(.is-large){font-size:1rem}.tags.are-large .tag:not(.is-normal):not(.is-medium){font-size:1.25rem}.tags.is-centered{justify-content:center}.tags.is-centered .tag{margin-right:.25rem;margin-left:.25rem}.tags.is-right{justify-content:flex-end}.tags.is-right .tag:not(:first-child){margin-left:.5rem}.tags.is-right .tag:not(:last-child){margin-right:0}.tags.has-addons .tag{margin-right:0}.tags.has-addons .tag:not(:first-child){margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}.tags.has-addons .tag:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.tag:not(body){align-items:center;background-color:#454545;border-radius:4px;color:#9a9a9a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#404040;color:#bababa}.tag:not(body).is-black{background-color:#bababa;color:#404040}.tag:not(body).is-light{background-color:#454545;color:#9d9d9d}.tag:not(body).is-dark{background-color:#a4a4a4;color:#6d6d6d}.tag:not(body).is-primary{background-color:#bf5766;color:#60948c}.tag:not(body).is-primary.is-light{background-color:#e5687a;color:#ac4e5c}.tag:not(body).is-link{background-color:#9b905c;color:#727791}.tag:not(body).is-link.is-light{background-color:#baad6e;color:#8c8253}.tag:not(body).is-info{background-color:#3e8ed0;color:#a07857}.tag:not(body).is-info.is-light{background-color:#4aaafa;color:#3880bb}.tag:not(body).is-success{background-color:#47c68d;color:#9b5c78}.tag:not(body).is-success.is-light{background-color:#56efaa;color:#41b380}.tag:not(body).is-warning{background-color:#ffdf89;color:#404f7a}.tag:not(body).is-warning.is-light{background-color:#ffffa6;color:#e6ca7c}.tag:not(body).is-danger{background-color:#f14668;color:#479c8b}.tag:not(body).is-danger.is-light{background-color:#ff547d;color:#d93f5e}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.375em;margin-right:.1875em}.tag:not(body) .icon:last-child:not(:first-child){margin-left:.1875em;margin-right:-.375em}.tag:not(body) .icon:first-child:last-child{margin-left:-.375em;margin-right:-.375em}.tag:not(body).is-delete{margin-left:1px;padding:0;position:relative;width:2em}.tag:not(body).is-delete::after,.tag:not(body).is-delete::before{background-color:currentColor;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.tag:not(body).is-delete::before{height:1px;width:50%}.tag:not(body).is-delete::after{height:50%;width:1px}.tag:not(body).is-delete:focus,.tag:not(body).is-delete:hover{background-color:#383838}.tag:not(body).is-delete:active{background-color:#2c2c2c}.tag:not(body).is-rounded{border-radius:9999px}a.tag:hover{text-decoration:underline}.subtitle,.title{word-break:break-word}.subtitle em,.subtitle span,.title em,.title span{font-weight:inherit}.subtitle sub,.title sub{font-size:.75em}.subtitle sup,.title sup{font-size:.75em}.subtitle .tag,.title .tag{vertical-align:middle}.title{color:#a4a4a4;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#9a9a9a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#a4a4a4;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.number{align-items:center;background-color:#454545;border-radius:9999px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#404040;border-color:#525252;border-radius:4px;color:#a4a4a4}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(164,164,164,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(164,164,164,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(164,164,164,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(164,164,164,.3)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#656565}.input:active,.input:focus,.is-active.input,.is-active.textarea,.is-focused.input,.is-focused.textarea,.select select.is-active,.select select.is-focused,.select select:active,.select select:focus,.textarea:active,.textarea:focus{border-color:#9b905c;box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select fieldset[disabled] select,.select select[disabled],[disabled].input,[disabled].textarea,fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#454545;border-color:#454545;box-shadow:none;color:#828282}.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,[disabled].input::-moz-placeholder,[disabled].textarea::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,[disabled].input::-webkit-input-placeholder,[disabled].textarea::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,[disabled].input:-moz-placeholder,[disabled].textarea:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(130,130,130,.3)}.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,[disabled].input:-ms-input-placeholder,[disabled].textarea:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(130,130,130,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(186,186,186,.05);max-width:100%;width:100%}[readonly].input,[readonly].textarea{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#404040}.is-white.input:active,.is-white.input:focus,.is-white.is-active.input,.is-white.is-active.textarea,.is-white.is-focused.input,.is-white.is-focused.textarea,.is-white.textarea:active,.is-white.textarea:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.is-black.input,.is-black.textarea{border-color:#bababa}.is-black.input:active,.is-black.input:focus,.is-black.is-active.input,.is-black.is-active.textarea,.is-black.is-focused.input,.is-black.is-focused.textarea,.is-black.textarea:active,.is-black.textarea:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.is-light.input,.is-light.textarea{border-color:#454545}.is-light.input:active,.is-light.input:focus,.is-light.is-active.input,.is-light.is-active.textarea,.is-light.is-focused.input,.is-light.is-focused.textarea,.is-light.textarea:active,.is-light.textarea:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.is-dark.input,.is-dark.textarea{border-color:#a4a4a4}.is-dark.input:active,.is-dark.input:focus,.is-dark.is-active.input,.is-dark.is-active.textarea,.is-dark.is-focused.input,.is-dark.is-focused.textarea,.is-dark.textarea:active,.is-dark.textarea:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.is-primary.input,.is-primary.textarea{border-color:#bf5766}.is-primary.input:active,.is-primary.input:focus,.is-primary.is-active.input,.is-primary.is-active.textarea,.is-primary.is-focused.input,.is-primary.is-focused.textarea,.is-primary.textarea:active,.is-primary.textarea:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.is-link.input,.is-link.textarea{border-color:#9b905c}.is-link.input:active,.is-link.input:focus,.is-link.is-active.input,.is-link.is-active.textarea,.is-link.is-focused.input,.is-link.is-focused.textarea,.is-link.textarea:active,.is-link.textarea:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.is-info.input,.is-info.textarea{border-color:#3e8ed0}.is-info.input:active,.is-info.input:focus,.is-info.is-active.input,.is-info.is-active.textarea,.is-info.is-focused.input,.is-info.is-focused.textarea,.is-info.textarea:active,.is-info.textarea:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.is-success.input,.is-success.textarea{border-color:#47c68d}.is-success.input:active,.is-success.input:focus,.is-success.is-active.input,.is-success.is-active.textarea,.is-success.is-focused.input,.is-success.is-focused.textarea,.is-success.textarea:active,.is-success.textarea:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdf89}.is-warning.input:active,.is-warning.input:focus,.is-warning.is-active.input,.is-warning.is-active.textarea,.is-warning.is-focused.input,.is-warning.is-focused.textarea,.is-warning.textarea:active,.is-warning.textarea:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.is-danger.input,.is-danger.textarea{border-color:#f14668}.is-danger.input:active,.is-danger.input:focus,.is-danger.is-active.input,.is-danger.is-active.textarea,.is-danger.is-focused.input,.is-danger.is-focused.textarea,.is-danger.textarea:active,.is-danger.textarea:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.is-small.input,.is-small.textarea{border-radius:2px;font-size:.75rem}.is-medium.input,.is-medium.textarea{font-size:1.25rem}.is-large.input,.is-large.textarea{font-size:1.5rem}.is-fullwidth.input,.is-fullwidth.textarea{display:block;width:100%}.is-inline.input,.is-inline.textarea{display:inline;width:auto}.input.is-rounded{border-radius:9999px;padding-left:calc(calc(.75em - 1px) + .375em);padding-right:calc(calc(.75em - 1px) + .375em)}.input.is-static{background-color:transparent;border-color:transparent;box-shadow:none;padding-left:0;padding-right:0}.textarea{display:block;max-width:100%;min-width:100%;padding:calc(.75em - 1px);resize:vertical}.textarea:not([rows]){max-height:40em;min-height:8em}.textarea[rows]{height:initial}.textarea.has-fixed-size{resize:none}.checkbox,.radio{cursor:pointer;display:inline-block;line-height:1.25;position:relative}.checkbox input,.radio input{cursor:pointer}.checkbox:hover,.radio:hover{color:#a4a4a4}.checkbox input[disabled],.radio input[disabled],[disabled].checkbox,[disabled].radio,fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#828282;cursor:not-allowed}.radio+.radio{margin-left:.5em}.select{display:inline-block;max-width:100%;position:relative;vertical-align:top}.select:not(.is-multiple){height:2.5em}.select:not(.is-multiple):not(.is-loading)::after{border-color:#9b905c;right:1.125em;z-index:4}.select.is-rounded select{border-radius:9999px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#454545}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#a4a4a4}.select.is-white:not(:hover)::after{border-color:#404040}.select.is-white select{border-color:#404040}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#333}.select.is-white select.is-active,.select.is-white select.is-focused,.select.is-white select:active,.select.is-white select:focus{box-shadow:0 0 0 .125em rgba(64,64,64,.25)}.select.is-black:not(:hover)::after{border-color:#bababa}.select.is-black select{border-color:#bababa}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#adadad}.select.is-black select.is-active,.select.is-black select.is-focused,.select.is-black select:active,.select.is-black select:focus{box-shadow:0 0 0 .125em rgba(186,186,186,.25)}.select.is-light:not(:hover)::after{border-color:#454545}.select.is-light select{border-color:#454545}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#383838}.select.is-light select.is-active,.select.is-light select.is-focused,.select.is-light select:active,.select.is-light select:focus{box-shadow:0 0 0 .125em rgba(69,69,69,.25)}.select.is-dark:not(:hover)::after{border-color:#a4a4a4}.select.is-dark select{border-color:#a4a4a4}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#979797}.select.is-dark select.is-active,.select.is-dark select.is-focused,.select.is-dark select:active,.select.is-dark select:focus{box-shadow:0 0 0 .125em rgba(164,164,164,.25)}.select.is-primary:not(:hover)::after{border-color:#bf5766}.select.is-primary select{border-color:#bf5766}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#b74656}.select.is-primary select.is-active,.select.is-primary select.is-focused,.select.is-primary select:active,.select.is-primary select:focus{box-shadow:0 0 0 .125em rgba(191,87,102,.25)}.select.is-link:not(:hover)::after{border-color:#9b905c}.select.is-link select{border-color:#9b905c}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#8b8153}.select.is-link select.is-active,.select.is-link select.is-focused,.select.is-link select:active,.select.is-link select:focus{box-shadow:0 0 0 .125em rgba(155,144,92,.25)}.select.is-info:not(:hover)::after{border-color:#3e8ed0}.select.is-info select{border-color:#3e8ed0}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#3082c5}.select.is-info select.is-active,.select.is-info select.is-focused,.select.is-info select:active,.select.is-info select:focus{box-shadow:0 0 0 .125em rgba(62,142,208,.25)}.select.is-success:not(:hover)::after{border-color:#47c68d}.select.is-success select{border-color:#47c68d}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb81}.select.is-success select.is-active,.select.is-success select.is-focused,.select.is-success select:active,.select.is-success select:focus{box-shadow:0 0 0 .125em rgba(72,199,142,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdf89}.select.is-warning select{border-color:#ffdf89}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd970}.select.is-warning select.is-active,.select.is-warning select.is-focused,.select.is-warning select:active,.select.is-warning select:focus{box-shadow:0 0 0 .125em rgba(255,224,138,.25)}.select.is-danger:not(:hover)::after{border-color:#f14668}.select.is-danger select{border-color:#f14668}.select.is-danger select.is-hovered,.select.is-danger select:hover{border-color:#ef2e55}.select.is-danger select.is-active,.select.is-danger select.is-focused,.select.is-danger select:active,.select.is-danger select:focus{box-shadow:0 0 0 .125em rgba(241,70,104,.25)}.select.is-small{border-radius:2px;font-size:.75rem}.select.is-medium{font-size:1.25rem}.select.is-large{font-size:1.5rem}.select.is-disabled::after{border-color:#828282!important;opacity:.5}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#404040;border-color:transparent;color:#bababa}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#3a3a3a;border-color:transparent;color:#bababa}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(64,64,64,.25);color:#bababa}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#333;border-color:transparent;color:#bababa}.file.is-black .file-cta{background-color:#bababa;border-color:transparent;color:#404040}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#b4b4b4;border-color:transparent;color:#404040}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(186,186,186,.25);color:#404040}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#adadad;border-color:transparent;color:#404040}.file.is-light .file-cta{background-color:#454545;border-color:transparent;color:#9d9d9d}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#3f3f3f;border-color:transparent;color:#9d9d9d}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(69,69,69,.25);color:#9d9d9d}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#383838;border-color:transparent;color:#9d9d9d}.file.is-dark .file-cta{background-color:#a4a4a4;border-color:transparent;color:#6d6d6d}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#9e9e9e;border-color:transparent;color:#6d6d6d}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(164,164,164,.25);color:#6d6d6d}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#979797;border-color:transparent;color:#6d6d6d}.file.is-primary .file-cta{background-color:#bf5766;border-color:transparent;color:#60948c}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#bb4e5e;border-color:transparent;color:#60948c}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(191,87,102,.25);color:#60948c}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#b74656;border-color:transparent;color:#60948c}.file.is-link .file-cta{background-color:#9b905c;border-color:transparent;color:#727791}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#938957;border-color:transparent;color:#727791}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(155,144,92,.25);color:#727791}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#8b8153;border-color:transparent;color:#727791}.file.is-info .file-cta{background-color:#3e8ed0;border-color:transparent;color:#a07857}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#3488ce;border-color:transparent;color:#a07857}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(62,142,208,.25);color:#a07857}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#3082c5;border-color:transparent;color:#a07857}.file.is-success .file-cta{background-color:#47c68d;border-color:transparent;color:#9b5c78}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec487;border-color:transparent;color:#9b5c78}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,142,.25);color:#9b5c78}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb81;border-color:transparent;color:#9b5c78}.file.is-warning .file-cta{background-color:#ffdf89;border-color:transparent;color:#404f7a}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdc7d;border-color:transparent;color:#404f7a}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,224,138,.25);color:#404f7a}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd970;border-color:transparent;color:#404f7a}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#479c8b}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#479c8b}.file.is-danger.is-focused .file-cta,.file.is-danger:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(241,70,104,.25);color:#479c8b}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#479c8b}.file.is-small{font-size:.75rem}.file.is-normal{font-size:1rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#3f3f3f;color:#a4a4a4}.file-label:hover .file-name{border-color:#4c4c4c}.file-label:active .file-cta{background-color:#383838;color:#a4a4a4}.file-label:active .file-name{border-color:#454545}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#525252;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#454545;color:#9a9a9a}.file-name{border-color:#525252;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#a4a4a4;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#404040}.help.is-black{color:#bababa}.help.is-light{color:#454545}.help.is-dark{color:#a4a4a4}.help.is-primary{color:#bf5766}.help.is-link{color:#9b905c}.help.is-info{color:#3e8ed0}.help.is-success{color:#47c68d}.help.is-warning{color:#ffdf89}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).is-hovered,.field.has-addons .control .button:not([disabled]):hover,.field.has-addons .control .input:not([disabled]).is-hovered,.field.has-addons .control .input:not([disabled]):hover,.field.has-addons .control .select select:not([disabled]).is-hovered,.field.has-addons .control .select select:not([disabled]):hover{z-index:2}.field.has-addons .control .button:not([disabled]).is-active,.field.has-addons .control .button:not([disabled]).is-focused,.field.has-addons .control .button:not([disabled]):active,.field.has-addons .control .button:not([disabled]):focus,.field.has-addons .control .input:not([disabled]).is-active,.field.has-addons .control .input:not([disabled]).is-focused,.field.has-addons .control .input:not([disabled]):active,.field.has-addons .control .input:not([disabled]):focus,.field.has-addons .control .select select:not([disabled]).is-active,.field.has-addons .control .select select:not([disabled]).is-focused,.field.has-addons .control .select select:not([disabled]):active,.field.has-addons .control .select select:not([disabled]):focus{z-index:3}.field.has-addons .control .button:not([disabled]).is-active:hover,.field.has-addons .control .button:not([disabled]).is-focused:hover,.field.has-addons .control .button:not([disabled]):active:hover,.field.has-addons .control .button:not([disabled]):focus:hover,.field.has-addons .control .input:not([disabled]).is-active:hover,.field.has-addons .control .input:not([disabled]).is-focused:hover,.field.has-addons .control .input:not([disabled]):active:hover,.field.has-addons .control .input:not([disabled]):focus:hover,.field.has-addons .control .select select:not([disabled]).is-active:hover,.field.has-addons .control .select select:not([disabled]).is-focused:hover,.field.has-addons .control .select select:not([disabled]):active:hover,.field.has-addons .control .select select:not([disabled]):focus:hover{z-index:4}.field.has-addons .control.is-expanded{flex-grow:1;flex-shrink:1}.field.has-addons.has-addons-centered{justify-content:center}.field.has-addons.has-addons-right{justify-content:flex-end}.field.has-addons.has-addons-fullwidth .control{flex-grow:1;flex-shrink:0}.field.is-grouped{display:flex;justify-content:flex-start}.field.is-grouped>.control{flex-shrink:0}.field.is-grouped>.control:not(:last-child){margin-bottom:0;margin-right:.75rem}.field.is-grouped>.control.is-expanded{flex-grow:1;flex-shrink:1}.field.is-grouped.is-grouped-centered{justify-content:center}.field.is-grouped.is-grouped-right{justify-content:flex-end}.field.is-grouped.is-grouped-multiline{flex-wrap:wrap}.field.is-grouped.is-grouped-multiline>.control:last-child,.field.is-grouped.is-grouped-multiline>.control:not(:last-child){margin-bottom:.75rem}.field.is-grouped.is-grouped-multiline:last-child{margin-bottom:-.75rem}.field.is-grouped.is-grouped-multiline:not(:last-child){margin-bottom:0}@media screen and (min-width:769px),print{.field.is-horizontal{display:flex}}.field-label .label{font-size:inherit}@media screen and (max-width:768px){.field-label{margin-bottom:.5rem}}@media screen and (min-width:769px),print{.field-label{flex-basis:0;flex-grow:1;flex-shrink:0;margin-right:1.5rem;text-align:right}.field-label.is-small{font-size:.75rem;padding-top:.375em}.field-label.is-normal{padding-top:.375em}.field-label.is-medium{font-size:1.25rem;padding-top:.375em}.field-label.is-large{font-size:1.5rem;padding-top:.375em}}.field-body .field .field{margin-bottom:0}@media screen and (min-width:769px),print{.field-body{display:flex;flex-basis:0;flex-grow:5;flex-shrink:1}.field-body .field{margin-bottom:0}.field-body>.field{flex-shrink:1}.field-body>.field:not(.is-narrow){flex-grow:1}.field-body>.field:not(:last-child){margin-right:.75rem}}.control{box-sizing:border-box;clear:both;font-size:1rem;position:relative;text-align:inherit}.control.has-icons-left .input:focus~.icon,.control.has-icons-left .select:focus~.icon,.control.has-icons-right .input:focus~.icon,.control.has-icons-right .select:focus~.icon{color:#9a9a9a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#525252;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute!important;right:.625em;top:.625em;z-index:4}.control.is-loading.is-small:after{font-size:.75rem}.control.is-loading.is-medium:after{font-size:1.25rem}.control.is-loading.is-large:after{font-size:1.5rem}.breadcrumb{font-size:1rem;white-space:nowrap}.breadcrumb a{align-items:center;color:#9b905c;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#a4a4a4}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#a4a4a4;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#656565;content:"/"}.breadcrumb ol,.breadcrumb ul{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start}.breadcrumb .icon:first-child{margin-right:.5em}.breadcrumb .icon:last-child{margin-left:.5em}.breadcrumb.is-centered ol,.breadcrumb.is-centered ul{justify-content:center}.breadcrumb.is-right ol,.breadcrumb.is-right ul{justify-content:flex-end}.breadcrumb.is-small{font-size:.75rem}.breadcrumb.is-medium{font-size:1.25rem}.breadcrumb.is-large{font-size:1.5rem}.breadcrumb.has-arrow-separator li+li::before{content:"→"}.breadcrumb.has-bullet-separator li+li::before{content:"•"}.breadcrumb.has-dot-separator li+li::before{content:"·"}.breadcrumb.has-succeeds-separator li+li::before{content:"≻"}.card{background-color:#404040;border-radius:.25rem;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);color:#9a9a9a;max-width:100%;position:relative}.card-content:first-child,.card-footer:first-child,.card-header:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-content:last-child,.card-footer:last-child,.card-header:last-child{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(186,186,186,.1);display:flex}.card-header-title{align-items:center;color:#a4a4a4;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;color:currentColor;font-family:inherit;font-size:1em;margin:0;padding:0;align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-image:first-child img{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card-image:last-child img{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #494949;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #494949}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#404040;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#9a9a9a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#454545;color:#bababa}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#9b905c;color:#727791}.dropdown-divider{background-color:#494949;border:none;display:block;height:1px;margin:.5rem 0}.level{align-items:center;justify-content:space-between}.level code{border-radius:4px}.level img{display:inline-block;vertical-align:top}.level.is-mobile{display:flex}.level.is-mobile .level-left,.level.is-mobile .level-right{display:flex}.level.is-mobile .level-left+.level-right{margin-top:0}.level.is-mobile .level-item:not(:last-child){margin-bottom:0;margin-right:.75rem}.level.is-mobile .level-item:not(.is-narrow){flex-grow:1}@media screen and (min-width:769px),print{.level{display:flex}.level>.level-item:not(.is-narrow){flex-grow:1}}.level-item{align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:0;justify-content:center}.level-item .subtitle,.level-item .title{margin-bottom:0}@media screen and (max-width:768px){.level-item:not(:last-child){margin-bottom:.75rem}}.level-left,.level-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.level-left .level-item.is-flexible,.level-right .level-item.is-flexible{flex-grow:1}@media screen and (min-width:769px),print{.level-left .level-item:not(:last-child),.level-right .level-item:not(:last-child){margin-right:.75rem}}.level-left{align-items:center;justify-content:flex-start}@media screen and (max-width:768px){.level-left+.level-right{margin-top:1.5rem}}@media screen and (min-width:769px),print{.level-left{display:flex}}.level-right{align-items:center;justify-content:flex-end}@media screen and (min-width:769px),print{.level-right{display:flex}}.media{align-items:flex-start;display:flex;text-align:inherit}.media .content:not(:last-child){margin-bottom:.75rem}.media .media{border-top:1px solid rgba(82,82,82,.5);display:flex;padding-top:.75rem}.media .media .content:not(:last-child),.media .media .control:not(:last-child){margin-bottom:.5rem}.media .media .media{padding-top:.5rem}.media .media .media+.media{margin-top:.5rem}.media+.media{border-top:1px solid rgba(82,82,82,.5);margin-top:1rem;padding-top:1rem}.media.is-large+.media{margin-top:1.5rem;padding-top:1.5rem}.media-left,.media-right{flex-basis:auto;flex-grow:0;flex-shrink:0}.media-left{margin-right:1rem}.media-right{margin-left:1rem}.media-content{flex-basis:auto;flex-grow:1;flex-shrink:1;text-align:inherit}@media screen and (max-width:768px){.media-content{overflow-x:auto}}.menu{font-size:1rem}.menu.is-small{font-size:.75rem}.menu.is-medium{font-size:1.25rem}.menu.is-large{font-size:1.5rem}.menu-list{line-height:1.25}.menu-list a{border-radius:2px;color:#9a9a9a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#454545;color:#a4a4a4}.menu-list a.is-active{background-color:#9b905c;color:#727791}.menu-list li ul{border-left:1px solid #525252;margin:.75em;padding-left:.75em}.menu-label{color:#828282;font-size:.75em;letter-spacing:.1em;text-transform:uppercase}.menu-label:not(:first-child){margin-top:1em}.menu-label:not(:last-child){margin-bottom:1em}.message{background-color:#454545;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fafafa}.message.is-white .message-header{background-color:#404040;color:#bababa}.message.is-white .message-body{border-color:#404040}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#bababa;color:#404040}.message.is-black .message-body{border-color:#bababa}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#454545;color:#9d9d9d}.message.is-light .message-body{border-color:#454545}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#a4a4a4;color:#6d6d6d}.message.is-dark .message-body{border-color:#a4a4a4}.message.is-primary{background-color:#e5687a}.message.is-primary .message-header{background-color:#bf5766;color:#60948c}.message.is-primary .message-body{border-color:#bf5766;color:#ac4e5c}.message.is-link{background-color:#baad6e}.message.is-link .message-header{background-color:#9b905c;color:#727791}.message.is-link .message-body{border-color:#9b905c;color:#8c8253}.message.is-info{background-color:#4aaafa}.message.is-info .message-header{background-color:#3e8ed0;color:#a07857}.message.is-info .message-body{border-color:#3e8ed0;color:#3880bb}.message.is-success{background-color:#56efaa}.message.is-success .message-header{background-color:#47c68d;color:#9b5c78}.message.is-success .message-body{border-color:#47c68d;color:#41b380}.message.is-warning{background-color:#ffffa6}.message.is-warning .message-header{background-color:#ffdf89;color:#404f7a}.message.is-warning .message-body{border-color:#ffdf89;color:#e6ca7c}.message.is-danger{background-color:#ff547d}.message.is-danger .message-header{background-color:#f14668;color:#479c8b}.message.is-danger .message-body{border-color:#f14668;color:#d93f5e}.message-header{align-items:center;background-color:#9a9a9a;border-radius:4px 4px 0 0;color:#404040;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#525252;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#9a9a9a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#404040}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(186,186,186,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px){.modal-card,.modal-content{margin:0 auto;max-height:calc(100vh - 40px);width:640px}}.modal-close{background:0 0;height:40px;position:fixed;right:20px;top:20px;width:40px}.modal-card{display:flex;flex-direction:column;max-height:calc(100vh - 40px);overflow:hidden;-ms-overflow-y:visible}.modal-card-foot,.modal-card-head{align-items:center;background-color:#454545;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #525252;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#a4a4a4;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #525252}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#404040;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#404040;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#404040;color:#bababa}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#bababa}.navbar.is-white .navbar-brand .navbar-link.is-active,.navbar.is-white .navbar-brand .navbar-link:focus,.navbar.is-white .navbar-brand .navbar-link:hover,.navbar.is-white .navbar-brand>a.navbar-item.is-active,.navbar.is-white .navbar-brand>a.navbar-item:focus,.navbar.is-white .navbar-brand>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-burger{color:#bababa}@media screen and (min-width:1024px){.navbar.is-white .navbar-end .navbar-link,.navbar.is-white .navbar-end>.navbar-item,.navbar.is-white .navbar-start .navbar-link,.navbar.is-white .navbar-start>.navbar-item{color:#bababa}.navbar.is-white .navbar-end .navbar-link.is-active,.navbar.is-white .navbar-end .navbar-link:focus,.navbar.is-white .navbar-end .navbar-link:hover,.navbar.is-white .navbar-end>a.navbar-item.is-active,.navbar.is-white .navbar-end>a.navbar-item:focus,.navbar.is-white .navbar-end>a.navbar-item:hover,.navbar.is-white .navbar-start .navbar-link.is-active,.navbar.is-white .navbar-start .navbar-link:focus,.navbar.is-white .navbar-start .navbar-link:hover,.navbar.is-white .navbar-start>a.navbar-item.is-active,.navbar.is-white .navbar-start>a.navbar-item:focus,.navbar.is-white .navbar-start>a.navbar-item:hover{background-color:#333;color:#bababa}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#bababa}.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link{background-color:#333;color:#bababa}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#404040;color:#bababa}}.navbar.is-black{background-color:#bababa;color:#404040}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#404040}.navbar.is-black .navbar-brand .navbar-link.is-active,.navbar.is-black .navbar-brand .navbar-link:focus,.navbar.is-black .navbar-brand .navbar-link:hover,.navbar.is-black .navbar-brand>a.navbar-item.is-active,.navbar.is-black .navbar-brand>a.navbar-item:focus,.navbar.is-black .navbar-brand>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-burger{color:#404040}@media screen and (min-width:1024px){.navbar.is-black .navbar-end .navbar-link,.navbar.is-black .navbar-end>.navbar-item,.navbar.is-black .navbar-start .navbar-link,.navbar.is-black .navbar-start>.navbar-item{color:#404040}.navbar.is-black .navbar-end .navbar-link.is-active,.navbar.is-black .navbar-end .navbar-link:focus,.navbar.is-black .navbar-end .navbar-link:hover,.navbar.is-black .navbar-end>a.navbar-item.is-active,.navbar.is-black .navbar-end>a.navbar-item:focus,.navbar.is-black .navbar-end>a.navbar-item:hover,.navbar.is-black .navbar-start .navbar-link.is-active,.navbar.is-black .navbar-start .navbar-link:focus,.navbar.is-black .navbar-start .navbar-link:hover,.navbar.is-black .navbar-start>a.navbar-item.is-active,.navbar.is-black .navbar-start>a.navbar-item:focus,.navbar.is-black .navbar-start>a.navbar-item:hover{background-color:#adadad;color:#404040}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#404040}.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link{background-color:#adadad;color:#404040}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#bababa;color:#404040}}.navbar.is-light{background-color:#454545;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link.is-active,.navbar.is-light .navbar-brand .navbar-link:focus,.navbar.is-light .navbar-brand .navbar-link:hover,.navbar.is-light .navbar-brand>a.navbar-item.is-active,.navbar.is-light .navbar-brand>a.navbar-item:focus,.navbar.is-light .navbar-brand>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-brand .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-burger{color:#9d9d9d}@media screen and (min-width:1024px){.navbar.is-light .navbar-end .navbar-link,.navbar.is-light .navbar-end>.navbar-item,.navbar.is-light .navbar-start .navbar-link,.navbar.is-light .navbar-start>.navbar-item{color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link.is-active,.navbar.is-light .navbar-end .navbar-link:focus,.navbar.is-light .navbar-end .navbar-link:hover,.navbar.is-light .navbar-end>a.navbar-item.is-active,.navbar.is-light .navbar-end>a.navbar-item:focus,.navbar.is-light .navbar-end>a.navbar-item:hover,.navbar.is-light .navbar-start .navbar-link.is-active,.navbar.is-light .navbar-start .navbar-link:focus,.navbar.is-light .navbar-start .navbar-link:hover,.navbar.is-light .navbar-start>a.navbar-item.is-active,.navbar.is-light .navbar-start>a.navbar-item:focus,.navbar.is-light .navbar-start>a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:#9d9d9d}.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link{background-color:#383838;color:#9d9d9d}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9d9d9d}}.navbar.is-dark{background-color:#a4a4a4;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link.is-active,.navbar.is-dark .navbar-brand .navbar-link:focus,.navbar.is-dark .navbar-brand .navbar-link:hover,.navbar.is-dark .navbar-brand>a.navbar-item.is-active,.navbar.is-dark .navbar-brand>a.navbar-item:focus,.navbar.is-dark .navbar-brand>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-burger{color:#6d6d6d}@media screen and (min-width:1024px){.navbar.is-dark .navbar-end .navbar-link,.navbar.is-dark .navbar-end>.navbar-item,.navbar.is-dark .navbar-start .navbar-link,.navbar.is-dark .navbar-start>.navbar-item{color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link.is-active,.navbar.is-dark .navbar-end .navbar-link:focus,.navbar.is-dark .navbar-end .navbar-link:hover,.navbar.is-dark .navbar-end>a.navbar-item.is-active,.navbar.is-dark .navbar-end>a.navbar-item:focus,.navbar.is-dark .navbar-end>a.navbar-item:hover,.navbar.is-dark .navbar-start .navbar-link.is-active,.navbar.is-dark .navbar-start .navbar-link:focus,.navbar.is-dark .navbar-start .navbar-link:hover,.navbar.is-dark .navbar-start>a.navbar-item.is-active,.navbar.is-dark .navbar-start>a.navbar-item:focus,.navbar.is-dark .navbar-start>a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#6d6d6d}.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link{background-color:#979797;color:#6d6d6d}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#a4a4a4;color:#6d6d6d}}.navbar.is-primary{background-color:#bf5766;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#60948c}.navbar.is-primary .navbar-brand .navbar-link.is-active,.navbar.is-primary .navbar-brand .navbar-link:focus,.navbar.is-primary .navbar-brand .navbar-link:hover,.navbar.is-primary .navbar-brand>a.navbar-item.is-active,.navbar.is-primary .navbar-brand>a.navbar-item:focus,.navbar.is-primary .navbar-brand>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-burger{color:#60948c}@media screen and (min-width:1024px){.navbar.is-primary .navbar-end .navbar-link,.navbar.is-primary .navbar-end>.navbar-item,.navbar.is-primary .navbar-start .navbar-link,.navbar.is-primary .navbar-start>.navbar-item{color:#60948c}.navbar.is-primary .navbar-end .navbar-link.is-active,.navbar.is-primary .navbar-end .navbar-link:focus,.navbar.is-primary .navbar-end .navbar-link:hover,.navbar.is-primary .navbar-end>a.navbar-item.is-active,.navbar.is-primary .navbar-end>a.navbar-item:focus,.navbar.is-primary .navbar-end>a.navbar-item:hover,.navbar.is-primary .navbar-start .navbar-link.is-active,.navbar.is-primary .navbar-start .navbar-link:focus,.navbar.is-primary .navbar-start .navbar-link:hover,.navbar.is-primary .navbar-start>a.navbar-item.is-active,.navbar.is-primary .navbar-start>a.navbar-item:focus,.navbar.is-primary .navbar-start>a.navbar-item:hover{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#60948c}.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link{background-color:#b74656;color:#60948c}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#bf5766;color:#60948c}}.navbar.is-link{background-color:#9b905c;color:#727791}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#727791}.navbar.is-link .navbar-brand .navbar-link.is-active,.navbar.is-link .navbar-brand .navbar-link:focus,.navbar.is-link .navbar-brand .navbar-link:hover,.navbar.is-link .navbar-brand>a.navbar-item.is-active,.navbar.is-link .navbar-brand>a.navbar-item:focus,.navbar.is-link .navbar-brand>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-burger{color:#727791}@media screen and (min-width:1024px){.navbar.is-link .navbar-end .navbar-link,.navbar.is-link .navbar-end>.navbar-item,.navbar.is-link .navbar-start .navbar-link,.navbar.is-link .navbar-start>.navbar-item{color:#727791}.navbar.is-link .navbar-end .navbar-link.is-active,.navbar.is-link .navbar-end .navbar-link:focus,.navbar.is-link .navbar-end .navbar-link:hover,.navbar.is-link .navbar-end>a.navbar-item.is-active,.navbar.is-link .navbar-end>a.navbar-item:focus,.navbar.is-link .navbar-end>a.navbar-item:hover,.navbar.is-link .navbar-start .navbar-link.is-active,.navbar.is-link .navbar-start .navbar-link:focus,.navbar.is-link .navbar-start .navbar-link:hover,.navbar.is-link .navbar-start>a.navbar-item.is-active,.navbar.is-link .navbar-start>a.navbar-item:focus,.navbar.is-link .navbar-start>a.navbar-item:hover{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#727791}.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link{background-color:#8b8153;color:#727791}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#9b905c;color:#727791}}.navbar.is-info{background-color:#3e8ed0;color:#a07857}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#a07857}.navbar.is-info .navbar-brand .navbar-link.is-active,.navbar.is-info .navbar-brand .navbar-link:focus,.navbar.is-info .navbar-brand .navbar-link:hover,.navbar.is-info .navbar-brand>a.navbar-item.is-active,.navbar.is-info .navbar-brand>a.navbar-item:focus,.navbar.is-info .navbar-brand>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-burger{color:#a07857}@media screen and (min-width:1024px){.navbar.is-info .navbar-end .navbar-link,.navbar.is-info .navbar-end>.navbar-item,.navbar.is-info .navbar-start .navbar-link,.navbar.is-info .navbar-start>.navbar-item{color:#a07857}.navbar.is-info .navbar-end .navbar-link.is-active,.navbar.is-info .navbar-end .navbar-link:focus,.navbar.is-info .navbar-end .navbar-link:hover,.navbar.is-info .navbar-end>a.navbar-item.is-active,.navbar.is-info .navbar-end>a.navbar-item:focus,.navbar.is-info .navbar-end>a.navbar-item:hover,.navbar.is-info .navbar-start .navbar-link.is-active,.navbar.is-info .navbar-start .navbar-link:focus,.navbar.is-info .navbar-start .navbar-link:hover,.navbar.is-info .navbar-start>a.navbar-item.is-active,.navbar.is-info .navbar-start>a.navbar-item:focus,.navbar.is-info .navbar-start>a.navbar-item:hover{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#a07857}.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link{background-color:#3082c5;color:#a07857}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3e8ed0;color:#a07857}}.navbar.is-success{background-color:#47c68d;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link.is-active,.navbar.is-success .navbar-brand .navbar-link:focus,.navbar.is-success .navbar-brand .navbar-link:hover,.navbar.is-success .navbar-brand>a.navbar-item.is-active,.navbar.is-success .navbar-brand>a.navbar-item:focus,.navbar.is-success .navbar-brand>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-burger{color:#9b5c78}@media screen and (min-width:1024px){.navbar.is-success .navbar-end .navbar-link,.navbar.is-success .navbar-end>.navbar-item,.navbar.is-success .navbar-start .navbar-link,.navbar.is-success .navbar-start>.navbar-item{color:#9b5c78}.navbar.is-success .navbar-end .navbar-link.is-active,.navbar.is-success .navbar-end .navbar-link:focus,.navbar.is-success .navbar-end .navbar-link:hover,.navbar.is-success .navbar-end>a.navbar-item.is-active,.navbar.is-success .navbar-end>a.navbar-item:focus,.navbar.is-success .navbar-end>a.navbar-item:hover,.navbar.is-success .navbar-start .navbar-link.is-active,.navbar.is-success .navbar-start .navbar-link:focus,.navbar.is-success .navbar-start .navbar-link:hover,.navbar.is-success .navbar-start>a.navbar-item.is-active,.navbar.is-success .navbar-start>a.navbar-item:focus,.navbar.is-success .navbar-start>a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#9b5c78}.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link{background-color:#3abb81;color:#9b5c78}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#47c68d;color:#9b5c78}}.navbar.is-warning{background-color:#ffdf89;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link.is-active,.navbar.is-warning .navbar-brand .navbar-link:focus,.navbar.is-warning .navbar-brand .navbar-link:hover,.navbar.is-warning .navbar-brand>a.navbar-item.is-active,.navbar.is-warning .navbar-brand>a.navbar-item:focus,.navbar.is-warning .navbar-brand>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-burger{color:#404f7a}@media screen and (min-width:1024px){.navbar.is-warning .navbar-end .navbar-link,.navbar.is-warning .navbar-end>.navbar-item,.navbar.is-warning .navbar-start .navbar-link,.navbar.is-warning .navbar-start>.navbar-item{color:#404f7a}.navbar.is-warning .navbar-end .navbar-link.is-active,.navbar.is-warning .navbar-end .navbar-link:focus,.navbar.is-warning .navbar-end .navbar-link:hover,.navbar.is-warning .navbar-end>a.navbar-item.is-active,.navbar.is-warning .navbar-end>a.navbar-item:focus,.navbar.is-warning .navbar-end>a.navbar-item:hover,.navbar.is-warning .navbar-start .navbar-link.is-active,.navbar.is-warning .navbar-start .navbar-link:focus,.navbar.is-warning .navbar-start .navbar-link:hover,.navbar.is-warning .navbar-start>a.navbar-item.is-active,.navbar.is-warning .navbar-start>a.navbar-item:focus,.navbar.is-warning .navbar-start>a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:#404f7a}.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link{background-color:#ffd970;color:#404f7a}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdf89;color:#404f7a}}.navbar.is-danger{background-color:#f14668;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link.is-active,.navbar.is-danger .navbar-brand .navbar-link:focus,.navbar.is-danger .navbar-brand .navbar-link:hover,.navbar.is-danger .navbar-brand>a.navbar-item.is-active,.navbar.is-danger .navbar-brand>a.navbar-item:focus,.navbar.is-danger .navbar-brand>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-burger{color:#479c8b}@media screen and (min-width:1024px){.navbar.is-danger .navbar-end .navbar-link,.navbar.is-danger .navbar-end>.navbar-item,.navbar.is-danger .navbar-start .navbar-link,.navbar.is-danger .navbar-start>.navbar-item{color:#479c8b}.navbar.is-danger .navbar-end .navbar-link.is-active,.navbar.is-danger .navbar-end .navbar-link:focus,.navbar.is-danger .navbar-end .navbar-link:hover,.navbar.is-danger .navbar-end>a.navbar-item.is-active,.navbar.is-danger .navbar-end>a.navbar-item:focus,.navbar.is-danger .navbar-end>a.navbar-item:hover,.navbar.is-danger .navbar-start .navbar-link.is-active,.navbar.is-danger .navbar-start .navbar-link:focus,.navbar.is-danger .navbar-start .navbar-link:hover,.navbar.is-danger .navbar-start>a.navbar-item.is-active,.navbar.is-danger .navbar-start>a.navbar-item:focus,.navbar.is-danger .navbar-start>a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#479c8b}.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link{background-color:#ef2e55;color:#479c8b}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#479c8b}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #454545}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #454545}.navbar.is-fixed-top{top:0}body.has-navbar-fixed-top,html.has-navbar-fixed-top{padding-top:3.25rem}body.has-navbar-fixed-bottom,html.has-navbar-fixed-bottom{padding-bottom:3.25rem}.navbar-brand,.navbar-tabs{align-items:stretch;display:flex;flex-shrink:0;min-height:3.25rem}.navbar-brand a.navbar-item:focus,.navbar-brand a.navbar-item:hover{background-color:transparent}.navbar-tabs{-webkit-overflow-scrolling:touch;max-width:100vw;overflow-x:auto;overflow-y:hidden}.navbar-burger{color:#9a9a9a;-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:first-child{top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:first-child{transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#9a9a9a;display:block;line-height:1.5;padding:.5rem .75rem;position:relative}.navbar-item .icon:only-child,.navbar-link .icon:only-child{margin-left:-.25rem;margin-right:-.25rem}.navbar-link,a.navbar-item{cursor:pointer}.navbar-link.is-active,.navbar-link:focus,.navbar-link:focus-within,.navbar-link:hover,a.navbar-item.is-active,a.navbar-item:focus,a.navbar-item:focus-within,a.navbar-item:hover{background-color:#424242;color:#9b905c}.navbar-item{flex-grow:0;flex-shrink:0}.navbar-item img{max-height:1.75rem}.navbar-item.has-dropdown{padding:0}.navbar-item.is-expanded{flex-grow:1;flex-shrink:1}.navbar-item.is-tab{border-bottom:1px solid transparent;min-height:3.25rem;padding-bottom:calc(.5rem - 1px)}.navbar-item.is-tab:focus,.navbar-item.is-tab:hover{background-color:transparent;border-bottom-color:#9b905c}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#9b905c;border-bottom-style:solid;border-bottom-width:3px;color:#9b905c;padding-bottom:calc(.5rem - 3px)}.navbar-content{flex-grow:1;flex-shrink:1}.navbar-link:not(.is-arrowless){padding-right:2.5em}.navbar-link:not(.is-arrowless)::after{border-color:#9b905c;margin-top:-.375em;right:1.125em}.navbar-dropdown{font-size:.875rem;padding-bottom:.5rem;padding-top:.5rem}.navbar-dropdown .navbar-item{padding-left:1.5rem;padding-right:1.5rem}.navbar-divider{background-color:#454545;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#404040;box-shadow:0 8px 16px rgba(186,186,186,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}body.has-navbar-fixed-top-touch,html.has-navbar-fixed-top-touch{padding-top:3.25rem}body.has-navbar-fixed-bottom-touch,html.has-navbar-fixed-bottom-touch{padding-bottom:3.25rem}}@media screen and (min-width:1024px){.navbar,.navbar-end,.navbar-menu,.navbar-start{align-items:stretch;display:flex}.navbar{min-height:3.25rem}.navbar.is-spaced{padding:1rem 2rem}.navbar.is-spaced .navbar-end,.navbar.is-spaced .navbar-start{align-items:center}.navbar.is-spaced .navbar-link,.navbar.is-spaced a.navbar-item{border-radius:4px}.navbar.is-transparent .navbar-link.is-active,.navbar.is-transparent .navbar-link:focus,.navbar.is-transparent .navbar-link:hover,.navbar.is-transparent a.navbar-item.is-active,.navbar.is-transparent a.navbar-item:focus,.navbar.is-transparent a.navbar-item:hover{background-color:transparent!important}.navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link,.navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link{background-color:transparent!important}.navbar.is-transparent .navbar-dropdown a.navbar-item:focus,.navbar.is-transparent .navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-burger{display:none}.navbar-item,.navbar-link{align-items:center;display:flex}.navbar-item.has-dropdown{align-items:stretch}.navbar-item.has-dropdown-up .navbar-link::after{transform:rotate(135deg) translate(.25em,-.25em)}.navbar-item.has-dropdown-up .navbar-dropdown{border-bottom:2px solid #525252;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(186,186,186,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-item.is-active .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed,.navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-item.is-active .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar-menu{flex-grow:1;flex-shrink:0}.navbar-start{justify-content:flex-start;margin-right:auto}.navbar-end{justify-content:flex-end;margin-left:auto}.navbar-dropdown{background-color:#404040;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #525252;box-shadow:0 8px 8px rgba(186,186,186,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#454545;color:#bababa}.navbar-dropdown a.navbar-item.is-active{background-color:#454545;color:#9b905c}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.container>.navbar .navbar-brand,.navbar>.container .navbar-brand{margin-left:-.75rem}.container>.navbar .navbar-menu,.navbar>.container .navbar-menu{margin-right:-.75rem}.navbar.is-fixed-bottom-desktop,.navbar.is-fixed-top-desktop{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-desktop{bottom:0}.navbar.is-fixed-bottom-desktop.has-shadow{box-shadow:0 -2px 3px rgba(186,186,186,.1)}.navbar.is-fixed-top-desktop{top:0}body.has-navbar-fixed-top-desktop,html.has-navbar-fixed-top-desktop{padding-top:3.25rem}body.has-navbar-fixed-bottom-desktop,html.has-navbar-fixed-bottom-desktop{padding-bottom:3.25rem}body.has-spaced-navbar-fixed-top,html.has-spaced-navbar-fixed-top{padding-top:5.25rem}body.has-spaced-navbar-fixed-bottom,html.has-spaced-navbar-fixed-bottom{padding-bottom:5.25rem}.navbar-link.is-active,a.navbar-item.is-active{color:#bababa}.navbar-link.is-active:not(:focus):not(:hover),a.navbar-item.is-active:not(:focus):not(:hover){background-color:transparent}.navbar-item.has-dropdown.is-active .navbar-link,.navbar-item.has-dropdown:focus .navbar-link,.navbar-item.has-dropdown:hover .navbar-link{background-color:#424242}}.hero.is-fullheight-with-navbar{min-height:calc(100vh - 3.25rem)}.pagination{font-size:1rem;margin:-.25rem}.pagination.is-small{font-size:.75rem}.pagination.is-medium{font-size:1.25rem}.pagination.is-large{font-size:1.5rem}.pagination.is-rounded .pagination-next,.pagination.is-rounded .pagination-previous{padding-left:1em;padding-right:1em;border-radius:9999px}.pagination.is-rounded .pagination-link{border-radius:9999px}.pagination,.pagination-list{align-items:center;display:flex;justify-content:center;text-align:center}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{font-size:1em;justify-content:center;margin:.25rem;padding-left:.5em;padding-right:.5em;text-align:center}.pagination-link,.pagination-next,.pagination-previous{border-color:#525252;color:#a4a4a4;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#656565;color:#a4a4a4}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#9b905c}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(186,186,186,.2)}.pagination-link.is-disabled,.pagination-link[disabled],.pagination-next.is-disabled,.pagination-next[disabled],.pagination-previous.is-disabled,.pagination-previous[disabled]{background-color:#525252;border-color:#525252;box-shadow:none;color:#828282;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#9b905c;border-color:#9b905c;color:#727791}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}.pagination-list li{list-style:none}@media screen and (max-width:768px){.pagination{flex-wrap:wrap}.pagination-next,.pagination-previous{flex-grow:1;flex-shrink:1}.pagination-list li{flex-grow:1;flex-shrink:1}}@media screen and (min-width:769px),print{.pagination-list{flex-grow:1;flex-shrink:1;justify-content:flex-start;order:1}.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous{margin-bottom:0;margin-top:0}.pagination-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between;margin-bottom:0;margin-top:0}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(186,186,186,.1),0 0 0 1px rgba(186,186,186,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#404040;color:#bababa}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#404040}.panel.is-white .panel-block.is-active .panel-icon{color:#404040}.panel.is-black .panel-heading{background-color:#bababa;color:#404040}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#bababa}.panel.is-black .panel-block.is-active .panel-icon{color:#bababa}.panel.is-light .panel-heading{background-color:#454545;color:#9d9d9d}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#454545}.panel.is-light .panel-block.is-active .panel-icon{color:#454545}.panel.is-dark .panel-heading{background-color:#a4a4a4;color:#6d6d6d}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#a4a4a4}.panel.is-dark .panel-block.is-active .panel-icon{color:#a4a4a4}.panel.is-primary .panel-heading{background-color:#bf5766;color:#60948c}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#bf5766}.panel.is-primary .panel-block.is-active .panel-icon{color:#bf5766}.panel.is-link .panel-heading{background-color:#9b905c;color:#727791}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#9b905c}.panel.is-link .panel-block.is-active .panel-icon{color:#9b905c}.panel.is-info .panel-heading{background-color:#3e8ed0;color:#a07857}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3e8ed0}.panel.is-info .panel-block.is-active .panel-icon{color:#3e8ed0}.panel.is-success .panel-heading{background-color:#47c68d;color:#9b5c78}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#47c68d}.panel.is-success .panel-block.is-active .panel-icon{color:#47c68d}.panel.is-warning .panel-heading{background-color:#ffdf89;color:#404f7a}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdf89}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdf89}.panel.is-danger .panel-heading{background-color:#f14668;color:#479c8b}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #494949}.panel-heading{background-color:#494949;border-radius:6px 6px 0 0;color:#a4a4a4;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #525252;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#9a9a9a;color:#a4a4a4}.panel-list a{color:#9a9a9a}.panel-list a:hover{color:#9b905c}.panel-block{align-items:center;color:#a4a4a4;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#9b905c;color:#a4a4a4}.panel-block.is-active .panel-icon{color:#9b905c}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#454545}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#828282;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;color:#9a9a9a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#a4a4a4;color:#a4a4a4}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#9b905c;color:#9b905c}.tabs ul{align-items:center;border-bottom-color:#525252;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#454545;border-bottom-color:#525252}.tabs.is-boxed li.is-active a{background-color:#404040;border-color:#525252;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#525252;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#454545;border-color:#656565;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#9b905c;border-color:#9b905c;color:#727791;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:9999px;border-top-left-radius:9999px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:9999px;border-top-right-radius:9999px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none;width:unset}.columns.is-mobile>.column.is-full{flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{flex:none;width:50%}.columns.is-mobile>.column.is-one-third{flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{flex:none;width:8.33333337%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333337%}.columns.is-mobile>.column.is-2{flex:none;width:16.66666674%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66666674%}.columns.is-mobile>.column.is-3{flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{flex:none;width:33.33333337%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333337%}.columns.is-mobile>.column.is-5{flex:none;width:41.66666674%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66666674%}.columns.is-mobile>.column.is-6{flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{flex:none;width:58.33333337%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333337%}.columns.is-mobile>.column.is-8{flex:none;width:66.66666674%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66666674%}.columns.is-mobile>.column.is-9{flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{flex:none;width:83.33333337%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333337%}.columns.is-mobile>.column.is-11{flex:none;width:91.66666674%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66666674%}.columns.is-mobile>.column.is-12{flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{flex:none;width:unset}.column.is-full-mobile{flex:none;width:100%}.column.is-three-quarters-mobile{flex:none;width:75%}.column.is-two-thirds-mobile{flex:none;width:66.6666%}.column.is-half-mobile{flex:none;width:50%}.column.is-one-third-mobile{flex:none;width:33.3333%}.column.is-one-quarter-mobile{flex:none;width:25%}.column.is-one-fifth-mobile{flex:none;width:20%}.column.is-two-fifths-mobile{flex:none;width:40%}.column.is-three-fifths-mobile{flex:none;width:60%}.column.is-four-fifths-mobile{flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{flex:none;width:8.33333337%}.column.is-offset-1-mobile{margin-left:8.33333337%}.column.is-2-mobile{flex:none;width:16.66666674%}.column.is-offset-2-mobile{margin-left:16.66666674%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333337%}.column.is-offset-4-mobile{margin-left:33.33333337%}.column.is-5-mobile{flex:none;width:41.66666674%}.column.is-offset-5-mobile{margin-left:41.66666674%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333337%}.column.is-offset-7-mobile{margin-left:58.33333337%}.column.is-8-mobile{flex:none;width:66.66666674%}.column.is-offset-8-mobile{margin-left:66.66666674%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333337%}.column.is-offset-10-mobile{margin-left:83.33333337%}.column.is-11-mobile{flex:none;width:91.66666674%}.column.is-offset-11-mobile{margin-left:91.66666674%}.column.is-12-mobile{flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{flex:none;width:unset}.column.is-full,.column.is-full-tablet{flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{flex:none;width:8.33333337%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333337%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66666674%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66666674%}.column.is-3,.column.is-3-tablet{flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{flex:none;width:33.33333337%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333337%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66666674%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66666674%}.column.is-6,.column.is-6-tablet{flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{flex:none;width:58.33333337%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333337%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66666674%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66666674%}.column.is-9,.column.is-9-tablet{flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{flex:none;width:83.33333337%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333337%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66666674%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66666674%}.column.is-12,.column.is-12-tablet{flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{flex:none;width:unset}.column.is-full-touch{flex:none;width:100%}.column.is-three-quarters-touch{flex:none;width:75%}.column.is-two-thirds-touch{flex:none;width:66.6666%}.column.is-half-touch{flex:none;width:50%}.column.is-one-third-touch{flex:none;width:33.3333%}.column.is-one-quarter-touch{flex:none;width:25%}.column.is-one-fifth-touch{flex:none;width:20%}.column.is-two-fifths-touch{flex:none;width:40%}.column.is-three-fifths-touch{flex:none;width:60%}.column.is-four-fifths-touch{flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{flex:none;width:8.33333337%}.column.is-offset-1-touch{margin-left:8.33333337%}.column.is-2-touch{flex:none;width:16.66666674%}.column.is-offset-2-touch{margin-left:16.66666674%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333337%}.column.is-offset-4-touch{margin-left:33.33333337%}.column.is-5-touch{flex:none;width:41.66666674%}.column.is-offset-5-touch{margin-left:41.66666674%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333337%}.column.is-offset-7-touch{margin-left:58.33333337%}.column.is-8-touch{flex:none;width:66.66666674%}.column.is-offset-8-touch{margin-left:66.66666674%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333337%}.column.is-offset-10-touch{margin-left:83.33333337%}.column.is-11-touch{flex:none;width:91.66666674%}.column.is-offset-11-touch{margin-left:91.66666674%}.column.is-12-touch{flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{flex:none;width:unset}.column.is-full-desktop{flex:none;width:100%}.column.is-three-quarters-desktop{flex:none;width:75%}.column.is-two-thirds-desktop{flex:none;width:66.6666%}.column.is-half-desktop{flex:none;width:50%}.column.is-one-third-desktop{flex:none;width:33.3333%}.column.is-one-quarter-desktop{flex:none;width:25%}.column.is-one-fifth-desktop{flex:none;width:20%}.column.is-two-fifths-desktop{flex:none;width:40%}.column.is-three-fifths-desktop{flex:none;width:60%}.column.is-four-fifths-desktop{flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{flex:none;width:8.33333337%}.column.is-offset-1-desktop{margin-left:8.33333337%}.column.is-2-desktop{flex:none;width:16.66666674%}.column.is-offset-2-desktop{margin-left:16.66666674%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333337%}.column.is-offset-4-desktop{margin-left:33.33333337%}.column.is-5-desktop{flex:none;width:41.66666674%}.column.is-offset-5-desktop{margin-left:41.66666674%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333337%}.column.is-offset-7-desktop{margin-left:58.33333337%}.column.is-8-desktop{flex:none;width:66.66666674%}.column.is-offset-8-desktop{margin-left:66.66666674%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333337%}.column.is-offset-10-desktop{margin-left:83.33333337%}.column.is-11-desktop{flex:none;width:91.66666674%}.column.is-offset-11-desktop{margin-left:91.66666674%}.column.is-12-desktop{flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{flex:none;width:unset}.column.is-full-widescreen{flex:none;width:100%}.column.is-three-quarters-widescreen{flex:none;width:75%}.column.is-two-thirds-widescreen{flex:none;width:66.6666%}.column.is-half-widescreen{flex:none;width:50%}.column.is-one-third-widescreen{flex:none;width:33.3333%}.column.is-one-quarter-widescreen{flex:none;width:25%}.column.is-one-fifth-widescreen{flex:none;width:20%}.column.is-two-fifths-widescreen{flex:none;width:40%}.column.is-three-fifths-widescreen{flex:none;width:60%}.column.is-four-fifths-widescreen{flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{flex:none;width:8.33333337%}.column.is-offset-1-widescreen{margin-left:8.33333337%}.column.is-2-widescreen{flex:none;width:16.66666674%}.column.is-offset-2-widescreen{margin-left:16.66666674%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333337%}.column.is-offset-4-widescreen{margin-left:33.33333337%}.column.is-5-widescreen{flex:none;width:41.66666674%}.column.is-offset-5-widescreen{margin-left:41.66666674%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333337%}.column.is-offset-7-widescreen{margin-left:58.33333337%}.column.is-8-widescreen{flex:none;width:66.66666674%}.column.is-offset-8-widescreen{margin-left:66.66666674%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333337%}.column.is-offset-10-widescreen{margin-left:83.33333337%}.column.is-11-widescreen{flex:none;width:91.66666674%}.column.is-offset-11-widescreen{margin-left:91.66666674%}.column.is-12-widescreen{flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{flex:none;width:unset}.column.is-full-fullhd{flex:none;width:100%}.column.is-three-quarters-fullhd{flex:none;width:75%}.column.is-two-thirds-fullhd{flex:none;width:66.6666%}.column.is-half-fullhd{flex:none;width:50%}.column.is-one-third-fullhd{flex:none;width:33.3333%}.column.is-one-quarter-fullhd{flex:none;width:25%}.column.is-one-fifth-fullhd{flex:none;width:20%}.column.is-two-fifths-fullhd{flex:none;width:40%}.column.is-three-fifths-fullhd{flex:none;width:60%}.column.is-four-fifths-fullhd{flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{flex:none;width:8.33333337%}.column.is-offset-1-fullhd{margin-left:8.33333337%}.column.is-2-fullhd{flex:none;width:16.66666674%}.column.is-offset-2-fullhd{margin-left:16.66666674%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333337%}.column.is-offset-4-fullhd{margin-left:33.33333337%}.column.is-5-fullhd{flex:none;width:41.66666674%}.column.is-offset-5-fullhd{margin-left:41.66666674%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333337%}.column.is-offset-7-fullhd{margin-left:58.33333337%}.column.is-8-fullhd{flex:none;width:66.66666674%}.column.is-offset-8-fullhd{margin-left:66.66666674%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333337%}.column.is-offset-10-fullhd{margin-left:83.33333337%}.column.is-11-fullhd{flex:none;width:91.66666674%}.column.is-offset-11-fullhd{margin-left:91.66666674%}.column.is-12-fullhd{flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:flex}.columns.is-multiline{flex-wrap:wrap}.columns.is-vcentered{align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.tile{align-items:stretch;display:block;flex-basis:0;flex-grow:1;flex-shrink:1;min-height:-moz-min-content;min-height:min-content}.tile.is-ancestor{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.tile.is-ancestor:last-child{margin-bottom:-.75rem}.tile.is-ancestor:not(:last-child){margin-bottom:.75rem}.tile.is-child{margin:0!important}.tile.is-parent{padding:.75rem}.tile.is-vertical{flex-direction:column}.tile.is-vertical>.tile.is-child:not(:last-child){margin-bottom:1.5rem!important}@media screen and (min-width:769px),print{.tile:not(.is-child){display:flex}.tile.is-1{flex:none;width:8.33333337%}.tile.is-2{flex:none;width:16.66666674%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333337%}.tile.is-5{flex:none;width:41.66666674%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333337%}.tile.is-8{flex:none;width:66.66666674%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333337%}.tile.is-11{flex:none;width:91.66666674%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#404040!important}a.has-text-white:focus,a.has-text-white:hover{color:#272727!important}.has-background-white{background-color:#404040!important}.has-text-black{color:#bababa!important}a.has-text-black:focus,a.has-text-black:hover{color:#a1a1a1!important}.has-background-black{background-color:#bababa!important}.has-text-light{color:#454545!important}a.has-text-light:focus,a.has-text-light:hover{color:#2c2c2c!important}.has-background-light{background-color:#454545!important}.has-text-dark{color:#a4a4a4!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#8b8b8b!important}.has-background-dark{background-color:#a4a4a4!important}.has-text-primary{color:#bf5766!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#a43f4d!important}.has-background-primary{background-color:#bf5766!important}.has-text-primary-light{color:#e5687a!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#de3c54!important}.has-background-primary-light{background-color:#e5687a!important}.has-text-primary-dark{color:#ac4e5c!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#893e49!important}.has-background-primary-dark{background-color:#ac4e5c!important}.has-text-link{color:#9b905c!important}a.has-text-link:focus,a.has-text-link:hover{color:#7b7249!important}.has-background-link{background-color:#9b905c!important}.has-text-link-light{color:#baad6e!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#a6974f!important}.has-background-link-light{background-color:#baad6e!important}.has-text-link-dark{color:#8c8253!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#6c6440!important}.has-background-link-dark{background-color:#8c8253!important}.has-text-info{color:#3e8ed0!important}a.has-text-info:focus,a.has-text-info:hover{color:#2b74b1!important}.has-background-info{background-color:#3e8ed0!important}.has-text-info-light{color:#4aaafa!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#1893f9!important}.has-background-info-light{background-color:#4aaafa!important}.has-text-info-dark{color:#3880bb!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#2c6594!important}.has-background-info-dark{background-color:#3880bb!important}.has-text-success{color:#47c68d!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a873!important}.has-background-success{background-color:#47c68d!important}.has-text-success-light{color:#56efaa!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#27eb93!important}.has-background-success-light{background-color:#56efaa!important}.has-text-success-dark{color:#41b380!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#338e65!important}.has-background-success-dark{background-color:#41b380!important}.has-text-warning{color:#ffdf89!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd257!important}.has-background-warning{background-color:#ffdf89!important}.has-text-warning-light{color:#ffffa6!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#ffff73!important}.has-background-warning-light{background-color:#ffffa6!important}.has-text-warning-dark{color:#e6ca7c!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#deb951!important}.has-background-warning-dark{background-color:#e6ca7c!important}.has-text-danger{color:#f14668!important}a.has-text-danger:focus,a.has-text-danger:hover{color:#ee1742!important}.has-background-danger{background-color:#f14668!important}.has-text-danger-light{color:#ff547d!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#ff2156!important}.has-background-danger-light{background-color:#ff547d!important}.has-text-danger-dark{color:#d93f5e!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#bf2645!important}.has-background-danger-dark{background-color:#d93f5e!important}.has-text-black-bis{color:#b6b6b6!important}.has-background-black-bis{background-color:#b6b6b6!important}.has-text-black-ter{color:#adadad!important}.has-background-black-ter{background-color:#adadad!important}.has-text-grey-darker{color:#a4a4a4!important}.has-background-grey-darker{background-color:#a4a4a4!important}.has-text-grey-dark{color:#9a9a9a!important}.has-background-grey-dark{background-color:#9a9a9a!important}.has-text-grey{color:#828282!important}.has-background-grey{background-color:#828282!important}.has-text-grey-light{color:#656565!important}.has-background-grey-light{background-color:#656565!important}.has-text-grey-lighter{color:#525252!important}.has-background-grey-lighter{background-color:#525252!important}.has-text-white-ter{color:#454545!important}.has-background-white-ter{background-color:#454545!important}.has-text-white-bis{color:#424242!important}.has-background-white-bis{background-color:#424242!important}.is-flex-direction-row{flex-direction:row!important}.is-flex-direction-row-reverse{flex-direction:row-reverse!important}.is-flex-direction-column{flex-direction:column!important}.is-flex-direction-column-reverse{flex-direction:column-reverse!important}.is-flex-wrap-nowrap{flex-wrap:nowrap!important}.is-flex-wrap-wrap{flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{justify-content:flex-start!important}.is-justify-content-flex-end{justify-content:flex-end!important}.is-justify-content-center{justify-content:center!important}.is-justify-content-space-between{justify-content:space-between!important}.is-justify-content-space-around{justify-content:space-around!important}.is-justify-content-space-evenly{justify-content:space-evenly!important}.is-justify-content-start{justify-content:start!important}.is-justify-content-end{justify-content:end!important}.is-justify-content-left{justify-content:left!important}.is-justify-content-right{justify-content:right!important}.is-align-content-flex-start{align-content:flex-start!important}.is-align-content-flex-end{align-content:flex-end!important}.is-align-content-center{align-content:center!important}.is-align-content-space-between{align-content:space-between!important}.is-align-content-space-around{align-content:space-around!important}.is-align-content-space-evenly{align-content:space-evenly!important}.is-align-content-stretch{align-content:stretch!important}.is-align-content-start{align-content:start!important}.is-align-content-end{align-content:end!important}.is-align-content-baseline{align-content:baseline!important}.is-align-items-stretch{align-items:stretch!important}.is-align-items-flex-start{align-items:flex-start!important}.is-align-items-flex-end{align-items:flex-end!important}.is-align-items-center{align-items:center!important}.is-align-items-baseline{align-items:baseline!important}.is-align-items-start{align-items:start!important}.is-align-items-end{align-items:end!important}.is-align-items-self-start{align-items:self-start!important}.is-align-items-self-end{align-items:self-end!important}.is-align-self-auto{align-self:auto!important}.is-align-self-flex-start{align-self:flex-start!important}.is-align-self-flex-end{align-self:flex-end!important}.is-align-self-center{align-self:center!important}.is-align-self-baseline{align-self:baseline!important}.is-align-self-stretch{align-self:stretch!important}.is-flex-grow-0{flex-grow:0!important}.is-flex-grow-1{flex-grow:1!important}.is-flex-grow-2{flex-grow:2!important}.is-flex-grow-3{flex-grow:3!important}.is-flex-grow-4{flex-grow:4!important}.is-flex-grow-5{flex-grow:5!important}.is-flex-shrink-0{flex-shrink:0!important}.is-flex-shrink-1{flex-shrink:1!important}.is-flex-shrink-2{flex-shrink:2!important}.is-flex-shrink-3{flex-shrink:3!important}.is-flex-shrink-4{flex-shrink:4!important}.is-flex-shrink-5{flex-shrink:5!important}.is-clearfix::after{clear:both;content:" ";display:table}.is-pulled-left{float:left!important}.is-pulled-right{float:right!important}.is-radiusless{border-radius:0!important}.is-shadowless{box-shadow:none!important}.is-clickable{cursor:pointer!important;pointer-events:all!important}.is-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.mx-3{margin-left:.75rem!important;margin-right:.75rem!important}.my-3{margin-top:.75rem!important;margin-bottom:.75rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.m-5{margin:1.5rem!important}.mt-5{margin-top:1.5rem!important}.mr-5{margin-right:1.5rem!important}.mb-5{margin-bottom:1.5rem!important}.ml-5{margin-left:1.5rem!important}.mx-5{margin-left:1.5rem!important;margin-right:1.5rem!important}.my-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-6{margin:3rem!important}.mt-6{margin-top:3rem!important}.mr-6{margin-right:3rem!important}.mb-6{margin-bottom:3rem!important}.ml-6{margin-left:3rem!important}.mx-6{margin-left:3rem!important;margin-right:3rem!important}.my-6{margin-top:3rem!important;margin-bottom:3rem!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.p-5{padding:1.5rem!important}.pt-5{padding-top:1.5rem!important}.pr-5{padding-right:1.5rem!important}.pb-5{padding-bottom:1.5rem!important}.pl-5{padding-left:1.5rem!important}.px-5{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-5{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-6{padding:3rem!important}.pt-6{padding-top:3rem!important}.pr-6{padding-right:3rem!important}.pb-6{padding-bottom:3rem!important}.pl-6{padding-left:3rem!important}.px-6{padding-left:3rem!important;padding-right:3rem!important}.py-6{padding-top:3rem!important;padding-bottom:3rem!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto{padding-left:auto!important}.px-auto{padding-left:auto!important;padding-right:auto!important}.py-auto{padding-top:auto!important;padding-bottom:auto!important}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.is-underlined{text-decoration:underline!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-secondary{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-sans-serif{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif!important}.is-family-monospace{font-family:monospace!important}.is-family-code{font-family:monospace!important}.is-block{display:block!important}@media screen and (max-width:768px){.is-block-mobile{display:block!important}}@media screen and (min-width:769px),print{.is-block-tablet{display:block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-block-tablet-only{display:block!important}}@media screen and (max-width:1023px){.is-block-touch{display:block!important}}@media screen and (min-width:1024px){.is-block-desktop{display:block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-block-desktop-only{display:block!important}}@media screen and (min-width:1216px){.is-block-widescreen{display:block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-block-widescreen-only{display:block!important}}@media screen and (min-width:1408px){.is-block-fullhd{display:block!important}}.is-flex{display:flex!important}@media screen and (max-width:768px){.is-flex-mobile{display:flex!important}}@media screen and (min-width:769px),print{.is-flex-tablet{display:flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-flex-tablet-only{display:flex!important}}@media screen and (max-width:1023px){.is-flex-touch{display:flex!important}}@media screen and (min-width:1024px){.is-flex-desktop{display:flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-flex-desktop-only{display:flex!important}}@media screen and (min-width:1216px){.is-flex-widescreen{display:flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-flex-widescreen-only{display:flex!important}}@media screen and (min-width:1408px){.is-flex-fullhd{display:flex!important}}.is-inline{display:inline!important}@media screen and (max-width:768px){.is-inline-mobile{display:inline!important}}@media screen and (min-width:769px),print{.is-inline-tablet{display:inline!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-tablet-only{display:inline!important}}@media screen and (max-width:1023px){.is-inline-touch{display:inline!important}}@media screen and (min-width:1024px){.is-inline-desktop{display:inline!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-desktop-only{display:inline!important}}@media screen and (min-width:1216px){.is-inline-widescreen{display:inline!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-widescreen-only{display:inline!important}}@media screen and (min-width:1408px){.is-inline-fullhd{display:inline!important}}.is-inline-block{display:inline-block!important}@media screen and (max-width:768px){.is-inline-block-mobile{display:inline-block!important}}@media screen and (min-width:769px),print{.is-inline-block-tablet{display:inline-block!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-block-tablet-only{display:inline-block!important}}@media screen and (max-width:1023px){.is-inline-block-touch{display:inline-block!important}}@media screen and (min-width:1024px){.is-inline-block-desktop{display:inline-block!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-block-desktop-only{display:inline-block!important}}@media screen and (min-width:1216px){.is-inline-block-widescreen{display:inline-block!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-block-widescreen-only{display:inline-block!important}}@media screen and (min-width:1408px){.is-inline-block-fullhd{display:inline-block!important}}.is-inline-flex{display:inline-flex!important}@media screen and (max-width:768px){.is-inline-flex-mobile{display:inline-flex!important}}@media screen and (min-width:769px),print{.is-inline-flex-tablet{display:inline-flex!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-inline-flex-tablet-only{display:inline-flex!important}}@media screen and (max-width:1023px){.is-inline-flex-touch{display:inline-flex!important}}@media screen and (min-width:1024px){.is-inline-flex-desktop{display:inline-flex!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-inline-flex-desktop-only{display:inline-flex!important}}@media screen and (min-width:1216px){.is-inline-flex-widescreen{display:inline-flex!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-inline-flex-widescreen-only{display:inline-flex!important}}@media screen and (min-width:1408px){.is-inline-flex-fullhd{display:inline-flex!important}}.is-hidden{display:none!important}.is-sr-only{border:none!important;clip:rect(0,0,0,0)!important;height:.01em!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.01em!important}@media screen and (max-width:768px){.is-hidden-mobile{display:none!important}}@media screen and (min-width:769px),print{.is-hidden-tablet{display:none!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-hidden-tablet-only{display:none!important}}@media screen and (max-width:1023px){.is-hidden-touch{display:none!important}}@media screen and (min-width:1024px){.is-hidden-desktop{display:none!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-hidden-desktop-only{display:none!important}}@media screen and (min-width:1216px){.is-hidden-widescreen{display:none!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-hidden-widescreen-only{display:none!important}}@media screen and (min-width:1408px){.is-hidden-fullhd{display:none!important}}.is-invisible{visibility:hidden!important}@media screen and (max-width:768px){.is-invisible-mobile{visibility:hidden!important}}@media screen and (min-width:769px),print{.is-invisible-tablet{visibility:hidden!important}}@media screen and (min-width:769px) and (max-width:1023px){.is-invisible-tablet-only{visibility:hidden!important}}@media screen and (max-width:1023px){.is-invisible-touch{visibility:hidden!important}}@media screen and (min-width:1024px){.is-invisible-desktop{visibility:hidden!important}}@media screen and (min-width:1024px) and (max-width:1215px){.is-invisible-desktop-only{visibility:hidden!important}}@media screen and (min-width:1216px){.is-invisible-widescreen{visibility:hidden!important}}@media screen and (min-width:1216px) and (max-width:1407px){.is-invisible-widescreen-only{visibility:hidden!important}}@media screen and (min-width:1408px){.is-invisible-fullhd{visibility:hidden!important}}.hero{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between}.hero .navbar{background:0 0}.hero .tabs ul{border-bottom:none}.hero.is-white{background-color:#404040;color:#bababa}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#bababa}.hero.is-white .subtitle{color:rgba(186,186,186,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#bababa}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#404040}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(186,186,186,.7)}.hero.is-white .navbar-link.is-active,.hero.is-white .navbar-link:hover,.hero.is-white a.navbar-item.is-active,.hero.is-white a.navbar-item:hover{background-color:#333;color:#bababa}.hero.is-white .tabs a{color:#bababa;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{color:#404040!important;opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#bababa}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#bababa;border-color:#bababa;color:#404040}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#2a2324 0,#404040 71%,#514a49 100%)}}.hero.is-black{background-color:#bababa;color:#404040}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#404040}.hero.is-black .subtitle{color:rgba(64,64,64,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#404040}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#bababa}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(64,64,64,.7)}.hero.is-black .navbar-link.is-active,.hero.is-black .navbar-link:hover,.hero.is-black a.navbar-item.is-active,.hero.is-black a.navbar-item:hover{background-color:#adadad;color:#404040}.hero.is-black .tabs a{color:#404040;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{color:#bababa!important;opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#404040}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#404040;border-color:#404040;color:#bababa}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#aa979a 0,#bababa 71%,#cac5c4 100%)}}.hero.is-light{background-color:#454545;color:#9d9d9d}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:#9d9d9d}.hero.is-light .subtitle{color:rgba(157,157,157,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:#9d9d9d}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#454545}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(157,157,157,.7)}.hero.is-light .navbar-link.is-active,.hero.is-light .navbar-link:hover,.hero.is-light a.navbar-item.is-active,.hero.is-light a.navbar-item:hover{background-color:#383838;color:#9d9d9d}.hero.is-light .tabs a{color:#9d9d9d;opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{color:#454545!important;opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:#9d9d9d}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:#9d9d9d;border-color:#9d9d9d;color:#454545}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#302729 0,#454545 71%,#564f4e 100%)}}.hero.is-dark{background-color:#a4a4a4;color:#6d6d6d}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#6d6d6d}.hero.is-dark .subtitle{color:rgba(109,109,109,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#6d6d6d}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#a4a4a4}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(109,109,109,.7)}.hero.is-dark .navbar-link.is-active,.hero.is-dark .navbar-link:hover,.hero.is-dark a.navbar-item.is-active,.hero.is-dark a.navbar-item:hover{background-color:#979797;color:#6d6d6d}.hero.is-dark .tabs a{color:#6d6d6d;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{color:#a4a4a4!important;opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#6d6d6d}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#6d6d6d;border-color:#6d6d6d;color:#a4a4a4}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#967f83 0,#a4a4a4 71%,#b5aead 100%)}}.hero.is-primary{background-color:#bf5766;color:#60948c}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#60948c}.hero.is-primary .subtitle{color:rgba(96,148,140,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#60948c}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#bf5766}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(96,148,140,.7)}.hero.is-primary .navbar-link.is-active,.hero.is-primary .navbar-link:hover,.hero.is-primary a.navbar-item.is-active,.hero.is-primary a.navbar-item:hover{background-color:#b74656;color:#60948c}.hero.is-primary .tabs a{color:#60948c;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{color:#bf5766!important;opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#60948c}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#60948c;border-color:#60948c;color:#bf5766}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#b0335a 0,#bf5766 71%,#cb6764 100%)}}.hero.is-link{background-color:#9b905c;color:#727791}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#727791}.hero.is-link .subtitle{color:rgba(114,119,145,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#727791}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#9b905c}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(114,119,145,.7)}.hero.is-link .navbar-link.is-active,.hero.is-link .navbar-link:hover,.hero.is-link a.navbar-item.is-active,.hero.is-link a.navbar-item:hover{background-color:#8b8153;color:#727791}.hero.is-link .tabs a{color:#727791;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{color:#9b905c!important;opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#727791}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#727791;border-color:#727791;color:#9b905c}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#856d3f 0,#9b905c 71%,#acac64 100%)}}.hero.is-info{background-color:#3e8ed0;color:#a07857}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#a07857}.hero.is-info .subtitle{color:rgba(160,120,87,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#a07857}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#3e8ed0}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(160,120,87,.7)}.hero.is-info .navbar-link.is-active,.hero.is-info .navbar-link:hover,.hero.is-info a.navbar-item.is-active,.hero.is-info a.navbar-item:hover{background-color:#3082c5;color:#a07857}.hero.is-info .tabs a{color:#a07857;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{color:#3e8ed0!important;opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#a07857}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#a07857;border-color:#a07857;color:#3e8ed0}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#208fbc 0,#3e8ed0 71%,#4d83db 100%)}}.hero.is-success{background-color:#47c68d;color:#9b5c78}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#9b5c78}.hero.is-success .subtitle{color:rgba(155,92,120,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#9b5c78}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#47c68d}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(155,92,120,.7)}.hero.is-success .navbar-link.is-active,.hero.is-success .navbar-link:hover,.hero.is-success a.navbar-item.is-active,.hero.is-success a.navbar-item:hover{background-color:#3abb81;color:#9b5c78}.hero.is-success .tabs a{color:#9b5c78;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{color:#47c68d!important;opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#9b5c78}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#9b5c78;border-color:#9b5c78;color:#47c68d}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b35e 0,#47c68d 71%,#56d2af 100%)}}.hero.is-warning{background-color:#ffdf89;color:#404f7a}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:#404f7a}.hero.is-warning .subtitle{color:rgba(64,79,122,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:#404f7a}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdf89}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(64,79,122,.7)}.hero.is-warning .navbar-link.is-active,.hero.is-warning .navbar-link:hover,.hero.is-warning a.navbar-item.is-active,.hero.is-warning a.navbar-item:hover{background-color:#ffd970;color:#404f7a}.hero.is-warning .tabs a{color:#404f7a;opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{color:#ffdf89!important;opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:#404f7a}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:#404f7a;border-color:#404f7a;color:#ffdf89}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffb657 0,#ffdf89 71%,#fff6a3 100%)}}.hero.is-danger{background-color:#f14668;color:#479c8b}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#479c8b}.hero.is-danger .subtitle{color:rgba(71,156,139,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#479c8b}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(71,156,139,.7)}.hero.is-danger .navbar-link.is-active,.hero.is-danger .navbar-link:hover,.hero.is-danger a.navbar-item.is-active,.hero.is-danger a.navbar-item:hover{background-color:#ef2e55;color:#479c8b}.hero.is-danger .tabs a{color:#479c8b;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{color:#f14668!important;opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#479c8b}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(186,186,186,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#479c8b;border-color:#479c8b;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 4.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 6rem}}.hero.is-fullheight .hero-body,.hero.is-fullheight-with-navbar .hero-body,.hero.is-halfheight .hero-body{align-items:center;display:flex}.hero.is-fullheight .hero-body>.container,.hero.is-fullheight-with-navbar .hero-body>.container,.hero.is-halfheight .hero-body>.container{flex-grow:1;flex-shrink:1}.hero.is-halfheight{min-height:50vh}.hero.is-fullheight{min-height:100vh}.hero-video{overflow:hidden}.hero-video video{left:50%;min-height:100%;min-width:100%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0)}.hero-video.is-transparent{opacity:.3}@media screen and (max-width:768px){.hero-video{display:none}}.hero-buttons{margin-top:1.5rem}@media screen and (max-width:768px){.hero-buttons .button{display:flex}.hero-buttons .button:not(:last-child){margin-bottom:.75rem}}@media screen and (min-width:769px),print{.hero-buttons{display:flex;justify-content:center}.hero-buttons .button:not(:last-child){margin-right:1.5rem}}.hero-foot,.hero-head{flex-grow:0;flex-shrink:0}.hero-body{flex-grow:1;flex-shrink:0;padding:3rem 1.5rem}@media screen and (min-width:769px),print{.hero-body{padding:3rem 3rem}}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section{padding:3rem 3rem}.section.is-medium{padding:9rem 4.5rem}.section.is-large{padding:18rem 6rem}}.footer{background-color:#424242;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/package.json b/package.json index 879525a19..62a604c6a 100644 --- a/package.json +++ b/package.json @@ -46,14 +46,6 @@ "rtl-sass": "sass --style=expanded --source-map bulma-rtl.sass css/bulma-rtl.css", "rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma-rtl.css css/bulma-rtl.css", "rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", - "build-dark": "npm run build-dark-sass && npm run build-dark-autoprefix && npm run build-dark-cleancss", - "build-dark-autoprefix": "postcss --use autoprefixer --map false --output css/theme/bulma-dark.css css/theme/bulma-dark.css", - "build-dark-cleancss": "cleancss -o css/theme/bulma-dark.min.css css/theme/bulma-dark.css", - "build-dark-sass": "sass --style=expanded --source-map sass/theme/bulma-dark.sass css/theme/bulma-dark.css", - "rtl-dark": "npm run rtl-dark-sass && npm run rtl-dark-autoprefix && npm run rtl-dark-cleancss", - "rtl-dark-autoprefix": "postcss --use autoprefixer --map false --output css/theme/bulma-dark-rtl.css css/theme/bulma-dark-rtl.css", - "rtl-dark-cleancss": "cleancss -o css/theme/bulma-dark-rtl.min.css css/theme/bulma-dark-rtl.css", - "rtl-dark-sass": "sass --style=expanded --source-map sass/theme/bulma-dark-rtl.sass css/theme/bulma-dark-rtl.css", "deploy": "npm run clean && npm run build && npm run rtl", "start": "npm run build-sass -- --watch" }, diff --git a/sass/theme/bulma-dark-rtl.sass b/sass/theme/bulma-dark-rtl.sass deleted file mode 100644 index a8741c46c..000000000 --- a/sass/theme/bulma-dark-rtl.sass +++ /dev/null @@ -1,4 +0,0 @@ -@charset "utf-8" -/* Bulma Dark theme for RTL */ - -@use "bulma-dark" with ( $rtl: true ) diff --git a/sass/theme/bulma-dark.sass b/sass/theme/bulma-dark.sass deleted file mode 100644 index 73edaf9aa..000000000 --- a/sass/theme/bulma-dark.sass +++ /dev/null @@ -1,104 +0,0 @@ -@charset "utf-8" -/* Bulma Dark theme */ - -$rtl: false !default -@use "../utilities/initial-variables" as initial-variables with ($rtl: $rtl) -@use "../utilities/functions" as functions -@use "../utilities/theme-functions" as theme-functions - -// ----- -// Override derived variables -// ----- - -$primary: rgb(191, 87, 102) // theme-functions.getInvertedColor(initial-variables.$turquoise) - -// info/success/warning/danger are the same colors as Original -$info: initial-variables.$cyan -$success: initial-variables.$green -$warning: initial-variables.$yellow -$danger: initial-variables.$red - -$light: rgb(69, 69, 69) // theme-functions.getInvertedColor(initial-variables.$white-ter) -$dark: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) - -$primary-invert: theme-functions.getInvertedColor($primary) -$primary-light: theme-functions.getLighterColor($primary) -$primary-dark: theme-functions.getDarkerColor($primary) -$info-invert: theme-functions.getInvertedColor($info) -$info-light: theme-functions.getLighterColor($info) -$info-dark: theme-functions.getDarkerColor($info) -$success-invert: theme-functions.getInvertedColor($success) -$success-light: theme-functions.getLighterColor($success) -$success-dark: theme-functions.getDarkerColor($success) -$warning-invert: theme-functions.getInvertedColor($warning) -$warning-light: theme-functions.getLighterColor($warning) -$warning-dark: theme-functions.getDarkerColor($warning) -$danger-invert: theme-functions.getInvertedColor($danger) -$danger-light: theme-functions.getLighterColor($danger) -$danger-dark: theme-functions.getDarkerColor($danger) -$light-invert: theme-functions.getInvertedColor($light) -$dark-invert: theme-functions.getInvertedColor($dark) - -// General colors -$scheme-main: rgb(64, 64, 64) // theme-functions.getInvertedColor(initial-variables.$white) -$scheme-main-bis: rgb(66, 66, 66) // theme-functions.getInvertedColor(initial-variables.$white-bis) -$scheme-main-ter: rgb(69, 69, 69) // theme-functions.getInvertedColor(initial-variables.$white-ter) -$scheme-invert: rgb(186, 186, 186) // theme-functions.getInvertedColor(initial-variables.$black) -$scheme-invert-bis: rgb(182, 182, 182) // theme-functions.getInvertedColor(initial-variables.$black-bis) -$scheme-invert-ter: rgb(173, 173, 173) // theme-functions.getInvertedColor(initial-variables.$black-ter) - -$background: $scheme-main-ter -$border: rgb(82, 82, 82) // theme-functions.getInvertedColor(initial-variables.$grey-lighter) -$border-hover: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) -$border-light: rgb(73, 73, 73) // theme-functions.getInvertedColor(initial-variables.$grey-lightest) -$border-light-hover: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) - -// Text colors - -$text: rgb(154, 154, 154) // theme-functions.getInvertedColor(initial-variables.$grey-dark) -$text-invert: rgb(64, 64, 64) // theme-functions.getInvertedColor(functions.findColorInvert(initial-variables.$grey-dark)) -$text-light: rgb(130, 130, 130) // theme-functions.getInvertedColor(initial-variables.$grey) -$text-strong: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) - -// Code colors - -$code: rgb(82, 183, 163) // theme-functions.getInvertedColor(darken(initial-variables.$red, 15%)) -$code-background: $background -$pre: $text -$pre-background: $background - -// Link colors - -$link: rgb(155, 144, 92) // theme-functions.getInvertedColor(initial-variables.$blue) -$link-invert: theme-functions.getInvertedColor($link) -$link-light: theme-functions.getLighterColor($link) -$link-dark: theme-functions.getDarkerColor($link) -$link-visited: rgb(99, 138, 64) // theme-functions.getInvertedColor(initial-variables.$purple) -$link-hover: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) -$link-hover-border: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) -$link-focus: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) -$link-focus-border: rgb(155, 144, 92) // theme-functions.getInvertedColor(initial-variables.$blue) -$link-active: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) -$link-active-border: rgb(154, 154, 154) // theme-functions.getInvertedColor(initial-variables.$grey-dark) - -$custom-colors: null -$custom-shades: null - -// Lists and maps -$colors: functions.mergeColorMaps(("white": (rgb(64, 64, 64), rgb(186, 186, 186)), "black": (rgb(186, 186, 186), rgb(64, 64, 64)), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) -// $colors: functions.mergeColorMaps(("white": (theme-functions.getInvertedColor(initial-variables.$white), theme-functions.getInvertedColor(initial-variables.$black)), "black": (theme-functions.getInvertedColor(initial-variables.$black), theme-functions.getInvertedColor(initial-variables.$white)), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) - -$shades: functions.mergeColorMaps(("black-bis": rgb(182, 182, 182), "black-ter": rgb(173, 173, 173), "grey-darker": rgb(164, 164, 164), "grey-dark": rgb(154, 154, 154), "grey": rgb(130, 130, 130), "grey-light": rgb(101, 101, 101), "grey-lighter": rgb(82, 82, 82), "white-ter": rgb(69, 69, 69), "white-bis": rgb(66, 66, 66)), $custom-shades) -// $shades: functions.mergeColorMaps(("black-bis": theme-functions.getInvertedColor(initial-variables.$black-bis), "black-ter": theme-functions.getInvertedColor(initial-variables.$black-ter), "grey-darker": theme-functions.getInvertedColor(initial-variables.$grey-darker), "grey-dark": theme-functions.getInvertedColor(initial-variables.$grey-dark), "grey": theme-functions.getInvertedColor(initial-variables.$grey), "grey-light": theme-functions.getInvertedColor(initial-variables.$grey-light), "grey-lighter": theme-functions.getInvertedColor(initial-variables.$grey-lighter), "white-ter": theme-functions.getInvertedColor(initial-variables.$white-ter), "white-bis": theme-functions.getInvertedColor(initial-variables.$white-bis)), $custom-shades) - -@use "../utilities/derived-variables" with ($primary: $primary, $primary-invert: $primary-invert, $primary-light: $primary-light, $primary-dark: $primary-dark, $light: $light, $dark: $dark, $light-invert: $light-invert, $dark-invert: $dark-invert, $scheme-main: $scheme-main, $scheme-main-bis: $scheme-main-bis, $scheme-main-ter: $scheme-main-ter, $scheme-invert: $scheme-invert, $scheme-invert-bis: $scheme-invert-bis, $scheme-invert-ter: $scheme-invert-ter, $background: $background, $border: $border, $border-hover: $border-hover, $border-light: $border-light, $border-light-hover: $border-light-hover, $text: $text, $text-invert: $text-invert, $text-light: $text-light, $text-strong: $text-strong, $code: $code, $code-background: $code-background, $pre: $pre, $pre-background: $pre-background, $link: $link, $link-invert: $link-invert, $link-light: $link-light, $link-dark: $link-dark, $link-visited: $link-visited, $link-hover: $link-hover, $link-hover-border: $link-hover-border, $link-focus: $link-focus, $link-focus-border: $link-focus-border, $link-active: $link-active, $link-active-border: $link-active-border, $colors: $colors, $shades: $shades) -@forward "../utilities/mixins" -@forward "../utilities/controls" -@forward "../utilities/extends" -@forward "../base" -@forward "../elements" -@forward "../form" -@forward "../components" -@forward "../grid" -@forward "../helpers" -@forward "../layout" diff --git a/sass/utilities/theme-functions.sass b/sass/utilities/theme-functions.sass deleted file mode 100644 index 14111f26d..000000000 --- a/sass/utilities/theme-functions.sass +++ /dev/null @@ -1,41 +0,0 @@ -// get Invert Value for value of either RGB. -// @param integer value of either RGB -// @return integer inverted value -@function invertValue($value) - @return 0.25 * $value + 0.75 * (255 - $value) - -// get Darker Value for value of either RGB. -// @param integer value of either RGB -// @return integer Darker value -@function darkerValue($value) - @return 0.9 * $value - -// get Darker Value for value of either RGB. -// @param integer value of either RGB -// @return integer Darker value -@function lighterValue($value) - @if 1.2 * $value < 255 - @return 1.2 * $value - @else - @return 255 - -// get Inverted Color -// @param string Color you'd like to get inverted color -// @return color inverted color -@function getInvertedColor($color) - $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) - @return rgb(invertValue(map-get($color-rgb, 'red')), invertValue(map-get($color-rgb, 'green')), invertValue(map-get($color-rgb, 'blue'))) - -// get Darker Color -// @param string Color you'd like to get darker color -// @return color darker color -@function getDarkerColor($color) - $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) - @return rgb(darkerValue(map-get($color-rgb, 'red')), darkerValue(map-get($color-rgb, 'green')), darkerValue(map-get($color-rgb, 'blue'))) - -// get Lighter Color -// @param string Color you'd like to get lighter color -// @return color lighter color -@function getLighterColor($color) - $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) - @return rgb(lighterValue(map-get($color-rgb, 'red')), lighterValue(map-get($color-rgb, 'green')), lighterValue(map-get($color-rgb, 'blue'))) From 68cc8d4cd05518d918eede0271f43be781f70398 Mon Sep 17 00:00:00 2001 From: Hiroyoshi Mori Date: Wed, 6 Dec 2023 22:20:44 +0900 Subject: [PATCH 6/6] Added dark theme base file with dart sass using PR#3697 --- package.json | 8 +++ sass/theme/bulma-dark-rtl.sass | 4 ++ sass/theme/bulma-dark.sass | 104 ++++++++++++++++++++++++++++ sass/utilities/theme-functions.sass | 41 +++++++++++ 4 files changed, 157 insertions(+) create mode 100644 sass/theme/bulma-dark-rtl.sass create mode 100644 sass/theme/bulma-dark.sass create mode 100644 sass/utilities/theme-functions.sass diff --git a/package.json b/package.json index 62a604c6a..879525a19 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,14 @@ "rtl-sass": "sass --style=expanded --source-map bulma-rtl.sass css/bulma-rtl.css", "rtl-autoprefix": "postcss --use autoprefixer --map false --output css/bulma-rtl.css css/bulma-rtl.css", "rtl-cleancss": "cleancss -o css/bulma-rtl.min.css css/bulma-rtl.css", + "build-dark": "npm run build-dark-sass && npm run build-dark-autoprefix && npm run build-dark-cleancss", + "build-dark-autoprefix": "postcss --use autoprefixer --map false --output css/theme/bulma-dark.css css/theme/bulma-dark.css", + "build-dark-cleancss": "cleancss -o css/theme/bulma-dark.min.css css/theme/bulma-dark.css", + "build-dark-sass": "sass --style=expanded --source-map sass/theme/bulma-dark.sass css/theme/bulma-dark.css", + "rtl-dark": "npm run rtl-dark-sass && npm run rtl-dark-autoprefix && npm run rtl-dark-cleancss", + "rtl-dark-autoprefix": "postcss --use autoprefixer --map false --output css/theme/bulma-dark-rtl.css css/theme/bulma-dark-rtl.css", + "rtl-dark-cleancss": "cleancss -o css/theme/bulma-dark-rtl.min.css css/theme/bulma-dark-rtl.css", + "rtl-dark-sass": "sass --style=expanded --source-map sass/theme/bulma-dark-rtl.sass css/theme/bulma-dark-rtl.css", "deploy": "npm run clean && npm run build && npm run rtl", "start": "npm run build-sass -- --watch" }, diff --git a/sass/theme/bulma-dark-rtl.sass b/sass/theme/bulma-dark-rtl.sass new file mode 100644 index 000000000..a8741c46c --- /dev/null +++ b/sass/theme/bulma-dark-rtl.sass @@ -0,0 +1,4 @@ +@charset "utf-8" +/* Bulma Dark theme for RTL */ + +@use "bulma-dark" with ( $rtl: true ) diff --git a/sass/theme/bulma-dark.sass b/sass/theme/bulma-dark.sass new file mode 100644 index 000000000..73edaf9aa --- /dev/null +++ b/sass/theme/bulma-dark.sass @@ -0,0 +1,104 @@ +@charset "utf-8" +/* Bulma Dark theme */ + +$rtl: false !default +@use "../utilities/initial-variables" as initial-variables with ($rtl: $rtl) +@use "../utilities/functions" as functions +@use "../utilities/theme-functions" as theme-functions + +// ----- +// Override derived variables +// ----- + +$primary: rgb(191, 87, 102) // theme-functions.getInvertedColor(initial-variables.$turquoise) + +// info/success/warning/danger are the same colors as Original +$info: initial-variables.$cyan +$success: initial-variables.$green +$warning: initial-variables.$yellow +$danger: initial-variables.$red + +$light: rgb(69, 69, 69) // theme-functions.getInvertedColor(initial-variables.$white-ter) +$dark: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) + +$primary-invert: theme-functions.getInvertedColor($primary) +$primary-light: theme-functions.getLighterColor($primary) +$primary-dark: theme-functions.getDarkerColor($primary) +$info-invert: theme-functions.getInvertedColor($info) +$info-light: theme-functions.getLighterColor($info) +$info-dark: theme-functions.getDarkerColor($info) +$success-invert: theme-functions.getInvertedColor($success) +$success-light: theme-functions.getLighterColor($success) +$success-dark: theme-functions.getDarkerColor($success) +$warning-invert: theme-functions.getInvertedColor($warning) +$warning-light: theme-functions.getLighterColor($warning) +$warning-dark: theme-functions.getDarkerColor($warning) +$danger-invert: theme-functions.getInvertedColor($danger) +$danger-light: theme-functions.getLighterColor($danger) +$danger-dark: theme-functions.getDarkerColor($danger) +$light-invert: theme-functions.getInvertedColor($light) +$dark-invert: theme-functions.getInvertedColor($dark) + +// General colors +$scheme-main: rgb(64, 64, 64) // theme-functions.getInvertedColor(initial-variables.$white) +$scheme-main-bis: rgb(66, 66, 66) // theme-functions.getInvertedColor(initial-variables.$white-bis) +$scheme-main-ter: rgb(69, 69, 69) // theme-functions.getInvertedColor(initial-variables.$white-ter) +$scheme-invert: rgb(186, 186, 186) // theme-functions.getInvertedColor(initial-variables.$black) +$scheme-invert-bis: rgb(182, 182, 182) // theme-functions.getInvertedColor(initial-variables.$black-bis) +$scheme-invert-ter: rgb(173, 173, 173) // theme-functions.getInvertedColor(initial-variables.$black-ter) + +$background: $scheme-main-ter +$border: rgb(82, 82, 82) // theme-functions.getInvertedColor(initial-variables.$grey-lighter) +$border-hover: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) +$border-light: rgb(73, 73, 73) // theme-functions.getInvertedColor(initial-variables.$grey-lightest) +$border-light-hover: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) + +// Text colors + +$text: rgb(154, 154, 154) // theme-functions.getInvertedColor(initial-variables.$grey-dark) +$text-invert: rgb(64, 64, 64) // theme-functions.getInvertedColor(functions.findColorInvert(initial-variables.$grey-dark)) +$text-light: rgb(130, 130, 130) // theme-functions.getInvertedColor(initial-variables.$grey) +$text-strong: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) + +// Code colors + +$code: rgb(82, 183, 163) // theme-functions.getInvertedColor(darken(initial-variables.$red, 15%)) +$code-background: $background +$pre: $text +$pre-background: $background + +// Link colors + +$link: rgb(155, 144, 92) // theme-functions.getInvertedColor(initial-variables.$blue) +$link-invert: theme-functions.getInvertedColor($link) +$link-light: theme-functions.getLighterColor($link) +$link-dark: theme-functions.getDarkerColor($link) +$link-visited: rgb(99, 138, 64) // theme-functions.getInvertedColor(initial-variables.$purple) +$link-hover: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) +$link-hover-border: rgb(101, 101, 101) // theme-functions.getInvertedColor(initial-variables.$grey-light) +$link-focus: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) +$link-focus-border: rgb(155, 144, 92) // theme-functions.getInvertedColor(initial-variables.$blue) +$link-active: rgb(164, 164, 164) // theme-functions.getInvertedColor(initial-variables.$grey-darker) +$link-active-border: rgb(154, 154, 154) // theme-functions.getInvertedColor(initial-variables.$grey-dark) + +$custom-colors: null +$custom-shades: null + +// Lists and maps +$colors: functions.mergeColorMaps(("white": (rgb(64, 64, 64), rgb(186, 186, 186)), "black": (rgb(186, 186, 186), rgb(64, 64, 64)), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) +// $colors: functions.mergeColorMaps(("white": (theme-functions.getInvertedColor(initial-variables.$white), theme-functions.getInvertedColor(initial-variables.$black)), "black": (theme-functions.getInvertedColor(initial-variables.$black), theme-functions.getInvertedColor(initial-variables.$white)), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) + +$shades: functions.mergeColorMaps(("black-bis": rgb(182, 182, 182), "black-ter": rgb(173, 173, 173), "grey-darker": rgb(164, 164, 164), "grey-dark": rgb(154, 154, 154), "grey": rgb(130, 130, 130), "grey-light": rgb(101, 101, 101), "grey-lighter": rgb(82, 82, 82), "white-ter": rgb(69, 69, 69), "white-bis": rgb(66, 66, 66)), $custom-shades) +// $shades: functions.mergeColorMaps(("black-bis": theme-functions.getInvertedColor(initial-variables.$black-bis), "black-ter": theme-functions.getInvertedColor(initial-variables.$black-ter), "grey-darker": theme-functions.getInvertedColor(initial-variables.$grey-darker), "grey-dark": theme-functions.getInvertedColor(initial-variables.$grey-dark), "grey": theme-functions.getInvertedColor(initial-variables.$grey), "grey-light": theme-functions.getInvertedColor(initial-variables.$grey-light), "grey-lighter": theme-functions.getInvertedColor(initial-variables.$grey-lighter), "white-ter": theme-functions.getInvertedColor(initial-variables.$white-ter), "white-bis": theme-functions.getInvertedColor(initial-variables.$white-bis)), $custom-shades) + +@use "../utilities/derived-variables" with ($primary: $primary, $primary-invert: $primary-invert, $primary-light: $primary-light, $primary-dark: $primary-dark, $light: $light, $dark: $dark, $light-invert: $light-invert, $dark-invert: $dark-invert, $scheme-main: $scheme-main, $scheme-main-bis: $scheme-main-bis, $scheme-main-ter: $scheme-main-ter, $scheme-invert: $scheme-invert, $scheme-invert-bis: $scheme-invert-bis, $scheme-invert-ter: $scheme-invert-ter, $background: $background, $border: $border, $border-hover: $border-hover, $border-light: $border-light, $border-light-hover: $border-light-hover, $text: $text, $text-invert: $text-invert, $text-light: $text-light, $text-strong: $text-strong, $code: $code, $code-background: $code-background, $pre: $pre, $pre-background: $pre-background, $link: $link, $link-invert: $link-invert, $link-light: $link-light, $link-dark: $link-dark, $link-visited: $link-visited, $link-hover: $link-hover, $link-hover-border: $link-hover-border, $link-focus: $link-focus, $link-focus-border: $link-focus-border, $link-active: $link-active, $link-active-border: $link-active-border, $colors: $colors, $shades: $shades) +@forward "../utilities/mixins" +@forward "../utilities/controls" +@forward "../utilities/extends" +@forward "../base" +@forward "../elements" +@forward "../form" +@forward "../components" +@forward "../grid" +@forward "../helpers" +@forward "../layout" diff --git a/sass/utilities/theme-functions.sass b/sass/utilities/theme-functions.sass new file mode 100644 index 000000000..14111f26d --- /dev/null +++ b/sass/utilities/theme-functions.sass @@ -0,0 +1,41 @@ +// get Invert Value for value of either RGB. +// @param integer value of either RGB +// @return integer inverted value +@function invertValue($value) + @return 0.25 * $value + 0.75 * (255 - $value) + +// get Darker Value for value of either RGB. +// @param integer value of either RGB +// @return integer Darker value +@function darkerValue($value) + @return 0.9 * $value + +// get Darker Value for value of either RGB. +// @param integer value of either RGB +// @return integer Darker value +@function lighterValue($value) + @if 1.2 * $value < 255 + @return 1.2 * $value + @else + @return 255 + +// get Inverted Color +// @param string Color you'd like to get inverted color +// @return color inverted color +@function getInvertedColor($color) + $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) + @return rgb(invertValue(map-get($color-rgb, 'red')), invertValue(map-get($color-rgb, 'green')), invertValue(map-get($color-rgb, 'blue'))) + +// get Darker Color +// @param string Color you'd like to get darker color +// @return color darker color +@function getDarkerColor($color) + $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) + @return rgb(darkerValue(map-get($color-rgb, 'red')), darkerValue(map-get($color-rgb, 'green')), darkerValue(map-get($color-rgb, 'blue'))) + +// get Lighter Color +// @param string Color you'd like to get lighter color +// @return color lighter color +@function getLighterColor($color) + $color-rgb: ('red': red($color), 'green': green($color), 'blue': blue($color)) + @return rgb(lighterValue(map-get($color-rgb, 'red')), lighterValue(map-get($color-rgb, 'green')), lighterValue(map-get($color-rgb, 'blue')))