From 2f5722e0df8f72c6ed5edc5b97e2150ff897b6b8 Mon Sep 17 00:00:00 2001 From: sladecraven Date: Fri, 28 May 2021 18:16:02 +0200 Subject: [PATCH] Initial import --- README.md | 10 + css/frostgrave.css | 12518 ++++++++++++++++ gulpfile.js | 50 + img/bg.jpg | Bin 0 -> 67096 bytes lang/en.json | 0 lib/some-lib/some-lib.css | 0 lib/some-lib/some-lib.min.js | 0 module/actor/actor-sheet.js | 228 + module/actor/actor.js | 33 + module/actor/dist/actor-sheet.dev.js | 236 + module/actor/dist/actor.dev.js | 77 + module/frostgrave.js | 57 + module/item/dist/item-sheet.dev.js | 117 + module/item/item-sheet.js | 61 + module/item/item.js | 37 + module/templates.js | 28 + package.json | 27 + packs/armour.db | 3 + packs/potions.db | 1 + packs/soldiers.db | 15 + packs/spellcasters.db | 2 + packs/weapons.db | 9 + scss/components/_forms.scss | 37 + scss/components/_images.scss | 4 + scss/components/_items.scss | 0 scss/components/_tabs.scss | 5 + scss/components/_text.scss | 21 + scss/frostgrave.scss | 18 + scss/global/_window.scss | 48 + scss/utils/_bulma.css | 1 + scss/utils/_variables.scss | 1 + system.json | 65 + template.json | 109 + templates/actor/actor-sheet.html | 30 + templates/actor/partials/actor-header.html | 71 + templates/actor/partials/actor-stats.html | 98 + .../actor/partials/actor-tab-experience.html | 27 + .../actor/partials/actor-tab-homebase.html | 33 + templates/actor/partials/actor-tab-items.html | 113 + .../actor/partials/actor-tab-navigation.html | 19 + templates/actor/partials/actor-tab-notes.html | 3 + .../actor/partials/actor-tab-spells.html | 113 + templates/item/item-feature-sheet.html | 0 templates/item/item-item-sheet.html | 198 + templates/item/item-spell-sheet.html | 114 + 45 files changed, 14637 insertions(+) create mode 100644 README.md create mode 100644 css/frostgrave.css create mode 100644 gulpfile.js create mode 100644 img/bg.jpg create mode 100644 lang/en.json create mode 100644 lib/some-lib/some-lib.css create mode 100644 lib/some-lib/some-lib.min.js create mode 100644 module/actor/actor-sheet.js create mode 100644 module/actor/actor.js create mode 100644 module/actor/dist/actor-sheet.dev.js create mode 100644 module/actor/dist/actor.dev.js create mode 100644 module/frostgrave.js create mode 100644 module/item/dist/item-sheet.dev.js create mode 100644 module/item/item-sheet.js create mode 100644 module/item/item.js create mode 100644 module/templates.js create mode 100644 package.json create mode 100644 packs/armour.db create mode 100644 packs/potions.db create mode 100644 packs/soldiers.db create mode 100644 packs/spellcasters.db create mode 100644 packs/weapons.db create mode 100644 scss/components/_forms.scss create mode 100644 scss/components/_images.scss create mode 100644 scss/components/_items.scss create mode 100644 scss/components/_tabs.scss create mode 100644 scss/components/_text.scss create mode 100644 scss/frostgrave.scss create mode 100644 scss/global/_window.scss create mode 100644 scss/utils/_bulma.css create mode 100644 scss/utils/_variables.scss create mode 100644 system.json create mode 100644 template.json create mode 100644 templates/actor/actor-sheet.html create mode 100644 templates/actor/partials/actor-header.html create mode 100644 templates/actor/partials/actor-stats.html create mode 100644 templates/actor/partials/actor-tab-experience.html create mode 100644 templates/actor/partials/actor-tab-homebase.html create mode 100644 templates/actor/partials/actor-tab-items.html create mode 100644 templates/actor/partials/actor-tab-navigation.html create mode 100644 templates/actor/partials/actor-tab-notes.html create mode 100644 templates/actor/partials/actor-tab-spells.html create mode 100644 templates/item/item-feature-sheet.html create mode 100644 templates/item/item-item-sheet.html create mode 100644 templates/item/item-spell-sheet.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b7a1c8 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Frostgrave - Fantasy Wargames in the Frozen City + +> Amidst the frozen ruins of an ancient city, wizards battle in the hopes of discovering the treasures of a fallen empire. In this fantasy skirmish wargame, each player takes on the role of a wizard from one of ten schools of magic, and builds his band of followers. + +This is a full-featured system to play Frostgrave and Ghost Archipelago wargames by Osprey Publishing. It has some automation: spellcasting, stat rolls. + +This system **does not** include any copyright-protected material (i.e. Images, Spells, NPCs, Magic Items, Scenarios etc) and require at least one player to own a rulebook. You can buy **Frostgrave: Second Edition** at [Osprey Publishing Store](https://ospreypublishing.com/frostgrave) or get PDF at [DriveThruRPG](https://www.drivethrurpg.com/product/325026/Frostgrave-Second-Edition) + + +**Foundry VTT Manifest:** https://raw.githubusercontent.com/Phenomen/foundry-frostgrave/master/system.json diff --git a/css/frostgrave.css b/css/frostgrave.css new file mode 100644 index 0000000..442026a --- /dev/null +++ b/css/frostgrave.css @@ -0,0 +1,12518 @@ +/* Global styles */ +.window-app { + -webkit-box-shadow: 0 0 20px #209cee; + box-shadow: 0 0 20px #209cee; +} + +.window-app .window-content { + background-image: url("../img/bg.jpg"); + background-repeat: no-repeat; + background-size: cover; + background-color: #eef6fc; +} + +.rollable:hover, .rollable:focus { + cursor: pointer; +} + +::-webkit-scrollbar-thumb { + outline: none; + border-radius: 3px; + background: #209cee; + border: 1px solid white; +} + +a:hover { + color: #209cee; + text-shadow: 0 0 5px white; +} + +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime-local"]:focus { + -webkit-box-shadow: 0 0 5px #209cee; + box-shadow: 0 0 5px #209cee; +} + +.editor-edit { + display: none; + font-size: 1.25em; + position: absolute; + top: 5px; + right: 5px; + background: none; + border: none; + border-radius: 0px; + -webkit-box-shadow: none; + box-shadow: none; +} + +/* Styles limited to Frostgrave sheets */ +.frostgrave { + /*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */ + /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */ +} + +@-webkit-keyframes spinAround { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes spinAround { + from { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + to { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +.frostgrave .delete, .frostgrave .modal-close, .frostgrave .button, .frostgrave .file, .frostgrave .breadcrumb, .frostgrave .pagination-previous, +.frostgrave .pagination-next, +.frostgrave .pagination-link, +.frostgrave .pagination-ellipsis, .frostgrave .tabs, .frostgrave .is-unselectable { + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.frostgrave .select:not(.is-multiple):not(.is-loading)::after, .frostgrave .navbar-link:not(.is-arrowless)::after { + border: 3px solid transparent; + border-radius: 2px; + border-right: 0; + border-top: 0; + content: " "; + display: block; + height: 0.625em; + margin-top: -0.4375em; + pointer-events: none; + position: absolute; + top: 50%; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transform-origin: center; + -ms-transform-origin: center; + transform-origin: center; + width: 0.625em; +} + +.frostgrave .box:not(:last-child), .frostgrave .content:not(:last-child), .frostgrave .notification:not(:last-child), .frostgrave .progress:not(:last-child), .frostgrave .table:not(:last-child), .frostgrave .table-container:not(:last-child), .frostgrave .title:not(:last-child), +.frostgrave .subtitle:not(:last-child), .frostgrave .block:not(:last-child), .frostgrave .highlight:not(:last-child), .frostgrave .breadcrumb:not(:last-child), .frostgrave .level:not(:last-child), .frostgrave .message:not(:last-child), .frostgrave .pagination:not(:last-child), .frostgrave .tabs:not(:last-child) { + margin-bottom: 1.5rem; +} + +.frostgrave .delete, .frostgrave .modal-close { + -moz-appearance: none; + -webkit-appearance: none; + background-color: rgba(10, 10, 10, 0.2); + border: none; + border-radius: 290486px; + cursor: pointer; + pointer-events: auto; + display: inline-block; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 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; +} + +.frostgrave .delete::before, .frostgrave .modal-close::before, .frostgrave .delete::after, .frostgrave .modal-close::after { + background-color: white; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); + -webkit-transform-origin: center center; + -ms-transform-origin: center center; + transform-origin: center center; +} + +.frostgrave .delete::before, .frostgrave .modal-close::before { + height: 2px; + width: 50%; +} + +.frostgrave .delete::after, .frostgrave .modal-close::after { + height: 50%; + width: 2px; +} + +.frostgrave .delete:hover, .frostgrave .modal-close:hover, .frostgrave .delete:focus, .frostgrave .modal-close:focus { + background-color: rgba(10, 10, 10, 0.3); +} + +.frostgrave .delete:active, .frostgrave .modal-close:active { + background-color: rgba(10, 10, 10, 0.4); +} + +.frostgrave .is-small.delete, .frostgrave .is-small.modal-close { + height: 16px; + max-height: 16px; + max-width: 16px; + min-height: 16px; + min-width: 16px; + width: 16px; +} + +.frostgrave .is-medium.delete, .frostgrave .is-medium.modal-close { + height: 24px; + max-height: 24px; + max-width: 24px; + min-height: 24px; + min-width: 24px; + width: 24px; +} + +.frostgrave .is-large.delete, .frostgrave .is-large.modal-close { + height: 32px; + max-height: 32px; + max-width: 32px; + min-height: 32px; + min-width: 32px; + width: 32px; +} + +.frostgrave .button.is-loading::after, .frostgrave .loader, .frostgrave .select.is-loading::after, .frostgrave .control.is-loading::after { + -webkit-animation: spinAround 500ms infinite linear; + animation: spinAround 500ms infinite linear; + border: 2px solid #dbdbdb; + border-radius: 290486px; + border-right-color: transparent; + border-top-color: transparent; + content: ""; + display: block; + height: 1em; + position: relative; + width: 1em; +} + +.frostgrave .image.is-square img, +.frostgrave .image.is-square .has-ratio, .frostgrave .image.is-1by1 img, +.frostgrave .image.is-1by1 .has-ratio, .frostgrave .image.is-5by4 img, +.frostgrave .image.is-5by4 .has-ratio, .frostgrave .image.is-4by3 img, +.frostgrave .image.is-4by3 .has-ratio, .frostgrave .image.is-3by2 img, +.frostgrave .image.is-3by2 .has-ratio, .frostgrave .image.is-5by3 img, +.frostgrave .image.is-5by3 .has-ratio, .frostgrave .image.is-16by9 img, +.frostgrave .image.is-16by9 .has-ratio, .frostgrave .image.is-2by1 img, +.frostgrave .image.is-2by1 .has-ratio, .frostgrave .image.is-3by1 img, +.frostgrave .image.is-3by1 .has-ratio, .frostgrave .image.is-4by5 img, +.frostgrave .image.is-4by5 .has-ratio, .frostgrave .image.is-3by4 img, +.frostgrave .image.is-3by4 .has-ratio, .frostgrave .image.is-2by3 img, +.frostgrave .image.is-2by3 .has-ratio, .frostgrave .image.is-3by5 img, +.frostgrave .image.is-3by5 .has-ratio, .frostgrave .image.is-9by16 img, +.frostgrave .image.is-9by16 .has-ratio, .frostgrave .image.is-1by2 img, +.frostgrave .image.is-1by2 .has-ratio, .frostgrave .image.is-1by3 img, +.frostgrave .image.is-1by3 .has-ratio, .frostgrave .modal, .frostgrave .modal-background, .frostgrave .is-overlay, .frostgrave .hero-video { + bottom: 0; + left: 0; + position: absolute; + right: 0; + top: 0; +} + +.frostgrave .button, .frostgrave .input, .frostgrave .textarea, .frostgrave .select select, .frostgrave .file-cta, +.frostgrave .file-name, .frostgrave .pagination-previous, +.frostgrave .pagination-next, +.frostgrave .pagination-link, +.frostgrave .pagination-ellipsis { + -moz-appearance: none; + -webkit-appearance: none; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid transparent; + border-radius: 4px; + -webkit-box-shadow: none; + box-shadow: none; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 1rem; + height: 2.5em; + -webkit-box-pack: start; + -ms-flex-pack: start; + 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; +} + +.frostgrave .button:focus, .frostgrave .input:focus, .frostgrave .textarea:focus, .frostgrave .select select:focus, .frostgrave .file-cta:focus, +.frostgrave .file-name:focus, .frostgrave .pagination-previous:focus, +.frostgrave .pagination-next:focus, +.frostgrave .pagination-link:focus, +.frostgrave .pagination-ellipsis:focus, .frostgrave .is-focused.button, .frostgrave .is-focused.input, .frostgrave .is-focused.textarea, .frostgrave .select select.is-focused, .frostgrave .is-focused.file-cta, +.frostgrave .is-focused.file-name, .frostgrave .is-focused.pagination-previous, +.frostgrave .is-focused.pagination-next, +.frostgrave .is-focused.pagination-link, +.frostgrave .is-focused.pagination-ellipsis, .frostgrave .button:active, .frostgrave .input:active, .frostgrave .textarea:active, .frostgrave .select select:active, .frostgrave .file-cta:active, +.frostgrave .file-name:active, .frostgrave .pagination-previous:active, +.frostgrave .pagination-next:active, +.frostgrave .pagination-link:active, +.frostgrave .pagination-ellipsis:active, .frostgrave .is-active.button, .frostgrave .is-active.input, .frostgrave .is-active.textarea, .frostgrave .select select.is-active, .frostgrave .is-active.file-cta, +.frostgrave .is-active.file-name, .frostgrave .is-active.pagination-previous, +.frostgrave .is-active.pagination-next, +.frostgrave .is-active.pagination-link, +.frostgrave .is-active.pagination-ellipsis { + outline: none; +} + +.frostgrave .button[disabled], .frostgrave .input[disabled], .frostgrave .textarea[disabled], .frostgrave .select select[disabled], .frostgrave .file-cta[disabled], +.frostgrave .file-name[disabled], .frostgrave .pagination-previous[disabled], +.frostgrave .pagination-next[disabled], +.frostgrave .pagination-link[disabled], +.frostgrave .pagination-ellipsis[disabled], +fieldset[disabled] .frostgrave .button, +fieldset[disabled] .frostgrave .input, +fieldset[disabled] .frostgrave .textarea, +fieldset[disabled] .frostgrave .select select, +fieldset[disabled] .frostgrave .file-cta, +fieldset[disabled] .frostgrave .file-name, +fieldset[disabled] .frostgrave .pagination-previous, +fieldset[disabled] .frostgrave .pagination-next, +fieldset[disabled] .frostgrave .pagination-link, +fieldset[disabled] .frostgrave .pagination-ellipsis { + cursor: not-allowed; +} + +.frostgrave html, +.frostgrave body, +.frostgrave p, +.frostgrave ol, +.frostgrave ul, +.frostgrave li, +.frostgrave dl, +.frostgrave dt, +.frostgrave dd, +.frostgrave blockquote, +.frostgrave figure, +.frostgrave fieldset, +.frostgrave legend, +.frostgrave textarea, +.frostgrave pre, +.frostgrave iframe, +.frostgrave hr, +.frostgrave h1, +.frostgrave h2, +.frostgrave h3, +.frostgrave h4, +.frostgrave h5, +.frostgrave h6 { + margin: 0; + padding: 0; +} + +.frostgrave h1, +.frostgrave h2, +.frostgrave h3, +.frostgrave h4, +.frostgrave h5, +.frostgrave h6 { + font-size: 100%; + font-weight: normal; +} + +.frostgrave ul { + list-style: none; +} + +.frostgrave button, +.frostgrave input, +.frostgrave select, +.frostgrave textarea { + margin: 0; +} + +.frostgrave html { + -webkit-box-sizing: border-box; + box-sizing: border-box; +} + +.frostgrave *, .frostgrave *::before, .frostgrave *::after { + -webkit-box-sizing: inherit; + box-sizing: inherit; +} + +.frostgrave img, +.frostgrave video { + height: auto; + max-width: 100%; +} + +.frostgrave iframe { + border: 0; +} + +.frostgrave table { + border-collapse: collapse; + border-spacing: 0; +} + +.frostgrave td, +.frostgrave th { + padding: 0; +} + +.frostgrave td:not([align]), +.frostgrave th:not([align]) { + text-align: inherit; +} + +.frostgrave html { + background-color: white; + font-size: 16px; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + min-width: 300px; + overflow-x: hidden; + overflow-y: scroll; + text-rendering: optimizeLegibility; + -webkit-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + text-size-adjust: 100%; +} + +.frostgrave article, +.frostgrave aside, +.frostgrave figure, +.frostgrave footer, +.frostgrave header, +.frostgrave hgroup, +.frostgrave section { + display: block; +} + +.frostgrave body, +.frostgrave button, +.frostgrave input, +.frostgrave select, +.frostgrave textarea { + font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; +} + +.frostgrave code, +.frostgrave pre { + -moz-osx-font-smoothing: auto; + -webkit-font-smoothing: auto; + font-family: monospace; +} + +.frostgrave body { + color: #4a4a4a; + font-size: 1em; + font-weight: 400; + line-height: 1.5; +} + +.frostgrave a { + color: #3273dc; + cursor: pointer; + text-decoration: none; +} + +.frostgrave a strong { + color: currentColor; +} + +.frostgrave a:hover { + color: #363636; +} + +.frostgrave code { + background-color: whitesmoke; + color: #f14668; + font-size: 0.875em; + font-weight: normal; + padding: 0.25em 0.5em 0.25em; +} + +.frostgrave hr { + background-color: whitesmoke; + border: none; + display: block; + height: 2px; + margin: 1.5rem 0; +} + +.frostgrave img { + height: auto; + max-width: 100%; +} + +.frostgrave input[type="checkbox"], +.frostgrave input[type="radio"] { + vertical-align: baseline; +} + +.frostgrave small { + font-size: 0.875em; +} + +.frostgrave span { + font-style: inherit; + font-weight: inherit; +} + +.frostgrave strong { + color: #363636; + font-weight: 700; +} + +.frostgrave fieldset { + border: none; +} + +.frostgrave pre { + -webkit-overflow-scrolling: touch; + background-color: whitesmoke; + color: #4a4a4a; + font-size: 0.875em; + overflow-x: auto; + padding: 1.25rem 1.5rem; + white-space: pre; + word-wrap: normal; +} + +.frostgrave pre code { + background-color: transparent; + color: currentColor; + font-size: 1em; + padding: 0; +} + +.frostgrave table td, +.frostgrave table th { + vertical-align: top; +} + +.frostgrave table td:not([align]), +.frostgrave table th:not([align]) { + text-align: inherit; +} + +.frostgrave table th { + color: #363636; +} + +.frostgrave .box { + background-color: white; + border-radius: 6px; + -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + display: block; + padding: 1.25rem; +} + +.frostgrave a.box:hover, .frostgrave a.box:focus { + -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc; +} + +.frostgrave a.box:active { + -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc; +} + +.frostgrave .button { + background-color: white; + border-color: #dbdbdb; + border-width: 1px; + color: #363636; + cursor: pointer; + -webkit-box-pack: center; + -ms-flex-pack: center; + 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; +} + +.frostgrave .button strong { + color: inherit; +} + +.frostgrave .button .icon, .frostgrave .button .icon.is-small, .frostgrave .button .icon.is-medium, .frostgrave .button .icon.is-large { + height: 1.5em; + width: 1.5em; +} + +.frostgrave .button .icon:first-child:not(:last-child) { + margin-left: calc(-0.5em - 1px); + margin-right: 0.25em; +} + +.frostgrave .button .icon:last-child:not(:first-child) { + margin-left: 0.25em; + margin-right: calc(-0.5em - 1px); +} + +.frostgrave .button .icon:first-child:last-child { + margin-left: calc(-0.5em - 1px); + margin-right: calc(-0.5em - 1px); +} + +.frostgrave .button:hover, .frostgrave .button.is-hovered { + border-color: #b5b5b5; + color: #363636; +} + +.frostgrave .button:focus, .frostgrave .button.is-focused { + border-color: #3273dc; + color: #363636; +} + +.frostgrave .button:focus:not(:active), .frostgrave .button.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.frostgrave .button:active, .frostgrave .button.is-active { + border-color: #4a4a4a; + color: #363636; +} + +.frostgrave .button.is-text { + background-color: transparent; + border-color: transparent; + color: #4a4a4a; + text-decoration: underline; +} + +.frostgrave .button.is-text:hover, .frostgrave .button.is-text.is-hovered, .frostgrave .button.is-text:focus, .frostgrave .button.is-text.is-focused { + background-color: whitesmoke; + color: #363636; +} + +.frostgrave .button.is-text:active, .frostgrave .button.is-text.is-active { + background-color: #e8e8e8; + color: #363636; +} + +.frostgrave .button.is-text[disabled], +fieldset[disabled] .frostgrave .button.is-text { + background-color: transparent; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-white { + background-color: white; + border-color: transparent; + color: #0a0a0a; +} + +.frostgrave .button.is-white:hover, .frostgrave .button.is-white.is-hovered { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; +} + +.frostgrave .button.is-white:focus, .frostgrave .button.is-white.is-focused { + border-color: transparent; + color: #0a0a0a; +} + +.frostgrave .button.is-white:focus:not(:active), .frostgrave .button.is-white.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +} + +.frostgrave .button.is-white:active, .frostgrave .button.is-white.is-active { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; +} + +.frostgrave .button.is-white[disabled], +fieldset[disabled] .frostgrave .button.is-white { + background-color: white; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-white.is-inverted { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .button.is-white.is-inverted:hover, .frostgrave .button.is-white.is-inverted.is-hovered { + background-color: black; +} + +.frostgrave .button.is-white.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-white.is-inverted { + background-color: #0a0a0a; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: white; +} + +.frostgrave .button.is-white.is-loading::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.frostgrave .button.is-white.is-outlined { + background-color: transparent; + border-color: white; + color: white; +} + +.frostgrave .button.is-white.is-outlined:hover, .frostgrave .button.is-white.is-outlined.is-hovered, .frostgrave .button.is-white.is-outlined:focus, .frostgrave .button.is-white.is-outlined.is-focused { + background-color: white; + border-color: white; + color: #0a0a0a; +} + +.frostgrave .button.is-white.is-outlined.is-loading::after { + border-color: transparent transparent white white !important; +} + +.frostgrave .button.is-white.is-outlined.is-loading:hover::after, .frostgrave .button.is-white.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-white.is-outlined.is-loading:focus::after, .frostgrave .button.is-white.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.frostgrave .button.is-white.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-white.is-outlined { + background-color: transparent; + border-color: white; + -webkit-box-shadow: none; + box-shadow: none; + color: white; +} + +.frostgrave .button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; +} + +.frostgrave .button.is-white.is-inverted.is-outlined:hover, .frostgrave .button.is-white.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-white.is-inverted.is-outlined:focus, .frostgrave .button.is-white.is-inverted.is-outlined.is-focused { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .button.is-white.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; +} + +.frostgrave .button.is-white.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-white.is-inverted.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + -webkit-box-shadow: none; + box-shadow: none; + color: #0a0a0a; +} + +.frostgrave .button.is-black { + background-color: #0a0a0a; + border-color: transparent; + color: white; +} + +.frostgrave .button.is-black:hover, .frostgrave .button.is-black.is-hovered { + background-color: #040404; + border-color: transparent; + color: white; +} + +.frostgrave .button.is-black:focus, .frostgrave .button.is-black.is-focused { + border-color: transparent; + color: white; +} + +.frostgrave .button.is-black:focus:not(:active), .frostgrave .button.is-black.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +} + +.frostgrave .button.is-black:active, .frostgrave .button.is-black.is-active { + background-color: black; + border-color: transparent; + color: white; +} + +.frostgrave .button.is-black[disabled], +fieldset[disabled] .frostgrave .button.is-black { + background-color: #0a0a0a; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-black.is-inverted { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .button.is-black.is-inverted:hover, .frostgrave .button.is-black.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.frostgrave .button.is-black.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-black.is-inverted { + background-color: white; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #0a0a0a; +} + +.frostgrave .button.is-black.is-loading::after { + border-color: transparent transparent white white !important; +} + +.frostgrave .button.is-black.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + color: #0a0a0a; +} + +.frostgrave .button.is-black.is-outlined:hover, .frostgrave .button.is-black.is-outlined.is-hovered, .frostgrave .button.is-black.is-outlined:focus, .frostgrave .button.is-black.is-outlined.is-focused { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; +} + +.frostgrave .button.is-black.is-outlined.is-loading::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.frostgrave .button.is-black.is-outlined.is-loading:hover::after, .frostgrave .button.is-black.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-black.is-outlined.is-loading:focus::after, .frostgrave .button.is-black.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent white white !important; +} + +.frostgrave .button.is-black.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-black.is-outlined { + background-color: transparent; + border-color: #0a0a0a; + -webkit-box-shadow: none; + box-shadow: none; + color: #0a0a0a; +} + +.frostgrave .button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + color: white; +} + +.frostgrave .button.is-black.is-inverted.is-outlined:hover, .frostgrave .button.is-black.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-black.is-inverted.is-outlined:focus, .frostgrave .button.is-black.is-inverted.is-outlined.is-focused { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .button.is-black.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #0a0a0a #0a0a0a !important; +} + +.frostgrave .button.is-black.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-black.is-inverted.is-outlined { + background-color: transparent; + border-color: white; + -webkit-box-shadow: none; + box-shadow: none; + color: white; +} + +.frostgrave .button.is-light { + background-color: whitesmoke; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-light:hover, .frostgrave .button.is-light.is-hovered { + background-color: #eeeeee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-light:focus, .frostgrave .button.is-light.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-light:focus:not(:active), .frostgrave .button.is-light.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +} + +.frostgrave .button.is-light:active, .frostgrave .button.is-light.is-active { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-light[disabled], +fieldset[disabled] .frostgrave .button.is-light { + background-color: whitesmoke; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; +} + +.frostgrave .button.is-light.is-inverted:hover, .frostgrave .button.is-light.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-light.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-light.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: whitesmoke; +} + +.frostgrave .button.is-light.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.frostgrave .button.is-light.is-outlined { + background-color: transparent; + border-color: whitesmoke; + color: whitesmoke; +} + +.frostgrave .button.is-light.is-outlined:hover, .frostgrave .button.is-light.is-outlined.is-hovered, .frostgrave .button.is-light.is-outlined:focus, .frostgrave .button.is-light.is-outlined.is-focused { + background-color: whitesmoke; + border-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-light.is-outlined.is-loading::after { + border-color: transparent transparent whitesmoke whitesmoke !important; +} + +.frostgrave .button.is-light.is-outlined.is-loading:hover::after, .frostgrave .button.is-light.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-light.is-outlined.is-loading:focus::after, .frostgrave .button.is-light.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.frostgrave .button.is-light.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-light.is-outlined { + background-color: transparent; + border-color: whitesmoke; + -webkit-box-shadow: none; + box-shadow: none; + color: whitesmoke; +} + +.frostgrave .button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-light.is-inverted.is-outlined:hover, .frostgrave .button.is-light.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-light.is-inverted.is-outlined:focus, .frostgrave .button.is-light.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; +} + +.frostgrave .button.is-light.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent whitesmoke whitesmoke !important; +} + +.frostgrave .button.is-light.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-light.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-dark { + background-color: #363636; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-dark:hover, .frostgrave .button.is-dark.is-hovered { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-dark:focus, .frostgrave .button.is-dark.is-focused { + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-dark:focus:not(:active), .frostgrave .button.is-dark.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +} + +.frostgrave .button.is-dark:active, .frostgrave .button.is-dark.is-active { + background-color: #292929; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-dark[disabled], +fieldset[disabled] .frostgrave .button.is-dark { + background-color: #363636; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-dark.is-inverted { + background-color: #fff; + color: #363636; +} + +.frostgrave .button.is-dark.is-inverted:hover, .frostgrave .button.is-dark.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.frostgrave .button.is-dark.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-dark.is-inverted { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #363636; +} + +.frostgrave .button.is-dark.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-dark.is-outlined { + background-color: transparent; + border-color: #363636; + color: #363636; +} + +.frostgrave .button.is-dark.is-outlined:hover, .frostgrave .button.is-dark.is-outlined.is-hovered, .frostgrave .button.is-dark.is-outlined:focus, .frostgrave .button.is-dark.is-outlined.is-focused { + background-color: #363636; + border-color: #363636; + color: #fff; +} + +.frostgrave .button.is-dark.is-outlined.is-loading::after { + border-color: transparent transparent #363636 #363636 !important; +} + +.frostgrave .button.is-dark.is-outlined.is-loading:hover::after, .frostgrave .button.is-dark.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-dark.is-outlined.is-loading:focus::after, .frostgrave .button.is-dark.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-dark.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-dark.is-outlined { + background-color: transparent; + border-color: #363636; + -webkit-box-shadow: none; + box-shadow: none; + color: #363636; +} + +.frostgrave .button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.frostgrave .button.is-dark.is-inverted.is-outlined:hover, .frostgrave .button.is-dark.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-dark.is-inverted.is-outlined:focus, .frostgrave .button.is-dark.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #363636; +} + +.frostgrave .button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #363636 #363636 !important; +} + +.frostgrave .button.is-dark.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-dark.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff; +} + +.frostgrave .button.is-primary { + background-color: #00d1b2; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-primary:hover, .frostgrave .button.is-primary.is-hovered { + background-color: #00c4a7; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-primary:focus, .frostgrave .button.is-primary.is-focused { + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-primary:focus:not(:active), .frostgrave .button.is-primary.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +} + +.frostgrave .button.is-primary:active, .frostgrave .button.is-primary.is-active { + background-color: #00b89c; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-primary[disabled], +fieldset[disabled] .frostgrave .button.is-primary { + background-color: #00d1b2; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-primary.is-inverted { + background-color: #fff; + color: #00d1b2; +} + +.frostgrave .button.is-primary.is-inverted:hover, .frostgrave .button.is-primary.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.frostgrave .button.is-primary.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-primary.is-inverted { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #00d1b2; +} + +.frostgrave .button.is-primary.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-primary.is-outlined { + background-color: transparent; + border-color: #00d1b2; + color: #00d1b2; +} + +.frostgrave .button.is-primary.is-outlined:hover, .frostgrave .button.is-primary.is-outlined.is-hovered, .frostgrave .button.is-primary.is-outlined:focus, .frostgrave .button.is-primary.is-outlined.is-focused { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; +} + +.frostgrave .button.is-primary.is-outlined.is-loading::after { + border-color: transparent transparent #00d1b2 #00d1b2 !important; +} + +.frostgrave .button.is-primary.is-outlined.is-loading:hover::after, .frostgrave .button.is-primary.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-primary.is-outlined.is-loading:focus::after, .frostgrave .button.is-primary.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-primary.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-primary.is-outlined { + background-color: transparent; + border-color: #00d1b2; + -webkit-box-shadow: none; + box-shadow: none; + color: #00d1b2; +} + +.frostgrave .button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.frostgrave .button.is-primary.is-inverted.is-outlined:hover, .frostgrave .button.is-primary.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-primary.is-inverted.is-outlined:focus, .frostgrave .button.is-primary.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #00d1b2; +} + +.frostgrave .button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #00d1b2 #00d1b2 !important; +} + +.frostgrave .button.is-primary.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-primary.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff; +} + +.frostgrave .button.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; +} + +.frostgrave .button.is-primary.is-light:hover, .frostgrave .button.is-primary.is-light.is-hovered { + background-color: #defffa; + border-color: transparent; + color: #00947e; +} + +.frostgrave .button.is-primary.is-light:active, .frostgrave .button.is-primary.is-light.is-active { + background-color: #d1fff8; + border-color: transparent; + color: #00947e; +} + +.frostgrave .button.is-link { + background-color: #3273dc; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-link:hover, .frostgrave .button.is-link.is-hovered { + background-color: #276cda; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-link:focus, .frostgrave .button.is-link.is-focused { + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-link:focus:not(:active), .frostgrave .button.is-link.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.frostgrave .button.is-link:active, .frostgrave .button.is-link.is-active { + background-color: #2366d1; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-link[disabled], +fieldset[disabled] .frostgrave .button.is-link { + background-color: #3273dc; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-link.is-inverted { + background-color: #fff; + color: #3273dc; +} + +.frostgrave .button.is-link.is-inverted:hover, .frostgrave .button.is-link.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.frostgrave .button.is-link.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-link.is-inverted { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #3273dc; +} + +.frostgrave .button.is-link.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-link.is-outlined { + background-color: transparent; + border-color: #3273dc; + color: #3273dc; +} + +.frostgrave .button.is-link.is-outlined:hover, .frostgrave .button.is-link.is-outlined.is-hovered, .frostgrave .button.is-link.is-outlined:focus, .frostgrave .button.is-link.is-outlined.is-focused { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; +} + +.frostgrave .button.is-link.is-outlined.is-loading::after { + border-color: transparent transparent #3273dc #3273dc !important; +} + +.frostgrave .button.is-link.is-outlined.is-loading:hover::after, .frostgrave .button.is-link.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-link.is-outlined.is-loading:focus::after, .frostgrave .button.is-link.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-link.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-link.is-outlined { + background-color: transparent; + border-color: #3273dc; + -webkit-box-shadow: none; + box-shadow: none; + color: #3273dc; +} + +.frostgrave .button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.frostgrave .button.is-link.is-inverted.is-outlined:hover, .frostgrave .button.is-link.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-link.is-inverted.is-outlined:focus, .frostgrave .button.is-link.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #3273dc; +} + +.frostgrave .button.is-link.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #3273dc #3273dc !important; +} + +.frostgrave .button.is-link.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-link.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff; +} + +.frostgrave .button.is-link.is-light { + background-color: #eef3fc; + color: #2160c4; +} + +.frostgrave .button.is-link.is-light:hover, .frostgrave .button.is-link.is-light.is-hovered { + background-color: #e3ecfa; + border-color: transparent; + color: #2160c4; +} + +.frostgrave .button.is-link.is-light:active, .frostgrave .button.is-link.is-light.is-active { + background-color: #d8e4f8; + border-color: transparent; + color: #2160c4; +} + +.frostgrave .button.is-info { + background-color: #3298dc; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-info:hover, .frostgrave .button.is-info.is-hovered { + background-color: #2793da; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-info:focus, .frostgrave .button.is-info.is-focused { + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-info:focus:not(:active), .frostgrave .button.is-info.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +} + +.frostgrave .button.is-info:active, .frostgrave .button.is-info.is-active { + background-color: #238cd1; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-info[disabled], +fieldset[disabled] .frostgrave .button.is-info { + background-color: #3298dc; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-info.is-inverted { + background-color: #fff; + color: #3298dc; +} + +.frostgrave .button.is-info.is-inverted:hover, .frostgrave .button.is-info.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.frostgrave .button.is-info.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-info.is-inverted { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #3298dc; +} + +.frostgrave .button.is-info.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-info.is-outlined { + background-color: transparent; + border-color: #3298dc; + color: #3298dc; +} + +.frostgrave .button.is-info.is-outlined:hover, .frostgrave .button.is-info.is-outlined.is-hovered, .frostgrave .button.is-info.is-outlined:focus, .frostgrave .button.is-info.is-outlined.is-focused { + background-color: #3298dc; + border-color: #3298dc; + color: #fff; +} + +.frostgrave .button.is-info.is-outlined.is-loading::after { + border-color: transparent transparent #3298dc #3298dc !important; +} + +.frostgrave .button.is-info.is-outlined.is-loading:hover::after, .frostgrave .button.is-info.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-info.is-outlined.is-loading:focus::after, .frostgrave .button.is-info.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-info.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-info.is-outlined { + background-color: transparent; + border-color: #3298dc; + -webkit-box-shadow: none; + box-shadow: none; + color: #3298dc; +} + +.frostgrave .button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.frostgrave .button.is-info.is-inverted.is-outlined:hover, .frostgrave .button.is-info.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-info.is-inverted.is-outlined:focus, .frostgrave .button.is-info.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #3298dc; +} + +.frostgrave .button.is-info.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #3298dc #3298dc !important; +} + +.frostgrave .button.is-info.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-info.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff; +} + +.frostgrave .button.is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; +} + +.frostgrave .button.is-info.is-light:hover, .frostgrave .button.is-info.is-light.is-hovered { + background-color: #e3f1fa; + border-color: transparent; + color: #1d72aa; +} + +.frostgrave .button.is-info.is-light:active, .frostgrave .button.is-info.is-light.is-active { + background-color: #d8ebf8; + border-color: transparent; + color: #1d72aa; +} + +.frostgrave .button.is-success { + background-color: #48c774; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-success:hover, .frostgrave .button.is-success.is-hovered { + background-color: #3ec46d; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-success:focus, .frostgrave .button.is-success.is-focused { + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-success:focus:not(:active), .frostgrave .button.is-success.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +} + +.frostgrave .button.is-success:active, .frostgrave .button.is-success.is-active { + background-color: #3abb67; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-success[disabled], +fieldset[disabled] .frostgrave .button.is-success { + background-color: #48c774; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-success.is-inverted { + background-color: #fff; + color: #48c774; +} + +.frostgrave .button.is-success.is-inverted:hover, .frostgrave .button.is-success.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.frostgrave .button.is-success.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-success.is-inverted { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #48c774; +} + +.frostgrave .button.is-success.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-success.is-outlined { + background-color: transparent; + border-color: #48c774; + color: #48c774; +} + +.frostgrave .button.is-success.is-outlined:hover, .frostgrave .button.is-success.is-outlined.is-hovered, .frostgrave .button.is-success.is-outlined:focus, .frostgrave .button.is-success.is-outlined.is-focused { + background-color: #48c774; + border-color: #48c774; + color: #fff; +} + +.frostgrave .button.is-success.is-outlined.is-loading::after { + border-color: transparent transparent #48c774 #48c774 !important; +} + +.frostgrave .button.is-success.is-outlined.is-loading:hover::after, .frostgrave .button.is-success.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-success.is-outlined.is-loading:focus::after, .frostgrave .button.is-success.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-success.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-success.is-outlined { + background-color: transparent; + border-color: #48c774; + -webkit-box-shadow: none; + box-shadow: none; + color: #48c774; +} + +.frostgrave .button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.frostgrave .button.is-success.is-inverted.is-outlined:hover, .frostgrave .button.is-success.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-success.is-inverted.is-outlined:focus, .frostgrave .button.is-success.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #48c774; +} + +.frostgrave .button.is-success.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #48c774 #48c774 !important; +} + +.frostgrave .button.is-success.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-success.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff; +} + +.frostgrave .button.is-success.is-light { + background-color: #effaf3; + color: #257942; +} + +.frostgrave .button.is-success.is-light:hover, .frostgrave .button.is-success.is-light.is-hovered { + background-color: #e6f7ec; + border-color: transparent; + color: #257942; +} + +.frostgrave .button.is-success.is-light:active, .frostgrave .button.is-success.is-light.is-active { + background-color: #dcf4e4; + border-color: transparent; + color: #257942; +} + +.frostgrave .button.is-warning { + background-color: #ffdd57; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning:hover, .frostgrave .button.is-warning.is-hovered { + background-color: #ffdb4a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning:focus, .frostgrave .button.is-warning.is-focused { + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning:focus:not(:active), .frostgrave .button.is-warning.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +} + +.frostgrave .button.is-warning:active, .frostgrave .button.is-warning.is-active { + background-color: #ffd83d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning[disabled], +fieldset[disabled] .frostgrave .button.is-warning { + background-color: #ffdd57; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; +} + +.frostgrave .button.is-warning.is-inverted:hover, .frostgrave .button.is-warning.is-inverted.is-hovered { + background-color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-warning.is-inverted { + background-color: rgba(0, 0, 0, 0.7); + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #ffdd57; +} + +.frostgrave .button.is-warning.is-loading::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.frostgrave .button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffdd57; + color: #ffdd57; +} + +.frostgrave .button.is-warning.is-outlined:hover, .frostgrave .button.is-warning.is-outlined.is-hovered, .frostgrave .button.is-warning.is-outlined:focus, .frostgrave .button.is-warning.is-outlined.is-focused { + background-color: #ffdd57; + border-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning.is-outlined.is-loading::after { + border-color: transparent transparent #ffdd57 #ffdd57 !important; +} + +.frostgrave .button.is-warning.is-outlined.is-loading:hover::after, .frostgrave .button.is-warning.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-warning.is-outlined.is-loading:focus::after, .frostgrave .button.is-warning.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important; +} + +.frostgrave .button.is-warning.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-warning.is-outlined { + background-color: transparent; + border-color: #ffdd57; + -webkit-box-shadow: none; + box-shadow: none; + color: #ffdd57; +} + +.frostgrave .button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning.is-inverted.is-outlined:hover, .frostgrave .button.is-warning.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-warning.is-inverted.is-outlined:focus, .frostgrave .button.is-warning.is-inverted.is-outlined.is-focused { + background-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; +} + +.frostgrave .button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #ffdd57 #ffdd57 !important; +} + +.frostgrave .button.is-warning.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-warning.is-inverted.is-outlined { + background-color: transparent; + border-color: rgba(0, 0, 0, 0.7); + -webkit-box-shadow: none; + box-shadow: none; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .button.is-warning.is-light { + background-color: #fffbeb; + color: #947600; +} + +.frostgrave .button.is-warning.is-light:hover, .frostgrave .button.is-warning.is-light.is-hovered { + background-color: #fff8de; + border-color: transparent; + color: #947600; +} + +.frostgrave .button.is-warning.is-light:active, .frostgrave .button.is-warning.is-light.is-active { + background-color: #fff6d1; + border-color: transparent; + color: #947600; +} + +.frostgrave .button.is-danger { + background-color: #f14668; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-danger:hover, .frostgrave .button.is-danger.is-hovered { + background-color: #f03a5f; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-danger:focus, .frostgrave .button.is-danger.is-focused { + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-danger:focus:not(:active), .frostgrave .button.is-danger.is-focused:not(:active) { + -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} + +.frostgrave .button.is-danger:active, .frostgrave .button.is-danger.is-active { + background-color: #ef2e55; + border-color: transparent; + color: #fff; +} + +.frostgrave .button.is-danger[disabled], +fieldset[disabled] .frostgrave .button.is-danger { + background-color: #f14668; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .button.is-danger.is-inverted { + background-color: #fff; + color: #f14668; +} + +.frostgrave .button.is-danger.is-inverted:hover, .frostgrave .button.is-danger.is-inverted.is-hovered { + background-color: #f2f2f2; +} + +.frostgrave .button.is-danger.is-inverted[disabled], +fieldset[disabled] .frostgrave .button.is-danger.is-inverted { + background-color: #fff; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + color: #f14668; +} + +.frostgrave .button.is-danger.is-loading::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-danger.is-outlined { + background-color: transparent; + border-color: #f14668; + color: #f14668; +} + +.frostgrave .button.is-danger.is-outlined:hover, .frostgrave .button.is-danger.is-outlined.is-hovered, .frostgrave .button.is-danger.is-outlined:focus, .frostgrave .button.is-danger.is-outlined.is-focused { + background-color: #f14668; + border-color: #f14668; + color: #fff; +} + +.frostgrave .button.is-danger.is-outlined.is-loading::after { + border-color: transparent transparent #f14668 #f14668 !important; +} + +.frostgrave .button.is-danger.is-outlined.is-loading:hover::after, .frostgrave .button.is-danger.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-danger.is-outlined.is-loading:focus::after, .frostgrave .button.is-danger.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #fff #fff !important; +} + +.frostgrave .button.is-danger.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-danger.is-outlined { + background-color: transparent; + border-color: #f14668; + -webkit-box-shadow: none; + box-shadow: none; + color: #f14668; +} + +.frostgrave .button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + color: #fff; +} + +.frostgrave .button.is-danger.is-inverted.is-outlined:hover, .frostgrave .button.is-danger.is-inverted.is-outlined.is-hovered, .frostgrave .button.is-danger.is-inverted.is-outlined:focus, .frostgrave .button.is-danger.is-inverted.is-outlined.is-focused { + background-color: #fff; + color: #f14668; +} + +.frostgrave .button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .frostgrave .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .frostgrave .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .frostgrave .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after { + border-color: transparent transparent #f14668 #f14668 !important; +} + +.frostgrave .button.is-danger.is-inverted.is-outlined[disabled], +fieldset[disabled] .frostgrave .button.is-danger.is-inverted.is-outlined { + background-color: transparent; + border-color: #fff; + -webkit-box-shadow: none; + box-shadow: none; + color: #fff; +} + +.frostgrave .button.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; +} + +.frostgrave .button.is-danger.is-light:hover, .frostgrave .button.is-danger.is-light.is-hovered { + background-color: #fde0e6; + border-color: transparent; + color: #cc0f35; +} + +.frostgrave .button.is-danger.is-light:active, .frostgrave .button.is-danger.is-light.is-active { + background-color: #fcd4dc; + border-color: transparent; + color: #cc0f35; +} + +.frostgrave .button.is-small { + border-radius: 2px; + font-size: 0.75rem; +} + +.frostgrave .button.is-normal { + font-size: 1rem; +} + +.frostgrave .button.is-medium { + font-size: 1.25rem; +} + +.frostgrave .button.is-large { + font-size: 1.5rem; +} + +.frostgrave .button[disabled], +fieldset[disabled] .frostgrave .button { + background-color: white; + border-color: #dbdbdb; + -webkit-box-shadow: none; + box-shadow: none; + opacity: 0.5; +} + +.frostgrave .button.is-fullwidth { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 100%; +} + +.frostgrave .button.is-loading { + color: transparent !important; + pointer-events: none; +} + +.frostgrave .button.is-loading::after { + position: absolute; + left: calc(50% - (1em / 2)); + top: calc(50% - (1em / 2)); + position: absolute !important; +} + +.frostgrave .button.is-static { + background-color: whitesmoke; + border-color: #dbdbdb; + color: #7a7a7a; + -webkit-box-shadow: none; + box-shadow: none; + pointer-events: none; +} + +.frostgrave .button.is-rounded { + border-radius: 290486px; + padding-left: calc(1em + 0.25em); + padding-right: calc(1em + 0.25em); +} + +.frostgrave .buttons { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.frostgrave .buttons .button { + margin-bottom: 0.5rem; +} + +.frostgrave .buttons .button:not(:last-child):not(.is-fullwidth) { + margin-right: 0.5rem; +} + +.frostgrave .buttons:last-child { + margin-bottom: -0.5rem; +} + +.frostgrave .buttons:not(:last-child) { + margin-bottom: 1rem; +} + +.frostgrave .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) { + border-radius: 2px; + font-size: 0.75rem; +} + +.frostgrave .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) { + font-size: 1.25rem; +} + +.frostgrave .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) { + font-size: 1.5rem; +} + +.frostgrave .buttons.has-addons .button:not(:first-child) { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.frostgrave .buttons.has-addons .button:not(:last-child) { + border-bottom-right-radius: 0; + border-top-right-radius: 0; + margin-right: -1px; +} + +.frostgrave .buttons.has-addons .button:last-child { + margin-right: 0; +} + +.frostgrave .buttons.has-addons .button:hover, .frostgrave .buttons.has-addons .button.is-hovered { + z-index: 2; +} + +.frostgrave .buttons.has-addons .button:focus, .frostgrave .buttons.has-addons .button.is-focused, .frostgrave .buttons.has-addons .button:active, .frostgrave .buttons.has-addons .button.is-active, .frostgrave .buttons.has-addons .button.is-selected { + z-index: 3; +} + +.frostgrave .buttons.has-addons .button:focus:hover, .frostgrave .buttons.has-addons .button.is-focused:hover, .frostgrave .buttons.has-addons .button:active:hover, .frostgrave .buttons.has-addons .button.is-active:hover, .frostgrave .buttons.has-addons .button.is-selected:hover { + z-index: 4; +} + +.frostgrave .buttons.has-addons .button.is-expanded { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.frostgrave .buttons.is-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} + +.frostgrave .buttons.is-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.frostgrave .buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) { + margin-left: 0.25rem; + margin-right: 0.25rem; +} + +.frostgrave .container { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + margin: 0 auto; + position: relative; + width: auto; +} + +.frostgrave .container.is-fluid { + max-width: none; + padding-left: 32px; + padding-right: 32px; + width: 100%; +} + +@media screen and (min-width: 1024px) { + .frostgrave .container { + max-width: 960px; + } +} + +@media screen and (max-width: 1215px) { + .frostgrave .container.is-widescreen { + max-width: 1152px; + } +} + +@media screen and (max-width: 1407px) { + .frostgrave .container.is-fullhd { + max-width: 1344px; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .container { + max-width: 1152px; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .container { + max-width: 1344px; + } +} + +.frostgrave .content li + li { + margin-top: 0.25em; +} + +.frostgrave .content p:not(:last-child), +.frostgrave .content dl:not(:last-child), +.frostgrave .content ol:not(:last-child), +.frostgrave .content ul:not(:last-child), +.frostgrave .content blockquote:not(:last-child), +.frostgrave .content pre:not(:last-child), +.frostgrave .content table:not(:last-child) { + margin-bottom: 1em; +} + +.frostgrave .content h1, +.frostgrave .content h2, +.frostgrave .content h3, +.frostgrave .content h4, +.frostgrave .content h5, +.frostgrave .content h6 { + color: #363636; + font-weight: 600; + line-height: 1.125; +} + +.frostgrave .content h1 { + font-size: 2em; + margin-bottom: 0.5em; +} + +.frostgrave .content h1:not(:first-child) { + margin-top: 1em; +} + +.frostgrave .content h2 { + font-size: 1.75em; + margin-bottom: 0.5714em; +} + +.frostgrave .content h2:not(:first-child) { + margin-top: 1.1428em; +} + +.frostgrave .content h3 { + font-size: 1.5em; + margin-bottom: 0.6666em; +} + +.frostgrave .content h3:not(:first-child) { + margin-top: 1.3333em; +} + +.frostgrave .content h4 { + font-size: 1.25em; + margin-bottom: 0.8em; +} + +.frostgrave .content h5 { + font-size: 1.125em; + margin-bottom: 0.8888em; +} + +.frostgrave .content h6 { + font-size: 1em; + margin-bottom: 1em; +} + +.frostgrave .content blockquote { + background-color: whitesmoke; + border-left: 5px solid #dbdbdb; + padding: 1.25em 1.5em; +} + +.frostgrave .content ol { + list-style-position: outside; + margin-left: 2em; + margin-top: 1em; +} + +.frostgrave .content ol:not([type]) { + list-style-type: decimal; +} + +.frostgrave .content ol:not([type]).is-lower-alpha { + list-style-type: lower-alpha; +} + +.frostgrave .content ol:not([type]).is-lower-roman { + list-style-type: lower-roman; +} + +.frostgrave .content ol:not([type]).is-upper-alpha { + list-style-type: upper-alpha; +} + +.frostgrave .content ol:not([type]).is-upper-roman { + list-style-type: upper-roman; +} + +.frostgrave .content ul { + list-style: disc outside; + margin-left: 2em; + margin-top: 1em; +} + +.frostgrave .content ul ul { + list-style-type: circle; + margin-top: 0.5em; +} + +.frostgrave .content ul ul ul { + list-style-type: square; +} + +.frostgrave .content dd { + margin-left: 2em; +} + +.frostgrave .content figure { + margin-left: 2em; + margin-right: 2em; + text-align: center; +} + +.frostgrave .content figure:not(:first-child) { + margin-top: 2em; +} + +.frostgrave .content figure:not(:last-child) { + margin-bottom: 2em; +} + +.frostgrave .content figure img { + display: inline-block; +} + +.frostgrave .content figure figcaption { + font-style: italic; +} + +.frostgrave .content pre { + -webkit-overflow-scrolling: touch; + overflow-x: auto; + padding: 1.25em 1.5em; + white-space: pre; + word-wrap: normal; +} + +.frostgrave .content sup, +.frostgrave .content sub { + font-size: 75%; +} + +.frostgrave .content table { + width: 100%; +} + +.frostgrave .content table td, +.frostgrave .content table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} + +.frostgrave .content table th { + color: #363636; +} + +.frostgrave .content table th:not([align]) { + text-align: inherit; +} + +.frostgrave .content table thead td, +.frostgrave .content table thead th { + border-width: 0 0 2px; + color: #363636; +} + +.frostgrave .content table tfoot td, +.frostgrave .content table tfoot th { + border-width: 2px 0 0; + color: #363636; +} + +.frostgrave .content table tbody tr:last-child td, +.frostgrave .content table tbody tr:last-child th { + border-bottom-width: 0; +} + +.frostgrave .content .tabs li + li { + margin-top: 0; +} + +.frostgrave .content.is-small { + font-size: 0.75rem; +} + +.frostgrave .content.is-medium { + font-size: 1.25rem; +} + +.frostgrave .content.is-large { + font-size: 1.5rem; +} + +.frostgrave .icon { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + height: 1.5rem; + width: 1.5rem; +} + +.frostgrave .icon.is-small { + height: 1rem; + width: 1rem; +} + +.frostgrave .icon.is-medium { + height: 2rem; + width: 2rem; +} + +.frostgrave .icon.is-large { + height: 3rem; + width: 3rem; +} + +.frostgrave .image { + display: block; + position: relative; +} + +.frostgrave .image img { + display: block; + height: auto; + width: 100%; +} + +.frostgrave .image img.is-rounded { + border-radius: 290486px; +} + +.frostgrave .image.is-fullwidth { + width: 100%; +} + +.frostgrave .image.is-square img, +.frostgrave .image.is-square .has-ratio, .frostgrave .image.is-1by1 img, +.frostgrave .image.is-1by1 .has-ratio, .frostgrave .image.is-5by4 img, +.frostgrave .image.is-5by4 .has-ratio, .frostgrave .image.is-4by3 img, +.frostgrave .image.is-4by3 .has-ratio, .frostgrave .image.is-3by2 img, +.frostgrave .image.is-3by2 .has-ratio, .frostgrave .image.is-5by3 img, +.frostgrave .image.is-5by3 .has-ratio, .frostgrave .image.is-16by9 img, +.frostgrave .image.is-16by9 .has-ratio, .frostgrave .image.is-2by1 img, +.frostgrave .image.is-2by1 .has-ratio, .frostgrave .image.is-3by1 img, +.frostgrave .image.is-3by1 .has-ratio, .frostgrave .image.is-4by5 img, +.frostgrave .image.is-4by5 .has-ratio, .frostgrave .image.is-3by4 img, +.frostgrave .image.is-3by4 .has-ratio, .frostgrave .image.is-2by3 img, +.frostgrave .image.is-2by3 .has-ratio, .frostgrave .image.is-3by5 img, +.frostgrave .image.is-3by5 .has-ratio, .frostgrave .image.is-9by16 img, +.frostgrave .image.is-9by16 .has-ratio, .frostgrave .image.is-1by2 img, +.frostgrave .image.is-1by2 .has-ratio, .frostgrave .image.is-1by3 img, +.frostgrave .image.is-1by3 .has-ratio { + height: 100%; + width: 100%; +} + +.frostgrave .image.is-square, .frostgrave .image.is-1by1 { + padding-top: 100%; +} + +.frostgrave .image.is-5by4 { + padding-top: 80%; +} + +.frostgrave .image.is-4by3 { + padding-top: 75%; +} + +.frostgrave .image.is-3by2 { + padding-top: 66.6666%; +} + +.frostgrave .image.is-5by3 { + padding-top: 60%; +} + +.frostgrave .image.is-16by9 { + padding-top: 56.25%; +} + +.frostgrave .image.is-2by1 { + padding-top: 50%; +} + +.frostgrave .image.is-3by1 { + padding-top: 33.3333%; +} + +.frostgrave .image.is-4by5 { + padding-top: 125%; +} + +.frostgrave .image.is-3by4 { + padding-top: 133.3333%; +} + +.frostgrave .image.is-2by3 { + padding-top: 150%; +} + +.frostgrave .image.is-3by5 { + padding-top: 166.6666%; +} + +.frostgrave .image.is-9by16 { + padding-top: 177.7777%; +} + +.frostgrave .image.is-1by2 { + padding-top: 200%; +} + +.frostgrave .image.is-1by3 { + padding-top: 300%; +} + +.frostgrave .image.is-16x16 { + height: 16px; + width: 16px; +} + +.frostgrave .image.is-24x24 { + height: 24px; + width: 24px; +} + +.frostgrave .image.is-32x32 { + height: 32px; + width: 32px; +} + +.frostgrave .image.is-48x48 { + height: 48px; + width: 48px; +} + +.frostgrave .image.is-64x64 { + height: 64px; + width: 64px; +} + +.frostgrave .image.is-96x96 { + height: 96px; + width: 96px; +} + +.frostgrave .image.is-128x128 { + height: 128px; + width: 128px; +} + +.frostgrave .notification { + background-color: whitesmoke; + border-radius: 4px; + position: relative; + padding: 1.25rem 2.5rem 1.25rem 1.5rem; +} + +.frostgrave .notification a:not(.button):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} + +.frostgrave .notification strong { + color: currentColor; +} + +.frostgrave .notification code, +.frostgrave .notification pre { + background: white; +} + +.frostgrave .notification pre code { + background: transparent; +} + +.frostgrave .notification > .delete { + right: 0.5rem; + position: absolute; + top: 0.5rem; +} + +.frostgrave .notification .title, +.frostgrave .notification .subtitle, +.frostgrave .notification .content { + color: currentColor; +} + +.frostgrave .notification.is-white { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .notification.is-black { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .notification.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .notification.is-dark { + background-color: #363636; + color: #fff; +} + +.frostgrave .notification.is-primary { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .notification.is-primary.is-light { + background-color: #ebfffc; + color: #00947e; +} + +.frostgrave .notification.is-link { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .notification.is-link.is-light { + background-color: #eef3fc; + color: #2160c4; +} + +.frostgrave .notification.is-info { + background-color: #3298dc; + color: #fff; +} + +.frostgrave .notification.is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; +} + +.frostgrave .notification.is-success { + background-color: #48c774; + color: #fff; +} + +.frostgrave .notification.is-success.is-light { + background-color: #effaf3; + color: #257942; +} + +.frostgrave .notification.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .notification.is-warning.is-light { + background-color: #fffbeb; + color: #947600; +} + +.frostgrave .notification.is-danger { + background-color: #f14668; + color: #fff; +} + +.frostgrave .notification.is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; +} + +.frostgrave .progress { + -moz-appearance: none; + -webkit-appearance: none; + border: none; + border-radius: 290486px; + display: block; + height: 1rem; + overflow: hidden; + padding: 0; + width: 100%; +} + +.frostgrave .progress::-webkit-progress-bar { + background-color: #ededed; +} + +.frostgrave .progress::-webkit-progress-value { + background-color: #4a4a4a; +} + +.frostgrave .progress::-moz-progress-bar { + background-color: #4a4a4a; +} + +.frostgrave .progress::-ms-fill { + background-color: #4a4a4a; + border: none; +} + +.frostgrave .progress.is-white::-webkit-progress-value { + background-color: white; +} + +.frostgrave .progress.is-white::-moz-progress-bar { + background-color: white; +} + +.frostgrave .progress.is-white::-ms-fill { + background-color: white; +} + +.frostgrave .progress.is-white:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, white 30%, #ededed 30%); + background-image: linear-gradient(to right, white 30%, #ededed 30%); +} + +.frostgrave .progress.is-black::-webkit-progress-value { + background-color: #0a0a0a; +} + +.frostgrave .progress.is-black::-moz-progress-bar { + background-color: #0a0a0a; +} + +.frostgrave .progress.is-black::-ms-fill { + background-color: #0a0a0a; +} + +.frostgrave .progress.is-black:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #0a0a0a), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #0a0a0a 30%, #ededed 30%); + background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%); +} + +.frostgrave .progress.is-light::-webkit-progress-value { + background-color: whitesmoke; +} + +.frostgrave .progress.is-light::-moz-progress-bar { + background-color: whitesmoke; +} + +.frostgrave .progress.is-light::-ms-fill { + background-color: whitesmoke; +} + +.frostgrave .progress.is-light:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, whitesmoke), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, whitesmoke 30%, #ededed 30%); + background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%); +} + +.frostgrave .progress.is-dark::-webkit-progress-value { + background-color: #363636; +} + +.frostgrave .progress.is-dark::-moz-progress-bar { + background-color: #363636; +} + +.frostgrave .progress.is-dark::-ms-fill { + background-color: #363636; +} + +.frostgrave .progress.is-dark:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #363636), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #363636 30%, #ededed 30%); + background-image: linear-gradient(to right, #363636 30%, #ededed 30%); +} + +.frostgrave .progress.is-primary::-webkit-progress-value { + background-color: #00d1b2; +} + +.frostgrave .progress.is-primary::-moz-progress-bar { + background-color: #00d1b2; +} + +.frostgrave .progress.is-primary::-ms-fill { + background-color: #00d1b2; +} + +.frostgrave .progress.is-primary:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #00d1b2), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #00d1b2 30%, #ededed 30%); + background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%); +} + +.frostgrave .progress.is-link::-webkit-progress-value { + background-color: #3273dc; +} + +.frostgrave .progress.is-link::-moz-progress-bar { + background-color: #3273dc; +} + +.frostgrave .progress.is-link::-ms-fill { + background-color: #3273dc; +} + +.frostgrave .progress.is-link:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3273dc), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #3273dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #3273dc 30%, #ededed 30%); +} + +.frostgrave .progress.is-info::-webkit-progress-value { + background-color: #3298dc; +} + +.frostgrave .progress.is-info::-moz-progress-bar { + background-color: #3298dc; +} + +.frostgrave .progress.is-info::-ms-fill { + background-color: #3298dc; +} + +.frostgrave .progress.is-info:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #3298dc), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #3298dc 30%, #ededed 30%); + background-image: linear-gradient(to right, #3298dc 30%, #ededed 30%); +} + +.frostgrave .progress.is-success::-webkit-progress-value { + background-color: #48c774; +} + +.frostgrave .progress.is-success::-moz-progress-bar { + background-color: #48c774; +} + +.frostgrave .progress.is-success::-ms-fill { + background-color: #48c774; +} + +.frostgrave .progress.is-success:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #48c774), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #48c774 30%, #ededed 30%); + background-image: linear-gradient(to right, #48c774 30%, #ededed 30%); +} + +.frostgrave .progress.is-warning::-webkit-progress-value { + background-color: #ffdd57; +} + +.frostgrave .progress.is-warning::-moz-progress-bar { + background-color: #ffdd57; +} + +.frostgrave .progress.is-warning::-ms-fill { + background-color: #ffdd57; +} + +.frostgrave .progress.is-warning:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ffdd57), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #ffdd57 30%, #ededed 30%); + background-image: linear-gradient(to right, #ffdd57 30%, #ededed 30%); +} + +.frostgrave .progress.is-danger::-webkit-progress-value { + background-color: #f14668; +} + +.frostgrave .progress.is-danger::-moz-progress-bar { + background-color: #f14668; +} + +.frostgrave .progress.is-danger::-ms-fill { + background-color: #f14668; +} + +.frostgrave .progress.is-danger:indeterminate { + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f14668), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #f14668 30%, #ededed 30%); + background-image: linear-gradient(to right, #f14668 30%, #ededed 30%); +} + +.frostgrave .progress:indeterminate { + -webkit-animation-duration: 1.5s; + animation-duration: 1.5s; + -webkit-animation-iteration-count: infinite; + animation-iteration-count: infinite; + -webkit-animation-name: moveIndeterminate; + animation-name: moveIndeterminate; + -webkit-animation-timing-function: linear; + animation-timing-function: linear; + background-color: #ededed; + background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #4a4a4a), color-stop(30%, #ededed)); + background-image: -o-linear-gradient(left, #4a4a4a 30%, #ededed 30%); + background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%); + background-position: top left; + background-repeat: no-repeat; + background-size: 150% 150%; +} + +.frostgrave .progress:indeterminate::-webkit-progress-bar { + background-color: transparent; +} + +.frostgrave .progress:indeterminate::-moz-progress-bar { + background-color: transparent; +} + +.frostgrave .progress.is-small { + height: 0.75rem; +} + +.frostgrave .progress.is-medium { + height: 1.25rem; +} + +.frostgrave .progress.is-large { + height: 1.5rem; +} + +@-webkit-keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + to { + background-position: -200% 0; + } +} + +@keyframes moveIndeterminate { + from { + background-position: 200% 0; + } + to { + background-position: -200% 0; + } +} + +.frostgrave .table { + background-color: white; + color: #363636; +} + +.frostgrave .table td, +.frostgrave .table th { + border: 1px solid #dbdbdb; + border-width: 0 0 1px; + padding: 0.5em 0.75em; + vertical-align: top; +} + +.frostgrave .table td.is-white, +.frostgrave .table th.is-white { + background-color: white; + border-color: white; + color: #0a0a0a; +} + +.frostgrave .table td.is-black, +.frostgrave .table th.is-black { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; +} + +.frostgrave .table td.is-light, +.frostgrave .table th.is-light { + background-color: whitesmoke; + border-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .table td.is-dark, +.frostgrave .table th.is-dark { + background-color: #363636; + border-color: #363636; + color: #fff; +} + +.frostgrave .table td.is-primary, +.frostgrave .table th.is-primary { + background-color: #00d1b2; + border-color: #00d1b2; + color: #fff; +} + +.frostgrave .table td.is-link, +.frostgrave .table th.is-link { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; +} + +.frostgrave .table td.is-info, +.frostgrave .table th.is-info { + background-color: #3298dc; + border-color: #3298dc; + color: #fff; +} + +.frostgrave .table td.is-success, +.frostgrave .table th.is-success { + background-color: #48c774; + border-color: #48c774; + color: #fff; +} + +.frostgrave .table td.is-warning, +.frostgrave .table th.is-warning { + background-color: #ffdd57; + border-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .table td.is-danger, +.frostgrave .table th.is-danger { + background-color: #f14668; + border-color: #f14668; + color: #fff; +} + +.frostgrave .table td.is-narrow, +.frostgrave .table th.is-narrow { + white-space: nowrap; + width: 1%; +} + +.frostgrave .table td.is-selected, +.frostgrave .table th.is-selected { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .table td.is-selected a, +.frostgrave .table td.is-selected strong, +.frostgrave .table th.is-selected a, +.frostgrave .table th.is-selected strong { + color: currentColor; +} + +.frostgrave .table td.is-vcentered, +.frostgrave .table th.is-vcentered { + vertical-align: middle; +} + +.frostgrave .table th { + color: #363636; +} + +.frostgrave .table th:not([align]) { + text-align: inherit; +} + +.frostgrave .table tr.is-selected { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .table tr.is-selected a, +.frostgrave .table tr.is-selected strong { + color: currentColor; +} + +.frostgrave .table tr.is-selected td, +.frostgrave .table tr.is-selected th { + border-color: #fff; + color: currentColor; +} + +.frostgrave .table thead { + background-color: transparent; +} + +.frostgrave .table thead td, +.frostgrave .table thead th { + border-width: 0 0 2px; + color: #363636; +} + +.frostgrave .table tfoot { + background-color: transparent; +} + +.frostgrave .table tfoot td, +.frostgrave .table tfoot th { + border-width: 2px 0 0; + color: #363636; +} + +.frostgrave .table tbody { + background-color: transparent; +} + +.frostgrave .table tbody tr:last-child td, +.frostgrave .table tbody tr:last-child th { + border-bottom-width: 0; +} + +.frostgrave .table.is-bordered td, +.frostgrave .table.is-bordered th { + border-width: 1px; +} + +.frostgrave .table.is-bordered tr:last-child td, +.frostgrave .table.is-bordered tr:last-child th { + border-bottom-width: 1px; +} + +.frostgrave .table.is-fullwidth { + width: 100%; +} + +.frostgrave .table.is-hoverable tbody tr:not(.is-selected):hover { + background-color: #fafafa; +} + +.frostgrave .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover { + background-color: #fafafa; +} + +.frostgrave .table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) { + background-color: whitesmoke; +} + +.frostgrave .table.is-narrow td, +.frostgrave .table.is-narrow th { + padding: 0.25em 0.5em; +} + +.frostgrave .table.is-striped tbody tr:not(.is-selected):nth-child(even) { + background-color: #fafafa; +} + +.frostgrave .table-container { + -webkit-overflow-scrolling: touch; + overflow: auto; + overflow-y: hidden; + max-width: 100%; +} + +.frostgrave .tags { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.frostgrave .tags .tag { + margin-bottom: 0.5rem; +} + +.frostgrave .tags .tag:not(:last-child) { + margin-right: 0.5rem; +} + +.frostgrave .tags:last-child { + margin-bottom: -0.5rem; +} + +.frostgrave .tags:not(:last-child) { + margin-bottom: 1rem; +} + +.frostgrave .tags.are-medium .tag:not(.is-normal):not(.is-large) { + font-size: 1rem; +} + +.frostgrave .tags.are-large .tag:not(.is-normal):not(.is-medium) { + font-size: 1.25rem; +} + +.frostgrave .tags.is-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .tags.is-centered .tag { + margin-right: 0.25rem; + margin-left: 0.25rem; +} + +.frostgrave .tags.is-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.frostgrave .tags.is-right .tag:not(:first-child) { + margin-left: 0.5rem; +} + +.frostgrave .tags.is-right .tag:not(:last-child) { + margin-right: 0; +} + +.frostgrave .tags.has-addons .tag { + margin-right: 0; +} + +.frostgrave .tags.has-addons .tag:not(:first-child) { + margin-left: 0; + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} + +.frostgrave .tags.has-addons .tag:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; +} + +.frostgrave .tag:not(body) { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 4px; + color: #4a4a4a; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 0.75rem; + height: 2em; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + line-height: 1.5; + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} + +.frostgrave .tag:not(body) .delete { + margin-left: 0.25rem; + margin-right: -0.375rem; +} + +.frostgrave .tag:not(body).is-white { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .tag:not(body).is-black { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .tag:not(body).is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .tag:not(body).is-dark { + background-color: #363636; + color: #fff; +} + +.frostgrave .tag:not(body).is-primary { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .tag:not(body).is-primary.is-light { + background-color: #ebfffc; + color: #00947e; +} + +.frostgrave .tag:not(body).is-link { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .tag:not(body).is-link.is-light { + background-color: #eef3fc; + color: #2160c4; +} + +.frostgrave .tag:not(body).is-info { + background-color: #3298dc; + color: #fff; +} + +.frostgrave .tag:not(body).is-info.is-light { + background-color: #eef6fc; + color: #1d72aa; +} + +.frostgrave .tag:not(body).is-success { + background-color: #48c774; + color: #fff; +} + +.frostgrave .tag:not(body).is-success.is-light { + background-color: #effaf3; + color: #257942; +} + +.frostgrave .tag:not(body).is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .tag:not(body).is-warning.is-light { + background-color: #fffbeb; + color: #947600; +} + +.frostgrave .tag:not(body).is-danger { + background-color: #f14668; + color: #fff; +} + +.frostgrave .tag:not(body).is-danger.is-light { + background-color: #feecf0; + color: #cc0f35; +} + +.frostgrave .tag:not(body).is-normal { + font-size: 0.75rem; +} + +.frostgrave .tag:not(body).is-medium { + font-size: 1rem; +} + +.frostgrave .tag:not(body).is-large { + font-size: 1.25rem; +} + +.frostgrave .tag:not(body) .icon:first-child:not(:last-child) { + margin-left: -0.375em; + margin-right: 0.1875em; +} + +.frostgrave .tag:not(body) .icon:last-child:not(:first-child) { + margin-left: 0.1875em; + margin-right: -0.375em; +} + +.frostgrave .tag:not(body) .icon:first-child:last-child { + margin-left: -0.375em; + margin-right: -0.375em; +} + +.frostgrave .tag:not(body).is-delete { + margin-left: 1px; + padding: 0; + position: relative; + width: 2em; +} + +.frostgrave .tag:not(body).is-delete::before, .frostgrave .tag:not(body).is-delete::after { + background-color: currentColor; + content: ""; + display: block; + left: 50%; + position: absolute; + top: 50%; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); + -webkit-transform-origin: center center; + -ms-transform-origin: center center; + transform-origin: center center; +} + +.frostgrave .tag:not(body).is-delete::before { + height: 1px; + width: 50%; +} + +.frostgrave .tag:not(body).is-delete::after { + height: 50%; + width: 1px; +} + +.frostgrave .tag:not(body).is-delete:hover, .frostgrave .tag:not(body).is-delete:focus { + background-color: #e8e8e8; +} + +.frostgrave .tag:not(body).is-delete:active { + background-color: #dbdbdb; +} + +.frostgrave .tag:not(body).is-rounded { + border-radius: 290486px; +} + +.frostgrave a.tag:hover { + text-decoration: underline; +} + +.frostgrave .title, +.frostgrave .subtitle { + word-break: break-word; +} + +.frostgrave .title em, +.frostgrave .title span, +.frostgrave .subtitle em, +.frostgrave .subtitle span { + font-weight: inherit; +} + +.frostgrave .title sub, +.frostgrave .subtitle sub { + font-size: 0.75em; +} + +.frostgrave .title sup, +.frostgrave .subtitle sup { + font-size: 0.75em; +} + +.frostgrave .title .tag, +.frostgrave .subtitle .tag { + vertical-align: middle; +} + +.frostgrave .title { + color: #363636; + font-size: 2rem; + font-weight: 600; + line-height: 1.125; +} + +.frostgrave .title strong { + color: inherit; + font-weight: inherit; +} + +.frostgrave .title + .highlight { + margin-top: -0.75rem; +} + +.frostgrave .title:not(.is-spaced) + .subtitle { + margin-top: -1.25rem; +} + +.frostgrave .title.is-1 { + font-size: 3rem; +} + +.frostgrave .title.is-2 { + font-size: 2.5rem; +} + +.frostgrave .title.is-3 { + font-size: 2rem; +} + +.frostgrave .title.is-4 { + font-size: 1.5rem; +} + +.frostgrave .title.is-5 { + font-size: 1.25rem; +} + +.frostgrave .title.is-6 { + font-size: 1rem; +} + +.frostgrave .title.is-7 { + font-size: 0.75rem; +} + +.frostgrave .subtitle { + color: #4a4a4a; + font-size: 1.25rem; + font-weight: 400; + line-height: 1.25; +} + +.frostgrave .subtitle strong { + color: #363636; + font-weight: 600; +} + +.frostgrave .subtitle:not(.is-spaced) + .title { + margin-top: -1.25rem; +} + +.frostgrave .subtitle.is-1 { + font-size: 3rem; +} + +.frostgrave .subtitle.is-2 { + font-size: 2.5rem; +} + +.frostgrave .subtitle.is-3 { + font-size: 2rem; +} + +.frostgrave .subtitle.is-4 { + font-size: 1.5rem; +} + +.frostgrave .subtitle.is-5 { + font-size: 1.25rem; +} + +.frostgrave .subtitle.is-6 { + font-size: 1rem; +} + +.frostgrave .subtitle.is-7 { + font-size: 0.75rem; +} + +.frostgrave .heading { + display: block; + font-size: 11px; + letter-spacing: 1px; + margin-bottom: 5px; + text-transform: uppercase; +} + +.frostgrave .highlight { + font-weight: 400; + max-width: 100%; + overflow: hidden; + padding: 0; +} + +.frostgrave .highlight pre { + overflow: auto; + max-width: 100%; +} + +.frostgrave .number { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + border-radius: 290486px; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 1.25rem; + height: 2em; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-right: 1.5rem; + min-width: 2.5em; + padding: 0.25rem 0.5rem; + text-align: center; + vertical-align: top; +} + +.frostgrave .input, .frostgrave .textarea, .frostgrave .select select { + background-color: white; + border-color: #dbdbdb; + border-radius: 4px; + color: #363636; +} + +.frostgrave .input::-moz-placeholder, .frostgrave .textarea::-moz-placeholder, .frostgrave .select select::-moz-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.frostgrave .input::-webkit-input-placeholder, .frostgrave .textarea::-webkit-input-placeholder, .frostgrave .select select::-webkit-input-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.frostgrave .input:-moz-placeholder, .frostgrave .textarea:-moz-placeholder, .frostgrave .select select:-moz-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.frostgrave .input:-ms-input-placeholder, .frostgrave .textarea:-ms-input-placeholder, .frostgrave .select select:-ms-input-placeholder { + color: rgba(54, 54, 54, 0.3); +} + +.frostgrave .input:hover, .frostgrave .textarea:hover, .frostgrave .select select:hover, .frostgrave .is-hovered.input, .frostgrave .is-hovered.textarea, .frostgrave .select select.is-hovered { + border-color: #b5b5b5; +} + +.frostgrave .input:focus, .frostgrave .textarea:focus, .frostgrave .select select:focus, .frostgrave .is-focused.input, .frostgrave .is-focused.textarea, .frostgrave .select select.is-focused, .frostgrave .input:active, .frostgrave .textarea:active, .frostgrave .select select:active, .frostgrave .is-active.input, .frostgrave .is-active.textarea, .frostgrave .select select.is-active { + border-color: #3273dc; + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.frostgrave .input[disabled], .frostgrave .textarea[disabled], .frostgrave .select select[disabled], +fieldset[disabled] .frostgrave .input, +fieldset[disabled] .frostgrave .textarea, +fieldset[disabled] .frostgrave .select select { + background-color: whitesmoke; + border-color: whitesmoke; + -webkit-box-shadow: none; + box-shadow: none; + color: #7a7a7a; +} + +.frostgrave .input[disabled]::-moz-placeholder, .frostgrave .textarea[disabled]::-moz-placeholder, .frostgrave .select select[disabled]::-moz-placeholder, +fieldset[disabled] .frostgrave .input::-moz-placeholder, +fieldset[disabled] .frostgrave .textarea::-moz-placeholder, +fieldset[disabled] .frostgrave .select select::-moz-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.frostgrave .input[disabled]::-webkit-input-placeholder, .frostgrave .textarea[disabled]::-webkit-input-placeholder, .frostgrave .select select[disabled]::-webkit-input-placeholder, +fieldset[disabled] .frostgrave .input::-webkit-input-placeholder, +fieldset[disabled] .frostgrave .textarea::-webkit-input-placeholder, +fieldset[disabled] .frostgrave .select select::-webkit-input-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.frostgrave .input[disabled]:-moz-placeholder, .frostgrave .textarea[disabled]:-moz-placeholder, .frostgrave .select select[disabled]:-moz-placeholder, +fieldset[disabled] .frostgrave .input:-moz-placeholder, +fieldset[disabled] .frostgrave .textarea:-moz-placeholder, +fieldset[disabled] .frostgrave .select select:-moz-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.frostgrave .input[disabled]:-ms-input-placeholder, .frostgrave .textarea[disabled]:-ms-input-placeholder, .frostgrave .select select[disabled]:-ms-input-placeholder, +fieldset[disabled] .frostgrave .input:-ms-input-placeholder, +fieldset[disabled] .frostgrave .textarea:-ms-input-placeholder, +fieldset[disabled] .frostgrave .select select:-ms-input-placeholder { + color: rgba(122, 122, 122, 0.3); +} + +.frostgrave .input, .frostgrave .textarea { + -webkit-box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); + box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05); + max-width: 100%; + width: 100%; +} + +.frostgrave .input[readonly], .frostgrave .textarea[readonly] { + -webkit-box-shadow: none; + box-shadow: none; +} + +.frostgrave .is-white.input, .frostgrave .is-white.textarea { + border-color: white; +} + +.frostgrave .is-white.input:focus, .frostgrave .is-white.textarea:focus, .frostgrave .is-white.is-focused.input, .frostgrave .is-white.is-focused.textarea, .frostgrave .is-white.input:active, .frostgrave .is-white.textarea:active, .frostgrave .is-white.is-active.input, .frostgrave .is-white.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +} + +.frostgrave .is-black.input, .frostgrave .is-black.textarea { + border-color: #0a0a0a; +} + +.frostgrave .is-black.input:focus, .frostgrave .is-black.textarea:focus, .frostgrave .is-black.is-focused.input, .frostgrave .is-black.is-focused.textarea, .frostgrave .is-black.input:active, .frostgrave .is-black.textarea:active, .frostgrave .is-black.is-active.input, .frostgrave .is-black.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +} + +.frostgrave .is-light.input, .frostgrave .is-light.textarea { + border-color: whitesmoke; +} + +.frostgrave .is-light.input:focus, .frostgrave .is-light.textarea:focus, .frostgrave .is-light.is-focused.input, .frostgrave .is-light.is-focused.textarea, .frostgrave .is-light.input:active, .frostgrave .is-light.textarea:active, .frostgrave .is-light.is-active.input, .frostgrave .is-light.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +} + +.frostgrave .is-dark.input, .frostgrave .is-dark.textarea { + border-color: #363636; +} + +.frostgrave .is-dark.input:focus, .frostgrave .is-dark.textarea:focus, .frostgrave .is-dark.is-focused.input, .frostgrave .is-dark.is-focused.textarea, .frostgrave .is-dark.input:active, .frostgrave .is-dark.textarea:active, .frostgrave .is-dark.is-active.input, .frostgrave .is-dark.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +} + +.frostgrave .is-primary.input, .frostgrave .is-primary.textarea { + border-color: #00d1b2; +} + +.frostgrave .is-primary.input:focus, .frostgrave .is-primary.textarea:focus, .frostgrave .is-primary.is-focused.input, .frostgrave .is-primary.is-focused.textarea, .frostgrave .is-primary.input:active, .frostgrave .is-primary.textarea:active, .frostgrave .is-primary.is-active.input, .frostgrave .is-primary.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +} + +.frostgrave .is-link.input, .frostgrave .is-link.textarea { + border-color: #3273dc; +} + +.frostgrave .is-link.input:focus, .frostgrave .is-link.textarea:focus, .frostgrave .is-link.is-focused.input, .frostgrave .is-link.is-focused.textarea, .frostgrave .is-link.input:active, .frostgrave .is-link.textarea:active, .frostgrave .is-link.is-active.input, .frostgrave .is-link.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.frostgrave .is-info.input, .frostgrave .is-info.textarea { + border-color: #3298dc; +} + +.frostgrave .is-info.input:focus, .frostgrave .is-info.textarea:focus, .frostgrave .is-info.is-focused.input, .frostgrave .is-info.is-focused.textarea, .frostgrave .is-info.input:active, .frostgrave .is-info.textarea:active, .frostgrave .is-info.is-active.input, .frostgrave .is-info.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +} + +.frostgrave .is-success.input, .frostgrave .is-success.textarea { + border-color: #48c774; +} + +.frostgrave .is-success.input:focus, .frostgrave .is-success.textarea:focus, .frostgrave .is-success.is-focused.input, .frostgrave .is-success.is-focused.textarea, .frostgrave .is-success.input:active, .frostgrave .is-success.textarea:active, .frostgrave .is-success.is-active.input, .frostgrave .is-success.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +} + +.frostgrave .is-warning.input, .frostgrave .is-warning.textarea { + border-color: #ffdd57; +} + +.frostgrave .is-warning.input:focus, .frostgrave .is-warning.textarea:focus, .frostgrave .is-warning.is-focused.input, .frostgrave .is-warning.is-focused.textarea, .frostgrave .is-warning.input:active, .frostgrave .is-warning.textarea:active, .frostgrave .is-warning.is-active.input, .frostgrave .is-warning.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +} + +.frostgrave .is-danger.input, .frostgrave .is-danger.textarea { + border-color: #f14668; +} + +.frostgrave .is-danger.input:focus, .frostgrave .is-danger.textarea:focus, .frostgrave .is-danger.is-focused.input, .frostgrave .is-danger.is-focused.textarea, .frostgrave .is-danger.input:active, .frostgrave .is-danger.textarea:active, .frostgrave .is-danger.is-active.input, .frostgrave .is-danger.is-active.textarea { + -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} + +.frostgrave .is-small.input, .frostgrave .is-small.textarea { + border-radius: 2px; + font-size: 0.75rem; +} + +.frostgrave .is-medium.input, .frostgrave .is-medium.textarea { + font-size: 1.25rem; +} + +.frostgrave .is-large.input, .frostgrave .is-large.textarea { + font-size: 1.5rem; +} + +.frostgrave .is-fullwidth.input, .frostgrave .is-fullwidth.textarea { + display: block; + width: 100%; +} + +.frostgrave .is-inline.input, .frostgrave .is-inline.textarea { + display: inline; + width: auto; +} + +.frostgrave .input.is-rounded { + border-radius: 290486px; + padding-left: calc(calc(0.75em - 1px) + 0.375em); + padding-right: calc(calc(0.75em - 1px) + 0.375em); +} + +.frostgrave .input.is-static { + background-color: transparent; + border-color: transparent; + -webkit-box-shadow: none; + box-shadow: none; + padding-left: 0; + padding-right: 0; +} + +.frostgrave .textarea { + display: block; + max-width: 100%; + min-width: 100%; + padding: calc(0.75em - 1px); + resize: vertical; +} + +.frostgrave .textarea:not([rows]) { + max-height: 40em; + min-height: 8em; +} + +.frostgrave .textarea[rows] { + height: initial; +} + +.frostgrave .textarea.has-fixed-size { + resize: none; +} + +.frostgrave .checkbox, .frostgrave .radio { + cursor: pointer; + display: inline-block; + line-height: 1.25; + position: relative; +} + +.frostgrave .checkbox input, .frostgrave .radio input { + cursor: pointer; +} + +.frostgrave .checkbox:hover, .frostgrave .radio:hover { + color: #363636; +} + +.frostgrave .checkbox[disabled], .frostgrave .radio[disabled], +fieldset[disabled] .frostgrave .checkbox, +fieldset[disabled] .frostgrave .radio { + color: #7a7a7a; + cursor: not-allowed; +} + +.frostgrave .radio + .radio { + margin-left: 0.5em; +} + +.frostgrave .select { + display: inline-block; + max-width: 100%; + position: relative; + vertical-align: top; +} + +.frostgrave .select:not(.is-multiple) { + height: 2.5em; +} + +.frostgrave .select:not(.is-multiple):not(.is-loading)::after { + border-color: #3273dc; + right: 1.125em; + z-index: 4; +} + +.frostgrave .select.is-rounded select { + border-radius: 290486px; + padding-left: 1em; +} + +.frostgrave .select select { + cursor: pointer; + display: block; + font-size: 1em; + max-width: 100%; + outline: none; +} + +.frostgrave .select select::-ms-expand { + display: none; +} + +.frostgrave .select select[disabled]:hover, +fieldset[disabled] .frostgrave .select select:hover { + border-color: whitesmoke; +} + +.frostgrave .select select:not([multiple]) { + padding-right: 2.5em; +} + +.frostgrave .select select[multiple] { + height: auto; + padding: 0; +} + +.frostgrave .select select[multiple] option { + padding: 0.5em 1em; +} + +.frostgrave .select:not(.is-multiple):not(.is-loading):hover::after { + border-color: #363636; +} + +.frostgrave .select.is-white:not(:hover)::after { + border-color: white; +} + +.frostgrave .select.is-white select { + border-color: white; +} + +.frostgrave .select.is-white select:hover, .frostgrave .select.is-white select.is-hovered { + border-color: #f2f2f2; +} + +.frostgrave .select.is-white select:focus, .frostgrave .select.is-white select.is-focused, .frostgrave .select.is-white select:active, .frostgrave .select.is-white select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25); +} + +.frostgrave .select.is-black:not(:hover)::after { + border-color: #0a0a0a; +} + +.frostgrave .select.is-black select { + border-color: #0a0a0a; +} + +.frostgrave .select.is-black select:hover, .frostgrave .select.is-black select.is-hovered { + border-color: black; +} + +.frostgrave .select.is-black select:focus, .frostgrave .select.is-black select.is-focused, .frostgrave .select.is-black select:active, .frostgrave .select.is-black select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); + box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25); +} + +.frostgrave .select.is-light:not(:hover)::after { + border-color: whitesmoke; +} + +.frostgrave .select.is-light select { + border-color: whitesmoke; +} + +.frostgrave .select.is-light select:hover, .frostgrave .select.is-light select.is-hovered { + border-color: #e8e8e8; +} + +.frostgrave .select.is-light select:focus, .frostgrave .select.is-light select.is-focused, .frostgrave .select.is-light select:active, .frostgrave .select.is-light select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); + box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25); +} + +.frostgrave .select.is-dark:not(:hover)::after { + border-color: #363636; +} + +.frostgrave .select.is-dark select { + border-color: #363636; +} + +.frostgrave .select.is-dark select:hover, .frostgrave .select.is-dark select.is-hovered { + border-color: #292929; +} + +.frostgrave .select.is-dark select:focus, .frostgrave .select.is-dark select.is-focused, .frostgrave .select.is-dark select:active, .frostgrave .select.is-dark select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); + box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25); +} + +.frostgrave .select.is-primary:not(:hover)::after { + border-color: #00d1b2; +} + +.frostgrave .select.is-primary select { + border-color: #00d1b2; +} + +.frostgrave .select.is-primary select:hover, .frostgrave .select.is-primary select.is-hovered { + border-color: #00b89c; +} + +.frostgrave .select.is-primary select:focus, .frostgrave .select.is-primary select.is-focused, .frostgrave .select.is-primary select:active, .frostgrave .select.is-primary select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); + box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25); +} + +.frostgrave .select.is-link:not(:hover)::after { + border-color: #3273dc; +} + +.frostgrave .select.is-link select { + border-color: #3273dc; +} + +.frostgrave .select.is-link select:hover, .frostgrave .select.is-link select.is-hovered { + border-color: #2366d1; +} + +.frostgrave .select.is-link select:focus, .frostgrave .select.is-link select.is-focused, .frostgrave .select.is-link select:active, .frostgrave .select.is-link select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25); +} + +.frostgrave .select.is-info:not(:hover)::after { + border-color: #3298dc; +} + +.frostgrave .select.is-info select { + border-color: #3298dc; +} + +.frostgrave .select.is-info select:hover, .frostgrave .select.is-info select.is-hovered { + border-color: #238cd1; +} + +.frostgrave .select.is-info select:focus, .frostgrave .select.is-info select.is-focused, .frostgrave .select.is-info select:active, .frostgrave .select.is-info select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25); +} + +.frostgrave .select.is-success:not(:hover)::after { + border-color: #48c774; +} + +.frostgrave .select.is-success select { + border-color: #48c774; +} + +.frostgrave .select.is-success select:hover, .frostgrave .select.is-success select.is-hovered { + border-color: #3abb67; +} + +.frostgrave .select.is-success select:focus, .frostgrave .select.is-success select.is-focused, .frostgrave .select.is-success select:active, .frostgrave .select.is-success select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25); +} + +.frostgrave .select.is-warning:not(:hover)::after { + border-color: #ffdd57; +} + +.frostgrave .select.is-warning select { + border-color: #ffdd57; +} + +.frostgrave .select.is-warning select:hover, .frostgrave .select.is-warning select.is-hovered { + border-color: #ffd83d; +} + +.frostgrave .select.is-warning select:focus, .frostgrave .select.is-warning select.is-focused, .frostgrave .select.is-warning select:active, .frostgrave .select.is-warning select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25); +} + +.frostgrave .select.is-danger:not(:hover)::after { + border-color: #f14668; +} + +.frostgrave .select.is-danger select { + border-color: #f14668; +} + +.frostgrave .select.is-danger select:hover, .frostgrave .select.is-danger select.is-hovered { + border-color: #ef2e55; +} + +.frostgrave .select.is-danger select:focus, .frostgrave .select.is-danger select.is-focused, .frostgrave .select.is-danger select:active, .frostgrave .select.is-danger select.is-active { + -webkit-box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); + box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25); +} + +.frostgrave .select.is-small { + border-radius: 2px; + font-size: 0.75rem; +} + +.frostgrave .select.is-medium { + font-size: 1.25rem; +} + +.frostgrave .select.is-large { + font-size: 1.5rem; +} + +.frostgrave .select.is-disabled::after { + border-color: #7a7a7a; +} + +.frostgrave .select.is-fullwidth { + width: 100%; +} + +.frostgrave .select.is-fullwidth select { + width: 100%; +} + +.frostgrave .select.is-loading::after { + margin-top: 0; + position: absolute; + right: 0.625em; + top: 0.625em; + -webkit-transform: none; + -ms-transform: none; + transform: none; +} + +.frostgrave .select.is-loading.is-small:after { + font-size: 0.75rem; +} + +.frostgrave .select.is-loading.is-medium:after { + font-size: 1.25rem; +} + +.frostgrave .select.is-loading.is-large:after { + font-size: 1.5rem; +} + +.frostgrave .file { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + position: relative; +} + +.frostgrave .file.is-white .file-cta { + background-color: white; + border-color: transparent; + color: #0a0a0a; +} + +.frostgrave .file.is-white:hover .file-cta, .frostgrave .file.is-white.is-hovered .file-cta { + background-color: #f9f9f9; + border-color: transparent; + color: #0a0a0a; +} + +.frostgrave .file.is-white:focus .file-cta, .frostgrave .file.is-white.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); + box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25); + color: #0a0a0a; +} + +.frostgrave .file.is-white:active .file-cta, .frostgrave .file.is-white.is-active .file-cta { + background-color: #f2f2f2; + border-color: transparent; + color: #0a0a0a; +} + +.frostgrave .file.is-black .file-cta { + background-color: #0a0a0a; + border-color: transparent; + color: white; +} + +.frostgrave .file.is-black:hover .file-cta, .frostgrave .file.is-black.is-hovered .file-cta { + background-color: #040404; + border-color: transparent; + color: white; +} + +.frostgrave .file.is-black:focus .file-cta, .frostgrave .file.is-black.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); + box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25); + color: white; +} + +.frostgrave .file.is-black:active .file-cta, .frostgrave .file.is-black.is-active .file-cta { + background-color: black; + border-color: transparent; + color: white; +} + +.frostgrave .file.is-light .file-cta { + background-color: whitesmoke; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-light:hover .file-cta, .frostgrave .file.is-light.is-hovered .file-cta { + background-color: #eeeeee; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-light:focus .file-cta, .frostgrave .file.is-light.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); + box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25); + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-light:active .file-cta, .frostgrave .file.is-light.is-active .file-cta { + background-color: #e8e8e8; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-dark .file-cta { + background-color: #363636; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-dark:hover .file-cta, .frostgrave .file.is-dark.is-hovered .file-cta { + background-color: #2f2f2f; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-dark:focus .file-cta, .frostgrave .file.is-dark.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); + box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25); + color: #fff; +} + +.frostgrave .file.is-dark:active .file-cta, .frostgrave .file.is-dark.is-active .file-cta { + background-color: #292929; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-primary .file-cta { + background-color: #00d1b2; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-primary:hover .file-cta, .frostgrave .file.is-primary.is-hovered .file-cta { + background-color: #00c4a7; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-primary:focus .file-cta, .frostgrave .file.is-primary.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); + box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25); + color: #fff; +} + +.frostgrave .file.is-primary:active .file-cta, .frostgrave .file.is-primary.is-active .file-cta { + background-color: #00b89c; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-link .file-cta { + background-color: #3273dc; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-link:hover .file-cta, .frostgrave .file.is-link.is-hovered .file-cta { + background-color: #276cda; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-link:focus .file-cta, .frostgrave .file.is-link.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); + box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25); + color: #fff; +} + +.frostgrave .file.is-link:active .file-cta, .frostgrave .file.is-link.is-active .file-cta { + background-color: #2366d1; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-info .file-cta { + background-color: #3298dc; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-info:hover .file-cta, .frostgrave .file.is-info.is-hovered .file-cta { + background-color: #2793da; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-info:focus .file-cta, .frostgrave .file.is-info.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25); + box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25); + color: #fff; +} + +.frostgrave .file.is-info:active .file-cta, .frostgrave .file.is-info.is-active .file-cta { + background-color: #238cd1; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-success .file-cta { + background-color: #48c774; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-success:hover .file-cta, .frostgrave .file.is-success.is-hovered .file-cta { + background-color: #3ec46d; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-success:focus .file-cta, .frostgrave .file.is-success.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25); + box-shadow: 0 0 0.5em rgba(72, 199, 116, 0.25); + color: #fff; +} + +.frostgrave .file.is-success:active .file-cta, .frostgrave .file.is-success.is-active .file-cta { + background-color: #3abb67; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-warning .file-cta { + background-color: #ffdd57; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-warning:hover .file-cta, .frostgrave .file.is-warning.is-hovered .file-cta { + background-color: #ffdb4a; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-warning:focus .file-cta, .frostgrave .file.is-warning.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); + box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25); + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-warning:active .file-cta, .frostgrave .file.is-warning.is-active .file-cta { + background-color: #ffd83d; + border-color: transparent; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .file.is-danger .file-cta { + background-color: #f14668; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-danger:hover .file-cta, .frostgrave .file.is-danger.is-hovered .file-cta { + background-color: #f03a5f; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-danger:focus .file-cta, .frostgrave .file.is-danger.is-focused .file-cta { + border-color: transparent; + -webkit-box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); + box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25); + color: #fff; +} + +.frostgrave .file.is-danger:active .file-cta, .frostgrave .file.is-danger.is-active .file-cta { + background-color: #ef2e55; + border-color: transparent; + color: #fff; +} + +.frostgrave .file.is-small { + font-size: 0.75rem; +} + +.frostgrave .file.is-medium { + font-size: 1.25rem; +} + +.frostgrave .file.is-medium .file-icon .fa { + font-size: 21px; +} + +.frostgrave .file.is-large { + font-size: 1.5rem; +} + +.frostgrave .file.is-large .file-icon .fa { + font-size: 28px; +} + +.frostgrave .file.has-name .file-cta { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.frostgrave .file.has-name .file-name { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.frostgrave .file.has-name.is-empty .file-cta { + border-radius: 4px; +} + +.frostgrave .file.has-name.is-empty .file-name { + display: none; +} + +.frostgrave .file.is-boxed .file-label { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +.frostgrave .file.is-boxed .file-cta { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + height: auto; + padding: 1em 3em; +} + +.frostgrave .file.is-boxed .file-name { + border-width: 0 1px 1px; +} + +.frostgrave .file.is-boxed .file-icon { + height: 1.5em; + width: 1.5em; +} + +.frostgrave .file.is-boxed .file-icon .fa { + font-size: 21px; +} + +.frostgrave .file.is-boxed.is-small .file-icon .fa { + font-size: 14px; +} + +.frostgrave .file.is-boxed.is-medium .file-icon .fa { + font-size: 28px; +} + +.frostgrave .file.is-boxed.is-large .file-icon .fa { + font-size: 35px; +} + +.frostgrave .file.is-boxed.has-name .file-cta { + border-radius: 4px 4px 0 0; +} + +.frostgrave .file.is-boxed.has-name .file-name { + border-radius: 0 0 4px 4px; + border-width: 0 1px 1px; +} + +.frostgrave .file.is-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .file.is-fullwidth .file-label { + width: 100%; +} + +.frostgrave .file.is-fullwidth .file-name { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: none; +} + +.frostgrave .file.is-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.frostgrave .file.is-right .file-cta { + border-radius: 0 4px 4px 0; +} + +.frostgrave .file.is-right .file-name { + border-radius: 4px 0 0 4px; + border-width: 1px 0 1px 1px; + -webkit-box-ordinal-group: 0; + -ms-flex-order: -1; + order: -1; +} + +.frostgrave .file-label { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + cursor: pointer; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + overflow: hidden; + position: relative; +} + +.frostgrave .file-label:hover .file-cta { + background-color: #eeeeee; + color: #363636; +} + +.frostgrave .file-label:hover .file-name { + border-color: #d5d5d5; +} + +.frostgrave .file-label:active .file-cta { + background-color: #e8e8e8; + color: #363636; +} + +.frostgrave .file-label:active .file-name { + border-color: #cfcfcf; +} + +.frostgrave .file-input { + height: 100%; + left: 0; + opacity: 0; + outline: none; + position: absolute; + top: 0; + width: 100%; +} + +.frostgrave .file-cta, +.frostgrave .file-name { + border-color: #dbdbdb; + border-radius: 4px; + font-size: 1em; + padding-left: 1em; + padding-right: 1em; + white-space: nowrap; +} + +.frostgrave .file-cta { + background-color: whitesmoke; + color: #4a4a4a; +} + +.frostgrave .file-name { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px 1px 1px 0; + display: block; + max-width: 16em; + overflow: hidden; + text-align: inherit; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} + +.frostgrave .file-icon { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + height: 1em; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-right: 0.5em; + width: 1em; +} + +.frostgrave .file-icon .fa { + font-size: 14px; +} + +.frostgrave .label { + color: #363636; + display: block; + font-size: 1rem; + font-weight: 700; +} + +.frostgrave .label:not(:last-child) { + margin-bottom: 0.5em; +} + +.frostgrave .label.is-small { + font-size: 0.75rem; +} + +.frostgrave .label.is-medium { + font-size: 1.25rem; +} + +.frostgrave .label.is-large { + font-size: 1.5rem; +} + +.frostgrave .help { + display: block; + font-size: 0.75rem; + margin-top: 0.25rem; +} + +.frostgrave .help.is-white { + color: white; +} + +.frostgrave .help.is-black { + color: #0a0a0a; +} + +.frostgrave .help.is-light { + color: whitesmoke; +} + +.frostgrave .help.is-dark { + color: #363636; +} + +.frostgrave .help.is-primary { + color: #00d1b2; +} + +.frostgrave .help.is-link { + color: #3273dc; +} + +.frostgrave .help.is-info { + color: #3298dc; +} + +.frostgrave .help.is-success { + color: #48c774; +} + +.frostgrave .help.is-warning { + color: #ffdd57; +} + +.frostgrave .help.is-danger { + color: #f14668; +} + +.frostgrave .field:not(:last-child) { + margin-bottom: 0.75rem; +} + +.frostgrave .field.has-addons { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.frostgrave .field.has-addons .control:not(:last-child) { + margin-right: -1px; +} + +.frostgrave .field.has-addons .control:not(:first-child):not(:last-child) .button, +.frostgrave .field.has-addons .control:not(:first-child):not(:last-child) .input, +.frostgrave .field.has-addons .control:not(:first-child):not(:last-child) .select select { + border-radius: 0; +} + +.frostgrave .field.has-addons .control:first-child:not(:only-child) .button, +.frostgrave .field.has-addons .control:first-child:not(:only-child) .input, +.frostgrave .field.has-addons .control:first-child:not(:only-child) .select select { + border-bottom-right-radius: 0; + border-top-right-radius: 0; +} + +.frostgrave .field.has-addons .control:last-child:not(:only-child) .button, +.frostgrave .field.has-addons .control:last-child:not(:only-child) .input, +.frostgrave .field.has-addons .control:last-child:not(:only-child) .select select { + border-bottom-left-radius: 0; + border-top-left-radius: 0; +} + +.frostgrave .field.has-addons .control .button:not([disabled]):hover, .frostgrave .field.has-addons .control .button:not([disabled]).is-hovered, +.frostgrave .field.has-addons .control .input:not([disabled]):hover, +.frostgrave .field.has-addons .control .input:not([disabled]).is-hovered, +.frostgrave .field.has-addons .control .select select:not([disabled]):hover, +.frostgrave .field.has-addons .control .select select:not([disabled]).is-hovered { + z-index: 2; +} + +.frostgrave .field.has-addons .control .button:not([disabled]):focus, .frostgrave .field.has-addons .control .button:not([disabled]).is-focused, .frostgrave .field.has-addons .control .button:not([disabled]):active, .frostgrave .field.has-addons .control .button:not([disabled]).is-active, +.frostgrave .field.has-addons .control .input:not([disabled]):focus, +.frostgrave .field.has-addons .control .input:not([disabled]).is-focused, +.frostgrave .field.has-addons .control .input:not([disabled]):active, +.frostgrave .field.has-addons .control .input:not([disabled]).is-active, +.frostgrave .field.has-addons .control .select select:not([disabled]):focus, +.frostgrave .field.has-addons .control .select select:not([disabled]).is-focused, +.frostgrave .field.has-addons .control .select select:not([disabled]):active, +.frostgrave .field.has-addons .control .select select:not([disabled]).is-active { + z-index: 3; +} + +.frostgrave .field.has-addons .control .button:not([disabled]):focus:hover, .frostgrave .field.has-addons .control .button:not([disabled]).is-focused:hover, .frostgrave .field.has-addons .control .button:not([disabled]):active:hover, .frostgrave .field.has-addons .control .button:not([disabled]).is-active:hover, +.frostgrave .field.has-addons .control .input:not([disabled]):focus:hover, +.frostgrave .field.has-addons .control .input:not([disabled]).is-focused:hover, +.frostgrave .field.has-addons .control .input:not([disabled]):active:hover, +.frostgrave .field.has-addons .control .input:not([disabled]).is-active:hover, +.frostgrave .field.has-addons .control .select select:not([disabled]):focus:hover, +.frostgrave .field.has-addons .control .select select:not([disabled]).is-focused:hover, +.frostgrave .field.has-addons .control .select select:not([disabled]):active:hover, +.frostgrave .field.has-addons .control .select select:not([disabled]).is-active:hover { + z-index: 4; +} + +.frostgrave .field.has-addons .control.is-expanded { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.frostgrave .field.has-addons.has-addons-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .field.has-addons.has-addons-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.frostgrave .field.has-addons.has-addons-fullwidth .control { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.frostgrave .field.is-grouped { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.frostgrave .field.is-grouped > .control { + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.frostgrave .field.is-grouped > .control:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; +} + +.frostgrave .field.is-grouped > .control.is-expanded { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.frostgrave .field.is-grouped.is-grouped-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .field.is-grouped.is-grouped-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.frostgrave .field.is-grouped.is-grouped-multiline { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.frostgrave .field.is-grouped.is-grouped-multiline > .control:last-child, .frostgrave .field.is-grouped.is-grouped-multiline > .control:not(:last-child) { + margin-bottom: 0.75rem; +} + +.frostgrave .field.is-grouped.is-grouped-multiline:last-child { + margin-bottom: -0.75rem; +} + +.frostgrave .field.is-grouped.is-grouped-multiline:not(:last-child) { + margin-bottom: 0; +} + +@media screen and (min-width: 769px), print { + .frostgrave .field.is-horizontal { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +.frostgrave .field-label .label { + font-size: inherit; +} + +@media screen and (max-width: 768px) { + .frostgrave .field-label { + margin-bottom: 0.5rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .field-label { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-right: 1.5rem; + text-align: right; + } + .frostgrave .field-label.is-small { + font-size: 0.75rem; + padding-top: 0.375em; + } + .frostgrave .field-label.is-normal { + padding-top: 0.375em; + } + .frostgrave .field-label.is-medium { + font-size: 1.25rem; + padding-top: 0.375em; + } + .frostgrave .field-label.is-large { + font-size: 1.5rem; + padding-top: 0.375em; + } +} + +.frostgrave .field-body .field .field { + margin-bottom: 0; +} + +@media screen and (min-width: 769px), print { + .frostgrave .field-body { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 5; + -ms-flex-positive: 5; + flex-grow: 5; + -ms-flex-negative: 1; + flex-shrink: 1; + } + .frostgrave .field-body .field { + margin-bottom: 0; + } + .frostgrave .field-body > .field { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .frostgrave .field-body > .field:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .frostgrave .field-body > .field:not(:last-child) { + margin-right: 0.75rem; + } +} + +.frostgrave .control { + -webkit-box-sizing: border-box; + box-sizing: border-box; + clear: both; + font-size: 1rem; + position: relative; + text-align: inherit; +} + +.frostgrave .control.has-icons-left .input:focus ~ .icon, +.frostgrave .control.has-icons-left .select:focus ~ .icon, .frostgrave .control.has-icons-right .input:focus ~ .icon, +.frostgrave .control.has-icons-right .select:focus ~ .icon { + color: #4a4a4a; +} + +.frostgrave .control.has-icons-left .input.is-small ~ .icon, +.frostgrave .control.has-icons-left .select.is-small ~ .icon, .frostgrave .control.has-icons-right .input.is-small ~ .icon, +.frostgrave .control.has-icons-right .select.is-small ~ .icon { + font-size: 0.75rem; +} + +.frostgrave .control.has-icons-left .input.is-medium ~ .icon, +.frostgrave .control.has-icons-left .select.is-medium ~ .icon, .frostgrave .control.has-icons-right .input.is-medium ~ .icon, +.frostgrave .control.has-icons-right .select.is-medium ~ .icon { + font-size: 1.25rem; +} + +.frostgrave .control.has-icons-left .input.is-large ~ .icon, +.frostgrave .control.has-icons-left .select.is-large ~ .icon, .frostgrave .control.has-icons-right .input.is-large ~ .icon, +.frostgrave .control.has-icons-right .select.is-large ~ .icon { + font-size: 1.5rem; +} + +.frostgrave .control.has-icons-left .icon, .frostgrave .control.has-icons-right .icon { + color: #dbdbdb; + height: 2.5em; + pointer-events: none; + position: absolute; + top: 0; + width: 2.5em; + z-index: 4; +} + +.frostgrave .control.has-icons-left .input, +.frostgrave .control.has-icons-left .select select { + padding-left: 2.5em; +} + +.frostgrave .control.has-icons-left .icon.is-left { + left: 0; +} + +.frostgrave .control.has-icons-right .input, +.frostgrave .control.has-icons-right .select select { + padding-right: 2.5em; +} + +.frostgrave .control.has-icons-right .icon.is-right { + right: 0; +} + +.frostgrave .control.is-loading::after { + position: absolute !important; + right: 0.625em; + top: 0.625em; + z-index: 4; +} + +.frostgrave .control.is-loading.is-small:after { + font-size: 0.75rem; +} + +.frostgrave .control.is-loading.is-medium:after { + font-size: 1.25rem; +} + +.frostgrave .control.is-loading.is-large:after { + font-size: 1.5rem; +} + +.frostgrave .breadcrumb { + font-size: 1rem; + white-space: nowrap; +} + +.frostgrave .breadcrumb a { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: #3273dc; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 0 0.75em; +} + +.frostgrave .breadcrumb a:hover { + color: #363636; +} + +.frostgrave .breadcrumb li { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .breadcrumb li:first-child a { + padding-left: 0; +} + +.frostgrave .breadcrumb li.is-active a { + color: #363636; + cursor: default; + pointer-events: none; +} + +.frostgrave .breadcrumb li + li::before { + color: #b5b5b5; + content: "\0002f"; +} + +.frostgrave .breadcrumb ul, +.frostgrave .breadcrumb ol { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.frostgrave .breadcrumb .icon:first-child { + margin-right: 0.5em; +} + +.frostgrave .breadcrumb .icon:last-child { + margin-left: 0.5em; +} + +.frostgrave .breadcrumb.is-centered ol, +.frostgrave .breadcrumb.is-centered ul { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .breadcrumb.is-right ol, +.frostgrave .breadcrumb.is-right ul { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.frostgrave .breadcrumb.is-small { + font-size: 0.75rem; +} + +.frostgrave .breadcrumb.is-medium { + font-size: 1.25rem; +} + +.frostgrave .breadcrumb.is-large { + font-size: 1.5rem; +} + +.frostgrave .breadcrumb.has-arrow-separator li + li::before { + content: "\02192"; +} + +.frostgrave .breadcrumb.has-bullet-separator li + li::before { + content: "\02022"; +} + +.frostgrave .breadcrumb.has-dot-separator li + li::before { + content: "\000b7"; +} + +.frostgrave .breadcrumb.has-succeeds-separator li + li::before { + content: "\0227B"; +} + +.frostgrave .card { + background-color: white; + -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + color: #4a4a4a; + max-width: 100%; + position: relative; +} + +.frostgrave .card-header { + background-color: transparent; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + -webkit-box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); + box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1); + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .card-header-title { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: #363636; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + font-weight: 700; + padding: 0.75rem 1rem; +} + +.frostgrave .card-header-title.is-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .card-header-icon { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 0.75rem 1rem; +} + +.frostgrave .card-image { + display: block; + position: relative; +} + +.frostgrave .card-content { + background-color: transparent; + padding: 1.5rem; +} + +.frostgrave .card-footer { + background-color: transparent; + border-top: 1px solid #ededed; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .card-footer-item { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 0.75rem; +} + +.frostgrave .card-footer-item:not(:last-child) { + border-right: 1px solid #ededed; +} + +.frostgrave .card .media:not(:last-child) { + margin-bottom: 1.5rem; +} + +.frostgrave .dropdown { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + vertical-align: top; +} + +.frostgrave .dropdown.is-active .dropdown-menu, .frostgrave .dropdown.is-hoverable:hover .dropdown-menu { + display: block; +} + +.frostgrave .dropdown.is-right .dropdown-menu { + left: auto; + right: 0; +} + +.frostgrave .dropdown.is-up .dropdown-menu { + bottom: 100%; + padding-bottom: 4px; + padding-top: initial; + top: auto; +} + +.frostgrave .dropdown-menu { + display: none; + left: 0; + min-width: 12rem; + padding-top: 4px; + position: absolute; + top: 100%; + z-index: 20; +} + +.frostgrave .dropdown-content { + background-color: white; + border-radius: 4px; + -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.frostgrave .dropdown-item { + color: #4a4a4a; + display: block; + font-size: 0.875rem; + line-height: 1.5; + padding: 0.375rem 1rem; + position: relative; +} + +.frostgrave a.dropdown-item, +.frostgrave button.dropdown-item { + padding-right: 3rem; + text-align: inherit; + white-space: nowrap; + width: 100%; +} + +.frostgrave a.dropdown-item:hover, +.frostgrave button.dropdown-item:hover { + background-color: whitesmoke; + color: #0a0a0a; +} + +.frostgrave a.dropdown-item.is-active, +.frostgrave button.dropdown-item.is-active { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .dropdown-divider { + background-color: #ededed; + border: none; + display: block; + height: 1px; + margin: 0.5rem 0; +} + +.frostgrave .level { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.frostgrave .level code { + border-radius: 4px; +} + +.frostgrave .level img { + display: inline-block; + vertical-align: top; +} + +.frostgrave .level.is-mobile { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .level.is-mobile .level-left, +.frostgrave .level.is-mobile .level-right { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .level.is-mobile .level-left + .level-right { + margin-top: 0; +} + +.frostgrave .level.is-mobile .level-item:not(:last-child) { + margin-bottom: 0; + margin-right: 0.75rem; +} + +.frostgrave .level.is-mobile .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (min-width: 769px), print { + .frostgrave .level { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .frostgrave .level > .level-item:not(.is-narrow) { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } +} + +.frostgrave .level-item { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-preferred-size: auto; + flex-basis: auto; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .level-item .title, +.frostgrave .level-item .subtitle { + margin-bottom: 0; +} + +@media screen and (max-width: 768px) { + .frostgrave .level-item:not(:last-child) { + margin-bottom: 0.75rem; + } +} + +.frostgrave .level-left, +.frostgrave .level-right { + -ms-flex-preferred-size: auto; + flex-basis: auto; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.frostgrave .level-left .level-item.is-flexible, +.frostgrave .level-right .level-item.is-flexible { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} + +@media screen and (min-width: 769px), print { + .frostgrave .level-left .level-item:not(:last-child), + .frostgrave .level-right .level-item:not(:last-child) { + margin-right: 0.75rem; + } +} + +.frostgrave .level-left { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +@media screen and (max-width: 768px) { + .frostgrave .level-left + .level-right { + margin-top: 1.5rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .level-left { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +.frostgrave .level-right { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +@media screen and (min-width: 769px), print { + .frostgrave .level-right { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +.frostgrave .media { + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + text-align: inherit; +} + +.frostgrave .media .content:not(:last-child) { + margin-bottom: 0.75rem; +} + +.frostgrave .media .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding-top: 0.75rem; +} + +.frostgrave .media .media .content:not(:last-child), +.frostgrave .media .media .control:not(:last-child) { + margin-bottom: 0.5rem; +} + +.frostgrave .media .media .media { + padding-top: 0.5rem; +} + +.frostgrave .media .media .media + .media { + margin-top: 0.5rem; +} + +.frostgrave .media + .media { + border-top: 1px solid rgba(219, 219, 219, 0.5); + margin-top: 1rem; + padding-top: 1rem; +} + +.frostgrave .media.is-large + .media { + margin-top: 1.5rem; + padding-top: 1.5rem; +} + +.frostgrave .media-left, +.frostgrave .media-right { + -ms-flex-preferred-size: auto; + flex-basis: auto; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.frostgrave .media-left { + margin-right: 1rem; +} + +.frostgrave .media-right { + margin-left: 1rem; +} + +.frostgrave .media-content { + -ms-flex-preferred-size: auto; + flex-basis: auto; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + text-align: inherit; +} + +@media screen and (max-width: 768px) { + .frostgrave .media-content { + overflow-x: auto; + } +} + +.frostgrave .menu { + font-size: 1rem; +} + +.frostgrave .menu.is-small { + font-size: 0.75rem; +} + +.frostgrave .menu.is-medium { + font-size: 1.25rem; +} + +.frostgrave .menu.is-large { + font-size: 1.5rem; +} + +.frostgrave .menu-list { + line-height: 1.25; +} + +.frostgrave .menu-list a { + border-radius: 2px; + color: #4a4a4a; + display: block; + padding: 0.5em 0.75em; +} + +.frostgrave .menu-list a:hover { + background-color: whitesmoke; + color: #363636; +} + +.frostgrave .menu-list a.is-active { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .menu-list li ul { + border-left: 1px solid #dbdbdb; + margin: 0.75em; + padding-left: 0.75em; +} + +.frostgrave .menu-label { + color: #7a7a7a; + font-size: 0.75em; + letter-spacing: 0.1em; + text-transform: uppercase; +} + +.frostgrave .menu-label:not(:first-child) { + margin-top: 1em; +} + +.frostgrave .menu-label:not(:last-child) { + margin-bottom: 1em; +} + +.frostgrave .message { + background-color: whitesmoke; + border-radius: 4px; + font-size: 1rem; +} + +.frostgrave .message strong { + color: currentColor; +} + +.frostgrave .message a:not(.button):not(.tag):not(.dropdown-item) { + color: currentColor; + text-decoration: underline; +} + +.frostgrave .message.is-small { + font-size: 0.75rem; +} + +.frostgrave .message.is-medium { + font-size: 1.25rem; +} + +.frostgrave .message.is-large { + font-size: 1.5rem; +} + +.frostgrave .message.is-white { + background-color: white; +} + +.frostgrave .message.is-white .message-header { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .message.is-white .message-body { + border-color: white; +} + +.frostgrave .message.is-black { + background-color: #fafafa; +} + +.frostgrave .message.is-black .message-header { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .message.is-black .message-body { + border-color: #0a0a0a; +} + +.frostgrave .message.is-light { + background-color: #fafafa; +} + +.frostgrave .message.is-light .message-header { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .message.is-light .message-body { + border-color: whitesmoke; +} + +.frostgrave .message.is-dark { + background-color: #fafafa; +} + +.frostgrave .message.is-dark .message-header { + background-color: #363636; + color: #fff; +} + +.frostgrave .message.is-dark .message-body { + border-color: #363636; +} + +.frostgrave .message.is-primary { + background-color: #ebfffc; +} + +.frostgrave .message.is-primary .message-header { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .message.is-primary .message-body { + border-color: #00d1b2; + color: #00947e; +} + +.frostgrave .message.is-link { + background-color: #eef3fc; +} + +.frostgrave .message.is-link .message-header { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .message.is-link .message-body { + border-color: #3273dc; + color: #2160c4; +} + +.frostgrave .message.is-info { + background-color: #eef6fc; +} + +.frostgrave .message.is-info .message-header { + background-color: #3298dc; + color: #fff; +} + +.frostgrave .message.is-info .message-body { + border-color: #3298dc; + color: #1d72aa; +} + +.frostgrave .message.is-success { + background-color: #effaf3; +} + +.frostgrave .message.is-success .message-header { + background-color: #48c774; + color: #fff; +} + +.frostgrave .message.is-success .message-body { + border-color: #48c774; + color: #257942; +} + +.frostgrave .message.is-warning { + background-color: #fffbeb; +} + +.frostgrave .message.is-warning .message-header { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .message.is-warning .message-body { + border-color: #ffdd57; + color: #947600; +} + +.frostgrave .message.is-danger { + background-color: #feecf0; +} + +.frostgrave .message.is-danger .message-header { + background-color: #f14668; + color: #fff; +} + +.frostgrave .message.is-danger .message-body { + border-color: #f14668; + color: #cc0f35; +} + +.frostgrave .message-header { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #4a4a4a; + border-radius: 4px 4px 0 0; + color: #fff; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-weight: 700; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + line-height: 1.25; + padding: 0.75em 1em; + position: relative; +} + +.frostgrave .message-header .delete { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-left: 0.75em; +} + +.frostgrave .message-header + .message-body { + border-width: 0; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +.frostgrave .message-body { + border-color: #dbdbdb; + border-radius: 4px; + border-style: solid; + border-width: 0 0 0 4px; + color: #4a4a4a; + padding: 1.25em 1.5em; +} + +.frostgrave .message-body code, +.frostgrave .message-body pre { + background-color: white; +} + +.frostgrave .message-body pre code { + background-color: transparent; +} + +.frostgrave .modal { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: none; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + overflow: hidden; + position: fixed; + z-index: 40; +} + +.frostgrave .modal.is-active { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .modal-background { + background-color: rgba(10, 10, 10, 0.86); +} + +.frostgrave .modal-content, +.frostgrave .modal-card { + margin: 0 20px; + max-height: calc(100vh - 160px); + overflow: auto; + position: relative; + width: 100%; +} + +@media screen and (min-width: 769px), print { + .frostgrave .modal-content, + .frostgrave .modal-card { + margin: 0 auto; + max-height: calc(100vh - 40px); + width: 640px; + } +} + +.frostgrave .modal-close { + background: none; + height: 40px; + position: fixed; + right: 20px; + top: 20px; + width: 40px; +} + +.frostgrave .modal-card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + max-height: calc(100vh - 40px); + overflow: hidden; + -ms-overflow-y: visible; +} + +.frostgrave .modal-card-head, +.frostgrave .modal-card-foot { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: whitesmoke; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 20px; + position: relative; +} + +.frostgrave .modal-card-head { + border-bottom: 1px solid #dbdbdb; + border-top-left-radius: 6px; + border-top-right-radius: 6px; +} + +.frostgrave .modal-card-title { + color: #363636; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + font-size: 1.5rem; + line-height: 1; +} + +.frostgrave .modal-card-foot { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 1px solid #dbdbdb; +} + +.frostgrave .modal-card-foot .button:not(:last-child) { + margin-right: 0.5em; +} + +.frostgrave .modal-card-body { + -webkit-overflow-scrolling: touch; + background-color: white; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + overflow: auto; + padding: 20px; +} + +.frostgrave .navbar { + background-color: white; + min-height: 3.25rem; + position: relative; + z-index: 30; +} + +.frostgrave .navbar.is-white { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .navbar.is-white .navbar-brand > .navbar-item, +.frostgrave .navbar.is-white .navbar-brand .navbar-link { + color: #0a0a0a; +} + +.frostgrave .navbar.is-white .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-white .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-white .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-white .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-white .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-white .navbar-brand .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; +} + +.frostgrave .navbar.is-white .navbar-brand .navbar-link::after { + border-color: #0a0a0a; +} + +.frostgrave .navbar.is-white .navbar-burger { + color: #0a0a0a; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-white .navbar-start > .navbar-item, + .frostgrave .navbar.is-white .navbar-start .navbar-link, + .frostgrave .navbar.is-white .navbar-end > .navbar-item, + .frostgrave .navbar.is-white .navbar-end .navbar-link { + color: #0a0a0a; + } + .frostgrave .navbar.is-white .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-white .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-white .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-white .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-white .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-white .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-white .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-white .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-white .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-white .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-white .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-white .navbar-end .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; + } + .frostgrave .navbar.is-white .navbar-start .navbar-link::after, + .frostgrave .navbar.is-white .navbar-end .navbar-link::after { + border-color: #0a0a0a; + } + .frostgrave .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #f2f2f2; + color: #0a0a0a; + } + .frostgrave .navbar.is-white .navbar-dropdown a.navbar-item.is-active { + background-color: white; + color: #0a0a0a; + } +} + +.frostgrave .navbar.is-black { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .navbar.is-black .navbar-brand > .navbar-item, +.frostgrave .navbar.is-black .navbar-brand .navbar-link { + color: white; +} + +.frostgrave .navbar.is-black .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-black .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-black .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-black .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-black .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-black .navbar-brand .navbar-link.is-active { + background-color: black; + color: white; +} + +.frostgrave .navbar.is-black .navbar-brand .navbar-link::after { + border-color: white; +} + +.frostgrave .navbar.is-black .navbar-burger { + color: white; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-black .navbar-start > .navbar-item, + .frostgrave .navbar.is-black .navbar-start .navbar-link, + .frostgrave .navbar.is-black .navbar-end > .navbar-item, + .frostgrave .navbar.is-black .navbar-end .navbar-link { + color: white; + } + .frostgrave .navbar.is-black .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-black .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-black .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-black .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-black .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-black .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-black .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-black .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-black .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-black .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-black .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-black .navbar-end .navbar-link.is-active { + background-color: black; + color: white; + } + .frostgrave .navbar.is-black .navbar-start .navbar-link::after, + .frostgrave .navbar.is-black .navbar-end .navbar-link::after { + border-color: white; + } + .frostgrave .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link { + background-color: black; + color: white; + } + .frostgrave .navbar.is-black .navbar-dropdown a.navbar-item.is-active { + background-color: #0a0a0a; + color: white; + } +} + +.frostgrave .navbar.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-light .navbar-brand > .navbar-item, +.frostgrave .navbar.is-light .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-light .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-light .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-light .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-light .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-light .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-light .navbar-brand .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-light .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-light .navbar-burger { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-light .navbar-start > .navbar-item, + .frostgrave .navbar.is-light .navbar-start .navbar-link, + .frostgrave .navbar.is-light .navbar-end > .navbar-item, + .frostgrave .navbar.is-light .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-light .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-light .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-light .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-light .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-light .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-light .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-light .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-light .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-light .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-light .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-light .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-light .navbar-end .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-light .navbar-start .navbar-link::after, + .frostgrave .navbar.is-light .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-light .navbar-dropdown a.navbar-item.is-active { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); + } +} + +.frostgrave .navbar.is-dark { + background-color: #363636; + color: #fff; +} + +.frostgrave .navbar.is-dark .navbar-brand > .navbar-item, +.frostgrave .navbar.is-dark .navbar-brand .navbar-link { + color: #fff; +} + +.frostgrave .navbar.is-dark .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-dark .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-dark .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-dark .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-dark .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-dark .navbar-brand .navbar-link.is-active { + background-color: #292929; + color: #fff; +} + +.frostgrave .navbar.is-dark .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.frostgrave .navbar.is-dark .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-dark .navbar-start > .navbar-item, + .frostgrave .navbar.is-dark .navbar-start .navbar-link, + .frostgrave .navbar.is-dark .navbar-end > .navbar-item, + .frostgrave .navbar.is-dark .navbar-end .navbar-link { + color: #fff; + } + .frostgrave .navbar.is-dark .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-dark .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-dark .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-dark .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-dark .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-dark .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-dark .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-dark .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-dark .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-dark .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-dark .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-dark .navbar-end .navbar-link.is-active { + background-color: #292929; + color: #fff; + } + .frostgrave .navbar.is-dark .navbar-start .navbar-link::after, + .frostgrave .navbar.is-dark .navbar-end .navbar-link::after { + border-color: #fff; + } + .frostgrave .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #292929; + color: #fff; + } + .frostgrave .navbar.is-dark .navbar-dropdown a.navbar-item.is-active { + background-color: #363636; + color: #fff; + } +} + +.frostgrave .navbar.is-primary { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .navbar.is-primary .navbar-brand > .navbar-item, +.frostgrave .navbar.is-primary .navbar-brand .navbar-link { + color: #fff; +} + +.frostgrave .navbar.is-primary .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-primary .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-primary .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-primary .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-primary .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-primary .navbar-brand .navbar-link.is-active { + background-color: #00b89c; + color: #fff; +} + +.frostgrave .navbar.is-primary .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.frostgrave .navbar.is-primary .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-primary .navbar-start > .navbar-item, + .frostgrave .navbar.is-primary .navbar-start .navbar-link, + .frostgrave .navbar.is-primary .navbar-end > .navbar-item, + .frostgrave .navbar.is-primary .navbar-end .navbar-link { + color: #fff; + } + .frostgrave .navbar.is-primary .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-primary .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-primary .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-primary .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-primary .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-primary .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-primary .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-primary .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-primary .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-primary .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-primary .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-primary .navbar-end .navbar-link.is-active { + background-color: #00b89c; + color: #fff; + } + .frostgrave .navbar.is-primary .navbar-start .navbar-link::after, + .frostgrave .navbar.is-primary .navbar-end .navbar-link::after { + border-color: #fff; + } + .frostgrave .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #00b89c; + color: #fff; + } + .frostgrave .navbar.is-primary .navbar-dropdown a.navbar-item.is-active { + background-color: #00d1b2; + color: #fff; + } +} + +.frostgrave .navbar.is-link { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .navbar.is-link .navbar-brand > .navbar-item, +.frostgrave .navbar.is-link .navbar-brand .navbar-link { + color: #fff; +} + +.frostgrave .navbar.is-link .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-link .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-link .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-link .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-link .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-link .navbar-brand .navbar-link.is-active { + background-color: #2366d1; + color: #fff; +} + +.frostgrave .navbar.is-link .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.frostgrave .navbar.is-link .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-link .navbar-start > .navbar-item, + .frostgrave .navbar.is-link .navbar-start .navbar-link, + .frostgrave .navbar.is-link .navbar-end > .navbar-item, + .frostgrave .navbar.is-link .navbar-end .navbar-link { + color: #fff; + } + .frostgrave .navbar.is-link .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-link .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-link .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-link .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-link .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-link .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-link .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-link .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-link .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-link .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-link .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-link .navbar-end .navbar-link.is-active { + background-color: #2366d1; + color: #fff; + } + .frostgrave .navbar.is-link .navbar-start .navbar-link::after, + .frostgrave .navbar.is-link .navbar-end .navbar-link::after { + border-color: #fff; + } + .frostgrave .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #2366d1; + color: #fff; + } + .frostgrave .navbar.is-link .navbar-dropdown a.navbar-item.is-active { + background-color: #3273dc; + color: #fff; + } +} + +.frostgrave .navbar.is-info { + background-color: #3298dc; + color: #fff; +} + +.frostgrave .navbar.is-info .navbar-brand > .navbar-item, +.frostgrave .navbar.is-info .navbar-brand .navbar-link { + color: #fff; +} + +.frostgrave .navbar.is-info .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-info .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-info .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-info .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-info .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-info .navbar-brand .navbar-link.is-active { + background-color: #238cd1; + color: #fff; +} + +.frostgrave .navbar.is-info .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.frostgrave .navbar.is-info .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-info .navbar-start > .navbar-item, + .frostgrave .navbar.is-info .navbar-start .navbar-link, + .frostgrave .navbar.is-info .navbar-end > .navbar-item, + .frostgrave .navbar.is-info .navbar-end .navbar-link { + color: #fff; + } + .frostgrave .navbar.is-info .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-info .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-info .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-info .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-info .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-info .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-info .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-info .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-info .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-info .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-info .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-info .navbar-end .navbar-link.is-active { + background-color: #238cd1; + color: #fff; + } + .frostgrave .navbar.is-info .navbar-start .navbar-link::after, + .frostgrave .navbar.is-info .navbar-end .navbar-link::after { + border-color: #fff; + } + .frostgrave .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #238cd1; + color: #fff; + } + .frostgrave .navbar.is-info .navbar-dropdown a.navbar-item.is-active { + background-color: #3298dc; + color: #fff; + } +} + +.frostgrave .navbar.is-success { + background-color: #48c774; + color: #fff; +} + +.frostgrave .navbar.is-success .navbar-brand > .navbar-item, +.frostgrave .navbar.is-success .navbar-brand .navbar-link { + color: #fff; +} + +.frostgrave .navbar.is-success .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-success .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-success .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-success .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-success .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-success .navbar-brand .navbar-link.is-active { + background-color: #3abb67; + color: #fff; +} + +.frostgrave .navbar.is-success .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.frostgrave .navbar.is-success .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-success .navbar-start > .navbar-item, + .frostgrave .navbar.is-success .navbar-start .navbar-link, + .frostgrave .navbar.is-success .navbar-end > .navbar-item, + .frostgrave .navbar.is-success .navbar-end .navbar-link { + color: #fff; + } + .frostgrave .navbar.is-success .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-success .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-success .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-success .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-success .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-success .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-success .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-success .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-success .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-success .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-success .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-success .navbar-end .navbar-link.is-active { + background-color: #3abb67; + color: #fff; + } + .frostgrave .navbar.is-success .navbar-start .navbar-link::after, + .frostgrave .navbar.is-success .navbar-end .navbar-link::after { + border-color: #fff; + } + .frostgrave .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #3abb67; + color: #fff; + } + .frostgrave .navbar.is-success .navbar-dropdown a.navbar-item.is-active { + background-color: #48c774; + color: #fff; + } +} + +.frostgrave .navbar.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-warning .navbar-brand > .navbar-item, +.frostgrave .navbar.is-warning .navbar-brand .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-warning .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-warning .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-warning .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-warning .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-warning .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-warning .navbar-brand .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-warning .navbar-brand .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .navbar.is-warning .navbar-burger { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-warning .navbar-start > .navbar-item, + .frostgrave .navbar.is-warning .navbar-start .navbar-link, + .frostgrave .navbar.is-warning .navbar-end > .navbar-item, + .frostgrave .navbar.is-warning .navbar-end .navbar-link { + color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-warning .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-warning .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-warning .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-warning .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-warning .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-warning .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-warning .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-warning .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-warning .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-warning .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-warning .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-warning .navbar-end .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-warning .navbar-start .navbar-link::after, + .frostgrave .navbar.is-warning .navbar-end .navbar-link::after { + border-color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); + } + .frostgrave .navbar.is-warning .navbar-dropdown a.navbar-item.is-active { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); + } +} + +.frostgrave .navbar.is-danger { + background-color: #f14668; + color: #fff; +} + +.frostgrave .navbar.is-danger .navbar-brand > .navbar-item, +.frostgrave .navbar.is-danger .navbar-brand .navbar-link { + color: #fff; +} + +.frostgrave .navbar.is-danger .navbar-brand > a.navbar-item:focus, .frostgrave .navbar.is-danger .navbar-brand > a.navbar-item:hover, .frostgrave .navbar.is-danger .navbar-brand > a.navbar-item.is-active, +.frostgrave .navbar.is-danger .navbar-brand .navbar-link:focus, +.frostgrave .navbar.is-danger .navbar-brand .navbar-link:hover, +.frostgrave .navbar.is-danger .navbar-brand .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; +} + +.frostgrave .navbar.is-danger .navbar-brand .navbar-link::after { + border-color: #fff; +} + +.frostgrave .navbar.is-danger .navbar-burger { + color: #fff; +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar.is-danger .navbar-start > .navbar-item, + .frostgrave .navbar.is-danger .navbar-start .navbar-link, + .frostgrave .navbar.is-danger .navbar-end > .navbar-item, + .frostgrave .navbar.is-danger .navbar-end .navbar-link { + color: #fff; + } + .frostgrave .navbar.is-danger .navbar-start > a.navbar-item:focus, .frostgrave .navbar.is-danger .navbar-start > a.navbar-item:hover, .frostgrave .navbar.is-danger .navbar-start > a.navbar-item.is-active, + .frostgrave .navbar.is-danger .navbar-start .navbar-link:focus, + .frostgrave .navbar.is-danger .navbar-start .navbar-link:hover, + .frostgrave .navbar.is-danger .navbar-start .navbar-link.is-active, + .frostgrave .navbar.is-danger .navbar-end > a.navbar-item:focus, + .frostgrave .navbar.is-danger .navbar-end > a.navbar-item:hover, + .frostgrave .navbar.is-danger .navbar-end > a.navbar-item.is-active, + .frostgrave .navbar.is-danger .navbar-end .navbar-link:focus, + .frostgrave .navbar.is-danger .navbar-end .navbar-link:hover, + .frostgrave .navbar.is-danger .navbar-end .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; + } + .frostgrave .navbar.is-danger .navbar-start .navbar-link::after, + .frostgrave .navbar.is-danger .navbar-end .navbar-link::after { + border-color: #fff; + } + .frostgrave .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link, + .frostgrave .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link, + .frostgrave .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #ef2e55; + color: #fff; + } + .frostgrave .navbar.is-danger .navbar-dropdown a.navbar-item.is-active { + background-color: #f14668; + color: #fff; + } +} + +.frostgrave .navbar > .container { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + min-height: 3.25rem; + width: 100%; +} + +.frostgrave .navbar.has-shadow { + -webkit-box-shadow: 0 2px 0 0 whitesmoke; + box-shadow: 0 2px 0 0 whitesmoke; +} + +.frostgrave .navbar.is-fixed-bottom, .frostgrave .navbar.is-fixed-top { + left: 0; + position: fixed; + right: 0; + z-index: 30; +} + +.frostgrave .navbar.is-fixed-bottom { + bottom: 0; +} + +.frostgrave .navbar.is-fixed-bottom.has-shadow { + -webkit-box-shadow: 0 -2px 0 0 whitesmoke; + box-shadow: 0 -2px 0 0 whitesmoke; +} + +.frostgrave .navbar.is-fixed-top { + top: 0; +} + +.frostgrave html.has-navbar-fixed-top, +.frostgrave body.has-navbar-fixed-top { + padding-top: 3.25rem; +} + +.frostgrave html.has-navbar-fixed-bottom, +.frostgrave body.has-navbar-fixed-bottom { + padding-bottom: 3.25rem; +} + +.frostgrave .navbar-brand, +.frostgrave .navbar-tabs { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-negative: 0; + flex-shrink: 0; + min-height: 3.25rem; +} + +.frostgrave .navbar-brand a.navbar-item:focus, .frostgrave .navbar-brand a.navbar-item:hover { + background-color: transparent; +} + +.frostgrave .navbar-tabs { + -webkit-overflow-scrolling: touch; + max-width: 100vw; + overflow-x: auto; + overflow-y: hidden; +} + +.frostgrave .navbar-burger { + color: #4a4a4a; + cursor: pointer; + display: block; + height: 3.25rem; + position: relative; + width: 3.25rem; + margin-left: auto; +} + +.frostgrave .navbar-burger span { + background-color: currentColor; + display: block; + height: 1px; + left: calc(50% - 8px); + position: absolute; + -webkit-transform-origin: center; + -ms-transform-origin: center; + transform-origin: center; + -webkit-transition-duration: 86ms; + -o-transition-duration: 86ms; + transition-duration: 86ms; + -webkit-transition-property: background-color, opacity, -webkit-transform; + transition-property: background-color, opacity, -webkit-transform; + -o-transition-property: background-color, opacity, transform; + transition-property: background-color, opacity, transform; + transition-property: background-color, opacity, transform, -webkit-transform; + -webkit-transition-timing-function: ease-out; + -o-transition-timing-function: ease-out; + transition-timing-function: ease-out; + width: 16px; +} + +.frostgrave .navbar-burger span:nth-child(1) { + top: calc(50% - 6px); +} + +.frostgrave .navbar-burger span:nth-child(2) { + top: calc(50% - 1px); +} + +.frostgrave .navbar-burger span:nth-child(3) { + top: calc(50% + 4px); +} + +.frostgrave .navbar-burger:hover { + background-color: rgba(0, 0, 0, 0.05); +} + +.frostgrave .navbar-burger.is-active span:nth-child(1) { + -webkit-transform: translateY(5px) rotate(45deg); + -ms-transform: translateY(5px) rotate(45deg); + transform: translateY(5px) rotate(45deg); +} + +.frostgrave .navbar-burger.is-active span:nth-child(2) { + opacity: 0; +} + +.frostgrave .navbar-burger.is-active span:nth-child(3) { + -webkit-transform: translateY(-5px) rotate(-45deg); + -ms-transform: translateY(-5px) rotate(-45deg); + transform: translateY(-5px) rotate(-45deg); +} + +.frostgrave .navbar-menu { + display: none; +} + +.frostgrave .navbar-item, +.frostgrave .navbar-link { + color: #4a4a4a; + display: block; + line-height: 1.5; + padding: 0.5rem 0.75rem; + position: relative; +} + +.frostgrave .navbar-item .icon:only-child, +.frostgrave .navbar-link .icon:only-child { + margin-left: -0.25rem; + margin-right: -0.25rem; +} + +.frostgrave a.navbar-item, +.frostgrave .navbar-link { + cursor: pointer; +} + +.frostgrave a.navbar-item:focus, .frostgrave a.navbar-item:focus-within, .frostgrave a.navbar-item:hover, .frostgrave a.navbar-item.is-active, +.frostgrave .navbar-link:focus, +.frostgrave .navbar-link:focus-within, +.frostgrave .navbar-link:hover, +.frostgrave .navbar-link.is-active { + background-color: #fafafa; + color: #3273dc; +} + +.frostgrave .navbar-item { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.frostgrave .navbar-item img { + max-height: 1.75rem; +} + +.frostgrave .navbar-item.has-dropdown { + padding: 0; +} + +.frostgrave .navbar-item.is-expanded { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.frostgrave .navbar-item.is-tab { + border-bottom: 1px solid transparent; + min-height: 3.25rem; + padding-bottom: calc(0.5rem - 1px); +} + +.frostgrave .navbar-item.is-tab:focus, .frostgrave .navbar-item.is-tab:hover { + background-color: transparent; + border-bottom-color: #3273dc; +} + +.frostgrave .navbar-item.is-tab.is-active { + background-color: transparent; + border-bottom-color: #3273dc; + border-bottom-style: solid; + border-bottom-width: 3px; + color: #3273dc; + padding-bottom: calc(0.5rem - 3px); +} + +.frostgrave .navbar-content { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.frostgrave .navbar-link:not(.is-arrowless) { + padding-right: 2.5em; +} + +.frostgrave .navbar-link:not(.is-arrowless)::after { + border-color: #3273dc; + margin-top: -0.375em; + right: 1.125em; +} + +.frostgrave .navbar-dropdown { + font-size: 0.875rem; + padding-bottom: 0.5rem; + padding-top: 0.5rem; +} + +.frostgrave .navbar-dropdown .navbar-item { + padding-left: 1.5rem; + padding-right: 1.5rem; +} + +.frostgrave .navbar-divider { + background-color: whitesmoke; + border: none; + display: none; + height: 2px; + margin: 0.5rem 0; +} + +@media screen and (max-width: 1023px) { + .frostgrave .navbar > .container { + display: block; + } + .frostgrave .navbar-brand .navbar-item, + .frostgrave .navbar-tabs .navbar-item { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .frostgrave .navbar-link::after { + display: none; + } + .frostgrave .navbar-menu { + background-color: white; + -webkit-box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); + box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1); + padding: 0.5rem 0; + } + .frostgrave .navbar-menu.is-active { + display: block; + } + .frostgrave .navbar.is-fixed-bottom-touch, .frostgrave .navbar.is-fixed-top-touch { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + .frostgrave .navbar.is-fixed-bottom-touch { + bottom: 0; + } + .frostgrave .navbar.is-fixed-bottom-touch.has-shadow { + -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } + .frostgrave .navbar.is-fixed-top-touch { + top: 0; + } + .frostgrave .navbar.is-fixed-top .navbar-menu, .frostgrave .navbar.is-fixed-top-touch .navbar-menu { + -webkit-overflow-scrolling: touch; + max-height: calc(100vh - 3.25rem); + overflow: auto; + } + .frostgrave html.has-navbar-fixed-top-touch, + .frostgrave body.has-navbar-fixed-top-touch { + padding-top: 3.25rem; + } + .frostgrave html.has-navbar-fixed-bottom-touch, + .frostgrave body.has-navbar-fixed-bottom-touch { + padding-bottom: 3.25rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .navbar, + .frostgrave .navbar-menu, + .frostgrave .navbar-start, + .frostgrave .navbar-end { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .frostgrave .navbar { + min-height: 3.25rem; + } + .frostgrave .navbar.is-spaced { + padding: 1rem 2rem; + } + .frostgrave .navbar.is-spaced .navbar-start, + .frostgrave .navbar.is-spaced .navbar-end { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + } + .frostgrave .navbar.is-spaced a.navbar-item, + .frostgrave .navbar.is-spaced .navbar-link { + border-radius: 4px; + } + .frostgrave .navbar.is-transparent a.navbar-item:focus, .frostgrave .navbar.is-transparent a.navbar-item:hover, .frostgrave .navbar.is-transparent a.navbar-item.is-active, + .frostgrave .navbar.is-transparent .navbar-link:focus, + .frostgrave .navbar.is-transparent .navbar-link:hover, + .frostgrave .navbar.is-transparent .navbar-link.is-active { + background-color: transparent !important; + } + .frostgrave .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .frostgrave .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .frostgrave .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .frostgrave .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link { + background-color: transparent !important; + } + .frostgrave .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .frostgrave .navbar.is-transparent .navbar-dropdown a.navbar-item:hover { + background-color: whitesmoke; + color: #0a0a0a; + } + .frostgrave .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active { + background-color: whitesmoke; + color: #3273dc; + } + .frostgrave .navbar-burger { + display: none; + } + .frostgrave .navbar-item, + .frostgrave .navbar-link { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .frostgrave .navbar-item.has-dropdown { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + } + .frostgrave .navbar-item.has-dropdown-up .navbar-link::after { + -webkit-transform: rotate(135deg) translate(0.25em, -0.25em); + -ms-transform: rotate(135deg) translate(0.25em, -0.25em); + transform: rotate(135deg) translate(0.25em, -0.25em); + } + .frostgrave .navbar-item.has-dropdown-up .navbar-dropdown { + border-bottom: 2px solid #dbdbdb; + border-radius: 6px 6px 0 0; + border-top: none; + bottom: 100%; + -webkit-box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); + box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1); + top: auto; + } + .frostgrave .navbar-item.is-active .navbar-dropdown, .frostgrave .navbar-item.is-hoverable:focus .navbar-dropdown, .frostgrave .navbar-item.is-hoverable:focus-within .navbar-dropdown, .frostgrave .navbar-item.is-hoverable:hover .navbar-dropdown { + display: block; + } + .navbar.is-spaced .frostgrave .navbar-item.is-active .navbar-dropdown, .frostgrave .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .frostgrave .navbar-item.is-hoverable:focus .navbar-dropdown, .frostgrave .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .frostgrave .navbar-item.is-hoverable:focus-within .navbar-dropdown, .frostgrave .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .frostgrave .navbar-item.is-hoverable:hover .navbar-dropdown, .frostgrave .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed { + opacity: 1; + pointer-events: auto; + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); + } + .frostgrave .navbar-menu { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + } + .frostgrave .navbar-start { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + margin-right: auto; + } + .frostgrave .navbar-end { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + margin-left: auto; + } + .frostgrave .navbar-dropdown { + background-color: white; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + border-top: 2px solid #dbdbdb; + -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); + display: none; + font-size: 0.875rem; + left: 0; + min-width: 100%; + position: absolute; + top: 100%; + z-index: 20; + } + .frostgrave .navbar-dropdown .navbar-item { + padding: 0.375rem 1rem; + white-space: nowrap; + } + .frostgrave .navbar-dropdown a.navbar-item { + padding-right: 3rem; + } + .frostgrave .navbar-dropdown a.navbar-item:focus, .frostgrave .navbar-dropdown a.navbar-item:hover { + background-color: whitesmoke; + color: #0a0a0a; + } + .frostgrave .navbar-dropdown a.navbar-item.is-active { + background-color: whitesmoke; + color: #3273dc; + } + .navbar.is-spaced .frostgrave .navbar-dropdown, .frostgrave .navbar-dropdown.is-boxed { + border-radius: 6px; + border-top: none; + -webkit-box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); + display: block; + opacity: 0; + pointer-events: none; + top: calc(100% + (-4px)); + -webkit-transform: translateY(-5px); + -ms-transform: translateY(-5px); + transform: translateY(-5px); + -webkit-transition-duration: 86ms; + -o-transition-duration: 86ms; + transition-duration: 86ms; + -webkit-transition-property: opacity, -webkit-transform; + transition-property: opacity, -webkit-transform; + -o-transition-property: opacity, transform; + transition-property: opacity, transform; + transition-property: opacity, transform, -webkit-transform; + } + .frostgrave .navbar-dropdown.is-right { + left: auto; + right: 0; + } + .frostgrave .navbar-divider { + display: block; + } + .frostgrave .navbar > .container .navbar-brand, + .frostgrave .container > .navbar .navbar-brand { + margin-left: -0.75rem; + } + .frostgrave .navbar > .container .navbar-menu, + .frostgrave .container > .navbar .navbar-menu { + margin-right: -0.75rem; + } + .frostgrave .navbar.is-fixed-bottom-desktop, .frostgrave .navbar.is-fixed-top-desktop { + left: 0; + position: fixed; + right: 0; + z-index: 30; + } + .frostgrave .navbar.is-fixed-bottom-desktop { + bottom: 0; + } + .frostgrave .navbar.is-fixed-bottom-desktop.has-shadow { + -webkit-box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); + } + .frostgrave .navbar.is-fixed-top-desktop { + top: 0; + } + .frostgrave html.has-navbar-fixed-top-desktop, + .frostgrave body.has-navbar-fixed-top-desktop { + padding-top: 3.25rem; + } + .frostgrave html.has-navbar-fixed-bottom-desktop, + .frostgrave body.has-navbar-fixed-bottom-desktop { + padding-bottom: 3.25rem; + } + .frostgrave html.has-spaced-navbar-fixed-top, + .frostgrave body.has-spaced-navbar-fixed-top { + padding-top: 5.25rem; + } + .frostgrave html.has-spaced-navbar-fixed-bottom, + .frostgrave body.has-spaced-navbar-fixed-bottom { + padding-bottom: 5.25rem; + } + .frostgrave a.navbar-item.is-active, + .frostgrave .navbar-link.is-active { + color: #0a0a0a; + } + .frostgrave a.navbar-item.is-active:not(:focus):not(:hover), + .frostgrave .navbar-link.is-active:not(:focus):not(:hover) { + background-color: transparent; + } + .frostgrave .navbar-item.has-dropdown:focus .navbar-link, .frostgrave .navbar-item.has-dropdown:hover .navbar-link, .frostgrave .navbar-item.has-dropdown.is-active .navbar-link { + background-color: #fafafa; + } +} + +.frostgrave .hero.is-fullheight-with-navbar { + min-height: calc(100vh - 3.25rem); +} + +.frostgrave .pagination { + font-size: 1rem; + margin: -0.25rem; +} + +.frostgrave .pagination.is-small { + font-size: 0.75rem; +} + +.frostgrave .pagination.is-medium { + font-size: 1.25rem; +} + +.frostgrave .pagination.is-large { + font-size: 1.5rem; +} + +.frostgrave .pagination.is-rounded .pagination-previous, +.frostgrave .pagination.is-rounded .pagination-next { + padding-left: 1em; + padding-right: 1em; + border-radius: 290486px; +} + +.frostgrave .pagination.is-rounded .pagination-link { + border-radius: 290486px; +} + +.frostgrave .pagination, +.frostgrave .pagination-list { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + text-align: center; +} + +.frostgrave .pagination-previous, +.frostgrave .pagination-next, +.frostgrave .pagination-link, +.frostgrave .pagination-ellipsis { + font-size: 1em; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin: 0.25rem; + padding-left: 0.5em; + padding-right: 0.5em; + text-align: center; +} + +.frostgrave .pagination-previous, +.frostgrave .pagination-next, +.frostgrave .pagination-link { + border-color: #dbdbdb; + color: #363636; + min-width: 2.5em; +} + +.frostgrave .pagination-previous:hover, +.frostgrave .pagination-next:hover, +.frostgrave .pagination-link:hover { + border-color: #b5b5b5; + color: #363636; +} + +.frostgrave .pagination-previous:focus, +.frostgrave .pagination-next:focus, +.frostgrave .pagination-link:focus { + border-color: #3273dc; +} + +.frostgrave .pagination-previous:active, +.frostgrave .pagination-next:active, +.frostgrave .pagination-link:active { + -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); + box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); +} + +.frostgrave .pagination-previous[disabled], +.frostgrave .pagination-next[disabled], +.frostgrave .pagination-link[disabled] { + background-color: #dbdbdb; + border-color: #dbdbdb; + -webkit-box-shadow: none; + box-shadow: none; + color: #7a7a7a; + opacity: 0.5; +} + +.frostgrave .pagination-previous, +.frostgrave .pagination-next { + padding-left: 0.75em; + padding-right: 0.75em; + white-space: nowrap; +} + +.frostgrave .pagination-link.is-current { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; +} + +.frostgrave .pagination-ellipsis { + color: #b5b5b5; + pointer-events: none; +} + +.frostgrave .pagination-list { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +@media screen and (max-width: 768px) { + .frostgrave .pagination { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + } + .frostgrave .pagination-previous, + .frostgrave .pagination-next { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + } + .frostgrave .pagination-list li { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .pagination-list { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .frostgrave .pagination-previous { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .frostgrave .pagination-next { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .frostgrave .pagination { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + } + .frostgrave .pagination.is-centered .pagination-previous { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .frostgrave .pagination.is-centered .pagination-list { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .frostgrave .pagination.is-centered .pagination-next { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .frostgrave .pagination.is-right .pagination-previous { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } + .frostgrave .pagination.is-right .pagination-next { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .frostgrave .pagination.is-right .pagination-list { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } +} + +.frostgrave .panel { + border-radius: 6px; + -webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02); + font-size: 1rem; +} + +.frostgrave .panel:not(:last-child) { + margin-bottom: 1.5rem; +} + +.frostgrave .panel.is-white .panel-heading { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .panel.is-white .panel-tabs a.is-active { + border-bottom-color: white; +} + +.frostgrave .panel.is-white .panel-block.is-active .panel-icon { + color: white; +} + +.frostgrave .panel.is-black .panel-heading { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .panel.is-black .panel-tabs a.is-active { + border-bottom-color: #0a0a0a; +} + +.frostgrave .panel.is-black .panel-block.is-active .panel-icon { + color: #0a0a0a; +} + +.frostgrave .panel.is-light .panel-heading { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .panel.is-light .panel-tabs a.is-active { + border-bottom-color: whitesmoke; +} + +.frostgrave .panel.is-light .panel-block.is-active .panel-icon { + color: whitesmoke; +} + +.frostgrave .panel.is-dark .panel-heading { + background-color: #363636; + color: #fff; +} + +.frostgrave .panel.is-dark .panel-tabs a.is-active { + border-bottom-color: #363636; +} + +.frostgrave .panel.is-dark .panel-block.is-active .panel-icon { + color: #363636; +} + +.frostgrave .panel.is-primary .panel-heading { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .panel.is-primary .panel-tabs a.is-active { + border-bottom-color: #00d1b2; +} + +.frostgrave .panel.is-primary .panel-block.is-active .panel-icon { + color: #00d1b2; +} + +.frostgrave .panel.is-link .panel-heading { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .panel.is-link .panel-tabs a.is-active { + border-bottom-color: #3273dc; +} + +.frostgrave .panel.is-link .panel-block.is-active .panel-icon { + color: #3273dc; +} + +.frostgrave .panel.is-info .panel-heading { + background-color: #3298dc; + color: #fff; +} + +.frostgrave .panel.is-info .panel-tabs a.is-active { + border-bottom-color: #3298dc; +} + +.frostgrave .panel.is-info .panel-block.is-active .panel-icon { + color: #3298dc; +} + +.frostgrave .panel.is-success .panel-heading { + background-color: #48c774; + color: #fff; +} + +.frostgrave .panel.is-success .panel-tabs a.is-active { + border-bottom-color: #48c774; +} + +.frostgrave .panel.is-success .panel-block.is-active .panel-icon { + color: #48c774; +} + +.frostgrave .panel.is-warning .panel-heading { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .panel.is-warning .panel-tabs a.is-active { + border-bottom-color: #ffdd57; +} + +.frostgrave .panel.is-warning .panel-block.is-active .panel-icon { + color: #ffdd57; +} + +.frostgrave .panel.is-danger .panel-heading { + background-color: #f14668; + color: #fff; +} + +.frostgrave .panel.is-danger .panel-tabs a.is-active { + border-bottom-color: #f14668; +} + +.frostgrave .panel.is-danger .panel-block.is-active .panel-icon { + color: #f14668; +} + +.frostgrave .panel-tabs:not(:last-child), +.frostgrave .panel-block:not(:last-child) { + border-bottom: 1px solid #ededed; +} + +.frostgrave .panel-heading { + background-color: #ededed; + border-radius: 6px 6px 0 0; + color: #363636; + font-size: 1.25em; + font-weight: 700; + line-height: 1.25; + padding: 0.75em 1em; +} + +.frostgrave .panel-tabs { + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 0.875em; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .panel-tabs a { + border-bottom: 1px solid #dbdbdb; + margin-bottom: -1px; + padding: 0.5em; +} + +.frostgrave .panel-tabs a.is-active { + border-bottom-color: #4a4a4a; + color: #363636; +} + +.frostgrave .panel-list a { + color: #4a4a4a; +} + +.frostgrave .panel-list a:hover { + color: #3273dc; +} + +.frostgrave .panel-block { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + color: #363636; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + padding: 0.5em 0.75em; +} + +.frostgrave .panel-block input[type="checkbox"] { + margin-right: 0.75em; +} + +.frostgrave .panel-block > .control { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + width: 100%; +} + +.frostgrave .panel-block.is-wrapped { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.frostgrave .panel-block.is-active { + border-left-color: #3273dc; + color: #363636; +} + +.frostgrave .panel-block.is-active .panel-icon { + color: #3273dc; +} + +.frostgrave .panel-block:last-child { + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; +} + +.frostgrave a.panel-block, +.frostgrave label.panel-block { + cursor: pointer; +} + +.frostgrave a.panel-block:hover, +.frostgrave label.panel-block:hover { + background-color: whitesmoke; +} + +.frostgrave .panel-icon { + display: inline-block; + font-size: 14px; + height: 1em; + line-height: 1em; + text-align: center; + vertical-align: top; + width: 1em; + color: #7a7a7a; + margin-right: 0.75em; +} + +.frostgrave .panel-icon .fa { + font-size: inherit; + line-height: inherit; +} + +.frostgrave .tabs { + -webkit-overflow-scrolling: touch; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + font-size: 1rem; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + overflow: hidden; + overflow-x: auto; + white-space: nowrap; +} + +.frostgrave .tabs a { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + color: #4a4a4a; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + margin-bottom: -1px; + padding: 0.5em 1em; + vertical-align: top; +} + +.frostgrave .tabs a:hover { + border-bottom-color: #363636; + color: #363636; +} + +.frostgrave .tabs li { + display: block; +} + +.frostgrave .tabs li.is-active a { + border-bottom-color: #3273dc; + color: #3273dc; +} + +.frostgrave .tabs ul { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border-bottom-color: #dbdbdb; + border-bottom-style: solid; + border-bottom-width: 1px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} + +.frostgrave .tabs ul.is-left { + padding-right: 0.75em; +} + +.frostgrave .tabs ul.is-center { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-left: 0.75em; + padding-right: 0.75em; +} + +.frostgrave .tabs ul.is-right { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; + padding-left: 0.75em; +} + +.frostgrave .tabs .icon:first-child { + margin-right: 0.5em; +} + +.frostgrave .tabs .icon:last-child { + margin-left: 0.5em; +} + +.frostgrave .tabs.is-centered ul { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .tabs.is-right ul { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} + +.frostgrave .tabs.is-boxed a { + border: 1px solid transparent; + border-radius: 4px 4px 0 0; +} + +.frostgrave .tabs.is-boxed a:hover { + background-color: whitesmoke; + border-bottom-color: #dbdbdb; +} + +.frostgrave .tabs.is-boxed li.is-active a { + background-color: white; + border-color: #dbdbdb; + border-bottom-color: transparent !important; +} + +.frostgrave .tabs.is-fullwidth li { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.frostgrave .tabs.is-toggle a { + border-color: #dbdbdb; + border-style: solid; + border-width: 1px; + margin-bottom: 0; + position: relative; +} + +.frostgrave .tabs.is-toggle a:hover { + background-color: whitesmoke; + border-color: #b5b5b5; + z-index: 2; +} + +.frostgrave .tabs.is-toggle li + li { + margin-left: -1px; +} + +.frostgrave .tabs.is-toggle li:first-child a { + border-top-left-radius: 4px; + border-bottom-left-radius: 4px; +} + +.frostgrave .tabs.is-toggle li:last-child a { + border-top-right-radius: 4px; + border-bottom-right-radius: 4px; +} + +.frostgrave .tabs.is-toggle li.is-active a { + background-color: #3273dc; + border-color: #3273dc; + color: #fff; + z-index: 1; +} + +.frostgrave .tabs.is-toggle ul { + border-bottom: none; +} + +.frostgrave .tabs.is-toggle.is-toggle-rounded li:first-child a { + border-bottom-left-radius: 290486px; + border-top-left-radius: 290486px; + padding-left: 1.25em; +} + +.frostgrave .tabs.is-toggle.is-toggle-rounded li:last-child a { + border-bottom-right-radius: 290486px; + border-top-right-radius: 290486px; + padding-right: 1.25em; +} + +.frostgrave .tabs.is-small { + font-size: 0.75rem; +} + +.frostgrave .tabs.is-medium { + font-size: 1.25rem; +} + +.frostgrave .tabs.is-large { + font-size: 1.5rem; +} + +.frostgrave .column { + display: block; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + padding: 0.75rem; +} + +.columns.is-mobile > .frostgrave .column.is-narrow { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; +} + +.columns.is-mobile > .frostgrave .column.is-full { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; +} + +.columns.is-mobile > .frostgrave .column.is-three-quarters { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; +} + +.columns.is-mobile > .frostgrave .column.is-two-thirds { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; +} + +.columns.is-mobile > .frostgrave .column.is-half { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; +} + +.columns.is-mobile > .frostgrave .column.is-one-third { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; +} + +.columns.is-mobile > .frostgrave .column.is-one-quarter { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; +} + +.columns.is-mobile > .frostgrave .column.is-one-fifth { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 20%; +} + +.columns.is-mobile > .frostgrave .column.is-two-fifths { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 40%; +} + +.columns.is-mobile > .frostgrave .column.is-three-fifths { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 60%; +} + +.columns.is-mobile > .frostgrave .column.is-four-fifths { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 80%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-three-quarters { + margin-left: 75%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-two-thirds { + margin-left: 66.6666%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-half { + margin-left: 50%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-one-third { + margin-left: 33.3333%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-one-quarter { + margin-left: 25%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-one-fifth { + margin-left: 20%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-two-fifths { + margin-left: 40%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-three-fifths { + margin-left: 60%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-four-fifths { + margin-left: 80%; +} + +.columns.is-mobile > .frostgrave .column.is-0 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 0%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-0 { + margin-left: 0%; +} + +.columns.is-mobile > .frostgrave .column.is-1 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-1 { + margin-left: 8.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-2 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-2 { + margin-left: 16.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-3 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-3 { + margin-left: 25%; +} + +.columns.is-mobile > .frostgrave .column.is-4 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-4 { + margin-left: 33.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-5 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-5 { + margin-left: 41.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-6 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-6 { + margin-left: 50%; +} + +.columns.is-mobile > .frostgrave .column.is-7 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-7 { + margin-left: 58.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-8 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-8 { + margin-left: 66.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-9 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-9 { + margin-left: 75%; +} + +.columns.is-mobile > .frostgrave .column.is-10 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-10 { + margin-left: 83.33333%; +} + +.columns.is-mobile > .frostgrave .column.is-11 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-11 { + margin-left: 91.66667%; +} + +.columns.is-mobile > .frostgrave .column.is-12 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; +} + +.columns.is-mobile > .frostgrave .column.is-offset-12 { + margin-left: 100%; +} + +@media screen and (max-width: 768px) { + .frostgrave .column.is-narrow-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .frostgrave .column.is-full-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-three-quarters-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-two-thirds-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .frostgrave .column.is-half-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-one-third-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; + } + .frostgrave .column.is-one-quarter-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-one-fifth-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 20%; + } + .frostgrave .column.is-two-fifths-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 40%; + } + .frostgrave .column.is-three-fifths-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 60%; + } + .frostgrave .column.is-four-fifths-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 80%; + } + .frostgrave .column.is-offset-three-quarters-mobile { + margin-left: 75%; + } + .frostgrave .column.is-offset-two-thirds-mobile { + margin-left: 66.6666%; + } + .frostgrave .column.is-offset-half-mobile { + margin-left: 50%; + } + .frostgrave .column.is-offset-one-third-mobile { + margin-left: 33.3333%; + } + .frostgrave .column.is-offset-one-quarter-mobile { + margin-left: 25%; + } + .frostgrave .column.is-offset-one-fifth-mobile { + margin-left: 20%; + } + .frostgrave .column.is-offset-two-fifths-mobile { + margin-left: 40%; + } + .frostgrave .column.is-offset-three-fifths-mobile { + margin-left: 60%; + } + .frostgrave .column.is-offset-four-fifths-mobile { + margin-left: 80%; + } + .frostgrave .column.is-0-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 0%; + } + .frostgrave .column.is-offset-0-mobile { + margin-left: 0%; + } + .frostgrave .column.is-1-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .frostgrave .column.is-offset-1-mobile { + margin-left: 8.33333%; + } + .frostgrave .column.is-2-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .frostgrave .column.is-offset-2-mobile { + margin-left: 16.66667%; + } + .frostgrave .column.is-3-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-offset-3-mobile { + margin-left: 25%; + } + .frostgrave .column.is-4-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .frostgrave .column.is-offset-4-mobile { + margin-left: 33.33333%; + } + .frostgrave .column.is-5-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .frostgrave .column.is-offset-5-mobile { + margin-left: 41.66667%; + } + .frostgrave .column.is-6-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-offset-6-mobile { + margin-left: 50%; + } + .frostgrave .column.is-7-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .frostgrave .column.is-offset-7-mobile { + margin-left: 58.33333%; + } + .frostgrave .column.is-8-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .frostgrave .column.is-offset-8-mobile { + margin-left: 66.66667%; + } + .frostgrave .column.is-9-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-offset-9-mobile { + margin-left: 75%; + } + .frostgrave .column.is-10-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .frostgrave .column.is-offset-10-mobile { + margin-left: 83.33333%; + } + .frostgrave .column.is-11-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .frostgrave .column.is-offset-11-mobile { + margin-left: 91.66667%; + } + .frostgrave .column.is-12-mobile { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-offset-12-mobile { + margin-left: 100%; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .column.is-narrow, .frostgrave .column.is-narrow-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .frostgrave .column.is-full, .frostgrave .column.is-full-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-three-quarters, .frostgrave .column.is-three-quarters-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-two-thirds, .frostgrave .column.is-two-thirds-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .frostgrave .column.is-half, .frostgrave .column.is-half-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-one-third, .frostgrave .column.is-one-third-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; + } + .frostgrave .column.is-one-quarter, .frostgrave .column.is-one-quarter-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-one-fifth, .frostgrave .column.is-one-fifth-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 20%; + } + .frostgrave .column.is-two-fifths, .frostgrave .column.is-two-fifths-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 40%; + } + .frostgrave .column.is-three-fifths, .frostgrave .column.is-three-fifths-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 60%; + } + .frostgrave .column.is-four-fifths, .frostgrave .column.is-four-fifths-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 80%; + } + .frostgrave .column.is-offset-three-quarters, .frostgrave .column.is-offset-three-quarters-tablet { + margin-left: 75%; + } + .frostgrave .column.is-offset-two-thirds, .frostgrave .column.is-offset-two-thirds-tablet { + margin-left: 66.6666%; + } + .frostgrave .column.is-offset-half, .frostgrave .column.is-offset-half-tablet { + margin-left: 50%; + } + .frostgrave .column.is-offset-one-third, .frostgrave .column.is-offset-one-third-tablet { + margin-left: 33.3333%; + } + .frostgrave .column.is-offset-one-quarter, .frostgrave .column.is-offset-one-quarter-tablet { + margin-left: 25%; + } + .frostgrave .column.is-offset-one-fifth, .frostgrave .column.is-offset-one-fifth-tablet { + margin-left: 20%; + } + .frostgrave .column.is-offset-two-fifths, .frostgrave .column.is-offset-two-fifths-tablet { + margin-left: 40%; + } + .frostgrave .column.is-offset-three-fifths, .frostgrave .column.is-offset-three-fifths-tablet { + margin-left: 60%; + } + .frostgrave .column.is-offset-four-fifths, .frostgrave .column.is-offset-four-fifths-tablet { + margin-left: 80%; + } + .frostgrave .column.is-0, .frostgrave .column.is-0-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 0%; + } + .frostgrave .column.is-offset-0, .frostgrave .column.is-offset-0-tablet { + margin-left: 0%; + } + .frostgrave .column.is-1, .frostgrave .column.is-1-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .frostgrave .column.is-offset-1, .frostgrave .column.is-offset-1-tablet { + margin-left: 8.33333%; + } + .frostgrave .column.is-2, .frostgrave .column.is-2-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .frostgrave .column.is-offset-2, .frostgrave .column.is-offset-2-tablet { + margin-left: 16.66667%; + } + .frostgrave .column.is-3, .frostgrave .column.is-3-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-offset-3, .frostgrave .column.is-offset-3-tablet { + margin-left: 25%; + } + .frostgrave .column.is-4, .frostgrave .column.is-4-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .frostgrave .column.is-offset-4, .frostgrave .column.is-offset-4-tablet { + margin-left: 33.33333%; + } + .frostgrave .column.is-5, .frostgrave .column.is-5-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .frostgrave .column.is-offset-5, .frostgrave .column.is-offset-5-tablet { + margin-left: 41.66667%; + } + .frostgrave .column.is-6, .frostgrave .column.is-6-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-offset-6, .frostgrave .column.is-offset-6-tablet { + margin-left: 50%; + } + .frostgrave .column.is-7, .frostgrave .column.is-7-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .frostgrave .column.is-offset-7, .frostgrave .column.is-offset-7-tablet { + margin-left: 58.33333%; + } + .frostgrave .column.is-8, .frostgrave .column.is-8-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .frostgrave .column.is-offset-8, .frostgrave .column.is-offset-8-tablet { + margin-left: 66.66667%; + } + .frostgrave .column.is-9, .frostgrave .column.is-9-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-offset-9, .frostgrave .column.is-offset-9-tablet { + margin-left: 75%; + } + .frostgrave .column.is-10, .frostgrave .column.is-10-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .frostgrave .column.is-offset-10, .frostgrave .column.is-offset-10-tablet { + margin-left: 83.33333%; + } + .frostgrave .column.is-11, .frostgrave .column.is-11-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .frostgrave .column.is-offset-11, .frostgrave .column.is-offset-11-tablet { + margin-left: 91.66667%; + } + .frostgrave .column.is-12, .frostgrave .column.is-12-tablet { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-offset-12, .frostgrave .column.is-offset-12-tablet { + margin-left: 100%; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .column.is-narrow-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .frostgrave .column.is-full-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-three-quarters-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-two-thirds-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .frostgrave .column.is-half-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-one-third-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; + } + .frostgrave .column.is-one-quarter-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-one-fifth-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 20%; + } + .frostgrave .column.is-two-fifths-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 40%; + } + .frostgrave .column.is-three-fifths-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 60%; + } + .frostgrave .column.is-four-fifths-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 80%; + } + .frostgrave .column.is-offset-three-quarters-touch { + margin-left: 75%; + } + .frostgrave .column.is-offset-two-thirds-touch { + margin-left: 66.6666%; + } + .frostgrave .column.is-offset-half-touch { + margin-left: 50%; + } + .frostgrave .column.is-offset-one-third-touch { + margin-left: 33.3333%; + } + .frostgrave .column.is-offset-one-quarter-touch { + margin-left: 25%; + } + .frostgrave .column.is-offset-one-fifth-touch { + margin-left: 20%; + } + .frostgrave .column.is-offset-two-fifths-touch { + margin-left: 40%; + } + .frostgrave .column.is-offset-three-fifths-touch { + margin-left: 60%; + } + .frostgrave .column.is-offset-four-fifths-touch { + margin-left: 80%; + } + .frostgrave .column.is-0-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 0%; + } + .frostgrave .column.is-offset-0-touch { + margin-left: 0%; + } + .frostgrave .column.is-1-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .frostgrave .column.is-offset-1-touch { + margin-left: 8.33333%; + } + .frostgrave .column.is-2-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .frostgrave .column.is-offset-2-touch { + margin-left: 16.66667%; + } + .frostgrave .column.is-3-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-offset-3-touch { + margin-left: 25%; + } + .frostgrave .column.is-4-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .frostgrave .column.is-offset-4-touch { + margin-left: 33.33333%; + } + .frostgrave .column.is-5-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .frostgrave .column.is-offset-5-touch { + margin-left: 41.66667%; + } + .frostgrave .column.is-6-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-offset-6-touch { + margin-left: 50%; + } + .frostgrave .column.is-7-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .frostgrave .column.is-offset-7-touch { + margin-left: 58.33333%; + } + .frostgrave .column.is-8-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .frostgrave .column.is-offset-8-touch { + margin-left: 66.66667%; + } + .frostgrave .column.is-9-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-offset-9-touch { + margin-left: 75%; + } + .frostgrave .column.is-10-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .frostgrave .column.is-offset-10-touch { + margin-left: 83.33333%; + } + .frostgrave .column.is-11-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .frostgrave .column.is-offset-11-touch { + margin-left: 91.66667%; + } + .frostgrave .column.is-12-touch { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-offset-12-touch { + margin-left: 100%; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .column.is-narrow-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .frostgrave .column.is-full-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-three-quarters-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-two-thirds-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .frostgrave .column.is-half-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-one-third-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; + } + .frostgrave .column.is-one-quarter-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-one-fifth-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 20%; + } + .frostgrave .column.is-two-fifths-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 40%; + } + .frostgrave .column.is-three-fifths-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 60%; + } + .frostgrave .column.is-four-fifths-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 80%; + } + .frostgrave .column.is-offset-three-quarters-desktop { + margin-left: 75%; + } + .frostgrave .column.is-offset-two-thirds-desktop { + margin-left: 66.6666%; + } + .frostgrave .column.is-offset-half-desktop { + margin-left: 50%; + } + .frostgrave .column.is-offset-one-third-desktop { + margin-left: 33.3333%; + } + .frostgrave .column.is-offset-one-quarter-desktop { + margin-left: 25%; + } + .frostgrave .column.is-offset-one-fifth-desktop { + margin-left: 20%; + } + .frostgrave .column.is-offset-two-fifths-desktop { + margin-left: 40%; + } + .frostgrave .column.is-offset-three-fifths-desktop { + margin-left: 60%; + } + .frostgrave .column.is-offset-four-fifths-desktop { + margin-left: 80%; + } + .frostgrave .column.is-0-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 0%; + } + .frostgrave .column.is-offset-0-desktop { + margin-left: 0%; + } + .frostgrave .column.is-1-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .frostgrave .column.is-offset-1-desktop { + margin-left: 8.33333%; + } + .frostgrave .column.is-2-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .frostgrave .column.is-offset-2-desktop { + margin-left: 16.66667%; + } + .frostgrave .column.is-3-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-offset-3-desktop { + margin-left: 25%; + } + .frostgrave .column.is-4-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .frostgrave .column.is-offset-4-desktop { + margin-left: 33.33333%; + } + .frostgrave .column.is-5-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .frostgrave .column.is-offset-5-desktop { + margin-left: 41.66667%; + } + .frostgrave .column.is-6-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-offset-6-desktop { + margin-left: 50%; + } + .frostgrave .column.is-7-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .frostgrave .column.is-offset-7-desktop { + margin-left: 58.33333%; + } + .frostgrave .column.is-8-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .frostgrave .column.is-offset-8-desktop { + margin-left: 66.66667%; + } + .frostgrave .column.is-9-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-offset-9-desktop { + margin-left: 75%; + } + .frostgrave .column.is-10-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .frostgrave .column.is-offset-10-desktop { + margin-left: 83.33333%; + } + .frostgrave .column.is-11-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .frostgrave .column.is-offset-11-desktop { + margin-left: 91.66667%; + } + .frostgrave .column.is-12-desktop { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-offset-12-desktop { + margin-left: 100%; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .column.is-narrow-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .frostgrave .column.is-full-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-three-quarters-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-two-thirds-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .frostgrave .column.is-half-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-one-third-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; + } + .frostgrave .column.is-one-quarter-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-one-fifth-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 20%; + } + .frostgrave .column.is-two-fifths-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 40%; + } + .frostgrave .column.is-three-fifths-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 60%; + } + .frostgrave .column.is-four-fifths-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 80%; + } + .frostgrave .column.is-offset-three-quarters-widescreen { + margin-left: 75%; + } + .frostgrave .column.is-offset-two-thirds-widescreen { + margin-left: 66.6666%; + } + .frostgrave .column.is-offset-half-widescreen { + margin-left: 50%; + } + .frostgrave .column.is-offset-one-third-widescreen { + margin-left: 33.3333%; + } + .frostgrave .column.is-offset-one-quarter-widescreen { + margin-left: 25%; + } + .frostgrave .column.is-offset-one-fifth-widescreen { + margin-left: 20%; + } + .frostgrave .column.is-offset-two-fifths-widescreen { + margin-left: 40%; + } + .frostgrave .column.is-offset-three-fifths-widescreen { + margin-left: 60%; + } + .frostgrave .column.is-offset-four-fifths-widescreen { + margin-left: 80%; + } + .frostgrave .column.is-0-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 0%; + } + .frostgrave .column.is-offset-0-widescreen { + margin-left: 0%; + } + .frostgrave .column.is-1-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .frostgrave .column.is-offset-1-widescreen { + margin-left: 8.33333%; + } + .frostgrave .column.is-2-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .frostgrave .column.is-offset-2-widescreen { + margin-left: 16.66667%; + } + .frostgrave .column.is-3-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-offset-3-widescreen { + margin-left: 25%; + } + .frostgrave .column.is-4-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .frostgrave .column.is-offset-4-widescreen { + margin-left: 33.33333%; + } + .frostgrave .column.is-5-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .frostgrave .column.is-offset-5-widescreen { + margin-left: 41.66667%; + } + .frostgrave .column.is-6-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-offset-6-widescreen { + margin-left: 50%; + } + .frostgrave .column.is-7-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .frostgrave .column.is-offset-7-widescreen { + margin-left: 58.33333%; + } + .frostgrave .column.is-8-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .frostgrave .column.is-offset-8-widescreen { + margin-left: 66.66667%; + } + .frostgrave .column.is-9-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-offset-9-widescreen { + margin-left: 75%; + } + .frostgrave .column.is-10-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .frostgrave .column.is-offset-10-widescreen { + margin-left: 83.33333%; + } + .frostgrave .column.is-11-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .frostgrave .column.is-offset-11-widescreen { + margin-left: 91.66667%; + } + .frostgrave .column.is-12-widescreen { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-offset-12-widescreen { + margin-left: 100%; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .column.is-narrow-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + } + .frostgrave .column.is-full-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-three-quarters-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-two-thirds-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.6666%; + } + .frostgrave .column.is-half-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-one-third-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.3333%; + } + .frostgrave .column.is-one-quarter-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-one-fifth-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 20%; + } + .frostgrave .column.is-two-fifths-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 40%; + } + .frostgrave .column.is-three-fifths-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 60%; + } + .frostgrave .column.is-four-fifths-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 80%; + } + .frostgrave .column.is-offset-three-quarters-fullhd { + margin-left: 75%; + } + .frostgrave .column.is-offset-two-thirds-fullhd { + margin-left: 66.6666%; + } + .frostgrave .column.is-offset-half-fullhd { + margin-left: 50%; + } + .frostgrave .column.is-offset-one-third-fullhd { + margin-left: 33.3333%; + } + .frostgrave .column.is-offset-one-quarter-fullhd { + margin-left: 25%; + } + .frostgrave .column.is-offset-one-fifth-fullhd { + margin-left: 20%; + } + .frostgrave .column.is-offset-two-fifths-fullhd { + margin-left: 40%; + } + .frostgrave .column.is-offset-three-fifths-fullhd { + margin-left: 60%; + } + .frostgrave .column.is-offset-four-fifths-fullhd { + margin-left: 80%; + } + .frostgrave .column.is-0-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 0%; + } + .frostgrave .column.is-offset-0-fullhd { + margin-left: 0%; + } + .frostgrave .column.is-1-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .frostgrave .column.is-offset-1-fullhd { + margin-left: 8.33333%; + } + .frostgrave .column.is-2-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .frostgrave .column.is-offset-2-fullhd { + margin-left: 16.66667%; + } + .frostgrave .column.is-3-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .column.is-offset-3-fullhd { + margin-left: 25%; + } + .frostgrave .column.is-4-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .frostgrave .column.is-offset-4-fullhd { + margin-left: 33.33333%; + } + .frostgrave .column.is-5-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .frostgrave .column.is-offset-5-fullhd { + margin-left: 41.66667%; + } + .frostgrave .column.is-6-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .column.is-offset-6-fullhd { + margin-left: 50%; + } + .frostgrave .column.is-7-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .frostgrave .column.is-offset-7-fullhd { + margin-left: 58.33333%; + } + .frostgrave .column.is-8-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .frostgrave .column.is-offset-8-fullhd { + margin-left: 66.66667%; + } + .frostgrave .column.is-9-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .column.is-offset-9-fullhd { + margin-left: 75%; + } + .frostgrave .column.is-10-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .frostgrave .column.is-offset-10-fullhd { + margin-left: 83.33333%; + } + .frostgrave .column.is-11-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .frostgrave .column.is-offset-11-fullhd { + margin-left: 91.66667%; + } + .frostgrave .column.is-12-fullhd { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } + .frostgrave .column.is-offset-12-fullhd { + margin-left: 100%; + } +} + +.frostgrave .columns { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; +} + +.frostgrave .columns:last-child { + margin-bottom: -0.75rem; +} + +.frostgrave .columns:not(:last-child) { + margin-bottom: calc(1.5rem - 0.75rem); +} + +.frostgrave .columns.is-centered { + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} + +.frostgrave .columns.is-gapless { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} + +.frostgrave .columns.is-gapless > .column { + margin: 0; + padding: 0 !important; +} + +.frostgrave .columns.is-gapless:not(:last-child) { + margin-bottom: 1.5rem; +} + +.frostgrave .columns.is-gapless:last-child { + margin-bottom: 0; +} + +.frostgrave .columns.is-mobile { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .columns.is-multiline { + -ms-flex-wrap: wrap; + flex-wrap: wrap; +} + +.frostgrave .columns.is-vcentered { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns:not(.is-desktop) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-desktop { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } +} + +.frostgrave .columns.is-variable { + --columnGap: 0.75rem; + margin-left: calc(-1 * var(--columnGap)); + margin-right: calc(-1 * var(--columnGap)); +} + +.frostgrave .columns.is-variable .column { + padding-left: var(--columnGap); + padding-right: var(--columnGap); +} + +.frostgrave .columns.is-variable.is-0 { + --columnGap: 0rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-0-mobile { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-0-tablet { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-0-tablet-only { + --columnGap: 0rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-0-touch { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-0-desktop { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-0-desktop-only { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-0-widescreen { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-0-widescreen-only { + --columnGap: 0rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-0-fullhd { + --columnGap: 0rem; + } +} + +.frostgrave .columns.is-variable.is-1 { + --columnGap: 0.25rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-1-mobile { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-1-tablet { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-1-tablet-only { + --columnGap: 0.25rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-1-touch { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-1-desktop { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-1-desktop-only { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-1-widescreen { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-1-widescreen-only { + --columnGap: 0.25rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-1-fullhd { + --columnGap: 0.25rem; + } +} + +.frostgrave .columns.is-variable.is-2 { + --columnGap: 0.5rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-2-mobile { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-2-tablet { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-2-tablet-only { + --columnGap: 0.5rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-2-touch { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-2-desktop { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-2-desktop-only { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-2-widescreen { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-2-widescreen-only { + --columnGap: 0.5rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-2-fullhd { + --columnGap: 0.5rem; + } +} + +.frostgrave .columns.is-variable.is-3 { + --columnGap: 0.75rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-3-mobile { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-3-tablet { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-3-tablet-only { + --columnGap: 0.75rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-3-touch { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-3-desktop { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-3-desktop-only { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-3-widescreen { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-3-widescreen-only { + --columnGap: 0.75rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-3-fullhd { + --columnGap: 0.75rem; + } +} + +.frostgrave .columns.is-variable.is-4 { + --columnGap: 1rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-4-mobile { + --columnGap: 1rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-4-tablet { + --columnGap: 1rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-4-tablet-only { + --columnGap: 1rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-4-touch { + --columnGap: 1rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-4-desktop { + --columnGap: 1rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-4-desktop-only { + --columnGap: 1rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-4-widescreen { + --columnGap: 1rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-4-widescreen-only { + --columnGap: 1rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-4-fullhd { + --columnGap: 1rem; + } +} + +.frostgrave .columns.is-variable.is-5 { + --columnGap: 1.25rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-5-mobile { + --columnGap: 1.25rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-5-tablet { + --columnGap: 1.25rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-5-tablet-only { + --columnGap: 1.25rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-5-touch { + --columnGap: 1.25rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-5-desktop { + --columnGap: 1.25rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-5-desktop-only { + --columnGap: 1.25rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-5-widescreen { + --columnGap: 1.25rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-5-widescreen-only { + --columnGap: 1.25rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-5-fullhd { + --columnGap: 1.25rem; + } +} + +.frostgrave .columns.is-variable.is-6 { + --columnGap: 1.5rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-6-mobile { + --columnGap: 1.5rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-6-tablet { + --columnGap: 1.5rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-6-tablet-only { + --columnGap: 1.5rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-6-touch { + --columnGap: 1.5rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-6-desktop { + --columnGap: 1.5rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-6-desktop-only { + --columnGap: 1.5rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-6-widescreen { + --columnGap: 1.5rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-6-widescreen-only { + --columnGap: 1.5rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-6-fullhd { + --columnGap: 1.5rem; + } +} + +.frostgrave .columns.is-variable.is-7 { + --columnGap: 1.75rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-7-mobile { + --columnGap: 1.75rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-7-tablet { + --columnGap: 1.75rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-7-tablet-only { + --columnGap: 1.75rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-7-touch { + --columnGap: 1.75rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-7-desktop { + --columnGap: 1.75rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-7-desktop-only { + --columnGap: 1.75rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-7-widescreen { + --columnGap: 1.75rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-7-widescreen-only { + --columnGap: 1.75rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-7-fullhd { + --columnGap: 1.75rem; + } +} + +.frostgrave .columns.is-variable.is-8 { + --columnGap: 2rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .columns.is-variable.is-8-mobile { + --columnGap: 2rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .columns.is-variable.is-8-tablet { + --columnGap: 2rem; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-8-tablet-only { + --columnGap: 2rem; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .columns.is-variable.is-8-touch { + --columnGap: 2rem; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .columns.is-variable.is-8-desktop { + --columnGap: 2rem; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .columns.is-variable.is-8-desktop-only { + --columnGap: 2rem; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .columns.is-variable.is-8-widescreen { + --columnGap: 2rem; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .columns.is-variable.is-8-widescreen-only { + --columnGap: 2rem; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .columns.is-variable.is-8-fullhd { + --columnGap: 2rem; + } +} + +.frostgrave .tile { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: block; + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; + min-height: -webkit-min-content; + min-height: -moz-min-content; + min-height: min-content; +} + +.frostgrave .tile.is-ancestor { + margin-left: -0.75rem; + margin-right: -0.75rem; + margin-top: -0.75rem; +} + +.frostgrave .tile.is-ancestor:last-child { + margin-bottom: -0.75rem; +} + +.frostgrave .tile.is-ancestor:not(:last-child) { + margin-bottom: 0.75rem; +} + +.frostgrave .tile.is-child { + margin: 0 !important; +} + +.frostgrave .tile.is-parent { + padding: 0.75rem; +} + +.frostgrave .tile.is-vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} + +.frostgrave .tile.is-vertical > .tile.is-child:not(:last-child) { + margin-bottom: 1.5rem !important; +} + +@media screen and (min-width: 769px), print { + .frostgrave .tile:not(.is-child) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .frostgrave .tile.is-1 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 8.33333%; + } + .frostgrave .tile.is-2 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 16.66667%; + } + .frostgrave .tile.is-3 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 25%; + } + .frostgrave .tile.is-4 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 33.33333%; + } + .frostgrave .tile.is-5 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 41.66667%; + } + .frostgrave .tile.is-6 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 50%; + } + .frostgrave .tile.is-7 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 58.33333%; + } + .frostgrave .tile.is-8 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 66.66667%; + } + .frostgrave .tile.is-9 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 75%; + } + .frostgrave .tile.is-10 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 83.33333%; + } + .frostgrave .tile.is-11 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 91.66667%; + } + .frostgrave .tile.is-12 { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + width: 100%; + } +} + +.frostgrave .has-text-white { + color: white !important; +} + +.frostgrave a.has-text-white:hover, .frostgrave a.has-text-white:focus { + color: #e6e6e6 !important; +} + +.frostgrave .has-background-white { + background-color: white !important; +} + +.frostgrave .has-text-black { + color: #0a0a0a !important; +} + +.frostgrave a.has-text-black:hover, .frostgrave a.has-text-black:focus { + color: black !important; +} + +.frostgrave .has-background-black { + background-color: #0a0a0a !important; +} + +.frostgrave .has-text-light { + color: whitesmoke !important; +} + +.frostgrave a.has-text-light:hover, .frostgrave a.has-text-light:focus { + color: #dbdbdb !important; +} + +.frostgrave .has-background-light { + background-color: whitesmoke !important; +} + +.frostgrave .has-text-dark { + color: #363636 !important; +} + +.frostgrave a.has-text-dark:hover, .frostgrave a.has-text-dark:focus { + color: #1c1c1c !important; +} + +.frostgrave .has-background-dark { + background-color: #363636 !important; +} + +.frostgrave .has-text-primary { + color: #00d1b2 !important; +} + +.frostgrave a.has-text-primary:hover, .frostgrave a.has-text-primary:focus { + color: #009e86 !important; +} + +.frostgrave .has-background-primary { + background-color: #00d1b2 !important; +} + +.frostgrave .has-text-primary-light { + color: #ebfffc !important; +} + +.frostgrave a.has-text-primary-light:hover, .frostgrave a.has-text-primary-light:focus { + color: #b8fff4 !important; +} + +.frostgrave .has-background-primary-light { + background-color: #ebfffc !important; +} + +.frostgrave .has-text-primary-dark { + color: #00947e !important; +} + +.frostgrave a.has-text-primary-dark:hover, .frostgrave a.has-text-primary-dark:focus { + color: #00c7a9 !important; +} + +.frostgrave .has-background-primary-dark { + background-color: #00947e !important; +} + +.frostgrave .has-text-link { + color: #3273dc !important; +} + +.frostgrave a.has-text-link:hover, .frostgrave a.has-text-link:focus { + color: #205bbc !important; +} + +.frostgrave .has-background-link { + background-color: #3273dc !important; +} + +.frostgrave .has-text-link-light { + color: #eef3fc !important; +} + +.frostgrave a.has-text-link-light:hover, .frostgrave a.has-text-link-light:focus { + color: #c2d5f5 !important; +} + +.frostgrave .has-background-link-light { + background-color: #eef3fc !important; +} + +.frostgrave .has-text-link-dark { + color: #2160c4 !important; +} + +.frostgrave a.has-text-link-dark:hover, .frostgrave a.has-text-link-dark:focus { + color: #3b79de !important; +} + +.frostgrave .has-background-link-dark { + background-color: #2160c4 !important; +} + +.frostgrave .has-text-info { + color: #3298dc !important; +} + +.frostgrave a.has-text-info:hover, .frostgrave a.has-text-info:focus { + color: #207dbc !important; +} + +.frostgrave .has-background-info { + background-color: #3298dc !important; +} + +.frostgrave .has-text-info-light { + color: #eef6fc !important; +} + +.frostgrave a.has-text-info-light:hover, .frostgrave a.has-text-info-light:focus { + color: #c2e0f5 !important; +} + +.frostgrave .has-background-info-light { + background-color: #eef6fc !important; +} + +.frostgrave .has-text-info-dark { + color: #1d72aa !important; +} + +.frostgrave a.has-text-info-dark:hover, .frostgrave a.has-text-info-dark:focus { + color: #248fd6 !important; +} + +.frostgrave .has-background-info-dark { + background-color: #1d72aa !important; +} + +.frostgrave .has-text-success { + color: #48c774 !important; +} + +.frostgrave a.has-text-success:hover, .frostgrave a.has-text-success:focus { + color: #34a85c !important; +} + +.frostgrave .has-background-success { + background-color: #48c774 !important; +} + +.frostgrave .has-text-success-light { + color: #effaf3 !important; +} + +.frostgrave a.has-text-success-light:hover, .frostgrave a.has-text-success-light:focus { + color: #c8eed6 !important; +} + +.frostgrave .has-background-success-light { + background-color: #effaf3 !important; +} + +.frostgrave .has-text-success-dark { + color: #257942 !important; +} + +.frostgrave a.has-text-success-dark:hover, .frostgrave a.has-text-success-dark:focus { + color: #31a058 !important; +} + +.frostgrave .has-background-success-dark { + background-color: #257942 !important; +} + +.frostgrave .has-text-warning { + color: #ffdd57 !important; +} + +.frostgrave a.has-text-warning:hover, .frostgrave a.has-text-warning:focus { + color: #ffd324 !important; +} + +.frostgrave .has-background-warning { + background-color: #ffdd57 !important; +} + +.frostgrave .has-text-warning-light { + color: #fffbeb !important; +} + +.frostgrave a.has-text-warning-light:hover, .frostgrave a.has-text-warning-light:focus { + color: #fff1b8 !important; +} + +.frostgrave .has-background-warning-light { + background-color: #fffbeb !important; +} + +.frostgrave .has-text-warning-dark { + color: #947600 !important; +} + +.frostgrave a.has-text-warning-dark:hover, .frostgrave a.has-text-warning-dark:focus { + color: #c79f00 !important; +} + +.frostgrave .has-background-warning-dark { + background-color: #947600 !important; +} + +.frostgrave .has-text-danger { + color: #f14668 !important; +} + +.frostgrave a.has-text-danger:hover, .frostgrave a.has-text-danger:focus { + color: #ee1742 !important; +} + +.frostgrave .has-background-danger { + background-color: #f14668 !important; +} + +.frostgrave .has-text-danger-light { + color: #feecf0 !important; +} + +.frostgrave a.has-text-danger-light:hover, .frostgrave a.has-text-danger-light:focus { + color: #fabdc9 !important; +} + +.frostgrave .has-background-danger-light { + background-color: #feecf0 !important; +} + +.frostgrave .has-text-danger-dark { + color: #cc0f35 !important; +} + +.frostgrave a.has-text-danger-dark:hover, .frostgrave a.has-text-danger-dark:focus { + color: #ee2049 !important; +} + +.frostgrave .has-background-danger-dark { + background-color: #cc0f35 !important; +} + +.frostgrave .has-text-black-bis { + color: #121212 !important; +} + +.frostgrave .has-background-black-bis { + background-color: #121212 !important; +} + +.frostgrave .has-text-black-ter { + color: #242424 !important; +} + +.frostgrave .has-background-black-ter { + background-color: #242424 !important; +} + +.frostgrave .has-text-grey-darker { + color: #363636 !important; +} + +.frostgrave .has-background-grey-darker { + background-color: #363636 !important; +} + +.frostgrave .has-text-grey-dark { + color: #4a4a4a !important; +} + +.frostgrave .has-background-grey-dark { + background-color: #4a4a4a !important; +} + +.frostgrave .has-text-grey { + color: #7a7a7a !important; +} + +.frostgrave .has-background-grey { + background-color: #7a7a7a !important; +} + +.frostgrave .has-text-grey-light { + color: #b5b5b5 !important; +} + +.frostgrave .has-background-grey-light { + background-color: #b5b5b5 !important; +} + +.frostgrave .has-text-grey-lighter { + color: #dbdbdb !important; +} + +.frostgrave .has-background-grey-lighter { + background-color: #dbdbdb !important; +} + +.frostgrave .has-text-white-ter { + color: whitesmoke !important; +} + +.frostgrave .has-background-white-ter { + background-color: whitesmoke !important; +} + +.frostgrave .has-text-white-bis { + color: #fafafa !important; +} + +.frostgrave .has-background-white-bis { + background-color: #fafafa !important; +} + +.frostgrave .is-clearfix::after { + clear: both; + content: " "; + display: table; +} + +.frostgrave .is-pulled-left { + float: left !important; +} + +.frostgrave .is-pulled-right { + float: right !important; +} + +.frostgrave .is-radiusless { + border-radius: 0 !important; +} + +.frostgrave .is-shadowless { + -webkit-box-shadow: none !important; + box-shadow: none !important; +} + +.frostgrave .is-clipped { + overflow: hidden !important; +} + +.frostgrave .is-relative { + position: relative !important; +} + +.frostgrave .is-marginless { + margin: 0 !important; +} + +.frostgrave .is-paddingless { + padding: 0 !important; +} + +.frostgrave .mt-0 { + margin-top: 0 !important; +} + +.frostgrave .mr-0 { + margin-right: 0 !important; +} + +.frostgrave .mb-0 { + margin-bottom: 0 !important; +} + +.frostgrave .ml-0 { + margin-left: 0 !important; +} + +.frostgrave .mx-0 { + margin-left: 0 !important; + margin-right: 0 !important; +} + +.frostgrave .my-0 { + margin-top: 0 !important; + margin-bottom: 0 !important; +} + +.frostgrave .mt-1 { + margin-top: 0.25rem !important; +} + +.frostgrave .mr-1 { + margin-right: 0.25rem !important; +} + +.frostgrave .mb-1 { + margin-bottom: 0.25rem !important; +} + +.frostgrave .ml-1 { + margin-left: 0.25rem !important; +} + +.frostgrave .mx-1 { + margin-left: 0.25rem !important; + margin-right: 0.25rem !important; +} + +.frostgrave .my-1 { + margin-top: 0.25rem !important; + margin-bottom: 0.25rem !important; +} + +.frostgrave .mt-2 { + margin-top: 0.5rem !important; +} + +.frostgrave .mr-2 { + margin-right: 0.5rem !important; +} + +.frostgrave .mb-2 { + margin-bottom: 0.5rem !important; +} + +.frostgrave .ml-2 { + margin-left: 0.5rem !important; +} + +.frostgrave .mx-2 { + margin-left: 0.5rem !important; + margin-right: 0.5rem !important; +} + +.frostgrave .my-2 { + margin-top: 0.5rem !important; + margin-bottom: 0.5rem !important; +} + +.frostgrave .mt-3 { + margin-top: 0.75rem !important; +} + +.frostgrave .mr-3 { + margin-right: 0.75rem !important; +} + +.frostgrave .mb-3 { + margin-bottom: 0.75rem !important; +} + +.frostgrave .ml-3 { + margin-left: 0.75rem !important; +} + +.frostgrave .mx-3 { + margin-left: 0.75rem !important; + margin-right: 0.75rem !important; +} + +.frostgrave .my-3 { + margin-top: 0.75rem !important; + margin-bottom: 0.75rem !important; +} + +.frostgrave .mt-4 { + margin-top: 1rem !important; +} + +.frostgrave .mr-4 { + margin-right: 1rem !important; +} + +.frostgrave .mb-4 { + margin-bottom: 1rem !important; +} + +.frostgrave .ml-4 { + margin-left: 1rem !important; +} + +.frostgrave .mx-4 { + margin-left: 1rem !important; + margin-right: 1rem !important; +} + +.frostgrave .my-4 { + margin-top: 1rem !important; + margin-bottom: 1rem !important; +} + +.frostgrave .mt-5 { + margin-top: 1.5rem !important; +} + +.frostgrave .mr-5 { + margin-right: 1.5rem !important; +} + +.frostgrave .mb-5 { + margin-bottom: 1.5rem !important; +} + +.frostgrave .ml-5 { + margin-left: 1.5rem !important; +} + +.frostgrave .mx-5 { + margin-left: 1.5rem !important; + margin-right: 1.5rem !important; +} + +.frostgrave .my-5 { + margin-top: 1.5rem !important; + margin-bottom: 1.5rem !important; +} + +.frostgrave .mt-6 { + margin-top: 3rem !important; +} + +.frostgrave .mr-6 { + margin-right: 3rem !important; +} + +.frostgrave .mb-6 { + margin-bottom: 3rem !important; +} + +.frostgrave .ml-6 { + margin-left: 3rem !important; +} + +.frostgrave .mx-6 { + margin-left: 3rem !important; + margin-right: 3rem !important; +} + +.frostgrave .my-6 { + margin-top: 3rem !important; + margin-bottom: 3rem !important; +} + +.frostgrave .pt-0 { + padding-top: 0 !important; +} + +.frostgrave .pr-0 { + padding-right: 0 !important; +} + +.frostgrave .pb-0 { + padding-bottom: 0 !important; +} + +.frostgrave .pl-0 { + padding-left: 0 !important; +} + +.frostgrave .px-0 { + padding-left: 0 !important; + padding-right: 0 !important; +} + +.frostgrave .py-0 { + padding-top: 0 !important; + padding-bottom: 0 !important; +} + +.frostgrave .pt-1 { + padding-top: 0.25rem !important; +} + +.frostgrave .pr-1 { + padding-right: 0.25rem !important; +} + +.frostgrave .pb-1 { + padding-bottom: 0.25rem !important; +} + +.frostgrave .pl-1 { + padding-left: 0.25rem !important; +} + +.frostgrave .px-1 { + padding-left: 0.25rem !important; + padding-right: 0.25rem !important; +} + +.frostgrave .py-1 { + padding-top: 0.25rem !important; + padding-bottom: 0.25rem !important; +} + +.frostgrave .pt-2 { + padding-top: 0.5rem !important; +} + +.frostgrave .pr-2 { + padding-right: 0.5rem !important; +} + +.frostgrave .pb-2 { + padding-bottom: 0.5rem !important; +} + +.frostgrave .pl-2 { + padding-left: 0.5rem !important; +} + +.frostgrave .px-2 { + padding-left: 0.5rem !important; + padding-right: 0.5rem !important; +} + +.frostgrave .py-2 { + padding-top: 0.5rem !important; + padding-bottom: 0.5rem !important; +} + +.frostgrave .pt-3 { + padding-top: 0.75rem !important; +} + +.frostgrave .pr-3 { + padding-right: 0.75rem !important; +} + +.frostgrave .pb-3 { + padding-bottom: 0.75rem !important; +} + +.frostgrave .pl-3 { + padding-left: 0.75rem !important; +} + +.frostgrave .px-3 { + padding-left: 0.75rem !important; + padding-right: 0.75rem !important; +} + +.frostgrave .py-3 { + padding-top: 0.75rem !important; + padding-bottom: 0.75rem !important; +} + +.frostgrave .pt-4 { + padding-top: 1rem !important; +} + +.frostgrave .pr-4 { + padding-right: 1rem !important; +} + +.frostgrave .pb-4 { + padding-bottom: 1rem !important; +} + +.frostgrave .pl-4 { + padding-left: 1rem !important; +} + +.frostgrave .px-4 { + padding-left: 1rem !important; + padding-right: 1rem !important; +} + +.frostgrave .py-4 { + padding-top: 1rem !important; + padding-bottom: 1rem !important; +} + +.frostgrave .pt-5 { + padding-top: 1.5rem !important; +} + +.frostgrave .pr-5 { + padding-right: 1.5rem !important; +} + +.frostgrave .pb-5 { + padding-bottom: 1.5rem !important; +} + +.frostgrave .pl-5 { + padding-left: 1.5rem !important; +} + +.frostgrave .px-5 { + padding-left: 1.5rem !important; + padding-right: 1.5rem !important; +} + +.frostgrave .py-5 { + padding-top: 1.5rem !important; + padding-bottom: 1.5rem !important; +} + +.frostgrave .pt-6 { + padding-top: 3rem !important; +} + +.frostgrave .pr-6 { + padding-right: 3rem !important; +} + +.frostgrave .pb-6 { + padding-bottom: 3rem !important; +} + +.frostgrave .pl-6 { + padding-left: 3rem !important; +} + +.frostgrave .px-6 { + padding-left: 3rem !important; + padding-right: 3rem !important; +} + +.frostgrave .py-6 { + padding-top: 3rem !important; + padding-bottom: 3rem !important; +} + +.frostgrave .is-size-1 { + font-size: 3rem !important; +} + +.frostgrave .is-size-2 { + font-size: 2.5rem !important; +} + +.frostgrave .is-size-3 { + font-size: 2rem !important; +} + +.frostgrave .is-size-4 { + font-size: 1.5rem !important; +} + +.frostgrave .is-size-5 { + font-size: 1.25rem !important; +} + +.frostgrave .is-size-6 { + font-size: 1rem !important; +} + +.frostgrave .is-size-7 { + font-size: 0.75rem !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .is-size-1-mobile { + font-size: 3rem !important; + } + .frostgrave .is-size-2-mobile { + font-size: 2.5rem !important; + } + .frostgrave .is-size-3-mobile { + font-size: 2rem !important; + } + .frostgrave .is-size-4-mobile { + font-size: 1.5rem !important; + } + .frostgrave .is-size-5-mobile { + font-size: 1.25rem !important; + } + .frostgrave .is-size-6-mobile { + font-size: 1rem !important; + } + .frostgrave .is-size-7-mobile { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-size-1-tablet { + font-size: 3rem !important; + } + .frostgrave .is-size-2-tablet { + font-size: 2.5rem !important; + } + .frostgrave .is-size-3-tablet { + font-size: 2rem !important; + } + .frostgrave .is-size-4-tablet { + font-size: 1.5rem !important; + } + .frostgrave .is-size-5-tablet { + font-size: 1.25rem !important; + } + .frostgrave .is-size-6-tablet { + font-size: 1rem !important; + } + .frostgrave .is-size-7-tablet { + font-size: 0.75rem !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-size-1-touch { + font-size: 3rem !important; + } + .frostgrave .is-size-2-touch { + font-size: 2.5rem !important; + } + .frostgrave .is-size-3-touch { + font-size: 2rem !important; + } + .frostgrave .is-size-4-touch { + font-size: 1.5rem !important; + } + .frostgrave .is-size-5-touch { + font-size: 1.25rem !important; + } + .frostgrave .is-size-6-touch { + font-size: 1rem !important; + } + .frostgrave .is-size-7-touch { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-size-1-desktop { + font-size: 3rem !important; + } + .frostgrave .is-size-2-desktop { + font-size: 2.5rem !important; + } + .frostgrave .is-size-3-desktop { + font-size: 2rem !important; + } + .frostgrave .is-size-4-desktop { + font-size: 1.5rem !important; + } + .frostgrave .is-size-5-desktop { + font-size: 1.25rem !important; + } + .frostgrave .is-size-6-desktop { + font-size: 1rem !important; + } + .frostgrave .is-size-7-desktop { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-size-1-widescreen { + font-size: 3rem !important; + } + .frostgrave .is-size-2-widescreen { + font-size: 2.5rem !important; + } + .frostgrave .is-size-3-widescreen { + font-size: 2rem !important; + } + .frostgrave .is-size-4-widescreen { + font-size: 1.5rem !important; + } + .frostgrave .is-size-5-widescreen { + font-size: 1.25rem !important; + } + .frostgrave .is-size-6-widescreen { + font-size: 1rem !important; + } + .frostgrave .is-size-7-widescreen { + font-size: 0.75rem !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-size-1-fullhd { + font-size: 3rem !important; + } + .frostgrave .is-size-2-fullhd { + font-size: 2.5rem !important; + } + .frostgrave .is-size-3-fullhd { + font-size: 2rem !important; + } + .frostgrave .is-size-4-fullhd { + font-size: 1.5rem !important; + } + .frostgrave .is-size-5-fullhd { + font-size: 1.25rem !important; + } + .frostgrave .is-size-6-fullhd { + font-size: 1rem !important; + } + .frostgrave .is-size-7-fullhd { + font-size: 0.75rem !important; + } +} + +.frostgrave .has-text-centered { + text-align: center !important; +} + +.frostgrave .has-text-justified { + text-align: justify !important; +} + +.frostgrave .has-text-left { + text-align: left !important; +} + +.frostgrave .has-text-right { + text-align: right !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .has-text-centered-mobile { + text-align: center !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .has-text-centered-tablet { + text-align: center !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .has-text-centered-tablet-only { + text-align: center !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .has-text-centered-touch { + text-align: center !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .has-text-centered-desktop { + text-align: center !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .has-text-centered-desktop-only { + text-align: center !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .has-text-centered-widescreen { + text-align: center !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .has-text-centered-widescreen-only { + text-align: center !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .has-text-centered-fullhd { + text-align: center !important; + } +} + +@media screen and (max-width: 768px) { + .frostgrave .has-text-justified-mobile { + text-align: justify !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .has-text-justified-tablet { + text-align: justify !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .has-text-justified-tablet-only { + text-align: justify !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .has-text-justified-touch { + text-align: justify !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .has-text-justified-desktop { + text-align: justify !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .has-text-justified-desktop-only { + text-align: justify !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .has-text-justified-widescreen { + text-align: justify !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .has-text-justified-widescreen-only { + text-align: justify !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .has-text-justified-fullhd { + text-align: justify !important; + } +} + +@media screen and (max-width: 768px) { + .frostgrave .has-text-left-mobile { + text-align: left !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .has-text-left-tablet { + text-align: left !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .has-text-left-tablet-only { + text-align: left !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .has-text-left-touch { + text-align: left !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .has-text-left-desktop { + text-align: left !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .has-text-left-desktop-only { + text-align: left !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .has-text-left-widescreen { + text-align: left !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .has-text-left-widescreen-only { + text-align: left !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .has-text-left-fullhd { + text-align: left !important; + } +} + +@media screen and (max-width: 768px) { + .frostgrave .has-text-right-mobile { + text-align: right !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .has-text-right-tablet { + text-align: right !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .has-text-right-tablet-only { + text-align: right !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .has-text-right-touch { + text-align: right !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .has-text-right-desktop { + text-align: right !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .has-text-right-desktop-only { + text-align: right !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .has-text-right-widescreen { + text-align: right !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .has-text-right-widescreen-only { + text-align: right !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .has-text-right-fullhd { + text-align: right !important; + } +} + +.frostgrave .is-capitalized { + text-transform: capitalize !important; +} + +.frostgrave .is-lowercase { + text-transform: lowercase !important; +} + +.frostgrave .is-uppercase { + text-transform: uppercase !important; +} + +.frostgrave .is-italic { + font-style: italic !important; +} + +.frostgrave .has-text-weight-light { + font-weight: 300 !important; +} + +.frostgrave .has-text-weight-normal { + font-weight: 400 !important; +} + +.frostgrave .has-text-weight-medium { + font-weight: 500 !important; +} + +.frostgrave .has-text-weight-semibold { + font-weight: 600 !important; +} + +.frostgrave .has-text-weight-bold { + font-weight: 700 !important; +} + +.frostgrave .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; +} + +.frostgrave .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; +} + +.frostgrave .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; +} + +.frostgrave .is-family-monospace { + font-family: monospace !important; +} + +.frostgrave .is-family-code { + font-family: monospace !important; +} + +.frostgrave .is-block { + display: block !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .is-block-mobile { + display: block !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-block-tablet { + display: block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .is-block-tablet-only { + display: block !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-block-touch { + display: block !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-block-desktop { + display: block !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .is-block-desktop-only { + display: block !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-block-widescreen { + display: block !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .is-block-widescreen-only { + display: block !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-block-fullhd { + display: block !important; + } +} + +.frostgrave .is-flex { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .is-flex-mobile { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-flex-tablet { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .is-flex-tablet-only { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-flex-touch { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-flex-desktop { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .is-flex-desktop-only { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-flex-widescreen { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .is-flex-widescreen-only { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-flex-fullhd { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + } +} + +.frostgrave .is-inline { + display: inline !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .is-inline-mobile { + display: inline !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-inline-tablet { + display: inline !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .is-inline-tablet-only { + display: inline !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-inline-touch { + display: inline !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-inline-desktop { + display: inline !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .is-inline-desktop-only { + display: inline !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-inline-widescreen { + display: inline !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .is-inline-widescreen-only { + display: inline !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-inline-fullhd { + display: inline !important; + } +} + +.frostgrave .is-inline-block { + display: inline-block !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .is-inline-block-mobile { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-inline-block-tablet { + display: inline-block !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .is-inline-block-tablet-only { + display: inline-block !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-inline-block-touch { + display: inline-block !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-inline-block-desktop { + display: inline-block !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .is-inline-block-desktop-only { + display: inline-block !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-inline-block-widescreen { + display: inline-block !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .is-inline-block-widescreen-only { + display: inline-block !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-inline-block-fullhd { + display: inline-block !important; + } +} + +.frostgrave .is-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .is-inline-flex-mobile { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-inline-flex-tablet { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .is-inline-flex-tablet-only { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-inline-flex-touch { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-inline-flex-desktop { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .is-inline-flex-desktop-only { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-inline-flex-widescreen { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .is-inline-flex-widescreen-only { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-inline-flex-fullhd { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } +} + +.frostgrave .is-hidden { + display: none !important; +} + +.frostgrave .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) { + .frostgrave .is-hidden-mobile { + display: none !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-hidden-tablet { + display: none !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .is-hidden-tablet-only { + display: none !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-hidden-touch { + display: none !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-hidden-desktop { + display: none !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .is-hidden-desktop-only { + display: none !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-hidden-widescreen { + display: none !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .is-hidden-widescreen-only { + display: none !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-hidden-fullhd { + display: none !important; + } +} + +.frostgrave .is-invisible { + visibility: hidden !important; +} + +@media screen and (max-width: 768px) { + .frostgrave .is-invisible-mobile { + visibility: hidden !important; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .is-invisible-tablet { + visibility: hidden !important; + } +} + +@media screen and (min-width: 769px) and (max-width: 1023px) { + .frostgrave .is-invisible-tablet-only { + visibility: hidden !important; + } +} + +@media screen and (max-width: 1023px) { + .frostgrave .is-invisible-touch { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1024px) { + .frostgrave .is-invisible-desktop { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1024px) and (max-width: 1215px) { + .frostgrave .is-invisible-desktop-only { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1216px) { + .frostgrave .is-invisible-widescreen { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1216px) and (max-width: 1407px) { + .frostgrave .is-invisible-widescreen-only { + visibility: hidden !important; + } +} + +@media screen and (min-width: 1408px) { + .frostgrave .is-invisible-fullhd { + visibility: hidden !important; + } +} + +.frostgrave .hero { + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} + +.frostgrave .hero .navbar { + background: none; +} + +.frostgrave .hero .tabs ul { + border-bottom: none; +} + +.frostgrave .hero.is-white { + background-color: white; + color: #0a0a0a; +} + +.frostgrave .hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-white strong { + color: inherit; +} + +.frostgrave .hero.is-white .title { + color: #0a0a0a; +} + +.frostgrave .hero.is-white .subtitle { + color: rgba(10, 10, 10, 0.9); +} + +.frostgrave .hero.is-white .subtitle a:not(.button), +.frostgrave .hero.is-white .subtitle strong { + color: #0a0a0a; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-white .navbar-menu { + background-color: white; + } +} + +.frostgrave .hero.is-white .navbar-item, +.frostgrave .hero.is-white .navbar-link { + color: rgba(10, 10, 10, 0.7); +} + +.frostgrave .hero.is-white a.navbar-item:hover, .frostgrave .hero.is-white a.navbar-item.is-active, +.frostgrave .hero.is-white .navbar-link:hover, +.frostgrave .hero.is-white .navbar-link.is-active { + background-color: #f2f2f2; + color: #0a0a0a; +} + +.frostgrave .hero.is-white .tabs a { + color: #0a0a0a; + opacity: 0.9; +} + +.frostgrave .hero.is-white .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-white .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-white .tabs.is-boxed a, .frostgrave .hero.is-white .tabs.is-toggle a { + color: #0a0a0a; +} + +.frostgrave .hero.is-white .tabs.is-boxed a:hover, .frostgrave .hero.is-white .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-white .tabs.is-boxed li.is-active a, .frostgrave .hero.is-white .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-white .tabs.is-toggle li.is-active a, .frostgrave .hero.is-white .tabs.is-toggle li.is-active a:hover { + background-color: #0a0a0a; + border-color: #0a0a0a; + color: white; +} + +.frostgrave .hero.is-white.is-bold { + background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%); + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-white.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #e6e6e6 0%, white 71%, white 100%); + background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%); + } +} + +.frostgrave .hero.is-black { + background-color: #0a0a0a; + color: white; +} + +.frostgrave .hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-black strong { + color: inherit; +} + +.frostgrave .hero.is-black .title { + color: white; +} + +.frostgrave .hero.is-black .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.frostgrave .hero.is-black .subtitle a:not(.button), +.frostgrave .hero.is-black .subtitle strong { + color: white; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-black .navbar-menu { + background-color: #0a0a0a; + } +} + +.frostgrave .hero.is-black .navbar-item, +.frostgrave .hero.is-black .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.frostgrave .hero.is-black a.navbar-item:hover, .frostgrave .hero.is-black a.navbar-item.is-active, +.frostgrave .hero.is-black .navbar-link:hover, +.frostgrave .hero.is-black .navbar-link.is-active { + background-color: black; + color: white; +} + +.frostgrave .hero.is-black .tabs a { + color: white; + opacity: 0.9; +} + +.frostgrave .hero.is-black .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-black .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-black .tabs.is-boxed a, .frostgrave .hero.is-black .tabs.is-toggle a { + color: white; +} + +.frostgrave .hero.is-black .tabs.is-boxed a:hover, .frostgrave .hero.is-black .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-black .tabs.is-boxed li.is-active a, .frostgrave .hero.is-black .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-black .tabs.is-toggle li.is-active a, .frostgrave .hero.is-black .tabs.is-toggle li.is-active a:hover { + background-color: white; + border-color: white; + color: #0a0a0a; +} + +.frostgrave .hero.is-black.is-bold { + background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%); + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-black.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, black 0%, #0a0a0a 71%, #181616 100%); + background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%); + } +} + +.frostgrave .hero.is-light { + background-color: whitesmoke; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-light strong { + color: inherit; +} + +.frostgrave .hero.is-light .title { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-light .subtitle { + color: rgba(0, 0, 0, 0.9); +} + +.frostgrave .hero.is-light .subtitle a:not(.button), +.frostgrave .hero.is-light .subtitle strong { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-light .navbar-menu { + background-color: whitesmoke; + } +} + +.frostgrave .hero.is-light .navbar-item, +.frostgrave .hero.is-light .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-light a.navbar-item:hover, .frostgrave .hero.is-light a.navbar-item.is-active, +.frostgrave .hero.is-light .navbar-link:hover, +.frostgrave .hero.is-light .navbar-link.is-active { + background-color: #e8e8e8; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-light .tabs a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; +} + +.frostgrave .hero.is-light .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-light .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-light .tabs.is-boxed a, .frostgrave .hero.is-light .tabs.is-toggle a { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-light .tabs.is-boxed a:hover, .frostgrave .hero.is-light .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-light .tabs.is-boxed li.is-active a, .frostgrave .hero.is-light .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-light .tabs.is-toggle li.is-active a, .frostgrave .hero.is-light .tabs.is-toggle li.is-active a:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: whitesmoke; +} + +.frostgrave .hero.is-light.is-bold { + background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%); + background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-light.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #dfd8d9 0%, whitesmoke 71%, white 100%); + background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%); + } +} + +.frostgrave .hero.is-dark { + background-color: #363636; + color: #fff; +} + +.frostgrave .hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-dark strong { + color: inherit; +} + +.frostgrave .hero.is-dark .title { + color: #fff; +} + +.frostgrave .hero.is-dark .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.frostgrave .hero.is-dark .subtitle a:not(.button), +.frostgrave .hero.is-dark .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-dark .navbar-menu { + background-color: #363636; + } +} + +.frostgrave .hero.is-dark .navbar-item, +.frostgrave .hero.is-dark .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.frostgrave .hero.is-dark a.navbar-item:hover, .frostgrave .hero.is-dark a.navbar-item.is-active, +.frostgrave .hero.is-dark .navbar-link:hover, +.frostgrave .hero.is-dark .navbar-link.is-active { + background-color: #292929; + color: #fff; +} + +.frostgrave .hero.is-dark .tabs a { + color: #fff; + opacity: 0.9; +} + +.frostgrave .hero.is-dark .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-dark .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-dark .tabs.is-boxed a, .frostgrave .hero.is-dark .tabs.is-toggle a { + color: #fff; +} + +.frostgrave .hero.is-dark .tabs.is-boxed a:hover, .frostgrave .hero.is-dark .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-dark .tabs.is-boxed li.is-active a, .frostgrave .hero.is-dark .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-dark .tabs.is-toggle li.is-active a, .frostgrave .hero.is-dark .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #363636; +} + +.frostgrave .hero.is-dark.is-bold { + background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%); + background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-dark.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #1f191a 0%, #363636 71%, #46403f 100%); + background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%); + } +} + +.frostgrave .hero.is-primary { + background-color: #00d1b2; + color: #fff; +} + +.frostgrave .hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-primary strong { + color: inherit; +} + +.frostgrave .hero.is-primary .title { + color: #fff; +} + +.frostgrave .hero.is-primary .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.frostgrave .hero.is-primary .subtitle a:not(.button), +.frostgrave .hero.is-primary .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-primary .navbar-menu { + background-color: #00d1b2; + } +} + +.frostgrave .hero.is-primary .navbar-item, +.frostgrave .hero.is-primary .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.frostgrave .hero.is-primary a.navbar-item:hover, .frostgrave .hero.is-primary a.navbar-item.is-active, +.frostgrave .hero.is-primary .navbar-link:hover, +.frostgrave .hero.is-primary .navbar-link.is-active { + background-color: #00b89c; + color: #fff; +} + +.frostgrave .hero.is-primary .tabs a { + color: #fff; + opacity: 0.9; +} + +.frostgrave .hero.is-primary .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-primary .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-primary .tabs.is-boxed a, .frostgrave .hero.is-primary .tabs.is-toggle a { + color: #fff; +} + +.frostgrave .hero.is-primary .tabs.is-boxed a:hover, .frostgrave .hero.is-primary .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-primary .tabs.is-boxed li.is-active a, .frostgrave .hero.is-primary .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-primary .tabs.is-toggle li.is-active a, .frostgrave .hero.is-primary .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #00d1b2; +} + +.frostgrave .hero.is-primary.is-bold { + background-image: -o-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-primary.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); + background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%); + } +} + +.frostgrave .hero.is-link { + background-color: #3273dc; + color: #fff; +} + +.frostgrave .hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-link strong { + color: inherit; +} + +.frostgrave .hero.is-link .title { + color: #fff; +} + +.frostgrave .hero.is-link .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.frostgrave .hero.is-link .subtitle a:not(.button), +.frostgrave .hero.is-link .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-link .navbar-menu { + background-color: #3273dc; + } +} + +.frostgrave .hero.is-link .navbar-item, +.frostgrave .hero.is-link .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.frostgrave .hero.is-link a.navbar-item:hover, .frostgrave .hero.is-link a.navbar-item.is-active, +.frostgrave .hero.is-link .navbar-link:hover, +.frostgrave .hero.is-link .navbar-link.is-active { + background-color: #2366d1; + color: #fff; +} + +.frostgrave .hero.is-link .tabs a { + color: #fff; + opacity: 0.9; +} + +.frostgrave .hero.is-link .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-link .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-link .tabs.is-boxed a, .frostgrave .hero.is-link .tabs.is-toggle a { + color: #fff; +} + +.frostgrave .hero.is-link .tabs.is-boxed a:hover, .frostgrave .hero.is-link .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-link .tabs.is-boxed li.is-active a, .frostgrave .hero.is-link .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-link .tabs.is-toggle li.is-active a, .frostgrave .hero.is-link .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #3273dc; +} + +.frostgrave .hero.is-link.is-bold { + background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-link.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%); + } +} + +.frostgrave .hero.is-info { + background-color: #3298dc; + color: #fff; +} + +.frostgrave .hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-info strong { + color: inherit; +} + +.frostgrave .hero.is-info .title { + color: #fff; +} + +.frostgrave .hero.is-info .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.frostgrave .hero.is-info .subtitle a:not(.button), +.frostgrave .hero.is-info .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-info .navbar-menu { + background-color: #3298dc; + } +} + +.frostgrave .hero.is-info .navbar-item, +.frostgrave .hero.is-info .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.frostgrave .hero.is-info a.navbar-item:hover, .frostgrave .hero.is-info a.navbar-item.is-active, +.frostgrave .hero.is-info .navbar-link:hover, +.frostgrave .hero.is-info .navbar-link.is-active { + background-color: #238cd1; + color: #fff; +} + +.frostgrave .hero.is-info .tabs a { + color: #fff; + opacity: 0.9; +} + +.frostgrave .hero.is-info .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-info .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-info .tabs.is-boxed a, .frostgrave .hero.is-info .tabs.is-toggle a { + color: #fff; +} + +.frostgrave .hero.is-info .tabs.is-boxed a:hover, .frostgrave .hero.is-info .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-info .tabs.is-boxed li.is-active a, .frostgrave .hero.is-info .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-info .tabs.is-toggle li.is-active a, .frostgrave .hero.is-info .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #3298dc; +} + +.frostgrave .hero.is-info.is-bold { + background-image: -o-linear-gradient(309deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-info.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%); + } +} + +.frostgrave .hero.is-success { + background-color: #48c774; + color: #fff; +} + +.frostgrave .hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-success strong { + color: inherit; +} + +.frostgrave .hero.is-success .title { + color: #fff; +} + +.frostgrave .hero.is-success .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.frostgrave .hero.is-success .subtitle a:not(.button), +.frostgrave .hero.is-success .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-success .navbar-menu { + background-color: #48c774; + } +} + +.frostgrave .hero.is-success .navbar-item, +.frostgrave .hero.is-success .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.frostgrave .hero.is-success a.navbar-item:hover, .frostgrave .hero.is-success a.navbar-item.is-active, +.frostgrave .hero.is-success .navbar-link:hover, +.frostgrave .hero.is-success .navbar-link.is-active { + background-color: #3abb67; + color: #fff; +} + +.frostgrave .hero.is-success .tabs a { + color: #fff; + opacity: 0.9; +} + +.frostgrave .hero.is-success .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-success .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-success .tabs.is-boxed a, .frostgrave .hero.is-success .tabs.is-toggle a { + color: #fff; +} + +.frostgrave .hero.is-success .tabs.is-boxed a:hover, .frostgrave .hero.is-success .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-success .tabs.is-boxed li.is-active a, .frostgrave .hero.is-success .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-success .tabs.is-toggle li.is-active a, .frostgrave .hero.is-success .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #48c774; +} + +.frostgrave .hero.is-success.is-bold { + background-image: -o-linear-gradient(309deg, #29b342 0%, #48c774 71%, #56d296 100%); + background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-success.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #29b342 0%, #48c774 71%, #56d296 100%); + background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%); + } +} + +.frostgrave .hero.is-warning { + background-color: #ffdd57; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-warning strong { + color: inherit; +} + +.frostgrave .hero.is-warning .title { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-warning .subtitle { + color: rgba(0, 0, 0, 0.9); +} + +.frostgrave .hero.is-warning .subtitle a:not(.button), +.frostgrave .hero.is-warning .subtitle strong { + color: rgba(0, 0, 0, 0.7); +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-warning .navbar-menu { + background-color: #ffdd57; + } +} + +.frostgrave .hero.is-warning .navbar-item, +.frostgrave .hero.is-warning .navbar-link { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-warning a.navbar-item:hover, .frostgrave .hero.is-warning a.navbar-item.is-active, +.frostgrave .hero.is-warning .navbar-link:hover, +.frostgrave .hero.is-warning .navbar-link.is-active { + background-color: #ffd83d; + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-warning .tabs a { + color: rgba(0, 0, 0, 0.7); + opacity: 0.9; +} + +.frostgrave .hero.is-warning .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-warning .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-warning .tabs.is-boxed a, .frostgrave .hero.is-warning .tabs.is-toggle a { + color: rgba(0, 0, 0, 0.7); +} + +.frostgrave .hero.is-warning .tabs.is-boxed a:hover, .frostgrave .hero.is-warning .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-warning .tabs.is-boxed li.is-active a, .frostgrave .hero.is-warning .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-warning .tabs.is-toggle li.is-active a, .frostgrave .hero.is-warning .tabs.is-toggle li.is-active a:hover { + background-color: rgba(0, 0, 0, 0.7); + border-color: rgba(0, 0, 0, 0.7); + color: #ffdd57; +} + +.frostgrave .hero.is-warning.is-bold { + background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-warning.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%); + } +} + +.frostgrave .hero.is-danger { + background-color: #f14668; + color: #fff; +} + +.frostgrave .hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current), +.frostgrave .hero.is-danger strong { + color: inherit; +} + +.frostgrave .hero.is-danger .title { + color: #fff; +} + +.frostgrave .hero.is-danger .subtitle { + color: rgba(255, 255, 255, 0.9); +} + +.frostgrave .hero.is-danger .subtitle a:not(.button), +.frostgrave .hero.is-danger .subtitle strong { + color: #fff; +} + +@media screen and (max-width: 1023px) { + .frostgrave .hero.is-danger .navbar-menu { + background-color: #f14668; + } +} + +.frostgrave .hero.is-danger .navbar-item, +.frostgrave .hero.is-danger .navbar-link { + color: rgba(255, 255, 255, 0.7); +} + +.frostgrave .hero.is-danger a.navbar-item:hover, .frostgrave .hero.is-danger a.navbar-item.is-active, +.frostgrave .hero.is-danger .navbar-link:hover, +.frostgrave .hero.is-danger .navbar-link.is-active { + background-color: #ef2e55; + color: #fff; +} + +.frostgrave .hero.is-danger .tabs a { + color: #fff; + opacity: 0.9; +} + +.frostgrave .hero.is-danger .tabs a:hover { + opacity: 1; +} + +.frostgrave .hero.is-danger .tabs li.is-active a { + opacity: 1; +} + +.frostgrave .hero.is-danger .tabs.is-boxed a, .frostgrave .hero.is-danger .tabs.is-toggle a { + color: #fff; +} + +.frostgrave .hero.is-danger .tabs.is-boxed a:hover, .frostgrave .hero.is-danger .tabs.is-toggle a:hover { + background-color: rgba(10, 10, 10, 0.1); +} + +.frostgrave .hero.is-danger .tabs.is-boxed li.is-active a, .frostgrave .hero.is-danger .tabs.is-boxed li.is-active a:hover, .frostgrave .hero.is-danger .tabs.is-toggle li.is-active a, .frostgrave .hero.is-danger .tabs.is-toggle li.is-active a:hover { + background-color: #fff; + border-color: #fff; + color: #f14668; +} + +.frostgrave .hero.is-danger.is-bold { + background-image: -o-linear-gradient(309deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); +} + +@media screen and (max-width: 768px) { + .frostgrave .hero.is-danger.is-bold .navbar-menu { + background-image: -o-linear-gradient(309deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); + background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%); + } +} + +.frostgrave .hero.is-small .hero-body { + padding: 1.5rem; +} + +@media screen and (min-width: 769px), print { + .frostgrave .hero.is-medium .hero-body { + padding: 9rem 1.5rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .hero.is-large .hero-body { + padding: 18rem 1.5rem; + } +} + +.frostgrave .hero.is-halfheight .hero-body, .frostgrave .hero.is-fullheight .hero-body, .frostgrave .hero.is-fullheight-with-navbar .hero-body { + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} + +.frostgrave .hero.is-halfheight .hero-body > .container, .frostgrave .hero.is-fullheight .hero-body > .container, .frostgrave .hero.is-fullheight-with-navbar .hero-body > .container { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 1; + flex-shrink: 1; +} + +.frostgrave .hero.is-halfheight { + min-height: 50vh; +} + +.frostgrave .hero.is-fullheight { + min-height: 100vh; +} + +.frostgrave .hero-video { + overflow: hidden; +} + +.frostgrave .hero-video video { + left: 50%; + min-height: 100%; + min-width: 100%; + position: absolute; + top: 50%; + -webkit-transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); +} + +.frostgrave .hero-video.is-transparent { + opacity: 0.3; +} + +@media screen and (max-width: 768px) { + .frostgrave .hero-video { + display: none; + } +} + +.frostgrave .hero-buttons { + margin-top: 1.5rem; +} + +@media screen and (max-width: 768px) { + .frostgrave .hero-buttons .button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + } + .frostgrave .hero-buttons .button:not(:last-child) { + margin-bottom: 0.75rem; + } +} + +@media screen and (min-width: 769px), print { + .frostgrave .hero-buttons { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + } + .frostgrave .hero-buttons .button:not(:last-child) { + margin-right: 1.5rem; + } +} + +.frostgrave .hero-head, +.frostgrave .hero-foot { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; +} + +.frostgrave .hero-body { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + padding: 3rem 1.5rem; +} + +.frostgrave .section { + padding: 3rem 1.5rem; +} + +@media screen and (min-width: 1024px) { + .frostgrave .section.is-medium { + padding: 9rem 1.5rem; + } + .frostgrave .section.is-large { + padding: 18rem 1.5rem; + } +} + +.frostgrave .footer { + background-color: #fafafa; + padding: 3rem 1.5rem 6rem; +} + +.frostgrave header { + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + background-image: none; + background-color: #209cee; +} + +.frostgrave header a { + color: white; +} + +.frostgrave header a:hover { + color: white; + text-shadow: 0 0 5px white; +} + +.frostgrave .sheet-body, +.frostgrave .sheet-body .tab, +.frostgrave .sheet-body, .frostgrave .editor { + height: 100%; +} + +.frostgrave .tox .tox-editor-container { + background: white; +} + +.frostgrave .tox .tox-edit-area { + padding: 4px 8px; +} + +.frostgrave form .notes, +.frostgrave form .hint { + font-size: 1rem; + line-height: 1.4rem; + color: #363636; +} + +.frostgrave img.is-cover { + -o-object-fit: cover; + object-fit: cover; + border-color: #209cee; +} + +.frostgrave h1, +.frostgrave h2, +.frostgrave h3, +.frostgrave h4, +.frostgrave h5, +.frostgrave h6 { + font-weight: bold; + border-bottom: none; +} + +.frostgrave h1 { + font-size: 2rem; +} + +.frostgrave h2 { + font-size: 1.5rem; +} + +.frostgrave h3 { + font-size: 1.2rem; +} + +.frostgrave .tabs .item.active { + text-shadow: none; + border-bottom-color: #209cee; + color: #209cee; +} diff --git a/gulpfile.js b/gulpfile.js new file mode 100644 index 0000000..98141b4 --- /dev/null +++ b/gulpfile.js @@ -0,0 +1,50 @@ +const gulp = require('gulp'); +const prefix = require('gulp-autoprefixer'); +const sourcemaps = require('gulp-sourcemaps'); +const sass = require('gulp-sass'); + +/* ----------------------------------------- */ +/* Compile Sass +/* ----------------------------------------- */ + +// Small error handler helper function. +function handleError(err) { + console.log(err.toString()); + this.emit('end'); +} + +const SYSTEM_SCSS = ["scss/**/*.scss"]; +function compileScss() { + // Configure options for sass output. For example, 'expanded' or 'nested' + let options = { + outputStyle: 'expanded' + }; + return gulp.src(SYSTEM_SCSS) + .pipe( + sass(options) + .on('error', handleError) + ) + .pipe(prefix({ + cascade: false + })) + .pipe(gulp.dest("./css")) +} +const css = gulp.series(compileScss); + +/* ----------------------------------------- */ +/* Watch Updates +/* ----------------------------------------- */ + +function watchUpdates() { + gulp.watch(SYSTEM_SCSS, css); +} + +/* ----------------------------------------- */ +/* Export Tasks +/* ----------------------------------------- */ + +exports.default = gulp.series( + compileScss, + watchUpdates +); +exports.css = css; diff --git a/img/bg.jpg b/img/bg.jpg new file mode 100644 index 0000000000000000000000000000000000000000..719ff3ecc0c7cb714912651e268ff62bc584eb8b GIT binary patch literal 67096 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�F3}}Kq=ZYXsBLFM65ohW=L!q&pT!!#k z$W(wn!#!4jtXmKcB0}o_vNgVpIsB#1d^Cg#40tOC$v5FvZ)t@zzRiQxGqc8cn$=o8 z8V{~!$c{ev0#Wn}&K0u_sPmpYl=W-JB#P&!KQKx8?@AG=!)}bzX9`Ahq!~W+DIZ*5 zvk=}y=3%sB$ybB;4hI!5`n~>(^6fEfnEwaX3~{tpfNjBXjU0;zJjivPL@GWVA_Y_4NVnIkql^S9wdTj(t_pTSowr0?UF8HsT27RAhR)Lpgj z%=n3R{_HmKMx9MVN0OKQEN3A(KHRgeO;vt%UPs1uC;RA(e^i)n^i2m%c zzp_v=@3=q?Y3^c3r^TL>d3MO1oOLPWwMOHDcu4ioZl#vDf;Ojge{qp{>!xz#=yUgG z)cR`;@C}sb(_WdJLwa6*WBFpJES{#l?Ix_=0k{{n;wg9t+;)RqdX&VSuOO*-aJ!xv zN!{f!X9MQ6EuD4Hb- zLN`i^$F_uv>aGQl3ZJv2-iJCf@45W{6Gjz|df2A7c`EbMyX%b-JoH%3s zWs`KeA^Xgu`rrM!t6rLJA^y0zPwe!jBE2Q zJt1T@5%UHfC{j&<`VD|~Bc0s;ZAgZd_Z$W)1I~C!`&C>)hKCEzwQC3^tDgUbcW5|Z z1S|wNIQJ=(>{D{1weJVdWNzPGrs`P*3Z3l2t0|~`diSGXuxwrOeGPkGWg9R_7(}FH z6VvAqh3)-U1dBoM_b3J#lPKDm(TLVp%a!;07qwpV9)Nk9f_34zQtHRrGXnK2vz+WX zv`5$zfr9nHFN{k?t}41$Rp9OSexH2fEWE#X4L`xu6Yr^TAyF$Zc{OiPoo1&W*jfQ6 zpLXIc+0KI%tee?qYQ*K_-$qwrLrWE5aeyI~tUnpA+Q@fxe43bXVigFYu;)ZBOg+s^Z$sYujzht+sp92FYhU)q44$vrcZpcu| zp|XKo-g3uhT;v8&Y=~XnR?Hw#}#U&W=v*!^MIZrUU$oT;hrpw8Jej{0}9yLkivI%UiSr4k}jxJBG zr{}2KD#?XPj%1yZ@H*XVbaP5VrGKJL};L0s|?2^LrPj`7@drgg8-FR~B+d&}Ssm-b*n@mY`Q0>9a zf$F^M+5bb1EcOs>t_UhQvSVKGLkT6TuE?xJfyaw8rTPy~EO`erE4gn;ny8Tg2Sws+ zE?bXa-eM^|uQcxR;OV1`8-%bNz60`d?~uX~vNKdsi@p>qd^Sr=e~%zvcofl`%+*gT z(i03OBC=CZ{UEDgZ3B01U=5*opBW6@9Wb~FFns%P1~Ku^#SWOoxDsPmH=L3ocJ_(@ z(1p_=ug=5F6^1{Z5}RnB-Q?-|#=+v&g-q@gTYRiUw0&IAbg%Ln7au$3OPK|gJQ7Hf z?(Noql}t>dZl|(BEjp4sLyl!g&+BNnGim30!eA$#0`Me<&}2`#|d8V&C9%UBijXY6azs)5{_SO=)V(Q1fBt zm&=HG+0sZ$0t&Zwy3|(B*($W8s+(BU=i#oJhKb1M%j;LrYTNg}|P25HRH83bE)?V#-?3`L=>bDI1fZnSH)L^d> zUVDC=J-X6ZqE$%cNGM$&;~b-Q>TC$*ocWs6`)*t=HRfTOc2%qyj-1tzXAJ^@C_Kcib>}_ z?@|paN4y{4bOZT6Y9tV9k#G$Bya#p|kLAPD&Xla6pjUc=JEnXQ*}r8Up-)#|k6A-$ zGKHTBXGhSslU@RRCq|>1UYu6vI$W!KssDCrpy!!I zbUfkk>pOGGqaaf+e80CC*qG^9x1n2$>RF>8}gW zYzk@@?mTe)@ZCJI+10b77DThn z`^&B1_~T&Zxzvb@%zFK_4O8IK@7*XQLJVzf2XFJAT9v)_O_H@E^WEXBF+S3&3BQ*J z5_qzcFW5NcDwCT43!2xOm!t&f=j?@qtJXT-Vs-U?l&C2VMAHMTA3WRV7%DeM9RBH~ zIzL7s4nGs~9A<^TZeZSUl;l7J9rI5-+Lg7Pl<47DaryJ&TL>o?c6NImP~*JXqUL~z zn-|(20QtH7`pvN0$C%(So~^046{LD_%VS+k!bffc9eMp|fd}^f{ES9JT4p=SoW>u) z?x)Z}K!-a$?##w{x}w}`VfZz-uV@=aNI5FWhT+6z*rYp0gW>x)$m!MJg)ns#$WvXQ zd@iR3Bj>_6pt9)E2at8*s&zN4J+ApIiWj{B(1at2(rFQu|w4ChUehOD&=0qdHd)zRN|KwjL z{gtg=1Ggz%4 zGvQooqgC*MYfLvA646JK_=P6(pB*AU?xmw+v?Y11iHkLa`udWJ=nMNbepuQ&CV&oY zjEcW#C&3IsoQxR!4Jm%;NYNb)ts$BfOf)IkcO~B}tEz^FrPS46vv_$PsxLBAf4(wL zDw+HGNoPoM)AaoUvMTJ6_rR@zghvj})u$y=C2tEE7ay^!DYZ7~pKfeMj?4$C(wir2 zPAKQ)XZARrBwr|peDSO4G2=<8Vb#67u5-w=g0jy%v01Z-SUVnSV@0x;#!YVQe2s}T?ZsO&Blj4i5bcPhJ$Za9@IlrL(ERU7s+gh#D%c^mii9zd_ zFqnTe01X36N*SW!=R{lPwCVhIMC?3Y1c#o#?h*L;nR3Zyl;W@tkD1ebZxeu(c>5+) z4bH{_h}(a`q6}Cou)h~D4cSQ*s~ebT;E&Mr0m|60U~#;S0wVs(y9^vp2{ajZIWer@ zU9cdY$XPcS`A0h3VBFT-lj>`o-xQD{y4Ow)(g^(pZ;#9&X|UhoWq!}l=;56&c9M2i zwhnIvV~c!)7?-&9eqzOP)v6r8NRW<*+<_0vgGE>1szG<90h*H14C{dC{OEj4iZrJsbcbF1(BdbD z_P<7%)-$XTDcYN%p;xb@)tTS_7*V{ZVhV2Z+=Z=K(WY;Oy_raMxo`vhC8BP5xe{z@Z%{LML^($nEqlKp39G1Csk>?DDC9z3+Us}rHNlv z3|}iD_RQkvu)rWh^wSeLvn*EjE>QSIF23l!JE5*(sx(Tie6gc$P6dC&)_DO5ym{ea zOR%NL;c`BteP<6Pm0xB>!>`Xqqirg=t-l|8&abz;N9nFD);Kr~h&U&?wa3gLr~#(t z6GP}xXJbi_x7bF9i3$`#wh^A*J1A#Qk5`C$JJc{$gXj)K+jAG2C$O-O598oAAEzPm z_+JV%S9-N$rw78jMs*?x-1K^&v`1lWeOWk_JWB1A}l(?%F}0D zH7F}^9WK9tBvbUIx}NRUezMkW_ITc1^hVfR=ZuLPcB;(+)@08((aHHC%;ubJRe*fh z2b6eX&c?_{=ze|rxKjBlse6)VlvE>DM5^v^5L0QcCS4#dBZ_noVcsCSsb&ypFBdE9 z-gUPCEm1IC{d4HA5sFa{6+4*lbptUSjkLw@arueNjFz<1bF!^&@IeeQx-wqe&S<9xCqor|r)_vSM2R{&=f-Y`IuJ*V($Ml>Kd-$IXjjO*; zTIf`LYBa87BCGW2V%?0%0!A;d5yQ>QPTHOQ0Xlo#1DT&0GE1WQt+orB-K*gH(uxex zM}}}{S8UbU@!cKcvJFsPE_A4Ue3wXNL^a|Zr^jr3cN7y$j{DAGXVVV+C1TW(+)xKr z(wM)8Mal3M6#Go3ur_y$ae0Lc`<=Q}=?5yVA+q#a6`m-;y^gp<{X}>kSVQ$59#^^s zIy5B#S}6x^7|XP-GGn5FoD4W)#4e3vJ&=*_`h6H8M;M`lt};c^uzS)xL{8{B>=kHg zy0h_Kt;_q`Q>jnbruLPqitrbVn-zo2WjvX1W(X%3oBFeH2xWa zJ%OCnC2l&BMnQ^KT)E2U9HvHd4olY6$Ea@CR8t8Bumy);kcqh1Hh zvac+kZDxL;GUr@T@}cLXJ3i{wtzzvlhMO@f82e9jHlf2D@n9MSDk4Nq4biJ1+R6o{#V zU{MO4M9?1Jf2`^lL!2@hwnt0*_!pw^q81<9YT0x@5o(gJO)7--lFvXl@fyPdG0=*a z{*-qL-v5xK#6slP32ZjcSHc$%cEjGV+;}*1O>kyy43_kQ7%deQ$K&{wA@x)LBcyG? zxyQgax!ZnWDm>ThrtrO3wnJh&yPRxm!Du$)2=opd7ZRlea+oO z+9)COXXaRLev0}4FnTGZQ1w_nGrRvwwASaB)PaaMaQUgSnvx01-ZN@W-X!^o2E<63y4m35{G4KogMdfTb#o`CU#1<$HK?UYe^EZUA4m}Dju=1|dL9$A8 z_C6ntx1`R3I{H(RxQp_VAgm=rruA_bX)jnn7l`nay9{Sm@Ca7toncZecXl^bN9(O1BUuouna_Sm^_0HM3%58{{|z$8Zmf=m>vLv#)@eRU?DCZ{M9Q`UX1DM( zh3xHwEh1}_EcI)bPpF<*dzS&w1RD#e^)YobtO-UjF&l$Rr;}ln9n__WfCcV)Pj6@O z8@SwBO9o-ygk5!2o$p|MX9!17UqtV+SG6z;kA~9$^I=oF`YT0Nsx%@bF!^s=jjs#h zMTAYn76=@j1QcRjr9Z9-peN|o9h848x z)8g_|wG^nRgcSv1gRq12{C1el+~jM>gnBSM@^2DOy|%i!i{y>xsf8Y7C4~OX(=>N- z-E{lQq_09hJ5Ke=7)ojjEd8U*_prH(y?SO9k!Z3OcYL>8A>6ZWm{i3qc-UWqFi1F8 z91OF1I><{Mj>Q^`2&^JkYOg=`(NsMY%4 z&wZk@^~ai|&654N!rIkQMA?TGI9hMU$(46vZC&U@C(-36_TFpV;C%&WP${Cmc5fF% zbIy7rN)EH4$|bFj;g|PZ%oCV^%qU^+1m+gk$K>aC^tAIu2+_i^Z=Tb(6W4T zAXMZmoz2DG2N8$Lz-7!A6OyRvh0m%^>FU7o0S!VHaNII>r2|fnB-0gfvg z0zhWLYx`$nm-*w8?-={qSzjgBQlDO=^_j@IMM1X~`l_8gkJq&&WHvTnDE~%zLBoj% z&CGH^mF-8}VS4dCr%_gVc&Vd@t(eK<0^6bFfN^L z>7JXhug`-f-9)uLpk1NVV%{k*W3ej>yjte=InJvrh?5y;-(aF*R(Y}Bmhd@FJlr#H z3mV9L`kyc8sGWHii9Q^}I2n&Djgd)iYoVS}=r9h4hi9XHdQNdB7!UDsK_J9j^r*{?mlAexr%hNXo7 z>w>CGr;a$zEe@$Y_X}EO_@5s_3NQ_@*P8J_AaqE8j2Rc>p<1#blbB`1y;GbDUpIZm zrOCJ<>u&`q;#Q5rY;Jr1_(_6J8~GiZLoTZpSr+{{MgXbWlj%qJjNLDuxsZBfc{ z0oLQri#0ycr>L~WS?ThvT#dGa0u0@OTpEQ$O!Fv+1ISxWTSdYQgH47*54a2n=owcP6YdQ0sp z*waFDpVxThM=}`W{DEcQIpo!HGzTnL`yB=|xXz#7LIoDDUSfXp31b9U8||^l>@XH` z!JBH*N}A?G7LQW1-$x_j9|o9@BmQ@2T>PqRr8w%9V3AyXB{^j)A@kL7Jwg;d$Y!78 z;n94)a9^#1w(o(OG01k17W-p5h4@x!+&Ltu;aAE9+XD|i?$O$hU$xtS6&mJ&J}Bv> zBIRB1HRaJIgBss_M(a<%_P)AIHp|5z;CK^hSUn zxv$TN*7Xb<%PXG_7LL)JQTxDp;%n8@*K+`W-Zoa)U&`@+KEY`FUB0TZpb!ah#q17+ zUd9d`w9&ToScgA3B7!@mo%e*D8uVeCK|E9FmlD_k=jM6vWY&gYvXkKy?PJ^5r9!Sy z?uiZnwXiGrOp}orCv3^b%CL7xgF88}g}lV%^60Hu5hS!EI{W6(@o4xBWLRuISw!M{NrTCtvX5?Yd%+r`9urejWr_ab8 z>C$%uo@{p-$#%W$DIk(qs8!ldfb}J1I5l7pITwZ11!MI!2spJ+B`UcW=*lSrV`v)7R=*IBV`H9xs)Q-gtPS=wz zWjE#|;~>npCOG*$aY)VS!(rja@~8~!x&lWmOFXIH-J znOP4ob@4toIcpIt68_#a zMmX$4VX!tFx|xyIfDYdfE~`TS2jh($5azEVUh`1-0Zk-(dSjt#y8c~Ti+7AY$7GhJ zs^1>Je*5STC~eFlDPT3Vb`zT#GF6yD&ECM?Ue?Ix_JSU^R2GMz`36V=uT+Z5-9CFt z#I~6aA8E-bY2d>ifprFdvkl^gM4u_dfm|RA<4GMt#tw-^u@#Z{3<4;<_c(~1b&Lb@ z4wK7>&*Di$Z%7_#n-or$1I2V}r$D}}o^+b~yIOd^o--FJ|M1?0hB^{@cm!79d5&{A z9+u;Ua=*){H6fltcLL>_Mo0wH?#qxu{SWnTk^cqlgsV=@^S{gxe5i?n;i$c)JVRCh zEn*$6Y+Sa;maTJg@r)EueN0sIvf&PCRZ{O1g2_Wd_|zo+0}77_ADw zU}lE;Fp-`fwg)t8j}rRIhX**pibFxwBN2;L9G?k8p;H4{YTW8phiQ}a6uAW%6ak$M z7>WBw35Gy*IZSS`-9Y{&4t8}}Z(l$E&;u-WK5y8#Ar-S4l>VDkl*j)`zl<0SmejB6 z?NX)El2aKpTJd**%Ol6~B!Kvzr{i@j zJBxmRSZ{{?&s+sl89M&8`@zvt)+5)GWG8#L=Wu_s)Ue&KJG-)Y%omvx3Jp(re@P12 zz!rUmi@Nbj?9GJRs*~ffS&P0X1E0OE&h^Z@%Sfm{y)>JhFQP~$=-)#8^Buqj zCf7;lSdo~|M>y`7(sVwM9fJ6g9aj)Pc#)nFWc$~w&t+u3E#;f9O!gL5#!umVbf>^V zaKGYFQoz(%SJ3b{H~-yS|F@t@+a9bXuc2SV9ZLhucA?QE_g}o6o>x%h0D>iY!&!HyUF=3OW873H?N8r#{Fu@ zUEWvRqY3t%Uzq0#udjQ|)VDfnMg&4-wfZD`{PSwkiDp1pcRDi14&Xt?c`GMupV+GY zKD(jaw4qbyzW5Uss}4`nfEd+#1#lE%4G^)Y+e)JY9iBF~wjy0ic?BJu!#egq+fVP? zU>n@AR37W0*m|^|61{O|QXqDT<4*`{f;-&MO>*)qDP?QklzAoClgpN=)8|S3gT31m zhwvulyvEzNTAg1e6cIh(K6s$R%nCCh{U>|vHAWkyCmAE<(jb!?n6yq^Bc4H8YzyfW z4m@3izN;SkhXo(aO-Q10c^ED@%y{N4qg{Hxsh;+BUqMtYi{uDyUKV~6$Ho;VxpJ{L zxSkP`kfvJ}X4)wXA_H|@3(@^=u%GTu5wLVa%0 zTZG7wC5>!dIJGw#RyJ2xDcTuc3ul$#va0;?ejuo(pgn?B=9ao-Xi~2%s{zX>2XGiq z$w^g*>q!RDtXjA+SchBBTJ^;`WG!)_;mLK>ADFXX2sC3Vl-VMhu>ysY;sbN9XOI>0 z?=-IlA?=($lZ^9H1xl;Vbv3~3j2 zR!vIetao=c_=o-@;n-%}h_)faE5*ka`}z$y?$yF)M{-&xuvc$*72`fYixPQmVc-;$ zon&zepU*a(06s#cXHvlE1{1ewm2%{NK##FC>=qpqX2FggG}xsjr?85=r_) z3L~)$pw7{K54RzmLeHzp?PWbvq!eceU1#Vo&Ca{Z{EJJBaS?c%}P+iRR4yt5H9Y)v>YI z>s+MeS3^XOj&MQoIqAkov8cR?AVZu33xt)FI3BRYviwBSNL(2-T2*DXj;W+l^j=>^ zyf@BkVHkw;Z~8_fFE#VfrXL}*;g4BS8Hcq$otCHvn>$Qr`EXD7EwI}-+X7}95hNpB zNpOX+9>KIa^@b2ba>|c41iN+LaoHx0JJKGoI|q3x8_2_)GE59fR3KAG97p#1i=+j$ zs_bTq_>BuG^(y%U3&HD zOPi%9K6Bc+n(EmOfAvug_IL}%cKz&HL-z*RBFeS1-iD8h&3Zjn+})(rG|4znZwfpl z-x5I>Qx2@#9VEE7{_ZwB^VRNaj-;G?Uw?Ep*j8SpX`>{dy=XjcvX{YRV(}nvan*VQ zR#ITF$le!%x-fFb4~(Hh=t*Ak1KAdFz`o(etBmNfBmks{d`>m!2-qs9oZBB2={P~; zzrlGPc?-q9bycihjO>8tFT**f#O1OfqK&FOkgQJ!i)>>kPpZs(ZM>Rg#)z;xuxjK< zf3$kVBgl5XUKqi;zAR#?5*Lr%!$W~h-&p7Aq>6&+1BUea99Jbo3%21n4XaXDP*8WgBoNH{d`D;by7!Hu+vxDggCAe#m1J-|ebqNOiAax=05T zNyT4&z+aK7t`If>Ra;{yV8RhV2mCw|?8nTIBwXMr{A6P{P!V$=Ea|{dIrW2wKeCKW zgr=MZVYU(Bi7LMYrnI$|akc!K1#N#(z$Pk}oF`>2KNoAlq@3KrA|3q;@0@Xawc zH}GG8eUb|(hfOrA+>^`5BfC)M;JPHKVFNZ|T*t1SeP*9gNqr?eIx^@62m^tD*!S~~ zUE=++rq)(g_wwvR>bh9k4X(LA|7YX;b(ty^c}^s71N0jG1KXJm zD2hrLiWnE3eJi3mNIuNRzEKO|d`4B7HawXWUDi9y4oNdy>+}tYHPcNrB5RrR4LNZM=iD+^5MrmhVQTw~ zw6joli8J1~qPcUrI!VuoT!&r-zQIpm2(K0thEc6dcRz&XgpP^i#Xlt`bNt;h%IU7w`ok`=>7NfpRf&^HAq6-oyPwlrLr3YAOK*VekWrU7^A7{Xg#+FeM6#d z!JDEgJ6{oXr5k*44?)bIl`n)wiroUo6d?2?ko8j+ay}6ahXxo9WIGeD0|4HD+LY|- zZuD~bfM;NLFFb`e>(=p)o_&LFFF0AJ_R%ooPcbfK(31$R-i)r7>0VpHDVDynAg3BA z+B}Gtsy*Pa$LMl^>W8*b-5*&&E4k?kgb%D=P+?oBHpr;krv02Ox5LYRC?&3wKp6CL zho|mK=LVn54g5hi2B&5O3DD{l`2yB^J{G*gE+=7gGB?oxttbn={^@GKLOLr*5mj zMjPfT*pwBVBvd2*2^mcOPMmVv_->|cx1cmYd$q85ES|>OMCs`gz+vNpZvwUPTLrH}0Cfnb8I{AI|rYF<+9OV?G69DifvUV=l^a~wD*Bp7sSLSoA<7{aBrZQ*gEByB>}Bav6ut|Q)n&2dj47*4dJd;#kg+3pYr|MktbwN8>lXu%@+;46@bIVD!aDnqR$akEn0M^xjx{t;)5q7+5*1co_V~d-r%Jw8ZRVYap6Rk#j$O%TOb+iP`CcI>CIMJEp!BX4 zKS&3bq2^FOU4Zv>&c258yN@n37m7+hkX?2E4)-%qhryyAUCUSWfK2CrG71bFY=p;n zUPOsda4nHX{V*Kp6Vk<-gKjIdkYFpHR^YV&9ub+R|Hr@uzeT4oP?Q&8qaU$+ve~$u zHrUb$-+f;K_@?mz-V&!Tv+R^y*$S$29?sC`{lPg_%zN|>x5_pz1L#^NuL(vHLR}eTk6hZ$i(~VTPiw%EWC#&EJh}c z0MIRXiqZd;S=0_!eX~{j98C*w5gpr%sZog~9nt|v0`i-_Q&6}YGg$2# z7~Hgk{7BzQh`-(8Yp0Sn!oD6ao6>XkZ^CQtMSISOk-wp-G`tpVZ5taMa1FBnE}<=5 zh=58D_-G}QWpE41ofqdUie>!|S{1wK&aSjkg8YqGT43{z5-K$*vaFmg#FXOoiPsh} zYOW|IUu_Y=+UJ(nkBmv5&+X$4pc#OB!fTS=LLDR^9NK66fH!#!(SW%{yfph2?t8#i z=Rx}cbCC~EJXcsmt{&F_XivU6z(Jq30P^(@M1?u#wBVJF$Qiys(Qdha6XW&w3OdLf z1r4B{dI)-HF8uw5H7hFqv~BduxfPL$?Tjy=I<4fZ4oz|=<5`lK8|j84dz`%IiUHOK zo4yO`2A8;zaWJjbUfWLZ?0v=KHuqw_C6midHbkS1K!#L6UG;J~Gm_+!=B;g_zcXOH zRNac*U$Rs04j<7@q1Y=}moD@PI68~?f`D-^^4}LFJk|HW3@AccBg;{U&efRN|5UTG zALrA?LX`W1E&7pm>W1Zk;Yhkr{E6%*Si5YBeqG{O>*_BOud^O=aGt>$m9wiM&!sct zG%t}qJhHMfEFREkp`2l}LY0i8IFy?t$XAve_wLb}H{h@=wb|?bLwK0Z7rANDguD zJXOUmxyLt_W?h)aXuARpodv9Ak@^)nqcIO*RrDd2fdES^Kd2GOIvodpfQ;}d$S{Ei zupUVqB(StaA@R3w9 z+HbaU1v)x+yH&zu290z^J&>OouzEG8MDBdNKpLBrQ2oHV+RDc?j&~ZWL zkSYK;T;tS22hqURCEWRz;O$7Gz7>9tu4!Ge!3?t;)CMw5?CFj__a1?+Y@^Kopd%OY z1mKsdX!>Rj<+tb4X|V3*oipx9#zR5|cvT<3hk}#1v(Pb)$GVtFrL`uxJyfG^~4hg&cu!>;mnzT(w{J zwGic^QOtN{_^j?X;0y-zcq0bRVx7igQH3`)}#UqS#HgcDXG*1{qWHh=E<|NEOH_ z-o(l`ErirYpgFxHf9S*@lT8Q#Oi!_esHX{~mAV>2!ezzOMlbPOK>fN34p0-c4NpF{ zwh5PZWecIxMY>3PC`WHz#- zQ&RydM8veKz2v#F>80jd2}+z~xyZ;b$Xb1&l-l84s|3fKcRdbK(0^NetIRI1V5~^9 zGrSHJgL|?cBSfP^0CMT7-=el1xpfA|d0{hx$Z@@8fOWskWKtcCLGS|0XWd_Wb*kbetFwfnuUhT zH0-bUx;(Dqe%F
e?7+p?0i)oz*AOeu1BrN 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 literal 0 HcmV?d00001 diff --git a/lang/en.json b/lang/en.json new file mode 100644 index 0000000..e69de29 diff --git a/lib/some-lib/some-lib.css b/lib/some-lib/some-lib.css new file mode 100644 index 0000000..e69de29 diff --git a/lib/some-lib/some-lib.min.js b/lib/some-lib/some-lib.min.js new file mode 100644 index 0000000..e69de29 diff --git a/module/actor/actor-sheet.js b/module/actor/actor-sheet.js new file mode 100644 index 0000000..899688b --- /dev/null +++ b/module/actor/actor-sheet.js @@ -0,0 +1,228 @@ +/** + * Extend the basic ActorSheet with some very simple modifications + * @extends {ActorSheet} + */ +export class frostgraveActorSheet extends ActorSheet { + /** @override */ + static get defaultOptions() { + return mergeObject(super.defaultOptions, { + classes: ["frostgrave", "sheet", "actor"], + template: "systems/frostgrave/templates/actor/actor-sheet.html", + width: 650, + height: 650, + tabs: [{ + navSelector: ".sheet-tabs", + contentSelector: ".sheet-body", + initial: "items", + }, ], + }); + } + + /* -------------------------------------------- */ + + /** @override */ + getData() { + const data = super.getData(); + data.dtypes = ["String", "Number", "Boolean"]; + //for (let attr of Object.values(data.data.attributes)) { + // attr.isCheckbox = attr.dtype === "Boolean"; + // } + + // Prepare items. + if (this.actor.data.type == "character") { + this._prepareCharacterItems(data); + } + + return data; + } + + /** @override */ + activateListeners(html) { + super.activateListeners(html); + + // Everything below here is only needed if the sheet is editable + if (!this.options.editable) return; + + // Add Inventory Item + html.find(".item-create").click(this._onItemCreate.bind(this)); + + // Edit Inventory Item + html.find(".item-edit").click((ev) => { + const card = $(ev.currentTarget).parents(".item-card"); + const item = this.actor.getOwnedItem(card.data("item-id")); + item.sheet.render(true); + }); + + // Delete Inventory Item + html.find(".item-delete").click((ev) => { + const card = $(ev.currentTarget).parents(".item-card"); + this.actor.deleteOwnedItem(card.data("item-id")); + }); + + // Rollable abilities. + html.find(".rollable").click(this._onRoll.bind(this)); + } + + /* -------------------------------------------- */ + + /** + * Handle creating a new Owned Item for the actor using initial data defined in the HTML dataset + * @param {Event} event The originating click event + * @private + */ + _onItemCreate(event) { + event.preventDefault(); + const header = event.currentTarget; + // Get the type of item to create. + const type = header.dataset.type; + // Grab any data associated with this control. + const data = duplicate(header.dataset); + // Initialize a default name. + const name = `New ${type.capitalize()}`; + // Prepare the item object. + const itemData = { + name: name, + type: type, + data: data, + }; + // Remove the type from the dataset since it's in the itemData.type prop. + delete itemData.data["type"]; + + // Finally, create the item! + return this.actor.createOwnedItem(itemData); + } + + /** + * Handle clickable rolls. + * @param {Event} event The originating click event + * @private + */ + _onRoll(event) { + event.preventDefault(); + const element = event.currentTarget; + const dataset = element.dataset; + + if (dataset.roll) { + let roll = new Roll(dataset.roll, this.actor.data.data); + let damage = parseInt(roll.roll().total) + parseInt(dataset.bonus); + let rollflavor = `${dataset.label} Roll: ` + roll.total; + + if (dataset.label == "Combat" || dataset.label == "Shooting") { + let damageflavor = `
Damage: ` + damage; + rollflavor = rollflavor + damageflavor; + } + + roll.toMessage({ + speaker: ChatMessage.getSpeaker({ + actor: this.actor + }), + flavor: rollflavor, + }); + } + + if (dataset.spell) { + + let alignment = dataset.alignment; + let empowerment = this.actor.data.data.empowerment; + + + + let alignmentmod; + let selfdamage; + let castresult; + + if (alignment == "Native") { + alignmentmod = 0; + } else if (alignment == "Aligned") { + alignmentmod = 2; + } else if (alignment == "Neutral") { + alignmentmod = 4; + } else { + alignmentmod = 6; + }; + + let difficulty = dataset.bcn - dataset.improved + alignmentmod; + let roll = new Roll(`1d20+` + empowerment); + //let roll = new Roll(`(1d20+` + empowerment + `)ms>=` + difficulty); + + roll.roll(); + + let rollresult = difficulty - roll.total; + + if (rollresult >= 20) { + selfdamage = 5; + } else if (rollresult >= 10) { + selfdamage = 2; + } else if (rollresult >= 5) { + selfdamage = 1; + } else { + selfdamage = 0; + }; + + + + selfdamage = selfdamage + empowerment; + + if (rollresult <= 0) { + castresult = 'SUCCESS'; + } else { + castresult = 'FAILURE'; + }; + + + let rollflavor = `Casting ${dataset.label} vs Difficulty ` + difficulty + `
` + castresult + + `
BCN: ${dataset.bcn} | Alignment: +` + alignmentmod + ` | Improved: -${dataset.improved} +
Empowerment: ` + empowerment + ` | Self Damage: ` + selfdamage; + + + roll.toMessage({ + speaker: ChatMessage.getSpeaker({ + actor: this.actor + }), + flavor: rollflavor, + }); + } + + + } + + /** + * Organize and classify Items for Character sheets. + * + * @param {Object} actorData The actor to prepare. + * + * @return {undefined} + */ + _prepareCharacterItems(sheetData) { + const actorData = sheetData.actor; + + // Initialize containers. + const gear = []; + const features = []; + const spells = []; + + // Iterate through items, allocating to containers + // let totalWeight = 0; + for (let i of sheetData.items) { + let item = i.data; + i.img = i.img || DEFAULT_TOKEN; + // Append to gear. + if (i.type === "item") { + gear.push(i); + } + // Append to features. + else if (i.type === "feature") { + features.push(i); + } + // Append to spells. + else if (i.type === "spell") { + spells.push(i); + } + } + + // Assign and return + actorData.gear = gear; + actorData.features = features; + actorData.spells = spells; + } +} \ No newline at end of file diff --git a/module/actor/actor.js b/module/actor/actor.js new file mode 100644 index 0000000..74e4b16 --- /dev/null +++ b/module/actor/actor.js @@ -0,0 +1,33 @@ +/** + * Extend the base Actor entity by defining a custom roll data structure which is ideal for the Simple system. + * @extends {Actor} + */ +export class frostgraveActor extends Actor { + + /** + * Augment the basic actor data with additional dynamic data. + */ + prepareData() { + super.prepareData(); + + const actorData = this.data; + const data = actorData.data; + const flags = actorData.flags; + + // Make separate methods for each Actor type (character, npc, etc.) to keep + // things organized. + if (actorData.type === 'character') this._prepareCharacterData(actorData); + } + + /** + * Prepare Character type specific data + */ + _prepareCharacterData(actorData) { + const data = actorData.data; + + // Make modifications to data here. For example: + + data.exptotal = data.expscenario + data.expbanked; + } + +} \ No newline at end of file diff --git a/module/actor/dist/actor-sheet.dev.js b/module/actor/dist/actor-sheet.dev.js new file mode 100644 index 0000000..5345d94 --- /dev/null +++ b/module/actor/dist/actor-sheet.dev.js @@ -0,0 +1,236 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.frostgraveActorSheet = void 0; + +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _get(target, property, receiver) { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); } + +function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; } + +function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } + +function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } + +/** + * Extend the basic ActorSheet with some very simple modifications + * @extends {ActorSheet} + */ +var frostgraveActorSheet = +/*#__PURE__*/ +function (_ActorSheet) { + _inherits(frostgraveActorSheet, _ActorSheet); + + function frostgraveActorSheet() { + _classCallCheck(this, frostgraveActorSheet); + + return _possibleConstructorReturn(this, _getPrototypeOf(frostgraveActorSheet).apply(this, arguments)); + } + + _createClass(frostgraveActorSheet, [{ + key: "getData", + + /* -------------------------------------------- */ + + /** @override */ + value: function getData() { + var data = _get(_getPrototypeOf(frostgraveActorSheet.prototype), "getData", this).call(this); + + data.dtypes = ["String", "Number", "Boolean"]; //for (let attr of Object.values(data.data.attributes)) { + // attr.isCheckbox = attr.dtype === "Boolean"; + // } + // Prepare items. + + if (this.actor.data.type == "character") { + this._prepareCharacterItems(data); + } + + return data; + } + /** @override */ + + }, { + key: "activateListeners", + value: function activateListeners(html) { + var _this = this; + + _get(_getPrototypeOf(frostgraveActorSheet.prototype), "activateListeners", this).call(this, html); // Everything below here is only needed if the sheet is editable + + + if (!this.options.editable) return; // Add Inventory Item + + html.find(".item-create").click(this._onItemCreate.bind(this)); // Edit Inventory Item + + html.find(".item-edit").click(function (ev) { + var card = $(ev.currentTarget).parents(".item-card"); + + var item = _this.actor.getOwnedItem(card.data("item-id")); + + item.sheet.render(true); + }); // Delete Inventory Item + + html.find(".item-delete").click(function (ev) { + var card = $(ev.currentTarget).parents(".item-card"); + + _this.actor.deleteOwnedItem(card.data("item-id")); + }); // Rollable abilities. + + html.find(".rollable").click(this._onRoll.bind(this)); + } + /* -------------------------------------------- */ + + /** + * Handle creating a new Owned Item for the actor using initial data defined in the HTML dataset + * @param {Event} event The originating click event + * @private + */ + + }, { + key: "_onItemCreate", + value: function _onItemCreate(event) { + event.preventDefault(); + var header = event.currentTarget; // Get the type of item to create. + + var type = header.dataset.type; // Grab any data associated with this control. + + var data = duplicate(header.dataset); // Initialize a default name. + + var name = "New ".concat(type.capitalize()); // Prepare the item object. + + var itemData = { + name: name, + type: type, + data: data + }; // Remove the type from the dataset since it's in the itemData.type prop. + + delete itemData.data["type"]; // Finally, create the item! + + return this.actor.createOwnedItem(itemData); + } + /** + * Handle clickable rolls. + * @param {Event} event The originating click event + * @private + */ + + }, { + key: "_onRoll", + value: function _onRoll(event) { + event.preventDefault(); + var element = event.currentTarget; + var dataset = element.dataset; + + if (dataset.roll) { + var roll = new Roll(dataset.roll, this.actor.data.data); + var damage = parseInt(roll.roll().total) + parseInt(dataset.bonus); + var rollflavor = "".concat(dataset.label, " Roll: ") + roll.total; + + if (dataset.label == "Combat" || dataset.label == "Shooting") { + var damageflavor = "
Damage: " + damage; + rollflavor = rollflavor + damageflavor; + } + + roll.toMessage({ + speaker: ChatMessage.getSpeaker({ + actor: this.actor + }), + flavor: rollflavor + }); + } + } + /** + * Organize and classify Items for Character sheets. + * + * @param {Object} actorData The actor to prepare. + * + * @return {undefined} + */ + + }, { + key: "_prepareCharacterItems", + value: function _prepareCharacterItems(sheetData) { + var actorData = sheetData.actor; // Initialize containers. + + var gear = []; + var features = []; + var spells = []; // Iterate through items, allocating to containers + // let totalWeight = 0; + + var _iteratorNormalCompletion = true; + var _didIteratorError = false; + var _iteratorError = undefined; + + try { + for (var _iterator = sheetData.items[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { + var i = _step.value; + var item = i.data; + i.img = i.img || DEFAULT_TOKEN; // Append to gear. + + if (i.type === "item") { + gear.push(i); + } // Append to features. + else if (i.type === "feature") { + features.push(i); + } // Append to spells. + else if (i.type === "spell") { + spells.push(i); + } + } // Assign and return + + } catch (err) { + _didIteratorError = true; + _iteratorError = err; + } finally { + try { + if (!_iteratorNormalCompletion && _iterator["return"] != null) { + _iterator["return"](); + } + } finally { + if (_didIteratorError) { + throw _iteratorError; + } + } + } + + actorData.gear = gear; + actorData.features = features; + actorData.spells = spells; + } + }], [{ + key: "defaultOptions", + + /** @override */ + get: function get() { + return mergeObject(_get(_getPrototypeOf(frostgraveActorSheet), "defaultOptions", this), { + classes: ["frostgrave", "sheet", "actor"], + template: "systems/frostgrave/templates/actor/actor-sheet.html", + width: 600, + height: 650, + tabs: [{ + navSelector: ".sheet-tabs", + contentSelector: ".sheet-body", + initial: "items" + }] + }); + } + }]); + + return frostgraveActorSheet; +}(ActorSheet); + +exports.frostgraveActorSheet = frostgraveActorSheet; \ No newline at end of file diff --git a/module/actor/dist/actor.dev.js b/module/actor/dist/actor.dev.js new file mode 100644 index 0000000..30fb48c --- /dev/null +++ b/module/actor/dist/actor.dev.js @@ -0,0 +1,77 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.frostgraveActor = void 0; + +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _get(target, property, receiver) { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); } + +function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; } + +function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } + +function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } + +/** + * Extend the base Actor entity by defining a custom roll data structure which is ideal for the Simple system. + * @extends {Actor} + */ +var frostgraveActor = +/*#__PURE__*/ +function (_Actor) { + _inherits(frostgraveActor, _Actor); + + function frostgraveActor() { + _classCallCheck(this, frostgraveActor); + + return _possibleConstructorReturn(this, _getPrototypeOf(frostgraveActor).apply(this, arguments)); + } + + _createClass(frostgraveActor, [{ + key: "prepareData", + + /** + * Augment the basic actor data with additional dynamic data. + */ + value: function prepareData() { + _get(_getPrototypeOf(frostgraveActor.prototype), "prepareData", this).call(this); + + var actorData = this.data; + var data = actorData.data; + var flags = actorData.flags; // Make separate methods for each Actor type (character, npc, etc.) to keep + // things organized. + + if (actorData.type === 'character') this._prepareCharacterData(actorData); + } + /** + * Prepare Character type specific data + */ + + }, { + key: "_prepareCharacterData", + value: function _prepareCharacterData(actorData) { + var data = actorData.data; // Make modifications to data here. For example: + + data.exptotal = data.expscenario + data.expbanked; + } + }]); + + return frostgraveActor; +}(Actor); + +exports.frostgraveActor = frostgraveActor; \ No newline at end of file diff --git a/module/frostgrave.js b/module/frostgrave.js new file mode 100644 index 0000000..7387703 --- /dev/null +++ b/module/frostgrave.js @@ -0,0 +1,57 @@ +// Import Modules +import { frostgraveActor } from "./actor/actor.js"; +import { frostgraveActorSheet } from "./actor/actor-sheet.js"; +import { frostgraveItem } from "./item/item.js"; +import { frostgraveItemSheet } from "./item/item-sheet.js"; +import { preloadHandlebarsTemplates } from "./templates.js"; + +Hooks.once("init", async function () { + game.frostgrave = { + frostgraveActor, + frostgraveItem, + }; + + /** + * Set an initiative formula for the system + * @type {String} + */ + CONFIG.Combat.initiative = { + formula: "1d20", + decimals: 2, + }; + + // Define custom Entity classes + CONFIG.Actor.entityClass = frostgraveActor; + CONFIG.Item.entityClass = frostgraveItem; + + // Register sheet application classes + Actors.unregisterSheet("core", ActorSheet); + Actors.registerSheet("frostgrave", frostgraveActorSheet, { + makeDefault: true, + }); + Items.unregisterSheet("core", ItemSheet); + Items.registerSheet("frostgrave", frostgraveItemSheet, { + types: ["item", "feature", "spell"], + makeDefault: true, + }); + + // If you need to add Handlebars helpers, here are a few useful examples: + Handlebars.registerHelper("concat", function () { + var outStr = ""; + for (var arg in arguments) { + if (typeof arguments[arg] != "object") { + outStr += arguments[arg]; + } + } + return outStr; + }); + + Handlebars.registerHelper("toLowerCase", function (str) { + return str.toLowerCase(); + }); + + +// Preload Handlebars Templates +preloadHandlebarsTemplates(); + +}); diff --git a/module/item/dist/item-sheet.dev.js b/module/item/dist/item-sheet.dev.js new file mode 100644 index 0000000..2c8a0f7 --- /dev/null +++ b/module/item/dist/item-sheet.dev.js @@ -0,0 +1,117 @@ +"use strict"; + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.frostgraveItemSheet = void 0; + +function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } + +function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; } + +function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); } + +function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } + +function _get(target, property, receiver) { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(receiver); } return desc.value; }; } return _get(target, property, receiver || target); } + +function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; } + +function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); } + +function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } + +function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } + +/** + * Extend the basic ItemSheet with some very simple modifications + * @extends {ItemSheet} + */ +var frostgraveItemSheet = +/*#__PURE__*/ +function (_ItemSheet) { + _inherits(frostgraveItemSheet, _ItemSheet); + + function frostgraveItemSheet() { + _classCallCheck(this, frostgraveItemSheet); + + return _possibleConstructorReturn(this, _getPrototypeOf(frostgraveItemSheet).apply(this, arguments)); + } + + _createClass(frostgraveItemSheet, [{ + key: "getData", + + /* -------------------------------------------- */ + + /** @override */ + value: function getData() { + var data = _get(_getPrototypeOf(frostgraveItemSheet.prototype), "getData", this).call(this); + + return data; + } + /* -------------------------------------------- */ + + /** @override */ + + }, { + key: "setPosition", + value: function setPosition() { + var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + + var position = _get(_getPrototypeOf(frostgraveItemSheet.prototype), "setPosition", this).call(this, options); + + var sheetBody = this.element.find(".sheet-body"); + var bodyHeight = position.height - 192; + sheetBody.css("height", bodyHeight); + return position; + } + /* -------------------------------------------- */ + + /** @override */ + + }, { + key: "activateListeners", + value: function activateListeners(html) { + _get(_getPrototypeOf(frostgraveItemSheet.prototype), "activateListeners", this).call(this, html); // Everything below here is only needed if the sheet is editable + + + if (!this.options.editable) return; // Roll handlers, click handlers, etc. would go here. + } + }, { + key: "template", + + /** @override */ + get: function get() { + var path = "systems/frostgrave/templates/item"; // Return a single sheet for all item types. + // return `${path}/item-sheet.html`; + // Alternatively, you could use the following return statement to do a + // unique item sheet by type, like `weapon-sheet.html`. + + return "".concat(path, "/item-").concat(this.item.data.type, "-sheet.html"); + } + }], [{ + key: "defaultOptions", + + /** @override */ + get: function get() { + return mergeObject(_get(_getPrototypeOf(frostgraveItemSheet), "defaultOptions", this), { + classes: ["frostgrave", "sheet", "item"], + width: 450, + height: 500, + tabs: [{ + navSelector: ".sheet-tabs", + contentSelector: ".sheet-body", + initial: "attributes" + }] + }); + } + }]); + + return frostgraveItemSheet; +}(ItemSheet); + +exports.frostgraveItemSheet = frostgraveItemSheet; \ No newline at end of file diff --git a/module/item/item-sheet.js b/module/item/item-sheet.js new file mode 100644 index 0000000..3a46e76 --- /dev/null +++ b/module/item/item-sheet.js @@ -0,0 +1,61 @@ +/** + * Extend the basic ItemSheet with some very simple modifications + * @extends {ItemSheet} + */ +export class frostgraveItemSheet extends ItemSheet { + /** @override */ + static get defaultOptions() { + return mergeObject(super.defaultOptions, { + classes: ["frostgrave", "sheet", "item"], + width: 450, + height: 500, + tabs: [{ + navSelector: ".sheet-tabs", + contentSelector: ".sheet-body", + initial: "attributes", + }, ], + }); + } + + /** @override */ + get template() { + const path = "systems/frostgrave/templates/item"; + // Return a single sheet for all item types. + // return `${path}/item-sheet.html`; + + // Alternatively, you could use the following return statement to do a + // unique item sheet by type, like `weapon-sheet.html`. + return `${path}/item-${this.item.data.type}-sheet.html`; + } + + /* -------------------------------------------- */ + + /** @override */ + getData() { + const data = super.getData(); + return data; + } + + /* -------------------------------------------- */ + + /** @override */ + setPosition(options = {}) { + const position = super.setPosition(options); + const sheetBody = this.element.find(".sheet-body"); + const bodyHeight = position.height - 192; + sheetBody.css("height", bodyHeight); + return position; + } + + /* -------------------------------------------- */ + + /** @override */ + activateListeners(html) { + super.activateListeners(html); + + // Everything below here is only needed if the sheet is editable + if (!this.options.editable) return; + + // Roll handlers, click handlers, etc. would go here. + } +} \ No newline at end of file diff --git a/module/item/item.js b/module/item/item.js new file mode 100644 index 0000000..b72b960 --- /dev/null +++ b/module/item/item.js @@ -0,0 +1,37 @@ +/** + * Extend the basic Item with some very simple modifications. + * @extends {Item} + */ +export class frostgraveItem extends Item { + /** + * Augment the basic Item data model with additional dynamic data. + */ + prepareData() { + super.prepareData(); + + // Get the Item's data + const itemData = this.data; + const actorData = this.actor ? this.actor.data : {}; + const data = itemData.data; + } + + /** + * Handle clickable rolls. + * @param {Event} event The originating click event + * @private + */ + async roll() { + // Basic template rendering data + const token = this.actor.token; + const item = this.data; + const actorData = this.actor ? this.actor.data.data : {}; + const itemData = item.data; + + let roll = new Roll("d20+@stats.fight.value", actorData); + let label = `Rolling ${item.name}`; + roll.roll().toMessage({ + speaker: ChatMessage.getSpeaker({ actor: this.actor }), + flavor: label, + }); + } +} diff --git a/module/templates.js b/module/templates.js new file mode 100644 index 0000000..059957b --- /dev/null +++ b/module/templates.js @@ -0,0 +1,28 @@ +/** + * Define a set of template paths to pre-load + * Pre-loaded templates are compiled and cached for fast access when rendering + * @return {Promise} + */ +export const preloadHandlebarsTemplates = async function() { + + // Define template paths to load + const templatePaths = [ + + // Actor Sheet Partials + "systems/frostgrave/templates/actor/partials/actor-header.html", + "systems/frostgrave/templates/actor/partials/actor-stats.html", + "systems/frostgrave/templates/actor/partials/actor-tab-navigation.html", + "systems/frostgrave/templates/actor/partials/actor-tab-notes.html", + "systems/frostgrave/templates/actor/partials/actor-tab-experience.html", + "systems/frostgrave/templates/actor/partials/actor-tab-homebase.html", + "systems/frostgrave/templates/actor/partials/actor-tab-items.html", + "systems/frostgrave/templates/actor/partials/actor-tab-spells.html" + + // Item Sheet Partials + + ]; + + // Load the template parts + return loadTemplates(templatePaths); + }; + \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..500d4c5 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "frostgrave", + "version": "1.0.0", + "description": "CSS compiler for the Frostgrave system", + "scripts": { + "build": "gulp", + "compile": "gulp css", + "watch": "gulp", + "gulp": "gulp" + }, + "browserslist": [ + "last 3 versions" + ], + "author": "Phenomen", + "license": "MIT", + "private": true, + "dependencies": { + "gulp": "^4.0.2", + "gulp-autoprefixer": "^7.0.1", + "gulp-sass": "^4.1.0", + "gulp-sourcemaps": "^2.6.5" + }, + "devDependencies": { + "bulma": "^0.9.0", + "prettier": "2.1.1" + } +} diff --git a/packs/armour.db b/packs/armour.db new file mode 100644 index 0000000..d112983 --- /dev/null +++ b/packs/armour.db @@ -0,0 +1,3 @@ +{"name":"Light Armour","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/armor/leather.png","_id":"I51JRohC7U9QZQf4"} +{"name":"Shield","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

May not be carried with a two-handed weapon or staff.

","category":"Armour","subcategory":"Shield","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/armor/shield.png","_id":"XdYmXpKWziTu3TsF"} +{"name":"Heavy Armour","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

-1 Move.

","category":"Armour","subcategory":"Heavy","damage":null,"armour":2,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/armor/scale.png","_id":"nQ5smVtqMU2hduea"} diff --git a/packs/potions.db b/packs/potions.db new file mode 100644 index 0000000..ee940d1 --- /dev/null +++ b/packs/potions.db @@ -0,0 +1 @@ +{"name":"Potion of Healing","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

This potion restores up to 5 lost points of Health. It may not take a figure above its normal starting Health.

","category":"Potion","subcategory":"Lesser Potion","damage":null,"armour":null,"range":null,"effect":null,"price":75,"sale":50,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/potions/minor-red.jpg","_id":"gOvnL5aOzyEOO0s8"} diff --git a/packs/soldiers.db b/packs/soldiers.db new file mode 100644 index 0000000..543e23c --- /dev/null +++ b/packs/soldiers.db @@ -0,0 +1,15 @@ +{"_id":"59mfcvDarifBycpj","name":"Infantryman","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Standard","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":10,"min":0,"max":10,"actual":10,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":11,"effective":11,"bonus":0,"rollname":"Armour"},"will":{"actual":0,"effective":0,"bonus":0,"rollname":"Will"},"fight":{"actual":3,"effective":3,"bonus":2,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Infantryman","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"59mfcvDarifBycpj","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"LuxNzXlIF9ysiABj","flags":{},"name":"Two-Handed Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/glaive.png","data":{"description":"

Takes up two item slots.

","category":"Weapon","subcategory":"Two-Handed Weapon","damage":2,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"hXUaA7s8tneGPJrX","flags":{},"name":"Light Armour","type":"item","img":"systems/dnd5e/icons/items/armor/leather.png","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000}]} +{"_id":"66cjlcR0OhmEODUn","name":"Barbarian","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":14,"min":0,"max":14,"actual":14,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":10,"effective":10,"bonus":0,"rollname":"Armour"},"will":{"actual":3,"effective":3,"bonus":0,"rollname":"Will"},"fight":{"actual":4,"effective":4,"bonus":2,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Barbarian","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"66cjlcR0OhmEODUn","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"XiJ0wozY8N1no1dS","flags":{},"name":"Two-Handed Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/glaive.png","data":{"description":"

Takes up two item slots.

","category":"Weapon","subcategory":"Two-Handed Weapon","damage":2,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"8gwdilYKx2p4BpyL","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000}]} +{"_id":"7W70MYhN79feZ1qm","name":"Templar","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":5,"effective":5,"bonus":0,"rollname":"Movement"},"armour":{"actual":12,"effective":12,"bonus":0,"rollname":"Armour"},"will":{"actual":1,"effective":1,"bonus":0,"rollname":"Will"},"fight":{"actual":4,"effective":4,"bonus":2,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Templar","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"7W70MYhN79feZ1qm","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"Bk5pYrBix5EInRAp","flags":{},"name":"Two-Handed Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/glaive.png","data":{"description":"

Takes up two item slots.

","category":"Weapon","subcategory":"Two-Handed Weapon","damage":2,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"IRRlD5kzTvP7FYB3","flags":{},"name":"Heavy Armour","type":"item","img":"systems/dnd5e/icons/items/armor/scale.png","data":{"description":"

-1 Move.

","category":"Armour","subcategory":"Heavy","damage":null,"armour":2,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000}]} +{"_id":"8HEq0kbGyL12VI8f","name":"War Hound","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Standard","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":8,"min":0,"max":8,"actual":8,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":8,"effective":8,"bonus":0,"rollname":"Movement"},"armour":{"actual":10,"effective":10,"bonus":0,"rollname":"Armour"},"will":{"actual":-2,"effective":-2,"bonus":0,"rollname":"Will"},"fight":{"actual":1,"effective":1,"bonus":0,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"War Houn","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"8HEq0kbGyL12VI8f","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"RFL5VaOrVXJIUlYD","flags":{},"name":"Natural Weapon","type":"item","img":"systems/dnd5e/icons/skills/blood_06.jpg","data":{"description":"","category":"Weapon","subcategory":"Natural Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100001}]} +{"_id":"J6BAXGZkPnveNEGA","name":"Thug","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Standard","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":10,"min":0,"max":10,"actual":10,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":10,"effective":10,"bonus":0,"rollname":"Armour"},"will":{"actual":-1,"effective":-1,"bonus":0,"rollname":"Will"},"fight":{"actual":2,"effective":2,"bonus":0,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Thug","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"J6BAXGZkPnveNEGA","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"rUXaMve5ztHWWI4j","flags":{},"name":"Hand Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/sword-short.jpg","data":{"description":"","category":"Weapon","subcategory":"Hand Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000}]} +{"_id":"Mqf91lCJN5ZnXkYX","name":"Crossbowman","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":10,"min":0,"max":10,"actual":10,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":11,"effective":11,"bonus":0,"rollname":"Armour"},"will":{"actual":0,"effective":0,"bonus":0,"rollname":"Will"},"fight":{"actual":1,"effective":1,"bonus":-1,"rollname":"Combat"},"shoot":{"actual":2,"effective":2,"bonus":2,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Crossbowman","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"Mqf91lCJN5ZnXkYX","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"c0SyRaxhnTZsxZfz","flags":{},"name":"Quiver","type":"item","img":"systems/dnd5e/icons/items/weapons/arrows.jpg","data":{"description":"","category":"Weapon","subcategory":"Quiver","damage":null,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000},{"_id":"YRC0nrUnc9r9SmgP","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":300000},{"_id":"iyJ2bOYo0ZifGv0W","flags":{},"name":"Light Armour","type":"item","img":"systems/dnd5e/icons/items/armor/leather.png","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":400000},{"_id":"9iaToNIZ1NHmIPZw","flags":{},"name":"Crossbow","type":"item","img":"systems/dnd5e/icons/items/weapons/crossbow-light.jpg","data":{"description":"

Load and fire as separate actions. May reload in place of movement. Must have a quiver.

","category":"Weapon","subcategory":"Crossbow","damage":2,"armour":null,"range":24,"effect":"","price":null,"sale":null,"ingredient":null},"sort":500000}]} +{"_id":"O6AOKK7hOg2qT6jm","name":"Apothecary","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"

Apothecaries start each game with a potion of healing (see page 91). An apothecary may spend an action to give a potion to a member of the same warband within 1”, provided neither are in combat. The figure receiving the potion counts as having drunk it, and effects are applied immediately. Note that this rule applies to any potion carried by an apothecary, not just their free healing potion.

","category":"Soldier","class":"Standard","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":10,"effective":10,"bonus":0,"rollname":"Armour"},"will":{"actual":3,"effective":3,"bonus":0,"rollname":"Will"},"fight":{"actual":1,"effective":1,"bonus":-1,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Apothecary","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"O6AOKK7hOg2qT6jm","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"fJtt9VWxGCy81it8","flags":{},"name":"Staff","type":"item","img":"systems/dnd5e/icons/items/weapons/quarterstaff.jpg","data":{"description":"

-1 damage modifier to opponent in hand-to-hand combat.

","category":"Weapon","subcategory":"Staff","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"IbFxeJjojSbx2fVU","flags":{},"name":"Potion of Healing","type":"item","img":"systems/dnd5e/icons/items/potions/minor-red.jpg","data":{"description":"

This potion restores up to 5 lost points of Health. It may not take a figure above its normal starting Health.

","category":"Potion","subcategory":"Lesser Potion","damage":null,"armour":null,"range":null,"effect":null,"price":75,"sale":50,"ingredient":null},"sort":200000}]} +{"_id":"OM87vw6ePSelpCId","name":"Thief","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Standard","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":10,"min":0,"max":10,"actual":10,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":7,"effective":7,"bonus":0,"rollname":"Movement"},"armour":{"actual":10,"effective":10,"bonus":0,"rollname":"Armour"},"will":{"actual":0,"effective":0,"bonus":0,"rollname":"Will"},"fight":{"actual":1,"effective":1,"bonus":-1,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Thief","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"OM87vw6ePSelpCId","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"ZMKGWw9o0d6hcHt0","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000}]} +{"_id":"UeAoVRN8m6HGzNcr","name":"Man-at-Arms","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Standard","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":12,"effective":12,"bonus":0,"rollname":"Armour"},"will":{"actual":1,"effective":1,"bonus":0,"rollname":"Will"},"fight":{"actual":3,"effective":3,"bonus":0,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Man-at-Arms","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"UeAoVRN8m6HGzNcr","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"sAcPFyuxOvDTzyR0","flags":{},"name":"Hand Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/sword-short.jpg","data":{"description":"","category":"Weapon","subcategory":"Hand Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"jpX8uChEmNw9rOqV","flags":{},"name":"Shield","type":"item","img":"systems/dnd5e/icons/items/armor/shield.png","data":{"description":"

May not be carried with a two-handed weapon or staff.

","category":"Armour","subcategory":"Shield","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000},{"_id":"rCgB3iLJQ2QKca26","flags":{},"name":"Light Armour","type":"item","img":"systems/dnd5e/icons/items/armor/leather.png","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":300000}]} +{"_id":"WCtuyqc3U6PPFcSW","name":"Archer","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":10,"min":0,"max":10,"actual":10,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":11,"effective":11,"bonus":0,"rollname":"Armour"},"will":{"actual":0,"effective":0,"bonus":0,"rollname":"Will"},"fight":{"actual":1,"effective":1,"bonus":-1,"rollname":"Combat"},"shoot":{"actual":2,"effective":2,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Archer","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"WCtuyqc3U6PPFcSW","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"c0SyRaxhnTZsxZfz","flags":{},"name":"Quiver","type":"item","img":"systems/dnd5e/icons/items/weapons/arrows.jpg","data":{"description":"","category":"Weapon","subcategory":"Quiver","damage":null,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000},{"_id":"YRC0nrUnc9r9SmgP","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":300000},{"_id":"iyJ2bOYo0ZifGv0W","flags":{},"name":"Light Armour","type":"item","img":"systems/dnd5e/icons/items/armor/leather.png","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":400000},{"_id":"e9C9c3glr2QDolHy","flags":{},"name":"Bow","type":"item","img":"systems/dnd5e/icons/items/weapons/bow-long.jpg","data":{"description":"

Load and fire as a single action. Must have a quiver.

","category":"Weapon","subcategory":"Bow","damage":0,"armour":null,"range":24,"effect":"","price":null,"sale":null,"ingredient":null},"sort":500000}]} +{"_id":"Wkw8NSLNYMOgqV5m","name":"Tracker","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":7,"effective":7,"bonus":0,"rollname":"Movement"},"armour":{"actual":11,"effective":11,"bonus":0,"rollname":"Armour"},"will":{"actual":1,"effective":1,"bonus":0,"rollname":"Will"},"fight":{"actual":1,"effective":1,"bonus":-1,"rollname":"Combat"},"shoot":{"actual":2,"effective":2,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Tracker","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"Wkw8NSLNYMOgqV5m","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"iyJ2bOYo0ZifGv0W","flags":{},"name":"Light Armour","type":"item","img":"systems/dnd5e/icons/items/armor/leather.png","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":400000},{"_id":"lAvA5pueyHVR3WMW","flags":{},"name":"Staff","type":"item","img":"systems/dnd5e/icons/items/weapons/quarterstaff.jpg","data":{"description":"

-1 damage modifier to opponent in hand-to-hand combat.

","category":"Weapon","subcategory":"Staff","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":500000},{"_id":"OkmenwhMeke8KN09","flags":{},"name":"Bow","type":"item","img":"systems/dnd5e/icons/items/weapons/bow-long.jpg","data":{"description":"

Load and fire as a single action. Must have a quiver.

","category":"Weapon","subcategory":"Bow","damage":0,"armour":null,"range":24,"effect":"","price":null,"sale":null,"ingredient":null},"sort":600000},{"_id":"d5dly98Cfb3JlFiC","flags":{},"name":"Quiver","type":"item","img":"systems/dnd5e/icons/items/weapons/arrows.jpg","data":{"description":"","category":"Weapon","subcategory":"Quiver","damage":null,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":700000}]} +{"_id":"ZmgMQnPDy9Bi2Ngk","name":"Ranger","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":7,"effective":7,"bonus":0,"rollname":"Movement"},"armour":{"actual":11,"effective":11,"bonus":0,"rollname":"Armour"},"will":{"actual":2,"effective":2,"bonus":0,"rollname":"Will"},"fight":{"actual":2,"effective":2,"bonus":0,"rollname":"Combat"},"shoot":{"actual":2,"effective":2,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Ranger","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"ZmgMQnPDy9Bi2Ngk","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"P01vFsHBeLCyg0ud","flags":{},"name":"Bow","type":"item","img":"systems/dnd5e/icons/items/weapons/bow-long.jpg","data":{"description":"

Load and fire as a single action. Must have a quiver.

","category":"Weapon","subcategory":"Bow","damage":0,"armour":null,"range":24,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"ZNtz0eaQPtjobyOU","flags":{},"name":"Quiver","type":"item","img":"systems/dnd5e/icons/items/weapons/arrows.jpg","data":{"description":"","category":"Weapon","subcategory":"Quiver","damage":null,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000},{"_id":"I3iFuOLR6wVipzmS","flags":{},"name":"Hand Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/sword-short.jpg","data":{"description":"","category":"Weapon","subcategory":"Hand Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":300000},{"_id":"xkVx43rKXlRZ4TaI","flags":{},"name":"Light Armour","type":"item","img":"systems/dnd5e/icons/items/armor/leather.png","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":400000}]} +{"_id":"lxbURH4JHvOocB2S","name":"Marksman","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":5,"effective":5,"bonus":0,"rollname":"Movement"},"armour":{"actual":12,"effective":12,"bonus":0,"rollname":"Armour"},"will":{"actual":1,"effective":1,"bonus":0,"rollname":"Will"},"fight":{"actual":2,"effective":2,"bonus":0,"rollname":"Combat"},"shoot":{"actual":2,"effective":2,"bonus":2,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Marksman","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"lxbURH4JHvOocB2S","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"I8Yi9C7SjWvdUsLI","flags":{},"name":"Crossbow","type":"item","img":"systems/dnd5e/icons/items/weapons/crossbow-light.jpg","data":{"description":"

Load and fire as separate actions. May reload in place of movement. Must have a quiver.

","category":"Weapon","subcategory":"Crossbow","damage":2,"armour":null,"range":24,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"jWFtKAph1heL4hNP","flags":{},"name":"Quiver","type":"item","img":"systems/dnd5e/icons/items/weapons/arrows.jpg","data":{"description":"","category":"Weapon","subcategory":"Quiver","damage":null,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000},{"_id":"rOBhs2E7ET3Tchto","flags":{},"name":"Hand Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/sword-short.jpg","data":{"description":"","category":"Weapon","subcategory":"Hand Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":300000},{"_id":"itROH2a1HQmWqZ8X","flags":{},"name":"Heavy Armour","type":"item","img":"systems/dnd5e/icons/items/armor/scale.png","data":{"description":"

-1 Move.

","category":"Armour","subcategory":"Heavy","damage":null,"armour":2,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":400000}]} +{"_id":"oKNOoUlm6Wy2mNOS","name":"Knight","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":5,"effective":5,"bonus":0,"rollname":"Movement"},"armour":{"actual":13,"effective":13,"bonus":0,"rollname":"Armour"},"will":{"actual":1,"effective":1,"bonus":0,"rollname":"Will"},"fight":{"actual":4,"effective":4,"bonus":0,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Knight","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"oKNOoUlm6Wy2mNOS","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"mAUQ2TXvlPwPPvTA","flags":{},"name":"Hand Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/sword-short.jpg","data":{"description":"","category":"Weapon","subcategory":"Hand Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000},{"_id":"1TOGTQI1QjbV3Ta0","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":200000},{"_id":"cO9Ied08uZvmkfgI","flags":{},"name":"Shield","type":"item","img":"systems/dnd5e/icons/items/armor/shield.png","data":{"description":"

May not be carried with a two-handed weapon or staff.

","category":"Armour","subcategory":"Shield","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":300000},{"_id":"0U48VCdeUp7GmLhX","flags":{},"name":"Heavy Armour","type":"item","img":"systems/dnd5e/icons/items/armor/scale.png","data":{"description":"

-1 Move.

","category":"Armour","subcategory":"Heavy","damage":null,"armour":2,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":400000}]} +{"_id":"sbTosGbxZxh9Ud3A","name":"Treasure Hunter","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Soldier","class":"Specialist","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":7,"effective":7,"bonus":0,"rollname":"Movement"},"armour":{"actual":11,"effective":11,"bonus":0,"rollname":"Armour"},"will":{"actual":2,"effective":2,"bonus":0,"rollname":"Will"},"fight":{"actual":3,"effective":3,"bonus":0,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Treasure Hunter","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"sbTosGbxZxh9Ud3A","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"YRC0nrUnc9r9SmgP","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":300000},{"_id":"iyJ2bOYo0ZifGv0W","flags":{},"name":"Light Armour","type":"item","img":"systems/dnd5e/icons/items/armor/leather.png","data":{"description":"","category":"Armour","subcategory":"Light","damage":null,"armour":1,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":400000},{"_id":"2vmwtjKlrOhD1nk1","flags":{},"name":"Hand Weapon","type":"item","img":"systems/dnd5e/icons/items/weapons/sword-short.jpg","data":{"description":"","category":"Weapon","subcategory":"Hand Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":500000}]} diff --git a/packs/spellcasters.db b/packs/spellcasters.db new file mode 100644 index 0000000..0213064 --- /dev/null +++ b/packs/spellcasters.db @@ -0,0 +1,2 @@ +{"_id":"PWs2JVZEbxXhfuNA","name":"Wizard","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Wizard","class":"Chronomancer","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":14,"min":0,"max":14,"actual":14,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":10,"effective":10,"bonus":0,"rollname":"Armour"},"will":{"actual":4,"effective":4,"bonus":0,"rollname":"Will"},"fight":{"actual":2,"effective":2,"bonus":-1,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Wizard","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"PWs2JVZEbxXhfuNA","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"ckH4LBUucf03uMPX","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000}]} +{"_id":"rz6WKsk9iNxrdxTw","name":"Apprentice","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"character","data":{"baseresources":"","basetreasury":0,"biography":"","category":"Apprentice","class":"Chronomancer","empowerment":0,"expbanked":0,"expscenario":0,"exptotal":0,"level":0,"levellog":"
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
","mod":0,"health":{"value":12,"min":0,"max":12,"actual":12,"bonus":0,"rollname":"Health"},"stats":{"move":{"actual":6,"effective":6,"bonus":0,"rollname":"Movement"},"armour":{"actual":10,"effective":10,"bonus":0,"rollname":"Armour"},"will":{"actual":2,"effective":2,"bonus":0,"rollname":"Will"},"fight":{"actual":0,"effective":0,"bonus":-1,"rollname":"Combat"},"shoot":{"actual":0,"effective":0,"bonus":0,"rollname":"Shooting"}}},"sort":100001,"flags":{},"img":"icons/svg/mystery-man.svg","token":{"flags":{},"name":"Apprentice","displayName":0,"img":"icons/svg/mystery-man.svg","tint":"","width":1,"height":1,"scale":1,"mirrorX":false,"mirrorY":false,"lockRotation":false,"rotation":0,"vision":false,"dimSight":0,"brightSight":0,"dimLight":0,"brightLight":0,"sightAngle":360,"lightAngle":360,"lightColor":"","lightAlpha":1,"actorId":"rz6WKsk9iNxrdxTw","actorLink":false,"actorData":{},"disposition":-1,"displayBars":0,"bar1":{"attribute":""},"bar2":{"attribute":""},"randomImg":false},"items":[{"_id":"WYRMfbRnali6nzYU","flags":{},"name":"Dagger","type":"item","img":"systems/dnd5e/icons/items/weapons/dagger.jpg","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"sort":100000}]} diff --git a/packs/weapons.db b/packs/weapons.db new file mode 100644 index 0000000..019209a --- /dev/null +++ b/packs/weapons.db @@ -0,0 +1,9 @@ +{"_id":"3znr4S0pBxvsjHfT","name":"Staff","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

-1 damage modifier to opponent in hand-to-hand combat.

","category":"Weapon","subcategory":"Staff","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/weapons/quarterstaff.jpg"} +{"_id":"I5dzIblASNnXm6wP","name":"Hand Weapon","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"","category":"Weapon","subcategory":"Hand Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/weapons/sword-short.jpg"} +{"_id":"J2MgKDjl7PnzfFk7","name":"Quiver","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"","category":"Weapon","subcategory":"Quiver","damage":null,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/weapons/arrows.jpg"} +{"_id":"NCVtlHqckthPSqQT","name":"Bow","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

Load and fire as a single action. Must have a quiver.

","category":"Weapon","subcategory":"Bow","damage":0,"armour":null,"range":24,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/weapons/bow-long.jpg"} +{"_id":"bc8K2X35HyZ3ilLv","name":"Crossbow","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

Load and fire as separate actions. May reload in place of movement. Must have a quiver.

","category":"Weapon","subcategory":"Crossbow","damage":2,"armour":null,"range":24,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/weapons/crossbow-light.jpg"} +{"_id":"pIUgVtBi8HY0wWad","name":"Two-Handed Weapon","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

Takes up two item slots.

","category":"Weapon","subcategory":"Two-Handed Weapon","damage":2,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/weapons/glaive.png"} +{"_id":"tepMTpdLsYToTt6Q","name":"Unarmed","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

-2 Fight.

","category":"Weapon","subcategory":"Unarmed","damage":-2,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/skills/blood_11.jpg"} +{"_id":"xdAmMNWwT945pgHx","name":"Dagger","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"

First dagger does not take up an item slot.

","category":"Weapon","subcategory":"Dagger","damage":-1,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/items/weapons/dagger.jpg"} +{"name":"Natural Weapon","permission":{"default":0,"t4s6NRodQrHWaAMD":3},"type":"item","data":{"description":"","category":"Weapon","subcategory":"Natural Weapon","damage":0,"armour":null,"range":null,"effect":"","price":null,"sale":null,"ingredient":null},"flags":{},"img":"systems/dnd5e/icons/skills/blood_06.jpg","_id":"xiMhRBKLUKy5wHFY"} diff --git a/scss/components/_forms.scss b/scss/components/_forms.scss new file mode 100644 index 0000000..572eb30 --- /dev/null +++ b/scss/components/_forms.scss @@ -0,0 +1,37 @@ +header { + display: flex !important; + background-image: none; + background-color: $accent-color; + + a { + color: white; + } + + a:hover { + color: white; + text-shadow: 0 0 5px white; + } +} + +.sheet-body, +.sheet-body .tab, +.sheet-body, .editor { + height: 100%; +} + +.tox { + .tox-editor-container { + background: white; + } + + .tox-edit-area { + padding: 4px 8px; + } +} + +form .notes, +form .hint { + font-size: 1rem; + line-height: 1.4rem; + color: #363636; +} \ No newline at end of file diff --git a/scss/components/_images.scss b/scss/components/_images.scss new file mode 100644 index 0000000..484a3a5 --- /dev/null +++ b/scss/components/_images.scss @@ -0,0 +1,4 @@ +img.is-cover { + object-fit: cover; + border-color: $accent-color; +} \ No newline at end of file diff --git a/scss/components/_items.scss b/scss/components/_items.scss new file mode 100644 index 0000000..e69de29 diff --git a/scss/components/_tabs.scss b/scss/components/_tabs.scss new file mode 100644 index 0000000..4db1a6f --- /dev/null +++ b/scss/components/_tabs.scss @@ -0,0 +1,5 @@ +.tabs .item.active { + text-shadow: none; + border-bottom-color: $accent-color; + color: $accent-color; +} \ No newline at end of file diff --git a/scss/components/_text.scss b/scss/components/_text.scss new file mode 100644 index 0000000..326720c --- /dev/null +++ b/scss/components/_text.scss @@ -0,0 +1,21 @@ +h1, +h2, +h3, +h4, +h5, +h6 { + font-weight: bold; + border-bottom: none +} + +h1 { + font-size: 2rem; +} + +h2 { + font-size: 1.5rem; +} + +h3 { + font-size: 1.2rem; +} \ No newline at end of file diff --git a/scss/frostgrave.scss b/scss/frostgrave.scss new file mode 100644 index 0000000..9726bf2 --- /dev/null +++ b/scss/frostgrave.scss @@ -0,0 +1,18 @@ +@charset "utf-8"; +// Import utilities. +@import "utils/variables"; + +/* Global styles */ + +@import "global/window"; + +/* Styles limited to Frostgrave sheets */ + +.frostgrave { + @import "../node_modules/bulma/bulma.sass"; + @import "components/forms"; + @import "components/images"; + @import "components/text"; + @import "components/tabs"; + @import "components/items"; +} \ No newline at end of file diff --git a/scss/global/_window.scss b/scss/global/_window.scss new file mode 100644 index 0000000..8f0498b --- /dev/null +++ b/scss/global/_window.scss @@ -0,0 +1,48 @@ +.window-app { + box-shadow: 0 0 20px $accent-color; + + .window-content { + background-image: url("../img/bg.jpg"); + background-repeat: no-repeat; + background-size: cover; + background-color: hsl(206, 70%, 96%); + + } +} + +.rollable { + &:hover, + &:focus { + cursor: pointer; + } +} + +::-webkit-scrollbar-thumb { + outline: none; + border-radius: 3px; + background: $accent-color; + border: 1px solid white; +} + +a:hover { + color: $accent-color; + text-shadow: 0 0 5px white; +} + +input[type="text"]:focus, +input[type="password"]:focus, +input[type="datetime-local"]:focus { + box-shadow: 0 0 5px $accent-color; +} + +.editor-edit { + display: none; + font-size: 1.25em; + position: absolute; + top: 5px; + right: 5px; + background: none; + border: none; + border-radius: 0px; + box-shadow: none; +} \ No newline at end of file diff --git a/scss/utils/_bulma.css b/scss/utils/_bulma.css new file mode 100644 index 0000000..bcbbca8 --- /dev/null +++ b/scss/utils/_bulma.css @@ -0,0 +1 @@ +/*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */@-webkit-keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spinAround{from{transform:rotate(0)}to{transform:rotate(359deg)}}.breadcrumb,.button,.delete,.file,.is-unselectable,.modal-close,.pagination-ellipsis,.pagination-link,.pagination-next,.pagination-previous,.tabs{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.navbar-link:not(.is-arrowless)::after,.select:not(.is-multiple):not(.is-loading)::after{border:3px solid transparent;border-radius:2px;border-right:0;border-top:0;content:" ";display:block;height:.625em;margin-top:-.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),.highlight: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{-moz-appearance:none;-webkit-appearance:none;background-color:rgba(10,10,10,.2);border:none;border-radius:290486px;cursor:pointer;pointer-events:auto;display:inline-block;flex-grow:0;flex-shrink:0;font-size:0;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:0;position:relative;vertical-align:top;width:20px}.delete::after,.delete::before,.modal-close::after,.modal-close::before{background-color:#fff;content:"";display:block;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%) rotate(45deg);transform-origin:center center}.delete::before,.modal-close::before{height:2px;width:50%}.delete::after,.modal-close::after{height:50%;width:2px}.delete:focus,.delete:hover,.modal-close:focus,.modal-close:hover{background-color:rgba(10,10,10,.3)}.delete:active,.modal-close:active{background-color:rgba(10,10,10,.4)}.is-small.delete,.is-small.modal-close{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.is-medium.delete,.is-medium.modal-close{height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;width:24px}.is-large.delete,.is-large.modal-close{height:32px;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.button.is-loading::after,.control.is-loading::after,.loader,.select.is-loading::after{-webkit-animation:spinAround .5s infinite linear;animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em}.hero-video,.image.is-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}.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}.button[disabled],.file-cta[disabled],.file-name[disabled],.input[disabled],.pagination-ellipsis[disabled],.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled],.select fieldset[disabled] select,.select select[disabled],.textarea[disabled],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}/*! 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:#fff;font-size:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;min-width:300px;overflow-x:hidden;overflow-y:scroll;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}body,button,input,select,textarea{font-family:BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif}code,pre{-moz-osx-font-smoothing:auto;-webkit-font-smoothing:auto;font-family:monospace}body{color:#4a4a4a;font-size:1em;font-weight:400;line-height:1.5}a{color:#3273dc;cursor:pointer;text-decoration:none}a strong{color:currentColor}a:hover{color:#363636}code{background-color:#f5f5f5;color:#f14668;font-size:.875em;font-weight:400;padding:.25em .5em .25em}hr{background-color:#f5f5f5;border:none;display:block;height:2px;margin:1.5rem 0}img{height:auto;max-width:100%}input[type=checkbox],input[type=radio]{vertical-align:baseline}small{font-size:.875em}span{font-style:inherit;font-weight:inherit}strong{color:#363636;font-weight:700}fieldset{border:none}pre{-webkit-overflow-scrolling:touch;background-color:#f5f5f5;color:#4a4a4a;font-size:.875em;overflow-x:auto;padding:1.25rem 1.5rem;white-space:pre;word-wrap:normal}pre code{background-color:transparent;color:currentColor;font-size:1em;padding:0}table td,table th{vertical-align:top}table td:not([align]),table th:not([align]){text-align:inherit}table th{color:#363636}.box{background-color:#fff;border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;display:block;padding:1.25rem}a.box:focus,a.box:hover{box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px #3273dc}a.box:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2),0 0 0 1px #3273dc}.button{background-color:#fff;border-color:#dbdbdb;border-width:1px;color:#363636;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:#b5b5b5;color:#363636}.button.is-focused,.button:focus{border-color:#3273dc;color:#363636}.button.is-focused:not(:active),.button:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-active,.button:active{border-color:#4a4a4a;color:#363636}.button.is-text{background-color:transparent;border-color:transparent;color:#4a4a4a;text-decoration:underline}.button.is-text.is-focused,.button.is-text.is-hovered,.button.is-text:focus,.button.is-text:hover{background-color:#f5f5f5;color:#363636}.button.is-text.is-active,.button.is-text:active{background-color:#e8e8e8;color:#363636}.button.is-text[disabled],fieldset[disabled] .button.is-text{background-color:transparent;border-color:transparent;box-shadow:none}.button.is-white{background-color:#fff;border-color:transparent;color:#0a0a0a}.button.is-white.is-hovered,.button.is-white:hover{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.button.is-white.is-focused,.button.is-white:focus{border-color:transparent;color:#0a0a0a}.button.is-white.is-focused:not(:active),.button.is-white:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,255,255,.25)}.button.is-white.is-active,.button.is-white:active{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.button.is-white[disabled],fieldset[disabled] .button.is-white{background-color:#fff;border-color:transparent;box-shadow:none}.button.is-white.is-inverted{background-color:#0a0a0a;color:#fff}.button.is-white.is-inverted.is-hovered,.button.is-white.is-inverted:hover{background-color:#000}.button.is-white.is-inverted[disabled],fieldset[disabled] .button.is-white.is-inverted{background-color:#0a0a0a;border-color:transparent;box-shadow:none;color:#fff}.button.is-white.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-white.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-white.is-outlined.is-focused,.button.is-white.is-outlined.is-hovered,.button.is-white.is-outlined:focus,.button.is-white.is-outlined:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.button.is-white.is-outlined.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-white.is-outlined.is-loading.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 #0a0a0a #0a0a0a!important}.button.is-white.is-outlined[disabled],fieldset[disabled] .button.is-white.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-white.is-inverted.is-outlined.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:#0a0a0a;color:#fff}.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 #fff #fff!important}.button.is-white.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-white.is-inverted.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black{background-color:#0a0a0a;border-color:transparent;color:#fff}.button.is-black.is-hovered,.button.is-black:hover{background-color:#040404;border-color:transparent;color:#fff}.button.is-black.is-focused,.button.is-black:focus{border-color:transparent;color:#fff}.button.is-black.is-focused:not(:active),.button.is-black:focus:not(:active){box-shadow:0 0 0 .125em rgba(10,10,10,.25)}.button.is-black.is-active,.button.is-black:active{background-color:#000;border-color:transparent;color:#fff}.button.is-black[disabled],fieldset[disabled] .button.is-black{background-color:#0a0a0a;border-color:transparent;box-shadow:none}.button.is-black.is-inverted{background-color:#fff;color:#0a0a0a}.button.is-black.is-inverted.is-hovered,.button.is-black.is-inverted:hover{background-color:#f2f2f2}.button.is-black.is-inverted[disabled],fieldset[disabled] .button.is-black.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#0a0a0a}.button.is-black.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;color:#0a0a0a}.button.is-black.is-outlined.is-focused,.button.is-black.is-outlined.is-hovered,.button.is-black.is-outlined:focus,.button.is-black.is-outlined:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.button.is-black.is-outlined.is-loading::after{border-color:transparent transparent #0a0a0a #0a0a0a!important}.button.is-black.is-outlined.is-loading.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 #fff #fff!important}.button.is-black.is-outlined[disabled],fieldset[disabled] .button.is-black.is-outlined{background-color:transparent;border-color:#0a0a0a;box-shadow:none;color:#0a0a0a}.button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-black.is-inverted.is-outlined.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:#fff;color:#0a0a0a}.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 #0a0a0a #0a0a0a!important}.button.is-black.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-black.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-light{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-hovered,.button.is-light:hover{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused,.button.is-light:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light.is-focused:not(:active),.button.is-light:focus:not(:active){box-shadow:0 0 0 .125em rgba(245,245,245,.25)}.button.is-light.is-active,.button.is-light:active{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-light[disabled],fieldset[disabled] .button.is-light{background-color:#f5f5f5;border-color:transparent;box-shadow:none}.button.is-light.is-inverted{background-color:rgba(0,0,0,.7);color:#f5f5f5}.button.is-light.is-inverted.is-hovered,.button.is-light.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-light.is-inverted[disabled],fieldset[disabled] .button.is-light.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#f5f5f5}.button.is-light.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;color:#f5f5f5}.button.is-light.is-outlined.is-focused,.button.is-light.is-outlined.is-hovered,.button.is-light.is-outlined:focus,.button.is-light.is-outlined:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.button.is-light.is-outlined.is-loading::after{border-color:transparent transparent #f5f5f5 #f5f5f5!important}.button.is-light.is-outlined.is-loading.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 rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-light.is-outlined[disabled],fieldset[disabled] .button.is-light.is-outlined{background-color:transparent;border-color:#f5f5f5;box-shadow:none;color:#f5f5f5}.button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-light.is-inverted.is-outlined.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:rgba(0,0,0,.7);color:#f5f5f5}.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 #f5f5f5 #f5f5f5!important}.button.is-light.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-light.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-dark{background-color:#363636;border-color:transparent;color:#fff}.button.is-dark.is-hovered,.button.is-dark:hover{background-color:#2f2f2f;border-color:transparent;color:#fff}.button.is-dark.is-focused,.button.is-dark:focus{border-color:transparent;color:#fff}.button.is-dark.is-focused:not(:active),.button.is-dark:focus:not(:active){box-shadow:0 0 0 .125em rgba(54,54,54,.25)}.button.is-dark.is-active,.button.is-dark:active{background-color:#292929;border-color:transparent;color:#fff}.button.is-dark[disabled],fieldset[disabled] .button.is-dark{background-color:#363636;border-color:transparent;box-shadow:none}.button.is-dark.is-inverted{background-color:#fff;color:#363636}.button.is-dark.is-inverted.is-hovered,.button.is-dark.is-inverted:hover{background-color:#f2f2f2}.button.is-dark.is-inverted[disabled],fieldset[disabled] .button.is-dark.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#363636}.button.is-dark.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-dark.is-outlined{background-color:transparent;border-color:#363636;color:#363636}.button.is-dark.is-outlined.is-focused,.button.is-dark.is-outlined.is-hovered,.button.is-dark.is-outlined:focus,.button.is-dark.is-outlined:hover{background-color:#363636;border-color:#363636;color:#fff}.button.is-dark.is-outlined.is-loading::after{border-color:transparent transparent #363636 #363636!important}.button.is-dark.is-outlined.is-loading.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 #fff #fff!important}.button.is-dark.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-outlined{background-color:transparent;border-color:#363636;box-shadow:none;color:#363636}.button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-dark.is-inverted.is-outlined.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:#fff;color:#363636}.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 #363636 #363636!important}.button.is-dark.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-dark.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary{background-color:#00d1b2;border-color:transparent;color:#fff}.button.is-primary.is-hovered,.button.is-primary:hover{background-color:#00c4a7;border-color:transparent;color:#fff}.button.is-primary.is-focused,.button.is-primary:focus{border-color:transparent;color:#fff}.button.is-primary.is-focused:not(:active),.button.is-primary:focus:not(:active){box-shadow:0 0 0 .125em rgba(0,209,178,.25)}.button.is-primary.is-active,.button.is-primary:active{background-color:#00b89c;border-color:transparent;color:#fff}.button.is-primary[disabled],fieldset[disabled] .button.is-primary{background-color:#00d1b2;border-color:transparent;box-shadow:none}.button.is-primary.is-inverted{background-color:#fff;color:#00d1b2}.button.is-primary.is-inverted.is-hovered,.button.is-primary.is-inverted:hover{background-color:#f2f2f2}.button.is-primary.is-inverted[disabled],fieldset[disabled] .button.is-primary.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#00d1b2}.button.is-primary.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;color:#00d1b2}.button.is-primary.is-outlined.is-focused,.button.is-primary.is-outlined.is-hovered,.button.is-primary.is-outlined:focus,.button.is-primary.is-outlined:hover{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.button.is-primary.is-outlined.is-loading::after{border-color:transparent transparent #00d1b2 #00d1b2!important}.button.is-primary.is-outlined.is-loading.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 #fff #fff!important}.button.is-primary.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-outlined{background-color:transparent;border-color:#00d1b2;box-shadow:none;color:#00d1b2}.button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-primary.is-inverted.is-outlined.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:#fff;color:#00d1b2}.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 #00d1b2 #00d1b2!important}.button.is-primary.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-primary.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-primary.is-light{background-color:#ebfffc;color:#00947e}.button.is-primary.is-light.is-hovered,.button.is-primary.is-light:hover{background-color:#defffa;border-color:transparent;color:#00947e}.button.is-primary.is-light.is-active,.button.is-primary.is-light:active{background-color:#d1fff8;border-color:transparent;color:#00947e}.button.is-link{background-color:#3273dc;border-color:transparent;color:#fff}.button.is-link.is-hovered,.button.is-link:hover{background-color:#276cda;border-color:transparent;color:#fff}.button.is-link.is-focused,.button.is-link:focus{border-color:transparent;color:#fff}.button.is-link.is-focused:not(:active),.button.is-link:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.button.is-link.is-active,.button.is-link:active{background-color:#2366d1;border-color:transparent;color:#fff}.button.is-link[disabled],fieldset[disabled] .button.is-link{background-color:#3273dc;border-color:transparent;box-shadow:none}.button.is-link.is-inverted{background-color:#fff;color:#3273dc}.button.is-link.is-inverted.is-hovered,.button.is-link.is-inverted:hover{background-color:#f2f2f2}.button.is-link.is-inverted[disabled],fieldset[disabled] .button.is-link.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3273dc}.button.is-link.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;color:#3273dc}.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:#3273dc;border-color:#3273dc;color:#fff}.button.is-link.is-outlined.is-loading::after{border-color:transparent transparent #3273dc #3273dc!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 #fff #fff!important}.button.is-link.is-outlined[disabled],fieldset[disabled] .button.is-link.is-outlined{background-color:transparent;border-color:#3273dc;box-shadow:none;color:#3273dc}.button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.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:#fff;color:#3273dc}.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 #3273dc #3273dc!important}.button.is-link.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-link.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-link.is-light{background-color:#eef3fc;color:#2160c4}.button.is-link.is-light.is-hovered,.button.is-link.is-light:hover{background-color:#e3ecfa;border-color:transparent;color:#2160c4}.button.is-link.is-light.is-active,.button.is-link.is-light:active{background-color:#d8e4f8;border-color:transparent;color:#2160c4}.button.is-info{background-color:#3298dc;border-color:transparent;color:#fff}.button.is-info.is-hovered,.button.is-info:hover{background-color:#2793da;border-color:transparent;color:#fff}.button.is-info.is-focused,.button.is-info:focus{border-color:transparent;color:#fff}.button.is-info.is-focused:not(:active),.button.is-info:focus:not(:active){box-shadow:0 0 0 .125em rgba(50,152,220,.25)}.button.is-info.is-active,.button.is-info:active{background-color:#238cd1;border-color:transparent;color:#fff}.button.is-info[disabled],fieldset[disabled] .button.is-info{background-color:#3298dc;border-color:transparent;box-shadow:none}.button.is-info.is-inverted{background-color:#fff;color:#3298dc}.button.is-info.is-inverted.is-hovered,.button.is-info.is-inverted:hover{background-color:#f2f2f2}.button.is-info.is-inverted[disabled],fieldset[disabled] .button.is-info.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#3298dc}.button.is-info.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;color:#3298dc}.button.is-info.is-outlined.is-focused,.button.is-info.is-outlined.is-hovered,.button.is-info.is-outlined:focus,.button.is-info.is-outlined:hover{background-color:#3298dc;border-color:#3298dc;color:#fff}.button.is-info.is-outlined.is-loading::after{border-color:transparent transparent #3298dc #3298dc!important}.button.is-info.is-outlined.is-loading.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 #fff #fff!important}.button.is-info.is-outlined[disabled],fieldset[disabled] .button.is-info.is-outlined{background-color:transparent;border-color:#3298dc;box-shadow:none;color:#3298dc}.button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-info.is-inverted.is-outlined.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:#fff;color:#3298dc}.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 #3298dc #3298dc!important}.button.is-info.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-info.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.button.is-info.is-light.is-hovered,.button.is-info.is-light:hover{background-color:#e3f1fa;border-color:transparent;color:#1d72aa}.button.is-info.is-light.is-active,.button.is-info.is-light:active{background-color:#d8ebf8;border-color:transparent;color:#1d72aa}.button.is-success{background-color:#48c774;border-color:transparent;color:#fff}.button.is-success.is-hovered,.button.is-success:hover{background-color:#3ec46d;border-color:transparent;color:#fff}.button.is-success.is-focused,.button.is-success:focus{border-color:transparent;color:#fff}.button.is-success.is-focused:not(:active),.button.is-success:focus:not(:active){box-shadow:0 0 0 .125em rgba(72,199,116,.25)}.button.is-success.is-active,.button.is-success:active{background-color:#3abb67;border-color:transparent;color:#fff}.button.is-success[disabled],fieldset[disabled] .button.is-success{background-color:#48c774;border-color:transparent;box-shadow:none}.button.is-success.is-inverted{background-color:#fff;color:#48c774}.button.is-success.is-inverted.is-hovered,.button.is-success.is-inverted:hover{background-color:#f2f2f2}.button.is-success.is-inverted[disabled],fieldset[disabled] .button.is-success.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#48c774}.button.is-success.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-success.is-outlined{background-color:transparent;border-color:#48c774;color:#48c774}.button.is-success.is-outlined.is-focused,.button.is-success.is-outlined.is-hovered,.button.is-success.is-outlined:focus,.button.is-success.is-outlined:hover{background-color:#48c774;border-color:#48c774;color:#fff}.button.is-success.is-outlined.is-loading::after{border-color:transparent transparent #48c774 #48c774!important}.button.is-success.is-outlined.is-loading.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 #fff #fff!important}.button.is-success.is-outlined[disabled],fieldset[disabled] .button.is-success.is-outlined{background-color:transparent;border-color:#48c774;box-shadow:none;color:#48c774}.button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-success.is-inverted.is-outlined.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:#fff;color:#48c774}.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 #48c774 #48c774!important}.button.is-success.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-success.is-inverted.is-outlined{background-color:transparent;border-color:#fff;box-shadow:none;color:#fff}.button.is-success.is-light{background-color:#effaf3;color:#257942}.button.is-success.is-light.is-hovered,.button.is-success.is-light:hover{background-color:#e6f7ec;border-color:transparent;color:#257942}.button.is-success.is-light.is-active,.button.is-success.is-light:active{background-color:#dcf4e4;border-color:transparent;color:#257942}.button.is-warning{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-hovered,.button.is-warning:hover{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused,.button.is-warning:focus{border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning.is-focused:not(:active),.button.is-warning:focus:not(:active){box-shadow:0 0 0 .125em rgba(255,221,87,.25)}.button.is-warning.is-active,.button.is-warning:active{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.button.is-warning[disabled],fieldset[disabled] .button.is-warning{background-color:#ffdd57;border-color:transparent;box-shadow:none}.button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);color:#ffdd57}.button.is-warning.is-inverted.is-hovered,.button.is-warning.is-inverted:hover{background-color:rgba(0,0,0,.7)}.button.is-warning.is-inverted[disabled],fieldset[disabled] .button.is-warning.is-inverted{background-color:rgba(0,0,0,.7);border-color:transparent;box-shadow:none;color:#ffdd57}.button.is-warning.is-loading::after{border-color:transparent transparent rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;color:#ffdd57}.button.is-warning.is-outlined.is-focused,.button.is-warning.is-outlined.is-hovered,.button.is-warning.is-outlined:focus,.button.is-warning.is-outlined:hover{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.button.is-warning.is-outlined.is-loading::after{border-color:transparent transparent #ffdd57 #ffdd57!important}.button.is-warning.is-outlined.is-loading.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 rgba(0,0,0,.7) rgba(0,0,0,.7)!important}.button.is-warning.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-outlined{background-color:transparent;border-color:#ffdd57;box-shadow:none;color:#ffdd57}.button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.button.is-warning.is-inverted.is-outlined.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:rgba(0,0,0,.7);color:#ffdd57}.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 #ffdd57 #ffdd57!important}.button.is-warning.is-inverted.is-outlined[disabled],fieldset[disabled] .button.is-warning.is-inverted.is-outlined{background-color:transparent;border-color:rgba(0,0,0,.7);box-shadow:none;color:rgba(0,0,0,.7)}.button.is-warning.is-light{background-color:#fffbeb;color:#947600}.button.is-warning.is-light.is-hovered,.button.is-warning.is-light:hover{background-color:#fff8de;border-color:transparent;color:#947600}.button.is-warning.is-light.is-active,.button.is-warning.is-light:active{background-color:#fff6d1;border-color:transparent;color:#947600}.button.is-danger{background-color:#f14668;border-color:transparent;color:#fff}.button.is-danger.is-hovered,.button.is-danger:hover{background-color:#f03a5f;border-color:transparent;color:#fff}.button.is-danger.is-focused,.button.is-danger:focus{border-color:transparent;color:#fff}.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:#fff}.button.is-danger[disabled],fieldset[disabled] .button.is-danger{background-color:#f14668;border-color:transparent;box-shadow:none}.button.is-danger.is-inverted{background-color:#fff;color:#f14668}.button.is-danger.is-inverted.is-hovered,.button.is-danger.is-inverted:hover{background-color:#f2f2f2}.button.is-danger.is-inverted[disabled],fieldset[disabled] .button.is-danger.is-inverted{background-color:#fff;border-color:transparent;box-shadow:none;color:#f14668}.button.is-danger.is-loading::after{border-color:transparent transparent #fff #fff!important}.button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;color:#f14668}.button.is-danger.is-outlined.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:#fff}.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 #fff #fff!important}.button.is-danger.is-outlined[disabled],fieldset[disabled] .button.is-danger.is-outlined{background-color:transparent;border-color:#f14668;box-shadow:none;color:#f14668}.button.is-danger.is-inverted.is-outlined{background-color:transparent;border-color:#fff;color:#fff}.button.is-danger.is-inverted.is-outlined.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:#fff;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:#fff;box-shadow:none;color:#fff}.button.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.button.is-danger.is-light.is-hovered,.button.is-danger.is-light:hover{background-color:#fde0e6;border-color:transparent;color:#cc0f35}.button.is-danger.is-light.is-active,.button.is-danger.is-light:active{background-color:#fcd4dc;border-color:transparent;color:#cc0f35}.button.is-small{border-radius:2px;font-size:.75rem}.button.is-normal{font-size:1rem}.button.is-medium{font-size:1.25rem}.button.is-large{font-size:1.5rem}.button[disabled],fieldset[disabled] .button{background-color:#fff;border-color:#dbdbdb;box-shadow:none;opacity:.5}.button.is-fullwidth{display:flex;width:100%}.button.is-loading{color:transparent!important;pointer-events:none}.button.is-loading::after{position:absolute;left:calc(50% - (1em / 2));top:calc(50% - (1em / 2));position:absolute!important}.button.is-static{background-color:#f5f5f5;border-color:#dbdbdb;color:#7a7a7a;box-shadow:none;pointer-events:none}.button.is-rounded{border-radius:290486px;padding-left:calc(1em + .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){border-radius:2px;font-size:.75rem}.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large){font-size:1.25rem}.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium){font-size:1.5rem}.buttons.has-addons .button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.buttons.has-addons .button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.buttons.has-addons .button:last-child{margin-right:0}.buttons.has-addons .button.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}.container{flex-grow:1;margin:0 auto;position:relative;width:auto}.container.is-fluid{max-width:none;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{max-width:1152px}}@media screen and (max-width:1407px){.container.is-fullhd{max-width:1344px}}@media screen and (min-width:1216px){.container{max-width:1152px}}@media screen and (min-width:1408px){.container{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:#363636;font-weight:600;line-height:1.125}.content h1{font-size:2em;margin-bottom:.5em}.content h1:not(:first-child){margin-top:1em}.content h2{font-size:1.75em;margin-bottom:.5714em}.content h2:not(:first-child){margin-top:1.1428em}.content h3{font-size:1.5em;margin-bottom:.6666em}.content h3:not(:first-child){margin-top:1.3333em}.content h4{font-size:1.25em;margin-bottom:.8em}.content h5{font-size:1.125em;margin-bottom:.8888em}.content h6{font-size:1em;margin-bottom:1em}.content blockquote{background-color:#f5f5f5;border-left:5px solid #dbdbdb;padding:1.25em 1.5em}.content ol{list-style-position:outside;margin-left:2em;margin-top:1em}.content ol:not([type]){list-style-type:decimal}.content ol:not([type]).is-lower-alpha{list-style-type:lower-alpha}.content ol:not([type]).is-lower-roman{list-style-type:lower-roman}.content ol:not([type]).is-upper-alpha{list-style-type:upper-alpha}.content ol:not([type]).is-upper-roman{list-style-type:upper-roman}.content ul{list-style:disc outside;margin-left:2em;margin-top:1em}.content ul ul{list-style-type:circle;margin-top:.5em}.content ul ul ul{list-style-type:square}.content dd{margin-left:2em}.content figure{margin-left:2em;margin-right:2em;text-align:center}.content figure:not(:first-child){margin-top:2em}.content figure:not(:last-child){margin-bottom:2em}.content figure img{display:inline-block}.content figure figcaption{font-style:italic}.content pre{-webkit-overflow-scrolling:touch;overflow-x:auto;padding:1.25em 1.5em;white-space:pre;word-wrap:normal}.content sub,.content sup{font-size:75%}.content table{width:100%}.content table td,.content table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.content table th{color:#363636}.content table th:not([align]){text-align:inherit}.content table thead td,.content table thead th{border-width:0 0 2px;color:#363636}.content table tfoot td,.content table tfoot th{border-width:2px 0 0;color:#363636}.content table tbody tr:last-child td,.content table tbody tr:last-child th{border-bottom-width:0}.content .tabs li+li{margin-top:0}.content.is-small{font-size:.75rem}.content.is-medium{font-size:1.25rem}.content.is-large{font-size:1.5rem}.icon{align-items:center;display:inline-flex;justify-content:center;height:1.5rem;width:1.5rem}.icon.is-small{height:1rem;width:1rem}.icon.is-medium{height:2rem;width:2rem}.icon.is-large{height:3rem;width:3rem}.image{display:block;position:relative}.image img{display:block;height:auto;width:100%}.image img.is-rounded{border-radius:290486px}.image.is-fullwidth{width:100%}.image.is-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:#f5f5f5;border-radius:4px;position:relative;padding:1.25rem 2.5rem 1.25rem 1.5rem}.notification a:not(.button):not(.dropdown-item){color:currentColor;text-decoration:underline}.notification strong{color:currentColor}.notification code,.notification pre{background:#fff}.notification pre code{background:0 0}.notification>.delete{right:.5rem;position:absolute;top:.5rem}.notification .content,.notification .subtitle,.notification .title{color:currentColor}.notification.is-white{background-color:#fff;color:#0a0a0a}.notification.is-black{background-color:#0a0a0a;color:#fff}.notification.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.notification.is-dark{background-color:#363636;color:#fff}.notification.is-primary{background-color:#00d1b2;color:#fff}.notification.is-primary.is-light{background-color:#ebfffc;color:#00947e}.notification.is-link{background-color:#3273dc;color:#fff}.notification.is-link.is-light{background-color:#eef3fc;color:#2160c4}.notification.is-info{background-color:#3298dc;color:#fff}.notification.is-info.is-light{background-color:#eef6fc;color:#1d72aa}.notification.is-success{background-color:#48c774;color:#fff}.notification.is-success.is-light{background-color:#effaf3;color:#257942}.notification.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.notification.is-warning.is-light{background-color:#fffbeb;color:#947600}.notification.is-danger{background-color:#f14668;color:#fff}.notification.is-danger.is-light{background-color:#feecf0;color:#cc0f35}.progress{-moz-appearance:none;-webkit-appearance:none;border:none;border-radius:290486px;display:block;height:1rem;overflow:hidden;padding:0;width:100%}.progress::-webkit-progress-bar{background-color:#ededed}.progress::-webkit-progress-value{background-color:#4a4a4a}.progress::-moz-progress-bar{background-color:#4a4a4a}.progress::-ms-fill{background-color:#4a4a4a;border:none}.progress.is-white::-webkit-progress-value{background-color:#fff}.progress.is-white::-moz-progress-bar{background-color:#fff}.progress.is-white::-ms-fill{background-color:#fff}.progress.is-white:indeterminate{background-image:linear-gradient(to right,#fff 30%,#ededed 30%)}.progress.is-black::-webkit-progress-value{background-color:#0a0a0a}.progress.is-black::-moz-progress-bar{background-color:#0a0a0a}.progress.is-black::-ms-fill{background-color:#0a0a0a}.progress.is-black:indeterminate{background-image:linear-gradient(to right,#0a0a0a 30%,#ededed 30%)}.progress.is-light::-webkit-progress-value{background-color:#f5f5f5}.progress.is-light::-moz-progress-bar{background-color:#f5f5f5}.progress.is-light::-ms-fill{background-color:#f5f5f5}.progress.is-light:indeterminate{background-image:linear-gradient(to right,#f5f5f5 30%,#ededed 30%)}.progress.is-dark::-webkit-progress-value{background-color:#363636}.progress.is-dark::-moz-progress-bar{background-color:#363636}.progress.is-dark::-ms-fill{background-color:#363636}.progress.is-dark:indeterminate{background-image:linear-gradient(to right,#363636 30%,#ededed 30%)}.progress.is-primary::-webkit-progress-value{background-color:#00d1b2}.progress.is-primary::-moz-progress-bar{background-color:#00d1b2}.progress.is-primary::-ms-fill{background-color:#00d1b2}.progress.is-primary:indeterminate{background-image:linear-gradient(to right,#00d1b2 30%,#ededed 30%)}.progress.is-link::-webkit-progress-value{background-color:#3273dc}.progress.is-link::-moz-progress-bar{background-color:#3273dc}.progress.is-link::-ms-fill{background-color:#3273dc}.progress.is-link:indeterminate{background-image:linear-gradient(to right,#3273dc 30%,#ededed 30%)}.progress.is-info::-webkit-progress-value{background-color:#3298dc}.progress.is-info::-moz-progress-bar{background-color:#3298dc}.progress.is-info::-ms-fill{background-color:#3298dc}.progress.is-info:indeterminate{background-image:linear-gradient(to right,#3298dc 30%,#ededed 30%)}.progress.is-success::-webkit-progress-value{background-color:#48c774}.progress.is-success::-moz-progress-bar{background-color:#48c774}.progress.is-success::-ms-fill{background-color:#48c774}.progress.is-success:indeterminate{background-image:linear-gradient(to right,#48c774 30%,#ededed 30%)}.progress.is-warning::-webkit-progress-value{background-color:#ffdd57}.progress.is-warning::-moz-progress-bar{background-color:#ffdd57}.progress.is-warning::-ms-fill{background-color:#ffdd57}.progress.is-warning:indeterminate{background-image:linear-gradient(to right,#ffdd57 30%,#ededed 30%)}.progress.is-danger::-webkit-progress-value{background-color:#f14668}.progress.is-danger::-moz-progress-bar{background-color:#f14668}.progress.is-danger::-ms-fill{background-color:#f14668}.progress.is-danger:indeterminate{background-image:linear-gradient(to right,#f14668 30%,#ededed 30%)}.progress:indeterminate{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveIndeterminate;animation-name:moveIndeterminate;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#ededed;background-image:linear-gradient(to right,#4a4a4a 30%,#ededed 30%);background-position:top left;background-repeat:no-repeat;background-size:150% 150%}.progress:indeterminate::-webkit-progress-bar{background-color:transparent}.progress:indeterminate::-moz-progress-bar{background-color:transparent}.progress.is-small{height:.75rem}.progress.is-medium{height:1.25rem}.progress.is-large{height:1.5rem}@-webkit-keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}@keyframes moveIndeterminate{from{background-position:200% 0}to{background-position:-200% 0}}.table{background-color:#fff;color:#363636}.table td,.table th{border:1px solid #dbdbdb;border-width:0 0 1px;padding:.5em .75em;vertical-align:top}.table td.is-white,.table th.is-white{background-color:#fff;border-color:#fff;color:#0a0a0a}.table td.is-black,.table th.is-black{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.table td.is-light,.table th.is-light{background-color:#f5f5f5;border-color:#f5f5f5;color:rgba(0,0,0,.7)}.table td.is-dark,.table th.is-dark{background-color:#363636;border-color:#363636;color:#fff}.table td.is-primary,.table th.is-primary{background-color:#00d1b2;border-color:#00d1b2;color:#fff}.table td.is-link,.table th.is-link{background-color:#3273dc;border-color:#3273dc;color:#fff}.table td.is-info,.table th.is-info{background-color:#3298dc;border-color:#3298dc;color:#fff}.table td.is-success,.table th.is-success{background-color:#48c774;border-color:#48c774;color:#fff}.table td.is-warning,.table th.is-warning{background-color:#ffdd57;border-color:#ffdd57;color:rgba(0,0,0,.7)}.table td.is-danger,.table th.is-danger{background-color:#f14668;border-color:#f14668;color:#fff}.table td.is-narrow,.table th.is-narrow{white-space:nowrap;width:1%}.table td.is-selected,.table th.is-selected{background-color:#00d1b2;color:#fff}.table td.is-selected a,.table td.is-selected strong,.table th.is-selected a,.table th.is-selected strong{color:currentColor}.table td.is-vcentered,.table th.is-vcentered{vertical-align:middle}.table th{color:#363636}.table th:not([align]){text-align:inherit}.table tr.is-selected{background-color:#00d1b2;color:#fff}.table tr.is-selected a,.table tr.is-selected strong{color:currentColor}.table tr.is-selected td,.table tr.is-selected th{border-color:#fff;color:currentColor}.table thead{background-color:transparent}.table thead td,.table thead th{border-width:0 0 2px;color:#363636}.table tfoot{background-color:transparent}.table tfoot td,.table tfoot th{border-width:2px 0 0;color:#363636}.table tbody{background-color:transparent}.table tbody tr:last-child td,.table tbody tr:last-child th{border-bottom-width:0}.table.is-bordered td,.table.is-bordered th{border-width:1px}.table.is-bordered tr:last-child td,.table.is-bordered tr:last-child th{border-bottom-width:1px}.table.is-fullwidth{width:100%}.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#fafafa}.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#f5f5f5}.table.is-narrow td,.table.is-narrow th{padding:.25em .5em}.table.is-striped tbody tr:not(.is-selected):nth-child(even){background-color:#fafafa}.table-container{-webkit-overflow-scrolling:touch;overflow:auto;overflow-y:hidden;max-width:100%}.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:#f5f5f5;border-radius:4px;color:#4a4a4a;display:inline-flex;font-size:.75rem;height:2em;justify-content:center;line-height:1.5;padding-left:.75em;padding-right:.75em;white-space:nowrap}.tag:not(body) .delete{margin-left:.25rem;margin-right:-.375rem}.tag:not(body).is-white{background-color:#fff;color:#0a0a0a}.tag:not(body).is-black{background-color:#0a0a0a;color:#fff}.tag:not(body).is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.tag:not(body).is-dark{background-color:#363636;color:#fff}.tag:not(body).is-primary{background-color:#00d1b2;color:#fff}.tag:not(body).is-primary.is-light{background-color:#ebfffc;color:#00947e}.tag:not(body).is-link{background-color:#3273dc;color:#fff}.tag:not(body).is-link.is-light{background-color:#eef3fc;color:#2160c4}.tag:not(body).is-info{background-color:#3298dc;color:#fff}.tag:not(body).is-info.is-light{background-color:#eef6fc;color:#1d72aa}.tag:not(body).is-success{background-color:#48c774;color:#fff}.tag:not(body).is-success.is-light{background-color:#effaf3;color:#257942}.tag:not(body).is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.tag:not(body).is-warning.is-light{background-color:#fffbeb;color:#947600}.tag:not(body).is-danger{background-color:#f14668;color:#fff}.tag:not(body).is-danger.is-light{background-color:#feecf0;color:#cc0f35}.tag:not(body).is-normal{font-size:.75rem}.tag:not(body).is-medium{font-size:1rem}.tag:not(body).is-large{font-size:1.25rem}.tag:not(body) .icon:first-child:not(:last-child){margin-left:-.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:#e8e8e8}.tag:not(body).is-delete:active{background-color:#dbdbdb}.tag:not(body).is-rounded{border-radius:290486px}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:#363636;font-size:2rem;font-weight:600;line-height:1.125}.title strong{color:inherit;font-weight:inherit}.title+.highlight{margin-top:-.75rem}.title:not(.is-spaced)+.subtitle{margin-top:-1.25rem}.title.is-1{font-size:3rem}.title.is-2{font-size:2.5rem}.title.is-3{font-size:2rem}.title.is-4{font-size:1.5rem}.title.is-5{font-size:1.25rem}.title.is-6{font-size:1rem}.title.is-7{font-size:.75rem}.subtitle{color:#4a4a4a;font-size:1.25rem;font-weight:400;line-height:1.25}.subtitle strong{color:#363636;font-weight:600}.subtitle:not(.is-spaced)+.title{margin-top:-1.25rem}.subtitle.is-1{font-size:3rem}.subtitle.is-2{font-size:2.5rem}.subtitle.is-3{font-size:2rem}.subtitle.is-4{font-size:1.5rem}.subtitle.is-5{font-size:1.25rem}.subtitle.is-6{font-size:1rem}.subtitle.is-7{font-size:.75rem}.heading{display:block;font-size:11px;letter-spacing:1px;margin-bottom:5px;text-transform:uppercase}.highlight{font-weight:400;max-width:100%;overflow:hidden;padding:0}.highlight pre{overflow:auto;max-width:100%}.number{align-items:center;background-color:#f5f5f5;border-radius:290486px;display:inline-flex;font-size:1.25rem;height:2em;justify-content:center;margin-right:1.5rem;min-width:2.5em;padding:.25rem .5rem;text-align:center;vertical-align:top}.input,.select select,.textarea{background-color:#fff;border-color:#dbdbdb;border-radius:4px;color:#363636}.input::-moz-placeholder,.select select::-moz-placeholder,.textarea::-moz-placeholder{color:rgba(54,54,54,.3)}.input::-webkit-input-placeholder,.select select::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:rgba(54,54,54,.3)}.input:-moz-placeholder,.select select:-moz-placeholder,.textarea:-moz-placeholder{color:rgba(54,54,54,.3)}.input:-ms-input-placeholder,.select select:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:rgba(54,54,54,.3)}.input:hover,.is-hovered.input,.is-hovered.textarea,.select select.is-hovered,.select select:hover,.textarea:hover{border-color:#b5b5b5}.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:#3273dc;box-shadow:0 0 0 .125em rgba(50,115,220,.25)}.input[disabled],.select fieldset[disabled] select,.select select[disabled],.textarea[disabled],fieldset[disabled] .input,fieldset[disabled] .select select,fieldset[disabled] .textarea{background-color:#f5f5f5;border-color:#f5f5f5;box-shadow:none;color:#7a7a7a}.input[disabled]::-moz-placeholder,.select fieldset[disabled] select::-moz-placeholder,.select select[disabled]::-moz-placeholder,.textarea[disabled]::-moz-placeholder,fieldset[disabled] .input::-moz-placeholder,fieldset[disabled] .select select::-moz-placeholder,fieldset[disabled] .textarea::-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]::-webkit-input-placeholder,.select fieldset[disabled] select::-webkit-input-placeholder,.select select[disabled]::-webkit-input-placeholder,.textarea[disabled]::-webkit-input-placeholder,fieldset[disabled] .input::-webkit-input-placeholder,fieldset[disabled] .select select::-webkit-input-placeholder,fieldset[disabled] .textarea::-webkit-input-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-moz-placeholder,.select fieldset[disabled] select:-moz-placeholder,.select select[disabled]:-moz-placeholder,.textarea[disabled]:-moz-placeholder,fieldset[disabled] .input:-moz-placeholder,fieldset[disabled] .select select:-moz-placeholder,fieldset[disabled] .textarea:-moz-placeholder{color:rgba(122,122,122,.3)}.input[disabled]:-ms-input-placeholder,.select fieldset[disabled] select:-ms-input-placeholder,.select select[disabled]:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder,fieldset[disabled] .input:-ms-input-placeholder,fieldset[disabled] .select select:-ms-input-placeholder,fieldset[disabled] .textarea:-ms-input-placeholder{color:rgba(122,122,122,.3)}.input,.textarea{box-shadow:inset 0 .0625em .125em rgba(10,10,10,.05);max-width:100%;width:100%}.input[readonly],.textarea[readonly]{box-shadow:none}.is-white.input,.is-white.textarea{border-color:#fff}.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(255,255,255,.25)}.is-black.input,.is-black.textarea{border-color:#0a0a0a}.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(10,10,10,.25)}.is-light.input,.is-light.textarea{border-color:#f5f5f5}.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(245,245,245,.25)}.is-dark.input,.is-dark.textarea{border-color:#363636}.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(54,54,54,.25)}.is-primary.input,.is-primary.textarea{border-color:#00d1b2}.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(0,209,178,.25)}.is-link.input,.is-link.textarea{border-color:#3273dc}.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(50,115,220,.25)}.is-info.input,.is-info.textarea{border-color:#3298dc}.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(50,152,220,.25)}.is-success.input,.is-success.textarea{border-color:#48c774}.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,116,.25)}.is-warning.input,.is-warning.textarea{border-color:#ffdd57}.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,221,87,.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:290486px;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:#363636}.checkbox[disabled],.radio[disabled],fieldset[disabled] .checkbox,fieldset[disabled] .radio{color:#7a7a7a;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:#3273dc;right:1.125em;z-index:4}.select.is-rounded select{border-radius:290486px;padding-left:1em}.select select{cursor:pointer;display:block;font-size:1em;max-width:100%;outline:0}.select select::-ms-expand{display:none}.select select[disabled]:hover,fieldset[disabled] .select select:hover{border-color:#f5f5f5}.select select:not([multiple]){padding-right:2.5em}.select select[multiple]{height:auto;padding:0}.select select[multiple] option{padding:.5em 1em}.select:not(.is-multiple):not(.is-loading):hover::after{border-color:#363636}.select.is-white:not(:hover)::after{border-color:#fff}.select.is-white select{border-color:#fff}.select.is-white select.is-hovered,.select.is-white select:hover{border-color:#f2f2f2}.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(255,255,255,.25)}.select.is-black:not(:hover)::after{border-color:#0a0a0a}.select.is-black select{border-color:#0a0a0a}.select.is-black select.is-hovered,.select.is-black select:hover{border-color:#000}.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(10,10,10,.25)}.select.is-light:not(:hover)::after{border-color:#f5f5f5}.select.is-light select{border-color:#f5f5f5}.select.is-light select.is-hovered,.select.is-light select:hover{border-color:#e8e8e8}.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(245,245,245,.25)}.select.is-dark:not(:hover)::after{border-color:#363636}.select.is-dark select{border-color:#363636}.select.is-dark select.is-hovered,.select.is-dark select:hover{border-color:#292929}.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(54,54,54,.25)}.select.is-primary:not(:hover)::after{border-color:#00d1b2}.select.is-primary select{border-color:#00d1b2}.select.is-primary select.is-hovered,.select.is-primary select:hover{border-color:#00b89c}.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(0,209,178,.25)}.select.is-link:not(:hover)::after{border-color:#3273dc}.select.is-link select{border-color:#3273dc}.select.is-link select.is-hovered,.select.is-link select:hover{border-color:#2366d1}.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(50,115,220,.25)}.select.is-info:not(:hover)::after{border-color:#3298dc}.select.is-info select{border-color:#3298dc}.select.is-info select.is-hovered,.select.is-info select:hover{border-color:#238cd1}.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(50,152,220,.25)}.select.is-success:not(:hover)::after{border-color:#48c774}.select.is-success select{border-color:#48c774}.select.is-success select.is-hovered,.select.is-success select:hover{border-color:#3abb67}.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,116,.25)}.select.is-warning:not(:hover)::after{border-color:#ffdd57}.select.is-warning select{border-color:#ffdd57}.select.is-warning select.is-hovered,.select.is-warning select:hover{border-color:#ffd83d}.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,221,87,.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:#7a7a7a}.select.is-fullwidth{width:100%}.select.is-fullwidth select{width:100%}.select.is-loading::after{margin-top:0;position:absolute;right:.625em;top:.625em;transform:none}.select.is-loading.is-small:after{font-size:.75rem}.select.is-loading.is-medium:after{font-size:1.25rem}.select.is-loading.is-large:after{font-size:1.5rem}.file{align-items:stretch;display:flex;justify-content:flex-start;position:relative}.file.is-white .file-cta{background-color:#fff;border-color:transparent;color:#0a0a0a}.file.is-white.is-hovered .file-cta,.file.is-white:hover .file-cta{background-color:#f9f9f9;border-color:transparent;color:#0a0a0a}.file.is-white.is-focused .file-cta,.file.is-white:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,255,255,.25);color:#0a0a0a}.file.is-white.is-active .file-cta,.file.is-white:active .file-cta{background-color:#f2f2f2;border-color:transparent;color:#0a0a0a}.file.is-black .file-cta{background-color:#0a0a0a;border-color:transparent;color:#fff}.file.is-black.is-hovered .file-cta,.file.is-black:hover .file-cta{background-color:#040404;border-color:transparent;color:#fff}.file.is-black.is-focused .file-cta,.file.is-black:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(10,10,10,.25);color:#fff}.file.is-black.is-active .file-cta,.file.is-black:active .file-cta{background-color:#000;border-color:transparent;color:#fff}.file.is-light .file-cta{background-color:#f5f5f5;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-hovered .file-cta,.file.is-light:hover .file-cta{background-color:#eee;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-light.is-focused .file-cta,.file.is-light:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(245,245,245,.25);color:rgba(0,0,0,.7)}.file.is-light.is-active .file-cta,.file.is-light:active .file-cta{background-color:#e8e8e8;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-dark .file-cta{background-color:#363636;border-color:transparent;color:#fff}.file.is-dark.is-hovered .file-cta,.file.is-dark:hover .file-cta{background-color:#2f2f2f;border-color:transparent;color:#fff}.file.is-dark.is-focused .file-cta,.file.is-dark:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(54,54,54,.25);color:#fff}.file.is-dark.is-active .file-cta,.file.is-dark:active .file-cta{background-color:#292929;border-color:transparent;color:#fff}.file.is-primary .file-cta{background-color:#00d1b2;border-color:transparent;color:#fff}.file.is-primary.is-hovered .file-cta,.file.is-primary:hover .file-cta{background-color:#00c4a7;border-color:transparent;color:#fff}.file.is-primary.is-focused .file-cta,.file.is-primary:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(0,209,178,.25);color:#fff}.file.is-primary.is-active .file-cta,.file.is-primary:active .file-cta{background-color:#00b89c;border-color:transparent;color:#fff}.file.is-link .file-cta{background-color:#3273dc;border-color:transparent;color:#fff}.file.is-link.is-hovered .file-cta,.file.is-link:hover .file-cta{background-color:#276cda;border-color:transparent;color:#fff}.file.is-link.is-focused .file-cta,.file.is-link:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,115,220,.25);color:#fff}.file.is-link.is-active .file-cta,.file.is-link:active .file-cta{background-color:#2366d1;border-color:transparent;color:#fff}.file.is-info .file-cta{background-color:#3298dc;border-color:transparent;color:#fff}.file.is-info.is-hovered .file-cta,.file.is-info:hover .file-cta{background-color:#2793da;border-color:transparent;color:#fff}.file.is-info.is-focused .file-cta,.file.is-info:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(50,152,220,.25);color:#fff}.file.is-info.is-active .file-cta,.file.is-info:active .file-cta{background-color:#238cd1;border-color:transparent;color:#fff}.file.is-success .file-cta{background-color:#48c774;border-color:transparent;color:#fff}.file.is-success.is-hovered .file-cta,.file.is-success:hover .file-cta{background-color:#3ec46d;border-color:transparent;color:#fff}.file.is-success.is-focused .file-cta,.file.is-success:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(72,199,116,.25);color:#fff}.file.is-success.is-active .file-cta,.file.is-success:active .file-cta{background-color:#3abb67;border-color:transparent;color:#fff}.file.is-warning .file-cta{background-color:#ffdd57;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-hovered .file-cta,.file.is-warning:hover .file-cta{background-color:#ffdb4a;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-warning.is-focused .file-cta,.file.is-warning:focus .file-cta{border-color:transparent;box-shadow:0 0 .5em rgba(255,221,87,.25);color:rgba(0,0,0,.7)}.file.is-warning.is-active .file-cta,.file.is-warning:active .file-cta{background-color:#ffd83d;border-color:transparent;color:rgba(0,0,0,.7)}.file.is-danger .file-cta{background-color:#f14668;border-color:transparent;color:#fff}.file.is-danger.is-hovered .file-cta,.file.is-danger:hover .file-cta{background-color:#f03a5f;border-color:transparent;color:#fff}.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:#fff}.file.is-danger.is-active .file-cta,.file.is-danger:active .file-cta{background-color:#ef2e55;border-color:transparent;color:#fff}.file.is-small{font-size:.75rem}.file.is-medium{font-size:1.25rem}.file.is-medium .file-icon .fa{font-size:21px}.file.is-large{font-size:1.5rem}.file.is-large .file-icon .fa{font-size:28px}.file.has-name .file-cta{border-bottom-right-radius:0;border-top-right-radius:0}.file.has-name .file-name{border-bottom-left-radius:0;border-top-left-radius:0}.file.has-name.is-empty .file-cta{border-radius:4px}.file.has-name.is-empty .file-name{display:none}.file.is-boxed .file-label{flex-direction:column}.file.is-boxed .file-cta{flex-direction:column;height:auto;padding:1em 3em}.file.is-boxed .file-name{border-width:0 1px 1px}.file.is-boxed .file-icon{height:1.5em;width:1.5em}.file.is-boxed .file-icon .fa{font-size:21px}.file.is-boxed.is-small .file-icon .fa{font-size:14px}.file.is-boxed.is-medium .file-icon .fa{font-size:28px}.file.is-boxed.is-large .file-icon .fa{font-size:35px}.file.is-boxed.has-name .file-cta{border-radius:4px 4px 0 0}.file.is-boxed.has-name .file-name{border-radius:0 0 4px 4px;border-width:0 1px 1px}.file.is-centered{justify-content:center}.file.is-fullwidth .file-label{width:100%}.file.is-fullwidth .file-name{flex-grow:1;max-width:none}.file.is-right{justify-content:flex-end}.file.is-right .file-cta{border-radius:0 4px 4px 0}.file.is-right .file-name{border-radius:4px 0 0 4px;border-width:1px 0 1px 1px;order:-1}.file-label{align-items:stretch;display:flex;cursor:pointer;justify-content:flex-start;overflow:hidden;position:relative}.file-label:hover .file-cta{background-color:#eee;color:#363636}.file-label:hover .file-name{border-color:#d5d5d5}.file-label:active .file-cta{background-color:#e8e8e8;color:#363636}.file-label:active .file-name{border-color:#cfcfcf}.file-input{height:100%;left:0;opacity:0;outline:0;position:absolute;top:0;width:100%}.file-cta,.file-name{border-color:#dbdbdb;border-radius:4px;font-size:1em;padding-left:1em;padding-right:1em;white-space:nowrap}.file-cta{background-color:#f5f5f5;color:#4a4a4a}.file-name{border-color:#dbdbdb;border-style:solid;border-width:1px 1px 1px 0;display:block;max-width:16em;overflow:hidden;text-align:inherit;text-overflow:ellipsis}.file-icon{align-items:center;display:flex;height:1em;justify-content:center;margin-right:.5em;width:1em}.file-icon .fa{font-size:14px}.label{color:#363636;display:block;font-size:1rem;font-weight:700}.label:not(:last-child){margin-bottom:.5em}.label.is-small{font-size:.75rem}.label.is-medium{font-size:1.25rem}.label.is-large{font-size:1.5rem}.help{display:block;font-size:.75rem;margin-top:.25rem}.help.is-white{color:#fff}.help.is-black{color:#0a0a0a}.help.is-light{color:#f5f5f5}.help.is-dark{color:#363636}.help.is-primary{color:#00d1b2}.help.is-link{color:#3273dc}.help.is-info{color:#3298dc}.help.is-success{color:#48c774}.help.is-warning{color:#ffdd57}.help.is-danger{color:#f14668}.field:not(:last-child){margin-bottom:.75rem}.field.has-addons{display:flex;justify-content:flex-start}.field.has-addons .control:not(:last-child){margin-right:-1px}.field.has-addons .control:not(:first-child):not(:last-child) .button,.field.has-addons .control:not(:first-child):not(:last-child) .input,.field.has-addons .control:not(:first-child):not(:last-child) .select select{border-radius:0}.field.has-addons .control:first-child:not(:only-child) .button,.field.has-addons .control:first-child:not(:only-child) .input,.field.has-addons .control:first-child:not(:only-child) .select select{border-bottom-right-radius:0;border-top-right-radius:0}.field.has-addons .control:last-child:not(:only-child) .button,.field.has-addons .control:last-child:not(:only-child) .input,.field.has-addons .control:last-child:not(:only-child) .select select{border-bottom-left-radius:0;border-top-left-radius:0}.field.has-addons .control .button:not([disabled]).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:#4a4a4a}.control.has-icons-left .input.is-small~.icon,.control.has-icons-left .select.is-small~.icon,.control.has-icons-right .input.is-small~.icon,.control.has-icons-right .select.is-small~.icon{font-size:.75rem}.control.has-icons-left .input.is-medium~.icon,.control.has-icons-left .select.is-medium~.icon,.control.has-icons-right .input.is-medium~.icon,.control.has-icons-right .select.is-medium~.icon{font-size:1.25rem}.control.has-icons-left .input.is-large~.icon,.control.has-icons-left .select.is-large~.icon,.control.has-icons-right .input.is-large~.icon,.control.has-icons-right .select.is-large~.icon{font-size:1.5rem}.control.has-icons-left .icon,.control.has-icons-right .icon{color:#dbdbdb;height:2.5em;pointer-events:none;position:absolute;top:0;width:2.5em;z-index:4}.control.has-icons-left .input,.control.has-icons-left .select select{padding-left:2.5em}.control.has-icons-left .icon.is-left{left:0}.control.has-icons-right .input,.control.has-icons-right .select select{padding-right:2.5em}.control.has-icons-right .icon.is-right{right:0}.control.is-loading::after{position:absolute!important;right:.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:#3273dc;display:flex;justify-content:center;padding:0 .75em}.breadcrumb a:hover{color:#363636}.breadcrumb li{align-items:center;display:flex}.breadcrumb li:first-child a{padding-left:0}.breadcrumb li.is-active a{color:#363636;cursor:default;pointer-events:none}.breadcrumb li+li::before{color:#b5b5b5;content:"\0002f"}.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:"\02192"}.breadcrumb.has-bullet-separator li+li::before{content:"\02022"}.breadcrumb.has-dot-separator li+li::before{content:"\000b7"}.breadcrumb.has-succeeds-separator li+li::before{content:"\0227B"}.card{background-color:#fff;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);color:#4a4a4a;max-width:100%;position:relative}.card-header{background-color:transparent;align-items:stretch;box-shadow:0 .125em .25em rgba(10,10,10,.1);display:flex}.card-header-title{align-items:center;color:#363636;display:flex;flex-grow:1;font-weight:700;padding:.75rem 1rem}.card-header-title.is-centered{justify-content:center}.card-header-icon{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.75rem 1rem}.card-image{display:block;position:relative}.card-content{background-color:transparent;padding:1.5rem}.card-footer{background-color:transparent;border-top:1px solid #ededed;align-items:stretch;display:flex}.card-footer-item{align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:0;justify-content:center;padding:.75rem}.card-footer-item:not(:last-child){border-right:1px solid #ededed}.card .media:not(:last-child){margin-bottom:1.5rem}.dropdown{display:inline-flex;position:relative;vertical-align:top}.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu{display:block}.dropdown.is-right .dropdown-menu{left:auto;right:0}.dropdown.is-up .dropdown-menu{bottom:100%;padding-bottom:4px;padding-top:initial;top:auto}.dropdown-menu{display:none;left:0;min-width:12rem;padding-top:4px;position:absolute;top:100%;z-index:20}.dropdown-content{background-color:#fff;border-radius:4px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);padding-bottom:.5rem;padding-top:.5rem}.dropdown-item{color:#4a4a4a;display:block;font-size:.875rem;line-height:1.5;padding:.375rem 1rem;position:relative}a.dropdown-item,button.dropdown-item{padding-right:3rem;text-align:inherit;white-space:nowrap;width:100%}a.dropdown-item:hover,button.dropdown-item:hover{background-color:#f5f5f5;color:#0a0a0a}a.dropdown-item.is-active,button.dropdown-item.is-active{background-color:#3273dc;color:#fff}.dropdown-divider{background-color:#ededed;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(219,219,219,.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(219,219,219,.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:#4a4a4a;display:block;padding:.5em .75em}.menu-list a:hover{background-color:#f5f5f5;color:#363636}.menu-list a.is-active{background-color:#3273dc;color:#fff}.menu-list li ul{border-left:1px solid #dbdbdb;margin:.75em;padding-left:.75em}.menu-label{color:#7a7a7a;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:#f5f5f5;border-radius:4px;font-size:1rem}.message strong{color:currentColor}.message a:not(.button):not(.tag):not(.dropdown-item){color:currentColor;text-decoration:underline}.message.is-small{font-size:.75rem}.message.is-medium{font-size:1.25rem}.message.is-large{font-size:1.5rem}.message.is-white{background-color:#fff}.message.is-white .message-header{background-color:#fff;color:#0a0a0a}.message.is-white .message-body{border-color:#fff}.message.is-black{background-color:#fafafa}.message.is-black .message-header{background-color:#0a0a0a;color:#fff}.message.is-black .message-body{border-color:#0a0a0a}.message.is-light{background-color:#fafafa}.message.is-light .message-header{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.message.is-light .message-body{border-color:#f5f5f5}.message.is-dark{background-color:#fafafa}.message.is-dark .message-header{background-color:#363636;color:#fff}.message.is-dark .message-body{border-color:#363636}.message.is-primary{background-color:#ebfffc}.message.is-primary .message-header{background-color:#00d1b2;color:#fff}.message.is-primary .message-body{border-color:#00d1b2;color:#00947e}.message.is-link{background-color:#eef3fc}.message.is-link .message-header{background-color:#3273dc;color:#fff}.message.is-link .message-body{border-color:#3273dc;color:#2160c4}.message.is-info{background-color:#eef6fc}.message.is-info .message-header{background-color:#3298dc;color:#fff}.message.is-info .message-body{border-color:#3298dc;color:#1d72aa}.message.is-success{background-color:#effaf3}.message.is-success .message-header{background-color:#48c774;color:#fff}.message.is-success .message-body{border-color:#48c774;color:#257942}.message.is-warning{background-color:#fffbeb}.message.is-warning .message-header{background-color:#ffdd57;color:rgba(0,0,0,.7)}.message.is-warning .message-body{border-color:#ffdd57;color:#947600}.message.is-danger{background-color:#feecf0}.message.is-danger .message-header{background-color:#f14668;color:#fff}.message.is-danger .message-body{border-color:#f14668;color:#cc0f35}.message-header{align-items:center;background-color:#4a4a4a;border-radius:4px 4px 0 0;color:#fff;display:flex;font-weight:700;justify-content:space-between;line-height:1.25;padding:.75em 1em;position:relative}.message-header .delete{flex-grow:0;flex-shrink:0;margin-left:.75em}.message-header+.message-body{border-width:0;border-top-left-radius:0;border-top-right-radius:0}.message-body{border-color:#dbdbdb;border-radius:4px;border-style:solid;border-width:0 0 0 4px;color:#4a4a4a;padding:1.25em 1.5em}.message-body code,.message-body pre{background-color:#fff}.message-body pre code{background-color:transparent}.modal{align-items:center;display:none;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;z-index:40}.modal.is-active{display:flex}.modal-background{background-color:rgba(10,10,10,.86)}.modal-card,.modal-content{margin:0 20px;max-height:calc(100vh - 160px);overflow:auto;position:relative;width:100%}@media screen and (min-width:769px),print{.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:#f5f5f5;display:flex;flex-shrink:0;justify-content:flex-start;padding:20px;position:relative}.modal-card-head{border-bottom:1px solid #dbdbdb;border-top-left-radius:6px;border-top-right-radius:6px}.modal-card-title{color:#363636;flex-grow:1;flex-shrink:0;font-size:1.5rem;line-height:1}.modal-card-foot{border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:1px solid #dbdbdb}.modal-card-foot .button:not(:last-child){margin-right:.5em}.modal-card-body{-webkit-overflow-scrolling:touch;background-color:#fff;flex-grow:1;flex-shrink:1;overflow:auto;padding:20px}.navbar{background-color:#fff;min-height:3.25rem;position:relative;z-index:30}.navbar.is-white{background-color:#fff;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link,.navbar.is-white .navbar-brand>.navbar-item{color:#0a0a0a}.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:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-brand .navbar-link::after{border-color:#0a0a0a}.navbar.is-white .navbar-burger{color:#0a0a0a}@media screen and (min-width:1024px){.navbar.is-white .navbar-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:#0a0a0a}.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:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-end .navbar-link::after,.navbar.is-white .navbar-start .navbar-link::after{border-color:#0a0a0a}.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:#f2f2f2;color:#0a0a0a}.navbar.is-white .navbar-dropdown a.navbar-item.is-active{background-color:#fff;color:#0a0a0a}}.navbar.is-black{background-color:#0a0a0a;color:#fff}.navbar.is-black .navbar-brand .navbar-link,.navbar.is-black .navbar-brand>.navbar-item{color:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-black .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-black .navbar-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:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-end .navbar-link::after,.navbar.is-black .navbar-start .navbar-link::after{border-color:#fff}.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:#000;color:#fff}.navbar.is-black .navbar-dropdown a.navbar-item.is-active{background-color:#0a0a0a;color:#fff}}.navbar.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link,.navbar.is-light .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.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:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-light .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-light .navbar-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:rgba(0,0,0,.7)}.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:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-end .navbar-link::after,.navbar.is-light .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.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:#e8e8e8;color:rgba(0,0,0,.7)}.navbar.is-light .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:rgba(0,0,0,.7)}}.navbar.is-dark{background-color:#363636;color:#fff}.navbar.is-dark .navbar-brand .navbar-link,.navbar.is-dark .navbar-brand>.navbar-item{color:#fff}.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:#292929;color:#fff}.navbar.is-dark .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-dark .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-dark .navbar-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:#fff}.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:#292929;color:#fff}.navbar.is-dark .navbar-end .navbar-link::after,.navbar.is-dark .navbar-start .navbar-link::after{border-color:#fff}.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:#292929;color:#fff}.navbar.is-dark .navbar-dropdown a.navbar-item.is-active{background-color:#363636;color:#fff}}.navbar.is-primary{background-color:#00d1b2;color:#fff}.navbar.is-primary .navbar-brand .navbar-link,.navbar.is-primary .navbar-brand>.navbar-item{color:#fff}.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:#00b89c;color:#fff}.navbar.is-primary .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-primary .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-primary .navbar-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:#fff}.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:#00b89c;color:#fff}.navbar.is-primary .navbar-end .navbar-link::after,.navbar.is-primary .navbar-start .navbar-link::after{border-color:#fff}.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:#00b89c;color:#fff}.navbar.is-primary .navbar-dropdown a.navbar-item.is-active{background-color:#00d1b2;color:#fff}}.navbar.is-link{background-color:#3273dc;color:#fff}.navbar.is-link .navbar-brand .navbar-link,.navbar.is-link .navbar-brand>.navbar-item{color:#fff}.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:#2366d1;color:#fff}.navbar.is-link .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-link .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-link .navbar-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:#fff}.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:#2366d1;color:#fff}.navbar.is-link .navbar-end .navbar-link::after,.navbar.is-link .navbar-start .navbar-link::after{border-color:#fff}.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:#2366d1;color:#fff}.navbar.is-link .navbar-dropdown a.navbar-item.is-active{background-color:#3273dc;color:#fff}}.navbar.is-info{background-color:#3298dc;color:#fff}.navbar.is-info .navbar-brand .navbar-link,.navbar.is-info .navbar-brand>.navbar-item{color:#fff}.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:#238cd1;color:#fff}.navbar.is-info .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-info .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-info .navbar-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:#fff}.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:#238cd1;color:#fff}.navbar.is-info .navbar-end .navbar-link::after,.navbar.is-info .navbar-start .navbar-link::after{border-color:#fff}.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:#238cd1;color:#fff}.navbar.is-info .navbar-dropdown a.navbar-item.is-active{background-color:#3298dc;color:#fff}}.navbar.is-success{background-color:#48c774;color:#fff}.navbar.is-success .navbar-brand .navbar-link,.navbar.is-success .navbar-brand>.navbar-item{color:#fff}.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:#3abb67;color:#fff}.navbar.is-success .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-success .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-success .navbar-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:#fff}.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:#3abb67;color:#fff}.navbar.is-success .navbar-end .navbar-link::after,.navbar.is-success .navbar-start .navbar-link::after{border-color:#fff}.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:#3abb67;color:#fff}.navbar.is-success .navbar-dropdown a.navbar-item.is-active{background-color:#48c774;color:#fff}}.navbar.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link,.navbar.is-warning .navbar-brand>.navbar-item{color:rgba(0,0,0,.7)}.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:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-brand .navbar-link::after{border-color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-burger{color:rgba(0,0,0,.7)}@media screen and (min-width:1024px){.navbar.is-warning .navbar-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:rgba(0,0,0,.7)}.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:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-end .navbar-link::after,.navbar.is-warning .navbar-start .navbar-link::after{border-color:rgba(0,0,0,.7)}.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:#ffd83d;color:rgba(0,0,0,.7)}.navbar.is-warning .navbar-dropdown a.navbar-item.is-active{background-color:#ffdd57;color:rgba(0,0,0,.7)}}.navbar.is-danger{background-color:#f14668;color:#fff}.navbar.is-danger .navbar-brand .navbar-link,.navbar.is-danger .navbar-brand>.navbar-item{color:#fff}.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:#fff}.navbar.is-danger .navbar-brand .navbar-link::after{border-color:#fff}.navbar.is-danger .navbar-burger{color:#fff}@media screen and (min-width:1024px){.navbar.is-danger .navbar-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:#fff}.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:#fff}.navbar.is-danger .navbar-end .navbar-link::after,.navbar.is-danger .navbar-start .navbar-link::after{border-color:#fff}.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:#fff}.navbar.is-danger .navbar-dropdown a.navbar-item.is-active{background-color:#f14668;color:#fff}}.navbar>.container{align-items:stretch;display:flex;min-height:3.25rem;width:100%}.navbar.has-shadow{box-shadow:0 2px 0 0 #f5f5f5}.navbar.is-fixed-bottom,.navbar.is-fixed-top{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom{bottom:0}.navbar.is-fixed-bottom.has-shadow{box-shadow:0 -2px 0 0 #f5f5f5}.navbar.is-fixed-top{top:0}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:#4a4a4a;cursor:pointer;display:block;height:3.25rem;position:relative;width:3.25rem;margin-left:auto}.navbar-burger span{background-color:currentColor;display:block;height:1px;left:calc(50% - 8px);position:absolute;transform-origin:center;transition-duration:86ms;transition-property:background-color,opacity,transform;transition-timing-function:ease-out;width:16px}.navbar-burger span:nth-child(1){top:calc(50% - 6px)}.navbar-burger span:nth-child(2){top:calc(50% - 1px)}.navbar-burger span:nth-child(3){top:calc(50% + 4px)}.navbar-burger:hover{background-color:rgba(0,0,0,.05)}.navbar-burger.is-active span:nth-child(1){transform:translateY(5px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-5px) rotate(-45deg)}.navbar-menu{display:none}.navbar-item,.navbar-link{color:#4a4a4a;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:#fafafa;color:#3273dc}.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:#3273dc}.navbar-item.is-tab.is-active{background-color:transparent;border-bottom-color:#3273dc;border-bottom-style:solid;border-bottom-width:3px;color:#3273dc;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:#3273dc;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:#f5f5f5;border:none;display:none;height:2px;margin:.5rem 0}@media screen and (max-width:1023px){.navbar>.container{display:block}.navbar-brand .navbar-item,.navbar-tabs .navbar-item{align-items:center;display:flex}.navbar-link::after{display:none}.navbar-menu{background-color:#fff;box-shadow:0 8px 16px rgba(10,10,10,.1);padding:.5rem 0}.navbar-menu.is-active{display:block}.navbar.is-fixed-bottom-touch,.navbar.is-fixed-top-touch{left:0;position:fixed;right:0;z-index:30}.navbar.is-fixed-bottom-touch{bottom:0}.navbar.is-fixed-bottom-touch.has-shadow{box-shadow:0 -2px 3px rgba(10,10,10,.1)}.navbar.is-fixed-top-touch{top:0}.navbar.is-fixed-top .navbar-menu,.navbar.is-fixed-top-touch .navbar-menu{-webkit-overflow-scrolling:touch;max-height:calc(100vh - 3.25rem);overflow:auto}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:#f5f5f5;color:#0a0a0a}.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.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 #dbdbdb;border-radius:6px 6px 0 0;border-top:none;bottom:100%;box-shadow:0 -8px 8px rgba(10,10,10,.1);top:auto}.navbar-item.is-active .navbar-dropdown,.navbar-item.is-hoverable:focus .navbar-dropdown,.navbar-item.is-hoverable:focus-within .navbar-dropdown,.navbar-item.is-hoverable:hover .navbar-dropdown{display:block}.navbar-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:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top:2px solid #dbdbdb;box-shadow:0 8px 8px rgba(10,10,10,.1);display:none;font-size:.875rem;left:0;min-width:100%;position:absolute;top:100%;z-index:20}.navbar-dropdown .navbar-item{padding:.375rem 1rem;white-space:nowrap}.navbar-dropdown a.navbar-item{padding-right:3rem}.navbar-dropdown a.navbar-item:focus,.navbar-dropdown a.navbar-item:hover{background-color:#f5f5f5;color:#0a0a0a}.navbar-dropdown a.navbar-item.is-active{background-color:#f5f5f5;color:#3273dc}.navbar-dropdown.is-boxed,.navbar.is-spaced .navbar-dropdown{border-radius:6px;border-top:none;box-shadow:0 8px 8px rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.1);display:block;opacity:0;pointer-events:none;top:calc(100% + (-4px));transform:translateY(-5px);transition-duration:86ms;transition-property:opacity,transform}.navbar-dropdown.is-right{left:auto;right:0}.navbar-divider{display:block}.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(10,10,10,.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:#0a0a0a}.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:#fafafa}}.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:290486px}.pagination.is-rounded .pagination-link{border-radius:290486px}.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:#dbdbdb;color:#363636;min-width:2.5em}.pagination-link:hover,.pagination-next:hover,.pagination-previous:hover{border-color:#b5b5b5;color:#363636}.pagination-link:focus,.pagination-next:focus,.pagination-previous:focus{border-color:#3273dc}.pagination-link:active,.pagination-next:active,.pagination-previous:active{box-shadow:inset 0 1px 2px rgba(10,10,10,.2)}.pagination-link[disabled],.pagination-next[disabled],.pagination-previous[disabled]{background-color:#dbdbdb;border-color:#dbdbdb;box-shadow:none;color:#7a7a7a;opacity:.5}.pagination-next,.pagination-previous{padding-left:.75em;padding-right:.75em;white-space:nowrap}.pagination-link.is-current{background-color:#3273dc;border-color:#3273dc;color:#fff}.pagination-ellipsis{color:#b5b5b5;pointer-events:none}.pagination-list{flex-wrap:wrap}@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-previous{order:2}.pagination-next{order:3}.pagination{justify-content:space-between}.pagination.is-centered .pagination-previous{order:1}.pagination.is-centered .pagination-list{justify-content:center;order:2}.pagination.is-centered .pagination-next{order:3}.pagination.is-right .pagination-previous{order:1}.pagination.is-right .pagination-next{order:2}.pagination.is-right .pagination-list{justify-content:flex-end;order:3}}.panel{border-radius:6px;box-shadow:0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02);font-size:1rem}.panel:not(:last-child){margin-bottom:1.5rem}.panel.is-white .panel-heading{background-color:#fff;color:#0a0a0a}.panel.is-white .panel-tabs a.is-active{border-bottom-color:#fff}.panel.is-white .panel-block.is-active .panel-icon{color:#fff}.panel.is-black .panel-heading{background-color:#0a0a0a;color:#fff}.panel.is-black .panel-tabs a.is-active{border-bottom-color:#0a0a0a}.panel.is-black .panel-block.is-active .panel-icon{color:#0a0a0a}.panel.is-light .panel-heading{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.panel.is-light .panel-tabs a.is-active{border-bottom-color:#f5f5f5}.panel.is-light .panel-block.is-active .panel-icon{color:#f5f5f5}.panel.is-dark .panel-heading{background-color:#363636;color:#fff}.panel.is-dark .panel-tabs a.is-active{border-bottom-color:#363636}.panel.is-dark .panel-block.is-active .panel-icon{color:#363636}.panel.is-primary .panel-heading{background-color:#00d1b2;color:#fff}.panel.is-primary .panel-tabs a.is-active{border-bottom-color:#00d1b2}.panel.is-primary .panel-block.is-active .panel-icon{color:#00d1b2}.panel.is-link .panel-heading{background-color:#3273dc;color:#fff}.panel.is-link .panel-tabs a.is-active{border-bottom-color:#3273dc}.panel.is-link .panel-block.is-active .panel-icon{color:#3273dc}.panel.is-info .panel-heading{background-color:#3298dc;color:#fff}.panel.is-info .panel-tabs a.is-active{border-bottom-color:#3298dc}.panel.is-info .panel-block.is-active .panel-icon{color:#3298dc}.panel.is-success .panel-heading{background-color:#48c774;color:#fff}.panel.is-success .panel-tabs a.is-active{border-bottom-color:#48c774}.panel.is-success .panel-block.is-active .panel-icon{color:#48c774}.panel.is-warning .panel-heading{background-color:#ffdd57;color:rgba(0,0,0,.7)}.panel.is-warning .panel-tabs a.is-active{border-bottom-color:#ffdd57}.panel.is-warning .panel-block.is-active .panel-icon{color:#ffdd57}.panel.is-danger .panel-heading{background-color:#f14668;color:#fff}.panel.is-danger .panel-tabs a.is-active{border-bottom-color:#f14668}.panel.is-danger .panel-block.is-active .panel-icon{color:#f14668}.panel-block:not(:last-child),.panel-tabs:not(:last-child){border-bottom:1px solid #ededed}.panel-heading{background-color:#ededed;border-radius:6px 6px 0 0;color:#363636;font-size:1.25em;font-weight:700;line-height:1.25;padding:.75em 1em}.panel-tabs{align-items:flex-end;display:flex;font-size:.875em;justify-content:center}.panel-tabs a{border-bottom:1px solid #dbdbdb;margin-bottom:-1px;padding:.5em}.panel-tabs a.is-active{border-bottom-color:#4a4a4a;color:#363636}.panel-list a{color:#4a4a4a}.panel-list a:hover{color:#3273dc}.panel-block{align-items:center;color:#363636;display:flex;justify-content:flex-start;padding:.5em .75em}.panel-block input[type=checkbox]{margin-right:.75em}.panel-block>.control{flex-grow:1;flex-shrink:1;width:100%}.panel-block.is-wrapped{flex-wrap:wrap}.panel-block.is-active{border-left-color:#3273dc;color:#363636}.panel-block.is-active .panel-icon{color:#3273dc}.panel-block:last-child{border-bottom-left-radius:6px;border-bottom-right-radius:6px}a.panel-block,label.panel-block{cursor:pointer}a.panel-block:hover,label.panel-block:hover{background-color:#f5f5f5}.panel-icon{display:inline-block;font-size:14px;height:1em;line-height:1em;text-align:center;vertical-align:top;width:1em;color:#7a7a7a;margin-right:.75em}.panel-icon .fa{font-size:inherit;line-height:inherit}.tabs{-webkit-overflow-scrolling:touch;align-items:stretch;display:flex;font-size:1rem;justify-content:space-between;overflow:hidden;overflow-x:auto;white-space:nowrap}.tabs a{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;color:#4a4a4a;display:flex;justify-content:center;margin-bottom:-1px;padding:.5em 1em;vertical-align:top}.tabs a:hover{border-bottom-color:#363636;color:#363636}.tabs li{display:block}.tabs li.is-active a{border-bottom-color:#3273dc;color:#3273dc}.tabs ul{align-items:center;border-bottom-color:#dbdbdb;border-bottom-style:solid;border-bottom-width:1px;display:flex;flex-grow:1;flex-shrink:0;justify-content:flex-start}.tabs ul.is-left{padding-right:.75em}.tabs ul.is-center{flex:none;justify-content:center;padding-left:.75em;padding-right:.75em}.tabs ul.is-right{justify-content:flex-end;padding-left:.75em}.tabs .icon:first-child{margin-right:.5em}.tabs .icon:last-child{margin-left:.5em}.tabs.is-centered ul{justify-content:center}.tabs.is-right ul{justify-content:flex-end}.tabs.is-boxed a{border:1px solid transparent;border-radius:4px 4px 0 0}.tabs.is-boxed a:hover{background-color:#f5f5f5;border-bottom-color:#dbdbdb}.tabs.is-boxed li.is-active a{background-color:#fff;border-color:#dbdbdb;border-bottom-color:transparent!important}.tabs.is-fullwidth li{flex-grow:1;flex-shrink:0}.tabs.is-toggle a{border-color:#dbdbdb;border-style:solid;border-width:1px;margin-bottom:0;position:relative}.tabs.is-toggle a:hover{background-color:#f5f5f5;border-color:#b5b5b5;z-index:2}.tabs.is-toggle li+li{margin-left:-1px}.tabs.is-toggle li:first-child a{border-top-left-radius:4px;border-bottom-left-radius:4px}.tabs.is-toggle li:last-child a{border-top-right-radius:4px;border-bottom-right-radius:4px}.tabs.is-toggle li.is-active a{background-color:#3273dc;border-color:#3273dc;color:#fff;z-index:1}.tabs.is-toggle ul{border-bottom:none}.tabs.is-toggle.is-toggle-rounded li:first-child a{border-bottom-left-radius:290486px;border-top-left-radius:290486px;padding-left:1.25em}.tabs.is-toggle.is-toggle-rounded li:last-child a{border-bottom-right-radius:290486px;border-top-right-radius:290486px;padding-right:1.25em}.tabs.is-small{font-size:.75rem}.tabs.is-medium{font-size:1.25rem}.tabs.is-large{font-size:1.5rem}.column{display:block;flex-basis:0;flex-grow:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{flex:none}.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.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.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.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.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}.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.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.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}.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.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.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.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.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.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.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.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.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}.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.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.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}.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.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.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}.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.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.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}.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.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.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:-webkit-min-content;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.33333%}.tile.is-2{flex:none;width:16.66667%}.tile.is-3{flex:none;width:25%}.tile.is-4{flex:none;width:33.33333%}.tile.is-5{flex:none;width:41.66667%}.tile.is-6{flex:none;width:50%}.tile.is-7{flex:none;width:58.33333%}.tile.is-8{flex:none;width:66.66667%}.tile.is-9{flex:none;width:75%}.tile.is-10{flex:none;width:83.33333%}.tile.is-11{flex:none;width:91.66667%}.tile.is-12{flex:none;width:100%}}.has-text-white{color:#fff!important}a.has-text-white:focus,a.has-text-white:hover{color:#e6e6e6!important}.has-background-white{background-color:#fff!important}.has-text-black{color:#0a0a0a!important}a.has-text-black:focus,a.has-text-black:hover{color:#000!important}.has-background-black{background-color:#0a0a0a!important}.has-text-light{color:#f5f5f5!important}a.has-text-light:focus,a.has-text-light:hover{color:#dbdbdb!important}.has-background-light{background-color:#f5f5f5!important}.has-text-dark{color:#363636!important}a.has-text-dark:focus,a.has-text-dark:hover{color:#1c1c1c!important}.has-background-dark{background-color:#363636!important}.has-text-primary{color:#00d1b2!important}a.has-text-primary:focus,a.has-text-primary:hover{color:#009e86!important}.has-background-primary{background-color:#00d1b2!important}.has-text-primary-light{color:#ebfffc!important}a.has-text-primary-light:focus,a.has-text-primary-light:hover{color:#b8fff4!important}.has-background-primary-light{background-color:#ebfffc!important}.has-text-primary-dark{color:#00947e!important}a.has-text-primary-dark:focus,a.has-text-primary-dark:hover{color:#00c7a9!important}.has-background-primary-dark{background-color:#00947e!important}.has-text-link{color:#3273dc!important}a.has-text-link:focus,a.has-text-link:hover{color:#205bbc!important}.has-background-link{background-color:#3273dc!important}.has-text-link-light{color:#eef3fc!important}a.has-text-link-light:focus,a.has-text-link-light:hover{color:#c2d5f5!important}.has-background-link-light{background-color:#eef3fc!important}.has-text-link-dark{color:#2160c4!important}a.has-text-link-dark:focus,a.has-text-link-dark:hover{color:#3b79de!important}.has-background-link-dark{background-color:#2160c4!important}.has-text-info{color:#3298dc!important}a.has-text-info:focus,a.has-text-info:hover{color:#207dbc!important}.has-background-info{background-color:#3298dc!important}.has-text-info-light{color:#eef6fc!important}a.has-text-info-light:focus,a.has-text-info-light:hover{color:#c2e0f5!important}.has-background-info-light{background-color:#eef6fc!important}.has-text-info-dark{color:#1d72aa!important}a.has-text-info-dark:focus,a.has-text-info-dark:hover{color:#248fd6!important}.has-background-info-dark{background-color:#1d72aa!important}.has-text-success{color:#48c774!important}a.has-text-success:focus,a.has-text-success:hover{color:#34a85c!important}.has-background-success{background-color:#48c774!important}.has-text-success-light{color:#effaf3!important}a.has-text-success-light:focus,a.has-text-success-light:hover{color:#c8eed6!important}.has-background-success-light{background-color:#effaf3!important}.has-text-success-dark{color:#257942!important}a.has-text-success-dark:focus,a.has-text-success-dark:hover{color:#31a058!important}.has-background-success-dark{background-color:#257942!important}.has-text-warning{color:#ffdd57!important}a.has-text-warning:focus,a.has-text-warning:hover{color:#ffd324!important}.has-background-warning{background-color:#ffdd57!important}.has-text-warning-light{color:#fffbeb!important}a.has-text-warning-light:focus,a.has-text-warning-light:hover{color:#fff1b8!important}.has-background-warning-light{background-color:#fffbeb!important}.has-text-warning-dark{color:#947600!important}a.has-text-warning-dark:focus,a.has-text-warning-dark:hover{color:#c79f00!important}.has-background-warning-dark{background-color:#947600!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:#feecf0!important}a.has-text-danger-light:focus,a.has-text-danger-light:hover{color:#fabdc9!important}.has-background-danger-light{background-color:#feecf0!important}.has-text-danger-dark{color:#cc0f35!important}a.has-text-danger-dark:focus,a.has-text-danger-dark:hover{color:#ee2049!important}.has-background-danger-dark{background-color:#cc0f35!important}.has-text-black-bis{color:#121212!important}.has-background-black-bis{background-color:#121212!important}.has-text-black-ter{color:#242424!important}.has-background-black-ter{background-color:#242424!important}.has-text-grey-darker{color:#363636!important}.has-background-grey-darker{background-color:#363636!important}.has-text-grey-dark{color:#4a4a4a!important}.has-background-grey-dark{background-color:#4a4a4a!important}.has-text-grey{color:#7a7a7a!important}.has-background-grey{background-color:#7a7a7a!important}.has-text-grey-light{color:#b5b5b5!important}.has-background-grey-light{background-color:#b5b5b5!important}.has-text-grey-lighter{color:#dbdbdb!important}.has-background-grey-lighter{background-color:#dbdbdb!important}.has-text-white-ter{color:#f5f5f5!important}.has-background-white-ter{background-color:#f5f5f5!important}.has-text-white-bis{color:#fafafa!important}.has-background-white-bis{background-color:#fafafa!important}.is-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-clipped{overflow:hidden!important}.is-relative{position:relative!important}.is-marginless{margin:0!important}.is-paddingless{padding: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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.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}.is-size-1{font-size:3rem!important}.is-size-2{font-size:2.5rem!important}.is-size-3{font-size:2rem!important}.is-size-4{font-size:1.5rem!important}.is-size-5{font-size:1.25rem!important}.is-size-6{font-size:1rem!important}.is-size-7{font-size:.75rem!important}@media screen and (max-width:768px){.is-size-1-mobile{font-size:3rem!important}.is-size-2-mobile{font-size:2.5rem!important}.is-size-3-mobile{font-size:2rem!important}.is-size-4-mobile{font-size:1.5rem!important}.is-size-5-mobile{font-size:1.25rem!important}.is-size-6-mobile{font-size:1rem!important}.is-size-7-mobile{font-size:.75rem!important}}@media screen and (min-width:769px),print{.is-size-1-tablet{font-size:3rem!important}.is-size-2-tablet{font-size:2.5rem!important}.is-size-3-tablet{font-size:2rem!important}.is-size-4-tablet{font-size:1.5rem!important}.is-size-5-tablet{font-size:1.25rem!important}.is-size-6-tablet{font-size:1rem!important}.is-size-7-tablet{font-size:.75rem!important}}@media screen and (max-width:1023px){.is-size-1-touch{font-size:3rem!important}.is-size-2-touch{font-size:2.5rem!important}.is-size-3-touch{font-size:2rem!important}.is-size-4-touch{font-size:1.5rem!important}.is-size-5-touch{font-size:1.25rem!important}.is-size-6-touch{font-size:1rem!important}.is-size-7-touch{font-size:.75rem!important}}@media screen and (min-width:1024px){.is-size-1-desktop{font-size:3rem!important}.is-size-2-desktop{font-size:2.5rem!important}.is-size-3-desktop{font-size:2rem!important}.is-size-4-desktop{font-size:1.5rem!important}.is-size-5-desktop{font-size:1.25rem!important}.is-size-6-desktop{font-size:1rem!important}.is-size-7-desktop{font-size:.75rem!important}}@media screen and (min-width:1216px){.is-size-1-widescreen{font-size:3rem!important}.is-size-2-widescreen{font-size:2.5rem!important}.is-size-3-widescreen{font-size:2rem!important}.is-size-4-widescreen{font-size:1.5rem!important}.is-size-5-widescreen{font-size:1.25rem!important}.is-size-6-widescreen{font-size:1rem!important}.is-size-7-widescreen{font-size:.75rem!important}}@media screen and (min-width:1408px){.is-size-1-fullhd{font-size:3rem!important}.is-size-2-fullhd{font-size:2.5rem!important}.is-size-3-fullhd{font-size:2rem!important}.is-size-4-fullhd{font-size:1.5rem!important}.is-size-5-fullhd{font-size:1.25rem!important}.is-size-6-fullhd{font-size:1rem!important}.is-size-7-fullhd{font-size:.75rem!important}}.has-text-centered{text-align:center!important}.has-text-justified{text-align:justify!important}.has-text-left{text-align:left!important}.has-text-right{text-align:right!important}@media screen and (max-width:768px){.has-text-centered-mobile{text-align:center!important}}@media screen and (min-width:769px),print{.has-text-centered-tablet{text-align:center!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-centered-tablet-only{text-align:center!important}}@media screen and (max-width:1023px){.has-text-centered-touch{text-align:center!important}}@media screen and (min-width:1024px){.has-text-centered-desktop{text-align:center!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-centered-desktop-only{text-align:center!important}}@media screen and (min-width:1216px){.has-text-centered-widescreen{text-align:center!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-centered-widescreen-only{text-align:center!important}}@media screen and (min-width:1408px){.has-text-centered-fullhd{text-align:center!important}}@media screen and (max-width:768px){.has-text-justified-mobile{text-align:justify!important}}@media screen and (min-width:769px),print{.has-text-justified-tablet{text-align:justify!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-justified-tablet-only{text-align:justify!important}}@media screen and (max-width:1023px){.has-text-justified-touch{text-align:justify!important}}@media screen and (min-width:1024px){.has-text-justified-desktop{text-align:justify!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-justified-desktop-only{text-align:justify!important}}@media screen and (min-width:1216px){.has-text-justified-widescreen{text-align:justify!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-justified-widescreen-only{text-align:justify!important}}@media screen and (min-width:1408px){.has-text-justified-fullhd{text-align:justify!important}}@media screen and (max-width:768px){.has-text-left-mobile{text-align:left!important}}@media screen and (min-width:769px),print{.has-text-left-tablet{text-align:left!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-left-tablet-only{text-align:left!important}}@media screen and (max-width:1023px){.has-text-left-touch{text-align:left!important}}@media screen and (min-width:1024px){.has-text-left-desktop{text-align:left!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-left-desktop-only{text-align:left!important}}@media screen and (min-width:1216px){.has-text-left-widescreen{text-align:left!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-left-widescreen-only{text-align:left!important}}@media screen and (min-width:1408px){.has-text-left-fullhd{text-align:left!important}}@media screen and (max-width:768px){.has-text-right-mobile{text-align:right!important}}@media screen and (min-width:769px),print{.has-text-right-tablet{text-align:right!important}}@media screen and (min-width:769px) and (max-width:1023px){.has-text-right-tablet-only{text-align:right!important}}@media screen and (max-width:1023px){.has-text-right-touch{text-align:right!important}}@media screen and (min-width:1024px){.has-text-right-desktop{text-align:right!important}}@media screen and (min-width:1024px) and (max-width:1215px){.has-text-right-desktop-only{text-align:right!important}}@media screen and (min-width:1216px){.has-text-right-widescreen{text-align:right!important}}@media screen and (min-width:1216px) and (max-width:1407px){.has-text-right-widescreen-only{text-align:right!important}}@media screen and (min-width:1408px){.has-text-right-fullhd{text-align:right!important}}.is-capitalized{text-transform:capitalize!important}.is-lowercase{text-transform:lowercase!important}.is-uppercase{text-transform:uppercase!important}.is-italic{font-style:italic!important}.has-text-weight-light{font-weight:300!important}.has-text-weight-normal{font-weight:400!important}.has-text-weight-medium{font-weight:500!important}.has-text-weight-semibold{font-weight:600!important}.has-text-weight-bold{font-weight:700!important}.is-family-primary{font-family: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:#fff;color:#0a0a0a}.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-white strong{color:inherit}.hero.is-white .title{color:#0a0a0a}.hero.is-white .subtitle{color:rgba(10,10,10,.9)}.hero.is-white .subtitle a:not(.button),.hero.is-white .subtitle strong{color:#0a0a0a}@media screen and (max-width:1023px){.hero.is-white .navbar-menu{background-color:#fff}}.hero.is-white .navbar-item,.hero.is-white .navbar-link{color:rgba(10,10,10,.7)}.hero.is-white .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:#f2f2f2;color:#0a0a0a}.hero.is-white .tabs a{color:#0a0a0a;opacity:.9}.hero.is-white .tabs a:hover{opacity:1}.hero.is-white .tabs li.is-active a{opacity:1}.hero.is-white .tabs.is-boxed a,.hero.is-white .tabs.is-toggle a{color:#0a0a0a}.hero.is-white .tabs.is-boxed a:hover,.hero.is-white .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-white .tabs.is-boxed li.is-active a,.hero.is-white .tabs.is-boxed li.is-active a:hover,.hero.is-white .tabs.is-toggle li.is-active a,.hero.is-white .tabs.is-toggle li.is-active a:hover{background-color:#0a0a0a;border-color:#0a0a0a;color:#fff}.hero.is-white.is-bold{background-image:linear-gradient(141deg,#e6e6e6 0,#fff 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-white.is-bold .navbar-menu{background-image:linear-gradient(141deg,#e6e6e6 0,#fff 71%,#fff 100%)}}.hero.is-black{background-color:#0a0a0a;color:#fff}.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-black strong{color:inherit}.hero.is-black .title{color:#fff}.hero.is-black .subtitle{color:rgba(255,255,255,.9)}.hero.is-black .subtitle a:not(.button),.hero.is-black .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-black .navbar-menu{background-color:#0a0a0a}}.hero.is-black .navbar-item,.hero.is-black .navbar-link{color:rgba(255,255,255,.7)}.hero.is-black .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:#000;color:#fff}.hero.is-black .tabs a{color:#fff;opacity:.9}.hero.is-black .tabs a:hover{opacity:1}.hero.is-black .tabs li.is-active a{opacity:1}.hero.is-black .tabs.is-boxed a,.hero.is-black .tabs.is-toggle a{color:#fff}.hero.is-black .tabs.is-boxed a:hover,.hero.is-black .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-black .tabs.is-boxed li.is-active a,.hero.is-black .tabs.is-boxed li.is-active a:hover,.hero.is-black .tabs.is-toggle li.is-active a,.hero.is-black .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#0a0a0a}.hero.is-black.is-bold{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}@media screen and (max-width:768px){.hero.is-black.is-bold .navbar-menu{background-image:linear-gradient(141deg,#000 0,#0a0a0a 71%,#181616 100%)}}.hero.is-light{background-color:#f5f5f5;color:rgba(0,0,0,.7)}.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-light strong{color:inherit}.hero.is-light .title{color:rgba(0,0,0,.7)}.hero.is-light .subtitle{color:rgba(0,0,0,.9)}.hero.is-light .subtitle a:not(.button),.hero.is-light .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-light .navbar-menu{background-color:#f5f5f5}}.hero.is-light .navbar-item,.hero.is-light .navbar-link{color:rgba(0,0,0,.7)}.hero.is-light .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:#e8e8e8;color:rgba(0,0,0,.7)}.hero.is-light .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-light .tabs a:hover{opacity:1}.hero.is-light .tabs li.is-active a{opacity:1}.hero.is-light .tabs.is-boxed a,.hero.is-light .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-light .tabs.is-boxed a:hover,.hero.is-light .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-light .tabs.is-boxed li.is-active a,.hero.is-light .tabs.is-boxed li.is-active a:hover,.hero.is-light .tabs.is-toggle li.is-active a,.hero.is-light .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#f5f5f5}.hero.is-light.is-bold{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}@media screen and (max-width:768px){.hero.is-light.is-bold .navbar-menu{background-image:linear-gradient(141deg,#dfd8d9 0,#f5f5f5 71%,#fff 100%)}}.hero.is-dark{background-color:#363636;color:#fff}.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-dark strong{color:inherit}.hero.is-dark .title{color:#fff}.hero.is-dark .subtitle{color:rgba(255,255,255,.9)}.hero.is-dark .subtitle a:not(.button),.hero.is-dark .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-dark .navbar-menu{background-color:#363636}}.hero.is-dark .navbar-item,.hero.is-dark .navbar-link{color:rgba(255,255,255,.7)}.hero.is-dark .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:#292929;color:#fff}.hero.is-dark .tabs a{color:#fff;opacity:.9}.hero.is-dark .tabs a:hover{opacity:1}.hero.is-dark .tabs li.is-active a{opacity:1}.hero.is-dark .tabs.is-boxed a,.hero.is-dark .tabs.is-toggle a{color:#fff}.hero.is-dark .tabs.is-boxed a:hover,.hero.is-dark .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-dark .tabs.is-boxed li.is-active a,.hero.is-dark .tabs.is-boxed li.is-active a:hover,.hero.is-dark .tabs.is-toggle li.is-active a,.hero.is-dark .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#363636}.hero.is-dark.is-bold{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 100%)}@media screen and (max-width:768px){.hero.is-dark.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1f191a 0,#363636 71%,#46403f 100%)}}.hero.is-primary{background-color:#00d1b2;color:#fff}.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-primary strong{color:inherit}.hero.is-primary .title{color:#fff}.hero.is-primary .subtitle{color:rgba(255,255,255,.9)}.hero.is-primary .subtitle a:not(.button),.hero.is-primary .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-primary .navbar-menu{background-color:#00d1b2}}.hero.is-primary .navbar-item,.hero.is-primary .navbar-link{color:rgba(255,255,255,.7)}.hero.is-primary .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:#00b89c;color:#fff}.hero.is-primary .tabs a{color:#fff;opacity:.9}.hero.is-primary .tabs a:hover{opacity:1}.hero.is-primary .tabs li.is-active a{opacity:1}.hero.is-primary .tabs.is-boxed a,.hero.is-primary .tabs.is-toggle a{color:#fff}.hero.is-primary .tabs.is-boxed a:hover,.hero.is-primary .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-primary .tabs.is-boxed li.is-active a,.hero.is-primary .tabs.is-boxed li.is-active a:hover,.hero.is-primary .tabs.is-toggle li.is-active a,.hero.is-primary .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#00d1b2}.hero.is-primary.is-bold{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%)}@media screen and (max-width:768px){.hero.is-primary.is-bold .navbar-menu{background-image:linear-gradient(141deg,#009e6c 0,#00d1b2 71%,#00e7eb 100%)}}.hero.is-link{background-color:#3273dc;color:#fff}.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-link strong{color:inherit}.hero.is-link .title{color:#fff}.hero.is-link .subtitle{color:rgba(255,255,255,.9)}.hero.is-link .subtitle a:not(.button),.hero.is-link .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-link .navbar-menu{background-color:#3273dc}}.hero.is-link .navbar-item,.hero.is-link .navbar-link{color:rgba(255,255,255,.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:#2366d1;color:#fff}.hero.is-link .tabs a{color:#fff;opacity:.9}.hero.is-link .tabs a:hover{opacity:1}.hero.is-link .tabs li.is-active a{opacity:1}.hero.is-link .tabs.is-boxed a,.hero.is-link .tabs.is-toggle a{color:#fff}.hero.is-link .tabs.is-boxed a:hover,.hero.is-link .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-link .tabs.is-boxed li.is-active a,.hero.is-link .tabs.is-boxed li.is-active a:hover,.hero.is-link .tabs.is-toggle li.is-active a,.hero.is-link .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3273dc}.hero.is-link.is-bold{background-image:linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 100%)}@media screen and (max-width:768px){.hero.is-link.is-bold .navbar-menu{background-image:linear-gradient(141deg,#1577c6 0,#3273dc 71%,#4366e5 100%)}}.hero.is-info{background-color:#3298dc;color:#fff}.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-info strong{color:inherit}.hero.is-info .title{color:#fff}.hero.is-info .subtitle{color:rgba(255,255,255,.9)}.hero.is-info .subtitle a:not(.button),.hero.is-info .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-info .navbar-menu{background-color:#3298dc}}.hero.is-info .navbar-item,.hero.is-info .navbar-link{color:rgba(255,255,255,.7)}.hero.is-info .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:#238cd1;color:#fff}.hero.is-info .tabs a{color:#fff;opacity:.9}.hero.is-info .tabs a:hover{opacity:1}.hero.is-info .tabs li.is-active a{opacity:1}.hero.is-info .tabs.is-boxed a,.hero.is-info .tabs.is-toggle a{color:#fff}.hero.is-info .tabs.is-boxed a:hover,.hero.is-info .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-info .tabs.is-boxed li.is-active a,.hero.is-info .tabs.is-boxed li.is-active a:hover,.hero.is-info .tabs.is-toggle li.is-active a,.hero.is-info .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#3298dc}.hero.is-info.is-bold{background-image:linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 100%)}@media screen and (max-width:768px){.hero.is-info.is-bold .navbar-menu{background-image:linear-gradient(141deg,#159dc6 0,#3298dc 71%,#4389e5 100%)}}.hero.is-success{background-color:#48c774;color:#fff}.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-success strong{color:inherit}.hero.is-success .title{color:#fff}.hero.is-success .subtitle{color:rgba(255,255,255,.9)}.hero.is-success .subtitle a:not(.button),.hero.is-success .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-success .navbar-menu{background-color:#48c774}}.hero.is-success .navbar-item,.hero.is-success .navbar-link{color:rgba(255,255,255,.7)}.hero.is-success .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:#3abb67;color:#fff}.hero.is-success .tabs a{color:#fff;opacity:.9}.hero.is-success .tabs a:hover{opacity:1}.hero.is-success .tabs li.is-active a{opacity:1}.hero.is-success .tabs.is-boxed a,.hero.is-success .tabs.is-toggle a{color:#fff}.hero.is-success .tabs.is-boxed a:hover,.hero.is-success .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-success .tabs.is-boxed li.is-active a,.hero.is-success .tabs.is-boxed li.is-active a:hover,.hero.is-success .tabs.is-toggle li.is-active a,.hero.is-success .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#48c774}.hero.is-success.is-bold{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}@media screen and (max-width:768px){.hero.is-success.is-bold .navbar-menu{background-image:linear-gradient(141deg,#29b342 0,#48c774 71%,#56d296 100%)}}.hero.is-warning{background-color:#ffdd57;color:rgba(0,0,0,.7)}.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-warning strong{color:inherit}.hero.is-warning .title{color:rgba(0,0,0,.7)}.hero.is-warning .subtitle{color:rgba(0,0,0,.9)}.hero.is-warning .subtitle a:not(.button),.hero.is-warning .subtitle strong{color:rgba(0,0,0,.7)}@media screen and (max-width:1023px){.hero.is-warning .navbar-menu{background-color:#ffdd57}}.hero.is-warning .navbar-item,.hero.is-warning .navbar-link{color:rgba(0,0,0,.7)}.hero.is-warning .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:#ffd83d;color:rgba(0,0,0,.7)}.hero.is-warning .tabs a{color:rgba(0,0,0,.7);opacity:.9}.hero.is-warning .tabs a:hover{opacity:1}.hero.is-warning .tabs li.is-active a{opacity:1}.hero.is-warning .tabs.is-boxed a,.hero.is-warning .tabs.is-toggle a{color:rgba(0,0,0,.7)}.hero.is-warning .tabs.is-boxed a:hover,.hero.is-warning .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-warning .tabs.is-boxed li.is-active a,.hero.is-warning .tabs.is-boxed li.is-active a:hover,.hero.is-warning .tabs.is-toggle li.is-active a,.hero.is-warning .tabs.is-toggle li.is-active a:hover{background-color:rgba(0,0,0,.7);border-color:rgba(0,0,0,.7);color:#ffdd57}.hero.is-warning.is-bold{background-image:linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%)}@media screen and (max-width:768px){.hero.is-warning.is-bold .navbar-menu{background-image:linear-gradient(141deg,#ffaf24 0,#ffdd57 71%,#fffa70 100%)}}.hero.is-danger{background-color:#f14668;color:#fff}.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),.hero.is-danger strong{color:inherit}.hero.is-danger .title{color:#fff}.hero.is-danger .subtitle{color:rgba(255,255,255,.9)}.hero.is-danger .subtitle a:not(.button),.hero.is-danger .subtitle strong{color:#fff}@media screen and (max-width:1023px){.hero.is-danger .navbar-menu{background-color:#f14668}}.hero.is-danger .navbar-item,.hero.is-danger .navbar-link{color:rgba(255,255,255,.7)}.hero.is-danger .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:#fff}.hero.is-danger .tabs a{color:#fff;opacity:.9}.hero.is-danger .tabs a:hover{opacity:1}.hero.is-danger .tabs li.is-active a{opacity:1}.hero.is-danger .tabs.is-boxed a,.hero.is-danger .tabs.is-toggle a{color:#fff}.hero.is-danger .tabs.is-boxed a:hover,.hero.is-danger .tabs.is-toggle a:hover{background-color:rgba(10,10,10,.1)}.hero.is-danger .tabs.is-boxed li.is-active a,.hero.is-danger .tabs.is-boxed li.is-active a:hover,.hero.is-danger .tabs.is-toggle li.is-active a,.hero.is-danger .tabs.is-toggle li.is-active a:hover{background-color:#fff;border-color:#fff;color:#f14668}.hero.is-danger.is-bold{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}@media screen and (max-width:768px){.hero.is-danger.is-bold .navbar-menu{background-image:linear-gradient(141deg,#fa0a62 0,#f14668 71%,#f7595f 100%)}}.hero.is-small .hero-body{padding:1.5rem}@media screen and (min-width:769px),print{.hero.is-medium .hero-body{padding:9rem 1.5rem}}@media screen and (min-width:769px),print{.hero.is-large .hero-body{padding:18rem 1.5rem}}.hero.is-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}.section{padding:3rem 1.5rem}@media screen and (min-width:1024px){.section.is-medium{padding:9rem 1.5rem}.section.is-large{padding:18rem 1.5rem}}.footer{background-color:#fafafa;padding:3rem 1.5rem 6rem} \ No newline at end of file diff --git a/scss/utils/_variables.scss b/scss/utils/_variables.scss new file mode 100644 index 0000000..e27cb22 --- /dev/null +++ b/scss/utils/_variables.scss @@ -0,0 +1 @@ +$accent-color: hsl(204, 86%, 53%); \ No newline at end of file diff --git a/system.json b/system.json new file mode 100644 index 0000000..db5c75e --- /dev/null +++ b/system.json @@ -0,0 +1,65 @@ +{ + "name": "frostgrave", + "title": "Frostgrave", + "description": "The Frostgrave system for Foundry VTT", + "version": "1.0.0", + "minimumCoreVersion": "0.6.5", + "compatibleCoreVersion": "0.6.6", + "templateVersion": 2, + "author": "Phenomen", + "esmodules": [ + "module/frostgrave.js" + ], + "styles": [ + "css/frostgrave.css" + ], + "scripts": [], + "packs": [{ + "name": "spellcasters", + "label": "Spellcasters", + "system": "frostgrave", + "path": "./packs/spellcasters.db", + "entity": "Actor" + }, + { + "name": "soldiers", + "label": "Soldiers", + "system": "frostgrave", + "path": "./packs/soldiers.db", + "entity": "Actor" + }, + { + "name": "armour", + "label": "Armour", + "system": "frostgrave", + "path": "./packs/armour.db", + "entity": "Item" + }, + { + "name": "weapons", + "label": "Weapons", + "system": "frostgrave", + "path": "./packs/weapons.db", + "entity": "Item" + }, + { + "name": "potions", + "label": "Potions", + "system": "frostgrave", + "path": "./packs/potions.db", + "entity": "Item" + } + ], + "languages": [{ + "lang": "en", + "name": "English", + "path": "lang/en.json" + }], + "gridDistance": 5, + "gridUnits": "ft", + "primaryTokenAttribute": "health", + "url": "https://github.com/Phenomen/foundry-frostgrave", + "manifest": "https://raw.githubusercontent.com/Phenomen/foundry-frostgrave/master/system.json", + "download": "https://github.com/Phenomen/foundry-frostgrave/archive/master.zip", + "license": "LICENSE.txt" +} \ No newline at end of file diff --git a/template.json b/template.json new file mode 100644 index 0000000..cf5d38a --- /dev/null +++ b/template.json @@ -0,0 +1,109 @@ +{ + "Actor": { + "types": [ + "character" + ], + "templates": { + "base": { + "baseresources": "", + "basetreasury": 0, + "biography": "", + "category": "Wizard", + "class": "Chronomancer", + "empowerment": 0, + "expbanked": 0, + "expscenario": 0, + "exptotal": 0, + "level": 0, + "levellog": "
  • 1:
  • 2:
  • 3:
  • 4:
  • 5:
  • 6:
  • 7:
  • 8:
  • 9:
  • 10:
", + "mod": 0, + "health": { + "value": 14, + "min": 0, + "max": 14, + "actual": 14, + "bonus": 0, + "rollname": "Health" + }, + "stats": { + "move": { + "actual": 6, + "effective": 6, + "bonus": 0, + "rollname": "Movement" + }, + "armour": { + "actual": 10, + "effective": 10, + "bonus": 0, + "rollname": "Armour" + }, + "will": { + "actual": 4, + "effective": 4, + "bonus": 0, + "rollname": "Will" + }, + "fight": { + "actual": 2, + "effective": 2, + "bonus": 0, + "rollname": "Combat" + }, + "shoot": { + "actual": 0, + "effective": 0, + "bonus": 0, + "rollname": "Shooting" + } + } + } + }, + "character": { + "templates": [ + "base" + ] + } + }, + "Item": { + "types": [ + "item", + "feature", + "spell" + ], + "templates": { + "base": { + "description": "" + } + }, + "item": { + "templates": [ + "base" + ], + "category": "Other", + "subcategory": "None", + "damage": null, + "armour": null, + "range": null, + "effect": null, + "price": null, + "sale": null, + "ingredient": null + }, + "feature": { + "templates": [ + "base" + ] + }, + "spell": { + "templates": [ + "base" + ], + "bcn": 10, + "improved": 0, + "category": "Line of Sight", + "school": "Chronomancer", + "alignment": "Native" + } + } +} \ No newline at end of file diff --git a/templates/actor/actor-sheet.html b/templates/actor/actor-sheet.html new file mode 100644 index 0000000..4170c53 --- /dev/null +++ b/templates/actor/actor-sheet.html @@ -0,0 +1,30 @@ +
+ {{!-- Actor Header --}} + {{> "systems/frostgrave/templates/actor/partials/actor-header.html"}} + + {{!-- Actor Stats --}} + {{> "systems/frostgrave/templates/actor/partials/actor-stats.html"}} + + {{!-- Tab Navigation --}} + {{> "systems/frostgrave/templates/actor/partials/actor-tab-navigation.html"}} + + {{!-- Sheet Body --}} +
+ + {{!-- Notes Tab --}} + {{> "systems/frostgrave/templates/actor/partials/actor-tab-notes.html"}} + + {{!-- Experience Tab --}} + {{> "systems/frostgrave/templates/actor/partials/actor-tab-experience.html"}} + + {{!-- Homebase Tab --}} + {{> "systems/frostgrave/templates/actor/partials/actor-tab-homebase.html"}} + + {{!-- Items Tab --}} + {{> "systems/frostgrave/templates/actor/partials/actor-tab-items.html"}} + + {{!-- Spells Tab --}} + {{> "systems/frostgrave/templates/actor/partials/actor-tab-spells.html"}} + +
+
\ No newline at end of file diff --git a/templates/actor/partials/actor-header.html b/templates/actor/partials/actor-header.html new file mode 100644 index 0000000..1e93667 --- /dev/null +++ b/templates/actor/partials/actor-header.html @@ -0,0 +1,71 @@ +
+ +
+ +
+ +
+
+ +
+ + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
\ No newline at end of file diff --git a/templates/actor/partials/actor-stats.html b/templates/actor/partials/actor-stats.html new file mode 100644 index 0000000..c2875e0 --- /dev/null +++ b/templates/actor/partials/actor-stats.html @@ -0,0 +1,98 @@ +{{#if (ne data.category "Base")}} + +
+ +
+ +
+ +
+

+   + +

+
+
+

+ Actual + +

+
+
+ Effective +

+ +

+
+
+ Current +

+ +

+
+ +
+ +
+ + {{#each data.stats as |stat key|}} +
+ +
+ +
+

+   +

+ +

+
+
+

+ Actual +

+ +

+
+
+ Effective +

+ +

+
+ {{#if (or (eq key "fight") (eq key "shoot"))}} +
+ Dmg. Bonus +

+ +

+
+ {{/if}} +
+ +
+ {{/each}} + +
+ +{{/if}} \ No newline at end of file diff --git a/templates/actor/partials/actor-tab-experience.html b/templates/actor/partials/actor-tab-experience.html new file mode 100644 index 0000000..10e9cb8 --- /dev/null +++ b/templates/actor/partials/actor-tab-experience.html @@ -0,0 +1,27 @@ +
+ +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + + +

Leveling Log

+ {{editor content=data.levellog target="data.levellog" button=true owner=owner editable=editable}} + +
\ No newline at end of file diff --git a/templates/actor/partials/actor-tab-homebase.html b/templates/actor/partials/actor-tab-homebase.html new file mode 100644 index 0000000..5f98f60 --- /dev/null +++ b/templates/actor/partials/actor-tab-homebase.html @@ -0,0 +1,33 @@ +
+ +
+
+ +
+
+
+

+ +

+ +
+ +
+
+ +
+
+ +
+
+
+

+ +

+
+
+
+ +
\ No newline at end of file diff --git a/templates/actor/partials/actor-tab-items.html b/templates/actor/partials/actor-tab-items.html new file mode 100644 index 0000000..8adf172 --- /dev/null +++ b/templates/actor/partials/actor-tab-items.html @@ -0,0 +1,113 @@ +
+ + {{#each actor.gear as |item id|}} +
+
+
+
+ +
+ + + +
+
+
{{item.name}}
+ +
+ +
+
+ {{item.data.category}} + {{#if (ne item.data.subcategory "None")}} + {{item.data.subcategory}} + {{/if}} +
+
+ + {{#if (ne item.data.damage null)}} +
+
+ Damage + {{item.data.damage}} +
+
+ {{/if}} + + {{#if (ne item.data.range null)}} +
+
+ Range + {{item.data.range}} +
+
+ {{/if}} + + {{#if (ne item.data.armour null)}} +
+
+ Armour + {{item.data.armour}} +
+
+ {{/if}} + + {{#if (and (ne item.data.effect "") (ne item.data.effect null))}} +
+
+ Effect + {{item.data.effect}} +
+
+ {{/if}} + + {{#if (ne item.data.price null)}} +
+
+ Price + {{item.data.price}} +
+
+ {{/if}} + + {{#if (ne item.data.sale null)}} +
+
+ Sale + {{item.data.sale}} +
+
+ {{/if}} + +
+
{{formatHTMLMessage item.data.description}}
+
+
+
+ {{/each}} + + + +
\ No newline at end of file diff --git a/templates/actor/partials/actor-tab-navigation.html b/templates/actor/partials/actor-tab-navigation.html new file mode 100644 index 0000000..4f41df2 --- /dev/null +++ b/templates/actor/partials/actor-tab-navigation.html @@ -0,0 +1,19 @@ +
+ +
\ No newline at end of file diff --git a/templates/actor/partials/actor-tab-notes.html b/templates/actor/partials/actor-tab-notes.html new file mode 100644 index 0000000..f5191d6 --- /dev/null +++ b/templates/actor/partials/actor-tab-notes.html @@ -0,0 +1,3 @@ +
+ {{editor content=data.biography target="data.biography" button=true owner=owner editable=editable}} +
\ No newline at end of file diff --git a/templates/actor/partials/actor-tab-spells.html b/templates/actor/partials/actor-tab-spells.html new file mode 100644 index 0000000..6283145 --- /dev/null +++ b/templates/actor/partials/actor-tab-spells.html @@ -0,0 +1,113 @@ +
+ +
+
+
+
+

+ + Empowerment + +

+

+ +

+
+
+
+
+ + + {{#each actor.spells as |item id|}} +
+
+
+
+ +
+ + + + +
+
+
{{item.name}}
+ +
+ +
+
+ {{item.data.school}} + {{item.data.category}} +
+
+ +
+ {{item.data.alignment}} +
+ +
+
+ BCN + {{item.data.bcn}} +
+
+ + {{#if (ne item.data.improved 0)}} +
+
+ Improved + {{item.data.improved}} +
+
+ {{/if}} + + +
+
{{formatHTMLMessage item.data.description}}
+ + + + +
+ +
+ +
+ {{/each}} + + +
\ No newline at end of file diff --git a/templates/item/item-feature-sheet.html b/templates/item/item-feature-sheet.html new file mode 100644 index 0000000..e69de29 diff --git a/templates/item/item-item-sheet.html b/templates/item/item-item-sheet.html new file mode 100644 index 0000000..0c06eed --- /dev/null +++ b/templates/item/item-item-sheet.html @@ -0,0 +1,198 @@ +
+
+ +
+ +
+ +
+
+ +
+ + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+ + {{!-- Sheet Tab Navigation --}} +
+ +
+ + {{!-- Sheet Body --}} +
+ + {{!-- Attributes Tab --}} +
+ + {{#if (eq data.category "Weapon")}} +
+
+ +
+
+
+

+ +

+
+
+
+ +
+
+ +
+
+
+

+ +

+
+
+
+ {{/if}} + + {{#if (eq data.category "Armour")}} +
+
+ +
+
+
+

+ +

+
+
+
+ {{/if}} + + {{#if (or (eq data.category "Weapon") (eq data.category "Armour"))}} +
+
+ +
+
+
+

+ +

+
+
+
+ {{/if}} + + {{#if (or (eq data.category "Weapon") (eq data.category "Armour") (eq data.category "Potion"))}} +
+
+ +
+
+
+

+ +

+
+
+
+ +
+
+ +
+
+
+

+ +

+
+
+
+ + {{#if (eq data.subcategory "Greater Potion")}} +
+
+ +
+
+
+

+ +

+
+
+
+ {{/if}} + + {{/if}} + +
+ + {{!-- Notes Tab --}} +
+ + {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} + +
+ +
+ +
\ No newline at end of file diff --git a/templates/item/item-spell-sheet.html b/templates/item/item-spell-sheet.html new file mode 100644 index 0000000..2f37cff --- /dev/null +++ b/templates/item/item-spell-sheet.html @@ -0,0 +1,114 @@ +
+
+ +
+
+ +
+
+ +
+ + +
+ +
+ + +
+ +
+ School +
+ +
+
+ +
+ Category +
+ +
+
+ +
+ Alignment +
+ +
+
+ +
+ + +
+ +
+

+ Base Casting Number + +

+
+ +
+

+ Improved + +

+
+ +
+ + + + + + {{!-- Sheet Tab Navigation --}} +
+ +
+ + {{!-- Sheet Body --}} +
+ + {{!-- Description Tab --}} +
+ + {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} + +
+ +
+ +
\ No newline at end of file