12519 lines
		
	
	
		
			307 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12519 lines
		
	
	
		
			307 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
| /* 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.0em;
 | |
|   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;
 | |
| }
 |